01M174CWZT30N8NBXV5CQ74SH0: test

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

Buildomat Job: 01M174D8E82V0XYGF6Y7BZPXRP

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-29T16:09:01.759Zjob assigned to worker 01M174D8Z07HB9XPCJNYJ0F6CW [factory aws, i-0a3bf1daef83ac3b3] (queued for 1 m 34 s)
 
22026-08-29T16:09:08.007Zstarting task 0: "setup"
32026-08-29T16:09:08.012Z++ uname -s
42026-08-29T16:09:08.015Z+ kern=SunOS
52026-08-29T16:09:08.015Z+ build_user=build
62026-08-29T16:09:08.015Z+ build_uid=12345
72026-08-29T16:09:08.015Z+ work_dir=/work
82026-08-29T16:09:08.015Z+ input_dir=/input
92026-08-29T16:09:08.015Z+ [[ 0 == 12345 ]]
102026-08-29T16:09:08.015Z+ case "$kern" in
112026-08-29T16:09:08.015Z+ groupadd -g 12345 build
122026-08-29T16:09:08.018Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-29T16:09:10.021Z+ zfs create -o mountpoint=/work rpool/work
142026-08-29T16:09:10.091Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-29T16:09:10.094Z+ home_fs=zfs
162026-08-29T16:09:10.094Z+ [[ zfs == autofs ]]
172026-08-29T16:09:10.094Z+ mkdir -p /home/build
182026-08-29T16:09:10.094Z+ chown build:build /home/build /work
192026-08-29T16:09:12.095Z+ chmod 0700 /home/build /work
202026-08-29T16:09:12.098Zprocess exited: duration 4089 ms, exit code 0
 
212026-08-29T16:09:12.104Zstarting task 1: "rust-toolchain"
222026-08-29T16:09:12.108Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-08-29T16:09:12.108Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-29T16:09:12.108Z * rust toolchain channel = "1.90.0"
252026-08-29T16:09:12.108Z * rust toolchain profile = "default"
262026-08-29T16:09:12.109Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-29T16:09:12.109Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-29T16:09:12.112Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-29T16:09:12.112Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-08-29T16:09:12.202Zinfo: downloading installer
312026-08-29T16:09:13.480Zwarn: It looks like you have an existing rustup settings file at:
322026-08-29T16:09:13.480Zwarn: /home/build/.rustup/settings.toml
332026-08-29T16:09:13.480Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-29T16:09:13.480Zwarn: instead of the one inferred from the default host triple.
352026-08-29T16:09:13.493Zinfo: profile set to default
362026-08-29T16:09:13.493Zinfo: default host triple is x86_64-unknown-illumos
372026-08-29T16:09:13.495Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-08-29T16:09:13.641Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-08-29T16:09:13.644Zinfo: downloading 6 components
402026-08-29T16:09:25.852Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
412026-08-29T16:09:25.852Z
422026-08-29T16:09:25.885Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-08-29T16:09:25.886Z
442026-08-29T16:09:25.886Z
452026-08-29T16:09:25.886ZRust is installed now. Great!
462026-08-29T16:09:25.886Z
472026-08-29T16:09:25.886ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-29T16:09:25.886Zenvironment variable. This has not been done automatically.
492026-08-29T16:09:25.886Z
502026-08-29T16:09:25.886ZTo configure your current shell, you need to source
512026-08-29T16:09:25.886Zthe corresponding env file under $HOME/.cargo.
522026-08-29T16:09:25.886Z
532026-08-29T16:09:25.886ZThis is usually done by running one of the following (note the leading DOT):
542026-08-29T16:09:25.889Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-29T16:09:25.889Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-29T16:09:25.889Zsource "~/.cargo/env.nu" # For nushell
572026-08-29T16:09:25.889Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-29T16:09:25.889Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-29T16:09:25.889Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-29T16:09:25.889Zwarn: no default linker (`cc`) was found in your PATH
612026-08-29T16:09:25.889Zwarn: many Rust crates require a system C toolchain to build
622026-08-29T16:09:25.975Z+ rustup --version
632026-08-29T16:09:25.983Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-29T16:09:25.986Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-29T16:09:26.006Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-08-29T16:09:26.009Z+ cargo --version
672026-08-29T16:09:26.022Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-08-29T16:09:26.025Z+ rustc --version
692026-08-29T16:09:26.043Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-08-29T16:09:26.046Zprocess exited: duration 13941 ms, exit code 0
 
712026-08-29T16:09:26.051Zstarting task 2: "authentication"
722026-08-29T16:09:26.068Zprocess exited: duration 15 ms, exit code 0
 
732026-08-29T16:09:26.073Zstarting task 3: "clone repository"
742026-08-29T16:09:26.076Z+ mkdir -p /work/oxidecomputer/dendrite
752026-08-29T16:09:26.079Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-08-29T16:09:26.110ZCloning into '/work/oxidecomputer/dendrite'...
772026-08-29T16:09:26.861Z+ cd /work/oxidecomputer/dendrite
782026-08-29T16:09:26.862Z+ git fetch origin 5c9c05e998fb45aeac523a94469ceeedd979e16f
792026-08-29T16:09:27.138ZFrom https://github.com/oxidecomputer/dendrite
802026-08-29T16:09:27.139Z * branch 5c9c05e998fb45aeac523a94469ceeedd979e16f -> FETCH_HEAD
812026-08-29T16:09:27.146Z+ [[ -n cory/ci-tests ]]
822026-08-29T16:09:27.149Z++ git branch --show-current
832026-08-29T16:09:27.149Z+ current=main
842026-08-29T16:09:27.149Z+ [[ main != cory/ci-tests ]]
852026-08-29T16:09:27.149Z+ git branch -f cory/ci-tests 5c9c05e998fb45aeac523a94469ceeedd979e16f
862026-08-29T16:09:27.152Z+ git checkout -f cory/ci-tests
872026-08-29T16:09:27.170ZSwitched to branch 'cory/ci-tests'
882026-08-29T16:09:27.175Z+ git reset --hard 5c9c05e998fb45aeac523a94469ceeedd979e16f
892026-08-29T16:09:27.189ZHEAD is now at 5c9c05e WIP: Redesigning around the expectorate crate
902026-08-29T16:09:27.192Zprocess exited: duration 1116 ms, exit code 0
 
912026-08-29T16:09:27.198Zstarting task 4: "build"
922026-08-29T16:09:27.203Z+ source .github/buildomat/common.sh
932026-08-29T16:09:27.203Z++ TOFINO_STAGES=20
942026-08-29T16:09:27.203Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-08-29T16:09:27.203Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-08-29T16:09:27.203Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-08-29T16:09:27.206Z+++ uname -s
982026-08-29T16:09:27.206Z++ '[' SunOS == SunOS ']'
992026-08-29T16:09:27.206Z++ SERIES=illumos
1002026-08-29T16:09:27.206Z+++ uname -s
1012026-08-29T16:09:27.206Z++ '[' SunOS == SunOS ']'
1022026-08-29T16:09:27.206Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-08-29T16:09:27.206Z++ rustup show active-toolchain
1042026-08-29T16:09:27.210Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-08-29T16:09:27.213Z+ source .github/buildomat/illumos.sh
1062026-08-29T16:09:27.213Z++ banner 'sde setup'
1072026-08-29T16:09:27.213Z
1082026-08-29T16:09:27.213Z #### ##### ###### #### ###### ##### # # #####
1092026-08-29T16:09:27.213Z # # # # # # # # # # #
1102026-08-29T16:09:27.213Z #### # # ##### #### ##### # # # # #
1112026-08-29T16:09:27.214Z # # # # # # # # # #####
1122026-08-29T16:09:27.214Z # # # # # # # # # # # #
1132026-08-29T16:09:27.214Z #### ##### ###### #### ###### # #### #
1142026-08-29T16:09:27.214Z
1152026-08-29T16:09:27.214Z++ export PKG_SUCCESS_ON_NOP=1
1162026-08-29T16:09:27.214Z++ PKG_SUCCESS_ON_NOP=1
1172026-08-29T16:09:27.214Z++ export PKG=tofino_sde.p5p
1182026-08-29T16:09:27.214Z++ PKG=tofino_sde.p5p
1192026-08-29T16:09:27.214Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-08-29T16:09:27.219Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-08-29T16:09:27.222Z Dload Upload Total Spent Left Speed
1222026-08-29T16:09:28.406Z 0 0 0 0 0 0 0 0 0 76 76.03M 76 58.03M 0 0 58.04M 0 00:01 00:01 58.04M 100 76.03M 100 76.03M 0 0 64.08M 0 00:01 00:01 58.04M 100 76.03M 100 76.03M 0 0 64.08M 0 00:01 00:01 58.04M 100 76.03M 100 76.03M 0 0 64.08M 0 00:01 00:01 58.04M
1232026-08-29T16:09:28.411Z+++ digest -a sha256 tofino_sde.p5p
1242026-08-29T16:09:28.458Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-08-29T16:09:28.461Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-08-29T16:09:28.461Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-08-29T16:09:30.168Z Startup: Refreshing catalog 'helios' ... Done
1282026-08-29T16:09:30.582Z Startup: Caching catalogs ... Done
1292026-08-29T16:09:30.641Z Startup: Refreshing catalog 'oxide' ... Done
1302026-08-29T16:09:33.497ZPlanning: Solver setup ... Done
1312026-08-29T16:09:33.570ZPlanning: Running solver ... Done
1322026-08-29T16:09:33.626ZPlanning: Finding local manifests ... Done
1332026-08-29T16:09:33.629ZPlanning: Fetching manifests: 1/1 100% complete
1342026-08-29T16:09:33.634ZPlanning: Fetching manifests: 1/1 100% complete
1352026-08-29T16:09:33.648ZPlanning: Package planning ... Done
1362026-08-29T16:09:33.653ZPlanning: Merging actions ... Done
1372026-08-29T16:09:33.744ZPlanning: Checking for conflicting actions ... Done
1382026-08-29T16:09:33.748ZPlanning: Consolidating action changes ... Done
1392026-08-29T16:09:34.532ZPlanning: Evaluating mediators ... Done
1402026-08-29T16:09:34.535ZPlanning: Planning completed in 3.88 seconds
1412026-08-29T16:09:34.538Z Packages to install: 1
1422026-08-29T16:09:34.538Z Create boot environment: No
1432026-08-29T16:09:34.538ZCreate backup boot environment: No
1442026-08-29T16:09:34.563Z
1452026-08-29T16:09:34.563ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-08-29T16:09:34.699ZDownload: Completed 75.30 MB in 0.14 seconds (554M/s)
1472026-08-29T16:09:34.939Z Actions: 1/293 actions (Installing new actions)
1482026-08-29T16:09:35.898Z Actions: Completed 293 actions in 0.96 seconds.
1492026-08-29T16:09:35.902ZFinalize: Updating package state database ... Done
1502026-08-29T16:09:35.943ZFinalize: Updating package cache ... Done
1512026-08-29T16:09:36.041ZFinalize: Updating image state ... Done
1522026-08-29T16:09:38.677ZFinalize: Creating fast lookup database ... Done
1532026-08-29T16:09:38.754ZFinalize: Reading search index ... Done
1542026-08-29T16:09:38.757ZFinalize: Updating search index ... Done
1552026-08-29T16:09:38.935ZFinalize: Updating package cache ... Done
1562026-08-29T16:09:39.102Z++ export SDE=/opt/oxide/tofino_sde
1572026-08-29T16:09:39.102Z++ SDE=/opt/oxide/tofino_sde
1582026-08-29T16:09:39.102Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-08-29T16:09:39.102Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-08-29T16:09:39.102Z++ banner packages
1612026-08-29T16:09:39.105Z
1622026-08-29T16:09:39.105Z ##### ## #### # # ## #### ###### ####
1632026-08-29T16:09:39.105Z # # # # # # # # # # # # # #
1642026-08-29T16:09:39.105Z # # # # # #### # # # ##### ####
1652026-08-29T16:09:39.105Z ##### ###### # # # ###### # ### # #
1662026-08-29T16:09:39.105Z # # # # # # # # # # # # # #
1672026-08-29T16:09:39.105Z # # # #### # # # # #### ###### ####
1682026-08-29T16:09:39.105Z
1692026-08-29T16:09:39.105Z++ pfexec pkg install clang-15 pcap gcc14
1702026-08-29T16:09:39.376Z Startup: Refreshing catalog 'helios' ... Done
1712026-08-29T16:09:39.379Z Startup: Refreshing catalog 'oxide' ... Done
1722026-08-29T16:09:41.663ZPlanning: Solver setup ... Done
1732026-08-29T16:09:41.734ZPlanning: Running solver ... Done
1742026-08-29T16:09:41.787ZPlanning: Consolidating action changes ... Done
1752026-08-29T16:09:41.787ZPlanning: Evaluating mediators ... Done
1762026-08-29T16:09:41.790ZPlanning: Planning completed in 2.41 seconds
1772026-08-29T16:09:41.805ZNo updates necessary for this image.
1782026-08-29T16:09:41.945Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-08-29T16:09:42.157ZPlanning: Evaluating mediator changes ... Done
1802026-08-29T16:09:42.268ZPlanning: Checking for conflicting actions ... Done
1812026-08-29T16:09:42.271ZPlanning: Consolidating action changes ... Done
1822026-08-29T16:09:42.438ZPlanning: Evaluating mediators ... Done
1832026-08-29T16:09:42.441ZPlanning: Planning completed in 0.28 seconds
1842026-08-29T16:09:42.462Z Mediators to change: 2
1852026-08-29T16:09:42.463Z Create boot environment: No
1862026-08-29T16:09:42.466ZCreate backup boot environment: No
1872026-08-29T16:09:42.504ZFinalize: Updating package state database ... Done
1882026-08-29T16:09:42.504ZFinalize: Updating package cache ... Done
1892026-08-29T16:09:42.560ZFinalize: Updating image state ... Done
1902026-08-29T16:09:44.591ZFinalize: Creating fast lookup database ... Done
1912026-08-29T16:09:44.660ZFinalize: Reading search index ... Done
1922026-08-29T16:09:44.663ZFinalize: Updating search index ... Done
1932026-08-29T16:09:44.727ZFinalize: Updating package cache ... Done
1942026-08-29T16:09:44.802Z++ cargo --version
1952026-08-29T16:09:44.812Zcargo 1.90.0 (840b83a10 2025-07-30)
1962026-08-29T16:09:44.815Z++ rustc --version
1972026-08-29T16:09:44.835Zrustc 1.90.0 (1159e78c4 2025-09-14)
1982026-08-29T16:09:44.838Z+ banner copyrights
1992026-08-29T16:09:44.840Z
2002026-08-29T16:09:44.841Z #### #### ##### # # ##### # #### # # ##### ####
2012026-08-29T16:09:44.841Z # # # # # # # # # # # # # # # # #
2022026-08-29T16:09:44.841Z # # # # # # # # # # ###### # ####
2032026-08-29T16:09:44.841Z # # # ##### # ##### # # ### # # # #
2042026-08-29T16:09:44.841Z # # # # # # # # # # # # # # # #
2052026-08-29T16:09:44.841Z #### #### # # # # # #### # # # ####
2062026-08-29T16:09:44.841Z
2072026-08-29T16:09:44.841Z+ ./tools/check_copyrights.sh
2082026-08-29T16:09:45.131Zcommon/src/illumos.rs: Copyright with wrong year
2092026-08-29T16:09:46.028Zdpd/p4/headers.p4: Copyright with wrong year
2102026-08-29T16:09:46.444Zdpd/src/transceivers/stub_impl.rs: Copyright with wrong year
2112026-08-29T16:09:46.504Zpacket/src/eth.rs: Copyright with wrong year
2122026-08-29T16:09:46.597Zpcap/build.rs: Copyright with wrong year
2132026-08-29T16:09:46.792Ztfportd/src/linklocal.rs: Copyright with wrong year
2142026-08-29T16:09:47.028Z+ banner clippy
2152026-08-29T16:09:47.032Z
2162026-08-29T16:09:47.032Z #### # # ##### ##### # #
2172026-08-29T16:09:47.032Z # # # # # # # # # #
2182026-08-29T16:09:47.032Z # # # # # # # #
2192026-08-29T16:09:47.032Z # # # ##### ##### #
2202026-08-29T16:09:47.032Z # # # # # # #
2212026-08-29T16:09:47.032Z #### ###### # # # #
2222026-08-29T16:09:47.032Z
2232026-08-29T16:09:47.032Z+ for feat in tofino_stub tofino_asic softnpu chaos
2242026-08-29T16:09:47.033Z+ cargo clippy --features tofino_stub -- --deny warnings
2252026-08-29T16:09:47.175Z Updating git repository `https://github.com/oxidecomputer/omicron`
2262026-08-29T16:09:57.086Z Updating crates.io index
2272026-08-29T16:09:57.125Z Updating git repository `https://github.com/illumos/smf-rs`
2282026-08-29T16:09:57.676Z Updating git repository `https://github.com/oxidecomputer/propolis`
2292026-08-29T16:09:58.449Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2302026-08-29T16:09:58.768Z Updating git repository `https://github.com/oxidecomputer/tofino`
2312026-08-29T16:09:59.060Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2322026-08-29T16:10:00.410Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2332026-08-29T16:10:00.737Z Updating git repository `https://github.com/oxidecomputer/ispf`
2342026-08-29T16:10:01.242Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2352026-08-29T16:10:01.652Z Updating git repository `https://github.com/oxidecomputer/lldp`
2362026-08-29T16:10:02.133Z Updating git repository `https://github.com/oxidecomputer/lldp`
2372026-08-29T16:10:02.627Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2382026-08-29T16:10:03.276Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2392026-08-29T16:10:03.685Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2402026-08-29T16:10:04.077Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2412026-08-29T16:10:04.415Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2422026-08-29T16:10:05.015Z Updating git repository `https://github.com/oxidecomputer/p4`
2432026-08-29T16:10:05.540Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2442026-08-29T16:10:06.067Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2452026-08-29T16:10:06.645Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2462026-08-29T16:10:07.103Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2472026-08-29T16:10:07.443Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2482026-08-29T16:10:09.008Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2492026-08-29T16:10:09.620Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-08-29T16:10:10.188Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-08-29T16:10:11.615Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-08-29T16:10:12.297Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-08-29T16:10:12.639Z Updating git repository `https://github.com/oxidecomputer/clickward`
2542026-08-29T16:10:13.106Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2552026-08-29T16:10:14.907Z Downloading crates ...
2562026-08-29T16:10:14.995Z Downloaded base16ct v0.2.0
2572026-08-29T16:10:15.000Z Downloaded adler2 v2.0.1
2582026-08-29T16:10:15.003Z Downloaded bit-set v0.8.0
2592026-08-29T16:10:15.006Z Downloaded crypto-common v0.1.6
2602026-08-29T16:10:15.008Z Downloaded cobs v0.3.0
2612026-08-29T16:10:15.008Z Downloaded constant_time_eq v0.3.1
2622026-08-29T16:10:15.012Z Downloaded clap_lex v1.1.0
2632026-08-29T16:10:15.012Z Downloaded arrayref v0.3.9
2642026-08-29T16:10:15.015Z Downloaded async-recursion v1.1.1
2652026-08-29T16:10:15.018Z Downloaded equivalent v1.0.2
2662026-08-29T16:10:15.020Z Downloaded atomic-waker v1.1.2
2672026-08-29T16:10:15.023Z Downloaded aead v0.5.2
2682026-08-29T16:10:15.023Z Downloaded dunce v1.0.5
2692026-08-29T16:10:15.026Z Downloaded arrayvec v0.7.6
2702026-08-29T16:10:15.029Z Downloaded embedded-io v0.6.1
2712026-08-29T16:10:15.031Z Downloaded dropshot_endpoint v0.17.1
2722026-08-29T16:10:15.034Z Downloaded errno v0.3.14
2732026-08-29T16:10:15.037Z Downloaded fixedbitset v0.4.2
2742026-08-29T16:10:15.037Z Downloaded hostname v0.3.1
2752026-08-29T16:10:15.039Z Downloaded embedded-io v0.4.0
2762026-08-29T16:10:15.042Z Downloaded defmt v0.3.100
2772026-08-29T16:10:15.045Z Downloaded hash32 v0.3.1
2782026-08-29T16:10:15.045Z Downloaded block-buffer v0.12.0
2792026-08-29T16:10:15.048Z Downloaded compression-codecs v0.4.32
2802026-08-29T16:10:15.051Z Downloaded atomicwrites v0.4.4
2812026-08-29T16:10:15.053Z Downloaded data-encoding v2.9.0
2822026-08-29T16:10:15.056Z Downloaded async-stream-impl v0.3.6
2832026-08-29T16:10:15.056Z Downloaded cpufeatures v0.3.0
2842026-08-29T16:10:15.059Z Downloaded foldhash v0.2.0
2852026-08-29T16:10:15.063Z Downloaded erased-serde v0.3.31
2862026-08-29T16:10:15.065Z Downloaded autocfg v1.5.0
2872026-08-29T16:10:15.067Z Downloaded dropshot-api-manager-types v0.7.2
2882026-08-29T16:10:15.069Z Downloaded heck v0.4.1
2892026-08-29T16:10:15.069Z Downloaded crossbeam-deque v0.8.6
2902026-08-29T16:10:15.072Z Downloaded dof v0.4.0
2912026-08-29T16:10:15.072Z Downloaded curve25519-dalek-derive v0.1.1
2922026-08-29T16:10:15.075Z Downloaded group v0.13.0
2932026-08-29T16:10:15.078Z Downloaded anstream v1.0.0
2942026-08-29T16:10:15.081Z Downloaded colorchoice v1.0.4
2952026-08-29T16:10:15.081Z Downloaded httpdate v1.0.3
2962026-08-29T16:10:15.084Z Downloaded foreign-types v0.5.0
2972026-08-29T16:10:15.084Z Downloaded fnv v1.0.7
2982026-08-29T16:10:15.087Z Downloaded cfg_aliases v0.2.1
2992026-08-29T16:10:15.089Z Downloaded elliptic-curve v0.13.8
3002026-08-29T16:10:15.092Z Downloaded git-stub-vcs v0.1.0
3012026-08-29T16:10:15.095Z Downloaded defmt-macros v1.0.1
3022026-08-29T16:10:15.098Z Downloaded futures-core v0.3.32
3032026-08-29T16:10:15.098Z Downloaded cstr-argument v0.1.2
3042026-08-29T16:10:15.100Z Downloaded fastrand v2.3.0
3052026-08-29T16:10:15.103Z Downloaded cpufeatures v0.2.17
3062026-08-29T16:10:15.103Z Downloaded http-body v1.0.1
3072026-08-29T16:10:15.106Z Downloaded heck v0.5.0
3082026-08-29T16:10:15.109Z Downloaded gethostname v0.5.0
3092026-08-29T16:10:15.109Z Downloaded hex v0.4.3
3102026-08-29T16:10:15.111Z Downloaded git-stub v1.0.0
3112026-08-29T16:10:15.114Z Downloaded form_urlencoded v1.2.2
3122026-08-29T16:10:15.114Z Downloaded debug-ignore v1.0.5
3132026-08-29T16:10:15.117Z Downloaded generic-array v0.14.7
3142026-08-29T16:10:15.120Z Downloaded futures-io v0.3.32
3152026-08-29T16:10:15.120Z Downloaded crc8 v0.1.1
3162026-08-29T16:10:15.123Z Downloaded ciborium-io v0.2.2
3172026-08-29T16:10:15.123Z Downloaded hubpack v0.1.2
3182026-08-29T16:10:15.126Z Downloaded hubpack_derive v0.1.1
3192026-08-29T16:10:15.126Z Downloaded float-ord v0.3.2
3202026-08-29T16:10:15.128Z Downloaded defmt-parser v1.0.0
3212026-08-29T16:10:15.131Z Downloaded hyper-tls v0.6.0
3222026-08-29T16:10:15.131Z Downloaded hostname v0.4.2
3232026-08-29T16:10:15.135Z Downloaded foreign-types-shared v0.3.1
3242026-08-29T16:10:15.137Z Downloaded fs_extra v1.3.0
3252026-08-29T16:10:15.137Z Downloaded displaydoc v0.2.5
3262026-08-29T16:10:15.140Z Downloaded highway v1.3.0
3272026-08-29T16:10:15.143Z Downloaded futures-executor v0.3.32
3282026-08-29T16:10:15.145Z Downloaded ff v0.13.1
3292026-08-29T16:10:15.145Z Downloaded crossbeam-utils v0.8.21
3302026-08-29T16:10:15.148Z Downloaded cmake v0.1.54
3312026-08-29T16:10:15.151Z Downloaded cancel-safe-futures v0.1.5
3322026-08-29T16:10:15.153Z Downloaded futures-macro v0.3.32
3332026-08-29T16:10:15.156Z Downloaded foreign-types-macros v0.2.3
3342026-08-29T16:10:15.156Z Downloaded cexpr v0.6.0
3352026-08-29T16:10:15.159Z Downloaded instant v0.1.13
3362026-08-29T16:10:15.162Z Downloaded indent_write v2.2.0
3372026-08-29T16:10:15.162Z Downloaded crypto-common v0.2.2
3382026-08-29T16:10:15.166Z Downloaded ident_case v1.0.1
3392026-08-29T16:10:15.166Z Downloaded idna_adapter v1.2.1
3402026-08-29T16:10:15.169Z Downloaded dyn-clone v1.0.20
3412026-08-29T16:10:15.169Z Downloaded is_terminal_polyfill v1.70.1
3422026-08-29T16:10:15.169Z Downloaded itoa v1.0.15
3432026-08-29T16:10:15.172Z Downloaded lazy_static v1.5.0
3442026-08-29T16:10:15.176Z Downloaded libscf-sys v1.2.0
3452026-08-29T16:10:15.176Z Downloaded internet-checksum v0.2.1
3462026-08-29T16:10:15.176Z Downloaded is_ci v1.2.0
3472026-08-29T16:10:15.178Z Downloaded is-terminal v0.4.16
3482026-08-29T16:10:15.181Z Downloaded inout v0.1.4
3492026-08-29T16:10:15.181Z Downloaded critical-section v1.2.0
3502026-08-29T16:10:15.184Z Downloaded either v1.15.0
3512026-08-29T16:10:15.187Z Downloaded daft v0.1.5
3522026-08-29T16:10:15.187Z Downloaded chacha20 v0.9.1
3532026-08-29T16:10:15.189Z Downloaded bytecount v0.6.9
3542026-08-29T16:10:15.192Z Downloaded humantime v2.3.0
3552026-08-29T16:10:15.192Z Downloaded http-body-util v0.1.3
3562026-08-29T16:10:15.195Z Downloaded linked-hash-map v0.5.6
3572026-08-29T16:10:15.197Z Downloaded glob v0.3.3
3582026-08-29T16:10:15.197Z Downloaded filetime v0.2.26
3592026-08-29T16:10:15.200Z Downloaded kstat-rs v0.2.4
3602026-08-29T16:10:15.203Z Downloaded keccak v0.1.6
3612026-08-29T16:10:15.203Z Downloaded csv-core v0.1.12
3622026-08-29T16:10:15.205Z Downloaded macaddr v1.0.1
3632026-08-29T16:10:15.208Z Downloaded match_cfg v0.1.0
3642026-08-29T16:10:15.208Z Downloaded derive-ex v0.1.8
3652026-08-29T16:10:15.212Z Downloaded mime v0.3.17
3662026-08-29T16:10:15.212Z Downloaded crc32fast v1.5.0
3672026-08-29T16:10:15.214Z Downloaded anyhow v1.0.102
3682026-08-29T16:10:15.217Z Downloaded heapless v0.8.0
3692026-08-29T16:10:15.220Z Downloaded cargo_metadata v0.18.1
3702026-08-29T16:10:15.222Z Downloaded memoffset v0.9.1
3712026-08-29T16:10:15.222Z Downloaded managed v0.8.0
3722026-08-29T16:10:15.226Z Downloaded lru-slab v0.1.2
3732026-08-29T16:10:15.226Z Downloaded lru-cache v0.1.2
3742026-08-29T16:10:15.229Z Downloaded find-msvc-tools v0.1.9
3752026-08-29T16:10:15.229Z Downloaded normalize-line-endings v0.3.0
3762026-08-29T16:10:15.232Z Downloaded newline-converter v0.3.0
3772026-08-29T16:10:15.232Z Downloaded clap_derive v4.6.1
3782026-08-29T16:10:15.234Z Downloaded memmap v0.7.0
3792026-08-29T16:10:15.237Z Downloaded ipnet v2.11.0
3802026-08-29T16:10:15.237Z Downloaded num-derive v0.4.2
3812026-08-29T16:10:15.239Z Downloaded num-iter v0.1.45
3822026-08-29T16:10:15.242Z Downloaded ipnetwork v0.21.1
3832026-08-29T16:10:15.242Z Downloaded ingot v0.1.1
3842026-08-29T16:10:15.245Z Downloaded num_threads v0.1.7
3852026-08-29T16:10:15.248Z Downloaded opaque-debug v0.3.1
3862026-08-29T16:10:15.248Z Downloaded openssl-macros v0.1.1
3872026-08-29T16:10:15.248Z Downloaded defmt v1.0.1
3882026-08-29T16:10:15.251Z Downloaded num v0.4.3
3892026-08-29T16:10:15.253Z Downloaded fs-err v3.1.2
3902026-08-29T16:10:15.256Z Downloaded getrandom v0.2.16
3912026-08-29T16:10:15.259Z Downloaded futures-channel v0.3.32
3922026-08-29T16:10:15.260Z Downloaded darling v0.21.3
3932026-08-29T16:10:15.262Z Downloaded hmac v0.12.1
3942026-08-29T16:10:15.265Z Downloaded omicron-workspace-hack v0.1.0
3952026-08-29T16:10:15.268Z Downloaded hyper-rustls v0.27.7
3962026-08-29T16:10:15.268Z Downloaded lock_api v0.4.14
3972026-08-29T16:10:15.271Z Downloaded openssl-probe v0.1.6
3982026-08-29T16:10:15.271Z Downloaded drift v0.2.0
3992026-08-29T16:10:15.277Z Downloaded linear-map v1.2.0
4002026-08-29T16:10:15.280Z Downloaded globset v0.4.16
4012026-08-29T16:10:15.282Z Downloaded libsw-core v0.3.2
4022026-08-29T16:10:15.282Z Downloaded native-tls v0.2.14
4032026-08-29T16:10:15.285Z Downloaded parse-display v0.10.0
4042026-08-29T16:10:15.288Z Downloaded percent-encoding v2.3.2
4052026-08-29T16:10:15.288Z Downloaded multer v3.1.0
4062026-08-29T16:10:15.292Z Downloaded iana-time-zone v0.1.64
4072026-08-29T16:10:15.294Z Downloaded newtype-uuid-macros v0.1.0
4082026-08-29T16:10:15.295Z Downloaded phf_shared v0.12.1
4092026-08-29T16:10:15.295Z Downloaded newtype-uuid v1.3.2
4102026-08-29T16:10:15.297Z Downloaded libsw v3.5.0
4112026-08-29T16:10:15.300Z Downloaded httparse v1.10.1
4122026-08-29T16:10:15.300Z Downloaded pretty-hex v0.4.1
4132026-08-29T16:10:15.303Z Downloaded plain v0.2.3
4142026-08-29T16:10:15.303Z Downloaded olpc-cjson v0.1.4
4152026-08-29T16:10:15.306Z Downloaded num_enum_derive v0.5.11
4162026-08-29T16:10:15.306Z Downloaded hybrid-array v0.4.12
4172026-08-29T16:10:15.308Z Downloaded daft-derive v0.1.5
4182026-08-29T16:10:15.312Z Downloaded fixedbitset v0.5.7
4192026-08-29T16:10:15.312Z Downloaded cookie v0.18.1
4202026-08-29T16:10:15.316Z Downloaded num_enum_derive v0.7.5
4212026-08-29T16:10:15.318Z Downloaded num-conv v0.2.1
4222026-08-29T16:10:15.319Z Downloaded predicates-core v1.0.9
4232026-08-29T16:10:15.319Z Downloaded potential_utf v0.1.3
4242026-08-29T16:10:15.321Z Downloaded powerfmt v0.2.0
4252026-08-29T16:10:15.321Z Downloaded proc-macro-error-attr2 v2.0.0
4262026-08-29T16:10:15.324Z Downloaded num_enum v0.7.5
4272026-08-29T16:10:15.327Z Downloaded dropshot_endpoint v0.16.7
4282026-08-29T16:10:15.330Z Downloaded oxide-tokio-rt v0.1.2
4292026-08-29T16:10:15.333Z Downloaded derive-where v1.6.0
4302026-08-29T16:10:15.333Z Downloaded crossbeam-epoch v0.9.18
4312026-08-29T16:10:15.336Z Downloaded const-oid v0.10.2
4322026-08-29T16:10:15.338Z Downloaded base64 v0.22.1
4332026-08-29T16:10:15.341Z Downloaded clap v4.6.1
4342026-08-29T16:10:15.345Z Downloaded oxnet v0.1.6
4352026-08-29T16:10:15.348Z Downloaded progenitor-client v0.10.0
4362026-08-29T16:10:15.351Z Downloaded progenitor-macro v0.10.0
4372026-08-29T16:10:15.351Z Downloaded progenitor-client v0.14.0
4382026-08-29T16:10:15.354Z Downloaded progenitor-client v0.11.1
4392026-08-29T16:10:15.354Z Downloaded progenitor-macro v0.14.0
4402026-08-29T16:10:15.354Z Downloaded litemap v0.8.0
4412026-08-29T16:10:15.356Z Downloaded quick-error v1.2.3
4422026-08-29T16:10:15.359Z Downloaded paste v1.0.15
4432026-08-29T16:10:15.360Z Downloaded bytes v1.12.0
4442026-08-29T16:10:15.363Z Downloaded password-hash v0.5.0
4452026-08-29T16:10:15.365Z Downloaded derive_more v0.99.20
4462026-08-29T16:10:15.368Z Downloaded pkg-config v0.3.32
4472026-08-29T16:10:15.371Z Downloaded rand_chacha v0.3.1
4482026-08-29T16:10:15.371Z Downloaded pin-project-lite v0.2.16
4492026-08-29T16:10:15.373Z Downloaded rand_xorshift v0.4.0
4502026-08-29T16:10:15.376Z Downloaded memmap2 v0.9.8
4512026-08-29T16:10:15.376Z Downloaded rustc-hash v2.1.1
4522026-08-29T16:10:15.379Z Downloaded hashbrown v0.16.1
4532026-08-29T16:10:15.382Z Downloaded rustc_version v0.4.1
4542026-08-29T16:10:15.384Z Downloaded ppv-lite86 v0.2.21
4552026-08-29T16:10:15.384Z Downloaded ref-cast-impl v1.0.25
4562026-08-29T16:10:15.387Z Downloaded rustc_version v0.1.7
4572026-08-29T16:10:15.387Z Downloaded getrandom v0.4.2
4582026-08-29T16:10:15.390Z Downloaded ref-cast v1.0.25
4592026-08-29T16:10:15.393Z Downloaded icu_provider v2.0.0
4602026-08-29T16:10:15.395Z Downloaded ingot-macros v0.1.1
4612026-08-29T16:10:15.395Z Downloaded indexmap v1.9.3
4622026-08-29T16:10:15.398Z Downloaded poly1305 v0.8.0
4632026-08-29T16:10:15.401Z Downloaded proc-macro-error v1.0.4
4642026-08-29T16:10:15.404Z Downloaded proc-macro-error2 v2.0.1
4652026-08-29T16:10:15.407Z Downloaded same-file v1.0.6
4662026-08-29T16:10:15.407Z Downloaded flate2 v1.1.2
4672026-08-29T16:10:15.409Z Downloaded predicates v3.1.4
4682026-08-29T16:10:15.412Z Downloaded scopeguard v1.2.0
4692026-08-29T16:10:15.412Z Downloaded parking_lot_core v0.9.12
4702026-08-29T16:10:15.416Z Downloaded omicron-zone-package v0.12.2
4712026-08-29T16:10:15.416Z Downloaded progenitor v0.10.0
4722026-08-29T16:10:15.419Z Downloaded const_format v0.2.34
4732026-08-29T16:10:15.422Z Downloaded once_cell v1.21.3
4742026-08-29T16:10:15.425Z Downloaded num-integer v0.1.46
4752026-08-29T16:10:15.425Z Downloaded progenitor v0.11.1
4762026-08-29T16:10:15.427Z Downloaded progenitor-macro v0.11.1
4772026-08-29T16:10:15.427Z Downloaded secrecy v0.10.3
4782026-08-29T16:10:15.431Z Downloaded scroll_derive v0.13.1
4792026-08-29T16:10:15.431Z Downloaded scroll_derive v0.12.1
4802026-08-29T16:10:15.431Z Downloaded parking_lot v0.12.5
4812026-08-29T16:10:15.433Z Downloaded parse-display-derive v0.10.0
4822026-08-29T16:10:15.433Z Downloaded curl v0.4.50
4832026-08-29T16:10:15.436Z Downloaded async-compression v0.4.33
4842026-08-29T16:10:15.440Z Downloaded search_path v0.1.4
4852026-08-29T16:10:15.443Z Downloaded semver v0.1.20
4862026-08-29T16:10:15.443Z Downloaded pest_derive v2.8.2
4872026-08-29T16:10:15.445Z Downloaded rand_core v0.9.3
4882026-08-29T16:10:15.448Z Downloaded quote v1.0.45
4892026-08-29T16:10:15.448Z Downloaded crossbeam-channel v0.5.15
4902026-08-29T16:10:15.453Z Downloaded serde_repr v0.1.20
4912026-08-29T16:10:15.455Z Downloaded serde_urlencoded v0.7.1
4922026-08-29T16:10:15.455Z Downloaded serde_spanned v1.1.1
4932026-08-29T16:10:15.455Z Downloaded serde-big-array v0.5.1
4942026-08-29T16:10:15.458Z Downloaded rand_core v0.6.4
4952026-08-29T16:10:15.458Z Downloaded rand_chacha v0.9.0
4962026-08-29T16:10:15.462Z Downloaded cc v1.2.64
4972026-08-29T16:10:15.462Z Downloaded half v2.7.1
4982026-08-29T16:10:15.464Z Downloaded jiff-static v0.2.15
4992026-08-29T16:10:15.467Z Downloaded icu_normalizer_data v2.0.0
5002026-08-29T16:10:15.467Z Downloaded icu_normalizer v2.0.0
5012026-08-29T16:10:15.470Z Downloaded postcard v1.1.3
5022026-08-29T16:10:15.473Z Downloaded sha1 v0.10.6
5032026-08-29T16:10:15.473Z Downloaded progenitor v0.14.0
5042026-08-29T16:10:15.475Z Downloaded resolv-conf v0.7.5
5052026-08-29T16:10:15.475Z Downloaded num-rational v0.4.2
5062026-08-29T16:10:15.478Z Downloaded chacha20poly1305 v0.10.1
5072026-08-29T16:10:15.478Z Downloaded futures v0.3.32
5082026-08-29T16:10:15.481Z Downloaded signal-hook-tokio v0.4.0
5092026-08-29T16:10:15.484Z Downloaded sha1 v0.11.0
5102026-08-29T16:10:15.484Z Downloaded slog-bunyan v2.5.0
5112026-08-29T16:10:15.487Z Downloaded hickory-resolver v0.24.4
5122026-08-29T16:10:15.490Z Downloaded rustversion v1.0.22
5132026-08-29T16:10:15.490Z Downloaded siphasher v1.0.1
5142026-08-29T16:10:15.493Z Downloaded darling_core v0.21.3
5152026-08-29T16:10:15.495Z Downloaded hickory-resolver v0.25.2
5162026-08-29T16:10:15.498Z Downloaded expectorate v1.3.0
5172026-08-29T16:10:15.501Z Downloaded scroll v0.13.0
5182026-08-29T16:10:15.501Z Downloaded papergrid v0.18.0
5192026-08-29T16:10:15.504Z Downloaded smawk v0.3.2
5202026-08-29T16:10:15.507Z Downloaded scroll v0.12.0
5212026-08-29T16:10:15.507Z Downloaded pest_meta v2.8.2
5222026-08-29T16:10:15.510Z Downloaded papergrid v0.11.0
5232026-08-29T16:10:15.510Z Downloaded strum v0.26.3
5242026-08-29T16:10:15.513Z Downloaded quinn-udp v0.5.14
5252026-08-29T16:10:15.513Z Downloaded structmeta-derive v0.3.0
5262026-08-29T16:10:15.516Z Downloaded structmeta v0.3.0
5272026-08-29T16:10:15.516Z Downloaded icu_collections v2.0.0
5282026-08-29T16:10:15.519Z Downloaded miniz_oxide v0.8.9
5292026-08-29T16:10:15.522Z Downloaded strsim v0.11.1
5302026-08-29T16:10:15.522Z Downloaded stable_deref_trait v1.2.0
5312026-08-29T16:10:15.525Z Downloaded serde_tokenstream v0.2.3
5322026-08-29T16:10:15.525Z Downloaded serde_path_to_error v0.1.20
5332026-08-29T16:10:15.525Z Downloaded schemars_derive v0.8.22
5342026-08-29T16:10:15.528Z Downloaded rusty-fork v0.3.0
5352026-08-29T16:10:15.528Z Downloaded strum v0.27.2
5362026-08-29T16:10:15.531Z Downloaded strum v0.28.0
5372026-08-29T16:10:15.531Z Downloaded sync_wrapper v1.0.2
5382026-08-29T16:10:15.531Z Downloaded subtle v2.6.1
5392026-08-29T16:10:15.534Z Downloaded serde_derive_internals v0.29.1
5402026-08-29T16:10:15.534Z Downloaded sigpipe v0.1.3
5412026-08-29T16:10:15.534Z Downloaded serde_spanned v0.6.9
5422026-08-29T16:10:15.537Z Downloaded serde_plain v1.0.2
5432026-08-29T16:10:15.537Z Downloaded shlex v2.0.1
5442026-08-29T16:10:15.539Z Downloaded log v0.4.29
5452026-08-29T16:10:15.539Z Downloaded crypto-bigint v0.5.5
5462026-08-29T16:10:15.543Z Downloaded icu_locale_core v2.0.0
5472026-08-29T16:10:15.547Z Downloaded sha2 v0.10.9
5482026-08-29T16:10:15.550Z Downloaded ryu v1.0.20
5492026-08-29T16:10:15.555Z Downloaded owo-colors v4.3.0
5502026-08-29T16:10:15.555Z Downloaded supports-color v3.0.2
5512026-08-29T16:10:15.555Z Downloaded tagptr v0.2.0
5522026-08-29T16:10:15.555Z Downloaded take_mut v0.2.2
5532026-08-29T16:10:15.558Z Downloaded tabled_derive v0.7.0
5542026-08-29T16:10:15.558Z Downloaded shlex v1.3.0
5552026-08-29T16:10:15.558Z Downloaded tabwriter v1.4.1
5562026-08-29T16:10:15.560Z Downloaded terminal_size v0.4.3
5572026-08-29T16:10:15.560Z Downloaded termtree v0.5.1
5582026-08-29T16:10:15.560Z Downloaded num-traits v0.2.19
5592026-08-29T16:10:15.563Z Downloaded slog-async v2.8.0
5602026-08-29T16:10:15.566Z Downloaded signal-hook-registry v1.4.6
5612026-08-29T16:10:15.566Z Downloaded rustls-pemfile v2.2.0
5622026-08-29T16:10:15.569Z Downloaded icu_properties v2.0.1
5632026-08-29T16:10:15.569Z Downloaded pin-project-internal v1.1.10
5642026-08-29T16:10:15.571Z Downloaded phf v0.12.1
5652026-08-29T16:10:15.571Z Downloaded testing_table v0.3.0
5662026-08-29T16:10:15.571Z Downloaded thiserror-impl-no-std v2.0.2
5672026-08-29T16:10:15.574Z Downloaded smf v0.2.3
5682026-08-29T16:10:15.574Z Downloaded snafu-derive v0.8.9
5692026-08-29T16:10:15.577Z Downloaded time-core v0.1.8
5702026-08-29T16:10:15.577Z Downloaded slab v0.4.11
5712026-08-29T16:10:15.577Z Downloaded slog-dtrace v0.3.0
5722026-08-29T16:10:15.580Z Downloaded progenitor-impl v0.10.0
5732026-08-29T16:10:15.580Z Downloaded slog-term v2.9.2
5742026-08-29T16:10:15.583Z Downloaded thread-id v5.0.0
5752026-08-29T16:10:15.583Z Downloaded thread-id v4.2.2
5762026-08-29T16:10:15.585Z Downloaded slog-json v2.6.1
5772026-08-29T16:10:15.586Z Downloaded openssl-sys v0.9.117
5782026-08-29T16:10:15.589Z Downloaded tokio-macros v2.7.0
5792026-08-29T16:10:15.589Z Downloaded minimal-lexical v0.2.1
5802026-08-29T16:10:15.592Z Downloaded memchr v2.7.5
5812026-08-29T16:10:15.594Z Downloaded static_assertions v1.1.0
5822026-08-29T16:10:15.597Z Downloaded strum_macros v0.27.2
5832026-08-29T16:10:15.597Z Downloaded strum_macros v0.26.4
5842026-08-29T16:10:15.600Z Downloaded pin-project v1.1.10
5852026-08-29T16:10:15.605Z Downloaded swrite v0.1.0
5862026-08-29T16:10:15.608Z Downloaded strum_macros v0.28.0
5872026-08-29T16:10:15.608Z Downloaded tinyvec_macros v0.1.1
5882026-08-29T16:10:15.608Z Downloaded pest_generator v2.8.2
5892026-08-29T16:10:15.611Z Downloaded pem v3.0.5
5902026-08-29T16:10:15.611Z Downloaded proc-macro-error-attr v1.0.4
5912026-08-29T16:10:15.613Z Downloaded proc-macro-crate v1.3.1
5922026-08-29T16:10:15.613Z Downloaded num_enum v0.5.11
5932026-08-29T16:10:15.616Z Downloaded toml_datetime v0.6.11
5942026-08-29T16:10:15.616Z Downloaded prettyplease v0.2.37
5952026-08-29T16:10:15.619Z Downloaded getrandom v0.3.3
5962026-08-29T16:10:15.621Z Downloaded schemars v0.8.22
5972026-08-29T16:10:15.627Z Downloaded synstructure v0.13.2
5982026-08-29T16:10:15.629Z Downloaded serde_with_macros v3.14.1
5992026-08-29T16:10:15.629Z Downloaded num-complex v0.4.6
6002026-08-29T16:10:15.632Z Downloaded topological-sort v0.2.2
6012026-08-29T16:10:15.632Z Downloaded tower-service v0.3.3
6022026-08-29T16:10:15.632Z Downloaded thiserror v1.0.69
6032026-08-29T16:10:15.635Z Downloaded smallvec v1.15.1
6042026-08-29T16:10:15.639Z Downloaded try-lock v0.2.5
6052026-08-29T16:10:15.639Z Downloaded progenitor-impl v0.14.0
6062026-08-29T16:10:15.642Z Downloaded progenitor-impl v0.11.1
6072026-08-29T16:10:15.642Z Downloaded thread_local v1.1.9
6082026-08-29T16:10:15.645Z Downloaded thiserror-no-std v2.0.2
6092026-08-29T16:10:15.645Z Downloaded hashbrown v0.12.3
6102026-08-29T16:10:15.648Z Downloaded typify-macro v0.6.2
6112026-08-29T16:10:15.648Z Downloaded semver v1.0.28
6122026-08-29T16:10:15.651Z Downloaded thiserror-impl v2.0.18
6132026-08-29T16:10:15.651Z Downloaded thiserror-impl v1.0.69
6142026-08-29T16:10:15.654Z Downloaded thiserror v2.0.18
6152026-08-29T16:10:15.656Z Downloaded rustls-pki-types v1.12.0
6162026-08-29T16:10:15.659Z Downloaded proc-macro2 v1.0.106
6172026-08-29T16:10:15.659Z Downloaded tokio-native-tls v0.3.1
6182026-08-29T16:10:15.662Z Downloaded time-macros v0.2.27
6192026-08-29T16:10:15.662Z Downloaded unarray v0.1.4
6202026-08-29T16:10:15.662Z Downloaded untrusted v0.7.1
6212026-08-29T16:10:15.666Z Downloaded typify-macro v0.4.3
6222026-08-29T16:10:15.666Z Downloaded spin v0.9.8
6232026-08-29T16:10:15.666Z Downloaded tokio-dtrace v0.1.1
6242026-08-29T16:10:15.669Z Downloaded tinystr v0.8.1
6252026-08-29T16:10:15.669Z Downloaded hyper-util v0.1.20
6262026-08-29T16:10:15.671Z Downloaded http v1.4.2
6272026-08-29T16:10:15.674Z Downloaded tokio-rustls v0.25.0
6282026-08-29T16:10:15.677Z Downloaded rayon-core v1.13.0
6292026-08-29T16:10:15.677Z Downloaded toml_writer v1.1.1+spec-1.1.0
6302026-08-29T16:10:15.680Z Downloaded unicode-linebreak v0.1.5
6312026-08-29T16:10:15.680Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6322026-08-29T16:10:15.680Z Downloaded usdt v0.5.0
6332026-08-29T16:10:15.683Z Downloaded untrusted v0.9.0
6342026-08-29T16:10:15.683Z Downloaded serde_core v1.0.228
6352026-08-29T16:10:15.683Z Downloaded utf8_iter v1.0.4
6362026-08-29T16:10:15.686Z Downloaded usdt v0.6.0
6372026-08-29T16:10:15.686Z Downloaded indexmap v2.14.0
6382026-08-29T16:10:15.689Z Downloaded unicode-xid v0.2.6
6392026-08-29T16:10:15.689Z Downloaded tower-layer v0.3.3
6402026-08-29T16:10:15.689Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6412026-08-29T16:10:15.692Z Downloaded toml_write v0.1.2
6422026-08-29T16:10:15.692Z Downloaded libloading v0.8.9
6432026-08-29T16:10:15.694Z Downloaded console v0.16.4
6442026-08-29T16:10:15.694Z Downloaded ciborium v0.2.2
6452026-08-29T16:10:15.698Z Downloaded schemars v0.9.0
6462026-08-29T16:10:15.701Z Downloaded serde_yaml v0.9.34+deprecated
6472026-08-29T16:10:15.704Z Downloaded usdt-macro v0.6.0
6482026-08-29T16:10:15.704Z Downloaded term v1.2.0
6492026-08-29T16:10:15.707Z Downloaded usdt-attr-macro v0.5.0
6502026-08-29T16:10:15.707Z Downloaded tempfile v3.27.0
6512026-08-29T16:10:15.710Z Downloaded version_check v0.9.5
6522026-08-29T16:10:15.710Z Downloaded utf8parse v0.2.2
6532026-08-29T16:10:15.712Z Downloaded camino v1.2.3
6542026-08-29T16:10:15.712Z Downloaded want v0.3.1
6552026-08-29T16:10:15.712Z Downloaded wait-timeout v0.2.1
6562026-08-29T16:10:15.715Z Downloaded newtype_derive v0.1.6
6572026-08-29T16:10:15.715Z Downloaded jobserver v0.1.34
6582026-08-29T16:10:15.716Z Downloaded ingot-types v0.1.2
6592026-08-29T16:10:15.719Z Downloaded const_format_proc_macros v0.2.34
6602026-08-29T16:10:15.719Z Downloaded colored v3.1.1
6612026-08-29T16:10:15.721Z Downloaded clang-sys v1.8.1
6622026-08-29T16:10:15.721Z Downloaded similar v2.7.0
6632026-08-29T16:10:15.724Z Downloaded signal-hook v0.4.4
6642026-08-29T16:10:15.727Z Downloaded byteorder v1.5.0
6652026-08-29T16:10:15.727Z Downloaded anstyle v1.0.14
6662026-08-29T16:10:15.730Z Downloaded waitgroup v0.1.2
6672026-08-29T16:10:15.730Z Downloaded bit-vec v0.8.0
6682026-08-29T16:10:15.730Z Downloaded socket2 v0.6.4
6692026-08-29T16:10:15.732Z Downloaded bitflags v2.11.1
6702026-08-29T16:10:15.735Z Downloaded xattr v1.6.1
6712026-08-29T16:10:15.735Z Downloaded quinn v0.11.9
6722026-08-29T16:10:15.738Z Downloaded digest v0.11.3
6732026-08-29T16:10:15.738Z Downloaded digest v0.10.7
6742026-08-29T16:10:15.741Z Downloaded blake2 v0.10.6
6752026-08-29T16:10:15.741Z Downloaded qorb v0.4.1
6762026-08-29T16:10:15.745Z Downloaded mio v1.2.1
6772026-08-29T16:10:15.775Z Downloaded universal-hash v0.5.1
6782026-08-29T16:10:15.775Z Downloaded serde_derive v1.0.228
6792026-08-29T16:10:15.775Z Downloaded tokio-stream v0.1.17
6802026-08-29T16:10:15.775Z Downloaded zeroize_derive v1.4.3
6812026-08-29T16:10:15.775Z Downloaded tokio-rustls v0.26.4
6822026-08-29T16:10:15.775Z Downloaded zerofrom-derive v0.1.6
6832026-08-29T16:10:15.776Z Downloaded deranged v0.5.3
6842026-08-29T16:10:15.776Z Downloaded camino-tempfile v1.4.1
6852026-08-29T16:10:15.776Z Downloaded foreign-types v0.3.2
6862026-08-29T16:10:15.776Z Downloaded toml_parser v1.1.2+spec-1.1.0
6872026-08-29T16:10:15.776Z Downloaded toml v0.8.23
6882026-08-29T16:10:15.776Z Downloaded dtrace-parser v0.2.0
6892026-08-29T16:10:15.776Z Downloaded cipher v0.4.4
6902026-08-29T16:10:15.776Z Downloaded float-cmp v0.10.0
6912026-08-29T16:10:15.776Z Downloaded usdt-attr-macro v0.6.0
6922026-08-29T16:10:15.776Z Downloaded foreign-types-shared v0.1.1
6932026-08-29T16:10:15.776Z Downloaded zerofrom v0.1.6
6942026-08-29T16:10:15.776Z Downloaded yoke-derive v0.8.0
6952026-08-29T16:10:15.776Z Downloaded dtrace-parser v0.3.0
6962026-08-29T16:10:15.776Z Downloaded compression-core v0.4.32
6972026-08-29T16:10:15.776Z Downloaded zone v0.3.1
6982026-08-29T16:10:15.777Z Downloaded futures-task v0.3.32
6992026-08-29T16:10:15.777Z Downloaded crucible-workspace-hack v0.1.0
7002026-08-29T16:10:15.777Z Downloaded darling_macro v0.21.3
7012026-08-29T16:10:15.777Z Downloaded convert_case v0.4.0
7022026-08-29T16:10:15.777Z Downloaded bitflags v1.3.2
7032026-08-29T16:10:15.777Z Downloaded cfg-if v1.0.4
7042026-08-29T16:10:15.777Z Downloaded ciborium-ll v0.2.2
7052026-08-29T16:10:15.777Z Downloaded futures-sink v0.3.32
7062026-08-29T16:10:15.777Z Downloaded usdt-macro v0.5.0
7072026-08-29T16:10:15.777Z Downloaded foldhash v0.1.5
7082026-08-29T16:10:15.780Z Downloaded async-trait v0.1.89
7092026-08-29T16:10:15.780Z Downloaded walkdir v2.5.0
7102026-08-29T16:10:15.780Z Downloaded usdt-impl v0.6.0
7112026-08-29T16:10:15.780Z Downloaded block-buffer v0.10.4
7122026-08-29T16:10:15.780Z Downloaded bcs v0.1.6
7132026-08-29T16:10:15.784Z Downloaded nom v7.1.3
7142026-08-29T16:10:15.784Z Downloaded base64ct v1.8.0
7152026-08-29T16:10:15.787Z Downloaded backoff v0.4.0
7162026-08-29T16:10:15.787Z Downloaded difflib v0.4.0
7172026-08-29T16:10:15.787Z Downloaded argon2 v0.5.3
7182026-08-29T16:10:15.790Z Downloaded allocator-api2 v0.2.21
7192026-08-29T16:10:15.790Z Downloaded async-stream v0.3.6
7202026-08-29T16:10:15.792Z Downloaded usdt-impl v0.5.0
7212026-08-29T16:10:15.792Z Downloaded zone_cfg_derive v0.3.1
7222026-08-29T16:10:15.793Z Downloaded whoami v1.6.1
7232026-08-29T16:10:15.795Z Downloaded vsss-rs v3.3.4
7242026-08-29T16:10:15.795Z Downloaded schemars v1.2.0
7252026-08-29T16:10:15.802Z Downloaded textwrap v0.16.2
7262026-08-29T16:10:15.805Z Downloaded scuffle v0.1.0
7272026-08-29T16:10:15.807Z Downloaded slog v2.8.2
7282026-08-29T16:10:15.810Z Downloaded serde v1.0.228
7292026-08-29T16:10:15.810Z Downloaded tracing-attributes v0.1.30
7302026-08-29T16:10:15.813Z Downloaded test-strategy v0.4.3
7312026-08-29T16:10:15.813Z Downloaded zerovec-derive v0.11.1
7322026-08-29T16:10:15.816Z Downloaded zeroize v1.8.1
7332026-08-29T16:10:15.816Z Downloaded enum-as-inner v0.6.1
7342026-08-29T16:10:15.816Z Downloaded cargo-platform v0.1.9
7352026-08-29T16:10:15.818Z Downloaded anstyle-query v1.1.4
7362026-08-29T16:10:15.818Z Downloaded dof v0.3.0
7372026-08-29T16:10:15.818Z Downloaded writeable v0.6.1
7382026-08-29T16:10:15.821Z Downloaded anstyle-parse v1.0.0
7392026-08-29T16:10:15.821Z Downloaded tinyvec v1.10.0
7402026-08-29T16:10:15.824Z Downloaded rand v0.8.5
7412026-08-29T16:10:15.824Z Downloaded iri-string v0.7.8
7422026-08-29T16:10:15.827Z Downloaded yoke v0.8.0
7432026-08-29T16:10:15.830Z Downloaded idna v1.1.0
7442026-08-29T16:10:15.833Z Downloaded toml v1.1.2+spec-1.1.0
7452026-08-29T16:10:15.833Z Downloaded vergen v8.3.2
7462026-08-29T16:10:15.835Z Downloaded hashbrown v0.15.5
7472026-08-29T16:10:15.838Z Downloaded dropshot-api-manager v0.7.2
7482026-08-29T16:10:15.841Z Downloaded iddqd v0.3.18
7492026-08-29T16:10:15.843Z Downloaded aho-corasick v1.1.3
7502026-08-29T16:10:15.846Z Downloaded ucd-trie v0.1.7
7512026-08-29T16:10:15.849Z Downloaded rustls-webpki v0.103.6
7522026-08-29T16:10:15.853Z Downloaded pest v2.8.2
7532026-08-29T16:10:15.858Z Downloaded tar v0.4.45
7542026-08-29T16:10:15.860Z Downloaded zerocopy-derive v0.7.35
7552026-08-29T16:10:15.863Z Downloaded hyper v1.10.1
7562026-08-29T16:10:15.867Z Downloaded icu_properties_data v2.0.1
7572026-08-29T16:10:15.871Z Downloaded typify v0.6.2
7582026-08-29T16:10:15.874Z Downloaded typify v0.4.3
7592026-08-29T16:10:15.877Z Downloaded toml_edit v0.22.27
7602026-08-29T16:10:15.881Z Downloaded snafu v0.8.9
7612026-08-29T16:10:15.884Z Downloaded hashbrown v0.17.1
7622026-08-29T16:10:15.886Z Downloaded unsafe-libyaml v0.2.11
7632026-08-29T16:10:15.886Z Downloaded hkdf v0.12.4
7642026-08-29T16:10:15.889Z Downloaded toml v0.7.8
7652026-08-29T16:10:15.889Z Downloaded itertools v0.14.0
7662026-08-29T16:10:15.893Z Downloaded unicode-ident v1.0.24
7672026-08-29T16:10:15.896Z Downloaded rand v0.9.3
7682026-08-29T16:10:15.899Z Downloaded steno v0.4.1
7692026-08-29T16:10:15.899Z Downloaded zmij v1.0.17
7702026-08-29T16:10:15.901Z Downloaded toml v0.9.12+spec-1.1.0
7712026-08-29T16:10:15.905Z Downloaded itertools v0.12.1
7722026-08-29T16:10:15.912Z Downloaded uuid v1.23.3
7732026-08-29T16:10:15.915Z Downloaded similar v3.2.0
7742026-08-29T16:10:15.918Z Downloaded tracing-core v0.1.34
7752026-08-29T16:10:15.918Z Downloaded libm v0.2.15
7762026-08-29T16:10:15.923Z Downloaded clap_builder v4.6.0
7772026-08-29T16:10:15.927Z Downloaded goblin v0.8.2
7782026-08-29T16:10:15.930Z Downloaded tracing v0.1.41
7792026-08-29T16:10:15.933Z Downloaded itertools v0.15.0
7802026-08-29T16:10:15.936Z Downloaded futures-util v0.3.32
7812026-08-29T16:10:15.943Z Downloaded h2 v0.4.14
7822026-08-29T16:10:15.954Z Downloaded toml_edit v0.19.15
7832026-08-29T16:10:15.982Z Downloaded tower v0.5.2
7842026-08-29T16:10:15.988Z Downloaded blake3 v1.8.2
7852026-08-29T16:10:15.996Z Downloaded url v2.5.7
7862026-08-29T16:10:15.999Z Downloaded rayon v1.11.0
7872026-08-29T16:10:15.999Z Downloaded zerotrie v0.2.2
7882026-08-29T16:10:16.002Z Downloaded iddqd v0.4.5
7892026-08-29T16:10:16.009Z Downloaded typenum v1.20.1
7902026-08-29T16:10:16.018Z Downloaded serde_json v1.0.150
7912026-08-29T16:10:16.025Z Downloaded git2 v0.19.0
7922026-08-29T16:10:16.030Z Downloaded tower-http v0.6.8
7932026-08-29T16:10:16.034Z Downloaded regex v1.12.4
7942026-08-29T16:10:16.037Z Downloaded zerocopy-derive v0.8.27
7952026-08-29T16:10:16.040Z Downloaded reqwest v0.13.2
7962026-08-29T16:10:16.043Z Downloaded reqwest v0.12.23
7972026-08-29T16:10:16.046Z Downloaded goblin v0.10.1
7982026-08-29T16:10:16.050Z Downloaded aws-lc-rs v1.16.2
7992026-08-29T16:10:16.055Z Downloaded typed-path v0.9.3
8002026-08-29T16:10:16.058Z Downloaded rustls-webpki v0.102.8
8012026-08-29T16:10:16.068Z Downloaded unicode-segmentation v1.12.0
8022026-08-29T16:10:16.070Z Downloaded tokio-util v0.7.16
8032026-08-29T16:10:16.078Z Downloaded chrono v0.4.45
8042026-08-29T16:10:16.087Z Downloaded bindgen v0.72.1
8052026-08-29T16:10:16.096Z Downloaded unicode-normalization v0.1.24
8062026-08-29T16:10:16.105Z Downloaded tough v0.20.0
8072026-08-29T16:10:16.112Z Downloaded moka v0.12.11
8082026-08-29T16:10:16.118Z Downloaded proptest v1.8.0
8092026-08-29T16:10:16.123Z Downloaded quinn-proto v0.11.14
8102026-08-29T16:10:16.126Z Downloaded zerovec v0.11.4
8112026-08-29T16:10:16.129Z Downloaded portable-atomic v1.11.1
8122026-08-29T16:10:16.146Z Downloaded tabled v0.15.0
8132026-08-29T16:10:16.172Z Downloaded winnow v0.5.40
8142026-08-29T16:10:16.176Z Downloaded time v0.3.47
8152026-08-29T16:10:16.182Z Downloaded dropshot v0.17.1
8162026-08-29T16:10:16.194Z Downloaded zerocopy v0.7.35
8172026-08-29T16:10:16.202Z Downloaded tabled v0.21.0
8182026-08-29T16:10:16.211Z Downloaded zerocopy v0.8.27
8192026-08-29T16:10:16.223Z Downloaded winnow v1.0.3
8202026-08-29T16:10:16.227Z Downloaded dropshot v0.16.7
8212026-08-29T16:10:16.239Z Downloaded unicode-width v0.2.1
8222026-08-29T16:10:16.242Z Downloaded rustls v0.22.4
8232026-08-29T16:10:16.249Z Downloaded syn v2.0.118
8242026-08-29T16:10:16.254Z Downloaded regex-syntax v0.8.11
8252026-08-29T16:10:16.258Z Downloaded bstr v1.12.0
8262026-08-29T16:10:16.263Z Downloaded regress v0.10.5
8272026-08-29T16:10:16.268Z Downloaded hickory-proto v0.24.4
8282026-08-29T16:10:16.276Z Downloaded openapiv3 v2.2.0
8292026-08-29T16:10:16.284Z Downloaded smoltcp v0.11.0
8302026-08-29T16:10:16.290Z Downloaded syn v1.0.109
8312026-08-29T16:10:16.295Z Downloaded rustix v1.1.4
8322026-08-29T16:10:16.309Z Downloaded unicode-width v0.1.14
8332026-08-29T16:10:16.312Z Downloaded nix v0.31.3
8342026-08-29T16:10:16.319Z Downloaded webpki-roots v1.0.2
8352026-08-29T16:10:16.321Z Downloaded openssl v0.10.81
8362026-08-29T16:10:16.326Z Downloaded nix v0.30.1
8372026-08-29T16:10:16.334Z Downloaded winnow v0.7.14
8382026-08-29T16:10:16.338Z Downloaded hickory-proto v0.25.2
8392026-08-29T16:10:16.347Z Downloaded regress v0.11.1
8402026-08-29T16:10:16.351Z Downloaded vcpkg v0.2.15
8412026-08-29T16:10:16.373Z Downloaded rustix v0.38.44
8422026-08-29T16:10:16.385Z Downloaded rustls v0.23.40
8432026-08-29T16:10:16.392Z Downloaded curve25519-dalek v4.1.3
8442026-08-29T16:10:16.396Z Downloaded serde_with v3.14.1
8452026-08-29T16:10:16.443Z Downloaded petgraph v0.8.2
8462026-08-29T16:10:16.466Z Downloaded libz-sys v1.1.22
8472026-08-29T16:10:16.478Z Downloaded typify-impl v0.6.2
8482026-08-29T16:10:16.495Z Downloaded tokio v1.52.3
8492026-08-29T16:10:16.517Z Downloaded typify-impl v0.4.3
8502026-08-29T16:10:16.568Z Downloaded encoding_rs v0.8.35
8512026-08-29T16:10:16.581Z Downloaded regex-automata v0.4.13
8522026-08-29T16:10:16.590Z Downloaded ring v0.17.14
8532026-08-29T16:10:16.614Z Downloaded jiff v0.2.15
8542026-08-29T16:10:16.624Z Downloaded petgraph v0.6.5
8552026-08-29T16:10:16.634Z Downloaded chrono-tz v0.10.4
8562026-08-29T16:10:16.665Z Downloaded libc v0.2.186
8572026-08-29T16:10:16.691Z Downloaded sha3 v0.10.8
8582026-08-29T16:10:16.694Z Downloaded csv v1.4.0
8592026-08-29T16:10:16.841Z Downloaded libgit2-sys v0.17.0+1.8.1
8602026-08-29T16:10:16.872Z Downloaded curl-sys v0.4.89+curl-8.20.0
8612026-08-29T16:10:17.393Z Downloaded aws-lc-sys v0.39.1
8622026-08-29T16:10:17.714Z Compiling proc-macro2 v1.0.106
8632026-08-29T16:10:17.714Z Compiling quote v1.0.45
8642026-08-29T16:10:17.714Z Compiling unicode-ident v1.0.24
8652026-08-29T16:10:17.717Z Compiling serde_core v1.0.228
8662026-08-29T16:10:17.717Z Compiling serde v1.0.228
8672026-08-29T16:10:17.717Z Compiling libc v0.2.186
8682026-08-29T16:10:17.717Z Checking cfg-if v1.0.4
8692026-08-29T16:10:17.981Z Compiling zmij v1.0.17
8702026-08-29T16:10:18.037Z Compiling autocfg v1.5.0
8712026-08-29T16:10:18.378Z Compiling memchr v2.7.5
8722026-08-29T16:10:18.378Z Compiling libm v0.2.15
8732026-08-29T16:10:18.689Z Compiling getrandom v0.4.2
8742026-08-29T16:10:18.814Z Compiling jobserver v0.1.34
8752026-08-29T16:10:18.828Z Compiling shlex v2.0.1
8762026-08-29T16:10:18.865Z Compiling find-msvc-tools v0.1.9
8772026-08-29T16:10:18.928Z Compiling version_check v0.9.5
8782026-08-29T16:10:18.970Z Checking smallvec v1.15.1
8792026-08-29T16:10:19.095Z Compiling cc v1.2.64
8802026-08-29T16:10:19.123Z Compiling thiserror v2.0.18
8812026-08-29T16:10:19.145Z Checking itoa v1.0.15
8822026-08-29T16:10:19.176Z Compiling syn v2.0.118
8832026-08-29T16:10:19.198Z Compiling icu_properties_data v2.0.1
8842026-08-29T16:10:19.244Z Compiling icu_normalizer_data v2.0.0
8852026-08-29T16:10:19.392Z Compiling parking_lot_core v0.9.12
8862026-08-29T16:10:19.442Z Checking stable_deref_trait v1.2.0
8872026-08-29T16:10:19.498Z Compiling serde_json v1.0.150
8882026-08-29T16:10:19.670Z Compiling heck v0.5.0
8892026-08-29T16:10:19.872Z Checking litemap v0.8.0
8902026-08-29T16:10:19.920Z Checking writeable v0.6.1
8912026-08-29T16:10:20.071Z Compiling num-traits v0.2.19
8922026-08-29T16:10:20.074Z Checking percent-encoding v2.3.2
8932026-08-29T16:10:20.312Z Checking form_urlencoded v1.2.2
8942026-08-29T16:10:20.380Z Checking utf8_iter v1.0.4
8952026-08-29T16:10:20.433Z Compiling zerocopy v0.8.27
8962026-08-29T16:10:20.459Z Checking pin-project-lite v0.2.16
8972026-08-29T16:10:20.480Z Compiling log v0.4.29
8982026-08-29T16:10:20.498Z Compiling equivalent v1.0.2
8992026-08-29T16:10:20.545Z Compiling semver v1.0.28
9002026-08-29T16:10:20.562Z Checking iana-time-zone v0.1.64
9012026-08-29T16:10:20.583Z Compiling rustversion v1.0.22
9022026-08-29T16:10:20.657Z Checking getrandom v0.2.16
9032026-08-29T16:10:20.675Z Checking socket2 v0.6.4
9042026-08-29T16:10:20.800Z Checking uuid v1.23.3
9052026-08-29T16:10:20.852Z Checking scopeguard v1.2.0
9062026-08-29T16:10:20.975Z Checking lock_api v0.4.14
9072026-08-29T16:10:21.104Z Checking bitflags v2.11.1
9082026-08-29T16:10:21.123Z Checking signal-hook-registry v1.4.6
9092026-08-29T16:10:21.126Z Checking mio v1.2.1
9102026-08-29T16:10:21.206Z Checking parking_lot v0.12.5
9112026-08-29T16:10:21.270Z Compiling schemars v0.8.22
9122026-08-29T16:10:21.369Z Checking dyn-clone v1.0.20
9132026-08-29T16:10:21.418Z Compiling portable-atomic v1.11.1
9142026-08-29T16:10:21.468Z Checking futures-core v0.3.32
9152026-08-29T16:10:21.535Z Compiling ring v0.17.14
9162026-08-29T16:10:21.568Z Checking critical-section v1.2.0
9172026-08-29T16:10:21.586Z Compiling hashbrown v0.17.1
9182026-08-29T16:10:21.668Z Compiling httparse v1.10.1
9192026-08-29T16:10:21.730Z Checking futures-sink v0.3.32
9202026-08-29T16:10:21.791Z Checking subtle v2.6.1
9212026-08-29T16:10:21.833Z Compiling regex-syntax v0.8.11
9222026-08-29T16:10:22.051Z Compiling synstructure v0.13.2
9232026-08-29T16:10:22.068Z Compiling serde_derive_internals v0.29.1
9242026-08-29T16:10:22.353Z Checking once_cell v1.21.3
9252026-08-29T16:10:22.371Z Compiling indexmap v2.14.0
9262026-08-29T16:10:22.573Z Checking slab v0.4.11
9272026-08-29T16:10:22.784Z Compiling aho-corasick v1.1.3
9282026-08-29T16:10:22.837Z Compiling thiserror v1.0.69
9292026-08-29T16:10:22.863Z Compiling rustix v1.1.4
9302026-08-29T16:10:22.940Z Checking rand_core v0.6.4
9312026-08-29T16:10:23.108Z Checking typenum v1.20.1
9322026-08-29T16:10:23.290Z Compiling serde_derive v1.0.228
9332026-08-29T16:10:23.323Z Compiling zerofrom-derive v0.1.6
9342026-08-29T16:10:23.438Z Compiling yoke-derive v0.8.0
9352026-08-29T16:10:23.474Z Compiling zerovec-derive v0.11.1
9362026-08-29T16:10:23.936Z Compiling displaydoc v0.2.5
9372026-08-29T16:10:23.953Z Compiling thiserror-impl v2.0.18
9382026-08-29T16:10:24.204Z Compiling schemars_derive v0.8.22
9392026-08-29T16:10:24.440Z Compiling tokio-macros v2.7.0
9402026-08-29T16:10:24.507Z Checking zerofrom v0.1.6
9412026-08-29T16:10:24.524Z Compiling zerocopy-derive v0.8.27
9422026-08-29T16:10:24.629Z Checking yoke v0.8.0
9432026-08-29T16:10:24.653Z Compiling futures-macro v0.3.32
9442026-08-29T16:10:24.837Z Checking zerovec v0.11.4
9452026-08-29T16:10:25.193Z Checking zerotrie v0.2.2
9462026-08-29T16:10:25.398Z Compiling zeroize_derive v1.4.3
9472026-08-29T16:10:25.416Z Compiling regex-automata v0.4.13
9482026-08-29T16:10:25.439Z Compiling thiserror-impl v1.0.69
9492026-08-29T16:10:25.556Z Checking tinystr v0.8.1
9502026-08-29T16:10:25.735Z Checking icu_locale_core v2.0.0
9512026-08-29T16:10:25.752Z Checking potential_utf v0.1.3
9522026-08-29T16:10:25.881Z Checking icu_collections v2.0.0
9532026-08-29T16:10:26.069Z Checking zeroize v1.8.1
9542026-08-29T16:10:26.194Z Checking icu_provider v2.0.0
9552026-08-29T16:10:26.215Z Checking futures-channel v0.3.32
9562026-08-29T16:10:26.315Z Checking bytes v1.12.0
9572026-08-29T16:10:26.338Z Checking chrono v0.4.45
9582026-08-29T16:10:26.403Z Compiling ucd-trie v0.1.7
9592026-08-29T16:10:26.432Z Checking icu_properties v2.0.1
9602026-08-29T16:10:26.541Z Checking icu_normalizer v2.0.0
9612026-08-29T16:10:26.631Z Compiling serde_tokenstream v0.2.3
9622026-08-29T16:10:26.746Z Checking tokio v1.52.3
9632026-08-29T16:10:26.907Z Compiling pest v2.8.2
9642026-08-29T16:10:27.158Z Compiling regex v1.12.4
9652026-08-29T16:10:27.187Z Checking futures-task v0.3.32
9662026-08-29T16:10:27.229Z Checking idna_adapter v1.2.1
9672026-08-29T16:10:27.328Z Checking futures-io v0.3.32
9682026-08-29T16:10:27.357Z Checking idna v1.1.0
9692026-08-29T16:10:27.443Z Checking futures-util v0.3.32
9702026-08-29T16:10:27.470Z Compiling pkg-config v0.3.32
9712026-08-29T16:10:27.550Z Compiling anyhow v1.0.102
9722026-08-29T16:10:27.597Z Checking url v2.5.7
9732026-08-29T16:10:27.954Z Compiling pest_meta v2.8.2
9742026-08-29T16:10:28.108Z Compiling tracing-attributes v0.1.30
9752026-08-29T16:10:28.126Z Checking tracing-core v0.1.34
9762026-08-29T16:10:28.129Z Compiling generic-array v0.14.7
9772026-08-29T16:10:28.363Z Compiling allocator-api2 v0.2.21
9782026-08-29T16:10:28.421Z Compiling foldhash v0.2.0
9792026-08-29T16:10:28.626Z Compiling pest_generator v2.8.2
9802026-08-29T16:10:28.646Z Compiling fnv v1.0.7
9812026-08-29T16:10:28.681Z Compiling vcpkg v0.2.15
9822026-08-29T16:10:28.747Z Compiling hashbrown v0.16.1
9832026-08-29T16:10:29.238Z Checking http v1.4.2
9842026-08-29T16:10:29.271Z Compiling pest_derive v2.8.2
9852026-08-29T16:10:29.286Z Checking tracing v0.1.41
9862026-08-29T16:10:29.303Z Compiling getrandom v0.3.3
9872026-08-29T16:10:29.458Z Compiling byteorder v1.5.0
9882026-08-29T16:10:29.659Z Compiling camino v1.2.3
9892026-08-29T16:10:29.696Z Checking crypto-common v0.1.6
9902026-08-29T16:10:29.798Z Checking errno v0.3.14
9912026-08-29T16:10:29.816Z Checking ipnet v2.11.0
9922026-08-29T16:10:29.861Z Checking base64 v0.22.1
9932026-08-29T16:10:29.880Z Compiling time-core v0.1.8
9942026-08-29T16:10:29.918Z Compiling num-conv v0.2.1
9952026-08-29T16:10:30.031Z Checking tokio-util v0.7.16
9962026-08-29T16:10:30.034Z Compiling scroll_derive v0.13.1
9972026-08-29T16:10:30.082Z Compiling time-macros v0.2.27
9982026-08-29T16:10:30.099Z Compiling paste v1.0.15
9992026-08-29T16:10:30.103Z Checking http-body v1.0.1
10002026-08-29T16:10:30.167Z Checking rustls-pki-types v1.12.0
10012026-08-29T16:10:30.244Z Checking atomic-waker v1.1.2
10022026-08-29T16:10:30.548Z Checking untrusted v0.9.0
10032026-08-29T16:10:30.678Z Checking try-lock v0.2.5
10042026-08-29T16:10:30.758Z Checking tower-layer v0.3.3
10052026-08-29T16:10:30.778Z Checking tower-service v0.3.3
10062026-08-29T16:10:30.838Z Checking want v0.3.1
10072026-08-29T16:10:30.909Z Checking h2 v0.4.14
10082026-08-29T16:10:30.937Z Checking ryu v1.0.20
10092026-08-29T16:10:30.962Z Checking httpdate v1.0.3
10102026-08-29T16:10:31.047Z Compiling openssl-sys v0.9.117
10112026-08-29T16:10:31.076Z Compiling async-trait v0.1.89
10122026-08-29T16:10:31.079Z Compiling cmake v0.1.54
10132026-08-29T16:10:31.109Z Compiling dunce v1.0.5
10142026-08-29T16:10:31.206Z Checking pretty-hex v0.4.1
10152026-08-29T16:10:31.286Z Compiling crossbeam-utils v0.8.21
10162026-08-29T16:10:31.330Z Compiling fs_extra v1.3.0
10172026-08-29T16:10:31.414Z Compiling strsim v0.11.1
10182026-08-29T16:10:31.576Z Compiling aws-lc-sys v0.39.1
10192026-08-29T16:10:31.633Z Compiling scroll v0.13.0
10202026-08-29T16:10:31.663Z Checking block-buffer v0.10.4
10212026-08-29T16:10:31.708Z Compiling regress v0.10.5
10222026-08-29T16:10:31.725Z Checking ppv-lite86 v0.2.21
10232026-08-29T16:10:31.852Z Compiling slog v2.8.2
10242026-08-29T16:10:31.894Z Compiling plain v0.2.3
10252026-08-29T16:10:32.007Z Compiling usdt-impl v0.6.0
10262026-08-29T16:10:32.023Z Compiling goblin v0.10.1
10272026-08-29T16:10:32.039Z Checking digest v0.10.7
10282026-08-29T16:10:32.120Z Checking http-body-util v0.1.3
10292026-08-29T16:10:32.226Z Checking ipnetwork v0.21.1
10302026-08-29T16:10:32.271Z Checking erased-serde v0.3.31
10312026-08-29T16:10:32.331Z Compiling ident_case v1.0.1
10322026-08-29T16:10:32.438Z Compiling omicron-workspace-hack v0.1.0
10332026-08-29T16:10:32.681Z Compiling darling_core v0.21.3
10342026-08-29T16:10:32.698Z Checking serde_urlencoded v0.7.1
10352026-08-29T16:10:32.702Z Compiling dtrace-parser v0.3.0
10362026-08-29T16:10:32.776Z Checking hyper v1.10.1
10372026-08-29T16:10:32.890Z Compiling openapiv3 v2.2.0
10382026-08-29T16:10:32.893Z Compiling daft-derive v0.1.5
10392026-08-29T16:10:33.319Z Compiling typify-impl v0.4.3
10402026-08-29T16:10:33.629Z Compiling thread-id v5.0.0
10412026-08-29T16:10:33.662Z Checking hyper-util v0.1.20
10422026-08-29T16:10:33.725Z Compiling aws-lc-rs v1.16.2
10432026-08-29T16:10:34.701Z Compiling dof v0.4.0
10442026-08-29T16:10:34.782Z Checking encoding_rs v0.8.35
10452026-08-29T16:10:34.785Z Compiling darling_macro v0.21.3
10462026-08-29T16:10:35.342Z Compiling darling v0.21.3
10472026-08-29T16:10:35.426Z Compiling slog-async v2.8.0
10482026-08-29T16:10:35.462Z Checking mime v0.3.17
10492026-08-29T16:10:35.496Z Checking cpufeatures v0.2.17
10502026-08-29T16:10:35.635Z Checking untrusted v0.7.1
10512026-08-29T16:10:35.681Z Checking rand_core v0.9.3
10522026-08-29T16:10:35.729Z Checking oxnet v0.1.6
10532026-08-29T16:10:35.763Z Compiling structmeta-derive v0.3.0
10542026-08-29T16:10:35.797Z Compiling usdt-attr-macro v0.6.0
10552026-08-29T16:10:35.846Z Compiling usdt-macro v0.6.0
10562026-08-29T16:10:35.985Z Compiling multer v3.1.0
10572026-08-29T16:10:36.164Z Compiling unsafe-libyaml v0.2.11
10582026-08-29T16:10:36.206Z Compiling rustls v0.22.4
10592026-08-29T16:10:36.231Z Compiling rustls v0.23.40
10602026-08-29T16:10:36.608Z Compiling async-stream-impl v0.3.6
10612026-08-29T16:10:36.625Z Checking sync_wrapper v1.0.2
10622026-08-29T16:10:36.694Z Compiling serde_yaml v0.9.34+deprecated
10632026-08-29T16:10:36.723Z Compiling typify-macro v0.4.3
10642026-08-29T16:10:36.784Z Compiling structmeta v0.3.0
10652026-08-29T16:10:36.825Z Checking fastrand v2.3.0
10662026-08-29T16:10:36.978Z Checking hex v0.4.3
10672026-08-29T16:10:36.997Z Compiling openssl v0.10.81
10682026-08-29T16:10:37.195Z Checking foreign-types-shared v0.1.1
10692026-08-29T16:10:37.279Z Checking foreign-types v0.3.2
10702026-08-29T16:10:37.299Z Checking tempfile v3.27.0
10712026-08-29T16:10:37.349Z Checking tower v0.5.2
10722026-08-29T16:10:37.410Z Checking rand_chacha v0.9.0
10732026-08-29T16:10:37.488Z Checking futures-executor v0.3.32
10742026-08-29T16:10:37.592Z Compiling openssl-macros v0.1.1
10752026-08-29T16:10:37.632Z Compiling strum_macros v0.26.4
10762026-08-29T16:10:37.719Z Checking powerfmt v0.2.0
10772026-08-29T16:10:37.722Z Checking openssl-probe v0.1.6
10782026-08-29T16:10:37.841Z Checking iri-string v0.7.8
10792026-08-29T16:10:37.870Z Compiling native-tls v0.2.14
10802026-08-29T16:10:37.919Z Checking deranged v0.5.3
10812026-08-29T16:10:38.137Z Checking futures v0.3.32
10822026-08-29T16:10:38.213Z Compiling typify v0.4.3
10832026-08-29T16:10:38.233Z Checking rand v0.9.3
10842026-08-29T16:10:38.307Z Compiling newtype-uuid-macros v0.1.0
10852026-08-29T16:10:38.700Z Compiling ref-cast v1.0.25
10862026-08-29T16:10:38.812Z Checking num_threads v0.1.7
10872026-08-29T16:10:38.841Z Checking tower-http v0.6.8
10882026-08-29T16:10:39.045Z Checking time v0.3.47
10892026-08-29T16:10:39.063Z Compiling ref-cast-impl v1.0.25
10902026-08-29T16:10:39.066Z Compiling dropshot v0.16.7
10912026-08-29T16:10:39.102Z Checking memmap2 v0.9.8
10922026-08-29T16:10:39.192Z Checking unicode-width v0.2.1
10932026-08-29T16:10:39.353Z Compiling derive-ex v0.1.8
10942026-08-29T16:10:39.442Z Checking crossbeam-channel v0.5.15
10952026-08-29T16:10:39.537Z Checking webpki-roots v1.0.2
10962026-08-29T16:10:39.639Z Compiling dropshot_endpoint v0.16.7
10972026-08-29T16:10:39.658Z Compiling strum_macros v0.27.2
10982026-08-29T16:10:39.813Z Checking winnow v0.7.14
10992026-08-29T16:10:40.199Z Compiling progenitor-impl v0.11.1
11002026-08-29T16:10:40.317Z Checking tokio-native-tls v0.3.1
11012026-08-29T16:10:40.475Z Checking hyper-tls v0.6.0
11022026-08-29T16:10:40.956Z Checking newtype-uuid v1.3.2
11032026-08-29T16:10:40.975Z Compiling test-strategy v0.4.3
11042026-08-29T16:10:41.071Z Checking thread_local v1.1.9
11052026-08-29T16:10:41.139Z Checking winnow v1.0.3
11062026-08-29T16:10:41.236Z Checking daft v0.1.5
11072026-08-29T16:10:41.312Z Compiling serde_with_macros v3.14.1
11082026-08-29T16:10:41.426Z Checking toml_parser v1.1.2+spec-1.1.0
11092026-08-29T16:10:41.465Z Checking serde_spanned v1.1.1
11102026-08-29T16:10:41.468Z Checking is-terminal v0.4.16
11112026-08-29T16:10:41.573Z Checking debug-ignore v1.0.5
11122026-08-29T16:10:41.595Z Checking take_mut v0.2.2
11132026-08-29T16:10:41.672Z Checking either v1.15.0
11142026-08-29T16:10:41.700Z Checking toml_writer v1.1.1+spec-1.1.0
11152026-08-29T16:10:41.749Z Checking match_cfg v0.1.0
11162026-08-29T16:10:41.822Z Checking term v1.2.0
11172026-08-29T16:10:41.856Z Checking hostname v0.3.1
11182026-08-29T16:10:41.954Z Checking slog-json v2.6.1
11192026-08-29T16:10:42.039Z Checking slog-term v2.9.2
11202026-08-29T16:10:42.106Z Checking spin v0.9.8
11212026-08-29T16:10:42.223Z Compiling syn v1.0.109
11222026-08-29T16:10:42.263Z Checking usdt v0.6.0
11232026-08-29T16:10:42.280Z Compiling progenitor-macro v0.11.1
11242026-08-29T16:10:42.317Z Checking slog-bunyan v2.5.0
11252026-08-29T16:10:42.397Z Checking async-stream v0.3.6
11262026-08-29T16:10:42.415Z Compiling parse-display-derive v0.10.0
11272026-08-29T16:10:42.504Z Checking rustls-webpki v0.102.8
11282026-08-29T16:10:42.521Z Checking rustls-pemfile v2.2.0
11292026-08-29T16:10:42.524Z Checking waitgroup v0.1.2
11302026-08-29T16:10:42.606Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11312026-08-29T16:10:42.637Z Checking serde_path_to_error v0.1.20
11322026-08-29T16:10:42.658Z Checking hostname v0.4.2
11332026-08-29T16:10:42.758Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11342026-08-29T16:10:42.896Z Checking strum v0.26.3
11352026-08-29T16:10:43.008Z Checking rand_chacha v0.3.1
11362026-08-29T16:10:43.044Z Checking macaddr v1.0.1
11372026-08-29T16:10:43.067Z Checking toml_datetime v0.7.5+spec-1.1.0
11382026-08-29T16:10:43.198Z Checking wait-timeout v0.2.1
11392026-08-29T16:10:43.218Z Checking lazy_static v1.5.0
11402026-08-29T16:10:43.260Z Checking bit-vec v0.8.0
11412026-08-29T16:10:43.315Z Checking quick-error v1.2.3
11422026-08-29T16:10:43.334Z Checking toml v0.9.12+spec-1.1.0
11432026-08-29T16:10:43.415Z Checking rusty-fork v0.3.0
11442026-08-29T16:10:43.452Z Checking bit-set v0.8.0
11452026-08-29T16:10:43.579Z Checking rand v0.8.5
11462026-08-29T16:10:43.597Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11472026-08-29T16:10:43.884Z Checking rand_xorshift v0.4.0
11482026-08-29T16:10:43.920Z Checking sha1 v0.10.6
11492026-08-29T16:10:44.003Z Checking unarray v0.1.4
11502026-08-29T16:10:44.092Z Checking strum v0.27.2
11512026-08-29T16:10:44.108Z Checking proptest v1.8.0
11522026-08-29T16:10:44.244Z Checking tokio-rustls v0.25.0
11532026-08-29T16:10:44.263Z Checking tabwriter v1.4.1
11542026-08-29T16:10:44.301Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11552026-08-29T16:10:44.405Z Checking colored v3.1.1
11562026-08-29T16:10:44.435Z Checking serde_with v3.14.1
11572026-08-29T16:10:44.955Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11582026-08-29T16:10:45.189Z Checking instant v0.1.13
11592026-08-29T16:10:45.280Z Checking rustc-hash v2.1.1
11602026-08-29T16:10:45.535Z Checking iddqd v0.3.18
11612026-08-29T16:10:45.605Z Checking backoff v0.4.0
11622026-08-29T16:10:45.745Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11632026-08-29T16:10:45.784Z Checking parse-display v0.10.0
11642026-08-29T16:10:45.800Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11652026-08-29T16:10:45.909Z Checking itertools v0.14.0
11662026-08-29T16:10:45.927Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11672026-08-29T16:10:46.320Z Compiling toml_datetime v0.6.11
11682026-08-29T16:10:46.354Z Compiling clap_derive v4.6.1
11692026-08-29T16:10:46.425Z Checking utf8parse v0.2.2
11702026-08-29T16:10:46.529Z Checking anstyle-parse v1.0.0
11712026-08-29T16:10:46.682Z Checking terminal_size v0.4.3
11722026-08-29T16:10:46.827Z Checking anstyle-query v1.1.4
11732026-08-29T16:10:46.843Z Checking anstyle v1.0.14
11742026-08-29T16:10:46.920Z Checking colorchoice v1.0.4
11752026-08-29T16:10:46.964Z Checking is_terminal_polyfill v1.70.1
11762026-08-29T16:10:47.071Z Checking anstream v1.0.0
11772026-08-29T16:10:47.320Z Checking clap_lex v1.1.0
11782026-08-29T16:10:47.477Z Checking clap_builder v4.6.0
11792026-08-29T16:10:48.711Z Checking clap v4.6.1
11802026-08-29T16:10:49.810Z Compiling num-derive v0.4.2
11812026-08-29T16:10:50.263Z Compiling rustls-webpki v0.103.6
11822026-08-29T16:10:50.731Z Compiling prettyplease v0.2.37
11832026-08-29T16:10:52.351Z Checking crossbeam-epoch v0.9.18
11842026-08-29T16:10:52.527Z Compiling winnow v0.5.40
11852026-08-29T16:10:52.545Z Compiling cfg_aliases v0.2.1
11862026-08-29T16:10:53.231Z Checking serde_spanned v0.6.9
11872026-08-29T16:10:53.422Z Compiling memoffset v0.9.1
11882026-08-29T16:10:53.543Z Compiling tokio-rustls v0.26.4
11892026-08-29T16:10:53.790Z Compiling toml_edit v0.19.15
11902026-08-29T16:10:53.941Z Compiling rayon-core v1.13.0
11912026-08-29T16:10:54.976Z Compiling proc-macro-crate v1.3.1
11922026-08-29T16:10:55.306Z Compiling zerocopy-derive v0.7.35
11932026-08-29T16:10:55.559Z Compiling crc32fast v1.5.0
11942026-08-29T16:10:56.039Z Compiling hyper-rustls v0.27.7
11952026-08-29T16:10:56.275Z Compiling reqwest v0.12.23
11962026-08-29T16:10:56.483Z Checking crossbeam-deque v0.8.6
11972026-08-29T16:10:56.831Z Checking adler2 v2.0.1
11982026-08-29T16:10:57.010Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
11992026-08-29T16:10:57.381Z Compiling progenitor-client v0.11.1
12002026-08-29T16:10:57.676Z Compiling progenitor v0.11.1
12012026-08-29T16:10:58.050Z Checking miniz_oxide v0.8.9
12022026-08-29T16:10:58.804Z Compiling num-integer v0.1.46
12032026-08-29T16:10:58.854Z Compiling proc-macro-error-attr v1.0.4
12042026-08-29T16:10:59.031Z Compiling heapless v0.8.0
12052026-08-29T16:10:59.346Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
12062026-08-29T16:10:59.389Z Checking flate2 v1.1.2
12072026-08-29T16:10:59.393Z Compiling progenitor-client v0.10.0
12082026-08-29T16:10:59.802Z Compiling ingot-macros v0.1.1
12092026-08-29T16:11:00.563Z Checking hash32 v0.3.1
12102026-08-29T16:11:00.711Z Checking hybrid-array v0.4.12
12112026-08-29T16:11:00.912Z Compiling proc-macro-error v1.0.4
12122026-08-29T16:11:01.002Z Checking toml_write v0.1.2
12132026-08-29T16:11:01.140Z Compiling smoltcp v0.11.0
12142026-08-29T16:11:01.173Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12152026-08-29T16:11:01.512Z Checking toml_edit v0.22.27
12162026-08-29T16:11:01.888Z Checking num-iter v0.1.45
12172026-08-29T16:11:01.913Z Checking num-rational v0.4.2
12182026-08-29T16:11:02.169Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12192026-08-29T16:11:02.187Z Compiling zerocopy v0.7.35
12202026-08-29T16:11:02.417Z Checking ingot-types v0.1.2
12212026-08-29T16:11:02.481Z Compiling num_enum_derive v0.7.5
12222026-08-29T16:11:02.595Z Compiling hubpack_derive v0.1.1
12232026-08-29T16:11:02.721Z Checking cobs v0.3.0
12242026-08-29T16:11:02.756Z Compiling foreign-types-macros v0.2.3
12252026-08-29T16:11:02.799Z Compiling scroll_derive v0.12.1
12262026-08-29T16:11:02.822Z Compiling num-complex v0.4.6
12272026-08-29T16:11:03.107Z Compiling usdt-impl v0.5.0
12282026-08-29T16:11:03.191Z Compiling crucible-workspace-hack v0.1.0
12292026-08-29T16:11:03.209Z Checking bitflags v1.3.2
12302026-08-29T16:11:03.376Z Checking managed v0.8.0
12312026-08-29T16:11:03.403Z Checking foreign-types-shared v0.3.1
12322026-08-29T16:11:03.477Z Checking scroll v0.12.0
12332026-08-29T16:11:03.511Z Checking num_enum v0.7.5
12342026-08-29T16:11:03.511Z Checking foreign-types v0.5.0
12352026-08-29T16:11:03.640Z Checking num v0.4.3
12362026-08-29T16:11:03.713Z Checking hubpack v0.1.2
12372026-08-29T16:11:03.747Z Checking postcard v1.1.3
12382026-08-29T16:11:03.791Z Checking ingot v0.1.1
12392026-08-29T16:11:03.890Z Compiling dof v0.3.0
12402026-08-29T16:11:04.020Z Checking toml v0.8.23
12412026-08-29T16:11:04.438Z Checking block-buffer v0.12.0
12422026-08-29T16:11:04.505Z Checking crypto-common v0.2.2
12432026-08-29T16:11:04.741Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12442026-08-29T16:11:04.760Z Compiling dtrace-parser v0.2.0
12452026-08-29T16:11:05.087Z Checking camino-tempfile v1.4.1
12462026-08-29T16:11:05.197Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12472026-08-29T16:11:05.216Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12482026-08-29T16:11:05.244Z Checking cstr-argument v0.1.2
12492026-08-29T16:11:05.371Z Compiling thread-id v4.2.2
12502026-08-29T16:11:05.375Z Checking const-oid v0.10.2
12512026-08-29T16:11:05.407Z Checking static_assertions v1.1.0
12522026-08-29T16:11:05.445Z Compiling float-ord v0.3.2
12532026-08-29T16:11:05.481Z Checking compression-core v0.4.32
12542026-08-29T16:11:05.546Z Compiling heck v0.4.1
12552026-08-29T16:11:05.564Z Compiling minimal-lexical v0.2.1
12562026-08-29T16:11:05.580Z Checking digest v0.11.3
12572026-08-29T16:11:05.607Z Checking compression-codecs v0.4.32
12582026-08-29T16:11:05.769Z Compiling nom v7.1.3
12592026-08-29T16:11:05.787Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12602026-08-29T16:11:05.790Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12612026-08-29T16:11:05.820Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12622026-08-29T16:11:06.014Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12632026-08-29T16:11:06.098Z Checking goblin v0.8.2
12642026-08-29T16:11:06.237Z Checking rayon v1.11.0
12652026-08-29T16:11:06.501Z Compiling num_enum_derive v0.5.11
12662026-08-29T16:11:06.541Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12672026-08-29T16:11:06.759Z Compiling rustc_version v0.4.1
12682026-08-29T16:11:07.023Z Checking toml_datetime v1.1.1+spec-1.1.0
12692026-08-29T16:11:07.040Z Compiling dropshot v0.17.1
12702026-08-29T16:11:07.225Z Checking cpufeatures v0.3.0
12712026-08-29T16:11:07.285Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12722026-08-29T16:11:07.303Z Checking tinyvec_macros v0.1.1
12732026-08-29T16:11:07.306Z Compiling convert_case v0.4.0
12742026-08-29T16:11:07.379Z Compiling rustix v0.38.44
12752026-08-29T16:11:07.490Z Checking num_enum v0.5.11
12762026-08-29T16:11:07.530Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12772026-08-29T16:11:07.605Z Checking tinyvec v1.10.0
12782026-08-29T16:11:07.622Z Compiling derive_more v0.99.20
12792026-08-29T16:11:07.625Z Checking sha1 v0.11.0
12802026-08-29T16:11:07.897Z Checking toml v1.1.2+spec-1.1.0
12812026-08-29T16:11:07.914Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12822026-08-29T16:11:08.029Z Checking async-compression v0.4.33
12832026-08-29T16:11:08.218Z Compiling nix v0.30.1
12842026-08-29T16:11:08.286Z Checking libscf-sys v1.2.0
12852026-08-29T16:11:08.457Z Compiling libz-sys v1.1.22
12862026-08-29T16:11:08.614Z Compiling dropshot_endpoint v0.17.1
12872026-08-29T16:11:08.650Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12882026-08-29T16:11:08.853Z Checking bytecount v0.6.9
12892026-08-29T16:11:09.033Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12902026-08-29T16:11:09.147Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12912026-08-29T16:11:09.320Z Compiling usdt-attr-macro v0.5.0
12922026-08-29T16:11:09.647Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12932026-08-29T16:11:09.883Z Compiling usdt-macro v0.5.0
12942026-08-29T16:11:09.926Z Compiling zone_cfg_derive v0.3.1
12952026-08-29T16:11:09.930Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12962026-08-29T16:11:10.045Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12972026-08-29T16:11:10.099Z Checking itertools v0.12.1
12982026-08-29T16:11:10.193Z Checking memmap v0.7.0
12992026-08-29T16:11:10.218Z Checking sigpipe v0.1.3
13002026-08-29T16:11:10.302Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13012026-08-29T16:11:10.328Z Checking glob v0.3.3
13022026-08-29T16:11:10.512Z Checking jiff v0.2.15
13032026-08-29T16:11:10.551Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13042026-08-29T16:11:10.568Z Checking usdt v0.5.0
13052026-08-29T16:11:10.598Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
13062026-08-29T16:11:10.726Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
13072026-08-29T16:11:10.762Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13082026-08-29T16:11:10.795Z Checking smf v0.2.3
13092026-08-29T16:11:10.814Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13102026-08-29T16:11:10.922Z Checking secrecy v0.10.3
13112026-08-29T16:11:11.012Z Checking whoami v1.6.1
13122026-08-29T16:11:11.038Z Compiling curve25519-dalek v4.1.3
13132026-08-29T16:11:11.084Z Checking zone v0.3.1
13142026-08-29T16:11:11.179Z Checking hmac v0.12.1
13152026-08-29T16:11:11.302Z Compiling clang-sys v1.8.1
13162026-08-29T16:11:11.319Z Checking inout v0.1.4
13172026-08-29T16:11:11.323Z Compiling enum-as-inner v0.6.1
13182026-08-29T16:11:11.416Z Checking ff v0.13.1
13192026-08-29T16:11:11.452Z Checking data-encoding v2.9.0
13202026-08-29T16:11:11.542Z Compiling semver v0.1.20
13212026-08-29T16:11:11.560Z Checking group v0.13.0
13222026-08-29T16:11:11.664Z Checking cipher v0.4.4
13232026-08-29T16:11:11.706Z Checking hkdf v0.12.4
13242026-08-29T16:11:11.793Z Compiling rustc_version v0.1.7
13252026-08-29T16:11:11.811Z Checking atomicwrites v0.4.4
13262026-08-29T16:11:11.836Z Compiling thiserror-impl-no-std v2.0.2
13272026-08-29T16:11:11.857Z Checking universal-hash v0.5.1
13282026-08-29T16:11:11.874Z Checking crypto-bigint v0.5.5
13292026-08-29T16:11:11.931Z Compiling regress v0.11.1
13302026-08-29T16:11:11.979Z Checking half v2.7.1
13312026-08-29T16:11:11.997Z Compiling curve25519-dalek-derive v0.1.1
13322026-08-29T16:11:12.223Z Checking ciborium-io v0.2.2
13332026-08-29T16:11:12.320Z Checking indent_write v2.2.0
13342026-08-29T16:11:12.453Z Checking opaque-debug v0.3.1
13352026-08-29T16:11:12.526Z Checking base16ct v0.2.0
13362026-08-29T16:11:12.643Z Checking base64ct v1.8.0
13372026-08-29T16:11:12.870Z Checking elliptic-curve v0.13.8
13382026-08-29T16:11:12.888Z Checking thiserror-no-std v2.0.2
13392026-08-29T16:11:12.904Z Checking password-hash v0.5.0
13402026-08-29T16:11:12.907Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13412026-08-29T16:11:12.975Z Checking poly1305 v0.8.0
13422026-08-29T16:11:13.077Z Checking ciborium-ll v0.2.2
13432026-08-29T16:11:13.113Z Compiling newtype_derive v0.1.6
13442026-08-29T16:11:13.129Z Checking chacha20 v0.9.1
13452026-08-29T16:11:13.205Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13462026-08-29T16:11:13.247Z Compiling nix v0.31.3
13472026-08-29T16:11:13.321Z Checking blake2 v0.10.6
13482026-08-29T16:11:13.338Z Checking aead v0.5.2
13492026-08-29T16:11:13.341Z Compiling libloading v0.8.9
13502026-08-29T16:11:13.451Z Compiling typify-impl v0.6.2
13512026-08-29T16:11:13.472Z Checking bstr v1.12.0
13522026-08-29T16:11:13.529Z Compiling bindgen v0.72.1
13532026-08-29T16:11:13.547Z Checking resolv-conf v0.7.5
13542026-08-29T16:11:13.633Z Compiling owo-colors v4.3.0
13552026-08-29T16:11:13.732Z Checking linked-hash-map v0.5.6
13562026-08-29T16:11:13.811Z Checking keccak v0.1.6
13572026-08-29T16:11:13.876Z Checking argon2 v0.5.3
13582026-08-29T16:11:13.904Z Checking lru-cache v0.1.2
13592026-08-29T16:11:13.979Z Checking sha3 v0.10.8
13602026-08-29T16:11:14.032Z Checking chacha20poly1305 v0.10.1
13612026-08-29T16:11:14.161Z Checking vsss-rs v3.3.4
13622026-08-29T16:11:14.178Z Checking ciborium v0.2.2
13632026-08-29T16:11:14.230Z Checking hickory-proto v0.24.4
13642026-08-29T16:11:14.433Z Checking tokio-dtrace v0.1.1
13652026-08-29T16:11:14.530Z Checking papergrid v0.18.0
13662026-08-29T16:11:14.628Z Compiling cexpr v0.6.0
13672026-08-29T16:11:14.668Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13682026-08-29T16:11:15.022Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13692026-08-29T16:11:15.320Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13702026-08-29T16:11:15.338Z Checking serde-big-array v0.5.1
13712026-08-29T16:11:15.479Z Compiling derive-where v1.6.0
13722026-08-29T16:11:15.560Z Compiling serde_repr v0.1.20
13732026-08-29T16:11:15.814Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13742026-08-29T16:11:15.833Z Compiling shlex v1.3.0
13752026-08-29T16:11:16.030Z Checking same-file v1.0.6
13762026-08-29T16:11:16.048Z Checking unicode-segmentation v1.12.0
13772026-08-29T16:11:16.131Z Checking siphasher v1.0.1
13782026-08-29T16:11:16.151Z Checking walkdir v2.5.0
13792026-08-29T16:11:16.175Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13802026-08-29T16:11:16.296Z Checking phf_shared v0.12.1
13812026-08-29T16:11:16.370Z Checking newline-converter v0.3.0
13822026-08-29T16:11:16.486Z Checking hickory-resolver v0.24.4
13832026-08-29T16:11:16.508Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13842026-08-29T16:11:16.720Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13852026-08-29T16:11:16.935Z Compiling typify-macro v0.6.2
13862026-08-29T16:11:16.992Z Checking tabled v0.21.0
13872026-08-29T16:11:17.161Z Checking oxide-tokio-rt v0.1.2
13882026-08-29T16:11:17.388Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13892026-08-29T16:11:17.932Z Checking itertools v0.15.0
13902026-08-29T16:11:17.976Z Checking console v0.16.4
13912026-08-29T16:11:18.127Z Compiling progenitor-impl v0.10.0
13922026-08-29T16:11:18.271Z Checking tokio-stream v0.1.17
13932026-08-29T16:11:18.289Z Compiling pin-project-internal v1.1.10
13942026-08-29T16:11:18.380Z Compiling slog-dtrace v0.3.0
13952026-08-29T16:11:18.443Z Checking csv-core v0.1.12
13962026-08-29T16:11:18.612Z Checking unicode-linebreak v0.1.5
13972026-08-29T16:11:18.630Z Checking similar v3.2.0
13982026-08-29T16:11:18.647Z Compiling unicode-xid v0.2.6
13992026-08-29T16:11:18.771Z Checking foldhash v0.1.5
14002026-08-29T16:11:18.827Z Compiling chrono-tz v0.10.4
14012026-08-29T16:11:18.909Z Checking swrite v0.1.0
14022026-08-29T16:11:19.017Z Checking smawk v0.3.2
14032026-08-29T16:11:19.042Z Checking unicode-width v0.1.14
14042026-08-29T16:11:19.146Z Compiling cancel-safe-futures v0.1.5
14052026-08-29T16:11:19.195Z Checking expectorate v1.3.0
14062026-08-29T16:11:19.291Z Checking textwrap v0.16.2
14072026-08-29T16:11:19.347Z Checking pin-project v1.1.10
14082026-08-29T16:11:19.410Z Checking hashbrown v0.15.5
14092026-08-29T16:11:19.446Z Compiling const_format_proc_macros v0.2.34
14102026-08-29T16:11:19.504Z Checking qorb v0.4.1
14112026-08-29T16:11:19.917Z Checking csv v1.4.0
14122026-08-29T16:11:20.205Z Compiling progenitor-macro v0.10.0
14132026-08-29T16:11:20.231Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14142026-08-29T16:11:20.274Z Checking phf v0.12.1
14152026-08-29T16:11:20.292Z Checking unicode-normalization v0.1.24
14162026-08-29T16:11:20.425Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14172026-08-29T16:11:20.883Z Checking libsw-core v0.3.2
14182026-08-29T16:11:20.916Z Compiling libgit2-sys v0.17.0+1.8.1
14192026-08-29T16:11:20.934Z Compiling snafu-derive v0.8.9
14202026-08-29T16:11:21.031Z Compiling async-recursion v1.1.1
14212026-08-29T16:11:21.331Z Compiling cookie v0.18.1
14222026-08-29T16:11:21.349Z Checking fixedbitset v0.4.2
14232026-08-29T16:11:21.506Z Checking highway v1.3.0
14242026-08-29T16:11:21.568Z Compiling moka v0.12.11
14252026-08-29T16:11:21.699Z Checking fixedbitset v0.5.7
14262026-08-29T16:11:21.742Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14272026-08-29T16:11:21.871Z Checking petgraph v0.6.5
14282026-08-29T16:11:21.905Z Checking petgraph v0.8.2
14292026-08-29T16:11:22.616Z Checking snafu v0.8.9
14302026-08-29T16:11:22.856Z Checking libsw v3.5.0
14312026-08-29T16:11:22.938Z Checking olpc-cjson v0.1.4
14322026-08-29T16:11:23.079Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14332026-08-29T16:11:23.097Z Checking const_format v0.2.34
14342026-08-29T16:11:23.318Z Checking papergrid v0.11.0
14352026-08-29T16:11:23.430Z Compiling typify v0.6.2
14362026-08-29T16:11:23.463Z Checking globset v0.4.16
14372026-08-29T16:11:23.498Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14382026-08-29T16:11:23.526Z Checking gethostname v0.5.0
14392026-08-29T16:11:23.705Z Compiling tabled_derive v0.7.0
14402026-08-29T16:11:23.731Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14412026-08-29T16:11:23.918Z Checking reqwest v0.13.2
14422026-08-29T16:11:23.978Z Checking bcs v0.1.6
14432026-08-29T16:11:24.055Z Checking pem v3.0.5
14442026-08-29T16:11:24.206Z Checking serde_plain v1.0.2
14452026-08-29T16:11:24.223Z Checking termtree v0.5.1
14462026-08-29T16:11:24.312Z Checking progenitor v0.10.0
14472026-08-29T16:11:24.352Z Compiling signal-hook v0.4.4
14482026-08-29T16:11:24.356Z Checking humantime v2.3.0
14492026-08-29T16:11:24.402Z Checking tagptr v0.2.0
14502026-08-29T16:11:24.445Z Checking linear-map v1.2.0
14512026-08-29T16:11:24.531Z Checking typed-path v0.9.3
14522026-08-29T16:11:24.549Z Checking crc8 v0.1.1
14532026-08-29T16:11:24.623Z Checking tabled v0.15.0
14542026-08-29T16:11:24.623Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14552026-08-29T16:11:24.658Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14562026-08-29T16:11:25.237Z Compiling progenitor-impl v0.14.0
14572026-08-29T16:11:25.319Z Checking tough v0.20.0
14582026-08-29T16:11:25.767Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14592026-08-29T16:11:25.932Z Checking steno v0.4.1
14602026-08-29T16:11:26.237Z Checking hickory-proto v0.25.2
14612026-08-29T16:11:26.804Z Compiling curl-sys v0.4.89+curl-8.20.0
14622026-08-29T16:11:26.887Z Compiling cargo-platform v0.1.9
14632026-08-29T16:11:27.132Z Compiling vergen v8.3.2
14642026-08-29T16:11:27.194Z Compiling fs-err v3.1.2
14652026-08-29T16:11:27.258Z Compiling cargo_metadata v0.18.1
14662026-08-29T16:11:27.321Z Compiling progenitor-macro v0.14.0
14672026-08-29T16:11:27.536Z Checking progenitor-client v0.14.0
14682026-08-29T16:11:27.573Z Checking dropshot-api-manager-types v0.7.2
14692026-08-29T16:11:27.740Z Checking sha2 v0.10.9
14702026-08-29T16:11:27.757Z Compiling blake3 v1.8.2
14712026-08-29T16:11:27.779Z Checking hickory-resolver v0.25.2
14722026-08-29T16:11:28.131Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
14732026-08-29T16:11:28.134Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14742026-08-29T16:11:28.334Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14752026-08-29T16:11:28.688Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14762026-08-29T16:11:29.111Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14772026-08-29T16:11:29.398Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14782026-08-29T16:11:29.686Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14792026-08-29T16:11:29.875Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14802026-08-29T16:11:30.169Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14812026-08-29T16:11:30.188Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14822026-08-29T16:11:30.293Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14832026-08-29T16:11:30.435Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14842026-08-29T16:11:30.664Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14852026-08-29T16:11:30.941Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14862026-08-29T16:11:31.187Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14872026-08-29T16:11:31.292Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14882026-08-29T16:11:31.407Z Checking progenitor v0.14.0
14892026-08-29T16:11:31.435Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14902026-08-29T16:11:31.645Z Checking git-stub v1.0.0
14912026-08-29T16:11:31.805Z Compiling strum_macros v0.28.0
14922026-08-29T16:11:31.974Z Checking filetime v0.2.26
14932026-08-29T16:11:32.115Z Checking xattr v1.6.1
14942026-08-29T16:11:32.251Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14952026-08-29T16:11:32.341Z Checking constant_time_eq v0.3.1
14962026-08-29T16:11:32.380Z Checking is_ci v1.2.0
14972026-08-29T16:11:32.437Z Checking arrayref v0.3.9
14982026-08-29T16:11:32.479Z Checking arrayvec v0.7.6
14992026-08-29T16:11:32.482Z Compiling curl v0.4.50
15002026-08-29T16:11:32.538Z Checking supports-color v3.0.2
15012026-08-29T16:11:32.762Z Checking tar v0.4.45
15022026-08-29T16:11:32.961Z Checking git-stub-vcs v0.1.0
15032026-08-29T16:11:33.153Z Checking toml v0.7.8
15042026-08-29T16:11:33.445Z Checking similar v2.7.0
15052026-08-29T16:11:33.463Z Checking drift v0.2.0
15062026-08-29T16:11:33.592Z Checking strum v0.28.0
15072026-08-29T16:11:33.671Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15082026-08-29T16:11:33.708Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15092026-08-29T16:11:33.766Z Checking kstat-rs v0.2.4
15102026-08-29T16:11:33.784Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15112026-08-29T16:11:33.802Z Checking topological-sort v0.2.2
15122026-08-29T16:11:33.896Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
15132026-08-29T16:11:33.935Z Checking omicron-zone-package v0.12.2
15142026-08-29T16:11:33.953Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15152026-08-29T16:11:34.349Z Checking dropshot-api-manager v0.7.2
15162026-08-29T16:11:34.602Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15172026-08-29T16:11:34.672Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15182026-08-29T16:11:34.812Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15192026-08-29T16:11:35.710Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15202026-08-29T16:11:35.759Z Checking signal-hook-tokio v0.4.0
15212026-08-29T16:11:35.888Z Checking scuffle v0.1.0
15222026-08-29T16:11:36.095Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15232026-08-29T16:11:36.242Z Checking iddqd v0.4.5
15242026-08-29T16:11:36.343Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15252026-08-29T16:11:36.423Z Checking search_path v0.1.4
15262026-08-29T16:11:36.538Z Checking internet-checksum v0.2.1
15272026-08-29T16:11:36.564Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15282026-08-29T16:11:36.592Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15292026-08-29T16:11:36.862Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15302026-08-29T16:11:36.865Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15312026-08-29T16:11:36.898Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15322026-08-29T16:11:37.037Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15332026-08-29T16:11:37.490Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15342026-08-29T16:11:39.159Z Compiling git2 v0.19.0
15352026-08-29T16:11:41.419Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15362026-08-29T16:11:42.529Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15372026-08-29T16:11:48.491Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15382026-08-29T16:11:49.760Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15392026-08-29T16:11:54.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s
15402026-08-29T16:11:55.007Z+ for feat in tofino_stub tofino_asic softnpu chaos
15412026-08-29T16:11:55.008Z+ cargo clippy --features tofino_asic -- --deny warnings
15422026-08-29T16:11:55.505Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15432026-08-29T16:11:55.505Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15442026-08-29T16:11:55.581Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15452026-08-29T16:11:55.581Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15462026-08-29T16:12:02.776Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15472026-08-29T16:12:02.780Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15482026-08-29T16:12:05.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.43s
15492026-08-29T16:12:05.630Z+ for feat in tofino_stub tofino_asic softnpu chaos
15502026-08-29T16:12:05.631Z+ cargo clippy --features softnpu -- --deny warnings
15512026-08-29T16:12:05.930Z Downloading crates ...
15522026-08-29T16:12:06.063Z Downloaded ascii v1.1.0
15532026-08-29T16:12:06.066Z Downloaded typeid v1.0.3
15542026-08-29T16:12:06.068Z Downloaded wyz v0.5.1
15552026-08-29T16:12:06.068Z Downloaded tap v1.0.1
15562026-08-29T16:12:06.071Z Downloaded serde_arrays v0.1.0
15572026-08-29T16:12:06.074Z Downloaded radium v0.7.0
15582026-08-29T16:12:06.074Z Downloaded funty v2.0.0
15592026-08-29T16:12:06.077Z Downloaded bitstruct_derive v0.1.0
15602026-08-29T16:12:06.077Z Downloaded bitstruct v0.1.1
15612026-08-29T16:12:06.081Z Downloaded libloading v0.7.4
15622026-08-29T16:12:06.081Z Downloaded erased-serde v0.4.8
15632026-08-29T16:12:06.093Z Downloaded bitvec v1.0.1
15642026-08-29T16:12:06.101Z Downloaded num-bigint v0.4.6
15652026-08-29T16:12:06.217Z Checking num-integer v0.1.46
15662026-08-29T16:12:06.294Z Checking num-complex v0.4.6
15672026-08-29T16:12:06.304Z Compiling radium v0.7.0
15682026-08-29T16:12:06.311Z Checking tap v1.0.1
15692026-08-29T16:12:06.316Z Checking funty v2.0.0
15702026-08-29T16:12:06.322Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15712026-08-29T16:12:06.326Z Compiling typeid v1.0.3
15722026-08-29T16:12:06.335Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15732026-08-29T16:12:06.395Z Checking wyz v0.5.1
15742026-08-29T16:12:06.487Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15752026-08-29T16:12:06.499Z Checking num-bigint v0.4.6
15762026-08-29T16:12:06.527Z Checking num-iter v0.1.45
15772026-08-29T16:12:06.576Z Compiling erased-serde v0.4.8
15782026-08-29T16:12:06.593Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15792026-08-29T16:12:06.612Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15802026-08-29T16:12:06.630Z Compiling bitstruct_derive v0.1.0
15812026-08-29T16:12:06.691Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15822026-08-29T16:12:06.713Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15832026-08-29T16:12:06.724Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15842026-08-29T16:12:06.739Z Checking bitvec v1.0.1
15852026-08-29T16:12:06.753Z Checking ascii v1.1.0
15862026-08-29T16:12:06.806Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15872026-08-29T16:12:06.816Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15882026-08-29T16:12:06.922Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15892026-08-29T16:12:06.931Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15902026-08-29T16:12:06.934Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15912026-08-29T16:12:06.973Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15922026-08-29T16:12:07.224Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15932026-08-29T16:12:07.233Z Checking serde_arrays v0.1.0
15942026-08-29T16:12:07.259Z Checking bitstruct v0.1.1
15952026-08-29T16:12:07.318Z Checking num-rational v0.4.2
15962026-08-29T16:12:07.329Z Checking libloading v0.7.4
15972026-08-29T16:12:07.340Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15982026-08-29T16:12:07.578Z Checking num v0.4.3
15992026-08-29T16:12:07.645Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16002026-08-29T16:12:08.185Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
16012026-08-29T16:12:08.489Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
16022026-08-29T16:12:08.489Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
16032026-08-29T16:12:08.680Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
16042026-08-29T16:12:08.838Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16052026-08-29T16:12:08.842Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16062026-08-29T16:12:09.290Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16072026-08-29T16:12:09.504Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16082026-08-29T16:12:09.504Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16092026-08-29T16:12:09.508Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
16102026-08-29T16:12:09.508Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16112026-08-29T16:12:10.309Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16122026-08-29T16:12:11.118Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16132026-08-29T16:12:15.350Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16142026-08-29T16:12:15.470Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16152026-08-29T16:12:21.753Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16162026-08-29T16:12:23.006Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16172026-08-29T16:12:23.535Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16182026-08-29T16:12:27.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.20s
16192026-08-29T16:12:28.028Z+ for feat in tofino_stub tofino_asic softnpu chaos
16202026-08-29T16:12:28.029Z+ cargo clippy --features chaos -- --deny warnings
16212026-08-29T16:12:28.522Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16222026-08-29T16:12:28.525Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16232026-08-29T16:12:28.525Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16242026-08-29T16:12:35.800Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16252026-08-29T16:12:35.803Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16262026-08-29T16:12:38.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.33s
16272026-08-29T16:12:38.547Z+ banner fmt
16282026-08-29T16:12:38.551Z
16292026-08-29T16:12:38.551Z ###### # # #####
16302026-08-29T16:12:38.551Z # ## ## #
16312026-08-29T16:12:38.551Z ##### # ## # #
16322026-08-29T16:12:38.551Z # # # #
16332026-08-29T16:12:38.551Z # # # #
16342026-08-29T16:12:38.551Z # # # #
16352026-08-29T16:12:38.551Z
16362026-08-29T16:12:38.551Z+ cargo fmt -- --check
16372026-08-29T16:12:38.997Z+ banner test
16382026-08-29T16:12:39.001Z
16392026-08-29T16:12:39.001Z ##### ###### #### #####
16402026-08-29T16:12:39.001Z # # # #
16412026-08-29T16:12:39.001Z # ##### #### #
16422026-08-29T16:12:39.001Z # # # #
16432026-08-29T16:12:39.001Z # # # # #
16442026-08-29T16:12:39.001Z # ###### #### #
16452026-08-29T16:12:39.001Z
16462026-08-29T16:12:39.001Z+ for feat in tofino_stub tofino_asic softnpu chaos
16472026-08-29T16:12:39.001Z+ RUST_BACKTRACE=full
16482026-08-29T16:12:39.001Z+ cargo test --features tofino_stub --no-fail-fast
16492026-08-29T16:12:39.852Z Compiling unicode-ident v1.0.24
16502026-08-29T16:12:39.852Z Compiling cfg-if v1.0.4
16512026-08-29T16:12:39.855Z Compiling memchr v2.7.5
16522026-08-29T16:12:39.963Z Compiling serde_core v1.0.228
16532026-08-29T16:12:39.975Z Compiling itoa v1.0.15
16542026-08-29T16:12:39.978Z Compiling libc v0.2.186
16552026-08-29T16:12:39.992Z Compiling zmij v1.0.17
16562026-08-29T16:12:40.002Z Compiling libm v0.2.15
16572026-08-29T16:12:40.067Z Compiling proc-macro2 v1.0.106
16582026-08-29T16:12:40.097Z Compiling heck v0.5.0
16592026-08-29T16:12:40.267Z Compiling equivalent v1.0.2
16602026-08-29T16:12:40.360Z Compiling log v0.4.29
16612026-08-29T16:12:40.476Z Compiling quote v1.0.45
16622026-08-29T16:12:40.545Z Compiling iana-time-zone v0.1.64
16632026-08-29T16:12:40.557Z Compiling smallvec v1.15.1
16642026-08-29T16:12:40.716Z Compiling syn v2.0.118
16652026-08-29T16:12:40.761Z Compiling dyn-clone v1.0.20
16662026-08-29T16:12:40.765Z Compiling hashbrown v0.17.1
16672026-08-29T16:12:40.785Z Compiling fnv v1.0.7
16682026-08-29T16:12:40.790Z Compiling regex-syntax v0.8.11
16692026-08-29T16:12:40.884Z Compiling stable_deref_trait v1.2.0
16702026-08-29T16:12:40.905Z Compiling pin-project-lite v0.2.16
16712026-08-29T16:12:40.967Z Compiling percent-encoding v2.3.2
16722026-08-29T16:12:41.006Z Compiling writeable v0.6.1
16732026-08-29T16:12:41.130Z Compiling litemap v0.8.0
16742026-08-29T16:12:41.168Z Compiling num-traits v0.2.19
16752026-08-29T16:12:41.314Z Compiling icu_normalizer_data v2.0.0
16762026-08-29T16:12:41.327Z Compiling icu_properties_data v2.0.1
16772026-08-29T16:12:41.346Z Compiling form_urlencoded v1.2.2
16782026-08-29T16:12:41.393Z Compiling utf8_iter v1.0.4
16792026-08-29T16:12:41.461Z Compiling getrandom v0.4.2
16802026-08-29T16:12:41.533Z Compiling aho-corasick v1.1.3
16812026-08-29T16:12:41.546Z Compiling scopeguard v1.2.0
16822026-08-29T16:12:41.609Z Compiling semver v1.0.28
16832026-08-29T16:12:41.654Z Compiling serde_json v1.0.150
16842026-08-29T16:12:41.776Z Compiling indexmap v2.14.0
16852026-08-29T16:12:41.789Z Compiling lock_api v0.4.14
16862026-08-29T16:12:41.948Z Compiling byteorder v1.5.0
16872026-08-29T16:12:42.015Z Compiling ucd-trie v0.1.7
16882026-08-29T16:12:42.137Z Compiling uuid v1.23.3
16892026-08-29T16:12:42.169Z Compiling allocator-api2 v0.2.21
16902026-08-29T16:12:42.309Z Compiling regex-automata v0.4.13
16912026-08-29T16:12:42.402Z Compiling futures-core v0.3.32
16922026-08-29T16:12:42.498Z Compiling foldhash v0.2.0
16932026-08-29T16:12:42.569Z Compiling ryu v1.0.20
16942026-08-29T16:12:42.728Z Compiling hashbrown v0.16.1
16952026-08-29T16:12:42.762Z Compiling pretty-hex v0.4.1
16962026-08-29T16:12:42.904Z Compiling futures-sink v0.3.32
16972026-08-29T16:12:42.932Z Compiling strsim v0.11.1
16982026-08-29T16:12:43.013Z Compiling plain v0.2.3
16992026-08-29T16:12:43.127Z Compiling num-conv v0.2.1
17002026-08-29T16:12:43.202Z Compiling time-core v0.1.8
17012026-08-29T16:12:43.313Z Compiling slab v0.4.11
17022026-08-29T16:12:43.327Z Compiling futures-channel v0.3.32
17032026-08-29T16:12:43.358Z Compiling time-macros v0.2.27
17042026-08-29T16:12:43.440Z Compiling synstructure v0.13.2
17052026-08-29T16:12:43.489Z Compiling serde_derive_internals v0.29.1
17062026-08-29T16:12:43.702Z Compiling futures-task v0.3.32
17072026-08-29T16:12:43.705Z Compiling futures-io v0.3.32
17082026-08-29T16:12:43.875Z Compiling regress v0.10.5
17092026-08-29T16:12:43.905Z Compiling darling_core v0.21.3
17102026-08-29T16:12:44.063Z Compiling regex v1.12.4
17112026-08-29T16:12:44.086Z Compiling thread-id v5.0.0
17122026-08-29T16:12:44.173Z Compiling getrandom v0.2.16
17132026-08-29T16:12:44.225Z Compiling socket2 v0.6.4
17142026-08-29T16:12:44.359Z Compiling parking_lot_core v0.9.12
17152026-08-29T16:12:44.533Z Compiling bitflags v2.11.1
17162026-08-29T16:12:44.658Z Compiling parking_lot v0.12.5
17172026-08-29T16:12:44.678Z Compiling signal-hook-registry v1.4.6
17182026-08-29T16:12:44.691Z Compiling serde_derive v1.0.228
17192026-08-29T16:12:44.782Z Compiling zerofrom-derive v0.1.6
17202026-08-29T16:12:44.818Z Compiling yoke-derive v0.8.0
17212026-08-29T16:12:44.903Z Compiling zerovec-derive v0.11.1
17222026-08-29T16:12:45.082Z Compiling displaydoc v0.2.5
17232026-08-29T16:12:45.127Z Compiling thiserror-impl v2.0.18
17242026-08-29T16:12:45.856Z Compiling schemars_derive v0.8.22
17252026-08-29T16:12:45.874Z Compiling tokio-macros v2.7.0
17262026-08-29T16:12:46.015Z Compiling zeroize_derive v1.4.3
17272026-08-29T16:12:46.027Z Compiling zerocopy-derive v0.8.27
17282026-08-29T16:12:46.047Z Compiling futures-macro v0.3.32
17292026-08-29T16:12:46.404Z Compiling thiserror v2.0.18
17302026-08-29T16:12:46.517Z Compiling zerofrom v0.1.6
17312026-08-29T16:12:46.634Z Compiling yoke v0.8.0
17322026-08-29T16:12:46.651Z Compiling tracing-attributes v0.1.30
17332026-08-29T16:12:46.706Z Compiling thiserror-impl v1.0.69
17342026-08-29T16:12:46.832Z Compiling zerovec v0.11.4
17352026-08-29T16:12:46.899Z Compiling zerotrie v0.2.2
17362026-08-29T16:12:47.079Z Compiling pest v2.8.2
17372026-08-29T16:12:47.209Z Compiling scroll_derive v0.13.1
17382026-08-29T16:12:47.286Z Compiling zerocopy v0.8.27
17392026-08-29T16:12:47.440Z Compiling serde v1.0.228
17402026-08-29T16:12:47.752Z Compiling tinystr v0.8.1
17412026-08-29T16:12:47.883Z Compiling bytes v1.12.0
17422026-08-29T16:12:47.896Z Compiling serde_tokenstream v0.2.3
17432026-08-29T16:12:47.958Z Compiling icu_locale_core v2.0.0
17442026-08-29T16:12:47.961Z Compiling potential_utf v0.1.3
17452026-08-29T16:12:48.062Z Compiling chrono v0.4.45
17462026-08-29T16:12:48.138Z Compiling icu_collections v2.0.0
17472026-08-29T16:12:48.179Z Compiling pest_meta v2.8.2
17482026-08-29T16:12:48.191Z Compiling async-trait v0.1.89
17492026-08-29T16:12:48.372Z Compiling http v1.4.2
17502026-08-29T16:12:48.532Z Compiling icu_provider v2.0.0
17512026-08-29T16:12:48.652Z Compiling scroll v0.13.0
17522026-08-29T16:12:48.766Z Compiling pest_generator v2.8.2
17532026-08-29T16:12:48.808Z Compiling icu_normalizer v2.0.0
17542026-08-29T16:12:48.852Z Compiling icu_properties v2.0.1
17552026-08-29T16:12:48.917Z Compiling goblin v0.10.1
17562026-08-29T16:12:49.173Z Compiling schemars v0.8.22
17572026-08-29T16:12:49.343Z Compiling daft-derive v0.1.5
17582026-08-29T16:12:49.417Z Compiling darling_macro v0.21.3
17592026-08-29T16:12:49.477Z Compiling pest_derive v2.8.2
17602026-08-29T16:12:49.560Z Compiling openssl-macros v0.1.1
17612026-08-29T16:12:50.065Z Compiling idna_adapter v1.2.1
17622026-08-29T16:12:50.065Z Compiling typify-impl v0.4.3
17632026-08-29T16:12:50.089Z Compiling dtrace-parser v0.3.0
17642026-08-29T16:12:50.110Z Compiling darling v0.21.3
17652026-08-29T16:12:50.124Z Compiling openapiv3 v2.2.0
17662026-08-29T16:12:50.191Z Compiling idna v1.1.0
17672026-08-29T16:12:50.212Z Compiling structmeta-derive v0.3.0
17682026-08-29T16:12:50.351Z Compiling async-stream-impl v0.3.6
17692026-08-29T16:12:50.968Z Compiling url v2.5.7
17702026-08-29T16:12:50.983Z Compiling newtype-uuid-macros v0.1.0
17712026-08-29T16:12:51.003Z Compiling serde_yaml v0.9.34+deprecated
17722026-08-29T16:12:51.278Z Compiling structmeta v0.3.0
17732026-08-29T16:12:51.488Z Compiling zeroize v1.8.1
17742026-08-29T16:12:51.699Z Compiling dof v0.4.0
17752026-08-29T16:12:51.712Z Compiling strum_macros v0.26.4
17762026-08-29T16:12:51.746Z Compiling untrusted v0.9.0
17772026-08-29T16:12:51.806Z Compiling thiserror v1.0.69
17782026-08-29T16:12:51.855Z Compiling mio v1.2.1
17792026-08-29T16:12:51.869Z Compiling omicron-workspace-hack v0.1.0
17802026-08-29T16:12:51.910Z Compiling base64 v0.22.1
17812026-08-29T16:12:52.247Z Compiling usdt-impl v0.6.0
17822026-08-29T16:12:52.293Z Compiling tokio v1.52.3
17832026-08-29T16:12:52.358Z Compiling http-body v1.0.1
17842026-08-29T16:12:52.518Z Compiling dropshot_endpoint v0.16.7
17852026-08-29T16:12:52.792Z Compiling ref-cast-impl v1.0.25
17862026-08-29T16:12:53.043Z Compiling atomic-waker v1.1.2
17872026-08-29T16:12:53.177Z Compiling ipnet v2.11.0
17882026-08-29T16:12:53.342Z Compiling derive-ex v0.1.8
17892026-08-29T16:12:53.419Z Compiling strum_macros v0.27.2
17902026-08-29T16:12:53.432Z Compiling httparse v1.10.1
17912026-08-29T16:12:53.638Z Compiling usdt-macro v0.6.0
17922026-08-29T16:12:53.723Z Compiling usdt-attr-macro v0.6.0
17932026-08-29T16:12:53.743Z Compiling portable-atomic v1.11.1
17942026-08-29T16:12:54.187Z Compiling tower-layer v0.3.3
17952026-08-29T16:12:54.270Z Compiling tower-service v0.3.3
17962026-08-29T16:12:54.374Z Compiling critical-section v1.2.0
17972026-08-29T16:12:54.489Z Compiling try-lock v0.2.5
17982026-08-29T16:12:54.606Z Compiling want v0.3.1
17992026-08-29T16:12:54.702Z Compiling once_cell v1.21.3
18002026-08-29T16:12:54.826Z Compiling httpdate v1.0.3
18012026-08-29T16:12:54.866Z Compiling serde_with_macros v3.14.1
18022026-08-29T16:12:54.995Z Compiling test-strategy v0.4.3
18032026-08-29T16:12:55.070Z Compiling ppv-lite86 v0.2.21
18042026-08-29T16:12:55.293Z Compiling erased-serde v0.3.31
18052026-08-29T16:12:55.797Z Compiling subtle v2.6.1
18062026-08-29T16:12:55.973Z Compiling parse-display-derive v0.10.0
18072026-08-29T16:12:56.017Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18082026-08-29T16:12:56.253Z Compiling typify-macro v0.4.3
18092026-08-29T16:12:56.561Z Compiling http-body-util v0.1.3
18102026-08-29T16:12:56.573Z Compiling anyhow v1.0.102
18112026-08-29T16:12:56.929Z Compiling serde_urlencoded v0.7.1
18122026-08-29T16:12:56.965Z Compiling rand_core v0.6.4
18132026-08-29T16:12:57.181Z Compiling typenum v1.20.1
18142026-08-29T16:12:57.194Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18152026-08-29T16:12:57.355Z Compiling futures-util v0.3.32
18162026-08-29T16:12:57.679Z Compiling sync_wrapper v1.0.2
18172026-08-29T16:12:57.845Z Compiling powerfmt v0.2.0
18182026-08-29T16:12:57.957Z Compiling num_threads v0.1.7
18192026-08-29T16:12:58.057Z Compiling deranged v0.5.3
18202026-08-29T16:12:58.059Z Compiling tracing-core v0.1.34
18212026-08-29T16:12:58.081Z Compiling camino v1.2.3
18222026-08-29T16:12:58.098Z Compiling iri-string v0.7.8
18232026-08-29T16:12:58.302Z Compiling typify v0.4.3
18242026-08-29T16:12:58.402Z Compiling progenitor-impl v0.11.1
18252026-08-29T16:12:58.543Z Compiling tracing v0.1.41
18262026-08-29T16:12:58.661Z Compiling encoding_rs v0.8.35
18272026-08-29T16:12:58.777Z Compiling fastrand v2.3.0
18282026-08-29T16:12:58.872Z Compiling mime v0.3.17
18292026-08-29T16:12:59.116Z Compiling cpufeatures v0.2.17
18302026-08-29T16:12:59.151Z Compiling generic-array v0.14.7
18312026-08-29T16:12:59.299Z Compiling hex v0.4.3
18322026-08-29T16:12:59.623Z Compiling crypto-common v0.1.6
18332026-08-29T16:12:59.650Z Compiling errno v0.3.14
18342026-08-29T16:12:59.843Z Compiling tokio-util v0.7.16
18352026-08-29T16:12:59.949Z Compiling thread_local v1.1.9
18362026-08-29T16:13:00.048Z Compiling unicode-width v0.2.1
18372026-08-29T16:13:00.213Z Compiling syn v1.0.109
18382026-08-29T16:13:00.279Z Compiling rustls-pki-types v1.12.0
18392026-08-29T16:13:00.335Z Compiling winnow v0.7.14
18402026-08-29T16:13:00.505Z Compiling match_cfg v0.1.0
18412026-08-29T16:13:00.589Z Compiling rustix v1.1.4
18422026-08-29T16:13:01.107Z Compiling term v1.2.0
18432026-08-29T16:13:01.246Z Compiling take_mut v0.2.2
18442026-08-29T16:13:01.328Z Compiling winnow v1.0.3
18452026-08-29T16:13:01.701Z Compiling toml_parser v1.1.2+spec-1.1.0
18462026-08-29T16:13:01.741Z Compiling h2 v0.4.14
18472026-08-29T16:13:01.819Z Compiling ring v0.17.14
18482026-08-29T16:13:01.935Z Compiling progenitor-macro v0.11.1
18492026-08-29T16:13:02.036Z Compiling serde_spanned v1.1.1
18502026-08-29T16:13:02.196Z Compiling toml_writer v1.1.1+spec-1.1.0
18512026-08-29T16:13:02.419Z Compiling debug-ignore v1.0.5
18522026-08-29T16:13:02.530Z Compiling spin v0.9.8
18532026-08-29T16:13:02.653Z Compiling quick-error v1.2.3
18542026-08-29T16:13:02.802Z Compiling block-buffer v0.10.4
18552026-08-29T16:13:03.067Z Compiling waitgroup v0.1.2
18562026-08-29T16:13:03.214Z Compiling async-stream v0.3.6
18572026-08-29T16:13:03.395Z Compiling serde_path_to_error v0.1.20
18582026-08-29T16:13:03.549Z Compiling bit-vec v0.8.0
18592026-08-29T16:13:03.762Z Compiling lazy_static v1.5.0
18602026-08-29T16:13:03.790Z Compiling bit-set v0.8.0
18612026-08-29T16:13:03.836Z Compiling hyper v1.10.1
18622026-08-29T16:13:03.866Z Compiling digest v0.10.7
18632026-08-29T16:13:03.956Z Compiling strum v0.26.3
18642026-08-29T16:13:03.968Z Compiling ipnetwork v0.21.1
18652026-08-29T16:13:04.050Z Compiling crossbeam-utils v0.8.21
18662026-08-29T16:13:04.084Z Compiling toml_datetime v0.7.5+spec-1.1.0
18672026-08-29T16:13:04.396Z Compiling unarray v0.1.4
18682026-08-29T16:13:04.414Z Compiling toml v0.9.12+spec-1.1.0
18692026-08-29T16:13:04.443Z Compiling slog v2.8.2
18702026-08-29T16:13:04.512Z Compiling macaddr v1.0.1
18712026-08-29T16:13:04.564Z Compiling tabwriter v1.4.1
18722026-08-29T16:13:04.743Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18732026-08-29T16:13:04.854Z Compiling ref-cast v1.0.25
18742026-08-29T16:13:04.931Z Compiling colored v3.1.1
18752026-08-29T16:13:04.960Z Compiling hyper-util v0.1.20
18762026-08-29T16:13:04.991Z Compiling strum v0.27.2
18772026-08-29T16:13:05.126Z Compiling aws-lc-sys v0.39.1
18782026-08-29T16:13:05.330Z Compiling getrandom v0.3.3
18792026-08-29T16:13:05.525Z Compiling untrusted v0.7.1
18802026-08-29T16:13:05.633Z Compiling rand_core v0.9.3
18812026-08-29T16:13:05.658Z Compiling oxnet v0.1.6
18822026-08-29T16:13:05.862Z Compiling aws-lc-rs v1.16.2
18832026-08-29T16:13:05.984Z Compiling openssl-sys v0.9.117
18842026-08-29T16:13:06.446Z Compiling futures-executor v0.3.32
18852026-08-29T16:13:06.672Z Compiling instant v0.1.13
18862026-08-29T16:13:06.796Z Compiling foreign-types-shared v0.1.1
18872026-08-29T16:13:06.849Z Compiling rustls-webpki v0.103.6
18882026-08-29T16:13:06.887Z Compiling foreign-types v0.3.2
18892026-08-29T16:13:06.964Z Compiling rand_chacha v0.9.0
18902026-08-29T16:13:06.996Z Compiling tempfile v3.27.0
18912026-08-29T16:13:07.167Z Compiling tower v0.5.2
18922026-08-29T16:13:07.381Z Compiling rustls v0.23.40
18932026-08-29T16:13:07.425Z Compiling toml_datetime v0.6.11
18942026-08-29T16:13:07.446Z Compiling openssl-probe v0.1.6
18952026-08-29T16:13:07.656Z Compiling tower-http v0.6.8
18962026-08-29T16:13:07.700Z Compiling rand v0.9.3
18972026-08-29T16:13:07.880Z Compiling openssl v0.10.81
18982026-08-29T16:13:08.079Z Compiling futures v0.3.32
18992026-08-29T16:13:08.165Z Compiling time v0.3.47
19002026-08-29T16:13:08.291Z Compiling clap_derive v4.6.1
19012026-08-29T16:13:08.304Z Compiling memmap2 v0.9.8
19022026-08-29T16:13:08.872Z Compiling crossbeam-channel v0.5.15
19032026-08-29T16:13:08.889Z Compiling webpki-roots v1.0.2
19042026-08-29T16:13:09.017Z Compiling newtype-uuid v1.3.2
19052026-08-29T16:13:09.371Z Compiling daft v0.1.5
19062026-08-29T16:13:09.654Z Compiling is-terminal v0.4.16
19072026-08-29T16:13:09.904Z Compiling either v1.15.0
19082026-08-29T16:13:09.940Z Compiling slog-term v2.9.2
19092026-08-29T16:13:10.032Z Compiling slog-json v2.6.1
19102026-08-29T16:13:10.116Z Compiling usdt v0.6.0
19112026-08-29T16:13:10.235Z Compiling slog-async v2.8.0
19122026-08-29T16:13:10.411Z Compiling tokio-rustls v0.26.4
19132026-08-29T16:13:10.426Z Compiling native-tls v0.2.14
19142026-08-29T16:13:10.492Z Compiling hostname v0.3.1
19152026-08-29T16:13:10.643Z Compiling tokio-native-tls v0.3.1
19162026-08-29T16:13:10.687Z Compiling hyper-rustls v0.27.7
19172026-08-29T16:13:10.742Z Compiling slog-bunyan v2.5.0
19182026-08-29T16:13:10.768Z Compiling rustls-webpki v0.102.8
19192026-08-29T16:13:10.788Z Compiling hyper-tls v0.6.0
19202026-08-29T16:13:10.818Z Compiling multer v3.1.0
19212026-08-29T16:13:11.029Z Compiling reqwest v0.12.23
19222026-08-29T16:13:11.029Z Compiling rustls-pemfile v2.2.0
19232026-08-29T16:13:11.236Z Compiling hostname v0.4.2
19242026-08-29T16:13:11.333Z Compiling rustls v0.22.4
19252026-08-29T16:13:11.387Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19262026-08-29T16:13:11.667Z Compiling rand_chacha v0.3.1
19272026-08-29T16:13:11.951Z Compiling wait-timeout v0.2.1
19282026-08-29T16:13:12.172Z Compiling rusty-fork v0.3.0
19292026-08-29T16:13:12.254Z Compiling rand v0.8.5
19302026-08-29T16:13:12.534Z Compiling rand_xorshift v0.4.0
19312026-08-29T16:13:12.586Z Compiling sha1 v0.10.6
19322026-08-29T16:13:12.825Z Compiling proptest v1.8.0
19332026-08-29T16:13:12.903Z Compiling itertools v0.14.0
19342026-08-29T16:13:13.509Z Compiling tokio-rustls v0.25.0
19352026-08-29T16:13:13.696Z Compiling dropshot v0.16.7
19362026-08-29T16:13:14.134Z Compiling anstyle v1.0.14
19372026-08-29T16:13:14.985Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19382026-08-29T16:13:15.320Z Compiling progenitor-client v0.10.0
19392026-08-29T16:13:15.595Z Compiling progenitor-client v0.11.1
19402026-08-29T16:13:15.631Z Compiling serde_with v3.14.1
19412026-08-29T16:13:15.908Z Compiling num-derive v0.4.2
19422026-08-29T16:13:16.113Z Compiling progenitor v0.11.1
19432026-08-29T16:13:16.264Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19442026-08-29T16:13:16.611Z Compiling rustc-hash v2.1.1
19452026-08-29T16:13:16.740Z Compiling iddqd v0.3.18
19462026-08-29T16:13:16.753Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19472026-08-29T16:13:16.879Z Compiling backoff v0.4.0
19482026-08-29T16:13:17.097Z Compiling parse-display v0.10.0
19492026-08-29T16:13:17.307Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19502026-08-29T16:13:17.447Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19512026-08-29T16:13:17.865Z Compiling utf8parse v0.2.2
19522026-08-29T16:13:17.993Z Compiling anstyle-parse v1.0.0
19532026-08-29T16:13:18.263Z Compiling is_terminal_polyfill v1.70.1
19542026-08-29T16:13:18.291Z Compiling colorchoice v1.0.4
19552026-08-29T16:13:18.320Z Compiling anstyle-query v1.1.4
19562026-08-29T16:13:18.397Z Compiling anstream v1.0.0
19572026-08-29T16:13:18.429Z Compiling clap_lex v1.1.0
19582026-08-29T16:13:19.609Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19592026-08-29T16:13:21.859Z Compiling winnow v0.5.40
19602026-08-29T16:13:26.402Z Compiling terminal_size v0.4.3
19612026-08-29T16:13:27.693Z Compiling toml_edit v0.19.15
19622026-08-29T16:13:28.851Z Compiling proc-macro-crate v1.3.1
19632026-08-29T16:13:29.208Z Compiling clap_builder v4.6.0
19642026-08-29T16:13:29.576Z Compiling dropshot_endpoint v0.17.1
19652026-08-29T16:13:31.300Z Compiling clap v4.6.1
19662026-08-29T16:13:35.301Z Compiling serde_spanned v0.6.9
19672026-08-29T16:13:36.395Z Compiling prettyplease v0.2.37
19682026-08-29T16:13:36.685Z Compiling adler2 v2.0.1
19692026-08-29T16:13:36.828Z Compiling miniz_oxide v0.8.9
19702026-08-29T16:13:37.475Z Compiling crc32fast v1.5.0
19712026-08-29T16:13:37.516Z Compiling ingot-macros v0.1.1
19722026-08-29T16:13:37.800Z Compiling zerocopy-derive v0.7.35
19732026-08-29T16:13:37.804Z Compiling flate2 v1.1.2
19742026-08-29T16:13:38.801Z Compiling hubpack_derive v0.1.1
19752026-08-29T16:13:38.846Z Compiling hybrid-array v0.4.12
19762026-08-29T16:13:40.504Z Compiling scroll_derive v0.12.1
19772026-08-29T16:13:40.615Z Compiling toml_write v0.1.2
19782026-08-29T16:13:40.773Z Compiling toml_edit v0.22.27
19792026-08-29T16:13:41.682Z Compiling block-buffer v0.12.0
19802026-08-29T16:13:41.770Z Compiling crypto-common v0.2.2
19812026-08-29T16:13:41.907Z Compiling num_enum_derive v0.7.5
19822026-08-29T16:13:42.680Z Compiling foreign-types-macros v0.2.3
19832026-08-29T16:13:42.707Z Compiling num-integer v0.1.46
19842026-08-29T16:13:42.993Z Compiling const-oid v0.10.2
19852026-08-29T16:13:43.042Z Compiling compression-core v0.4.32
19862026-08-29T16:13:43.142Z Compiling float-ord v0.3.2
19872026-08-29T16:13:43.208Z Compiling compression-codecs v0.4.32
19882026-08-29T16:13:43.247Z Compiling digest v0.11.3
19892026-08-29T16:13:43.486Z Compiling toml v0.8.23
19902026-08-29T16:13:43.961Z Compiling zerocopy v0.7.35
19912026-08-29T16:13:45.382Z Compiling toml_datetime v1.1.1+spec-1.1.0
19922026-08-29T16:13:45.610Z Compiling glob v0.3.3
19932026-08-29T16:13:45.700Z Compiling cpufeatures v0.3.0
19942026-08-29T16:13:45.785Z Compiling sha1 v0.11.0
19952026-08-29T16:13:45.904Z Compiling toml v1.1.2+spec-1.1.0
19962026-08-29T16:13:46.050Z Compiling async-compression v0.4.33
19972026-08-29T16:13:46.078Z Compiling proc-macro-error-attr v1.0.4
19982026-08-29T16:13:46.137Z Compiling num-rational v0.4.2
19992026-08-29T16:13:46.368Z Compiling num-iter v0.1.45
20002026-08-29T16:13:46.664Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20012026-08-29T16:13:46.773Z Compiling num-complex v0.4.6
20022026-08-29T16:13:47.171Z Compiling num v0.4.3
20032026-08-29T16:13:47.255Z Compiling dropshot v0.17.1
20042026-08-29T16:13:47.273Z Compiling proc-macro-error v1.0.4
20052026-08-29T16:13:47.438Z Compiling num_enum_derive v0.5.11
20062026-08-29T16:13:47.549Z Compiling dtrace-parser v0.2.0
20072026-08-29T16:13:47.637Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20082026-08-29T16:13:48.004Z Compiling dof v0.3.0
20092026-08-29T16:13:48.167Z Compiling thread-id v4.2.2
20102026-08-29T16:13:48.263Z Compiling derive_more v0.99.20
20112026-08-29T16:13:48.370Z Compiling usdt-impl v0.5.0
20122026-08-29T16:13:48.492Z Compiling minimal-lexical v0.2.1
20132026-08-29T16:13:48.772Z Compiling nom v7.1.3
20142026-08-29T16:13:48.905Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20152026-08-29T16:13:49.507Z Compiling usdt-macro v0.5.0
20162026-08-29T16:13:49.678Z Compiling usdt-attr-macro v0.5.0
20172026-08-29T16:13:50.132Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20182026-08-29T16:13:50.336Z Compiling zone_cfg_derive v0.3.1
20192026-08-29T16:13:50.848Z Compiling libscf-sys v1.2.0
20202026-08-29T16:13:50.998Z Compiling rustc_version v0.4.1
20212026-08-29T16:13:51.050Z Compiling memoffset v0.9.1
20222026-08-29T16:13:51.145Z Compiling crossbeam-epoch v0.9.18
20232026-08-29T16:13:51.414Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
20242026-08-29T16:13:51.813Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20252026-08-29T16:13:51.934Z Compiling enum-as-inner v0.6.1
20262026-08-29T16:13:51.970Z Compiling curve25519-dalek v4.1.3
20272026-08-29T16:13:52.277Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20282026-08-29T16:13:52.475Z Compiling regress v0.11.1
20292026-08-29T16:13:52.610Z Compiling crossbeam-deque v0.8.6
20302026-08-29T16:13:52.835Z Compiling hubpack v0.1.2
20312026-08-29T16:13:53.472Z Compiling thiserror-impl-no-std v2.0.2
20322026-08-29T16:13:53.994Z Compiling curve25519-dalek-derive v0.1.1
20332026-08-29T16:13:54.464Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20342026-08-29T16:13:54.574Z Compiling static_assertions v1.1.0
20352026-08-29T16:13:54.658Z Compiling typify-impl v0.6.2
20362026-08-29T16:13:54.715Z Compiling rayon-core v1.13.0
20372026-08-29T16:13:55.066Z Compiling clang-sys v1.8.1
20382026-08-29T16:13:55.476Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
20392026-08-29T16:13:55.673Z Compiling hash32 v0.3.1
20402026-08-29T16:13:55.739Z Compiling bytecount v0.6.9
20412026-08-29T16:13:55.842Z Compiling heapless v0.8.0
20422026-08-29T16:13:55.894Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20432026-08-29T16:13:55.897Z Compiling scroll v0.12.0
20442026-08-29T16:13:56.188Z Compiling ingot-types v0.1.2
20452026-08-29T16:13:56.213Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20462026-08-29T16:13:56.423Z Compiling cobs v0.3.0
20472026-08-29T16:13:56.545Z Compiling libloading v0.8.9
20482026-08-29T16:13:56.557Z Compiling managed v0.8.0
20492026-08-29T16:13:56.594Z Compiling bitflags v1.3.2
20502026-08-29T16:13:56.630Z Compiling foreign-types-shared v0.3.1
20512026-08-29T16:13:56.678Z Compiling bindgen v0.72.1
20522026-08-29T16:13:56.732Z Compiling smoltcp v0.11.0
20532026-08-29T16:13:56.748Z Compiling foreign-types v0.5.0
20542026-08-29T16:13:56.779Z Compiling postcard v1.1.3
20552026-08-29T16:13:56.835Z Compiling ingot v0.1.1
20562026-08-29T16:13:57.379Z Compiling goblin v0.8.2
20572026-08-29T16:13:57.555Z Compiling cexpr v0.6.0
20582026-08-29T16:13:57.568Z Compiling num_enum v0.7.5
20592026-08-29T16:13:57.689Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20602026-08-29T16:13:58.133Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20612026-08-29T16:13:58.200Z Compiling camino-tempfile v1.4.1
20622026-08-29T16:13:58.408Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20632026-08-29T16:13:58.455Z Compiling serde_repr v0.1.20
20642026-08-29T16:13:58.469Z Compiling derive-where v1.6.0
20652026-08-29T16:13:58.639Z Compiling cstr-argument v0.1.2
20662026-08-29T16:13:59.068Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20672026-08-29T16:13:59.343Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20682026-08-29T16:14:00.552Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20692026-08-29T16:14:00.564Z Compiling rayon v1.11.0
20702026-08-29T16:14:00.745Z Compiling rustix v0.38.44
20712026-08-29T16:14:00.958Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20722026-08-29T16:14:01.053Z Compiling typify-macro v0.6.2
20732026-08-29T16:14:01.090Z Compiling crucible-workspace-hack v0.1.0
20742026-08-29T16:14:01.601Z Compiling tinyvec_macros v0.1.1
20752026-08-29T16:14:01.679Z Compiling tinyvec v1.10.0
20762026-08-29T16:14:02.035Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20772026-08-29T16:14:02.462Z Compiling num_enum v0.5.11
20782026-08-29T16:14:02.776Z Compiling pin-project-internal v1.1.10
20792026-08-29T16:14:02.954Z Compiling memmap v0.7.0
20802026-08-29T16:14:03.177Z Compiling typify v0.6.2
20812026-08-29T16:14:03.298Z Compiling usdt v0.5.0
20822026-08-29T16:14:03.580Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20832026-08-29T16:14:03.707Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20842026-08-29T16:14:03.888Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20852026-08-29T16:14:04.293Z Compiling itertools v0.12.1
20862026-08-29T16:14:04.479Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20872026-08-29T16:14:04.498Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20882026-08-29T16:14:04.815Z Compiling progenitor-impl v0.10.0
20892026-08-29T16:14:05.018Z Compiling sigpipe v0.1.3
20902026-08-29T16:14:05.112Z Compiling jiff v0.2.15
20912026-08-29T16:14:05.133Z Compiling const_format_proc_macros v0.2.34
20922026-08-29T16:14:05.152Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20932026-08-29T16:14:05.428Z Compiling zone v0.3.1
20942026-08-29T16:14:05.534Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20952026-08-29T16:14:06.118Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20962026-08-29T16:14:06.329Z Compiling progenitor-impl v0.14.0
20972026-08-29T16:14:06.407Z Compiling atomicwrites v0.4.4
20982026-08-29T16:14:06.620Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
20992026-08-29T16:14:07.038Z Compiling papergrid v0.18.0
21002026-08-29T16:14:07.170Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
21012026-08-29T16:14:07.192Z Compiling nix v0.30.1
21022026-08-29T16:14:07.680Z Compiling smf v0.2.3
21032026-08-29T16:14:08.146Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21042026-08-29T16:14:08.279Z Compiling secrecy v0.10.3
21052026-08-29T16:14:08.291Z Compiling progenitor-macro v0.10.0
21062026-08-29T16:14:08.623Z Compiling snafu-derive v0.8.9
21072026-08-29T16:14:08.696Z Compiling async-recursion v1.1.1
21082026-08-29T16:14:08.970Z Compiling whoami v1.6.1
21092026-08-29T16:14:09.027Z Compiling predicates-core v1.0.9
21102026-08-29T16:14:09.579Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21112026-08-29T16:14:09.867Z Compiling progenitor-macro v0.14.0
21122026-08-29T16:14:10.228Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
21132026-08-29T16:14:10.429Z Compiling tabled v0.21.0
21142026-08-29T16:14:12.513Z Compiling nix v0.31.3
21152026-08-29T16:14:13.025Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21162026-08-29T16:14:13.350Z Compiling itertools v0.15.0
21172026-08-29T16:14:13.386Z Compiling hmac v0.12.1
21182026-08-29T16:14:13.572Z Compiling inout v0.1.4
21192026-08-29T16:14:13.701Z Compiling ff v0.13.1
21202026-08-29T16:14:13.727Z Compiling float-cmp v0.10.0
21212026-08-29T16:14:13.814Z Compiling normalize-line-endings v0.3.0
21222026-08-29T16:14:13.839Z Compiling data-encoding v2.9.0
21232026-08-29T16:14:13.959Z Compiling difflib v0.4.0
21242026-08-29T16:14:14.172Z Compiling predicates v3.1.4
21252026-08-29T16:14:14.413Z Compiling group v0.13.0
21262026-08-29T16:14:14.536Z Compiling cipher v0.4.4
21272026-08-29T16:14:14.659Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
21282026-08-29T16:14:14.712Z Compiling hkdf v0.12.4
21292026-08-29T16:14:14.781Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21302026-08-29T16:14:15.241Z Compiling tabled_derive v0.7.0
21312026-08-29T16:14:15.570Z Compiling universal-hash v0.5.1
21322026-08-29T16:14:15.591Z Compiling crypto-bigint v0.5.5
21332026-08-29T16:14:15.609Z Compiling half v2.7.1
21342026-08-29T16:14:15.637Z Compiling base64ct v1.8.0
21352026-08-29T16:14:15.709Z Compiling opaque-debug v0.3.1
21362026-08-29T16:14:15.913Z Compiling ciborium-io v0.2.2
21372026-08-29T16:14:15.950Z Compiling crc8 v0.1.1
21382026-08-29T16:14:16.030Z Compiling unicode-segmentation v1.12.0
21392026-08-29T16:14:16.072Z Compiling indent_write v2.2.0
21402026-08-29T16:14:16.144Z Compiling base16ct v0.2.0
21412026-08-29T16:14:16.225Z Compiling ciborium-ll v0.2.2
21422026-08-29T16:14:16.315Z Compiling password-hash v0.5.0
21432026-08-29T16:14:16.445Z Compiling newline-converter v0.3.0
21442026-08-29T16:14:16.569Z Compiling poly1305 v0.8.0
21452026-08-29T16:14:16.758Z Compiling elliptic-curve v0.13.8
21462026-08-29T16:14:17.037Z Compiling chacha20 v0.9.1
21472026-08-29T16:14:17.095Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21482026-08-29T16:14:17.119Z Compiling tokio-dtrace v0.1.1
21492026-08-29T16:14:17.264Z Compiling thiserror-no-std v2.0.2
21502026-08-29T16:14:17.842Z Compiling reqwest v0.13.2
21512026-08-29T16:14:18.215Z Compiling blake2 v0.10.6
21522026-08-29T16:14:18.251Z Compiling console v0.16.4
21532026-08-29T16:14:18.273Z Compiling aead v0.5.2
21542026-08-29T16:14:18.440Z Compiling strum_macros v0.28.0
21552026-08-29T16:14:18.541Z Compiling bstr v1.12.0
21562026-08-29T16:14:18.891Z Compiling resolv-conf v0.7.5
21572026-08-29T16:14:19.041Z Compiling similar v3.2.0
21582026-08-29T16:14:19.053Z Compiling linked-hash-map v0.5.6
21592026-08-29T16:14:19.161Z Compiling keccak v0.1.6
21602026-08-29T16:14:19.244Z Compiling lru-cache v0.1.2
21612026-08-29T16:14:19.379Z Compiling sha3 v0.10.8
21622026-08-29T16:14:19.925Z Compiling expectorate v1.3.0
21632026-08-29T16:14:20.227Z Compiling progenitor-client v0.14.0
21642026-08-29T16:14:20.279Z Compiling argon2 v0.5.3
21652026-08-29T16:14:20.313Z Compiling chacha20poly1305 v0.10.1
21662026-08-29T16:14:20.462Z Compiling vsss-rs v3.3.4
21672026-08-29T16:14:20.536Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21682026-08-29T16:14:20.836Z Compiling oxide-tokio-rt v0.1.2
21692026-08-29T16:14:21.283Z Compiling ciborium v0.2.2
21702026-08-29T16:14:21.295Z Compiling hickory-proto v0.24.4
21712026-08-29T16:14:21.611Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21722026-08-29T16:14:21.777Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21732026-08-29T16:14:22.496Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21742026-08-29T16:14:22.597Z Compiling serde-big-array v0.5.1
21752026-08-29T16:14:22.831Z Compiling same-file v1.0.6
21762026-08-29T16:14:22.999Z Compiling siphasher v1.0.1
21772026-08-29T16:14:23.160Z Compiling phf_shared v0.12.1
21782026-08-29T16:14:23.232Z Compiling hickory-resolver v0.24.4
21792026-08-29T16:14:23.253Z Compiling walkdir v2.5.0
21802026-08-29T16:14:23.363Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21812026-08-29T16:14:23.478Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21822026-08-29T16:14:24.719Z Compiling progenitor v0.14.0
21832026-08-29T16:14:24.883Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21842026-08-29T16:14:25.053Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21852026-08-29T16:14:25.860Z Compiling newtype_derive v0.1.6
21862026-08-29T16:14:25.916Z Compiling owo-colors v4.3.0
21872026-08-29T16:14:26.121Z Compiling tokio-stream v0.1.17
21882026-08-29T16:14:26.270Z Compiling csv-core v0.1.12
21892026-08-29T16:14:26.351Z Compiling unicode-linebreak v0.1.5
21902026-08-29T16:14:26.363Z Compiling termtree v0.5.1
21912026-08-29T16:14:26.541Z Compiling unicode-width v0.1.14
21922026-08-29T16:14:26.580Z Compiling foldhash v0.1.5
21932026-08-29T16:14:26.670Z Compiling smawk v0.3.2
21942026-08-29T16:14:26.719Z Compiling swrite v0.1.0
21952026-08-29T16:14:26.826Z Compiling textwrap v0.16.2
21962026-08-29T16:14:26.830Z Compiling hashbrown v0.15.5
21972026-08-29T16:14:27.044Z Compiling qorb v0.4.1
21982026-08-29T16:14:27.229Z Compiling csv v1.4.0
21992026-08-29T16:14:27.403Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22002026-08-29T16:14:27.791Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22012026-08-29T16:14:29.218Z Compiling phf v0.12.1
22022026-08-29T16:14:29.380Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
22032026-08-29T16:14:29.451Z Compiling pin-project v1.1.10
22042026-08-29T16:14:29.563Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
22052026-08-29T16:14:29.589Z Compiling unicode-normalization v0.1.24
22062026-08-29T16:14:29.739Z Compiling libz-sys v1.1.22
22072026-08-29T16:14:30.036Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22082026-08-29T16:14:30.182Z Compiling libsw-core v0.3.2
22092026-08-29T16:14:30.362Z Compiling highway v1.3.0
22102026-08-29T16:14:30.490Z Compiling fixedbitset v0.4.2
22112026-08-29T16:14:30.630Z Compiling fixedbitset v0.5.7
22122026-08-29T16:14:30.867Z Compiling humantime v2.3.0
22132026-08-29T16:14:31.038Z Compiling petgraph v0.8.2
22142026-08-29T16:14:31.051Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22152026-08-29T16:14:31.150Z Compiling petgraph v0.6.5
22162026-08-29T16:14:31.410Z Compiling progenitor v0.10.0
22172026-08-29T16:14:31.565Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22182026-08-29T16:14:32.359Z Compiling libsw v3.5.0
22192026-08-29T16:14:32.541Z Compiling olpc-cjson v0.1.4
22202026-08-29T16:14:32.635Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22212026-08-29T16:14:32.718Z Compiling libgit2-sys v0.17.0+1.8.1
22222026-08-29T16:14:32.986Z Compiling snafu v0.8.9
22232026-08-29T16:14:33.379Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22242026-08-29T16:14:33.491Z Compiling chrono-tz v0.10.4
22252026-08-29T16:14:33.601Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22262026-08-29T16:14:34.456Z Compiling papergrid v0.11.0
22272026-08-29T16:14:34.467Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
22282026-08-29T16:14:34.479Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22292026-08-29T16:14:34.747Z Compiling strum v0.28.0
22302026-08-29T16:14:34.810Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22312026-08-29T16:14:34.890Z Compiling globset v0.4.16
22322026-08-29T16:14:36.311Z Compiling const_format v0.2.34
22332026-08-29T16:14:36.335Z Compiling slog-dtrace v0.3.0
22342026-08-29T16:14:36.646Z Compiling cancel-safe-futures v0.1.5
22352026-08-29T16:14:36.927Z Compiling gethostname v0.5.0
22362026-08-29T16:14:37.059Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22372026-08-29T16:14:37.850Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22382026-08-29T16:14:38.262Z Compiling dropshot-api-manager-types v0.7.2
22392026-08-29T16:14:38.450Z Compiling pem v3.0.5
22402026-08-29T16:14:38.480Z Compiling bcs v0.1.6
22412026-08-29T16:14:38.646Z Compiling cargo-platform v0.1.9
22422026-08-29T16:14:38.807Z Compiling serde_plain v1.0.2
22432026-08-29T16:14:39.022Z Compiling linear-map v1.2.0
22442026-08-29T16:14:39.233Z Compiling typed-path v0.9.3
22452026-08-29T16:14:39.342Z Compiling tagptr v0.2.0
22462026-08-29T16:14:40.205Z Compiling tough v0.20.0
22472026-08-29T16:14:40.610Z Compiling moka v0.12.11
22482026-08-29T16:14:41.394Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22492026-08-29T16:14:41.894Z Compiling cargo_metadata v0.18.1
22502026-08-29T16:14:43.020Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22512026-08-29T16:14:44.806Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22522026-08-29T16:14:44.809Z Compiling tabled v0.15.0
22532026-08-29T16:14:45.054Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22542026-08-29T16:14:45.765Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22552026-08-29T16:14:45.976Z Compiling git2 v0.19.0
22562026-08-29T16:14:45.990Z Compiling steno v0.4.1
22572026-08-29T16:14:48.032Z Compiling cookie v0.18.1
22582026-08-29T16:14:48.326Z Compiling hickory-proto v0.25.2
22592026-08-29T16:14:50.494Z Compiling hickory-resolver v0.25.2
22602026-08-29T16:14:51.780Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22612026-08-29T16:14:51.889Z Compiling vergen v8.3.2
22622026-08-29T16:14:53.727Z Compiling signal-hook v0.4.4
22632026-08-29T16:14:54.277Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22642026-08-29T16:14:54.759Z Compiling mockall_derive v0.14.0
22652026-08-29T16:14:55.381Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22662026-08-29T16:14:55.452Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22672026-08-29T16:14:55.644Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22682026-08-29T16:14:55.808Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22692026-08-29T16:14:57.213Z Compiling sha2 v0.10.9
22702026-08-29T16:14:57.627Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22712026-08-29T16:14:57.651Z Compiling diff v0.1.13
22722026-08-29T16:14:57.821Z Compiling mockall v0.14.0
22732026-08-29T16:14:57.964Z Compiling yansi v1.0.1
22742026-08-29T16:14:58.087Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22752026-08-29T16:14:58.293Z Compiling pretty_assertions v1.4.1
22762026-08-29T16:14:58.732Z Compiling fs-err v3.1.2
22772026-08-29T16:14:59.192Z Compiling predicates-tree v1.0.12
22782026-08-29T16:14:59.861Z Compiling git-stub v1.0.0
22792026-08-29T16:15:00.007Z Compiling serial_test_derive v3.5.0
22802026-08-29T16:15:00.150Z Compiling filetime v0.2.26
22812026-08-29T16:15:00.207Z Compiling fragile v2.0.1
22822026-08-29T16:15:00.350Z Compiling is_ci v1.2.0
22832026-08-29T16:15:00.511Z Compiling xattr v1.6.1
22842026-08-29T16:15:00.528Z Compiling downcast v0.11.0
22852026-08-29T16:15:00.690Z Compiling arrayref v0.3.9
22862026-08-29T16:15:00.704Z Compiling constant_time_eq v0.3.1
22872026-08-29T16:15:00.757Z Compiling arrayvec v0.7.6
22882026-08-29T16:15:00.825Z Compiling serial_test v3.5.0
22892026-08-29T16:15:00.974Z Compiling blake3 v1.8.2
22902026-08-29T16:15:01.222Z Compiling toml v0.7.8
22912026-08-29T16:15:01.484Z Compiling tar v0.4.45
22922026-08-29T16:15:01.569Z Compiling supports-color v3.0.2
22932026-08-29T16:15:01.904Z Compiling git-stub-vcs v0.1.0
22942026-08-29T16:15:02.285Z Compiling curl-sys v0.4.89+curl-8.20.0
22952026-08-29T16:15:02.503Z Compiling signal-hook-tokio v0.4.0
22962026-08-29T16:15:02.796Z Compiling scuffle v0.1.0
22972026-08-29T16:15:02.917Z Compiling similar v2.7.0
22982026-08-29T16:15:03.891Z Compiling drift v0.2.0
22992026-08-29T16:15:04.353Z Compiling kstat-rs v0.2.4
23002026-08-29T16:15:04.461Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
23012026-08-29T16:15:04.677Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
23022026-08-29T16:15:04.762Z Compiling topological-sort v0.2.2
23032026-08-29T16:15:04.919Z Compiling hex-literal v1.1.0
23042026-08-29T16:15:05.046Z Compiling omicron-zone-package v0.12.2
23052026-08-29T16:15:05.083Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
23062026-08-29T16:15:05.427Z Compiling dropshot-api-manager v0.7.2
23072026-08-29T16:15:06.709Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23082026-08-29T16:15:07.113Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23092026-08-29T16:15:07.911Z Compiling curl v0.4.50
23102026-08-29T16:15:08.573Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23112026-08-29T16:15:08.741Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
23122026-08-29T16:15:09.320Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
23132026-08-29T16:15:09.496Z Compiling iddqd v0.4.5
23142026-08-29T16:15:09.574Z Compiling search_path v0.1.4
23152026-08-29T16:15:10.310Z Compiling internet-checksum v0.2.1
23162026-08-29T16:15:10.466Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
23172026-08-29T16:15:11.250Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
23182026-08-29T16:15:12.484Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
23192026-08-29T16:15:16.184Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
23202026-08-29T16:16:00.612Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 21s
23212026-08-29T16:16:00.736Z Running unittests src/lib.rs (target/debug/deps/aal-38ea820840cac455)
23222026-08-29T16:16:00.740Z
23232026-08-29T16:16:00.740Zrunning 0 tests
23242026-08-29T16:16:00.740Z
23252026-08-29T16:16:00.740Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23262026-08-29T16:16:00.740Z
23272026-08-29T16:16:00.740Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
23282026-08-29T16:16:00.743Z
23292026-08-29T16:16:00.743Zrunning 0 tests
23302026-08-29T16:16:00.743Z
23312026-08-29T16:16:00.743Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23322026-08-29T16:16:00.743Z
23332026-08-29T16:16:00.743Z Running unittests src/lib.rs (target/debug/deps/asic-3168fbafa5f02bd2)
23342026-08-29T16:16:00.747Z
23352026-08-29T16:16:00.747Zrunning 0 tests
23362026-08-29T16:16:00.747Z
23372026-08-29T16:16:00.747Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23382026-08-29T16:16:00.747Z
23392026-08-29T16:16:00.747Z Running unittests src/lib.rs (target/debug/deps/common-f0fc91ad575fea74)
23402026-08-29T16:16:00.751Z
23412026-08-29T16:16:00.751Zrunning 4 tests
23422026-08-29T16:16:00.754Ztest nat::tests::test_vni ... ok
23432026-08-29T16:16:00.754Ztest network::tests::test_generate_ipv6_link_local ... ok
23442026-08-29T16:16:00.754Ztest test_purge ... ok
23452026-08-29T16:16:00.757Ztest illumos::test::address_exists_handles_missing_object ... ok
23462026-08-29T16:16:00.757Z
23472026-08-29T16:16:00.757Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23482026-08-29T16:16:00.757Z
23492026-08-29T16:16:00.757Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-049fc7a9b9157ea9)
23502026-08-29T16:16:00.760Z
23512026-08-29T16:16:00.761Zrunning 1 test
23522026-08-29T16:16:00.763Z -------
23532026-08-29T16:16:00.764Z Generating OpenAPI documents from API definitions ...
23542026-08-29T16:16:00.904Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23552026-08-29T16:16:00.975Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23562026-08-29T16:16:02.057Z -------
23572026-08-29T16:16:02.057Z Checking 13 OpenAPI documents...
23582026-08-29T16:16:02.057Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23592026-08-29T16:16:02.057Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23602026-08-29T16:16:02.057Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23612026-08-29T16:16:02.061Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23622026-08-29T16:16:02.061Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23632026-08-29T16:16:02.061Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23642026-08-29T16:16:02.061Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23652026-08-29T16:16:02.061Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23662026-08-29T16:16:02.061Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23672026-08-29T16:16:02.061Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23682026-08-29T16:16:02.062Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23692026-08-29T16:16:02.062Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23702026-08-29T16:16:02.062Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
23712026-08-29T16:16:02.062Z Fresh dpd "latest" symlink
23722026-08-29T16:16:02.062Z -------
23732026-08-29T16:16:02.062Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
23742026-08-29T16:16:02.127Ztest test::test_apis_up_to_date ... ok
23752026-08-29T16:16:02.127Z
23762026-08-29T16:16:02.127Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.37s
23772026-08-29T16:16:02.127Z
23782026-08-29T16:16:02.184Z Running unittests src/main.rs (target/debug/deps/dpd-dbba7bbb9fbd16d9)
23792026-08-29T16:16:02.190Z
23802026-08-29T16:16:02.190Zrunning 34 tests
23812026-08-29T16:16:02.194Ztest freemap::test_ordering ... ok
23822026-08-29T16:16:02.196Ztest config::tests::test_updates ... ok
23832026-08-29T16:16:02.196Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23842026-08-29T16:16:02.197Ztest freemap::test_split ... ok
23852026-08-29T16:16:02.197Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23862026-08-29T16:16:02.197Ztest macaddrs::tests::test_mac_offset ... ok
23872026-08-29T16:16:02.202Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23882026-08-29T16:16:02.202Ztest macaddrs::tests::test_parse_port_id ... ok
23892026-08-29T16:16:02.202ZAug 29 16:16:00.849 DEBG created new freemap, unit: freemap_test
23902026-08-29T16:16:02.202Ztest nat::test_mapping ... ok
23912026-08-29T16:16:02.202ZAug 29 16:16:00.849 DEBG initted freemap. size: 128, unit: freemap_test
23922026-08-29T16:16:02.202ZAug 29 16:16:00.849 DEBG reset freemap, unit: freemap_test
23932026-08-29T16:16:02.202ZAug 29 16:16:00.849 DEBG created new freemap, unit: freemap_test
23942026-08-29T16:16:02.202ZAug 29 16:16:00.849 DEBG initted freemap. size: 128, unit: freemap_test
23952026-08-29T16:16:02.202ZAug 29 16:16:00.849 DEBG reset freemapAug 29 16:16:00.849, unitDEBG: created new freemapfreemap_test
23962026-08-29T16:16:02.202Z, unit: freemap_test
23972026-08-29T16:16:02.202ZAug 29 16:16:00.849 DEBG initted freemap. size: 128, unit: freemap_test
23982026-08-29T16:16:02.202ZAug 29 16:16:00.849Aug 29 16:16:00.849 DEBGDEBG created new freemapreset freemap, , unitunit:: freemap_testfreemap_test
23992026-08-29T16:16:02.202Z
24002026-08-29T16:16:02.202ZAug 29 16:16:00.849 DEBG initted freemap. size: 128, unit: freemap_test
24012026-08-29T16:16:02.202ZAug 29 16:16:00.849 DEBG reset freemap, unit: freemap_test
24022026-08-29T16:16:02.202Ztest freemap::test_reclaim ... ok
24032026-08-29T16:16:02.202Ztest freemap::test_free ... ok
24042026-08-29T16:16:02.202Ztest freemap::test_basic ... ok
24052026-08-29T16:16:02.202Ztest freemap::test_exhaustion ... ok
24062026-08-29T16:16:02.203Ztest port_map::tests::test_backplane_group ... ok
24072026-08-29T16:16:02.203Ztest port_map::tests::test_port_map ... ok
24082026-08-29T16:16:02.203Ztest port_map::tests::dump_map ... ok
24092026-08-29T16:16:02.203ZAug 29 16:16:00.849 DEBG created new freemap, unit: freemap_test
24102026-08-29T16:16:02.203ZAug 29 16:16:00.850 DEBG initted freemap. size: 8, unit: freemap_test
24112026-08-29T16:16:02.203ZAug 29 16:16:00.850 DEBG reset freemap, unit: freemap_test
24122026-08-29T16:16:02.203Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
24132026-08-29T16:16:02.203ZAug 29 16:16:00.850 DEBG created new freemap, unit: freemap_test
24142026-08-29T16:16:02.203ZAug 29 16:16:00.850 DEBG initted freemap. size: 128, unit: freemap_test
24152026-08-29T16:16:02.203ZAug 29 16:16:00.850 DEBG reset freemap, unit: freemap_test
24162026-08-29T16:16:02.203Ztest freemap::test_span ... ok
24172026-08-29T16:16:02.203Ztest api_server::tests::test_build_info ... ok
24182026-08-29T16:16:02.203ZAug 29 16:16:00.850 DEBG created new freemap, unit: freemap_route_ipv4
24192026-08-29T16:16:02.203ZAug 29 16:16:00.850 DEBG created new freemap, unit: freemap_route_ipv6
24202026-08-29T16:16:02.203ZAug 29 16:16:00.850 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
24212026-08-29T16:16:02.203ZAug 29 16:16:00.850 DEBG reset freemap, unit: freemap_route_ipv4
24222026-08-29T16:16:02.203ZAug 29 16:16:00.850 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
24232026-08-29T16:16:02.203ZAug 29 16:16:00.850 DEBG reset freemap, unit: freemap_route_ipv6
24242026-08-29T16:16:02.203ZAug 29 16:16:00.850 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
24252026-08-29T16:16:02.203ZAug 29 16:16:00.850 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
24262026-08-29T16:16:02.203ZAug 29 16:16:00.850 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
24272026-08-29T16:16:02.203ZAug 29 16:16:00.850 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 } }]
24282026-08-29T16:16:02.204ZAug 29 16:16:00.850 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
24292026-08-29T16:16:02.204ZAug 29 16:16:00.850 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 } }]
24302026-08-29T16:16:02.204ZAug 29 16:16:00.850 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
24312026-08-29T16:16:02.204ZAug 29 16:16:00.850 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 } }]
24322026-08-29T16:16:02.204ZAug 29 16:16:00.850 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
24332026-08-29T16:16:02.204ZAug 29 16:16:00.850 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 } }]
24342026-08-29T16:16:02.204ZAug 29 16:16:00.850 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
24352026-08-29T16:16:02.205ZAug 29 16:16:00.850 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 } }]
24362026-08-29T16:16:02.205ZAug 29 16:16:00.850 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
24372026-08-29T16:16:02.205ZAug 29 16:16:00.850 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 } }]
24382026-08-29T16:16:02.205ZAug 29 16:16:00.850 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
24392026-08-29T16:16:02.205ZAug 29 16:16:00.850 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 } }]
24402026-08-29T16:16:02.205ZAug 29 16:16:00.850 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
24412026-08-29T16:16:02.205ZAug 29 16:16:00.850 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 } }]
24422026-08-29T16:16:02.205ZAug 29 16:16:00.850 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
24432026-08-29T16:16:02.205ZAug 29 16:16:00.850 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 } }]
24442026-08-29T16:16:02.205ZAug 29 16:16:00.850 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
24452026-08-29T16:16:02.205ZAug 29 16:16:00.850 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 } }]
24462026-08-29T16:16:02.205ZAug 29 16:16:00.850 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
24472026-08-29T16:16:02.205ZAug 29 16:16:00.850 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 } }]
24482026-08-29T16:16:02.205ZAug 29 16:16:00.850 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
24492026-08-29T16:16:02.205ZAug 29 16:16:00.850 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 } }]
24502026-08-29T16:16:02.205ZAug 29 16:16:00.850 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
24512026-08-29T16:16:02.205ZAug 29 16:16:00.850 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 } }]
24522026-08-29T16:16:02.205ZAug 29 16:16:00.850 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
24532026-08-29T16:16:02.205ZAug 29 16:16:00.850 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 } }]
24542026-08-29T16:16:02.205ZAug 29 16:16:00.850 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
24552026-08-29T16:16:02.205ZAug 29 16:16:00.850 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 } }]
24562026-08-29T16:16:02.205ZAug 29 16:16:00.850 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
24572026-08-29T16:16:02.205ZAug 29 16:16:00.850 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 } }]
24582026-08-29T16:16:02.205ZAug 29 16:16:00.850 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
24592026-08-29T16:16:02.206ZAug 29 16:16:00.850 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 } }]
24602026-08-29T16:16:02.206ZAug 29 16:16:00.850 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
24612026-08-29T16:16:02.206ZAug 29 16:16:00.850 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 } }]
24622026-08-29T16:16:02.206ZAug 29 16:16:00.850 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
24632026-08-29T16:16:02.206ZAug 29 16:16:00.850 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 } }]
24642026-08-29T16:16:02.206ZAug 29 16:16:00.850 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
24652026-08-29T16:16:02.206Ztest port_map::tests::parse_softnpu_revision ... ok
24662026-08-29T16:16:02.206ZAug 29 16:16:00.850 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 } }]
24672026-08-29T16:16:02.207ZAug 29 16:16:00.850 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
24682026-08-29T16:16:02.207ZAug 29 16:16:00.850 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 } }]
24692026-08-29T16:16:02.207ZAug 29 16:16:00.850 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
24702026-08-29T16:16:02.207ZAug 29 16:16:00.850 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 } }]
24712026-08-29T16:16:02.207ZAug 29 16:16:00.850 INFO Aug 29 16:16:00.850adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
24722026-08-29T16:16:02.207ZDEBG created new freemapAug 29 16:16:00.850, unitDEBG: 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 } }]freemap_route_ipv4
24732026-08-29T16:16:02.207Z
24742026-08-29T16:16:02.207ZAug 29 16:16:00.850Aug 29 16:16:00.850 INFODEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffcreated new freemap
24752026-08-29T16:16:02.207Z, unit:Aug 29 16:16:00.850 freemap_route_ipv6DEBG
24762026-08-29T16:16:02.207Z 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 } }]
24772026-08-29T16:16:02.208ZAug 29 16:16:00.850 Aug 29 16:16:00.850DEBG INFOinitted freemap. size: 64 , adding route 3fff:beef:18::/64 -> 2001:db8::55:ffunit
24782026-08-29T16:16:02.208Z: freemap_route_ipv4
24792026-08-29T16:16:02.208ZAug 29 16:16:00.850Aug 29 16:16:00.850 DEBGDEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap
24802026-08-29T16:16:02.208Z, unit: freemap_route_ipv4Aug 29 16:16:00.850
24812026-08-29T16:16:02.208Z INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
24822026-08-29T16:16:02.208ZAug 29 16:16:00.850 DEBG initted freemap. size: 64Aug 29 16:16:00.850, unitDEBG: replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
24832026-08-29T16:16:02.208Z
24842026-08-29T16:16:02.208ZAug 29 16:16:00.850Aug 29 16:16:00.850 INFODEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffreset freemap
24852026-08-29T16:16:02.208Z, unit: freemap_route_ipv6Aug 29 16:16:00.850
24862026-08-29T16:16:02.208Z DEBG Aug 29 16:16:00.850replacing 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 } }]
24872026-08-29T16:16:02.212ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1
24882026-08-29T16:16:02.213ZAug 29 16:16:00.850 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 } }]
24892026-08-29T16:16:02.213ZAug 29 16:16:00.851 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 29 16:16:00.851
24902026-08-29T16:16:02.213Z INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
24912026-08-29T16:16:02.213ZAug 29 16:16:00.851 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 29 16:16:00.851
24922026-08-29T16:16:02.213Z 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 } }]
24932026-08-29T16:16:02.213ZAug 29 16:16:00.851 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 29 16:16:00.851
24942026-08-29T16:16:02.213Z INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
24952026-08-29T16:16:02.213ZAug 29 16:16:00.851 DEBG Aug 29 16:16:00.851replacing 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 } }]
24962026-08-29T16:16:02.213ZDEBG 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 29 16:16:00.851
24972026-08-29T16:16:02.213Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
24982026-08-29T16:16:02.213ZAug 29 16:16:00.851 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 29 16:16:00.851
24992026-08-29T16:16:02.213Z 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 29 16:16:00.851
25002026-08-29T16:16:02.213Z DEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:00.851
25012026-08-29T16:16:02.213Z INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
25022026-08-29T16:16:02.216ZAug 29 16:16:00.851 INFO Aug 29 16:16:00.851adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
25032026-08-29T16:16:02.216ZDEBG 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 } }]
25042026-08-29T16:16:02.216ZAug 29 16:16:00.851 Aug 29 16:16:00.851DEBG 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 } }]
25052026-08-29T16:16:02.216Zadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
25062026-08-29T16:16:02.216ZAug 29 16:16:00.851Aug 29 16:16:00.851 INFODEBG adding route 3fff:beef:1f::/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 } }]
25072026-08-29T16:16:02.216Z
25082026-08-29T16:16:02.216ZAug 29 16:16:00.851Aug 29 16:16:00.851 INFODEBG adding route 3fff:beef:2::/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 } }]
25092026-08-29T16:16:02.216Z
25102026-08-29T16:16:02.216ZAug 29 16:16:00.851Aug 29 16:16:00.851 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:20::/64 -> 2001:db8::55:ff
25112026-08-29T16:16:02.216Z
25122026-08-29T16:16:02.216ZAug 29 16:16:00.851Aug 29 16:16:00.851 DEBGINFO replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
25132026-08-29T16:16:02.216Z
25142026-08-29T16:16:02.216ZAug 29 16:16:00.851Aug 29 16:16:00.851 INFODEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25152026-08-29T16:16:02.216Z
25162026-08-29T16:16:02.216ZAug 29 16:16:00.851Aug 29 16:16:00.851 DEBGINFO replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
25172026-08-29T16:16:02.217Z
25182026-08-29T16:16:02.217ZAug 29 16:16:00.851Aug 29 16:16:00.851 INFODEBG adding route 3fff:beef:22::/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 } }]
25192026-08-29T16:16:02.217Z
25202026-08-29T16:16:02.217ZAug 29 16:16:00.851Aug 29 16:16:00.851 DEBGINFO replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
25212026-08-29T16:16:02.217Z
25222026-08-29T16:16:02.217ZAug 29 16:16:00.851Aug 29 16:16:00.851 INFODEBG adding route 3fff:beef:23::/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 } }]
25232026-08-29T16:16:02.217Z
25242026-08-29T16:16:02.217ZAug 29 16:16:00.851Aug 29 16:16:00.851 DEBGINFO replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
25252026-08-29T16:16:02.217Z
25262026-08-29T16:16:02.217ZAug 29 16:16:00.851Aug 29 16:16:00.851 INFODEBG adding route 3fff:beef:24::/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 } }]
25272026-08-29T16:16:02.217Z
25282026-08-29T16:16:02.217ZAug 29 16:16:00.851Aug 29 16:16:00.851 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:7::/64 -> 2001:db8::55:ff
25292026-08-29T16:16:02.217Z
25302026-08-29T16:16:02.217ZAug 29 16:16:00.851Aug 29 16:16:00.851 INFODEBG adding route 3fff:beef:25::/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 } }]
25312026-08-29T16:16:02.217Z
25322026-08-29T16:16:02.219ZAug 29 16:16:00.851Aug 29 16:16:00.851 INFODEBG adding route 3fff:beef:8::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25332026-08-29T16:16:02.219Z
25342026-08-29T16:16:02.219ZAug 29 16:16:00.851Aug 29 16:16:00.851 DEBGINFO replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
25352026-08-29T16:16:02.219Z
25362026-08-29T16:16:02.219ZAug 29 16:16:00.851Aug 29 16:16:00.851 INFODEBG adding route 3fff:beef:9::/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 } }]
25372026-08-29T16:16:02.219Z
25382026-08-29T16:16:02.219ZAug 29 16:16:00.851Aug 29 16:16:00.851 INFODEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25392026-08-29T16:16:02.219Z
25402026-08-29T16:16:02.219ZAug 29 16:16:00.851Aug 29 16:16:00.851 DEBGINFO replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
25412026-08-29T16:16:02.219Z
25422026-08-29T16:16:02.219ZAug 29 16:16:00.851Aug 29 16:16:00.851 DEBGINFO replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
25432026-08-29T16:16:02.219Z
25442026-08-29T16:16:02.219ZAug 29 16:16:00.851Aug 29 16:16:00.851 INFODEBG adding route 3fff:beef:b::/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 } }]
25452026-08-29T16:16:02.219Z
25462026-08-29T16:16:02.219ZAug 29 16:16:00.851Aug 29 16:16:00.851 DEBGINFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
25472026-08-29T16:16:02.221Z
25482026-08-29T16:16:02.221ZAug 29 16:16:00.851Aug 29 16:16:00.851 DEBGAug 29 16:16:00.851DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
25492026-08-29T16:16:02.221Z created new freemapadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
25502026-08-29T16:16:02.221Z, Aug 29 16:16:00.851unit :INFO Aug 29 16:16:00.851freemap_route_ipv4 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG
25512026-08-29T16:16:02.221Z
25522026-08-29T16:16:02.221Z 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 } }]
25532026-08-29T16:16:02.222ZAug 29 16:16:00.851 Aug 29 16:16:00.851DEBG Aug 29 16:16:00.851INFOreplacing 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 } }]
25542026-08-29T16:16:02.222ZAug 29 16:16:00.851DEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBGAug 29 16:16:00.851 created new freemap
25552026-08-29T16:16:02.222Zcreated new freemap , , unitINFOunit:: freemap_route_ipv6 freemap_route_ipv4
25562026-08-29T16:16:02.222Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
25572026-08-29T16:16:02.222ZAug 29 16:16:00.851
25582026-08-29T16:16:02.222Z DEBGAug 29 16:16:00.851 replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
25592026-08-29T16:16:02.223ZAug 29 16:16:00.851 Aug 29 16:16:00.851 DEBGinitted freemap. size: 64 , Aug 29 16:16:00.851replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
25602026-08-29T16:16:02.223Z : INFO freemap_route_ipv4 Aug 29 16:16:00.851
25612026-08-29T16:16:02.223Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ff INFO
25622026-08-29T16:16:02.223Z DEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffcreated new freemapAug 29 16:16:00.851
25632026-08-29T16:16:02.223Z, Aug 29 16:16:00.851unit: Aug 29 16:16:00.851DEBG DEBG DEBGfreemap_route_ipv6reset freemapreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25642026-08-29T16:16:02.223Z
25652026-08-29T16:16:02.223Z, unitcreated new freemap: , freemap_route_ipv4Aug 29 16:16:00.851unit
25662026-08-29T16:16:02.224ZAug 29 16:16:00.851 :DEBG Aug 29 16:16:00.851 INFOfreemap_route_ipv4 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffinitted freemap. size: 64
25672026-08-29T16:16:02.224Z
25682026-08-29T16:16:02.224Z, DEBGunit :replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:00.851Aug 29 16:16:00.851 DEBG freemap_route_ipv4DEBGinitted freemap. size: 64Aug 29 16:16:00.851 , 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 } }]unitDEBG:
25692026-08-29T16:16:02.224Z
25702026-08-29T16:16:02.224Zcreated new freemap
25712026-08-29T16:16:02.224Z, unit Aug 29 16:16:00.851: freemap_route_ipv6
25722026-08-29T16:16:02.224ZINFOAug 29 16:16:00.851freemap_route_ipv6Aug 29 16:16:00.851
25732026-08-29T16:16:02.224Z DEBGAug 29 16:16:00.851 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBGINFO
25742026-08-29T16:16:02.224Zinitted freemap. size: 64 Aug 29 16:16:00.851reset freemapadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
25752026-08-29T16:16:02.224Z, Aug 29 16:16:00.851unit, DEBGDEBG Aug 29 16:16:00.851replacing 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 } }]:unitreset freemap
25762026-08-29T16:16:02.224Z: freemap_route_ipv4freemap_route_ipv4
25772026-08-29T16:16:02.224Z
25782026-08-29T16:16:02.224Z, DEBG Aug 29 16:16:00.851replacing 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 29 16:16:00.851
25792026-08-29T16:16:02.224Z unitAug 29 16:16:00.851 DEBG INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG:
25802026-08-29T16:16:02.224ZAug 29 16:16:00.851 INFOreset freemap freemap_route_ipv6adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
25812026-08-29T16:16:02.226Z,
25822026-08-29T16:16:02.226ZAug 29 16:16:00.851unit DEBGAug 29 16:16:00.851: Aug 29 16:16:00.851INFOfreemap_route_ipv4
25832026-08-29T16:16:02.226Zreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:1 initted freemap. size: 64
25842026-08-29T16:16:02.226ZDEBG, unit:
25852026-08-29T16:16:02.226Z Aug 29 16:16:00.851Aug 29 16:16:00.851replacing 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 } }]
25862026-08-29T16:16:02.226Z 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 29 16:16:00.851
25872026-08-29T16:16:02.231Z Aug 29 16:16:00.851 freemap_route_ipv6DEBG
25882026-08-29T16:16:02.231ZINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO
25892026-08-29T16:16:02.231Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 29 16:16:00.851Aug 29 16:16:00.851initted freemap. size: 64
25902026-08-29T16:16:02.231Z Aug 29 16:16:00.851, unit : freemap_route_ipv6DEBGAug 29 16:16:00.851DEBG DEBG
25912026-08-29T16:16:02.231Z DEBG reset freemap , 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 29 16:16:00.851: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 } }]
25922026-08-29T16:16:02.231Z 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 } }]DEBG
25932026-08-29T16:16:02.232Zreset freemap
25942026-08-29T16:16:02.232Zfreemap_route_ipv6,
25952026-08-29T16:16:02.232ZunitAug 29 16:16:00.851 : Aug 29 16:16:00.851INFO INFOfreemap_route_ipv6 Aug 29 16:16:00.851adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
25962026-08-29T16:16:02.232Z
25972026-08-29T16:16:02.232Z
25982026-08-29T16:16:02.232Z INFOAug 29 16:16:00.851 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGAug 29 16:16:00.851
25992026-08-29T16:16:02.232Z Aug 29 16:16:00.851 DEBGreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }]
26002026-08-29T16:16:02.232ZINFO
26012026-08-29T16:16:02.232ZAug 29 16:16:00.851 adding route 3fff:dead::/64 -> 2001:db8::55:1
26022026-08-29T16:16:02.232ZDEBG Aug 29 16:16:00.851Aug 29 16:16:00.851replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 29 16:16:00.851
26032026-08-29T16:16:02.232ZINFO INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
26042026-08-29T16:16:02.232ZDEBG
26052026-08-29T16:16:02.232ZAug 29 16:16:00.851 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO
26062026-08-29T16:16:02.232Z Aug 29 16:16:00.851adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 29 16:16:00.851
26072026-08-29T16:16:02.232ZDEBG DEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:00.851replacing 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 } }]
26082026-08-29T16:16:02.232ZDEBG
26092026-08-29T16:16:02.232Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 29 16:16:00.851
26102026-08-29T16:16:02.232ZAug 29 16:16:00.851Aug 29 16:16:00.851 INFO INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 29 16:16:00.851 adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
26112026-08-29T16:16:02.232Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
26122026-08-29T16:16:02.232ZINFO
26132026-08-29T16:16:02.232Z adding route 3fff:dead::/64 -> 2001:db8::55:3
26142026-08-29T16:16:02.232ZAug 29 16:16:00.851 DEBGAug 29 16:16:00.851 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 } }]DEBGAug 29 16:16:00.851Aug 29 16:16:00.851
26152026-08-29T16:16:02.232Z replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
26162026-08-29T16:16:02.232Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG Aug 29 16:16:00.851
26172026-08-29T16:16:02.232Z 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 29 16:16:00.851INFO
26182026-08-29T16:16:02.232Z INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
26192026-08-29T16:16:02.232ZAug 29 16:16:00.851
26202026-08-29T16:16:02.233Z INFO Aug 29 16:16:00.851Aug 29 16:16:00.851Aug 29 16:16:00.851 INFOadding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
26212026-08-29T16:16:02.233Zreplacing 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:dead::/64 -> 2001:db8::55:1DEBG
26222026-08-29T16:16:02.233Z
26232026-08-29T16:16:02.233Zreplacing 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 } }]
26242026-08-29T16:16:02.233ZAug 29 16:16:00.851Aug 29 16:16:00.851 Aug 29 16:16:00.851 Aug 29 16:16:00.851INFOINFO DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
26252026-08-29T16:16:02.233Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
26262026-08-29T16:16:02.233ZDEBG 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 29 16:16:00.851
26272026-08-29T16:16:02.234Z Aug 29 16:16:00.851replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
26282026-08-29T16:16:02.234ZDEBGAug 29 16:16:00.851 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 } }]INFOAug 29 16:16:00.851
26292026-08-29T16:16:02.234Zreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26302026-08-29T16:16:02.234ZINFOadding route 3fff:dead::/64 -> 2001:db8::55:2
26312026-08-29T16:16:02.234Zadding route 3fff:beef::/64 -> 2001:db8::55:ffAug 29 16:16:00.851
26322026-08-29T16:16:02.234ZAug 29 16:16:00.851 INFOAug 29 16:16:00.851INFO DEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 29 16:16:00.851
26332026-08-29T16:16:02.234Z 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: "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
26342026-08-29T16:16:02.234Z
26352026-08-29T16:16:02.234Zreplacing 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 } }]
26362026-08-29T16:16:02.234ZAug 29 16:16:00.851 Aug 29 16:16:00.851DEBGAug 29 16:16:00.851 Aug 29 16:16:00.851 INFO DEBGreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
26372026-08-29T16:16:02.236ZINFO replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff
26382026-08-29T16:16:02.236Z
26392026-08-29T16:16:02.236Z
26402026-08-29T16:16:02.236ZAug 29 16:16:00.851Aug 29 16:16:00.851Aug 29 16:16:00.851 Aug 29 16:16:00.851 DEBG INFOINFODEBG adding route 3fff:beef:19::/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 } }]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 } }]
26412026-08-29T16:16:02.236Z
26422026-08-29T16:16:02.236Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
26432026-08-29T16:16:02.236Z
26442026-08-29T16:16:02.236ZAug 29 16:16:00.851Aug 29 16:16:00.851 Aug 29 16:16:00.851DEBG INFO INFOAug 29 16:16:00.851 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:2::/64 -> 2001:db8::55:ff
26452026-08-29T16:16:02.237Z
26462026-08-29T16:16:02.237Zadding route 3fff:beef:1::/64 -> 2001:db8::55:ffDEBGAug 29 16:16:00.851Aug 29 16:16:00.851
26472026-08-29T16:16:02.237Z INFOreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
26482026-08-29T16:16:02.237Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
26492026-08-29T16:16:02.237Zreplacing 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 29 16:16:00.851
26502026-08-29T16:16:02.237ZAug 29 16:16:00.851 DEBGINFO Aug 29 16:16:00.851replacing 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 } }]
26512026-08-29T16:16:02.237ZDEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 29 16:16:00.851 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 } }]
26522026-08-29T16:16:02.237Z
26532026-08-29T16:16:02.237ZINFO Aug 29 16:16:00.851Aug 29 16:16:00.851 adding route 3fff:beef:3::/64 -> 2001:db8::55:ff INFODEBGAug 29 16:16:00.851
26542026-08-29T16:16:02.237Z replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
26552026-08-29T16:16:02.237Z adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
26562026-08-29T16:16:02.237Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 29 16:16:00.851
26572026-08-29T16:16:02.237Z DEBG Aug 29 16:16:00.851replacing 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 29 16:16:00.851
26582026-08-29T16:16:02.237ZINFO Aug 29 16:16:00.851 DEBG DEBGreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff Aug 29 16:16:00.851
26592026-08-29T16:16:02.237Z
26602026-08-29T16:16:02.237Zreplacing 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 } }]
26612026-08-29T16:16:02.237Z INFOAug 29 16:16:00.852 Aug 29 16:16:00.852 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 29 16:16:00.852INFO
26622026-08-29T16:16:02.237ZINFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
26632026-08-29T16:16:02.237Z
26642026-08-29T16:16:02.237ZDEBG 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 29 16:16:00.852Aug 29 16:16:00.852
26652026-08-29T16:16:02.237Z Aug 29 16:16:00.852DEBG DEBGreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff: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 29 16:16:00.852
26662026-08-29T16:16:02.238Z
26672026-08-29T16:16:02.238Z INFO DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ff Aug 29 16:16:00.852Aug 29 16:16:00.852
26682026-08-29T16:16:02.238Z 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
26692026-08-29T16:16:02.238Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff INFO
26702026-08-29T16:16:02.238ZAug 29 16:16:00.852 adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
26712026-08-29T16:16:02.238ZDEBG 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 29 16:16:00.852Aug 29 16:16:00.852
26722026-08-29T16:16:02.238Z DEBGDEBG Aug 29 16:16:00.852 Aug 29 16:16:00.852 replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
26732026-08-29T16:16:02.238ZINFO 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:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
26742026-08-29T16:16:02.239Z
26752026-08-29T16:16:02.239Z
26762026-08-29T16:16:02.239ZAug 29 16:16:00.852Aug 29 16:16:00.852 Aug 29 16:16:00.852INFO Aug 29 16:16:00.852DEBGINFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff 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 } }]
26772026-08-29T16:16:02.239ZDEBG 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 } }]
26782026-08-29T16:16:02.239Z
26792026-08-29T16:16:02.239Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 29 16:16:00.852
26802026-08-29T16:16:02.239Z DEBG Aug 29 16:16:00.852Aug 29 16:16:00.852 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 29 16:16:00.852 INFO
26812026-08-29T16:16:02.239ZINFODEBG adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
26822026-08-29T16:16:02.239Zreplacing 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 29 16:16:00.852adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
26832026-08-29T16:16:02.240Z
26842026-08-29T16:16:02.240ZAug 29 16:16:00.852 DEBGINFO replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 29 16:16:00.852adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff Aug 29 16:16:00.852
26852026-08-29T16:16:02.240ZDEBG
26862026-08-29T16:16:02.240Z 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 } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
26872026-08-29T16:16:02.245Z
26882026-08-29T16:16:02.245ZAug 29 16:16:00.852Aug 29 16:16:00.852 Aug 29 16:16:00.852Aug 29 16:16:00.852 INFODEBGINFODEBG 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 } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
26892026-08-29T16:16:02.245Z
26902026-08-29T16:16:02.245Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26912026-08-29T16:16:02.245Z
26922026-08-29T16:16:02.245ZAug 29 16:16:00.852 Aug 29 16:16:00.852INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 29 16:16:00.852
26932026-08-29T16:16:02.245ZDEBG 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 29 16:16:00.852DEBG
26942026-08-29T16:16:02.245Z INFOAug 29 16:16:00.852 adding route 3fff:beef:8::/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 } }]Aug 29 16:16:00.852
26952026-08-29T16:16:02.245Z
26962026-08-29T16:16:02.245Z DEBGINFOAug 29 16:16:00.852 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 29 16:16:00.852
26972026-08-29T16:16:02.245Zadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff INFODEBG
26982026-08-29T16:16:02.245Z 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 29 16:16:00.852
26992026-08-29T16:16:02.245Z adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO
27002026-08-29T16:16:02.246Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
27012026-08-29T16:16:02.246ZAug 29 16:16:00.852Aug 29 16:16:00.852Aug 29 16:16:00.852Aug 29 16:16:00.852 INFODEBG DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
27022026-08-29T16:16:02.246Z replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
27032026-08-29T16:16:02.246Z
27042026-08-29T16:16:02.246ZDEBG Aug 29 16:16:00.852 Aug 29 16:16:00.852replacing 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 29 16:16:00.852 DEBG
27052026-08-29T16:16:02.246Z 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 } }]
27062026-08-29T16:16:02.246ZINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
27072026-08-29T16:16:02.246Z
27082026-08-29T16:16:02.246ZAug 29 16:16:00.852 Aug 29 16:16:00.852Aug 29 16:16:00.852Aug 29 16:16:00.852 INFO INFODEBGDEBG adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
27092026-08-29T16:16:02.246Zreplacing 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 } }]
27102026-08-29T16:16:02.246Z
27112026-08-29T16:16:02.246ZAug 29 16:16:00.852replacing 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 29 16:16:00.852
27122026-08-29T16:16:02.246Z DEBG 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 } }]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 } }]
27132026-08-29T16:16:02.247Z
27142026-08-29T16:16:02.247ZAug 29 16:16:00.852Aug 29 16:16:00.852 INFOINFO Aug 29 16:16:00.852Aug 29 16:16:00.852adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
27152026-08-29T16:16:02.247ZINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
27162026-08-29T16:16:02.247ZINFO
27172026-08-29T16:16:02.247Zadding route 3fff:beef:3f::/64 -> 2001:db8::55:ffAug 29 16:16:00.852Aug 29 16:16:00.852
27182026-08-29T16:16:02.248Z DEBGDEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 29 16:16:00.852replacing 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 } }]
27192026-08-29T16:16:02.248ZAug 29 16:16:00.852
27202026-08-29T16:16:02.248Z DEBGDEBG replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 29 16:16:00.852
27212026-08-29T16:16:02.248ZAug 29 16:16:00.852
27222026-08-29T16:16:02.248Z Aug 29 16:16:00.852INFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFO
27232026-08-29T16:16:02.248Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 29 16:16:00.852
27242026-08-29T16:16:02.248Z Aug 29 16:16:00.852DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
27252026-08-29T16:16:02.248Zfailed to allocate space for the new target list DEBG Aug 29 16:16:00.852replacing 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 } }]
27262026-08-29T16:16:02.248ZAug 29 16:16:00.852
27272026-08-29T16:16:02.248Z DEBGDEBG Aug 29 16:16:00.852replacing 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 } }]
27282026-08-29T16:16:02.249ZINFOAug 29 16:16:00.852replacing 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 } }]
27292026-08-29T16:16:02.249Z DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff Aug 29 16:16:00.852replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
27302026-08-29T16:16:02.249ZAug 29 16:16:00.852
27312026-08-29T16:16:02.249Z INFO INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff Aug 29 16:16:00.852
27322026-08-29T16:16:02.249Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG Aug 29 16:16:00.852replacing 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 } }]
27332026-08-29T16:16:02.249ZAug 29 16:16:00.852
27342026-08-29T16:16:02.249ZDEBG DEBG failed to allocate space for the new target listAug 29 16:16:00.852replacing 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 29 16:16:00.852
27352026-08-29T16:16:02.249Z
27362026-08-29T16:16:02.249Z DEBGINFO created new freemapadding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 29 16:16:00.852Aug 29 16:16:00.852
27372026-08-29T16:16:02.250Z DEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], Aug 29 16:16:00.852
27382026-08-29T16:16:02.250Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
27392026-08-29T16:16:02.250ZDEBG 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 } }]:
27402026-08-29T16:16:02.250ZAug 29 16:16:00.852Aug 29 16:16:00.852 freemap_route_ipv4DEBG
27412026-08-29T16:16:02.251Z INFOreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
27422026-08-29T16:16:02.252Z
27432026-08-29T16:16:02.252ZAug 29 16:16:00.852 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 29 16:16:00.852Aug 29 16:16:00.852
27442026-08-29T16:16:02.252Ztest route::tests::grow_succeeds ... ok
27452026-08-29T16:16:02.252ZAug 29 16:16:00.852DEBG INFO created new freemapDEBGAug 29 16:16:00.852 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 , adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
27462026-08-29T16:16:02.252Zunit
27472026-08-29T16:16:02.252Z: freemap_route_ipv6replacing 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 } }]
27482026-08-29T16:16:02.252ZAug 29 16:16:00.852 Aug 29 16:16:00.852DEBG 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 } }]
27492026-08-29T16:16:02.252ZAug 29 16:16:00.852
27502026-08-29T16:16:02.252Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBG
27512026-08-29T16:16:02.252Zinitted freemap. size: 64Aug 29 16:16:00.852Aug 29 16:16:00.852 INFO , INFO Aug 29 16:16:00.852 unit adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG
27522026-08-29T16:16:02.252Z :
27532026-08-29T16:16:02.252Zreplacing 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 } }]
27542026-08-29T16:16:02.252Zfreemap_route_ipv4
27552026-08-29T16:16:02.252ZAug 29 16:16:00.852Aug 29 16:16:00.852 Aug 29 16:16:00.852DEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
27562026-08-29T16:16:02.252Z 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 Aug 29 16:16:00.852
27572026-08-29T16:16:02.252Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 29 16:16:00.852
27582026-08-29T16:16:02.253Z INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff Aug 29 16:16:00.852DEBG
27592026-08-29T16:16:02.253Z Aug 29 16:16:00.852 reset freemap , INFOAug 29 16:16:00.852DEBGunit replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG:
27602026-08-29T16:16:02.253Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
27612026-08-29T16:16:02.253Z
27622026-08-29T16:16:02.253Z
27632026-08-29T16:16:02.253ZAug 29 16:16:00.852 Aug 29 16:16:00.852Aug 29 16:16:00.852INFO INFO DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 29 16:16:00.852adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
27642026-08-29T16:16:02.253Z 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 } }]
27652026-08-29T16:16:02.254Zinitted freemap. size: 64Aug 29 16:16:00.852
27662026-08-29T16:16:02.254Z , DEBGunit 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 } }]:
27672026-08-29T16:16:02.254ZAug 29 16:16:00.852 freemap_route_ipv6Aug 29 16:16:00.852INFO
27682026-08-29T16:16:02.254ZAug 29 16:16:00.852DEBG INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/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 } }]Aug 29 16:16:00.852
27692026-08-29T16:16:02.254Z
27702026-08-29T16:16:02.254Z
27712026-08-29T16:16:02.254ZDEBG reset freemap, unit:Aug 29 16:16:00.852 freemap_route_ipv6Aug 29 16:16:00.852INFO
27722026-08-29T16:16:02.254ZAug 29 16:16:00.852 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBG
27732026-08-29T16:16:02.254ZDEBGreplacing 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 29 16:16:00.852
27742026-08-29T16:16:02.254Zreplacing 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 } }]
27752026-08-29T16:16:02.255ZINFOAug 29 16:16:00.852 adding route 172.16.0.0/32 -> 10.0.0.1
27762026-08-29T16:16:02.255ZDEBGAug 29 16:16:00.852 Aug 29 16:16:00.852 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
27772026-08-29T16:16:02.255Z INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
27782026-08-29T16:16:02.255ZAug 29 16:16:00.852Aug 29 16:16:00.852
27792026-08-29T16:16:02.255Z INFO DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 29 16:16:00.852
27802026-08-29T16:16:02.255Z Aug 29 16:16:00.852 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 } }]DEBGAug 29 16:16:00.852 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 } }]
27812026-08-29T16:16:02.255Zreplacing 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 } }]
27822026-08-29T16:16:02.255Zreplacing 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 } }]
27832026-08-29T16:16:02.255Z
27842026-08-29T16:16:02.255ZAug 29 16:16:00.852Aug 29 16:16:00.852Aug 29 16:16:00.852Aug 29 16:16:00.852 INFO INFOINFOadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
27852026-08-29T16:16:02.255Z DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
27862026-08-29T16:16:02.255ZAug 29 16:16:00.852replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
27872026-08-29T16:16:02.260ZDEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
27882026-08-29T16:16:02.260Zreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:00.852
27892026-08-29T16:16:02.260Z Aug 29 16:16:00.852DEBG DEBGreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:00.852
27902026-08-29T16:16:02.260Z replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
27912026-08-29T16:16:02.260Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 29 16:16:00.852
27922026-08-29T16:16:02.260Z Aug 29 16:16:00.852INFO INFOAug 29 16:16:00.852 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
27932026-08-29T16:16:02.260Z
27942026-08-29T16:16:02.260Zreplacing 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 } }]
27952026-08-29T16:16:02.260ZAug 29 16:16:00.852Aug 29 16:16:00.852Aug 29 16:16:00.852 DEBGINFO replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
27962026-08-29T16:16:02.261Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
27972026-08-29T16:16:02.261Zreplacing 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 } }]
27982026-08-29T16:16:02.261ZAug 29 16:16:00.852 Aug 29 16:16:00.852INFO DEBGAug 29 16:16:00.852adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
27992026-08-29T16:16:02.261Zreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
28002026-08-29T16:16:02.261Z adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
28012026-08-29T16:16:02.261ZAug 29 16:16:00.852Aug 29 16:16:00.852 Aug 29 16:16:00.852 INFODEBG DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
28022026-08-29T16:16:02.261Zreplacing 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 } }]
28032026-08-29T16:16:02.261Zreplacing 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 } }]
28042026-08-29T16:16:02.261ZAug 29 16:16:00.852 Aug 29 16:16:00.852DEBG Aug 29 16:16:00.852INFOreplacing 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 } }]
28052026-08-29T16:16:02.261Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO
28062026-08-29T16:16:02.261Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 29 16:16:00.852
28072026-08-29T16:16:02.261Z Aug 29 16:16:00.852INFO DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 29 16:16:00.852 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 } }]
28082026-08-29T16:16:02.261Z Aug 29 16:16:00.852DEBG 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 } }]
28092026-08-29T16:16:02.261Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
28102026-08-29T16:16:02.261ZAug 29 16:16:00.852 Aug 29 16:16:00.852DEBG INFOreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28112026-08-29T16:16:02.261Z
28122026-08-29T16:16:02.261Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
28132026-08-29T16:16:02.261ZAug 29 16:16:00.852Aug 29 16:16:00.852 INFODEBG Aug 29 16:16:00.852 adding route 3fff:beef:32::/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 } }]
28142026-08-29T16:16:02.261Z
28152026-08-29T16:16:02.261Z DEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:00.852Aug 29 16:16:00.852
28162026-08-29T16:16:02.261Z DEBGINFO replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
28172026-08-29T16:16:02.261Z
28182026-08-29T16:16:02.261ZAug 29 16:16:00.852Aug 29 16:16:00.852 Aug 29 16:16:00.852INFO INFODEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff 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 } }]
28192026-08-29T16:16:02.261Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
28202026-08-29T16:16:02.261Z
28212026-08-29T16:16:02.261ZAug 29 16:16:00.852Aug 29 16:16:00.852Aug 29 16:16:00.852 INFO DEBGDEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
28222026-08-29T16:16:02.262Z
28232026-08-29T16:16:02.262Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
28242026-08-29T16:16:02.262ZAug 29 16:16:00.852Aug 29 16:16:00.852 INFOAug 29 16:16:00.852 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG
28252026-08-29T16:16:02.262Z 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 } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
28262026-08-29T16:16:02.262Z
28272026-08-29T16:16:02.262ZAug 29 16:16:00.852Aug 29 16:16:00.852 Aug 29 16:16:00.852INFODEBG DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
28282026-08-29T16:16:02.262Zreplacing 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: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 } }]
28292026-08-29T16:16:02.263Z
28302026-08-29T16:16:02.263ZAug 29 16:16:00.852Aug 29 16:16:00.852 Aug 29 16:16:00.852 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 } }] INFO
28312026-08-29T16:16:02.263Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
28322026-08-29T16:16:02.263Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
28332026-08-29T16:16:02.263ZAug 29 16:16:00.852Aug 29 16:16:00.852Aug 29 16:16:00.852 DEBGDEBGINFO replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
28342026-08-29T16:16:02.263Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
28352026-08-29T16:16:02.263Z
28362026-08-29T16:16:02.263ZAug 29 16:16:00.852 Aug 29 16:16:00.852Aug 29 16:16:00.852INFO DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
28372026-08-29T16:16:02.263Z INFOreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28382026-08-29T16:16:02.264Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
28392026-08-29T16:16:02.264ZAug 29 16:16:00.852 Aug 29 16:16:00.852DEBG Aug 29 16:16:00.852 INFO replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
28402026-08-29T16:16:02.264Z
28412026-08-29T16:16:02.264ZDEBG 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 29 16:16:00.852
28422026-08-29T16:16:02.264ZAug 29 16:16:00.852 DEBG INFOreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 29 16:16:00.852adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
28432026-08-29T16:16:02.264Z
28442026-08-29T16:16:02.264Z INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
28452026-08-29T16:16:02.264ZAug 29 16:16:00.852Aug 29 16:16:00.852Aug 29 16:16:00.852 INFODEBG 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 } }]replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
28462026-08-29T16:16:02.264Z
28472026-08-29T16:16:02.264Z
28482026-08-29T16:16:02.264ZAug 29 16:16:00.853Aug 29 16:16:00.853 INFODEBGAug 29 16:16:00.853 adding route 3fff:beef:1e::/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 } }]INFO
28492026-08-29T16:16:02.264Z
28502026-08-29T16:16:02.264Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
28512026-08-29T16:16:02.264ZAug 29 16:16:00.853Aug 29 16:16:00.853 Aug 29 16:16:00.853DEBG 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 } }]DEBG
28522026-08-29T16:16:02.264Z adding route 3fff:beef:1d::/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 } }]
28532026-08-29T16:16:02.264Z
28542026-08-29T16:16:02.264ZAug 29 16:16:00.853 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 29 16:16:00.853Aug 29 16:16:00.853
28552026-08-29T16:16:02.264ZINFODEBG adding route 3fff:beef:39::/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 } }]
28562026-08-29T16:16:02.264Z
28572026-08-29T16:16:02.264ZAug 29 16:16:00.853Aug 29 16:16:00.853Aug 29 16:16:00.853 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: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 } }]
28582026-08-29T16:16:02.264ZINFO
28592026-08-29T16:16:02.264Z adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
28602026-08-29T16:16:02.264ZAug 29 16:16:00.853Aug 29 16:16:00.853 INFOINFOAug 29 16:16:00.853 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG
28612026-08-29T16:16:02.264Z
28622026-08-29T16:16:02.264Zreplacing 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 } }]
28632026-08-29T16:16:02.264ZAug 29 16:16:00.854Aug 29 16:16:00.855 Aug 29 16:16:00.854DEBG INFOcreated new freemap DEBG, adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff Aug 29 16:16:00.853
28642026-08-29T16:16:02.264Zcreated new freemap unitDEBG: , created new freemapunit :Aug 29 16:16:00.855, freemap_route_ipv4 unitDEBG 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 } }]:
28652026-08-29T16:16:02.264Z freemap_route_ipv4
28662026-08-29T16:16:02.265Z
28672026-08-29T16:16:02.265ZAug 29 16:16:00.853Aug 29 16:16:00.855Aug 29 16:16:00.855 DEBGDEBGAug 29 16:16:00.853INFOAug 29 16:16:00.855 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBGcreated new freemap
28682026-08-29T16:16:02.265ZDEBG, unitcreated new freemap:, unit :freemap_route_ipv6
28692026-08-29T16:16:02.265Zcreated new freemapcreated new freemap Aug 29 16:16:00.855freemap_route_ipv6
28702026-08-29T16:16:02.265Z, DEBG, Aug 29 16:16:00.855 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 } }]DEBGunit :
28712026-08-29T16:16:02.266ZAug 29 16:16:00.855initted freemap. size: 64 unit , :DEBGunitAug 29 16:16:00.855: initted freemap. size: 64freemap_route_ipv4 freemap_route_ipv4INFOfreemap_route_ipv4
28722026-08-29T16:16:02.266Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
28732026-08-29T16:16:02.266Z
28742026-08-29T16:16:02.266Z, unit:
28752026-08-29T16:16:02.266Z freemap_route_ipv4Aug 29 16:16:00.855
28762026-08-29T16:16:02.266ZDEBG Aug 29 16:16:00.855reset freemapAug 29 16:16:00.855 DEBG, unitreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:00.855DEBG: Aug 29 16:16:00.855
28772026-08-29T16:16:02.266ZDEBG created new freemapfreemap_route_ipv4 , DEBGAug 29 16:16:00.855
28782026-08-29T16:16:02.266Z unitreset freemap , INFOunit:created new freemap , :freemap_route_ipv6Aug 29 16:16:00.855unitadding route 3fff:beef:22::/64 -> 2001:db8::55:ff :
28792026-08-29T16:16:02.266Zfreemap_route_ipv4 DEBG
28802026-08-29T16:16:02.266Z
28812026-08-29T16:16:02.266Z initted freemap. size: 64freemap_route_ipv6, Aug 29 16:16:00.855
28822026-08-29T16:16:02.266Zunit: Aug 29 16:16:00.855freemap_route_ipv6 Aug 29 16:16:00.855DEBG DEBG
28832026-08-29T16:16:02.266Z replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
28842026-08-29T16:16:02.266ZAug 29 16:16:00.855Aug 29 16:16:00.855 DEBGinitted freemap. size: 64DEBGinitted freemap. size: 64, , Aug 29 16:16:00.855reset freemap initted freemap. size: 64, , unitunitunit:INFO: :freemap_route_ipv6freemap_route_ipv4 unit freemap_route_ipv6:
28852026-08-29T16:16:02.266Z
28862026-08-29T16:16:02.266Zadding route 3fff:beef:23::/64 -> 2001:db8::55:fffreemap_route_ipv4
28872026-08-29T16:16:02.371Z
28882026-08-29T16:16:02.371Z
28892026-08-29T16:16:02.371ZAug 29 16:16:00.855Aug 29 16:16:00.855Aug 29 16:16:00.855 DEBGDEBG reset 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 } }], unit
28902026-08-29T16:16:02.371ZINFOAug 29 16:16:00.855 Aug 29 16:16:00.855DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
28912026-08-29T16:16:02.371Z reset freemap:, unitreset freemap:Aug 29 16:16:00.855 freemap_route_ipv6 , INFO unit
28922026-08-29T16:16:02.371Z:adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 29 16:16:00.855freemap_route_ipv4 freemap_route_ipv4
28932026-08-29T16:16:02.371Z DEBG
28942026-08-29T16:16:02.371Z
28952026-08-29T16:16:02.371Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 29 16:16:00.855
28962026-08-29T16:16:02.371Z Aug 29 16:16:00.855DEBG Aug 29 16:16:00.855replacing 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 } }]INFOAug 29 16:16:00.855Aug 29 16:16:00.855 DEBG
28972026-08-29T16:16:02.371Zadding route 3fff:dead::/64 -> 2001:db8::55:1INFO
28982026-08-29T16:16:02.371ZDEBGinitted freemap. size: 64 adding route 3fff:dead::/64 -> 2001:db8::55:2initted freemap. size: 64, , unitAug 29 16:16:00.855:
28992026-08-29T16:16:02.371ZAug 29 16:16:00.855 freemap_route_ipv6INFO unitDEBG: Aug 29 16:16:00.855 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:25::/64 -> 2001:db8::55:ff
29002026-08-29T16:16:02.371Z
29012026-08-29T16:16:02.371Zfreemap_route_ipv6
29022026-08-29T16:16:02.371ZDEBG
29032026-08-29T16:16:02.371Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
29042026-08-29T16:16:02.371ZAug 29 16:16:00.855Aug 29 16:16:00.855 Aug 29 16:16:00.855 Aug 29 16:16:00.855 INFODEBG DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 29 16:16:00.855
29052026-08-29T16:16:02.371ZAug 29 16:16:00.853 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 } }] DEBGDEBGINFO reset freemapadding route 3fff:dead::/64 -> 2001:db8::55:3, replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
29062026-08-29T16:16:02.372Z
29072026-08-29T16:16:02.372Z:
29082026-08-29T16:16:02.372Z freemap_route_ipv6
29092026-08-29T16:16:02.372ZAug 29 16:16:00.855 reset freemapDEBG, Aug 29 16:16:00.855Aug 29 16:16:00.855unit Aug 29 16:16:00.855 Aug 29 16:16:00.855INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
29102026-08-29T16:16:02.372ZINFODEBG: adding route 3fff:beef:26::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
29112026-08-29T16:16:02.372Z
29122026-08-29T16:16:02.372Zfreemap_route_ipv6adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
29132026-08-29T16:16:02.372Z
29142026-08-29T16:16:02.372ZINFO Aug 29 16:16:00.855adding route 172.16.0.0/32 -> 10.0.0.1 DEBGAug 29 16:16:00.855
29152026-08-29T16:16:02.372Z Aug 29 16:16:00.855 Aug 29 16:16:00.855Aug 29 16:16:00.855INFOreplacing 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 } }]
29162026-08-29T16:16:02.372ZAug 29 16:16:00.855DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 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 } }]
29172026-08-29T16:16:02.372Z INFO
29182026-08-29T16:16:02.372Z INFO Aug 29 16:16:00.855 adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 29 16:16:00.855
29192026-08-29T16:16:02.373ZDEBG
29202026-08-29T16:16:02.373ZINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 29 16:16:00.855adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
29212026-08-29T16:16:02.373Z
29222026-08-29T16:16:02.373ZINFO Aug 29 16:16:00.855adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 29 16:16:00.855
29232026-08-29T16:16:02.373ZDEBGAug 29 16:16:00.855 Aug 29 16:16:00.855 DEBGAug 29 16:16:00.855DEBG INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
29242026-08-29T16:16:02.373Zadding route 172.17.0.0/32 -> 10.0.0.255
29252026-08-29T16:16:02.373Z
29262026-08-29T16:16:02.373ZDEBGAug 29 16:16:00.855 Aug 29 16:16:00.855 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 } }]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 } }]
29272026-08-29T16:16:02.373Z
29282026-08-29T16:16:02.373ZAug 29 16:16:00.855 adding route 3fff:beef:28::/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 } }]
29292026-08-29T16:16:02.373Z
29302026-08-29T16:16:02.373Z Aug 29 16:16:00.855 DEBGINFO Aug 29 16:16:00.855 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 29 16:16:00.855
29312026-08-29T16:16:02.373Z Aug 29 16:16:00.855replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
29322026-08-29T16:16:02.373Z
29332026-08-29T16:16:02.373Z INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 29 16:16:00.855INFO
29342026-08-29T16:16:02.373Z
29352026-08-29T16:16:02.373Z DEBG Aug 29 16:16:00.855 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 29 16:16:00.855 INFOadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
29362026-08-29T16:16:02.373Z
29372026-08-29T16:16:02.373Z INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff Aug 29 16:16:00.855Aug 29 16:16:00.855
29382026-08-29T16:16:02.373Zadding route 172.17.0.1/32 -> 10.0.0.255Aug 29 16:16:00.855
29392026-08-29T16:16:02.373Z INFO DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 29 16:16:00.855Aug 29 16:16:00.855 DEBG
29402026-08-29T16:16:02.374Z 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 } }]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:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.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 } }]
29412026-08-29T16:16:02.374ZAug 29 16:16:00.855
29422026-08-29T16:16:02.374Z
29432026-08-29T16:16:02.374Z
29442026-08-29T16:16:02.374ZDEBG Aug 29 16:16:00.855replacing 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 29 16:16:00.855Aug 29 16:16:00.855
29452026-08-29T16:16:02.374ZINFO INFO Aug 29 16:16:00.855adding route 3fff:beef:2::/64 -> 2001:db8::55:ff INFO
29462026-08-29T16:16:02.374Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFO Aug 29 16:16:00.855 adding route 172.17.0.2/32 -> 10.0.0.255 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFO
29472026-08-29T16:16:02.374Z
29482026-08-29T16:16:02.374Z
29492026-08-29T16:16:02.375Zadding route 3fff:dead::/64 -> 2001:db8::55:3
29502026-08-29T16:16:02.375Ztest route::tests::rollback_on_compact_delete_failure ... ok
29512026-08-29T16:16:02.375ZAug 29 16:16:00.855Aug 29 16:16:00.855 Aug 29 16:16:00.855 Aug 29 16:16:00.855DEBGDEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
29522026-08-29T16:16:02.375Zreplacing 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: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 } }]
29532026-08-29T16:16:02.375Z
29542026-08-29T16:16:02.375ZAug 29 16:16:00.855DEBGAug 29 16:16:00.855 Aug 29 16:16:00.855replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] INFOINFO Aug 29 16:16:00.855DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
29552026-08-29T16:16:02.375ZINFO
29562026-08-29T16:16:02.375Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
29572026-08-29T16:16:02.375Z
29582026-08-29T16:16:02.375ZAug 29 16:16:00.855 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 29 16:16:00.855Aug 29 16:16:00.855DEBG
29592026-08-29T16:16:02.376Z DEBGAug 29 16:16:00.855replacing 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 } }]
29602026-08-29T16:16:02.376Z replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
29612026-08-29T16:16:02.376Zreplacing 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 29 16:16:00.855
29622026-08-29T16:16:02.376Z INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4Aug 29 16:16:00.855Aug 29 16:16:00.855
29632026-08-29T16:16:02.376Z
29642026-08-29T16:16:02.376Z INFOAug 29 16:16:00.855 INFO INFO adding route 172.17.0.3/32 -> 10.0.0.255adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 29 16:16:00.855
29652026-08-29T16:16:02.376ZAug 29 16:16:00.855
29662026-08-29T16:16:02.376Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
29672026-08-29T16:16:02.376ZDEBG 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 } }]
29682026-08-29T16:16:02.376ZDEBGAug 29 16:16:00.855 DEBGAug 29 16:16:00.855 Aug 29 16:16:00.855replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] replacing targets for 3fff:beef: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 29 16:16:00.855
29692026-08-29T16:16:02.376ZDEBG INFO
29702026-08-29T16:16:02.376Z replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
29712026-08-29T16:16:02.376ZAug 29 16:16:00.856
29722026-08-29T16:16:02.378ZDEBG Aug 29 16:16:00.866created new freemap Aug 29 16:16:00.866, DEBGunit replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:INFO
29732026-08-29T16:16:02.378Z adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 29 16:16:00.866Aug 29 16:16:00.866
29742026-08-29T16:16:02.378ZINFODEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
29752026-08-29T16:16:02.378ZDEBGAug 29 16:16:00.866Aug 29 16:16:00.866 DEBGDEBGAug 29 16:16:00.867 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: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 } }]
29762026-08-29T16:16:02.378ZINFOreplacing 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 } }]
29772026-08-29T16:16:02.378Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
29782026-08-29T16:16:02.378Z
29792026-08-29T16:16:02.378Zreplacing targets for 3fff:dead::/64 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 } }]
29802026-08-29T16:16:02.378ZAug 29 16:16:00.867 Aug 29 16:16:00.867Aug 29 16:16:00.867Aug 29 16:16:00.867 INFOWARNINFO Aug 29 16:16:00.867shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFODEBG
29812026-08-29T16:16:02.378Zreplacing 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 } }]
29822026-08-29T16:16:02.378Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 172.17.0.4/32 -> 10.0.0.255
29832026-08-29T16:16:02.378Z
29842026-08-29T16:16:02.378Z
29852026-08-29T16:16:02.378ZAug 29 16:16:00.867Aug 29 16:16:00.867 Aug 29 16:16:00.867 DEBG DEBGreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
29862026-08-29T16:16:02.379Zreplacing 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:29::/64 -> 2001:db8::55:ff
29872026-08-29T16:16:02.385Z
29882026-08-29T16:16:02.385ZAug 29 16:16:00.867Aug 29 16:16:00.867 INFODEBG Aug 29 16:16:00.867 Aug 29 16:16:00.867adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
29892026-08-29T16:16:02.385Z DEBGINFO adding route 172.17.0.5/32 -> 10.0.0.255 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 } }]
29902026-08-29T16:16:02.385ZAug 29 16:16:00.867replacing 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
29912026-08-29T16:16:02.385Z
29922026-08-29T16:16:02.385Zreplacing 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 29 16:16:00.867
29932026-08-29T16:16:02.385Z DEBGAug 29 16:16:00.867Aug 29 16:16:00.867 INFOAug 29 16:16:00.867 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFOINFO
29942026-08-29T16:16:02.385Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
29952026-08-29T16:16:02.385Zreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 29 16:16:00.867
29962026-08-29T16:16:02.385Z
29972026-08-29T16:16:02.385Z DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:00.867
29982026-08-29T16:16:02.385Z DEBG Aug 29 16:16:00.867replacing 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 } }]
29992026-08-29T16:16:02.385ZAug 29 16:16:00.867Aug 29 16:16:00.867 DEBGINFO INFO Aug 29 16:16:00.867adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30002026-08-29T16:16:02.385Z INFO adding route 172.17.0.6/32 -> 10.0.0.255adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
30012026-08-29T16:16:02.385Z
30022026-08-29T16:16:02.386Z
30032026-08-29T16:16:02.386ZAug 29 16:16:00.867 Aug 29 16:16:00.867Aug 29 16:16:00.867 Aug 29 16:16:00.867 DEBG DEBGINFO DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
30042026-08-29T16:16:02.386Zreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
30052026-08-29T16:16:02.386Z
30062026-08-29T16:16:02.386Z
30072026-08-29T16:16:02.386ZAug 29 16:16:00.867Aug 29 16:16:00.867Aug 29 16:16:00.867 INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBGadding route 172.17.0.7/32 -> 10.0.0.255
30082026-08-29T16:16:02.386Z
30092026-08-29T16:16:02.386Zfreemap_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 } }]
30102026-08-29T16:16:02.386Z
30112026-08-29T16:16:02.386ZAug 29 16:16:00.867Aug 29 16:16:00.867 Aug 29 16:16:00.867DEBG INFODEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ffreplacing 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 29 16:16:00.867
30122026-08-29T16:16:02.386Z
30132026-08-29T16:16:02.386Z
30142026-08-29T16:16:02.386ZDEBGAug 29 16:16:00.867 INFOAug 29 16:16:00.867created new freemap Aug 29 16:16:00.867adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG Aug 29 16:16:00.867INFO
30152026-08-29T16:16:02.386Z INFO , unitreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff :
30162026-08-29T16:16:02.387Z
30172026-08-29T16:16:02.387Zadding route 172.17.0.8/32 -> 10.0.0.255
30182026-08-29T16:16:02.387Zfreemap_route_ipv6Aug 29 16:16:00.867
30192026-08-29T16:16:02.388Z Aug 29 16:16:00.867 DEBGDEBGAug 29 16:16:00.867 Aug 29 16:16:00.867 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: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 } }]
30202026-08-29T16:16:02.388ZDEBGINFO Aug 29 16:16:00.867 adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
30212026-08-29T16:16:02.388Z
30222026-08-29T16:16:02.388ZDEBGAug 29 16:16:00.867replacing 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 29 16:16:00.867INFO Aug 29 16:16:00.867 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG
30232026-08-29T16:16:02.388Z
30242026-08-29T16:16:02.388Z initted freemap. size: 64 , INFOreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:00.867
30252026-08-29T16:16:02.388Z DEBG unitreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
30262026-08-29T16:16:02.388Z
30272026-08-29T16:16:02.388ZAug 29 16:16:00.867: Aug 29 16:16:00.867freemap_route_ipv4Aug 29 16:16:00.867
30282026-08-29T16:16:02.388ZAug 29 16:16:00.867 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO DEBGAug 29 16:16:00.867
30292026-08-29T16:16:02.388Z 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 } }]INFODEBG adding route 172.17.0.9/32 -> 10.0.0.255adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
30302026-08-29T16:16:02.388ZAug 29 16:16:00.867
30312026-08-29T16:16:02.388Z
30322026-08-29T16:16:02.388Zreset freemap 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 } }]
30332026-08-29T16:16:02.389ZunitAug 29 16:16:00.867Aug 29 16:16:00.867 :DEBGDEBGAug 29 16:16:00.867Aug 29 16:16:00.867 replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
30342026-08-29T16:16:02.389Zfreemap_route_ipv4INFO
30352026-08-29T16:16:02.389Z
30362026-08-29T16:16:02.389Z adding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO
30372026-08-29T16:16:02.389Z Aug 29 16:16:00.867adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 29 16:16:00.867
30382026-08-29T16:16:02.389Z Aug 29 16:16:00.853Aug 29 16:16:00.867Aug 29 16:16:00.867 INFOINFO DEBGAug 29 16:16:00.867adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBGDEBG
30392026-08-29T16:16:02.389Z DEBGadding route 172.17.0.10/32 -> 10.0.0.255replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30402026-08-29T16:16:02.389Z
30412026-08-29T16:16:02.389Zinitted freemap. size: 64replacing 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 29 16:16:00.867 Aug 29 16:16:00.867DEBG, unit
30422026-08-29T16:16:02.389Z: 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 } }]
30432026-08-29T16:16:02.389Zreplacing 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 } }]
30442026-08-29T16:16:02.389Z
30452026-08-29T16:16:02.389Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
30462026-08-29T16:16:02.389ZAug 29 16:16:00.867DEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:16:00.867INFO
30472026-08-29T16:16:02.389ZINFOAug 29 16:16:00.867adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
30482026-08-29T16:16:02.389ZAug 29 16:16:00.867 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
30492026-08-29T16:16:02.389ZAug 29 16:16:00.867 Aug 29 16:16:00.867INFOINFO Aug 29 16:16:00.867 DEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 29 16:16:00.867replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
30502026-08-29T16:16:02.389Zadding route 172.17.0.11/32 -> 10.0.0.255
30512026-08-29T16:16:02.389Z
30522026-08-29T16:16:02.389ZDEBGAug 29 16:16:00.867
30532026-08-29T16:16:02.389Z Aug 29 16:16:00.867 DEBGreset freemap DEBG, Aug 29 16:16:00.867replacing 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
30542026-08-29T16:16:02.389Z adding route 3fff:beef:32::/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 } }]
30552026-08-29T16:16:02.390ZunitAug 29 16:16:00.867
30562026-08-29T16:16:02.390Z INFOAug 29 16:16:00.867DEBG Aug 29 16:16:00.867:DEBG freemap_route_ipv6DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ffreplacing 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 } }]
30572026-08-29T16:16:02.390Z
30582026-08-29T16:16:02.390Z
30592026-08-29T16:16:02.390Z 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: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 } }]
30602026-08-29T16:16:02.390ZAug 29 16:16:00.867
30612026-08-29T16:16:02.390Z Aug 29 16:16:00.867Aug 29 16:16:00.867 DEBGAug 29 16:16:00.867 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 29 16:16:00.867
30622026-08-29T16:16:02.390ZINFOAug 29 16:16:00.867 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFOINFO INFO
30632026-08-29T16:16:02.390Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO
30642026-08-29T16:16:02.390Z Aug 29 16:16:00.867adding route 172.17.0.12/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:1
30652026-08-29T16:16:02.391ZINFO
30662026-08-29T16:16:02.391Z Aug 29 16:16:00.867 adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
30672026-08-29T16:16:02.391ZAug 29 16:16:00.867DEBG 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 29 16:16:00.867
30682026-08-29T16:16:02.391ZAug 29 16:16:00.867Aug 29 16:16:00.867 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG 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 } }]
30692026-08-29T16:16:02.391ZDEBGDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 29 16:16:00.867
30702026-08-29T16:16:02.391Zreplacing 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
30712026-08-29T16:16:02.391ZAug 29 16:16:00.867 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 } }]
30722026-08-29T16:16:02.391Z DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
30732026-08-29T16:16:02.391Z
30742026-08-29T16:16:02.391Zreplacing 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 29 16:16:00.867 INFO
30752026-08-29T16:16:02.391Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 29 16:16:00.867Aug 29 16:16:00.867 DEBG
30762026-08-29T16:16:02.391Z Aug 29 16:16:00.867Aug 29 16:16:00.867 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 } }]
30772026-08-29T16:16:02.391ZINFOAug 29 16:16:00.867Aug 29 16:16:00.867 INFODEBGINFO failed to allocate space for the new target list adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 29 16:16:00.867adding route 172.17.0.13/32 -> 10.0.0.255
30782026-08-29T16:16:02.391Z
30792026-08-29T16:16:02.391ZDEBG INFO replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
30802026-08-29T16:16:02.392ZAug 29 16:16:00.867adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 29 16:16:00.867
30812026-08-29T16:16:02.393Z
30822026-08-29T16:16:02.393Z
30832026-08-29T16:16:02.393ZDEBG 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 29 16:16:00.867Aug 29 16:16:00.867
30842026-08-29T16:16:02.393Z INFOAug 29 16:16:00.867 DEBGDEBG Aug 29 16:16:00.867 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
30852026-08-29T16:16:02.393ZAug 29 16:16:00.867Aug 29 16:16:00.867Aug 29 16:16:00.885 DEBGDEBG DEBGcreated new freemapreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30862026-08-29T16:16:02.393Zreplacing 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 } }]
30872026-08-29T16:16:02.397Zreplacing 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 29 16:16:00.885INFO
30882026-08-29T16:16:02.397Z Aug 29 16:16:00.885adding route 172.17.0.14/32 -> 10.0.0.255
30892026-08-29T16:16:02.397Z INFOINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
30902026-08-29T16:16:02.397Z
30912026-08-29T16:16:02.397ZAug 29 16:16:00.885Aug 29 16:16:00.885
30922026-08-29T16:16:02.397ZAug 29 16:16:00.885 INFODEBGDEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG Aug 29 16:16:00.885replacing 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 } }]
30932026-08-29T16:16:02.397Z
30942026-08-29T16:16:02.398Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 172.17.0.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 29 16:16:00.885
30952026-08-29T16:16:02.398ZDEBG
30962026-08-29T16:16:02.398Z Aug 29 16:16:00.885INFO 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 } }]DEBGAug 29 16:16:00.885adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 29 16:16:00.885
30972026-08-29T16:16:02.398ZINFO replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
30982026-08-29T16:16:02.398Zadding route 172.17.0.15/32 -> 10.0.0.255
30992026-08-29T16:16:02.398Z
31002026-08-29T16:16:02.398Z
31012026-08-29T16:16:02.398ZAug 29 16:16:00.885 Aug 29 16:16:00.885DEBGAug 29 16:16:00.885 Aug 29 16:16:00.885Aug 29 16:16:00.885 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFODEBGDEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBGfailed to allocate space for the new target list
31022026-08-29T16:16:02.398Z
31032026-08-29T16:16:02.398Z
31042026-08-29T16:16:02.398Zreplacing 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 } }]
31052026-08-29T16:16:02.399Z
31062026-08-29T16:16:02.399ZAug 29 16:16:00.885Aug 29 16:16:00.885 Aug 29 16:16:00.885 Aug 29 16:16:00.885INFO INFOAug 29 16:16:00.885 DEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG
31072026-08-29T16:16:02.399ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:4 adding route 172.17.0.16/32 -> 10.0.0.255
31082026-08-29T16:16:02.399Z
31092026-08-29T16:16:02.399Zreplacing 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 29 16:16:00.885replacing targets for 3fff:dead::/64 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 29 16:16:00.885
31102026-08-29T16:16:02.399Z
31112026-08-29T16:16:02.399ZAug 29 16:16:00.885DEBGDEBG 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
31122026-08-29T16:16:02.399Zreplacing 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 } }]
31132026-08-29T16:16:02.399Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 29 16:16:00.885Aug 29 16:16:00.885
31142026-08-29T16:16:02.399Z INFOINFO Aug 29 16:16:00.885 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBGAug 29 16:16:00.885
31152026-08-29T16:16:02.399Z
31162026-08-29T16:16:02.399Z replacing targets for 3fff:dead::/64 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 } }]
31172026-08-29T16:16:02.399ZINFO Aug 29 16:16:00.885adding route 172.17.0.17/32 -> 10.0.0.255 Aug 29 16:16:00.885DEBG
31182026-08-29T16:16:02.399ZDEBGreplacing 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 } }]
31192026-08-29T16:16:02.399Zreplacing 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 29 16:16:00.885
31202026-08-29T16:16:02.399Z WARNAug 29 16:16:00.885 Aug 29 16:16:00.885shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 29 16:16:00.885
31212026-08-29T16:16:02.400Z INFO INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
31222026-08-29T16:16:02.401Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
31232026-08-29T16:16:02.401ZDEBG Aug 29 16:16:00.885Aug 29 16:16:00.885 Aug 29 16:16:00.885replacing 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 } }] ERRODEBG
31242026-08-29T16:16:02.401Z DEBGreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
31252026-08-29T16:16:02.401Zrollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
31262026-08-29T16:16:02.401Z 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 29 16:16:00.885Aug 29 16:16:00.885
31272026-08-29T16:16:02.401Z INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 29 16:16:00.885
31282026-08-29T16:16:02.401Zadding route 172.17.0.18/32 -> 10.0.0.255Aug 29 16:16:00.885 INFO
31292026-08-29T16:16:02.401Z ERROadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 29 16:16:00.885
31302026-08-29T16:16:02.401Zshrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds itDEBG
31312026-08-29T16:16:02.401Zreplacing 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 } }]
31322026-08-29T16:16:02.401ZAug 29 16:16:00.885 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 29 16:16:00.885
31332026-08-29T16:16:02.401Z INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
31342026-08-29T16:16:02.401ZAug 29 16:16:00.885Aug 29 16:16:00.885 Aug 29 16:16:00.885DEBG DEBGreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
31352026-08-29T16:16:02.401Zreplacing 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
31362026-08-29T16:16:02.402Z adding route 172.17.0.19/32 -> 10.0.0.255
31372026-08-29T16:16:02.402ZAug 29 16:16:00.885 INFO Aug 29 16:16:00.885adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
31382026-08-29T16:16:02.402ZDEBG Aug 29 16:16:00.885replacing 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 } }]
31392026-08-29T16:16:02.402ZINFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
31402026-08-29T16:16:02.402ZAug 29 16:16:00.885 INFOAug 29 16:16:00.885 adding route 172.17.0.20/32 -> 10.0.0.255Aug 29 16:16:00.885DEBG 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 } }]
31412026-08-29T16:16:02.402Z
31422026-08-29T16:16:02.402Zreplacing 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 } }]
31432026-08-29T16:16:02.402ZAug 29 16:16:00.885 DEBG Aug 29 16:16:00.885replacing 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 } }]
31442026-08-29T16:16:02.402Ztest route::tests::identity_replace_is_noop ... ok
31452026-08-29T16:16:02.402ZINFO Aug 29 16:16:00.885adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
31462026-08-29T16:16:02.402ZINFO Aug 29 16:16:00.885adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
31472026-08-29T16:16:02.402ZINFOAug 29 16:16:00.885 adding route 172.17.0.21/32 -> 10.0.0.255DEBG
31482026-08-29T16:16:02.402Z Aug 29 16:16:00.885replacing 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 } }]
31492026-08-29T16:16:02.402ZDEBG 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 } }]
31502026-08-29T16:16:02.402ZAug 29 16:16:00.885Aug 29 16:16:00.885 INFODEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
31512026-08-29T16:16:02.403Z
31522026-08-29T16:16:02.403ZAug 29 16:16:00.885 Aug 29 16:16:00.885DEBG Aug 29 16:16:00.885INFO DEBG failed to allocate space for the new target listreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255
31532026-08-29T16:16:02.403Z
31542026-08-29T16:16:02.403Z
31552026-08-29T16:16:02.403ZAug 29 16:16:00.885 Aug 29 16:16:00.885 INFOfreemap_route_ipv4 Aug 29 16:16:00.885
31562026-08-29T16:16:02.403ZDEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
31572026-08-29T16:16:02.403Z DEBG
31582026-08-29T16:16:02.403Z 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 } }]
31592026-08-29T16:16:02.403ZAug 29 16:16:00.885Aug 29 16:16:00.885 DEBGDEBG Aug 29 16:16:00.885created new freemap , 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
31602026-08-29T16:16:02.403Z:INFO freemap_route_ipv6adding route 172.17.0.23/32 -> 10.0.0.255
31612026-08-29T16:16:02.403Z
31622026-08-29T16:16:02.403ZAug 29 16:16:00.885 Aug 29 16:16:00.885INFO DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
31632026-08-29T16:16:02.403Zreplacing 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 } }]
31642026-08-29T16:16:02.404ZAug 29 16:16:00.885 DEBGAug 29 16:16:00.885 Aug 29 16:16:00.885initted freemap. size: 64DEBG, unitreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:INFO
31652026-08-29T16:16:02.404Zfreemap_route_ipv4
31662026-08-29T16:16:02.404Zadding route 172.17.0.24/32 -> 10.0.0.255
31672026-08-29T16:16:02.404ZAug 29 16:16:00.885Aug 29 16:16:00.885Aug 29 16:16:00.885 DEBGDEBG reset freemapINFO, 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 } }]
31682026-08-29T16:16:02.404Zunitadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff:
31692026-08-29T16:16:02.404Z freemap_route_ipv4
31702026-08-29T16:16:02.404ZAug 29 16:16:00.885 INFO adding route 172.17.0.25/32 -> 10.0.0.255Aug 29 16:16:00.885
31712026-08-29T16:16:02.404Z DEBG initted freemap. size: 64Aug 29 16:16:00.885, Aug 29 16:16:00.885unit :, DEBG unitreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGfreemap_route_ipv6
31722026-08-29T16:16:02.404Z:
31732026-08-29T16:16:02.404Z 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 } }]
31742026-08-29T16:16:02.404ZAug 29 16:16:00.885
31752026-08-29T16:16:02.404Z Aug 29 16:16:00.885INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG
31762026-08-29T16:16:02.404Z reset freemap, Aug 29 16:16:00.885unit Aug 29 16:16:00.885: DEBGINFOfreemap_route_ipv6 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 } }]
31772026-08-29T16:16:02.404Z
31782026-08-29T16:16:02.404ZAug 29 16:16:00.885adding route 172.17.0.26/32 -> 10.0.0.255
31792026-08-29T16:16:02.404ZDEBG Aug 29 16:16:00.885Aug 29 16:16:00.885created new freemap Aug 29 16:16:00.885 INFO, INFO DEBGunit adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1:
31802026-08-29T16:16:02.404Z
31812026-08-29T16:16:02.404Z 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 } }]
31822026-08-29T16:16:02.404Zfreemap_route_ipv6
31832026-08-29T16:16:02.404ZAug 29 16:16:00.885 DEBGAug 29 16:16:00.886 Aug 29 16:16:00.886replacing 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 29 16:16:00.886
31842026-08-29T16:16:02.405ZINFO DEBG DEBG initted freemap. size: 64 , Aug 29 16:16:00.886adding route 172.17.0.27/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 } }] unit
31852026-08-29T16:16:02.405ZINFO:
31862026-08-29T16:16:02.405Zfreemap_route_ipv4adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
31872026-08-29T16:16:02.410Z
31882026-08-29T16:16:02.410ZAug 29 16:16:00.886 DEBGAug 29 16:16:00.886 Aug 29 16:16:00.886 Aug 29 16:16:00.886INFO DEBG DEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap
31892026-08-29T16:16:02.410Z
31902026-08-29T16:16:02.410Zadding route 172.16.0.0/32 -> 10.0.0.2,
31912026-08-29T16:16:02.410Zunit: Aug 29 16:16:00.886freemap_route_ipv4Aug 29 16:16:00.886Aug 29 16:16:00.886
31922026-08-29T16:16:02.410Z INFOINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG
31932026-08-29T16:16:02.410Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.28/32 -> 10.0.0.255
31942026-08-29T16:16:02.410ZAug 29 16:16:00.886 DEBG created new freemap, unit:Aug 29 16:16:00.886 freemap_route_ipv4DEBG
31952026-08-29T16:16:02.410Z Aug 29 16:16:00.886created new freemapAug 29 16:16:00.899, unitDEBGDEBG Aug 29 16:16:00.899 : DEBGreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4
31962026-08-29T16:16:02.410Zcreated new freemapreplacing 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 } }]
31972026-08-29T16:16:02.412Z,
31982026-08-29T16:16:02.412ZunitAug 29 16:16:00.899: DEBGfreemap_route_ipv6
31992026-08-29T16:16:02.413Zcreated new freemap, Aug 29 16:16:00.899Aug 29 16:16:00.899 Aug 29 16:16:00.886INFOINFOunit adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
32002026-08-29T16:16:02.413Z: DEBGfreemap_route_ipv6Aug 29 16:16:00.899
32012026-08-29T16:16:02.413Zcreated new freemapAug 29 16:16:00.899 adding route 172.17.0.29/32 -> 10.0.0.255, unit
32022026-08-29T16:16:02.413ZDEBG : initted freemap. size: 64DEBG Aug 29 16:16:00.899replacing 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 } }],
32032026-08-29T16:16:02.413Zfreemap_route_ipv4
32042026-08-29T16:16:02.413ZAug 29 16:16:00.899DEBG unitinitted freemap. size: 64:Aug 29 16:16:00.899DEBG, Aug 29 16:16:00.899DEBG freemap_route_ipv4created new freemap
32052026-08-29T16:16:02.413Z, unit :INFO unitfreemap_route_ipv6Aug 29 16:16:00.899
32062026-08-29T16:16:02.413Z replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG :
32072026-08-29T16:16:02.413Z
32082026-08-29T16:16:02.413ZAug 29 16:16:00.899freemap_route_ipv4reset freemap
32092026-08-29T16:16:02.413Z DEBG initted freemap. size: 64Aug 29 16:16:00.899, Aug 29 16:16:00.899Aug 29 16:16:00.899 unit, :unitINFO adding route 172.17.0.30/32 -> 10.0.0.255freemap_route_ipv4
32102026-08-29T16:16:02.413Z
32112026-08-29T16:16:02.413Z: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 } }]
32122026-08-29T16:16:02.413Zfreemap_route_ipv4DEBGAug 29 16:16:00.899 DEBGreset freemap
32132026-08-29T16:16:02.413ZAug 29 16:16:00.899, reset freemapAug 29 16:16:00.899, unitINFO:DEBG freemap_route_ipv4replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
32142026-08-29T16:16:02.413Z
32152026-08-29T16:16:02.413Z
32162026-08-29T16:16:02.413ZAug 29 16:16:00.899 unitDEBGAug 29 16:16:00.899Aug 29 16:16:00.899 :DEBG initted freemap. size: 64initted freemap. size: 64Aug 29 16:16:00.899, unitINFO, :adding route 172.17.0.31/32 -> 10.0.0.255unit
32172026-08-29T16:16:02.414Z:DEBG freemap_route_ipv6replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
32182026-08-29T16:16:02.414Z
32192026-08-29T16:16:02.414Z
32202026-08-29T16:16:02.414Zfreemap_route_ipv4Aug 29 16:16:00.899
32212026-08-29T16:16:02.414ZAug 29 16:16:00.899 DEBGDEBGAug 29 16:16:00.899 reset freemapAug 29 16:16:00.899Aug 29 16:16:00.899 , 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 } }]unitDEBG INFODEBG: reset freemapinitted freemap. size: 64
32222026-08-29T16:16:02.414Z, adding route 3fff:beef:23::/64 -> 2001:db8::55:ffunitfreemap_route_ipv6, :
32232026-08-29T16:16:02.414Z unit:freemap_route_ipv6Aug 29 16:16:00.899
32242026-08-29T16:16:02.414Z Aug 29 16:16:00.899
32252026-08-29T16:16:02.414Zfreemap_route_ipv6INFO
32262026-08-29T16:16:02.414Z adding route 172.17.0.32/32 -> 10.0.0.255INFOAug 29 16:16:00.899Aug 29 16:16:00.899 adding route 172.16.0.0/32 -> 10.0.0.1Aug 29 16:16:00.899
32272026-08-29T16:16:02.414Z DEBG
32282026-08-29T16:16:02.414ZDEBG 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 } }]reset freemap ,
32292026-08-29T16:16:02.415ZunitAug 29 16:16:00.899: DEBGfreemap_route_ipv6
32302026-08-29T16:16:02.415Zreplacing 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
32312026-08-29T16:16:02.415Z Aug 29 16:16:00.899Aug 29 16:16:00.899 Aug 29 16:16:00.899Aug 29 16:16:00.899 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBGINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
32322026-08-29T16:16:02.415Z
32332026-08-29T16:16:02.415Z
32342026-08-29T16:16:02.415Z
32352026-08-29T16:16:02.416Z
32362026-08-29T16:16:02.416ZAug 29 16:16:00.899Aug 29 16:16:00.899Aug 29 16:16:00.899Aug 29 16:16:00.899 DEBG 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 } }]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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
32372026-08-29T16:16:02.416Z
32382026-08-29T16:16:02.416ZDEBG
32392026-08-29T16:16:02.416Z
32402026-08-29T16:16:02.416ZAug 29 16:16:00.899replacing 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 29 16:16:00.899
32412026-08-29T16:16:02.416Z Aug 29 16:16:00.899INFO Aug 29 16:16:00.899INFO Aug 29 16:16:00.899adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFO INFOadding route 172.16.0.0/32 -> 10.0.0.1 adding route 172.17.0.33/32 -> 10.0.0.255
32422026-08-29T16:16:02.417ZINFO Aug 29 16:16:00.899
32432026-08-29T16:16:02.417Zadding route 172.16.0.0/32 -> 10.0.0.1
32442026-08-29T16:16:02.417Ztest route::tests::rollback_on_index_readd_failure ... ok
32452026-08-29T16:16:02.417Zadding route 3fff:dead::/64 -> 2001:db8::55:2
32462026-08-29T16:16:02.417ZAug 29 16:16:00.899INFO Aug 29 16:16:00.899 DEBGDEBG Aug 29 16:16:00.899adding route 172.16.0.0/32 -> 10.0.0.3replacing 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 29 16:16:00.899DEBGreplacing 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 } }]
32472026-08-29T16:16:02.417Z
32482026-08-29T16:16:02.417Z
32492026-08-29T16:16:02.417ZDEBG
32502026-08-29T16:16:02.417Z 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.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 } }]
32512026-08-29T16:16:02.418ZAug 29 16:16:00.899Aug 29 16:16:00.899 Aug 29 16:16:00.899INFO
32522026-08-29T16:16:02.418Z adding route 172.16.0.0/32 -> 10.0.0.2
32532026-08-29T16:16:02.418Z INFOAug 29 16:16:00.899 Aug 29 16:16:00.899adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 29 16:16:00.899 Aug 29 16:16:00.899DEBG
32542026-08-29T16:16:02.418ZINFODEBG adding route 172.17.0.34/32 -> 10.0.0.255 DEBG
32552026-08-29T16:16:02.418Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
32562026-08-29T16:16:02.418ZINFO Aug 29 16:16:00.899 adding route 172.16.0.0/32 -> 10.0.0.1DEBG Aug 29 16:16:00.899replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
32572026-08-29T16:16:02.418Z
32582026-08-29T16:16:02.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 } }, NextHop { asic_port_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 } }] INFOAug 29 16:16:00.899
32592026-08-29T16:16:02.419Zadding route 172.17.0.0/32 -> 10.0.0.255replacing 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 } }]
32602026-08-29T16:16:02.419Z
32612026-08-29T16:16:02.419ZDEBG Aug 29 16:16:00.899replacing 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 29 16:16:00.899
32622026-08-29T16:16:02.420ZINFO INFOAug 29 16:16:00.899 adding route 3fff:dead::/64 -> 2001:db8::55:3
32632026-08-29T16:16:02.421ZAug 29 16:16:00.899DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff Aug 29 16:16:00.899Aug 29 16:16:00.899replacing 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 } }]
32642026-08-29T16:16:02.421Z
32652026-08-29T16:16:02.421ZINFODEBG adding route 172.16.0.0/32 -> 10.0.0.4
32662026-08-29T16:16:02.421ZAug 29 16:16:00.899 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 Aug 29 16:16:00.899Aug 29 16:16:00.899
32672026-08-29T16:16:02.421Zadding route 172.17.0.1/32 -> 10.0.0.255
32682026-08-29T16:16:02.421ZDEBG DEBGAug 29 16:16:00.899 Aug 29 16:16:00.899 Aug 29 16:16:00.899INFODEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.35/32 -> 10.0.0.255replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
32692026-08-29T16:16:02.421Z 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 } }]
32702026-08-29T16:16:02.421Z
32712026-08-29T16:16:02.421Z
32722026-08-29T16:16:02.421ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
32732026-08-29T16:16:02.422ZAug 29 16:16:00.899Aug 29 16:16:00.899adding route 172.16.0.0/32 -> 10.0.0.2Aug 29 16:16:00.899 DEBG
32742026-08-29T16:16:02.422ZINFOINFO adding route 172.17.0.2/32 -> 10.0.0.255Aug 29 16:16:00.899
32752026-08-29T16:16:02.422Z Aug 29 16:16:00.899adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
32762026-08-29T16:16:02.422ZDEBGDEBGreplacing 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 } }]
32772026-08-29T16:16:02.422Zreplacing 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 29 16:16:00.899Aug 29 16:16:00.899
32782026-08-29T16:16:02.422ZINFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
32792026-08-29T16:16:02.422Z
32802026-08-29T16:16:02.422Zadding route 3fff:dead::/64 -> 2001:db8::55:4Aug 29 16:16:00.899
32812026-08-29T16:16:02.422Z Aug 29 16:16:00.899DEBGAug 29 16:16:00.899 INFOAug 29 16:16:00.899INFOAug 29 16:16:00.899 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.36/32 -> 10.0.0.255
32822026-08-29T16:16:02.423Z
32832026-08-29T16:16:02.423Z DEBGadding route 172.17.0.3/32 -> 10.0.0.255
32842026-08-29T16:16:02.423Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 29 16:16:00.899
32852026-08-29T16:16:02.423Z Aug 29 16:16:00.899Aug 29 16:16:00.899DEBG INFO replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
32862026-08-29T16:16:02.423ZINFODEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 172.17.0.0/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 } }]
32872026-08-29T16:16:02.428ZAug 29 16:16:00.899Aug 29 16:16:00.899
32882026-08-29T16:16:02.428Z
32892026-08-29T16:16:02.428ZINFO Aug 29 16:16:00.899Aug 29 16:16:00.899 adding route 172.17.0.37/32 -> 10.0.0.255INFO
32902026-08-29T16:16:02.428ZDEBGadding route 172.17.0.4/32 -> 10.0.0.255
32912026-08-29T16:16:02.428Z DEBGAug 29 16:16:00.899 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:dead::/64 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 29 16:16:00.899DEBG
32922026-08-29T16:16:02.429Z 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 } }]
32932026-08-29T16:16:02.429Z
32942026-08-29T16:16:02.429ZAug 29 16:16:00.914Aug 29 16:16:00.886 Aug 29 16:16:00.899INFO DEBGadding route 172.17.0.1/32 -> 10.0.0.255
32952026-08-29T16:16:02.429ZAug 29 16:16:00.914initted freemap. size: 64DEBG Aug 29 16:16:00.914Aug 29 16:16:00.914, 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 } }]unit :DEBG
32962026-08-29T16:16:02.429Zfreemap_route_ipv6 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 } }]
32972026-08-29T16:16:02.429Z
32982026-08-29T16:16:02.429Z WARNINFO shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
32992026-08-29T16:16:02.429Z
33002026-08-29T16:16:02.429ZAug 29 16:16:00.914 Aug 29 16:16:00.914INFO DEBGadding route 172.17.0.2/32 -> 10.0.0.255 Aug 29 16:16:00.914reset freemap
33012026-08-29T16:16:02.429Z , INFOunitAug 29 16:16:00.914Aug 29 16:16:00.886 :adding route 172.17.0.38/32 -> 10.0.0.255Aug 29 16:16:00.914
33022026-08-29T16:16:02.429Zfreemap_route_ipv6 DEBGDEBG 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 } }]
33032026-08-29T16:16:02.430Z
33042026-08-29T16:16:02.430Z Aug 29 16:16:00.914 DEBGcreated new freemapreplacing 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 29 16:16:00.914Aug 29 16:16:00.914unit 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:
33052026-08-29T16:16:02.430Z
33062026-08-29T16:16:02.430Z freemap_route_ipv4INFO
33072026-08-29T16:16:02.430Zadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 29 16:16:00.914adding route 172.17.0.3/32 -> 10.0.0.255
33082026-08-29T16:16:02.430Z
33092026-08-29T16:16:02.430Z Aug 29 16:16:00.914INFO Aug 29 16:16:00.914INFO adding route 172.17.0.39/32 -> 10.0.0.255Aug 29 16:16:00.914
33102026-08-29T16:16:02.430Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff DEBGDEBG
33112026-08-29T16:16:02.430Z 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 } }], unit
33122026-08-29T16:16:02.430Z:Aug 29 16:16:00.914 Aug 29 16:16:00.914freemap_route_ipv6Aug 29 16:16:00.914
33132026-08-29T16:16:02.431Z DEBGDEBG Aug 29 16:16:00.914 replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 29 16:16:00.914
33142026-08-29T16:16:02.431Z INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2
33152026-08-29T16:16:02.431Zinitted freemap. size: 64
33162026-08-29T16:16:02.431ZDEBGAug 29 16:16:00.914 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 } }]
33172026-08-29T16:16:02.431ZINFO, Aug 29 16:16:00.914Aug 29 16:16:00.914 unit : Aug 29 16:16:00.914 adding route 172.17.0.4/32 -> 10.0.0.255 INFOINFOfreemap_route_ipv4DEBG
33182026-08-29T16:16:02.431Zadding route 172.17.0.40/32 -> 10.0.0.255
33192026-08-29T16:16:02.431Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
33202026-08-29T16:16:02.431Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 29 16:16:00.914
33212026-08-29T16:16:02.431ZAug 29 16:16:00.914Aug 29 16:16:00.914 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.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 } }]
33222026-08-29T16:16:02.431ZDEBG
33232026-08-29T16:16:02.431Z
33242026-08-29T16:16:02.431Z 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 29 16:16:00.914
33252026-08-29T16:16:02.431Z Aug 29 16:16:00.914Aug 29 16:16:00.914Aug 29 16:16:00.914 INFODEBG adding route 172.17.0.41/32 -> 10.0.0.255INFO
33262026-08-29T16:16:02.431Z INFO reset freemap , Aug 29 16:16:00.914adding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 29 16:16:00.914
33272026-08-29T16:16:02.431Z DEBGINFO unitreplacing 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 } }]:
33282026-08-29T16:16:02.431Z freemap_route_ipv4adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
33292026-08-29T16:16:02.431Z
33302026-08-29T16:16:02.431Z Aug 29 16:16:00.914adding route 172.17.0.5/32 -> 10.0.0.255Aug 29 16:16:00.914 Aug 29 16:16:00.914 DEBG
33312026-08-29T16:16:02.431Z initted freemap. size: 64Aug 29 16:16:00.914DEBG, unit :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 } }, NextHop { asic_port_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 29 16:16:00.914
33322026-08-29T16:16:02.431Zfreemap_route_ipv6
33332026-08-29T16:16:02.431Zadding route 172.17.0.42/32 -> 10.0.0.255
33342026-08-29T16:16:02.431Zreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
33352026-08-29T16:16:02.431ZAug 29 16:16:00.914 Aug 29 16:16:00.914INFO Aug 29 16:16:00.914DEBG DEBGreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 29 16:16:00.914reset freemapreplacing 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 } }]
33362026-08-29T16:16:02.431Z
33372026-08-29T16:16:02.431Z, unitINFO: Aug 29 16:16:00.914 Aug 29 16:16:00.914 INFOINFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:4
33382026-08-29T16:16:02.432Z
33392026-08-29T16:16:02.432Zadding route 172.17.0.6/32 -> 10.0.0.255
33402026-08-29T16:16:02.432Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 172.17.0.43/32 -> 10.0.0.255
33412026-08-29T16:16:02.432Z
33422026-08-29T16:16:02.432ZAug 29 16:16:00.914Aug 29 16:16:00.914 INFOAug 29 16:16:00.914DEBGAug 29 16:16:00.914 adding route 172.16.0.0/32 -> 10.0.0.1DEBG
33432026-08-29T16:16:02.432Z DEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 29 16:16:00.914
33442026-08-29T16:16:02.432ZAug 29 16:16:00.914 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 } }]
33452026-08-29T16:16:02.432ZDEBGDEBG
33462026-08-29T16:16:02.432Ztest route::tests::rollback_on_compact_write_failure ... ok
33472026-08-29T16:16:02.432Z Aug 29 16:16:00.914Aug 29 16:16:00.914 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
33482026-08-29T16:16:02.432Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]INFOAug 29 16:16:00.915 adding route 172.17.0.44/32 -> 10.0.0.255DEBG
33492026-08-29T16:16:02.432Z
33502026-08-29T16:16:02.432Zcreated new freemap, unitINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
33512026-08-29T16:16:02.432Z: freemap_route_ipv4
33522026-08-29T16:16:02.432ZAug 29 16:16:01.025Aug 29 16:16:01.025Aug 29 16:16:01.025 DEBGDEBGAug 29 16:16:01.025INFOAug 29 16:16:01.025 adding route 172.16.0.0/32 -> 10.0.0.2 Aug 29 16:16:01.025DEBG replacing targets for 3fff:dead::/64 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 } }]
33532026-08-29T16:16:02.432ZINFOcreated new freemapDEBGreplacing 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 } }],
33542026-08-29T16:16:02.432Z adding route 172.17.0.7/32 -> 10.0.0.255replacing 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 } }]
33552026-08-29T16:16:02.432ZAug 29 16:16:01.025unitAug 29 16:16:01.025
33562026-08-29T16:16:02.433Z
33572026-08-29T16:16:02.433Z: freemap_route_ipv6
33582026-08-29T16:16:02.433ZDEBGAug 29 16:16:01.025Aug 29 16:16:01.025Aug 29 16:16:01.025INFO WARN Aug 29 16:16:01.025DEBG 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.1, vlan_id: None } }, NextHop { asic_port_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
33592026-08-29T16:16:02.433Z replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
33602026-08-29T16:16:02.433Zinitted freemap. size: 64
33612026-08-29T16:16:02.433Zshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }), Aug 29 16:16:01.025
33622026-08-29T16:16:02.433Z unit: Aug 29 16:16:01.025DEBG freemap_route_ipv4INFOreplacing 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 } }]
33632026-08-29T16:16:02.433ZAug 29 16:16:01.025
33642026-08-29T16:16:02.433Z INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff adding route 172.17.0.8/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3Aug 29 16:16:01.025
33652026-08-29T16:16:02.433Z
33662026-08-29T16:16:02.433Z
33672026-08-29T16:16:02.433ZINFOAug 29 16:16:01.025 adding route 172.17.0.46/32 -> 10.0.0.255DEBGAug 29 16:16:01.025 Aug 29 16:16:01.025
33682026-08-29T16:16:02.433Zreset freemap DEBG , Aug 29 16:16:01.025unitDEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 29 16:16:01.025
33692026-08-29T16:16:02.433ZDEBG 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 } }] freemap_route_ipv4replacing 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 29 16:16:01.025
33702026-08-29T16:16:02.433Zreplacing 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 } }]
33712026-08-29T16:16:02.435Z INFO
33722026-08-29T16:16:02.435Z
33732026-08-29T16:16:02.435Z Aug 29 16:16:01.025adding route 172.16.0.0/32 -> 10.0.0.4 Aug 29 16:16:01.025Aug 29 16:16:01.025INFOAug 29 16:16:01.025
33742026-08-29T16:16:02.436Z INFOINFO DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 172.17.0.47/32 -> 10.0.0.255 adding route 172.17.0.9/32 -> 10.0.0.255initted freemap. size: 64
33752026-08-29T16:16:02.436Z,
33762026-08-29T16:16:02.436Z
33772026-08-29T16:16:02.436ZAug 29 16:16:01.025unit :Aug 29 16:16:01.025DEBG freemap_route_ipv6
33782026-08-29T16:16:02.436ZDEBGAug 29 16:16:01.025 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]replacing targets for 172.17.0.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 29 16:16:01.025
33792026-08-29T16:16:02.436Z
33802026-08-29T16:16:02.436Z DEBGDEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:01.025
33812026-08-29T16:16:02.437Z Aug 29 16:16:01.025 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 } }]INFOAug 29 16:16:01.025
33822026-08-29T16:16:02.437ZAug 29 16:16:01.025 reset freemap , INFOunit: INFO adding route 172.17.0.48/32 -> 10.0.0.255Aug 29 16:16:01.025
33832026-08-29T16:16:02.437Zfreemap_route_ipv6adding route 172.17.0.0/32 -> 10.0.0.255
33842026-08-29T16:16:02.437ZINFO Aug 29 16:16:01.025adding route 172.17.0.10/32 -> 10.0.0.255adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
33852026-08-29T16:16:02.437Z
33862026-08-29T16:16:02.437ZAug 29 16:16:01.025
33872026-08-29T16:16:02.442Z INFODEBG Aug 29 16:16:01.025 adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 29 16:16:01.025DEBGreplacing 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 } }]
33882026-08-29T16:16:02.442Z
33892026-08-29T16:16:02.442Z DEBG Aug 29 16:16:01.025replacing 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.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33902026-08-29T16:16:02.443ZAug 29 16:16:01.025
33912026-08-29T16:16:02.443Z 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 } }]
33922026-08-29T16:16:02.443Zreplacing 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 29 16:16:01.025Aug 29 16:16:01.025
33932026-08-29T16:16:02.443Z Aug 29 16:16:01.025 INFOINFO INFOAug 29 16:16:01.025 adding route 172.17.0.49/32 -> 10.0.0.255 INFO
33942026-08-29T16:16:02.443ZAug 29 16:16:01.025adding route 172.17.0.11/32 -> 10.0.0.255
33952026-08-29T16:16:02.443Zadding route 3fff:dead::/64 -> 2001:db8::55:2INFOAug 29 16:16:01.025 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG
33962026-08-29T16:16:02.443Z
33972026-08-29T16:16:02.443Z 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 29 16:16:01.025
33982026-08-29T16:16:02.443Z Aug 29 16:16:01.025 Aug 29 16:16:01.025DEBGAug 29 16:16:01.025 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
33992026-08-29T16:16:02.443Zadding route 172.17.0.1/32 -> 10.0.0.255 INFOreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34002026-08-29T16:16:02.443Z
34012026-08-29T16:16:02.443Zadding route 172.17.0.50/32 -> 10.0.0.255DEBG
34022026-08-29T16:16:02.443ZAug 29 16:16:01.025replacing 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 } }]
34032026-08-29T16:16:02.443ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 29 16:16:01.025
34042026-08-29T16:16:02.443Z INFOAug 29 16:16:01.025 adding route 172.17.0.12/32 -> 10.0.0.255Aug 29 16:16:01.025DEBG
34052026-08-29T16:16:02.443Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
34062026-08-29T16:16:02.443ZAug 29 16:16:01.025 DEBGAug 29 16:16:01.025 INFOAug 29 16:16:01.025Aug 29 16:16:01.025 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 } }]
34072026-08-29T16:16:02.443ZDEBGINFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:4
34082026-08-29T16:16:02.443Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
34092026-08-29T16:16:02.443Zreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34102026-08-29T16:16:02.443ZAug 29 16:16:01.025 Aug 29 16:16:01.025INFO Aug 29 16:16:01.025DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
34112026-08-29T16:16:02.443Zadding route 172.17.0.51/32 -> 10.0.0.255
34122026-08-29T16:16:02.443ZAug 29 16:16:01.025
34132026-08-29T16:16:02.443Z INFO 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 29 16:16:01.025 adding route 172.17.0.13/32 -> 10.0.0.255
34142026-08-29T16:16:02.443Z
34152026-08-29T16:16:02.444ZDEBG Aug 29 16:16:01.025replacing targets for 3fff:dead::/64 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 29 16:16:01.025
34162026-08-29T16:16:02.444ZDEBG INFO replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:16:01.025
34172026-08-29T16:16:02.444ZAug 29 16:16:01.025adding route 172.17.0.2/32 -> 10.0.0.255 INFO DEBG
34182026-08-29T16:16:02.444Z adding route 3fff:beef:35::/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 } }]Aug 29 16:16:01.025
34192026-08-29T16:16:02.444Z
34202026-08-29T16:16:02.444Z INFOAug 29 16:16:01.025 Aug 29 16:16:01.025DEBGadding route 172.17.0.52/32 -> 10.0.0.255Aug 29 16:16:00.900
34212026-08-29T16:16:02.444Z 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 29 16:16:01.025Aug 29 16:16:01.025replacing 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 } }] DEBGINFODEBG
34222026-08-29T16:16:02.444Z
34232026-08-29T16:16:02.444Z 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 29 16:16:01.025created new freemap
34242026-08-29T16:16:02.444Z adding route 172.17.0.14/32 -> 10.0.0.255INFO
34252026-08-29T16:16:02.445Z , Aug 29 16:16:01.025adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 29 16:16:01.025
34262026-08-29T16:16:02.445Z INFOAug 29 16:16:01.025 DEBGunitINFOadding route 172.17.0.53/32 -> 10.0.0.255
34272026-08-29T16:16:02.445ZAug 29 16:16:01.025 :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.3/32 -> 10.0.0.255Aug 29 16:16:01.025DEBG
34282026-08-29T16:16:02.445Zfreemap_route_ipv4
34292026-08-29T16:16:02.445Zreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
34302026-08-29T16:16:02.445ZAug 29 16:16:01.025
34312026-08-29T16:16:02.445Z 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
34322026-08-29T16:16:02.445Z 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 } }]
34332026-08-29T16:16:02.445ZAug 29 16:16:01.025 INFO Aug 29 16:16:01.025adding route 172.17.0.15/32 -> 10.0.0.255 Aug 29 16:16:01.025
34342026-08-29T16:16:02.445ZINFO INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 172.17.0.54/32 -> 10.0.0.255
34352026-08-29T16:16:02.446ZAug 29 16:16:01.025Aug 29 16:16:01.025 DEBG Aug 29 16:16:01.025DEBG
34362026-08-29T16:16:02.446Z Aug 29 16:16:01.025created 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 } }] DEBG
34372026-08-29T16:16:02.446Z, unit replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
34382026-08-29T16:16:02.446Z:Aug 29 16:16:01.025 adding route 172.17.0.4/32 -> 10.0.0.255
34392026-08-29T16:16:02.446Z DEBGfreemap_route_ipv6 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 29 16:16:01.025
34402026-08-29T16:16:02.446Z
34412026-08-29T16:16:02.446Z INFO Aug 29 16:16:01.025adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
34422026-08-29T16:16:02.446ZAug 29 16:16:01.025Aug 29 16:16:01.025Aug 29 16:16:01.025 DEBGINFOINFO DEBGadding route 172.17.0.55/32 -> 10.0.0.255 adding route 172.17.0.16/32 -> 10.0.0.255initted freemap. size: 64replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34432026-08-29T16:16:02.446ZAug 29 16:16:01.025
34442026-08-29T16:16:02.446Ztest route::tests::shrink_preserves_compacted_order ... ok
34452026-08-29T16:16:02.446Ztest route::tests::add_target_fails_full ... ok
34462026-08-29T16:16:02.446Z DEBG, unit
34472026-08-29T16:16:02.446ZAug 29 16:16:01.025: Aug 29 16:16:01.025DEBG INFO replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
34482026-08-29T16:16:02.447Zadding route 172.17.0.5/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 } }]
34492026-08-29T16:16:02.447Z
34502026-08-29T16:16:02.447ZAug 29 16:16:01.025
34512026-08-29T16:16:02.447Z Aug 29 16:16:01.025DEBG 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
34522026-08-29T16:16:02.447Z Aug 29 16:16:01.025adding route 3fff:beef:39::/64 -> 2001:db8::55:ff Aug 29 16:16:01.025INFO
34532026-08-29T16:16:02.447ZDEBGAug 29 16:16:01.025 adding route 172.17.0.17/32 -> 10.0.0.255
34542026-08-29T16:16:02.448Zreset freemapINFO , adding route 172.17.0.56/32 -> 10.0.0.255unit
34552026-08-29T16:16:02.448ZAug 29 16:16:01.025: Aug 29 16:16:01.025freemap_route_ipv4
34562026-08-29T16:16:02.448ZDEBGAug 29 16:16:01.025 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 } }]Aug 29 16:16:01.025replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 29 16:16:01.026 DEBG created new freemap
34572026-08-29T16:16:02.448Z, unit: freemap_route_ipv4DEBG
34582026-08-29T16:16:02.448Zinitted freemap. size: 64DEBG, Aug 29 16:16:01.039 unitAug 29 16:16:01.039: INFOreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6DEBG
34592026-08-29T16:16:02.448Z adding route 172.17.0.57/32 -> 10.0.0.255
34602026-08-29T16:16:02.448Z
34612026-08-29T16:16:02.448Z created new freemapAug 29 16:16:01.039, unitDEBG: Aug 29 16:16:01.039reset freemapfreemap_route_ipv6 , INFOunit
34622026-08-29T16:16:02.448ZAug 29 16:16:01.039 : DEBGadding route 172.17.0.5/32 -> 10.0.0.255 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 } }]freemap_route_ipv6
34632026-08-29T16:16:02.449Z
34642026-08-29T16:16:02.449ZAug 29 16:16:01.039
34652026-08-29T16:16:02.449Z DEBGAug 29 16:16:01.039 initted freemap. size: 64Aug 29 16:16:01.039DEBG, Aug 29 16:16:01.039 unitINFOreplacing 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 } }]:
34662026-08-29T16:16:02.449Z adding route 172.17.0.58/32 -> 10.0.0.255INFO
34672026-08-29T16:16:02.449Zfreemap_route_ipv4
34682026-08-29T16:16:02.449Z adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 29 16:16:01.039
34692026-08-29T16:16:02.449Z INFO
34702026-08-29T16:16:02.449ZAug 29 16:16:01.026 Aug 29 16:16:01.039 Aug 29 16:16:01.039 DEBGDEBGadding route 172.17.0.6/32 -> 10.0.0.255 Aug 29 16:16:01.039
34712026-08-29T16:16:02.449Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBGAug 29 16:16:01.039reset freemap
34722026-08-29T16:16:02.449Z INFOcreated new freemap DEBG, , Aug 29 16:16:01.039unit replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:INFO
34732026-08-29T16:16:02.450Zunitfreemap_route_ipv4adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff:adding route 3fff:dead::/64 -> 2001:db8::55:2
34742026-08-29T16:16:02.450Z
34752026-08-29T16:16:02.450Z
34762026-08-29T16:16:02.450Z freemap_route_ipv4Aug 29 16:16:01.039
34772026-08-29T16:16:02.450Z DEBG Aug 29 16:16:01.039replacing 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 29 16:16:01.039Aug 29 16:16:01.039 DEBGDEBG
34782026-08-29T16:16:02.450ZAug 29 16:16:01.039 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
34792026-08-29T16:16:02.450ZINFOAug 29 16:16:01.039 Aug 29 16:16:01.039 adding route 172.17.0.59/32 -> 10.0.0.255 INFO replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
34802026-08-29T16:16:02.450Z
34812026-08-29T16:16:02.450ZDEBGAug 29 16:16:01.039 DEBGcreated new freemap replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 29 16:16:01.039adding route 172.17.0.7/32 -> 10.0.0.255
34822026-08-29T16:16:02.450ZAug 29 16:16:01.039,
34832026-08-29T16:16:02.450Z INFOunit DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff :Aug 29 16:16:01.039 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 } }]freemap_route_ipv6
34842026-08-29T16:16:02.450Z DEBG
34852026-08-29T16:16:02.450Z 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 } }]
34862026-08-29T16:16:02.450Z
34872026-08-29T16:16:02.455ZAug 29 16:16:01.039 Aug 29 16:16:01.039INFO DEBGadding route 172.17.0.60/32 -> 10.0.0.255
34882026-08-29T16:16:02.455ZAug 29 16:16:01.039replacing 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 } }]
34892026-08-29T16:16:02.455ZDEBG Aug 29 16:16:01.039initted freemap. size: 64Aug 29 16:16:01.039 , unitDEBGINFOAug 29 16:16:01.039: adding route 172.17.0.8/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 } }]
34902026-08-29T16:16:02.455Z INFO
34912026-08-29T16:16:02.455Zfreemap_route_ipv4 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
34922026-08-29T16:16:02.455Z
34932026-08-29T16:16:02.455ZAug 29 16:16:01.039Aug 29 16:16:01.039 INFODEBG Aug 29 16:16:01.039 adding route 172.17.0.61/32 -> 10.0.0.255
34942026-08-29T16:16:02.455Zreplacing 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 29 16:16:01.039
34952026-08-29T16:16:02.455ZDEBG DEBG reset freemapAug 29 16:16:01.039replacing 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 29 16:16:01.039 DEBGINFO
34962026-08-29T16:16:02.455Z , 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 } }]
34972026-08-29T16:16:02.455Zadding route 172.17.0.9/32 -> 10.0.0.255Aug 29 16:16:01.039
34982026-08-29T16:16:02.455Z unit:INFO freemap_route_ipv4adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
34992026-08-29T16:16:02.455ZAug 29 16:16:01.039
35002026-08-29T16:16:02.456Z INFOAug 29 16:16:01.039 DEBGadding route 172.17.0.62/32 -> 10.0.0.255Aug 29 16:16:01.039 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
35012026-08-29T16:16:02.456ZAug 29 16:16:01.039 DEBG reset freemap, unit: freemap_route_ipv6
35022026-08-29T16:16:02.456ZAug 29 16:16:01.039 INFO adding route 172.16.0.0/32 -> 10.0.0.1
35032026-08-29T16:16:02.456Z 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 29 16:16:01.039
35042026-08-29T16:16:02.456Z DEBGDEBGAug 29 16:16:01.025
35052026-08-29T16:16:02.456ZAug 29 16:16:01.039 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 adding route 172.17.0.10/32 -> 10.0.0.255initted freemap. size: 64
35062026-08-29T16:16:02.456ZDEBGAug 29 16:16:01.039
35072026-08-29T16:16:02.456Z DEBG, unit replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 29 16:16:01.039:
35082026-08-29T16:16:02.456Z
35092026-08-29T16:16:02.456Z INFO Aug 29 16:16:01.039adding route 172.16.0.0/32 -> 10.0.0.2freemap_route_ipv6
35102026-08-29T16:16:02.456Z Aug 29 16:16:01.039DEBG Aug 29 16:16:01.039
35112026-08-29T16:16:02.456Zreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
35122026-08-29T16:16:02.456Z INFO Aug 29 16:16:01.039adding route 172.17.0.63/32 -> 10.0.0.255adding route 172.17.0.6/32 -> 10.0.0.255Aug 29 16:16:01.039Aug 29 16:16:01.039
35132026-08-29T16:16:02.456ZINFO
35142026-08-29T16:16:02.456Z DEBGDEBG adding route 172.17.0.11/32 -> 10.0.0.255
35152026-08-29T16:16:02.456Zreset freemap, replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 29 16:16:01.039
35162026-08-29T16:16:02.456Z unitAug 29 16:16:01.039DEBG Aug 29 16:16:01.039DEBG : replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
35172026-08-29T16:16:02.456Z DEBG freemap_route_ipv6
35182026-08-29T16:16:02.456Z
35192026-08-29T16:16:02.456Zreplacing 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 } }]
35202026-08-29T16:16:02.456ZAug 29 16:16:01.039 Aug 29 16:16:01.039INFO Aug 29 16:16:01.039INFOadding route 172.17.0.12/32 -> 10.0.0.255 Aug 29 16:16:01.039
35212026-08-29T16:16:02.456Zadding route 172.16.0.0/32 -> 10.0.0.3INFO
35222026-08-29T16:16:02.456ZDEBGAug 29 16:16:01.039Aug 29 16:16:01.039 adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBGINFOAug 29 16:16:01.039
35232026-08-29T16:16:02.456Zadding route 172.17.0.7/32 -> 10.0.0.255replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35242026-08-29T16:16:02.456ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]failed to allocate space for the new target list
35252026-08-29T16:16:02.456Z
35262026-08-29T16:16:02.456ZAug 29 16:16:01.039 INFO
35272026-08-29T16:16:02.456Z Aug 29 16:16:01.039Aug 29 16:16:01.039 adding route 172.17.0.13/32 -> 10.0.0.255Aug 29 16:16:01.039
35282026-08-29T16:16:02.457Z 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 } }]Aug 29 16:16:01.039DEBG
35292026-08-29T16:16:02.457Z Aug 29 16:16:01.039DEBG INFODEBG adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }]
35302026-08-29T16:16:02.457Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 29 16:16:01.039
35312026-08-29T16:16:02.457Z INFO
35322026-08-29T16:16:02.457Zadding 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 } }]Aug 29 16:16:01.039Aug 29 16:16:01.039
35332026-08-29T16:16:02.457Z
35342026-08-29T16:16:02.457Z INFODEBGAug 29 16:16:01.039 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.14/32 -> 10.0.0.255
35352026-08-29T16:16:02.457Z
35362026-08-29T16:16:02.457ZAug 29 16:16:01.039DEBG DEBGfailed to allocate space for the new target listAug 29 16:16:01.039 Aug 29 16:16:01.039
35372026-08-29T16:16:02.457Z DEBG Aug 29 16:16:01.039replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
35382026-08-29T16:16:02.457Z replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO
35392026-08-29T16:16:02.457Z Aug 29 16:16:01.039
35402026-08-29T16:16:02.457Zadding route 3fff:dead::/64 -> 2001:db8::55:2INFO
35412026-08-29T16:16:02.457Zadding route 172.17.0.15/32 -> 10.0.0.255Aug 29 16:16:01.039
35422026-08-29T16:16:02.457Z INFOAug 29 16:16:01.039 adding route 172.17.0.9/32 -> 10.0.0.255DEBG
35432026-08-29T16:16:02.457Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
35442026-08-29T16:16:02.457ZAug 29 16:16:01.039Aug 29 16:16:01.039 Aug 29 16:16:01.039 DEBGINFO 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 } }]
35452026-08-29T16:16:02.457Ztest route::tests::same_size_non_subset_replace ... ok
35462026-08-29T16:16:02.457Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
35472026-08-29T16:16:02.457Zreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
35482026-08-29T16:16:02.457Z
35492026-08-29T16:16:02.457ZAug 29 16:16:01.039Aug 29 16:16:01.039 INFOAug 29 16:16:01.039INFO DEBGadding route 172.17.0.16/32 -> 10.0.0.255
35502026-08-29T16:16:02.457Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.10/32 -> 10.0.0.255
35512026-08-29T16:16:02.457Z
35522026-08-29T16:16:02.457ZAug 29 16:16:01.039 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 } }]
35532026-08-29T16:16:02.457ZAug 29 16:16:01.039 Aug 29 16:16:01.039INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:4
35542026-08-29T16:16:02.457Zadding route 172.17.0.17/32 -> 10.0.0.255
35552026-08-29T16:16:02.457ZAug 29 16:16:01.039 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 } }]
35562026-08-29T16:16:02.458ZAug 29 16:16:01.039Aug 29 16:16:01.039 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 29 16:16:01.039
35572026-08-29T16:16:02.458Z 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 } }]INFO
35582026-08-29T16:16:02.458Z adding route 172.17.0.18/32 -> 10.0.0.255
35592026-08-29T16:16:02.458Z
35602026-08-29T16:16:02.458ZAug 29 16:16:01.039Aug 29 16:16:01.039 DEBGINFOAug 29 16:16:01.039 replacing targets for 3fff:dead::/64 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 } }]
35612026-08-29T16:16:02.458ZDEBGAug 29 16:16:01.039adding route 172.17.0.11/32 -> 10.0.0.255 replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
35622026-08-29T16:16:02.458Z
35632026-08-29T16:16:02.458Z adding route 172.17.0.18/32 -> 10.0.0.255
35642026-08-29T16:16:02.458ZAug 29 16:16:01.039 Aug 29 16:16:01.039Aug 29 16:16:01.039 DEBGDEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35652026-08-29T16:16:02.459ZAug 29 16:16:01.040
35662026-08-29T16:16:02.459ZAug 29 16:16:01.040Aug 29 16:16:01.051DEBGAug 29 16:16:01.051 created new freemapINFO, unit :DEBGadding route 172.17.0.12/32 -> 10.0.0.255
35672026-08-29T16:16:02.459ZINFO Aug 29 16:16:01.051created new freemap DEBG, unitreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:adding route 172.17.0.19/32 -> 10.0.0.255
35682026-08-29T16:16:02.459Zfreemap_route_ipv4
35692026-08-29T16:16:02.459Z
35702026-08-29T16:16:02.459ZAug 29 16:16:01.051 INFO adding route 172.17.0.13/32 -> 10.0.0.255
35712026-08-29T16:16:02.459ZAug 29 16:16:01.051 DEBG Aug 29 16:16:01.051created new freemap , Aug 29 16:16:01.051unit :DEBGDEBG freemap_route_ipv6replacing 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 } }]
35722026-08-29T16:16:02.460Z
35732026-08-29T16:16:02.460Zreplacing 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 } }]
35742026-08-29T16:16:02.460ZAug 29 16:16:01.051Aug 29 16:16:01.051 DEBGINFO initted freemap. size: 64adding route 172.17.0.14/32 -> 10.0.0.255,
35752026-08-29T16:16:02.460Zunit:Aug 29 16:16:01.051 freemap_route_ipv4INFO
35762026-08-29T16:16:02.460Z adding route 172.17.0.20/32 -> 10.0.0.255Aug 29 16:16:01.051 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 } }]
35772026-08-29T16:16:02.460Z
35782026-08-29T16:16:02.460ZAug 29 16:16:01.051 DEBG Aug 29 16:16:01.051Aug 29 16:16:01.051reset freemap , DEBGINFO unitreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:
35792026-08-29T16:16:02.460Z adding route 172.17.0.15/32 -> 10.0.0.255freemap_route_ipv4
35802026-08-29T16:16:02.460Z
35812026-08-29T16:16:02.460ZAug 29 16:16:01.051 INFOAug 29 16:16:01.051Aug 29 16:16:01.051 DEBGadding route 172.17.0.21/32 -> 10.0.0.255DEBG
35822026-08-29T16:16:02.460Z initted freemap. size: 64replacing 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 } }],
35832026-08-29T16:16:02.460Zunit:Aug 29 16:16:01.051 freemap_route_ipv6
35842026-08-29T16:16:02.460ZAug 29 16:16:01.051 DEBGINFO Aug 29 16:16:01.051 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.16/32 -> 10.0.0.255DEBG
35852026-08-29T16:16:02.460Z
35862026-08-29T16:16:02.460Z reset freemapAug 29 16:16:01.051Aug 29 16:16:01.051 INFODEBG adding route 172.17.0.22/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 } }],
35872026-08-29T16:16:02.465Z
35882026-08-29T16:16:02.465Zunit: freemap_route_ipv6
35892026-08-29T16:16:02.465Zfreemap_route_ipv4
35902026-08-29T16:16:02.465ZAug 29 16:16:01.051 INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 29 16:16:01.051
35912026-08-29T16:16:02.465Z Aug 29 16:16:01.051INFO adding route 172.17.0.17/32 -> 10.0.0.255DEBG
35922026-08-29T16:16:02.465Zcreated new freemapAug 29 16:16:01.039, unitDEBG: 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
35932026-08-29T16:16:02.465Z
35942026-08-29T16:16:02.465ZAug 29 16:16:01.051 INFOAug 29 16:16:01.051 adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffDEBG
35952026-08-29T16:16:02.465Z initted freemap. size: 64Aug 29 16:16:01.051, unitDEBG: replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4Aug 29 16:16:01.051
35962026-08-29T16:16:02.465Z
35972026-08-29T16:16:02.465ZDEBG replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:01.051
35982026-08-29T16:16:02.465Z Aug 29 16:16:01.051INFOAug 29 16:16:01.051 adding route 172.17.0.23/32 -> 10.0.0.255DEBGDEBG
35992026-08-29T16:16:02.465Zfailed to allocate space for the new target list
36002026-08-29T16:16:02.465Zreset freemap, unit: freemap_route_ipv4
36012026-08-29T16:16:02.465ZAug 29 16:16:01.051 DEBGAug 29 16:16:01.052 Aug 29 16:16:01.052replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
36022026-08-29T16:16:02.465Z DEBGinitted freemap. size: 64 , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]unit
36032026-08-29T16:16:02.466ZAug 29 16:16:01.052: freemap_route_ipv6INFO
36042026-08-29T16:16:02.466Z adding route 172.17.0.24/32 -> 10.0.0.255
36052026-08-29T16:16:02.466ZAug 29 16:16:01.052 DEBG Aug 29 16:16:01.051replacing 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 29 16:16:01.052
36062026-08-29T16:16:02.466ZDEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]reset freemapAug 29 16:16:01.052
36072026-08-29T16:16:02.466Z INFO adding route 172.17.0.25/32 -> 10.0.0.255
36082026-08-29T16:16:02.466Z, unit:Aug 29 16:16:01.052Aug 29 16:16:01.052 DEBG DEBGfreemap_route_ipv6replacing 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 } }]
36092026-08-29T16:16:02.466Z
36102026-08-29T16:16:02.466Z Aug 29 16:16:01.052replacing 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 } }]
36112026-08-29T16:16:02.467ZINFO Aug 29 16:16:01.052Aug 29 16:16:01.052 adding route 172.16.0.0/32 -> 10.0.0.2INFO
36122026-08-29T16:16:02.467ZINFOAug 29 16:16:01.052 adding route 172.17.0.26/32 -> 10.0.0.255 INFOadding route 172.16.0.0/32 -> 10.0.0.1
36132026-08-29T16:16:02.467Zadding route 172.17.0.18/32 -> 10.0.0.255
36142026-08-29T16:16:02.467Z
36152026-08-29T16:16:02.467ZAug 29 16:16:01.052Aug 29 16:16:01.052 Aug 29 16:16:01.052 DEBGDEBG Aug 29 16:16:01.052replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.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 } }]
36162026-08-29T16:16:02.467ZDEBGDEBG
36172026-08-29T16:16:02.467Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 } }]
36182026-08-29T16:16:02.467ZAug 29 16:16:01.052
36192026-08-29T16:16:02.467Z INFO adding route 172.16.0.0/32 -> 10.0.0.2
36202026-08-29T16:16:02.467ZAug 29 16:16:01.052Aug 29 16:16:01.052 INFOAug 29 16:16:01.052INFO adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.19/32 -> 10.0.0.255
36212026-08-29T16:16:02.468Z
36222026-08-29T16:16:02.468ZAug 29 16:16:01.052DEBG 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.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 } }]
36232026-08-29T16:16:02.468ZAug 29 16:16:01.052Aug 29 16:16:01.052
36242026-08-29T16:16:02.468Z 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.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 } }]
36252026-08-29T16:16:02.468ZAug 29 16:16:01.052
36262026-08-29T16:16:02.468Z INFO adding route 172.16.0.0/32 -> 10.0.0.3Aug 29 16:16:01.052
36272026-08-29T16:16:02.468Z INFO adding route 172.17.0.28/32 -> 10.0.0.255
36282026-08-29T16:16:02.468ZAug 29 16:16:01.052 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 29 16:16:01.052Aug 29 16:16:01.052 INFODEBG
36292026-08-29T16:16:02.468Zadding route 172.17.0.20/32 -> 10.0.0.255
36302026-08-29T16:16:02.468Zreplacing 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 } }]
36312026-08-29T16:16:02.468ZAug 29 16:16:01.052 INFO Aug 29 16:16:01.052adding route 172.16.0.0/32 -> 10.0.0.4
36322026-08-29T16:16:02.468ZINFO adding route 172.17.0.29/32 -> 10.0.0.255Aug 29 16:16:01.052
36332026-08-29T16:16:02.468Z Aug 29 16:16:01.052DEBG DEBGreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 29 16:16:01.052
36342026-08-29T16:16:02.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.1, vlan_id: None } }, NextHop { asic_port_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
36352026-08-29T16:16:02.469Z 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 } }]
36362026-08-29T16:16:02.469ZAug 29 16:16:01.052 Aug 29 16:16:01.052DEBG 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.3, vlan_id: None } }]
36372026-08-29T16:16:02.469Zadding route 172.17.0.30/32 -> 10.0.0.255Aug 29 16:16:01.052
36382026-08-29T16:16:02.469Z INFO adding route 172.17.0.21/32 -> 10.0.0.255
36392026-08-29T16:16:02.469ZAug 29 16:16:01.052 DEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:16:01.052
36402026-08-29T16:16:02.469ZDEBG 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 } }]
36412026-08-29T16:16:02.469Z Aug 29 16:16:01.052adding route 172.17.0.19/32 -> 10.0.0.255 INFO
36422026-08-29T16:16:02.469ZAug 29 16:16:01.052 adding route 172.17.0.31/32 -> 10.0.0.255INFO
36432026-08-29T16:16:02.469Z adding route 172.17.0.22/32 -> 10.0.0.255
36442026-08-29T16:16:02.469ZAug 29 16:16:01.052 DEBGAug 29 16:16:01.052 Aug 29 16:16:01.052DEBG 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 } }]
36452026-08-29T16:16:02.469Zreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
36462026-08-29T16:16:02.469Z
36472026-08-29T16:16:02.470ZAug 29 16:16:01.052Aug 29 16:16:01.052 Aug 29 16:16:01.052INFO INFOadding route 172.17.0.20/32 -> 10.0.0.255 INFO
36482026-08-29T16:16:02.470Z adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.32/32 -> 10.0.0.255
36492026-08-29T16:16:02.470Z
36502026-08-29T16:16:02.470ZAug 29 16:16:01.052 DEBGAug 29 16:16:01.052 replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
36512026-08-29T16:16:02.470Z 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 29 16:16:01.052
36522026-08-29T16:16:02.470Z DEBGAug 29 16:16:01.052 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 } }]INFOAug 29 16:16:01.052
36532026-08-29T16:16:02.470Zadding route 172.17.0.21/32 -> 10.0.0.255
36542026-08-29T16:16:02.470ZINFO adding route 172.17.0.24/32 -> 10.0.0.255
36552026-08-29T16:16:02.470ZAug 29 16:16:01.052 Aug 29 16:16:01.052INFOAug 29 16:16:01.052 DEBGDEBG adding route 172.17.0.33/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 } }]
36562026-08-29T16:16:02.470Z
36572026-08-29T16:16:02.472Zreplacing 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 } }]
36582026-08-29T16:16:02.472ZAug 29 16:16:01.052Aug 29 16:16:01.052 Aug 29 16:16:01.052INFO adding route 172.17.0.25/32 -> 10.0.0.255INFODEBG
36592026-08-29T16:16:02.472Z adding route 172.17.0.22/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 } }]
36602026-08-29T16:16:02.472Z
36612026-08-29T16:16:02.472ZAug 29 16:16:01.052Aug 29 16:16:01.052 DEBGDEBGAug 29 16:16:01.052 replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
36622026-08-29T16:16:02.472Z
36632026-08-29T16:16:02.474ZINFO adding route 172.17.0.34/32 -> 10.0.0.255
36642026-08-29T16:16:02.474ZAug 29 16:16:01.052Aug 29 16:16:01.052 Aug 29 16:16:01.052INFOINFO adding route 172.17.0.23/32 -> 10.0.0.255
36652026-08-29T16:16:02.474ZDEBG adding route 172.17.0.26/32 -> 10.0.0.255replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36662026-08-29T16:16:02.474Z
36672026-08-29T16:16:02.474ZAug 29 16:16:01.052 DEBG Aug 29 16:16:01.052replacing 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 } }]
36682026-08-29T16:16:02.474ZAug 29 16:16:01.052INFO DEBGadding route 172.17.0.35/32 -> 10.0.0.255
36692026-08-29T16:16:02.474ZAug 29 16:16:01.052replacing 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 } }]
36702026-08-29T16:16:02.474ZINFO adding route 172.17.0.24/32 -> 10.0.0.255
36712026-08-29T16:16:02.474ZAug 29 16:16:01.052Aug 29 16:16:01.052 Aug 29 16:16:01.052DEBG INFODEBG adding route 172.17.0.27/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 } }]
36722026-08-29T16:16:02.474Z
36732026-08-29T16:16:02.474Zreplacing 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 } }]
36742026-08-29T16:16:02.474ZAug 29 16:16:01.052Aug 29 16:16:01.052Aug 29 16:16:01.052 INFODEBG adding route 172.17.0.25/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 } }]
36752026-08-29T16:16:02.474Z
36762026-08-29T16:16:02.474Z INFO adding route 172.17.0.36/32 -> 10.0.0.255Aug 29 16:16:01.052Aug 29 16:16:01.052
36772026-08-29T16:16:02.474ZDEBGINFO 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.28/32 -> 10.0.0.255
36782026-08-29T16:16:02.474ZAug 29 16:16:01.052
36792026-08-29T16:16:02.475Z DEBG Aug 29 16:16:01.052replacing 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 29 16:16:01.052
36802026-08-29T16:16:02.475ZINFO adding route 172.17.0.26/32 -> 10.0.0.255
36812026-08-29T16:16:02.475ZAug 29 16:16:01.052 DEBG created new freemapAug 29 16:16:01.064, unitDEBG: 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 } }]freemap_route_ipv4
36822026-08-29T16:16:02.475Z
36832026-08-29T16:16:02.475ZAug 29 16:16:01.064Aug 29 16:16:01.064 DEBGINFO created new freemap, unitadding route 172.17.0.27/32 -> 10.0.0.255:
36842026-08-29T16:16:02.475Z freemap_route_ipv6
36852026-08-29T16:16:02.475ZAug 29 16:16:01.052Aug 29 16:16:01.064 DEBGINFO initted freemap. size: 64adding route 172.17.0.37/32 -> 10.0.0.255, Aug 29 16:16:01.064
36862026-08-29T16:16:02.475Zunit :DEBG freemap_route_ipv4
36872026-08-29T16:16:02.480Zreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36882026-08-29T16:16:02.480ZAug 29 16:16:01.064Aug 29 16:16:01.064 DEBGINFO 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 29 16:16:01.064
36892026-08-29T16:16:02.480Zadding route 172.17.0.28/32 -> 10.0.0.255 DEBG
36902026-08-29T16:16:02.480Z reset freemapAug 29 16:16:01.064, unitINFO: adding route 172.17.0.38/32 -> 10.0.0.255freemap_route_ipv4
36912026-08-29T16:16:02.480Z
36922026-08-29T16:16:02.480ZAug 29 16:16:01.064 DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:16:01.064
36932026-08-29T16:16:02.480Z DEBGAug 29 16:16:01.064 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 } }]DEBGAug 29 16:16:01.064
36942026-08-29T16:16:02.480Z initted freemap. size: 64INFO, unitadding route 172.17.0.29/32 -> 10.0.0.255:Aug 29 16:16:01.064
36952026-08-29T16:16:02.480Zfreemap_route_ipv6
36962026-08-29T16:16:02.480ZINFO adding route 172.17.0.39/32 -> 10.0.0.255
36972026-08-29T16:16:02.481ZAug 29 16:16:01.064 DEBGAug 29 16:16:01.064 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 } }]DEBG
36982026-08-29T16:16:02.481Z Aug 29 16:16:01.064replacing 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 } }]
36992026-08-29T16:16:02.481ZDEBGAug 29 16:16:01.064 reset freemapINFO , adding route 172.17.0.30/32 -> 10.0.0.255unit
37002026-08-29T16:16:02.481ZAug 29 16:16:01.064: INFOfreemap_route_ipv6
37012026-08-29T16:16:02.481Zadding route 172.17.0.40/32 -> 10.0.0.255
37022026-08-29T16:16:02.481ZAug 29 16:16:01.064 DEBGAug 29 16:16:01.064 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
37032026-08-29T16:16:02.481Z Aug 29 16:16:01.064 replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
37042026-08-29T16:16:02.481Z
37052026-08-29T16:16:02.481ZAug 29 16:16:01.064
37062026-08-29T16:16:02.481Z INFO Aug 29 16:16:01.064adding route 172.17.0.31/32 -> 10.0.0.255 Aug 29 16:16:01.064
37072026-08-29T16:16:02.481ZAug 29 16:16:01.064INFO adding route 172.17.0.41/32 -> 10.0.0.255
37082026-08-29T16:16:02.481ZDEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 29 16:16:01.064adding route 172.17.0.29/32 -> 10.0.0.255
37092026-08-29T16:16:02.481Z
37102026-08-29T16:16:02.481ZDEBGAug 29 16:16:01.064 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 29 16:16:01.064
37112026-08-29T16:16:02.481Z DEBGDEBGAug 29 16:16:01.064 replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
37122026-08-29T16:16:02.483ZINFO
37132026-08-29T16:16:02.483Zadding route 172.16.0.0/32 -> 10.0.0.2Aug 29 16:16:01.064
37142026-08-29T16:16:02.483Z INFOAug 29 16:16:01.064 Aug 29 16:16:01.064INFO Aug 29 16:16:01.064 adding route 172.17.0.32/32 -> 10.0.0.255INFO
37152026-08-29T16:16:02.483Zadding route 172.17.0.30/32 -> 10.0.0.255
37162026-08-29T16:16:02.483Zadding route 172.17.0.42/32 -> 10.0.0.255
37172026-08-29T16:16:02.483ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 29 16:16:01.064Aug 29 16:16:01.064Aug 29 16:16:01.064
37182026-08-29T16:16:02.483Z DEBGDEBG DEBGreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 29 16:16:01.064
37192026-08-29T16:16:02.483Z
37202026-08-29T16:16:02.483Z INFO replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255Aug 29 16:16:01.064
37212026-08-29T16:16:02.484Z
37222026-08-29T16:16:02.484Z INFO adding route 172.17.0.31/32 -> 10.0.0.255
37232026-08-29T16:16:02.484ZAug 29 16:16:01.064Aug 29 16:16:01.064 DEBGAug 29 16:16:01.064 Aug 29 16:16:01.064INFO 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
37242026-08-29T16:16:02.484Zadding route 172.17.0.33/32 -> 10.0.0.255 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 } }]
37252026-08-29T16:16:02.484Z
37262026-08-29T16:16:02.484ZAug 29 16:16:01.064 INFO adding route 172.17.0.1/32 -> 10.0.0.255Aug 29 16:16:01.064
37272026-08-29T16:16:02.484Z Aug 29 16:16:01.064INFOadding route 172.17.0.43/32 -> 10.0.0.255 adding route 172.17.0.32/32 -> 10.0.0.255
37282026-08-29T16:16:02.484Z
37292026-08-29T16:16:02.484ZAug 29 16:16:01.064DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
37302026-08-29T16:16:02.484ZAug 29 16:16:01.064Aug 29 16:16:01.064 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 } }] 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 } }]
37312026-08-29T16:16:02.484ZDEBG
37322026-08-29T16:16:02.484Z 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 } }]
37332026-08-29T16:16:02.484ZAug 29 16:16:01.064 Aug 29 16:16:01.064Aug 29 16:16:01.064INFOAug 29 16:16:01.064 INFO INFOadding route 172.17.0.2/32 -> 10.0.0.255 INFO
37342026-08-29T16:16:02.484Z adding route 172.17.0.33/32 -> 10.0.0.255adding route 172.17.0.44/32 -> 10.0.0.255
37352026-08-29T16:16:02.484Z
37362026-08-29T16:16:02.484Z adding route 172.17.0.34/32 -> 10.0.0.255
37372026-08-29T16:16:02.484ZAug 29 16:16:01.064Aug 29 16:16:01.064Aug 29 16:16:01.064 DEBG DEBGreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37382026-08-29T16:16:02.484ZDEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 29 16:16:01.064
37392026-08-29T16:16:02.484Z
37402026-08-29T16:16:02.484ZAug 29 16:16:01.064DEBG INFO adding route 172.17.0.45/32 -> 10.0.0.255replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:16:01.064
37412026-08-29T16:16:02.484ZAug 29 16:16:01.064 INFO
37422026-08-29T16:16:02.484ZINFO Aug 29 16:16:01.064 adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.3/32 -> 10.0.0.255
37432026-08-29T16:16:02.486Z
37442026-08-29T16:16:02.486ZDEBG 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 } }]
37452026-08-29T16:16:02.486ZAug 29 16:16:01.064Aug 29 16:16:01.064 Aug 29 16:16:01.064DEBG INFO Aug 29 16:16:01.064replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
37462026-08-29T16:16:02.486Z INFO replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255
37472026-08-29T16:16:02.486Z
37482026-08-29T16:16:02.486Z
37492026-08-29T16:16:02.488ZAug 29 16:16:01.064 INFO adding route 172.17.0.35/32 -> 10.0.0.255Aug 29 16:16:01.064
37502026-08-29T16:16:02.488ZAug 29 16:16:01.064 Aug 29 16:16:01.064DEBG 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 } }]INFO
37512026-08-29T16:16:02.488Z Aug 29 16:16:01.064 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.4/32 -> 10.0.0.255DEBG
37522026-08-29T16:16:02.488Z 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 } }]
37532026-08-29T16:16:02.488Z
37542026-08-29T16:16:02.488ZAug 29 16:16:01.064 INFOAug 29 16:16:01.064 Aug 29 16:16:01.064Aug 29 16:16:01.064 adding route 172.17.0.47/32 -> 10.0.0.255DEBGINFO
37552026-08-29T16:16:02.488Z 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
37562026-08-29T16:16:02.488Ztest route::tests::delete_targets_full ... ok
37572026-08-29T16:16:02.488Z adding route 172.17.0.36/32 -> 10.0.0.255
37582026-08-29T16:16:02.488Zadding route 172.17.0.36/32 -> 10.0.0.255Aug 29 16:16:01.064
37592026-08-29T16:16:02.488ZAug 29 16:16:01.064 DEBG Aug 29 16:16:01.064replacing 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
37602026-08-29T16:16:02.491ZDEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:16:01.064 Aug 29 16:16:01.064
37612026-08-29T16:16:02.491Z adding route 172.17.0.5/32 -> 10.0.0.255INFO
37622026-08-29T16:16:02.491Z adding route 172.17.0.48/32 -> 10.0.0.255DEBG
37632026-08-29T16:16:02.491Z replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:16:01.064
37642026-08-29T16:16:02.491Z Aug 29 16:16:01.064DEBG Aug 29 16:16:01.064replacing 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
37652026-08-29T16:16:02.491ZAug 29 16:16:01.064 adding route 172.17.0.37/32 -> 10.0.0.255
37662026-08-29T16:16:02.491ZDEBG Aug 29 16:16:01.064INFO 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 29 16:16:01.064INFO
37672026-08-29T16:16:02.491Z adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.6/32 -> 10.0.0.255
37682026-08-29T16:16:02.491Z
37692026-08-29T16:16:02.491ZAug 29 16:16:01.064DEBG INFOreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37702026-08-29T16:16:02.491ZAug 29 16:16:01.064adding route 172.17.0.49/32 -> 10.0.0.255
37712026-08-29T16:16:02.491ZAug 29 16:16:01.064DEBGAug 29 16:16:01.064 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 } }]
37722026-08-29T16:16:02.492Z DEBGAug 29 16:16:01.064INFO DEBGAug 29 16:16:01.064 adding route 172.17.0.38/32 -> 10.0.0.255replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37732026-08-29T16:16:02.492Z
37742026-08-29T16:16:02.492Z 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 } }]INFO
37752026-08-29T16:16:02.492ZAug 29 16:16:01.064 Aug 29 16:16:01.064adding route 172.17.0.7/32 -> 10.0.0.255 DEBG
37762026-08-29T16:16:02.492Z 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 } }]
37772026-08-29T16:16:02.492Zadding route 172.17.0.50/32 -> 10.0.0.255Aug 29 16:16:01.064
37782026-08-29T16:16:02.492ZAug 29 16:16:01.064 INFODEBG Aug 29 16:16:01.064Aug 29 16:16:01.064 INFODEBG adding route 172.17.0.38/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 } }]
37792026-08-29T16:16:02.492Z
37802026-08-29T16:16:02.492Zreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.39/32 -> 10.0.0.255
37812026-08-29T16:16:02.492Z
37822026-08-29T16:16:02.492ZAug 29 16:16:01.064 DEBGAug 29 16:16:01.064Aug 29 16:16:01.064 Aug 29 16:16:01.064INFO DEBG adding route 172.17.0.51/32 -> 10.0.0.255
37832026-08-29T16:16:02.492ZINFOreplacing 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.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 } }]
37842026-08-29T16:16:02.492Z
37852026-08-29T16:16:02.492Z adding route 172.17.0.8/32 -> 10.0.0.255Aug 29 16:16:01.064
37862026-08-29T16:16:02.492Z Aug 29 16:16:01.064 Aug 29 16:16:01.064INFODEBGAug 29 16:16:01.064 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
37872026-08-29T16:16:02.497Z replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.39/32 -> 10.0.0.255Aug 29 16:16:01.064INFO
37882026-08-29T16:16:02.497Z INFO
37892026-08-29T16:16:02.497Z adding route 172.17.0.40/32 -> 10.0.0.255Aug 29 16:16:01.064
37902026-08-29T16:16:02.497Z adding route 172.17.0.52/32 -> 10.0.0.255 Aug 29 16:16:01.064INFO
37912026-08-29T16:16:02.498Z DEBG Aug 29 16:16:01.064 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 29 16:16:01.064DEBG adding route 172.17.0.9/32 -> 10.0.0.255DEBG 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.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 } }]
37922026-08-29T16:16:02.498Z
37932026-08-29T16:16:02.498Z
37942026-08-29T16:16:02.498Z
37952026-08-29T16:16:02.498ZAug 29 16:16:01.064Aug 29 16:16:01.064Aug 29 16:16:01.064 INFOINFOAug 29 16:16:01.064 INFO adding route 172.17.0.53/32 -> 10.0.0.255 DEBG
37962026-08-29T16:16:02.498Z adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.40/32 -> 10.0.0.255
37972026-08-29T16:16:02.498Zreplacing 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 } }]
37982026-08-29T16:16:02.498Z
37992026-08-29T16:16:02.498ZAug 29 16:16:01.064 DEBGAug 29 16:16:01.064Aug 29 16:16:01.064 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 } }]
38002026-08-29T16:16:02.498ZDEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
38012026-08-29T16:16:02.498ZAug 29 16:16:01.064Aug 29 16:16:01.064 adding route 172.17.0.10/32 -> 10.0.0.255
38022026-08-29T16:16:02.498ZAug 29 16:16:01.082 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 } }]DEBG
38032026-08-29T16:16:02.498Z 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 } }]
38042026-08-29T16:16:02.498ZAug 29 16:16:01.082Aug 29 16:16:01.082 INFOINFO Aug 29 16:16:01.082adding route 172.17.0.11/32 -> 10.0.0.255 INFO
38052026-08-29T16:16:02.498Z adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255
38062026-08-29T16:16:02.499Z
38072026-08-29T16:16:02.499ZAug 29 16:16:01.082Aug 29 16:16:01.082 DEBGDEBG Aug 29 16:16:01.082replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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
38082026-08-29T16:16:02.499Z
38092026-08-29T16:16:02.499Zreplacing 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 } }]
38102026-08-29T16:16:02.499ZAug 29 16:16:01.082Aug 29 16:16:01.082 INFOINFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255
38112026-08-29T16:16:02.499Z
38122026-08-29T16:16:02.500ZAug 29 16:16:01.082 INFOAug 29 16:16:01.082INFO adding route 172.17.0.54/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255
38132026-08-29T16:16:02.500Z
38142026-08-29T16:16:02.500ZAug 29 16:16:01.082 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 } }]
38152026-08-29T16:16:02.500ZAug 29 16:16:01.082replacing 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 } }]
38162026-08-29T16:16:02.500ZDEBG Aug 29 16:16:01.082replacing 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 29 16:16:01.082
38172026-08-29T16:16:02.500Z INFO DEBG adding route 172.17.0.13/32 -> 10.0.0.255Aug 29 16:16:01.082
38182026-08-29T16:16:02.500Z replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
38192026-08-29T16:16:02.500Zadding route 172.17.0.44/32 -> 10.0.0.255Aug 29 16:16:01.082Aug 29 16:16:01.082
38202026-08-29T16:16:02.500Z INFODEBGAug 29 16:16:01.082 Aug 29 16:16:01.082adding route 172.17.0.43/32 -> 10.0.0.255 INFODEBG 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.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 } }]
38212026-08-29T16:16:02.500Z
38222026-08-29T16:16:02.500Z
38232026-08-29T16:16:02.500Zadding route 172.17.0.55/32 -> 10.0.0.255
38242026-08-29T16:16:02.500ZAug 29 16:16:01.082Aug 29 16:16:01.082Aug 29 16:16:01.082 Aug 29 16:16:01.082INFO INFO adding route 172.17.0.14/32 -> 10.0.0.255DEBG
38252026-08-29T16:16:02.500Z 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.45/32 -> 10.0.0.255
38262026-08-29T16:16:02.500Z
38272026-08-29T16:16:02.500ZDEBG Aug 29 16:16:01.082replacing 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 29 16:16:01.082 DEBGAug 29 16:16:01.082
38282026-08-29T16:16:02.500Zreplacing 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
38292026-08-29T16:16:02.500Z DEBGadding route 172.17.0.56/32 -> 10.0.0.255
38302026-08-29T16:16:02.500Zreplacing 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 29 16:16:01.082Aug 29 16:16:01.082
38312026-08-29T16:16:02.500Z INFO Aug 29 16:16:01.082adding route 172.17.0.15/32 -> 10.0.0.255
38322026-08-29T16:16:02.500ZDEBGAug 29 16:16:01.082INFO 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 29 16:16:01.082adding route 172.17.0.46/32 -> 10.0.0.255
38332026-08-29T16:16:02.500Z DEBG
38342026-08-29T16:16:02.500Zadding route 172.17.0.44/32 -> 10.0.0.255
38352026-08-29T16:16:02.500ZAug 29 16:16:01.082replacing 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
38362026-08-29T16:16:02.500ZAug 29 16:16:01.082 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 29 16:16:01.082
38372026-08-29T16:16:02.500ZINFO DEBGadding route 172.17.0.57/32 -> 10.0.0.255Aug 29 16:16:01.082
38382026-08-29T16:16:02.500Z Aug 29 16:16:01.082replacing 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 } }] INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255
38392026-08-29T16:16:02.501Z
38402026-08-29T16:16:02.501ZAug 29 16:16:01.082
38412026-08-29T16:16:02.502Z DEBGAug 29 16:16:01.082 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 29 16:16:01.082
38422026-08-29T16:16:02.502Z DEBG Aug 29 16:16:01.082DEBGreplacing 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 } }]
38432026-08-29T16:16:02.502Z Aug 29 16:16:01.082replacing 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 } }] INFOINFO
38442026-08-29T16:16:02.502Z adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255
38452026-08-29T16:16:02.502ZAug 29 16:16:01.082
38462026-08-29T16:16:02.502ZAug 29 16:16:01.082 INFOINFOAug 29 16:16:01.082 adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255
38472026-08-29T16:16:02.502Z
38482026-08-29T16:16:02.502Z DEBG Aug 29 16:16:01.082replacing 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 } }]
38492026-08-29T16:16:02.502ZDEBGAug 29 16:16:01.082Aug 29 16:16:01.082 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
38502026-08-29T16:16:02.502Z 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 } }]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 } }]
38512026-08-29T16:16:02.502Z
38522026-08-29T16:16:02.502ZAug 29 16:16:01.082 Aug 29 16:16:01.082INFO INFOAug 29 16:16:01.082Aug 29 16:16:01.082adding route 172.17.0.46/32 -> 10.0.0.255 INFOadding route 172.17.0.59/32 -> 10.0.0.255 INFOadding route 172.17.0.49/32 -> 10.0.0.255
38532026-08-29T16:16:02.502Z
38542026-08-29T16:16:02.502Z
38552026-08-29T16:16:02.503Zadding route 172.17.0.18/32 -> 10.0.0.255
38562026-08-29T16:16:02.503Ztest route::tests::delete_target_fragmented ... ok
38572026-08-29T16:16:02.503ZAug 29 16:16:01.082Aug 29 16:16:01.082Aug 29 16:16:01.082 DEBGAug 29 16:16:01.082 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 } }]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 } }]
38582026-08-29T16:16:02.503Z
38592026-08-29T16:16:02.503ZDEBGDEBG 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 } }]
38602026-08-29T16:16:02.503Ztest route::tests::delete_targets_fragmented ... ok
38612026-08-29T16:16:02.503Zreplacing 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 29 16:16:01.082
38622026-08-29T16:16:02.503Z Aug 29 16:16:01.082INFOAug 29 16:16:01.082 adding route 172.17.0.50/32 -> 10.0.0.255
38632026-08-29T16:16:02.503ZINFOINFO adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255Aug 29 16:16:01.082
38642026-08-29T16:16:02.504Z DEBG
38652026-08-29T16:16:02.504Zreplacing 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 29 16:16:01.082
38662026-08-29T16:16:02.504Z INFO Aug 29 16:16:01.082adding route 172.17.0.47/32 -> 10.0.0.255Aug 29 16:16:01.082
38672026-08-29T16:16:02.504Z Aug 29 16:16:01.082DEBG INFO adding route 172.17.0.51/32 -> 10.0.0.255replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38682026-08-29T16:16:02.504Z
38692026-08-29T16:16:02.504ZDEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:16:01.082
38702026-08-29T16:16:02.504Z Aug 29 16:16:01.082DEBGAug 29 16:16:01.082 INFODEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
38712026-08-29T16:16:02.504Z
38722026-08-29T16:16:02.505Z adding route 172.17.0.20/32 -> 10.0.0.255
38732026-08-29T16:16:02.505ZAug 29 16:16:01.082 Aug 29 16:16:01.082Aug 29 16:16:01.082 Aug 29 16:16:01.082INFO DEBGadding route 172.17.0.52/32 -> 10.0.0.255
38742026-08-29T16:16:02.505ZINFOreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
38752026-08-29T16:16:02.505Z Aug 29 16:16:01.082 adding route 172.17.0.48/32 -> 10.0.0.255DEBG
38762026-08-29T16:16:02.505Zfailed to allocate space for the new target list Aug 29 16:16:01.082replacing 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 } }]
38772026-08-29T16:16:02.505Z
38782026-08-29T16:16:02.505ZINFO adding route 172.17.0.21/32 -> 10.0.0.255Aug 29 16:16:01.082
38792026-08-29T16:16:02.505Z DEBGAug 29 16:16:01.082 Aug 29 16:16:01.082replacing 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 } }]
38802026-08-29T16:16:02.505ZAug 29 16:16:01.082DEBG INFOreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 29 16:16:01.082adding route 172.17.0.53/32 -> 10.0.0.255
38812026-08-29T16:16:02.505Z
38822026-08-29T16:16:02.505Z INFODEBG Aug 29 16:16:01.082adding route 172.17.0.49/32 -> 10.0.0.255Aug 29 16:16:01.082 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFO
38832026-08-29T16:16:02.505Z DEBG
38842026-08-29T16:16:02.505Z adding route 172.17.0.22/32 -> 10.0.0.255replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38852026-08-29T16:16:02.505Z
38862026-08-29T16:16:02.505ZAug 29 16:16:01.082Aug 29 16:16:01.082 Aug 29 16:16:01.082DEBG INFOreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38872026-08-29T16:16:02.511ZDEBG adding route 172.17.0.54/32 -> 10.0.0.255replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38882026-08-29T16:16:02.511Z
38892026-08-29T16:16:02.511ZAug 29 16:16:01.082 INFO Aug 29 16:16:01.082Aug 29 16:16:01.082adding route 172.17.0.23/32 -> 10.0.0.255 DEBGINFO
38902026-08-29T16:16:02.511Z replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255
38912026-08-29T16:16:02.511Z
38922026-08-29T16:16:02.511ZAug 29 16:16:01.082 Aug 29 16:16:01.082DEBG Aug 29 16:16:01.082INFO DEBGreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.55/32 -> 10.0.0.255
38932026-08-29T16:16:02.511Z
38942026-08-29T16:16:02.511Z 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 } }]
38952026-08-29T16:16:02.511ZAug 29 16:16:01.082Aug 29 16:16:01.082 Aug 29 16:16:01.082INFODEBG INFOreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38962026-08-29T16:16:02.511Z adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255
38972026-08-29T16:16:02.511Z
38982026-08-29T16:16:02.511ZAug 29 16:16:01.082 Aug 29 16:16:01.082INFO Aug 29 16:16:01.082DEBGadding route 172.17.0.56/32 -> 10.0.0.255 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 } }]
38992026-08-29T16:16:02.511Zreplacing 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 } }]
39002026-08-29T16:16:02.511Z
39012026-08-29T16:16:02.511ZAug 29 16:16:01.082Aug 29 16:16:01.082Aug 29 16:16:01.082 INFODEBG adding route 172.17.0.25/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 } }]
39022026-08-29T16:16:02.513Z
39032026-08-29T16:16:02.513ZINFO adding route 172.17.0.52/32 -> 10.0.0.255
39042026-08-29T16:16:02.513ZAug 29 16:16:01.082 Aug 29 16:16:01.082DEBG Aug 29 16:16:01.082 INFO 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 } }] DEBGadding route 172.17.0.57/32 -> 10.0.0.255
39052026-08-29T16:16:02.513Zreplacing 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 } }]
39062026-08-29T16:16:02.513Z
39072026-08-29T16:16:02.513ZAug 29 16:16:01.082 DEBGAug 29 16:16:01.082Aug 29 16:16:01.082 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 } }]INFO
39082026-08-29T16:16:02.513Z adding route 172.17.0.53/32 -> 10.0.0.255adding route 172.17.0.26/32 -> 10.0.0.255
39092026-08-29T16:16:02.513Z
39102026-08-29T16:16:02.513ZAug 29 16:16:01.082 INFOAug 29 16:16:01.082Aug 29 16:16:01.082 adding route 172.17.0.58/32 -> 10.0.0.255DEBG
39112026-08-29T16:16:02.513Zreplacing 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
39122026-08-29T16:16:02.513Z 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 } }]
39132026-08-29T16:16:02.513ZAug 29 16:16:01.082 Aug 29 16:16:01.082DEBG Aug 29 16:16:01.082INFO 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 } }]
39142026-08-29T16:16:02.513Zadding route 172.17.0.27/32 -> 10.0.0.255INFO
39152026-08-29T16:16:02.513Zadding route 172.17.0.54/32 -> 10.0.0.255
39162026-08-29T16:16:02.513ZAug 29 16:16:01.082Aug 29 16:16:01.082 Aug 29 16:16:01.082INFO DEBG adding route 172.17.0.59/32 -> 10.0.0.255 DEBG
39172026-08-29T16:16:02.513Zreplacing 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 } }]
39182026-08-29T16:16:02.514Zreplacing 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 } }]
39192026-08-29T16:16:02.514ZAug 29 16:16:01.082 DEBGAug 29 16:16:01.082 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
39202026-08-29T16:16:02.514ZAug 29 16:16:01.082 adding route 172.17.0.28/32 -> 10.0.0.255INFO
39212026-08-29T16:16:02.514ZAug 29 16:16:01.082 adding route 172.17.0.55/32 -> 10.0.0.255
39222026-08-29T16:16:02.514ZAug 29 16:16:01.096 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 } }]
39232026-08-29T16:16:02.514ZAug 29 16:16:01.096 Aug 29 16:16:01.096DEBG INFOreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39242026-08-29T16:16:02.514Zadding route 172.17.0.29/32 -> 10.0.0.255
39252026-08-29T16:16:02.514Z Aug 29 16:16:01.096INFO Aug 29 16:16:01.096INFO DEBG adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255
39262026-08-29T16:16:02.514Z
39272026-08-29T16:16:02.514Zreplacing 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 } }]
39282026-08-29T16:16:02.514ZAug 29 16:16:01.096Aug 29 16:16:01.096 DEBGAug 29 16:16:01.096 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 } }]
39292026-08-29T16:16:02.514ZDEBG adding route 172.17.0.30/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 } }]
39302026-08-29T16:16:02.514Z
39312026-08-29T16:16:02.514ZAug 29 16:16:01.096 INFO Aug 29 16:16:01.096Aug 29 16:16:01.096 adding route 172.17.0.57/32 -> 10.0.0.255 DEBGDEBG
39322026-08-29T16:16:02.514Z failed to allocate space for the new target listreplacing 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 } }]
39332026-08-29T16:16:02.516Z
39342026-08-29T16:16:02.517ZAug 29 16:16:01.096 DEBGAug 29 16:16:01.096Aug 29 16:16:01.096 INFOreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39352026-08-29T16:16:02.517ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.31/32 -> 10.0.0.255
39362026-08-29T16:16:02.517Z
39372026-08-29T16:16:02.517ZAug 29 16:16:01.096 INFO adding route 172.17.0.58/32 -> 10.0.0.255Aug 29 16:16:01.096
39382026-08-29T16:16:02.517Z 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 } }]
39392026-08-29T16:16:02.517ZAug 29 16:16:01.096 DEBG Aug 29 16:16:01.096replacing 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 } }]
39402026-08-29T16:16:02.517ZINFO adding route 172.17.0.32/32 -> 10.0.0.255
39412026-08-29T16:16:02.517ZAug 29 16:16:01.096 INFOAug 29 16:16:01.096 adding route 172.17.0.59/32 -> 10.0.0.255DEBG
39422026-08-29T16:16:02.517Z replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39432026-08-29T16:16:02.517ZAug 29 16:16:01.096 Aug 29 16:16:01.096DEBG 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 } }]
39442026-08-29T16:16:02.517Zadding route 172.17.0.33/32 -> 10.0.0.255
39452026-08-29T16:16:02.517ZAug 29 16:16:01.096 Aug 29 16:16:01.096INFO DEBGadding route 172.17.0.60/32 -> 10.0.0.255
39462026-08-29T16:16:02.517Zreplacing 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 } }]
39472026-08-29T16:16:02.517ZAug 29 16:16:01.096Aug 29 16:16:01.096 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 } }]
39482026-08-29T16:16:02.517Z INFO adding route 172.17.0.34/32 -> 10.0.0.255
39492026-08-29T16:16:02.517ZAug 29 16:16:01.096Aug 29 16:16:01.096 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 } }]
39502026-08-29T16:16:02.517ZDEBG Aug 29 16:16:01.096failed to allocate space for the new target list
39512026-08-29T16:16:02.517Ztest route::tests::delete_target_full ... ok
39522026-08-29T16:16:02.517ZINFO adding route 172.17.0.35/32 -> 10.0.0.255
39532026-08-29T16:16:02.517ZAug 29 16:16:01.096 DEBGAug 29 16:16:01.096 replacing targets for 172.16.0.0/32 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
39542026-08-29T16:16:02.517Z
39552026-08-29T16:16:02.517Z 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 } }]
39562026-08-29T16:16:02.517ZAug 29 16:16:01.096 INFO adding route 172.17.0.36/32 -> 10.0.0.255
39572026-08-29T16:16:02.517Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s
39582026-08-29T16:16:02.517Z
39592026-08-29T16:16:02.517ZAug 29 16:16:01.096 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 } }]
39602026-08-29T16:16:02.518ZAug 29 16:16:01.096 INFO adding route 172.17.0.37/32 -> 10.0.0.255
39612026-08-29T16:16:02.518ZAug 29 16:16:01.096 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 } }]
39622026-08-29T16:16:02.518ZAug 29 16:16:01.096 INFO adding route 172.17.0.38/32 -> 10.0.0.255
39632026-08-29T16:16:02.518ZAug 29 16:16:01.096 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 } }]
39642026-08-29T16:16:02.518ZAug 29 16:16:01.096 INFO adding route 172.17.0.39/32 -> 10.0.0.255
39652026-08-29T16:16:02.518ZAug 29 16:16:01.096 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 } }]
39662026-08-29T16:16:02.518ZAug 29 16:16:01.096 INFO adding route 172.17.0.40/32 -> 10.0.0.255
39672026-08-29T16:16:02.518ZAug 29 16:16:01.096 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 } }]
39682026-08-29T16:16:02.518ZAug 29 16:16:01.096 INFO adding route 172.17.0.41/32 -> 10.0.0.255
39692026-08-29T16:16:02.518ZAug 29 16:16:01.096 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 } }]
39702026-08-29T16:16:02.518ZAug 29 16:16:01.096 INFO adding route 172.17.0.42/32 -> 10.0.0.255
39712026-08-29T16:16:02.518ZAug 29 16:16:01.096 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 } }]
39722026-08-29T16:16:02.519ZAug 29 16:16:01.096 INFO adding route 172.17.0.43/32 -> 10.0.0.255
39732026-08-29T16:16:02.519ZAug 29 16:16:01.096 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 } }]
39742026-08-29T16:16:02.519ZAug 29 16:16:01.096 INFO adding route 172.17.0.44/32 -> 10.0.0.255
39752026-08-29T16:16:02.519ZAug 29 16:16:01.096 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 } }]
39762026-08-29T16:16:02.519ZAug 29 16:16:01.096 INFO adding route 172.17.0.45/32 -> 10.0.0.255
39772026-08-29T16:16:02.519ZAug 29 16:16:01.096 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 } }]
39782026-08-29T16:16:02.519ZAug 29 16:16:01.096 INFO adding route 172.17.0.46/32 -> 10.0.0.255
39792026-08-29T16:16:02.519ZAug 29 16:16:01.096 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 } }]
39802026-08-29T16:16:02.519ZAug 29 16:16:01.096 INFO adding route 172.17.0.47/32 -> 10.0.0.255
39812026-08-29T16:16:02.519ZAug 29 16:16:01.096 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 } }]
39822026-08-29T16:16:02.519ZAug 29 16:16:01.109 INFO adding route 172.17.0.48/32 -> 10.0.0.255
39832026-08-29T16:16:02.519ZAug 29 16:16:01.109 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 } }]
39842026-08-29T16:16:02.519ZAug 29 16:16:01.109 INFO adding route 172.17.0.49/32 -> 10.0.0.255
39852026-08-29T16:16:02.519ZAug 29 16:16:01.109 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 } }]
39862026-08-29T16:16:02.519ZAug 29 16:16:01.109 INFO adding route 172.17.0.50/32 -> 10.0.0.255
39872026-08-29T16:16:02.524ZAug 29 16:16:01.109 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 } }]
39882026-08-29T16:16:02.524ZAug 29 16:16:01.109 INFO adding route 172.17.0.51/32 -> 10.0.0.255
39892026-08-29T16:16:02.524ZAug 29 16:16:01.109 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 } }]
39902026-08-29T16:16:02.524ZAug 29 16:16:01.109 INFO adding route 172.17.0.52/32 -> 10.0.0.255
39912026-08-29T16:16:02.524ZAug 29 16:16:01.109 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 } }]
39922026-08-29T16:16:02.524ZAug 29 16:16:01.109 INFO adding route 172.17.0.53/32 -> 10.0.0.255
39932026-08-29T16:16:02.524ZAug 29 16:16:01.109 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 } }]
39942026-08-29T16:16:02.524ZAug 29 16:16:01.109 INFO adding route 172.17.0.54/32 -> 10.0.0.255
39952026-08-29T16:16:02.524ZAug 29 16:16:01.109 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 } }]
39962026-08-29T16:16:02.524ZAug 29 16:16:01.109 INFO adding route 172.17.0.55/32 -> 10.0.0.255
39972026-08-29T16:16:02.525ZAug 29 16:16:01.109 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 } }]
39982026-08-29T16:16:02.525ZAug 29 16:16:01.109 INFO adding route 172.17.0.56/32 -> 10.0.0.255
39992026-08-29T16:16:02.525ZAug 29 16:16:01.109 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 } }]
40002026-08-29T16:16:02.525ZAug 29 16:16:01.109 INFO adding route 172.17.0.57/32 -> 10.0.0.255
40012026-08-29T16:16:02.525ZAug 29 16:16:01.109 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 } }]
40022026-08-29T16:16:02.525ZAug 29 16:16:01.109 INFO adding route 172.17.0.58/32 -> 10.0.0.255
40032026-08-29T16:16:02.525ZAug 29 16:16:01.109 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 } }]
40042026-08-29T16:16:02.525ZAug 29 16:16:01.109 INFO adding route 172.17.0.59/32 -> 10.0.0.255
40052026-08-29T16:16:02.525ZAug 29 16:16:01.109 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 } }]
40062026-08-29T16:16:02.525ZAug 29 16:16:01.109 INFO adding route 172.17.0.60/32 -> 10.0.0.255
40072026-08-29T16:16:02.525ZAug 29 16:16:01.109 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 } }]
40082026-08-29T16:16:02.525ZAug 29 16:16:01.109 INFO adding route 172.17.0.61/32 -> 10.0.0.255
40092026-08-29T16:16:02.525ZAug 29 16:16:01.109 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 } }]
40102026-08-29T16:16:02.525ZAug 29 16:16:01.109 INFO adding route 172.17.0.62/32 -> 10.0.0.255
40112026-08-29T16:16:02.525ZAug 29 16:16:01.109 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 } }]
40122026-08-29T16:16:02.525ZAug 29 16:16:01.109 DEBG failed to allocate space for the new target list
40132026-08-29T16:16:02.528ZAug 29 16:16:01.109 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 } }]
40142026-08-29T16:16:02.528Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-cc2fc6af86348c5b)
40152026-08-29T16:16:02.528Z
40162026-08-29T16:16:02.528Zrunning 0 tests
40172026-08-29T16:16:02.528Z
40182026-08-29T16:16:02.528Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40192026-08-29T16:16:02.528Z
40202026-08-29T16:16:02.528Z Running unittests src/lib.rs (target/debug/deps/dpd_api-129626530bed4535)
40212026-08-29T16:16:02.528Z
40222026-08-29T16:16:02.528Zrunning 0 tests
40232026-08-29T16:16:02.528Z
40242026-08-29T16:16:02.528Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40252026-08-29T16:16:02.530Z
40262026-08-29T16:16:02.530Z Running unittests src/lib.rs (target/debug/deps/dpd_client-afca5f5d515ce1a3)
40272026-08-29T16:16:02.530Z
40282026-08-29T16:16:02.530Zrunning 6 tests
40292026-08-29T16:16:02.530Ztest tests::test_full_lot_id_neither_present ... ok
40302026-08-29T16:16:02.530Ztest tests::test_full_lot_id_lotnum_only ... ok
40312026-08-29T16:16:02.530Ztest tests::test_full_lot_id_both_present ... ok
40322026-08-29T16:16:02.530Ztest tests::test_full_lot_id_lot_only ... ok
40332026-08-29T16:16:02.530Ztest tests::test_port_id_cmp ... ok
40342026-08-29T16:16:02.530Ztest tests::test_parse_client_port_id ... ok
40352026-08-29T16:16:02.530Z
40362026-08-29T16:16:02.530Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40372026-08-29T16:16:02.530Z
40382026-08-29T16:16:02.530Z Running tests/test_all.rs (target/debug/deps/test_all-ef53985cfe7a3a08)
40392026-08-29T16:16:02.530Z
40402026-08-29T16:16:02.530Zrunning 0 tests
40412026-08-29T16:16:02.530Z
40422026-08-29T16:16:02.530Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40432026-08-29T16:16:02.530Z
40442026-08-29T16:16:02.530Z Running unittests src/lib.rs (target/debug/deps/dpd_types-9a1ffdc1254bfaa8)
40452026-08-29T16:16:02.530Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-fbfe8a6c92a1a523)
40462026-08-29T16:16:02.530Z
40472026-08-29T16:16:02.531Zrunning 0 tests
40482026-08-29T16:16:02.531Z
40492026-08-29T16:16:02.531Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40502026-08-29T16:16:02.531Z
40512026-08-29T16:16:02.531Z
40522026-08-29T16:16:02.531Zrunning 15 tests
40532026-08-29T16:16:02.531Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
40542026-08-29T16:16:02.531Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
40552026-08-29T16:16:02.531Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
40562026-08-29T16:16:02.531Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
40572026-08-29T16:16:02.531Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
40582026-08-29T16:16:02.531Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
40592026-08-29T16:16:02.531Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
40602026-08-29T16:16:02.531Ztest v1::network::tests::test_equal ... ok
40612026-08-29T16:16:02.531Ztest v1::network::tests::test_eui64 ... ok
40622026-08-29T16:16:02.531Ztest v1::network::tests::test_not_equal ... ok
40632026-08-29T16:16:02.531Ztest v1::network::tests::test_into ... ok
40642026-08-29T16:16:02.531Ztest v1::port::tests::port_ids_are_ascii ... ok
40652026-08-29T16:16:02.532Ztest v1::network::tests::test_to_string ... ok
40662026-08-29T16:16:02.532Ztest v1::network::tests::test_parse ... ok
40672026-08-29T16:16:02.532Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
40682026-08-29T16:16:02.532Z
40692026-08-29T16:16:02.532Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40702026-08-29T16:16:02.532Z
40712026-08-29T16:16:02.532Z Running unittests src/lib.rs (target/debug/deps/packet-b7146b2a4ac94eed)
40722026-08-29T16:16:02.533Z
40732026-08-29T16:16:02.533Zrunning 12 tests
40742026-08-29T16:16:02.533Ztest icmp::test_v6_checksum ... ok
40752026-08-29T16:16:02.533Ztest ipv6::test_ipv6_parse ... ok
40762026-08-29T16:16:02.533Ztest icmp::test_v4_checksum ... ok
40772026-08-29T16:16:02.533Ztest pbuf::test_byte ... ok
40782026-08-29T16:16:02.533Ztest lldp::test_lldp_parse ... ok
40792026-08-29T16:16:02.533Ztest pbuf::test_nibble ... ok
40802026-08-29T16:16:02.533Ztest pbuf::test_short ... ok
40812026-08-29T16:16:02.533Ztest pbuf::test_overflow ... ok
40822026-08-29T16:16:02.533Ztest pbuf::test_twelve ... ok
40832026-08-29T16:16:02.533Ztest pbuf::test_word ... ok
40842026-08-29T16:16:02.533Ztest tcp::test_checksum_ack_data ... ok
40852026-08-29T16:16:02.533Ztest tcp::test_checksum_syn_nodata ... ok
40862026-08-29T16:16:02.533Z
40872026-08-29T16:16:02.537Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40882026-08-29T16:16:02.538Z
40892026-08-29T16:16:02.538Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
40902026-08-29T16:16:02.538Z
40912026-08-29T16:16:02.538Zrunning 0 tests
40922026-08-29T16:16:02.540Z
40932026-08-29T16:16:02.540Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40942026-08-29T16:16:02.540Z
40952026-08-29T16:16:02.540Z Running unittests src/main.rs (target/debug/deps/swadm-bcdfd33959ff28c7)
40962026-08-29T16:16:02.540Z
40972026-08-29T16:16:02.540Zrunning 5 tests
40982026-08-29T16:16:02.540Ztest switchport::test::test_compute_lanes ... ok
40992026-08-29T16:16:02.540Ztest switchport::test::port_id_ordering ... ok
41002026-08-29T16:16:02.540Z Lane 0 Lane 0 Lane 1 Lane 1Lane 2 Lane 2Lane 3 Lane 3
41012026-08-29T16:16:02.540Z
41022026-08-29T16:16:02.540Z Rx Loss-of-lock: Yes State: Activated Yes ActivatedYes YesActivated
41032026-08-29T16:16:02.540Z Activated
41042026-08-29T16:16:02.540Z Rx Loss-of-signal: Yes Rx Output Enabled: false Yes false Yesfalse false
41052026-08-29T16:16:02.540ZYes
41062026-08-29T16:16:02.540Z Rx Output Status: valid Rx CDR Enabled: Yesvalid Yes validYes Yes
41072026-08-29T16:16:02.540Zvalid
41082026-08-29T16:16:02.540Z Tx Enabled: Yes Rx Loss-of-lock: trueYes Yestrue Yestrue
41092026-08-29T16:16:02.540Z Tx Loss-of-lock: Notrue
41102026-08-29T16:16:02.540ZNo Rx Loss-of-signal: false No falseNo
41112026-08-29T16:16:02.541Zfalse Tx Loss-of-signal: No falseNo
41122026-08-29T16:16:02.541Z Rx Auto-squelch Disable: true No trueNo
41132026-08-29T16:16:02.541Ztrue Tx CDR Enabled: No true
41142026-08-29T16:16:02.541ZNo Tx Output Enabled: trueNo Notrue
41152026-08-29T16:16:02.541Z true Tx Adaptive EQ Fault: No true
41162026-08-29T16:16:02.541ZNo Tx Output Status: invalid Noinvalid No
41172026-08-29T16:16:02.543Zinvalid Tx Fault: Yes invalid
41182026-08-29T16:16:02.543ZYes Tx Loss-of-lock: false Yesfalse Yesfalse
41192026-08-29T16:16:02.543Zfalse
41202026-08-29T16:16:02.543Z Tx Loss-of-signal: true true true true
41212026-08-29T16:16:02.543ZTx Auto-squelch Disable: false false false false
41222026-08-29T16:16:02.543Z Tx Adaptive EQ Fail: true true true true
41232026-08-29T16:16:02.543Z Tx Failure: false false false false
41242026-08-29T16:16:02.543Z Tx Force Squelch: true true true true
41252026-08-29T16:16:02.543Z Tx Input Polarity: normal normal normal normal
41262026-08-29T16:16:02.543Ztest switchport::test::test_print_sff_datapath ... ok
41272026-08-29T16:16:02.543Ztest switchport::test::test_print_cmis_datapath ... ok
41282026-08-29T16:16:02.543Ztest link::test_filter ... ok
41292026-08-29T16:16:02.543Z
41302026-08-29T16:16:02.543Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41312026-08-29T16:16:02.543Z
41322026-08-29T16:16:02.543Z Running tests/cli/main.rs (target/debug/deps/cli-abb6971d8239a246)
41332026-08-29T16:16:02.543Z
41342026-08-29T16:16:02.543Zrunning 7 tests
41352026-08-29T16:16:02.543Ztest counters::counters_list ... ignored
41362026-08-29T16:16:02.543Ztest link_apply::apply_tx_eq_all ... ignored
41372026-08-29T16:16:02.543Ztest link_apply::apply_tx_eq_custom ... ignored
41382026-08-29T16:16:02.543Ztest tx_eq::set_all_taps ... ignored
41392026-08-29T16:16:02.543Ztest tx_eq::set_partial_taps ... ignored
41402026-08-29T16:16:02.543Ztest cmd::test::pattern_statics ... ok
41412026-08-29T16:16:02.543Ztest link_apply::tx_eq_exclusive ... ok
41422026-08-29T16:16:02.543Z
41432026-08-29T16:16:02.544Ztest result: ok. 2 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.01s
41442026-08-29T16:16:02.544Z
41452026-08-29T16:16:02.544Z Running unittests src/main.rs (target/debug/deps/tfportd-94da08c4b784248f)
41462026-08-29T16:16:02.544Z
41472026-08-29T16:16:02.544Zrunning 3 tests
41482026-08-29T16:16:02.544Ztest linklocal::test_parse_ipadm ... ok
41492026-08-29T16:16:02.544Ztest tfport::test_parse_tfport ... ok
41502026-08-29T16:16:02.545Ztest config::tests::test_updates ... ok
41512026-08-29T16:16:02.545Z
41522026-08-29T16:16:02.545Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41532026-08-29T16:16:02.545Z
41542026-08-29T16:16:02.545Z Running unittests src/main.rs (target/debug/deps/uplinkd-8872d4adf66e7b1b)
41552026-08-29T16:16:02.545Z
41562026-08-29T16:16:02.545Zrunning 0 tests
41572026-08-29T16:16:02.545Z
41582026-08-29T16:16:02.545Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41592026-08-29T16:16:02.545Z
41602026-08-29T16:16:02.545Z Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353)
41612026-08-29T16:16:02.545Z
41622026-08-29T16:16:02.545Zrunning 0 tests
41632026-08-29T16:16:02.545Z
41642026-08-29T16:16:02.545Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41652026-08-29T16:16:02.545Z
41662026-08-29T16:16:02.545Z Doc-tests aal
41672026-08-29T16:16:02.733Z
41682026-08-29T16:16:02.733Zrunning 0 tests
41692026-08-29T16:16:02.733Z
41702026-08-29T16:16:02.737Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41712026-08-29T16:16:02.737Z
41722026-08-29T16:16:02.756Z Doc-tests aal_macros
41732026-08-29T16:16:02.823Z
41742026-08-29T16:16:02.823Zrunning 0 tests
41752026-08-29T16:16:02.823Z
41762026-08-29T16:16:02.823Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41772026-08-29T16:16:02.823Z
41782026-08-29T16:16:02.832Z Doc-tests common
41792026-08-29T16:16:03.061Z
41802026-08-29T16:16:03.061Zrunning 0 tests
41812026-08-29T16:16:03.061Z
41822026-08-29T16:16:03.062Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41832026-08-29T16:16:03.062Z
41842026-08-29T16:16:03.086Z Doc-tests dpd_api
41852026-08-29T16:16:03.791Z
41862026-08-29T16:16:03.791Zrunning 2 tests
41872026-08-29T16:16:03.791Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
41882026-08-29T16:16:03.791Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
41892026-08-29T16:16:03.791Z
41902026-08-29T16:16:03.795Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
41912026-08-29T16:16:03.795Z
41922026-08-29T16:16:03.820Z Doc-tests dpd_client
41932026-08-29T16:16:05.185Z
41942026-08-29T16:16:05.185Zrunning 0 tests
41952026-08-29T16:16:05.185Z
41962026-08-29T16:16:05.185Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41972026-08-29T16:16:05.185Z
41982026-08-29T16:16:05.234Z Doc-tests dpd_types
41992026-08-29T16:16:05.416Z
42002026-08-29T16:16:05.416Zrunning 0 tests
42012026-08-29T16:16:05.416Z
42022026-08-29T16:16:05.416Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42032026-08-29T16:16:05.416Z
42042026-08-29T16:16:05.438Z Doc-tests dpd_types_versions
42052026-08-29T16:16:06.921Z
42062026-08-29T16:16:06.921Zrunning 1 test
42072026-08-29T16:16:06.921Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
42082026-08-29T16:16:06.922Z
42092026-08-29T16:16:06.922Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
42102026-08-29T16:16:06.922Z
42112026-08-29T16:16:06.967Z Doc-tests packet
42122026-08-29T16:16:07.185Z
42132026-08-29T16:16:07.185Zrunning 0 tests
42142026-08-29T16:16:07.185Z
42152026-08-29T16:16:07.185Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42162026-08-29T16:16:07.185Z
42172026-08-29T16:16:07.209Z Doc-tests pcap
42182026-08-29T16:16:07.259Z
42192026-08-29T16:16:07.259Zrunning 0 tests
42202026-08-29T16:16:07.259Z
42212026-08-29T16:16:07.259Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42222026-08-29T16:16:07.259Z
42232026-08-29T16:16:07.324Z+ for feat in tofino_stub tofino_asic softnpu chaos
42242026-08-29T16:16:07.324Z+ RUST_BACKTRACE=full
42252026-08-29T16:16:07.324Z+ cargo test --features tofino_asic --no-fail-fast
42262026-08-29T16:16:07.920Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
42272026-08-29T16:16:08.001Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
42282026-08-29T16:16:08.004Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
42292026-08-29T16:16:08.014Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
42302026-08-29T16:16:16.796Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
42312026-08-29T16:16:16.925Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
42322026-08-29T16:16:58.523Z Finished `test` profile [unoptimized + debuginfo] target(s) in 51.18s
42332026-08-29T16:16:58.636Z Running unittests src/lib.rs (target/debug/deps/aal-38ea820840cac455)
42342026-08-29T16:16:58.640Z
42352026-08-29T16:16:58.640Zrunning 0 tests
42362026-08-29T16:16:58.640Z
42372026-08-29T16:16:58.640Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42382026-08-29T16:16:58.640Z
42392026-08-29T16:16:58.640Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
42402026-08-29T16:16:58.646Z
42412026-08-29T16:16:58.646Zrunning 0 tests
42422026-08-29T16:16:58.646Z
42432026-08-29T16:16:58.646Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42442026-08-29T16:16:58.646Z
42452026-08-29T16:16:58.646Z Running unittests src/lib.rs (target/debug/deps/asic-3fe1ab10dfa2737c)
42462026-08-29T16:16:58.739Z
42472026-08-29T16:16:58.739Zrunning 8 tests
42482026-08-29T16:16:58.743Ztest tofino_asic::qsfp::tests::fix_link ... ok
42492026-08-29T16:16:58.743Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
42502026-08-29T16:16:58.743Ztest tofino_asic::stats::constants_sanity_check ... ok
42512026-08-29T16:16:58.743Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
42522026-08-29T16:16:58.744Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
42532026-08-29T16:16:58.744Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
42542026-08-29T16:16:58.749Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
42552026-08-29T16:16:59.243Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
42562026-08-29T16:16:59.243Z
42572026-08-29T16:16:59.243Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
42582026-08-29T16:16:59.243Z
42592026-08-29T16:16:59.250Z Running unittests src/lib.rs (target/debug/deps/common-f0fc91ad575fea74)
42602026-08-29T16:16:59.255Z
42612026-08-29T16:16:59.255Zrunning 4 tests
42622026-08-29T16:16:59.265Ztest network::tests::test_generate_ipv6_link_local ... ok
42632026-08-29T16:16:59.265Ztest nat::tests::test_vni ... ok
42642026-08-29T16:16:59.265Ztest test_purge ... ok
42652026-08-29T16:16:59.265Ztest illumos::test::address_exists_handles_missing_object ... ok
42662026-08-29T16:16:59.265Z
42672026-08-29T16:16:59.265Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42682026-08-29T16:16:59.265Z
42692026-08-29T16:16:59.265Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-049fc7a9b9157ea9)
42702026-08-29T16:16:59.272Z
42712026-08-29T16:16:59.272Zrunning 1 test
42722026-08-29T16:16:59.272Z -------
42732026-08-29T16:16:59.272Z Generating OpenAPI documents from API definitions ...
42742026-08-29T16:16:59.498Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
42752026-08-29T16:16:59.570Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
42762026-08-29T16:17:00.638Z -------
42772026-08-29T16:17:00.638Z Checking 13 OpenAPI documents...
42782026-08-29T16:17:00.639Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
42792026-08-29T16:17:00.639Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
42802026-08-29T16:17:00.639Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
42812026-08-29T16:17:00.643Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
42822026-08-29T16:17:00.643Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
42832026-08-29T16:17:00.643Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
42842026-08-29T16:17:00.643Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
42852026-08-29T16:17:00.643Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
42862026-08-29T16:17:00.643Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
42872026-08-29T16:17:00.647Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
42882026-08-29T16:17:00.647Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
42892026-08-29T16:17:00.647Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
42902026-08-29T16:17:00.647Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
42912026-08-29T16:17:00.647Z Fresh dpd "latest" symlink
42922026-08-29T16:17:00.647Z -------
42932026-08-29T16:17:00.647Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
42942026-08-29T16:17:00.685Ztest test::test_apis_up_to_date ... ok
42952026-08-29T16:17:00.685Z
42962026-08-29T16:17:00.685Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.42s
42972026-08-29T16:17:00.685Z
42982026-08-29T16:17:00.749Z Running unittests src/main.rs (target/debug/deps/dpd-ba39401443e69f9c)
42992026-08-29T16:17:00.814Z
43002026-08-29T16:17:00.814Zrunning 66 tests
43012026-08-29T16:17:00.835Ztest freemap::test_ordering ... ok
43022026-08-29T16:17:00.836Ztest config::tests::test_updates ... ok
43032026-08-29T16:17:00.836Ztest dhcpv6::tests::test_create_duid_bytes ... ok
43042026-08-29T16:17:00.836Ztest freemap::test_split ... ok
43052026-08-29T16:17:00.836Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
43062026-08-29T16:17:00.836Ztest macaddrs::tests::test_mac_offset ... ok
43072026-08-29T16:17:00.836Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
43082026-08-29T16:17:00.836Ztest macaddrs::tests::test_parse_port_id ... ok
43092026-08-29T16:17:00.836Ztest nat::test_mapping ... ok
43102026-08-29T16:17:00.837ZAug 29 16:16:59.472Aug 29 16:16:59.472 DEBGDEBG created new freemapcreated new freemap, , unitunit:: freemap_testfreemap_test
43112026-08-29T16:17:00.837Z
43122026-08-29T16:17:00.837ZAug 29 16:16:59.472 DEBG created new freemap, unit: freemap_testAug 29 16:16:59.472
43132026-08-29T16:17:00.837Z DEBG initted freemap. size: 128, Aug 29 16:16:59.472unit :DEBG Aug 29 16:16:59.472freemap_test
43142026-08-29T16:17:00.837ZDEBG initted freemap. size: 128initted freemap. size: 128, , unitunitAug 29 16:16:59.472: : DEBGfreemap_test
43152026-08-29T16:17:00.837Zfreemap_testreset freemap
43162026-08-29T16:17:00.838Z, unitAug 29 16:16:59.472:Aug 29 16:16:59.472 freemap_test
43172026-08-29T16:17:00.838ZDEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test
43182026-08-29T16:17:00.838Z
43192026-08-29T16:17:00.838ZAug 29 16:16:59.472 DEBG created new freemap, unit: freemap_test
43202026-08-29T16:17:00.838ZAug 29 16:16:59.472 DEBG initted freemap. size: 128, unit: freemap_test
43212026-08-29T16:17:00.838ZAug 29 16:16:59.472 DEBG reset freemap, unit: freemap_test
43222026-08-29T16:17:00.838Ztest freemap::test_basic ... ok
43232026-08-29T16:17:00.838Ztest freemap::test_free ... ok
43242026-08-29T16:17:00.838Ztest freemap::test_exhaustion ... ok
43252026-08-29T16:17:00.838Ztest freemap::test_reclaim ... ok
43262026-08-29T16:17:00.838Ztest port_map::tests::test_backplane_group ... ok
43272026-08-29T16:17:00.838ZAug 29 16:16:59.472 DEBG created new freemap, unit: freemap_test
43282026-08-29T16:17:00.838ZAug 29 16:16:59.472 DEBG initted freemap. size: 8, unit: freemap_test
43292026-08-29T16:17:00.838ZAug 29 16:16:59.472 DEBG reset freemap, unit: freemap_test
43302026-08-29T16:17:00.838Ztest port_map::tests::test_port_map ... ok
43312026-08-29T16:17:00.838Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
43322026-08-29T16:17:00.838Ztest port_map::tests::dump_map ... ok
43332026-08-29T16:17:00.838ZAug 29 16:16:59.473 DEBG created new freemap, unit: freemap_test
43342026-08-29T16:17:00.838ZAug 29 16:16:59.473 DEBG initted freemap. size: 128, unit: freemap_test
43352026-08-29T16:17:00.838ZAug 29 16:16:59.473 DEBG reset freemap, unit: freemap_test
43362026-08-29T16:17:00.838Ztest freemap::test_span ... ok
43372026-08-29T16:17:00.838Ztest api_server::tests::test_build_info ... ok
43382026-08-29T16:17:00.838ZAug 29 16:16:59.473 DEBG created new freemap, unit: freemap_route_ipv4
43392026-08-29T16:17:00.838ZAug 29 16:16:59.473 DEBG created new freemap, unit: freemap_route_ipv6
43402026-08-29T16:17:00.838ZAug 29 16:16:59.473 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
43412026-08-29T16:17:00.838ZAug 29 16:16:59.473 DEBG reset freemap, unit: freemap_route_ipv4
43422026-08-29T16:17:00.838ZAug 29 16:16:59.473 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
43432026-08-29T16:17:00.838ZAug 29 16:16:59.473 DEBG reset freemap, unit: freemap_route_ipv6
43442026-08-29T16:17:00.839ZAug 29 16:16:59.473 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
43452026-08-29T16:17:00.839ZAug 29 16:16:59.473 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 } }]
43462026-08-29T16:17:00.839ZAug 29 16:16:59.473 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
43472026-08-29T16:17:00.839ZAug 29 16:16:59.473 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 } }]
43482026-08-29T16:17:00.839ZAug 29 16:16:59.473 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
43492026-08-29T16:17:00.839ZAug 29 16:16:59.473 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 } }]
43502026-08-29T16:17:00.839ZAug 29 16:16:59.473 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
43512026-08-29T16:17:00.839ZAug 29 16:16:59.473 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 } }]
43522026-08-29T16:17:00.845ZAug 29 16:16:59.473 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
43532026-08-29T16:17:00.845ZAug 29 16:16:59.473 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 } }]
43542026-08-29T16:17:00.845ZAug 29 16:16:59.473 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
43552026-08-29T16:17:00.845ZAug 29 16:16:59.473 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 } }]
43562026-08-29T16:17:00.846ZAug 29 16:16:59.473 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
43572026-08-29T16:17:00.846ZAug 29 16:16:59.473 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 } }]
43582026-08-29T16:17:00.846ZAug 29 16:16:59.473 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
43592026-08-29T16:17:00.846ZAug 29 16:16:59.473 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 29 16:16:59.473
43602026-08-29T16:17:00.846Z DEBG created new freemapAug 29 16:16:59.473 , INFOunit :adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
43612026-08-29T16:17:00.846Ztest port_map::tests::parse_softnpu_revision ... ok
43622026-08-29T16:17:00.846Zfreemap_route_ipv4
43632026-08-29T16:17:00.846ZAug 29 16:16:59.473 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 29 16:16:59.473
43642026-08-29T16:17:00.846Z DEBG Aug 29 16:16:59.473created new freemap , INFOunit :adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
43652026-08-29T16:17:00.846Zfreemap_route_ipv6
43662026-08-29T16:17:00.846ZAug 29 16:16:59.473Aug 29 16:16:59.473 DEBGDEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64
43672026-08-29T16:17:00.848Z, unitAug 29 16:16:59.473: Aug 29 16:16:59.473freemap_route_ipv4 DEBG
43682026-08-29T16:17:00.848ZINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 29 16:16:59.473created new freemap
43692026-08-29T16:17:00.848Z , DEBGunit :Aug 29 16:16:59.473 reset freemapfreemap_route_ipv4, DEBGunit
43702026-08-29T16:17:00.848Z : replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
43712026-08-29T16:17:00.848Z
43722026-08-29T16:17:00.849ZAug 29 16:16:59.473 DEBG Aug 29 16:16:59.473Aug 29 16:16:59.473created new freemap , unitINFODEBG: adding route 3fff:beef:7::/64 -> 2001:db8::55:ffinitted freemap. size: 64freemap_route_ipv6
43732026-08-29T16:17:00.849Z
43742026-08-29T16:17:00.849Z, unit: Aug 29 16:16:59.473freemap_route_ipv6Aug 29 16:16:59.473
43752026-08-29T16:17:00.849Z DEBGDEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64
43762026-08-29T16:17:00.849ZAug 29 16:16:59.474, DEBGunit :reset freemap , Aug 29 16:16:59.474freemap_route_ipv4 unit
43772026-08-29T16:17:00.849Z: INFOfreemap_route_ipv6
43782026-08-29T16:17:00.849Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 29 16:16:59.474
43792026-08-29T16:17:00.849Z DEBG reset freemap, unitAug 29 16:16:59.474Aug 29 16:16:59.474 :DEBG INFOfreemap_route_ipv4
43802026-08-29T16:17:00.849Z adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
43812026-08-29T16:17:00.849Z
43822026-08-29T16:17:00.849ZAug 29 16:16:59.474 DEBG initted freemap. size: 64Aug 29 16:16:59.474, Aug 29 16:16:59.474unit :DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]freemap_route_ipv6
43832026-08-29T16:17:00.849Z
43842026-08-29T16:17:00.849Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
43852026-08-29T16:17:00.852ZAug 29 16:16:59.474Aug 29 16:16:59.474 Aug 29 16:16:59.474INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG
43862026-08-29T16:17:00.852ZDEBG reset freemapreplacing 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 } }],
43872026-08-29T16:17:00.852ZunitAug 29 16:16:59.474: DEBGfreemap_route_ipv6 Aug 29 16:16:59.474
43882026-08-29T16:17:00.852Z 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 } }]INFO
43892026-08-29T16:17:00.852Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
43902026-08-29T16:17:00.853ZAug 29 16:16:59.474 INFOAug 29 16:16:59.474 adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 29 16:16:59.474INFO
43912026-08-29T16:17:00.853ZDEBG adding route 3fff:beef:1::/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 } }]
43922026-08-29T16:17:00.853Z
43932026-08-29T16:17:00.856ZAug 29 16:16:59.474 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 29 16:16:59.474Aug 29 16:16:59.474
43942026-08-29T16:17:00.856Z DEBGAug 29 16:16:59.474INFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
43952026-08-29T16:17:00.856Z
43962026-08-29T16:17:00.856ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2
43972026-08-29T16:17:00.856ZAug 29 16:16:59.474Aug 29 16:16:59.474Aug 29 16:16:59.474 DEBGDEBGINFO 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 } }]
43982026-08-29T16:17:00.856Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:2::/64 -> 2001:db8::55:ff
43992026-08-29T16:17:00.856Z
44002026-08-29T16:17:00.857ZAug 29 16:16:59.474 Aug 29 16:16:59.474INFOAug 29 16:16:59.474 adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
44012026-08-29T16:17:00.866ZDEBGINFO 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 } }]
44022026-08-29T16:17:00.866Zadding route 3fff:beef::/64 -> 2001:db8::55:ffAug 29 16:16:59.474
44032026-08-29T16:17:00.866Z DEBG Aug 29 16:16:59.474replacing 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 29 16:16:59.474
44042026-08-29T16:17:00.866Z INFODEBG adding route 3fff:beef:3::/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 } }]Aug 29 16:16:59.474
44052026-08-29T16:17:00.866Z
44062026-08-29T16:17:00.866ZINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 29 16:16:59.474Aug 29 16:16:59.474
44072026-08-29T16:17:00.866Z INFODEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 29 16:16:59.474replacing 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 } }]
44082026-08-29T16:17:00.866Z
44092026-08-29T16:17:00.866ZDEBG 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 } }]
44102026-08-29T16:17:00.866ZAug 29 16:16:59.474Aug 29 16:16:59.474 DEBGAug 29 16:16:59.474INFO INFOreplacing 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 } }]
44112026-08-29T16:17:00.866Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
44122026-08-29T16:17:00.866Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
44132026-08-29T16:17:00.866ZAug 29 16:16:59.474Aug 29 16:16:59.474 INFODEBGAug 29 16:16:59.474 replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
44142026-08-29T16:17:00.866Z
44152026-08-29T16:17:00.866ZDEBG 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 } }]
44162026-08-29T16:17:00.866ZAug 29 16:16:59.474Aug 29 16:16:59.474 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:f::/64 -> 2001:db8::55:ff
44172026-08-29T16:17:00.866Z
44182026-08-29T16:17:00.866ZAug 29 16:16:59.474Aug 29 16:16:59.474 DEBGINFO Aug 29 16:16:59.474 created new freemapDEBGAug 29 16:16:59.474 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 29 16:16:59.474
44192026-08-29T16:17:00.866Z, INFODEBGunit 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 } }]
44202026-08-29T16:17:00.866Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ffcreated new freemap:
44212026-08-29T16:17:00.866Z, unitfreemap_route_ipv4:Aug 29 16:16:59.474 Aug 29 16:16:59.474 freemap_route_ipv4 Aug 29 16:16:59.474
44222026-08-29T16:17:00.866ZDEBGDEBG INFOreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44232026-08-29T16:17:00.866Z
44242026-08-29T16:17:00.867Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:59.474
44252026-08-29T16:17:00.867ZAug 29 16:16:59.474
44262026-08-29T16:17:00.867Z DEBGAug 29 16:16:59.474INFO Aug 29 16:16:59.474DEBG INFO created new freemapadding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 29 16:16:59.474adding route 3fff:beef:4::/64 -> 2001:db8::55:ff created new freemap
44272026-08-29T16:17:00.867Z, , unitDEBG: unit replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6:
44282026-08-29T16:17:00.867Z freemap_route_ipv6
44292026-08-29T16:17:00.867Z
44302026-08-29T16:17:00.867ZAug 29 16:16:59.474 DEBGAug 29 16:16:59.474
44312026-08-29T16:17:00.867Z INFOAug 29 16:16:59.474Aug 29 16:16:59.474 DEBGadding route 3fff:beef:11::/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 } }]
44322026-08-29T16:17:00.867ZDEBG Aug 29 16:16:59.474initted freemap. size: 64initted freemap. size: 64 ,
44332026-08-29T16:17:00.867Z, DEBG unitreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
44342026-08-29T16:17:00.867Z::Aug 29 16:16:59.474 freemap_route_ipv4
44352026-08-29T16:17:00.867Z Aug 29 16:16:59.474INFOfreemap_route_ipv4
44362026-08-29T16:17:00.867ZINFO Aug 29 16:16:59.474 adding route 3fff:beef:12::/64 -> 2001:db8::55:ff Aug 29 16:16:59.474DEBG
44372026-08-29T16:17:00.867Z adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
44382026-08-29T16:17:00.867Zreset freemapDEBG, Aug 29 16:16:59.474unitAug 29 16:16:59.474reset freemap: , DEBG unit freemap_route_ipv4replacing 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 } }]:
44392026-08-29T16:17:00.867Z
44402026-08-29T16:17:00.867ZDEBG freemap_route_ipv4
44412026-08-29T16:17:00.867Zreplacing 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 } }]
44422026-08-29T16:17:00.867ZAug 29 16:16:59.474Aug 29 16:16:59.474 INFODEBG adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 29 16:16:59.474initted freemap. size: 64 , DEBGAug 29 16:16:59.474
44432026-08-29T16:17:00.867Zunit:initted freemap. size: 64 , unitfreemap_route_ipv6:INFO
44442026-08-29T16:17:00.867Zfreemap_route_ipv6
44452026-08-29T16:17:00.867Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 29 16:16:59.474
44462026-08-29T16:17:00.867Z 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 29 16:16:59.474Aug 29 16:16:59.474Aug 29 16:16:59.474 DEBGDEBGDEBG reset freemapreplacing 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 } }],
44472026-08-29T16:17:00.867Zunit :reset freemap , freemap_route_ipv6unit
44482026-08-29T16:17:00.867Z
44492026-08-29T16:17:00.868Z: freemap_route_ipv6
44502026-08-29T16:17:00.868ZAug 29 16:16:59.474 Aug 29 16:16:59.474Aug 29 16:16:59.474INFO INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 29 16:16:59.474
44512026-08-29T16:17:00.868Zadding route 3fff:dead::/64 -> 2001:db8::55:1INFO
44522026-08-29T16:17:00.868Z adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
44532026-08-29T16:17:00.868Z adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 29 16:16:59.474Aug 29 16:16:59.474 Aug 29 16:16:59.474 DEBG 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
44542026-08-29T16:17:00.868Z
44552026-08-29T16:17:00.868Z 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 } }]
44562026-08-29T16:17:00.869Z
44572026-08-29T16:17:00.869ZAug 29 16:16:59.474 Aug 29 16:16:59.474INFO DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 29 16:16:59.474
44582026-08-29T16:17:00.869Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 29 16:16:59.474 INFO
44592026-08-29T16:17:00.869ZDEBG Aug 29 16:16:59.474 replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
44602026-08-29T16:17:00.869Z
44612026-08-29T16:17:00.869Z DEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:59.474
44622026-08-29T16:17:00.869ZAug 29 16:16:59.474 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 } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
44632026-08-29T16:17:00.869Z
44642026-08-29T16:17:00.869ZAug 29 16:16:59.474 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
44652026-08-29T16:17:00.869ZAug 29 16:16:59.474Aug 29 16:16:59.474 DEBGINFO Aug 29 16:16:59.474replacing 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 } }]
44662026-08-29T16:17:00.869ZDEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
44672026-08-29T16:17:00.869Zreplacing 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 } }]
44682026-08-29T16:17:00.869ZAug 29 16:16:59.474 Aug 29 16:16:59.474INFOAug 29 16:16:59.474 DEBGINFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
44692026-08-29T16:17:00.869Z
44702026-08-29T16:17:00.869Z
44712026-08-29T16:17:00.869ZAug 29 16:16:59.474 DEBG Aug 29 16:16:59.474replacing 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 } }]
44722026-08-29T16:17:00.869ZAug 29 16:16:59.474INFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
44732026-08-29T16:17:00.869ZAug 29 16:16:59.474
44742026-08-29T16:17:00.869Z INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
44752026-08-29T16:17:00.869ZAug 29 16:16:59.474Aug 29 16:16:59.474 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:18::/64 -> 2001:db8::55:ff
44762026-08-29T16:17:00.869Z
44772026-08-29T16:17:00.869ZAug 29 16:16:59.474 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 } }]Aug 29 16:16:59.474Aug 29 16:16:59.474
44782026-08-29T16:17:00.903Z INFO DEBGadding route 3fff:beef::/64 -> 2001:db8::55:ff
44792026-08-29T16:17:00.904Zreplacing 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 29 16:16:59.474
44802026-08-29T16:17:00.904Z INFOAug 29 16:16:59.474Aug 29 16:16:59.474 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFO
44812026-08-29T16:17:00.904ZDEBG adding route 3fff:beef:19::/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 } }]
44822026-08-29T16:17:00.904Z
44832026-08-29T16:17:00.904ZAug 29 16:16:59.474 DEBGAug 29 16:16:59.474Aug 29 16:16:59.474 INFO 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 } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
44842026-08-29T16:17:00.904Z
44852026-08-29T16:17:00.913Zreplacing 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 } }]
44862026-08-29T16:17:00.914ZAug 29 16:16:59.474Aug 29 16:16:59.474 Aug 29 16:16:59.474 INFODEBG 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 } }]
44872026-08-29T16:17:00.914ZAug 29 16:16:59.474 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
44882026-08-29T16:17:00.914ZAug 29 16:16:59.474 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 } }]
44892026-08-29T16:17:00.914Z Aug 29 16:16:59.474 INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
44902026-08-29T16:17:00.915Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
44912026-08-29T16:17:00.915ZAug 29 16:16:59.474 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 } }]
44922026-08-29T16:17:00.915ZAug 29 16:16:59.474 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 29 16:16:59.474
44932026-08-29T16:17:00.916Z 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 29 16:16:59.474
44942026-08-29T16:17:00.916Z 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 } }]
44952026-08-29T16:17:00.916ZAug 29 16:16:59.474 INFO Aug 29 16:16:59.474adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
44962026-08-29T16:17:00.916ZINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
44972026-08-29T16:17:00.917ZAug 29 16:16:59.474 DEBG Aug 29 16:16:59.474replacing 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 } }]
44982026-08-29T16:17:00.917ZDEBG 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 } }]
44992026-08-29T16:17:00.917ZAug 29 16:16:59.474 Aug 29 16:16:59.474INFO INFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
45002026-08-29T16:17:00.917Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
45012026-08-29T16:17:01.785ZAug 29 16:16:59.474Aug 29 16:16:59.474 DEBGDEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
45022026-08-29T16:17:01.785ZAug 29 16:16:59.474
45032026-08-29T16:17:01.785Z 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 29 16:16:59.474
45042026-08-29T16:17:01.785ZAug 29 16:16:59.474 INFOINFO Aug 29 16:16:59.474adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
45052026-08-29T16:17:01.785Z INFO
45062026-08-29T16:17:01.785Z adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
45072026-08-29T16:17:01.785ZAug 29 16:16:59.474Aug 29 16:16:59.474Aug 29 16:16:59.474 DEBGDEBGDEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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: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 } }]
45082026-08-29T16:17:01.785Z
45092026-08-29T16:17:01.785Z
45102026-08-29T16:17:01.785ZAug 29 16:16:59.474Aug 29 16:16:59.474Aug 29 16:16:59.474 INFO INFO INFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
45112026-08-29T16:17:01.785Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
45122026-08-29T16:17:01.786Z
45132026-08-29T16:17:01.786ZAug 29 16:16:59.474 DEBG Aug 29 16:16:59.474Aug 29 16:16:59.474replacing 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 } }]
45142026-08-29T16:17:01.786ZDEBGDEBG 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: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 } }]
45152026-08-29T16:17:01.786Z
45162026-08-29T16:17:01.786ZAug 29 16:16:59.474Aug 29 16:16:59.474 Aug 29 16:16:59.474 INFOINFOINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
45172026-08-29T16:17:01.786Z
45182026-08-29T16:17:01.786Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
45192026-08-29T16:17:01.786ZAug 29 16:16:59.474Aug 29 16:16:59.474 Aug 29 16:16:59.474 DEBGDEBGDEBG 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 } }]
45202026-08-29T16:17:01.786Zreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
45212026-08-29T16:17:01.786Z
45222026-08-29T16:17:01.786ZAug 29 16:16:59.474 Aug 29 16:16:59.474Aug 29 16:16:59.474INFO INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
45232026-08-29T16:17:01.786ZINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
45242026-08-29T16:17:01.786Z
45252026-08-29T16:17:01.786ZAug 29 16:16:59.474 DEBGAug 29 16:16:59.474 Aug 29 16:16:59.474replacing 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
45262026-08-29T16:17:01.786Z 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 } }]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 } }]
45272026-08-29T16:17:01.786Z
45282026-08-29T16:17:01.786ZAug 29 16:16:59.474Aug 29 16:16:59.474Aug 29 16:16:59.474 INFOINFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
45292026-08-29T16:17:01.786Z
45302026-08-29T16:17:01.786Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
45312026-08-29T16:17:01.786ZAug 29 16:16:59.474Aug 29 16:16:59.474Aug 29 16:16:59.474 DEBGDEBGDEBG 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: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 } }]
45322026-08-29T16:17:01.786Z
45332026-08-29T16:17:01.786Zreplacing 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 } }]
45342026-08-29T16:17:01.786ZAug 29 16:16:59.474Aug 29 16:16:59.474 INFOAug 29 16:16:59.474 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffINFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
45352026-08-29T16:17:01.786Z
45362026-08-29T16:17:01.786Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
45372026-08-29T16:17:01.787ZAug 29 16:16:59.474Aug 29 16:16:59.474Aug 29 16:16:59.474 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 } }]DEBG
45382026-08-29T16:17:01.787Zreplacing 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 } }]
45392026-08-29T16:17:01.787Zreplacing 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 } }]
45402026-08-29T16:17:01.787ZAug 29 16:16:59.474 Aug 29 16:16:59.474INFO Aug 29 16:16:59.474INFO INFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
45412026-08-29T16:17:01.787Z
45422026-08-29T16:17:01.787Z adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
45432026-08-29T16:17:01.787ZAug 29 16:16:59.474 Aug 29 16:16:59.474DEBG Aug 29 16:16:59.474replacing 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 } }]
45442026-08-29T16:17:01.787ZDEBGDEBG 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: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 } }]
45452026-08-29T16:17:01.787Z
45462026-08-29T16:17:01.787ZAug 29 16:16:59.474 Aug 29 16:16:59.474Aug 29 16:16:59.474 INFOINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFO
45472026-08-29T16:17:01.787Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
45482026-08-29T16:17:01.787Z
45492026-08-29T16:17:01.787ZAug 29 16:16:59.474 Aug 29 16:16:59.474Aug 29 16:16:59.474DEBG DEBGDEBGreplacing 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: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: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 } }]
45502026-08-29T16:17:01.788Z
45512026-08-29T16:17:01.788Z
45522026-08-29T16:17:01.788ZAug 29 16:16:59.474Aug 29 16:16:59.474Aug 29 16:16:59.474 INFO INFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
45532026-08-29T16:17:01.788Z
45542026-08-29T16:17:01.788Z
45552026-08-29T16:17:01.788ZAug 29 16:16:59.475Aug 29 16:16:59.475 Aug 29 16:16:59.475DEBG DEBG DEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
45562026-08-29T16:17:01.788Z
45572026-08-29T16:17:01.789Z 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 } }]
45582026-08-29T16:17:01.789ZAug 29 16:16:59.475Aug 29 16:16:59.475Aug 29 16:16:59.475 INFOINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
45592026-08-29T16:17:01.789Z
45602026-08-29T16:17:01.789ZINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
45612026-08-29T16:17:01.789ZAug 29 16:16:59.475Aug 29 16:16:59.475 DEBGDEBG Aug 29 16:16:59.475 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: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
45622026-08-29T16:17:01.789Z
45632026-08-29T16:17:01.789Z 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 } }]
45642026-08-29T16:17:01.789ZAug 29 16:16:59.475Aug 29 16:16:59.475 INFOINFO Aug 29 16:16:59.475adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
45652026-08-29T16:17:01.789ZINFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
45662026-08-29T16:17:01.789Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
45672026-08-29T16:17:01.789ZAug 29 16:16:59.475 DEBGAug 29 16:16:59.475 Aug 29 16:16:59.475 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 } }]DEBGDEBG
45682026-08-29T16:17:01.790Z replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
45692026-08-29T16:17:01.790Z
45702026-08-29T16:17:01.790ZAug 29 16:16:59.475Aug 29 16:16:59.475 Aug 29 16:16:59.475INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO
45712026-08-29T16:17:01.790ZINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
45722026-08-29T16:17:01.790Z
45732026-08-29T16:17:01.790ZAug 29 16:16:59.475Aug 29 16:16:59.475 Aug 29 16:16:59.475DEBGDEBG 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
45742026-08-29T16:17:01.790Z 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: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 } }]
45752026-08-29T16:17:01.790Z
45762026-08-29T16:17:01.790ZAug 29 16:16:59.475 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 29 16:16:59.475Aug 29 16:16:59.475
45772026-08-29T16:17:01.791Z INFO INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 29 16:16:59.475adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
45782026-08-29T16:17:01.791Z
45792026-08-29T16:17:01.791ZDEBG Aug 29 16:16:59.475replacing 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 } }]
45802026-08-29T16:17:01.791ZDEBG Aug 29 16:16:59.475replacing 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 } }]
45812026-08-29T16:17:01.791ZDEBGAug 29 16:16:59.475 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
45822026-08-29T16:17:01.791Z Aug 29 16:16:59.475adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
45832026-08-29T16:17:01.792ZINFOAug 29 16:16:59.475 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFO
45842026-08-29T16:17:01.792Z Aug 29 16:16:59.475adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
45852026-08-29T16:17:01.792ZDEBG Aug 29 16:16:59.475replacing 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 } }]
45862026-08-29T16:17:01.792ZDEBGAug 29 16:16:59.475 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 } }]DEBG
45872026-08-29T16:17:01.792Z Aug 29 16:16:59.475replacing 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 } }]
45882026-08-29T16:17:01.792ZINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 29 16:16:59.475
45892026-08-29T16:17:01.792Z Aug 29 16:16:59.475INFO INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
45902026-08-29T16:17:01.792Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 29 16:16:59.475Aug 29 16:16:59.475
45912026-08-29T16:17:01.792Z 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 } }]Aug 29 16:16:59.475
45922026-08-29T16:17:01.792Z 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
45932026-08-29T16:17:01.792Z 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 29 16:16:59.475
45942026-08-29T16:17:01.792Z Aug 29 16:16:59.475INFO INFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
45952026-08-29T16:17:01.792Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 29 16:16:59.475
45962026-08-29T16:17:01.793Z INFOAug 29 16:16:59.475 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG
45972026-08-29T16:17:01.793ZAug 29 16:16:59.475 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
45982026-08-29T16:17:01.793Z Aug 29 16:16:59.475replacing 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 } }]
45992026-08-29T16:17:01.793ZDEBGAug 29 16:16:59.475 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
46002026-08-29T16:17:01.793Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
46012026-08-29T16:17:01.799ZAug 29 16:16:59.475 Aug 29 16:16:59.475INFO Aug 29 16:16:59.475INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
46022026-08-29T16:17:01.799ZDEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
46032026-08-29T16:17:01.799Zreplacing 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 29 16:16:59.475
46042026-08-29T16:17:01.799Z 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 } }]
46052026-08-29T16:17:01.799ZAug 29 16:16:59.475Aug 29 16:16:59.475 INFOAug 29 16:16:59.475 DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
46062026-08-29T16:17:01.799Z
46072026-08-29T16:17:01.799Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 29 16:16:59.475
46082026-08-29T16:17:01.799Z 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 29 16:16:59.475INFO Aug 29 16:16:59.475
46092026-08-29T16:17:01.799Z INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 29 16:16:59.475adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG INFO
46102026-08-29T16:17:01.799Z adding route 3fff:beef:23::/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 } }]
46112026-08-29T16:17:01.800Z
46122026-08-29T16:17:01.800Z
46132026-08-29T16:17:01.800ZAug 29 16:16:59.475 DEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:59.475
46142026-08-29T16:17:01.800ZAug 29 16:16:59.475Aug 29 16:16:59.475 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBGAug 29 16:16:59.475 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
46152026-08-29T16:17:01.800ZAug 29 16:16:59.475 DEBGINFO
46162026-08-29T16:17:01.800Zreplacing 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 29 16:16:59.475
46172026-08-29T16:17:01.800Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ff INFO created new freemapadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
46182026-08-29T16:17:01.800ZAug 29 16:16:59.475
46192026-08-29T16:17:01.800Z, unit INFO:Aug 29 16:16:59.475Aug 29 16:16:59.475 DEBGDEBGAug 29 16:16:59.475 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 } }]
46202026-08-29T16:17:01.800ZDEBG adding route 3fff:beef:24::/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 } }]
46212026-08-29T16:17:01.800Z
46222026-08-29T16:17:01.800Zreplacing 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 29 16:16:59.475
46232026-08-29T16:17:01.800Z INFOAug 29 16:16:59.475 Aug 29 16:16:59.475adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
46242026-08-29T16:17:01.800Z DEBGINFO Aug 29 16:16:59.475Aug 29 16:16:59.475 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
46252026-08-29T16:17:01.800ZDEBGINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff 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: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 } }]
46262026-08-29T16:17:01.800Z
46272026-08-29T16:17:01.800ZAug 29 16:16:59.475
46282026-08-29T16:17:01.800Z DEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:59.475Aug 29 16:16:59.475Aug 29 16:16:59.475 INFO
46292026-08-29T16:17:01.800Z INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
46302026-08-29T16:17:01.800Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 29 16:16:59.475DEBG INFOfreemap_route_ipv4
46312026-08-29T16:17:01.800Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
46322026-08-29T16:17:01.800ZAug 29 16:16:59.475 DEBGAug 29 16:16:59.475 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
46332026-08-29T16:17:01.800Z created new freemap, unitAug 29 16:16:59.475: INFOfreemap_route_ipv6
46342026-08-29T16:17:01.800Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
46352026-08-29T16:17:01.800ZAug 29 16:16:59.475 DEBG initted freemap. size: 64Aug 29 16:16:59.475, unitDEBG: replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
46362026-08-29T16:17:01.800Z
46372026-08-29T16:17:01.801ZAug 29 16:16:59.475 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 29 16:16:59.475
46382026-08-29T16:17:01.801Z DEBGAug 29 16:16:59.475 Aug 29 16:16:59.475 reset freemapDEBG , unitDEBGreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46392026-08-29T16:17:01.801Zfreemap_route_ipv4
46402026-08-29T16:17:01.801ZAug 29 16:16:59.475 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
46412026-08-29T16:17:01.801ZAug 29 16:16:59.475 DEBG reset freemap, unit: freemap_route_ipv6
46422026-08-29T16:17:01.801ZAug 29 16:16:59.475 INFO adding route 172.16.0.0/32 -> 10.0.0.1
46432026-08-29T16:17:01.801ZAug 29 16:16:59.475 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 } }]
46442026-08-29T16:17:01.801Z 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 } }]
46452026-08-29T16:17:01.801ZAug 29 16:16:59.475Aug 29 16:16:59.475 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
46462026-08-29T16:17:01.801Z
46472026-08-29T16:17:01.801ZAug 29 16:16:59.475 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
46482026-08-29T16:17:01.801ZAug 29 16:16:59.475Aug 29 16:16:59.475 DEBGDEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46492026-08-29T16:17:01.801Z
46502026-08-29T16:17:01.801ZAug 29 16:16:59.475 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 29 16:16:59.475
46512026-08-29T16:17:01.801Z INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
46522026-08-29T16:17:01.801ZAug 29 16:16:59.475 Aug 29 16:16:59.475 DEBGDEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }]
46532026-08-29T16:17:01.802Z
46542026-08-29T16:17:01.802Z
46552026-08-29T16:17:01.802ZAug 29 16:16:59.475Aug 29 16:16:59.475 Aug 29 16:16:59.475 INFODEBG INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
46562026-08-29T16:17:01.802Zreplacing 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:1d::/64 -> 2001:db8::55:ff
46572026-08-29T16:17:01.802Z
46582026-08-29T16:17:01.802ZAug 29 16:16:59.475 DEBGAug 29 16:16:59.475 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 } }]DEBGAug 29 16:16:59.475
46592026-08-29T16:17:01.802Ztest route::tests::grow_succeeds ... ok
46602026-08-29T16:17:01.802Z INFOreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46612026-08-29T16:17:01.802Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
46622026-08-29T16:17:01.802ZAug 29 16:16:59.475 INFOAug 29 16:16:59.475Aug 29 16:16:59.475 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO
46632026-08-29T16:17:01.802Z DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
46642026-08-29T16:17:01.802Zreplacing 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 29 16:16:59.475
46652026-08-29T16:17:01.802Z DEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:59.475
46662026-08-29T16:17:01.802Z 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 } }]
46672026-08-29T16:17:01.802ZAug 29 16:16:59.475 INFO Aug 29 16:16:59.475Aug 29 16:16:59.475 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffINFO
46682026-08-29T16:17:01.802Z INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff Aug 29 16:16:59.475adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
46692026-08-29T16:17:01.804ZDEBG
46702026-08-29T16:17:01.804Z 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 } }]
46712026-08-29T16:17:01.804ZAug 29 16:16:59.475 Aug 29 16:16:59.475Aug 29 16:16:59.475 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: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
46722026-08-29T16:17:01.804Z
46732026-08-29T16:17:01.804Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
46742026-08-29T16:17:01.804ZAug 29 16:16:59.475 Aug 29 16:16:59.475INFO DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff Aug 29 16:16:59.475replacing 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 } }]
46752026-08-29T16:17:01.804ZINFO
46762026-08-29T16:17:01.804Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
46772026-08-29T16:17:01.804ZAug 29 16:16:59.475 INFO Aug 29 16:16:59.475adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
46782026-08-29T16:17:01.804ZDEBGAug 29 16:16:59.475 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 } }]DEBGAug 29 16:16:59.475
46792026-08-29T16:17:01.804Z replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
46802026-08-29T16:17:01.804Z 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 } }]
46812026-08-29T16:17:01.804ZAug 29 16:16:59.475 Aug 29 16:16:59.475INFO INFOAug 29 16:16:59.475adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
46822026-08-29T16:17:01.804ZINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
46832026-08-29T16:17:01.804Z
46842026-08-29T16:17:01.804ZAug 29 16:16:59.475 DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:59.475
46852026-08-29T16:17:01.804Z 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 29 16:16:59.475
46862026-08-29T16:17:01.804ZAug 29 16:16:59.475 INFODEBGAug 29 16:16:59.475 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
46872026-08-29T16:17:01.804ZINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46882026-08-29T16:17:01.804Z
46892026-08-29T16:17:01.804ZAug 29 16:16:59.475 DEBG Aug 29 16:16:59.475replacing 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 } }]
46902026-08-29T16:17:01.804ZINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 29 16:16:59.475
46912026-08-29T16:17:01.805Z DEBGAug 29 16:16:59.475 Aug 29 16:16:59.475replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
46922026-08-29T16:17:01.805ZDEBG 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:ff
46932026-08-29T16:17:01.805Z
46942026-08-29T16:17:01.805ZAug 29 16:16:59.475 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 29 16:16:59.475
46952026-08-29T16:17:01.805Z INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 29 16:16:59.475
46962026-08-29T16:17:01.805ZAug 29 16:16:59.475 DEBGDEBG Aug 29 16:16:59.475replacing 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: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 } }]
46972026-08-29T16:17:01.805Z
46982026-08-29T16:17:01.805ZDEBG 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 } }]
46992026-08-29T16:17:01.805ZAug 29 16:16:59.475 INFO Aug 29 16:16:59.475adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
47002026-08-29T16:17:01.805ZAug 29 16:16:59.475INFO INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
47012026-08-29T16:17:01.811Z
47022026-08-29T16:17:01.811ZAug 29 16:16:59.475 DEBGAug 29 16:16:59.475 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
47032026-08-29T16:17:01.811Z Aug 29 16:16:59.475replacing 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 } }]
47042026-08-29T16:17:01.811ZAug 29 16:16:59.475DEBG 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
47052026-08-29T16:17:01.811Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
47062026-08-29T16:17:01.811ZAug 29 16:16:59.475 INFO Aug 29 16:16:59.475adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
47072026-08-29T16:17:01.811ZDEBGAug 29 16:16:59.475 replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
47082026-08-29T16:17:01.811Z Aug 29 16:16:59.475adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
47092026-08-29T16:17:01.811ZDEBG 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 } }]
47102026-08-29T16:17:01.811ZAug 29 16:16:59.475Aug 29 16:16:59.475 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 } }]Aug 29 16:16:59.475
47112026-08-29T16:17:01.811Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO
47122026-08-29T16:17:01.811Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
47132026-08-29T16:17:01.811ZAug 29 16:16:59.475 INFO Aug 29 16:16:59.475adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
47142026-08-29T16:17:01.812ZDEBGAug 29 16:16:59.475 replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
47152026-08-29T16:17:01.812ZAug 29 16:16:59.475 replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
47162026-08-29T16:17:01.812Z 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 29 16:16:59.475
47172026-08-29T16:17:01.812Z INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 29 16:16:59.475
47182026-08-29T16:17:01.812Z Aug 29 16:16:59.475INFO INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
47192026-08-29T16:17:01.812ZAug 29 16:16:59.475adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
47202026-08-29T16:17:01.812ZDEBG 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 } }]
47212026-08-29T16:17:01.812ZAug 29 16:16:59.475 DEBG Aug 29 16:16:59.475replacing 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 } }]
47222026-08-29T16:17:01.812ZINFOAug 29 16:16:59.475 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG
47232026-08-29T16:17:01.812ZAug 29 16:16:59.475 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 29 16:16:59.475
47242026-08-29T16:17:01.812Z INFODEBG 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:28::/64 -> 2001:db8::55:ff
47252026-08-29T16:17:01.813Z
47262026-08-29T16:17:01.813ZAug 29 16:16:59.475 Aug 29 16:16:59.475INFO DEBG Aug 29 16:16:59.476replacing 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 } }]
47272026-08-29T16:17:01.813Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO
47282026-08-29T16:17:01.813Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 29 16:16:59.476
47292026-08-29T16:17:01.813Z INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 29 16:16:59.476
47302026-08-29T16:17:01.814Z DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:59.476
47312026-08-29T16:17:01.814Z Aug 29 16:16:59.476DEBG 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 } }]
47322026-08-29T16:17:01.814Zreplacing 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 } }]
47332026-08-29T16:17:01.814ZAug 29 16:16:59.476 INFOAug 29 16:16:59.476 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFO
47342026-08-29T16:17:01.814ZAug 29 16:16:59.476 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFO
47352026-08-29T16:17:01.814Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
47362026-08-29T16:17:01.814ZAug 29 16:16:59.476Aug 29 16:16:59.476 DEBGDEBG Aug 29 16:16:59.476 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 } }]
47372026-08-29T16:17:01.814ZDEBGreplacing 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 } }]
47382026-08-29T16:17:01.814Zreplacing 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 } }]
47392026-08-29T16:17:01.814ZAug 29 16:16:59.476 INFO Aug 29 16:16:59.476adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
47402026-08-29T16:17:01.814ZINFOAug 29 16:16:59.476
47412026-08-29T16:17:01.814Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 29 16:16:59.476
47422026-08-29T16:17:01.814ZINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBGAug 29 16:16:59.476
47432026-08-29T16:17:01.814Z replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
47442026-08-29T16:17:01.814Z Aug 29 16:16:59.476replacing 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 } }]
47452026-08-29T16:17:01.814ZINFO Aug 29 16:16:59.476Aug 29 16:16:59.476 adding route 3fff:beef:20::/64 -> 2001:db8::55:ff Aug 29 16:16:59.476INFO
47462026-08-29T16:17:01.815Z INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
47472026-08-29T16:17:01.815Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG
47482026-08-29T16:17:01.816Z 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 29 16:16:59.476
47492026-08-29T16:17:01.816Z Aug 29 16:16:59.476DEBG 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 } }]DEBGAug 29 16:16:59.476Aug 29 16:16:59.476
47502026-08-29T16:17:01.816Z INFODEBGreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
47512026-08-29T16:17:01.816Z
47522026-08-29T16:17:01.816Z Aug 29 16:16:59.476replacing 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 } }]
47532026-08-29T16:17:01.816ZINFO Aug 29 16:16:59.476adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
47542026-08-29T16:17:01.816ZINFOAug 29 16:16:59.476 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG
47552026-08-29T16:17:01.816ZAug 29 16:16:59.476 replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 29 16:16:59.476
47562026-08-29T16:17:01.816Z DEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 29 16:16:59.476
47572026-08-29T16:17:01.816ZAug 29 16:16:59.476
47582026-08-29T16:17:01.816Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
47592026-08-29T16:17:01.816Z DEBGINFO Aug 29 16:16:59.476adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47602026-08-29T16:17:01.816Z
47612026-08-29T16:17:01.817Ztest route::tests::rollback_on_compact_delete_failure ... ok
47622026-08-29T16:17:01.819ZINFO Aug 29 16:16:59.476adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
47632026-08-29T16:17:01.819ZAug 29 16:16:59.476Aug 29 16:16:59.476 DEBG INFO DEBGAug 29 16:16:59.476 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 } }]DEBGreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47642026-08-29T16:17:01.819Zadding route 3fff:beef:22::/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 } }]
47652026-08-29T16:17:01.819Z
47662026-08-29T16:17:01.819Z
47672026-08-29T16:17:01.819ZAug 29 16:16:59.476 INFOAug 29 16:16:59.476Aug 29 16:16:59.476 Aug 29 16:16:59.476 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO
47682026-08-29T16:17:01.819Z INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
47692026-08-29T16:17:01.819Z
47702026-08-29T16:17:01.819Z 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 } }]
47712026-08-29T16:17:01.819ZAug 29 16:16:59.476Aug 29 16:16:59.476Aug 29 16:16:59.476 DEBG DEBGreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:59.476DEBG
47722026-08-29T16:17:01.819Z replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 29 16:16:59.476
47732026-08-29T16:17:01.819ZAug 29 16:16:59.477Aug 29 16:16:59.477 DEBGAug 29 16:16:59.488 created new freemap INFODEBG , adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffunitcreated new freemap
47742026-08-29T16:17:01.819Z:, unit:freemap_route_ipv4
47752026-08-29T16:17:01.819Zfreemap_route_ipv4
47762026-08-29T16:17:01.819Z INFO Aug 29 16:16:59.476 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBGAug 29 16:16:59.488Aug 29 16:16:59.488adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
47772026-08-29T16:17:01.819Zcreated new freemap DEBGDEBG
47782026-08-29T16:17:01.819Z created new freemap created new freemap, , unitunit::, freemap_route_ipv6unitfreemap_route_ipv6
47792026-08-29T16:17:01.819Z
47802026-08-29T16:17:01.819Z: freemap_route_ipv4
47812026-08-29T16:17:01.819ZAug 29 16:16:59.488Aug 29 16:16:59.488 DEBGDEBG initted freemap. size: 64replacing 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 29 16:16:59.488
47822026-08-29T16:17:01.819Z Aug 29 16:16:59.488DEBGunit DEBGAug 29 16:16:59.488Aug 29 16:16:59.488 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 } }]INFOinitted freemap. size: 64
47832026-08-29T16:17:01.819Z :adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
47842026-08-29T16:17:01.819Z, freemap_route_ipv4
47852026-08-29T16:17:01.819Zunit :DEBGAug 29 16:16:59.488 Aug 29 16:16:59.488freemap_route_ipv4
47862026-08-29T16:17:01.819Z DEBGcreated new freemap Aug 29 16:16:59.488, unitDEBG: Aug 29 16:16:59.488 reset freemapDEBG, unitfreemap_route_ipv6reset freemapINFO, :adding route 3fff:beef:37::/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 } }]
47872026-08-29T16:17:01.819Z
47882026-08-29T16:17:01.819Z
47892026-08-29T16:17:01.819Zunit: freemap_route_ipv4freemap_route_ipv4
47902026-08-29T16:17:01.819ZAug 29 16:16:59.488
47912026-08-29T16:17:01.819Z Aug 29 16:16:59.488DEBGAug 29 16:16:59.488 DEBGAug 29 16:16:59.488INFO Aug 29 16:16:59.488 DEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG initted freemap. size: 64
47922026-08-29T16:17:01.819Zreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] initted freemap. size: 64initted freemap. size: 64,
47932026-08-29T16:17:01.819Z, unit, Aug 29 16:16:59.488unit :Aug 29 16:16:59.488DEBG freemap_route_ipv6: unitreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO:
47942026-08-29T16:17:01.819Zfreemap_route_ipv4 freemap_route_ipv6
47952026-08-29T16:17:01.819Z
47962026-08-29T16:17:01.820Z
47972026-08-29T16:17:01.820ZAug 29 16:16:59.488 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 29 16:16:59.488
47982026-08-29T16:17:01.820ZAug 29 16:16:59.488Aug 29 16:16:59.488 DEBGDEBG reset freemapreset freemap , , DEBGunit :reset freemapunitAug 29 16:16:59.488: , freemap_route_ipv6
47992026-08-29T16:17:01.820Z freemap_route_ipv4DEBGunit
48002026-08-29T16:17:01.820Z: Aug 29 16:16:59.488freemap_route_ipv6
48012026-08-29T16:17:01.824Z Aug 29 16:16:59.488replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
48022026-08-29T16:17:01.824Z adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
48032026-08-29T16:17:01.824ZAug 29 16:16:59.488 initted freemap. size: 64 Aug 29 16:16:59.488INFOAug 29 16:16:59.488 adding route 3fff:dead::/64 -> 2001:db8::55:1, DEBG
48042026-08-29T16:17:01.824Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
48052026-08-29T16:17:01.824Z INFO: Aug 29 16:16:59.488Aug 29 16:16:59.488 DEBG INFOfreemap_route_ipv6adding route 3fff:beef:39::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
48062026-08-29T16:17:01.824Z
48072026-08-29T16:17:01.824Z
48082026-08-29T16:17:01.824Z
48092026-08-29T16:17:01.824ZAug 29 16:16:59.488Aug 29 16:16:59.488 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:2
48102026-08-29T16:17:01.824Z
48112026-08-29T16:17:01.825ZAug 29 16:16:59.488 DEBGINFO Aug 29 16:16:59.488reset freemap Aug 29 16:16:59.488Aug 29 16:16:59.488DEBG, unitINFO : replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:3freemap_route_ipv6
48122026-08-29T16:17:01.825Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
48132026-08-29T16:17:01.825Z
48142026-08-29T16:17:01.825Z 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 } }]
48152026-08-29T16:17:01.825Z
48162026-08-29T16:17:01.825ZAug 29 16:16:59.488Aug 29 16:16:59.488 DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 29 16:16:59.488Aug 29 16:16:59.488 Aug 29 16:16:59.488INFO
48172026-08-29T16:17:01.825Z adding route 3fff:dead::/64 -> 2001:db8::55:3 INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
48182026-08-29T16:17:01.826Z
48192026-08-29T16:17:01.826ZAug 29 16:16:59.488 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4Aug 29 16:16:59.488
48202026-08-29T16:17:01.826ZDEBG Aug 29 16:16:59.488replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
48212026-08-29T16:17:01.826ZAug 29 16:16:59.488
48222026-08-29T16:17:01.826Z 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 } }]DEBGDEBGAug 29 16:16:59.488
48232026-08-29T16:17:01.826Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
48242026-08-29T16:17:01.826Z adding route 3fff:dead::/64 -> 2001:db8::55:4
48252026-08-29T16:17:01.826Z 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 29 16:16:59.488Aug 29 16:16:59.488 Aug 29 16:16:59.488DEBG DEBGDEBG Aug 29 16:16:59.488
48262026-08-29T16:17:01.826Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
48272026-08-29T16:17:01.826ZINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
48282026-08-29T16:17:01.826Z 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 29 16:16:59.488adding route 3fff:dead::/64 -> 2001:db8::55:2
48292026-08-29T16:17:01.826ZDEBG
48302026-08-29T16:17:01.826ZAug 29 16:16:59.488replacing targets for 3fff:dead::/64 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 29 16:16:59.488
48312026-08-29T16:17:01.828Z DEBG INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 29 16:16:59.488
48322026-08-29T16:17:01.828ZAug 29 16:16:59.488 WARN adding route 3fff:beef:27::/64 -> 2001:db8::55:ffshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO
48332026-08-29T16:17:01.828Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
48342026-08-29T16:17:01.828Z
48352026-08-29T16:17:01.828ZAug 29 16:16:59.488 Aug 29 16:16:59.488INFO Aug 29 16:16:59.488ERRO rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG
48362026-08-29T16:17:01.828Zadding route 3fff:dead::/64 -> 2001:db8::55:3
48372026-08-29T16:17:01.828Zreplacing 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 } }]
48382026-08-29T16:17:01.828ZAug 29 16:16:59.488Aug 29 16:16:59.488 DEBGAug 29 16:16:59.488ERRO DEBG Aug 29 16:16:59.488 shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds itreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
48392026-08-29T16:17:01.828Z
48402026-08-29T16:17:01.828ZINFOreplacing 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 } }]
48412026-08-29T16:17:01.828Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 29 16:16:59.488
48422026-08-29T16:17:01.828Z INFOAug 29 16:16:59.488 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 29 16:16:59.488
48432026-08-29T16:17:01.830Z 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 29 16:16:59.476
48442026-08-29T16:17:01.830Z Aug 29 16:16:59.488DEBG DEBGAug 29 16:16:59.488created new freemap , 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 } }]
48452026-08-29T16:17:01.830Z unitadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff:
48462026-08-29T16:17:01.830Z adding route 3fff:dead::/64 -> 2001:db8::55:4freemap_route_ipv4
48472026-08-29T16:17:01.830Z
48482026-08-29T16:17:01.830ZAug 29 16:16:59.488Aug 29 16:16:59.488Aug 29 16:16:59.488 DEBG DEBGreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 29 16:16:59.488replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
48492026-08-29T16:17:01.830ZINFODEBG
48502026-08-29T16:17:01.830Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ffcreated new freemap
48512026-08-29T16:17:01.830Z, unit:Aug 29 16:16:59.488 freemap_route_ipv6Aug 29 16:16:59.488
48522026-08-29T16:17:01.830ZINFO DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
48532026-08-29T16:17:01.830ZAug 29 16:16:59.488
48542026-08-29T16:17:01.830Z DEBGAug 29 16:16:59.488Aug 29 16:16:59.488 initted freemap. size: 64WARNAug 29 16:16:59.488 , shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })unit :
48552026-08-29T16:17:01.830Z freemap_route_ipv4DEBG 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
48562026-08-29T16:17:01.833Z
48572026-08-29T16:17:01.833Z 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 29 16:16:59.488
48582026-08-29T16:17:01.833Z INFO adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff
48592026-08-29T16:17:01.833ZAug 29 16:16:59.488 INFO Aug 29 16:16:59.488adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 29 16:16:59.488Aug 29 16:16:59.488
48602026-08-29T16:17:01.833ZDEBG INFOreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
48612026-08-29T16:17:01.833ZDEBG
48622026-08-29T16:17:01.833Ztest route::tests::rollback_on_index_readd_failure ... ok
48632026-08-29T16:17:01.833Zreplacing 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 } }]
48642026-08-29T16:17:01.833Ztest route::tests::identity_replace_is_noop ... ok
48652026-08-29T16:17:01.833Ztest route::tests::rollback_on_compact_write_failure ... ok
48662026-08-29T16:17:01.833ZAug 29 16:16:59.488Aug 29 16:16:59.488 Aug 29 16:16:59.488INFOAug 29 16:16:59.488 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG
48672026-08-29T16:17:01.833Z 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 } }]failed to allocate space for the new target list
48682026-08-29T16:17:01.833ZAug 29 16:16:59.488
48692026-08-29T16:17:01.833Z DEBG Aug 29 16:16:59.488replacing 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 } }]
48702026-08-29T16:17:01.833ZINFODEBG 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 29 16:16:59.488Aug 29 16:16:59.488
48712026-08-29T16:17:01.833Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFO
48722026-08-29T16:17:01.833Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBG
48732026-08-29T16:17:01.834Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
48742026-08-29T16:17:01.834ZAug 29 16:16:59.489Aug 29 16:16:59.489Aug 29 16:16:59.519Aug 29 16:16:59.489 DEBGDEBGDEBG created new freemap , created new freemapunit, : unit :freemap_route_ipv4 DEBGfreemap_route_ipv4
48752026-08-29T16:17:01.834Z
48762026-08-29T16:17:01.834Z failed to allocate space for the new target list
48772026-08-29T16:17:01.834Z
48782026-08-29T16:17:01.834ZAug 29 16:16:59.488Aug 29 16:16:59.519 DEBGAug 29 16:16:59.519DEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemapDEBG
48792026-08-29T16:17:01.834Z Aug 29 16:16:59.519, created new freemapunit, :unitDEBG: freemap_route_ipv6Aug 29 16:16:59.519freemap_route_ipv6
48802026-08-29T16:17:01.834Z
48812026-08-29T16:17:01.834ZINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
48822026-08-29T16:17:01.834Zreset freemapAug 29 16:16:59.519Aug 29 16:16:59.519 DEBGDEBG, Aug 29 16:16:59.519initted freemap. size: 64initted freemap. size: 64 , , unitunit:DEBG: freemap_route_ipv4freemap_route_ipv4replacing 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 } }]
48832026-08-29T16:17:01.834Z
48842026-08-29T16:17:01.834Z
48852026-08-29T16:17:01.834Zunit: Aug 29 16:16:59.519Aug 29 16:16:59.519freemap_route_ipv4
48862026-08-29T16:17:01.834ZDEBGDEBG reset freemapAug 29 16:16:59.519reset freemap , INFO, unitunit:: adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
48872026-08-29T16:17:01.834Zfreemap_route_ipv4freemap_route_ipv4
48882026-08-29T16:17:01.834Z
48892026-08-29T16:17:01.834ZAug 29 16:16:59.519Aug 29 16:16:59.519 DEBGDEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64
48902026-08-29T16:17:01.834Z, Aug 29 16:16:59.519Aug 29 16:16:59.519unit: Aug 29 16:16:59.519created new freemapfreemap_route_ipv6
48912026-08-29T16:17:01.835ZINFO, adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG unit
48922026-08-29T16:17:01.835ZDEBG: initted freemap. size: 64Aug 29 16:16:59.519, freemap_route_ipv4 unit
48932026-08-29T16:17:01.835Z: freemap_route_ipv6Aug 29 16:16:59.519
48942026-08-29T16:17:01.835ZDEBG initted freemap. size: 64reset freemap , Aug 29 16:16:59.519unit :, DEBGAug 29 16:16:59.519 DEBGfreemap_route_ipv6unitreset freemapDEBG
48952026-08-29T16:17:01.835Z, created new freemap:, unitunit ::Aug 29 16:16:59.519replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO freemap_route_ipv6
48962026-08-29T16:17:01.835Zadding route 3fff:dead::/64 -> 2001:db8::55:1
48972026-08-29T16:17:01.835Z
48982026-08-29T16:17:01.835Zfreemap_route_ipv6freemap_route_ipv6
48992026-08-29T16:17:01.835Z
49002026-08-29T16:17:01.835ZAug 29 16:16:59.519Aug 29 16:16:59.519Aug 29 16:16:59.519 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 } }]INFO
49012026-08-29T16:17:01.839Z adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
49022026-08-29T16:17:01.839ZAug 29 16:16:59.519
49032026-08-29T16:17:01.839Z DEBG initted freemap. size: 64Aug 29 16:16:59.519, Aug 29 16:16:59.519unit :Aug 29 16:16:59.519INFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2
49042026-08-29T16:17:01.839Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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_ipv4
49052026-08-29T16:17:01.839Z
49062026-08-29T16:17:01.840ZDEBG 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 29 16:16:59.519
49072026-08-29T16:17:01.840ZAug 29 16:16:59.519 Aug 29 16:16:59.519DEBGAug 29 16:16:59.519 INFOreset freemap DEBG, Aug 29 16:16:59.519unitadding route 172.16.0.0/32 -> 10.0.0.2
49082026-08-29T16:17:01.840Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]:
49092026-08-29T16:17:01.840Z INFOAug 29 16:16:59.519 freemap_route_ipv4Aug 29 16:16:59.519
49102026-08-29T16:17:01.840Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
49112026-08-29T16:17:01.840ZINFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3
49122026-08-29T16:17:01.840ZAug 29 16:16:59.519Aug 29 16:16:59.519 DEBGDEBG DEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:59.519replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
49132026-08-29T16:17:01.840ZDEBGreset freemap
49142026-08-29T16:17:01.840Z 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 29 16:16:59.519Aug 29 16:16:59.519
49152026-08-29T16:17:01.840Z unitINFO unitadding route 172.16.0.0/32 -> 10.0.0.3Aug 29 16:16:59.519:
49162026-08-29T16:17:01.840Zfreemap_route_ipv6INFOINFO
49172026-08-29T16:17:01.840Zadding route 3fff:dead::/64 -> 2001:db8::55:4
49182026-08-29T16:17:01.840Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
49192026-08-29T16:17:01.840ZAug 29 16:16:59.519 DEBG :Aug 29 16:16:59.519replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
49202026-08-29T16:17:01.840ZAug 29 16:16:59.519 Aug 29 16:16:59.519 DEBGDEBGDEBGAug 29 16:16:59.519 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 } }]INFO
49212026-08-29T16:17:01.840Z , replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4unit
49222026-08-29T16:17:01.840Zfreemap_route_ipv6:
49232026-08-29T16:17:01.840Z
49242026-08-29T16:17:01.840Z freemap_route_ipv6Aug 29 16:16:59.519
49252026-08-29T16:17:01.840ZAug 29 16:16:59.519 DEBGDEBG Aug 29 16:16:59.519replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
49262026-08-29T16:17:01.840Z replacing targets for 3fff:dead::/64 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 29 16:16:59.519
49272026-08-29T16:17:01.840Z INFOINFO Aug 29 16:16:59.519adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 29 16:16:59.519
49282026-08-29T16:17:01.840ZAug 29 16:16:59.519DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 29 16:16:59.519INFO
49292026-08-29T16:17:01.840Z adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1WARN
49302026-08-29T16:17:01.840Zshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
49312026-08-29T16:17:01.840Zreplacing 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 } }]
49322026-08-29T16:17:01.840Z
49332026-08-29T16:17:01.840ZAug 29 16:16:59.519Aug 29 16:16:59.519 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: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 } }]
49342026-08-29T16:17:01.840Z
49352026-08-29T16:17:01.840ZAug 29 16:16:59.519 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
49362026-08-29T16:17:01.840ZAug 29 16:16:59.488Aug 29 16:16:59.519 Aug 29 16:16:59.519 INFOINFODEBG Aug 29 16:16:59.519 adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
49372026-08-29T16:17:01.840Z
49382026-08-29T16:17:01.840Z DEBG
49392026-08-29T16:17:01.840Z 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 29 16:16:59.519
49402026-08-29T16:17:01.841Z Aug 29 16:16:59.488DEBGAug 29 16:16:59.519 Aug 29 16:16:59.519INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFOINFO
49412026-08-29T16:17:01.841Z adding route 3fff:beef:3a::/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 } }]
49422026-08-29T16:17:01.841Z
49432026-08-29T16:17:01.841Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 29 16:16:59.519
49442026-08-29T16:17:01.841Z Aug 29 16:16:59.519Aug 29 16:16:59.519 DEBGAug 29 16:16:59.519 replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 29 16:16:59.519DEBG
49452026-08-29T16:17:01.841Zadding route 3fff:dead::/64 -> 2001:db8::55:3
49462026-08-29T16:17:01.841Zreplacing 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 replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, 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 } }]
49472026-08-29T16:17:01.841Z
49482026-08-29T16:17:01.841ZAug 29 16:16:59.519Aug 29 16:16:59.519Aug 29 16:16:59.519 INFO INFOINFOAug 29 16:16:59.519adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
49492026-08-29T16:17:01.841Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG
49502026-08-29T16:17:01.841Z adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 29 16:16:59.519replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
49512026-08-29T16:17:01.841ZAug 29 16:16:59.519
49522026-08-29T16:17:01.842ZDEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
49532026-08-29T16:17:01.842Z Aug 29 16:16:59.519replacing 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 29 16:16:59.519Aug 29 16:16:59.519
49542026-08-29T16:17:01.842Z INFOINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4
49552026-08-29T16:17:01.842Z
49562026-08-29T16:17:01.842Z Aug 29 16:16:59.519DEBG Aug 29 16:16:59.519INFO Aug 29 16:16:59.519replacing 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 DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
49572026-08-29T16:17:01.842Z
49582026-08-29T16:17:01.842Zreplacing 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 } }]
49592026-08-29T16:17:01.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:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 29 16:16:59.519
49602026-08-29T16:17:01.842Z DEBGAug 29 16:16:59.519 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 29 16:16:59.519Aug 29 16:16:59.519
49612026-08-29T16:17:01.842ZINFO DEBG 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:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
49622026-08-29T16:17:01.842ZINFO
49632026-08-29T16:17:01.842ZAug 29 16:16:59.519 adding route 3fff:dead::/64 -> 2001:db8::55:2INFOAug 29 16:16:59.519 Aug 29 16:16:59.519adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffDEBG
49642026-08-29T16:17:01.842Z
49652026-08-29T16:17:01.842Z 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 } }]WARN
49662026-08-29T16:17:01.842Z shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
49672026-08-29T16:17:01.843ZAug 29 16:16:59.519Aug 29 16:16:59.519 INFODEBGAug 29 16:16:59.519 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:36::/64 -> 2001:db8::55:ff
49682026-08-29T16:17:01.843Z
49692026-08-29T16:17:01.843ZDEBG 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 29 16:16:59.519 INFO Aug 29 16:16:59.520adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff Aug 29 16:16:59.519DEBG
49702026-08-29T16:17:01.844Z
49712026-08-29T16:17:01.844Z created new freemapDEBG created new freemap,
49722026-08-29T16:17:01.844Z, Aug 29 16:16:59.520unitunit: DEBGfreemap_route_ipv4:
49732026-08-29T16:17:01.845Z created new freemapfreemap_route_ipv4,
49742026-08-29T16:17:01.845Zunit: freemap_route_ipv4
49752026-08-29T16:17:01.845ZAug 29 16:16:59.519 DEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:17:00.402Aug 29 16:17:00.402 Aug 29 16:17:00.402
49762026-08-29T16:17:01.845Z DEBGAug 29 16:17:00.402INFO INFOcreated new freemapadding route 3fff:beef::/64 -> 2001:db8::55:ffAug 29 16:17:00.402,
49772026-08-29T16:17:01.845Zunitadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff:
49782026-08-29T16:17:01.845Z DEBGAug 29 16:17:00.402freemap_route_ipv6
49792026-08-29T16:17:01.845ZDEBGDEBG Aug 29 16:17:00.402 created new freemap DEBGreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:17:00.402
49802026-08-29T16:17:01.845Z replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:17:00.402replacing 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 } }]
49812026-08-29T16:17:01.845ZAug 29 16:17:00.402
49822026-08-29T16:17:01.845Z Aug 29 16:17:00.402INFO, Aug 29 16:17:00.402unitDEBG : INFOinitted freemap. size: 64 , Aug 29 16:17:00.402unitDEBGDEBG :created new freemap INFO , freemap_route_ipv4failed to allocate space for the new target list
49832026-08-29T16:17:01.845Z
49842026-08-29T16:17:01.845Z adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:fffreemap_route_ipv6
49852026-08-29T16:17:01.846ZAug 29 16:17:00.402
49862026-08-29T16:17:01.846Z Aug 29 16:17:00.402 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 29 16:17:00.402
49872026-08-29T16:17:01.846Zunit
49882026-08-29T16:17:01.846Z reset freemap, unitDEBG:Aug 29 16:17:00.402 freemap_route_ipv4Aug 29 16:17:00.402
49892026-08-29T16:17:01.846Zreplacing 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:
49902026-08-29T16:17:01.846Zfreemap_route_ipv6 replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 29 16:17:00.402
49912026-08-29T16:17:01.846Z
49922026-08-29T16:17:01.846ZDEBGAug 29 16:17:00.402 initted freemap. size: 64 , INFOunit : adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 29 16:17:00.402
49932026-08-29T16:17:01.846Z INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:fffreemap_route_ipv6
49942026-08-29T16:17:01.846ZAug 29 16:17:00.402
49952026-08-29T16:17:01.846Z DEBG initted freemap. size: 64replacing 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 } }],
49962026-08-29T16:17:01.846ZunitAug 29 16:17:00.402Aug 29 16:17:00.402 DEBG:DEBG Aug 29 16:17:00.402 freemap_route_ipv4reset freemap
49972026-08-29T16:17:01.846Z, 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 } }]unitAug 29 16:17:00.402:
49982026-08-29T16:17:01.846ZINFO freemap_route_ipv6adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
49992026-08-29T16:17:01.846Z
50002026-08-29T16:17:01.846ZAug 29 16:17:00.402 Aug 29 16:17:00.402DEBGAug 29 16:17:00.402 DEBGinitted freemap. size: 64INFOINFO, Aug 29 16:17:00.402reset freemap DEBGunitadding route 172.16.0.0/32 -> 10.0.0.1
50012026-08-29T16:17:01.850Zreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff,
50022026-08-29T16:17:01.851Z
50032026-08-29T16:17:01.851Zunit:: Aug 29 16:17:00.402 Aug 29 16:17:00.402DEBG DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 29 16:17:00.402freemap_route_ipv4
50042026-08-29T16:17:01.851Zfreemap_route_ipv4
50052026-08-29T16:17:01.851Zreplacing 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
50062026-08-29T16:17:01.851Z adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 29 16:17:00.402
50072026-08-29T16:17:01.851Z
50082026-08-29T16:17:01.851ZAug 29 16:17:00.402INFO adding route 172.17.0.0/32 -> 10.0.0.255INFO
50092026-08-29T16:17:01.851ZAug 29 16:17:00.402 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBGAug 29 16:17:00.402
50102026-08-29T16:17:01.851ZDEBG 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 29 16:17:00.402initted freemap. size: 64
50112026-08-29T16:17:01.851ZAug 29 16:17:00.402 DEBG, unitreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:DEBGAug 29 16:17:00.402
50122026-08-29T16:17:01.851Z DEBG freemap_route_ipv6replacing 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 } }]
50132026-08-29T16:17:01.851Z
50142026-08-29T16:17:01.851ZAug 29 16:17:00.402 Aug 29 16:17:00.402INFO Aug 29 16:17:00.402adding route 172.17.0.1/32 -> 10.0.0.255 Aug 29 16:17:00.402
50152026-08-29T16:17:01.851ZDEBG INFOINFO reset freemapadding route 3fff:beef:31::/64 -> 2001:db8::55:ff,
50162026-08-29T16:17:01.851Zunit Aug 29 16:17:00.402 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBG
50172026-08-29T16:17:01.851Zreset freemap replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
50182026-08-29T16:17:01.851Zunit:Aug 29 16:17:00.402 Aug 29 16:17:00.402DEBG Aug 29 16:17:00.402 :replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
50192026-08-29T16:17:01.852Z 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 } }]INFO freemap_route_ipv6Aug 29 16:17:00.402adding route 172.17.0.2/32 -> 10.0.0.255
50202026-08-29T16:17:01.852Z
50212026-08-29T16:17:01.852Z
50222026-08-29T16:17:01.852Z freemap_route_ipv4INFO
50232026-08-29T16:17:01.852Z Aug 29 16:17:00.402Aug 29 16:17:00.402adding route 3fff:beef:6::/64 -> 2001:db8::55:ff Aug 29 16:17:00.402
50242026-08-29T16:17:01.852ZDEBG INFO replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
50252026-08-29T16:17:01.852Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 29 16:17:00.402
50262026-08-29T16:17:01.852ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1
50272026-08-29T16:17:01.852Z Aug 29 16:17:00.402DEBGAug 29 16:17:00.402 INFOAug 29 16:17:00.402Aug 29 16:17:00.402 adding route 172.17.0.3/32 -> 10.0.0.255DEBGDEBG
50282026-08-29T16:17:01.852Z 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 } }]
50292026-08-29T16:17:01.852Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]initted freemap. size: 64, Aug 29 16:17:00.402
50302026-08-29T16:17:01.852Zunit :Aug 29 16:17:00.402 INFO DEBGAug 29 16:17:00.402DEBGfreemap_route_ipv6 INFO
50312026-08-29T16:17:01.852Z adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
50322026-08-29T16:17:01.852Z
50332026-08-29T16:17:01.852Z
50342026-08-29T16:17:01.852Zreplacing 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 } }]
50352026-08-29T16:17:01.852ZAug 29 16:17:00.402Aug 29 16:17:00.402Aug 29 16:17:00.402 Aug 29 16:17:00.402INFO DEBGDEBGINFO adding route 172.17.0.4/32 -> 10.0.0.255 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]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 } }]
50362026-08-29T16:17:01.853Z
50372026-08-29T16:17:01.853Z
50382026-08-29T16:17:01.853Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
50392026-08-29T16:17:01.853ZAug 29 16:17:00.402 Aug 29 16:17:00.402DEBG Aug 29 16:17:00.402 INFOreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
50402026-08-29T16:17:01.853ZDEBG Aug 29 16:17:00.402adding route 3fff:beef:8::/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 } }]Aug 29 16:17:00.402
50412026-08-29T16:17:01.853Z
50422026-08-29T16:17:01.853Z DEBGAug 29 16:17:00.402Aug 29 16:17:00.402 DEBGreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
50432026-08-29T16:17:01.853ZDEBG reset freemapreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
50442026-08-29T16:17:01.853Z , unitAug 29 16:17:00.402adding route 172.17.0.5/32 -> 10.0.0.255 :Aug 29 16:17:00.402INFO
50452026-08-29T16:17:01.853Z INFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
50462026-08-29T16:17:01.853Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
50472026-08-29T16:17:01.853Zfreemap_route_ipv6Aug 29 16:17:00.402
50482026-08-29T16:17:01.853Z Aug 29 16:17:00.402DEBG DEBGAug 29 16:17:00.402 replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
50492026-08-29T16:17:01.853Z
50502026-08-29T16:17:01.854ZAug 29 16:17:00.402 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 29 16:17:00.402replacing 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 } }]
50512026-08-29T16:17:01.854Z
50522026-08-29T16:17:01.854ZAug 29 16:17:00.402 INFOINFO adding route 172.17.0.6/32 -> 10.0.0.255Aug 29 16:17:00.402adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
50532026-08-29T16:17:01.854Z
50542026-08-29T16:17:01.854ZAug 29 16:17:00.402 INFODEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 29 16:17:00.402
50552026-08-29T16:17:01.854ZAug 29 16:17:00.402replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
50562026-08-29T16:17:01.854Z 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 29 16:17:00.402
50572026-08-29T16:17:01.854ZDEBG DEBGAug 29 16:17:00.402replacing 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
50582026-08-29T16:17:01.854Zreplacing 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 29 16:17:00.402
50592026-08-29T16:17:01.854Z INFO adding route 172.17.0.7/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2
50602026-08-29T16:17:01.854Z
50612026-08-29T16:17:01.854ZAug 29 16:17:00.402Aug 29 16:17:00.402 INFOINFO Aug 29 16:17:00.402adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
50622026-08-29T16:17:01.854Z
50632026-08-29T16:17:01.854Z DEBG Aug 29 16:17:00.402replacing 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 29 16:17:00.402Aug 29 16:17:00.402
50642026-08-29T16:17:01.854Z DEBGDEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
50652026-08-29T16:17:01.854Ztest route::tests::same_size_non_subset_replace ... ok
50662026-08-29T16:17:01.854Z replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
50672026-08-29T16:17:01.854Z
50682026-08-29T16:17:01.854ZAug 29 16:17:00.402 Aug 29 16:17:00.402INFO INFOadding route 172.17.0.8/32 -> 10.0.0.255
50692026-08-29T16:17:01.854Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
50702026-08-29T16:17:01.855Ztest transceivers::mpn_test::test_mpn_missing ... ok
50712026-08-29T16:17:01.855ZAug 29 16:17:00.402Aug 29 16:17:00.402 Aug 29 16:17:00.402Aug 29 16:17:00.402DEBG 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 } }]
50722026-08-29T16:17:01.855Ztest transceivers::mpn_test::test_mpn_present ... ok
50732026-08-29T16:17:01.855Ztest transceivers::mpn_test::test_xcvr_missing ... ok
50742026-08-29T16:17:01.855Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
50752026-08-29T16:17:01.855Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
50762026-08-29T16:17:01.855Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
50772026-08-29T16:17:01.855Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
50782026-08-29T16:17:01.855Z replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
50792026-08-29T16:17:01.855Z adding route 3fff:beef:c::/64 -> 2001:db8::55:ffINFO
50802026-08-29T16:17:01.855Z Aug 29 16:17:00.402adding route 3fff:dead::/64 -> 2001:db8::55:3
50812026-08-29T16:17:01.855ZINFO Aug 29 16:17:00.402adding route 172.17.0.9/32 -> 10.0.0.255
50822026-08-29T16:17:01.855ZAug 29 16:17:00.402Aug 29 16:17:00.402INFO DEBG Aug 29 16:17:00.402adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
50832026-08-29T16:17:01.855ZDEBG 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 } }]
50842026-08-29T16:17:01.856Zreplacing 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 29 16:17:00.402DEBG DEBG
50852026-08-29T16:17:01.856Zreplacing 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 } }]
50862026-08-29T16:17:01.856ZAug 29 16:17:00.402replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
50872026-08-29T16:17:01.856ZINFO Aug 29 16:17:00.402Aug 29 16:17:00.402 Aug 29 16:17:00.402 INFOINFO adding route 172.17.0.10/32 -> 10.0.0.255INFO
50882026-08-29T16:17:01.856Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:4
50892026-08-29T16:17:01.856Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
50902026-08-29T16:17:01.856ZAug 29 16:17:00.402 DEBG
50912026-08-29T16:17:01.856Zreplacing 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 29 16:17:00.402Aug 29 16:17:00.402
50922026-08-29T16:17:01.856Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
50932026-08-29T16:17:01.856Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
50942026-08-29T16:17:01.856Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
50952026-08-29T16:17:01.856Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
50962026-08-29T16:17:01.856Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
50972026-08-29T16:17:01.856Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
50982026-08-29T16:17:01.856Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
50992026-08-29T16:17:01.856Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
51002026-08-29T16:17:01.857Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
51012026-08-29T16:17:01.861Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
51022026-08-29T16:17:01.861Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
51032026-08-29T16:17:01.861Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
51042026-08-29T16:17:01.861Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
51052026-08-29T16:17:01.861Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
51062026-08-29T16:17:01.861Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
51072026-08-29T16:17:01.862Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
51082026-08-29T16:17:01.862Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
51092026-08-29T16:17:01.862Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
51102026-08-29T16:17:01.862Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
51112026-08-29T16:17:01.862Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
51122026-08-29T16:17:01.862Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
51132026-08-29T16:17:01.862Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
51142026-08-29T16:17:01.862Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
51152026-08-29T16:17:01.862Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
51162026-08-29T16:17:01.862Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
51172026-08-29T16:17:01.862Z DEBG Aug 29 16:17:00.402 DEBGAug 29 16:17:00.402INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 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 } }]
51182026-08-29T16:17:01.863Zadding route 172.17.0.11/32 -> 10.0.0.255
51192026-08-29T16:17:01.863ZAug 29 16:17:00.403 Aug 29 16:17:00.403DEBG Aug 29 16:17:00.452DEBGcreated new freemapAug 29 16:17:00.452 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 } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ffcreated new freemap,
51202026-08-29T16:17:01.863Zunit:Aug 29 16:17:00.452
51212026-08-29T16:17:01.863Zfreemap_route_ipv4
51222026-08-29T16:17:01.863Z INFO,
51232026-08-29T16:17:01.863Zadding route 172.17.0.12/32 -> 10.0.0.255
51242026-08-29T16:17:01.863ZunitAug 29 16:17:00.452: DEBGfreemap_route_ipv4 Aug 29 16:17:00.452
51252026-08-29T16:17:01.863Z Aug 29 16:17:00.452replacing 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 29 16:17:00.452 DEBG
51262026-08-29T16:17:01.863Z 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 } }]
51272026-08-29T16:17:01.863ZDEBG 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: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 } }]unit
51282026-08-29T16:17:01.863ZAug 29 16:17:00.452:Aug 29 16:17:00.452 Aug 29 16:17:00.452INFO DEBGfreemap_route_ipv6 adding route 172.17.0.13/32 -> 10.0.0.255 created new freemap
51292026-08-29T16:17:01.863Z
51302026-08-29T16:17:01.863ZINFO, adding route 3fff:beef:f::/64 -> 2001:db8::55:ffunit
51312026-08-29T16:17:01.863Z: Aug 29 16:17:00.452 Aug 29 16:17:00.452DEBGfreemap_route_ipv6 Aug 29 16:17:00.452 replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
51322026-08-29T16:17:01.865Z
51332026-08-29T16:17:01.865Z DEBG initted freemap. size: 64replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:17:00.452
51342026-08-29T16:17:01.865Z , Aug 29 16:17:00.452INFO unitadding route 172.17.0.14/32 -> 10.0.0.255 :DEBG
51352026-08-29T16:17:01.865Z freemap_route_ipv4initted freemap. size: 64
51362026-08-29T16:17:01.865ZAug 29 16:17:00.452, unitAug 29 16:17:00.452INFO : DEBG Aug 29 16:17:00.452adding route 3fff:beef:10::/64 -> 2001:db8::55:fffreemap_route_ipv4
51372026-08-29T16:17:01.865Z
51382026-08-29T16:17:01.865Z replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
51392026-08-29T16:17:01.865Z Aug 29 16:17:00.452Aug 29 16:17:00.452reset freemap , unitDEBGAug 29 16:17:00.452DEBG :replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] reset freemapINFO
51402026-08-29T16:17:01.865Z freemap_route_ipv4, adding route 172.17.0.15/32 -> 10.0.0.255
51412026-08-29T16:17:01.865Zunit
51422026-08-29T16:17:01.865Z: Aug 29 16:17:00.452freemap_route_ipv4
51432026-08-29T16:17:01.865ZAug 29 16:17:00.452INFO DEBG initted freemap. size: 64adding route 3fff:beef:11::/64 -> 2001:db8::55:ff,
51442026-08-29T16:17:01.865ZunitAug 29 16:17:00.452:Aug 29 16:17:00.452 freemap_route_ipv6
51452026-08-29T16:17:01.865ZDEBGDEBG Aug 29 16:17:00.452replacing 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 } }] initted freemap. size: 64DEBG
51462026-08-29T16:17:01.865Z Aug 29 16:17:00.452, 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 } }] unit
51472026-08-29T16:17:01.865ZAug 29 16:17:00.452: INFODEBG adding route 172.17.0.16/32 -> 10.0.0.255Aug 29 16:17:00.452
51482026-08-29T16:17:01.865Z freemap_route_ipv6INFO
51492026-08-29T16:17:01.867Zreset freemap , unitAug 29 16:17:00.452:adding route 3fff:beef:12::/64 -> 2001:db8::55:ff Aug 29 16:17:00.452DEBG
51502026-08-29T16:17:01.867Z 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
51512026-08-29T16:17:01.867Z reset freemap , freemap_route_ipv6unit
51522026-08-29T16:17:01.867Z:Aug 29 16:17:00.452 freemap_route_ipv6INFOAug 29 16:17:00.452 DEBG
51532026-08-29T16:17:01.867Zadding route 172.17.0.17/32 -> 10.0.0.255replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:17:00.452
51542026-08-29T16:17:01.867Z INFO
51552026-08-29T16:17:01.867Z Aug 29 16:17:00.452adding route 172.16.0.0/32 -> 10.0.0.1
51562026-08-29T16:17:01.867ZINFOAug 29 16:17:00.452 DEBGadding route 172.16.0.0/32 -> 10.0.0.1Aug 29 16:17:00.452
51572026-08-29T16:17:01.867Z 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 29 16:17:00.452INFO
51582026-08-29T16:17:01.867Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 29 16:17:00.452
51592026-08-29T16:17:01.867Z DEBGAug 29 16:17:00.452 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 29 16:17:00.452
51602026-08-29T16:17:01.867Z adding route 172.17.0.18/32 -> 10.0.0.255DEBG
51612026-08-29T16:17:01.867Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
51622026-08-29T16:17:01.867ZAug 29 16:17:00.452Aug 29 16:17:00.452 INFO
51632026-08-29T16:17:01.868ZDEBG adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }]
51642026-08-29T16:17:01.868Z
51652026-08-29T16:17:01.868ZAug 29 16:17:00.452 Aug 29 16:17:00.452INFO Aug 29 16:17:00.452INFOAug 29 16:17:00.452 adding route 3fff:beef:14::/64 -> 2001:db8::55:ff INFOadding route 172.16.0.0/32 -> 10.0.0.2 DEBG
51662026-08-29T16:17:01.870Z
51672026-08-29T16:17:01.870Zadding route 172.17.0.19/32 -> 10.0.0.255
51682026-08-29T16:17:01.870Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
51692026-08-29T16:17:01.870ZAug 29 16:17:00.452Aug 29 16:17:00.452 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 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
51702026-08-29T16:17:01.870Z
51712026-08-29T16:17:01.870ZAug 29 16:17:00.452Aug 29 16:17:00.452 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 } }]
51722026-08-29T16:17:01.870ZAug 29 16:17:00.452 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 29 16:17:00.452INFO INFO
51732026-08-29T16:17:01.870ZAug 29 16:17:00.452 adding route 172.17.0.0/32 -> 10.0.0.255adding route 3fff:beef:15::/64 -> 2001:db8::55:ff INFO
51742026-08-29T16:17:01.870Z
51752026-08-29T16:17:01.870Zadding route 172.17.0.20/32 -> 10.0.0.255
51762026-08-29T16:17:01.870ZAug 29 16:17:00.452Aug 29 16:17:00.452Aug 29 16:17:00.452 DEBGDEBGDEBG 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 } }]
51772026-08-29T16:17:01.870Zreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
51782026-08-29T16:17:01.870Z
51792026-08-29T16:17:01.870ZAug 29 16:17:00.452 INFO Aug 29 16:17:00.452adding route 172.17.0.1/32 -> 10.0.0.255
51802026-08-29T16:17:01.871ZINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
51812026-08-29T16:17:01.871ZAug 29 16:17:00.452 Aug 29 16:17:00.452 DEBG DEBGreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:17:00.452
51822026-08-29T16:17:01.871Z 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
51832026-08-29T16:17:01.871Z adding route 172.17.0.21/32 -> 10.0.0.255Aug 29 16:17:00.452 INFO
51842026-08-29T16:17:01.871Z adding route 172.17.0.2/32 -> 10.0.0.255Aug 29 16:17:00.452
51852026-08-29T16:17:01.871Z INFOAug 29 16:17:00.452 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBGAug 29 16:17:00.452
51862026-08-29T16:17:01.871Zreplacing 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
51872026-08-29T16:17:01.871Z 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 } }]
51882026-08-29T16:17:01.871ZAug 29 16:17:00.452 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 } }]
51892026-08-29T16:17:01.871ZAug 29 16:17:00.452 INFOAug 29 16:17:00.452Aug 29 16:17:00.452 INFOadding route 172.17.0.22/32 -> 10.0.0.255
51902026-08-29T16:17:01.871Zadding route 172.17.0.3/32 -> 10.0.0.255INFO
51912026-08-29T16:17:01.871Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 29 16:17:00.452
51922026-08-29T16:17:01.871Z DEBG Aug 29 16:17:00.452replacing 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 29 16:17:00.452
51932026-08-29T16:17:01.871Z DEBGDEBG
51942026-08-29T16:17:01.871Z Aug 29 16:17:00.452replacing 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 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
51952026-08-29T16:17:01.871Z
51962026-08-29T16:17:01.872Z adding route 172.17.0.23/32 -> 10.0.0.255
51972026-08-29T16:17:01.872ZAug 29 16:17:00.452Aug 29 16:17:00.452 DEBGINFO Aug 29 16:17:00.452replacing 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:19::/64 -> 2001:db8::55:ff
51982026-08-29T16:17:01.872ZINFO
51992026-08-29T16:17:01.872ZAug 29 16:17:00.452adding route 172.17.0.4/32 -> 10.0.0.255 DEBG
52002026-08-29T16:17:01.872Z 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 29 16:17:00.452
52012026-08-29T16:17:01.876Z Aug 29 16:17:00.452DEBGAug 29 16:17:00.452 INFOAug 29 16:17:00.452 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFODEBGreplacing 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 } }]
52022026-08-29T16:17:01.876Zreplacing 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 } }]
52032026-08-29T16:17:01.876Zadding route 172.17.0.24/32 -> 10.0.0.255
52042026-08-29T16:17:01.876Z
52052026-08-29T16:17:01.876ZAug 29 16:17:00.452Aug 29 16:17:00.452 Aug 29 16:17:00.452INFO DEBG Aug 29 16:17:00.452 adding route 172.17.0.5/32 -> 10.0.0.255replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
52062026-08-29T16:17:01.877ZINFO DEBG
52072026-08-29T16:17:01.877Z 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 } }]
52082026-08-29T16:17:01.877Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
52092026-08-29T16:17:01.877ZAug 29 16:17:00.452Aug 29 16:17:00.452 DEBG INFO Aug 29 16:17:00.452adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreplacing 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 } }]
52102026-08-29T16:17:01.877Z
52112026-08-29T16:17:01.877ZINFOAug 29 16:17:00.452 adding route 172.17.0.25/32 -> 10.0.0.255DEBG
52122026-08-29T16:17:01.877ZAug 29 16:17:00.452Aug 29 16:17:00.452 INFODEBGreplacing 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 29 16:17:00.452
52132026-08-29T16:17:01.878Z 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 } }]adding route 172.17.0.6/32 -> 10.0.0.255
52142026-08-29T16:17:01.878Zreplacing 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 } }]
52152026-08-29T16:17:01.878Z
52162026-08-29T16:17:01.878ZAug 29 16:17:00.452 Aug 29 16:17:00.452Aug 29 16:17:00.452 INFODEBG adding route 3fff:beef:3a::/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 } }]INFO
52172026-08-29T16:17:01.878ZAug 29 16:17:00.452 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
52182026-08-29T16:17:01.878Z
52192026-08-29T16:17:01.878Z Aug 29 16:17:00.452INFO adding route 172.17.0.26/32 -> 10.0.0.255INFO
52202026-08-29T16:17:01.878Z adding route 172.17.0.7/32 -> 10.0.0.255Aug 29 16:17:00.452Aug 29 16:17:00.452 DEBGDEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }]
52212026-08-29T16:17:01.879Z
52222026-08-29T16:17:01.879ZAug 29 16:17:00.452
52232026-08-29T16:17:01.879Z DEBGreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 29 16:17:00.452Aug 29 16:17:00.452 Aug 29 16:17:00.452 DEBGINFOreplacing 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 } }]
52242026-08-29T16:17:01.879Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
52252026-08-29T16:17:01.879Zreplacing 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
52262026-08-29T16:17:01.879Z
52272026-08-29T16:17:01.879Z Aug 29 16:17:00.452adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
52282026-08-29T16:17:01.880ZINFO adding route 172.17.0.27/32 -> 10.0.0.255Aug 29 16:17:00.452Aug 29 16:17:00.452
52292026-08-29T16:17:01.881Z INFOAug 29 16:17:00.452 INFOAug 29 16:17:00.452 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 172.17.0.8/32 -> 10.0.0.255 Aug 29 16:17:00.452
52302026-08-29T16:17:01.881Z DEBG DEBG
52312026-08-29T16:17:01.881ZDEBGAug 29 16:17:00.452 replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
52322026-08-29T16:17:01.881ZAug 29 16:17:00.453
52332026-08-29T16:17:01.881Z Aug 29 16:17:00.463DEBG INFOcreated new freemap , adding route 172.17.0.28/32 -> 10.0.0.255unit
52342026-08-29T16:17:01.881ZDEBG: 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_ipv4Aug 29 16:17:00.463
52352026-08-29T16:17:01.881Z
52362026-08-29T16:17:01.881Z DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:17:00.463 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
52372026-08-29T16:17:01.881ZAug 29 16:17:00.463
52382026-08-29T16:17:01.881Z DEBG created new freemapAug 29 16:17:00.463 Aug 29 16:17:00.463INFO INFOadding route 172.17.0.29/32 -> 10.0.0.255 ,
52392026-08-29T16:17:01.881Zadding route 172.17.0.9/32 -> 10.0.0.255unit
52402026-08-29T16:17:01.881Z: Aug 29 16:17:00.463Aug 29 16:16:59.520 Aug 29 16:17:00.463DEBG Aug 29 16:17:00.463 DEBGfreemap_route_ipv6replacing 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
52412026-08-29T16:17:01.881Z
52422026-08-29T16:17:01.881Z DEBG created new freemapreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
52432026-08-29T16:17:01.881Z
52442026-08-29T16:17:01.881ZAug 29 16:17:00.463, unitDEBG:Aug 29 16:17:00.463 Aug 29 16:17:00.463INFO Aug 29 16:17:00.463 adding route 172.17.0.30/32 -> 10.0.0.255freemap_route_ipv4INFO
52452026-08-29T16:17:01.881Z
52462026-08-29T16:17:01.881Zinitted freemap. size: 64 , INFOAug 29 16:17:00.463 adding route 172.17.0.10/32 -> 10.0.0.255unitadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
52472026-08-29T16:17:01.881ZDEBG 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 } }]:
52482026-08-29T16:17:01.881ZAug 29 16:17:00.463 DEBGAug 29 16:17:00.463freemap_route_ipv4
52492026-08-29T16:17:01.881Z
52502026-08-29T16:17:01.881Zcreated new freemapAug 29 16:17:00.463, unit :INFO freemap_route_ipv6
52512026-08-29T16:17:01.881Zadding route 172.17.0.31/32 -> 10.0.0.255Aug 29 16:17:00.463
52522026-08-29T16:17:01.881Z Aug 29 16:17:00.463DEBGDEBG Aug 29 16:17:00.463 replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:17:00.463
52532026-08-29T16:17:01.881Z DEBGDEBGDEBG 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: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 } }]initted freemap. size: 64
52542026-08-29T16:17:01.881Z, unit
52552026-08-29T16:17:01.881Zreset freemap, :unitAug 29 16:17:00.463 Aug 29 16:17:00.463Aug 29 16:17:00.463freemap_route_ipv4INFO
52562026-08-29T16:17:01.881Z :adding route 172.17.0.32/32 -> 10.0.0.255
52572026-08-29T16:17:01.881Z INFO INFO freemap_route_ipv4Aug 29 16:17:00.463 adding route 172.17.0.11/32 -> 10.0.0.255
52582026-08-29T16:17:01.881Ztest route::tests::shrink_preserves_compacted_order ... ok
52592026-08-29T16:17:01.881Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 29 16:17:00.463
52602026-08-29T16:17:01.881Z
52612026-08-29T16:17:01.881ZDEBGDEBG 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 } }]reset freemap
52622026-08-29T16:17:01.881Z, Aug 29 16:17:00.463unit :DEBG Aug 29 16:17:00.463initted freemap. size: 64freemap_route_ipv4,
52632026-08-29T16:17:01.881Zunit: freemap_route_ipv6
52642026-08-29T16:17:01.881ZAug 29 16:17:00.463Aug 29 16:17:00.463DEBG DEBG INFOinitted freemap. size: 64 , adding route 172.17.0.33/32 -> 10.0.0.255 Aug 29 16:17:00.463unit
52652026-08-29T16:17:01.882Z :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 freemap_route_ipv6
52662026-08-29T16:17:01.882ZAug 29 16:17:00.463 Aug 29 16:17:00.463
52672026-08-29T16:17:01.882Zreset freemapDEBG, 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 29 16:17:00.463
52682026-08-29T16:17:01.882ZunitDEBG:Aug 29 16:17:00.463 freemap_route_ipv6 Aug 29 16:17:00.463
52692026-08-29T16:17:01.882ZINFOreplacing 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 } }]
52702026-08-29T16:17:01.882ZDEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ffreset freemap , INFOAug 29 16:17:00.463Aug 29 16:17:00.463 adding route 172.17.0.34/32 -> 10.0.0.255unit
52712026-08-29T16:17:01.882Z INFO
52722026-08-29T16:17:01.882ZINFO : adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.12/32 -> 10.0.0.255
52732026-08-29T16:17:01.882ZAug 29 16:17:00.463
52742026-08-29T16:17:01.882Z freemap_route_ipv6DEBGAug 29 16:17:00.463
52752026-08-29T16:17:01.882Zreplacing 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 29 16:17:00.463
52762026-08-29T16:17:01.882Z DEBGDEBG Aug 29 16:17:00.463 INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 29 16:17:00.463 replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
52772026-08-29T16:17:01.882Z
52782026-08-29T16:17:01.882ZINFO
52792026-08-29T16:17:01.882Z adding route 172.17.0.35/32 -> 10.0.0.255Aug 29 16:17:00.463
52802026-08-29T16:17:01.882ZAug 29 16:17:00.463DEBG Aug 29 16:17:00.463 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 } }]Aug 29 16:17:00.463
52812026-08-29T16:17:01.883ZDEBG Aug 29 16:17:00.463 DEBGINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffreplacing 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 } }]
52822026-08-29T16:17:01.883Z
52832026-08-29T16:17:01.883Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
52842026-08-29T16:17:01.883Zadding route 172.16.0.0/32 -> 10.0.0.2Aug 29 16:17:00.463
52852026-08-29T16:17:01.883ZAug 29 16:17:00.463Aug 29 16:17:00.463Aug 29 16:17:00.463 DEBGINFO INFO replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.36/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2
52862026-08-29T16:17:01.883Z
52872026-08-29T16:17:01.883Z
52882026-08-29T16:17:01.883ZINFO Aug 29 16:17:00.463adding route 172.17.0.13/32 -> 10.0.0.255 Aug 29 16:17:00.463Aug 29 16:17:00.463
52892026-08-29T16:17:01.883ZDEBGDEBG Aug 29 16:17:00.463replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 } }]
52902026-08-29T16:17:01.883Z
52912026-08-29T16:17:01.883ZINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
52922026-08-29T16:17:01.883Z DEBGAug 29 16:17:00.463 Aug 29 16:17:00.463replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
52932026-08-29T16:17:01.883ZAug 29 16:17:00.463 INFO INFO adding route 172.17.0.37/32 -> 10.0.0.255DEBGAug 29 16:17:00.463adding route 172.16.0.0/32 -> 10.0.0.3
52942026-08-29T16:17:01.883Z
52952026-08-29T16:17:01.883ZAug 29 16:17:00.463 replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
52962026-08-29T16:17:01.883ZAug 29 16:17:00.463Aug 29 16:17:00.463 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3 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 } }]
52972026-08-29T16:17:01.883Z
52982026-08-29T16:17:01.884Zreplacing 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 } }]
52992026-08-29T16:17:01.884ZAug 29 16:17:00.452Aug 29 16:17:00.478Aug 29 16:17:00.478 DEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] DEBG
53002026-08-29T16:17:01.884Z
53012026-08-29T16:17:01.888Zadding route 172.17.0.38/32 -> 10.0.0.255
53022026-08-29T16:17:01.888Zreplacing 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 } }]
53032026-08-29T16:17:01.888ZAug 29 16:17:00.478 Aug 29 16:17:00.478 DEBG 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 } }]
53042026-08-29T16:17:01.888ZAug 29 16:17:00.478adding route 3fff:dead::/64 -> 2001:db8::55:4
53052026-08-29T16:17:01.888ZINFO Aug 29 16:17:00.478adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
53062026-08-29T16:17:01.888ZINFO Aug 29 16:17:00.478adding route 172.17.0.39/32 -> 10.0.0.255
53072026-08-29T16:17:01.888ZINFOAug 29 16:17:00.478Aug 29 16:17:00.478 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 29 16:17:00.478Aug 29 16:17:00.478DEBG DEBG
53082026-08-29T16:17:01.888ZDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
53092026-08-29T16:17:01.888Z
53102026-08-29T16:17:01.888ZINFOreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.14/32 -> 10.0.0.255
53112026-08-29T16:17:01.888Z
53122026-08-29T16:17:01.888ZAug 29 16:17:00.478 Aug 29 16:17:00.478Aug 29 16:17:00.478Aug 29 16:17:00.478 DEBGDEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]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 } }]
53132026-08-29T16:17:01.888Z
53142026-08-29T16:17:01.888ZAug 29 16:17:00.478 DEBGadding route 172.17.0.40/32 -> 10.0.0.255 Aug 29 16:17:00.478replacing 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 } }]failed to allocate space for the new target list
53152026-08-29T16:17:01.888Z
53162026-08-29T16:17:01.888Z
53172026-08-29T16:17:01.888ZINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
53182026-08-29T16:17:01.888ZAug 29 16:17:00.478 DEBGAug 29 16:17:00.478 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG
53192026-08-29T16:17:01.888Z 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 29 16:17:00.478
53202026-08-29T16:17:01.888Z INFO Aug 29 16:17:00.478Aug 29 16:17:00.478 DEBGDEBG adding route 172.17.0.15/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 } }]
53212026-08-29T16:17:01.889Z
53222026-08-29T16:17:01.889Z failed to allocate space for the new target list
53232026-08-29T16:17:01.889ZAug 29 16:17:00.478 DEBGAug 29 16:17:00.478 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 29 16:17:00.478
53242026-08-29T16:17:01.889Z INFO DEBGadding route 172.17.0.41/32 -> 10.0.0.255
53252026-08-29T16:17:01.889ZAug 29 16:17:00.478replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
53262026-08-29T16:17:01.889ZINFO Aug 29 16:17:00.478 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 } }]
53272026-08-29T16:17:01.889ZAug 29 16:17:00.478 INFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255
53282026-08-29T16:17:01.889Z
53292026-08-29T16:17:01.889Z Aug 29 16:17:00.478DEBG DEBGAug 29 16:17:00.478replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
53302026-08-29T16:17:01.889ZDEBGreplacing 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 } }]
53312026-08-29T16:17:01.889Zreplacing 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 } }]
53322026-08-29T16:17:01.889ZAug 29 16:17:00.478Aug 29 16:17:00.478 Aug 29 16:17:00.478INFO INFO adding route 172.17.0.43/32 -> 10.0.0.255Aug 29 16:17:00.478
53332026-08-29T16:17:01.889Z INFO INFOadding route 172.17.0.17/32 -> 10.0.0.255
53342026-08-29T16:17:01.890Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 29 16:17:00.478
53352026-08-29T16:17:01.890Z DEBGadding route 172.16.0.0/32 -> 10.0.0.4
53362026-08-29T16:17:01.890Zreplacing 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 29 16:17:00.478
53372026-08-29T16:17:01.890Z DEBG Aug 29 16:17:00.478replacing 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 29 16:17:00.478
53382026-08-29T16:17:01.890Z Aug 29 16:17:00.478INFODEBG 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.44/32 -> 10.0.0.255
53392026-08-29T16:17:01.890Z
53402026-08-29T16:17:01.890Z DEBGAug 29 16:17:00.478 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 29 16:17:00.478Aug 29 16:17:00.478
53412026-08-29T16:17:01.890ZINFO DEBG adding route 172.17.0.18/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 } }]
53422026-08-29T16:17:01.890ZINFO
53432026-08-29T16:17:01.890Z Aug 29 16:17:00.478 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG
53442026-08-29T16:17:01.890Z Aug 29 16:17:00.478Aug 29 16:17:00.478replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] INFO DEBGadding route 172.17.0.45/32 -> 10.0.0.255
53452026-08-29T16:17:01.890Z
53462026-08-29T16:17:01.890ZAug 29 16:17:00.478 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
53472026-08-29T16:17:01.890Z 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 } }]
53482026-08-29T16:17:01.891ZAug 29 16:17:00.478Aug 29 16:17:00.478 DEBGAug 29 16:17:00.478INFO replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.19/32 -> 10.0.0.255
53492026-08-29T16:17:01.891Z
53502026-08-29T16:17:01.891ZINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
53512026-08-29T16:17:01.891ZAug 29 16:17:00.478Aug 29 16:17:00.478 INFOAug 29 16:17:00.478 adding route 172.17.0.46/32 -> 10.0.0.255DEBGDEBG
53522026-08-29T16:17:01.891Zreplacing 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 } }]
53532026-08-29T16:17:01.891Zreplacing 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 } }]
53542026-08-29T16:17:01.891ZAug 29 16:17:00.478Aug 29 16:17:00.478 DEBGAug 29 16:17:00.478INFO replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFO
53552026-08-29T16:17:01.891Z
53562026-08-29T16:17:01.891Z adding route 172.17.0.20/32 -> 10.0.0.255
53572026-08-29T16:17:01.891ZAug 29 16:17:00.478Aug 29 16:17:00.478 DEBGAug 29 16:17:00.478INFO DEBGreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
53582026-08-29T16:17:01.891Ztest route::tests::add_target_fails_full ... ok
53592026-08-29T16:17:01.891Zadding route 172.17.0.47/32 -> 10.0.0.255replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53602026-08-29T16:17:01.892Z
53612026-08-29T16:17:01.892ZAug 29 16:17:00.478 INFOAug 29 16:17:00.478Aug 29 16:17:00.478 DEBGINFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
53622026-08-29T16:17:01.892Zreplacing 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 } }]
53632026-08-29T16:17:01.892Zadding route 172.17.0.21/32 -> 10.0.0.255
53642026-08-29T16:17:01.893ZAug 29 16:17:00.478Aug 29 16:17:00.478Aug 29 16:17:00.478 INFODEBG adding route 172.17.0.48/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 } }]
53652026-08-29T16:17:01.893Z
53662026-08-29T16:17:01.893ZDEBG 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 } }]
53672026-08-29T16:17:01.893ZAug 29 16:17:00.478 Aug 29 16:17:00.478INFO DEBGAug 29 16:17:00.478 adding route 172.17.0.22/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 } }]
53682026-08-29T16:17:01.893ZINFO
53692026-08-29T16:17:01.893Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
53702026-08-29T16:17:01.893ZAug 29 16:17:00.478 Aug 29 16:17:00.478DEBG INFOAug 29 16:17:00.478replacing 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.49/32 -> 10.0.0.255
53712026-08-29T16:17:01.893Z
53722026-08-29T16:17:01.893ZDEBG 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 } }]
53732026-08-29T16:17:01.893ZAug 29 16:17:00.478Aug 29 16:17:00.478 INFODEBG adding route 172.17.0.23/32 -> 10.0.0.255replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:17:00.478
53742026-08-29T16:17:01.893Z
53752026-08-29T16:17:01.893Z INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
53762026-08-29T16:17:01.893ZAug 29 16:17:00.478Aug 29 16:17:00.478 INFODEBG adding route 172.17.0.50/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 } }]
53772026-08-29T16:17:01.893Z
53782026-08-29T16:17:01.893ZAug 29 16:17:00.478 DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:17:00.478
53792026-08-29T16:17:01.893ZAug 29 16:17:00.478 DEBG 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 } }]
53802026-08-29T16:17:01.894ZAug 29 16:17:00.478adding route 172.17.0.24/32 -> 10.0.0.255
53812026-08-29T16:17:01.894ZINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
53822026-08-29T16:17:01.894ZAug 29 16:17:00.478Aug 29 16:17:00.478 INFODEBG adding route 172.17.0.51/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 } }]Aug 29 16:17:00.478
53832026-08-29T16:17:01.894Z
53842026-08-29T16:17:01.894Z DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
53852026-08-29T16:17:01.894ZAug 29 16:17:00.478 Aug 29 16:17:00.478INFO DEBGadding route 172.17.0.25/32 -> 10.0.0.255
53862026-08-29T16:17:01.894Zreplacing 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 29 16:17:00.478
53872026-08-29T16:17:01.894Z INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 29 16:17:00.478
53882026-08-29T16:17:01.894Z Aug 29 16:17:00.478DEBG INFOreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:17:00.478
53892026-08-29T16:17:01.894Z adding route 172.17.0.52/32 -> 10.0.0.255DEBG
53902026-08-29T16:17:01.894Z 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 29 16:17:00.478
53912026-08-29T16:17:01.894Z Aug 29 16:17:00.478INFO DEBGadding route 172.17.0.26/32 -> 10.0.0.255
53922026-08-29T16:17:01.894Zreplacing 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 29 16:17:00.478
53932026-08-29T16:17:01.894Z INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
53942026-08-29T16:17:01.894ZAug 29 16:17:00.478Aug 29 16:17:00.478 DEBGINFO Aug 29 16:17:00.478 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 } }]
53952026-08-29T16:17:01.894Zadding route 172.17.0.53/32 -> 10.0.0.255DEBG
53962026-08-29T16:17:01.895Z 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 } }]
53972026-08-29T16:17:01.895ZAug 29 16:17:00.478Aug 29 16:17:00.478 DEBGAug 29 16:17:00.479 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
53982026-08-29T16:17:01.895Z created new freemap, unitAug 29 16:17:00.478:Aug 29 16:17:00.493 INFO INFOadding route 172.17.0.54/32 -> 10.0.0.255
53992026-08-29T16:17:01.895Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
54002026-08-29T16:17:01.895Zfreemap_route_ipv4
54012026-08-29T16:17:01.900ZAug 29 16:17:00.493 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 } }]
54022026-08-29T16:17:01.900ZAug 29 16:17:00.493Aug 29 16:17:00.493 DEBGINFO replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.55/32 -> 10.0.0.255
54032026-08-29T16:17:01.900Z
54042026-08-29T16:17:01.900ZAug 29 16:17:00.493 Aug 29 16:17:00.493 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 } }]
54052026-08-29T16:17:01.901ZAug 29 16:17:00.493Aug 29 16:17:00.493 INFOINFO INFODEBG adding route 172.17.0.56/32 -> 10.0.0.255adding route 172.17.0.27/32 -> 10.0.0.255
54062026-08-29T16:17:01.901Z
54072026-08-29T16:17:01.901Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
54082026-08-29T16:17:01.901Zcreated new freemap, Aug 29 16:17:00.493Aug 29 16:17:00.493 Aug 29 16:17:00.493DEBGDEBG 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 } }]DEBG
54092026-08-29T16:17:01.901Zreplacing 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 } }]:
54102026-08-29T16:17:01.901Zreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
54112026-08-29T16:17:01.901Z
54122026-08-29T16:17:01.901ZAug 29 16:17:00.493 INFO Aug 29 16:17:00.493adding route 172.17.0.57/32 -> 10.0.0.255
54132026-08-29T16:17:01.901ZINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 29 16:17:00.493
54142026-08-29T16:17:01.901ZAug 29 16:17:00.493Aug 29 16:17:00.493 DEBG DEBGinitted freemap. size: 64 replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
54152026-08-29T16:17:01.901Z, unit : freemap_route_ipv4adding route 172.17.0.28/32 -> 10.0.0.255
54162026-08-29T16:17:01.901ZAug 29 16:17:00.493
54172026-08-29T16:17:01.901ZAug 29 16:17:00.493 INFO DEBGadding route 172.17.0.58/32 -> 10.0.0.255Aug 29 16:17:00.493
54182026-08-29T16:17:01.901Z DEBGAug 29 16:17:00.493 reset freemapDEBG , Aug 29 16:17:00.493replacing 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 } }]unitreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
54192026-08-29T16:17:01.902ZDEBG:
54202026-08-29T16:17:01.902Z 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 } }]freemap_route_ipv4
54212026-08-29T16:17:01.902Z
54222026-08-29T16:17:01.902ZAug 29 16:17:00.493 INFOAug 29 16:17:00.493Aug 29 16:17:00.493Aug 29 16:17:00.493 INFOINFO adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255
54232026-08-29T16:17:01.902ZDEBG
54242026-08-29T16:17:01.902Z initted freemap. size: 64adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 29 16:17:00.493, Aug 29 16:17:00.493unit : DEBGDEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]freemap_route_ipv6
54252026-08-29T16:17:01.902Z
54262026-08-29T16:17:01.902Z
54272026-08-29T16:17:01.902Z
54282026-08-29T16:17:01.902ZAug 29 16:17:00.493Aug 29 16:17:00.493 INFOINFO adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255Aug 29 16:17:00.493Aug 29 16:17:00.493
54292026-08-29T16:17:01.902Z
54302026-08-29T16:17:01.902ZDEBGDEBG 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 29 16:17:00.493
54312026-08-29T16:17:01.902ZAug 29 16:17:00.493 reset freemap , DEBGDEBG unit 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 } }]:
54322026-08-29T16:17:01.902Zreplacing 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 } }]
54332026-08-29T16:17:01.902Z freemap_route_ipv6
54342026-08-29T16:17:01.902ZAug 29 16:17:00.493 INFOAug 29 16:17:00.493 adding route 172.17.0.31/32 -> 10.0.0.255INFO
54352026-08-29T16:17:01.902Z adding route 172.17.0.61/32 -> 10.0.0.255Aug 29 16:17:00.493
54362026-08-29T16:17:01.902Z Aug 29 16:17:00.493INFO Aug 29 16:17:00.493 INFOAug 29 16:17:00.493 adding route 172.16.0.0/32 -> 10.0.0.1 DEBGDEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
54372026-08-29T16:17:01.902Z
54382026-08-29T16:17:01.902Z
54392026-08-29T16:17:01.902Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
54402026-08-29T16:17:01.902ZAug 29 16:17:00.493 DEBGAug 29 16:17:00.493 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
54412026-08-29T16:17:01.902Z Aug 29 16:17:00.493replacing 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 29 16:17:00.493 INFOINFO
54422026-08-29T16:17:01.902ZAug 29 16:17:00.493 adding route 172.17.0.62/32 -> 10.0.0.255adding route 172.17.0.32/32 -> 10.0.0.255
54432026-08-29T16:17:01.902Z
54442026-08-29T16:17:01.902Z INFO Aug 29 16:17:00.493Aug 29 16:17:00.493 Aug 29 16:17:00.493DEBG adding route 172.16.0.0/32 -> 10.0.0.2DEBGreplacing 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 } }]
54452026-08-29T16:17:01.902Z Aug 29 16:17:00.479
54462026-08-29T16:17:01.902Zreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
54472026-08-29T16:17:01.902Z INFOcreated new freemap Aug 29 16:17:00.493, Aug 29 16:17:00.493 Aug 29 16:17:00.493DEBGunit : replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] INFOfreemap_route_ipv4
54482026-08-29T16:17:01.902Z
54492026-08-29T16:17:01.902Zadding route 172.17.0.63/32 -> 10.0.0.255
54502026-08-29T16:17:01.902Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
54512026-08-29T16:17:01.902ZINFOAug 29 16:17:00.493Aug 29 16:17:00.493Aug 29 16:17:00.493 DEBG INFOadding route 172.17.0.33/32 -> 10.0.0.255 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 } }]adding route 172.16.0.0/32 -> 10.0.0.3
54522026-08-29T16:17:01.902Z
54532026-08-29T16:17:01.902ZAug 29 16:17:00.493
54542026-08-29T16:17:01.902Z DEBGDEBG created new freemap , Aug 29 16:17:00.493unitAug 29 16:17:00.493 :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 } }]
54552026-08-29T16:17:01.902Zfreemap_route_ipv6Aug 29 16:17:00.493 failed to allocate space for the new target list
54562026-08-29T16:17:01.902ZDEBG
54572026-08-29T16:17:01.903Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
54582026-08-29T16:17:01.903Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
54592026-08-29T16:17:01.903Z Aug 29 16:17:00.493replacing 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 29 16:17:00.493DEBGAug 29 16:17:00.493
54602026-08-29T16:17:01.903Z 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 } }]initted freemap. size: 64
54612026-08-29T16:17:01.903Z , INFOunit:Aug 29 16:17:00.493 INFOfreemap_route_ipv4
54622026-08-29T16:17:01.903Zadding route 172.17.0.34/32 -> 10.0.0.255Aug 29 16:17:00.493Aug 29 16:17:00.493 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 29 16:17:00.493DEBG DEBGfailed to allocate space for the new target list
54632026-08-29T16:17:01.903Z
54642026-08-29T16:17:01.903Z INFOreset freemap , adding route 172.16.0.0/32 -> 10.0.0.4unit
54652026-08-29T16:17:01.903Z:
54662026-08-29T16:17:01.903Zfreemap_route_ipv4
54672026-08-29T16:17:01.903ZAug 29 16:17:00.493 DEBGAug 29 16:17:00.493 Aug 29 16:17:00.493replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
54682026-08-29T16:17:01.903Z DEBGAug 29 16:17:00.493 DEBG initted freemap. size: 64 DEBG, unitreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:17:00.493:
54692026-08-29T16:17:01.903Z 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 freemap_route_ipv6
54702026-08-29T16:17:01.904Zadding route 172.17.0.0/32 -> 10.0.0.255
54712026-08-29T16:17:01.904Z
54722026-08-29T16:17:01.904ZAug 29 16:17:00.493Aug 29 16:17:00.493Aug 29 16:17:00.493 DEBGINFO DEBGAug 29 16:17:00.493reset freemap , unitINFOreplacing 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 } }]:
54732026-08-29T16:17:01.904Z freemap_route_ipv6adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 172.17.0.35/32 -> 10.0.0.255
54742026-08-29T16:17:01.905Z
54752026-08-29T16:17:01.905Z
54762026-08-29T16:17:01.905ZAug 29 16:17:00.493 INFO adding route 172.17.0.1/32 -> 10.0.0.255Aug 29 16:17:00.494
54772026-08-29T16:17:01.905Z Aug 29 16:17:00.494DEBG DEBGreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:17:00.494
54782026-08-29T16:17:01.906ZAug 29 16:17:00.494 DEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
54792026-08-29T16:17:01.906ZINFO
54802026-08-29T16:17:01.906Z Aug 29 16:17:00.494 adding route 172.16.0.0/32 -> 10.0.0.1INFO
54812026-08-29T16:17:01.906Z Aug 29 16:17:00.494adding route 172.17.0.36/32 -> 10.0.0.255 INFO
54822026-08-29T16:17:01.906Z Aug 29 16:17:00.494Aug 29 16:17:00.494 adding route 172.17.0.2/32 -> 10.0.0.255
54832026-08-29T16:17:01.906ZDEBGAug 29 16:17:00.494 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 } }]
54842026-08-29T16:17:01.906Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
54852026-08-29T16:17:01.906ZDEBGAug 29 16:17:00.494 Aug 29 16:17:00.494replacing 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
54862026-08-29T16:17:01.906ZINFO Aug 29 16:17:00.494 adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 29 16:17:00.494
54872026-08-29T16:17:01.906Z
54882026-08-29T16:17:01.906ZDEBG INFO replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:17:00.494
54892026-08-29T16:17:01.906ZAug 29 16:17:00.494adding route 172.17.0.37/32 -> 10.0.0.255 DEBGINFO
54902026-08-29T16:17:01.906Z 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 } }]
54912026-08-29T16:17:01.906Zadding route 172.17.0.3/32 -> 10.0.0.255Aug 29 16:17:00.494Aug 29 16:17:00.494 Aug 29 16:17:00.494 DEBGINFO
54922026-08-29T16:17:01.906Zreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
54932026-08-29T16:17:01.906Z adding route 172.16.0.0/32 -> 10.0.0.1
54942026-08-29T16:17:01.906Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 29 16:17:00.494
54952026-08-29T16:17:01.906Z Aug 29 16:17:00.494INFO adding route 172.17.0.38/32 -> 10.0.0.255DEBG
54962026-08-29T16:17:01.906ZAug 29 16:17:00.494 DEBGreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54972026-08-29T16:17:01.910Zreplacing 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 29 16:17:00.494
54982026-08-29T16:17:01.910Z Aug 29 16:17:00.494DEBG DEBGAug 29 16:17:00.494 Aug 29 16:17:00.494 INFOINFOreplacing 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.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 } }]
54992026-08-29T16:17:01.910Zadding route 172.17.0.4/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2
55002026-08-29T16:17:01.910Z
55012026-08-29T16:17:01.914Z
55022026-08-29T16:17:01.914ZAug 29 16:17:00.494 Aug 29 16:17:00.494INFOAug 29 16:17:00.494 adding route 172.17.0.39/32 -> 10.0.0.255 INFODEBG
55032026-08-29T16:17:01.914Z 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 29 16:17:00.494adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
55042026-08-29T16:17:01.914ZDEBG
55052026-08-29T16:17:01.914Z 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 } }]
55062026-08-29T16:17:01.915ZAug 29 16:17:00.494 Aug 29 16:17:00.494INFOAug 29 16:17:00.494 adding route 172.17.0.5/32 -> 10.0.0.255 INFODEBG
55072026-08-29T16:17:01.915Zreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255Aug 29 16:17:00.479
55082026-08-29T16:17:01.915ZAug 29 16:17:00.494
55092026-08-29T16:17:01.915Z DEBGAug 29 16:17:00.494 DEBGAug 29 16:17:00.494 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 } }]
55102026-08-29T16:17:01.915ZAug 29 16:17:00.504 Aug 29 16:17:00.504INFO INFOadding route 172.17.0.40/32 -> 10.0.0.255
55112026-08-29T16:17:01.915Zadding route 172.17.0.1/32 -> 10.0.0.255
55122026-08-29T16:17:01.915Z Aug 29 16:17:00.504created new freemap 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 } }]
55132026-08-29T16:17:01.915ZunitAug 29 16:17:00.504: DEBGfreemap_route_ipv4
55142026-08-29T16:17:01.915Zreplacing 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 29 16:17:00.504
55152026-08-29T16:17:01.915Z INFO Aug 29 16:17:00.504adding route 172.17.0.41/32 -> 10.0.0.255 Aug 29 16:17:00.504
55162026-08-29T16:17:01.915ZDEBG created new freemapINFO, Aug 29 16:17:00.504unit :DEBG adding route 172.17.0.2/32 -> 10.0.0.255freemap_route_ipv6
55172026-08-29T16:17:01.915Z
55182026-08-29T16:17:01.915Z 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 } }]
55192026-08-29T16:17:01.915ZAug 29 16:17:00.504Aug 29 16:17:00.504 INFODEBG adding route 172.17.0.42/32 -> 10.0.0.255Aug 29 16:17:00.504replacing 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 } }]
55202026-08-29T16:17:01.915Z DEBG
55212026-08-29T16:17:01.915Z initted freemap. size: 64, unitAug 29 16:17:00.504: DEBGfreemap_route_ipv4
55222026-08-29T16:17:01.915ZAug 29 16:17:00.504replacing 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 } }]
55232026-08-29T16:17:01.916ZINFO Aug 29 16:17:00.504adding route 172.17.0.3/32 -> 10.0.0.255
55242026-08-29T16:17:01.916ZDEBGAug 29 16:17:00.504 reset freemapINFO, Aug 29 16:17:00.504adding route 172.17.0.43/32 -> 10.0.0.255 unitDEBG
55252026-08-29T16:17:01.916Z: 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 } }]freemap_route_ipv4
55262026-08-29T16:17:01.916Z
55272026-08-29T16:17:01.916ZAug 29 16:17:00.504Aug 29 16:17:00.504 DEBGDEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64
55282026-08-29T16:17:01.916Z, Aug 29 16:17:00.504unit :INFO Aug 29 16:17:00.504adding route 172.17.0.4/32 -> 10.0.0.255
55292026-08-29T16:17:01.916Zfreemap_route_ipv6INFO
55302026-08-29T16:17:01.916Zadding route 172.17.0.44/32 -> 10.0.0.255
55312026-08-29T16:17:01.916ZAug 29 16:17:00.504 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 } }]DEBGAug 29 16:17:00.504
55322026-08-29T16:17:01.916Z DEBGreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 29 16:17:00.504replacing 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 } }]
55332026-08-29T16:17:01.916ZDEBG
55342026-08-29T16:17:01.916Z reset freemap, unit: Aug 29 16:17:00.504freemap_route_ipv6
55352026-08-29T16:17:01.916ZINFO adding route 172.17.0.5/32 -> 10.0.0.255
55362026-08-29T16:17:01.916ZAug 29 16:17:00.504Aug 29 16:17:00.504 Aug 29 16:17:00.504INFOINFOAug 29 16:17:00.504 adding route 172.16.0.0/32 -> 10.0.0.1
55372026-08-29T16:17:01.916ZDEBG 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 } }]INFO
55382026-08-29T16:17:01.916Z Aug 29 16:17:00.504adding route 172.17.0.45/32 -> 10.0.0.255 DEBG adding route 172.17.0.6/32 -> 10.0.0.255
55392026-08-29T16:17:01.916Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 29 16:17:00.504
55402026-08-29T16:17:01.916Z
55412026-08-29T16:17:01.916ZINFO adding route 172.17.0.6/32 -> 10.0.0.255Aug 29 16:17:00.504
55422026-08-29T16:17:01.916Z Aug 29 16:17:00.504DEBG 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 29 16:17:00.504
55432026-08-29T16:17:01.916Z adding route 172.16.0.0/32 -> 10.0.0.2DEBG
55442026-08-29T16:17:01.916ZAug 29 16:17:00.504 Aug 29 16:17:00.504replacing 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 } }]
55452026-08-29T16:17:01.916Z INFODEBGAug 29 16:17:00.504 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 29 16:17:00.504adding route 172.17.0.46/32 -> 10.0.0.255
55462026-08-29T16:17:01.916Z INFODEBG adding route 172.17.0.7/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
55472026-08-29T16:17:01.916Z
55482026-08-29T16:17:01.916Z
55492026-08-29T16:17:01.916ZAug 29 16:17:00.504Aug 29 16:17:00.504Aug 29 16:17:00.504 DEBGINFO Aug 29 16:17:00.504adding route 172.16.0.0/32 -> 10.0.0.3DEBG
55502026-08-29T16:17:01.916Z replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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
55512026-08-29T16:17:01.916Z Aug 29 16:17:00.504adding route 172.17.0.7/32 -> 10.0.0.255
55522026-08-29T16:17:01.917Z
55532026-08-29T16:17:01.918Z DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 29 16:17:00.504
55542026-08-29T16:17:01.918ZAug 29 16:17:00.504 DEBGINFO Aug 29 16:17:00.504adding route 172.17.0.47/32 -> 10.0.0.255replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:17:00.504
55552026-08-29T16:17:01.918Z
55562026-08-29T16:17:01.918ZINFO INFOadding route 172.17.0.8/32 -> 10.0.0.255
55572026-08-29T16:17:01.918Z adding route 172.16.0.0/32 -> 10.0.0.4
55582026-08-29T16:17:01.918Ztest route::tests::delete_target_full ... ok
55592026-08-29T16:17:01.918ZAug 29 16:17:00.504 DEBGAug 29 16:17:00.504 Aug 29 16:17:00.504INFO replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 29 16:17:00.504DEBGadding route 172.17.0.8/32 -> 10.0.0.255
55602026-08-29T16:17:01.918Z
55612026-08-29T16:17:01.918Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
55622026-08-29T16:17:01.918Z 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 29 16:17:00.504
55632026-08-29T16:17:01.918ZAug 29 16:17:00.504 INFO Aug 29 16:17:00.504adding route 172.17.0.48/32 -> 10.0.0.255 Aug 29 16:17:00.504DEBG
55642026-08-29T16:17:01.918Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]DEBG
55652026-08-29T16:17:01.918ZINFO adding route 172.17.0.9/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 } }]
55662026-08-29T16:17:01.920ZAug 29 16:17:00.504
55672026-08-29T16:17:01.920Z 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 29 16:17:00.504
55682026-08-29T16:17:01.920Z 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 } }]
55692026-08-29T16:17:01.920ZAug 29 16:17:00.504 Aug 29 16:17:00.504INFO Aug 29 16:17:00.504INFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.9/32 -> 10.0.0.255
55702026-08-29T16:17:01.920ZINFO
55712026-08-29T16:17:01.920Zadding route 172.17.0.10/32 -> 10.0.0.255
55722026-08-29T16:17:01.920ZAug 29 16:17:00.504 DEBG Aug 29 16:17:00.504replacing 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 } }]
55732026-08-29T16:17:01.920ZDEBG 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 } }]
55742026-08-29T16:17:01.920ZAug 29 16:17:00.504 INFOAug 29 16:17:00.504replacing 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 29 16:17:00.504 INFODEBG adding route 172.17.0.11/32 -> 10.0.0.255
55752026-08-29T16:17:01.920Zadding route 172.17.0.50/32 -> 10.0.0.255
55762026-08-29T16:17:01.920Z
55772026-08-29T16:17:01.920Zreplacing 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 } }]
55782026-08-29T16:17:01.920ZAug 29 16:17:00.504 INFOAug 29 16:17:00.504 Aug 29 16:17:00.504Aug 29 16:17:00.504DEBG adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG 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 } }]
55792026-08-29T16:17:01.920ZINFOreplacing 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 } }]
55802026-08-29T16:17:01.920Z
55812026-08-29T16:17:01.921Z adding route 172.17.0.10/32 -> 10.0.0.255
55822026-08-29T16:17:01.921ZAug 29 16:17:00.504 Aug 29 16:17:00.504DEBG Aug 29 16:17:00.504INFO 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 29 16:17:00.504
55832026-08-29T16:17:01.921Z INFODEBGadding route 172.17.0.12/32 -> 10.0.0.255 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 } }]
55842026-08-29T16:17:01.921Zadding route 172.17.0.51/32 -> 10.0.0.255
55852026-08-29T16:17:01.921ZAug 29 16:17:00.504
55862026-08-29T16:17:01.921Z Aug 29 16:17:00.504 INFODEBG Aug 29 16:17:00.504 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:17:00.504
55872026-08-29T16:17:01.921Z DEBGINFO
55882026-08-29T16:17:01.921Z 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 29 16:17:00.504adding route 172.17.0.11/32 -> 10.0.0.255
55892026-08-29T16:17:01.922ZINFOAug 29 16:17:00.504 adding route 172.17.0.13/32 -> 10.0.0.255
55902026-08-29T16:17:01.922ZDEBG Aug 29 16:17:00.504
55912026-08-29T16:17:01.922Zreplacing 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
55922026-08-29T16:17:01.922Z Aug 29 16:17:00.504adding route 172.17.0.52/32 -> 10.0.0.255
55932026-08-29T16:17:01.922ZAug 29 16:17:00.504DEBG Aug 29 16:17:00.504 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 Aug 29 16:17:00.504INFOreplacing 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 } }]
55942026-08-29T16:17:01.922Z
55952026-08-29T16:17:01.922Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG
55962026-08-29T16:17:01.922Z 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 29 16:17:00.504
55972026-08-29T16:17:01.923Z Aug 29 16:17:00.504Aug 29 16:17:00.504INFO adding route 172.17.0.14/32 -> 10.0.0.255INFO
55982026-08-29T16:17:01.923Z DEBGAug 29 16:17:00.504adding route 172.17.0.12/32 -> 10.0.0.255
55992026-08-29T16:17:01.923Zreplacing 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 29 16:17:00.504
56002026-08-29T16:17:01.923ZDEBG INFOreplacing 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 } }]
56012026-08-29T16:17:01.927Zadding route 172.17.0.53/32 -> 10.0.0.255
56022026-08-29T16:17:01.927ZAug 29 16:17:00.504Aug 29 16:17:00.504 Aug 29 16:17:00.504 INFO INFODEBGadding route 172.17.0.15/32 -> 10.0.0.255Aug 29 16:17:00.505
56032026-08-29T16:17:01.927Z replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
56042026-08-29T16:17:01.927Z 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 } }]
56052026-08-29T16:17:01.927Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 29 16:17:00.505
56062026-08-29T16:17:01.927Z DEBG Aug 29 16:17:00.505replacing 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 29 16:17:00.505
56072026-08-29T16:17:01.927Z DEBG Aug 29 16:17:00.505replacing 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
56082026-08-29T16:17:01.927ZAug 29 16:17:00.505 adding route 172.17.0.13/32 -> 10.0.0.255 INFOINFO adding route 172.17.0.54/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255
56092026-08-29T16:17:01.927Z
56102026-08-29T16:17:01.927Z
56112026-08-29T16:17:01.928ZAug 29 16:17:00.505Aug 29 16:17:00.505Aug 29 16:17:00.505 Aug 29 16:17:00.505 INFO DEBGDEBGDEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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:3c::/64 -> 2001:db8::55:ffreplacing 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 } }]
56122026-08-29T16:17:01.929Z
56132026-08-29T16:17:01.929Z
56142026-08-29T16:17:01.929Z
56152026-08-29T16:17:01.929ZAug 29 16:17:00.505Aug 29 16:17:00.505Aug 29 16:17:00.505 Aug 29 16:17:00.505INFOINFO INFOadding route 172.17.0.55/32 -> 10.0.0.255DEBG
56162026-08-29T16:17:01.929Zadding route 172.17.0.14/32 -> 10.0.0.255 adding route 172.17.0.17/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 } }]
56172026-08-29T16:17:01.929Z
56182026-08-29T16:17:01.929Z
56192026-08-29T16:17:01.929ZAug 29 16:17:00.505 DEBGAug 29 16:17:00.505Aug 29 16:17:00.505Aug 29 16:17:00.505 DEBGDEBGreplacing 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 } }]
56202026-08-29T16:17:01.929Z 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 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 } }]
56212026-08-29T16:17:01.929Zfailed to allocate space for the new target list
56222026-08-29T16:17:01.929Z
56232026-08-29T16:17:01.929ZAug 29 16:17:00.505 INFOAug 29 16:17:00.505Aug 29 16:17:00.505 adding route 172.17.0.56/32 -> 10.0.0.255Aug 29 16:17:00.505 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
56242026-08-29T16:17:01.929ZINFO
56252026-08-29T16:17:01.929ZINFO adding route 172.17.0.18/32 -> 10.0.0.255
56262026-08-29T16:17:01.929Z Aug 29 16:17:00.515Aug 29 16:17:00.515 DEBGDEBGadding route 172.17.0.15/32 -> 10.0.0.255 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 } }]
56272026-08-29T16:17:01.930Z
56282026-08-29T16:17:01.930Zreplacing 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 } }]
56292026-08-29T16:17:01.930ZAug 29 16:17:00.515Aug 29 16:17:00.515 Aug 29 16:17:00.515 INFOINFO adding route 172.17.0.57/32 -> 10.0.0.255DEBG
56302026-08-29T16:17:01.930Z adding route 172.17.0.19/32 -> 10.0.0.255replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56312026-08-29T16:17:01.930Z
56322026-08-29T16:17:01.930ZAug 29 16:17:00.515 DEBGAug 29 16:17:00.515 Aug 29 16:17:00.515INFO 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 } }]
56332026-08-29T16:17:01.930Zadding route 172.17.0.16/32 -> 10.0.0.255DEBG
56342026-08-29T16:17:01.930Z 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 } }]
56352026-08-29T16:17:01.930ZAug 29 16:17:00.515 Aug 29 16:17:00.515Aug 29 16:17:00.515 INFODEBGINFO adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255
56362026-08-29T16:17:01.930Z
56372026-08-29T16:17:01.930Zreplacing 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 } }]
56382026-08-29T16:17:01.930ZAug 29 16:17:00.515Aug 29 16:17:00.515 DEBGDEBGAug 29 16:17:00.515 replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
56392026-08-29T16:17:01.930Z
56402026-08-29T16:17:01.930ZINFO adding route 172.17.0.17/32 -> 10.0.0.255
56412026-08-29T16:17:01.930ZAug 29 16:17:00.515Aug 29 16:17:00.515 INFOAug 29 16:17:00.515 adding route 172.17.0.21/32 -> 10.0.0.255DEBG
56422026-08-29T16:17:01.930Z INFOreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56432026-08-29T16:17:01.930Zadding route 172.17.0.59/32 -> 10.0.0.255
56442026-08-29T16:17:01.930ZAug 29 16:17:00.515 Aug 29 16:17:00.515DEBGAug 29 16:17:00.515 replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
56452026-08-29T16:17:01.930ZDEBGadding route 172.17.0.18/32 -> 10.0.0.255
56462026-08-29T16:17:01.930Zreplacing 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 } }]
56472026-08-29T16:17:01.930ZAug 29 16:17:00.515Aug 29 16:17:00.515Aug 29 16:17:00.515 INFO INFODEBG adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255
56482026-08-29T16:17:01.930Z
56492026-08-29T16:17:01.930Z 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 } }]
56502026-08-29T16:17:01.930ZAug 29 16:17:00.515Aug 29 16:17:00.515 Aug 29 16:17:00.515DEBG INFO replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.19/32 -> 10.0.0.255
56512026-08-29T16:17:01.930Z
56522026-08-29T16:17:01.930ZDEBG 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 } }]
56532026-08-29T16:17:01.930ZAug 29 16:17:00.515Aug 29 16:17:00.515 Aug 29 16:17:00.515DEBGINFO INFO adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.61/32 -> 10.0.0.255replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56542026-08-29T16:17:01.930Z
56552026-08-29T16:17:01.930Z
56562026-08-29T16:17:01.931ZAug 29 16:17:00.515 Aug 29 16:17:00.515Aug 29 16:17:00.515 DEBG DEBGINFOreplacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
56572026-08-29T16:17:01.931Z
56582026-08-29T16:17:01.931Zadding route 172.17.0.20/32 -> 10.0.0.255
56592026-08-29T16:17:01.931ZAug 29 16:17:00.515Aug 29 16:17:00.515 Aug 29 16:17:00.515INFO INFODEBG adding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56602026-08-29T16:17:01.931Z
56612026-08-29T16:17:01.931Zadding route 172.17.0.62/32 -> 10.0.0.255
56622026-08-29T16:17:01.931ZAug 29 16:17:00.515Aug 29 16:17:00.515Aug 29 16:17:00.515 INFODEBGDEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255
56632026-08-29T16:17:01.931Z
56642026-08-29T16:17:01.931Zreplacing 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 } }]
56652026-08-29T16:17:01.931ZAug 29 16:17:00.515Aug 29 16:17:00.515Aug 29 16:17:00.515 DEBGINFO replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.25/32 -> 10.0.0.255
56662026-08-29T16:17:01.931Z
56672026-08-29T16:17:01.931ZDEBG failed to allocate space for the new target list
56682026-08-29T16:17:01.931ZAug 29 16:17:00.515Aug 29 16:17:00.515 INFODEBGAug 29 16:17:00.515 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 } }]
56692026-08-29T16:17:01.931Zadding route 172.17.0.22/32 -> 10.0.0.255DEBG
56702026-08-29T16:17:01.932Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
56712026-08-29T16:17:01.932ZAug 29 16:17:00.515Aug 29 16:17:00.515 DEBGINFO replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.26/32 -> 10.0.0.255
56722026-08-29T16:17:01.932Z
56732026-08-29T16:17:01.932ZAug 29 16:17:00.515Aug 29 16:17:00.515 DEBGINFO 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.23/32 -> 10.0.0.255
56742026-08-29T16:17:01.932Z
56752026-08-29T16:17:01.932ZAug 29 16:17:00.515Aug 29 16:17:00.515 INFODEBG adding route 172.17.0.27/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 } }]
56762026-08-29T16:17:01.932Z
56772026-08-29T16:17:01.932ZAug 29 16:17:00.515Aug 29 16:17:00.515 DEBGINFO replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255
56782026-08-29T16:17:01.932Z
56792026-08-29T16:17:01.932ZAug 29 16:17:00.515Aug 29 16:17:00.515 INFODEBG adding route 172.17.0.28/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 } }]
56802026-08-29T16:17:01.932Z
56812026-08-29T16:17:01.933ZAug 29 16:17:00.515Aug 29 16:17:00.515 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.25/32 -> 10.0.0.255
56822026-08-29T16:17:01.933ZAug 29 16:17:00.516 DEBG created new freemap, unit: freemap_route_ipv4
56832026-08-29T16:17:01.933ZAug 29 16:17:00.530 DEBG created new freemap, unit: freemap_route_ipv6
56842026-08-29T16:17:01.933ZAug 29 16:17:00.530Aug 29 16:17:00.530 DEBG initted freemap. size: 64, unit: DEBGfreemap_route_ipv4
56852026-08-29T16:17:01.933Zreplacing 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 } }]
56862026-08-29T16:17:01.933ZAug 29 16:17:00.530 INFO adding route 172.17.0.26/32 -> 10.0.0.255
56872026-08-29T16:17:01.933ZAug 29 16:17:00.530 DEBGAug 29 16:17:00.530
56882026-08-29T16:17:01.933ZDEBG 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 } }],
56892026-08-29T16:17:01.933Zunit: freemap_route_ipv4
56902026-08-29T16:17:01.933ZAug 29 16:17:00.530Aug 29 16:17:00.530 INFOINFO Aug 29 16:17:00.530adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255
56912026-08-29T16:17:01.934Z
56922026-08-29T16:17:01.934Z DEBG initted freemap. size: 64, Aug 29 16:17:00.530unitAug 29 16:17:00.530: DEBGfreemap_route_ipv6
56932026-08-29T16:17:01.934ZDEBGreplacing 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 } }]
56942026-08-29T16:17:01.934Zreplacing 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 } }]
56952026-08-29T16:17:01.934ZAug 29 16:17:00.530 DEBGAug 29 16:17:00.530 Aug 29 16:17:00.530reset freemap , INFOunit :INFOadding route 172.17.0.30/32 -> 10.0.0.255
56962026-08-29T16:17:01.934Zfreemap_route_ipv6
56972026-08-29T16:17:01.934Zadding route 172.17.0.28/32 -> 10.0.0.255
56982026-08-29T16:17:01.934ZAug 29 16:17:00.530Aug 29 16:17:00.530 Aug 29 16:17:00.530INFODEBG 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 } }]DEBGadding route 172.16.0.0/32 -> 10.0.0.1
56992026-08-29T16:17:01.934Z
57002026-08-29T16:17:01.934Z 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 } }]
57012026-08-29T16:17:01.939ZAug 29 16:17:00.530Aug 29 16:17:00.530 Aug 29 16:17:00.530DEBGINFO 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
57022026-08-29T16:17:01.939Z adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.31/32 -> 10.0.0.255
57032026-08-29T16:17:01.939Z
57042026-08-29T16:17:01.939ZAug 29 16:17:00.530 INFO Aug 29 16:17:00.530Aug 29 16:17:00.530adding route 172.16.0.0/32 -> 10.0.0.1 DEBG
57052026-08-29T16:17:01.939Z 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 } }]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 } }]
57062026-08-29T16:17:01.939Z
57072026-08-29T16:17:01.939ZAug 29 16:17:00.530 DEBG Aug 29 16:17:00.530replacing 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 29 16:17:00.530
57082026-08-29T16:17:01.939Z INFOINFO Aug 29 16:17:00.530adding route 172.17.0.30/32 -> 10.0.0.255 adding route 172.17.0.32/32 -> 10.0.0.255INFO
57092026-08-29T16:17:01.939Z
57102026-08-29T16:17:01.939Zadding route 172.16.0.0/32 -> 10.0.0.1
57112026-08-29T16:17:01.939ZAug 29 16:17:00.530Aug 29 16:17:00.530 Aug 29 16:17:00.530DEBG DEBGDEBGreplacing 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 } }]
57122026-08-29T16:17:01.939Zreplacing 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 } }]
57132026-08-29T16:17:01.940Zreplacing 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 } }]
57142026-08-29T16:17:01.940ZAug 29 16:17:00.530Aug 29 16:17:00.530 Aug 29 16:17:00.530INFO INFOINFOadding route 172.17.0.33/32 -> 10.0.0.255
57152026-08-29T16:17:01.940Zadding route 172.17.0.31/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.2
57162026-08-29T16:17:01.940Z
57172026-08-29T16:17:01.940ZAug 29 16:17:00.530 DEBGAug 29 16:17:00.530Aug 29 16:17:00.530 replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
57182026-08-29T16:17:01.940ZDEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, 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 } }]
57192026-08-29T16:17:01.940Z
57202026-08-29T16:17:01.940ZAug 29 16:17:00.530 INFO Aug 29 16:17:00.530adding route 172.17.0.34/32 -> 10.0.0.255 Aug 29 16:17:00.530INFO
57212026-08-29T16:17:01.940Z INFOadding route 172.17.0.32/32 -> 10.0.0.255
57222026-08-29T16:17:01.940Zadding route 172.17.0.0/32 -> 10.0.0.255Aug 29 16:17:00.530
57232026-08-29T16:17:01.940Z DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:17:00.530Aug 29 16:17:00.530
57242026-08-29T16:17:01.940Z DEBG DEBGreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 29 16:17:00.530
57252026-08-29T16:17:01.940Zreplacing 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 } }]
57262026-08-29T16:17:01.940ZINFO adding route 172.17.0.35/32 -> 10.0.0.255
57272026-08-29T16:17:01.940ZAug 29 16:17:00.530Aug 29 16:17:00.530 INFOAug 29 16:17:00.530 INFOadding route 172.17.0.1/32 -> 10.0.0.255DEBG adding route 172.17.0.33/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 } }]
57282026-08-29T16:17:01.940Z
57292026-08-29T16:17:01.940Z
57302026-08-29T16:17:01.940ZAug 29 16:17:00.530Aug 29 16:17:00.530Aug 29 16:17:00.530 DEBGINFO DEBGadding route 172.17.0.36/32 -> 10.0.0.255 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.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 } }]
57312026-08-29T16:17:01.940Z
57322026-08-29T16:17:01.940Z
57332026-08-29T16:17:01.940ZAug 29 16:17:00.530Aug 29 16:17:00.530Aug 29 16:17:00.530 INFO INFOadding route 172.17.0.2/32 -> 10.0.0.255DEBG
57342026-08-29T16:17:01.940Z adding route 172.17.0.34/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 } }]
57352026-08-29T16:17:01.940Z
57362026-08-29T16:17:01.940ZAug 29 16:17:00.530 Aug 29 16:17:00.530DEBGAug 29 16:17:00.530 DEBGINFOreplacing 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 } }]
57372026-08-29T16:17:01.941Z replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.37/32 -> 10.0.0.255
57382026-08-29T16:17:01.941Z
57392026-08-29T16:17:01.941ZAug 29 16:17:00.530 INFO adding route 172.17.0.3/32 -> 10.0.0.255Aug 29 16:17:00.530
57402026-08-29T16:17:01.941Z Aug 29 16:17:00.530INFO DEBGadding route 172.17.0.35/32 -> 10.0.0.255
57412026-08-29T16:17:01.941Zreplacing 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 29 16:17:00.530
57422026-08-29T16:17:01.941Z 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 } }]
57432026-08-29T16:17:01.941ZAug 29 16:17:00.530Aug 29 16:17:00.530 DEBG INFOreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 29 16:17:00.530adding route 172.17.0.38/32 -> 10.0.0.255
57442026-08-29T16:17:01.941Z
57452026-08-29T16:17:01.941Z INFO adding route 172.17.0.4/32 -> 10.0.0.255
57462026-08-29T16:17:01.941ZAug 29 16:17:00.530Aug 29 16:17:00.530 DEBGINFO Aug 29 16:17:00.530replacing 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 } }]
57472026-08-29T16:17:01.941Z adding route 172.17.0.36/32 -> 10.0.0.255DEBG
57482026-08-29T16:17:01.941Z 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 29 16:17:00.530
57492026-08-29T16:17:01.941Z INFOAug 29 16:17:00.530 adding route 172.17.0.39/32 -> 10.0.0.255DEBG
57502026-08-29T16:17:01.941Z Aug 29 16:17:00.530replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57512026-08-29T16:17:01.941ZINFO adding route 172.17.0.5/32 -> 10.0.0.255
57522026-08-29T16:17:01.941ZAug 29 16:17:00.530Aug 29 16:17:00.530 DEBGINFOAug 29 16:17:00.530 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 } }]adding route 172.17.0.37/32 -> 10.0.0.255
57532026-08-29T16:17:01.943Zreplacing 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 } }]
57542026-08-29T16:17:01.943Z
57552026-08-29T16:17:01.943ZAug 29 16:17:00.530 Aug 29 16:17:00.530Aug 29 16:17:00.530 DEBG INFOreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
57562026-08-29T16:17:01.943Zadding route 172.17.0.6/32 -> 10.0.0.255
57572026-08-29T16:17:01.943Zadding route 172.17.0.40/32 -> 10.0.0.255
57582026-08-29T16:17:01.943ZAug 29 16:17:00.530Aug 29 16:17:00.530 Aug 29 16:17:00.530 INFODEBG adding route 172.17.0.38/32 -> 10.0.0.255replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
57592026-08-29T16:17:01.943Z
57602026-08-29T16:17:01.943Zreplacing 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 } }]
57612026-08-29T16:17:01.943ZAug 29 16:17:00.530Aug 29 16:17:00.530Aug 29 16:17:00.530 INFOINFO adding route 172.17.0.7/32 -> 10.0.0.255DEBGadding route 172.17.0.41/32 -> 10.0.0.255
57622026-08-29T16:17:01.943Z
57632026-08-29T16:17:01.943Zreplacing 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 } }]
57642026-08-29T16:17:01.943ZAug 29 16:17:00.530Aug 29 16:17:00.530Aug 29 16:17:00.530 DEBG INFOreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57652026-08-29T16:17:01.943ZDEBGadding route 172.17.0.39/32 -> 10.0.0.255
57662026-08-29T16:17:01.943Zreplacing 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 } }]
57672026-08-29T16:17:01.943ZAug 29 16:17:00.530 Aug 29 16:17:00.530INFO DEBGAug 29 16:17:00.530adding route 172.17.0.8/32 -> 10.0.0.255
57682026-08-29T16:17:01.943Zreplacing 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
57692026-08-29T16:17:01.944Z adding route 172.17.0.42/32 -> 10.0.0.255
57702026-08-29T16:17:01.944ZAug 29 16:17:00.530Aug 29 16:17:00.530 Aug 29 16:17:00.530INFODEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.40/32 -> 10.0.0.255
57712026-08-29T16:17:01.944ZDEBG
57722026-08-29T16:17:01.944Zreplacing 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 } }]
57732026-08-29T16:17:01.945ZAug 29 16:17:00.530 INFOAug 29 16:17:00.530 adding route 172.17.0.9/32 -> 10.0.0.255Aug 29 16:17:00.530DEBG
57742026-08-29T16:17:01.945ZINFOreplacing 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 } }]
57752026-08-29T16:17:01.945Zadding route 172.17.0.43/32 -> 10.0.0.255
57762026-08-29T16:17:01.945ZAug 29 16:17:00.530 Aug 29 16:17:00.530DEBG 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 } }]
57772026-08-29T16:17:01.945Zadding route 172.17.0.41/32 -> 10.0.0.255Aug 29 16:17:00.530
57782026-08-29T16:17:01.945Z 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 } }]Aug 29 16:17:00.530
57792026-08-29T16:17:01.945Z Aug 29 16:17:00.530INFO DEBGadding route 172.17.0.10/32 -> 10.0.0.255 Aug 29 16:17:00.530
57802026-08-29T16:17:01.945Z replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
57812026-08-29T16:17:01.945Zadding route 172.17.0.44/32 -> 10.0.0.255
57822026-08-29T16:17:01.945ZAug 29 16:17:00.530 Aug 29 16:17:00.530DEBGAug 29 16:17:00.530 INFODEBGreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57832026-08-29T16:17:01.945Zreplacing 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 } }]
57842026-08-29T16:17:01.945Zadding route 172.17.0.42/32 -> 10.0.0.255
57852026-08-29T16:17:01.945ZAug 29 16:17:00.530Aug 29 16:17:00.530 Aug 29 16:17:00.530INFOINFO DEBGadding route 172.17.0.11/32 -> 10.0.0.255
57862026-08-29T16:17:01.945Zreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.45/32 -> 10.0.0.255
57872026-08-29T16:17:01.945Z
57882026-08-29T16:17:01.945ZAug 29 16:17:00.530Aug 29 16:17:00.530 Aug 29 16:17:00.530 INFODEBGDEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255
57892026-08-29T16:17:01.945Ztest route::tests::delete_targets_full ... ok
57902026-08-29T16:17:01.945Z
57912026-08-29T16:17:01.945Z
57922026-08-29T16:17:01.945ZAug 29 16:17:00.530Aug 29 16:17:00.530 INFOAug 29 16:17:00.530DEBG adding route 172.17.0.12/32 -> 10.0.0.255 INFO
57932026-08-29T16:17:01.945Zreplacing 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 } }]
57942026-08-29T16:17:01.945Zadding route 172.17.0.46/32 -> 10.0.0.255
57952026-08-29T16:17:01.945ZAug 29 16:17:00.530 DEBGAug 29 16:17:00.530 Aug 29 16:17:00.530 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 } }]INFODEBG adding route 172.17.0.44/32 -> 10.0.0.255
57962026-08-29T16:17:01.945Z
57972026-08-29T16:17:01.945Ztest route::tests::delete_target_fragmented ... ok
57982026-08-29T16:17:01.945Zreplacing 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 } }]
57992026-08-29T16:17:01.946ZAug 29 16:17:00.530Aug 29 16:17:00.530Aug 29 16:17:00.530 DEBGINFO INFOreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.47/32 -> 10.0.0.255
58002026-08-29T16:17:01.947Z
58012026-08-29T16:17:01.952ZAug 29 16:17:00.542 DEBG Aug 29 16:17:00.542replacing 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 } }]
58022026-08-29T16:17:01.952ZINFO adding route 172.17.0.45/32 -> 10.0.0.255
58032026-08-29T16:17:01.952ZAug 29 16:17:00.542 INFO adding route 172.17.0.48/32 -> 10.0.0.255
58042026-08-29T16:17:01.952ZAug 29 16:17:00.542 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 } }]
58052026-08-29T16:17:01.952ZAug 29 16:17:00.542 Aug 29 16:17:00.542DEBG INFOreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58062026-08-29T16:17:01.952Zadding route 172.17.0.46/32 -> 10.0.0.255
58072026-08-29T16:17:01.952Z Aug 29 16:17:00.542adding route 172.17.0.13/32 -> 10.0.0.255
58082026-08-29T16:17:01.952ZINFOAug 29 16:17:00.542 adding route 172.17.0.49/32 -> 10.0.0.255DEBG
58092026-08-29T16:17:01.952Z Aug 29 16:17:00.542replacing 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 } }]
58102026-08-29T16:17:01.952ZDEBG 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 29 16:17:00.542
58112026-08-29T16:17:01.952ZAug 29 16:17:00.542 DEBGINFO adding route 172.17.0.47/32 -> 10.0.0.255replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58122026-08-29T16:17:01.952Z
58132026-08-29T16:17:01.952ZAug 29 16:17:00.542 Aug 29 16:17:00.542Aug 29 16:17:00.542 INFODEBG adding route 172.17.0.14/32 -> 10.0.0.255INFOreplacing 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 } }]
58142026-08-29T16:17:01.952Z
58152026-08-29T16:17:01.952Zadding route 172.17.0.50/32 -> 10.0.0.255
58162026-08-29T16:17:01.952ZAug 29 16:17:00.542Aug 29 16:17:00.542 Aug 29 16:17:00.542DEBG DEBG INFOreplacing 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.48/32 -> 10.0.0.255
58172026-08-29T16:17:01.952Zreplacing 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 } }]
58182026-08-29T16:17:01.952Z
58192026-08-29T16:17:01.952ZAug 29 16:17:00.542Aug 29 16:17:00.542 INFODEBG Aug 29 16:17:00.542 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
58202026-08-29T16:17:01.952Z adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255
58212026-08-29T16:17:01.952Z
58222026-08-29T16:17:01.952ZAug 29 16:17:00.542 INFO Aug 29 16:17:00.542adding route 172.17.0.49/32 -> 10.0.0.255Aug 29 16:17:00.542
58232026-08-29T16:17:01.952Z DEBGDEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
58242026-08-29T16:17:01.952Z
58252026-08-29T16:17:01.952ZAug 29 16:17:00.542 DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:17:00.542
58262026-08-29T16:17:01.953ZAug 29 16:17:00.542 INFOINFO adding route 172.17.0.52/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255
58272026-08-29T16:17:01.953Z
58282026-08-29T16:17:01.953ZAug 29 16:17:00.542 INFO adding route 172.17.0.50/32 -> 10.0.0.255Aug 29 16:17:00.542
58292026-08-29T16:17:01.953ZAug 29 16:17:00.542 DEBGDEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:17:00.542
58302026-08-29T16:17:01.953Zreplacing 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
58312026-08-29T16:17:01.953Z 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 } }]
58322026-08-29T16:17:01.953ZAug 29 16:17:00.542 Aug 29 16:17:00.542INFO Aug 29 16:17:00.542adding route 172.17.0.53/32 -> 10.0.0.255INFO
58332026-08-29T16:17:01.953Z adding route 172.17.0.17/32 -> 10.0.0.255INFO
58342026-08-29T16:17:01.953Z adding route 172.17.0.51/32 -> 10.0.0.255Aug 29 16:17:00.542
58352026-08-29T16:17:01.953Z Aug 29 16:17:00.542DEBG 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 } }]
58362026-08-29T16:17:01.953Zreplacing 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 } }]
58372026-08-29T16:17:01.953ZAug 29 16:17:00.542Aug 29 16:17:00.542Aug 29 16:17:00.542 DEBGINFO INFOreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.18/32 -> 10.0.0.255
58382026-08-29T16:17:01.953Zadding route 172.17.0.54/32 -> 10.0.0.255
58392026-08-29T16:17:01.953Z
58402026-08-29T16:17:01.953ZAug 29 16:17:00.542Aug 29 16:17:00.542 Aug 29 16:17:00.542DEBGINFO DEBGreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }]
58412026-08-29T16:17:01.953Z
58422026-08-29T16:17:01.953Zadding route 172.17.0.52/32 -> 10.0.0.255
58432026-08-29T16:17:01.953ZAug 29 16:17:00.542Aug 29 16:17:00.542 INFOINFO Aug 29 16:17:00.542 adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255
58442026-08-29T16:17:01.953Z
58452026-08-29T16:17:01.953ZDEBG 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 } }]
58462026-08-29T16:17:01.953ZAug 29 16:17:00.542Aug 29 16:17:00.542 Aug 29 16:17:00.542DEBGDEBG 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 } }]INFOreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58472026-08-29T16:17:01.954Z
58482026-08-29T16:17:01.954Zadding route 172.17.0.53/32 -> 10.0.0.255
58492026-08-29T16:17:01.954ZAug 29 16:17:00.542Aug 29 16:17:00.542Aug 29 16:17:00.542 INFODEBG adding route 172.17.0.20/32 -> 10.0.0.255replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58502026-08-29T16:17:01.954Z
58512026-08-29T16:17:01.954ZINFO adding route 172.17.0.56/32 -> 10.0.0.255
58522026-08-29T16:17:01.954ZAug 29 16:17:00.542 Aug 29 16:17:00.542Aug 29 16:17:00.542 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 } }]DEBG
58532026-08-29T16:17:01.954Z adding route 172.17.0.54/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 } }]
58542026-08-29T16:17:01.954Z
58552026-08-29T16:17:01.954ZAug 29 16:17:00.542 INFOAug 29 16:17:00.542 Aug 29 16:17:00.542INFO adding route 172.17.0.21/32 -> 10.0.0.255DEBG
58562026-08-29T16:17:01.954Zadding route 172.17.0.57/32 -> 10.0.0.255
58572026-08-29T16:17:01.954Zreplacing 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 } }]
58582026-08-29T16:17:01.954ZAug 29 16:17:00.542 Aug 29 16:17:00.542DEBG Aug 29 16:17:00.542 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 } }]INFODEBG
58592026-08-29T16:17:01.954Z adding route 172.17.0.55/32 -> 10.0.0.255
58602026-08-29T16:17:01.954Zreplacing 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 } }]
58612026-08-29T16:17:01.954ZAug 29 16:17:00.542 INFOAug 29 16:17:00.542 Aug 29 16:17:00.542adding route 172.17.0.22/32 -> 10.0.0.255 DEBGINFO
58622026-08-29T16:17:01.954Zreplacing 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.58/32 -> 10.0.0.255
58632026-08-29T16:17:01.955Z
58642026-08-29T16:17:01.955ZAug 29 16:17:00.542Aug 29 16:17:00.542 Aug 29 16:17:00.542DEBG INFO DEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
58652026-08-29T16:17:01.956Z
58662026-08-29T16:17:01.956Zadding route 172.17.0.56/32 -> 10.0.0.255
58672026-08-29T16:17:01.956ZAug 29 16:17:00.542Aug 29 16:17:00.542 Aug 29 16:17:00.542 INFO INFO DEBG adding route 172.17.0.23/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 } }]adding route 172.17.0.59/32 -> 10.0.0.255
58682026-08-29T16:17:01.956Z
58692026-08-29T16:17:01.956Z
58702026-08-29T16:17:01.956ZAug 29 16:17:00.542Aug 29 16:17:00.542Aug 29 16:17:00.542 DEBG DEBGINFO replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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.57/32 -> 10.0.0.255
58712026-08-29T16:17:01.956Z
58722026-08-29T16:17:01.956Z
58732026-08-29T16:17:01.956ZAug 29 16:17:00.542Aug 29 16:17:00.542 Aug 29 16:17:00.542INFO DEBG INFOadding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58742026-08-29T16:17:01.956Z
58752026-08-29T16:17:01.956Zadding route 172.17.0.24/32 -> 10.0.0.255
58762026-08-29T16:17:01.956ZAug 29 16:17:00.542Aug 29 16:17:00.542 Aug 29 16:17:00.542INFO DEBGDEBG adding route 172.17.0.58/32 -> 10.0.0.255 replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
58772026-08-29T16:17:01.956Z
58782026-08-29T16:17:01.957Z
58792026-08-29T16:17:01.957ZAug 29 16:17:00.542Aug 29 16:17:00.542Aug 29 16:17:00.542 DEBGDEBG INFOfailed to allocate space for the new target list
58802026-08-29T16:17:01.957Zreplacing 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 } }]
58812026-08-29T16:17:01.957Zadding route 172.17.0.25/32 -> 10.0.0.255
58822026-08-29T16:17:01.957ZAug 29 16:17:00.542Aug 29 16:17:00.542 Aug 29 16:17:00.542DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBG adding route 172.17.0.59/32 -> 10.0.0.255
58832026-08-29T16:17:01.957Z
58842026-08-29T16:17:01.957Zreplacing 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 } }]
58852026-08-29T16:17:01.957ZAug 29 16:17:00.542 Aug 29 16:17:00.542DEBG 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 } }]
58862026-08-29T16:17:01.957Zadding route 172.17.0.26/32 -> 10.0.0.255
58872026-08-29T16:17:01.957ZAug 29 16:17:00.542 Aug 29 16:17:00.542INFO DEBGadding route 172.17.0.60/32 -> 10.0.0.255
58882026-08-29T16:17:01.957Zreplacing 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 } }]
58892026-08-29T16:17:01.957ZAug 29 16:17:00.542 Aug 29 16:17:00.542DEBG 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 } }]
58902026-08-29T16:17:01.957Zadding route 172.17.0.27/32 -> 10.0.0.255
58912026-08-29T16:17:01.957Ztest route::tests::delete_targets_fragmented ... ok
58922026-08-29T16:17:01.957ZAug 29 16:17:00.542 Aug 29 16:17:00.542DEBG DEBGfailed to allocate space for the new target list
58932026-08-29T16:17:01.957Zreplacing 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 } }]
58942026-08-29T16:17:01.958ZAug 29 16:17:00.542 Aug 29 16:17:00.542DEBG 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 } }]
58952026-08-29T16:17:01.958Zadding route 172.17.0.28/32 -> 10.0.0.255
58962026-08-29T16:17:01.958ZAug 29 16:17:00.542 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 } }]
58972026-08-29T16:17:01.958ZAug 29 16:17:00.542 INFO adding route 172.17.0.29/32 -> 10.0.0.255
58982026-08-29T16:17:01.958ZAug 29 16:17:00.542 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 } }]
58992026-08-29T16:17:01.958Z
59002026-08-29T16:17:01.958ZAug 29 16:17:00.542 INFO adding route 172.17.0.30/32 -> 10.0.0.255
59012026-08-29T16:17:01.962ZAug 29 16:17:00.542 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 } }]
59022026-08-29T16:17:01.962ZAug 29 16:17:00.542 INFO adding route 172.17.0.31/32 -> 10.0.0.255
59032026-08-29T16:17:01.962ZAug 29 16:17:00.542 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 } }]
59042026-08-29T16:17:01.962ZAug 29 16:17:00.542 INFO adding route 172.17.0.32/32 -> 10.0.0.255
59052026-08-29T16:17:01.962ZAug 29 16:17:00.542 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 } }]
59062026-08-29T16:17:01.962ZAug 29 16:17:00.542 INFO adding route 172.17.0.33/32 -> 10.0.0.255
59072026-08-29T16:17:01.962ZAug 29 16:17:00.542 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 } }]
59082026-08-29T16:17:01.962ZAug 29 16:17:00.542 INFO adding route 172.17.0.34/32 -> 10.0.0.255
59092026-08-29T16:17:01.962ZAug 29 16:17:00.542 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 } }]
59102026-08-29T16:17:01.964ZAug 29 16:17:00.542 INFO adding route 172.17.0.35/32 -> 10.0.0.255
59112026-08-29T16:17:01.964Ztest result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.09s
59122026-08-29T16:17:01.964ZAug 29 16:17:00.542 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 } }]
59132026-08-29T16:17:01.964Z
59142026-08-29T16:17:01.964ZAug 29 16:17:00.542 INFO adding route 172.17.0.36/32 -> 10.0.0.255
59152026-08-29T16:17:01.964ZAug 29 16:17:00.542 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 } }]
59162026-08-29T16:17:01.964ZAug 29 16:17:00.542 INFO adding route 172.17.0.37/32 -> 10.0.0.255
59172026-08-29T16:17:01.964ZAug 29 16:17:00.542 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 } }]
59182026-08-29T16:17:01.964ZAug 29 16:17:00.542 INFO adding route 172.17.0.38/32 -> 10.0.0.255
59192026-08-29T16:17:01.964ZAug 29 16:17:00.542 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 } }]
59202026-08-29T16:17:01.964ZAug 29 16:17:00.553 INFO adding route 172.17.0.39/32 -> 10.0.0.255
59212026-08-29T16:17:01.964ZAug 29 16:17:00.553 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 } }]
59222026-08-29T16:17:01.964ZAug 29 16:17:00.553 INFO adding route 172.17.0.40/32 -> 10.0.0.255
59232026-08-29T16:17:01.964ZAug 29 16:17:00.553 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 } }]
59242026-08-29T16:17:01.964ZAug 29 16:17:00.553 INFO adding route 172.17.0.41/32 -> 10.0.0.255
59252026-08-29T16:17:01.964ZAug 29 16:17:00.554 DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59262026-08-29T16:17:01.965ZAug 29 16:17:00.554 INFO adding route 172.17.0.42/32 -> 10.0.0.255
59272026-08-29T16:17:01.965ZAug 29 16:17:00.554 DEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59282026-08-29T16:17:01.965ZAug 29 16:17:00.554 INFO adding route 172.17.0.43/32 -> 10.0.0.255
59292026-08-29T16:17:01.965ZAug 29 16:17:00.554 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 } }]
59302026-08-29T16:17:01.965ZAug 29 16:17:00.554 INFO adding route 172.17.0.44/32 -> 10.0.0.255
59312026-08-29T16:17:01.965ZAug 29 16:17:00.554 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 } }]
59322026-08-29T16:17:01.965ZAug 29 16:17:00.554 INFO adding route 172.17.0.45/32 -> 10.0.0.255
59332026-08-29T16:17:01.965ZAug 29 16:17:00.554 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 } }]
59342026-08-29T16:17:01.965ZAug 29 16:17:00.554 INFO adding route 172.17.0.46/32 -> 10.0.0.255
59352026-08-29T16:17:01.965ZAug 29 16:17:00.554 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 } }]
59362026-08-29T16:17:01.965ZAug 29 16:17:00.554 INFO adding route 172.17.0.47/32 -> 10.0.0.255
59372026-08-29T16:17:01.965ZAug 29 16:17:00.554 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 } }]
59382026-08-29T16:17:01.965ZAug 29 16:17:00.554 INFO adding route 172.17.0.48/32 -> 10.0.0.255
59392026-08-29T16:17:01.965ZAug 29 16:17:00.554 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 } }]
59402026-08-29T16:17:01.965ZAug 29 16:17:00.554 INFO adding route 172.17.0.49/32 -> 10.0.0.255
59412026-08-29T16:17:01.965ZAug 29 16:17:00.554 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 } }]
59422026-08-29T16:17:01.966ZAug 29 16:17:00.554 INFO adding route 172.17.0.50/32 -> 10.0.0.255
59432026-08-29T16:17:01.966ZAug 29 16:17:00.554 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 } }]
59442026-08-29T16:17:01.966ZAug 29 16:17:00.554 INFO adding route 172.17.0.51/32 -> 10.0.0.255
59452026-08-29T16:17:01.966ZAug 29 16:17:00.554 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 } }]
59462026-08-29T16:17:01.966ZAug 29 16:17:00.554 INFO adding route 172.17.0.52/32 -> 10.0.0.255
59472026-08-29T16:17:01.967ZAug 29 16:17:00.554 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 } }]
59482026-08-29T16:17:01.967ZAug 29 16:17:00.554 INFO adding route 172.17.0.53/32 -> 10.0.0.255
59492026-08-29T16:17:01.967ZAug 29 16:17:00.554 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 } }]
59502026-08-29T16:17:01.967ZAug 29 16:17:00.554 INFO adding route 172.17.0.54/32 -> 10.0.0.255
59512026-08-29T16:17:01.967ZAug 29 16:17:00.554 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 } }]
59522026-08-29T16:17:01.967ZAug 29 16:17:00.554 INFO adding route 172.17.0.55/32 -> 10.0.0.255
59532026-08-29T16:17:01.967ZAug 29 16:17:00.554 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 } }]
59542026-08-29T16:17:01.967ZAug 29 16:17:00.554 INFO adding route 172.17.0.56/32 -> 10.0.0.255
59552026-08-29T16:17:01.967ZAug 29 16:17:00.554 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 } }]
59562026-08-29T16:17:01.967ZAug 29 16:17:00.554 INFO adding route 172.17.0.57/32 -> 10.0.0.255
59572026-08-29T16:17:01.967ZAug 29 16:17:00.554 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 } }]
59582026-08-29T16:17:01.968ZAug 29 16:17:00.554 INFO adding route 172.17.0.58/32 -> 10.0.0.255
59592026-08-29T16:17:01.968ZAug 29 16:17:00.554 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 } }]
59602026-08-29T16:17:01.968ZAug 29 16:17:00.554 INFO adding route 172.17.0.59/32 -> 10.0.0.255
59612026-08-29T16:17:01.968ZAug 29 16:17:00.554 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 } }]
59622026-08-29T16:17:01.968ZAug 29 16:17:00.554 INFO adding route 172.17.0.60/32 -> 10.0.0.255
59632026-08-29T16:17:01.968ZAug 29 16:17:00.554 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 } }]
59642026-08-29T16:17:01.968ZAug 29 16:17:00.554 DEBG failed to allocate space for the new target list
59652026-08-29T16:17:01.968ZAug 29 16:17:00.554 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 } }]
59662026-08-29T16:17:01.968Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-5750b041e52bfda1)
59672026-08-29T16:17:01.968Z Running unittests src/lib.rs (target/debug/deps/dpd_api-129626530bed4535)
59682026-08-29T16:17:01.968Z
59692026-08-29T16:17:01.968Z Running unittests src/lib.rs (target/debug/deps/dpd_client-ec0eafd1bf41e957)
59702026-08-29T16:17:01.968Zrunning 0 tests
59712026-08-29T16:17:01.968Z
59722026-08-29T16:17:01.968Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59732026-08-29T16:17:01.968Z
59742026-08-29T16:17:01.968Z
59752026-08-29T16:17:01.968Zrunning 0 tests
59762026-08-29T16:17:01.968Z
59772026-08-29T16:17:01.968Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59782026-08-29T16:17:01.969Z
59792026-08-29T16:17:01.969Z
59802026-08-29T16:17:01.969Zrunning 6 tests
59812026-08-29T16:17:01.969Ztest tests::test_full_lot_id_neither_present ... ok
59822026-08-29T16:17:01.969Ztest tests::test_full_lot_id_lotnum_only ... ok
59832026-08-29T16:17:01.969Ztest tests::test_parse_client_port_id ... ok
59842026-08-29T16:17:01.969Ztest tests::test_full_lot_id_lot_only ... ok
59852026-08-29T16:17:01.969Ztest tests::test_full_lot_id_both_present ... ok
59862026-08-29T16:17:01.969Ztest tests::test_port_id_cmp ... ok
59872026-08-29T16:17:01.969Z
59882026-08-29T16:17:01.970Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59892026-08-29T16:17:01.970Z
59902026-08-29T16:17:01.970Z Running tests/test_all.rs (target/debug/deps/test_all-c6441cfd51e8f1de)
59912026-08-29T16:17:01.970Z
59922026-08-29T16:17:01.970Zrunning 0 tests
59932026-08-29T16:17:01.970Z
59942026-08-29T16:17:01.970Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59952026-08-29T16:17:01.970Z
59962026-08-29T16:17:01.970Z Running unittests src/lib.rs (target/debug/deps/dpd_types-9a1ffdc1254bfaa8)
59972026-08-29T16:17:01.970Z
59982026-08-29T16:17:01.970Zrunning 0 tests
59992026-08-29T16:17:01.970Z
60002026-08-29T16:17:01.970Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60012026-08-29T16:17:01.976Z
60022026-08-29T16:17:01.976Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-fbfe8a6c92a1a523)
60032026-08-29T16:17:01.976Z
60042026-08-29T16:17:01.976Zrunning 15 tests
60052026-08-29T16:17:01.976Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
60062026-08-29T16:17:01.977Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
60072026-08-29T16:17:01.977Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
60082026-08-29T16:17:01.977Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
60092026-08-29T16:17:01.977Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
60102026-08-29T16:17:01.977Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
60112026-08-29T16:17:01.977Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
60122026-08-29T16:17:01.977Ztest v1::network::tests::test_equal ... ok
60132026-08-29T16:17:01.977Ztest v1::network::tests::test_eui64 ... ok
60142026-08-29T16:17:01.977Ztest v1::network::tests::test_into ... ok
60152026-08-29T16:17:01.977Ztest v1::network::tests::test_not_equal ... ok
60162026-08-29T16:17:01.977Ztest v1::network::tests::test_to_string ... ok
60172026-08-29T16:17:01.977Ztest v1::port::tests::port_ids_are_ascii ... ok
60182026-08-29T16:17:01.977Ztest v1::network::tests::test_parse ... ok
60192026-08-29T16:17:01.977Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
60202026-08-29T16:17:01.977Z
60212026-08-29T16:17:01.977Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60222026-08-29T16:17:01.977Z
60232026-08-29T16:17:01.977Z Running unittests src/lib.rs (target/debug/deps/packet-b7146b2a4ac94eed)
60242026-08-29T16:17:01.977Z
60252026-08-29T16:17:01.977Zrunning 12 tests
60262026-08-29T16:17:01.977Ztest icmp::test_v6_checksum ... ok
60272026-08-29T16:17:01.977Ztest icmp::test_v4_checksum ... ok
60282026-08-29T16:17:01.977Ztest lldp::test_lldp_parse ... ok
60292026-08-29T16:17:01.977Ztest ipv6::test_ipv6_parse ... ok
60302026-08-29T16:17:01.977Ztest pbuf::test_byte ... ok
60312026-08-29T16:17:01.977Ztest pbuf::test_nibble ... ok
60322026-08-29T16:17:01.977Ztest pbuf::test_short ... ok
60332026-08-29T16:17:01.977Ztest pbuf::test_overflow ... ok
60342026-08-29T16:17:01.977Ztest pbuf::test_twelve ... ok
60352026-08-29T16:17:01.977Ztest pbuf::test_word ... ok
60362026-08-29T16:17:01.977Ztest tcp::test_checksum_syn_nodata ... ok
60372026-08-29T16:17:01.977Ztest tcp::test_checksum_ack_data ... ok
60382026-08-29T16:17:01.977Z
60392026-08-29T16:17:01.977Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60402026-08-29T16:17:01.977Z
60412026-08-29T16:17:01.977Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
60422026-08-29T16:17:01.977Z
60432026-08-29T16:17:01.977Zrunning 0 tests
60442026-08-29T16:17:01.978Z
60452026-08-29T16:17:01.978Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60462026-08-29T16:17:01.978Z
60472026-08-29T16:17:01.978Z Running unittests src/main.rs (target/debug/deps/swadm-b2a24f703eb7d5da)
60482026-08-29T16:17:01.978Z
60492026-08-29T16:17:01.978Zrunning 5 tests
60502026-08-29T16:17:01.978Ztest switchport::test::test_compute_lanes ... ok
60512026-08-29T16:17:01.978Ztest switchport::test::port_id_ordering ... ok
60522026-08-29T16:17:01.978Z Lane 0 Lane 1 Lane 0Lane 2 Lane 3Lane 1
60532026-08-29T16:17:01.978Z Lane 2 State: Activated Lane 3Activated
60542026-08-29T16:17:01.978Z Activated Rx Loss-of-lock: YesActivated
60552026-08-29T16:17:01.978Z Yes Rx Output Enabled: false falseYes falseYes
60562026-08-29T16:17:01.978Zfalse
60572026-08-29T16:17:01.978Z Rx Loss-of-signal: Yes Rx Output Status: valid Yesvalid Yes Yesvalid
60582026-08-29T16:17:01.979Z Rx CDR Enabled: Yesvalid
60592026-08-29T16:17:01.979ZYes Rx Loss-of-lock: true Yestrue Yes
60602026-08-29T16:17:01.979Ztrue Tx Enabled: Yes true
60612026-08-29T16:17:01.979ZYes Rx Loss-of-signal: falseYes Yesfalse
60622026-08-29T16:17:01.979Zfalse Tx Loss-of-lock: Nofalse
60632026-08-29T16:17:01.979ZNo Rx Auto-squelch Disable: true No Notrue
60642026-08-29T16:17:01.979Z Tx Loss-of-signal: No true Notrue
60652026-08-29T16:17:01.979ZNo Tx Output Enabled: trueNo
60662026-08-29T16:17:01.979Z true Tx CDR Enabled: No trueNo true
60672026-08-29T16:17:01.979ZNo Tx Output Status: invalidNo
60682026-08-29T16:17:01.979Zinvalid Tx Adaptive EQ Fault: Noinvalid invalidNo
60692026-08-29T16:17:01.979Z Tx Loss-of-lock: false No falseNo
60702026-08-29T16:17:01.979Z Tx Fault: Yesfalse false
60712026-08-29T16:17:01.979ZYes Tx Loss-of-signal: trueYes trueYes
60722026-08-29T16:17:01.980Z true true
60732026-08-29T16:17:01.980ZTx Auto-squelch Disable: false false false false
60742026-08-29T16:17:01.980Z Tx Adaptive EQ Fail: true true true true
60752026-08-29T16:17:01.980Z Tx Failure: false false false false
60762026-08-29T16:17:01.980Z Tx Force Squelch: true true true true
60772026-08-29T16:17:01.980Z Tx Input Polarity: normal normal normal normal
60782026-08-29T16:17:01.980Ztest switchport::test::test_print_sff_datapath ... ok
60792026-08-29T16:17:01.980Ztest switchport::test::test_print_cmis_datapath ... ok
60802026-08-29T16:17:01.980Ztest link::test_filter ... ok
60812026-08-29T16:17:01.980Z
60822026-08-29T16:17:01.981Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60832026-08-29T16:17:01.981Z
60842026-08-29T16:17:01.981Z Running tests/cli/main.rs (target/debug/deps/cli-35f8289389b89620)
60852026-08-29T16:17:01.981Z
60862026-08-29T16:17:01.981Zrunning 7 tests
60872026-08-29T16:17:01.981Ztest counters::counters_list ... ignored
60882026-08-29T16:17:01.981Ztest link_apply::apply_tx_eq_all ... ignored
60892026-08-29T16:17:01.981Ztest link_apply::apply_tx_eq_custom ... ignored
60902026-08-29T16:17:01.981Ztest tx_eq::set_all_taps ... ignored
60912026-08-29T16:17:01.981Ztest tx_eq::set_partial_taps ... ignored
60922026-08-29T16:17:01.981Ztest cmd::test::pattern_statics ... ok
60932026-08-29T16:17:01.981Ztest link_apply::tx_eq_exclusive ... ok
60942026-08-29T16:17:01.981Z
60952026-08-29T16:17:01.981Ztest result: ok. 2 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.01s
60962026-08-29T16:17:01.981Z
60972026-08-29T16:17:01.981Z Running unittests src/main.rs (target/debug/deps/tfportd-eb82fd626e78091b)
60982026-08-29T16:17:01.981Z
60992026-08-29T16:17:01.981Zrunning 3 tests
61002026-08-29T16:17:01.981Ztest linklocal::test_parse_ipadm ... ok
61012026-08-29T16:17:01.985Ztest tfport::test_parse_tfport ... ok
61022026-08-29T16:17:01.985Ztest config::tests::test_updates ... ok
61032026-08-29T16:17:01.985Z
61042026-08-29T16:17:01.985Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61052026-08-29T16:17:01.985Z
61062026-08-29T16:17:01.985Z Running unittests src/main.rs (target/debug/deps/uplinkd-8872d4adf66e7b1b)
61072026-08-29T16:17:01.985Z
61082026-08-29T16:17:01.986Zrunning 0 tests
61092026-08-29T16:17:01.986Z
61102026-08-29T16:17:01.986Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61112026-08-29T16:17:01.986Z
61122026-08-29T16:17:01.986Z Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353)
61132026-08-29T16:17:01.986Z
61142026-08-29T16:17:01.986Zrunning 0 tests
61152026-08-29T16:17:01.986Z
61162026-08-29T16:17:01.986Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61172026-08-29T16:17:01.986Z
61182026-08-29T16:17:01.986Z Doc-tests aal
61192026-08-29T16:17:02.183Z
61202026-08-29T16:17:02.183Zrunning 0 tests
61212026-08-29T16:17:02.183Z
61222026-08-29T16:17:02.183Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61232026-08-29T16:17:02.183Z
61242026-08-29T16:17:02.207Z Doc-tests aal_macros
61252026-08-29T16:17:02.274Z
61262026-08-29T16:17:02.274Zrunning 0 tests
61272026-08-29T16:17:02.274Z
61282026-08-29T16:17:02.274Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61292026-08-29T16:17:02.274Z
61302026-08-29T16:17:02.284Z Doc-tests common
61312026-08-29T16:17:02.509Z
61322026-08-29T16:17:02.509Zrunning 0 tests
61332026-08-29T16:17:02.509Z
61342026-08-29T16:17:02.509Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61352026-08-29T16:17:02.509Z
61362026-08-29T16:17:02.535Z Doc-tests dpd_api
61372026-08-29T16:17:03.235Z
61382026-08-29T16:17:03.235Zrunning 2 tests
61392026-08-29T16:17:03.235Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
61402026-08-29T16:17:03.235Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
61412026-08-29T16:17:03.236Z
61422026-08-29T16:17:03.236Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
61432026-08-29T16:17:03.236Z
61442026-08-29T16:17:03.263Z Doc-tests dpd_client
61452026-08-29T16:17:04.627Z
61462026-08-29T16:17:04.628Zrunning 0 tests
61472026-08-29T16:17:04.628Z
61482026-08-29T16:17:04.628Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61492026-08-29T16:17:04.628Z
61502026-08-29T16:17:04.679Z Doc-tests dpd_types
61512026-08-29T16:17:04.860Z
61522026-08-29T16:17:04.861Zrunning 0 tests
61532026-08-29T16:17:04.861Z
61542026-08-29T16:17:04.861Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61552026-08-29T16:17:04.861Z
61562026-08-29T16:17:04.883Z Doc-tests dpd_types_versions
61572026-08-29T16:17:06.382Z
61582026-08-29T16:17:06.383Zrunning 1 test
61592026-08-29T16:17:06.383Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
61602026-08-29T16:17:06.383Z
61612026-08-29T16:17:06.383Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
61622026-08-29T16:17:06.383Z
61632026-08-29T16:17:06.430Z Doc-tests packet
61642026-08-29T16:17:06.648Z
61652026-08-29T16:17:06.648Zrunning 0 tests
61662026-08-29T16:17:06.648Z
61672026-08-29T16:17:06.648Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61682026-08-29T16:17:06.648Z
61692026-08-29T16:17:06.673Z Doc-tests pcap
61702026-08-29T16:17:06.724Z
61712026-08-29T16:17:06.724Zrunning 0 tests
61722026-08-29T16:17:06.724Z
61732026-08-29T16:17:06.724Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61742026-08-29T16:17:06.724Z
61752026-08-29T16:17:06.772Z+ for feat in tofino_stub tofino_asic softnpu chaos
61762026-08-29T16:17:06.772Z+ RUST_BACKTRACE=full
61772026-08-29T16:17:06.772Z+ cargo test --features softnpu --no-fail-fast
61782026-08-29T16:17:07.406Z Compiling num-integer v0.1.46
61792026-08-29T16:17:07.489Z Compiling num-complex v0.4.6
61802026-08-29T16:17:07.534Z Compiling bitstruct_derive v0.1.0
61812026-08-29T16:17:07.545Z Compiling tap v1.0.1
61822026-08-29T16:17:07.657Z Compiling wyz v0.5.1
61832026-08-29T16:17:07.778Z Compiling num-rational v0.4.2
61842026-08-29T16:17:07.817Z Compiling num-iter v0.1.45
61852026-08-29T16:17:07.829Z Compiling num-bigint v0.4.6
61862026-08-29T16:17:07.934Z Compiling radium v0.7.0
61872026-08-29T16:17:07.938Z Compiling funty v2.0.0
61882026-08-29T16:17:07.974Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
61892026-08-29T16:17:08.024Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61902026-08-29T16:17:08.147Z Compiling num v0.4.3
61912026-08-29T16:17:08.218Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
61922026-08-29T16:17:08.227Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61932026-08-29T16:17:08.238Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61942026-08-29T16:17:08.278Z Compiling bitvec v1.0.1
61952026-08-29T16:17:08.357Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61962026-08-29T16:17:08.494Z Compiling typeid v1.0.3
61972026-08-29T16:17:08.534Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
61982026-08-29T16:17:08.608Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61992026-08-29T16:17:08.619Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62002026-08-29T16:17:08.654Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62012026-08-29T16:17:08.947Z Compiling ascii v1.1.0
62022026-08-29T16:17:09.375Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62032026-08-29T16:17:09.428Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62042026-08-29T16:17:09.501Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62052026-08-29T16:17:09.559Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
62062026-08-29T16:17:09.705Z Compiling erased-serde v0.4.8
62072026-08-29T16:17:09.808Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
62082026-08-29T16:17:09.909Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62092026-08-29T16:17:09.972Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
62102026-08-29T16:17:10.194Z Compiling bitstruct v0.1.1
62112026-08-29T16:17:10.518Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
62122026-08-29T16:17:10.530Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62132026-08-29T16:17:10.587Z Compiling serde_arrays v0.1.0
62142026-08-29T16:17:10.602Z Compiling libloading v0.7.4
62152026-08-29T16:17:10.788Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
62162026-08-29T16:17:11.392Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62172026-08-29T16:17:11.607Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
62182026-08-29T16:17:11.619Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62192026-08-29T16:17:12.695Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
62202026-08-29T16:17:13.560Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
62212026-08-29T16:17:19.425Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62222026-08-29T16:17:19.642Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
62232026-08-29T16:17:19.642Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62242026-08-29T16:17:19.645Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62252026-08-29T16:17:19.856Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62262026-08-29T16:17:21.571Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62272026-08-29T16:17:21.860Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
62282026-08-29T16:17:22.162Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62292026-08-29T16:17:27.999Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62302026-08-29T16:17:28.228Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62312026-08-29T16:17:36.314Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62322026-08-29T16:17:38.242Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62332026-08-29T16:17:41.991Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
62342026-08-29T16:18:20.749Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 13s
62352026-08-29T16:18:20.868Z Running unittests src/lib.rs (target/debug/deps/aal-fca1c72dfc47a54a)
62362026-08-29T16:18:20.877Z
62372026-08-29T16:18:20.877Zrunning 0 tests
62382026-08-29T16:18:20.877Z
62392026-08-29T16:18:20.880Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62402026-08-29T16:18:20.880Z
62412026-08-29T16:18:20.880Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
62422026-08-29T16:18:20.884Z
62432026-08-29T16:18:20.884Zrunning 0 tests
62442026-08-29T16:18:20.884Z
62452026-08-29T16:18:20.884Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62462026-08-29T16:18:20.884Z
62472026-08-29T16:18:20.884Z Running unittests src/lib.rs (target/debug/deps/asic-044e9430fd7fc305)
62482026-08-29T16:18:20.888Z
62492026-08-29T16:18:20.888Zrunning 0 tests
62502026-08-29T16:18:20.888Z
62512026-08-29T16:18:20.888Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62522026-08-29T16:18:20.888Z
62532026-08-29T16:18:20.888Z Running unittests src/lib.rs (target/debug/deps/common-f0fc91ad575fea74)
62542026-08-29T16:18:20.907Z
62552026-08-29T16:18:20.907Zrunning 4 tests
62562026-08-29T16:18:20.910Ztest nat::tests::test_vni ... ok
62572026-08-29T16:18:20.910Ztest network::tests::test_generate_ipv6_link_local ... ok
62582026-08-29T16:18:20.914Ztest test_purge ... ok
62592026-08-29T16:18:20.917Ztest illumos::test::address_exists_handles_missing_object ... ok
62602026-08-29T16:18:20.917Z
62612026-08-29T16:18:20.918Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
62622026-08-29T16:18:20.918Z
62632026-08-29T16:18:20.918Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-049fc7a9b9157ea9)
62642026-08-29T16:18:20.921Z
62652026-08-29T16:18:20.921Zrunning 1 test
62662026-08-29T16:18:20.924Z -------
62672026-08-29T16:18:20.925Z Generating OpenAPI documents from API definitions ...
62682026-08-29T16:18:21.066Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
62692026-08-29T16:18:21.136Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
62702026-08-29T16:18:22.175Z -------
62712026-08-29T16:18:22.175Z Checking 13 OpenAPI documents...
62722026-08-29T16:18:22.175Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
62732026-08-29T16:18:22.175Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
62742026-08-29T16:18:22.175Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
62752026-08-29T16:18:22.175Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
62762026-08-29T16:18:22.179Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
62772026-08-29T16:18:22.179Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
62782026-08-29T16:18:22.179Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
62792026-08-29T16:18:22.179Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
62802026-08-29T16:18:22.179Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
62812026-08-29T16:18:22.179Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
62822026-08-29T16:18:22.179Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
62832026-08-29T16:18:22.179Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
62842026-08-29T16:18:22.179Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
62852026-08-29T16:18:22.179Z Fresh dpd "latest" symlink
62862026-08-29T16:18:22.179Z -------
62872026-08-29T16:18:22.179Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
62882026-08-29T16:18:22.245Ztest test::test_apis_up_to_date ... ok
62892026-08-29T16:18:22.245Z
62902026-08-29T16:18:22.245Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.32s
62912026-08-29T16:18:22.245Z
62922026-08-29T16:18:22.304Z Running unittests src/main.rs (target/debug/deps/dpd-1c13ae62cfef6605)
62932026-08-29T16:18:22.310Z
62942026-08-29T16:18:22.310Zrunning 34 tests
62952026-08-29T16:18:22.313Ztest freemap::test_ordering ... ok
62962026-08-29T16:18:22.313Ztest config::tests::test_updates ... ok
62972026-08-29T16:18:22.314Ztest dhcpv6::tests::test_create_duid_bytes ... ok
62982026-08-29T16:18:22.314Ztest freemap::test_split ... ok
62992026-08-29T16:18:22.314Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
63002026-08-29T16:18:22.314Ztest macaddrs::tests::test_mac_offset ... ok
63012026-08-29T16:18:22.318Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
63022026-08-29T16:18:22.318Ztest macaddrs::tests::test_parse_port_id ... ok
63032026-08-29T16:18:22.318Ztest nat::test_mapping ... ok
63042026-08-29T16:18:22.318ZAug 29 16:18:20.968 DEBG created new freemap, unit: freemap_test
63052026-08-29T16:18:22.318ZAug 29 16:18:20.968 DEBG initted freemap. size: 128, unit: freemap_test
63062026-08-29T16:18:22.318ZAug 29 16:18:20.968 DEBG reset freemap, unit: freemap_test
63072026-08-29T16:18:22.318Ztest port_map::tests::dump_map ... ok
63082026-08-29T16:18:22.318ZAug 29 16:18:20.968 DEBG created new freemap, unit: freemap_test
63092026-08-29T16:18:22.318ZAug 29 16:18:20.968 DEBG initted freemap. size: 128, unit: freemap_test
63102026-08-29T16:18:22.318ZAug 29 16:18:20.968 DEBG reset freemap, unit: freemap_test
63112026-08-29T16:18:22.318Ztest freemap::test_exhaustion ... ok
63122026-08-29T16:18:22.318ZAug 29 16:18:20.968 DEBG created new freemap, unit: freemap_test
63132026-08-29T16:18:22.318ZAug 29 16:18:20.968 DEBG initted freemap. size: 128, unit: freemap_test
63142026-08-29T16:18:22.318ZAug 29 16:18:20.968 DEBG reset freemap, unit: freemap_test
63152026-08-29T16:18:22.318Ztest freemap::test_basic ... ok
63162026-08-29T16:18:22.318Ztest port_map::tests::test_backplane_group ... ok
63172026-08-29T16:18:22.318Ztest freemap::test_reclaim ... ok
63182026-08-29T16:18:22.319ZAug 29 16:18:20.969 DEBG created new freemap, unit: freemap_test
63192026-08-29T16:18:22.319ZAug 29 16:18:20.969 DEBG initted freemap. size: 8, unit: freemap_test
63202026-08-29T16:18:22.319ZAug 29 16:18:20.969 DEBG reset freemap, unit: freemap_test
63212026-08-29T16:18:22.319Ztest port_map::tests::test_port_map ... ok
63222026-08-29T16:18:22.319Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
63232026-08-29T16:18:22.319ZAug 29 16:18:20.969 DEBG created new freemap, unit: freemap_test
63242026-08-29T16:18:22.319ZAug 29 16:18:20.969 DEBG initted freemap. size: 128, unit: freemap_test
63252026-08-29T16:18:22.319ZAug 29 16:18:20.969 DEBG reset freemap, unit: freemap_test
63262026-08-29T16:18:22.319Ztest freemap::test_free ... ok
63272026-08-29T16:18:22.319ZAug 29 16:18:20.969 DEBG created new freemap, unit: freemap_test
63282026-08-29T16:18:22.319ZAug 29 16:18:20.969 DEBG initted freemap. size: 128, unit: freemap_test
63292026-08-29T16:18:22.319ZAug 29 16:18:20.969 DEBG reset freemap, unit: freemap_test
63302026-08-29T16:18:22.319Ztest freemap::test_span ... ok
63312026-08-29T16:18:22.319Ztest port_map::tests::parse_softnpu_revision ... ok
63322026-08-29T16:18:22.319Ztest api_server::tests::test_build_info ... ok
63332026-08-29T16:18:22.319ZAug 29 16:18:20.970 DEBG created new freemap, unit: freemap_route_ipv4
63342026-08-29T16:18:22.320ZAug 29 16:18:20.970 DEBG created new freemap, unit: freemap_route_ipv6
63352026-08-29T16:18:22.320ZAug 29 16:18:20.970Aug 29 16:18:20.970 DEBGDEBG created new freemapinitted freemap. size: 64, , unitunit:: freemap_route_ipv4freemap_route_ipv4
63362026-08-29T16:18:22.320Z
63372026-08-29T16:18:22.320ZAug 29 16:18:20.970 DEBG reset freemap, unitAug 29 16:18:20.970: DEBGfreemap_route_ipv4
63382026-08-29T16:18:22.320Zcreated new freemap, Aug 29 16:18:20.970unit :DEBG freemap_route_ipv6initted freemap. size: 64
63392026-08-29T16:18:22.320Z, unit: freemap_route_ipv6
63402026-08-29T16:18:22.320ZAug 29 16:18:20.970 DEBG initted freemap. size: 64Aug 29 16:18:20.970, unitDEBG: reset freemapfreemap_route_ipv4,
63412026-08-29T16:18:22.321ZunitAug 29 16:18:20.970: Aug 29 16:18:20.970DEBGfreemap_route_ipv6
63422026-08-29T16:18:22.321ZDEBG reset freemapcreated new freemap, Aug 29 16:18:20.970, unitunit:: freemap_route_ipv4INFOfreemap_route_ipv4
63432026-08-29T16:18:22.321Z
63442026-08-29T16:18:22.321Zadding route 3fff:dead::/64 -> 2001:db8::55:1
63452026-08-29T16:18:22.321ZAug 29 16:18:20.970Aug 29 16:18:20.970 Aug 29 16:18:20.970DEBG DEBG DEBGinitted freemap. size: 64 , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
63462026-08-29T16:18:22.321Zcreated new freemapunit, Aug 29 16:18:20.970:unit : freemap_route_ipv6 Aug 29 16:18:20.970freemap_route_ipv6INFO
63472026-08-29T16:18:22.321Z
63482026-08-29T16:18:22.321Zadding route 3fff:dead::/64 -> 2001:db8::55:2
63492026-08-29T16:18:22.321Z DEBG created new freemap, unit: freemap_route_ipv4
63502026-08-29T16:18:22.321ZAug 29 16:18:20.970 Aug 29 16:18:20.970DEBG DEBGreset freemap , created new freemapunit, :unit :freemap_route_ipv6
63512026-08-29T16:18:22.321Zfreemap_route_ipv6
63522026-08-29T16:18:22.321ZAug 29 16:18:20.970 Aug 29 16:18:20.970DEBG INFOinitted freemap. size: 64 , adding route 3fff:dead::/64 -> 2001:db8::55:1unit
63532026-08-29T16:18:22.321Z: freemap_route_ipv4
63542026-08-29T16:18:22.321ZAug 29 16:18:20.970Aug 29 16:18:20.970 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
63552026-08-29T16:18:22.321ZAug 29 16:18:20.970
63562026-08-29T16:18:22.321ZDEBG reset freemap, Aug 29 16:18:20.970unit :INFO Aug 29 16:18:20.970freemap_route_ipv4
63572026-08-29T16:18:22.321Zadding route 3fff:dead::/64 -> 2001:db8::55:2INFO
63582026-08-29T16:18:22.321Zadding route 3fff:dead::/64 -> 2001:db8::55:3
63592026-08-29T16:18:22.321ZAug 29 16:18:20.970Aug 29 16:18:20.970 DEBGDEBG Aug 29 16:18:20.970 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]initted freemap. size: 64
63602026-08-29T16:18:22.321Z, 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 } }]
63612026-08-29T16:18:22.322Zfreemap_route_ipv6Aug 29 16:18:20.970
63622026-08-29T16:18:22.322Z INFOAug 29 16:18:20.970Aug 29 16:18:20.970 adding route 3fff:beef::/64 -> 2001:db8::55:ffINFO
63632026-08-29T16:18:22.322Z DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 reset freemap
63642026-08-29T16:18:22.322Z, unitAug 29 16:18:20.970: Aug 29 16:18:20.970 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 } }]freemap_route_ipv6
63652026-08-29T16:18:22.322Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
63662026-08-29T16:18:22.322Z
63672026-08-29T16:18:22.322ZAug 29 16:18:20.970Aug 29 16:18:20.970Aug 29 16:18:20.970 INFOINFO INFOadding route 3fff:beef::/64 -> 2001:db8::55:ff
63682026-08-29T16:18:22.322Z adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
63692026-08-29T16:18:22.322Z
63702026-08-29T16:18:22.322ZAug 29 16:18:20.970 DEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:18:20.970Aug 29 16:18:20.970
63712026-08-29T16:18:22.322Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 29 16:18:20.970DEBG
63722026-08-29T16:18:22.323Z replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
63732026-08-29T16:18:22.323Z Aug 29 16:18:20.970adding route 3fff:beef:1::/64 -> 2001:db8::55:ff INFO
63742026-08-29T16:18:22.323Z adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 29 16:18:20.970
63752026-08-29T16:18:22.323ZINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 29 16:18:20.970Aug 29 16:18:20.970
63762026-08-29T16:18:22.323Z 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 } }]Aug 29 16:18:20.970
63772026-08-29T16:18:22.323Z 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 } }]DEBG
63782026-08-29T16:18:22.323Zreplacing 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 29 16:18:20.970
63792026-08-29T16:18:22.323Z INFO Aug 29 16:18:20.970adding route 3fff:beef:2::/64 -> 2001:db8::55:ff Aug 29 16:18:20.970
63802026-08-29T16:18:22.323ZINFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
63812026-08-29T16:18:22.323Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 29 16:18:20.970
63822026-08-29T16:18:22.323Z 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 29 16:18:20.970
63832026-08-29T16:18:22.323Z Aug 29 16:18:20.970DEBG DEBGreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 29 16:18:20.970
63842026-08-29T16:18:22.323Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] INFO
63852026-08-29T16:18:22.324ZAug 29 16:18:20.970Aug 29 16:18:20.970 adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
63862026-08-29T16:18:22.324ZINFO DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
63872026-08-29T16:18:22.324Zcreated new freemapAug 29 16:18:20.970Aug 29 16:18:20.970, unitINFO: DEBG freemap_route_ipv4replacing 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 } }]
63882026-08-29T16:18:22.324ZAug 29 16:18:20.970Aug 29 16:18:20.970 DEBGINFO replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
63892026-08-29T16:18:22.324Z
63902026-08-29T16:18:22.324ZAug 29 16:18:20.970Aug 29 16:18:20.970 DEBGINFO replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
63912026-08-29T16:18:22.324Z
63922026-08-29T16:18:22.328ZAug 29 16:18:20.970Aug 29 16:18:20.970 INFODEBG adding route 3fff:beef:5::/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 } }]
63932026-08-29T16:18:22.328Z
63942026-08-29T16:18:22.328ZAug 29 16:18:20.970Aug 29 16:18:20.970 DEBGINFO replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
63952026-08-29T16:18:22.328Z
63962026-08-29T16:18:22.328ZAug 29 16:18:20.970Aug 29 16:18:20.970 DEBGINFO replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
63972026-08-29T16:18:22.328Z
63982026-08-29T16:18:22.328ZAug 29 16:18:20.970Aug 29 16:18:20.970 INFODEBG adding route 3fff:beef:7::/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 } }]
63992026-08-29T16:18:22.329Z
64002026-08-29T16:18:22.329ZAug 29 16:18:20.970Aug 29 16:18:20.970 DEBGINFO replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
64012026-08-29T16:18:22.329Z
64022026-08-29T16:18:22.329ZAug 29 16:18:20.970Aug 29 16:18:20.970 INFODEBG adding route 3fff:beef:8::/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 } }]
64032026-08-29T16:18:22.329Z
64042026-08-29T16:18:22.329ZAug 29 16:18:20.970Aug 29 16:18:20.970 INFODEBG adding route 3fff:beef:8::/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 } }]
64052026-08-29T16:18:22.329Z
64062026-08-29T16:18:22.329ZAug 29 16:18:20.970 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 } }]
64072026-08-29T16:18:22.329Z
64082026-08-29T16:18:22.329ZAug 29 16:18:20.970 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
64092026-08-29T16:18:22.329Z
64102026-08-29T16:18:22.329ZAug 29 16:18:20.970Aug 29 16:18:20.970 DEBGDEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, 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 } }]
64112026-08-29T16:18:22.329Z
64122026-08-29T16:18:22.329ZAug 29 16:18:20.970 DEBGAug 29 16:18:20.971Aug 29 16:18:20.971 created new freemapINFO , adding route 3fff:beef:a::/64 -> 2001:db8::55:ffunit
64132026-08-29T16:18:22.330Z:INFO freemap_route_ipv6
64142026-08-29T16:18:22.330Zadding route 3fff:beef::/64 -> 2001:db8::55:ffAug 29 16:18:20.971
64152026-08-29T16:18:22.330Z 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 } }]
64162026-08-29T16:18:22.330ZAug 29 16:18:20.971Aug 29 16:18:20.971 DEBG DEBGinitted freemap. size: 64 , Aug 29 16:18:20.971unit :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 } }]INFO freemap_route_ipv4
64172026-08-29T16:18:22.332Z
64182026-08-29T16:18:22.332Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
64192026-08-29T16:18:22.332ZAug 29 16:18:20.971 Aug 29 16:18:20.971DEBGAug 29 16:18:20.971 reset freemapDEBG, INFO unit :adding route 3fff:beef:1::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64202026-08-29T16:18:22.332Zfreemap_route_ipv4
64212026-08-29T16:18:22.332Z
64222026-08-29T16:18:22.332ZAug 29 16:18:20.971Aug 29 16:18:20.971Aug 29 16:18:20.971 DEBGDEBGINFO initted freemap. size: 64adding route 3fff:beef:c::/64 -> 2001:db8::55:ff,
64232026-08-29T16:18:22.332Zunit :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 } }]
64242026-08-29T16:18:22.332Zfreemap_route_ipv6
64252026-08-29T16:18:22.332ZAug 29 16:18:20.971Aug 29 16:18:20.971 Aug 29 16:18:20.971DEBG DEBGINFO reset freemapadding route 3fff:beef:2::/64 -> 2001:db8::55:ff,
64262026-08-29T16:18:22.332Zunitreplacing 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 } }]:
64272026-08-29T16:18:22.332Z freemap_route_ipv6Aug 29 16:18:20.971
64282026-08-29T16:18:22.332Z DEBGAug 29 16:18:20.971 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 29 16:18:20.971Aug 29 16:18:20.970 INFODEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ffinitted freemap. size: 64
64292026-08-29T16:18:22.333Z, unit: freemap_route_ipv4
64302026-08-29T16:18:22.333ZAug 29 16:18:20.971 Aug 29 16:18:20.971DEBG DEBGreset freemap , 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 } }]unit
64312026-08-29T16:18:22.333Z: freemap_route_ipv4
64322026-08-29T16:18:22.333ZAug 29 16:18:20.970 Aug 29 16:18:20.971 INFOINFOAug 29 16:18:20.971 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
64332026-08-29T16:18:22.333ZDEBGINFO
64342026-08-29T16:18:22.333Zinitted freemap. size: 64 , adding route 3fff:beef:e::/64 -> 2001:db8::55:ffunit
64352026-08-29T16:18:22.333Z: freemap_route_ipv6Aug 29 16:18:20.971
64362026-08-29T16:18:22.333Z Aug 29 16:18:20.971 DEBGAug 29 16:18:20.971DEBG Aug 29 16:18:20.971 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 } }] 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 } }]
64372026-08-29T16:18:22.333Z
64382026-08-29T16:18:22.333ZDEBGreplacing 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
64392026-08-29T16:18:22.333Z, unit: Aug 29 16:18:20.971freemap_route_ipv6 Aug 29 16:18:20.971Aug 29 16:18:20.971
64402026-08-29T16:18:22.333ZINFODEBGINFO adding route 3fff:beef:a::/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 } }]
64412026-08-29T16:18:22.333Z
64422026-08-29T16:18:22.333Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 29 16:18:20.971
64432026-08-29T16:18:22.333Z INFO Aug 29 16:18:20.971adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 29 16:18:20.971
64442026-08-29T16:18:22.333Z 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 } }]Aug 29 16:18:20.971
64452026-08-29T16:18:22.334ZDEBG 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
64462026-08-29T16:18:22.334Z Aug 29 16:18:20.971replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
64472026-08-29T16:18:22.334ZINFO Aug 29 16:18:20.971adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 29 16:18:20.971
64482026-08-29T16:18:22.334ZINFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff
64492026-08-29T16:18:22.334Z
64502026-08-29T16:18:22.334ZAug 29 16:18:20.971Aug 29 16:18:20.971 Aug 29 16:18:20.971 DEBGDEBG 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 } }]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 } }]
64512026-08-29T16:18:22.334Z
64522026-08-29T16:18:22.334Zreplacing 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 } }]
64532026-08-29T16:18:22.334ZAug 29 16:18:20.971Aug 29 16:18:20.971 INFOAug 29 16:18:20.971INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
64542026-08-29T16:18:22.334Z
64552026-08-29T16:18:22.334Z INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
64562026-08-29T16:18:22.334ZAug 29 16:18:20.971 Aug 29 16:18:20.971DEBGAug 29 16:18:20.971 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 } }]DEBG
64572026-08-29T16:18:22.334Zreplacing 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: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 } }]
64582026-08-29T16:18:22.334Z
64592026-08-29T16:18:22.334ZAug 29 16:18:20.971Aug 29 16:18:20.971Aug 29 16:18:20.971 INFO INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
64602026-08-29T16:18:22.335Z
64612026-08-29T16:18:22.335Z
64622026-08-29T16:18:22.335ZAug 29 16:18:20.971Aug 29 16:18:20.971 DEBGAug 29 16:18:20.971 DEBGreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64632026-08-29T16:18:22.335Zreplacing 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
64642026-08-29T16:18:22.335Z 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 } }]
64652026-08-29T16:18:22.335ZAug 29 16:18:20.971 Aug 29 16:18:20.971Aug 29 16:18:20.971 INFO INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO
64662026-08-29T16:18:22.335Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
64672026-08-29T16:18:22.335Z
64682026-08-29T16:18:22.335ZAug 29 16:18:20.971 Aug 29 16:18:20.971DEBGAug 29 16:18:20.971 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
64692026-08-29T16:18:22.335Z 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 } }]
64702026-08-29T16:18:22.335ZDEBGAug 29 16:18:20.971 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
64712026-08-29T16:18:22.335Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 29 16:18:20.971
64722026-08-29T16:18:22.335Z INFOAug 29 16:18:20.971 adding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFOAug 29 16:18:20.971
64732026-08-29T16:18:22.335Z adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
64742026-08-29T16:18:22.335Z DEBGAug 29 16:18:20.971 replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:18:20.971
64752026-08-29T16:18:22.335ZDEBG 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 } }]
64762026-08-29T16:18:22.336Zreplacing 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 29 16:18:20.971
64772026-08-29T16:18:22.336Z INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 29 16:18:20.971
64782026-08-29T16:18:22.336Z INFOAug 29 16:18:20.971 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffINFOAug 29 16:18:20.971 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBG
64792026-08-29T16:18:22.336Z
64802026-08-29T16:18:22.336Zreplacing 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 } }]
64812026-08-29T16:18:22.336ZAug 29 16:18:20.971Aug 29 16:18:20.971Aug 29 16:18:20.971 DEBGDEBG INFOreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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:11::/64 -> 2001:db8::55:ff
64822026-08-29T16:18:22.336Z
64832026-08-29T16:18:22.336Z
64842026-08-29T16:18:22.336ZAug 29 16:18:20.971Aug 29 16:18:20.971Aug 29 16:18:20.971 DEBG INFOreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64852026-08-29T16:18:22.336ZINFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
64862026-08-29T16:18:22.336Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
64872026-08-29T16:18:22.336ZAug 29 16:18:20.971 INFOAug 29 16:18:20.971 Aug 29 16:18:20.971DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
64882026-08-29T16:18:22.336Zreplacing 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 } }]
64892026-08-29T16:18:22.336ZDEBG 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 } }]
64902026-08-29T16:18:22.336ZAug 29 16:18:20.971Aug 29 16:18:20.971 INFODEBG Aug 29 16:18:20.971adding route 3fff:beef:7::/64 -> 2001:db8::55:ff 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 } }]
64912026-08-29T16:18:22.337Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
64922026-08-29T16:18:22.341Z
64932026-08-29T16:18:22.341ZAug 29 16:18:20.971Aug 29 16:18:20.971 INFOAug 29 16:18:20.971 DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
64942026-08-29T16:18:22.341Z 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 } }]
64952026-08-29T16:18:22.341Zreplacing 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 } }]
64962026-08-29T16:18:22.342ZAug 29 16:18:20.971 DEBGAug 29 16:18:20.971 Aug 29 16:18:20.971 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 } }] INFOINFO
64972026-08-29T16:18:22.342Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
64982026-08-29T16:18:22.342Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
64992026-08-29T16:18:22.342ZAug 29 16:18:20.971 INFOAug 29 16:18:20.971 Aug 29 16:18:20.971DEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
65002026-08-29T16:18:22.342ZDEBGreplacing 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 } }]
65012026-08-29T16:18:22.342Zreplacing 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 } }]
65022026-08-29T16:18:22.342ZAug 29 16:18:20.971Aug 29 16:18:20.971 INFODEBGAug 29 16:18:20.971 adding route 3fff:beef:9::/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 } }]
65032026-08-29T16:18:22.342ZINFO
65042026-08-29T16:18:22.342Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
65052026-08-29T16:18:22.342ZAug 29 16:18:20.971Aug 29 16:18:20.971Aug 29 16:18:20.971 DEBGINFODEBG 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:15::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65062026-08-29T16:18:22.343Z
65072026-08-29T16:18:22.343Z
65082026-08-29T16:18:22.343ZAug 29 16:18:20.971Aug 29 16:18:20.971Aug 29 16:18:20.971 DEBGINFO 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 } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
65092026-08-29T16:18:22.343Z
65102026-08-29T16:18:22.343Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
65112026-08-29T16:18:22.343ZAug 29 16:18:20.971Aug 29 16:18:20.971Aug 29 16:18:20.971 INFODEBGDEBG adding route 3fff:beef:16::/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 } }]
65122026-08-29T16:18:22.343Z
65132026-08-29T16:18:22.343Zreplacing 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 } }]
65142026-08-29T16:18:22.343ZAug 29 16:18:20.971Aug 29 16:18:20.971 Aug 29 16:18:20.971DEBG 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 } }] INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
65152026-08-29T16:18:22.343Z
65162026-08-29T16:18:22.343Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
65172026-08-29T16:18:22.343ZAug 29 16:18:20.971Aug 29 16:18:20.971Aug 29 16:18:20.971 DEBG DEBG 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 } }]
65182026-08-29T16:18:22.343Zreplacing 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:17::/64 -> 2001:db8::55:ff
65192026-08-29T16:18:22.343Z
65202026-08-29T16:18:22.343ZAug 29 16:18:20.971 Aug 29 16:18:20.971INFOAug 29 16:18:20.971 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG
65212026-08-29T16:18:22.344Z 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:1c::/64 -> 2001:db8::55:ff
65222026-08-29T16:18:22.344Z
65232026-08-29T16:18:22.344ZAug 29 16:18:20.971Aug 29 16:18:20.971 Aug 29 16:18:20.971INFO DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
65242026-08-29T16:18:22.344Zreplacing 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
65252026-08-29T16:18:22.344Z 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 } }]
65262026-08-29T16:18:22.344ZAug 29 16:18:20.971Aug 29 16:18:20.971 Aug 29 16:18:20.971INFODEBG 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:1d::/64 -> 2001:db8::55:ff
65272026-08-29T16:18:22.344Z
65282026-08-29T16:18:22.344Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
65292026-08-29T16:18:22.344ZAug 29 16:18:20.971Aug 29 16:18:20.971Aug 29 16:18:20.971 INFODEBG DEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
65302026-08-29T16:18:22.344Z
65312026-08-29T16:18:22.344Z
65322026-08-29T16:18:22.345ZAug 29 16:18:20.971Aug 29 16:18:20.971Aug 29 16:18:20.971 DEBGINFO replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
65332026-08-29T16:18:22.345Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
65342026-08-29T16:18:22.345Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
65352026-08-29T16:18:22.345ZAug 29 16:18:20.971 Aug 29 16:18:20.971INFO Aug 29 16:18:20.971DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff 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
65362026-08-29T16:18:22.345Z
65372026-08-29T16:18:22.345Z 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 } }]
65382026-08-29T16:18:22.345ZAug 29 16:18:20.971Aug 29 16:18:20.971Aug 29 16:18:20.971 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:1f::/64 -> 2001:db8::55:ff
65392026-08-29T16:18:22.345ZINFO
65402026-08-29T16:18:22.345Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
65412026-08-29T16:18:22.345ZAug 29 16:18:20.971 Aug 29 16:18:20.971DEBG Aug 29 16:18:20.971INFO DEBGadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
65422026-08-29T16:18:22.345Zreplacing 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 } }]
65432026-08-29T16:18:22.345ZAug 29 16:18:20.971Aug 29 16:18:20.971 DEBGINFO replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
65442026-08-29T16:18:22.345Z
65452026-08-29T16:18:22.345ZAug 29 16:18:20.971 Aug 29 16:18:20.971 INFODEBG adding route 3fff:beef:1c::/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 } }]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 } }]
65462026-08-29T16:18:22.345Z
65472026-08-29T16:18:22.345ZAug 29 16:18:20.971Aug 29 16:18:20.971 DEBG
65482026-08-29T16:18:22.345Z 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
65492026-08-29T16:18:22.346Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
65502026-08-29T16:18:22.346ZAug 29 16:18:20.971 Aug 29 16:18:20.971INFO Aug 29 16:18:20.971 INFODEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
65512026-08-29T16:18:22.346Zreplacing 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 } }]
65522026-08-29T16:18:22.346Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
65532026-08-29T16:18:22.346ZAug 29 16:18:20.971 Aug 29 16:18:20.971INFO DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
65542026-08-29T16:18:22.346Zreplacing 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 } }]
65552026-08-29T16:18:22.346ZAug 29 16:18:20.971 Aug 29 16:18:20.971DEBG 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 } }]
65562026-08-29T16:18:22.346Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
65572026-08-29T16:18:22.346ZAug 29 16:18:20.971Aug 29 16:18:20.971 INFODEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65582026-08-29T16:18:22.346Z
65592026-08-29T16:18:22.346ZAug 29 16:18:20.971Aug 29 16:18:20.971 DEBGINFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
65602026-08-29T16:18:22.346Z
65612026-08-29T16:18:22.346ZAug 29 16:18:20.971Aug 29 16:18:20.971 INFODEBG adding route 3fff:beef:14::/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 } }]
65622026-08-29T16:18:22.346Z
65632026-08-29T16:18:22.346ZAug 29 16:18:20.971Aug 29 16:18:20.971 DEBGINFO replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
65642026-08-29T16:18:22.346Z
65652026-08-29T16:18:22.346ZAug 29 16:18:20.971Aug 29 16:18:20.971 INFODEBG adding route 3fff:beef:15::/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 } }]
65662026-08-29T16:18:22.347Z
65672026-08-29T16:18:22.347ZAug 29 16:18:20.971Aug 29 16:18:20.971Aug 29 16:18:20.971 DEBGINFO 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 } }]
65682026-08-29T16:18:22.347Zreplacing 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 } }]
65692026-08-29T16:18:22.347Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
65702026-08-29T16:18:22.347ZAug 29 16:18:20.971Aug 29 16:18:20.971Aug 29 16:18:20.971 INFO INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG
65712026-08-29T16:18:22.347Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
65722026-08-29T16:18:22.347Zreplacing 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 } }]
65732026-08-29T16:18:22.347ZAug 29 16:18:20.971 Aug 29 16:18:20.971DEBGAug 29 16:18:20.971 INFODEBGreplacing 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 } }]
65742026-08-29T16:18:22.347Z adding route 3fff:beef:22::/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 } }]
65752026-08-29T16:18:22.347Z
65762026-08-29T16:18:22.347ZAug 29 16:18:20.971Aug 29 16:18:20.971Aug 29 16:18:20.971 DEBGINFOINFO adding route 3fff:beef:17::/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 } }]
65772026-08-29T16:18:22.347Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
65782026-08-29T16:18:22.347Z
65792026-08-29T16:18:22.347ZAug 29 16:18:20.971Aug 29 16:18:20.971Aug 29 16:18:20.971 INFODEBGDEBG adding route 3fff:beef:23::/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 } }]
65802026-08-29T16:18:22.347Z
65812026-08-29T16:18:22.348Z 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 } }]
65822026-08-29T16:18:22.348ZAug 29 16:18:20.971Aug 29 16:18:20.971 Aug 29 16:18:20.971DEBGINFO replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
65832026-08-29T16:18:22.348Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
65842026-08-29T16:18:22.348Z
65852026-08-29T16:18:22.348ZAug 29 16:18:20.972Aug 29 16:18:20.972Aug 29 16:18:20.972 DEBG INFO 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 } }] adding route 3fff:beef:24::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65862026-08-29T16:18:22.348Z
65872026-08-29T16:18:22.348Z
65882026-08-29T16:18:22.348ZAug 29 16:18:20.972Aug 29 16:18:20.972 Aug 29 16:18:20.972 DEBGINFOINFO 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:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
65892026-08-29T16:18:22.348Z
65902026-08-29T16:18:22.348Z
65912026-08-29T16:18:22.348ZAug 29 16:18:20.972Aug 29 16:18:20.972 DEBGAug 29 16:18:20.972 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 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 } }]
65922026-08-29T16:18:22.352Z
65932026-08-29T16:18:22.352Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
65942026-08-29T16:18:22.352ZAug 29 16:18:20.972Aug 29 16:18:20.972 Aug 29 16:18:20.972 INFODEBGINFO 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:25::/64 -> 2001:db8::55:ff
65952026-08-29T16:18:22.352Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
65962026-08-29T16:18:22.354Z
65972026-08-29T16:18:22.354ZAug 29 16:18:20.972Aug 29 16:18:20.972 DEBGDEBG Aug 29 16:18:20.972replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
65982026-08-29T16:18:22.354Z
65992026-08-29T16:18:22.354ZINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
66002026-08-29T16:18:22.354ZAug 29 16:18:20.972Aug 29 16:18:20.972 Aug 29 16:18:20.972 INFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
66012026-08-29T16:18:22.355Z
66022026-08-29T16:18:22.355Z 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 } }]
66032026-08-29T16:18:22.355ZAug 29 16:18:20.972Aug 29 16:18:20.972Aug 29 16:18:20.972 Aug 29 16:18:20.972 INFODEBG DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff DEBG
66042026-08-29T16:18:22.355Z created new freemapreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
66052026-08-29T16:18:22.355Z,
66062026-08-29T16:18:22.355ZAug 29 16:18:20.972unit :DEBG freemap_route_ipv4 replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:18:20.972
66072026-08-29T16:18:22.355Z
66082026-08-29T16:18:22.355ZINFOAug 29 16:18:20.972Aug 29 16:18:20.972 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFOAug 29 16:18:20.972
66092026-08-29T16:18:22.355Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG
66102026-08-29T16:18:22.355Zcreated new freemap Aug 29 16:18:20.972 DEBG, Aug 29 16:18:20.972adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
66112026-08-29T16:18:22.355ZDEBGreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] unit
66122026-08-29T16:18:22.356Zreplacing 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 29 16:18:20.972:
66132026-08-29T16:18:22.356ZDEBG 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 } }]
66142026-08-29T16:18:22.356Zfreemap_route_ipv6Aug 29 16:18:20.972Aug 29 16:18:20.972
66152026-08-29T16:18:22.356Z INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 29 16:18:20.972adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
66162026-08-29T16:18:22.356Z
66172026-08-29T16:18:22.356ZINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
66182026-08-29T16:18:22.356ZAug 29 16:18:20.972 Aug 29 16:18:20.972DEBG Aug 29 16:18:20.972initted freemap. size: 64Aug 29 16:18:20.972 , DEBGunitDEBGDEBG 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 } }]
66192026-08-29T16:18:22.356Zreplacing 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 } }]:
66202026-08-29T16:18:22.356Zreplacing 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 } }]
66212026-08-29T16:18:22.356Zfreemap_route_ipv4Aug 29 16:18:20.972
66222026-08-29T16:18:22.356ZAug 29 16:18:20.972 INFOINFOAug 29 16:18:20.972 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff Aug 29 16:18:20.972
66232026-08-29T16:18:22.356Z INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
66242026-08-29T16:18:22.356Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffDEBGAug 29 16:18:20.972
66252026-08-29T16:18:22.357Z DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:18:20.972
66262026-08-29T16:18:22.357ZAug 29 16:18:20.972 reset freemapDEBG, DEBG Aug 29 16:18:20.972unit 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 } }] :
66272026-08-29T16:18:22.357Zreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:2b::/64 -> 2001:db8::55:fffreemap_route_ipv4
66282026-08-29T16:18:22.357Z
66292026-08-29T16:18:22.357Z
66302026-08-29T16:18:22.357ZAug 29 16:18:20.972Aug 29 16:18:20.972 Aug 29 16:18:20.972 Aug 29 16:18:20.972INFO DEBGINFODEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
66312026-08-29T16:18:22.357Z initted freemap. size: 64adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
66322026-08-29T16:18:22.357Z
66332026-08-29T16:18:22.357Zunit: freemap_route_ipv6Aug 29 16:18:20.972
66342026-08-29T16:18:22.357ZAug 29 16:18:20.972 Aug 29 16:18:20.972DEBG Aug 29 16:18:20.972DEBG 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: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 } }]
66352026-08-29T16:18:22.357Z
66362026-08-29T16:18:22.357ZDEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 29 16:18:20.972
66372026-08-29T16:18:22.357Zreset freemap , INFOunitAug 29 16:18:20.972 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFOAug 29 16:18:20.972: DEBG
66382026-08-29T16:18:22.357Zadding route 3fff:beef:20::/64 -> 2001:db8::55:fffreemap_route_ipv6
66392026-08-29T16:18:22.357Z
66402026-08-29T16:18:22.357Z 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 } }]
66412026-08-29T16:18:22.357ZAug 29 16:18:20.972Aug 29 16:18:20.972 Aug 29 16:18:20.972Aug 29 16:18:20.972DEBG INFOINFO replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
66422026-08-29T16:18:22.357Z replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
66432026-08-29T16:18:22.358Zadding route 172.16.0.0/32 -> 10.0.0.1
66442026-08-29T16:18:22.358Z
66452026-08-29T16:18:22.358ZAug 29 16:18:20.972Aug 29 16:18:20.972Aug 29 16:18:20.972Aug 29 16:18:20.972 INFO DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO
66462026-08-29T16:18:22.358Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
66472026-08-29T16:18:22.358Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBGAug 29 16:18:20.972
66482026-08-29T16:18:22.358Z 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 29 16:18:20.972
66492026-08-29T16:18:22.358ZAug 29 16:18:20.972replacing 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 } }]
66502026-08-29T16:18:22.358ZDEBGAug 29 16:18:20.972 Aug 29 16:18:20.972DEBGINFO 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 } }]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 } }]
66512026-08-29T16:18:22.358Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
66522026-08-29T16:18:22.358Z
66532026-08-29T16:18:22.358Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
66542026-08-29T16:18:22.358ZAug 29 16:18:20.972Aug 29 16:18:20.972Aug 29 16:18:20.972 DEBGINFODEBG adding route 3fff:beef:2d::/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 } }]
66552026-08-29T16:18:22.358Zreplacing 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 } }]
66562026-08-29T16:18:22.358Z
66572026-08-29T16:18:22.358ZAug 29 16:18:20.972Aug 29 16:18:20.972 DEBGAug 29 16:18:20.972INFO replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
66582026-08-29T16:18:22.359Z
66592026-08-29T16:18:22.359Z INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
66602026-08-29T16:18:22.359ZAug 29 16:18:20.972 Aug 29 16:18:20.972Aug 29 16:18:20.972INFO DEBGDEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
66612026-08-29T16:18:22.359Zreplacing 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 } }]
66622026-08-29T16:18:22.359Z
66632026-08-29T16:18:22.359ZAug 29 16:18:20.972Aug 29 16:18:20.972 DEBGINFOAug 29 16:18:20.972 INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
66642026-08-29T16:18:22.359Zreplacing 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:30::/64 -> 2001:db8::55:ff
66652026-08-29T16:18:22.359Z
66662026-08-29T16:18:22.359ZAug 29 16:18:20.972Aug 29 16:18:20.972Aug 29 16:18:20.972 DEBGDEBGAug 29 16:18:20.972INFO DEBG adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff 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 } }]
66672026-08-29T16:18:22.359Zreplacing 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 } }]created new freemap
66682026-08-29T16:18:22.359Z
66692026-08-29T16:18:22.359Z, unit: Aug 29 16:18:20.972freemap_route_ipv4 Aug 29 16:18:20.972INFO
66702026-08-29T16:18:22.359Z Aug 29 16:18:20.972INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBG
66712026-08-29T16:18:22.359Z 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 29 16:18:20.972
66722026-08-29T16:18:22.359Z
66732026-08-29T16:18:22.359Z DEBGAug 29 16:18:20.972 created new freemap , DEBGunit Aug 29 16:18:20.972replacing 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 } }]:
66742026-08-29T16:18:22.360ZAug 29 16:18:20.972 freemap_route_ipv6 DEBG
66752026-08-29T16:18:22.360Z INFO Aug 29 16:18:20.972adding route 3fff:beef:30::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66762026-08-29T16:18:22.360ZAug 29 16:18:20.972
66772026-08-29T16:18:22.361ZINFO DEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffinitted freemap. size: 64Aug 29 16:18:20.972
66782026-08-29T16:18:22.361Z, unit:INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:fffreemap_route_ipv4Aug 29 16:18:20.972
66792026-08-29T16:18:22.361Z DEBG Aug 29 16:18:20.972
66802026-08-29T16:18:22.361Z 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 } }]DEBGAug 29 16:18:20.972
66812026-08-29T16:18:22.361ZDEBG reset freemapreplacing 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 29 16:18:20.972
66822026-08-29T16:18:22.361Z Aug 29 16:18:20.972INFOunit : adding route 3fff:beef:33::/64 -> 2001:db8::55:fffreemap_route_ipv4DEBG
66832026-08-29T16:18:22.361Z
66842026-08-29T16:18:22.361Z 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 29 16:18:20.972
66852026-08-29T16:18:22.361Z Aug 29 16:18:20.972INFO Aug 29 16:18:20.972DEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
66862026-08-29T16:18:22.361Zinitted freemap. size: 64DEBG, unit :Aug 29 16:18:20.972replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv6INFOAug 29 16:18:20.972
66872026-08-29T16:18:22.361Z
66882026-08-29T16:18:22.361Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff DEBG
66892026-08-29T16:18:22.361Z Aug 29 16:18:20.972replacing 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 29 16:18:20.972 INFODEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 29 16:18:20.972reset freemap
66902026-08-29T16:18:22.363Z, unit:
66912026-08-29T16:18:22.363Z DEBGfreemap_route_ipv6 Aug 29 16:18:20.972
66922026-08-29T16:18:22.368Zreplacing 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 29 16:18:20.972 Aug 29 16:18:20.972INFO
66932026-08-29T16:18:22.369ZDEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFO
66942026-08-29T16:18:22.369Z
66952026-08-29T16:18:22.369Z adding route 3fff:dead::/64 -> 2001:db8::55:1
66962026-08-29T16:18:22.369ZAug 29 16:18:20.972 Aug 29 16:18:20.972Aug 29 16:18:20.972 INFOINFODEBGAug 29 16:18:20.972 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/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
66972026-08-29T16:18:22.369Z
66982026-08-29T16:18:22.369Z
66992026-08-29T16:18:22.369Z 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 } }]
67002026-08-29T16:18:22.369ZAug 29 16:18:20.972Aug 29 16:18:20.972 INFODEBGAug 29 16:18:20.972 Aug 29 16:18:20.972replacing 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:33::/64 -> 2001:db8::55:ff
67012026-08-29T16:18:22.369Z INFO
67022026-08-29T16:18:22.369Z adding route 3fff:dead::/64 -> 2001:db8::55:1
67032026-08-29T16:18:22.369ZDEBGAug 29 16:18:20.972Aug 29 16:18:20.972 INFOreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 29 16:18:20.972adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG
67042026-08-29T16:18:22.369Zreplacing 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 } }]
67052026-08-29T16:18:22.370ZDEBG
67062026-08-29T16:18:22.370Z 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 29 16:18:20.972
67072026-08-29T16:18:22.370ZAug 29 16:18:20.972 DEBGAug 29 16:18:20.972INFO Aug 29 16:18:20.972adding route 3fff:beef:29::/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 } }]
67082026-08-29T16:18:22.370Z
67092026-08-29T16:18:22.370ZINFO INFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
67102026-08-29T16:18:22.370Zadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 29 16:18:20.972
67112026-08-29T16:18:22.370Z INFO Aug 29 16:18:20.972Aug 29 16:18:20.972Aug 29 16:18:20.972 DEBGDEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBGreplacing 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: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 } }]
67122026-08-29T16:18:22.370Z
67132026-08-29T16:18:22.370Z
67142026-08-29T16:18:22.370Ztest route::tests::grow_succeeds ... ok
67152026-08-29T16:18:22.370Zreplacing 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 29 16:18:20.972
67162026-08-29T16:18:22.370Z Aug 29 16:18:20.972 Aug 29 16:18:20.972 INFOINFOAug 29 16:18:20.972 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2 INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
67172026-08-29T16:18:22.370Z
67182026-08-29T16:18:22.370Z 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 } }]
67192026-08-29T16:18:22.370Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
67202026-08-29T16:18:22.371ZAug 29 16:18:20.972Aug 29 16:18:20.972 Aug 29 16:18:20.972DEBG DEBGINFO replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
67212026-08-29T16:18:22.371Z
67222026-08-29T16:18:22.371ZAug 29 16:18:20.972
67232026-08-29T16:18:22.371Z DEBGAug 29 16:18:20.972 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 } }]Aug 29 16:18:20.972Aug 29 16:18:20.972
67242026-08-29T16:18:22.371Zreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO INFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
67252026-08-29T16:18:22.371Z adding route 3fff:beef::/64 -> 2001:db8::55:ff
67262026-08-29T16:18:22.371Z
67272026-08-29T16:18:22.371ZAug 29 16:18:20.972 Aug 29 16:18:20.972 INFO Aug 29 16:18:20.972INFO Aug 29 16:18:20.972DEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }]
67282026-08-29T16:18:22.372Z
67292026-08-29T16:18:22.372Zreplacing 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 } }]
67302026-08-29T16:18:22.372Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
67312026-08-29T16:18:22.372ZAug 29 16:18:20.972Aug 29 16:18:20.972Aug 29 16:18:20.972 Aug 29 16:18:20.972INFO DEBGINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
67322026-08-29T16:18:22.372Zadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
67332026-08-29T16:18:22.372Z
67342026-08-29T16:18:22.372Z 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 } }]
67352026-08-29T16:18:22.372ZAug 29 16:18:20.972Aug 29 16:18:20.972Aug 29 16:18:20.972 DEBG DEBGINFO Aug 29 16:18:20.972replacing 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: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 } }]
67362026-08-29T16:18:22.372ZINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
67372026-08-29T16:18:22.372Z
67382026-08-29T16:18:22.372ZAug 29 16:18:20.973 INFO Aug 29 16:18:20.973adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
67392026-08-29T16:18:22.372ZINFO
67402026-08-29T16:18:22.372Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 29 16:18:20.973
67412026-08-29T16:18:22.372ZAug 29 16:18:20.973 Aug 29 16:18:20.973DEBG 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 } }]
67422026-08-29T16:18:22.372ZAug 29 16:18:20.973DEBG 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:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
67432026-08-29T16:18:22.372Z 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 29 16:18:20.973
67442026-08-29T16:18:22.372Z
67452026-08-29T16:18:22.372Z INFO Aug 29 16:18:20.973adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff Aug 29 16:18:20.973
67462026-08-29T16:18:22.372Z INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 29 16:18:20.973INFO INFO
67472026-08-29T16:18:22.372ZAug 29 16:18:20.973adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
67482026-08-29T16:18:22.372ZDEBGAug 29 16:18:20.973
67492026-08-29T16:18:22.372Z 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 } }]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 29 16:18:20.973
67502026-08-29T16:18:22.374Z
67512026-08-29T16:18:22.374ZAug 29 16:18:20.973 DEBGDEBG Aug 29 16:18:20.973Aug 29 16:18:20.973 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
67522026-08-29T16:18:22.374Z INFO replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
67532026-08-29T16:18:22.374Z
67542026-08-29T16:18:22.374Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
67552026-08-29T16:18:22.374ZAug 29 16:18:20.973 Aug 29 16:18:20.973INFO Aug 29 16:18:20.973
67562026-08-29T16:18:22.374Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff INFO
67572026-08-29T16:18:22.374Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG
67582026-08-29T16:18:22.374Z 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 29 16:18:20.973
67592026-08-29T16:18:22.374Z Aug 29 16:18:20.973Aug 29 16:18:20.973DEBG DEBG Aug 29 16:18:20.973replacing 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 } }]
67602026-08-29T16:18:22.374Zreplacing 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 29 16:18:20.973
67612026-08-29T16:18:22.374ZDEBG INFOINFO replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
67622026-08-29T16:18:22.374ZAug 29 16:18:20.973adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
67632026-08-29T16:18:22.374Z
67642026-08-29T16:18:22.374ZAug 29 16:18:20.973INFO Aug 29 16:18:20.973adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff INFO
67652026-08-29T16:18:22.374ZINFOAug 29 16:18:20.973 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 29 16:18:20.973
67662026-08-29T16:18:22.375Z
67672026-08-29T16:18:22.375ZAug 29 16:18:20.973 DEBG DEBGreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:18:20.973
67682026-08-29T16:18:22.375Z 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 } }]DEBGAug 29 16:18:20.973
67692026-08-29T16:18:22.375Z Aug 29 16:18:20.973DEBGreplacing 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 } }]
67702026-08-29T16:18:22.375Z DEBGAug 29 16:18:20.973INFO Aug 29 16:18:20.973adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
67712026-08-29T16:18:22.375Zreplacing 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
67722026-08-29T16:18:22.375Z adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffINFO
67732026-08-29T16:18:22.375ZAug 29 16:18:20.973replacing 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 } }]
67742026-08-29T16:18:22.375Z Aug 29 16:18:20.973adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 29 16:18:20.973 INFO DEBG
67752026-08-29T16:18:22.375ZDEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
67762026-08-29T16:18:22.375Z 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 } }]
67772026-08-29T16:18:22.375Z
67782026-08-29T16:18:22.375ZAug 29 16:18:20.973 INFOAug 29 16:18:20.973 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 29 16:18:20.973
67792026-08-29T16:18:22.375ZDEBG 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 } }]
67802026-08-29T16:18:22.375ZAug 29 16:18:20.973Aug 29 16:18:20.973 Aug 29 16:18:20.973DEBG DEBGINFO 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 } }]
67812026-08-29T16:18:22.376ZAug 29 16:18:20.973failed to allocate space for the new target listreplacing 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 } }]
67822026-08-29T16:18:22.377ZAug 29 16:18:20.973 INFOINFO
67832026-08-29T16:18:22.377Z adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
67842026-08-29T16:18:22.377ZAug 29 16:18:20.973 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBGAug 29 16:18:20.973
67852026-08-29T16:18:22.377Z
67862026-08-29T16:18:22.377ZDEBGfailed to allocate space for the new target list 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 } }]
67872026-08-29T16:18:22.377Z
67882026-08-29T16:18:22.377ZAug 29 16:18:20.973 Aug 29 16:18:20.973DEBG Aug 29 16:18:20.973Aug 29 16:18:20.973 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 } }]INFODEBG
67892026-08-29T16:18:22.377Z adding route 3fff:beef:9::/64 -> 2001:db8::55:ff Aug 29 16:18:20.973
67902026-08-29T16:18:22.377Z 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 } }]
67912026-08-29T16:18:22.377Z
67922026-08-29T16:18:22.381ZDEBG 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 } }]
67932026-08-29T16:18:22.382ZAug 29 16:18:20.973Aug 29 16:18:20.973 Aug 29 16:18:20.973 INFODEBG INFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67942026-08-29T16:18:22.382Z
67952026-08-29T16:18:22.382Z adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
67962026-08-29T16:18:22.382ZAug 29 16:18:20.973Aug 29 16:18:20.973 INFODEBG Aug 29 16:18:20.973 adding route 3fff:beef:a::/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 } }]
67972026-08-29T16:18:22.382Z
67982026-08-29T16:18:22.382ZDEBG Aug 29 16:18:20.973replacing 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 } }]
67992026-08-29T16:18:22.382ZDEBG Aug 29 16:18:20.973replacing 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 } }]
68002026-08-29T16:18:22.382ZINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 29 16:18:20.973
68012026-08-29T16:18:22.382Z Aug 29 16:18:20.973INFO INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
68022026-08-29T16:18:22.382ZAug 29 16:18:20.973
68032026-08-29T16:18:22.382Z DEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68042026-08-29T16:18:22.382ZAug 29 16:18:20.973Aug 29 16:18:20.973 DEBG DEBGreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:18:20.973
68052026-08-29T16:18:22.382Z replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
68062026-08-29T16:18:22.383Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
68072026-08-29T16:18:22.383ZAug 29 16:18:20.973Aug 29 16:18:20.973 Aug 29 16:18:20.973INFO INFODEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
68082026-08-29T16:18:22.383Z
68092026-08-29T16:18:22.383Zreplacing 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 } }]
68102026-08-29T16:18:22.383ZAug 29 16:18:20.973Aug 29 16:18:20.973Aug 29 16:18:20.973 DEBG INFODEBG 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:35::/64 -> 2001:db8::55:ff
68112026-08-29T16:18:22.383Z
68122026-08-29T16:18:22.383Zreplacing 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 } }]
68132026-08-29T16:18:22.383ZAug 29 16:18:20.973Aug 29 16:18:20.973 INFOAug 29 16:18:20.973 DEBGINFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ff Aug 29 16:18:20.973
68142026-08-29T16:18:22.383ZDEBG Aug 29 16:18:20.973created new freemap, unitadding route 3fff:beef:8::/64 -> 2001:db8::55:ff:
68152026-08-29T16:18:22.383Z freemap_route_ipv4
68162026-08-29T16:18:22.383Z 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 } }]Aug 29 16:18:20.973
68172026-08-29T16:18:22.384Z DEBGAug 29 16:18:20.973 created new freemap, unitINFO: freemap_route_ipv6
68182026-08-29T16:18:22.384ZAug 29 16:18:20.973 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
68192026-08-29T16:18:22.384ZAug 29 16:18:20.973 DEBG reset freemapadding route 3fff:beef:e::/64 -> 2001:db8::55:ff,
68202026-08-29T16:18:22.384ZAug 29 16:18:20.973unit :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 } }]
68212026-08-29T16:18:22.384Z
68222026-08-29T16:18:22.384ZAug 29 16:18:20.973 Aug 29 16:18:20.973DEBG INFO 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 } }]
68232026-08-29T16:18:22.384Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
68242026-08-29T16:18:22.384ZAug 29 16:18:20.973 INFO Aug 29 16:18:20.973adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 29 16:18:20.973
68252026-08-29T16:18:22.384Z DEBGDEBG Aug 29 16:18:20.973replacing 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 } }]
68262026-08-29T16:18:22.384Zinitted freemap. size: 64DEBG, replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
68272026-08-29T16:18:22.384Z: Aug 29 16:18:20.973freemap_route_ipv6
68282026-08-29T16:18:22.384ZAug 29 16:18:20.973INFO INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 29 16:18:20.973
68292026-08-29T16:18:22.384Z DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
68302026-08-29T16:18:22.384Zreset freemapAug 29 16:18:20.973, unitDEBG:Aug 29 16:18:20.973 freemap_route_ipv6 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
68312026-08-29T16:18:22.384Z
68322026-08-29T16:18:22.384Z 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 } }]
68332026-08-29T16:18:22.384ZAug 29 16:18:20.973 Aug 29 16:18:20.973INFOAug 29 16:18:20.973Aug 29 16:18:20.973 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFODEBG
68342026-08-29T16:18:22.384Z adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
68352026-08-29T16:18:22.384Z Aug 29 16:18:20.973created new freemap , DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ffunit
68362026-08-29T16:18:22.384Z: Aug 29 16:18:20.973replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4
68372026-08-29T16:18:22.384Z
68382026-08-29T16:18:22.384ZDEBGAug 29 16:18:20.973 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 29 16:18:20.973
68392026-08-29T16:18:22.384Z Aug 29 16:18:20.973 DEBGDEBG INFOAug 29 16:18:20.973created new freemap , adding route 3fff:beef:c::/64 -> 2001:db8::55:ffunit
68402026-08-29T16:18:22.384Z: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 freemap_route_ipv6
68412026-08-29T16:18:22.384Zadding route 3fff:dead::/64 -> 2001:db8::55:2
68422026-08-29T16:18:22.384Z
68432026-08-29T16:18:22.384ZAug 29 16:18:20.973Aug 29 16:18:20.973 Aug 29 16:18:20.973 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
68442026-08-29T16:18:22.384Z INFODEBGreplacing 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 } }] initted freemap. size: 64
68452026-08-29T16:18:22.384Z, adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 29 16:18:20.973
68462026-08-29T16:18:22.384Zunit Aug 29 16:18:20.973DEBG :INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
68472026-08-29T16:18:22.384Zfreemap_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 } }]Aug 29 16:18:20.973
68482026-08-29T16:18:22.384ZAug 29 16:18:20.973
68492026-08-29T16:18:22.384Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
68502026-08-29T16:18:22.384Z INFO DEBGAug 29 16:18:20.973 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 29 16:18:20.973
68512026-08-29T16:18:22.384ZAug 29 16:18:20.973 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 } }] DEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
68522026-08-29T16:18:22.384Zadding route 3fff:dead::/64 -> 2001:db8::55:3 reset freemap
68532026-08-29T16:18:22.384Z
68542026-08-29T16:18:22.384Z, unit:Aug 29 16:18:20.973Aug 29 16:18:20.973 DEBGAug 29 16:18:20.973INFO freemap_route_ipv4DEBG
68552026-08-29T16:18:22.384Z replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
68562026-08-29T16:18:22.386Z
68572026-08-29T16:18:22.386Z
68582026-08-29T16:18:22.386ZAug 29 16:18:20.973Aug 29 16:18:20.973 Aug 29 16:18:20.973 DEBGAug 29 16:18:20.973Aug 29 16:18:20.973 INFO initted freemap. size: 64 INFOadding route 3fff:dead::/64 -> 2001:db8::55:4 , DEBGunitINFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ff:
68592026-08-29T16:18:22.386Z 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 } }]
68602026-08-29T16:18:22.386Z
68612026-08-29T16:18:22.386ZAug 29 16:18:20.973 DEBGfreemap_route_ipv6 Aug 29 16:18:20.973adding route 3fff:beef:13::/64 -> 2001:db8::55:ff Aug 29 16:18:20.973replacing 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
68622026-08-29T16:18:22.386Z 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 } }]
68632026-08-29T16:18:22.386ZAug 29 16:18:20.974 DEBGAug 29 16:18:20.973 created new freemap DEBG, unitAug 29 16:18:20.982: DEBGfreemap_route_ipv4
68642026-08-29T16:18:22.387Zreplacing 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 } }]
68652026-08-29T16:18:22.387Zcreated new freemapAug 29 16:18:20.982, INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
68662026-08-29T16:18:22.387Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
68672026-08-29T16:18:22.387Zunit: Aug 29 16:18:20.982Aug 29 16:18:20.982 freemap_route_ipv4 DEBGDEBG Aug 29 16:18:20.982 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: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 } }]
68682026-08-29T16:18:22.388ZDEBG
68692026-08-29T16:18:22.388Z
68702026-08-29T16:18:22.388Z created new freemap, unitAug 29 16:18:20.982Aug 29 16:18:20.982Aug 29 16:18:20.982 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff:
68712026-08-29T16:18:22.388Z INFOfreemap_route_ipv6
68722026-08-29T16:18:22.388ZAug 29 16:18:20.982DEBG adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBGcreated new freemap
68732026-08-29T16:18:22.388Zreplacing 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 } }],
68742026-08-29T16:18:22.388ZAug 29 16:18:20.982unit: freemap_route_ipv6Aug 29 16:18:20.982
68752026-08-29T16:18:22.388Z Aug 29 16:18:20.982INFO DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG
68762026-08-29T16:18:22.388Zreplacing 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 29 16:18:20.982
68772026-08-29T16:18:22.389Z initted freemap. size: 64Aug 29 16:18:20.982DEBG DEBG, Aug 29 16:18:20.982 initted freemap. size: 64replacing 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 } }]unit
68782026-08-29T16:18:22.389Z: freemap_route_ipv4, unit
68792026-08-29T16:18:22.389ZINFOAug 29 16:18:20.982 :INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff freemap_route_ipv4adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
68802026-08-29T16:18:22.389Z
68812026-08-29T16:18:22.389Z
68822026-08-29T16:18:22.389ZAug 29 16:18:20.982 DEBG reset freemapAug 29 16:18:20.982Aug 29 16:18:20.982 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 } }]
68832026-08-29T16:18:22.389Z, unitAug 29 16:18:20.982Aug 29 16:18:20.982 :DEBG Aug 29 16:18:20.974INFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 29 16:18:20.982freemap_route_ipv4DEBG DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
68842026-08-29T16:18:22.389Z
68852026-08-29T16:18:22.389Z
68862026-08-29T16:18:22.389Z reset freemapcreated new freemapINFOAug 29 16:18:20.982, , INFOunit Aug 29 16:18:20.982: freemap_route_ipv4adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ffunit
68872026-08-29T16:18:22.389ZDEBG
68882026-08-29T16:18:22.389Z : replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4Aug 29 16:18:20.982
68892026-08-29T16:18:22.389Z
68902026-08-29T16:18:22.389ZAug 29 16:18:20.982
68912026-08-29T16:18:22.389ZDEBG DEBG initted freemap. size: 64Aug 29 16:18:20.982created new freemap , Aug 29 16:18:20.982INFO, Aug 29 16:18:20.982 unit adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBGunit
68922026-08-29T16:18:22.394Z:Aug 29 16:18:20.982 : freemap_route_ipv6
68932026-08-29T16:18:22.394ZDEBG DEBG Aug 29 16:18:20.982initted freemap. size: 64 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 29 16:18:20.982 , DEBGDEBG unitinitted freemap. size: 64
68942026-08-29T16:18:22.394Zreplacing 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 } }], unitfreemap_route_ipv6::
68952026-08-29T16:18:22.394ZAug 29 16:18:20.982 freemap_route_ipv6
68962026-08-29T16:18:22.394Z 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_ipv4
68972026-08-29T16:18:22.394Z
68982026-08-29T16:18:22.394ZAug 29 16:18:20.982INFO INFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
68992026-08-29T16:18:22.394ZAug 29 16:18:20.982adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff DEBG
69002026-08-29T16:18:22.394Z
69012026-08-29T16:18:22.394ZAug 29 16:18:20.982 reset freemapDEBG, Aug 29 16:18:20.982Aug 29 16:18:20.982unit DEBG: reset freemap DEBGreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:18:20.982, freemap_route_ipv4
69022026-08-29T16:18:22.395Z unitDEBG
69032026-08-29T16:18:22.395Zreset freemap :, 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 29 16:18:20.982 freemap_route_ipv6unit
69042026-08-29T16:18:22.395ZAug 29 16:18:20.982
69052026-08-29T16:18:22.395Z DEBGINFO initted freemap. size: 64:adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff Aug 29 16:18:20.982Aug 29 16:18:20.982,
69062026-08-29T16:18:22.395Z unit:INFOfreemap_route_ipv6 INFO
69072026-08-29T16:18:22.395ZAug 29 16:18:20.982freemap_route_ipv6
69082026-08-29T16:18:22.396Z DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69092026-08-29T16:18:22.396Z
69102026-08-29T16:18:22.396Z
69112026-08-29T16:18:22.396ZAug 29 16:18:20.982Aug 29 16:18:20.982 Aug 29 16:18:20.982Aug 29 16:18:20.982INFO DEBG Aug 29 16:18:20.982 DEBG reset freemap 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
69122026-08-29T16:18:22.396ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }], unitadding route 172.16.0.0/32 -> 10.0.0.1
69132026-08-29T16:18:22.396Z:
69142026-08-29T16:18:22.396Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:fffreemap_route_ipv6
69152026-08-29T16:18:22.396Z
69162026-08-29T16:18:22.396ZAug 29 16:18:20.982 INFOAug 29 16:18:20.982 Aug 29 16:18:20.982adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
69172026-08-29T16:18:22.396ZINFOAug 29 16:18:20.982Aug 29 16:18:20.982 adding route 172.16.0.0/32 -> 10.0.0.1
69182026-08-29T16:18:22.396Z DEBGINFODEBG Aug 29 16:18:20.982 replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:18:20.982
69192026-08-29T16:18:22.397Z adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
69202026-08-29T16:18:22.397Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
69212026-08-29T16:18:22.397ZDEBG 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.16.0.0/32 with: [NextHop { asic_port_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 29 16:18:20.982
69222026-08-29T16:18:22.397Z
69232026-08-29T16:18:22.397Z DEBGAug 29 16:18:20.982 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
69242026-08-29T16:18:22.397ZINFO Aug 29 16:18:20.982adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff Aug 29 16:18:20.982
69252026-08-29T16:18:22.397ZINFO Aug 29 16:18:20.982 INFOadding route 172.16.0.0/32 -> 10.0.0.2
69262026-08-29T16:18:22.397Z adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO
69272026-08-29T16:18:22.397Zadding route 3fff:dead::/64 -> 2001:db8::55:3Aug 29 16:18:20.982
69282026-08-29T16:18:22.397ZAug 29 16:18:20.982 Aug 29 16:18:20.982DEBG Aug 29 16:18:20.982 DEBGDEBGAug 29 16:18:20.982 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
69292026-08-29T16:18:22.397Z
69302026-08-29T16:18:22.397Zreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69312026-08-29T16:18:22.397ZDEBGAug 29 16:18:20.982 Aug 29 16:18:20.982 Aug 29 16:18:20.982 INFO INFOadding 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 } }, NextHop { asic_port_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
69322026-08-29T16:18:22.397ZINFO
69332026-08-29T16:18:22.397Z adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.2
69342026-08-29T16:18:22.397Z
69352026-08-29T16:18:22.397Z
69362026-08-29T16:18:22.397ZAug 29 16:18:20.982 DEBGAug 29 16:18:20.982 Aug 29 16:18:20.982Aug 29 16:18:20.982replacing 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 29 16:18:20.982 DEBG INFO
69372026-08-29T16:18:22.397Z DEBGreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:4
69382026-08-29T16:18:22.397ZDEBG Aug 29 16:18:20.982
69392026-08-29T16:18:22.397Z 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 29 16:18:20.982replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
69402026-08-29T16:18:22.397Z adding route 172.17.0.1/32 -> 10.0.0.255INFO
69412026-08-29T16:18:22.397ZAug 29 16:18:20.982
69422026-08-29T16:18:22.398Z adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffDEBG
69432026-08-29T16:18:22.398ZAug 29 16:18:20.982 DEBGAug 29 16:18:20.982 replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
69442026-08-29T16:18:22.398Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
69452026-08-29T16:18:22.398Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 29 16:18:20.982 Aug 29 16:18:20.982Aug 29 16:18:20.982 Aug 29 16:18:20.982INFO INFO DEBGadding route 172.17.0.2/32 -> 10.0.0.255
69462026-08-29T16:18:22.398Z
69472026-08-29T16:18:22.398Zreplacing targets for 3fff:dead::/64 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 } }]
69482026-08-29T16:18:22.398ZDEBG Aug 29 16:18:20.982adding route 172.16.0.0/32 -> 10.0.0.3
69492026-08-29T16:18:22.398ZAug 29 16:18:20.982replacing 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 } }]
69502026-08-29T16:18:22.398Z Aug 29 16:18:20.982DEBGDEBG Aug 29 16:18:20.982replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
69512026-08-29T16:18:22.398Ztest route::tests::rollback_on_compact_delete_failure ... ok
69522026-08-29T16:18:22.398ZWARN
69532026-08-29T16:18:22.398Z shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBGAug 29 16:18:20.982Aug 29 16:18:20.982
69542026-08-29T16:18:22.398Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 29 16:18:20.982
69552026-08-29T16:18:22.398Z INFO INFOINFOAug 29 16:18:20.982 adding route 172.17.0.3/32 -> 10.0.0.255adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
69562026-08-29T16:18:22.399ZERRO
69572026-08-29T16:18:22.399Z
69582026-08-29T16:18:22.399Z rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 29 16:18:20.982Aug 29 16:18:20.982
69592026-08-29T16:18:22.399Z DEBGAug 29 16:18:20.982 replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG Aug 29 16:18:20.982INFO
69602026-08-29T16:18:22.399ZAug 29 16:18:20.982 DEBGreplacing 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 } }]
69612026-08-29T16:18:22.399Z Aug 29 16:18:20.982 adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 29 16:18:20.982
69622026-08-29T16:18:22.399Z INFO
69632026-08-29T16:18:22.399ZDEBG ERRO failed to allocate space for the new target listadding route 172.17.0.4/32 -> 10.0.0.255Aug 29 16:18:20.982
69642026-08-29T16:18:22.399Zshrink-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
69652026-08-29T16:18:22.399ZINFO
69662026-08-29T16:18:22.399Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 29 16:18:20.982
69672026-08-29T16:18:22.399ZAug 29 16:18:20.982 Aug 29 16:18:20.982DEBG DEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:18:20.982DEBG
69682026-08-29T16:18:22.399Ztest route::tests::rollback_on_compact_write_failure ... ok
69692026-08-29T16:18:22.399ZDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, 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 } }]
69702026-08-29T16:18:22.400Zreplacing 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 29 16:18:20.983
69712026-08-29T16:18:22.400Z Aug 29 16:18:20.995DEBG DEBGcreated new freemap
69722026-08-29T16:18:22.400ZAug 29 16:18:20.995
69732026-08-29T16:18:22.400ZAug 29 16:18:20.995INFO DEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
69742026-08-29T16:18:22.400Z
69752026-08-29T16:18:22.400ZAug 29 16:18:20.995Aug 29 16:18:20.982 INFO adding route 172.17.0.5/32 -> 10.0.0.255Aug 29 16:18:20.995
69762026-08-29T16:18:22.400Z 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 } }]
69772026-08-29T16:18:22.400ZDEBG reset freemap
69782026-08-29T16:18:22.400Z, Aug 29 16:18:20.995unit :, Aug 29 16:18:20.995unitINFO: 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 } }]freemap_route_ipv4
69792026-08-29T16:18:22.400Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
69802026-08-29T16:18:22.400Z
69812026-08-29T16:18:22.400Zfreemap_route_ipv6Aug 29 16:18:20.995Aug 29 16:18:20.995 Aug 29 16:18:20.995INFO
69822026-08-29T16:18:22.400Z Aug 29 16:18:20.995adding route 172.17.0.6/32 -> 10.0.0.255 DEBGINFO
69832026-08-29T16:18:22.400Z adding route 172.17.0.0/32 -> 10.0.0.255Aug 29 16:18:20.995
69842026-08-29T16:18:22.400Zcreated new freemapDEBGINFO Aug 29 16:18:20.995 replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:1,
69852026-08-29T16:18:22.400ZunitDEBG :
69862026-08-29T16:18:22.401Zreplacing 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 } }]
69872026-08-29T16:18:22.401Z Aug 29 16:18:20.995Aug 29 16:18:20.995 Aug 29 16:18:20.995 INFOfreemap_route_ipv6 adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
69882026-08-29T16:18:22.401ZDEBGAug 29 16:18:20.995DEBG
69892026-08-29T16:18:22.401Z replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
69902026-08-29T16:18:22.401ZINFO
69912026-08-29T16:18:22.401Z adding route 172.17.0.7/32 -> 10.0.0.255Aug 29 16:18:20.995
69922026-08-29T16:18:22.405ZAug 29 16:18:20.995 Aug 29 16:18:20.995Aug 29 16:18:20.995DEBG INFO DEBGDEBGreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 29 16:18:20.995replacing 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 } }]
69932026-08-29T16:18:22.405Z
69942026-08-29T16:18:22.405Z
69952026-08-29T16:18:22.405Z initted freemap. size: 64, unit :Aug 29 16:18:20.995 INFOINFO Aug 29 16:18:20.995 Aug 29 16:18:20.995freemap_route_ipv4adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
69962026-08-29T16:18:22.405Zadding route 172.17.0.1/32 -> 10.0.0.255
69972026-08-29T16:18:22.405ZDEBGINFO
69982026-08-29T16:18:22.405Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 29 16:18:20.995adding route 172.17.0.8/32 -> 10.0.0.255
69992026-08-29T16:18:22.405Z
70002026-08-29T16:18:22.405Z Aug 29 16:18:20.995 DEBGDEBG Aug 29 16:18:20.995Aug 29 16:18:20.995reset freemap DEBG Aug 29 16:18:20.995 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 } }], INFOreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] unitadding route 3fff:dead::/64 -> 2001:db8::55:3
70012026-08-29T16:18:22.405Z
70022026-08-29T16:18:22.405Z
70032026-08-29T16:18:22.405Z: freemap_route_ipv4
70042026-08-29T16:18:22.405ZDEBGAug 29 16:18:20.995Aug 29 16:18:20.995 Aug 29 16:18:20.995INFOreplacing 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.9/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 } }]
70052026-08-29T16:18:22.405Z
70062026-08-29T16:18:22.405ZINFO Aug 29 16:18:20.995adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
70072026-08-29T16:18:22.405ZAug 29 16:18:20.995
70082026-08-29T16:18:22.405ZAug 29 16:18:20.995DEBG INFO DEBG Aug 29 16:18:20.995adding route 3fff:dead::/64 -> 2001:db8::55:4
70092026-08-29T16:18:22.405Zinitted freemap. size: 64replacing 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 } }]
70102026-08-29T16:18:22.405ZINFOAug 29 16:18:20.995 , unitAug 29 16:18:20.995: DEBG adding route 172.17.0.2/32 -> 10.0.0.255freemap_route_ipv6Aug 29 16:18:20.995DEBG 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 } }]
70112026-08-29T16:18:22.406Z
70122026-08-29T16:18:22.406Zadding route 172.17.0.10/32 -> 10.0.0.255
70132026-08-29T16:18:22.406Z
70142026-08-29T16:18:22.406Zreplacing 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 } }]
70152026-08-29T16:18:22.406ZAug 29 16:18:20.995Aug 29 16:18:20.995 Aug 29 16:18:20.995DEBGAug 29 16:18:20.995 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:2, vlan_id: None } }, NextHop { asic_port_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 29 16:18:20.995DEBGreplacing 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 } }]
70162026-08-29T16:18:22.406Z INFO replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
70172026-08-29T16:18:22.406Z
70182026-08-29T16:18:22.406ZAug 29 16:18:20.995 WARN reset freemapAug 29 16:18:20.995adding route 3fff:beef:27::/64 -> 2001:db8::55:ffshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }),
70192026-08-29T16:18:22.406Z unit
70202026-08-29T16:18:22.406ZINFO :adding route 172.17.0.11/32 -> 10.0.0.255Aug 29 16:18:20.995
70212026-08-29T16:18:22.406Zfreemap_route_ipv6INFOAug 29 16:18:20.995
70222026-08-29T16:18:22.406Zadding route 172.17.0.3/32 -> 10.0.0.255DEBG
70232026-08-29T16:18:22.406ZAug 29 16:18:20.995 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 } }] Aug 29 16:18:20.995
70242026-08-29T16:18:22.407Zreplacing 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 } }]
70252026-08-29T16:18:22.407ZAug 29 16:18:20.995 INFODEBG Aug 29 16:18:20.995adding route 3fff:dead::/64 -> 2001:db8::55:1
70262026-08-29T16:18:22.407ZINFO adding route 172.17.0.12/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 } }]
70272026-08-29T16:18:22.407Z
70282026-08-29T16:18:22.407ZAug 29 16:18:20.995Aug 29 16:18:20.995 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
70292026-08-29T16:18:22.407ZDEBGAug 29 16:18:20.995 DEBGAug 29 16:18:20.995replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 29 16:18:20.995replacing 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 } }]
70302026-08-29T16:18:22.407Z
70312026-08-29T16:18:22.407Z DEBGINFO replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:18:20.995Aug 29 16:18:20.995 adding route 172.17.0.4/32 -> 10.0.0.255
70322026-08-29T16:18:22.407Z
70332026-08-29T16:18:22.407Z INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.13/32 -> 10.0.0.255Aug 29 16:18:20.995
70342026-08-29T16:18:22.407Z
70352026-08-29T16:18:22.407ZAug 29 16:18:20.995 DEBGINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
70362026-08-29T16:18:22.407ZAug 29 16:18:20.995Aug 29 16:18:20.995
70372026-08-29T16:18:22.407Z DEBGDEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
70382026-08-29T16:18:22.408Z
70392026-08-29T16:18:22.408ZAug 29 16:18:20.995 DEBGAug 29 16:18:20.995 INFOAug 29 16:18:20.995 Aug 29 16:18:20.995 adding route 172.17.0.14/32 -> 10.0.0.255INFO replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
70402026-08-29T16:18:22.408Z
70412026-08-29T16:18:22.408Z INFO
70422026-08-29T16:18:22.408Z adding route 172.17.0.5/32 -> 10.0.0.255Aug 29 16:18:20.995Aug 29 16:18:20.995
70432026-08-29T16:18:22.408ZAug 29 16:18:20.982Aug 29 16:18:20.995 DEBG DEBG INFO INFOreplacing 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
70442026-08-29T16:18:22.408Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 29 16:18:20.995
70452026-08-29T16:18:22.408Z
70462026-08-29T16:18:22.408ZAug 29 16:18:20.995 INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
70472026-08-29T16:18:22.408ZAug 29 16:18:20.995 Aug 29 16:18:20.995 adding route 3fff:dead::/64 -> 2001:db8::55:4INFODEBG
70482026-08-29T16:18:22.408ZDEBG 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 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 } }]
70492026-08-29T16:18:22.408Z
70502026-08-29T16:18:22.408Zadding route 172.17.0.15/32 -> 10.0.0.255
70512026-08-29T16:18:22.408ZAug 29 16:18:20.995Aug 29 16:18:20.995 DEBGAug 29 16:18:20.995Aug 29 16:18:20.995 DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG INFO
70522026-08-29T16:18:22.409Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
70532026-08-29T16:18:22.409Z replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
70542026-08-29T16:18:22.409Z
70552026-08-29T16:18:22.409ZAug 29 16:18:20.995 Aug 29 16:18:20.995 INFOINFOAug 29 16:18:20.995 Aug 29 16:18:20.995 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG
70562026-08-29T16:18:22.409ZAug 29 16:18:20.995 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 } }]
70572026-08-29T16:18:22.409Z INFODEBG adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.6/32 -> 10.0.0.255
70582026-08-29T16:18:22.409ZAug 29 16:18:20.995 INFOAug 29 16:18:20.995
70592026-08-29T16:18:22.409ZAug 29 16:18:20.995 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 } }]
70602026-08-29T16:18:22.409ZAug 29 16:18:20.995DEBG adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
70612026-08-29T16:18:22.410Z replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
70622026-08-29T16:18:22.410Z
70632026-08-29T16:18:22.410Z Aug 29 16:18:20.995DEBG 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 } }] Aug 29 16:18:20.995
70642026-08-29T16:18:22.410Z WARNAug 29 16:18:20.995replacing 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 } }]
70652026-08-29T16:18:22.410Z shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFOAug 29 16:18:20.995
70662026-08-29T16:18:22.410Z INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff Aug 29 16:18:20.995adding route 172.17.0.17/32 -> 10.0.0.255
70672026-08-29T16:18:22.410Z
70682026-08-29T16:18:22.410Z Aug 29 16:18:20.995 INFOINFO Aug 29 16:18:20.995adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
70692026-08-29T16:18:22.410ZAug 29 16:18:20.995 DEBGadding route 172.17.0.7/32 -> 10.0.0.255 replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG replacing targets for 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 29 16:18:20.996
70702026-08-29T16:18:22.410ZAug 29 16:18:20.996 DEBGDEBG created new freemapcreated new freemapAug 29 16:18:20.995, , unitDEBG Aug 29 16:18:21.006replacing 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 } }]
70712026-08-29T16:18:22.410Z INFO: adding route 3fff:beef:2d::/64 -> 2001:db8::55:fffreemap_route_ipv4
70722026-08-29T16:18:22.410Z
70732026-08-29T16:18:22.410Z
70742026-08-29T16:18:22.410ZAug 29 16:18:21.006 INFO Aug 29 16:18:21.006Aug 29 16:18:21.006 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 } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 29 16:18:21.006created new freemap
70752026-08-29T16:18:22.410Z , INFOunit
70762026-08-29T16:18:22.410Z: adding route 172.17.0.18/32 -> 10.0.0.255freemap_route_ipv6
70772026-08-29T16:18:22.410Z
70782026-08-29T16:18:22.410ZAug 29 16:18:21.006Aug 29 16:18:21.006Aug 29 16:18:21.006 INFODEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
70792026-08-29T16:18:22.410ZAug 29 16:18:21.006DEBG DEBG initted freemap. size: 64replacing 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 } }],
70802026-08-29T16:18:22.412Zunit: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 } }]
70812026-08-29T16:18:22.412ZAug 29 16:18:21.006Aug 29 16:18:21.006freemap_route_ipv4 INFO
70822026-08-29T16:18:22.412ZDEBG Aug 29 16:18:21.006replacing 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:18::/64 -> 2001:db8::55:ff
70832026-08-29T16:18:22.412ZINFO Aug 29 16:18:21.006
70842026-08-29T16:18:22.412Z adding route 172.17.0.19/32 -> 10.0.0.255DEBG
70852026-08-29T16:18:22.412Z Aug 29 16:18:21.006reset freemap Aug 29 16:18:21.006, DEBGunit :Aug 29 16:18:21.006INFO freemap_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 } }]
70862026-08-29T16:18:22.412Z
70872026-08-29T16:18:22.412Z DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff Aug 29 16:18:21.006replacing 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 29 16:18:21.006
70882026-08-29T16:18:22.412ZINFO DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
70892026-08-29T16:18:22.412Z Aug 29 16:18:21.006
70902026-08-29T16:18:22.412Zinitted freemap. size: 64 INFO adding route 172.17.0.20/32 -> 10.0.0.255,
70912026-08-29T16:18:22.412ZAug 29 16:18:21.006unit :Aug 29 16:18:21.006 DEBGfreemap_route_ipv6
70922026-08-29T16:18:22.417ZAug 29 16:18:21.006replacing 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 } }] DEBGDEBG
70932026-08-29T16:18:22.417Z 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: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 29 16:18:21.006
70942026-08-29T16:18:22.417Z Aug 29 16:18:21.006
70952026-08-29T16:18:22.417ZINFO DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
70962026-08-29T16:18:22.417Zreset freemapAug 29 16:18:21.006Aug 29 16:18:21.006, unit :INFO freemap_route_ipv6adding route 172.17.0.21/32 -> 10.0.0.255
70972026-08-29T16:18:22.417Z
70982026-08-29T16:18:22.417ZINFOAug 29 16:18:21.006 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBGAug 29 16:18:21.006
70992026-08-29T16:18:22.417Z INFOreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 29 16:18:21.006
71002026-08-29T16:18:22.417Z adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
71012026-08-29T16:18:22.417Z 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 29 16:18:21.006
71022026-08-29T16:18:22.417Z Aug 29 16:18:21.006Aug 29 16:18:21.006 DEBGINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBGreplacing 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 29 16:18:21.006
71032026-08-29T16:18:22.417Z
71042026-08-29T16:18:22.417Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 adding route 172.17.0.22/32 -> 10.0.0.255
71052026-08-29T16:18:22.417Z
71062026-08-29T16:18:22.417ZAug 29 16:18:21.006 Aug 29 16:18:21.006Aug 29 16:18:21.006DEBG INFO 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 } }]
71072026-08-29T16:18:22.417Zadding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 29 16:18:21.006adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
71082026-08-29T16:18:22.417Z Aug 29 16:18:21.006
71092026-08-29T16:18:22.417ZDEBGINFO Aug 29 16:18:21.006adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
71102026-08-29T16:18:22.417Z 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 } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
71112026-08-29T16:18:22.418Z
71122026-08-29T16:18:22.418ZAug 29 16:18:21.006Aug 29 16:18:21.006 DEBGDEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
71132026-08-29T16:18:22.418ZAug 29 16:18:21.006
71142026-08-29T16:18:22.418Z Aug 29 16:18:21.006INFO DEBGadding route 172.17.0.23/32 -> 10.0.0.255 Aug 29 16:18:21.006Aug 29 16:18:21.006
71152026-08-29T16:18:22.418Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFO
71162026-08-29T16:18:22.418Z INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
71172026-08-29T16:18:22.418Z
71182026-08-29T16:18:22.418ZAug 29 16:18:21.006 Aug 29 16:18:21.006 DEBGAug 29 16:18:20.995
71192026-08-29T16:18:22.418Zreplacing 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
71202026-08-29T16:18:22.418Z Aug 29 16:18:21.006 replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGDEBG
71212026-08-29T16:18:22.418Z Aug 29 16:18:21.006created new freemap INFO, 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 } }]unitAug 29 16:18:21.006adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
71222026-08-29T16:18:22.418Z
71232026-08-29T16:18:22.418Z: freemap_route_ipv4
71242026-08-29T16:18:22.418ZDEBGAug 29 16:18:21.006 Aug 29 16:18:21.006DEBGreplacing 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 } }]
71252026-08-29T16:18:22.419ZINFOreplacing 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 } }]
71262026-08-29T16:18:22.419Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 29 16:18:21.006Aug 29 16:18:21.006 Aug 29 16:18:21.006 INFOINFODEBG Aug 29 16:18:21.006adding route 172.17.0.8/32 -> 10.0.0.255 created new freemapadding route 172.17.0.24/32 -> 10.0.0.255
71272026-08-29T16:18:22.419Z, INFO
71282026-08-29T16:18:22.419Zunit :adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
71292026-08-29T16:18:22.419Zfreemap_route_ipv6
71302026-08-29T16:18:22.419Z
71312026-08-29T16:18:22.419ZAug 29 16:18:21.006Aug 29 16:18:21.006Aug 29 16:18:21.006 Aug 29 16:18:21.006DEBG DEBGDEBGAug 29 16:18:21.006 replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGreplacing targets for 172.17.0.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 } }]
71322026-08-29T16:18:22.419ZDEBG
71332026-08-29T16:18:22.419Z initted freemap. size: 64 , unit: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 29 16:18:21.006freemap_route_ipv4
71342026-08-29T16:18:22.419Z
71352026-08-29T16:18:22.419Z 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 } }]
71362026-08-29T16:18:22.419ZAug 29 16:18:21.006Aug 29 16:18:21.006 adding route 172.17.0.25/32 -> 10.0.0.255INFO
71372026-08-29T16:18:22.419ZAug 29 16:18:21.006 INFO Aug 29 16:18:21.006 adding route 3fff:beef:20::/64 -> 2001:db8::55:ff DEBGINFO adding route 172.17.0.9/32 -> 10.0.0.255reset freemap,
71382026-08-29T16:18:22.419Z
71392026-08-29T16:18:22.419ZAug 29 16:18:21.006 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffunitDEBG:
71402026-08-29T16:18:22.419Z Aug 29 16:18:21.006Aug 29 16:18:21.006 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 } }] freemap_route_ipv4
71412026-08-29T16:18:22.419ZDEBG 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 } }]
71422026-08-29T16:18:22.420Z
71432026-08-29T16:18:22.420ZAug 29 16:18:21.006 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 } }]
71442026-08-29T16:18:22.420ZDEBGAug 29 16:18:21.006 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 29 16:18:21.006Aug 29 16:18:21.006 Aug 29 16:18:21.006 DEBG
71452026-08-29T16:18:22.420ZINFOINFO initted freemap. size: 64 , adding route 172.17.0.26/32 -> 10.0.0.255INFOunit adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 172.17.0.10/32 -> 10.0.0.255
71462026-08-29T16:18:22.420Z
71472026-08-29T16:18:22.420Z
71482026-08-29T16:18:22.420Z: freemap_route_ipv6
71492026-08-29T16:18:22.420Ztest route::tests::identity_replace_is_noop ... ok
71502026-08-29T16:18:22.420ZAug 29 16:18:21.006Aug 29 16:18:21.006Aug 29 16:18:21.006 Aug 29 16:18:21.006DEBGDEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
71512026-08-29T16:18:22.420ZDEBG
71522026-08-29T16:18:22.420Ztest route::tests::same_size_non_subset_replace ... ok
71532026-08-29T16:18:22.421Ztest route::tests::rollback_on_index_readd_failure ... ok
71542026-08-29T16:18:22.421Z INFO Aug 29 16:18:21.006 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 29 16:18:21.006adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBGAug 29 16:18:21.006
71552026-08-29T16:18:22.421Z
71562026-08-29T16:18:22.421ZINFO INFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ffreset freemap
71572026-08-29T16:18:22.421Z , adding route 172.17.0.11/32 -> 10.0.0.255unitAug 29 16:18:21.006
71582026-08-29T16:18:22.422Z Aug 29 16:18:21.006 Aug 29 16:18:21.006:DEBGINFO Aug 29 16:18:21.006 freemap_route_ipv6replacing 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 } }]
71592026-08-29T16:18:22.422Z
71602026-08-29T16:18:22.422ZDEBG adding route 172.17.0.27/32 -> 10.0.0.255
71612026-08-29T16:18:22.422Z 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 } }]Aug 29 16:18:21.006Aug 29 16:18:21.006
71622026-08-29T16:18:22.422ZINFO Aug 29 16:18:21.006 adding route 172.16.0.0/32 -> 10.0.0.1Aug 29 16:18:21.006INFOreplacing 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 } }] DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
71632026-08-29T16:18:22.422Zreplacing 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 } }]
71642026-08-29T16:18:22.422Z
71652026-08-29T16:18:22.422Z INFO
71662026-08-29T16:18:22.422ZAug 29 16:18:21.006Aug 29 16:18:21.006Aug 29 16:18:21.006 DEBGINFOAug 29 16:18:21.006 adding route 172.17.0.12/32 -> 10.0.0.255replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
71672026-08-29T16:18:22.422Z INFO
71682026-08-29T16:18:22.422ZDEBG adding route 172.17.0.28/32 -> 10.0.0.255
71692026-08-29T16:18:22.422Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 29 16:18:21.006
71702026-08-29T16:18:22.422Z INFO
71712026-08-29T16:18:22.422Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 29 16:18:21.006Aug 29 16:18:21.006
71722026-08-29T16:18:22.422Z Aug 29 16:18:21.006INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.2
71732026-08-29T16:18:22.422Zreplacing 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
71742026-08-29T16:18:22.422Z Aug 29 16:18:21.006replacing 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 } }]
71752026-08-29T16:18:22.422ZDEBG Aug 29 16:18:21.006Aug 29 16:18:21.006 replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 29 16:18:21.006
71762026-08-29T16:18:22.422ZDEBG DEBGINFO replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:18:21.006 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
71772026-08-29T16:18:22.422ZAug 29 16:18:21.006 INFOadding route 172.17.0.29/32 -> 10.0.0.255 Aug 29 16:18:21.006
71782026-08-29T16:18:22.422Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
71792026-08-29T16:18:22.422Z INFO
71802026-08-29T16:18:22.422ZINFOAug 29 16:18:21.006 adding route 172.16.0.0/32 -> 10.0.0.3 Aug 29 16:18:21.006
71812026-08-29T16:18:22.423ZDEBGadding route 172.17.0.13/32 -> 10.0.0.255 replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71822026-08-29T16:18:22.423Z
71832026-08-29T16:18:22.423ZAug 29 16:18:21.006 Aug 29 16:18:21.006DEBG DEBGINFOAug 29 16:18:21.006replacing 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 29 16:18:21.006 DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
71842026-08-29T16:18:22.423Z
71852026-08-29T16:18:22.423ZINFO
71862026-08-29T16:18:22.423Zadding route 172.17.0.30/32 -> 10.0.0.255Aug 29 16:18:21.006 INFO Aug 29 16:18:21.006adding route 172.16.0.0/32 -> 10.0.0.4
71872026-08-29T16:18:22.423Z INFOAug 29 16:18:21.021 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG
71882026-08-29T16:18:22.423Z unitreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]:
71892026-08-29T16:18:22.423Z Aug 29 16:18:21.021freemap_route_ipv4 Aug 29 16:18:21.021Aug 29 16:18:21.021
71902026-08-29T16:18:22.423Z DEBGINFO 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 } }]
71912026-08-29T16:18:22.423Zadding route 172.17.0.14/32 -> 10.0.0.255 Aug 29 16:18:21.021replacing 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 } }]
71922026-08-29T16:18:22.427Z
71932026-08-29T16:18:22.427Z DEBG created new freemapAug 29 16:18:21.021 DEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Aug 29 16:18:21.007
71942026-08-29T16:18:22.427ZAug 29 16:18:21.021 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBGunit
71952026-08-29T16:18:22.427Z:created new freemap freemap_route_ipv6INFO
71962026-08-29T16:18:22.427Z, Aug 29 16:18:21.021 Aug 29 16:18:21.021 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBGunit
71972026-08-29T16:18:22.427Z 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 29 16:18:21.021
71982026-08-29T16:18:22.427Z DEBG freemap_route_ipv4initted freemap. size: 64Aug 29 16:18:21.021INFO
71992026-08-29T16:18:22.427Z , Aug 29 16:18:21.021unitadding route 172.17.0.15/32 -> 10.0.0.255
72002026-08-29T16:18:22.427ZINFO : DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:fffreemap_route_ipv4
72012026-08-29T16:18:22.428Z
72022026-08-29T16:18:22.428ZAug 29 16:18:21.021replacing 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 } }]
72032026-08-29T16:18:22.429Z Aug 29 16:18:21.021DEBG DEBGAug 29 16:18:21.021 Aug 29 16:18:21.021DEBGAug 29 16:18:21.021 created new freemapDEBG, 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 } }]
72042026-08-29T16:18:22.429Z:reset freemap freemap_route_ipv6,
72052026-08-29T16:18:22.429ZunitAug 29 16:18:21.021INFO INFOAug 29 16:18:21.021 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ff :
72062026-08-29T16:18:22.429Z
72072026-08-29T16:18:22.429ZDEBG initted freemap. size: 64freemap_route_ipv4, unitAug 29 16:18:21.021
72082026-08-29T16:18:22.429Z: DEBG freemap_route_ipv4replacing 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 29 16:18:21.021
72092026-08-29T16:18:22.429Z
72102026-08-29T16:18:22.429ZDEBG 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 29 16:18:21.021
72112026-08-29T16:18:22.429ZAug 29 16:18:21.021 Aug 29 16:18:21.021DEBG INFO DEBGinitted freemap. size: 64adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
72122026-08-29T16:18:22.429Z, reset freemapAug 29 16:18:21.021unit: , INFO unit :freemap_route_ipv6adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
72132026-08-29T16:18:22.429Z
72142026-08-29T16:18:22.429ZAug 29 16:18:21.021freemap_route_ipv4
72152026-08-29T16:18:22.429Z DEBGAug 29 16:18:21.021Aug 29 16:18:21.021 DEBGDEBG reset freemapreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] ,
72162026-08-29T16:18:22.429Zunitreplacing 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 29 16:18:21.021
72172026-08-29T16:18:22.429Z: DEBGfreemap_route_ipv6
72182026-08-29T16:18:22.429Z
72192026-08-29T16:18:22.429Z initted freemap. size: 64, Aug 29 16:18:21.021unit Aug 29 16:18:21.021 INFOAug 29 16:18:21.021INFO INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff: adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
72202026-08-29T16:18:22.429Z
72212026-08-29T16:18:22.429Z
72222026-08-29T16:18:22.429ZAug 29 16:18:21.021freemap_route_ipv6
72232026-08-29T16:18:22.429ZDEBG Aug 29 16:18:21.021Aug 29 16:18:21.021 Aug 29 16:18:21.021DEBG 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 } }] Aug 29 16:18:21.021replacing 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 } }]
72242026-08-29T16:18:22.429Z replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
72252026-08-29T16:18:22.429Z DEBGreset freemap
72262026-08-29T16:18:22.429ZAug 29 16:18:21.021 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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,
72272026-08-29T16:18:22.429Zunit :adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 29 16:18:21.021 freemap_route_ipv6Aug 29 16:18:21.021
72282026-08-29T16:18:22.429Z INFOINFO
72292026-08-29T16:18:22.429Z Aug 29 16:18:21.021 adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 29 16:18:21.021
72302026-08-29T16:18:22.429ZINFOAug 29 16:18:21.021 adding route 172.16.0.0/32 -> 10.0.0.1
72312026-08-29T16:18:22.429ZDEBGINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 172.17.0.31/32 -> 10.0.0.255
72322026-08-29T16:18:22.429Zreplacing 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 29 16:18:21.021
72332026-08-29T16:18:22.429Z
72342026-08-29T16:18:22.429Z Aug 29 16:18:21.021 Aug 29 16:18:21.021DEBGDEBG Aug 29 16:18:21.021replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
72352026-08-29T16:18:22.429Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
72362026-08-29T16:18:22.429Z
72372026-08-29T16:18:22.429Z failed to allocate space for the new target listAug 29 16:18:21.021 INFOAug 29 16:18:21.021
72382026-08-29T16:18:22.430Zadding route 172.16.0.0/32 -> 10.0.0.2Aug 29 16:18:21.021DEBG Aug 29 16:18:21.021
72392026-08-29T16:18:22.430ZINFO Aug 29 16:18:21.021 replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
72402026-08-29T16:18:22.430ZAug 29 16:18:21.021INFOadding route 3fff:dead::/64 -> 2001:db8::55:3
72412026-08-29T16:18:22.430ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 29 16:18:21.021
72422026-08-29T16:18:22.430Zadding route 3fff:beef:2c::/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:2, vlan_id: None } }]Aug 29 16:18:21.021
72432026-08-29T16:18:22.430Z
72442026-08-29T16:18:22.430Z DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 29 16:18:21.021
72452026-08-29T16:18:22.430ZAug 29 16:18:21.021 adding route 172.17.0.32/32 -> 10.0.0.255 DEBGDEBG
72462026-08-29T16:18:22.430Z Aug 29 16:18:21.021replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] replacing targets for 3fff:beef: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
72472026-08-29T16:18:22.430Z
72482026-08-29T16:18:22.430Z adding route 3fff:dead::/64 -> 2001:db8::55:4
72492026-08-29T16:18:22.430ZAug 29 16:18:21.021 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 } }]
72502026-08-29T16:18:22.430ZAug 29 16:18:21.021Aug 29 16:18:21.021 Aug 29 16:18:21.021INFO INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
72512026-08-29T16:18:22.430Z
72522026-08-29T16:18:22.430Zadding route 172.17.0.33/32 -> 10.0.0.255
72532026-08-29T16:18:22.430ZAug 29 16:18:21.021 DEBGAug 29 16:18:21.021 Aug 29 16:18:21.021DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
72542026-08-29T16:18:22.430Z
72552026-08-29T16:18:22.430Z 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 } }]
72562026-08-29T16:18:22.430ZAug 29 16:18:21.021 WARN shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 29 16:18:21.021
72572026-08-29T16:18:22.430Z INFO adding route 172.17.0.34/32 -> 10.0.0.255Aug 29 16:18:21.021
72582026-08-29T16:18:22.430Z INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
72592026-08-29T16:18:22.430ZAug 29 16:18:21.021 DEBG Aug 29 16:18:21.021replacing 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 } }]
72602026-08-29T16:18:22.430ZDEBG 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 } }]
72612026-08-29T16:18:22.430ZAug 29 16:18:21.021 INFO Aug 29 16:18:21.021failed to allocate space for the new target list
72622026-08-29T16:18:22.430Zadding route 172.17.0.35/32 -> 10.0.0.255INFO
72632026-08-29T16:18:22.430Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
72642026-08-29T16:18:22.430Z Aug 29 16:18:21.021replacing 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 29 16:18:21.021
72652026-08-29T16:18:22.430Z DEBG DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 29 16:18:21.021
72662026-08-29T16:18:22.430Z
72672026-08-29T16:18:22.430ZINFO adding route 172.17.0.16/32 -> 10.0.0.255
72682026-08-29T16:18:22.430ZAug 29 16:18:21.021Aug 29 16:18:21.021 Aug 29 16:18:21.021 INFOINFODEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
72692026-08-29T16:18:22.430Z
72702026-08-29T16:18:22.430Zadding route 172.17.0.36/32 -> 10.0.0.255
72712026-08-29T16:18:22.430ZAug 29 16:18:21.021Aug 29 16:18:21.021 Aug 29 16:18:21.021DEBGINFO adding route 172.17.0.17/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 } }]DEBG
72722026-08-29T16:18:22.430Z
72732026-08-29T16:18:22.431Z 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 } }]
72742026-08-29T16:18:22.431ZAug 29 16:18:21.021Aug 29 16:18:21.021 Aug 29 16:18:21.021INFODEBG INFOadding route 172.17.0.37/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 } }]
72752026-08-29T16:18:22.433Z
72762026-08-29T16:18:22.433Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
72772026-08-29T16:18:22.433ZAug 29 16:18:21.021Aug 29 16:18:21.021Aug 29 16:18:21.021 DEBGINFO DEBG adding route 172.17.0.18/32 -> 10.0.0.255replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
72782026-08-29T16:18:22.433Z
72792026-08-29T16:18:22.433Z
72802026-08-29T16:18:22.433ZAug 29 16:18:21.021Aug 29 16:18:21.021 Aug 29 16:18:21.021DEBG 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 } }]INFOINFO
72812026-08-29T16:18:22.433Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 172.17.0.38/32 -> 10.0.0.255
72822026-08-29T16:18:22.433Z
72832026-08-29T16:18:22.433ZAug 29 16:18:21.021Aug 29 16:18:21.021 Aug 29 16:18:21.021INFO DEBGadding route 172.17.0.19/32 -> 10.0.0.255DEBG
72842026-08-29T16:18:22.433Zreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
72852026-08-29T16:18:22.433Z
72862026-08-29T16:18:22.433ZAug 29 16:18:21.021 DEBGAug 29 16:18:21.021 Aug 29 16:18:21.021replacing 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 } }]
72872026-08-29T16:18:22.433ZINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO
72882026-08-29T16:18:22.433Z adding route 172.17.0.39/32 -> 10.0.0.255
72892026-08-29T16:18:22.433ZAug 29 16:18:21.021 Aug 29 16:18:21.021Aug 29 16:18:21.021INFO DEBG adding route 172.17.0.20/32 -> 10.0.0.255DEBG
72902026-08-29T16:18:22.433Z 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 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 } }]
72912026-08-29T16:18:22.434Z
72922026-08-29T16:18:22.438ZAug 29 16:18:21.021 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 29 16:18:21.022
72932026-08-29T16:18:22.438Z Aug 29 16:18:21.022Aug 29 16:18:21.022Aug 29 16:18:21.035 DEBGINFO created new freemapDEBGDEBG, adding route 172.17.0.21/32 -> 10.0.0.255unit
72942026-08-29T16:18:22.438Z :created new freemap created new freemapAug 29 16:18:21.035freemap_route_ipv4, , unit
72952026-08-29T16:18:22.438ZDEBG: freemap_route_ipv4replacing 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 } }]unit
72962026-08-29T16:18:22.438Z
72972026-08-29T16:18:22.438Z: Aug 29 16:18:21.035freemap_route_ipv4 Aug 29 16:18:21.035DEBGAug 29 16:18:21.035
72982026-08-29T16:18:22.438Z DEBG INFOcreated new freemapcreated new freemap , unitadding route 172.17.0.22/32 -> 10.0.0.255:
72992026-08-29T16:18:22.438Z freemap_route_ipv6,
73002026-08-29T16:18:22.438ZunitAug 29 16:18:21.035Aug 29 16:18:21.035 DEBG: DEBG Aug 29 16:18:21.035 replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6created new freemap
73012026-08-29T16:18:22.438Z
73022026-08-29T16:18:22.438ZDEBG, unitinitted freemap. size: 64, :Aug 29 16:18:21.035unitAug 29 16:18:21.035: INFOfreemap_route_ipv4
73032026-08-29T16:18:22.438Z adding route 172.17.0.23/32 -> 10.0.0.255DEBG
73042026-08-29T16:18:22.438Z initted freemap. size: 64freemap_route_ipv6, Aug 29 16:18:21.035
73052026-08-29T16:18:22.438Z Aug 29 16:18:21.035DEBGunit :reset freemap Aug 29 16:18:21.035, unitDEBG:freemap_route_ipv4 freemap_route_ipv4
73062026-08-29T16:18:22.438Zreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
73072026-08-29T16:18:22.438Z initted freemap. size: 64
73082026-08-29T16:18:22.438Z, Aug 29 16:18:21.035unit DEBG: Aug 29 16:18:21.035freemap_route_ipv4 Aug 29 16:18:21.035initted freemap. size: 64INFO, unitDEBGadding route 172.17.0.24/32 -> 10.0.0.255:
73092026-08-29T16:18:22.438Z reset freemap
73102026-08-29T16:18:22.438Z , freemap_route_ipv6unit
73112026-08-29T16:18:22.438Z: Aug 29 16:18:21.035freemap_route_ipv4
73122026-08-29T16:18:22.438ZDEBG Aug 29 16:18:21.035replacing 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 } }]
73132026-08-29T16:18:22.438ZAug 29 16:18:21.035Aug 29 16:18:21.035 DEBG DEBGDEBG Aug 29 16:18:21.035initted freemap. size: 64reset freemapreset freemap, unit, , unit:INFO unit:: freemap_route_ipv6adding route 172.17.0.25/32 -> 10.0.0.255freemap_route_ipv6
73142026-08-29T16:18:22.438Z
73152026-08-29T16:18:22.438Zfreemap_route_ipv4
73162026-08-29T16:18:22.439Z
73172026-08-29T16:18:22.439ZAug 29 16:18:21.035Aug 29 16:18:21.035Aug 29 16:18:21.035 DEBGINFO reset freemapadding route 172.16.0.0/32 -> 10.0.0.1,
73182026-08-29T16:18:22.439Zunit: DEBGAug 29 16:18:21.035 replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
73192026-08-29T16:18:22.439Z 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 29 16:18:21.035
73202026-08-29T16:18:22.439Z freemap_route_ipv6Aug 29 16:18:21.035
73212026-08-29T16:18:22.439Z DEBGINFOAug 29 16:18:21.035 adding route 172.17.0.26/32 -> 10.0.0.255INFO
73222026-08-29T16:18:22.439Z adding route 172.16.0.0/32 -> 10.0.0.1 initted freemap. size: 64
73232026-08-29T16:18:22.439ZAug 29 16:18:21.035, unit Aug 29 16:18:21.035DEBG Aug 29 16:18:21.035: 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 } }]DEBGINFO freemap_route_ipv6replacing 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 } }]
73242026-08-29T16:18:22.439Z
73252026-08-29T16:18:22.439Zadding route 3fff:dead::/64 -> 2001:db8::55:1
73262026-08-29T16:18:22.439Z
73272026-08-29T16:18:22.439ZAug 29 16:18:21.035Aug 29 16:18:21.035 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.27/32 -> 10.0.0.255Aug 29 16:18:21.035
73282026-08-29T16:18:22.439Z
73292026-08-29T16:18:22.439ZAug 29 16:18:21.035 DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 29 16:18:21.035
73302026-08-29T16:18:22.439Z Aug 29 16:18:21.035DEBG 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 } }, 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 } }],
73312026-08-29T16:18:22.439ZDEBGunit:Aug 29 16:18:21.035 freemap_route_ipv6INFO
73322026-08-29T16:18:22.439ZAug 29 16:18:21.035 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 adding route 172.16.0.0/32 -> 10.0.0.2adding route 3fff:dead::/64 -> 2001:db8::55:2
73332026-08-29T16:18:22.439Z
73342026-08-29T16:18:22.439Z
73352026-08-29T16:18:22.439ZAug 29 16:18:21.035Aug 29 16:18:21.035 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.28/32 -> 10.0.0.255
73362026-08-29T16:18:22.439Z
73372026-08-29T16:18:22.439ZAug 29 16:18:21.035 INFOAug 29 16:18:21.035 adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 29 16:18:21.035
73382026-08-29T16:18:22.439ZDEBG Aug 29 16:18:21.035replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
73392026-08-29T16:18:22.439ZINFODEBG adding route 172.17.0.0/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 } }]
73402026-08-29T16:18:22.440Z
73412026-08-29T16:18:22.440ZAug 29 16:18:21.035Aug 29 16:18:21.035Aug 29 16:18:21.035 DEBGDEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
73422026-08-29T16:18:22.440ZAug 29 16:18:21.035INFO
73432026-08-29T16:18:22.440Z INFO adding route 172.17.0.29/32 -> 10.0.0.255
73442026-08-29T16:18:22.440ZAug 29 16:18:21.035adding route 3fff:dead::/64 -> 2001:db8::55:3 INFOAug 29 16:18:21.035
73452026-08-29T16:18:22.440ZINFOadding route 172.17.0.1/32 -> 10.0.0.255Aug 29 16:18:21.035
73462026-08-29T16:18:22.440Z DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73472026-08-29T16:18:22.440ZAug 29 16:18:21.035
73482026-08-29T16:18:22.440Z Aug 29 16:18:21.035DEBG 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 } }]
73492026-08-29T16:18:22.440Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
73502026-08-29T16:18:22.440Ztest route::tests::shrink_preserves_compacted_order ... ok
73512026-08-29T16:18:22.440ZDEBG Aug 29 16:18:21.035Aug 29 16:18:21.035 INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 172.17.0.30/32 -> 10.0.0.255Aug 29 16:18:21.035replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
73522026-08-29T16:18:22.440ZINFO
73532026-08-29T16:18:22.440Z adding route 172.17.0.2/32 -> 10.0.0.255
73542026-08-29T16:18:22.442Z
73552026-08-29T16:18:22.442ZAug 29 16:18:21.035 Aug 29 16:18:21.035DEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:18:21.035INFO
73562026-08-29T16:18:22.442Z DEBG Aug 29 16:18:21.035adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 29 16:18:21.035
73572026-08-29T16:18:22.442Z
73582026-08-29T16:18:22.442ZINFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.17.0.31/32 -> 10.0.0.255Aug 29 16:18:21.035
73592026-08-29T16:18:22.442Z Aug 29 16:18:21.035 INFO
73602026-08-29T16:18:22.442Z adding route 172.17.0.3/32 -> 10.0.0.255DEBG
73612026-08-29T16:18:22.442Z Aug 29 16:18:21.035replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
73622026-08-29T16:18:22.442ZDEBGAug 29 16:18:21.035 DEBGreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:18:21.035
73632026-08-29T16:18:22.442ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
73642026-08-29T16:18:22.442ZAug 29 16:18:21.035Aug 29 16:18:21.035
73652026-08-29T16:18:22.442Z INFOINFO Aug 29 16:18:21.035adding route 172.17.0.32/32 -> 10.0.0.255Aug 29 16:18:21.035
73662026-08-29T16:18:22.442Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
73672026-08-29T16:18:22.442Z Aug 29 16:18:21.035INFO
73682026-08-29T16:18:22.442Z DEBGadding route 172.17.0.4/32 -> 10.0.0.255
73692026-08-29T16:18:22.442Zreplacing 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 } }]
73702026-08-29T16:18:22.442ZAug 29 16:18:21.035Aug 29 16:18:21.035 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] Aug 29 16:18:21.035DEBG INFOreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73712026-08-29T16:18:22.442Z
73722026-08-29T16:18:22.442Zadding route 172.17.0.33/32 -> 10.0.0.255
73732026-08-29T16:18:22.442ZAug 29 16:18:21.035Aug 29 16:18:21.035 INFODEBG adding route 172.17.0.5/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:3, vlan_id: None } }]
73742026-08-29T16:18:22.442ZAug 29 16:18:21.035
73752026-08-29T16:18:22.442Z DEBGAug 29 16:18:21.035 DEBG Aug 29 16:18:21.022 replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
73762026-08-29T16:18:22.442ZDEBG
73772026-08-29T16:18:22.442Zcreated new freemap, unitAug 29 16:18:21.035: Aug 29 16:18:21.021INFO freemap_route_ipv4adding route 172.17.0.34/32 -> 10.0.0.255
73782026-08-29T16:18:22.442ZAug 29 16:18:21.035INFO INFO
73792026-08-29T16:18:22.442Zadding route 172.17.0.6/32 -> 10.0.0.255Aug 29 16:18:21.035
73802026-08-29T16:18:22.442Z DEBGadding route 172.17.0.40/32 -> 10.0.0.255 replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73812026-08-29T16:18:22.443Z
73822026-08-29T16:18:22.443ZAug 29 16:18:21.035 Aug 29 16:18:21.035INFO Aug 29 16:18:21.035 Aug 29 16:18:21.035adding route 172.17.0.35/32 -> 10.0.0.255Aug 29 16:18:21.021
73832026-08-29T16:18:22.443Z DEBGINFODEBG adding route 3fff:beef:34::/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 29 16:18:21.035
73842026-08-29T16:18:22.443Z DEBG
73852026-08-29T16:18:22.443Zcreated new freemapDEBG, unitreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: freemap_route_ipv6replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:18:21.035
73862026-08-29T16:18:22.443Z INFO
73872026-08-29T16:18:22.443Z
73882026-08-29T16:18:22.443ZAug 29 16:18:21.035Aug 29 16:18:21.035adding route 172.17.0.7/32 -> 10.0.0.255 Aug 29 16:18:21.035INFO DEBGadding route 172.17.0.36/32 -> 10.0.0.255 Aug 29 16:18:21.035replacing 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 } }]
73892026-08-29T16:18:22.443Z
73902026-08-29T16:18:22.443Z
73912026-08-29T16:18:22.443ZDEBG INFOinitted freemap. size: 64 adding route 172.17.0.41/32 -> 10.0.0.255Aug 29 16:18:21.035Aug 29 16:18:21.035
73922026-08-29T16:18:22.448Z Aug 29 16:18:21.035 INFODEBGDEBG , adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 29 16:18:21.035replacing 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 } }]
73932026-08-29T16:18:22.448Z 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
73942026-08-29T16:18:22.448Zunit: Aug 29 16:18:21.035replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4
73952026-08-29T16:18:22.448Z
73962026-08-29T16:18:22.448Z Aug 29 16:18:21.035DEBG
73972026-08-29T16:18:22.448Z Aug 29 16:18:21.035 INFOAug 29 16:18:21.035 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 } }]INFODEBG
73982026-08-29T16:18:22.448Z adding route 172.17.0.8/32 -> 10.0.0.255 adding route 172.17.0.37/32 -> 10.0.0.255
73992026-08-29T16:18:22.448Z
74002026-08-29T16:18:22.449ZAug 29 16:18:21.035reset freemap , unitAug 29 16:18:21.035Aug 29 16:18:21.035:INFO Aug 29 16:18:21.035freemap_route_ipv4DEBG
74012026-08-29T16:18:22.449ZDEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
74022026-08-29T16:18:22.449ZAug 29 16:18:21.036 Aug 29 16:18:21.036
74032026-08-29T16:18:22.449Z DEBGAug 29 16:18:21.047DEBG Aug 29 16:18:21.047 created new freemapINFO, INFOunitadding route 172.17.0.9/32 -> 10.0.0.255
74042026-08-29T16:18:22.449Zadding route 172.17.0.38/32 -> 10.0.0.255:
74052026-08-29T16:18:22.449Z freemap_route_ipv4Aug 29 16:18:21.047
74062026-08-29T16:18:22.449Z Aug 29 16:18:21.047 created new freemapDEBG, unitreplacing 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 } }]:
74072026-08-29T16:18:22.449Z Aug 29 16:18:21.047freemap_route_ipv4
74082026-08-29T16:18:22.449Z DEBG DEBGcreated new freemap
74092026-08-29T16:18:22.449Z Aug 29 16:18:21.047replacing 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 29 16:18:21.047,
74102026-08-29T16:18:22.449Z INFODEBGAug 29 16:18:21.047 adding route 172.17.0.39/32 -> 10.0.0.255 unit:DEBGcreated new freemap
74112026-08-29T16:18:22.449Z Aug 29 16:18:21.047replacing 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 } }] , unitINFOfreemap_route_ipv6
74122026-08-29T16:18:22.449Z: freemap_route_ipv6
74132026-08-29T16:18:22.449ZAug 29 16:18:21.047Aug 29 16:18:21.047
74142026-08-29T16:18:22.450ZINFO DEBGadding route 172.17.0.10/32 -> 10.0.0.255 Aug 29 16:18:21.047adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
74152026-08-29T16:18:22.450Zreplacing 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
74162026-08-29T16:18:22.450Z
74172026-08-29T16:18:22.450Z initted freemap. size: 64Aug 29 16:18:21.047 , Aug 29 16:18:21.047Aug 29 16:18:21.047unit Aug 29 16:18:21.047DEBG DEBGinitted freemap. size: 64INFO 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 } }] adding route 172.17.0.40/32 -> 10.0.0.255unit freemap_route_ipv4
74182026-08-29T16:18:22.450Z: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 } }]
74192026-08-29T16:18:22.450Z
74202026-08-29T16:18:22.450Z
74212026-08-29T16:18:22.450Z Aug 29 16:18:21.047 DEBG freemap_route_ipv4Aug 29 16:18:21.047replacing 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 } }]
74222026-08-29T16:18:22.450Z
74232026-08-29T16:18:22.450ZAug 29 16:18:21.047Aug 29 16:18:21.047DEBG INFOreset freemap INFO, adding route 172.17.0.11/32 -> 10.0.0.255unit :
74242026-08-29T16:18:22.450Zfreemap_route_ipv4
74252026-08-29T16:18:22.450Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 29 16:18:21.047 Aug 29 16:18:21.047
74262026-08-29T16:18:22.450Z Aug 29 16:18:21.047DEBGINFO Aug 29 16:18:21.047 DEBGDEBGadding route 172.17.0.41/32 -> 10.0.0.255
74272026-08-29T16:18:22.450Z Aug 29 16:18:21.047initted freemap. size: 64 , DEBGunit :Aug 29 16:18:21.047 replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv6
74282026-08-29T16:18:22.450Z
74292026-08-29T16:18:22.451ZDEBGreplacing 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 } }]
74302026-08-29T16:18:22.451Zreset freemapAug 29 16:18:21.047replacing 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 } }]
74312026-08-29T16:18:22.452ZDEBG , reset freemapAug 29 16:18:21.047Aug 29 16:18:21.047 , unitAug 29 16:18:21.047unitINFO:: freemap_route_ipv6INFOINFO
74322026-08-29T16:18:22.452Z adding route 3fff:beef:39::/64 -> 2001:db8::55:fffreemap_route_ipv4
74332026-08-29T16:18:22.452Zadding route 172.17.0.42/32 -> 10.0.0.255
74342026-08-29T16:18:22.452Zadding route 172.17.0.12/32 -> 10.0.0.255
74352026-08-29T16:18:22.452Z
74362026-08-29T16:18:22.452ZAug 29 16:18:21.047Aug 29 16:18:21.047 Aug 29 16:18:21.047Aug 29 16:18:21.047INFO DEBGAug 29 16:18:21.047adding route 172.16.0.0/32 -> 10.0.0.1 DEBGDEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
74372026-08-29T16:18:22.452Zreplacing 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 } }]
74382026-08-29T16:18:22.452Z
74392026-08-29T16:18:22.452Z 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 } }]
74402026-08-29T16:18:22.452ZDEBGAug 29 16:18:21.047 Aug 29 16:18:21.047initted freemap. size: 64 Aug 29 16:18:21.047Aug 29 16:18:21.047, DEBG unit INFOINFO adding route 172.17.0.43/32 -> 10.0.0.255INFO:
74412026-08-29T16:18:22.452Z adding route 172.17.0.13/32 -> 10.0.0.255 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
74422026-08-29T16:18:22.452Z
74432026-08-29T16:18:22.452Z Aug 29 16:18:21.047 DEBG
74442026-08-29T16:18:22.452Z freemap_route_ipv6Aug 29 16:18:21.047replacing 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 29 16:18:21.047
74452026-08-29T16:18:22.452Z DEBGAug 29 16:18:21.047INFO
74462026-08-29T16:18:22.452Zreplacing 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 29 16:18:21.047
74472026-08-29T16:18:22.452Z INFO DEBG adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }]
74482026-08-29T16:18:22.454ZAug 29 16:18:21.048
74492026-08-29T16:18:22.454Z
74502026-08-29T16:18:22.454ZAug 29 16:18:21.048 INFODEBGAug 29 16:18:21.048Aug 29 16:18:21.048 DEBGDEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreset freemapAug 29 16:18:21.048
74512026-08-29T16:18:22.454Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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,
74522026-08-29T16:18:22.454Zunit adding route 172.17.0.14/32 -> 10.0.0.255Aug 29 16:18:21.048:
74532026-08-29T16:18:22.454ZAug 29 16:18:21.048 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 } }]
74542026-08-29T16:18:22.454ZINFO adding route 172.16.0.0/32 -> 10.0.0.3
74552026-08-29T16:18:22.454ZAug 29 16:18:21.048Aug 29 16:18:21.048DEBG INFO adding route 172.17.0.45/32 -> 10.0.0.255replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:18:21.048DEBG
74562026-08-29T16:18:22.454ZDEBG
74572026-08-29T16:18:22.454Zfreemap_route_ipv6
74582026-08-29T16:18:22.454Zreplacing 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 29 16:18:21.048 Aug 29 16:18:21.048
74592026-08-29T16:18:22.454Z INFODEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 } }]
74602026-08-29T16:18:22.454ZAug 29 16:18:21.048
74612026-08-29T16:18:22.454Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffINFO
74622026-08-29T16:18:22.454ZAug 29 16:18:21.048 Aug 29 16:18:21.048adding route 172.17.0.15/32 -> 10.0.0.255
74632026-08-29T16:18:22.456Z Aug 29 16:18:21.048INFO INFODEBGadding route 172.16.0.0/32 -> 10.0.0.4 Aug 29 16:18:21.048Aug 29 16:18:21.048 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 } }]
74642026-08-29T16:18:22.456Z
74652026-08-29T16:18:22.456ZINFO adding route 172.17.0.46/32 -> 10.0.0.255DEBG Aug 29 16:18:21.048
74662026-08-29T16:18:22.456Z Aug 29 16:18:21.048replacing 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 adding route 172.16.0.0/32 -> 10.0.0.1 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
74672026-08-29T16:18:22.456Z
74682026-08-29T16:18:22.456Z
74692026-08-29T16:18:22.456Zfailed to allocate space for the new target list
74702026-08-29T16:18:22.456ZAug 29 16:18:21.048Aug 29 16:18:21.048Aug 29 16:18:21.048 INFODEBG Aug 29 16:18:21.048 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 172.17.0.16/32 -> 10.0.0.255
74712026-08-29T16:18:22.456ZDEBG Aug 29 16:18:21.048 DEBG
74722026-08-29T16:18:22.456Zreplacing 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
74732026-08-29T16:18:22.456Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
74742026-08-29T16:18:22.456Z
74752026-08-29T16:18:22.456ZAug 29 16:18:21.048 Aug 29 16:18:21.048INFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255
74762026-08-29T16:18:22.456Zreplacing 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 } }]
74772026-08-29T16:18:22.457ZAug 29 16:18:21.048Aug 29 16:18:21.048 INFODEBGAug 29 16:18:21.048 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 } }]
74782026-08-29T16:18:22.457Zadding route 172.17.0.17/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2
74792026-08-29T16:18:22.457Z
74802026-08-29T16:18:22.457ZAug 29 16:18:21.048 INFOAug 29 16:18:21.048 Aug 29 16:18:21.048adding route 172.17.0.48/32 -> 10.0.0.255
74812026-08-29T16:18:22.457ZDEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
74822026-08-29T16:18:22.457Zreplacing 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 29 16:18:21.048
74832026-08-29T16:18:22.457Z DEBGAug 29 16:18:21.048 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 29 16:18:21.048INFO
74842026-08-29T16:18:22.458ZINFO adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.18/32 -> 10.0.0.255
74852026-08-29T16:18:22.458Z
74862026-08-29T16:18:22.458ZAug 29 16:18:21.048 INFOAug 29 16:18:21.048 adding route 172.17.0.49/32 -> 10.0.0.255DEBG
74872026-08-29T16:18:22.458Z 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 29 16:18:21.048
74882026-08-29T16:18:22.458Z DEBGAug 29 16:18:21.048 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
74892026-08-29T16:18:22.458Z Aug 29 16:18:21.048replacing 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 } }]
74902026-08-29T16:18:22.458ZINFO Aug 29 16:18:21.048adding route 172.17.0.19/32 -> 10.0.0.255 Aug 29 16:18:21.035Aug 29 16:18:21.048INFO INFODEBG adding route 172.16.0.0/32 -> 10.0.0.4adding route 172.17.0.50/32 -> 10.0.0.255
74912026-08-29T16:18:22.458Z
74922026-08-29T16:18:22.462Zinitted freemap. size: 64
74932026-08-29T16:18:22.462Z, unit:Aug 29 16:18:21.048 Aug 29 16:18:21.048DEBG 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 } }]freemap_route_ipv6
74942026-08-29T16:18:22.462Z
74952026-08-29T16:18:22.462Zreplacing 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 29 16:18:21.048
74962026-08-29T16:18:22.462ZDEBG 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 } }]
74972026-08-29T16:18:22.462ZAug 29 16:18:21.048Aug 29 16:18:21.048 Aug 29 16:18:21.048DEBGAug 29 16:18:21.048 INFODEBG INFOadding route 172.17.0.20/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.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 } }]
74982026-08-29T16:18:22.462Zreset freemapadding route 172.17.0.51/32 -> 10.0.0.255,
74992026-08-29T16:18:22.462Z
75002026-08-29T16:18:22.462Zunit:Aug 29 16:18:21.048 Aug 29 16:18:21.048freemap_route_ipv6 DEBG
75012026-08-29T16:18:22.462Z 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
75022026-08-29T16:18:22.462Z 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 29 16:18:21.048
75032026-08-29T16:18:22.462Z INFOAug 29 16:18:21.048Aug 29 16:18:21.048 adding route 172.16.0.0/32 -> 10.0.0.1INFOINFO
75042026-08-29T16:18:22.462Zadding route 172.17.0.21/32 -> 10.0.0.255
75052026-08-29T16:18:22.463Zadding route 172.17.0.52/32 -> 10.0.0.255
75062026-08-29T16:18:22.463ZAug 29 16:18:21.048 DEBG Aug 29 16:18:21.048replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 29 16:18:21.048
75072026-08-29T16:18:22.463ZDEBGDEBG 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 } }]
75082026-08-29T16:18:22.463Zreplacing 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 29 16:18:21.048
75092026-08-29T16:18:22.463Z INFO adding route 172.17.0.0/32 -> 10.0.0.255
75102026-08-29T16:18:22.463ZAug 29 16:18:21.048 Aug 29 16:18:21.048INFO Aug 29 16:18:21.048INFO adding route 172.17.0.22/32 -> 10.0.0.255DEBG
75112026-08-29T16:18:22.463Zadding route 172.17.0.53/32 -> 10.0.0.255
75122026-08-29T16:18:22.463Zreplacing 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 } }]
75132026-08-29T16:18:22.463ZINFO adding route 172.17.0.42/32 -> 10.0.0.255
75142026-08-29T16:18:22.463ZAug 29 16:18:21.048Aug 29 16:18:21.048 Aug 29 16:18:21.058Aug 29 16:18:21.058 DEBGDEBG DEBG created new freemapAug 29 16:18:21.058replacing 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.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 } }],
75152026-08-29T16:18:22.463Z
75162026-08-29T16:18:22.463ZINFOunit: freemap_route_ipv4adding route 172.17.0.1/32 -> 10.0.0.255Aug 29 16:18:21.058
75172026-08-29T16:18:22.463Z
75182026-08-29T16:18:22.463Z Aug 29 16:18:21.058INFO adding route 172.17.0.54/32 -> 10.0.0.255INFO
75192026-08-29T16:18:22.463ZAug 29 16:18:21.058Aug 29 16:18:21.058 DEBGDEBGadding route 172.17.0.23/32 -> 10.0.0.255
75202026-08-29T16:18:22.463Z created new freemapAug 29 16:18:21.058 , DEBGunit 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 29 16:18:21.058replacing 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 } }]
75212026-08-29T16:18:22.466Z DEBG freemap_route_ipv6
75222026-08-29T16:18:22.466Zreplacing 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 29 16:18:21.058
75232026-08-29T16:18:22.466Z
75242026-08-29T16:18:22.466ZINFO adding route 172.17.0.55/32 -> 10.0.0.255
75252026-08-29T16:18:22.466ZAug 29 16:18:21.058Aug 29 16:18:21.058 INFOINFOAug 29 16:18:21.058 Aug 29 16:18:21.058 DEBGadding route 172.17.0.2/32 -> 10.0.0.255 DEBGinitted freemap. size: 64
75262026-08-29T16:18:22.466Z, unitadding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:
75272026-08-29T16:18:22.466ZAug 29 16:18:21.058 freemap_route_ipv4DEBG
75282026-08-29T16:18:22.466Z
75292026-08-29T16:18:22.466Zreplacing 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 } }]
75302026-08-29T16:18:22.466ZAug 29 16:18:21.058 Aug 29 16:18:21.058Aug 29 16:18:21.058INFO Aug 29 16:18:21.058DEBGadding route 172.17.0.56/32 -> 10.0.0.255
75312026-08-29T16:18:22.466Z reset freemapDEBG, INFO 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 } }] unitadding route 172.17.0.3/32 -> 10.0.0.255
75322026-08-29T16:18:22.466Z:Aug 29 16:18:21.058
75332026-08-29T16:18:22.466Zfreemap_route_ipv4
75342026-08-29T16:18:22.466ZDEBG Aug 29 16:18:21.058replacing 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 } }]
75352026-08-29T16:18:22.466ZINFOAug 29 16:18:21.058 Aug 29 16:18:21.058adding route 172.17.0.25/32 -> 10.0.0.255
75362026-08-29T16:18:22.466ZDEBG DEBG initted freemap. size: 64replacing 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 29 16:18:21.058unit
75372026-08-29T16:18:22.467Z:INFOAug 29 16:18:21.058 freemap_route_ipv6 DEBG
75382026-08-29T16:18:22.467Z adding route 172.17.0.57/32 -> 10.0.0.255Aug 29 16:18:21.058replacing 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 } }]
75392026-08-29T16:18:22.467Z
75402026-08-29T16:18:22.467ZINFO adding route 172.17.0.4/32 -> 10.0.0.255Aug 29 16:18:21.058Aug 29 16:18:21.058
75412026-08-29T16:18:22.467Z Aug 29 16:18:21.058DEBGDEBG Aug 29 16:18:21.058 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 } }]reset freemap
75422026-08-29T16:18:22.467Z INFO , DEBGadding route 172.17.0.26/32 -> 10.0.0.255Aug 29 16:18:21.058unit : INFOreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
75432026-08-29T16:18:22.467Zadding route 172.17.0.58/32 -> 10.0.0.255
75442026-08-29T16:18:22.467Z
75452026-08-29T16:18:22.467Z
75462026-08-29T16:18:22.467ZAug 29 16:18:21.058 Aug 29 16:18:21.058Aug 29 16:18:21.058 Aug 29 16:18:21.058DEBG INFOINFO 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
75472026-08-29T16:18:22.467Zadding route 172.16.0.0/32 -> 10.0.0.1replacing 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.5/32 -> 10.0.0.255
75482026-08-29T16:18:22.467Z
75492026-08-29T16:18:22.467Z
75502026-08-29T16:18:22.467ZAug 29 16:18:21.059Aug 29 16:18:21.059Aug 29 16:18:21.059Aug 29 16:18:21.059 INFODEBG INFODEBGadding route 172.17.0.59/32 -> 10.0.0.255 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]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 } }]
75512026-08-29T16:18:22.467Z
75522026-08-29T16:18:22.467Z
75532026-08-29T16:18:22.468Ztest route::tests::delete_target_fragmented ... ok
75542026-08-29T16:18:22.468Z adding route 172.17.0.27/32 -> 10.0.0.255
75552026-08-29T16:18:22.468ZAug 29 16:18:21.059Aug 29 16:18:21.059 INFOINFOAug 29 16:18:21.059 adding route 172.17.0.6/32 -> 10.0.0.255 Aug 29 16:18:21.059adding route 172.16.0.0/32 -> 10.0.0.1DEBG
75562026-08-29T16:18:22.468Z 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 } }]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 } }]
75572026-08-29T16:18:22.468ZAug 29 16:18:21.059
75582026-08-29T16:18:22.468Z
75592026-08-29T16:18:22.468Z DEBG Aug 29 16:18:21.059replacing 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 29 16:18:21.059Aug 29 16:18:21.059
75602026-08-29T16:18:22.468ZINFO DEBGINFO adding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75612026-08-29T16:18:22.468ZAug 29 16:18:21.059
75622026-08-29T16:18:22.468Z INFOadding route 172.17.0.28/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.1
75632026-08-29T16:18:22.468Z
75642026-08-29T16:18:22.468ZAug 29 16:18:21.059 INFOAug 29 16:18:21.059Aug 29 16:18:21.059DEBG 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 } }]DEBGDEBGAug 29 16:18:21.059 adding route 172.17.0.7/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 } }]
75652026-08-29T16:18:22.468Z
75662026-08-29T16:18:22.468Z
75672026-08-29T16:18:22.468ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
75682026-08-29T16:18:22.469ZAug 29 16:18:21.059
75692026-08-29T16:18:22.469ZAug 29 16:18:21.059DEBGAug 29 16:18:21.059 Aug 29 16:18:21.059INFODEBG 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 29 16:18:21.059
75702026-08-29T16:18:22.469Z INFOfailed to allocate space for the new target list
75712026-08-29T16:18:22.469ZINFO adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.29/32 -> 10.0.0.255
75722026-08-29T16:18:22.469Z
75732026-08-29T16:18:22.469ZAug 29 16:18:21.070Aug 29 16:18:21.070 Aug 29 16:18:21.070DEBG DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]replacing targets for 172.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 } }]
75742026-08-29T16:18:22.469Z
75752026-08-29T16:18:22.469Zreplacing 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 } }]
75762026-08-29T16:18:22.469Z
75772026-08-29T16:18:22.469ZAug 29 16:18:21.070 Aug 29 16:18:21.070INFO DEBGadding route 172.17.0.30/32 -> 10.0.0.255
75782026-08-29T16:18:22.469Zreplacing 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 29 16:18:21.070
75792026-08-29T16:18:22.470Z INFO Aug 29 16:18:21.070adding route 172.17.0.8/32 -> 10.0.0.255 Aug 29 16:18:21.070
75802026-08-29T16:18:22.470ZDEBG INFO replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255
75812026-08-29T16:18:22.470Z
75822026-08-29T16:18:22.470ZAug 29 16:18:21.070 DEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:18:21.070
75832026-08-29T16:18:22.470Z INFO adding route 172.17.0.31/32 -> 10.0.0.255Aug 29 16:18:21.070Aug 29 16:18:21.070
75842026-08-29T16:18:22.470Z DEBG 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 } }]
75852026-08-29T16:18:22.470ZAug 29 16:18:21.070adding route 172.17.0.9/32 -> 10.0.0.255
75862026-08-29T16:18:22.470ZDEBG Aug 29 16:18:21.070replacing 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 } }]
75872026-08-29T16:18:22.470ZINFO Aug 29 16:18:21.070adding route 172.17.0.1/32 -> 10.0.0.255
75882026-08-29T16:18:22.470ZDEBG 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 } }]
75892026-08-29T16:18:22.470ZAug 29 16:18:21.070Aug 29 16:18:21.070 INFODEBG Aug 29 16:18:21.070adding route 172.17.0.32/32 -> 10.0.0.255 replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
75902026-08-29T16:18:22.470Z
75912026-08-29T16:18:22.470Zadding route 172.17.0.10/32 -> 10.0.0.255
75922026-08-29T16:18:22.474ZAug 29 16:18:21.070 Aug 29 16:18:21.070INFOAug 29 16:18:21.070 adding route 172.17.0.2/32 -> 10.0.0.255DEBG 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 } }]
75932026-08-29T16:18:22.474Z
75942026-08-29T16:18:22.474Zreplacing 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 } }]
75952026-08-29T16:18:22.474ZAug 29 16:18:21.070 Aug 29 16:18:21.070INFOAug 29 16:18:21.070 adding route 172.17.0.11/32 -> 10.0.0.255INFO
75962026-08-29T16:18:22.475Z adding route 172.17.0.33/32 -> 10.0.0.255DEBG
75972026-08-29T16:18:22.475Z 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 29 16:18:21.070
75982026-08-29T16:18:22.475Z DEBG Aug 29 16:18:21.070replacing 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 } }]
75992026-08-29T16:18:22.475ZDEBGAug 29 16:18:21.070 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 } }]
76002026-08-29T16:18:22.475ZINFO Aug 29 16:18:21.070adding route 172.17.0.3/32 -> 10.0.0.255
76012026-08-29T16:18:22.475ZINFO adding route 172.17.0.12/32 -> 10.0.0.255Aug 29 16:18:21.070
76022026-08-29T16:18:22.475Z INFOAug 29 16:18:21.070Aug 29 16:18:21.070 DEBGadding route 172.17.0.34/32 -> 10.0.0.255 DEBG
76032026-08-29T16:18:22.475Z replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
76042026-08-29T16:18:22.475Z
76052026-08-29T16:18:22.475ZAug 29 16:18:21.070 DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:18:21.070
76062026-08-29T16:18:22.475ZAug 29 16:18:21.070 INFO INFOAug 29 16:18:21.070adding route 172.17.0.4/32 -> 10.0.0.255 INFOadding route 172.17.0.13/32 -> 10.0.0.255
76072026-08-29T16:18:22.475Z
76082026-08-29T16:18:22.475Zadding route 172.17.0.35/32 -> 10.0.0.255
76092026-08-29T16:18:22.475ZAug 29 16:18:21.070 Aug 29 16:18:21.070Aug 29 16:18:21.070 DEBGDEBGDEBG 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.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 } }]
76102026-08-29T16:18:22.475Zreplacing 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 } }]
76112026-08-29T16:18:22.477Z
76122026-08-29T16:18:22.477ZAug 29 16:18:21.070 Aug 29 16:18:21.070INFOAug 29 16:18:21.070 adding route 172.17.0.14/32 -> 10.0.0.255INFO
76132026-08-29T16:18:22.477ZINFO adding route 172.17.0.5/32 -> 10.0.0.255
76142026-08-29T16:18:22.477Zadding route 172.17.0.36/32 -> 10.0.0.255
76152026-08-29T16:18:22.477ZAug 29 16:18:21.070 DEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:18:21.070
76162026-08-29T16:18:22.477Z DEBG Aug 29 16:18:21.070replacing 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 29 16:18:21.070DEBG
76172026-08-29T16:18:22.477Z INFO adding route 172.17.0.15/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 } }]
76182026-08-29T16:18:22.477Z
76192026-08-29T16:18:22.477ZAug 29 16:18:21.070 INFO Aug 29 16:18:21.070adding route 172.17.0.37/32 -> 10.0.0.255 Aug 29 16:18:21.070
76202026-08-29T16:18:22.477ZDEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
76212026-08-29T16:18:22.477Z adding route 172.17.0.6/32 -> 10.0.0.255Aug 29 16:18:21.070
76222026-08-29T16:18:22.477Z DEBG Aug 29 16:18:21.070 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 29 16:18:21.070
76232026-08-29T16:18:22.477Z DEBGadding route 172.17.0.16/32 -> 10.0.0.255
76242026-08-29T16:18:22.477Zreplacing 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 } }]
76252026-08-29T16:18:22.477ZAug 29 16:18:21.070 INFO Aug 29 16:18:21.070adding route 172.17.0.38/32 -> 10.0.0.255 Aug 29 16:18:21.070DEBG
76262026-08-29T16:18:22.477Z 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 } }]INFO
76272026-08-29T16:18:22.478Z adding route 172.17.0.7/32 -> 10.0.0.255
76282026-08-29T16:18:22.478ZAug 29 16:18:21.070 DEBGAug 29 16:18:21.070 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 } }]INFOAug 29 16:18:21.070
76292026-08-29T16:18:22.478Zadding route 172.17.0.17/32 -> 10.0.0.255DEBG
76302026-08-29T16:18:22.478Z 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 29 16:18:21.070Aug 29 16:18:21.070
76312026-08-29T16:18:22.478Z INFO DEBG adding route 172.17.0.39/32 -> 10.0.0.255Aug 29 16:18:21.070replacing 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 } }]
76322026-08-29T16:18:22.478Z
76332026-08-29T16:18:22.478ZINFO adding route 172.17.0.8/32 -> 10.0.0.255
76342026-08-29T16:18:22.478ZAug 29 16:18:21.070 DEBGAug 29 16:18:21.070Aug 29 16:18:21.070 INFODEBGreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.18/32 -> 10.0.0.255
76352026-08-29T16:18:22.478Zreplacing 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 } }]
76362026-08-29T16:18:22.478Z
76372026-08-29T16:18:22.478ZAug 29 16:18:21.070Aug 29 16:18:21.070 Aug 29 16:18:21.070DEBG INFO INFOreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76382026-08-29T16:18:22.478Z adding route 172.17.0.40/32 -> 10.0.0.255adding route 172.17.0.9/32 -> 10.0.0.255
76392026-08-29T16:18:22.478Z
76402026-08-29T16:18:22.478ZAug 29 16:18:21.070 INFO Aug 29 16:18:21.070adding route 172.17.0.19/32 -> 10.0.0.255 Aug 29 16:18:21.070
76412026-08-29T16:18:22.478ZDEBG DEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:18:21.070replacing 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 } }]
76422026-08-29T16:18:22.478Z
76432026-08-29T16:18:22.478ZDEBG 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 } }]
76442026-08-29T16:18:22.478ZAug 29 16:18:21.070 Aug 29 16:18:21.070Aug 29 16:18:21.070 INFOINFOINFO adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255
76452026-08-29T16:18:22.478Zadding route 172.17.0.41/32 -> 10.0.0.255
76462026-08-29T16:18:22.478Z
76472026-08-29T16:18:22.478ZAug 29 16:18:21.070 Aug 29 16:18:21.070DEBG DEBGreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76482026-08-29T16:18:22.478Zreplacing 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 29 16:18:21.070
76492026-08-29T16:18:22.478ZDEBG Aug 29 16:18:21.070 replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
76502026-08-29T16:18:22.478Z Aug 29 16:18:21.070adding route 172.17.0.21/32 -> 10.0.0.255
76512026-08-29T16:18:22.478ZINFO Aug 29 16:18:21.070Aug 29 16:18:21.070adding route 172.17.0.11/32 -> 10.0.0.255Aug 29 16:18:21.070
76522026-08-29T16:18:22.478ZDEBG 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 } }]
76532026-08-29T16:18:22.478ZINFOINFO Aug 29 16:18:21.070adding route 172.17.0.44/32 -> 10.0.0.255 adding route 172.17.0.42/32 -> 10.0.0.255DEBG
76542026-08-29T16:18:22.478Z
76552026-08-29T16:18:22.478Z Aug 29 16:18:21.070replacing 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 } }]
76562026-08-29T16:18:22.478Z INFO Aug 29 16:18:21.070adding route 172.17.0.22/32 -> 10.0.0.255 Aug 29 16:18:21.070DEBG
76572026-08-29T16:18:22.478ZAug 29 16:18:21.070INFO adding route 172.17.0.12/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 } }]DEBG
76582026-08-29T16:18:22.478ZAug 29 16:18:21.070
76592026-08-29T16:18:22.479ZDEBG 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.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 } }]
76602026-08-29T16:18:22.479Z
76612026-08-29T16:18:22.479ZAug 29 16:18:21.070 Aug 29 16:18:21.070DEBG 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 29 16:18:21.070INFO
76622026-08-29T16:18:22.479ZINFO adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255
76632026-08-29T16:18:22.479Z
76642026-08-29T16:18:22.479ZAug 29 16:18:21.070Aug 29 16:18:21.070 INFOINFOAug 29 16:18:21.070 Aug 29 16:18:21.070 adding route 172.17.0.13/32 -> 10.0.0.255 adding route 172.17.0.45/32 -> 10.0.0.255
76652026-08-29T16:18:22.479ZDEBG
76662026-08-29T16:18:22.479ZDEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 29 16:18:21.070
76672026-08-29T16:18:22.479Z
76682026-08-29T16:18:22.479Z 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 } }]
76692026-08-29T16:18:22.479ZAug 29 16:18:21.070 INFOAug 29 16:18:21.070Aug 29 16:18:21.070 Aug 29 16:18:21.070INFOadding route 172.17.0.24/32 -> 10.0.0.255
76702026-08-29T16:18:22.479ZINFOadding route 172.17.0.44/32 -> 10.0.0.255 adding route 172.17.0.14/32 -> 10.0.0.255DEBG
76712026-08-29T16:18:22.479Z
76722026-08-29T16:18:22.479Z 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 29 16:18:21.070Aug 29 16:18:21.070 Aug 29 16:18:21.070DEBG
76732026-08-29T16:18:22.479Z 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 } }] DEBG
76742026-08-29T16:18:22.480Z 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.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 } }]
76752026-08-29T16:18:22.480Z
76762026-08-29T16:18:22.480ZAug 29 16:18:21.070Aug 29 16:18:21.070 INFOINFO adding route 172.17.0.25/32 -> 10.0.0.255Aug 29 16:18:21.070adding route 172.17.0.46/32 -> 10.0.0.255
76772026-08-29T16:18:22.480Z Aug 29 16:18:21.070
76782026-08-29T16:18:22.480ZINFO Aug 29 16:18:21.070adding route 172.17.0.15/32 -> 10.0.0.255INFO
76792026-08-29T16:18:22.480ZAug 29 16:18:21.070 adding route 172.17.0.45/32 -> 10.0.0.255DEBG
76802026-08-29T16:18:22.480Z replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
76812026-08-29T16:18:22.480Z Aug 29 16:18:21.071Aug 29 16:18:21.071replacing 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 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 } }]
76822026-08-29T16:18:22.480ZAug 29 16:18:21.071replacing 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 } }]
76832026-08-29T16:18:22.480Z
76842026-08-29T16:18:22.480Z INFO adding route 172.17.0.26/32 -> 10.0.0.255
76852026-08-29T16:18:22.481ZAug 29 16:18:21.071Aug 29 16:18:21.071 INFO adding route 172.17.0.16/32 -> 10.0.0.255Aug 29 16:18:21.071 INFO adding route 172.17.0.47/32 -> 10.0.0.255
76862026-08-29T16:18:22.481Z
76872026-08-29T16:18:22.481Z INFO adding route 172.17.0.46/32 -> 10.0.0.255Aug 29 16:18:21.080 DEBG
76882026-08-29T16:18:22.481ZAug 29 16:18:21.080 Aug 29 16:18:21.080replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
76892026-08-29T16:18:22.481Z 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 } }]
76902026-08-29T16:18:22.482ZDEBGAug 29 16:18:21.080Aug 29 16:18:21.080 INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255
76912026-08-29T16:18:22.482Z
76922026-08-29T16:18:22.487Z 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 } }]
76932026-08-29T16:18:22.487ZAug 29 16:18:21.080 DEBGAug 29 16:18:21.080Aug 29 16:18:21.071Aug 29 16:18:21.080 INFOreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76942026-08-29T16:18:22.487Z adding route 172.17.0.47/32 -> 10.0.0.255DEBG
76952026-08-29T16:18:22.487Zreplacing 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 29 16:18:21.080DEBG
76962026-08-29T16:18:22.487Z INFOreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.49/32 -> 10.0.0.255
76972026-08-29T16:18:22.487Z
76982026-08-29T16:18:22.487ZAug 29 16:18:21.080Aug 29 16:18:21.080 DEBGINFOAug 29 16:18:21.080 Aug 29 16:18:21.080 adding route 172.17.0.27/32 -> 10.0.0.255INFODEBG
76992026-08-29T16:18:22.487Z replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.18/32 -> 10.0.0.255
77002026-08-29T16:18:22.487Z
77012026-08-29T16:18:22.487Zreplacing 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 29 16:18:21.080
77022026-08-29T16:18:22.487ZDEBG Aug 29 16:18:21.080replacing 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 29 16:18:21.080
77032026-08-29T16:18:22.487Z INFODEBG Aug 29 16:18:21.080replacing 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 } }]
77042026-08-29T16:18:22.487Zadding route 172.17.0.50/32 -> 10.0.0.255 Aug 29 16:18:21.080
77052026-08-29T16:18:22.488Z INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255Aug 29 16:18:21.080
77062026-08-29T16:18:22.488Zadding route 172.17.0.48/32 -> 10.0.0.255
77072026-08-29T16:18:22.488ZINFO Aug 29 16:18:21.080Aug 29 16:18:21.080 adding route 172.17.0.19/32 -> 10.0.0.255
77082026-08-29T16:18:22.489ZDEBG Aug 29 16:18:21.080DEBG 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 } }]DEBGreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77092026-08-29T16:18:22.489Z
77102026-08-29T16:18:22.489ZAug 29 16:18:21.080 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 } }]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 29 16:18:21.080
77112026-08-29T16:18:22.489Z
77122026-08-29T16:18:22.489ZAug 29 16:18:21.080 INFOINFO adding route 172.17.0.51/32 -> 10.0.0.255Aug 29 16:18:21.080
77132026-08-29T16:18:22.489Z adding route 172.17.0.29/32 -> 10.0.0.255Aug 29 16:18:21.080INFO
77142026-08-29T16:18:22.489Z adding route 172.17.0.49/32 -> 10.0.0.255INFO
77152026-08-29T16:18:22.489ZAug 29 16:18:21.080Aug 29 16:18:21.080 DEBGDEBG adding route 172.17.0.20/32 -> 10.0.0.255 replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
77162026-08-29T16:18:22.489Z
77172026-08-29T16:18:22.489Z
77182026-08-29T16:18:22.489ZAug 29 16:18:21.080 DEBGAug 29 16:18:21.080Aug 29 16:18:21.080 INFO DEBGAug 29 16:18:21.080replacing 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 } }]
77192026-08-29T16:18:22.489Zadding route 172.17.0.30/32 -> 10.0.0.255 INFO
77202026-08-29T16:18:22.489Z replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.52/32 -> 10.0.0.255
77212026-08-29T16:18:22.489Z
77222026-08-29T16:18:22.489ZAug 29 16:18:21.081Aug 29 16:18:21.081Aug 29 16:18:21.081 DEBGAug 29 16:18:21.081DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
77232026-08-29T16:18:22.489Z
77242026-08-29T16:18:22.489ZINFO adding route 172.17.0.21/32 -> 10.0.0.255INFOAug 29 16:18:21.081
77252026-08-29T16:18:22.489ZAug 29 16:18:21.081 INFO adding route 172.17.0.50/32 -> 10.0.0.255
77262026-08-29T16:18:22.489ZINFOadding route 172.17.0.31/32 -> 10.0.0.255Aug 29 16:18:21.081 DEBG
77272026-08-29T16:18:22.489Zadding route 172.17.0.53/32 -> 10.0.0.255 Aug 29 16:18:21.081
77282026-08-29T16:18:22.489Zreplacing 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 } }]
77292026-08-29T16:18:22.489ZDEBGAug 29 16:18:21.081 DEBG Aug 29 16:18:21.081 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 29 16:18:21.081DEBGreplacing 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 } }]
77302026-08-29T16:18:22.489ZINFO
77312026-08-29T16:18:22.489Zreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255
77322026-08-29T16:18:22.489ZAug 29 16:18:21.081
77332026-08-29T16:18:22.489Z Aug 29 16:18:21.081INFO INFOadding route 172.17.0.32/32 -> 10.0.0.255
77342026-08-29T16:18:22.489ZAug 29 16:18:21.081 Aug 29 16:18:21.081INFOadding route 172.17.0.51/32 -> 10.0.0.255 Aug 29 16:18:21.081adding route 172.17.0.54/32 -> 10.0.0.255 DEBG
77352026-08-29T16:18:22.489ZDEBG
77362026-08-29T16:18:22.489Zreplacing 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.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 } }]
77372026-08-29T16:18:22.489Z
77382026-08-29T16:18:22.489ZAug 29 16:18:21.081 Aug 29 16:18:21.081DEBG DEBGAug 29 16:18:21.081Aug 29 16:18:21.081replacing 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 } }]
77392026-08-29T16:18:22.489ZINFO adding route 172.17.0.33/32 -> 10.0.0.255INFO
77402026-08-29T16:18:22.489ZAug 29 16:18:21.081 INFOadding route 172.17.0.23/32 -> 10.0.0.255replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77412026-08-29T16:18:22.489ZAug 29 16:18:21.081
77422026-08-29T16:18:22.489Zadding route 172.17.0.55/32 -> 10.0.0.255
77432026-08-29T16:18:22.489ZDEBG 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 29 16:18:21.081
77442026-08-29T16:18:22.490Z Aug 29 16:18:21.081Aug 29 16:18:21.081 DEBGINFO Aug 29 16:18:21.081adding route 172.17.0.52/32 -> 10.0.0.255DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
77452026-08-29T16:18:22.490Z
77462026-08-29T16:18:22.490Z adding route 172.17.0.34/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 } }]
77472026-08-29T16:18:22.490Z
77482026-08-29T16:18:22.490ZAug 29 16:18:21.081 INFOAug 29 16:18:21.081Aug 29 16:18:21.081Aug 29 16:18:21.081 adding route 172.17.0.56/32 -> 10.0.0.255INFODEBG
77492026-08-29T16:18:22.490Z adding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77502026-08-29T16:18:22.490Z
77512026-08-29T16:18:22.490ZDEBG 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 29 16:18:21.081
77522026-08-29T16:18:22.490Z Aug 29 16:18:21.081Aug 29 16:18:21.081 DEBGDEBG INFOreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 29 16:18:21.081
77532026-08-29T16:18:22.490Zadding route 172.17.0.35/32 -> 10.0.0.255 INFO 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.53/32 -> 10.0.0.255Aug 29 16:18:21.081
77542026-08-29T16:18:22.490Z
77552026-08-29T16:18:22.490Z
77562026-08-29T16:18:22.490ZINFO Aug 29 16:18:21.081 adding route 172.17.0.25/32 -> 10.0.0.255Aug 29 16:18:21.081DEBG Aug 29 16:18:21.081
77572026-08-29T16:18:22.490Ztest route::tests::delete_targets_fragmented ... ok
77582026-08-29T16:18:22.490ZDEBG 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
77592026-08-29T16:18:22.490Zreplacing 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 } }]
77602026-08-29T16:18:22.490ZAug 29 16:18:21.081 adding route 172.17.0.57/32 -> 10.0.0.255DEBG
77612026-08-29T16:18:22.491Z Aug 29 16:18:21.081replacing 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 29 16:18:21.081 Aug 29 16:18:21.081INFO adding route 172.17.0.36/32 -> 10.0.0.255DEBGINFO
77622026-08-29T16:18:22.491Zadding route 172.17.0.54/32 -> 10.0.0.255replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77632026-08-29T16:18:22.491Z
77642026-08-29T16:18:22.491Ztest route::tests::delete_target_full ... ok
77652026-08-29T16:18:22.491Z
77662026-08-29T16:18:22.491Ztest route::tests::add_target_fails_full ... ok
77672026-08-29T16:18:22.491ZAug 29 16:18:21.081 DEBGAug 29 16:18:21.081Aug 29 16:18:21.081 INFOINFOAug 29 16:18:21.081 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.58/32 -> 10.0.0.255
77682026-08-29T16:18:22.491Z
77692026-08-29T16:18:22.491Zadding route 172.17.0.26/32 -> 10.0.0.255DEBG
77702026-08-29T16:18:22.491Z Aug 29 16:18:21.081replacing 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 29 16:18:21.081DEBG
77712026-08-29T16:18:22.491Z Aug 29 16:18:21.081INFO DEBG adding route 172.17.0.37/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 } }]
77722026-08-29T16:18:22.491Z
77732026-08-29T16:18:22.491Zreplacing 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 } }]
77742026-08-29T16:18:22.491ZAug 29 16:18:21.081 INFOAug 29 16:18:21.081Aug 29 16:18:21.081Aug 29 16:18:21.081 INFOINFODEBG adding route 172.17.0.27/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 } }]
77752026-08-29T16:18:22.491Z
77762026-08-29T16:18:22.491Zadding route 172.17.0.55/32 -> 10.0.0.255
77772026-08-29T16:18:22.491Zadding route 172.17.0.59/32 -> 10.0.0.255
77782026-08-29T16:18:22.491ZAug 29 16:18:21.081Aug 29 16:18:21.081 Aug 29 16:18:21.081 Aug 29 16:18:21.081DEBG INFODEBG 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 } }]
77792026-08-29T16:18:22.491Zreplacing 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.38/32 -> 10.0.0.255
77802026-08-29T16:18:22.491Z
77812026-08-29T16:18:22.491Z 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 } }]
77822026-08-29T16:18:22.491ZAug 29 16:18:21.081 Aug 29 16:18:21.081Aug 29 16:18:21.081INFO Aug 29 16:18:21.081DEBG INFOadding route 172.17.0.60/32 -> 10.0.0.255 replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
77832026-08-29T16:18:22.492Z
77842026-08-29T16:18:22.492Zadding route 172.17.0.28/32 -> 10.0.0.255
77852026-08-29T16:18:22.492ZAug 29 16:18:21.081adding route 172.17.0.56/32 -> 10.0.0.255Aug 29 16:18:21.081
77862026-08-29T16:18:22.492ZINFODEBG Aug 29 16:18:21.081 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.39/32 -> 10.0.0.255DEBG
77872026-08-29T16:18:22.492Z
77882026-08-29T16:18:22.492Z 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 } }]
77892026-08-29T16:18:22.492ZAug 29 16:18:21.081Aug 29 16:18:21.081Aug 29 16:18:21.081Aug 29 16:18:21.081 DEBGINFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.61/32 -> 10.0.0.255INFO
77902026-08-29T16:18:22.492Z adding route 172.17.0.29/32 -> 10.0.0.255
77912026-08-29T16:18:22.492ZDEBG
77922026-08-29T16:18:22.496Z 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 } }]
77932026-08-29T16:18:22.496ZAug 29 16:18:21.081Aug 29 16:18:21.081Aug 29 16:18:21.081 DEBGDEBG Aug 29 16:18:21.081INFOreplacing 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 } }]
77942026-08-29T16:18:22.496Zadding route 172.17.0.40/32 -> 10.0.0.255 INFO
77952026-08-29T16:18:22.496Zreplacing 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 } }]
77962026-08-29T16:18:22.496Z adding route 172.17.0.57/32 -> 10.0.0.255Aug 29 16:18:21.081
77972026-08-29T16:18:22.497Z Aug 29 16:18:21.081Aug 29 16:18:21.081DEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
77982026-08-29T16:18:22.497Z INFOadding route 172.17.0.30/32 -> 10.0.0.255
77992026-08-29T16:18:22.498Zadding route 172.17.0.62/32 -> 10.0.0.255Aug 29 16:18:21.081Aug 29 16:18:21.081 DEBGINFO
78002026-08-29T16:18:22.498ZAug 29 16:18:21.081adding route 172.17.0.41/32 -> 10.0.0.255replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78012026-08-29T16:18:22.498Z
78022026-08-29T16:18:22.498ZDEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:18:21.081Aug 29 16:18:21.081
78032026-08-29T16:18:22.498ZAug 29 16:18:21.081DEBG 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 } }] 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 } }]INFO
78042026-08-29T16:18:22.498Z
78052026-08-29T16:18:22.498Z Aug 29 16:18:21.081adding route 172.17.0.58/32 -> 10.0.0.255 INFO
78062026-08-29T16:18:22.498Z adding route 172.17.0.31/32 -> 10.0.0.255Aug 29 16:18:21.091 DEBG
78072026-08-29T16:18:22.498Z 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 } }]
78082026-08-29T16:18:22.498ZAug 29 16:18:21.081Aug 29 16:18:21.091 DEBGINFO failed to allocate space for the new target listAug 29 16:18:21.091
78092026-08-29T16:18:22.498Zadding route 172.17.0.59/32 -> 10.0.0.255 DEBG
78102026-08-29T16:18:22.498Z 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 } }]
78112026-08-29T16:18:22.498ZAug 29 16:18:21.091 DEBG Aug 29 16:18:21.091replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 Aug 29 16:18:21.091 DEBG adding route 172.17.0.32/32 -> 10.0.0.255replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78122026-08-29T16:18:22.498Z
78132026-08-29T16:18:22.498ZAug 29 16:18:21.091Aug 29 16:18:21.091 INFODEBG adding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78142026-08-29T16:18:22.498Z
78152026-08-29T16:18:22.498ZAug 29 16:18:21.091 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 } }]
78162026-08-29T16:18:22.498ZAug 29 16:18:21.091 INFO adding route 172.17.0.33/32 -> 10.0.0.255Aug 29 16:18:21.091
78172026-08-29T16:18:22.498Z DEBG failed to allocate space for the new target list
78182026-08-29T16:18:22.498ZAug 29 16:18:21.091 DEBG Aug 29 16:18:21.081replacing 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 } }]
78192026-08-29T16:18:22.498Z
78202026-08-29T16:18:22.498Z Aug 29 16:18:21.091INFO DEBG adding route 172.17.0.42/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.2, vlan_id: None } }]
78212026-08-29T16:18:22.498Z
78222026-08-29T16:18:22.498ZAug 29 16:18:21.091 INFO adding route 172.17.0.34/32 -> 10.0.0.255
78232026-08-29T16:18:22.498ZAug 29 16:18:21.091 DEBG Aug 29 16:18:21.091replacing 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 } }]
78242026-08-29T16:18:22.498ZDEBG 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 } }]
78252026-08-29T16:18:22.498ZAug 29 16:18:21.091 INFOAug 29 16:18:21.091 adding route 172.17.0.43/32 -> 10.0.0.255INFO
78262026-08-29T16:18:22.499Z adding route 172.17.0.35/32 -> 10.0.0.255
78272026-08-29T16:18:22.499ZAug 29 16:18:21.091 DEBGAug 29 16:18:21.091 replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
78282026-08-29T16:18:22.499Z 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 } }]
78292026-08-29T16:18:22.499ZAug 29 16:18:21.091 INFOAug 29 16:18:21.091 adding route 172.17.0.44/32 -> 10.0.0.255INFO
78302026-08-29T16:18:22.500Z adding route 172.17.0.36/32 -> 10.0.0.255
78312026-08-29T16:18:22.500ZAug 29 16:18:21.091 DEBGAug 29 16:18:21.091 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
78322026-08-29T16:18:22.500Z 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 } }]
78332026-08-29T16:18:22.500ZAug 29 16:18:21.091 INFOAug 29 16:18:21.091 adding route 172.17.0.45/32 -> 10.0.0.255INFO
78342026-08-29T16:18:22.500Z adding route 172.17.0.37/32 -> 10.0.0.255
78352026-08-29T16:18:22.500ZAug 29 16:18:21.091 Aug 29 16:18:21.091DEBG 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 } }]
78362026-08-29T16:18:22.500Zreplacing 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 } }]
78372026-08-29T16:18:22.500ZAug 29 16:18:21.091 Aug 29 16:18:21.091INFO INFOadding route 172.17.0.46/32 -> 10.0.0.255
78382026-08-29T16:18:22.500Zadding route 172.17.0.38/32 -> 10.0.0.255
78392026-08-29T16:18:22.500ZAug 29 16:18:21.091 DEBGAug 29 16:18:21.091 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 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 } }]
78402026-08-29T16:18:22.500Z
78412026-08-29T16:18:22.500ZAug 29 16:18:21.091 INFO adding route 172.17.0.47/32 -> 10.0.0.255Aug 29 16:18:21.091
78422026-08-29T16:18:22.500Z INFO adding route 172.17.0.39/32 -> 10.0.0.255
78432026-08-29T16:18:22.500ZAug 29 16:18:21.091 DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:18:21.091
78442026-08-29T16:18:22.500Z 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 } }]
78452026-08-29T16:18:22.500ZAug 29 16:18:21.091 INFO adding route 172.17.0.48/32 -> 10.0.0.255Aug 29 16:18:21.091
78462026-08-29T16:18:22.501Z INFO adding route 172.17.0.40/32 -> 10.0.0.255
78472026-08-29T16:18:22.501ZAug 29 16:18:21.091 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 29 16:18:21.091
78482026-08-29T16:18:22.501Z 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 } }]
78492026-08-29T16:18:22.501Ztest route::tests::delete_targets_full ... ok
78502026-08-29T16:18:22.501ZAug 29 16:18:21.091 INFO adding route 172.17.0.49/32 -> 10.0.0.255Aug 29 16:18:21.091
78512026-08-29T16:18:22.501Z INFO adding route 172.17.0.41/32 -> 10.0.0.255
78522026-08-29T16:18:22.501ZAug 29 16:18:21.091 DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:18:21.091
78532026-08-29T16:18:22.501Z 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 } }]
78542026-08-29T16:18:22.501ZAug 29 16:18:21.091 INFO adding route 172.17.0.50/32 -> 10.0.0.255Aug 29 16:18:21.091
78552026-08-29T16:18:22.501Z INFO adding route 172.17.0.42/32 -> 10.0.0.255
78562026-08-29T16:18:22.501ZAug 29 16:18:21.091 DEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:18:21.091
78572026-08-29T16:18:22.501Z 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 } }]
78582026-08-29T16:18:22.501ZAug 29 16:18:21.091Aug 29 16:18:21.091 INFO adding route 172.17.0.51/32 -> 10.0.0.255
78592026-08-29T16:18:22.501Z
78602026-08-29T16:18:22.501ZINFO adding route 172.17.0.43/32 -> 10.0.0.255
78612026-08-29T16:18:22.501ZAug 29 16:18:21.091 DEBGAug 29 16:18:21.091 replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
78622026-08-29T16:18:22.501Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
78632026-08-29T16:18:22.501Z 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 } }]
78642026-08-29T16:18:22.501Z
78652026-08-29T16:18:22.501Z
78662026-08-29T16:18:22.501ZAug 29 16:18:21.091 INFOAug 29 16:18:21.091 adding route 172.17.0.44/32 -> 10.0.0.255INFO
78672026-08-29T16:18:22.501Z adding route 172.17.0.52/32 -> 10.0.0.255
78682026-08-29T16:18:22.502Zrunning 0 tests
78692026-08-29T16:18:22.502ZAug 29 16:18:21.091 DEBGAug 29 16:18:21.091 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
78702026-08-29T16:18:22.502Z
78712026-08-29T16:18:22.502Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78722026-08-29T16:18:22.502Z
78732026-08-29T16:18:22.502Z 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 } }]
78742026-08-29T16:18:22.502ZAug 29 16:18:21.091 INFOAug 29 16:18:21.091 adding route 172.17.0.45/32 -> 10.0.0.255INFO
78752026-08-29T16:18:22.502Z adding route 172.17.0.53/32 -> 10.0.0.255
78762026-08-29T16:18:22.502ZAug 29 16:18:21.091 Aug 29 16:18:21.091DEBG 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 } }]
78772026-08-29T16:18:22.502Zreplacing 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 } }]
78782026-08-29T16:18:22.502ZAug 29 16:18:21.091 Aug 29 16:18:21.091INFO INFOadding route 172.17.0.46/32 -> 10.0.0.255
78792026-08-29T16:18:22.502Zadding route 172.17.0.54/32 -> 10.0.0.255
78802026-08-29T16:18:22.502ZAug 29 16:18:21.091 Aug 29 16:18:21.091DEBG 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 } }]
78812026-08-29T16:18:22.502Zreplacing 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 } }]
78822026-08-29T16:18:22.503ZAug 29 16:18:21.091Aug 29 16:18:21.091 INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255
78832026-08-29T16:18:22.503Z
78842026-08-29T16:18:22.503ZAug 29 16:18:21.091Aug 29 16:18:21.091 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.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 } }]
78852026-08-29T16:18:22.503Z
78862026-08-29T16:18:22.503ZAug 29 16:18:21.092Aug 29 16:18:21.092 INFOINFO adding route 172.17.0.56/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255
78872026-08-29T16:18:22.503Z
78882026-08-29T16:18:22.503ZAug 29 16:18:21.092Aug 29 16:18:21.092 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.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 } }]
78892026-08-29T16:18:22.503Z
78902026-08-29T16:18:22.503ZAug 29 16:18:21.092Aug 29 16:18:21.092 INFOINFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.57/32 -> 10.0.0.255
78912026-08-29T16:18:22.503Z
78922026-08-29T16:18:22.508ZAug 29 16:18:21.092Aug 29 16:18:21.092 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.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 } }]
78932026-08-29T16:18:22.508Z
78942026-08-29T16:18:22.508ZAug 29 16:18:21.092Aug 29 16:18:21.092 INFOINFO adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255
78952026-08-29T16:18:22.508Z
78962026-08-29T16:18:22.508ZAug 29 16:18:21.092Aug 29 16:18:21.092 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.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 } }]
78972026-08-29T16:18:22.509Z
78982026-08-29T16:18:22.509ZAug 29 16:18:21.092Aug 29 16:18:21.092 INFOINFO adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255
78992026-08-29T16:18:22.509Z
79002026-08-29T16:18:22.509ZAug 29 16:18:21.092Aug 29 16:18:21.092 DEBGDEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79012026-08-29T16:18:22.509Z
79022026-08-29T16:18:22.509ZAug 29 16:18:21.092Aug 29 16:18:21.092 INFOINFO adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255
79032026-08-29T16:18:22.509Z
79042026-08-29T16:18:22.509ZAug 29 16:18:21.092Aug 29 16:18:21.092 DEBGDEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79052026-08-29T16:18:22.509Z
79062026-08-29T16:18:22.509ZAug 29 16:18:21.092Aug 29 16:18:21.092 INFOINFO adding route 172.17.0.61/32 -> 10.0.0.255adding route 172.17.0.53/32 -> 10.0.0.255
79072026-08-29T16:18:22.509Z
79082026-08-29T16:18:22.509ZAug 29 16:18:21.092Aug 29 16:18:21.092 DEBGDEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
79092026-08-29T16:18:22.509Z
79102026-08-29T16:18:22.509ZAug 29 16:18:21.092Aug 29 16:18:21.092 INFOINFO adding route 172.17.0.62/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255
79112026-08-29T16:18:22.509Z
79122026-08-29T16:18:22.509ZAug 29 16:18:21.092Aug 29 16:18:21.092 DEBGDEBG replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
79132026-08-29T16:18:22.510Z
79142026-08-29T16:18:22.510ZAug 29 16:18:21.092Aug 29 16:18:21.092 INFOINFO adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.17.0.63/32 -> 10.0.0.255
79152026-08-29T16:18:22.510Z
79162026-08-29T16:18:22.510ZAug 29 16:18:21.092Aug 29 16:18:21.092 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.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 } }]
79172026-08-29T16:18:22.510Z
79182026-08-29T16:18:22.510ZAug 29 16:18:21.092Aug 29 16:18:21.092 INFODEBG adding route 172.17.0.56/32 -> 10.0.0.255failed to allocate space for the new target list
79192026-08-29T16:18:22.510Z
79202026-08-29T16:18:22.510ZAug 29 16:18:21.092Aug 29 16:18:21.092 DEBGDEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
79212026-08-29T16:18:22.510Z
79222026-08-29T16:18:22.510ZAug 29 16:18:21.092Aug 29 16:18:21.092 INFODEBG adding route 172.17.0.57/32 -> 10.0.0.255failed to allocate space for the new target list
79232026-08-29T16:18:22.510Z
79242026-08-29T16:18:22.510ZAug 29 16:18:21.092 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 } }]
79252026-08-29T16:18:22.510ZAug 29 16:18:21.092 INFO adding route 172.17.0.58/32 -> 10.0.0.255
79262026-08-29T16:18:22.510ZAug 29 16:18:21.092 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 } }]
79272026-08-29T16:18:22.510ZAug 29 16:18:21.092 INFO adding route 172.17.0.59/32 -> 10.0.0.255
79282026-08-29T16:18:22.511ZAug 29 16:18:21.092 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 } }]
79292026-08-29T16:18:22.511ZAug 29 16:18:21.092 INFO adding route 172.17.0.60/32 -> 10.0.0.255
79302026-08-29T16:18:22.511ZAug 29 16:18:21.092 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 } }]
79312026-08-29T16:18:22.511ZAug 29 16:18:21.092 DEBG failed to allocate space for the new target list
79322026-08-29T16:18:22.511ZAug 29 16:18:21.092 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 } }]
79332026-08-29T16:18:22.511Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-590acc8ba8a56e5a)
79342026-08-29T16:18:22.511Z Running unittests src/lib.rs (target/debug/deps/dpd_api-129626530bed4535)
79352026-08-29T16:18:22.511Z
79362026-08-29T16:18:22.511Zrunning 0 tests
79372026-08-29T16:18:22.511Z
79382026-08-29T16:18:22.511Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79392026-08-29T16:18:22.511Z
79402026-08-29T16:18:22.511Z Running unittests src/lib.rs (target/debug/deps/dpd_client-997b6ac0c3f3c24c)
79412026-08-29T16:18:22.511Z
79422026-08-29T16:18:22.511Zrunning 6 tests
79432026-08-29T16:18:22.511Ztest tests::test_full_lot_id_neither_present ... ok
79442026-08-29T16:18:22.511Ztest tests::test_full_lot_id_lotnum_only ... ok
79452026-08-29T16:18:22.512Ztest tests::test_full_lot_id_lot_only ... ok
79462026-08-29T16:18:22.512Ztest tests::test_full_lot_id_both_present ... ok
79472026-08-29T16:18:22.512Ztest tests::test_parse_client_port_id ... ok
79482026-08-29T16:18:22.512Ztest tests::test_port_id_cmp ... ok
79492026-08-29T16:18:22.512Z
79502026-08-29T16:18:22.512Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79512026-08-29T16:18:22.512Z Running tests/test_all.rs (target/debug/deps/test_all-27505f3949f0cd2c)
79522026-08-29T16:18:22.512Z
79532026-08-29T16:18:22.512Z
79542026-08-29T16:18:22.512Zrunning 0 tests
79552026-08-29T16:18:22.512Z
79562026-08-29T16:18:22.512Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79572026-08-29T16:18:22.512Z
79582026-08-29T16:18:22.512Z Running unittests src/lib.rs (target/debug/deps/dpd_types-9a1ffdc1254bfaa8)
79592026-08-29T16:18:22.512Z
79602026-08-29T16:18:22.512Zrunning 0 tests
79612026-08-29T16:18:22.512Z
79622026-08-29T16:18:22.513Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79632026-08-29T16:18:22.513Z
79642026-08-29T16:18:22.513Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-fbfe8a6c92a1a523)
79652026-08-29T16:18:22.513Z
79662026-08-29T16:18:22.513Zrunning 15 tests
79672026-08-29T16:18:22.513Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
79682026-08-29T16:18:22.513Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
79692026-08-29T16:18:22.513Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
79702026-08-29T16:18:22.513Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
79712026-08-29T16:18:22.513Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
79722026-08-29T16:18:22.513Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
79732026-08-29T16:18:22.513Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
79742026-08-29T16:18:22.513Ztest v1::network::tests::test_equal ... ok
79752026-08-29T16:18:22.513Ztest v1::network::tests::test_eui64 ... ok
79762026-08-29T16:18:22.513Ztest v1::network::tests::test_into ... ok
79772026-08-29T16:18:22.515Ztest v1::network::tests::test_not_equal ... ok
79782026-08-29T16:18:22.515Ztest v1::network::tests::test_to_string ... ok
79792026-08-29T16:18:22.515Ztest v1::port::tests::port_ids_are_ascii ... ok
79802026-08-29T16:18:22.515Ztest v1::network::tests::test_parse ... ok
79812026-08-29T16:18:22.515Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
79822026-08-29T16:18:22.516Z
79832026-08-29T16:18:22.516Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
79842026-08-29T16:18:22.516Z
79852026-08-29T16:18:22.516Z Running unittests src/lib.rs (target/debug/deps/packet-b7146b2a4ac94eed)
79862026-08-29T16:18:22.530Z
79872026-08-29T16:18:22.530Zrunning 12 tests
79882026-08-29T16:18:22.533Ztest icmp::test_v4_checksum ... ok
79892026-08-29T16:18:22.533Ztest icmp::test_v6_checksum ... ok
79902026-08-29T16:18:22.533Ztest lldp::test_lldp_parse ... ok
79912026-08-29T16:18:22.533Ztest pbuf::test_byte ... ok
79922026-08-29T16:18:22.533Ztest ipv6::test_ipv6_parse ... ok
79932026-08-29T16:18:22.533Ztest pbuf::test_nibble ... ok
79942026-08-29T16:18:22.533Ztest pbuf::test_short ... ok
79952026-08-29T16:18:22.533Ztest pbuf::test_overflow ... ok
79962026-08-29T16:18:22.533Ztest pbuf::test_word ... ok
79972026-08-29T16:18:22.533Ztest tcp::test_checksum_syn_nodata ... ok
79982026-08-29T16:18:22.533Ztest tcp::test_checksum_ack_data ... ok
79992026-08-29T16:18:22.533Ztest pbuf::test_twelve ... ok
80002026-08-29T16:18:22.533Z
80012026-08-29T16:18:22.533Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80022026-08-29T16:18:22.533Z
80032026-08-29T16:18:22.537Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
80042026-08-29T16:18:22.537Z
80052026-08-29T16:18:22.537Zrunning 0 tests
80062026-08-29T16:18:22.537Z
80072026-08-29T16:18:22.537Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80082026-08-29T16:18:22.537Z
80092026-08-29T16:18:22.537Z Running unittests src/main.rs (target/debug/deps/swadm-bcdfd33959ff28c7)
80102026-08-29T16:18:22.558Z
80112026-08-29T16:18:22.558Zrunning 5 tests
80122026-08-29T16:18:22.561Ztest switchport::test::test_compute_lanes ... ok
80132026-08-29T16:18:22.565Ztest switchport::test::port_id_ordering ... ok
80142026-08-29T16:18:22.565Ztest link::test_filter ... ok
80152026-08-29T16:18:22.565Z Lane 0 Lane 1 Lane 2 Lane 3
80162026-08-29T16:18:22.565Z Rx Loss-of-lock: Yes Yes Yes Yes
80172026-08-29T16:18:22.565Z Rx Loss-of-signal: Yes Yes Yes Yes
80182026-08-29T16:18:22.565Z Rx CDR Enabled: Yes Yes Yes Yes
80192026-08-29T16:18:22.565Z Tx Enabled: Yes Yes Yes Yes
80202026-08-29T16:18:22.565Z Lane 0 Tx Loss-of-lock: No No No Lane 1No
80212026-08-29T16:18:22.565ZLane 2 Tx Loss-of-signal: No Lane 3No
80222026-08-29T16:18:22.565Z No State: ActivatedNo
80232026-08-29T16:18:22.565ZActivated Tx CDR Enabled: NoActivated NoActivated
80242026-08-29T16:18:22.565ZNo No Rx Output Enabled: false
80252026-08-29T16:18:22.565Z false Tx Adaptive EQ Fault: No falseNo false
80262026-08-29T16:18:22.565ZNo Rx Output Status: validNo
80272026-08-29T16:18:22.565Zvalid Tx Fault: Yes validYes valid
80282026-08-29T16:18:22.565Z Rx Loss-of-lock: trueYes trueYes
80292026-08-29T16:18:22.565Ztrue true
80302026-08-29T16:18:22.566Z Rx Loss-of-signal: false false false false
80312026-08-29T16:18:22.566ZRx Auto-squelch Disable: true true true true
80322026-08-29T16:18:22.566Z Tx Output Enabled: true true true true
80332026-08-29T16:18:22.566Z Tx Output Status: invalid invalid invalid invalid
80342026-08-29T16:18:22.566Z Tx Loss-of-lock: false false false false
80352026-08-29T16:18:22.566Z Tx Loss-of-signal: true true true true
80362026-08-29T16:18:22.566ZTx Auto-squelch Disable: false false false false
80372026-08-29T16:18:22.566Z Tx Adaptive EQ Fail: true true true true
80382026-08-29T16:18:22.566Z Tx Failure: false false false false
80392026-08-29T16:18:22.566Z Tx Force Squelch: true true true true
80402026-08-29T16:18:22.566Z Tx Input Polarity: normal normal normal normal
80412026-08-29T16:18:22.570Ztest switchport::test::test_print_cmis_datapath ... ok
80422026-08-29T16:18:22.570Ztest switchport::test::test_print_sff_datapath ... ok
80432026-08-29T16:18:22.570Z
80442026-08-29T16:18:22.570Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
80452026-08-29T16:18:22.570Z
80462026-08-29T16:18:22.570Z Running tests/cli/main.rs (target/debug/deps/cli-abb6971d8239a246)
80472026-08-29T16:18:22.573Z
80482026-08-29T16:18:22.573Zrunning 7 tests
80492026-08-29T16:18:22.573Ztest counters::counters_list ... ignored
80502026-08-29T16:18:22.573Ztest link_apply::apply_tx_eq_all ... ignored
80512026-08-29T16:18:22.573Ztest link_apply::apply_tx_eq_custom ... ignored
80522026-08-29T16:18:22.573Ztest tx_eq::set_all_taps ... ignored
80532026-08-29T16:18:22.573Ztest tx_eq::set_partial_taps ... ignored
80542026-08-29T16:18:22.577Ztest cmd::test::pattern_statics ... ok
80552026-08-29T16:18:22.617Ztest link_apply::tx_eq_exclusive ... ok
80562026-08-29T16:18:22.617Z
80572026-08-29T16:18:22.621Ztest result: ok. 2 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.04s
80582026-08-29T16:18:22.621Z
80592026-08-29T16:18:22.621Z Running unittests src/main.rs (target/debug/deps/tfportd-d55b6e8bd10a525f)
80602026-08-29T16:18:22.624Z
80612026-08-29T16:18:22.624Zrunning 3 tests
80622026-08-29T16:18:22.627Ztest linklocal::test_parse_ipadm ... ok
80632026-08-29T16:18:22.627Ztest tfport::test_parse_tfport ... ok
80642026-08-29T16:18:22.627Ztest config::tests::test_updates ... ok
80652026-08-29T16:18:22.627Z
80662026-08-29T16:18:22.627Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80672026-08-29T16:18:22.627Z
80682026-08-29T16:18:22.627Z Running unittests src/main.rs (target/debug/deps/uplinkd-8872d4adf66e7b1b)
80692026-08-29T16:18:22.632Z
80702026-08-29T16:18:22.632Zrunning 0 tests
80712026-08-29T16:18:22.635Z
80722026-08-29T16:18:22.635Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80732026-08-29T16:18:22.636Z
80742026-08-29T16:18:22.636Z Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353)
80752026-08-29T16:18:22.640Z
80762026-08-29T16:18:22.640Zrunning 0 tests
80772026-08-29T16:18:22.640Z
80782026-08-29T16:18:22.640Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80792026-08-29T16:18:22.640Z
80802026-08-29T16:18:22.640Z Doc-tests aal
80812026-08-29T16:18:22.858Z
80822026-08-29T16:18:22.858Zrunning 0 tests
80832026-08-29T16:18:22.859Z
80842026-08-29T16:18:22.859Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80852026-08-29T16:18:22.859Z
80862026-08-29T16:18:22.883Z Doc-tests aal_macros
80872026-08-29T16:18:22.954Z
80882026-08-29T16:18:22.954Zrunning 0 tests
80892026-08-29T16:18:22.954Z
80902026-08-29T16:18:22.954Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80912026-08-29T16:18:22.954Z
80922026-08-29T16:18:22.965Z Doc-tests common
80932026-08-29T16:18:23.192Z
80942026-08-29T16:18:23.193Zrunning 0 tests
80952026-08-29T16:18:23.193Z
80962026-08-29T16:18:23.193Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80972026-08-29T16:18:23.193Z
80982026-08-29T16:18:23.219Z Doc-tests dpd_api
80992026-08-29T16:18:23.929Z
81002026-08-29T16:18:23.929Zrunning 2 tests
81012026-08-29T16:18:23.930Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
81022026-08-29T16:18:23.930Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
81032026-08-29T16:18:23.930Z
81042026-08-29T16:18:23.930Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81052026-08-29T16:18:23.930Z
81062026-08-29T16:18:23.960Z Doc-tests dpd_client
81072026-08-29T16:18:25.326Z
81082026-08-29T16:18:25.326Zrunning 0 tests
81092026-08-29T16:18:25.326Z
81102026-08-29T16:18:25.326Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81112026-08-29T16:18:25.326Z
81122026-08-29T16:18:25.381Z Doc-tests dpd_types
81132026-08-29T16:18:25.563Z
81142026-08-29T16:18:25.563Zrunning 0 tests
81152026-08-29T16:18:25.563Z
81162026-08-29T16:18:25.563Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81172026-08-29T16:18:25.563Z
81182026-08-29T16:18:25.587Z Doc-tests dpd_types_versions
81192026-08-29T16:18:27.089Z
81202026-08-29T16:18:27.090Zrunning 1 test
81212026-08-29T16:18:27.090Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
81222026-08-29T16:18:27.090Z
81232026-08-29T16:18:27.090Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
81242026-08-29T16:18:27.090Z
81252026-08-29T16:18:27.139Z Doc-tests packet
81262026-08-29T16:18:27.359Z
81272026-08-29T16:18:27.359Zrunning 0 tests
81282026-08-29T16:18:27.359Z
81292026-08-29T16:18:27.359Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81302026-08-29T16:18:27.359Z
81312026-08-29T16:18:27.386Z Doc-tests pcap
81322026-08-29T16:18:27.437Z
81332026-08-29T16:18:27.438Zrunning 0 tests
81342026-08-29T16:18:27.438Z
81352026-08-29T16:18:27.438Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81362026-08-29T16:18:27.438Z
81372026-08-29T16:18:27.486Z+ for feat in tofino_stub tofino_asic softnpu chaos
81382026-08-29T16:18:27.486Z+ RUST_BACKTRACE=full
81392026-08-29T16:18:27.486Z+ cargo test --features chaos --no-fail-fast
81402026-08-29T16:18:28.104Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
81412026-08-29T16:18:28.183Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
81422026-08-29T16:18:28.192Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
81432026-08-29T16:18:36.697Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
81442026-08-29T16:18:36.804Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
81452026-08-29T16:19:14.561Z Finished `test` profile [unoptimized + debuginfo] target(s) in 47.05s
81462026-08-29T16:19:14.675Z Running unittests src/lib.rs (target/debug/deps/aal-38ea820840cac455)
81472026-08-29T16:19:14.683Z
81482026-08-29T16:19:14.683Zrunning 0 tests
81492026-08-29T16:19:14.683Z
81502026-08-29T16:19:14.683Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81512026-08-29T16:19:14.683Z
81522026-08-29T16:19:14.687Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
81532026-08-29T16:19:14.690Z
81542026-08-29T16:19:14.690Zrunning 0 tests
81552026-08-29T16:19:14.690Z
81562026-08-29T16:19:14.690Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81572026-08-29T16:19:14.690Z
81582026-08-29T16:19:14.690Z Running unittests src/lib.rs (target/debug/deps/asic-fbbd3f473aded47c)
81592026-08-29T16:19:14.696Z
81602026-08-29T16:19:14.696Zrunning 0 tests
81612026-08-29T16:19:14.696Z
81622026-08-29T16:19:14.699Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81632026-08-29T16:19:14.699Z
81642026-08-29T16:19:14.700Z Running unittests src/lib.rs (target/debug/deps/common-f0fc91ad575fea74)
81652026-08-29T16:19:14.722Z
81662026-08-29T16:19:14.722Zrunning 4 tests
81672026-08-29T16:19:14.726Ztest nat::tests::test_vni ... ok
81682026-08-29T16:19:14.726Ztest network::tests::test_generate_ipv6_link_local ... ok
81692026-08-29T16:19:14.729Ztest test_purge ... ok
81702026-08-29T16:19:14.732Ztest illumos::test::address_exists_handles_missing_object ... ok
81712026-08-29T16:19:14.733Z
81722026-08-29T16:19:14.733Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
81732026-08-29T16:19:14.733Z
81742026-08-29T16:19:14.736Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-049fc7a9b9157ea9)
81752026-08-29T16:19:14.739Z
81762026-08-29T16:19:14.740Zrunning 1 test
81772026-08-29T16:19:14.743Z -------
81782026-08-29T16:19:14.743Z Generating OpenAPI documents from API definitions ...
81792026-08-29T16:19:14.885Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
81802026-08-29T16:19:14.965Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
81812026-08-29T16:19:15.988Z -------
81822026-08-29T16:19:15.988Z Checking 13 OpenAPI documents...
81832026-08-29T16:19:15.988Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
81842026-08-29T16:19:15.988Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
81852026-08-29T16:19:15.988Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
81862026-08-29T16:19:15.992Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
81872026-08-29T16:19:15.992Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
81882026-08-29T16:19:15.992Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
81892026-08-29T16:19:15.992Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
81902026-08-29T16:19:15.992Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
81912026-08-29T16:19:15.992Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
81922026-08-29T16:19:15.992Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
81932026-08-29T16:19:15.992Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
81942026-08-29T16:19:15.992Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
81952026-08-29T16:19:15.992Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
81962026-08-29T16:19:15.992Z Fresh dpd "latest" symlink
81972026-08-29T16:19:15.992Z -------
81982026-08-29T16:19:15.992Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
81992026-08-29T16:19:16.054Ztest test::test_apis_up_to_date ... ok
82002026-08-29T16:19:16.054Z
82012026-08-29T16:19:16.054Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.31s
82022026-08-29T16:19:16.054Z
82032026-08-29T16:19:16.114Z Running unittests src/main.rs (target/debug/deps/dpd-9c12dacd9659a21c)
82042026-08-29T16:19:16.121Z
82052026-08-29T16:19:16.121Zrunning 34 tests
82062026-08-29T16:19:16.124Ztest freemap::test_ordering ... ok
82072026-08-29T16:19:16.124Ztest config::tests::test_updates ... ok
82082026-08-29T16:19:16.124Ztest dhcpv6::tests::test_create_duid_bytes ... ok
82092026-08-29T16:19:16.125Ztest freemap::test_split ... ok
82102026-08-29T16:19:16.125Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
82112026-08-29T16:19:16.125Ztest macaddrs::tests::test_mac_offset ... ok
82122026-08-29T16:19:16.129Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
82132026-08-29T16:19:16.130Ztest macaddrs::tests::test_parse_port_id ... ok
82142026-08-29T16:19:16.130ZAug 29 16:19:14.778 DEBG created new freemapAug 29 16:19:14.778, unitDEBG: created new freemapfreemap_test, unit:
82152026-08-29T16:19:16.130Z freemap_test
82162026-08-29T16:19:16.130ZAug 29 16:19:14.778Aug 29 16:19:14.778 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test
82172026-08-29T16:19:16.130Z
82182026-08-29T16:19:16.130ZAug 29 16:19:14.778 DEBG Aug 29 16:19:14.778created new freemap Aug 29 16:19:14.778DEBG, unitDEBG :reset freemap , freemap_testunit :
82192026-08-29T16:19:16.130Ztest nat::test_mapping ... ok
82202026-08-29T16:19:16.130Z freemap_testAug 29 16:19:14.778reset freemap DEBG
82212026-08-29T16:19:16.130Z created new freemap, unit: freemap_test
82222026-08-29T16:19:16.130Z, unit: freemap_test
82232026-08-29T16:19:16.130ZAug 29 16:19:14.778 DEBG initted freemap. size: 128, unit: freemap_test
82242026-08-29T16:19:16.130ZAug 29 16:19:14.778 DEBG reset freemap, unit: freemap_test
82252026-08-29T16:19:16.130ZAug 29 16:19:14.778 DEBG initted freemap. size: 128, unit: freemap_test
82262026-08-29T16:19:16.130ZAug 29 16:19:14.778 DEBG reset freemap, unit: freemap_test
82272026-08-29T16:19:16.130Ztest freemap::test_exhaustion ... ok
82282026-08-29T16:19:16.130Ztest freemap::test_reclaim ... ok
82292026-08-29T16:19:16.130Ztest freemap::test_free ... ok
82302026-08-29T16:19:16.130Ztest freemap::test_basic ... ok
82312026-08-29T16:19:16.130Ztest port_map::tests::test_backplane_group ... ok
82322026-08-29T16:19:16.130Ztest port_map::tests::test_port_map ... ok
82332026-08-29T16:19:16.130Ztest port_map::tests::dump_map ... ok
82342026-08-29T16:19:16.130ZAug 29 16:19:14.779 DEBG created new freemap, unit: freemap_test
82352026-08-29T16:19:16.130ZAug 29 16:19:14.779 DEBG initted freemap. size: 8, unit: freemap_test
82362026-08-29T16:19:16.130ZAug 29 16:19:14.779 DEBG reset freemap, unit: freemap_test
82372026-08-29T16:19:16.130Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
82382026-08-29T16:19:16.130Ztest api_server::tests::test_build_info ... ok
82392026-08-29T16:19:16.131ZAug 29 16:19:14.779 DEBG created new freemap, unit: freemap_test
82402026-08-29T16:19:16.131ZAug 29 16:19:14.779 DEBG initted freemap. size: 128, unit: freemap_test
82412026-08-29T16:19:16.131ZAug 29 16:19:14.779 DEBG reset freemap, unit: freemap_test
82422026-08-29T16:19:16.131ZAug 29 16:19:14.779 DEBG created new freemap, unit: freemap_route_ipv4
82432026-08-29T16:19:16.131ZAug 29 16:19:14.779 DEBG created new freemap, unit: freemap_route_ipv6
82442026-08-29T16:19:16.131ZAug 29 16:19:14.779 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
82452026-08-29T16:19:16.131ZAug 29 16:19:14.779 DEBG reset freemap, unit: freemap_route_ipv4
82462026-08-29T16:19:16.131ZAug 29 16:19:14.779 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
82472026-08-29T16:19:16.131ZAug 29 16:19:14.779 Aug 29 16:19:14.779DEBG DEBGcreated new freemap reset freemap, , unitunit:: freemap_route_ipv4freemap_route_ipv6
82482026-08-29T16:19:16.131Z
82492026-08-29T16:19:16.131ZAug 29 16:19:14.779 INFOAug 29 16:19:14.779 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
82502026-08-29T16:19:16.131Z created new freemap, unit:Aug 29 16:19:14.779 freemap_route_ipv6DEBG
82512026-08-29T16:19:16.131Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
82522026-08-29T16:19:16.131ZAug 29 16:19:14.779 DEBG Aug 29 16:19:14.779initted freemap. size: 64 , INFOunit :adding route 3fff:dead::/64 -> 2001:db8::55:2
82532026-08-29T16:19:16.131Zfreemap_route_ipv4
82542026-08-29T16:19:16.131ZAug 29 16:19:14.779Aug 29 16:19:14.779 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]reset freemap
82552026-08-29T16:19:16.131Z, unit: freemap_route_ipv4
82562026-08-29T16:19:16.131ZAug 29 16:19:14.780 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
82572026-08-29T16:19:16.131ZAug 29 16:19:14.780 DEBG reset freemap, unit: freemap_route_ipv6
82582026-08-29T16:19:16.131ZAug 29 16:19:14.780 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
82592026-08-29T16:19:16.131ZAug 29 16:19:14.780 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 } }]
82602026-08-29T16:19:16.131ZAug 29 16:19:14.780 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
82612026-08-29T16:19:16.131ZAug 29 16:19:14.780 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 } }]
82622026-08-29T16:19:16.131ZAug 29 16:19:14.780 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
82632026-08-29T16:19:16.131ZAug 29 16:19:14.780 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 } }]
82642026-08-29T16:19:16.131ZAug 29 16:19:14.780 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
82652026-08-29T16:19:16.131ZAug 29 16:19:14.780 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 } }]
82662026-08-29T16:19:16.131ZAug 29 16:19:14.780 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 29 16:19:14.780
82672026-08-29T16:19:16.132Z DEBG created new freemap, Aug 29 16:19:14.780unit :DEBG freemap_route_ipv4replacing 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 } }]
82682026-08-29T16:19:16.132Z
82692026-08-29T16:19:16.132ZAug 29 16:19:14.780Aug 29 16:19:14.780 INFODEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffcreated new freemap
82702026-08-29T16:19:16.132Z, unit: Aug 29 16:19:14.780freemap_route_ipv6
82712026-08-29T16:19:16.132ZDEBG 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 } }]
82722026-08-29T16:19:16.132ZAug 29 16:19:14.780 DEBG initted freemap. size: 64Aug 29 16:19:14.780, unitINFO: adding route 3fff:beef:5::/64 -> 2001:db8::55:fffreemap_route_ipv4
82732026-08-29T16:19:16.132Z
82742026-08-29T16:19:16.132ZAug 29 16:19:14.780Aug 29 16:19:14.780 DEBGDEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap
82752026-08-29T16:19:16.132Z, unit: freemap_route_ipv4Aug 29 16:19:14.780
82762026-08-29T16:19:16.132Z INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
82772026-08-29T16:19:16.132ZAug 29 16:19:14.780 DEBG initted freemap. size: 64Aug 29 16:19:14.780, 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 } }]freemap_route_ipv6
82782026-08-29T16:19:16.132Z
82792026-08-29T16:19:16.132ZAug 29 16:19:14.780Aug 29 16:19:14.780 INFODEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ffreset freemap
82802026-08-29T16:19:16.132Z, unit:Aug 29 16:19:14.780 freemap_route_ipv6DEBG
82812026-08-29T16:19:16.132Z 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 } }]
82822026-08-29T16:19:16.132ZAug 29 16:19:14.780 INFOAug 29 16:19:14.780 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
82832026-08-29T16:19:16.132Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
82842026-08-29T16:19:16.132ZAug 29 16:19:14.780 Aug 29 16:19:14.780DEBG 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 } }]
82852026-08-29T16:19:16.132Zreplacing 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 } }]
82862026-08-29T16:19:16.132ZAug 29 16:19:14.780Aug 29 16:19:14.780 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
82872026-08-29T16:19:16.132Z
82882026-08-29T16:19:16.132ZAug 29 16:19:14.780Aug 29 16:19:14.780 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef: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-29T16:19:16.132Z
82902026-08-29T16:19:16.132ZAug 29 16:19:14.780Aug 29 16:19:14.780 INFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff
82912026-08-29T16:19:16.132Z
82922026-08-29T16:19:16.132ZAug 29 16:19:14.780Aug 29 16:19:14.780 DEBGDEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82932026-08-29T16:19:16.132Z
82942026-08-29T16:19:16.132ZAug 29 16:19:14.780Aug 29 16:19:14.780 INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
82952026-08-29T16:19:16.133Z
82962026-08-29T16:19:16.133ZAug 29 16:19:14.780Aug 29 16:19:14.780 DEBGDEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
82972026-08-29T16:19:16.133Z
82982026-08-29T16:19:16.133ZAug 29 16:19:14.780Aug 29 16:19:14.780 INFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
82992026-08-29T16:19:16.133Z
83002026-08-29T16:19:16.133ZAug 29 16:19:14.780Aug 29 16:19:14.780 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: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 } }]
83012026-08-29T16:19:16.133Z
83022026-08-29T16:19:16.133ZAug 29 16:19:14.780Aug 29 16:19:14.780 INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
83032026-08-29T16:19:16.133Z
83042026-08-29T16:19:16.133ZAug 29 16:19:14.780Aug 29 16:19:14.780 DEBGDEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
83052026-08-29T16:19:16.133Z
83062026-08-29T16:19:16.133ZAug 29 16:19:14.780Aug 29 16:19:14.780 INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
83072026-08-29T16:19:16.133Z
83082026-08-29T16:19:16.133ZAug 29 16:19:14.780Aug 29 16:19:14.780 DEBGDEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
83092026-08-29T16:19:16.133Z
83102026-08-29T16:19:16.133ZAug 29 16:19:14.780Aug 29 16:19:14.780 INFOINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
83112026-08-29T16:19:16.133Z
83122026-08-29T16:19:16.138ZAug 29 16:19:14.780Aug 29 16:19:14.780 DEBGDEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
83132026-08-29T16:19:16.138Z
83142026-08-29T16:19:16.138ZAug 29 16:19:14.780Aug 29 16:19:14.780 INFOINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
83152026-08-29T16:19:16.138Z
83162026-08-29T16:19:16.138ZAug 29 16:19:14.780Aug 29 16:19:14.780 DEBGDEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
83172026-08-29T16:19:16.138Z
83182026-08-29T16:19:16.138ZAug 29 16:19:14.780Aug 29 16:19:14.780 INFOINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
83192026-08-29T16:19:16.138Z
83202026-08-29T16:19:16.138ZAug 29 16:19:14.780 Aug 29 16:19:14.780INFO Aug 29 16:19:14.780 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 DEBG
83212026-08-29T16:19:16.138Z replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
83222026-08-29T16:19:16.138Z
83232026-08-29T16:19:16.138Ztest port_map::tests::parse_softnpu_revision ... ok
83242026-08-29T16:19:16.138ZAug 29 16:19:14.780 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 29 16:19:14.780
83252026-08-29T16:19:16.138Z Aug 29 16:19:14.780INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFO
83262026-08-29T16:19:16.138Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 29 16:19:14.780
83272026-08-29T16:19:16.138Z INFOAug 29 16:19:14.780 adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 29 16:19:14.780
83282026-08-29T16:19:16.138Z DEBGDEBG Aug 29 16:19:14.780 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 } }]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 } }]
83292026-08-29T16:19:16.138Z
83302026-08-29T16:19:16.138Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
83312026-08-29T16:19:16.138ZAug 29 16:19:14.780Aug 29 16:19:14.780 INFOINFO Aug 29 16:19:14.780adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
83322026-08-29T16:19:16.139ZINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff
83332026-08-29T16:19:16.139Z
83342026-08-29T16:19:16.139ZAug 29 16:19:14.780 DEBGAug 29 16:19:14.780Aug 29 16:19:14.780 DEBGDEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83352026-08-29T16:19:16.139Ztest freemap::test_span ... ok
83362026-08-29T16:19:16.139Zreplacing 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::/64 with: [NextHop { asic_port_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-29T16:19:16.139Z
83382026-08-29T16:19:16.139ZAug 29 16:19:14.780 Aug 29 16:19:14.780INFO Aug 29 16:19:14.780 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFO
83392026-08-29T16:19:16.139Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
83402026-08-29T16:19:16.139Zadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
83412026-08-29T16:19:16.139ZAug 29 16:19:14.780Aug 29 16:19:14.780 Aug 29 16:19:14.780DEBG 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
83422026-08-29T16:19:16.139Zreplacing 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 } }]
83432026-08-29T16:19:16.139Zreplacing 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-29T16:19:16.139ZAug 29 16:19:14.780 INFO Aug 29 16:19:14.780adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
83452026-08-29T16:19:16.139ZINFOAug 29 16:19:14.780 adding route 3fff:beef:2::/64 -> 2001:db8::55:ffINFO
83462026-08-29T16:19:16.139ZAug 29 16:19:14.780 DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
83472026-08-29T16:19:16.139ZAug 29 16:19:14.780replacing 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 } }] DEBGAug 29 16:19:14.780
83482026-08-29T16:19:16.139Z 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
83492026-08-29T16:19:16.139ZAug 29 16:19:14.780 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 } }]
83502026-08-29T16:19:16.139ZINFO Aug 29 16:19:14.780adding route 3fff:beef:16::/64 -> 2001:db8::55:ff Aug 29 16:19:14.780INFO
83512026-08-29T16:19:16.139Z INFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
83522026-08-29T16:19:16.139Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
83532026-08-29T16:19:16.139ZAug 29 16:19:14.780Aug 29 16:19:14.780 Aug 29 16:19:14.780 DEBGDEBGAug 29 16:19:14.780 DEBG created new freemap, unit: freemap_route_ipv4
83542026-08-29T16:19:16.139ZDEBGAug 29 16:19:14.780 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
83552026-08-29T16:19:16.139Z created new freemap, unit: Aug 29 16:19:14.780freemap_route_ipv6
83562026-08-29T16:19:16.139ZINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
83572026-08-29T16:19:16.139ZAug 29 16:19:14.780 DEBG Aug 29 16:19:14.780initted freemap. size: 64 , DEBGunit :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 } }]
83582026-08-29T16:19:16.139Zfreemap_route_ipv4
83592026-08-29T16:19:16.139ZAug 29 16:19:14.780 INFOAug 29 16:19:14.780 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG
83602026-08-29T16:19:16.140Z reset freemap, unit:Aug 29 16:19:14.780 freemap_route_ipv4DEBG
83612026-08-29T16:19:16.140Z 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 } }]
83622026-08-29T16:19:16.140ZAug 29 16:19:14.780 DEBGAug 29 16:19:14.780 initted freemap. size: 64INFO, unitadding route 3fff:beef:19::/64 -> 2001:db8::55:ff:
83632026-08-29T16:19:16.140Z freemap_route_ipv6
83642026-08-29T16:19:16.140ZAug 29 16:19:14.780 DEBGAug 29 16:19:14.780 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
83652026-08-29T16:19:16.140Z reset freemap, unit:Aug 29 16:19:14.780 freemap_route_ipv6INFO
83662026-08-29T16:19:16.140Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
83672026-08-29T16:19:16.140ZAug 29 16:19:14.780 INFOAug 29 16:19:14.780 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
83682026-08-29T16:19:16.140Z 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 } }]
83692026-08-29T16:19:16.140ZAug 29 16:19:14.780 DEBGAug 29 16:19:14.780 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO
83702026-08-29T16:19:16.140Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
83712026-08-29T16:19:16.140ZAug 29 16:19:14.780 INFOAug 29 16:19:14.780 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
83722026-08-29T16:19:16.140Z 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 } }]
83732026-08-29T16:19:16.140ZAug 29 16:19:14.780Aug 29 16:19:14.780 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 } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
83742026-08-29T16:19:16.140Z
83752026-08-29T16:19:16.140ZAug 29 16:19:14.780Aug 29 16:19:14.780 DEBGINFO replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
83762026-08-29T16:19:16.140Z
83772026-08-29T16:19:16.140ZAug 29 16:19:14.780Aug 29 16:19:14.780 INFODEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
83782026-08-29T16:19:16.140Z
83792026-08-29T16:19:16.140ZAug 29 16:19:14.780Aug 29 16:19:14.780 DEBGINFO replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
83802026-08-29T16:19:16.140Z
83812026-08-29T16:19:16.140ZAug 29 16:19:14.780Aug 29 16:19:14.780 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:1e::/64 -> 2001:db8::55:ff
83822026-08-29T16:19:16.140Z
83832026-08-29T16:19:16.140ZAug 29 16:19:14.780Aug 29 16:19:14.780 INFODEBG adding route 3fff:beef::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83842026-08-29T16:19:16.140Z
83852026-08-29T16:19:16.140ZAug 29 16:19:14.780Aug 29 16:19:14.780 DEBGINFO replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
83862026-08-29T16:19:16.140Z
83872026-08-29T16:19:16.140ZAug 29 16:19:14.780Aug 29 16:19:14.780 INFODEBG adding route 3fff:beef:1::/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 } }]
83882026-08-29T16:19:16.141Z
83892026-08-29T16:19:16.141ZAug 29 16:19:14.780Aug 29 16:19:14.780 DEBGINFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
83902026-08-29T16:19:16.141Z
83912026-08-29T16:19:16.141ZAug 29 16:19:14.780Aug 29 16:19:14.780 DEBGINFO replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
83922026-08-29T16:19:16.141Z
83932026-08-29T16:19:16.141ZAug 29 16:19:14.780 Aug 29 16:19:14.780DEBG INFOreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83942026-08-29T16:19:16.141Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
83952026-08-29T16:19:16.141ZAug 29 16:19:14.780Aug 29 16:19:14.780 INFODEBG adding route 3fff:beef:3::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83962026-08-29T16:19:16.141Z
83972026-08-29T16:19:16.141ZAug 29 16:19:14.780Aug 29 16:19:14.780 DEBGINFO replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
83982026-08-29T16:19:16.141Z
83992026-08-29T16:19:16.141ZAug 29 16:19:14.780Aug 29 16:19:14.780 INFODEBG adding route 3fff:beef:4::/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 } }]
84002026-08-29T16:19:16.141Z
84012026-08-29T16:19:16.141Z Aug 29 16:19:14.780Aug 29 16:19:14.780 INFODEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
84022026-08-29T16:19:16.141Zreplacing 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 } }]
84032026-08-29T16:19:16.141Z Aug 29 16:19:14.780replacing 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 } }]
84042026-08-29T16:19:16.141Z INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 29 16:19:14.780
84052026-08-29T16:19:16.141ZINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
84062026-08-29T16:19:16.141ZAug 29 16:19:14.780 Aug 29 16:19:14.780Aug 29 16:19:14.780 DEBGDEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
84072026-08-29T16:19:16.141Z
84082026-08-29T16:19:16.141ZDEBG 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 } }]
84092026-08-29T16:19:16.141ZAug 29 16:19:14.780Aug 29 16:19:14.780Aug 29 16:19:14.780 INFO INFOINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
84102026-08-29T16:19:16.141Z
84112026-08-29T16:19:16.141Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
84122026-08-29T16:19:16.146ZAug 29 16:19:14.780 Aug 29 16:19:14.780DEBG DEBGAug 29 16:19:14.780replacing 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 } }]
84132026-08-29T16:19:16.146Zreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
84142026-08-29T16:19:16.146Zreplacing 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 } }]
84152026-08-29T16:19:16.146ZAug 29 16:19:14.780 INFOAug 29 16:19:14.780Aug 29 16:19:14.780 INFOINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
84162026-08-29T16:19:16.146Z
84172026-08-29T16:19:16.146Z
84182026-08-29T16:19:16.146ZAug 29 16:19:14.780Aug 29 16:19:14.780 Aug 29 16:19:14.780DEBG 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:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
84192026-08-29T16:19:16.146Z
84202026-08-29T16:19:16.146Z
84212026-08-29T16:19:16.146ZAug 29 16:19:14.780Aug 29 16:19:14.780Aug 29 16:19:14.780 INFO INFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
84222026-08-29T16:19:16.146Z
84232026-08-29T16:19:16.146Z
84242026-08-29T16:19:16.147ZAug 29 16:19:14.781Aug 29 16:19:14.781 Aug 29 16:19:14.781DEBGDEBG 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 } }]DEBGreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84252026-08-29T16:19:16.147Zreplacing 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 } }]
84262026-08-29T16:19:16.147Z
84272026-08-29T16:19:16.147ZAug 29 16:19:14.781Aug 29 16:19:14.781 INFOINFOAug 29 16:19:14.781 adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
84282026-08-29T16:19:16.147Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ffINFO
84292026-08-29T16:19:16.147Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 29 16:19:14.781
84302026-08-29T16:19:16.147Z 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 } }]
84312026-08-29T16:19:16.147ZAug 29 16:19:14.781Aug 29 16:19:14.781 Aug 29 16:19:14.781DEBG 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 } }]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 } }]
84322026-08-29T16:19:16.147Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
84332026-08-29T16:19:16.147Z
84342026-08-29T16:19:16.147ZAug 29 16:19:14.781Aug 29 16:19:14.781 Aug 29 16:19:14.781INFO DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
84352026-08-29T16:19:16.147Z 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
84362026-08-29T16:19:16.147Z Aug 29 16:19:14.781adding route 3fff:beef:12::/64 -> 2001:db8::55:ff DEBG
84372026-08-29T16:19:16.147Z 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 29 16:19:14.781
84382026-08-29T16:19:16.147Z Aug 29 16:19:14.781INFO DEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 29 16:19:14.781
84392026-08-29T16:19:16.147Z 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 } }]
84402026-08-29T16:19:16.147Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
84412026-08-29T16:19:16.147ZAug 29 16:19:14.781Aug 29 16:19:14.781Aug 29 16:19:14.781 DEBGDEBG INFOreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84422026-08-29T16:19:16.147Zreplacing 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 } }]
84432026-08-29T16:19:16.147Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
84442026-08-29T16:19:16.147ZAug 29 16:19:14.781Aug 29 16:19:14.781 INFOAug 29 16:19:14.781 INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
84452026-08-29T16:19:16.147Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
84462026-08-29T16:19:16.147ZDEBG 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 29 16:19:14.781
84472026-08-29T16:19:16.147Z Aug 29 16:19:14.781DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
84482026-08-29T16:19:16.147Z Aug 29 16:19:14.781replacing 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 } }]
84492026-08-29T16:19:16.147ZINFOAug 29 16:19:14.781 adding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFO
84502026-08-29T16:19:16.147Z Aug 29 16:19:14.781adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
84512026-08-29T16:19:16.147ZINFO Aug 29 16:19:14.781adding route 3fff:beef:c::/64 -> 2001:db8::55:ff Aug 29 16:19:14.781
84522026-08-29T16:19:16.148Z 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: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 } }]
84532026-08-29T16:19:16.148ZAug 29 16:19:14.781
84542026-08-29T16:19:16.148Z 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 } }]
84552026-08-29T16:19:16.148ZAug 29 16:19:14.781Aug 29 16:19:14.781 INFO INFOAug 29 16:19:14.781adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
84562026-08-29T16:19:16.148Z INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
84572026-08-29T16:19:16.148Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 29 16:19:14.781
84582026-08-29T16:19:16.148Z DEBGAug 29 16:19:14.781 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 29 16:19:14.781DEBG
84592026-08-29T16:19:16.148Z 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 } }]
84602026-08-29T16:19:16.148Zreplacing 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 } }]
84612026-08-29T16:19:16.148ZAug 29 16:19:14.781Aug 29 16:19:14.781 Aug 29 16:19:14.781INFOINFO INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
84622026-08-29T16:19:16.148Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
84632026-08-29T16:19:16.148Z
84642026-08-29T16:19:16.148ZAug 29 16:19:14.781Aug 29 16:19:14.781Aug 29 16:19:14.781 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: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
84652026-08-29T16:19:16.148Z
84662026-08-29T16:19:16.148Z 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 29 16:19:14.781Aug 29 16:19:14.781
84672026-08-29T16:19:16.148Z INFO INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 29 16:19:14.781
84682026-08-29T16:19:16.148ZINFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
84692026-08-29T16:19:16.148Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
84702026-08-29T16:19:16.148ZAug 29 16:19:14.781Aug 29 16:19:14.781 Aug 29 16:19:14.781DEBGDEBG 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 } }]
84712026-08-29T16:19:16.148Zreplacing 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
84722026-08-29T16:19:16.148Z 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 } }]
84732026-08-29T16:19:16.148ZAug 29 16:19:14.781Aug 29 16:19:14.781 INFOINFOAug 29 16:19:14.781 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
84742026-08-29T16:19:16.148Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
84752026-08-29T16:19:16.148Z
84762026-08-29T16:19:16.148ZAug 29 16:19:14.781Aug 29 16:19:14.781Aug 29 16:19:14.781 DEBGDEBG 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 } }] 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: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 } }]
84772026-08-29T16:19:16.148Z
84782026-08-29T16:19:16.148Z
84792026-08-29T16:19:16.148ZAug 29 16:19:14.781 Aug 29 16:19:14.781Aug 29 16:19:14.781 INFOINFOINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
84802026-08-29T16:19:16.149Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
84812026-08-29T16:19:16.149Z
84822026-08-29T16:19:16.149ZAug 29 16:19:14.781 DEBG Aug 29 16:19:14.781Aug 29 16:19:14.781replacing 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 } }]
84832026-08-29T16:19:16.149ZDEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
84842026-08-29T16:19:16.149Z 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 29 16:19:14.781
84852026-08-29T16:19:16.149ZAug 29 16:19:14.781INFO INFOadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
84862026-08-29T16:19:16.149ZAug 29 16:19:14.781adding route 3fff:beef:31::/64 -> 2001:db8::55:ff INFO
84872026-08-29T16:19:16.149Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 29 16:19:14.781
84882026-08-29T16:19:16.149ZAug 29 16:19:14.781 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 } }]
84892026-08-29T16:19:16.149Zreplacing 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 } }]
84902026-08-29T16:19:16.149Z
84912026-08-29T16:19:16.149ZAug 29 16:19:14.781 INFOAug 29 16:19:14.781 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBGAug 29 16:19:14.781
84922026-08-29T16:19:16.149Z Aug 29 16:19:14.781INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
84932026-08-29T16:19:16.149ZINFOAug 29 16:19:14.781 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:32::/64 -> 2001:db8::55:ff
84942026-08-29T16:19:16.149ZDEBGAug 29 16:19:14.781
84952026-08-29T16:19:16.149Z 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 } }]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 } }]
84962026-08-29T16:19:16.149Z
84972026-08-29T16:19:16.149ZAug 29 16:19:14.781 Aug 29 16:19:14.781DEBG Aug 29 16:19:14.781Aug 29 16:19:14.781 INFO INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
84982026-08-29T16:19:16.149ZINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
84992026-08-29T16:19:16.149Zreplacing 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 29 16:19:14.781
85002026-08-29T16:19:16.149Z Aug 29 16:19:14.781DEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
85012026-08-29T16:19:16.149Z
85022026-08-29T16:19:16.149Z 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 29 16:19:14.781
85032026-08-29T16:19:16.149Z Aug 29 16:19:14.781DEBG Aug 29 16:19:14.781INFO Aug 29 16:19:14.781adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
85042026-08-29T16:19:16.149ZINFO INFOadding route 3fff:beef:33::/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 } }]
85052026-08-29T16:19:16.149ZAug 29 16:19:14.781
85062026-08-29T16:19:16.149Z DEBGAug 29 16:19:14.781 adding route 3fff:beef:15::/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 } }]
85072026-08-29T16:19:16.149Z
85082026-08-29T16:19:16.149Z DEBG Aug 29 16:19:14.781replacing 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 29 16:19:14.781 Aug 29 16:19:14.781INFOAug 29 16:19:14.781DEBG DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
85092026-08-29T16:19:16.150Z 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
85102026-08-29T16:19:16.150Z
85112026-08-29T16:19:16.150Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ffcreated new freemap
85122026-08-29T16:19:16.154Z, unit: Aug 29 16:19:14.781Aug 29 16:19:14.781 Aug 29 16:19:14.781INFOfreemap_route_ipv4 DEBGAug 29 16:19:14.781 DEBGadding route 3fff:beef:34::/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 } }]
85132026-08-29T16:19:16.154Zreplacing 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 } }]
85142026-08-29T16:19:16.154Z
85152026-08-29T16:19:16.155Z
85162026-08-29T16:19:16.155Z INFO Aug 29 16:19:14.781adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 29 16:19:14.781 Aug 29 16:19:14.781DEBGINFO
85172026-08-29T16:19:16.155ZAug 29 16:19:14.781 INFOcreated new freemapDEBG, adding route 3fff:beef:9::/64 -> 2001:db8::55:ffunit:
85182026-08-29T16:19:16.155Z freemap_route_ipv6replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85192026-08-29T16:19:16.155ZAug 29 16:19:14.781Aug 29 16:19:14.781
85202026-08-29T16:19:16.155ZDEBG DEBGreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
85212026-08-29T16:19:16.155ZAug 29 16:19:14.781 DEBG initted freemap. size: 64Aug 29 16:19:14.781, unitDEBG: replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
85222026-08-29T16:19:16.155Z
85232026-08-29T16:19:16.155Z 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 29 16:19:14.781Aug 29 16:19:14.781
85242026-08-29T16:19:16.155Z DEBG reset freemapINFO, unitadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff:
85252026-08-29T16:19:16.155Z freemap_route_ipv4
85262026-08-29T16:19:16.155ZAug 29 16:19:14.781Aug 29 16:19:14.781 DEBGINFOAug 29 16:19:14.781 adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
85272026-08-29T16:19:16.155ZDEBGreplacing 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 } }]
85282026-08-29T16:19:16.155Zinitted freemap. size: 64, unitAug 29 16:19:14.781:Aug 29 16:19:14.781 DEBGINFO replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85292026-08-29T16:19:16.155Zfreemap_route_ipv6adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
85302026-08-29T16:19:16.155Z
85312026-08-29T16:19:16.155ZAug 29 16:19:14.781 Aug 29 16:19:14.781INFOAug 29 16:19:14.781 DEBGDEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
85322026-08-29T16:19:16.155Z replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap
85332026-08-29T16:19:16.155ZAug 29 16:19:14.781, DEBGunit :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 } }]
85342026-08-29T16:19:16.155ZAug 29 16:19:14.781freemap_route_ipv6
85352026-08-29T16:19:16.155ZINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
85362026-08-29T16:19:16.155ZAug 29 16:19:14.781Aug 29 16:19:14.781 Aug 29 16:19:14.781INFO INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
85372026-08-29T16:19:16.155Zadding route 3fff:dead::/64 -> 2001:db8::55:1
85382026-08-29T16:19:16.155ZDEBG 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 } }]
85392026-08-29T16:19:16.155ZAug 29 16:19:14.781 Aug 29 16:19:14.781DEBG INFOAug 29 16:19:14.781 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:21::/64 -> 2001:db8::55:ff
85402026-08-29T16:19:16.155Z
85412026-08-29T16:19:16.155ZAug 29 16:19:14.781Aug 29 16:19:14.781 DEBG 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
85422026-08-29T16:19:16.155Zadding route 3fff:dead::/64 -> 2001:db8::55:2 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 } }]
85432026-08-29T16:19:16.156Z
85442026-08-29T16:19:16.156ZAug 29 16:19:14.781 INFO
85452026-08-29T16:19:16.156Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 29 16:19:14.781
85462026-08-29T16:19:16.156Z Aug 29 16:19:14.781INFO Aug 29 16:19:14.781DEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 29 16:19:14.781INFO
85472026-08-29T16:19:16.156Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:a::/64 -> 2001:db8::55:ff
85482026-08-29T16:19:16.156Z
85492026-08-29T16:19:16.156Z 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 } }]
85502026-08-29T16:19:16.156ZAug 29 16:19:14.781 DEBGAug 29 16:19:14.781Aug 29 16:19:14.781 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 } }]
85512026-08-29T16:19:16.156ZDEBGAug 29 16:19:14.781 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
85522026-08-29T16:19:16.156Z Aug 29 16:19:14.781 adding route 3fff:dead::/64 -> 2001:db8::55:3INFO INFO
85532026-08-29T16:19:16.156Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
85542026-08-29T16:19:16.156Z
85552026-08-29T16:19:16.156ZAug 29 16:19:14.781 INFO Aug 29 16:19:14.781adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 29 16:19:14.781 Aug 29 16:19:14.781 DEBG
85562026-08-29T16:19:16.156Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
85572026-08-29T16:19:16.156Z Aug 29 16:19:14.781replacing 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 } }]
85582026-08-29T16:19:16.156ZDEBGDEBG Aug 29 16:19:14.781replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
85592026-08-29T16:19:16.156Z Aug 29 16:19:14.781adding route 3fff:dead::/64 -> 2001:db8::55:4
85602026-08-29T16:19:16.156Zreplacing 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
85612026-08-29T16:19:16.156Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
85622026-08-29T16:19:16.156ZAug 29 16:19:14.781 Aug 29 16:19:14.781INFO DEBGAug 29 16:19:14.781adding route 3fff:beef:c::/64 -> 2001:db8::55:ff DEBG
85632026-08-29T16:19:16.156Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
85642026-08-29T16:19:16.156ZAug 29 16:19:14.781
85652026-08-29T16:19:16.156ZAug 29 16:19:14.781 INFO DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff Aug 29 16:19:14.781replacing 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 } }]
85662026-08-29T16:19:16.156Z
85672026-08-29T16:19:16.156ZINFO Aug 29 16:19:14.781adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
85682026-08-29T16:19:16.156ZDEBGAug 29 16:19:14.781Aug 29 16:19:14.781 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 29 16:19:14.781
85692026-08-29T16:19:16.156ZDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 29 16:19:14.781
85702026-08-29T16:19:16.156Zreplacing 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 } }]
85712026-08-29T16:19:16.157ZDEBG
85722026-08-29T16:19:16.157Z 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 29 16:19:14.781
85732026-08-29T16:19:16.157ZAug 29 16:19:14.781 INFO INFOAug 29 16:19:14.781 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
85742026-08-29T16:19:16.157ZINFO
85752026-08-29T16:19:16.157Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
85762026-08-29T16:19:16.157ZAug 29 16:19:14.781 DEBG Aug 29 16:19:14.781replacing 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 } }]
85772026-08-29T16:19:16.157ZAug 29 16:19:14.781DEBG DEBGreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85782026-08-29T16:19:16.157Zreplacing 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 29 16:19:14.781
85792026-08-29T16:19:16.157Z INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
85802026-08-29T16:19:16.157ZAug 29 16:19:14.781 INFOAug 29 16:19:14.781Aug 29 16:19:14.781 DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
85812026-08-29T16:19:16.157Zreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
85822026-08-29T16:19:16.157Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
85832026-08-29T16:19:16.157ZAug 29 16:19:14.781Aug 29 16:19:14.781 Aug 29 16:19:14.781 INFODEBG 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 } }]DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
85842026-08-29T16:19:16.157Z
85852026-08-29T16:19:16.157Z 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 } }]
85862026-08-29T16:19:16.157ZAug 29 16:19:14.781Aug 29 16:19:14.781 Aug 29 16:19:14.781 INFODEBG adding route 3fff:beef:10::/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 } }]
85872026-08-29T16:19:16.157ZINFO
85882026-08-29T16:19:16.157Z adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
85892026-08-29T16:19:16.157ZAug 29 16:19:14.781 INFOAug 29 16:19:14.781 Aug 29 16:19:14.781adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
85902026-08-29T16:19:16.157Z DEBG DEBGreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 29 16:19:14.781
85912026-08-29T16:19:16.157Zreplacing 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
85922026-08-29T16:19:16.157Z 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 29 16:19:14.781
85932026-08-29T16:19:16.157Z INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
85942026-08-29T16:19:16.157ZAug 29 16:19:14.781 INFOAug 29 16:19:14.781 Aug 29 16:19:14.781adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
85952026-08-29T16:19:16.157ZINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG
85962026-08-29T16:19:16.157Z Aug 29 16:19:14.781replacing 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 } }]
85972026-08-29T16:19:16.157ZDEBG 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 } }]
85982026-08-29T16:19:16.157ZAug 29 16:19:14.781Aug 29 16:19:14.781 DEBGAug 29 16:19:14.781INFO 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:12::/64 -> 2001:db8::55:ff
85992026-08-29T16:19:16.157Z
86002026-08-29T16:19:16.158ZINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
86012026-08-29T16:19:16.158ZAug 29 16:19:14.781Aug 29 16:19:14.782 DEBGAug 29 16:19:14.782 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 } }]INFO
86022026-08-29T16:19:16.158Z replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
86032026-08-29T16:19:16.158Z
86042026-08-29T16:19:16.158ZAug 29 16:19:14.782 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
86052026-08-29T16:19:16.158ZAug 29 16:19:14.782 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 29 16:19:14.782
86062026-08-29T16:19:16.158Z DEBGAug 29 16:19:14.782 Aug 29 16:19:14.782DEBG 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
86072026-08-29T16:19:16.158Z 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 } }]
86082026-08-29T16:19:16.158Z
86092026-08-29T16:19:16.158ZAug 29 16:19:14.782 INFOAug 29 16:19:14.782Aug 29 16:19:14.782 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
86102026-08-29T16:19:16.158ZINFO
86112026-08-29T16:19:16.158Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
86122026-08-29T16:19:16.162ZAug 29 16:19:14.782Aug 29 16:19:14.782 DEBGDEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
86132026-08-29T16:19:16.163Z
86142026-08-29T16:19:16.163ZAug 29 16:19:14.782 DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:19:14.782
86152026-08-29T16:19:16.163Z INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
86162026-08-29T16:19:16.163ZAug 29 16:19:14.782 Aug 29 16:19:14.782INFO Aug 29 16:19:14.782INFO DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
86172026-08-29T16:19:16.163Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86182026-08-29T16:19:16.163Z
86192026-08-29T16:19:16.163ZAug 29 16:19:14.782Aug 29 16:19:14.782 DEBGAug 29 16:19:14.782DEBG 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: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 } }]
86202026-08-29T16:19:16.163Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
86212026-08-29T16:19:16.163Z
86222026-08-29T16:19:16.163ZAug 29 16:19:14.782Aug 29 16:19:14.782 Aug 29 16:19:14.782 INFO DEBGINFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
86232026-08-29T16:19:16.163Zreplacing 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:2c::/64 -> 2001:db8::55:ff
86242026-08-29T16:19:16.163Z
86252026-08-29T16:19:16.163ZAug 29 16:19:14.782 DEBGAug 29 16:19:14.782 replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
86262026-08-29T16:19:16.163Z replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:19:14.782
86272026-08-29T16:19:16.163Z Aug 29 16:19:14.782INFO INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
86282026-08-29T16:19:16.163ZAug 29 16:19:14.782adding route 3fff:beef:28::/64 -> 2001:db8::55:ff INFO
86292026-08-29T16:19:16.163Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 29 16:19:14.782
86302026-08-29T16:19:16.163Z 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 } }]
86312026-08-29T16:19:16.163ZAug 29 16:19:14.782 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 29 16:19:14.782
86322026-08-29T16:19:16.163Z Aug 29 16:19:14.782DEBG 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
86332026-08-29T16:19:16.163Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
86342026-08-29T16:19:16.163ZAug 29 16:19:14.782 Aug 29 16:19:14.782INFO DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff Aug 29 16:19:14.782replacing 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 } }]
86352026-08-29T16:19:16.163Z INFO
86362026-08-29T16:19:16.163Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 29 16:19:14.782
86372026-08-29T16:19:16.163Z DEBGAug 29 16:19:14.782 replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:19:14.782
86382026-08-29T16:19:16.163Z INFODEBG adding route 3fff:beef:19::/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 } }]
86392026-08-29T16:19:16.164Z
86402026-08-29T16:19:16.164ZAug 29 16:19:14.782 Aug 29 16:19:14.782INFO Aug 29 16:19:14.782 DEBG Aug 29 16:19:14.782 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 } }]
86412026-08-29T16:19:16.164Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
86422026-08-29T16:19:16.164ZINFO
86432026-08-29T16:19:16.164ZAug 29 16:19:14.782 Aug 29 16:19:14.782INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 29 16:19:14.782
86442026-08-29T16:19:16.164ZDEBG 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 } }]
86452026-08-29T16:19:16.164Z
86462026-08-29T16:19:16.164ZDEBGAug 29 16:19:14.782 Aug 29 16:19:14.782replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
86472026-08-29T16:19:16.164ZAug 29 16:19:14.782 replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
86482026-08-29T16:19:16.164ZDEBG 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 29 16:19:14.782Aug 29 16:19:14.782adding route 3fff:beef:30::/64 -> 2001:db8::55:ff INFO
86492026-08-29T16:19:16.164ZINFO
86502026-08-29T16:19:16.164Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
86512026-08-29T16:19:16.164Z
86522026-08-29T16:19:16.164ZAug 29 16:19:14.782Aug 29 16:19:14.782 Aug 29 16:19:14.782 Aug 29 16:19:14.782INFODEBG 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 } }] DEBGadding route 3fff:beef:36::/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 } }]
86532026-08-29T16:19:16.164Z
86542026-08-29T16:19:16.164Zreplacing 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 } }]
86552026-08-29T16:19:16.164Z
86562026-08-29T16:19:16.164ZAug 29 16:19:14.782 INFO Aug 29 16:19:14.782adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
86572026-08-29T16:19:16.164ZAug 29 16:19:14.782DEBG Aug 29 16:19:14.782 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 } }] adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFO
86582026-08-29T16:19:16.164Z
86592026-08-29T16:19:16.164ZAug 29 16:19:14.782 Aug 29 16:19:14.782DEBG Aug 29 16:19:14.782adding route 3fff:beef:31::/64 -> 2001:db8::55:ff INFO
86602026-08-29T16:19:16.164ZDEBG 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:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
86612026-08-29T16:19:16.164Z
86622026-08-29T16:19:16.164Z
86632026-08-29T16:19:16.164ZAug 29 16:19:14.782 Aug 29 16:19:14.782DEBGAug 29 16:19:14.782Aug 29 16:19:14.782 INFOINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
86642026-08-29T16:19:16.164Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
86652026-08-29T16:19:16.164Zreplacing 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
86662026-08-29T16:19:16.164ZAug 29 16:19:14.782Aug 29 16:19:14.782 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 } }]
86672026-08-29T16:19:16.164Zreplacing 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: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 29 16:19:14.782
86682026-08-29T16:19:16.165Z
86692026-08-29T16:19:16.165ZINFO Aug 29 16:19:14.782adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 29 16:19:14.782Aug 29 16:19:14.782
86702026-08-29T16:19:16.165Z INFOINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
86712026-08-29T16:19:16.165Z
86722026-08-29T16:19:16.165ZINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 29 16:19:14.782Aug 29 16:19:14.782 Aug 29 16:19:14.782DEBG 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 } }]
86732026-08-29T16:19:16.165Z
86742026-08-29T16:19:16.165Zreplacing 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 } }]
86752026-08-29T16:19:16.165Zreplacing 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 } }]
86762026-08-29T16:19:16.165ZAug 29 16:19:14.782Aug 29 16:19:14.782 Aug 29 16:19:14.782INFO INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
86772026-08-29T16:19:16.165Z
86782026-08-29T16:19:16.165Z 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 29 16:19:14.782
86792026-08-29T16:19:16.165ZAug 29 16:19:14.782 INFOAug 29 16:19:14.782 DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 29 16:19:14.782DEBG 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 } }]
86802026-08-29T16:19:16.165Z
86812026-08-29T16:19:16.165Zreplacing 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
86822026-08-29T16:19:16.165Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 29 16:19:14.782
86832026-08-29T16:19:16.165Z Aug 29 16:19:14.782INFO INFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
86842026-08-29T16:19:16.165ZAug 29 16:19:14.782adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 29 16:19:14.782
86852026-08-29T16:19:16.165Z Aug 29 16:19:14.782 DEBG DEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 29 16:19:14.782DEBG DEBG
86862026-08-29T16:19:16.165Zreplacing 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: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 } }]
86872026-08-29T16:19:16.165Z
86882026-08-29T16:19:16.165Z
86892026-08-29T16:19:16.165ZAug 29 16:19:14.782 Aug 29 16:19:14.782INFOAug 29 16:19:14.782 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff Aug 29 16:19:14.782INFO INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
86902026-08-29T16:19:16.165Z
86912026-08-29T16:19:16.165Z INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
86922026-08-29T16:19:16.165ZAug 29 16:19:14.782adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
86932026-08-29T16:19:16.165ZDEBG 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 29 16:19:14.782
86942026-08-29T16:19:16.165ZAug 29 16:19:14.782 Aug 29 16:19:14.782DEBGAug 29 16:19:14.782DEBG INFOreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86952026-08-29T16:19:16.165Zreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBG
86962026-08-29T16:19:16.166Z
86972026-08-29T16:19:16.166Z Aug 29 16:19:14.782replacing 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 29 16:19:14.782Aug 29 16:19:14.782 DEBGINFOINFO
86982026-08-29T16:19:16.166Zreplacing 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:3b::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
86992026-08-29T16:19:16.166Z
87002026-08-29T16:19:16.166Z
87012026-08-29T16:19:16.166ZAug 29 16:19:14.782Aug 29 16:19:14.782 Aug 29 16:19:14.782 Aug 29 16:19:14.782INFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
87022026-08-29T16:19:16.166Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff DEBG
87032026-08-29T16:19:16.166Zreplacing 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 Aug 29 16:19:14.782replacing 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 } }]
87042026-08-29T16:19:16.166ZAug 29 16:19:14.782
87052026-08-29T16:19:16.166Z 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 } }]DEBGAug 29 16:19:14.782
87062026-08-29T16:19:16.166Z INFOAug 29 16:19:14.782 INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 29 16:19:14.782 replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO
87072026-08-29T16:19:16.166Z
87082026-08-29T16:19:16.166Z
87092026-08-29T16:19:16.166Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
87102026-08-29T16:19:16.166ZAug 29 16:19:14.782Aug 29 16:19:14.782 DEBGDEBGAug 29 16:19:14.782 Aug 29 16:19:14.782replacing 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 } }]
87112026-08-29T16:19:16.166Z INFODEBG 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: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 } }]
87122026-08-29T16:19:16.171Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
87132026-08-29T16:19:16.171ZAug 29 16:19:14.782
87142026-08-29T16:19:16.171Z Aug 29 16:19:14.782INFOAug 29 16:19:14.782 INFO Aug 29 16:19:14.782adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
87152026-08-29T16:19:16.171ZINFODEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
87162026-08-29T16:19:16.171Zreplacing 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 } }]
87172026-08-29T16:19:16.171ZAug 29 16:19:14.782Aug 29 16:19:14.782 adding route 3fff:beef:34::/64 -> 2001:db8::55:ff Aug 29 16:19:14.782DEBG
87182026-08-29T16:19:16.171Z DEBG INFO 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:37::/64 -> 2001:db8::55:ff
87192026-08-29T16:19:16.171Z
87202026-08-29T16:19:16.171ZAug 29 16:19:14.782 DEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:19:14.782Aug 29 16:19:14.782
87212026-08-29T16:19:16.171Z INFODEBG adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
87222026-08-29T16:19:16.171ZAug 29 16:19:14.782 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 } }]
87232026-08-29T16:19:16.171Zreplacing 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 } }]
87242026-08-29T16:19:16.171ZAug 29 16:19:14.782Aug 29 16:19:14.782 INFODEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 29 16:19:14.782
87252026-08-29T16:19:16.172Zcreated new freemap INFOAug 29 16:19:14.782 , adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 29 16:19:14.782unit 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 } }]DEBG:
87262026-08-29T16:19:16.172Z
87272026-08-29T16:19:16.172Z replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
87282026-08-29T16:19:16.172Z created new freemapfreemap_route_ipv4,
87292026-08-29T16:19:16.172ZunitAug 29 16:19:14.782: DEBGAug 29 16:19:14.782 freemap_route_ipv4
87302026-08-29T16:19:16.172ZAug 29 16:19:14.782INFO INFO replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:19:14.782adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
87312026-08-29T16:19:16.172Z
87322026-08-29T16:19:16.172Z DEBG adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 29 16:19:14.782created new freemapAug 29 16:19:14.782 DEBGINFO,
87332026-08-29T16:19:16.172Zunit :replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv6
87342026-08-29T16:19:16.172Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
87352026-08-29T16:19:16.172Z
87362026-08-29T16:19:16.172ZAug 29 16:19:14.782 Aug 29 16:19:14.782DEBG INFOAug 29 16:19:14.782 Aug 29 16:19:14.782Aug 29 16:19:14.782 adding route 3fff:beef:29::/64 -> 2001:db8::55:ff DEBG
87372026-08-29T16:19:16.172Z 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
87382026-08-29T16:19:16.172ZAug 29 16:19:14.782 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 } }]created new freemapinitted freemap. size: 64
87392026-08-29T16:19:16.172ZDEBG Aug 29 16:19:14.782, 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 } }],
87402026-08-29T16:19:16.172Z unitunitINFO:: adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff freemap_route_ipv4
87412026-08-29T16:19:16.172ZAug 29 16:19:14.782Aug 29 16:19:14.782
87422026-08-29T16:19:16.172Z freemap_route_ipv6INFOINFO Aug 29 16:19:14.782adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff DEBG
87432026-08-29T16:19:16.172Z
87442026-08-29T16:19:16.172Zadding route 3fff:beef:3f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:19:14.782Aug 29 16:19:14.782Aug 29 16:19:14.782
87452026-08-29T16:19:16.172ZDEBG DEBGreset freemap
87462026-08-29T16:19:16.172Z , 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 } }]Aug 29 16:19:14.782 unit
87472026-08-29T16:19:16.172Z Aug 29 16:19:14.782INFO DEBG: replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:19:14.782
87482026-08-29T16:19:16.172Zinitted freemap. size: 64, unitadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff Aug 29 16:19:14.782
87492026-08-29T16:19:16.172Zfreemap_route_ipv4INFO DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff:
87502026-08-29T16:19:16.172Zfailed to allocate space for the new target list
87512026-08-29T16:19:16.172Z
87522026-08-29T16:19:16.172ZAug 29 16:19:14.782 freemap_route_ipv4
87532026-08-29T16:19:16.173ZAug 29 16:19:14.782DEBGAug 29 16:19:14.782 DEBGDEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
87542026-08-29T16:19:16.173ZAug 29 16:19:14.782 DEBG
87552026-08-29T16:19:16.173Zinitted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }],
87562026-08-29T16:19:16.173ZAug 29 16:19:14.782unit :INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff Aug 29 16:19:14.782
87572026-08-29T16:19:16.173Z Aug 29 16:19:14.782INFOfreemap_route_ipv6Aug 29 16:19:14.782 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 29 16:19:14.782
87582026-08-29T16:19:16.173ZDEBGDEBG failed to allocate space for the new target list
87592026-08-29T16:19:16.173ZDEBG
87602026-08-29T16:19:16.173Z reset freemapAug 29 16:19:14.782, unit 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 } }]:
87612026-08-29T16:19:16.173Z replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:19:14.782
87622026-08-29T16:19:16.173Zfreemap_route_ipv4
87632026-08-29T16:19:16.173ZDEBG Aug 29 16:19:14.782reset freemap Aug 29 16:19:14.782INFO INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
87642026-08-29T16:19:16.173Z, unit:adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffAug 29 16:19:14.782 Aug 29 16:19:14.782freemap_route_ipv6
87652026-08-29T16:19:16.173Z DEBGDEBG
87662026-08-29T16:19:16.173Z 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 } }]initted freemap. size: 64Aug 29 16:19:14.782
87672026-08-29T16:19:16.173Z DEBG, Aug 29 16:19:14.782Aug 29 16:19:14.782replacing 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 } }]
87682026-08-29T16:19:16.173ZINFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffunitadding route 172.16.0.0/32 -> 10.0.0.1
87692026-08-29T16:19:16.173ZAug 29 16:19:14.782: freemap_route_ipv6
87702026-08-29T16:19:16.173Z
87712026-08-29T16:19:16.173ZINFO Aug 29 16:19:14.782adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
87722026-08-29T16:19:16.173ZDEBGAug 29 16:19:14.782 Aug 29 16:19:14.782replacing 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 29 16:19:14.782
87732026-08-29T16:19:16.173ZDEBG 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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
87742026-08-29T16:19:16.173Z
87752026-08-29T16:19:16.173Z Aug 29 16:19:14.782 INFODEBG adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
87762026-08-29T16:19:16.173Zreset freemapAug 29 16:19:14.782, Aug 29 16:19:14.782 Aug 29 16:19:14.783unitDEBGINFO Aug 29 16:19:14.782failed to allocate space for the new target listDEBG 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 } }]
87772026-08-29T16:19:16.173Z
87782026-08-29T16:19:16.173Zadding route 172.16.0.0/32 -> 10.0.0.2created new freemap: ,
87792026-08-29T16:19:16.173ZAug 29 16:19:14.783freemap_route_ipv6Aug 29 16:19:14.783unit :
87802026-08-29T16:19:16.173Z INFOfreemap_route_ipv4 DEBG
87812026-08-29T16:19:16.174Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
87822026-08-29T16:19:16.174ZAug 29 16:19:14.783adding route 3fff:beef:30::/64 -> 2001:db8::55:ff Aug 29 16:19:14.783 DEBG
87832026-08-29T16:19:16.174Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
87842026-08-29T16:19:16.174Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO
87852026-08-29T16:19:16.174Z Aug 29 16:19:14.783 DEBGAug 29 16:19:14.783 Aug 29 16:19:14.783DEBGcreated new freemap , replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
87862026-08-29T16:19:16.174Z: adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv6 Aug 29 16:19:14.783
87872026-08-29T16:19:16.174Z INFOINFO
87882026-08-29T16:19:16.174Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.3
87892026-08-29T16:19:16.174ZAug 29 16:19:14.783
87902026-08-29T16:19:16.174ZDEBGAug 29 16:19:14.783Aug 29 16:19:14.783 initted freemap. size: 64DEBG, 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 } }]unit
87912026-08-29T16:19:16.174Z: DEBGfreemap_route_ipv4
87922026-08-29T16:19:16.174Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 29 16:19:14.783
87932026-08-29T16:19:16.174ZINFO Aug 29 16:19:14.783adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 29 16:19:14.783
87942026-08-29T16:19:16.174ZDEBGAug 29 16:19:14.783 DEBG reset freemapAug 29 16:19:14.783 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]DEBGINFO,
87952026-08-29T16:19:16.174Zunit :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 } }]
87962026-08-29T16:19:16.174Z freemap_route_ipv4
87972026-08-29T16:19:16.174Zadding route 3fff:dead::/64 -> 2001:db8::55:1
87982026-08-29T16:19:16.174ZAug 29 16:19:14.783Aug 29 16:19:14.783 INFOINFOAug 29 16:19:14.783 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG
87992026-08-29T16:19:16.174ZAug 29 16:19:14.783adding route 172.16.0.0/32 -> 10.0.0.4 DEBG
88002026-08-29T16:19:16.174Z initted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }],
88012026-08-29T16:19:16.174ZAug 29 16:19:14.783Aug 29 16:19:14.783unit DEBG: replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
88022026-08-29T16:19:16.174Zfreemap_route_ipv6Aug 29 16:19:14.783
88032026-08-29T16:19:16.174ZAug 29 16:19:14.783INFO INFO DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
88042026-08-29T16:19:16.174Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
88052026-08-29T16:19:16.174ZAug 29 16:19:14.783Aug 29 16:19:14.783 Aug 29 16:19:14.790 DEBGDEBG DEBGcreated new freemap replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }], created new freemapunit
88062026-08-29T16:19:16.174Z: freemap_route_ipv4
88072026-08-29T16:19:16.174ZAug 29 16:19:14.790 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 29 16:19:14.783Aug 29 16:19:14.790
88082026-08-29T16:19:16.174Z DEBGDEBGAug 29 16:19:14.790 DEBGcreated new freemapcreated new freemap, unitreset freemap:, , unitunitAug 29 16:19:14.790 :freemap_route_ipv6: freemap_route_ipv6
88092026-08-29T16:19:16.175Z freemap_route_ipv4
88102026-08-29T16:19:16.175ZDEBG
88112026-08-29T16:19:16.175Z 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 29 16:19:14.790
88122026-08-29T16:19:16.179ZDEBG Aug 29 16:19:14.790initted freemap. size: 64 , INFOunit Aug 29 16:19:14.790adding route 3fff:dead::/64 -> 2001:db8::55:1 :
88132026-08-29T16:19:16.180ZDEBG freemap_route_ipv4created new freemapAug 29 16:19:14.790,
88142026-08-29T16:19:16.180Z Aug 29 16:19:14.790unitINFO : DEBGfreemap_route_ipv6
88152026-08-29T16:19:16.180Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
88162026-08-29T16:19:16.180Zadding route 3fff:beef::/64 -> 2001:db8::55:ff
88172026-08-29T16:19:16.180ZAug 29 16:19:14.790 Aug 29 16:19:14.790DEBGAug 29 16:19:14.790 reset freemapAug 29 16:19:14.790DEBG , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
88182026-08-29T16:19:16.180Z unit: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 } }]
88192026-08-29T16:19:16.180Z freemap_route_ipv4DEBG
88202026-08-29T16:19:16.180Z initted freemap. size: 64Aug 29 16:19:14.790Aug 29 16:19:14.790 DEBG initted freemap. size: 64, , unitINFOunit :adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
88212026-08-29T16:19:16.180Zfreemap_route_ipv4:
88222026-08-29T16:19:16.180Zfreemap_route_ipv6
88232026-08-29T16:19:16.180ZAug 29 16:19:14.790 Aug 29 16:19:14.790DEBG, Aug 29 16:19:14.790replacing 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
88242026-08-29T16:19:16.180Z unitDEBG:reset freemap , freemap_route_ipv4unit:
88252026-08-29T16:19:16.180Zreset freemap , Aug 29 16:19:14.790 unitfreemap_route_ipv4:INFO
88262026-08-29T16:19:16.180Z adding route 3fff:beef:2::/64 -> 2001:db8::55:fffreemap_route_ipv6
88272026-08-29T16:19:16.180Z
88282026-08-29T16:19:16.180ZAug 29 16:19:14.790Aug 29 16:19:14.790 DEBGDEBG Aug 29 16:19:14.790created new freemap initted freemap. size: 64INFO, , unitunit::Aug 29 16:19:14.790 freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1
88292026-08-29T16:19:16.180Z freemap_route_ipv6DEBG
88302026-08-29T16:19:16.180Z
88312026-08-29T16:19:16.180Zreplacing 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 29 16:19:14.790
88322026-08-29T16:19:16.180Z DEBG Aug 29 16:19:14.790Aug 29 16:19:14.790reset freemap INFODEBG, unitadding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 29 16:19:14.790
88332026-08-29T16:19:16.180Z DEBG initted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }],
88342026-08-29T16:19:16.180Zunit::Aug 29 16:19:14.791 freemap_route_ipv6freemap_route_ipv4Aug 29 16:19:14.791
88352026-08-29T16:19:16.180Z
88362026-08-29T16:19:16.180Z DEBG INFOreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 29 16:19:14.791adding route 3fff:dead::/64 -> 2001:db8::55:2
88372026-08-29T16:19:16.180ZAug 29 16:19:14.791
88382026-08-29T16:19:16.180Z DEBGINFO reset freemapAug 29 16:19:14.791adding route 172.16.0.0/32 -> 10.0.0.1, unit
88392026-08-29T16:19:16.181Z: INFOfreemap_route_ipv4
88402026-08-29T16:19:16.181Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 29 16:19:14.791
88412026-08-29T16:19:16.181ZAug 29 16:19:14.791 DEBGDEBG Aug 29 16:19:14.791replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
88422026-08-29T16:19:16.181ZAug 29 16:19:14.791 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBGAug 29 16:19:14.791
88432026-08-29T16:19:16.181ZDEBG 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 } }]
88442026-08-29T16:19:16.181Zinitted freemap. size: 64INFO, unitadding route 172.17.0.0/32 -> 10.0.0.255:
88452026-08-29T16:19:16.181ZAug 29 16:19:14.791 INFOAug 29 16:19:14.791 INFOfreemap_route_ipv6 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 29 16:19:14.791adding route 3fff:dead::/64 -> 2001:db8::55:3
88462026-08-29T16:19:16.181Z
88472026-08-29T16:19:16.181ZDEBG
88482026-08-29T16:19:16.181Zreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
88492026-08-29T16:19:16.181ZAug 29 16:19:14.791 Aug 29 16:19:14.791 DEBGDEBG Aug 29 16:19:14.791Aug 29 16:19:14.791replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] reset freemapINFO, unit adding route 172.17.0.1/32 -> 10.0.0.255
88502026-08-29T16:19:16.181ZDEBG
88512026-08-29T16:19:16.181Z: freemap_route_ipv6
88522026-08-29T16:19:16.181Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 29 16:19:14.791
88532026-08-29T16:19:16.181Z Aug 29 16:19:14.791DEBG INFOreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:19:14.791
88542026-08-29T16:19:16.181Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ffINFOAug 29 16:19:14.791
88552026-08-29T16:19:16.181Z Aug 29 16:19:14.791INFOadding route 172.16.0.0/32 -> 10.0.0.1
88562026-08-29T16:19:16.181Z adding route 3fff:dead::/64 -> 2001:db8::55:4INFO
88572026-08-29T16:19:16.181Zadding route 172.17.0.2/32 -> 10.0.0.255Aug 29 16:19:14.791
88582026-08-29T16:19:16.181Z Aug 29 16:19:14.791Aug 29 16:19:14.791Aug 29 16:19:14.791 DEBGDEBG DEBG 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 } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]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 } }]
88592026-08-29T16:19:16.181Z
88602026-08-29T16:19:16.181Z
88612026-08-29T16:19:16.181Z
88622026-08-29T16:19:16.181ZAug 29 16:19:14.791Aug 29 16:19:14.791Aug 29 16:19:14.791 INFODEBGINFO Aug 29 16:19:14.791adding route 172.16.0.0/32 -> 10.0.0.2
88632026-08-29T16:19:16.181Z adding route 172.17.0.3/32 -> 10.0.0.255INFOreplacing targets for 3fff:dead::/64 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 } }]
88642026-08-29T16:19:16.181Z
88652026-08-29T16:19:16.181ZAug 29 16:19:14.791 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG
88662026-08-29T16:19:16.181ZAug 29 16:19:14.791 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
88672026-08-29T16:19:16.182ZAug 29 16:19:14.791 Aug 29 16:19:14.791 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 } }]
88682026-08-29T16:19:16.182ZDEBGWARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:19:14.791
88692026-08-29T16:19:16.182Z
88702026-08-29T16:19:16.182Z Aug 29 16:19:14.791 INFOINFO Aug 29 16:19:14.791adding route 172.17.0.4/32 -> 10.0.0.255 adding route 172.17.0.0/32 -> 10.0.0.255ERRO
88712026-08-29T16:19:16.182Z
88722026-08-29T16:19:16.182Z Aug 29 16:19:14.791rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 29 16:19:14.791
88732026-08-29T16:19:16.182ZDEBGAug 29 16:19:14.791INFO Aug 29 16:19:14.791replacing 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 } }]
88742026-08-29T16:19:16.182ZDEBGERRO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
88752026-08-29T16:19:16.182Ztest route::tests::identity_replace_is_noop ... ok
88762026-08-29T16:19:16.182Z
88772026-08-29T16:19:16.182Zshrink-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
88782026-08-29T16:19:16.182ZAug 29 16:19:14.791 INFO Aug 29 16:19:14.791adding route 172.17.0.1/32 -> 10.0.0.255
88792026-08-29T16:19:16.182ZAug 29 16:19:14.791INFO DEBGadding route 172.17.0.5/32 -> 10.0.0.255
88802026-08-29T16:19:16.182Zreplacing 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 } }]
88812026-08-29T16:19:16.182ZAug 29 16:19:14.791 DEBGAug 29 16:19:14.791 DEBGAug 29 16:19:14.791 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 29 16:19:14.791INFO
88822026-08-29T16:19:16.182Ztest route::tests::rollback_on_compact_delete_failure ... ok
88832026-08-29T16:19:16.182Z adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
88842026-08-29T16:19:16.182Ztest route::tests::grow_succeeds ... ok
88852026-08-29T16:19:16.182Z INFOreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 29 16:19:14.791
88862026-08-29T16:19:16.182Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff Aug 29 16:19:14.791INFO
88872026-08-29T16:19:16.182Z adding route 172.17.0.6/32 -> 10.0.0.255 DEBG
88882026-08-29T16:19:16.182ZAug 29 16:19:14.791replacing 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 } }] INFOAug 29 16:19:14.791 Aug 29 16:19:14.791DEBG DEBGadding route 172.17.0.2/32 -> 10.0.0.255replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
88892026-08-29T16:19:16.182Z
88902026-08-29T16:19:16.182Z
88912026-08-29T16:19:16.182Zreplacing 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 } }]
88922026-08-29T16:19:16.182ZAug 29 16:19:14.791 Aug 29 16:19:14.791INFO Aug 29 16:19:14.791 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFOAug 29 16:19:14.791
88932026-08-29T16:19:16.182ZINFO adding route 172.17.0.7/32 -> 10.0.0.255
88942026-08-29T16:19:16.182Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 29 16:19:14.791 DEBG
88952026-08-29T16:19:16.183ZAug 29 16:19:14.791replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
88962026-08-29T16:19:16.183ZDEBG 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 } }]
88972026-08-29T16:19:16.183Zreplacing 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 29 16:19:14.791 Aug 29 16:19:14.791
88982026-08-29T16:19:16.183ZINFODEBGAug 29 16:19:14.791 replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
88992026-08-29T16:19:16.183ZINFO
89002026-08-29T16:19:16.183Zadding route 172.17.0.8/32 -> 10.0.0.255Aug 29 16:19:14.791 Aug 29 16:19:14.791INFO
89012026-08-29T16:19:16.183ZDEBGadding route 172.17.0.3/32 -> 10.0.0.255Aug 29 16:19:14.791 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 } }]
89022026-08-29T16:19:16.183Z
89032026-08-29T16:19:16.183Z Aug 29 16:19:14.791 INFODEBG Aug 29 16:19:14.791replacing 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 29 16:19:14.791DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
89042026-08-29T16:19:16.183ZINFO
89052026-08-29T16:19:16.183Z
89062026-08-29T16:19:16.183Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
89072026-08-29T16:19:16.183ZAug 29 16:19:14.791 Aug 29 16:19:14.791DEBG Aug 29 16:19:14.791INFO Aug 29 16:19:14.791replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG adding route 172.17.0.4/32 -> 10.0.0.255
89082026-08-29T16:19:16.183Zreplacing 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 29 16:19:14.791
89092026-08-29T16:19:16.183Z
89102026-08-29T16:19:16.183ZINFO adding route 172.17.0.9/32 -> 10.0.0.255Aug 29 16:19:14.791
89112026-08-29T16:19:16.183Z Aug 29 16:19:14.791DEBG Aug 29 16:19:14.791DEBGINFO Aug 29 16:19:14.791INFO replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
89122026-08-29T16:19:16.188Z
89132026-08-29T16:19:16.188ZDEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
89142026-08-29T16:19:16.188Z 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 29 16:19:14.791 DEBG Aug 29 16:19:14.791replacing 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 29 16:19:14.791
89152026-08-29T16:19:16.188ZDEBG
89162026-08-29T16:19:16.188Z created new freemapAug 29 16:19:14.799 , Aug 29 16:19:14.799DEBGAug 29 16:19:14.799 DEBG unitINFO created new freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, 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 } }], :unit
89172026-08-29T16:19:16.188Z:INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
89182026-08-29T16:19:16.188Zadding route 3fff:beef:35::/64 -> 2001:db8::55:fffreemap_route_ipv4
89192026-08-29T16:19:16.188Z
89202026-08-29T16:19:16.188ZAug 29 16:19:14.799Aug 29 16:19:14.799 Aug 29 16:19:14.799DEBGDEBG DEBGreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
89212026-08-29T16:19:16.188Z created new freemapreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
89222026-08-29T16:19:16.188Zunit:Aug 29 16:19:14.799 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 29 16:19:14.799
89232026-08-29T16:19:16.188Z freemap_route_ipv6INFO
89242026-08-29T16:19:16.188Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 29 16:19:14.799
89252026-08-29T16:19:16.189Z DEBG Aug 29 16:19:14.799Aug 29 16:19:14.799replacing 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 } }] DEBGDEBG
89262026-08-29T16:19:16.189Z initted freemap. size: 64replacing 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 } }], unit
89272026-08-29T16:19:16.189Z: freemap_route_ipv4Aug 29 16:19:14.799Aug 29 16:19:14.799
89282026-08-29T16:19:16.189Z
89292026-08-29T16:19:16.189Z INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
89302026-08-29T16:19:16.189ZINFOAug 29 16:19:14.799 Aug 29 16:19:14.799adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
89312026-08-29T16:19:16.189ZDEBGDEBGAug 29 16:19:14.799 reset freemapDEBG, unitreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
89322026-08-29T16:19:16.189Z:Aug 29 16:19:14.799 DEBGfreemap_route_ipv4 Aug 29 16:19:14.799replacing 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 } }]
89332026-08-29T16:19:16.189Z
89342026-08-29T16:19:16.189ZDEBG failed to allocate space for the new target list
89352026-08-29T16:19:16.189ZAug 29 16:19:14.799Aug 29 16:19:14.799 DEBGINFOAug 29 16:19:14.799 Aug 29 16:19:14.799adding route 3fff:beef:38::/64 -> 2001:db8::55:ff initted freemap. size: 64 DEBGINFO
89362026-08-29T16:19:16.189Z adding 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]unit
89372026-08-29T16:19:16.189Z
89382026-08-29T16:19:16.189Z: freemap_route_ipv6Aug 29 16:19:14.799
89392026-08-29T16:19:16.189Z Aug 29 16:19:14.799DEBG Aug 29 16:19:14.799replacing 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 } }]
89402026-08-29T16:19:16.189ZDEBGDEBG 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 } }]
89412026-08-29T16:19:16.189Zreset freemap, Aug 29 16:19:14.799unit :INFO freemap_route_ipv6adding route 172.17.0.11/32 -> 10.0.0.255
89422026-08-29T16:19:16.189ZAug 29 16:19:14.799
89432026-08-29T16:19:16.189Z INFO Aug 29 16:19:14.799adding route 3fff:beef:39::/64 -> 2001:db8::55:ff Aug 29 16:19:14.799
89442026-08-29T16:19:16.189ZINFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
89452026-08-29T16:19:16.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 } }]
89462026-08-29T16:19:16.189ZAug 29 16:19:14.799Aug 29 16:19:14.799 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: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 } }]
89472026-08-29T16:19:16.189Z
89482026-08-29T16:19:16.189ZAug 29 16:19:14.799 INFOfreemap_route_ipv4Aug 29 16:19:14.799
89492026-08-29T16:19:16.189Z INFOAug 29 16:19:14.799 INFOadding route 172.17.0.12/32 -> 10.0.0.255
89502026-08-29T16:19:16.189Zadding route 3fff:dead::/64 -> 2001:db8::55:2
89512026-08-29T16:19:16.189Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 29 16:19:14.799
89522026-08-29T16:19:16.189Z DEBGAug 29 16:19:14.799Aug 29 16:19:14.799 DEBGAug 29 16:19:14.799 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 } }] ,
89532026-08-29T16:19:16.189ZDEBG unitDEBG : Aug 29 16:19:14.799 freemap_route_ipv6INFO
89542026-08-29T16:19:16.190Z replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
89552026-08-29T16:19:16.190Zadding route 3fff:dead::/64 -> 2001:db8::55:3
89562026-08-29T16:19:16.190Z
89572026-08-29T16:19:16.190ZAug 29 16:19:14.799Aug 29 16:19:14.799 Aug 29 16:19:14.799Aug 29 16:19:14.799INFO INFODEBG DEBGinitted freemap. size: 64 adding route 172.17.0.13/32 -> 10.0.0.255, adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffunitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]:
89582026-08-29T16:19:16.190Z
89592026-08-29T16:19:16.190Z freemap_route_ipv4
89602026-08-29T16:19:16.190Z
89612026-08-29T16:19:16.190ZAug 29 16:19:14.799Aug 29 16:19:14.799 DEBGreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }] Aug 29 16:19:14.799adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 29 16:19:14.799
89622026-08-29T16:19:16.190Z
89632026-08-29T16:19:16.190Z DEBG DEBGreset freemapAug 29 16:19:14.799
89642026-08-29T16:19:16.190Z , INFOAug 29 16:19:14.799 DEBGunitadding route 3fff:beef:d::/64 -> 2001:db8::55:ff:
89652026-08-29T16:19:16.190ZAug 29 16:19:14.799 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]freemap_route_ipv4replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
89662026-08-29T16:19:16.190Z
89672026-08-29T16:19:16.190Z INFO
89682026-08-29T16:19:16.190ZAug 29 16:19:14.799Aug 29 16:19:14.799Aug 29 16:19:14.799 DEBG DEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 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 } }]
89692026-08-29T16:19:16.190Z
89702026-08-29T16:19:16.190Zadding route 172.17.0.14/32 -> 10.0.0.255INFO
89712026-08-29T16:19:16.190ZAug 29 16:19:14.799 Aug 29 16:19:14.799DEBG INFOinitted freemap. size: 64 Aug 29 16:19:14.799adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 29 16:19:14.799 adding route 3fff:beef:e::/64 -> 2001:db8::55:ff, DEBGunitWARN
89722026-08-29T16:19:16.190Z : 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 } }]shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })freemap_route_ipv6
89732026-08-29T16:19:16.190Z
89742026-08-29T16:19:16.190Z
89752026-08-29T16:19:16.190ZAug 29 16:19:14.799
89762026-08-29T16:19:16.190Z DEBG Aug 29 16:19:14.799replacing 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 29 16:19:14.799
89772026-08-29T16:19:16.190Z Aug 29 16:19:14.799DEBG DEBG reset freemapINFO , replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit :adding route 172.17.0.15/32 -> 10.0.0.255
89782026-08-29T16:19:16.190Z
89792026-08-29T16:19:16.190Zfreemap_route_ipv6Aug 29 16:19:14.799
89802026-08-29T16:19:16.190Z INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 29 16:19:14.799Aug 29 16:19:14.799
89812026-08-29T16:19:16.191ZAug 29 16:19:14.799 DEBG INFOreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:19:14.799
89822026-08-29T16:19:16.191ZDEBG DEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
89832026-08-29T16:19:16.191Z
89842026-08-29T16:19:16.191Z failed to allocate space for the new target listAug 29 16:19:14.799
89852026-08-29T16:19:16.191Z Aug 29 16:19:14.799INFO Aug 29 16:19:14.799DEBG INFO adding route 172.17.0.16/32 -> 10.0.0.255
89862026-08-29T16:19:16.191Zadding route 3fff:beef:10::/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 } }]
89872026-08-29T16:19:16.191Z
89882026-08-29T16:19:16.191ZAug 29 16:19:14.799 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 29 16:19:14.799
89892026-08-29T16:19:16.191Z Aug 29 16:19:14.799 DEBGAug 29 16:19:14.799 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 } }]DEBGDEBG
89902026-08-29T16:19:16.191Z replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
89912026-08-29T16:19:16.191Z
89922026-08-29T16:19:16.191ZAug 29 16:19:14.799 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
89932026-08-29T16:19:16.191ZAug 29 16:19:14.799 Aug 29 16:19:14.799DEBG INFOreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
89942026-08-29T16:19:16.191Zadding route 172.17.0.17/32 -> 10.0.0.255
89952026-08-29T16:19:16.191ZAug 29 16:19:14.799 Aug 29 16:19:14.799INFO DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
89962026-08-29T16:19:16.191Zreplacing 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 } }]
89972026-08-29T16:19:16.191ZAug 29 16:19:14.799 Aug 29 16:19:14.799DEBG 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 } }]
89982026-08-29T16:19:16.191Zadding route 172.17.0.18/32 -> 10.0.0.255
89992026-08-29T16:19:16.191ZAug 29 16:19:14.799Aug 29 16:19:14.799 INFODEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90002026-08-29T16:19:16.191Z
90012026-08-29T16:19:16.191ZAug 29 16:19:14.799Aug 29 16:19:14.799 DEBGINFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.19/32 -> 10.0.0.255
90022026-08-29T16:19:16.191Z
90032026-08-29T16:19:16.191ZAug 29 16:19:14.799 Aug 29 16:19:14.799DEBG INFOreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90042026-08-29T16:19:16.191Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
90052026-08-29T16:19:16.191ZAug 29 16:19:14.799Aug 29 16:19:14.799 DEBGINFO replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.20/32 -> 10.0.0.255
90062026-08-29T16:19:16.191Z
90072026-08-29T16:19:16.191ZAug 29 16:19:14.799Aug 29 16:19:14.799 INFODEBG adding route 3fff:beef:15::/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 } }]
90082026-08-29T16:19:16.191Z
90092026-08-29T16:19:16.191ZAug 29 16:19:14.799 Aug 29 16:19:14.799INFO DEBGadding route 172.17.0.21/32 -> 10.0.0.255
90102026-08-29T16:19:16.192Zreplacing 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 } }]
90112026-08-29T16:19:16.192ZAug 29 16:19:14.799 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
90122026-08-29T16:19:16.196ZAug 29 16:19:14.799 Aug 29 16:19:14.799DEBG 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 } }]
90132026-08-29T16:19:16.196Zreplacing 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 } }]
90142026-08-29T16:19:16.196ZAug 29 16:19:14.799 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
90152026-08-29T16:19:16.196ZAug 29 16:19:14.799 INFOAug 29 16:19:14.799 adding route 172.17.0.22/32 -> 10.0.0.255
90162026-08-29T16:19:16.197ZDEBG
90172026-08-29T16:19:16.197Z 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 } }]
90182026-08-29T16:19:16.197ZAug 29 16:19:14.799 Aug 29 16:19:14.799Aug 29 16:19:14.799 INFOINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 172.17.0.5/32 -> 10.0.0.255
90192026-08-29T16:19:16.197Z
90202026-08-29T16:19:16.197ZDEBG 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 } }]
90212026-08-29T16:19:16.197ZAug 29 16:19:14.800 Aug 29 16:19:14.800DEBG created new freemapAug 29 16:19:14.800, Aug 29 16:19:14.807unit DEBG created new freemap, DEBGunit :created new freemap INFO, freemap_route_ipv4unitadding route 172.17.0.23/32 -> 10.0.0.255
90222026-08-29T16:19:16.197Z
90232026-08-29T16:19:16.197Z: freemap_route_ipv4:Aug 29 16:19:14.807Aug 29 16:19:14.807 freemap_route_ipv4DEBG
90242026-08-29T16:19:16.197Zcreated new freemap
90252026-08-29T16:19:16.197Z, unitDEBG: freemap_route_ipv6replacing 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 } }]
90262026-08-29T16:19:16.197Z
90272026-08-29T16:19:16.197ZAug 29 16:19:14.807Aug 29 16:19:14.807 DEBGAug 29 16:19:14.807Aug 29 16:19:14.807 created new freemap DEBG, unitinitted freemap. size: 64DEBGINFO:, unitcreated new freemapfreemap_route_ipv6:
90282026-08-29T16:19:16.197Z, unitfreemap_route_ipv4
90292026-08-29T16:19:16.197Z:adding route 172.17.0.24/32 -> 10.0.0.255
90302026-08-29T16:19:16.197Zfreemap_route_ipv6Aug 29 16:19:14.807Aug 29 16:19:14.807 DEBGAug 29 16:19:14.807
90312026-08-29T16:19:16.197ZDEBG reset freemapinitted freemap. size: 64DEBG, , unitAug 29 16:19:14.807: replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
90322026-08-29T16:19:16.197Zfreemap_route_ipv4
90332026-08-29T16:19:16.197Zinitted freemap. size: 64unit:, unitAug 29 16:19:14.807Aug 29 16:19:14.807: freemap_route_ipv4DEBG
90342026-08-29T16:19:16.197Z initted freemap. size: 64freemap_route_ipv4,
90352026-08-29T16:19:16.197Z INFO adding route 172.17.0.25/32 -> 10.0.0.255unit
90362026-08-29T16:19:16.197Z:Aug 29 16:19:14.807 Aug 29 16:19:14.807 DEBGfreemap_route_ipv6 DEBG
90372026-08-29T16:19:16.197Zreset freemap Aug 29 16:19:14.807, Aug 29 16:19:14.807unitreset freemap: DEBG, freemap_route_ipv4reset freemap
90382026-08-29T16:19:16.197Z, unitunit ::Aug 29 16:19:14.807 freemap_route_ipv6DEBG
90392026-08-29T16:19:16.197Z freemap_route_ipv4initted freemap. size: 64DEBG,
90402026-08-29T16:19:16.197ZAug 29 16:19:14.807unit :INFO 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 } }]
90412026-08-29T16:19:16.197Zfreemap_route_ipv6adding route 172.16.0.0/32 -> 10.0.0.1
90422026-08-29T16:19:16.197ZAug 29 16:19:14.807
90432026-08-29T16:19:16.197Z DEBGAug 29 16:19:14.807Aug 29 16:19:14.807 DEBGINFO reset freemap , adding route 172.17.0.26/32 -> 10.0.0.255Aug 29 16:19:14.807unit :
90442026-08-29T16:19:16.198ZDEBG 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_ipv6
90452026-08-29T16:19:16.198Z
90462026-08-29T16:19:16.198Zinitted freemap. size: 64, Aug 29 16:19:14.807unit Aug 29 16:19:14.807:Aug 29 16:19:14.807DEBG INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1 adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv6
90472026-08-29T16:19:16.198Z
90482026-08-29T16:19:16.198Z
90492026-08-29T16:19:16.198Zreplacing 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 } }]
90502026-08-29T16:19:16.198ZAug 29 16:19:14.807Aug 29 16:19:14.807Aug 29 16:19:14.807 DEBGDEBG reset freemapDEBG , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 172.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 } }]
90512026-08-29T16:19:16.198Zunit
90522026-08-29T16:19:16.198Z:Aug 29 16:19:14.807Aug 29 16:19:14.807 freemap_route_ipv6INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.27/32 -> 10.0.0.255
90532026-08-29T16:19:16.198Z
90542026-08-29T16:19:16.198ZAug 29 16:19:14.807
90552026-08-29T16:19:16.198Z Aug 29 16:19:14.807INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1Aug 29 16:19:14.807
90562026-08-29T16:19:16.198Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 29 16:19:14.807
90572026-08-29T16:19:16.198ZDEBG INFO Aug 29 16:19:14.807Aug 29 16:19:14.807replacing 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.1
90582026-08-29T16:19:16.198ZDEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
90592026-08-29T16:19:16.198Z
90602026-08-29T16:19:16.198Zreplacing 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 } }]
90612026-08-29T16:19:16.198ZAug 29 16:19:14.807Aug 29 16:19:14.807 INFODEBG adding route 172.17.0.28/32 -> 10.0.0.255Aug 29 16:19:14.807replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
90622026-08-29T16:19:16.198Z INFO
90632026-08-29T16:19:16.198Z adding route 172.16.0.0/32 -> 10.0.0.2Aug 29 16:19:14.807
90642026-08-29T16:19:16.198Z DEBGAug 29 16:19:14.807 replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
90652026-08-29T16:19:16.198Z adding route 172.16.0.0/32 -> 10.0.0.2
90662026-08-29T16:19:16.198ZAug 29 16:19:14.807Aug 29 16:19:14.807Aug 29 16:19:14.800 DEBGAug 29 16:19:14.807 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
90672026-08-29T16:19:16.198ZDEBG adding route 172.17.0.29/32 -> 10.0.0.255
90682026-08-29T16:19:16.198ZDEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 29 16:19:14.807
90692026-08-29T16:19:16.198Z INFOcreated new freemap , adding route 172.17.0.0/32 -> 10.0.0.255unit
90702026-08-29T16:19:16.198Z:Aug 29 16:19:14.807 Aug 29 16:19:14.807DEBG freemap_route_ipv4INFO
90712026-08-29T16:19:16.198ZAug 29 16:19:14.807 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 } }]
90722026-08-29T16:19:16.199Zadding route 172.16.0.0/32 -> 10.0.0.3DEBG
90732026-08-29T16:19:16.199Zreplacing 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 } }]
90742026-08-29T16:19:16.199ZAug 29 16:19:14.807Aug 29 16:19:14.807 DEBG created new freemap Aug 29 16:19:14.807, INFOunitAug 29 16:19:14.807 Aug 29 16:19:14.799: DEBGadding route 172.17.0.30/32 -> 10.0.0.255freemap_route_ipv6DEBG
90752026-08-29T16:19:16.199ZINFO
90762026-08-29T16:19:16.199Zadding route 172.17.0.1/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 } }]
90772026-08-29T16:19:16.199Z
90782026-08-29T16:19:16.199Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
90792026-08-29T16:19:16.199ZAug 29 16:19:14.807Aug 29 16:19:14.807 DEBGAug 29 16:19:14.807DEBG initted freemap. size: 64DEBG, 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 } }] unitreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:19:14.807
90802026-08-29T16:19:16.199Z:Aug 29 16:19:14.807
90812026-08-29T16:19:16.199Z freemap_route_ipv4 INFO
90822026-08-29T16:19:16.199Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 29 16:19:14.807 Aug 29 16:19:14.807 INFO
90832026-08-29T16:19:16.199ZINFO INFOAug 29 16:19:14.807adding route 172.16.0.0/32 -> 10.0.0.4 DEBGadding route 172.17.0.2/32 -> 10.0.0.255
90842026-08-29T16:19:16.199Z
90852026-08-29T16:19:16.199ZAug 29 16:19:14.807 reset freemapadding route 172.17.0.31/32 -> 10.0.0.255DEBG,
90862026-08-29T16:19:16.199Zunit: 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 29 16:19:14.807freemap_route_ipv4
90872026-08-29T16:19:16.199Z
90882026-08-29T16:19:16.199ZAug 29 16:19:14.807 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 } }]DEBGAug 29 16:19:14.807
90892026-08-29T16:19:16.199Z Aug 29 16:19:14.807Aug 29 16:19:14.807 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]DEBGINFO Aug 29 16:19:14.807initted freemap. size: 64 INFOadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
90902026-08-29T16:19:16.199Zadding route 172.17.0.3/32 -> 10.0.0.255, DEBG
90912026-08-29T16:19:16.199Zunit
90922026-08-29T16:19:16.199Z:Aug 29 16:19:14.807 freemap_route_ipv6replacing 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 } }]
90932026-08-29T16:19:16.199Z
90942026-08-29T16:19:16.199ZAug 29 16:19:14.807 DEBGDEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:19:14.807Aug 29 16:19:14.807
90952026-08-29T16:19:16.199ZAug 29 16:19:14.807 INFO DEBG INFOAug 29 16:19:14.807replacing 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 } }]
90962026-08-29T16:19:16.199Z adding route 172.17.0.32/32 -> 10.0.0.255INFO adding route 172.17.0.0/32 -> 10.0.0.255
90972026-08-29T16:19:16.199Zreset freemapadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
90982026-08-29T16:19:16.199Z,
90992026-08-29T16:19:16.199Zunit:Aug 29 16:19:14.808Aug 29 16:19:14.808Aug 29 16:19:14.808 DEBG Aug 29 16:19:14.808freemap_route_ipv6 DEBG
91002026-08-29T16:19:16.200Z INFOreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91012026-08-29T16:19:16.200Zadding route 172.17.0.4/32 -> 10.0.0.255replacing 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 } }]
91022026-08-29T16:19:16.200ZDEBG Aug 29 16:19:14.808
91032026-08-29T16:19:16.200ZAug 29 16:19:14.808replacing 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 29 16:19:14.808
91042026-08-29T16:19:16.200ZINFO Aug 29 16:19:14.808DEBG INFOINFO adding route 172.17.0.33/32 -> 10.0.0.255adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
91052026-08-29T16:19:16.200Zreplacing 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:dead::/64 -> 2001:db8::55:1
91062026-08-29T16:19:16.200Z
91072026-08-29T16:19:16.200Z
91082026-08-29T16:19:16.200ZAug 29 16:19:14.808 Aug 29 16:19:14.808DEBG Aug 29 16:19:14.808INFO Aug 29 16:19:14.808adding route 172.17.0.5/32 -> 10.0.0.255
91092026-08-29T16:19:16.200ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 172.17.0.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 29 16:19:14.808DEBG
91102026-08-29T16:19:16.200Z
91112026-08-29T16:19:16.200ZAug 29 16:19:14.808INFO adding route 172.17.0.1/32 -> 10.0.0.255DEBGreplacing 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 } }]
91122026-08-29T16:19:16.205Z 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 } }]
91132026-08-29T16:19:16.205ZAug 29 16:19:14.808
91142026-08-29T16:19:16.205Z Aug 29 16:19:14.808 INFODEBGAug 29 16:19:14.808 Aug 29 16:19:14.808replacing 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 29 16:19:14.808
91152026-08-29T16:19:16.205Z adding route 172.17.0.34/32 -> 10.0.0.255INFOINFOAug 29 16:19:14.808 INFOadding route 172.17.0.6/32 -> 10.0.0.255
91162026-08-29T16:19:16.205Z
91172026-08-29T16:19:16.205Z adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
91182026-08-29T16:19:16.205Z
91192026-08-29T16:19:16.205ZINFOAug 29 16:19:14.808 DEBG Aug 29 16:19:14.808Aug 29 16:19:14.808 DEBGDEBG adding route 172.17.0.2/32 -> 10.0.0.255Aug 29 16:19:14.808
91202026-08-29T16:19:16.205Z 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 } }]
91212026-08-29T16:19:16.205Zreplacing 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
91222026-08-29T16:19:16.205Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
91232026-08-29T16:19:16.205Zreplacing 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 } }]
91242026-08-29T16:19:16.205ZAug 29 16:19:14.808Aug 29 16:19:14.808Aug 29 16:19:14.808Aug 29 16:19:14.808 INFOINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 172.17.0.7/32 -> 10.0.0.255
91252026-08-29T16:19:16.205Z
91262026-08-29T16:19:16.205ZAug 29 16:19:14.808INFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 29 16:19:14.808 replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGINFO Aug 29 16:19:14.808
91272026-08-29T16:19:16.205Z
91282026-08-29T16:19:16.205Zadding route 172.17.0.35/32 -> 10.0.0.255replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
91292026-08-29T16:19:16.205Z 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 } }]
91302026-08-29T16:19:16.205Z
91312026-08-29T16:19:16.205ZAug 29 16:19:14.808 Aug 29 16:19:14.808INFO Aug 29 16:19:14.808Aug 29 16:19:14.808Aug 29 16:19:14.808 INFO adding route 172.17.0.3/32 -> 10.0.0.255 DEBGDEBG INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
91322026-08-29T16:19:16.205Zreplacing 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 } }]
91332026-08-29T16:19:16.205Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
91342026-08-29T16:19:16.205ZAug 29 16:19:14.808 DEBGAug 29 16:19:14.815adding route 172.17.0.8/32 -> 10.0.0.255
91352026-08-29T16:19:16.206ZAug 29 16:19:14.815created new freemap DEBG, INFOunit :Aug 29 16:19:14.815 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 172.17.0.36/32 -> 10.0.0.255
91362026-08-29T16:19:16.206Z
91372026-08-29T16:19:16.206Zreplacing 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
91382026-08-29T16:19:16.206Z
91392026-08-29T16:19:16.206ZAug 29 16:19:14.815Aug 29 16:19:14.815 Aug 29 16:19:14.815 DEBG INFO INFOreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91402026-08-29T16:19:16.206Zadding route 172.17.0.9/32 -> 10.0.0.255adding route 172.17.0.4/32 -> 10.0.0.255
91412026-08-29T16:19:16.206Z
91422026-08-29T16:19:16.206ZAug 29 16:19:14.815Aug 29 16:19:14.815 DEBGINFO created new freemapadding route 172.17.0.37/32 -> 10.0.0.255,
91432026-08-29T16:19:16.206Zunit:Aug 29 16:19:14.815Aug 29 16:19:14.800Aug 29 16:19:14.815 freemap_route_ipv6DEBG DEBG
91442026-08-29T16:19:16.206Z replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
91452026-08-29T16:19:16.206Z Aug 29 16:19:14.815replacing 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 } }] created new freemap
91462026-08-29T16:19:16.206ZAug 29 16:19:14.815Aug 29 16:19:14.815DEBG 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 } }] Aug 29 16:19:14.815initted freemap. size: 64, ,
91472026-08-29T16:19:16.206Zunitadding route 172.17.0.38/32 -> 10.0.0.255: INFO freemap_route_ipv4adding route 172.17.0.10/32 -> 10.0.0.255
91482026-08-29T16:19:16.206Z
91492026-08-29T16:19:16.206Z
91502026-08-29T16:19:16.206ZAug 29 16:19:14.815unit Aug 29 16:19:14.815Aug 29 16:19:14.815 :DEBGAug 29 16:19:14.815 freemap_route_ipv4INFOreplacing 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 } }]
91512026-08-29T16:19:16.206Z
91522026-08-29T16:19:16.206Z DEBG reset freemapDEBG Aug 29 16:19:14.815 adding route 172.17.0.5/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 } }]
91532026-08-29T16:19:16.206ZINFO, unit
91542026-08-29T16:19:16.206Zadding route 172.17.0.39/32 -> 10.0.0.255:Aug 29 16:19:14.815
91552026-08-29T16:19:16.206Z freemap_route_ipv4INFO
91562026-08-29T16:19:16.206Z Aug 29 16:19:14.815adding route 172.17.0.11/32 -> 10.0.0.255
91572026-08-29T16:19:16.206ZDEBG created new freemapAug 29 16:19:14.815, Aug 29 16:19:14.815unitAug 29 16:19:14.815: DEBG DEBG freemap_route_ipv6 Aug 29 16:19:14.815replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
91582026-08-29T16:19:16.206ZDEBG
91592026-08-29T16:19:16.206Z
91602026-08-29T16:19:16.206Z replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG initted freemap. size: 64, Aug 29 16:19:14.815Aug 29 16:19:14.815unit Aug 29 16:19:14.815
91612026-08-29T16:19:16.206Z INFOINFO:DEBG adding route 172.17.0.12/32 -> 10.0.0.255
91622026-08-29T16:19:16.207Z initted freemap. size: 64 Aug 29 16:19:14.815adding route 172.17.0.40/32 -> 10.0.0.255
91632026-08-29T16:19:16.207Z, Aug 29 16:19:14.815unitINFO DEBGfreemap_route_ipv6 adding route 172.17.0.6/32 -> 10.0.0.255:
91642026-08-29T16:19:16.207ZAug 29 16:19:14.815replacing 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 } }]
91652026-08-29T16:19:16.207ZDEBGfreemap_route_ipv4
91662026-08-29T16:19:16.207Z
91672026-08-29T16:19:16.207Z 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 29 16:19:14.815
91682026-08-29T16:19:16.207ZAug 29 16:19:14.815 DEBGINFO Aug 29 16:19:14.815Aug 29 16:19:14.815 adding route 172.17.0.13/32 -> 10.0.0.255reset freemapDEBG, Aug 29 16:19:14.815unit
91692026-08-29T16:19:16.207Z : INFOreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGadding route 172.17.0.41/32 -> 10.0.0.255freemap_route_ipv6
91702026-08-29T16:19:16.207Ztest route::tests::same_size_non_subset_replace ... ok
91712026-08-29T16:19:16.207Z
91722026-08-29T16:19:16.207Z
91732026-08-29T16:19:16.207ZAug 29 16:19:14.815reset freemapAug 29 16:19:14.815Aug 29 16:19:14.815 , DEBGunit :INFO replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGfreemap_route_ipv4
91742026-08-29T16:19:16.207Z
91752026-08-29T16:19:16.207Zadding route 172.16.0.0/32 -> 10.0.0.1
91762026-08-29T16:19:16.207Zreplacing 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 } }]
91772026-08-29T16:19:16.207Ztest route::tests::rollback_on_compact_write_failure ... ok
91782026-08-29T16:19:16.207ZAug 29 16:19:14.815Aug 29 16:19:14.815Aug 29 16:19:14.815 INFO INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255
91792026-08-29T16:19:16.207Ztest route::tests::rollback_on_index_readd_failure ... ok
91802026-08-29T16:19:16.207ZAug 29 16:19:14.816adding route 172.17.0.7/32 -> 10.0.0.255Aug 29 16:19:14.816
91812026-08-29T16:19:16.207Z DEBG
91822026-08-29T16:19:16.207Z Aug 29 16:19:14.816initted freemap. size: 64 DEBG, INFOAug 29 16:19:14.816replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
91832026-08-29T16:19:16.207Z :Aug 29 16:19:14.816adding route 172.17.0.14/32 -> 10.0.0.255
91842026-08-29T16:19:16.207Z freemap_route_ipv6INFODEBGAug 29 16:19:14.816
91852026-08-29T16:19:16.207Z INFO adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.43/32 -> 10.0.0.255Aug 29 16:19:14.816
91862026-08-29T16:19:16.207Z DEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 29 16:19:14.816
91872026-08-29T16:19:16.207Z
91882026-08-29T16:19:16.207Z Aug 29 16:19:14.816
91892026-08-29T16:19:16.207ZAug 29 16:19:14.816 Aug 29 16:19:14.816DEBG INFODEBG 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.8/32 -> 10.0.0.255
91902026-08-29T16:19:16.207ZAug 29 16:19:14.816 INFO
91912026-08-29T16:19:16.208Zadding route 172.17.0.15/32 -> 10.0.0.255reset freemapAug 29 16:19:14.816DEBG ,
91922026-08-29T16:19:16.208ZINFOAug 29 16:19:14.816replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.44/32 -> 10.0.0.255
91932026-08-29T16:19:16.208Z
91942026-08-29T16:19:16.208ZAug 29 16:19:14.816DEBGunit 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 } }]:
91952026-08-29T16:19:16.208Z Aug 29 16:19:14.816DEBGfreemap_route_ipv6 Aug 29 16:19:14.816
91962026-08-29T16:19:16.208Z Aug 29 16:19:14.816DEBGreplacing 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 } }]
91972026-08-29T16:19:16.208ZINFO replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.9/32 -> 10.0.0.255
91982026-08-29T16:19:16.208ZAug 29 16:19:14.816
91992026-08-29T16:19:16.208ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1
92002026-08-29T16:19:16.208ZAug 29 16:19:14.824 DEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:19:14.824
92012026-08-29T16:19:16.208ZDEBG Aug 29 16:19:14.824Aug 29 16:19:14.824replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Aug 29 16:19:14.824DEBG
92022026-08-29T16:19:16.208Z INFO adding route 172.17.0.10/32 -> 10.0.0.255INFOreplacing 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 } }]
92032026-08-29T16:19:16.208Z adding route 172.17.0.45/32 -> 10.0.0.255
92042026-08-29T16:19:16.208Z
92052026-08-29T16:19:16.208ZAug 29 16:19:14.824 INFOAug 29 16:19:14.824 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG
92062026-08-29T16:19:16.208Z Aug 29 16:19:14.824replacing 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 } }]
92072026-08-29T16:19:16.208ZDEBG Aug 29 16:19:14.824replacing 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 } }]
92082026-08-29T16:19:16.208ZDEBG Aug 29 16:19:14.824replacing 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 } }]
92092026-08-29T16:19:16.208ZINFO adding route 172.17.0.46/32 -> 10.0.0.255
92102026-08-29T16:19:16.208Z Aug 29 16:19:14.824DEBGAug 29 16:19:14.824 INFODEBGAug 29 16:19:14.824 replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }]
92112026-08-29T16:19:16.208Z
92122026-08-29T16:19:16.213Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
92132026-08-29T16:19:16.213ZINFO adding route 172.17.0.11/32 -> 10.0.0.255Aug 29 16:19:14.824Aug 29 16:19:14.824
92142026-08-29T16:19:16.213Z INFO adding route 172.17.0.47/32 -> 10.0.0.255
92152026-08-29T16:19:16.213ZAug 29 16:19:14.824 Aug 29 16:19:14.816DEBG INFODEBGAug 29 16:19:14.824 replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.16/32 -> 10.0.0.255
92162026-08-29T16:19:16.213Zreplacing 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 } }]
92172026-08-29T16:19:16.213ZDEBG
92182026-08-29T16:19:16.213Zreplacing 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 } }]
92192026-08-29T16:19:16.213ZAug 29 16:19:14.824Aug 29 16:19:14.824 Aug 29 16:19:14.824INFO Aug 29 16:19:14.824DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92202026-08-29T16:19:16.213ZAug 29 16:19:14.824 INFO
92212026-08-29T16:19:16.213Z INFO Aug 29 16:19:14.824INFOadding route 172.17.0.48/32 -> 10.0.0.255
92222026-08-29T16:19:16.213Z DEBG Aug 29 16:19:14.824 adding route 172.17.0.12/32 -> 10.0.0.255INFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.17/32 -> 10.0.0.255replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:19:14.824
92232026-08-29T16:19:16.213Z
92242026-08-29T16:19:16.213Z DEBG
92252026-08-29T16:19:16.213Z 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 29 16:19:14.824
92262026-08-29T16:19:16.213ZDEBG Aug 29 16:19:14.824
92272026-08-29T16:19:16.214Zreplacing 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 29 16:19:14.824 Aug 29 16:19:14.824
92282026-08-29T16:19:16.214Z INFO DEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
92292026-08-29T16:19:16.214ZAug 29 16:19:14.824 DEBGINFO Aug 29 16:19:14.824replacing 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
92302026-08-29T16:19:16.214Z INFOadding route 172.17.0.49/32 -> 10.0.0.255 Aug 29 16:19:14.824
92312026-08-29T16:19:16.214Z
92322026-08-29T16:19:16.214Zadding route 172.17.0.18/32 -> 10.0.0.255 Aug 29 16:19:14.824DEBG
92332026-08-29T16:19:16.214ZAug 29 16:19:14.824 INFOAug 29 16:19:14.824replacing 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 Aug 29 16:19:14.824INFO 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
92342026-08-29T16:19:16.214Zadding route 3fff:dead::/64 -> 2001:db8::55:3
92352026-08-29T16:19:16.214Z 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 } }]
92362026-08-29T16:19:16.214Zadding route 172.17.0.13/32 -> 10.0.0.255
92372026-08-29T16:19:16.214Z
92382026-08-29T16:19:16.214ZAug 29 16:19:14.824 Aug 29 16:19:14.824 INFOINFO adding route 172.17.0.50/32 -> 10.0.0.255adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 29 16:19:14.824
92392026-08-29T16:19:16.214Z
92402026-08-29T16:19:16.214ZAug 29 16:19:14.824 Aug 29 16:19:14.824 INFO DEBGAug 29 16:19:14.824 adding route 172.17.0.19/32 -> 10.0.0.255DEBG
92412026-08-29T16:19:16.214Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] DEBGreplacing targets for 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 } }]
92422026-08-29T16:19:16.214Z Aug 29 16:19:14.824
92432026-08-29T16:19:16.214Z Aug 29 16:19:14.824DEBG DEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 29 16:19:14.824
92442026-08-29T16:19:16.214Zreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
92452026-08-29T16:19:16.214Z Aug 29 16:19:14.824Aug 29 16:19:14.824
92462026-08-29T16:19:16.214Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff INFO INFO
92472026-08-29T16:19:16.214Zadding route 172.17.0.51/32 -> 10.0.0.255Aug 29 16:19:14.824
92482026-08-29T16:19:16.214Z Aug 29 16:19:14.824INFOAug 29 16:19:14.824adding route 3fff:dead::/64 -> 2001:db8::55:4 DEBGINFO
92492026-08-29T16:19:16.214Z adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.14/32 -> 10.0.0.255
92502026-08-29T16:19:16.214Z
92512026-08-29T16:19:16.214Zreplacing 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 } }]
92522026-08-29T16:19:16.214ZAug 29 16:19:14.824 Aug 29 16:19:14.824DEBG Aug 29 16:19:14.824Aug 29 16:19:14.824 DEBGDEBG Aug 29 16:19:14.824replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
92532026-08-29T16:19:16.214Z 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 } }] 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 } }]
92542026-08-29T16:19:16.214Zreplacing 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 } }]
92552026-08-29T16:19:16.215Z
92562026-08-29T16:19:16.215Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
92572026-08-29T16:19:16.215ZAug 29 16:19:14.824Aug 29 16:19:14.824 Aug 29 16:19:14.824 DEBGAug 29 16:19:14.824 INFO INFO Aug 29 16:19:14.824 adding route 172.17.0.21/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255INFO 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 } }]
92582026-08-29T16:19:16.215Z 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 } }]
92592026-08-29T16:19:16.215Z
92602026-08-29T16:19:16.215Z
92612026-08-29T16:19:16.215ZAug 29 16:19:14.824 Aug 29 16:19:14.824adding route 172.17.0.15/32 -> 10.0.0.255Aug 29 16:19:14.824 Aug 29 16:19:14.824WARN
92622026-08-29T16:19:16.215Z shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBGINFO replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
92632026-08-29T16:19:16.215Z
92642026-08-29T16:19:16.215ZDEBG
92652026-08-29T16:19:16.215Z Aug 29 16:19:14.824Aug 29 16:19:14.824Aug 29 16:19:14.824 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 } }]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.22/32 -> 10.0.0.255
92662026-08-29T16:19:16.215ZDEBG
92672026-08-29T16:19:16.215Z
92682026-08-29T16:19:16.215Z
92692026-08-29T16:19:16.215Z 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 29 16:19:14.824Aug 29 16:19:14.824
92702026-08-29T16:19:16.215Ztest route::tests::add_target_fails_full ... ok
92712026-08-29T16:19:16.215ZAug 29 16:19:14.824 INFOINFODEBG Aug 29 16:19:14.824adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 29 16:19:14.824 adding route 172.17.0.53/32 -> 10.0.0.255
92722026-08-29T16:19:16.215ZINFO
92732026-08-29T16:19:16.215Zreplacing 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 } }]
92742026-08-29T16:19:16.215Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
92752026-08-29T16:19:16.215ZAug 29 16:19:14.824Aug 29 16:19:14.824 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 172.17.0.23/32 -> 10.0.0.255INFO
92762026-08-29T16:19:16.215ZAug 29 16:19:14.824
92772026-08-29T16:19:16.215ZAug 29 16:19:14.824adding route 172.17.0.16/32 -> 10.0.0.255
92782026-08-29T16:19:16.215ZDEBGDEBG Aug 29 16:19:14.824replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 29 16:19:14.824 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 } }]
92792026-08-29T16:19:16.215ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 172.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 } }]
92802026-08-29T16:19:16.215Z
92812026-08-29T16:19:16.215Z
92822026-08-29T16:19:16.216ZAug 29 16:19:14.824Aug 29 16:19:14.824 INFODEBG Aug 29 16:19:14.824 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 29 16:19:14.824
92832026-08-29T16:19:16.216ZINFO replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:19:14.824adding route 172.17.0.24/32 -> 10.0.0.255
92842026-08-29T16:19:16.216ZINFO WARNadding route 172.17.0.54/32 -> 10.0.0.255Aug 29 16:19:14.824
92852026-08-29T16:19:16.216Z
92862026-08-29T16:19:16.216Z DEBGshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
92872026-08-29T16:19:16.216ZAug 29 16:19:14.824Aug 29 16:19:14.824 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 29 16:19:14.824DEBG
92882026-08-29T16:19:16.216ZDEBG INFO 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 } }]
92892026-08-29T16:19:16.216Zreplacing 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 } }]
92902026-08-29T16:19:16.216Zadding route 172.17.0.17/32 -> 10.0.0.255
92912026-08-29T16:19:16.216ZAug 29 16:19:14.824 INFOAug 29 16:19:14.824 Aug 29 16:19:14.824 adding route 172.17.0.25/32 -> 10.0.0.255
92922026-08-29T16:19:16.216ZINFOAug 29 16:19:14.824INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
92932026-08-29T16:19:16.216Zadding route 172.17.0.55/32 -> 10.0.0.255
92942026-08-29T16:19:16.216ZAug 29 16:19:14.824DEBG Aug 29 16:19:14.824replacing 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 29 16:19:14.824
92952026-08-29T16:19:16.216Z DEBG DEBGreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
92962026-08-29T16:19:16.216Z Aug 29 16:19:14.824 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 } }]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 } }]
92972026-08-29T16:19:16.216Z
92982026-08-29T16:19:16.216ZAug 29 16:19:14.824 adding route 172.17.0.18/32 -> 10.0.0.255INFO
92992026-08-29T16:19:16.216Z adding route 172.17.0.26/32 -> 10.0.0.255Aug 29 16:19:14.824
93002026-08-29T16:19:16.216Z INFOAug 29 16:19:14.824 adding route 172.17.0.56/32 -> 10.0.0.255Aug 29 16:19:14.824
93012026-08-29T16:19:16.216Z DEBGINFO Aug 29 16:19:14.824 Aug 29 16:19:14.824adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreplacing 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 } }]
93022026-08-29T16:19:16.216Z Aug 29 16:19:14.832DEBG 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 } }]
93032026-08-29T16:19:16.216Zreplacing 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 } }]
93042026-08-29T16:19:16.216ZAug 29 16:19:14.825 DEBGAug 29 16:19:14.832 created new freemapINFO , adding route 172.17.0.57/32 -> 10.0.0.255unit
93052026-08-29T16:19:16.216Z
93062026-08-29T16:19:16.216Z:Aug 29 16:19:14.832 freemap_route_ipv4Aug 29 16:19:14.832INFO
93072026-08-29T16:19:16.216Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG
93082026-08-29T16:19:16.216Z 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 29 16:19:14.832
93092026-08-29T16:19:16.216Z INFOAug 29 16:19:14.832Aug 29 16:19:14.832 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 } }]created new freemap
93102026-08-29T16:19:16.216Z , adding route 172.17.0.27/32 -> 10.0.0.255Aug 29 16:19:14.832unit :Aug 29 16:19:14.832
93112026-08-29T16:19:16.217ZINFOfreemap_route_ipv6 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFO
93122026-08-29T16:19:16.222Z
93132026-08-29T16:19:16.222Z Aug 29 16:19:14.832 adding route 172.17.0.58/32 -> 10.0.0.255
93142026-08-29T16:19:16.222ZDEBG Aug 29 16:19:14.832Aug 29 16:19:14.832 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 } }]initted freemap. size: 64
93152026-08-29T16:19:16.222Zreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], unit
93162026-08-29T16:19:16.222Z:Aug 29 16:19:14.832 freemap_route_ipv4DEBG
93172026-08-29T16:19:16.222ZAug 29 16:19:14.832 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 } }]INFOAug 29 16:19:14.832
93182026-08-29T16:19:16.222Z INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff Aug 29 16:19:14.832
93192026-08-29T16:19:16.222Z DEBGadding route 172.17.0.28/32 -> 10.0.0.255
93202026-08-29T16:19:16.222Zreset freemap, Aug 29 16:19:14.832Aug 29 16:19:14.832 INFODEBG unit :Aug 29 16:19:14.832replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255
93212026-08-29T16:19:16.222Z
93222026-08-29T16:19:16.222Z DEBGfreemap_route_ipv4
93232026-08-29T16:19:16.222ZAug 29 16:19:14.832Aug 29 16:19:14.832 replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG Aug 29 16:19:14.832
93242026-08-29T16:19:16.222ZINFOreplacing 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 } }]
93252026-08-29T16:19:16.222Z DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
93262026-08-29T16:19:16.222ZAug 29 16:19:14.832initted freemap. size: 64 INFOAug 29 16:19:14.832, unitAug 29 16:19:14.832 adding route 172.17.0.29/32 -> 10.0.0.255:DEBG freemap_route_ipv6replacing 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 } }]
93272026-08-29T16:19:16.222ZINFO
93282026-08-29T16:19:16.222Z adding route 172.17.0.60/32 -> 10.0.0.255
93292026-08-29T16:19:16.223Z
93302026-08-29T16:19:16.223ZAug 29 16:19:14.832Aug 29 16:19:14.832 DEBG Aug 29 16:19:14.832replacing 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 } }]
93312026-08-29T16:19:16.223ZDEBG 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 } }] DEBG
93322026-08-29T16:19:16.223Zreset freemapAug 29 16:19:14.832Aug 29 16:19:14.832 INFO, INFO Aug 29 16:19:14.832adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
93332026-08-29T16:19:16.223Zunitadding route 172.17.0.30/32 -> 10.0.0.255replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93342026-08-29T16:19:16.223Z
93352026-08-29T16:19:16.223Z:INFOAug 29 16:19:14.832 DEBGfreemap_route_ipv6Aug 29 16:19:14.832
93362026-08-29T16:19:16.223Z DEBG Aug 29 16:19:14.832replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.61/32 -> 10.0.0.255
93372026-08-29T16:19:16.223Z replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:19:14.832
93382026-08-29T16:19:16.223ZINFO INFO adding route 172.17.0.19/32 -> 10.0.0.255
93392026-08-29T16:19:16.223ZAug 29 16:19:14.832adding route 3fff:dead::/64 -> 2001:db8::55:1
93402026-08-29T16:19:16.223Z Aug 29 16:19:14.832
93412026-08-29T16:19:16.223ZINFO adding route 172.17.0.31/32 -> 10.0.0.255DEBGAug 29 16:19:14.832 Aug 29 16:19:14.832replacing 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 } }]
93422026-08-29T16:19:16.223ZDEBG
93432026-08-29T16:19:16.223ZAug 29 16:19:14.832DEBG 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 } }] 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 } }]
93442026-08-29T16:19:16.223Z Aug 29 16:19:14.832adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 29 16:19:14.832
93452026-08-29T16:19:16.223Z
93462026-08-29T16:19:16.223ZDEBG 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 29 16:19:14.832INFOAug 29 16:19:14.832Aug 29 16:19:14.832
93472026-08-29T16:19:16.223Zadding route 172.17.0.62/32 -> 10.0.0.255
93482026-08-29T16:19:16.223Z DEBGINFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
93492026-08-29T16:19:16.223ZAug 29 16:19:14.832Aug 29 16:19:14.832adding route 172.17.0.20/32 -> 10.0.0.255
93502026-08-29T16:19:16.223Z 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 } }]Aug 29 16:19:14.832
93512026-08-29T16:19:16.223Zadding route 172.17.0.32/32 -> 10.0.0.255
93522026-08-29T16:19:16.223Z
93532026-08-29T16:19:16.223ZAug 29 16:19:14.832 Aug 29 16:19:14.832Aug 29 16:19:14.832DEBG INFODEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
93542026-08-29T16:19:16.223Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.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
93552026-08-29T16:19:16.223Z
93562026-08-29T16:19:16.223ZAug 29 16:19:14.832 Aug 29 16:19:14.832DEBGadding route 172.17.0.63/32 -> 10.0.0.255
93572026-08-29T16:19:16.224Zreplacing 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 29 16:19:14.832DEBG
93582026-08-29T16:19:16.224Z replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
93592026-08-29T16:19:16.224ZAug 29 16:19:14.832 Aug 29 16:19:14.832adding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 29 16:19:14.832 INFODEBG
93602026-08-29T16:19:16.224Z adding route 172.17.0.21/32 -> 10.0.0.255 Aug 29 16:19:14.832INFOreplacing 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 } }]
93612026-08-29T16:19:16.224Z
93622026-08-29T16:19:16.224ZINFOAug 29 16:19:14.832 Aug 29 16:19:14.832adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 29 16:19:14.832
93632026-08-29T16:19:16.224Z adding route 172.17.0.33/32 -> 10.0.0.255DEBGDEBG failed to allocate space for the new target list DEBG
93642026-08-29T16:19:16.224ZAug 29 16:19:14.832replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
93652026-08-29T16:19:16.224ZDEBG
93662026-08-29T16:19:16.224Zreplacing 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 } }]
93672026-08-29T16:19:16.224Zreplacing 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 29 16:19:14.832 Aug 29 16:19:14.832
93682026-08-29T16:19:16.224Z DEBGDEBGAug 29 16:19:14.832 INFO Aug 29 16:19:14.832Aug 29 16:19:14.832replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
93692026-08-29T16:19:16.224Zadding route 172.17.0.22/32 -> 10.0.0.255 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 } }]INFOINFO
93702026-08-29T16:19:16.224Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
93712026-08-29T16:19:16.224Z
93722026-08-29T16:19:16.224Zadding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
93732026-08-29T16:19:16.224Z
93742026-08-29T16:19:16.224ZAug 29 16:19:14.832 DEBGAug 29 16:19:14.832Aug 29 16:19:14.832 Aug 29 16:19:14.832DEBG failed to allocate space for the new target listreplacing 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 29 16:19:14.832
93752026-08-29T16:19:16.224Z INFO DEBGDEBGadding route 172.17.0.34/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 } }]
93762026-08-29T16:19:16.224Z
93772026-08-29T16:19:16.224Z
93782026-08-29T16:19:16.224ZAug 29 16:19:14.833replacing 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 } }]
93792026-08-29T16:19:16.224Z INFO adding route 172.17.0.23/32 -> 10.0.0.255Aug 29 16:19:14.833
93802026-08-29T16:19:16.224Z DEBGAug 29 16:19:14.833Aug 29 16:19:14.833 Aug 29 16:19:14.833DEBGINFO replacing targets for 3fff:dead::/64 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.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
93812026-08-29T16:19:16.224ZDEBG
93822026-08-29T16:19:16.224Z
93832026-08-29T16:19:16.224Zreplacing 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 } }]
93842026-08-29T16:19:16.224ZAug 29 16:19:14.833 INFO adding route 172.17.0.35/32 -> 10.0.0.255Aug 29 16:19:14.833
93852026-08-29T16:19:16.225Z INFO Aug 29 16:19:14.833 Aug 29 16:19:14.833adding route 172.17.0.24/32 -> 10.0.0.255 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 } }]
93862026-08-29T16:19:16.225ZDEBG 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 } }]
93872026-08-29T16:19:16.225ZAug 29 16:19:14.833 DEBG Aug 29 16:19:14.833replacing 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 } }]
93882026-08-29T16:19:16.225ZINFO
93892026-08-29T16:19:16.225Z Aug 29 16:19:14.833Aug 29 16:19:14.833 INFOINFO adding route 172.17.0.25/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255
93902026-08-29T16:19:16.225Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
93912026-08-29T16:19:16.225Z
93922026-08-29T16:19:16.225ZAug 29 16:19:14.799Aug 29 16:19:14.833 Aug 29 16:19:14.833 Aug 29 16:19:14.833DEBGDEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
93932026-08-29T16:19:16.225Z 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
93942026-08-29T16:19:16.225Z replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
93952026-08-29T16:19:16.225ZAug 29 16:19:14.833 INFO
93962026-08-29T16:19:16.225Z Aug 29 16:19:14.833adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
93972026-08-29T16:19:16.225ZINFOAug 29 16:19:14.833 INFOAug 29 16:19:14.833 adding route 172.17.0.37/32 -> 10.0.0.255INFOadding route 172.17.0.6/32 -> 10.0.0.255Aug 29 16:19:14.833
93982026-08-29T16:19:16.225Z
93992026-08-29T16:19:16.225ZDEBGadding route 172.17.0.26/32 -> 10.0.0.255
94002026-08-29T16:19:16.225Zreplacing 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 } }]
94012026-08-29T16:19:16.225ZAug 29 16:19:14.833 Aug 29 16:19:14.833Aug 29 16:19:14.833 DEBGDEBG Aug 29 16:19:14.833 DEBGreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
94022026-08-29T16:19:16.225Z
94032026-08-29T16:19:16.225Z replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
94042026-08-29T16:19:16.225Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 29 16:19:14.833
94052026-08-29T16:19:16.225ZAug 29 16:19:14.833 Aug 29 16:19:14.833INFOINFO adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.38/32 -> 10.0.0.255
94062026-08-29T16:19:16.225Z
94072026-08-29T16:19:16.225Z Aug 29 16:19:14.833INFO Aug 29 16:19:14.833adding route 172.17.0.7/32 -> 10.0.0.255DEBG
94082026-08-29T16:19:16.225Z Aug 29 16:19:14.833 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
94092026-08-29T16:19:16.225Z DEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
94102026-08-29T16:19:16.225Z
94112026-08-29T16:19:16.225ZAug 29 16:19:14.833Aug 29 16:19:14.833 INFO DEBGAug 29 16:19:14.833 adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
94122026-08-29T16:19:16.230Zreplacing 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
94132026-08-29T16:19:16.230Z adding route 172.17.0.28/32 -> 10.0.0.255Aug 29 16:19:14.833
94142026-08-29T16:19:16.230Z INFOAug 29 16:19:14.833Aug 29 16:19:14.833 Aug 29 16:19:14.833 INFODEBG created new freemapAug 29 16:19:14.833 , adding route 172.17.0.8/32 -> 10.0.0.255
94152026-08-29T16:19:16.230Zunit: freemap_route_ipv4
94162026-08-29T16:19:16.230Z Aug 29 16:19:14.841adding route 172.17.0.39/32 -> 10.0.0.255Aug 29 16:19:14.841 DEBG
94172026-08-29T16:19:16.230ZDEBG created new freemapreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
94182026-08-29T16:19:16.230ZAug 29 16:19:14.841unit 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 } }]freemap_route_ipv6
94192026-08-29T16:19:16.230ZAug 29 16:19:14.841
94202026-08-29T16:19:16.230Z INFO Aug 29 16:19:14.841Aug 29 16:19:14.841 DEBGadding route 172.17.0.9/32 -> 10.0.0.255
94212026-08-29T16:19:16.231Z initted freemap. size: 64INFO, adding route 172.17.0.40/32 -> 10.0.0.255unit
94222026-08-29T16:19:16.231Z: Aug 29 16:19:14.841freemap_route_ipv4
94232026-08-29T16:19:16.231ZDEBGAug 29 16:19:14.841 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 } }]
94242026-08-29T16:19:16.231ZDEBG 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 29 16:19:14.841
94252026-08-29T16:19:16.231Z DEBGAug 29 16:19:14.841 reset freemapAug 29 16:19:14.841, INFOunit : INFOfreemap_route_ipv4adding route 172.17.0.10/32 -> 10.0.0.255
94262026-08-29T16:19:16.231Z
94272026-08-29T16:19:16.231Zadding route 172.17.0.41/32 -> 10.0.0.255
94282026-08-29T16:19:16.231ZAug 29 16:19:14.841 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 } }]
94292026-08-29T16:19:16.231ZAug 29 16:19:14.841 DEBGAug 29 16:19:14.841 Aug 29 16:19:14.841 initted freemap. size: 64 , DEBGunit INFO: replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.11/32 -> 10.0.0.255
94302026-08-29T16:19:16.231ZDEBG
94312026-08-29T16:19:16.231Z replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
94322026-08-29T16:19:16.231Z
94332026-08-29T16:19:16.231ZAug 29 16:19:14.841Aug 29 16:19:14.841 DEBGDEBGAug 29 16:19:14.841 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 29 16:19:14.841reset freemapINFO, unitadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
94342026-08-29T16:19:16.231Z: INFOfreemap_route_ipv6
94352026-08-29T16:19:16.231Zadding route 172.17.0.42/32 -> 10.0.0.255
94362026-08-29T16:19:16.231Z
94372026-08-29T16:19:16.231ZAug 29 16:19:14.841 Aug 29 16:19:14.841 INFOAug 29 16:19:14.841 adding route 172.17.0.12/32 -> 10.0.0.255DEBG
94382026-08-29T16:19:16.231ZINFO Aug 29 16:19:14.841 adding route 172.16.0.0/32 -> 10.0.0.1 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
94392026-08-29T16:19:16.231Z
94402026-08-29T16:19:16.231ZAug 29 16:19:14.841replacing 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 } }]
94412026-08-29T16:19:16.231ZDEBGAug 29 16:19:14.841 INFOAug 29 16:19:14.841 adding route 172.17.0.43/32 -> 10.0.0.255Aug 29 16:19:14.841 DEBG
94422026-08-29T16:19:16.231Zreplacing 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
94432026-08-29T16:19:16.231Z adding route 3fff:beef:3b::/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 } }]
94442026-08-29T16:19:16.231ZAug 29 16:19:14.841
94452026-08-29T16:19:16.231Z 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 } }]Aug 29 16:19:14.841Aug 29 16:19:14.841
94462026-08-29T16:19:16.231Z INFODEBG Aug 29 16:19:14.841adding route 172.16.0.0/32 -> 10.0.0.2
94472026-08-29T16:19:16.231Z 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 } }]Aug 29 16:19:14.841Aug 29 16:19:14.841
94482026-08-29T16:19:16.231Z INFODEBG 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.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
94492026-08-29T16:19:16.232Z
94502026-08-29T16:19:16.232Zadding route 172.17.0.13/32 -> 10.0.0.255
94512026-08-29T16:19:16.232ZAug 29 16:19:14.841 Aug 29 16:19:14.841INFO DEBGAug 29 16:19:14.841adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:19:14.841DEBG
94522026-08-29T16:19:16.232Z
94532026-08-29T16:19:16.232Z 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 } }] Aug 29 16:19:14.841
94542026-08-29T16:19:16.232ZAug 29 16:19:14.841 INFOadding route 172.16.0.0/32 -> 10.0.0.3
94552026-08-29T16:19:16.232Z DEBGadding route 172.17.0.45/32 -> 10.0.0.255
94562026-08-29T16:19:16.232Zreplacing 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 29 16:19:14.841Aug 29 16:19:14.841 DEBG INFO
94572026-08-29T16:19:16.232Z adding route 172.17.0.14/32 -> 10.0.0.255Aug 29 16:19:14.841
94582026-08-29T16:19:16.232Z 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 } }]
94592026-08-29T16:19:16.232ZAug 29 16:19:14.841replacing 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 } }]
94602026-08-29T16:19:16.232ZDEBGAug 29 16:19:14.841 DEBGfailed to allocate space for the new target list Aug 29 16:19:14.841
94612026-08-29T16:19:16.232Zreplacing 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
94622026-08-29T16:19:16.232ZAug 29 16:19:14.841 adding route 172.16.0.0/32 -> 10.0.0.4INFOAug 29 16:19:14.841 Aug 29 16:19:14.841adding route 172.17.0.46/32 -> 10.0.0.255DEBG
94632026-08-29T16:19:16.232Z
94642026-08-29T16:19:16.232Z INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
94652026-08-29T16:19:16.232ZAug 29 16:19:14.841Aug 29 16:19:14.841 DEBG adding route 172.17.0.15/32 -> 10.0.0.255 DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]
94662026-08-29T16:19:16.232Zreplacing 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 } }]
94672026-08-29T16:19:16.232Z
94682026-08-29T16:19:16.232ZAug 29 16:19:14.841 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 29 16:19:14.841
94692026-08-29T16:19:16.232Ztest route::tests::delete_targets_full ... ok
94702026-08-29T16:19:16.232Z INFO Aug 29 16:19:14.841adding route 172.17.0.47/32 -> 10.0.0.255
94712026-08-29T16:19:16.232ZDEBG Aug 29 16:19:14.841replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 29 16:19:14.841
94722026-08-29T16:19:16.232Z INFO DEBGadding route 172.17.0.16/32 -> 10.0.0.255
94732026-08-29T16:19:16.232Zreplacing 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 } }]
94742026-08-29T16:19:16.232ZAug 29 16:19:14.841Aug 29 16:19:14.841 DEBGINFO replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.48/32 -> 10.0.0.255
94752026-08-29T16:19:16.232Z
94762026-08-29T16:19:16.233ZAug 29 16:19:14.841Aug 29 16:19:14.841 INFODEBG adding route 172.17.0.17/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 } }]
94772026-08-29T16:19:16.233Z
94782026-08-29T16:19:16.233ZAug 29 16:19:14.841Aug 29 16:19:14.841 INFO DEBGadding route 172.17.0.49/32 -> 10.0.0.255
94792026-08-29T16:19:16.233Zreplacing 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 29 16:19:14.825
94802026-08-29T16:19:16.233Z DEBG Aug 29 16:19:14.841DEBG Aug 29 16:19:14.841 created new freemap replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
94812026-08-29T16:19:16.233Z 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 } }]
94822026-08-29T16:19:16.233Zadding route 172.17.0.18/32 -> 10.0.0.255Aug 29 16:19:14.841
94832026-08-29T16:19:16.233Z INFOAug 29 16:19:14.841 , Aug 29 16:19:14.841unit adding route 172.17.0.29/32 -> 10.0.0.255INFODEBG
94842026-08-29T16:19:16.233Zadding route 172.17.0.50/32 -> 10.0.0.255:
94852026-08-29T16:19:16.233Zreplacing 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 } }]freemap_route_ipv4
94862026-08-29T16:19:16.233Z
94872026-08-29T16:19:16.233ZAug 29 16:19:14.841 DEBGAug 29 16:19:14.841Aug 29 16:19:14.841 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 } }]Aug 29 16:19:14.841 DEBGadding route 172.17.0.19/32 -> 10.0.0.255
94882026-08-29T16:19:16.233ZDEBG
94892026-08-29T16:19:16.233Zreplacing 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 } }]
94902026-08-29T16:19:16.233Zcreated new freemapAug 29 16:19:14.841, unitINFO:Aug 29 16:19:14.841 adding route 172.17.0.30/32 -> 10.0.0.255freemap_route_ipv6INFO
94912026-08-29T16:19:16.233Z
94922026-08-29T16:19:16.233ZAug 29 16:19:14.841 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 29 16:19:14.841adding route 172.17.0.51/32 -> 10.0.0.255
94932026-08-29T16:19:16.233ZAug 29 16:19:14.841DEBG initted freemap. size: 64DEBG
94942026-08-29T16:19:16.233Z, unitreplacing 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 29 16:19:14.841:
94952026-08-29T16:19:16.233Z freemap_route_ipv4
94962026-08-29T16:19:16.233ZDEBG 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 29 16:19:14.841
94972026-08-29T16:19:16.233Z Aug 29 16:19:14.841Aug 29 16:19:14.841 DEBGINFO Aug 29 16:19:14.841adding route 172.17.0.31/32 -> 10.0.0.255reset freemapINFO
94982026-08-29T16:19:16.233Z INFO , adding route 172.17.0.20/32 -> 10.0.0.255unitadding route 172.17.0.52/32 -> 10.0.0.255
94992026-08-29T16:19:16.233Z
95002026-08-29T16:19:16.233Z:Aug 29 16:19:14.841 freemap_route_ipv4
95012026-08-29T16:19:16.233ZDEBG Aug 29 16:19:14.841replacing 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 } }]
95022026-08-29T16:19:16.233ZAug 29 16:19:14.841Aug 29 16:19:14.841 DEBGDEBG initted freemap. size: 64DEBG, unit :Aug 29 16:19:14.841 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 } }]freemap_route_ipv6INFOreplacing 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 } }]
95032026-08-29T16:19:16.233Z
95042026-08-29T16:19:16.233Z
95052026-08-29T16:19:16.234Z adding route 172.17.0.32/32 -> 10.0.0.255
95062026-08-29T16:19:16.234ZAug 29 16:19:14.841Aug 29 16:19:14.841Aug 29 16:19:14.841 DEBGINFOINFO reset freemapadding route 172.17.0.21/32 -> 10.0.0.255Aug 29 16:19:14.841
95072026-08-29T16:19:16.234Z adding route 172.17.0.53/32 -> 10.0.0.255,
95082026-08-29T16:19:16.234Zunit: DEBGfreemap_route_ipv6
95092026-08-29T16:19:16.234ZAug 29 16:19:14.841Aug 29 16:19:14.841replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
95102026-08-29T16:19:16.234Z 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 } }] 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 } }]
95112026-08-29T16:19:16.234ZAug 29 16:19:14.841
95122026-08-29T16:19:16.238ZAug 29 16:19:14.841 Aug 29 16:19:14.841INFOINFO adding route 172.17.0.33/32 -> 10.0.0.255
95132026-08-29T16:19:16.238Zadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 29 16:19:14.841
95142026-08-29T16:19:16.239Z INFO INFOadding route 172.17.0.22/32 -> 10.0.0.255 Aug 29 16:19:14.841
95152026-08-29T16:19:16.239Z adding route 172.17.0.54/32 -> 10.0.0.255DEBG
95162026-08-29T16:19:16.239ZAug 29 16:19:14.841 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
95172026-08-29T16:19:16.239Z Aug 29 16:19:14.841Aug 29 16:19:14.841 replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
95182026-08-29T16:19:16.239Z 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 } }]DEBGAug 29 16:19:14.841
95192026-08-29T16:19:16.239Z 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 } }] adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 29 16:19:14.841
95202026-08-29T16:19:16.239Z
95212026-08-29T16:19:16.239ZINFO Aug 29 16:19:14.841adding route 172.17.0.34/32 -> 10.0.0.255 Aug 29 16:19:14.841INFO
95222026-08-29T16:19:16.239ZINFO adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255
95232026-08-29T16:19:16.239ZAug 29 16:19:14.841Aug 29 16:19:14.841
95242026-08-29T16:19:16.239Z DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 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 29 16:19:14.841
95252026-08-29T16:19:16.240ZAug 29 16:19:14.841
95262026-08-29T16:19:16.240Z DEBG DEBGreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 29 16:19:14.841Aug 29 16:19:14.841replacing 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 } }]
95272026-08-29T16:19:16.240ZINFO
95282026-08-29T16:19:16.240Z INFOadding route 3fff:dead::/64 -> 2001:db8::55:3
95292026-08-29T16:19:16.240Zadding route 172.17.0.35/32 -> 10.0.0.255Aug 29 16:19:14.841
95302026-08-29T16:19:16.240Z INFO adding route 172.17.0.56/32 -> 10.0.0.255Aug 29 16:19:14.841
95312026-08-29T16:19:16.240ZAug 29 16:19:14.841Aug 29 16:19:14.841 DEBG DEBG INFO replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
95322026-08-29T16:19:16.240Z
95332026-08-29T16:19:16.240Z adding route 172.17.0.24/32 -> 10.0.0.255
95342026-08-29T16:19:16.240ZAug 29 16:19:14.849Aug 29 16:19:14.849 INFOAug 29 16:19:14.849 Aug 29 16:19:14.849adding route 172.17.0.36/32 -> 10.0.0.255 INFODEBG 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
95352026-08-29T16:19:16.240Z 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 29 16:19:14.849
95362026-08-29T16:19:16.240Z
95372026-08-29T16:19:16.240ZINFO adding route 172.17.0.57/32 -> 10.0.0.255
95382026-08-29T16:19:16.240ZAug 29 16:19:14.849Aug 29 16:19:14.849 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 } }, NextHop { asic_port_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 29 16:19:14.849
95392026-08-29T16:19:16.240Z adding route 172.17.0.25/32 -> 10.0.0.255DEBG
95402026-08-29T16:19:16.240Z 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 29 16:19:14.849
95412026-08-29T16:19:16.240ZDEBGAug 29 16:19:14.842Aug 29 16:19:14.849 replacing targets for 3fff:dead::/64 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
95422026-08-29T16:19:16.240Z 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 } }]DEBGAug 29 16:19:14.849
95432026-08-29T16:19:16.240Z INFOcreated new freemap , unitadding route 172.17.0.58/32 -> 10.0.0.255:Aug 29 16:19:14.849
95442026-08-29T16:19:16.240Z freemap_route_ipv4
95452026-08-29T16:19:16.240ZINFOAug 29 16:19:14.849 adding route 172.17.0.26/32 -> 10.0.0.255DEBG
95462026-08-29T16:19:16.241Z 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 } }]
95472026-08-29T16:19:16.241ZAug 29 16:19:14.849 DEBG Aug 29 16:19:14.849created new freemapAug 29 16:19:14.849
95482026-08-29T16:19:16.241Z, 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 } }]unit
95492026-08-29T16:19:16.241Zadding route 172.17.0.59/32 -> 10.0.0.255:
95502026-08-29T16:19:16.241Z Aug 29 16:19:14.849freemap_route_ipv6
95512026-08-29T16:19:16.241ZDEBG Aug 29 16:19:14.849replacing 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 29 16:19:14.849
95522026-08-29T16:19:16.241ZDEBGAug 29 16:19:14.849INFO 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 } }]DEBGadding route 172.17.0.27/32 -> 10.0.0.255Aug 29 16:19:14.849
95532026-08-29T16:19:16.241ZINFO
95542026-08-29T16:19:16.242Zinitted freemap. size: 64 , adding route 172.17.0.37/32 -> 10.0.0.255unit
95552026-08-29T16:19:16.242Z: Aug 29 16:19:14.849Aug 29 16:19:14.849 Aug 29 16:19:14.849freemap_route_ipv4DEBG
95562026-08-29T16:19:16.242ZDEBG 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.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 } }]
95572026-08-29T16:19:16.242ZINFO
95582026-08-29T16:19:16.242Z adding route 172.17.0.60/32 -> 10.0.0.255Aug 29 16:19:14.849
95592026-08-29T16:19:16.242Z Aug 29 16:19:14.849DEBG Aug 29 16:19:14.849INFO Aug 29 16:19:14.849reset freemap , INFOadding route 172.17.0.38/32 -> 10.0.0.255 DEBGunit
95602026-08-29T16:19:16.242Zadding route 172.17.0.28/32 -> 10.0.0.255:
95612026-08-29T16:19:16.242Z 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 } }]freemap_route_ipv4
95622026-08-29T16:19:16.242Z
95632026-08-29T16:19:16.242ZAug 29 16:19:14.849Aug 29 16:19:14.849 DEBGDEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
95642026-08-29T16:19:16.242Z
95652026-08-29T16:19:16.242ZAug 29 16:19:14.849 DEBG Aug 29 16:19:14.849failed to allocate space for the new target list
95662026-08-29T16:19:16.242ZAug 29 16:19:14.849Aug 29 16:19:14.849 INFOINFO adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255DEBG
95672026-08-29T16:19:16.242ZAug 29 16:19:14.849
95682026-08-29T16:19:16.242Z DEBG initted freemap. size: 64 Aug 29 16:19:14.849, replacing targets for 172.16.0.0/32 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 } }]DEBGAug 29 16:19:14.849
95692026-08-29T16:19:16.243Z DEBGunit : replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
95702026-08-29T16:19:16.243Z
95712026-08-29T16:19:16.243Zreplacing 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 } }]
95722026-08-29T16:19:16.243ZAug 29 16:19:14.849Aug 29 16:19:14.849 Aug 29 16:19:14.849 INFO DEBGINFO reset freemapadding route 172.17.0.40/32 -> 10.0.0.255,
95732026-08-29T16:19:16.243Zunitadding route 172.17.0.30/32 -> 10.0.0.255:
95742026-08-29T16:19:16.243Z freemap_route_ipv6
95752026-08-29T16:19:16.243ZAug 29 16:19:14.849 Aug 29 16:19:14.849DEBG DEBGAug 29 16:19:14.849replacing 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
95762026-08-29T16:19:16.243Z adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
95772026-08-29T16:19:16.243Z
95782026-08-29T16:19:16.243ZAug 29 16:19:14.849 INFO Aug 29 16:19:14.849Aug 29 16:19:14.849 DEBGadding route 172.17.0.41/32 -> 10.0.0.255INFO
95792026-08-29T16:19:16.243Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255
95802026-08-29T16:19:16.243Z
95812026-08-29T16:19:16.243ZAug 29 16:19:14.849Aug 29 16:19:14.849Aug 29 16:19:14.849 DEBGDEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
95822026-08-29T16:19:16.243Z
95832026-08-29T16:19:16.243ZINFO adding route 172.16.0.0/32 -> 10.0.0.1
95842026-08-29T16:19:16.243ZAug 29 16:19:14.849 Aug 29 16:19:14.849INFO Aug 29 16:19:14.849 INFOadding route 172.17.0.32/32 -> 10.0.0.255 adding route 172.17.0.42/32 -> 10.0.0.255
95852026-08-29T16:19:16.244ZDEBG
95862026-08-29T16:19:16.244Z 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 } }]
95872026-08-29T16:19:16.244ZAug 29 16:19:14.849Aug 29 16:19:14.849 DEBG DEBGreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95882026-08-29T16:19:16.244ZAug 29 16:19:14.849replacing 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 } }]
95892026-08-29T16:19:16.244ZINFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 29 16:19:14.849
95902026-08-29T16:19:16.244Z Aug 29 16:19:14.849INFO adding route 172.17.0.33/32 -> 10.0.0.255INFO
95912026-08-29T16:19:16.244Z adding route 172.17.0.43/32 -> 10.0.0.255Aug 29 16:19:14.849
95922026-08-29T16:19:16.244Z Aug 29 16:19:14.849DEBG 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 } }]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 } }]
95932026-08-29T16:19:16.244Z
95942026-08-29T16:19:16.244ZAug 29 16:19:14.849 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 } }]Aug 29 16:19:14.849Aug 29 16:19:14.849
95952026-08-29T16:19:16.244Z INFO adding route 172.17.0.34/32 -> 10.0.0.255INFOAug 29 16:19:14.849
95962026-08-29T16:19:16.244ZINFOadding route 172.16.0.0/32 -> 10.0.0.2
95972026-08-29T16:19:16.244Zadding route 172.17.0.44/32 -> 10.0.0.255
95982026-08-29T16:19:16.244ZAug 29 16:19:14.849 DEBGAug 29 16:19:14.849 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 29 16:19:14.849DEBG
95992026-08-29T16:19:16.245Z DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
96002026-08-29T16:19:16.245Zreplacing 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 29 16:19:14.849
96012026-08-29T16:19:16.245Z INFO Aug 29 16:19:14.849adding route 172.17.0.35/32 -> 10.0.0.255Aug 29 16:19:14.849
96022026-08-29T16:19:16.245Z INFOINFO adding route 172.17.0.0/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255
96032026-08-29T16:19:16.245Z
96042026-08-29T16:19:16.245ZAug 29 16:19:14.849 DEBGAug 29 16:19:14.849 Aug 29 16:19:14.849replacing 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
96052026-08-29T16:19:16.245Z 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 } }]
96062026-08-29T16:19:16.246Zreplacing 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 29 16:19:14.849
96072026-08-29T16:19:16.246Z INFO adding route 172.17.0.36/32 -> 10.0.0.255Aug 29 16:19:14.849
96082026-08-29T16:19:16.246Z Aug 29 16:19:14.849INFO adding route 172.17.0.46/32 -> 10.0.0.255INFO
96092026-08-29T16:19:16.246Z adding route 172.17.0.1/32 -> 10.0.0.255Aug 29 16:19:14.849
96102026-08-29T16:19:16.246Z DEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:19:14.849Aug 29 16:19:14.849
96112026-08-29T16:19:16.246Z DEBG DEBGreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 29 16:19:14.849
96122026-08-29T16:19:16.251Zreplacing 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 } }]
96132026-08-29T16:19:16.251ZINFO adding route 172.17.0.37/32 -> 10.0.0.255
96142026-08-29T16:19:16.251ZAug 29 16:19:14.849Aug 29 16:19:14.849 INFOINFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255Aug 29 16:19:14.849
96152026-08-29T16:19:16.251Z
96162026-08-29T16:19:16.251Z 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 } }]
96172026-08-29T16:19:16.251ZAug 29 16:19:14.849Aug 29 16:19:14.849 DEBGDEBG Aug 29 16:19:14.849replacing 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.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
96182026-08-29T16:19:16.251Z
96192026-08-29T16:19:16.251Z adding route 172.17.0.38/32 -> 10.0.0.255
96202026-08-29T16:19:16.252ZAug 29 16:19:14.849Aug 29 16:19:14.849Aug 29 16:19:14.849 DEBGINFO 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 } }]
96212026-08-29T16:19:16.252Zadding route 172.17.0.48/32 -> 10.0.0.255
96222026-08-29T16:19:16.252Zadding route 172.17.0.3/32 -> 10.0.0.255
96232026-08-29T16:19:16.252ZAug 29 16:19:14.849 Aug 29 16:19:14.849INFO Aug 29 16:19:14.849 DEBGadding route 172.17.0.39/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 } }]
96242026-08-29T16:19:16.252ZDEBG
96252026-08-29T16:19:16.252Zreplacing 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 } }]
96262026-08-29T16:19:16.252ZAug 29 16:19:14.849Aug 29 16:19:14.849Aug 29 16:19:14.849 INFODEBG adding route 172.17.0.49/32 -> 10.0.0.255INFO
96272026-08-29T16:19:16.252Z adding route 172.17.0.4/32 -> 10.0.0.255replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96282026-08-29T16:19:16.252Z
96292026-08-29T16:19:16.253ZAug 29 16:19:14.849 DEBG Aug 29 16:19:14.849replacing 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 } }]
96302026-08-29T16:19:16.253ZAug 29 16:19:14.849 INFO DEBGadding route 172.17.0.40/32 -> 10.0.0.255
96312026-08-29T16:19:16.253Zreplacing 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 } }]
96322026-08-29T16:19:16.253ZAug 29 16:19:14.849 INFOAug 29 16:19:14.849 Aug 29 16:19:14.849DEBGadding route 172.17.0.50/32 -> 10.0.0.255
96332026-08-29T16:19:16.253Z INFOreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96342026-08-29T16:19:16.253Zadding route 172.17.0.5/32 -> 10.0.0.255
96352026-08-29T16:19:16.253ZAug 29 16:19:14.849 DEBGAug 29 16:19:14.849 Aug 29 16:19:14.849 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
96362026-08-29T16:19:16.253ZDEBGadding route 172.17.0.41/32 -> 10.0.0.255
96372026-08-29T16:19:16.253Zreplacing 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 } }]
96382026-08-29T16:19:16.253ZAug 29 16:19:14.849 Aug 29 16:19:14.849INFOAug 29 16:19:14.849 DEBGINFO adding route 172.17.0.6/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255
96392026-08-29T16:19:16.254ZAug 29 16:19:14.850 DEBG created new freemapreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Aug 29 16:19:14.857unit
96402026-08-29T16:19:16.254Z :DEBG freemap_route_ipv4
96412026-08-29T16:19:16.254Zreplacing 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 } }]
96422026-08-29T16:19:16.254ZAug 29 16:19:14.857 INFO adding route 172.17.0.42/32 -> 10.0.0.255Aug 29 16:19:14.857
96432026-08-29T16:19:16.254Z INFO adding route 172.17.0.52/32 -> 10.0.0.255Aug 29 16:19:14.857
96442026-08-29T16:19:16.254ZAug 29 16:19:14.857 DEBGDEBG created new freemapreplacing 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-29T16:19:16.254Zunit: freemap_route_ipv6Aug 29 16:19:14.857
96462026-08-29T16:19:16.254Z 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 } }]
96472026-08-29T16:19:16.254ZAug 29 16:19:14.857 Aug 29 16:19:14.857DEBG INFO
96482026-08-29T16:19:16.254Zinitted freemap. size: 64 Aug 29 16:19:14.857, adding route 172.17.0.43/32 -> 10.0.0.255unit :
96492026-08-29T16:19:16.254Z INFOfreemap_route_ipv4
96502026-08-29T16:19:16.254Zadding route 172.17.0.53/32 -> 10.0.0.255Aug 29 16:19:14.857
96512026-08-29T16:19:16.254Z Aug 29 16:19:14.857DEBG 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 29 16:19:14.857
96522026-08-29T16:19:16.254Z reset freemapDEBGAug 29 16:19:14.857 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 } }],
96532026-08-29T16:19:16.254ZunitDEBG 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 } }]:
96542026-08-29T16:19:16.254Z freemap_route_ipv4Aug 29 16:19:14.857
96552026-08-29T16:19:16.254Z Aug 29 16:19:14.857INFO Aug 29 16:19:14.857 adding route 172.17.0.44/32 -> 10.0.0.255Aug 29 16:19:14.857INFO
96562026-08-29T16:19:16.254Z adding route 172.17.0.7/32 -> 10.0.0.255 INFO
96572026-08-29T16:19:16.254ZDEBG Aug 29 16:19:14.857adding route 172.17.0.54/32 -> 10.0.0.255
96582026-08-29T16:19:16.254Zinitted freemap. size: 64 , DEBGunit:Aug 29 16:19:14.857 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 } }]freemap_route_ipv6Aug 29 16:19:14.857
96592026-08-29T16:19:16.254Z
96602026-08-29T16:19:16.254Z 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 } }]DEBG
96612026-08-29T16:19:16.256Z Aug 29 16:19:14.857Aug 29 16:19:14.857replacing 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 } }]
96622026-08-29T16:19:16.256ZINFODEBG adding route 172.17.0.45/32 -> 10.0.0.255reset freemap
96632026-08-29T16:19:16.256ZAug 29 16:19:14.857 INFOAug 29 16:19:14.857 , Aug 29 16:19:14.857 unitINFOadding route 172.17.0.8/32 -> 10.0.0.255 :DEBG freemap_route_ipv6replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96642026-08-29T16:19:16.256Z
96652026-08-29T16:19:16.256Z
96662026-08-29T16:19:16.256Zadding route 172.17.0.55/32 -> 10.0.0.255Aug 29 16:19:14.857Aug 29 16:19:14.857
96672026-08-29T16:19:16.256Z DEBGAug 29 16:19:14.857 INFOINFO replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:19:14.857adding route 172.17.0.46/32 -> 10.0.0.255
96682026-08-29T16:19:16.256Z
96692026-08-29T16:19:16.256Ztest route::tests::shrink_preserves_compacted_order ... ok
96702026-08-29T16:19:16.256Ztest route::tests::delete_target_fragmented ... ok
96712026-08-29T16:19:16.256Ztest route::tests::delete_target_full ... ok
96722026-08-29T16:19:16.256ZDEBGadding route 172.16.0.0/32 -> 10.0.0.1
96732026-08-29T16:19:16.256Zreplacing 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 29 16:19:14.857
96742026-08-29T16:19:16.256Z Aug 29 16:19:14.857Aug 29 16:19:14.857DEBG 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 } }]DEBGINFO
96752026-08-29T16:19:16.256Z Aug 29 16:19:14.857replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.9/32 -> 10.0.0.255
96762026-08-29T16:19:16.256Z Aug 29 16:19:14.857 INFOINFO Aug 29 16:19:14.857 adding route 172.17.0.56/32 -> 10.0.0.255
96772026-08-29T16:19:16.256Zadding route 172.17.0.47/32 -> 10.0.0.255
96782026-08-29T16:19:16.256ZINFO
96792026-08-29T16:19:16.256Z Aug 29 16:19:14.857 adding route 172.16.0.0/32 -> 10.0.0.2Aug 29 16:19:14.857
96802026-08-29T16:19:16.256ZDEBGDEBGAug 29 16:19:14.857 replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
96812026-08-29T16:19:16.256Z Aug 29 16:19:14.857 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 } }]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 } }]
96822026-08-29T16:19:16.256Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 29 16:19:14.857
96832026-08-29T16:19:16.256Z Aug 29 16:19:14.857 INFO
96842026-08-29T16:19:16.257Z Aug 29 16:19:14.857adding route 172.17.0.48/32 -> 10.0.0.255
96852026-08-29T16:19:16.257ZINFOINFO Aug 29 16:19:14.858adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3Aug 29 16:19:14.858
96862026-08-29T16:19:16.257Z DEBG
96872026-08-29T16:19:16.257Z INFO replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255Aug 29 16:19:14.858Aug 29 16:19:14.858
96882026-08-29T16:19:16.257Z DEBGDEBG
96892026-08-29T16:19:16.257Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 29 16:19:14.858
96902026-08-29T16:19:16.257Z 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 } }]adding route 172.17.0.49/32 -> 10.0.0.255
96912026-08-29T16:19:16.257ZAug 29 16:19:14.858Aug 29 16:19:14.858
96922026-08-29T16:19:16.257Z INFOAug 29 16:19:14.858 adding route 172.16.0.0/32 -> 10.0.0.4Aug 29 16:19:14.858
96932026-08-29T16:19:16.257ZDEBG DEBG INFOreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 29 16:19:14.858
96942026-08-29T16:19:16.257Zadding route 172.17.0.58/32 -> 10.0.0.255
96952026-08-29T16:19:16.257Z DEBG
96962026-08-29T16:19:16.257ZAug 29 16:19:14.858 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
96972026-08-29T16:19:16.257ZINFOAug 29 16:19:14.858 Aug 29 16:19:14.858adding route 172.17.0.50/32 -> 10.0.0.255 INFO Aug 29 16:19:14.858 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 } }]
96982026-08-29T16:19:16.257Zadding route 172.17.0.11/32 -> 10.0.0.255
96992026-08-29T16:19:16.257Z
97002026-08-29T16:19:16.257ZAug 29 16:19:14.866 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 } }]
97012026-08-29T16:19:16.257ZDEBGAug 29 16:19:14.866 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 } }]
97022026-08-29T16:19:16.257ZAug 29 16:19:14.866 DEBG Aug 29 16:19:14.866 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
97032026-08-29T16:19:16.257ZINFO adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255
97042026-08-29T16:19:16.257Z
97052026-08-29T16:19:16.257ZAug 29 16:19:14.866 Aug 29 16:19:14.866DEBG 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 } }]
97062026-08-29T16:19:16.257Zreplacing 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 29 16:19:14.866
97072026-08-29T16:19:16.257Z INFO adding route 172.17.0.51/32 -> 10.0.0.255Aug 29 16:19:14.866Aug 29 16:19:14.866
97082026-08-29T16:19:16.257Z INFO INFOadding route 172.17.0.13/32 -> 10.0.0.255
97092026-08-29T16:19:16.257Zadding route 172.17.0.60/32 -> 10.0.0.255Aug 29 16:19:14.866
97102026-08-29T16:19:16.257Z DEBGAug 29 16:19:14.866 Aug 29 16:19:14.866replacing 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
97112026-08-29T16:19:16.258ZDEBG 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.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 } }]
97122026-08-29T16:19:16.262Z
97132026-08-29T16:19:16.262ZAug 29 16:19:14.866 INFOAug 29 16:19:14.866Aug 29 16:19:14.866 INFODEBGadding route 172.17.0.52/32 -> 10.0.0.255
97142026-08-29T16:19:16.262Zfailed to allocate space for the new target listadding route 172.17.0.14/32 -> 10.0.0.255
97152026-08-29T16:19:16.262Z
97162026-08-29T16:19:16.262ZAug 29 16:19:14.866Aug 29 16:19:14.866 DEBGAug 29 16:19:14.866DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
97172026-08-29T16:19:16.262Z
97182026-08-29T16:19:16.262Z 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 } }]
97192026-08-29T16:19:16.262ZAug 29 16:19:14.866 INFOAug 29 16:19:14.866 adding route 172.17.0.53/32 -> 10.0.0.255INFO
97202026-08-29T16:19:16.263Z adding route 172.17.0.15/32 -> 10.0.0.255
97212026-08-29T16:19:16.263ZAug 29 16:19:14.866 DEBGAug 29 16:19:14.866 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
97222026-08-29T16:19:16.263Z 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 } }]
97232026-08-29T16:19:16.263ZAug 29 16:19:14.866 Aug 29 16:19:14.866INFO INFOadding route 172.17.0.54/32 -> 10.0.0.255
97242026-08-29T16:19:16.263Zadding route 172.17.0.16/32 -> 10.0.0.255
97252026-08-29T16:19:16.263ZAug 29 16:19:14.866Aug 29 16:19:14.866 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 } }]
97262026-08-29T16:19:16.263Z 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 } }]
97272026-08-29T16:19:16.264ZAug 29 16:19:14.866Aug 29 16:19:14.866 INFO adding route 172.17.0.55/32 -> 10.0.0.255
97282026-08-29T16:19:16.264ZINFO adding route 172.17.0.17/32 -> 10.0.0.255
97292026-08-29T16:19:16.265ZAug 29 16:19:14.866 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 29 16:19:14.866
97302026-08-29T16:19:16.265Z 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 } }]
97312026-08-29T16:19:16.265ZAug 29 16:19:14.866 INFO adding route 172.17.0.56/32 -> 10.0.0.255Aug 29 16:19:14.866
97322026-08-29T16:19:16.265Z INFO adding route 172.17.0.18/32 -> 10.0.0.255
97332026-08-29T16:19:16.265ZAug 29 16:19:14.866 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 } }]Aug 29 16:19:14.866
97342026-08-29T16:19:16.265Z 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 } }]
97352026-08-29T16:19:16.265ZAug 29 16:19:14.866 INFO adding route 172.17.0.57/32 -> 10.0.0.255Aug 29 16:19:14.866
97362026-08-29T16:19:16.267Z INFO adding route 172.17.0.19/32 -> 10.0.0.255
97372026-08-29T16:19:16.267ZAug 29 16:19:14.866 DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:19:14.866
97382026-08-29T16:19:16.267Z 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 } }]
97392026-08-29T16:19:16.267ZAug 29 16:19:14.866 INFO adding route 172.17.0.58/32 -> 10.0.0.255Aug 29 16:19:14.866
97402026-08-29T16:19:16.267Z INFO adding route 172.17.0.20/32 -> 10.0.0.255
97412026-08-29T16:19:16.267ZAug 29 16:19:14.866 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 } }]
97422026-08-29T16:19:16.267ZAug 29 16:19:14.866 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 } }]
97432026-08-29T16:19:16.267ZAug 29 16:19:14.866 INFO adding route 172.17.0.59/32 -> 10.0.0.255
97442026-08-29T16:19:16.268ZAug 29 16:19:14.866 INFO adding route 172.17.0.21/32 -> 10.0.0.255Aug 29 16:19:14.866
97452026-08-29T16:19:16.268Z 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 } }]
97462026-08-29T16:19:16.268ZAug 29 16:19:14.866Aug 29 16:19:14.866 DEBGINFO replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255
97472026-08-29T16:19:16.268Z
97482026-08-29T16:19:16.268ZAug 29 16:19:14.866Aug 29 16:19:14.866 INFODEBG adding route 172.17.0.22/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 } }]
97492026-08-29T16:19:16.268Z
97502026-08-29T16:19:16.268ZAug 29 16:19:14.866Aug 29 16:19:14.866 DEBGINFO replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.61/32 -> 10.0.0.255
97512026-08-29T16:19:16.268Z
97522026-08-29T16:19:16.268ZAug 29 16:19:14.866Aug 29 16:19:14.866 INFODEBG adding route 172.17.0.23/32 -> 10.0.0.255replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97532026-08-29T16:19:16.268Z
97542026-08-29T16:19:16.268ZAug 29 16:19:14.866Aug 29 16:19:14.866 DEBGINFO replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.62/32 -> 10.0.0.255
97552026-08-29T16:19:16.268Z
97562026-08-29T16:19:16.268ZAug 29 16:19:14.866Aug 29 16:19:14.866 DEBGINFO replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255
97572026-08-29T16:19:16.268Z
97582026-08-29T16:19:16.268ZAug 29 16:19:14.866Aug 29 16:19:14.866 DEBGDEBG failed to allocate space for the new target listreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97592026-08-29T16:19:16.268Z
97602026-08-29T16:19:16.268ZAug 29 16:19:14.866Aug 29 16:19:14.866 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.25/32 -> 10.0.0.255
97612026-08-29T16:19:16.268Z
97622026-08-29T16:19:16.268ZAug 29 16:19:14.866 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 } }]
97632026-08-29T16:19:16.268ZAug 29 16:19:14.866 INFO adding route 172.17.0.26/32 -> 10.0.0.255
97642026-08-29T16:19:16.268ZAug 29 16:19:14.866 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 } }]
97652026-08-29T16:19:16.268ZAug 29 16:19:14.866 INFO adding route 172.17.0.27/32 -> 10.0.0.255
97662026-08-29T16:19:16.268ZAug 29 16:19:14.866 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 } }]
97672026-08-29T16:19:16.268ZAug 29 16:19:14.866 INFO adding route 172.17.0.28/32 -> 10.0.0.255
97682026-08-29T16:19:16.270ZAug 29 16:19:14.866 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 } }]
97692026-08-29T16:19:16.271Ztest route::tests::delete_targets_fragmented ... ok
97702026-08-29T16:19:16.271Z
97712026-08-29T16:19:16.271Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
97722026-08-29T16:19:16.271Z
97732026-08-29T16:19:16.271ZAug 29 16:19:14.866 INFO adding route 172.17.0.29/32 -> 10.0.0.255
97742026-08-29T16:19:16.271ZAug 29 16:19:14.866 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 } }]
97752026-08-29T16:19:16.271ZAug 29 16:19:14.866 INFO adding route 172.17.0.30/32 -> 10.0.0.255
97762026-08-29T16:19:16.271ZAug 29 16:19:14.866 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 } }]
97772026-08-29T16:19:16.271ZAug 29 16:19:14.866 INFO adding route 172.17.0.31/32 -> 10.0.0.255
97782026-08-29T16:19:16.271ZAug 29 16:19:14.866 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 } }]
97792026-08-29T16:19:16.271ZAug 29 16:19:14.866 INFO adding route 172.17.0.32/32 -> 10.0.0.255
97802026-08-29T16:19:16.271ZAug 29 16:19:14.866 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 } }]
97812026-08-29T16:19:16.271ZAug 29 16:19:14.866 INFO adding route 172.17.0.33/32 -> 10.0.0.255
97822026-08-29T16:19:16.271ZAug 29 16:19:14.866 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 } }]
97832026-08-29T16:19:16.271ZAug 29 16:19:14.866 INFO adding route 172.17.0.34/32 -> 10.0.0.255
97842026-08-29T16:19:16.271ZAug 29 16:19:14.866 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 } }]
97852026-08-29T16:19:16.271ZAug 29 16:19:14.866 INFO adding route 172.17.0.35/32 -> 10.0.0.255
97862026-08-29T16:19:16.271ZAug 29 16:19:14.866 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 } }]
97872026-08-29T16:19:16.271ZAug 29 16:19:14.866 INFO adding route 172.17.0.36/32 -> 10.0.0.255
97882026-08-29T16:19:16.271ZAug 29 16:19:14.866 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 } }]
97892026-08-29T16:19:16.271ZAug 29 16:19:14.866 INFO adding route 172.17.0.37/32 -> 10.0.0.255
97902026-08-29T16:19:16.271ZAug 29 16:19:14.866 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 } }]
97912026-08-29T16:19:16.271ZAug 29 16:19:14.866 INFO adding route 172.17.0.38/32 -> 10.0.0.255
97922026-08-29T16:19:16.271ZAug 29 16:19:14.866 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 } }]
97932026-08-29T16:19:16.271ZAug 29 16:19:14.866 INFO adding route 172.17.0.39/32 -> 10.0.0.255
97942026-08-29T16:19:16.271ZAug 29 16:19:14.866 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 } }]
97952026-08-29T16:19:16.271ZAug 29 16:19:14.866 INFO adding route 172.17.0.40/32 -> 10.0.0.255
97962026-08-29T16:19:16.271ZAug 29 16:19:14.866 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 } }]
97972026-08-29T16:19:16.272ZAug 29 16:19:14.866 INFO adding route 172.17.0.41/32 -> 10.0.0.255
97982026-08-29T16:19:16.272ZAug 29 16:19:14.866 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 } }]
97992026-08-29T16:19:16.272ZAug 29 16:19:14.866 INFO adding route 172.17.0.42/32 -> 10.0.0.255
98002026-08-29T16:19:16.272ZAug 29 16:19:14.866 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 } }]
98012026-08-29T16:19:16.272ZAug 29 16:19:14.866 INFO adding route 172.17.0.43/32 -> 10.0.0.255
98022026-08-29T16:19:16.272ZAug 29 16:19:14.866 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 } }]
98032026-08-29T16:19:16.272ZAug 29 16:19:14.866 INFO adding route 172.17.0.44/32 -> 10.0.0.255
98042026-08-29T16:19:16.273ZAug 29 16:19:14.866 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 } }]
98052026-08-29T16:19:16.273ZAug 29 16:19:14.866 INFO adding route 172.17.0.45/32 -> 10.0.0.255
98062026-08-29T16:19:16.273ZAug 29 16:19:14.866 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 } }]
98072026-08-29T16:19:16.273ZAug 29 16:19:14.866 INFO adding route 172.17.0.46/32 -> 10.0.0.255
98082026-08-29T16:19:16.273ZAug 29 16:19:14.866 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 } }]
98092026-08-29T16:19:16.273ZAug 29 16:19:14.866 INFO adding route 172.17.0.47/32 -> 10.0.0.255
98102026-08-29T16:19:16.273ZAug 29 16:19:14.866 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 } }]
98112026-08-29T16:19:16.273ZAug 29 16:19:14.866 INFO adding route 172.17.0.48/32 -> 10.0.0.255
98122026-08-29T16:19:16.278ZAug 29 16:19:14.866 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 } }]
98132026-08-29T16:19:16.278ZAug 29 16:19:14.866 INFO adding route 172.17.0.49/32 -> 10.0.0.255
98142026-08-29T16:19:16.278ZAug 29 16:19:14.866 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 } }]
98152026-08-29T16:19:16.278ZAug 29 16:19:14.866 INFO adding route 172.17.0.50/32 -> 10.0.0.255
98162026-08-29T16:19:16.278ZAug 29 16:19:14.874 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 } }]
98172026-08-29T16:19:16.280ZAug 29 16:19:14.874 INFO adding route 172.17.0.51/32 -> 10.0.0.255
98182026-08-29T16:19:16.280ZAug 29 16:19:14.874 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 } }]
98192026-08-29T16:19:16.280ZAug 29 16:19:14.874 INFO adding route 172.17.0.52/32 -> 10.0.0.255
98202026-08-29T16:19:16.280ZAug 29 16:19:14.874 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 } }]
98212026-08-29T16:19:16.280ZAug 29 16:19:14.874 INFO adding route 172.17.0.53/32 -> 10.0.0.255
98222026-08-29T16:19:16.280ZAug 29 16:19:14.874 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 } }]
98232026-08-29T16:19:16.280ZAug 29 16:19:14.874 INFO adding route 172.17.0.54/32 -> 10.0.0.255
98242026-08-29T16:19:16.280ZAug 29 16:19:14.874 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 } }]
98252026-08-29T16:19:16.280ZAug 29 16:19:14.874 INFO adding route 172.17.0.55/32 -> 10.0.0.255
98262026-08-29T16:19:16.280ZAug 29 16:19:14.874 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 } }]
98272026-08-29T16:19:16.280ZAug 29 16:19:14.874 INFO adding route 172.17.0.56/32 -> 10.0.0.255
98282026-08-29T16:19:16.280ZAug 29 16:19:14.874 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 } }]
98292026-08-29T16:19:16.280ZAug 29 16:19:14.874 INFO adding route 172.17.0.57/32 -> 10.0.0.255
98302026-08-29T16:19:16.280ZAug 29 16:19:14.874 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 } }]
98312026-08-29T16:19:16.280ZAug 29 16:19:14.874 INFO adding route 172.17.0.58/32 -> 10.0.0.255
98322026-08-29T16:19:16.280ZAug 29 16:19:14.874 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 } }]
98332026-08-29T16:19:16.281ZAug 29 16:19:14.874 INFO adding route 172.17.0.59/32 -> 10.0.0.255
98342026-08-29T16:19:16.281ZAug 29 16:19:14.874 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 } }]
98352026-08-29T16:19:16.281ZAug 29 16:19:14.874 INFO adding route 172.17.0.60/32 -> 10.0.0.255
98362026-08-29T16:19:16.281ZAug 29 16:19:14.874 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 } }]
98372026-08-29T16:19:16.281ZAug 29 16:19:14.874 DEBG failed to allocate space for the new target list
98382026-08-29T16:19:16.281ZAug 29 16:19:14.874 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 } }]
98392026-08-29T16:19:16.281Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-265f103366e8a9eb)
98402026-08-29T16:19:16.281Z
98412026-08-29T16:19:16.281Zrunning 0 tests
98422026-08-29T16:19:16.281Z
98432026-08-29T16:19:16.281Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98442026-08-29T16:19:16.281Z
98452026-08-29T16:19:16.281Z Running unittests src/lib.rs (target/debug/deps/dpd_api-129626530bed4535)
98462026-08-29T16:19:16.281Z
98472026-08-29T16:19:16.282Zrunning 0 tests
98482026-08-29T16:19:16.282Z
98492026-08-29T16:19:16.282Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98502026-08-29T16:19:16.282Z
98512026-08-29T16:19:16.282Z Running unittests src/lib.rs (target/debug/deps/dpd_client-e69f4616d86663c9)
98522026-08-29T16:19:16.282Z
98532026-08-29T16:19:16.282Zrunning 6 tests
98542026-08-29T16:19:16.282Ztest tests::test_parse_client_port_id ... ok
98552026-08-29T16:19:16.282Ztest tests::test_port_id_cmp ... ok
98562026-08-29T16:19:16.282Ztest tests::test_full_lot_id_neither_present ... ok
98572026-08-29T16:19:16.282Ztest tests::test_full_lot_id_lotnum_only ... ok
98582026-08-29T16:19:16.282Ztest tests::test_full_lot_id_both_present ... ok
98592026-08-29T16:19:16.282Ztest tests::test_full_lot_id_lot_only ... ok
98602026-08-29T16:19:16.282Z
98612026-08-29T16:19:16.282Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98622026-08-29T16:19:16.282Z
98632026-08-29T16:19:16.282Z Running tests/test_all.rs (target/debug/deps/test_all-46576c33bbbf0e68)
98642026-08-29T16:19:16.282Z
98652026-08-29T16:19:16.282Zrunning 6 tests
98662026-08-29T16:19:19.263Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
98672026-08-29T16:19:19.267Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
98682026-08-29T16:19:19.267Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
98692026-08-29T16:19:19.271Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
98702026-08-29T16:19:19.602Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
98712026-08-29T16:19:20.561Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
98722026-08-29T16:19:20.561Z
98732026-08-29T16:19:20.561Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.31s
98742026-08-29T16:19:20.561Z
98752026-08-29T16:19:20.567Z Running unittests src/lib.rs (target/debug/deps/dpd_types-9a1ffdc1254bfaa8)
98762026-08-29T16:19:20.576Z
98772026-08-29T16:19:20.576Zrunning 0 tests
98782026-08-29T16:19:20.576Z
98792026-08-29T16:19:20.579Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98802026-08-29T16:19:20.579Z
98812026-08-29T16:19:20.580Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-fbfe8a6c92a1a523)
98822026-08-29T16:19:20.600Z
98832026-08-29T16:19:20.600Zrunning 15 tests
98842026-08-29T16:19:20.603Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
98852026-08-29T16:19:20.603Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
98862026-08-29T16:19:20.603Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
98872026-08-29T16:19:20.603Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
98882026-08-29T16:19:20.603Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
98892026-08-29T16:19:20.603Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
98902026-08-29T16:19:20.603Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
98912026-08-29T16:19:20.603Ztest v1::network::tests::test_equal ... ok
98922026-08-29T16:19:20.603Ztest v1::network::tests::test_eui64 ... ok
98932026-08-29T16:19:20.603Ztest v1::network::tests::test_not_equal ... ok
98942026-08-29T16:19:20.603Ztest v1::network::tests::test_into ... ok
98952026-08-29T16:19:20.603Ztest v1::network::tests::test_to_string ... ok
98962026-08-29T16:19:20.603Ztest v1::port::tests::port_ids_are_ascii ... ok
98972026-08-29T16:19:20.603Ztest v1::network::tests::test_parse ... ok
98982026-08-29T16:19:20.607Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
98992026-08-29T16:19:20.607Z
99002026-08-29T16:19:20.607Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
99012026-08-29T16:19:20.607Z
99022026-08-29T16:19:20.609Z Running unittests src/lib.rs (target/debug/deps/packet-b7146b2a4ac94eed)
99032026-08-29T16:19:20.632Z
99042026-08-29T16:19:20.632Zrunning 12 tests
99052026-08-29T16:19:20.635Ztest lldp::test_lldp_parse ... ok
99062026-08-29T16:19:20.636Ztest ipv6::test_ipv6_parse ... ok
99072026-08-29T16:19:20.636Ztest icmp::test_v4_checksum ... ok
99082026-08-29T16:19:20.636Ztest pbuf::test_byte ... ok
99092026-08-29T16:19:20.637Ztest icmp::test_v6_checksum ... ok
99102026-08-29T16:19:20.637Ztest pbuf::test_nibble ... ok
99112026-08-29T16:19:20.637Ztest pbuf::test_short ... ok
99122026-08-29T16:19:20.637Ztest pbuf::test_overflow ... ok
99132026-08-29T16:19:20.637Ztest pbuf::test_twelve ... ok
99142026-08-29T16:19:20.637Ztest pbuf::test_word ... ok
99152026-08-29T16:19:20.637Ztest tcp::test_checksum_syn_nodata ... ok
99162026-08-29T16:19:20.637Ztest tcp::test_checksum_ack_data ... ok
99172026-08-29T16:19:20.637Z
99182026-08-29T16:19:20.637Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99192026-08-29T16:19:20.637Z
99202026-08-29T16:19:20.641Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
99212026-08-29T16:19:20.641Z
99222026-08-29T16:19:20.641Zrunning 0 tests
99232026-08-29T16:19:20.641Z
99242026-08-29T16:19:20.641Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99252026-08-29T16:19:20.641Z
99262026-08-29T16:19:20.641Z Running unittests src/main.rs (target/debug/deps/swadm-6c33dfabe18f71e1)
99272026-08-29T16:19:20.644Z
99282026-08-29T16:19:20.644Zrunning 5 tests
99292026-08-29T16:19:20.644Ztest switchport::test::test_compute_lanes ... ok
99302026-08-29T16:19:20.644Ztest switchport::test::port_id_ordering ... ok
99312026-08-29T16:19:20.644Z Lane 0 Lane 1 Lane 2 Lane 0Lane 3
99322026-08-29T16:19:20.644Z Rx Loss-of-lock: YesLane 1 Lane 2Yes Lane 3Yes
99332026-08-29T16:19:20.645ZYes
99342026-08-29T16:19:20.645Z State: Activated Rx Loss-of-signal: Yes Activated ActivatedYes Activated
99352026-08-29T16:19:20.645ZYes Yes Rx Output Enabled: false
99362026-08-29T16:19:20.645Z Rx CDR Enabled: Yesfalse Yes false falseYes
99372026-08-29T16:19:20.645Z Yes Rx Output Status: valid
99382026-08-29T16:19:20.645Z Tx Enabled: Yesvalid Yesvalid validYes
99392026-08-29T16:19:20.645ZYes
99402026-08-29T16:19:20.645Z Rx Loss-of-lock: true Tx Loss-of-lock: No trueNo trueNo trueNo
99412026-08-29T16:19:20.645Z
99422026-08-29T16:19:20.645Z Rx Loss-of-signal: false Tx Loss-of-signal: No false Nofalse falseNo
99432026-08-29T16:19:20.645Z NoRx Auto-squelch Disable: true
99442026-08-29T16:19:20.645Z Tx CDR Enabled: Notrue true trueNo
99452026-08-29T16:19:20.645Z Tx Output Enabled: trueNo Notrue
99462026-08-29T16:19:20.646Z true Tx Adaptive EQ Fault: No true
99472026-08-29T16:19:20.646ZNo Tx Output Status: invalid Noinvalid No
99482026-08-29T16:19:20.646Zinvalid Tx Fault: Yesinvalid
99492026-08-29T16:19:20.646ZYes Tx Loss-of-lock: false Yes false Yes
99502026-08-29T16:19:20.646Zfalse false
99512026-08-29T16:19:20.646Z Tx Loss-of-signal: true true true true
99522026-08-29T16:19:20.646ZTx Auto-squelch Disable: false false false false
99532026-08-29T16:19:20.646Z Tx Adaptive EQ Fail: true true true true
99542026-08-29T16:19:20.646Z Tx Failure: false false false false
99552026-08-29T16:19:20.646Z Tx Force Squelch: true true true true
99562026-08-29T16:19:20.646Z Tx Input Polarity: normal normal normal normal
99572026-08-29T16:19:20.646Ztest switchport::test::test_print_sff_datapath ... ok
99582026-08-29T16:19:20.646Ztest switchport::test::test_print_cmis_datapath ... ok
99592026-08-29T16:19:20.649Ztest link::test_filter ... ok
99602026-08-29T16:19:20.649Z
99612026-08-29T16:19:20.649Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99622026-08-29T16:19:20.649Z
99632026-08-29T16:19:20.649Z Running tests/cli/main.rs (target/debug/deps/cli-66983617425916ef)
99642026-08-29T16:19:20.652Z
99652026-08-29T16:19:20.652Zrunning 7 tests
99662026-08-29T16:19:20.652Ztest counters::counters_list ... ignored
99672026-08-29T16:19:20.652Ztest link_apply::apply_tx_eq_all ... ignored
99682026-08-29T16:19:20.652Ztest link_apply::apply_tx_eq_custom ... ignored
99692026-08-29T16:19:20.653Ztest tx_eq::set_all_taps ... ignored
99702026-08-29T16:19:20.653Ztest tx_eq::set_partial_taps ... ignored
99712026-08-29T16:19:20.656Ztest cmd::test::pattern_statics ... ok
99722026-08-29T16:19:20.661Ztest link_apply::tx_eq_exclusive ... ok
99732026-08-29T16:19:20.661Z
99742026-08-29T16:19:20.664Ztest result: ok. 2 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.01s
99752026-08-29T16:19:20.664Z
99762026-08-29T16:19:20.665Z Running unittests src/main.rs (target/debug/deps/tfportd-5482807a091a6da3)
99772026-08-29T16:19:20.668Z
99782026-08-29T16:19:20.668Zrunning 3 tests
99792026-08-29T16:19:20.668Ztest linklocal::test_parse_ipadm ... ok
99802026-08-29T16:19:20.668Ztest tfport::test_parse_tfport ... ok
99812026-08-29T16:19:20.668Ztest config::tests::test_updates ... ok
99822026-08-29T16:19:20.668Z
99832026-08-29T16:19:20.668Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99842026-08-29T16:19:20.669Z
99852026-08-29T16:19:20.672Z Running unittests src/main.rs (target/debug/deps/uplinkd-8872d4adf66e7b1b)
99862026-08-29T16:19:20.675Z
99872026-08-29T16:19:20.675Zrunning 0 tests
99882026-08-29T16:19:20.675Z
99892026-08-29T16:19:20.675Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99902026-08-29T16:19:20.675Z
99912026-08-29T16:19:20.676Z Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353)
99922026-08-29T16:19:20.679Z
99932026-08-29T16:19:20.679Zrunning 0 tests
99942026-08-29T16:19:20.679Z
99952026-08-29T16:19:20.682Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99962026-08-29T16:19:20.683Z
99972026-08-29T16:19:20.683Z Doc-tests aal
99982026-08-29T16:19:21.173Z
99992026-08-29T16:19:21.173Zrunning 0 tests
100002026-08-29T16:19:21.173Z
100012026-08-29T16:19:21.176Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100022026-08-29T16:19:21.176Z
100032026-08-29T16:19:21.199Z Doc-tests aal_macros
100042026-08-29T16:19:21.300Z
100052026-08-29T16:19:21.301Zrunning 0 tests
100062026-08-29T16:19:21.301Z
100072026-08-29T16:19:21.301Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100082026-08-29T16:19:21.301Z
100092026-08-29T16:19:21.304Z Doc-tests common
100102026-08-29T16:19:21.514Z
100112026-08-29T16:19:21.515Zrunning 0 tests
100122026-08-29T16:19:21.515Z
100132026-08-29T16:19:21.517Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100142026-08-29T16:19:21.517Z
100152026-08-29T16:19:21.539Z Doc-tests dpd_api
100162026-08-29T16:19:22.306Z
100172026-08-29T16:19:22.307Zrunning 2 tests
100182026-08-29T16:19:22.307Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
100192026-08-29T16:19:22.307Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
100202026-08-29T16:19:22.307Z
100212026-08-29T16:19:22.307Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
100222026-08-29T16:19:22.307Z
100232026-08-29T16:19:22.335Z Doc-tests dpd_client
100242026-08-29T16:19:23.818Z
100252026-08-29T16:19:23.818Zrunning 0 tests
100262026-08-29T16:19:23.818Z
100272026-08-29T16:19:23.818Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100282026-08-29T16:19:23.818Z
100292026-08-29T16:19:23.871Z Doc-tests dpd_types
100302026-08-29T16:19:24.050Z
100312026-08-29T16:19:24.050Zrunning 0 tests
100322026-08-29T16:19:24.050Z
100332026-08-29T16:19:24.051Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100342026-08-29T16:19:24.051Z
100352026-08-29T16:19:24.072Z Doc-tests dpd_types_versions
100362026-08-29T16:19:25.580Z
100372026-08-29T16:19:25.580Zrunning 1 test
100382026-08-29T16:19:25.580Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
100392026-08-29T16:19:25.580Z
100402026-08-29T16:19:25.580Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
100412026-08-29T16:19:25.580Z
100422026-08-29T16:19:25.627Z Doc-tests packet
100432026-08-29T16:19:25.840Z
100442026-08-29T16:19:25.840Zrunning 0 tests
100452026-08-29T16:19:25.840Z
100462026-08-29T16:19:25.840Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100472026-08-29T16:19:25.840Z
100482026-08-29T16:19:25.865Z Doc-tests pcap
100492026-08-29T16:19:25.918Z
100502026-08-29T16:19:25.918Zrunning 0 tests
100512026-08-29T16:19:25.918Z
100522026-08-29T16:19:25.918Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100532026-08-29T16:19:25.918Z
100542026-08-29T16:19:25.969Zprocess exited: duration 598766 ms, exit code 0
 
100552026-08-29T16:19:25.979Zfound 0 output files