01KZERWEYK7466H9RS90CDX7G9: test

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

Buildomat Job: 01KZERX0HZHHMACRES1WXB6FVD

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-07T18:49:43.651Zjob assigned to worker 01KZERX9JP77JM0V2QJEV8NQMH [factory aws, i-00a8e7b4c654157e1] (queued for 51 s)
 
22026-08-07T18:49:50.123Zstarting task 0: "setup"
32026-08-07T18:49:50.129Z++ uname -s
42026-08-07T18:49:50.131Z+ kern=SunOS
52026-08-07T18:49:50.131Z+ build_user=build
62026-08-07T18:49:50.131Z+ build_uid=12345
72026-08-07T18:49:50.131Z+ work_dir=/work
82026-08-07T18:49:50.131Z+ input_dir=/input
92026-08-07T18:49:50.132Z+ [[ 0 == 12345 ]]
102026-08-07T18:49:50.132Z+ case "$kern" in
112026-08-07T18:49:50.132Z+ groupadd -g 12345 build
122026-08-07T18:49:50.134Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-07T18:49:52.140Z+ zfs create -o mountpoint=/work rpool/work
142026-08-07T18:49:52.233Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-07T18:49:52.236Z+ home_fs=zfs
162026-08-07T18:49:52.236Z+ [[ zfs == autofs ]]
172026-08-07T18:49:52.236Z+ mkdir -p /home/build
182026-08-07T18:49:52.236Z+ chown build:build /home/build /work
192026-08-07T18:49:55.241Z+ chmod 0700 /home/build /work
202026-08-07T18:49:55.244Zprocess exited: duration 4115 ms, exit code 0
 
212026-08-07T18:49:55.251Zstarting task 1: "rust-toolchain"
222026-08-07T18:49:55.256Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-08-07T18:49:55.256Z * rust toolchain channel = "1.90.0"
242026-08-07T18:49:55.256Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-07T18:49:55.257Z * rust toolchain profile = "default"
262026-08-07T18:49:55.257Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-07T18:49:55.257Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-07T18:49:55.257Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-07T18:49:55.257Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-08-07T18:49:55.362Zinfo: downloading installer
312026-08-07T18:49:56.791Zwarn: It looks like you have an existing rustup settings file at:
322026-08-07T18:49:56.791Zwarn: /home/build/.rustup/settings.toml
332026-08-07T18:49:56.791Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-07T18:49:56.791Zwarn: instead of the one inferred from the default host triple.
352026-08-07T18:49:56.803Zinfo: profile set to default
362026-08-07T18:49:56.803Zinfo: default host triple is x86_64-unknown-illumos
372026-08-07T18:49:56.808Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-08-07T18:49:56.954Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-08-07T18:49:56.958Zinfo: downloading 6 components
402026-08-07T18:50:11.804Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
412026-08-07T18:50:11.804Z
422026-08-07T18:50:11.836Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-08-07T18:50:11.836Z
442026-08-07T18:50:11.842Z
452026-08-07T18:50:11.842ZRust is installed now. Great!
462026-08-07T18:50:11.843Z
472026-08-07T18:50:11.843ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-07T18:50:11.843Zenvironment variable. This has not been done automatically.
492026-08-07T18:50:11.843Z
502026-08-07T18:50:11.843ZTo configure your current shell, you need to source
512026-08-07T18:50:11.843Zthe corresponding env file under $HOME/.cargo.
522026-08-07T18:50:11.843Z
532026-08-07T18:50:11.843ZThis is usually done by running one of the following (note the leading DOT):
542026-08-07T18:50:11.843Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-07T18:50:11.843Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-07T18:50:11.843Zsource "~/.cargo/env.nu" # For nushell
572026-08-07T18:50:11.843Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-07T18:50:11.843Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-07T18:50:11.843Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-07T18:50:11.844Zwarn: no default linker (`cc`) was found in your PATH
612026-08-07T18:50:11.844Zwarn: many Rust crates require a system C toolchain to build
622026-08-07T18:50:11.923Z+ rustup --version
632026-08-07T18:50:11.933Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-07T18:50:11.937Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-07T18:50:11.953Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-08-07T18:50:11.972Z+ cargo --version
672026-08-07T18:50:11.978Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-08-07T18:50:11.978Z+ rustc --version
692026-08-07T18:50:11.988Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-08-07T18:50:11.993Zprocess exited: duration 16740 ms, exit code 0
 
712026-08-07T18:50:12.002Zstarting task 2: "authentication"
722026-08-07T18:50:12.028Zprocess exited: duration 22 ms, exit code 0
 
732026-08-07T18:50:12.038Zstarting task 3: "clone repository"
742026-08-07T18:50:12.043Z+ mkdir -p /work/oxidecomputer/dendrite
752026-08-07T18:50:12.051Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-08-07T18:50:12.071ZCloning into '/work/oxidecomputer/dendrite'...
772026-08-07T18:50:12.880Z+ cd /work/oxidecomputer/dendrite
782026-08-07T18:50:12.881Z+ git fetch origin 25b94aff0a02e4363c1a2b6123943cee427297ac
792026-08-07T18:50:13.141ZFrom https://github.com/oxidecomputer/dendrite
802026-08-07T18:50:13.141Z * branch 25b94aff0a02e4363c1a2b6123943cee427297ac -> FETCH_HEAD
812026-08-07T18:50:13.146Z+ [[ -n nsk/nat-1-portrange ]]
822026-08-07T18:50:13.149Z++ git branch --show-current
832026-08-07T18:50:13.149Z+ current=main
842026-08-07T18:50:13.149Z+ [[ main != nsk/nat-1-portrange ]]
852026-08-07T18:50:13.149Z+ git branch -f nsk/nat-1-portrange 25b94aff0a02e4363c1a2b6123943cee427297ac
862026-08-07T18:50:13.151Z+ git checkout -f nsk/nat-1-portrange
872026-08-07T18:50:13.170ZSwitched to branch 'nsk/nat-1-portrange'
882026-08-07T18:50:13.173Z+ git reset --hard 25b94aff0a02e4363c1a2b6123943cee427297ac
892026-08-07T18:50:13.188ZHEAD is now at 25b94af move to PortRange struct
902026-08-07T18:50:13.192Zprocess exited: duration 1152 ms, exit code 0
 
912026-08-07T18:50:13.198Zstarting task 4: "build"
922026-08-07T18:50:13.201Z+ source .github/buildomat/common.sh
932026-08-07T18:50:13.205Z++ TOFINO_STAGES=20
942026-08-07T18:50:13.205Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-08-07T18:50:13.205Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-08-07T18:50:13.205Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-08-07T18:50:13.205Z+++ uname -s
982026-08-07T18:50:13.206Z++ '[' SunOS == SunOS ']'
992026-08-07T18:50:13.206Z++ SERIES=illumos
1002026-08-07T18:50:13.209Z+++ uname -s
1012026-08-07T18:50:13.209Z++ '[' SunOS == SunOS ']'
1022026-08-07T18:50:13.209Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-08-07T18:50:13.209Z++ rustup show active-toolchain
1042026-08-07T18:50:13.216Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-08-07T18:50:13.216Z+ source .github/buildomat/illumos.sh
1062026-08-07T18:50:13.216Z++ banner 'sde setup'
1072026-08-07T18:50:13.219Z
1082026-08-07T18:50:13.219Z #### ##### ###### #### ###### ##### # # #####
1092026-08-07T18:50:13.220Z # # # # # # # # # # #
1102026-08-07T18:50:13.220Z #### # # ##### #### ##### # # # # #
1112026-08-07T18:50:13.220Z # # # # # # # # # #####
1122026-08-07T18:50:13.220Z # # # # # # # # # # # #
1132026-08-07T18:50:13.220Z #### ##### ###### #### ###### # #### #
1142026-08-07T18:50:13.220Z
1152026-08-07T18:50:13.220Z++ export PKG_SUCCESS_ON_NOP=1
1162026-08-07T18:50:13.220Z++ PKG_SUCCESS_ON_NOP=1
1172026-08-07T18:50:13.220Z++ export PKG=tofino_sde.p5p
1182026-08-07T18:50:13.220Z++ PKG=tofino_sde.p5p
1192026-08-07T18:50:13.220Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-08-07T18:50:13.220Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-08-07T18:50:13.220Z Dload Upload Total Spent Left Speed
1222026-08-07T18:50:14.270Z 0 0 0 0 0 0 0 0 0 94 76.03M 94 72.22M 0 0 72.28M 0 00:01 00:01 72.29M 100 76.03M 100 76.03M 0 0 72.96M 0 00:01 00:01 72.29M 100 76.03M 100 76.03M 0 0 72.96M 0 00:01 00:01 72.29M 100 76.03M 100 76.03M 0 0 72.96M 0 00:01 00:01 72.29M
1232026-08-07T18:50:14.278Z+++ digest -a sha256 tofino_sde.p5p
1242026-08-07T18:50:14.314Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-08-07T18:50:14.315Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-08-07T18:50:14.322Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-08-07T18:50:18.093Z Startup: Refreshing catalog 'helios' ... Done
1282026-08-07T18:50:18.348Z Startup: Caching catalogs ... Done
1292026-08-07T18:50:18.396Z Startup: Refreshing catalog 'oxide' ... Done
1302026-08-07T18:50:19.998ZPlanning: Solver setup ... Done
1312026-08-07T18:50:20.048ZPlanning: Running solver ... Done
1322026-08-07T18:50:20.082ZPlanning: Finding local manifests ... Done
1332026-08-07T18:50:20.085ZPlanning: Fetching manifests: 1/1 100% complete
1342026-08-07T18:50:20.090ZPlanning: Fetching manifests: 1/1 100% complete
1352026-08-07T18:50:20.104ZPlanning: Package planning ... Done
1362026-08-07T18:50:20.106ZPlanning: Merging actions ... Done
1372026-08-07T18:50:20.199ZPlanning: Checking for conflicting actions ... Done
1382026-08-07T18:50:20.202ZPlanning: Consolidating action changes ... Done
1392026-08-07T18:50:21.023ZPlanning: Evaluating mediators ... Done
1402026-08-07T18:50:21.026ZPlanning: Planning completed in 2.62 seconds
1412026-08-07T18:50:21.030Z Packages to install: 1
1422026-08-07T18:50:21.033Z Create boot environment: No
1432026-08-07T18:50:21.033ZCreate backup boot environment: No
1442026-08-07T18:50:21.056Z
1452026-08-07T18:50:21.056ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-08-07T18:50:21.198ZDownload: Completed 75.30 MB in 0.14 seconds (555M/s)
1472026-08-07T18:50:21.396Z Actions: 1/293 actions (Installing new actions)
1482026-08-07T18:50:22.358Z Actions: Completed 293 actions in 0.97 seconds.
1492026-08-07T18:50:22.361ZFinalize: Updating package state database ... Done
1502026-08-07T18:50:22.404ZFinalize: Updating package cache ... Done
1512026-08-07T18:50:22.468ZFinalize: Updating image state ... Done
1522026-08-07T18:50:25.079ZFinalize: Creating fast lookup database ... Done
1532026-08-07T18:50:25.155ZFinalize: Reading search index ... Done
1542026-08-07T18:50:25.158ZFinalize: Updating search index ... Done
1552026-08-07T18:50:25.354ZFinalize: Updating package cache ... Done
1562026-08-07T18:50:25.499Z++ export SDE=/opt/oxide/tofino_sde
1572026-08-07T18:50:25.499Z++ SDE=/opt/oxide/tofino_sde
1582026-08-07T18:50:25.499Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-08-07T18:50:25.499Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-08-07T18:50:25.499Z++ banner packages
1612026-08-07T18:50:25.502Z
1622026-08-07T18:50:25.502Z ##### ## #### # # ## #### ###### ####
1632026-08-07T18:50:25.502Z # # # # # # # # # # # # # #
1642026-08-07T18:50:25.502Z # # # # # #### # # # ##### ####
1652026-08-07T18:50:25.502Z ##### ###### # # # ###### # ### # #
1662026-08-07T18:50:25.502Z # # # # # # # # # # # # # #
1672026-08-07T18:50:25.502Z # # # #### # # # # #### ###### ####
1682026-08-07T18:50:25.502Z
1692026-08-07T18:50:25.502Z++ pfexec pkg install clang-15 pcap gcc14
1702026-08-07T18:50:25.774Z Startup: Refreshing catalog 'helios' ... Done
1712026-08-07T18:50:25.777Z Startup: Refreshing catalog 'oxide' ... Done
1722026-08-07T18:50:27.074ZPlanning: Solver setup ... Done
1732026-08-07T18:50:27.125ZPlanning: Running solver ... Done
1742026-08-07T18:50:27.157ZPlanning: Consolidating action changes ... Done
1752026-08-07T18:50:27.160ZPlanning: Evaluating mediators ... Done
1762026-08-07T18:50:27.160ZPlanning: Planning completed in 1.38 seconds
1772026-08-07T18:50:27.175ZNo updates necessary for this image.
1782026-08-07T18:50:27.281Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-08-07T18:50:27.497ZPlanning: Evaluating mediator changes ... Done
1802026-08-07T18:50:27.613ZPlanning: Checking for conflicting actions ... Done
1812026-08-07T18:50:27.616ZPlanning: Consolidating action changes ... Done
1822026-08-07T18:50:27.779ZPlanning: Evaluating mediators ... Done
1832026-08-07T18:50:27.782ZPlanning: Planning completed in 0.28 seconds
1842026-08-07T18:50:27.803Z Mediators to change: 2
1852026-08-07T18:50:27.804Z Create boot environment: No
1862026-08-07T18:50:27.804ZCreate backup boot environment: No
1872026-08-07T18:50:27.853ZFinalize: Updating package state database ... Done
1882026-08-07T18:50:27.857ZFinalize: Updating package cache ... Done
1892026-08-07T18:50:27.888ZFinalize: Updating image state ... Done
1902026-08-07T18:50:29.960ZFinalize: Creating fast lookup database ... Done
1912026-08-07T18:50:30.033ZFinalize: Reading search index ... Done
1922026-08-07T18:50:30.036ZFinalize: Updating search index ... Done
1932026-08-07T18:50:30.109ZFinalize: Updating package cache ... Done
1942026-08-07T18:50:30.189Z++ cargo --version
1952026-08-07T18:50:30.199Zcargo 1.90.0 (840b83a10 2025-07-30)
1962026-08-07T18:50:30.202Z++ rustc --version
1972026-08-07T18:50:30.222Zrustc 1.90.0 (1159e78c4 2025-09-14)
1982026-08-07T18:50:30.225Z+ banner copyrights
1992026-08-07T18:50:30.229Z
2002026-08-07T18:50:30.229Z #### #### ##### # # ##### # #### # # ##### ####
2012026-08-07T18:50:30.229Z # # # # # # # # # # # # # # # # #
2022026-08-07T18:50:30.229Z # # # # # # # # # # ###### # ####
2032026-08-07T18:50:30.229Z # # # ##### # ##### # # ### # # # #
2042026-08-07T18:50:30.229Z # # # # # # # # # # # # # # # #
2052026-08-07T18:50:30.229Z #### #### # # # # # #### # # # ####
2062026-08-07T18:50:30.229Z
2072026-08-07T18:50:30.229Z+ ./tools/check_copyrights.sh
2082026-08-07T18:50:30.525Zcommon/src/illumos.rs: Copyright with wrong year
2092026-08-07T18:50:31.331Zdpd/p4/headers.p4: Copyright with wrong year
2102026-08-07T18:50:31.802Zpacket/src/eth.rs: Copyright with wrong year
2112026-08-07T18:50:31.896Zpcap/build.rs: Copyright with wrong year
2122026-08-07T18:50:32.072Ztfportd/src/linklocal.rs: Copyright with wrong year
2132026-08-07T18:50:32.310Z+ banner clippy
2142026-08-07T18:50:32.313Z
2152026-08-07T18:50:32.313Z #### # # ##### ##### # #
2162026-08-07T18:50:32.313Z # # # # # # # # # #
2172026-08-07T18:50:32.313Z # # # # # # # #
2182026-08-07T18:50:32.313Z # # # ##### ##### #
2192026-08-07T18:50:32.313Z # # # # # # #
2202026-08-07T18:50:32.313Z #### ###### # # # #
2212026-08-07T18:50:32.313Z
2222026-08-07T18:50:32.313Z+ for feat in tofino_stub tofino_asic softnpu chaos
2232026-08-07T18:50:32.313Z+ cargo clippy --features tofino_stub -- --deny warnings
2242026-08-07T18:50:32.457Z Updating git repository `https://github.com/oxidecomputer/omicron`
2252026-08-07T18:50:46.274Z Updating crates.io index
2262026-08-07T18:50:46.316Z Updating git repository `https://github.com/illumos/smf-rs`
2272026-08-07T18:50:46.636Z Updating git repository `https://github.com/oxidecomputer/propolis`
2282026-08-07T18:50:47.417Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2292026-08-07T18:50:47.811Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-08-07T18:50:48.328Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2312026-08-07T18:50:49.510Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2322026-08-07T18:50:49.955Z Updating git repository `https://github.com/oxidecomputer/ispf`
2332026-08-07T18:50:50.241Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2342026-08-07T18:50:50.578Z Updating git repository `https://github.com/oxidecomputer/lldp`
2352026-08-07T18:50:51.078Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2362026-08-07T18:50:51.590Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2372026-08-07T18:50:51.974Z Updating git repository `https://github.com/oxidecomputer/p4`
2382026-08-07T18:50:52.440Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2392026-08-07T18:50:52.832Z Updating git repository `https://github.com/oxidecomputer/lldp`
2402026-08-07T18:50:53.282Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2412026-08-07T18:50:54.271Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2422026-08-07T18:50:54.656Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2432026-08-07T18:50:54.998Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-08-07T18:50:55.692Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2452026-08-07T18:50:56.001Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2462026-08-07T18:50:56.309Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2472026-08-07T18:50:56.661Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2482026-08-07T18:50:58.148Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-08-07T18:50:58.633Z Updating git repository `https://github.com/oxidecomputer/crucible`
2502026-08-07T18:51:00.404Z Updating git repository `https://github.com/oxidecomputer/opte`
2512026-08-07T18:51:01.295Z Updating git repository `https://github.com/oxidecomputer/tofino`
2522026-08-07T18:51:01.584Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-08-07T18:51:01.906Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-08-07T18:51:03.559Z Downloading crates ...
2552026-08-07T18:51:03.619Z Downloaded adler2 v2.0.1
2562026-08-07T18:51:03.636Z Downloaded cmake v0.1.54
2572026-08-07T18:51:03.639Z Downloaded bitflags v1.3.2
2582026-08-07T18:51:03.643Z Downloaded bcs v0.1.6
2592026-08-07T18:51:03.646Z Downloaded digest v0.11.3
2602026-08-07T18:51:03.652Z Downloaded cpufeatures v0.3.0
2612026-08-07T18:51:03.655Z Downloaded derive-ex v0.1.8
2622026-08-07T18:51:03.658Z Downloaded dropshot_endpoint v0.16.7
2632026-08-07T18:51:03.664Z Downloaded constant_time_eq v0.3.1
2642026-08-07T18:51:03.667Z Downloaded displaydoc v0.2.5
2652026-08-07T18:51:03.667Z Downloaded dtrace-parser v0.2.0
2662026-08-07T18:51:03.667Z Downloaded digest v0.10.7
2672026-08-07T18:51:03.670Z Downloaded derive-where v1.6.0
2682026-08-07T18:51:03.673Z Downloaded dropshot-api-manager-types v0.7.2
2692026-08-07T18:51:03.676Z Downloaded defmt v1.0.1
2702026-08-07T18:51:03.679Z Downloaded foreign-types-macros v0.2.3
2712026-08-07T18:51:03.683Z Downloaded futures-sink v0.3.32
2722026-08-07T18:51:03.685Z Downloaded foldhash v0.2.0
2732026-08-07T18:51:03.688Z Downloaded futures-channel v0.3.32
2742026-08-07T18:51:03.691Z Downloaded highway v1.3.0
2752026-08-07T18:51:03.694Z Downloaded git-stub-vcs v0.1.0
2762026-08-07T18:51:03.694Z Downloaded heck v0.5.0
2772026-08-07T18:51:03.697Z Downloaded cstr-argument v0.1.2
2782026-08-07T18:51:03.700Z Downloaded futures v0.3.32
2792026-08-07T18:51:03.703Z Downloaded enum-as-inner v0.6.1
2802026-08-07T18:51:03.706Z Downloaded anstyle-query v1.1.4
2812026-08-07T18:51:03.709Z Downloaded hostname v0.3.1
2822026-08-07T18:51:03.712Z Downloaded bit-set v0.8.0
2832026-08-07T18:51:03.712Z Downloaded heck v0.4.1
2842026-08-07T18:51:03.715Z Downloaded futures-io v0.3.32
2852026-08-07T18:51:03.718Z Downloaded group v0.13.0
2862026-08-07T18:51:03.721Z Downloaded fixedbitset v0.4.2
2872026-08-07T18:51:03.721Z Downloaded foreign-types v0.5.0
2882026-08-07T18:51:03.724Z Downloaded errno v0.3.14
2892026-08-07T18:51:03.727Z Downloaded dof v0.3.0
2902026-08-07T18:51:03.727Z Downloaded aead v0.5.2
2912026-08-07T18:51:03.730Z Downloaded hash32 v0.3.1
2922026-08-07T18:51:03.733Z Downloaded futures-core v0.3.32
2932026-08-07T18:51:03.736Z Downloaded cfg-if v1.0.4
2942026-08-07T18:51:03.736Z Downloaded cookie v0.18.1
2952026-08-07T18:51:03.739Z Downloaded crucible-workspace-hack v0.1.0
2962026-08-07T18:51:03.743Z Downloaded generic-array v0.14.7
2972026-08-07T18:51:03.746Z Downloaded equivalent v1.0.2
2982026-08-07T18:51:03.746Z Downloaded dyn-clone v1.0.20
2992026-08-07T18:51:03.749Z Downloaded form_urlencoded v1.2.2
3002026-08-07T18:51:03.749Z Downloaded hex v0.4.3
3012026-08-07T18:51:03.752Z Downloaded block-buffer v0.12.0
3022026-08-07T18:51:03.755Z Downloaded arrayref v0.3.9
3032026-08-07T18:51:03.755Z Downloaded http-body v1.0.1
3042026-08-07T18:51:03.758Z Downloaded foreign-types-shared v0.1.1
3052026-08-07T18:51:03.760Z Downloaded cargo-platform v0.1.9
3062026-08-07T18:51:03.760Z Downloaded hyper-tls v0.6.0
3072026-08-07T18:51:03.763Z Downloaded hubpack v0.1.2
3082026-08-07T18:51:03.766Z Downloaded hubpack_derive v0.1.1
3092026-08-07T18:51:03.766Z Downloaded gethostname v0.5.0
3102026-08-07T18:51:03.769Z Downloaded futures-executor v0.3.32
3112026-08-07T18:51:03.772Z Downloaded futures-macro v0.3.32
3122026-08-07T18:51:03.772Z Downloaded futures-task v0.3.32
3132026-08-07T18:51:03.775Z Downloaded git-stub v1.0.0
3142026-08-07T18:51:03.779Z Downloaded is-terminal v0.4.16
3152026-08-07T18:51:03.779Z Downloaded idna_adapter v1.2.1
3162026-08-07T18:51:03.782Z Downloaded critical-section v1.2.0
3172026-08-07T18:51:03.782Z Downloaded is_terminal_polyfill v1.70.1
3182026-08-07T18:51:03.785Z Downloaded internet-checksum v0.2.1
3192026-08-07T18:51:03.788Z Downloaded inout v0.1.4
3202026-08-07T18:51:03.788Z Downloaded backoff v0.4.0
3212026-08-07T18:51:03.802Z Downloaded clap_lex v1.1.0
3222026-08-07T18:51:03.808Z Downloaded csv-core v0.1.12
3232026-08-07T18:51:03.808Z Downloaded chacha20 v0.9.1
3242026-08-07T18:51:03.808Z Downloaded find-msvc-tools v0.1.9
3252026-08-07T18:51:03.808Z Downloaded is_ci v1.2.0
3262026-08-07T18:51:03.808Z Downloaded glob v0.3.3
3272026-08-07T18:51:03.808Z Downloaded keccak v0.1.6
3282026-08-07T18:51:03.808Z Downloaded hostname v0.4.2
3292026-08-07T18:51:03.811Z Downloaded lazy_static v1.5.0
3302026-08-07T18:51:03.811Z Downloaded globset v0.4.16
3312026-08-07T18:51:03.811Z Downloaded humantime v2.3.0
3322026-08-07T18:51:03.814Z Downloaded crossbeam-deque v0.8.6
3332026-08-07T18:51:03.817Z Downloaded const_format_proc_macros v0.2.34
3342026-08-07T18:51:03.820Z Downloaded cargo_metadata v0.18.1
3352026-08-07T18:51:03.820Z Downloaded hmac v0.12.1
3362026-08-07T18:51:03.823Z Downloaded daft-derive v0.1.5
3372026-08-07T18:51:03.827Z Downloaded match_cfg v0.1.0
3382026-08-07T18:51:03.830Z Downloaded libscf-sys v1.2.0
3392026-08-07T18:51:03.830Z Downloaded httpdate v1.0.3
3402026-08-07T18:51:03.834Z Downloaded lru-cache v0.1.2
3412026-08-07T18:51:03.834Z Downloaded arrayvec v0.7.6
3422026-08-07T18:51:03.837Z Downloaded managed v0.8.0
3432026-08-07T18:51:03.839Z Downloaded lru-slab v0.1.2
3442026-08-07T18:51:03.839Z Downloaded kstat-rs v0.2.4
3452026-08-07T18:51:03.842Z Downloaded ingot-types v0.1.2
3462026-08-07T18:51:03.842Z Downloaded fs-err v3.1.2
3472026-08-07T18:51:03.845Z Downloaded either v1.15.0
3482026-08-07T18:51:03.848Z Downloaded newtype-uuid-macros v0.1.0
3492026-08-07T18:51:03.848Z Downloaded clap_derive v4.6.1
3502026-08-07T18:51:03.854Z Downloaded macaddr v1.0.1
3512026-08-07T18:51:03.857Z Downloaded const_format v0.2.34
3522026-08-07T18:51:03.857Z Downloaded mime v0.3.17
3532026-08-07T18:51:03.860Z Downloaded newtype_derive v0.1.6
3542026-08-07T18:51:03.860Z Downloaded darling v0.21.3
3552026-08-07T18:51:03.864Z Downloaded ipnet v2.11.0
3562026-08-07T18:51:03.866Z Downloaded ingot v0.1.1
3572026-08-07T18:51:03.869Z Downloaded num_enum_derive v0.5.11
3582026-08-07T18:51:03.869Z Downloaded num-derive v0.4.2
3592026-08-07T18:51:03.872Z Downloaded num-conv v0.2.1
3602026-08-07T18:51:03.875Z Downloaded ipnetwork v0.21.1
3612026-08-07T18:51:03.875Z Downloaded libsw v3.5.0
3622026-08-07T18:51:03.878Z Downloaded crossbeam-epoch v0.9.18
3632026-08-07T18:51:03.881Z Downloaded deranged v0.5.3
3642026-08-07T18:51:03.884Z Downloaded getrandom v0.2.16
3652026-08-07T18:51:03.884Z Downloaded linked-hash-map v0.5.6
3662026-08-07T18:51:03.887Z Downloaded openssl-macros v0.1.1
3672026-08-07T18:51:03.887Z Downloaded opaque-debug v0.3.1
3682026-08-07T18:51:03.890Z Downloaded elliptic-curve v0.13.8
3692026-08-07T18:51:03.893Z Downloaded parse-display v0.10.0
3702026-08-07T18:51:03.898Z Downloaded http-body-util v0.1.3
3712026-08-07T18:51:03.898Z Downloaded bitflags v2.11.1
3722026-08-07T18:51:03.901Z Downloaded omicron-workspace-hack v0.1.0
3732026-08-07T18:51:03.901Z Downloaded openssl-probe v0.1.6
3742026-08-07T18:51:03.906Z Downloaded hybrid-array v0.4.12
3752026-08-07T18:51:03.911Z Downloaded num_threads v0.1.7
3762026-08-07T18:51:03.911Z Downloaded cancel-safe-futures v0.1.5
3772026-08-07T18:51:03.911Z Downloaded ingot-macros v0.1.1
3782026-08-07T18:51:03.914Z Downloaded native-tls v0.2.14
3792026-08-07T18:51:03.914Z Downloaded multer v3.1.0
3802026-08-07T18:51:03.917Z Downloaded olpc-cjson v0.1.4
3812026-08-07T18:51:03.917Z Downloaded num-iter v0.1.45
3822026-08-07T18:51:03.922Z Downloaded colored v3.1.1
3832026-08-07T18:51:03.924Z Downloaded libloading v0.8.9
3842026-08-07T18:51:03.925Z Downloaded lock_api v0.4.14
3852026-08-07T18:51:03.925Z Downloaded linear-map v1.2.0
3862026-08-07T18:51:03.928Z Downloaded plain v0.2.3
3872026-08-07T18:51:03.931Z Downloaded num-complex v0.4.6
3882026-08-07T18:51:03.931Z Downloaded num v0.4.3
3892026-08-07T18:51:03.933Z Downloaded newtype-uuid v1.3.2
3902026-08-07T18:51:03.934Z Downloaded memoffset v0.9.1
3912026-08-07T18:51:03.936Z Downloaded proc-macro-error-attr v1.0.4
3922026-08-07T18:51:03.936Z Downloaded proc-macro-crate v1.3.1
3932026-08-07T18:51:03.942Z Downloaded pretty-hex v0.4.1
3942026-08-07T18:51:03.942Z Downloaded num_enum_derive v0.7.5
3952026-08-07T18:51:03.948Z Downloaded httparse v1.10.1
3962026-08-07T18:51:03.949Z Downloaded progenitor-macro v0.11.1
3972026-08-07T18:51:03.951Z Downloaded num_enum v0.5.11
3982026-08-07T18:51:03.951Z Downloaded libsw-core v0.3.2
3992026-08-07T18:51:03.952Z Downloaded getrandom v0.3.3
4002026-08-07T18:51:03.955Z Downloaded phf_shared v0.12.1
4012026-08-07T18:51:03.958Z Downloaded camino v1.2.3
4022026-08-07T18:51:03.958Z Downloaded potential_utf v0.1.3
4032026-08-07T18:51:03.961Z Downloaded getrandom v0.4.2
4042026-08-07T18:51:03.964Z Downloaded quick-error v1.2.3
4052026-08-07T18:51:03.967Z Downloaded rand_chacha v0.3.1
4062026-08-07T18:51:03.967Z Downloaded parse-display-derive v0.10.0
4072026-08-07T18:51:03.970Z Downloaded progenitor-client v0.11.1
4082026-08-07T18:51:03.970Z Downloaded paste v1.0.15
4092026-08-07T18:51:03.973Z Downloaded icu_properties v2.0.1
4102026-08-07T18:51:03.976Z Downloaded password-hash v0.5.0
4112026-08-07T18:51:03.976Z Downloaded owo-colors v4.3.0
4122026-08-07T18:51:03.980Z Downloaded pin-project-internal v1.1.10
4132026-08-07T18:51:03.984Z Downloaded progenitor-client v0.14.0
4142026-08-07T18:51:03.984Z Downloaded progenitor-client v0.10.0
4152026-08-07T18:51:03.984Z Downloaded progenitor-macro v0.10.0
4162026-08-07T18:51:03.987Z Downloaded icu_provider v2.0.0
4172026-08-07T18:51:03.987Z Downloaded ref-cast-impl v1.0.25
4182026-08-07T18:51:03.990Z Downloaded ref-cast v1.0.25
4192026-08-07T18:51:03.990Z Downloaded icu_normalizer v2.0.0
4202026-08-07T18:51:03.993Z Downloaded rand_xorshift v0.4.0
4212026-08-07T18:51:03.996Z Downloaded half v2.7.1
4222026-08-07T18:51:03.999Z Downloaded chacha20poly1305 v0.10.1
4232026-08-07T18:51:03.999Z Downloaded rustc_version v0.1.7
4242026-08-07T18:51:04.002Z Downloaded litemap v0.8.0
4252026-08-07T18:51:04.003Z Downloaded proc-macro-error v1.0.4
4262026-08-07T18:51:04.006Z Downloaded percent-encoding v2.3.2
4272026-08-07T18:51:04.011Z Downloaded rustc-hash v2.1.1
4282026-08-07T18:51:04.011Z Downloaded progenitor v0.11.1
4292026-08-07T18:51:04.015Z Downloaded progenitor v0.10.0
4302026-08-07T18:51:04.015Z Downloaded proc-macro-error2 v2.0.1
4312026-08-07T18:51:04.018Z Downloaded poly1305 v0.8.0
4322026-08-07T18:51:04.018Z Downloaded heapless v0.8.0
4332026-08-07T18:51:04.022Z Downloaded flate2 v1.1.2
4342026-08-07T18:51:04.024Z Downloaded oxnet v0.1.6
4352026-08-07T18:51:04.027Z Downloaded drift v0.2.0
4362026-08-07T18:51:04.032Z Downloaded rustc_version v0.4.1
4372026-08-07T18:51:04.034Z Downloaded phf v0.12.1
4382026-08-07T18:51:04.037Z Downloaded scopeguard v1.2.0
4392026-08-07T18:51:04.037Z Downloaded pest_generator v2.8.2
4402026-08-07T18:51:04.040Z Downloaded secrecy v0.10.3
4412026-08-07T18:51:04.040Z Downloaded oxide-tokio-rt v0.1.2
4422026-08-07T18:51:04.043Z Downloaded pin-project-lite v0.2.16
4432026-08-07T18:51:04.046Z Downloaded progenitor v0.14.0
4442026-08-07T18:51:04.049Z Downloaded proc-macro-error-attr2 v2.0.0
4452026-08-07T18:51:04.049Z Downloaded num-rational v0.4.2
4462026-08-07T18:51:04.052Z Downloaded pest_meta v2.8.2
4472026-08-07T18:51:04.052Z Downloaded scroll_derive v0.13.1
4482026-08-07T18:51:04.055Z Downloaded rand_core v0.9.3
4492026-08-07T18:51:04.055Z Downloaded rand_chacha v0.9.0
4502026-08-07T18:51:04.062Z Downloaded search_path v0.1.4
4512026-08-07T18:51:04.062Z Downloaded serde-big-array v0.5.1
4522026-08-07T18:51:04.065Z Downloaded scroll_derive v0.12.1
4532026-08-07T18:51:04.065Z Downloaded crypto-bigint v0.5.5
4542026-08-07T18:51:04.068Z Downloaded bytes v1.12.0
4552026-08-07T18:51:04.071Z Downloaded indexmap v1.9.3
4562026-08-07T18:51:04.071Z Downloaded log v0.4.29
4572026-08-07T18:51:04.074Z Downloaded base64 v0.22.1
4582026-08-07T18:51:04.077Z Downloaded serde_urlencoded v0.7.1
4592026-08-07T18:51:04.079Z Downloaded ppv-lite86 v0.2.21
4602026-08-07T18:51:04.080Z Downloaded quote v1.0.45
4612026-08-07T18:51:04.083Z Downloaded semver v0.1.20
4622026-08-07T18:51:04.083Z Downloaded resolv-conf v0.7.5
4632026-08-07T18:51:04.086Z Downloaded pkg-config v0.3.32
4642026-08-07T18:51:04.086Z Downloaded rusty-fork v0.3.0
4652026-08-07T18:51:04.088Z Downloaded rustversion v1.0.22
4662026-08-07T18:51:04.091Z Downloaded pest_derive v2.8.2
4672026-08-07T18:51:04.091Z Downloaded hickory-resolver v0.25.2
4682026-08-07T18:51:04.096Z Downloaded once_cell v1.21.3
4692026-08-07T18:51:04.100Z Downloaded omicron-zone-package v0.12.2
4702026-08-07T18:51:04.100Z Downloaded hickory-resolver v0.24.4
4712026-08-07T18:51:04.103Z Downloaded dropshot-api-manager v0.7.2
4722026-08-07T18:51:04.106Z Downloaded sha1 v0.10.6
4732026-08-07T18:51:04.111Z Downloaded serde_spanned v1.1.1
4742026-08-07T18:51:04.111Z Downloaded serde_spanned v0.6.9
4752026-08-07T18:51:04.114Z Downloaded parking_lot v0.12.5
4762026-08-07T18:51:04.114Z Downloaded sigpipe v0.1.3
4772026-08-07T18:51:04.114Z Downloaded schemars_derive v0.8.22
4782026-08-07T18:51:04.118Z Downloaded same-file v1.0.6
4792026-08-07T18:51:04.118Z Downloaded postcard v1.1.3
4802026-08-07T18:51:04.122Z Downloaded papergrid v0.18.0
4812026-08-07T18:51:04.125Z Downloaded siphasher v1.0.1
4822026-08-07T18:51:04.125Z Downloaded parking_lot_core v0.9.12
4832026-08-07T18:51:04.125Z Downloaded num-traits v0.2.19
4842026-08-07T18:51:04.128Z Downloaded jiff-static v0.2.15
4852026-08-07T18:51:04.128Z Downloaded icu_collections v2.0.0
4862026-08-07T18:51:04.145Z Downloaded strsim v0.11.1
4872026-08-07T18:51:04.148Z Downloaded async-compression v0.4.33
4882026-08-07T18:51:04.150Z Downloaded stable_deref_trait v1.2.0
4892026-08-07T18:51:04.154Z Downloaded smawk v0.3.2
4902026-08-07T18:51:04.154Z Downloaded serde_path_to_error v0.1.20
4912026-08-07T18:51:04.154Z Downloaded slog-bunyan v2.5.0
4922026-08-07T18:51:04.157Z Downloaded scroll v0.13.0
4932026-08-07T18:51:04.157Z Downloaded scroll v0.12.0
4942026-08-07T18:51:04.157Z Downloaded rand_core v0.6.4
4952026-08-07T18:51:04.160Z Downloaded pin-project v1.1.10
4962026-08-07T18:51:04.165Z Downloaded strum v0.26.3
4972026-08-07T18:51:04.168Z Downloaded structmeta-derive v0.3.0
4982026-08-07T18:51:04.168Z Downloaded subtle v2.6.1
4992026-08-07T18:51:04.171Z Downloaded hashbrown v0.12.3
5002026-08-07T18:51:04.171Z Downloaded serde_derive_internals v0.29.1
5012026-08-07T18:51:04.175Z Downloaded hyper-util v0.1.20
5022026-08-07T18:51:04.178Z Downloaded openssl-sys v0.9.117
5032026-08-07T18:51:04.182Z Downloaded sha2 v0.10.9
5042026-08-07T18:51:04.182Z Downloaded derive_more v0.99.20
5052026-08-07T18:51:04.185Z Downloaded tagptr v0.2.0
5062026-08-07T18:51:04.185Z Downloaded tabled_derive v0.7.0
5072026-08-07T18:51:04.188Z Downloaded sync_wrapper v1.0.2
5082026-08-07T18:51:04.188Z Downloaded supports-color v3.0.2
5092026-08-07T18:51:04.188Z Downloaded strum v0.28.0
5102026-08-07T18:51:04.188Z Downloaded strum v0.27.2
5112026-08-07T18:51:04.191Z Downloaded slog-term v2.9.2
5122026-08-07T18:51:04.192Z Downloaded slog-json v2.6.1
5132026-08-07T18:51:04.197Z Downloaded take_mut v0.2.2
5142026-08-07T18:51:04.197Z Downloaded swrite v0.1.0
5152026-08-07T18:51:04.198Z Downloaded signal-hook-registry v1.4.6
5162026-08-07T18:51:04.201Z Downloaded miniz_oxide v0.8.9
5172026-08-07T18:51:04.201Z Downloaded testing_table v0.3.0
5182026-08-07T18:51:04.201Z Downloaded termtree v0.5.1
5192026-08-07T18:51:04.201Z Downloaded terminal_size v0.4.3
5202026-08-07T18:51:04.201Z Downloaded slab v0.4.11
5212026-08-07T18:51:04.204Z Downloaded semver v1.0.28
5222026-08-07T18:51:04.204Z Downloaded static_assertions v1.1.0
5232026-08-07T18:51:04.204Z Downloaded ryu v1.0.20
5242026-08-07T18:51:04.208Z Downloaded slog-dtrace v0.3.0
5252026-08-07T18:51:04.208Z Downloaded smf v0.2.3
5262026-08-07T18:51:04.212Z Downloaded slog-async v2.8.0
5272026-08-07T18:51:04.212Z Downloaded sha1 v0.11.0
5282026-08-07T18:51:04.212Z Downloaded structmeta v0.3.0
5292026-08-07T18:51:04.216Z Downloaded thread-id v4.2.2
5302026-08-07T18:51:04.216Z Downloaded progenitor-impl v0.10.0
5312026-08-07T18:51:04.216Z Downloaded proc-macro2 v1.0.106
5322026-08-07T18:51:04.219Z Downloaded prettyplease v0.2.37
5332026-08-07T18:51:04.219Z Downloaded curl v0.4.50
5342026-08-07T18:51:04.222Z Downloaded progenitor-impl v0.11.1
5352026-08-07T18:51:04.225Z Downloaded serde_with_macros v3.14.1
5362026-08-07T18:51:04.225Z Downloaded thiserror-impl-no-std v2.0.2
5372026-08-07T18:51:04.229Z Downloaded signal-hook-tokio v0.4.0
5382026-08-07T18:51:04.229Z Downloaded toml_datetime v0.6.11
5392026-08-07T18:51:04.229Z Downloaded shlex v2.0.1
5402026-08-07T18:51:04.230Z Downloaded shlex v1.3.0
5412026-08-07T18:51:04.233Z Downloaded serde_tokenstream v0.2.3
5422026-08-07T18:51:04.233Z Downloaded quinn-udp v0.5.14
5432026-08-07T18:51:04.233Z Downloaded cc v1.2.64
5442026-08-07T18:51:04.238Z Downloaded tinyvec_macros v0.1.1
5452026-08-07T18:51:04.238Z Downloaded time-core v0.1.8
5462026-08-07T18:51:04.238Z Downloaded strum_macros v0.27.2
5472026-08-07T18:51:04.241Z Downloaded strum_macros v0.26.4
5482026-08-07T18:51:04.241Z Downloaded rustls-pemfile v2.2.0
5492026-08-07T18:51:04.241Z Downloaded papergrid v0.11.0
5502026-08-07T18:51:04.244Z Downloaded serde_repr v0.1.20
5512026-08-07T18:51:04.248Z Downloaded smallvec v1.15.1
5522026-08-07T18:51:04.248Z Downloaded serde_plain v1.0.2
5532026-08-07T18:51:04.248Z Downloaded tokio-macros v2.7.0
5542026-08-07T18:51:04.252Z Downloaded tabwriter v1.4.1
5552026-08-07T18:51:04.252Z Downloaded darling_core v0.21.3
5562026-08-07T18:51:04.256Z Downloaded crossbeam-channel v0.5.15
5572026-08-07T18:51:04.256Z Downloaded num_enum v0.7.5
5582026-08-07T18:51:04.259Z Downloaded rustls-pki-types v1.12.0
5592026-08-07T18:51:04.262Z Downloaded synstructure v0.13.2
5602026-08-07T18:51:04.262Z Downloaded signal-hook v0.4.4
5612026-08-07T18:51:04.266Z Downloaded icu_normalizer_data v2.0.0
5622026-08-07T18:51:04.266Z Downloaded icu_locale_core v2.0.0
5632026-08-07T18:51:04.269Z Downloaded thiserror-impl v2.0.18
5642026-08-07T18:51:04.275Z Downloaded serde_derive v1.0.228
5652026-08-07T18:51:04.275Z Downloaded tower-layer v0.3.3
5662026-08-07T18:51:04.279Z Downloaded progenitor-impl v0.14.0
5672026-08-07T18:51:04.279Z Downloaded serde_core v1.0.228
5682026-08-07T18:51:04.279Z Downloaded snafu-derive v0.8.9
5692026-08-07T18:51:04.279Z Downloaded topological-sort v0.2.2
5702026-08-07T18:51:04.279Z Downloaded spin v0.9.8
5712026-08-07T18:51:04.282Z Downloaded tower-service v0.3.3
5722026-08-07T18:51:04.282Z Downloaded toml_write v0.1.2
5732026-08-07T18:51:04.282Z Downloaded thiserror v2.0.18
5742026-08-07T18:51:04.285Z Downloaded thiserror v1.0.69
5752026-08-07T18:51:04.294Z Downloaded tinystr v0.8.1
5762026-08-07T18:51:04.300Z Downloaded thread-id v5.0.0
5772026-08-07T18:51:04.300Z Downloaded try-lock v0.2.5
5782026-08-07T18:51:04.300Z Downloaded tokio-rustls v0.25.0
5792026-08-07T18:51:04.305Z Downloaded time-macros v0.2.27
5802026-08-07T18:51:04.305Z Downloaded thread_local v1.1.9
5812026-08-07T18:51:04.305Z Downloaded thiserror-no-std v2.0.2
5822026-08-07T18:51:04.305Z Downloaded thiserror-impl v1.0.69
5832026-08-07T18:51:04.309Z Downloaded minimal-lexical v0.2.1
5842026-08-07T18:51:04.309Z Downloaded unarray v0.1.4
5852026-08-07T18:51:04.309Z Downloaded schemars v0.9.0
5862026-08-07T18:51:04.316Z Downloaded schemars v0.8.22
5872026-08-07T18:51:04.321Z Downloaded typify-macro v0.4.3
5882026-08-07T18:51:04.324Z Downloaded tokio-dtrace v0.1.1
5892026-08-07T18:51:04.324Z Downloaded similar v2.7.0
5902026-08-07T18:51:04.327Z Downloaded usdt-attr-macro v0.5.0
5912026-08-07T18:51:04.327Z Downloaded untrusted v0.7.1
5922026-08-07T18:51:04.327Z Downloaded universal-hash v0.5.1
5932026-08-07T18:51:04.330Z Downloaded unicode-linebreak v0.1.5
5942026-08-07T18:51:04.331Z Downloaded term v1.2.0
5952026-08-07T18:51:04.331Z Downloaded memchr v2.7.5
5962026-08-07T18:51:04.334Z Downloaded strum_macros v0.28.0
5972026-08-07T18:51:04.337Z Downloaded toml_writer v1.1.1+spec-1.1.0
5982026-08-07T18:51:04.337Z Downloaded socket2 v0.5.10
5992026-08-07T18:51:04.337Z Downloaded quinn v0.11.9
6002026-08-07T18:51:04.341Z Downloaded hashbrown v0.17.1
6012026-08-07T18:51:04.347Z Downloaded version_check v0.9.5
6022026-08-07T18:51:04.347Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6032026-08-07T18:51:04.347Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6042026-08-07T18:51:04.350Z Downloaded usdt-macro v0.5.0
6052026-08-07T18:51:04.350Z Downloaded usdt v0.5.0
6062026-08-07T18:51:04.350Z Downloaded usdt v0.6.0
6072026-08-07T18:51:04.350Z Downloaded utf8_iter v1.0.4
6082026-08-07T18:51:04.350Z Downloaded unicode-xid v0.2.6
6092026-08-07T18:51:04.350Z Downloaded typify-macro v0.6.2
6102026-08-07T18:51:04.350Z Downloaded tokio-native-tls v0.3.1
6112026-08-07T18:51:04.355Z Downloaded utf8parse v0.2.2
6122026-08-07T18:51:04.355Z Downloaded usdt-macro v0.6.0
6132026-08-07T18:51:04.355Z Downloaded wait-timeout v0.2.1
6142026-08-07T18:51:04.355Z Downloaded waitgroup v0.1.2
6152026-08-07T18:51:04.358Z Downloaded tempfile v3.27.0
6162026-08-07T18:51:04.358Z Downloaded socket2 v0.6.4
6172026-08-07T18:51:04.358Z Downloaded want v0.3.1
6182026-08-07T18:51:04.358Z Downloaded slog v2.8.2
6192026-08-07T18:51:04.362Z Downloaded rayon-core v1.13.0
6202026-08-07T18:51:04.362Z Downloaded hashbrown v0.15.5
6212026-08-07T18:51:04.365Z Downloaded http v1.4.2
6222026-08-07T18:51:04.368Z Downloaded indexmap v2.14.0
6232026-08-07T18:51:04.372Z Downloaded serde_yaml v0.9.34+deprecated
6242026-08-07T18:51:04.372Z Downloaded tokio-stream v0.1.17
6252026-08-07T18:51:04.375Z Downloaded tokio-rustls v0.26.4
6262026-08-07T18:51:04.375Z Downloaded memmap2 v0.9.8
6272026-08-07T18:51:04.378Z Downloaded num-integer v0.1.46
6282026-08-07T18:51:04.378Z Downloaded powerfmt v0.2.0
6292026-08-07T18:51:04.378Z Downloaded jobserver v0.1.34
6302026-08-07T18:51:04.382Z Downloaded progenitor-macro v0.14.0
6312026-08-07T18:51:04.382Z Downloaded pem v3.0.5
6322026-08-07T18:51:04.382Z Downloaded allocator-api2 v0.2.21
6332026-08-07T18:51:04.385Z Downloaded xattr v1.6.1
6342026-08-07T18:51:04.385Z Downloaded iana-time-zone v0.1.64
6352026-08-07T18:51:04.388Z Downloaded hyper-rustls v0.27.7
6362026-08-07T18:51:04.388Z Downloaded const-oid v0.10.2
6372026-08-07T18:51:04.391Z Downloaded filetime v0.2.26
6382026-08-07T18:51:04.391Z Downloaded crc32fast v1.5.0
6392026-08-07T18:51:04.391Z Downloaded compression-codecs v0.4.32
6402026-08-07T18:51:04.395Z Downloaded blake2 v0.10.6
6412026-08-07T18:51:04.395Z Downloaded newline-converter v0.3.0
6422026-08-07T18:51:04.400Z Downloaded memmap v0.7.0
6432026-08-07T18:51:04.400Z Downloaded crossbeam-utils v0.8.21
6442026-08-07T18:51:04.400Z Downloaded zerofrom v0.1.6
6452026-08-07T18:51:04.400Z Downloaded yoke-derive v0.8.0
6462026-08-07T18:51:04.400Z Downloaded console v0.15.11
6472026-08-07T18:51:04.403Z Downloaded snafu v0.8.9
6482026-08-07T18:51:04.406Z Downloaded untrusted v0.9.0
6492026-08-07T18:51:04.406Z Downloaded qorb v0.4.1
6502026-08-07T18:51:04.410Z Downloaded usdt-impl v0.5.0
6512026-08-07T18:51:04.410Z Downloaded usdt-attr-macro v0.6.0
6522026-08-07T18:51:04.410Z Downloaded test-strategy v0.4.3
6532026-08-07T18:51:04.413Z Downloaded zerofrom-derive v0.1.6
6542026-08-07T18:51:04.413Z Downloaded rustls-webpki v0.103.6
6552026-08-07T18:51:04.416Z Downloaded toml v0.8.23
6562026-08-07T18:51:04.416Z Downloaded serde v1.0.228
6572026-08-07T18:51:04.420Z Downloaded mio v1.2.1
6582026-08-07T18:51:04.423Z Downloaded zeroize_derive v1.4.3
6592026-08-07T18:51:04.423Z Downloaded walkdir v2.5.0
6602026-08-07T18:51:04.423Z Downloaded clang-sys v1.8.1
6612026-08-07T18:51:04.427Z Downloaded zone_cfg_derive v0.3.1
6622026-08-07T18:51:04.427Z Downloaded vsss-rs v3.3.4
6632026-08-07T18:51:04.427Z Downloaded anyhow v1.0.102
6642026-08-07T18:51:04.430Z Downloaded whoami v1.6.1
6652026-08-07T18:51:04.430Z Downloaded argon2 v0.5.3
6662026-08-07T18:51:04.430Z Downloaded zone v0.3.1
6672026-08-07T18:51:04.435Z Downloaded camino-tempfile v1.4.1
6682026-08-07T18:51:04.435Z Downloaded rand v0.8.5
6692026-08-07T18:51:04.438Z Downloaded textwrap v0.16.2
6702026-08-07T18:51:04.438Z Downloaded tracing-attributes v0.1.30
6712026-08-07T18:51:04.438Z Downloaded defmt-macros v1.0.1
6722026-08-07T18:51:04.441Z Downloaded base64ct v1.8.0
6732026-08-07T18:51:04.441Z Downloaded fs_extra v1.3.0
6742026-08-07T18:51:04.441Z Downloaded clap v4.6.1
6752026-08-07T18:51:04.449Z Downloaded yoke v0.8.0
6762026-08-07T18:51:04.453Z Downloaded scuffle v0.1.0
6772026-08-07T18:51:04.453Z Downloaded rand v0.9.3
6782026-08-07T18:51:04.453Z Downloaded tinyvec v1.10.0
6792026-08-07T18:51:04.456Z Downloaded iri-string v0.7.8
6802026-08-07T18:51:04.459Z Downloaded itoa v1.0.15
6812026-08-07T18:51:04.459Z Downloaded foldhash v0.1.5
6822026-08-07T18:51:04.459Z Downloaded toml v0.9.12+spec-1.1.0
6832026-08-07T18:51:04.462Z Downloaded itertools v0.12.1
6842026-08-07T18:51:04.466Z Downloaded hyper v1.10.1
6852026-08-07T18:51:04.469Z Downloaded zmij v1.0.17
6862026-08-07T18:51:04.469Z Downloaded zerovec-derive v0.11.1
6872026-08-07T18:51:04.472Z Downloaded zeroize v1.8.1
6882026-08-07T18:51:04.472Z Downloaded toml v0.7.8
6892026-08-07T18:51:04.475Z Downloaded tar v0.4.45
6902026-08-07T18:51:04.475Z Downloaded nom v7.1.3
6912026-08-07T18:51:04.482Z Downloaded toml_parser v1.1.2+spec-1.1.0
6922026-08-07T18:51:04.482Z Downloaded steno v0.4.1
6932026-08-07T18:51:04.485Z Downloaded fnv v1.0.7
6942026-08-07T18:51:04.485Z Downloaded erased-serde v0.3.31
6952026-08-07T18:51:04.485Z Downloaded daft v0.1.5
6962026-08-07T18:51:04.485Z Downloaded ciborium v0.2.2
6972026-08-07T18:51:04.485Z Downloaded bit-vec v0.8.0
6982026-08-07T18:51:04.488Z Downloaded cexpr v0.6.0
6992026-08-07T18:51:04.488Z Downloaded byteorder v1.5.0
7002026-08-07T18:51:04.489Z Downloaded autocfg v1.5.0
7012026-08-07T18:51:04.492Z Downloaded vergen v8.3.2
7022026-08-07T18:51:04.492Z Downloaded anstyle-parse v1.0.0
7032026-08-07T18:51:04.492Z Downloaded instant v0.1.13
7042026-08-07T18:51:04.496Z Downloaded hashbrown v0.16.1
7052026-08-07T18:51:04.496Z Downloaded iddqd v0.3.18
7062026-08-07T18:51:04.501Z Downloaded unicode-ident v1.0.24
7072026-08-07T18:51:04.504Z Downloaded typify v0.6.2
7082026-08-07T18:51:04.504Z Downloaded typify v0.4.3
7092026-08-07T18:51:04.507Z Downloaded writeable v0.6.1
7102026-08-07T18:51:04.507Z Downloaded schemars v1.2.0
7112026-08-07T18:51:04.513Z Downloaded libm v0.2.15
7122026-08-07T18:51:04.519Z Downloaded zerocopy-derive v0.7.35
7132026-08-07T18:51:04.522Z Downloaded clap_builder v4.6.0
7142026-08-07T18:51:04.525Z Downloaded toml_edit v0.22.27
7152026-08-07T18:51:04.529Z Downloaded chrono v0.4.45
7162026-08-07T18:51:04.532Z Downloaded itertools v0.14.0
7172026-08-07T18:51:04.536Z Downloaded toml v1.1.2+spec-1.1.0
7182026-08-07T18:51:04.539Z Downloaded usdt-impl v0.6.0
7192026-08-07T18:51:04.539Z Downloaded tracing-core v0.1.34
7202026-08-07T18:51:04.543Z Downloaded uuid v1.23.3
7212026-08-07T18:51:04.543Z Downloaded unsafe-libyaml v0.2.11
7222026-08-07T18:51:04.546Z Downloaded icu_properties_data v2.0.1
7232026-08-07T18:51:04.549Z Downloaded futures-util v0.3.32
7242026-08-07T18:51:04.553Z Downloaded ucd-trie v0.1.7
7252026-08-07T18:51:04.557Z Downloaded pest v2.8.2
7262026-08-07T18:51:04.560Z Downloaded goblin v0.8.2
7272026-08-07T18:51:04.563Z Downloaded hkdf v0.12.4
7282026-08-07T18:51:04.563Z Downloaded iddqd v0.4.5
7292026-08-07T18:51:04.566Z Downloaded h2 v0.4.14
7302026-08-07T18:51:04.570Z Downloaded toml_edit v0.19.15
7312026-08-07T18:51:04.578Z Downloaded tracing v0.1.41
7322026-08-07T18:51:04.582Z Downloaded idna v1.1.0
7332026-08-07T18:51:04.585Z Downloaded anstream v1.0.0
7342026-08-07T18:51:04.585Z Downloaded indent_write v2.2.0
7352026-08-07T18:51:04.588Z Downloaded ident_case v1.0.1
7362026-08-07T18:51:04.588Z Downloaded defmt-parser v1.0.0
7372026-08-07T18:51:04.588Z Downloaded embedded-io v0.6.1
7382026-08-07T18:51:04.588Z Downloaded debug-ignore v1.0.5
7392026-08-07T18:51:04.588Z Downloaded base16ct v0.2.0
7402026-08-07T18:51:04.593Z Downloaded dof v0.4.0
7412026-08-07T18:51:04.593Z Downloaded crypto-common v0.1.6
7422026-08-07T18:51:04.593Z Downloaded crypto-common v0.2.2
7432026-08-07T18:51:04.593Z Downloaded cfg_aliases v0.2.1
7442026-08-07T18:51:04.593Z Downloaded async-stream v0.3.6
7452026-08-07T18:51:04.596Z Downloaded compression-core v0.4.32
7462026-08-07T18:51:04.596Z Downloaded foreign-types-shared v0.3.1
7472026-08-07T18:51:04.596Z Downloaded float-ord v0.3.2
7482026-08-07T18:51:04.596Z Downloaded foreign-types v0.3.2
7492026-08-07T18:51:04.596Z Downloaded dtrace-parser v0.3.0
7502026-08-07T18:51:04.597Z Downloaded darling_macro v0.21.3
7512026-08-07T18:51:04.597Z Downloaded crc8 v0.1.1
7522026-08-07T18:51:04.597Z Downloaded block-buffer v0.10.4
7532026-08-07T18:51:04.597Z Downloaded async-recursion v1.1.1
7542026-08-07T18:51:04.600Z Downloaded fixedbitset v0.5.7
7552026-08-07T18:51:04.600Z Downloaded embedded-io v0.4.0
7562026-08-07T18:51:04.603Z Downloaded curve25519-dalek-derive v0.1.1
7572026-08-07T18:51:04.603Z Downloaded fastrand v2.3.0
7582026-08-07T18:51:04.603Z Downloaded itertools v0.15.0
7592026-08-07T18:51:04.606Z Downloaded cpufeatures v0.2.17
7602026-08-07T18:51:04.606Z Downloaded bytecount v0.6.9
7612026-08-07T18:51:04.609Z Downloaded aho-corasick v1.1.3
7622026-08-07T18:51:04.613Z Downloaded ff v0.13.1
7632026-08-07T18:51:04.613Z Downloaded expectorate v1.2.0
7642026-08-07T18:51:04.613Z Downloaded zerotrie v0.2.2
7652026-08-07T18:51:04.616Z Downloaded dunce v1.0.5
7662026-08-07T18:51:04.616Z Downloaded dropshot_endpoint v0.17.1
7672026-08-07T18:51:04.619Z Downloaded async-trait v0.1.89
7682026-08-07T18:51:04.619Z Downloaded anstyle v1.0.14
7692026-08-07T18:51:04.622Z Downloaded data-encoding v2.9.0
7702026-08-07T18:51:04.622Z Downloaded convert_case v0.4.0
7712026-08-07T18:51:04.622Z Downloaded defmt v0.3.100
7722026-08-07T18:51:04.622Z Downloaded ciborium-ll v0.2.2
7732026-08-07T18:51:04.625Z Downloaded atomic-waker v1.1.2
7742026-08-07T18:51:04.625Z Downloaded colorchoice v1.0.4
7752026-08-07T18:51:04.625Z Downloaded cobs v0.3.0
7762026-08-07T18:51:04.625Z Downloaded git2 v0.19.0
7772026-08-07T18:51:04.630Z Downloaded unicode-segmentation v1.12.0
7782026-08-07T18:51:04.633Z Downloaded aws-lc-rs v1.16.2
7792026-08-07T18:51:04.636Z Downloaded zerocopy-derive v0.8.27
7802026-08-07T18:51:04.640Z Downloaded regex v1.12.4
7812026-08-07T18:51:04.643Z Downloaded portable-atomic v1.11.1
7822026-08-07T18:51:04.646Z Downloaded tower v0.5.2
7832026-08-07T18:51:04.659Z Downloaded url v2.5.7
7842026-08-07T18:51:04.659Z Downloaded reqwest v0.12.23
7852026-08-07T18:51:04.659Z Downloaded typenum v1.20.1
7862026-08-07T18:51:04.659Z Downloaded ciborium-io v0.2.2
7872026-08-07T18:51:04.659Z Downloaded async-stream-impl v0.3.6
7882026-08-07T18:51:04.659Z Downloaded cipher v0.4.4
7892026-08-07T18:51:04.664Z Downloaded atomicwrites v0.4.4
7902026-08-07T18:51:04.664Z Downloaded tokio-util v0.7.16
7912026-08-07T18:51:04.668Z Downloaded blake3 v1.8.2
7922026-08-07T18:51:04.671Z Downloaded bindgen v0.72.1
7932026-08-07T18:51:04.678Z Downloaded serde_json v1.0.150
7942026-08-07T18:51:04.683Z Downloaded rayon v1.11.0
7952026-08-07T18:51:04.688Z Downloaded reqwest v0.13.2
7962026-08-07T18:51:04.691Z Downloaded tough v0.20.0
7972026-08-07T18:51:04.696Z Downloaded typed-path v0.9.3
7982026-08-07T18:51:04.700Z Downloaded tower-http v0.6.8
7992026-08-07T18:51:04.705Z Downloaded goblin v0.10.1
8002026-08-07T18:51:04.713Z Downloaded serde_with v3.14.1
8012026-08-07T18:51:04.722Z Downloaded rustls-webpki v0.102.8
8022026-08-07T18:51:04.732Z Downloaded unicode-normalization v0.1.24
8032026-08-07T18:51:04.736Z Downloaded proptest v1.8.0
8042026-08-07T18:51:04.742Z Downloaded zerovec v0.11.4
8052026-08-07T18:51:04.752Z Downloaded moka v0.12.11
8062026-08-07T18:51:04.776Z Downloaded zerocopy v0.7.35
8072026-08-07T18:51:04.801Z Downloaded winnow v0.5.40
8082026-08-07T18:51:04.806Z Downloaded quinn-proto v0.11.14
8092026-08-07T18:51:04.820Z Downloaded syn v1.0.109
8102026-08-07T18:51:04.838Z Downloaded vcpkg v0.2.15
8112026-08-07T18:51:04.862Z Downloaded zerocopy v0.8.27
8122026-08-07T18:51:04.875Z Downloaded time v0.3.47
8132026-08-07T18:51:04.882Z Downloaded tabled v0.15.0
8142026-08-07T18:51:04.892Z Downloaded curve25519-dalek v4.1.3
8152026-08-07T18:51:04.897Z Downloaded nix v0.31.3
8162026-08-07T18:51:04.904Z Downloaded syn v2.0.118
8172026-08-07T18:51:04.912Z Downloaded regex-syntax v0.8.11
8182026-08-07T18:51:04.917Z Downloaded hickory-proto v0.25.2
8192026-08-07T18:51:04.927Z Downloaded openssl v0.10.81
8202026-08-07T18:51:04.933Z Downloaded nix v0.30.1
8212026-08-07T18:51:04.941Z Downloaded hickory-proto v0.24.4
8222026-08-07T18:51:04.951Z Downloaded webpki-roots v1.0.2
8232026-08-07T18:51:04.954Z Downloaded unicode-width v0.1.14
8242026-08-07T18:51:04.957Z Downloaded rustls v0.22.4
8252026-08-07T18:51:04.966Z Downloaded regress v0.10.5
8262026-08-07T18:51:04.971Z Downloaded unicode-width v0.2.1
8272026-08-07T18:51:04.976Z Downloaded openapiv3 v2.2.0
8282026-08-07T18:51:04.984Z Downloaded rustix v0.38.44
8292026-08-07T18:51:04.999Z Downloaded typify-impl v0.4.3
8302026-08-07T18:51:05.008Z Downloaded regress v0.11.1
8312026-08-07T18:51:05.013Z Downloaded rustls v0.23.40
8322026-08-07T18:51:05.021Z Downloaded rustix v1.1.4
8332026-08-07T18:51:05.036Z Downloaded smoltcp v0.11.0
8342026-08-07T18:51:05.043Z Downloaded dropshot v0.17.1
8352026-08-07T18:51:05.057Z Downloaded bstr v1.12.0
8362026-08-07T18:51:05.062Z Downloaded dropshot v0.16.7
8372026-08-07T18:51:05.094Z Downloaded winnow v1.0.3
8382026-08-07T18:51:05.100Z Downloaded winnow v0.7.14
8392026-08-07T18:51:05.104Z Downloaded tabled v0.21.0
8402026-08-07T18:51:05.117Z Downloaded typify-impl v0.6.2
8412026-08-07T18:51:05.129Z Downloaded jiff v0.2.15
8422026-08-07T18:51:05.149Z Downloaded petgraph v0.6.5
8432026-08-07T18:51:05.169Z Downloaded regex-automata v0.4.13
8442026-08-07T18:51:05.177Z Downloaded petgraph v0.8.2
8452026-08-07T18:51:05.192Z Downloaded libz-sys v1.1.22
8462026-08-07T18:51:05.216Z Downloaded tokio v1.52.3
8472026-08-07T18:51:05.238Z Downloaded chrono-tz v0.10.4
8482026-08-07T18:51:05.269Z Downloaded csv v1.4.0
8492026-08-07T18:51:05.281Z Downloaded libc v0.2.186
8502026-08-07T18:51:05.304Z Downloaded sha3 v0.10.8
8512026-08-07T18:51:05.307Z Downloaded encoding_rs v0.8.35
8522026-08-07T18:51:05.330Z Downloaded ring v0.17.14
8532026-08-07T18:51:05.464Z Downloaded curl-sys v0.4.89+curl-8.20.0
8542026-08-07T18:51:05.501Z Downloaded libgit2-sys v0.17.0+1.8.1
8552026-08-07T18:51:06.022Z Downloaded aws-lc-sys v0.39.1
8562026-08-07T18:51:06.341Z Compiling proc-macro2 v1.0.106
8572026-08-07T18:51:06.341Z Compiling quote v1.0.45
8582026-08-07T18:51:06.344Z Compiling unicode-ident v1.0.24
8592026-08-07T18:51:06.344Z Compiling serde_core v1.0.228
8602026-08-07T18:51:06.344Z Compiling serde v1.0.228
8612026-08-07T18:51:06.344Z Compiling libc v0.2.186
8622026-08-07T18:51:06.344Z Checking cfg-if v1.0.4
8632026-08-07T18:51:06.664Z Compiling zmij v1.0.17
8642026-08-07T18:51:06.680Z Compiling autocfg v1.5.0
8652026-08-07T18:51:06.950Z Compiling memchr v2.7.5
8662026-08-07T18:51:06.965Z Compiling libm v0.2.15
8672026-08-07T18:51:07.362Z Compiling getrandom v0.4.2
8682026-08-07T18:51:07.421Z Checking smallvec v1.15.1
8692026-08-07T18:51:07.497Z Compiling thiserror v2.0.18
8702026-08-07T18:51:07.571Z Compiling version_check v0.9.5
8712026-08-07T18:51:07.593Z Checking itoa v1.0.15
8722026-08-07T18:51:07.609Z Compiling jobserver v0.1.34
8732026-08-07T18:51:07.718Z Compiling shlex v2.0.1
8742026-08-07T18:51:07.838Z Compiling syn v2.0.118
8752026-08-07T18:51:07.872Z Compiling find-msvc-tools v0.1.9
8762026-08-07T18:51:07.896Z Compiling icu_normalizer_data v2.0.0
8772026-08-07T18:51:07.910Z Compiling icu_properties_data v2.0.1
8782026-08-07T18:51:08.058Z Compiling cc v1.2.64
8792026-08-07T18:51:08.073Z Compiling parking_lot_core v0.9.12
8802026-08-07T18:51:08.104Z Checking stable_deref_trait v1.2.0
8812026-08-07T18:51:08.151Z Compiling serde_json v1.0.150
8822026-08-07T18:51:08.370Z Compiling heck v0.5.0
8832026-08-07T18:51:08.405Z Checking litemap v0.8.0
8842026-08-07T18:51:08.442Z Checking writeable v0.6.1
8852026-08-07T18:51:08.567Z Compiling num-traits v0.2.19
8862026-08-07T18:51:08.603Z Checking percent-encoding v2.3.2
8872026-08-07T18:51:08.814Z Checking form_urlencoded v1.2.2
8882026-08-07T18:51:08.943Z Checking utf8_iter v1.0.4
8892026-08-07T18:51:08.965Z Compiling zerocopy v0.8.27
8902026-08-07T18:51:09.001Z Checking pin-project-lite v0.2.16
8912026-08-07T18:51:09.072Z Checking iana-time-zone v0.1.64
8922026-08-07T18:51:09.100Z Compiling rustversion v1.0.22
8932026-08-07T18:51:09.116Z Compiling log v0.4.29
8942026-08-07T18:51:09.182Z Compiling equivalent v1.0.2
8952026-08-07T18:51:09.277Z Compiling semver v1.0.28
8962026-08-07T18:51:09.293Z Checking socket2 v0.6.4
8972026-08-07T18:51:09.325Z Checking uuid v1.23.3
8982026-08-07T18:51:09.397Z Checking scopeguard v1.2.0
8992026-08-07T18:51:09.520Z Checking lock_api v0.4.14
9002026-08-07T18:51:09.619Z Checking signal-hook-registry v1.4.6
9012026-08-07T18:51:09.685Z Checking mio v1.2.1
9022026-08-07T18:51:09.715Z Checking getrandom v0.2.16
9032026-08-07T18:51:09.736Z Checking dyn-clone v1.0.20
9042026-08-07T18:51:09.757Z Checking parking_lot v0.12.5
9052026-08-07T18:51:09.776Z Compiling schemars v0.8.22
9062026-08-07T18:51:09.828Z Checking bitflags v2.11.1
9072026-08-07T18:51:09.955Z Compiling portable-atomic v1.11.1
9082026-08-07T18:51:09.992Z Checking futures-core v0.3.32
9092026-08-07T18:51:10.037Z Checking critical-section v1.2.0
9102026-08-07T18:51:10.126Z Compiling ring v0.17.14
9112026-08-07T18:51:10.186Z Compiling hashbrown v0.17.1
9122026-08-07T18:51:10.275Z Compiling httparse v1.10.1
9132026-08-07T18:51:10.319Z Compiling thiserror v1.0.69
9142026-08-07T18:51:10.631Z Checking futures-sink v0.3.32
9152026-08-07T18:51:10.694Z Compiling synstructure v0.13.2
9162026-08-07T18:51:10.747Z Compiling serde_derive_internals v0.29.1
9172026-08-07T18:51:10.860Z Compiling indexmap v2.14.0
9182026-08-07T18:51:10.974Z Checking once_cell v1.21.3
9192026-08-07T18:51:10.992Z Compiling regex-syntax v0.8.11
9202026-08-07T18:51:11.205Z Compiling rustix v1.1.4
9212026-08-07T18:51:11.511Z Checking slab v0.4.11
9222026-08-07T18:51:11.513Z Compiling aho-corasick v1.1.3
9232026-08-07T18:51:11.543Z Checking subtle v2.6.1
9242026-08-07T18:51:11.676Z Compiling ucd-trie v0.1.7
9252026-08-07T18:51:11.697Z Checking futures-channel v0.3.32
9262026-08-07T18:51:11.813Z Compiling anyhow v1.0.102
9272026-08-07T18:51:11.891Z Checking rand_core v0.6.4
9282026-08-07T18:51:11.907Z Checking futures-task v0.3.32
9292026-08-07T18:51:11.953Z Compiling serde_derive v1.0.228
9302026-08-07T18:51:12.032Z Compiling zerofrom-derive v0.1.6
9312026-08-07T18:51:12.047Z Compiling yoke-derive v0.8.0
9322026-08-07T18:51:12.062Z Compiling zerovec-derive v0.11.1
9332026-08-07T18:51:12.133Z Compiling displaydoc v0.2.5
9342026-08-07T18:51:12.878Z Compiling thiserror-impl v2.0.18
9352026-08-07T18:51:12.967Z Compiling schemars_derive v0.8.22
9362026-08-07T18:51:13.064Z Compiling tokio-macros v2.7.0
9372026-08-07T18:51:13.112Z Compiling zerocopy-derive v0.8.27
9382026-08-07T18:51:13.161Z Compiling futures-macro v0.3.32
9392026-08-07T18:51:13.231Z Checking zerofrom v0.1.6
9402026-08-07T18:51:13.356Z Checking yoke v0.8.0
9412026-08-07T18:51:13.536Z Checking zerovec v0.11.4
9422026-08-07T18:51:13.792Z Checking zerotrie v0.2.2
9432026-08-07T18:51:13.957Z Compiling zeroize_derive v1.4.3
9442026-08-07T18:51:14.034Z Compiling thiserror-impl v1.0.69
9452026-08-07T18:51:14.190Z Compiling regex-automata v0.4.13
9462026-08-07T18:51:14.231Z Checking tinystr v0.8.1
9472026-08-07T18:51:14.247Z Checking potential_utf v0.1.3
9482026-08-07T18:51:14.376Z Checking icu_collections v2.0.0
9492026-08-07T18:51:14.410Z Checking icu_locale_core v2.0.0
9502026-08-07T18:51:14.667Z Checking zeroize v1.8.1
9512026-08-07T18:51:14.789Z Compiling pest v2.8.2
9522026-08-07T18:51:14.860Z Checking icu_provider v2.0.0
9532026-08-07T18:51:14.986Z Checking bytes v1.12.0
9542026-08-07T18:51:15.104Z Checking icu_properties v2.0.1
9552026-08-07T18:51:15.154Z Checking icu_normalizer v2.0.0
9562026-08-07T18:51:15.216Z Checking chrono v0.4.45
9572026-08-07T18:51:15.432Z Compiling serde_tokenstream v0.2.3
9582026-08-07T18:51:15.462Z Checking tokio v1.52.3
9592026-08-07T18:51:15.958Z Compiling regex v1.12.4
9602026-08-07T18:51:15.975Z Checking idna_adapter v1.2.1
9612026-08-07T18:51:15.993Z Compiling pest_meta v2.8.2
9622026-08-07T18:51:16.087Z Checking futures-io v0.3.32
9632026-08-07T18:51:16.103Z Checking idna v1.1.0
9642026-08-07T18:51:16.109Z Checking typenum v1.20.1
9652026-08-07T18:51:16.221Z Checking futures-util v0.3.32
9662026-08-07T18:51:16.369Z Compiling getrandom v0.3.3
9672026-08-07T18:51:16.372Z Checking url v2.5.7
9682026-08-07T18:51:16.848Z Compiling pest_generator v2.8.2
9692026-08-07T18:51:16.925Z Compiling tracing-attributes v0.1.30
9702026-08-07T18:51:17.030Z Checking tracing-core v0.1.34
9712026-08-07T18:51:17.333Z Compiling foldhash v0.2.0
9722026-08-07T18:51:17.355Z Compiling allocator-api2 v0.2.21
9732026-08-07T18:51:17.459Z Compiling pkg-config v0.3.32
9742026-08-07T18:51:17.476Z Compiling pest_derive v2.8.2
9752026-08-07T18:51:17.540Z Checking fnv v1.0.7
9762026-08-07T18:51:17.643Z Compiling hashbrown v0.16.1
9772026-08-07T18:51:17.819Z Checking http v1.4.2
9782026-08-07T18:51:17.916Z Compiling generic-array v0.14.7
9792026-08-07T18:51:17.988Z Compiling vcpkg v0.2.15
9802026-08-07T18:51:18.124Z Checking tracing v0.1.41
9812026-08-07T18:51:18.218Z Compiling num-conv v0.2.1
9822026-08-07T18:51:18.233Z Compiling time-core v0.1.8
9832026-08-07T18:51:18.302Z Compiling byteorder v1.5.0
9842026-08-07T18:51:18.400Z Compiling time-macros v0.2.27
9852026-08-07T18:51:18.529Z Checking errno v0.3.14
9862026-08-07T18:51:18.552Z Checking ipnet v2.11.0
9872026-08-07T18:51:18.654Z Checking base64 v0.22.1
9882026-08-07T18:51:18.684Z Checking tokio-util v0.7.16
9892026-08-07T18:51:18.775Z Compiling scroll_derive v0.13.1
9902026-08-07T18:51:18.811Z Compiling camino v1.2.3
9912026-08-07T18:51:19.027Z Checking crypto-common v0.1.6
9922026-08-07T18:51:19.159Z Checking http-body v1.0.1
9932026-08-07T18:51:19.186Z Compiling crossbeam-utils v0.8.21
9942026-08-07T18:51:19.210Z Checking atomic-waker v1.1.2
9952026-08-07T18:51:19.296Z Checking ppv-lite86 v0.2.21
9962026-08-07T18:51:19.427Z Compiling slog v2.8.2
9972026-08-07T18:51:19.512Z Checking tower-layer v0.3.3
9982026-08-07T18:51:19.590Z Compiling paste v1.0.15
9992026-08-07T18:51:19.607Z Checking try-lock v0.2.5
10002026-08-07T18:51:19.621Z Checking tower-service v0.3.3
10012026-08-07T18:51:19.690Z Checking h2 v0.4.14
10022026-08-07T18:51:19.705Z Checking want v0.3.1
10032026-08-07T18:51:19.719Z Checking ipnetwork v0.21.1
10042026-08-07T18:51:19.827Z Checking erased-serde v0.3.31
10052026-08-07T18:51:19.864Z Checking rustls-pki-types v1.12.0
10062026-08-07T18:51:19.927Z Checking pretty-hex v0.4.1
10072026-08-07T18:51:19.930Z Checking ryu v1.0.20
10082026-08-07T18:51:19.965Z Checking httpdate v1.0.3
10092026-08-07T18:51:20.048Z Compiling async-trait v0.1.89
10102026-08-07T18:51:20.137Z Checking socket2 v0.5.10
10112026-08-07T18:51:20.182Z Checking untrusted v0.9.0
10122026-08-07T18:51:20.254Z Compiling scroll v0.13.0
10132026-08-07T18:51:20.388Z Compiling usdt-impl v0.6.0
10142026-08-07T18:51:20.504Z Compiling plain v0.2.3
10152026-08-07T18:51:20.551Z Checking http-body-util v0.1.3
10162026-08-07T18:51:20.617Z Compiling goblin v0.10.1
10172026-08-07T18:51:20.638Z Compiling openssl-sys v0.9.117
10182026-08-07T18:51:20.695Z Compiling cmake v0.1.54
10192026-08-07T18:51:20.819Z Compiling strsim v0.11.1
10202026-08-07T18:51:21.039Z Compiling fs_extra v1.3.0
10212026-08-07T18:51:21.056Z Compiling slog-async v2.8.0
10222026-08-07T18:51:21.058Z Compiling dunce v1.0.5
10232026-08-07T18:51:21.255Z Checking rand_core v0.9.3
10242026-08-07T18:51:21.272Z Checking serde_urlencoded v0.7.1
10252026-08-07T18:51:21.294Z Compiling aws-lc-sys v0.39.1
10262026-08-07T18:51:21.327Z Checking oxnet v0.1.6
10272026-08-07T18:51:21.413Z Checking block-buffer v0.10.4
10282026-08-07T18:51:21.428Z Compiling regress v0.10.5
10292026-08-07T18:51:21.477Z Compiling dtrace-parser v0.3.0
10302026-08-07T18:51:21.554Z Compiling openapiv3 v2.2.0
10312026-08-07T18:51:21.590Z Compiling thread-id v5.0.0
10322026-08-07T18:51:21.627Z Checking hyper v1.10.1
10332026-08-07T18:51:22.099Z Checking digest v0.10.7
10342026-08-07T18:51:22.300Z Compiling omicron-workspace-hack v0.1.0
10352026-08-07T18:51:22.384Z Compiling ident_case v1.0.1
10362026-08-07T18:51:22.510Z Compiling darling_core v0.21.3
10372026-08-07T18:51:22.549Z Checking hyper-util v0.1.20
10382026-08-07T18:51:22.552Z Checking rand_chacha v0.9.0
10392026-08-07T18:51:22.754Z Compiling daft-derive v0.1.5
10402026-08-07T18:51:22.995Z Compiling typify-impl v0.4.3
10412026-08-07T18:51:23.238Z Compiling aws-lc-rs v1.16.2
10422026-08-07T18:51:23.471Z Compiling dof v0.4.0
10432026-08-07T18:51:23.550Z Checking powerfmt v0.2.0
10442026-08-07T18:51:23.703Z Checking deranged v0.5.3
10452026-08-07T18:51:24.112Z Checking rand v0.9.3
10462026-08-07T18:51:24.232Z Compiling syn v1.0.109
10472026-08-07T18:51:24.299Z Checking num_threads v0.1.7
10482026-08-07T18:51:24.498Z Compiling usdt-attr-macro v0.6.0
10492026-08-07T18:51:24.541Z Compiling usdt-macro v0.6.0
10502026-08-07T18:51:24.571Z Compiling unsafe-libyaml v0.2.11
10512026-08-07T18:51:24.590Z Compiling darling_macro v0.21.3
10522026-08-07T18:51:24.700Z Checking time v0.3.47
10532026-08-07T18:51:25.133Z Compiling darling v0.21.3
10542026-08-07T18:51:25.222Z Compiling serde_yaml v0.9.34+deprecated
10552026-08-07T18:51:25.275Z Checking sync_wrapper v1.0.2
10562026-08-07T18:51:25.381Z Checking encoding_rs v0.8.35
10572026-08-07T18:51:25.384Z Checking mime v0.3.17
10582026-08-07T18:51:25.573Z Checking untrusted v0.7.1
10592026-08-07T18:51:25.693Z Checking cpufeatures v0.2.17
10602026-08-07T18:51:25.769Z Checking tower v0.5.2
10612026-08-07T18:51:26.095Z Checking crossbeam-channel v0.5.15
10622026-08-07T18:51:26.168Z Checking futures-executor v0.3.32
10632026-08-07T18:51:26.301Z Compiling structmeta-derive v0.3.0
10642026-08-07T18:51:27.321Z Compiling multer v3.1.0
10652026-08-07T18:51:27.324Z Compiling rustls v0.22.4
10662026-08-07T18:51:27.324Z Compiling typify-macro v0.4.3
10672026-08-07T18:51:27.324Z Compiling rustls v0.23.40
10682026-08-07T18:51:27.324Z Checking iri-string v0.7.8
10692026-08-07T18:51:27.324Z Checking futures v0.3.32
10702026-08-07T18:51:27.324Z Compiling async-stream-impl v0.3.6
10712026-08-07T18:51:27.324Z Checking thread_local v1.1.9
10722026-08-07T18:51:27.324Z Compiling openssl v0.10.81
10732026-08-07T18:51:27.324Z Checking hex v0.4.3
10742026-08-07T18:51:27.324Z Checking fastrand v2.3.0
10752026-08-07T18:51:27.324Z Checking foreign-types-shared v0.1.1
10762026-08-07T18:51:27.324Z Checking foreign-types v0.3.2
10772026-08-07T18:51:27.324Z Checking tempfile v3.27.0
10782026-08-07T18:51:27.324Z Compiling structmeta v0.3.0
10792026-08-07T18:51:27.416Z Compiling strum_macros v0.26.4
10802026-08-07T18:51:27.432Z Compiling openssl-macros v0.1.1
10812026-08-07T18:51:27.474Z Checking tower-http v0.6.8
10822026-08-07T18:51:27.504Z Checking is-terminal v0.4.16
10832026-08-07T18:51:27.520Z Checking memmap2 v0.9.8
10842026-08-07T18:51:27.596Z Compiling native-tls v0.2.14
10852026-08-07T18:51:27.681Z Checking unicode-width v0.2.1
10862026-08-07T18:51:27.866Z Checking match_cfg v0.1.0
10872026-08-07T18:51:27.883Z Checking take_mut v0.2.2
10882026-08-07T18:51:27.886Z Compiling typify v0.4.3
10892026-08-07T18:51:27.935Z Checking term v1.2.0
10902026-08-07T18:51:27.944Z Checking openssl-probe v0.1.6
10912026-08-07T18:51:27.987Z Checking hostname v0.3.1
10922026-08-07T18:51:28.152Z Checking slog-term v2.9.2
10932026-08-07T18:51:28.155Z Checking slog-json v2.6.1
10942026-08-07T18:51:28.323Z Compiling newtype-uuid-macros v0.1.0
10952026-08-07T18:51:28.369Z Compiling ref-cast v1.0.25
10962026-08-07T18:51:28.411Z Checking slog-bunyan v2.5.0
10972026-08-07T18:51:28.740Z Compiling ref-cast-impl v1.0.25
10982026-08-07T18:51:28.760Z Compiling dropshot v0.16.7
10992026-08-07T18:51:29.073Z Compiling derive-ex v0.1.8
11002026-08-07T18:51:29.076Z Checking webpki-roots v1.0.2
11012026-08-07T18:51:29.107Z Compiling dropshot_endpoint v0.16.7
11022026-08-07T18:51:29.210Z Compiling strum_macros v0.27.2
11032026-08-07T18:51:29.536Z Checking winnow v0.7.14
11042026-08-07T18:51:30.377Z Checking tokio-native-tls v0.3.1
11052026-08-07T18:51:30.542Z Checking either v1.15.0
11062026-08-07T18:51:30.669Z Compiling test-strategy v0.4.3
11072026-08-07T18:51:30.728Z Checking hyper-tls v0.6.0
11082026-08-07T18:51:30.754Z Compiling progenitor-impl v0.11.1
11092026-08-07T18:51:30.785Z Checking newtype-uuid v1.3.2
11102026-08-07T18:51:30.840Z Checking winnow v1.0.3
11112026-08-07T18:51:30.970Z Checking daft v0.1.5
11122026-08-07T18:51:31.027Z Compiling serde_with_macros v3.14.1
11132026-08-07T18:51:31.124Z Checking toml_parser v1.1.2+spec-1.1.0
11142026-08-07T18:51:31.140Z Checking usdt v0.6.0
11152026-08-07T18:51:31.198Z Checking serde_spanned v1.1.1
11162026-08-07T18:51:31.333Z Checking toml_writer v1.1.1+spec-1.1.0
11172026-08-07T18:51:31.386Z Checking debug-ignore v1.0.5
11182026-08-07T18:51:31.494Z Checking spin v0.9.8
11192026-08-07T18:51:31.520Z Compiling parse-display-derive v0.10.0
11202026-08-07T18:51:31.601Z Checking async-stream v0.3.6
11212026-08-07T18:51:31.809Z Checking rustls-webpki v0.102.8
11222026-08-07T18:51:31.834Z Checking rustls-pemfile v2.2.0
11232026-08-07T18:51:31.979Z Checking waitgroup v0.1.2
11242026-08-07T18:51:32.024Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11252026-08-07T18:51:32.086Z Checking serde_path_to_error v0.1.20
11262026-08-07T18:51:32.143Z Checking hostname v0.4.2
11272026-08-07T18:51:32.355Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11282026-08-07T18:51:32.476Z Checking strum v0.26.3
11292026-08-07T18:51:32.591Z Checking rand_chacha v0.3.1
11302026-08-07T18:51:32.667Z Compiling toml_datetime v0.6.11
11312026-08-07T18:51:32.789Z Checking macaddr v1.0.1
11322026-08-07T18:51:32.865Z Compiling progenitor-macro v0.11.1
11332026-08-07T18:51:32.911Z Checking toml_datetime v0.7.5+spec-1.1.0
11342026-08-07T18:51:32.968Z Checking wait-timeout v0.2.1
11352026-08-07T18:51:33.039Z Checking bit-vec v0.8.0
11362026-08-07T18:51:33.065Z Checking quick-error v1.2.3
11372026-08-07T18:51:33.104Z Checking lazy_static v1.5.0
11382026-08-07T18:51:33.168Z Checking rusty-fork v0.3.0
11392026-08-07T18:51:33.200Z Checking toml v0.9.12+spec-1.1.0
11402026-08-07T18:51:33.233Z Checking bit-set v0.8.0
11412026-08-07T18:51:33.336Z Checking rand v0.8.5
11422026-08-07T18:51:33.379Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11432026-08-07T18:51:33.615Z Checking tokio-rustls v0.25.0
11442026-08-07T18:51:33.687Z Checking tabwriter v1.4.1
11452026-08-07T18:51:33.764Z Checking sha1 v0.10.6
11462026-08-07T18:51:33.813Z Checking rand_xorshift v0.4.0
11472026-08-07T18:51:33.829Z Compiling clap_derive v4.6.1
11482026-08-07T18:51:33.924Z Checking unarray v0.1.4
11492026-08-07T18:51:33.939Z Checking utf8parse v0.2.2
11502026-08-07T18:51:34.026Z Checking colored v3.1.1
11512026-08-07T18:51:34.029Z Checking proptest v1.8.0
11522026-08-07T18:51:34.058Z Checking anstyle-parse v1.0.0
11532026-08-07T18:51:34.214Z Checking strum v0.27.2
11542026-08-07T18:51:34.328Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11552026-08-07T18:51:34.344Z Checking terminal_size v0.4.3
11562026-08-07T18:51:34.737Z Checking anstyle v1.0.14
11572026-08-07T18:51:34.841Z Checking is_terminal_polyfill v1.70.1
11582026-08-07T18:51:34.857Z Checking colorchoice v1.0.4
11592026-08-07T18:51:34.922Z Checking anstyle-query v1.1.4
11602026-08-07T18:51:35.020Z Checking anstream v1.0.0
11612026-08-07T18:51:35.253Z Checking clap_lex v1.1.0
11622026-08-07T18:51:35.694Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11632026-08-07T18:51:35.731Z Checking clap_builder v4.6.0
11642026-08-07T18:51:36.235Z Checking serde_with v3.14.1
11652026-08-07T18:51:36.555Z Compiling itertools v0.14.0
11662026-08-07T18:51:36.995Z Checking clap v4.6.1
11672026-08-07T18:51:37.023Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11682026-08-07T18:51:37.060Z Checking instant v0.1.13
11692026-08-07T18:51:37.077Z Checking rustc-hash v2.1.1
11702026-08-07T18:51:37.244Z Checking iddqd v0.3.18
11712026-08-07T18:51:37.324Z Checking backoff v0.4.0
11722026-08-07T18:51:37.495Z Checking parse-display v0.10.0
11732026-08-07T18:51:37.583Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11742026-08-07T18:51:37.694Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11752026-08-07T18:51:39.216Z Compiling num-derive v0.4.2
11762026-08-07T18:51:39.790Z Compiling rustls-webpki v0.103.6
11772026-08-07T18:51:40.303Z Compiling prettyplease v0.2.37
11782026-08-07T18:51:41.078Z Compiling cfg_aliases v0.2.1
11792026-08-07T18:51:42.225Z Compiling memoffset v0.9.1
11802026-08-07T18:51:42.581Z Checking serde_spanned v0.6.9
11812026-08-07T18:51:43.168Z Compiling tokio-rustls v0.26.4
11822026-08-07T18:51:43.870Z Compiling hyper-rustls v0.27.7
11832026-08-07T18:51:44.114Z Compiling reqwest v0.12.23
11842026-08-07T18:51:45.026Z Checking crossbeam-epoch v0.9.18
11852026-08-07T18:51:45.277Z Compiling progenitor-client v0.11.1
11862026-08-07T18:51:45.673Z Compiling winnow v0.5.40
11872026-08-07T18:51:46.787Z Compiling progenitor v0.11.1
11882026-08-07T18:51:46.929Z Compiling toml_edit v0.19.15
11892026-08-07T18:51:47.428Z Compiling num-integer v0.1.46
11902026-08-07T18:51:47.928Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11912026-08-07T18:51:47.970Z Compiling progenitor-client v0.10.0
11922026-08-07T18:51:48.231Z Compiling proc-macro-crate v1.3.1
11932026-08-07T18:51:49.119Z Compiling hubpack_derive v0.1.1
11942026-08-07T18:51:49.444Z Compiling rayon-core v1.13.0
11952026-08-07T18:51:49.499Z Checking toml_write v0.1.2
11962026-08-07T18:51:49.685Z Checking toml_edit v0.22.27
11972026-08-07T18:51:49.720Z Checking hubpack v0.1.2
11982026-08-07T18:51:49.735Z Checking num-iter v0.1.45
11992026-08-07T18:51:49.853Z Checking num-rational v0.4.2
12002026-08-07T18:51:50.155Z Compiling zerocopy-derive v0.7.35
12012026-08-07T18:51:50.208Z Compiling num-complex v0.4.6
12022026-08-07T18:51:50.596Z Checking static_assertions v1.1.0
12032026-08-07T18:51:50.672Z Checking num v0.4.3
12042026-08-07T18:51:50.750Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12052026-08-07T18:51:50.814Z Checking toml v0.8.23
12062026-08-07T18:51:51.085Z Checking crossbeam-deque v0.8.6
12072026-08-07T18:51:51.137Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12082026-08-07T18:51:51.170Z Compiling float-ord v0.3.2
12092026-08-07T18:51:51.382Z Compiling proc-macro-error-attr v1.0.4
12102026-08-07T18:51:51.417Z Compiling heapless v0.8.0
12112026-08-07T18:51:51.437Z Checking bytecount v0.6.9
12122026-08-07T18:51:51.546Z Compiling heck v0.4.1
12132026-08-07T18:51:51.683Z Checking libscf-sys v1.2.0
12142026-08-07T18:51:51.751Z Compiling ingot-macros v0.1.1
12152026-08-07T18:51:51.815Z Checking hash32 v0.3.1
12162026-08-07T18:51:51.894Z Compiling proc-macro-error v1.0.4
12172026-08-07T18:51:51.948Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12182026-08-07T18:51:52.114Z Compiling smoltcp v0.11.0
12192026-08-07T18:51:52.622Z Compiling zerocopy v0.7.35
12202026-08-07T18:51:52.745Z Compiling num_enum_derive v0.7.5
12212026-08-07T18:51:52.993Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12222026-08-07T18:51:53.115Z Checking cobs v0.3.0
12232026-08-07T18:51:53.169Z Compiling foreign-types-macros v0.2.3
12242026-08-07T18:51:53.264Z Compiling scroll_derive v0.12.1
12252026-08-07T18:51:53.316Z Compiling usdt-impl v0.5.0
12262026-08-07T18:51:53.557Z Checking managed v0.8.0
12272026-08-07T18:51:53.578Z Checking foreign-types-shared v0.3.1
12282026-08-07T18:51:53.676Z Checking bitflags v1.3.2
12292026-08-07T18:51:53.752Z Compiling crucible-workspace-hack v0.1.0
12302026-08-07T18:51:53.794Z Checking num_enum v0.7.5
12312026-08-07T18:51:53.810Z Checking foreign-types v0.5.0
12322026-08-07T18:51:53.918Z Checking postcard v1.1.3
12332026-08-07T18:51:53.953Z Checking scroll v0.12.0
12342026-08-07T18:51:53.994Z Compiling dof v0.3.0
12352026-08-07T18:51:54.217Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12362026-08-07T18:51:54.298Z Compiling dtrace-parser v0.2.0
12372026-08-07T18:51:54.363Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12382026-08-07T18:51:54.395Z Checking camino-tempfile v1.4.1
12392026-08-07T18:51:54.398Z Checking ingot-types v0.1.2
12402026-08-07T18:51:54.426Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12412026-08-07T18:51:54.575Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12422026-08-07T18:51:54.636Z Checking cstr-argument v0.1.2
12432026-08-07T18:51:54.738Z Checking ingot v0.1.1
12442026-08-07T18:51:54.765Z Compiling thread-id v4.2.2
12452026-08-07T18:51:54.817Z Compiling minimal-lexical v0.2.1
12462026-08-07T18:51:54.850Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12472026-08-07T18:51:54.941Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12482026-08-07T18:51:54.963Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12492026-08-07T18:51:54.980Z Checking goblin v0.8.2
12502026-08-07T18:51:55.068Z Compiling nom v7.1.3
12512026-08-07T18:51:55.181Z Checking rayon v1.11.0
12522026-08-07T18:51:55.450Z Compiling num_enum_derive v0.5.11
12532026-08-07T18:51:55.749Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12542026-08-07T18:51:56.047Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12552026-08-07T18:51:56.264Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12562026-08-07T18:51:56.447Z Compiling rustc_version v0.4.1
12572026-08-07T18:51:56.639Z Compiling rustix v0.38.44
12582026-08-07T18:51:56.726Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12592026-08-07T18:51:56.730Z Compiling convert_case v0.4.0
12602026-08-07T18:51:56.786Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12612026-08-07T18:51:56.820Z Checking tinyvec_macros v0.1.1
12622026-08-07T18:51:56.895Z Checking tinyvec v1.10.0
12632026-08-07T18:51:57.051Z Compiling derive_more v0.99.20
12642026-08-07T18:51:57.211Z Checking num_enum v0.5.11
12652026-08-07T18:51:57.227Z Compiling nix v0.31.3
12662026-08-07T18:51:57.255Z Compiling nix v0.30.1
12672026-08-07T18:51:57.330Z Compiling libz-sys v1.1.22
12682026-08-07T18:51:57.580Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12692026-08-07T18:51:57.644Z Compiling crc32fast v1.5.0
12702026-08-07T18:51:57.865Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12712026-08-07T18:51:57.958Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12722026-08-07T18:51:58.007Z Compiling usdt-attr-macro v0.5.0
12732026-08-07T18:51:58.134Z Compiling usdt-macro v0.5.0
12742026-08-07T18:51:58.571Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12752026-08-07T18:51:58.697Z Compiling zone_cfg_derive v0.3.1
12762026-08-07T18:51:58.733Z Checking papergrid v0.18.0
12772026-08-07T18:51:58.750Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
12782026-08-07T18:51:58.819Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12792026-08-07T18:51:58.995Z Checking itertools v0.12.1
12802026-08-07T18:51:59.012Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
12812026-08-07T18:51:59.248Z Checking memmap v0.7.0
12822026-08-07T18:51:59.267Z Checking sigpipe v0.1.3
12832026-08-07T18:51:59.355Z Checking jiff v0.2.15
12842026-08-07T18:51:59.370Z Checking glob v0.3.3
12852026-08-07T18:51:59.387Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12862026-08-07T18:51:59.499Z Checking adler2 v2.0.1
12872026-08-07T18:51:59.516Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
12882026-08-07T18:51:59.553Z Checking tabled v0.21.0
12892026-08-07T18:51:59.612Z Checking miniz_oxide v0.8.9
12902026-08-07T18:51:59.646Z Checking usdt v0.5.0
12912026-08-07T18:51:59.733Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12922026-08-07T18:51:59.860Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12932026-08-07T18:51:59.970Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12942026-08-07T18:51:59.997Z Checking zone v0.3.1
12952026-08-07T18:52:00.389Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12962026-08-07T18:52:00.416Z Checking itertools v0.15.0
12972026-08-07T18:52:00.614Z Checking smf v0.2.3
12982026-08-07T18:52:00.773Z Checking secrecy v0.10.3
12992026-08-07T18:52:00.858Z Checking bstr v1.12.0
13002026-08-07T18:52:00.884Z Checking whoami v1.6.1
13012026-08-07T18:52:01.064Z Checking flate2 v1.1.2
13022026-08-07T18:52:01.201Z Compiling curve25519-dalek v4.1.3
13032026-08-07T18:52:01.235Z Compiling clang-sys v1.8.1
13042026-08-07T18:52:01.238Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13052026-08-07T18:52:01.361Z Checking hmac v0.12.1
13062026-08-07T18:52:01.486Z Checking inout v0.1.4
13072026-08-07T18:52:01.505Z Checking hybrid-array v0.4.12
13082026-08-07T18:52:01.617Z Checking ff v0.13.1
13092026-08-07T18:52:01.633Z Compiling enum-as-inner v0.6.1
13102026-08-07T18:52:01.750Z Checking data-encoding v2.9.0
13112026-08-07T18:52:01.850Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13122026-08-07T18:52:01.961Z Compiling semver v0.1.20
13132026-08-07T18:52:02.016Z Checking group v0.13.0
13142026-08-07T18:52:02.032Z Checking cipher v0.4.4
13152026-08-07T18:52:02.156Z Compiling rustc_version v0.1.7
13162026-08-07T18:52:02.187Z Checking hkdf v0.12.4
13172026-08-07T18:52:02.238Z Checking atomicwrites v0.4.4
13182026-08-07T18:52:02.282Z Compiling thiserror-impl-no-std v2.0.2
13192026-08-07T18:52:02.304Z Checking universal-hash v0.5.1
13202026-08-07T18:52:02.324Z Checking crypto-bigint v0.5.5
13212026-08-07T18:52:02.360Z Compiling regress v0.11.1
13222026-08-07T18:52:02.375Z Checking half v2.7.1
13232026-08-07T18:52:02.432Z Compiling curve25519-dalek-derive v0.1.1
13242026-08-07T18:52:02.623Z Checking base16ct v0.2.0
13252026-08-07T18:52:02.642Z Checking ciborium-io v0.2.2
13262026-08-07T18:52:02.740Z Checking opaque-debug v0.3.1
13272026-08-07T18:52:02.759Z Checking indent_write v2.2.0
13282026-08-07T18:52:02.815Z Checking base64ct v1.8.0
13292026-08-07T18:52:02.892Z Checking poly1305 v0.8.0
13302026-08-07T18:52:03.061Z Checking password-hash v0.5.0
13312026-08-07T18:52:03.130Z Checking ciborium-ll v0.2.2
13322026-08-07T18:52:03.298Z Compiling newtype_derive v0.1.6
13332026-08-07T18:52:03.314Z Checking chacha20 v0.9.1
13342026-08-07T18:52:03.334Z Checking elliptic-curve v0.13.8
13352026-08-07T18:52:03.355Z Checking thiserror-no-std v2.0.2
13362026-08-07T18:52:03.449Z Checking crypto-common v0.2.2
13372026-08-07T18:52:03.487Z Checking block-buffer v0.12.0
13382026-08-07T18:52:03.507Z Checking similar v2.7.0
13392026-08-07T18:52:03.527Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13402026-08-07T18:52:03.578Z Checking blake2 v0.10.6
13412026-08-07T18:52:03.635Z Checking aead v0.5.2
13422026-08-07T18:52:03.775Z Compiling libloading v0.8.9
13432026-08-07T18:52:03.791Z Checking const-oid v0.10.2
13442026-08-07T18:52:03.794Z Checking linked-hash-map v0.5.6
13452026-08-07T18:52:03.822Z Checking keccak v0.1.6
13462026-08-07T18:52:03.840Z Checking compression-core v0.4.32
13472026-08-07T18:52:03.956Z Compiling typify-impl v0.6.2
13482026-08-07T18:52:03.973Z Compiling bindgen v0.72.1
13492026-08-07T18:52:03.976Z Compiling owo-colors v4.3.0
13502026-08-07T18:52:03.976Z Checking resolv-conf v0.7.5
13512026-08-07T18:52:03.976Z Checking sha3 v0.10.8
13522026-08-07T18:52:04.076Z Checking digest v0.11.3
13532026-08-07T18:52:04.200Z Checking lru-cache v0.1.2
13542026-08-07T18:52:04.215Z Checking compression-codecs v0.4.32
13552026-08-07T18:52:04.299Z Checking argon2 v0.5.3
13562026-08-07T18:52:04.331Z Checking vsss-rs v3.3.4
13572026-08-07T18:52:04.365Z Checking chacha20poly1305 v0.10.1
13582026-08-07T18:52:04.439Z Checking ciborium v0.2.2
13592026-08-07T18:52:04.500Z Checking hickory-proto v0.24.4
13602026-08-07T18:52:04.603Z Checking tokio-dtrace v0.1.1
13612026-08-07T18:52:04.814Z Compiling cexpr v0.6.0
13622026-08-07T18:52:04.863Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13632026-08-07T18:52:05.238Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13642026-08-07T18:52:05.440Z Checking serde-big-array v0.5.1
13652026-08-07T18:52:05.457Z Compiling serde_repr v0.1.20
13662026-08-07T18:52:05.487Z Compiling derive-where v1.6.0
13672026-08-07T18:52:05.585Z Checking toml_datetime v1.1.1+spec-1.1.0
13682026-08-07T18:52:05.798Z Compiling dropshot v0.17.1
13692026-08-07T18:52:06.020Z Checking unicode-segmentation v1.12.0
13702026-08-07T18:52:06.045Z Checking same-file v1.0.6
13712026-08-07T18:52:06.061Z Compiling shlex v1.3.0
13722026-08-07T18:52:06.077Z Checking cpufeatures v0.3.0
13732026-08-07T18:52:06.157Z Checking siphasher v1.0.1
13742026-08-07T18:52:06.191Z Checking walkdir v2.5.0
13752026-08-07T18:52:06.331Z Checking phf_shared v0.12.1
13762026-08-07T18:52:06.348Z Checking newline-converter v0.3.0
13772026-08-07T18:52:06.363Z Checking sha1 v0.11.0
13782026-08-07T18:52:06.469Z Checking hickory-resolver v0.24.4
13792026-08-07T18:52:06.540Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13802026-08-07T18:52:06.556Z Checking toml v1.1.2+spec-1.1.0
13812026-08-07T18:52:06.753Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13822026-08-07T18:52:07.150Z Checking oxide-tokio-rt v0.1.2
13832026-08-07T18:52:07.166Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13842026-08-07T18:52:07.298Z Checking async-compression v0.4.33
13852026-08-07T18:52:07.381Z Compiling progenitor-impl v0.10.0
13862026-08-07T18:52:07.502Z Compiling typify-macro v0.6.2
13872026-08-07T18:52:07.553Z Checking console v0.15.11
13882026-08-07T18:52:07.834Z Checking tokio-stream v0.1.17
13892026-08-07T18:52:07.956Z Compiling dropshot_endpoint v0.17.1
13902026-08-07T18:52:08.021Z Compiling pin-project-internal v1.1.10
13912026-08-07T18:52:08.210Z Compiling slog-dtrace v0.3.0
13922026-08-07T18:52:08.451Z Checking csv-core v0.1.12
13932026-08-07T18:52:08.646Z Compiling unicode-xid v0.2.6
13942026-08-07T18:52:08.749Z Compiling chrono-tz v0.10.4
13952026-08-07T18:52:08.780Z Checking swrite v0.1.0
13962026-08-07T18:52:08.885Z Compiling cancel-safe-futures v0.1.5
13972026-08-07T18:52:08.975Z Checking unicode-width v0.1.14
13982026-08-07T18:52:09.043Z Checking unicode-linebreak v0.1.5
13992026-08-07T18:52:09.104Z Checking smawk v0.3.2
14002026-08-07T18:52:09.137Z Checking foldhash v0.1.5
14012026-08-07T18:52:09.259Z Checking pin-project v1.1.10
14022026-08-07T18:52:09.262Z Checking textwrap v0.16.2
14032026-08-07T18:52:09.290Z Checking hashbrown v0.15.5
14042026-08-07T18:52:09.324Z Compiling const_format_proc_macros v0.2.34
14052026-08-07T18:52:09.363Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14062026-08-07T18:52:09.427Z Compiling progenitor-macro v0.10.0
14072026-08-07T18:52:09.496Z Checking csv v1.4.0
14082026-08-07T18:52:09.834Z Checking qorb v0.4.1
14092026-08-07T18:52:09.863Z Checking expectorate v1.2.0
14102026-08-07T18:52:09.997Z Checking phf v0.12.1
14112026-08-07T18:52:10.143Z Checking unicode-normalization v0.1.24
14122026-08-07T18:52:10.197Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14132026-08-07T18:52:10.704Z Compiling snafu-derive v0.8.9
14142026-08-07T18:52:10.896Z Checking libsw-core v0.3.2
14152026-08-07T18:52:10.923Z Compiling libgit2-sys v0.17.0+1.8.1
14162026-08-07T18:52:11.050Z Compiling async-recursion v1.1.1
14172026-08-07T18:52:11.370Z Compiling cookie v0.18.1
14182026-08-07T18:52:11.598Z Checking fixedbitset v0.5.7
14192026-08-07T18:52:11.615Z Compiling moka v0.12.11
14202026-08-07T18:52:11.740Z Checking highway v1.3.0
14212026-08-07T18:52:11.804Z Checking fixedbitset v0.4.2
14222026-08-07T18:52:11.876Z Checking petgraph v0.8.2
14232026-08-07T18:52:11.966Z Checking petgraph v0.6.5
14242026-08-07T18:52:12.440Z Checking snafu v0.8.9
14252026-08-07T18:52:12.686Z Checking libsw v3.5.0
14262026-08-07T18:52:12.845Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14272026-08-07T18:52:12.923Z Checking olpc-cjson v0.1.4
14282026-08-07T18:52:13.068Z Checking const_format v0.2.34
14292026-08-07T18:52:13.193Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14302026-08-07T18:52:13.434Z Checking papergrid v0.11.0
14312026-08-07T18:52:13.454Z Compiling typify v0.6.2
14322026-08-07T18:52:13.536Z Checking globset v0.4.16
14332026-08-07T18:52:13.552Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14342026-08-07T18:52:13.594Z Checking gethostname v0.5.0
14352026-08-07T18:52:13.614Z Checking progenitor v0.10.0
14362026-08-07T18:52:13.750Z Compiling tabled_derive v0.7.0
14372026-08-07T18:52:13.785Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14382026-08-07T18:52:13.800Z Checking reqwest v0.13.2
14392026-08-07T18:52:14.027Z Checking bcs v0.1.6
14402026-08-07T18:52:14.043Z Checking pem v3.0.5
14412026-08-07T18:52:14.114Z Checking serde_plain v1.0.2
14422026-08-07T18:52:14.203Z Checking linear-map v1.2.0
14432026-08-07T18:52:14.256Z Checking termtree v0.5.1
14442026-08-07T18:52:14.272Z Checking humantime v2.3.0
14452026-08-07T18:52:14.342Z Checking tagptr v0.2.0
14462026-08-07T18:52:14.376Z Checking crc8 v0.1.1
14472026-08-07T18:52:14.395Z Checking typed-path v0.9.3
14482026-08-07T18:52:14.454Z Compiling signal-hook v0.4.4
14492026-08-07T18:52:14.477Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14502026-08-07T18:52:14.692Z Checking tabled v0.15.0
14512026-08-07T18:52:14.710Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14522026-08-07T18:52:15.137Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14532026-08-07T18:52:15.193Z Checking tough v0.20.0
14542026-08-07T18:52:15.309Z Compiling progenitor-impl v0.14.0
14552026-08-07T18:52:15.875Z Checking steno v0.4.1
14562026-08-07T18:52:16.149Z Checking hickory-proto v0.25.2
14572026-08-07T18:52:16.859Z Compiling curl-sys v0.4.89+curl-8.20.0
14582026-08-07T18:52:16.902Z Compiling cargo-platform v0.1.9
14592026-08-07T18:52:17.151Z Compiling vergen v8.3.2
14602026-08-07T18:52:17.186Z Compiling fs-err v3.1.2
14612026-08-07T18:52:17.288Z Compiling cargo_metadata v0.18.1
14622026-08-07T18:52:17.424Z Compiling progenitor-macro v0.14.0
14632026-08-07T18:52:17.526Z Checking progenitor-client v0.14.0
14642026-08-07T18:52:17.646Z Checking dropshot-api-manager-types v0.7.2
14652026-08-07T18:52:17.738Z Checking hickory-resolver v0.25.2
14662026-08-07T18:52:17.755Z Checking sha2 v0.10.9
14672026-08-07T18:52:17.818Z Compiling blake3 v1.8.2
14682026-08-07T18:52:18.396Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14692026-08-07T18:52:18.626Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14702026-08-07T18:52:18.908Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14712026-08-07T18:52:18.939Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14722026-08-07T18:52:19.368Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14732026-08-07T18:52:19.721Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14742026-08-07T18:52:19.807Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14752026-08-07T18:52:20.075Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14762026-08-07T18:52:20.103Z Checking git-stub v1.0.0
14772026-08-07T18:52:20.183Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14782026-08-07T18:52:20.236Z Compiling strum_macros v0.28.0
14792026-08-07T18:52:20.256Z Checking filetime v0.2.26
14802026-08-07T18:52:20.395Z Compiling curl v0.4.50
14812026-08-07T18:52:20.557Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14822026-08-07T18:52:20.641Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14832026-08-07T18:52:20.657Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14842026-08-07T18:52:20.889Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
14852026-08-07T18:52:21.014Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14862026-08-07T18:52:21.323Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
14872026-08-07T18:52:21.343Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14882026-08-07T18:52:21.587Z Checking xattr v1.6.1
14892026-08-07T18:52:21.606Z Checking progenitor v0.14.0
14902026-08-07T18:52:21.724Z Checking is_ci v1.2.0
14912026-08-07T18:52:21.740Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14922026-08-07T18:52:21.811Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14932026-08-07T18:52:21.829Z Checking arrayref v0.3.9
14942026-08-07T18:52:21.889Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14952026-08-07T18:52:21.905Z Checking constant_time_eq v0.3.1
14962026-08-07T18:52:21.966Z Checking arrayvec v0.7.6
14972026-08-07T18:52:22.023Z Checking supports-color v3.0.2
14982026-08-07T18:52:22.053Z Checking strum v0.28.0
14992026-08-07T18:52:22.150Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15002026-08-07T18:52:22.182Z Checking tar v0.4.45
15012026-08-07T18:52:22.583Z Checking git-stub-vcs v0.1.0
15022026-08-07T18:52:22.760Z Checking toml v0.7.8
15032026-08-07T18:52:23.067Z Checking drift v0.2.0
15042026-08-07T18:52:23.092Z Checking kstat-rs v0.2.4
15052026-08-07T18:52:23.282Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15062026-08-07T18:52:23.380Z Checking topological-sort v0.2.2
15072026-08-07T18:52:23.521Z Checking omicron-zone-package v0.12.2
15082026-08-07T18:52:23.689Z Checking dropshot-api-manager v0.7.2
15092026-08-07T18:52:23.727Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15102026-08-07T18:52:24.765Z Checking signal-hook-tokio v0.4.0
15112026-08-07T18:52:24.898Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15122026-08-07T18:52:25.062Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15132026-08-07T18:52:25.447Z Checking scuffle v0.1.0
15142026-08-07T18:52:25.475Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15152026-08-07T18:52:25.492Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15162026-08-07T18:52:26.162Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15172026-08-07T18:52:26.179Z Checking iddqd v0.4.5
15182026-08-07T18:52:26.278Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15192026-08-07T18:52:26.474Z Checking search_path v0.1.4
15202026-08-07T18:52:26.492Z Checking internet-checksum v0.2.1
15212026-08-07T18:52:26.613Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15222026-08-07T18:52:26.616Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15232026-08-07T18:52:26.831Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15242026-08-07T18:52:27.072Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15252026-08-07T18:52:27.528Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15262026-08-07T18:52:27.670Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15272026-08-07T18:52:27.971Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15282026-08-07T18:52:29.285Z Compiling git2 v0.19.0
15292026-08-07T18:52:30.316Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15302026-08-07T18:52:31.582Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15312026-08-07T18:52:39.084Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15322026-08-07T18:52:40.385Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15332026-08-07T18:52:45.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s
15342026-08-07T18:52:45.688Z+ for feat in tofino_stub tofino_asic softnpu chaos
15352026-08-07T18:52:45.688Z+ cargo clippy --features tofino_asic -- --deny warnings
15362026-08-07T18:52:46.185Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15372026-08-07T18:52:46.189Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15382026-08-07T18:52:46.264Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15392026-08-07T18:52:46.264Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15402026-08-07T18:52:53.436Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15412026-08-07T18:52:53.436Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15422026-08-07T18:52:56.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.29s
15432026-08-07T18:52:56.173Z+ for feat in tofino_stub tofino_asic softnpu chaos
15442026-08-07T18:52:56.173Z+ cargo clippy --features softnpu -- --deny warnings
15452026-08-07T18:52:56.475Z Downloading crates ...
15462026-08-07T18:52:56.617Z Downloaded funty v2.0.0
15472026-08-07T18:52:56.620Z Downloaded serde_arrays v0.1.0
15482026-08-07T18:52:56.620Z Downloaded tap v1.0.1
15492026-08-07T18:52:56.620Z Downloaded typeid v1.0.3
15502026-08-07T18:52:56.624Z Downloaded bitstruct_derive v0.1.0
15512026-08-07T18:52:56.624Z Downloaded bitstruct v0.1.1
15522026-08-07T18:52:56.627Z Downloaded wyz v0.5.1
15532026-08-07T18:52:56.627Z Downloaded radium v0.7.0
15542026-08-07T18:52:56.627Z Downloaded libloading v0.7.4
15552026-08-07T18:52:56.630Z Downloaded ascii v1.1.0
15562026-08-07T18:52:56.636Z Downloaded erased-serde v0.4.8
15572026-08-07T18:52:56.650Z Downloaded bitvec v1.0.1
15582026-08-07T18:52:56.658Z Downloaded num-bigint v0.4.6
15592026-08-07T18:52:56.781Z Checking num-integer v0.1.46
15602026-08-07T18:52:56.861Z Checking num-complex v0.4.6
15612026-08-07T18:52:56.870Z Compiling radium v0.7.0
15622026-08-07T18:52:56.877Z Checking tap v1.0.1
15632026-08-07T18:52:56.883Z Checking funty v2.0.0
15642026-08-07T18:52:56.890Z Compiling typeid v1.0.3
15652026-08-07T18:52:56.893Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15662026-08-07T18:52:56.903Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15672026-08-07T18:52:56.963Z Checking wyz v0.5.1
15682026-08-07T18:52:57.057Z Checking num-bigint v0.4.6
15692026-08-07T18:52:57.057Z Checking num-iter v0.1.45
15702026-08-07T18:52:57.114Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15712026-08-07T18:52:57.131Z Compiling erased-serde v0.4.8
15722026-08-07T18:52:57.172Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15732026-08-07T18:52:57.188Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15742026-08-07T18:52:57.215Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15752026-08-07T18:52:57.264Z Compiling bitstruct_derive v0.1.0
15762026-08-07T18:52:57.290Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15772026-08-07T18:52:57.305Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15782026-08-07T18:52:57.313Z Checking bitvec v1.0.1
15792026-08-07T18:52:57.316Z Checking ascii v1.1.0
15802026-08-07T18:52:57.329Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15812026-08-07T18:52:57.388Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15822026-08-07T18:52:57.487Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15832026-08-07T18:52:57.498Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15842026-08-07T18:52:57.507Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15852026-08-07T18:52:57.509Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15862026-08-07T18:52:57.794Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15872026-08-07T18:52:57.804Z Checking serde_arrays v0.1.0
15882026-08-07T18:52:57.892Z Checking num-rational v0.4.2
15892026-08-07T18:52:57.903Z Checking libloading v0.7.4
15902026-08-07T18:52:57.918Z Checking bitstruct v0.1.1
15912026-08-07T18:52:57.942Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15922026-08-07T18:52:58.156Z Checking num v0.4.3
15932026-08-07T18:52:58.225Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15942026-08-07T18:52:58.749Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15952026-08-07T18:52:59.054Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15962026-08-07T18:52:59.057Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15972026-08-07T18:52:59.247Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15982026-08-07T18:52:59.429Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15992026-08-07T18:52:59.429Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16002026-08-07T18:52:59.903Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16012026-08-07T18:53:00.151Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
16022026-08-07T18:53:00.155Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16032026-08-07T18:53:00.155Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16042026-08-07T18:53:00.155Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16052026-08-07T18:53:00.546Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
16062026-08-07T18:53:00.983Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16072026-08-07T18:53:01.827Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16082026-08-07T18:53:04.076Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
16092026-08-07T18:53:04.435Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
16102026-08-07T18:53:05.323Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
16112026-08-07T18:53:06.105Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16122026-08-07T18:53:06.225Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16132026-08-07T18:53:12.622Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16142026-08-07T18:53:13.896Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16152026-08-07T18:53:14.432Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16162026-08-07T18:53:18.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.63s
16172026-08-07T18:53:18.990Z+ for feat in tofino_stub tofino_asic softnpu chaos
16182026-08-07T18:53:18.990Z+ cargo clippy --features chaos -- --deny warnings
16192026-08-07T18:53:19.481Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16202026-08-07T18:53:19.483Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16212026-08-07T18:53:19.484Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16222026-08-07T18:53:26.709Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16232026-08-07T18:53:26.709Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16242026-08-07T18:53:29.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.17s
16252026-08-07T18:53:29.343Z+ banner fmt
16262026-08-07T18:53:29.346Z
16272026-08-07T18:53:29.346Z ###### # # #####
16282026-08-07T18:53:29.346Z # ## ## #
16292026-08-07T18:53:29.346Z ##### # ## # #
16302026-08-07T18:53:29.346Z # # # #
16312026-08-07T18:53:29.346Z # # # #
16322026-08-07T18:53:29.347Z # # # #
16332026-08-07T18:53:29.347Z
16342026-08-07T18:53:29.347Z+ cargo fmt -- --check
16352026-08-07T18:53:29.792Z+ banner test
16362026-08-07T18:53:29.795Z
16372026-08-07T18:53:29.795Z ##### ###### #### #####
16382026-08-07T18:53:29.795Z # # # #
16392026-08-07T18:53:29.795Z # ##### #### #
16402026-08-07T18:53:29.795Z # # # #
16412026-08-07T18:53:29.795Z # # # # #
16422026-08-07T18:53:29.795Z # ###### #### #
16432026-08-07T18:53:29.795Z
16442026-08-07T18:53:29.795Z+ for feat in tofino_stub tofino_asic softnpu chaos
16452026-08-07T18:53:29.795Z+ RUST_BACKTRACE=full
16462026-08-07T18:53:29.795Z+ cargo test --features tofino_stub --no-fail-fast
16472026-08-07T18:53:30.663Z Compiling unicode-ident v1.0.24
16482026-08-07T18:53:30.663Z Compiling cfg-if v1.0.4
16492026-08-07T18:53:30.775Z Compiling memchr v2.7.5
16502026-08-07T18:53:30.781Z Compiling serde_core v1.0.228
16512026-08-07T18:53:30.788Z Compiling itoa v1.0.15
16522026-08-07T18:53:30.791Z Compiling libc v0.2.186
16532026-08-07T18:53:30.804Z Compiling zmij v1.0.17
16542026-08-07T18:53:30.831Z Compiling libm v0.2.15
16552026-08-07T18:53:30.886Z Compiling proc-macro2 v1.0.106
16562026-08-07T18:53:31.070Z Compiling equivalent v1.0.2
16572026-08-07T18:53:31.162Z Compiling log v0.4.29
16582026-08-07T18:53:31.283Z Compiling quote v1.0.45
16592026-08-07T18:53:31.301Z Compiling smallvec v1.15.1
16602026-08-07T18:53:31.352Z Compiling heck v0.5.0
16612026-08-07T18:53:31.428Z Compiling iana-time-zone v0.1.64
16622026-08-07T18:53:31.513Z Compiling syn v2.0.118
16632026-08-07T18:53:31.592Z Compiling dyn-clone v1.0.20
16642026-08-07T18:53:31.618Z Compiling hashbrown v0.17.1
16652026-08-07T18:53:31.652Z Compiling stable_deref_trait v1.2.0
16662026-08-07T18:53:31.663Z Compiling pin-project-lite v0.2.16
16672026-08-07T18:53:31.732Z Compiling percent-encoding v2.3.2
16682026-08-07T18:53:31.744Z Compiling writeable v0.6.1
16692026-08-07T18:53:31.761Z Compiling litemap v0.8.0
16702026-08-07T18:53:31.932Z Compiling fnv v1.0.7
16712026-08-07T18:53:31.980Z Compiling icu_normalizer_data v2.0.0
16722026-08-07T18:53:31.993Z Compiling icu_properties_data v2.0.1
16732026-08-07T18:53:32.032Z Compiling regex-syntax v0.8.11
16742026-08-07T18:53:32.049Z Compiling form_urlencoded v1.2.2
16752026-08-07T18:53:32.061Z Compiling utf8_iter v1.0.4
16762026-08-07T18:53:32.149Z Compiling scopeguard v1.2.0
16772026-08-07T18:53:32.172Z Compiling num-traits v0.2.19
16782026-08-07T18:53:32.206Z Compiling getrandom v0.4.2
16792026-08-07T18:53:32.233Z Compiling lock_api v0.4.14
16802026-08-07T18:53:32.355Z Compiling aho-corasick v1.1.3
16812026-08-07T18:53:32.468Z Compiling semver v1.0.28
16822026-08-07T18:53:32.606Z Compiling serde_json v1.0.150
16832026-08-07T18:53:32.721Z Compiling indexmap v2.14.0
16842026-08-07T18:53:32.782Z Compiling byteorder v1.5.0
16852026-08-07T18:53:32.821Z Compiling ucd-trie v0.1.7
16862026-08-07T18:53:32.914Z Compiling futures-core v0.3.32
16872026-08-07T18:53:33.012Z Compiling uuid v1.23.3
16882026-08-07T18:53:33.071Z Compiling allocator-api2 v0.2.21
16892026-08-07T18:53:33.356Z Compiling num-conv v0.2.1
16902026-08-07T18:53:33.395Z Compiling time-core v0.1.8
16912026-08-07T18:53:33.440Z Compiling foldhash v0.2.0
16922026-08-07T18:53:33.516Z Compiling regex-automata v0.4.13
16932026-08-07T18:53:33.550Z Compiling futures-sink v0.3.32
16942026-08-07T18:53:33.561Z Compiling time-macros v0.2.27
16952026-08-07T18:53:33.658Z Compiling hashbrown v0.16.1
16962026-08-07T18:53:33.675Z Compiling ryu v1.0.20
16972026-08-07T18:53:33.872Z Compiling pretty-hex v0.4.1
16982026-08-07T18:53:34.020Z Compiling slab v0.4.11
16992026-08-07T18:53:34.254Z Compiling plain v0.2.3
17002026-08-07T18:53:34.267Z Compiling synstructure v0.13.2
17012026-08-07T18:53:34.354Z Compiling serde_derive_internals v0.29.1
17022026-08-07T18:53:34.367Z Compiling strsim v0.11.1
17032026-08-07T18:53:34.566Z Compiling futures-channel v0.3.32
17042026-08-07T18:53:34.720Z Compiling futures-task v0.3.32
17052026-08-07T18:53:34.767Z Compiling futures-io v0.3.32
17062026-08-07T18:53:34.780Z Compiling socket2 v0.6.4
17072026-08-07T18:53:34.803Z Compiling parking_lot_core v0.9.12
17082026-08-07T18:53:34.890Z Compiling signal-hook-registry v1.4.6
17092026-08-07T18:53:34.929Z Compiling thread-id v5.0.0
17102026-08-07T18:53:35.018Z Compiling parking_lot v0.12.5
17112026-08-07T18:53:35.133Z Compiling mio v1.2.1
17122026-08-07T18:53:35.231Z Compiling regress v0.10.5
17132026-08-07T18:53:35.254Z Compiling regex v1.12.4
17142026-08-07T18:53:35.266Z Compiling darling_core v0.21.3
17152026-08-07T18:53:35.322Z Compiling bitflags v2.11.1
17162026-08-07T18:53:35.442Z Compiling base64 v0.22.1
17172026-08-07T18:53:35.549Z Compiling serde_derive v1.0.228
17182026-08-07T18:53:35.580Z Compiling zerofrom-derive v0.1.6
17192026-08-07T18:53:35.679Z Compiling yoke-derive v0.8.0
17202026-08-07T18:53:35.740Z Compiling zerovec-derive v0.11.1
17212026-08-07T18:53:35.792Z Compiling displaydoc v0.2.5
17222026-08-07T18:53:36.195Z Compiling thiserror-impl v2.0.18
17232026-08-07T18:53:36.582Z Compiling schemars_derive v0.8.22
17242026-08-07T18:53:36.772Z Compiling tokio-macros v2.7.0
17252026-08-07T18:53:36.847Z Compiling zerocopy-derive v0.8.27
17262026-08-07T18:53:36.878Z Compiling zeroize_derive v1.4.3
17272026-08-07T18:53:37.428Z Compiling futures-macro v0.3.32
17282026-08-07T18:53:37.496Z Compiling thiserror v2.0.18
17292026-08-07T18:53:37.545Z Compiling zerofrom v0.1.6
17302026-08-07T18:53:37.584Z Compiling thiserror-impl v1.0.69
17312026-08-07T18:53:37.609Z Compiling tracing-attributes v0.1.30
17322026-08-07T18:53:37.680Z Compiling yoke v0.8.0
17332026-08-07T18:53:37.821Z Compiling pest v2.8.2
17342026-08-07T18:53:37.874Z Compiling zerovec v0.11.4
17352026-08-07T18:53:38.132Z Compiling zerocopy v0.8.27
17362026-08-07T18:53:38.286Z Compiling zerotrie v0.2.2
17372026-08-07T18:53:38.310Z Compiling serde v1.0.228
17382026-08-07T18:53:38.749Z Compiling bytes v1.12.0
17392026-08-07T18:53:38.772Z Compiling serde_tokenstream v0.2.3
17402026-08-07T18:53:38.849Z Compiling tinystr v0.8.1
17412026-08-07T18:53:38.875Z Compiling potential_utf v0.1.3
17422026-08-07T18:53:39.054Z Compiling icu_locale_core v2.0.0
17432026-08-07T18:53:39.054Z Compiling icu_collections v2.0.0
17442026-08-07T18:53:39.093Z Compiling pest_meta v2.8.2
17452026-08-07T18:53:39.116Z Compiling chrono v0.4.45
17462026-08-07T18:53:39.154Z Compiling scroll_derive v0.13.1
17472026-08-07T18:53:39.400Z Compiling http v1.4.2
17482026-08-07T18:53:39.573Z Compiling icu_provider v2.0.0
17492026-08-07T18:53:39.636Z Compiling pest_generator v2.8.2
17502026-08-07T18:53:39.807Z Compiling async-trait v0.1.89
17512026-08-07T18:53:39.894Z Compiling icu_properties v2.0.1
17522026-08-07T18:53:39.944Z Compiling icu_normalizer v2.0.0
17532026-08-07T18:53:40.301Z Compiling schemars v0.8.22
17542026-08-07T18:53:40.448Z Compiling scroll v0.13.0
17552026-08-07T18:53:40.451Z Compiling pest_derive v2.8.2
17562026-08-07T18:53:40.655Z Compiling thiserror v1.0.69
17572026-08-07T18:53:40.724Z Compiling goblin v0.10.1
17582026-08-07T18:53:40.750Z Compiling tokio v1.52.3
17592026-08-07T18:53:40.762Z Compiling openapiv3 v2.2.0
17602026-08-07T18:53:40.882Z Compiling idna_adapter v1.2.1
17612026-08-07T18:53:41.038Z Compiling idna v1.1.0
17622026-08-07T18:53:41.050Z Compiling dtrace-parser v0.3.0
17632026-08-07T18:53:41.191Z Compiling daft-derive v0.1.5
17642026-08-07T18:53:41.450Z Compiling url v2.5.7
17652026-08-07T18:53:41.842Z Compiling typify-impl v0.4.3
17662026-08-07T18:53:41.964Z Compiling darling_macro v0.21.3
17672026-08-07T18:53:41.967Z Compiling serde_yaml v0.9.34+deprecated
17682026-08-07T18:53:42.349Z Compiling http-body v1.0.1
17692026-08-07T18:53:42.394Z Compiling ppv-lite86 v0.2.21
17702026-08-07T18:53:42.510Z Compiling erased-serde v0.3.31
17712026-08-07T18:53:42.566Z Compiling darling v0.21.3
17722026-08-07T18:53:42.659Z Compiling openssl-macros v0.1.1
17732026-08-07T18:53:42.737Z Compiling getrandom v0.2.16
17742026-08-07T18:53:43.010Z Compiling ipnet v2.11.0
17752026-08-07T18:53:43.147Z Compiling atomic-waker v1.1.2
17762026-08-07T18:53:43.278Z Compiling httparse v1.10.1
17772026-08-07T18:53:43.432Z Compiling tower-service v0.3.3
17782026-08-07T18:53:43.533Z Compiling dof v0.4.0
17792026-08-07T18:53:43.560Z Compiling untrusted v0.9.0
17802026-08-07T18:53:43.595Z Compiling tower-layer v0.3.3
17812026-08-07T18:53:43.687Z Compiling anyhow v1.0.102
17822026-08-07T18:53:43.761Z Compiling try-lock v0.2.5
17832026-08-07T18:53:43.887Z Compiling want v0.3.1
17842026-08-07T18:53:44.064Z Compiling usdt-impl v0.6.0
17852026-08-07T18:53:44.090Z Compiling syn v1.0.109
17862026-08-07T18:53:44.090Z Compiling zeroize v1.8.1
17872026-08-07T18:53:44.305Z Compiling httpdate v1.0.3
17882026-08-07T18:53:44.533Z Compiling portable-atomic v1.11.1
17892026-08-07T18:53:44.961Z Compiling async-stream-impl v0.3.6
17902026-08-07T18:53:45.118Z Compiling structmeta-derive v0.3.0
17912026-08-07T18:53:45.153Z Compiling critical-section v1.2.0
17922026-08-07T18:53:45.495Z Compiling once_cell v1.21.3
17932026-08-07T18:53:45.532Z Compiling usdt-macro v0.6.0
17942026-08-07T18:53:45.709Z Compiling usdt-attr-macro v0.6.0
17952026-08-07T18:53:46.054Z Compiling newtype-uuid-macros v0.1.0
17962026-08-07T18:53:46.226Z Compiling structmeta v0.3.0
17972026-08-07T18:53:46.430Z Compiling strum_macros v0.26.4
17982026-08-07T18:53:46.709Z Compiling powerfmt v0.2.0
17992026-08-07T18:53:46.895Z Compiling deranged v0.5.3
18002026-08-07T18:53:47.007Z Compiling num_threads v0.1.7
18012026-08-07T18:53:47.572Z Compiling http-body-util v0.1.3
18022026-08-07T18:53:47.703Z Compiling omicron-workspace-hack v0.1.0
18032026-08-07T18:53:47.779Z Compiling dropshot_endpoint v0.16.7
18042026-08-07T18:53:47.817Z Compiling serde_urlencoded v0.7.1
18052026-08-07T18:53:47.868Z Compiling ref-cast-impl v1.0.25
18062026-08-07T18:53:48.072Z Compiling derive-ex v0.1.8
18072026-08-07T18:53:48.107Z Compiling typify-macro v0.4.3
18082026-08-07T18:53:48.121Z Compiling strum_macros v0.27.2
18092026-08-07T18:53:48.191Z Compiling sync_wrapper v1.0.2
18102026-08-07T18:53:48.307Z Compiling serde_with_macros v3.14.1
18112026-08-07T18:53:48.352Z Compiling subtle v2.6.1
18122026-08-07T18:53:48.498Z Compiling thread_local v1.1.9
18132026-08-07T18:53:48.767Z Compiling iri-string v0.7.8
18142026-08-07T18:53:48.807Z Compiling futures-util v0.3.32
18152026-08-07T18:53:49.441Z Compiling match_cfg v0.1.0
18162026-08-07T18:53:49.516Z Compiling rand_core v0.6.4
18172026-08-07T18:53:49.542Z Compiling typenum v1.20.1
18182026-08-07T18:53:49.680Z Compiling test-strategy v0.4.3
18192026-08-07T18:53:49.753Z Compiling take_mut v0.2.2
18202026-08-07T18:53:49.867Z Compiling term v1.2.0
18212026-08-07T18:53:50.274Z Compiling typify v0.4.3
18222026-08-07T18:53:50.377Z Compiling progenitor-impl v0.11.1
18232026-08-07T18:53:50.419Z Compiling parse-display-derive v0.10.0
18242026-08-07T18:53:50.452Z Compiling tracing-core v0.1.34
18252026-08-07T18:53:50.488Z Compiling toml_datetime v0.6.11
18262026-08-07T18:53:50.655Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18272026-08-07T18:53:50.773Z Compiling camino v1.2.3
18282026-08-07T18:53:51.005Z Compiling tracing v0.1.41
18292026-08-07T18:53:51.179Z Compiling clap_derive v4.6.1
18302026-08-07T18:53:51.257Z Compiling encoding_rs v0.8.35
18312026-08-07T18:53:51.261Z Compiling fastrand v2.3.0
18322026-08-07T18:53:51.391Z Compiling mime v0.3.17
18332026-08-07T18:53:51.500Z Compiling cpufeatures v0.2.17
18342026-08-07T18:53:51.579Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18352026-08-07T18:53:52.094Z Compiling unicode-width v0.2.1
18362026-08-07T18:53:52.587Z Compiling errno v0.3.14
18372026-08-07T18:53:52.599Z Compiling hex v0.4.3
18382026-08-07T18:53:52.866Z Compiling generic-array v0.14.7
18392026-08-07T18:53:52.879Z Compiling ipnetwork v0.21.1
18402026-08-07T18:53:52.937Z Compiling crossbeam-utils v0.8.21
18412026-08-07T18:53:52.989Z Compiling tokio-util v0.7.16
18422026-08-07T18:53:53.261Z Compiling slog v2.8.2
18432026-08-07T18:53:53.449Z Compiling rustix v1.1.4
18442026-08-07T18:53:53.573Z Compiling getrandom v0.3.3
18452026-08-07T18:53:53.678Z Compiling winnow v0.7.14
18462026-08-07T18:53:53.722Z Compiling rand_core v0.9.3
18472026-08-07T18:53:53.760Z Compiling h2 v0.4.14
18482026-08-07T18:53:53.795Z Compiling crypto-common v0.1.6
18492026-08-07T18:53:53.925Z Compiling progenitor-macro v0.11.1
18502026-08-07T18:53:53.937Z Compiling oxnet v0.1.6
18512026-08-07T18:53:53.948Z Compiling itertools v0.14.0
18522026-08-07T18:53:54.665Z Compiling winnow v1.0.3
18532026-08-07T18:53:54.941Z Compiling num-derive v0.4.2
18542026-08-07T18:53:55.021Z Compiling toml_parser v1.1.2+spec-1.1.0
18552026-08-07T18:53:55.174Z Compiling serde_spanned v1.1.1
18562026-08-07T18:53:55.230Z Compiling socket2 v0.5.10
18572026-08-07T18:53:55.455Z Compiling debug-ignore v1.0.5
18582026-08-07T18:53:55.573Z Compiling spin v0.9.8
18592026-08-07T18:53:55.697Z Compiling toml_writer v1.1.1+spec-1.1.0
18602026-08-07T18:53:55.766Z Compiling rand_chacha v0.9.0
18612026-08-07T18:53:55.922Z Compiling hyper v1.10.1
18622026-08-07T18:53:55.933Z Compiling rustls-pki-types v1.12.0
18632026-08-07T18:53:55.974Z Compiling quick-error v1.2.3
18642026-08-07T18:53:56.092Z Compiling rand v0.9.3
18652026-08-07T18:53:56.280Z Compiling tabwriter v1.4.1
18662026-08-07T18:53:56.435Z Compiling async-stream v0.3.6
18672026-08-07T18:53:56.538Z Compiling waitgroup v0.1.2
18682026-08-07T18:53:56.620Z Compiling serde_path_to_error v0.1.20
18692026-08-07T18:53:56.687Z Compiling colored v3.1.1
18702026-08-07T18:53:56.700Z Compiling lazy_static v1.5.0
18712026-08-07T18:53:56.715Z Compiling bit-vec v0.8.0
18722026-08-07T18:53:56.805Z Compiling strum v0.26.3
18732026-08-07T18:53:56.937Z Compiling bit-set v0.8.0
18742026-08-07T18:53:56.957Z Compiling time v0.3.47
18752026-08-07T18:53:56.978Z Compiling ring v0.17.14
18762026-08-07T18:53:57.084Z Compiling hyper-util v0.1.20
18772026-08-07T18:53:57.103Z Compiling toml_datetime v0.7.5+spec-1.1.0
18782026-08-07T18:53:57.425Z Compiling unarray v0.1.4
18792026-08-07T18:53:57.546Z Compiling anstyle v1.0.14
18802026-08-07T18:53:57.776Z Compiling toml v0.9.12+spec-1.1.0
18812026-08-07T18:53:57.815Z Compiling crossbeam-channel v0.5.15
18822026-08-07T18:53:58.301Z Compiling macaddr v1.0.1
18832026-08-07T18:53:58.336Z Compiling utf8parse v0.2.2
18842026-08-07T18:53:58.502Z Compiling anstyle-parse v1.0.0
18852026-08-07T18:53:58.537Z Compiling block-buffer v0.10.4
18862026-08-07T18:53:58.650Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18872026-08-07T18:53:58.677Z Compiling ref-cast v1.0.25
18882026-08-07T18:53:58.689Z Compiling colorchoice v1.0.4
18892026-08-07T18:53:58.703Z Compiling anstyle-query v1.1.4
18902026-08-07T18:53:58.785Z Compiling is_terminal_polyfill v1.70.1
18912026-08-07T18:53:58.798Z Compiling digest v0.10.7
18922026-08-07T18:53:58.810Z Compiling strum v0.27.2
18932026-08-07T18:53:58.812Z Compiling is-terminal v0.4.16
18942026-08-07T18:53:58.832Z Compiling clap_lex v1.1.0
18952026-08-07T18:53:58.879Z Compiling anstream v1.0.0
18962026-08-07T18:53:58.917Z Compiling slog-term v2.9.2
18972026-08-07T18:53:58.933Z Compiling slog-json v2.6.1
18982026-08-07T18:53:59.002Z Compiling slog-async v2.8.0
18992026-08-07T18:53:59.067Z Compiling hostname v0.3.1
19002026-08-07T18:53:59.207Z Compiling slog-bunyan v2.5.0
19012026-08-07T18:53:59.220Z Compiling tower v0.5.2
19022026-08-07T18:53:59.238Z Compiling futures-executor v0.3.32
19032026-08-07T18:53:59.338Z Compiling instant v0.1.13
19042026-08-07T18:53:59.530Z Compiling futures v0.3.32
19052026-08-07T18:53:59.591Z Compiling aws-lc-sys v0.39.1
19062026-08-07T18:53:59.595Z Compiling untrusted v0.7.1
19072026-08-07T18:53:59.670Z Compiling tower-http v0.6.8
19082026-08-07T18:53:59.681Z Compiling openssl-sys v0.9.117
19092026-08-07T18:54:00.097Z Compiling aws-lc-rs v1.16.2
19102026-08-07T18:54:00.227Z Compiling memmap2 v0.9.8
19112026-08-07T18:54:01.202Z Compiling rustls-webpki v0.103.6
19122026-08-07T18:54:01.245Z Compiling foreign-types-shared v0.1.1
19132026-08-07T18:54:01.366Z Compiling foreign-types v0.3.2
19142026-08-07T18:54:01.627Z Compiling tempfile v3.27.0
19152026-08-07T18:54:01.700Z Compiling rustls v0.23.40
19162026-08-07T18:54:02.049Z Compiling openssl-probe v0.1.6
19172026-08-07T18:54:02.472Z Compiling openssl v0.10.81
19182026-08-07T18:54:02.699Z Compiling either v1.15.0
19192026-08-07T18:54:02.913Z Compiling usdt v0.6.0
19202026-08-07T18:54:03.264Z Compiling webpki-roots v1.0.2
19212026-08-07T18:54:03.456Z Compiling newtype-uuid v1.3.2
19222026-08-07T18:54:03.812Z Compiling daft v0.1.5
19232026-08-07T18:54:04.668Z Compiling tokio-rustls v0.26.4
19242026-08-07T18:54:04.869Z Compiling native-tls v0.2.14
19252026-08-07T18:54:04.940Z Compiling hyper-rustls v0.27.7
19262026-08-07T18:54:05.225Z Compiling tokio-native-tls v0.3.1
19272026-08-07T18:54:05.410Z Compiling hyper-tls v0.6.0
19282026-08-07T18:54:05.661Z Compiling reqwest v0.12.23
19292026-08-07T18:54:06.359Z Compiling rustls-webpki v0.102.8
19302026-08-07T18:54:06.383Z Compiling rustls-pemfile v2.2.0
19312026-08-07T18:54:06.591Z Compiling multer v3.1.0
19322026-08-07T18:54:07.128Z Compiling hostname v0.4.2
19332026-08-07T18:54:07.284Z Compiling rustls v0.22.4
19342026-08-07T18:54:07.373Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19352026-08-07T18:54:07.954Z Compiling terminal_size v0.4.3
19362026-08-07T18:54:08.106Z Compiling rand_chacha v0.3.1
19372026-08-07T18:54:08.206Z Compiling wait-timeout v0.2.1
19382026-08-07T18:54:08.973Z Compiling rusty-fork v0.3.0
19392026-08-07T18:54:09.063Z Compiling rand v0.8.5
19402026-08-07T18:54:09.076Z Compiling tokio-rustls v0.25.0
19412026-08-07T18:54:10.208Z Compiling sha1 v0.10.6
19422026-08-07T18:54:10.348Z Compiling rand_xorshift v0.4.0
19432026-08-07T18:54:10.895Z Compiling hubpack_derive v0.1.1
19442026-08-07T18:54:11.548Z Compiling proptest v1.8.0
19452026-08-07T18:54:11.610Z Compiling dropshot v0.16.7
19462026-08-07T18:54:11.649Z Compiling clap_builder v4.6.0
19472026-08-07T18:54:12.967Z Compiling serde_spanned v0.6.9
19482026-08-07T18:54:13.604Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19492026-08-07T18:54:13.619Z Compiling clap v4.6.1
19502026-08-07T18:54:13.731Z Compiling prettyplease v0.2.37
19512026-08-07T18:54:15.084Z Compiling progenitor-client v0.11.1
19522026-08-07T18:54:15.214Z Compiling progenitor-client v0.10.0
19532026-08-07T18:54:15.418Z Compiling serde_with v3.14.1
19542026-08-07T18:54:16.315Z Compiling progenitor v0.11.1
19552026-08-07T18:54:17.064Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19562026-08-07T18:54:17.295Z Compiling rustc-hash v2.1.1
19572026-08-07T18:54:17.405Z Compiling iddqd v0.3.18
19582026-08-07T18:54:17.433Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19592026-08-07T18:54:18.484Z Compiling backoff v0.4.0
19602026-08-07T18:54:18.622Z Compiling parse-display v0.10.0
19612026-08-07T18:54:18.661Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19622026-08-07T18:54:18.699Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19632026-08-07T18:54:18.833Z Compiling toml_write v0.1.2
19642026-08-07T18:54:18.911Z Compiling winnow v0.5.40
19652026-08-07T18:54:19.035Z Compiling toml_edit v0.22.27
19662026-08-07T18:54:20.375Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19672026-08-07T18:54:20.628Z Compiling num-integer v0.1.46
19682026-08-07T18:54:21.132Z Compiling float-ord v0.3.2
19692026-08-07T18:54:21.579Z Compiling toml v0.8.23
19702026-08-07T18:54:25.103Z Compiling num-rational v0.4.2
19712026-08-07T18:54:25.318Z Compiling num-iter v0.1.45
19722026-08-07T18:54:25.614Z Compiling num-complex v0.4.6
19732026-08-07T18:54:26.028Z Compiling num v0.4.3
19742026-08-07T18:54:26.521Z Compiling toml_edit v0.19.15
19752026-08-07T18:54:27.984Z Compiling proc-macro-crate v1.3.1
19762026-08-07T18:54:29.690Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19772026-08-07T18:54:30.233Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19782026-08-07T18:54:30.747Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19792026-08-07T18:54:31.349Z Compiling memoffset v0.9.1
19802026-08-07T18:54:31.404Z Compiling zerocopy-derive v0.7.35
19812026-08-07T18:54:32.304Z Compiling libscf-sys v1.2.0
19822026-08-07T18:54:32.455Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19832026-08-07T18:54:32.468Z Compiling ingot-macros v0.1.1
19842026-08-07T18:54:33.822Z Compiling scroll_derive v0.12.1
19852026-08-07T18:54:34.147Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19862026-08-07T18:54:34.990Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19872026-08-07T18:54:37.071Z Compiling zerocopy v0.7.35
19882026-08-07T18:54:37.498Z Compiling num_enum_derive v0.7.5
19892026-08-07T18:54:37.646Z Compiling hubpack v0.1.2
19902026-08-07T18:54:37.750Z Compiling foreign-types-macros v0.2.3
19912026-08-07T18:54:38.053Z Compiling static_assertions v1.1.0
19922026-08-07T18:54:38.571Z Compiling glob v0.3.3
19932026-08-07T18:54:38.638Z Compiling proc-macro-error-attr v1.0.4
19942026-08-07T18:54:38.805Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19952026-08-07T18:54:38.982Z Compiling dtrace-parser v0.2.0
19962026-08-07T18:54:39.192Z Compiling bytecount v0.6.9
19972026-08-07T18:54:39.345Z Compiling proc-macro-error v1.0.4
19982026-08-07T18:54:39.367Z Compiling dof v0.3.0
19992026-08-07T18:54:39.948Z Compiling num_enum_derive v0.5.11
20002026-08-07T18:54:41.543Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20012026-08-07T18:54:41.689Z Compiling thread-id v4.2.2
20022026-08-07T18:54:41.801Z Compiling usdt-impl v0.5.0
20032026-08-07T18:54:42.377Z Compiling derive_more v0.99.20
20042026-08-07T18:54:42.869Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20052026-08-07T18:54:42.882Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20062026-08-07T18:54:43.734Z Compiling minimal-lexical v0.2.1
20072026-08-07T18:54:43.784Z Compiling usdt-macro v0.5.0
20082026-08-07T18:54:44.000Z Compiling nom v7.1.3
20092026-08-07T18:54:44.252Z Compiling usdt-attr-macro v0.5.0
20102026-08-07T18:54:44.360Z Compiling zone_cfg_derive v0.3.1
20112026-08-07T18:54:44.580Z Compiling papergrid v0.18.0
20122026-08-07T18:54:44.638Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20132026-08-07T18:54:45.098Z Compiling rustc_version v0.4.1
20142026-08-07T18:54:45.141Z Compiling nix v0.31.3
20152026-08-07T18:54:45.309Z Compiling itertools v0.15.0
20162026-08-07T18:54:45.472Z Compiling crossbeam-epoch v0.9.18
20172026-08-07T18:54:45.657Z Compiling tabled v0.21.0
20182026-08-07T18:54:45.754Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20192026-08-07T18:54:45.824Z Compiling dropshot_endpoint v0.17.1
20202026-08-07T18:54:46.004Z Compiling adler2 v2.0.1
20212026-08-07T18:54:46.154Z Compiling miniz_oxide v0.8.9
20222026-08-07T18:54:46.224Z Compiling crc32fast v1.5.0
20232026-08-07T18:54:46.532Z Compiling enum-as-inner v0.6.1
20242026-08-07T18:54:46.668Z Compiling regress v0.11.1
20252026-08-07T18:54:46.749Z Compiling flate2 v1.1.2
20262026-08-07T18:54:46.863Z Compiling curve25519-dalek v4.1.3
20272026-08-07T18:54:47.148Z Compiling hybrid-array v0.4.12
20282026-08-07T18:54:47.186Z Compiling crossbeam-deque v0.8.6
20292026-08-07T18:54:47.253Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20302026-08-07T18:54:47.387Z Compiling thiserror-impl-no-std v2.0.2
20312026-08-07T18:54:47.420Z Compiling curve25519-dalek-derive v0.1.1
20322026-08-07T18:54:47.552Z Compiling rayon-core v1.13.0
20332026-08-07T18:54:47.646Z Compiling crypto-common v0.2.2
20342026-08-07T18:54:48.138Z Compiling block-buffer v0.12.0
20352026-08-07T18:54:48.303Z Compiling typify-impl v0.6.2
20362026-08-07T18:54:48.314Z Compiling clang-sys v1.8.1
20372026-08-07T18:54:48.512Z Compiling compression-core v0.4.32
20382026-08-07T18:54:48.526Z Compiling const-oid v0.10.2
20392026-08-07T18:54:48.565Z Compiling scroll v0.12.0
20402026-08-07T18:54:48.685Z Compiling digest v0.11.3
20412026-08-07T18:54:48.725Z Compiling compression-codecs v0.4.32
20422026-08-07T18:54:48.843Z Compiling hash32 v0.3.1
20432026-08-07T18:54:48.861Z Compiling toml_datetime v1.1.1+spec-1.1.0
20442026-08-07T18:54:49.007Z Compiling cpufeatures v0.3.0
20452026-08-07T18:54:49.010Z Compiling heapless v0.8.0
20462026-08-07T18:54:49.076Z Compiling sha1 v0.11.0
20472026-08-07T18:54:49.088Z Compiling toml v1.1.2+spec-1.1.0
20482026-08-07T18:54:49.091Z Compiling async-compression v0.4.33
20492026-08-07T18:54:49.183Z Compiling goblin v0.8.2
20502026-08-07T18:54:49.339Z Compiling ingot-types v0.1.2
20512026-08-07T18:54:49.455Z Compiling cobs v0.3.0
20522026-08-07T18:54:49.584Z Compiling libloading v0.8.9
20532026-08-07T18:54:49.665Z Compiling bitflags v1.3.2
20542026-08-07T18:54:49.744Z Compiling managed v0.8.0
20552026-08-07T18:54:49.756Z Compiling foreign-types-shared v0.3.1
20562026-08-07T18:54:49.788Z Compiling dropshot v0.17.1
20572026-08-07T18:54:49.857Z Compiling foreign-types v0.5.0
20582026-08-07T18:54:49.947Z Compiling smoltcp v0.11.0
20592026-08-07T18:54:49.972Z Compiling bindgen v0.72.1
20602026-08-07T18:54:50.716Z Compiling ingot v0.1.1
20612026-08-07T18:54:50.797Z Compiling postcard v1.1.3
20622026-08-07T18:54:51.972Z Compiling cexpr v0.6.0
20632026-08-07T18:54:52.311Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20642026-08-07T18:54:52.504Z Compiling num_enum v0.7.5
20652026-08-07T18:54:52.573Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20662026-08-07T18:54:52.824Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20672026-08-07T18:54:52.952Z Compiling camino-tempfile v1.4.1
20682026-08-07T18:54:52.998Z Compiling derive-where v1.6.0
20692026-08-07T18:54:53.031Z Compiling serde_repr v0.1.20
20702026-08-07T18:54:53.173Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20712026-08-07T18:54:53.295Z Compiling cstr-argument v0.1.2
20722026-08-07T18:54:53.485Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20732026-08-07T18:54:53.563Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20742026-08-07T18:54:54.381Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20752026-08-07T18:54:54.580Z Compiling rayon v1.11.0
20762026-08-07T18:54:54.721Z Compiling typify-macro v0.6.2
20772026-08-07T18:54:54.746Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20782026-08-07T18:54:54.877Z Compiling crucible-workspace-hack v0.1.0
20792026-08-07T18:54:55.537Z Compiling memmap v0.7.0
20802026-08-07T18:54:55.707Z Compiling tinyvec_macros v0.1.1
20812026-08-07T18:54:55.737Z Compiling usdt v0.5.0
20822026-08-07T18:54:55.786Z Compiling tinyvec v1.10.0
20832026-08-07T18:54:56.032Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20842026-08-07T18:54:56.543Z Compiling num_enum v0.5.11
20852026-08-07T18:54:56.856Z Compiling typify v0.6.2
20862026-08-07T18:54:56.966Z Compiling pin-project-internal v1.1.10
20872026-08-07T18:54:57.738Z Compiling progenitor-impl v0.14.0
20882026-08-07T18:54:58.119Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20892026-08-07T18:54:58.164Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20902026-08-07T18:54:58.267Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20912026-08-07T18:54:58.280Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20922026-08-07T18:54:58.564Z Compiling rustix v0.38.44
20932026-08-07T18:54:58.916Z Compiling itertools v0.12.1
20942026-08-07T18:54:59.049Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20952026-08-07T18:54:59.077Z Compiling progenitor-impl v0.10.0
20962026-08-07T18:54:59.403Z Compiling sigpipe v0.1.3
20972026-08-07T18:54:59.463Z Compiling jiff v0.2.15
20982026-08-07T18:54:59.501Z Compiling const_format_proc_macros v0.2.34
20992026-08-07T18:55:00.054Z Compiling zone v0.3.1
21002026-08-07T18:55:00.204Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21012026-08-07T18:55:00.364Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
21022026-08-07T18:55:01.380Z Compiling progenitor-macro v0.14.0
21032026-08-07T18:55:01.883Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
21042026-08-07T18:55:01.985Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21052026-08-07T18:55:02.166Z Compiling nix v0.30.1
21062026-08-07T18:55:02.593Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21072026-08-07T18:55:02.622Z Compiling snafu-derive v0.8.9
21082026-08-07T18:55:02.676Z Compiling progenitor-macro v0.10.0
21092026-08-07T18:55:03.344Z Compiling secrecy v0.10.3
21102026-08-07T18:55:03.378Z Compiling smf v0.2.3
21112026-08-07T18:55:03.495Z Compiling async-recursion v1.1.1
21122026-08-07T18:55:03.621Z Compiling bstr v1.12.0
21132026-08-07T18:55:04.135Z Compiling whoami v1.6.1
21142026-08-07T18:55:04.405Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21152026-08-07T18:55:05.157Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21162026-08-07T18:55:06.023Z Compiling hmac v0.12.1
21172026-08-07T18:55:06.305Z Compiling inout v0.1.4
21182026-08-07T18:55:06.355Z Compiling ff v0.13.1
21192026-08-07T18:55:06.466Z Compiling crc8 v0.1.1
21202026-08-07T18:55:06.503Z Compiling data-encoding v2.9.0
21212026-08-07T18:55:06.607Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21222026-08-07T18:55:07.038Z Compiling group v0.13.0
21232026-08-07T18:55:07.165Z Compiling cipher v0.4.4
21242026-08-07T18:55:07.401Z Compiling hkdf v0.12.4
21252026-08-07T18:55:07.691Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
21262026-08-07T18:55:07.962Z Compiling atomicwrites v0.4.4
21272026-08-07T18:55:07.979Z Compiling tokio-dtrace v0.1.1
21282026-08-07T18:55:08.287Z Compiling tabled_derive v0.7.0
21292026-08-07T18:55:08.969Z Compiling reqwest v0.13.2
21302026-08-07T18:55:08.982Z Compiling universal-hash v0.5.1
21312026-08-07T18:55:09.018Z Compiling crypto-bigint v0.5.5
21322026-08-07T18:55:09.124Z Compiling half v2.7.1
21332026-08-07T18:55:09.264Z Compiling indent_write v2.2.0
21342026-08-07T18:55:09.268Z Compiling opaque-debug v0.3.1
21352026-08-07T18:55:09.357Z Compiling base16ct v0.2.0
21362026-08-07T18:55:09.417Z Compiling ciborium-io v0.2.2
21372026-08-07T18:55:09.526Z Compiling base64ct v1.8.0
21382026-08-07T18:55:09.538Z Compiling ciborium-ll v0.2.2
21392026-08-07T18:55:09.774Z Compiling password-hash v0.5.0
21402026-08-07T18:55:10.055Z Compiling elliptic-curve v0.13.8
21412026-08-07T18:55:10.266Z Compiling progenitor-client v0.14.0
21422026-08-07T18:55:10.333Z Compiling poly1305 v0.8.0
21432026-08-07T18:55:10.782Z Compiling oxide-tokio-rt v0.1.2
21442026-08-07T18:55:10.997Z Compiling chacha20 v0.9.1
21452026-08-07T18:55:11.237Z Compiling similar v2.7.0
21462026-08-07T18:55:11.320Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21472026-08-07T18:55:11.399Z Compiling thiserror-no-std v2.0.2
21482026-08-07T18:55:12.671Z Compiling blake2 v0.10.6
21492026-08-07T18:55:12.999Z Compiling aead v0.5.2
21502026-08-07T18:55:13.030Z Compiling strum_macros v0.28.0
21512026-08-07T18:55:13.403Z Compiling keccak v0.1.6
21522026-08-07T18:55:13.496Z Compiling resolv-conf v0.7.5
21532026-08-07T18:55:13.552Z Compiling linked-hash-map v0.5.6
21542026-08-07T18:55:13.584Z Compiling sha3 v0.10.8
21552026-08-07T18:55:13.746Z Compiling lru-cache v0.1.2
21562026-08-07T18:55:13.971Z Compiling chacha20poly1305 v0.10.1
21572026-08-07T18:55:14.043Z Compiling argon2 v0.5.3
21582026-08-07T18:55:14.112Z Compiling progenitor v0.14.0
21592026-08-07T18:55:14.127Z Compiling vsss-rs v3.3.4
21602026-08-07T18:55:14.258Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21612026-08-07T18:55:14.544Z Compiling ciborium v0.2.2
21622026-08-07T18:55:14.573Z Compiling hickory-proto v0.24.4
21632026-08-07T18:55:14.884Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21642026-08-07T18:55:14.963Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21652026-08-07T18:55:15.479Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21662026-08-07T18:55:15.527Z Compiling serde-big-array v0.5.1
21672026-08-07T18:55:15.655Z Compiling siphasher v1.0.1
21682026-08-07T18:55:15.678Z Compiling same-file v1.0.6
21692026-08-07T18:55:15.681Z Compiling unicode-segmentation v1.12.0
21702026-08-07T18:55:15.863Z Compiling phf_shared v0.12.1
21712026-08-07T18:55:16.046Z Compiling newline-converter v0.3.0
21722026-08-07T18:55:16.128Z Compiling walkdir v2.5.0
21732026-08-07T18:55:16.170Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21742026-08-07T18:55:16.221Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21752026-08-07T18:55:16.371Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21762026-08-07T18:55:16.510Z Compiling hickory-resolver v0.24.4
21772026-08-07T18:55:17.046Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21782026-08-07T18:55:18.203Z Compiling newtype_derive v0.1.6
21792026-08-07T18:55:18.241Z Compiling owo-colors v4.3.0
21802026-08-07T18:55:18.292Z Compiling tokio-stream v0.1.17
21812026-08-07T18:55:18.475Z Compiling console v0.15.11
21822026-08-07T18:55:18.761Z Compiling csv-core v0.1.12
21832026-08-07T18:55:18.850Z Compiling termtree v0.5.1
21842026-08-07T18:55:19.007Z Compiling swrite v0.1.0
21852026-08-07T18:55:19.020Z Compiling foldhash v0.1.5
21862026-08-07T18:55:19.044Z Compiling unicode-width v0.1.14
21872026-08-07T18:55:19.080Z Compiling unicode-linebreak v0.1.5
21882026-08-07T18:55:19.093Z Compiling humantime v2.3.0
21892026-08-07T18:55:19.313Z Compiling smawk v0.3.2
21902026-08-07T18:55:19.327Z Compiling hashbrown v0.15.5
21912026-08-07T18:55:19.426Z Compiling textwrap v0.16.2
21922026-08-07T18:55:19.463Z Compiling csv v1.4.0
21932026-08-07T18:55:19.631Z Compiling expectorate v1.2.0
21942026-08-07T18:55:19.643Z Compiling qorb v0.4.1
21952026-08-07T18:55:19.671Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21962026-08-07T18:55:19.967Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21972026-08-07T18:55:21.441Z Compiling phf v0.12.1
21982026-08-07T18:55:21.611Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21992026-08-07T18:55:21.975Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
22002026-08-07T18:55:22.104Z Compiling pin-project v1.1.10
22012026-08-07T18:55:22.137Z Compiling unicode-normalization v0.1.24
22022026-08-07T18:55:22.216Z Compiling libz-sys v1.1.22
22032026-08-07T18:55:22.627Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22042026-08-07T18:55:23.387Z Compiling libsw-core v0.3.2
22052026-08-07T18:55:23.738Z Compiling highway v1.3.0
22062026-08-07T18:55:24.147Z Compiling fixedbitset v0.5.7
22072026-08-07T18:55:24.150Z Compiling fixedbitset v0.4.2
22082026-08-07T18:55:24.414Z Compiling petgraph v0.8.2
22092026-08-07T18:55:24.499Z Compiling petgraph v0.6.5
22102026-08-07T18:55:25.814Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22112026-08-07T18:55:26.082Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22122026-08-07T18:55:26.221Z Compiling progenitor v0.10.0
22132026-08-07T18:55:26.379Z Compiling libsw v3.5.0
22142026-08-07T18:55:27.250Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22152026-08-07T18:55:27.810Z Compiling olpc-cjson v0.1.4
22162026-08-07T18:55:27.996Z Compiling libgit2-sys v0.17.0+1.8.1
22172026-08-07T18:55:28.035Z Compiling snafu v0.8.9
22182026-08-07T18:55:28.445Z Compiling chrono-tz v0.10.4
22192026-08-07T18:55:28.600Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22202026-08-07T18:55:28.800Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22212026-08-07T18:55:29.512Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22222026-08-07T18:55:29.733Z Compiling papergrid v0.11.0
22232026-08-07T18:55:30.035Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22242026-08-07T18:55:30.251Z Compiling strum v0.28.0
22252026-08-07T18:55:30.368Z Compiling globset v0.4.16
22262026-08-07T18:55:30.398Z Compiling const_format v0.2.34
22272026-08-07T18:55:30.417Z Compiling slog-dtrace v0.3.0
22282026-08-07T18:55:30.748Z Compiling cancel-safe-futures v0.1.5
22292026-08-07T18:55:30.766Z Compiling gethostname v0.5.0
22302026-08-07T18:55:31.201Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22312026-08-07T18:55:31.548Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22322026-08-07T18:55:31.905Z Compiling dropshot-api-manager-types v0.7.2
22332026-08-07T18:55:32.008Z Compiling bcs v0.1.6
22342026-08-07T18:55:32.153Z Compiling serde_plain v1.0.2
22352026-08-07T18:55:32.298Z Compiling cargo-platform v0.1.9
22362026-08-07T18:55:32.342Z Compiling pem v3.0.5
22372026-08-07T18:55:32.370Z Compiling tagptr v0.2.0
22382026-08-07T18:55:32.552Z Compiling linear-map v1.2.0
22392026-08-07T18:55:32.569Z Compiling typed-path v0.9.3
22402026-08-07T18:55:33.495Z Compiling tough v0.20.0
22412026-08-07T18:55:34.569Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22422026-08-07T18:55:34.804Z Compiling moka v0.12.11
22432026-08-07T18:55:34.844Z Compiling cargo_metadata v0.18.1
22442026-08-07T18:55:35.662Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22452026-08-07T18:55:36.286Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22462026-08-07T18:55:36.586Z Compiling tabled v0.15.0
22472026-08-07T18:55:36.599Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22482026-08-07T18:55:37.225Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22492026-08-07T18:55:37.435Z Compiling git2 v0.19.0
22502026-08-07T18:55:39.430Z Compiling steno v0.4.1
22512026-08-07T18:55:40.156Z Compiling cookie v0.18.1
22522026-08-07T18:55:40.390Z Compiling hickory-proto v0.25.2
22532026-08-07T18:55:42.375Z Compiling hickory-resolver v0.25.2
22542026-08-07T18:55:42.993Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22552026-08-07T18:55:45.577Z Compiling vergen v8.3.2
22562026-08-07T18:55:46.913Z Compiling signal-hook v0.4.4
22572026-08-07T18:55:47.507Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22582026-08-07T18:55:47.756Z Compiling mockall_derive v0.14.0
22592026-08-07T18:55:48.001Z Compiling predicates-core v1.0.9
22602026-08-07T18:55:48.360Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22612026-08-07T18:55:48.415Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22622026-08-07T18:55:48.728Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22632026-08-07T18:55:48.749Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22642026-08-07T18:55:48.853Z Compiling sha2 v0.10.9
22652026-08-07T18:55:49.677Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22662026-08-07T18:55:50.510Z Compiling mockall v0.14.0
22672026-08-07T18:55:50.559Z Compiling diff v0.1.13
22682026-08-07T18:55:50.670Z Compiling yansi v1.0.1
22692026-08-07T18:55:50.909Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22702026-08-07T18:55:51.011Z Compiling pretty_assertions v1.4.1
22712026-08-07T18:55:51.334Z Compiling predicates-tree v1.0.12
22722026-08-07T18:55:51.624Z Compiling predicates v3.1.3
22732026-08-07T18:55:52.149Z Compiling fs-err v3.1.2
22742026-08-07T18:55:52.839Z Compiling git-stub v1.0.0
22752026-08-07T18:55:53.104Z Compiling filetime v0.2.26
22762026-08-07T18:55:53.137Z Compiling arrayref v0.3.9
22772026-08-07T18:55:53.226Z Compiling downcast v0.11.0
22782026-08-07T18:55:53.305Z Compiling fragile v2.0.1
22792026-08-07T18:55:53.389Z Compiling xattr v1.6.1
22802026-08-07T18:55:53.584Z Compiling is_ci v1.2.0
22812026-08-07T18:55:53.627Z Compiling arrayvec v0.7.6
22822026-08-07T18:55:53.748Z Compiling constant_time_eq v0.3.1
22832026-08-07T18:55:53.848Z Compiling blake3 v1.8.2
22842026-08-07T18:55:53.879Z Compiling supports-color v3.0.2
22852026-08-07T18:55:54.077Z Compiling tar v0.4.45
22862026-08-07T18:55:54.435Z Compiling toml v0.7.8
22872026-08-07T18:55:55.031Z Compiling git-stub-vcs v0.1.0
22882026-08-07T18:55:55.160Z Compiling curl-sys v0.4.89+curl-8.20.0
22892026-08-07T18:55:55.325Z Compiling signal-hook-tokio v0.4.0
22902026-08-07T18:55:55.633Z Compiling scuffle v0.1.0
22912026-08-07T18:55:56.594Z Compiling drift v0.2.0
22922026-08-07T18:55:57.010Z Compiling kstat-rs v0.2.4
22932026-08-07T18:55:57.348Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22942026-08-07T18:55:57.538Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22952026-08-07T18:55:57.804Z Compiling hex-literal v1.1.0
22962026-08-07T18:55:57.868Z Compiling topological-sort v0.2.2
22972026-08-07T18:55:58.012Z Compiling omicron-zone-package v0.12.2
22982026-08-07T18:55:58.033Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22992026-08-07T18:55:58.267Z Compiling dropshot-api-manager v0.7.2
23002026-08-07T18:55:59.577Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23012026-08-07T18:56:00.111Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23022026-08-07T18:56:00.966Z Compiling curl v0.4.50
23032026-08-07T18:56:01.106Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
23042026-08-07T18:56:01.402Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
23052026-08-07T18:56:01.661Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23062026-08-07T18:56:01.837Z Compiling iddqd v0.4.5
23072026-08-07T18:56:02.398Z Compiling search_path v0.1.4
23082026-08-07T18:56:02.600Z Compiling internet-checksum v0.2.1
23092026-08-07T18:56:02.649Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
23102026-08-07T18:56:02.811Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
23112026-08-07T18:56:05.882Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
23122026-08-07T18:56:06.332Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
23132026-08-07T18:56:52.055Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 22s
23142026-08-07T18:56:52.172Z Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e)
23152026-08-07T18:56:52.175Z
23162026-08-07T18:56:52.175Zrunning 5 tests
23172026-08-07T18:56:52.178Ztest fuse::tests::chip_revision_a0 ... ok
23182026-08-07T18:56:52.179Ztest fuse::tests::chip_revision_unknown_device_id ... ok
23192026-08-07T18:56:52.179Ztest fuse::tests::chip_revision_b1 ... ok
23202026-08-07T18:56:52.179Ztest fuse::tests::chip_revision_b0 ... ok
23212026-08-07T18:56:52.179Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
23222026-08-07T18:56:52.179Z
23232026-08-07T18:56:52.179Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23242026-08-07T18:56:52.179Z
23252026-08-07T18:56:52.179Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
23262026-08-07T18:56:52.182Z
23272026-08-07T18:56:52.182Zrunning 0 tests
23282026-08-07T18:56:52.182Z
23292026-08-07T18:56:52.182Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23302026-08-07T18:56:52.182Z
23312026-08-07T18:56:52.182Z Running unittests src/lib.rs (target/debug/deps/asic-383fcf9cca2eddde)
23322026-08-07T18:56:52.182Z
23332026-08-07T18:56:52.182Zrunning 0 tests
23342026-08-07T18:56:52.182Z
23352026-08-07T18:56:52.182Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23362026-08-07T18:56:52.182Z
23372026-08-07T18:56:52.182Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
23382026-08-07T18:56:52.185Z
23392026-08-07T18:56:52.185Zrunning 10 tests
23402026-08-07T18:56:52.186Ztest network::tests::test_eui64 ... ok
23412026-08-07T18:56:52.186Ztest nat::tests::test_vni ... ok
23422026-08-07T18:56:52.186Ztest network::tests::test_equal ... ok
23432026-08-07T18:56:52.186Ztest network::tests::test_not_equal ... ok
23442026-08-07T18:56:52.186Ztest network::tests::test_into ... ok
23452026-08-07T18:56:52.186Ztest network::tests::test_generate_ipv6_link_local ... ok
23462026-08-07T18:56:52.186Ztest network::tests::test_to_string ... ok
23472026-08-07T18:56:52.186Ztest network::tests::test_parse ... ok
23482026-08-07T18:56:52.186Ztest test_purge ... ok
23492026-08-07T18:56:52.189Ztest illumos::test::address_exists_handles_missing_object ... ok
23502026-08-07T18:56:52.189Z
23512026-08-07T18:56:52.189Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23522026-08-07T18:56:52.189Z
23532026-08-07T18:56:52.189Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef)
23542026-08-07T18:56:52.194Z
23552026-08-07T18:56:52.194Zrunning 1 test
23562026-08-07T18:56:52.197Z -------
23572026-08-07T18:56:52.197Z Generating OpenAPI documents from API definitions ...
23582026-08-07T18:56:52.337Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23592026-08-07T18:56:52.406Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23602026-08-07T18:56:53.431Z -------
23612026-08-07T18:56:53.431Z Checking 12 OpenAPI documents...
23622026-08-07T18:56:53.431Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23632026-08-07T18:56:53.431Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23642026-08-07T18:56:53.431Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23652026-08-07T18:56:53.431Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23662026-08-07T18:56:53.431Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23672026-08-07T18:56:53.431Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23682026-08-07T18:56:53.435Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23692026-08-07T18:56:53.435Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23702026-08-07T18:56:53.435Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23712026-08-07T18:56:53.436Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23722026-08-07T18:56:53.436Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23732026-08-07T18:56:53.436Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23742026-08-07T18:56:53.436Z Fresh dpd "latest" symlink
23752026-08-07T18:56:53.436Z -------
23762026-08-07T18:56:53.436Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
23772026-08-07T18:56:53.494Ztest test::test_apis_up_to_date ... ok
23782026-08-07T18:56:53.494Z
23792026-08-07T18:56:53.494Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.30s
23802026-08-07T18:56:53.494Z
23812026-08-07T18:56:53.553Z Running unittests src/main.rs (target/debug/deps/dpd-69956902c61aa667)
23822026-08-07T18:56:53.558Z
23832026-08-07T18:56:53.558Zrunning 34 tests
23842026-08-07T18:56:53.561Ztest freemap::test_ordering ... ok
23852026-08-07T18:56:53.561Ztest config::tests::test_updates ... ok
23862026-08-07T18:56:53.561Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23872026-08-07T18:56:53.561Ztest freemap::test_split ... ok
23882026-08-07T18:56:53.561Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23892026-08-07T18:56:53.561Ztest macaddrs::tests::test_mac_offset ... ok
23902026-08-07T18:56:53.566Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23912026-08-07T18:56:53.566Ztest macaddrs::tests::test_parse_port_id ... ok
23922026-08-07T18:56:53.566Ztest nat::test_mapping ... ok
23932026-08-07T18:56:53.566ZAug 07 18:56:52.149 DEBG created new freemap, Aug 07 18:56:52.149unit :DEBG freemap_testcreated new freemap, unit
23942026-08-07T18:56:53.566Z: freemap_test
23952026-08-07T18:56:53.566ZAug 07 18:56:52.149Aug 07 18:56:52.149 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test
23962026-08-07T18:56:53.566Z
23972026-08-07T18:56:53.566ZAug 07 18:56:52.149Aug 07 18:56:52.149Aug 07 18:56:52.149 DEBGDEBG DEBG reset freemapreset freemap, created new freemap, unitunit::, freemap_testunit
23982026-08-07T18:56:53.566Zfreemap_test:
23992026-08-07T18:56:53.566Z freemap_test
24002026-08-07T18:56:53.566ZAug 07 18:56:52.149 DEBG initted freemap. size: 128, unit: freemap_test
24012026-08-07T18:56:53.567ZAug 07 18:56:52.149 DEBG reset freemap, unit: freemap_test
24022026-08-07T18:56:53.567ZAug 07 18:56:52.149 DEBG created new freemap, unit: freemap_test
24032026-08-07T18:56:53.567ZAug 07 18:56:52.149 DEBG initted freemap. size: 128, unit: freemap_test
24042026-08-07T18:56:53.567ZAug 07 18:56:52.149 DEBG reset freemap, unit: freemap_test
24052026-08-07T18:56:53.567Ztest freemap::test_basic ... ok
24062026-08-07T18:56:53.567Ztest freemap::test_reclaim ... ok
24072026-08-07T18:56:53.567Ztest freemap::test_free ... ok
24082026-08-07T18:56:53.567Ztest freemap::test_exhaustion ... ok
24092026-08-07T18:56:53.567Ztest port_map::tests::test_backplane_group ... ok
24102026-08-07T18:56:53.567Ztest port_map::tests::test_port_map ... ok
24112026-08-07T18:56:53.567Ztest port_map::tests::dump_map ... ok
24122026-08-07T18:56:53.567ZAug 07 18:56:52.150 DEBG created new freemap, unit: freemap_test
24132026-08-07T18:56:53.567ZAug 07 18:56:52.150 DEBG initted freemap. size: 8, unit: freemap_test
24142026-08-07T18:56:53.567ZAug 07 18:56:52.150 DEBG reset freemap, unit: freemap_test
24152026-08-07T18:56:53.567Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
24162026-08-07T18:56:53.567ZAug 07 18:56:52.150 DEBG created new freemap, unit: freemap_test
24172026-08-07T18:56:53.567ZAug 07 18:56:52.150 DEBG initted freemap. size: 128, unit: freemap_test
24182026-08-07T18:56:53.567ZAug 07 18:56:52.150 DEBG reset freemap, unit: freemap_test
24192026-08-07T18:56:53.567ZAug 07 18:56:52.150 DEBG created new freemap, unit: freemap_route_ipv4
24202026-08-07T18:56:53.567ZAug 07 18:56:52.150 DEBG created new freemap, unit: freemap_route_ipv6
24212026-08-07T18:56:53.567ZAug 07 18:56:52.150 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
24222026-08-07T18:56:53.567ZAug 07 18:56:52.150 DEBG reset freemap, unit: freemap_route_ipv4
24232026-08-07T18:56:53.567ZAug 07 18:56:52.150 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
24242026-08-07T18:56:53.567ZAug 07 18:56:52.150 DEBG reset freemap, unit: freemap_route_ipv6
24252026-08-07T18:56:53.567ZAug 07 18:56:52.150 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
24262026-08-07T18:56:53.567ZAug 07 18:56:52.150 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 } }]
24272026-08-07T18:56:53.567ZAug 07 18:56:52.151 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
24282026-08-07T18:56:53.567ZAug 07 18:56:52.151 DEBG created new freemap, unit: freemap_route_ipv4
24292026-08-07T18:56:53.567ZAug 07 18:56:52.151 DEBG created new freemap, unit: freemap_route_ipv6
24302026-08-07T18:56:53.567ZAug 07 18:56:52.151 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
24312026-08-07T18:56:53.567ZAug 07 18:56:52.151 DEBG reset freemap, unit: freemap_route_ipv4
24322026-08-07T18:56:53.567ZAug 07 18:56:52.151 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
24332026-08-07T18:56:53.567ZAug 07 18:56:52.151 DEBG reset freemap, unit: freemap_route_ipv6
24342026-08-07T18:56:53.567ZAug 07 18:56:52.151 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
24352026-08-07T18:56:53.567ZAug 07 18:56:52.151 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 } }]
24362026-08-07T18:56:53.567ZAug 07 18:56:52.151 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
24372026-08-07T18:56:53.567ZAug 07 18:56:52.151 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 } }]
24382026-08-07T18:56:53.567ZAug 07 18:56:52.151 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
24392026-08-07T18:56:53.568ZAug 07 18:56:52.151 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 } }]
24402026-08-07T18:56:53.568ZAug 07 18:56:52.151 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
24412026-08-07T18:56:53.568ZAug 07 18:56:52.151 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 } }]
24422026-08-07T18:56:53.568ZAug 07 18:56:52.151 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
24432026-08-07T18:56:53.568ZAug 07 18:56:52.151 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 } }]
24442026-08-07T18:56:53.568ZAug 07 18:56:52.151 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
24452026-08-07T18:56:53.568ZAug 07 18:56:52.151 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 } }]
24462026-08-07T18:56:53.568ZAug 07 18:56:52.151 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
24472026-08-07T18:56:53.568ZAug 07 18:56:52.151 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 } }]
24482026-08-07T18:56:53.568ZAug 07 18:56:52.151 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
24492026-08-07T18:56:53.568ZAug 07 18:56:52.151 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 } }]
24502026-08-07T18:56:53.568ZAug 07 18:56:52.151 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
24512026-08-07T18:56:53.568ZAug 07 18:56:52.151 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 } }]
24522026-08-07T18:56:53.568ZAug 07 18:56:52.151 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
24532026-08-07T18:56:53.568ZAug 07 18:56:52.151 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 } }]
24542026-08-07T18:56:53.568ZAug 07 18:56:52.151 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
24552026-08-07T18:56:53.568ZAug 07 18:56:52.151 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 } }]
24562026-08-07T18:56:53.568ZAug 07 18:56:52.151 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
24572026-08-07T18:56:53.568ZAug 07 18:56:52.151 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 } }]
24582026-08-07T18:56:53.568ZAug 07 18:56:52.151 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
24592026-08-07T18:56:53.568ZAug 07 18:56:52.151 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 } }]
24602026-08-07T18:56:53.568ZAug 07 18:56:52.151 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
24612026-08-07T18:56:53.568ZAug 07 18:56:52.151 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 } }]
24622026-08-07T18:56:53.568ZAug 07 18:56:52.151 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
24632026-08-07T18:56:53.568ZAug 07 18:56:52.151 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 } }]
24642026-08-07T18:56:53.568Ztest freemap::test_span ... ok
24652026-08-07T18:56:53.568ZAug 07 18:56:52.151 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
24662026-08-07T18:56:53.568Ztest port_map::tests::parse_softnpu_revision ... ok
24672026-08-07T18:56:53.568ZAug 07 18:56:52.151 DEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:56:52.151
24682026-08-07T18:56:53.568Ztest api_server::tests::test_build_info ... ok
24692026-08-07T18:56:53.568Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 07 18:56:52.151
24702026-08-07T18:56:53.568ZINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
24712026-08-07T18:56:53.568ZAug 07 18:56:52.151Aug 07 18:56:52.151 DEBGINFO replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff
24722026-08-07T18:56:53.568Z
24732026-08-07T18:56:53.568ZAug 07 18:56:52.151Aug 07 18:56:52.151 INFODEBG adding route 3fff:beef:10::/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 } }]
24742026-08-07T18:56:53.568Z
24752026-08-07T18:56:53.568ZAug 07 18:56:52.151Aug 07 18:56:52.151 DEBGINFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
24762026-08-07T18:56:53.568Z
24772026-08-07T18:56:53.568ZAug 07 18:56:52.151Aug 07 18:56:52.151 INFODEBG adding route 3fff:beef:11::/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 } }]
24782026-08-07T18:56:53.569Z
24792026-08-07T18:56:53.569ZAug 07 18:56:52.151Aug 07 18:56:52.151 DEBGINFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
24802026-08-07T18:56:53.569Z
24812026-08-07T18:56:53.569ZAug 07 18:56:52.151Aug 07 18:56:52.151 INFOAug 07 18:56:52.151DEBG DEBGadding route 3fff:beef:12::/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 } }]
24822026-08-07T18:56:53.569Z
24832026-08-07T18:56:53.569Zcreated new freemap, Aug 07 18:56:52.151Aug 07 18:56:52.151 DEBGunit INFOreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
24842026-08-07T18:56:53.569Z freemap_route_ipv4adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
24852026-08-07T18:56:53.569ZAug 07 18:56:52.151
24862026-08-07T18:56:53.569Z INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
24872026-08-07T18:56:53.569ZAug 07 18:56:52.151Aug 07 18:56:52.151 DEBGDEBG Aug 07 18:56:52.151replacing 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 } }] created new freemap
24882026-08-07T18:56:53.569Z, DEBGunit :replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:56:52.151
24892026-08-07T18:56:53.569Z freemap_route_ipv6INFO
24902026-08-07T18:56:53.573Z adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 07 18:56:52.151
24912026-08-07T18:56:53.573Z INFOAug 07 18:56:52.151 adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 07 18:56:52.151
24922026-08-07T18:56:53.573Z DEBGDEBG initted freemap. size: 64replacing 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 } }],
24932026-08-07T18:56:53.573ZunitAug 07 18:56:52.151: DEBGfreemap_route_ipv4
24942026-08-07T18:56:53.573ZAug 07 18:56:52.151replacing 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 } }]
24952026-08-07T18:56:53.573ZINFO Aug 07 18:56:52.151adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
24962026-08-07T18:56:53.573ZDEBGAug 07 18:56:52.151 reset freemapINFO , adding route 3fff:beef:15::/64 -> 2001:db8::55:ffunitAug 07 18:56:52.151:
24972026-08-07T18:56:53.574Z DEBGfreemap_route_ipv4
24982026-08-07T18:56:53.574Zreplacing 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 } }]
24992026-08-07T18:56:53.574ZAug 07 18:56:52.151Aug 07 18:56:52.151Aug 07 18:56:52.151 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 } }]INFO
25002026-08-07T18:56:53.574Z initted freemap. size: 64adding route 3fff:beef:6::/64 -> 2001:db8::55:ff,
25012026-08-07T18:56:53.574Zunit: Aug 07 18:56:52.151freemap_route_ipv6
25022026-08-07T18:56:53.574ZINFOAug 07 18:56:52.151 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG
25032026-08-07T18:56:53.574Zreplacing 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 07 18:56:52.151
25042026-08-07T18:56:53.574Z DEBG reset freemap, Aug 07 18:56:52.151Aug 07 18:56:52.151 unitAug 07 18:56:52.151 :INFO DEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
25052026-08-07T18:56:53.574Zreplacing 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 } }]
25062026-08-07T18:56:53.574ZDEBGfreemap_route_ipv6 Aug 07 18:56:52.151
25072026-08-07T18:56:53.574Zcreated new freemapAug 07 18:56:52.151 , INFOunit :adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
25082026-08-07T18:56:53.574ZDEBGfreemap_route_ipv4
25092026-08-07T18:56:53.574Zreplacing 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 07 18:56:52.151
25102026-08-07T18:56:53.574Z Aug 07 18:56:52.151DEBG Aug 07 18:56:52.151 INFO Aug 07 18:56:52.151replacing 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
25112026-08-07T18:56:53.574Z created new freemapINFO, unitadding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1:
25122026-08-07T18:56:53.574Z
25132026-08-07T18:56:53.574ZAug 07 18:56:52.151freemap_route_ipv6
25142026-08-07T18:56:53.574ZINFOAug 07 18:56:52.151 Aug 07 18:56:52.151 Aug 07 18:56:52.151DEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25152026-08-07T18:56:53.574ZDEBGDEBG
25162026-08-07T18:56:53.574Zinitted 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 } }]Aug 07 18:56:52.151unit
25172026-08-07T18:56:53.574Z Aug 07 18:56:52.151INFO: DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff Aug 07 18:56:52.151freemap_route_ipv4replacing 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 } }]
25182026-08-07T18:56:53.574Z
25192026-08-07T18:56:53.574Z
25202026-08-07T18:56:53.574Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
25212026-08-07T18:56:53.574ZAug 07 18:56:52.151Aug 07 18:56:52.151Aug 07 18:56:52.151 INFOAug 07 18:56:52.151 DEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG
25222026-08-07T18:56:53.574Zreplacing 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 } }]
25232026-08-07T18:56:53.574Zreset freemap DEBG, unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]:Aug 07 18:56:52.151Aug 07 18:56:52.151
25242026-08-07T18:56:53.574Zfreemap_route_ipv4 INFO
25252026-08-07T18:56:53.574Z DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25262026-08-07T18:56:53.574Z
25272026-08-07T18:56:53.574ZAug 07 18:56:52.151Aug 07 18:56:52.151 INFODEBGAug 07 18:56:52.151 Aug 07 18:56:52.151adding route 3fff:dead::/64 -> 2001:db8::55:3initted freemap. size: 64
25282026-08-07T18:56:53.574Z, unitINFO: freemap_route_ipv6DEBG
25292026-08-07T18:56:53.574Z Aug 07 18:56:52.151replacing 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 } }]
25302026-08-07T18:56:53.574ZDEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
25312026-08-07T18:56:53.574ZAug 07 18:56:52.151Aug 07 18:56:52.151replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
25322026-08-07T18:56:53.574Z DEBG Aug 07 18:56:52.151adding route 3fff:beef:b::/64 -> 2001:db8::55:ff reset freemap
25332026-08-07T18:56:53.574Z, unitDEBG: 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 07 18:56:52.151freemap_route_ipv6
25342026-08-07T18:56:53.574Z
25352026-08-07T18:56:53.574ZDEBGAug 07 18:56:52.151 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 } }]
25362026-08-07T18:56:53.574ZINFO Aug 07 18:56:52.151adding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 07 18:56:52.151INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
25372026-08-07T18:56:53.575Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 07 18:56:52.151
25382026-08-07T18:56:53.575Z
25392026-08-07T18:56:53.575ZINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
25402026-08-07T18:56:53.575ZAug 07 18:56:52.151 Aug 07 18:56:52.151DEBGAug 07 18:56:52.151 Aug 07 18:56:52.151DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
25412026-08-07T18:56:53.575Z
25422026-08-07T18:56:53.575Z 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 } }]
25432026-08-07T18:56:53.575Z
25442026-08-07T18:56:53.575ZAug 07 18:56:52.151Aug 07 18:56:52.151 Aug 07 18:56:52.151INFOINFOAug 07 18:56:52.151 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
25452026-08-07T18:56:53.575ZINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
25462026-08-07T18:56:53.575Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
25472026-08-07T18:56:53.575Z
25482026-08-07T18:56:53.575ZAug 07 18:56:52.151 DEBGAug 07 18:56:52.151 Aug 07 18:56:52.151replacing 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 07 18:56:52.151
25492026-08-07T18:56:53.575Z DEBGDEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25502026-08-07T18:56:53.575Zreplacing 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 } }]DEBG
25512026-08-07T18:56:53.575ZAug 07 18:56:52.151 INFO replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:56:52.151adding route 3fff:beef:1::/64 -> 2001:db8::55:ff Aug 07 18:56:52.151
25522026-08-07T18:56:53.575ZINFO INFO
25532026-08-07T18:56:53.575Z adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
25542026-08-07T18:56:53.575Z
25552026-08-07T18:56:53.575ZAug 07 18:56:52.151 Aug 07 18:56:52.151DEBG Aug 07 18:56:52.151INFO 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 } }]
25562026-08-07T18:56:53.575ZDEBGAug 07 18:56:52.151 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 } }]DEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
25572026-08-07T18:56:53.575Zreplacing 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 } }]
25582026-08-07T18:56:53.575Z
25592026-08-07T18:56:53.575ZAug 07 18:56:52.151 INFO Aug 07 18:56:52.151adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 07 18:56:52.151
25602026-08-07T18:56:53.575Z Aug 07 18:56:52.151INFODEBG INFOAug 07 18:56:52.151 adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
25612026-08-07T18:56:53.575Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
25622026-08-07T18:56:53.575Z
25632026-08-07T18:56:53.575ZDEBG 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 07 18:56:52.151Aug 07 18:56:52.151
25642026-08-07T18:56:53.575ZAug 07 18:56:52.151 DEBGDEBG Aug 07 18:56:52.151replacing 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 } }]
25652026-08-07T18:56:53.575ZINFO 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 } }]
25662026-08-07T18:56:53.575ZAug 07 18:56:52.151 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
25672026-08-07T18:56:53.575Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 07 18:56:52.151
25682026-08-07T18:56:53.575ZDEBG 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 } }]
25692026-08-07T18:56:53.575ZAug 07 18:56:52.151 Aug 07 18:56:52.151DEBG 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 } }]
25702026-08-07T18:56:53.575Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
25712026-08-07T18:56:53.575ZAug 07 18:56:52.151 Aug 07 18:56:52.151INFO DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
25722026-08-07T18:56:53.575Zreplacing 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 } }]
25732026-08-07T18:56:53.575ZAug 07 18:56:52.151Aug 07 18:56:52.151 DEBGINFOAug 07 18:56:52.151 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 } }]
25742026-08-07T18:56:53.575Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFO
25752026-08-07T18:56:53.576Z adding route 3fff:beef::/64 -> 2001:db8::55:ff
25762026-08-07T18:56:53.576ZAug 07 18:56:52.151 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
25772026-08-07T18:56:53.576ZAug 07 18:56:52.151 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 } }]
25782026-08-07T18:56:53.576ZAug 07 18:56:52.151 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 07 18:56:52.151
25792026-08-07T18:56:53.576Z INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
25802026-08-07T18:56:53.576ZAug 07 18:56:52.151 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 07 18:56:52.151
25812026-08-07T18:56:53.576Z 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 } }]
25822026-08-07T18:56:53.576ZAug 07 18:56:52.151 DEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:56:52.151
25832026-08-07T18:56:53.576Z INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
25842026-08-07T18:56:53.576ZAug 07 18:56:52.151 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
25852026-08-07T18:56:53.576ZAug 07 18:56:52.151 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 } }]
25862026-08-07T18:56:53.576ZAug 07 18:56:52.152 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
25872026-08-07T18:56:53.576ZAug 07 18:56:52.152 Aug 07 18:56:52.151DEBG 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 } }]
25882026-08-07T18:56:53.576Zreplacing 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 } }]
25892026-08-07T18:56:53.576ZAug 07 18:56:52.152Aug 07 18:56:52.152 INFOINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
25902026-08-07T18:56:53.580Z
25912026-08-07T18:56:53.580ZAug 07 18:56:52.152Aug 07 18:56:52.152 DEBGDEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
25922026-08-07T18:56:53.580Z
25932026-08-07T18:56:53.580ZAug 07 18:56:52.151 Aug 07 18:56:52.152Aug 07 18:56:52.152DEBG INFOINFO 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 } }]
25942026-08-07T18:56:53.580Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
25952026-08-07T18:56:53.580Z
25962026-08-07T18:56:53.580ZAug 07 18:56:52.152Aug 07 18:56:52.152Aug 07 18:56:52.152 DEBGDEBGINFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
25972026-08-07T18:56:53.580Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
25982026-08-07T18:56:53.580Z
25992026-08-07T18:56:53.580ZAug 07 18:56:52.152Aug 07 18:56:52.152 INFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 07 18:56:52.152
26002026-08-07T18:56:53.580Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
26012026-08-07T18:56:53.580ZDEBG 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 } }]
26022026-08-07T18:56:53.580ZAug 07 18:56:52.152Aug 07 18:56:52.152Aug 07 18:56:52.152 DEBGDEBGINFO replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
26032026-08-07T18:56:53.580Z
26042026-08-07T18:56:53.580Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
26052026-08-07T18:56:53.580ZAug 07 18:56:52.152Aug 07 18:56:52.152Aug 07 18:56:52.152 DEBGINFOINFO adding route 3fff:beef:6::/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 } }]adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
26062026-08-07T18:56:53.580Z
26072026-08-07T18:56:53.580Z
26082026-08-07T18:56:53.580ZAug 07 18:56:52.152Aug 07 18:56:52.152Aug 07 18:56:52.152 INFO DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff 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 } }]
26092026-08-07T18:56:53.580Zreplacing 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 } }]
26102026-08-07T18:56:53.580Z
26112026-08-07T18:56:53.581ZAug 07 18:56:52.152 Aug 07 18:56:52.152INFO Aug 07 18:56:52.152adding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFO
26122026-08-07T18:56:53.581Z adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG
26132026-08-07T18:56:53.581Z Aug 07 18:56:52.152replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
26142026-08-07T18:56:53.581Z replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:56:52.152
26152026-08-07T18:56:53.581Z DEBG Aug 07 18:56:52.152replacing 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 07 18:56:52.152
26162026-08-07T18:56:53.581ZINFO INFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
26172026-08-07T18:56:53.581Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 07 18:56:52.152
26182026-08-07T18:56:53.581Z INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 07 18:56:52.152
26192026-08-07T18:56:53.581Z Aug 07 18:56:52.152DEBG DEBGAug 07 18:56:52.152 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 } }]DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26202026-08-07T18:56:53.581Zreplacing 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 } }]
26212026-08-07T18:56:53.581Z
26222026-08-07T18:56:53.581ZAug 07 18:56:52.152Aug 07 18:56:52.152 Aug 07 18:56:52.152INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFOINFO
26232026-08-07T18:56:53.581Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
26242026-08-07T18:56:53.581Z
26252026-08-07T18:56:53.581ZAug 07 18:56:52.152Aug 07 18:56:52.152Aug 07 18:56:52.152 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 } }]DEBGreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26262026-08-07T18:56:53.581Zreplacing 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 } }]
26272026-08-07T18:56:53.581Z
26282026-08-07T18:56:53.581ZAug 07 18:56:52.152 INFOAug 07 18:56:52.152 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 07 18:56:52.152
26292026-08-07T18:56:53.581Z INFOINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
26302026-08-07T18:56:53.581ZAug 07 18:56:52.152
26312026-08-07T18:56:53.581Z DEBG Aug 07 18:56:52.152replacing 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 } }]
26322026-08-07T18:56:53.581ZDEBG Aug 07 18:56:52.152replacing 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 } }]
26332026-08-07T18:56:53.581ZDEBGAug 07 18:56:52.152 replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
26342026-08-07T18:56:53.581Z Aug 07 18:56:52.152adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
26352026-08-07T18:56:53.581ZINFOAug 07 18:56:52.152 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFO
26362026-08-07T18:56:53.581Z Aug 07 18:56:52.152adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
26372026-08-07T18:56:53.581ZDEBG 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 } }]
26382026-08-07T18:56:53.581ZAug 07 18:56:52.152Aug 07 18:56:52.152 DEBGAug 07 18:56:52.152DEBG 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 } }]
26392026-08-07T18:56:53.581ZINFO
26402026-08-07T18:56:53.581Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
26412026-08-07T18:56:53.581ZAug 07 18:56:52.152Aug 07 18:56:52.152 Aug 07 18:56:52.152Aug 07 18:56:52.152INFO DEBG INFO created new freemapadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG
26422026-08-07T18:56:53.581Z, adding route 3fff:beef:c::/64 -> 2001:db8::55:ffunit :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 } }]
26432026-08-07T18:56:53.581Z
26442026-08-07T18:56:53.581Zfreemap_route_ipv4Aug 07 18:56:52.152
26452026-08-07T18:56:53.581Z DEBG Aug 07 18:56:52.152replacing 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 07 18:56:52.152INFOAug 07 18:56:52.152
26462026-08-07T18:56:53.581Z DEBG DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
26472026-08-07T18:56:53.581Zreplacing 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 07 18:56:52.152created new freemap
26482026-08-07T18:56:53.581Z, unitINFO:Aug 07 18:56:52.152 Aug 07 18:56:52.152 INFOfreemap_route_ipv6 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG
26492026-08-07T18:56:53.581Z
26502026-08-07T18:56:53.582Z replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
26512026-08-07T18:56:53.582Z
26522026-08-07T18:56:53.582ZAug 07 18:56:52.152 Aug 07 18:56:52.152DEBGAug 07 18:56:52.152 Aug 07 18:56:52.152INFODEBG adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG
26532026-08-07T18:56:53.582Zreplacing 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 } }]
26542026-08-07T18:56:53.582Zreplacing 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 07 18:56:52.152
26552026-08-07T18:56:53.582Z DEBGAug 07 18:56:52.152 initted freemap. size: 64Aug 07 18:56:52.152replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] , INFO
26562026-08-07T18:56:53.582Z INFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffunit :Aug 07 18:56:52.152
26572026-08-07T18:56:53.582Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ff freemap_route_ipv4
26582026-08-07T18:56:53.582ZINFO
26592026-08-07T18:56:53.582Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
26602026-08-07T18:56:53.582ZAug 07 18:56:52.152Aug 07 18:56:52.152Aug 07 18:56:52.152 Aug 07 18:56:52.152 DEBG DEBGDEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
26612026-08-07T18:56:53.582ZDEBG
26622026-08-07T18:56:53.582Zreplacing 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 07 18:56:52.152reset freemap ,
26632026-08-07T18:56:53.582ZunitINFO: adding route 3fff:beef:1d::/64 -> 2001:db8::55:fffreemap_route_ipv4Aug 07 18:56:52.152
26642026-08-07T18:56:53.582Z
26652026-08-07T18:56:53.582ZAug 07 18:56:52.152 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFOAug 07 18:56:52.152
26662026-08-07T18:56:53.582ZDEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
26672026-08-07T18:56:53.582Zinitted freemap. size: 64, Aug 07 18:56:52.152 unitDEBG:Aug 07 18:56:52.152Aug 07 18:56:52.152 DEBGreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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
26682026-08-07T18:56:53.582Z
26692026-08-07T18:56:53.582ZDEBG
26702026-08-07T18:56:53.582Zreplacing 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 } }]
26712026-08-07T18:56:53.582ZAug 07 18:56:52.152 INFOAug 07 18:56:52.152 Aug 07 18:56:52.152Aug 07 18:56:52.152 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG
26722026-08-07T18:56:53.582ZINFOreset freemap adding route 3fff:beef:10::/64 -> 2001:db8::55:ff,
26732026-08-07T18:56:53.582ZINFOAug 07 18:56:52.152unit : adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffDEBG
26742026-08-07T18:56:53.582Zfreemap_route_ipv6 replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:56:52.152
26752026-08-07T18:56:53.582ZAug 07 18:56:52.152
26762026-08-07T18:56:53.582Z DEBG DEBGreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26772026-08-07T18:56:53.582ZAug 07 18:56:52.152replacing 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 } }]
26782026-08-07T18:56:53.582ZINFO Aug 07 18:56:52.152adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 07 18:56:52.152
26792026-08-07T18:56:53.582Z INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFOAug 07 18:56:52.152Aug 07 18:56:52.152 INFODEBG adding route 3fff:beef:11::/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 } }]
26802026-08-07T18:56:53.582Zadding route 3fff:dead::/64 -> 2001:db8::55:1
26812026-08-07T18:56:53.582Z
26822026-08-07T18:56:53.582Z
26832026-08-07T18:56:53.582ZAug 07 18:56:52.152Aug 07 18:56:52.152Aug 07 18:56:52.152 Aug 07 18:56:52.152 DEBGDEBG DEBG 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: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 } }]
26842026-08-07T18:56:53.582Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
26852026-08-07T18:56:53.582Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
26862026-08-07T18:56:53.582Z adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
26872026-08-07T18:56:53.582ZAug 07 18:56:52.152 DEBGAug 07 18:56:52.152 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 07 18:56:52.152DEBG
26882026-08-07T18:56:53.582Z replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
26892026-08-07T18:56:53.582Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
26902026-08-07T18:56:53.587ZAug 07 18:56:52.152Aug 07 18:56:52.152 INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
26912026-08-07T18:56:53.587ZAug 07 18:56:52.152
26922026-08-07T18:56:53.587Z DEBGAug 07 18:56:52.152 DEBGAug 07 18:56:52.152 replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
26932026-08-07T18:56:53.587Z 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: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 } }]
26942026-08-07T18:56:53.587Z
26952026-08-07T18:56:53.587ZAug 07 18:56:52.152Aug 07 18:56:52.152 INFOAug 07 18:56:52.152INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
26962026-08-07T18:56:53.587Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFO
26972026-08-07T18:56:53.587Z adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 07 18:56:52.152
26982026-08-07T18:56:53.587ZDEBG Aug 07 18:56:52.152replacing 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 } }]
26992026-08-07T18:56:53.587ZDEBG Aug 07 18:56:52.152replacing 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 } }]
27002026-08-07T18:56:53.587ZAug 07 18:56:52.152INFO DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
27012026-08-07T18:56:53.587Zreplacing 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 07 18:56:52.152
27022026-08-07T18:56:53.587Z INFO Aug 07 18:56:52.152adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
27032026-08-07T18:56:53.587ZINFO Aug 07 18:56:52.152adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
27042026-08-07T18:56:53.587ZAug 07 18:56:52.152DEBG 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 } }]Aug 07 18:56:52.152
27052026-08-07T18:56:53.587Z DEBGreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27062026-08-07T18:56:53.587Zreplacing 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 07 18:56:52.152
27072026-08-07T18:56:53.587Z INFO Aug 07 18:56:52.152adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
27082026-08-07T18:56:53.587ZINFO Aug 07 18:56:52.152adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
27092026-08-07T18:56:53.587ZINFOAug 07 18:56:52.152 adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
27102026-08-07T18:56:53.587ZDEBGAug 07 18:56:52.152 replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
27112026-08-07T18:56:53.587ZAug 07 18:56:52.152 replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
27122026-08-07T18:56:53.587Z Aug 07 18:56:52.152replacing 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 } }]
27132026-08-07T18:56:53.587ZINFO Aug 07 18:56:52.152Aug 07 18:56:52.152adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
27142026-08-07T18:56:53.587ZINFO
27152026-08-07T18:56:53.587Z INFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
27162026-08-07T18:56:53.587Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
27172026-08-07T18:56:53.587ZAug 07 18:56:52.152Aug 07 18:56:52.152 Aug 07 18:56:52.152DEBG DEBG DEBGAug 07 18:56:52.152 replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
27182026-08-07T18:56:53.587Z
27192026-08-07T18:56:53.587ZDEBGreplacing 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 } }]
27202026-08-07T18:56:53.588ZAug 07 18:56:52.152Aug 07 18:56:52.152replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
27212026-08-07T18:56:53.588ZINFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
27222026-08-07T18:56:53.588Z
27232026-08-07T18:56:53.588ZAug 07 18:56:52.152 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 07 18:56:52.152
27242026-08-07T18:56:53.588ZAug 07 18:56:52.152 DEBGDEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
27252026-08-07T18:56:53.588ZAug 07 18:56:52.152
27262026-08-07T18:56:53.588Z DEBG Aug 07 18:56:52.152Aug 07 18:56:52.152replacing 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 } }]
27272026-08-07T18:56:53.588Z INFOINFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
27282026-08-07T18:56:53.588Z
27292026-08-07T18:56:53.588ZAug 07 18:56:52.152 INFO Aug 07 18:56:52.152adding route 3fff:beef:26::/64 -> 2001:db8::55:ff Aug 07 18:56:52.152DEBG
27302026-08-07T18:56:53.588Z DEBG Aug 07 18:56:52.152replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
27312026-08-07T18:56:53.588ZDEBG
27322026-08-07T18:56:53.588Z 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 } }]
27332026-08-07T18:56:53.588ZAug 07 18:56:52.152Aug 07 18:56:52.152 Aug 07 18:56:52.152INFO INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFO
27342026-08-07T18:56:53.588Z
27352026-08-07T18:56:53.588Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
27362026-08-07T18:56:53.588ZAug 07 18:56:52.152Aug 07 18:56:52.152Aug 07 18:56:52.152 DEBG DEBGreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
27372026-08-07T18:56:53.588Zreplacing 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 } }]
27382026-08-07T18:56:53.588Zreplacing 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 } }]
27392026-08-07T18:56:53.588ZAug 07 18:56:52.152Aug 07 18:56:52.152 INFOINFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
27402026-08-07T18:56:53.588Z
27412026-08-07T18:56:53.588ZAug 07 18:56:52.152 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 07 18:56:52.152
27422026-08-07T18:56:53.588ZAug 07 18:56:52.152 DEBGDEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 07 18:56:52.152
27432026-08-07T18:56:53.588Z
27442026-08-07T18:56:53.588Z DEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:56:52.152
27452026-08-07T18:56:53.588ZAug 07 18:56:52.152 INFO INFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ff Aug 07 18:56:52.152adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
27462026-08-07T18:56:53.588ZINFO
27472026-08-07T18:56:53.588Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
27482026-08-07T18:56:53.588ZAug 07 18:56:52.152Aug 07 18:56:52.152 Aug 07 18:56:52.152DEBGDEBG replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
27492026-08-07T18:56:53.588Z replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
27502026-08-07T18:56:53.588Z
27512026-08-07T18:56:53.588ZAug 07 18:56:52.152 INFO Aug 07 18:56:52.152adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffAug 07 18:56:52.152
27522026-08-07T18:56:53.588Z INFO INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
27532026-08-07T18:56:53.588ZAug 07 18:56:52.152adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
27542026-08-07T18:56:53.588ZDEBG Aug 07 18:56:52.152Aug 07 18:56:52.152replacing 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 } }]
27552026-08-07T18:56:53.588Z DEBGDEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 07 18:56:52.152
27562026-08-07T18:56:53.588Z
27572026-08-07T18:56:53.588Z DEBG failed to allocate space for the new target listAug 07 18:56:52.152
27582026-08-07T18:56:53.588Z Aug 07 18:56:52.152INFO INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
27592026-08-07T18:56:53.589ZAug 07 18:56:52.152adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
27602026-08-07T18:56:53.589ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 07 18:56:52.152
27612026-08-07T18:56:53.589Z Aug 07 18:56:52.152DEBG 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 } }] Aug 07 18:56:52.152
27622026-08-07T18:56:53.589Zreplacing 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 } }]
27632026-08-07T18:56:53.589ZDEBG Aug 07 18:56:52.152failed to allocate space for the new target list
27642026-08-07T18:56:53.589ZINFOAug 07 18:56:52.152 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFO
27652026-08-07T18:56:53.589Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
27662026-08-07T18:56:53.589ZAug 07 18:56:52.152Aug 07 18:56:52.152 INFODEBGAug 07 18:56:52.152 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBG
27672026-08-07T18:56:53.589Zreplacing 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 } }]
27682026-08-07T18:56:53.589Zreplacing 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 } }]
27692026-08-07T18:56:53.589ZAug 07 18:56:52.152Aug 07 18:56:52.152Aug 07 18:56:52.152 DEBG INFO INFOadding route 3fff:beef:11::/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 } }]
27702026-08-07T18:56:53.589Z
27712026-08-07T18:56:53.589Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
27722026-08-07T18:56:53.589ZAug 07 18:56:52.153Aug 07 18:56:52.153 Aug 07 18:56:52.153INFO DEBG DEBG adding route 3fff:beef:13::/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 } }]
27732026-08-07T18:56:53.589Z
27742026-08-07T18:56:53.589Z 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 } }]
27752026-08-07T18:56:53.589ZAug 07 18:56:52.153 Aug 07 18:56:52.153DEBG Aug 07 18:56:52.153 INFOreplacing 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 } }]
27762026-08-07T18:56:53.589Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
27772026-08-07T18:56:53.589ZINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
27782026-08-07T18:56:53.589ZAug 07 18:56:52.153Aug 07 18:56:52.153Aug 07 18:56:52.153 DEBG DEBGINFOreplacing 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:14::/64 -> 2001:db8::55:ff
27792026-08-07T18:56:53.589Z
27802026-08-07T18:56:53.589Zreplacing 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 } }]
27812026-08-07T18:56:53.589ZAug 07 18:56:52.153Aug 07 18:56:52.153Aug 07 18:56:52.153 DEBG INFOINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff adding route 3fff:beef:13::/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 } }]
27822026-08-07T18:56:53.589Z
27832026-08-07T18:56:53.589Z
27842026-08-07T18:56:53.589ZAug 07 18:56:52.153Aug 07 18:56:52.153Aug 07 18:56:52.153 DEBGDEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
27852026-08-07T18:56:53.589Z
27862026-08-07T18:56:53.589Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
27872026-08-07T18:56:53.589ZAug 07 18:56:52.153Aug 07 18:56:52.153Aug 07 18:56:52.153 DEBGINFOINFO replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
27882026-08-07T18:56:53.589Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
27892026-08-07T18:56:53.589Z
27902026-08-07T18:56:53.594ZAug 07 18:56:52.153 Aug 07 18:56:52.153INFO DEBGAug 07 18:56:52.153adding route 3fff:beef:16::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27912026-08-07T18:56:53.594ZDEBG
27922026-08-07T18:56:53.594Zreplacing 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 } }]
27932026-08-07T18:56:53.594ZAug 07 18:56:52.153Aug 07 18:56:52.153Aug 07 18:56:52.153 INFOINFO DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
27942026-08-07T18:56:53.594Zreplacing 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 } }]
27952026-08-07T18:56:53.594Z
27962026-08-07T18:56:53.594ZAug 07 18:56:52.153Aug 07 18:56:52.153Aug 07 18:56:52.153 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 } }] INFO
27972026-08-07T18:56:53.594Z replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
27982026-08-07T18:56:53.594ZAug 07 18:56:52.153
27992026-08-07T18:56:53.594Z INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
28002026-08-07T18:56:53.594ZAug 07 18:56:52.153Aug 07 18:56:52.153 INFODEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:56:52.153
28012026-08-07T18:56:53.594Z
28022026-08-07T18:56:53.594ZDEBG Aug 07 18:56:52.153Aug 07 18:56:52.153 replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
28032026-08-07T18:56:53.594ZDEBG adding route 3fff:beef:18::/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 } }]
28042026-08-07T18:56:53.594Z
28052026-08-07T18:56:53.594ZAug 07 18:56:52.153 INFOAug 07 18:56:52.153 Aug 07 18:56:52.153adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
28062026-08-07T18:56:53.594ZDEBGINFO 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:33::/64 -> 2001:db8::55:ff
28072026-08-07T18:56:53.594Z
28082026-08-07T18:56:53.594ZAug 07 18:56:52.153 DEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:56:52.153Aug 07 18:56:52.153
28092026-08-07T18:56:53.594Z INFODEBG adding route 3fff:beef:19::/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 } }]
28102026-08-07T18:56:53.594ZAug 07 18:56:52.153
28112026-08-07T18:56:53.594Z INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
28122026-08-07T18:56:53.594ZAug 07 18:56:52.153Aug 07 18:56:52.153 INFODEBGAug 07 18:56:52.153 adding route 3fff:beef:34::/64 -> 2001:db8::55:ff DEBGreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28132026-08-07T18:56:53.594Z
28142026-08-07T18:56:53.594Zreplacing 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 } }]
28152026-08-07T18:56:53.594ZAug 07 18:56:52.153Aug 07 18:56:52.153Aug 07 18:56:52.153 DEBG INFOINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
28162026-08-07T18:56:53.594Z
28172026-08-07T18:56:53.594Zreplacing 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 } }]
28182026-08-07T18:56:53.594ZAug 07 18:56:52.153Aug 07 18:56:52.153 DEBGINFOAug 07 18:56:52.153 adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
28192026-08-07T18:56:53.594Zreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
28202026-08-07T18:56:53.594Zreplacing 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 07 18:56:52.153
28212026-08-07T18:56:53.594Z 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 } }]
28222026-08-07T18:56:53.594ZAug 07 18:56:52.153Aug 07 18:56:52.153 INFOINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
28232026-08-07T18:56:53.594ZAug 07 18:56:52.153
28242026-08-07T18:56:53.595ZAug 07 18:56:52.153INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG
28252026-08-07T18:56:53.595ZAug 07 18:56:52.153 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 } }]
28262026-08-07T18:56:53.595ZDEBG Aug 07 18:56:52.153replacing 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 } }]
28272026-08-07T18:56:53.595ZAug 07 18:56:52.153DEBG 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
28282026-08-07T18:56:53.595ZAug 07 18:56:52.153 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffINFO
28292026-08-07T18:56:53.595Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
28302026-08-07T18:56:53.595ZAug 07 18:56:52.153Aug 07 18:56:52.153 Aug 07 18:56:52.153INFO DEBGDEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28312026-08-07T18:56:53.595Zreplacing 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 } }]
28322026-08-07T18:56:53.595ZAug 07 18:56:52.153 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 07 18:56:52.153
28332026-08-07T18:56:53.595Z INFO Aug 07 18:56:52.153adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
28342026-08-07T18:56:53.595ZDEBG 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 } }]
28352026-08-07T18:56:53.595Z
28362026-08-07T18:56:53.595ZAug 07 18:56:52.153 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
28372026-08-07T18:56:53.595ZAug 07 18:56:52.153 DEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:56:52.153
28382026-08-07T18:56:53.595Z 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 } }]
28392026-08-07T18:56:53.595ZAug 07 18:56:52.153 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 07 18:56:52.153
28402026-08-07T18:56:53.595Z INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
28412026-08-07T18:56:53.595ZAug 07 18:56:52.153 DEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:56:52.153
28422026-08-07T18:56:53.595Z DEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:56:52.153
28432026-08-07T18:56:53.595Z INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
28442026-08-07T18:56:53.595ZAug 07 18:56:52.153 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 07 18:56:52.153
28452026-08-07T18:56:53.595Z 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 } }]
28462026-08-07T18:56:53.595ZAug 07 18:56:52.153 DEBG Aug 07 18:56:52.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 } }]
28472026-08-07T18:56:53.595ZINFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
28482026-08-07T18:56:53.595Ztest route::tests::grow_succeeds ... ok
28492026-08-07T18:56:53.595ZAug 07 18:56:52.153 INFO Aug 07 18:56:52.153adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
28502026-08-07T18:56:53.595ZDEBG 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 07 18:56:52.153
28512026-08-07T18:56:53.595Z 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 07 18:56:52.153
28522026-08-07T18:56:53.595Z INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
28532026-08-07T18:56:53.595ZAug 07 18:56:52.153 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
28542026-08-07T18:56:53.595ZAug 07 18:56:52.153 DEBG Aug 07 18:56:52.153replacing 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 } }]
28552026-08-07T18:56:53.595ZDEBG 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 } }]
28562026-08-07T18:56:53.595ZAug 07 18:56:52.153 Aug 07 18:56:52.153INFO INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
28572026-08-07T18:56:53.595Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
28582026-08-07T18:56:53.595ZAug 07 18:56:52.153Aug 07 18:56:52.153 DEBGDEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
28592026-08-07T18:56:53.595Z
28602026-08-07T18:56:53.595ZAug 07 18:56:52.153Aug 07 18:56:52.153 INFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
28612026-08-07T18:56:53.595Z
28622026-08-07T18:56:53.596ZAug 07 18:56:52.153Aug 07 18:56:52.153 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: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 } }]
28632026-08-07T18:56:53.596Z
28642026-08-07T18:56:53.596ZAug 07 18:56:52.153Aug 07 18:56:52.153 INFOINFO Aug 07 18:56:52.153adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
28652026-08-07T18:56:53.596Zadding route 3fff:beef:3e::/64 -> 2001:db8::55:ffDEBG
28662026-08-07T18:56:53.596Z created new freemapAug 07 18:56:52.153, Aug 07 18:56:52.153unitDEBG : DEBGreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28672026-08-07T18:56:53.596Z 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 } }]freemap_route_ipv4
28682026-08-07T18:56:53.596Z
28692026-08-07T18:56:53.596ZAug 07 18:56:52.153 INFOAug 07 18:56:52.153 Aug 07 18:56:52.153DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
28702026-08-07T18:56:53.596Z Aug 07 18:56:52.153Aug 07 18:56:52.153 DEBGDEBG created new freemapDEBG , 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 } }]
28712026-08-07T18:56:53.596Zunit: Aug 07 18:56:52.153 freemap_route_ipv4
28722026-08-07T18:56:53.596Z failed to allocate space for the new target listDEBG
28732026-08-07T18:56:53.596Z 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 } }]
28742026-08-07T18:56:53.596ZAug 07 18:56:52.153Aug 07 18:56:52.153Aug 07 18:56:52.153created new freemap Aug 07 18:56:52.153, DEBG INFO INFO created new freemap, unit:adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff freemap_route_ipv6
28752026-08-07T18:56:53.596Z
28762026-08-07T18:56:53.596Zunit:Aug 07 18:56:52.153 DEBGDEBG initted 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 } }]unit:
28772026-08-07T18:56:53.596Z adding route 3fff:beef:26::/64 -> 2001:db8::55:fffreemap_route_ipv4
28782026-08-07T18:56:53.596Z
28792026-08-07T18:56:53.596ZAug 07 18:56:52.153 Aug 07 18:56:52.153freemap_route_ipv6
28802026-08-07T18:56:53.596ZDEBG Aug 07 18:56:52.153 DEBG initted freemap. size: 64, unit: freemap_route_ipv4reset freemap, unitDEBG:
28812026-08-07T18:56:53.596Z freemap_route_ipv4
28822026-08-07T18:56:53.596Z 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 07 18:56:52.153 DEBG initted freemap. size: 64, unit:
28832026-08-07T18:56:53.596ZAug 07 18:56:52.153 DEBG Aug 07 18:56:52.153freemap_route_ipv6
28842026-08-07T18:56:53.596Z 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 } }]
28852026-08-07T18:56:53.596ZAug 07 18:56:52.153 Aug 07 18:56:52.153DEBGAug 07 18:56:52.153 reset freemap, unit: INFOfreemap_route_ipv6
28862026-08-07T18:56:53.596Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 07 18:56:52.153 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
28872026-08-07T18:56:53.596Z INFO Aug 07 18:56:52.153 DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
28882026-08-07T18:56:53.596Z
28892026-08-07T18:56:53.596Z
28902026-08-07T18:56:53.600ZAug 07 18:56:52.153 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
28912026-08-07T18:56:53.600ZAug 07 18:56:52.153 Aug 07 18:56:52.153 DEBG created new freemap DEBG, Aug 07 18:56:52.153unit : freemap_route_ipv4
28922026-08-07T18:56:53.600Zreset freemap, unitAug 07 18:56:52.153DEBG 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 } }] :DEBG created new freemap, unit:
28932026-08-07T18:56:53.600Z freemap_route_ipv4
28942026-08-07T18:56:53.600Zreplacing 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
28952026-08-07T18:56:53.600ZAug 07 18:56:52.153 Aug 07 18:56:52.153DEBG
28962026-08-07T18:56:53.600Z initted freemap. size: 64, unit : freemap_route_ipv4
28972026-08-07T18:56:53.601ZDEBG 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 07 18:56:52.153 DEBG Aug 07 18:56:52.153 reset freemap, unitAug 07 18:56:52.153:INFO freemap_route_ipv4
28982026-08-07T18:56:53.601Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 07 18:56:52.153
28992026-08-07T18:56:53.601Z Aug 07 18:56:52.153 DEBG initted freemap. size: 64
29002026-08-07T18:56:53.601Z, unitINFO: freemap_route_ipv6
29012026-08-07T18:56:53.601Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
29022026-08-07T18:56:53.601ZAug 07 18:56:52.153 DEBGDEBG reset freemap , unit: initted freemap. size: 64freemap_route_ipv6, unit
29032026-08-07T18:56:53.601ZAug 07 18:56:52.153 DEBG Aug 07 18:56:52.153: INFO adding route 172.16.0.0/32 -> 10.0.0.1
29042026-08-07T18:56:53.601Zreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
29052026-08-07T18:56:53.601Z
29062026-08-07T18:56:53.601ZAug 07 18:56:52.153Aug 07 18:56:52.153Aug 07 18:56:52.153 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 } }]INFO
29072026-08-07T18:56:53.601Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
29082026-08-07T18:56:53.601Zreset freemapAug 07 18:56:52.153 INFO adding route 172.17.0.0/32 -> 10.0.0.255
29092026-08-07T18:56:53.601ZAug 07 18:56:52.153Aug 07 18:56:52.153 DEBG Aug 07 18:56:52.153DEBGreplacing 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 07 18:56:52.153
29102026-08-07T18:56:53.601Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 07 18:56:52.153
29112026-08-07T18:56:53.601Z INFO adding route 172.17.0.1/32 -> 10.0.0.255,
29122026-08-07T18:56:53.601Zunit :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 07 18:56:52.153 DEBGDEBG
29132026-08-07T18:56:53.601Z Aug 07 18:56:52.153replacing 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 } }]
29142026-08-07T18:56:53.601Z freemap_route_ipv6INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
29152026-08-07T18:56:53.601ZAug 07 18:56:52.153 INFO Aug 07 18:56:52.153adding route 172.17.0.2/32 -> 10.0.0.255
29162026-08-07T18:56:53.601Z replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG replacing targets for 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 } }]
29172026-08-07T18:56:53.601Z
29182026-08-07T18:56:53.601ZAug 07 18:56:52.154Aug 07 18:56:52.154 DEBG Aug 07 18:56:52.154replacing 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 } }]
29192026-08-07T18:56:53.601Z DEBGAug 07 18:56:52.154INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:2
29202026-08-07T18:56:53.601ZAug 07 18:56:52.154 INFO
29212026-08-07T18:56:53.601Z adding route 172.17.0.3/32 -> 10.0.0.255
29222026-08-07T18:56:53.601Z 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:21::/64 -> 2001:db8::55:ffAug 07 18:56:52.154
29232026-08-07T18:56:53.601Z DEBGAug 07 18:56:52.154 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 } }]
29242026-08-07T18:56:53.601ZAug 07 18:56:52.154 INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 07 18:56:52.154 INFO adding route 172.17.0.4/32 -> 10.0.0.255
29252026-08-07T18:56:53.601Z Aug 07 18:56:52.154DEBG Aug 07 18:56:52.154 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 } }]
29262026-08-07T18:56:53.601Z
29272026-08-07T18:56:53.601ZAug 07 18:56:52.154 DEBGINFO adding route 172.17.0.5/32 -> 10.0.0.255
29282026-08-07T18:56:53.601Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 07 18:56:52.154Aug 07 18:56:52.154 DEBG
29292026-08-07T18:56:53.601Zreplacing 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: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 } }]
29302026-08-07T18:56:53.601Z
29312026-08-07T18:56:53.601Z
29322026-08-07T18:56:53.601ZAug 07 18:56:52.154 INFOAug 07 18:56:52.154 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 07 18:56:52.154
29332026-08-07T18:56:53.601ZINFO Aug 07 18:56:52.154DEBG adding route 172.17.0.6/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
29342026-08-07T18:56:53.601Z INFOAug 07 18:56:52.154
29352026-08-07T18:56:53.601Z 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 07 18:56:52.154
29362026-08-07T18:56:53.602ZDEBG 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 } }]
29372026-08-07T18:56:53.602Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
29382026-08-07T18:56:53.602Zadding route 3fff:beef::/64 -> 2001:db8::55:ff
29392026-08-07T18:56:53.602ZAug 07 18:56:52.154 INFO Aug 07 18:56:52.154adding route 172.17.0.7/32 -> 10.0.0.255
29402026-08-07T18:56:53.602ZDEBG 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 07 18:56:52.154
29412026-08-07T18:56:53.602Z Aug 07 18:56:52.154INFO DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
29422026-08-07T18:56:53.602ZAug 07 18:56:52.154replacing 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 } }]
29432026-08-07T18:56:53.602ZINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 07 18:56:52.154
29442026-08-07T18:56:53.602Z 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 } }]
29452026-08-07T18:56:53.602ZAug 07 18:56:52.154Aug 07 18:56:52.154 DEBGINFO Aug 07 18:56:52.154 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 172.17.0.8/32 -> 10.0.0.255
29462026-08-07T18:56:53.602Z
29472026-08-07T18:56:53.602ZINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 07 18:56:52.154Aug 07 18:56:52.154
29482026-08-07T18:56:53.602Z INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 07 18:56:52.154
29492026-08-07T18:56:53.602ZAug 07 18:56:52.154 INFODEBG adding route 3fff:beef:2::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29502026-08-07T18:56:53.602Z
29512026-08-07T18:56:53.602ZDEBG 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 } }]
29522026-08-07T18:56:53.602ZAug 07 18:56:52.154Aug 07 18:56:52.154 Aug 07 18:56:52.154INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG
29532026-08-07T18:56:53.602Z Aug 07 18:56:52.154DEBGAug 07 18:56:52.154 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 } }]
29542026-08-07T18:56:53.602Zreplacing 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 } }]INFODEBG
29552026-08-07T18:56:53.602Zreplacing 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 07 18:56:52.154
29562026-08-07T18:56:53.602Z INFOadding route 172.17.0.9/32 -> 10.0.0.255
29572026-08-07T18:56:53.602ZAug 07 18:56:52.154adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 07 18:56:52.154 INFO
29582026-08-07T18:56:53.602Z adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO
29592026-08-07T18:56:53.602Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
29602026-08-07T18:56:53.602ZAug 07 18:56:52.154Aug 07 18:56:52.154Aug 07 18:56:52.154 Aug 07 18:56:52.154 DEBGDEBG DEBGreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29612026-08-07T18:56:53.602ZDEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
29622026-08-07T18:56:53.602ZAug 07 18:56:52.154
29632026-08-07T18:56:53.602Zreplacing 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 Aug 07 18:56:52.155adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
29642026-08-07T18:56:53.602ZDEBGAug 07 18:56:52.154 Aug 07 18:56:52.160INFO DEBGcreated new freemap adding route 3fff:beef:4::/64 -> 2001:db8::55:ff,
29652026-08-07T18:56:53.602Zreplacing 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
29662026-08-07T18:56:53.602Z: freemap_route_ipv4Aug 07 18:56:52.154
29672026-08-07T18:56:53.602ZAug 07 18:56:52.154 Aug 07 18:56:52.160 INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
29682026-08-07T18:56:53.602ZAug 07 18:56:52.160 Aug 07 18:56:52.160 DEBGDEBG Aug 07 18:56:52.160 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 } }]
29692026-08-07T18:56:53.602Zadding route 172.17.0.10/32 -> 10.0.0.255DEBGreplacing 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 } }] created new freemap
29702026-08-07T18:56:53.602Z
29712026-08-07T18:56:53.602Z, unit: freemap_route_ipv6Aug 07 18:56:52.160 Aug 07 18:56:52.160INFO INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
29722026-08-07T18:56:53.602Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
29732026-08-07T18:56:53.602Z
29742026-08-07T18:56:53.602ZAug 07 18:56:52.160 Aug 07 18:56:52.160Aug 07 18:56:52.160 DEBGDEBGDEBGAug 07 18:56:52.160 initted freemap. size: 64DEBG, unitreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:
29752026-08-07T18:56:53.603Zreplacing 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 } }]freemap_route_ipv4
29762026-08-07T18:56:53.603Z
29772026-08-07T18:56:53.603Zreplacing 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 } }]
29782026-08-07T18:56:53.603ZAug 07 18:56:52.160Aug 07 18:56:52.160 INFODEBG adding route 172.17.0.11/32 -> 10.0.0.255reset freemap
29792026-08-07T18:56:53.603Z, Aug 07 18:56:52.160 INFOunit Aug 07 18:56:52.160Aug 07 18:56:52.160: adding route 3fff:beef:30::/64 -> 2001:db8::55:ff DEBG
29802026-08-07T18:56:53.603Zfreemap_route_ipv4
29812026-08-07T18:56:53.603Zreplacing 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 } }]
29822026-08-07T18:56:53.603ZINFO Aug 07 18:56:52.160Aug 07 18:56:52.160 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 } }]
29832026-08-07T18:56:53.603Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
29842026-08-07T18:56:53.603ZAug 07 18:56:52.160 INFODEBG Aug 07 18:56:52.160adding route 172.17.0.12/32 -> 10.0.0.255
29852026-08-07T18:56:53.603Zinitted freemap. size: 64 , Aug 07 18:56:52.160INFOunit :Aug 07 18:56:52.160adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
29862026-08-07T18:56:53.603Zfreemap_route_ipv6
29872026-08-07T18:56:53.603ZDEBGDEBG 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 07 18:56:52.160 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 } }]
29882026-08-07T18:56:53.603ZDEBG
29892026-08-07T18:56:53.603ZAug 07 18:56:52.160replacing 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 } }]
29902026-08-07T18:56:53.607ZDEBGAug 07 18:56:52.160 reset freemapINFOAug 07 18:56:52.160 Aug 07 18:56:52.160adding route 172.17.0.13/32 -> 10.0.0.255 INFO, unitadding route 3fff:beef:7::/64 -> 2001:db8::55:ff:INFO
29912026-08-07T18:56:53.607Z freemap_route_ipv6
29922026-08-07T18:56:53.607Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
29932026-08-07T18:56:53.607Z
29942026-08-07T18:56:53.607ZAug 07 18:56:52.160Aug 07 18:56:52.160 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 } }]
29952026-08-07T18:56:53.607Z DEBG Aug 07 18:56:52.160Aug 07 18:56:52.160replacing 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 } }]
29962026-08-07T18:56:53.607ZDEBG 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 } }]
29972026-08-07T18:56:53.607ZINFOAug 07 18:56:52.160 adding route 3fff:dead::/64 -> 2001:db8::55:1
29982026-08-07T18:56:53.607ZINFO Aug 07 18:56:52.160Aug 07 18:56:52.160 INFO adding route 172.17.0.14/32 -> 10.0.0.255
29992026-08-07T18:56:53.607Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
30002026-08-07T18:56:53.607Z Aug 07 18:56:52.160INFOAug 07 18:56:52.160 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG Aug 07 18:56:52.160DEBG DEBGreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
30012026-08-07T18:56:53.607Z
30022026-08-07T18:56:53.607Z
30032026-08-07T18:56:53.608Zreplacing 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 } }]
30042026-08-07T18:56:53.608ZAug 07 18:56:52.160Aug 07 18:56:52.160Aug 07 18:56:52.160 INFOINFO adding route 172.17.0.15/32 -> 10.0.0.255adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
30052026-08-07T18:56:53.608Z
30062026-08-07T18:56:53.608ZDEBGAug 07 18:56:52.160 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 07 18:56:52.160
30072026-08-07T18:56:53.608Z Aug 07 18:56:52.160DEBG INFOreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
30082026-08-07T18:56:53.608Z DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
30092026-08-07T18:56:53.608ZAug 07 18:56:52.160
30102026-08-07T18:56:53.608ZAug 07 18:56:52.160INFO INFOAug 07 18:56:52.160adding route 172.17.0.16/32 -> 10.0.0.255Aug 07 18:56:52.160
30112026-08-07T18:56:53.608ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
30122026-08-07T18:56:53.608Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
30132026-08-07T18:56:53.608Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
30142026-08-07T18:56:53.608ZAug 07 18:56:52.160Aug 07 18:56:52.160Aug 07 18:56:52.160Aug 07 18:56:52.160 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: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 } }]
30152026-08-07T18:56:53.608ZINFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:3
30162026-08-07T18:56:53.608Zreplacing 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 } }]
30172026-08-07T18:56:53.608Z
30182026-08-07T18:56:53.608ZAug 07 18:56:52.160Aug 07 18:56:52.160 INFOINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
30192026-08-07T18:56:53.608Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
30202026-08-07T18:56:53.608ZAug 07 18:56:52.160Aug 07 18:56:52.160 INFODEBGAug 07 18:56:52.154 Aug 07 18:56:52.160adding route 172.17.0.17/32 -> 10.0.0.255 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG
30212026-08-07T18:56:53.608Z
30222026-08-07T18:56:53.608Z Aug 07 18:56:52.160DEBG DEBGcreated new freemap replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
30232026-08-07T18:56:53.608ZAug 07 18:56:52.160
30242026-08-07T18:56:53.608Z , DEBGunitAug 07 18:56:52.160: INFOAug 07 18:56:52.160 freemap_route_ipv4replacing 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 } }]
30252026-08-07T18:56:53.608Z
30262026-08-07T18:56:53.608ZAug 07 18:56:52.160 INFOadding route 3fff:beef:c::/64 -> 2001:db8::55:ff Aug 07 18:56:52.160
30272026-08-07T18:56:53.608ZAug 07 18:56:52.160adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
30282026-08-07T18:56:53.608ZINFO DEBG INFOAug 07 18:56:52.160adding route 172.17.0.18/32 -> 10.0.0.255created new freemap
30292026-08-07T18:56:53.608ZDEBG, unitreplacing 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 07 18:56:52.160:
30302026-08-07T18:56:53.608Z freemap_route_ipv6 DEBG
30312026-08-07T18:56:53.608ZAug 07 18:56:52.160 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBGAug 07 18:56:52.160Aug 07 18:56:52.160 DEBG INFOreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }]
30322026-08-07T18:56:53.608Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
30332026-08-07T18:56:53.608Z
30342026-08-07T18:56:53.608Z
30352026-08-07T18:56:53.608Zinitted freemap. size: 64Aug 07 18:56:52.160 , INFOunit :Aug 07 18:56:52.160 Aug 07 18:56:52.160 Aug 07 18:56:52.160DEBGfreemap_route_ipv4 INFO
30362026-08-07T18:56:53.608Zreplacing 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
30372026-08-07T18:56:53.608Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 172.17.0.19/32 -> 10.0.0.255 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
30382026-08-07T18:56:53.608Z
30392026-08-07T18:56:53.608Z
30402026-08-07T18:56:53.608ZAug 07 18:56:52.160 Aug 07 18:56:52.160DEBGAug 07 18:56:52.160 Aug 07 18:56:52.160INFOAug 07 18:56:52.160DEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG
30412026-08-07T18:56:53.609Z 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 } }]DEBG,
30422026-08-07T18:56:53.609ZAug 07 18:56:52.160 unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]:
30432026-08-07T18:56:53.609Zfreemap_route_ipv4replacing 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 } }]
30442026-08-07T18:56:53.609Z
30452026-08-07T18:56:53.609ZDEBG 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 } }]
30462026-08-07T18:56:53.609ZAug 07 18:56:52.160 INFOAug 07 18:56:52.160 Aug 07 18:56:52.160Aug 07 18:56:52.160 DEBGINFO INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff initted freemap. size: 64
30472026-08-07T18:56:53.609Zadding route 172.17.0.20/32 -> 10.0.0.255adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
30482026-08-07T18:56:53.609Z
30492026-08-07T18:56:53.609Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
30502026-08-07T18:56:53.609Ztest route::tests::rollback_on_compact_delete_failure ... ok
30512026-08-07T18:56:53.609Z, unitAug 07 18:56:52.160Aug 07 18:56:52.160Aug 07 18:56:52.160 DEBGDEBGDEBG 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 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: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 } }]
30522026-08-07T18:56:53.609Z
30532026-08-07T18:56:53.609Z
30542026-08-07T18:56:53.609Z: freemap_route_ipv6Aug 07 18:56:52.160 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 07 18:56:52.160
30552026-08-07T18:56:53.609Z INFO
30562026-08-07T18:56:53.609ZAug 07 18:56:52.160adding route 172.17.0.21/32 -> 10.0.0.255
30572026-08-07T18:56:53.609ZINFOAug 07 18:56:52.160 Aug 07 18:56:52.160adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
30582026-08-07T18:56:53.609ZDEBG 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 07 18:56:52.160
30592026-08-07T18:56:53.609Z Aug 07 18:56:52.160DEBGDEBG 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 } }]
30602026-08-07T18:56:53.609ZAug 07 18:56:52.160replacing 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 } }]
30612026-08-07T18:56:53.609Zreset freemapINFO , adding route 3fff:beef:11::/64 -> 2001:db8::55:ffunit
30622026-08-07T18:56:53.609ZAug 07 18:56:52.160Aug 07 18:56:52.160: INFO Aug 07 18:56:52.160freemap_route_ipv6INFO
30632026-08-07T18:56:53.609Z DEBG adding route 3fff:beef:3a::/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 } }]
30642026-08-07T18:56:53.609Z
30652026-08-07T18:56:53.609Zadding route 172.17.0.22/32 -> 10.0.0.255
30662026-08-07T18:56:53.609ZAug 07 18:56:52.160Aug 07 18:56:52.160 INFODEBG adding route 3fff:beef:12::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30672026-08-07T18:56:53.609Z
30682026-08-07T18:56:53.609ZAug 07 18:56:52.160Aug 07 18:56:52.160 DEBGAug 07 18:56:52.160 Aug 07 18:56:52.160 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 } }]DEBGINFO replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
30692026-08-07T18:56:53.609Z
30702026-08-07T18:56:53.609Z
30712026-08-07T18:56:53.609ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 07 18:56:52.160Aug 07 18:56:52.160 DEBGINFO replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.23/32 -> 10.0.0.255Aug 07 18:56:52.160
30722026-08-07T18:56:53.609Z
30732026-08-07T18:56:53.609Z INFO
30742026-08-07T18:56:53.609Z
30752026-08-07T18:56:53.609Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
30762026-08-07T18:56:53.609ZAug 07 18:56:52.160 DEBGAug 07 18:56:52.160 Aug 07 18:56:52.160replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 07 18:56:52.160
30772026-08-07T18:56:53.609ZAug 07 18:56:52.160 INFO DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
30782026-08-07T18:56:53.609Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 07 18:56:52.167 DEBG
30792026-08-07T18:56:53.609Z Aug 07 18:56:52.167DEBG Aug 07 18:56:52.167DEBGreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
30802026-08-07T18:56:53.609Zreplacing 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 } }]
30812026-08-07T18:56:53.610Z
30822026-08-07T18:56:53.610Z INFOAug 07 18:56:52.167 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBGAug 07 18:56:52.167
30832026-08-07T18:56:53.610Z failed to allocate space for the new target listINFO
30842026-08-07T18:56:53.610Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 07 18:56:52.167
30852026-08-07T18:56:53.610Z INFOAug 07 18:56:52.167Aug 07 18:56:52.167 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 } }]
30862026-08-07T18:56:53.610Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 07 18:56:52.167
30872026-08-07T18:56:53.610Z Aug 07 18:56:52.167DEBG 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 } }]INFO
30882026-08-07T18:56:53.610Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 07 18:56:52.167
30892026-08-07T18:56:53.610Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
30902026-08-07T18:56:53.614Z DEBGAug 07 18:56:52.167 INFO replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:56:52.167
30912026-08-07T18:56:53.614Z 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 } }]
30922026-08-07T18:56:53.614ZAug 07 18:56:52.167 INFOadding route 3fff:dead::/64 -> 2001:db8::55:3 DEBG
30932026-08-07T18:56:53.614Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ff Aug 07 18:56:52.167
30942026-08-07T18:56:53.614Zcreated new freemap INFO, unitAug 07 18:56:52.167adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff:Aug 07 18:56:52.167
30952026-08-07T18:56:53.614Z DEBGDEBGfreemap_route_ipv4 Aug 07 18:56:52.167
30962026-08-07T18:56:53.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 } }]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 } }]
30972026-08-07T18:56:53.614ZDEBG
30982026-08-07T18:56:53.614Zreplacing 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 } }]
30992026-08-07T18:56:53.614ZAug 07 18:56:52.167 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 07 18:56:52.154
31002026-08-07T18:56:53.614ZAug 07 18:56:52.167 DEBG DEBGcreated new freemap , created new freemapAug 07 18:56:52.167, Aug 07 18:56:52.167unitunit: :freemap_route_ipv4 INFO
31012026-08-07T18:56:53.614Z freemap_route_ipv6Aug 07 18:56:52.167
31022026-08-07T18:56:53.614Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBGAug 07 18:56:52.167
31032026-08-07T18:56:53.614Z DEBG INFOAug 07 18:56:52.167 created 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 } }, NextHop { asic_port_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:2b::/64 -> 2001:db8::55:ffDEBG
31042026-08-07T18:56:53.614ZAug 07 18:56:52.167 , initted freemap. size: 64unit :, unitfreemap_route_ipv6:
31052026-08-07T18:56:53.614ZDEBG 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-07T18:56:53.614Z
31072026-08-07T18:56:53.614ZAug 07 18:56:52.167 Aug 07 18:56:52.167DEBGfreemap_route_ipv4
31082026-08-07T18:56:53.614Z 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 } }] initted freemap. size: 64
31092026-08-07T18:56:53.614ZAug 07 18:56:52.167, Aug 07 18:56:52.167DEBGAug 07 18:56:52.167 INFOAug 07 18:56:52.167DEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffunit
31102026-08-07T18:56:53.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:2, vlan_id: None } }, NextHop { asic_port_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 } }] : reset freemapfreemap_route_ipv4, INFOunit
31112026-08-07T18:56:53.614Z: Aug 07 18:56:52.167 adding route 3fff:beef:2c::/64 -> 2001:db8::55:fffreemap_route_ipv4DEBG
31122026-08-07T18:56:53.614Z
31132026-08-07T18:56:53.614Z
31142026-08-07T18:56:53.614Zreplacing 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 } }]
31152026-08-07T18:56:53.614ZAug 07 18:56:52.167 Aug 07 18:56:52.167Aug 07 18:56:52.167DEBG reset freemapAug 07 18:56:52.167, DEBG DEBGINFO unitinitted freemap. size: 64 :, unitfreemap_route_ipv4:
31162026-08-07T18:56:53.614Zreplacing 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_ipv6
31172026-08-07T18:56:53.615Z
31182026-08-07T18:56:53.615Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 07 18:56:52.167
31192026-08-07T18:56:53.615ZAug 07 18:56:52.167 Aug 07 18:56:52.167DEBGAug 07 18:56:52.167 Aug 07 18:56:52.167 INFO DEBGinitted freemap. size: 64 , DEBGunitWARN:adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff reset freemap , freemap_route_ipv6unit
31202026-08-07T18:56:53.615Z:
31212026-08-07T18:56:53.615Zreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
31222026-08-07T18:56:53.615Z
31232026-08-07T18:56:53.615Z shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
31242026-08-07T18:56:53.615ZAug 07 18:56:52.167 Aug 07 18:56:52.167Aug 07 18:56:52.167Aug 07 18:56:52.167DEBG INFOreset freemap , INFOunit DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff :adding route 172.16.0.0/32 -> 10.0.0.1
31252026-08-07T18:56:53.615Zfreemap_route_ipv6
31262026-08-07T18:56:53.615Z
31272026-08-07T18:56:53.615Z Aug 07 18:56:52.167Aug 07 18:56:52.167replacing 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 07 18:56:52.167
31282026-08-07T18:56:53.615ZDEBGAug 07 18:56:52.167 DEBG INFOreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
31292026-08-07T18:56:53.615Zadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 07 18:56:52.167
31302026-08-07T18:56:53.615Z INFO
31312026-08-07T18:56:53.615Z Aug 07 18:56:52.167 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffERRO
31322026-08-07T18:56:53.615ZAug 07 18:56:52.167 Aug 07 18:56:52.167rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) INFOINFO adding route 172.16.0.0/32 -> 10.0.0.2
31332026-08-07T18:56:53.615Z
31342026-08-07T18:56:53.615ZAug 07 18:56:52.167DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
31352026-08-07T18:56:53.615Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
31362026-08-07T18:56:53.615ZAug 07 18:56:52.167DEBG 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 } }]
31372026-08-07T18:56:53.615ZDEBGAug 07 18:56:52.167 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 07 18:56:52.167
31382026-08-07T18:56:53.615ZINFOAug 07 18:56:52.167 Aug 07 18:56:52.167adding route 3fff:dead::/64 -> 2001:db8::55:2
31392026-08-07T18:56:53.615Z INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffERRO
31402026-08-07T18:56:53.615ZAug 07 18:56:52.167DEBG Aug 07 18:56:52.167Aug 07 18:56:52.167 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 } }]DEBGINFO shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds it DEBGadding route 172.17.0.0/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 } }]
31412026-08-07T18:56:53.615Z
31422026-08-07T18:56:53.615Z
31432026-08-07T18:56:53.615Zreplacing 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 } }]
31442026-08-07T18:56:53.615Z
31452026-08-07T18:56:53.615ZAug 07 18:56:52.167Aug 07 18:56:52.167 DEBG INFOAug 07 18:56:52.167replacing 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 } }]
31462026-08-07T18:56:53.615Zadding route 3fff:dead::/64 -> 2001:db8::55:3Aug 07 18:56:52.167
31472026-08-07T18:56:53.615Z INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO
31482026-08-07T18:56:53.615Ztest route::tests::rollback_on_compact_write_failure ... ok
31492026-08-07T18:56:53.615ZAug 07 18:56:52.167 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG
31502026-08-07T18:56:53.615Z Aug 07 18:56:52.167replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 07 18:56:52.167
31512026-08-07T18:56:53.615Ztest route::tests::rollback_on_index_readd_failure ... ok
31522026-08-07T18:56:53.615Z INFOAug 07 18:56:52.167 adding route 172.17.0.1/32 -> 10.0.0.255
31532026-08-07T18:56:53.615ZDEBGDEBG Aug 07 18:56:52.167replacing 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 } }]
31542026-08-07T18:56:53.615ZAug 07 18:56:52.167INFO adding route 3fff:dead::/64 -> 2001:db8::55:4DEBGreplacing 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 } }]
31552026-08-07T18:56:53.615Zreplacing 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 } }]
31562026-08-07T18:56:53.616Z
31572026-08-07T18:56:53.616ZAug 07 18:56:52.167Aug 07 18:56:52.167 INFODEBGAug 07 18:56:52.161 DEBG
31582026-08-07T18:56:53.616Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
31592026-08-07T18:56:53.616ZAug 07 18:56:52.167Aug 07 18:56:52.167 Aug 07 18:56:52.167 INFOINFO adding route 172.17.0.24/32 -> 10.0.0.255 DEBGadding route 172.17.0.2/32 -> 10.0.0.255
31602026-08-07T18:56:53.616Z
31612026-08-07T18:56:53.616Zcreated 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:2, vlan_id: None } }, NextHop { asic_port_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 } }],
31622026-08-07T18:56:53.616ZunitAug 07 18:56:52.167: Aug 07 18:56:52.167freemap_route_ipv4Aug 07 18:56:52.167DEBG
31632026-08-07T18:56:53.616ZDEBG 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 } }]WARN
31642026-08-07T18:56:53.616Z shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
31652026-08-07T18:56:53.616Zreplacing 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 } }]
31662026-08-07T18:56:53.616ZAug 07 18:56:52.167Aug 07 18:56:52.167 INFO DEBGadding route 172.17.0.25/32 -> 10.0.0.255
31672026-08-07T18:56:53.616Zcreated new freemap, unit: Aug 07 18:56:52.167freemap_route_ipv6 Aug 07 18:56:52.167INFO
31682026-08-07T18:56:53.616Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBG 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 } }]adding route 172.17.0.3/32 -> 10.0.0.255
31692026-08-07T18:56:53.616Z
31702026-08-07T18:56:53.616ZAug 07 18:56:52.167
31712026-08-07T18:56:53.616Z DEBG initted freemap. size: 64, Aug 07 18:56:52.167unit :Aug 07 18:56:52.167Aug 07 18:56:52.167 INFO freemap_route_ipv4DEBGadding route 172.17.0.26/32 -> 10.0.0.255
31722026-08-07T18:56:53.616Z
31732026-08-07T18:56:53.616Zreplacing 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 } }]
31742026-08-07T18:56:53.616ZDEBG 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 } }]
31752026-08-07T18:56:53.616ZAug 07 18:56:52.167Aug 07 18:56:52.167 Aug 07 18:56:52.167 DEBGDEBGINFO 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 } }]adding route 172.17.0.4/32 -> 10.0.0.255,
31762026-08-07T18:56:53.616Zunit
31772026-08-07T18:56:53.616Z: freemap_route_ipv4
31782026-08-07T18:56:53.616ZAug 07 18:56:52.167Aug 07 18:56:52.167 INFO DEBGadding route 172.17.0.27/32 -> 10.0.0.255
31792026-08-07T18:56:53.616ZAug 07 18:56:52.167Aug 07 18:56:52.167 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 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 07 18:56:52.168Aug 07 18:56:52.168
31802026-08-07T18:56:53.616Z DEBG DEBGcreated new freemap , created new freemapunit, Aug 07 18:56:52.173unit 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 } }]:freemap_route_ipv4
31812026-08-07T18:56:53.616Z
31822026-08-07T18:56:53.616Zfreemap_route_ipv4Aug 07 18:56:52.167
31832026-08-07T18:56:53.616Z Aug 07 18:56:52.167DEBG 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 07 18:56:52.173Aug 07 18:56:52.173
31842026-08-07T18:56:53.616Z Aug 07 18:56:52.173INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO
31852026-08-07T18:56:53.616ZDEBG DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ffcreated new freemap ,
31862026-08-07T18:56:53.616Zcreated new freemapunitAug 07 18:56:52.173:, Aug 07 18:56:52.173 unitfreemap_route_ipv6
31872026-08-07T18:56:53.616ZINFODEBG adding route 172.17.0.28/32 -> 10.0.0.255Aug 07 18:56:52.173: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 } }]
31882026-08-07T18:56:53.616ZAug 07 18:56:52.173 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 } }]freemap_route_ipv6DEBG
31892026-08-07T18:56:53.616Z
31902026-08-07T18:56:53.620Zinitted freemap. size: 64, unit
31912026-08-07T18:56:53.621Z: Aug 07 18:56:52.173Aug 07 18:56:52.173 freemap_route_ipv4Aug 07 18:56:52.173
31922026-08-07T18:56:53.621Z DEBGDEBG initted freemap. size: 64 INFO , 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 07 18:56:52.173
31932026-08-07T18:56:53.621Z unitadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
31942026-08-07T18:56:53.621ZDEBG: Aug 07 18:56:52.173 Aug 07 18:56:52.173reset freemapfreemap_route_ipv4
31952026-08-07T18:56:53.621ZINFOAug 07 18:56:52.173INFO, adding route 172.17.0.29/32 -> 10.0.0.255unit
31962026-08-07T18:56:53.621Z:DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff freemap_route_ipv4
31972026-08-07T18:56:53.621ZAug 07 18:56:52.173Aug 07 18:56:52.173
31982026-08-07T18:56:53.621ZDEBGDEBGAug 07 18:56:52.173 reset freemapDEBG , 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: 64unit, :unit :
31992026-08-07T18:56:53.621Z freemap_route_ipv6freemap_route_ipv4
32002026-08-07T18:56:53.621Z
32012026-08-07T18:56:53.621ZAug 07 18:56:52.173Aug 07 18:56:52.173 replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
32022026-08-07T18:56:53.621ZAug 07 18:56:52.173 DEBG adding route 172.17.0.30/32 -> 10.0.0.255
32032026-08-07T18:56:53.621ZAug 07 18:56:52.173Aug 07 18:56:52.173DEBG reset freemap , INFOunitAug 07 18:56:52.173 : adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBGfreemap_route_ipv6
32042026-08-07T18:56:53.621Z initted freemap. size: 64
32052026-08-07T18:56:53.621Zreplacing 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 , 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 } }]
32062026-08-07T18:56:53.621Zunit
32072026-08-07T18:56:53.621Z:Aug 07 18:56:52.173Aug 07 18:56:52.173 INFOfreemap_route_ipv6
32082026-08-07T18:56:53.621Zadding route 3fff:dead::/64 -> 2001:db8::55:1
32092026-08-07T18:56:53.621ZDEBG 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 } }]
32102026-08-07T18:56:53.621ZAug 07 18:56:52.173Aug 07 18:56:52.173 INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255
32112026-08-07T18:56:53.621ZAug 07 18:56:52.174adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 07 18:56:52.174Aug 07 18:56:52.174 INFOAug 07 18:56:52.174DEBG adding route 3fff:beef:20::/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 } }]
32122026-08-07T18:56:53.621Z DEBG
32132026-08-07T18:56:53.621Z 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 07 18:56:52.174DEBG
32142026-08-07T18:56:53.621Z reset freemap
32152026-08-07T18:56:53.621Z, Aug 07 18:56:52.174 Aug 07 18:56:52.174INFOunit :INFO adding route 3fff:dead::/64 -> 2001:db8::55:2freemap_route_ipv6
32162026-08-07T18:56:53.621Zadding route 172.17.0.32/32 -> 10.0.0.255DEBG
32172026-08-07T18:56:53.621Zreplacing 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 07 18:56:52.174
32182026-08-07T18:56:53.621Z
32192026-08-07T18:56:53.621ZDEBGAug 07 18:56:52.174 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 } }] Aug 07 18:56:52.174
32202026-08-07T18:56:53.621Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFOAug 07 18:56:52.174
32212026-08-07T18:56:53.621Z Aug 07 18:56:52.174adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
32222026-08-07T18:56:53.621ZDEBG INFO Aug 07 18:56:52.174replacing 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:1
32232026-08-07T18:56:53.621ZAug 07 18:56:52.174INFO
32242026-08-07T18:56:53.621Z adding route 3fff:dead::/64 -> 2001:db8::55:3DEBGAug 07 18:56:52.174
32252026-08-07T18:56:53.621Z Aug 07 18:56:52.174 INFOAug 07 18:56:52.174 adding route 172.17.0.33/32 -> 10.0.0.255replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
32262026-08-07T18:56:53.621Z
32272026-08-07T18:56:53.621ZAug 07 18:56:52.174 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 07 18:56:52.174
32282026-08-07T18:56:53.621Z
32292026-08-07T18:56:53.621Z
32302026-08-07T18:56:53.622ZDEBG 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 } }]
32312026-08-07T18:56:53.622ZAug 07 18:56:52.174Aug 07 18:56:52.174 Aug 07 18:56:52.174 Aug 07 18:56:52.174INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:4
32322026-08-07T18:56:53.622ZINFO adding route 172.17.0.34/32 -> 10.0.0.255INFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
32332026-08-07T18:56:53.622Z
32342026-08-07T18:56:53.622ZAug 07 18:56:52.174 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBGAug 07 18:56:52.174
32352026-08-07T18:56:53.622Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
32362026-08-07T18:56:53.622ZAug 07 18:56:52.174Aug 07 18:56:52.174 DEBGDEBGDEBG Aug 07 18:56:52.174 replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff: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 07 18:56:52.174
32372026-08-07T18:56:53.622Z
32382026-08-07T18:56:53.622ZDEBG DEBG
32392026-08-07T18:56:53.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:2, vlan_id: None } }, NextHop { asic_port_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 07 18:56:52.174
32402026-08-07T18:56:53.622ZAug 07 18:56:52.174INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 07 18:56:52.174replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
32412026-08-07T18:56:53.622Z
32422026-08-07T18:56:53.622ZAug 07 18:56:52.174INFO INFOWARN Aug 07 18:56:52.174adding route 172.17.0.35/32 -> 10.0.0.255
32432026-08-07T18:56:53.622Z DEBGshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
32442026-08-07T18:56:53.622Zadding route 3fff:beef:36::/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 } }]Aug 07 18:56:52.174
32452026-08-07T18:56:53.622Z Aug 07 18:56:52.174
32462026-08-07T18:56:53.622ZDEBGINFO Aug 07 18:56:52.174replacing 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 } }]
32472026-08-07T18:56:53.622Zadding route 3fff:dead::/64 -> 2001:db8::55:3INFO
32482026-08-07T18:56:53.622Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
32492026-08-07T18:56:53.622ZAug 07 18:56:52.174Aug 07 18:56:52.174 DEBGINFOAug 07 18:56:52.174 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] adding route 172.17.0.36/32 -> 10.0.0.255DEBG
32502026-08-07T18:56:53.622Z Aug 07 18:56:52.174replacing 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 } }]
32512026-08-07T18:56:53.622ZDEBG
32522026-08-07T18:56:53.622Z replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:56:52.174
32532026-08-07T18:56:53.622Z DEBGAug 07 18:56:52.174 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
32542026-08-07T18:56:53.622ZAug 07 18:56:52.174 Aug 07 18:56:52.174INFO 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
32552026-08-07T18:56:53.622Z 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:dead::/64 -> 2001:db8::55:4
32562026-08-07T18:56:53.622Z
32572026-08-07T18:56:53.622ZAug 07 18:56:52.174Aug 07 18:56:52.174 INFO Aug 07 18:56:52.174adding route 3fff:beef:37::/64 -> 2001:db8::55:ff 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 } }]
32582026-08-07T18:56:53.622Z
32592026-08-07T18:56:53.622Z Aug 07 18:56:52.174INFO INFOAug 07 18:56:52.174 adding route 172.17.0.37/32 -> 10.0.0.255
32602026-08-07T18:56:53.622ZDEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
32612026-08-07T18:56:53.622ZAug 07 18:56:52.174replacing 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 } }]
32622026-08-07T18:56:53.622ZDEBG replacing targets for 3fff:dead::/64 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 07 18:56:52.174Aug 07 18:56:52.174
32632026-08-07T18:56:53.622Z Aug 07 18:56:52.174 DEBGINFO replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
32642026-08-07T18:56:53.622Z
32652026-08-07T18:56:53.622ZDEBG Aug 07 18:56:52.174Aug 07 18:56:52.174replacing 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 } }]
32662026-08-07T18:56:53.622Z Aug 07 18:56:52.167INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG
32672026-08-07T18:56:53.622Z Aug 07 18:56:52.174created new freemapWARN, Aug 07 18:56:52.174Aug 07 18:56:52.174unit :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 } }] shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
32682026-08-07T18:56:53.622ZINFO adding route 172.17.0.38/32 -> 10.0.0.255freemap_route_ipv4
32692026-08-07T18:56:53.623Z
32702026-08-07T18:56:53.623Z
32712026-08-07T18:56:53.623ZDEBG Aug 07 18:56:52.174Aug 07 18:56:52.174replacing 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 } }]
32722026-08-07T18:56:53.623ZINFO DEBG Aug 07 18:56:52.174replacing 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 3fff:beef:28::/64 -> 2001:db8::55:ff
32732026-08-07T18:56:53.623ZDEBGAug 07 18:56:52.174 created new freemap
32742026-08-07T18:56:53.623Z, unitAug 07 18:56:52.174: INFODEBG freemap_route_ipv6 replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 07 18:56:52.174
32752026-08-07T18:56:53.623Z
32762026-08-07T18:56:53.623Z
32772026-08-07T18:56:53.623Z INFO adding route 172.17.0.39/32 -> 10.0.0.255Aug 07 18:56:52.174Aug 07 18:56:52.174 DEBG
32782026-08-07T18:56:53.623ZDEBG Aug 07 18:56:52.174initted freemap. size: 64replacing 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 } }],
32792026-08-07T18:56:53.623Zunit :INFO Aug 07 18:56:52.174Aug 07 18:56:52.174 freemap_route_ipv4DEBG INFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
32802026-08-07T18:56:53.623Z
32812026-08-07T18:56:53.623Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
32822026-08-07T18:56:53.623Z
32832026-08-07T18:56:53.623ZAug 07 18:56:52.174Aug 07 18:56:52.174 DEBGINFO reset freemapAug 07 18:56:52.174Aug 07 18:56:52.174, adding route 172.17.0.40/32 -> 10.0.0.255unit :DEBG
32842026-08-07T18:56:53.623Z DEBGfreemap_route_ipv4
32852026-08-07T18:56:53.623Zreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
32862026-08-07T18:56:53.623ZAug 07 18:56:52.175 DEBGAug 07 18:56:52.174Aug 07 18:56:52.180 DEBGDEBG created new freemap, initted freemap. size: 64unit, :unit:
32872026-08-07T18:56:53.623Z freemap_route_ipv4freemap_route_ipv6
32882026-08-07T18:56:53.623Z
32892026-08-07T18:56:53.623ZAug 07 18:56:52.180Aug 07 18:56:52.180 INFODEBG Aug 07 18:56:52.180 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreset freemap
32902026-08-07T18:56:53.627Z, unitDEBG: created new freemapfreemap_route_ipv6,
32912026-08-07T18:56:53.627Zunit: Aug 07 18:56:52.180freemap_route_ipv6
32922026-08-07T18:56:53.627Z Aug 07 18:56:52.180DEBG Aug 07 18:56:52.180INFOreplacing 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 } }]
32932026-08-07T18:56:53.627Z adding route 172.16.0.0/32 -> 10.0.0.1
32942026-08-07T18:56:53.627Z
32952026-08-07T18:56:53.627ZDEBG Aug 07 18:56:52.180Aug 07 18:56:52.180Aug 07 18:56:52.180 INFOINFOinitted freemap. size: 64 , adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffunit :adding route 172.17.0.5/32 -> 10.0.0.255 DEBGfreemap_route_ipv4
32962026-08-07T18:56:53.627Z
32972026-08-07T18:56:53.627Z
32982026-08-07T18:56:53.627Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
32992026-08-07T18:56:53.627ZAug 07 18:56:52.180Aug 07 18:56:52.180 Aug 07 18:56:52.180DEBGDEBG Aug 07 18:56:52.180 reset freemap DEBGINFO, unitadding route 172.16.0.0/32 -> 10.0.0.2:
33002026-08-07T18:56:53.627Zreplacing 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 } }]freemap_route_ipv4replacing 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 } }]
33012026-08-07T18:56:53.628Z
33022026-08-07T18:56:53.628Z
33032026-08-07T18:56:53.628ZAug 07 18:56:52.180Aug 07 18:56:52.180 Aug 07 18:56:52.180DEBG INFOinitted freemap. size: 64 , unitadding route 172.17.0.6/32 -> 10.0.0.255Aug 07 18:56:52.180DEBG
33042026-08-07T18:56:53.628Z DEBG :replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Aug 07 18:56:52.180failed to allocate space for the new target list
33052026-08-07T18:56:53.628Z
33062026-08-07T18:56:53.628Zfreemap_route_ipv6 DEBG
33072026-08-07T18:56:53.628Zreplacing 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 07 18:56:52.180
33082026-08-07T18:56:53.628Z Aug 07 18:56:52.180INFO adding route 172.16.0.0/32 -> 10.0.0.3DEBG
33092026-08-07T18:56:53.628Z Aug 07 18:56:52.180replacing targets for 3fff:dead::/64 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 } }]
33102026-08-07T18:56:53.628ZAug 07 18:56:52.180INFO Aug 07 18:56:52.180adding route 172.17.0.7/32 -> 10.0.0.255DEBG
33112026-08-07T18:56:53.628ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]reset freemap
33122026-08-07T18:56:53.628Z, unitAug 07 18:56:52.180: DEBGAug 07 18:56:52.180 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
33132026-08-07T18:56:53.628Z freemap_route_ipv6adding route 172.16.0.0/32 -> 10.0.0.4
33142026-08-07T18:56:53.628Z
33152026-08-07T18:56:53.628ZAug 07 18:56:52.180Aug 07 18:56:52.180 INFODEBG adding route 172.17.0.8/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
33162026-08-07T18:56:53.628Z
33172026-08-07T18:56:53.628ZAug 07 18:56:52.180Aug 07 18:56:52.180 Aug 07 18:56:52.180DEBG 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 } }]
33182026-08-07T18:56:53.628Z adding route 3fff:dead::/64 -> 2001:db8::55:1INFO adding route 172.17.0.0/32 -> 10.0.0.255
33192026-08-07T18:56:53.628Z
33202026-08-07T18:56:53.628ZAug 07 18:56:52.180 INFO Aug 07 18:56:52.180adding route 172.17.0.9/32 -> 10.0.0.255
33212026-08-07T18:56:53.628ZDEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:56:52.180
33222026-08-07T18:56:53.628Z DEBGAug 07 18:56:52.174Aug 07 18:56:52.180 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.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 } }]
33232026-08-07T18:56:53.628ZAug 07 18:56:52.180
33242026-08-07T18:56:53.628Z INFO adding route 172.17.0.1/32 -> 10.0.0.255created new freemapAug 07 18:56:52.180
33252026-08-07T18:56:53.628Z, unitINFO : Aug 07 18:56:52.180adding route 172.17.0.10/32 -> 10.0.0.255 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
33262026-08-07T18:56:53.628Z freemap_route_ipv4
33272026-08-07T18:56:53.628Z
33282026-08-07T18:56:53.628ZDEBG Aug 07 18:56:52.180replacing 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 07 18:56:52.180
33292026-08-07T18:56:53.628ZINFO Aug 07 18:56:52.180Aug 07 18:56:52.180 adding route 172.17.0.41/32 -> 10.0.0.255DEBG
33302026-08-07T18:56:53.628Z created new freemap INFO, Aug 07 18:56:52.180DEBGAug 07 18:56:52.180adding route 3fff:dead::/64 -> 2001:db8::55:2
33312026-08-07T18:56:53.628ZDEBGunit: 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 } }] INFOfreemap_route_ipv6
33322026-08-07T18:56:53.628ZAug 07 18:56:52.181
33332026-08-07T18:56:53.628Zadding route 172.17.0.2/32 -> 10.0.0.255
33342026-08-07T18:56:53.628ZDEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
33352026-08-07T18:56:53.628Z
33362026-08-07T18:56:53.628ZAug 07 18:56:52.181Aug 07 18:56:52.181 DEBGDEBGAug 07 18:56:52.181 Aug 07 18:56:52.181 initted freemap. size: 64Aug 07 18:56:52.181, INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:3INFOreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
33372026-08-07T18:56:53.628Z: freemap_route_ipv4
33382026-08-07T18:56:53.628Zadding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255
33392026-08-07T18:56:53.628ZAug 07 18:56:52.181
33402026-08-07T18:56:53.629Z
33412026-08-07T18:56:53.629Z INFO Aug 07 18:56:52.181Aug 07 18:56:52.181adding route 172.17.0.3/32 -> 10.0.0.255 Aug 07 18:56:52.181
33422026-08-07T18:56:53.629ZDEBG 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 } }]
33432026-08-07T18:56:53.629ZDEBGAug 07 18:56:52.181 Aug 07 18:56:52.181reset freemap DEBG, DEBG unitreplacing 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 } }] :
33442026-08-07T18:56:53.629Zreplacing 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 07 18:56:52.181
33452026-08-07T18:56:53.629Z INFO freemap_route_ipv4DEBGadding route 172.17.0.12/32 -> 10.0.0.255Aug 07 18:56:52.181
33462026-08-07T18:56:53.629Z INFOAug 07 18:56:52.181
33472026-08-07T18:56:53.629Z adding route 172.17.0.43/32 -> 10.0.0.255INFO
33482026-08-07T18:56:53.629Ztest route::tests::same_size_non_subset_replace ... ok
33492026-08-07T18:56:53.629Ztest route::tests::shrink_preserves_compacted_order ... ok
33502026-08-07T18:56:53.629Z adding route 172.17.0.4/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 } }]
33512026-08-07T18:56:53.629ZAug 07 18:56:52.181
33522026-08-07T18:56:53.629Z DEBGAug 07 18:56:52.181 Aug 07 18:56:52.181Aug 07 18:56:52.181initted freemap. size: 64 Aug 07 18:56:52.181 DEBGINFO, replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33532026-08-07T18:56:53.629Z DEBG adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }]unitDEBG
33542026-08-07T18:56:53.629Z
33552026-08-07T18:56:53.629ZAug 07 18:56:52.181 : INFOreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33562026-08-07T18:56:53.629Zadding route 172.17.0.5/32 -> 10.0.0.255
33572026-08-07T18:56:53.629ZAug 07 18:56:52.181freemap_route_ipv6Aug 07 18:56:52.181
33582026-08-07T18:56:53.629Z Aug 07 18:56:52.181Aug 07 18:56:52.181INFO DEBGadding route 172.17.0.44/32 -> 10.0.0.255DEBG Aug 07 18:56:52.181
33592026-08-07T18:56:53.629Zreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
33602026-08-07T18:56:53.629Z DEBG reset freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 172.17.0.13/32 -> 10.0.0.255
33612026-08-07T18:56:53.629ZAug 07 18:56:52.181,
33622026-08-07T18:56:53.629ZunitINFO:Aug 07 18:56:52.181 Aug 07 18:56:52.181adding route 172.17.0.6/32 -> 10.0.0.255
33632026-08-07T18:56:53.629ZDEBGAug 07 18:56:52.181 DEBGfreemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG
33642026-08-07T18:56:53.629Z
33652026-08-07T18:56:53.629Z 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 } }]
33662026-08-07T18:56:53.629Z Aug 07 18:56:52.181Aug 07 18:56:52.181Aug 07 18:56:52.181 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.17.0.45/32 -> 10.0.0.255
33672026-08-07T18:56:53.629Zreplacing 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
33682026-08-07T18:56:53.629Z
33692026-08-07T18:56:53.629Z Aug 07 18:56:52.180replacing 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 07 18:56:52.181Aug 07 18:56:52.181
33702026-08-07T18:56:53.629ZAug 07 18:56:52.181 DEBGDEBGINFO 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 07 18:56:52.181adding route 172.17.0.14/32 -> 10.0.0.255
33712026-08-07T18:56:53.629Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
33722026-08-07T18:56:53.629Z INFO
33732026-08-07T18:56:53.629Z adding route 172.17.0.7/32 -> 10.0.0.255Aug 07 18:56:52.181
33742026-08-07T18:56:53.629Z INFO INFOadding route 172.17.0.46/32 -> 10.0.0.255 Aug 07 18:56:52.181adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
33752026-08-07T18:56:53.629ZAug 07 18:56:52.181
33762026-08-07T18:56:53.629Z Aug 07 18:56:52.181INFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
33772026-08-07T18:56:53.629Z
33782026-08-07T18:56:53.629ZAug 07 18:56:52.181 DEBGDEBG Aug 07 18:56:52.181Aug 07 18:56:52.181 Aug 07 18:56:52.181 INFODEBG 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 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.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.8/32 -> 10.0.0.255DEBG
33792026-08-07T18:56:53.629Z
33802026-08-07T18:56:53.629Z
33812026-08-07T18:56:53.630Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
33822026-08-07T18:56:53.630ZAug 07 18:56:52.181
33832026-08-07T18:56:53.630Z DEBGAug 07 18:56:52.181Aug 07 18:56:52.181 Aug 07 18:56:52.181INFOreplacing 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
33842026-08-07T18:56:53.630Z adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255INFO
33852026-08-07T18:56:53.630Z
33862026-08-07T18:56:53.630ZAug 07 18:56:52.181 INFOAug 07 18:56:52.181Aug 07 18:56:52.181 adding route 172.17.0.9/32 -> 10.0.0.255Aug 07 18:56:52.181
33872026-08-07T18:56:53.630ZDEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG DEBGreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33882026-08-07T18:56:53.630ZAug 07 18:56:52.181replacing 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 } }]
33892026-08-07T18:56:53.630Z
33902026-08-07T18:56:53.634ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.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 07 18:56:52.181
33912026-08-07T18:56:53.634Z
33922026-08-07T18:56:53.634ZINFO Aug 07 18:56:52.181Aug 07 18:56:52.181 adding route 172.17.0.48/32 -> 10.0.0.255 INFOINFO
33932026-08-07T18:56:53.634Zadding route 172.17.0.10/32 -> 10.0.0.255
33942026-08-07T18:56:53.634Zadding route 172.17.0.16/32 -> 10.0.0.255Aug 07 18:56:52.181
33952026-08-07T18:56:53.634Z DEBGAug 07 18:56:52.181 Aug 07 18:56:52.181DEBG DEBG Aug 07 18:56:52.181initted freemap. size: 64, unit: DEBGfreemap_route_ipv6 replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG Aug 07 18:56:52.181 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 } }]DEBG
33962026-08-07T18:56:53.634Z created new freemapAug 07 18:56:52.181 , Aug 07 18:56:52.187unit :INFO freemap_route_ipv4adding route 172.17.0.17/32 -> 10.0.0.255
33972026-08-07T18:56:53.634Z
33982026-08-07T18:56:53.634ZDEBGAug 07 18:56:52.187 created new freemapDEBGAug 07 18:56:52.187 , created new freemapDEBG, unit unitreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:
33992026-08-07T18:56:53.634Z :freemap_route_ipv6
34002026-08-07T18:56:53.634Zfreemap_route_ipv4
34012026-08-07T18:56:53.634ZAug 07 18:56:52.187Aug 07 18:56:52.187 INFODEBGAug 07 18:56:52.181 adding route 172.17.0.18/32 -> 10.0.0.255Aug 07 18:56:52.187
34022026-08-07T18:56:53.634Z DEBGDEBG created new freemapcreated new freemapAug 07 18:56:52.187initted freemap. size: 64, , unit, :unit :freemap_route_ipv6
34032026-08-07T18:56:53.634Zfreemap_route_ipv4unit :
34042026-08-07T18:56:53.634ZDEBG Aug 07 18:56:52.187freemap_route_ipv4 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 } }]
34052026-08-07T18:56:53.634ZDEBG
34062026-08-07T18:56:53.634Zinitted freemap. size: 64, Aug 07 18:56:52.187unit :Aug 07 18:56:52.187DEBG reset freemapAug 07 18:56:52.187freemap_route_ipv4,
34072026-08-07T18:56:53.634ZunitINFO :DEBG Aug 07 18:56:52.187 adding route 172.17.0.19/32 -> 10.0.0.255created new freemapDEBG
34082026-08-07T18:56:53.634Z, freemap_route_ipv4 unitreset freemap
34092026-08-07T18:56:53.634Z, unit:: Aug 07 18:56:52.187freemap_route_ipv4freemap_route_ipv6
34102026-08-07T18:56:53.634Z
34112026-08-07T18:56:53.634ZAug 07 18:56:52.187DEBG initted freemap. size: 64DEBG, unitAug 07 18:56:52.187:Aug 07 18:56:52.187 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 } }]freemap_route_ipv6
34122026-08-07T18:56:53.635Zinitted freemap. size: 64initted freemap. size: 64
34132026-08-07T18:56:53.635Z, unit, :unit :Aug 07 18:56:52.187 freemap_route_ipv6
34142026-08-07T18:56:53.635ZDEBG freemap_route_ipv4reset freemap
34152026-08-07T18:56:53.635Z, unitAug 07 18:56:52.187: Aug 07 18:56:52.187Aug 07 18:56:52.187DEBG DEBGreset freemap , reset freemapunit, :unit :freemap_route_ipv6INFO
34162026-08-07T18:56:53.635Z freemap_route_ipv4 freemap_route_ipv6
34172026-08-07T18:56:53.635Zadding route 172.17.0.20/32 -> 10.0.0.255Aug 07 18:56:52.187
34182026-08-07T18:56:53.635Z
34192026-08-07T18:56:53.635ZINFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 07 18:56:52.187
34202026-08-07T18:56:53.635Z DEBGAug 07 18:56:52.187 initted freemap. size: 64Aug 07 18:56:52.187DEBG, Aug 07 18:56:52.187INFOunit : 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 } }] DEBGfreemap_route_ipv6
34212026-08-07T18:56:53.635Z
34222026-08-07T18:56:53.635Zreplacing 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 } }]
34232026-08-07T18:56:53.635Z
34242026-08-07T18:56:53.635ZAug 07 18:56:52.187Aug 07 18:56:52.187 DEBGDEBG reset freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }],
34252026-08-07T18:56:53.635ZAug 07 18:56:52.187unit :INFOAug 07 18:56:52.187 freemap_route_ipv6adding route 172.16.0.0/32 -> 10.0.0.1
34262026-08-07T18:56:53.635Z
34272026-08-07T18:56:53.635Z Aug 07 18:56:52.187INFO INFOadding route 172.17.0.21/32 -> 10.0.0.255Aug 07 18:56:52.187Aug 07 18:56:52.187
34282026-08-07T18:56:53.635Zadding route 172.16.0.0/32 -> 10.0.0.2
34292026-08-07T18:56:53.635ZINFODEBG 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 } }]adding route 172.16.0.0/32 -> 10.0.0.1Aug 07 18:56:52.187Aug 07 18:56:52.187
34302026-08-07T18:56:53.635Z
34312026-08-07T18:56:53.635ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
34322026-08-07T18:56:53.635Z Aug 07 18:56:52.187replacing 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 07 18:56:52.187INFO
34332026-08-07T18:56:53.635ZDEBG Aug 07 18:56:52.187replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.16.0.0/32 -> 10.0.0.1 Aug 07 18:56:52.187
34342026-08-07T18:56:53.635ZDEBG
34352026-08-07T18:56:53.635Z INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255
34362026-08-07T18:56:53.635ZAug 07 18:56:52.187
34372026-08-07T18:56:53.635ZAug 07 18:56:52.187 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.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 } }, 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 } }]
34382026-08-07T18:56:53.635ZAug 07 18:56:52.187
34392026-08-07T18:56:53.635Z DEBGAug 07 18:56:52.187 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 07 18:56:52.187DEBG
34402026-08-07T18:56:53.635Z INFOreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
34412026-08-07T18:56:53.635Zadding route 172.16.0.0/32 -> 10.0.0.2
34422026-08-07T18:56:53.635Z
34432026-08-07T18:56:53.635ZAug 07 18:56:52.187 INFO adding route 172.17.0.23/32 -> 10.0.0.255
34442026-08-07T18:56:53.635ZAug 07 18:56:52.187 INFOAug 07 18:56:52.187 Aug 07 18:56:52.187INFOadding route 172.16.0.0/32 -> 10.0.0.3
34452026-08-07T18:56:53.635Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG Aug 07 18:56:52.187
34462026-08-07T18:56:53.635Z 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 07 18:56:52.187DEBG
34472026-08-07T18:56:53.635Z 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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 07 18:56:52.187
34482026-08-07T18:56:53.635Z
34492026-08-07T18:56:53.635ZINFOAug 07 18:56:52.187 adding route 172.17.0.0/32 -> 10.0.0.255
34502026-08-07T18:56:53.635ZDEBG Aug 07 18:56:52.187Aug 07 18:56:52.187replacing 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 } }]
34512026-08-07T18:56:53.636ZAug 07 18:56:52.187 DEBGINFOINFOAug 07 18:56:52.187 adding route 172.16.0.0/32 -> 10.0.0.4 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 } }]
34522026-08-07T18:56:53.636ZINFOadding route 172.17.0.24/32 -> 10.0.0.255
34532026-08-07T18:56:53.636Z
34542026-08-07T18:56:53.636Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
34552026-08-07T18:56:53.636ZAug 07 18:56:52.187Aug 07 18:56:52.187Aug 07 18:56:52.187 Aug 07 18:56:52.187DEBG DEBGINFODEBG adding route 172.17.0.1/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] 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 } }]
34562026-08-07T18:56:53.636Zreplacing 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 } }]
34572026-08-07T18:56:53.636Z
34582026-08-07T18:56:53.636Z
34592026-08-07T18:56:53.636ZAug 07 18:56:52.187 DEBGAug 07 18:56:52.187 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 } }]DEBGAug 07 18:56:52.187
34602026-08-07T18:56:53.636Zreplacing targets for 172.16.0.0/32 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 } }]
34612026-08-07T18:56:53.636ZINFO adding route 172.17.0.25/32 -> 10.0.0.255
34622026-08-07T18:56:53.636ZAug 07 18:56:52.187Aug 07 18:56:52.187
34632026-08-07T18:56:53.636ZINFO INFOadding route 172.17.0.2/32 -> 10.0.0.255Aug 07 18:56:52.187
34642026-08-07T18:56:53.636Z DEBGAug 07 18:56:52.187 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:56:52.187
34652026-08-07T18:56:53.636Z
34662026-08-07T18:56:53.636ZDEBGINFO 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 } }]
34672026-08-07T18:56:53.636Zadding route 172.17.0.11/32 -> 10.0.0.255Aug 07 18:56:52.187Aug 07 18:56:52.187 DEBGAug 07 18:56:52.187
34682026-08-07T18:56:53.636Z 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
34692026-08-07T18:56:53.636Z INFOadding route 172.17.0.26/32 -> 10.0.0.255
34702026-08-07T18:56:53.636ZAug 07 18:56:52.187adding route 172.17.0.3/32 -> 10.0.0.255
34712026-08-07T18:56:53.636ZDEBGAug 07 18:56:52.187 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
34722026-08-07T18:56:53.636ZAug 07 18:56:52.187 Aug 07 18:56:52.187DEBG 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 } }]DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
34732026-08-07T18:56:53.636Z
34742026-08-07T18:56:53.636Z replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:56:52.187
34752026-08-07T18:56:53.636Z Aug 07 18:56:52.187INFOAug 07 18:56:52.187 adding route 172.17.0.12/32 -> 10.0.0.255
34762026-08-07T18:56:53.636ZDEBG INFOAug 07 18:56:52.187replacing 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 07 18:56:52.187adding route 172.17.0.4/32 -> 10.0.0.255
34772026-08-07T18:56:53.636Z DEBG
34782026-08-07T18:56:53.636Z INFOreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34792026-08-07T18:56:53.636Z adding route 172.17.0.27/32 -> 10.0.0.255Aug 07 18:56:52.187Aug 07 18:56:52.187
34802026-08-07T18:56:53.636Z Aug 07 18:56:52.187 INFO DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO
34812026-08-07T18:56:53.636Z 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 } }]
34822026-08-07T18:56:53.636Zadding route 172.17.0.13/32 -> 10.0.0.255
34832026-08-07T18:56:53.636ZAug 07 18:56:52.187Aug 07 18:56:52.187 DEBGAug 07 18:56:52.187DEBG INFOreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:56:52.187 adding route 172.17.0.5/32 -> 10.0.0.255DEBG
34842026-08-07T18:56:53.636Z
34852026-08-07T18:56:53.636Z 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.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 } }]
34862026-08-07T18:56:53.636Z
34872026-08-07T18:56:53.636ZAug 07 18:56:52.187 DEBGAug 07 18:56:52.187 Aug 07 18:56:52.187replacing 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 } }]
34882026-08-07T18:56:53.636ZINFO INFOadding route 172.17.0.14/32 -> 10.0.0.255
34892026-08-07T18:56:53.636ZAug 07 18:56:52.187adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
34902026-08-07T18:56:53.641ZINFO Aug 07 18:56:52.187adding route 172.17.0.6/32 -> 10.0.0.255 Aug 07 18:56:52.187INFO
34912026-08-07T18:56:53.641Z adding route 172.17.0.28/32 -> 10.0.0.255DEBG
34922026-08-07T18:56:53.641Z Aug 07 18:56:52.187replacing 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 07 18:56:52.187
34932026-08-07T18:56:53.641ZDEBG Aug 07 18:56:52.187 DEBGreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34942026-08-07T18:56:53.641ZDEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:56:52.187
34952026-08-07T18:56:53.641Z INFO adding route 172.17.0.15/32 -> 10.0.0.255Aug 07 18:56:52.187replacing 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 07 18:56:52.187
34962026-08-07T18:56:53.641Z INFO
34972026-08-07T18:56:53.641ZINFO adding route 172.17.0.7/32 -> 10.0.0.255adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
34982026-08-07T18:56:53.641Z
34992026-08-07T18:56:53.641ZAug 07 18:56:52.188Aug 07 18:56:52.188 DEBGINFO Aug 07 18:56:52.188adding route 172.17.0.29/32 -> 10.0.0.255 replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
35002026-08-07T18:56:53.641ZAug 07 18:56:52.188
35012026-08-07T18:56:53.641Z 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 } }]Aug 07 18:56:52.188
35022026-08-07T18:56:53.641Z 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 07 18:56:52.188
35032026-08-07T18:56:53.641ZDEBG INFOAug 07 18:56:52.188replacing 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 } }]
35042026-08-07T18:56:53.641Zadding route 172.17.0.16/32 -> 10.0.0.255 INFOAug 07 18:56:52.188
35052026-08-07T18:56:53.641Z adding route 172.17.0.8/32 -> 10.0.0.255Aug 07 18:56:52.188
35062026-08-07T18:56:53.641Z INFO Aug 07 18:56:52.188INFOadding route 172.17.0.30/32 -> 10.0.0.255 DEBGAug 07 18:56:52.188 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 } }]
35072026-08-07T18:56:53.641Zcreated new freemap , adding route 3fff:beef:33::/64 -> 2001:db8::55:ffunit
35082026-08-07T18:56:53.641Z: freemap_route_ipv4
35092026-08-07T18:56:53.641Z
35102026-08-07T18:56:53.641ZAug 07 18:56:52.188 Aug 07 18:56:52.194Aug 07 18:56:52.194 DEBGINFO Aug 07 18:56:52.194adding route 172.17.0.17/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 } }]Aug 07 18:56:52.194
35112026-08-07T18:56:53.641Z
35122026-08-07T18:56:53.641ZDEBG reset freemapDEBGDEBG, created new freemap, replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
35132026-08-07T18:56:53.641ZAug 07 18:56:52.194: freemap_route_ipv6
35142026-08-07T18:56:53.641ZINFO adding route 172.17.0.9/32 -> 10.0.0.255Aug 07 18:56:52.194
35152026-08-07T18:56:53.641ZunitAug 07 18:56:52.194: freemap_route_ipv6INFOINFO Aug 07 18:56:52.194
35162026-08-07T18:56:53.641Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 07 18:56:52.194
35172026-08-07T18:56:53.641Z 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 } }]Aug 07 18:56:52.194
35182026-08-07T18:56:53.642Z Aug 07 18:56:52.194DEBG 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 07 18:56:52.194DEBGadding route 172.16.0.0/32 -> 10.0.0.1
35192026-08-07T18:56:53.642Z initted freemap. size: 64replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] ,
35202026-08-07T18:56:53.642Z
35212026-08-07T18:56:53.642ZINFO adding route 172.17.0.10/32 -> 10.0.0.255
35222026-08-07T18:56:53.642ZunitAug 07 18:56:52.194: Aug 07 18:56:52.194 INFOINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 172.17.0.18/32 -> 10.0.0.255
35232026-08-07T18:56:53.642Z
35242026-08-07T18:56:53.642Zfreemap_route_ipv4Aug 07 18:56:52.194
35252026-08-07T18:56:53.642ZAug 07 18:56:52.194 DEBGAug 07 18:56:52.194DEBGAug 07 18:56:52.194 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
35262026-08-07T18:56:53.642Z Aug 07 18:56:52.194 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.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 } }]
35272026-08-07T18:56:53.642ZDEBG
35282026-08-07T18:56:53.642Zreplacing 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
35292026-08-07T18:56:53.642ZAug 07 18:56:52.194reset freemap Aug 07 18:56:52.194, unit:INFOAug 07 18:56:52.194 Aug 07 18:56:52.194 freemap_route_ipv4INFOadding route 172.17.0.11/32 -> 10.0.0.255INFOINFO
35302026-08-07T18:56:53.642Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
35312026-08-07T18:56:53.642Z
35322026-08-07T18:56:53.642Zadding route 172.17.0.19/32 -> 10.0.0.255
35332026-08-07T18:56:53.642ZAug 07 18:56:52.194 Aug 07 18:56:52.194DEBGadding route 172.16.0.0/32 -> 10.0.0.2 Aug 07 18:56:52.194Aug 07 18:56:52.194
35342026-08-07T18:56:53.642ZDEBG DEBGinitted freemap. size: 64 , 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.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 } }]
35352026-08-07T18:56:53.642Z
35362026-08-07T18:56:53.642ZunitAug 07 18:56:52.194: 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 } }] DEBGfreemap_route_ipv6
35372026-08-07T18:56:53.642Z Aug 07 18:56:52.194
35382026-08-07T18:56:53.642Zreplacing 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 07 18:56:52.194
35392026-08-07T18:56:53.642Z INFO Aug 07 18:56:52.194adding route 172.17.0.12/32 -> 10.0.0.255
35402026-08-07T18:56:53.642ZINFOAug 07 18:56:52.194Aug 07 18:56:52.194 INFOINFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
35412026-08-07T18:56:53.642Zadding route 172.17.0.20/32 -> 10.0.0.255Aug 07 18:56:52.194
35422026-08-07T18:56:53.642Z adding route 172.16.0.0/32 -> 10.0.0.3Aug 07 18:56:52.194
35432026-08-07T18:56:53.642ZDEBG 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 } }] DEBGAug 07 18:56:52.194
35442026-08-07T18:56:53.642Z DEBG DEBGreset freemap , 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 } }]unit
35452026-08-07T18:56:53.642Z: Aug 07 18:56:52.194Aug 07 18:56:52.194 freemap_route_ipv6 INFOAug 07 18:56:52.194
35462026-08-07T18:56:53.642Z adding route 172.17.0.13/32 -> 10.0.0.255replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
35472026-08-07T18:56:53.642ZINFO
35482026-08-07T18:56:53.642Zadding route 172.17.0.21/32 -> 10.0.0.255 DEBG
35492026-08-07T18:56:53.642ZAug 07 18:56:52.194Aug 07 18:56:52.194 DEBG Aug 07 18:56:52.194 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 } }]
35502026-08-07T18:56:53.642Z INFOAug 07 18:56:52.194adding route 3fff:dead::/64 -> 2001:db8::55:1
35512026-08-07T18:56:53.642ZDEBG Aug 07 18:56:52.194 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFO
35522026-08-07T18:56:53.642Z adding route 172.17.0.14/32 -> 10.0.0.255replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35532026-08-07T18:56:53.642Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
35542026-08-07T18:56:53.642Z
35552026-08-07T18:56:53.642ZAug 07 18:56:52.194 DEBGAug 07 18:56:52.194 Aug 07 18:56:52.194Aug 07 18:56:52.194 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 } }]INFODEBG
35562026-08-07T18:56:53.642Z Aug 07 18:56:52.194 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4
35572026-08-07T18:56:53.642Z
35582026-08-07T18:56:53.643ZDEBGINFO Aug 07 18:56:52.194replacing 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 } }]
35592026-08-07T18:56:53.643ZINFO Aug 07 18:56:52.194adding route 3fff:beef:39::/64 -> 2001:db8::55:ff Aug 07 18:56:52.194Aug 07 18:56:52.194
35602026-08-07T18:56:53.643Z INFOINFO adding route 172.17.0.15/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2
35612026-08-07T18:56:53.643Z
35622026-08-07T18:56:53.643ZDEBGadding route 172.17.0.22/32 -> 10.0.0.255
35632026-08-07T18:56:53.643ZAug 07 18:56:52.194replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 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 07 18:56:52.194
35642026-08-07T18:56:53.643Z replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:56:52.200
35652026-08-07T18:56:53.643Z INFODEBG adding route 172.17.0.16/32 -> 10.0.0.255Aug 07 18:56:52.200
35662026-08-07T18:56:53.643Z 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 } }]
35672026-08-07T18:56:53.643ZAug 07 18:56:52.200 INFO adding route 172.17.0.23/32 -> 10.0.0.255
35682026-08-07T18:56:53.643Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 07 18:56:52.201
35692026-08-07T18:56:53.643Z Aug 07 18:56:52.201DEBGAug 07 18:56:52.201 DEBGAug 07 18:56:52.201 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 } }]INFOreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35702026-08-07T18:56:53.643Z
35712026-08-07T18:56:53.643Z INFOadding route 172.17.0.49/32 -> 10.0.0.255Aug 07 18:56:52.201
35722026-08-07T18:56:53.643ZAug 07 18:56:52.201 adding route 3fff:dead::/64 -> 2001:db8::55:3 INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255
35732026-08-07T18:56:53.643ZAug 07 18:56:52.201
35742026-08-07T18:56:53.643Z
35752026-08-07T18:56:53.643ZDEBG Aug 07 18:56:52.201replacing 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 07 18:56:52.201
35762026-08-07T18:56:53.643Z DEBGDEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35772026-08-07T18:56:53.643Zreplacing 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 07 18:56:52.201Aug 07 18:56:52.201
35782026-08-07T18:56:53.643Z DEBGINFO Aug 07 18:56:52.201replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
35792026-08-07T18:56:53.643Z adding route 172.17.0.18/32 -> 10.0.0.255Aug 07 18:56:52.201adding route 172.17.0.50/32 -> 10.0.0.255
35802026-08-07T18:56:53.643ZAug 07 18:56:52.201INFO
35812026-08-07T18:56:53.643Z INFOadding route 172.17.0.25/32 -> 10.0.0.255
35822026-08-07T18:56:53.643ZAug 07 18:56:52.201adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 07 18:56:52.201
35832026-08-07T18:56:53.643Z DEBGDEBGAug 07 18:56:52.201 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 } }]
35842026-08-07T18:56:53.643Zreplacing 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 07 18:56:52.201replacing 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 } }]
35852026-08-07T18:56:53.643ZDEBG
35862026-08-07T18:56:53.643Z Aug 07 18:56:52.201replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
35872026-08-07T18:56:53.643ZAug 07 18:56:52.201INFOAug 07 18:56:52.201 INFO adding route 172.17.0.51/32 -> 10.0.0.255 INFOadding route 172.17.0.19/32 -> 10.0.0.255
35882026-08-07T18:56:53.643Zadding route 172.17.0.26/32 -> 10.0.0.255
35892026-08-07T18:56:53.643ZAug 07 18:56:52.201
35902026-08-07T18:56:53.647Z DEBGAug 07 18:56:52.201Aug 07 18:56:52.201 DEBGDEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35912026-08-07T18:56:53.647Zreplacing targets for 3fff:dead::/64 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.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 } }]
35922026-08-07T18:56:53.648Z
35932026-08-07T18:56:53.648ZAug 07 18:56:52.201
35942026-08-07T18:56:53.648Z Aug 07 18:56:52.201DEBG Aug 07 18:56:52.201 INFO replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.52/32 -> 10.0.0.255
35952026-08-07T18:56:53.648ZINFO
35962026-08-07T18:56:53.648Z adding route 172.17.0.20/32 -> 10.0.0.255Aug 07 18:56:52.201 INFOAug 07 18:56:52.201 Aug 07 18:56:52.201adding route 172.17.0.27/32 -> 10.0.0.255
35972026-08-07T18:56:53.648Z
35982026-08-07T18:56:53.648ZDEBGDEBG 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.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 07 18:56:52.201
35992026-08-07T18:56:53.648Z
36002026-08-07T18:56:53.648Z DEBGAug 07 18:56:52.201 replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 07 18:56:52.201Aug 07 18:56:52.201
36012026-08-07T18:56:53.648Z replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
36022026-08-07T18:56:53.648Z INFOadding route 172.17.0.31/32 -> 10.0.0.255Aug 07 18:56:52.201Aug 07 18:56:52.201
36032026-08-07T18:56:53.648ZINFOINFO adding route 172.17.0.53/32 -> 10.0.0.255adding route 172.17.0.21/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255
36042026-08-07T18:56:53.648Z
36052026-08-07T18:56:53.648Z
36062026-08-07T18:56:53.648ZAug 07 18:56:52.201 Aug 07 18:56:52.201Aug 07 18:56:52.201Aug 07 18:56:52.201DEBG DEBGDEBG 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 } }]
36072026-08-07T18:56:53.648Zreplacing 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.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 } }]
36082026-08-07T18:56:53.648Z
36092026-08-07T18:56:53.648Zreplacing 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 } }]
36102026-08-07T18:56:53.648ZAug 07 18:56:52.201 INFO adding route 172.17.0.32/32 -> 10.0.0.255Aug 07 18:56:52.201Aug 07 18:56:52.201
36112026-08-07T18:56:53.648Z INFOINFOAug 07 18:56:52.201 adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255
36122026-08-07T18:56:53.648Z
36132026-08-07T18:56:53.648ZAug 07 18:56:52.201INFO DEBGadding route 172.17.0.54/32 -> 10.0.0.255Aug 07 18:56:52.201 Aug 07 18:56:52.201 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 } }]
36142026-08-07T18:56:53.648ZDEBGDEBG
36152026-08-07T18:56:53.648Zreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36162026-08-07T18:56:53.648Z
36172026-08-07T18:56:53.648ZAug 07 18:56:52.201Aug 07 18:56:52.201 INFOAug 07 18:56:52.201 INFOadding route 172.17.0.33/32 -> 10.0.0.255Aug 07 18:56:52.201
36182026-08-07T18:56:53.648Z DEBG INFO adding route 172.17.0.23/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 } }]
36192026-08-07T18:56:53.648Z
36202026-08-07T18:56:53.648ZAug 07 18:56:52.201adding route 172.17.0.30/32 -> 10.0.0.255
36212026-08-07T18:56:53.648ZDEBGAug 07 18:56:52.201Aug 07 18:56:52.201 replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
36222026-08-07T18:56:53.648Z adding route 172.17.0.55/32 -> 10.0.0.255DEBG
36232026-08-07T18:56:53.648Z 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 } }]
36242026-08-07T18:56:53.648ZAug 07 18:56:52.201Aug 07 18:56:52.201 Aug 07 18:56:52.194INFO Aug 07 18:56:52.201adding route 172.17.0.34/32 -> 10.0.0.255
36252026-08-07T18:56:53.648ZDEBGDEBG DEBG Aug 07 18:56:52.201replacing 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.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 } }]
36262026-08-07T18:56:53.648ZAug 07 18:56:52.201
36272026-08-07T18:56:53.648Zreplacing 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
36282026-08-07T18:56:53.648Zadding route 172.17.0.24/32 -> 10.0.0.255 Aug 07 18:56:52.201DEBG
36292026-08-07T18:56:53.648ZINFOreplacing 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 07 18:56:52.201adding route 172.17.0.56/32 -> 10.0.0.255
36302026-08-07T18:56:53.648Z
36312026-08-07T18:56:53.648ZAug 07 18:56:52.201 INFOINFOAug 07 18:56:52.201 Aug 07 18:56:52.201DEBG adding route 172.17.0.31/32 -> 10.0.0.255replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:56:52.201
36322026-08-07T18:56:53.649ZDEBG
36332026-08-07T18:56:53.649Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing 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 } }]
36342026-08-07T18:56:53.649ZINFO
36352026-08-07T18:56:53.649Zadding route 172.17.0.35/32 -> 10.0.0.255
36362026-08-07T18:56:53.649ZAug 07 18:56:52.201Aug 07 18:56:52.201 Aug 07 18:56:52.201 INFO DEBGINFO Aug 07 18:56:52.201 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 } }]
36372026-08-07T18:56:53.649Zadding route 172.17.0.57/32 -> 10.0.0.255DEBGadding route 172.17.0.25/32 -> 10.0.0.255 Aug 07 18:56:52.201replacing 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 } }]
36382026-08-07T18:56:53.649Z DEBG
36392026-08-07T18:56:53.649Z
36402026-08-07T18:56:53.649Z Aug 07 18:56:52.201Aug 07 18:56:52.201 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
36412026-08-07T18:56:53.649ZDEBG adding route 172.17.0.32/32 -> 10.0.0.255Aug 07 18:56:52.201replacing 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 } }]
36422026-08-07T18:56:53.649Z
36432026-08-07T18:56:53.649Z DEBGAug 07 18:56:52.201 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 } }]INFOAug 07 18:56:52.201
36442026-08-07T18:56:53.649ZAug 07 18:56:52.201 INFO adding route 172.17.0.26/32 -> 10.0.0.255Aug 07 18:56:52.201adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
36452026-08-07T18:56:53.649ZINFOINFO
36462026-08-07T18:56:53.649Zadding route 172.17.0.58/32 -> 10.0.0.255 Aug 07 18:56:52.201adding route 172.17.0.36/32 -> 10.0.0.255
36472026-08-07T18:56:53.649Z DEBG
36482026-08-07T18:56:53.649Z Aug 07 18:56:52.201replacing 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 07 18:56:52.201
36492026-08-07T18:56:53.649ZAug 07 18:56:52.201 DEBG DEBGAug 07 18:56:52.201 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 replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:56:52.201
36502026-08-07T18:56:53.649Ztest route::tests::identity_replace_is_noop ... ok
36512026-08-07T18:56:53.649ZDEBG
36522026-08-07T18:56:53.649Z 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
36532026-08-07T18:56:53.649ZAug 07 18:56:52.201replacing 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 } }]
36542026-08-07T18:56:53.649Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
36552026-08-07T18:56:53.649Z adding route 172.17.0.33/32 -> 10.0.0.255INFO Aug 07 18:56:52.201adding route 172.17.0.27/32 -> 10.0.0.255
36562026-08-07T18:56:53.649Z
36572026-08-07T18:56:53.649ZINFOAug 07 18:56:52.201Aug 07 18:56:52.201 adding route 172.17.0.59/32 -> 10.0.0.255INFO
36582026-08-07T18:56:53.649Z adding route 172.17.0.37/32 -> 10.0.0.255Aug 07 18:56:52.201Aug 07 18:56:52.201
36592026-08-07T18:56:53.649Z Aug 07 18:56:52.201DEBGDEBG 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 } }]DEBGINFOreplacing 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 07 18:56:52.201
36602026-08-07T18:56:53.649Z replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
36612026-08-07T18:56:53.649Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffreplacing 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 } }]
36622026-08-07T18:56:53.649Z
36632026-08-07T18:56:53.649ZAug 07 18:56:52.201
36642026-08-07T18:56:53.649Z Aug 07 18:56:52.201INFO Aug 07 18:56:52.201 Aug 07 18:56:52.201 INFOAug 07 18:56:52.201adding route 172.17.0.28/32 -> 10.0.0.255
36652026-08-07T18:56:53.649ZINFO DEBG adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.38/32 -> 10.0.0.255replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
36662026-08-07T18:56:53.649Z
36672026-08-07T18:56:53.649ZAug 07 18:56:52.201
36682026-08-07T18:56:53.649Z DEBGINFOAug 07 18:56:52.201 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 07 18:56:52.201DEBG
36692026-08-07T18:56:53.649Z 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
36702026-08-07T18:56:53.649Z Aug 07 18:56:52.201adding route 172.17.0.60/32 -> 10.0.0.255 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 } }]Aug 07 18:56:52.201
36712026-08-07T18:56:53.649Zadding route 172.17.0.29/32 -> 10.0.0.255
36722026-08-07T18:56:53.650ZINFO adding route 172.17.0.39/32 -> 10.0.0.255
36732026-08-07T18:56:53.650Z
36742026-08-07T18:56:53.650ZAug 07 18:56:52.201Aug 07 18:56:52.201 DEBG Aug 07 18:56:52.201 failed to allocate space for the new target list Aug 07 18:56:52.201DEBG 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 } }]
36752026-08-07T18:56:53.650ZAug 07 18:56:52.201
36762026-08-07T18:56:53.650Z Aug 07 18:56:52.207DEBG INFOcreated new freemapINFO, unit :adding route 172.17.0.35/32 -> 10.0.0.255
36772026-08-07T18:56:53.650Zfreemap_route_ipv4
36782026-08-07T18:56:53.650Z 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 } }] Aug 07 18:56:52.207adding route 172.17.0.30/32 -> 10.0.0.255 Aug 07 18:56:52.207
36792026-08-07T18:56:53.650ZAug 07 18:56:52.207
36802026-08-07T18:56:53.650Z DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] created new freemapAug 07 18:56:52.207, unitDEBGDEBG
36812026-08-07T18:56:53.650Z: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 } }]
36822026-08-07T18:56:53.650Z freemap_route_ipv6
36832026-08-07T18:56:53.650Zreplacing 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 } }]
36842026-08-07T18:56:53.650ZAug 07 18:56:52.207 Aug 07 18:56:52.207INFO Aug 07 18:56:52.207INFO adding route 172.17.0.31/32 -> 10.0.0.255INFOadding route 172.17.0.40/32 -> 10.0.0.255
36852026-08-07T18:56:53.650Z
36862026-08-07T18:56:53.650Z adding route 172.17.0.36/32 -> 10.0.0.255Aug 07 18:56:52.207
36872026-08-07T18:56:53.650Z Aug 07 18:56:52.207DEBG Aug 07 18:56:52.207DEBG 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 } }]initted freemap. size: 64
36882026-08-07T18:56:53.650ZAug 07 18:56:52.207DEBG DEBG , unitreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:56:52.207replacing 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 } }]:
36892026-08-07T18:56:53.650Z INFO
36902026-08-07T18:56:53.654Z adding route 172.17.0.32/32 -> 10.0.0.255freemap_route_ipv4
36912026-08-07T18:56:53.654Z
36922026-08-07T18:56:53.654ZAug 07 18:56:52.207Aug 07 18:56:52.207 INFOINFO adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255
36932026-08-07T18:56:53.654Z
36942026-08-07T18:56:53.654ZAug 07 18:56:52.207 Aug 07 18:56:52.207DEBGAug 07 18:56:52.207 reset freemap DEBG, unit: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
36952026-08-07T18:56:53.654Z freemap_route_ipv4replacing 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 07 18:56:52.207
36962026-08-07T18:56:53.654Z
36972026-08-07T18:56:53.654Z 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 } }]Aug 07 18:56:52.207
36982026-08-07T18:56:53.654Z INFO adding route 172.17.0.42/32 -> 10.0.0.255Aug 07 18:56:52.207
36992026-08-07T18:56:53.655Z Aug 07 18:56:52.207 Aug 07 18:56:52.207Aug 07 18:56:52.207INFOAug 07 18:56:52.207 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 } }]DEBGinitted freemap. size: 64
37002026-08-07T18:56:53.655Zreplacing 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
37012026-08-07T18:56:53.655Z adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255unit
37022026-08-07T18:56:53.655Z
37032026-08-07T18:56:53.655Z: Aug 07 18:56:52.207Aug 07 18:56:52.207freemap_route_ipv6
37042026-08-07T18:56:53.655ZINFO Aug 07 18:56:52.207adding route 172.17.0.43/32 -> 10.0.0.255 Aug 07 18:56:52.207INFODEBG Aug 07 18:56:52.207
37052026-08-07T18:56:53.655Z 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.61/32 -> 10.0.0.255 DEBGDEBG reset freemapreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37062026-08-07T18:56:53.655Z
37072026-08-07T18:56:53.655Z, Aug 07 18:56:52.207
37082026-08-07T18:56:53.655ZDEBG 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 07 18:56:52.207
37092026-08-07T18:56:53.655Z INFOAug 07 18:56:52.207 Aug 07 18:56:52.207adding route 172.17.0.34/32 -> 10.0.0.255 unitDEBG
37102026-08-07T18:56:53.655Z:replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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_ipv6INFO
37112026-08-07T18:56:53.655Z Aug 07 18:56:52.207
37122026-08-07T18:56:53.655Zadding route 172.17.0.39/32 -> 10.0.0.255
37132026-08-07T18:56:53.655ZDEBGAug 07 18:56:52.207 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 } }]Aug 07 18:56:52.207Aug 07 18:56:52.207
37142026-08-07T18:56:53.655Z adding route 172.17.0.44/32 -> 10.0.0.255 INFO
37152026-08-07T18:56:53.655Z DEBGAug 07 18:56:52.207adding route 172.16.0.0/32 -> 10.0.0.1
37162026-08-07T18:56:53.655Z 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
37172026-08-07T18:56:53.655ZAug 07 18:56:52.207 DEBGadding route 172.17.0.35/32 -> 10.0.0.255
37182026-08-07T18:56:53.655Zreplacing 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 } }]
37192026-08-07T18:56:53.655ZAug 07 18:56:52.207Aug 07 18:56:52.207 Aug 07 18:56:52.207Aug 07 18:56:52.207 INFODEBG DEBG adding route 172.17.0.40/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 } }]
37202026-08-07T18:56:53.655ZINFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
37212026-08-07T18:56:53.655Zadding route 172.17.0.45/32 -> 10.0.0.255
37222026-08-07T18:56:53.655Z
37232026-08-07T18:56:53.655ZAug 07 18:56:52.207 Aug 07 18:56:52.207DEBG Aug 07 18:56:52.207INFO adding route 172.17.0.36/32 -> 10.0.0.255Aug 07 18:56:52.207
37242026-08-07T18:56:53.655Zreplacing 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
37252026-08-07T18:56:53.655Z adding route 172.16.0.0/32 -> 10.0.0.2
37262026-08-07T18:56:53.655ZDEBGAug 07 18:56:52.207 Aug 07 18:56:52.207INFO replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG Aug 07 18:56:52.207adding route 172.17.0.41/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 } }]
37272026-08-07T18:56:53.655Z
37282026-08-07T18:56:53.655Z
37292026-08-07T18:56:53.655ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 07 18:56:52.207
37302026-08-07T18:56:53.655ZAug 07 18:56:52.207 INFODEBG adding route 172.17.0.37/32 -> 10.0.0.255replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:56:52.207
37312026-08-07T18:56:53.655Z
37322026-08-07T18:56:53.655Z INFO adding route 172.16.0.0/32 -> 10.0.0.3Aug 07 18:56:52.207
37332026-08-07T18:56:53.655Z Aug 07 18:56:52.207DEBG 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 } }]INFOAug 07 18:56:52.207
37342026-08-07T18:56:53.655ZAug 07 18:56:52.207adding route 172.17.0.46/32 -> 10.0.0.255 INFO
37352026-08-07T18:56:53.655Z DEBGadding route 172.17.0.42/32 -> 10.0.0.255Aug 07 18:56:52.207
37362026-08-07T18:56:53.655Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]INFO
37372026-08-07T18:56:53.655Z adding route 172.17.0.38/32 -> 10.0.0.255Aug 07 18:56:52.207
37382026-08-07T18:56:53.656Z Aug 07 18:56:52.207 DEBGDEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:56:52.207replacing 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 } }]
37392026-08-07T18:56:53.656Z
37402026-08-07T18:56:53.656ZAug 07 18:56:52.207DEBG INFO replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4
37412026-08-07T18:56:53.656ZAug 07 18:56:52.207
37422026-08-07T18:56:53.656Z Aug 07 18:56:52.207INFO Aug 07 18:56:52.207INFO adding route 172.17.0.47/32 -> 10.0.0.255Aug 07 18:56:52.207 INFO
37432026-08-07T18:56:53.656Z adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.39/32 -> 10.0.0.255
37442026-08-07T18:56:53.656Z
37452026-08-07T18:56:53.656ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 07 18:56:52.207
37462026-08-07T18:56:53.656Z Aug 07 18:56:52.207DEBG Aug 07 18:56:52.207 DEBG DEBGreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
37472026-08-07T18:56:53.656Z
37482026-08-07T18:56:53.656Z 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 } }]
37492026-08-07T18:56:53.656Ztest route::tests::delete_target_full ... ok
37502026-08-07T18:56:53.656ZAug 07 18:56:52.207 Aug 07 18:56:52.207Aug 07 18:56:52.207 Aug 07 18:56:52.207 DEBGINFOINFO INFO adding route 172.17.0.44/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.3, vlan_id: None } }]
37512026-08-07T18:56:53.656Zadding route 172.17.0.40/32 -> 10.0.0.255
37522026-08-07T18:56:53.656Zadding route 172.17.0.48/32 -> 10.0.0.255
37532026-08-07T18:56:53.656Z
37542026-08-07T18:56:53.656ZAug 07 18:56:52.207Aug 07 18:56:52.207 Aug 07 18:56:52.207DEBGDEBG DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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.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 } }]
37552026-08-07T18:56:53.656Z
37562026-08-07T18:56:53.656Ztest route::tests::add_target_fails_full ... ok
37572026-08-07T18:56:53.656Z
37582026-08-07T18:56:53.656Ztest route::tests::delete_target_fragmented ... ok
37592026-08-07T18:56:53.656ZAug 07 18:56:52.207Aug 07 18:56:52.207 INFOINFO adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.49/32 -> 10.0.0.255
37602026-08-07T18:56:53.656Z
37612026-08-07T18:56:53.656Ztest route::tests::delete_targets_full ... ok
37622026-08-07T18:56:53.656ZAug 07 18:56:52.207Aug 07 18:56:52.207 Aug 07 18:56:52.207INFO DEBGDEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.45/32 -> 10.0.0.255
37632026-08-07T18:56:53.656Zreplacing 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 } }]
37642026-08-07T18:56:53.656Z
37652026-08-07T18:56:53.656ZAug 07 18:56:52.207 Aug 07 18:56:52.207INFO DEBGadding route 172.17.0.50/32 -> 10.0.0.255Aug 07 18:56:52.208
37662026-08-07T18:56:53.656ZINFOreplacing 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 } }]
37672026-08-07T18:56:53.656Zadding route 172.17.0.42/32 -> 10.0.0.255
37682026-08-07T18:56:53.656ZAug 07 18:56:52.208 Aug 07 18:56:52.208DEBGAug 07 18:56:52.208 replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
37692026-08-07T18:56:53.656Z DEBGadding route 172.17.0.46/32 -> 10.0.0.255
37702026-08-07T18:56:53.656Zreplacing 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 } }]
37712026-08-07T18:56:53.656ZAug 07 18:56:52.208 INFO adding route 172.17.0.51/32 -> 10.0.0.255Aug 07 18:56:52.208
37722026-08-07T18:56:53.656Z INFO adding route 172.17.0.43/32 -> 10.0.0.255
37732026-08-07T18:56:53.656ZAug 07 18:56:52.208 Aug 07 18:56:52.208DEBG Aug 07 18:56:52.208DEBG 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 } }]
37742026-08-07T18:56:53.656Zreplacing 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
37752026-08-07T18:56:53.656Z 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 } }]
37762026-08-07T18:56:53.656ZAug 07 18:56:52.208 INFO Aug 07 18:56:52.208adding route 172.17.0.47/32 -> 10.0.0.255
37772026-08-07T18:56:53.657ZINFO adding route 172.17.0.44/32 -> 10.0.0.255
37782026-08-07T18:56:53.657ZAug 07 18:56:52.208Aug 07 18:56:52.208 INFODEBG Aug 07 18:56:52.208adding route 172.17.0.52/32 -> 10.0.0.255
37792026-08-07T18:56:53.657ZDEBGreplacing 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 } }]
37802026-08-07T18:56:53.657Zreplacing 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 } }]
37812026-08-07T18:56:53.657ZAug 07 18:56:52.208 Aug 07 18:56:52.208INFO INFOadding route 172.17.0.48/32 -> 10.0.0.255
37822026-08-07T18:56:53.657ZAug 07 18:56:52.208adding route 172.17.0.45/32 -> 10.0.0.255
37832026-08-07T18:56:53.657ZDEBG Aug 07 18:56:52.208replacing 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 } }]
37842026-08-07T18:56:53.657ZDEBG Aug 07 18:56:52.208replacing 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 } }]
37852026-08-07T18:56:53.657ZAug 07 18:56:52.208DEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
37862026-08-07T18:56:53.657ZAug 07 18:56:52.208 adding route 172.17.0.53/32 -> 10.0.0.255INFO
37872026-08-07T18:56:53.657Z Aug 07 18:56:52.208adding route 172.17.0.49/32 -> 10.0.0.255
37882026-08-07T18:56:53.657ZINFO adding route 172.17.0.46/32 -> 10.0.0.255
37892026-08-07T18:56:53.657ZAug 07 18:56:52.208 DEBGAug 07 18:56:52.208 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 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 07 18:56:52.208
37902026-08-07T18:56:53.661Z DEBG Aug 07 18:56:52.214created new freemap INFO , adding route 172.17.0.47/32 -> 10.0.0.255unit
37912026-08-07T18:56:53.661Z: freemap_route_ipv4Aug 07 18:56:52.208
37922026-08-07T18:56:53.661Z 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 } }]
37932026-08-07T18:56:53.661Z
37942026-08-07T18:56:53.661ZAug 07 18:56:52.214Aug 07 18:56:52.214 DEBGAug 07 18:56:52.214DEBG 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 } }]INFO
37952026-08-07T18:56:53.661Z adding route 172.17.0.54/32 -> 10.0.0.255Aug 07 18:56:52.214created new freemap
37962026-08-07T18:56:53.661ZAug 07 18:56:52.214 , INFOunit :INFOadding route 172.17.0.48/32 -> 10.0.0.255
37972026-08-07T18:56:53.661ZAug 07 18:56:52.214adding route 172.17.0.50/32 -> 10.0.0.255freemap_route_ipv6
37982026-08-07T18:56:53.661Z
37992026-08-07T18:56:53.661ZDEBG 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 } }]
38002026-08-07T18:56:53.661ZAug 07 18:56:52.214Aug 07 18:56:52.214 DEBGDEBGAug 07 18:56:52.214 Aug 07 18:56:52.214INFOreplacing 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 } }]
38012026-08-07T18:56:53.661ZDEBG initted freemap. size: 64adding route 172.17.0.55/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 } }]unit
38022026-08-07T18:56:53.661ZAug 07 18:56:52.214
38032026-08-07T18:56:53.661Z INFO: adding route 172.17.0.51/32 -> 10.0.0.255freemap_route_ipv4
38042026-08-07T18:56:53.661ZAug 07 18:56:52.214
38052026-08-07T18:56:53.661Z Aug 07 18:56:52.214 DEBGINFO replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255
38062026-08-07T18:56:53.661ZAug 07 18:56:52.214
38072026-08-07T18:56:53.661Z Aug 07 18:56:52.214Aug 07 18:56:52.214 INFODEBGDEBG Aug 07 18:56:52.214adding route 172.17.0.56/32 -> 10.0.0.255
38082026-08-07T18:56:53.661Zreplacing 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.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 } }]
38092026-08-07T18:56:53.661Z
38102026-08-07T18:56:53.661ZDEBGAug 07 18:56:52.214 reset freemapDEBG, Aug 07 18:56:52.214 unitreplacing 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: freemap_route_ipv4adding route 172.17.0.50/32 -> 10.0.0.255Aug 07 18:56:52.214
38112026-08-07T18:56:53.662Z
38122026-08-07T18:56:53.662Z
38132026-08-07T18:56:53.662ZINFO Aug 07 18:56:52.214adding route 172.17.0.52/32 -> 10.0.0.255Aug 07 18:56:52.214
38142026-08-07T18:56:53.662ZDEBGDEBG 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 } }]
38152026-08-07T18:56:53.662Zinitted freemap. size: 64Aug 07 18:56:52.214, Aug 07 18:56:52.214Aug 07 18:56:52.214 INFODEBGINFO replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255
38162026-08-07T18:56:53.662Zunit
38172026-08-07T18:56:53.662Z : adding route 172.17.0.57/32 -> 10.0.0.255freemap_route_ipv6
38182026-08-07T18:56:53.662ZAug 07 18:56:52.214
38192026-08-07T18:56:53.662Z Aug 07 18:56:52.214DEBG Aug 07 18:56:52.214INFOreplacing 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 } }]
38202026-08-07T18:56:53.662ZDEBG Aug 07 18:56:52.214replacing 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 } }]
38212026-08-07T18:56:53.662ZAug 07 18:56:52.214DEBG INFOreset freemap adding route 172.17.0.53/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255Aug 07 18:56:52.214
38222026-08-07T18:56:53.662Z ,
38232026-08-07T18:56:53.662Zunit:INFO Aug 07 18:56:52.214freemap_route_ipv6Aug 07 18:56:52.214adding route 172.17.0.58/32 -> 10.0.0.255
38242026-08-07T18:56:53.662ZDEBG
38252026-08-07T18:56:53.662Zreplacing 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
38262026-08-07T18:56:53.662Z 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 07 18:56:52.214
38272026-08-07T18:56:53.662Z Aug 07 18:56:52.214DEBG INFOAug 07 18:56:52.214 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.54/32 -> 10.0.0.255
38282026-08-07T18:56:53.662ZAug 07 18:56:52.214INFO
38292026-08-07T18:56:53.662Z INFO adding route 172.17.0.53/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1
38302026-08-07T18:56:53.662Z
38312026-08-07T18:56:53.662ZAug 07 18:56:52.214 Aug 07 18:56:52.214INFO DEBGAug 07 18:56:52.214adding route 172.17.0.59/32 -> 10.0.0.255
38322026-08-07T18:56:53.662ZAug 07 18:56:52.214 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 } }] DEBGAug 07 18:56:52.214replacing 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 } }]
38332026-08-07T18:56:53.662Z
38342026-08-07T18:56:53.662Z 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 } }]Aug 07 18:56:52.214
38352026-08-07T18:56:53.662ZAug 07 18:56:52.214 INFOreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38362026-08-07T18:56:53.662Zadding route 172.17.0.54/32 -> 10.0.0.255Aug 07 18:56:52.214
38372026-08-07T18:56:53.662Z INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.55/32 -> 10.0.0.255
38382026-08-07T18:56:53.662Z
38392026-08-07T18:56:53.662ZAug 07 18:56:52.214Aug 07 18:56:52.214 DEBGINFO Aug 07 18:56:52.214replacing 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 } }]
38402026-08-07T18:56:53.662ZDEBG Aug 07 18:56:52.214adding route 172.17.0.60/32 -> 10.0.0.255
38412026-08-07T18:56:53.662ZAug 07 18:56:52.214replacing 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 } }]
38422026-08-07T18:56:53.662ZINFODEBG adding route 172.17.0.55/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
38432026-08-07T18:56:53.662ZAug 07 18:56:52.214
38442026-08-07T18:56:53.662ZAug 07 18:56:52.214 DEBGAug 07 18:56:52.214INFO Aug 07 18:56:52.214DEBG adding route 172.17.0.56/32 -> 10.0.0.255
38452026-08-07T18:56:53.662Zreplacing 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.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 } }]
38462026-08-07T18:56:53.662Z
38472026-08-07T18:56:53.662ZINFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 07 18:56:52.214
38482026-08-07T18:56:53.662ZAug 07 18:56:52.214 DEBGINFO Aug 07 18:56:52.214adding route 172.17.0.56/32 -> 10.0.0.255replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38492026-08-07T18:56:53.662ZAug 07 18:56:52.214
38502026-08-07T18:56:53.662ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 07 18:56:52.214INFO
38512026-08-07T18:56:53.663Z DEBGAug 07 18:56:52.214 adding route 172.17.0.61/32 -> 10.0.0.255replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38522026-08-07T18:56:53.663Z
38532026-08-07T18:56:53.663Z Aug 07 18:56:52.214Aug 07 18:56:52.214Aug 07 18:56:52.214 DEBGINFO 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 } }] adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2
38542026-08-07T18:56:53.663Z
38552026-08-07T18:56:53.663Z
38562026-08-07T18:56:53.663Z
38572026-08-07T18:56:53.663ZINFO adding route 172.17.0.57/32 -> 10.0.0.255
38582026-08-07T18:56:53.663ZAug 07 18:56:52.214 Aug 07 18:56:52.214Aug 07 18:56:52.214INFO DEBGDEBG Aug 07 18:56:52.214adding route 172.17.0.62/32 -> 10.0.0.255 Aug 07 18:56:52.214DEBG DEBG
38592026-08-07T18:56:53.663Z 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.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 } }]
38602026-08-07T18:56:53.663Zreplacing 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 } }]
38612026-08-07T18:56:53.663Z
38622026-08-07T18:56:53.663Z 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 07 18:56:52.214
38632026-08-07T18:56:53.663Z Aug 07 18:56:52.214Aug 07 18:56:52.214Aug 07 18:56:52.214 INFO INFOINFO adding route 172.17.0.58/32 -> 10.0.0.255
38642026-08-07T18:56:53.663Zadding route 172.17.0.0/32 -> 10.0.0.255 adding route 172.17.0.62/32 -> 10.0.0.255
38652026-08-07T18:56:53.663Z
38662026-08-07T18:56:53.663ZAug 07 18:56:52.214DEBGAug 07 18:56:52.214 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 } }]
38672026-08-07T18:56:53.663ZINFO DEBGAug 07 18:56:52.214 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.58/32 -> 10.0.0.255DEBG
38682026-08-07T18:56:53.663Z
38692026-08-07T18:56:53.663ZAug 07 18:56:52.214Aug 07 18:56:52.214 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
38702026-08-07T18:56:53.663ZAug 07 18:56:52.214Aug 07 18:56:52.214 DEBG failed to allocate space for the new target listINFO
38712026-08-07T18:56:53.663Z DEBGAug 07 18:56:52.214 replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255
38722026-08-07T18:56:53.663Z
38732026-08-07T18:56:53.663ZAug 07 18:56:52.214 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 } }] 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 } }]
38742026-08-07T18:56:53.663Z
38752026-08-07T18:56:53.663Zadding route 172.17.0.1/32 -> 10.0.0.255
38762026-08-07T18:56:53.663ZAug 07 18:56:52.214Aug 07 18:56:52.214 DEBGAug 07 18:56:52.214 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 } }]INFOINFOAug 07 18:56:52.214
38772026-08-07T18:56:53.663Z adding route 172.17.0.59/32 -> 10.0.0.255
38782026-08-07T18:56:53.663ZDEBGAug 07 18:56:52.214adding route 172.17.0.63/32 -> 10.0.0.255
38792026-08-07T18:56:53.663Zreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
38802026-08-07T18:56:53.663Z adding route 172.17.0.60/32 -> 10.0.0.255Aug 07 18:56:52.214
38812026-08-07T18:56:53.663Z Aug 07 18:56:52.214DEBG Aug 07 18:56:52.214replacing 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 DEBG
38822026-08-07T18:56:53.663Zadding route 172.17.0.2/32 -> 10.0.0.255Aug 07 18:56:52.214
38832026-08-07T18:56:53.663Zreplacing 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 } }]
38842026-08-07T18:56:53.663Z DEBG Aug 07 18:56:52.214replacing 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 } }]
38852026-08-07T18:56:53.663ZAug 07 18:56:52.214INFOAug 07 18:56:52.214 adding route 172.17.0.60/32 -> 10.0.0.255DEBG
38862026-08-07T18:56:53.663ZDEBG failed to allocate space for the new target list
38872026-08-07T18:56:53.663Zreplacing 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 07 18:56:52.214
38882026-08-07T18:56:53.663ZAug 07 18:56:52.214 DEBG 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 } }] Aug 07 18:56:52.214failed to allocate space for the new target list
38892026-08-07T18:56:53.664ZDEBG
38902026-08-07T18:56:53.668Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
38912026-08-07T18:56:53.668ZAug 07 18:56:52.214 Aug 07 18:56:52.214INFOAug 07 18:56:52.214 Aug 07 18:56:52.214DEBG DEBGfailed to allocate space for the new target list
38922026-08-07T18:56:53.668Zreplacing targets for 172.16.0.0/32 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 } }] DEBG
38932026-08-07T18:56:53.668Zadding route 172.17.0.3/32 -> 10.0.0.255
38942026-08-07T18:56:53.668Zfailed to allocate space for the new target list
38952026-08-07T18:56:53.668ZAug 07 18:56:52.214Aug 07 18:56:52.214 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 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
38962026-08-07T18:56:53.668Z
38972026-08-07T18:56:53.668ZAug 07 18:56:52.214 INFO adding route 172.17.0.4/32 -> 10.0.0.255
38982026-08-07T18:56:53.668ZAug 07 18:56:52.214 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 } }]
38992026-08-07T18:56:53.668ZAug 07 18:56:52.214 INFO adding route 172.17.0.5/32 -> 10.0.0.255
39002026-08-07T18:56:53.668ZAug 07 18:56:52.214 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 } }]
39012026-08-07T18:56:53.668ZAug 07 18:56:52.214 INFO adding route 172.17.0.6/32 -> 10.0.0.255
39022026-08-07T18:56:53.668ZAug 07 18:56:52.214 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 } }]
39032026-08-07T18:56:53.668ZAug 07 18:56:52.220 INFO adding route 172.17.0.7/32 -> 10.0.0.255
39042026-08-07T18:56:53.668ZAug 07 18:56:52.220 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 } }]
39052026-08-07T18:56:53.668ZAug 07 18:56:52.221 INFO adding route 172.17.0.8/32 -> 10.0.0.255
39062026-08-07T18:56:53.668ZAug 07 18:56:52.221 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 } }]
39072026-08-07T18:56:53.668ZAug 07 18:56:52.221 INFO adding route 172.17.0.9/32 -> 10.0.0.255
39082026-08-07T18:56:53.668ZAug 07 18:56:52.221 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 } }]
39092026-08-07T18:56:53.668ZAug 07 18:56:52.221 INFO adding route 172.17.0.10/32 -> 10.0.0.255
39102026-08-07T18:56:53.668ZAug 07 18:56:52.221 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 } }]
39112026-08-07T18:56:53.668ZAug 07 18:56:52.221 INFO adding route 172.17.0.11/32 -> 10.0.0.255
39122026-08-07T18:56:53.668ZAug 07 18:56:52.221 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 } }]
39132026-08-07T18:56:53.668ZAug 07 18:56:52.221 INFO adding route 172.17.0.12/32 -> 10.0.0.255
39142026-08-07T18:56:53.668ZAug 07 18:56:52.221 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 } }]
39152026-08-07T18:56:53.668ZAug 07 18:56:52.221 INFO adding route 172.17.0.13/32 -> 10.0.0.255
39162026-08-07T18:56:53.668ZAug 07 18:56:52.221 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 } }]
39172026-08-07T18:56:53.668ZAug 07 18:56:52.221 INFO adding route 172.17.0.14/32 -> 10.0.0.255
39182026-08-07T18:56:53.668ZAug 07 18:56:52.221 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 } }]
39192026-08-07T18:56:53.668ZAug 07 18:56:52.221 INFO adding route 172.17.0.15/32 -> 10.0.0.255
39202026-08-07T18:56:53.668ZAug 07 18:56:52.221 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 } }]
39212026-08-07T18:56:53.668ZAug 07 18:56:52.221 INFO adding route 172.17.0.16/32 -> 10.0.0.255
39222026-08-07T18:56:53.668ZAug 07 18:56:52.221 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 } }]
39232026-08-07T18:56:53.668ZAug 07 18:56:52.221 INFO adding route 172.17.0.17/32 -> 10.0.0.255
39242026-08-07T18:56:53.669ZAug 07 18:56:52.221 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 } }]
39252026-08-07T18:56:53.669ZAug 07 18:56:52.221 INFO adding route 172.17.0.18/32 -> 10.0.0.255
39262026-08-07T18:56:53.669ZAug 07 18:56:52.221 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 } }]
39272026-08-07T18:56:53.669ZAug 07 18:56:52.221 INFO adding route 172.17.0.19/32 -> 10.0.0.255
39282026-08-07T18:56:53.669ZAug 07 18:56:52.221 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 } }]
39292026-08-07T18:56:53.669ZAug 07 18:56:52.221 INFO adding route 172.17.0.20/32 -> 10.0.0.255
39302026-08-07T18:56:53.669ZAug 07 18:56:52.221 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 } }]
39312026-08-07T18:56:53.669ZAug 07 18:56:52.221 INFO adding route 172.17.0.21/32 -> 10.0.0.255
39322026-08-07T18:56:53.669ZAug 07 18:56:52.221 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 } }]
39332026-08-07T18:56:53.669ZAug 07 18:56:52.221 INFO adding route 172.17.0.22/32 -> 10.0.0.255
39342026-08-07T18:56:53.669ZAug 07 18:56:52.221 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 } }]
39352026-08-07T18:56:53.669ZAug 07 18:56:52.221 INFO adding route 172.17.0.23/32 -> 10.0.0.255
39362026-08-07T18:56:53.669ZAug 07 18:56:52.221 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 } }]
39372026-08-07T18:56:53.669ZAug 07 18:56:52.221 INFO adding route 172.17.0.24/32 -> 10.0.0.255
39382026-08-07T18:56:53.669ZAug 07 18:56:52.221 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 } }]
39392026-08-07T18:56:53.669ZAug 07 18:56:52.221 INFO adding route 172.17.0.25/32 -> 10.0.0.255
39402026-08-07T18:56:53.669ZAug 07 18:56:52.221 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 } }]
39412026-08-07T18:56:53.669ZAug 07 18:56:52.221 INFO adding route 172.17.0.26/32 -> 10.0.0.255
39422026-08-07T18:56:53.669ZAug 07 18:56:52.221 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 } }]
39432026-08-07T18:56:53.669ZAug 07 18:56:52.221 INFO adding route 172.17.0.27/32 -> 10.0.0.255
39442026-08-07T18:56:53.669ZAug 07 18:56:52.221 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 } }]
39452026-08-07T18:56:53.669ZAug 07 18:56:52.221 INFO adding route 172.17.0.28/32 -> 10.0.0.255
39462026-08-07T18:56:53.669ZAug 07 18:56:52.221 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 } }]
39472026-08-07T18:56:53.669ZAug 07 18:56:52.221 INFO adding route 172.17.0.29/32 -> 10.0.0.255
39482026-08-07T18:56:53.669ZAug 07 18:56:52.221 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 } }]
39492026-08-07T18:56:53.669ZAug 07 18:56:52.221 INFO adding route 172.17.0.30/32 -> 10.0.0.255
39502026-08-07T18:56:53.669Ztest route::tests::delete_targets_fragmented ... ok
39512026-08-07T18:56:53.669ZAug 07 18:56:52.221 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 } }]
39522026-08-07T18:56:53.669ZAug 07 18:56:52.221 INFO adding route 172.17.0.31/32 -> 10.0.0.255
39532026-08-07T18:56:53.670ZAug 07 18:56:52.221 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 } }]
39542026-08-07T18:56:53.670Z
39552026-08-07T18:56:53.670Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
39562026-08-07T18:56:53.670Z
39572026-08-07T18:56:53.670ZAug 07 18:56:52.221 INFO adding route 172.17.0.32/32 -> 10.0.0.255
39582026-08-07T18:56:53.670ZAug 07 18:56:52.221 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 } }]
39592026-08-07T18:56:53.670ZAug 07 18:56:52.221 INFO adding route 172.17.0.33/32 -> 10.0.0.255
39602026-08-07T18:56:53.670ZAug 07 18:56:52.221 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 } }]
39612026-08-07T18:56:53.670ZAug 07 18:56:52.221 INFO adding route 172.17.0.34/32 -> 10.0.0.255
39622026-08-07T18:56:53.670ZAug 07 18:56:52.221 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 } }]
39632026-08-07T18:56:53.670ZAug 07 18:56:52.221 INFO adding route 172.17.0.35/32 -> 10.0.0.255
39642026-08-07T18:56:53.670ZAug 07 18:56:52.221 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 } }]
39652026-08-07T18:56:53.670ZAug 07 18:56:52.227 INFO adding route 172.17.0.36/32 -> 10.0.0.255
39662026-08-07T18:56:53.670ZAug 07 18:56:52.227 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 } }]
39672026-08-07T18:56:53.670ZAug 07 18:56:52.227 INFO adding route 172.17.0.37/32 -> 10.0.0.255
39682026-08-07T18:56:53.670ZAug 07 18:56:52.227 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 } }]
39692026-08-07T18:56:53.670ZAug 07 18:56:52.227 INFO adding route 172.17.0.38/32 -> 10.0.0.255
39702026-08-07T18:56:53.670ZAug 07 18:56:52.227 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 } }]
39712026-08-07T18:56:53.670ZAug 07 18:56:52.227 INFO adding route 172.17.0.39/32 -> 10.0.0.255
39722026-08-07T18:56:53.670ZAug 07 18:56:52.227 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 } }]
39732026-08-07T18:56:53.670ZAug 07 18:56:52.227 INFO adding route 172.17.0.40/32 -> 10.0.0.255
39742026-08-07T18:56:53.670ZAug 07 18:56:52.227 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 } }]
39752026-08-07T18:56:53.670ZAug 07 18:56:52.227 INFO adding route 172.17.0.41/32 -> 10.0.0.255
39762026-08-07T18:56:53.670ZAug 07 18:56:52.227 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 } }]
39772026-08-07T18:56:53.670ZAug 07 18:56:52.227 INFO adding route 172.17.0.42/32 -> 10.0.0.255
39782026-08-07T18:56:53.670ZAug 07 18:56:52.227 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 } }]
39792026-08-07T18:56:53.670ZAug 07 18:56:52.228 INFO adding route 172.17.0.43/32 -> 10.0.0.255
39802026-08-07T18:56:53.670ZAug 07 18:56:52.228 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 } }]
39812026-08-07T18:56:53.671ZAug 07 18:56:52.228 INFO adding route 172.17.0.44/32 -> 10.0.0.255
39822026-08-07T18:56:53.671ZAug 07 18:56:52.228 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 } }]
39832026-08-07T18:56:53.671ZAug 07 18:56:52.228 INFO adding route 172.17.0.45/32 -> 10.0.0.255
39842026-08-07T18:56:53.671ZAug 07 18:56:52.228 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 } }]
39852026-08-07T18:56:53.671ZAug 07 18:56:52.228 INFO adding route 172.17.0.46/32 -> 10.0.0.255
39862026-08-07T18:56:53.671ZAug 07 18:56:52.228 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 } }]
39872026-08-07T18:56:53.671ZAug 07 18:56:52.228 INFO adding route 172.17.0.47/32 -> 10.0.0.255
39882026-08-07T18:56:53.671ZAug 07 18:56:52.228 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 } }]
39892026-08-07T18:56:53.671ZAug 07 18:56:52.228 INFO adding route 172.17.0.48/32 -> 10.0.0.255
39902026-08-07T18:56:53.675ZAug 07 18:56:52.228 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 } }]
39912026-08-07T18:56:53.675ZAug 07 18:56:52.228 INFO adding route 172.17.0.49/32 -> 10.0.0.255
39922026-08-07T18:56:53.675ZAug 07 18:56:52.228 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 } }]
39932026-08-07T18:56:53.675ZAug 07 18:56:52.228 INFO adding route 172.17.0.50/32 -> 10.0.0.255
39942026-08-07T18:56:53.675ZAug 07 18:56:52.228 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 } }]
39952026-08-07T18:56:53.675ZAug 07 18:56:52.228 INFO adding route 172.17.0.51/32 -> 10.0.0.255
39962026-08-07T18:56:53.675ZAug 07 18:56:52.228 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 } }]
39972026-08-07T18:56:53.675ZAug 07 18:56:52.228 INFO adding route 172.17.0.52/32 -> 10.0.0.255
39982026-08-07T18:56:53.675ZAug 07 18:56:52.228 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 } }]
39992026-08-07T18:56:53.675ZAug 07 18:56:52.228 INFO adding route 172.17.0.53/32 -> 10.0.0.255
40002026-08-07T18:56:53.675ZAug 07 18:56:52.228 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 } }]
40012026-08-07T18:56:53.675ZAug 07 18:56:52.228 INFO adding route 172.17.0.54/32 -> 10.0.0.255
40022026-08-07T18:56:53.675ZAug 07 18:56:52.228 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 } }]
40032026-08-07T18:56:53.675ZAug 07 18:56:52.228 INFO adding route 172.17.0.55/32 -> 10.0.0.255
40042026-08-07T18:56:53.675ZAug 07 18:56:52.228 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 } }]
40052026-08-07T18:56:53.675ZAug 07 18:56:52.228 INFO adding route 172.17.0.56/32 -> 10.0.0.255
40062026-08-07T18:56:53.676ZAug 07 18:56:52.228 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 } }]
40072026-08-07T18:56:53.676ZAug 07 18:56:52.228 INFO adding route 172.17.0.57/32 -> 10.0.0.255
40082026-08-07T18:56:53.676ZAug 07 18:56:52.228 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 } }]
40092026-08-07T18:56:53.676ZAug 07 18:56:52.228 INFO adding route 172.17.0.58/32 -> 10.0.0.255
40102026-08-07T18:56:53.676ZAug 07 18:56:52.228 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 } }]
40112026-08-07T18:56:53.676ZAug 07 18:56:52.228 INFO adding route 172.17.0.59/32 -> 10.0.0.255
40122026-08-07T18:56:53.676ZAug 07 18:56:52.228 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 } }]
40132026-08-07T18:56:53.676ZAug 07 18:56:52.228 INFO adding route 172.17.0.60/32 -> 10.0.0.255
40142026-08-07T18:56:53.676ZAug 07 18:56:52.228 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 } }]
40152026-08-07T18:56:53.676ZAug 07 18:56:52.228 DEBG failed to allocate space for the new target list
40162026-08-07T18:56:53.676ZAug 07 18:56:52.228 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 } }]
40172026-08-07T18:56:53.676Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-9a5ae64985c3e580)
40182026-08-07T18:56:53.676Z
40192026-08-07T18:56:53.676Zrunning 0 tests
40202026-08-07T18:56:53.676Z
40212026-08-07T18:56:53.676Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40222026-08-07T18:56:53.676Z
40232026-08-07T18:56:53.676Z Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024)
40242026-08-07T18:56:53.676Z
40252026-08-07T18:56:53.676Zrunning 0 tests
40262026-08-07T18:56:53.676Z
40272026-08-07T18:56:53.676Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40282026-08-07T18:56:53.676Z
40292026-08-07T18:56:53.676Z Running unittests src/lib.rs (target/debug/deps/dpd_client-a0641429f08c43c9)
40302026-08-07T18:56:53.676Z
40312026-08-07T18:56:53.676Zrunning 6 tests
40322026-08-07T18:56:53.677Ztest tests::test_full_lot_id_lotnum_only ... ok
40332026-08-07T18:56:53.677Ztest tests::test_full_lot_id_both_present ... ok
40342026-08-07T18:56:53.677Ztest tests::test_full_lot_id_lot_only ... ok
40352026-08-07T18:56:53.677Ztest tests::test_full_lot_id_neither_present ... ok
40362026-08-07T18:56:53.677Ztest tests::test_parse_client_port_id ... ok
40372026-08-07T18:56:53.677Ztest tests::test_port_id_cmp ... ok
40382026-08-07T18:56:53.677Z
40392026-08-07T18:56:53.677Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40402026-08-07T18:56:53.677Z
40412026-08-07T18:56:53.677Z Running tests/test_all.rs (target/debug/deps/test_all-a549e29c96051256)
40422026-08-07T18:56:53.677Z
40432026-08-07T18:56:53.677Zrunning 0 tests
40442026-08-07T18:56:53.677Z
40452026-08-07T18:56:53.677Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40462026-08-07T18:56:53.677Z
40472026-08-07T18:56:53.677Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21)
40482026-08-07T18:56:53.677Z
40492026-08-07T18:56:53.677Zrunning 0 tests
40502026-08-07T18:56:53.677Z
40512026-08-07T18:56:53.677Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40522026-08-07T18:56:53.677Z
40532026-08-07T18:56:53.677Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62)
40542026-08-07T18:56:53.677Z
40552026-08-07T18:56:53.677Zrunning 0 tests
40562026-08-07T18:56:53.677Z
40572026-08-07T18:56:53.677Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40582026-08-07T18:56:53.678Z
40592026-08-07T18:56:53.678Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
40602026-08-07T18:56:53.678Z
40612026-08-07T18:56:53.678Zrunning 12 tests
40622026-08-07T18:56:53.678Ztest lldp::test_lldp_parse ... ok
40632026-08-07T18:56:53.678Ztest icmp::test_v4_checksum ... ok
40642026-08-07T18:56:53.678Ztest icmp::test_v6_checksum ... ok
40652026-08-07T18:56:53.678Ztest pbuf::test_byte ... ok
40662026-08-07T18:56:53.678Ztest ipv6::test_ipv6_parse ... ok
40672026-08-07T18:56:53.678Ztest pbuf::test_nibble ... ok
40682026-08-07T18:56:53.678Ztest pbuf::test_short ... ok
40692026-08-07T18:56:53.678Ztest pbuf::test_overflow ... ok
40702026-08-07T18:56:53.678Ztest pbuf::test_twelve ... ok
40712026-08-07T18:56:53.678Ztest pbuf::test_word ... ok
40722026-08-07T18:56:53.678Ztest tcp::test_checksum_ack_data ... ok
40732026-08-07T18:56:53.678Ztest tcp::test_checksum_syn_nodata ... ok
40742026-08-07T18:56:53.678Z
40752026-08-07T18:56:53.678Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40762026-08-07T18:56:53.678Z
40772026-08-07T18:56:53.678Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
40782026-08-07T18:56:53.678Z
40792026-08-07T18:56:53.678Zrunning 0 tests
40802026-08-07T18:56:53.678Z
40812026-08-07T18:56:53.678Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40822026-08-07T18:56:53.678Z
40832026-08-07T18:56:53.678Z Running unittests src/main.rs (target/debug/deps/swadm-c74741c7ac57aafc)
40842026-08-07T18:56:53.679Z
40852026-08-07T18:56:53.679Zrunning 5 tests
40862026-08-07T18:56:53.679Ztest switchport::test::test_compute_lanes ... ok
40872026-08-07T18:56:53.679Ztest switchport::test::port_id_ordering ... ok
40882026-08-07T18:56:53.679Z Lane 0 Lane 1 Lane 2 Lane 3
40892026-08-07T18:56:53.679Z Rx Loss-of-lock: Yes Lane 0 Yes YesLane 1 Yes
40902026-08-07T18:56:53.683ZLane 2 Rx Loss-of-signal: YesLane 3
40912026-08-07T18:56:53.683ZYes Yes State: Activated YesActivated
40922026-08-07T18:56:53.683Z Rx CDR Enabled: YesActivated ActivatedYes
40932026-08-07T18:56:53.683Z Rx Output Enabled: falseYes falseYes
40942026-08-07T18:56:53.683Z Tx Enabled: Yesfalse false
40952026-08-07T18:56:53.683ZYes Rx Output Status: valid Yes Yes
40962026-08-07T18:56:53.683Zvalid Tx Loss-of-lock: Novalid validNo
40972026-08-07T18:56:53.683ZNo Rx Loss-of-lock: trueNo
40982026-08-07T18:56:53.683Z Tx Loss-of-signal: No true Notrue trueNo
40992026-08-07T18:56:53.683Z Rx Loss-of-signal: falseNo
41002026-08-07T18:56:53.683Zfalse Tx CDR Enabled: No falseNo Nofalse
41012026-08-07T18:56:53.683ZNo
41022026-08-07T18:56:53.683ZRx Auto-squelch Disable: true Tx Adaptive EQ Fault: No trueNo trueNo true
41032026-08-07T18:56:53.683ZNo
41042026-08-07T18:56:53.683Z Tx Output Enabled: true Tx Fault: Yes true Yestrue trueYes
41052026-08-07T18:56:53.683Z Yes Tx Output Status: invalid
41062026-08-07T18:56:53.683Zinvalid invalid invalid
41072026-08-07T18:56:53.683Z Tx Loss-of-lock: false false false false
41082026-08-07T18:56:53.683Z Tx Loss-of-signal: true true true true
41092026-08-07T18:56:53.683ZTx Auto-squelch Disable: false false false false
41102026-08-07T18:56:53.683Z Tx Adaptive EQ Fail: true true true true
41112026-08-07T18:56:53.683Z Tx Failure: false false false false
41122026-08-07T18:56:53.683Z Tx Force Squelch: true true true true
41132026-08-07T18:56:53.684Z Tx Input Polarity: normal normal normal normal
41142026-08-07T18:56:53.684Ztest switchport::test::test_print_sff_datapath ... ok
41152026-08-07T18:56:53.684Ztest switchport::test::test_print_cmis_datapath ... ok
41162026-08-07T18:56:53.684Ztest link::test_filter ... ok
41172026-08-07T18:56:53.684Z
41182026-08-07T18:56:53.684Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41192026-08-07T18:56:53.684Z
41202026-08-07T18:56:53.684Z Running tests/counters.rs (target/debug/deps/counters-4982a5354f1e9ae7)
41212026-08-07T18:56:53.684Z
41222026-08-07T18:56:53.684Zrunning 1 test
41232026-08-07T18:56:53.684Ztest test_p4_counter_list ... ignored
41242026-08-07T18:56:53.684Z
41252026-08-07T18:56:53.684Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
41262026-08-07T18:56:53.684Z
41272026-08-07T18:56:53.684Z Running tests/port-link.rs (target/debug/deps/port_link-13c02bc02f8aab43)
41282026-08-07T18:56:53.684Z
41292026-08-07T18:56:53.684Zrunning 5 tests
41302026-08-07T18:56:53.684Ztest test_an ... ignored
41312026-08-07T18:56:53.684Ztest test_enable ... ignored
41322026-08-07T18:56:53.684Ztest test_ip_addresses ... ignored
41332026-08-07T18:56:53.684Ztest test_kr ... ignored
41342026-08-07T18:56:53.684Ztest test_mac ... ignored
41352026-08-07T18:56:53.684Z
41362026-08-07T18:56:53.684Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
41372026-08-07T18:56:53.684Z
41382026-08-07T18:56:53.684Z Running unittests src/main.rs (target/debug/deps/tfportd-c2bdb70bfbc0b426)
41392026-08-07T18:56:53.684Z
41402026-08-07T18:56:53.684Zrunning 3 tests
41412026-08-07T18:56:53.684Ztest linklocal::test_parse_ipadm ... ok
41422026-08-07T18:56:53.684Ztest tfport::test_parse_tfport ... ok
41432026-08-07T18:56:53.684Ztest config::tests::test_updates ... ok
41442026-08-07T18:56:53.684Z
41452026-08-07T18:56:53.684Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41462026-08-07T18:56:53.684Z
41472026-08-07T18:56:53.684Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
41482026-08-07T18:56:53.684Z
41492026-08-07T18:56:53.684Zrunning 0 tests
41502026-08-07T18:56:53.684Z
41512026-08-07T18:56:53.684Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41522026-08-07T18:56:53.684Z
41532026-08-07T18:56:53.685Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
41542026-08-07T18:56:53.685Z
41552026-08-07T18:56:53.685Zrunning 0 tests
41562026-08-07T18:56:53.685Z
41572026-08-07T18:56:53.685Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41582026-08-07T18:56:53.685Z
41592026-08-07T18:56:53.685Z Doc-tests aal
41602026-08-07T18:56:53.809Z
41612026-08-07T18:56:53.809Zrunning 0 tests
41622026-08-07T18:56:53.809Z
41632026-08-07T18:56:53.809Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41642026-08-07T18:56:53.809Z
41652026-08-07T18:56:53.826Z Doc-tests aal_macros
41662026-08-07T18:56:53.894Z
41672026-08-07T18:56:53.894Zrunning 0 tests
41682026-08-07T18:56:53.894Z
41692026-08-07T18:56:53.894Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41702026-08-07T18:56:53.894Z
41712026-08-07T18:56:53.903Z Doc-tests common
41722026-08-07T18:56:54.133Z
41732026-08-07T18:56:54.133Zrunning 0 tests
41742026-08-07T18:56:54.133Z
41752026-08-07T18:56:54.133Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41762026-08-07T18:56:54.133Z
41772026-08-07T18:56:54.153Z Doc-tests dpd_api
41782026-08-07T18:56:54.904Z
41792026-08-07T18:56:54.904Zrunning 2 tests
41802026-08-07T18:56:54.904Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
41812026-08-07T18:56:54.904Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
41822026-08-07T18:56:54.904Z
41832026-08-07T18:56:54.904Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
41842026-08-07T18:56:54.904Z
41852026-08-07T18:56:54.936Z Doc-tests dpd_client
41862026-08-07T18:56:56.242Z
41872026-08-07T18:56:56.242Zrunning 0 tests
41882026-08-07T18:56:56.242Z
41892026-08-07T18:56:56.242Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41902026-08-07T18:56:56.242Z
41912026-08-07T18:56:56.285Z Doc-tests dpd_types
41922026-08-07T18:56:56.499Z
41932026-08-07T18:56:56.499Zrunning 0 tests
41942026-08-07T18:56:56.499Z
41952026-08-07T18:56:56.499Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41962026-08-07T18:56:56.499Z
41972026-08-07T18:56:56.525Z Doc-tests dpd_types_versions
41982026-08-07T18:56:57.755Z
41992026-08-07T18:56:57.755Zrunning 1 test
42002026-08-07T18:56:57.755Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
42012026-08-07T18:56:57.755Z
42022026-08-07T18:56:57.755Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
42032026-08-07T18:56:57.755Z
42042026-08-07T18:56:57.798Z Doc-tests packet
42052026-08-07T18:56:57.913Z
42062026-08-07T18:56:57.913Zrunning 0 tests
42072026-08-07T18:56:57.913Z
42082026-08-07T18:56:57.913Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42092026-08-07T18:56:57.913Z
42102026-08-07T18:56:57.929Z Doc-tests pcap
42112026-08-07T18:56:57.982Z
42122026-08-07T18:56:57.982Zrunning 0 tests
42132026-08-07T18:56:57.982Z
42142026-08-07T18:56:57.982Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42152026-08-07T18:56:57.982Z
42162026-08-07T18:56:58.048Z+ for feat in tofino_stub tofino_asic softnpu chaos
42172026-08-07T18:56:58.048Z+ RUST_BACKTRACE=full
42182026-08-07T18:56:58.048Z+ cargo test --features tofino_asic --no-fail-fast
42192026-08-07T18:56:58.658Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
42202026-08-07T18:56:58.738Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
42212026-08-07T18:56:58.745Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
42222026-08-07T18:56:58.752Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
42232026-08-07T18:57:07.369Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
42242026-08-07T18:57:07.485Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
42252026-08-07T18:57:47.584Z Finished `test` profile [unoptimized + debuginfo] target(s) in 49.52s
42262026-08-07T18:57:47.706Z Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e)
42272026-08-07T18:57:47.710Z
42282026-08-07T18:57:47.710Zrunning 5 tests
42292026-08-07T18:57:47.710Ztest fuse::tests::chip_revision_a0 ... ok
42302026-08-07T18:57:47.710Ztest fuse::tests::chip_revision_b0 ... ok
42312026-08-07T18:57:47.710Ztest fuse::tests::chip_revision_b1 ... ok
42322026-08-07T18:57:47.710Ztest fuse::tests::chip_revision_unknown_device_id ... ok
42332026-08-07T18:57:47.711Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
42342026-08-07T18:57:47.711Z
42352026-08-07T18:57:47.711Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42362026-08-07T18:57:47.711Z
42372026-08-07T18:57:47.711Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
42382026-08-07T18:57:47.714Z
42392026-08-07T18:57:47.714Zrunning 0 tests
42402026-08-07T18:57:47.714Z
42412026-08-07T18:57:47.714Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42422026-08-07T18:57:47.714Z
42432026-08-07T18:57:47.714Z Running unittests src/lib.rs (target/debug/deps/asic-7fbe7810b219c0c1)
42442026-08-07T18:57:47.811Z
42452026-08-07T18:57:47.811Zrunning 8 tests
42462026-08-07T18:57:47.815Ztest tofino_asic::qsfp::tests::fix_link ... ok
42472026-08-07T18:57:47.815Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
42482026-08-07T18:57:47.815Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
42492026-08-07T18:57:47.815Ztest tofino_asic::stats::constants_sanity_check ... ok
42502026-08-07T18:57:47.815Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
42512026-08-07T18:57:47.815Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
42522026-08-07T18:57:47.822Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
42532026-08-07T18:57:48.314Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
42542026-08-07T18:57:48.315Z
42552026-08-07T18:57:48.315Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
42562026-08-07T18:57:48.315Z
42572026-08-07T18:57:48.324Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
42582026-08-07T18:57:48.328Z
42592026-08-07T18:57:48.328Zrunning 10 tests
42602026-08-07T18:57:48.328Ztest network::tests::test_equal ... ok
42612026-08-07T18:57:48.328Ztest network::tests::test_generate_ipv6_link_local ... ok
42622026-08-07T18:57:48.328Ztest network::tests::test_into ... ok
42632026-08-07T18:57:48.328Ztest nat::tests::test_vni ... ok
42642026-08-07T18:57:48.328Ztest network::tests::test_eui64 ... ok
42652026-08-07T18:57:48.328Ztest network::tests::test_not_equal ... ok
42662026-08-07T18:57:48.328Ztest network::tests::test_parse ... ok
42672026-08-07T18:57:48.332Ztest network::tests::test_to_string ... ok
42682026-08-07T18:57:48.332Ztest test_purge ... ok
42692026-08-07T18:57:48.332Ztest illumos::test::address_exists_handles_missing_object ... ok
42702026-08-07T18:57:48.332Z
42712026-08-07T18:57:48.332Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42722026-08-07T18:57:48.332Z
42732026-08-07T18:57:48.332Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef)
42742026-08-07T18:57:48.335Z
42752026-08-07T18:57:48.335Zrunning 1 test
42762026-08-07T18:57:48.338Z -------
42772026-08-07T18:57:48.338Z Generating OpenAPI documents from API definitions ...
42782026-08-07T18:57:48.488Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
42792026-08-07T18:57:48.557Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
42802026-08-07T18:57:49.562Z -------
42812026-08-07T18:57:49.562Z Checking 12 OpenAPI documents...
42822026-08-07T18:57:49.562Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
42832026-08-07T18:57:49.562Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
42842026-08-07T18:57:49.562Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
42852026-08-07T18:57:49.566Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
42862026-08-07T18:57:49.566Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
42872026-08-07T18:57:49.566Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
42882026-08-07T18:57:49.566Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
42892026-08-07T18:57:49.566Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
42902026-08-07T18:57:49.566Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
42912026-08-07T18:57:49.566Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
42922026-08-07T18:57:49.566Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
42932026-08-07T18:57:49.566Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
42942026-08-07T18:57:49.566Z Fresh dpd "latest" symlink
42952026-08-07T18:57:49.566Z -------
42962026-08-07T18:57:49.566Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
42972026-08-07T18:57:49.630Ztest test::test_apis_up_to_date ... ok
42982026-08-07T18:57:49.630Z
42992026-08-07T18:57:49.630Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.29s
43002026-08-07T18:57:49.630Z
43012026-08-07T18:57:49.689Z Running unittests src/main.rs (target/debug/deps/dpd-a748305040c3fc1b)
43022026-08-07T18:57:49.757Z
43032026-08-07T18:57:49.757Zrunning 66 tests
43042026-08-07T18:57:49.760Ztest freemap::test_ordering ... ok
43052026-08-07T18:57:49.760Ztest config::tests::test_updates ... ok
43062026-08-07T18:57:49.760Ztest dhcpv6::tests::test_create_duid_bytes ... ok
43072026-08-07T18:57:49.760Ztest freemap::test_split ... ok
43082026-08-07T18:57:49.760Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
43092026-08-07T18:57:49.760Ztest macaddrs::tests::test_mac_offset ... ok
43102026-08-07T18:57:49.760Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
43112026-08-07T18:57:49.765Ztest macaddrs::tests::test_parse_port_id ... ok
43122026-08-07T18:57:49.765Ztest nat::test_mapping ... ok
43132026-08-07T18:57:49.765ZAug 07 18:57:48.347 DEBG created new freemap, unit: freemap_test
43142026-08-07T18:57:49.765ZAug 07 18:57:48.347 DEBG initted freemap. size: 128, unit: freemap_test
43152026-08-07T18:57:49.765ZAug 07 18:57:48.347 DEBG reset freemap, unit: freemap_test
43162026-08-07T18:57:49.765ZAug 07 18:57:48.347 DEBG created new freemap, unit: freemap_test
43172026-08-07T18:57:49.765ZAug 07 18:57:48.347 DEBG Aug 07 18:57:48.347created new freemapAug 07 18:57:48.347 , DEBG unitDEBG : initted freemap. size: 8 created new freemapfreemap_test, ,
43182026-08-07T18:57:49.766Zunit:Aug 07 18:57:48.347 unit freemap_testDEBG:
43192026-08-07T18:57:49.766Z freemap_testcreated new freemap, unit: freemap_test
43202026-08-07T18:57:49.766Z
43212026-08-07T18:57:49.766ZAug 07 18:57:48.347 DEBG initted freemap. size: 128Aug 07 18:57:48.347, unitDEBG: initted freemap. size: 128freemap_test,
43222026-08-07T18:57:49.766Zunit: Aug 07 18:57:48.347freemap_test
43232026-08-07T18:57:49.766ZDEBG reset freemap, unit: freemap_testAug 07 18:57:48.347
43242026-08-07T18:57:49.766Ztest freemap::test_free ... ok
43252026-08-07T18:57:49.766Z DEBG reset freemap, unit: freemap_test
43262026-08-07T18:57:49.766ZAug 07 18:57:48.347 DEBG reset freemap, unit: freemap_testAug 07 18:57:48.347
43272026-08-07T18:57:49.766Z DEBG initted freemap. size: 128, unit: freemap_test
43282026-08-07T18:57:49.766ZAug 07 18:57:48.347 DEBG reset freemap, unit: freemap_test
43292026-08-07T18:57:49.766Ztest freemap::test_exhaustion ... ok
43302026-08-07T18:57:49.766Ztest freemap::test_basic ... ok
43312026-08-07T18:57:49.766Ztest freemap::test_reclaim ... ok
43322026-08-07T18:57:49.766Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
43332026-08-07T18:57:49.766Ztest port_map::tests::test_backplane_group ... ok
43342026-08-07T18:57:49.766Ztest port_map::tests::dump_map ... ok
43352026-08-07T18:57:49.766Ztest port_map::tests::test_port_map ... ok
43362026-08-07T18:57:49.766ZAug 07 18:57:48.348 DEBG created new freemap, unit: freemap_test
43372026-08-07T18:57:49.766ZAug 07 18:57:48.348 DEBG initted freemap. size: 128, unit: freemap_test
43382026-08-07T18:57:49.766ZAug 07 18:57:48.348 DEBG reset freemap, unit: freemap_test
43392026-08-07T18:57:49.766Ztest freemap::test_span ... ok
43402026-08-07T18:57:49.766Ztest api_server::tests::test_build_info ... ok
43412026-08-07T18:57:49.766ZAug 07 18:57:48.348 DEBG created new freemap, unit: freemap_route_ipv4
43422026-08-07T18:57:49.766ZAug 07 18:57:48.348Aug 07 18:57:48.348 DEBGDEBG created new freemapcreated new freemap, , unitunit:: freemap_route_ipv4freemap_route_ipv6
43432026-08-07T18:57:49.766Z
43442026-08-07T18:57:49.767ZAug 07 18:57:48.348Aug 07 18:57:48.348 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
43452026-08-07T18:57:49.767ZAug 07 18:57:48.348 DEBG reset freemap, unit: freemap_route_ipv4
43462026-08-07T18:57:49.767ZAug 07 18:57:48.348 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
43472026-08-07T18:57:49.767ZAug 07 18:57:48.348 DEBG reset freemap, unit: freemap_route_ipv6
43482026-08-07T18:57:49.767ZAug 07 18:57:48.348 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
43492026-08-07T18:57:49.767ZAug 07 18:57:48.348 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 } }]
43502026-08-07T18:57:49.767ZAug 07 18:57:48.348 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
43512026-08-07T18:57:49.767ZAug 07 18:57:48.349 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 } }]
43522026-08-07T18:57:49.767ZAug 07 18:57:48.349 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
43532026-08-07T18:57:49.767ZAug 07 18:57:48.349 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 } }]
43542026-08-07T18:57:49.767ZAug 07 18:57:48.349 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
43552026-08-07T18:57:49.767ZDEBG created new freemap, Aug 07 18:57:48.349unit :DEBG freemap_route_ipv6
43562026-08-07T18:57:49.767ZAug 07 18:57:48.349 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
43572026-08-07T18:57:49.767ZAug 07 18:57:48.349 DEBG reset freemap, unitAug 07 18:57:48.349: freemap_route_ipv4DEBG
43582026-08-07T18:57:49.767Z created new freemap, Aug 07 18:57:48.349unit :DEBG freemap_route_ipv4initted freemap. size: 64,
43592026-08-07T18:57:49.767Zunit: freemap_route_ipv6
43602026-08-07T18:57:49.767ZAug 07 18:57:48.349Aug 07 18:57:48.349 DEBGDEBG created new freemapreset freemap, , unitunit:: freemap_route_ipv6freemap_route_ipv6
43612026-08-07T18:57:49.767Z
43622026-08-07T18:57:49.767ZAug 07 18:57:48.349Aug 07 18:57:48.349 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1initted freemap. size: 64
43632026-08-07T18:57:49.767Z, unit: Aug 07 18:57:48.349freemap_route_ipv4
43642026-08-07T18:57:49.767ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
43652026-08-07T18:57:49.767ZAug 07 18:57:48.349 DEBG reset freemapAug 07 18:57:48.349, unitINFO: adding route 3fff:beef::/64 -> 2001:db8::55:fffreemap_route_ipv4
43662026-08-07T18:57:49.767Z
43672026-08-07T18:57:49.767ZAug 07 18:57:48.349Aug 07 18:57:48.349 DEBGDEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64
43682026-08-07T18:57:49.767Z, unit: freemap_route_ipv6Aug 07 18:57:48.349
43692026-08-07T18:57:49.767Z INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
43702026-08-07T18:57:49.767ZAug 07 18:57:48.349 DEBG reset freemapAug 07 18:57:48.349, unitDEBG: 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_ipv6
43712026-08-07T18:57:49.767Z
43722026-08-07T18:57:49.768ZAug 07 18:57:48.349Aug 07 18:57:48.349 INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
43732026-08-07T18:57:49.768Z
43742026-08-07T18:57:49.768ZAug 07 18:57:48.349Aug 07 18:57:48.349 DEBGDEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
43752026-08-07T18:57:49.768Z
43762026-08-07T18:57:49.768ZAug 07 18:57:48.349Aug 07 18:57:48.349 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
43772026-08-07T18:57:49.768Z
43782026-08-07T18:57:49.768ZAug 07 18:57:48.349Aug 07 18:57:48.349 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]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 } }]
43792026-08-07T18:57:49.768Z
43802026-08-07T18:57:49.768Ztest port_map::tests::parse_softnpu_revision ... ok
43812026-08-07T18:57:49.768ZAug 07 18:57:48.349Aug 07 18:57:48.349 INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
43822026-08-07T18:57:49.768Z
43832026-08-07T18:57:49.768ZAug 07 18:57:48.349Aug 07 18:57:48.349 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43842026-08-07T18:57:49.768Z
43852026-08-07T18:57:49.768Z Aug 07 18:57:48.349replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 07 18:57:48.349INFO
43862026-08-07T18:57:49.768Z adding route 3fff:dead::/64 -> 2001:db8::55:2INFO
43872026-08-07T18:57:49.768Z adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
43882026-08-07T18:57:49.768ZAug 07 18:57:48.349Aug 07 18:57:48.349 DEBGAug 07 18:57:48.349Aug 07 18:57:48.349 DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
43892026-08-07T18:57:49.768Zcreated new freemapINFO 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::/64 -> 2001:db8::55:ff
43902026-08-07T18:57:49.768Z
43912026-08-07T18:57:49.768ZAug 07 18:57:48.349, unitINFOAug 07 18:57:48.349 Aug 07 18:57:48.349adding route 3fff:beef::/64 -> 2001:db8::55:ff INFODEBG
43922026-08-07T18:57:49.768Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ff :replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:57:48.349
43932026-08-07T18:57:49.768Z freemap_route_ipv4
43942026-08-07T18:57:49.768ZDEBG 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 } }]
43952026-08-07T18:57:49.768Z
43962026-08-07T18:57:49.768ZAug 07 18:57:48.349Aug 07 18:57:48.349Aug 07 18:57:48.349 DEBG Aug 07 18:57:48.349DEBG INFO Aug 07 18:57:48.349 DEBG created new 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 } }],
43972026-08-07T18:57:49.768Zunit :adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
43982026-08-07T18:57:49.768Zfreemap_route_ipv6Aug 07 18:57:48.349
43992026-08-07T18:57:49.768Z INFOcreated new freemapAug 07 18:57:48.349 adding route 3fff:beef:7::/64 -> 2001:db8::55:ff, DEBGunit :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 } }]
44002026-08-07T18:57:49.769Zfreemap_route_ipv4
44012026-08-07T18:57:49.769ZAug 07 18:57:48.349 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
44022026-08-07T18:57:49.769ZAug 07 18:57:48.349Aug 07 18:57:48.349 DEBGAug 07 18:57:48.349 DEBG DEBGinitted freemap. size: 64 , 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 } }]unit
44032026-08-07T18:57:49.769Zcreated new freemap:, unitAug 07 18:57:48.349:freemap_route_ipv4
44042026-08-07T18:57:49.769Z freemap_route_ipv6INFO
44052026-08-07T18:57:49.769Z adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 07 18:57:48.349
44062026-08-07T18:57:49.769ZDEBG reset freemapAug 07 18:57:48.349, Aug 07 18:57:48.349DEBG DEBGinitted freemap. size: 64 , 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 } }]unitunit:
44072026-08-07T18:57:49.769Z :freemap_route_ipv4
44082026-08-07T18:57:49.769Zfreemap_route_ipv4
44092026-08-07T18:57:49.769ZAug 07 18:57:48.349 INFOAug 07 18:57:48.349Aug 07 18:57:48.349 adding route 3fff:beef:4::/64 -> 2001:db8::55:ff DEBGDEBG
44102026-08-07T18:57:49.769Zreset freemapinitted freemap. size: 64, , unitunit:: Aug 07 18:57:48.349freemap_route_ipv6 freemap_route_ipv4DEBG
44112026-08-07T18:57:49.773Z
44122026-08-07T18:57:49.773Zreplacing 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 } }]
44132026-08-07T18:57:49.773ZAug 07 18:57:48.349Aug 07 18:57:48.349 Aug 07 18:57:48.349 INFODEBG DEBG adding route 3fff:beef:5::/64 -> 2001:db8::55:ffreset freemap , initted freemap. size: 64
44142026-08-07T18:57:49.773Zunit, :unit :freemap_route_ipv6
44152026-08-07T18:57:49.774ZAug 07 18:57:48.349freemap_route_ipv6
44162026-08-07T18:57:49.774ZDEBG Aug 07 18:57:48.349 INFO replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
44172026-08-07T18:57:49.774Z
44182026-08-07T18:57:49.774ZAug 07 18:57:48.349 DEBG reset freemap, Aug 07 18:57:48.349unit :INFOAug 07 18:57:48.349 adding route 3fff:beef:6::/64 -> 2001:db8::55:fffreemap_route_ipv6
44192026-08-07T18:57:49.774ZDEBG
44202026-08-07T18:57:49.774Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFOAug 07 18:57:48.349
44212026-08-07T18:57:49.774Z DEBG Aug 07 18:57:48.349 replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:57:48.349
44222026-08-07T18:57:49.774Z adding route 3fff:beef:1::/64 -> 2001:db8::55:ffINFOINFO
44232026-08-07T18:57:49.774Zadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 07 18:57:48.349
44242026-08-07T18:57:49.774Z INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
44252026-08-07T18:57:49.774Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
44262026-08-07T18:57:49.774ZAug 07 18:57:48.349 Aug 07 18:57:48.349DEBG Aug 07 18:57:48.349DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 07 18:57:48.349DEBG
44272026-08-07T18:57:49.774Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
44282026-08-07T18:57:49.774Z
44292026-08-07T18:57:49.774Z Aug 07 18:57:48.349replacing 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 } }]
44302026-08-07T18:57:49.774ZDEBG Aug 07 18:57:48.349replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 07 18:57:48.349
44312026-08-07T18:57:49.774ZAug 07 18:57:48.349 INFO INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff
44322026-08-07T18:57:49.774Z
44332026-08-07T18:57:49.774Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
44342026-08-07T18:57:49.774ZAug 07 18:57:48.349Aug 07 18:57:48.349Aug 07 18:57:48.349 DEBGDEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
44352026-08-07T18:57:49.774Z
44362026-08-07T18:57:49.774Zreplacing 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 } }]
44372026-08-07T18:57:49.774ZAug 07 18:57:48.349 INFOAug 07 18:57:48.349 Aug 07 18:57:48.349adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
44382026-08-07T18:57:49.774ZINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO
44392026-08-07T18:57:49.774Z Aug 07 18:57:48.349adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
44402026-08-07T18:57:49.774ZDEBG 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 } }]
44412026-08-07T18:57:49.774ZAug 07 18:57:48.349Aug 07 18:57:48.349 DEBGAug 07 18:57:48.349DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
44422026-08-07T18:57:49.775Z
44432026-08-07T18:57:49.775Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
44442026-08-07T18:57:49.775ZAug 07 18:57:48.349Aug 07 18:57:48.349Aug 07 18:57:48.349 DEBGINFOINFO 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:4::/64 -> 2001:db8::55:ff
44452026-08-07T18:57:49.775Z
44462026-08-07T18:57:49.775Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
44472026-08-07T18:57:49.775ZAug 07 18:57:48.349Aug 07 18:57:48.349 INFODEBG adding route 3fff:beef:3::/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 } }]
44482026-08-07T18:57:49.775Z
44492026-08-07T18:57:49.775ZAug 07 18:57:48.349 DEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:57:48.349
44502026-08-07T18:57:49.775Z Aug 07 18:57:48.349INFO DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
44512026-08-07T18:57:49.775ZAug 07 18:57:48.349replacing 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 } }]
44522026-08-07T18:57:49.775ZINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
44532026-08-07T18:57:49.775ZAug 07 18:57:48.349Aug 07 18:57:48.349 INFOAug 07 18:57:48.349 DEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBG
44542026-08-07T18:57:49.775Z replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44552026-08-07T18:57:49.775Z
44562026-08-07T18:57:49.775ZAug 07 18:57:48.349Aug 07 18:57:48.349 DEBGINFOAug 07 18:57:48.349 adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
44572026-08-07T18:57:49.775Zreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
44582026-08-07T18:57:49.775Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 07 18:57:48.349
44592026-08-07T18:57:49.775Z DEBGAug 07 18:57:48.349 replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
44602026-08-07T18:57:49.775Z Aug 07 18:57:48.349adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
44612026-08-07T18:57:49.775ZDEBGAug 07 18:57:48.349 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
44622026-08-07T18:57:49.775Z Aug 07 18:57:48.349adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
44632026-08-07T18:57:49.775ZDEBG 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 } }]
44642026-08-07T18:57:49.775ZAug 07 18:57:48.349Aug 07 18:57:48.349 Aug 07 18:57:48.349INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFODEBG
44652026-08-07T18:57:49.775Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
44662026-08-07T18:57:49.775Zreplacing 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 } }]
44672026-08-07T18:57:49.775ZAug 07 18:57:48.349Aug 07 18:57:48.349 Aug 07 18:57:48.349DEBG DEBGreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFOreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44682026-08-07T18:57:49.775Z
44692026-08-07T18:57:49.775Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 07 18:57:48.349
44702026-08-07T18:57:49.776Z INFOAug 07 18:57:48.349 Aug 07 18:57:48.349adding route 3fff:beef:8::/64 -> 2001:db8::55:ffINFO
44712026-08-07T18:57:49.776ZDEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
44722026-08-07T18:57:49.776Zreplacing 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 07 18:57:48.349
44732026-08-07T18:57:49.776Z 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 } }]
44742026-08-07T18:57:49.776ZAug 07 18:57:48.349Aug 07 18:57:48.349 Aug 07 18:57:48.349DEBG INFO INFOreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44752026-08-07T18:57:49.776Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
44762026-08-07T18:57:49.776Z
44772026-08-07T18:57:49.776ZAug 07 18:57:48.349Aug 07 18:57:48.349Aug 07 18:57:48.349 INFODEBGDEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
44782026-08-07T18:57:49.776Z
44792026-08-07T18:57:49.776Zreplacing 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 } }]
44802026-08-07T18:57:49.776ZAug 07 18:57:48.349Aug 07 18:57:48.349Aug 07 18:57:48.349 INFOINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
44812026-08-07T18:57:49.776ZDEBG
44822026-08-07T18:57:49.776Zreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44832026-08-07T18:57:49.776ZAug 07 18:57:48.349 Aug 07 18:57:48.349Aug 07 18:57:48.349DEBG 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 } }]
44842026-08-07T18:57:49.776Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG
44852026-08-07T18:57:49.776Z 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 } }]
44862026-08-07T18:57:49.776ZAug 07 18:57:48.349Aug 07 18:57:48.349 Aug 07 18:57:48.349DEBG INFO INFOreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
44872026-08-07T18:57:49.776Z
44882026-08-07T18:57:49.776Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
44892026-08-07T18:57:49.776ZAug 07 18:57:48.349 Aug 07 18:57:48.349Aug 07 18:57:48.349DEBG INFOreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44902026-08-07T18:57:49.776Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ffDEBG
44912026-08-07T18:57:49.776Z 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 } }]
44922026-08-07T18:57:49.776ZAug 07 18:57:48.349Aug 07 18:57:48.349 Aug 07 18:57:48.349 INFOINFODEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/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 } }]
44932026-08-07T18:57:49.776Z
44942026-08-07T18:57:49.776Z
44952026-08-07T18:57:49.776ZAug 07 18:57:48.350Aug 07 18:57:48.350Aug 07 18:57:48.350 DEBG DEBGreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
44962026-08-07T18:57:49.776Z replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
44972026-08-07T18:57:49.776Z
44982026-08-07T18:57:49.777ZAug 07 18:57:48.350 INFO Aug 07 18:57:48.350adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 07 18:57:48.350
44992026-08-07T18:57:49.777ZINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBGAug 07 18:57:48.350
45002026-08-07T18:57:49.777Z DEBGreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45012026-08-07T18:57:49.777Zreplacing 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 07 18:57:48.350
45022026-08-07T18:57:49.777Z DEBGAug 07 18:57:48.350 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 } }]INFOAug 07 18:57:48.350 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffINFO
45032026-08-07T18:57:49.777Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
45042026-08-07T18:57:49.777Z
45052026-08-07T18:57:49.777ZAug 07 18:57:48.350 Aug 07 18:57:48.350DEBGAug 07 18:57:48.350 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 } }]DEBGINFO
45062026-08-07T18:57:49.777Z adding route 3fff:beef:e::/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 } }]
45072026-08-07T18:57:49.777Z
45082026-08-07T18:57:49.777ZAug 07 18:57:48.350Aug 07 18:57:48.350 INFODEBG Aug 07 18:57:48.350replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
45092026-08-07T18:57:49.777Z
45102026-08-07T18:57:49.777ZINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
45112026-08-07T18:57:49.781ZAug 07 18:57:48.350Aug 07 18:57:48.350 INFODEBG Aug 07 18:57:48.350replacing 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 } }]
45122026-08-07T18:57:49.781ZDEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
45132026-08-07T18:57:49.782Zreplacing 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 07 18:57:48.350
45142026-08-07T18:57:49.782Z INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 07 18:57:48.350
45152026-08-07T18:57:49.782Z Aug 07 18:57:48.350DEBG Aug 07 18:57:48.350replacing 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 } }] INFODEBG
45162026-08-07T18:57:49.782Z adding route 3fff:beef:16::/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 } }]
45172026-08-07T18:57:49.782Z
45182026-08-07T18:57:49.782ZAug 07 18:57:48.350Aug 07 18:57:48.350Aug 07 18:57:48.350 INFODEBG INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
45192026-08-07T18:57:49.782Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
45202026-08-07T18:57:49.782Zreplacing 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 } }]
45212026-08-07T18:57:49.782ZAug 07 18:57:48.350 Aug 07 18:57:48.350DEBGAug 07 18:57:48.350 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
45222026-08-07T18:57:49.782ZINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45232026-08-07T18:57:49.782Z
45242026-08-07T18:57:49.782ZAug 07 18:57:48.350 INFOAug 07 18:57:48.350 Aug 07 18:57:48.350adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO
45252026-08-07T18:57:49.782ZDEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
45262026-08-07T18:57:49.782Z
45272026-08-07T18:57:49.782ZAug 07 18:57:48.350 DEBG Aug 07 18:57:48.350replacing 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 07 18:57:48.350
45282026-08-07T18:57:49.782Z INFODEBG adding route 3fff:beef:18::/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 } }]
45292026-08-07T18:57:49.782Z
45302026-08-07T18:57:49.782ZAug 07 18:57:48.350 INFOAug 07 18:57:48.350 Aug 07 18:57:48.350adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
45312026-08-07T18:57:49.782ZDEBGINFO 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 07 18:57:48.350
45322026-08-07T18:57:49.782Z DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
45332026-08-07T18:57:49.782Zreplacing 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 07 18:57:48.350
45342026-08-07T18:57:49.782Z INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 07 18:57:48.350
45352026-08-07T18:57:49.782Z Aug 07 18:57:48.350DEBG INFOAug 07 18:57:48.350replacing 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 } }]
45362026-08-07T18:57:49.782Z DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
45372026-08-07T18:57:49.782Zreplacing 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 } }]
45382026-08-07T18:57:49.782ZAug 07 18:57:48.350Aug 07 18:57:48.350 INFOAug 07 18:57:48.350DEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFOreplacing 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 } }]
45392026-08-07T18:57:49.783Z
45402026-08-07T18:57:49.783Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
45412026-08-07T18:57:49.783ZAug 07 18:57:48.350 Aug 07 18:57:48.350DEBG Aug 07 18:57:48.350INFO 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 } }]
45422026-08-07T18:57:49.783Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG
45432026-08-07T18:57:49.783Z 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 } }]
45442026-08-07T18:57:49.783ZAug 07 18:57:48.350Aug 07 18:57:48.350Aug 07 18:57:48.350 INFOINFODEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
45452026-08-07T18:57:49.783Zreplacing 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 } }]
45462026-08-07T18:57:49.783Z
45472026-08-07T18:57:49.783ZAug 07 18:57:48.350Aug 07 18:57:48.350Aug 07 18:57:48.350 DEBGDEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
45482026-08-07T18:57:49.783ZINFO
45492026-08-07T18:57:49.783Z Aug 07 18:57:48.350adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
45502026-08-07T18:57:49.783ZINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
45512026-08-07T18:57:49.783ZAug 07 18:57:48.350 Aug 07 18:57:48.350DEBGAug 07 18:57:48.350 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 } }]
45522026-08-07T18:57:49.783ZINFO DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff Aug 07 18:57:48.350replacing 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 } }]
45532026-08-07T18:57:49.783ZINFO
45542026-08-07T18:57:49.783Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 07 18:57:48.350
45552026-08-07T18:57:49.783Z Aug 07 18:57:48.350DEBG INFOreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:57:48.350
45562026-08-07T18:57:49.783Z DEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
45572026-08-07T18:57:49.783Zreplacing 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 } }]
45582026-08-07T18:57:49.783ZAug 07 18:57:48.350 INFOAug 07 18:57:48.350 Aug 07 18:57:48.350DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
45592026-08-07T18:57:49.783Zreplacing 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
45602026-08-07T18:57:49.783Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
45612026-08-07T18:57:49.783ZAug 07 18:57:48.350 Aug 07 18:57:48.350Aug 07 18:57:48.350DEBG 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 } }]DEBGINFO
45622026-08-07T18:57:49.783Z adding route 3fff:beef:1e::/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 } }]
45632026-08-07T18:57:49.783Z
45642026-08-07T18:57:49.783ZAug 07 18:57:48.350 INFOAug 07 18:57:48.350Aug 07 18:57:48.350 adding route 3fff:beef:17::/64 -> 2001:db8::55:ff INFO
45652026-08-07T18:57:49.783Z DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
45662026-08-07T18:57:49.784Zreplacing 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 07 18:57:48.350
45672026-08-07T18:57:49.784Z DEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:57:48.350
45682026-08-07T18:57:49.784Z Aug 07 18:57:48.350DEBG INFO replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
45692026-08-07T18:57:49.784ZAug 07 18:57:48.350
45702026-08-07T18:57:49.784Z INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
45712026-08-07T18:57:49.784ZAug 07 18:57:48.350 Aug 07 18:57:48.350INFO DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff Aug 07 18:57:48.350replacing 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 } }]
45722026-08-07T18:57:49.784Z
45732026-08-07T18:57:49.784Z 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 } }]
45742026-08-07T18:57:49.784ZAug 07 18:57:48.350Aug 07 18:57:48.350 DEBGINFOAug 07 18:57:48.350 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:20::/64 -> 2001:db8::55:ff
45752026-08-07T18:57:49.784ZINFO
45762026-08-07T18:57:49.784Z adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
45772026-08-07T18:57:49.784ZAug 07 18:57:48.350Aug 07 18:57:48.350 Aug 07 18:57:48.350INFO DEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
45782026-08-07T18:57:49.784Z
45792026-08-07T18:57:49.784Z 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 } }]
45802026-08-07T18:57:49.784ZAug 07 18:57:48.350 Aug 07 18:57:48.350DEBG INFOAug 07 18:57:48.350 replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
45812026-08-07T18:57:49.784ZINFO
45822026-08-07T18:57:49.784Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 07 18:57:48.350
45832026-08-07T18:57:49.784Z Aug 07 18:57:48.350Aug 07 18:57:48.350INFO DEBG DEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
45842026-08-07T18:57:49.784Z
45852026-08-07T18:57:49.784Z
45862026-08-07T18:57:49.784ZAug 07 18:57:48.350Aug 07 18:57:48.350Aug 07 18:57:48.350 INFODEBG 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 } }]INFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
45872026-08-07T18:57:49.784Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
45882026-08-07T18:57:49.784Z
45892026-08-07T18:57:49.784ZAug 07 18:57:48.350Aug 07 18:57:48.350 Aug 07 18:57:48.350DEBGINFO Aug 07 18:57:48.350DEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
45902026-08-07T18:57:49.784Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG
45912026-08-07T18:57:49.784Z
45922026-08-07T18:57:49.784Zcreated new freemapAug 07 18:57:48.350, unitINFOAug 07 18:57:48.350: adding route 3fff:beef:23::/64 -> 2001:db8::55:ff freemap_route_ipv4Aug 07 18:57:48.350INFO
45932026-08-07T18:57:49.784Z
45942026-08-07T18:57:49.785Z DEBG Aug 07 18:57:48.350Aug 07 18:57:48.350 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGDEBG
45952026-08-07T18:57:49.785Z
45962026-08-07T18:57:49.785Zcreated new freemapreplacing 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 07 18:57:48.350unit
45972026-08-07T18:57:49.785ZAug 07 18:57:48.350: freemap_route_ipv6DEBG
45982026-08-07T18:57:49.785Z 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 } }]INFOAug 07 18:57:48.350
45992026-08-07T18:57:49.785Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 07 18:57:48.350
46002026-08-07T18:57:49.785ZINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG
46012026-08-07T18:57:49.785Z initted freemap. size: 64Aug 07 18:57:48.350Aug 07 18:57:48.350 , DEBGunitAug 07 18:57:48.350 replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
46022026-08-07T18:57:49.785Zreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:INFO
46032026-08-07T18:57:49.785Z freemap_route_ipv4Aug 07 18:57:48.350
46042026-08-07T18:57:49.785Z adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 07 18:57:48.350INFO
46052026-08-07T18:57:49.785Z INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
46062026-08-07T18:57:49.785Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
46072026-08-07T18:57:49.785ZAug 07 18:57:48.350Aug 07 18:57:48.350 DEBGDEBGAug 07 18:57:48.350 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 } }]DEBGreset freemap
46082026-08-07T18:57:49.785Z , 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 07 18:57:48.350unit
46092026-08-07T18:57:49.785Z DEBGAug 07 18:57:48.350: freemap_route_ipv4INFOAug 07 18:57:48.350
46102026-08-07T18:57:49.785Z replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
46112026-08-07T18:57:49.790Z adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 07 18:57:48.350
46122026-08-07T18:57:49.790Z
46132026-08-07T18:57:49.790ZDEBG initted freemap. size: 64Aug 07 18:57:48.350, unitINFOAug 07 18:57:48.350 : adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG freemap_route_ipv6replacing 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 } }]
46142026-08-07T18:57:49.790ZAug 07 18:57:48.350
46152026-08-07T18:57:49.790Z DEBG Aug 07 18:57:48.350
46162026-08-07T18:57:49.790Zreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
46172026-08-07T18:57:49.790Z 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 07 18:57:48.350
46182026-08-07T18:57:49.790ZAug 07 18:57:48.350 DEBGAug 07 18:57:48.350 INFOAug 07 18:57:48.350 reset freemap INFOINFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
46192026-08-07T18:57:49.790Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff ,
46202026-08-07T18:57:49.790Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffunit
46212026-08-07T18:57:49.790Z:Aug 07 18:57:48.350 freemap_route_ipv6DEBG
46222026-08-07T18:57:49.790ZAug 07 18:57:48.350 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 07 18:57:48.350
46232026-08-07T18:57:49.790Z Aug 07 18:57:48.350DEBG DEBGINFO Aug 07 18:57:48.350adding route 172.16.0.0/32 -> 10.0.0.1 replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
46242026-08-07T18:57:49.791Z
46252026-08-07T18:57:49.791Z
46262026-08-07T18:57:49.791Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
46272026-08-07T18:57:49.791ZAug 07 18:57:48.350Aug 07 18:57:48.350 Aug 07 18:57:48.350INFO Aug 07 18:57:48.350 DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
46282026-08-07T18:57:49.791ZDEBGINFOreplacing 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 172.16.0.0/32 with: [NextHop { asic_port_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:20::/64 -> 2001:db8::55:ff
46292026-08-07T18:57:49.791Z
46302026-08-07T18:57:49.791Z
46312026-08-07T18:57:49.791ZAug 07 18:57:48.350 Aug 07 18:57:48.350Aug 07 18:57:48.350 DEBGINFOAug 07 18:57:48.350DEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ff DEBGreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
46322026-08-07T18:57:49.791Z
46332026-08-07T18:57:49.791Z
46342026-08-07T18:57:49.791Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
46352026-08-07T18:57:49.791ZAug 07 18:57:48.350Aug 07 18:57:48.350 Aug 07 18:57:48.350INFO INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
46362026-08-07T18:57:49.791ZDEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
46372026-08-07T18:57:49.791Zreplacing 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 } }]
46382026-08-07T18:57:49.791ZAug 07 18:57:48.350Aug 07 18:57:48.350Aug 07 18:57:48.350 INFODEBG adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG
46392026-08-07T18:57:49.791Z replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
46402026-08-07T18:57:49.791Z
46412026-08-07T18:57:49.791ZAug 07 18:57:48.350Aug 07 18:57:48.350Aug 07 18:57:48.350 DEBGINFO INFOreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
46422026-08-07T18:57:49.791Z
46432026-08-07T18:57:49.791Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
46442026-08-07T18:57:49.791ZAug 07 18:57:48.350Aug 07 18:57:48.350Aug 07 18:57:48.350 INFODEBGDEBG 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:2b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46452026-08-07T18:57:49.791Z
46462026-08-07T18:57:49.791Z
46472026-08-07T18:57:49.791Ztest route::tests::grow_succeeds ... ok
46482026-08-07T18:57:49.791ZAug 07 18:57:48.350 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 } }]
46492026-08-07T18:57:49.791ZAug 07 18:57:48.350 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
46502026-08-07T18:57:49.791ZAug 07 18:57:48.350 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 07 18:57:48.350
46512026-08-07T18:57:49.791Z 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 } }]
46522026-08-07T18:57:49.792ZAug 07 18:57:48.350 DEBG Aug 07 18:57:48.350replacing 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 } }]
46532026-08-07T18:57:49.792ZINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
46542026-08-07T18:57:49.792ZAug 07 18:57:48.350Aug 07 18:57:48.350 INFODEBG adding route 3fff:beef:24::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46552026-08-07T18:57:49.792Z
46562026-08-07T18:57:49.792ZAug 07 18:57:48.350Aug 07 18:57:48.350 DEBGINFO replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
46572026-08-07T18:57:49.792Z
46582026-08-07T18:57:49.792ZAug 07 18:57:48.350Aug 07 18:57:48.350 INFODEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46592026-08-07T18:57:49.792Z
46602026-08-07T18:57:49.792ZAug 07 18:57:48.350Aug 07 18:57:48.350 DEBGINFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
46612026-08-07T18:57:49.792Z
46622026-08-07T18:57:49.792ZAug 07 18:57:48.350Aug 07 18:57:48.350 INFODEBG adding route 3fff:beef:26::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46632026-08-07T18:57:49.792Z
46642026-08-07T18:57:49.792ZAug 07 18:57:48.350Aug 07 18:57:48.350 INFODEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46652026-08-07T18:57:49.792Z
46662026-08-07T18:57:49.792ZAug 07 18:57:48.351 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
46672026-08-07T18:57:49.792ZAug 07 18:57:48.351 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 } }]
46682026-08-07T18:57:49.792ZAug 07 18:57:48.351 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
46692026-08-07T18:57:49.792ZAug 07 18:57:48.351 Aug 07 18:57:48.351DEBG DEBGreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46702026-08-07T18:57:49.792Zreplacing 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 } }]
46712026-08-07T18:57:49.792ZAug 07 18:57:48.351 Aug 07 18:57:48.351INFO INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
46722026-08-07T18:57:49.792Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
46732026-08-07T18:57:49.792ZAug 07 18:57:48.351 DEBGAug 07 18:57:48.351 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
46742026-08-07T18:57:49.792Z 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 } }]
46752026-08-07T18:57:49.792ZAug 07 18:57:48.351Aug 07 18:57:48.351 INFOINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
46762026-08-07T18:57:49.792Z
46772026-08-07T18:57:49.792ZAug 07 18:57:48.351Aug 07 18:57:48.351 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: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 } }]
46782026-08-07T18:57:49.792Z
46792026-08-07T18:57:49.792ZAug 07 18:57:48.351Aug 07 18:57:48.351 INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
46802026-08-07T18:57:49.793Z
46812026-08-07T18:57:49.793ZAug 07 18:57:48.351Aug 07 18:57:48.351 DEBGDEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
46822026-08-07T18:57:49.793Z
46832026-08-07T18:57:49.793ZAug 07 18:57:48.351Aug 07 18:57:48.351 INFOINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
46842026-08-07T18:57:49.793Z
46852026-08-07T18:57:49.793Z
46862026-08-07T18:57:49.793ZAug 07 18:57:48.351Aug 07 18:57:48.351 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: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 } }]
46872026-08-07T18:57:49.793Z
46882026-08-07T18:57:49.793ZAug 07 18:57:48.351Aug 07 18:57:48.351 INFODEBG Aug 07 18:57:48.351adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
46892026-08-07T18:57:49.793ZINFO adding route 3fff:beef:35::/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 } }]
46902026-08-07T18:57:49.793ZAug 07 18:57:48.351
46912026-08-07T18:57:49.793Z 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 07 18:57:48.351
46922026-08-07T18:57:49.793Z Aug 07 18:57:48.351DEBG INFOAug 07 18:57:48.351replacing 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 } }]
46932026-08-07T18:57:49.793ZINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
46942026-08-07T18:57:49.793Z
46952026-08-07T18:57:49.793ZAug 07 18:57:48.351Aug 07 18:57:48.351 INFODEBG Aug 07 18:57:48.351adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
46962026-08-07T18:57:49.793Zreplacing 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 } }]
46972026-08-07T18:57:49.793ZDEBG 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 07 18:57:48.351
46982026-08-07T18:57:49.793Z Aug 07 18:57:48.351DEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:57:48.351
46992026-08-07T18:57:49.793Z INFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 07 18:57:48.351
47002026-08-07T18:57:49.793Z INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
47012026-08-07T18:57:49.793Z
47022026-08-07T18:57:49.793ZAug 07 18:57:48.351 DEBG Aug 07 18:57:48.351Aug 07 18:57:48.351replacing 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 } }]
47032026-08-07T18:57:49.793Z 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 } }]
47042026-08-07T18:57:49.793Zreplacing 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 } }]
47052026-08-07T18:57:49.793ZAug 07 18:57:48.351Aug 07 18:57:48.351 INFOINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
47062026-08-07T18:57:49.793Z
47072026-08-07T18:57:49.793ZAug 07 18:57:48.351 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 07 18:57:48.351
47082026-08-07T18:57:49.794Z Aug 07 18:57:48.351DEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
47092026-08-07T18:57:49.794Z 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 07 18:57:48.351
47102026-08-07T18:57:49.794Z Aug 07 18:57:48.351DEBG Aug 07 18:57:48.351replacing 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 } }] INFOINFO
47112026-08-07T18:57:49.798Z adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
47122026-08-07T18:57:49.798Z
47132026-08-07T18:57:49.798ZAug 07 18:57:48.351Aug 07 18:57:48.351 Aug 07 18:57:48.351INFODEBG 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:31::/64 -> 2001:db8::55:ffDEBG
47142026-08-07T18:57:49.798Z
47152026-08-07T18:57:49.798Z 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 } }]
47162026-08-07T18:57:49.798ZAug 07 18:57:48.351Aug 07 18:57:48.351 DEBGINFOAug 07 18:57:48.351 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFOreplacing 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 } }]
47172026-08-07T18:57:49.798Z
47182026-08-07T18:57:49.798Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
47192026-08-07T18:57:49.798ZAug 07 18:57:48.351Aug 07 18:57:48.351Aug 07 18:57:48.351 INFODEBGDEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
47202026-08-07T18:57:49.798Z
47212026-08-07T18:57:49.799Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
47222026-08-07T18:57:49.799ZAug 07 18:57:48.351Aug 07 18:57:48.351 INFOINFO Aug 07 18:57:48.351adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
47232026-08-07T18:57:49.799Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG
47242026-08-07T18:57:49.799Z 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 07 18:57:48.351
47252026-08-07T18:57:49.799Z Aug 07 18:57:48.351DEBG 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 07 18:57:48.351
47262026-08-07T18:57:49.799Z replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
47272026-08-07T18:57:49.799Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
47282026-08-07T18:57:49.799ZAug 07 18:57:48.351Aug 07 18:57:48.351Aug 07 18:57:48.351 INFO INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
47292026-08-07T18:57:49.799Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG
47302026-08-07T18:57:49.799Z 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 07 18:57:48.351
47312026-08-07T18:57:49.799Z Aug 07 18:57:48.351DEBG 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
47322026-08-07T18:57:49.799Z 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 07 18:57:48.351
47332026-08-07T18:57:49.799Z INFO Aug 07 18:57:48.351Aug 07 18:57:48.351 DEBGINFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
47342026-08-07T18:57:49.799Zfailed to allocate space for the new target listadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
47352026-08-07T18:57:49.799Z
47362026-08-07T18:57:49.799ZAug 07 18:57:48.351Aug 07 18:57:48.351Aug 07 18:57:48.351 DEBGDEBG 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 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 } }]
47372026-08-07T18:57:49.799Z
47382026-08-07T18:57:49.799Z 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 07 18:57:48.351
47392026-08-07T18:57:49.799Z INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
47402026-08-07T18:57:49.799ZAug 07 18:57:48.351 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 07 18:57:48.351
47412026-08-07T18:57:49.799Z DEBGAug 07 18:57:48.350 Aug 07 18:57:48.351replacing 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
47422026-08-07T18:57:49.799Z INFOreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47432026-08-07T18:57:49.799Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 07 18:57:48.351
47442026-08-07T18:57:49.799ZINFOAug 07 18:57:48.351 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffINFO
47452026-08-07T18:57:49.799Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
47462026-08-07T18:57:49.799ZAug 07 18:57:48.351Aug 07 18:57:48.351 DEBGAug 07 18:57:48.351 replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
47472026-08-07T18:57:49.799Z 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 } }]
47482026-08-07T18:57:49.800Zreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:57:48.351
47492026-08-07T18:57:49.800Z INFO Aug 07 18:57:48.351Aug 07 18:57:48.351 adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
47502026-08-07T18:57:49.800ZINFO INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
47512026-08-07T18:57:49.800Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 07 18:57:48.351
47522026-08-07T18:57:49.800Z 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 } }]
47532026-08-07T18:57:49.800ZAug 07 18:57:48.351Aug 07 18:57:48.351 DEBGDEBG Aug 07 18:57:48.351replacing 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: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 } }]
47542026-08-07T18:57:49.800Z
47552026-08-07T18:57:49.800Z INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
47562026-08-07T18:57:49.800ZAug 07 18:57:48.351Aug 07 18:57:48.351 INFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
47572026-08-07T18:57:49.800Z
47582026-08-07T18:57:49.800ZAug 07 18:57:48.351 DEBGAug 07 18:57:48.351Aug 07 18:57:48.351 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 } }]DEBG
47592026-08-07T18:57:49.800Z replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
47602026-08-07T18:57:49.800Z 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 07 18:57:48.351
47612026-08-07T18:57:49.800Z Aug 07 18:57:48.351INFO INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
47622026-08-07T18:57:49.800Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
47632026-08-07T18:57:49.800ZAug 07 18:57:48.351Aug 07 18:57:48.351 Aug 07 18:57:48.351INFO DEBGDEBG adding route 3fff:beef:26::/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 } }]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 } }]
47642026-08-07T18:57:49.800Z
47652026-08-07T18:57:49.800Z
47662026-08-07T18:57:49.800ZAug 07 18:57:48.351Aug 07 18:57:48.351 INFODEBG Aug 07 18:57:48.351replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
47672026-08-07T18:57:49.800Z
47682026-08-07T18:57:49.800ZINFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
47692026-08-07T18:57:49.800Ztest route::tests::rollback_on_compact_delete_failure ... ok
47702026-08-07T18:57:49.800ZAug 07 18:57:48.351Aug 07 18:57:48.351 Aug 07 18:57:48.351INFODEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ff DEBGreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47712026-08-07T18:57:49.800Z
47722026-08-07T18:57:49.800Zreplacing 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 } }]
47732026-08-07T18:57:49.800ZAug 07 18:57:48.351Aug 07 18:57:48.351 Aug 07 18:57:48.351INFO INFO DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
47742026-08-07T18:57:49.800Zreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47752026-08-07T18:57:49.800Z
47762026-08-07T18:57:49.800ZAug 07 18:57:48.351Aug 07 18:57:48.351 Aug 07 18:57:48.351DEBG INFOreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47772026-08-07T18:57:49.801Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG
47782026-08-07T18:57:49.801Z 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 07 18:57:48.351
47792026-08-07T18:57:49.801Z Aug 07 18:57:48.351INFO 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 } }]
47802026-08-07T18:57:49.801Z
47812026-08-07T18:57:49.801ZAug 07 18:57:48.351 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 07 18:57:48.351
47822026-08-07T18:57:49.801Z Aug 07 18:57:48.351INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBG
47832026-08-07T18:57:49.801Z 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 07 18:57:48.351
47842026-08-07T18:57:49.801Z Aug 07 18:57:48.351DEBG DEBGreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47852026-08-07T18:57:49.801Zreplacing 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 } }]
47862026-08-07T18:57:49.801ZAug 07 18:57:48.351 Aug 07 18:57:48.351DEBG Aug 07 18:57:48.351INFO created new freemapadding route 3fff:beef:18::/64 -> 2001:db8::55:ff, Aug 07 18:57:48.351
47872026-08-07T18:57:49.801Z unitINFO: adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 07 18:57:48.351
47882026-08-07T18:57:49.801Zfreemap_route_ipv4DEBG
47892026-08-07T18:57:49.801Z DEBGreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:57:48.351
47902026-08-07T18:57:49.801ZAug 07 18:57:48.351 DEBG DEBGfailed to allocate space for the new target listreplacing 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 } }]
47912026-08-07T18:57:49.801Z
47922026-08-07T18:57:49.801ZAug 07 18:57:48.351 created new freemapINFO, Aug 07 18:57:48.351adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
47932026-08-07T18:57:49.801ZDEBGAug 07 18:57:48.351 replacing targets for 3fff:dead::/64 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 } }]
47942026-08-07T18:57:49.801ZunitAug 07 18:57:48.351 :DEBG INFOreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47952026-08-07T18:57:49.801Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:fffreemap_route_ipv6
47962026-08-07T18:57:49.801Z
47972026-08-07T18:57:49.801ZAug 07 18:57:48.351 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 07 18:57:48.351
47982026-08-07T18:57:49.801Z Aug 07 18:57:48.351DEBG 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 } }]
47992026-08-07T18:57:49.801Zinitted freemap. size: 64, unit:Aug 07 18:57:48.351 Aug 07 18:57:48.351freemap_route_ipv4 DEBGINFO replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
48002026-08-07T18:57:49.801Z
48012026-08-07T18:57:49.801Z
48022026-08-07T18:57:49.801ZAug 07 18:57:48.351Aug 07 18:57:48.351 INFOAug 07 18:57:48.351DEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48032026-08-07T18:57:49.801Z
48042026-08-07T18:57:49.802ZDEBG reset freemap, Aug 07 18:57:48.351Aug 07 18:57:48.351unit DEBG:INFO replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
48052026-08-07T18:57:49.802Z
48062026-08-07T18:57:49.802Z freemap_route_ipv4
48072026-08-07T18:57:49.802ZAug 07 18:57:48.351Aug 07 18:57:48.351 INFOAug 07 18:57:48.351DEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48082026-08-07T18:57:49.802Z
48092026-08-07T18:57:49.802Z DEBG Aug 07 18:57:48.351initted freemap. size: 64 , Aug 07 18:57:48.351DEBGunit :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
48102026-08-07T18:57:49.802Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:fffreemap_route_ipv6
48112026-08-07T18:57:49.806Z
48122026-08-07T18:57:49.806ZAug 07 18:57:48.351Aug 07 18:57:48.351 Aug 07 18:57:48.351INFO DEBGDEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48132026-08-07T18:57:49.806Z
48142026-08-07T18:57:49.806Zreset freemap, unit:Aug 07 18:57:48.351Aug 07 18:57:48.351 INFODEBG adding route 3fff:beef:2f::/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 } }]
48152026-08-07T18:57:49.806Z
48162026-08-07T18:57:49.806Zfreemap_route_ipv6
48172026-08-07T18:57:49.806ZAug 07 18:57:48.351Aug 07 18:57:48.351Aug 07 18:57:48.351 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:1e::/64 -> 2001:db8::55:ff
48182026-08-07T18:57:49.807ZINFO
48192026-08-07T18:57:49.807Z adding route 3fff:dead::/64 -> 2001:db8::55:1
48202026-08-07T18:57:49.807ZAug 07 18:57:48.351Aug 07 18:57:48.351 Aug 07 18:57:48.351DEBGINFO 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:30::/64 -> 2001:db8::55:ff
48212026-08-07T18:57:49.807Z
48222026-08-07T18:57:49.807Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 07 18:57:48.351Aug 07 18:57:48.351
48232026-08-07T18:57:49.807ZINFO DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
48242026-08-07T18:57:49.807Zreplacing 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 07 18:57:48.351
48252026-08-07T18:57:49.807Z INFO Aug 07 18:57:48.351Aug 07 18:57:48.351adding route 3fff:dead::/64 -> 2001:db8::55:2
48262026-08-07T18:57:49.807Z INFODEBG adding route 3fff:beef:31::/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 } }]
48272026-08-07T18:57:49.807Z
48282026-08-07T18:57:49.807ZAug 07 18:57:48.351 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 07 18:57:48.351
48292026-08-07T18:57:49.807Z Aug 07 18:57:48.351INFO DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
48302026-08-07T18:57:49.807Zreplacing 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 07 18:57:48.351
48312026-08-07T18:57:49.807Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
48322026-08-07T18:57:49.807ZAug 07 18:57:48.351Aug 07 18:57:48.351 DEBGINFO replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:57:48.351adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
48332026-08-07T18:57:49.807Z
48342026-08-07T18:57:49.807Z 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 07 18:57:48.351Aug 07 18:57:48.351
48352026-08-07T18:57:49.807ZINFODEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
48362026-08-07T18:57:49.807Z
48372026-08-07T18:57:49.807ZAug 07 18:57:48.351Aug 07 18:57:48.351Aug 07 18:57:48.351 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO
48382026-08-07T18:57:49.807Z adding route 3fff:dead::/64 -> 2001:db8::55:4
48392026-08-07T18:57:49.807Z Aug 07 18:57:48.351DEBG 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 } }]
48402026-08-07T18:57:49.807ZAug 07 18:57:48.351replacing 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 } }]
48412026-08-07T18:57:49.807ZDEBG Aug 07 18:57:48.351replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
48422026-08-07T18:57:49.807ZINFOAug 07 18:57:48.351 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFO
48432026-08-07T18:57:49.807Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
48442026-08-07T18:57:49.807ZAug 07 18:57:48.351Aug 07 18:57:48.351Aug 07 18:57:48.351 DEBGDEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
48452026-08-07T18:57:49.808Z
48462026-08-07T18:57:49.808Zreplacing targets for 3fff:dead::/64 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 } }]
48472026-08-07T18:57:49.808ZAug 07 18:57:48.352Aug 07 18:57:48.352 Aug 07 18:57:48.352INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO
48482026-08-07T18:57:49.808ZWARN adding route 3fff:beef:35::/64 -> 2001:db8::55:ffshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
48492026-08-07T18:57:49.808Z
48502026-08-07T18:57:49.808ZAug 07 18:57:48.352 DEBGAug 07 18:57:48.352 replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
48512026-08-07T18:57:49.808Z 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 } }]
48522026-08-07T18:57:49.808ZAug 07 18:57:48.352 INFOAug 07 18:57:48.352 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffINFO
48532026-08-07T18:57:49.808Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
48542026-08-07T18:57:49.808ZAug 07 18:57:48.352 Aug 07 18:57:48.352DEBG DEBGreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48552026-08-07T18:57:49.808Zreplacing 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 } }]
48562026-08-07T18:57:49.808ZAug 07 18:57:48.352 Aug 07 18:57:48.352INFO INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
48572026-08-07T18:57:49.808Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 07 18:57:48.352
48582026-08-07T18:57:49.808Z DEBG Aug 07 18:57:48.352created new freemap Aug 07 18:57:48.352, DEBG unitDEBG: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 } }]
48592026-08-07T18:57:49.808Z freemap_route_ipv4replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48602026-08-07T18:57:49.808Z
48612026-08-07T18:57:49.808ZAug 07 18:57:48.352 INFOAug 07 18:57:48.352Aug 07 18:57:48.352 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG
48622026-08-07T18:57:49.808Z INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffcreated new freemap
48632026-08-07T18:57:49.808Z, Aug 07 18:57:48.352unit :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 } }]
48642026-08-07T18:57:49.808ZAug 07 18:57:48.352freemap_route_ipv6
48652026-08-07T18:57:49.808ZDEBGAug 07 18:57:48.352 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 } }]
48662026-08-07T18:57:49.808ZINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
48672026-08-07T18:57:49.808ZAug 07 18:57:48.352Aug 07 18:57:48.352 DEBGAug 07 18:57:48.352INFO initted freemap. size: 64DEBG, unitreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
48682026-08-07T18:57:49.808Z freemap_route_ipv4adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
48692026-08-07T18:57:49.808Z
48702026-08-07T18:57:49.808ZAug 07 18:57:48.352 INFOAug 07 18:57:48.352 Aug 07 18:57:48.352adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
48712026-08-07T18:57:49.808ZDEBGDEBG 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 } }]reset freemap
48722026-08-07T18:57:49.809Z, Aug 07 18:57:48.352unit :DEBGAug 07 18:57:48.352 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 } }]
48732026-08-07T18:57:49.809ZINFO freemap_route_ipv4adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 07 18:57:48.352
48742026-08-07T18:57:49.809Z
48752026-08-07T18:57:49.809ZINFO Aug 07 18:57:48.352adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 07 18:57:48.352
48762026-08-07T18:57:49.809Z DEBGDEBG Aug 07 18:57:48.352 replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] initted freemap. size: 64DEBG
48772026-08-07T18:57:49.809Ztest route::tests::rollback_on_compact_write_failure ... ok
48782026-08-07T18:57:49.809Z, unitreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: freemap_route_ipv6Aug 07 18:57:48.352
48792026-08-07T18:57:49.809Z DEBGAug 07 18:57:48.352Aug 07 18:57:48.352 DEBG DEBGcreated new freemapAug 07 18:57:48.359 DEBG created new freemapreset freemap,
48802026-08-07T18:57:49.809Zunit, :unit: freemap_route_ipv4freemap_route_ipv6
48812026-08-07T18:57:49.809Z
48822026-08-07T18:57:49.809ZAug 07 18:57:48.352, Aug 07 18:57:48.359DEBGunit :INFO Aug 07 18:57:48.359 freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 07 18:57:48.359
48832026-08-07T18:57:49.809Zcreated new freemap
48842026-08-07T18:57:49.809Z DEBG created new freemap, , Aug 07 18:57:48.359unit: DEBG INFO freemap_route_ipv6created new freemap
48852026-08-07T18:57:49.809Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }],
48862026-08-07T18:57:49.809Zunit Aug 07 18:57:48.359adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff:
48872026-08-07T18:57:49.809ZAug 07 18:57:48.360freemap_route_ipv4 DEBGAug 07 18:57:48.360 DEBGinitted freemap. size: 64INFO, unit
48882026-08-07T18:57:49.809Zadding route 3fff:dead::/64 -> 2001:db8::55:2:
48892026-08-07T18:57:49.809Z Aug 07 18:57:48.360freemap_route_ipv4
48902026-08-07T18:57:49.809Zcreated new freemapDEBG, replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
48912026-08-07T18:57:49.809ZAug 07 18:57:48.360: Aug 07 18:57:48.360Aug 07 18:57:48.360DEBG DEBG created new freemapreset freemap, , freemap_route_ipv6unit
48922026-08-07T18:57:49.809ZDEBGunit: :freemap_route_ipv4 Aug 07 18:57:48.360freemap_route_ipv6
48932026-08-07T18:57:49.809Z
48942026-08-07T18:57:49.809ZAug 07 18:57:48.360 INFO DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 07 18:57:48.360Aug 07 18:57:48.360 initted freemap. size: 64 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 } }]DEBG ,
48952026-08-07T18:57:49.809Z initted freemap. size: 64unitinitted freemap. size: 64, :
48962026-08-07T18:57:49.809Z, unitunit:: freemap_route_ipv6freemap_route_ipv4
48972026-08-07T18:57:49.809Z
48982026-08-07T18:57:49.810ZAug 07 18:57:48.360freemap_route_ipv4
48992026-08-07T18:57:49.810ZAug 07 18:57:48.360DEBGAug 07 18:57:48.360Aug 07 18:57:48.360 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 } }]
49002026-08-07T18:57:49.810Zreset freemapDEBG, unitAug 07 18:57:48.360reset freemap:, Aug 07 18:57:48.360INFO unitfreemap_route_ipv4
49012026-08-07T18:57:49.810Z: DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3
49022026-08-07T18:57:49.810ZINFO freemap_route_ipv6
49032026-08-07T18:57:49.810Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 07 18:57:48.360reset freemap
49042026-08-07T18:57:49.810Z, unitAug 07 18:57:48.360Aug 07 18:57:48.360:DEBG DEBGINFO freemap_route_ipv4adding route 172.16.0.0/32 -> 10.0.0.1
49052026-08-07T18:57:49.810Zinitted freemap. size: 64Aug 07 18:57:48.360,
49062026-08-07T18:57:49.810Zunit :Aug 07 18:57:48.360 DEBGfreemap_route_ipv6DEBG
49072026-08-07T18:57:49.810Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 07 18:57:48.360
49082026-08-07T18:57:49.810Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 07 18:57:48.360
49092026-08-07T18:57:49.810Z DEBGDEBG reset freemapreplacing 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 } }]initted freemap. size: 64,
49102026-08-07T18:57:49.810Zunit, Aug 07 18:57:48.360: unit INFOfreemap_route_ipv6 :Aug 07 18:57:48.360 INFO
49112026-08-07T18:57:49.815Zadding route 172.16.0.0/32 -> 10.0.0.2Aug 07 18:57:48.360 freemap_route_ipv6INFO
49122026-08-07T18:57:49.815Z
49132026-08-07T18:57:49.815Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 07 18:57:48.360
49142026-08-07T18:57:49.815Z
49152026-08-07T18:57:49.815Z Aug 07 18:57:48.360INFO Aug 07 18:57:48.360Aug 07 18:57:48.360Aug 07 18:57:48.360 adding route 172.16.0.0/32 -> 10.0.0.1DEBG
49162026-08-07T18:57:49.815ZDEBG DEBG 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 } }],
49172026-08-07T18:57:49.815ZunitDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]:
49182026-08-07T18:57:49.816Z
49192026-08-07T18:57:49.816Z Aug 07 18:57:48.360freemap_route_ipv6Aug 07 18:57:48.360
49202026-08-07T18:57:49.816ZAug 07 18:57:48.360DEBGAug 07 18:57:48.360 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 } }]
49212026-08-07T18:57:49.816Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO
49222026-08-07T18:57:49.816ZDEBG Aug 07 18:57:48.360Aug 07 18:57:48.360replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
49232026-08-07T18:57:49.816Z adding route 172.16.0.0/32 -> 10.0.0.3INFO
49242026-08-07T18:57:49.816Z INFOadding route 172.16.0.0/32 -> 10.0.0.1Aug 07 18:57:48.360 DEBG
49252026-08-07T18:57:49.816Zadding route 3fff:dead::/64 -> 2001:db8::55:1
49262026-08-07T18:57:49.816Zreplacing 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 07 18:57:48.360
49272026-08-07T18:57:49.816ZAug 07 18:57:48.360 DEBGDEBG Aug 07 18:57:48.360replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 07 18:57:48.360
49282026-08-07T18:57:49.816Z 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 } }]DEBG
49292026-08-07T18:57:49.816ZINFO 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 } }]Aug 07 18:57:48.360
49302026-08-07T18:57:49.816Z
49312026-08-07T18:57:49.816ZINFOAug 07 18:57:48.360 Aug 07 18:57:48.360INFOAug 07 18:57:48.360 adding route 172.16.0.0/32 -> 10.0.0.1
49322026-08-07T18:57:49.816ZINFODEBG adding route 172.16.0.0/32 -> 10.0.0.4adding route 3fff:dead::/64 -> 2001:db8::55:2
49332026-08-07T18:57:49.816Z 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 } }]
49342026-08-07T18:57:49.816Z
49352026-08-07T18:57:49.816ZAug 07 18:57:48.360 Aug 07 18:57:48.360Aug 07 18:57:48.360 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 } }, 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
49362026-08-07T18:57:49.816Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 07 18:57:48.360
49372026-08-07T18:57:49.816Z 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 } }]
49382026-08-07T18:57:49.816ZAug 07 18:57:48.360adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
49392026-08-07T18:57:49.816ZAug 07 18:57:48.360INFO Aug 07 18:57:48.360INFO Aug 07 18:57:48.360INFOadding route 172.17.0.0/32 -> 10.0.0.255 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.16.0.0/32 -> 10.0.0.2
49402026-08-07T18:57:49.816Zreplacing 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 } }]
49412026-08-07T18:57:49.816Z
49422026-08-07T18:57:49.816Z
49432026-08-07T18:57:49.816ZAug 07 18:57:48.360Aug 07 18:57:48.360 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 } }]
49442026-08-07T18:57:49.816Z DEBGAug 07 18:57:48.360Aug 07 18:57:48.360 Aug 07 18:57:48.360 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] INFO
49452026-08-07T18:57:49.817ZDEBG INFOreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
49462026-08-07T18:57:49.817Zadding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
49472026-08-07T18:57:49.817Z
49482026-08-07T18:57:49.817ZAug 07 18:57:48.360Aug 07 18:57:48.360 INFOINFO adding route 172.17.0.0/32 -> 10.0.0.255adding route 172.17.0.1/32 -> 10.0.0.255
49492026-08-07T18:57:49.817Z
49502026-08-07T18:57:49.817ZAug 07 18:57:48.360Aug 07 18:57:48.360 DEBGDEBG Aug 07 18:57:48.360 replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
49512026-08-07T18:57:49.817Z
49522026-08-07T18:57:49.817Z Aug 07 18:57:48.360 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 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 } }]
49532026-08-07T18:57:49.817ZAug 07 18:57:48.360Aug 07 18:57:48.360 DEBGINFO
49542026-08-07T18:57:49.817Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
49552026-08-07T18:57:49.817Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 07 18:57:48.360Aug 07 18:57:48.360
49562026-08-07T18:57:49.817Z INFOINFO adding route 172.17.0.1/32 -> 10.0.0.255 Aug 07 18:57:48.360adding route 172.17.0.2/32 -> 10.0.0.255
49572026-08-07T18:57:49.817Z
49582026-08-07T18:57:49.817Z WARNAug 07 18:57:48.360Aug 07 18:57:48.360 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 } }]
49592026-08-07T18:57:49.817Z shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBGAug 07 18:57:48.360Aug 07 18:57:48.360 INFO
49602026-08-07T18:57:49.817Zreplacing 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 } }] DEBGadding route 172.17.0.2/32 -> 10.0.0.255
49612026-08-07T18:57:49.817Z
49622026-08-07T18:57:49.817Zreplacing 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 } }]
49632026-08-07T18:57:49.817ZAug 07 18:57:48.360Aug 07 18:57:48.360 Aug 07 18:57:48.360INFODEBG INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.3/32 -> 10.0.0.255
49642026-08-07T18:57:49.817Z
49652026-08-07T18:57:49.817Z
49662026-08-07T18:57:49.817ZAug 07 18:57:48.360 INFO adding route 172.17.0.3/32 -> 10.0.0.255
49672026-08-07T18:57:49.817ZAug 07 18:57:48.360 Aug 07 18:57:48.360DEBG Aug 07 18:57:48.360replacing 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 } }] DEBGDEBG unit
49682026-08-07T18:57:49.817Ztest route::tests::identity_replace_is_noop ... ok
49692026-08-07T18:57:49.817Z :replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
49702026-08-07T18:57:49.817Z
49712026-08-07T18:57:49.817Z freemap_route_ipv4Aug 07 18:57:48.360
49722026-08-07T18:57:49.818Z INFOAug 07 18:57:48.360 adding route 172.17.0.4/32 -> 10.0.0.255INFO
49732026-08-07T18:57:49.818Z Aug 07 18:57:48.360adding route 3fff:beef:34::/64 -> 2001:db8::55:ff INFOAug 07 18:57:48.360
49742026-08-07T18:57:49.818Z DEBGadding route 172.17.0.4/32 -> 10.0.0.255Aug 07 18:57:48.360
49752026-08-07T18:57:49.818Z DEBG created new freemap , 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 07 18:57:48.360Aug 07 18:57:48.360 unit
49762026-08-07T18:57:49.818ZDEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG Aug 07 18:57:48.360 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 } }]
49772026-08-07T18:57:49.818Z created new freemap, unit:Aug 07 18:57:48.368 freemap_route_ipv6INFO
49782026-08-07T18:57:49.818ZAug 07 18:57:48.368:Aug 07 18:57:48.360 INFO adding route 172.17.0.5/32 -> 10.0.0.255freemap_route_ipv4INFOAug 07 18:57:48.368
49792026-08-07T18:57:49.818Z DEBG
49802026-08-07T18:57:49.818Zinitted freemap. size: 64adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff,
49812026-08-07T18:57:49.818Zunitadding route 3fff:beef:35::/64 -> 2001:db8::55:ff:Aug 07 18:57:48.368 Aug 07 18:57:48.368
49822026-08-07T18:57:49.818Zfreemap_route_ipv4Aug 07 18:57:48.368
49832026-08-07T18:57:49.818Z DEBGDEBG Aug 07 18:57:48.368created new freemap , DEBG DEBG unitreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
49842026-08-07T18:57:49.818Z 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 } }]
49852026-08-07T18:57:49.818ZAug 07 18:57:48.368freemap_route_ipv6
49862026-08-07T18:57:49.818Z DEBGreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
49872026-08-07T18:57:49.818ZAug 07 18:57:48.368Aug 07 18:57:48.368reset freemap , Aug 07 18:57:48.368unit :DEBG Aug 07 18:57:48.368INFOfreemap_route_ipv4initted freemap. size: 64INFO , INFO
49882026-08-07T18:57:49.818Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ffunit
49892026-08-07T18:57:49.818Z: freemap_route_ipv4adding route 172.17.0.6/32 -> 10.0.0.255adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
49902026-08-07T18:57:49.818Z
49912026-08-07T18:57:49.818Z
49922026-08-07T18:57:49.818ZAug 07 18:57:48.368 DEBG Aug 07 18:57:48.368Aug 07 18:57:48.368 Aug 07 18:57:48.368DEBGDEBG DEBGinitted freemap. size: 64 Aug 07 18:57:48.368replacing 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 } }]
49932026-08-07T18:57:49.818ZDEBGreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], reset freemapunit,
49942026-08-07T18:57:49.818Zunit:Aug 07 18:57:48.368 :freemap_route_ipv6 replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
49952026-08-07T18:57:49.818Z
49962026-08-07T18:57:49.818Z
49972026-08-07T18:57:49.818ZAug 07 18:57:48.368 Aug 07 18:57:48.368Aug 07 18:57:48.368Aug 07 18:57:48.368 INFO DEBGadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff INFODEBGINFO initted freemap. size: 64 , adding route 3fff:beef:37::/64 -> 2001:db8::55:ffunit
49982026-08-07T18:57:49.818Z:adding route 172.17.0.7/32 -> 10.0.0.255
49992026-08-07T18:57:49.818Z
50002026-08-07T18:57:49.819Zfreemap_route_ipv6
50012026-08-07T18:57:49.819Zreset freemap, Aug 07 18:57:48.368Aug 07 18:57:48.368 unitDEBGAug 07 18:57:48.368: 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 } }]freemap_route_ipv6
50022026-08-07T18:57:49.819Z
50032026-08-07T18:57:49.819ZDEBG DEBG
50042026-08-07T18:57:49.819ZAug 07 18:57:48.368 DEBGreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 07 18:57:48.368
50052026-08-07T18:57:49.819Zreset freemapAug 07 18:57:48.368, unit
50062026-08-07T18:57:49.819Z: Aug 07 18:57:48.368 INFO freemap_route_ipv6INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
50072026-08-07T18:57:49.819Z
50082026-08-07T18:57:49.819Z Aug 07 18:57:48.368adding route 172.17.0.5/32 -> 10.0.0.255 Aug 07 18:57:48.368
50092026-08-07T18:57:49.819ZINFOINFO INFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 07 18:57:48.368Aug 07 18:57:48.368
50102026-08-07T18:57:49.819Z adding route 172.16.0.0/32 -> 10.0.0.1Aug 07 18:57:48.368DEBG
50112026-08-07T18:57:49.824Z adding route 172.17.0.8/32 -> 10.0.0.255
50122026-08-07T18:57:49.824Z DEBGINFO Aug 07 18:57:48.368replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
50132026-08-07T18:57:49.824Z
50142026-08-07T18:57:49.825Z
50152026-08-07T18:57:49.825ZDEBGAug 07 18:57:48.368 Aug 07 18:57:48.368 DEBGAug 07 18:57:48.368DEBGreplacing 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 07 18:57:48.368 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
50162026-08-07T18:57:49.825Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
50172026-08-07T18:57:49.825Z
50182026-08-07T18:57:49.825Z adding route 172.17.0.6/32 -> 10.0.0.255Aug 07 18:57:48.368
50192026-08-07T18:57:49.825Z INFOAug 07 18:57:48.368INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
50202026-08-07T18:57:49.825Z DEBG failed to allocate space for the new target list
50212026-08-07T18:57:49.825ZAug 07 18:57:48.368 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 } }]
50222026-08-07T18:57:49.825ZAug 07 18:57:48.368 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 07 18:57:48.368
50232026-08-07T18:57:49.825Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
50242026-08-07T18:57:49.825ZAug 07 18:57:48.368Aug 07 18:57:48.368 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 07 18:57:48.368replacing 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 } }]
50252026-08-07T18:57:49.825Z
50262026-08-07T18:57:49.825Z DEBG Aug 07 18:57:48.368 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
50272026-08-07T18:57:49.825Zreplacing 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 07 18:57:48.368
50282026-08-07T18:57:49.825Z INFOAug 07 18:57:48.368 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBG
50292026-08-07T18:57:49.825Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 07 18:57:48.368
50302026-08-07T18:57:49.825Z Aug 07 18:57:48.368INFOAug 07 18:57:48.361 Aug 07 18:57:48.368DEBGadding route 172.17.0.7/32 -> 10.0.0.255
50312026-08-07T18:57:49.825ZINFO adding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG
50322026-08-07T18:57:49.825Z 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 07 18:57:48.368
50332026-08-07T18:57:49.825Zcreated new freemap Aug 07 18:57:48.368DEBG, DEBGAug 07 18:57:48.368replacing 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 } }]
50342026-08-07T18:57:49.825ZINFO 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:3a::/64 -> 2001:db8::55:ff
50352026-08-07T18:57:49.825Z
50362026-08-07T18:57:49.825ZunitAug 07 18:57:48.368: Aug 07 18:57:48.368freemap_route_ipv4Aug 07 18:57:48.368INFO
50372026-08-07T18:57:49.825Z DEBGadding route 172.17.0.8/32 -> 10.0.0.255 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 } }]
50382026-08-07T18:57:49.825Z
50392026-08-07T18:57:49.825ZINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
50402026-08-07T18:57:49.825ZAug 07 18:57:48.368Aug 07 18:57:48.368 DEBGINFO Aug 07 18:57:48.368Aug 07 18:57:48.368 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 } }]DEBGDEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffcreated 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 } }]
50412026-08-07T18:57:49.826Z,
50422026-08-07T18:57:49.826Z
50432026-08-07T18:57:49.826Zunit:Aug 07 18:57:48.368 Aug 07 18:57:48.368freemap_route_ipv6Aug 07 18:57:48.368Aug 07 18:57:48.368 DEBGINFO INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ffINFOreplacing 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 } }]
50442026-08-07T18:57:49.826Z
50452026-08-07T18:57:49.826Z adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2
50462026-08-07T18:57:49.826Z
50472026-08-07T18:57:49.826Z
50482026-08-07T18:57:49.826ZAug 07 18:57:48.368Aug 07 18:57:48.368 DEBGAug 07 18:57:48.368Aug 07 18:57:48.368 INFO DEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
50492026-08-07T18:57:49.826Zreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
50502026-08-07T18:57:49.826Z
50512026-08-07T18:57:49.826ZDEBGAug 07 18:57:48.368 Aug 07 18:57:48.368Aug 07 18:57:48.368 Aug 07 18:57:48.368INFO DEBG DEBGadding route 172.16.0.0/32 -> 10.0.0.3INFO
50522026-08-07T18:57:49.826Zinitted freemap. size: 64replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], unit adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
50532026-08-07T18:57:49.826Z
50542026-08-07T18:57:49.826Zreplacing 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 07 18:57:48.368
50552026-08-07T18:57:49.826Z DEBGAug 07 18:57:48.368 Aug 07 18:57:48.368 freemap_route_ipv4DEBGAug 07 18:57:48.368INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
50562026-08-07T18:57:49.826Z 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 } }]
50572026-08-07T18:57:49.826Z
50582026-08-07T18:57:49.826Zadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
50592026-08-07T18:57:49.826ZINFO adding route 172.17.0.10/32 -> 10.0.0.255
50602026-08-07T18:57:49.826ZAug 07 18:57:48.368Aug 07 18:57:48.368Aug 07 18:57:48.368 INFODEBGINFO replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.4
50612026-08-07T18:57:49.826Z
50622026-08-07T18:57:49.826Z
50632026-08-07T18:57:49.826ZAug 07 18:57:48.368Aug 07 18:57:48.368 DEBGDEBG Aug 07 18:57:48.368replacing 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 } }]
50642026-08-07T18:57:49.826ZDEBG Aug 07 18:57:48.368 Aug 07 18:57:48.368replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 Aug 07 18:57:48.368reset freemap
50652026-08-07T18:57:49.826ZINFOadding route 3fff:beef:3e::/64 -> 2001:db8::55:ffDEBG
50662026-08-07T18:57:49.826Z 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 07 18:57:48.368
50672026-08-07T18:57:49.826Z 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 } }]adding route 172.17.0.11/32 -> 10.0.0.255
50682026-08-07T18:57:49.826ZunitAug 07 18:57:48.368 Aug 07 18:57:48.368
50692026-08-07T18:57:49.827Ztest route::tests::rollback_on_index_readd_failure ... ok
50702026-08-07T18:57:49.827Z: DEBG freemap_route_ipv4replacing 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 07 18:57:48.368
50712026-08-07T18:57:49.827Z
50722026-08-07T18:57:49.827Z INFODEBG Aug 07 18:57:48.368adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
50732026-08-07T18:57:49.827ZAug 07 18:57:48.368 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFODEBG
50742026-08-07T18:57:49.827Zadding route 3fff:beef:3f::/64 -> 2001:db8::55:ffinitted freemap. size: 64
50752026-08-07T18:57:49.827Z, Aug 07 18:57:48.368unit DEBG:Aug 07 18:57:48.368 freemap_route_ipv6replacing 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 07 18:57:48.368
50762026-08-07T18:57:49.827ZDEBG
50772026-08-07T18:57:49.827Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
50782026-08-07T18:57:49.827Z replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
50792026-08-07T18:57:49.827Z adding route 172.17.0.12/32 -> 10.0.0.255Aug 07 18:57:48.368
50802026-08-07T18:57:49.827ZAug 07 18:57:48.368 INFODEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreset freemap
50812026-08-07T18:57:49.827Z, unitAug 07 18:57:48.368:Aug 07 18:57:48.368 Aug 07 18:57:48.368 freemap_route_ipv6DEBG
50822026-08-07T18:57:49.827Z 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: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 } }]
50832026-08-07T18:57:49.827Z
50842026-08-07T18:57:49.827ZAug 07 18:57:48.368 INFOAug 07 18:57:48.368 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
50852026-08-07T18:57:49.827Z adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 07 18:57:48.368
50862026-08-07T18:57:49.827Z INFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255Aug 07 18:57:48.368
50872026-08-07T18:57:49.827ZAug 07 18:57:48.368
50882026-08-07T18:57:49.827Z 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: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 } }]
50892026-08-07T18:57:49.827ZAug 07 18:57:48.369 DEBG
50902026-08-07T18:57:49.827ZAug 07 18:57:48.376 created new freemapINFO , adding route 3fff:beef:8::/64 -> 2001:db8::55:ffunit
50912026-08-07T18:57:49.827Z: Aug 07 18:57:48.376freemap_route_ipv4 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
50922026-08-07T18:57:49.827ZAug 07 18:57:48.376
50932026-08-07T18:57:49.827Z 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 07 18:57:48.352Aug 07 18:57:48.376 Aug 07 18:57:48.376 DEBGDEBG
50942026-08-07T18:57:49.827Zfailed to allocate space for the new target list 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 } }]
50952026-08-07T18:57:49.827Z
50962026-08-07T18:57:49.828Z, unitDEBG:Aug 07 18:57:48.376Aug 07 18:57:48.376Aug 07 18:57:48.376 DEBGfreemap_route_ipv4INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
50972026-08-07T18:57:49.828Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]created new freemap
50982026-08-07T18:57:49.828ZINFO
50992026-08-07T18:57:49.828Z , Aug 07 18:57:48.376adding route 3fff:dead::/64 -> 2001:db8::55:3unitAug 07 18:57:48.376Aug 07 18:57:48.376
51002026-08-07T18:57:49.828Z : DEBGDEBG Aug 07 18:57:48.376 created new freemapfailed to allocate space for the new target list, DEBG
51012026-08-07T18:57:49.828ZDEBG unit replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]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 } }]:
51022026-08-07T18:57:49.828Z
51032026-08-07T18:57:49.828Zfreemap_route_ipv6
51042026-08-07T18:57:49.828Z Aug 07 18:57:48.376freemap_route_ipv6
51052026-08-07T18:57:49.828ZINFOAug 07 18:57:48.376 adding route 3fff:dead::/64 -> 2001:db8::55:4INFO
51062026-08-07T18:57:49.828Z Aug 07 18:57:48.376adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 07 18:57:48.376
51072026-08-07T18:57:49.828Z DEBGAug 07 18:57:48.376 initted freemap. size: 64DEBGDEBG , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]unitAug 07 18:57:48.376 : initted freemap. size: 64freemap_route_ipv4,
51082026-08-07T18:57:49.828Z
51092026-08-07T18:57:49.828ZDEBG unitreplacing 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 07 18:57:48.376
51102026-08-07T18:57:49.828Zfreemap_route_ipv4Aug 07 18:57:48.376 DEBG
51112026-08-07T18:57:49.833Zreset freemapDEBG, unitAug 07 18:57:48.376:replacing targets for 3fff:dead::/64 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 } }]
51122026-08-07T18:57:49.833Zfreemap_route_ipv4
51132026-08-07T18:57:49.833ZINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
51142026-08-07T18:57:49.833ZAug 07 18:57:48.376Aug 07 18:57:48.376 WARNDEBG shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })reset freemap
51152026-08-07T18:57:49.833Z, unitAug 07 18:57:48.376 :DEBG freemap_route_ipv4Aug 07 18:57:48.376
51162026-08-07T18:57:49.833Z initted freemap. size: 64DEBG , replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
51172026-08-07T18:57:49.833ZAug 07 18:57:48.376: freemap_route_ipv6
51182026-08-07T18:57:49.833ZDEBG Aug 07 18:57:48.376initted freemap. size: 64 , INFOunit :adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
51192026-08-07T18:57:49.833Zfreemap_route_ipv6
51202026-08-07T18:57:49.833ZAug 07 18:57:48.376 DEBG reset freemapAug 07 18:57:48.376Aug 07 18:57:48.376Aug 07 18:57:48.369, unit :DEBG DEBG freemap_route_ipv6created new freemap
51212026-08-07T18:57:49.833Zreplacing 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 } }],
51222026-08-07T18:57:49.833ZunitDEBG : reset freemapfreemap_route_ipv4,
51232026-08-07T18:57:49.833ZunitAug 07 18:57:48.376Aug 07 18:57:48.376 INFO: adding route 3fff:beef:d::/64 -> 2001:db8::55:ff INFO
51242026-08-07T18:57:49.833ZAug 07 18:57:48.376 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
51252026-08-07T18:57:49.833Zcreated new freemapfreemap_route_ipv6Aug 07 18:57:48.376
51262026-08-07T18:57:49.833Z, DEBGunit :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 07 18:57:48.376Aug 07 18:57:48.376 DEBG
51272026-08-07T18:57:49.833Z freemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
51282026-08-07T18:57:49.833Z
51292026-08-07T18:57:49.833ZINFO Aug 07 18:57:48.376adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 07 18:57:48.376
51302026-08-07T18:57:49.833Z INFODEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 07 18:57:48.376
51312026-08-07T18:57:49.833Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:2initted freemap. size: 64
51322026-08-07T18:57:49.833Z, Aug 07 18:57:48.376unit :Aug 07 18:57:48.376 Aug 07 18:57:48.376freemap_route_ipv4 DEBG
51332026-08-07T18:57:49.833ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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: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 } }]
51342026-08-07T18:57:49.833ZAug 07 18:57:48.376
51352026-08-07T18:57:49.833ZDEBGDEBG 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 } }]Aug 07 18:57:48.376,
51362026-08-07T18:57:49.834ZINFOAug 07 18:57:48.376 unit adding route 3fff:dead::/64 -> 2001:db8::55:3:
51372026-08-07T18:57:49.834ZINFO freemap_route_ipv4adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
51382026-08-07T18:57:49.834Z
51392026-08-07T18:57:49.834ZAug 07 18:57:48.376 Aug 07 18:57:48.376 INFODEBG Aug 07 18:57:48.376 Aug 07 18:57:48.368adding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
51402026-08-07T18:57:49.834Z
51412026-08-07T18:57:49.834ZAug 07 18:57:48.376DEBG DEBGinitted freemap. size: 64Aug 07 18:57:48.376 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 } }]
51422026-08-07T18:57:49.834Z unitINFO: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 07 18:57:48.376
51432026-08-07T18:57:49.834Z Aug 07 18:57:48.376 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4freemap_route_ipv6
51442026-08-07T18:57:49.834Z
51452026-08-07T18:57:49.834Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
51462026-08-07T18:57:49.834ZDEBGAug 07 18:57:48.376 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 } }]
51472026-08-07T18:57:49.834ZAug 07 18:57:48.376Aug 07 18:57:48.376 adding route 172.17.0.14/32 -> 10.0.0.255Aug 07 18:57:48.376DEBG
51482026-08-07T18:57:49.834Z 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 } }]DEBG
51492026-08-07T18:57:49.834Z reset freemapreplacing 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 } }],
51502026-08-07T18:57:49.834Zunit:Aug 07 18:57:48.376 DEBGAug 07 18:57:48.376freemap_route_ipv6Aug 07 18:57:48.376 DEBGreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
51512026-08-07T18:57:49.834Zreplacing targets for 3fff:dead::/64 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
51522026-08-07T18:57:49.834Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
51532026-08-07T18:57:49.834Z
51542026-08-07T18:57:49.834ZAug 07 18:57:48.376 Aug 07 18:57:48.376INFOAug 07 18:57:48.376Aug 07 18:57:48.376 DEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
51552026-08-07T18:57:49.834ZAug 07 18:57:48.376
51562026-08-07T18:57:49.834ZWARN INFODEBG shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Aug 07 18:57:48.376Aug 07 18:57:48.376adding route 172.17.0.15/32 -> 10.0.0.255
51572026-08-07T18:57:49.834ZINFO
51582026-08-07T18:57:49.834ZDEBG Aug 07 18:57:48.376replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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:12::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
51592026-08-07T18:57:49.834ZAug 07 18:57:48.376
51602026-08-07T18:57:49.834Z
51612026-08-07T18:57:49.834ZERRODEBG 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 } }]
51622026-08-07T18:57:49.834Zrollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
51632026-08-07T18:57:49.834ZAug 07 18:57:48.376Aug 07 18:57:48.376 Aug 07 18:57:48.376DEBG INFOINFOreplacing 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 } }]
51642026-08-07T18:57:49.835Zadding route 172.17.0.16/32 -> 10.0.0.255
51652026-08-07T18:57:49.835Zadding route 172.16.0.0/32 -> 10.0.0.2
51662026-08-07T18:57:49.835ZAug 07 18:57:48.376 ERROAug 07 18:57:48.376 shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds itINFO
51672026-08-07T18:57:49.835ZAug 07 18:57:48.376 Aug 07 18:57:48.376adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
51682026-08-07T18:57:49.835ZDEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 } }]
51692026-08-07T18:57:49.835Z
51702026-08-07T18:57:49.835ZAug 07 18:57:48.376 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 } }]
51712026-08-07T18:57:49.835ZAug 07 18:57:48.376 INFO adding route 172.17.0.0/32 -> 10.0.0.255Aug 07 18:57:48.376
51722026-08-07T18:57:49.835Z INFOAug 07 18:57:48.376 adding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFO
51732026-08-07T18:57:49.835ZAug 07 18:57:48.376 adding route 172.17.0.17/32 -> 10.0.0.255DEBG
51742026-08-07T18:57:49.835Z replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:57:48.376
51752026-08-07T18:57:49.835Z 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 } }]
51762026-08-07T18:57:49.835ZAug 07 18:57:48.376Aug 07 18:57:48.376 INFODEBG adding route 172.17.0.1/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 } }]
51772026-08-07T18:57:49.835Z
51782026-08-07T18:57:49.835ZAug 07 18:57:48.377 INFO Aug 07 18:57:48.377adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 07 18:57:48.377
51792026-08-07T18:57:49.835Z INFODEBG adding route 172.17.0.18/32 -> 10.0.0.255Aug 07 18:57:48.377
51802026-08-07T18:57:49.835Z 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
51812026-08-07T18:57:49.835Z 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 07 18:57:48.377
51822026-08-07T18:57:49.835Z DEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:57:48.377Aug 07 18:57:48.377 INFOINFO
51832026-08-07T18:57:49.835Z adding route 172.17.0.2/32 -> 10.0.0.255
51842026-08-07T18:57:49.835Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
51852026-08-07T18:57:49.835ZAug 07 18:57:48.377 INFOAug 07 18:57:48.377 Aug 07 18:57:48.377 adding route 172.17.0.19/32 -> 10.0.0.255DEBG
51862026-08-07T18:57:49.835Z 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
51872026-08-07T18:57:49.835Z 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 07 18:57:48.377
51882026-08-07T18:57:49.835Z DEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:57:48.377
51892026-08-07T18:57:49.835Z Aug 07 18:57:48.377INFO INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
51902026-08-07T18:57:49.835Zadding route 172.17.0.3/32 -> 10.0.0.255
51912026-08-07T18:57:49.836ZAug 07 18:57:48.377 Aug 07 18:57:48.377Aug 07 18:57:48.377 Aug 07 18:57:48.377 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 } }]Aug 07 18:57:48.368
51922026-08-07T18:57:49.836Zcreated new freemap , DEBGunit :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 07 18:57:48.384
51932026-08-07T18:57:49.836Zfreemap_route_ipv4
51942026-08-07T18:57:49.836ZAug 07 18:57:48.377Aug 07 18:57:48.384Aug 07 18:57:48.384 DEBGINFODEBG adding route 172.17.0.10/32 -> 10.0.0.255created new freemap
51952026-08-07T18:57:49.836Z , created new freemapunit, :unit :Aug 07 18:57:48.384freemap_route_ipv4
51962026-08-07T18:57:49.836ZDEBGfreemap_route_ipv6
51972026-08-07T18:57:49.836Zreplacing 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 } }]
51982026-08-07T18:57:49.836ZAug 07 18:57:48.384Aug 07 18:57:48.384 DEBGDEBG initted freemap. size: 64created new freemap, Aug 07 18:57:48.384, unitunit:: freemap_route_ipv4freemap_route_ipv6
51992026-08-07T18:57:49.836ZINFO
52002026-08-07T18:57:49.836Z adding route 172.17.0.11/32 -> 10.0.0.255Aug 07 18:57:48.384Aug 07 18:57:48.377
52012026-08-07T18:57:49.836Z DEBG Aug 07 18:57:48.384DEBGcreated new freemapAug 07 18:57:48.384 , unitDEBGDEBG: freemap_route_ipv4reset freemapreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
52022026-08-07T18:57:49.836Z
52032026-08-07T18:57:49.836Zinitted freemap. size: 64, , unit:unitAug 07 18:57:48.384: INFOfreemap_route_ipv4freemap_route_ipv4Aug 07 18:57:48.384
52042026-08-07T18:57:49.836Z adding route 172.17.0.12/32 -> 10.0.0.255
52052026-08-07T18:57:49.836Z
52062026-08-07T18:57:49.836ZDEBGAug 07 18:57:48.384 created new freemapAug 07 18:57:48.384, DEBGAug 07 18:57:48.384 DEBGreset freemapunit, unit :initted freemap. size: 64DEBG , 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 } }]unitfreemap_route_ipv4:
52072026-08-07T18:57:49.836Z
52082026-08-07T18:57:49.836Z:freemap_route_ipv6
52092026-08-07T18:57:49.836Z freemap_route_ipv6Aug 07 18:57:48.384
52102026-08-07T18:57:49.836Z INFO Aug 07 18:57:48.384adding route 172.17.0.13/32 -> 10.0.0.255
52112026-08-07T18:57:49.841ZDEBGAug 07 18:57:48.384 reset freemapDEBG, Aug 07 18:57:48.384initted freemap. size: 64unit :Aug 07 18:57:48.384, DEBGunit :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 } }] freemap_route_ipv6
52122026-08-07T18:57:49.841Z
52132026-08-07T18:57:49.841Zfreemap_route_ipv6DEBG
52142026-08-07T18:57:49.841Z initted freemap. size: 64Aug 07 18:57:48.384Aug 07 18:57:48.384 , INFOunit : adding route 172.17.0.14/32 -> 10.0.0.255
52152026-08-07T18:57:49.841ZDEBG freemap_route_ipv4Aug 07 18:57:48.384
52162026-08-07T18:57:49.841Zreset freemap INFO, Aug 07 18:57:48.384adding route 3fff:dead::/64 -> 2001:db8::55:1
52172026-08-07T18:57:49.841ZunitDEBG: Aug 07 18:57:48.384replacing 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 07 18:57:48.384 DEBGDEBG freemap_route_ipv6reset freemap
52182026-08-07T18:57:49.841Z,
52192026-08-07T18:57:49.841Zunitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]:
52202026-08-07T18:57:49.841Z freemap_route_ipv4Aug 07 18:57:48.384
52212026-08-07T18:57:49.841ZINFO Aug 07 18:57:48.384Aug 07 18:57:48.384 adding route 3fff:dead::/64 -> 2001:db8::55:1INFOINFOAug 07 18:57:48.384
52222026-08-07T18:57:49.841Z adding route 172.17.0.15/32 -> 10.0.0.255DEBG initted freemap. size: 64
52232026-08-07T18:57:49.841Zadding route 3fff:dead::/64 -> 2001:db8::55:2,
52242026-08-07T18:57:49.841ZunitAug 07 18:57:48.384: Aug 07 18:57:48.384DEBG freemap_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 } }]
52252026-08-07T18:57:49.841Z
52262026-08-07T18:57:49.841ZAug 07 18:57:48.384replacing 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 } }]
52272026-08-07T18:57:49.841ZDEBGAug 07 18:57:48.384Aug 07 18:57:48.384 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 } }] reset freemap
52282026-08-07T18:57:49.841Z, INFOunit :adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 07 18:57:48.384freemap_route_ipv6
52292026-08-07T18:57:49.841Z
52302026-08-07T18:57:49.842ZINFO adding route 172.17.0.16/32 -> 10.0.0.255Aug 07 18:57:48.384Aug 07 18:57:48.384 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
52312026-08-07T18:57:49.842Z
52322026-08-07T18:57:49.842Z
52332026-08-07T18:57:49.842ZAug 07 18:57:48.384 INFOAug 07 18:57:48.384 Aug 07 18:57:48.384 Aug 07 18:57:48.384adding route 172.16.0.0/32 -> 10.0.0.1 DEBGDEBG
52342026-08-07T18:57:49.842ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:3
52352026-08-07T18:57:49.842ZAug 07 18:57:48.384replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 } }]
52362026-08-07T18:57:49.842Z
52372026-08-07T18:57:49.842Z DEBGAug 07 18:57:48.384Aug 07 18:57:48.384Aug 07 18:57:48.384 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 172.17.0.17/32 -> 10.0.0.255
52382026-08-07T18:57:49.842Z
52392026-08-07T18:57:49.842ZINFO Aug 07 18:57:48.384 adding route 3fff:dead::/64 -> 2001:db8::55:4 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 } }]
52402026-08-07T18:57:49.842Z
52412026-08-07T18:57:49.842Z Aug 07 18:57:48.384replacing 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 } }]
52422026-08-07T18:57:49.842ZINFOAug 07 18:57:48.384 Aug 07 18:57:48.384DEBG INFO Aug 07 18:57:48.384 adding route 3fff:dead::/64 -> 2001:db8::55:4INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255
52432026-08-07T18:57:49.842Z
52442026-08-07T18:57:49.842Z
52452026-08-07T18:57:49.842Z adding route 172.17.0.18/32 -> 10.0.0.255
52462026-08-07T18:57:49.842ZAug 07 18:57:48.384Aug 07 18:57:48.384Aug 07 18:57:48.384 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] Aug 07 18:57:48.384
52472026-08-07T18:57:49.842Zreplacing targets for 3fff:dead::/64 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 } }] DEBGDEBG
52482026-08-07T18:57:49.842Zreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:57:48.384
52492026-08-07T18:57:49.842Z 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
52502026-08-07T18:57:49.842Z replacing targets for 3fff:dead::/64 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 } }]
52512026-08-07T18:57:49.842ZAug 07 18:57:48.384 Aug 07 18:57:48.385INFO INFOadding route 172.17.0.19/32 -> 10.0.0.255
52522026-08-07T18:57:49.842Zadding route 172.17.0.1/32 -> 10.0.0.255
52532026-08-07T18:57:49.842Z Aug 07 18:57:48.385DEBG Aug 07 18:57:48.385DEBGreplacing 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.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
52542026-08-07T18:57:49.842Z
52552026-08-07T18:57:49.842Z 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 } }]
52562026-08-07T18:57:49.842ZAug 07 18:57:48.377Aug 07 18:57:48.385INFO DEBG INFOadding route 172.17.0.20/32 -> 10.0.0.255created new freemap
52572026-08-07T18:57:49.842Zadding route 172.17.0.2/32 -> 10.0.0.255,
52582026-08-07T18:57:49.843ZAug 07 18:57:48.385unit: Aug 07 18:57:48.385INFOAug 07 18:57:48.385Aug 07 18:57:48.385 adding route 172.17.0.4/32 -> 10.0.0.255DEBG
52592026-08-07T18:57:49.843Z 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 } }]DEBGfreemap_route_ipv4
52602026-08-07T18:57:49.843ZINFO adding route 172.17.0.20/32 -> 10.0.0.255
52612026-08-07T18:57:49.843Z
52622026-08-07T18:57:49.843Z Aug 07 18:57:48.385replacing 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 07 18:57:48.385INFO
52632026-08-07T18:57:49.843Z DEBGAug 07 18:57:48.385Aug 07 18:57:48.385Aug 07 18:57:48.385 adding route 172.17.0.3/32 -> 10.0.0.255DEBG
52642026-08-07T18:57:49.843Z DEBGINFO created new freemapreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255,
52652026-08-07T18:57:49.843Zreplacing 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 } }]
52662026-08-07T18:57:49.843Z
52672026-08-07T18:57:49.843Zunit: Aug 07 18:57:48.385freemap_route_ipv6Aug 07 18:57:48.385 Aug 07 18:57:48.385INFO Aug 07 18:57:48.385INFO
52682026-08-07T18:57:49.843ZDEBGDEBG adding route 172.17.0.21/32 -> 10.0.0.255replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
52692026-08-07T18:57:49.843Z
52702026-08-07T18:57:49.843Zadding route 172.17.0.5/32 -> 10.0.0.255 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 } }]
52712026-08-07T18:57:49.843ZAug 07 18:57:48.385Aug 07 18:57:48.385 INFO
52722026-08-07T18:57:49.843Z Aug 07 18:57:48.385adding route 172.17.0.4/32 -> 10.0.0.255 Aug 07 18:57:48.385DEBGDEBG
52732026-08-07T18:57:49.843ZDEBG 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.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 } }]
52742026-08-07T18:57:49.843ZAug 07 18:57:48.385initted freemap. size: 64
52752026-08-07T18:57:49.843Z , DEBGunitAug 07 18:57:48.385: INFOAug 07 18:57:48.385 Aug 07 18:57:48.385replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.22/32 -> 10.0.0.255freemap_route_ipv4
52762026-08-07T18:57:49.843Z
52772026-08-07T18:57:49.843Z INFO
52782026-08-07T18:57:49.843ZINFOadding route 172.17.0.22/32 -> 10.0.0.255 Aug 07 18:57:48.385
52792026-08-07T18:57:49.843Z adding route 172.17.0.6/32 -> 10.0.0.255Aug 07 18:57:48.385DEBG reset freemapDEBGAug 07 18:57:48.385Aug 07 18:57:48.385
52802026-08-07T18:57:49.843ZINFO DEBGreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] , Aug 07 18:57:48.385
52812026-08-07T18:57:49.843Zunitreplacing 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.5/32 -> 10.0.0.255: freemap_route_ipv4DEBG
52822026-08-07T18:57:49.843Ztest route::tests::shrink_preserves_compacted_order ... ok
52832026-08-07T18:57:49.843Z
52842026-08-07T18:57:49.844Z
52852026-08-07T18:57:49.844Zreplacing 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 } }]
52862026-08-07T18:57:49.844ZAug 07 18:57:48.385 INFOAug 07 18:57:48.385Aug 07 18:57:48.385Aug 07 18:57:48.385 DEBGINFO replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
52872026-08-07T18:57:49.844Zadding route 172.17.0.7/32 -> 10.0.0.255INFO
52882026-08-07T18:57:49.844ZINFO adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.23/32 -> 10.0.0.255
52892026-08-07T18:57:49.844ZAug 07 18:57:48.385Aug 07 18:57:48.385 adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
52902026-08-07T18:57:49.844Z
52912026-08-07T18:57:49.844ZAug 07 18:57:48.385DEBG Aug 07 18:57:48.385 DEBGDEBGAug 07 18:57:48.385replacing 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
52922026-08-07T18:57:49.844Z initted freemap. size: 64replacing 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 07 18:57:48.385unitreplacing 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 07 18:57:48.385
52932026-08-07T18:57:49.844Z INFOINFO
52942026-08-07T18:57:49.844Zadding route 172.17.0.6/32 -> 10.0.0.255adding route 172.17.0.8/32 -> 10.0.0.255Aug 07 18:57:48.385 freemap_route_ipv6
52952026-08-07T18:57:49.844Z
52962026-08-07T18:57:49.844ZINFO
52972026-08-07T18:57:49.844Z adding route 172.17.0.24/32 -> 10.0.0.255DEBG
52982026-08-07T18:57:49.844ZAug 07 18:57:48.385 Aug 07 18:57:48.385DEBG INFO replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:57:48.385 adding route 172.17.0.24/32 -> 10.0.0.255
52992026-08-07T18:57:49.844ZDEBG Aug 07 18:57:48.385replacing 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 } }]
53002026-08-07T18:57:49.844Z
53012026-08-07T18:57:49.844Zreplacing 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 07 18:57:48.385DEBG Aug 07 18:57:48.385 DEBGAug 07 18:57:48.385INFOreplacing 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 } }]
53022026-08-07T18:57:49.844Zadding route 172.17.0.9/32 -> 10.0.0.255
53032026-08-07T18:57:49.844Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
53042026-08-07T18:57:49.844Ztest transceivers::mpn_test::test_mpn_missing ... ok
53052026-08-07T18:57:49.844Ztest transceivers::mpn_test::test_mpn_present ... ok
53062026-08-07T18:57:49.844Ztest transceivers::mpn_test::test_xcvr_missing ... ok
53072026-08-07T18:57:49.844Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
53082026-08-07T18:57:49.844Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
53092026-08-07T18:57:49.844Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
53102026-08-07T18:57:49.844Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
53112026-08-07T18:57:49.849Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
53122026-08-07T18:57:49.849Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
53132026-08-07T18:57:49.849Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
53142026-08-07T18:57:49.849Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
53152026-08-07T18:57:49.849Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
53162026-08-07T18:57:49.849Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
53172026-08-07T18:57:49.849Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
53182026-08-07T18:57:49.849Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
53192026-08-07T18:57:49.849Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
53202026-08-07T18:57:49.849Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
53212026-08-07T18:57:49.849Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
53222026-08-07T18:57:49.849Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
53232026-08-07T18:57:49.849Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
53242026-08-07T18:57:49.849Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
53252026-08-07T18:57:49.849Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
53262026-08-07T18:57:49.850Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
53272026-08-07T18:57:49.850Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
53282026-08-07T18:57:49.850Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
53292026-08-07T18:57:49.850Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
53302026-08-07T18:57:49.850Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
53312026-08-07T18:57:49.850Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
53322026-08-07T18:57:49.850Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
53332026-08-07T18:57:49.850Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
53342026-08-07T18:57:49.850Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
53352026-08-07T18:57:49.850Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
53362026-08-07T18:57:49.850ZDEBGAug 07 18:57:48.385 reset freemapreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], unitAug 07 18:57:48.385 :DEBG
53372026-08-07T18:57:49.850Z freemap_route_ipv6created new freemap
53382026-08-07T18:57:49.850ZAug 07 18:57:48.385, unitAug 07 18:57:48.392: freemap_route_ipv4
53392026-08-07T18:57:49.850ZINFO DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
53402026-08-07T18:57:49.850Zcreated new freemapAug 07 18:57:48.392, unitDEBG :created new freemap , freemap_route_ipv4unit
53412026-08-07T18:57:49.850ZAug 07 18:57:48.392: freemap_route_ipv6Aug 07 18:57:48.392
53422026-08-07T18:57:49.850ZDEBGINFO 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 07 18:57:48.392adding route 172.16.0.0/32 -> 10.0.0.1
53432026-08-07T18:57:49.850ZDEBGAug 07 18:57:48.392 created new freemapDEBG initted freemap. size: 64,
53442026-08-07T18:57:49.850Z, Aug 07 18:57:48.392unit unitINFO: :adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
53452026-08-07T18:57:49.850Zfreemap_route_ipv4freemap_route_ipv6
53462026-08-07T18:57:49.850Z
53472026-08-07T18:57:49.850ZAug 07 18:57:48.392Aug 07 18:57:48.392Aug 07 18:57:48.392
53482026-08-07T18:57:49.850Z DEBG 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 } }] DEBG
53492026-08-07T18:57:49.850Zinitted freemap. size: 64 , reset freemapunit, :unit :Aug 07 18:57:48.392 freemap_route_ipv4
53502026-08-07T18:57:49.850ZINFOAug 07 18:57:48.392freemap_route_ipv4
53512026-08-07T18:57:49.850Z INFOadding route 172.17.0.25/32 -> 10.0.0.255Aug 07 18:57:48.392
53522026-08-07T18:57:49.850ZDEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff Aug 07 18:57:48.392
53532026-08-07T18:57:49.850Z Aug 07 18:57:48.392initted freemap. size: 64DEBG , reset freemapunitAug 07 18:57:48.392, :unitDEBG: DEBGreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
53542026-08-07T18:57:49.851Z 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 } }]
53552026-08-07T18:57:49.851Z
53562026-08-07T18:57:49.851Zfreemap_route_ipv6Aug 07 18:57:48.392
53572026-08-07T18:57:49.851Z INFOAug 07 18:57:48.392 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 07 18:57:48.392DEBG
53582026-08-07T18:57:49.851Z INFOinitted freemap. size: 64 , adding route 172.17.0.26/32 -> 10.0.0.255unit
53592026-08-07T18:57:49.851ZAug 07 18:57:48.392Aug 07 18:57:48.392: DEBG freemap_route_ipv6
53602026-08-07T18:57:49.851ZDEBGreset freemap , 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 } }]unit
53612026-08-07T18:57:49.851Z: Aug 07 18:57:48.392Aug 07 18:57:48.392freemap_route_ipv6 DEBGDEBGAug 07 18:57:48.392 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
53622026-08-07T18:57:49.851Z
53632026-08-07T18:57:49.851Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffreset freemap
53642026-08-07T18:57:49.851Z, unitAug 07 18:57:48.392Aug 07 18:57:48.392 INFO adding route 172.17.0.27/32 -> 10.0.0.255Aug 07 18:57:48.385
53652026-08-07T18:57:49.851Z Aug 07 18:57:48.392INFO: Aug 07 18:57:48.385INFODEBGfreemap_route_ipv6
53662026-08-07T18:57:49.851Z adding route 172.17.0.7/32 -> 10.0.0.255
53672026-08-07T18:57:49.851ZDEBGreplacing 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 07 18:57:48.392Aug 07 18:57:48.392
53682026-08-07T18:57:49.851ZAug 07 18:57:48.392 INFOreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53692026-08-07T18:57:49.851Zadding route 172.16.0.0/32 -> 10.0.0.1DEBGDEBG
53702026-08-07T18:57:49.851ZAug 07 18:57:48.392 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.16.0.0/32 -> 10.0.0.1INFO
53712026-08-07T18:57:49.851Z
53722026-08-07T18:57:49.851Ztest route::tests::same_size_non_subset_replace ... ok
53732026-08-07T18:57:49.851Z Aug 07 18:57:48.392replacing 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 } }] DEBGAug 07 18:57:48.392adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff Aug 07 18:57:48.392 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
53742026-08-07T18:57:49.851ZDEBG
53752026-08-07T18:57:49.851Z
53762026-08-07T18:57:49.851Zadding route 172.17.0.10/32 -> 10.0.0.255 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 07 18:57:48.392
53772026-08-07T18:57:49.851ZAug 07 18:57:48.392
53782026-08-07T18:57:49.851Z INFO Aug 07 18:57:48.392 Aug 07 18:57:48.392 adding route 172.17.0.28/32 -> 10.0.0.255DEBG
53792026-08-07T18:57:49.851Z 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 07 18:57:48.392INFO Aug 07 18:57:48.392
53802026-08-07T18:57:49.851Z DEBGDEBG adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 07 18:57:48.392
53812026-08-07T18:57:49.852Z
53822026-08-07T18:57:49.852Z INFOAug 07 18:57:48.392Aug 07 18:57:48.392replacing 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 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 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.2
53832026-08-07T18:57:49.852Z
53842026-08-07T18:57:49.852Z
53852026-08-07T18:57:49.852ZAug 07 18:57:48.393
53862026-08-07T18:57:49.852Z INFOAug 07 18:57:48.393Aug 07 18:57:48.393Aug 07 18:57:48.393 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 } }]DEBG
53872026-08-07T18:57:49.852Z adding route 172.16.0.0/32 -> 10.0.0.3replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.11/32 -> 10.0.0.255
53882026-08-07T18:57:49.852Z
53892026-08-07T18:57:49.852Z
53902026-08-07T18:57:49.852ZAug 07 18:57:48.393 INFOAug 07 18:57:48.393Aug 07 18:57:48.393Aug 07 18:57:48.393 Aug 07 18:57:48.393DEBGDEBG INFO replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:20::/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 } }]
53912026-08-07T18:57:49.852Z
53922026-08-07T18:57:49.852Z
53932026-08-07T18:57:49.852ZINFO adding route 172.17.0.29/32 -> 10.0.0.255
53942026-08-07T18:57:49.852Zadding route 172.16.0.0/32 -> 10.0.0.3Aug 07 18:57:48.393
53952026-08-07T18:57:49.852ZDEBG Aug 07 18:57:48.393Aug 07 18:57:48.393replacing 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 } }]
53962026-08-07T18:57:49.852ZINFODEBG Aug 07 18:57:48.393 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 } }] adding route 172.17.0.8/32 -> 10.0.0.255Aug 07 18:57:48.393
53972026-08-07T18:57:49.852ZAug 07 18:57:48.393INFO INFO adding route 172.16.0.0/32 -> 10.0.0.4 adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
53982026-08-07T18:57:49.852Z
53992026-08-07T18:57:49.852Z
54002026-08-07T18:57:49.852ZDEBGAug 07 18:57:48.393adding route 172.17.0.12/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 } }]Aug 07 18:57:48.393
54012026-08-07T18:57:49.852Z
54022026-08-07T18:57:49.852Z DEBGAug 07 18:57:48.393Aug 07 18:57:48.393 INFOreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
54032026-08-07T18:57:49.852Z adding route 172.17.0.30/32 -> 10.0.0.255Aug 07 18:57:48.393 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 07 18:57:48.393
54042026-08-07T18:57:49.852Z
54052026-08-07T18:57:49.852ZDEBG 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 } }]INFO
54062026-08-07T18:57:49.852Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 07 18:57:48.393
54072026-08-07T18:57:49.852ZAug 07 18:57:48.393 Aug 07 18:57:48.393INFODEBG adding route 172.16.0.0/32 -> 10.0.0.4INFOAug 07 18:57:48.393
54082026-08-07T18:57:49.852Z adding route 172.17.0.13/32 -> 10.0.0.255
54092026-08-07T18:57:49.853Z Aug 07 18:57:48.393 DEBGreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54102026-08-07T18:57:49.853ZAug 07 18:57:48.393replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG
54112026-08-07T18:57:49.857Z Aug 07 18:57:48.393replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
54122026-08-07T18:57:49.857Z DEBGAug 07 18:57:48.393 DEBG INFO replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:57:48.393
54132026-08-07T18:57:49.857Z
54142026-08-07T18:57:49.857ZINFO replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.9/32 -> 10.0.0.255
54152026-08-07T18:57:49.857Z
54162026-08-07T18:57:49.857Z
54172026-08-07T18:57:49.857ZAug 07 18:57:48.393 Aug 07 18:57:48.393Aug 07 18:57:48.393Aug 07 18:57:48.393 INFOINFOAug 07 18:57:48.393 DEBGadding route 172.17.0.14/32 -> 10.0.0.255DEBG
54182026-08-07T18:57:49.857Z 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 3fff:beef:23::/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.3, vlan_id: None } }]
54192026-08-07T18:57:49.857Z
54202026-08-07T18:57:49.857ZAug 07 18:57:48.393
54212026-08-07T18:57:49.857ZDEBG DEBGreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 07 18:57:48.393
54222026-08-07T18:57:49.857ZAug 07 18:57:48.393 replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
54232026-08-07T18:57:49.857Z 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 } }]
54242026-08-07T18:57:49.857ZINFO Aug 07 18:57:48.393Aug 07 18:57:48.393adding route 172.17.0.32/32 -> 10.0.0.255 INFO
54252026-08-07T18:57:49.857ZAug 07 18:57:48.393INFO INFOadding route 172.17.0.15/32 -> 10.0.0.255
54262026-08-07T18:57:49.857ZAug 07 18:57:48.393adding route 3fff:beef:24::/64 -> 2001:db8::55:ff DEBG
54272026-08-07T18:57:49.858Zadding route 172.17.0.10/32 -> 10.0.0.255
54282026-08-07T18:57:49.858ZAug 07 18:57:48.393replacing 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 } }]
54292026-08-07T18:57:49.858ZDEBG Aug 07 18:57:48.393replacing 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 } }]
54302026-08-07T18:57:49.858ZAug 07 18:57:48.393Aug 07 18:57:48.393DEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
54312026-08-07T18:57:49.858Z adding route 172.17.0.33/32 -> 10.0.0.255DEBG
54322026-08-07T18:57:49.858ZAug 07 18:57:48.393Aug 07 18:57:48.393 INFO Aug 07 18:57:48.393 INFODEBGadding route 172.17.0.16/32 -> 10.0.0.255
54332026-08-07T18:57:49.858Z replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
54342026-08-07T18:57:49.858Z
54352026-08-07T18:57:49.858Zreplacing 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 } }]
54362026-08-07T18:57:49.858ZAug 07 18:57:48.393Aug 07 18:57:48.393 Aug 07 18:57:48.393DEBGINFO DEBGadding route 172.17.0.34/32 -> 10.0.0.255
54372026-08-07T18:57:49.858Z replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff: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 } }]
54382026-08-07T18:57:49.858Z
54392026-08-07T18:57:49.858ZAug 07 18:57:48.393 Aug 07 18:57:48.393DEBGAug 07 18:57:48.393 Aug 07 18:57:48.393INFOreplacing 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 } }]
54402026-08-07T18:57:49.858Z adding route 172.17.0.11/32 -> 10.0.0.255
54412026-08-07T18:57:49.858ZINFOINFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 07 18:57:48.393
54422026-08-07T18:57:49.858Z
54432026-08-07T18:57:49.858ZDEBG Aug 07 18:57:48.393replacing 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 07 18:57:48.393
54442026-08-07T18:57:49.858ZINFOAug 07 18:57:48.393 adding route 172.17.0.35/32 -> 10.0.0.255DEBGDEBG
54452026-08-07T18:57:49.858Zreplacing 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 07 18:57:48.393replacing 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 } }]
54462026-08-07T18:57:49.858ZINFO
54472026-08-07T18:57:49.858Zadding route 172.17.0.12/32 -> 10.0.0.255Aug 07 18:57:48.393Aug 07 18:57:48.393
54482026-08-07T18:57:49.858Z DEBGINFO Aug 07 18:57:48.393adding route 172.17.0.18/32 -> 10.0.0.255
54492026-08-07T18:57:49.858Z INFOreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
54502026-08-07T18:57:49.858Z
54512026-08-07T18:57:49.858ZAug 07 18:57:48.393 Aug 07 18:57:48.392 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 } }] DEBGAug 07 18:57:48.401Aug 07 18:57:48.401
54522026-08-07T18:57:49.858ZINFO DEBGadding route 172.17.0.25/32 -> 10.0.0.255INFO Aug 07 18:57:48.401replacing 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 172.17.0.36/32 -> 10.0.0.255
54532026-08-07T18:57:49.859Z
54542026-08-07T18:57:49.859ZDEBG Aug 07 18:57:48.401replacing 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 } }]
54552026-08-07T18:57:49.859Z Aug 07 18:57:48.401
54562026-08-07T18:57:49.859ZINFO INFO adding route 172.16.0.0/32 -> 10.0.0.2adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
54572026-08-07T18:57:49.859Z
54582026-08-07T18:57:49.859ZAug 07 18:57:48.401Aug 07 18:57:48.401 DEBG Aug 07 18:57:48.401INFO Aug 07 18:57:48.401DEBGreplacing 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
54592026-08-07T18:57:49.859Z replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 07 18:57:48.401adding route 172.17.0.19/32 -> 10.0.0.255
54602026-08-07T18:57:49.859ZDEBG
54612026-08-07T18:57:49.859Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }]
54622026-08-07T18:57:49.859Z
54632026-08-07T18:57:49.859ZAug 07 18:57:48.401replacing 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 } }] INFOAug 07 18:57:48.401
54642026-08-07T18:57:49.859Z Aug 07 18:57:48.401adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 07 18:57:48.401
54652026-08-07T18:57:49.859ZINFODEBG 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.37/32 -> 10.0.0.255
54662026-08-07T18:57:49.859ZDEBG 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 } }]
54672026-08-07T18:57:49.859Z
54682026-08-07T18:57:49.859ZAug 07 18:57:48.401 Aug 07 18:57:48.401Aug 07 18:57:48.401INFO DEBG adding route 172.17.0.20/32 -> 10.0.0.255
54692026-08-07T18:57:49.859Zreplacing 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 } }]
54702026-08-07T18:57:49.859ZDEBGAug 07 18:57:48.401Aug 07 18:57:48.401 Aug 07 18:57:48.401 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 } }]INFOAug 07 18:57:48.401
54712026-08-07T18:57:49.859Z INFO DEBGINFO Aug 07 18:57:48.401replacing 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 } }] INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
54722026-08-07T18:57:49.859Zadding route 172.17.0.13/32 -> 10.0.0.255 adding route 172.17.0.38/32 -> 10.0.0.255
54732026-08-07T18:57:49.859Z
54742026-08-07T18:57:49.859Z
54752026-08-07T18:57:49.859Zadding route 172.17.0.26/32 -> 10.0.0.255Aug 07 18:57:48.401 INFO
54762026-08-07T18:57:49.859Zadding route 172.17.0.21/32 -> 10.0.0.255
54772026-08-07T18:57:49.859ZAug 07 18:57:48.401Aug 07 18:57:48.401 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.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 } }]
54782026-08-07T18:57:49.859Z
54792026-08-07T18:57:49.859ZAug 07 18:57:48.401 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 } }]
54802026-08-07T18:57:49.859ZAug 07 18:57:48.401Aug 07 18:57:48.401Aug 07 18:57:48.401 Aug 07 18:57:48.401DEBG INFO INFO replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255INFO
54812026-08-07T18:57:49.860Z
54822026-08-07T18:57:49.860Zadding route 172.17.0.39/32 -> 10.0.0.255 adding route 172.17.0.27/32 -> 10.0.0.255
54832026-08-07T18:57:49.860Z
54842026-08-07T18:57:49.860ZAug 07 18:57:48.401Aug 07 18:57:48.401 DEBGINFO Aug 07 18:57:48.401Aug 07 18:57:48.401 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54852026-08-07T18:57:49.860Z
54862026-08-07T18:57:49.860ZDEBG DEBGreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:57:48.401
54872026-08-07T18:57:49.860Z Aug 07 18:57:48.401 INFOreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.23/32 -> 10.0.0.255DEBG
54882026-08-07T18:57:49.860ZAug 07 18:57:48.401
54892026-08-07T18:57:49.860ZINFO 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 07 18:57:48.401
54902026-08-07T18:57:49.860Zadding route 172.17.0.40/32 -> 10.0.0.255Aug 07 18:57:48.401
54912026-08-07T18:57:49.860Z INFO adding route 172.17.0.28/32 -> 10.0.0.255DEBG
54922026-08-07T18:57:49.860ZAug 07 18:57:48.401Aug 07 18:57:48.401 INFO DEBGreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
54932026-08-07T18:57:49.860Z
54942026-08-07T18:57:49.860Zreplacing 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 } }]
54952026-08-07T18:57:49.860ZAug 07 18:57:48.401 DEBG Aug 07 18:57:48.401Aug 07 18:57:48.401replacing 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 07 18:57:48.401
54962026-08-07T18:57:49.860ZDEBG 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 } }] INFO
54972026-08-07T18:57:49.860Z adding route 172.17.0.41/32 -> 10.0.0.255Aug 07 18:57:48.401adding route 172.17.0.24/32 -> 10.0.0.255
54982026-08-07T18:57:49.860Z
54992026-08-07T18:57:49.860Z INFO adding route 172.17.0.29/32 -> 10.0.0.255
55002026-08-07T18:57:49.860ZAug 07 18:57:48.401 Aug 07 18:57:48.401DEBGAug 07 18:57:48.401 Aug 07 18:57:48.401INFO 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 } }]
55012026-08-07T18:57:49.860ZDEBGDEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
55022026-08-07T18:57:49.860Zreplacing 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.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 } }]
55032026-08-07T18:57:49.860Z
55042026-08-07T18:57:49.860ZAug 07 18:57:48.401 INFO Aug 07 18:57:48.401adding route 172.17.0.25/32 -> 10.0.0.255
55052026-08-07T18:57:49.860ZAug 07 18:57:48.401 INFO DEBGadding route 172.17.0.42/32 -> 10.0.0.255 Aug 07 18:57:48.410
55062026-08-07T18:57:49.860Zreplacing 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 } }]
55072026-08-07T18:57:49.860ZDEBG 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 } }]
55082026-08-07T18:57:49.860ZAug 07 18:57:48.410 DEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:57:48.401Aug 07 18:57:48.410
55092026-08-07T18:57:49.861Z INFODEBG Aug 07 18:57:48.410adding route 172.17.0.26/32 -> 10.0.0.255
55102026-08-07T18:57:49.861ZINFOreplacing 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 } }]
55112026-08-07T18:57:49.865Zadding route 172.17.0.43/32 -> 10.0.0.255
55122026-08-07T18:57:49.865ZAug 07 18:57:48.410 DEBG Aug 07 18:57:48.410replacing 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 07 18:57:48.410INFOAug 07 18:57:48.410 DEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
55132026-08-07T18:57:49.865Z
55142026-08-07T18:57:49.865ZINFO 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.14/32 -> 10.0.0.255
55152026-08-07T18:57:49.866Z
55162026-08-07T18:57:49.866ZAug 07 18:57:48.410 DEBGAug 07 18:57:48.410 Aug 07 18:57:48.410 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
55172026-08-07T18:57:49.866Z adding route 172.17.0.44/32 -> 10.0.0.255DEBGAug 07 18:57:48.410
55182026-08-07T18:57:49.866Z 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
55192026-08-07T18:57:49.866Z Aug 07 18:57:48.410adding route 172.17.0.27/32 -> 10.0.0.255Aug 07 18:57:48.410 INFOAug 07 18:57:48.410 DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
55202026-08-07T18:57:49.866ZINFO
55212026-08-07T18:57:49.866Z adding route 172.17.0.15/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 } }]Aug 07 18:57:48.410
55222026-08-07T18:57:49.866Z 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 } }]
55232026-08-07T18:57:49.866Z
55242026-08-07T18:57:49.866ZAug 07 18:57:48.410 Aug 07 18:57:48.410INFO Aug 07 18:57:48.410DEBG adding route 172.17.0.45/32 -> 10.0.0.255INFO
55252026-08-07T18:57:49.866Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 07 18:57:48.410
55262026-08-07T18:57:49.866Zreplacing 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 } }]
55272026-08-07T18:57:49.866ZAug 07 18:57:48.410DEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
55282026-08-07T18:57:49.866ZAug 07 18:57:48.410 Aug 07 18:57:48.410DEBGreplacing 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 07 18:57:48.410
55292026-08-07T18:57:49.866Zreplacing 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 } }]
55302026-08-07T18:57:49.866ZINFO INFOadding route 172.17.0.16/32 -> 10.0.0.255
55312026-08-07T18:57:49.866ZAug 07 18:57:48.410Aug 07 18:57:48.410 adding route 172.17.0.28/32 -> 10.0.0.255INFO
55322026-08-07T18:57:49.866Z adding route 172.17.0.46/32 -> 10.0.0.255Aug 07 18:57:48.410
55332026-08-07T18:57:49.866ZINFO DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
55342026-08-07T18:57:49.866Zreplacing 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 07 18:57:48.410
55352026-08-07T18:57:49.866Z 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 } }]
55362026-08-07T18:57:49.866ZAug 07 18:57:48.410 DEBGAug 07 18:57:48.410Aug 07 18:57:48.410 Aug 07 18:57:48.410INFODEBG adding route 172.17.0.17/32 -> 10.0.0.255INFO
55372026-08-07T18:57:49.866Zreplacing 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 } }]
55382026-08-07T18:57:49.866Z adding route 172.17.0.47/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 } }]Aug 07 18:57:48.411
55392026-08-07T18:57:49.866Z
55402026-08-07T18:57:49.866ZAug 07 18:57:48.411 INFODEBG Aug 07 18:57:48.411 adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
55412026-08-07T18:57:49.866Zreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
55422026-08-07T18:57:49.866Z Aug 07 18:57:48.411replacing 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 } }]
55432026-08-07T18:57:49.867ZAug 07 18:57:48.411INFO Aug 07 18:57:48.411DEBG INFOadding route 172.17.0.29/32 -> 10.0.0.255Aug 07 18:57:48.411replacing 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 } }]
55442026-08-07T18:57:49.867Zadding route 172.17.0.18/32 -> 10.0.0.255INFO
55452026-08-07T18:57:49.867Z
55462026-08-07T18:57:49.867Zadding route 172.17.0.48/32 -> 10.0.0.255Aug 07 18:57:48.411
55472026-08-07T18:57:49.867Z Aug 07 18:57:48.411INFO DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 07 18:57:48.411
55482026-08-07T18:57:49.867Z Aug 07 18:57:48.411DEBG Aug 07 18:57:48.411DEBGreplacing 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 } }]
55492026-08-07T18:57:49.867Zreplacing 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.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
55502026-08-07T18:57:49.867Z
55512026-08-07T18:57:49.867Zreplacing 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 07 18:57:48.411
55522026-08-07T18:57:49.867Z Aug 07 18:57:48.411INFO INFOadding route 172.17.0.49/32 -> 10.0.0.255Aug 07 18:57:48.411
55532026-08-07T18:57:49.867Z Aug 07 18:57:48.411 INFOadding route 172.17.0.19/32 -> 10.0.0.255Aug 07 18:57:48.411
55542026-08-07T18:57:49.867ZINFO DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
55552026-08-07T18:57:49.867Zreplacing 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 } }]
55562026-08-07T18:57:49.867Zadding route 172.17.0.30/32 -> 10.0.0.255
55572026-08-07T18:57:49.867ZAug 07 18:57:48.411Aug 07 18:57:48.411 Aug 07 18:57:48.411DEBGDEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
55582026-08-07T18:57:49.867Z
55592026-08-07T18:57:49.867ZINFOAug 07 18:57:48.411 adding route 172.17.0.50/32 -> 10.0.0.255
55602026-08-07T18:57:49.867ZAug 07 18:57:48.411Aug 07 18:57:48.411 INFOINFOAug 07 18:57:48.411 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 172.17.0.20/32 -> 10.0.0.255
55612026-08-07T18:57:49.867Z
55622026-08-07T18:57:49.867ZDEBGDEBG 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 07 18:57:48.411Aug 07 18:57:48.411
55632026-08-07T18:57:49.867Z 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 } }]DEBG
55642026-08-07T18:57:49.867Z 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 } }]Aug 07 18:57:48.411
55652026-08-07T18:57:49.867Z
55662026-08-07T18:57:49.867Z INFO Aug 07 18:57:48.411adding route 172.17.0.51/32 -> 10.0.0.255 Aug 07 18:57:48.411Aug 07 18:57:48.411
55672026-08-07T18:57:49.867Z INFOINFO INFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ff adding route 172.17.0.31/32 -> 10.0.0.255
55682026-08-07T18:57:49.867ZAug 07 18:57:48.411
55692026-08-07T18:57:49.867Z adding route 172.17.0.21/32 -> 10.0.0.255DEBG
55702026-08-07T18:57:49.867ZAug 07 18:57:48.411 Aug 07 18:57:48.411 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 } }]
55712026-08-07T18:57:49.868Zreplacing 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
55722026-08-07T18:57:49.868Z replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:57:48.411
55732026-08-07T18:57:49.868Ztest route::tests::delete_target_fragmented ... ok
55742026-08-07T18:57:49.868ZAug 07 18:57:48.411 Aug 07 18:57:48.401INFO INFODEBGAug 07 18:57:48.411Aug 07 18:57:48.411adding route 172.17.0.52/32 -> 10.0.0.255
55752026-08-07T18:57:49.868Z INFO adding route 172.17.0.30/32 -> 10.0.0.255 INFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
55762026-08-07T18:57:49.868Zadding route 172.17.0.32/32 -> 10.0.0.255
55772026-08-07T18:57:49.868Zreplacing 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 } }]
55782026-08-07T18:57:49.868Z
55792026-08-07T18:57:49.868ZAug 07 18:57:48.411Aug 07 18:57:48.411 DEBGDEBGAug 07 18:57:48.411 Aug 07 18:57:48.411replacing 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 07 18:57:48.411
55802026-08-07T18:57:49.868Z DEBGreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
55812026-08-07T18:57:49.868ZINFO Aug 07 18:57:48.411replacing 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 } }]
55822026-08-07T18:57:49.868ZAug 07 18:57:48.411adding route 172.17.0.22/32 -> 10.0.0.255INFO INFO
55832026-08-07T18:57:49.868Zadding route 172.17.0.53/32 -> 10.0.0.255Aug 07 18:57:48.411 adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
55842026-08-07T18:57:49.868Z
55852026-08-07T18:57:49.868Z DEBGAug 07 18:57:48.411 Aug 07 18:57:48.411replacing 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 } }]
55862026-08-07T18:57:49.868ZINFODEBGAug 07 18:57:48.411 adding route 172.17.0.31/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 } }]
55872026-08-07T18:57:49.868Z
55882026-08-07T18:57:49.868ZDEBG DEBGreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }]
55892026-08-07T18:57:49.868Z
55902026-08-07T18:57:49.868ZAug 07 18:57:48.411Aug 07 18:57:48.411 Aug 07 18:57:48.411Aug 07 18:57:48.411INFOAug 07 18:57:48.411 INFO adding route 172.17.0.23/32 -> 10.0.0.255 INFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBG
55912026-08-07T18:57:49.868Z
55922026-08-07T18:57:49.868Zreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
55932026-08-07T18:57:49.868Zadding route 172.17.0.33/32 -> 10.0.0.255
55942026-08-07T18:57:49.868Zadding route 172.17.0.54/32 -> 10.0.0.255Aug 07 18:57:48.411
55952026-08-07T18:57:49.868Z DEBGAug 07 18:57:48.411Aug 07 18:57:48.411 Aug 07 18:57:48.411 DEBG INFODEBG adding route 172.17.0.32/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 } }]
55962026-08-07T18:57:49.868Zreplacing 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: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 } }]
55972026-08-07T18:57:49.868Z
55982026-08-07T18:57:49.868Z
55992026-08-07T18:57:49.869ZAug 07 18:57:48.411Aug 07 18:57:48.411Aug 07 18:57:48.411 INFOAug 07 18:57:48.411DEBGAug 07 18:57:48.411 INFOINFOreplacing 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.55/32 -> 10.0.0.255
56002026-08-07T18:57:49.869Zadding route 172.17.0.24/32 -> 10.0.0.255
56012026-08-07T18:57:49.869Z
56022026-08-07T18:57:49.869Z Aug 07 18:57:48.411adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG Aug 07 18:57:48.411 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 } }]INFODEBG
56032026-08-07T18:57:49.869Z adding route 172.17.0.33/32 -> 10.0.0.255
56042026-08-07T18:57:49.869Zreplacing 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 } }]
56052026-08-07T18:57:49.869ZAug 07 18:57:48.411
56062026-08-07T18:57:49.869Z Aug 07 18:57:48.411DEBG 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 07 18:57:48.411 Aug 07 18:57:48.411replacing 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 } }]
56072026-08-07T18:57:49.869Z Aug 07 18:57:48.411
56082026-08-07T18:57:49.869Z DEBGINFOINFO replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.34/32 -> 10.0.0.255Aug 07 18:57:48.411
56092026-08-07T18:57:49.869ZAug 07 18:57:48.411 adding route 172.17.0.56/32 -> 10.0.0.255INFO
56102026-08-07T18:57:49.869Z
56112026-08-07T18:57:49.873Zadding route 172.17.0.25/32 -> 10.0.0.255Aug 07 18:57:48.411INFO
56122026-08-07T18:57:49.873Z INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 172.17.0.34/32 -> 10.0.0.255Aug 07 18:57:48.411
56132026-08-07T18:57:49.873Z
56142026-08-07T18:57:49.873Z Aug 07 18:57:48.411 DEBGDEBG Aug 07 18:57:48.411replacing 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 Aug 07 18:57:48.411
56152026-08-07T18:57:49.873Zreplacing 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 } }]
56162026-08-07T18:57:49.874Zreplacing 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 } }]DEBGAug 07 18:57:48.411Aug 07 18:57:48.411 Aug 07 18:57:48.411DEBG
56172026-08-07T18:57:49.874Z 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 } }] INFOadding route 172.17.0.57/32 -> 10.0.0.255
56182026-08-07T18:57:49.874Z
56192026-08-07T18:57:49.874Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
56202026-08-07T18:57:49.874Zreplacing 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 07 18:57:48.411Aug 07 18:57:48.411Aug 07 18:57:48.411 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 } }] INFO Aug 07 18:57:48.419adding route 172.17.0.35/32 -> 10.0.0.255
56212026-08-07T18:57:49.874Z
56222026-08-07T18:57:49.874ZDEBG 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 } }]
56232026-08-07T18:57:49.874ZAug 07 18:57:48.419Aug 07 18:57:48.419 Aug 07 18:57:48.419DEBG INFOfailed to allocate space for the new target list
56242026-08-07T18:57:49.874Zadding route 172.17.0.58/32 -> 10.0.0.255DEBG
56252026-08-07T18:57:49.874Z 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 } }]
56262026-08-07T18:57:49.874ZAug 07 18:57:48.419 DEBGAug 07 18:57:48.419 Aug 07 18:57:48.419DEBGreplacing 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 } }]
56272026-08-07T18:57:49.874Zreplacing targets for 3fff:dead::/64 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 } }]
56282026-08-07T18:57:49.874ZINFO Aug 07 18:57:48.419 INFO adding route 172.17.0.59/32 -> 10.0.0.255
56292026-08-07T18:57:49.874Zadding route 172.17.0.36/32 -> 10.0.0.255
56302026-08-07T18:57:49.874ZAug 07 18:57:48.419 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 } }]
56312026-08-07T18:57:49.874ZAug 07 18:57:48.419Aug 07 18:57:48.419 DEBGINFO replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255
56322026-08-07T18:57:49.874Z
56332026-08-07T18:57:49.874ZAug 07 18:57:48.419 Aug 07 18:57:48.419DEBG 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 } }]
56342026-08-07T18:57:49.874Zadding route 172.17.0.37/32 -> 10.0.0.255
56352026-08-07T18:57:49.874ZAug 07 18:57:48.419 DEBGAug 07 18:57:48.419 failed to allocate space for the new target listDEBG
56362026-08-07T18:57:49.874Z 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 07 18:57:48.419 INFODEBG
56372026-08-07T18:57:49.874Z adding route 172.17.0.26/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
56382026-08-07T18:57:49.874Z
56392026-08-07T18:57:49.874Z
56402026-08-07T18:57:49.874ZAug 07 18:57:48.419 INFOAug 07 18:57:48.419 adding route 172.17.0.38/32 -> 10.0.0.255DEBG
56412026-08-07T18:57:49.874Z 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 } }]
56422026-08-07T18:57:49.874ZAug 07 18:57:48.419 DEBGAug 07 18:57:48.419 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
56432026-08-07T18:57:49.875Z Aug 07 18:57:48.419adding route 172.17.0.27/32 -> 10.0.0.255
56442026-08-07T18:57:49.875ZINFO adding route 172.17.0.35/32 -> 10.0.0.255Aug 07 18:57:48.419Aug 07 18:57:48.419
56452026-08-07T18:57:49.875ZINFODEBG adding route 172.17.0.39/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 } }]
56462026-08-07T18:57:49.875ZAug 07 18:57:48.419
56472026-08-07T18:57:49.875Z 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 } }]Aug 07 18:57:48.419
56482026-08-07T18:57:49.875Z DEBGAug 07 18:57:48.419 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
56492026-08-07T18:57:49.875Z adding route 172.17.0.28/32 -> 10.0.0.255
56502026-08-07T18:57:49.875ZAug 07 18:57:48.419 Aug 07 18:57:48.419INFO Aug 07 18:57:48.419INFO DEBG adding route 172.17.0.40/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255
56512026-08-07T18:57:49.875Z
56522026-08-07T18:57:49.875Zreplacing 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 } }]
56532026-08-07T18:57:49.875ZAug 07 18:57:48.419Aug 07 18:57:48.419 Aug 07 18:57:48.419 DEBGDEBGINFO adding route 172.17.0.29/32 -> 10.0.0.255replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56542026-08-07T18:57:49.875Z
56552026-08-07T18:57:49.875Zreplacing 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 } }]
56562026-08-07T18:57:49.875ZAug 07 18:57:48.419 Aug 07 18:57:48.419DEBGAug 07 18:57:48.419 INFOINFO 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.37/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255
56572026-08-07T18:57:49.875Z
56582026-08-07T18:57:49.875Z
56592026-08-07T18:57:49.875ZAug 07 18:57:48.419 Aug 07 18:57:48.419INFO Aug 07 18:57:48.419DEBG adding route 172.17.0.30/32 -> 10.0.0.255replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56602026-08-07T18:57:49.875Z
56612026-08-07T18:57:49.875ZDEBG 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 } }]
56622026-08-07T18:57:49.875ZAug 07 18:57:48.419 Aug 07 18:57:48.419DEBGAug 07 18:57:48.419 replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
56632026-08-07T18:57:49.875Z INFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.38/32 -> 10.0.0.255
56642026-08-07T18:57:49.875Z
56652026-08-07T18:57:49.875ZAug 07 18:57:48.419 INFO adding route 172.17.0.31/32 -> 10.0.0.255Aug 07 18:57:48.419
56662026-08-07T18:57:49.875Z Aug 07 18:57:48.419DEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
56672026-08-07T18:57:49.875ZAug 07 18:57:48.419 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 } }]
56682026-08-07T18:57:49.875ZDEBGAug 07 18:57:48.419 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 } }]INFOAug 07 18:57:48.419
56692026-08-07T18:57:49.875Zadding route 172.17.0.43/32 -> 10.0.0.255INFO
56702026-08-07T18:57:49.876Zadding route 172.17.0.39/32 -> 10.0.0.255
56712026-08-07T18:57:49.876ZAug 07 18:57:48.419 Aug 07 18:57:48.419INFO DEBGadding route 172.17.0.32/32 -> 10.0.0.255 Aug 07 18:57:48.419replacing 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 } }]
56722026-08-07T18:57:49.876Z
56732026-08-07T18:57:49.876Z 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 } }]
56742026-08-07T18:57:49.876ZAug 07 18:57:48.419Aug 07 18:57:48.419 DEBGAug 07 18:57:48.419 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
56752026-08-07T18:57:49.876Z INFOadding route 172.17.0.40/32 -> 10.0.0.255 adding route 172.17.0.44/32 -> 10.0.0.255
56762026-08-07T18:57:49.876Z
56772026-08-07T18:57:49.876ZAug 07 18:57:48.419 INFOAug 07 18:57:48.419 Aug 07 18:57:48.419 adding route 172.17.0.33/32 -> 10.0.0.255DEBG
56782026-08-07T18:57:49.876ZDEBG 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.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 } }]
56792026-08-07T18:57:49.876Z
56802026-08-07T18:57:49.876ZAug 07 18:57:48.419 DEBGAug 07 18:57:48.419Aug 07 18:57:48.419 INFOINFOreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255
56812026-08-07T18:57:49.876Z
56822026-08-07T18:57:49.876Z
56832026-08-07T18:57:49.876ZAug 07 18:57:48.419Aug 07 18:57:48.419Aug 07 18:57:48.419 DEBGDEBG INFOreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.34/32 -> 10.0.0.255
56842026-08-07T18:57:49.876Z
56852026-08-07T18:57:49.876Zreplacing 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 } }]
56862026-08-07T18:57:49.876ZAug 07 18:57:48.419Aug 07 18:57:48.419 DEBGINFO Aug 07 18:57:48.419replacing 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 } }] INFOadding route 172.17.0.46/32 -> 10.0.0.255
56872026-08-07T18:57:49.876Z
56882026-08-07T18:57:49.876Z adding route 172.17.0.42/32 -> 10.0.0.255
56892026-08-07T18:57:49.876ZAug 07 18:57:48.419Aug 07 18:57:48.419 INFOAug 07 18:57:48.419 DEBG adding route 172.17.0.35/32 -> 10.0.0.255DEBG 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 } }]
56902026-08-07T18:57:49.876Z
56912026-08-07T18:57:49.876Zreplacing 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 } }]
56922026-08-07T18:57:49.876ZAug 07 18:57:48.419Aug 07 18:57:48.419 Aug 07 18:57:48.419 DEBGINFO replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.47/32 -> 10.0.0.255
56932026-08-07T18:57:49.876Z
56942026-08-07T18:57:49.876ZINFO adding route 172.17.0.43/32 -> 10.0.0.255
56952026-08-07T18:57:49.876ZAug 07 18:57:48.419Aug 07 18:57:48.419 DEBGAug 07 18:57:48.419 INFOreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56962026-08-07T18:57:49.876Zadding route 172.17.0.36/32 -> 10.0.0.255
56972026-08-07T18:57:49.876ZDEBG 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 07 18:57:48.419
56982026-08-07T18:57:49.876ZAug 07 18:57:48.419 INFODEBG adding route 172.17.0.48/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 } }]
56992026-08-07T18:57:49.877Z
57002026-08-07T18:57:49.877ZAug 07 18:57:48.419 INFO Aug 07 18:57:48.419adding route 172.17.0.44/32 -> 10.0.0.255Aug 07 18:57:48.419
57012026-08-07T18:57:49.877Z INFODEBG adding route 172.17.0.37/32 -> 10.0.0.255replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57022026-08-07T18:57:49.877ZAug 07 18:57:48.419
57032026-08-07T18:57:49.877Z 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 } }]
57042026-08-07T18:57:49.877ZAug 07 18:57:48.419Aug 07 18:57:48.419 INFODEBG Aug 07 18:57:48.419 adding route 172.17.0.49/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 } }]
57052026-08-07T18:57:49.877ZINFO
57062026-08-07T18:57:49.877Z adding route 172.17.0.45/32 -> 10.0.0.255
57072026-08-07T18:57:49.877ZAug 07 18:57:48.419Aug 07 18:57:48.419 DEBGINFO Aug 07 18:57:48.419replacing 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.38/32 -> 10.0.0.255
57082026-08-07T18:57:49.877ZDEBG
57092026-08-07T18:57:49.877Z 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 } }]
57102026-08-07T18:57:49.877ZAug 07 18:57:48.419Aug 07 18:57:48.419 Aug 07 18:57:48.419 INFO DEBGINFO adding route 172.17.0.50/32 -> 10.0.0.255adding route 172.17.0.46/32 -> 10.0.0.255replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57112026-08-07T18:57:49.881Z
57122026-08-07T18:57:49.881Z
57132026-08-07T18:57:49.881ZAug 07 18:57:48.419Aug 07 18:57:48.419 Aug 07 18:57:48.419DEBG 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 } }]
57142026-08-07T18:57:49.881Z adding route 172.17.0.39/32 -> 10.0.0.255DEBG
57152026-08-07T18:57:49.881Z 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 } }]
57162026-08-07T18:57:49.882ZAug 07 18:57:48.419Aug 07 18:57:48.419 Aug 07 18:57:48.419INFO 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 } }]
57172026-08-07T18:57:49.882Zadding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255
57182026-08-07T18:57:49.882Z
57192026-08-07T18:57:49.882ZAug 07 18:57:48.419Aug 07 18:57:48.419Aug 07 18:57:48.419 DEBGINFO adding route 172.17.0.40/32 -> 10.0.0.255DEBG
57202026-08-07T18:57:49.882Zreplacing 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 } }]
57212026-08-07T18:57:49.882Zreplacing 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 } }]
57222026-08-07T18:57:49.882ZAug 07 18:57:48.419Aug 07 18:57:48.419Aug 07 18:57:48.419 DEBG INFOINFOreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.52/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255
57232026-08-07T18:57:49.882Z
57242026-08-07T18:57:49.882Z
57252026-08-07T18:57:49.882ZAug 07 18:57:48.419Aug 07 18:57:48.419 Aug 07 18:57:48.419 DEBG 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 } }] 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 } }]
57262026-08-07T18:57:49.882Zadding route 172.17.0.41/32 -> 10.0.0.255
57272026-08-07T18:57:49.882Z
57282026-08-07T18:57:49.882ZAug 07 18:57:48.419Aug 07 18:57:48.419 Aug 07 18:57:48.419 INFODEBG INFO adding route 172.17.0.49/32 -> 10.0.0.255replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.53/32 -> 10.0.0.255
57292026-08-07T18:57:49.882Z
57302026-08-07T18:57:49.882Z
57312026-08-07T18:57:49.882ZAug 07 18:57:48.419Aug 07 18:57:48.419Aug 07 18:57:48.419 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 } }]INFO
57322026-08-07T18:57:49.882Zreplacing 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 } }]
57332026-08-07T18:57:49.882Zadding route 172.17.0.42/32 -> 10.0.0.255
57342026-08-07T18:57:49.882ZAug 07 18:57:48.419Aug 07 18:57:48.419Aug 07 18:57:48.419 INFOINFODEBG adding route 172.17.0.54/32 -> 10.0.0.255adding route 172.17.0.50/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 } }]
57352026-08-07T18:57:49.882Z
57362026-08-07T18:57:49.882Z
57372026-08-07T18:57:49.882ZAug 07 18:57:48.419Aug 07 18:57:48.419 INFOAug 07 18:57:48.419 adding route 172.17.0.43/32 -> 10.0.0.255DEBG
57382026-08-07T18:57:49.882Z created new freemap, unit:Aug 07 18:57:48.427 freemap_route_ipv4DEBG
57392026-08-07T18:57:49.882Z 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 } }]
57402026-08-07T18:57:49.882Z DEBGAug 07 18:57:48.427 Aug 07 18:57:48.427replacing 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 } }]
57412026-08-07T18:57:49.882ZDEBG created new freemapINFO, unitadding route 172.17.0.44/32 -> 10.0.0.255:
57422026-08-07T18:57:49.883Z Aug 07 18:57:48.427freemap_route_ipv6
57432026-08-07T18:57:49.883ZINFO Aug 07 18:57:48.427adding route 172.17.0.51/32 -> 10.0.0.255
57442026-08-07T18:57:49.883ZDEBGAug 07 18:57:48.427 replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
57452026-08-07T18:57:49.883Z initted freemap. size: 64Aug 07 18:57:48.427, unitDEBG: 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 07 18:57:48.427freemap_route_ipv4
57462026-08-07T18:57:49.883Z
57472026-08-07T18:57:49.883ZINFO adding route 172.17.0.45/32 -> 10.0.0.255Aug 07 18:57:48.427
57482026-08-07T18:57:49.883Z INFOAug 07 18:57:48.427 Aug 07 18:57:48.427adding route 172.17.0.52/32 -> 10.0.0.255DEBG DEBGreset freemap ,
57492026-08-07T18:57:49.883Zreplacing 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 } }]unit
57502026-08-07T18:57:49.883Z: freemap_route_ipv4
57512026-08-07T18:57:49.883ZAug 07 18:57:48.427 DEBGAug 07 18:57:48.427 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 07 18:57:48.427
57522026-08-07T18:57:49.883Z INFODEBG adding route 172.17.0.46/32 -> 10.0.0.255initted freemap. size: 64
57532026-08-07T18:57:49.883ZAug 07 18:57:48.427, unitINFO: adding route 172.17.0.53/32 -> 10.0.0.255
57542026-08-07T18:57:49.883Zfreemap_route_ipv6
57552026-08-07T18:57:49.883ZAug 07 18:57:48.427 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 07 18:57:48.427Aug 07 18:57:48.427
57562026-08-07T18:57:49.883Z 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 } }]reset freemap
57572026-08-07T18:57:49.883Z, Aug 07 18:57:48.427unit :INFO freemap_route_ipv6adding route 172.17.0.47/32 -> 10.0.0.255
57582026-08-07T18:57:49.883Z
57592026-08-07T18:57:49.883ZAug 07 18:57:48.427 INFO adding route 172.17.0.54/32 -> 10.0.0.255Aug 07 18:57:48.427
57602026-08-07T18:57:49.883ZAug 07 18:57:48.427 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 07 18:57:48.427
57612026-08-07T18:57:49.883Z
57622026-08-07T18:57:49.883Z DEBGAug 07 18:57:48.427 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 07 18:57:48.427INFO
57632026-08-07T18:57:49.883Z adding route 172.17.0.48/32 -> 10.0.0.255DEBG
57642026-08-07T18:57:49.883Zreplacing 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 } }]
57652026-08-07T18:57:49.883ZAug 07 18:57:48.427 INFO adding route 172.17.0.55/32 -> 10.0.0.255Aug 07 18:57:48.427
57662026-08-07T18:57:49.883ZAug 07 18:57:48.427 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.16.0.0/32 -> 10.0.0.1Aug 07 18:57:48.427
57672026-08-07T18:57:49.883Z
57682026-08-07T18:57:49.883Z 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 } }]
57692026-08-07T18:57:49.883ZAug 07 18:57:48.427 INFOAug 07 18:57:48.427 Aug 07 18:57:48.427 adding route 172.17.0.49/32 -> 10.0.0.255DEBG
57702026-08-07T18:57:49.884Z 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
57712026-08-07T18:57:49.884Z adding route 172.17.0.56/32 -> 10.0.0.255
57722026-08-07T18:57:49.884ZAug 07 18:57:48.427 DEBG Aug 07 18:57:48.427replacing 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 07 18:57:48.427
57732026-08-07T18:57:49.884ZINFO adding route 172.16.0.0/32 -> 10.0.0.1DEBG
57742026-08-07T18:57:49.884Ztest route::tests::delete_target_full ... ok
57752026-08-07T18:57:49.884Z replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:57:48.427
57762026-08-07T18:57:49.884Z INFO adding route 172.17.0.50/32 -> 10.0.0.255
57772026-08-07T18:57:49.884ZAug 07 18:57:48.427 DEBGAug 07 18:57:48.427 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
57782026-08-07T18:57:49.884ZAug 07 18:57:48.427 adding route 172.17.0.57/32 -> 10.0.0.255DEBG
57792026-08-07T18:57:49.884Z 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 07 18:57:48.427
57802026-08-07T18:57:49.884ZAug 07 18:57:48.427 INFO adding route 172.17.0.51/32 -> 10.0.0.255
57812026-08-07T18:57:49.884Ztest route::tests::delete_targets_fragmented ... ok
57822026-08-07T18:57:49.884ZAug 07 18:57:48.427Aug 07 18:57:48.427 DEBGDEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
57832026-08-07T18:57:49.884Ztest route::tests::add_target_fails_full ... ok
57842026-08-07T18:57:49.884Z
57852026-08-07T18:57:49.884Z INFOAug 07 18:57:48.427 adding route 172.16.0.0/32 -> 10.0.0.2INFO
57862026-08-07T18:57:49.884Z adding route 172.17.0.52/32 -> 10.0.0.255
57872026-08-07T18:57:49.884ZAug 07 18:57:48.427 Aug 07 18:57:48.427Aug 07 18:57:48.427 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 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
57882026-08-07T18:57:49.884Z
57892026-08-07T18:57:49.884Zadding route 172.17.0.58/32 -> 10.0.0.255
57902026-08-07T18:57:49.884ZAug 07 18:57:48.427Aug 07 18:57:48.427Aug 07 18:57:48.427 DEBGINFOINFO adding route 172.17.0.53/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255
57912026-08-07T18:57:49.884Zreplacing 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 } }]
57922026-08-07T18:57:49.884Z
57932026-08-07T18:57:49.884ZAug 07 18:57:48.427 Aug 07 18:57:48.427DEBGAug 07 18:57:48.427 INFO 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 } }]
57942026-08-07T18:57:49.884Zreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255
57952026-08-07T18:57:49.884Z
57962026-08-07T18:57:49.884ZAug 07 18:57:48.427 Aug 07 18:57:48.427Aug 07 18:57:48.427 INFO adding route 172.17.0.1/32 -> 10.0.0.255INFO
57972026-08-07T18:57:49.884ZAug 07 18:57:48.419 adding route 172.17.0.54/32 -> 10.0.0.255
57982026-08-07T18:57:49.885ZDEBG Aug 07 18:57:48.435replacing 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 } }]DEBGAug 07 18:57:48.435 DEBGreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57992026-08-07T18:57:49.885Z 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 } }]
58002026-08-07T18:57:49.885Z
58012026-08-07T18:57:49.885ZAug 07 18:57:48.435DEBG INFOreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 07 18:57:48.435adding route 172.17.0.2/32 -> 10.0.0.255
58022026-08-07T18:57:49.885ZINFO Aug 07 18:57:48.435
58032026-08-07T18:57:49.885Zadding route 172.17.0.60/32 -> 10.0.0.255 Aug 07 18:57:48.435INFO
58042026-08-07T18:57:49.885Z adding route 172.17.0.55/32 -> 10.0.0.255DEBGAug 07 18:57:48.435
58052026-08-07T18:57:49.885Z DEBGAug 07 18:57:48.435 INFOreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58062026-08-07T18:57:49.885Z adding route 172.17.0.55/32 -> 10.0.0.255replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58072026-08-07T18:57:49.885ZAug 07 18:57:48.435
58082026-08-07T18:57:49.885ZDEBGAug 07 18:57:48.435 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 } }]INFOAug 07 18:57:48.435
58092026-08-07T18:57:49.885Z Aug 07 18:57:48.435 INFOadding route 172.17.0.3/32 -> 10.0.0.255
58102026-08-07T18:57:49.885Z adding route 172.17.0.61/32 -> 10.0.0.255
58112026-08-07T18:57:49.890ZDEBG 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 07 18:57:48.435
58122026-08-07T18:57:49.890ZAug 07 18:57:48.435 DEBGAug 07 18:57:48.435 DEBGreplacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 07 18:57:48.435replacing 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 } }]
58132026-08-07T18:57:49.890Z INFO INFOadding route 172.17.0.56/32 -> 10.0.0.255
58142026-08-07T18:57:49.890Z Aug 07 18:57:48.435adding route 172.17.0.56/32 -> 10.0.0.255
58152026-08-07T18:57:49.890ZINFO
58162026-08-07T18:57:49.890Z adding route 172.17.0.62/32 -> 10.0.0.255Aug 07 18:57:48.435
58172026-08-07T18:57:49.890Z Aug 07 18:57:48.435Aug 07 18:57:48.435INFO adding route 172.17.0.4/32 -> 10.0.0.255DEBG
58182026-08-07T18:57:49.890Z 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 07 18:57:48.435
58192026-08-07T18:57:49.890Z Aug 07 18:57:48.435replacing 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
58202026-08-07T18:57:49.890Z 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
58212026-08-07T18:57:49.890Z 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 } }]
58222026-08-07T18:57:49.890ZAug 07 18:57:48.435Aug 07 18:57:48.435Aug 07 18:57:48.435 Aug 07 18:57:48.435DEBG INFOfailed to allocate space for the new target listINFO adding route 172.17.0.57/32 -> 10.0.0.255
58232026-08-07T18:57:49.890Z
58242026-08-07T18:57:49.890Zadding route 172.17.0.57/32 -> 10.0.0.255INFO
58252026-08-07T18:57:49.890Zadding route 172.17.0.5/32 -> 10.0.0.255
58262026-08-07T18:57:49.890ZAug 07 18:57:48.435Aug 07 18:57:48.435Aug 07 18:57:48.435 DEBGDEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
58272026-08-07T18:57:49.890Z
58282026-08-07T18:57:49.890Z Aug 07 18:57:48.435replacing 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 } }]
58292026-08-07T18:57:49.890ZDEBG 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 } }]
58302026-08-07T18:57:49.890ZAug 07 18:57:48.435Aug 07 18:57:48.435 INFOAug 07 18:57:48.435INFO adding route 172.17.0.6/32 -> 10.0.0.255 adding route 172.17.0.58/32 -> 10.0.0.255
58312026-08-07T18:57:49.890Z
58322026-08-07T18:57:49.890ZINFO adding route 172.17.0.58/32 -> 10.0.0.255
58332026-08-07T18:57:49.890ZAug 07 18:57:48.435Aug 07 18:57:48.435 DEBGAug 07 18:57:48.435DEBG 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 } }]
58342026-08-07T18:57:49.890Z 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.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 } }]
58352026-08-07T18:57:49.890Z
58362026-08-07T18:57:49.890ZAug 07 18:57:48.435 INFOAug 07 18:57:48.435 Aug 07 18:57:48.435 adding route 172.17.0.59/32 -> 10.0.0.255
58372026-08-07T18:57:49.891ZINFO INFOadding route 172.17.0.7/32 -> 10.0.0.255
58382026-08-07T18:57:49.891ZAug 07 18:57:48.435adding route 172.17.0.59/32 -> 10.0.0.255
58392026-08-07T18:57:49.891ZDEBG 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 } }]
58402026-08-07T18:57:49.891ZAug 07 18:57:48.435 Aug 07 18:57:48.435DEBGAug 07 18:57:48.435 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 } }]
58412026-08-07T18:57:49.891ZDEBG INFOreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58422026-08-07T18:57:49.891Zadding route 172.17.0.60/32 -> 10.0.0.255Aug 07 18:57:48.435
58432026-08-07T18:57:49.891Z INFO adding route 172.17.0.8/32 -> 10.0.0.255
58442026-08-07T18:57:49.891ZAug 07 18:57:48.435Aug 07 18:57:48.435 INFODEBG 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.60/32 -> 10.0.0.255
58452026-08-07T18:57:49.891ZAug 07 18:57:48.435
58462026-08-07T18:57:49.891Z 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 } }]
58472026-08-07T18:57:49.891ZAug 07 18:57:48.435Aug 07 18:57:48.435 DEBGDEBGAug 07 18:57:48.435 failed to allocate space for the new target listINFO
58482026-08-07T18:57:49.891Z 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.9/32 -> 10.0.0.255
58492026-08-07T18:57:49.891Z
58502026-08-07T18:57:49.891ZAug 07 18:57:48.435 DEBGAug 07 18:57:48.435 Aug 07 18:57:48.435 replacing targets for 172.16.0.0/32 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 } }]
58512026-08-07T18:57:49.891ZDEBGINFO adding route 172.17.0.61/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 } }]
58522026-08-07T18:57:49.891Z
58532026-08-07T18:57:49.891ZAug 07 18:57:48.435Aug 07 18:57:48.435 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.10/32 -> 10.0.0.255
58542026-08-07T18:57:49.891Z
58552026-08-07T18:57:49.891ZAug 07 18:57:48.435Aug 07 18:57:48.435 INFODEBG adding route 172.17.0.62/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 } }]
58562026-08-07T18:57:49.891Z
58572026-08-07T18:57:49.891ZAug 07 18:57:48.435Aug 07 18:57:48.435 DEBGINFO replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.11/32 -> 10.0.0.255
58582026-08-07T18:57:49.891Z
58592026-08-07T18:57:49.891ZAug 07 18:57:48.435Aug 07 18:57:48.435 INFODEBG adding route 172.17.0.63/32 -> 10.0.0.255
58602026-08-07T18:57:49.891ZAug 07 18:57:48.435 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
58612026-08-07T18:57:49.891Z 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 } }]
58622026-08-07T18:57:49.891ZAug 07 18:57:48.435 DEBG Aug 07 18:57:48.435failed to allocate space for the new target list
58632026-08-07T18:57:49.891ZINFO adding route 172.17.0.12/32 -> 10.0.0.255
58642026-08-07T18:57:49.891ZAug 07 18:57:48.435 DEBG Aug 07 18:57:48.435replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
58652026-08-07T18:57:49.892ZDEBG 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 } }]
58662026-08-07T18:57:49.892ZAug 07 18:57:48.435 DEBG Aug 07 18:57:48.435failed to allocate space for the new target list
58672026-08-07T18:57:49.892ZINFO adding route 172.17.0.13/32 -> 10.0.0.255
58682026-08-07T18:57:49.892ZAug 07 18:57:48.435 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 } }]
58692026-08-07T18:57:49.892ZAug 07 18:57:48.435 INFO adding route 172.17.0.14/32 -> 10.0.0.255
58702026-08-07T18:57:49.892ZAug 07 18:57:48.435 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 } }]
58712026-08-07T18:57:49.892Ztest route::tests::delete_targets_full ... ok
58722026-08-07T18:57:49.892ZAug 07 18:57:48.435 INFO adding route 172.17.0.15/32 -> 10.0.0.255
58732026-08-07T18:57:49.892ZAug 07 18:57:48.435 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 } }]
58742026-08-07T18:57:49.892ZAug 07 18:57:48.435 INFO adding route 172.17.0.16/32 -> 10.0.0.255
58752026-08-07T18:57:49.892Z
58762026-08-07T18:57:49.892ZAug 07 18:57:48.435 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 } }]
58772026-08-07T18:57:49.892ZAug 07 18:57:48.435 INFO adding route 172.17.0.17/32 -> 10.0.0.255
58782026-08-07T18:57:49.892Ztest result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
58792026-08-07T18:57:49.892ZAug 07 18:57:48.435 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 } }]
58802026-08-07T18:57:49.892Z
58812026-08-07T18:57:49.892ZAug 07 18:57:48.435 INFO adding route 172.17.0.18/32 -> 10.0.0.255
58822026-08-07T18:57:49.892ZAug 07 18:57:48.435 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 } }]
58832026-08-07T18:57:49.892ZAug 07 18:57:48.435 INFO adding route 172.17.0.19/32 -> 10.0.0.255
58842026-08-07T18:57:49.892ZAug 07 18:57:48.435 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 } }]
58852026-08-07T18:57:49.892ZAug 07 18:57:48.435 INFO adding route 172.17.0.20/32 -> 10.0.0.255
58862026-08-07T18:57:49.892ZAug 07 18:57:48.435 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 } }]
58872026-08-07T18:57:49.892ZAug 07 18:57:48.435 INFO adding route 172.17.0.21/32 -> 10.0.0.255
58882026-08-07T18:57:49.892ZAug 07 18:57:48.435 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 } }]
58892026-08-07T18:57:49.892ZAug 07 18:57:48.435 INFO adding route 172.17.0.22/32 -> 10.0.0.255
58902026-08-07T18:57:49.892ZAug 07 18:57:48.435 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 } }]
58912026-08-07T18:57:49.892ZAug 07 18:57:48.435 INFO adding route 172.17.0.23/32 -> 10.0.0.255
58922026-08-07T18:57:49.892ZAug 07 18:57:48.435 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 } }]
58932026-08-07T18:57:49.893ZAug 07 18:57:48.435 INFO adding route 172.17.0.24/32 -> 10.0.0.255
58942026-08-07T18:57:49.893ZAug 07 18:57:48.435 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 } }]
58952026-08-07T18:57:49.893ZAug 07 18:57:48.435 INFO adding route 172.17.0.25/32 -> 10.0.0.255
58962026-08-07T18:57:49.893ZAug 07 18:57:48.435 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 } }]
58972026-08-07T18:57:49.893ZAug 07 18:57:48.435 INFO adding route 172.17.0.26/32 -> 10.0.0.255
58982026-08-07T18:57:49.893ZAug 07 18:57:48.435 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 } }]
58992026-08-07T18:57:49.893ZAug 07 18:57:48.435 INFO adding route 172.17.0.27/32 -> 10.0.0.255
59002026-08-07T18:57:49.893ZAug 07 18:57:48.435 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 } }]
59012026-08-07T18:57:49.893ZAug 07 18:57:48.435 INFO adding route 172.17.0.28/32 -> 10.0.0.255
59022026-08-07T18:57:49.893ZAug 07 18:57:48.435 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 } }]
59032026-08-07T18:57:49.893ZAug 07 18:57:48.435 INFO adding route 172.17.0.29/32 -> 10.0.0.255
59042026-08-07T18:57:49.893ZAug 07 18:57:48.435 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 } }]
59052026-08-07T18:57:49.893ZAug 07 18:57:48.435 INFO adding route 172.17.0.30/32 -> 10.0.0.255
59062026-08-07T18:57:49.893ZAug 07 18:57:48.435 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 } }]
59072026-08-07T18:57:49.893ZAug 07 18:57:48.435 INFO adding route 172.17.0.31/32 -> 10.0.0.255
59082026-08-07T18:57:49.893ZAug 07 18:57:48.435 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 } }]
59092026-08-07T18:57:49.893ZAug 07 18:57:48.436 INFO adding route 172.17.0.32/32 -> 10.0.0.255
59102026-08-07T18:57:49.893ZAug 07 18:57:48.436 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 } }]
59112026-08-07T18:57:49.898ZAug 07 18:57:48.436 INFO adding route 172.17.0.33/32 -> 10.0.0.255
59122026-08-07T18:57:49.898ZAug 07 18:57:48.436 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 } }]
59132026-08-07T18:57:49.898ZAug 07 18:57:48.436 INFO adding route 172.17.0.34/32 -> 10.0.0.255
59142026-08-07T18:57:49.898ZAug 07 18:57:48.436 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 } }]
59152026-08-07T18:57:49.898ZAug 07 18:57:48.436 INFO adding route 172.17.0.35/32 -> 10.0.0.255
59162026-08-07T18:57:49.898ZAug 07 18:57:48.436 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 } }]
59172026-08-07T18:57:49.898ZAug 07 18:57:48.443 INFO adding route 172.17.0.36/32 -> 10.0.0.255
59182026-08-07T18:57:49.898ZAug 07 18:57:48.443 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 } }]
59192026-08-07T18:57:49.898ZAug 07 18:57:48.443 INFO adding route 172.17.0.37/32 -> 10.0.0.255
59202026-08-07T18:57:49.898ZAug 07 18:57:48.443 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 } }]
59212026-08-07T18:57:49.898ZAug 07 18:57:48.443 INFO adding route 172.17.0.38/32 -> 10.0.0.255
59222026-08-07T18:57:49.898ZAug 07 18:57:48.443 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 } }]
59232026-08-07T18:57:49.898ZAug 07 18:57:48.443 INFO adding route 172.17.0.39/32 -> 10.0.0.255
59242026-08-07T18:57:49.898ZAug 07 18:57:48.443 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 } }]
59252026-08-07T18:57:49.898ZAug 07 18:57:48.443 INFO adding route 172.17.0.40/32 -> 10.0.0.255
59262026-08-07T18:57:49.898ZAug 07 18:57:48.443 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 } }]
59272026-08-07T18:57:49.898ZAug 07 18:57:48.443 INFO adding route 172.17.0.41/32 -> 10.0.0.255
59282026-08-07T18:57:49.898ZAug 07 18:57:48.443 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 } }]
59292026-08-07T18:57:49.898ZAug 07 18:57:48.443 INFO adding route 172.17.0.42/32 -> 10.0.0.255
59302026-08-07T18:57:49.898ZAug 07 18:57:48.443 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 } }]
59312026-08-07T18:57:49.898ZAug 07 18:57:48.443 INFO adding route 172.17.0.43/32 -> 10.0.0.255
59322026-08-07T18:57:49.898ZAug 07 18:57:48.443 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 } }]
59332026-08-07T18:57:49.898ZAug 07 18:57:48.443 INFO adding route 172.17.0.44/32 -> 10.0.0.255
59342026-08-07T18:57:49.898ZAug 07 18:57:48.443 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 } }]
59352026-08-07T18:57:49.898ZAug 07 18:57:48.443 INFO adding route 172.17.0.45/32 -> 10.0.0.255
59362026-08-07T18:57:49.899ZAug 07 18:57:48.443 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 } }]
59372026-08-07T18:57:49.899ZAug 07 18:57:48.443 INFO adding route 172.17.0.46/32 -> 10.0.0.255
59382026-08-07T18:57:49.899ZAug 07 18:57:48.443 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 } }]
59392026-08-07T18:57:49.899ZAug 07 18:57:48.443 INFO adding route 172.17.0.47/32 -> 10.0.0.255
59402026-08-07T18:57:49.899ZAug 07 18:57:48.443 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 } }]
59412026-08-07T18:57:49.899ZAug 07 18:57:48.443 INFO adding route 172.17.0.48/32 -> 10.0.0.255
59422026-08-07T18:57:49.899ZAug 07 18:57:48.443 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 } }]
59432026-08-07T18:57:49.899ZAug 07 18:57:48.443 INFO adding route 172.17.0.49/32 -> 10.0.0.255
59442026-08-07T18:57:49.899ZAug 07 18:57:48.443 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 } }]
59452026-08-07T18:57:49.899ZAug 07 18:57:48.443 INFO adding route 172.17.0.50/32 -> 10.0.0.255
59462026-08-07T18:57:49.899ZAug 07 18:57:48.443 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 } }]
59472026-08-07T18:57:49.899ZAug 07 18:57:48.443 INFO adding route 172.17.0.51/32 -> 10.0.0.255
59482026-08-07T18:57:49.899ZAug 07 18:57:48.443 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 } }]
59492026-08-07T18:57:49.899ZAug 07 18:57:48.443 INFO adding route 172.17.0.52/32 -> 10.0.0.255
59502026-08-07T18:57:49.899ZAug 07 18:57:48.443 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 } }]
59512026-08-07T18:57:49.899ZAug 07 18:57:48.443 INFO adding route 172.17.0.53/32 -> 10.0.0.255
59522026-08-07T18:57:49.899ZAug 07 18:57:48.443 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 } }]
59532026-08-07T18:57:49.899ZAug 07 18:57:48.443 INFO adding route 172.17.0.54/32 -> 10.0.0.255
59542026-08-07T18:57:49.899ZAug 07 18:57:48.443 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 } }]
59552026-08-07T18:57:49.899ZAug 07 18:57:48.443 INFO adding route 172.17.0.55/32 -> 10.0.0.255
59562026-08-07T18:57:49.899ZAug 07 18:57:48.443 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 } }]
59572026-08-07T18:57:49.899ZAug 07 18:57:48.443 INFO adding route 172.17.0.56/32 -> 10.0.0.255
59582026-08-07T18:57:49.899ZAug 07 18:57:48.443 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 } }]
59592026-08-07T18:57:49.899ZAug 07 18:57:48.443 INFO adding route 172.17.0.57/32 -> 10.0.0.255
59602026-08-07T18:57:49.899ZAug 07 18:57:48.443 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 } }]
59612026-08-07T18:57:49.899ZAug 07 18:57:48.443 INFO adding route 172.17.0.58/32 -> 10.0.0.255
59622026-08-07T18:57:49.899ZAug 07 18:57:48.443 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 } }]
59632026-08-07T18:57:49.899ZAug 07 18:57:48.443 INFO adding route 172.17.0.59/32 -> 10.0.0.255
59642026-08-07T18:57:49.899ZAug 07 18:57:48.443 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 } }]
59652026-08-07T18:57:49.900ZAug 07 18:57:48.443 INFO adding route 172.17.0.60/32 -> 10.0.0.255
59662026-08-07T18:57:49.900ZAug 07 18:57:48.443 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 } }]
59672026-08-07T18:57:49.900ZAug 07 18:57:48.443 DEBG failed to allocate space for the new target list
59682026-08-07T18:57:49.900ZAug 07 18:57:48.443 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 } }]
59692026-08-07T18:57:49.900Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-87e1c72674414b03)
59702026-08-07T18:57:49.900Z
59712026-08-07T18:57:49.900Zrunning 0 tests
59722026-08-07T18:57:49.900Z
59732026-08-07T18:57:49.900Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59742026-08-07T18:57:49.900Z
59752026-08-07T18:57:49.900Z Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024)
59762026-08-07T18:57:49.900Z
59772026-08-07T18:57:49.900Zrunning 0 tests
59782026-08-07T18:57:49.900Z
59792026-08-07T18:57:49.900Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59802026-08-07T18:57:49.900Z
59812026-08-07T18:57:49.900Z Running unittests src/lib.rs (target/debug/deps/dpd_client-e93a99ac5e645656)
59822026-08-07T18:57:49.900Z
59832026-08-07T18:57:49.900Zrunning 6 tests
59842026-08-07T18:57:49.900Ztest tests::test_parse_client_port_id ... ok
59852026-08-07T18:57:49.900Ztest tests::test_full_lot_id_neither_present ... ok
59862026-08-07T18:57:49.900Ztest tests::test_port_id_cmp ... ok
59872026-08-07T18:57:49.900Ztest tests::test_full_lot_id_both_present ... ok
59882026-08-07T18:57:49.900Ztest tests::test_full_lot_id_lotnum_only ... ok
59892026-08-07T18:57:49.900Ztest tests::test_full_lot_id_lot_only ... ok
59902026-08-07T18:57:49.900Z
59912026-08-07T18:57:49.900Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59922026-08-07T18:57:49.900Z
59932026-08-07T18:57:49.901Z Running tests/test_all.rs (target/debug/deps/test_all-cd4e053c312dafad)
59942026-08-07T18:57:49.901Z
59952026-08-07T18:57:49.901Zrunning 0 tests
59962026-08-07T18:57:49.901Z
59972026-08-07T18:57:49.901Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59982026-08-07T18:57:49.901Z
59992026-08-07T18:57:49.901Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21)
60002026-08-07T18:57:49.901Z
60012026-08-07T18:57:49.901Zrunning 0 tests
60022026-08-07T18:57:49.901Z
60032026-08-07T18:57:49.901Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60042026-08-07T18:57:49.901Z
60052026-08-07T18:57:49.901Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62)
60062026-08-07T18:57:49.901Z
60072026-08-07T18:57:49.901Zrunning 0 tests
60082026-08-07T18:57:49.901Z
60092026-08-07T18:57:49.901Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60102026-08-07T18:57:49.901Z
60112026-08-07T18:57:49.905Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
60122026-08-07T18:57:49.905Z
60132026-08-07T18:57:49.905Zrunning 12 tests
60142026-08-07T18:57:49.905Ztest icmp::test_v6_checksum ... ok
60152026-08-07T18:57:49.905Ztest icmp::test_v4_checksum ... ok
60162026-08-07T18:57:49.905Ztest lldp::test_lldp_parse ... ok
60172026-08-07T18:57:49.905Ztest pbuf::test_byte ... ok
60182026-08-07T18:57:49.905Ztest pbuf::test_nibble ... ok
60192026-08-07T18:57:49.905Ztest ipv6::test_ipv6_parse ... ok
60202026-08-07T18:57:49.905Ztest pbuf::test_short ... ok
60212026-08-07T18:57:49.905Ztest pbuf::test_overflow ... ok
60222026-08-07T18:57:49.906Ztest pbuf::test_twelve ... ok
60232026-08-07T18:57:49.906Ztest pbuf::test_word ... ok
60242026-08-07T18:57:49.906Ztest tcp::test_checksum_ack_data ... ok
60252026-08-07T18:57:49.906Ztest tcp::test_checksum_syn_nodata ... ok
60262026-08-07T18:57:49.906Z
60272026-08-07T18:57:49.906Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60282026-08-07T18:57:49.906Z
60292026-08-07T18:57:49.906Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
60302026-08-07T18:57:49.906Z
60312026-08-07T18:57:49.906Zrunning 0 tests
60322026-08-07T18:57:49.906Z
60332026-08-07T18:57:49.906Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60342026-08-07T18:57:49.906Z
60352026-08-07T18:57:49.906Z Running unittests src/main.rs (target/debug/deps/swadm-fbdb6359d79fc046)
60362026-08-07T18:57:49.906Z
60372026-08-07T18:57:49.906Zrunning 5 tests
60382026-08-07T18:57:49.906Ztest switchport::test::test_compute_lanes ... ok
60392026-08-07T18:57:49.906Ztest switchport::test::port_id_ordering ... ok
60402026-08-07T18:57:49.906Z Lane 0 Lane 1 Lane 2 Lane 0 Lane 3
60412026-08-07T18:57:49.906ZLane 1 Rx Loss-of-lock: YesLane 2 YesLane 3
60422026-08-07T18:57:49.906ZYes State: ActivatedYes
60432026-08-07T18:57:49.906ZActivated Rx Loss-of-signal: YesActivated YesActivated
60442026-08-07T18:57:49.906ZYes Rx Output Enabled: falseYes
60452026-08-07T18:57:49.906Zfalse Rx CDR Enabled: Yes falseYes falseYes
60462026-08-07T18:57:49.906ZYes
60472026-08-07T18:57:49.906Z Rx Output Status: valid Tx Enabled: Yes Yes valid Yesvalid Yes
60482026-08-07T18:57:49.906Zvalid
60492026-08-07T18:57:49.906Z Tx Loss-of-lock: No Rx Loss-of-lock: true Notrue No trueNo
60502026-08-07T18:57:49.907Ztrue
60512026-08-07T18:57:49.907Z Tx Loss-of-signal: No Rx Loss-of-signal: false No false Nofalse Nofalse
60522026-08-07T18:57:49.907Z
60532026-08-07T18:57:49.907Z Tx CDR Enabled: NoRx Auto-squelch Disable: true trueNo true Notrue
60542026-08-07T18:57:49.907ZNo
60552026-08-07T18:57:49.907Z Tx Output Enabled: true Tx Adaptive EQ Fault: No Notrue Notrue trueNo
60562026-08-07T18:57:49.907Z
60572026-08-07T18:57:49.907Z Tx Output Status: invalid Tx Fault: Yesinvalid Yesinvalid Yes invalidYes
60582026-08-07T18:57:49.907Z
60592026-08-07T18:57:49.907Z Tx Loss-of-lock: false false false false
60602026-08-07T18:57:49.907Z Tx Loss-of-signal: true true true true
60612026-08-07T18:57:49.907ZTx Auto-squelch Disable: false false false false
60622026-08-07T18:57:49.907Z Tx Adaptive EQ Fail: true true true true
60632026-08-07T18:57:49.907Z Tx Failure: false false false false
60642026-08-07T18:57:49.907Z Tx Force Squelch: true true true true
60652026-08-07T18:57:49.907Z Tx Input Polarity: normal normal normal normal
60662026-08-07T18:57:49.907Ztest switchport::test::test_print_sff_datapath ... ok
60672026-08-07T18:57:49.907Ztest switchport::test::test_print_cmis_datapath ... ok
60682026-08-07T18:57:49.907Ztest link::test_filter ... ok
60692026-08-07T18:57:49.907Z
60702026-08-07T18:57:49.907Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60712026-08-07T18:57:49.907Z
60722026-08-07T18:57:49.907Z Running tests/counters.rs (target/debug/deps/counters-5ce120fa8d2b54bb)
60732026-08-07T18:57:49.907Z
60742026-08-07T18:57:49.907Zrunning 1 test
60752026-08-07T18:57:49.907Ztest test_p4_counter_list ... ignored
60762026-08-07T18:57:49.907Z
60772026-08-07T18:57:49.907Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
60782026-08-07T18:57:49.908Z
60792026-08-07T18:57:49.908Z Running tests/port-link.rs (target/debug/deps/port_link-388d3ec65a04516c)
60802026-08-07T18:57:49.908Z
60812026-08-07T18:57:49.908Zrunning 5 tests
60822026-08-07T18:57:49.908Ztest test_an ... ignored
60832026-08-07T18:57:49.908Ztest test_enable ... ignored
60842026-08-07T18:57:49.908Ztest test_ip_addresses ... ignored
60852026-08-07T18:57:49.908Ztest test_kr ... ignored
60862026-08-07T18:57:49.908Ztest test_mac ... ignored
60872026-08-07T18:57:49.908Z
60882026-08-07T18:57:49.908Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
60892026-08-07T18:57:49.908Z
60902026-08-07T18:57:49.908Z Running unittests src/main.rs (target/debug/deps/tfportd-b79f97b4380a5c75)
60912026-08-07T18:57:49.908Z
60922026-08-07T18:57:49.908Zrunning 3 tests
60932026-08-07T18:57:49.908Ztest linklocal::test_parse_ipadm ... ok
60942026-08-07T18:57:49.908Ztest tfport::test_parse_tfport ... ok
60952026-08-07T18:57:49.908Ztest config::tests::test_updates ... ok
60962026-08-07T18:57:49.908Z
60972026-08-07T18:57:49.908Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60982026-08-07T18:57:49.908Z
60992026-08-07T18:57:49.908Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
61002026-08-07T18:57:49.912Z
61012026-08-07T18:57:49.912Zrunning 0 tests
61022026-08-07T18:57:49.912Z
61032026-08-07T18:57:49.912Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61042026-08-07T18:57:49.912Z
61052026-08-07T18:57:49.912Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
61062026-08-07T18:57:49.912Z
61072026-08-07T18:57:49.912Zrunning 0 tests
61082026-08-07T18:57:49.913Z
61092026-08-07T18:57:49.913Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61102026-08-07T18:57:49.913Z
61112026-08-07T18:57:49.913Z Doc-tests aal
61122026-08-07T18:57:50.035Z
61132026-08-07T18:57:50.035Zrunning 0 tests
61142026-08-07T18:57:50.035Z
61152026-08-07T18:57:50.035Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61162026-08-07T18:57:50.035Z
61172026-08-07T18:57:50.052Z Doc-tests aal_macros
61182026-08-07T18:57:50.122Z
61192026-08-07T18:57:50.122Zrunning 0 tests
61202026-08-07T18:57:50.122Z
61212026-08-07T18:57:50.122Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61222026-08-07T18:57:50.123Z
61232026-08-07T18:57:50.134Z Doc-tests common
61242026-08-07T18:57:50.371Z
61252026-08-07T18:57:50.371Zrunning 0 tests
61262026-08-07T18:57:50.371Z
61272026-08-07T18:57:50.371Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61282026-08-07T18:57:50.372Z
61292026-08-07T18:57:50.393Z Doc-tests dpd_api
61302026-08-07T18:57:51.154Z
61312026-08-07T18:57:51.155Zrunning 2 tests
61322026-08-07T18:57:51.155Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
61332026-08-07T18:57:51.155Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
61342026-08-07T18:57:51.155Z
61352026-08-07T18:57:51.155Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
61362026-08-07T18:57:51.155Z
61372026-08-07T18:57:51.187Z Doc-tests dpd_client
61382026-08-07T18:57:52.466Z
61392026-08-07T18:57:52.467Zrunning 0 tests
61402026-08-07T18:57:52.467Z
61412026-08-07T18:57:52.467Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61422026-08-07T18:57:52.467Z
61432026-08-07T18:57:52.512Z Doc-tests dpd_types
61442026-08-07T18:57:52.727Z
61452026-08-07T18:57:52.727Zrunning 0 tests
61462026-08-07T18:57:52.728Z
61472026-08-07T18:57:52.728Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61482026-08-07T18:57:52.728Z
61492026-08-07T18:57:52.755Z Doc-tests dpd_types_versions
61502026-08-07T18:57:53.981Z
61512026-08-07T18:57:53.981Zrunning 1 test
61522026-08-07T18:57:53.981Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
61532026-08-07T18:57:53.981Z
61542026-08-07T18:57:53.981Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
61552026-08-07T18:57:53.981Z
61562026-08-07T18:57:54.026Z Doc-tests packet
61572026-08-07T18:57:54.142Z
61582026-08-07T18:57:54.142Zrunning 0 tests
61592026-08-07T18:57:54.142Z
61602026-08-07T18:57:54.142Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61612026-08-07T18:57:54.142Z
61622026-08-07T18:57:54.159Z Doc-tests pcap
61632026-08-07T18:57:54.212Z
61642026-08-07T18:57:54.212Zrunning 0 tests
61652026-08-07T18:57:54.212Z
61662026-08-07T18:57:54.212Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61672026-08-07T18:57:54.212Z
61682026-08-07T18:57:54.260Z+ for feat in tofino_stub tofino_asic softnpu chaos
61692026-08-07T18:57:54.260Z+ RUST_BACKTRACE=full
61702026-08-07T18:57:54.260Z+ cargo test --features softnpu --no-fail-fast
61712026-08-07T18:57:54.914Z Compiling num-integer v0.1.46
61722026-08-07T18:57:55.001Z Compiling num-complex v0.4.6
61732026-08-07T18:57:55.048Z Compiling bitstruct_derive v0.1.0
61742026-08-07T18:57:55.051Z Compiling tap v1.0.1
61752026-08-07T18:57:55.176Z Compiling wyz v0.5.1
61762026-08-07T18:57:55.295Z Compiling num-iter v0.1.45
61772026-08-07T18:57:55.339Z Compiling num-rational v0.4.2
61782026-08-07T18:57:55.350Z Compiling num-bigint v0.4.6
61792026-08-07T18:57:55.425Z Compiling radium v0.7.0
61802026-08-07T18:57:55.458Z Compiling funty v2.0.0
61812026-08-07T18:57:55.496Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
61822026-08-07T18:57:55.561Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61832026-08-07T18:57:55.651Z Compiling num v0.4.3
61842026-08-07T18:57:55.735Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
61852026-08-07T18:57:55.745Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61862026-08-07T18:57:55.772Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61872026-08-07T18:57:55.847Z Compiling bitvec v1.0.1
61882026-08-07T18:57:55.877Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61892026-08-07T18:57:56.031Z Compiling typeid v1.0.3
61902026-08-07T18:57:56.053Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
61912026-08-07T18:57:56.127Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61922026-08-07T18:57:56.151Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61932026-08-07T18:57:56.179Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61942026-08-07T18:57:56.731Z Compiling ascii v1.1.0
61952026-08-07T18:57:56.907Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61962026-08-07T18:57:57.014Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61972026-08-07T18:57:57.061Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61982026-08-07T18:57:57.169Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
61992026-08-07T18:57:57.269Z Compiling erased-serde v0.4.8
62002026-08-07T18:57:57.410Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62012026-08-07T18:57:57.437Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
62022026-08-07T18:57:57.511Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
62032026-08-07T18:57:57.768Z Compiling bitstruct v0.1.1
62042026-08-07T18:57:57.876Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
62052026-08-07T18:57:58.115Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62062026-08-07T18:57:58.157Z Compiling serde_arrays v0.1.0
62072026-08-07T18:57:58.288Z Compiling libloading v0.7.4
62082026-08-07T18:57:58.529Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
62092026-08-07T18:57:58.991Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62102026-08-07T18:57:59.100Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
62112026-08-07T18:57:59.159Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62122026-08-07T18:58:00.382Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
62132026-08-07T18:58:01.104Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
62142026-08-07T18:58:07.132Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62152026-08-07T18:58:07.354Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
62162026-08-07T18:58:07.354Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62172026-08-07T18:58:07.425Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62182026-08-07T18:58:07.435Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62192026-08-07T18:58:07.975Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
62202026-08-07T18:58:08.835Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62212026-08-07T18:58:09.932Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62222026-08-07T18:58:12.518Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
62232026-08-07T18:58:13.134Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
62242026-08-07T18:58:14.576Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
62252026-08-07T18:58:15.954Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62262026-08-07T18:58:16.650Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62272026-08-07T18:58:16.801Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
62282026-08-07T18:58:24.777Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62292026-08-07T18:58:26.675Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62302026-08-07T18:58:30.051Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
62312026-08-07T18:59:12.589Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 18s
62322026-08-07T18:59:12.711Z Running unittests src/lib.rs (target/debug/deps/aal-affad6fdfabd907a)
62332026-08-07T18:59:12.715Z
62342026-08-07T18:59:12.715Zrunning 5 tests
62352026-08-07T18:59:12.715Ztest fuse::tests::chip_revision_a0 ... ok
62362026-08-07T18:59:12.716Ztest fuse::tests::chip_revision_b1 ... ok
62372026-08-07T18:59:12.716Ztest fuse::tests::chip_revision_b0 ... ok
62382026-08-07T18:59:12.716Ztest fuse::tests::chip_revision_unknown_device_id ... ok
62392026-08-07T18:59:12.716Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
62402026-08-07T18:59:12.716Z
62412026-08-07T18:59:12.716Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62422026-08-07T18:59:12.716Z
62432026-08-07T18:59:12.720Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
62442026-08-07T18:59:12.724Z
62452026-08-07T18:59:12.724Zrunning 0 tests
62462026-08-07T18:59:12.724Z
62472026-08-07T18:59:12.724Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62482026-08-07T18:59:12.724Z
62492026-08-07T18:59:12.724Z Running unittests src/lib.rs (target/debug/deps/asic-e67036ebfb68f0c4)
62502026-08-07T18:59:12.727Z
62512026-08-07T18:59:12.727Zrunning 0 tests
62522026-08-07T18:59:12.728Z
62532026-08-07T18:59:12.728Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62542026-08-07T18:59:12.728Z
62552026-08-07T18:59:12.728Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
62562026-08-07T18:59:12.731Z
62572026-08-07T18:59:12.731Zrunning 10 tests
62582026-08-07T18:59:12.735Ztest nat::tests::test_vni ... ok
62592026-08-07T18:59:12.735Ztest network::tests::test_equal ... ok
62602026-08-07T18:59:12.735Ztest network::tests::test_eui64 ... ok
62612026-08-07T18:59:12.735Ztest network::tests::test_into ... ok
62622026-08-07T18:59:12.735Ztest network::tests::test_generate_ipv6_link_local ... ok
62632026-08-07T18:59:12.735Ztest network::tests::test_not_equal ... ok
62642026-08-07T18:59:12.735Ztest network::tests::test_to_string ... ok
62652026-08-07T18:59:12.735Ztest network::tests::test_parse ... ok
62662026-08-07T18:59:12.736Ztest test_purge ... ok
62672026-08-07T18:59:12.739Ztest illumos::test::address_exists_handles_missing_object ... ok
62682026-08-07T18:59:12.739Z
62692026-08-07T18:59:12.740Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
62702026-08-07T18:59:12.740Z
62712026-08-07T18:59:12.740Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-0e5bd5cdf8c4ffbd)
62722026-08-07T18:59:12.744Z
62732026-08-07T18:59:12.744Zrunning 1 test
62742026-08-07T18:59:12.749Z -------
62752026-08-07T18:59:12.749Z Generating OpenAPI documents from API definitions ...
62762026-08-07T18:59:12.885Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
62772026-08-07T18:59:12.955Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
62782026-08-07T18:59:13.975Z -------
62792026-08-07T18:59:13.975Z Checking 12 OpenAPI documents...
62802026-08-07T18:59:13.975Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
62812026-08-07T18:59:13.975Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
62822026-08-07T18:59:13.975Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
62832026-08-07T18:59:13.975Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
62842026-08-07T18:59:13.979Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
62852026-08-07T18:59:13.979Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
62862026-08-07T18:59:13.979Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
62872026-08-07T18:59:13.979Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
62882026-08-07T18:59:13.979Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
62892026-08-07T18:59:13.979Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
62902026-08-07T18:59:13.979Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
62912026-08-07T18:59:13.979Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
62922026-08-07T18:59:13.979Z Fresh dpd "latest" symlink
62932026-08-07T18:59:13.979Z -------
62942026-08-07T18:59:13.979Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
62952026-08-07T18:59:14.038Ztest test::test_apis_up_to_date ... ok
62962026-08-07T18:59:14.038Z
62972026-08-07T18:59:14.038Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.29s
62982026-08-07T18:59:14.038Z
62992026-08-07T18:59:14.097Z Running unittests src/main.rs (target/debug/deps/dpd-95da137ea5c9df79)
63002026-08-07T18:59:14.103Z
63012026-08-07T18:59:14.103Zrunning 34 tests
63022026-08-07T18:59:14.107Ztest freemap::test_ordering ... ok
63032026-08-07T18:59:14.107Ztest config::tests::test_updates ... ok
63042026-08-07T18:59:14.107Ztest dhcpv6::tests::test_create_duid_bytes ... ok
63052026-08-07T18:59:14.107Ztest freemap::test_split ... ok
63062026-08-07T18:59:14.112Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
63072026-08-07T18:59:14.112Ztest macaddrs::tests::test_mac_offset ... ok
63082026-08-07T18:59:14.112ZAug 07 18:59:12.693 DEBG created new freemapAug 07 18:59:12.693 DEBG created new freemap, , unitunit:: freemap_testfreemap_test
63092026-08-07T18:59:14.112Z
63102026-08-07T18:59:14.112ZAug 07 18:59:12.693 DEBG initted freemap. size: 128, unit: freemap_test
63112026-08-07T18:59:14.112ZAug 07 18:59:12.693Aug 07 18:59:12.693 DEBGDEBG initted freemap. size: 128reset freemap, , unitunit:: freemap_testfreemap_test
63122026-08-07T18:59:14.112Z
63132026-08-07T18:59:14.112ZAug 07 18:59:12.693 DEBG reset freemap, unit: freemap_test
63142026-08-07T18:59:14.112ZAug 07 18:59:12.693 DEBG created new freemap, unit: freemap_test
63152026-08-07T18:59:14.112ZAug 07 18:59:12.693 DEBG initted freemap. size: 128, unit: freemap_test
63162026-08-07T18:59:14.113ZAug 07 18:59:12.693 Aug 07 18:59:12.693DEBG DEBGcreated new freemap , reset freemapunit, :unit :freemap_test
63172026-08-07T18:59:14.113Zfreemap_test
63182026-08-07T18:59:14.113ZAug 07 18:59:12.693 DEBG initted freemap. size: 128, unit: freemap_test
63192026-08-07T18:59:14.113ZAug 07 18:59:12.693 DEBG reset freemap, unit: freemap_test
63202026-08-07T18:59:14.113Ztest freemap::test_reclaim ... ok
63212026-08-07T18:59:14.113Ztest freemap::test_free ... ok
63222026-08-07T18:59:14.113Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
63232026-08-07T18:59:14.113Ztest freemap::test_basic ... ok
63242026-08-07T18:59:14.113Ztest freemap::test_exhaustion ... ok
63252026-08-07T18:59:14.113Ztest macaddrs::tests::test_parse_port_id ... ok
63262026-08-07T18:59:14.113Ztest nat::test_mapping ... ok
63272026-08-07T18:59:14.113Ztest port_map::tests::test_backplane_group ... ok
63282026-08-07T18:59:14.113Ztest port_map::tests::test_port_map ... ok
63292026-08-07T18:59:14.113Ztest port_map::tests::dump_map ... ok
63302026-08-07T18:59:14.113ZAug 07 18:59:12.694 DEBG created new freemap, unit: freemap_test
63312026-08-07T18:59:14.113ZAug 07 18:59:12.694 DEBG initted freemap. size: 8, unit: freemap_test
63322026-08-07T18:59:14.113ZAug 07 18:59:12.694 DEBG reset freemap, unit: freemap_test
63332026-08-07T18:59:14.113Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
63342026-08-07T18:59:14.113ZAug 07 18:59:12.694 DEBG created new freemap, unit: freemap_test
63352026-08-07T18:59:14.113ZAug 07 18:59:12.694 DEBG initted freemap. size: 128, unit: freemap_test
63362026-08-07T18:59:14.113ZAug 07 18:59:12.694 DEBG reset freemap, unit: freemap_test
63372026-08-07T18:59:14.113ZAug 07 18:59:12.694 DEBG created new freemap, unit: freemap_route_ipv4
63382026-08-07T18:59:14.113ZAug 07 18:59:12.694 DEBG created new freemap, unit: freemap_route_ipv6
63392026-08-07T18:59:14.113ZAug 07 18:59:12.694 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
63402026-08-07T18:59:14.114ZAug 07 18:59:12.695 DEBG reset freemap, unit: freemap_route_ipv4
63412026-08-07T18:59:14.114ZAug 07 18:59:12.695 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
63422026-08-07T18:59:14.114ZAug 07 18:59:12.695 DEBG reset freemap, unit: freemap_route_ipv6
63432026-08-07T18:59:14.114ZAug 07 18:59:12.695 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
63442026-08-07T18:59:14.114ZAug 07 18:59:12.695 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 } }]
63452026-08-07T18:59:14.114ZAug 07 18:59:12.695 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
63462026-08-07T18:59:14.114ZAug 07 18:59:12.695 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 } }]
63472026-08-07T18:59:14.114ZAug 07 18:59:12.695 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
63482026-08-07T18:59:14.114ZAug 07 18:59:12.695 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 } }]
63492026-08-07T18:59:14.114ZAug 07 18:59:12.695 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
63502026-08-07T18:59:14.114ZAug 07 18:59:12.695 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 } }]
63512026-08-07T18:59:14.114ZAug 07 18:59:12.695 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
63522026-08-07T18:59:14.114ZAug 07 18:59:12.695 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 } }]
63532026-08-07T18:59:14.114ZAug 07 18:59:12.695 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
63542026-08-07T18:59:14.114ZAug 07 18:59:12.695 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 } }]
63552026-08-07T18:59:14.114ZAug 07 18:59:12.695 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
63562026-08-07T18:59:14.114ZAug 07 18:59:12.695 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 } }]
63572026-08-07T18:59:14.114ZAug 07 18:59:12.695 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
63582026-08-07T18:59:14.114ZAug 07 18:59:12.695 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 } }]
63592026-08-07T18:59:14.114ZAug 07 18:59:12.695 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
63602026-08-07T18:59:14.114ZAug 07 18:59:12.695 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 } }]
63612026-08-07T18:59:14.114ZAug 07 18:59:12.695 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
63622026-08-07T18:59:14.114ZAug 07 18:59:12.695 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 } }]
63632026-08-07T18:59:14.114ZAug 07 18:59:12.695 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
63642026-08-07T18:59:14.114ZAug 07 18:59:12.695 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 } }]
63652026-08-07T18:59:14.115ZAug 07 18:59:12.695 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
63662026-08-07T18:59:14.115ZAug 07 18:59:12.695 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 } }]
63672026-08-07T18:59:14.115ZAug 07 18:59:12.695 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
63682026-08-07T18:59:14.115ZAug 07 18:59:12.695 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 } }]
63692026-08-07T18:59:14.115ZAug 07 18:59:12.695 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
63702026-08-07T18:59:14.115ZAug 07 18:59:12.695 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 } }]
63712026-08-07T18:59:14.115ZAug 07 18:59:12.695 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
63722026-08-07T18:59:14.115ZAug 07 18:59:12.695 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 } }]
63732026-08-07T18:59:14.115ZAug 07 18:59:12.695 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
63742026-08-07T18:59:14.115ZAug 07 18:59:12.695 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 } }]
63752026-08-07T18:59:14.115ZAug 07 18:59:12.695 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
63762026-08-07T18:59:14.115ZAug 07 18:59:12.695 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 } }]
63772026-08-07T18:59:14.115ZAug 07 18:59:12.695 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
63782026-08-07T18:59:14.115ZAug 07 18:59:12.695 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 } }]
63792026-08-07T18:59:14.115ZAug 07 18:59:12.695 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
63802026-08-07T18:59:14.115ZAug 07 18:59:12.695 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 } }]
63812026-08-07T18:59:14.115ZAug 07 18:59:12.695 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
63822026-08-07T18:59:14.115ZAug 07 18:59:12.695 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 } }]
63832026-08-07T18:59:14.115ZAug 07 18:59:12.695 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
63842026-08-07T18:59:14.115ZAug 07 18:59:12.695 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 } }]
63852026-08-07T18:59:14.115ZAug 07 18:59:12.695 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
63862026-08-07T18:59:14.115ZAug 07 18:59:12.695 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 } }]
63872026-08-07T18:59:14.115ZAug 07 18:59:12.695 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
63882026-08-07T18:59:14.115ZAug 07 18:59:12.695 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 } }]
63892026-08-07T18:59:14.115ZAug 07 18:59:12.695 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
63902026-08-07T18:59:14.115ZAug 07 18:59:12.695 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 } }]
63912026-08-07T18:59:14.116ZAug 07 18:59:12.695 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
63922026-08-07T18:59:14.116ZAug 07 18:59:12.695 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 } }]
63932026-08-07T18:59:14.116ZAug 07 18:59:12.695 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
63942026-08-07T18:59:14.116ZAug 07 18:59:12.695 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 } }]
63952026-08-07T18:59:14.116ZAug 07 18:59:12.695 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
63962026-08-07T18:59:14.116ZAug 07 18:59:12.695 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 } }]
63972026-08-07T18:59:14.116ZAug 07 18:59:12.695 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
63982026-08-07T18:59:14.116ZAug 07 18:59:12.695 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 } }]
63992026-08-07T18:59:14.116ZAug 07 18:59:12.695 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
64002026-08-07T18:59:14.116ZAug 07 18:59:12.695 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 } }]
64012026-08-07T18:59:14.116ZAug 07 18:59:12.695 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
64022026-08-07T18:59:14.116ZAug 07 18:59:12.695 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 } }]
64032026-08-07T18:59:14.116ZAug 07 18:59:12.695 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
64042026-08-07T18:59:14.116ZAug 07 18:59:12.695 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 } }]
64052026-08-07T18:59:14.116ZAug 07 18:59:12.695 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
64062026-08-07T18:59:14.122ZAug 07 18:59:12.695 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 } }]
64072026-08-07T18:59:14.122ZAug 07 18:59:12.695 INFOAug 07 18:59:12.695 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG
64082026-08-07T18:59:14.122Ztest freemap::test_span ... ok
64092026-08-07T18:59:14.122Z created new freemap, Aug 07 18:59:12.695unit 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 } }]
64102026-08-07T18:59:14.122ZAug 07 18:59:12.695 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
64112026-08-07T18:59:14.122ZAug 07 18:59:12.695 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 } }]
64122026-08-07T18:59:14.122ZAug 07 18:59:12.695 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
64132026-08-07T18:59:14.122ZAug 07 18:59:12.695 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 } }]
64142026-08-07T18:59:14.122ZAug 07 18:59:12.695Aug 07 18:59:12.695 DEBGINFO created new freemapadding route 3fff:beef:22::/64 -> 2001:db8::55:ff,
64152026-08-07T18:59:14.122Zunit:Aug 07 18:59:12.695 freemap_route_ipv4DEBG
64162026-08-07T18:59:14.122Z 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 } }]
64172026-08-07T18:59:14.122ZAug 07 18:59:12.695Aug 07 18:59:12.695 INFODEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ffcreated new freemap
64182026-08-07T18:59:14.123Z, unit: freemap_route_ipv6Aug 07 18:59:12.695
64192026-08-07T18:59:14.123Z 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 07 18:59:12.695
64202026-08-07T18:59:14.123Z DEBG initted freemap. size: 64, Aug 07 18:59:12.695unit :INFO freemap_route_ipv4adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
64212026-08-07T18:59:14.123Z
64222026-08-07T18:59:14.123ZAug 07 18:59:12.695Aug 07 18:59:12.695 DEBGDEBG reset freemapreplacing 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 } }],
64232026-08-07T18:59:14.123Zunit: freemap_route_ipv4
64242026-08-07T18:59:14.123ZAug 07 18:59:12.695 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 07 18:59:12.695
64252026-08-07T18:59:14.123Z DEBG initted freemap. size: 64, Aug 07 18:59:12.695unit :DEBG freemap_route_ipv6replacing 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 } }]
64262026-08-07T18:59:14.123Z
64272026-08-07T18:59:14.123ZAug 07 18:59:12.695Aug 07 18:59:12.695 DEBGINFO reset freemapadding route 3fff:beef:26::/64 -> 2001:db8::55:ff,
64282026-08-07T18:59:14.123Zunit: freemap_route_ipv6Aug 07 18:59:12.695
64292026-08-07T18:59:14.123Z DEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:59:12.695
64302026-08-07T18:59:14.123Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
64312026-08-07T18:59:14.123ZAug 07 18:59:12.695 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 07 18:59:12.695
64322026-08-07T18:59:14.123Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 07 18:59:12.695
64332026-08-07T18:59:14.123Z 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 } }]
64342026-08-07T18:59:14.123ZAug 07 18:59:12.695 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 07 18:59:12.695
64352026-08-07T18:59:14.123Z INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
64362026-08-07T18:59:14.123ZAug 07 18:59:12.695 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 07 18:59:12.695
64372026-08-07T18:59:14.123Z 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 } }]
64382026-08-07T18:59:14.123ZAug 07 18:59:12.695 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 07 18:59:12.695
64392026-08-07T18:59:14.123Z INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
64402026-08-07T18:59:14.123ZAug 07 18:59:12.695 Aug 07 18:59:12.695DEBG DEBGreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64412026-08-07T18:59:14.123Zreplacing 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 } }]
64422026-08-07T18:59:14.124ZAug 07 18:59:12.695 Aug 07 18:59:12.695INFO INFOadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
64432026-08-07T18:59:14.124Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
64442026-08-07T18:59:14.124ZAug 07 18:59:12.695Aug 07 18:59:12.695 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: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 } }]
64452026-08-07T18:59:14.124Z
64462026-08-07T18:59:14.124ZAug 07 18:59:12.695 :INFOAug 07 18:59:12.695 freemap_route_ipv4adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFO
64472026-08-07T18:59:14.124Z
64482026-08-07T18:59:14.124Z adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
64492026-08-07T18:59:14.124ZAug 07 18:59:12.695 DEBG Aug 07 18:59:12.695replacing 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 } }]
64502026-08-07T18:59:14.124ZDEBG 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 } }]
64512026-08-07T18:59:14.124Ztest port_map::tests::parse_softnpu_revision ... ok
64522026-08-07T18:59:14.124ZAug 07 18:59:12.695 INFO Aug 07 18:59:12.695adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 07 18:59:12.695
64532026-08-07T18:59:14.124Z DEBG created new freemap, unit: INFO freemap_route_ipv6adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
64542026-08-07T18:59:14.124Z
64552026-08-07T18:59:14.124ZAug 07 18:59:12.695 DEBG initted freemap. size: 64, unit:Aug 07 18:59:12.695 freemap_route_ipv4DEBG
64562026-08-07T18:59:14.124Z 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 07 18:59:12.695
64572026-08-07T18:59:14.124Z DEBG reset freemap, Aug 07 18:59:12.695unit :INFO freemap_route_ipv4adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
64582026-08-07T18:59:14.124Z
64592026-08-07T18:59:14.124ZAug 07 18:59:12.695 Aug 07 18:59:12.695Aug 07 18:59:12.695DEBG created new freemapDEBGDEBG initted freemap. size: 64, , replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
64602026-08-07T18:59:14.124Z:unit :freemap_route_ipv4 freemap_route_ipv6Aug 07 18:59:12.695
64612026-08-07T18:59:14.124Z
64622026-08-07T18:59:14.124ZINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
64632026-08-07T18:59:14.124ZAug 07 18:59:12.695 DEBG Aug 07 18:59:12.695reset freemapAug 07 18:59:12.695 , unitAug 07 18:59:12.695DEBGDEBG: created new freemap 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 } }] unitfreemap_route_ipv6replacing 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 } }]
64642026-08-07T18:59:14.124Z:
64652026-08-07T18:59:14.124Z
64662026-08-07T18:59:14.124Z freemap_route_ipv6
64672026-08-07T18:59:14.124ZAug 07 18:59:12.695 Aug 07 18:59:12.695Aug 07 18:59:12.695 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFO
64682026-08-07T18:59:14.124Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
64692026-08-07T18:59:14.125Ztest api_server::tests::test_build_info ... ok
64702026-08-07T18:59:14.125ZAug 07 18:59:12.695 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 07 18:59:12.695
64712026-08-07T18:59:14.125Z 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 } }]
64722026-08-07T18:59:14.125ZAug 07 18:59:12.695Aug 07 18:59:12.695 Aug 07 18:59:12.695INFO DEBGINFO initted freemap. size: 64adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
64732026-08-07T18:59:14.125Z, adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffunit
64742026-08-07T18:59:14.125Z: freemap_route_ipv4
64752026-08-07T18:59:14.125ZAug 07 18:59:12.695Aug 07 18:59:12.695 DEBGDEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
64762026-08-07T18:59:14.125Z
64772026-08-07T18:59:14.125ZAug 07 18:59:12.695 DEBG reset freemap, Aug 07 18:59:12.695unit Aug 07 18:59:12.695: INFO INFOfreemap_route_ipv4 adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
64782026-08-07T18:59:14.125Z
64792026-08-07T18:59:14.125Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
64802026-08-07T18:59:14.125ZAug 07 18:59:12.695Aug 07 18:59:12.695 Aug 07 18:59:12.695DEBG DEBGDEBGreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64812026-08-07T18:59:14.125Zreplacing 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 } }]
64822026-08-07T18:59:14.125Zinitted freemap. size: 64, unit:Aug 07 18:59:12.695 freemap_route_ipv6INFO
64832026-08-07T18:59:14.125Z Aug 07 18:59:12.695adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
64842026-08-07T18:59:14.125ZINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 07 18:59:12.695Aug 07 18:59:12.695 DEBGDEBG
64852026-08-07T18:59:14.125Z 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
64862026-08-07T18:59:14.125Z, unit: freemap_route_ipv6Aug 07 18:59:12.696
64872026-08-07T18:59:14.125Z Aug 07 18:59:12.696INFO DEBGAug 07 18:59:12.696adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
64882026-08-07T18:59:14.125ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64892026-08-07T18:59:14.125ZAug 07 18:59:12.696
64902026-08-07T18:59:14.125Z DEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:59:12.696Aug 07 18:59:12.696
64912026-08-07T18:59:14.125ZINFO DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
64922026-08-07T18:59:14.125ZAug 07 18:59:12.696replacing 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 } }]
64932026-08-07T18:59:14.125ZINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
64942026-08-07T18:59:14.125ZAug 07 18:59:12.696Aug 07 18:59:12.696 INFODEBGAug 07 18:59:12.696 replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
64952026-08-07T18:59:14.125Z
64962026-08-07T18:59:14.126Z 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 } }]
64972026-08-07T18:59:14.126ZAug 07 18:59:12.696Aug 07 18:59:12.696 Aug 07 18:59:12.696 INFOINFODEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
64982026-08-07T18:59:14.126Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
64992026-08-07T18:59:14.126Z
65002026-08-07T18:59:14.126ZAug 07 18:59:12.696Aug 07 18:59:12.696Aug 07 18:59:12.696 DEBG INFO 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 } }]
65012026-08-07T18:59:14.126Zadding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65022026-08-07T18:59:14.126Z
65032026-08-07T18:59:14.126ZAug 07 18:59:12.696 Aug 07 18:59:12.696Aug 07 18:59:12.696 INFOINFO DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
65042026-08-07T18:59:14.126Zreplacing 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 } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
65052026-08-07T18:59:14.126Z
65062026-08-07T18:59:14.131ZAug 07 18:59:12.696 DEBG Aug 07 18:59:12.696Aug 07 18:59:12.696replacing 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 } }]
65072026-08-07T18:59:14.131ZINFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
65082026-08-07T18:59:14.131Z
65092026-08-07T18:59:14.132ZAug 07 18:59:12.696 Aug 07 18:59:12.696Aug 07 18:59:12.696INFO DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
65102026-08-07T18:59:14.132Z
65112026-08-07T18:59:14.132Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
65122026-08-07T18:59:14.132ZAug 07 18:59:12.696Aug 07 18:59:12.696Aug 07 18:59:12.696 DEBG 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
65132026-08-07T18:59:14.132Z adding route 3fff:beef::/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 } }]
65142026-08-07T18:59:14.132Z
65152026-08-07T18:59:14.132ZAug 07 18:59:12.696Aug 07 18:59:12.696 Aug 07 18:59:12.696 INFOINFO DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
65162026-08-07T18:59:14.132Z 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:35::/64 -> 2001:db8::55:ff
65172026-08-07T18:59:14.132Z
65182026-08-07T18:59:14.132ZAug 07 18:59:12.696Aug 07 18:59:12.696 Aug 07 18:59:12.696DEBG INFODEBGreplacing 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 } }]
65192026-08-07T18:59:14.132Zreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
65202026-08-07T18:59:14.132Z
65212026-08-07T18:59:14.132ZAug 07 18:59:12.696 Aug 07 18:59:12.696Aug 07 18:59:12.696INFO INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG
65222026-08-07T18:59:14.132Z adding route 3fff:beef:36::/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 } }]
65232026-08-07T18:59:14.132Z
65242026-08-07T18:59:14.132ZAug 07 18:59:12.696 DEBGAug 07 18:59:12.696Aug 07 18:59:12.696 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 } }]DEBGINFO
65252026-08-07T18:59:14.133Z adding route 3fff:beef:2::/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 } }]
65262026-08-07T18:59:14.133Z
65272026-08-07T18:59:14.133ZAug 07 18:59:12.696 Aug 07 18:59:12.696Aug 07 18:59:12.696INFO INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
65282026-08-07T18:59:14.133Z
65292026-08-07T18:59:14.133Zreplacing 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 } }]
65302026-08-07T18:59:14.133ZAug 07 18:59:12.696Aug 07 18:59:12.696 Aug 07 18:59:12.696 DEBGDEBG INFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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:3::/64 -> 2001:db8::55:ff
65312026-08-07T18:59:14.133Z
65322026-08-07T18:59:14.133Z
65332026-08-07T18:59:14.133ZAug 07 18:59:12.696Aug 07 18:59:12.696 DEBGINFOAug 07 18:59:12.696 replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
65342026-08-07T18:59:14.133Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
65352026-08-07T18:59:14.133Z
65362026-08-07T18:59:14.133ZAug 07 18:59:12.696 INFOAug 07 18:59:12.696Aug 07 18:59:12.696 adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
65372026-08-07T18:59:14.133ZDEBGDEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
65382026-08-07T18:59:14.133ZAug 07 18:59:12.696
65392026-08-07T18:59:14.133Z 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 } }]
65402026-08-07T18:59:14.133ZAug 07 18:59:12.696 Aug 07 18:59:12.696INFO Aug 07 18:59:12.696INFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
65412026-08-07T18:59:14.133ZINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
65422026-08-07T18:59:14.133Z
65432026-08-07T18:59:14.133ZAug 07 18:59:12.696 Aug 07 18:59:12.696Aug 07 18:59:12.696 DEBG DEBGreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
65442026-08-07T18:59:14.133Z replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65452026-08-07T18:59:14.133Z
65462026-08-07T18:59:14.134ZAug 07 18:59:12.696 INFO Aug 07 18:59:12.696Aug 07 18:59:12.696adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
65472026-08-07T18:59:14.134ZINFOINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
65482026-08-07T18:59:14.134Z
65492026-08-07T18:59:14.134ZAug 07 18:59:12.696 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 07 18:59:12.696Aug 07 18:59:12.696
65502026-08-07T18:59:14.134Z 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 } }]DEBG
65512026-08-07T18:59:14.134ZAug 07 18:59:12.696 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
65522026-08-07T18:59:14.134Z Aug 07 18:59:12.696Aug 07 18:59:12.696adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
65532026-08-07T18:59:14.134ZDEBG Aug 07 18:59:12.696INFO created new freemapINFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff,
65542026-08-07T18:59:14.134Z unitadding route 3fff:beef:7::/64 -> 2001:db8::55:ff:
65552026-08-07T18:59:14.134Z Aug 07 18:59:12.696freemap_route_ipv4Aug 07 18:59:12.696
65562026-08-07T18:59:14.134ZDEBGAug 07 18:59:12.696 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 } }]
65572026-08-07T18:59:14.134ZDEBGDEBG Aug 07 18:59:12.696replacing 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 } }]
65582026-08-07T18:59:14.134ZDEBG created new freemapreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
65592026-08-07T18:59:14.134Zunit:Aug 07 18:59:12.696 freemap_route_ipv6INFO
65602026-08-07T18:59:14.134Z adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 07 18:59:12.696
65612026-08-07T18:59:14.134Z Aug 07 18:59:12.696Aug 07 18:59:12.696INFO DEBG adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 07 18:59:12.696
65622026-08-07T18:59:14.134Zinitted freemap. size: 64 DEBG, unitreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:59:12.696
65632026-08-07T18:59:14.135Z : DEBG freemap_route_ipv4replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65642026-08-07T18:59:14.135ZAug 07 18:59:12.696
65652026-08-07T18:59:14.135Z INFO INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 07 18:59:12.696
65662026-08-07T18:59:14.135ZAug 07 18:59:12.696 DEBG Aug 07 18:59:12.696INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
65672026-08-07T18:59:14.135Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG
65682026-08-07T18:59:14.135Z reset freemapreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], Aug 07 18:59:12.696unit
65692026-08-07T18:59:14.135Z: DEBGfreemap_route_ipv4
65702026-08-07T18:59:14.135ZAug 07 18:59:12.696replacing 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 } }]
65712026-08-07T18:59:14.135ZAug 07 18:59:12.696INFO DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 07 18:59:12.696
65722026-08-07T18:59:14.135Z Aug 07 18:59:12.696 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 07 18:59:12.696
65732026-08-07T18:59:14.135Z DEBGINFODEBG adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65742026-08-07T18:59:14.135ZAug 07 18:59:12.696
65752026-08-07T18:59:14.135ZINFOAug 07 18:59:12.696 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
65762026-08-07T18:59:14.135Z adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
65772026-08-07T18:59:14.135ZAug 07 18:59:12.696 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 07 18:59:12.696
65782026-08-07T18:59:14.135Z 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 } }]
65792026-08-07T18:59:14.135ZAug 07 18:59:12.696 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 07 18:59:12.696
65802026-08-07T18:59:14.135Z INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
65812026-08-07T18:59:14.136ZAug 07 18:59:12.696 DEBGAug 07 18:59:12.696 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
65822026-08-07T18:59:14.136Z replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65832026-08-07T18:59:14.136ZAug 07 18:59:12.696 Aug 07 18:59:12.696INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:3
65842026-08-07T18:59:14.136Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
65852026-08-07T18:59:14.136ZAug 07 18:59:12.696Aug 07 18:59:12.696 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: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 } }]
65862026-08-07T18:59:14.136Z
65872026-08-07T18:59:14.136ZAug 07 18:59:12.696Aug 07 18:59:12.696 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
65882026-08-07T18:59:14.136Z
65892026-08-07T18:59:14.136ZAug 07 18:59:12.696Aug 07 18:59:12.696 DEBGDEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
65902026-08-07T18:59:14.136Z
65912026-08-07T18:59:14.136ZAug 07 18:59:12.696Aug 07 18:59:12.696 Aug 07 18:59:12.696INFO INFOadding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG
65922026-08-07T18:59:14.136Z adding route 3fff:beef:1d::/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 } }]
65932026-08-07T18:59:14.136Z
65942026-08-07T18:59:14.136Z INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
65952026-08-07T18:59:14.136ZAug 07 18:59:12.696 DEBGAug 07 18:59:12.696 replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
65962026-08-07T18:59:14.136Z adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 07 18:59:12.696 DEBG Aug 07 18:59:12.696replacing 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 } }]
65972026-08-07T18:59:14.136ZINFO
65982026-08-07T18:59:14.137Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
65992026-08-07T18:59:14.137ZAug 07 18:59:12.696 Aug 07 18:59:12.696INFO Aug 07 18:59:12.696 DEBGDEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
66002026-08-07T18:59:14.137Zreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
66012026-08-07T18:59:14.137Z
66022026-08-07T18:59:14.137ZAug 07 18:59:12.696 DEBGAug 07 18:59:12.696 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 } }]INFOAug 07 18:59:12.696
66032026-08-07T18:59:14.137Z adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffINFO
66042026-08-07T18:59:14.137Z adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 07 18:59:12.696
66052026-08-07T18:59:14.137Z Aug 07 18:59:12.696INFO DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 07 18:59:12.696
66062026-08-07T18:59:14.142Z 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
66072026-08-07T18:59:14.142Z 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 07 18:59:12.696 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 } }]
66082026-08-07T18:59:14.142ZAug 07 18:59:12.696Aug 07 18:59:12.696
66092026-08-07T18:59:14.142ZINFODEBG adding route 3fff:beef:3::/64 -> 2001:db8::55:fffailed to allocate space for the new target list
66102026-08-07T18:59:14.142Z
66112026-08-07T18:59:14.142ZAug 07 18:59:12.696 Aug 07 18:59:12.696 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 } }]
66122026-08-07T18:59:14.142ZAug 07 18:59:12.696Aug 07 18:59:12.696INFO initted freemap. size: 64INFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
66132026-08-07T18:59:14.142ZDEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff , unit: Aug 07 18:59:12.696freemap_route_ipv6
66142026-08-07T18:59:14.142ZDEBG 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 } }]
66152026-08-07T18:59:14.142Z
66162026-08-07T18:59:14.143ZAug 07 18:59:12.696 Aug 07 18:59:12.696DEBG INFOAug 07 18:59:12.696reset freemap DEBG, adding route 3fff:beef:e::/64 -> 2001:db8::55:ff unit
66172026-08-07T18:59:14.143Z: 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 } }]freemap_route_ipv6
66182026-08-07T18:59:14.143Z
66192026-08-07T18:59:14.143ZAug 07 18:59:12.696 DEBG Aug 07 18:59:12.696replacing 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 } }]
66202026-08-07T18:59:14.143ZINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
66212026-08-07T18:59:14.143ZAug 07 18:59:12.696Aug 07 18:59:12.696 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 07 18:59:12.696
66222026-08-07T18:59:14.143Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBG
66232026-08-07T18:59:14.143Z replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:59:12.696
66242026-08-07T18:59:14.143Z DEBG Aug 07 18:59:12.696replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
66252026-08-07T18:59:14.143ZAug 07 18:59:12.696DEBG 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 07 18:59:12.696
66262026-08-07T18:59:14.143Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
66272026-08-07T18:59:14.143ZDEBGAug 07 18:59:12.696 Aug 07 18:59:12.696 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 } }]DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
66282026-08-07T18:59:14.143Z
66292026-08-07T18:59:14.143Z replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:59:12.696
66302026-08-07T18:59:14.143Z DEBG Aug 07 18:59:12.696replacing 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 07 18:59:12.696
66312026-08-07T18:59:14.143Z DEBGINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:7::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66322026-08-07T18:59:14.143Z
66332026-08-07T18:59:14.143Z
66342026-08-07T18:59:14.143ZAug 07 18:59:12.696 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 07 18:59:12.696
66352026-08-07T18:59:14.143Z Aug 07 18:59:12.696DEBG INFOreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66362026-08-07T18:59:14.143ZAug 07 18:59:12.696adding route 3fff:beef:11::/64 -> 2001:db8::55:ff Aug 07 18:59:12.696
66372026-08-07T18:59:14.143ZDEBG DEBGreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66382026-08-07T18:59:14.143Zfailed to allocate space for the new target listAug 07 18:59:12.696Aug 07 18:59:12.696 INFO
66392026-08-07T18:59:14.143ZDEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 07 18:59:12.696
66402026-08-07T18:59:14.144Z replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
66412026-08-07T18:59:14.144Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 07 18:59:12.696
66422026-08-07T18:59:14.144Z Aug 07 18:59:12.696 DEBGINFO Aug 07 18:59:12.696replacing 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 } }]
66432026-08-07T18:59:14.144ZDEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66442026-08-07T18:59:14.144Z
66452026-08-07T18:59:14.144ZAug 07 18:59:12.696 INFO Aug 07 18:59:12.696adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
66462026-08-07T18:59:14.144ZAug 07 18:59:12.696DEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
66472026-08-07T18:59:14.144ZAug 07 18:59:12.696 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG
66482026-08-07T18:59:14.144Z Aug 07 18:59:12.696replacing 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 07 18:59:12.696INFO
66492026-08-07T18:59:14.144Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG
66502026-08-07T18:59:14.144Z 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 07 18:59:12.696
66512026-08-07T18:59:14.144Z INFOAug 07 18:59:12.696 Aug 07 18:59:12.696 adding route 3fff:beef:a::/64 -> 2001:db8::55:ffDEBG
66522026-08-07T18:59:14.144Z replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
66532026-08-07T18:59:14.144Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
66542026-08-07T18:59:14.144ZAug 07 18:59:12.696Aug 07 18:59:12.696 Aug 07 18:59:12.696DEBG 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 } }]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 } }]
66552026-08-07T18:59:14.144Z
66562026-08-07T18:59:14.144Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
66572026-08-07T18:59:14.144ZAug 07 18:59:12.696 INFOAug 07 18:59:12.696 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO
66582026-08-07T18:59:14.144ZAug 07 18:59:12.696 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 07 18:59:12.696
66592026-08-07T18:59:14.144ZDEBG DEBGreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66602026-08-07T18:59:14.144Zreplacing 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 07 18:59:12.696
66612026-08-07T18:59:14.144Z 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 } }]Aug 07 18:59:12.696Aug 07 18:59:12.696 INFOINFO
66622026-08-07T18:59:14.144Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
66632026-08-07T18:59:14.144Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
66642026-08-07T18:59:14.145ZAug 07 18:59:12.696Aug 07 18:59:12.696Aug 07 18:59:12.696 INFODEBG DEBGadding route 3fff:beef:23::/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 } }]
66652026-08-07T18:59:14.145Z
66662026-08-07T18:59:14.145Zreplacing 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 } }]
66672026-08-07T18:59:14.145ZAug 07 18:59:12.696Aug 07 18:59:12.696 Aug 07 18:59:12.696DEBG INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
66682026-08-07T18:59:14.145Z
66692026-08-07T18:59:14.145ZAug 07 18:59:12.697 Aug 07 18:59:12.697DEBG DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66702026-08-07T18:59:14.145Zreplacing 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 } }]
66712026-08-07T18:59:14.145ZAug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
66722026-08-07T18:59:14.145Z
66732026-08-07T18:59:14.145ZAug 07 18:59:12.697Aug 07 18:59:12.697 DEBGDEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
66742026-08-07T18:59:14.145Z
66752026-08-07T18:59:14.145ZAug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
66762026-08-07T18:59:14.145Z
66772026-08-07T18:59:14.145ZAug 07 18:59:12.697Aug 07 18:59:12.697 DEBGDEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
66782026-08-07T18:59:14.145Z
66792026-08-07T18:59:14.145ZAug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
66802026-08-07T18:59:14.145Z
66812026-08-07T18:59:14.145ZAug 07 18:59:12.697Aug 07 18:59:12.697 DEBGDEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
66822026-08-07T18:59:14.145Z
66832026-08-07T18:59:14.145ZAug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
66842026-08-07T18:59:14.145Z
66852026-08-07T18:59:14.145ZAug 07 18:59:12.697Aug 07 18:59:12.697 DEBGDEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
66862026-08-07T18:59:14.145Z
66872026-08-07T18:59:14.145ZAug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
66882026-08-07T18:59:14.145Z
66892026-08-07T18:59:14.145ZAug 07 18:59:12.697Aug 07 18:59:12.697 DEBGDEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66902026-08-07T18:59:14.145Z
66912026-08-07T18:59:14.146ZAug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
66922026-08-07T18:59:14.146Z
66932026-08-07T18:59:14.146ZAug 07 18:59:12.697Aug 07 18:59:12.697 DEBGDEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
66942026-08-07T18:59:14.146Z
66952026-08-07T18:59:14.146ZAug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
66962026-08-07T18:59:14.146Z
66972026-08-07T18:59:14.146ZAug 07 18:59:12.697Aug 07 18:59:12.697 DEBGDEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
66982026-08-07T18:59:14.146Z
66992026-08-07T18:59:14.146ZAug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
67002026-08-07T18:59:14.146Z
67012026-08-07T18:59:14.146ZAug 07 18:59:12.697Aug 07 18:59:12.697 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: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 } }]
67022026-08-07T18:59:14.146Z
67032026-08-07T18:59:14.146ZAug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
67042026-08-07T18:59:14.146Z
67052026-08-07T18:59:14.146ZAug 07 18:59:12.697Aug 07 18:59:12.697 DEBGDEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
67062026-08-07T18:59:14.151Z
67072026-08-07T18:59:14.151ZAug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
67082026-08-07T18:59:14.151Z
67092026-08-07T18:59:14.151ZAug 07 18:59:12.697Aug 07 18:59:12.697 DEBGDEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
67102026-08-07T18:59:14.151Z
67112026-08-07T18:59:14.151ZAug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
67122026-08-07T18:59:14.151Z
67132026-08-07T18:59:14.151ZAug 07 18:59:12.697Aug 07 18:59:12.697 DEBGDEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
67142026-08-07T18:59:14.151Z
67152026-08-07T18:59:14.151ZAug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
67162026-08-07T18:59:14.151Z
67172026-08-07T18:59:14.152ZAug 07 18:59:12.697Aug 07 18:59:12.697 DEBGDEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
67182026-08-07T18:59:14.152Z
67192026-08-07T18:59:14.152ZAug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
67202026-08-07T18:59:14.152Z
67212026-08-07T18:59:14.152ZAug 07 18:59:12.697Aug 07 18:59:12.697 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: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 } }]
67222026-08-07T18:59:14.152Z
67232026-08-07T18:59:14.152ZAug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
67242026-08-07T18:59:14.152Z
67252026-08-07T18:59:14.152ZAug 07 18:59:12.697Aug 07 18:59:12.697 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: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 } }]
67262026-08-07T18:59:14.152Z
67272026-08-07T18:59:14.152ZAug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
67282026-08-07T18:59:14.152Z
67292026-08-07T18:59:14.152ZAug 07 18:59:12.697Aug 07 18:59:12.697 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 } }]
67302026-08-07T18:59:14.152Z 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 07 18:59:12.697
67312026-08-07T18:59:14.152Z INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
67322026-08-07T18:59:14.152ZAug 07 18:59:12.697 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 07 18:59:12.697
67332026-08-07T18:59:14.152Z DEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:59:12.697
67342026-08-07T18:59:14.152Z 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 } }]
67352026-08-07T18:59:14.152ZAug 07 18:59:12.697 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
67362026-08-07T18:59:14.152ZAug 07 18:59:12.697 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 } }]
67372026-08-07T18:59:14.152ZAug 07 18:59:12.697 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
67382026-08-07T18:59:14.152ZAug 07 18:59:12.697 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 } }]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 } }]
67392026-08-07T18:59:14.152Z
67402026-08-07T18:59:14.152ZAug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
67412026-08-07T18:59:14.152Z
67422026-08-07T18:59:14.153ZAug 07 18:59:12.697Aug 07 18:59:12.697 DEBGDEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
67432026-08-07T18:59:14.153Z
67442026-08-07T18:59:14.153ZAug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
67452026-08-07T18:59:14.153Z
67462026-08-07T18:59:14.153ZAug 07 18:59:12.697Aug 07 18:59:12.697 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: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 } }]
67472026-08-07T18:59:14.153Z
67482026-08-07T18:59:14.153ZAug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
67492026-08-07T18:59:14.153Z
67502026-08-07T18:59:14.153ZAug 07 18:59:12.697Aug 07 18:59:12.697 DEBGDEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
67512026-08-07T18:59:14.153Z
67522026-08-07T18:59:14.153ZAug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
67532026-08-07T18:59:14.153Z
67542026-08-07T18:59:14.153ZAug 07 18:59:12.697Aug 07 18:59:12.697 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: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 } }]
67552026-08-07T18:59:14.153Z
67562026-08-07T18:59:14.153ZAug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
67572026-08-07T18:59:14.153Z
67582026-08-07T18:59:14.153ZAug 07 18:59:12.697Aug 07 18:59:12.697 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: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 } }]
67592026-08-07T18:59:14.153Z
67602026-08-07T18:59:14.153ZAug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
67612026-08-07T18:59:14.153Z
67622026-08-07T18:59:14.153ZAug 07 18:59:12.697Aug 07 18:59:12.697 DEBGDEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
67632026-08-07T18:59:14.153Z
67642026-08-07T18:59:14.153Ztest route::tests::grow_succeeds ... ok
67652026-08-07T18:59:14.153ZAug 07 18:59:12.697Aug 07 18:59:12.697 INFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
67662026-08-07T18:59:14.153Z
67672026-08-07T18:59:14.153ZAug 07 18:59:12.697Aug 07 18:59:12.697 DEBGDEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
67682026-08-07T18:59:14.153Z
67692026-08-07T18:59:14.154ZAug 07 18:59:12.697 Aug 07 18:59:12.697INFO INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
67702026-08-07T18:59:14.154Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
67712026-08-07T18:59:14.154ZAug 07 18:59:12.697Aug 07 18:59:12.697 DEBGDEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
67722026-08-07T18:59:14.154Z
67732026-08-07T18:59:14.154ZAug 07 18:59:12.697Aug 07 18:59:12.697 INFODEBG Aug 07 18:59:12.697 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffcreated new freemap
67742026-08-07T18:59:14.154ZINFO, unitadding route 3fff:beef:31::/64 -> 2001:db8::55:ff:
67752026-08-07T18:59:14.154ZAug 07 18:59:12.697 freemap_route_ipv4DEBG
67762026-08-07T18:59:14.154Z Aug 07 18:59:12.697replacing 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 } }]
67772026-08-07T18:59:14.154ZDEBG Aug 07 18:59:12.697replacing 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 } }]
67782026-08-07T18:59:14.154ZDEBGAug 07 18:59:12.697 INFO created new freemapadding route 3fff:beef:26::/64 -> 2001:db8::55:ff, Aug 07 18:59:12.697Aug 07 18:59:12.697unit INFO: DEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
67792026-08-07T18:59:14.154Zcreated new freemapfreemap_route_ipv6
67802026-08-07T18:59:14.154Z
67812026-08-07T18:59:14.154Z, unitAug 07 18:59:12.697:Aug 07 18:59:12.697 Aug 07 18:59:12.697 DEBG DEBGDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]initted freemap. size: 64
67822026-08-07T18:59:14.154Z
67832026-08-07T18:59:14.154Z, unitfreemap_route_ipv4:Aug 07 18:59:12.697Aug 07 18:59:12.697
67842026-08-07T18:59:14.154ZINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFO
67852026-08-07T18:59:14.154Zfreemap_route_ipv4adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 07 18:59:12.697
67862026-08-07T18:59:14.154Z
67872026-08-07T18:59:14.154Z DEBG created new freemap, Aug 07 18:59:12.697unit Aug 07 18:59:12.697DEBG :Aug 07 18:59:12.697replacing 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 } }]
67882026-08-07T18:59:14.154Z DEBGDEBG reset freemapreplacing 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 } }],
67892026-08-07T18:59:14.154Zfreemap_route_ipv6unit:
67902026-08-07T18:59:14.154ZAug 07 18:59:12.697 Aug 07 18:59:12.697freemap_route_ipv4
67912026-08-07T18:59:14.154ZINFO INFO Aug 07 18:59:12.697adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 07 18:59:12.697
67922026-08-07T18:59:14.154Z
67932026-08-07T18:59:14.154Z DEBG DEBG Aug 07 18:59:12.697initted freemap. size: 64 , Aug 07 18:59:12.697DEBG DEBGinitted freemap. size: 64replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
67942026-08-07T18:59:14.154Z: , freemap_route_ipv6unit
67952026-08-07T18:59:14.154ZAug 07 18:59:12.697 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 } }]:
67962026-08-07T18:59:14.155ZINFO freemap_route_ipv4Aug 07 18:59:12.697adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
67972026-08-07T18:59:14.155Z
67982026-08-07T18:59:14.155ZDEBG reset freemap, Aug 07 18:59:12.697unitAug 07 18:59:12.697 DEBG: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 } }]freemap_route_ipv6
67992026-08-07T18:59:14.155Z
68002026-08-07T18:59:14.155Zreset freemapAug 07 18:59:12.697, unitAug 07 18:59:12.697INFO Aug 07 18:59:12.697: INFOINFO freemap_route_ipv4 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
68012026-08-07T18:59:14.155Zadding route 3fff:dead::/64 -> 2001:db8::55:1
68022026-08-07T18:59:14.155Z
68032026-08-07T18:59:14.155Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
68042026-08-07T18:59:14.155ZAug 07 18:59:12.697Aug 07 18:59:12.697 Aug 07 18:59:12.697DEBG Aug 07 18:59:12.697 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 } }]DEBGDEBG
68052026-08-07T18:59:14.155ZDEBG 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 } }], 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 } }]
68062026-08-07T18:59:14.160ZAug 07 18:59:12.697
68072026-08-07T18:59:14.160Z unitINFO: adding route 3fff:beef:2b::/64 -> 2001:db8::55:fffreemap_route_ipv6
68082026-08-07T18:59:14.160Z
68092026-08-07T18:59:14.160ZAug 07 18:59:12.697 INFO Aug 07 18:59:12.697adding route 3fff:dead::/64 -> 2001:db8::55:1
68102026-08-07T18:59:14.160ZAug 07 18:59:12.697 DEBGDEBG Aug 07 18:59:12.697replacing 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 07 18:59:12.697
68112026-08-07T18:59:14.160Z reset freemapDEBG, unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO
68122026-08-07T18:59:14.160Z :adding route 3fff:beef:36::/64 -> 2001:db8::55:ff Aug 07 18:59:12.697
68132026-08-07T18:59:14.160Z freemap_route_ipv6INFO
68142026-08-07T18:59:14.160Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
68152026-08-07T18:59:14.160ZAug 07 18:59:12.697Aug 07 18:59:12.697Aug 07 18:59:12.697 Aug 07 18:59:12.697 DEBGDEBG INFO INFOreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
68162026-08-07T18:59:14.160Z adding route 3fff:dead::/64 -> 2001:db8::55:1
68172026-08-07T18:59:14.160Z
68182026-08-07T18:59:14.160Zadding route 172.16.0.0/32 -> 10.0.0.1Aug 07 18:59:12.697
68192026-08-07T18:59:14.160Z INFOAug 07 18:59:12.697 Aug 07 18:59:12.697adding route 3fff:beef:37::/64 -> 2001:db8::55:ff Aug 07 18:59:12.697INFO
68202026-08-07T18:59:14.160Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG
68212026-08-07T18:59:14.160Z Aug 07 18:59:12.697replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG
68222026-08-07T18:59:14.160ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 07 18:59:12.697Aug 07 18:59:12.697 DEBG
68232026-08-07T18:59:14.161Z INFOreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68242026-08-07T18:59:14.161Zadding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
68252026-08-07T18:59:14.161Z
68262026-08-07T18:59:14.161ZAug 07 18:59:12.697 Aug 07 18:59:12.697INFO Aug 07 18:59:12.697DEBG Aug 07 18:59:12.697 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
68272026-08-07T18:59:14.161ZDEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "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 } }]
68282026-08-07T18:59:14.161Z
68292026-08-07T18:59:14.161ZAug 07 18:59:12.697adding route 3fff:beef:38::/64 -> 2001:db8::55:ff DEBG
68302026-08-07T18:59:14.161Z Aug 07 18:59:12.697replacing 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 } }]
68312026-08-07T18:59:14.161ZINFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
68322026-08-07T18:59:14.161ZAug 07 18:59:12.697 DEBG Aug 07 18:59:12.698replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
68332026-08-07T18:59:14.161Z 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 07 18:59:12.698
68342026-08-07T18:59:14.161Z INFOAug 07 18:59:12.698 Aug 07 18:59:12.698INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO
68352026-08-07T18:59:14.161Z adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
68362026-08-07T18:59:14.161ZAug 07 18:59:12.698
68372026-08-07T18:59:14.161Z DEBGAug 07 18:59:12.697Aug 07 18:59:12.698Aug 07 18:59:12.698 DEBGDEBG created new freemapDEBG, unit: freemap_route_ipv4replacing 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 } }]
68382026-08-07T18:59:14.161Zreplacing 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 } }]
68392026-08-07T18:59:14.161Z
68402026-08-07T18:59:14.161ZAug 07 18:59:12.698 DEBGAug 07 18:59:12.698 INFOcreated new freemapAug 07 18:59:12.698, unit INFO : freemap_route_ipv6
68412026-08-07T18:59:14.161ZAug 07 18:59:12.697Aug 07 18:59:12.698 DEBGINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffinitted freemap. size: 64, unit:adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
68422026-08-07T18:59:14.161Zfreemap_route_ipv4
68432026-08-07T18:59:14.161Zreplacing 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 } }]
68442026-08-07T18:59:14.161ZAug 07 18:59:12.698Aug 07 18:59:12.698 DEBG reset freemapAug 07 18:59:12.698, adding route 3fff:beef:30::/64 -> 2001:db8::55:ffunit
68452026-08-07T18:59:14.161Z DEBG: freemap_route_ipv4
68462026-08-07T18:59:14.161Z
68472026-08-07T18:59:14.161ZAug 07 18:59:12.698 Aug 07 18:59:12.698 replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG INFOinitted freemap. size: 64, unit:DEBG
68482026-08-07T18:59:14.161Zfreemap_route_ipv6
68492026-08-07T18:59:14.162Z 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 07 18:59:12.698adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
68502026-08-07T18:59:14.162ZDEBG
68512026-08-07T18:59:14.162ZAug 07 18:59:12.698reset freemap, unitAug 07 18:59:12.698: Aug 07 18:59:12.698freemap_route_ipv6
68522026-08-07T18:59:14.162Z 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 } }]Aug 07 18:59:12.698 INFO
68532026-08-07T18:59:14.162Z adding route 172.16.0.0/32 -> 10.0.0.1
68542026-08-07T18:59:14.162ZINFO Aug 07 18:59:12.698 DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
68552026-08-07T18:59:14.162Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 07 18:59:12.698
68562026-08-07T18:59:14.162ZAug 07 18:59:12.698 DEBGAug 07 18:59:12.698 Aug 07 18:59:12.698INFO INFOreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.0/32 -> 10.0.0.255
68572026-08-07T18:59:14.162Z
68582026-08-07T18:59:14.162ZDEBGAug 07 18:59:12.698Aug 07 18:59:12.698 DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff 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 } }]
68592026-08-07T18:59:14.162Z 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 } }]
68602026-08-07T18:59:14.162ZINFOAug 07 18:59:12.698Aug 07 18:59:12.698 INFO
68612026-08-07T18:59:14.162Z INFO adding route 172.17.0.1/32 -> 10.0.0.255
68622026-08-07T18:59:14.162Z adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 07 18:59:12.698
68632026-08-07T18:59:14.162Z 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 } }]Aug 07 18:59:12.698
68642026-08-07T18:59:14.162Z DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:59:12.698
68652026-08-07T18:59:14.162Z INFO Aug 07 18:59:12.698adding route 172.17.0.2/32 -> 10.0.0.255
68662026-08-07T18:59:14.162Ztest route::tests::rollback_on_compact_delete_failure ... ok
68672026-08-07T18:59:14.162Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 07 18:59:12.698 DEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
68682026-08-07T18:59:14.162Zreplacing 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 07 18:59:12.698
68692026-08-07T18:59:14.162Z
68702026-08-07T18:59:14.162ZDEBGAug 07 18:59:12.698Aug 07 18:59:12.698Aug 07 18:59:12.698 INFO adding route 172.17.0.3/32 -> 10.0.0.255DEBG
68712026-08-07T18:59:14.162Z 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 07 18:59:12.698 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 } }]
68722026-08-07T18:59:14.162Z
68732026-08-07T18:59:14.162ZDEBGAug 07 18:59:12.698 INFOINFO adding route 172.17.0.4/32 -> 10.0.0.255
68742026-08-07T18:59:14.162Zreplacing 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 } }]
68752026-08-07T18:59:14.162ZAug 07 18:59:12.698Aug 07 18:59:12.698replacing 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 07 18:59:12.698 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 } }]INFO
68762026-08-07T18:59:14.163Z
68772026-08-07T18:59:14.163ZAug 07 18:59:12.698 INFO adding route 172.17.0.5/32 -> 10.0.0.255
68782026-08-07T18:59:14.163ZINFOAug 07 18:59:12.698 DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
68792026-08-07T18:59:14.163Z
68802026-08-07T18:59:14.163Z 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 } }]
68812026-08-07T18:59:14.163ZAug 07 18:59:12.698 DEBG Aug 07 18:59:12.698replacing 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 Aug 07 18:59:12.698Aug 07 18:59:12.698adding route 3fff:beef:32::/64 -> 2001:db8::55:ff DEBG DEBGcreated new freemap , created new freemap
68822026-08-07T18:59:14.163Z, Aug 07 18:59:12.698unitunit :DEBG : freemap_route_ipv4
68832026-08-07T18:59:14.163Zfreemap_route_ipv4Aug 07 18:59:12.706 DEBG
68842026-08-07T18:59:14.163Z 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: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 07 18:59:12.706
68852026-08-07T18:59:14.163Z DEBG
68862026-08-07T18:59:14.163Z created new freemapAug 07 18:59:12.706, unitDEBG:Aug 07 18:59:12.706 freemap_route_ipv6created new freemapINFOAug 07 18:59:12.706 , adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
68872026-08-07T18:59:14.163Z
68882026-08-07T18:59:14.163ZunitINFO: Aug 07 18:59:12.706freemap_route_ipv6 adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
68892026-08-07T18:59:14.163ZDEBG
68902026-08-07T18:59:14.163Zreplacing 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 07 18:59:12.706
68912026-08-07T18:59:14.163Z Aug 07 18:59:12.706DEBG Aug 07 18:59:12.706 DEBGinitted freemap. size: 64 , unitDEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:59:12.706
68922026-08-07T18:59:14.163Z initted freemap. size: 64 , INFOunit :Aug 07 18:59:12.706 freemap_route_ipv4adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
68932026-08-07T18:59:14.163Z
68942026-08-07T18:59:14.163ZINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
68952026-08-07T18:59:14.163Z Aug 07 18:59:12.706adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
68962026-08-07T18:59:14.163ZDEBGAug 07 18:59:12.706 DEBGAug 07 18:59:12.706replacing 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 } }]
68972026-08-07T18:59:14.163Zreset freemap , Aug 07 18:59:12.706DEBGunit :replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
68982026-08-07T18:59:14.163Z 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 } }]freemap_route_ipv4
68992026-08-07T18:59:14.163Z
69002026-08-07T18:59:14.163ZAug 07 18:59:12.706 Aug 07 18:59:12.706Aug 07 18:59:12.706 Aug 07 18:59:12.698Aug 07 18:59:12.706DEBG INFO INFODEBGfailed to allocate space for the new target list INFOinitted freemap. size: 64
69012026-08-07T18:59:14.163Z , unitadding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 172.17.0.6/32 -> 10.0.0.255
69022026-08-07T18:59:14.163Z:
69032026-08-07T18:59:14.163Z Aug 07 18:59:12.706adding route 3fff:beef:35::/64 -> 2001:db8::55:fffreemap_route_ipv6Aug 07 18:59:12.706
69042026-08-07T18:59:14.164Z
69052026-08-07T18:59:14.164ZAug 07 18:59:12.706DEBGDEBG Aug 07 18:59:12.706 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 } }]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
69062026-08-07T18:59:14.168Z Aug 07 18:59:12.706replacing 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 } }]
69072026-08-07T18:59:14.169Z
69082026-08-07T18:59:14.169Zreplacing 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 } }]
69092026-08-07T18:59:14.169ZDEBG Aug 07 18:59:12.706Aug 07 18:59:12.706 INFOINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
69102026-08-07T18:59:14.169Z
69112026-08-07T18:59:14.169Zreset freemap, unit: Aug 07 18:59:12.706freemap_route_ipv6
69122026-08-07T18:59:14.169ZDEBGAug 07 18:59:12.706 replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:59:12.706INFO
69132026-08-07T18:59:14.169ZDEBG adding route 172.17.0.7/32 -> 10.0.0.255replacing 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 07 18:59:12.706
69142026-08-07T18:59:14.169ZAug 07 18:59:12.706 INFO
69152026-08-07T18:59:14.169ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1
69162026-08-07T18:59:14.169Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
69172026-08-07T18:59:14.169ZAug 07 18:59:12.706Aug 07 18:59:12.706 INFODEBG Aug 07 18:59:12.706 Aug 07 18:59:12.706 adding route 3fff:beef:a::/64 -> 2001:db8::55:ffDEBG
69182026-08-07T18:59:14.169Zreplacing 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
69192026-08-07T18:59:14.169Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
69202026-08-07T18:59:14.169Zreplacing 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 } }]
69212026-08-07T18:59:14.169ZAug 07 18:59:12.706Aug 07 18:59:12.706 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 07 18:59:12.706adding route 172.17.0.8/32 -> 10.0.0.255
69222026-08-07T18:59:14.169Z
69232026-08-07T18:59:14.169ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 07 18:59:12.698Aug 07 18:59:12.706Aug 07 18:59:12.706Aug 07 18:59:12.706 INFO
69242026-08-07T18:59:14.169Z adding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBG
69252026-08-07T18:59:14.169Z INFO DEBGAug 07 18:59:12.706adding route 3fff:beef:38::/64 -> 2001:db8::55:ff created new freemap replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
69262026-08-07T18:59:14.169Z
69272026-08-07T18:59:14.169ZAug 07 18:59:12.706DEBG , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]unitAug 07 18:59:12.706DEBG
69282026-08-07T18:59:14.169Z INFO: replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.9/32 -> 10.0.0.255freemap_route_ipv4
69292026-08-07T18:59:14.169Z
69302026-08-07T18:59:14.169Z
69312026-08-07T18:59:14.169ZAug 07 18:59:12.706 INFOAug 07 18:59:12.706 Aug 07 18:59:12.706adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 07 18:59:12.706
69322026-08-07T18:59:14.169ZINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
69332026-08-07T18:59:14.170ZDEBG Aug 07 18:59:12.706 Aug 07 18:59:12.706 DEBGAug 07 18:59:12.706DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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: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.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 } }]
69342026-08-07T18:59:14.170Z DEBG
69352026-08-07T18:59:14.170Z DEBGcreated new freemap , 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 } }]unitAug 07 18:59:12.706:
69362026-08-07T18:59:14.170Z
69372026-08-07T18:59:14.170ZINFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 07 18:59:12.707
69382026-08-07T18:59:14.170ZAug 07 18:59:12.707
69392026-08-07T18:59:14.170Z INFO Aug 07 18:59:12.707 INFOINFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ff Aug 07 18:59:12.707adding route 172.17.0.10/32 -> 10.0.0.255
69402026-08-07T18:59:14.170ZDEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
69412026-08-07T18:59:14.170Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_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 07 18:59:12.707
69422026-08-07T18:59:14.170Z
69432026-08-07T18:59:14.170Z DEBG Aug 07 18:59:12.707initted freemap. size: 64Aug 07 18:59:12.707, Aug 07 18:59:12.707 unit DEBG: DEBGAug 07 18:59:12.707 DEBGfreemap_route_ipv4 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: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 } }]
69442026-08-07T18:59:14.170Zreplacing 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 } }]
69452026-08-07T18:59:14.170Zreplacing 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 } }]
69462026-08-07T18:59:14.170Z
69472026-08-07T18:59:14.170Zreplacing 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 } }]
69482026-08-07T18:59:14.170ZAug 07 18:59:12.707Aug 07 18:59:12.707 Aug 07 18:59:12.707 INFOAug 07 18:59:12.707 DEBG Aug 07 18:59:12.707 adding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFOWARN adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
69492026-08-07T18:59:14.170ZINFOshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
69502026-08-07T18:59:14.170Z
69512026-08-07T18:59:14.170Zadding route 172.17.0.11/32 -> 10.0.0.255reset freemap
69522026-08-07T18:59:14.170Z, unitAug 07 18:59:12.707: DEBGfreemap_route_ipv4 Aug 07 18:59:12.707
69532026-08-07T18:59:14.170Z 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 } }]DEBGAug 07 18:59:12.707
69542026-08-07T18:59:14.170Zreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
69552026-08-07T18:59:14.170Z 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 07 18:59:12.707 Aug 07 18:59:12.707DEBG
69562026-08-07T18:59:14.170Z initted freemap. size: 64Aug 07 18:59:12.707 , INFOunit adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 07 18:59:12.707INFO
69572026-08-07T18:59:14.170Z: INFO freemap_route_ipv6adding route 172.17.0.12/32 -> 10.0.0.255
69582026-08-07T18:59:14.170Z
69592026-08-07T18:59:14.171Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
69602026-08-07T18:59:14.171ZAug 07 18:59:12.707 Aug 07 18:59:12.707DEBGAug 07 18:59:12.707
69612026-08-07T18:59:14.171Z :Aug 07 18:59:12.707 DEBGDEBGDEBG Aug 07 18:59:12.707freemap_route_ipv4replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
69622026-08-07T18:59:14.171Z reset freemapINFO
69632026-08-07T18:59:14.171Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ff, unit
69642026-08-07T18:59:14.171Z: Aug 07 18:59:12.707Aug 07 18:59:12.707 freemap_route_ipv6Aug 07 18:59:12.707 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 } }]
69652026-08-07T18:59:14.171Z
69662026-08-07T18:59:14.171ZDEBGreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.13/32 -> 10.0.0.255
69672026-08-07T18:59:14.171Zreplacing 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 } }]
69682026-08-07T18:59:14.171Z
69692026-08-07T18:59:14.171Zreset freemap, Aug 07 18:59:12.707unit: Aug 07 18:59:12.707freemap_route_ipv4 Aug 07 18:59:12.707
69702026-08-07T18:59:14.171Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
69712026-08-07T18:59:14.171Z Aug 07 18:59:12.707 INFOINFOINFO DEBG adding route 3fff:beef:10::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 07 18:59:12.707
69722026-08-07T18:59:14.171Z
69732026-08-07T18:59:14.171Zadding route 3fff:dead::/64 -> 2001:db8::55:1 DEBGAug 07 18:59:12.707 Aug 07 18:59:12.707
69742026-08-07T18:59:14.171Z
69752026-08-07T18:59:14.171ZAug 07 18:59:12.707 initted freemap. size: 64DEBG , unit: Aug 07 18:59:12.707replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
69762026-08-07T18:59:14.171ZDEBG
69772026-08-07T18:59:14.171ZAug 07 18:59:12.707 replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO Aug 07 18:59:12.707
69782026-08-07T18:59:14.171ZDEBG Aug 07 18:59:12.707 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFOAug 07 18:59:12.707DEBG
69792026-08-07T18:59:14.171Ztest route::tests::rollback_on_compact_write_failure ... ok
69802026-08-07T18:59:14.171Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 172.17.0.14/32 -> 10.0.0.255INFO
69812026-08-07T18:59:14.171Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
69822026-08-07T18:59:14.171Z
69832026-08-07T18:59:14.171ZAug 07 18:59:12.707 INFOreset freemap , adding route 3fff:dead::/64 -> 2001:db8::55:2unit
69842026-08-07T18:59:14.171ZAug 07 18:59:12.707Aug 07 18:59:12.707 :DEBGAug 07 18:59:12.707 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 } }] DEBGfreemap_route_ipv6
69852026-08-07T18:59:14.171Z
69862026-08-07T18:59:14.171Z Aug 07 18:59:12.707 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 } }]
69872026-08-07T18:59:14.172ZDEBG 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 07 18:59:12.707 Aug 07 18:59:12.707 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 07 18:59:12.707
69882026-08-07T18:59:14.172Z INFOINFO INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:1
69892026-08-07T18:59:14.172Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 07 18:59:12.707
69902026-08-07T18:59:14.172Z
69912026-08-07T18:59:14.172Z
69922026-08-07T18:59:14.172ZINFO Aug 07 18:59:12.707adding route 3fff:dead::/64 -> 2001:db8::55:3 DEBG
69932026-08-07T18:59:14.172Z Aug 07 18:59:12.707 Aug 07 18:59:12.707replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
69942026-08-07T18:59:14.172Z Aug 07 18:59:12.707adding route 172.17.0.15/32 -> 10.0.0.255Aug 07 18:59:12.707
69952026-08-07T18:59:14.172Z DEBGAug 07 18:59:12.707 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 } }] DEBGDEBGINFOAug 07 18:59:12.707
69962026-08-07T18:59:14.172Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff 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 } }]
69972026-08-07T18:59:14.172Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 07 18:59:12.707
69982026-08-07T18:59:14.172Z Aug 07 18:59:12.716DEBG
69992026-08-07T18:59:14.172ZDEBGcreated new freemap , 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 } }]unit
70002026-08-07T18:59:14.172Z:Aug 07 18:59:12.716 INFOfreemap_route_ipv4replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
70012026-08-07T18:59:14.172ZAug 07 18:59:12.716 adding route 3fff:dead::/64 -> 2001:db8::55:4
70022026-08-07T18:59:14.172Z INFO
70032026-08-07T18:59:14.172Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 07 18:59:12.716
70042026-08-07T18:59:14.172Z INFOAug 07 18:59:12.716 DEBGAug 07 18:59:12.716adding 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
70052026-08-07T18:59:14.172ZAug 07 18:59:12.716
70062026-08-07T18:59:14.177ZAug 07 18:59:12.716 DEBGDEBG INFOAug 07 18:59:12.716 adding route 172.17.0.16/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 } }]DEBGcreated new freemap
70072026-08-07T18:59:14.177Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
70082026-08-07T18:59:14.177Z,
70092026-08-07T18:59:14.177Zunit: Aug 07 18:59:12.716freemap_route_ipv6
70102026-08-07T18:59:14.177Z DEBGAug 07 18:59:12.716Aug 07 18:59:12.716 INFODEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
70112026-08-07T18:59:14.177Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
70122026-08-07T18:59:14.177Z
70132026-08-07T18:59:14.177ZAug 07 18:59:12.716 DEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
70142026-08-07T18:59:14.177ZAug 07 18:59:12.707Aug 07 18:59:12.716Aug 07 18:59:12.717 DEBG INFOAug 07 18:59:12.717 INFOinitted freemap. size: 64 , INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff unitadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:3
70152026-08-07T18:59:14.177Z
70162026-08-07T18:59:14.177Z:
70172026-08-07T18:59:14.177Z freemap_route_ipv4
70182026-08-07T18:59:14.177ZAug 07 18:59:12.717 Aug 07 18:59:12.717 DEBG Aug 07 18:59:12.717 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
70192026-08-07T18:59:14.177Z replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:59:12.717
70202026-08-07T18:59:14.177Z Aug 07 18:59:12.717DEBG INFODEBGreset freemap 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 07 18:59:12.717
70212026-08-07T18:59:14.177Z, adding route 3fff:dead::/64 -> 2001:db8::55:4unit:
70222026-08-07T18:59:14.178Z INFOAug 07 18:59:12.717freemap_route_ipv4 Aug 07 18:59:12.717
70232026-08-07T18:59:14.178ZINFO DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
70242026-08-07T18:59:14.178Zadding route 3fff:beef:14::/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 } }]
70252026-08-07T18:59:14.178Z
70262026-08-07T18:59:14.178ZAug 07 18:59:12.717Aug 07 18:59:12.717 DEBG Aug 07 18:59:12.717initted freemap. size: 64 , DEBGunit :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 07 18:59:12.717
70272026-08-07T18:59:14.178Z DEBGDEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
70282026-08-07T18:59:14.178Z
70292026-08-07T18:59:14.178ZAug 07 18:59:12.717
70302026-08-07T18:59:14.178Z WARNAug 07 18:59:12.717 Aug 07 18:59:12.717shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) INFO
70312026-08-07T18:59:14.178Z INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
70322026-08-07T18:59:14.178Z
70332026-08-07T18:59:14.178ZAug 07 18:59:12.717Aug 07 18:59:12.717 ERRO DEBGrollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Aug 07 18:59:12.717reset freemap , DEBGunit
70342026-08-07T18:59:14.178Z : replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:59:12.717
70352026-08-07T18:59:14.178ZAug 07 18:59:12.717freemap_route_ipv6 ERRO
70362026-08-07T18:59:14.178Z 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 07 18:59:12.717DEBGAug 07 18:59:12.717 INFO
70372026-08-07T18:59:14.178Z INFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:1
70382026-08-07T18:59:14.178Z
70392026-08-07T18:59:14.178Z 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 } }]
70402026-08-07T18:59:14.178ZAug 07 18:59:12.717 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 } }]
70412026-08-07T18:59:14.178ZINFO Aug 07 18:59:12.717adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
70422026-08-07T18:59:14.178ZAug 07 18:59:12.717DEBG 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 } }]
70432026-08-07T18:59:14.178Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
70442026-08-07T18:59:14.178ZAug 07 18:59:12.717 DEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:59:12.717Aug 07 18:59:12.717
70452026-08-07T18:59:14.178Z Aug 07 18:59:12.717 INFOAug 07 18:59:12.707DEBG 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 } }]INFOAug 07 18:59:12.717 adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
70462026-08-07T18:59:14.179Z
70472026-08-07T18:59:14.179ZDEBGadding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
70482026-08-07T18:59:14.179Zcreated new freemapfailed to allocate space for the new target list, Aug 07 18:59:12.717
70492026-08-07T18:59:14.179Z unitINFOAug 07 18:59:12.717 : adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 07 18:59:12.717
70502026-08-07T18:59:14.179Z DEBG DEBG freemap_route_ipv4replacing 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 } }]
70512026-08-07T18:59:14.179Z
70522026-08-07T18:59:14.179Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
70532026-08-07T18:59:14.179ZAug 07 18:59:12.717Aug 07 18:59:12.717 Aug 07 18:59:12.717Aug 07 18:59:12.717 DEBGINFO 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 } }]
70542026-08-07T18:59:14.179Z adding route 3fff:dead::/64 -> 2001:db8::55:3created new freemap
70552026-08-07T18:59:14.179Z, INFOunitAug 07 18:59:12.717 Aug 07 18:59:12.717adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
70562026-08-07T18:59:14.179ZDEBG: INFO 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
70572026-08-07T18:59:14.179ZAug 07 18:59:12.717
70582026-08-07T18:59:14.179Z freemap_route_ipv6DEBG
70592026-08-07T18:59:14.179Z Aug 07 18:59:12.717Aug 07 18:59:12.717 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 } }]
70602026-08-07T18:59:14.179Z adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
70612026-08-07T18:59:14.179Zreplacing 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 07 18:59:12.717Aug 07 18:59:12.717
70622026-08-07T18:59:14.179Z INFO DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff Aug 07 18:59:12.717initted freemap. size: 64
70632026-08-07T18:59:14.179Z , Aug 07 18:59:12.717 DEBGINFOunit :adding route 3fff:beef:36::/64 -> 2001:db8::55:ff Aug 07 18:59:12.717
70642026-08-07T18:59:14.179Ztest route::tests::identity_replace_is_noop ... ok
70652026-08-07T18:59:14.179Zfreemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
70662026-08-07T18:59:14.179ZDEBG
70672026-08-07T18:59:14.179ZAug 07 18:59:12.717 DEBGreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:59:12.717
70682026-08-07T18:59:14.179Z DEBGreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:59:12.717
70692026-08-07T18:59:14.179Ztest route::tests::rollback_on_index_readd_failure ... ok
70702026-08-07T18:59:14.179Z replacing targets for 3fff:dead::/64 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 07 18:59:12.717
70712026-08-07T18:59:14.179Z DEBGINFO Aug 07 18:59:12.717reset freemapadding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 07 18:59:12.717
70722026-08-07T18:59:14.180Z , INFOunit :adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
70732026-08-07T18:59:14.180Zfreemap_route_ipv4
70742026-08-07T18:59:14.180ZWARN shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 07 18:59:12.717
70752026-08-07T18:59:14.180Z DEBGAug 07 18:59:12.717Aug 07 18:59:12.717 DEBG DEBGreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
70762026-08-07T18:59:14.180Zinitted freemap. size: 64 , replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
70772026-08-07T18:59:14.180Z:Aug 07 18:59:12.717 freemap_route_ipv6INFO
70782026-08-07T18:59:14.180Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
70792026-08-07T18:59:14.180ZAug 07 18:59:12.717Aug 07 18:59:12.717 DEBGINFOAug 07 18:59:12.717 reset freemap , DEBGunit adding route 3fff:beef:1a::/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 } }]:
70802026-08-07T18:59:14.180Z
70812026-08-07T18:59:14.180Z freemap_route_ipv6
70822026-08-07T18:59:14.180ZAug 07 18:59:12.717Aug 07 18:59:12.717 Aug 07 18:59:12.717INFO INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:39::/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 } }]
70832026-08-07T18:59:14.180Z
70842026-08-07T18:59:14.180Z
70852026-08-07T18:59:14.180ZAug 07 18:59:12.717 DEBGAug 07 18:59:12.717 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 07 18:59:12.717DEBG
70862026-08-07T18:59:14.180Z 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
70872026-08-07T18:59:14.180Z Aug 07 18:59:12.717adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
70882026-08-07T18:59:14.180ZINFO Aug 07 18:59:12.717adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
70892026-08-07T18:59:14.180ZINFO Aug 07 18:59:12.717adding route 172.16.0.0/32 -> 10.0.0.1
70902026-08-07T18:59:14.180ZDEBGAug 07 18:59:12.717 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
70912026-08-07T18:59:14.180Z 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 07 18:59:12.717
70922026-08-07T18:59:14.180Z 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 } }]
70932026-08-07T18:59:14.180ZAug 07 18:59:12.718Aug 07 18:59:12.717Aug 07 18:59:12.717Aug 07 18:59:12.727 DEBGINFO created new freemapadding route 172.16.0.0/32 -> 10.0.0.1 , DEBGunit
70942026-08-07T18:59:14.180Zcreated new freemap DEBG: , freemap_route_ipv4unit
70952026-08-07T18:59:14.180ZAug 07 18:59:12.727:created new freemap DEBGfreemap_route_ipv4
70962026-08-07T18:59:14.180Z, Aug 07 18:59:12.727replacing 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 } }]
70972026-08-07T18:59:14.181ZDEBGunit :created new freemapAug 07 18:59:12.727Aug 07 18:59:12.727 , freemap_route_ipv4unitINFO
70982026-08-07T18:59:14.181ZDEBG :created new freemap , freemap_route_ipv6unit:adding route 172.16.0.0/32 -> 10.0.0.2
70992026-08-07T18:59:14.181Zfreemap_route_ipv6
71002026-08-07T18:59:14.181Z
71012026-08-07T18:59:14.181ZAug 07 18:59:12.727 DEBGAug 07 18:59:12.727Aug 07 18:59:12.727 created new freemap, unitAug 07 18:59:12.727 DEBG: 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 } }]DEBG
71022026-08-07T18:59:14.181Z freemap_route_ipv6initted freemap. size: 64initted freemap. size: 64
71032026-08-07T18:59:14.181Z, , unitunit: :freemap_route_ipv4
71042026-08-07T18:59:14.181ZAug 07 18:59:12.727freemap_route_ipv4
71052026-08-07T18:59:14.181ZINFOAug 07 18:59:12.727 adding route 172.17.0.0/32 -> 10.0.0.255Aug 07 18:59:12.727
71062026-08-07T18:59:14.186ZDEBG Aug 07 18:59:12.727DEBG initted freemap. size: 64DEBG , reset freemapunitAug 07 18:59:12.727, reset freemapDEBGunit :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 } }]
71072026-08-07T18:59:14.186Zfreemap_route_ipv4:
71082026-08-07T18:59:14.186Z , freemap_route_ipv4unit
71092026-08-07T18:59:14.186ZAug 07 18:59:12.727 Aug 07 18:59:12.727: DEBGfreemap_route_ipv4INFO
71102026-08-07T18:59:14.186Zinitted freemap. size: 64Aug 07 18:59:12.727, unit DEBG:Aug 07 18:59:12.727adding route 172.17.0.1/32 -> 10.0.0.255
71112026-08-07T18:59:14.186ZDEBG freemap_route_ipv6 reset freemapinitted freemap. size: 64
71122026-08-07T18:59:14.186Z, unitAug 07 18:59:12.727: freemap_route_ipv4, DEBGAug 07 18:59:12.727
71132026-08-07T18:59:14.186Zunit 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 } }]
71142026-08-07T18:59:14.186Z:reset freemap , unitfreemap_route_ipv6:
71152026-08-07T18:59:14.186ZAug 07 18:59:12.727 freemap_route_ipv6 Aug 07 18:59:12.727DEBG INFO initted freemap. size: 64adding route 172.17.0.2/32 -> 10.0.0.255
71162026-08-07T18:59:14.186ZAug 07 18:59:12.727
71172026-08-07T18:59:14.186Z, unitDEBG: reset freemapfreemap_route_ipv6, Aug 07 18:59:12.727
71182026-08-07T18:59:14.186Z unitINFOAug 07 18:59:12.727: Aug 07 18:59:12.727 adding route 172.16.0.0/32 -> 10.0.0.1DEBG
71192026-08-07T18:59:14.186Z 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 freemap_route_ipv6reset freemap
71202026-08-07T18:59:14.186ZAug 07 18:59:12.727
71212026-08-07T18:59:14.186Z , DEBGunit :replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] freemap_route_ipv6
71222026-08-07T18:59:14.186Z
71232026-08-07T18:59:14.186ZAug 07 18:59:12.727Aug 07 18:59:12.727 INFOAug 07 18:59:12.727INFO INFOadding route 172.17.0.3/32 -> 10.0.0.255
71242026-08-07T18:59:14.186Z Aug 07 18:59:12.727adding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 172.16.0.0/32 -> 10.0.0.2INFO
71252026-08-07T18:59:14.186Z
71262026-08-07T18:59:14.186ZAug 07 18:59:12.727adding route 3fff:dead::/64 -> 2001:db8::55:1
71272026-08-07T18:59:14.186Z DEBGAug 07 18:59:12.727Aug 07 18:59:12.727 DEBGAug 07 18:59:12.717Aug 07 18:59:12.727 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 } }]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 } }]
71282026-08-07T18:59:14.187Z
71292026-08-07T18:59:14.187Z 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 } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 07 18:59:12.727
71302026-08-07T18:59:14.187Z
71312026-08-07T18:59:14.187Z DEBGINFOAug 07 18:59:12.727 adding route 172.16.0.0/32 -> 10.0.0.3INFO Aug 07 18:59:12.727adding route 172.17.0.4/32 -> 10.0.0.255Aug 07 18:59:12.727 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
71322026-08-07T18:59:14.187Z
71332026-08-07T18:59:14.187Z
71342026-08-07T18:59:14.187Z INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:59:12.727Aug 07 18:59:12.727 Aug 07 18:59:12.727
71352026-08-07T18:59:14.187ZDEBG DEBG
71362026-08-07T18:59:14.187Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
71372026-08-07T18:59:14.187Z
71382026-08-07T18:59:14.187ZINFOAug 07 18:59:12.727 DEBGAug 07 18:59:12.727 Aug 07 18:59:12.727replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 07 18:59:12.727
71392026-08-07T18:59:14.187Z INFO INFOadding route 172.17.0.5/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2
71402026-08-07T18:59:14.187Z
71412026-08-07T18:59:14.187ZINFO adding route 172.16.0.0/32 -> 10.0.0.4adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
71422026-08-07T18:59:14.187ZAug 07 18:59:12.727
71432026-08-07T18:59:14.187ZAug 07 18:59:12.727DEBGAug 07 18:59:12.727 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 } }, NextHop { asic_port_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 07 18:59:12.727replacing 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 } }]
71442026-08-07T18:59:14.187ZAug 07 18:59:12.727DEBG
71452026-08-07T18:59:14.187Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, 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 } }]
71462026-08-07T18:59:14.187ZDEBG
71472026-08-07T18:59:14.187ZAug 07 18:59:12.727replacing 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 } }]
71482026-08-07T18:59:14.187ZINFO Aug 07 18:59:12.727Aug 07 18:59:12.727 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
71492026-08-07T18:59:14.187Zadding route 172.17.0.6/32 -> 10.0.0.255
71502026-08-07T18:59:14.187ZAug 07 18:59:12.727DEBGAug 07 18:59:12.727 INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]DEBGadding route 3fff:beef:3d::/64 -> 2001:db8::55:ffAug 07 18:59:12.727
71512026-08-07T18:59:14.187Z DEBG
71522026-08-07T18:59:14.187Z 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
71532026-08-07T18:59:14.188Z
71542026-08-07T18:59:14.188ZAug 07 18:59:12.727 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 } }]
71552026-08-07T18:59:14.188ZAug 07 18:59:12.727Aug 07 18:59:12.727 Aug 07 18:59:12.727INFO INFOadding route 172.17.0.7/32 -> 10.0.0.255
71562026-08-07T18:59:14.188ZINFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4
71572026-08-07T18:59:14.188Z
71582026-08-07T18:59:14.188ZAug 07 18:59:12.727 Aug 07 18:59:12.727 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 } }]
71592026-08-07T18:59:14.188ZDEBG Aug 07 18:59:12.727replacing 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 } }]
71602026-08-07T18:59:14.188ZDEBG Aug 07 18:59:12.727Aug 07 18:59:12.727 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 07 18:59:12.727
71612026-08-07T18:59:14.188ZINFOAug 07 18:59:12.727 adding route 172.17.0.8/32 -> 10.0.0.255 INFOfailed to allocate space for the new target listDEBGAug 07 18:59:12.727
71622026-08-07T18:59:14.188Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
71632026-08-07T18:59:14.188Z
71642026-08-07T18:59:14.188Zadding route 172.17.0.17/32 -> 10.0.0.255DEBG
71652026-08-07T18:59:14.188Zreplacing targets for 3fff:dead::/64 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 } }]
71662026-08-07T18:59:14.188ZAug 07 18:59:12.727Aug 07 18:59:12.727 Aug 07 18:59:12.727DEBGDEBG 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 07 18:59:12.727replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
71672026-08-07T18:59:14.188Z
71682026-08-07T18:59:14.188ZWARNreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
71692026-08-07T18:59:14.188Z shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 07 18:59:12.727
71702026-08-07T18:59:14.188Z Aug 07 18:59:12.727 INFOINFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255
71712026-08-07T18:59:14.188Z
71722026-08-07T18:59:14.188ZAug 07 18:59:12.727 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 } }]
71732026-08-07T18:59:14.188ZAug 07 18:59:12.727 Aug 07 18:59:12.727DEBG INFOreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71742026-08-07T18:59:14.188Zadding route 172.17.0.19/32 -> 10.0.0.255
71752026-08-07T18:59:14.188ZAug 07 18:59:12.727Aug 07 18:59:12.727Aug 07 18:59:12.727 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 3fff:beef:1c::/64 -> 2001:db8::55:ffINFO
71762026-08-07T18:59:14.188Z
71772026-08-07T18:59:14.188Z adding route 172.17.0.10/32 -> 10.0.0.255
71782026-08-07T18:59:14.189ZAug 07 18:59:12.727Aug 07 18:59:12.727 Aug 07 18:59:12.727INFO DEBGadding route 172.17.0.20/32 -> 10.0.0.255DEBG
71792026-08-07T18:59:14.189Z 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 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 } }]
71802026-08-07T18:59:14.189Z
71812026-08-07T18:59:14.189ZAug 07 18:59:12.727 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 07 18:59:12.727Aug 07 18:59:12.727
71822026-08-07T18:59:14.189Z INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 172.17.0.11/32 -> 10.0.0.255Aug 07 18:59:12.727
71832026-08-07T18:59:14.189Z
71842026-08-07T18:59:14.189ZINFO adding route 172.17.0.21/32 -> 10.0.0.255
71852026-08-07T18:59:14.189ZAug 07 18:59:12.727 Aug 07 18:59:12.727DEBG DEBGAug 07 18:59:12.727replacing 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 } }]
71862026-08-07T18:59:14.189Zreplacing 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 } }]
71872026-08-07T18:59:14.189ZDEBG 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 } }]
71882026-08-07T18:59:14.189ZAug 07 18:59:12.727Aug 07 18:59:12.727 Aug 07 18:59:12.727INFO INFO INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff adding route 172.17.0.12/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255
71892026-08-07T18:59:14.189Z
71902026-08-07T18:59:14.189Z
71912026-08-07T18:59:14.189ZAug 07 18:59:12.727Aug 07 18:59:12.727Aug 07 18:59:12.727 DEBGAug 07 18:59:12.728 replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:59:12.728
71922026-08-07T18:59:14.189ZDEBG created new freemapDEBGDEBG, created new freemapunitreplacing 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 } }]:,
71932026-08-07T18:59:14.189Zunit Aug 07 18:59:12.736freemap_route_ipv4
71942026-08-07T18:59:14.189Z: INFOfreemap_route_ipv4
71952026-08-07T18:59:14.189Zadding route 172.17.0.13/32 -> 10.0.0.255
71962026-08-07T18:59:14.189ZAug 07 18:59:12.728 DEBGAug 07 18:59:12.736 created new freemapAug 07 18:59:12.736INFOAug 07 18:59:12.736 adding route 172.17.0.23/32 -> 10.0.0.255Aug 07 18:59:12.736
71972026-08-07T18:59:14.189Z, DEBGDEBG DEBGcreated new freemapreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
71982026-08-07T18:59:14.189ZAug 07 18:59:12.736, DEBG created new freemapreplacing 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 } }],
71992026-08-07T18:59:14.189Zunit: freemap_route_ipv6unit:
72002026-08-07T18:59:14.189Zfreemap_route_ipv6Aug 07 18:59:12.736Aug 07 18:59:12.737Aug 07 18:59:12.737
72012026-08-07T18:59:14.189ZINFO adding route 172.17.0.14/32 -> 10.0.0.255INFO
72022026-08-07T18:59:14.189Zadding route 172.17.0.24/32 -> 10.0.0.255
72032026-08-07T18:59:14.189ZDEBG initted freemap. size: 64Aug 07 18:59:12.737Aug 07 18:59:12.737 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 } }],
72042026-08-07T18:59:14.190ZunitAug 07 18:59:12.737: freemap_route_ipv4DEBG
72052026-08-07T18:59:14.190Z 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 } }]
72062026-08-07T18:59:14.194ZAug 07 18:59:12.737initted freemap. size: 64 , INFOAug 07 18:59:12.737 Aug 07 18:59:12.737adding route 172.17.0.15/32 -> 10.0.0.255unit
72072026-08-07T18:59:14.194Z:DEBG INFOreset freemap Aug 07 18:59:12.737adding route 172.17.0.25/32 -> 10.0.0.255
72082026-08-07T18:59:14.194Zfreemap_route_ipv4,
72092026-08-07T18:59:14.194ZDEBGunit: Aug 07 18:59:12.737freemap_route_ipv4 replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
72102026-08-07T18:59:14.194Z
72112026-08-07T18:59:14.194ZAug 07 18:59:12.737replacing 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 } }]
72122026-08-07T18:59:14.194Z DEBGAug 07 18:59:12.737Aug 07 18:59:12.737 reset freemap DEBG INFO, Aug 07 18:59:12.737unitinitted freemap. size: 64adding route 172.17.0.16/32 -> 10.0.0.255
72132026-08-07T18:59:14.194Z:INFO, freemap_route_ipv4adding route 172.17.0.26/32 -> 10.0.0.255unit
72142026-08-07T18:59:14.195Z
72152026-08-07T18:59:14.195Z:Aug 07 18:59:12.737 Aug 07 18:59:12.737freemap_route_ipv6DEBG
72162026-08-07T18:59:14.195Z Aug 07 18:59:12.737replacing 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 } }]
72172026-08-07T18:59:14.195ZDEBG 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 } }]
72182026-08-07T18:59:14.195ZDEBGAug 07 18:59:12.737 Aug 07 18:59:12.737 initted freemap. size: 64 , DEBGunitINFO :adding route 172.17.0.17/32 -> 10.0.0.255reset freemapAug 07 18:59:12.737, INFOfreemap_route_ipv6unit
72192026-08-07T18:59:14.195Z
72202026-08-07T18:59:14.195Z adding route 172.17.0.27/32 -> 10.0.0.255:
72212026-08-07T18:59:14.195Zfreemap_route_ipv6Aug 07 18:59:12.737
72222026-08-07T18:59:14.195Z Aug 07 18:59:12.737DEBG DEBGreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:59:12.737
72232026-08-07T18:59:14.195ZAug 07 18:59:12.737reset freemap , INFODEBGunit :adding route 3fff:dead::/64 -> 2001:db8::55:1
72242026-08-07T18:59:14.195Zfreemap_route_ipv6replacing 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 } }]
72252026-08-07T18:59:14.195Z
72262026-08-07T18:59:14.195ZAug 07 18:59:12.737 Aug 07 18:59:12.737Aug 07 18:59:12.737Aug 07 18:59:12.737 DEBGINFO INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255
72272026-08-07T18:59:14.195Z
72282026-08-07T18:59:14.195Z
72292026-08-07T18:59:14.195ZINFO Aug 07 18:59:12.737Aug 07 18:59:12.737 DEBGadding route 172.16.0.0/32 -> 10.0.0.1DEBG
72302026-08-07T18:59:14.195Z Aug 07 18:59:12.737replacing 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.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 } }]
72312026-08-07T18:59:14.195Z
72322026-08-07T18:59:14.195ZINFO Aug 07 18:59:12.737Aug 07 18:59:12.737Aug 07 18:59:12.737 DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:2 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFOadding route 172.17.0.29/32 -> 10.0.0.255
72332026-08-07T18:59:14.195Z
72342026-08-07T18:59:14.195Zadding route 172.17.0.19/32 -> 10.0.0.255
72352026-08-07T18:59:14.195Z
72362026-08-07T18:59:14.195ZAug 07 18:59:12.737 Aug 07 18:59:12.737DEBG Aug 07 18:59:12.728 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 } }]
72372026-08-07T18:59:14.196ZAug 07 18:59:12.737 DEBG created new freemapadding route 172.16.0.0/32 -> 10.0.0.2DEBG
72382026-08-07T18:59:14.196ZAug 07 18:59:12.737 , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 07 18:59:12.737
72392026-08-07T18:59:14.196Z INFOAug 07 18:59:12.737 unit adding route 172.17.0.30/32 -> 10.0.0.255:DEBGAug 07 18:59:12.737
72402026-08-07T18:59:14.196Z INFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3freemap_route_ipv4
72412026-08-07T18:59:14.196Z Aug 07 18:59:12.737
72422026-08-07T18:59:14.196Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
72432026-08-07T18:59:14.196Zreplacing 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 07 18:59:12.737
72442026-08-07T18:59:14.196Z
72452026-08-07T18:59:14.196ZDEBGAug 07 18:59:12.737 Aug 07 18:59:12.737replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 07 18:59:12.737DEBG INFOcreated new freemap INFO
72462026-08-07T18:59:14.196Zadding route 172.17.0.31/32 -> 10.0.0.255
72472026-08-07T18:59:14.196Z, adding route 172.17.0.20/32 -> 10.0.0.255unit
72482026-08-07T18:59:14.196Z: Aug 07 18:59:12.737freemap_route_ipv6 Aug 07 18:59:12.737INFO
72492026-08-07T18:59:14.196Z DEBGAug 07 18:59:12.737 Aug 07 18:59:12.737 adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 07 18:59:12.737DEBGINFO
72502026-08-07T18:59:14.196Z replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.0/32 -> 10.0.0.255DEBG
72512026-08-07T18:59:14.196Zreplacing 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 } }]
72522026-08-07T18:59:14.196Z
72532026-08-07T18:59:14.196Z Aug 07 18:59:12.737initted freemap. size: 64 DEBG, Aug 07 18:59:12.737unitAug 07 18:59:12.737 : INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG
72542026-08-07T18:59:14.196Zadding route 172.17.0.32/32 -> 10.0.0.255replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
72552026-08-07T18:59:14.196Z
72562026-08-07T18:59:14.196Zfreemap_route_ipv4Aug 07 18:59:12.737
72572026-08-07T18:59:14.196Z Aug 07 18:59:12.737Aug 07 18:59:12.737 INFODEBGINFOAug 07 18:59:12.737 adding route 172.17.0.21/32 -> 10.0.0.255 DEBG
72582026-08-07T18:59:14.196Zreplacing 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 3fff:dead::/64 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 } }]
72592026-08-07T18:59:14.196Z
72602026-08-07T18:59:14.196ZAug 07 18:59:12.737 Aug 07 18:59:12.737 adding route 172.17.0.1/32 -> 10.0.0.255DEBG Aug 07 18:59:12.737DEBG INFOreset freemapreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
72612026-08-07T18:59:14.196Z, unit
72622026-08-07T18:59:14.197Zadding route 172.17.0.33/32 -> 10.0.0.255:
72632026-08-07T18:59:14.197Zfreemap_route_ipv4Aug 07 18:59:12.737Aug 07 18:59:12.737 INFODEBGAug 07 18:59:12.737
72642026-08-07T18:59:14.197Z 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 } }] DEBGadding route 172.17.0.22/32 -> 10.0.0.255
72652026-08-07T18:59:14.197Zreplacing 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 } }]
72662026-08-07T18:59:14.197ZAug 07 18:59:12.737DEBGAug 07 18:59:12.737
72672026-08-07T18:59:14.197Z DEBGDEBGAug 07 18:59:12.737 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 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 } }] initted freemap. size: 64
72682026-08-07T18:59:14.197Z, unit
72692026-08-07T18:59:14.197Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
72702026-08-07T18:59:14.197ZAug 07 18:59:12.737INFO: adding route 172.17.0.2/32 -> 10.0.0.255Aug 07 18:59:12.737INFO freemap_route_ipv6adding route 172.17.0.34/32 -> 10.0.0.255
72712026-08-07T18:59:14.197Z
72722026-08-07T18:59:14.197ZINFO adding route 172.17.0.23/32 -> 10.0.0.255Aug 07 18:59:12.737
72732026-08-07T18:59:14.197Ztest route::tests::same_size_non_subset_replace ... ok
72742026-08-07T18:59:14.197Z
72752026-08-07T18:59:14.197ZAug 07 18:59:12.737 DEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:59:12.737
72762026-08-07T18:59:14.197ZAug 07 18:59:12.737INFO DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:59:12.737
72772026-08-07T18:59:14.197Z
72782026-08-07T18:59:14.197Z Aug 07 18:59:12.737 INFODEBGDEBG reset freemap Aug 07 18:59:12.737adding route 172.17.0.3/32 -> 10.0.0.255, Aug 07 18:59:12.737
72792026-08-07T18:59:14.197Z 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 } }]INFOunit DEBG :
72802026-08-07T18:59:14.197ZAug 07 18:59:12.737 replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG 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 } }]
72812026-08-07T18:59:14.197Zfreemap_route_ipv6
72822026-08-07T18:59:14.197Z
72832026-08-07T18:59:14.197ZAug 07 18:59:12.737adding route 172.17.0.24/32 -> 10.0.0.255
72842026-08-07T18:59:14.197Z INFOAug 07 18:59:12.737Aug 07 18:59:12.737 Aug 07 18:59:12.737 DEBGadding route 172.17.0.35/32 -> 10.0.0.255INFO
72852026-08-07T18:59:14.197ZINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
72862026-08-07T18:59:14.197ZAug 07 18:59:12.737replacing 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.16.0.0/32 -> 10.0.0.1INFO
72872026-08-07T18:59:14.197Z Aug 07 18:59:12.737
72882026-08-07T18:59:14.198ZAug 07 18:59:12.737adding route 172.17.0.4/32 -> 10.0.0.255
72892026-08-07T18:59:14.198ZDEBG 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 } }]DEBGAug 07 18:59:12.737Aug 07 18:59:12.737Aug 07 18:59:12.737
72902026-08-07T18:59:14.198Z INFO adding route 172.17.0.25/32 -> 10.0.0.255
72912026-08-07T18:59:14.198ZDEBG Aug 07 18:59:12.737DEBG INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255
72922026-08-07T18:59:14.198Z
72932026-08-07T18:59:14.198ZAug 07 18:59:12.737replacing 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 } }]
72942026-08-07T18:59:14.198Z
72952026-08-07T18:59:14.198ZDEBG Aug 07 18:59:12.737replacing 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 07 18:59:12.737Aug 07 18:59:12.737Aug 07 18:59:12.737
72962026-08-07T18:59:14.198Z INFOINFO adding route 172.17.0.5/32 -> 10.0.0.255adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
72972026-08-07T18:59:14.198ZAug 07 18:59:12.737
72982026-08-07T18:59:14.198ZDEBG INFOINFO Aug 07 18:59:12.737adding route 172.17.0.26/32 -> 10.0.0.255 Aug 07 18:59:12.737
72992026-08-07T18:59:14.198Zadding route 172.16.0.0/32 -> 10.0.0.2DEBG
73002026-08-07T18:59:14.198Z 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 } }]
73012026-08-07T18:59:14.198ZDEBGAug 07 18:59:12.737Aug 07 18:59:12.737 replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
73022026-08-07T18:59:14.198Z DEBGAug 07 18:59:12.737 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 } }]
73032026-08-07T18:59:14.198Z
73042026-08-07T18:59:14.198Z replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO Aug 07 18:59:12.737
73052026-08-07T18:59:14.198Zadding route 172.17.0.6/32 -> 10.0.0.255 Aug 07 18:59:12.737
73062026-08-07T18:59:14.215ZAug 07 18:59:12.737INFO Aug 07 18:59:12.737 INFO INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 172.17.0.27/32 -> 10.0.0.255
73072026-08-07T18:59:14.215Z
73082026-08-07T18:59:14.215Z Aug 07 18:59:12.737 adding route 172.16.0.0/32 -> 10.0.0.3DEBG
73092026-08-07T18:59:14.215ZAug 07 18:59:12.737 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 07 18:59:12.738 DEBGadding route 172.17.0.37/32 -> 10.0.0.255
73102026-08-07T18:59:14.215Z DEBG created new freemapreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:59:12.745, Aug 07 18:59:12.745
73112026-08-07T18:59:14.215Z 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.7/32 -> 10.0.0.255
73122026-08-07T18:59:14.215Zunit
73132026-08-07T18:59:14.215Z
73142026-08-07T18:59:14.215Z: freemap_route_ipv4
73152026-08-07T18:59:14.215ZAug 07 18:59:12.745Aug 07 18:59:12.745 DEBGINFOAug 07 18:59:12.745 INFOadding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }]
73162026-08-07T18:59:14.215ZAug 07 18:59:12.745
73172026-08-07T18:59:14.215Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 07 18:59:12.728
73182026-08-07T18:59:14.215Z Aug 07 18:59:12.745DEBG created new freemapINFO, unit: adding route 172.17.0.8/32 -> 10.0.0.255DEBGfreemap_route_ipv6
73192026-08-07T18:59:14.215ZAug 07 18:59:12.745 DEBGAug 07 18:59:12.745
73202026-08-07T18:59:14.215ZAug 07 18:59:12.745 DEBGAug 07 18:59:12.745Aug 07 18:59:12.745 DEBG: initted freemap. size: 64 replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4, DEBG
73212026-08-07T18:59:14.215Z
73222026-08-07T18:59:14.215Zunit: replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
73232026-08-07T18:59:14.215ZAug 07 18:59:12.745Aug 07 18:59:12.745
73242026-08-07T18:59:14.215ZDEBG created new freemapINFO, unitAug 07 18:59:12.745adding route 172.17.0.9/32 -> 10.0.0.255
73252026-08-07T18:59:14.215Z: DEBGfreemap_route_ipv6
73262026-08-07T18:59:14.215Zreset freemapAug 07 18:59:12.745, unitDEBGAug 07 18:59:12.745 :replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv4
73272026-08-07T18:59:14.216Z
73282026-08-07T18:59:14.216ZINFOAug 07 18:59:12.745 Aug 07 18:59:12.745adding route 172.17.0.0/32 -> 10.0.0.255 Aug 07 18:59:12.745 DEBGDEBG INFOinitted freemap. size: 64initted freemap. size: 64
73292026-08-07T18:59:14.216Z, , unitunit: :freemap_route_ipv4
73302026-08-07T18:59:14.216Zfreemap_route_ipv6adding route 172.17.0.10/32 -> 10.0.0.255
73312026-08-07T18:59:14.216Z
73322026-08-07T18:59:14.216ZAug 07 18:59:12.745 Aug 07 18:59:12.745DEBGAug 07 18:59:12.745 DEBGDEBG Aug 07 18:59:12.745reset freemap , 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 } }]
73332026-08-07T18:59:14.216Zreset freemapreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], unitunit: :freemap_route_ipv4
73342026-08-07T18:59:14.216Zfreemap_route_ipv6Aug 07 18:59:12.745
73352026-08-07T18:59:14.216Z INFO
73362026-08-07T18:59:14.216Zadding route 172.17.0.11/32 -> 10.0.0.255
73372026-08-07T18:59:14.216ZAug 07 18:59:12.745Aug 07 18:59:12.745 INFODEBG Aug 07 18:59:12.745 adding route 172.16.0.0/32 -> 10.0.0.1 initted freemap. size: 64
73382026-08-07T18:59:14.216ZDEBG, unit 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 } }]:
73392026-08-07T18:59:14.216ZAug 07 18:59:12.745Aug 07 18:59:12.745 DEBGfreemap_route_ipv6
73402026-08-07T18:59:14.216Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 07 18:59:12.745
73412026-08-07T18:59:14.216Z INFOINFO adding route 172.17.0.12/32 -> 10.0.0.255Aug 07 18:59:12.745
73422026-08-07T18:59:14.216ZAug 07 18:59:12.745 DEBG INFOreset freemap , adding route 172.16.0.0/32 -> 10.0.0.2unit
73432026-08-07T18:59:14.216ZAug 07 18:59:12.745adding route 172.17.0.1/32 -> 10.0.0.255: freemap_route_ipv6DEBG
73442026-08-07T18:59:14.216Z
73452026-08-07T18:59:14.216Z 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 07 18:59:12.745
73462026-08-07T18:59:14.216ZAug 07 18:59:12.745 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.17.0.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 07 18:59:12.745
73472026-08-07T18:59:14.216Z
73482026-08-07T18:59:14.216Z INFOAug 07 18:59:12.745 adding route 172.17.0.13/32 -> 10.0.0.255INFOAug 07 18:59:12.745 Aug 07 18:59:12.745adding route 172.16.0.0/32 -> 10.0.0.1
73492026-08-07T18:59:14.216Z
73502026-08-07T18:59:14.216Z INFO INFOAug 07 18:59:12.745 Aug 07 18:59:12.745adding route 172.16.0.0/32 -> 10.0.0.3
73512026-08-07T18:59:14.216ZDEBG adding route 172.17.0.2/32 -> 10.0.0.255DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
73522026-08-07T18:59:14.216Zreplacing 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 07 18:59:12.745
73532026-08-07T18:59:14.217ZDEBG
73542026-08-07T18:59:14.217Z Aug 07 18:59:12.745replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 07 18:59:12.745INFO
73552026-08-07T18:59:14.217Z adding route 172.16.0.0/32 -> 10.0.0.2INFO
73562026-08-07T18:59:14.217Z Aug 07 18:59:12.745adding route 172.17.0.14/32 -> 10.0.0.255Aug 07 18:59:12.745
73572026-08-07T18:59:14.217Z INFOAug 07 18:59:12.745 adding route 172.16.0.0/32 -> 10.0.0.4DEBG
73582026-08-07T18:59:14.217ZAug 07 18:59:12.745DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBG Aug 07 18:59:12.745replacing 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 } }]
73592026-08-07T18:59:14.217ZDEBG
73602026-08-07T18:59:14.217Zreplacing 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 } }]
73612026-08-07T18:59:14.217Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 07 18:59:12.745
73622026-08-07T18:59:14.217Z INFOAug 07 18:59:12.745 adding route 172.17.0.15/32 -> 10.0.0.255
73632026-08-07T18:59:14.217ZAug 07 18:59:12.745DEBG 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.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.3, vlan_id: None } }]
73642026-08-07T18:59:14.217Z
73652026-08-07T18:59:14.217ZAug 07 18:59:12.745Aug 07 18:59:12.745 DEBGINFO replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.3/32 -> 10.0.0.255
73662026-08-07T18:59:14.217Z
73672026-08-07T18:59:14.217ZAug 07 18:59:12.737Aug 07 18:59:12.745 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.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 07 18:59:12.745
73682026-08-07T18:59:14.217Z
73692026-08-07T18:59:14.217ZINFO adding route 172.17.0.16/32 -> 10.0.0.255
73702026-08-07T18:59:14.217ZAug 07 18:59:12.745 INFO replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.4/32 -> 10.0.0.255Aug 07 18:59:12.745
73712026-08-07T18:59:14.217Z Aug 07 18:59:12.745INFO DEBG
73722026-08-07T18:59:14.217Z adding route 172.17.0.28/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 } }]
73732026-08-07T18:59:14.217Z
73742026-08-07T18:59:14.217ZAug 07 18:59:12.745Aug 07 18:59:12.745 DEBGINFO replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
73752026-08-07T18:59:14.217Z
73762026-08-07T18:59:14.217ZAug 07 18:59:12.745Aug 07 18:59:12.745created new freemapAug 07 18:59:12.745 , DEBGINFO replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.17/32 -> 10.0.0.255INFOunit
73772026-08-07T18:59:14.217Z adding route 172.17.0.5/32 -> 10.0.0.255
73782026-08-07T18:59:14.217Z:Aug 07 18:59:12.745
73792026-08-07T18:59:14.217Z DEBGAug 07 18:59:12.745 DEBGfreemap_route_ipv4 Aug 07 18:59:12.745
73802026-08-07T18:59:14.217Zreplacing 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 07 18:59:12.745
73812026-08-07T18:59:14.218Zreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
73822026-08-07T18:59:14.218ZINFO adding route 172.17.0.29/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 } }]
73832026-08-07T18:59:14.218Z
73842026-08-07T18:59:14.218ZAug 07 18:59:12.745Aug 07 18:59:12.745 INFOINFO Aug 07 18:59:12.745adding route 3fff:beef:25::/64 -> 2001:db8::55:ff adding route 172.17.0.18/32 -> 10.0.0.255
73852026-08-07T18:59:14.218ZINFO
73862026-08-07T18:59:14.218ZAug 07 18:59:12.745 Aug 07 18:59:12.745DEBG adding route 172.17.0.6/32 -> 10.0.0.255DEBG
73872026-08-07T18:59:14.218ZAug 07 18:59:12.745 DEBGreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:59:12.745
73882026-08-07T18:59:14.218Z 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 } }]
73892026-08-07T18:59:14.218ZDEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:59:12.745
73902026-08-07T18:59:14.218Z Aug 07 18:59:12.745Aug 07 18:59:12.745 DEBGINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:59:12.745
73912026-08-07T18:59:14.218ZINFO INFO
73922026-08-07T18:59:14.218Zadding route 172.17.0.30/32 -> 10.0.0.255 Aug 07 18:59:12.745
73932026-08-07T18:59:14.218Z adding route 172.17.0.19/32 -> 10.0.0.255DEBGcreated new freemapAug 07 18:59:12.745
73942026-08-07T18:59:14.218Z 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 } }] Aug 07 18:59:12.745adding route 172.17.0.7/32 -> 10.0.0.255 unit
73952026-08-07T18:59:14.218Z
73962026-08-07T18:59:14.218ZDEBGAug 07 18:59:12.745 DEBG :Aug 07 18:59:12.745replacing 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.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 } }]
73972026-08-07T18:59:14.218Z Aug 07 18:59:12.745
73982026-08-07T18:59:14.218Z DEBGINFO freemap_route_ipv6replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:59:12.745Aug 07 18:59:12.745
73992026-08-07T18:59:14.218ZINFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFO
74002026-08-07T18:59:14.218Z
74012026-08-07T18:59:14.218Zadding route 172.17.0.20/32 -> 10.0.0.255 adding route 172.17.0.31/32 -> 10.0.0.255
74022026-08-07T18:59:14.218Z
74032026-08-07T18:59:14.218ZAug 07 18:59:12.745Aug 07 18:59:12.745 Aug 07 18:59:12.745Aug 07 18:59:12.745INFOAug 07 18:59:12.745 DEBG DEBGadding route 172.17.0.8/32 -> 10.0.0.255 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 } }]
74042026-08-07T18:59:14.218Zreplacing 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.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 } }]
74052026-08-07T18:59:14.218ZDEBG
74062026-08-07T18:59:14.224Zinitted freemap. size: 64
74072026-08-07T18:59:14.224ZAug 07 18:59:12.745 , Aug 07 18:59:12.745INFO Aug 07 18:59:12.745INFO INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
74082026-08-07T18:59:14.224ZAug 07 18:59:12.745 adding route 172.17.0.21/32 -> 10.0.0.255 adding route 172.17.0.32/32 -> 10.0.0.255DEBG
74092026-08-07T18:59:14.224ZAug 07 18:59:12.746unit DEBG
74102026-08-07T18:59:14.225Zreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: freemap_route_ipv4
74112026-08-07T18:59:14.225Z replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:59:12.746
74122026-08-07T18:59:14.225ZAug 07 18:59:12.746 DEBGDEBG Aug 07 18:59:12.746replacing 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 } }]
74132026-08-07T18:59:14.225Z
74142026-08-07T18:59:14.225ZAug 07 18:59:12.746replacing 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 } }]
74152026-08-07T18:59:14.225ZINFO INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 07 18:59:12.746 adding route 172.17.0.9/32 -> 10.0.0.255
74162026-08-07T18:59:14.225Z
74172026-08-07T18:59:14.225ZINFO Aug 07 18:59:12.746adding route 172.17.0.33/32 -> 10.0.0.255 Aug 07 18:59:12.746Aug 07 18:59:12.746 Aug 07 18:59:12.746 INFO
74182026-08-07T18:59:14.225Z adding route 172.17.0.22/32 -> 10.0.0.255DEBGDEBG
74192026-08-07T18:59:14.225Z Aug 07 18:59:12.746replacing 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
74202026-08-07T18:59:14.225Z 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 } }] 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 } }]
74212026-08-07T18:59:14.225Z
74222026-08-07T18:59:14.225Z reset freemap, unit: freemap_route_ipv4
74232026-08-07T18:59:14.225ZAug 07 18:59:12.754 INFO Aug 07 18:59:12.754 INFO Aug 07 18:59:12.754adding route 172.17.0.34/32 -> 10.0.0.255Aug 07 18:59:12.754
74242026-08-07T18:59:14.226Z DEBGDEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64
74252026-08-07T18:59:14.226Z, unit: freemap_route_ipv6adding route 172.17.0.10/32 -> 10.0.0.255Aug 07 18:59:12.754
74262026-08-07T18:59:14.226Z
74272026-08-07T18:59:14.226Z DEBGAug 07 18:59:12.754 replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
74282026-08-07T18:59:14.226Z adding route 172.17.0.23/32 -> 10.0.0.255Aug 07 18:59:12.754
74292026-08-07T18:59:14.226ZAug 07 18:59:12.754 DEBGAug 07 18:59:12.754Aug 07 18:59:12.754 DEBG reset freemap replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], INFOunit
74302026-08-07T18:59:14.226ZDEBG adding route 172.17.0.35/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 } }]
74312026-08-07T18:59:14.226Z:
74322026-08-07T18:59:14.226Zfreemap_route_ipv6
74332026-08-07T18:59:14.226ZAug 07 18:59:12.754 Aug 07 18:59:12.754Aug 07 18:59:12.754 INFO DEBGINFO adding route 172.17.0.24/32 -> 10.0.0.255 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 07 18:59:12.754Aug 07 18:59:12.754
74342026-08-07T18:59:14.226Z INFOadding route 172.17.0.11/32 -> 10.0.0.255
74352026-08-07T18:59:14.226Z
74362026-08-07T18:59:14.226Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFO
74372026-08-07T18:59:14.226ZAug 07 18:59:12.754Aug 07 18:59:12.754 DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:59:12.754
74382026-08-07T18:59:14.226ZDEBGAug 07 18:59:12.754 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 INFOreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
74392026-08-07T18:59:14.227Z
74402026-08-07T18:59:14.227ZAug 07 18:59:12.754adding route 172.17.0.36/32 -> 10.0.0.255
74412026-08-07T18:59:14.227ZAug 07 18:59:12.754replacing 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 07 18:59:12.754 INFODEBGINFO Aug 07 18:59:12.754adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
74422026-08-07T18:59:14.227Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
74432026-08-07T18:59:14.227Z adding route 172.17.0.25/32 -> 10.0.0.255
74442026-08-07T18:59:14.227Z
74452026-08-07T18:59:14.227Zreplacing 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 } }]
74462026-08-07T18:59:14.227ZAug 07 18:59:12.754Aug 07 18:59:12.754Aug 07 18:59:12.754Aug 07 18:59:12.754 INFODEBGINFO 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 07 18:59:12.754
74472026-08-07T18:59:14.227Z DEBGINFO replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
74482026-08-07T18:59:14.227Z
74492026-08-07T18:59:14.227Zadding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255
74502026-08-07T18:59:14.227Z
74512026-08-07T18:59:14.227ZAug 07 18:59:12.754 Aug 07 18:59:12.754Aug 07 18:59:12.754Aug 07 18:59:12.754INFO INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG
74522026-08-07T18:59:14.227Z replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.26/32 -> 10.0.0.255
74532026-08-07T18:59:14.227ZDEBG
74542026-08-07T18:59:14.227Zreplacing 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 07 18:59:12.754
74552026-08-07T18:59:14.227ZAug 07 18:59:12.754 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 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 07 18:59:12.754Aug 07 18:59:12.754
74562026-08-07T18:59:14.227ZINFODEBGAug 07 18:59:12.754
74572026-08-07T18:59:14.227Z adding route 172.17.0.38/32 -> 10.0.0.255 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 } }]Aug 07 18:59:12.754
74582026-08-07T18:59:14.227Z
74592026-08-07T18:59:14.227Z INFOadding route 172.17.0.38/32 -> 10.0.0.255
74602026-08-07T18:59:14.227Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 07 18:59:12.754
74612026-08-07T18:59:14.227Z Aug 07 18:59:12.754Aug 07 18:59:12.754INFO DEBG Aug 07 18:59:12.754 adding route 172.17.0.27/32 -> 10.0.0.255Aug 07 18:59:12.754
74622026-08-07T18:59:14.227Zreplacing 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 } }] 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 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 } }]
74632026-08-07T18:59:14.227ZINFO
74642026-08-07T18:59:14.228ZAug 07 18:59:12.754 DEBGadding route 172.17.0.13/32 -> 10.0.0.255
74652026-08-07T18:59:14.228ZAug 07 18:59:12.754
74662026-08-07T18:59:14.228Z Aug 07 18:59:12.754 INFOreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74672026-08-07T18:59:14.228Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO
74682026-08-07T18:59:14.228Z adding route 172.17.0.39/32 -> 10.0.0.255
74692026-08-07T18:59:14.228ZAug 07 18:59:12.754 Aug 07 18:59:12.754Aug 07 18:59:12.754 INFODEBG Aug 07 18:59:12.754 adding route 172.17.0.28/32 -> 10.0.0.255Aug 07 18:59:12.754replacing 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 } }]
74702026-08-07T18:59:14.228ZDEBG
74712026-08-07T18:59:14.228Z INFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
74722026-08-07T18:59:14.228ZAug 07 18:59:12.754Aug 07 18:59:12.754 DEBG INFOreplacing 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 07 18:59:12.754
74732026-08-07T18:59:14.228Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 172.17.0.39/32 -> 10.0.0.255
74742026-08-07T18:59:14.228ZINFO
74752026-08-07T18:59:14.228Z replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.40/32 -> 10.0.0.255
74762026-08-07T18:59:14.228Z
74772026-08-07T18:59:14.228ZAug 07 18:59:12.754Aug 07 18:59:12.754 INFO DEBGAug 07 18:59:12.754Aug 07 18:59:12.754 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 } }]DEBGadding route 172.17.0.29/32 -> 10.0.0.255
74782026-08-07T18:59:14.228ZAug 07 18:59:12.754 INFO
74792026-08-07T18:59:14.228Z 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 07 18:59:12.754
74802026-08-07T18:59:14.228ZINFODEBGAug 07 18:59:12.754 adding route 3fff:beef:30::/64 -> 2001:db8::55:ff adding route 172.17.0.14/32 -> 10.0.0.255DEBG
74812026-08-07T18:59:14.228Z 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.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 } }]
74822026-08-07T18:59:14.228Z
74832026-08-07T18:59:14.228ZAug 07 18:59:12.754Aug 07 18:59:12.754 DEBG
74842026-08-07T18:59:14.228ZINFOreplacing 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 07 18:59:12.754
74852026-08-07T18:59:14.228ZAug 07 18:59:12.754adding route 172.17.0.41/32 -> 10.0.0.255
74862026-08-07T18:59:14.228Z INFOAug 07 18:59:12.754Aug 07 18:59:12.754DEBG INFO Aug 07 18:59:12.754adding route 172.17.0.30/32 -> 10.0.0.255 INFOadding route 172.17.0.40/32 -> 10.0.0.255
74872026-08-07T18:59:14.228Z
74882026-08-07T18:59:14.228Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ff DEBG
74892026-08-07T18:59:14.228Z 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.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 07 18:59:12.754Aug 07 18:59:12.754
74902026-08-07T18:59:14.228ZAug 07 18:59:12.754DEBG
74912026-08-07T18:59:14.229Z 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 } }] DEBGreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 18:59:12.754
74922026-08-07T18:59:14.229Z
74932026-08-07T18:59:14.229ZINFO adding route 172.17.0.42/32 -> 10.0.0.255
74942026-08-07T18:59:14.229Z 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 07 18:59:12.754
74952026-08-07T18:59:14.229Z Aug 07 18:59:12.754INFO INFOadding route 172.17.0.31/32 -> 10.0.0.255
74962026-08-07T18:59:14.229Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 07 18:59:12.754
74972026-08-07T18:59:14.229Z INFOAug 07 18:59:12.754Aug 07 18:59:12.754 adding route 172.17.0.15/32 -> 10.0.0.255Aug 07 18:59:12.754
74982026-08-07T18:59:14.229ZDEBG DEBGDEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:59:12.754
74992026-08-07T18:59:14.229Z 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 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 } }]
75002026-08-07T18:59:14.229Z Aug 07 18:59:12.754
75012026-08-07T18:59:14.229ZAug 07 18:59:12.754 INFOINFO adding route 172.17.0.43/32 -> 10.0.0.255DEBG
75022026-08-07T18:59:14.229Zreplacing 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 } }]
75032026-08-07T18:59:14.229ZAug 07 18:59:12.754Aug 07 18:59:12.754 INFOINFO adding route 172.17.0.32/32 -> 10.0.0.255 Aug 07 18:59:12.754adding route 172.17.0.41/32 -> 10.0.0.255
75042026-08-07T18:59:14.229Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG
75052026-08-07T18:59:14.229ZAug 07 18:59:12.754
75062026-08-07T18:59:14.244ZAug 07 18:59:12.754 Aug 07 18:59:12.754DEBGAug 07 18:59:12.754INFO 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 } }]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 } }]
75072026-08-07T18:59:14.245Z adding route 172.17.0.16/32 -> 10.0.0.255
75082026-08-07T18:59:14.245Z
75092026-08-07T18:59:14.245ZDEBG Aug 07 18:59:12.754replacing 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 07 18:59:12.754
75102026-08-07T18:59:14.245Zreplacing 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 07 18:59:12.754 INFOINFO
75112026-08-07T18:59:14.245Z Aug 07 18:59:12.754adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
75122026-08-07T18:59:14.245Z DEBGAug 07 18:59:12.754 INFO Aug 07 18:59:12.754replacing 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 } }]
75132026-08-07T18:59:14.245Zadding route 172.17.0.33/32 -> 10.0.0.255DEBGINFO
75142026-08-07T18:59:14.245Zadding route 172.17.0.44/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 } }]
75152026-08-07T18:59:14.245Z
75162026-08-07T18:59:14.245ZAug 07 18:59:12.754adding route 172.17.0.42/32 -> 10.0.0.255 Aug 07 18:59:12.754DEBGAug 07 18:59:12.754
75172026-08-07T18:59:14.245Z replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
75182026-08-07T18:59:14.245ZINFO Aug 07 18:59:12.754adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
75192026-08-07T18:59:14.245ZDEBG adding route 172.17.0.17/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 } }]
75202026-08-07T18:59:14.245ZAug 07 18:59:12.754
75212026-08-07T18:59:14.245Z Aug 07 18:59:12.754INFO Aug 07 18:59:12.754DEBGAug 07 18:59:12.754 INFOadding route 172.17.0.34/32 -> 10.0.0.255
75222026-08-07T18:59:14.245ZDEBGadding route 172.17.0.45/32 -> 10.0.0.255 Aug 07 18:59:12.754
75232026-08-07T18:59:14.245Zreplacing 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.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 } }]
75242026-08-07T18:59:14.245Z
75252026-08-07T18:59:14.245ZAug 07 18:59:12.754DEBG DEBGreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 07 18:59:12.754replacing 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 } }]
75262026-08-07T18:59:14.245ZINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 07 18:59:12.754
75272026-08-07T18:59:14.245ZAug 07 18:59:12.754
75282026-08-07T18:59:14.245Z Aug 07 18:59:12.754INFO DEBG INFOreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 07 18:59:12.754
75292026-08-07T18:59:14.245Z DEBG adding route 172.17.0.35/32 -> 10.0.0.255Aug 07 18:59:12.754adding route 172.17.0.43/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 } }]
75302026-08-07T18:59:14.245ZAug 07 18:59:12.754
75312026-08-07T18:59:14.246Z
75322026-08-07T18:59:14.246ZINFO INFOadding route 172.17.0.18/32 -> 10.0.0.255 Aug 07 18:59:12.754
75332026-08-07T18:59:14.246Z Aug 07 18:59:12.754DEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
75342026-08-07T18:59:14.246Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 172.17.0.46/32 -> 10.0.0.255
75352026-08-07T18:59:14.246Z
75362026-08-07T18:59:14.246ZAug 07 18:59:12.754Aug 07 18:59:12.754 DEBGAug 07 18:59:12.754 DEBGreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:59:12.754Aug 07 18:59:12.754
75372026-08-07T18:59:14.246Z 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 } }]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 } }] 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 } }]
75382026-08-07T18:59:14.246Z
75392026-08-07T18:59:14.246Z DEBGAug 07 18:59:12.762 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
75402026-08-07T18:59:14.246ZINFO Aug 07 18:59:12.762adding route 172.17.0.19/32 -> 10.0.0.255
75412026-08-07T18:59:14.246ZINFOAug 07 18:59:12.762Aug 07 18:59:12.762 INFOadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
75422026-08-07T18:59:14.246Z Aug 07 18:59:12.762adding route 172.17.0.44/32 -> 10.0.0.255 INFO
75432026-08-07T18:59:14.246ZAug 07 18:59:12.762 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3DEBG
75442026-08-07T18:59:14.246Zreplacing 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 07 18:59:12.762
75452026-08-07T18:59:14.246Zreplacing 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
75462026-08-07T18:59:14.246Z Aug 07 18:59:12.762Aug 07 18:59:12.762 INFODEBGAug 07 18:59:12.762 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 } }]
75472026-08-07T18:59:14.246Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFO
75482026-08-07T18:59:14.246Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
75492026-08-07T18:59:14.246Zadding route 172.17.0.20/32 -> 10.0.0.255
75502026-08-07T18:59:14.246ZAug 07 18:59:12.762Aug 07 18:59:12.762Aug 07 18:59:12.762 DEBGINFOINFO adding route 172.17.0.45/32 -> 10.0.0.255replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
75512026-08-07T18:59:14.246ZINFO
75522026-08-07T18:59:14.246Z adding route 172.17.0.36/32 -> 10.0.0.255Aug 07 18:59:12.762 Aug 07 18:59:12.762DEBG Aug 07 18:59:12.762
75532026-08-07T18:59:14.246ZDEBG INFOreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75542026-08-07T18:59:14.246Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing 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 } }]
75552026-08-07T18:59:14.247Z
75562026-08-07T18:59:14.247ZAug 07 18:59:12.762adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 07 18:59:12.762 DEBGINFO replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.46/32 -> 10.0.0.255
75572026-08-07T18:59:14.247Z
75582026-08-07T18:59:14.247Z
75592026-08-07T18:59:14.247ZAug 07 18:59:12.762Aug 07 18:59:12.762Aug 07 18:59:12.762Aug 07 18:59:12.762 DEBG INFOreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
75602026-08-07T18:59:14.247Zadding route 172.17.0.37/32 -> 10.0.0.255DEBG
75612026-08-07T18:59:14.247ZAug 07 18:59:12.762INFO adding route 172.17.0.21/32 -> 10.0.0.255Aug 07 18:59:12.762
75622026-08-07T18:59:14.247ZAug 07 18:59:12.762 DEBGINFOreplacing 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 } }]
75632026-08-07T18:59:14.247Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing 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 } }]
75642026-08-07T18:59:14.247Z
75652026-08-07T18:59:14.247ZDEBGAug 07 18:59:12.762 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 07 18:59:12.762DEBGAug 07 18:59:12.762 Aug 07 18:59:12.762 INFO DEBGINFO replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.38/32 -> 10.0.0.255
75662026-08-07T18:59:14.247Ztest route::tests::shrink_preserves_compacted_order ... ok
75672026-08-07T18:59:14.247Zadding route 172.17.0.47/32 -> 10.0.0.255replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75682026-08-07T18:59:14.247Z
75692026-08-07T18:59:14.247Z
75702026-08-07T18:59:14.248Z
75712026-08-07T18:59:14.248Ztest route::tests::delete_targets_full ... ok
75722026-08-07T18:59:14.248ZAug 07 18:59:12.762Aug 07 18:59:12.762 DEBGAug 07 18:59:12.762 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 } }]
75732026-08-07T18:59:14.248ZAug 07 18:59:12.762INFOAug 07 18:59:12.762 INFODEBGAug 07 18:59:12.762 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255
75742026-08-07T18:59:14.248Z INFO
75752026-08-07T18:59:14.248Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
75762026-08-07T18:59:14.248Zadding route 172.17.0.39/32 -> 10.0.0.255
75772026-08-07T18:59:14.248Zreplacing 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 } }]
75782026-08-07T18:59:14.248ZAug 07 18:59:12.762 DEBGAug 07 18:59:12.762 Aug 07 18:59:12.762replacing 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 } }] DEBGINFO
75792026-08-07T18:59:14.248Z 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 07 18:59:12.762
75802026-08-07T18:59:14.248Z adding route 172.17.0.48/32 -> 10.0.0.255DEBGAug 07 18:59:12.762
75812026-08-07T18:59:14.248Zreplacing 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 07 18:59:12.762DEBG INFOfailed to allocate space for the new target list
75822026-08-07T18:59:14.248Z
75832026-08-07T18:59:14.248Zadding route 172.17.0.40/32 -> 10.0.0.255
75842026-08-07T18:59:14.248ZAug 07 18:59:12.762Aug 07 18:59:12.762Aug 07 18:59:12.762 INFODEBG adding route 172.17.0.23/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 07 18:59:12.762
75852026-08-07T18:59:14.248Z DEBGDEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
75862026-08-07T18:59:14.248Z
75872026-08-07T18:59:14.248ZAug 07 18:59:12.763
75882026-08-07T18:59:14.248ZDEBG Aug 07 18:59:12.763replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:59:12.763 INFO adding route 172.17.0.41/32 -> 10.0.0.255Aug 07 18:59:12.763
75892026-08-07T18:59:14.248Z DEBG INFOcreated new freemap , adding route 172.17.0.49/32 -> 10.0.0.255
75902026-08-07T18:59:14.248Z
75912026-08-07T18:59:14.248ZAug 07 18:59:12.771unit
75922026-08-07T18:59:14.248Z: freemap_route_ipv4INFO
75932026-08-07T18:59:14.249Z Aug 07 18:59:12.771Aug 07 18:59:12.771adding route 172.17.0.24/32 -> 10.0.0.255Aug 07 18:59:12.771 DEBGINFOAug 07 18:59:12.771 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 } }]
75942026-08-07T18:59:14.249Zreplacing 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.47/32 -> 10.0.0.255
75952026-08-07T18:59:14.249Z
75962026-08-07T18:59:14.249ZDEBG
75972026-08-07T18:59:14.249Z Aug 07 18:59:12.771Aug 07 18:59:12.771 Aug 07 18:59:12.771INFO adding route 172.17.0.42/32 -> 10.0.0.255DEBG
75982026-08-07T18:59:14.249Z INFO adding route 172.17.0.50/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 } }]
75992026-08-07T18:59:14.249ZAug 07 18:59:12.771Aug 07 18:59:12.771 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 } }]
76002026-08-07T18:59:14.249Z
76012026-08-07T18:59:14.249Zcreated new freemap, Aug 07 18:59:12.771unitAug 07 18:59:12.771 Aug 07 18:59:12.771 INFOINFO DEBG adding route 172.17.0.48/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 } }]
76022026-08-07T18:59:14.249Zadding route 172.17.0.25/32 -> 10.0.0.255
76032026-08-07T18:59:14.249Z
76042026-08-07T18:59:14.249Z: Aug 07 18:59:12.771Aug 07 18:59:12.771 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 } }]freemap_route_ipv6adding route 172.17.0.51/32 -> 10.0.0.255
76052026-08-07T18:59:14.249Z
76062026-08-07T18:59:14.288Z
76072026-08-07T18:59:14.288ZAug 07 18:59:12.771 DEBG Aug 07 18:59:12.771replacing 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 07 18:59:12.771
76082026-08-07T18:59:14.288ZAug 07 18:59:12.771DEBG DEBGINFO initted freemap. size: 64 , 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 } }]unitadding route 172.17.0.49/32 -> 10.0.0.255
76092026-08-07T18:59:14.289Z:Aug 07 18:59:12.771
76102026-08-07T18:59:14.289Zfreemap_route_ipv4
76112026-08-07T18:59:14.289ZINFOAug 07 18:59:12.771 Aug 07 18:59:12.771 adding route 172.17.0.26/32 -> 10.0.0.255DEBGINFO adding route 172.17.0.52/32 -> 10.0.0.255
76122026-08-07T18:59:14.289Z
76132026-08-07T18:59:14.289Zreplacing 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 } }]
76142026-08-07T18:59:14.289ZAug 07 18:59:12.771 Aug 07 18:59:12.771DEBG Aug 07 18:59:12.771 DEBGreset freemap , replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
76152026-08-07T18:59:14.289ZAug 07 18:59:12.771unit INFO 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 } }]:
76162026-08-07T18:59:14.289Z Aug 07 18:59:12.771
76172026-08-07T18:59:14.289Zfreemap_route_ipv4
76182026-08-07T18:59:14.289ZINFO Aug 07 18:59:12.771Aug 07 18:59:12.771adding route 172.17.0.53/32 -> 10.0.0.255
76192026-08-07T18:59:14.289Z 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 } }]Aug 07 18:59:12.771adding route 172.17.0.27/32 -> 10.0.0.255Aug 07 18:59:12.771
76202026-08-07T18:59:14.289Z DEBG
76212026-08-07T18:59:14.289Z 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
76222026-08-07T18:59:14.289Z Aug 07 18:59:12.771initted freemap. size: 64 , INFOunit:Aug 07 18:59:12.771 freemap_route_ipv6Aug 07 18:59:12.771
76232026-08-07T18:59:14.289Zadding route 172.17.0.51/32 -> 10.0.0.255
76242026-08-07T18:59:14.289ZDEBG 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
76252026-08-07T18:59:14.289Z adding route 172.17.0.54/32 -> 10.0.0.255Aug 07 18:59:12.771
76262026-08-07T18:59:14.289Z DEBGAug 07 18:59:12.771Aug 07 18:59:12.771 INFODEBG adding route 172.17.0.28/32 -> 10.0.0.255reset freemap
76272026-08-07T18:59:14.289Z, Aug 07 18:59:12.771unit :DEBG freemap_route_ipv6replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
76282026-08-07T18:59:14.289Z
76292026-08-07T18:59:14.289Z
76302026-08-07T18:59:14.290ZAug 07 18:59:12.771 DEBG Aug 07 18:59:12.771Aug 07 18:59:12.771 INFOINFO adding route 172.17.0.55/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 } }]
76312026-08-07T18:59:14.290Z
76322026-08-07T18:59:14.290ZAug 07 18:59:12.771adding route 172.17.0.52/32 -> 10.0.0.255
76332026-08-07T18:59:14.290ZINFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 07 18:59:12.771
76342026-08-07T18:59:14.290ZAug 07 18:59:12.771Aug 07 18:59:12.771 DEBG DEBGINFO Aug 07 18:59:12.771 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.29/32 -> 10.0.0.255
76352026-08-07T18:59:14.290Zreplacing 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 } }]
76362026-08-07T18:59:14.290Z
76372026-08-07T18:59:14.290Z DEBGAug 07 18:59:12.771Aug 07 18:59:12.771 INFODEBG adding route 172.17.0.56/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 } }]
76382026-08-07T18:59:14.290ZAug 07 18:59:12.771
76392026-08-07T18:59:14.290Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
76402026-08-07T18:59:14.290Zadding route 172.17.0.53/32 -> 10.0.0.255
76412026-08-07T18:59:14.290ZAug 07 18:59:12.771Aug 07 18:59:12.771 INFODEBG adding route 172.17.0.30/32 -> 10.0.0.255replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76422026-08-07T18:59:14.290Z
76432026-08-07T18:59:14.290Z Aug 07 18:59:12.771Aug 07 18:59:12.771Aug 07 18:59:12.771Aug 07 18:59:12.771 DEBGDEBG INFODEBGINFO adding route 172.17.0.57/32 -> 10.0.0.255 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.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.16.0.0/32 -> 10.0.0.2
76442026-08-07T18:59:14.290Z
76452026-08-07T18:59:14.290Z
76462026-08-07T18:59:14.290Zreplacing 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 } }]
76472026-08-07T18:59:14.290Z
76482026-08-07T18:59:14.290ZAug 07 18:59:12.771 DEBGAug 07 18:59:12.771Aug 07 18:59:12.771 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 Aug 07 18:59:12.771
76492026-08-07T18:59:14.290Zadding route 172.17.0.43/32 -> 10.0.0.255
76502026-08-07T18:59:14.290ZINFOINFOAug 07 18:59:12.771 Aug 07 18:59:12.771Aug 07 18:59:12.771 adding route 172.17.0.54/32 -> 10.0.0.255INFO
76512026-08-07T18:59:14.290Zadding route 172.17.0.31/32 -> 10.0.0.255 DEBGadding route 172.17.0.58/32 -> 10.0.0.255
76522026-08-07T18:59:14.290Z
76532026-08-07T18:59:14.290Z Aug 07 18:59:12.771DEBGreplacing 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
76542026-08-07T18:59:14.290Z
76552026-08-07T18:59:14.290Z Aug 07 18:59:12.771Aug 07 18:59:12.771 DEBGDEBG Aug 07 18:59:12.771replacing 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
76562026-08-07T18:59:14.290ZINFO 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 07 18:59:12.771replacing 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 } }]
76572026-08-07T18:59:14.291ZAug 07 18:59:12.771INFO adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.44/32 -> 10.0.0.255
76582026-08-07T18:59:14.291Z
76592026-08-07T18:59:14.291ZINFO
76602026-08-07T18:59:14.291ZAug 07 18:59:12.771adding route 172.17.0.59/32 -> 10.0.0.255
76612026-08-07T18:59:14.291Z Aug 07 18:59:12.771Aug 07 18:59:12.771INFO Aug 07 18:59:12.771 Aug 07 18:59:12.771 DEBGDEBGDEBGadding route 172.17.0.55/32 -> 10.0.0.255 replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
76622026-08-07T18:59:14.291Z
76632026-08-07T18:59:14.291ZINFO
76642026-08-07T18:59:14.291Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 07 18:59:12.771adding route 172.17.0.32/32 -> 10.0.0.255
76652026-08-07T18:59:14.291ZDEBGAug 07 18:59:12.771Aug 07 18:59:12.771 replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
76662026-08-07T18:59:14.291Ztest route::tests::add_target_fails_full ... ok
76672026-08-07T18:59:14.291Z INFOadding route 172.17.0.60/32 -> 10.0.0.255
76682026-08-07T18:59:14.291Zadding route 172.17.0.45/32 -> 10.0.0.255
76692026-08-07T18:59:14.291Z
76702026-08-07T18:59:14.291ZAug 07 18:59:12.771Aug 07 18:59:12.771 Aug 07 18:59:12.771Aug 07 18:59:12.771INFO DEBGDEBG INFOAug 07 18:59:12.771 adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }]
76712026-08-07T18:59:14.291ZDEBG adding route 172.17.0.56/32 -> 10.0.0.255replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76722026-08-07T18:59:14.291Z
76732026-08-07T18:59:14.291Z
76742026-08-07T18:59:14.291Z 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 07 18:59:12.771
76752026-08-07T18:59:14.291ZAug 07 18:59:12.771 Aug 07 18:59:12.771Aug 07 18:59:12.771 DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]INFODEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76762026-08-07T18:59:14.291Z
76772026-08-07T18:59:14.291Z Aug 07 18:59:12.771Aug 07 18:59:12.771failed to allocate space for the new target list
76782026-08-07T18:59:14.291ZINFO DEBGadding route 172.17.0.57/32 -> 10.0.0.255
76792026-08-07T18:59:14.291Zreplacing targets for 172.16.0.0/32 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 } }]
76802026-08-07T18:59:14.291ZAug 07 18:59:12.771 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 } }]
76812026-08-07T18:59:14.291ZAug 07 18:59:12.771 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 } }]
76822026-08-07T18:59:14.291Z adding route 172.17.0.46/32 -> 10.0.0.255Aug 07 18:59:12.771
76832026-08-07T18:59:14.291ZAug 07 18:59:12.771 INFOINFO adding route 172.17.0.33/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255
76842026-08-07T18:59:14.292Z
76852026-08-07T18:59:14.292ZAug 07 18:59:12.771 DEBG Aug 07 18:59:12.771Aug 07 18:59:12.771 DEBGDEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
76862026-08-07T18:59:14.292Z
76872026-08-07T18:59:14.292Z
76882026-08-07T18:59:14.292ZAug 07 18:59:12.772Aug 07 18:59:12.772 INFOAug 07 18:59:12.772 adding route 172.17.0.34/32 -> 10.0.0.255INFO
76892026-08-07T18:59:14.292Z INFOadding route 172.17.0.59/32 -> 10.0.0.255
76902026-08-07T18:59:14.292Zadding route 172.17.0.47/32 -> 10.0.0.255
76912026-08-07T18:59:14.292ZAug 07 18:59:12.772 DEBGAug 07 18:59:12.772 replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 18:59:12.772
76922026-08-07T18:59:14.292Z DEBG DEBGreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76932026-08-07T18:59:14.292ZAug 07 18:59:12.772replacing 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
76942026-08-07T18:59:14.292Z adding route 172.17.0.35/32 -> 10.0.0.255Aug 07 18:59:12.772
76952026-08-07T18:59:14.292Z Aug 07 18:59:12.772INFO INFOadding route 172.17.0.48/32 -> 10.0.0.255Aug 07 18:59:12.772 adding route 172.17.0.60/32 -> 10.0.0.255DEBG
76962026-08-07T18:59:14.292Z
76972026-08-07T18:59:14.292Z replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76982026-08-07T18:59:14.292ZAug 07 18:59:12.772Aug 07 18:59:12.772Aug 07 18:59:12.772 DEBG INFODEBG 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.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 } }]
76992026-08-07T18:59:14.292Z
77002026-08-07T18:59:14.292Z adding route 172.17.0.36/32 -> 10.0.0.255
77012026-08-07T18:59:14.292ZAug 07 18:59:12.772 Aug 07 18:59:12.772INFOAug 07 18:59:12.772 adding route 172.17.0.49/32 -> 10.0.0.255INFO
77022026-08-07T18:59:14.292ZDEBG adding route 172.17.0.61/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 } }]
77032026-08-07T18:59:14.292Z
77042026-08-07T18:59:14.292ZAug 07 18:59:12.772 Aug 07 18:59:12.772Aug 07 18:59:12.772DEBG 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 } }]INFO adding route 172.17.0.37/32 -> 10.0.0.255Aug 07 18:59:12.772 DEBG created new freemap,
77052026-08-07T18:59:14.292Zunit: freemap_route_ipv4
77062026-08-07T18:59:14.308ZAug 07 18:59:12.780 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 07 18:59:12.780
77072026-08-07T18:59:14.308Z DEBG created new freemap, DEBGunit Aug 07 18:59:12.780replacing 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 } }]:
77082026-08-07T18:59:14.308Z INFO freemap_route_ipv6adding route 172.17.0.62/32 -> 10.0.0.255
77092026-08-07T18:59:14.308Z
77102026-08-07T18:59:14.308ZAug 07 18:59:12.780 INFO adding route 172.17.0.38/32 -> 10.0.0.255
77112026-08-07T18:59:14.308ZAug 07 18:59:12.780 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 07 18:59:12.780
77122026-08-07T18:59:14.308Z DEBGAug 07 18:59:12.780 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 07 18:59:12.780DEBG initted freemap. size: 64
77132026-08-07T18:59:14.308Z INFO adding route 172.17.0.63/32 -> 10.0.0.255Aug 07 18:59:12.780,
77142026-08-07T18:59:14.308ZINFOunit :adding route 172.17.0.39/32 -> 10.0.0.255
77152026-08-07T18:59:14.308Zfreemap_route_ipv4Aug 07 18:59:12.780
77162026-08-07T18:59:14.308Z DEBGAug 07 18:59:12.780 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 } }]DEBG
77172026-08-07T18:59:14.308Z 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 } }]
77182026-08-07T18:59:14.309ZAug 07 18:59:12.780Aug 07 18:59:12.780Aug 07 18:59:12.780 DEBGINFO failed to allocate space for the new target listDEBGadding route 172.17.0.40/32 -> 10.0.0.255
77192026-08-07T18:59:14.309Z
77202026-08-07T18:59:14.309Zreset freemap, unit:Aug 07 18:59:12.780 freemap_route_ipv4DEBG
77212026-08-07T18:59:14.309Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
77222026-08-07T18:59:14.309ZAug 07 18:59:12.780 Aug 07 18:59:12.780DEBG 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 07 18:59:12.780
77232026-08-07T18:59:14.309ZDEBGinitted freemap. size: 64 , failed to allocate space for the new target listunit
77242026-08-07T18:59:14.309Z:Aug 07 18:59:12.780 INFOfreemap_route_ipv6
77252026-08-07T18:59:14.309Zadding route 172.17.0.41/32 -> 10.0.0.255
77262026-08-07T18:59:14.309ZAug 07 18:59:12.780 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 } }]
77272026-08-07T18:59:14.309ZAug 07 18:59:12.780 DEBGAug 07 18:59:12.780 reset freemapINFO, unitadding route 172.17.0.42/32 -> 10.0.0.255:
77282026-08-07T18:59:14.309Z freemap_route_ipv6
77292026-08-07T18:59:14.309ZAug 07 18:59:12.780 INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 07 18:59:12.780
77302026-08-07T18:59:14.309Z 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 } }]
77312026-08-07T18:59:14.309ZAug 07 18:59:12.780 DEBGAug 07 18:59:12.780 INFO adding route 172.17.0.43/32 -> 10.0.0.255
77322026-08-07T18:59:14.309Z 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 } }]
77332026-08-07T18:59:14.309ZAug 07 18:59:12.780 DEBG Aug 07 18:59:12.780replacing 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 } }]
77342026-08-07T18:59:14.309Z
77352026-08-07T18:59:14.309ZINFO adding route 172.16.0.0/32 -> 10.0.0.1
77362026-08-07T18:59:14.309ZAug 07 18:59:12.780 Aug 07 18:59:12.780Aug 07 18:59:12.780INFO INFODEBGadding route 172.17.0.44/32 -> 10.0.0.255 adding route 172.17.0.50/32 -> 10.0.0.255
77372026-08-07T18:59:14.309Z
77382026-08-07T18:59:14.309Zreplacing 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 07 18:59:12.780Aug 07 18:59:12.780
77392026-08-07T18:59:14.310Z DEBG DEBGreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77402026-08-07T18:59:14.310Zreplacing 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 07 18:59:12.780
77412026-08-07T18:59:14.310Z INFO adding route 172.16.0.0/32 -> 10.0.0.1
77422026-08-07T18:59:14.310ZAug 07 18:59:12.780Aug 07 18:59:12.780 INFOAug 07 18:59:12.780 adding route 172.17.0.45/32 -> 10.0.0.255INFO
77432026-08-07T18:59:14.310ZDEBG adding route 172.17.0.51/32 -> 10.0.0.255
77442026-08-07T18:59:14.310Zreplacing 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 } }]
77452026-08-07T18:59:14.310ZAug 07 18:59:12.780 Aug 07 18:59:12.780DEBG Aug 07 18:59:12.780DEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
77462026-08-07T18:59:14.310Z 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.16.0.0/32 -> 10.0.0.2
77472026-08-07T18:59:14.310Z
77482026-08-07T18:59:14.310ZAug 07 18:59:12.780 INFOAug 07 18:59:12.780 Aug 07 18:59:12.780adding route 172.17.0.46/32 -> 10.0.0.255
77492026-08-07T18:59:14.310ZINFO DEBGadding route 172.17.0.52/32 -> 10.0.0.255 Aug 07 18:59:12.780replacing 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 } }]
77502026-08-07T18:59:14.310Z
77512026-08-07T18:59:14.310ZDEBG 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 } }]
77522026-08-07T18:59:14.310ZAug 07 18:59:12.780Aug 07 18:59:12.780 INFOAug 07 18:59:12.780DEBG adding route 172.17.0.0/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 } }]
77532026-08-07T18:59:14.310Z
77542026-08-07T18:59:14.310ZINFO adding route 172.17.0.47/32 -> 10.0.0.255
77552026-08-07T18:59:14.310ZAug 07 18:59:12.780Aug 07 18:59:12.780 DEBGINFOAug 07 18:59:12.780 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 } }]DEBGadding route 172.17.0.53/32 -> 10.0.0.255
77562026-08-07T18:59:14.310Zreplacing 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 } }]
77572026-08-07T18:59:14.310Z
77582026-08-07T18:59:14.310ZAug 07 18:59:12.780Aug 07 18:59:12.780Aug 07 18:59:12.780 INFOINFO DEBGadding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.1/32 -> 10.0.0.255
77592026-08-07T18:59:14.310Z
77602026-08-07T18:59:14.310Zreplacing 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 } }]
77612026-08-07T18:59:14.310ZAug 07 18:59:12.780Aug 07 18:59:12.780 Aug 07 18:59:12.780DEBG 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
77622026-08-07T18:59:14.310ZDEBG adding route 172.17.0.54/32 -> 10.0.0.255
77632026-08-07T18:59:14.310Zreplacing 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 07 18:59:12.780
77642026-08-07T18:59:14.310Z INFOAug 07 18:59:12.780 adding route 172.17.0.49/32 -> 10.0.0.255Aug 07 18:59:12.780DEBG
77652026-08-07T18:59:14.310ZINFOreplacing 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.2/32 -> 10.0.0.255
77662026-08-07T18:59:14.310Z
77672026-08-07T18:59:14.311Ztest route::tests::delete_target_full ... ok
77682026-08-07T18:59:14.311ZAug 07 18:59:12.780 DEBGAug 07 18:59:12.780 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 07 18:59:12.780
77692026-08-07T18:59:14.311ZINFO adding route 172.17.0.55/32 -> 10.0.0.255DEBG
77702026-08-07T18:59:14.311Z 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 07 18:59:12.780
77712026-08-07T18:59:14.311Z INFO Aug 07 18:59:12.780adding route 172.17.0.50/32 -> 10.0.0.255 Aug 07 18:59:12.780DEBG
77722026-08-07T18:59:14.311Z replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
77732026-08-07T18:59:14.311Zadding route 172.17.0.3/32 -> 10.0.0.255
77742026-08-07T18:59:14.311Ztest route::tests::delete_target_fragmented ... ok
77752026-08-07T18:59:14.311ZAug 07 18:59:12.780 DEBGAug 07 18:59:12.780 Aug 07 18:59:12.780replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77762026-08-07T18:59:14.311Ztest route::tests::delete_targets_fragmented ... ok
77772026-08-07T18:59:14.311Z
77782026-08-07T18:59:14.311ZINFODEBG 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 } }]
77792026-08-07T18:59:14.311Zadding route 172.17.0.56/32 -> 10.0.0.255Aug 07 18:59:12.780
77802026-08-07T18:59:14.311Z INFO adding route 172.17.0.51/32 -> 10.0.0.255
77812026-08-07T18:59:14.311Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
77822026-08-07T18:59:14.311ZAug 07 18:59:12.780Aug 07 18:59:12.780 INFODEBG Aug 07 18:59:12.780 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 } }]DEBGadding route 172.17.0.4/32 -> 10.0.0.255
77832026-08-07T18:59:14.311Z
77842026-08-07T18:59:14.311Zreplacing 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 } }]
77852026-08-07T18:59:14.311Z
77862026-08-07T18:59:14.311ZAug 07 18:59:12.780Aug 07 18:59:12.780 Aug 07 18:59:12.780DEBG INFOINFO adding route 172.17.0.52/32 -> 10.0.0.255
77872026-08-07T18:59:14.311Zreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.57/32 -> 10.0.0.255
77882026-08-07T18:59:14.311Z
77892026-08-07T18:59:14.311ZAug 07 18:59:12.780Aug 07 18:59:12.780Aug 07 18:59:12.780 DEBGINFO replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77902026-08-07T18:59:14.311Zadding route 172.17.0.5/32 -> 10.0.0.255DEBG
77912026-08-07T18:59:14.311Zreplacing 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 } }]
77922026-08-07T18:59:14.311ZAug 07 18:59:12.780 INFOAug 07 18:59:12.780 Aug 07 18:59:12.780DEBGadding route 172.17.0.53/32 -> 10.0.0.255
77932026-08-07T18:59:14.312Z INFO 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.58/32 -> 10.0.0.255
77942026-08-07T18:59:14.312ZAug 07 18:59:12.780
77952026-08-07T18:59:14.312Z DEBG Aug 07 18:59:12.780replacing 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 } }]
77962026-08-07T18:59:14.312ZAug 07 18:59:12.780INFO DEBGadding route 172.17.0.6/32 -> 10.0.0.255Aug 07 18:59:12.780
77972026-08-07T18:59:14.312ZINFOreplacing 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 } }]
77982026-08-07T18:59:14.312Zadding route 172.17.0.54/32 -> 10.0.0.255
77992026-08-07T18:59:14.312ZAug 07 18:59:12.780Aug 07 18:59:12.780Aug 07 18:59:12.780 INFODEBG 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 } }]
78002026-08-07T18:59:14.312Z
78012026-08-07T18:59:14.312ZDEBG 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 } }]
78022026-08-07T18:59:14.312ZAug 07 18:59:12.780Aug 07 18:59:12.780 Aug 07 18:59:12.780 INFODEBG adding route 172.17.0.55/32 -> 10.0.0.255INFO
78032026-08-07T18:59:14.312Z replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255
78042026-08-07T18:59:14.312Z
78052026-08-07T18:59:14.312ZAug 07 18:59:12.780 Aug 07 18:59:12.780DEBGAug 07 18:59:12.780 replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
78062026-08-07T18:59:14.318ZINFO adding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78072026-08-07T18:59:14.318ZAug 07 18:59:12.780
78082026-08-07T18:59:14.318Z INFO adding route 172.17.0.56/32 -> 10.0.0.255
78092026-08-07T18:59:14.318ZAug 07 18:59:12.780Aug 07 18:59:12.780 Aug 07 18:59:12.780DEBG 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.8/32 -> 10.0.0.255
78102026-08-07T18:59:14.318Z
78112026-08-07T18:59:14.318Zreplacing 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 } }]
78122026-08-07T18:59:14.318ZAug 07 18:59:12.780Aug 07 18:59:12.780 INFOAug 07 18:59:12.780DEBG adding route 172.17.0.57/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 } }]INFO
78132026-08-07T18:59:14.318Z
78142026-08-07T18:59:14.318Zadding route 172.17.0.61/32 -> 10.0.0.255
78152026-08-07T18:59:14.318ZAug 07 18:59:12.780 Aug 07 18:59:12.780DEBG Aug 07 18:59:12.780 INFO replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
78162026-08-07T18:59:14.318Z 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.9/32 -> 10.0.0.255
78172026-08-07T18:59:14.318Z
78182026-08-07T18:59:14.318ZAug 07 18:59:12.780 INFOAug 07 18:59:12.780 Aug 07 18:59:12.780adding route 172.17.0.58/32 -> 10.0.0.255INFO
78192026-08-07T18:59:14.318ZDEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78202026-08-07T18:59:14.318Zadding route 172.17.0.62/32 -> 10.0.0.255Aug 07 18:59:12.780
78212026-08-07T18:59:14.318Z 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 } }]
78222026-08-07T18:59:14.318ZAug 07 18:59:12.780Aug 07 18:59:12.780 Aug 07 18:59:12.780DEBGINFO INFOadding route 172.17.0.10/32 -> 10.0.0.255 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 } }]
78232026-08-07T18:59:14.318Zadding route 172.17.0.59/32 -> 10.0.0.255
78242026-08-07T18:59:14.318Z
78252026-08-07T18:59:14.318ZAug 07 18:59:12.780Aug 07 18:59:12.780Aug 07 18:59:12.780 DEBGDEBG DEBGreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] failed to allocate space for the new target list
78262026-08-07T18:59:14.318Zreplacing 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 } }]
78272026-08-07T18:59:14.318Z
78282026-08-07T18:59:14.318ZAug 07 18:59:12.800 DEBGAug 07 18:59:12.800 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
78292026-08-07T18:59:14.318Z Aug 07 18:59:12.800adding route 172.17.0.11/32 -> 10.0.0.255 INFO
78302026-08-07T18:59:14.319Z adding route 172.17.0.60/32 -> 10.0.0.255
78312026-08-07T18:59:14.319ZAug 07 18:59:12.800 DEBGAug 07 18:59:12.800 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
78322026-08-07T18:59:14.319Z 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 } }]
78332026-08-07T18:59:14.319ZAug 07 18:59:12.800 Aug 07 18:59:12.800INFO DEBGadding route 172.17.0.12/32 -> 10.0.0.255
78342026-08-07T18:59:14.319Zfailed to allocate space for the new target list
78352026-08-07T18:59:14.319ZAug 07 18:59:12.800 Aug 07 18:59:12.800DEBG 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 } }]
78362026-08-07T18:59:14.319Zreplacing 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 } }]
78372026-08-07T18:59:14.319ZAug 07 18:59:12.800 INFO adding route 172.17.0.13/32 -> 10.0.0.255
78382026-08-07T18:59:14.319ZAug 07 18:59:12.800 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 } }]
78392026-08-07T18:59:14.319ZAug 07 18:59:12.800 INFO adding route 172.17.0.14/32 -> 10.0.0.255
78402026-08-07T18:59:14.319ZAug 07 18:59:12.800 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 } }]
78412026-08-07T18:59:14.319ZAug 07 18:59:12.800 INFO adding route 172.17.0.15/32 -> 10.0.0.255
78422026-08-07T18:59:14.319ZAug 07 18:59:12.800 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 } }]
78432026-08-07T18:59:14.319ZAug 07 18:59:12.800 INFO adding route 172.17.0.16/32 -> 10.0.0.255
78442026-08-07T18:59:14.319ZAug 07 18:59:12.800 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 } }]
78452026-08-07T18:59:14.319ZAug 07 18:59:12.800 INFO adding route 172.17.0.17/32 -> 10.0.0.255
78462026-08-07T18:59:14.319ZAug 07 18:59:12.800 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 } }]
78472026-08-07T18:59:14.319ZAug 07 18:59:12.800 INFO adding route 172.17.0.18/32 -> 10.0.0.255
78482026-08-07T18:59:14.319ZAug 07 18:59:12.800 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 } }]
78492026-08-07T18:59:14.319ZAug 07 18:59:12.800 INFO adding route 172.17.0.19/32 -> 10.0.0.255
78502026-08-07T18:59:14.319ZAug 07 18:59:12.800 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 } }]
78512026-08-07T18:59:14.319ZAug 07 18:59:12.800 INFO adding route 172.17.0.20/32 -> 10.0.0.255
78522026-08-07T18:59:14.319ZAug 07 18:59:12.800 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 } }]
78532026-08-07T18:59:14.319ZAug 07 18:59:12.800 INFO adding route 172.17.0.21/32 -> 10.0.0.255
78542026-08-07T18:59:14.319ZAug 07 18:59:12.800 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 } }]
78552026-08-07T18:59:14.319ZAug 07 18:59:12.800 INFO adding route 172.17.0.22/32 -> 10.0.0.255
78562026-08-07T18:59:14.319ZAug 07 18:59:12.800 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 } }]
78572026-08-07T18:59:14.319ZAug 07 18:59:12.800 INFO adding route 172.17.0.23/32 -> 10.0.0.255
78582026-08-07T18:59:14.320ZAug 07 18:59:12.800 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 } }]
78592026-08-07T18:59:14.320ZAug 07 18:59:12.800 INFO adding route 172.17.0.24/32 -> 10.0.0.255
78602026-08-07T18:59:14.320ZAug 07 18:59:12.800 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 } }]
78612026-08-07T18:59:14.320ZAug 07 18:59:12.800 INFO adding route 172.17.0.25/32 -> 10.0.0.255
78622026-08-07T18:59:14.320ZAug 07 18:59:12.800 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 } }]
78632026-08-07T18:59:14.320ZAug 07 18:59:12.800 INFO adding route 172.17.0.26/32 -> 10.0.0.255
78642026-08-07T18:59:14.320ZAug 07 18:59:12.800 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 } }]
78652026-08-07T18:59:14.320ZAug 07 18:59:12.800 INFO adding route 172.17.0.27/32 -> 10.0.0.255
78662026-08-07T18:59:14.320Z
78672026-08-07T18:59:14.320ZAug 07 18:59:12.800 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 } }]
78682026-08-07T18:59:14.320ZAug 07 18:59:12.800 INFO adding route 172.17.0.28/32 -> 10.0.0.255
78692026-08-07T18:59:14.320ZAug 07 18:59:12.800 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 } }]
78702026-08-07T18:59:14.320ZAug 07 18:59:12.800 INFO adding route 172.17.0.29/32 -> 10.0.0.255
78712026-08-07T18:59:14.320Zrunning 0 tests
78722026-08-07T18:59:14.320ZAug 07 18:59:12.800 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 } }]
78732026-08-07T18:59:14.320ZAug 07 18:59:12.800 INFO adding route 172.17.0.30/32 -> 10.0.0.255
78742026-08-07T18:59:14.320ZAug 07 18:59:12.800 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 } }]
78752026-08-07T18:59:14.320ZAug 07 18:59:12.800 INFO adding route 172.17.0.31/32 -> 10.0.0.255
78762026-08-07T18:59:14.320ZAug 07 18:59:12.800 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 } }]
78772026-08-07T18:59:14.320ZAug 07 18:59:12.800 INFO adding route 172.17.0.32/32 -> 10.0.0.255
78782026-08-07T18:59:14.320ZAug 07 18:59:12.800 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 } }]
78792026-08-07T18:59:14.320ZAug 07 18:59:12.800 INFO adding route 172.17.0.33/32 -> 10.0.0.255
78802026-08-07T18:59:14.320ZAug 07 18:59:12.800 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 } }]
78812026-08-07T18:59:14.320ZAug 07 18:59:12.800 INFO adding route 172.17.0.34/32 -> 10.0.0.255
78822026-08-07T18:59:14.320ZAug 07 18:59:12.800 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 } }]
78832026-08-07T18:59:14.320ZAug 07 18:59:12.800 INFO adding route 172.17.0.35/32 -> 10.0.0.255
78842026-08-07T18:59:14.320Z
78852026-08-07T18:59:14.321Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78862026-08-07T18:59:14.321Z
78872026-08-07T18:59:14.321Z
78882026-08-07T18:59:14.321Zrunning 0 tests
78892026-08-07T18:59:14.321Z
78902026-08-07T18:59:14.321Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78912026-08-07T18:59:14.321Z
78922026-08-07T18:59:14.321Z
78932026-08-07T18:59:14.321Zrunning 6 tests
78942026-08-07T18:59:14.321Ztest tests::test_parse_client_port_id ... ok
78952026-08-07T18:59:14.321Ztest tests::test_full_lot_id_neither_present ... ok
78962026-08-07T18:59:14.321Ztest tests::test_port_id_cmp ... ok
78972026-08-07T18:59:14.321Ztest tests::test_full_lot_id_both_present ... ok
78982026-08-07T18:59:14.321Ztest tests::test_full_lot_id_lotnum_only ... ok
78992026-08-07T18:59:14.321Ztest tests::test_full_lot_id_lot_only ... ok
79002026-08-07T18:59:14.321Z
79012026-08-07T18:59:14.321Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79022026-08-07T18:59:14.321Z
79032026-08-07T18:59:14.321Z
79042026-08-07T18:59:14.321Zrunning 0 tests
79052026-08-07T18:59:14.321Z
79062026-08-07T18:59:14.327Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79072026-08-07T18:59:14.327Z
79082026-08-07T18:59:14.327ZAug 07 18:59:12.800 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 } }]
79092026-08-07T18:59:14.327ZAug 07 18:59:12.800 INFO adding route 172.17.0.36/32 -> 10.0.0.255
79102026-08-07T18:59:14.327ZAug 07 18:59:12.800 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 } }]
79112026-08-07T18:59:14.327ZAug 07 18:59:12.800 INFO adding route 172.17.0.37/32 -> 10.0.0.255
79122026-08-07T18:59:14.327ZAug 07 18:59:12.800 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 } }]
79132026-08-07T18:59:14.327ZAug 07 18:59:12.800 INFO adding route 172.17.0.38/32 -> 10.0.0.255
79142026-08-07T18:59:14.327ZAug 07 18:59:12.800 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 } }]
79152026-08-07T18:59:14.327ZAug 07 18:59:12.800 INFO adding route 172.17.0.39/32 -> 10.0.0.255
79162026-08-07T18:59:14.327ZAug 07 18:59:12.800 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 } }]
79172026-08-07T18:59:14.327ZAug 07 18:59:12.800 INFO adding route 172.17.0.40/32 -> 10.0.0.255
79182026-08-07T18:59:14.327ZAug 07 18:59:12.800 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 } }]
79192026-08-07T18:59:14.327ZAug 07 18:59:12.800 INFO adding route 172.17.0.41/32 -> 10.0.0.255
79202026-08-07T18:59:14.327ZAug 07 18:59:12.800 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 } }]
79212026-08-07T18:59:14.327ZAug 07 18:59:12.800 INFO adding route 172.17.0.42/32 -> 10.0.0.255
79222026-08-07T18:59:14.327ZAug 07 18:59:12.800 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 } }]
79232026-08-07T18:59:14.327ZAug 07 18:59:12.800 INFO adding route 172.17.0.43/32 -> 10.0.0.255
79242026-08-07T18:59:14.327ZAug 07 18:59:12.800 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 } }]
79252026-08-07T18:59:14.327ZAug 07 18:59:12.800 INFO adding route 172.17.0.44/32 -> 10.0.0.255
79262026-08-07T18:59:14.328ZAug 07 18:59:12.800 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 } }]
79272026-08-07T18:59:14.328ZAug 07 18:59:12.800 INFO adding route 172.17.0.45/32 -> 10.0.0.255
79282026-08-07T18:59:14.328ZAug 07 18:59:12.800 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 } }]
79292026-08-07T18:59:14.328ZAug 07 18:59:12.800 INFO adding route 172.17.0.46/32 -> 10.0.0.255
79302026-08-07T18:59:14.328ZAug 07 18:59:12.800 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 } }]
79312026-08-07T18:59:14.328ZAug 07 18:59:12.800 INFO adding route 172.17.0.47/32 -> 10.0.0.255
79322026-08-07T18:59:14.328ZAug 07 18:59:12.800 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 } }]
79332026-08-07T18:59:14.328ZAug 07 18:59:12.800 INFO adding route 172.17.0.48/32 -> 10.0.0.255
79342026-08-07T18:59:14.328ZAug 07 18:59:12.800 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 } }]
79352026-08-07T18:59:14.328ZAug 07 18:59:12.800 INFO adding route 172.17.0.49/32 -> 10.0.0.255
79362026-08-07T18:59:14.328ZAug 07 18:59:12.800 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 } }]
79372026-08-07T18:59:14.328ZAug 07 18:59:12.800 INFO adding route 172.17.0.50/32 -> 10.0.0.255
79382026-08-07T18:59:14.328ZAug 07 18:59:12.800 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 } }]
79392026-08-07T18:59:14.328ZAug 07 18:59:12.800 INFO adding route 172.17.0.51/32 -> 10.0.0.255
79402026-08-07T18:59:14.328ZAug 07 18:59:12.800 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 } }]
79412026-08-07T18:59:14.328ZAug 07 18:59:12.800 INFO adding route 172.17.0.52/32 -> 10.0.0.255
79422026-08-07T18:59:14.328ZAug 07 18:59:12.800 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 } }]
79432026-08-07T18:59:14.328ZAug 07 18:59:12.800 INFO adding route 172.17.0.53/32 -> 10.0.0.255
79442026-08-07T18:59:14.328ZAug 07 18:59:12.800 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 } }]
79452026-08-07T18:59:14.329ZAug 07 18:59:12.800 INFO adding route 172.17.0.54/32 -> 10.0.0.255
79462026-08-07T18:59:14.329ZAug 07 18:59:12.800 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 } }]
79472026-08-07T18:59:14.329ZAug 07 18:59:12.800 INFO adding route 172.17.0.55/32 -> 10.0.0.255
79482026-08-07T18:59:14.329ZAug 07 18:59:12.800 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 } }]
79492026-08-07T18:59:14.329ZAug 07 18:59:12.800 INFO adding route 172.17.0.56/32 -> 10.0.0.255
79502026-08-07T18:59:14.329ZAug 07 18:59:12.800 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 } }]
79512026-08-07T18:59:14.329ZAug 07 18:59:12.800 INFO adding route 172.17.0.57/32 -> 10.0.0.255
79522026-08-07T18:59:14.329ZAug 07 18:59:12.800 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 } }]
79532026-08-07T18:59:14.329ZAug 07 18:59:12.800 INFO adding route 172.17.0.58/32 -> 10.0.0.255
79542026-08-07T18:59:14.329ZAug 07 18:59:12.800 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 } }]
79552026-08-07T18:59:14.329ZAug 07 18:59:12.800 INFO adding route 172.17.0.59/32 -> 10.0.0.255
79562026-08-07T18:59:14.329ZAug 07 18:59:12.800 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 } }]
79572026-08-07T18:59:14.329ZAug 07 18:59:12.800 INFO adding route 172.17.0.60/32 -> 10.0.0.255
79582026-08-07T18:59:14.329ZAug 07 18:59:12.800 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 } }]
79592026-08-07T18:59:14.329ZAug 07 18:59:12.800 DEBG failed to allocate space for the new target list
79602026-08-07T18:59:14.329ZAug 07 18:59:12.800 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 } }]
79612026-08-07T18:59:14.329Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-696ee5442bd93402)
79622026-08-07T18:59:14.329Z
79632026-08-07T18:59:14.329Zrunning 0 tests
79642026-08-07T18:59:14.329Z Running unittests src/lib.rs (target/debug/deps/dpd_api-cd1b9f4a0bf3bd95)
79652026-08-07T18:59:14.329Z Running unittests src/lib.rs (target/debug/deps/dpd_client-01ad159aa705243b)
79662026-08-07T18:59:14.329Z Running tests/test_all.rs (target/debug/deps/test_all-5d9fbf4ac0a87495)
79672026-08-07T18:59:14.329Z Running unittests src/lib.rs (target/debug/deps/dpd_types-3e6bfbc8380dbf99)
79682026-08-07T18:59:14.329Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-9daf43cdfa0ac479)
79692026-08-07T18:59:14.329Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
79702026-08-07T18:59:14.329Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
79712026-08-07T18:59:14.330Z Running unittests src/main.rs (target/debug/deps/swadm-c74741c7ac57aafc)
79722026-08-07T18:59:14.330Z Running tests/counters.rs (target/debug/deps/counters-4982a5354f1e9ae7)
79732026-08-07T18:59:14.330Z
79742026-08-07T18:59:14.330Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79752026-08-07T18:59:14.330Z
79762026-08-07T18:59:14.330Z
79772026-08-07T18:59:14.330Zrunning 0 tests
79782026-08-07T18:59:14.330Z
79792026-08-07T18:59:14.330Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79802026-08-07T18:59:14.330Z
79812026-08-07T18:59:14.330Z
79822026-08-07T18:59:14.330Zrunning 12 tests
79832026-08-07T18:59:14.330Ztest icmp::test_v6_checksum ... ok
79842026-08-07T18:59:14.330Ztest icmp::test_v4_checksum ... ok
79852026-08-07T18:59:14.330Ztest ipv6::test_ipv6_parse ... ok
79862026-08-07T18:59:14.330Ztest pbuf::test_byte ... ok
79872026-08-07T18:59:14.330Ztest lldp::test_lldp_parse ... ok
79882026-08-07T18:59:14.330Ztest pbuf::test_nibble ... ok
79892026-08-07T18:59:14.330Ztest pbuf::test_short ... ok
79902026-08-07T18:59:14.330Ztest pbuf::test_overflow ... ok
79912026-08-07T18:59:14.330Ztest pbuf::test_twelve ... ok
79922026-08-07T18:59:14.330Ztest pbuf::test_word ... ok
79932026-08-07T18:59:14.330Ztest tcp::test_checksum_ack_data ... ok
79942026-08-07T18:59:14.330Ztest tcp::test_checksum_syn_nodata ... ok
79952026-08-07T18:59:14.330Z
79962026-08-07T18:59:14.330Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79972026-08-07T18:59:14.330Z
79982026-08-07T18:59:14.330Z
79992026-08-07T18:59:14.330Zrunning 0 tests
80002026-08-07T18:59:14.331Z
80012026-08-07T18:59:14.331Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80022026-08-07T18:59:14.331Z
80032026-08-07T18:59:14.331Z
80042026-08-07T18:59:14.331Zrunning 5 tests
80052026-08-07T18:59:14.331Ztest switchport::test::test_compute_lanes ... ok
80062026-08-07T18:59:14.336Ztest switchport::test::port_id_ordering ... ok
80072026-08-07T18:59:14.336Ztest link::test_filter ... ok
80082026-08-07T18:59:14.336Z Lane 0 Lane 1 Lane 2 Lane 3
80092026-08-07T18:59:14.336Z Rx Loss-of-lock: Yes Yes Yes Yes
80102026-08-07T18:59:14.336Z Rx Loss-of-signal: Yes Yes Yes Yes
80112026-08-07T18:59:14.336Z Rx CDR Enabled: Yes Yes Yes Yes
80122026-08-07T18:59:14.336Z Tx Enabled: Yes Yes Yes Yes
80132026-08-07T18:59:14.336Z Tx Loss-of-lock: No Lane 0 No No Lane 1No
80142026-08-07T18:59:14.336Z Tx Loss-of-signal: No Lane 2No Lane 3No
80152026-08-07T18:59:14.336ZNo
80162026-08-07T18:59:14.336Z State: Activated Tx CDR Enabled: No Activated NoActivated NoActivated
80172026-08-07T18:59:14.336ZNo
80182026-08-07T18:59:14.336Z Rx Output Enabled: false Tx Adaptive EQ Fault: No false No falseNo false
80192026-08-07T18:59:14.336ZNo Rx Output Status: valid
80202026-08-07T18:59:14.337Zvalid Tx Fault: Yes valid Yes valid
80212026-08-07T18:59:14.337ZYes Rx Loss-of-lock: true Yestrue
80222026-08-07T18:59:14.337Z true true
80232026-08-07T18:59:14.337Z Rx Loss-of-signal: false false false false
80242026-08-07T18:59:14.337ZRx Auto-squelch Disable: true true true true
80252026-08-07T18:59:14.337Z Tx Output Enabled: true true true true
80262026-08-07T18:59:14.337Z Tx Output Status: invalid invalid invalid invalid
80272026-08-07T18:59:14.337Z Tx Loss-of-lock: false false false false
80282026-08-07T18:59:14.337Z Tx Loss-of-signal: true true true true
80292026-08-07T18:59:14.337ZTx Auto-squelch Disable: false false false false
80302026-08-07T18:59:14.337Z Tx Adaptive EQ Fail: true true true true
80312026-08-07T18:59:14.337Z Tx Failure: false false false false
80322026-08-07T18:59:14.337Z Tx Force Squelch: true true true true
80332026-08-07T18:59:14.337Z Tx Input Polarity: normal normal normal normal
80342026-08-07T18:59:14.337Ztest switchport::test::test_print_cmis_datapath ... ok
80352026-08-07T18:59:14.337Ztest switchport::test::test_print_sff_datapath ... ok
80362026-08-07T18:59:14.337Z
80372026-08-07T18:59:14.337Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
80382026-08-07T18:59:14.337Z
80392026-08-07T18:59:14.337Z
80402026-08-07T18:59:14.337Zrunning 1 test
80412026-08-07T18:59:14.337Ztest test_p4_counter_list ... ignored
80422026-08-07T18:59:14.337Z
80432026-08-07T18:59:14.337Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
80442026-08-07T18:59:14.337Z
80452026-08-07T18:59:14.337Z Running tests/port-link.rs (target/debug/deps/port_link-13c02bc02f8aab43)
80462026-08-07T18:59:14.337Z
80472026-08-07T18:59:14.338Zrunning 5 tests
80482026-08-07T18:59:14.338Ztest test_an ... ignored
80492026-08-07T18:59:14.338Ztest test_enable ... ignored
80502026-08-07T18:59:14.338Ztest test_ip_addresses ... ignored
80512026-08-07T18:59:14.338Ztest test_kr ... ignored
80522026-08-07T18:59:14.338Ztest test_mac ... ignored
80532026-08-07T18:59:14.338Z
80542026-08-07T18:59:14.338Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
80552026-08-07T18:59:14.338Z
80562026-08-07T18:59:14.338Z Running unittests src/main.rs (target/debug/deps/tfportd-1ae81b2a3d099b28)
80572026-08-07T18:59:14.338Z
80582026-08-07T18:59:14.338Zrunning 3 tests
80592026-08-07T18:59:14.338Ztest linklocal::test_parse_ipadm ... ok
80602026-08-07T18:59:14.338Ztest tfport::test_parse_tfport ... ok
80612026-08-07T18:59:14.338Ztest config::tests::test_updates ... ok
80622026-08-07T18:59:14.338Z
80632026-08-07T18:59:14.338Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80642026-08-07T18:59:14.338Z
80652026-08-07T18:59:14.338Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
80662026-08-07T18:59:14.338Z
80672026-08-07T18:59:14.338Zrunning 0 tests
80682026-08-07T18:59:14.338Z
80692026-08-07T18:59:14.338Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
80702026-08-07T18:59:14.338Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80712026-08-07T18:59:14.338Z Doc-tests aal
80722026-08-07T18:59:14.338Z
80732026-08-07T18:59:14.339Z
80742026-08-07T18:59:14.339Zrunning 0 tests
80752026-08-07T18:59:14.339Z
80762026-08-07T18:59:14.339Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80772026-08-07T18:59:14.339Z
80782026-08-07T18:59:14.433Z
80792026-08-07T18:59:14.433Zrunning 0 tests
80802026-08-07T18:59:14.433Z
80812026-08-07T18:59:14.437Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80822026-08-07T18:59:14.437Z
80832026-08-07T18:59:14.460Z Doc-tests aal_macros
80842026-08-07T18:59:14.524Z
80852026-08-07T18:59:14.524Zrunning 0 tests
80862026-08-07T18:59:14.524Z
80872026-08-07T18:59:14.524Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80882026-08-07T18:59:14.524Z
80892026-08-07T18:59:14.587Z Doc-tests common
80902026-08-07T18:59:14.779Z
80912026-08-07T18:59:14.779Zrunning 0 tests
80922026-08-07T18:59:14.779Z
80932026-08-07T18:59:14.779Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80942026-08-07T18:59:14.779Z
80952026-08-07T18:59:14.800Z Doc-tests dpd_api
80962026-08-07T18:59:15.584Z
80972026-08-07T18:59:15.585Zrunning 2 tests
80982026-08-07T18:59:15.585Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
80992026-08-07T18:59:15.585Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
81002026-08-07T18:59:15.585Z
81012026-08-07T18:59:15.585Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81022026-08-07T18:59:15.585Z
81032026-08-07T18:59:15.601Z Doc-tests dpd_client
81042026-08-07T18:59:16.886Z
81052026-08-07T18:59:16.886Zrunning 0 tests
81062026-08-07T18:59:16.887Z
81072026-08-07T18:59:16.887Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81082026-08-07T18:59:16.887Z
81092026-08-07T18:59:16.935Z Doc-tests dpd_types
81102026-08-07T18:59:17.153Z
81112026-08-07T18:59:17.153Zrunning 0 tests
81122026-08-07T18:59:17.153Z
81132026-08-07T18:59:17.153Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81142026-08-07T18:59:17.153Z
81152026-08-07T18:59:17.178Z Doc-tests dpd_types_versions
81162026-08-07T18:59:18.407Z
81172026-08-07T18:59:18.407Zrunning 1 test
81182026-08-07T18:59:18.407Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
81192026-08-07T18:59:18.407Z
81202026-08-07T18:59:18.407Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
81212026-08-07T18:59:18.407Z
81222026-08-07T18:59:18.457Z Doc-tests packet
81232026-08-07T18:59:18.573Z
81242026-08-07T18:59:18.574Zrunning 0 tests
81252026-08-07T18:59:18.574Z
81262026-08-07T18:59:18.574Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81272026-08-07T18:59:18.574Z
81282026-08-07T18:59:18.628Z Doc-tests pcap
81292026-08-07T18:59:18.645Z
81302026-08-07T18:59:18.645Zrunning 0 tests
81312026-08-07T18:59:18.645Z
81322026-08-07T18:59:18.649Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81332026-08-07T18:59:18.649Z
81342026-08-07T18:59:18.698Z+ for feat in tofino_stub tofino_asic softnpu chaos
81352026-08-07T18:59:18.698Z+ RUST_BACKTRACE=full
81362026-08-07T18:59:18.698Z+ cargo test --features chaos --no-fail-fast
81372026-08-07T18:59:19.305Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
81382026-08-07T18:59:19.386Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
81392026-08-07T18:59:19.394Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
81402026-08-07T18:59:27.853Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
81412026-08-07T18:59:27.972Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
81422026-08-07T19:00:04.788Z Finished `test` profile [unoptimized + debuginfo] target(s) in 46.07s
81432026-08-07T19:00:04.912Z Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e)
81442026-08-07T19:00:04.917Z
81452026-08-07T19:00:04.917Zrunning 5 tests
81462026-08-07T19:00:04.920Ztest fuse::tests::chip_revision_b1 ... ok
81472026-08-07T19:00:04.921Ztest fuse::tests::chip_revision_a0 ... ok
81482026-08-07T19:00:04.921Ztest fuse::tests::chip_revision_b0 ... ok
81492026-08-07T19:00:04.921Ztest fuse::tests::chip_revision_unknown_device_id ... ok
81502026-08-07T19:00:04.921Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
81512026-08-07T19:00:04.921Z
81522026-08-07T19:00:04.921Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81532026-08-07T19:00:04.921Z
81542026-08-07T19:00:04.921Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
81552026-08-07T19:00:04.924Z
81562026-08-07T19:00:04.924Zrunning 0 tests
81572026-08-07T19:00:04.924Z
81582026-08-07T19:00:04.924Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81592026-08-07T19:00:04.924Z
81602026-08-07T19:00:04.924Z Running unittests src/lib.rs (target/debug/deps/asic-a23d923fc57e1b37)
81612026-08-07T19:00:04.928Z
81622026-08-07T19:00:04.928Zrunning 0 tests
81632026-08-07T19:00:04.928Z
81642026-08-07T19:00:04.931Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81652026-08-07T19:00:04.931Z
81662026-08-07T19:00:04.931Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
81672026-08-07T19:00:04.935Z
81682026-08-07T19:00:04.935Zrunning 10 tests
81692026-08-07T19:00:04.937Ztest nat::tests::test_vni ... ok
81702026-08-07T19:00:04.938Ztest network::tests::test_equal ... ok
81712026-08-07T19:00:04.938Ztest network::tests::test_eui64 ... ok
81722026-08-07T19:00:04.938Ztest network::tests::test_into ... ok
81732026-08-07T19:00:04.938Ztest network::tests::test_not_equal ... ok
81742026-08-07T19:00:04.938Ztest network::tests::test_generate_ipv6_link_local ... ok
81752026-08-07T19:00:04.938Ztest network::tests::test_to_string ... ok
81762026-08-07T19:00:04.938Ztest network::tests::test_parse ... ok
81772026-08-07T19:00:04.938Ztest test_purge ... ok
81782026-08-07T19:00:04.941Ztest illumos::test::address_exists_handles_missing_object ... ok
81792026-08-07T19:00:04.941Z
81802026-08-07T19:00:04.941Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
81812026-08-07T19:00:04.941Z
81822026-08-07T19:00:04.944Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef)
81832026-08-07T19:00:04.967Z
81842026-08-07T19:00:04.967Zrunning 1 test
81852026-08-07T19:00:04.971Z -------
81862026-08-07T19:00:04.974Z Generating OpenAPI documents from API definitions ...
81872026-08-07T19:00:05.136Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
81882026-08-07T19:00:05.207Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
81892026-08-07T19:00:06.232Z -------
81902026-08-07T19:00:06.232Z Checking 12 OpenAPI documents...
81912026-08-07T19:00:06.232Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
81922026-08-07T19:00:06.232Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
81932026-08-07T19:00:06.232Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
81942026-08-07T19:00:06.235Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
81952026-08-07T19:00:06.235Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
81962026-08-07T19:00:06.235Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
81972026-08-07T19:00:06.235Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
81982026-08-07T19:00:06.235Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
81992026-08-07T19:00:06.235Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
82002026-08-07T19:00:06.235Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
82012026-08-07T19:00:06.235Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
82022026-08-07T19:00:06.235Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
82032026-08-07T19:00:06.235Z Fresh dpd "latest" symlink
82042026-08-07T19:00:06.235Z -------
82052026-08-07T19:00:06.235Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
82062026-08-07T19:00:06.296Ztest test::test_apis_up_to_date ... ok
82072026-08-07T19:00:06.296Z
82082026-08-07T19:00:06.296Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.33s
82092026-08-07T19:00:06.296Z
82102026-08-07T19:00:06.357Z Running unittests src/main.rs (target/debug/deps/dpd-6d6720b10860fcd3)
82112026-08-07T19:00:06.363Z
82122026-08-07T19:00:06.363Zrunning 34 tests
82132026-08-07T19:00:06.365Ztest freemap::test_ordering ... ok
82142026-08-07T19:00:06.365Ztest config::tests::test_updates ... ok
82152026-08-07T19:00:06.365Ztest dhcpv6::tests::test_create_duid_bytes ... ok
82162026-08-07T19:00:06.365Ztest freemap::test_split ... ok
82172026-08-07T19:00:06.369Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
82182026-08-07T19:00:06.369Ztest macaddrs::tests::test_mac_offset ... ok
82192026-08-07T19:00:06.369Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
82202026-08-07T19:00:06.369Ztest macaddrs::tests::test_parse_port_id ... ok
82212026-08-07T19:00:06.369Ztest nat::test_mapping ... ok
82222026-08-07T19:00:06.369ZAug 07 19:00:04.952 DEBG created new freemap, unit: freemap_test
82232026-08-07T19:00:06.369ZAug 07 19:00:04.952 DEBG initted freemap. size: 128, unit: freemap_test
82242026-08-07T19:00:06.369ZAug 07 19:00:04.952 DEBG reset freemap, unit: freemap_test
82252026-08-07T19:00:06.369ZAug 07 19:00:04.952 DEBG created new freemap, unit: freemap_test
82262026-08-07T19:00:06.369ZAug 07 19:00:04.953 DEBG initted freemap. size: 128, unit: freemap_test
82272026-08-07T19:00:06.369ZAug 07 19:00:04.953 DEBG reset freemap, unit: freemap_test
82282026-08-07T19:00:06.369ZAug 07 19:00:04.952 DEBG created new freemap, unit: freemap_test
82292026-08-07T19:00:06.369ZAug 07 19:00:04.953 DEBG initted freemap. size: 128, unit: freemap_test
82302026-08-07T19:00:06.369ZAug 07 19:00:04.953 DEBG reset freemap, unit: freemap_test
82312026-08-07T19:00:06.369Ztest freemap::test_free ... ok
82322026-08-07T19:00:06.369ZAug 07 19:00:04.953 DEBG created new freemap, unit: freemap_test
82332026-08-07T19:00:06.369ZAug 07 19:00:04.953 DEBG initted freemap. size: 128, unit: freemap_test
82342026-08-07T19:00:06.369Ztest freemap::test_exhaustion ... ok
82352026-08-07T19:00:06.369ZAug 07 19:00:04.953 DEBG reset freemap, unit: freemap_test
82362026-08-07T19:00:06.369Ztest freemap::test_basic ... ok
82372026-08-07T19:00:06.369Ztest freemap::test_reclaim ... ok
82382026-08-07T19:00:06.369Ztest port_map::tests::test_backplane_group ... ok
82392026-08-07T19:00:06.369Ztest port_map::tests::dump_map ... ok
82402026-08-07T19:00:06.369Ztest port_map::tests::test_port_map ... ok
82412026-08-07T19:00:06.369ZAug 07 19:00:04.953 DEBG created new freemap, unit: freemap_test
82422026-08-07T19:00:06.369ZAug 07 19:00:04.953 DEBG initted freemap. size: 8, unit: freemap_test
82432026-08-07T19:00:06.369ZAug 07 19:00:04.953 DEBG reset freemap, unit: freemap_test
82442026-08-07T19:00:06.369Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
82452026-08-07T19:00:06.370Ztest api_server::tests::test_build_info ... ok
82462026-08-07T19:00:06.370ZAug 07 19:00:04.954 DEBG created new freemap, unit: freemap_route_ipv4
82472026-08-07T19:00:06.370ZAug 07 19:00:04.954 Aug 07 19:00:04.954DEBG DEBGcreated new freemap , created new freemapunit, :unit :freemap_route_ipv4 freemap_route_ipv4
82482026-08-07T19:00:06.370Z
82492026-08-07T19:00:06.370ZAug 07 19:00:04.954Aug 07 19:00:04.954 DEBGDEBG Aug 07 19:00:04.954created new freemap , DEBGunit : created new freemapfreemap_route_ipv6
82502026-08-07T19:00:06.370Z, unit: freemap_testAug 07 19:00:04.954
82512026-08-07T19:00:06.370ZDEBG initted freemap. size: 64, unit: freemap_route_ipv4Aug 07 19:00:04.954
82522026-08-07T19:00:06.370Z DEBG initted freemap. size: 128Aug 07 19:00:04.954, unitDEBG: reset freemapfreemap_test,
82532026-08-07T19:00:06.370Zunit: freemap_route_ipv4
82542026-08-07T19:00:06.370ZAug 07 19:00:04.954 DEBG Aug 07 19:00:04.954reset freemap , DEBGunit :initted freemap. size: 64 , freemap_testunit
82552026-08-07T19:00:06.370Z: freemap_route_ipv6
82562026-08-07T19:00:06.370ZAug 07 19:00:04.954 DEBG reset freemap, unit: freemap_route_ipv6
82572026-08-07T19:00:06.370ZAug 07 19:00:04.954 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
82582026-08-07T19:00:06.370ZAug 07 19:00:04.954 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 } }]
82592026-08-07T19:00:06.370ZAug 07 19:00:04.954 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
82602026-08-07T19:00:06.370ZAug 07 19:00:04.954 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 } }]
82612026-08-07T19:00:06.370ZAug 07 19:00:04.954 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
82622026-08-07T19:00:06.370ZAug 07 19:00:04.954 DEBGAug 07 19:00:04.954 created new freemapDEBG, unitreplacing 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 } }]:
82632026-08-07T19:00:06.370Z freemap_route_ipv4
82642026-08-07T19:00:06.370ZAug 07 19:00:04.954 INFO Aug 07 19:00:04.954adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
82652026-08-07T19:00:06.370ZDEBG created new freemap, unitAug 07 19:00:04.954: DEBGfreemap_route_ipv6
82662026-08-07T19:00:06.370Zreplacing 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 } }]
82672026-08-07T19:00:06.370ZAug 07 19:00:04.954Aug 07 19:00:04.954 DEBGINFO initted freemap. size: 64adding route 3fff:beef:3::/64 -> 2001:db8::55:ff,
82682026-08-07T19:00:06.370Zunit: freemap_route_ipv4
82692026-08-07T19:00:06.370ZAug 07 19:00:04.954Aug 07 19:00:04.954 DEBGDEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap
82702026-08-07T19:00:06.370Z, unit: freemap_route_ipv4Aug 07 19:00:04.954
82712026-08-07T19:00:06.370Z INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
82722026-08-07T19:00:06.370ZAug 07 19:00:04.954 DEBG Aug 07 19:00:04.954initted freemap. size: 64 , DEBGunit :replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82732026-08-07T19:00:06.370Zfreemap_route_ipv6
82742026-08-07T19:00:06.370ZAug 07 19:00:04.954 Aug 07 19:00:04.954INFO DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
82752026-08-07T19:00:06.370Zreset freemap, unit: Aug 07 19:00:04.954freemap_route_ipv6
82762026-08-07T19:00:06.370ZDEBG 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 } }]
82772026-08-07T19:00:06.370ZAug 07 19:00:04.954 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 07 19:00:04.954
82782026-08-07T19:00:06.370Z INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 07 19:00:04.954
82792026-08-07T19:00:06.370Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 07 19:00:04.954
82802026-08-07T19:00:06.370Z DEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 19:00:04.954
82812026-08-07T19:00:06.370Z INFO Aug 07 19:00:04.954 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
82822026-08-07T19:00:06.370Zadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 07 19:00:04.954
82832026-08-07T19:00:06.371Z 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 } }]
82842026-08-07T19:00:06.375ZAug 07 19:00:04.954 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff created new freemap
82852026-08-07T19:00:06.375Z, unit: freemap_route_ipv6Aug 07 19:00:04.954
82862026-08-07T19:00:06.375Z 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 } }]
82872026-08-07T19:00:06.375ZAug 07 19:00:04.954 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
82882026-08-07T19:00:06.375ZAug 07 19:00:04.954 DEBGAug 07 19:00:04.954 initted freemap. size: 64DEBG, unitreplacing 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 } }]:
82892026-08-07T19:00:06.375Z freemap_route_ipv4
82902026-08-07T19:00:06.375ZAug 07 19:00:04.954 Aug 07 19:00:04.954Aug 07 19:00:04.954 DEBGINFO DEBG reset freemap , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
82912026-08-07T19:00:06.375Z: freemap_route_ipv4
82922026-08-07T19:00:06.375ZAug 07 19:00:04.954 INFOAug 07 19:00:04.954 adding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG
82932026-08-07T19:00:06.375Z initted freemap. size: 64, unit:Aug 07 19:00:04.954 freemap_route_ipv6DEBG
82942026-08-07T19:00:06.375Z 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 } }]
82952026-08-07T19:00:06.375ZAug 07 19:00:04.954Aug 07 19:00:04.954 DEBGINFO reset freemapadding route 3fff:beef:1::/64 -> 2001:db8::55:ff,
82962026-08-07T19:00:06.375Zunit: freemap_route_ipv6
82972026-08-07T19:00:06.375ZAug 07 19:00:04.954 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 07 19:00:04.954
82982026-08-07T19:00:06.375Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
82992026-08-07T19:00:06.375ZAug 07 19:00:04.954 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 07 19:00:04.954
83002026-08-07T19:00:06.375Ztest freemap::test_span ... ok
83012026-08-07T19:00:06.375Z 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 } }]
83022026-08-07T19:00:06.375ZAug 07 19:00:04.954 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 07 19:00:04.954
83032026-08-07T19:00:06.375Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
83042026-08-07T19:00:06.375ZAug 07 19:00:04.954 INFO Aug 07 19:00:04.954adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
83052026-08-07T19:00:06.375ZDEBG 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 } }]
83062026-08-07T19:00:06.375ZAug 07 19:00:04.954 DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 19:00:04.954
83072026-08-07T19:00:06.375Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
83082026-08-07T19:00:06.375ZAug 07 19:00:04.954 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 07 19:00:04.954
83092026-08-07T19:00:06.375Z 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 07 19:00:04.954
83102026-08-07T19:00:06.376Z DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 19:00:04.954
83112026-08-07T19:00:06.376Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
83122026-08-07T19:00:06.376ZAug 07 19:00:04.954 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 07 19:00:04.954
83132026-08-07T19:00:06.376Z 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 } }]Aug 07 19:00:04.954
83142026-08-07T19:00:06.376Z 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 } }]
83152026-08-07T19:00:06.376ZAug 07 19:00:04.954 INFOAug 07 19:00:04.954 adding route 3fff:beef::/64 -> 2001:db8::55:ffINFO
83162026-08-07T19:00:06.376Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
83172026-08-07T19:00:06.376ZAug 07 19:00:04.954 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 } }]
83182026-08-07T19:00:06.376ZAug 07 19:00:04.954 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
83192026-08-07T19:00:06.376ZAug 07 19:00:04.954adding route 3fff:beef:a::/64 -> 2001:db8::55:ff DEBG
83202026-08-07T19:00:06.376Zreplacing 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 } }]
83212026-08-07T19:00:06.376ZAug 07 19:00:04.954 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
83222026-08-07T19:00:06.376ZAug 07 19:00:04.954 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 } }]
83232026-08-07T19:00:06.376ZAug 07 19:00:04.954 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
83242026-08-07T19:00:06.376Ztest port_map::tests::parse_softnpu_revision ... ok
83252026-08-07T19:00:06.376ZAug 07 19:00:04.954 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 } }]
83262026-08-07T19:00:06.376ZAug 07 19:00:04.954 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
83272026-08-07T19:00:06.376ZAug 07 19:00:04.954Aug 07 19:00:04.954 DEBGDEBG created new freemapreplacing 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 } }],
83282026-08-07T19:00:06.376Zunit: freemap_route_ipv4
83292026-08-07T19:00:06.376ZAug 07 19:00:04.954 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
83302026-08-07T19:00:06.376ZAug 07 19:00:04.954 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 } }]
83312026-08-07T19:00:06.376ZAug 07 19:00:04.954 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
83322026-08-07T19:00:06.376ZAug 07 19:00:04.954 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 } }]
83332026-08-07T19:00:06.376ZAug 07 19:00:04.954 DEBGAug 07 19:00:04.954 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
83342026-08-07T19:00:06.376ZAug 07 19:00:04.954 DEBG created new freemap, unitAug 07 19:00:04.954: INFOfreemap_route_ipv6
83352026-08-07T19:00:06.376Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
83362026-08-07T19:00:06.376ZAug 07 19:00:04.954Aug 07 19:00:04.954 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 } }]
83372026-08-07T19:00:06.376ZAug 07 19:00:04.954 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
83382026-08-07T19:00:06.376ZAug 07 19:00:04.954 DEBGAug 07 19:00:04.954 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 } }]
83392026-08-07T19:00:06.376ZDEBG 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 07 19:00:04.954
83402026-08-07T19:00:06.376Z INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
83412026-08-07T19:00:06.376ZAug 07 19:00:04.954 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 } }]
83422026-08-07T19:00:06.376ZAug 07 19:00:04.954 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
83432026-08-07T19:00:06.376ZAug 07 19:00:04.954Aug 07 19:00:04.954 INFODEBG adding route 3fff:beef:3::/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 } }]
83442026-08-07T19:00:06.377Z
83452026-08-07T19:00:06.377ZAug 07 19:00:04.954 Aug 07 19:00:04.954INFO Aug 07 19:00:04.954DEBG adding route 3fff:beef:b::/64 -> 2001:db8::55:ffcreated new freemap ,
83462026-08-07T19:00:06.377ZDEBGunit :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 } }]
83472026-08-07T19:00:06.377Zfreemap_route_ipv6Aug 07 19:00:04.954
83482026-08-07T19:00:06.377Z DEBG Aug 07 19:00:04.954replacing 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 } }]
83492026-08-07T19:00:06.377ZINFOAug 07 19:00:04.954 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBGAug 07 19:00:04.955
83502026-08-07T19:00:06.377Zinitted freemap. size: 64 , INFOunit :adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
83512026-08-07T19:00:06.377ZAug 07 19:00:04.955freemap_route_ipv4
83522026-08-07T19:00:06.377ZDEBG 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 } }]
83532026-08-07T19:00:06.377ZAug 07 19:00:04.955 Aug 07 19:00:04.955DEBG Aug 07 19:00:04.955replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
83542026-08-07T19:00:06.377ZINFOreset freemap , adding route 3fff:beef:5::/64 -> 2001:db8::55:ffunit
83552026-08-07T19:00:06.377Z:Aug 07 19:00:04.955 freemap_route_ipv4Aug 07 19:00:04.955
83562026-08-07T19:00:06.377Z INFODEBG adding route 3fff:beef:d::/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 } }]
83572026-08-07T19:00:06.377ZAug 07 19:00:04.955
83582026-08-07T19:00:06.377Z DEBG initted freemap. size: 64, Aug 07 19:00:04.955unitAug 07 19:00:04.955: INFODEBG adding route 3fff:beef:6::/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 } }]
83592026-08-07T19:00:06.377Z
83602026-08-07T19:00:06.377Zfreemap_route_ipv6
83612026-08-07T19:00:06.377ZAug 07 19:00:04.955Aug 07 19:00:04.955Aug 07 19:00:04.955 DEBGINFO reset freemapDEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ff,
83622026-08-07T19:00:06.377Z 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 } }]unit
83632026-08-07T19:00:06.377Z: freemap_route_ipv6Aug 07 19:00:04.955
83642026-08-07T19:00:06.377Z Aug 07 19:00:04.955DEBG 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 } }]INFO
83652026-08-07T19:00:06.377ZAug 07 19:00:04.955 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO
83662026-08-07T19:00:06.377Z Aug 07 19:00:04.955adding route 3fff:dead::/64 -> 2001:db8::55:1
83672026-08-07T19:00:06.377ZINFO Aug 07 19:00:04.955Aug 07 19:00:04.955 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBG
83682026-08-07T19:00:06.377Z DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] 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 } }]
83692026-08-07T19:00:06.377Z
83702026-08-07T19:00:06.377ZAug 07 19:00:04.955 DEBG Aug 07 19:00:04.955Aug 07 19:00:04.955replacing 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 } }]
83712026-08-07T19:00:06.377Z INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
83722026-08-07T19:00:06.377Z
83732026-08-07T19:00:06.377ZAug 07 19:00:04.955 Aug 07 19:00:04.955INFO Aug 07 19:00:04.955 DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
83742026-08-07T19:00:06.377Zreplacing 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 } }]
83752026-08-07T19:00:06.377ZDEBG 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 } }]
83762026-08-07T19:00:06.377ZAug 07 19:00:04.955 Aug 07 19:00:04.955DEBG 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 } }]Aug 07 19:00:04.955
83772026-08-07T19:00:06.377Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ffINFO
83782026-08-07T19:00:06.377Z adding route 3fff:dead::/64 -> 2001:db8::55:1
83792026-08-07T19:00:06.377ZAug 07 19:00:04.955 Aug 07 19:00:04.955INFO Aug 07 19:00:04.955 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBGDEBG
83802026-08-07T19:00:06.377Z replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, 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 } }]
83812026-08-07T19:00:06.377Z
83822026-08-07T19:00:06.378ZAug 07 19:00:04.955 DEBG Aug 07 19:00:04.955replacing 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 07 19:00:04.955
83832026-08-07T19:00:06.378Z INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFO
83842026-08-07T19:00:06.383Z Aug 07 19:00:04.955adding route 3fff:dead::/64 -> 2001:db8::55:2
83852026-08-07T19:00:06.383ZINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
83862026-08-07T19:00:06.383ZAug 07 19:00:04.955Aug 07 19:00:04.955 Aug 07 19:00:04.955DEBGDEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG
83872026-08-07T19:00:06.383Z
83882026-08-07T19:00:06.383Zreplacing 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 } }]
83892026-08-07T19:00:06.383ZAug 07 19:00:04.955Aug 07 19:00:04.955 INFOAug 07 19:00:04.955 INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff INFOadding route 3fff:beef::/64 -> 2001:db8::55:ff
83902026-08-07T19:00:06.383Z
83912026-08-07T19:00:06.383Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 07 19:00:04.955Aug 07 19:00:04.955
83922026-08-07T19:00:06.383Z DEBGDEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 07 19:00:04.955
83932026-08-07T19:00:06.383Z DEBG
83942026-08-07T19:00:06.383Z replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 19:00:04.955
83952026-08-07T19:00:06.383Z Aug 07 19:00:04.955INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffINFOAug 07 19:00:04.955
83962026-08-07T19:00:06.383Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
83972026-08-07T19:00:06.383ZINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 07 19:00:04.955
83982026-08-07T19:00:06.383Z Aug 07 19:00:04.955DEBGAug 07 19:00:04.955 replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
83992026-08-07T19:00:06.383ZDEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84002026-08-07T19:00:06.383Z
84012026-08-07T19:00:06.383ZAug 07 19:00:04.955 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
84022026-08-07T19:00:06.383ZAug 07 19:00:04.955 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 07 19:00:04.955
84032026-08-07T19:00:06.383Z Aug 07 19:00:04.955DEBG INFO 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:d::/64 -> 2001:db8::55:ff
84042026-08-07T19:00:06.383ZAug 07 19:00:04.955
84052026-08-07T19:00:06.383Z DEBG Aug 07 19:00:04.955replacing 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 } }]
84062026-08-07T19:00:06.383ZDEBGAug 07 19:00:04.955 replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
84072026-08-07T19:00:06.383Z Aug 07 19:00:04.955 adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO
84082026-08-07T19:00:06.383Z Aug 07 19:00:04.955adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
84092026-08-07T19:00:06.383ZINFO Aug 07 19:00:04.955adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
84102026-08-07T19:00:06.383ZDEBG 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 } }]
84112026-08-07T19:00:06.383ZAug 07 19:00:04.955Aug 07 19:00:04.955Aug 07 19:00:04.955 DEBGINFO 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 } }]
84122026-08-07T19:00:06.383Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
84132026-08-07T19:00:06.383Z 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 } }]
84142026-08-07T19:00:06.383Z
84152026-08-07T19:00:06.383ZAug 07 19:00:04.955 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 07 19:00:04.955Aug 07 19:00:04.955 DEBGINFO
84162026-08-07T19:00:06.383Zreplacing 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 } }]
84172026-08-07T19:00:06.383Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
84182026-08-07T19:00:06.383ZAug 07 19:00:04.955Aug 07 19:00:04.955 Aug 07 19:00:04.955DEBGINFO 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
84192026-08-07T19:00:06.383Z adding route 3fff:beef:5::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84202026-08-07T19:00:06.384ZAug 07 19:00:04.955
84212026-08-07T19:00:06.384Z DEBG Aug 07 19:00:04.955replacing 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 07 19:00:04.955Aug 07 19:00:04.955
84222026-08-07T19:00:06.384ZDEBGINFOINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
84232026-08-07T19:00:06.384Zadding route 3fff:beef:10::/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 } }]
84242026-08-07T19:00:06.384Z
84252026-08-07T19:00:06.384ZAug 07 19:00:04.955Aug 07 19:00:04.955 Aug 07 19:00:04.955 DEBG INFODEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 07 19:00:04.955
84262026-08-07T19:00:06.384Z
84272026-08-07T19:00:06.384Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
84282026-08-07T19:00:06.384Z Aug 07 19:00:04.955Aug 07 19:00:04.955 INFO Aug 07 19:00:04.955INFO INFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
84292026-08-07T19:00:06.384ZDEBG
84302026-08-07T19:00:06.384Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84312026-08-07T19:00:06.384Z
84322026-08-07T19:00:06.384ZAug 07 19:00:04.955 DEBGAug 07 19:00:04.955 Aug 07 19:00:04.955replacing 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 07 19:00:04.955DEBG
84332026-08-07T19:00:06.384Z replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
84342026-08-07T19:00:06.384Z INFOAug 07 19:00:04.955replacing 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 07 19:00:04.955INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
84352026-08-07T19:00:06.384Z
84362026-08-07T19:00:06.384ZINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
84372026-08-07T19:00:06.384Z
84382026-08-07T19:00:06.384ZAug 07 19:00:04.955Aug 07 19:00:04.955 DEBG INFOreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84392026-08-07T19:00:06.384Z DEBG initted freemap. size: 64, unit: freemap_route_ipv4
84402026-08-07T19:00:06.384ZAug 07 19:00:04.955Aug 07 19:00:04.955 INFODEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 07 19:00:04.955reset freemap
84412026-08-07T19:00:06.384Z , unitDEBG: 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 07 19:00:04.955freemap_route_ipv4
84422026-08-07T19:00:06.384Z
84432026-08-07T19:00:06.384ZDEBG Aug 07 19:00:04.955Aug 07 19:00:04.955 INFO adding route 3fff:beef:1b::/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 } }]
84442026-08-07T19:00:06.384Z
84452026-08-07T19:00:06.384ZDEBG initted freemap. size: 64Aug 07 19:00:04.955Aug 07 19:00:04.955, DEBGunit :replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
84462026-08-07T19:00:06.384Z adding route 3fff:beef:14::/64 -> 2001:db8::55:fffreemap_route_ipv6
84472026-08-07T19:00:06.384Z
84482026-08-07T19:00:06.384ZAug 07 19:00:04.955Aug 07 19:00:04.955 Aug 07 19:00:04.955INFODEBG DEBGreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84492026-08-07T19:00:06.385Zreset freemap , adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffunit
84502026-08-07T19:00:06.385Z:Aug 07 19:00:04.955 INFOfreemap_route_ipv6
84512026-08-07T19:00:06.385Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 07 19:00:04.955
84522026-08-07T19:00:06.385Z DEBGAug 07 19:00:04.955 INFOreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 19:00:04.955
84532026-08-07T19:00:06.385ZDEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
84542026-08-07T19:00:06.385Zreplacing 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 07 19:00:04.955
84552026-08-07T19:00:06.385Z INFO Aug 07 19:00:04.955adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 07 19:00:04.955
84562026-08-07T19:00:06.385Z INFO DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
84572026-08-07T19:00:06.385Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 07 19:00:04.955
84582026-08-07T19:00:06.385Z DEBG Aug 07 19:00:04.955Aug 07 19:00:04.955replacing 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 } }]
84592026-08-07T19:00:06.385ZDEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
84602026-08-07T19:00:06.385Z Aug 07 19:00:04.955adding route 3fff:dead::/64 -> 2001:db8::55:2
84612026-08-07T19:00:06.385ZINFO Aug 07 19:00:04.955adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
84622026-08-07T19:00:06.385ZAug 07 19:00:04.955Aug 07 19:00:04.955DEBG Aug 07 19:00:04.955DEBGINFO DEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
84632026-08-07T19:00:06.385Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84642026-08-07T19:00:06.385Z
84652026-08-07T19:00:06.385ZAug 07 19:00:04.955Aug 07 19:00:04.955Aug 07 19:00:04.955 INFOreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
84662026-08-07T19:00:06.385Z DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3
84672026-08-07T19:00:06.385Zreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
84682026-08-07T19:00:06.385Z
84692026-08-07T19:00:06.385ZAug 07 19:00:04.955Aug 07 19:00:04.955 DEBGINFO Aug 07 19:00:04.955 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 07 19:00:04.955adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
84702026-08-07T19:00:06.385ZINFO
84712026-08-07T19:00:06.385Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
84722026-08-07T19:00:06.385ZDEBG Aug 07 19:00:04.955replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84732026-08-07T19:00:06.385ZDEBGAug 07 19:00:04.955 Aug 07 19:00:04.955 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 } }]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:dead::/64 -> 2001:db8::55:4Aug 07 19:00:04.955
84742026-08-07T19:00:06.385Z
84752026-08-07T19:00:06.385ZINFO
84762026-08-07T19:00:06.385Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 07 19:00:04.955
84772026-08-07T19:00:06.385Z Aug 07 19:00:04.955DEBGAug 07 19:00:04.955 INFO Aug 07 19:00:04.955INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG
84782026-08-07T19:00:06.385Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
84792026-08-07T19:00:06.385Zreplacing 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 } }]
84802026-08-07T19:00:06.385Z
84812026-08-07T19:00:06.385ZAug 07 19:00:04.955Aug 07 19:00:04.955 Aug 07 19:00:04.955 INFOAug 07 19:00:04.955DEBG DEBG adding route 3fff:beef::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84822026-08-07T19:00:06.385Z
84832026-08-07T19:00:06.385Zreplacing 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 } }]
84842026-08-07T19:00:06.390ZINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 07 19:00:04.955
84852026-08-07T19:00:06.390Z DEBG Aug 07 19:00:04.955replacing 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 07 19:00:04.955Aug 07 19:00:04.955
84862026-08-07T19:00:06.390ZINFO INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
84872026-08-07T19:00:06.390Zreplacing 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 } }]
84882026-08-07T19:00:06.390ZAug 07 19:00:04.955 INFO
84892026-08-07T19:00:06.390Zadding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 07 19:00:04.955
84902026-08-07T19:00:06.390ZAug 07 19:00:04.955 Aug 07 19:00:04.955 DEBGDEBGINFO Aug 07 19:00:04.955 replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG adding route 3fff:beef:22::/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 } }]
84912026-08-07T19:00:06.390Z
84922026-08-07T19:00:06.390ZAug 07 19:00:04.955Aug 07 19:00:04.955 INFODEBG adding route 3fff:beef:2::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84932026-08-07T19:00:06.390Z
84942026-08-07T19:00:06.390ZAug 07 19:00:04.955Aug 07 19:00:04.955 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:23::/64 -> 2001:db8::55:ff
84952026-08-07T19:00:06.390Z
84962026-08-07T19:00:06.390Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 07 19:00:04.955
84972026-08-07T19:00:06.390ZINFO Aug 07 19:00:04.955adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
84982026-08-07T19:00:06.390ZDEBG 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 07 19:00:04.955
84992026-08-07T19:00:06.390Z Aug 07 19:00:04.955DEBG DEBGreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 19:00:04.955
85002026-08-07T19:00:06.390Z INFOreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85012026-08-07T19:00:06.390Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 07 19:00:04.955
85022026-08-07T19:00:06.390Z INFOAug 07 19:00:04.955 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 07 19:00:04.955INFO
85032026-08-07T19:00:06.390Z adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBG
85042026-08-07T19:00:06.390Z 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 } }]
85052026-08-07T19:00:06.390ZAug 07 19:00:04.955Aug 07 19:00:04.955 DEBG 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 } }]
85062026-08-07T19:00:06.390ZAug 07 19:00:04.955replacing 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 } }]
85072026-08-07T19:00:06.390ZINFOAug 07 19:00:04.955 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFO
85082026-08-07T19:00:06.390Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 07 19:00:04.955
85092026-08-07T19:00:06.390ZAug 07 19:00:04.955 INFODEBG Aug 07 19:00:04.955adding route 3fff:beef:5::/64 -> 2001:db8::55:ff 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 } }]
85102026-08-07T19:00:06.390ZDEBG
85112026-08-07T19:00:06.390Z 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 } }]
85122026-08-07T19:00:06.391ZAug 07 19:00:04.955Aug 07 19:00:04.955 INFODEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
85132026-08-07T19:00:06.391Z
85142026-08-07T19:00:06.391ZAug 07 19:00:04.955 INFO Aug 07 19:00:04.955adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 07 19:00:04.955
85152026-08-07T19:00:06.391ZINFO DEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85162026-08-07T19:00:06.391Z
85172026-08-07T19:00:06.391ZAug 07 19:00:04.955 Aug 07 19:00:04.955DEBGAug 07 19:00:04.955 INFODEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85182026-08-07T19:00:06.391Z
85192026-08-07T19:00:06.391Zreplacing 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 } }]
85202026-08-07T19:00:06.391ZAug 07 19:00:04.955
85212026-08-07T19:00:06.391ZAug 07 19:00:04.955 Aug 07 19:00:04.955INFO DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO
85222026-08-07T19:00:06.391Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ff Aug 07 19:00:04.955
85232026-08-07T19:00:06.391Z 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 } }]
85242026-08-07T19:00:06.391ZAug 07 19:00:04.955adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
85252026-08-07T19:00:06.391ZAug 07 19:00:04.955DEBG DEBGreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 07 19:00:04.955replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85262026-08-07T19:00:06.391ZINFO
85272026-08-07T19:00:06.391Z Aug 07 19:00:04.955Aug 07 19:00:04.955 DEBGINFO adding route 3fff:beef:28::/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 } }]
85282026-08-07T19:00:06.391ZAug 07 19:00:04.955
85292026-08-07T19:00:06.391Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
85302026-08-07T19:00:06.391ZINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 07 19:00:04.955
85312026-08-07T19:00:06.391ZAug 07 19:00:04.955 Aug 07 19:00:04.955 DEBG DEBGINFO replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1c::/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 } }]
85322026-08-07T19:00:06.391ZAug 07 19:00:04.955
85332026-08-07T19:00:06.391Z
85342026-08-07T19:00:06.391Z DEBG Aug 07 19:00:04.955replacing 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 } }]
85352026-08-07T19:00:06.391ZAug 07 19:00:04.955Aug 07 19:00:04.955 INFO DEBGAug 07 19:00:04.955 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 } }]INFO
85362026-08-07T19:00:06.391Z adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
85372026-08-07T19:00:06.391Z
85382026-08-07T19:00:06.391ZAug 07 19:00:04.956 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFOAug 07 19:00:04.956Aug 07 19:00:04.956
85392026-08-07T19:00:06.391Z DEBG DEBG adding route 3fff:beef:1d::/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 } }]Aug 07 19:00:04.956replacing 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 } }]
85402026-08-07T19:00:06.391Z
85412026-08-07T19:00:06.391Z
85422026-08-07T19:00:06.391ZDEBG 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 } }]
85432026-08-07T19:00:06.391ZAug 07 19:00:04.956Aug 07 19:00:04.956Aug 07 19:00:04.956 INFOAug 07 19:00:04.956 DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
85442026-08-07T19:00:06.391ZINFO adding route 3fff:beef:18::/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 } }]
85452026-08-07T19:00:06.391ZINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
85462026-08-07T19:00:06.391Z
85472026-08-07T19:00:06.392ZAug 07 19:00:04.956 Aug 07 19:00:04.956Aug 07 19:00:04.956 DEBGAug 07 19:00:04.956INFODEBG DEBGreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }]
85482026-08-07T19:00:06.392Z
85492026-08-07T19:00:06.392Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
85502026-08-07T19:00:06.392Zreplacing 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 } }]
85512026-08-07T19:00:06.392ZAug 07 19:00:04.956Aug 07 19:00:04.956 Aug 07 19:00:04.956INFO DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
85522026-08-07T19:00:06.392Z 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 } }]
85532026-08-07T19:00:06.392Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
85542026-08-07T19:00:06.392ZAug 07 19:00:04.956 DEBGAug 07 19:00:04.956Aug 07 19:00:04.956 Aug 07 19:00:04.956INFODEBG 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 } }]
85552026-08-07T19:00:06.392Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
85562026-08-07T19:00:06.392Z
85572026-08-07T19:00:06.392ZINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 07 19:00:04.956
85582026-08-07T19:00:06.392Z INFOAug 07 19:00:04.956 Aug 07 19:00:04.956 Aug 07 19:00:04.956adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff INFO
85592026-08-07T19:00:06.392Z DEBG adding route 3fff:beef:c::/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 } }]
85602026-08-07T19:00:06.392ZDEBG
85612026-08-07T19:00:06.392ZAug 07 19:00:04.956 Aug 07 19:00:04.956 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 } }]DEBGDEBG
85622026-08-07T19:00:06.392Z 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 07 19:00:04.956replacing 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 } }]
85632026-08-07T19:00:06.392Z
85642026-08-07T19:00:06.392ZAug 07 19:00:04.956INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFO
85652026-08-07T19:00:06.392Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
85662026-08-07T19:00:06.392ZAug 07 19:00:04.956Aug 07 19:00:04.956 Aug 07 19:00:04.956INFO DEBGadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
85672026-08-07T19:00:06.392Zreplacing 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 07 19:00:04.956
85682026-08-07T19:00:06.392ZINFO Aug 07 19:00:04.956adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG
85692026-08-07T19:00:06.392ZDEBG 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 07 19:00:04.956
85702026-08-07T19:00:06.392Z replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
85712026-08-07T19:00:06.392Z 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 07 19:00:04.956
85722026-08-07T19:00:06.392Z Aug 07 19:00:04.956INFOAug 07 19:00:04.956 INFO Aug 07 19:00:04.956adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
85732026-08-07T19:00:06.392Z INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
85742026-08-07T19:00:06.392Z
85752026-08-07T19:00:06.392ZAug 07 19:00:04.956 DEBGINFO Aug 07 19:00:04.956adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
85762026-08-07T19:00:06.392Z Aug 07 19:00:04.956
85772026-08-07T19:00:06.392Z replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
85782026-08-07T19:00:06.392Z Aug 07 19:00:04.956replacing 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 07 19:00:04.956
85792026-08-07T19:00:06.392ZINFO INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
85802026-08-07T19:00:06.392ZAug 07 19:00:04.956adding route 3fff:beef:f::/64 -> 2001:db8::55:ff INFO
85812026-08-07T19:00:06.392Z Aug 07 19:00:04.956 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 07 19:00:04.956
85822026-08-07T19:00:06.392Z DEBGDEBGAug 07 19:00:04.956 Aug 07 19:00:04.956 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
85832026-08-07T19:00:06.392Z 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
85842026-08-07T19:00:06.397Z replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
85852026-08-07T19:00:06.397Z
85862026-08-07T19:00:06.397ZAug 07 19:00:04.956Aug 07 19:00:04.956 INFOAug 07 19:00:04.956Aug 07 19:00:04.956INFO INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
85872026-08-07T19:00:06.397Z
85882026-08-07T19:00:06.397Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff Aug 07 19:00:04.956
85892026-08-07T19:00:06.397ZINFO DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
85902026-08-07T19:00:06.397Zreplacing 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 07 19:00:04.956
85912026-08-07T19:00:06.397Z Aug 07 19:00:04.956 DEBGDEBGAug 07 19:00:04.956 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 07 19:00:04.956
85922026-08-07T19:00:06.397Zreplacing 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 } }]
85932026-08-07T19:00:06.397ZDEBGINFO replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
85942026-08-07T19:00:06.397Z
85952026-08-07T19:00:06.397ZAug 07 19:00:04.956Aug 07 19:00:04.956 INFOAug 07 19:00:04.956 INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
85962026-08-07T19:00:06.397Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ffINFO
85972026-08-07T19:00:06.397Z Aug 07 19:00:04.956adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
85982026-08-07T19:00:06.397ZAug 07 19:00:04.956Aug 07 19:00:04.956 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: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 } }]
85992026-08-07T19:00:06.397Z
86002026-08-07T19:00:06.397ZDEBG 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 07 19:00:04.956Aug 07 19:00:04.956Aug 07 19:00:04.956 INFODEBG INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
86012026-08-07T19:00:06.397Zreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86022026-08-07T19:00:06.397Z
86032026-08-07T19:00:06.397Z
86042026-08-07T19:00:06.397ZAug 07 19:00:04.956Aug 07 19:00:04.956Aug 07 19:00:04.956 Aug 07 19:00:04.956 INFODEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG
86052026-08-07T19:00:06.397Z INFOreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 07 19:00:04.956
86062026-08-07T19:00:06.397Z
86072026-08-07T19:00:06.397Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG
86082026-08-07T19:00:06.397Z 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 07 19:00:04.956
86092026-08-07T19:00:06.397Z Aug 07 19:00:04.956INFOAug 07 19:00:04.956 INFOAug 07 19:00:04.956 DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
86102026-08-07T19:00:06.397Zreplacing 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:13::/64 -> 2001:db8::55:ff
86112026-08-07T19:00:06.397Z
86122026-08-07T19:00:06.397ZINFOAug 07 19:00:04.956 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBGAug 07 19:00:04.956Aug 07 19:00:04.956 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 } }]
86132026-08-07T19:00:06.397ZDEBGINFO
86142026-08-07T19:00:06.397Zreplacing 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 } }]
86152026-08-07T19:00:06.398Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 07 19:00:04.956 INFO
86162026-08-07T19:00:06.398Z adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 07 19:00:04.956Aug 07 19:00:04.956
86172026-08-07T19:00:06.398ZINFOAug 07 19:00:04.956 DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
86182026-08-07T19:00:06.398ZDEBG Aug 07 19:00:04.956 Aug 07 19:00:04.956replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
86192026-08-07T19:00:06.398Z
86202026-08-07T19:00:06.398ZDEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
86212026-08-07T19:00:06.398ZAug 07 19:00:04.956
86222026-08-07T19:00:06.398Z Aug 07 19:00:04.956INFO Aug 07 19:00:04.956 Aug 07 19:00:04.956INFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFO INFO
86232026-08-07T19:00:06.398Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
86242026-08-07T19:00:06.398Z
86252026-08-07T19:00:06.398Z
86262026-08-07T19:00:06.398ZAug 07 19:00:04.956 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 } }]Aug 07 19:00:04.956
86272026-08-07T19:00:06.398Z DEBGAug 07 19:00:04.956Aug 07 19:00:04.956 Aug 07 19:00:04.956DEBG INFOreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
86282026-08-07T19:00:06.398Z
86292026-08-07T19:00:06.398Z
86302026-08-07T19:00:06.398ZDEBG Aug 07 19:00:04.956Aug 07 19:00:04.956 INFOAug 07 19:00:04.956replacing 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 } }]
86312026-08-07T19:00:06.398ZDEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
86322026-08-07T19:00:06.398Zreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
86332026-08-07T19:00:06.398Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 07 19:00:04.956
86342026-08-07T19:00:06.398ZAug 07 19:00:04.956 DEBGAug 07 19:00:04.956 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 } }]INFO
86352026-08-07T19:00:06.398Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
86362026-08-07T19:00:06.398Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
86372026-08-07T19:00:06.398ZAug 07 19:00:04.956Aug 07 19:00:04.956Aug 07 19:00:04.956 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBG
86382026-08-07T19:00:06.398Z DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
86392026-08-07T19:00:06.398Z
86402026-08-07T19:00:06.398ZAug 07 19:00:04.956Aug 07 19:00:04.956 DEBG DEBGreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 19:00:04.956
86412026-08-07T19:00:06.398Z INFOAug 07 19:00:04.956 INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
86422026-08-07T19:00:06.398ZAug 07 19:00:04.956adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff INFOreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86432026-08-07T19:00:06.398ZAug 07 19:00:04.956 DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff Aug 07 19:00:04.956replacing 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 } }]
86442026-08-07T19:00:06.398Z
86452026-08-07T19:00:06.398ZDEBG
86462026-08-07T19:00:06.398Z 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 } }]
86472026-08-07T19:00:06.398ZAug 07 19:00:04.956Aug 07 19:00:04.956 DEBGINFOAug 07 19:00:04.956 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 07 19:00:04.956
86482026-08-07T19:00:06.398Z INFO 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 } }]INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
86492026-08-07T19:00:06.398Z
86502026-08-07T19:00:06.398Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 07 19:00:04.956
86512026-08-07T19:00:06.398Z Aug 07 19:00:04.956DEBG Aug 07 19:00:04.956 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 } }]
86522026-08-07T19:00:06.398Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG
86532026-08-07T19:00:06.398Z Aug 07 19:00:04.956Aug 07 19:00:04.956Aug 07 19:00:04.956 DEBGDEBG INFOreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
86542026-08-07T19:00:06.399Z
86552026-08-07T19:00:06.399Z
86562026-08-07T19:00:06.399Z 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 } }]
86572026-08-07T19:00:06.399ZAug 07 19:00:04.956Aug 07 19:00:04.956 Aug 07 19:00:04.956INFODEBG Aug 07 19:00:04.956adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff 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 } }]
86582026-08-07T19:00:06.399ZINFO
86592026-08-07T19:00:06.399ZINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 07 19:00:04.956adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 07 19:00:04.956 DEBG
86602026-08-07T19:00:06.399Z
86612026-08-07T19:00:06.399ZINFO adding route 3fff:beef:28::/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 } }]
86622026-08-07T19:00:06.399Z
86632026-08-07T19:00:06.399ZAug 07 19:00:04.956 DEBG Aug 07 19:00:04.956Aug 07 19:00:04.956replacing 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 } }]
86642026-08-07T19:00:06.399ZINFODEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 07 19:00:04.956replacing 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 } }]
86652026-08-07T19:00:06.399ZAug 07 19:00:04.956DEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
86662026-08-07T19:00:06.399Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 07 19:00:04.956
86672026-08-07T19:00:06.399Z
86682026-08-07T19:00:06.399ZDEBGAug 07 19:00:04.956 Aug 07 19:00:04.956 Aug 07 19:00:04.956 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
86692026-08-07T19:00:06.399Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
86702026-08-07T19:00:06.399Z
86712026-08-07T19:00:06.399ZAug 07 19:00:04.956replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
86722026-08-07T19:00:06.399Z Aug 07 19:00:04.956adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
86732026-08-07T19:00:06.399ZDEBGAug 07 19:00:04.956 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 07 19:00:04.956
86742026-08-07T19:00:06.399Z Aug 07 19:00:04.956INFO 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 } }]DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
86752026-08-07T19:00:06.399Z
86762026-08-07T19:00:06.399Z Aug 07 19:00:04.956replacing 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
86772026-08-07T19:00:06.399Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
86782026-08-07T19:00:06.399ZAug 07 19:00:04.956 Aug 07 19:00:04.956Aug 07 19:00:04.956 DEBGDEBG INFOreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86792026-08-07T19:00:06.399Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 07 19:00:04.956
86802026-08-07T19:00:06.399Z 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 } }]INFOAug 07 19:00:04.956
86812026-08-07T19:00:06.399Z INFOAug 07 19:00:04.956 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBGAug 07 19:00:04.956
86822026-08-07T19:00:06.399Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
86832026-08-07T19:00:06.399ZINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
86842026-08-07T19:00:06.404Zreplacing 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 07 19:00:04.956Aug 07 19:00:04.956 DEBG Aug 07 19:00:04.956DEBG
86852026-08-07T19:00:06.404Zreplacing 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 } }]
86862026-08-07T19:00:06.404ZDEBG 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: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 } }]
86872026-08-07T19:00:06.404Z
86882026-08-07T19:00:06.404ZAug 07 19:00:04.956 INFOAug 07 19:00:04.956 Aug 07 19:00:04.956INFOAug 07 19:00:04.956 INFOINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
86892026-08-07T19:00:06.404Z
86902026-08-07T19:00:06.404Z
86912026-08-07T19:00:06.404Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
86922026-08-07T19:00:06.404ZAug 07 19:00:04.956Aug 07 19:00:04.956 Aug 07 19:00:04.956DEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
86932026-08-07T19:00:06.404Zreplacing 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 07 19:00:04.956
86942026-08-07T19:00:06.404Z DEBG DEBGreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 19:00:04.956
86952026-08-07T19:00:06.404Zreplacing 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 } }]
86962026-08-07T19:00:06.404ZINFOAug 07 19:00:04.956 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFOAug 07 19:00:04.956 Aug 07 19:00:04.956adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFO
86972026-08-07T19:00:06.404Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
86982026-08-07T19:00:06.404Z
86992026-08-07T19:00:06.404ZINFO Aug 07 19:00:04.956adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 07 19:00:04.956
87002026-08-07T19:00:06.404Z Aug 07 19:00:04.956DEBG 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 } }]DEBG
87012026-08-07T19:00:06.404Z 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: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 } }]
87022026-08-07T19:00:06.404Z
87032026-08-07T19:00:06.404ZAug 07 19:00:04.956Aug 07 19:00:04.956 INFOAug 07 19:00:04.956 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFODEBG adding route 3fff:beef:32::/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 } }]
87042026-08-07T19:00:06.404Z
87052026-08-07T19:00:06.404Z
87062026-08-07T19:00:06.404ZAug 07 19:00:04.956 INFOAug 07 19:00:04.956Aug 07 19:00:04.956 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff DEBG
87072026-08-07T19:00:06.404Z Aug 07 19:00:04.956replacing 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 } }]
87082026-08-07T19:00:06.404ZDEBG Aug 07 19:00:04.956INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 07 19:00:04.956DEBG
87092026-08-07T19:00:06.404Z INFOreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
87102026-08-07T19:00:06.404Z
87112026-08-07T19:00:06.404Zreplacing 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 07 19:00:04.956
87122026-08-07T19:00:06.404Z 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 07 19:00:04.956Aug 07 19:00:04.956
87132026-08-07T19:00:06.404ZINFOINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 07 19:00:04.956
87142026-08-07T19:00:06.404ZAug 07 19:00:04.956 INFO
87152026-08-07T19:00:06.404Z Aug 07 19:00:04.956DEBG DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
87162026-08-07T19:00:06.405Zreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
87172026-08-07T19:00:06.405Z
87182026-08-07T19:00:06.405ZAug 07 19:00:04.956 Aug 07 19:00:04.956Aug 07 19:00:04.956DEBG INFOINFOAug 07 19:00:04.956 adding route 3fff:beef:22::/64 -> 2001:db8::55:ff 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
87192026-08-07T19:00:06.405Z 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 } }]
87202026-08-07T19:00:06.405Z
87212026-08-07T19:00:06.405ZAug 07 19:00:04.956 Aug 07 19:00:04.956Aug 07 19:00:04.956DEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFOreplacing 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 } }]
87222026-08-07T19:00:06.405ZINFO
87232026-08-07T19:00:06.405Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
87242026-08-07T19:00:06.405Z
87252026-08-07T19:00:06.405ZAug 07 19:00:04.957Aug 07 19:00:04.957 INFODEBG Aug 07 19:00:04.957 Aug 07 19:00:04.957replacing 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
87262026-08-07T19:00:06.405Z replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
87272026-08-07T19:00:06.405Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87282026-08-07T19:00:06.405ZAug 07 19:00:04.957
87292026-08-07T19:00:06.405Z INFOAug 07 19:00:04.957 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFO
87302026-08-07T19:00:06.405Z Aug 07 19:00:04.957adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
87312026-08-07T19:00:06.405ZAug 07 19:00:04.957Aug 07 19:00:04.957 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: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 } }]
87322026-08-07T19:00:06.405Z
87332026-08-07T19:00:06.405ZINFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffAug 07 19:00:04.957
87342026-08-07T19:00:06.405ZAug 07 19:00:04.957 DEBGINFO Aug 07 19:00:04.957replacing 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 07 19:00:04.957adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
87352026-08-07T19:00:06.405ZINFO
87362026-08-07T19:00:06.405Z DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
87372026-08-07T19:00:06.405Zreplacing 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 } }]
87382026-08-07T19:00:06.405ZAug 07 19:00:04.957Aug 07 19:00:04.957 Aug 07 19:00:04.957INFO INFODEBGAug 07 19:00:04.957 adding route 3fff:beef:36::/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 } }]DEBG
87392026-08-07T19:00:06.405Zreplacing 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:3e::/64 -> 2001:db8::55:ff
87402026-08-07T19:00:06.405Z
87412026-08-07T19:00:06.405Z
87422026-08-07T19:00:06.405Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
87432026-08-07T19:00:06.405ZAug 07 19:00:04.957 INFOAug 07 19:00:04.957 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFOAug 07 19:00:04.957
87442026-08-07T19:00:06.405Z Aug 07 19:00:04.957adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
87452026-08-07T19:00:06.405ZAug 07 19:00:04.957 DEBGDEBGDEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
87462026-08-07T19:00:06.405ZAug 07 19:00:04.957
87472026-08-07T19:00:06.405Z replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
87482026-08-07T19:00:06.405ZAug 07 19:00:04.957 INFOreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 07 19:00:04.957adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
87492026-08-07T19:00:06.405ZDEBG Aug 07 19:00:04.957
87502026-08-07T19:00:06.405Zfailed to allocate space for the new target listAug 07 19:00:04.957 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 } }]Aug 07 19:00:04.957
87512026-08-07T19:00:06.405Z INFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
87522026-08-07T19:00:06.405Z
87532026-08-07T19:00:06.405ZAug 07 19:00:04.957 INFOadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
87542026-08-07T19:00:06.405Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 07 19:00:04.957
87552026-08-07T19:00:06.406Z Aug 07 19:00:04.957Aug 07 19:00:04.957 DEBGDEBG Aug 07 19:00:04.957replacing 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 } }] DEBGAug 07 19:00:04.957 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
87562026-08-07T19:00:06.406ZAug 07 19:00:04.957 created new freemap, unit: freemap_route_ipv4
87572026-08-07T19:00:06.406ZDEBG created new freemapAug 07 19:00:04.960, unit: freemap_route_ipv4INFOAug 07 19:00:04.957
87582026-08-07T19:00:06.406Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
87592026-08-07T19:00:06.406ZDEBG created new freemapAug 07 19:00:04.960, Aug 07 19:00:04.960unit :DEBG freemap_route_ipv4replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87602026-08-07T19:00:06.406ZDEBG
87612026-08-07T19:00:06.406Z created new freemapDEBG
87622026-08-07T19:00:06.406ZAug 07 19:00:04.960 , INFOAug 07 19:00:04.960 DEBGAug 07 19:00:04.960adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
87632026-08-07T19:00:06.406Zreplacing 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 } }]created new freemapunit , INFOunit: freemap_route_ipv6adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 07 19:00:04.960
87642026-08-07T19:00:06.406Z DEBG
87652026-08-07T19:00:06.406Z
87662026-08-07T19:00:06.406Z 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 } }]:
87672026-08-07T19:00:06.406ZAug 07 19:00:04.960 freemap_route_ipv6Aug 07 19:00:04.960
87682026-08-07T19:00:06.406ZDEBGAug 07 19:00:04.960Aug 07 19:00:04.960 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 } }] INFO
87692026-08-07T19:00:06.406Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG
87702026-08-07T19:00:06.406ZAug 07 19:00:04.960adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
87712026-08-07T19:00:06.406ZAug 07 19:00:04.960 initted freemap. size: 64Aug 07 19:00:04.960DEBG , DEBGunit :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 07 19:00:04.960
87722026-08-07T19:00:06.406Z INFOfreemap_route_ipv4 initted freemap. size: 64DEBG , adding route 3fff:beef:28::/64 -> 2001:db8::55:ffunit
87732026-08-07T19:00:06.406Z Aug 07 19:00:04.960replacing 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 } }] :
87742026-08-07T19:00:06.406Z
87752026-08-07T19:00:06.406ZAug 07 19:00:04.960 freemap_route_ipv4INFO DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
87762026-08-07T19:00:06.406Z
87772026-08-07T19:00:06.406ZAug 07 19:00:04.960 reset freemap Aug 07 19:00:04.960, Aug 07 19:00:04.960unit :DEBGDEBGINFO 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:39::/64 -> 2001:db8::55:ff
87782026-08-07T19:00:06.406Zfreemap_route_ipv4
87792026-08-07T19:00:06.406Zreplacing 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 } }]
87802026-08-07T19:00:06.406Z
87812026-08-07T19:00:06.406ZAug 07 19:00:04.960 Aug 07 19:00:04.960Aug 07 19:00:04.960 Aug 07 19:00:04.960 INFODEBG INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG
87822026-08-07T19:00:06.406ZAug 07 19:00:04.960replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ff Aug 07 19:00:04.960initted freemap. size: 64
87832026-08-07T19:00:06.406Z , reset freemapunit
87842026-08-07T19:00:06.411ZDEBG: replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
87852026-08-07T19:00:06.411Z
87862026-08-07T19:00:06.411ZAug 07 19:00:04.960, unit Aug 07 19:00:04.960:INFOAug 07 19:00:04.960 Aug 07 19:00:04.960 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBGfreemap_route_ipv4
87872026-08-07T19:00:06.411ZINFO DEBGreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87882026-08-07T19:00:06.411Z
87892026-08-07T19:00:06.411Z reset freemapadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff, Aug 07 19:00:04.960
87902026-08-07T19:00:06.411ZunitAug 07 19:00:04.960Aug 07 19:00:04.960 : Aug 07 19:00:04.960INFO DEBGDEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
87912026-08-07T19:00:06.411Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
87922026-08-07T19:00:06.411Z
87932026-08-07T19:00:06.411Zinitted freemap. size: 64
87942026-08-07T19:00:06.411Z, unitAug 07 19:00:04.960: Aug 07 19:00:04.960 Aug 07 19:00:04.960INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv6
87952026-08-07T19:00:06.411Z INFO
87962026-08-07T19:00:06.411ZAug 07 19:00:04.960adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff DEBG
87972026-08-07T19:00:06.411Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
87982026-08-07T19:00:06.411Zreplacing 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 07 19:00:04.960
87992026-08-07T19:00:06.411Z Aug 07 19:00:04.960DEBG Aug 07 19:00:04.960DEBG reset freemap Aug 07 19:00:04.960, unitDEBG: Aug 07 19:00:04.960replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
88002026-08-07T19:00:06.411Z
88012026-08-07T19:00:06.411ZINFO DEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
88022026-08-07T19:00:06.411ZAug 07 19:00:04.960
88032026-08-07T19:00:06.411Z Aug 07 19:00:04.960freemap_route_ipv6Aug 07 19:00:04.960DEBG
88042026-08-07T19:00:06.411Z Aug 07 19:00:04.960 INFOfailed to allocate space for the new target list
88052026-08-07T19:00:06.411Zadding route 3fff:dead::/64 -> 2001:db8::55:2 INFO
88062026-08-07T19:00:06.411Z Aug 07 19:00:04.960adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
88072026-08-07T19:00:06.411ZDEBGDEBG replacing targets for 3fff:dead::/64 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: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 07 19:00:04.960
88082026-08-07T19:00:06.411Z
88092026-08-07T19:00:06.411Z DEBGAug 07 19:00:04.960 Aug 07 19:00:04.960replacing 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 } }] DEBGINFO Aug 07 19:00:04.960
88102026-08-07T19:00:06.411Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
88112026-08-07T19:00:06.411Zadding route 3fff:dead::/64 -> 2001:db8::55:1
88122026-08-07T19:00:06.411Z
88132026-08-07T19:00:06.411ZAug 07 19:00:04.960Aug 07 19:00:04.960 INFODEBG adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
88142026-08-07T19:00:06.411Z
88152026-08-07T19:00:06.411ZAug 07 19:00:04.960 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 07 19:00:04.960
88162026-08-07T19:00:06.411Z Aug 07 19:00:04.960DEBG INFOreplacing 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 } }]
88172026-08-07T19:00:06.411Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 07 19:00:04.960Aug 07 19:00:04.960
88182026-08-07T19:00:06.411Z 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:dead::/64 with: [NextHop { asic_port_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 07 19:00:04.960
88192026-08-07T19:00:06.412Z
88202026-08-07T19:00:06.412Z Aug 07 19:00:04.960 INFODEBG adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 07 19:00:04.960Aug 07 19:00:04.960
88212026-08-07T19:00:06.412Z INFOreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4
88222026-08-07T19:00:06.412Z
88232026-08-07T19:00:06.412Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 07 19:00:04.960
88242026-08-07T19:00:06.412Z DEBG Aug 07 19:00:04.960replacing 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 } }]
88252026-08-07T19:00:06.412ZINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
88262026-08-07T19:00:06.412ZAug 07 19:00:04.960Aug 07 19:00:04.960 DEBGAug 07 19:00:04.960 INFODEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
88272026-08-07T19:00:06.412Zreplacing 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 } }]
88282026-08-07T19:00:06.412Zadding route 3fff:beef:3f::/64 -> 2001:db8::55:ff
88292026-08-07T19:00:06.412ZAug 07 19:00:04.960 DEBGAug 07 19:00:04.960 Aug 07 19:00:04.960 replacing targets for 3fff:dead::/64 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 } }] INFODEBG
88302026-08-07T19:00:06.412Z adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffreplacing 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 } }]
88312026-08-07T19:00:06.412Z
88322026-08-07T19:00:06.412ZAug 07 19:00:04.960 WARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
88332026-08-07T19:00:06.412ZAug 07 19:00:04.960Aug 07 19:00:04.960 DEBGERRO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
88342026-08-07T19:00:06.412Zrollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }]
88352026-08-07T19:00:06.412ZAug 07 19:00:04.960 Aug 07 19:00:04.960
88362026-08-07T19:00:06.412ZDEBG DEBGfailed to allocate space for the new target list Aug 07 19:00:04.960created new freemap
88372026-08-07T19:00:06.412ZAug 07 19:00:04.960, INFOunitERRO:Aug 07 19:00:04.960 shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds it
88382026-08-07T19:00:06.412Zfreemap_route_ipv6adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
88392026-08-07T19:00:06.412Z DEBG
88402026-08-07T19:00:06.412Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
88412026-08-07T19:00:06.412ZAug 07 19:00:04.960 DEBGAug 07 19:00:04.960 initted freemap. size: 64DEBGAug 07 19:00:04.960, unitreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:DEBG
88422026-08-07T19:00:06.412Z freemap_route_ipv4failed to allocate space for the new target list
88432026-08-07T19:00:06.412Ztest route::tests::grow_succeeds ... ok
88442026-08-07T19:00:06.412Z
88452026-08-07T19:00:06.412ZAug 07 19:00:04.960 Aug 07 19:00:04.960DEBG INFOreset freemap , adding route 3fff:beef:31::/64 -> 2001:db8::55:ffunit
88462026-08-07T19:00:06.412Z: freemap_route_ipv4
88472026-08-07T19:00:06.412ZAug 07 19:00:04.960 DEBG Aug 07 19:00:04.960replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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
88482026-08-07T19:00:06.412Z
88492026-08-07T19:00:06.412Zinitted freemap. size: 64, unitAug 07 19:00:04.960: INFOAug 07 19:00:04.960freemap_route_ipv6
88502026-08-07T19:00:06.412Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
88512026-08-07T19:00:06.412ZINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
88522026-08-07T19:00:06.412ZAug 07 19:00:04.960Aug 07 19:00:04.960 DEBGAug 07 19:00:04.960DEBG reset freemap , replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
88532026-08-07T19:00:06.412Z:DEBG freemap_route_ipv6replacing 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 } }]
88542026-08-07T19:00:06.412Z
88552026-08-07T19:00:06.412ZAug 07 19:00:04.960 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 07 19:00:04.960Aug 07 19:00:04.960
88562026-08-07T19:00:06.412ZINFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
88572026-08-07T19:00:06.412Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
88582026-08-07T19:00:06.413ZAug 07 19:00:04.960Aug 07 19:00:04.960 DEBGAug 07 19:00:04.960DEBG 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 } }]
88592026-08-07T19:00:06.413ZDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
88602026-08-07T19:00:06.413Zreplacing 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 07 19:00:04.960
88612026-08-07T19:00:06.413Z INFOAug 07 19:00:04.960 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 07 19:00:04.960INFO
88622026-08-07T19:00:06.413Z INFOadding route 3fff:dead::/64 -> 2001:db8::55:2
88632026-08-07T19:00:06.413Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 07 19:00:04.960
88642026-08-07T19:00:06.413Z DEBGAug 07 19:00:04.960 Aug 07 19:00:04.960replacing 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
88652026-08-07T19:00:06.413Z 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 } }] 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 07 19:00:04.961
88662026-08-07T19:00:06.413Z DEBG created new freemap, Aug 07 19:00:04.961unitAug 07 19:00:04.967: INFO DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:fffreemap_route_ipv4
88672026-08-07T19:00:06.413Z
88682026-08-07T19:00:06.413Zcreated new freemap, unit:Aug 07 19:00:04.967 DEBGfreemap_route_ipv4
88692026-08-07T19:00:06.413Zcreated new freemap, unit: Aug 07 19:00:04.967freemap_route_ipv6
88702026-08-07T19:00:06.413ZINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 07 19:00:04.967
88712026-08-07T19:00:06.413Z Aug 07 19:00:04.961DEBGAug 07 19:00:04.967 created new freemapDEBG DEBG, initted freemap. size: 64unit, unit::created new freemap , freemap_route_ipv4unit
88722026-08-07T19:00:06.413ZAug 07 19:00:04.967: freemap_route_ipv6
88732026-08-07T19:00:06.413Zfreemap_route_ipv4DEBG
88742026-08-07T19:00:06.413Z Aug 07 19:00:04.967Aug 07 19:00:04.967replacing 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 } }]
88752026-08-07T19:00:06.413Z DEBGDEBG reset freemap , Aug 07 19:00:04.967initted freemap. size: 64 unitAug 07 19:00:04.967DEBG, :INFO unitcreated new freemap:, unitadding route 3fff:beef:36::/64 -> 2001:db8::55:fffreemap_route_ipv4
88762026-08-07T19:00:06.413Z :
88772026-08-07T19:00:06.413Z freemap_route_ipv4freemap_route_ipv6
88782026-08-07T19:00:06.413Z
88792026-08-07T19:00:06.413ZAug 07 19:00:04.967Aug 07 19:00:04.967 DEBGAug 07 19:00:04.967DEBG DEBGreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 07 19:00:04.967initted freemap. size: 64initted freemap. size: 64, ,
88802026-08-07T19:00:06.413ZunitDEBG: unitfreemap_route_ipv6:Aug 07 19:00:04.967reset freemap
88812026-08-07T19:00:06.413ZINFO, freemap_route_ipv4 unitadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
88822026-08-07T19:00:06.413Z
88832026-08-07T19:00:06.413ZAug 07 19:00:04.967: freemap_route_ipv4DEBGAug 07 19:00:04.967
88842026-08-07T19:00:06.418Z Aug 07 19:00:04.967reset freemap , DEBGunit :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
88852026-08-07T19:00:06.418Z freemap_route_ipv6reset freemap
88862026-08-07T19:00:06.418Z, Aug 07 19:00:04.967unit Aug 07 19:00:04.967INFO :DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
88872026-08-07T19:00:06.418Zinitted freemap. size: 64Aug 07 19:00:04.967, freemap_route_ipv4INFO
88882026-08-07T19:00:06.418Z unit:Aug 07 19:00:04.967 adding route 172.16.0.0/32 -> 10.0.0.1 Aug 07 19:00:04.967DEBG
88892026-08-07T19:00:06.418ZDEBG freemap_route_ipv6initted freemap. size: 64 , unitreplacing 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 } }]
88902026-08-07T19:00:06.418Z
88912026-08-07T19:00:06.418ZAug 07 19:00:04.967: freemap_route_ipv6
88922026-08-07T19:00:06.418ZDEBG Aug 07 19:00:04.967Aug 07 19:00:04.967 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
88932026-08-07T19:00:06.418ZINFODEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreset freemap
88942026-08-07T19:00:06.418Z, Aug 07 19:00:04.967Aug 07 19:00:04.967 INFOunit DEBGadding route 172.17.0.0/32 -> 10.0.0.255Aug 07 19:00:04.967
88952026-08-07T19:00:06.418Z : DEBGfreemap_route_ipv6
88962026-08-07T19:00:06.418Zreplacing 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 } }] reset freemap
88972026-08-07T19:00:06.418Z, Aug 07 19:00:04.967unitAug 07 19:00:04.967 :INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
88982026-08-07T19:00:06.418Z
88992026-08-07T19:00:06.418Zfreemap_route_ipv6
89002026-08-07T19:00:06.418ZAug 07 19:00:04.967Aug 07 19:00:04.967 INFOAug 07 19:00:04.967 DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff Aug 07 19:00:04.967
89012026-08-07T19:00:06.418Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] INFO INFOadding route 172.16.0.0/32 -> 10.0.0.1
89022026-08-07T19:00:06.418Z
89032026-08-07T19:00:06.418ZAug 07 19:00:04.967 adding route 172.17.0.1/32 -> 10.0.0.255DEBG
89042026-08-07T19:00:06.418Z Aug 07 19:00:04.967replacing 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 07 19:00:04.967
89052026-08-07T19:00:06.418Z 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 } }]INFOAug 07 19:00:04.967Aug 07 19:00:04.967
89062026-08-07T19:00:06.418Zadding route 172.16.0.0/32 -> 10.0.0.2INFO DEBG
89072026-08-07T19:00:06.418Zreplacing 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 07 19:00:04.967
89082026-08-07T19:00:06.418Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
89092026-08-07T19:00:06.418Z DEBGAug 07 19:00:04.967 Aug 07 19:00:04.967replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
89102026-08-07T19:00:06.418ZAug 07 19:00:04.967 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
89112026-08-07T19:00:06.418Z INFO replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
89122026-08-07T19:00:06.418Zadding route 172.17.0.2/32 -> 10.0.0.255Aug 07 19:00:04.967
89132026-08-07T19:00:06.418Z INFOAug 07 19:00:04.967 adding route 172.17.0.0/32 -> 10.0.0.255INFO
89142026-08-07T19:00:06.418Z Aug 07 19:00:04.967adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
89152026-08-07T19:00:06.418ZDEBGAug 07 19:00:04.967 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 07 19:00:04.967replacing 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 } }]
89162026-08-07T19:00:06.418ZDEBG
89172026-08-07T19:00:06.418Z 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 } }]
89182026-08-07T19:00:06.418ZAug 07 19:00:04.967 Aug 07 19:00:04.967Aug 07 19:00:04.967INFO Aug 07 19:00:04.967DEBG INFODEBGadding route 172.17.0.1/32 -> 10.0.0.255 failed to allocate space for the new target list
89192026-08-07T19:00:06.418Zreplacing 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 } }]
89202026-08-07T19:00:06.419Zadding route 172.17.0.3/32 -> 10.0.0.255
89212026-08-07T19:00:06.419Z
89222026-08-07T19:00:06.419ZAug 07 19:00:04.967 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 07 19:00:04.967Aug 07 19:00:04.967
89232026-08-07T19:00:06.419Z DEBGDEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
89242026-08-07T19:00:06.419Z
89252026-08-07T19:00:06.419ZAug 07 19:00:04.967 Aug 07 19:00:04.967Aug 07 19:00:04.967INFO INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
89262026-08-07T19:00:06.419Zadding route 172.17.0.2/32 -> 10.0.0.255
89272026-08-07T19:00:06.419ZINFO adding route 172.17.0.4/32 -> 10.0.0.255Aug 07 19:00:04.967
89282026-08-07T19:00:06.419ZAug 07 19:00:04.967 DEBGDEBG Aug 07 19:00:04.967 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 } }]
89292026-08-07T19:00:06.419Zreplacing 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 07 19:00:04.961
89302026-08-07T19:00:06.419Z
89312026-08-07T19:00:06.419ZDEBG created new freemapAug 07 19:00:04.967, Aug 07 19:00:04.967Aug 07 19:00:04.967 unit : INFOINFOfreemap_route_ipv4
89322026-08-07T19:00:06.419Z INFOadding route 3fff:dead::/64 -> 2001:db8::55:3 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 172.17.0.5/32 -> 10.0.0.255
89332026-08-07T19:00:06.419Z
89342026-08-07T19:00:06.419Z
89352026-08-07T19:00:06.419ZAug 07 19:00:04.967 Aug 07 19:00:04.967Aug 07 19:00:04.967 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 172.17.0.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 07 19:00:04.967
89362026-08-07T19:00:06.419Z
89372026-08-07T19:00:06.419ZDEBG DEBG created new freemapreplacing 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 07 19:00:04.967Aug 07 19:00:04.967
89382026-08-07T19:00:06.419Z , INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:4unit
89392026-08-07T19:00:06.419Z adding route 172.17.0.6/32 -> 10.0.0.255Aug 07 19:00:04.967:
89402026-08-07T19:00:06.419Z INFO freemap_route_ipv6adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 07 19:00:04.967
89412026-08-07T19:00:06.419Z
89422026-08-07T19:00:06.419Z Aug 07 19:00:04.967DEBG DEBGAug 07 19:00:04.967 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 } }]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 } }]
89432026-08-07T19:00:06.419Ztest route::tests::rollback_on_compact_delete_failure ... ok
89442026-08-07T19:00:06.419Zreplacing 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 } }]
89452026-08-07T19:00:06.419Z
89462026-08-07T19:00:06.419ZAug 07 19:00:04.967 DEBG Aug 07 19:00:04.967initted freemap. size: 64 , DEBGunit :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
89472026-08-07T19:00:06.419Ztest route::tests::identity_replace_is_noop ... ok
89482026-08-07T19:00:06.419ZAug 07 19:00:04.967Aug 07 19:00:04.967 INFOfreemap_route_ipv4INFO
89492026-08-07T19:00:06.419Z adding route 172.17.0.7/32 -> 10.0.0.255adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
89502026-08-07T19:00:06.419Z
89512026-08-07T19:00:06.419ZAug 07 19:00:04.967Aug 07 19:00:04.967 DEBGDEBG reset freemapreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 19:00:04.967,
89522026-08-07T19:00:06.419Zunit Aug 07 19:00:04.961DEBG: 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 } }]freemap_route_ipv4DEBGAug 07 19:00:04.967
89532026-08-07T19:00:06.419Z
89542026-08-07T19:00:06.419Z INFO created new freemapadding route 172.17.0.8/32 -> 10.0.0.255,
89552026-08-07T19:00:06.419ZAug 07 19:00:04.967 unitDEBG: initted freemap. size: 64freemap_route_ipv4Aug 07 19:00:04.967Aug 07 19:00:04.967, unit
89562026-08-07T19:00:06.419Z:INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG
89572026-08-07T19:00:06.419Z replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
89582026-08-07T19:00:06.419Z
89592026-08-07T19:00:06.419ZAug 07 19:00:04.967 Aug 07 19:00:04.967DEBG Aug 07 19:00:04.967DEBG DEBG created new freemapreset freemap, , unitreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 19:00:04.967
89602026-08-07T19:00:06.420Z:unit : freemap_route_ipv6 INFOfreemap_route_ipv6
89612026-08-07T19:00:06.420ZAug 07 19:00:04.967 adding route 172.17.0.9/32 -> 10.0.0.255
89622026-08-07T19:00:06.420Z
89632026-08-07T19:00:06.420Z Aug 07 19:00:04.967INFO Aug 07 19:00:04.967 DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
89642026-08-07T19:00:06.420Zinitted freemap. size: 64 , INFOunitAug 07 19:00:04.967: Aug 07 19:00:04.967DEBG freemap_route_ipv4replacing 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 } }]
89652026-08-07T19:00:06.420Zadding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
89662026-08-07T19:00:06.420Z 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 } }]
89672026-08-07T19:00:06.420Z
89682026-08-07T19:00:06.420ZAug 07 19:00:04.967 Aug 07 19:00:04.967INFO DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 07 19:00:04.967
89692026-08-07T19:00:06.420Z Aug 07 19:00:04.967INFO DEBGadding route 172.17.0.10/32 -> 10.0.0.255
89702026-08-07T19:00:06.420Zreset freemapAug 07 19:00:04.967 , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
89712026-08-07T19:00:06.420Zunit :Aug 07 19:00:04.967replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4
89722026-08-07T19:00:06.420Z
89732026-08-07T19:00:06.420ZDEBG Aug 07 19:00:04.967Aug 07 19:00:04.967replacing 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 } }]
89742026-08-07T19:00:06.420Z DEBG Aug 07 19:00:04.967INFO Aug 07 19:00:04.967INFOinitted freemap. size: 64 , adding route 3fff:dead::/64 -> 2001:db8::55:2unit
89752026-08-07T19:00:06.420ZINFO adding route 172.17.0.11/32 -> 10.0.0.255:adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
89762026-08-07T19:00:06.420Z
89772026-08-07T19:00:06.420Zfreemap_route_ipv6Aug 07 19:00:04.967
89782026-08-07T19:00:06.420ZDEBGAug 07 19:00:04.967Aug 07 19:00:04.967 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
89792026-08-07T19:00:06.420Z
89802026-08-07T19:00:06.420Zreplacing 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 } }]
89812026-08-07T19:00:06.420ZAug 07 19:00:04.967 Aug 07 19:00:04.967Aug 07 19:00:04.967 Aug 07 19:00:04.967 INFO INFO DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:3
89822026-08-07T19:00:06.420Z adding route 172.17.0.12/32 -> 10.0.0.255reset freemap, Aug 07 19:00:04.968unit : Aug 07 19:00:04.968DEBGfreemap_route_ipv6
89832026-08-07T19:00:06.420Z DEBGcreated new freemap , unitcreated new freemap:, Aug 07 19:00:04.975unit freemap_route_ipv4
89842026-08-07T19:00:06.424Z:INFO adding route 172.16.0.0/32 -> 10.0.0.1 Aug 07 19:00:04.975freemap_route_ipv4
89852026-08-07T19:00:06.424Z
89862026-08-07T19:00:06.424ZDEBG created new freemapreplacing 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 } }],
89872026-08-07T19:00:06.424Z
89882026-08-07T19:00:06.425ZunitAug 07 19:00:04.975 :Aug 07 19:00:04.975DEBG 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 } }]freemap_route_ipv6DEBGAug 07 19:00:04.975Aug 07 19:00:04.975Aug 07 19:00:04.975
89892026-08-07T19:00:06.425ZDEBG
89902026-08-07T19:00:06.425Zcreated new freemap , DEBGunit 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 07 19:00:04.975Aug 07 19:00:04.975
89912026-08-07T19:00:06.425Z: INFOINFO freemap_route_ipv6adding route 172.16.0.0/32 -> 10.0.0.1Aug 07 19:00:04.975
89922026-08-07T19:00:06.425Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
89932026-08-07T19:00:06.425ZINFO
89942026-08-07T19:00:06.425Z adding route 172.17.0.3/32 -> 10.0.0.255DEBGadding route 172.17.0.13/32 -> 10.0.0.255Aug 07 19:00:04.975
89952026-08-07T19:00:06.425Z
89962026-08-07T19:00:06.425Z DEBGAug 07 19:00:04.975initted freemap. size: 64Aug 07 19:00:04.975Aug 07 19:00:04.975 Aug 07 19:00:04.975, DEBGINFO unitDEBG: adding route 3fff:dead::/64 -> 2001:db8::55:4freemap_route_ipv4
89972026-08-07T19:00:06.425ZDEBGinitted freemap. size: 64
89982026-08-07T19:00:06.425Z, replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] unitreplacing 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 07 19:00:04.975
89992026-08-07T19:00:06.425Z Aug 07 19:00:04.975
90002026-08-07T19:00:06.425Z freemap_route_ipv4 DEBG
90012026-08-07T19:00:06.425Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 reset freemapreplacing 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 07 19:00:04.975
90022026-08-07T19:00:06.425ZAug 07 19:00:04.975 , unitDEBG
90032026-08-07T19:00:06.425Z: reset freemapfreemap_route_ipv4
90042026-08-07T19:00:06.425Z, Aug 07 19:00:04.975 INFODEBGAug 07 19:00:04.975 adding route 172.17.0.14/32 -> 10.0.0.255
90052026-08-07T19:00:06.425Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 07 19:00:04.975INFO
90062026-08-07T19:00:06.425Zunit: adding route 172.17.0.4/32 -> 10.0.0.255 Aug 07 19:00:04.975 DEBGDEBGAug 07 19:00:04.975
90072026-08-07T19:00:06.425Z WARNAug 07 19:00:04.975freemap_route_ipv4
90082026-08-07T19:00:06.425Z INFO Aug 07 19:00:04.975initted freemap. size: 64replacing 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.16.0.0/32 -> 10.0.0.1shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }),
90092026-08-07T19:00:06.425ZAug 07 19:00:04.975
90102026-08-07T19:00:06.425Zunit
90112026-08-07T19:00:06.425Z DEBG DEBGinitted freemap. size: 64Aug 07 19:00:04.975: freemap_route_ipv6 INFO
90122026-08-07T19:00:06.425Z , adding route 172.17.0.15/32 -> 10.0.0.255unit
90132026-08-07T19:00:06.425Z: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 } }]
90142026-08-07T19:00:06.425Zfreemap_route_ipv6Aug 07 19:00:04.975
90152026-08-07T19:00:06.425Z DEBG Aug 07 19:00:04.975reset freemap , Aug 07 19:00:04.975Aug 07 19:00:04.975Aug 07 19:00:04.975DEBG 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 } }] DEBGunit DEBGINFOreplacing 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 } }] :
90162026-08-07T19:00:06.425Z adding route 172.17.0.5/32 -> 10.0.0.255freemap_route_ipv6reset freemap
90172026-08-07T19:00:06.425Z
90182026-08-07T19:00:06.425Z, unit:
90192026-08-07T19:00:06.425Z Aug 07 19:00:04.975freemap_route_ipv6
90202026-08-07T19:00:06.425ZAug 07 19:00:04.975INFOAug 07 19:00:04.975Aug 07 19:00:04.975 DEBGadding route 172.16.0.0/32 -> 10.0.0.1
90212026-08-07T19:00:06.425ZINFO 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 } }]
90222026-08-07T19:00:06.425ZINFOadding route 172.17.0.16/32 -> 10.0.0.255Aug 07 19:00:04.975
90232026-08-07T19:00:06.425Z adding route 172.16.0.0/32 -> 10.0.0.2Aug 07 19:00:04.975DEBG Aug 07 19:00:04.975
90242026-08-07T19:00:06.425Z Aug 07 19:00:04.975INFO DEBG adding route 172.17.0.6/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
90252026-08-07T19:00:06.426ZINFO
90262026-08-07T19:00:06.426Zadding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
90272026-08-07T19:00:06.426Z
90282026-08-07T19:00:06.426ZAug 07 19:00:04.975 Aug 07 19:00:04.975Aug 07 19:00:04.975DEBG INFO Aug 07 19:00:04.975Aug 07 19:00:04.975 adding route 172.16.0.0/32 -> 10.0.0.2DEBG INFO 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 } }]adding route 172.17.0.17/32 -> 10.0.0.255
90292026-08-07T19:00:06.426Z
90302026-08-07T19:00:06.426Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
90312026-08-07T19:00:06.426Zreplacing 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 } }]
90322026-08-07T19:00:06.426Z
90332026-08-07T19:00:06.426ZAug 07 19:00:04.975Aug 07 19:00:04.975 Aug 07 19:00:04.975Aug 07 19:00:04.975Aug 07 19:00:04.975INFO DEBGINFOINFOadding route 172.17.0.0/32 -> 10.0.0.255 DEBG adding route 172.17.0.7/32 -> 10.0.0.255
90342026-08-07T19:00:06.426Z 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
90352026-08-07T19:00:06.426Z
90362026-08-07T19:00:06.426Z
90372026-08-07T19:00:06.426Zadding route 172.16.0.0/32 -> 10.0.0.2
90382026-08-07T19:00:06.426ZAug 07 19:00:04.975 Aug 07 19:00:04.975Aug 07 19:00:04.975 Aug 07 19:00:04.975DEBG INFODEBGDEBGAug 07 19:00:04.975 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.3INFO
90392026-08-07T19:00:06.426Z
90402026-08-07T19:00:06.426Z replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.18/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 07 19:00:04.975Aug 07 19:00:04.975
90412026-08-07T19:00:06.426Z
90422026-08-07T19:00:06.426Z INFO
90432026-08-07T19:00:06.426Ztest route::tests::rollback_on_index_readd_failure ... ok
90442026-08-07T19:00:06.426Z DEBGAug 07 19:00:04.975Aug 07 19:00:04.975 Aug 07 19:00:04.975INFO adding route 172.17.0.8/32 -> 10.0.0.255DEBG INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.3replacing 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 } }]
90452026-08-07T19:00:06.426Z
90462026-08-07T19:00:06.426Z
90472026-08-07T19:00:06.426Z
90482026-08-07T19:00:06.426Zadding route 172.17.0.1/32 -> 10.0.0.255Aug 07 19:00:04.975
90492026-08-07T19:00:06.426ZAug 07 19:00:04.975 Aug 07 19:00:04.975DEBG Aug 07 19:00:04.975 Aug 07 19:00:04.975 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 } }]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 } }]
90502026-08-07T19:00:06.426Z
90512026-08-07T19:00:06.426Zadding route 172.16.0.0/32 -> 10.0.0.4DEBG
90522026-08-07T19:00:06.426Z INFOAug 07 19:00:04.975 adding route 172.17.0.19/32 -> 10.0.0.255INFOreplacing 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 07 19:00:04.975adding route 172.16.0.0/32 -> 10.0.0.4
90532026-08-07T19:00:06.426Z
90542026-08-07T19:00:06.426ZAug 07 19:00:04.975 INFODEBG
90552026-08-07T19:00:06.426Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.9/32 -> 10.0.0.255
90562026-08-07T19:00:06.426Z
90572026-08-07T19:00:06.426ZAug 07 19:00:04.975Aug 07 19:00:04.975 INFOAug 07 19:00:04.975Aug 07 19:00:04.975Aug 07 19:00:04.968 DEBG 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 } }, 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 } }]
90582026-08-07T19:00:06.426ZDEBGreplacing 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 } }] created new freemap
90592026-08-07T19:00:06.426ZAug 07 19:00:04.975replacing 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 } }],
90602026-08-07T19:00:06.426Z adding route 172.17.0.2/32 -> 10.0.0.255Aug 07 19:00:04.975DEBGunit Aug 07 19:00:04.975: replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
90612026-08-07T19:00:06.426ZINFO
90622026-08-07T19:00:06.427ZINFOfreemap_route_ipv4
90632026-08-07T19:00:06.427Zadding route 172.17.0.10/32 -> 10.0.0.255
90642026-08-07T19:00:06.427Zadding route 172.17.0.20/32 -> 10.0.0.255
90652026-08-07T19:00:06.427ZAug 07 19:00:04.975Aug 07 19:00:04.975 Aug 07 19:00:04.975DEBG Aug 07 19:00:04.975DEBG INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff DEBGadding route 172.17.0.0/32 -> 10.0.0.255
90662026-08-07T19:00:06.427Z
90672026-08-07T19:00:06.427Zreplacing 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.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 } }]
90682026-08-07T19:00:06.427Z
90692026-08-07T19:00:06.427ZAug 07 19:00:04.975replacing 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 07 19:00:04.975
90702026-08-07T19:00:06.427ZAug 07 19:00:04.975Aug 07 19:00:04.975DEBGDEBG INFO DEBGAug 07 19:00:04.975 created new freemapadding route 172.17.0.11/32 -> 10.0.0.255 Aug 07 19:00:04.975replacing 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 } }]
90712026-08-07T19:00:06.427Z INFO INFO, unit
90722026-08-07T19:00:06.427Z adding route 172.17.0.3/32 -> 10.0.0.255Aug 07 19:00:04.975
90732026-08-07T19:00:06.427Zreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255Aug 07 19:00:04.975
90742026-08-07T19:00:06.427Z
90752026-08-07T19:00:06.427Z DEBG INFO:replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv6adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
90762026-08-07T19:00:06.427ZAug 07 19:00:04.976
90772026-08-07T19:00:06.427ZDEBG
90782026-08-07T19:00:06.427Z 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 07 19:00:04.976
90792026-08-07T19:00:06.427Z Aug 07 19:00:04.976DEBGAug 07 19:00:04.976 Aug 07 19:00:04.976replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO Aug 07 19:00:04.976Aug 07 19:00:04.976 adding route 172.17.0.12/32 -> 10.0.0.255DEBG DEBGcreated new freemap
90802026-08-07T19:00:06.427Z, unit: created new freemapfreemap_route_ipv4
90812026-08-07T19:00:06.428Z INFO , adding route 172.17.0.1/32 -> 10.0.0.255unit
90822026-08-07T19:00:06.428ZAug 07 19:00:04.982
90832026-08-07T19:00:06.428ZAug 07 19:00:04.982: 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 } }]Aug 07 19:00:04.982Aug 07 19:00:04.982created new freemapAug 07 19:00:04.982, unit
90842026-08-07T19:00:06.432Z: DEBGINFOINFOfreemap_route_ipv6
90852026-08-07T19:00:06.432Zreplacing 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.22/32 -> 10.0.0.255
90862026-08-07T19:00:06.432Zadding route 172.17.0.4/32 -> 10.0.0.255
90872026-08-07T19:00:06.432ZAug 07 19:00:04.982
90882026-08-07T19:00:06.432ZAug 07 19:00:04.982 INFOAug 07 19:00:04.982 Aug 07 19:00:04.982Aug 07 19:00:04.982 INFODEBG DEBGadding route 172.17.0.13/32 -> 10.0.0.255adding route 172.17.0.2/32 -> 10.0.0.255
90892026-08-07T19:00:06.432Z
90902026-08-07T19:00:06.432Z initted freemap. size: 64DEBG, unit :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 07 19:00:04.982replacing 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 } }]
90912026-08-07T19:00:06.432ZAug 07 19:00:04.982
90922026-08-07T19:00:06.432Z DEBGfreemap_route_ipv4
90932026-08-07T19:00:06.433Z Aug 07 19:00:04.982DEBG INFOAug 07 19:00:04.982replacing 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.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 } }]
90942026-08-07T19:00:06.433ZINFO
90952026-08-07T19:00:06.433Z adding route 172.17.0.5/32 -> 10.0.0.255adding route 172.17.0.23/32 -> 10.0.0.255Aug 07 19:00:04.982
90962026-08-07T19:00:06.433Z
90972026-08-07T19:00:06.433Z DEBGAug 07 19:00:04.982 reset freemapINFO, unitAug 07 19:00:04.982:adding route 172.17.0.3/32 -> 10.0.0.255Aug 07 19:00:04.982
90982026-08-07T19:00:06.433Z Aug 07 19:00:04.982INFODEBG 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 } }]
90992026-08-07T19:00:06.433Z Aug 07 19:00:04.982 DEBGadding route 172.17.0.14/32 -> 10.0.0.255 freemap_route_ipv4 DEBG
91002026-08-07T19:00:06.433Z
91012026-08-07T19:00:06.433Z replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 07 19:00:04.982
91022026-08-07T19:00:06.433Z INFOAug 07 19:00:04.982Aug 07 19:00:04.982
91032026-08-07T19:00:06.433Z Aug 07 19:00:04.982DEBG initted freemap. size: 64INFO, adding route 172.17.0.4/32 -> 10.0.0.255DEBGunitadding route 172.17.0.24/32 -> 10.0.0.255
91042026-08-07T19:00:06.433ZAug 07 19:00:04.982: 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 } }]
91052026-08-07T19:00:06.433Z Aug 07 19:00:04.982freemap_route_ipv6
91062026-08-07T19:00:06.433Z DEBG
91072026-08-07T19:00:06.433Z INFOAug 07 19:00:04.982 adding route 172.17.0.6/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 } }]Aug 07 19:00:04.982Aug 07 19:00:04.982
91082026-08-07T19:00:06.433Z DEBG
91092026-08-07T19:00:06.433ZINFOreplacing 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.15/32 -> 10.0.0.255
91102026-08-07T19:00:06.433ZDEBG
91112026-08-07T19:00:06.433Zreset freemapAug 07 19:00:04.982, unitINFOAug 07 19:00:04.982Aug 07 19:00:04.982Aug 07 19:00:04.982 :DEBG adding route 172.17.0.5/32 -> 10.0.0.255DEBG
91122026-08-07T19:00:06.433Z 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 } }]freemap_route_ipv6INFOreplacing 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 } }]
91132026-08-07T19:00:06.433Z
91142026-08-07T19:00:06.433ZAug 07 19:00:04.982
91152026-08-07T19:00:06.433Zadding route 172.17.0.25/32 -> 10.0.0.255
91162026-08-07T19:00:06.433ZAug 07 19:00:04.982DEBGAug 07 19:00:04.982 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 } }] Aug 07 19:00:04.982 INFO
91172026-08-07T19:00:06.433Zadding route 3fff:dead::/64 -> 2001:db8::55:1
91182026-08-07T19:00:06.433ZINFO adding route 172.17.0.7/32 -> 10.0.0.255Aug 07 19:00:04.982
91192026-08-07T19:00:06.433ZAug 07 19:00:04.982Aug 07 19:00:04.982 adding route 172.17.0.16/32 -> 10.0.0.255DEBGDEBG 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 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
91202026-08-07T19:00:06.433Z
91212026-08-07T19:00:06.433Zadding route 172.17.0.6/32 -> 10.0.0.255Aug 07 19:00:04.982
91222026-08-07T19:00:06.433Z
91232026-08-07T19:00:06.433ZAug 07 19:00:04.982Aug 07 19:00:04.982 INFO DEBGadding route 172.17.0.26/32 -> 10.0.0.255
91242026-08-07T19:00:06.433Zreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
91252026-08-07T19:00:06.433Z adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 07 19:00:04.982
91262026-08-07T19:00:06.433ZAug 07 19:00:04.982 DEBG Aug 07 19:00:04.982Aug 07 19:00:04.982replacing 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 07 19:00:04.982
91272026-08-07T19:00:06.433Z DEBGINFO DEBGreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGadding route 172.17.0.8/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
91282026-08-07T19:00:06.433Z
91292026-08-07T19:00:06.433ZAug 07 19:00:04.982
91302026-08-07T19:00:06.433Zreplacing 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 } }]
91312026-08-07T19:00:06.434ZINFOAug 07 19:00:04.982 adding route 172.17.0.7/32 -> 10.0.0.255Aug 07 19:00:04.982
91322026-08-07T19:00:06.434Z Aug 07 19:00:04.982INFOINFO Aug 07 19:00:04.982adding route 3fff:dead::/64 -> 2001:db8::55:3 DEBGAug 07 19:00:04.982
91332026-08-07T19:00:06.434Zreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.27/32 -> 10.0.0.255
91342026-08-07T19:00:06.434ZDEBG
91352026-08-07T19:00:06.434Z 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 172.17.0.17/32 -> 10.0.0.255
91362026-08-07T19:00:06.434Z
91372026-08-07T19:00:06.434ZAug 07 19:00:04.982 DEBG Aug 07 19:00:04.982replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 07 19:00:04.982
91382026-08-07T19:00:06.434Z Aug 07 19:00:04.982 DEBGINFO Aug 07 19:00:04.982Aug 07 19:00:04.982INFO 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 } }]
91392026-08-07T19:00:06.434Z adding route 172.17.0.8/32 -> 10.0.0.255INFODEBG
91402026-08-07T19:00:06.434Z Aug 07 19:00:04.982 adding route 172.17.0.9/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:4
91412026-08-07T19:00:06.434Z
91422026-08-07T19:00:06.434Zreplacing 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 } }]
91432026-08-07T19:00:06.434Ztest route::tests::rollback_on_compact_write_failure ... ok
91442026-08-07T19:00:06.434Z INFOAug 07 19:00:04.982 Aug 07 19:00:04.982Aug 07 19:00:04.982Aug 07 19:00:04.982 adding route 172.17.0.28/32 -> 10.0.0.255DEBG
91452026-08-07T19:00:06.434Z 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 } }]INFO
91462026-08-07T19:00:06.434Z DEBGreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.18/32 -> 10.0.0.255
91472026-08-07T19:00:06.434Z
91482026-08-07T19:00:06.434Z 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 } }]
91492026-08-07T19:00:06.434ZAug 07 19:00:04.982Aug 07 19:00:04.982Aug 07 19:00:04.982 INFO DEBGadding route 172.17.0.9/32 -> 10.0.0.255Aug 07 19:00:04.982 DEBGAug 07 19:00:04.982
91502026-08-07T19:00:06.434Z 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 } }]INFO 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 } }]
91512026-08-07T19:00:06.434Zadding route 172.17.0.10/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 } }]
91522026-08-07T19:00:06.434ZAug 07 19:00:04.982
91532026-08-07T19:00:06.434Z
91542026-08-07T19:00:06.434ZAug 07 19:00:04.982 DEBGWARN replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 07 19:00:04.982
91552026-08-07T19:00:06.434Z
91562026-08-07T19:00:06.434ZAug 07 19:00:04.982Aug 07 19:00:04.982 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 } }]
91572026-08-07T19:00:06.434ZINFO INFOadding route 172.17.0.29/32 -> 10.0.0.255 Aug 07 19:00:04.982Aug 07 19:00:04.982 INFOINFO adding route 172.17.0.19/32 -> 10.0.0.255
91582026-08-07T19:00:06.434Zadding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.11/32 -> 10.0.0.255
91592026-08-07T19:00:06.434Z
91602026-08-07T19:00:06.434Z
91612026-08-07T19:00:06.434ZAug 07 19:00:04.982 Aug 07 19:00:04.982DEBG DEBGAug 07 19:00:04.982Aug 07 19:00:04.982 DEBGreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
91622026-08-07T19:00:06.434Zreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
91632026-08-07T19:00:06.434Z
91642026-08-07T19:00:06.434Z 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 } }]
91652026-08-07T19:00:06.434ZAug 07 19:00:04.982 Aug 07 19:00:04.982INFO Aug 07 19:00:04.976INFOAug 07 19:00:04.982 DEBG adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255INFO
91662026-08-07T19:00:06.434Z
91672026-08-07T19:00:06.434Z adding route 172.17.0.12/32 -> 10.0.0.255 Aug 07 19:00:04.982
91682026-08-07T19:00:06.435ZAug 07 19:00:04.982 Aug 07 19:00:04.982 INFO initted freemap. size: 64DEBGDEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.20/32 -> 10.0.0.255,
91692026-08-07T19:00:06.435Zunitreplacing 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 } }]
91702026-08-07T19:00:06.435Z
91712026-08-07T19:00:06.435ZAug 07 19:00:04.982:Aug 07 19:00:04.982 DEBG freemap_route_ipv4
91722026-08-07T19:00:06.435ZDEBGreplacing 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 07 19:00:04.982
91732026-08-07T19:00:06.435Zreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
91742026-08-07T19:00:06.435ZAug 07 19:00:04.982 INFO adding route 172.17.0.12/32 -> 10.0.0.255Aug 07 19:00:04.982adding route 172.17.0.31/32 -> 10.0.0.255
91752026-08-07T19:00:06.435Z
91762026-08-07T19:00:06.435ZINFO Aug 07 19:00:04.982adding route 172.17.0.21/32 -> 10.0.0.255Aug 07 19:00:04.982
91772026-08-07T19:00:06.435ZAug 07 19:00:04.982INFO adding route 172.17.0.13/32 -> 10.0.0.255DEBGDEBG
91782026-08-07T19:00:06.435Z Aug 07 19:00:04.982Aug 07 19:00:04.982reset freemap , 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 } }]unitAug 07 19:00:04.982DEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG: 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 } }]
91792026-08-07T19:00:06.435Zreplacing 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 } }]
91802026-08-07T19:00:06.435Z
91812026-08-07T19:00:06.435Z
91822026-08-07T19:00:06.435Zfreemap_route_ipv4
91832026-08-07T19:00:06.435ZAug 07 19:00:04.982 Aug 07 19:00:04.982INFOAug 07 19:00:04.982 INFOadding route 172.17.0.32/32 -> 10.0.0.255 Aug 07 19:00:04.982adding route 172.17.0.22/32 -> 10.0.0.255
91842026-08-07T19:00:06.439Z
91852026-08-07T19:00:06.439ZAug 07 19:00:04.982 INFO DEBGINFOAug 07 19:00:04.982 initted freemap. size: 64Aug 07 19:00:04.982 , DEBGunit adding route 172.17.0.14/32 -> 10.0.0.255DEBGreplacing 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.13/32 -> 10.0.0.255:
91862026-08-07T19:00:06.439Z
91872026-08-07T19:00:06.439Z
91882026-08-07T19:00:06.439Zreplacing 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 } }]
91892026-08-07T19:00:06.439Z freemap_route_ipv6Aug 07 19:00:04.982Aug 07 19:00:04.982
91902026-08-07T19:00:06.439Z DEBGDEBGAug 07 19:00:04.982 Aug 07 19:00:04.982DEBG INFOINFO 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.23/32 -> 10.0.0.255replacing 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 07 19:00:04.982
91912026-08-07T19:00:06.439Zadding route 172.17.0.33/32 -> 10.0.0.255
91922026-08-07T19:00:06.439Z
91932026-08-07T19:00:06.439Z 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 } }]reset freemap, unitAug 07 19:00:04.983: DEBGAug 07 19:00:04.982 freemap_route_ipv6Aug 07 19:00:04.989INFO
91942026-08-07T19:00:06.439Zcreated new freemap , INFOunit : adding route 172.17.0.15/32 -> 10.0.0.255 freemap_route_ipv4 adding route 3fff:beef:19::/64 -> 2001:db8::55:fffreemap_route_ipv4
91952026-08-07T19:00:06.439Z
91962026-08-07T19:00:06.439Z
91972026-08-07T19:00:06.439Z
91982026-08-07T19:00:06.439ZAug 07 19:00:04.989 INFOAug 07 19:00:04.989 DEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 19:00:04.989adding route 3fff:dead::/64 -> 2001:db8::55:1
91992026-08-07T19:00:06.439ZDEBG
92002026-08-07T19:00:06.439Z 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 07 19:00:04.982Aug 07 19:00:04.989Aug 07 19:00:04.989
92012026-08-07T19:00:06.439ZDEBGINFO DEBG Aug 07 19:00:04.989replacing 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 3fff:beef:1a::/64 -> 2001:db8::55:ff
92022026-08-07T19:00:06.440ZDEBG created new freemap
92032026-08-07T19:00:06.440Z, 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 } }]:
92042026-08-07T19:00:06.440Z freemap_route_ipv6Aug 07 19:00:04.989
92052026-08-07T19:00:06.440ZAug 07 19:00:04.989Aug 07 19:00:04.989 Aug 07 19:00:04.989 INFOINFOAug 07 19:00:04.989DEBG DEBGreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.24/32 -> 10.0.0.255
92062026-08-07T19:00:06.440Zinitted freemap. size: 64adding route 172.17.0.16/32 -> 10.0.0.255
92072026-08-07T19:00:06.440Z, unit:
92082026-08-07T19:00:06.440Z Aug 07 19:00:04.989freemap_route_ipv4INFO
92092026-08-07T19:00:06.440Z DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 07 19:00:04.989replacing 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 } }]
92102026-08-07T19:00:06.440Z
92112026-08-07T19:00:06.440ZDEBG reset freemapAug 07 19:00:04.989, unitAug 07 19:00:04.989:Aug 07 19:00:04.989 DEBG INFODEBGfreemap_route_ipv4
92122026-08-07T19:00:06.440Z adding route 172.17.0.25/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 07 19:00:04.989
92132026-08-07T19:00:06.440Z
92142026-08-07T19:00:06.440Zreplacing 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 07 19:00:04.989
92152026-08-07T19:00:06.440Z DEBG INFOAug 07 19:00:04.989initted freemap. size: 64 , adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffunitINFOAug 07 19:00:04.989
92162026-08-07T19:00:06.440Z:adding route 3fff:dead::/64 -> 2001:db8::55:3
92172026-08-07T19:00:06.440Z DEBGAug 07 19:00:04.989 Aug 07 19:00:04.989INFO freemap_route_ipv6Aug 07 19:00:04.989DEBG
92182026-08-07T19:00:06.440Z 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 } }]adding route 172.17.0.17/32 -> 10.0.0.255 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 } }]
92192026-08-07T19:00:06.440Z
92202026-08-07T19:00:06.440Zreplacing 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 } }]
92212026-08-07T19:00:06.440Z
92222026-08-07T19:00:06.440ZAug 07 19:00:04.989 Aug 07 19:00:04.989DEBG Aug 07 19:00:04.989 INFOreset freemap Aug 07 19:00:04.989adding route 172.17.0.26/32 -> 10.0.0.255Aug 07 19:00:04.989,
92232026-08-07T19:00:06.440ZINFO DEBGunit : adding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 07 19:00:04.989
92242026-08-07T19:00:06.440Zfreemap_route_ipv6
92252026-08-07T19:00:06.440Zreplacing 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 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 } }]
92262026-08-07T19:00:06.440Z
92272026-08-07T19:00:06.440ZAug 07 19:00:04.989 DEBG Aug 07 19:00:04.989Aug 07 19:00:04.989 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff INFOAug 07 19:00:04.989 INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
92282026-08-07T19:00:06.440Z
92292026-08-07T19:00:06.440Zadding route 172.17.0.27/32 -> 10.0.0.255
92302026-08-07T19:00:06.440Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] Aug 07 19:00:04.989Aug 07 19:00:04.989
92312026-08-07T19:00:06.440Z DEBG Aug 07 19:00:04.989DEBGreplacing 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 } }]
92322026-08-07T19:00:06.440ZDEBGAug 07 19:00:04.989INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBGreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92332026-08-07T19:00:06.440Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
92342026-08-07T19:00:06.440Z
92352026-08-07T19:00:06.440Z Aug 07 19:00:04.989adding route 172.17.0.18/32 -> 10.0.0.255 Aug 07 19:00:04.989INFO
92362026-08-07T19:00:06.440ZAug 07 19:00:04.989 WARNadding route 3fff:dead::/64 -> 2001:db8::55:2
92372026-08-07T19:00:06.440Zshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFOAug 07 19:00:04.989
92382026-08-07T19:00:06.440Z Aug 07 19:00:04.989 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO
92392026-08-07T19:00:06.440ZAug 07 19:00:04.989adding route 172.17.0.28/32 -> 10.0.0.255 DEBG
92402026-08-07T19:00:06.441ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.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 } }]
92412026-08-07T19:00:06.441Z
92422026-08-07T19:00:06.441ZAug 07 19:00:04.989Aug 07 19:00:04.989 DEBGDEBG Aug 07 19:00:04.989replacing 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: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 } }]
92432026-08-07T19:00:06.441ZINFO
92442026-08-07T19:00:06.441Z Aug 07 19:00:04.989adding route 3fff:dead::/64 -> 2001:db8::55:3
92452026-08-07T19:00:06.441ZAug 07 19:00:04.989INFO adding route 172.17.0.19/32 -> 10.0.0.255INFOAug 07 19:00:04.989
92462026-08-07T19:00:06.441Z adding route 172.17.0.29/32 -> 10.0.0.255INFOAug 07 19:00:04.989
92472026-08-07T19:00:06.441Z adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
92482026-08-07T19:00:06.441ZDEBG Aug 07 19:00:04.989replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 07 19:00:04.989
92492026-08-07T19:00:06.441ZDEBG DEBGreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 07 19:00:04.989
92502026-08-07T19:00:06.441Zreplacing 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 07 19:00:04.989
92512026-08-07T19:00:06.441Z 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 } }]
92522026-08-07T19:00:06.441ZAug 07 19:00:04.989adding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 07 19:00:04.989
92532026-08-07T19:00:06.441Z INFO INFOadding route 172.17.0.30/32 -> 10.0.0.255 Aug 07 19:00:04.989
92542026-08-07T19:00:06.441Zadding route 172.17.0.20/32 -> 10.0.0.255 Aug 07 19:00:04.989
92552026-08-07T19:00:06.441Z INFOAug 07 19:00:04.989DEBG Aug 07 19:00:04.989adding 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:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
92562026-08-07T19:00:06.441Z
92572026-08-07T19:00:06.441Z DEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
92582026-08-07T19:00:06.441Z Aug 07 19:00:04.989replacing 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 } }]
92592026-08-07T19:00:06.441ZAug 07 19:00:04.989DEBG 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 } }]
92602026-08-07T19:00:06.441Zreplacing targets for 3fff:dead::/64 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 07 19:00:04.989
92612026-08-07T19:00:06.441Z INFO Aug 07 19:00:04.989adding route 172.17.0.31/32 -> 10.0.0.255
92622026-08-07T19:00:06.441ZINFO adding route 172.17.0.21/32 -> 10.0.0.255Aug 07 19:00:04.989
92632026-08-07T19:00:06.441Z DEBGAug 07 19:00:04.989 replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
92642026-08-07T19:00:06.441Z Aug 07 19:00:04.989adding route 3fff:beef:20::/64 -> 2001:db8::55:ff DEBG
92652026-08-07T19:00:06.441Z 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 07 19:00:04.989
92662026-08-07T19:00:06.441Z INFO Aug 07 19:00:04.989adding route 172.17.0.32/32 -> 10.0.0.255 Aug 07 19:00:04.989DEBG INFO
92672026-08-07T19:00:06.441Z replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255
92682026-08-07T19:00:06.442Z
92692026-08-07T19:00:06.442ZAug 07 19:00:04.989Aug 07 19:00:04.989 INFODEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 07 19:00:04.989replacing 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 } }]
92702026-08-07T19:00:06.442Z
92712026-08-07T19:00:06.442Z 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 } }]
92722026-08-07T19:00:06.442Z
92732026-08-07T19:00:06.442ZAug 07 19:00:04.989Aug 07 19:00:04.989 INFODEBGAug 07 19:00:04.989 Aug 07 19:00:04.989adding route 172.17.0.33/32 -> 10.0.0.255 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 } }]
92742026-08-07T19:00:06.442Z
92752026-08-07T19:00:06.442ZINFODEBG adding route 172.17.0.23/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 } }]
92762026-08-07T19:00:06.442Z
92772026-08-07T19:00:06.442ZAug 07 19:00:04.989 Aug 07 19:00:04.989DEBG Aug 07 19:00:04.989 INFOreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 19:00:04.989
92782026-08-07T19:00:06.442ZDEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 07 19:00:04.989INFO INFOreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92792026-08-07T19:00:06.442Zadding route 172.17.0.34/32 -> 10.0.0.255
92802026-08-07T19:00:06.442Zadding route 172.17.0.34/32 -> 10.0.0.255
92812026-08-07T19:00:06.442Z
92822026-08-07T19:00:06.442ZAug 07 19:00:04.989Aug 07 19:00:04.989 INFODEBGAug 07 19:00:04.989 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 07 19:00:04.989adding route 172.17.0.24/32 -> 10.0.0.255
92832026-08-07T19:00:06.442Z
92842026-08-07T19:00:06.447Z DEBGDEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
92852026-08-07T19:00:06.447ZAug 07 19:00:04.989
92862026-08-07T19:00:06.447ZAug 07 19:00:04.989 INFODEBG Aug 07 19:00:04.989Aug 07 19:00:04.989 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 3fff:beef:23::/64 -> 2001:db8::55:ffINFO
92872026-08-07T19:00:06.447Z
92882026-08-07T19:00:06.447Z INFO adding route 172.17.0.35/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255
92892026-08-07T19:00:06.447Z
92902026-08-07T19:00:06.447ZAug 07 19:00:04.989 Aug 07 19:00:04.989INFO Aug 07 19:00:04.989adding route 172.17.0.25/32 -> 10.0.0.255DEBG
92912026-08-07T19:00:06.447Z 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 07 19:00:04.989
92922026-08-07T19:00:06.447Zreplacing 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 } }]
92932026-08-07T19:00:06.447ZDEBGAug 07 19:00:04.989 replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
92942026-08-07T19:00:06.447ZAug 07 19:00:04.989
92952026-08-07T19:00:06.447Z 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 } }]INFOAug 07 19:00:04.989
92962026-08-07T19:00:06.447Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff INFOAug 07 19:00:04.989
92972026-08-07T19:00:06.447Z INFO Aug 07 19:00:04.989adding route 172.17.0.14/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255
92982026-08-07T19:00:06.447ZAug 07 19:00:04.989
92992026-08-07T19:00:06.447ZINFO DEBG adding route 172.17.0.36/32 -> 10.0.0.255replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 07 19:00:04.989 DEBG Aug 07 19:00:04.990replacing 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 } }]
93002026-08-07T19:00:06.447ZDEBG Aug 07 19:00:04.989
93012026-08-07T19:00:06.447Zcreated new freemap , INFOunit Aug 07 19:00:04.996adding route 172.17.0.26/32 -> 10.0.0.255 :INFO
93022026-08-07T19:00:06.447Z freemap_route_ipv4adding route 172.17.0.15/32 -> 10.0.0.255
93032026-08-07T19:00:06.447Z
93042026-08-07T19:00:06.447ZAug 07 19:00:04.996 Aug 07 19:00:04.996DEBG Aug 07 19:00:04.996Aug 07 19:00:04.996replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG DEBG
93052026-08-07T19:00:06.447Z 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 } }]
93062026-08-07T19:00:06.447Z Aug 07 19:00:04.996created new 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 } }], unit
93072026-08-07T19:00:06.447Z :INFO freemap_route_ipv6adding route 172.17.0.27/32 -> 10.0.0.255
93082026-08-07T19:00:06.447ZAug 07 19:00:04.996 Aug 07 19:00:04.996INFO
93092026-08-07T19:00:06.447Z Aug 07 19:00:04.996adding route 172.17.0.16/32 -> 10.0.0.255
93102026-08-07T19:00:06.447ZDEBG initted freemap. size: 64INFO , adding route 172.17.0.37/32 -> 10.0.0.255unitAug 07 19:00:04.996Aug 07 19:00:04.996:
93112026-08-07T19:00:06.447Zfreemap_route_ipv4 DEBG
93122026-08-07T19:00:06.447ZDEBG Aug 07 19:00:04.996replacing 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 } }]
93132026-08-07T19:00:06.447ZAug 07 19:00:04.996DEBG 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.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
93142026-08-07T19:00:06.447Z
93152026-08-07T19:00:06.447Z reset freemap, Aug 07 19:00:04.996Aug 07 19:00:04.996Aug 07 19:00:04.996 INFOINFO unit adding route 172.17.0.28/32 -> 10.0.0.255:
93162026-08-07T19:00:06.447Z INFOadding route 172.17.0.38/32 -> 10.0.0.255freemap_route_ipv4
93172026-08-07T19:00:06.447Z
93182026-08-07T19:00:06.448Z adding route 172.17.0.17/32 -> 10.0.0.255Aug 07 19:00:04.996
93192026-08-07T19:00:06.448Z DEBGAug 07 19:00:04.996 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 07 19:00:04.996
93202026-08-07T19:00:06.448ZDEBG DEBGAug 07 19:00:04.996Aug 07 19:00:04.996replacing 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 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 } }]
93212026-08-07T19:00:06.448ZINFO
93222026-08-07T19:00:06.448Zinitted freemap. size: 64adding route 172.17.0.29/32 -> 10.0.0.255,
93232026-08-07T19:00:06.448ZAug 07 19:00:04.996unitAug 07 19:00:04.996 :INFO INFOadding route 172.17.0.18/32 -> 10.0.0.255 freemap_route_ipv6adding route 172.17.0.39/32 -> 10.0.0.255
93242026-08-07T19:00:06.448Z
93252026-08-07T19:00:06.448Z
93262026-08-07T19:00:06.448ZAug 07 19:00:04.996Aug 07 19:00:04.996 DEBGDEBGAug 07 19:00:04.996 Aug 07 19:00:04.996reset freemapreplacing 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 } }] DEBGDEBG
93272026-08-07T19:00:06.448Z 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 } }],
93282026-08-07T19:00:06.448Zunitreplacing 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 07 19:00:04.996
93292026-08-07T19:00:06.448Z Aug 07 19:00:04.996 INFOINFO freemap_route_ipv6
93302026-08-07T19:00:06.448Zadding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.19/32 -> 10.0.0.255
93312026-08-07T19:00:06.448ZAug 07 19:00:04.996
93322026-08-07T19:00:06.448Z INFOAug 07 19:00:04.996 Aug 07 19:00:04.996DEBGadding route 172.17.0.40/32 -> 10.0.0.255 Aug 07 19:00:04.996replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
93332026-08-07T19:00:06.448Z DEBG
93342026-08-07T19:00:06.448Z 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 07 19:00:04.996adding route 3fff:dead::/64 -> 2001:db8::55:1
93352026-08-07T19:00:06.448Z
93362026-08-07T19:00:06.448ZAug 07 19:00:04.996INFO adding route 172.17.0.31/32 -> 10.0.0.255DEBG
93372026-08-07T19:00:06.448ZAug 07 19:00:04.996 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 07 19:00:04.996INFO
93382026-08-07T19:00:06.448Z DEBGadding route 172.17.0.20/32 -> 10.0.0.255 Aug 07 19:00:04.996
93392026-08-07T19:00:06.448Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
93402026-08-07T19:00:06.448Z Aug 07 19:00:04.996 INFOreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93412026-08-07T19:00:06.448ZAug 07 19:00:04.996adding route 172.17.0.41/32 -> 10.0.0.255 Aug 07 19:00:04.996
93422026-08-07T19:00:06.448Z 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 3fff:dead::/64 -> 2001:db8::55:2
93432026-08-07T19:00:06.448ZAug 07 19:00:04.996
93442026-08-07T19:00:06.448Z INFO Aug 07 19:00:04.996Aug 07 19:00:04.996 Aug 07 19:00:04.996 INFOadding route 172.17.0.32/32 -> 10.0.0.255DEBG
93452026-08-07T19:00:06.448Z adding route 172.17.0.21/32 -> 10.0.0.255replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93462026-08-07T19:00:06.448Z
93472026-08-07T19:00:06.448ZDEBG Aug 07 19:00:04.996replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
93482026-08-07T19:00:06.448ZDEBGAug 07 19:00:04.996 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 } }]
93492026-08-07T19:00:06.448ZDEBGAug 07 19:00:04.996Aug 07 19:00:04.996 INFO replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255Aug 07 19:00:04.996
93502026-08-07T19:00:06.448Ztest route::tests::shrink_preserves_compacted_order ... ok
93512026-08-07T19:00:06.448ZINFO
93522026-08-07T19:00:06.448ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.17.0.33/32 -> 10.0.0.255
93532026-08-07T19:00:06.448Z
93542026-08-07T19:00:06.448ZAug 07 19:00:04.996 INFOAug 07 19:00:04.996 Aug 07 19:00:04.996adding route 172.17.0.22/32 -> 10.0.0.255DEBG
93552026-08-07T19:00:06.448Z replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
93562026-08-07T19:00:06.449Z 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 07 19:00:04.996
93572026-08-07T19:00:06.449Z Aug 07 19:00:04.996 DEBGDEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 07 19:00:04.996 INFO
93582026-08-07T19:00:06.449Z
93592026-08-07T19:00:06.449Z adding route 172.17.0.43/32 -> 10.0.0.255
93602026-08-07T19:00:06.449ZAug 07 19:00:05.003 INFO adding route 172.17.0.23/32 -> 10.0.0.255Aug 07 19:00:05.003
93612026-08-07T19:00:06.449Z DEBG Aug 07 19:00:05.003 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
93622026-08-07T19:00:06.449Z adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 07 19:00:05.003
93632026-08-07T19:00:06.449Z DEBGAug 07 19:00:05.003 INFOreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93642026-08-07T19:00:06.449Zadding route 172.17.0.44/32 -> 10.0.0.255Aug 07 19:00:05.003
93652026-08-07T19:00:06.449Z DEBGAug 07 19:00:05.003 Aug 07 19:00:04.996Aug 07 19:00:05.003 INFOINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
93662026-08-07T19:00:06.449Z adding route 172.17.0.24/32 -> 10.0.0.255 adding route 172.17.0.34/32 -> 10.0.0.255
93672026-08-07T19:00:06.449Zreplacing 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 } }]
93682026-08-07T19:00:06.449Z
93692026-08-07T19:00:06.449ZAug 07 19:00:05.003Aug 07 19:00:05.003 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 } }]Aug 07 19:00:05.003
93702026-08-07T19:00:06.449Z 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 07 19:00:05.003
93712026-08-07T19:00:06.449Z replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
93722026-08-07T19:00:06.449Z adding route 172.17.0.45/32 -> 10.0.0.255Aug 07 19:00:05.003
93732026-08-07T19:00:06.449Z INFO adding route 172.17.0.25/32 -> 10.0.0.255
93742026-08-07T19:00:06.449ZAug 07 19:00:04.990Aug 07 19:00:05.003Aug 07 19:00:05.003 DEBGINFO created new freemapAug 07 19:00:05.003DEBG , 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 } }]unit
93752026-08-07T19:00:06.449Zreplacing 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.35/32 -> 10.0.0.255
93762026-08-07T19:00:06.449Z
93772026-08-07T19:00:06.449Z:Aug 07 19:00:05.003 INFOfreemap_route_ipv4 Aug 07 19:00:05.003adding route 172.17.0.26/32 -> 10.0.0.255Aug 07 19:00:05.003
93782026-08-07T19:00:06.449Z INFO
93792026-08-07T19:00:06.449Z adding route 172.17.0.46/32 -> 10.0.0.255DEBG
93802026-08-07T19:00:06.449Z Aug 07 19:00:05.003replacing 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 07 19:00:05.003DEBG
93812026-08-07T19:00:06.449ZAug 07 19:00:05.003 replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
93822026-08-07T19:00:06.449Z DEBG created new freemapreplacing 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 07 19:00:05.003, Aug 07 19:00:05.003
93832026-08-07T19:00:06.449Z INFOINFO adding route 172.17.0.36/32 -> 10.0.0.255unitadding route 172.17.0.27/32 -> 10.0.0.255
93842026-08-07T19:00:06.453Z
93852026-08-07T19:00:06.454Z: freemap_route_ipv6Aug 07 19:00:05.003
93862026-08-07T19:00:06.454ZAug 07 19:00:05.003 Aug 07 19:00:05.003INFO DEBGAug 07 19:00:05.003adding route 172.17.0.47/32 -> 10.0.0.255
93872026-08-07T19:00:06.454ZDEBGDEBG 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 } }]
93882026-08-07T19:00:06.454Zreplacing 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
93892026-08-07T19:00:06.454Z, unitAug 07 19:00:05.003Aug 07 19:00:05.003 : INFO DEBGfreemap_route_ipv4
93902026-08-07T19:00:06.454Zadding route 172.17.0.28/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 } }]
93912026-08-07T19:00:06.454ZAug 07 19:00:05.003
93922026-08-07T19:00:06.454Z
93932026-08-07T19:00:06.454Z INFOAug 07 19:00:05.003Aug 07 19:00:05.003 DEBGDEBGAug 07 19:00:05.003 reset freemapINFO , adding route 172.17.0.37/32 -> 10.0.0.255unitadding route 3fff:beef:25::/64 -> 2001:db8::55:ff: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 } }]
93942026-08-07T19:00:06.454Z freemap_route_ipv4
93952026-08-07T19:00:06.454Z
93962026-08-07T19:00:06.454Z
93972026-08-07T19:00:06.454ZAug 07 19:00:05.003 INFO Aug 07 19:00:05.003adding route 172.17.0.48/32 -> 10.0.0.255Aug 07 19:00:05.003
93982026-08-07T19:00:06.454ZAug 07 19:00:05.003Aug 07 19:00:05.003 INFODEBG DEBGAug 07 19:00:05.003DEBGadding route 172.17.0.29/32 -> 10.0.0.255 initted freemap. size: 64replacing 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 } }]
93992026-08-07T19:00:06.454Z,
94002026-08-07T19:00:06.454Z unit: 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 07 19:00:05.003freemap_route_ipv6
94012026-08-07T19:00:06.454Z
94022026-08-07T19:00:06.454ZDEBGAug 07 19:00:05.003DEBG INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
94032026-08-07T19:00:06.454Zreplacing 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 07 19:00:05.003
94042026-08-07T19:00:06.454Zreplacing 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
94052026-08-07T19:00:06.454Z Aug 07 19:00:05.003Aug 07 19:00:05.003 Aug 07 19:00:05.003INFOadding route 172.17.0.38/32 -> 10.0.0.255 Aug 07 19:00:05.003 adding route 172.17.0.30/32 -> 10.0.0.255DEBG
94062026-08-07T19:00:06.454Z INFOreset freemap , adding route 172.17.0.49/32 -> 10.0.0.255unit
94072026-08-07T19:00:06.454ZDEBG:
94082026-08-07T19:00:06.454Zfreemap_route_ipv6 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 } }]
94092026-08-07T19:00:06.454Z
94102026-08-07T19:00:06.454ZAug 07 19:00:05.003Aug 07 19:00:05.003Aug 07 19:00:05.003 Aug 07 19:00:05.003DEBGDEBGDEBG 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 } }]
94112026-08-07T19:00:06.454ZAug 07 19:00:05.003replacing 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.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
94122026-08-07T19:00:06.454Z
94132026-08-07T19:00:06.454Z adding route 172.16.0.0/32 -> 10.0.0.1Aug 07 19:00:05.003
94142026-08-07T19:00:06.454Z INFO adding route 172.17.0.50/32 -> 10.0.0.255adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 07 19:00:05.003
94152026-08-07T19:00:06.454ZAug 07 19:00:05.003
94162026-08-07T19:00:06.454Z INFO INFOadding route 172.17.0.39/32 -> 10.0.0.255Aug 07 19:00:05.003 adding route 172.17.0.31/32 -> 10.0.0.255Aug 07 19:00:05.003
94172026-08-07T19:00:06.454Z Aug 07 19:00:05.003DEBGDEBG
94182026-08-07T19:00:06.454Zreplacing 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 } }]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 } }] 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 } }]
94192026-08-07T19:00:06.454Z
94202026-08-07T19:00:06.454ZAug 07 19:00:05.003
94212026-08-07T19:00:06.454Z Aug 07 19:00:05.003DEBG Aug 07 19:00:05.003DEBGreplacing 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 07 19:00:05.003INFOAug 07 19:00:05.003 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 } }]
94222026-08-07T19:00:06.454Z
94232026-08-07T19:00:06.455ZINFOINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
94242026-08-07T19:00:06.455Z adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2
94252026-08-07T19:00:06.455ZAug 07 19:00:05.003Aug 07 19:00:05.003Aug 07 19:00:05.003
94262026-08-07T19:00:06.455Z INFO INFODEBGAug 07 19:00:05.003 adding route 172.17.0.32/32 -> 10.0.0.255
94272026-08-07T19:00:06.455Z replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.40/32 -> 10.0.0.255
94282026-08-07T19:00:06.455Z
94292026-08-07T19:00:06.455ZAug 07 19:00:05.003 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 07 19:00:05.003DEBGAug 07 19:00:05.003 DEBGAug 07 19:00:05.003 INFO
94302026-08-07T19:00:06.455Z replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
94312026-08-07T19:00:06.455Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ffreplacing 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 07 19:00:05.003replacing 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 } }]
94322026-08-07T19:00:06.455Z Aug 07 19:00:05.003INFO
94332026-08-07T19:00:06.455ZAug 07 19:00:05.003adding route 172.16.0.0/32 -> 10.0.0.3
94342026-08-07T19:00:06.455Z
94352026-08-07T19:00:06.455ZDEBG Aug 07 19:00:05.003INFOreplacing 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 } }]
94362026-08-07T19:00:06.455Zadding route 172.17.0.52/32 -> 10.0.0.255INFO
94372026-08-07T19:00:06.455Zadding route 172.17.0.33/32 -> 10.0.0.255Aug 07 19:00:05.003
94382026-08-07T19:00:06.455Z DEBGAug 07 19:00:05.003Aug 07 19:00:05.003 Aug 07 19:00:05.003 INFO 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 } }]
94392026-08-07T19:00:06.455Z Aug 07 19:00:05.003replacing 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 } }]
94402026-08-07T19:00:06.455ZINFOadding route 172.17.0.41/32 -> 10.0.0.255
94412026-08-07T19:00:06.455ZAug 07 19:00:05.003adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff INFODEBG
94422026-08-07T19:00:06.455Z Aug 07 19:00:05.003 INFOreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 07 19:00:05.003adding route 172.17.0.53/32 -> 10.0.0.255
94432026-08-07T19:00:06.455Z
94442026-08-07T19:00:06.455Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
94452026-08-07T19:00:06.455Z DEBG Aug 07 19:00:05.003replacing 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 172.16.0.0/32 -> 10.0.0.4Aug 07 19:00:05.003
94462026-08-07T19:00:06.455Z
94472026-08-07T19:00:06.455Z DEBGAug 07 19:00:05.003Aug 07 19:00:05.003 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 } }]INFOAug 07 19:00:05.003 DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
94482026-08-07T19:00:06.455Zreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
94492026-08-07T19:00:06.455Zadding route 172.17.0.34/32 -> 10.0.0.255
94502026-08-07T19:00:06.455Z
94512026-08-07T19:00:06.455ZAug 07 19:00:05.003Aug 07 19:00:05.003 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
94522026-08-07T19:00:06.455ZDEBGadding route 172.17.0.54/32 -> 10.0.0.255Aug 07 19:00:05.003 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 } }]
94532026-08-07T19:00:06.455ZDEBG
94542026-08-07T19:00:06.455Zreplacing 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 07 19:00:05.003
94552026-08-07T19:00:06.455Z Aug 07 19:00:05.003Aug 07 19:00:05.003INFOAug 07 19:00:05.003 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 } }] DEBGAug 07 19:00:05.003INFOadding route 172.17.0.42/32 -> 10.0.0.255
94562026-08-07T19:00:06.455Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
94572026-08-07T19:00:06.455Zreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
94582026-08-07T19:00:06.455Z adding route 172.17.0.35/32 -> 10.0.0.255
94592026-08-07T19:00:06.455Z
94602026-08-07T19:00:06.456ZAug 07 19:00:05.003Aug 07 19:00:05.003 Aug 07 19:00:05.003DEBGAug 07 19:00:05.003 DEBGDEBGINFO replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.55/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 } }]
94612026-08-07T19:00:06.456Z
94622026-08-07T19:00:06.456Z
94632026-08-07T19:00:06.456Z
94642026-08-07T19:00:06.456ZAug 07 19:00:05.003Aug 07 19:00:05.003 Aug 07 19:00:05.003INFO INFO Aug 07 19:00:05.003 adding route 172.17.0.36/32 -> 10.0.0.255adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG
94652026-08-07T19:00:06.456Z
94662026-08-07T19:00:06.456Z replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
94672026-08-07T19:00:06.456Z adding route 172.17.0.43/32 -> 10.0.0.255Aug 07 19:00:05.003
94682026-08-07T19:00:06.456Z Aug 07 19:00:05.003DEBG Aug 07 19:00:05.003 INFODEBG 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 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 } }]
94692026-08-07T19:00:06.456ZAug 07 19:00:05.003
94702026-08-07T19:00:06.456ZDEBG created new freemapAug 07 19:00:05.009, unitINFO: Aug 07 19:00:05.009adding route 3fff:beef:2e::/64 -> 2001:db8::55:fffreemap_route_ipv4
94712026-08-07T19:00:06.456ZINFO
94722026-08-07T19:00:06.456Z adding route 172.17.0.37/32 -> 10.0.0.255
94732026-08-07T19:00:06.456ZAug 07 19:00:05.009Aug 07 19:00:05.003Aug 07 19:00:05.009 DEBG DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemap
94742026-08-07T19:00:06.456Z, unitAug 07 19:00:05.009: DEBGfreemap_route_ipv6
94752026-08-07T19:00:06.456Zreplacing 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 07 19:00:05.009
94762026-08-07T19:00:06.456Z INFOAug 07 19:00:05.009Aug 07 19:00:04.989 Aug 07 19:00:05.009DEBG adding route 172.17.0.44/32 -> 10.0.0.255INFOinitted freemap. size: 64
94772026-08-07T19:00:06.456Z adding route 172.17.0.38/32 -> 10.0.0.255DEBG
94782026-08-07T19:00:06.456Zreplacing 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
94792026-08-07T19:00:06.456Z , Aug 07 19:00:05.009Aug 07 19:00:05.009created new freemap , DEBGDEBG unitreplacing 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
94802026-08-07T19:00:06.456Zfreemap_route_ipv4replacing 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 07 19:00:05.009 :
94812026-08-07T19:00:06.456Z INFO
94822026-08-07T19:00:06.456Z freemap_route_ipv6adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
94832026-08-07T19:00:06.456ZAug 07 19:00:05.009
94842026-08-07T19:00:06.460Z Aug 07 19:00:05.009 INFODEBG Aug 07 19:00:05.009Aug 07 19:00:05.009 INFODEBG adding route 172.17.0.39/32 -> 10.0.0.255reset freemapadding route 172.17.0.45/32 -> 10.0.0.255
94852026-08-07T19:00:06.460Z
94862026-08-07T19:00:06.460Z, 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
94872026-08-07T19:00:06.460Z:Aug 07 19:00:05.009 Aug 07 19:00:05.009freemap_route_ipv4 Aug 07 19:00:05.009
94882026-08-07T19:00:06.460Z DEBG Aug 07 19:00:05.009DEBG initted freemap. size: 64 DEBG, Aug 07 19:00:05.009INFOunit DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff:
94892026-08-07T19:00:06.460Z initted freemap. size: 64 freemap_route_ipv4,
94902026-08-07T19:00:06.460Zunit: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 07 19:00:05.009 Aug 07 19:00:05.009
94912026-08-07T19:00:06.460Z freemap_route_ipv6 DEBGDEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
94922026-08-07T19:00:06.460Z
94932026-08-07T19:00:06.460Z
94942026-08-07T19:00:06.461ZAug 07 19:00:05.009reset freemap, INFO unitadding route 172.17.0.40/32 -> 10.0.0.255:
94952026-08-07T19:00:06.461Z freemap_route_ipv4Aug 07 19:00:05.009
94962026-08-07T19:00:06.461ZINFOAug 07 19:00:05.009 Aug 07 19:00:05.009adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
94972026-08-07T19:00:06.461ZAug 07 19:00:05.009DEBG DEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 19:00:05.010reset freemap
94982026-08-07T19:00:06.461Z, Aug 07 19:00:05.010DEBGunit DEBGinitted freemap. size: 64 , :unitreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: freemap_route_ipv6freemap_route_ipv6
94992026-08-07T19:00:06.461Z
95002026-08-07T19:00:06.461Z
95012026-08-07T19:00:06.461ZINFOAug 07 19:00:05.010 adding route 172.17.0.46/32 -> 10.0.0.255 Aug 07 19:00:05.010
95022026-08-07T19:00:06.461ZAug 07 19:00:05.010Aug 07 19:00:05.010 INFOINFO DEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFO
95032026-08-07T19:00:06.461Zadding route 172.16.0.0/32 -> 10.0.0.1 adding route 172.17.0.41/32 -> 10.0.0.255reset freemap
95042026-08-07T19:00:06.461Z, Aug 07 19:00:05.010unit
95052026-08-07T19:00:06.461Z:DEBG freemap_route_ipv6replacing 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 } }]
95062026-08-07T19:00:06.461ZAug 07 19:00:05.010
95072026-08-07T19:00:06.461Z Aug 07 19:00:05.010DEBG Aug 07 19:00:05.010replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 07 19:00:05.010
95082026-08-07T19:00:06.461ZDEBG Aug 07 19:00:05.010Aug 07 19:00:05.010INFO INFO replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95092026-08-07T19:00:06.461Z
95102026-08-07T19:00:06.461Z
95112026-08-07T19:00:06.461Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ff INFO
95122026-08-07T19:00:06.461Zadding route 172.16.0.0/32 -> 10.0.0.2Aug 07 19:00:05.010
95132026-08-07T19:00:06.461Z INFO Aug 07 19:00:05.010adding route 172.17.0.42/32 -> 10.0.0.255Aug 07 19:00:05.010
95142026-08-07T19:00:06.461Z DEBGAug 07 19:00:05.010 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
95152026-08-07T19:00:06.461ZAug 07 19:00:05.010 Aug 07 19:00:05.010adding route 172.17.0.47/32 -> 10.0.0.255
95162026-08-07T19:00:06.461ZDEBGDEBG 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 } }]
95172026-08-07T19:00:06.461ZAug 07 19:00:05.010Aug 07 19:00:05.010 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
95182026-08-07T19:00:06.461Z adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 07 19:00:05.010
95192026-08-07T19:00:06.461Z DEBGDEBGINFO Aug 07 19:00:05.010 INFOreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 07 19:00:05.010
95202026-08-07T19:00:06.461Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG
95212026-08-07T19:00:06.461Zadding route 172.17.0.43/32 -> 10.0.0.255
95222026-08-07T19:00:06.461Z
95232026-08-07T19:00:06.461Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 07 19:00:05.010
95242026-08-07T19:00:06.461ZAug 07 19:00:05.010DEBGAug 07 19:00:05.010 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 } }]
95252026-08-07T19:00:06.461ZAug 07 19:00:05.010DEBG Aug 07 19:00:05.010 INFOreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95262026-08-07T19:00:06.461Zadding route 172.16.0.0/32 -> 10.0.0.3INFO
95272026-08-07T19:00:06.461Z Aug 07 19:00:05.010 Aug 07 19:00:05.010DEBG INFOadding route 172.17.0.48/32 -> 10.0.0.255 INFO
95282026-08-07T19:00:06.461Z adding route 172.17.0.44/32 -> 10.0.0.255Aug 07 19:00:05.010
95292026-08-07T19:00:06.461Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
95302026-08-07T19:00:06.461Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG
95312026-08-07T19:00:06.461Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
95322026-08-07T19:00:06.462ZAug 07 19:00:05.010Aug 07 19:00:05.010Aug 07 19:00:05.010 Aug 07 19:00:05.010DEBGDEBG 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 } }]DEBGINFO
95332026-08-07T19:00:06.462Zadding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }]
95342026-08-07T19:00:06.462Z 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 } }]
95352026-08-07T19:00:06.462ZAug 07 19:00:05.010
95362026-08-07T19:00:06.462ZAug 07 19:00:05.010 Aug 07 19:00:05.010INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFO
95372026-08-07T19:00:06.462ZDEBG Aug 07 19:00:05.010replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
95382026-08-07T19:00:06.462Z Aug 07 19:00:05.010 DEBGadding route 172.17.0.49/32 -> 10.0.0.255INFO
95392026-08-07T19:00:06.462ZAug 07 19:00:05.010replacing 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 } }]
95402026-08-07T19:00:06.462ZDEBG adding route 172.17.0.45/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
95412026-08-07T19:00:06.462ZAug 07 19:00:05.010 Aug 07 19:00:05.010DEBG Aug 07 19:00:05.010
95422026-08-07T19:00:06.462Zreplacing 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
95432026-08-07T19:00:06.462Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
95442026-08-07T19:00:06.462ZDEBG 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 07 19:00:05.010
95452026-08-07T19:00:06.462Z Aug 07 19:00:05.010DEBG INFOAug 07 19:00:05.010replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
95462026-08-07T19:00:06.462Ztest route::tests::delete_targets_fragmented ... ok
95472026-08-07T19:00:06.462Z adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255
95482026-08-07T19:00:06.462Z
95492026-08-07T19:00:06.462ZAug 07 19:00:05.010 INFO Aug 07 19:00:05.010adding route 3fff:beef:38::/64 -> 2001:db8::55:ff Aug 07 19:00:05.010
95502026-08-07T19:00:06.462ZDEBG 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 } }]
95512026-08-07T19:00:06.462Zreplacing 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 07 19:00:05.010
95522026-08-07T19:00:06.462Z DEBGAug 07 19:00:05.010 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 } }]INFOAug 07 19:00:05.010
95532026-08-07T19:00:06.462Z adding route 172.17.0.47/32 -> 10.0.0.255INFO
95542026-08-07T19:00:06.462Ztest route::tests::delete_target_full ... ok
95552026-08-07T19:00:06.462Z adding route 172.17.0.51/32 -> 10.0.0.255Aug 07 19:00:05.010
95562026-08-07T19:00:06.462Ztest route::tests::delete_target_fragmented ... ok
95572026-08-07T19:00:06.462Z Aug 07 19:00:05.010INFO DEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreplacing 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 } }]
95582026-08-07T19:00:06.462Ztest route::tests::same_size_non_subset_replace ... ok
95592026-08-07T19:00:06.462Z
95602026-08-07T19:00:06.462ZAug 07 19:00:05.010 DEBG Aug 07 19:00:05.010Aug 07 19:00:05.010 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 } }]
95612026-08-07T19:00:06.462ZINFOreplacing 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 } }]
95622026-08-07T19:00:06.462Zadding route 172.17.0.48/32 -> 10.0.0.255
95632026-08-07T19:00:06.462ZAug 07 19:00:05.010 INFOAug 07 19:00:05.010Aug 07 19:00:05.010 INFODEBGadding route 172.17.0.52/32 -> 10.0.0.255
95642026-08-07T19:00:06.462Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
95652026-08-07T19:00:06.462Zreplacing 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 } }]
95662026-08-07T19:00:06.462ZAug 07 19:00:05.010 DEBGAug 07 19:00:05.010 Aug 07 19:00:05.010DEBGreplacing 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 } }]
95672026-08-07T19:00:06.462Zreplacing 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 } }]
95682026-08-07T19:00:06.462ZINFO Aug 07 19:00:05.010Aug 07 19:00:05.010 adding route 172.17.0.49/32 -> 10.0.0.255 INFOINFO
95692026-08-07T19:00:06.463Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 172.17.0.53/32 -> 10.0.0.255
95702026-08-07T19:00:06.463Z
95712026-08-07T19:00:06.463ZAug 07 19:00:05.010 DEBGAug 07 19:00:05.010 Aug 07 19:00:05.010 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
95722026-08-07T19:00:06.463Z 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 } }]
95732026-08-07T19:00:06.463Zreplacing 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 } }]
95742026-08-07T19:00:06.463ZAug 07 19:00:05.010 INFOAug 07 19:00:05.010 Aug 07 19:00:05.010adding route 172.17.0.50/32 -> 10.0.0.255
95752026-08-07T19:00:06.463ZINFOINFO adding route 172.17.0.54/32 -> 10.0.0.255adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
95762026-08-07T19:00:06.463Z
95772026-08-07T19:00:06.463ZAug 07 19:00:05.010 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 } }]
95782026-08-07T19:00:06.463ZAug 07 19:00:05.010Aug 07 19:00:05.010 Aug 07 19:00:05.010DEBG INFOreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGadding route 172.17.0.51/32 -> 10.0.0.255
95792026-08-07T19:00:06.463Z
95802026-08-07T19:00:06.463Z 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 } }]
95812026-08-07T19:00:06.463ZAug 07 19:00:05.010 Aug 07 19:00:05.010INFO Aug 07 19:00:05.010adding route 172.17.0.55/32 -> 10.0.0.255
95822026-08-07T19:00:06.463ZDEBGDEBG failed to allocate space for the new target listreplacing 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 07 19:00:05.010
95832026-08-07T19:00:06.463Z
95842026-08-07T19:00:06.467Z DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 19:00:05.010 INFOAug 07 19:00:05.010 DEBG created new freemap , adding route 172.17.0.52/32 -> 10.0.0.255unit
95852026-08-07T19:00:06.467Z:Aug 07 19:00:05.017 freemap_route_ipv4DEBG
95862026-08-07T19:00:06.467Z 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 } }]
95872026-08-07T19:00:06.467ZAug 07 19:00:05.017 DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 19:00:05.017
95882026-08-07T19:00:06.467ZINFO Aug 07 19:00:05.017adding route 172.17.0.37/32 -> 10.0.0.255
95892026-08-07T19:00:06.467ZDEBGAug 07 19:00:05.017 created new freemapINFO, Aug 07 19:00:05.017adding route 172.17.0.53/32 -> 10.0.0.255unit
95902026-08-07T19:00:06.467Z:DEBG freemap_route_ipv6replacing 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 } }]
95912026-08-07T19:00:06.467Z
95922026-08-07T19:00:06.467ZAug 07 19:00:05.017 DEBG
95932026-08-07T19:00:06.467Zadding route 172.17.0.56/32 -> 10.0.0.255 Aug 07 19:00:05.017
95942026-08-07T19:00:06.467Z Aug 07 19:00:05.017replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
95952026-08-07T19:00:06.467Z adding route 172.17.0.38/32 -> 10.0.0.255Aug 07 19:00:05.017
95962026-08-07T19:00:06.468Z Aug 07 19:00:05.017DEBG INFOreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 19:00:05.017 INFOadding route 172.17.0.56/32 -> 10.0.0.255
95972026-08-07T19:00:06.468Zadding route 172.17.0.54/32 -> 10.0.0.255
95982026-08-07T19:00:06.468Z
95992026-08-07T19:00:06.468Z DEBGAug 07 19:00:05.018Aug 07 19:00:05.018 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 } }]
96002026-08-07T19:00:06.468Zadding route 172.17.0.57/32 -> 10.0.0.255 Aug 07 19:00:05.018
96012026-08-07T19:00:06.468Z DEBG 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 07 19:00:05.018
96022026-08-07T19:00:06.468Z 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 Aug 07 19:00:05.018replacing 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 } }]
96032026-08-07T19:00:06.468Z
96042026-08-07T19:00:06.468ZAug 07 19:00:05.018 INFOINFOAug 07 19:00:05.018 INFOAug 07 19:00:05.018 adding route 172.17.0.58/32 -> 10.0.0.255INFOadding route 172.17.0.55/32 -> 10.0.0.255
96052026-08-07T19:00:06.468Z
96062026-08-07T19:00:06.468Zadding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.57/32 -> 10.0.0.255
96072026-08-07T19:00:06.468Z
96082026-08-07T19:00:06.468ZAug 07 19:00:05.018Aug 07 19:00:05.018 DEBGDEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
96092026-08-07T19:00:06.468Z
96102026-08-07T19:00:06.468ZAug 07 19:00:05.018Aug 07 19:00:05.018 DEBGAug 07 19:00:05.018 DEBGINFO 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.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 } }]
96112026-08-07T19:00:06.468Zadding route 172.17.0.59/32 -> 10.0.0.255Aug 07 19:00:05.018
96122026-08-07T19:00:06.468Z
96132026-08-07T19:00:06.468ZINFOAug 07 19:00:05.018 adding route 172.17.0.56/32 -> 10.0.0.255Aug 07 19:00:05.018INFO
96142026-08-07T19:00:06.468Z adding route 172.17.0.58/32 -> 10.0.0.255Aug 07 19:00:05.018
96152026-08-07T19:00:06.468Z INFODEBGAug 07 19:00:05.018 replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
96162026-08-07T19:00:06.468Z Aug 07 19:00:05.018replacing 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 } }]
96172026-08-07T19:00:06.468ZDEBG 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 } }]
96182026-08-07T19:00:06.468Zadding route 172.17.0.40/32 -> 10.0.0.255Aug 07 19:00:05.018
96192026-08-07T19:00:06.468Z Aug 07 19:00:05.018Aug 07 19:00:05.018 INFOINFO adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.57/32 -> 10.0.0.255
96202026-08-07T19:00:06.468ZINFO
96212026-08-07T19:00:06.468Z Aug 07 19:00:05.018adding route 172.17.0.59/32 -> 10.0.0.255Aug 07 19:00:05.018
96222026-08-07T19:00:06.468Z DEBG DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 07 19:00:05.018Aug 07 19:00:05.018
96232026-08-07T19:00:06.468Z Aug 07 19:00:05.010 DEBGDEBG 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 } }]
96242026-08-07T19:00:06.468Zreplacing targets for 3fff:dead::/64 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 } }]
96252026-08-07T19:00:06.468Zreplacing 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 } }]
96262026-08-07T19:00:06.468ZAug 07 19:00:05.018
96272026-08-07T19:00:06.468Z INFOAug 07 19:00:05.018 adding route 172.17.0.61/32 -> 10.0.0.255INFO
96282026-08-07T19:00:06.468ZAug 07 19:00:05.018adding route 172.17.0.58/32 -> 10.0.0.255
96292026-08-07T19:00:06.468ZINFOAug 07 19:00:05.018 adding route 172.17.0.60/32 -> 10.0.0.255INFO
96302026-08-07T19:00:06.469Z Aug 07 19:00:05.018adding route 172.17.0.41/32 -> 10.0.0.255
96312026-08-07T19:00:06.469ZDEBGAug 07 19:00:05.018Aug 07 19:00:05.018 replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
96322026-08-07T19:00:06.469Z 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 } }]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 } }]
96332026-08-07T19:00:06.469ZAug 07 19:00:05.018Aug 07 19:00:05.018
96342026-08-07T19:00:06.469Z DEBGINFO Aug 07 19:00:05.018adding route 172.17.0.62/32 -> 10.0.0.255
96352026-08-07T19:00:06.469ZAug 07 19:00:05.018DEBG INFOfailed to allocate space for the new target list 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 } }]
96362026-08-07T19:00:06.469Zadding route 172.17.0.59/32 -> 10.0.0.255
96372026-08-07T19:00:06.469Z
96382026-08-07T19:00:06.469ZAug 07 19:00:05.018 DEBG Aug 07 19:00:05.018Aug 07 19:00:05.018 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
96392026-08-07T19:00:06.469Z Aug 07 19:00:05.018 replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO Aug 07 19:00:05.018
96402026-08-07T19:00:06.469Z DEBGadding route 172.17.0.42/32 -> 10.0.0.255DEBG
96412026-08-07T19:00:06.469Z replacing targets for 172.16.0.0/32 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 } }]failed to allocate space for the new target list
96422026-08-07T19:00:06.469Z
96432026-08-07T19:00:06.469Ztest route::tests::add_target_fails_full ... ok
96442026-08-07T19:00:06.469ZAug 07 19:00:05.018Aug 07 19:00:05.018 INFODEBG adding route 172.17.0.60/32 -> 10.0.0.255Aug 07 19:00:05.018replacing 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 } }]
96452026-08-07T19:00:06.469Z
96462026-08-07T19:00:06.469ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
96472026-08-07T19:00:06.469ZAug 07 19:00:05.018 INFO Aug 07 19:00:05.018adding route 172.17.0.43/32 -> 10.0.0.255
96482026-08-07T19:00:06.469ZDEBG 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 } }]
96492026-08-07T19:00:06.469ZAug 07 19:00:05.018Aug 07 19:00:05.018 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }]
96502026-08-07T19:00:06.469Z
96512026-08-07T19:00:06.469ZAug 07 19:00:05.018 Aug 07 19:00:05.018INFO DEBGadding route 172.17.0.44/32 -> 10.0.0.255
96522026-08-07T19:00:06.469Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
96532026-08-07T19:00:06.469ZAug 07 19:00:05.018 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 } }]
96542026-08-07T19:00:06.469ZAug 07 19:00:05.018 INFO adding route 172.17.0.45/32 -> 10.0.0.255
96552026-08-07T19:00:06.469ZAug 07 19:00:05.018 Aug 07 19:00:05.018DEBG 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 } }]
96562026-08-07T19:00:06.469Zinitted freemap. size: 64, unitAug 07 19:00:05.018: INFOfreemap_route_ipv4 adding route 172.17.0.46/32 -> 10.0.0.255
96572026-08-07T19:00:06.469Z
96582026-08-07T19:00:06.469ZAug 07 19:00:05.018Aug 07 19:00:05.018 DEBGDEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap
96592026-08-07T19:00:06.469Z, unit: freemap_route_ipv4Aug 07 19:00:05.018
96602026-08-07T19:00:06.469Z INFO adding route 172.17.0.47/32 -> 10.0.0.255
96612026-08-07T19:00:06.469ZAug 07 19:00:05.018 DEBG Aug 07 19:00:05.018initted freemap. size: 64 , DEBGunit :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 } }]
96622026-08-07T19:00:06.469Zfreemap_route_ipv6
96632026-08-07T19:00:06.469ZAug 07 19:00:05.018Aug 07 19:00:05.018 INFODEBG adding route 172.17.0.48/32 -> 10.0.0.255reset freemap
96642026-08-07T19:00:06.469Z, unit: freemap_route_ipv6
96652026-08-07T19:00:06.469ZAug 07 19:00:05.018 DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 07 19:00:05.018
96662026-08-07T19:00:06.469Z INFO adding route 172.16.0.0/32 -> 10.0.0.1
96672026-08-07T19:00:06.469ZAug 07 19:00:05.018 INFO Aug 07 19:00:05.018adding route 172.17.0.49/32 -> 10.0.0.255
96682026-08-07T19:00:06.470ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
96692026-08-07T19:00:06.470ZAug 07 19:00:05.018 DEBG Aug 07 19:00:05.018replacing 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 } }]
96702026-08-07T19:00:06.470ZINFO adding route 172.16.0.0/32 -> 10.0.0.2
96712026-08-07T19:00:06.470ZAug 07 19:00:05.018 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 } }]
96722026-08-07T19:00:06.470ZAug 07 19:00:05.018Aug 07 19:00:05.018 INFO adding route 172.17.0.50/32 -> 10.0.0.255
96732026-08-07T19:00:06.470ZAug 07 19:00:05.018 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 } }]
96742026-08-07T19:00:06.470ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }]
96752026-08-07T19:00:06.470ZAug 07 19:00:05.018 INFO adding route 172.17.0.51/32 -> 10.0.0.255
96762026-08-07T19:00:06.470ZAug 07 19:00:05.018 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 } }]
96772026-08-07T19:00:06.470ZAug 07 19:00:05.018 INFO adding route 172.17.0.52/32 -> 10.0.0.255
96782026-08-07T19:00:06.470ZAug 07 19:00:05.018 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 } }]
96792026-08-07T19:00:06.470ZAug 07 19:00:05.018 INFO adding route 172.17.0.53/32 -> 10.0.0.255
96802026-08-07T19:00:06.470ZAug 07 19:00:05.018 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 } }]
96812026-08-07T19:00:06.470ZAug 07 19:00:05.018 INFO adding route 172.17.0.54/32 -> 10.0.0.255
96822026-08-07T19:00:06.470ZAug 07 19:00:05.018 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 } }]
96832026-08-07T19:00:06.470ZAug 07 19:00:05.018 INFO adding route 172.17.0.55/32 -> 10.0.0.255
96842026-08-07T19:00:06.474ZAug 07 19:00:05.018 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 } }]
96852026-08-07T19:00:06.474ZAug 07 19:00:05.018 INFO adding route 172.17.0.56/32 -> 10.0.0.255
96862026-08-07T19:00:06.474ZAug 07 19:00:05.018 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 } }]
96872026-08-07T19:00:06.474ZAug 07 19:00:05.018 INFO adding route 172.17.0.57/32 -> 10.0.0.255
96882026-08-07T19:00:06.474ZAug 07 19:00:05.018 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 } }]
96892026-08-07T19:00:06.474ZAug 07 19:00:05.018 INFO adding route 172.17.0.58/32 -> 10.0.0.255
96902026-08-07T19:00:06.474ZAug 07 19:00:05.018 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 } }]
96912026-08-07T19:00:06.474ZAug 07 19:00:05.018 INFO adding route 172.17.0.59/32 -> 10.0.0.255
96922026-08-07T19:00:06.475ZAug 07 19:00:05.018 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 } }]
96932026-08-07T19:00:06.475ZAug 07 19:00:05.018 INFO adding route 172.17.0.60/32 -> 10.0.0.255
96942026-08-07T19:00:06.475ZAug 07 19:00:05.018 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 } }]
96952026-08-07T19:00:06.475ZAug 07 19:00:05.018 INFO adding route 172.17.0.61/32 -> 10.0.0.255
96962026-08-07T19:00:06.475ZAug 07 19:00:05.018 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 } }]
96972026-08-07T19:00:06.475ZAug 07 19:00:05.018 INFO adding route 172.17.0.62/32 -> 10.0.0.255
96982026-08-07T19:00:06.475ZAug 07 19:00:05.018 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 } }]
96992026-08-07T19:00:06.475ZAug 07 19:00:05.018 INFO adding route 172.17.0.63/32 -> 10.0.0.255
97002026-08-07T19:00:06.475ZAug 07 19:00:05.018 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 } }]
97012026-08-07T19:00:06.475ZAug 07 19:00:05.018 DEBG failed to allocate space for the new target list
97022026-08-07T19:00:06.475ZAug 07 19:00:05.024 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 } }]
97032026-08-07T19:00:06.475ZAug 07 19:00:05.018Aug 07 19:00:05.024 DEBGDEBG created new freemapfailed to allocate space for the new target list,
97042026-08-07T19:00:06.475Zunit: freemap_route_ipv4
97052026-08-07T19:00:06.475ZAug 07 19:00:05.024 DEBG created new freemap, unit: freemap_route_ipv6
97062026-08-07T19:00:06.475ZAug 07 19:00:05.024 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
97072026-08-07T19:00:06.475ZAug 07 19:00:05.024 DEBG reset freemap, unit: freemap_route_ipv4
97082026-08-07T19:00:06.475ZAug 07 19:00:05.024 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
97092026-08-07T19:00:06.475ZAug 07 19:00:05.024 DEBG reset freemap, unit: freemap_route_ipv6
97102026-08-07T19:00:06.475ZAug 07 19:00:05.024 INFO adding route 172.16.0.0/32 -> 10.0.0.1
97112026-08-07T19:00:06.475ZAug 07 19:00:05.024 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 } }]
97122026-08-07T19:00:06.475ZAug 07 19:00:05.024 INFO adding route 172.16.0.0/32 -> 10.0.0.1
97132026-08-07T19:00:06.475ZAug 07 19:00:05.024 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 } }]
97142026-08-07T19:00:06.475ZAug 07 19:00:05.024 INFO adding route 172.16.0.0/32 -> 10.0.0.1
97152026-08-07T19:00:06.475ZAug 07 19:00:05.024 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 } }]
97162026-08-07T19:00:06.475ZAug 07 19:00:05.024 INFO adding route 172.16.0.0/32 -> 10.0.0.2
97172026-08-07T19:00:06.475ZAug 07 19:00:05.024 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 } }]
97182026-08-07T19:00:06.475ZAug 07 19:00:05.024 INFO adding route 172.17.0.0/32 -> 10.0.0.255
97192026-08-07T19:00:06.475ZAug 07 19:00:05.024 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 } }]
97202026-08-07T19:00:06.475ZAug 07 19:00:05.024 INFO adding route 172.17.0.1/32 -> 10.0.0.255
97212026-08-07T19:00:06.475ZAug 07 19:00:05.024 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 } }]
97222026-08-07T19:00:06.475ZAug 07 19:00:05.024 INFO adding route 172.17.0.2/32 -> 10.0.0.255
97232026-08-07T19:00:06.475ZAug 07 19:00:05.024 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 } }]
97242026-08-07T19:00:06.475ZAug 07 19:00:05.024 INFO adding route 172.17.0.3/32 -> 10.0.0.255
97252026-08-07T19:00:06.475ZAug 07 19:00:05.024 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 } }]
97262026-08-07T19:00:06.475ZAug 07 19:00:05.024 INFO adding route 172.17.0.4/32 -> 10.0.0.255
97272026-08-07T19:00:06.475ZAug 07 19:00:05.024 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 } }]
97282026-08-07T19:00:06.475ZAug 07 19:00:05.024 INFO adding route 172.17.0.5/32 -> 10.0.0.255
97292026-08-07T19:00:06.476ZAug 07 19:00:05.024 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 } }]
97302026-08-07T19:00:06.476ZAug 07 19:00:05.024 INFO adding route 172.17.0.6/32 -> 10.0.0.255
97312026-08-07T19:00:06.476ZAug 07 19:00:05.024 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 } }]
97322026-08-07T19:00:06.476ZAug 07 19:00:05.024 INFO adding route 172.17.0.7/32 -> 10.0.0.255
97332026-08-07T19:00:06.476ZAug 07 19:00:05.024 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 } }]
97342026-08-07T19:00:06.476ZAug 07 19:00:05.024 INFO adding route 172.17.0.8/32 -> 10.0.0.255
97352026-08-07T19:00:06.476ZAug 07 19:00:05.024 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 } }]
97362026-08-07T19:00:06.476ZAug 07 19:00:05.024 INFO adding route 172.17.0.9/32 -> 10.0.0.255
97372026-08-07T19:00:06.476ZAug 07 19:00:05.024 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 } }]
97382026-08-07T19:00:06.476ZAug 07 19:00:05.024 INFO adding route 172.17.0.10/32 -> 10.0.0.255
97392026-08-07T19:00:06.476ZAug 07 19:00:05.024 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 } }]
97402026-08-07T19:00:06.476ZAug 07 19:00:05.024 INFO adding route 172.17.0.11/32 -> 10.0.0.255
97412026-08-07T19:00:06.476ZAug 07 19:00:05.024 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 } }]
97422026-08-07T19:00:06.476ZAug 07 19:00:05.024 INFO adding route 172.17.0.12/32 -> 10.0.0.255
97432026-08-07T19:00:06.476ZAug 07 19:00:05.024 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 } }]
97442026-08-07T19:00:06.476ZAug 07 19:00:05.024 INFO adding route 172.17.0.13/32 -> 10.0.0.255
97452026-08-07T19:00:06.476ZAug 07 19:00:05.024 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 } }]
97462026-08-07T19:00:06.476ZAug 07 19:00:05.024 INFO adding route 172.17.0.14/32 -> 10.0.0.255
97472026-08-07T19:00:06.476ZAug 07 19:00:05.024 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 } }]
97482026-08-07T19:00:06.476ZAug 07 19:00:05.024 INFO adding route 172.17.0.15/32 -> 10.0.0.255
97492026-08-07T19:00:06.476Ztest route::tests::delete_targets_full ... ok
97502026-08-07T19:00:06.476ZAug 07 19:00:05.024 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 } }]
97512026-08-07T19:00:06.476ZAug 07 19:00:05.024 INFO adding route 172.17.0.16/32 -> 10.0.0.255
97522026-08-07T19:00:06.476ZAug 07 19:00:05.024 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 } }]
97532026-08-07T19:00:06.476ZAug 07 19:00:05.024 INFO adding route 172.17.0.17/32 -> 10.0.0.255
97542026-08-07T19:00:06.476ZAug 07 19:00:05.024 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 } }]
97552026-08-07T19:00:06.476ZAug 07 19:00:05.024 INFO adding route 172.17.0.18/32 -> 10.0.0.255
97562026-08-07T19:00:06.476ZAug 07 19:00:05.024 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 } }]
97572026-08-07T19:00:06.476ZAug 07 19:00:05.024 INFO adding route 172.17.0.19/32 -> 10.0.0.255
97582026-08-07T19:00:06.476Z
97592026-08-07T19:00:06.476Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
97602026-08-07T19:00:06.476Z
97612026-08-07T19:00:06.476ZAug 07 19:00:05.024 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 } }]
97622026-08-07T19:00:06.476ZAug 07 19:00:05.032 INFO adding route 172.17.0.20/32 -> 10.0.0.255
97632026-08-07T19:00:06.476ZAug 07 19:00:05.032 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 } }]
97642026-08-07T19:00:06.476ZAug 07 19:00:05.032 INFO adding route 172.17.0.21/32 -> 10.0.0.255
97652026-08-07T19:00:06.476ZAug 07 19:00:05.032 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 } }]
97662026-08-07T19:00:06.476ZAug 07 19:00:05.032 INFO adding route 172.17.0.22/32 -> 10.0.0.255
97672026-08-07T19:00:06.476ZAug 07 19:00:05.032 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 } }]
97682026-08-07T19:00:06.477ZAug 07 19:00:05.032 INFO adding route 172.17.0.23/32 -> 10.0.0.255
97692026-08-07T19:00:06.477ZAug 07 19:00:05.032 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 } }]
97702026-08-07T19:00:06.477ZAug 07 19:00:05.032 INFO adding route 172.17.0.24/32 -> 10.0.0.255
97712026-08-07T19:00:06.477ZAug 07 19:00:05.032 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 } }]
97722026-08-07T19:00:06.477ZAug 07 19:00:05.032 INFO adding route 172.17.0.25/32 -> 10.0.0.255
97732026-08-07T19:00:06.477ZAug 07 19:00:05.032 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 } }]
97742026-08-07T19:00:06.477ZAug 07 19:00:05.032 INFO adding route 172.17.0.26/32 -> 10.0.0.255
97752026-08-07T19:00:06.477ZAug 07 19:00:05.032 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 } }]
97762026-08-07T19:00:06.477ZAug 07 19:00:05.032 INFO adding route 172.17.0.27/32 -> 10.0.0.255
97772026-08-07T19:00:06.477ZAug 07 19:00:05.032 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 } }]
97782026-08-07T19:00:06.477ZAug 07 19:00:05.032 INFO adding route 172.17.0.28/32 -> 10.0.0.255
97792026-08-07T19:00:06.477ZAug 07 19:00:05.032 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 } }]
97802026-08-07T19:00:06.477ZAug 07 19:00:05.032 INFO adding route 172.17.0.29/32 -> 10.0.0.255
97812026-08-07T19:00:06.477ZAug 07 19:00:05.032 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 } }]
97822026-08-07T19:00:06.477ZAug 07 19:00:05.032 INFO adding route 172.17.0.30/32 -> 10.0.0.255
97832026-08-07T19:00:06.477ZAug 07 19:00:05.032 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 } }]
97842026-08-07T19:00:06.481ZAug 07 19:00:05.032 INFO adding route 172.17.0.31/32 -> 10.0.0.255
97852026-08-07T19:00:06.481ZAug 07 19:00:05.032 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 } }]
97862026-08-07T19:00:06.481ZAug 07 19:00:05.032 INFO adding route 172.17.0.32/32 -> 10.0.0.255
97872026-08-07T19:00:06.481ZAug 07 19:00:05.032 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 } }]
97882026-08-07T19:00:06.481ZAug 07 19:00:05.032 INFO adding route 172.17.0.33/32 -> 10.0.0.255
97892026-08-07T19:00:06.481ZAug 07 19:00:05.032 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 } }]
97902026-08-07T19:00:06.481ZAug 07 19:00:05.032 INFO adding route 172.17.0.34/32 -> 10.0.0.255
97912026-08-07T19:00:06.481ZAug 07 19:00:05.032 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 } }]
97922026-08-07T19:00:06.481ZAug 07 19:00:05.032 INFO adding route 172.17.0.35/32 -> 10.0.0.255
97932026-08-07T19:00:06.481ZAug 07 19:00:05.032 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 } }]
97942026-08-07T19:00:06.481ZAug 07 19:00:05.032 INFO adding route 172.17.0.36/32 -> 10.0.0.255
97952026-08-07T19:00:06.481ZAug 07 19:00:05.032 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 } }]
97962026-08-07T19:00:06.481ZAug 07 19:00:05.032 INFO adding route 172.17.0.37/32 -> 10.0.0.255
97972026-08-07T19:00:06.481ZAug 07 19:00:05.032 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 } }]
97982026-08-07T19:00:06.481ZAug 07 19:00:05.032 INFO adding route 172.17.0.38/32 -> 10.0.0.255
97992026-08-07T19:00:06.481ZAug 07 19:00:05.032 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 } }]
98002026-08-07T19:00:06.481ZAug 07 19:00:05.032 INFO adding route 172.17.0.39/32 -> 10.0.0.255
98012026-08-07T19:00:06.481ZAug 07 19:00:05.032 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 } }]
98022026-08-07T19:00:06.481ZAug 07 19:00:05.032 INFO adding route 172.17.0.40/32 -> 10.0.0.255
98032026-08-07T19:00:06.481ZAug 07 19:00:05.032 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 } }]
98042026-08-07T19:00:06.481ZAug 07 19:00:05.032 INFO adding route 172.17.0.41/32 -> 10.0.0.255
98052026-08-07T19:00:06.481ZAug 07 19:00:05.032 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 } }]
98062026-08-07T19:00:06.481ZAug 07 19:00:05.032 INFO adding route 172.17.0.42/32 -> 10.0.0.255
98072026-08-07T19:00:06.481ZAug 07 19:00:05.032 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 } }]
98082026-08-07T19:00:06.482ZAug 07 19:00:05.032 INFO adding route 172.17.0.43/32 -> 10.0.0.255
98092026-08-07T19:00:06.482ZAug 07 19:00:05.032 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 } }]
98102026-08-07T19:00:06.482ZAug 07 19:00:05.032 INFO adding route 172.17.0.44/32 -> 10.0.0.255
98112026-08-07T19:00:06.482ZAug 07 19:00:05.032 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 } }]
98122026-08-07T19:00:06.482ZAug 07 19:00:05.032 INFO adding route 172.17.0.45/32 -> 10.0.0.255
98132026-08-07T19:00:06.482ZAug 07 19:00:05.032 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 } }]
98142026-08-07T19:00:06.482ZAug 07 19:00:05.032 INFO adding route 172.17.0.46/32 -> 10.0.0.255
98152026-08-07T19:00:06.482ZAug 07 19:00:05.032 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 } }]
98162026-08-07T19:00:06.482ZAug 07 19:00:05.032 INFO adding route 172.17.0.47/32 -> 10.0.0.255
98172026-08-07T19:00:06.482ZAug 07 19:00:05.032 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 } }]
98182026-08-07T19:00:06.482ZAug 07 19:00:05.032 INFO adding route 172.17.0.48/32 -> 10.0.0.255
98192026-08-07T19:00:06.482ZAug 07 19:00:05.032 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 } }]
98202026-08-07T19:00:06.482ZAug 07 19:00:05.032 INFO adding route 172.17.0.49/32 -> 10.0.0.255
98212026-08-07T19:00:06.482ZAug 07 19:00:05.032 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 } }]
98222026-08-07T19:00:06.482ZAug 07 19:00:05.032 INFO adding route 172.17.0.50/32 -> 10.0.0.255
98232026-08-07T19:00:06.482ZAug 07 19:00:05.032 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 } }]
98242026-08-07T19:00:06.482ZAug 07 19:00:05.032 INFO adding route 172.17.0.51/32 -> 10.0.0.255
98252026-08-07T19:00:06.482ZAug 07 19:00:05.032 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 } }]
98262026-08-07T19:00:06.482ZAug 07 19:00:05.032 INFO adding route 172.17.0.52/32 -> 10.0.0.255
98272026-08-07T19:00:06.482ZAug 07 19:00:05.032 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 } }]
98282026-08-07T19:00:06.482ZAug 07 19:00:05.032 INFO adding route 172.17.0.53/32 -> 10.0.0.255
98292026-08-07T19:00:06.482ZAug 07 19:00:05.032 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 } }]
98302026-08-07T19:00:06.482ZAug 07 19:00:05.032 INFO adding route 172.17.0.54/32 -> 10.0.0.255
98312026-08-07T19:00:06.482ZAug 07 19:00:05.032 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 } }]
98322026-08-07T19:00:06.482ZAug 07 19:00:05.032 INFO adding route 172.17.0.55/32 -> 10.0.0.255
98332026-08-07T19:00:06.482ZAug 07 19:00:05.032 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 } }]
98342026-08-07T19:00:06.482ZAug 07 19:00:05.032 INFO adding route 172.17.0.56/32 -> 10.0.0.255
98352026-08-07T19:00:06.482ZAug 07 19:00:05.032 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 } }]
98362026-08-07T19:00:06.482ZAug 07 19:00:05.032 INFO adding route 172.17.0.57/32 -> 10.0.0.255
98372026-08-07T19:00:06.482ZAug 07 19:00:05.032 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 } }]
98382026-08-07T19:00:06.482ZAug 07 19:00:05.032 INFO adding route 172.17.0.58/32 -> 10.0.0.255
98392026-08-07T19:00:06.482ZAug 07 19:00:05.032 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 } }]
98402026-08-07T19:00:06.482ZAug 07 19:00:05.032 INFO adding route 172.17.0.59/32 -> 10.0.0.255
98412026-08-07T19:00:06.482ZAug 07 19:00:05.032 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 } }]
98422026-08-07T19:00:06.482Z
98432026-08-07T19:00:06.482Zrunning 0 tests
98442026-08-07T19:00:06.482ZAug 07 19:00:05.032 INFO adding route 172.17.0.60/32 -> 10.0.0.255
98452026-08-07T19:00:06.482ZAug 07 19:00:05.032 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 } }]
98462026-08-07T19:00:06.482ZAug 07 19:00:05.032 DEBG failed to allocate space for the new target list
98472026-08-07T19:00:06.483Z
98482026-08-07T19:00:06.483ZAug 07 19:00:05.032 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 } }]
98492026-08-07T19:00:06.483Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98502026-08-07T19:00:06.483Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-8a7b77a033db65a1)
98512026-08-07T19:00:06.483Z
98522026-08-07T19:00:06.483Z Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024)
98532026-08-07T19:00:06.483Z
98542026-08-07T19:00:06.483Zrunning 0 tests
98552026-08-07T19:00:06.483Z
98562026-08-07T19:00:06.483Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98572026-08-07T19:00:06.483Z
98582026-08-07T19:00:06.483Z Running unittests src/lib.rs (target/debug/deps/dpd_client-750e40ee01b056d8)
98592026-08-07T19:00:06.483Z
98602026-08-07T19:00:06.483Zrunning 6 tests
98612026-08-07T19:00:06.483Ztest tests::test_full_lot_id_neither_present ... ok
98622026-08-07T19:00:06.483Ztest tests::test_full_lot_id_lotnum_only ... ok
98632026-08-07T19:00:06.483Ztest tests::test_full_lot_id_both_present ... ok
98642026-08-07T19:00:06.483Ztest tests::test_full_lot_id_lot_only ... ok
98652026-08-07T19:00:06.483Ztest tests::test_port_id_cmp ... ok
98662026-08-07T19:00:06.483Ztest tests::test_parse_client_port_id ... ok
98672026-08-07T19:00:06.483Z
98682026-08-07T19:00:06.483Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98692026-08-07T19:00:06.483Z
98702026-08-07T19:00:06.483Z Running tests/test_all.rs (target/debug/deps/test_all-8b8febcc4252f7ff)
98712026-08-07T19:00:06.487Z
98722026-08-07T19:00:06.487Zrunning 6 tests
98732026-08-07T19:00:09.490Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
98742026-08-07T19:00:09.494Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
98752026-08-07T19:00:09.494Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
98762026-08-07T19:00:09.500Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
98772026-08-07T19:00:09.831Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
98782026-08-07T19:00:10.855Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
98792026-08-07T19:00:10.855Z
98802026-08-07T19:00:10.855Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.37s
98812026-08-07T19:00:10.855Z
98822026-08-07T19:00:10.861Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21)
98832026-08-07T19:00:10.867Z
98842026-08-07T19:00:10.867Zrunning 0 tests
98852026-08-07T19:00:10.867Z
98862026-08-07T19:00:10.870Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98872026-08-07T19:00:10.870Z
98882026-08-07T19:00:10.870Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62)
98892026-08-07T19:00:10.873Z
98902026-08-07T19:00:10.873Zrunning 0 tests
98912026-08-07T19:00:10.873Z
98922026-08-07T19:00:10.873Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98932026-08-07T19:00:10.874Z
98942026-08-07T19:00:10.874Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
98952026-08-07T19:00:10.884Z
98962026-08-07T19:00:10.884Zrunning 12 tests
98972026-08-07T19:00:10.887Ztest icmp::test_v6_checksum ... ok
98982026-08-07T19:00:10.887Ztest icmp::test_v4_checksum ... ok
98992026-08-07T19:00:10.887Ztest ipv6::test_ipv6_parse ... ok
99002026-08-07T19:00:10.887Ztest pbuf::test_byte ... ok
99012026-08-07T19:00:10.887Ztest lldp::test_lldp_parse ... ok
99022026-08-07T19:00:10.887Ztest pbuf::test_nibble ... ok
99032026-08-07T19:00:10.887Ztest pbuf::test_short ... ok
99042026-08-07T19:00:10.887Ztest pbuf::test_overflow ... ok
99052026-08-07T19:00:10.888Ztest pbuf::test_twelve ... ok
99062026-08-07T19:00:10.888Ztest pbuf::test_word ... ok
99072026-08-07T19:00:10.888Ztest tcp::test_checksum_ack_data ... ok
99082026-08-07T19:00:10.888Ztest tcp::test_checksum_syn_nodata ... ok
99092026-08-07T19:00:10.888Z
99102026-08-07T19:00:10.888Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99112026-08-07T19:00:10.888Z
99122026-08-07T19:00:10.888Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
99132026-08-07T19:00:10.891Z
99142026-08-07T19:00:10.891Zrunning 0 tests
99152026-08-07T19:00:10.891Z
99162026-08-07T19:00:10.891Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99172026-08-07T19:00:10.891Z
99182026-08-07T19:00:10.895Z Running unittests src/main.rs (target/debug/deps/swadm-3b6d5ab7a19b39bb)
99192026-08-07T19:00:10.902Z
99202026-08-07T19:00:10.902Zrunning 5 tests
99212026-08-07T19:00:10.905Ztest switchport::test::test_compute_lanes ... ok
99222026-08-07T19:00:10.909Ztest switchport::test::port_id_ordering ... ok
99232026-08-07T19:00:10.909Ztest link::test_filter ... ok
99242026-08-07T19:00:10.909Z Lane 0 Lane 1 Lane 2 Lane 3
99252026-08-07T19:00:10.909Z Rx Loss-of-lock: Yes Lane 0 Yes Lane 1Yes Lane 2Yes
99262026-08-07T19:00:10.909ZLane 3 Rx Loss-of-signal: Yes
99272026-08-07T19:00:10.909ZYes Yes Yes State: Activated
99282026-08-07T19:00:10.909ZActivated Rx CDR Enabled: YesActivated ActivatedYes
99292026-08-07T19:00:10.909Z Rx Output Enabled: falseYes falseYes
99302026-08-07T19:00:10.909Z Tx Enabled: Yesfalse false
99312026-08-07T19:00:10.909ZYes Yes Rx Output Status: valid Yes
99322026-08-07T19:00:10.909Zvalid Tx Loss-of-lock: No valid validNo
99332026-08-07T19:00:10.909Z Rx Loss-of-lock: trueNo trueNo
99342026-08-07T19:00:10.909Ztrue Tx Loss-of-signal: Notrue
99352026-08-07T19:00:10.909Z Rx Loss-of-signal: falseNo false No falseNo
99362026-08-07T19:00:10.909Zfalse
99372026-08-07T19:00:10.909Z Tx CDR Enabled: NoRx Auto-squelch Disable: true No trueNo trueNo
99382026-08-07T19:00:10.909Ztrue
99392026-08-07T19:00:10.909Z Tx Adaptive EQ Fault: No Tx Output Enabled: true trueNo trueNo trueNo
99402026-08-07T19:00:10.909Z
99412026-08-07T19:00:10.909Z Tx Output Status: invalid Tx Fault: Yes invalid Yes invalid Yesinvalid
99422026-08-07T19:00:10.909Z Yes Tx Loss-of-lock: false
99432026-08-07T19:00:10.909Z false false false
99442026-08-07T19:00:10.909Z Tx Loss-of-signal: true true true true
99452026-08-07T19:00:10.910ZTx Auto-squelch Disable: false false false false
99462026-08-07T19:00:10.910Z Tx Adaptive EQ Fail: true true true true
99472026-08-07T19:00:10.910Z Tx Failure: false false false false
99482026-08-07T19:00:10.910Z Tx Force Squelch: true true true true
99492026-08-07T19:00:10.910Z Tx Input Polarity: normal normal normal normal
99502026-08-07T19:00:10.910Ztest switchport::test::test_print_cmis_datapath ... ok
99512026-08-07T19:00:10.910Ztest switchport::test::test_print_sff_datapath ... ok
99522026-08-07T19:00:10.910Z
99532026-08-07T19:00:10.913Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
99542026-08-07T19:00:10.913Z
99552026-08-07T19:00:10.913Z Running tests/counters.rs (target/debug/deps/counters-dafdf3819a3acd7e)
99562026-08-07T19:00:10.916Z
99572026-08-07T19:00:10.916Zrunning 1 test
99582026-08-07T19:00:10.916Ztest test_p4_counter_list ... ignored
99592026-08-07T19:00:10.916Z
99602026-08-07T19:00:10.920Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
99612026-08-07T19:00:10.920Z
99622026-08-07T19:00:10.920Z Running tests/port-link.rs (target/debug/deps/port_link-721a5ab28abf000c)
99632026-08-07T19:00:10.923Z
99642026-08-07T19:00:10.923Zrunning 5 tests
99652026-08-07T19:00:10.923Ztest test_an ... ignored
99662026-08-07T19:00:10.923Ztest test_enable ... ignored
99672026-08-07T19:00:10.923Ztest test_ip_addresses ... ignored
99682026-08-07T19:00:10.923Ztest test_kr ... ignored
99692026-08-07T19:00:10.923Ztest test_mac ... ignored
99702026-08-07T19:00:10.923Z
99712026-08-07T19:00:10.923Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
99722026-08-07T19:00:10.923Z
99732026-08-07T19:00:10.923Z Running unittests src/main.rs (target/debug/deps/tfportd-fdbe62e0e3cfe18f)
99742026-08-07T19:00:10.923Z
99752026-08-07T19:00:10.923Zrunning 3 tests
99762026-08-07T19:00:10.927Ztest linklocal::test_parse_ipadm ... ok
99772026-08-07T19:00:10.927Ztest tfport::test_parse_tfport ... ok
99782026-08-07T19:00:10.927Ztest config::tests::test_updates ... ok
99792026-08-07T19:00:10.927Z
99802026-08-07T19:00:10.927Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99812026-08-07T19:00:10.927Z
99822026-08-07T19:00:10.927Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
99832026-08-07T19:00:10.930Z
99842026-08-07T19:00:10.931Zrunning 0 tests
99852026-08-07T19:00:10.931Z
99862026-08-07T19:00:10.931Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99872026-08-07T19:00:10.931Z
99882026-08-07T19:00:10.931Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
99892026-08-07T19:00:10.934Z
99902026-08-07T19:00:10.934Zrunning 0 tests
99912026-08-07T19:00:10.934Z
99922026-08-07T19:00:10.934Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99932026-08-07T19:00:10.934Z
99942026-08-07T19:00:10.938Z Doc-tests aal
99952026-08-07T19:00:11.132Z
99962026-08-07T19:00:11.132Zrunning 0 tests
99972026-08-07T19:00:11.132Z
99982026-08-07T19:00:11.135Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99992026-08-07T19:00:11.135Z
100002026-08-07T19:00:11.150Z Doc-tests aal_macros
100012026-08-07T19:00:11.228Z
100022026-08-07T19:00:11.228Zrunning 0 tests
100032026-08-07T19:00:11.228Z
100042026-08-07T19:00:11.228Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100052026-08-07T19:00:11.228Z
100062026-08-07T19:00:11.239Z Doc-tests common
100072026-08-07T19:00:11.486Z
100082026-08-07T19:00:11.486Zrunning 0 tests
100092026-08-07T19:00:11.486Z
100102026-08-07T19:00:11.486Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100112026-08-07T19:00:11.486Z
100122026-08-07T19:00:11.508Z Doc-tests dpd_api
100132026-08-07T19:00:12.381Z
100142026-08-07T19:00:12.381Zrunning 2 tests
100152026-08-07T19:00:12.381Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
100162026-08-07T19:00:12.381Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
100172026-08-07T19:00:12.381Z
100182026-08-07T19:00:12.381Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
100192026-08-07T19:00:12.381Z
100202026-08-07T19:00:12.416Z Doc-tests dpd_client
100212026-08-07T19:00:13.722Z
100222026-08-07T19:00:13.722Zrunning 0 tests
100232026-08-07T19:00:13.723Z
100242026-08-07T19:00:13.723Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100252026-08-07T19:00:13.723Z
100262026-08-07T19:00:13.771Z Doc-tests dpd_types
100272026-08-07T19:00:13.988Z
100282026-08-07T19:00:13.988Zrunning 0 tests
100292026-08-07T19:00:13.988Z
100302026-08-07T19:00:13.988Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100312026-08-07T19:00:13.988Z
100322026-08-07T19:00:14.016Z Doc-tests dpd_types_versions
100332026-08-07T19:00:15.247Z
100342026-08-07T19:00:15.247Zrunning 1 test
100352026-08-07T19:00:15.247Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
100362026-08-07T19:00:15.247Z
100372026-08-07T19:00:15.248Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
100382026-08-07T19:00:15.248Z
100392026-08-07T19:00:15.293Z Doc-tests packet
100402026-08-07T19:00:15.407Z
100412026-08-07T19:00:15.407Zrunning 0 tests
100422026-08-07T19:00:15.407Z
100432026-08-07T19:00:15.408Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100442026-08-07T19:00:15.408Z
100452026-08-07T19:00:15.425Z Doc-tests pcap
100462026-08-07T19:00:15.478Z
100472026-08-07T19:00:15.478Zrunning 0 tests
100482026-08-07T19:00:15.478Z
100492026-08-07T19:00:15.479Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100502026-08-07T19:00:15.479Z
100512026-08-07T19:00:15.530Zprocess exited: duration 602327 ms, exit code 0
 
100522026-08-07T19:00:15.536Zfound 0 output files