01KYA34VJR6435ZJ785Q6TR10G: test

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

Buildomat Job: 01KYA356YJXRTMKNBXHE8FW2NT

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-24T12:57:09.024Zjob assigned to worker 01KYA35BEX9FTXVGV896CWEZCS [factory aws, i-0e3ba214dc6ce1a84] (queued for 56 s)
 
22026-07-24T12:57:16.075Zstarting task 0: "setup"
32026-07-24T12:57:16.079Z++ uname -s
42026-07-24T12:57:16.082Z+ kern=SunOS
52026-07-24T12:57:16.083Z+ build_user=build
62026-07-24T12:57:16.083Z+ build_uid=12345
72026-07-24T12:57:16.083Z+ work_dir=/work
82026-07-24T12:57:16.083Z+ input_dir=/input
92026-07-24T12:57:16.083Z+ [[ 0 == 12345 ]]
102026-07-24T12:57:16.083Z+ case "$kern" in
112026-07-24T12:57:16.083Z+ groupadd -g 12345 build
122026-07-24T12:57:16.086Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-24T12:57:18.089Z+ zfs create -o mountpoint=/work rpool/work
142026-07-24T12:57:18.199Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-24T12:57:18.202Z+ home_fs=zfs
162026-07-24T12:57:18.202Z+ [[ zfs == autofs ]]
172026-07-24T12:57:18.202Z+ mkdir -p /home/build
182026-07-24T12:57:18.202Z+ chown build:build /home/build /work
192026-07-24T12:57:20.203Z+ chmod 0700 /home/build /work
202026-07-24T12:57:20.206Zprocess exited: duration 4133 ms, exit code 0
 
212026-07-24T12:57:20.212Zstarting task 1: "rust-toolchain"
222026-07-24T12:57:20.217Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-07-24T12:57:20.217Z * rust toolchain channel = "1.90.0"
242026-07-24T12:57:20.217Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-24T12:57:20.217Z * rust toolchain profile = "default"
262026-07-24T12:57:20.217Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-24T12:57:20.217Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-24T12:57:20.220Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-24T12:57:20.220Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-07-24T12:57:20.345Zinfo: downloading installer
312026-07-24T12:57:21.643Zwarn: It looks like you have an existing rustup settings file at:
322026-07-24T12:57:21.643Zwarn: /home/build/.rustup/settings.toml
332026-07-24T12:57:21.643Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-24T12:57:21.643Zwarn: instead of the one inferred from the default host triple.
352026-07-24T12:57:21.647Zinfo: profile set to default
362026-07-24T12:57:21.647Zinfo: default host triple is x86_64-unknown-illumos
372026-07-24T12:57:21.647Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-07-24T12:57:21.758Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-07-24T12:57:21.761Zinfo: downloading 6 components
402026-07-24T12:57:35.321Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
412026-07-24T12:57:35.321Z
422026-07-24T12:57:35.352Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-07-24T12:57:35.352Z
442026-07-24T12:57:35.352Z
452026-07-24T12:57:35.352ZRust is installed now. Great!
462026-07-24T12:57:35.352Z
472026-07-24T12:57:35.352ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-24T12:57:35.352Zenvironment variable. This has not been done automatically.
492026-07-24T12:57:35.352Z
502026-07-24T12:57:35.352ZTo configure your current shell, you need to source
512026-07-24T12:57:35.352Zthe corresponding env file under $HOME/.cargo.
522026-07-24T12:57:35.352Z
532026-07-24T12:57:35.352ZThis is usually done by running one of the following (note the leading DOT):
542026-07-24T12:57:35.352Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-24T12:57:35.355Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-24T12:57:35.355Zsource "~/.cargo/env.nu" # For nushell
572026-07-24T12:57:35.355Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-24T12:57:35.355Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-24T12:57:35.355Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-24T12:57:35.355Zwarn: no default linker (`cc`) was found in your PATH
612026-07-24T12:57:35.355Zwarn: many Rust crates require a system C toolchain to build
622026-07-24T12:57:35.437Z+ rustup --version
632026-07-24T12:57:35.446Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-24T12:57:35.449Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-24T12:57:35.468Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-07-24T12:57:35.471Z+ cargo --version
672026-07-24T12:57:35.483Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-07-24T12:57:35.486Z+ rustc --version
692026-07-24T12:57:35.505Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-07-24T12:57:35.508Zprocess exited: duration 15295 ms, exit code 0
 
712026-07-24T12:57:35.516Zstarting task 2: "authentication"
722026-07-24T12:57:35.531Zprocess exited: duration 16 ms, exit code 0
 
732026-07-24T12:57:35.538Zstarting task 3: "clone repository"
742026-07-24T12:57:35.541Z+ mkdir -p /work/oxidecomputer/dendrite
752026-07-24T12:57:35.544Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-07-24T12:57:35.576ZCloning into '/work/oxidecomputer/dendrite'...
772026-07-24T12:57:36.129Z+ cd /work/oxidecomputer/dendrite
782026-07-24T12:57:36.129Z+ git fetch origin 994b2fe8ac24feedc3b43a8bc6b2d3cc4e093cae
792026-07-24T12:57:36.343ZFrom https://github.com/oxidecomputer/dendrite
802026-07-24T12:57:36.343Z * branch 994b2fe8ac24feedc3b43a8bc6b2d3cc4e093cae -> FETCH_HEAD
812026-07-24T12:57:36.347Z+ [[ -n renovate/cc-1.x-lockfile ]]
822026-07-24T12:57:36.350Z++ git branch --show-current
832026-07-24T12:57:36.350Z+ current=main
842026-07-24T12:57:36.350Z+ [[ main != renovate/cc-1.x-lockfile ]]
852026-07-24T12:57:36.350Z+ git branch -f renovate/cc-1.x-lockfile 994b2fe8ac24feedc3b43a8bc6b2d3cc4e093cae
862026-07-24T12:57:36.353Z+ git checkout -f renovate/cc-1.x-lockfile
872026-07-24T12:57:36.371ZSwitched to branch 'renovate/cc-1.x-lockfile'
882026-07-24T12:57:36.374Z+ git reset --hard 994b2fe8ac24feedc3b43a8bc6b2d3cc4e093cae
892026-07-24T12:57:36.390ZHEAD is now at 994b2fe Update Rust crate cc to v1.4.0
902026-07-24T12:57:36.392Zprocess exited: duration 852 ms, exit code 0
 
912026-07-24T12:57:36.398Zstarting task 4: "build"
922026-07-24T12:57:36.402Z+ source .github/buildomat/common.sh
932026-07-24T12:57:36.405Z++ TOFINO_STAGES=20
942026-07-24T12:57:36.405Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-07-24T12:57:36.405Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-07-24T12:57:36.405Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-07-24T12:57:36.405Z+++ uname -s
982026-07-24T12:57:36.405Z++ '[' SunOS == SunOS ']'
992026-07-24T12:57:36.405Z++ SERIES=illumos
1002026-07-24T12:57:36.405Z+++ uname -s
1012026-07-24T12:57:36.408Z++ '[' SunOS == SunOS ']'
1022026-07-24T12:57:36.408Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-07-24T12:57:36.408Z++ rustup show active-toolchain
1042026-07-24T12:57:36.411Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-07-24T12:57:36.414Z+ source .github/buildomat/illumos.sh
1062026-07-24T12:57:36.414Z++ banner 'sde setup'
1072026-07-24T12:57:36.414Z
1082026-07-24T12:57:36.414Z #### ##### ###### #### ###### ##### # # #####
1092026-07-24T12:57:36.414Z # # # # # # # # # # #
1102026-07-24T12:57:36.414Z #### # # ##### #### ##### # # # # #
1112026-07-24T12:57:36.414Z # # # # # # # # # #####
1122026-07-24T12:57:36.414Z # # # # # # # # # # # #
1132026-07-24T12:57:36.414Z #### ##### ###### #### ###### # #### #
1142026-07-24T12:57:36.414Z
1152026-07-24T12:57:36.414Z++ export PKG_SUCCESS_ON_NOP=1
1162026-07-24T12:57:36.414Z++ PKG_SUCCESS_ON_NOP=1
1172026-07-24T12:57:36.414Z++ export PKG=tofino_sde.p5p
1182026-07-24T12:57:36.414Z++ PKG=tofino_sde.p5p
1192026-07-24T12:57:36.414Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-07-24T12:57:36.420Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-07-24T12:57:36.434Z Dload Upload Total Spent Left Speed
1222026-07-24T12:57:37.404Z 0 0 0 0 0 0 0 0 0 100 76.03M 100 76.03M 0 0 77.26M 0 0 100 76.03M 100 76.03M 0 0 77.25M 0 0 100 76.03M 100 76.03M 0 0 77.25M 0 0
1232026-07-24T12:57:37.408Z+++ digest -a sha256 tofino_sde.p5p
1242026-07-24T12:57:37.455Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-07-24T12:57:37.458Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-07-24T12:57:37.458Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-07-24T12:57:38.786Z Startup: Refreshing catalog 'helios' ... Done
1282026-07-24T12:57:39.024Z Startup: Caching catalogs ... Done
1292026-07-24T12:57:39.069Z Startup: Refreshing catalog 'oxide' ... Done
1302026-07-24T12:57:40.383ZPlanning: Solver setup ... Done
1312026-07-24T12:57:40.432ZPlanning: Running solver ... Done
1322026-07-24T12:57:40.458ZPlanning: Finding local manifests ... Done
1332026-07-24T12:57:40.461ZPlanning: Fetching manifests: 1/1 100% complete
1342026-07-24T12:57:40.465ZPlanning: Fetching manifests: 1/1 100% complete
1352026-07-24T12:57:40.479ZPlanning: Package planning ... Done
1362026-07-24T12:57:40.482ZPlanning: Merging actions ... Done
1372026-07-24T12:57:40.623ZPlanning: Checking for conflicting actions ... Done
1382026-07-24T12:57:40.626ZPlanning: Consolidating action changes ... Done
1392026-07-24T12:57:41.425ZPlanning: Evaluating mediators ... Done
1402026-07-24T12:57:41.428ZPlanning: Planning completed in 2.35 seconds
1412026-07-24T12:57:41.432Z Packages to install: 1
1422026-07-24T12:57:41.432Z Create boot environment: No
1432026-07-24T12:57:41.435ZCreate backup boot environment: No
1442026-07-24T12:57:41.459Z
1452026-07-24T12:57:41.459ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-07-24T12:57:41.594ZDownload: Completed 75.30 MB in 0.13 seconds (558M/s)
1472026-07-24T12:57:41.807Z Actions: 1/293 actions (Installing new actions)
1482026-07-24T12:57:42.774Z Actions: Completed 293 actions in 0.97 seconds.
1492026-07-24T12:57:42.778ZFinalize: Updating package state database ... Done
1502026-07-24T12:57:42.819ZFinalize: Updating package cache ... Done
1512026-07-24T12:57:42.881ZFinalize: Updating image state ... Done
1522026-07-24T12:57:45.414ZFinalize: Creating fast lookup database ... Done
1532026-07-24T12:57:45.489ZFinalize: Reading search index ... Done
1542026-07-24T12:57:45.495ZFinalize: Updating search index ... Done
1552026-07-24T12:57:45.672ZFinalize: Updating package cache ... Done
1562026-07-24T12:57:45.804Z++ export SDE=/opt/oxide/tofino_sde
1572026-07-24T12:57:45.804Z++ SDE=/opt/oxide/tofino_sde
1582026-07-24T12:57:45.804Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-07-24T12:57:45.804Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-07-24T12:57:45.804Z++ banner packages
1612026-07-24T12:57:45.807Z
1622026-07-24T12:57:45.807Z ##### ## #### # # ## #### ###### ####
1632026-07-24T12:57:45.807Z # # # # # # # # # # # # # #
1642026-07-24T12:57:45.807Z # # # # # #### # # # ##### ####
1652026-07-24T12:57:45.807Z ##### ###### # # # ###### # ### # #
1662026-07-24T12:57:45.807Z # # # # # # # # # # # # # #
1672026-07-24T12:57:45.807Z # # # #### # # # # #### ###### ####
1682026-07-24T12:57:45.807Z
1692026-07-24T12:57:45.807Z++ pfexec pkg install clang-15 pcap gcc14
1702026-07-24T12:57:46.067Z Startup: Refreshing catalog 'helios' ... Done
1712026-07-24T12:57:46.070Z Startup: Refreshing catalog 'oxide' ... Done
1722026-07-24T12:57:47.229ZPlanning: Solver setup ... Done
1732026-07-24T12:57:47.276ZPlanning: Running solver ... Done
1742026-07-24T12:57:47.302ZPlanning: Consolidating action changes ... Done
1752026-07-24T12:57:47.305ZPlanning: Evaluating mediators ... Done
1762026-07-24T12:57:47.305ZPlanning: Planning completed in 1.24 seconds
1772026-07-24T12:57:47.321ZNo updates necessary for this image.
1782026-07-24T12:57:47.426Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-07-24T12:57:47.637ZPlanning: Evaluating mediator changes ... Done
1802026-07-24T12:57:47.752ZPlanning: Checking for conflicting actions ... Done
1812026-07-24T12:57:47.755ZPlanning: Consolidating action changes ... Done
1822026-07-24T12:57:47.918ZPlanning: Evaluating mediators ... Done
1832026-07-24T12:57:47.921ZPlanning: Planning completed in 0.28 seconds
1842026-07-24T12:57:47.942Z Mediators to change: 2
1852026-07-24T12:57:47.942Z Create boot environment: No
1862026-07-24T12:57:47.945ZCreate backup boot environment: No
1872026-07-24T12:57:47.988ZFinalize: Updating package state database ... Done
1882026-07-24T12:57:47.988ZFinalize: Updating package cache ... Done
1892026-07-24T12:57:48.021ZFinalize: Updating image state ... Done
1902026-07-24T12:57:50.050ZFinalize: Creating fast lookup database ... Done
1912026-07-24T12:57:50.125ZFinalize: Reading search index ... Done
1922026-07-24T12:57:50.128ZFinalize: Updating search index ... Done
1932026-07-24T12:57:50.199ZFinalize: Updating package cache ... Done
1942026-07-24T12:57:50.272Z++ cargo --version
1952026-07-24T12:57:50.283Zcargo 1.90.0 (840b83a10 2025-07-30)
1962026-07-24T12:57:50.286Z++ rustc --version
1972026-07-24T12:57:50.306Zrustc 1.90.0 (1159e78c4 2025-09-14)
1982026-07-24T12:57:50.309Z+ banner copyrights
1992026-07-24T12:57:50.312Z
2002026-07-24T12:57:50.312Z #### #### ##### # # ##### # #### # # ##### ####
2012026-07-24T12:57:50.312Z # # # # # # # # # # # # # # # # #
2022026-07-24T12:57:50.312Z # # # # # # # # # # ###### # ####
2032026-07-24T12:57:50.313Z # # # ##### # ##### # # ### # # # #
2042026-07-24T12:57:50.313Z # # # # # # # # # # # # # # # #
2052026-07-24T12:57:50.313Z #### #### # # # # # #### # # # ####
2062026-07-24T12:57:50.313Z
2072026-07-24T12:57:50.313Z+ ./tools/check_copyrights.sh
2082026-07-24T12:57:50.605Zcommon/src/illumos.rs: Copyright with wrong year
2092026-07-24T12:57:51.397Zdpd/p4/headers.p4: Copyright with wrong year
2102026-07-24T12:57:51.865Zpacket/src/eth.rs: Copyright with wrong year
2112026-07-24T12:57:51.957Zpcap/build.rs: Copyright with wrong year
2122026-07-24T12:57:52.131Ztfportd/src/linklocal.rs: Copyright with wrong year
2132026-07-24T12:57:52.364Z+ banner clippy
2142026-07-24T12:57:52.367Z
2152026-07-24T12:57:52.367Z #### # # ##### ##### # #
2162026-07-24T12:57:52.367Z # # # # # # # # # #
2172026-07-24T12:57:52.367Z # # # # # # # #
2182026-07-24T12:57:52.367Z # # # ##### ##### #
2192026-07-24T12:57:52.367Z # # # # # # #
2202026-07-24T12:57:52.367Z #### ###### # # # #
2212026-07-24T12:57:52.367Z
2222026-07-24T12:57:52.367Z+ for feat in tofino_stub tofino_asic softnpu chaos
2232026-07-24T12:57:52.367Z+ cargo clippy --features tofino_stub -- --deny warnings
2242026-07-24T12:57:52.515Z Updating git repository `https://github.com/oxidecomputer/omicron`
2252026-07-24T12:58:02.084Z Updating crates.io index
2262026-07-24T12:58:02.136Z Updating git repository `https://github.com/illumos/smf-rs`
2272026-07-24T12:58:02.400Z Updating git repository `https://github.com/oxidecomputer/propolis`
2282026-07-24T12:58:03.099Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2292026-07-24T12:58:03.344Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-07-24T12:58:03.549Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2312026-07-24T12:58:04.740Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2322026-07-24T12:58:05.145Z Updating git repository `https://github.com/oxidecomputer/ispf`
2332026-07-24T12:58:05.383Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2342026-07-24T12:58:05.693Z Updating git repository `https://github.com/oxidecomputer/lldp`
2352026-07-24T12:58:06.086Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2362026-07-24T12:58:06.326Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2372026-07-24T12:58:06.606Z Updating git repository `https://github.com/oxidecomputer/p4`
2382026-07-24T12:58:07.040Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2392026-07-24T12:58:07.306Z Updating git repository `https://github.com/oxidecomputer/lldp`
2402026-07-24T12:58:07.729Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2412026-07-24T12:58:08.253Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2422026-07-24T12:58:08.540Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2432026-07-24T12:58:08.842Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-07-24T12:58:09.330Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2452026-07-24T12:58:09.821Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2462026-07-24T12:58:10.113Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2472026-07-24T12:58:10.487Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2482026-07-24T12:58:11.919Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-07-24T12:58:12.463Z Updating git repository `https://github.com/oxidecomputer/crucible`
2502026-07-24T12:58:13.724Z Updating git repository `https://github.com/oxidecomputer/opte`
2512026-07-24T12:58:14.294Z Updating git repository `https://github.com/oxidecomputer/tofino`
2522026-07-24T12:58:14.528Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-07-24T12:58:14.770Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-07-24T12:58:16.371Z Downloading crates ...
2552026-07-24T12:58:16.428Z Downloaded aead v0.5.2
2562026-07-24T12:58:16.434Z Downloaded adler2 v2.0.1
2572026-07-24T12:58:16.437Z Downloaded base16ct v0.2.0
2582026-07-24T12:58:16.440Z Downloaded backoff v0.4.0
2592026-07-24T12:58:16.443Z Downloaded base64ct v1.8.0
2602026-07-24T12:58:16.448Z Downloaded dof v0.4.0
2612026-07-24T12:58:16.451Z Downloaded defmt v0.3.100
2622026-07-24T12:58:16.451Z Downloaded data-encoding v2.9.0
2632026-07-24T12:58:16.454Z Downloaded ciborium-io v0.2.2
2642026-07-24T12:58:16.457Z Downloaded cfg-if v1.0.4
2652026-07-24T12:58:16.457Z Downloaded dropshot_endpoint v0.16.7
2662026-07-24T12:58:16.460Z Downloaded convert_case v0.4.0
2672026-07-24T12:58:16.463Z Downloaded form_urlencoded v1.2.2
2682026-07-24T12:58:16.466Z Downloaded futures-io v0.3.32
2692026-07-24T12:58:16.466Z Downloaded derive-ex v0.1.8
2702026-07-24T12:58:16.469Z Downloaded cargo_metadata v0.18.1
2712026-07-24T12:58:16.472Z Downloaded futures-macro v0.3.32
2722026-07-24T12:58:16.472Z Downloaded fnv v1.0.7
2732026-07-24T12:58:16.475Z Downloaded async-recursion v1.1.1
2742026-07-24T12:58:16.478Z Downloaded find-msvc-tools v0.1.9
2752026-07-24T12:58:16.481Z Downloaded generic-array v0.14.7
2762026-07-24T12:58:16.481Z Downloaded gethostname v0.5.0
2772026-07-24T12:58:16.484Z Downloaded futures-core v0.3.32
2782026-07-24T12:58:16.487Z Downloaded git-stub-vcs v0.1.0
2792026-07-24T12:58:16.490Z Downloaded foreign-types v0.5.0
2802026-07-24T12:58:16.490Z Downloaded clap_lex v1.1.0
2812026-07-24T12:58:16.493Z Downloaded futures-task v0.3.32
2822026-07-24T12:58:16.496Z Downloaded dropshot-api-manager-types v0.7.2
2832026-07-24T12:58:16.496Z Downloaded futures-sink v0.3.32
2842026-07-24T12:58:16.499Z Downloaded cobs v0.3.0
2852026-07-24T12:58:16.499Z Downloaded foreign-types-macros v0.2.3
2862026-07-24T12:58:16.501Z Downloaded enum-as-inner v0.6.1
2872026-07-24T12:58:16.504Z Downloaded embedded-io v0.6.1
2882026-07-24T12:58:16.504Z Downloaded displaydoc v0.2.5
2892026-07-24T12:58:16.508Z Downloaded hex v0.4.3
2902026-07-24T12:58:16.510Z Downloaded bit-set v0.8.0
2912026-07-24T12:58:16.513Z Downloaded fixedbitset v0.4.2
2922026-07-24T12:58:16.516Z Downloaded heck v0.5.0
2932026-07-24T12:58:16.516Z Downloaded fs_extra v1.3.0
2942026-07-24T12:58:16.520Z Downloaded cpufeatures v0.3.0
2952026-07-24T12:58:16.520Z Downloaded erased-serde v0.3.31
2962026-07-24T12:58:16.523Z Downloaded foreign-types v0.3.2
2972026-07-24T12:58:16.526Z Downloaded defmt-parser v1.0.0
2982026-07-24T12:58:16.526Z Downloaded compression-core v0.4.32
2992026-07-24T12:58:16.529Z Downloaded anstyle-query v1.1.4
3002026-07-24T12:58:16.532Z Downloaded foreign-types-shared v0.1.1
3012026-07-24T12:58:16.532Z Downloaded heck v0.4.1
3022026-07-24T12:58:16.535Z Downloaded git-stub v1.0.0
3032026-07-24T12:58:16.535Z Downloaded hash32 v0.3.1
3042026-07-24T12:58:16.538Z Downloaded dtrace-parser v0.2.0
3052026-07-24T12:58:16.538Z Downloaded crucible-workspace-hack v0.1.0
3062026-07-24T12:58:16.541Z Downloaded block-buffer v0.10.4
3072026-07-24T12:58:16.541Z Downloaded atomic-waker v1.1.2
3082026-07-24T12:58:16.544Z Downloaded hostname v0.3.1
3092026-07-24T12:58:16.547Z Downloaded dyn-clone v1.0.20
3102026-07-24T12:58:16.547Z Downloaded foreign-types-shared v0.3.1
3112026-07-24T12:58:16.550Z Downloaded hyper-tls v0.6.0
3122026-07-24T12:58:16.550Z Downloaded compression-codecs v0.4.32
3132026-07-24T12:58:16.552Z Downloaded chacha20poly1305 v0.10.1
3142026-07-24T12:58:16.555Z Downloaded fastrand v2.3.0
3152026-07-24T12:58:16.558Z Downloaded bit-vec v0.8.0
3162026-07-24T12:58:16.558Z Downloaded errno v0.3.14
3172026-07-24T12:58:16.561Z Downloaded httpdate v1.0.3
3182026-07-24T12:58:16.564Z Downloaded hubpack v0.1.2
3192026-07-24T12:58:16.564Z Downloaded equivalent v1.0.2
3202026-07-24T12:58:16.567Z Downloaded colored v3.1.1
3212026-07-24T12:58:16.570Z Downloaded cipher v0.4.4
3222026-07-24T12:58:16.570Z Downloaded ff v0.13.1
3232026-07-24T12:58:16.573Z Downloaded dunce v1.0.5
3242026-07-24T12:58:16.573Z Downloaded digest v0.10.7
3252026-07-24T12:58:16.576Z Downloaded autocfg v1.5.0
3262026-07-24T12:58:16.579Z Downloaded keccak v0.1.6
3272026-07-24T12:58:16.579Z Downloaded internet-checksum v0.2.1
3282026-07-24T12:58:16.582Z Downloaded instant v0.1.13
3292026-07-24T12:58:16.582Z Downloaded inout v0.1.4
3302026-07-24T12:58:16.585Z Downloaded cpufeatures v0.2.17
3312026-07-24T12:58:16.587Z Downloaded lazy_static v1.5.0
3322026-07-24T12:58:16.588Z Downloaded daft v0.1.5
3332026-07-24T12:58:16.590Z Downloaded const_format_proc_macros v0.2.34
3342026-07-24T12:58:16.594Z Downloaded kstat-rs v0.2.4
3352026-07-24T12:58:16.594Z Downloaded lru-slab v0.1.2
3362026-07-24T12:58:16.597Z Downloaded csv-core v0.1.12
3372026-07-24T12:58:16.597Z Downloaded lru-cache v0.1.2
3382026-07-24T12:58:16.599Z Downloaded defmt v1.0.1
3392026-07-24T12:58:16.603Z Downloaded is_terminal_polyfill v1.70.1
3402026-07-24T12:58:16.606Z Downloaded itoa v1.0.15
3412026-07-24T12:58:16.606Z Downloaded globset v0.4.16
3422026-07-24T12:58:16.609Z Downloaded daft-derive v0.1.5
3432026-07-24T12:58:16.612Z Downloaded group v0.13.0
3442026-07-24T12:58:16.612Z Downloaded highway v1.3.0
3452026-07-24T12:58:16.616Z Downloaded either v1.15.0
3462026-07-24T12:58:16.619Z Downloaded clang-sys v1.8.1
3472026-07-24T12:58:16.619Z Downloaded libscf-sys v1.2.0
3482026-07-24T12:58:16.619Z Downloaded humantime v2.3.0
3492026-07-24T12:58:16.622Z Downloaded fs-err v3.1.2
3502026-07-24T12:58:16.625Z Downloaded glob v0.3.3
3512026-07-24T12:58:16.625Z Downloaded managed v0.8.0
3522026-07-24T12:58:16.628Z Downloaded memmap v0.7.0
3532026-07-24T12:58:16.628Z Downloaded async-trait v0.1.89
3542026-07-24T12:58:16.631Z Downloaded mime v0.3.17
3552026-07-24T12:58:16.634Z Downloaded digest v0.11.3
3562026-07-24T12:58:16.637Z Downloaded memoffset v0.9.1
3572026-07-24T12:58:16.637Z Downloaded match_cfg v0.1.0
3582026-07-24T12:58:16.640Z Downloaded macaddr v1.0.1
3592026-07-24T12:58:16.640Z Downloaded const-oid v0.10.2
3602026-07-24T12:58:16.643Z Downloaded newline-converter v0.3.0
3612026-07-24T12:58:16.643Z Downloaded ingot-types v0.1.2
3622026-07-24T12:58:16.646Z Downloaded num-conv v0.2.1
3632026-07-24T12:58:16.646Z Downloaded num-derive v0.4.2
3642026-07-24T12:58:16.648Z Downloaded omicron-workspace-hack v0.1.0
3652026-07-24T12:58:16.651Z Downloaded olpc-cjson v0.1.4
3662026-07-24T12:58:16.652Z Downloaded num_enum_derive v0.5.11
3672026-07-24T12:58:16.655Z Downloaded crossbeam-deque v0.8.6
3682026-07-24T12:58:16.655Z Downloaded darling v0.21.3
3692026-07-24T12:58:16.658Z Downloaded linked-hash-map v0.5.6
3702026-07-24T12:58:16.661Z Downloaded num v0.4.3
3712026-07-24T12:58:16.661Z Downloaded newtype-uuid-macros v0.1.0
3722026-07-24T12:58:16.664Z Downloaded crossbeam-epoch v0.9.18
3732026-07-24T12:58:16.664Z Downloaded num_threads v0.1.7
3742026-07-24T12:58:16.667Z Downloaded opaque-debug v0.3.1
3752026-07-24T12:58:16.667Z Downloaded expectorate v1.2.0
3762026-07-24T12:58:16.671Z Downloaded libloading v0.8.9
3772026-07-24T12:58:16.674Z Downloaded openssl-macros v0.1.1
3782026-07-24T12:58:16.674Z Downloaded fixedbitset v0.5.7
3792026-07-24T12:58:16.674Z Downloaded hybrid-array v0.4.12
3802026-07-24T12:58:16.677Z Downloaded anyhow v1.0.102
3812026-07-24T12:58:16.680Z Downloaded http-body-util v0.1.3
3822026-07-24T12:58:16.683Z Downloaded httparse v1.10.1
3832026-07-24T12:58:16.686Z Downloaded hmac v0.12.1
3842026-07-24T12:58:16.686Z Downloaded libsw-core v0.3.2
3852026-07-24T12:58:16.689Z Downloaded libsw v3.5.0
3862026-07-24T12:58:16.689Z Downloaded futures-channel v0.3.32
3872026-07-24T12:58:16.692Z Downloaded cc v1.4.0
3882026-07-24T12:58:16.695Z Downloaded percent-encoding v2.3.2
3892026-07-24T12:58:16.695Z Downloaded openssl-probe v0.1.6
3902026-07-24T12:58:16.698Z Downloaded num-iter v0.1.45
3912026-07-24T12:58:16.698Z Downloaded iana-time-zone v0.1.64
3922026-07-24T12:58:16.700Z Downloaded hyper-rustls v0.27.7
3932026-07-24T12:58:16.703Z Downloaded anstyle-parse v1.0.0
3942026-07-24T12:58:16.703Z Downloaded linear-map v1.2.0
3952026-07-24T12:58:16.732Z Downloaded crc32fast v1.5.0
3962026-07-24T12:58:16.732Z Downloaded blake2 v0.10.6
3972026-07-24T12:58:16.732Z Downloaded parse-display v0.10.0
3982026-07-24T12:58:16.732Z Downloaded num_enum v0.7.5
3992026-07-24T12:58:16.732Z Downloaded potential_utf v0.1.3
4002026-07-24T12:58:16.732Z Downloaded powerfmt v0.2.0
4012026-07-24T12:58:16.732Z Downloaded ingot-macros v0.1.1
4022026-07-24T12:58:16.732Z Downloaded progenitor-client v0.14.0
4032026-07-24T12:58:16.732Z Downloaded proc-macro-error-attr2 v2.0.0
4042026-07-24T12:58:16.732Z Downloaded console v0.15.11
4052026-07-24T12:58:16.732Z Downloaded ciborium v0.2.2
4062026-07-24T12:58:16.732Z Downloaded proc-macro-error-attr v1.0.4
4072026-07-24T12:58:16.732Z Downloaded proc-macro-crate v1.3.1
4082026-07-24T12:58:16.732Z Downloaded plain v0.2.3
4092026-07-24T12:58:16.732Z Downloaded num_enum_derive v0.7.5
4102026-07-24T12:58:16.733Z Downloaded num-integer v0.1.46
4112026-07-24T12:58:16.733Z Downloaded jobserver v0.1.34
4122026-07-24T12:58:16.737Z Downloaded num-complex v0.4.6
4132026-07-24T12:58:16.737Z Downloaded pretty-hex v0.4.1
4142026-07-24T12:58:16.737Z Downloaded progenitor-client v0.10.0
4152026-07-24T12:58:16.740Z Downloaded native-tls v0.2.14
4162026-07-24T12:58:16.740Z Downloaded progenitor-client v0.11.1
4172026-07-24T12:58:16.743Z Downloaded progenitor-macro v0.10.0
4182026-07-24T12:58:16.743Z Downloaded getrandom v0.3.3
4192026-07-24T12:58:16.746Z Downloaded derive_more v0.99.20
4202026-07-24T12:58:16.749Z Downloaded progenitor-macro v0.14.0
4212026-07-24T12:58:16.752Z Downloaded getrandom v0.2.16
4222026-07-24T12:58:16.752Z Downloaded lock_api v0.4.14
4232026-07-24T12:58:16.755Z Downloaded derive-where v1.6.0
4242026-07-24T12:58:16.757Z Downloaded futures v0.3.32
4252026-07-24T12:58:16.760Z Downloaded phf_shared v0.12.1
4262026-07-24T12:58:16.760Z Downloaded pest_generator v2.8.2
4272026-07-24T12:58:16.763Z Downloaded pem v3.0.5
4282026-07-24T12:58:16.763Z Downloaded ref-cast v1.0.25
4292026-07-24T12:58:16.766Z Downloaded rand_xorshift v0.4.0
4302026-07-24T12:58:16.769Z Downloaded ref-cast-impl v1.0.25
4312026-07-24T12:58:16.769Z Downloaded rand_chacha v0.3.1
4322026-07-24T12:58:16.772Z Downloaded rustc_version v0.1.7
4332026-07-24T12:58:16.772Z Downloaded phf v0.12.1
4342026-07-24T12:58:16.772Z Downloaded parse-display-derive v0.10.0
4352026-07-24T12:58:16.775Z Downloaded oxide-tokio-rt v0.1.2
4362026-07-24T12:58:16.775Z Downloaded pkg-config v0.3.32
4372026-07-24T12:58:16.778Z Downloaded indexmap v1.9.3
4382026-07-24T12:58:16.782Z Downloaded rustc-hash v2.1.1
4392026-07-24T12:58:16.782Z Downloaded num-rational v0.4.2
4402026-07-24T12:58:16.785Z Downloaded memmap2 v0.9.8
4412026-07-24T12:58:16.785Z Downloaded poly1305 v0.8.0
4422026-07-24T12:58:16.785Z Downloaded pin-project-lite v0.2.16
4432026-07-24T12:58:16.788Z Downloaded proc-macro-error v1.0.4
4442026-07-24T12:58:16.791Z Downloaded newtype-uuid v1.3.2
4452026-07-24T12:58:16.794Z Downloaded bytes v1.12.0
4462026-07-24T12:58:16.797Z Downloaded darling_core v0.21.3
4472026-07-24T12:58:16.800Z Downloaded progenitor v0.11.1
4482026-07-24T12:58:16.800Z Downloaded once_cell v1.21.3
4492026-07-24T12:58:16.803Z Downloaded progenitor v0.10.0
4502026-07-24T12:58:16.803Z Downloaded proc-macro-error2 v2.0.1
4512026-07-24T12:58:16.806Z Downloaded progenitor v0.14.0
4522026-07-24T12:58:16.809Z Downloaded dropshot_endpoint v0.17.1
4532026-07-24T12:58:16.809Z Downloaded ppv-lite86 v0.2.21
4542026-07-24T12:58:16.812Z Downloaded pin-project-internal v1.1.10
4552026-07-24T12:58:16.812Z Downloaded log v0.4.29
4562026-07-24T12:58:16.815Z Downloaded litemap v0.8.0
4572026-07-24T12:58:16.818Z Downloaded const_format v0.2.34
4582026-07-24T12:58:16.821Z Downloaded secrecy v0.10.3
4592026-07-24T12:58:16.821Z Downloaded drift v0.2.0
4602026-07-24T12:58:16.826Z Downloaded rand_core v0.9.3
4612026-07-24T12:58:16.829Z Downloaded rand_core v0.6.4
4622026-07-24T12:58:16.829Z Downloaded quote v1.0.45
4632026-07-24T12:58:16.832Z Downloaded scroll_derive v0.13.1
4642026-07-24T12:58:16.832Z Downloaded rand_chacha v0.9.0
4652026-07-24T12:58:16.835Z Downloaded pest_derive v2.8.2
4662026-07-24T12:58:16.838Z Downloaded semver v0.1.20
4672026-07-24T12:58:16.838Z Downloaded search_path v0.1.4
4682026-07-24T12:58:16.838Z Downloaded scroll_derive v0.12.1
4692026-07-24T12:58:16.841Z Downloaded password-hash v0.5.0
4702026-07-24T12:58:16.841Z Downloaded icu_normalizer_data v2.0.0
4712026-07-24T12:58:16.844Z Downloaded serde_spanned v0.6.9
4722026-07-24T12:58:16.844Z Downloaded serde_plain v1.0.2
4732026-07-24T12:58:16.847Z Downloaded serde-big-array v0.5.1
4742026-07-24T12:58:16.847Z Downloaded icu_normalizer v2.0.0
4752026-07-24T12:58:16.850Z Downloaded resolv-conf v0.7.5
4762026-07-24T12:58:16.853Z Downloaded serde_repr v0.1.20
4772026-07-24T12:58:16.853Z Downloaded sha1 v0.11.0
4782026-07-24T12:58:16.855Z Downloaded rusty-fork v0.3.0
4792026-07-24T12:58:16.856Z Downloaded crossbeam-channel v0.5.15
4802026-07-24T12:58:16.858Z Downloaded rustversion v1.0.22
4812026-07-24T12:58:16.861Z Downloaded curl v0.4.50
4822026-07-24T12:58:16.864Z Downloaded rustls-pemfile v2.2.0
4832026-07-24T12:58:16.864Z Downloaded serde_spanned v1.1.1
4842026-07-24T12:58:16.867Z Downloaded omicron-zone-package v0.12.2
4852026-07-24T12:58:16.867Z Downloaded rustc_version v0.4.1
4862026-07-24T12:58:16.870Z Downloaded serde_urlencoded v0.7.1
4872026-07-24T12:58:16.870Z Downloaded sigpipe v0.1.3
4882026-07-24T12:58:16.873Z Downloaded sha1 v0.10.6
4892026-07-24T12:58:16.873Z Downloaded heapless v0.8.0
4902026-07-24T12:58:16.876Z Downloaded allocator-api2 v0.2.21
4912026-07-24T12:58:16.878Z Downloaded scroll v0.12.0
4922026-07-24T12:58:16.879Z Downloaded postcard v1.1.3
4932026-07-24T12:58:16.881Z Downloaded parking_lot_core v0.9.12
4942026-07-24T12:58:16.881Z Downloaded signal-hook-tokio v0.4.0
4952026-07-24T12:58:16.884Z Downloaded siphasher v1.0.1
4962026-07-24T12:58:16.884Z Downloaded parking_lot v0.12.5
4972026-07-24T12:58:16.887Z Downloaded hashbrown v0.12.3
4982026-07-24T12:58:16.890Z Downloaded pest_meta v2.8.2
4992026-07-24T12:58:16.890Z Downloaded schemars_derive v0.8.22
5002026-07-24T12:58:16.893Z Downloaded crypto-bigint v0.5.5
5012026-07-24T12:58:16.896Z Downloaded scopeguard v1.2.0
5022026-07-24T12:58:16.896Z Downloaded slog-bunyan v2.5.0
5032026-07-24T12:58:16.899Z Downloaded smawk v0.3.2
5042026-07-24T12:58:16.899Z Downloaded scroll v0.13.0
5052026-07-24T12:58:16.902Z Downloaded same-file v1.0.6
5062026-07-24T12:58:16.902Z Downloaded strsim v0.11.1
5072026-07-24T12:58:16.902Z Downloaded quinn-udp v0.5.14
5082026-07-24T12:58:16.905Z Downloaded stable_deref_trait v1.2.0
5092026-07-24T12:58:16.905Z Downloaded icu_properties v2.0.1
5102026-07-24T12:58:16.908Z Downloaded strum v0.27.2
5112026-07-24T12:58:16.908Z Downloaded serde_path_to_error v0.1.20
5122026-07-24T12:58:16.911Z Downloaded icu_locale_core v2.0.0
5132026-07-24T12:58:16.914Z Downloaded icu_collections v2.0.0
5142026-07-24T12:58:16.917Z Downloaded supports-color v3.0.2
5152026-07-24T12:58:16.920Z Downloaded strum v0.26.3
5162026-07-24T12:58:16.920Z Downloaded strum v0.28.0
5172026-07-24T12:58:16.920Z Downloaded num-traits v0.2.19
5182026-07-24T12:58:16.922Z Downloaded subtle v2.6.1
5192026-07-24T12:58:16.923Z Downloaded serde_derive_internals v0.29.1
5202026-07-24T12:58:16.926Z Downloaded async-compression v0.4.33
5212026-07-24T12:58:16.928Z Downloaded swrite v0.1.0
5222026-07-24T12:58:16.929Z Downloaded serde_tokenstream v0.2.3
5232026-07-24T12:58:16.931Z Downloaded ryu v1.0.20
5242026-07-24T12:58:16.931Z Downloaded papergrid v0.17.0
5252026-07-24T12:58:16.934Z Downloaded jiff-static v0.2.15
5262026-07-24T12:58:16.937Z Downloaded signal-hook-registry v1.4.6
5272026-07-24T12:58:16.937Z Downloaded shlex v2.0.1
5282026-07-24T12:58:16.940Z Downloaded pin-project v1.1.10
5292026-07-24T12:58:16.945Z Downloaded tagptr v0.2.0
5302026-07-24T12:58:16.948Z Downloaded sha2 v0.10.9
5312026-07-24T12:58:16.948Z Downloaded take_mut v0.2.2
5322026-07-24T12:58:16.949Z Downloaded slog-term v2.9.2
5332026-07-24T12:58:16.951Z Downloaded slog-json v2.6.1
5342026-07-24T12:58:16.952Z Downloaded time-core v0.1.8
5352026-07-24T12:58:16.954Z Downloaded testing_table v0.3.0
5362026-07-24T12:58:16.955Z Downloaded semver v1.0.28
5372026-07-24T12:58:16.957Z Downloaded tabwriter v1.4.1
5382026-07-24T12:58:16.957Z Downloaded http v1.4.2
5392026-07-24T12:58:16.960Z Downloaded hickory-resolver v0.25.2
5402026-07-24T12:58:16.963Z Downloaded static_assertions v1.1.0
5412026-07-24T12:58:16.963Z Downloaded snafu-derive v0.8.9
5422026-07-24T12:58:16.963Z Downloaded tabled_derive v0.11.0
5432026-07-24T12:58:16.966Z Downloaded structmeta-derive v0.3.0
5442026-07-24T12:58:16.966Z Downloaded tabled_derive v0.7.0
5452026-07-24T12:58:16.967Z Downloaded terminal_size v0.4.3
5462026-07-24T12:58:16.969Z Downloaded tinyvec_macros v0.1.1
5472026-07-24T12:58:16.969Z Downloaded aws-lc-rs v1.16.2
5482026-07-24T12:58:16.973Z Downloaded thread-id v5.0.0
5492026-07-24T12:58:16.976Z Downloaded termtree v0.5.1
5502026-07-24T12:58:16.976Z Downloaded slog-dtrace v0.3.0
5512026-07-24T12:58:16.979Z Downloaded tokio-macros v2.7.0
5522026-07-24T12:58:16.979Z Downloaded slab v0.4.11
5532026-07-24T12:58:16.979Z Downloaded slog-async v2.8.0
5542026-07-24T12:58:16.982Z Downloaded smf v0.2.3
5552026-07-24T12:58:16.982Z Downloaded hickory-resolver v0.24.4
5562026-07-24T12:58:16.985Z Downloaded thread-id v4.2.2
5572026-07-24T12:58:16.985Z Downloaded thiserror-impl-no-std v2.0.2
5582026-07-24T12:58:16.985Z Downloaded structmeta v0.3.0
5592026-07-24T12:58:16.988Z Downloaded papergrid v0.11.0
5602026-07-24T12:58:16.991Z Downloaded sync_wrapper v1.0.2
5612026-07-24T12:58:16.991Z Downloaded synstructure v0.13.2
5622026-07-24T12:58:16.991Z Downloaded progenitor-impl v0.10.0
5632026-07-24T12:58:16.994Z Downloaded strum_macros v0.27.2
5642026-07-24T12:58:16.994Z Downloaded strum_macros v0.28.0
5652026-07-24T12:58:16.997Z Downloaded toml_datetime v0.6.11
5662026-07-24T12:58:16.997Z Downloaded progenitor-impl v0.11.1
5672026-07-24T12:58:17.000Z Downloaded strum_macros v0.26.4
5682026-07-24T12:58:17.000Z Downloaded proc-macro2 v1.0.106
5692026-07-24T12:58:17.004Z Downloaded shlex v1.3.0
5702026-07-24T12:58:17.004Z Downloaded signal-hook v0.4.4
5712026-07-24T12:58:17.007Z Downloaded miniz_oxide v0.8.9
5722026-07-24T12:58:17.007Z Downloaded smallvec v1.15.1
5732026-07-24T12:58:17.007Z Downloaded progenitor-impl v0.14.0
5742026-07-24T12:58:17.010Z Downloaded thiserror-no-std v2.0.2
5752026-07-24T12:58:17.013Z Downloaded topological-sort v0.2.2
5762026-07-24T12:58:17.013Z Downloaded thiserror-impl v2.0.18
5772026-07-24T12:58:17.013Z Downloaded serde_with_macros v3.14.1
5782026-07-24T12:58:17.016Z Downloaded thiserror-impl v1.0.69
5792026-07-24T12:58:17.016Z Downloaded toml_write v0.1.2
5802026-07-24T12:58:17.019Z Downloaded half v2.7.1
5812026-07-24T12:58:17.019Z Downloaded rayon-core v1.13.0
5822026-07-24T12:58:17.022Z Downloaded rustls-pki-types v1.12.0
5832026-07-24T12:58:17.025Z Downloaded prettyplease v0.2.37
5842026-07-24T12:58:17.028Z Downloaded try-lock v0.2.5
5852026-07-24T12:58:17.028Z Downloaded tower-service v0.3.3
5862026-07-24T12:58:17.028Z Downloaded schemars v0.8.22
5872026-07-24T12:58:17.033Z Downloaded tokio-dtrace v0.1.1
5882026-07-24T12:58:17.036Z Downloaded tokio-rustls v0.25.0
5892026-07-24T12:58:17.036Z Downloaded tinystr v0.8.1
5902026-07-24T12:58:17.039Z Downloaded thread_local v1.1.9
5912026-07-24T12:58:17.039Z Downloaded thiserror v1.0.69
5922026-07-24T12:58:17.042Z Downloaded unarray v0.1.4
5932026-07-24T12:58:17.042Z Downloaded typify-macro v0.4.3
5942026-07-24T12:58:17.045Z Downloaded hyper-util v0.1.20
5952026-07-24T12:58:17.048Z Downloaded tokio-native-tls v0.3.1
5962026-07-24T12:58:17.048Z Downloaded time-macros v0.2.27
5972026-07-24T12:58:17.050Z Downloaded openssl-sys v0.9.117
5982026-07-24T12:58:17.053Z Downloaded schemars v0.9.0
5992026-07-24T12:58:17.059Z Downloaded typify-macro v0.6.2
6002026-07-24T12:58:17.062Z Downloaded unicode-linebreak v0.1.5
6012026-07-24T12:58:17.062Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6022026-07-24T12:58:17.062Z Downloaded untrusted v0.7.1
6032026-07-24T12:58:17.062Z Downloaded unicode-xid v0.2.6
6042026-07-24T12:58:17.065Z Downloaded universal-hash v0.5.1
6052026-07-24T12:58:17.065Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6062026-07-24T12:58:17.065Z Downloaded quinn v0.11.9
6072026-07-24T12:58:17.067Z Downloaded serde_core v1.0.228
6082026-07-24T12:58:17.070Z Downloaded futures-util v0.3.32
6092026-07-24T12:58:17.074Z Downloaded tempfile v3.27.0
6102026-07-24T12:58:17.077Z Downloaded minimal-lexical v0.2.1
6112026-07-24T12:58:17.080Z Downloaded untrusted v0.9.0
6122026-07-24T12:58:17.080Z Downloaded utf8_iter v1.0.4
6132026-07-24T12:58:17.083Z Downloaded usdt v0.6.0
6142026-07-24T12:58:17.083Z Downloaded indexmap v2.14.0
6152026-07-24T12:58:17.086Z Downloaded want v0.3.1
6162026-07-24T12:58:17.086Z Downloaded serde_yaml v0.9.34+deprecated
6172026-07-24T12:58:17.089Z Downloaded rand v0.8.5
6182026-07-24T12:58:17.089Z Downloaded usdt-macro v0.6.0
6192026-07-24T12:58:17.089Z Downloaded usdt-macro v0.5.0
6202026-07-24T12:58:17.092Z Downloaded usdt-attr-macro v0.5.0
6212026-07-24T12:58:17.092Z Downloaded waitgroup v0.1.2
6222026-07-24T12:58:17.092Z Downloaded wait-timeout v0.2.1
6232026-07-24T12:58:17.092Z Downloaded toml_writer v1.1.1+spec-1.1.0
6242026-07-24T12:58:17.095Z Downloaded socket2 v0.6.4
6252026-07-24T12:58:17.095Z Downloaded thiserror v2.0.18
6262026-07-24T12:58:17.098Z Downloaded utf8parse v0.2.2
6272026-07-24T12:58:17.098Z Downloaded usdt-attr-macro v0.6.0
6282026-07-24T12:58:17.101Z Downloaded scuffle v0.1.0
6292026-07-24T12:58:17.101Z Downloaded serde_derive v1.0.228
6302026-07-24T12:58:17.104Z Downloaded nom v7.1.3
6312026-07-24T12:58:17.107Z Downloaded xattr v1.6.1
6322026-07-24T12:58:17.107Z Downloaded tower-layer v0.3.3
6332026-07-24T12:58:17.109Z Downloaded memchr v2.7.5
6342026-07-24T12:58:17.113Z Downloaded quick-error v1.2.3
6352026-07-24T12:58:17.113Z Downloaded progenitor-macro v0.11.1
6362026-07-24T12:58:17.113Z Downloaded icu_provider v2.0.0
6372026-07-24T12:58:17.116Z Downloaded flate2 v1.1.2
6382026-07-24T12:58:17.116Z Downloaded elliptic-curve v0.13.8
6392026-07-24T12:58:17.119Z Downloaded paste v1.0.15
6402026-07-24T12:58:17.122Z Downloaded qorb v0.4.1
6412026-07-24T12:58:17.122Z Downloaded toml v0.8.23
6422026-07-24T12:58:17.125Z Downloaded spin v0.9.8
6432026-07-24T12:58:17.125Z Downloaded yoke-derive v0.8.0
6442026-07-24T12:58:17.125Z Downloaded oxnet v0.1.6
6452026-07-24T12:58:17.128Z Downloaded owo-colors v4.3.0
6462026-07-24T12:58:17.129Z Downloaded zerofrom-derive v0.1.6
6472026-07-24T12:58:17.129Z Downloaded zerofrom v0.1.6
6482026-07-24T12:58:17.131Z Downloaded zeroize_derive v1.4.3
6492026-07-24T12:58:17.132Z Downloaded clap v4.6.1
6502026-07-24T12:58:17.134Z Downloaded tokio-rustls v0.26.4
6512026-07-24T12:58:17.137Z Downloaded similar v2.7.0
6522026-07-24T12:58:17.140Z Downloaded term v1.2.0
6532026-07-24T12:58:17.140Z Downloaded usdt v0.5.0
6542026-07-24T12:58:17.143Z Downloaded zone_cfg_derive v0.3.1
6552026-07-24T12:58:17.143Z Downloaded tokio-stream v0.1.17
6562026-07-24T12:58:17.147Z Downloaded getrandom v0.4.2
6572026-07-24T12:58:17.147Z Downloaded mio v1.2.1
6582026-07-24T12:58:17.150Z Downloaded zone v0.3.1
6592026-07-24T12:58:17.150Z Downloaded multer v3.1.0
6602026-07-24T12:58:17.153Z Downloaded num_enum v0.5.11
6612026-07-24T12:58:17.156Z Downloaded serde v1.0.228
6622026-07-24T12:58:17.156Z Downloaded version_check v0.9.5
6632026-07-24T12:58:17.159Z Downloaded toml_parser v1.1.2+spec-1.1.0
6642026-07-24T12:58:17.159Z Downloaded walkdir v2.5.0
6652026-07-24T12:58:17.159Z Downloaded vsss-rs v3.3.4
6662026-07-24T12:58:17.163Z Downloaded tracing-attributes v0.1.30
6672026-07-24T12:58:17.163Z Downloaded tinyvec v1.10.0
6682026-07-24T12:58:17.166Z Downloaded slog v2.8.2
6692026-07-24T12:58:17.166Z Downloaded writeable v0.6.1
6702026-07-24T12:58:17.166Z Downloaded hashbrown v0.15.5
6712026-07-24T12:58:17.169Z Downloaded textwrap v0.16.2
6722026-07-24T12:58:17.172Z Downloaded test-strategy v0.4.3
6732026-07-24T12:58:17.176Z Downloaded whoami v1.6.1
6742026-07-24T12:58:17.176Z Downloaded dropshot-api-manager v0.7.2
6752026-07-24T12:58:17.179Z Downloaded rustls-webpki v0.103.6
6762026-07-24T12:58:17.179Z Downloaded iddqd v0.3.18
6772026-07-24T12:58:17.182Z Downloaded toml v0.7.8
6782026-07-24T12:58:17.185Z Downloaded snafu v0.8.9
6792026-07-24T12:58:17.188Z Downloaded bitflags v2.11.1
6802026-07-24T12:58:17.191Z Downloaded argon2 v0.5.3
6812026-07-24T12:58:17.191Z Downloaded cookie v0.18.1
6822026-07-24T12:58:17.194Z Downloaded ucd-trie v0.1.7
6832026-07-24T12:58:17.194Z Downloaded toml v1.1.2+spec-1.1.0
6842026-07-24T12:58:17.197Z Downloaded clap_builder v4.6.0
6852026-07-24T12:58:17.200Z Downloaded zmij v1.0.17
6862026-07-24T12:58:17.200Z Downloaded itertools v0.12.1
6872026-07-24T12:58:17.203Z Downloaded vergen v8.3.2
6882026-07-24T12:58:17.206Z Downloaded iri-string v0.7.8
6892026-07-24T12:58:17.209Z Downloaded rand v0.9.3
6902026-07-24T12:58:17.212Z Downloaded usdt-impl v0.6.0
6912026-07-24T12:58:17.212Z Downloaded goblin v0.8.2
6922026-07-24T12:58:17.215Z Downloaded steno v0.4.1
6932026-07-24T12:58:17.218Z Downloaded hyper v1.10.1
6942026-07-24T12:58:17.222Z Downloaded tracing-core v0.1.34
6952026-07-24T12:58:17.222Z Downloaded hashbrown v0.17.1
6962026-07-24T12:58:17.225Z Downloaded zerocopy-derive v0.7.35
6972026-07-24T12:58:17.228Z Downloaded yoke v0.8.0
6982026-07-24T12:58:17.228Z Downloaded schemars v1.2.0
6992026-07-24T12:58:17.235Z Downloaded unicode-ident v1.0.24
7002026-07-24T12:58:17.238Z Downloaded aho-corasick v1.1.3
7012026-07-24T12:58:17.241Z Downloaded usdt-impl v0.5.0
7022026-07-24T12:58:17.241Z Downloaded unsafe-libyaml v0.2.11
7032026-07-24T12:58:17.244Z Downloaded typify v0.6.2
7042026-07-24T12:58:17.244Z Downloaded itertools v0.14.0
7052026-07-24T12:58:17.247Z Downloaded libm v0.2.15
7062026-07-24T12:58:17.253Z Downloaded zeroize v1.8.1
7072026-07-24T12:58:17.256Z Downloaded hashbrown v0.16.1
7082026-07-24T12:58:17.259Z Downloaded h2 v0.4.14
7092026-07-24T12:58:17.261Z Downloaded icu_properties_data v2.0.1
7102026-07-24T12:58:17.265Z Downloaded hkdf v0.12.4
7112026-07-24T12:58:17.267Z Downloaded typify v0.4.3
7122026-07-24T12:58:17.270Z Downloaded idna v1.1.0
7132026-07-24T12:58:17.273Z Downloaded pest v2.8.2
7142026-07-24T12:58:17.273Z Downloaded zerovec-derive v0.11.1
7152026-07-24T12:58:17.275Z Downloaded tar v0.4.45
7162026-07-24T12:58:17.275Z Downloaded uuid v1.23.3
7172026-07-24T12:58:17.278Z Downloaded toml v0.9.12+spec-1.1.0
7182026-07-24T12:58:17.281Z Downloaded ipnetwork v0.21.1
7192026-07-24T12:58:17.281Z Downloaded toml_edit v0.22.27
7202026-07-24T12:58:17.284Z Downloaded newtype_derive v0.1.6
7212026-07-24T12:58:17.284Z Downloaded git2 v0.19.0
7222026-07-24T12:58:17.287Z Downloaded toml_edit v0.19.15
7232026-07-24T12:58:17.296Z Downloaded ipnet v2.11.0
7242026-07-24T12:58:17.299Z Downloaded ingot v0.1.1
7252026-07-24T12:58:17.299Z Downloaded ident_case v1.0.1
7262026-07-24T12:58:17.299Z Downloaded futures-executor v0.3.32
7272026-07-24T12:58:17.303Z Downloaded defmt-macros v1.0.1
7282026-07-24T12:58:17.303Z Downloaded camino v1.2.3
7292026-07-24T12:58:17.303Z Downloaded tracing v0.1.41
7302026-07-24T12:58:17.306Z Downloaded clap_derive v4.6.1
7312026-07-24T12:58:17.306Z Downloaded bcs v0.1.6
7322026-07-24T12:58:17.309Z Downloaded camino-tempfile v1.4.1
7332026-07-24T12:58:17.309Z Downloaded bitflags v1.3.2
7342026-07-24T12:58:17.312Z Downloaded arrayvec v0.7.6
7352026-07-24T12:58:17.312Z Downloaded bytecount v0.6.9
7362026-07-24T12:58:17.312Z Downloaded anstream v1.0.0
7372026-07-24T12:58:17.315Z Downloaded byteorder v1.5.0
7382026-07-24T12:58:17.315Z Downloaded is_ci v1.2.0
7392026-07-24T12:58:17.315Z Downloaded is-terminal v0.4.16
7402026-07-24T12:58:17.315Z Downloaded indent_write v2.2.0
7412026-07-24T12:58:17.318Z Downloaded idna_adapter v1.2.1
7422026-07-24T12:58:17.318Z Downloaded hostname v0.4.2
7432026-07-24T12:58:17.318Z Downloaded arrayref v0.3.9
7442026-07-24T12:58:17.318Z Downloaded critical-section v1.2.0
7452026-07-24T12:58:17.320Z Downloaded cmake v0.1.54
7462026-07-24T12:58:17.321Z Downloaded cexpr v0.6.0
7472026-07-24T12:58:17.321Z Downloaded hubpack_derive v0.1.1
7482026-07-24T12:58:17.323Z Downloaded http-body v1.0.1
7492026-07-24T12:58:17.323Z Downloaded debug-ignore v1.0.5
7502026-07-24T12:58:17.323Z Downloaded url v2.5.7
7512026-07-24T12:58:17.326Z Downloaded atomicwrites v0.4.4
7522026-07-24T12:58:17.326Z Downloaded float-ord v0.3.2
7532026-07-24T12:58:17.326Z Downloaded dtrace-parser v0.3.0
7542026-07-24T12:58:17.326Z Downloaded crypto-common v0.2.2
7552026-07-24T12:58:17.329Z Downloaded cfg_aliases v0.2.1
7562026-07-24T12:58:17.329Z Downloaded curve25519-dalek-derive v0.1.1
7572026-07-24T12:58:17.329Z Downloaded block-buffer v0.12.0
7582026-07-24T12:58:17.329Z Downloaded embedded-io v0.4.0
7592026-07-24T12:58:17.329Z Downloaded darling_macro v0.21.3
7602026-07-24T12:58:17.332Z Downloaded iddqd v0.4.5
7612026-07-24T12:58:17.335Z Downloaded crc8 v0.1.1
7622026-07-24T12:58:17.335Z Downloaded constant_time_eq v0.3.1
7632026-07-24T12:58:17.337Z Downloaded ciborium-ll v0.2.2
7642026-07-24T12:58:17.338Z Downloaded blake3 v1.8.2
7652026-07-24T12:58:17.340Z Downloaded regex v1.12.4
7662026-07-24T12:58:17.343Z Downloaded zerocopy-derive v0.8.27
7672026-07-24T12:58:17.348Z Downloaded unicode-segmentation v1.12.0
7682026-07-24T12:58:17.351Z Downloaded dof v0.3.0
7692026-07-24T12:58:17.351Z Downloaded colorchoice v1.0.4
7702026-07-24T12:58:17.351Z Downloaded zerotrie v0.2.2
7712026-07-24T12:58:17.354Z Downloaded chacha20 v0.9.1
7722026-07-24T12:58:17.354Z Downloaded async-stream v0.3.6
7732026-07-24T12:58:17.354Z Downloaded rayon v1.11.0
7742026-07-24T12:58:17.358Z Downloaded chrono v0.4.45
7752026-07-24T12:58:17.362Z Downloaded cargo-platform v0.1.9
7762026-07-24T12:58:17.364Z Downloaded async-stream-impl v0.3.6
7772026-07-24T12:58:17.364Z Downloaded filetime v0.2.26
7782026-07-24T12:58:17.364Z Downloaded foldhash v0.1.5
7792026-07-24T12:58:17.367Z Downloaded cstr-argument v0.1.2
7802026-07-24T12:58:17.367Z Downloaded crypto-common v0.1.6
7812026-07-24T12:58:17.367Z Downloaded deranged v0.5.3
7822026-07-24T12:58:17.367Z Downloaded crossbeam-utils v0.8.21
7832026-07-24T12:58:17.370Z Downloaded foldhash v0.2.0
7842026-07-24T12:58:17.370Z Downloaded cancel-safe-futures v0.1.5
7852026-07-24T12:58:17.370Z Downloaded tokio-util v0.7.16
7862026-07-24T12:58:17.374Z Downloaded typenum v1.20.1
7872026-07-24T12:58:17.377Z Downloaded typed-path v0.9.3
7882026-07-24T12:58:17.379Z Downloaded serde_json v1.0.150
7892026-07-24T12:58:17.383Z Downloaded tower v0.5.2
7902026-07-24T12:58:17.388Z Downloaded reqwest v0.13.2
7912026-07-24T12:58:17.391Z Downloaded base64 v0.22.1
7922026-07-24T12:58:17.395Z Downloaded anstyle v1.0.14
7932026-07-24T12:58:17.395Z Downloaded proptest v1.8.0
7942026-07-24T12:58:17.398Z Downloaded goblin v0.10.1
7952026-07-24T12:58:17.402Z Downloaded reqwest v0.12.23
7962026-07-24T12:58:17.406Z Downloaded bindgen v0.72.1
7972026-07-24T12:58:17.411Z Downloaded tower-http v0.6.8
7982026-07-24T12:58:17.415Z Downloaded portable-atomic v1.11.1
7992026-07-24T12:58:17.421Z Downloaded unicode-normalization v0.1.24
8002026-07-24T12:58:17.424Z Downloaded tough v0.20.0
8012026-07-24T12:58:17.428Z Downloaded zerovec v0.11.4
8022026-07-24T12:58:17.447Z Downloaded serde_with v3.14.1
8032026-07-24T12:58:17.453Z Downloaded rustls-webpki v0.102.8
8042026-07-24T12:58:17.463Z Downloaded moka v0.12.11
8052026-07-24T12:58:17.468Z Downloaded winnow v0.5.40
8062026-07-24T12:58:17.473Z Downloaded quinn-proto v0.11.14
8072026-07-24T12:58:17.479Z Downloaded zerocopy v0.7.35
8082026-07-24T12:58:17.494Z Downloaded tabled v0.15.0
8092026-07-24T12:58:17.511Z Downloaded tabled v0.20.0
8102026-07-24T12:58:17.520Z Downloaded curve25519-dalek v4.1.3
8112026-07-24T12:58:17.527Z Downloaded winnow v1.0.3
8122026-07-24T12:58:17.532Z Downloaded winnow v0.7.14
8132026-07-24T12:58:17.540Z Downloaded openssl v0.10.81
8142026-07-24T12:58:17.545Z Downloaded time v0.3.47
8152026-07-24T12:58:17.552Z Downloaded vcpkg v0.2.15
8162026-07-24T12:58:17.573Z Downloaded syn v1.0.109
8172026-07-24T12:58:17.579Z Downloaded bstr v1.12.0
8182026-07-24T12:58:17.584Z Downloaded rustls v0.22.4
8192026-07-24T12:58:17.590Z Downloaded unicode-width v0.2.1
8202026-07-24T12:58:17.594Z Downloaded nix v0.30.1
8212026-07-24T12:58:17.600Z Downloaded unicode-width v0.1.14
8222026-07-24T12:58:17.604Z Downloaded dropshot v0.16.7
8232026-07-24T12:58:17.616Z Downloaded zerocopy v0.8.27
8242026-07-24T12:58:17.628Z Downloaded rustls v0.23.40
8252026-07-24T12:58:17.634Z Downloaded hickory-proto v0.24.4
8262026-07-24T12:58:17.642Z Downloaded smoltcp v0.11.0
8272026-07-24T12:58:17.649Z Downloaded webpki-roots v1.0.2
8282026-07-24T12:58:17.653Z Downloaded regress v0.10.5
8292026-07-24T12:58:17.656Z Downloaded syn v2.0.118
8302026-07-24T12:58:17.662Z Downloaded hickory-proto v0.25.2
8312026-07-24T12:58:17.670Z Downloaded rustix v0.38.44
8322026-07-24T12:58:17.682Z Downloaded regress v0.11.1
8332026-07-24T12:58:17.687Z Downloaded regex-syntax v0.8.11
8342026-07-24T12:58:17.692Z Downloaded openapiv3 v2.2.0
8352026-07-24T12:58:17.698Z Downloaded typify-impl v0.6.2
8362026-07-24T12:58:17.708Z Downloaded typify-impl v0.4.3
8372026-07-24T12:58:17.714Z Downloaded rustix v1.1.4
8382026-07-24T12:58:17.727Z Downloaded dropshot v0.17.1
8392026-07-24T12:58:17.766Z Downloaded chrono-tz v0.10.4
8402026-07-24T12:58:17.810Z Downloaded csv v1.4.0
8412026-07-24T12:58:17.822Z Downloaded regex-automata v0.4.13
8422026-07-24T12:58:17.830Z Downloaded tokio v1.52.3
8432026-07-24T12:58:17.852Z Downloaded jiff v0.2.15
8442026-07-24T12:58:17.876Z Downloaded petgraph v0.6.5
8452026-07-24T12:58:17.910Z Downloaded petgraph v0.8.2
8462026-07-24T12:58:17.921Z Downloaded libc v0.2.186
8472026-07-24T12:58:17.939Z Downloaded libz-sys v1.1.22
8482026-07-24T12:58:17.951Z Downloaded sha3 v0.10.8
8492026-07-24T12:58:17.982Z Downloaded curl-sys v0.4.89+curl-8.20.0
8502026-07-24T12:58:18.056Z Downloaded encoding_rs v0.8.35
8512026-07-24T12:58:18.070Z Downloaded ring v0.17.14
8522026-07-24T12:58:18.100Z Downloaded libgit2-sys v0.17.0+1.8.1
8532026-07-24T12:58:18.492Z Downloaded aws-lc-sys v0.39.1
8542026-07-24T12:58:18.809Z Compiling proc-macro2 v1.0.106
8552026-07-24T12:58:18.809Z Compiling quote v1.0.45
8562026-07-24T12:58:18.809Z Compiling unicode-ident v1.0.24
8572026-07-24T12:58:18.812Z Compiling serde_core v1.0.228
8582026-07-24T12:58:18.812Z Compiling serde v1.0.228
8592026-07-24T12:58:18.812Z Compiling libc v0.2.186
8602026-07-24T12:58:18.812Z Checking cfg-if v1.0.4
8612026-07-24T12:58:19.088Z Compiling zmij v1.0.17
8622026-07-24T12:58:19.123Z Compiling autocfg v1.5.0
8632026-07-24T12:58:19.394Z Compiling memchr v2.7.5
8642026-07-24T12:58:19.453Z Compiling libm v0.2.15
8652026-07-24T12:58:19.779Z Compiling getrandom v0.4.2
8662026-07-24T12:58:19.857Z Compiling thiserror v2.0.18
8672026-07-24T12:58:19.872Z Checking smallvec v1.15.1
8682026-07-24T12:58:19.895Z Checking itoa v1.0.15
8692026-07-24T12:58:19.949Z Compiling version_check v0.9.5
8702026-07-24T12:58:20.013Z Compiling jobserver v0.1.34
8712026-07-24T12:58:20.073Z Compiling shlex v2.0.1
8722026-07-24T12:58:20.319Z Compiling syn v2.0.118
8732026-07-24T12:58:20.341Z Compiling find-msvc-tools v0.1.9
8742026-07-24T12:58:20.356Z Compiling icu_properties_data v2.0.1
8752026-07-24T12:58:20.371Z Compiling icu_normalizer_data v2.0.0
8762026-07-24T12:58:20.488Z Compiling parking_lot_core v0.9.12
8772026-07-24T12:58:20.566Z Compiling cc v1.4.0
8782026-07-24T12:58:20.581Z Checking stable_deref_trait v1.2.0
8792026-07-24T12:58:20.616Z Compiling serde_json v1.0.150
8802026-07-24T12:58:20.666Z Compiling heck v0.5.0
8812026-07-24T12:58:20.867Z Checking litemap v0.8.0
8822026-07-24T12:58:20.880Z Checking writeable v0.6.1
8832026-07-24T12:58:21.026Z Compiling num-traits v0.2.19
8842026-07-24T12:58:21.059Z Checking percent-encoding v2.3.2
8852026-07-24T12:58:21.284Z Checking form_urlencoded v1.2.2
8862026-07-24T12:58:21.414Z Checking utf8_iter v1.0.4
8872026-07-24T12:58:21.426Z Compiling zerocopy v0.8.27
8882026-07-24T12:58:21.447Z Checking pin-project-lite v0.2.16
8892026-07-24T12:58:21.537Z Checking iana-time-zone v0.1.64
8902026-07-24T12:58:21.553Z Compiling rustversion v1.0.22
8912026-07-24T12:58:21.579Z Compiling log v0.4.29
8922026-07-24T12:58:21.655Z Compiling equivalent v1.0.2
8932026-07-24T12:58:21.746Z Compiling semver v1.0.28
8942026-07-24T12:58:21.769Z Checking socket2 v0.6.4
8952026-07-24T12:58:21.877Z Checking uuid v1.23.3
8962026-07-24T12:58:21.894Z Checking scopeguard v1.2.0
8972026-07-24T12:58:22.010Z Checking lock_api v0.4.14
8982026-07-24T12:58:22.169Z Checking signal-hook-registry v1.4.6
8992026-07-24T12:58:22.182Z Checking getrandom v0.2.16
9002026-07-24T12:58:22.202Z Checking mio v1.2.1
9012026-07-24T12:58:22.226Z Checking parking_lot v0.12.5
9022026-07-24T12:58:22.233Z Compiling schemars v0.8.22
9032026-07-24T12:58:22.316Z Checking dyn-clone v1.0.20
9042026-07-24T12:58:22.316Z Checking bitflags v2.11.1
9052026-07-24T12:58:22.483Z Compiling portable-atomic v1.11.1
9062026-07-24T12:58:22.487Z Checking futures-core v0.3.32
9072026-07-24T12:58:22.508Z Checking critical-section v1.2.0
9082026-07-24T12:58:22.551Z Compiling ring v0.17.14
9092026-07-24T12:58:22.629Z Compiling hashbrown v0.17.1
9102026-07-24T12:58:22.726Z Compiling httparse v1.10.1
9112026-07-24T12:58:22.759Z Compiling thiserror v1.0.69
9122026-07-24T12:58:23.055Z Checking futures-sink v0.3.32
9132026-07-24T12:58:23.129Z Compiling indexmap v2.14.0
9142026-07-24T12:58:23.194Z Compiling synstructure v0.13.2
9152026-07-24T12:58:23.291Z Compiling serde_derive_internals v0.29.1
9162026-07-24T12:58:23.405Z Compiling regex-syntax v0.8.11
9172026-07-24T12:58:23.429Z Checking once_cell v1.21.3
9182026-07-24T12:58:23.701Z Checking slab v0.4.11
9192026-07-24T12:58:23.800Z Compiling rustix v1.1.4
9202026-07-24T12:58:23.855Z Compiling aho-corasick v1.1.3
9212026-07-24T12:58:23.920Z Checking subtle v2.6.1
9222026-07-24T12:58:24.004Z Compiling ucd-trie v0.1.7
9232026-07-24T12:58:24.064Z Checking futures-channel v0.3.32
9242026-07-24T12:58:24.221Z Compiling anyhow v1.0.102
9252026-07-24T12:58:24.251Z Checking rand_core v0.6.4
9262026-07-24T12:58:24.362Z Checking futures-io v0.3.32
9272026-07-24T12:58:24.410Z Checking futures-task v0.3.32
9282026-07-24T12:58:24.424Z Compiling serde_derive v1.0.228
9292026-07-24T12:58:24.469Z Compiling zerofrom-derive v0.1.6
9302026-07-24T12:58:24.482Z Compiling yoke-derive v0.8.0
9312026-07-24T12:58:24.517Z Compiling zerovec-derive v0.11.1
9322026-07-24T12:58:24.541Z Compiling displaydoc v0.2.5
9332026-07-24T12:58:25.263Z Compiling thiserror-impl v2.0.18
9342026-07-24T12:58:25.283Z Compiling schemars_derive v0.8.22
9352026-07-24T12:58:25.470Z Compiling tokio-macros v2.7.0
9362026-07-24T12:58:25.531Z Compiling zerocopy-derive v0.8.27
9372026-07-24T12:58:25.606Z Compiling futures-macro v0.3.32
9382026-07-24T12:58:25.666Z Checking zerofrom v0.1.6
9392026-07-24T12:58:25.785Z Checking yoke v0.8.0
9402026-07-24T12:58:25.957Z Checking zerovec v0.11.4
9412026-07-24T12:58:26.177Z Checking zerotrie v0.2.2
9422026-07-24T12:58:26.403Z Compiling zeroize_derive v1.4.3
9432026-07-24T12:58:26.431Z Compiling thiserror-impl v1.0.69
9442026-07-24T12:58:26.448Z Compiling regex-automata v0.4.13
9452026-07-24T12:58:26.665Z Compiling pest v2.8.2
9462026-07-24T12:58:26.668Z Checking tinystr v0.8.1
9472026-07-24T12:58:26.737Z Checking potential_utf v0.1.3
9482026-07-24T12:58:26.842Z Checking icu_locale_core v2.0.0
9492026-07-24T12:58:26.867Z Checking icu_collections v2.0.0
9502026-07-24T12:58:27.043Z Checking zeroize v1.8.1
9512026-07-24T12:58:27.285Z Checking icu_provider v2.0.0
9522026-07-24T12:58:27.444Z Checking bytes v1.12.0
9532026-07-24T12:58:27.522Z Checking icu_properties v2.0.1
9542026-07-24T12:58:27.555Z Checking icu_normalizer v2.0.0
9552026-07-24T12:58:27.622Z Checking chrono v0.4.45
9562026-07-24T12:58:27.859Z Compiling serde_tokenstream v0.2.3
9572026-07-24T12:58:27.873Z Checking tokio v1.52.3
9582026-07-24T12:58:28.141Z Compiling regex v1.12.4
9592026-07-24T12:58:28.306Z Compiling pest_meta v2.8.2
9602026-07-24T12:58:28.323Z Checking idna_adapter v1.2.1
9612026-07-24T12:58:28.460Z Checking idna v1.1.0
9622026-07-24T12:58:28.494Z Checking typenum v1.20.1
9632026-07-24T12:58:28.533Z Checking futures-util v0.3.32
9642026-07-24T12:58:28.653Z Compiling getrandom v0.3.3
9652026-07-24T12:58:28.690Z Checking url v2.5.7
9662026-07-24T12:58:28.980Z Compiling pest_generator v2.8.2
9672026-07-24T12:58:29.147Z Compiling tracing-attributes v0.1.30
9682026-07-24T12:58:29.251Z Checking tracing-core v0.1.34
9692026-07-24T12:58:29.550Z Compiling pkg-config v0.3.32
9702026-07-24T12:58:29.602Z Compiling foldhash v0.2.0
9712026-07-24T12:58:29.602Z Compiling pest_derive v2.8.2
9722026-07-24T12:58:29.746Z Compiling allocator-api2 v0.2.21
9732026-07-24T12:58:29.796Z Checking fnv v1.0.7
9742026-07-24T12:58:29.985Z Checking http v1.4.2
9752026-07-24T12:58:30.028Z Compiling generic-array v0.14.7
9762026-07-24T12:58:30.059Z Compiling hashbrown v0.16.1
9772026-07-24T12:58:30.262Z Compiling vcpkg v0.2.15
9782026-07-24T12:58:30.355Z Checking tracing v0.1.41
9792026-07-24T12:58:30.456Z Compiling num-conv v0.2.1
9802026-07-24T12:58:30.527Z Compiling byteorder v1.5.0
9812026-07-24T12:58:30.548Z Compiling time-core v0.1.8
9822026-07-24T12:58:30.700Z Compiling time-macros v0.2.27
9832026-07-24T12:58:30.753Z Checking errno v0.3.14
9842026-07-24T12:58:30.828Z Checking ipnet v2.11.0
9852026-07-24T12:58:30.875Z Checking base64 v0.22.1
9862026-07-24T12:58:31.047Z Compiling scroll_derive v0.13.1
9872026-07-24T12:58:31.078Z Checking tokio-util v0.7.16
9882026-07-24T12:58:31.113Z Compiling camino v1.2.3
9892026-07-24T12:58:31.192Z Checking crypto-common v0.1.6
9902026-07-24T12:58:31.317Z Checking http-body v1.0.1
9912026-07-24T12:58:31.455Z Checking atomic-waker v1.1.2
9922026-07-24T12:58:31.491Z Compiling crossbeam-utils v0.8.21
9932026-07-24T12:58:31.552Z Checking ppv-lite86 v0.2.21
9942026-07-24T12:58:31.692Z Compiling slog v2.8.2
9952026-07-24T12:58:31.807Z Checking try-lock v0.2.5
9962026-07-24T12:58:31.843Z Checking tower-layer v0.3.3
9972026-07-24T12:58:31.861Z Compiling paste v1.0.15
9982026-07-24T12:58:31.873Z Checking tower-service v0.3.3
9992026-07-24T12:58:31.902Z Checking want v0.3.1
10002026-07-24T12:58:31.958Z Checking h2 v0.4.14
10012026-07-24T12:58:31.988Z Checking ipnetwork v0.21.1
10022026-07-24T12:58:32.021Z Checking erased-serde v0.3.31
10032026-07-24T12:58:32.089Z Checking rustls-pki-types v1.12.0
10042026-07-24T12:58:32.092Z Checking ryu v1.0.20
10052026-07-24T12:58:32.185Z Checking httpdate v1.0.3
10062026-07-24T12:58:32.199Z Checking pretty-hex v0.4.1
10072026-07-24T12:58:32.270Z Compiling async-trait v0.1.89
10082026-07-24T12:58:32.328Z Checking untrusted v0.9.0
10092026-07-24T12:58:32.382Z Compiling scroll v0.13.0
10102026-07-24T12:58:32.636Z Compiling usdt-impl v0.6.0
10112026-07-24T12:58:32.663Z Compiling plain v0.2.3
10122026-07-24T12:58:32.711Z Checking http-body-util v0.1.3
10132026-07-24T12:58:32.740Z Compiling openssl-sys v0.9.117
10142026-07-24T12:58:32.770Z Compiling goblin v0.10.1
10152026-07-24T12:58:32.892Z Compiling cmake v0.1.54
10162026-07-24T12:58:32.921Z Compiling dunce v1.0.5
10172026-07-24T12:58:33.057Z Compiling fs_extra v1.3.0
10182026-07-24T12:58:33.219Z Compiling strsim v0.11.1
10192026-07-24T12:58:33.234Z Compiling slog-async v2.8.0
10202026-07-24T12:58:33.309Z Compiling aws-lc-sys v0.39.1
10212026-07-24T12:58:33.395Z Checking rand_core v0.9.3
10222026-07-24T12:58:33.438Z Checking serde_urlencoded v0.7.1
10232026-07-24T12:58:33.508Z Checking oxnet v0.1.6
10242026-07-24T12:58:33.564Z Checking block-buffer v0.10.4
10252026-07-24T12:58:33.577Z Compiling regress v0.10.5
10262026-07-24T12:58:33.636Z Compiling dtrace-parser v0.3.0
10272026-07-24T12:58:33.702Z Compiling openapiv3 v2.2.0
10282026-07-24T12:58:33.754Z Compiling thread-id v5.0.0
10292026-07-24T12:58:33.824Z Checking hyper v1.10.1
10302026-07-24T12:58:34.243Z Checking digest v0.10.7
10312026-07-24T12:58:34.391Z Compiling omicron-workspace-hack v0.1.0
10322026-07-24T12:58:34.430Z Compiling ident_case v1.0.1
10332026-07-24T12:58:34.554Z Compiling darling_core v0.21.3
10342026-07-24T12:58:34.617Z Checking rand_chacha v0.9.0
10352026-07-24T12:58:34.723Z Checking hyper-util v0.1.20
10362026-07-24T12:58:34.802Z Compiling daft-derive v0.1.5
10372026-07-24T12:58:35.122Z Compiling typify-impl v0.4.3
10382026-07-24T12:58:35.365Z Compiling aws-lc-rs v1.16.2
10392026-07-24T12:58:35.548Z Compiling dof v0.4.0
10402026-07-24T12:58:35.672Z Checking powerfmt v0.2.0
10412026-07-24T12:58:35.824Z Checking deranged v0.5.3
10422026-07-24T12:58:36.315Z Checking rand v0.9.3
10432026-07-24T12:58:36.329Z Checking num_threads v0.1.7
10442026-07-24T12:58:36.454Z Compiling unsafe-libyaml v0.2.11
10452026-07-24T12:58:36.556Z Compiling syn v1.0.109
10462026-07-24T12:58:36.612Z Compiling usdt-macro v0.6.0
10472026-07-24T12:58:36.653Z Compiling darling_macro v0.21.3
10482026-07-24T12:58:36.753Z Compiling usdt-attr-macro v0.6.0
10492026-07-24T12:58:36.953Z Checking time v0.3.47
10502026-07-24T12:58:37.107Z Compiling serde_yaml v0.9.34+deprecated
10512026-07-24T12:58:37.178Z Compiling darling v0.21.3
10522026-07-24T12:58:37.261Z Checking sync_wrapper v1.0.2
10532026-07-24T12:58:37.384Z Checking encoding_rs v0.8.35
10542026-07-24T12:58:37.601Z Checking untrusted v0.7.1
10552026-07-24T12:58:37.716Z Checking mime v0.3.17
10562026-07-24T12:58:37.886Z Checking cpufeatures v0.2.17
10572026-07-24T12:58:37.958Z Checking tower v0.5.2
10582026-07-24T12:58:38.132Z Checking crossbeam-channel v0.5.15
10592026-07-24T12:58:38.297Z Checking futures-executor v0.3.32
10602026-07-24T12:58:38.328Z Compiling structmeta-derive v0.3.0
10612026-07-24T12:58:38.332Z Compiling multer v3.1.0
10622026-07-24T12:58:38.429Z Checking iri-string v0.7.8
10632026-07-24T12:58:38.443Z Compiling rustls v0.22.4
10642026-07-24T12:58:38.455Z Compiling rustls v0.23.40
10652026-07-24T12:58:38.468Z Compiling typify-macro v0.4.3
10662026-07-24T12:58:38.604Z Checking futures v0.3.32
10672026-07-24T12:58:38.676Z Compiling async-stream-impl v0.3.6
10682026-07-24T12:58:38.689Z Checking thread_local v1.1.9
10692026-07-24T12:58:38.843Z Checking fastrand v2.3.0
10702026-07-24T12:58:38.894Z Checking unicode-width v0.2.1
10712026-07-24T12:58:39.017Z Compiling openssl v0.10.81
10722026-07-24T12:58:39.143Z Checking foreign-types-shared v0.1.1
10732026-07-24T12:58:39.228Z Checking hex v0.4.3
10742026-07-24T12:58:39.274Z Checking foreign-types v0.3.2
10752026-07-24T12:58:39.306Z Checking tempfile v3.27.0
10762026-07-24T12:58:39.322Z Compiling structmeta v0.3.0
10772026-07-24T12:58:39.397Z Checking tower-http v0.6.8
10782026-07-24T12:58:39.435Z Compiling openssl-macros v0.1.1
10792026-07-24T12:58:39.490Z Compiling strum_macros v0.26.4
10802026-07-24T12:58:39.513Z Checking memmap2 v0.9.8
10812026-07-24T12:58:39.563Z Checking is-terminal v0.4.16
10822026-07-24T12:58:39.651Z Checking match_cfg v0.1.0
10832026-07-24T12:58:39.677Z Checking take_mut v0.2.2
10842026-07-24T12:58:39.716Z Checking openssl-probe v0.1.6
10852026-07-24T12:58:39.774Z Checking term v1.2.0
10862026-07-24T12:58:39.816Z Compiling native-tls v0.2.14
10872026-07-24T12:58:39.934Z Compiling typify v0.4.3
10882026-07-24T12:58:39.982Z Checking slog-term v2.9.2
10892026-07-24T12:58:40.022Z Checking hostname v0.3.1
10902026-07-24T12:58:40.154Z Checking slog-json v2.6.1
10912026-07-24T12:58:40.249Z Compiling newtype-uuid-macros v0.1.0
10922026-07-24T12:58:40.370Z Compiling ref-cast v1.0.25
10932026-07-24T12:58:40.415Z Checking slog-bunyan v2.5.0
10942026-07-24T12:58:40.733Z Compiling ref-cast-impl v1.0.25
10952026-07-24T12:58:40.761Z Compiling dropshot v0.16.7
10962026-07-24T12:58:41.056Z Compiling derive-ex v0.1.8
10972026-07-24T12:58:41.069Z Checking webpki-roots v1.0.2
10982026-07-24T12:58:41.129Z Compiling dropshot_endpoint v0.16.7
10992026-07-24T12:58:41.185Z Compiling strum_macros v0.27.2
11002026-07-24T12:58:41.632Z Checking winnow v0.7.14
11012026-07-24T12:58:42.193Z Checking tokio-native-tls v0.3.1
11022026-07-24T12:58:42.348Z Checking hyper-tls v0.6.0
11032026-07-24T12:58:42.518Z Compiling progenitor-impl v0.11.1
11042026-07-24T12:58:42.578Z Compiling test-strategy v0.4.3
11052026-07-24T12:58:42.710Z Checking newtype-uuid v1.3.2
11062026-07-24T12:58:42.737Z Checking winnow v1.0.3
11072026-07-24T12:58:42.767Z Checking either v1.15.0
11082026-07-24T12:58:42.933Z Checking daft v0.1.5
11092026-07-24T12:58:42.947Z Compiling serde_with_macros v3.14.1
11102026-07-24T12:58:43.004Z Checking toml_parser v1.1.2+spec-1.1.0
11112026-07-24T12:58:43.074Z Checking usdt v0.6.0
11122026-07-24T12:58:43.155Z Checking serde_spanned v1.1.1
11132026-07-24T12:58:43.212Z Checking debug-ignore v1.0.5
11142026-07-24T12:58:43.282Z Checking toml_writer v1.1.1+spec-1.1.0
11152026-07-24T12:58:43.452Z Checking spin v0.9.8
11162026-07-24T12:58:43.465Z Compiling parse-display-derive v0.10.0
11172026-07-24T12:58:43.503Z Checking async-stream v0.3.6
11182026-07-24T12:58:43.702Z Checking rustls-webpki v0.102.8
11192026-07-24T12:58:43.771Z Checking rustls-pemfile v2.2.0
11202026-07-24T12:58:43.888Z Checking waitgroup v0.1.2
11212026-07-24T12:58:43.911Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11222026-07-24T12:58:43.987Z Checking serde_path_to_error v0.1.20
11232026-07-24T12:58:44.013Z Checking hostname v0.4.2
11242026-07-24T12:58:44.248Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11252026-07-24T12:58:44.357Z Checking strum v0.26.3
11262026-07-24T12:58:44.467Z Checking rand_chacha v0.3.1
11272026-07-24T12:58:44.545Z Compiling progenitor-macro v0.11.1
11282026-07-24T12:58:44.559Z Compiling toml_datetime v0.6.11
11292026-07-24T12:58:44.653Z Checking macaddr v1.0.1
11302026-07-24T12:58:44.795Z Checking toml_datetime v0.7.5+spec-1.1.0
11312026-07-24T12:58:44.827Z Checking wait-timeout v0.2.1
11322026-07-24T12:58:44.917Z Checking lazy_static v1.5.0
11332026-07-24T12:58:44.947Z Checking bit-vec v0.8.0
11342026-07-24T12:58:44.985Z Checking quick-error v1.2.3
11352026-07-24T12:58:45.008Z Checking toml v0.9.12+spec-1.1.0
11362026-07-24T12:58:45.084Z Checking rusty-fork v0.3.0
11372026-07-24T12:58:45.135Z Checking bit-set v0.8.0
11382026-07-24T12:58:45.283Z Checking rand v0.8.5
11392026-07-24T12:58:45.297Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11402026-07-24T12:58:45.498Z Checking tokio-rustls v0.25.0
11412026-07-24T12:58:45.589Z Checking tabwriter v1.4.1
11422026-07-24T12:58:45.592Z Checking sha1 v0.10.6
11432026-07-24T12:58:45.695Z Checking rand_xorshift v0.4.0
11442026-07-24T12:58:45.747Z Compiling clap_derive v4.6.1
11452026-07-24T12:58:45.809Z Checking utf8parse v0.2.2
11462026-07-24T12:58:45.836Z Checking colored v3.1.1
11472026-07-24T12:58:45.891Z Checking unarray v0.1.4
11482026-07-24T12:58:45.909Z Checking anstyle-parse v1.0.0
11492026-07-24T12:58:45.995Z Checking proptest v1.8.0
11502026-07-24T12:58:46.026Z Checking strum v0.27.2
11512026-07-24T12:58:46.132Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11522026-07-24T12:58:46.157Z Checking terminal_size v0.4.3
11532026-07-24T12:58:46.558Z Checking anstyle v1.0.14
11542026-07-24T12:58:46.602Z Checking anstyle-query v1.1.4
11552026-07-24T12:58:46.685Z Checking colorchoice v1.0.4
11562026-07-24T12:58:46.698Z Checking is_terminal_polyfill v1.70.1
11572026-07-24T12:58:46.784Z Checking anstream v1.0.0
11582026-07-24T12:58:46.985Z Checking itertools v0.14.0
11592026-07-24T12:58:47.548Z Checking clap_lex v1.1.0
11602026-07-24T12:58:47.580Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11612026-07-24T12:58:47.794Z Checking clap_builder v4.6.0
11622026-07-24T12:58:48.198Z Checking serde_with v3.14.1
11632026-07-24T12:58:48.766Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11642026-07-24T12:58:48.940Z Checking instant v0.1.13
11652026-07-24T12:58:48.991Z Checking clap v4.6.1
11662026-07-24T12:58:49.025Z Checking rustc-hash v2.1.1
11672026-07-24T12:58:49.140Z Checking iddqd v0.3.18
11682026-07-24T12:58:49.154Z Checking backoff v0.4.0
11692026-07-24T12:58:49.317Z Checking parse-display v0.10.0
11702026-07-24T12:58:49.462Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11712026-07-24T12:58:49.515Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11722026-07-24T12:58:50.934Z Compiling num-derive v0.4.2
11732026-07-24T12:58:51.517Z Compiling rustls-webpki v0.103.6
11742026-07-24T12:58:51.844Z Compiling prettyplease v0.2.37
11752026-07-24T12:58:53.932Z Checking serde_spanned v0.6.9
11762026-07-24T12:58:54.179Z Compiling memoffset v0.9.1
11772026-07-24T12:58:54.257Z Compiling cfg_aliases v0.2.1
11782026-07-24T12:58:54.405Z Compiling nix v0.30.1
11792026-07-24T12:58:54.606Z Compiling tokio-rustls v0.26.4
11802026-07-24T12:58:55.369Z Compiling hyper-rustls v0.27.7
11812026-07-24T12:58:55.595Z Compiling reqwest v0.12.23
11822026-07-24T12:58:56.589Z Checking crossbeam-epoch v0.9.18
11832026-07-24T12:58:56.729Z Compiling progenitor-client v0.11.1
11842026-07-24T12:58:56.872Z Compiling winnow v0.5.40
11852026-07-24T12:58:58.089Z Compiling toml_edit v0.19.15
11862026-07-24T12:58:58.428Z Compiling progenitor v0.11.1
11872026-07-24T12:58:59.088Z Compiling num-integer v0.1.46
11882026-07-24T12:58:59.485Z Compiling proc-macro-crate v1.3.1
11892026-07-24T12:58:59.607Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11902026-07-24T12:58:59.711Z Compiling progenitor-client v0.10.0
11912026-07-24T12:59:00.672Z Compiling hubpack_derive v0.1.1
11922026-07-24T12:59:00.957Z Checking toml_write v0.1.2
11932026-07-24T12:59:01.134Z Compiling rayon-core v1.13.0
11942026-07-24T12:59:01.138Z Checking toml_edit v0.22.27
11952026-07-24T12:59:01.163Z Checking hubpack v0.1.2
11962026-07-24T12:59:01.325Z Checking num-iter v0.1.45
11972026-07-24T12:59:01.364Z Checking num-rational v0.4.2
11982026-07-24T12:59:01.629Z Compiling zerocopy-derive v0.7.35
11992026-07-24T12:59:01.687Z Compiling num-complex v0.4.6
12002026-07-24T12:59:01.958Z Checking static_assertions v1.1.0
12012026-07-24T12:59:02.076Z Checking num v0.4.3
12022026-07-24T12:59:02.192Z Checking toml v0.8.23
12032026-07-24T12:59:02.263Z Checking crossbeam-deque v0.8.6
12042026-07-24T12:59:02.441Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12052026-07-24T12:59:02.444Z Checking float-ord v0.3.2
12062026-07-24T12:59:02.498Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12072026-07-24T12:59:02.715Z Compiling proc-macro-error-attr v1.0.4
12082026-07-24T12:59:02.757Z Compiling heapless v0.8.0
12092026-07-24T12:59:02.945Z Checking bytecount v0.6.9
12102026-07-24T12:59:03.048Z Checking libscf-sys v1.2.0
12112026-07-24T12:59:03.076Z Compiling ingot-macros v0.1.1
12122026-07-24T12:59:03.175Z Checking hash32 v0.3.1
12132026-07-24T12:59:03.224Z Compiling proc-macro-error v1.0.4
12142026-07-24T12:59:03.299Z Compiling smoltcp v0.11.0
12152026-07-24T12:59:03.450Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12162026-07-24T12:59:04.092Z Compiling zerocopy v0.7.35
12172026-07-24T12:59:04.107Z Compiling num_enum_derive v0.7.5
12182026-07-24T12:59:04.158Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12192026-07-24T12:59:04.481Z Checking cobs v0.3.0
12202026-07-24T12:59:04.628Z Compiling scroll_derive v0.12.1
12212026-07-24T12:59:04.632Z Compiling foreign-types-macros v0.2.3
12222026-07-24T12:59:04.702Z Compiling usdt-impl v0.5.0
12232026-07-24T12:59:04.717Z Checking bitflags v1.3.2
12242026-07-24T12:59:04.788Z Checking managed v0.8.0
12252026-07-24T12:59:04.955Z Checking foreign-types-shared v0.3.1
12262026-07-24T12:59:04.976Z Compiling crucible-workspace-hack v0.1.0
12272026-07-24T12:59:05.126Z Checking num_enum v0.7.5
12282026-07-24T12:59:05.272Z Checking foreign-types v0.5.0
12292026-07-24T12:59:05.275Z Checking postcard v1.1.3
12302026-07-24T12:59:05.319Z Checking scroll v0.12.0
12312026-07-24T12:59:05.348Z Compiling dof v0.3.0
12322026-07-24T12:59:05.556Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12332026-07-24T12:59:05.646Z Compiling dtrace-parser v0.2.0
12342026-07-24T12:59:05.702Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12352026-07-24T12:59:05.716Z Checking ingot-types v0.1.2
12362026-07-24T12:59:05.731Z Checking camino-tempfile v1.4.1
12372026-07-24T12:59:05.754Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12382026-07-24T12:59:05.887Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12392026-07-24T12:59:05.955Z Checking cstr-argument v0.1.2
12402026-07-24T12:59:06.049Z Checking ingot v0.1.1
12412026-07-24T12:59:06.081Z Compiling thread-id v4.2.2
12422026-07-24T12:59:06.118Z Compiling heck v0.4.1
12432026-07-24T12:59:06.167Z Compiling minimal-lexical v0.2.1
12442026-07-24T12:59:06.181Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12452026-07-24T12:59:06.288Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12462026-07-24T12:59:06.317Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12472026-07-24T12:59:06.330Z Checking goblin v0.8.2
12482026-07-24T12:59:06.406Z Compiling nom v7.1.3
12492026-07-24T12:59:06.463Z Checking rayon v1.11.0
12502026-07-24T12:59:06.768Z Compiling num_enum_derive v0.5.11
12512026-07-24T12:59:06.994Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12522026-07-24T12:59:07.312Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12532026-07-24T12:59:07.488Z Compiling rustc_version v0.4.1
12542026-07-24T12:59:07.654Z Compiling proc-macro-error-attr2 v2.0.0
12552026-07-24T12:59:07.765Z Compiling convert_case v0.4.0
12562026-07-24T12:59:07.850Z Checking tinyvec_macros v0.1.1
12572026-07-24T12:59:07.921Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12582026-07-24T12:59:07.987Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12592026-07-24T12:59:08.060Z Compiling rustix v0.38.44
12602026-07-24T12:59:08.063Z Compiling proc-macro-error2 v2.0.1
12612026-07-24T12:59:08.236Z Compiling derive_more v0.99.20
12622026-07-24T12:59:08.320Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12632026-07-24T12:59:08.415Z Checking tinyvec v1.10.0
12642026-07-24T12:59:08.470Z Checking num_enum v0.5.11
12652026-07-24T12:59:08.511Z Compiling libz-sys v1.1.22
12662026-07-24T12:59:08.578Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12672026-07-24T12:59:08.727Z Compiling crc32fast v1.5.0
12682026-07-24T12:59:08.939Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12692026-07-24T12:59:09.079Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12702026-07-24T12:59:09.097Z Compiling tabled_derive v0.11.0
12712026-07-24T12:59:09.561Z Compiling usdt-macro v0.5.0
12722026-07-24T12:59:09.592Z Compiling usdt-attr-macro v0.5.0
12732026-07-24T12:59:09.786Z Compiling zone_cfg_derive v0.3.1
12742026-07-24T12:59:09.929Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12752026-07-24T12:59:10.158Z Checking papergrid v0.17.0
12762026-07-24T12:59:10.265Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12772026-07-24T12:59:10.353Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12782026-07-24T12:59:10.455Z Checking itertools v0.12.1
12792026-07-24T12:59:10.469Z Checking testing_table v0.3.0
12802026-07-24T12:59:10.524Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12812026-07-24T12:59:10.559Z Checking memmap v0.7.0
12822026-07-24T12:59:10.625Z Checking sigpipe v0.1.3
12832026-07-24T12:59:10.688Z Checking adler2 v2.0.1
12842026-07-24T12:59:10.708Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12852026-07-24T12:59:10.753Z Checking glob v0.3.3
12862026-07-24T12:59:10.799Z Checking jiff v0.2.15
12872026-07-24T12:59:10.928Z Checking miniz_oxide v0.8.9
12882026-07-24T12:59:10.956Z Checking tabled v0.20.0
12892026-07-24T12:59:11.014Z Checking usdt v0.5.0
12902026-07-24T12:59:11.029Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12912026-07-24T12:59:11.114Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12922026-07-24T12:59:11.175Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12932026-07-24T12:59:11.288Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12942026-07-24T12:59:11.437Z Checking zone v0.3.1
12952026-07-24T12:59:11.481Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12962026-07-24T12:59:11.608Z Checking smf v0.2.3
12972026-07-24T12:59:11.695Z Checking secrecy v0.10.3
12982026-07-24T12:59:11.775Z Checking bstr v1.12.0
12992026-07-24T12:59:11.827Z Checking whoami v1.6.1
13002026-07-24T12:59:11.893Z Checking flate2 v1.1.2
13012026-07-24T12:59:11.989Z Compiling curve25519-dalek v4.1.3
13022026-07-24T12:59:12.104Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13032026-07-24T12:59:12.130Z Compiling clang-sys v1.8.1
13042026-07-24T12:59:12.171Z Checking hmac v0.12.1
13052026-07-24T12:59:12.261Z Checking inout v0.1.4
13062026-07-24T12:59:12.299Z Checking hybrid-array v0.4.12
13072026-07-24T12:59:12.392Z Compiling enum-as-inner v0.6.1
13082026-07-24T12:59:12.485Z Checking ff v0.13.1
13092026-07-24T12:59:12.611Z Compiling semver v0.1.20
13102026-07-24T12:59:12.768Z Checking data-encoding v2.9.0
13112026-07-24T12:59:12.861Z Compiling rustc_version v0.1.7
13122026-07-24T12:59:12.878Z Checking group v0.13.0
13132026-07-24T12:59:12.942Z Checking cipher v0.4.4
13142026-07-24T12:59:12.984Z Checking hkdf v0.12.4
13152026-07-24T12:59:13.059Z Checking atomicwrites v0.4.4
13162026-07-24T12:59:13.088Z Compiling thiserror-impl-no-std v2.0.2
13172026-07-24T12:59:13.117Z Checking universal-hash v0.5.1
13182026-07-24T12:59:13.136Z Checking crypto-bigint v0.5.5
13192026-07-24T12:59:13.182Z Compiling regress v0.11.1
13202026-07-24T12:59:13.196Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13212026-07-24T12:59:13.236Z Checking half v2.7.1
13222026-07-24T12:59:13.347Z Compiling curve25519-dalek-derive v0.1.1
13232026-07-24T12:59:13.438Z Checking ciborium-io v0.2.2
13242026-07-24T12:59:13.486Z Checking opaque-debug v0.3.1
13252026-07-24T12:59:13.531Z Checking indent_write v2.2.0
13262026-07-24T12:59:13.557Z Checking base64ct v1.8.0
13272026-07-24T12:59:13.663Z Checking base16ct v0.2.0
13282026-07-24T12:59:13.784Z Checking poly1305 v0.8.0
13292026-07-24T12:59:13.798Z Checking password-hash v0.5.0
13302026-07-24T12:59:14.007Z Checking ciborium-ll v0.2.2
13312026-07-24T12:59:14.010Z Checking chacha20 v0.9.1
13322026-07-24T12:59:14.139Z Checking thiserror-no-std v2.0.2
13332026-07-24T12:59:14.141Z Checking elliptic-curve v0.13.8
13342026-07-24T12:59:14.179Z Compiling newtype_derive v0.1.6
13352026-07-24T12:59:14.206Z Checking block-buffer v0.12.0
13362026-07-24T12:59:14.225Z Checking crypto-common v0.2.2
13372026-07-24T12:59:14.350Z Checking similar v2.7.0
13382026-07-24T12:59:14.391Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13392026-07-24T12:59:14.405Z Checking blake2 v0.10.6
13402026-07-24T12:59:14.613Z Checking aead v0.5.2
13412026-07-24T12:59:14.631Z Compiling libloading v0.8.9
13422026-07-24T12:59:14.666Z Compiling typify-impl v0.6.2
13432026-07-24T12:59:14.703Z Compiling bindgen v0.72.1
13442026-07-24T12:59:14.717Z Checking const-oid v0.10.2
13452026-07-24T12:59:14.742Z Checking compression-core v0.4.32
13462026-07-24T12:59:14.820Z Checking linked-hash-map v0.5.6
13472026-07-24T12:59:14.838Z Checking keccak v0.1.6
13482026-07-24T12:59:14.863Z Checking resolv-conf v0.7.5
13492026-07-24T12:59:14.876Z Compiling owo-colors v4.3.0
13502026-07-24T12:59:14.978Z Checking lru-cache v0.1.2
13512026-07-24T12:59:14.991Z Checking sha3 v0.10.8
13522026-07-24T12:59:15.017Z Checking digest v0.11.3
13532026-07-24T12:59:15.037Z Checking compression-codecs v0.4.32
13542026-07-24T12:59:15.164Z Checking chacha20poly1305 v0.10.1
13552026-07-24T12:59:15.229Z Checking vsss-rs v3.3.4
13562026-07-24T12:59:15.263Z Checking argon2 v0.5.3
13572026-07-24T12:59:15.324Z Checking ciborium v0.2.2
13582026-07-24T12:59:15.327Z Checking hickory-proto v0.24.4
13592026-07-24T12:59:15.559Z Checking tokio-dtrace v0.1.1
13602026-07-24T12:59:15.745Z Compiling cexpr v0.6.0
13612026-07-24T12:59:15.748Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13622026-07-24T12:59:16.049Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13632026-07-24T12:59:16.285Z Checking serde-big-array v0.5.1
13642026-07-24T12:59:16.330Z Compiling serde_repr v0.1.20
13652026-07-24T12:59:16.375Z Compiling derive-where v1.6.0
13662026-07-24T12:59:16.425Z Checking toml_datetime v1.1.1+spec-1.1.0
13672026-07-24T12:59:16.633Z Compiling dropshot v0.17.1
13682026-07-24T12:59:16.704Z Checking cpufeatures v0.3.0
13692026-07-24T12:59:16.783Z Checking same-file v1.0.6
13702026-07-24T12:59:16.871Z Compiling shlex v1.3.0
13712026-07-24T12:59:16.899Z Checking siphasher v1.0.1
13722026-07-24T12:59:16.914Z Checking unicode-segmentation v1.12.0
13732026-07-24T12:59:16.916Z Checking walkdir v2.5.0
13742026-07-24T12:59:17.059Z Checking phf_shared v0.12.1
13752026-07-24T12:59:17.086Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13762026-07-24T12:59:17.196Z Checking hickory-resolver v0.24.4
13772026-07-24T12:59:17.225Z Checking newline-converter v0.3.0
13782026-07-24T12:59:17.389Z Checking sha1 v0.11.0
13792026-07-24T12:59:17.570Z Checking toml v1.1.2+spec-1.1.0
13802026-07-24T12:59:17.612Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13812026-07-24T12:59:17.850Z Checking oxide-tokio-rt v0.1.2
13822026-07-24T12:59:17.994Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13832026-07-24T12:59:18.080Z Compiling typify-macro v0.6.2
13842026-07-24T12:59:18.130Z Checking async-compression v0.4.33
13852026-07-24T12:59:18.189Z Compiling progenitor-impl v0.10.0
13862026-07-24T12:59:18.368Z Checking console v0.15.11
13872026-07-24T12:59:18.640Z Checking tokio-stream v0.1.17
13882026-07-24T12:59:18.729Z Compiling dropshot_endpoint v0.17.1
13892026-07-24T12:59:18.831Z Compiling pin-project-internal v1.1.10
13902026-07-24T12:59:19.014Z Compiling slog-dtrace v0.3.0
13912026-07-24T12:59:19.253Z Checking csv-core v0.1.12
13922026-07-24T12:59:19.285Z Checking foldhash v0.1.5
13932026-07-24T12:59:19.432Z Compiling unicode-xid v0.2.6
13942026-07-24T12:59:19.451Z Checking unicode-linebreak v0.1.5
13952026-07-24T12:59:19.563Z Compiling chrono-tz v0.10.4
13962026-07-24T12:59:19.655Z Checking unicode-width v0.1.14
13972026-07-24T12:59:19.681Z Checking swrite v0.1.0
13982026-07-24T12:59:19.778Z Compiling cancel-safe-futures v0.1.5
13992026-07-24T12:59:19.792Z Checking smawk v0.3.2
14002026-07-24T12:59:19.886Z Checking pin-project v1.1.10
14012026-07-24T12:59:19.919Z Checking textwrap v0.16.2
14022026-07-24T12:59:19.936Z Compiling const_format_proc_macros v0.2.34
14032026-07-24T12:59:19.982Z Checking csv v1.4.0
14042026-07-24T12:59:20.041Z Checking hashbrown v0.15.5
14052026-07-24T12:59:20.131Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14062026-07-24T12:59:20.226Z Compiling progenitor-macro v0.10.0
14072026-07-24T12:59:20.371Z Checking qorb v0.4.1
14082026-07-24T12:59:20.402Z Checking expectorate v1.2.0
14092026-07-24T12:59:20.530Z Checking phf v0.12.1
14102026-07-24T12:59:20.533Z Checking unicode-normalization v0.1.24
14112026-07-24T12:59:20.678Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14122026-07-24T12:59:21.341Z Checking libsw-core v0.3.2
14132026-07-24T12:59:21.494Z Compiling libgit2-sys v0.17.0+1.8.1
14142026-07-24T12:59:21.626Z Compiling async-recursion v1.1.1
14152026-07-24T12:59:21.824Z Compiling snafu-derive v0.8.9
14162026-07-24T12:59:21.926Z Compiling cookie v0.18.1
14172026-07-24T12:59:22.154Z Checking fixedbitset v0.5.7
14182026-07-24T12:59:22.168Z Compiling moka v0.12.11
14192026-07-24T12:59:22.288Z Checking fixedbitset v0.4.2
14202026-07-24T12:59:22.351Z Checking highway v1.3.0
14212026-07-24T12:59:22.402Z Checking petgraph v0.8.2
14222026-07-24T12:59:22.447Z Checking petgraph v0.6.5
14232026-07-24T12:59:23.514Z Checking snafu v0.8.9
14242026-07-24T12:59:23.599Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14252026-07-24T12:59:23.663Z Checking libsw v3.5.0
14262026-07-24T12:59:23.724Z Checking olpc-cjson v0.1.4
14272026-07-24T12:59:23.740Z Checking const_format v0.2.34
14282026-07-24T12:59:23.802Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14292026-07-24T12:59:23.962Z Checking papergrid v0.11.0
14302026-07-24T12:59:23.981Z Compiling typify v0.6.2
14312026-07-24T12:59:24.076Z Checking globset v0.4.16
14322026-07-24T12:59:24.089Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14332026-07-24T12:59:24.180Z Checking gethostname v0.5.0
14342026-07-24T12:59:24.311Z Compiling tabled_derive v0.7.0
14352026-07-24T12:59:24.314Z Checking progenitor v0.10.0
14362026-07-24T12:59:24.383Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14372026-07-24T12:59:24.456Z Checking reqwest v0.13.2
14382026-07-24T12:59:24.543Z Checking bcs v0.1.6
14392026-07-24T12:59:24.568Z Checking pem v3.0.5
14402026-07-24T12:59:24.701Z Checking serde_plain v1.0.2
14412026-07-24T12:59:24.723Z Checking humantime v2.3.0
14422026-07-24T12:59:24.766Z Checking linear-map v1.2.0
14432026-07-24T12:59:24.845Z Checking crc8 v0.1.1
14442026-07-24T12:59:24.898Z Checking tagptr v0.2.0
14452026-07-24T12:59:24.931Z Compiling signal-hook v0.4.4
14462026-07-24T12:59:24.945Z Checking termtree v0.5.1
14472026-07-24T12:59:24.985Z Checking typed-path v0.9.3
14482026-07-24T12:59:25.074Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14492026-07-24T12:59:25.209Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14502026-07-24T12:59:25.282Z Checking tabled v0.15.0
14512026-07-24T12:59:25.667Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14522026-07-24T12:59:25.791Z Checking tough v0.20.0
14532026-07-24T12:59:25.828Z Compiling progenitor-impl v0.14.0
14542026-07-24T12:59:26.402Z Checking steno v0.4.1
14552026-07-24T12:59:26.663Z Checking hickory-proto v0.25.2
14562026-07-24T12:59:27.307Z Compiling curl-sys v0.4.89+curl-8.20.0
14572026-07-24T12:59:27.358Z Compiling cargo-platform v0.1.9
14582026-07-24T12:59:27.601Z Compiling vergen v8.3.2
14592026-07-24T12:59:27.699Z Compiling fs-err v3.1.2
14602026-07-24T12:59:27.749Z Compiling cargo_metadata v0.18.1
14612026-07-24T12:59:27.893Z Compiling progenitor-macro v0.14.0
14622026-07-24T12:59:28.033Z Checking progenitor-client v0.14.0
14632026-07-24T12:59:28.190Z Checking dropshot-api-manager-types v0.7.2
14642026-07-24T12:59:28.209Z Checking hickory-resolver v0.25.2
14652026-07-24T12:59:28.248Z Checking sha2 v0.10.9
14662026-07-24T12:59:28.353Z Compiling blake3 v1.8.2
14672026-07-24T12:59:28.821Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14682026-07-24T12:59:28.977Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14692026-07-24T12:59:29.107Z Checking git-stub v1.0.0
14702026-07-24T12:59:29.189Z Compiling strum_macros v0.28.0
14712026-07-24T12:59:29.257Z Checking filetime v0.2.26
14722026-07-24T12:59:29.392Z Checking is_ci v1.2.0
14732026-07-24T12:59:29.704Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14742026-07-24T12:59:31.113Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14752026-07-24T12:59:31.116Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14762026-07-24T12:59:31.116Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14772026-07-24T12:59:31.116Z Checking arrayref v0.3.9
14782026-07-24T12:59:31.116Z Compiling curl v0.4.50
14792026-07-24T12:59:31.145Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14802026-07-24T12:59:31.177Z Checking arrayvec v0.7.6
14812026-07-24T12:59:31.211Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14822026-07-24T12:59:31.228Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14832026-07-24T12:59:31.322Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14842026-07-24T12:59:31.350Z Checking xattr v1.6.1
14852026-07-24T12:59:31.365Z Checking constant_time_eq v0.3.1
14862026-07-24T12:59:31.469Z Checking toml v0.7.8
14872026-07-24T12:59:31.482Z Checking tar v0.4.45
14882026-07-24T12:59:31.688Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14892026-07-24T12:59:31.719Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14902026-07-24T12:59:31.733Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14912026-07-24T12:59:31.769Z Checking strum v0.28.0
14922026-07-24T12:59:31.901Z Checking supports-color v3.0.2
14932026-07-24T12:59:31.972Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
14942026-07-24T12:59:31.994Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14952026-07-24T12:59:32.022Z Checking progenitor v0.14.0
14962026-07-24T12:59:32.143Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14972026-07-24T12:59:32.379Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
14982026-07-24T12:59:32.430Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14992026-07-24T12:59:32.668Z Checking git-stub-vcs v0.1.0
15002026-07-24T12:59:32.822Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15012026-07-24T12:59:32.822Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15022026-07-24T12:59:32.984Z Checking drift v0.2.0
15032026-07-24T12:59:33.139Z Checking kstat-rs v0.2.4
15042026-07-24T12:59:33.285Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15052026-07-24T12:59:33.325Z Checking topological-sort v0.2.2
15062026-07-24T12:59:33.462Z Checking omicron-zone-package v0.12.2
15072026-07-24T12:59:33.675Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15082026-07-24T12:59:33.775Z Checking dropshot-api-manager v0.7.2
15092026-07-24T12:59:34.845Z Checking signal-hook-tokio v0.4.0
15102026-07-24T12:59:34.972Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15112026-07-24T12:59:35.447Z Checking scuffle v0.1.0
15122026-07-24T12:59:35.488Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15132026-07-24T12:59:35.986Z Checking iddqd v0.4.5
15142026-07-24T12:59:36.008Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15152026-07-24T12:59:36.117Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15162026-07-24T12:59:36.201Z Checking internet-checksum v0.2.1
15172026-07-24T12:59:36.275Z Checking search_path v0.1.4
15182026-07-24T12:59:36.413Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15192026-07-24T12:59:36.502Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15202026-07-24T12:59:36.595Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15212026-07-24T12:59:37.120Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15222026-07-24T12:59:37.411Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15232026-07-24T12:59:37.953Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15242026-07-24T12:59:38.297Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15252026-07-24T12:59:38.431Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15262026-07-24T12:59:38.831Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15272026-07-24T12:59:39.453Z Compiling git2 v0.19.0
15282026-07-24T12:59:40.118Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15292026-07-24T12:59:41.728Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15302026-07-24T12:59:49.565Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15312026-07-24T12:59:50.862Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15322026-07-24T12:59:55.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s
15332026-07-24T12:59:56.059Z+ for feat in tofino_stub tofino_asic softnpu chaos
15342026-07-24T12:59:56.059Z+ cargo clippy --features tofino_asic -- --deny warnings
15352026-07-24T12:59:56.542Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15362026-07-24T12:59:56.544Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15372026-07-24T12:59:56.615Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15382026-07-24T12:59:56.619Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15392026-07-24T13:00:03.626Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15402026-07-24T13:00:03.627Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15412026-07-24T13:00:06.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.05s
15422026-07-24T13:00:06.300Z+ for feat in tofino_stub tofino_asic softnpu chaos
15432026-07-24T13:00:06.300Z+ cargo clippy --features softnpu -- --deny warnings
15442026-07-24T13:00:06.594Z Downloading crates ...
15452026-07-24T13:00:06.729Z Downloaded radium v0.7.0
15462026-07-24T13:00:06.736Z Downloaded funty v2.0.0
15472026-07-24T13:00:06.739Z Downloaded tap v1.0.1
15482026-07-24T13:00:06.739Z Downloaded serde_arrays v0.1.0
15492026-07-24T13:00:06.744Z Downloaded typeid v1.0.3
15502026-07-24T13:00:06.747Z Downloaded bitstruct_derive v0.1.0
15512026-07-24T13:00:06.747Z Downloaded wyz v0.5.1
15522026-07-24T13:00:06.747Z Downloaded libloading v0.7.4
15532026-07-24T13:00:06.750Z Downloaded num-bigint v0.4.6
15542026-07-24T13:00:06.752Z Downloaded erased-serde v0.4.8
15552026-07-24T13:00:06.753Z Downloaded bitstruct v0.1.1
15562026-07-24T13:00:06.755Z Downloaded ascii v1.1.0
15572026-07-24T13:00:06.755Z Downloaded bitvec v1.0.1
15582026-07-24T13:00:06.879Z Checking num-integer v0.1.46
15592026-07-24T13:00:06.960Z Checking num-complex v0.4.6
15602026-07-24T13:00:06.970Z Compiling radium v0.7.0
15612026-07-24T13:00:06.977Z Checking tap v1.0.1
15622026-07-24T13:00:06.982Z Checking funty v2.0.0
15632026-07-24T13:00:06.989Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15642026-07-24T13:00:06.991Z Compiling typeid v1.0.3
15652026-07-24T13:00:07.001Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15662026-07-24T13:00:07.059Z Checking wyz v0.5.1
15672026-07-24T13:00:07.153Z Checking num-bigint v0.4.6
15682026-07-24T13:00:07.153Z Checking num-iter v0.1.45
15692026-07-24T13:00:07.201Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15702026-07-24T13:00:07.219Z Compiling erased-serde v0.4.8
15712026-07-24T13:00:07.273Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15722026-07-24T13:00:07.281Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15732026-07-24T13:00:07.297Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15742026-07-24T13:00:07.344Z Compiling bitstruct_derive v0.1.0
15752026-07-24T13:00:07.390Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15762026-07-24T13:00:07.398Z Checking bitvec v1.0.1
15772026-07-24T13:00:07.401Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15782026-07-24T13:00:07.401Z Checking ascii v1.1.0
15792026-07-24T13:00:07.419Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15802026-07-24T13:00:07.485Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15812026-07-24T13:00:07.572Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15822026-07-24T13:00:07.582Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15832026-07-24T13:00:07.599Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15842026-07-24T13:00:07.602Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15852026-07-24T13:00:07.872Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15862026-07-24T13:00:07.883Z Checking serde_arrays v0.1.0
15872026-07-24T13:00:07.952Z Checking num-rational v0.4.2
15882026-07-24T13:00:07.980Z Checking libloading v0.7.4
15892026-07-24T13:00:07.989Z Checking bitstruct v0.1.1
15902026-07-24T13:00:08.025Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15912026-07-24T13:00:08.213Z Checking num v0.4.3
15922026-07-24T13:00:08.279Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15932026-07-24T13:00:08.808Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15942026-07-24T13:00:09.102Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15952026-07-24T13:00:09.105Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15962026-07-24T13:00:09.291Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15972026-07-24T13:00:09.477Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15982026-07-24T13:00:09.480Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15992026-07-24T13:00:09.929Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16002026-07-24T13:00:10.143Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
16012026-07-24T13:00:10.146Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16022026-07-24T13:00:10.146Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16032026-07-24T13:00:10.146Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16042026-07-24T13:00:10.551Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
16052026-07-24T13:00:10.957Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16062026-07-24T13:00:11.829Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16072026-07-24T13:00:13.997Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
16082026-07-24T13:00:14.344Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
16092026-07-24T13:00:15.225Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
16102026-07-24T13:00:15.915Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16112026-07-24T13:00:16.033Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16122026-07-24T13:00:22.395Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16132026-07-24T13:00:23.641Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16142026-07-24T13:00:24.161Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16152026-07-24T13:00:28.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.15s
16162026-07-24T13:00:28.646Z+ for feat in tofino_stub tofino_asic softnpu chaos
16172026-07-24T13:00:28.647Z+ cargo clippy --features chaos -- --deny warnings
16182026-07-24T13:00:29.120Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16192026-07-24T13:00:29.124Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16202026-07-24T13:00:29.124Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16212026-07-24T13:00:36.145Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16222026-07-24T13:00:36.146Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16232026-07-24T13:00:38.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.93s
16242026-07-24T13:00:38.775Z+ banner fmt
16252026-07-24T13:00:38.777Z
16262026-07-24T13:00:38.778Z ###### # # #####
16272026-07-24T13:00:38.778Z # ## ## #
16282026-07-24T13:00:38.778Z ##### # ## # #
16292026-07-24T13:00:38.778Z # # # #
16302026-07-24T13:00:38.778Z # # # #
16312026-07-24T13:00:38.778Z # # # #
16322026-07-24T13:00:38.778Z
16332026-07-24T13:00:38.778Z+ cargo fmt -- --check
16342026-07-24T13:00:39.217Z+ banner test
16352026-07-24T13:00:39.220Z
16362026-07-24T13:00:39.220Z ##### ###### #### #####
16372026-07-24T13:00:39.220Z # # # #
16382026-07-24T13:00:39.220Z # ##### #### #
16392026-07-24T13:00:39.220Z # # # #
16402026-07-24T13:00:39.220Z # # # # #
16412026-07-24T13:00:39.220Z # ###### #### #
16422026-07-24T13:00:39.220Z
16432026-07-24T13:00:39.220Z+ for feat in tofino_stub tofino_asic softnpu chaos
16442026-07-24T13:00:39.220Z+ RUST_BACKTRACE=full
16452026-07-24T13:00:39.220Z+ cargo test --features tofino_stub --no-fail-fast
16462026-07-24T13:00:40.065Z Compiling unicode-ident v1.0.24
16472026-07-24T13:00:40.065Z Compiling cfg-if v1.0.4
16482026-07-24T13:00:40.066Z Compiling memchr v2.7.5
16492026-07-24T13:00:40.069Z Compiling serde_core v1.0.228
16502026-07-24T13:00:40.195Z Compiling itoa v1.0.15
16512026-07-24T13:00:40.202Z Compiling libc v0.2.186
16522026-07-24T13:00:40.211Z Compiling zmij v1.0.17
16532026-07-24T13:00:40.231Z Compiling libm v0.2.15
16542026-07-24T13:00:40.292Z Compiling proc-macro2 v1.0.106
16552026-07-24T13:00:40.319Z Compiling heck v0.5.0
16562026-07-24T13:00:40.482Z Compiling equivalent v1.0.2
16572026-07-24T13:00:40.585Z Compiling smallvec v1.15.1
16582026-07-24T13:00:40.689Z Compiling quote v1.0.45
16592026-07-24T13:00:40.714Z Compiling log v0.4.29
16602026-07-24T13:00:40.796Z Compiling iana-time-zone v0.1.64
16612026-07-24T13:00:40.902Z Compiling syn v2.0.118
16622026-07-24T13:00:40.915Z Compiling dyn-clone v1.0.20
16632026-07-24T13:00:40.983Z Compiling hashbrown v0.17.1
16642026-07-24T13:00:41.017Z Compiling stable_deref_trait v1.2.0
16652026-07-24T13:00:41.030Z Compiling pin-project-lite v0.2.16
16662026-07-24T13:00:41.056Z Compiling percent-encoding v2.3.2
16672026-07-24T13:00:41.099Z Compiling litemap v0.8.0
16682026-07-24T13:00:41.124Z Compiling fnv v1.0.7
16692026-07-24T13:00:41.223Z Compiling writeable v0.6.1
16702026-07-24T13:00:41.248Z Compiling icu_properties_data v2.0.1
16712026-07-24T13:00:41.318Z Compiling icu_normalizer_data v2.0.0
16722026-07-24T13:00:41.371Z Compiling regex-syntax v0.8.11
16732026-07-24T13:00:41.384Z Compiling form_urlencoded v1.2.2
16742026-07-24T13:00:41.396Z Compiling utf8_iter v1.0.4
16752026-07-24T13:00:41.521Z Compiling scopeguard v1.2.0
16762026-07-24T13:00:41.534Z Compiling num-traits v0.2.19
16772026-07-24T13:00:41.545Z Compiling getrandom v0.4.2
16782026-07-24T13:00:41.628Z Compiling lock_api v0.4.14
16792026-07-24T13:00:41.690Z Compiling aho-corasick v1.1.3
16802026-07-24T13:00:41.857Z Compiling semver v1.0.28
16812026-07-24T13:00:41.997Z Compiling serde_json v1.0.150
16822026-07-24T13:00:42.125Z Compiling indexmap v2.14.0
16832026-07-24T13:00:42.196Z Compiling ucd-trie v0.1.7
16842026-07-24T13:00:42.209Z Compiling byteorder v1.5.0
16852026-07-24T13:00:42.341Z Compiling futures-core v0.3.32
16862026-07-24T13:00:42.432Z Compiling uuid v1.23.3
16872026-07-24T13:00:42.482Z Compiling allocator-api2 v0.2.21
16882026-07-24T13:00:42.744Z Compiling foldhash v0.2.0
16892026-07-24T13:00:42.807Z Compiling regex-automata v0.4.13
16902026-07-24T13:00:42.860Z Compiling time-core v0.1.8
16912026-07-24T13:00:42.908Z Compiling num-conv v0.2.1
16922026-07-24T13:00:42.970Z Compiling hashbrown v0.16.1
16932026-07-24T13:00:43.010Z Compiling ryu v1.0.20
16942026-07-24T13:00:43.062Z Compiling time-macros v0.2.27
16952026-07-24T13:00:43.082Z Compiling futures-sink v0.3.32
16962026-07-24T13:00:43.202Z Compiling pretty-hex v0.4.1
16972026-07-24T13:00:43.341Z Compiling slab v0.4.11
16982026-07-24T13:00:43.550Z Compiling plain v0.2.3
16992026-07-24T13:00:43.614Z Compiling synstructure v0.13.2
17002026-07-24T13:00:43.660Z Compiling serde_derive_internals v0.29.1
17012026-07-24T13:00:43.672Z Compiling strsim v0.11.1
17022026-07-24T13:00:44.007Z Compiling futures-channel v0.3.32
17032026-07-24T13:00:44.045Z Compiling futures-task v0.3.32
17042026-07-24T13:00:44.063Z Compiling futures-io v0.3.32
17052026-07-24T13:00:44.109Z Compiling socket2 v0.6.4
17062026-07-24T13:00:44.210Z Compiling parking_lot_core v0.9.12
17072026-07-24T13:00:44.222Z Compiling signal-hook-registry v1.4.6
17082026-07-24T13:00:44.225Z Compiling thread-id v5.0.0
17092026-07-24T13:00:44.319Z Compiling mio v1.2.1
17102026-07-24T13:00:44.400Z Compiling parking_lot v0.12.5
17112026-07-24T13:00:44.504Z Compiling regex v1.12.4
17122026-07-24T13:00:44.574Z Compiling regress v0.10.5
17132026-07-24T13:00:44.607Z Compiling darling_core v0.21.3
17142026-07-24T13:00:44.630Z Compiling base64 v0.22.1
17152026-07-24T13:00:44.800Z Compiling bitflags v2.11.1
17162026-07-24T13:00:44.826Z Compiling serde_derive v1.0.228
17172026-07-24T13:00:44.839Z Compiling zerofrom-derive v0.1.6
17182026-07-24T13:00:44.966Z Compiling yoke-derive v0.8.0
17192026-07-24T13:00:44.969Z Compiling zerovec-derive v0.11.1
17202026-07-24T13:00:45.042Z Compiling displaydoc v0.2.5
17212026-07-24T13:00:45.402Z Compiling thiserror-impl v2.0.18
17222026-07-24T13:00:45.810Z Compiling schemars_derive v0.8.22
17232026-07-24T13:00:46.065Z Compiling tokio-macros v2.7.0
17242026-07-24T13:00:46.079Z Compiling zerocopy-derive v0.8.27
17252026-07-24T13:00:46.112Z Compiling zeroize_derive v1.4.3
17262026-07-24T13:00:46.663Z Compiling thiserror v2.0.18
17272026-07-24T13:00:46.751Z Compiling futures-macro v0.3.32
17282026-07-24T13:00:46.772Z Compiling zerofrom v0.1.6
17292026-07-24T13:00:46.791Z Compiling thiserror-impl v1.0.69
17302026-07-24T13:00:46.803Z Compiling tracing-attributes v0.1.30
17312026-07-24T13:00:46.902Z Compiling yoke v0.8.0
17322026-07-24T13:00:47.033Z Compiling pest v2.8.2
17332026-07-24T13:00:47.093Z Compiling zerovec v0.11.4
17342026-07-24T13:00:47.326Z Compiling zerocopy v0.8.27
17352026-07-24T13:00:47.552Z Compiling serde v1.0.228
17362026-07-24T13:00:47.965Z Compiling tinystr v0.8.1
17372026-07-24T13:00:47.979Z Compiling bytes v1.12.0
17382026-07-24T13:00:48.036Z Compiling serde_tokenstream v0.2.3
17392026-07-24T13:00:48.066Z Compiling potential_utf v0.1.3
17402026-07-24T13:00:48.103Z Compiling zerotrie v0.2.2
17412026-07-24T13:00:48.179Z Compiling icu_locale_core v2.0.0
17422026-07-24T13:00:48.238Z Compiling icu_collections v2.0.0
17432026-07-24T13:00:48.317Z Compiling pest_meta v2.8.2
17442026-07-24T13:00:48.330Z Compiling chrono v0.4.45
17452026-07-24T13:00:48.410Z Compiling scroll_derive v0.13.1
17462026-07-24T13:00:48.443Z Compiling http v1.4.2
17472026-07-24T13:00:48.746Z Compiling icu_provider v2.0.0
17482026-07-24T13:00:48.803Z Compiling async-trait v0.1.89
17492026-07-24T13:00:49.031Z Compiling icu_properties v2.0.1
17502026-07-24T13:00:49.055Z Compiling icu_normalizer v2.0.0
17512026-07-24T13:00:49.235Z Compiling pest_generator v2.8.2
17522026-07-24T13:00:49.248Z Compiling schemars v0.8.22
17532026-07-24T13:00:49.622Z Compiling scroll v0.13.0
17542026-07-24T13:00:49.668Z Compiling thiserror v1.0.69
17552026-07-24T13:00:49.774Z Compiling tokio v1.52.3
17562026-07-24T13:00:49.787Z Compiling openapiv3 v2.2.0
17572026-07-24T13:00:49.815Z Compiling daft-derive v0.1.5
17582026-07-24T13:00:49.863Z Compiling idna_adapter v1.2.1
17592026-07-24T13:00:49.885Z Compiling pest_derive v2.8.2
17602026-07-24T13:00:50.011Z Compiling idna v1.1.0
17612026-07-24T13:00:50.220Z Compiling goblin v0.10.1
17622026-07-24T13:00:50.360Z Compiling url v2.5.7
17632026-07-24T13:00:50.502Z Compiling dtrace-parser v0.3.0
17642026-07-24T13:00:50.832Z Compiling typify-impl v0.4.3
17652026-07-24T13:00:50.999Z Compiling darling_macro v0.21.3
17662026-07-24T13:00:51.260Z Compiling http-body v1.0.1
17672026-07-24T13:00:51.392Z Compiling ppv-lite86 v0.2.21
17682026-07-24T13:00:51.419Z Compiling serde_yaml v0.9.34+deprecated
17692026-07-24T13:00:51.432Z Compiling erased-serde v0.3.31
17702026-07-24T13:00:51.592Z Compiling darling v0.21.3
17712026-07-24T13:00:51.678Z Compiling openssl-macros v0.1.1
17722026-07-24T13:00:51.717Z Compiling getrandom v0.2.16
17732026-07-24T13:00:51.927Z Compiling ipnet v2.11.0
17742026-07-24T13:00:52.212Z Compiling atomic-waker v1.1.2
17752026-07-24T13:00:52.454Z Compiling httparse v1.10.1
17762026-07-24T13:00:52.467Z Compiling untrusted v0.9.0
17772026-07-24T13:00:52.594Z Compiling tower-service v0.3.3
17782026-07-24T13:00:52.672Z Compiling tower-layer v0.3.3
17792026-07-24T13:00:52.693Z Compiling anyhow v1.0.102
17802026-07-24T13:00:52.765Z Compiling try-lock v0.2.5
17812026-07-24T13:00:52.835Z Compiling syn v1.0.109
17822026-07-24T13:00:52.877Z Compiling want v0.3.1
17832026-07-24T13:00:53.049Z Compiling dof v0.4.0
17842026-07-24T13:00:53.082Z Compiling zeroize v1.8.1
17852026-07-24T13:00:53.129Z Compiling httpdate v1.0.3
17862026-07-24T13:00:53.287Z Compiling portable-atomic v1.11.1
17872026-07-24T13:00:53.594Z Compiling usdt-impl v0.6.0
17882026-07-24T13:00:54.152Z Compiling async-stream-impl v0.3.6
17892026-07-24T13:00:54.292Z Compiling structmeta-derive v0.3.0
17902026-07-24T13:00:54.508Z Compiling critical-section v1.2.0
17912026-07-24T13:00:54.624Z Compiling once_cell v1.21.3
17922026-07-24T13:00:54.842Z Compiling newtype-uuid-macros v0.1.0
17932026-07-24T13:00:54.909Z Compiling strum_macros v0.26.4
17942026-07-24T13:00:54.922Z Compiling usdt-attr-macro v0.6.0
17952026-07-24T13:00:55.324Z Compiling usdt-macro v0.6.0
17962026-07-24T13:00:55.406Z Compiling structmeta v0.3.0
17972026-07-24T13:00:55.692Z Compiling powerfmt v0.2.0
17982026-07-24T13:00:55.910Z Compiling deranged v0.5.3
17992026-07-24T13:00:56.272Z Compiling num_threads v0.1.7
18002026-07-24T13:00:56.570Z Compiling http-body-util v0.1.3
18012026-07-24T13:00:56.646Z Compiling omicron-workspace-hack v0.1.0
18022026-07-24T13:00:56.750Z Compiling dropshot_endpoint v0.16.7
18032026-07-24T13:00:56.813Z Compiling serde_urlencoded v0.7.1
18042026-07-24T13:00:56.874Z Compiling ref-cast-impl v1.0.25
18052026-07-24T13:00:56.983Z Compiling derive-ex v0.1.8
18062026-07-24T13:00:56.995Z Compiling strum_macros v0.27.2
18072026-07-24T13:00:56.998Z Compiling typify-macro v0.4.3
18082026-07-24T13:00:57.055Z Compiling sync_wrapper v1.0.2
18092026-07-24T13:00:57.205Z Compiling serde_with_macros v3.14.1
18102026-07-24T13:00:57.383Z Compiling subtle v2.6.1
18112026-07-24T13:00:57.490Z Compiling thread_local v1.1.9
18122026-07-24T13:00:57.555Z Compiling iri-string v0.7.8
18132026-07-24T13:00:57.995Z Compiling futures-util v0.3.32
18142026-07-24T13:00:58.327Z Compiling match_cfg v0.1.0
18152026-07-24T13:00:58.409Z Compiling rand_core v0.6.4
18162026-07-24T13:00:58.539Z Compiling test-strategy v0.4.3
18172026-07-24T13:00:58.618Z Compiling take_mut v0.2.2
18182026-07-24T13:00:58.637Z Compiling term v1.2.0
18192026-07-24T13:00:58.728Z Compiling typenum v1.20.1
18202026-07-24T13:00:59.029Z Compiling typify v0.4.3
18212026-07-24T13:00:59.125Z Compiling progenitor-impl v0.11.1
18222026-07-24T13:00:59.154Z Compiling parse-display-derive v0.10.0
18232026-07-24T13:00:59.226Z Compiling tracing-core v0.1.34
18242026-07-24T13:00:59.341Z Compiling toml_datetime v0.6.11
18252026-07-24T13:00:59.531Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18262026-07-24T13:00:59.617Z Compiling tracing v0.1.41
18272026-07-24T13:00:59.806Z Compiling camino v1.2.3
18282026-07-24T13:01:00.004Z Compiling clap_derive v4.6.1
18292026-07-24T13:01:00.188Z Compiling encoding_rs v0.8.35
18302026-07-24T13:01:00.317Z Compiling cpufeatures v0.2.17
18312026-07-24T13:01:00.330Z Compiling mime v0.3.17
18322026-07-24T13:01:00.369Z Compiling fastrand v2.3.0
18332026-07-24T13:01:00.571Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18342026-07-24T13:01:00.768Z Compiling unicode-width v0.2.1
18352026-07-24T13:01:01.061Z Compiling errno v0.3.14
18362026-07-24T13:01:01.215Z Compiling hex v0.4.3
18372026-07-24T13:01:01.235Z Compiling generic-array v0.14.7
18382026-07-24T13:01:01.501Z Compiling ipnetwork v0.21.1
18392026-07-24T13:01:01.749Z Compiling crossbeam-utils v0.8.21
18402026-07-24T13:01:01.895Z Compiling tokio-util v0.7.16
18412026-07-24T13:01:01.952Z Compiling slog v2.8.2
18422026-07-24T13:01:02.281Z Compiling rustix v1.1.4
18432026-07-24T13:01:02.367Z Compiling getrandom v0.3.3
18442026-07-24T13:01:02.414Z Compiling winnow v0.7.14
18452026-07-24T13:01:02.550Z Compiling rand_core v0.9.3
18462026-07-24T13:01:02.602Z Compiling h2 v0.4.14
18472026-07-24T13:01:02.630Z Compiling oxnet v0.1.6
18482026-07-24T13:01:02.644Z Compiling progenitor-macro v0.11.1
18492026-07-24T13:01:02.769Z Compiling crypto-common v0.1.6
18502026-07-24T13:01:02.905Z Compiling itertools v0.14.0
18512026-07-24T13:01:03.456Z Compiling winnow v1.0.3
18522026-07-24T13:01:03.609Z Compiling num-derive v0.4.2
18532026-07-24T13:01:03.813Z Compiling toml_parser v1.1.2+spec-1.1.0
18542026-07-24T13:01:03.859Z Compiling serde_spanned v1.1.1
18552026-07-24T13:01:04.020Z Compiling debug-ignore v1.0.5
18562026-07-24T13:01:04.127Z Compiling spin v0.9.8
18572026-07-24T13:01:04.127Z Compiling toml_writer v1.1.1+spec-1.1.0
18582026-07-24T13:01:04.342Z Compiling rand_chacha v0.9.0
18592026-07-24T13:01:04.509Z Compiling rustls-pki-types v1.12.0
18602026-07-24T13:01:04.566Z Compiling quick-error v1.2.3
18612026-07-24T13:01:04.592Z Compiling rand v0.9.3
18622026-07-24T13:01:04.678Z Compiling hyper v1.10.1
18632026-07-24T13:01:04.829Z Compiling tabwriter v1.4.1
18642026-07-24T13:01:04.985Z Compiling async-stream v0.3.6
18652026-07-24T13:01:05.072Z Compiling waitgroup v0.1.2
18662026-07-24T13:01:05.160Z Compiling serde_path_to_error v0.1.20
18672026-07-24T13:01:05.189Z Compiling colored v3.1.1
18682026-07-24T13:01:05.255Z Compiling bit-vec v0.8.0
18692026-07-24T13:01:05.505Z Compiling lazy_static v1.5.0
18702026-07-24T13:01:05.535Z Compiling bit-set v0.8.0
18712026-07-24T13:01:05.548Z Compiling time v0.3.47
18722026-07-24T13:01:05.609Z Compiling strum v0.26.3
18732026-07-24T13:01:05.631Z Compiling ring v0.17.14
18742026-07-24T13:01:05.726Z Compiling toml_datetime v0.7.5+spec-1.1.0
18752026-07-24T13:01:05.850Z Compiling hyper-util v0.1.20
18762026-07-24T13:01:06.044Z Compiling anstyle v1.0.14
18772026-07-24T13:01:06.278Z Compiling unarray v0.1.4
18782026-07-24T13:01:06.398Z Compiling toml v0.9.12+spec-1.1.0
18792026-07-24T13:01:06.501Z Compiling crossbeam-channel v0.5.15
18802026-07-24T13:01:06.968Z Compiling macaddr v1.0.1
18812026-07-24T13:01:07.204Z Compiling utf8parse v0.2.2
18822026-07-24T13:01:07.262Z Compiling block-buffer v0.10.4
18832026-07-24T13:01:07.320Z Compiling anstyle-parse v1.0.0
18842026-07-24T13:01:07.351Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18852026-07-24T13:01:07.367Z Compiling ref-cast v1.0.25
18862026-07-24T13:01:07.418Z Compiling is_terminal_polyfill v1.70.1
18872026-07-24T13:01:07.471Z Compiling colorchoice v1.0.4
18882026-07-24T13:01:07.513Z Compiling anstyle-query v1.1.4
18892026-07-24T13:01:07.525Z Compiling digest v0.10.7
18902026-07-24T13:01:07.537Z Compiling strum v0.27.2
18912026-07-24T13:01:07.540Z Compiling is-terminal v0.4.16
18922026-07-24T13:01:07.587Z Compiling anstream v1.0.0
18932026-07-24T13:01:07.621Z Compiling clap_lex v1.1.0
18942026-07-24T13:01:07.640Z Compiling slog-term v2.9.2
18952026-07-24T13:01:07.653Z Compiling slog-async v2.8.0
18962026-07-24T13:01:07.665Z Compiling slog-json v2.6.1
18972026-07-24T13:01:07.739Z Compiling hostname v0.3.1
18982026-07-24T13:01:07.884Z Compiling slog-bunyan v2.5.0
18992026-07-24T13:01:07.902Z Compiling tower v0.5.2
19002026-07-24T13:01:07.914Z Compiling futures-executor v0.3.32
19012026-07-24T13:01:07.917Z Compiling instant v0.1.13
19022026-07-24T13:01:08.191Z Compiling futures v0.3.32
19032026-07-24T13:01:08.194Z Compiling aws-lc-sys v0.39.1
19042026-07-24T13:01:08.251Z Compiling untrusted v0.7.1
19052026-07-24T13:01:08.305Z Compiling tower-http v0.6.8
19062026-07-24T13:01:08.374Z Compiling openssl-sys v0.9.117
19072026-07-24T13:01:08.721Z Compiling aws-lc-rs v1.16.2
19082026-07-24T13:01:08.829Z Compiling memmap2 v0.9.8
19092026-07-24T13:01:09.722Z Compiling rustls-webpki v0.103.6
19102026-07-24T13:01:09.886Z Compiling foreign-types-shared v0.1.1
19112026-07-24T13:01:09.976Z Compiling foreign-types v0.3.2
19122026-07-24T13:01:10.196Z Compiling tempfile v3.27.0
19132026-07-24T13:01:10.339Z Compiling rustls v0.23.40
19142026-07-24T13:01:10.774Z Compiling openssl-probe v0.1.6
19152026-07-24T13:01:10.963Z Compiling openssl v0.10.81
19162026-07-24T13:01:11.770Z Compiling usdt v0.6.0
19172026-07-24T13:01:11.943Z Compiling either v1.15.0
19182026-07-24T13:01:12.053Z Compiling webpki-roots v1.0.2
19192026-07-24T13:01:12.163Z Compiling newtype-uuid v1.3.2
19202026-07-24T13:01:12.509Z Compiling daft v0.1.5
19212026-07-24T13:01:13.289Z Compiling tokio-rustls v0.26.4
19222026-07-24T13:01:13.309Z Compiling native-tls v0.2.14
19232026-07-24T13:01:13.561Z Compiling tokio-native-tls v0.3.1
19242026-07-24T13:01:13.625Z Compiling hyper-rustls v0.27.7
19252026-07-24T13:01:13.737Z Compiling hyper-tls v0.6.0
19262026-07-24T13:01:13.975Z Compiling reqwest v0.12.23
19272026-07-24T13:01:14.918Z Compiling rustls-webpki v0.102.8
19282026-07-24T13:01:15.067Z Compiling rustls-pemfile v2.2.0
19292026-07-24T13:01:15.310Z Compiling multer v3.1.0
19302026-07-24T13:01:15.587Z Compiling hostname v0.4.2
19312026-07-24T13:01:15.830Z Compiling rustls v0.22.4
19322026-07-24T13:01:15.877Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19332026-07-24T13:01:16.493Z Compiling terminal_size v0.4.3
19342026-07-24T13:01:16.596Z Compiling rand_chacha v0.3.1
19352026-07-24T13:01:16.774Z Compiling wait-timeout v0.2.1
19362026-07-24T13:01:17.184Z Compiling rusty-fork v0.3.0
19372026-07-24T13:01:17.407Z Compiling rand v0.8.5
19382026-07-24T13:01:17.886Z Compiling tokio-rustls v0.25.0
19392026-07-24T13:01:18.691Z Compiling sha1 v0.10.6
19402026-07-24T13:01:18.925Z Compiling rand_xorshift v0.4.0
19412026-07-24T13:01:19.634Z Compiling hubpack_derive v0.1.1
19422026-07-24T13:01:20.180Z Compiling proptest v1.8.0
19432026-07-24T13:01:20.215Z Compiling dropshot v0.16.7
19442026-07-24T13:01:20.429Z Compiling clap_builder v4.6.0
19452026-07-24T13:01:21.571Z Compiling serde_spanned v0.6.9
19462026-07-24T13:01:22.043Z Compiling clap v4.6.1
19472026-07-24T13:01:22.119Z Compiling prettyplease v0.2.37
19482026-07-24T13:01:22.196Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19492026-07-24T13:01:23.456Z Compiling progenitor-client v0.10.0
19502026-07-24T13:01:23.490Z Compiling progenitor-client v0.11.1
19512026-07-24T13:01:23.795Z Compiling serde_with v3.14.1
19522026-07-24T13:01:24.355Z Compiling progenitor v0.11.1
19532026-07-24T13:01:25.423Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19542026-07-24T13:01:25.624Z Compiling rustc-hash v2.1.1
19552026-07-24T13:01:25.754Z Compiling iddqd v0.3.18
19562026-07-24T13:01:25.836Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19572026-07-24T13:01:26.904Z Compiling backoff v0.4.0
19582026-07-24T13:01:26.916Z Compiling parse-display v0.10.0
19592026-07-24T13:01:26.963Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19602026-07-24T13:01:27.065Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19612026-07-24T13:01:27.118Z Compiling winnow v0.5.40
19622026-07-24T13:01:27.188Z Compiling toml_write v0.1.2
19632026-07-24T13:01:27.387Z Compiling toml_edit v0.22.27
19642026-07-24T13:01:28.519Z Compiling num-integer v0.1.46
19652026-07-24T13:01:28.686Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19662026-07-24T13:01:28.959Z Compiling float-ord v0.3.2
19672026-07-24T13:01:29.091Z Compiling toml v0.8.23
19682026-07-24T13:01:32.642Z Compiling num-rational v0.4.2
19692026-07-24T13:01:32.665Z Compiling num-iter v0.1.45
19702026-07-24T13:01:33.275Z Compiling num-complex v0.4.6
19712026-07-24T13:01:33.692Z Compiling num v0.4.3
19722026-07-24T13:01:34.241Z Compiling toml_edit v0.19.15
19732026-07-24T13:01:35.883Z Compiling proc-macro-crate v1.3.1
19742026-07-24T13:01:37.622Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19752026-07-24T13:01:38.399Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19762026-07-24T13:01:38.894Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19772026-07-24T13:01:38.972Z Compiling zerocopy-derive v0.7.35
19782026-07-24T13:01:39.848Z Compiling memoffset v0.9.1
19792026-07-24T13:01:39.942Z Compiling libscf-sys v1.2.0
19802026-07-24T13:01:40.069Z Compiling ingot-macros v0.1.1
19812026-07-24T13:01:40.156Z Compiling proc-macro-error-attr2 v2.0.0
19822026-07-24T13:01:40.519Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19832026-07-24T13:01:41.385Z Compiling proc-macro-error2 v2.0.1
19842026-07-24T13:01:41.655Z Compiling nix v0.30.1
19852026-07-24T13:01:42.198Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19862026-07-24T13:01:42.456Z Compiling scroll_derive v0.12.1
19872026-07-24T13:01:43.054Z Compiling tabled_derive v0.11.0
19882026-07-24T13:01:43.309Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19892026-07-24T13:01:45.080Z Compiling zerocopy v0.7.35
19902026-07-24T13:01:45.686Z Compiling num_enum_derive v0.7.5
19912026-07-24T13:01:45.853Z Compiling hubpack v0.1.2
19922026-07-24T13:01:45.910Z Compiling foreign-types-macros v0.2.3
19932026-07-24T13:01:46.088Z Compiling static_assertions v1.1.0
19942026-07-24T13:01:46.743Z Compiling glob v0.3.3
19952026-07-24T13:01:46.828Z Compiling proc-macro-error-attr v1.0.4
19962026-07-24T13:01:46.981Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19972026-07-24T13:01:47.129Z Compiling dtrace-parser v0.2.0
19982026-07-24T13:01:47.382Z Compiling bytecount v0.6.9
19992026-07-24T13:01:47.528Z Compiling proc-macro-error v1.0.4
20002026-07-24T13:01:47.530Z Compiling dof v0.3.0
20012026-07-24T13:01:48.203Z Compiling num_enum_derive v0.5.11
20022026-07-24T13:01:49.246Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20032026-07-24T13:01:49.665Z Compiling thread-id v4.2.2
20042026-07-24T13:01:49.783Z Compiling usdt-impl v0.5.0
20052026-07-24T13:01:50.438Z Compiling derive_more v0.99.20
20062026-07-24T13:01:50.662Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20072026-07-24T13:01:50.858Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20082026-07-24T13:01:51.344Z Compiling minimal-lexical v0.2.1
20092026-07-24T13:01:51.578Z Compiling nom v7.1.3
20102026-07-24T13:01:51.612Z Compiling usdt-attr-macro v0.5.0
20112026-07-24T13:01:51.698Z Compiling usdt-macro v0.5.0
20122026-07-24T13:01:51.889Z Compiling zone_cfg_derive v0.3.1
20132026-07-24T13:01:52.441Z Compiling papergrid v0.17.0
20142026-07-24T13:01:52.480Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20152026-07-24T13:01:52.581Z Compiling testing_table v0.3.0
20162026-07-24T13:01:52.722Z Compiling rustc_version v0.4.1
20172026-07-24T13:01:52.751Z Compiling crossbeam-epoch v0.9.18
20182026-07-24T13:01:52.934Z Compiling dropshot_endpoint v0.17.1
20192026-07-24T13:01:53.003Z Compiling adler2 v2.0.1
20202026-07-24T13:01:53.096Z Compiling crc32fast v1.5.0
20212026-07-24T13:01:53.148Z Compiling miniz_oxide v0.8.9
20222026-07-24T13:01:53.296Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20232026-07-24T13:01:53.384Z Compiling tabled v0.20.0
20242026-07-24T13:01:53.471Z Compiling enum-as-inner v0.6.1
20252026-07-24T13:01:53.502Z Compiling regress v0.11.1
20262026-07-24T13:01:54.059Z Compiling flate2 v1.1.2
20272026-07-24T13:01:54.299Z Compiling curve25519-dalek v4.1.3
20282026-07-24T13:01:54.473Z Compiling hybrid-array v0.4.12
20292026-07-24T13:01:54.593Z Compiling crossbeam-deque v0.8.6
20302026-07-24T13:01:54.684Z Compiling thiserror-impl-no-std v2.0.2
20312026-07-24T13:01:54.786Z Compiling curve25519-dalek-derive v0.1.1
20322026-07-24T13:01:54.915Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20332026-07-24T13:01:54.951Z Compiling crypto-common v0.2.2
20342026-07-24T13:01:55.507Z Compiling typify-impl v0.6.2
20352026-07-24T13:01:55.847Z Compiling block-buffer v0.12.0
20362026-07-24T13:01:55.850Z Compiling rayon-core v1.13.0
20372026-07-24T13:01:56.028Z Compiling clang-sys v1.8.1
20382026-07-24T13:01:56.139Z Compiling const-oid v0.10.2
20392026-07-24T13:01:56.151Z Compiling compression-core v0.4.32
20402026-07-24T13:01:56.214Z Compiling scroll v0.12.0
20412026-07-24T13:01:56.318Z Compiling digest v0.11.3
20422026-07-24T13:01:56.360Z Compiling compression-codecs v0.4.32
20432026-07-24T13:01:56.506Z Compiling hash32 v0.3.1
20442026-07-24T13:01:56.609Z Compiling toml_datetime v1.1.1+spec-1.1.0
20452026-07-24T13:01:56.665Z Compiling cpufeatures v0.3.0
20462026-07-24T13:01:56.722Z Compiling heapless v0.8.0
20472026-07-24T13:01:56.735Z Compiling sha1 v0.11.0
20482026-07-24T13:01:56.748Z Compiling async-compression v0.4.33
20492026-07-24T13:01:56.782Z Compiling goblin v0.8.2
20502026-07-24T13:01:56.932Z Compiling toml v1.1.2+spec-1.1.0
20512026-07-24T13:01:56.989Z Compiling ingot-types v0.1.2
20522026-07-24T13:01:57.151Z Compiling cobs v0.3.0
20532026-07-24T13:01:57.218Z Compiling libloading v0.8.9
20542026-07-24T13:01:57.353Z Compiling bitflags v1.3.2
20552026-07-24T13:01:57.381Z Compiling foreign-types-shared v0.3.1
20562026-07-24T13:01:57.419Z Compiling managed v0.8.0
20572026-07-24T13:01:57.435Z Compiling bindgen v0.72.1
20582026-07-24T13:01:57.482Z Compiling foreign-types v0.5.0
20592026-07-24T13:01:57.560Z Compiling ingot v0.1.1
20602026-07-24T13:01:57.572Z Compiling postcard v1.1.3
20612026-07-24T13:01:57.633Z Compiling dropshot v0.17.1
20622026-07-24T13:01:57.915Z Compiling smoltcp v0.11.0
20632026-07-24T13:01:58.887Z Compiling cexpr v0.6.0
20642026-07-24T13:01:59.462Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20652026-07-24T13:01:59.804Z Compiling num_enum v0.7.5
20662026-07-24T13:01:59.936Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20672026-07-24T13:02:00.105Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20682026-07-24T13:02:00.260Z Compiling camino-tempfile v1.4.1
20692026-07-24T13:02:00.399Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20702026-07-24T13:02:00.514Z Compiling serde_repr v0.1.20
20712026-07-24T13:02:00.579Z Compiling derive-where v1.6.0
20722026-07-24T13:02:00.725Z Compiling cstr-argument v0.1.2
20732026-07-24T13:02:00.884Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20742026-07-24T13:02:01.131Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20752026-07-24T13:02:01.771Z Compiling typify-macro v0.6.2
20762026-07-24T13:02:01.870Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20772026-07-24T13:02:02.061Z Compiling rayon v1.11.0
20782026-07-24T13:02:02.290Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20792026-07-24T13:02:02.419Z Compiling crucible-workspace-hack v0.1.0
20802026-07-24T13:02:03.055Z Compiling memmap v0.7.0
20812026-07-24T13:02:03.137Z Compiling tinyvec_macros v0.1.1
20822026-07-24T13:02:03.214Z Compiling tinyvec v1.10.0
20832026-07-24T13:02:03.246Z Compiling usdt v0.5.0
20842026-07-24T13:02:03.524Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20852026-07-24T13:02:03.839Z Compiling typify v0.6.2
20862026-07-24T13:02:04.068Z Compiling num_enum v0.5.11
20872026-07-24T13:02:04.348Z Compiling pin-project-internal v1.1.10
20882026-07-24T13:02:05.341Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20892026-07-24T13:02:05.396Z Compiling progenitor-impl v0.14.0
20902026-07-24T13:02:05.434Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20912026-07-24T13:02:05.472Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20922026-07-24T13:02:05.675Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20932026-07-24T13:02:05.782Z Compiling rustix v0.38.44
20942026-07-24T13:02:06.252Z Compiling itertools v0.12.1
20952026-07-24T13:02:06.265Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20962026-07-24T13:02:06.403Z Compiling progenitor-impl v0.10.0
20972026-07-24T13:02:06.646Z Compiling sigpipe v0.1.3
20982026-07-24T13:02:06.665Z Compiling jiff v0.2.15
20992026-07-24T13:02:06.747Z Compiling const_format_proc_macros v0.2.34
21002026-07-24T13:02:07.229Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
21012026-07-24T13:02:07.453Z Compiling zone v0.3.1
21022026-07-24T13:02:07.555Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21032026-07-24T13:02:08.883Z Compiling progenitor-macro v0.14.0
21042026-07-24T13:02:09.070Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
21052026-07-24T13:02:09.163Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21062026-07-24T13:02:09.560Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21072026-07-24T13:02:09.799Z Compiling secrecy v0.10.3
21082026-07-24T13:02:09.822Z Compiling progenitor-macro v0.10.0
21092026-07-24T13:02:09.922Z Compiling smf v0.2.3
21102026-07-24T13:02:09.965Z Compiling snafu-derive v0.8.9
21112026-07-24T13:02:10.334Z Compiling async-recursion v1.1.1
21122026-07-24T13:02:10.539Z Compiling bstr v1.12.0
21132026-07-24T13:02:11.013Z Compiling whoami v1.6.1
21142026-07-24T13:02:11.297Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21152026-07-24T13:02:11.943Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21162026-07-24T13:02:12.484Z Compiling hmac v0.12.1
21172026-07-24T13:02:12.653Z Compiling inout v0.1.4
21182026-07-24T13:02:12.802Z Compiling ff v0.13.1
21192026-07-24T13:02:12.805Z Compiling data-encoding v2.9.0
21202026-07-24T13:02:13.253Z Compiling crc8 v0.1.1
21212026-07-24T13:02:13.401Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21222026-07-24T13:02:13.500Z Compiling group v0.13.0
21232026-07-24T13:02:13.660Z Compiling cipher v0.4.4
21242026-07-24T13:02:14.086Z Compiling hkdf v0.12.4
21252026-07-24T13:02:14.271Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
21262026-07-24T13:02:14.629Z Compiling atomicwrites v0.4.4
21272026-07-24T13:02:14.842Z Compiling tokio-dtrace v0.1.1
21282026-07-24T13:02:15.123Z Compiling tabled_derive v0.7.0
21292026-07-24T13:02:15.660Z Compiling reqwest v0.13.2
21302026-07-24T13:02:15.781Z Compiling universal-hash v0.5.1
21312026-07-24T13:02:15.792Z Compiling crypto-bigint v0.5.5
21322026-07-24T13:02:15.921Z Compiling half v2.7.1
21332026-07-24T13:02:15.978Z Compiling base64ct v1.8.0
21342026-07-24T13:02:16.166Z Compiling base16ct v0.2.0
21352026-07-24T13:02:16.291Z Compiling indent_write v2.2.0
21362026-07-24T13:02:16.339Z Compiling opaque-debug v0.3.1
21372026-07-24T13:02:16.422Z Compiling ciborium-io v0.2.2
21382026-07-24T13:02:16.443Z Compiling poly1305 v0.8.0
21392026-07-24T13:02:16.529Z Compiling ciborium-ll v0.2.2
21402026-07-24T13:02:16.762Z Compiling progenitor-client v0.14.0
21412026-07-24T13:02:16.779Z Compiling password-hash v0.5.0
21422026-07-24T13:02:16.873Z Compiling elliptic-curve v0.13.8
21432026-07-24T13:02:17.437Z Compiling oxide-tokio-rt v0.1.2
21442026-07-24T13:02:17.724Z Compiling chacha20 v0.9.1
21452026-07-24T13:02:17.780Z Compiling similar v2.7.0
21462026-07-24T13:02:17.950Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21472026-07-24T13:02:18.029Z Compiling thiserror-no-std v2.0.2
21482026-07-24T13:02:19.002Z Compiling blake2 v0.10.6
21492026-07-24T13:02:19.228Z Compiling aead v0.5.2
21502026-07-24T13:02:19.261Z Compiling strum_macros v0.28.0
21512026-07-24T13:02:19.474Z Compiling keccak v0.1.6
21522026-07-24T13:02:19.578Z Compiling linked-hash-map v0.5.6
21532026-07-24T13:02:19.750Z Compiling resolv-conf v0.7.5
21542026-07-24T13:02:20.046Z Compiling lru-cache v0.1.2
21552026-07-24T13:02:20.108Z Compiling sha3 v0.10.8
21562026-07-24T13:02:20.170Z Compiling chacha20poly1305 v0.10.1
21572026-07-24T13:02:20.296Z Compiling argon2 v0.5.3
21582026-07-24T13:02:20.317Z Compiling progenitor v0.14.0
21592026-07-24T13:02:20.463Z Compiling vsss-rs v3.3.4
21602026-07-24T13:02:20.496Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21612026-07-24T13:02:20.769Z Compiling ciborium v0.2.2
21622026-07-24T13:02:20.781Z Compiling hickory-proto v0.24.4
21632026-07-24T13:02:21.243Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21642026-07-24T13:02:21.330Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21652026-07-24T13:02:21.769Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21662026-07-24T13:02:21.828Z Compiling serde-big-array v0.5.1
21672026-07-24T13:02:21.879Z Compiling same-file v1.0.6
21682026-07-24T13:02:22.075Z Compiling unicode-segmentation v1.12.0
21692026-07-24T13:02:22.087Z Compiling siphasher v1.0.1
21702026-07-24T13:02:22.283Z Compiling phf_shared v0.12.1
21712026-07-24T13:02:22.399Z Compiling newline-converter v0.3.0
21722026-07-24T13:02:22.466Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21732026-07-24T13:02:22.483Z Compiling walkdir v2.5.0
21742026-07-24T13:02:22.525Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21752026-07-24T13:02:22.685Z Compiling hickory-resolver v0.24.4
21762026-07-24T13:02:22.786Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21772026-07-24T13:02:23.246Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21782026-07-24T13:02:24.498Z Compiling newtype_derive v0.1.6
21792026-07-24T13:02:24.501Z Compiling owo-colors v4.3.0
21802026-07-24T13:02:24.540Z Compiling tokio-stream v0.1.17
21812026-07-24T13:02:24.627Z Compiling console v0.15.11
21822026-07-24T13:02:24.999Z Compiling csv-core v0.1.12
21832026-07-24T13:02:25.054Z Compiling humantime v2.3.0
21842026-07-24T13:02:25.288Z Compiling unicode-width v0.1.14
21852026-07-24T13:02:25.325Z Compiling swrite v0.1.0
21862026-07-24T13:02:25.386Z Compiling termtree v0.5.1
21872026-07-24T13:02:25.441Z Compiling foldhash v0.1.5
21882026-07-24T13:02:25.543Z Compiling unicode-linebreak v0.1.5
21892026-07-24T13:02:25.578Z Compiling smawk v0.3.2
21902026-07-24T13:02:25.678Z Compiling hashbrown v0.15.5
21912026-07-24T13:02:25.746Z Compiling csv v1.4.0
21922026-07-24T13:02:25.760Z Compiling textwrap v0.16.2
21932026-07-24T13:02:25.824Z Compiling expectorate v1.2.0
21942026-07-24T13:02:25.906Z Compiling qorb v0.4.1
21952026-07-24T13:02:25.982Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21962026-07-24T13:02:26.303Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21972026-07-24T13:02:27.439Z Compiling phf v0.12.1
21982026-07-24T13:02:27.602Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21992026-07-24T13:02:28.111Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
22002026-07-24T13:02:28.196Z Compiling pin-project v1.1.10
22012026-07-24T13:02:28.247Z Compiling libz-sys v1.1.22
22022026-07-24T13:02:28.307Z Compiling unicode-normalization v0.1.24
22032026-07-24T13:02:28.526Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22042026-07-24T13:02:29.483Z Compiling libsw-core v0.3.2
22052026-07-24T13:02:29.871Z Compiling fixedbitset v0.5.7
22062026-07-24T13:02:29.943Z Compiling fixedbitset v0.4.2
22072026-07-24T13:02:30.355Z Compiling highway v1.3.0
22082026-07-24T13:02:30.612Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22092026-07-24T13:02:31.223Z Compiling petgraph v0.6.5
22102026-07-24T13:02:31.335Z Compiling petgraph v0.8.2
22112026-07-24T13:02:32.381Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22122026-07-24T13:02:32.408Z Compiling progenitor v0.10.0
22132026-07-24T13:02:33.078Z Compiling libsw v3.5.0
22142026-07-24T13:02:33.260Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22152026-07-24T13:02:33.680Z Compiling olpc-cjson v0.1.4
22162026-07-24T13:02:33.864Z Compiling libgit2-sys v0.17.0+1.8.1
22172026-07-24T13:02:34.115Z Compiling snafu v0.8.9
22182026-07-24T13:02:34.550Z Compiling chrono-tz v0.10.4
22192026-07-24T13:02:34.563Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22202026-07-24T13:02:34.760Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22212026-07-24T13:02:35.649Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22222026-07-24T13:02:35.976Z Compiling papergrid v0.11.0
22232026-07-24T13:02:36.055Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22242026-07-24T13:02:36.204Z Compiling strum v0.28.0
22252026-07-24T13:02:36.240Z Compiling globset v0.4.16
22262026-07-24T13:02:36.338Z Compiling const_format v0.2.34
22272026-07-24T13:02:36.351Z Compiling slog-dtrace v0.3.0
22282026-07-24T13:02:36.673Z Compiling cancel-safe-futures v0.1.5
22292026-07-24T13:02:36.686Z Compiling gethostname v0.5.0
22302026-07-24T13:02:37.050Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22312026-07-24T13:02:37.728Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22322026-07-24T13:02:37.898Z Compiling dropshot-api-manager-types v0.7.2
22332026-07-24T13:02:37.917Z Compiling bcs v0.1.6
22342026-07-24T13:02:38.245Z Compiling serde_plain v1.0.2
22352026-07-24T13:02:38.272Z Compiling cargo-platform v0.1.9
22362026-07-24T13:02:38.275Z Compiling pem v3.0.5
22372026-07-24T13:02:38.557Z Compiling tagptr v0.2.0
22382026-07-24T13:02:38.672Z Compiling typed-path v0.9.3
22392026-07-24T13:02:38.692Z Compiling linear-map v1.2.0
22402026-07-24T13:02:38.851Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22412026-07-24T13:02:39.147Z Compiling moka v0.12.11
22422026-07-24T13:02:39.984Z Compiling tough v0.20.0
22432026-07-24T13:02:40.781Z Compiling cargo_metadata v0.18.1
22442026-07-24T13:02:40.820Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22452026-07-24T13:02:42.116Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22462026-07-24T13:02:42.387Z Compiling tabled v0.15.0
22472026-07-24T13:02:42.420Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22482026-07-24T13:02:43.293Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22492026-07-24T13:02:43.509Z Compiling git2 v0.19.0
22502026-07-24T13:02:45.056Z Compiling steno v0.4.1
22512026-07-24T13:02:45.838Z Compiling cookie v0.18.1
22522026-07-24T13:02:46.367Z Compiling hickory-proto v0.25.2
22532026-07-24T13:02:48.292Z Compiling hickory-resolver v0.25.2
22542026-07-24T13:02:48.772Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22552026-07-24T13:02:50.726Z Compiling vergen v8.3.2
22562026-07-24T13:02:52.643Z Compiling signal-hook v0.4.4
22572026-07-24T13:02:53.122Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22582026-07-24T13:02:53.498Z Compiling predicates-core v1.0.9
22592026-07-24T13:02:53.526Z Compiling mockall_derive v0.14.0
22602026-07-24T13:02:53.924Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22612026-07-24T13:02:54.021Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22622026-07-24T13:02:54.052Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22632026-07-24T13:02:54.203Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22642026-07-24T13:02:54.276Z Compiling sha2 v0.10.9
22652026-07-24T13:02:54.676Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22662026-07-24T13:02:55.554Z Compiling yansi v1.0.1
22672026-07-24T13:02:56.032Z Compiling mockall v0.14.0
22682026-07-24T13:02:56.152Z Compiling diff v0.1.13
22692026-07-24T13:02:56.466Z Compiling pretty_assertions v1.4.1
22702026-07-24T13:02:56.761Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22712026-07-24T13:02:57.218Z Compiling fs-err v3.1.2
22722026-07-24T13:02:57.534Z Compiling predicates v3.1.3
22732026-07-24T13:02:57.607Z Compiling predicates-tree v1.0.12
22742026-07-24T13:02:58.331Z Compiling git-stub v1.0.0
22752026-07-24T13:02:58.511Z Compiling filetime v0.2.26
22762026-07-24T13:02:58.617Z Compiling is_ci v1.2.0
22772026-07-24T13:02:58.707Z Compiling arrayvec v0.7.6
22782026-07-24T13:02:58.775Z Compiling downcast v0.11.0
22792026-07-24T13:02:58.922Z Compiling xattr v1.6.1
22802026-07-24T13:02:58.936Z Compiling constant_time_eq v0.3.1
22812026-07-24T13:02:59.059Z Compiling fragile v2.0.1
22822026-07-24T13:02:59.108Z Compiling arrayref v0.3.9
22832026-07-24T13:02:59.195Z Compiling blake3 v1.8.2
22842026-07-24T13:02:59.375Z Compiling tar v0.4.45
22852026-07-24T13:02:59.774Z Compiling toml v0.7.8
22862026-07-24T13:02:59.966Z Compiling supports-color v3.0.2
22872026-07-24T13:03:00.159Z Compiling git-stub-vcs v0.1.0
22882026-07-24T13:03:00.488Z Compiling curl-sys v0.4.89+curl-8.20.0
22892026-07-24T13:03:00.641Z Compiling signal-hook-tokio v0.4.0
22902026-07-24T13:03:00.934Z Compiling scuffle v0.1.0
22912026-07-24T13:03:01.864Z Compiling drift v0.2.0
22922026-07-24T13:03:02.396Z Compiling kstat-rs v0.2.4
22932026-07-24T13:03:02.611Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22942026-07-24T13:03:02.719Z Compiling topological-sort v0.2.2
22952026-07-24T13:03:02.877Z Compiling hex-literal v1.1.0
22962026-07-24T13:03:03.001Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22972026-07-24T13:03:03.014Z Compiling omicron-zone-package v0.12.2
22982026-07-24T13:03:03.041Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22992026-07-24T13:03:03.908Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23002026-07-24T13:03:05.247Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
23012026-07-24T13:03:05.476Z Compiling dropshot-api-manager v0.7.2
23022026-07-24T13:03:05.899Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23032026-07-24T13:03:06.184Z Compiling curl v0.4.50
23042026-07-24T13:03:06.570Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
23052026-07-24T13:03:06.584Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
23062026-07-24T13:03:06.827Z Compiling iddqd v0.4.5
23072026-07-24T13:03:07.022Z Compiling search_path v0.1.4
23082026-07-24T13:03:07.315Z Compiling internet-checksum v0.2.1
23092026-07-24T13:03:07.423Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
23102026-07-24T13:03:07.467Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
23112026-07-24T13:03:10.346Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
23122026-07-24T13:03:12.384Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
23132026-07-24T13:03:56.036Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 16s
23142026-07-24T13:03:56.160Z Running unittests src/lib.rs (target/debug/deps/aal-d7ad844a926eb99a)
23152026-07-24T13:03:56.163Z
23162026-07-24T13:03:56.163Zrunning 5 tests
23172026-07-24T13:03:56.166Ztest fuse::tests::chip_revision_a0 ... ok
23182026-07-24T13:03:56.166Ztest fuse::tests::chip_revision_b0 ... ok
23192026-07-24T13:03:56.166Ztest fuse::tests::chip_revision_b1 ... ok
23202026-07-24T13:03:56.166Ztest fuse::tests::chip_revision_unknown_device_id ... ok
23212026-07-24T13:03:56.166Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
23222026-07-24T13:03:56.166Z
23232026-07-24T13:03:56.166Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23242026-07-24T13:03:56.166Z
23252026-07-24T13:03:56.166Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
23262026-07-24T13:03:56.169Z
23272026-07-24T13:03:56.169Zrunning 0 tests
23282026-07-24T13:03:56.169Z
23292026-07-24T13:03:56.169Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23302026-07-24T13:03:56.169Z
23312026-07-24T13:03:56.169Z Running unittests src/lib.rs (target/debug/deps/asic-518d7e6aad762855)
23322026-07-24T13:03:56.172Z
23332026-07-24T13:03:56.172Zrunning 0 tests
23342026-07-24T13:03:56.172Z
23352026-07-24T13:03:56.172Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23362026-07-24T13:03:56.172Z
23372026-07-24T13:03:56.172Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
23382026-07-24T13:03:56.172Z
23392026-07-24T13:03:56.172Zrunning 10 tests
23402026-07-24T13:03:56.175Ztest network::tests::test_equal ... ok
23412026-07-24T13:03:56.175Ztest network::tests::test_eui64 ... ok
23422026-07-24T13:03:56.175Ztest nat::tests::test_vni ... ok
23432026-07-24T13:03:56.175Ztest network::tests::test_generate_ipv6_link_local ... ok
23442026-07-24T13:03:56.175Ztest network::tests::test_into ... ok
23452026-07-24T13:03:56.175Ztest network::tests::test_not_equal ... ok
23462026-07-24T13:03:56.175Ztest network::tests::test_to_string ... ok
23472026-07-24T13:03:56.175Ztest network::tests::test_parse ... ok
23482026-07-24T13:03:56.175Ztest test_purge ... ok
23492026-07-24T13:03:56.178Ztest illumos::test::address_exists_handles_missing_object ... ok
23502026-07-24T13:03:56.178Z
23512026-07-24T13:03:56.178Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23522026-07-24T13:03:56.178Z
23532026-07-24T13:03:56.178Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-440d0bab3aecd595)
23542026-07-24T13:03:56.182Z
23552026-07-24T13:03:56.182Zrunning 1 test
23562026-07-24T13:03:56.185Z -------
23572026-07-24T13:03:56.185Z Generating OpenAPI documents from API definitions ...
23582026-07-24T13:03:56.320Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23592026-07-24T13:03:56.387Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23602026-07-24T13:03:57.392Z -------
23612026-07-24T13:03:57.392Z Checking 12 OpenAPI documents...
23622026-07-24T13:03:57.392Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23632026-07-24T13:03:57.392Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23642026-07-24T13:03:57.392Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23652026-07-24T13:03:57.393Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23662026-07-24T13:03:57.393Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23672026-07-24T13:03:57.396Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23682026-07-24T13:03:57.396Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23692026-07-24T13:03:57.396Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23702026-07-24T13:03:57.396Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23712026-07-24T13:03:57.396Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23722026-07-24T13:03:57.396Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23732026-07-24T13:03:57.396Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23742026-07-24T13:03:57.396Z Fresh dpd "latest" symlink
23752026-07-24T13:03:57.396Z -------
23762026-07-24T13:03:57.396Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
23772026-07-24T13:03:57.454Ztest test::test_apis_up_to_date ... ok
23782026-07-24T13:03:57.454Z
23792026-07-24T13:03:57.454Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s
23802026-07-24T13:03:57.455Z
23812026-07-24T13:03:57.503Z Running unittests src/main.rs (target/debug/deps/dpd-27181607d82357e6)
23822026-07-24T13:03:57.510Z
23832026-07-24T13:03:57.510Zrunning 34 tests
23842026-07-24T13:03:57.513Ztest freemap::test_ordering ... ok
23852026-07-24T13:03:57.513Ztest config::tests::test_updates ... ok
23862026-07-24T13:03:57.513Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23872026-07-24T13:03:57.513Ztest freemap::test_split ... ok
23882026-07-24T13:03:57.517Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23892026-07-24T13:03:57.517Ztest macaddrs::tests::test_mac_offset ... ok
23902026-07-24T13:03:57.517Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23912026-07-24T13:03:57.517ZJul 24 13:03:56.090 DEBG created new freemap, unit: freemap_test
23922026-07-24T13:03:57.517ZJul 24 13:03:56.090 DEBG initted freemap. size: 128, unit: freemap_test
23932026-07-24T13:03:57.517ZJul 24 13:03:56.090 DEBG reset freemap, unit: freemap_test
23942026-07-24T13:03:57.517ZJul 24 13:03:56.090 DEBG created new freemap, unit: freemap_test
23952026-07-24T13:03:57.517ZJul 24 13:03:56.091 DEBG initted freemap. size: 128, unit: freemap_test
23962026-07-24T13:03:57.517ZJul 24 13:03:56.091 DEBG reset freemap, unit: freemap_test
23972026-07-24T13:03:57.517ZJul 24 13:03:56.091 DEBG created new freemap, unit: freemap_test
23982026-07-24T13:03:57.517ZJul 24 13:03:56.091 DEBG initted freemap. size: 128, unit: freemap_test
23992026-07-24T13:03:57.517Ztest macaddrs::tests::test_parse_port_id ... ok
24002026-07-24T13:03:57.518ZJul 24 13:03:56.091 DEBG reset freemap, unit: freemap_test
24012026-07-24T13:03:57.518ZJul 24 13:03:56.091 DEBG created new freemap, unit: freemap_test
24022026-07-24T13:03:57.518ZJul 24 13:03:56.091 DEBG initted freemap. size: 128, unit: freemap_test
24032026-07-24T13:03:57.518ZJul 24 13:03:56.091 DEBG reset freemap, unit: freemap_test
24042026-07-24T13:03:57.518Ztest freemap::test_free ... ok
24052026-07-24T13:03:57.518Ztest freemap::test_basic ... ok
24062026-07-24T13:03:57.518Ztest freemap::test_exhaustion ... ok
24072026-07-24T13:03:57.518Ztest nat::test_mapping ... ok
24082026-07-24T13:03:57.518Ztest freemap::test_reclaim ... ok
24092026-07-24T13:03:57.518Ztest port_map::tests::test_backplane_group ... ok
24102026-07-24T13:03:57.518Ztest port_map::tests::test_port_map ... ok
24112026-07-24T13:03:57.518Ztest port_map::tests::dump_map ... ok
24122026-07-24T13:03:57.518ZJul 24 13:03:56.092 DEBG created new freemap, unit: freemap_test
24132026-07-24T13:03:57.518ZJul 24 13:03:56.092 DEBG initted freemap. size: 8, unit: freemap_test
24142026-07-24T13:03:57.518ZJul 24 13:03:56.092 DEBG reset freemap, unit: freemap_test
24152026-07-24T13:03:57.518Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
24162026-07-24T13:03:57.518ZJul 24 13:03:56.092 DEBG created new freemap, unit: freemap_test
24172026-07-24T13:03:57.518ZJul 24 13:03:56.092 DEBG initted freemap. size: 128, unit: freemap_test
24182026-07-24T13:03:57.518ZJul 24 13:03:56.092 DEBG reset freemap, unit: freemap_test
24192026-07-24T13:03:57.518ZJul 24 13:03:56.092 DEBG created new freemap, unit: freemap_route_ipv4
24202026-07-24T13:03:57.518ZJul 24 13:03:56.092 DEBG created new freemap, unit: freemap_route_ipv6
24212026-07-24T13:03:57.518ZJul 24 13:03:56.092 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
24222026-07-24T13:03:57.518ZJul 24 13:03:56.092 DEBG reset freemap, unit: freemap_route_ipv4
24232026-07-24T13:03:57.518ZJul 24 13:03:56.092 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
24242026-07-24T13:03:57.518ZJul 24 13:03:56.092 DEBG reset freemap, unit: freemap_route_ipv6
24252026-07-24T13:03:57.518ZJul 24 13:03:56.092 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
24262026-07-24T13:03:57.519ZJul 24 13:03:56.092 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
24272026-07-24T13:03:57.519ZJul 24 13:03:56.092 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
24282026-07-24T13:03:57.519ZJul 24 13:03:56.092 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 } }]
24292026-07-24T13:03:57.519ZJul 24 13:03:56.092 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
24302026-07-24T13:03:57.519ZJul 24 13:03:56.092 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 } }]
24312026-07-24T13:03:57.519ZJul 24 13:03:56.092 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
24322026-07-24T13:03:57.519ZJul 24 13:03:56.092 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 } }]
24332026-07-24T13:03:57.519ZJul 24 13:03:56.092 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
24342026-07-24T13:03:57.519ZJul 24 13:03:56.092 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 } }]
24352026-07-24T13:03:57.519ZJul 24 13:03:56.092 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
24362026-07-24T13:03:57.519ZJul 24 13:03:56.092 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 } }]
24372026-07-24T13:03:57.519ZJul 24 13:03:56.092 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
24382026-07-24T13:03:57.519ZJul 24 13:03:56.092 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 } }]
24392026-07-24T13:03:57.519ZJul 24 13:03:56.092 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
24402026-07-24T13:03:57.519ZJul 24 13:03:56.092 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 } }]
24412026-07-24T13:03:57.519ZJul 24 13:03:56.092 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
24422026-07-24T13:03:57.519ZJul 24 13:03:56.092 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 } }]
24432026-07-24T13:03:57.519ZJul 24 13:03:56.092 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
24442026-07-24T13:03:57.519ZJul 24 13:03:56.092 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 } }]
24452026-07-24T13:03:57.519ZJul 24 13:03:56.092 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
24462026-07-24T13:03:57.519ZJul 24 13:03:56.092 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 } }]
24472026-07-24T13:03:57.519ZJul 24 13:03:56.092 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
24482026-07-24T13:03:57.519ZJul 24 13:03:56.092 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 } }]
24492026-07-24T13:03:57.519ZJul 24 13:03:56.092 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
24502026-07-24T13:03:57.519ZJul 24 13:03:56.092 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 } }]
24512026-07-24T13:03:57.519ZJul 24 13:03:56.092 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
24522026-07-24T13:03:57.519ZJul 24 13:03:56.092 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 } }]
24532026-07-24T13:03:57.519ZJul 24 13:03:56.092 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
24542026-07-24T13:03:57.520ZJul 24 13:03:56.092 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 } }]
24552026-07-24T13:03:57.520ZJul 24 13:03:56.092 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
24562026-07-24T13:03:57.520ZJul 24 13:03:56.092 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 } }]
24572026-07-24T13:03:57.520ZJul 24 13:03:56.092 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
24582026-07-24T13:03:57.520ZJul 24 13:03:56.092 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 } }]
24592026-07-24T13:03:57.520ZJul 24 13:03:56.092 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
24602026-07-24T13:03:57.520ZJul 24 13:03:56.092 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 } }]
24612026-07-24T13:03:57.520ZJul 24 13:03:56.092 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
24622026-07-24T13:03:57.520ZJul 24 13:03:56.092 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 } }]
24632026-07-24T13:03:57.520ZJul 24 13:03:56.092 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
24642026-07-24T13:03:57.520ZJul 24 13:03:56.092 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 } }]
24652026-07-24T13:03:57.520ZJul 24 13:03:56.092 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
24662026-07-24T13:03:57.520ZJul 24 13:03:56.092 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-07-24T13:03:57.520ZJul 24 13:03:56.092 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
24682026-07-24T13:03:57.520ZJul 24 13:03:56.092 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-07-24T13:03:57.520ZJul 24 13:03:56.092 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
24702026-07-24T13:03:57.520ZJul 24 13:03:56.092 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-07-24T13:03:57.520ZJul 24 13:03:56.092 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
24722026-07-24T13:03:57.520ZJul 24 13:03:56.092 DEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24732026-07-24T13:03:57.520ZJul 24 13:03:56.092 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
24742026-07-24T13:03:57.520ZJul 24 13:03:56.092 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 } }]
24752026-07-24T13:03:57.520ZJul 24 13:03:56.092 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
24762026-07-24T13:03:57.520ZJul 24 13:03:56.092 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 } }]
24772026-07-24T13:03:57.520ZJul 24 13:03:56.092 Jul 24 13:03:56.092DEBG INFOcreated new freemap adding route 3fff:beef:19::/64 -> 2001:db8::55:ff,
24782026-07-24T13:03:57.520Zunit: freemap_route_ipv4Jul 24 13:03:56.092
24792026-07-24T13:03:57.521ZDEBG 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 } }]
24802026-07-24T13:03:57.521ZJul 24 13:03:56.092Jul 24 13:03:56.092 DEBGINFO created new freemapadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff,
24812026-07-24T13:03:57.521Zunit: freemap_route_ipv6
24822026-07-24T13:03:57.521ZJul 24 13:03:56.092 DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 24 13:03:56.092
24832026-07-24T13:03:57.521Z DEBG initted freemap. size: 64, Jul 24 13:03:56.092unit :INFO freemap_route_ipv4adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
24842026-07-24T13:03:57.521Z
24852026-07-24T13:03:57.521ZJul 24 13:03:56.092Jul 24 13:03:56.092 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 } }]reset freemap
24862026-07-24T13:03:57.521Z, unit: Jul 24 13:03:56.092freemap_route_ipv4
24872026-07-24T13:03:57.521ZINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
24882026-07-24T13:03:57.525ZJul 24 13:03:56.092 Jul 24 13:03:56.092DEBG DEBGinitted freemap. size: 64 , replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
24892026-07-24T13:03:57.525Z: freemap_route_ipv6
24902026-07-24T13:03:57.525ZJul 24 13:03:56.092 INFO Jul 24 13:03:56.092adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
24912026-07-24T13:03:57.525ZDEBG reset freemap, unitJul 24 13:03:56.092: DEBGfreemap_route_ipv6
24922026-07-24T13:03:57.525Zreplacing 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 } }]
24932026-07-24T13:03:57.525ZJul 24 13:03:56.092Jul 24 13:03:56.092 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
24942026-07-24T13:03:57.525Z
24952026-07-24T13:03:57.525ZJul 24 13:03:56.092Jul 24 13:03:56.092 DEBGDEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
24962026-07-24T13:03:57.525Z
24972026-07-24T13:03:57.525ZJul 24 13:03:56.092Jul 24 13:03:56.092 INFOINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2
24982026-07-24T13:03:57.525Z
24992026-07-24T13:03:57.525Ztest freemap::test_span ... ok
25002026-07-24T13:03:57.525ZJul 24 13:03:56.092Jul 24 13:03:56.092 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
25012026-07-24T13:03:57.525Z
25022026-07-24T13:03:57.525ZJul 24 13:03:56.092 Jul 24 13:03:56.092INFO INFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
25032026-07-24T13:03:57.525Zadding route 3fff:beef::/64 -> 2001:db8::55:ff
25042026-07-24T13:03:57.525ZJul 24 13:03:56.092 Jul 24 13:03:56.092DEBG DEBGreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25052026-07-24T13:03:57.526Zreplacing 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 } }]
25062026-07-24T13:03:57.526ZJul 24 13:03:56.092Jul 24 13:03:56.092 Jul 24 13:03:56.092DEBG INFOcreated new freemap INFOadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
25072026-07-24T13:03:57.526Z, adding route 3fff:beef:21::/64 -> 2001:db8::55:ffunit
25082026-07-24T13:03:57.526Z: Jul 24 13:03:56.092freemap_route_ipv4 Jul 24 13:03:56.092DEBG
25092026-07-24T13:03:57.526ZDEBG 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 } }]Jul 24 13:03:56.092
25102026-07-24T13:03:57.526Zreplacing 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 } }]
25112026-07-24T13:03:57.526ZDEBG created new freemap, unitJul 24 13:03:56.092: Jul 24 13:03:56.092 freemap_route_ipv6INFO
25122026-07-24T13:03:57.526Z INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
25132026-07-24T13:03:57.526Z
25142026-07-24T13:03:57.526ZJul 24 13:03:56.093 DEBG initted freemap. size: 64Jul 24 13:03:56.093Jul 24 13:03:56.093 DEBG, DEBGreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit :
25152026-07-24T13:03:57.526Zreplacing 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 } }] freemap_route_ipv4
25162026-07-24T13:03:57.526Z
25172026-07-24T13:03:57.526ZJul 24 13:03:56.093 INFOJul 24 13:03:56.093Jul 24 13:03:56.093 adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO
25182026-07-24T13:03:57.526Z DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
25192026-07-24T13:03:57.526ZJul 24 13:03:56.093reset freemap , DEBGunit :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 } }]
25202026-07-24T13:03:57.526ZJul 24 13:03:56.093freemap_route_ipv4
25212026-07-24T13:03:57.526ZDEBGJul 24 13:03:56.093 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
25222026-07-24T13:03:57.526Z Jul 24 13:03:56.093adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
25232026-07-24T13:03:57.526ZDEBG initted freemap. size: 64, Jul 24 13:03:56.093Jul 24 13:03:56.093unit :DEBGINFO freemap_route_ipv6replacing 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:4::/64 -> 2001:db8::55:ff
25242026-07-24T13:03:57.526Z
25252026-07-24T13:03:57.526ZJul 24 13:03:56.092
25262026-07-24T13:03:57.526Ztest port_map::tests::parse_softnpu_revision ... ok
25272026-07-24T13:03:57.526Z DEBG created new freemap, unit: freemap_route_ipv4
25282026-07-24T13:03:57.526ZJul 24 13:03:56.093Jul 24 13:03:56.093 Jul 24 13:03:56.093 DEBGDEBG reset freemapINFO Jul 24 13:03:56.093adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
25292026-07-24T13:03:57.526ZDEBG 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 } }]
25302026-07-24T13:03:57.526ZJul 24 13:03:56.093 DEBG Jul 24 13:03:56.093replacing 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 } }]
25312026-07-24T13:03:57.526ZINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
25322026-07-24T13:03:57.527ZJul 24 13:03:56.093 Jul 24 13:03:56.093INFO DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
25332026-07-24T13:03:57.527Zreplacing 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 } }]
25342026-07-24T13:03:57.527ZJul 24 13:03:56.093Jul 24 13:03:56.093 DEBGINFO replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
25352026-07-24T13:03:57.527Z
25362026-07-24T13:03:57.527ZJul 24 13:03:56.093Jul 24 13:03:56.093 INFODEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25372026-07-24T13:03:57.527Z
25382026-07-24T13:03:57.527ZJul 24 13:03:56.093Jul 24 13:03:56.093 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:7::/64 -> 2001:db8::55:ff
25392026-07-24T13:03:57.527Z
25402026-07-24T13:03:57.527ZJul 24 13:03:56.093Jul 24 13:03:56.093 INFODEBG adding route 3fff:beef:28::/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 } }]
25412026-07-24T13:03:57.527Z
25422026-07-24T13:03:57.527ZJul 24 13:03:56.093Jul 24 13:03:56.093 INFODEBG adding route 3fff:beef:8::/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 } }]
25432026-07-24T13:03:57.527Z
25442026-07-24T13:03:57.527ZJul 24 13:03:56.093Jul 24 13:03:56.093 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:29::/64 -> 2001:db8::55:ff
25452026-07-24T13:03:57.527Z
25462026-07-24T13:03:57.527ZJul 24 13:03:56.093Jul 24 13:03:56.093 INFODEBG adding route 3fff:beef:9::/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 } }]
25472026-07-24T13:03:57.527Z
25482026-07-24T13:03:57.527ZJul 24 13:03:56.093Jul 24 13:03:56.093 DEBGINFO replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
25492026-07-24T13:03:57.527Z
25502026-07-24T13:03:57.527ZJul 24 13:03:56.093Jul 24 13:03:56.093 DEBGINFO replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
25512026-07-24T13:03:57.527Z
25522026-07-24T13:03:57.527ZJul 24 13:03:56.093 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 } }]
25532026-07-24T13:03:57.527ZJul 24 13:03:56.093 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
25542026-07-24T13:03:57.527ZJul 24 13:03:56.093 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 } }]
25552026-07-24T13:03:57.527ZJul 24 13:03:56.093Jul 24 13:03:56.093 INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
25562026-07-24T13:03:57.527Z
25572026-07-24T13:03:57.527ZJul 24 13:03:56.093Jul 24 13:03:56.093 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: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 } }]
25582026-07-24T13:03:57.527Z
25592026-07-24T13:03:57.528Z, Jul 24 13:03:56.093Jul 24 13:03:56.093 unit INFOINFO: freemap_route_ipv6adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
25602026-07-24T13:03:57.528Z
25612026-07-24T13:03:57.528Z
25622026-07-24T13:03:57.528ZJul 24 13:03:56.093 Jul 24 13:03:56.093DEBG 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 } }]
25632026-07-24T13:03:57.528Zreplacing 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 } }]
25642026-07-24T13:03:57.528ZJul 24 13:03:56.093 Jul 24 13:03:56.093INFO INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
25652026-07-24T13:03:57.528Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ffJul 24 13:03:56.093
25662026-07-24T13:03:57.528Z Jul 24 13:03:56.093INFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 24 13:03:56.093
25672026-07-24T13:03:57.528Z
25682026-07-24T13:03:57.528ZDEBG 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 } }]Jul 24 13:03:56.093
25692026-07-24T13:03:57.528ZJul 24 13:03:56.093 INFODEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
25702026-07-24T13:03:57.528ZJul 24 13:03:56.093
25712026-07-24T13:03:57.528Z INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
25722026-07-24T13:03:57.528ZJul 24 13:03:56.093Jul 24 13:03:56.093 DEBGINFO Jul 24 13:03:56.093 replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
25732026-07-24T13:03:57.528Z
25742026-07-24T13:03:57.528Z 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 } }]
25752026-07-24T13:03:57.528ZJul 24 13:03:56.093Jul 24 13:03:56.093 Jul 24 13:03:56.093 DEBG INFOINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
25762026-07-24T13:03:57.528Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
25772026-07-24T13:03:57.528Z
25782026-07-24T13:03:57.528ZJul 24 13:03:56.093Jul 24 13:03:56.093Jul 24 13:03:56.093 INFODEBGDEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
25792026-07-24T13:03:57.528Zadding route 3fff:dead::/64 -> 2001:db8::55:3
25802026-07-24T13:03:57.528Z
25812026-07-24T13:03:57.528ZJul 24 13:03:56.093Jul 24 13:03:56.093Jul 24 13:03:56.093 INFODEBGINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
25822026-07-24T13:03:57.528Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
25832026-07-24T13:03:57.528Z
25842026-07-24T13:03:57.528ZJul 24 13:03:56.093 Jul 24 13:03:56.093Jul 24 13:03:56.093DEBG INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 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 } }]
25852026-07-24T13:03:57.529Z
25862026-07-24T13:03:57.529Zreplacing 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 } }]
25872026-07-24T13:03:57.529ZJul 24 13:03:56.093Jul 24 13:03:56.093Jul 24 13:03:56.093 DEBGINFO 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 } }]
25882026-07-24T13:03:57.533Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
25892026-07-24T13:03:57.533Z
25902026-07-24T13:03:57.533ZJul 24 13:03:56.093Jul 24 13:03:56.093 Jul 24 13:03:56.093INFO DEBGadding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG
25912026-07-24T13:03:57.533Z 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 } }]
25922026-07-24T13:03:57.533Zreplacing 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 } }]
25932026-07-24T13:03:57.533ZJul 24 13:03:56.093Jul 24 13:03:56.093Jul 24 13:03:56.093 INFODEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFO
25942026-07-24T13:03:57.533Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25952026-07-24T13:03:57.533Ztest api_server::tests::test_build_info ... ok
25962026-07-24T13:03:57.533ZJul 24 13:03:56.093 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
25972026-07-24T13:03:57.533ZJul 24 13:03:56.093
25982026-07-24T13:03:57.533ZDEBG 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 } }]
25992026-07-24T13:03:57.533ZJul 24 13:03:56.093Jul 24 13:03:56.093 INFODEBG adding route 3fff:beef:2::/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 } }]
26002026-07-24T13:03:57.534Z
26012026-07-24T13:03:57.534ZJul 24 13:03:56.093 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 } }]
26022026-07-24T13:03:57.534ZJul 24 13:03:56.093 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffJul 24 13:03:56.093
26032026-07-24T13:03:57.534ZJul 24 13:03:56.093 DEBGINFO Jul 24 13:03:56.093replacing 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:3::/64 -> 2001:db8::55:ff
26042026-07-24T13:03:57.534Z
26052026-07-24T13:03:57.534ZDEBG 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 } }]
26062026-07-24T13:03:57.534ZJul 24 13:03:56.093Jul 24 13:03:56.093 Jul 24 13:03:56.093DEBGINFO 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 } }]
26072026-07-24T13:03:57.534Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFO
26082026-07-24T13:03:57.534Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
26092026-07-24T13:03:57.534ZJul 24 13:03:56.093 INFOJul 24 13:03:56.093 Jul 24 13:03:56.093adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
26102026-07-24T13:03:57.534Z DEBG DEBGreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26112026-07-24T13:03:57.534ZJul 24 13:03:56.093replacing 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 } }]
26122026-07-24T13:03:57.534ZDEBG 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 } }]
26132026-07-24T13:03:57.534ZJul 24 13:03:56.093Jul 24 13:03:56.093 INFOINFOJul 24 13:03:56.093 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
26142026-07-24T13:03:57.534Z
26152026-07-24T13:03:57.534Z adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
26162026-07-24T13:03:57.534ZJul 24 13:03:56.093 Jul 24 13:03:56.093DEBG Jul 24 13:03:56.093 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 } }]
26172026-07-24T13:03:57.534Z 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 } }]
26182026-07-24T13:03:57.534Zreplacing 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 } }]Jul 24 13:03:56.093
26192026-07-24T13:03:57.534Z INFO Jul 24 13:03:56.093adding route 3fff:beef:16::/64 -> 2001:db8::55:ffJul 24 13:03:56.093
26202026-07-24T13:03:57.534Z INFO INFOJul 24 13:03:56.093adding route 3fff:beef:6::/64 -> 2001:db8::55:ff DEBG
26212026-07-24T13:03:57.534Z adding route 3fff:beef:36::/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 } }]
26222026-07-24T13:03:57.534Z
26232026-07-24T13:03:57.534ZJul 24 13:03:56.093Jul 24 13:03:56.093 Jul 24 13:03:56.093 DEBG INFODEBG 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:17::/64 -> 2001:db8::55:ff
26242026-07-24T13:03:57.534Z
26252026-07-24T13:03:57.534Zreplacing 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 } }]
26262026-07-24T13:03:57.535ZJul 24 13:03:56.093Jul 24 13:03:56.093 Jul 24 13:03:56.093INFODEBG INFOadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
26272026-07-24T13:03:57.535Zreplacing 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:37::/64 -> 2001:db8::55:ff
26282026-07-24T13:03:57.535Z
26292026-07-24T13:03:57.535ZJul 24 13:03:56.093Jul 24 13:03:56.093Jul 24 13:03:56.093 DEBG INFODEBG 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: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:18::/64 -> 2001:db8::55:ff
26302026-07-24T13:03:57.535Z
26312026-07-24T13:03:57.535Z
26322026-07-24T13:03:57.535ZJul 24 13:03:56.093Jul 24 13:03:56.093Jul 24 13:03:56.093 INFODEBG INFOadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
26332026-07-24T13:03:57.535Z 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:8::/64 -> 2001:db8::55:ff
26342026-07-24T13:03:57.535Z
26352026-07-24T13:03:57.535ZJul 24 13:03:56.093 Jul 24 13:03:56.093DEBG Jul 24 13:03:56.093replacing 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
26362026-07-24T13:03:57.535ZINFO 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:19::/64 -> 2001:db8::55:ff
26372026-07-24T13:03:57.535Z
26382026-07-24T13:03:57.535ZJul 24 13:03:56.093 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
26392026-07-24T13:03:57.535ZJul 24 13:03:56.093Jul 24 13:03:56.093 Jul 24 13:03:56.093DEBG INFO DEBGreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 24 13:03:56.093adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
26402026-07-24T13:03:57.535Z
26412026-07-24T13:03:57.535ZDEBG 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 } }]Jul 24 13:03:56.093created new freemap
26422026-07-24T13:03:57.535Z, INFOunitJul 24 13:03:56.093 :adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
26432026-07-24T13:03:57.535Zfreemap_route_ipv4DEBGJul 24 13:03:56.093
26442026-07-24T13:03:57.535Z Jul 24 13:03:56.093replacing 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 } }]
26452026-07-24T13:03:57.535ZINFODEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffJul 24 13:03:56.093
26462026-07-24T13:03:57.535Z DEBGreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 24 13:03:56.093created new freemap
26472026-07-24T13:03:57.535ZJul 24 13:03:56.093, unit : Jul 24 13:03:56.093INFO DEBGINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:fffreemap_route_ipv6adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
26482026-07-24T13:03:57.535Z
26492026-07-24T13:03:57.535Zreplacing 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 } }]
26502026-07-24T13:03:57.535Z
26512026-07-24T13:03:57.535ZJul 24 13:03:56.093Jul 24 13:03:56.093Jul 24 13:03:56.093Jul 24 13:03:56.093 DEBGDEBGDEBGINFO 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 } }]initted freemap. size: 64
26522026-07-24T13:03:57.536Zadding route 3fff:beef:3b::/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 } }]unit
26532026-07-24T13:03:57.536Z: freemap_route_ipv4
26542026-07-24T13:03:57.536Z
26552026-07-24T13:03:57.536ZJul 24 13:03:56.093 INFOJul 24 13:03:56.093Jul 24 13:03:56.093 DEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
26562026-07-24T13:03:57.536ZJul 24 13:03:56.093INFO DEBG reset freemap adding route 3fff:beef:b::/64 -> 2001:db8::55:ffJul 24 13:03:56.093, 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 } }]
26572026-07-24T13:03:57.536Z
26582026-07-24T13:03:57.536ZDEBGunit: freemap_route_ipv4replacing 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 } }]
26592026-07-24T13:03:57.536Z
26602026-07-24T13:03:57.536ZJul 24 13:03:56.093Jul 24 13:03:56.093 DEBGJul 24 13:03:56.093Jul 24 13:03:56.093 INFO INFOreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26612026-07-24T13:03:57.536Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffinitted freemap. size: 64
26622026-07-24T13:03:57.536Z,
26632026-07-24T13:03:57.536Zunit: freemap_route_ipv6
26642026-07-24T13:03:57.536ZJul 24 13:03:56.093Jul 24 13:03:56.093 Jul 24 13:03:56.093DEBG DEBG Jul 24 13:03:56.093INFOreplacing 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:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
26652026-07-24T13:03:57.536Z reset freemap
26662026-07-24T13:03:57.536Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff, Jul 24 13:03:56.093unit
26672026-07-24T13:03:57.536Z Jul 24 13:03:56.093INFO: adding route 3fff:beef:1e::/64 -> 2001:db8::55:fffreemap_route_ipv6
26682026-07-24T13:03:57.536ZINFO
26692026-07-24T13:03:57.536Zadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
26702026-07-24T13:03:57.536ZJul 24 13:03:56.093Jul 24 13:03:56.093Jul 24 13:03:56.093 DEBG INFO Jul 24 13:03:56.093DEBGreplacing 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 } }]
26712026-07-24T13:03:57.536ZDEBG 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:dead::/64 -> 2001:db8::55:1
26722026-07-24T13:03:57.536ZJul 24 13:03:56.093
26732026-07-24T13:03:57.536Z 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 } }]INFOJul 24 13:03:56.093 Jul 24 13:03:56.093adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
26742026-07-24T13:03:57.537Z
26752026-07-24T13:03:57.537Z 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 } }]
26762026-07-24T13:03:57.537ZJul 24 13:03:56.094 INFOJul 24 13:03:56.094 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG
26772026-07-24T13:03:57.537Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]created new freemap
26782026-07-24T13:03:57.537Z, Jul 24 13:03:56.094unit :DEBG 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 } }]
26792026-07-24T13:03:57.537Z
26802026-07-24T13:03:57.537ZJul 24 13:03:56.094 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
26812026-07-24T13:03:57.537ZJul 24 13:03:56.094 DEBG initted freemap. size: 64Jul 24 13:03:56.094, unitDEBG: 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 } }]
26822026-07-24T13:03:57.537Z INFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffJul 24 13:03:56.094
26832026-07-24T13:03:57.537Z INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
26842026-07-24T13:03:57.537ZJul 24 13:03:56.094 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 } }]Jul 24 13:03:56.094
26852026-07-24T13:03:57.537Z 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 } }]Jul 24 13:03:56.094
26862026-07-24T13:03:57.537Z INFO adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff
26872026-07-24T13:03:57.537ZJul 24 13:03:56.094 Jul 24 13:03:56.094INFO DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
26882026-07-24T13:03:57.541Zreplacing 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 } }]
26892026-07-24T13:03:57.542Zfreemap_route_ipv4Jul 24 13:03:56.094Jul 24 13:03:56.094 DEBGDEBG
26902026-07-24T13:03:57.542Zfailed to allocate space for the new target listreplacing 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 } }]
26912026-07-24T13:03:57.542Z
26922026-07-24T13:03:57.542ZJul 24 13:03:56.094Jul 24 13:03:56.094 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
26932026-07-24T13:03:57.542Z
26942026-07-24T13:03:57.542ZJul 24 13:03:56.094Jul 24 13:03:56.094 Jul 24 13:03:56.094DEBGDEBG 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 } }]
26952026-07-24T13:03:57.542Z failed to allocate space for the new target listreset freemap
26962026-07-24T13:03:57.542Z, Jul 24 13:03:56.094unit :INFO freemap_route_ipv4adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
26972026-07-24T13:03:57.542Z
26982026-07-24T13:03:57.542ZJul 24 13:03:56.094 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 } }]Jul 24 13:03:56.094
26992026-07-24T13:03:57.542Z DEBG initted freemap. size: 64, Jul 24 13:03:56.094unit :INFO freemap_route_ipv6adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
27002026-07-24T13:03:57.542Z
27012026-07-24T13:03:57.542ZJul 24 13:03:56.094 Jul 24 13:03:56.094DEBG 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 } }]
27022026-07-24T13:03:57.542Zreset freemap, unitJul 24 13:03:56.094: INFOfreemap_route_ipv6
27032026-07-24T13:03:57.542Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
27042026-07-24T13:03:57.542ZJul 24 13:03:56.094 Jul 24 13:03:56.094INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
27052026-07-24T13:03:57.542Zreplacing 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 } }]
27062026-07-24T13:03:57.542ZJul 24 13:03:56.094Jul 24 13:03:56.094 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 } }]adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
27072026-07-24T13:03:57.542Z
27082026-07-24T13:03:57.542ZJul 24 13:03:56.094Jul 24 13:03:56.094 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
27092026-07-24T13:03:57.542Z
27102026-07-24T13:03:57.542ZJul 24 13:03:56.094Jul 24 13:03:56.094 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:16::/64 -> 2001:db8::55:ff
27112026-07-24T13:03:57.542Z
27122026-07-24T13:03:57.542ZJul 24 13:03:56.094Jul 24 13:03:56.094 DEBGINFO replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
27132026-07-24T13:03:57.543Z
27142026-07-24T13:03:57.543ZJul 24 13:03:56.094Jul 24 13:03:56.094 INFODEBG adding route 3fff:beef:17::/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 } }]
27152026-07-24T13:03:57.543Z
27162026-07-24T13:03:57.543ZJul 24 13:03:56.094Jul 24 13:03:56.094 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
27172026-07-24T13:03:57.543Z
27182026-07-24T13:03:57.543ZJul 24 13:03:56.094Jul 24 13:03:56.094 INFODEBG adding route 3fff:beef:18::/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 } }]
27192026-07-24T13:03:57.543Z
27202026-07-24T13:03:57.543ZJul 24 13:03:56.094Jul 24 13:03:56.094 DEBGINFO replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff
27212026-07-24T13:03:57.543Z
27222026-07-24T13:03:57.543ZJul 24 13:03:56.094Jul 24 13:03:56.094 INFODEBG 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 } }]
27232026-07-24T13:03:57.543Z
27242026-07-24T13:03:57.543ZJul 24 13:03:56.094Jul 24 13:03:56.094 INFODEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27252026-07-24T13:03:57.543Z
27262026-07-24T13:03:57.543ZJul 24 13:03:56.094Jul 24 13:03:56.094 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:1a::/64 -> 2001:db8::55:ff
27272026-07-24T13:03:57.543Z
27282026-07-24T13:03:57.543ZJul 24 13:03:56.094Jul 24 13:03:56.094 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:2::/64 -> 2001:db8::55:ff
27292026-07-24T13:03:57.543Z
27302026-07-24T13:03:57.543ZJul 24 13:03:56.094Jul 24 13:03:56.094 INFODEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27312026-07-24T13:03:57.543Z
27322026-07-24T13:03:57.543ZJul 24 13:03:56.094Jul 24 13:03:56.094 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:3::/64 -> 2001:db8::55:ff
27332026-07-24T13:03:57.543Z
27342026-07-24T13:03:57.543ZJul 24 13:03:56.094Jul 24 13:03:56.094 INFODEBG adding route 3fff:beef:1c::/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 } }]
27352026-07-24T13:03:57.543Z
27362026-07-24T13:03:57.543ZJul 24 13:03:56.094Jul 24 13:03:56.094 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:beef:4::/64 -> 2001:db8::55:ff
27372026-07-24T13:03:57.543Z
27382026-07-24T13:03:57.543ZJul 24 13:03:56.094Jul 24 13:03:56.094 INFODEBG adding route 3fff:beef:1d::/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 } }]
27392026-07-24T13:03:57.544Z
27402026-07-24T13:03:57.544ZJul 24 13:03:56.094Jul 24 13:03:56.094 INFODEBG adding route 3fff:beef:5::/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 } }]
27412026-07-24T13:03:57.544Z
27422026-07-24T13:03:57.544ZJul 24 13:03:56.094Jul 24 13:03:56.094 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:1e::/64 -> 2001:db8::55:ff
27432026-07-24T13:03:57.544Z
27442026-07-24T13:03:57.544ZJul 24 13:03:56.094Jul 24 13:03:56.094 DEBGINFO replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
27452026-07-24T13:03:57.544Z
27462026-07-24T13:03:57.544ZJul 24 13:03:56.094Jul 24 13:03:56.094 INFODEBG adding route 3fff:beef:1f::/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 } }]
27472026-07-24T13:03:57.544Z
27482026-07-24T13:03:57.544ZJul 24 13:03:56.094Jul 24 13:03:56.094 DEBGINFO replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
27492026-07-24T13:03:57.544Z
27502026-07-24T13:03:57.544ZJul 24 13:03:56.094Jul 24 13:03:56.094 INFODEBG adding route 3fff:beef:20::/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 } }]
27512026-07-24T13:03:57.544Z
27522026-07-24T13:03:57.544ZJul 24 13:03:56.094Jul 24 13:03:56.094 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:8::/64 -> 2001:db8::55:ff
27532026-07-24T13:03:57.544Z
27542026-07-24T13:03:57.544ZJul 24 13:03:56.094Jul 24 13:03:56.094 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:21::/64 -> 2001:db8::55:ff
27552026-07-24T13:03:57.544Z
27562026-07-24T13:03:57.544ZJul 24 13:03:56.094 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
27572026-07-24T13:03:57.544ZJul 24 13:03:56.094 Jul 24 13:03:56.094DEBG 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 } }]
27582026-07-24T13:03:57.544Zreplacing 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 } }]
27592026-07-24T13:03:57.544ZJul 24 13:03:56.094Jul 24 13:03:56.094 INFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
27602026-07-24T13:03:57.544Z
27612026-07-24T13:03:57.544ZJul 24 13:03:56.094Jul 24 13:03:56.094 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: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 } }]
27622026-07-24T13:03:57.544Z
27632026-07-24T13:03:57.544ZJul 24 13:03:56.094Jul 24 13:03:56.094 INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
27642026-07-24T13:03:57.544Z
27652026-07-24T13:03:57.545ZJul 24 13:03:56.094Jul 24 13:03:56.094 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: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 } }]
27662026-07-24T13:03:57.545Z
27672026-07-24T13:03:57.545ZJul 24 13:03:56.094Jul 24 13:03:56.094 INFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
27682026-07-24T13:03:57.545Z
27692026-07-24T13:03:57.545ZJul 24 13:03:56.094Jul 24 13:03:56.094 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: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 } }]
27702026-07-24T13:03:57.545Z
27712026-07-24T13:03:57.545ZJul 24 13:03:56.094Jul 24 13:03:56.094 INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
27722026-07-24T13:03:57.545Z
27732026-07-24T13:03:57.545ZJul 24 13:03:56.094Jul 24 13:03:56.094 DEBGDEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
27742026-07-24T13:03:57.546Z
27752026-07-24T13:03:57.546ZJul 24 13:03:56.094Jul 24 13:03:56.094 INFOINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
27762026-07-24T13:03:57.546Z
27772026-07-24T13:03:57.546ZJul 24 13:03:56.094Jul 24 13:03:56.094 DEBGDEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
27782026-07-24T13:03:57.546Z
27792026-07-24T13:03:57.546ZJul 24 13:03:56.094Jul 24 13:03:56.094 INFOINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
27802026-07-24T13:03:57.546Z
27812026-07-24T13:03:57.546ZJul 24 13:03:56.094Jul 24 13:03:56.094 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: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 } }]
27822026-07-24T13:03:57.546Z
27832026-07-24T13:03:57.546ZJul 24 13:03:56.094Jul 24 13:03:56.094 INFOINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
27842026-07-24T13:03:57.546Z
27852026-07-24T13:03:57.546ZJul 24 13:03:56.094Jul 24 13:03:56.094 DEBGDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
27862026-07-24T13:03:57.546Z
27872026-07-24T13:03:57.546ZJul 24 13:03:56.094Jul 24 13:03:56.094 INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
27882026-07-24T13:03:57.551Z
27892026-07-24T13:03:57.551ZJul 24 13:03:56.094Jul 24 13:03:56.094 DEBGDEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
27902026-07-24T13:03:57.551Z
27912026-07-24T13:03:57.551ZJul 24 13:03:56.094Jul 24 13:03:56.094 INFOINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
27922026-07-24T13:03:57.551Z
27932026-07-24T13:03:57.551ZJul 24 13:03:56.094Jul 24 13:03:56.094 DEBGDEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
27942026-07-24T13:03:57.551Z
27952026-07-24T13:03:57.551ZJul 24 13:03:56.094Jul 24 13:03:56.094 INFOINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
27962026-07-24T13:03:57.551Z
27972026-07-24T13:03:57.551ZJul 24 13:03:56.094Jul 24 13:03:56.094 DEBGDEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
27982026-07-24T13:03:57.551Z
27992026-07-24T13:03:57.551ZJul 24 13:03:56.094Jul 24 13:03:56.094 INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
28002026-07-24T13:03:57.551Z
28012026-07-24T13:03:57.551ZJul 24 13:03:56.094Jul 24 13:03:56.094 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: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 } }]
28022026-07-24T13:03:57.551Z
28032026-07-24T13:03:57.551ZJul 24 13:03:56.094Jul 24 13:03:56.094 INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
28042026-07-24T13:03:57.551Z
28052026-07-24T13:03:57.551ZJul 24 13:03:56.094 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 } }]
28062026-07-24T13:03:57.552ZJul 24 13:03:56.094Jul 24 13:03:56.094 DEBGINFO replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
28072026-07-24T13:03:57.552Z
28082026-07-24T13:03:57.552ZJul 24 13:03:56.094 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 } }]Jul 24 13:03:56.094
28092026-07-24T13:03:57.552Z INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
28102026-07-24T13:03:57.552ZJul 24 13:03:56.094 Jul 24 13:03:56.094INFO DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
28112026-07-24T13:03:57.552Zreplacing 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 } }]
28122026-07-24T13:03:57.552ZJul 24 13:03:56.094Jul 24 13:03:56.094 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 } }]Jul 24 13:03:56.094
28132026-07-24T13:03:57.552Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
28142026-07-24T13:03:57.552ZDEBG created new freemap, unitJul 24 13:03:56.094: Jul 24 13:03:56.094DEBG freemap_route_ipv4
28152026-07-24T13:03:57.552ZINFOreplacing 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 } }]
28162026-07-24T13:03:57.552Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
28172026-07-24T13:03:57.552ZJul 24 13:03:56.094Jul 24 13:03:56.094Jul 24 13:03:56.094 DEBGDEBGINFO created new freemapreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
28182026-07-24T13:03:57.552Z
28192026-07-24T13:03:57.552Z, unit: Jul 24 13:03:56.094Jul 24 13:03:56.094 freemap_route_ipv6INFO
28202026-07-24T13:03:57.552ZDEBG adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
28212026-07-24T13:03:57.552Zreplacing 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 } }]Jul 24 13:03:56.094
28222026-07-24T13:03:57.552ZJul 24 13:03:56.094 DEBGDEBG Jul 24 13:03:56.094replacing 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 } }]
28232026-07-24T13:03:57.552Zinitted freemap. size: 64INFO, unitadding route 3fff:beef:19::/64 -> 2001:db8::55:ff:
28242026-07-24T13:03:57.552Z Jul 24 13:03:56.094freemap_route_ipv4 INFO
28252026-07-24T13:03:57.552Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ffJul 24 13:03:56.094
28262026-07-24T13:03:57.552Z Jul 24 13:03:56.094DEBG 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 } }]Jul 24 13:03:56.094
28272026-07-24T13:03:57.552Z reset freemapDEBG, unitreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 24 13:03:56.094
28282026-07-24T13:03:57.552Z :INFO freemap_route_ipv4Jul 24 13:03:56.094adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
28292026-07-24T13:03:57.552Z
28302026-07-24T13:03:57.552ZINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
28312026-07-24T13:03:57.552ZJul 24 13:03:56.094Jul 24 13:03:56.094 DEBGDEBG Jul 24 13:03:56.094 initted freemap. size: 64replacing 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,
28322026-07-24T13:03:57.552Z unitreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
28332026-07-24T13:03:57.553Z freemap_route_ipv6Jul 24 13:03:56.094
28342026-07-24T13:03:57.553ZJul 24 13:03:56.094 INFO INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffJul 24 13:03:56.094
28352026-07-24T13:03:57.553Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
28362026-07-24T13:03:57.553ZDEBG reset freemapJul 24 13:03:56.094, Jul 24 13:03:56.094unit :DEBG DEBGfreemap_route_ipv6
28372026-07-24T13:03:57.553Zreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
28382026-07-24T13:03:57.553Z
28392026-07-24T13:03:57.553ZJul 24 13:03:56.094 INFO Jul 24 13:03:56.094adding route 172.16.0.0/32 -> 10.0.0.1
28402026-07-24T13:03:57.553ZINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
28412026-07-24T13:03:57.553ZJul 24 13:03:56.095 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 } }]Jul 24 13:03:56.095Jul 24 13:03:56.094
28422026-07-24T13:03:57.553ZDEBG 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 } }]INFOJul 24 13:03:56.095
28432026-07-24T13:03:57.553Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG
28442026-07-24T13:03:57.553ZJul 24 13:03:56.095 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
28452026-07-24T13:03:57.553Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
28462026-07-24T13:03:57.553ZJul 24 13:03:56.095 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 } }]Jul 24 13:03:56.095
28472026-07-24T13:03:57.553Ztest route::tests::grow_succeeds ... ok
28482026-07-24T13:03:57.553Z 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 } }]Jul 24 13:03:56.095
28492026-07-24T13:03:57.553Z INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
28502026-07-24T13:03:57.553ZJul 24 13:03:56.095 INFOJul 24 13:03:56.095 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG
28512026-07-24T13:03:57.553Z 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 } }]
28522026-07-24T13:03:57.553ZJul 24 13:03:56.095Jul 24 13:03:56.095 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:1e::/64 -> 2001:db8::55:ff
28532026-07-24T13:03:57.553Z
28542026-07-24T13:03:57.553ZJul 24 13:03:56.095Jul 24 13:03:56.095 DEBGINFO replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
28552026-07-24T13:03:57.553Z
28562026-07-24T13:03:57.553ZJul 24 13:03:56.095 Jul 24 13:03:56.095DEBG Jul 24 13:03:56.095INFO 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 } }]
28572026-07-24T13:03:57.553Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG
28582026-07-24T13:03:57.553Z created new freemapJul 24 13:03:56.095, unitINFO: Jul 24 13:03:56.095adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
28592026-07-24T13:03:57.554ZDEBGfreemap_route_ipv4
28602026-07-24T13:03:57.554Zreplacing 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 } }]
28612026-07-24T13:03:57.554ZJul 24 13:03:56.095 Jul 24 13:03:56.095DEBG Jul 24 13:03:56.095DEBGreplacing 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
28622026-07-24T13:03:57.554Z created new freemapadding route 3fff:beef:20::/64 -> 2001:db8::55:ff,
28632026-07-24T13:03:57.554ZunitJul 24 13:03:56.095: Jul 24 13:03:56.095INFOfreemap_route_ipv6
28642026-07-24T13:03:57.554Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG
28652026-07-24T13:03:57.554Z 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 } }]
28662026-07-24T13:03:57.554ZJul 24 13:03:56.095 DEBGJul 24 13:03:56.095 Jul 24 13:03:56.095 initted freemap. size: 64DEBG , 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 } }]INFO
28672026-07-24T13:03:57.554Z: adding route 3fff:beef:21::/64 -> 2001:db8::55:fffreemap_route_ipv4
28682026-07-24T13:03:57.554Z
28692026-07-24T13:03:57.554ZJul 24 13:03:56.095 INFOJul 24 13:03:56.095 Jul 24 13:03:56.095adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
28702026-07-24T13:03:57.554Z DEBGDEBG reset freemapreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], Jul 24 13:03:56.095
28712026-07-24T13:03:57.554Z unitDEBG: 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_ipv4Jul 24 13:03:56.095
28722026-07-24T13:03:57.554Z
28732026-07-24T13:03:57.554Z INFO Jul 24 13:03:56.095Jul 24 13:03:56.095 DEBGINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
28742026-07-24T13:03:57.554Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffinitted freemap. size: 64Jul 24 13:03:56.095 Jul 24 13:03:56.094DEBG created new freemap
28752026-07-24T13:03:57.554Z, , unit: unitfreemap_route_ipv4
28762026-07-24T13:03:57.554ZJul 24 13:03:56.095Jul 24 13:03:56.095 Jul 24 13:03:56.095: DEBG freemap_route_ipv6created new freemap
28772026-07-24T13:03:57.554Z, DEBGunitDEBG: freemap_route_ipv6
28782026-07-24T13:03:57.554Z Jul 24 13:03:56.095replacing 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 } }]Jul 24 13:03:56.095DEBG 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 } }] initted freemap. size: 64,
28792026-07-24T13:03:57.554Zunit : freemap_route_ipv4
28802026-07-24T13:03:57.554Zreplacing 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 } }]
28812026-07-24T13:03:57.554ZDEBG Jul 24 13:03:56.095
28822026-07-24T13:03:57.554Z DEBGJul 24 13:03:56.095 reset freemap, unit: reset freemapfreemap_route_ipv4,
28832026-07-24T13:03:57.554Z Jul 24 13:03:56.095INFO Jul 24 13:03:56.095 DEBG initted freemap. size: 64Jul 24 13:03:56.095, unitunit: freemap_route_ipv6INFO
28842026-07-24T13:03:57.555Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ffJul 24 13:03:56.095
28852026-07-24T13:03:57.555Z DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
28862026-07-24T13:03:57.555Zreset freemap, unitINFO: freemap_route_ipv6
28872026-07-24T13:03:57.555ZJul 24 13:03:56.095 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 } }] Jul 24 13:03:56.095 INFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 24 13:03:56.095
28882026-07-24T13:03:57.559Z
28892026-07-24T13:03:57.559Z 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 } }]Jul 24 13:03:56.095 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 } }]
28902026-07-24T13:03:57.559Z
28912026-07-24T13:03:57.559Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
28922026-07-24T13:03:57.559Z
28932026-07-24T13:03:57.559ZJul 24 13:03:56.095Jul 24 13:03:56.095 INFO Jul 24 13:03:56.095adding route 3fff:dead::/64 -> 2001:db8::55:1
28942026-07-24T13:03:57.559ZINFO adding route 172.16.0.0/32 -> 10.0.0.1
28952026-07-24T13:03:57.559ZJul 24 13:03:56.095 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 } }]
28962026-07-24T13:03:57.559ZINFOJul 24 13:03:56.095 adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 24 13:03:56.095
28972026-07-24T13:03:57.559Z
28982026-07-24T13:03:57.559ZJul 24 13:03:56.095 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 } }]
28992026-07-24T13:03:57.559ZJul 24 13:03:56.095Jul 24 13:03:56.095Jul 24 13:03:56.095Jul 24 13:03:56.095 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2
29002026-07-24T13:03:57.559ZDEBG Jul 24 13:03:56.095 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 } }]
29012026-07-24T13:03:57.559Zreplacing 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 } }]
29022026-07-24T13:03:57.559ZINFOJul 24 13:03:56.095 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffJul 24 13:03:56.095 INFO INFOadding route 3fff:beef::/64 -> 2001:db8::55:ff
29032026-07-24T13:03:57.559ZDEBG
29042026-07-24T13:03:57.559Z Jul 24 13:03:56.095 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 } }]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 } }]
29052026-07-24T13:03:57.560Z
29062026-07-24T13:03:57.560Z Jul 24 13:03:56.095 INFO Jul 24 13:03:56.095adding route 3fff:beef:1::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29072026-07-24T13:03:57.560Z
29082026-07-24T13:03:57.560Z Jul 24 13:03:56.095Jul 24 13:03:56.095 adding route 172.17.0.0/32 -> 10.0.0.255DEBG
29092026-07-24T13:03:57.560Z Jul 24 13:03:56.095replacing 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 } }]
29102026-07-24T13:03:57.560ZDEBG Jul 24 13:03:56.095 INFOreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29112026-07-24T13:03:57.560Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
29122026-07-24T13:03:57.560ZJul 24 13:03:56.095 INFODEBG Jul 24 13:03:56.095 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG
29132026-07-24T13:03:57.560Z 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 } }]
29142026-07-24T13:03:57.560ZINFO Jul 24 13:03:56.095 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffJul 24 13:03:56.095
29152026-07-24T13:03:57.560Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ffJul 24 13:03:56.095
29162026-07-24T13:03:57.560Z Jul 24 13:03:56.095DEBG 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 } }]Jul 24 13:03:56.095
29172026-07-24T13:03:57.561Z DEBGJul 24 13:03:56.095 INFOadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
29182026-07-24T13:03:57.561Z
29192026-07-24T13:03:57.561Z DEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 24 13:03:56.095replacing 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 } }]
29202026-07-24T13:03:57.561ZDEBG 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 } }]Jul 24 13:03:56.095
29212026-07-24T13:03:57.561Z INFOJul 24 13:03:56.095
29222026-07-24T13:03:57.561ZINFO adding route 172.17.0.1/32 -> 10.0.0.255adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
29232026-07-24T13:03:57.561Zreplacing 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 } }]
29242026-07-24T13:03:57.561ZJul 24 13:03:56.095 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 } }]Jul 24 13:03:56.095
29252026-07-24T13:03:57.561ZJul 24 13:03:56.095
29262026-07-24T13:03:57.561Z Jul 24 13:03:56.095INFO INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
29272026-07-24T13:03:57.561Z
29282026-07-24T13:03:57.561ZJul 24 13:03:56.095Jul 24 13:03:56.095Jul 24 13:03:56.095 Jul 24 13:03:56.095DEBG 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 } }]
29292026-07-24T13:03:57.561Z DEBGJul 24 13:03:56.095 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
29302026-07-24T13:03:57.561Zreplacing 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 } }]
29312026-07-24T13:03:57.561ZDEBG 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 } }]
29322026-07-24T13:03:57.561ZDEBGJul 24 13:03:56.095 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 } }]
29332026-07-24T13:03:57.561ZDEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
29342026-07-24T13:03:57.561ZJul 24 13:03:56.095 Jul 24 13:03:56.095 INFOJul 24 13:03:56.095 adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
29352026-07-24T13:03:57.561ZINFO adding route 172.17.0.2/32 -> 10.0.0.255
29362026-07-24T13:03:57.561Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ffJul 24 13:03:56.095
29372026-07-24T13:03:57.561Z 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 } }]
29382026-07-24T13:03:57.561ZJul 24 13:03:56.095Jul 24 13:03:56.095Jul 24 13:03:56.095 INFOINFO DEBGINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
29392026-07-24T13:03:57.561Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
29402026-07-24T13:03:57.561Zreplacing 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 } }]Jul 24 13:03:56.095
29412026-07-24T13:03:57.561ZJul 24 13:03:56.095 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 } }]
29422026-07-24T13:03:57.561Zadding route 3fff:beef:3e::/64 -> 2001:db8::55:ffDEBG
29432026-07-24T13:03:57.562Z Jul 24 13:03:56.095 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 } }]
29442026-07-24T13:03:57.562Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
29452026-07-24T13:03:57.562Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
29462026-07-24T13:03:57.562ZJul 24 13:03:56.095Jul 24 13:03:56.095 Jul 24 13:03:56.095 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 } }]
29472026-07-24T13:03:57.562Z INFOJul 24 13:03:56.095 adding route 172.17.0.3/32 -> 10.0.0.255adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBGJul 24 13:03:56.095 Jul 24 13:03:56.095INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
29482026-07-24T13:03:57.562ZDEBG 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: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 } }]
29492026-07-24T13:03:57.562Z
29502026-07-24T13:03:57.562ZJul 24 13:03:56.095 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 } }]
29512026-07-24T13:03:57.562Z
29522026-07-24T13:03:57.562Z
29532026-07-24T13:03:57.562ZJul 24 13:03:56.095 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffJul 24 13:03:56.095 Jul 24 13:03:56.095INFO
29542026-07-24T13:03:57.562Z adding route 3fff:beef:c::/64 -> 2001:db8::55:ffJul 24 13:03:56.095
29552026-07-24T13:03:57.562Z DEBG failed to allocate space for the new target listJul 24 13:03:56.095
29562026-07-24T13:03:57.562Z 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 } }]
29572026-07-24T13:03:57.562ZDEBGJul 24 13:03:56.095 Jul 24 13:03:56.095replacing 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 } }]
29582026-07-24T13:03:57.562Z 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 } }]Jul 24 13:03:56.095Jul 24 13:03:56.095 INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
29592026-07-24T13:03:57.562ZDEBG 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 } }]Jul 24 13:03:56.095
29602026-07-24T13:03:57.562Z
29612026-07-24T13:03:57.562Z 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 } }]Jul 24 13:03:56.095 INFO Jul 24 13:03:56.096Jul 24 13:03:56.096 DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff DEBGcreated new freemap
29622026-07-24T13:03:57.562Z, unitcreated new freemap:, Jul 24 13:03:56.101 freemap_route_ipv4Jul 24 13:03:56.101
29632026-07-24T13:03:57.562Z DEBG DEBGreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29642026-07-24T13:03:57.563Zreplacing 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 } }]
29652026-07-24T13:03:57.563Zadding route 172.17.0.4/32 -> 10.0.0.255Jul 24 13:03:56.101
29662026-07-24T13:03:57.563ZJul 24 13:03:56.101Jul 24 13:03:56.101 INFODEBG INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
29672026-07-24T13:03:57.563Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
29682026-07-24T13:03:57.563Zcreated new freemapJul 24 13:03:56.101Jul 24 13:03:56.101 , DEBGunitJul 24 13:03:56.101 DEBGreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
29692026-07-24T13:03:57.563Zreplacing 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 } }]
29702026-07-24T13:03:57.563Zreplacing 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 } }]: Jul 24 13:03:56.101freemap_route_ipv6
29712026-07-24T13:03:57.563Z
29722026-07-24T13:03:57.563ZINFO Jul 24 13:03:56.101adding route 172.17.0.5/32 -> 10.0.0.255 INFOJul 24 13:03:56.101
29732026-07-24T13:03:57.563Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFOJul 24 13:03:56.101
29742026-07-24T13:03:57.563Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ffJul 24 13:03:56.101
29752026-07-24T13:03:57.563ZDEBG initted freemap. size: 64DEBG, unitreplacing 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 } }]:Jul 24 13:03:56.101
29762026-07-24T13:03:57.564Zfreemap_route_ipv4DEBG
29772026-07-24T13:03:57.564Z Jul 24 13:03:56.101replacing 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 } }]
29782026-07-24T13:03:57.564ZJul 24 13:03:56.101DEBG 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 } }]Jul 24 13:03:56.101
29792026-07-24T13:03:57.564Z INFO DEBGJul 24 13:03:56.101 adding route 172.17.0.6/32 -> 10.0.0.255reset freemap
29802026-07-24T13:03:57.564Z, INFOunit :adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
29812026-07-24T13:03:57.564ZJul 24 13:03:56.101freemap_route_ipv4Jul 24 13:03:56.101 DEBG
29822026-07-24T13:03:57.564ZINFO Jul 24 13:03:56.101adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff DEBGJul 24 13:03:56.101replacing 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 } }]
29832026-07-24T13:03:57.564Z
29842026-07-24T13:03:57.564Zreplacing 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 } }]
29852026-07-24T13:03:57.564ZDEBG initted freemap. size: 64Jul 24 13:03:56.101, unitINFO:Jul 24 13:03:56.101 adding route 172.17.0.7/32 -> 10.0.0.255INFO
29862026-07-24T13:03:57.564Z Jul 24 13:03:56.101freemap_route_ipv6adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
29872026-07-24T13:03:57.564Z
29882026-07-24T13:03:57.568ZDEBGJul 24 13:03:56.101 Jul 24 13:03:56.101 Jul 24 13:03:56.101DEBGDEBG reset 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 } }], 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 } }] unit
29892026-07-24T13:03:57.568ZDEBG 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 } }]:
29902026-07-24T13:03:57.568Z
29912026-07-24T13:03:57.568ZJul 24 13:03:56.101 freemap_route_ipv6INFO
29922026-07-24T13:03:57.568ZJul 24 13:03:56.101Jul 24 13:03:56.101 INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffJul 24 13:03:56.101INFO
29932026-07-24T13:03:57.568Z
29942026-07-24T13:03:57.568Z adding route 172.17.0.8/32 -> 10.0.0.255INFO
29952026-07-24T13:03:57.568Z adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 24 13:03:56.101
29962026-07-24T13:03:57.568Z Jul 24 13:03:56.101DEBG DEBGJul 24 13:03:56.101 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 } }]
29972026-07-24T13:03:57.568ZJul 24 13:03:56.101replacing 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
29982026-07-24T13:03:57.568Z 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 } }]Jul 24 13:03:56.101
29992026-07-24T13:03:57.568Z Jul 24 13:03:56.101replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
30002026-07-24T13:03:57.569ZINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffJul 24 13:03:56.101
30012026-07-24T13:03:57.569Z
30022026-07-24T13:03:57.569ZJul 24 13:03:56.101INFO INFO Jul 24 13:03:56.101adding route 172.17.0.9/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBGJul 24 13:03:56.101
30032026-07-24T13:03:57.569Z 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 } }]
30042026-07-24T13:03:57.569Z
30052026-07-24T13:03:57.569ZDEBG 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 } }]Jul 24 13:03:56.101
30062026-07-24T13:03:57.569ZJul 24 13:03:56.101 DEBGDEBG Jul 24 13:03:56.101 Jul 24 13:03:56.101INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
30072026-07-24T13:03:57.569Z 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 } }] adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
30082026-07-24T13:03:57.569Z
30092026-07-24T13:03:57.569Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
30102026-07-24T13:03:57.569ZJul 24 13:03:56.101Jul 24 13:03:56.101 Jul 24 13:03:56.101INFOINFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3
30112026-07-24T13:03:57.569Zreplacing 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.10/32 -> 10.0.0.255
30122026-07-24T13:03:57.569ZJul 24 13:03:56.101
30132026-07-24T13:03:57.569ZDEBG Jul 24 13:03:56.101Jul 24 13:03:56.101 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
30142026-07-24T13:03:57.569Z
30152026-07-24T13:03:57.569ZJul 24 13:03:56.102 DEBG Jul 24 13:03:56.102replacing 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 } }]Jul 24 13:03:56.102
30162026-07-24T13:03:57.569Z 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 } }]DEBGINFO
30172026-07-24T13:03:57.569Z replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
30182026-07-24T13:03:57.569Z
30192026-07-24T13:03:57.569ZJul 24 13:03:56.102 INFOJul 24 13:03:56.102Jul 24 13:03:56.102 INFOINFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
30202026-07-24T13:03:57.569Z
30212026-07-24T13:03:57.569Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
30222026-07-24T13:03:57.569ZJul 24 13:03:56.102 DEBGJul 24 13:03:56.102Jul 24 13:03:56.102 Jul 24 13:03:56.102DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
30232026-07-24T13:03:57.569Z DEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
30242026-07-24T13:03:57.569Zreplacing 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 } }]Jul 24 13:03:56.102
30252026-07-24T13:03:57.569Z 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 } }]
30262026-07-24T13:03:57.569ZDEBGJul 24 13:03:56.102 replacing targets for 3fff:dead::/64 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 } }]Jul 24 13:03:56.102INFO Jul 24 13:03:56.102
30272026-07-24T13:03:57.570Z INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFO
30282026-07-24T13:03:57.570Z adding route 172.17.0.12/32 -> 10.0.0.255adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
30292026-07-24T13:03:57.570Z
30302026-07-24T13:03:57.570ZJul 24 13:03:56.102Jul 24 13:03:56.102Jul 24 13:03:56.102 DEBG DEBGreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30312026-07-24T13:03:57.570Zreplacing 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 } }]WARN
30322026-07-24T13:03:57.570Z Jul 24 13:03:56.102Jul 24 13:03:56.102shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) INFO
30332026-07-24T13:03:57.570Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG
30342026-07-24T13:03:57.570ZJul 24 13:03:56.102 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 } }]INFOJul 24 13:03:56.102
30352026-07-24T13:03:57.570Z Jul 24 13:03:56.102 adding route 172.17.0.13/32 -> 10.0.0.255ERRO
30362026-07-24T13:03:57.570Z DEBG rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }]
30372026-07-24T13:03:57.570Z
30382026-07-24T13:03:57.570ZJul 24 13:03:56.102Jul 24 13:03:56.102Jul 24 13:03:56.102 DEBGINFOERRO 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 } }]
30392026-07-24T13:03:57.570Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ffshrink-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
30402026-07-24T13:03:57.570ZJul 24 13:03:56.102
30412026-07-24T13:03:57.570Z Jul 24 13:03:56.102INFOJul 24 13:03:56.102 adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
30422026-07-24T13:03:57.570ZINFODEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.14/32 -> 10.0.0.255
30432026-07-24T13:03:57.570Z
30442026-07-24T13:03:57.570ZJul 24 13:03:56.102 DEBGJul 24 13:03:56.102Jul 24 13:03:56.102 unitreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] :INFO
30452026-07-24T13:03:57.570Ztest route::tests::rollback_on_compact_write_failure ... ok
30462026-07-24T13:03:57.570Z DEBG freemap_route_ipv4adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
30472026-07-24T13:03:57.570Z
30482026-07-24T13:03:57.570Zreplacing 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 } }]Jul 24 13:03:56.102
30492026-07-24T13:03:57.570Z INFOJul 24 13:03:56.102 Jul 24 13:03:56.102adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
30502026-07-24T13:03:57.570Z DEBGDEBGJul 24 13:03:56.102 created new freemapreplacing 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 } }]Jul 24 13:03:56.102
30512026-07-24T13:03:57.570Z , DEBGINFOunit : adding route 172.17.0.15/32 -> 10.0.0.255 Jul 24 13:03:56.102
30522026-07-24T13:03:57.570Z replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
30532026-07-24T13:03:57.570ZINFO
30542026-07-24T13:03:57.571Z Jul 24 13:03:56.102 DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
30552026-07-24T13:03:57.571Zreplacing 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 } }]Jul 24 13:03:56.102
30562026-07-24T13:03:57.571ZJul 24 13:03:56.102 INFODEBG Jul 24 13:03:56.102Jul 24 13:03:56.102 adding route 3fff:beef:32::/64 -> 2001:db8::55:ff initted freemap. size: 64DEBGINFO,
30572026-07-24T13:03:57.571Z unit:adding route 172.17.0.16/32 -> 10.0.0.255 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 } }]freemap_route_ipv4
30582026-07-24T13:03:57.571Z
30592026-07-24T13:03:57.571Z
30602026-07-24T13:03:57.571ZJul 24 13:03:56.102Jul 24 13:03:56.102Jul 24 13:03:56.102 DEBGJul 24 13:03:56.102 reset freemapDEBGINFO , 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 } }] unitDEBG
30612026-07-24T13:03:57.571Z 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:36::/64 -> 2001:db8::55:ff
30622026-07-24T13:03:57.571Z
30632026-07-24T13:03:57.571Z: freemap_route_ipv4Jul 24 13:03:56.102Jul 24 13:03:56.102 Jul 24 13:03:56.102INFO
30642026-07-24T13:03:57.571ZDEBGINFO adding route 3fff:beef:33::/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 } }]
30652026-07-24T13:03:57.571Z adding route 172.17.0.17/32 -> 10.0.0.255
30662026-07-24T13:03:57.571Z
30672026-07-24T13:03:57.571ZJul 24 13:03:56.102Jul 24 13:03:56.102 DEBGDEBGJul 24 13:03:56.102 initted freemap. size: 64Jul 24 13:03:56.102DEBG, unitreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:
30682026-07-24T13:03:57.571Z replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
30692026-07-24T13:03:57.572Zfreemap_route_ipv6
30702026-07-24T13:03:57.572Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
30712026-07-24T13:03:57.572ZJul 24 13:03:56.102 Jul 24 13:03:56.102INFO INFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
30722026-07-24T13:03:57.572Zadding route 172.17.0.18/32 -> 10.0.0.255Jul 24 13:03:56.102 DEBGJul 24 13:03:56.102 reset freemap
30732026-07-24T13:03:57.572Z, Jul 24 13:03:56.102unit Jul 24 13:03:56.096: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 } }]DEBGfreemap_route_ipv6
30742026-07-24T13:03:57.572Z
30752026-07-24T13:03:57.572Zcreated new freemap, unitDEBG created new freemapJul 24 13:03:56.109, unit:: Jul 24 13:03:56.109 freemap_route_ipv4
30762026-07-24T13:03:57.572Z freemap_route_ipv4INFO
30772026-07-24T13:03:57.572Z INFOadding route 172.16.0.0/32 -> 10.0.0.1 Jul 24 13:03:56.109adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
30782026-07-24T13:03:57.572Z DEBG
30792026-07-24T13:03:57.572Zcreated new freemap, Jul 24 13:03:56.109unit :Jul 24 13:03:56.109 DEBG DEBGcreated new freemapfreemap_route_ipv6,
30802026-07-24T13:03:57.572Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Jul 24 13:03:56.109
30812026-07-24T13:03:57.572Z DEBG unitreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:Jul 24 13:03:56.109
30822026-07-24T13:03:57.572Z freemap_route_ipv6Jul 24 13:03:56.109INFO
30832026-07-24T13:03:57.572Z Jul 24 13:03:56.109 adding route 172.16.0.0/32 -> 10.0.0.2DEBG
30842026-07-24T13:03:57.572Zinitted freemap. size: 64Jul 24 13:03:56.109INFO, unitadding route 3fff:beef:f::/64 -> 2001:db8::55:ff:
30852026-07-24T13:03:57.572Zfreemap_route_ipv4
30862026-07-24T13:03:57.572ZDEBGJul 24 13:03:56.109 DEBGJul 24 13:03:56.109 DEBGJul 24 13:03:56.109 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 } }]initted freemap. size: 64
30872026-07-24T13:03:57.572Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
30882026-07-24T13:03:57.577Z, reset freemapunit, :Jul 24 13:03:56.109unit :Jul 24 13:03:56.109 INFO freemap_route_ipv4INFO freemap_route_ipv4
30892026-07-24T13:03:57.577Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 172.17.0.0/32 -> 10.0.0.255
30902026-07-24T13:03:57.577Z
30912026-07-24T13:03:57.577Z
30922026-07-24T13:03:57.577ZJul 24 13:03:56.109Jul 24 13:03:56.109Jul 24 13:03:56.109 DEBGDEBG DEBGinitted freemap. size: 64 , 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 } }]unit
30932026-07-24T13:03:57.577Z: 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
30942026-07-24T13:03:57.577ZJul 24 13:03:56.109
30952026-07-24T13:03:57.577ZJul 24 13:03:56.109 DEBG INFOJul 24 13:03:56.109Jul 24 13:03:56.109 reset freemap DEBGINFOadding route 172.17.0.1/32 -> 10.0.0.255 , adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
30962026-07-24T13:03:57.577Z
30972026-07-24T13:03:57.577Zreset freemapunit, :unitJul 24 13:03:56.109 :Jul 24 13:03:56.109 DEBGDEBGfreemap_route_ipv6freemap_route_ipv4 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 } }]
30982026-07-24T13:03:57.577Z
30992026-07-24T13:03:57.577Z
31002026-07-24T13:03:57.577Zreplacing 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 } }]
31012026-07-24T13:03:57.577ZJul 24 13:03:56.109Jul 24 13:03:56.109 Jul 24 13:03:56.109DEBG INFOinitted freemap. size: 64Jul 24 13:03:56.109 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFOINFO
31022026-07-24T13:03:57.577Z adding route 3fff:dead::/64 -> 2001:db8::55:1
31032026-07-24T13:03:57.577Zadding route 172.17.0.2/32 -> 10.0.0.255,
31042026-07-24T13:03:57.577ZJul 24 13:03:56.109 DEBG Jul 24 13:03:56.109replacing 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 } }]
31052026-07-24T13:03:57.577ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
31062026-07-24T13:03:57.577Z:Jul 24 13:03:56.110 freemap_route_ipv6INFOJul 24 13:03:56.110
31072026-07-24T13:03:57.577Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFO
31082026-07-24T13:03:57.578Z adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 24 13:03:56.109
31092026-07-24T13:03:57.578Z DEBG Jul 24 13:03:56.110replacing 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 } }] Jul 24 13:03:56.110
31102026-07-24T13:03:57.578ZDEBG 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
31112026-07-24T13:03:57.578Z Jul 24 13:03:56.110Jul 24 13:03:56.110 DEBGreset freemap replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }], INFOunitJul 24 13:03:56.110
31122026-07-24T13:03:57.578Z INFOadding route 172.17.0.3/32 -> 10.0.0.255:
31132026-07-24T13:03:57.578Z freemap_route_ipv6 Jul 24 13:03:56.110
31142026-07-24T13:03:57.578Z INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
31152026-07-24T13:03:57.578Zadding route 3fff:dead::/64 -> 2001:db8::55:3
31162026-07-24T13:03:57.578ZJul 24 13:03:56.110 Jul 24 13:03:56.110 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
31172026-07-24T13:03:57.578Z
31182026-07-24T13:03:57.578ZJul 24 13:03:56.110Jul 24 13:03:56.110 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
31192026-07-24T13:03:57.578Z
31202026-07-24T13:03:57.578ZJul 24 13:03:56.110 INFO Jul 24 13:03:56.110adding route 172.17.0.4/32 -> 10.0.0.255
31212026-07-24T13:03:57.578Z INFOJul 24 13:03:56.110 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffJul 24 13:03:56.110
31222026-07-24T13:03:57.578ZINFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 Jul 24 13:03:56.110replacing 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 } }]
31232026-07-24T13:03:57.578Z
31242026-07-24T13:03:57.578ZJul 24 13:03:56.110 DEBG DEBGJul 24 13:03:56.110Jul 24 13:03:56.110 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
31252026-07-24T13:03:57.578Z
31262026-07-24T13:03:57.578Z DEBGadding route 172.17.0.5/32 -> 10.0.0.255
31272026-07-24T13:03:57.578ZJul 24 13:03:56.110replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] Jul 24 13:03:56.110
31282026-07-24T13:03:57.578ZINFOJul 24 13:03:56.110 INFODEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
31292026-07-24T13:03:57.578ZJul 24 13:03:56.110replacing 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 } }]
31302026-07-24T13:03:57.578ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
31312026-07-24T13:03:57.578ZJul 24 13:03:56.110
31322026-07-24T13:03:57.578Z DEBGJul 24 13:03:56.110 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 } }]Jul 24 13:03:56.110INFO
31332026-07-24T13:03:57.578Z adding route 172.17.0.6/32 -> 10.0.0.255Jul 24 13:03:56.110
31342026-07-24T13:03:57.578Z WARNDEBGJul 24 13:03:56.110 shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 24 13:03:56.110
31352026-07-24T13:03:57.579ZINFO
31362026-07-24T13:03:57.579Z DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
31372026-07-24T13:03:57.579Z
31382026-07-24T13:03:57.579ZJul 24 13:03:56.110Jul 24 13:03:56.109Jul 24 13:03:56.110 DEBG 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 } }] Jul 24 13:03:56.110
31392026-07-24T13:03:57.579Zadding route 172.17.0.7/32 -> 10.0.0.255
31402026-07-24T13:03:57.579ZINFOINFO Jul 24 13:03:56.110adding route 3fff:dead::/64 -> 2001:db8::55:3 Jul 24 13:03:56.110adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
31412026-07-24T13:03:57.579ZINFO
31422026-07-24T13:03:57.579Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG
31432026-07-24T13:03:57.579Zreplacing 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 } }]
31442026-07-24T13:03:57.579ZJul 24 13:03:56.110 DEBG Jul 24 13:03:56.110replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
31452026-07-24T13:03:57.579ZJul 24 13:03:56.110Jul 24 13:03:56.110 INFODEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255
31462026-07-24T13:03:57.579Z
31472026-07-24T13:03:57.579ZDEBG Jul 24 13:03:56.110replacing 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 } }] INFOJul 24 13:03:56.110
31482026-07-24T13:03:57.579Z Jul 24 13:03:56.110 INFODEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 Jul 24 13:03:56.110adding route 3fff:beef:39::/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 } }]
31492026-07-24T13:03:57.579Z
31502026-07-24T13:03:57.579Z
31512026-07-24T13:03:57.579ZINFOJul 24 13:03:56.110 Jul 24 13:03:56.110Jul 24 13:03:56.110 adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
31522026-07-24T13:03:57.579ZDEBG DEBGINFO adding route 172.17.0.9/32 -> 10.0.0.255
31532026-07-24T13:03:57.579Zreplacing 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 } }]Jul 24 13:03:56.110replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
31542026-07-24T13:03:57.579ZDEBG
31552026-07-24T13:03:57.579Zreplacing 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 } }]
31562026-07-24T13:03:57.579ZJul 24 13:03:56.110 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 } }]Jul 24 13:03:56.110
31572026-07-24T13:03:57.579Z 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 } }]Jul 24 13:03:56.110
31582026-07-24T13:03:57.579Z Jul 24 13:03:56.110Jul 24 13:03:56.110 INFO INFOINFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
31592026-07-24T13:03:57.579Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff adding route 172.17.0.10/32 -> 10.0.0.255
31602026-07-24T13:03:57.579Z
31612026-07-24T13:03:57.579ZJul 24 13:03:56.110 DEBG Jul 24 13:03:56.110replacing 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 } }]
31622026-07-24T13:03:57.579ZDEBG 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 } }]
31632026-07-24T13:03:57.580ZJul 24 13:03:56.110 INFO Jul 24 13:03:56.110adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
31642026-07-24T13:03:57.580ZINFO adding route 172.17.0.11/32 -> 10.0.0.255
31652026-07-24T13:03:57.580ZJul 24 13:03:56.095Jul 24 13:03:56.110 Jul 24 13:03:56.110DEBG Jul 24 13:03:56.110 DEBG DEBGreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 24 13:03:56.110
31662026-07-24T13:03:57.580Zreplacing 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
31672026-07-24T13:03:57.580ZDEBGcreated new freemap Jul 24 13:03:56.110 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 } }],
31682026-07-24T13:03:57.580Zreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
31692026-07-24T13:03:57.580ZJul 24 13:03:56.110INFO: Jul 24 13:03:56.110INFO INFOJul 24 13:03:56.110adding route 3fff:beef:35::/64 -> 2001:db8::55:ff freemap_route_ipv4 adding route 172.17.0.12/32 -> 10.0.0.255 INFO
31702026-07-24T13:03:57.580Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
31712026-07-24T13:03:57.580Ztest route::tests::rollback_on_index_readd_failure ... ok
31722026-07-24T13:03:57.580Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
31732026-07-24T13:03:57.580Z
31742026-07-24T13:03:57.580Z
31752026-07-24T13:03:57.580ZJul 24 13:03:56.110 Jul 24 13:03:56.110DEBGJul 24 13:03:56.110 Jul 24 13:03:56.110DEBG 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 Jul 24 13:03:56.110replacing 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: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 } }]
31762026-07-24T13:03:57.580ZJul 24 13:03:56.110 DEBG Jul 24 13:03:56.118created new freemap , unitDEBG: freemap_route_ipv4
31772026-07-24T13:03:57.580Zfailed to allocate space for the new target list
31782026-07-24T13:03:57.580Z
31792026-07-24T13:03:57.580Z 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 } }]Jul 24 13:03:56.118 Jul 24 13:03:56.118DEBG
31802026-07-24T13:03:57.580ZDEBG
31812026-07-24T13:03:57.580Z replacing targets for 3fff:dead::/64 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 } }]
31822026-07-24T13:03:57.580Zcreated new freemap, unit: freemap_route_ipv6
31832026-07-24T13:03:57.580ZJul 24 13:03:56.118Jul 24 13:03:56.118 INFODEBG adding route 3fff:beef:36::/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 } }]
31842026-07-24T13:03:57.580Z
31852026-07-24T13:03:57.580ZJul 24 13:03:56.118Jul 24 13:03:56.118 INFODEBG adding route 172.17.0.13/32 -> 10.0.0.255initted freemap. size: 64
31862026-07-24T13:03:57.580ZJul 24 13:03:56.118Jul 24 13:03:56.118, unit INFODEBG :adding route 172.17.0.19/32 -> 10.0.0.255 replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
31872026-07-24T13:03:57.580ZJul 24 13:03:56.118
31882026-07-24T13:03:57.584ZDEBGfreemap_route_ipv4 Jul 24 13:03:56.118
31892026-07-24T13:03:57.585Z 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.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 } }]
31902026-07-24T13:03:57.585ZJul 24 13:03:56.118Jul 24 13:03:56.118
31912026-07-24T13:03:57.585Z INFODEBG Jul 24 13:03:56.118adding route 3fff:beef:37::/64 -> 2001:db8::55:ffJul 24 13:03:56.118 INFO
31922026-07-24T13:03:57.585Zadding route 172.17.0.20/32 -> 10.0.0.255reset freemapINFO,
31932026-07-24T13:03:57.585Z adding route 172.17.0.14/32 -> 10.0.0.255Jul 24 13:03:56.118unit:
31942026-07-24T13:03:57.585Z Jul 24 13:03:56.118DEBG freemap_route_ipv4DEBG
31952026-07-24T13:03:57.585Z Jul 24 13:03:56.118replacing 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 } }]
31962026-07-24T13:03:57.585Zreplacing 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
31972026-07-24T13:03:57.585Z 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 } }]
31982026-07-24T13:03:57.585ZJul 24 13:03:56.118Jul 24 13:03:56.118 INFODEBG initted freemap. size: 64 , adding route 172.17.0.21/32 -> 10.0.0.255unitJul 24 13:03:56.118:Jul 24 13:03:56.118
31992026-07-24T13:03:57.585Z INFO INFO freemap_route_ipv6 Jul 24 13:03:56.118adding route 172.17.0.15/32 -> 10.0.0.255adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
32002026-07-24T13:03:57.585Z
32012026-07-24T13:03:57.585Z
32022026-07-24T13:03:57.585Z DEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 24 13:03:56.118Jul 24 13:03:56.118 DEBGDEBG reset freemapreplacing 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 } }],
32032026-07-24T13:03:57.585ZJul 24 13:03:56.118
32042026-07-24T13:03:57.585Zunit : DEBG freemap_route_ipv6replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
32052026-07-24T13:03:57.585Z
32062026-07-24T13:03:57.585ZJul 24 13:03:56.118Jul 24 13:03:56.118 INFO INFOadding route 172.17.0.22/32 -> 10.0.0.255 Jul 24 13:03:56.118adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
32072026-07-24T13:03:57.585Z
32082026-07-24T13:03:57.585ZINFO adding route 172.17.0.16/32 -> 10.0.0.255
32092026-07-24T13:03:57.585ZJul 24 13:03:56.118Jul 24 13:03:56.118 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 } }]
32102026-07-24T13:03:57.585ZJul 24 13:03:56.118 Jul 24 13:03:56.118Jul 24 13:03:56.118 DEBGINFO 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 } }]
32112026-07-24T13:03:57.585Zreplacing 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:3a::/64 -> 2001:db8::55:ff
32122026-07-24T13:03:57.585ZINFO
32132026-07-24T13:03:57.585ZJul 24 13:03:56.118 INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
32142026-07-24T13:03:57.585Zadding route 172.17.0.23/32 -> 10.0.0.255Jul 24 13:03:56.118Jul 24 13:03:56.118 DEBG
32152026-07-24T13:03:57.586ZINFO Jul 24 13:03:56.118 adding route 172.17.0.17/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 } }]
32162026-07-24T13:03:57.586ZDEBG
32172026-07-24T13:03:57.587ZJul 24 13:03:56.118 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
32182026-07-24T13:03:57.587ZDEBG Jul 24 13:03:56.118Jul 24 13:03:56.118 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 } }]
32192026-07-24T13:03:57.587ZINFODEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
32202026-07-24T13:03:57.587ZJul 24 13:03:56.118
32212026-07-24T13:03:57.587ZDEBG Jul 24 13:03:56.118 created new freemapINFO, INFOunitJul 24 13:03:56.118adding route 3fff:dead::/64 -> 2001:db8::55:2:
32222026-07-24T13:03:57.587Z Jul 24 13:03:56.118 freemap_route_ipv6adding route 172.17.0.18/32 -> 10.0.0.255INFO
32232026-07-24T13:03:57.587Z DEBG
32242026-07-24T13:03:57.587Zadding route 172.17.0.24/32 -> 10.0.0.255
32252026-07-24T13:03:57.587Zreplacing 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 } }]
32262026-07-24T13:03:57.587ZJul 24 13:03:56.118 DEBGJul 24 13:03:56.118 Jul 24 13:03:56.118initted freemap. size: 64Jul 24 13:03:56.118 , DEBG DEBGDEBG unitJul 24 13:03:56.118 replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]: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
32272026-07-24T13:03:57.587Zfreemap_route_ipv4
32282026-07-24T13:03:57.587Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
32292026-07-24T13:03:57.587Z
32302026-07-24T13:03:57.587Z
32312026-07-24T13:03:57.588ZJul 24 13:03:56.118Jul 24 13:03:56.118Jul 24 13:03:56.118 Jul 24 13:03:56.118 Jul 24 13:03:56.118DEBGINFO 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 } }]INFO
32322026-07-24T13:03:57.588Z adding route 3fff:dead::/64 -> 2001:db8::55:3INFO
32332026-07-24T13:03:57.588Z adding route 172.17.0.19/32 -> 10.0.0.255
32342026-07-24T13:03:57.588Zadding route 172.17.0.25/32 -> 10.0.0.255Jul 24 13:03:56.118
32352026-07-24T13:03:57.588ZDEBGJul 24 13:03:56.118DEBG DEBGJul 24 13:03:56.118 failed to allocate space for the new target list
32362026-07-24T13:03:57.588Zreset freemapDEBG 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 } }]Jul 24 13:03:56.118, DEBG
32372026-07-24T13:03:57.588Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]unitreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:
32382026-07-24T13:03:57.588Z Jul 24 13:03:56.118
32392026-07-24T13:03:57.588Zfreemap_route_ipv4
32402026-07-24T13:03:57.588ZINFOJul 24 13:03:56.118Jul 24 13:03:56.118 adding route 172.17.0.20/32 -> 10.0.0.255INFOJul 24 13:03:56.118
32412026-07-24T13:03:57.588Z adding route 172.17.0.26/32 -> 10.0.0.255DEBG
32422026-07-24T13:03:57.588Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 24 13:03:56.118
32432026-07-24T13:03:57.588ZDEBG INFOJul 24 13:03:56.118Jul 24 13:03:56.118 initted freemap. size: 64DEBG, 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
32442026-07-24T13:03:57.588Z replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4unit
32452026-07-24T13:03:57.588Ztest route::tests::rollback_on_compact_delete_failure ... ok
32462026-07-24T13:03:57.588Z
32472026-07-24T13:03:57.588ZJul 24 13:03:56.118: freemap_route_ipv6INFO
32482026-07-24T13:03:57.588Zadding route 172.17.0.27/32 -> 10.0.0.255Jul 24 13:03:56.118
32492026-07-24T13:03:57.588ZINFOJul 24 13:03:56.118Jul 24 13:03:56.118 adding route 172.17.0.21/32 -> 10.0.0.255 Jul 24 13:03:56.118
32502026-07-24T13:03:57.588Z 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 } }]Jul 24 13:03:56.118DEBG
32512026-07-24T13:03:57.588Z DEBG reset freemap , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]Jul 24 13:03:56.118
32522026-07-24T13:03:57.588Zreplacing 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
32532026-07-24T13:03:57.588Z:INFO adding route 172.17.0.28/32 -> 10.0.0.255Jul 24 13:03:56.118Jul 24 13:03:56.118freemap_route_ipv6
32542026-07-24T13:03:57.588Z
32552026-07-24T13:03:57.588Z INFO DEBGadding route 172.17.0.22/32 -> 10.0.0.255Jul 24 13:03:56.118
32562026-07-24T13:03:57.588Z Jul 24 13:03:56.118replacing targets for 3fff:dead::/64 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 } }] 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 3fff:dead::/64 -> 2001:db8::55:1
32572026-07-24T13:03:57.588Z
32582026-07-24T13:03:57.589ZJul 24 13:03:56.118
32592026-07-24T13:03:57.589Z DEBGJul 24 13:03:56.118Jul 24 13:03:56.118 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 } }]WARN
32602026-07-24T13:03:57.589ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Jul 24 13:03:56.118
32612026-07-24T13:03:57.589Z
32622026-07-24T13:03:57.589ZJul 24 13:03:56.118INFO INFO adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.23/32 -> 10.0.0.255
32632026-07-24T13:03:57.589Z
32642026-07-24T13:03:57.589ZJul 24 13:03:56.118 Jul 24 13:03:56.118Jul 24 13:03:56.118 DEBGDEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
32652026-07-24T13:03:57.589Zreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:2
32662026-07-24T13:03:57.589Z
32672026-07-24T13:03:57.589ZJul 24 13:03:56.118 INFO Jul 24 13:03:56.118Jul 24 13:03:56.118adding route 172.17.0.30/32 -> 10.0.0.255
32682026-07-24T13:03:57.589Z 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 } }]
32692026-07-24T13:03:57.589Zadding route 172.17.0.24/32 -> 10.0.0.255
32702026-07-24T13:03:57.589Z
32712026-07-24T13:03:57.589ZJul 24 13:03:56.118Jul 24 13:03:56.118 Jul 24 13:03:56.118DEBG Jul 24 13:03:56.118 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 } }]
32722026-07-24T13:03:57.589ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:3 replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
32732026-07-24T13:03:57.589Z
32742026-07-24T13:03:57.589Z Jul 24 13:03:56.118adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff INFOJul 24 13:03:56.118
32752026-07-24T13:03:57.589Zadding route 172.17.0.25/32 -> 10.0.0.255Jul 24 13:03:56.118
32762026-07-24T13:03:57.589Z 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 } }]Jul 24 13:03:56.118 DEBG
32772026-07-24T13:03:57.589Z 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 } }]
32782026-07-24T13:03:57.589ZJul 24 13:03:56.118Jul 24 13:03:56.118Jul 24 13:03:56.118 INFOINFO adding route 172.17.0.26/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:4
32792026-07-24T13:03:57.589Z
32802026-07-24T13:03:57.589ZDEBG 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 } }]
32812026-07-24T13:03:57.589ZJul 24 13:03:56.118Jul 24 13:03:56.118 DEBGJul 24 13:03:56.118 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
32822026-07-24T13:03:57.589ZINFO DEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
32832026-07-24T13:03:57.589Zreplacing 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 } }]
32842026-07-24T13:03:57.589ZJul 24 13:03:56.119Jul 24 13:03:56.119 DEBG Jul 24 13:03:56.127created new freemap , INFO DEBGunit :created new freemap , freemap_route_ipv4adding route 172.17.0.27/32 -> 10.0.0.255
32852026-07-24T13:03:57.589Zunit
32862026-07-24T13:03:57.590Z: Jul 24 13:03:56.127Jul 24 13:03:56.127 freemap_route_ipv4Jul 24 13:03:56.119
32872026-07-24T13:03:57.590Z DEBGDEBG DEBG created new freemap Jul 24 13:03:56.127replacing 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 } }]created new freemapadding route 172.17.0.31/32 -> 10.0.0.255,
32882026-07-24T13:03:57.594Z
32892026-07-24T13:03:57.594Z, unitunit:: freemap_route_ipv6freemap_route_ipv4
32902026-07-24T13:03:57.594ZJul 24 13:03:56.127
32912026-07-24T13:03:57.594ZDEBG Jul 24 13:03:56.127INFO DEBG created new freemapreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.28/32 -> 10.0.0.255
32922026-07-24T13:03:57.594Z, unit:
32932026-07-24T13:03:57.594ZJul 24 13:03:56.127 freemap_route_ipv6INFOJul 24 13:03:56.127
32942026-07-24T13:03:57.594ZDEBGJul 24 13:03:56.127adding route 172.17.0.32/32 -> 10.0.0.255 Jul 24 13:03:56.127DEBG
32952026-07-24T13:03:57.594Z 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 } }]initted freemap. size: 64created new freemap
32962026-07-24T13:03:57.594Z, unitJul 24 13:03:56.127, : DEBGfreemap_route_ipv4unit:
32972026-07-24T13:03:57.594Zfreemap_route_ipv6replacing 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 } }]Jul 24 13:03:56.127
32982026-07-24T13:03:57.594Z
32992026-07-24T13:03:57.594ZJul 24 13:03:56.127 INFOJul 24 13:03:56.127 adding route 172.17.0.29/32 -> 10.0.0.255DEBG
33002026-07-24T13:03:57.594ZJul 24 13:03:56.127Jul 24 13:03:56.127DEBG initted freemap. size: 64 Jul 24 13:03:56.127INFO, DEBGreset freemapunit, adding route 172.17.0.33/32 -> 10.0.0.255:
33012026-07-24T13:03:57.594ZunitDEBG: replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] initted freemap. size: 64freemap_route_ipv4, Jul 24 13:03:56.127
33022026-07-24T13:03:57.594Z freemap_route_ipv4unit
33032026-07-24T13:03:57.594Z: Jul 24 13:03:56.127
33042026-07-24T13:03:57.594ZDEBG freemap_route_ipv4INFOreplacing 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 } }]
33052026-07-24T13:03:57.594Z
33062026-07-24T13:03:57.595Zadding route 172.17.0.30/32 -> 10.0.0.255
33072026-07-24T13:03:57.595ZJul 24 13:03:56.127 Jul 24 13:03:56.127Jul 24 13:03:56.127DEBG INFOJul 24 13:03:56.127 Jul 24 13:03:56.127 adding route 172.17.0.34/32 -> 10.0.0.255reset freemapDEBGDEBG
33082026-07-24T13:03:57.595Z , 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 } }]initted freemap. size: 64
33092026-07-24T13:03:57.595Z, unitunitDEBG:Jul 24 13:03:56.127Jul 24 13:03:56.127 freemap_route_ipv6INFO
33102026-07-24T13:03:57.595Z :adding route 172.17.0.31/32 -> 10.0.0.255DEBG
33112026-07-24T13:03:57.595Zreset freemap , replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4
33122026-07-24T13:03:57.595Zunit:
33132026-07-24T13:03:57.595Z freemap_route_ipv4Jul 24 13:03:56.128Jul 24 13:03:56.128 Jul 24 13:03:56.128INFODEBG DEBG
33142026-07-24T13:03:57.595Zadding route 172.17.0.35/32 -> 10.0.0.255Jul 24 13:03:56.128
33152026-07-24T13:03:57.595Z reset freemap 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, initted freemap. size: 64unit, :
33162026-07-24T13:03:57.596Z unitJul 24 13:03:56.128freemap_route_ipv6 :Jul 24 13:03:56.128
33172026-07-24T13:03:57.596Z DEBGJul 24 13:03:56.128 DEBGINFO replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255
33182026-07-24T13:03:57.596ZJul 24 13:03:56.128
33192026-07-24T13:03:57.596Z INFOfreemap_route_ipv6initted freemap. size: 64 , Jul 24 13:03:56.128Jul 24 13:03:56.128 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
33202026-07-24T13:03:57.596Z
33212026-07-24T13:03:57.596Zunit DEBG adding route 172.17.0.36/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 } }]
33222026-07-24T13:03:57.596Z:
33232026-07-24T13:03:57.596Zfreemap_route_ipv6Jul 24 13:03:56.128
33242026-07-24T13:03:57.596Z Jul 24 13:03:56.128 DEBGDEBG Jul 24 13:03:56.128Jul 24 13:03:56.128Jul 24 13:03:56.128 INFO reset freemapDEBG 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 } }]
33252026-07-24T13:03:57.596Zadding route 172.17.0.33/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 } }]
33262026-07-24T13:03:57.596Z
33272026-07-24T13:03:57.596Zreset freemap, , unitunit:Jul 24 13:03:56.128Jul 24 13:03:56.128 freemap_route_ipv6Jul 24 13:03:56.128DEBG INFO
33282026-07-24T13:03:57.596Z: adding route 172.17.0.37/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 } }] freemap_route_ipv6
33292026-07-24T13:03:57.596ZINFO
33302026-07-24T13:03:57.596ZJul 24 13:03:56.128 INFOadding route 3fff:dead::/64 -> 2001:db8::55:2
33312026-07-24T13:03:57.596Zadding route 172.16.0.0/32 -> 10.0.0.1Jul 24 13:03:56.128
33322026-07-24T13:03:57.596Z
33332026-07-24T13:03:57.596ZINFO Jul 24 13:03:56.128Jul 24 13:03:56.128 DEBGINFOadding route 172.17.0.34/32 -> 10.0.0.255Jul 24 13:03:56.128
33342026-07-24T13:03:57.596Z DEBGJul 24 13:03:56.128replacing 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 } }]
33352026-07-24T13:03:57.596Z 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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Jul 24 13:03:56.128
33362026-07-24T13:03:57.596ZJul 24 13:03:56.128adding route 172.16.0.0/32 -> 10.0.0.1
33372026-07-24T13:03:57.596Z DEBG
33382026-07-24T13:03:57.596Z Jul 24 13:03:56.128INFOJul 24 13:03:56.128replacing 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 } }]
33392026-07-24T13:03:57.596Z INFODEBGadding route 172.17.0.38/32 -> 10.0.0.255Jul 24 13:03:56.128
33402026-07-24T13:03:57.596Z Jul 24 13:03:56.128 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.16.0.0/32 -> 10.0.0.2Jul 24 13:03:56.128
33412026-07-24T13:03:57.596Z
33422026-07-24T13:03:57.596Z 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 } }]DEBG
33432026-07-24T13:03:57.597Z adding route 172.17.0.35/32 -> 10.0.0.255Jul 24 13:03:56.128
33442026-07-24T13:03:57.597Zreplacing 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 } }]
33452026-07-24T13:03:57.597Ztest route::tests::same_size_non_subset_replace ... ok
33462026-07-24T13:03:57.597ZDEBG Jul 24 13:03:56.128Jul 24 13:03:56.128 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 } }]
33472026-07-24T13:03:57.597Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
33482026-07-24T13:03:57.597ZJul 24 13:03:56.128Jul 24 13:03:56.128 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1 adding route 172.17.0.36/32 -> 10.0.0.255Jul 24 13:03:56.128Jul 24 13:03:56.118
33492026-07-24T13:03:57.597ZINFO
33502026-07-24T13:03:57.597Zadding route 172.17.0.39/32 -> 10.0.0.255INFO
33512026-07-24T13:03:57.597Z DEBG adding route 172.16.0.0/32 -> 10.0.0.3Jul 24 13:03:56.128Jul 24 13:03:56.128
33522026-07-24T13:03:57.597Z replacing targets for 3fff:dead::/64 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 } }] Jul 24 13:03:56.128DEBG
33532026-07-24T13:03:57.597ZDEBG 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
33542026-07-24T13:03:57.597Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
33552026-07-24T13:03:57.597ZJul 24 13:03:56.128
33562026-07-24T13:03:57.597Z Jul 24 13:03:56.128Jul 24 13:03:56.128DEBG Jul 24 13:03:56.128WARNJul 24 13:03:56.128 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]INFOINFO
33572026-07-24T13:03:57.597Zadding route 172.17.0.40/32 -> 10.0.0.255
33582026-07-24T13:03:57.597Z adding route 172.17.0.37/32 -> 10.0.0.255shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
33592026-07-24T13:03:57.597Z
33602026-07-24T13:03:57.597ZINFOJul 24 13:03:56.128 Jul 24 13:03:56.128Jul 24 13:03:56.128 DEBGDEBGINFOadding route 172.16.0.0/32 -> 10.0.0.1 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 } }]
33612026-07-24T13:03:57.597Z
33622026-07-24T13:03:57.597Zreplacing 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 } }]
33632026-07-24T13:03:57.597Zadding route 172.16.0.0/32 -> 10.0.0.4Jul 24 13:03:56.128
33642026-07-24T13:03:57.597ZJul 24 13:03:56.128 DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Jul 24 13:03:56.128adding route 172.17.0.41/32 -> 10.0.0.255
33652026-07-24T13:03:57.597ZDEBG
33662026-07-24T13:03:57.597Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
33672026-07-24T13:03:57.597ZJul 24 13:03:56.128Jul 24 13:03:56.128 Jul 24 13:03:56.128DEBGINFOJul 24 13:03:56.128 adding route 172.16.0.0/32 -> 10.0.0.2
33682026-07-24T13:03:57.597Z INFO adding route 172.17.0.38/32 -> 10.0.0.255
33692026-07-24T13:03:57.597ZJul 24 13:03:56.128 DEBG Jul 24 13:03:56.128 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 } }]DEBGJul 24 13:03:56.128
33702026-07-24T13:03:57.598Z 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
33712026-07-24T13:03:57.598Z 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 } }]
33722026-07-24T13:03:57.598ZJul 24 13:03:56.128 Jul 24 13:03:56.128INFO INFOJul 24 13:03:56.128 adding route 172.17.0.0/32 -> 10.0.0.255adding route 172.17.0.39/32 -> 10.0.0.255
33732026-07-24T13:03:57.598ZINFO
33742026-07-24T13:03:57.598Z adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffJul 24 13:03:56.128 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 } }]
33752026-07-24T13:03:57.598Z
33762026-07-24T13:03:57.598Zreplacing 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 } }]Jul 24 13:03:56.128
33772026-07-24T13:03:57.598ZJul 24 13:03:56.128 Jul 24 13:03:56.128DEBGINFO Jul 24 13:03:56.128 adding route 172.17.0.1/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 } }]
33782026-07-24T13:03:57.598Z
33792026-07-24T13:03:57.598ZINFO DEBGadding route 172.17.0.42/32 -> 10.0.0.255
33802026-07-24T13:03:57.598ZJul 24 13:03:56.128Jul 24 13:03:56.128 Jul 24 13:03:56.128 INFO DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
33812026-07-24T13:03:57.598Zreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
33822026-07-24T13:03:57.598Zreplacing 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 } }]
33832026-07-24T13:03:57.598ZJul 24 13:03:56.128 DEBGJul 24 13:03:56.128replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33842026-07-24T13:03:57.598ZINFO adding route 172.17.0.2/32 -> 10.0.0.255
33852026-07-24T13:03:57.598ZJul 24 13:03:56.128 INFO adding route 172.17.0.40/32 -> 10.0.0.255Jul 24 13:03:56.128
33862026-07-24T13:03:57.598Z DEBGJul 24 13:03:56.128 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 } }]Jul 24 13:03:56.128
33872026-07-24T13:03:57.598Z INFODEBG adding route 172.17.0.43/32 -> 10.0.0.255Jul 24 13:03:56.128replacing 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 } }]
33882026-07-24T13:03:57.602Z INFO 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 172.17.0.3/32 -> 10.0.0.255
33892026-07-24T13:03:57.602ZJul 24 13:03:56.128
33902026-07-24T13:03:57.602Z
33912026-07-24T13:03:57.602ZINFO Jul 24 13:03:56.128adding route 172.17.0.41/32 -> 10.0.0.255Jul 24 13:03:56.128
33922026-07-24T13:03:57.602Z INFODEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ffJul 24 13:03:56.128replacing 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 } }]
33932026-07-24T13:03:57.602Z DEBG
33942026-07-24T13:03:57.602ZJul 24 13:03:56.128 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 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 } }]
33952026-07-24T13:03:57.602ZJul 24 13:03:56.128 Jul 24 13:03:56.128DEBG INFOcreated new freemap, unit :DEBGJul 24 13:03:56.135 INFOcreated new freemap
33962026-07-24T13:03:57.602Z , freemap_route_ipv4Jul 24 13:03:56.135unitadding route 172.17.0.44/32 -> 10.0.0.255:
33972026-07-24T13:03:57.603Z
33982026-07-24T13:03:57.603Zfreemap_route_ipv4adding route 172.17.0.0/32 -> 10.0.0.255Jul 24 13:03:56.135
33992026-07-24T13:03:57.603Z
34002026-07-24T13:03:57.603Z INFO adding route 172.17.0.42/32 -> 10.0.0.255DEBG
34012026-07-24T13:03:57.603ZJul 24 13:03:56.135Jul 24 13:03:56.135 Jul 24 13:03:56.135Jul 24 13:03:56.135 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
34022026-07-24T13:03:57.603ZDEBGDEBGDEBG created new freemap , replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemap
34032026-07-24T13:03:57.603Zunit :Jul 24 13:03:56.135 replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6Jul 24 13:03:56.135 , Jul 24 13:03:56.135unit DEBG
34042026-07-24T13:03:57.604Z
34052026-07-24T13:03:57.604ZINFO INFOadding route 172.17.0.45/32 -> 10.0.0.255: adding route 3fff:beef:21::/64 -> 2001:db8::55:ff 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 } }]
34062026-07-24T13:03:57.604Z
34072026-07-24T13:03:57.604Zfreemap_route_ipv6Jul 24 13:03:56.135
34082026-07-24T13:03:57.604Z
34092026-07-24T13:03:57.604ZJul 24 13:03:56.135 DEBG DEBGJul 24 13:03:56.135initted freemap. size: 64Jul 24 13:03:56.135 , Jul 24 13:03:56.135unit DEBGJul 24 13:03:56.135 :DEBGINFO initted freemap. size: 64replacing 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 } }]freemap_route_ipv4,
34102026-07-24T13:03:57.604Z
34112026-07-24T13:03:57.604Zreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] unit
34122026-07-24T13:03:57.604Zadding route 172.17.0.1/32 -> 10.0.0.255:
34132026-07-24T13:03:57.604Zfreemap_route_ipv4INFOJul 24 13:03:56.135
34142026-07-24T13:03:57.604Z Jul 24 13:03:56.135Jul 24 13:03:56.135INFO INFODEBGadding route 172.17.0.46/32 -> 10.0.0.255 Jul 24 13:03:56.135
34152026-07-24T13:03:57.604ZJul 24 13:03:56.135reset freemap DEBG, unitreset freemapadding route 172.17.0.43/32 -> 10.0.0.255,
34162026-07-24T13:03:57.604Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ffunit:: Jul 24 13:03:56.135
34172026-07-24T13:03:57.604Z DEBG freemap_route_ipv4
34182026-07-24T13:03:57.604Zfreemap_route_ipv4replacing 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 } }]
34192026-07-24T13:03:57.604Z
34202026-07-24T13:03:57.604ZJul 24 13:03:56.135 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 } }]
34212026-07-24T13:03:57.604ZJul 24 13:03:56.135DEBGJul 24 13:03:56.135 Jul 24 13:03:56.135 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 } }]Jul 24 13:03:56.135INFODEBG Jul 24 13:03:56.135
34222026-07-24T13:03:57.604Zadding route 172.17.0.47/32 -> 10.0.0.255 DEBG
34232026-07-24T13:03:57.604Z 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 } }]DEBGINFO
34242026-07-24T13:03:57.604Zinitted freemap. size: 64, initted freemap. size: 64Jul 24 13:03:56.135, adding route 172.17.0.2/32 -> 10.0.0.255unitINFO: Jul 24 13:03:56.135freemap_route_ipv6 Jul 24 13:03:56.135adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
34252026-07-24T13:03:57.604Z
34262026-07-24T13:03:57.604Zunit: freemap_route_ipv6
34272026-07-24T13:03:57.604ZDEBG 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 } }]Jul 24 13:03:56.135INFO
34282026-07-24T13:03:57.605Z adding route 172.17.0.44/32 -> 10.0.0.255
34292026-07-24T13:03:57.605ZDEBG
34302026-07-24T13:03:57.605Z Jul 24 13:03:56.135Jul 24 13:03:56.135 DEBGreset freemapJul 24 13:03:56.135 , 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 } }]unit
34312026-07-24T13:03:57.605ZDEBGINFO : Jul 24 13:03:56.135Jul 24 13:03:56.135reset freemap adding route 172.17.0.48/32 -> 10.0.0.255DEBGINFO ,
34322026-07-24T13:03:57.605Zunitreplacing 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_ipv6
34332026-07-24T13:03:57.605Z
34342026-07-24T13:03:57.605Z freemap_route_ipv6adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
34352026-07-24T13:03:57.605Z
34362026-07-24T13:03:57.605ZJul 24 13:03:56.135 Jul 24 13:03:56.135DEBGJul 24 13:03:56.135 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 } }] INFOINFOJul 24 13:03:56.135
34372026-07-24T13:03:57.605Z INFOadding route 172.16.0.0/32 -> 10.0.0.1 adding route 172.17.0.45/32 -> 10.0.0.255
34382026-07-24T13:03:57.605ZJul 24 13:03:56.135 Jul 24 13:03:56.135 DEBG
34392026-07-24T13:03:57.605Z INFOreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
34402026-07-24T13:03:57.605Z
34412026-07-24T13:03:57.605Z Jul 24 13:03:56.135adding route 172.17.0.49/32 -> 10.0.0.255Jul 24 13:03:56.135 DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
34422026-07-24T13:03:57.605Zreplacing 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 } }]
34432026-07-24T13:03:57.605ZJul 24 13:03:56.135
34442026-07-24T13:03:57.605ZJul 24 13:03:56.135 DEBGJul 24 13:03:56.135INFOJul 24 13:03:56.135 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
34452026-07-24T13:03:57.605Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
34462026-07-24T13:03:57.605ZDEBG adding route 172.16.0.0/32 -> 10.0.0.2replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 24 13:03:56.135
34472026-07-24T13:03:57.605Z
34482026-07-24T13:03:57.605ZINFOJul 24 13:03:56.135 adding route 172.17.0.46/32 -> 10.0.0.255DEBG
34492026-07-24T13:03:57.605ZJul 24 13:03:56.135 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 } }]Jul 24 13:03:56.135
34502026-07-24T13:03:57.605Z INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Jul 24 13:03:56.135Jul 24 13:03:56.135
34512026-07-24T13:03:57.605Z
34522026-07-24T13:03:57.606ZINFODEBGJul 24 13:03:56.135 replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255
34532026-07-24T13:03:57.606Z
34542026-07-24T13:03:57.606Z INFOJul 24 13:03:56.135 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG
34552026-07-24T13:03:57.606ZJul 24 13:03:56.135 Jul 24 13:03:56.135 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] INFO
34562026-07-24T13:03:57.606Z adding route 172.17.0.47/32 -> 10.0.0.255Jul 24 13:03:56.135Jul 24 13:03:56.135DEBG 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 } }]Jul 24 13:03:56.136
34572026-07-24T13:03:57.606Z 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 } }]DEBG
34582026-07-24T13:03:57.606Z created new freemap , DEBGunit Jul 24 13:03:56.145:replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
34592026-07-24T13:03:57.606Zfreemap_route_ipv4INFO
34602026-07-24T13:03:57.606Z adding route 3fff:beef:27::/64 -> 2001:db8::55:ffJul 24 13:03:56.145Jul 24 13:03:56.145
34612026-07-24T13:03:57.606Z DEBG created new freemap , Jul 24 13:03:56.145unitINFO:Jul 24 13:03:56.145 freemap_route_ipv6 DEBGDEBG
34622026-07-24T13:03:57.606Z adding route 3fff:dead::/64 -> 2001:db8::55:3
34632026-07-24T13:03:57.606Zreplacing 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 } }]
34642026-07-24T13:03:57.606Zreplacing 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 } }]
34652026-07-24T13:03:57.606ZJul 24 13:03:56.145Jul 24 13:03:56.145Jul 24 13:03:56.145 DEBGJul 24 13:03:56.145 initted freemap. size: 64INFO, unit DEBG:adding route 172.17.0.3/32 -> 10.0.0.255INFO
34662026-07-24T13:03:57.606Z freemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
34672026-07-24T13:03:57.606Z
34682026-07-24T13:03:57.606Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
34692026-07-24T13:03:57.606ZJul 24 13:03:56.145Jul 24 13:03:56.145 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:4reset freemapJul 24 13:03:56.145,
34702026-07-24T13:03:57.606ZDEBGJul 24 13:03:56.145unit : 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 } }]
34712026-07-24T13:03:57.606Zreplacing 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_ipv4
34722026-07-24T13:03:57.606ZJul 24 13:03:56.145
34732026-07-24T13:03:57.606Z Jul 24 13:03:56.145DEBG Jul 24 13:03:56.145INFO INFO adding route 172.17.0.4/32 -> 10.0.0.255adding route 3fff:beef:29::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
34742026-07-24T13:03:57.606Z
34752026-07-24T13:03:57.606ZJul 24 13:03:56.145
34762026-07-24T13:03:57.606Z DEBG initted freemap. size: 64Jul 24 13:03:56.145Jul 24 13:03:56.145, unit :DEBG freemap_route_ipv6Jul 24 13:03:56.145
34772026-07-24T13:03:57.606Zreplacing 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 } }]
34782026-07-24T13:03:57.606ZDEBG Jul 24 13:03:56.145DEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
34792026-07-24T13:03:57.607Z Jul 24 13:03:56.145replacing targets for 3fff:dead::/64 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 } }]reset freemap
34802026-07-24T13:03:57.607ZINFO, Jul 24 13:03:56.145unit :INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:fffreemap_route_ipv6adding route 172.17.0.5/32 -> 10.0.0.255
34812026-07-24T13:03:57.607Z
34822026-07-24T13:03:57.607Z
34832026-07-24T13:03:57.607ZJul 24 13:03:56.145 Jul 24 13:03:56.145Jul 24 13:03:56.145 DEBGINFO 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 } }]Jul 24 13:03:56.145adding route 3fff:dead::/64 -> 2001:db8::55:1
34842026-07-24T13:03:57.607Z
34852026-07-24T13:03:57.607Z 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
34862026-07-24T13:03:57.607Z Jul 24 13:03:56.145adding route 172.17.0.4/32 -> 10.0.0.255 Jul 24 13:03:56.145
34872026-07-24T13:03:57.607ZINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG
34882026-07-24T13:03:57.611Z Jul 24 13:03:56.145replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 24 13:03:56.145
34892026-07-24T13:03:57.611Z Jul 24 13:03:56.145INFODEBG DEBG adding route 172.17.0.6/32 -> 10.0.0.255replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34902026-07-24T13:03:57.611Z Jul 24 13:03:56.145replacing 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 } }]
34912026-07-24T13:03:57.611ZINFO Jul 24 13:03:56.145adding route 3fff:dead::/64 -> 2001:db8::55:2
34922026-07-24T13:03:57.611Z
34932026-07-24T13:03:57.611Z DEBGJul 24 13:03:56.145Jul 24 13:03:56.145 Jul 24 13:03:56.145INFO INFO DEBGreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34942026-07-24T13:03:57.611Zadding route 172.17.0.5/32 -> 10.0.0.255adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
34952026-07-24T13:03:57.611Z
34962026-07-24T13:03:57.611Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 24 13:03:56.145Jul 24 13:03:56.145 INFODEBGJul 24 13:03:56.145
34972026-07-24T13:03:57.611Zreplacing 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 } }]
34982026-07-24T13:03:57.611Zadding route 172.17.0.7/32 -> 10.0.0.255DEBG
34992026-07-24T13:03:57.611Z Jul 24 13:03:56.145replacing 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 } }]Jul 24 13:03:56.145
35002026-07-24T13:03:57.611Z INFO Jul 24 13:03:56.145INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffJul 24 13:03:56.145
35012026-07-24T13:03:57.612Z adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG
35022026-07-24T13:03:57.612ZINFO adding route 172.17.0.6/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 } }]
35032026-07-24T13:03:57.612Z
35042026-07-24T13:03:57.612ZJul 24 13:03:56.145Jul 24 13:03:56.145 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 } }]Jul 24 13:03:56.145
35052026-07-24T13:03:57.612Z INFODEBG adding route 172.17.0.8/32 -> 10.0.0.255replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
35062026-07-24T13:03:57.612ZJul 24 13:03:56.145
35072026-07-24T13:03:57.612Z DEBG Jul 24 13:03:56.145replacing 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 } }]
35082026-07-24T13:03:57.612ZJul 24 13:03:56.145INFOJul 24 13:03:56.145 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:4replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
35092026-07-24T13:03:57.612Z
35102026-07-24T13:03:57.612Z
35112026-07-24T13:03:57.612ZJul 24 13:03:56.145 INFOJul 24 13:03:56.145Jul 24 13:03:56.145 DEBGINFO
35122026-07-24T13:03:57.612Z 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 } }]
35132026-07-24T13:03:57.612Zadding route 172.17.0.7/32 -> 10.0.0.255Jul 24 13:03:56.145
35142026-07-24T13:03:57.612Z Jul 24 13:03:56.110Jul 24 13:03:56.145 adding route 172.17.0.9/32 -> 10.0.0.255
35152026-07-24T13:03:57.612ZDEBG Jul 24 13:03:56.145replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 DEBG
35162026-07-24T13:03:57.612ZJul 24 13:03:56.145 DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffcreated new freemap DEBG
35172026-07-24T13:03:57.612Z 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 } }],
35182026-07-24T13:03:57.612Zunit:Jul 24 13:03:56.145Jul 24 13:03:56.145 Jul 24 13:03:56.145DEBGJul 24 13:03:56.145freemap_route_ipv4 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
35192026-07-24T13:03:57.612Z adding route 172.17.0.10/32 -> 10.0.0.255DEBG
35202026-07-24T13:03:57.612Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
35212026-07-24T13:03:57.612Z
35222026-07-24T13:03:57.612Z
35232026-07-24T13:03:57.612ZDEBGJul 24 13:03:56.145Jul 24 13:03:56.145 DEBGreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35242026-07-24T13:03:57.612ZINFO Jul 24 13:03:56.145replacing 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 } }] Jul 24 13:03:56.145
35252026-07-24T13:03:57.612ZDEBG adding route 172.17.0.48/32 -> 10.0.0.255created new freemap
35262026-07-24T13:03:57.612Z , INFOunit :adding route 3fff:beef:30::/64 -> 2001:db8::55:ffJul 24 13:03:56.145
35272026-07-24T13:03:57.612ZJul 24 13:03:56.145 INFO freemap_route_ipv6adding route 172.17.0.8/32 -> 10.0.0.255
35282026-07-24T13:03:57.612ZJul 24 13:03:56.145Jul 24 13:03:56.145 DEBG DEBGreplacing 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 } }]
35292026-07-24T13:03:57.612ZINFO Jul 24 13:03:56.145replacing 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 } }]
35302026-07-24T13:03:57.613Z
35312026-07-24T13:03:57.613Zadding route 172.17.0.11/32 -> 10.0.0.255DEBGJul 24 13:03:56.145 initted freemap. size: 64
35322026-07-24T13:03:57.613Z, Jul 24 13:03:56.145 unitJul 24 13:03:56.145INFO Jul 24 13:03:56.145:DEBG adding route 172.17.0.49/32 -> 10.0.0.255replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4DEBGINFO
35332026-07-24T13:03:57.613Z
35342026-07-24T13:03:57.613Z
35352026-07-24T13:03:57.613Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ffreplacing 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 } }]
35362026-07-24T13:03:57.613Z
35372026-07-24T13:03:57.613ZJul 24 13:03:56.145Jul 24 13:03:56.145 Jul 24 13:03:56.145DEBG DEBG INFOreset freemapJul 24 13:03:56.145, unitreplacing 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 } }]:
35382026-07-24T13:03:57.613ZDEBG Jul 24 13:03:56.145 replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4
35392026-07-24T13:03:57.613Z Jul 24 13:03:56.145adding route 172.17.0.12/32 -> 10.0.0.255INFO
35402026-07-24T13:03:57.613Z
35412026-07-24T13:03:57.613ZJul 24 13:03:56.145INFO INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 172.17.0.9/32 -> 10.0.0.255Jul 24 13:03:56.145
35422026-07-24T13:03:57.613Z
35432026-07-24T13:03:57.613ZDEBG adding route 172.17.0.50/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 } }]
35442026-07-24T13:03:57.613ZJul 24 13:03:56.145
35452026-07-24T13:03:57.613Ztest route::tests::identity_replace_is_noop ... ok
35462026-07-24T13:03:57.613ZDEBG Jul 24 13:03:56.145initted freemap. size: 64 DEBG, unitreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 24 13:03:56.145:
35472026-07-24T13:03:57.613Z Jul 24 13:03:56.145Jul 24 13:03:56.145 INFOfreemap_route_ipv6
35482026-07-24T13:03:57.613Zadding route 172.17.0.13/32 -> 10.0.0.255DEBG
35492026-07-24T13:03:57.613Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
35502026-07-24T13:03:57.613ZJul 24 13:03:56.145 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 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG
35512026-07-24T13:03:57.613Ztest route::tests::shrink_preserves_compacted_order ... ok
35522026-07-24T13:03:57.613Z
35532026-07-24T13:03:57.613ZJul 24 13:03:56.145Jul 24 13:03:56.145 DEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 } }]
35542026-07-24T13:03:57.613ZDEBG
35552026-07-24T13:03:57.613Z Jul 24 13:03:56.145reset freemapJul 24 13:03:56.145 INFO DEBG, Jul 24 13:03:56.145 unit :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 } }]
35562026-07-24T13:03:57.614Zadding route 172.17.0.14/32 -> 10.0.0.255Jul 24 13:03:56.145
35572026-07-24T13:03:57.614Z freemap_route_ipv6INFO
35582026-07-24T13:03:57.614Z adding route 172.17.0.10/32 -> 10.0.0.255
35592026-07-24T13:03:57.614ZJul 24 13:03:56.145 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffJul 24 13:03:56.145
35602026-07-24T13:03:57.614Z Jul 24 13:03:56.145INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1
35612026-07-24T13:03:57.614Zreplacing 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 } }]Jul 24 13:03:56.145
35622026-07-24T13:03:57.614Z Jul 24 13:03:56.145DEBG Jul 24 13:03:56.145Jul 24 13:03:56.145DEBG 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 } }]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 } }]
35632026-07-24T13:03:57.614Z
35642026-07-24T13:03:57.614Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.11/32 -> 10.0.0.255Jul 24 13:03:56.146
35652026-07-24T13:03:57.614ZDEBG Jul 24 13:03:56.145created new freemap INFO , adding route 172.17.0.15/32 -> 10.0.0.255unit
35662026-07-24T13:03:57.614Z:Jul 24 13:03:56.153 freemap_route_ipv4DEBG
35672026-07-24T13:03:57.614Z 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 } }]
35682026-07-24T13:03:57.614ZJul 24 13:03:56.145Jul 24 13:03:56.153Jul 24 13:03:56.153 Jul 24 13:03:56.153DEBG created new freemapDEBG, unitreplacing 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 } }]:
35692026-07-24T13:03:57.614Z freemap_route_ipv4
35702026-07-24T13:03:57.614ZINFO Jul 24 13:03:56.153DEBG INFOcreated new freemap , adding route 172.17.0.12/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255
35712026-07-24T13:03:57.614Z
35722026-07-24T13:03:57.614Zunit: Jul 24 13:03:56.153freemap_route_ipv6
35732026-07-24T13:03:57.614ZJul 24 13:03:56.153 DEBGJul 24 13:03:56.153DEBG Jul 24 13:03:56.153 DEBGDEBGcreated new freemap , replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
35742026-07-24T13:03:57.614Zreplacing 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 } }] :initted freemap. size: 64 , freemap_route_ipv6unit
35752026-07-24T13:03:57.614Z: freemap_route_ipv4
35762026-07-24T13:03:57.614Z
35772026-07-24T13:03:57.614ZJul 24 13:03:56.153 Jul 24 13:03:56.153Jul 24 13:03:56.153 Jul 24 13:03:56.153INFO DEBGadding route 172.17.0.17/32 -> 10.0.0.255INFO reset freemap DEBGadding route 172.17.0.13/32 -> 10.0.0.255 ,
35782026-07-24T13:03:57.614Zunit
35792026-07-24T13:03:57.614Z:initted freemap. size: 64 , freemap_route_ipv4unit
35802026-07-24T13:03:57.614Z: freemap_route_ipv4Jul 24 13:03:56.153Jul 24 13:03:56.153 DEBG DEBGreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 24 13:03:56.145
35812026-07-24T13:03:57.614Z
35822026-07-24T13:03:57.614Z initted freemap. size: 64 INFO
35832026-07-24T13:03:57.615Z , unitJul 24 13:03:56.153Jul 24 13:03:56.153adding route 3fff:beef:35::/64 -> 2001:db8::55:ff:
35842026-07-24T13:03:57.615Z DEBG freemap_route_ipv6Jul 24 13:03:56.153reset freemapINFO DEBGJul 24 13:03:56.153
35852026-07-24T13:03:57.615Z INFO, Jul 24 13:03:56.153adding route 172.16.0.0/32 -> 10.0.0.2 unitDEBG :replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff: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 } }]
35862026-07-24T13:03:57.615Z
35872026-07-24T13:03:57.615Z adding route 172.17.0.14/32 -> 10.0.0.255freemap_route_ipv4
35882026-07-24T13:03:57.619ZJul 24 13:03:56.153 DEBG
35892026-07-24T13:03:57.619Z
35902026-07-24T13:03:57.619Zreset freemapJul 24 13:03:56.153, Jul 24 13:03:56.153unit :Jul 24 13:03:56.153INFOJul 24 13:03:56.153 Jul 24 13:03:56.153 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG DEBG freemap_route_ipv6initted freemap. size: 64
35912026-07-24T13:03:57.619Z , INFOunit
35922026-07-24T13:03:57.619ZDEBGJul 24 13:03:56.153replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.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 } }]:
35932026-07-24T13:03:57.619ZDEBG
35942026-07-24T13:03:57.619Z 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 } }]
35952026-07-24T13:03:57.619Z freemap_route_ipv6Jul 24 13:03:56.153adding route 172.17.0.18/32 -> 10.0.0.255
35962026-07-24T13:03:57.619Z
35972026-07-24T13:03:57.619Z Jul 24 13:03:56.153Jul 24 13:03:56.153 INFOINFOJul 24 13:03:56.153 Jul 24 13:03:56.153adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
35982026-07-24T13:03:57.619ZINFO DEBG
35992026-07-24T13:03:57.620ZINFO Jul 24 13:03:56.153adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.15/32 -> 10.0.0.255 Jul 24 13:03:56.153
36002026-07-24T13:03:57.620Zreset freemap
36012026-07-24T13:03:57.620Z, 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 } }]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 } }]
36022026-07-24T13:03:57.620Z
36032026-07-24T13:03:57.620Z: freemap_route_ipv6Jul 24 13:03:56.153Jul 24 13:03:56.153 Jul 24 13:03:56.153DEBGJul 24 13:03:56.153 INFODEBG
36042026-07-24T13:03:57.620Z INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
36052026-07-24T13:03:57.620Zreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
36062026-07-24T13:03:57.620Z
36072026-07-24T13:03:57.620ZJul 24 13:03:56.153Jul 24 13:03:56.153
36082026-07-24T13:03:57.620Z INFOJul 24 13:03:56.153 Jul 24 13:03:56.153adding route 172.16.0.0/32 -> 10.0.0.1
36092026-07-24T13:03:57.620ZDEBGJul 24 13:03:56.153 DEBGreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
36102026-07-24T13:03:57.620Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Jul 24 13:03:56.153DEBGJul 24 13:03:56.153
36112026-07-24T13:03:57.620Z 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 } }] Jul 24 13:03:56.153DEBG INFOINFO
36122026-07-24T13:03:57.620Z Jul 24 13:03:56.153 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.16/32 -> 10.0.0.255adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
36132026-07-24T13:03:57.620Z
36142026-07-24T13:03:57.620Z
36152026-07-24T13:03:57.620Z adding route 172.16.0.0/32 -> 10.0.0.4INFO
36162026-07-24T13:03:57.620ZJul 24 13:03:56.153 INFOJul 24 13:03:56.153 DEBG adding route 172.16.0.0/32 -> 10.0.0.2Jul 24 13:03:56.153adding route 172.16.0.0/32 -> 10.0.0.3replacing 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 } }]
36172026-07-24T13:03:57.620Z
36182026-07-24T13:03:57.620Z
36192026-07-24T13:03:57.620ZJul 24 13:03:56.153 DEBG Jul 24 13:03:56.153replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.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 } }] Jul 24 13:03:56.153DEBG
36202026-07-24T13:03:57.620ZJul 24 13:03:56.153 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 } }]Jul 24 13:03:56.153 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
36212026-07-24T13:03:57.620ZDEBG
36222026-07-24T13:03:57.620Z 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 } }]Jul 24 13:03:56.153 INFOINFO
36232026-07-24T13:03:57.620Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
36242026-07-24T13:03:57.620ZJul 24 13:03:56.153Jul 24 13:03:56.153adding route 172.17.0.19/32 -> 10.0.0.255 DEBG
36252026-07-24T13:03:57.621Z INFOadding route 172.17.0.17/32 -> 10.0.0.255Jul 24 13:03:56.153
36262026-07-24T13:03:57.621Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]Jul 24 13:03:56.153adding route 172.16.0.0/32 -> 10.0.0.4INFO
36272026-07-24T13:03:57.621Z DEBGadding route 172.16.0.0/32 -> 10.0.0.3 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 } }]
36282026-07-24T13:03:57.621Z
36292026-07-24T13:03:57.621Z
36302026-07-24T13:03:57.621ZJul 24 13:03:56.153 Jul 24 13:03:56.153Jul 24 13:03:56.153DEBG DEBGJul 24 13:03:56.153 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]Jul 24 13:03:56.153INFO DEBG
36312026-07-24T13:03:57.621Z replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG 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 } }, NextHop { asic_port_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 } }]
36322026-07-24T13:03:57.621ZJul 24 13:03:56.153replacing 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 } }]
36332026-07-24T13:03:57.621Z
36342026-07-24T13:03:57.621ZINFOJul 24 13:03:56.153
36352026-07-24T13:03:57.621Zadding route 172.16.0.0/32 -> 10.0.0.4 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 } }]Jul 24 13:03:56.153
36362026-07-24T13:03:57.621ZJul 24 13:03:56.153Jul 24 13:03:56.153
36372026-07-24T13:03:57.621Z INFO adding route 172.17.0.18/32 -> 10.0.0.255
36382026-07-24T13:03:57.621ZJul 24 13:03:56.153INFOJul 24 13:03:56.153DEBG DEBG INFO adding 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.3, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffJul 24 13:03:56.153
36392026-07-24T13:03:57.621Z
36402026-07-24T13:03:57.621Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
36412026-07-24T13:03:57.621Z
36422026-07-24T13:03:57.621ZDEBG Jul 24 13:03:56.153replacing 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 } }]Jul 24 13:03:56.153
36432026-07-24T13:03:57.621ZDEBG 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 } }]
36442026-07-24T13:03:57.621Zreplacing 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 } }]Jul 24 13:03:56.153
36452026-07-24T13:03:57.621Z INFOJul 24 13:03:56.153Jul 24 13:03:56.153 adding route 172.17.0.19/32 -> 10.0.0.255Jul 24 13:03:56.145
36462026-07-24T13:03:57.621ZDEBG INFO DEBGfailed to allocate space for the new target list
36472026-07-24T13:03:57.621Z adding route 172.17.0.51/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
36482026-07-24T13:03:57.621ZJul 24 13:03:56.154Jul 24 13:03:56.154
36492026-07-24T13:03:57.621Z Jul 24 13:03:56.154DEBG 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 } }] 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 } }]
36502026-07-24T13:03:57.621Zadding route 172.17.0.21/32 -> 10.0.0.255
36512026-07-24T13:03:57.621Z
36522026-07-24T13:03:57.622ZJul 24 13:03:56.154 DEBG Jul 24 13:03:56.154replacing 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 } }]
36532026-07-24T13:03:57.622ZJul 24 13:03:56.154INFO DEBGadding route 172.17.0.20/32 -> 10.0.0.255 Jul 24 13:03:56.154
36542026-07-24T13:03:57.622Z 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
36552026-07-24T13:03:57.622Z adding route 172.17.0.52/32 -> 10.0.0.255
36562026-07-24T13:03:57.622ZJul 24 13:03:56.154 DEBG Jul 24 13:03:56.154replacing 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 } }] Jul 24 13:03:56.154
36572026-07-24T13:03:57.622ZINFO adding route 172.17.0.22/32 -> 10.0.0.255DEBG
36582026-07-24T13:03:57.622Z Jul 24 13:03:56.154replacing 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 } }]
36592026-07-24T13:03:57.622ZINFO adding route 172.17.0.21/32 -> 10.0.0.255Jul 24 13:03:56.154
36602026-07-24T13:03:57.622Z DEBG Jul 24 13:03:56.154replacing 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 } }]
36612026-07-24T13:03:57.622ZJul 24 13:03:56.154 INFODEBG Jul 24 13:03:56.154adding route 172.17.0.53/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 } }]
36622026-07-24T13:03:57.622Z
36632026-07-24T13:03:57.622ZINFO adding route 172.17.0.23/32 -> 10.0.0.255
36642026-07-24T13:03:57.622Ztest route::tests::delete_target_full ... ok
36652026-07-24T13:03:57.622ZJul 24 13:03:56.154Jul 24 13:03:56.154 DEBGINFO replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255
36662026-07-24T13:03:57.622ZJul 24 13:03:56.154adding route 172.17.0.51/32 -> 10.0.0.255 Jul 24 13:03:56.161DEBG
36672026-07-24T13:03:57.622Z 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 } }]
36682026-07-24T13:03:57.622Zreplacing 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 } }]Jul 24 13:03:56.161
36692026-07-24T13:03:57.622Z 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 } }]
36702026-07-24T13:03:57.622ZJul 24 13:03:56.161Jul 24 13:03:56.161 INFOINFO adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255
36712026-07-24T13:03:57.622Z
36722026-07-24T13:03:57.622ZJul 24 13:03:56.161 Jul 24 13:03:56.154INFOJul 24 13:03:56.161 Jul 24 13:03:56.161DEBG adding route 172.17.0.52/32 -> 10.0.0.255DEBG
36732026-07-24T13:03:57.622Z created new freemapreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
36742026-07-24T13:03:57.622Zunit:DEBG freemap_route_ipv4Jul 24 13:03:56.161replacing 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 } }]Jul 24 13:03:56.161
36752026-07-24T13:03:57.622Z
36762026-07-24T13:03:57.622Z INFO adding route 172.17.0.24/32 -> 10.0.0.255DEBGJul 24 13:03:56.161
36772026-07-24T13:03:57.622Z Jul 24 13:03:56.161replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
36782026-07-24T13:03:57.622ZDEBG created new freemap , Jul 24 13:03:56.161unitadding route 172.17.0.25/32 -> 10.0.0.255 Jul 24 13:03:56.161:DEBG
36792026-07-24T13:03:57.623Z freemap_route_ipv6replacing 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 } }]INFO
36802026-07-24T13:03:57.623Z
36812026-07-24T13:03:57.623Z adding route 172.17.0.53/32 -> 10.0.0.255Jul 24 13:03:56.161
36822026-07-24T13:03:57.623Z Jul 24 13:03:56.161Jul 24 13:03:56.161 DEBGINFO DEBGJul 24 13:03:56.161adding route 172.17.0.25/32 -> 10.0.0.255 initted freemap. size: 64 DEBG
36832026-07-24T13:03:57.623Z, unitreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:
36842026-07-24T13:03:57.623Z Jul 24 13:03:56.161replacing 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_ipv4DEBG
36852026-07-24T13:03:57.623Z
36862026-07-24T13:03:57.623Zreplacing 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 } }]
36872026-07-24T13:03:57.623ZJul 24 13:03:56.161Jul 24 13:03:56.161Jul 24 13:03:56.161Jul 24 13:03:56.161 INFOINFOINFO DEBGadding route 172.17.0.26/32 -> 10.0.0.255 reset freemap
36882026-07-24T13:03:57.628Z, adding route 172.17.0.26/32 -> 10.0.0.255 unitadding route 172.17.0.54/32 -> 10.0.0.255:
36892026-07-24T13:03:57.628Z
36902026-07-24T13:03:57.628Zfreemap_route_ipv4Jul 24 13:03:56.161
36912026-07-24T13:03:57.628Z Jul 24 13:03:56.161DEBG DEBGreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36922026-07-24T13:03:57.628ZJul 24 13:03:56.161replacing 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 } }] Jul 24 13:03:56.161
36932026-07-24T13:03:57.628ZDEBG DEBGreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36942026-07-24T13:03:57.628Zinitted freemap. size: 64Jul 24 13:03:56.161Jul 24 13:03:56.161 , INFOunit : INFOadding route 172.17.0.27/32 -> 10.0.0.255
36952026-07-24T13:03:57.628Zfreemap_route_ipv6adding route 172.17.0.55/32 -> 10.0.0.255Jul 24 13:03:56.161
36962026-07-24T13:03:57.628Z
36972026-07-24T13:03:57.628Z INFO Jul 24 13:03:56.161adding route 172.17.0.27/32 -> 10.0.0.255 Jul 24 13:03:56.161
36982026-07-24T13:03:57.628Z DEBGJul 24 13:03:56.161DEBG DEBGreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36992026-07-24T13:03:57.628Z reset freemapreplacing 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 } }],
37002026-07-24T13:03:57.628ZJul 24 13:03:56.161unit: freemap_route_ipv6Jul 24 13:03:56.161DEBG
37012026-07-24T13:03:57.628ZINFOJul 24 13:03:56.161replacing 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 } }] INFOadding route 172.17.0.28/32 -> 10.0.0.255 Jul 24 13:03:56.161adding route 172.17.0.56/32 -> 10.0.0.255
37022026-07-24T13:03:57.628Z
37032026-07-24T13:03:57.628Z
37042026-07-24T13:03:57.628ZINFO adding route 172.16.0.0/32 -> 10.0.0.1Jul 24 13:03:56.161Jul 24 13:03:56.161
37052026-07-24T13:03:57.628Z INFO DEBG Jul 24 13:03:56.161adding route 172.17.0.28/32 -> 10.0.0.255Jul 24 13:03:56.161 DEBGDEBGreplacing 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 } }]
37062026-07-24T13:03:57.628Z
37072026-07-24T13:03:57.628Zreplacing 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.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 } }]
37082026-07-24T13:03:57.628Z
37092026-07-24T13:03:57.628ZJul 24 13:03:56.161Jul 24 13:03:56.161Jul 24 13:03:56.161 INFOINFOINFO Jul 24 13:03:56.161adding route 172.16.0.0/32 -> 10.0.0.1
37102026-07-24T13:03:57.628Z adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.57/32 -> 10.0.0.255
37112026-07-24T13:03:57.628Z
37122026-07-24T13:03:57.628ZDEBGJul 24 13:03:56.161 Jul 24 13:03:56.161Jul 24 13:03:56.161 DEBGDEBG 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.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.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 } }]
37132026-07-24T13:03:57.628Z
37142026-07-24T13:03:57.629Z
37152026-07-24T13:03:57.629Zreplacing 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 } }]
37162026-07-24T13:03:57.629ZJul 24 13:03:56.161Jul 24 13:03:56.161 Jul 24 13:03:56.161INFO Jul 24 13:03:56.161INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1 INFO
37172026-07-24T13:03:57.629Zadding route 172.17.0.30/32 -> 10.0.0.255
37182026-07-24T13:03:57.629Zadding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255
37192026-07-24T13:03:57.629Z
37202026-07-24T13:03:57.629ZJul 24 13:03:56.161Jul 24 13:03:56.161 DEBGDEBG Jul 24 13:03:56.161 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 } }]
37212026-07-24T13:03:57.629ZDEBG Jul 24 13:03:56.161replacing 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 } }] 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 } }]
37222026-07-24T13:03:57.629Z
37232026-07-24T13:03:57.629ZJul 24 13:03:56.161 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 } }]Jul 24 13:03:56.161
37242026-07-24T13:03:57.629Zadding route 172.16.0.0/32 -> 10.0.0.2
37252026-07-24T13:03:57.629ZINFO Jul 24 13:03:56.161adding route 172.17.0.59/32 -> 10.0.0.255
37262026-07-24T13:03:57.629ZINFOJul 24 13:03:56.161 adding route 172.17.0.31/32 -> 10.0.0.255DEBG
37272026-07-24T13:03:57.629Z 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 } }]Jul 24 13:03:56.161
37282026-07-24T13:03:57.629ZJul 24 13:03:56.161Jul 24 13:03:56.161 DEBGDEBG Jul 24 13:03:56.161 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 } }]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 } }]
37292026-07-24T13:03:57.629Z
37302026-07-24T13:03:57.629ZINFOadding route 172.17.0.30/32 -> 10.0.0.255 adding route 172.17.0.0/32 -> 10.0.0.255Jul 24 13:03:56.161
37312026-07-24T13:03:57.629Z Jul 24 13:03:56.161INFO
37322026-07-24T13:03:57.629ZINFO adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.32/32 -> 10.0.0.255
37332026-07-24T13:03:57.629Z
37342026-07-24T13:03:57.629ZJul 24 13:03:56.161 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 } }]Jul 24 13:03:56.161
37352026-07-24T13:03:57.629ZJul 24 13:03:56.161 Jul 24 13:03:56.161DEBGDEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37362026-07-24T13:03:57.629Z
37372026-07-24T13:03:57.629ZDEBG Jul 24 13:03:56.161Jul 24 13:03:56.161 Jul 24 13:03:56.161INFO 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.1/32 -> 10.0.0.255INFO INFO
37382026-07-24T13:03:57.629Z adding route 172.17.0.33/32 -> 10.0.0.255
37392026-07-24T13:03:57.629Zadding route 172.17.0.61/32 -> 10.0.0.255
37402026-07-24T13:03:57.629Z
37412026-07-24T13:03:57.630ZJul 24 13:03:56.161 Jul 24 13:03:56.161Jul 24 13:03:56.161Jul 24 13:03:56.161DEBG 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 } }]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 } }]INFO
37422026-07-24T13:03:57.630Zreplacing 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 } }]
37432026-07-24T13:03:57.630Z
37442026-07-24T13:03:57.630Z adding route 172.17.0.31/32 -> 10.0.0.255Jul 24 13:03:56.161Jul 24 13:03:56.161 INFOINFO
37452026-07-24T13:03:57.630Z adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.2/32 -> 10.0.0.255
37462026-07-24T13:03:57.630Z
37472026-07-24T13:03:57.630ZJul 24 13:03:56.161 INFO adding route 172.17.0.62/32 -> 10.0.0.255Jul 24 13:03:56.161
37482026-07-24T13:03:57.630ZJul 24 13:03:56.161Jul 24 13:03:56.161 DEBG Jul 24 13:03:56.161DEBGDEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37492026-07-24T13:03:57.630Zreplacing 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 } }]
37502026-07-24T13:03:57.630Z
37512026-07-24T13:03:57.630ZDEBG Jul 24 13:03:56.161replacing 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
37522026-07-24T13:03:57.630Z Jul 24 13:03:56.161Jul 24 13:03:56.161adding route 172.17.0.3/32 -> 10.0.0.255
37532026-07-24T13:03:57.630Z INFOINFO adding route 172.17.0.32/32 -> 10.0.0.255
37542026-07-24T13:03:57.630Zadding route 172.17.0.35/32 -> 10.0.0.255Jul 24 13:03:56.161
37552026-07-24T13:03:57.630Z Jul 24 13:03:56.161DEBG 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 } }] failed to allocate space for the new target list
37562026-07-24T13:03:57.630Z
37572026-07-24T13:03:57.630ZJul 24 13:03:56.161 Jul 24 13:03:56.161DEBG Jul 24 13:03:56.161Jul 24 13:03:56.161DEBGreplacing 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 } }]
37582026-07-24T13:03:57.630ZINFO adding route 172.17.0.4/32 -> 10.0.0.255
37592026-07-24T13:03:57.630Z 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 } }] Jul 24 13:03:56.161
37602026-07-24T13:03:57.630Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] INFOJul 24 13:03:56.161
37612026-07-24T13:03:57.630ZJul 24 13:03:56.161 DEBGadding route 172.17.0.36/32 -> 10.0.0.255
37622026-07-24T13:03:57.630Zreplacing 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
37632026-07-24T13:03:57.630Z adding route 172.17.0.33/32 -> 10.0.0.255Jul 24 13:03:56.161
37642026-07-24T13:03:57.630Z DEBG Jul 24 13:03:56.161replacing 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 } }] Jul 24 13:03:56.161INFO
37652026-07-24T13:03:57.630Z adding route 172.17.0.5/32 -> 10.0.0.255
37662026-07-24T13:03:57.630ZDEBG Jul 24 13:03:56.161replacing 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 } }]
37672026-07-24T13:03:57.630ZINFOJul 24 13:03:56.161 adding route 172.17.0.37/32 -> 10.0.0.255DEBG
37682026-07-24T13:03:57.631Z 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 } }]
37692026-07-24T13:03:57.631ZJul 24 13:03:56.161 INFOJul 24 13:03:56.161 Jul 24 13:03:56.161 INFOadding route 172.17.0.34/32 -> 10.0.0.255 DEBG
37702026-07-24T13:03:57.631Z adding route 172.17.0.6/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 } }]
37712026-07-24T13:03:57.631Z
37722026-07-24T13:03:57.631ZJul 24 13:03:56.161 DEBG Jul 24 13:03:56.161replacing 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 } }]Jul 24 13:03:56.161
37732026-07-24T13:03:57.631Z 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 } }]
37742026-07-24T13:03:57.631Z
37752026-07-24T13:03:57.631ZJul 24 13:03:56.161 INFO adding route 172.17.0.35/32 -> 10.0.0.255Jul 24 13:03:56.161Jul 24 13:03:56.161
37762026-07-24T13:03:57.631ZINFO DEBGadding route 172.17.0.7/32 -> 10.0.0.255
37772026-07-24T13:03:57.632Zreplacing 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 } }]
37782026-07-24T13:03:57.632ZJul 24 13:03:56.161Jul 24 13:03:56.161Jul 24 13:03:56.161 DEBGINFODEBG adding route 172.17.0.39/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-07-24T13:03:57.632Z
37802026-07-24T13:03:57.632Ztest route::tests::add_target_fails_full ... ok
37812026-07-24T13:03:57.632Z 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 } }]
37822026-07-24T13:03:57.632ZJul 24 13:03:56.170Jul 24 13:03:56.170 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.36/32 -> 10.0.0.255
37832026-07-24T13:03:57.632Z
37842026-07-24T13:03:57.632ZJul 24 13:03:56.170 Jul 24 13:03:56.170DEBG 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 } }]
37852026-07-24T13:03:57.632Zadding route 172.17.0.40/32 -> 10.0.0.255
37862026-07-24T13:03:57.632ZJul 24 13:03:56.170 Jul 24 13:03:56.161 INFOINFO adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.8/32 -> 10.0.0.255
37872026-07-24T13:03:57.632Z
37882026-07-24T13:03:57.636ZJul 24 13:03:56.170Jul 24 13:03:56.170 DEBGDEBGJul 24 13:03:56.170 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.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 } }]
37892026-07-24T13:03:57.636Z
37902026-07-24T13:03:57.636ZDEBG 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 } }]
37912026-07-24T13:03:57.636ZJul 24 13:03:56.170 Jul 24 13:03:56.170INFO INFOadding route 172.17.0.41/32 -> 10.0.0.255
37922026-07-24T13:03:57.636Zadding route 172.17.0.38/32 -> 10.0.0.255Jul 24 13:03:56.170
37932026-07-24T13:03:57.636Z INFO Jul 24 13:03:56.170adding route 172.17.0.9/32 -> 10.0.0.255
37942026-07-24T13:03:57.636ZDEBG Jul 24 13:03:56.170replacing 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 } }]
37952026-07-24T13:03:57.636ZDEBG Jul 24 13:03:56.170replacing 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 } }]
37962026-07-24T13:03:57.636ZDEBG
37972026-07-24T13:03:57.636ZJul 24 13:03:56.170 replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
37982026-07-24T13:03:57.636Z adding route 172.17.0.42/32 -> 10.0.0.255Jul 24 13:03:56.170
37992026-07-24T13:03:57.636Z INFOJul 24 13:03:56.170 adding route 172.17.0.39/32 -> 10.0.0.255INFOJul 24 13:03:56.170
38002026-07-24T13:03:57.636Zadding route 172.17.0.10/32 -> 10.0.0.255
38012026-07-24T13:03:57.636ZDEBGJul 24 13:03:56.170 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 } }]Jul 24 13:03:56.170Jul 24 13:03:56.170INFO
38022026-07-24T13:03:57.637Z 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 } }] adding route 172.17.0.54/32 -> 10.0.0.255DEBG
38032026-07-24T13:03:57.637ZJul 24 13:03:56.170
38042026-07-24T13:03:57.637Z INFOreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38052026-07-24T13:03:57.637Zadding route 172.17.0.43/32 -> 10.0.0.255
38062026-07-24T13:03:57.637ZJul 24 13:03:56.170Jul 24 13:03:56.170Jul 24 13:03:56.170 Jul 24 13:03:56.170 DEBGINFOINFO adding route 172.17.0.40/32 -> 10.0.0.255adding route 172.17.0.11/32 -> 10.0.0.255
38072026-07-24T13:03:57.637Zreplacing 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 } }]
38082026-07-24T13:03:57.637ZDEBG
38092026-07-24T13:03:57.637Zreplacing 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 } }]
38102026-07-24T13:03:57.637ZJul 24 13:03:56.170Jul 24 13:03:56.170Jul 24 13:03:56.170 INFODEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 24 13:03:56.170adding route 172.17.0.44/32 -> 10.0.0.255
38112026-07-24T13:03:57.637ZDEBG 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 } }]
38122026-07-24T13:03:57.637Zadding route 172.17.0.55/32 -> 10.0.0.255Jul 24 13:03:56.170
38132026-07-24T13:03:57.637Z
38142026-07-24T13:03:57.637Z INFO adding route 172.17.0.12/32 -> 10.0.0.255Jul 24 13:03:56.170
38152026-07-24T13:03:57.637ZJul 24 13:03:56.170Jul 24 13:03:56.170 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 } }]
38162026-07-24T13:03:57.637Zreplacing 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 } }]Jul 24 13:03:56.170INFO
38172026-07-24T13:03:57.637Z DEBGadding route 172.17.0.41/32 -> 10.0.0.255
38182026-07-24T13:03:57.637Zreplacing 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 } }]Jul 24 13:03:56.170Jul 24 13:03:56.170
38192026-07-24T13:03:57.637Z INFO adding route 172.17.0.45/32 -> 10.0.0.255INFO
38202026-07-24T13:03:57.637ZJul 24 13:03:56.170Jul 24 13:03:56.170 adding route 172.17.0.56/32 -> 10.0.0.255INFO
38212026-07-24T13:03:57.637Z adding route 172.17.0.13/32 -> 10.0.0.255
38222026-07-24T13:03:57.637ZDEBG Jul 24 13:03:56.170replacing 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 } }]Jul 24 13:03:56.170
38232026-07-24T13:03:57.637ZJul 24 13:03:56.170 DEBGDEBG DEBGreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38242026-07-24T13:03:57.637Zreplacing 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 } }]
38252026-07-24T13:03:57.637Zreplacing 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 } }]Jul 24 13:03:56.170
38262026-07-24T13:03:57.638Z INFOJul 24 13:03:56.170 Jul 24 13:03:56.170Jul 24 13:03:56.170 adding route 172.17.0.42/32 -> 10.0.0.255INFO INFO
38272026-07-24T13:03:57.638Zadding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.14/32 -> 10.0.0.255INFO
38282026-07-24T13:03:57.638Z
38292026-07-24T13:03:57.638Z adding route 172.17.0.57/32 -> 10.0.0.255Jul 24 13:03:56.170
38302026-07-24T13:03:57.638Z Jul 24 13:03:56.170DEBGJul 24 13:03:56.170 DEBGDEBG Jul 24 13:03:56.170replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38312026-07-24T13:03:57.638Z 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 } }]
38322026-07-24T13:03:57.638Zreplacing 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 } }]
38332026-07-24T13:03:57.638Z
38342026-07-24T13:03:57.638ZJul 24 13:03:56.170 Jul 24 13:03:56.170INFO Jul 24 13:03:56.170INFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255
38352026-07-24T13:03:57.638ZJul 24 13:03:56.170
38362026-07-24T13:03:57.638Z INFO INFOadding route 172.17.0.58/32 -> 10.0.0.255
38372026-07-24T13:03:57.638Zadding route 172.17.0.43/32 -> 10.0.0.255Jul 24 13:03:56.170Jul 24 13:03:56.170 DEBG
38382026-07-24T13:03:57.638ZDEBG 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.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 } }]
38392026-07-24T13:03:57.638Z
38402026-07-24T13:03:57.638ZJul 24 13:03:56.170Jul 24 13:03:56.170 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 } }]DEBGJul 24 13:03:56.170Jul 24 13:03:56.170
38412026-07-24T13:03:57.638Z 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 } }]
38422026-07-24T13:03:57.638ZINFO adding route 172.17.0.48/32 -> 10.0.0.255INFO
38432026-07-24T13:03:57.638ZJul 24 13:03:56.170adding route 172.17.0.16/32 -> 10.0.0.255
38442026-07-24T13:03:57.638ZINFOJul 24 13:03:56.170 adding route 172.17.0.59/32 -> 10.0.0.255INFO
38452026-07-24T13:03:57.638ZJul 24 13:03:56.170 DEBGadding route 172.17.0.44/32 -> 10.0.0.255Jul 24 13:03:56.170 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 } }]
38462026-07-24T13:03:57.638Z
38472026-07-24T13:03:57.638ZDEBG 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 } }]
38482026-07-24T13:03:57.638Ztest route::tests::delete_targets_full ... ok
38492026-07-24T13:03:57.638ZJul 24 13:03:56.170Jul 24 13:03:56.170 DEBG Jul 24 13:03:56.170 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 } }]
38502026-07-24T13:03:57.638Z 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 } }]Jul 24 13:03:56.170
38512026-07-24T13:03:57.638ZINFO adding route 172.17.0.49/32 -> 10.0.0.255
38522026-07-24T13:03:57.638ZINFOJul 24 13:03:56.170 adding route 172.17.0.17/32 -> 10.0.0.255Jul 24 13:03:56.170Jul 24 13:03:56.170INFO
38532026-07-24T13:03:57.639Z DEBG adding route 172.17.0.60/32 -> 10.0.0.255INFOreplacing 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 } }]Jul 24 13:03:56.170
38542026-07-24T13:03:57.639Z
38552026-07-24T13:03:57.639Zadding route 172.17.0.45/32 -> 10.0.0.255
38562026-07-24T13:03:57.639ZDEBG 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 } }]Jul 24 13:03:56.170Jul 24 13:03:56.170
38572026-07-24T13:03:57.639ZINFODEBGJul 24 13:03:56.170 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 } }]adding route 172.17.0.50/32 -> 10.0.0.255
38582026-07-24T13:03:57.639Zreplacing 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 } }]
38592026-07-24T13:03:57.639ZJul 24 13:03:56.170
38602026-07-24T13:03:57.639Z Jul 24 13:03:56.170INFO DEBGadding route 172.17.0.18/32 -> 10.0.0.255
38612026-07-24T13:03:57.639ZJul 24 13:03:56.170replacing 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
38622026-07-24T13:03:57.639Z Jul 24 13:03:56.170 Jul 24 13:03:56.170adding route 172.17.0.46/32 -> 10.0.0.255INFO DEBG
38632026-07-24T13:03:57.639Ztest route::tests::delete_target_fragmented ... ok
38642026-07-24T13:03:57.639Ztest route::tests::delete_targets_fragmented ... ok
38652026-07-24T13:03:57.639Z
38662026-07-24T13:03:57.639Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
38672026-07-24T13:03:57.639Z
38682026-07-24T13:03:57.639Zadding route 172.17.0.61/32 -> 10.0.0.255 Jul 24 13:03:56.170
38692026-07-24T13:03:57.639Z 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
38702026-07-24T13:03:57.639ZJul 24 13:03:56.170 adding route 172.17.0.51/32 -> 10.0.0.255Jul 24 13:03:56.170
38712026-07-24T13:03:57.639ZDEBG Jul 24 13:03:56.170DEBG 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.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 } }]Jul 24 13:03:56.170
38722026-07-24T13:03:57.639ZINFO
38732026-07-24T13:03:57.639Z DEBG adding route 172.17.0.19/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 } }]
38742026-07-24T13:03:57.639Z
38752026-07-24T13:03:57.639ZJul 24 13:03:56.170 INFOJul 24 13:03:56.170Jul 24 13:03:56.170Jul 24 13:03:56.170 DEBGINFOINFO adding route 172.17.0.52/32 -> 10.0.0.255adding route 172.17.0.47/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 } }]
38762026-07-24T13:03:57.639Z
38772026-07-24T13:03:57.639Z
38782026-07-24T13:03:57.640Z adding route 172.17.0.62/32 -> 10.0.0.255
38792026-07-24T13:03:57.640ZJul 24 13:03:56.171Jul 24 13:03:56.171Jul 24 13:03:56.171 INFODEBG DEBGJul 24 13:03:56.171 adding route 172.17.0.20/32 -> 10.0.0.255 replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38802026-07-24T13:03:57.640Z
38812026-07-24T13:03:57.640ZDEBG
38822026-07-24T13:03:57.640Z 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 } }]
38832026-07-24T13:03:57.640ZJul 24 13:03:56.171Jul 24 13:03:56.171 INFOJul 24 13:03:56.171Jul 24 13:03:56.171INFO adding route 172.17.0.63/32 -> 10.0.0.255INFOadding route 172.17.0.53/32 -> 10.0.0.255
38842026-07-24T13:03:57.640Z
38852026-07-24T13:03:57.640Z DEBG adding route 172.17.0.48/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 } }]
38862026-07-24T13:03:57.640ZJul 24 13:03:56.171
38872026-07-24T13:03:57.640Z Jul 24 13:03:56.171DEBG Jul 24 13:03:56.171replacing 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 } }]Jul 24 13:03:56.171DEBG DEBG
38882026-07-24T13:03:57.644ZINFO 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 } }]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 } }]
38892026-07-24T13:03:57.644Zadding route 172.17.0.21/32 -> 10.0.0.255
38902026-07-24T13:03:57.644Z
38912026-07-24T13:03:57.644ZJul 24 13:03:56.171 INFOJul 24 13:03:56.171Jul 24 13:03:56.171Jul 24 13:03:56.171 DEBG adding route 172.17.0.54/32 -> 10.0.0.255 failed to allocate space for the new target list
38922026-07-24T13:03:57.644ZDEBG
38932026-07-24T13:03:57.644ZINFO 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.49/32 -> 10.0.0.255
38942026-07-24T13:03:57.644Z
38952026-07-24T13:03:57.644ZJul 24 13:03:56.171 Jul 24 13:03:56.171DEBG Jul 24 13:03:56.171 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
38962026-07-24T13:03:57.645ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.22/32 -> 10.0.0.255
38972026-07-24T13:03:57.645Z
38982026-07-24T13:03:57.645ZJul 24 13:03:56.171Jul 24 13:03:56.171 INFODEBG Jul 24 13:03:56.171 Jul 24 13:03:56.171adding route 172.17.0.55/32 -> 10.0.0.255 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
38992026-07-24T13:03:57.645Z
39002026-07-24T13:03:57.645Z 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 } }]
39012026-07-24T13:03:57.645Zfailed to allocate space for the new target list
39022026-07-24T13:03:57.645ZJul 24 13:03:56.171 Jul 24 13:03:56.171DEBG 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 } }] Jul 24 13:03:56.171
39032026-07-24T13:03:57.645Zadding route 172.17.0.23/32 -> 10.0.0.255
39042026-07-24T13:03:57.645ZINFO adding route 172.17.0.50/32 -> 10.0.0.255
39052026-07-24T13:03:57.645ZJul 24 13:03:56.171Jul 24 13:03:56.171 INFO DEBGadding route 172.17.0.56/32 -> 10.0.0.255 Jul 24 13:03:56.171
39062026-07-24T13:03:57.645Z replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG Jul 24 13:03:56.171 DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
39072026-07-24T13:03:57.645Z
39082026-07-24T13:03:57.645ZJul 24 13:03:56.179Jul 24 13:03:56.179 INFOINFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255
39092026-07-24T13:03:57.645Z
39102026-07-24T13:03:57.645ZJul 24 13:03:56.179 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 } }]
39112026-07-24T13:03:57.645ZJul 24 13:03:56.179Jul 24 13:03:56.179 DEBG INFO adding route 172.17.0.52/32 -> 10.0.0.255
39122026-07-24T13:03:57.645Z replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39132026-07-24T13:03:57.645ZJul 24 13:03:56.179 Jul 24 13:03:56.179DEBG INFOreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39142026-07-24T13:03:57.645Zadding route 172.17.0.58/32 -> 10.0.0.255
39152026-07-24T13:03:57.645ZJul 24 13:03:56.179 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 } }]
39162026-07-24T13:03:57.645ZJul 24 13:03:56.179 INFOJul 24 13:03:56.179 adding route 172.17.0.53/32 -> 10.0.0.255INFO
39172026-07-24T13:03:57.645Z adding route 172.17.0.59/32 -> 10.0.0.255
39182026-07-24T13:03:57.645ZJul 24 13:03:56.179 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 } }]
39192026-07-24T13:03:57.645ZJul 24 13:03:56.179 DEBGJul 24 13:03:56.179 replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
39202026-07-24T13:03:57.645Z adding route 172.17.0.60/32 -> 10.0.0.255
39212026-07-24T13:03:57.645ZJul 24 13:03:56.179 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 } }]
39222026-07-24T13:03:57.645ZJul 24 13:03:56.179 INFO Jul 24 13:03:56.179adding route 172.17.0.54/32 -> 10.0.0.255
39232026-07-24T13:03:57.645ZDEBG failed to allocate space for the new target list
39242026-07-24T13:03:57.646Z
39252026-07-24T13:03:57.646ZJul 24 13:03:56.179Jul 24 13:03:56.179 DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
39262026-07-24T13:03:57.646Zreplacing 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 } }]
39272026-07-24T13:03:57.646ZJul 24 13:03:56.179 INFO adding route 172.17.0.24/32 -> 10.0.0.255Jul 24 13:03:56.179
39282026-07-24T13:03:57.646Z INFO adding route 172.17.0.55/32 -> 10.0.0.255
39292026-07-24T13:03:57.646ZJul 24 13:03:56.179 DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 24 13:03:56.179
39302026-07-24T13:03:57.646Z 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 } }]
39312026-07-24T13:03:57.646ZJul 24 13:03:56.179 INFO adding route 172.17.0.25/32 -> 10.0.0.255Jul 24 13:03:56.179
39322026-07-24T13:03:57.646Z INFO adding route 172.17.0.56/32 -> 10.0.0.255
39332026-07-24T13:03:57.646ZJul 24 13:03:56.179 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 } }]Jul 24 13:03:56.179
39342026-07-24T13:03:57.646ZJul 24 13:03:56.179 INFODEBG adding route 172.17.0.26/32 -> 10.0.0.255
39352026-07-24T13:03:57.646ZJul 24 13:03:56.179replacing 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 } }]
39362026-07-24T13:03:57.646ZJul 24 13:03:56.179 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.57/32 -> 10.0.0.255
39372026-07-24T13:03:57.646Z
39382026-07-24T13:03:57.646ZJul 24 13:03:56.179Jul 24 13:03:56.179 DEBGINFO replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.27/32 -> 10.0.0.255
39392026-07-24T13:03:57.646Z
39402026-07-24T13:03:57.646ZJul 24 13:03:56.179Jul 24 13:03:56.179 INFODEBG adding route 172.17.0.58/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 } }]
39412026-07-24T13:03:57.646Z
39422026-07-24T13:03:57.646ZJul 24 13:03:56.179Jul 24 13:03:56.179 DEBGINFO replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.28/32 -> 10.0.0.255
39432026-07-24T13:03:57.646Z
39442026-07-24T13:03:57.646ZJul 24 13:03:56.179Jul 24 13:03:56.179 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.59/32 -> 10.0.0.255
39452026-07-24T13:03:57.646Z
39462026-07-24T13:03:57.646Z
39472026-07-24T13:03:57.646Zrunning 0 tests
39482026-07-24T13:03:57.646ZJul 24 13:03:56.179Jul 24 13:03:56.179 INFODEBG adding route 172.17.0.29/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 } }]
39492026-07-24T13:03:57.646Z
39502026-07-24T13:03:57.646ZJul 24 13:03:56.179 DEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39512026-07-24T13:03:57.647Z
39522026-07-24T13:03:57.647Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39532026-07-24T13:03:57.647Z
39542026-07-24T13:03:57.647Z
39552026-07-24T13:03:57.647Zrunning 0 tests
39562026-07-24T13:03:57.647Z
39572026-07-24T13:03:57.647Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39582026-07-24T13:03:57.647ZJul 24 13:03:56.179 INFO adding route 172.17.0.60/32 -> 10.0.0.255
39592026-07-24T13:03:57.647Z
39602026-07-24T13:03:57.647Z
39612026-07-24T13:03:57.648ZJul 24 13:03:56.179Jul 24 13:03:56.179 INFO adding route 172.17.0.30/32 -> 10.0.0.255
39622026-07-24T13:03:57.648Zrunning 6 tests
39632026-07-24T13:03:57.648Z 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 } }]
39642026-07-24T13:03:57.648Ztest tests::test_full_lot_id_neither_present ... ok
39652026-07-24T13:03:57.648Ztest tests::test_full_lot_id_both_present ... ok
39662026-07-24T13:03:57.648ZJul 24 13:03:56.179Jul 24 13:03:56.179 DEBGDEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]failed to allocate space for the new target list
39672026-07-24T13:03:57.648Z
39682026-07-24T13:03:57.648Ztest tests::test_full_lot_id_lotnum_only ... ok
39692026-07-24T13:03:57.648Ztest tests::test_full_lot_id_lot_only ... ok
39702026-07-24T13:03:57.648ZJul 24 13:03:56.179Jul 24 13:03:56.179 INFODEBG adding route 172.17.0.31/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
39712026-07-24T13:03:57.648Ztest tests::test_parse_client_port_id ... ok
39722026-07-24T13:03:57.648Z
39732026-07-24T13:03:57.648Ztest tests::test_port_id_cmp ... ok
39742026-07-24T13:03:57.648Z
39752026-07-24T13:03:57.648Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39762026-07-24T13:03:57.648Z
39772026-07-24T13:03:57.648Z
39782026-07-24T13:03:57.648Zrunning 0 tests
39792026-07-24T13:03:57.648Z
39802026-07-24T13:03:57.648Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39812026-07-24T13:03:57.649Z
39822026-07-24T13:03:57.649ZJul 24 13:03:56.179 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 } }]
39832026-07-24T13:03:57.649ZJul 24 13:03:56.179 INFO adding route 172.17.0.32/32 -> 10.0.0.255
39842026-07-24T13:03:57.649ZJul 24 13:03:56.179 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 } }]
39852026-07-24T13:03:57.649ZJul 24 13:03:56.179 INFO adding route 172.17.0.33/32 -> 10.0.0.255
39862026-07-24T13:03:57.649ZJul 24 13:03:56.179 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 } }]
39872026-07-24T13:03:57.649ZJul 24 13:03:56.179 INFO adding route 172.17.0.34/32 -> 10.0.0.255
39882026-07-24T13:03:57.653ZJul 24 13:03:56.179 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 } }]
39892026-07-24T13:03:57.653ZJul 24 13:03:56.179 INFO adding route 172.17.0.35/32 -> 10.0.0.255
39902026-07-24T13:03:57.653ZJul 24 13:03:56.179 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 } }]
39912026-07-24T13:03:57.653ZJul 24 13:03:56.179 INFO adding route 172.17.0.36/32 -> 10.0.0.255
39922026-07-24T13:03:57.653ZJul 24 13:03:56.179 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 } }]
39932026-07-24T13:03:57.653ZJul 24 13:03:56.179 INFO adding route 172.17.0.37/32 -> 10.0.0.255
39942026-07-24T13:03:57.653ZJul 24 13:03:56.179 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 } }]
39952026-07-24T13:03:57.653ZJul 24 13:03:56.179 INFO adding route 172.17.0.38/32 -> 10.0.0.255
39962026-07-24T13:03:57.653ZJul 24 13:03:56.179 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 } }]
39972026-07-24T13:03:57.653ZJul 24 13:03:56.179 INFO adding route 172.17.0.39/32 -> 10.0.0.255
39982026-07-24T13:03:57.653ZJul 24 13:03:56.179 DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39992026-07-24T13:03:57.653ZJul 24 13:03:56.179 INFO adding route 172.17.0.40/32 -> 10.0.0.255
40002026-07-24T13:03:57.653ZJul 24 13:03:56.179 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 } }]
40012026-07-24T13:03:57.653ZJul 24 13:03:56.179 INFO adding route 172.17.0.41/32 -> 10.0.0.255
40022026-07-24T13:03:57.653ZJul 24 13:03:56.179 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 } }]
40032026-07-24T13:03:57.653ZJul 24 13:03:56.179 INFO adding route 172.17.0.42/32 -> 10.0.0.255
40042026-07-24T13:03:57.653ZJul 24 13:03:56.179 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 } }]
40052026-07-24T13:03:57.653ZJul 24 13:03:56.179 INFO adding route 172.17.0.43/32 -> 10.0.0.255
40062026-07-24T13:03:57.654ZJul 24 13:03:56.179 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 } }]
40072026-07-24T13:03:57.654ZJul 24 13:03:56.179 INFO adding route 172.17.0.44/32 -> 10.0.0.255
40082026-07-24T13:03:57.654ZJul 24 13:03:56.179 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 } }]
40092026-07-24T13:03:57.654ZJul 24 13:03:56.179 INFO adding route 172.17.0.45/32 -> 10.0.0.255
40102026-07-24T13:03:57.654ZJul 24 13:03:56.179 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 } }]
40112026-07-24T13:03:57.654ZJul 24 13:03:56.179 INFO adding route 172.17.0.46/32 -> 10.0.0.255
40122026-07-24T13:03:57.654ZJul 24 13:03:56.179 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 } }]
40132026-07-24T13:03:57.654ZJul 24 13:03:56.179 INFO adding route 172.17.0.47/32 -> 10.0.0.255
40142026-07-24T13:03:57.654ZJul 24 13:03:56.179 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 } }]
40152026-07-24T13:03:57.654ZJul 24 13:03:56.179 INFO adding route 172.17.0.48/32 -> 10.0.0.255
40162026-07-24T13:03:57.654ZJul 24 13:03:56.179 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 } }]
40172026-07-24T13:03:57.654ZJul 24 13:03:56.179 INFO adding route 172.17.0.49/32 -> 10.0.0.255
40182026-07-24T13:03:57.654ZJul 24 13:03:56.179 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 } }]
40192026-07-24T13:03:57.654ZJul 24 13:03:56.179 INFO adding route 172.17.0.50/32 -> 10.0.0.255
40202026-07-24T13:03:57.654ZJul 24 13:03:56.179 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 } }]
40212026-07-24T13:03:57.654ZJul 24 13:03:56.179 INFO adding route 172.17.0.51/32 -> 10.0.0.255
40222026-07-24T13:03:57.654ZJul 24 13:03:56.179 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 } }]
40232026-07-24T13:03:57.654ZJul 24 13:03:56.179 INFO adding route 172.17.0.52/32 -> 10.0.0.255
40242026-07-24T13:03:57.654ZJul 24 13:03:56.179 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 } }]
40252026-07-24T13:03:57.654ZJul 24 13:03:56.179 INFO adding route 172.17.0.53/32 -> 10.0.0.255
40262026-07-24T13:03:57.654ZJul 24 13:03:56.179 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 } }]
40272026-07-24T13:03:57.654ZJul 24 13:03:56.179 INFO adding route 172.17.0.54/32 -> 10.0.0.255
40282026-07-24T13:03:57.654ZJul 24 13:03:56.179 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 } }]
40292026-07-24T13:03:57.654ZJul 24 13:03:56.179 INFO adding route 172.17.0.55/32 -> 10.0.0.255
40302026-07-24T13:03:57.654ZJul 24 13:03:56.179 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 } }]
40312026-07-24T13:03:57.654ZJul 24 13:03:56.179 INFO adding route 172.17.0.56/32 -> 10.0.0.255
40322026-07-24T13:03:57.654ZJul 24 13:03:56.179 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 } }]
40332026-07-24T13:03:57.654ZJul 24 13:03:56.179 INFO adding route 172.17.0.57/32 -> 10.0.0.255
40342026-07-24T13:03:57.655ZJul 24 13:03:56.179 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 } }]
40352026-07-24T13:03:57.655ZJul 24 13:03:56.179 INFO adding route 172.17.0.58/32 -> 10.0.0.255
40362026-07-24T13:03:57.655ZJul 24 13:03:56.179 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 } }]
40372026-07-24T13:03:57.655ZJul 24 13:03:56.179 INFO adding route 172.17.0.59/32 -> 10.0.0.255
40382026-07-24T13:03:57.655ZJul 24 13:03:56.179 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 } }]
40392026-07-24T13:03:57.655ZJul 24 13:03:56.179 INFO adding route 172.17.0.60/32 -> 10.0.0.255
40402026-07-24T13:03:57.655ZJul 24 13:03:56.179 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 } }]
40412026-07-24T13:03:57.655ZJul 24 13:03:56.179 DEBG failed to allocate space for the new target list
40422026-07-24T13:03:57.655ZJul 24 13:03:56.179 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 } }]
40432026-07-24T13:03:57.655Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-6f99acf8b84d6159)
40442026-07-24T13:03:57.655Z Running unittests src/lib.rs (target/debug/deps/dpd_api-5542eafe66c53d53)
40452026-07-24T13:03:57.655Z Running unittests src/lib.rs (target/debug/deps/dpd_client-446ad2edb33bca50)
40462026-07-24T13:03:57.655Z Running tests/test_all.rs (target/debug/deps/test_all-36f8fd0c855aea26)
40472026-07-24T13:03:57.655Z
40482026-07-24T13:03:57.655Z Running unittests src/lib.rs (target/debug/deps/dpd_types-fd2572aa3982a063)
40492026-07-24T13:03:57.655Zrunning 0 tests
40502026-07-24T13:03:57.655Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a628021f550b6cdd)
40512026-07-24T13:03:57.655Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
40522026-07-24T13:03:57.655Z Running unittests src/lib.rs (target/debug/deps/pcap-6c299e9d62d45b52)
40532026-07-24T13:03:57.655Z Running unittests src/main.rs (target/debug/deps/swadm-e17c0d2faaf93a7a)
40542026-07-24T13:03:57.655Z
40552026-07-24T13:03:57.655Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40562026-07-24T13:03:57.655Z
40572026-07-24T13:03:57.655Z
40582026-07-24T13:03:57.655Zrunning 0 tests
40592026-07-24T13:03:57.655Z
40602026-07-24T13:03:57.655Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40612026-07-24T13:03:57.655Z
40622026-07-24T13:03:57.656Z
40632026-07-24T13:03:57.656Zrunning 12 tests
40642026-07-24T13:03:57.656Ztest icmp::test_v6_checksum ... ok
40652026-07-24T13:03:57.656Ztest lldp::test_lldp_parse ... ok
40662026-07-24T13:03:57.656Ztest icmp::test_v4_checksum ... ok
40672026-07-24T13:03:57.656Ztest ipv6::test_ipv6_parse ... ok
40682026-07-24T13:03:57.656Ztest pbuf::test_byte ... ok
40692026-07-24T13:03:57.656Ztest pbuf::test_nibble ... ok
40702026-07-24T13:03:57.656Ztest pbuf::test_overflow ... ok
40712026-07-24T13:03:57.656Ztest pbuf::test_short ... ok
40722026-07-24T13:03:57.656Ztest pbuf::test_twelve ... ok
40732026-07-24T13:03:57.656Ztest pbuf::test_word ... ok
40742026-07-24T13:03:57.656Ztest tcp::test_checksum_syn_nodata ... ok
40752026-07-24T13:03:57.656Ztest tcp::test_checksum_ack_data ... ok
40762026-07-24T13:03:57.656Z
40772026-07-24T13:03:57.656Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40782026-07-24T13:03:57.656Z
40792026-07-24T13:03:57.656Z
40802026-07-24T13:03:57.656Zrunning 0 tests
40812026-07-24T13:03:57.656Z
40822026-07-24T13:03:57.656Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40832026-07-24T13:03:57.656Z
40842026-07-24T13:03:57.656Z
40852026-07-24T13:03:57.656Zrunning 5 tests
40862026-07-24T13:03:57.656Ztest switchport::test::test_compute_lanes ... ok
40872026-07-24T13:03:57.656Ztest switchport::test::port_id_ordering ... ok
40882026-07-24T13:03:57.660Z Lane 0 Lane 1 Lane 2 Lane 0Lane 3
40892026-07-24T13:03:57.661ZLane 1 Rx Loss-of-lock: Yes Lane 2Yes Lane 3Yes
40902026-07-24T13:03:57.661Z Yes
40912026-07-24T13:03:57.661Z State: Activated Rx Loss-of-signal: Yes YesActivated YesActivated Yes
40922026-07-24T13:03:57.661ZActivated Rx CDR Enabled: Yes
40932026-07-24T13:03:57.661Z Rx Output Enabled: falseYes falseYes Yes
40942026-07-24T13:03:57.661Zfalse Tx Enabled: Yesfalse
40952026-07-24T13:03:57.661ZYes Rx Output Status: validYes Yes
40962026-07-24T13:03:57.661Zvalid Tx Loss-of-lock: No valid valid
40972026-07-24T13:03:57.661ZNo Rx Loss-of-lock: true Notrue No
40982026-07-24T13:03:57.661Ztrue Tx Loss-of-signal: Notrue
40992026-07-24T13:03:57.661ZNo Rx Loss-of-signal: false No falseNo
41002026-07-24T13:03:57.661Zfalse false
41012026-07-24T13:03:57.661Z Tx CDR Enabled: No Rx Auto-squelch Disable: trueNo true No true Notrue
41022026-07-24T13:03:57.661Z
41032026-07-24T13:03:57.661Z Tx Adaptive EQ Fault: No Tx Output Enabled: true No true Notrue Notrue
41042026-07-24T13:03:57.661Z
41052026-07-24T13:03:57.661Z Tx Fault: Yes Tx Output Status: invalid Yes invalid Yes invalidYes
41062026-07-24T13:03:57.661Zinvalid
41072026-07-24T13:03:57.661Z Tx Loss-of-lock: false false false false
41082026-07-24T13:03:57.661Z Tx Loss-of-signal: true true true true
41092026-07-24T13:03:57.661ZTx Auto-squelch Disable: false false false false
41102026-07-24T13:03:57.661Z Tx Adaptive EQ Fail: true true true true
41112026-07-24T13:03:57.661Z Tx Failure: false false false false
41122026-07-24T13:03:57.661Z Tx Force Squelch: true true true true
41132026-07-24T13:03:57.661Z Tx Input Polarity: normal normal normal normal
41142026-07-24T13:03:57.662Ztest switchport::test::test_print_sff_datapath ... ok
41152026-07-24T13:03:57.662Ztest switchport::test::test_print_cmis_datapath ... ok
41162026-07-24T13:03:57.662Ztest link::test_filter ... ok
41172026-07-24T13:03:57.662Z
41182026-07-24T13:03:57.662Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41192026-07-24T13:03:57.662Z
41202026-07-24T13:03:57.662Z Running tests/counters.rs (target/debug/deps/counters-60c9131b700c3613)
41212026-07-24T13:03:57.662Z
41222026-07-24T13:03:57.662Zrunning 1 test
41232026-07-24T13:03:57.662Ztest test_p4_counter_list ... ignored
41242026-07-24T13:03:57.662Z
41252026-07-24T13:03:57.662Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
41262026-07-24T13:03:57.662Z
41272026-07-24T13:03:57.662Z Running tests/port-link.rs (target/debug/deps/port_link-d4cd4f805b4a86eb)
41282026-07-24T13:03:57.662Z
41292026-07-24T13:03:57.662Zrunning 5 tests
41302026-07-24T13:03:57.662Ztest test_an ... ignored
41312026-07-24T13:03:57.662Ztest test_enable ... ignored
41322026-07-24T13:03:57.662Ztest test_ip_addresses ... ignored
41332026-07-24T13:03:57.662Ztest test_kr ... ignored
41342026-07-24T13:03:57.662Ztest test_mac ... ignored
41352026-07-24T13:03:57.662Z
41362026-07-24T13:03:57.662Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
41372026-07-24T13:03:57.662Z
41382026-07-24T13:03:57.662Z Running unittests src/main.rs (target/debug/deps/tfportd-30f50b0504d68aff)
41392026-07-24T13:03:57.662Z
41402026-07-24T13:03:57.662Zrunning 3 tests
41412026-07-24T13:03:57.662Ztest linklocal::test_parse_ipadm ... ok
41422026-07-24T13:03:57.663Ztest tfport::test_parse_tfport ... ok
41432026-07-24T13:03:57.663Ztest config::tests::test_updates ... ok
41442026-07-24T13:03:57.663Z
41452026-07-24T13:03:57.663Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41462026-07-24T13:03:57.663Z
41472026-07-24T13:03:57.663Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
41482026-07-24T13:03:57.663Z
41492026-07-24T13:03:57.663Zrunning 0 tests
41502026-07-24T13:03:57.663Z
41512026-07-24T13:03:57.663Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41522026-07-24T13:03:57.663Z
41532026-07-24T13:03:57.663Z Running unittests src/main.rs (target/debug/deps/xtask-87e0a06053f53c01)
41542026-07-24T13:03:57.663Z
41552026-07-24T13:03:57.663Zrunning 0 tests
41562026-07-24T13:03:57.663Z
41572026-07-24T13:03:57.663Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41582026-07-24T13:03:57.663Z
41592026-07-24T13:03:57.663Z Doc-tests aal
41602026-07-24T13:03:57.770Z
41612026-07-24T13:03:57.770Zrunning 0 tests
41622026-07-24T13:03:57.770Z
41632026-07-24T13:03:57.770Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41642026-07-24T13:03:57.770Z
41652026-07-24T13:03:57.786Z Doc-tests aal_macros
41662026-07-24T13:03:57.852Z
41672026-07-24T13:03:57.852Zrunning 0 tests
41682026-07-24T13:03:57.852Z
41692026-07-24T13:03:57.852Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41702026-07-24T13:03:57.852Z
41712026-07-24T13:03:57.861Z Doc-tests common
41722026-07-24T13:03:58.088Z
41732026-07-24T13:03:58.088Zrunning 0 tests
41742026-07-24T13:03:58.089Z
41752026-07-24T13:03:58.089Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41762026-07-24T13:03:58.089Z
41772026-07-24T13:03:58.107Z Doc-tests dpd_api
41782026-07-24T13:03:58.846Z
41792026-07-24T13:03:58.846Zrunning 2 tests
41802026-07-24T13:03:58.846Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
41812026-07-24T13:03:58.846Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
41822026-07-24T13:03:58.846Z
41832026-07-24T13:03:58.847Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
41842026-07-24T13:03:58.847Z
41852026-07-24T13:03:58.876Z Doc-tests dpd_client
41862026-07-24T13:04:00.149Z
41872026-07-24T13:04:00.149Zrunning 0 tests
41882026-07-24T13:04:00.149Z
41892026-07-24T13:04:00.149Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41902026-07-24T13:04:00.149Z
41912026-07-24T13:04:00.191Z Doc-tests dpd_types
41922026-07-24T13:04:00.402Z
41932026-07-24T13:04:00.402Zrunning 0 tests
41942026-07-24T13:04:00.402Z
41952026-07-24T13:04:00.402Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41962026-07-24T13:04:00.402Z
41972026-07-24T13:04:00.427Z Doc-tests dpd_types_versions
41982026-07-24T13:04:01.630Z
41992026-07-24T13:04:01.630Zrunning 1 test
42002026-07-24T13:04:01.630Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
42012026-07-24T13:04:01.630Z
42022026-07-24T13:04:01.630Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
42032026-07-24T13:04:01.630Z
42042026-07-24T13:04:01.671Z Doc-tests packet
42052026-07-24T13:04:01.784Z
42062026-07-24T13:04:01.784Zrunning 0 tests
42072026-07-24T13:04:01.784Z
42082026-07-24T13:04:01.784Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42092026-07-24T13:04:01.784Z
42102026-07-24T13:04:01.799Z Doc-tests pcap
42112026-07-24T13:04:01.850Z
42122026-07-24T13:04:01.850Zrunning 0 tests
42132026-07-24T13:04:01.850Z
42142026-07-24T13:04:01.853Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42152026-07-24T13:04:01.853Z
42162026-07-24T13:04:01.916Z+ for feat in tofino_stub tofino_asic softnpu chaos
42172026-07-24T13:04:01.916Z+ RUST_BACKTRACE=full
42182026-07-24T13:04:01.916Z+ cargo test --features tofino_asic --no-fail-fast
42192026-07-24T13:04:02.503Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
42202026-07-24T13:04:02.585Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
42212026-07-24T13:04:02.592Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
42222026-07-24T13:04:02.599Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
42232026-07-24T13:04:11.015Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
42242026-07-24T13:04:11.435Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
42252026-07-24T13:04:50.629Z Finished `test` profile [unoptimized + debuginfo] target(s) in 48.70s
42262026-07-24T13:04:50.741Z Running unittests src/lib.rs (target/debug/deps/aal-d7ad844a926eb99a)
42272026-07-24T13:04:50.743Z
42282026-07-24T13:04:50.744Zrunning 5 tests
42292026-07-24T13:04:50.747Ztest fuse::tests::chip_revision_unknown_device_id ... ok
42302026-07-24T13:04:50.747Ztest fuse::tests::chip_revision_b1 ... ok
42312026-07-24T13:04:50.747Ztest fuse::tests::chip_revision_a0 ... ok
42322026-07-24T13:04:50.747Ztest fuse::tests::chip_revision_b0 ... ok
42332026-07-24T13:04:50.747Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
42342026-07-24T13:04:50.747Z
42352026-07-24T13:04:50.747Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42362026-07-24T13:04:50.747Z
42372026-07-24T13:04:50.747Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
42382026-07-24T13:04:50.747Z
42392026-07-24T13:04:50.747Zrunning 0 tests
42402026-07-24T13:04:50.747Z
42412026-07-24T13:04:50.747Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42422026-07-24T13:04:50.747Z
42432026-07-24T13:04:50.750Z Running unittests src/lib.rs (target/debug/deps/asic-92abb1933356f0f4)
42442026-07-24T13:04:50.848Z
42452026-07-24T13:04:50.848Zrunning 8 tests
42462026-07-24T13:04:50.851Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
42472026-07-24T13:04:50.851Ztest tofino_asic::qsfp::tests::fix_link ... ok
42482026-07-24T13:04:50.851Ztest tofino_asic::stats::constants_sanity_check ... ok
42492026-07-24T13:04:50.851Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
42502026-07-24T13:04:50.851Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
42512026-07-24T13:04:50.851Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
42522026-07-24T13:04:50.858Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
42532026-07-24T13:04:51.349Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
42542026-07-24T13:04:51.350Z
42552026-07-24T13:04:51.350Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
42562026-07-24T13:04:51.350Z
42572026-07-24T13:04:51.359Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
42582026-07-24T13:04:51.362Z
42592026-07-24T13:04:51.362Zrunning 10 tests
42602026-07-24T13:04:51.365Ztest nat::tests::test_vni ... ok
42612026-07-24T13:04:51.365Ztest network::tests::test_equal ... ok
42622026-07-24T13:04:51.365Ztest network::tests::test_eui64 ... ok
42632026-07-24T13:04:51.365Ztest network::tests::test_generate_ipv6_link_local ... ok
42642026-07-24T13:04:51.365Ztest network::tests::test_into ... ok
42652026-07-24T13:04:51.365Ztest network::tests::test_not_equal ... ok
42662026-07-24T13:04:51.365Ztest network::tests::test_to_string ... ok
42672026-07-24T13:04:51.366Ztest network::tests::test_parse ... ok
42682026-07-24T13:04:51.366Ztest test_purge ... ok
42692026-07-24T13:04:51.368Ztest illumos::test::address_exists_handles_missing_object ... ok
42702026-07-24T13:04:51.369Z
42712026-07-24T13:04:51.369Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42722026-07-24T13:04:51.369Z
42732026-07-24T13:04:51.369Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-440d0bab3aecd595)
42742026-07-24T13:04:51.372Z
42752026-07-24T13:04:51.372Zrunning 1 test
42762026-07-24T13:04:51.372Z -------
42772026-07-24T13:04:51.372Z Generating OpenAPI documents from API definitions ...
42782026-07-24T13:04:51.509Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
42792026-07-24T13:04:51.576Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
42802026-07-24T13:04:52.589Z -------
42812026-07-24T13:04:52.589Z Checking 12 OpenAPI documents...
42822026-07-24T13:04:52.589Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
42832026-07-24T13:04:52.589Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
42842026-07-24T13:04:52.589Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
42852026-07-24T13:04:52.590Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
42862026-07-24T13:04:52.593Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
42872026-07-24T13:04:52.593Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
42882026-07-24T13:04:52.593Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
42892026-07-24T13:04:52.593Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
42902026-07-24T13:04:52.593Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
42912026-07-24T13:04:52.593Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
42922026-07-24T13:04:52.593Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
42932026-07-24T13:04:52.593Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
42942026-07-24T13:04:52.593Z Fresh dpd "latest" symlink
42952026-07-24T13:04:52.593Z -------
42962026-07-24T13:04:52.594Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
42972026-07-24T13:04:52.651Ztest test::test_apis_up_to_date ... ok
42982026-07-24T13:04:52.651Z
42992026-07-24T13:04:52.654Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s
43002026-07-24T13:04:52.654Z
43012026-07-24T13:04:52.704Z Running unittests src/main.rs (target/debug/deps/dpd-cac56c1e9c91bda1)
43022026-07-24T13:04:52.768Z
43032026-07-24T13:04:52.768Zrunning 66 tests
43042026-07-24T13:04:52.771Ztest freemap::test_ordering ... ok
43052026-07-24T13:04:52.771Ztest config::tests::test_updates ... ok
43062026-07-24T13:04:52.771Ztest dhcpv6::tests::test_create_duid_bytes ... ok
43072026-07-24T13:04:52.771Ztest freemap::test_split ... ok
43082026-07-24T13:04:52.771Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
43092026-07-24T13:04:52.771Ztest macaddrs::tests::test_mac_offset ... ok
43102026-07-24T13:04:52.776Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
43112026-07-24T13:04:52.776Ztest macaddrs::tests::test_parse_port_id ... ok
43122026-07-24T13:04:52.776ZJul 24 13:04:51.348 DEBG created new freemap, unit: freemap_test
43132026-07-24T13:04:52.776ZJul 24 13:04:51.348Jul 24 13:04:51.348 DEBGDEBG initted freemap. size: 128, unit: freemap_test
43142026-07-24T13:04:52.776Z Jul 24 13:04:51.348 created new freemapDEBG , reset freemapunit, :unit :freemap_test freemap_test
43152026-07-24T13:04:52.776Z
43162026-07-24T13:04:52.776ZJul 24 13:04:51.348 DEBG initted freemap. size: 128, unit: freemap_test
43172026-07-24T13:04:52.776ZJul 24 13:04:51.348 DEBG reset freemap, unit: freemap_test
43182026-07-24T13:04:52.776ZJul 24 13:04:51.348 DEBG created new freemap, unit: freemap_test
43192026-07-24T13:04:52.776ZJul 24 13:04:51.348 DEBG initted freemap. size: 128, unit: freemap_test
43202026-07-24T13:04:52.776ZJul 24 13:04:51.348 DEBG reset freemap, unit: freemap_test
43212026-07-24T13:04:52.776Ztest nat::test_mapping ... ok
43222026-07-24T13:04:52.776ZJul 24 13:04:51.348 DEBG created new freemap, unit: freemap_test
43232026-07-24T13:04:52.776Ztest freemap::test_basic ... ok
43242026-07-24T13:04:52.776ZJul 24 13:04:51.349 DEBG initted freemap. size: 128, unit: freemap_test
43252026-07-24T13:04:52.776ZJul 24 13:04:51.349 DEBG reset freemap, unit: freemap_test
43262026-07-24T13:04:52.777ZJul 24 13:04:51.349 DEBG created new freemap, unit: freemap_test
43272026-07-24T13:04:52.777Ztest freemap::test_reclaim ... ok
43282026-07-24T13:04:52.777ZJul 24 13:04:51.349 DEBG initted freemap. size: 8, unit: freemap_test
43292026-07-24T13:04:52.777Ztest freemap::test_free ... ok
43302026-07-24T13:04:52.777ZJul 24 13:04:51.349 DEBG reset freemap, unit: freemap_test
43312026-07-24T13:04:52.777Ztest freemap::test_exhaustion ... ok
43322026-07-24T13:04:52.777Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
43332026-07-24T13:04:52.777Ztest port_map::tests::test_backplane_group ... ok
43342026-07-24T13:04:52.777Ztest port_map::tests::test_port_map ... ok
43352026-07-24T13:04:52.777ZJul 24 13:04:51.349 DEBG created new freemap, unit: freemap_test
43362026-07-24T13:04:52.777ZJul 24 13:04:51.349 DEBG initted freemap. size: 128, unit: freemap_test
43372026-07-24T13:04:52.777ZJul 24 13:04:51.349 DEBG reset freemap, unit: freemap_test
43382026-07-24T13:04:52.777Ztest port_map::tests::dump_map ... ok
43392026-07-24T13:04:52.777Ztest freemap::test_span ... ok
43402026-07-24T13:04:52.777ZJul 24 13:04:51.350 DEBG created new freemap, unit: freemap_route_ipv4
43412026-07-24T13:04:52.777ZJul 24 13:04:51.350 DEBG created new freemap, unit: freemap_route_ipv6
43422026-07-24T13:04:52.777ZJul 24 13:04:51.350 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
43432026-07-24T13:04:52.777ZJul 24 13:04:51.350 DEBG reset freemap, unit: freemap_route_ipv4
43442026-07-24T13:04:52.777ZJul 24 13:04:51.350 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
43452026-07-24T13:04:52.777ZJul 24 13:04:51.350 DEBG reset freemap, unit: freemap_route_ipv6
43462026-07-24T13:04:52.777ZJul 24 13:04:51.350 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
43472026-07-24T13:04:52.777ZJul 24 13:04:51.350 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 } }]
43482026-07-24T13:04:52.777ZJul 24 13:04:51.350 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
43492026-07-24T13:04:52.777ZJul 24 13:04:51.350 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 } }]
43502026-07-24T13:04:52.777ZJul 24 13:04:51.350 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
43512026-07-24T13:04:52.777ZJul 24 13:04:51.350 Jul 24 13:04:51.350DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
43522026-07-24T13:04:52.777Zcreated new freemap, unit:Jul 24 13:04:51.350 freemap_route_ipv4INFO
43532026-07-24T13:04:52.778Zadding route 3fff:dead::/64 -> 2001:db8::55:4
43542026-07-24T13:04:52.778ZJul 24 13:04:51.350Jul 24 13:04:51.350 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 } }]created new freemap
43552026-07-24T13:04:52.778Z, unit: freemap_route_ipv6Jul 24 13:04:51.350
43562026-07-24T13:04:52.778Z INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
43572026-07-24T13:04:52.778ZJul 24 13:04:51.350 DEBG initted freemap. size: 64Jul 24 13:04:51.350, unitDEBG: replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
43582026-07-24T13:04:52.778Z
43592026-07-24T13:04:52.778ZJul 24 13:04:51.350Jul 24 13:04:51.350 INFODEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffreset freemap
43602026-07-24T13:04:52.778Z, unit: freemap_route_ipv4Jul 24 13:04:51.350
43612026-07-24T13:04:52.778Z 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 } }]Jul 24 13:04:51.350
43622026-07-24T13:04:52.778Z DEBG initted freemap. size: 64, Jul 24 13:04:51.350unit :INFO freemap_route_ipv6adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
43632026-07-24T13:04:52.778Z
43642026-07-24T13:04:52.778ZJul 24 13:04:51.350Jul 24 13:04:51.350 DEBGDEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap
43652026-07-24T13:04:52.778Z, unit: freemap_route_ipv6Jul 24 13:04:51.350
43662026-07-24T13:04:52.778Z INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
43672026-07-24T13:04:52.778ZJul 24 13:04:51.350 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 24 13:04:51.350
43682026-07-24T13:04:52.778Z 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 } }]
43692026-07-24T13:04:52.778ZJul 24 13:04:51.350 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 } }]Jul 24 13:04:51.350
43702026-07-24T13:04:52.778Z INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
43712026-07-24T13:04:52.778ZJul 24 13:04:51.350 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffJul 24 13:04:51.350
43722026-07-24T13:04:52.778Z 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 } }]Jul 24 13:04:51.350
43732026-07-24T13:04:52.778Z 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 } }]Jul 24 13:04:51.350
43742026-07-24T13:04:52.778Z INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
43752026-07-24T13:04:52.778ZJul 24 13:04:51.350 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffJul 24 13:04:51.350
43762026-07-24T13:04:52.778Z 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 } }]Jul 24 13:04:51.350
43772026-07-24T13:04:52.778Z 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 } }]
43782026-07-24T13:04:52.778ZJul 24 13:04:51.350 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffJul 24 13:04:51.350
43792026-07-24T13:04:52.778Z INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
43802026-07-24T13:04:52.778ZJul 24 13:04:51.350 Jul 24 13:04:51.350DEBG 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 } }]
43812026-07-24T13:04:52.778Zreplacing 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 } }]
43822026-07-24T13:04:52.779ZJul 24 13:04:51.350 Jul 24 13:04:51.350INFO INFOadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
43832026-07-24T13:04:52.779Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
43842026-07-24T13:04:52.779ZJul 24 13:04:51.350 Jul 24 13:04:51.350DEBG 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 } }]
43852026-07-24T13:04:52.779Zreplacing 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 } }]
43862026-07-24T13:04:52.779ZJul 24 13:04:51.350 Jul 24 13:04:51.350INFO INFOadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
43872026-07-24T13:04:52.779Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
43882026-07-24T13:04:52.779ZJul 24 13:04:51.350Jul 24 13:04:51.350 DEBGDEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
43892026-07-24T13:04:52.779Z
43902026-07-24T13:04:52.779ZJul 24 13:04:51.350 DEBGJul 24 13:04:51.350 Jul 24 13:04:51.350 created new freemapINFO , unitINFO:adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
43912026-07-24T13:04:52.779Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ff freemap_route_ipv4
43922026-07-24T13:04:52.779Z
43932026-07-24T13:04:52.779ZJul 24 13:04:51.350 Jul 24 13:04:51.350DEBG Jul 24 13:04:51.350 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 } }]
43942026-07-24T13:04:52.779Zreplacing 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
43952026-07-24T13:04:52.779Z created new freemapJul 24 13:04:51.350, Jul 24 13:04:51.350 INFOINFO unit adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
43962026-07-24T13:04:52.779Z
43972026-07-24T13:04:52.779Z: freemap_route_ipv6
43982026-07-24T13:04:52.779ZJul 24 13:04:51.350Jul 24 13:04:51.350 DEBG DEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
43992026-07-24T13:04:52.779Z
44002026-07-24T13:04:52.779ZJul 24 13:04:51.350 DEBG initted freemap. size: 64Jul 24 13:04:51.350, Jul 24 13:04:51.350unit : INFOINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:fffreemap_route_ipv4
44012026-07-24T13:04:52.779Z
44022026-07-24T13:04:52.779Z
44032026-07-24T13:04:52.779ZJul 24 13:04:51.350Jul 24 13:04:51.350 DEBGJul 24 13:04:51.350DEBG 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 } }]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 } }]
44042026-07-24T13:04:52.779Z
44052026-07-24T13:04:52.779Zreset freemap, unit: freemap_route_ipv4Jul 24 13:04:51.350
44062026-07-24T13:04:52.779ZJul 24 13:04:51.350 INFO INFOadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
44072026-07-24T13:04:52.779ZJul 24 13:04:51.350adding route 3fff:beef:8::/64 -> 2001:db8::55:ff DEBG
44082026-07-24T13:04:52.779Z Jul 24 13:04:51.350 initted freemap. size: 64DEBG, 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 } }]Jul 24 13:04:51.350
44092026-07-24T13:04:52.779Z : Jul 24 13:04:51.350freemap_route_ipv6
44102026-07-24T13:04:52.784ZINFO DEBG adding route 3fff:beef:d::/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 } }]
44112026-07-24T13:04:52.784Z
44122026-07-24T13:04:52.784ZJul 24 13:04:51.350 DEBG reset freemap, Jul 24 13:04:51.350Jul 24 13:04:51.350 unit DEBG: INFOreplacing 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 } }]
44132026-07-24T13:04:52.784Z adding route 3fff:beef:9::/64 -> 2001:db8::55:fffreemap_route_ipv6
44142026-07-24T13:04:52.784Z
44152026-07-24T13:04:52.784ZJul 24 13:04:51.350 INFOJul 24 13:04:51.350 Jul 24 13:04:51.350adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
44162026-07-24T13:04:52.784ZINFODEBG 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 } }]
44172026-07-24T13:04:52.784Zadding route 3fff:dead::/64 -> 2001:db8::55:1Jul 24 13:04:51.350
44182026-07-24T13:04:52.784Z DEBGJul 24 13:04:51.350 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 } }]Jul 24 13:04:51.350INFO
44192026-07-24T13:04:52.784Z adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
44202026-07-24T13:04:52.784ZDEBGJul 24 13:04:51.350 Jul 24 13:04:51.350replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO
44212026-07-24T13:04:52.784Z DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
44222026-07-24T13:04:52.784Zreplacing 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 } }]
44232026-07-24T13:04:52.784Ztest port_map::tests::parse_softnpu_revision ... ok
44242026-07-24T13:04:52.784ZJul 24 13:04:51.350 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
44252026-07-24T13:04:52.784ZJul 24 13:04:51.350Jul 24 13:04:51.350 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
44262026-07-24T13:04:52.784Z
44272026-07-24T13:04:52.784ZJul 24 13:04:51.350 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
44282026-07-24T13:04:52.784Ztest api_server::tests::test_build_info ... ok
44292026-07-24T13:04:52.784ZJul 24 13:04:51.350Jul 24 13:04:51.350Jul 24 13:04:51.350 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::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
44302026-07-24T13:04:52.784Z
44312026-07-24T13:04:52.784Z 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 } }]
44322026-07-24T13:04:52.785ZJul 24 13:04:51.350 Jul 24 13:04:51.350INFO INFOadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
44332026-07-24T13:04:52.785Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
44342026-07-24T13:04:52.785ZJul 24 13:04:51.350Jul 24 13:04:51.350Jul 24 13:04:51.350 INFODEBGDEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:10::/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 } }]
44352026-07-24T13:04:52.785Z
44362026-07-24T13:04:52.785Z
44372026-07-24T13:04:52.785ZJul 24 13:04:51.350Jul 24 13:04:51.350 Jul 24 13:04:51.350INFO INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG
44382026-07-24T13:04:52.785Zreplacing 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:2::/64 -> 2001:db8::55:ffJul 24 13:04:51.350
44392026-07-24T13:04:52.785Z
44402026-07-24T13:04:52.785ZJul 24 13:04:51.350 DEBGDEBGJul 24 13:04:51.350 replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 24 13:04:51.350
44412026-07-24T13:04:52.785Z INFOcreated new freemap DEBG, unitreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 24 13:04:51.350
44422026-07-24T13:04:52.785Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff:
44432026-07-24T13:04:52.785Z INFOfreemap_route_ipv4 adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
44442026-07-24T13:04:52.785Z
44452026-07-24T13:04:52.785ZJul 24 13:04:51.350 INFO Jul 24 13:04:51.350Jul 24 13:04:51.350Jul 24 13:04:51.350adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
44462026-07-24T13:04:52.785ZDEBG DEBGreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44472026-07-24T13:04:52.785Zcreated new freemapJul 24 13:04:51.350 , DEBGunit :Jul 24 13:04:51.350DEBG 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
44482026-07-24T13:04:52.785Zreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv6adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
44492026-07-24T13:04:52.785Z
44502026-07-24T13:04:52.785ZJul 24 13:04:51.350
44512026-07-24T13:04:52.785Z INFO Jul 24 13:04:51.350Jul 24 13:04:51.350 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBG
44522026-07-24T13:04:52.785Z replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
44532026-07-24T13:04:52.785Z Jul 24 13:04:51.350Jul 24 13:04:51.350 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBG
44542026-07-24T13:04:52.785ZJul 24 13:04:51.350 DEBGINFO initted freemap. size: 64replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], adding route 3fff:beef:10::/64 -> 2001:db8::55:ffunit
44552026-07-24T13:04:52.785Z:
44562026-07-24T13:04:52.785Z freemap_route_ipv4Jul 24 13:04:51.350
44572026-07-24T13:04:52.785ZDEBG 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 } }]Jul 24 13:04:51.350Jul 24 13:04:51.350
44582026-07-24T13:04:52.785Z Jul 24 13:04:51.350 DEBGINFO DEBGadding route 3fff:beef:5::/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 } }]
44592026-07-24T13:04:52.785Z
44602026-07-24T13:04:52.786ZJul 24 13:04:51.350 reset freemapINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff,
44612026-07-24T13:04:52.786ZJul 24 13:04:51.350Jul 24 13:04:51.350 INFODEBG unit Jul 24 13:04:51.350adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
44622026-07-24T13:04:52.786ZDEBG: replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
44632026-07-24T13:04:52.786ZJul 24 13:04:51.351
44642026-07-24T13:04:52.786Z 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 } }]Jul 24 13:04:51.351
44652026-07-24T13:04:52.786ZJul 24 13:04:51.351 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 } }] Jul 24 13:04:51.351DEBG
44662026-07-24T13:04:52.786Z initted freemap. size: 64 INFO, unit :adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
44672026-07-24T13:04:52.786Z
44682026-07-24T13:04:52.786ZJul 24 13:04:51.350 Jul 24 13:04:51.351 INFOfreemap_route_ipv6DEBG Jul 24 13:04:51.351created new freemap ,
44692026-07-24T13:04:52.786Zunitadding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG
44702026-07-24T13:04:52.786Z 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 } }]:
44712026-07-24T13:04:52.786ZJul 24 13:04:51.351Jul 24 13:04:51.351 Jul 24 13:04:51.351DEBGDEBG Jul 24 13:04:51.351freemap_route_ipv4
44722026-07-24T13:04:52.786ZINFOreplacing 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 } }]
44732026-07-24T13:04:52.786ZDEBG reset freemap 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 } }]Jul 24 13:04:51.351, Jul 24 13:04:51.351unitadding route 3fff:beef:13::/64 -> 2001:db8::55:ff:
44742026-07-24T13:04:52.786Z INFO
44752026-07-24T13:04:52.786ZDEBG Jul 24 13:04:51.351created new freemapfreemap_route_ipv6 ,
44762026-07-24T13:04:52.786ZDEBGunit Jul 24 13:04:51.351replacing 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:15::/64 -> 2001:db8::55:ffINFOJul 24 13:04:51.351
44772026-07-24T13:04:52.786Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ff:
44782026-07-24T13:04:52.786Z
44792026-07-24T13:04:52.786Zfreemap_route_ipv6
44802026-07-24T13:04:52.786Z Jul 24 13:04:51.351INFOJul 24 13:04:51.351 Jul 24 13:04:51.351 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1INFODEBGJul 24 13:04:51.351
44812026-07-24T13:04:52.786Z replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
44822026-07-24T13:04:52.786ZDEBG
44832026-07-24T13:04:52.786Z initted freemap. size: 64, unit:Jul 24 13:04:51.351 Jul 24 13:04:51.351Jul 24 13:04:51.351 freemap_route_ipv4 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 } }] DEBGDEBG
44842026-07-24T13:04:52.786Z
44852026-07-24T13:04:52.786Z INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]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:8::/64 -> 2001:db8::55:ff
44862026-07-24T13:04:52.786Z
44872026-07-24T13:04:52.786Z
44882026-07-24T13:04:52.787ZJul 24 13:04:51.351 Jul 24 13:04:51.351 DEBGJul 24 13:04:51.351INFOJul 24 13:04:51.351 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffreset freemapINFO ,
44892026-07-24T13:04:52.787Zunit Jul 24 13:04:51.351DEBG INFO:Jul 24 13:04:51.351 freemap_route_ipv4
44902026-07-24T13:04:52.787ZDEBGreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44912026-07-24T13:04:52.787Z
44922026-07-24T13:04:52.787Zadding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
44932026-07-24T13:04:52.787Z
44942026-07-24T13:04:52.787ZJul 24 13:04:51.351 Jul 24 13:04:51.351Jul 24 13:04:51.351Jul 24 13:04:51.351 DEBGINFO INFODEBGreplacing 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 } }] Jul 24 13:04:51.351adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
44952026-07-24T13:04:52.787Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
44962026-07-24T13:04:52.787Z
44972026-07-24T13:04:52.787Zinitted freemap. size: 64 , unitDEBG:Jul 24 13:04:51.351 Jul 24 13:04:51.351Jul 24 13:04:51.351 freemap_route_ipv6 DEBG
44982026-07-24T13:04:52.787Z 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 } }]
44992026-07-24T13:04:52.787ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]INFOJul 24 13:04:51.351
45002026-07-24T13:04:52.787Z
45012026-07-24T13:04:52.787Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBGJul 24 13:04:51.351
45022026-07-24T13:04:52.787ZJul 24 13:04:51.351 INFOJul 24 13:04:51.351 INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO
45032026-07-24T13:04:52.787Z adding route 3fff:beef:a::/64 -> 2001:db8::55:ffreset freemap, unitadding route 3fff:dead::/64 -> 2001:db8::55:1Jul 24 13:04:51.351
45042026-07-24T13:04:52.787Z DEBG:Jul 24 13:04:51.351
45052026-07-24T13:04:52.787Z Jul 24 13:04:51.351replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
45062026-07-24T13:04:52.787ZDEBG
45072026-07-24T13:04:52.787ZJul 24 13:04:51.351replacing 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 } }]DEBGJul 24 13:04:51.351
45082026-07-24T13:04:52.787Z DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 24 13:04:51.351
45092026-07-24T13:04:52.787Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ffJul 24 13:04:51.351INFO
45102026-07-24T13:04:52.792ZJul 24 13:04:51.351 adding route 3fff:dead::/64 -> 2001:db8::55:1
45112026-07-24T13:04:52.792Zreplacing 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 } }]
45122026-07-24T13:04:52.792ZJul 24 13:04:51.351INFO INFODEBG adding route 3fff:beef:b::/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 } }]Jul 24 13:04:51.351adding route 3fff:dead::/64 -> 2001:db8::55:2
45132026-07-24T13:04:52.792Z
45142026-07-24T13:04:52.792Z
45152026-07-24T13:04:52.792ZJul 24 13:04:51.351 Jul 24 13:04:51.351 INFODEBG Jul 24 13:04:51.351replacing 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 } }]
45162026-07-24T13:04:52.792Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFO
45172026-07-24T13:04:52.792Z DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ffJul 24 13:04:51.351
45182026-07-24T13:04:52.792ZJul 24 13:04:51.351 Jul 24 13:04:51.351DEBGINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]Jul 24 13:04:51.351
45192026-07-24T13:04:52.792Z adding route 3fff:dead::/64 -> 2001:db8::55:1
45202026-07-24T13:04:52.792ZDEBG
45212026-07-24T13:04:52.792Z DEBG Jul 24 13:04:51.351replacing 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: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 } }]
45222026-07-24T13:04:52.792ZJul 24 13:04:51.351Jul 24 13:04:51.351 INFO DEBG
45232026-07-24T13:04:52.792ZJul 24 13:04:51.351 INFO INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
45242026-07-24T13:04:52.792Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
45252026-07-24T13:04:52.792ZJul 24 13:04:51.351 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
45262026-07-24T13:04:52.792ZJul 24 13:04:51.351 DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 24 13:04:51.351
45272026-07-24T13:04:52.792Z 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 } }]
45282026-07-24T13:04:52.792ZJul 24 13:04:51.351 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffJul 24 13:04:51.351
45292026-07-24T13:04:52.793Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
45302026-07-24T13:04:52.793ZJul 24 13:04:51.351Jul 24 13:04:51.351 DEBGDEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, 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 } }]
45312026-07-24T13:04:52.793Z
45322026-07-24T13:04:52.793Zadding route 3fff:beef::/64 -> 2001:db8::55:ffJul 24 13:04:51.351
45332026-07-24T13:04:52.793ZINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
45342026-07-24T13:04:52.793ZJul 24 13:04:51.351 INFO Jul 24 13:04:51.351adding route 3fff:beef::/64 -> 2001:db8::55:ff Jul 24 13:04:51.351DEBG 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 } }]
45352026-07-24T13:04:52.793Zreplacing 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 } }]
45362026-07-24T13:04:52.793Z
45372026-07-24T13:04:52.793ZJul 24 13:04:51.351Jul 24 13:04:51.351 Jul 24 13:04:51.351INFOINFO DEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
45382026-07-24T13:04:52.793Z 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:1::/64 -> 2001:db8::55:ff
45392026-07-24T13:04:52.793Z
45402026-07-24T13:04:52.793ZJul 24 13:04:51.351 DEBG Jul 24 13:04:51.351Jul 24 13:04:51.351replacing 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 } }]
45412026-07-24T13:04:52.793Z DEBG Jul 24 13:04:51.351INFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFOadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
45422026-07-24T13:04:52.793Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
45432026-07-24T13:04:52.793Z
45442026-07-24T13:04:52.793ZJul 24 13:04:51.351Jul 24 13:04:51.351 DEBGINFO Jul 24 13:04:51.351adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
45452026-07-24T13:04:52.793ZDEBGreplacing 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 } }]
45462026-07-24T13:04:52.793Zreplacing 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 } }]
45472026-07-24T13:04:52.793ZJul 24 13:04:51.351 Jul 24 13:04:51.351 INFO Jul 24 13:04:51.351adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
45482026-07-24T13:04:52.793ZINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffJul 24 13:04:51.351
45492026-07-24T13:04:52.793Z 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 } }]Jul 24 13:04:51.351
45502026-07-24T13:04:52.793Zreplacing 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
45512026-07-24T13:04:52.793Z 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 } }]
45522026-07-24T13:04:52.793ZJul 24 13:04:51.351Jul 24 13:04:51.351Jul 24 13:04:51.351 INFO INFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFO
45532026-07-24T13:04:52.793Z adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
45542026-07-24T13:04:52.793Z
45552026-07-24T13:04:52.793ZJul 24 13:04:51.351 DEBGJul 24 13:04:51.351 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 } }]DEBGJul 24 13:04:51.351
45562026-07-24T13:04:52.793Zreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
45572026-07-24T13:04:52.794Z 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 } }]Jul 24 13:04:51.351 INFOJul 24 13:04:51.351 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO
45582026-07-24T13:04:52.794Z
45592026-07-24T13:04:52.794Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
45602026-07-24T13:04:52.794ZJul 24 13:04:51.351Jul 24 13:04:51.351Jul 24 13:04:51.351 INFO DEBG DEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
45612026-07-24T13:04:52.794Z
45622026-07-24T13:04:52.794Zreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
45632026-07-24T13:04:52.794Z
45642026-07-24T13:04:52.794ZJul 24 13:04:51.351 Jul 24 13:04:51.351DEBGJul 24 13:04:51.351 Jul 24 13:04:51.351 INFO replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
45652026-07-24T13:04:52.794ZDEBGINFO
45662026-07-24T13:04:52.794Zreplacing 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 } }]
45672026-07-24T13:04:52.794ZJul 24 13:04:51.351Jul 24 13:04:51.351 adding route 3fff:beef:5::/64 -> 2001:db8::55:ff Jul 24 13:04:51.351DEBG INFOINFOreplacing 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 } }]
45682026-07-24T13:04:52.794Z
45692026-07-24T13:04:52.794Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
45702026-07-24T13:04:52.794Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
45712026-07-24T13:04:52.794ZJul 24 13:04:51.351Jul 24 13:04:51.351 Jul 24 13:04:51.351INFO Jul 24 13:04:51.351DEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }]
45722026-07-24T13:04:52.794Z 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 } }]
45732026-07-24T13:04:52.794ZJul 24 13:04:51.351
45742026-07-24T13:04:52.794Zreplacing 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 } }]
45752026-07-24T13:04:52.794ZDEBG 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 } }]Jul 24 13:04:51.351
45762026-07-24T13:04:52.794Z INFO Jul 24 13:04:51.351adding route 3fff:beef:e::/64 -> 2001:db8::55:ff Jul 24 13:04:51.351INFO
45772026-07-24T13:04:52.794Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ffINFO
45782026-07-24T13:04:52.794Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ffJul 24 13:04:51.351
45792026-07-24T13:04:52.794Z INFOJul 24 13:04:51.351 Jul 24 13:04:51.351DEBG DEBGadding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45802026-07-24T13:04:52.794Zreplacing 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 } }]
45812026-07-24T13:04:52.794Z
45822026-07-24T13:04:52.794ZJul 24 13:04:51.351Jul 24 13:04:51.351 INFOINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
45832026-07-24T13:04:52.794Z
45842026-07-24T13:04:52.794ZJul 24 13:04:51.351Jul 24 13:04:51.351 Jul 24 13:04:51.351DEBGDEBG 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
45852026-07-24T13:04:52.795Z 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 } }]
45862026-07-24T13:04:52.795Z
45872026-07-24T13:04:52.795ZJul 24 13:04:51.351 Jul 24 13:04:51.351INFOJul 24 13:04:51.351 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFO
45882026-07-24T13:04:52.795ZINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
45892026-07-24T13:04:52.795Z
45902026-07-24T13:04:52.795ZJul 24 13:04:51.351 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 } }]
45912026-07-24T13:04:52.795ZJul 24 13:04:51.351 Jul 24 13:04:51.351DEBG DEBGJul 24 13:04:51.351 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: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 } }]
45922026-07-24T13:04:52.795Z
45932026-07-24T13:04:52.795Z INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
45942026-07-24T13:04:52.795ZJul 24 13:04:51.351Jul 24 13:04:51.351 INFOINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
45952026-07-24T13:04:52.795Z
45962026-07-24T13:04:52.795ZJul 24 13:04:51.351 DEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45972026-07-24T13:04:52.795ZJul 24 13:04:51.351Jul 24 13:04:51.351 DEBGDEBG Jul 24 13:04:51.351replacing 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 } }]
45982026-07-24T13:04:52.795ZINFO
45992026-07-24T13:04:52.795Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
46002026-07-24T13:04:52.795ZJul 24 13:04:51.351Jul 24 13:04:51.351Jul 24 13:04:51.351 INFOINFODEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46012026-07-24T13:04:52.795Z
46022026-07-24T13:04:52.795Z
46032026-07-24T13:04:52.795ZJul 24 13:04:51.351Jul 24 13:04:51.351 Jul 24 13:04:51.351INFO DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
46042026-07-24T13:04:52.795Zreplacing 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
46052026-07-24T13:04:52.795Z 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 } }]Jul 24 13:04:51.351
46062026-07-24T13:04:52.795ZJul 24 13:04:51.351 DEBGINFO replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
46072026-07-24T13:04:52.795Z
46082026-07-24T13:04:52.795ZJul 24 13:04:51.351 INFOJul 24 13:04:51.351 Jul 24 13:04:51.351INFOadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
46092026-07-24T13:04:52.795Z DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
46102026-07-24T13:04:52.800Zreplacing 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 } }]
46112026-07-24T13:04:52.800ZJul 24 13:04:51.351Jul 24 13:04:51.351 Jul 24 13:04:51.351DEBG 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 } }]
46122026-07-24T13:04:52.800Z DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
46132026-07-24T13:04:52.800Zreplacing 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 } }]
46142026-07-24T13:04:52.800ZJul 24 13:04:51.351 Jul 24 13:04:51.351INFO Jul 24 13:04:51.351 DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
46152026-07-24T13:04:52.800Z INFO replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
46162026-07-24T13:04:52.800Z
46172026-07-24T13:04:52.800ZJul 24 13:04:51.351 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 } }]
46182026-07-24T13:04:52.800ZJul 24 13:04:51.351 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
46192026-07-24T13:04:52.800ZJul 24 13:04:51.351Jul 24 13:04:51.351 Jul 24 13:04:51.351DEBG DEBGDEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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: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 } }]
46202026-07-24T13:04:52.800Z
46212026-07-24T13:04:52.800Z
46222026-07-24T13:04:52.800ZJul 24 13:04:51.351 Jul 24 13:04:51.351 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffINFO
46232026-07-24T13:04:52.800Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
46242026-07-24T13:04:52.800ZJul 24 13:04:51.352 Jul 24 13:04:51.352DEBG 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 } }] 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 } }]
46252026-07-24T13:04:52.800Z
46262026-07-24T13:04:52.800ZJul 24 13:04:51.352 Jul 24 13:04:51.352 INFOJul 24 13:04:51.352 INFO INFOadding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
46272026-07-24T13:04:52.800Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
46282026-07-24T13:04:52.800Z
46292026-07-24T13:04:52.800ZJul 24 13:04:51.352 DEBGJul 24 13:04:51.352 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 } }]DEBG
46302026-07-24T13:04:52.800Z 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 } }]Jul 24 13:04:51.352
46312026-07-24T13:04:52.800Z DEBGJul 24 13:04:51.352 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 } }]Jul 24 13:04:51.352INFO
46322026-07-24T13:04:52.800Z INFOadding route 3fff:beef:a::/64 -> 2001:db8::55:ff adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
46332026-07-24T13:04:52.800Z
46342026-07-24T13:04:52.800ZJul 24 13:04:51.352 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
46352026-07-24T13:04:52.801ZJul 24 13:04:51.352 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 } }]
46362026-07-24T13:04:52.801ZJul 24 13:04:51.352Jul 24 13:04:51.352Jul 24 13:04:51.352 INFODEBGDEBG adding route 3fff:beef:f::/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 } }]
46372026-07-24T13:04:52.801Zreplacing 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 } }]
46382026-07-24T13:04:52.801Z
46392026-07-24T13:04:52.801ZJul 24 13:04:51.352Jul 24 13:04:51.352 DEBGINFO replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
46402026-07-24T13:04:52.801Z
46412026-07-24T13:04:52.801ZJul 24 13:04:51.352Jul 24 13:04:51.352 Jul 24 13:04:51.352DEBGINFO Jul 24 13:04:51.352 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFOreplacing 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 } }]
46422026-07-24T13:04:52.801Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
46432026-07-24T13:04:52.801ZINFO
46442026-07-24T13:04:52.801Z Jul 24 13:04:51.352 INFOJul 24 13:04:51.352 adding route 3fff:beef:19::/64 -> 2001:db8::55:ff adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG
46452026-07-24T13:04:52.801ZJul 24 13:04:51.352 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
46462026-07-24T13:04:52.801Z 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 } }]
46472026-07-24T13:04:52.801Z
46482026-07-24T13:04:52.801ZJul 24 13:04:51.352Jul 24 13:04:51.352Jul 24 13:04:51.352 DEBG INFOreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 24 13:04:51.352
46492026-07-24T13:04:52.801Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
46502026-07-24T13:04:52.801ZINFO DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffJul 24 13:04:51.352
46512026-07-24T13:04:52.801Z INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 24 13:04:51.352
46522026-07-24T13:04:52.801Z Jul 24 13:04:51.352DEBG
46532026-07-24T13:04:52.801ZDEBG 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 } }] Jul 24 13:04:51.352replacing 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 } }]
46542026-07-24T13:04:52.801ZINFOJul 24 13:04:51.352 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
46552026-07-24T13:04:52.801Z
46562026-07-24T13:04:52.801Z DEBGJul 24 13:04:51.352 INFOreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
46572026-07-24T13:04:52.801Z
46582026-07-24T13:04:52.801ZJul 24 13:04:51.352Jul 24 13:04:51.352 Jul 24 13:04:51.352DEBGINFO Jul 24 13:04:51.352DEBG INFOreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
46592026-07-24T13:04:52.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 } }]
46602026-07-24T13:04:52.801Z
46612026-07-24T13:04:52.801Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ffJul 24 13:04:51.352
46622026-07-24T13:04:52.801Z INFO Jul 24 13:04:51.352adding route 3fff:beef:31::/64 -> 2001:db8::55:ff Jul 24 13:04:51.352
46632026-07-24T13:04:52.802ZJul 24 13:04:51.352 INFO DEBGadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG Jul 24 13:04:51.352replacing 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 } }]
46642026-07-24T13:04:52.802Z DEBG
46652026-07-24T13:04:52.802Z 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 } }]
46662026-07-24T13:04:52.802Zreplacing 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 } }]Jul 24 13:04:51.352
46672026-07-24T13:04:52.802Z Jul 24 13:04:51.352INFO Jul 24 13:04:51.352Jul 24 13:04:51.352 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO
46682026-07-24T13:04:52.802Z INFODEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
46692026-07-24T13:04:52.802Zreplacing 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 } }]Jul 24 13:04:51.352adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
46702026-07-24T13:04:52.802Z
46712026-07-24T13:04:52.802ZJul 24 13:04:51.352 DEBG DEBGJul 24 13:04:51.352replacing 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 } }]
46722026-07-24T13:04:52.802Zreplacing 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 } }]
46732026-07-24T13:04:52.802ZDEBGJul 24 13:04:51.352Jul 24 13:04:51.352 INFOINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffJul 24 13:04:51.352adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
46742026-07-24T13:04:52.802ZINFO
46752026-07-24T13:04:52.802Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46762026-07-24T13:04:52.802ZJul 24 13:04:51.352
46772026-07-24T13:04:52.802Z Jul 24 13:04:51.352 DEBGDEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
46782026-07-24T13:04:52.802ZJul 24 13:04:51.352
46792026-07-24T13:04:52.802Z Jul 24 13:04:51.352INFO DEBGJul 24 13:04:51.352adding route 3fff:beef:14::/64 -> 2001:db8::55:ff 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 } }]
46802026-07-24T13:04:52.802Z
46812026-07-24T13:04:52.802ZINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
46822026-07-24T13:04:52.802ZJul 24 13:04:51.352Jul 24 13:04:51.352 Jul 24 13:04:51.352INFO INFODEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 24 13:04:51.352
46832026-07-24T13:04:52.802Z
46842026-07-24T13:04:52.802Z DEBG Jul 24 13:04:51.352 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46852026-07-24T13:04:52.802ZINFO
46862026-07-24T13:04:52.802Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
46872026-07-24T13:04:52.802ZJul 24 13:04:51.352 Jul 24 13:04:51.352INFOJul 24 13:04:51.352 Jul 24 13:04:51.352adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
46882026-07-24T13:04:52.802ZDEBG DEBGreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 24 13:04:51.352DEBG
46892026-07-24T13:04:52.802Z 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
46902026-07-24T13:04:52.803Z replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
46912026-07-24T13:04:52.803Z
46922026-07-24T13:04:52.803ZJul 24 13:04:51.352 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffJul 24 13:04:51.352Jul 24 13:04:51.352
46932026-07-24T13:04:52.803ZJul 24 13:04:51.352 INFO INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffINFO
46942026-07-24T13:04:52.803ZJul 24 13:04:51.352
46952026-07-24T13:04:52.803Z adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG Jul 24 13:04:51.352replacing 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 } }]
46962026-07-24T13:04:52.803Z DEBG
46972026-07-24T13:04:52.803ZJul 24 13:04:51.352replacing 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 } }]Jul 24 13:04:51.352
46982026-07-24T13:04:52.803Z DEBG DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 24 13:04:51.352Jul 24 13:04:51.352
46992026-07-24T13:04:52.803ZINFOINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
47002026-07-24T13:04:52.803Z 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 } }]
47012026-07-24T13:04:52.803Z
47022026-07-24T13:04:52.803ZJul 24 13:04:51.352Jul 24 13:04:51.352 DEBGINFO replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 24 13:04:51.352Jul 24 13:04:51.352adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
47032026-07-24T13:04:52.803Z DEBG
47042026-07-24T13:04:52.803Zreplacing 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 } }] Jul 24 13:04:51.352
47052026-07-24T13:04:52.803Z INFOINFOJul 24 13:04:51.352 adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
47062026-07-24T13:04:52.803Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFO
47072026-07-24T13:04:52.803Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ffJul 24 13:04:51.352
47082026-07-24T13:04:52.803Z DEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 24 13:04:51.352
47092026-07-24T13:04:52.803ZJul 24 13:04:51.352 DEBGDEBGJul 24 13:04:51.352 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 } }]Jul 24 13:04:51.352replacing 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 } }]
47102026-07-24T13:04:52.807ZDEBG 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 } }]
47112026-07-24T13:04:52.807ZINFO
47122026-07-24T13:04:52.807Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ffJul 24 13:04:51.352
47132026-07-24T13:04:52.807Z INFOJul 24 13:04:51.352 INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ffJul 24 13:04:51.352Jul 24 13:04:51.352 adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
47142026-07-24T13:04:52.808Z
47152026-07-24T13:04:52.808ZINFODEBG 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:20::/64 -> 2001:db8::55:ff
47162026-07-24T13:04:52.808Z
47172026-07-24T13:04:52.808ZJul 24 13:04:51.352Jul 24 13:04:51.352 DEBGDEBGJul 24 13:04:51.352 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 } }]Jul 24 13:04:51.352
47182026-07-24T13:04:52.808Zreplacing 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 } }]
47192026-07-24T13:04:52.808Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffJul 24 13:04:51.352
47202026-07-24T13:04:52.808Z INFOJul 24 13:04:51.352 DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG
47212026-07-24T13:04:52.808Z Jul 24 13:04:51.352 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
47222026-07-24T13:04:52.808Zreplacing 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 } }]
47232026-07-24T13:04:52.808ZJul 24 13:04:51.352 Jul 24 13:04:51.352DEBG 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 } }]
47242026-07-24T13:04:52.808Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
47252026-07-24T13:04:52.808ZJul 24 13:04:51.352Jul 24 13:04:51.352 DEBGJul 24 13:04:51.352 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 } }]
47262026-07-24T13:04:52.808Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
47272026-07-24T13:04:52.808ZINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
47282026-07-24T13:04:52.808ZJul 24 13:04:51.352 DEBG Jul 24 13:04:51.352replacing 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 } }] Jul 24 13:04:51.352DEBG
47292026-07-24T13:04:52.808Zreplacing 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
47302026-07-24T13:04:52.808Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
47312026-07-24T13:04:52.808ZJul 24 13:04:51.352 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
47322026-07-24T13:04:52.808ZJul 24 13:04:51.352 DEBGJul 24 13:04:51.352 Jul 24 13:04:51.352replacing 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
47332026-07-24T13:04:52.808Z DEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
47342026-07-24T13:04:52.808ZJul 24 13:04:51.352replacing 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 } }]
47352026-07-24T13:04:52.808ZINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffJul 24 13:04:51.352
47362026-07-24T13:04:52.808ZJul 24 13:04:51.352Jul 24 13:04:51.352 INFO Jul 24 13:04:51.352 DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBG
47372026-07-24T13:04:52.808ZDEBG 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 } }]Jul 24 13:04:51.352
47382026-07-24T13:04:52.808Zreplacing 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: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
47392026-07-24T13:04:52.808Z 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 } }]
47402026-07-24T13:04:52.808Z
47412026-07-24T13:04:52.808ZJul 24 13:04:51.352Jul 24 13:04:51.352 Jul 24 13:04:51.352Jul 24 13:04:51.352INFO INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
47422026-07-24T13:04:52.809Z INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFO
47432026-07-24T13:04:52.809Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
47442026-07-24T13:04:52.809Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
47452026-07-24T13:04:52.809ZJul 24 13:04:51.352Jul 24 13:04:51.352 DEBGJul 24 13:04:51.352 Jul 24 13:04:51.352replacing 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 } }]
47462026-07-24T13:04:52.809ZDEBG DEBGDEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 24 13:04:51.352replacing 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: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 } }]
47472026-07-24T13:04:52.809ZINFO
47482026-07-24T13:04:52.809Z
47492026-07-24T13:04:52.809Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
47502026-07-24T13:04:52.809ZJul 24 13:04:51.352 INFOJul 24 13:04:51.352Jul 24 13:04:51.352Jul 24 13:04:51.352 INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG
47512026-07-24T13:04:52.809Z INFO adding route 3fff:beef:1d::/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 } }]
47522026-07-24T13:04:52.809Z
47532026-07-24T13:04:52.809Z adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
47542026-07-24T13:04:52.809ZJul 24 13:04:51.352Jul 24 13:04:51.352 INFOJul 24 13:04:51.352 DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ffJul 24 13:04:51.352
47552026-07-24T13:04:52.809ZDEBGDEBG 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 } }]
47562026-07-24T13:04:52.809ZJul 24 13:04:51.352replacing 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
47572026-07-24T13:04:52.809Zreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]Jul 24 13:04:51.352
47582026-07-24T13:04:52.809Z
47592026-07-24T13:04:52.809ZJul 24 13:04:51.352INFO INFOadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffJul 24 13:04:51.352
47602026-07-24T13:04:52.809Z Jul 24 13:04:51.352 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffINFO
47612026-07-24T13:04:52.809ZINFO Jul 24 13:04:51.352adding route 3fff:beef:27::/64 -> 2001:db8::55:ff adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG
47622026-07-24T13:04:52.809Z
47632026-07-24T13:04:52.809Z 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 } }]Jul 24 13:04:51.352 Jul 24 13:04:51.352
47642026-07-24T13:04:52.809ZDEBG 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 } }]Jul 24 13:04:51.352
47652026-07-24T13:04:52.809Z Jul 24 13:04:51.352 replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
47662026-07-24T13:04:52.809Zreplacing 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 Jul 24 13:04:51.352
47672026-07-24T13:04:52.809Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
47682026-07-24T13:04:52.809Z Jul 24 13:04:51.352INFOJul 24 13:04:51.352 INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
47692026-07-24T13:04:52.810Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
47702026-07-24T13:04:52.810Z INFOJul 24 13:04:51.352 Jul 24 13:04:51.352DEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
47712026-07-24T13:04:52.810ZDEBGJul 24 13:04:51.352 replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47722026-07-24T13:04:52.810Zreplacing 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 } }]Jul 24 13:04:51.352DEBG DEBG
47732026-07-24T13:04:52.810Z Jul 24 13:04:51.352 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: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 } }]INFOJul 24 13:04:51.352
47742026-07-24T13:04:52.810Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
47752026-07-24T13:04:52.810ZINFO
47762026-07-24T13:04:52.810Z Jul 24 13:04:51.352adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
47772026-07-24T13:04:52.810ZINFOJul 24 13:04:51.352 Jul 24 13:04:51.352adding route 3fff:beef:20::/64 -> 2001:db8::55:ff INFODEBG
47782026-07-24T13:04:52.810Z replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
47792026-07-24T13:04:52.810Z
47802026-07-24T13:04:52.810ZJul 24 13:04:51.353 Jul 24 13:04:51.352DEBGJul 24 13:04:51.353 DEBGJul 24 13:04:51.353DEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOreplacing targets for 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 } }]
47812026-07-24T13:04:52.810Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
47822026-07-24T13:04:52.810Z
47832026-07-24T13:04:52.810Zreplacing 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: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 } }]
47842026-07-24T13:04:52.810Z
47852026-07-24T13:04:52.810ZJul 24 13:04:51.353Jul 24 13:04:51.353 Jul 24 13:04:51.353DEBGJul 24 13:04:51.353INFO replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
47862026-07-24T13:04:52.810Z Jul 24 13:04:51.353 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
47872026-07-24T13:04:52.810Z
47882026-07-24T13:04:52.810ZINFO INFOJul 24 13:04:51.353 Jul 24 13:04:51.353 INFODEBG Jul 24 13:04:51.353adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
47892026-07-24T13:04:52.810Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
47902026-07-24T13:04:52.810Z 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 } }]
47912026-07-24T13:04:52.810Z
47922026-07-24T13:04:52.810ZDEBG 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 } }]Jul 24 13:04:51.353
47932026-07-24T13:04:52.810Z DEBGJul 24 13:04:51.353 Jul 24 13:04:51.353 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 } }] Jul 24 13:04:51.353
47942026-07-24T13:04:52.810Z Jul 24 13:04:51.353INFO DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBG
47952026-07-24T13:04:52.810ZJul 24 13:04:51.353 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 } }]
47962026-07-24T13:04:52.810Z
47972026-07-24T13:04:52.811Z
47982026-07-24T13:04:52.811ZINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffJul 24 13:04:51.353
47992026-07-24T13:04:52.811Z Jul 24 13:04:51.353 Jul 24 13:04:51.353INFO DEBGJul 24 13:04:51.353DEBGJul 24 13:04:51.353 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
48002026-07-24T13:04:52.811Z replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
48012026-07-24T13:04:52.811Z
48022026-07-24T13:04:52.811ZJul 24 13:04:51.353 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffINFOJul 24 13:04:51.353Jul 24 13:04:51.353INFO INFO
48032026-07-24T13:04:52.811Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
48042026-07-24T13:04:52.811Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
48052026-07-24T13:04:52.811Z
48062026-07-24T13:04:52.811Z
48072026-07-24T13:04:52.811ZJul 24 13:04:51.353 Jul 24 13:04:51.353Jul 24 13:04:51.353DEBG DEBGJul 24 13:04:51.353 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 } }]
48082026-07-24T13:04:52.811ZDEBGreplacing 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: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 } }]Jul 24 13:04:51.353
48092026-07-24T13:04:52.811Z
48102026-07-24T13:04:52.815Zreplacing 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 } }]Jul 24 13:04:51.353Jul 24 13:04:51.353
48112026-07-24T13:04:52.815Z Jul 24 13:04:51.353 INFOINFO DEBGINFO Jul 24 13:04:51.353 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:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
48122026-07-24T13:04:52.815Z
48132026-07-24T13:04:52.815Z
48142026-07-24T13:04:52.815ZINFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ff adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
48152026-07-24T13:04:52.815Z
48162026-07-24T13:04:52.815ZJul 24 13:04:51.353 DEBGJul 24 13:04:51.353 DEBGJul 24 13:04:51.353Jul 24 13:04:51.353Jul 24 13:04:51.353 replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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
48172026-07-24T13:04:52.816Z 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 } }]
48182026-07-24T13:04:52.816ZDEBG
48192026-07-24T13:04:52.816ZJul 24 13:04:51.353 INFO INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff Jul 24 13:04:51.353
48202026-07-24T13:04:52.816Zreplacing 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:1e::/64 -> 2001:db8::55:ff
48212026-07-24T13:04:52.816ZJul 24 13:04:51.353INFO Jul 24 13:04:51.353INFO
48222026-07-24T13:04:52.816Z DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
48232026-07-24T13:04:52.816Zreplacing 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 } }]Jul 24 13:04:51.353
48242026-07-24T13:04:52.816Z adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
48252026-07-24T13:04:52.816ZINFOJul 24 13:04:51.353Jul 24 13:04:51.353 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:30::/64 -> 2001:db8::55:ffJul 24 13:04:51.353adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
48262026-07-24T13:04:52.816Z DEBG
48272026-07-24T13:04:52.816Z 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 } }]
48282026-07-24T13:04:52.816ZJul 24 13:04:51.353
48292026-07-24T13:04:52.816Z Jul 24 13:04:51.353Jul 24 13:04:51.353Jul 24 13:04:51.353 DEBG INFO Jul 24 13:04:51.353adding route 3fff:beef:22::/64 -> 2001:db8::55:ff created new freemap, INFOunitDEBG: adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff
48302026-07-24T13:04:52.816Zfreemap_route_ipv4
48312026-07-24T13:04:52.816ZDEBG 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 } }]Jul 24 13:04:51.353 DEBG
48322026-07-24T13:04:52.816Zreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48332026-07-24T13:04:52.816Z created new freemap, unitJul 24 13:04:51.353:Jul 24 13:04:51.353 freemap_route_ipv6
48342026-07-24T13:04:52.816Z Jul 24 13:04:51.353DEBG 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 } }]
48352026-07-24T13:04:52.816Zreplacing 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 } }]
48362026-07-24T13:04:52.816ZJul 24 13:04:51.353 DEBG
48372026-07-24T13:04:52.816ZJul 24 13:04:51.353 Jul 24 13:04:51.353initted freemap. size: 64 INFO, Jul 24 13:04:51.353unit INFODEBG adding route 3fff:beef:31::/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 } }]: freemap_route_ipv4
48382026-07-24T13:04:52.816Z
48392026-07-24T13:04:52.816Z
48402026-07-24T13:04:52.816Z Jul 24 13:04:51.353adding route 3fff:beef:26::/64 -> 2001:db8::55:ff Jul 24 13:04:51.353 INFODEBGDEBG reset freemap
48412026-07-24T13:04:52.816Z, unit: failed to allocate space for the new target listJul 24 13:04:51.353Jul 24 13:04:51.353
48422026-07-24T13:04:52.816Z freemap_route_ipv4
48432026-07-24T13:04:52.816Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffJul 24 13:04:51.353
48442026-07-24T13:04:52.817Z DEBG Jul 24 13:04:51.353 DEBG initted freemap. size: 64Jul 24 13:04:51.353INFO, unitDEBG: freemap_route_ipv6DEBG
48452026-07-24T13:04:52.817Zreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48462026-07-24T13:04:52.817Z Jul 24 13:04:51.353 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:23::/64 -> 2001:db8::55:ff
48472026-07-24T13:04:52.817Z
48482026-07-24T13:04:52.817ZDEBG reset freemap, unit: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 } }] Jul 24 13:04:51.353freemap_route_ipv6
48492026-07-24T13:04:52.817ZJul 24 13:04:51.353 DEBG Jul 24 13:04:51.353replacing 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 } }]
48502026-07-24T13:04:52.817ZDEBG 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 } }]Jul 24 13:04:51.353Jul 24 13:04:51.353 INFO
48512026-07-24T13:04:52.817ZJul 24 13:04:51.353 DEBG Jul 24 13:04:51.353adding route 3fff:dead::/64 -> 2001:db8::55:1
48522026-07-24T13:04:52.817Z failed to allocate space for the new target list
48532026-07-24T13:04:52.817Z INFOJul 24 13:04:51.353 DEBG INFO adding route 3fff:beef:27::/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 } }]
48542026-07-24T13:04:52.817ZINFOJul 24 13:04:51.353 DEBG
48552026-07-24T13:04:52.817Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:20::/64 -> 2001:db8::55:ff
48562026-07-24T13:04:52.817Z
48572026-07-24T13:04:52.817Z
48582026-07-24T13:04:52.817ZJul 24 13:04:51.353Jul 24 13:04:51.353 DEBGJul 24 13:04:51.353 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 } }]
48592026-07-24T13:04:52.817ZINFOreplacing 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 } }]
48602026-07-24T13:04:52.817Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ffJul 24 13:04:51.353Jul 24 13:04:51.353 INFOINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
48612026-07-24T13:04:52.817Z
48622026-07-24T13:04:52.817Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
48632026-07-24T13:04:52.817ZJul 24 13:04:51.353Jul 24 13:04:51.353 Jul 24 13:04:51.353 DEBGDEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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
48642026-07-24T13:04:52.817Z
48652026-07-24T13:04:52.817Z 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 } }]Jul 24 13:04:51.353Jul 24 13:04:51.353 INFOINFO
48662026-07-24T13:04:52.817Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
48672026-07-24T13:04:52.817Z
48682026-07-24T13:04:52.817ZJul 24 13:04:51.353 INFO Jul 24 13:04:51.353adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
48692026-07-24T13:04:52.817ZDEBG 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 } }]Jul 24 13:04:51.353
48702026-07-24T13:04:52.817ZJul 24 13:04:51.353 DEBG DEBGreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 24 13:04:51.353
48712026-07-24T13:04:52.817Zreplacing 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
48722026-07-24T13:04:52.818Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffJul 24 13:04:51.353
48732026-07-24T13:04:52.818Z INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffJul 24 13:04:51.353
48742026-07-24T13:04:52.818Ztest route::tests::grow_succeeds ... ok
48752026-07-24T13:04:52.818Z DEBGJul 24 13:04:51.353 INFOJul 24 13:04:51.353 replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
48762026-07-24T13:04:52.818Z
48772026-07-24T13:04:52.818Z Jul 24 13:04:51.353Jul 24 13:04:51.353 INFODEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG
48782026-07-24T13:04:52.818Z replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
48792026-07-24T13:04:52.818Z
48802026-07-24T13:04:52.818ZJul 24 13:04:51.353 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 } }]Jul 24 13:04:51.353 Jul 24 13:04:51.354INFO DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
48812026-07-24T13:04:52.818Zcreated new freemapJul 24 13:04:51.354, Jul 24 13:04:51.353DEBG DEBGunit: created new freemap , unitfreemap_route_ipv4created new freemap
48822026-07-24T13:04:52.818Z, : unitadding route 3fff:beef:32::/64 -> 2001:db8::55:fffreemap_route_ipv4Jul 24 13:04:51.360
48832026-07-24T13:04:52.818Z
48842026-07-24T13:04:52.818ZINFO Jul 24 13:04:51.360adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
48852026-07-24T13:04:52.818Z:DEBGJul 24 13:04:51.360 created new freemap , DEBGJul 24 13:04:51.360 unitcreated new freemap , :DEBGJul 24 13:04:51.360 unitreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
48862026-07-24T13:04:52.818Zfreemap_route_ipv4 DEBG
48872026-07-24T13:04:52.818Zreplacing 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 } }]Jul 24 13:04:51.360freemap_route_ipv6
48882026-07-24T13:04:52.818Z
48892026-07-24T13:04:52.818ZINFOfreemap_route_ipv6 adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
48902026-07-24T13:04:52.818Z
48912026-07-24T13:04:52.818ZJul 24 13:04:51.360 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffJul 24 13:04:51.360Jul 24 13:04:51.360 Jul 24 13:04:51.360DEBG
48922026-07-24T13:04:52.818Z 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 } }]
48932026-07-24T13:04:52.818Zinitted freemap. size: 64, Jul 24 13:04:51.360Jul 24 13:04:51.360unit DEBG: Jul 24 13:04:51.360freemap_route_ipv4 created new freemap DEBGDEBGINFO
48942026-07-24T13:04:52.818Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
48952026-07-24T13:04:52.818Zreplacing 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 } }]
48962026-07-24T13:04:52.818ZJul 24 13:04:51.360 initted freemap. size: 64DEBGJul 24 13:04:51.360 reset freemap , DEBGunit :, replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
48972026-07-24T13:04:52.818Z
48982026-07-24T13:04:52.818ZunitJul 24 13:04:51.360: INFO, Jul 24 13:04:51.360Jul 24 13:04:51.360 freemap_route_ipv6INFODEBG adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
48992026-07-24T13:04:52.819Zinitted freemap. size: 64unit
49002026-07-24T13:04:52.819Z
49012026-07-24T13:04:52.819Z, unit::Jul 24 13:04:51.360 Jul 24 13:04:51.360freemap_route_ipv6
49022026-07-24T13:04:52.819Z 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 } }]Jul 24 13:04:51.360
49032026-07-24T13:04:52.819Zfreemap_route_ipv4 Jul 24 13:04:51.360 DEBG Jul 24 13:04:51.360initted freemap. size: 64 , INFODEBGunitDEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ff:
49042026-07-24T13:04:52.819Z 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 } }]
49052026-07-24T13:04:52.819Zfreemap_route_ipv4reset freemap
49062026-07-24T13:04:52.819Z,
49072026-07-24T13:04:52.819ZunitJul 24 13:04:51.360:Jul 24 13:04:51.360 DEBGfreemap_route_ipv6
49082026-07-24T13:04:52.819ZJul 24 13:04:51.360INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffJul 24 13:04:51.360DEBG
49092026-07-24T13:04:52.819Z 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 } }] Jul 24 13:04:51.360
49102026-07-24T13:04:52.823Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1reset freemap
49112026-07-24T13:04:52.823Z, unitJul 24 13:04:51.360DEBG :INFOJul 24 13:04:51.360 reset freemap Jul 24 13:04:51.360adding route 3fff:beef:37::/64 -> 2001:db8::55:ff ,
49122026-07-24T13:04:52.823ZDEBG freemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBGunit
49132026-07-24T13:04:52.823Z :
49142026-07-24T13:04:52.823Z Jul 24 13:04:51.360replacing 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 } }] Jul 24 13:04:51.360
49152026-07-24T13:04:52.823Z DEBGINFO freemap_route_ipv4replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
49162026-07-24T13:04:52.823Z
49172026-07-24T13:04:52.823ZJul 24 13:04:51.360 DEBG
49182026-07-24T13:04:52.823ZJul 24 13:04:51.360 Jul 24 13:04:51.360initted freemap. size: 64Jul 24 13:04:51.360INFOJul 24 13:04:51.360 , adding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFODEBG
49192026-07-24T13:04:52.823Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
49202026-07-24T13:04:52.823Z
49212026-07-24T13:04:52.823Zunit: initted freemap. size: 64Jul 24 13:04:51.360 freemap_route_ipv6DEBG
49222026-07-24T13:04:52.823ZJul 24 13:04:51.360Jul 24 13:04:51.360, 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 } }]
49232026-07-24T13:04:52.824ZDEBGINFO 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:dead::/64 -> 2001:db8::55:3Jul 24 13:04:51.360
49242026-07-24T13:04:52.824ZJul 24 13:04:51.360
49252026-07-24T13:04:52.824ZINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBGunit
49262026-07-24T13:04:52.824Z Jul 24 13:04:51.360Jul 24 13:04:51.360reset freemap: DEBG INFO, freemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 24 13:04:51.360
49272026-07-24T13:04:52.824Z unitDEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
49282026-07-24T13:04:52.824Z
49292026-07-24T13:04:52.824Z: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 } }]Jul 24 13:04:51.360 INFO
49302026-07-24T13:04:52.824Z freemap_route_ipv6
49312026-07-24T13:04:52.824Zadding route 3fff:dead::/64 -> 2001:db8::55:4Jul 24 13:04:51.360Jul 24 13:04:51.360
49322026-07-24T13:04:52.824Z INFOJul 24 13:04:51.360 Jul 24 13:04:51.360 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff Jul 24 13:04:51.360
49332026-07-24T13:04:52.824Z 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 } }]INFODEBGJul 24 13:04:51.360
49342026-07-24T13:04:52.824ZDEBG adding route 172.16.0.0/32 -> 10.0.0.1
49352026-07-24T13:04:52.824ZDEBGreset freemapJul 24 13:04:51.360 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 } }] Jul 24 13:04:51.360
49362026-07-24T13:04:52.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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
49372026-07-24T13:04:52.824Zreplacing 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 } }],
49382026-07-24T13:04:52.824ZJul 24 13:04:51.360unit DEBGINFO : 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 } }]
49392026-07-24T13:04:52.824Z Jul 24 13:04:51.360freemap_route_ipv6
49402026-07-24T13:04:52.824ZINFO
49412026-07-24T13:04:52.824ZJul 24 13:04:51.360 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG
49422026-07-24T13:04:52.824Z 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 } }]Jul 24 13:04:51.360Jul 24 13:04:51.360
49432026-07-24T13:04:52.824Z Jul 24 13:04:51.360DEBG INFOINFO Jul 24 13:04:51.360adding route 172.16.0.0/32 -> 10.0.0.1
49442026-07-24T13:04:52.824Zreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255INFO
49452026-07-24T13:04:52.824Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
49462026-07-24T13:04:52.824Z
49472026-07-24T13:04:52.824ZJul 24 13:04:51.360Jul 24 13:04:51.360 INFODEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffJul 24 13:04:51.360replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
49482026-07-24T13:04:52.824Z
49492026-07-24T13:04:52.824ZDEBG 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 } }]
49502026-07-24T13:04:52.824ZJul 24 13:04:51.360 DEBGJul 24 13:04:51.360 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 } }]Jul 24 13:04:51.360Jul 24 13:04:51.360 DEBGDEBG
49512026-07-24T13:04:52.825Z DEBGfailed to allocate space for the new target list replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
49522026-07-24T13:04:52.825Z
49532026-07-24T13:04:52.825Z 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 } }]
49542026-07-24T13:04:52.825ZJul 24 13:04:51.360Jul 24 13:04:51.360 INFOJul 24 13:04:51.360INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG
49552026-07-24T13:04:52.825Zadding route 172.17.0.1/32 -> 10.0.0.255
49562026-07-24T13:04:52.825Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
49572026-07-24T13:04:52.825ZJul 24 13:04:51.360Jul 24 13:04:51.360 DEBGDEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
49582026-07-24T13:04:52.825Z
49592026-07-24T13:04:52.825Z
49602026-07-24T13:04:52.825ZJul 24 13:04:51.360 Jul 24 13:04:51.360Jul 24 13:04:51.360 INFOINFOINFO adding route 172.17.0.2/32 -> 10.0.0.255
49612026-07-24T13:04:52.825Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
49622026-07-24T13:04:52.825ZJul 24 13:04:51.360 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 } }]
49632026-07-24T13:04:52.825ZJul 24 13:04:51.360 DEBG Jul 24 13:04:51.360replacing 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 } }]
49642026-07-24T13:04:52.825ZINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
49652026-07-24T13:04:52.825ZJul 24 13:04:51.360Jul 24 13:04:51.360 DEBG INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
49662026-07-24T13:04:52.825Zreplacing 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 } }]
49672026-07-24T13:04:52.825ZJul 24 13:04:51.360Jul 24 13:04:51.360Jul 24 13:04:51.353 DEBGDEBG 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 } }]
49682026-07-24T13:04:52.825ZJul 24 13:04:51.360created new freemapadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff,
49692026-07-24T13:04:52.825Z unit: freemap_route_ipv4DEBG
49702026-07-24T13:04:52.825ZJul 24 13:04:51.360 Jul 24 13:04:51.360DEBG INFOreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }]
49712026-07-24T13:04:52.825Z
49722026-07-24T13:04:52.825Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
49732026-07-24T13:04:52.825Ztest route::tests::rollback_on_compact_delete_failure ... ok
49742026-07-24T13:04:52.825ZJul 24 13:04:51.360Jul 24 13:04:51.360Jul 24 13:04:51.360 INFODEBGDEBGJul 24 13:04:51.360 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 } }]adding route 172.17.0.3/32 -> 10.0.0.255created new freemap
49752026-07-24T13:04:52.825Z
49762026-07-24T13:04:52.825Z, adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffunit
49772026-07-24T13:04:52.825Z:Jul 24 13:04:51.360Jul 24 13:04:51.360 DEBGINFOfreemap_route_ipv6
49782026-07-24T13:04:52.826ZJul 24 13:04:51.360adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
49792026-07-24T13:04:52.826Z DEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
49802026-07-24T13:04:52.826Z
49812026-07-24T13:04:52.826ZJul 24 13:04:51.360Jul 24 13:04:51.360 DEBGJul 24 13:04:51.360 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 } }]Jul 24 13:04:51.360DEBG
49822026-07-24T13:04:52.826ZINFO initted freemap. size: 64INFO, Jul 24 13:04:51.360adding route 172.17.0.4/32 -> 10.0.0.255adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
49832026-07-24T13:04:52.826Z INFO
49842026-07-24T13:04:52.826Z unitadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff:
49852026-07-24T13:04:52.826Z freemap_route_ipv4Jul 24 13:04:51.360
49862026-07-24T13:04:52.826Z DEBGJul 24 13:04:51.360 Jul 24 13:04:51.360 replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
49872026-07-24T13:04:52.826Z Jul 24 13:04:51.360replacing 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
49882026-07-24T13:04:52.826Z 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 } }]
49892026-07-24T13:04:52.826ZDEBGJul 24 13:04:51.360 Jul 24 13:04:51.360 reset freemapINFO, unitJul 24 13:04:51.360adding route 172.17.0.5/32 -> 10.0.0.255:INFO freemap_route_ipv4
49902026-07-24T13:04:52.826Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFO
49912026-07-24T13:04:52.826Z
49922026-07-24T13:04:52.826ZJul 24 13:04:51.360adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
49932026-07-24T13:04:52.826ZDEBGJul 24 13:04:51.360 DEBG Jul 24 13:04:51.360replacing 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: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 } }]
49942026-07-24T13:04:52.826ZJul 24 13:04:51.361 DEBGJul 24 13:04:51.361Jul 24 13:04:51.368 INFOcreated new freemap DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff,
49952026-07-24T13:04:52.826Zunit : created new freemapfreemap_route_ipv4, Jul 24 13:04:51.368unit :DEBG freemap_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 } }]
49962026-07-24T13:04:52.826Z
49972026-07-24T13:04:52.826Z
49982026-07-24T13:04:52.826Z
49992026-07-24T13:04:52.826ZJul 24 13:04:51.368Jul 24 13:04:51.368 DEBGINFO created new freemapadding route 3fff:beef:33::/64 -> 2001:db8::55:ffJul 24 13:04:51.368,
50002026-07-24T13:04:52.826ZJul 24 13:04:51.368 INFO unitadding route 172.17.0.6/32 -> 10.0.0.255DEBGJul 24 13:04:51.368
50012026-07-24T13:04:52.826Z DEBG:created new freemap , Jul 24 13:04:51.368unit freemap_route_ipv6: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
50022026-07-24T13:04:52.826Z freemap_route_ipv6replacing 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 } }]
50032026-07-24T13:04:52.826Z
50042026-07-24T13:04:52.826Z
50052026-07-24T13:04:52.826ZJul 24 13:04:51.368Jul 24 13:04:51.368Jul 24 13:04:51.368 DEBG INFOINFO adding route 172.17.0.7/32 -> 10.0.0.255Jul 24 13:04:51.368adding route 3fff:beef:34::/64 -> 2001:db8::55:ffinitted freemap. size: 64
50062026-07-24T13:04:52.827Z,
50072026-07-24T13:04:52.827Zunit: DEBGJul 24 13:04:51.368 initted freemap. size: 64DEBGfreemap_route_ipv4 Jul 24 13:04:51.368replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] , DEBG
50082026-07-24T13:04:52.827Zunit:
50092026-07-24T13:04:52.827Zreplacing 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 } }]Jul 24 13:04:51.368freemap_route_ipv4
50102026-07-24T13:04:52.831ZDEBGJul 24 13:04:51.368 reset freemap , INFO
50112026-07-24T13:04:52.831ZunitJul 24 13:04:51.368 :adding route 172.17.0.8/32 -> 10.0.0.255 freemap_route_ipv4INFO
50122026-07-24T13:04:52.831Z
50132026-07-24T13:04:52.831Z adding route 3fff:beef:35::/64 -> 2001:db8::55:ffJul 24 13:04:51.368
50142026-07-24T13:04:52.831ZJul 24 13:04:51.368 DEBGDEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap
50152026-07-24T13:04:52.831Z, Jul 24 13:04:51.368unit:Jul 24 13:04:51.368 DEBGfreemap_route_ipv4 Jul 24 13:04:51.368initted freemap. size: 64
50162026-07-24T13:04:52.831ZINFO , adding route 172.17.0.9/32 -> 10.0.0.255unitDEBG:
50172026-07-24T13:04:52.832Z Jul 24 13:04:51.368freemap_route_ipv6
50182026-07-24T13:04:52.832ZDEBGJul 24 13:04:51.368 DEBGinitted freemap. size: 64Jul 24 13:04:51.368 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 } }],
50192026-07-24T13:04:52.832Z
50202026-07-24T13:04:52.832ZDEBGunit :reset freemap Jul 24 13:04:51.368, freemap_route_ipv6unit
50212026-07-24T13:04:52.832Z :INFO Jul 24 13:04:51.368adding route 172.17.0.10/32 -> 10.0.0.255 freemap_route_ipv6
50222026-07-24T13:04:52.832Z
50232026-07-24T13:04:52.832ZINFO Jul 24 13:04:51.368adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
50242026-07-24T13:04:52.832ZDEBG Jul 24 13:04:51.368Jul 24 13:04:51.368reset freemap INFO DEBGJul 24 13:04:51.368 , replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1
50252026-07-24T13:04:52.832Z
50262026-07-24T13:04:52.832ZunitDEBG: replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
50272026-07-24T13:04:52.832Z
50282026-07-24T13:04:52.832ZJul 24 13:04:51.368Jul 24 13:04:51.368 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 } }] Jul 24 13:04:51.368Jul 24 13:04:51.368
50292026-07-24T13:04:52.832ZINFOadding route 172.17.0.11/32 -> 10.0.0.255INFO
50302026-07-24T13:04:52.832Z adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
50312026-07-24T13:04:52.832Z
50322026-07-24T13:04:52.832ZJul 24 13:04:51.368Jul 24 13:04:51.368 DEBG 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 } }]Jul 24 13:04:51.368
50332026-07-24T13:04:52.832Z adding route 172.16.0.0/32 -> 10.0.0.2DEBG
50342026-07-24T13:04:52.832Z Jul 24 13:04:51.368Jul 24 13:04:51.368replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.12/32 -> 10.0.0.255
50352026-07-24T13:04:52.832ZJul 24 13:04:51.368DEBG
50362026-07-24T13:04:52.832Z DEBGreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
50372026-07-24T13:04:52.832Z Jul 24 13:04:51.368replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
50382026-07-24T13:04:52.832ZJul 24 13:04:51.368INFO DEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
50392026-07-24T13:04:52.832ZJul 24 13:04:51.368
50402026-07-24T13:04:52.832ZINFO Jul 24 13:04:51.368adding route 172.16.0.0/32 -> 10.0.0.3
50412026-07-24T13:04:52.832ZINFOJul 24 13:04:51.368 adding route 172.17.0.13/32 -> 10.0.0.255INFO
50422026-07-24T13:04:52.832ZJul 24 13:04:51.368Jul 24 13:04:51.368 adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
50432026-07-24T13:04:52.832ZDEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]Jul 24 13:04:51.368replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
50442026-07-24T13:04:52.833Z
50452026-07-24T13:04:52.833ZDEBG 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 } }]Jul 24 13:04:51.368
50462026-07-24T13:04:52.833Z Jul 24 13:04:51.368 INFOJul 24 13:04:51.368DEBGJul 24 13:04:51.368 INFOreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFOadding route 172.17.0.14/32 -> 10.0.0.255
50472026-07-24T13:04:52.833Zadding route 172.16.0.0/32 -> 10.0.0.4
50482026-07-24T13:04:52.833Z
50492026-07-24T13:04:52.833Zadding route 3fff:dead::/64 -> 2001:db8::55:3
50502026-07-24T13:04:52.833ZJul 24 13:04:51.368Jul 24 13:04:51.368 Jul 24 13:04:51.368Jul 24 13:04:51.368 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 } }]
50512026-07-24T13:04:52.833Z DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
50522026-07-24T13:04:52.833Z
50532026-07-24T13:04:52.833Z
50542026-07-24T13:04:52.833ZJul 24 13:04:51.368 Jul 24 13:04:51.368INFO Jul 24 13:04:51.368INFO adding route 172.17.0.15/32 -> 10.0.0.255INFOJul 24 13:04:51.368
50552026-07-24T13:04:52.833Zadding route 172.17.0.0/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:4
50562026-07-24T13:04:52.833ZDEBG
50572026-07-24T13:04:52.833Z Jul 24 13:04:51.368 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 } }]
50582026-07-24T13:04:52.833Zreplacing 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 } }]
50592026-07-24T13:04:52.833ZJul 24 13:04:51.368Jul 24 13:04:51.368 DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
50602026-07-24T13:04:52.833Zreplacing 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 } }]Jul 24 13:04:51.368
50612026-07-24T13:04:52.833Z INFO adding route 172.17.0.16/32 -> 10.0.0.255Jul 24 13:04:51.368
50622026-07-24T13:04:52.833Z Jul 24 13:04:51.368 Jul 24 13:04:51.368DEBGINFO Jul 24 13:04:51.368 INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBGadding route 3fff:beef:3a::/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 } }]
50632026-07-24T13:04:52.833Zadding route 172.17.0.1/32 -> 10.0.0.255
50642026-07-24T13:04:52.833Z
50652026-07-24T13:04:52.833Z
50662026-07-24T13:04:52.833ZJul 24 13:04:51.368Jul 24 13:04:51.368Jul 24 13:04:51.368 Jul 24 13:04:51.368 INFODEBG adding route 172.17.0.17/32 -> 10.0.0.255DEBG
50672026-07-24T13:04:52.833Zreplacing 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 } }]
50682026-07-24T13:04:52.833ZWARN Jul 24 13:04:51.368shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }]
50692026-07-24T13:04:52.833Z
50702026-07-24T13:04:52.833ZDEBGJul 24 13:04:51.368 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 } }]
50712026-07-24T13:04:52.834ZINFO Jul 24 13:04:51.368adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
50722026-07-24T13:04:52.834ZJul 24 13:04:51.368INFO INFOadding route 172.17.0.2/32 -> 10.0.0.255
50732026-07-24T13:04:52.834Zadding route 172.17.0.18/32 -> 10.0.0.255Jul 24 13:04:51.368
50742026-07-24T13:04:52.834Ztest route::tests::rollback_on_compact_write_failure ... ok
50752026-07-24T13:04:52.834Z DEBGJul 24 13:04:51.368 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 } }]
50762026-07-24T13:04:52.834ZDEBG Jul 24 13:04:51.368replacing 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 } }]
50772026-07-24T13:04:52.834ZDEBG Jul 24 13:04:51.368 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 } }]INFOJul 24 13:04:51.368
50782026-07-24T13:04:52.834Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffINFO
50792026-07-24T13:04:52.834Z Jul 24 13:04:51.368adding route 172.17.0.3/32 -> 10.0.0.255
50802026-07-24T13:04:52.834ZINFO Jul 24 13:04:51.368adding route 172.17.0.19/32 -> 10.0.0.255
50812026-07-24T13:04:52.834Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
50822026-07-24T13:04:52.834ZDEBG Jul 24 13:04:51.368replacing 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 } }]
50832026-07-24T13:04:52.834ZJul 24 13:04:51.368DEBG 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 } }] 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 } }]
50842026-07-24T13:04:52.834Z
50852026-07-24T13:04:52.834ZJul 24 13:04:51.368 DEBG Jul 24 13:04:51.368failed to allocate space for the new target list
50862026-07-24T13:04:52.834ZINFOJul 24 13:04:51.368 INFOadding route 172.17.0.20/32 -> 10.0.0.255
50872026-07-24T13:04:52.834Zadding route 172.17.0.4/32 -> 10.0.0.255
50882026-07-24T13:04:52.834ZJul 24 13:04:51.368Jul 24 13:04:51.368 Jul 24 13:04:51.368DEBG 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 } }]
50892026-07-24T13:04:52.834ZDEBGreplacing targets for 3fff:dead::/64 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 } }]
50902026-07-24T13:04:52.834Zreplacing 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 } }]
50912026-07-24T13:04:52.834ZJul 24 13:04:51.368 INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
50922026-07-24T13:04:52.834ZJul 24 13:04:51.368 INFOadding route 172.17.0.21/32 -> 10.0.0.255
50932026-07-24T13:04:52.834Zadding route 172.17.0.5/32 -> 10.0.0.255
50942026-07-24T13:04:52.834ZJul 24 13:04:51.361Jul 24 13:04:51.368Jul 24 13:04:51.368 Jul 24 13:04:51.368 DEBGDEBG DEBG DEBGreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] created new freemap
50952026-07-24T13:04:52.834Z, 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 } }]unit
50962026-07-24T13:04:52.834Z: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 } }]
50972026-07-24T13:04:52.834Zfreemap_route_ipv4
50982026-07-24T13:04:52.835ZJul 24 13:04:51.368 INFOJul 24 13:04:51.368 adding route 172.17.0.22/32 -> 10.0.0.255INFO
50992026-07-24T13:04:52.835Zadding route 172.17.0.6/32 -> 10.0.0.255Jul 24 13:04:51.368
51002026-07-24T13:04:52.835ZJul 24 13:04:51.368 INFODEBG Jul 24 13:04:51.368 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffJul 24 13:04:51.368created new freemap , DEBGunitDEBG: freemap_route_ipv6replacing 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.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 } }]
51012026-07-24T13:04:52.835Z
51022026-07-24T13:04:52.835Z
51032026-07-24T13:04:52.835Z
51042026-07-24T13:04:52.835ZJul 24 13:04:51.368Jul 24 13:04:51.368Jul 24 13:04:51.368 INFODEBGJul 24 13:04:51.368 adding route 172.17.0.23/32 -> 10.0.0.255
51052026-07-24T13:04:52.835ZJul 24 13:04:51.369Jul 24 13:04:51.369 DEBGDEBG created new freemap, unit Jul 24 13:04:51.376DEBG :DEBG freemap_route_ipv4replacing 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 } }]Jul 24 13:04:51.360
51062026-07-24T13:04:52.835Z
51072026-07-24T13:04:52.835Zinitted freemap. size: 64 , DEBGunit :Jul 24 13:04:51.376 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 } }]Jul 24 13:04:51.376freemap_route_ipv6
51082026-07-24T13:04:52.835ZDEBG INFOcreated new freemap , adding route 172.17.0.24/32 -> 10.0.0.255unit
51092026-07-24T13:04:52.835Z
51102026-07-24T13:04:52.839Z: freemap_route_ipv6
51112026-07-24T13:04:52.839ZJul 24 13:04:51.376 INFO Jul 24 13:04:51.376DEBGJul 24 13:04:51.376Jul 24 13:04:51.376 adding route 172.17.0.7/32 -> 10.0.0.255DEBG DEBGINFO
51122026-07-24T13:04:52.839Zreplacing 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 } }]initted freemap. size: 64
51132026-07-24T13:04:52.839Z, unit:Jul 24 13:04:51.376 reset freemapJul 24 13:04:51.376DEBG, freemap_route_ipv4 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 } }]
51142026-07-24T13:04:52.839ZINFOunit :
51152026-07-24T13:04:52.839Z adding route 172.17.0.25/32 -> 10.0.0.255 freemap_route_ipv6
51162026-07-24T13:04:52.839Z
51172026-07-24T13:04:52.839ZJul 24 13:04:51.376 Jul 24 13:04:51.376INFO Jul 24 13:04:51.376 Jul 24 13:04:51.376 adding route 172.17.0.8/32 -> 10.0.0.255DEBGINFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG
51182026-07-24T13:04:52.839Zreplacing 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 } }]
51192026-07-24T13:04:52.839Z reset freemap,
51202026-07-24T13:04:52.840Zadding route 3fff:dead::/64 -> 2001:db8::55:1unitJul 24 13:04:51.376Jul 24 13:04:51.376: DEBGfreemap_route_ipv4
51212026-07-24T13:04:52.840ZINFOreplacing 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 } }]
51222026-07-24T13:04:52.840Z
51232026-07-24T13:04:52.840Zadding route 172.17.0.26/32 -> 10.0.0.255Jul 24 13:04:51.376
51242026-07-24T13:04:52.840ZJul 24 13:04:51.376Jul 24 13:04:51.376 Jul 24 13:04:51.376DEBG DEBG INFOJul 24 13:04:51.376 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 } }]adding route 172.17.0.9/32 -> 10.0.0.255
51252026-07-24T13:04:52.840Z
51262026-07-24T13:04:52.840Z initted freemap. size: 64DEBG, unitreplacing 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 } }]:
51272026-07-24T13:04:52.840Z freemap_route_ipv6
51282026-07-24T13:04:52.840Zreplacing 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 } }]Jul 24 13:04:51.376
51292026-07-24T13:04:52.840ZJul 24 13:04:51.376 DEBGINFO replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.27/32 -> 10.0.0.255Jul 24 13:04:51.376
51302026-07-24T13:04:52.840Z
51312026-07-24T13:04:52.840ZINFO Jul 24 13:04:51.376Jul 24 13:04:51.376adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 24 13:04:51.376
51322026-07-24T13:04:52.840Z Jul 24 13:04:51.376 INFO DEBGDEBG INFOreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255
51332026-07-24T13:04:52.840Z
51342026-07-24T13:04:52.840Zreset freemap, Jul 24 13:04:51.376Jul 24 13:04:51.376Jul 24 13:04:51.376 unit DEBGDEBG : 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 } }]
51352026-07-24T13:04:52.840Zadding route 172.17.0.28/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
51362026-07-24T13:04:52.840Zfreemap_route_ipv6adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
51372026-07-24T13:04:52.840Z
51382026-07-24T13:04:52.840ZJul 24 13:04:51.376Jul 24 13:04:51.376
51392026-07-24T13:04:52.840Z DEBGINFO Jul 24 13:04:51.376Jul 24 13:04:51.376adding route 172.17.0.11/32 -> 10.0.0.255
51402026-07-24T13:04:52.840ZINFOreplacing 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 } }]
51412026-07-24T13:04:52.840Zadding route 3fff:dead::/64 -> 2001:db8::55:1
51422026-07-24T13:04:52.840ZJul 24 13:04:51.376 INFODEBGJul 24 13:04:51.376 Jul 24 13:04:51.376 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:dead::/64 -> 2001:db8::55:3
51432026-07-24T13:04:52.840Z
51442026-07-24T13:04:52.840ZINFODEBG adding route 172.17.0.29/32 -> 10.0.0.255Jul 24 13:04:51.376replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
51452026-07-24T13:04:52.840Z
51462026-07-24T13:04:52.840ZINFO adding route 172.17.0.12/32 -> 10.0.0.255Jul 24 13:04:51.376
51472026-07-24T13:04:52.840ZJul 24 13:04:51.376 Jul 24 13:04:51.376Jul 24 13:04:51.376INFO DEBGDEBG 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 } }]
51482026-07-24T13:04:52.841Zreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
51492026-07-24T13:04:52.841Z
51502026-07-24T13:04:52.841Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 24 13:04:51.376Jul 24 13:04:51.376Jul 24 13:04:51.376 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 } }]
51512026-07-24T13:04:52.841Z INFOadding route 172.17.0.30/32 -> 10.0.0.255
51522026-07-24T13:04:52.841Z
51532026-07-24T13:04:52.841Zadding route 172.17.0.13/32 -> 10.0.0.255
51542026-07-24T13:04:52.841Zinitted freemap. size: 64Jul 24 13:04:51.376Jul 24 13:04:51.376 Jul 24 13:04:51.376INFOINFO Jul 24 13:04:51.376adding route 3fff:dead::/64 -> 2001:db8::55:3
51552026-07-24T13:04:52.841ZDEBGadding route 3fff:dead::/64 -> 2001:db8::55:4DEBG, 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 } }]
51562026-07-24T13:04:52.841Z
51572026-07-24T13:04:52.841ZJul 24 13:04:51.376 DEBGunit replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 24 13:04:51.376
51582026-07-24T13:04:52.841Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
51592026-07-24T13:04:52.841Z Jul 24 13:04:51.376 adding route 172.17.0.14/32 -> 10.0.0.255freemap_route_ipv4
51602026-07-24T13:04:52.841Z
51612026-07-24T13:04:52.841ZJul 24 13:04:51.376 INFOJul 24 13:04:51.376 INFOJul 24 13:04:51.376adding route 3fff:dead::/64 -> 2001:db8::55:4 Jul 24 13:04:51.376DEBG DEBG
51622026-07-24T13:04:52.841Z adding route 172.17.0.31/32 -> 10.0.0.255 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 } }]
51632026-07-24T13:04:52.841Zreset freemapJul 24 13:04:51.376,
51642026-07-24T13:04:52.841Z DEBGunitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]:
51652026-07-24T13:04:52.841ZJul 24 13:04:51.376 Jul 24 13:04:51.376DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
51662026-07-24T13:04:52.841ZJul 24 13:04:51.376freemap_route_ipv4INFO adding route 172.17.0.15/32 -> 10.0.0.255DEBG
51672026-07-24T13:04:52.841Zreplacing 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 } }]
51682026-07-24T13:04:52.841Zreplacing targets for 3fff:dead::/64 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 } }]
51692026-07-24T13:04:52.841Z
51702026-07-24T13:04:52.841ZJul 24 13:04:51.376 Jul 24 13:04:51.376Jul 24 13:04:51.376Jul 24 13:04:51.376DEBG DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 } }]
51712026-07-24T13:04:52.841Z
51722026-07-24T13:04:52.841Ztest route::tests::identity_replace_is_noop ... ok
51732026-07-24T13:04:52.841ZINFO adding route 172.17.0.32/32 -> 10.0.0.255 Jul 24 13:04:51.376initted freemap. size: 64Jul 24 13:04:51.376Jul 24 13:04:51.376 WARN
51742026-07-24T13:04:52.842ZINFO, unitadding route 172.17.0.16/32 -> 10.0.0.255:
51752026-07-24T13:04:52.842Z WARNshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Jul 24 13:04:51.376
51762026-07-24T13:04:52.842Z freemap_route_ipv6Jul 24 13:04:51.376 shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG
51772026-07-24T13:04:52.842Z 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 } }]
51782026-07-24T13:04:52.842Zreplacing 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 } }]
51792026-07-24T13:04:52.842Z
51802026-07-24T13:04:52.842ZJul 24 13:04:51.376Jul 24 13:04:51.376Jul 24 13:04:51.376 DEBGERRO reset freemaprollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }), Jul 24 13:04:51.376unit
51812026-07-24T13:04:52.842ZINFO INFO adding route 172.17.0.17/32 -> 10.0.0.255:
51822026-07-24T13:04:52.842Z freemap_route_ipv6adding route 172.17.0.33/32 -> 10.0.0.255
51832026-07-24T13:04:52.842Z
51842026-07-24T13:04:52.842ZJul 24 13:04:51.376Jul 24 13:04:51.376 DEBGINFO replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1
51852026-07-24T13:04:52.842ZJul 24 13:04:51.376
51862026-07-24T13:04:52.842Z ERROJul 24 13:04:51.376 DEBGJul 24 13:04:51.376shrink-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
51872026-07-24T13:04:52.842Z replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
51882026-07-24T13:04:52.842Z adding route 172.17.0.18/32 -> 10.0.0.255Jul 24 13:04:51.376
51892026-07-24T13:04:52.842Z DEBGJul 24 13:04:51.376 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFOJul 24 13:04:51.376 adding route 172.17.0.34/32 -> 10.0.0.255
51902026-07-24T13:04:52.842ZDEBG
51912026-07-24T13:04:52.842Z 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 } }]
51922026-07-24T13:04:52.842ZJul 24 13:04:51.376 Jul 24 13:04:51.376DEBG Jul 24 13:04:51.376 INFOreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.19/32 -> 10.0.0.255
51932026-07-24T13:04:52.842Z
51942026-07-24T13:04:52.842Z
51952026-07-24T13:04:52.842ZJul 24 13:04:51.376Jul 24 13:04:51.376 DEBGDEBGJul 24 13:04:51.376 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 } }]
51962026-07-24T13:04:52.842ZINFO adding route 172.17.0.35/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
51972026-07-24T13:04:52.843Z
51982026-07-24T13:04:52.843ZJul 24 13:04:51.376 INFO Jul 24 13:04:51.376adding route 172.17.0.20/32 -> 10.0.0.255Jul 24 13:04:51.376
51992026-07-24T13:04:52.843Z INFODEBG Jul 24 13:04:51.376replacing 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.16.0.0/32 -> 10.0.0.3DEBG
52002026-07-24T13:04:52.843Z
52012026-07-24T13:04:52.843Zreplacing 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 } }]
52022026-07-24T13:04:52.843ZJul 24 13:04:51.376 INFO adding route 172.17.0.36/32 -> 10.0.0.255
52032026-07-24T13:04:52.843Z DEBG Jul 24 13:04:51.376 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 } }]DEBGJul 24 13:04:51.376
52042026-07-24T13:04:52.843Z INFOcreated new freemap 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.21/32 -> 10.0.0.255
52052026-07-24T13:04:52.843ZunitJul 24 13:04:51.376
52062026-07-24T13:04:52.843Z: freemap_route_ipv4
52072026-07-24T13:04:52.843ZJul 24 13:04:51.376DEBGJul 24 13:04:51.376 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 } }] INFOreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.37/32 -> 10.0.0.255
52082026-07-24T13:04:52.843ZJul 24 13:04:51.376Jul 24 13:04:51.377Jul 24 13:04:51.383 DEBG INFO DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
52092026-07-24T13:04:52.843Zreplacing 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 } }]
52102026-07-24T13:04:52.847Zcreated new freemap, unit:Jul 24 13:04:51.377
52112026-07-24T13:04:52.847Zfreemap_route_ipv4Jul 24 13:04:51.383Jul 24 13:04:51.383Jul 24 13:04:51.383 INFO
52122026-07-24T13:04:52.847ZJul 24 13:04:51.383 INFOadding route 172.17.0.22/32 -> 10.0.0.255
52132026-07-24T13:04:52.847ZDEBG created new freemapadding route 172.17.0.38/32 -> 10.0.0.255,
52142026-07-24T13:04:52.847Zunit DEBGJul 24 13:04:51.383 :DEBG freemap_route_ipv6replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
52152026-07-24T13:04:52.847ZJul 24 13:04:51.383
52162026-07-24T13:04:52.848Z
52172026-07-24T13:04:52.848Z DEBGcreated new freemap 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 } }],
52182026-07-24T13:04:52.848ZJul 24 13:04:51.383 Jul 24 13:04:51.383DEBGunit INFOinitted freemap. size: 64 , :DEBG unit : adding route 172.16.0.0/32 -> 10.0.0.4freemap_route_ipv4Jul 24 13:04:51.383freemap_route_ipv4replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
52192026-07-24T13:04:52.848Z
52202026-07-24T13:04:52.848ZINFO
52212026-07-24T13:04:52.848Z adding route 172.17.0.23/32 -> 10.0.0.255Jul 24 13:04:51.383
52222026-07-24T13:04:52.848ZJul 24 13:04:51.383 DEBG
52232026-07-24T13:04:52.848ZJul 24 13:04:51.383Jul 24 13:04:51.383 INFO reset freemapJul 24 13:04:51.383, unitadding route 172.17.0.39/32 -> 10.0.0.255Jul 24 13:04:51.383:
52242026-07-24T13:04:52.848ZDEBGDEBG 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 } }]
52252026-07-24T13:04:52.848Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
52262026-07-24T13:04:52.848Zcreated new freemapfreemap_route_ipv4
52272026-07-24T13:04:52.848ZJul 24 13:04:51.383, Jul 24 13:04:51.383 INFO unitDEBG Jul 24 13:04:51.383Jul 24 13:04:51.383 DEBGadding route 172.17.0.24/32 -> 10.0.0.255: DEBG
52282026-07-24T13:04:52.848Z 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 } }] initted freemap. size: 64
52292026-07-24T13:04:52.848Zcreated new freemapDEBGJul 24 13:04:51.384, freemap_route_ipv6DEBG
52302026-07-24T13:04:52.848Zunit: replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] , freemap_route_ipv6unit
52312026-07-24T13:04:52.848Z
52322026-07-24T13:04:52.848Z: Jul 24 13:04:51.384 Jul 24 13:04:51.384INFO freemap_route_ipv6DEBGJul 24 13:04:51.384 adding route 172.17.0.40/32 -> 10.0.0.255 reset freemapINFO,
52332026-07-24T13:04:52.848Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.25/32 -> 10.0.0.255
52342026-07-24T13:04:52.848Z
52352026-07-24T13:04:52.848Zunit:
52362026-07-24T13:04:52.848Z Jul 24 13:04:51.384 freemap_route_ipv6Jul 24 13:04:51.384DEBG
52372026-07-24T13:04:52.848Z 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 } }]Jul 24 13:04:51.384
52382026-07-24T13:04:52.848Z 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
52392026-07-24T13:04:52.848Z Jul 24 13:04:51.384Jul 24 13:04:51.384initted freemap. size: 64 Jul 24 13:04:51.384INFO INFOadding route 172.17.0.26/32 -> 10.0.0.255 INFO,
52402026-07-24T13:04:52.848Zadding route 172.17.0.41/32 -> 10.0.0.255unit
52412026-07-24T13:04:52.848Z: Jul 24 13:04:51.384adding route 172.16.0.0/32 -> 10.0.0.1 freemap_route_ipv4DEBG
52422026-07-24T13:04:52.848Z Jul 24 13:04:51.384replacing 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 } }]
52432026-07-24T13:04:52.848Z
52442026-07-24T13:04:52.849ZJul 24 13:04:51.384DEBG 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 } }]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 } }]Jul 24 13:04:51.384Jul 24 13:04:51.384
52452026-07-24T13:04:52.849Z INFO
52462026-07-24T13:04:52.849Zadding route 172.17.0.27/32 -> 10.0.0.255
52472026-07-24T13:04:52.849ZDEBG Jul 24 13:04:51.384Jul 24 13:04:51.384 INFOreset freemapINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.42/32 -> 10.0.0.255Jul 24 13:04:51.384
52482026-07-24T13:04:52.849Z DEBG,
52492026-07-24T13:04:52.849Z 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 } }]unitJul 24 13:04:51.384
52502026-07-24T13:04:52.849Z :DEBG Jul 24 13:04:51.384 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 } }]Jul 24 13:04:51.384
52512026-07-24T13:04:52.849Z 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 } }]freemap_route_ipv4INFO
52522026-07-24T13:04:52.849Z
52532026-07-24T13:04:52.849Zadding route 172.17.0.28/32 -> 10.0.0.255
52542026-07-24T13:04:52.849ZJul 24 13:04:51.384 Jul 24 13:04:51.384INFO Jul 24 13:04:51.384 Jul 24 13:04:51.384 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1DEBGadding route 172.17.0.43/32 -> 10.0.0.255
52552026-07-24T13:04:52.849Zreplacing 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 } }]
52562026-07-24T13:04:52.849Z
52572026-07-24T13:04:52.849ZJul 24 13:04:51.384 initted freemap. size: 64INFO, Jul 24 13:04:51.384 Jul 24 13:04:51.384 DEBGJul 24 13:04:51.384 INFOreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.29/32 -> 10.0.0.255DEBG
52582026-07-24T13:04:52.849Z
52592026-07-24T13:04:52.849Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "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 } }]
52602026-07-24T13:04:52.849Z
52612026-07-24T13:04:52.849ZJul 24 13:04:51.384unitJul 24 13:04:51.384 :DEBG Jul 24 13:04:51.384INFOreplacing 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
52622026-07-24T13:04:52.849Zadding route 172.17.0.44/32 -> 10.0.0.255
52632026-07-24T13:04:52.849Z
52642026-07-24T13:04:52.849Z INFO Jul 24 13:04:51.384Jul 24 13:04:51.384adding route 172.16.0.0/32 -> 10.0.0.2 Jul 24 13:04:51.384 INFOJul 24 13:04:51.384DEBG
52652026-07-24T13:04:52.849Zadding route 172.17.0.30/32 -> 10.0.0.255DEBG
52662026-07-24T13:04:52.849Z 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 } }]Jul 24 13:04:51.384reset freemap
52672026-07-24T13:04:52.849Z DEBGJul 24 13:04:51.384 DEBG , DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]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 } }]
52682026-07-24T13:04:52.849Ztest route::tests::same_size_non_subset_replace ... ok
52692026-07-24T13:04:52.849Z
52702026-07-24T13:04:52.850Zunitreplacing 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 } }]:Jul 24 13:04:51.384Jul 24 13:04:51.384Jul 24 13:04:51.384 INFO INFO adding route 172.17.0.31/32 -> 10.0.0.255INFOadding route 172.17.0.45/32 -> 10.0.0.255
52712026-07-24T13:04:52.850Z
52722026-07-24T13:04:52.850Zadding route 172.17.0.0/32 -> 10.0.0.255
52732026-07-24T13:04:52.850Z
52742026-07-24T13:04:52.850Zfreemap_route_ipv6Jul 24 13:04:51.384
52752026-07-24T13:04:52.850Z Jul 24 13:04:51.384Jul 24 13:04:51.384 DEBG DEBG 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 } }]
52762026-07-24T13:04:52.850ZJul 24 13:04:51.384replacing 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 } }]Jul 24 13:04:51.384
52772026-07-24T13:04:52.850Zreplacing 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 } }]
52782026-07-24T13:04:52.850ZJul 24 13:04:51.384 INFOINFO adding route 172.17.0.32/32 -> 10.0.0.255Jul 24 13:04:51.384Jul 24 13:04:51.384
52792026-07-24T13:04:52.850Zadding route 3fff:dead::/64 -> 2001:db8::55:1 INFO
52802026-07-24T13:04:52.850Z INFO adding route 172.17.0.1/32 -> 10.0.0.255INFO adding route 172.17.0.46/32 -> 10.0.0.255
52812026-07-24T13:04:52.850Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
52822026-07-24T13:04:52.850ZJul 24 13:04:51.384
52832026-07-24T13:04:52.850ZDEBGJul 24 13:04:51.384 Jul 24 13:04:51.384Jul 24 13:04:51.384 DEBGDEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
52842026-07-24T13:04:52.850Zreplacing 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 } }]
52852026-07-24T13:04:52.850Z
52862026-07-24T13:04:52.850Zreplacing 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 } }]Jul 24 13:04:51.384
52872026-07-24T13:04:52.850Z Jul 24 13:04:51.384Jul 24 13:04:51.384 Jul 24 13:04:51.384 Jul 24 13:04:51.384 INFO INFOINFOadding route 172.17.0.33/32 -> 10.0.0.255 INFOadding route 172.17.0.2/32 -> 10.0.0.255
52882026-07-24T13:04:52.850Z
52892026-07-24T13:04:52.850Zadding route 172.17.0.47/32 -> 10.0.0.255
52902026-07-24T13:04:52.850Ztest route::tests::rollback_on_index_readd_failure ... ok
52912026-07-24T13:04:52.850Zadding route 3fff:dead::/64 -> 2001:db8::55:2
52922026-07-24T13:04:52.850Ztest transceivers::mpn_test::test_mpn_missing ... ok
52932026-07-24T13:04:52.850Ztest transceivers::mpn_test::test_mpn_present ... ok
52942026-07-24T13:04:52.850ZDEBGJul 24 13:04:51.384 Jul 24 13:04:51.384 DEBGDEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]Jul 24 13:04:51.384replacing 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 } }]
52952026-07-24T13:04:52.850Ztest transceivers::mpn_test::test_xcvr_missing ... ok
52962026-07-24T13:04:52.850ZJul 24 13:04:51.384
52972026-07-24T13:04:52.850Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
52982026-07-24T13:04:52.851ZDEBG 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 } }]
52992026-07-24T13:04:52.851Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
53002026-07-24T13:04:52.851ZDEBG Jul 24 13:04:51.384replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 24 13:04:51.384 INFO
53012026-07-24T13:04:52.851Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
53022026-07-24T13:04:52.851Z
53032026-07-24T13:04:52.851Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
53042026-07-24T13:04:52.851ZJul 24 13:04:51.384INFO adding route 172.17.0.48/32 -> 10.0.0.255INFO adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.3/32 -> 10.0.0.255
53052026-07-24T13:04:52.851Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
53062026-07-24T13:04:52.851Z
53072026-07-24T13:04:52.851Z
53082026-07-24T13:04:52.851ZJul 24 13:04:51.384 Jul 24 13:04:51.384Jul 24 13:04:51.384Jul 24 13:04:51.384 DEBGINFO DEBGreplacing 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:31::/64 -> 2001:db8::55:ffJul 24 13:04:51.384
53092026-07-24T13:04:52.851Z 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 } }]
53102026-07-24T13:04:52.855Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
53112026-07-24T13:04:52.855Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
53122026-07-24T13:04:52.856Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
53132026-07-24T13:04:52.856Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
53142026-07-24T13:04:52.856Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
53152026-07-24T13:04:52.856Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
53162026-07-24T13:04:52.856Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
53172026-07-24T13:04:52.856Z DEBGDEBG
53182026-07-24T13:04:52.856Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
53192026-07-24T13:04:52.856Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
53202026-07-24T13:04:52.856ZJul 24 13:04:51.384 INFO Jul 24 13:04:51.384 Jul 24 13:04:51.384adding route 172.17.0.35/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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
53212026-07-24T13:04:52.856Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
53222026-07-24T13:04:52.856Z
53232026-07-24T13:04:52.856Z
53242026-07-24T13:04:52.856Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
53252026-07-24T13:04:52.856Z INFO Jul 24 13:04:51.384Jul 24 13:04:51.384adding route 172.17.0.4/32 -> 10.0.0.255DEBG DEBG
53262026-07-24T13:04:52.856Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
53272026-07-24T13:04:52.856Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
53282026-07-24T13:04:52.856Z 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 } }]
53292026-07-24T13:04:52.856Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
53302026-07-24T13:04:52.856Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
53312026-07-24T13:04:52.856Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
53322026-07-24T13:04:52.856Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
53332026-07-24T13:04:52.856Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
53342026-07-24T13:04:52.856Zreplacing 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
53352026-07-24T13:04:52.856Zadding route 172.17.0.49/32 -> 10.0.0.255Jul 24 13:04:51.384
53362026-07-24T13:04:52.856ZDEBGJul 24 13:04:51.384 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 } }]
53372026-07-24T13:04:52.856Zadding route 172.17.0.36/32 -> 10.0.0.255Jul 24 13:04:51.384
53382026-07-24T13:04:52.856ZJul 24 13:04:51.384 DEBG 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 } }]Jul 24 13:04:51.384 Jul 24 13:04:51.384
53392026-07-24T13:04:52.857Z INFO DEBG adding route 172.17.0.5/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 } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
53402026-07-24T13:04:52.857ZJul 24 13:04:51.384
53412026-07-24T13:04:52.857Z
53422026-07-24T13:04:52.857ZINFO adding route 172.17.0.50/32 -> 10.0.0.255Jul 24 13:04:51.384
53432026-07-24T13:04:52.857ZJul 24 13:04:51.384 Jul 24 13:04:51.384 INFODEBG DEBG Jul 24 13:04:51.384replacing 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 } }]
53442026-07-24T13:04:52.857Zadding route 172.17.0.37/32 -> 10.0.0.255DEBG
53452026-07-24T13:04:52.857Z replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 24 13:04:51.384 INFO adding route 172.17.0.6/32 -> 10.0.0.255Jul 24 13:04:51.385Jul 24 13:04:51.384
53462026-07-24T13:04:52.857Z DEBG created new freemap DEBG, unitcreated new freemap:, Jul 24 13:04:51.391
53472026-07-24T13:04:52.857Zunit: freemap_route_ipv4
53482026-07-24T13:04:52.857Z freemap_route_ipv4DEBG
53492026-07-24T13:04:52.857Z 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 } }]
53502026-07-24T13:04:52.857ZJul 24 13:04:51.391Jul 24 13:04:51.391
53512026-07-24T13:04:52.857ZJul 24 13:04:51.391Jul 24 13:04:51.391 DEBGINFODEBG adding route 172.17.0.7/32 -> 10.0.0.255 created new freemap
53522026-07-24T13:04:52.857Z, DEBGJul 24 13:04:51.391 initted freemap. size: 64unitcreated new freemap: , freemap_route_ipv6unit,
53532026-07-24T13:04:52.857Zunit: :INFOJul 24 13:04:51.391Jul 24 13:04:51.391 freemap_route_ipv4DEBGDEBG
53542026-07-24T13:04:52.857Z 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 } }]initted freemap. size: 64adding route 172.17.0.51/32 -> 10.0.0.255,
53552026-07-24T13:04:52.857Z
53562026-07-24T13:04:52.857Zunit:freemap_route_ipv6
53572026-07-24T13:04:52.857Zfreemap_route_ipv4Jul 24 13:04:51.391
53582026-07-24T13:04:52.857ZJul 24 13:04:51.391 DEBG Jul 24 13:04:51.391INFOJul 24 13:04:51.391 DEBGJul 24 13:04:51.391reset freemapDEBG initted freemap. size: 64 reset freemapadding route 172.17.0.8/32 -> 10.0.0.255, , ,
53592026-07-24T13:04:52.857Zunitunitunit::: freemap_route_ipv4 freemap_route_ipv4
53602026-07-24T13:04:52.857Z
53612026-07-24T13:04:52.857Zfreemap_route_ipv4DEBGJul 24 13:04:51.391
53622026-07-24T13:04:52.858Z DEBGJul 24 13:04:51.391Jul 24 13:04:51.391 Jul 24 13:04:51.391DEBGDEBG 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 } }]initted freemap. size: 64 initted freemap. size: 64
53632026-07-24T13:04:52.858Z, , reset freemapunit, :unit freemap_route_ipv6replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
53642026-07-24T13:04:52.858Z:
53652026-07-24T13:04:52.858Z : freemap_route_ipv6Jul 24 13:04:51.391
53662026-07-24T13:04:52.858ZJul 24 13:04:51.391freemap_route_ipv4
53672026-07-24T13:04:52.858Z DEBGINFO adding route 172.17.0.9/32 -> 10.0.0.255Jul 24 13:04:51.391reset freemap
53682026-07-24T13:04:52.858ZJul 24 13:04:51.391, Jul 24 13:04:51.391unit : DEBG DEBG Jul 24 13:04:51.391 freemap_route_ipv6 reset freemap
53692026-07-24T13:04:52.858ZDEBGinitted freemap. size: 64, unitreplacing 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 } }], :Jul 24 13:04:51.391
53702026-07-24T13:04:52.858Z freemap_route_ipv6
53712026-07-24T13:04:52.858ZINFO INFOadding route 172.16.0.0/32 -> 10.0.0.1Jul 24 13:04:51.391 Jul 24 13:04:51.391
53722026-07-24T13:04:52.858Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
53732026-07-24T13:04:52.858Zadding route 172.17.0.52/32 -> 10.0.0.255INFO
53742026-07-24T13:04:52.858Z adding route 172.17.0.10/32 -> 10.0.0.255DEBG
53752026-07-24T13:04:52.858Z unitreset freemapJul 24 13:04:51.391:, Jul 24 13:04:51.391unitJul 24 13:04:51.391 : freemap_route_ipv6 DEBGfreemap_route_ipv6
53762026-07-24T13:04:52.858ZDEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
53772026-07-24T13:04:52.858Z
53782026-07-24T13:04:52.858Zreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
53792026-07-24T13:04:52.858Z 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 } }]Jul 24 13:04:51.391
53802026-07-24T13:04:52.858Z INFOJul 24 13:04:51.391 Jul 24 13:04:51.391 adding route 3fff:dead::/64 -> 2001:db8::55:1
53812026-07-24T13:04:52.858ZJul 24 13:04:51.391INFOJul 24 13:04:51.391INFO INFO Jul 24 13:04:51.391adding route 172.17.0.53/32 -> 10.0.0.255
53822026-07-24T13:04:52.858Ztest route::tests::add_target_fails_full ... ok
53832026-07-24T13:04:52.858Z INFODEBG adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2adding route 3fff:dead::/64 -> 2001:db8::55:1
53842026-07-24T13:04:52.858Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
53852026-07-24T13:04:52.858Z
53862026-07-24T13:04:52.858Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
53872026-07-24T13:04:52.858ZJul 24 13:04:51.392 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
53882026-07-24T13:04:52.858Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
53892026-07-24T13:04:52.859ZDEBG
53902026-07-24T13:04:52.859Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
53912026-07-24T13:04:52.859Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
53922026-07-24T13:04:52.859Z 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 } }]Jul 24 13:04:51.392Jul 24 13:04:51.392 DEBGJul 24 13:04:51.392DEBG Jul 24 13:04:51.392replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 } }]
53932026-07-24T13:04:52.859Z
53942026-07-24T13:04:52.859Z
53952026-07-24T13:04:52.859Z INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2
53962026-07-24T13:04:52.859Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 24 13:04:51.392Jul 24 13:04:51.392
53972026-07-24T13:04:52.859Z Jul 24 13:04:51.392 Jul 24 13:04:51.392INFO Jul 24 13:04:51.392DEBGDEBGINFO INFO adding route 172.17.0.12/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 } }] adding route 172.17.0.54/32 -> 10.0.0.255
53982026-07-24T13:04:52.859Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }]
53992026-07-24T13:04:52.859Z
54002026-07-24T13:04:52.859Z
54012026-07-24T13:04:52.859Zadding route 3fff:dead::/64 -> 2001:db8::55:2Jul 24 13:04:51.392 INFO
54022026-07-24T13:04:52.859ZJul 24 13:04:51.392 Jul 24 13:04:51.392DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3
54032026-07-24T13:04:52.859ZDEBGJul 24 13:04:51.392 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.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
54042026-07-24T13:04:52.859ZJul 24 13:04:51.392
54052026-07-24T13:04:52.859ZDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
54062026-07-24T13:04:52.859Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 24 13:04:51.392Jul 24 13:04:51.392
54072026-07-24T13:04:52.859Z INFOJul 24 13:04:51.392 INFOINFO Jul 24 13:04:51.392 adding route 172.17.0.13/32 -> 10.0.0.255 INFOadding route 3fff:dead::/64 -> 2001:db8::55:3
54082026-07-24T13:04:52.859Zadding route 3fff:dead::/64 -> 2001:db8::55:4
54092026-07-24T13:04:52.859Z
54102026-07-24T13:04:52.864Zadding route 172.17.0.55/32 -> 10.0.0.255Jul 24 13:04:51.392
54112026-07-24T13:04:52.864Z DEBG Jul 24 13:04:51.392Jul 24 13:04:51.392Jul 24 13:04:51.392 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 } }, NextHop { asic_port_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.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
54122026-07-24T13:04:52.864Z
54132026-07-24T13:04:52.864Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
54142026-07-24T13:04:52.864Z
54152026-07-24T13:04:52.864ZJul 24 13:04:51.392Jul 24 13:04:51.392 INFOINFOJul 24 13:04:51.392 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBGJul 24 13:04:51.392adding route 172.17.0.14/32 -> 10.0.0.255
54162026-07-24T13:04:52.864Zreplacing targets for 3fff:dead::/64 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 } }]
54172026-07-24T13:04:52.864Z
54182026-07-24T13:04:52.864ZINFOJul 24 13:04:51.392 adding route 172.17.0.56/32 -> 10.0.0.255DEBG
54192026-07-24T13:04:52.864Z 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 } }]Jul 24 13:04:51.392
54202026-07-24T13:04:52.864Z DEBGJul 24 13:04:51.392Jul 24 13:04:51.392 DEBGINFO replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
54212026-07-24T13:04:52.864Zadding route 172.17.0.15/32 -> 10.0.0.255
54222026-07-24T13:04:52.864Z
54232026-07-24T13:04:52.864ZJul 24 13:04:51.392 Jul 24 13:04:51.392INFO Jul 24 13:04:51.392DEBG adding route 172.17.0.57/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
54242026-07-24T13:04:52.864ZDEBG
54252026-07-24T13:04:52.864Z 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 } }]Jul 24 13:04:51.392
54262026-07-24T13:04:52.864ZJul 24 13:04:51.392 INFO adding route 172.17.0.16/32 -> 10.0.0.255
54272026-07-24T13:04:52.864ZJul 24 13:04:51.392 Jul 24 13:04:51.392Jul 24 13:04:51.383DEBG INFOWARNDEBG adding route 3fff:beef:33::/64 -> 2001:db8::55:ffreplacing 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 } }]
54282026-07-24T13:04:52.865Z
54292026-07-24T13:04:52.865Zshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Jul 24 13:04:51.392
54302026-07-24T13:04:52.865Z 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 } }]Jul 24 13:04:51.392DEBG INFOreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54312026-07-24T13:04:52.865Z
54322026-07-24T13:04:52.865Zadding route 172.17.0.58/32 -> 10.0.0.255Jul 24 13:04:51.392
54332026-07-24T13:04:52.865Z 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 } }]Jul 24 13:04:51.392
54342026-07-24T13:04:52.865Z INFO Jul 24 13:04:51.392adding route 172.17.0.17/32 -> 10.0.0.255
54352026-07-24T13:04:52.865ZDEBGJul 24 13:04:51.392Jul 24 13:04:51.392 INFOreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOJul 24 13:04:51.392adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
54362026-07-24T13:04:52.865Z
54372026-07-24T13:04:52.865ZDEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
54382026-07-24T13:04:52.865Z
54392026-07-24T13:04:52.865ZJul 24 13:04:51.392Jul 24 13:04:51.392 Jul 24 13:04:51.392DEBGJul 24 13:04:51.392INFO DEBG INFOadding route 172.17.0.59/32 -> 10.0.0.255replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
54402026-07-24T13:04:52.865Zadding route 172.17.0.18/32 -> 10.0.0.255
54412026-07-24T13:04:52.865Z
54422026-07-24T13:04:52.865Z 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 } }]
54432026-07-24T13:04:52.865ZJul 24 13:04:51.392Jul 24 13:04:51.392 DEBGJul 24 13:04:51.392 Jul 24 13:04:51.392DEBGreplacing 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 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
54442026-07-24T13:04:52.865Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
54452026-07-24T13:04:52.865Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
54462026-07-24T13:04:52.865Z
54472026-07-24T13:04:52.865ZJul 24 13:04:51.392 INFO Jul 24 13:04:51.392adding route 172.17.0.19/32 -> 10.0.0.255
54482026-07-24T13:04:52.865ZINFO adding route 172.17.0.60/32 -> 10.0.0.255Jul 24 13:04:51.392
54492026-07-24T13:04:52.865Z Jul 24 13:04:51.392 DEBGJul 24 13:04:51.392 Jul 24 13:04:51.392replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG DEBGDEBG
54502026-07-24T13:04:52.865Z Jul 24 13:04:51.384 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 } }]
54512026-07-24T13:04:52.865Zreplacing 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.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 } }]Jul 24 13:04:51.392
54522026-07-24T13:04:52.865Z
54532026-07-24T13:04:52.865ZINFOJul 24 13:04:51.392 DEBGadding route 172.17.0.20/32 -> 10.0.0.255Jul 24 13:04:51.392
54542026-07-24T13:04:52.865Z 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
54552026-07-24T13:04:52.866Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ffJul 24 13:04:51.392
54562026-07-24T13:04:52.866ZJul 24 13:04:51.392INFO DEBGINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffJul 24 13:04:51.392replacing 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 } }]
54572026-07-24T13:04:52.866Z
54582026-07-24T13:04:52.866ZINFO Jul 24 13:04:51.392adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.61/32 -> 10.0.0.255 DEBGJul 24 13:04:51.392 DEBG
54592026-07-24T13:04:52.866Z
54602026-07-24T13:04:52.866Z created new freemap, unitJul 24 13:04:51.399 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:
54612026-07-24T13:04:52.866Z Jul 24 13:04:51.399replacing 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 } }] freemap_route_ipv4DEBG
54622026-07-24T13:04:52.866Z
54632026-07-24T13:04:52.866Zreplacing 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 } }]
54642026-07-24T13:04:52.866ZJul 24 13:04:51.399 INFO adding route 172.17.0.39/32 -> 10.0.0.255Jul 24 13:04:51.399
54652026-07-24T13:04:52.866ZJul 24 13:04:51.399 INFOINFO adding route 172.17.0.62/32 -> 10.0.0.255Jul 24 13:04:51.399
54662026-07-24T13:04:52.866Z Jul 24 13:04:51.399adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
54672026-07-24T13:04:52.866ZDEBG 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 } }]Jul 24 13:04:51.399
54682026-07-24T13:04:52.866Ztest route::tests::shrink_preserves_compacted_order ... ok
54692026-07-24T13:04:52.866Z Jul 24 13:04:51.399DEBGDEBG Jul 24 13:04:51.399 DEBGINFO replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54702026-07-24T13:04:52.866Z
54712026-07-24T13:04:52.866Zcreated new freemap
54722026-07-24T13:04:52.866Z, unitJul 24 13:04:51.399: Jul 24 13:04:51.399Jul 24 13:04:51.399DEBG freemap_route_ipv6INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFO
54732026-07-24T13:04:52.866Z adding route 172.17.0.63/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 } }]
54742026-07-24T13:04:52.866Z
54752026-07-24T13:04:52.866ZJul 24 13:04:51.392 Jul 24 13:04:51.392Jul 24 13:04:51.399DEBG Jul 24 13:04:51.399DEBGINFO Jul 24 13:04:51.399INFO DEBG adding route 172.17.0.41/32 -> 10.0.0.255replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255
54762026-07-24T13:04:52.866Z
54772026-07-24T13:04:52.866Zreplacing 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 } }]
54782026-07-24T13:04:52.866Z
54792026-07-24T13:04:52.866Zreplacing 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 } }]Jul 24 13:04:51.399
54802026-07-24T13:04:52.866ZJul 24 13:04:51.399 DEBGDEBG Jul 24 13:04:51.399failed to allocate space for the new target listreplacing 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 } }]
54812026-07-24T13:04:52.866ZINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
54822026-07-24T13:04:52.866ZJul 24 13:04:51.399Jul 24 13:04:51.399 Jul 24 13:04:51.399
54832026-07-24T13:04:52.867Z DEBGDEBG Jul 24 13:04:51.399INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Jul 24 13:04:51.399adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
54842026-07-24T13:04:52.867Z
54852026-07-24T13:04:52.867Z 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 } }]
54862026-07-24T13:04:52.867ZDEBGadding route 172.17.0.42/32 -> 10.0.0.255 Jul 24 13:04:51.399replacing 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 } }]
54872026-07-24T13:04:52.867ZDEBG
54882026-07-24T13:04:52.867Z Jul 24 13:04:51.399failed to allocate space for the new target list
54892026-07-24T13:04:52.867ZJul 24 13:04:51.399 DEBGJul 24 13:04:51.399 DEBGJul 24 13:04:51.399 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 } }]
54902026-07-24T13:04:52.867ZINFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing 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 } }]
54912026-07-24T13:04:52.867ZINFO
54922026-07-24T13:04:52.867ZJul 24 13:04:51.399 adding route 172.17.0.22/32 -> 10.0.0.255Jul 24 13:04:51.399
54932026-07-24T13:04:52.867ZINFO Jul 24 13:04:51.399 INFODEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 172.17.0.43/32 -> 10.0.0.255
54942026-07-24T13:04:52.867Z 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 } }]Jul 24 13:04:51.399
54952026-07-24T13:04:52.867Z
54962026-07-24T13:04:52.867ZDEBG Jul 24 13:04:51.399replacing 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 } }]
54972026-07-24T13:04:52.867ZDEBGJul 24 13:04:51.399Jul 24 13:04:51.399 replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
54982026-07-24T13:04:52.867Z replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
54992026-07-24T13:04:52.867Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffJul 24 13:04:51.399Jul 24 13:04:51.399
55002026-07-24T13:04:52.867ZINFO adding route 172.17.0.23/32 -> 10.0.0.255Jul 24 13:04:51.399INFO
55012026-07-24T13:04:52.867Z Jul 24 13:04:51.399 INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
55022026-07-24T13:04:52.867Zadding route 172.17.0.44/32 -> 10.0.0.255 Jul 24 13:04:51.399 DEBG
55032026-07-24T13:04:52.867ZDEBG 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 } }]Jul 24 13:04:51.399replacing 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 } }]
55042026-07-24T13:04:52.867Z
55052026-07-24T13:04:52.867Z Jul 24 13:04:51.399DEBGJul 24 13:04:51.399 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
55062026-07-24T13:04:52.867Z INFO Jul 24 13:04:51.399replacing 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 } }]
55072026-07-24T13:04:52.867ZINFOJul 24 13:04:51.399 INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffJul 24 13:04:51.399 adding route 172.17.0.24/32 -> 10.0.0.255INFO
55082026-07-24T13:04:52.867Z adding route 172.17.0.45/32 -> 10.0.0.255adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
55092026-07-24T13:04:52.867Z
55102026-07-24T13:04:52.872ZJul 24 13:04:51.399
55112026-07-24T13:04:52.872ZDEBG Jul 24 13:04:51.399Jul 24 13:04:51.399 DEBGDEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]Jul 24 13:04:51.399replacing 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 } }]
55122026-07-24T13:04:52.872Z
55132026-07-24T13:04:52.872Z
55142026-07-24T13:04:52.872Z 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 } }]
55152026-07-24T13:04:52.872ZJul 24 13:04:51.399 Jul 24 13:04:51.399INFO
55162026-07-24T13:04:52.872ZINFOJul 24 13:04:51.399 adding route 172.17.0.25/32 -> 10.0.0.255
55172026-07-24T13:04:52.872Zadding route 3fff:beef:3d::/64 -> 2001:db8::55:ffJul 24 13:04:51.399 INFO Jul 24 13:04:51.399adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
55182026-07-24T13:04:52.872Z
55192026-07-24T13:04:52.872Z Jul 24 13:04:51.407DEBG DEBGJul 24 13:04:51.407 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 } }]
55202026-07-24T13:04:52.872Zreplacing 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: 64
55212026-07-24T13:04:52.872Z, Jul 24 13:04:51.407unitJul 24 13:04:51.407: INFOINFO freemap_route_ipv4
55222026-07-24T13:04:52.872Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
55232026-07-24T13:04:52.872Z
55242026-07-24T13:04:52.872ZJul 24 13:04:51.407 DEBG Jul 24 13:04:51.407reset freemap DEBG, unitJul 24 13:04:51.407: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
55252026-07-24T13:04:52.873ZDEBG
55262026-07-24T13:04:52.873Z 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 } }]
55272026-07-24T13:04:52.873ZJul 24 13:04:51.407 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffJul 24 13:04:51.407
55282026-07-24T13:04:52.873ZJul 24 13:04:51.407 DEBG DEBGJul 24 13:04:51.407failed to allocate space for the new target list
55292026-07-24T13:04:52.873ZDEBGJul 24 13:04:51.407 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 } }]initted freemap. size: 64DEBG,
55302026-07-24T13:04:52.873Zunit: 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_ipv6
55312026-07-24T13:04:52.873Z
55322026-07-24T13:04:52.873ZJul 24 13:04:51.407Jul 24 13:04:51.407 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffJul 24 13:04:51.407Jul 24 13:04:51.407
55332026-07-24T13:04:52.873ZDEBGINFO adding route 172.17.0.26/32 -> 10.0.0.255DEBGreset freemap
55342026-07-24T13:04:52.873Z, Jul 24 13:04:51.407unit: freemap_route_ipv6DEBG
55352026-07-24T13:04:52.873Z 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 } }]Jul 24 13:04:51.407
55362026-07-24T13:04:52.873Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
55372026-07-24T13:04:52.873ZDEBGJul 24 13:04:51.407 Jul 24 13:04:51.407 INFOreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
55382026-07-24T13:04:52.873Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1
55392026-07-24T13:04:52.873Z
55402026-07-24T13:04:52.873ZJul 24 13:04:51.407 INFO Jul 24 13:04:51.407 adding route 172.17.0.27/32 -> 10.0.0.255DEBG
55412026-07-24T13:04:52.873Z 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 } }]Jul 24 13:04:51.407Jul 24 13:04:51.392Jul 24 13:04:51.407 adding route 172.17.0.46/32 -> 10.0.0.255
55422026-07-24T13:04:52.874ZDEBG
55432026-07-24T13:04:52.874Z created new freemapDEBGDEBG , Jul 24 13:04:51.407replacing 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
55442026-07-24T13:04:52.874Z:replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
55452026-07-24T13:04:52.874Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffJul 24 13:04:51.407
55462026-07-24T13:04:52.874ZJul 24 13:04:51.407 DEBGfreemap_route_ipv4INFO 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 } }]Jul 24 13:04:51.407
55472026-07-24T13:04:52.874Z adding route 172.17.0.28/32 -> 10.0.0.255
55482026-07-24T13:04:52.874Z
55492026-07-24T13:04:52.874ZDEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
55502026-07-24T13:04:52.874ZJul 24 13:04:51.407 INFOJul 24 13:04:51.407 Jul 24 13:04:51.407DEBG Jul 24 13:04:51.407adding route 172.16.0.0/32 -> 10.0.0.2INFOreplacing 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 } }]
55512026-07-24T13:04:52.874Zadding route 172.17.0.47/32 -> 10.0.0.255
55522026-07-24T13:04:52.874ZDEBG
55532026-07-24T13:04:52.874Z failed to allocate space for the new target listJul 24 13:04:51.407Jul 24 13:04:51.407
55542026-07-24T13:04:52.875ZJul 24 13:04:51.407 DEBG DEBGINFO Jul 24 13:04:51.407 created new freemapreplacing 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 } }]Jul 24 13:04:51.407,
55552026-07-24T13:04:52.875Z DEBGunit : adding route 172.17.0.29/32 -> 10.0.0.255
55562026-07-24T13:04:52.875ZDEBGJul 24 13:04:51.407 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
55572026-07-24T13:04:52.875ZJul 24 13:04:51.407
55582026-07-24T13:04:52.875Z DEBGINFO Jul 24 13:04:51.407replacing 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 } }]
55592026-07-24T13:04:52.875Zadding route 172.17.0.48/32 -> 10.0.0.255
55602026-07-24T13:04:52.875ZINFO freemap_route_ipv6Jul 24 13:04:51.407
55612026-07-24T13:04:52.875Z Jul 24 13:04:51.407 INFO adding route 172.16.0.0/32 -> 10.0.0.3 DEBGadding route 172.17.0.30/32 -> 10.0.0.255
55622026-07-24T13:04:52.875Z
55632026-07-24T13:04:52.875Zreplacing 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 } }]
55642026-07-24T13:04:52.875ZJul 24 13:04:51.407 Jul 24 13:04:51.407Jul 24 13:04:51.407Jul 24 13:04:51.407DEBG 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 } }]INFODEBG
55652026-07-24T13:04:52.875Z adding route 172.17.0.49/32 -> 10.0.0.255
55662026-07-24T13:04:52.875Zinitted freemap. size: 64, Jul 24 13:04:51.408replacing 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 } }]Jul 24 13:04:51.408
55672026-07-24T13:04:52.875Z DEBG unit :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 } }]Jul 24 13:04:51.408
55682026-07-24T13:04:52.875Z freemap_route_ipv4INFOadding route 172.16.0.0/32 -> 10.0.0.4
55692026-07-24T13:04:52.875Z Jul 24 13:04:51.408 adding route 172.17.0.31/32 -> 10.0.0.255INFO
55702026-07-24T13:04:52.875Z
55712026-07-24T13:04:52.875Ztest route::tests::delete_target_fragmented ... ok
55722026-07-24T13:04:52.875Zadding route 172.17.0.50/32 -> 10.0.0.255Jul 24 13:04:51.408
55732026-07-24T13:04:52.875ZDEBG Jul 24 13:04:51.408reset freemapJul 24 13:04:51.408, Jul 24 13:04:51.408unit DEBG DEBG:replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
55742026-07-24T13:04:52.875Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] freemap_route_ipv4
55752026-07-24T13:04:52.875Z
55762026-07-24T13:04:52.875Zreplacing 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 } }]Jul 24 13:04:51.408
55772026-07-24T13:04:52.875Z INFOJul 24 13:04:51.408Jul 24 13:04:51.408 adding route 172.17.0.32/32 -> 10.0.0.255Jul 24 13:04:51.408DEBG
55782026-07-24T13:04:52.875Z INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.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 } }] DEBGadding route 172.17.0.51/32 -> 10.0.0.255Jul 24 13:04:51.408
55792026-07-24T13:04:52.875Z DEBG initted freemap. size: 64replacing 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 } }]
55802026-07-24T13:04:52.875Z
55812026-07-24T13:04:52.875ZJul 24 13:04:51.408, DEBGunit :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 } }]Jul 24 13:04:51.408
55822026-07-24T13:04:52.876Z freemap_route_ipv6 INFO
55832026-07-24T13:04:52.876Z adding route 172.17.0.33/32 -> 10.0.0.255Jul 24 13:04:51.408
55842026-07-24T13:04:52.876Z INFO Jul 24 13:04:51.408adding route 172.17.0.52/32 -> 10.0.0.255
55852026-07-24T13:04:52.876ZJul 24 13:04:51.408DEBG DEBG reset freemapreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
55862026-07-24T13:04:52.876ZJul 24 13:04:51.408unit 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 } }]freemap_route_ipv6
55872026-07-24T13:04:52.876ZJul 24 13:04:51.408
55882026-07-24T13:04:52.876Z INFO adding route 172.17.0.34/32 -> 10.0.0.255Jul 24 13:04:51.408
55892026-07-24T13:04:52.876ZJul 24 13:04:51.408 INFOINFO adding route 172.17.0.53/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 24 13:04:51.408
55902026-07-24T13:04:52.876Z
55912026-07-24T13:04:52.876Z 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 } }]
55922026-07-24T13:04:52.876ZJul 24 13:04:51.408Jul 24 13:04:51.408 DEBGJul 24 13:04:51.408DEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
55932026-07-24T13:04:52.876Z adding route 172.17.0.35/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 } }]
55942026-07-24T13:04:52.876Z
55952026-07-24T13:04:52.876ZJul 24 13:04:51.408 Jul 24 13:04:51.408INFO Jul 24 13:04:51.408 DEBGadding route 172.17.0.54/32 -> 10.0.0.255INFO
55962026-07-24T13:04:52.876Z 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 } }]
55972026-07-24T13:04:52.876Zadding route 3fff:dead::/64 -> 2001:db8::55:2
55982026-07-24T13:04:52.876ZJul 24 13:04:51.408 Jul 24 13:04:51.408Jul 24 13:04:51.408 DEBG INFO DEBGreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55992026-07-24T13:04:52.876Zadding route 172.17.0.36/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 } }]
56002026-07-24T13:04:52.876Z
56012026-07-24T13:04:52.876ZJul 24 13:04:51.408 INFO adding route 172.17.0.55/32 -> 10.0.0.255
56022026-07-24T13:04:52.876ZJul 24 13:04:51.408Jul 24 13:04:51.408 INFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }]Jul 24 13:04:51.408
56032026-07-24T13:04:52.876Z DEBG
56042026-07-24T13:04:52.876Z 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 } }]
56052026-07-24T13:04:52.876ZJul 24 13:04:51.408 Jul 24 13:04:51.408DEBG Jul 24 13:04:51.408 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 } }] INFOadding route 172.17.0.37/32 -> 10.0.0.255
56062026-07-24T13:04:52.876Z
56072026-07-24T13:04:52.876Zadding route 172.17.0.56/32 -> 10.0.0.255
56082026-07-24T13:04:52.876ZJul 24 13:04:51.408Jul 24 13:04:51.408 Jul 24 13:04:51.408DEBG 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 } }]DEBGINFO
56092026-07-24T13:04:52.876Z 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 } }]
56102026-07-24T13:04:52.881Zadding route 3fff:dead::/64 -> 2001:db8::55:4
56112026-07-24T13:04:52.881ZJul 24 13:04:51.408Jul 24 13:04:51.408 INFOINFO Jul 24 13:04:51.408adding route 172.17.0.38/32 -> 10.0.0.255
56122026-07-24T13:04:52.881Zadding route 172.17.0.57/32 -> 10.0.0.255 DEBG
56132026-07-24T13:04:52.881Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
56142026-07-24T13:04:52.881ZJul 24 13:04:51.408 Jul 24 13:04:51.408DEBG DEBGreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56152026-07-24T13:04:52.881ZJul 24 13:04:51.408replacing 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 } }]
56162026-07-24T13:04:52.881ZDEBG replacing targets for 3fff:dead::/64 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 } }]
56172026-07-24T13:04:52.882ZJul 24 13:04:51.408Jul 24 13:04:51.408 INFOINFO adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255
56182026-07-24T13:04:52.882Z
56192026-07-24T13:04:52.882ZJul 24 13:04:51.408Jul 24 13:04:51.408 DEBGDEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56202026-07-24T13:04:52.882Z
56212026-07-24T13:04:52.882ZJul 24 13:04:51.408Jul 24 13:04:51.408 INFOINFO adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.40/32 -> 10.0.0.255
56222026-07-24T13:04:52.882Z
56232026-07-24T13:04:52.882ZJul 24 13:04:51.408Jul 24 13:04:51.408 DEBGDEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
56242026-07-24T13:04:52.882Z
56252026-07-24T13:04:52.882ZJul 24 13:04:51.408Jul 24 13:04:51.408 INFO Jul 24 13:04:51.408 adding route 172.17.0.41/32 -> 10.0.0.255DEBG
56262026-07-24T13:04:52.882Z created new freemap, unit:Jul 24 13:04:51.415 freemap_route_ipv4DEBG
56272026-07-24T13:04:52.882Z 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 } }]
56282026-07-24T13:04:52.882Z Jul 24 13:04:51.415INFO INFOadding route 172.17.0.60/32 -> 10.0.0.255
56292026-07-24T13:04:52.882Zadding route 172.17.0.42/32 -> 10.0.0.255Jul 24 13:04:51.415
56302026-07-24T13:04:52.882Z DEBGJul 24 13:04:51.415 created new freemap , DEBGJul 24 13:04:51.415unit :DEBG freemap_route_ipv6replacing 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.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 } }]
56312026-07-24T13:04:52.882Z
56322026-07-24T13:04:52.882Z
56332026-07-24T13:04:52.882ZJul 24 13:04:51.415 DEBG Jul 24 13:04:51.415initted freemap. size: 64 , DEBGJul 24 13:04:51.415 failed to allocate space for the new target listINFOunit
56342026-07-24T13:04:52.882Z: freemap_route_ipv4adding route 172.17.0.43/32 -> 10.0.0.255
56352026-07-24T13:04:52.882Z
56362026-07-24T13:04:52.882ZJul 24 13:04:51.415 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 } }]
56372026-07-24T13:04:52.882ZJul 24 13:04:51.415 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 } }]Jul 24 13:04:51.415
56382026-07-24T13:04:52.882Z DEBG reset freemapJul 24 13:04:51.415 INFO adding route 172.17.0.44/32 -> 10.0.0.255,
56392026-07-24T13:04:52.882Zunit: freemap_route_ipv4Jul 24 13:04:51.415
56402026-07-24T13:04:52.882Z 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 } }]
56412026-07-24T13:04:52.882ZJul 24 13:04:51.415 DEBG initted freemap. size: 64, unit: Jul 24 13:04:51.415freemap_route_ipv6
56422026-07-24T13:04:52.882ZINFO adding route 172.17.0.45/32 -> 10.0.0.255
56432026-07-24T13:04:52.883ZJul 24 13:04:51.408Jul 24 13:04:51.408 Jul 24 13:04:51.415DEBG DEBGJul 24 13:04:51.415 created new freemapDEBGDEBG , created new freemapreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], unitunit
56442026-07-24T13:04:52.883Z:: freemap_route_ipv4Jul 24 13:04:51.415reset freemap , INFO
56452026-07-24T13:04:52.883Z adding route 172.17.0.46/32 -> 10.0.0.255unit
56462026-07-24T13:04:52.883Z:freemap_route_ipv4Jul 24 13:04:51.415
56472026-07-24T13:04:52.883Zfreemap_route_ipv6Jul 24 13:04:51.415
56482026-07-24T13:04:52.883Z DEBGDEBG created new freemapreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
56492026-07-24T13:04:52.883ZunitJul 24 13:04:51.415: INFOfreemap_route_ipv6Jul 24 13:04:51.415
56502026-07-24T13:04:52.883ZJul 24 13:04:51.415 adding route 172.16.0.0/32 -> 10.0.0.1INFODEBG Jul 24 13:04:51.415
56512026-07-24T13:04:52.883Z adding route 172.17.0.47/32 -> 10.0.0.255DEBG initted freemap. size: 64
56522026-07-24T13:04:52.883Z, Jul 24 13:04:51.415 unitDEBG: Jul 24 13:04:51.415created new freemap replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]freemap_route_ipv4DEBG
56532026-07-24T13:04:52.883Z,
56542026-07-24T13:04:52.883Z unit: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 } }] Jul 24 13:04:51.415Jul 24 13:04:51.415freemap_route_ipv6
56552026-07-24T13:04:52.883ZINFODEBG
56562026-07-24T13:04:52.883Zadding route 172.16.0.0/32 -> 10.0.0.1Jul 24 13:04:51.415
56572026-07-24T13:04:52.883Zreset freemapINFOJul 24 13:04:51.415, unit :adding route 172.17.0.48/32 -> 10.0.0.255DEBG
56582026-07-24T13:04:52.883Z freemap_route_ipv4initted freemap. size: 64
56592026-07-24T13:04:52.883Z, unit:Jul 24 13:04:51.415 freemap_route_ipv4DEBGJul 24 13:04:51.415Jul 24 13:04:51.415 DEBGreplacing 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 } }]
56602026-07-24T13:04:52.883Z
56612026-07-24T13:04:52.883ZDEBGreplacing 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 } }] initted freemap. size: 64Jul 24 13:04:51.415, Jul 24 13:04:51.415
56622026-07-24T13:04:52.883ZunitINFO: DEBGfreemap_route_ipv6adding route 172.17.0.49/32 -> 10.0.0.255
56632026-07-24T13:04:52.883Zreset freemapJul 24 13:04:51.415
56642026-07-24T13:04:52.883Z, INFOJul 24 13:04:51.415unit DEBGadding route 172.16.0.0/32 -> 10.0.0.1 Jul 24 13:04:51.415replacing 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 } }]
56652026-07-24T13:04:52.883ZDEBG
56662026-07-24T13:04:52.883Z: reset freemapfreemap_route_ipv4, unit
56672026-07-24T13:04:52.883Z:Jul 24 13:04:51.415 Jul 24 13:04:51.415 freemap_route_ipv6DEBG
56682026-07-24T13:04:52.883Z Jul 24 13:04:51.415INFO 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 } }] DEBG
56692026-07-24T13:04:52.883Z initted freemap. size: 64, unitadding route 172.17.0.50/32 -> 10.0.0.255:
56702026-07-24T13:04:52.884Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
56712026-07-24T13:04:52.884ZJul 24 13:04:51.415Jul 24 13:04:51.415 INFOINFO freemap_route_ipv6adding route 172.16.0.0/32 -> 10.0.0.2
56722026-07-24T13:04:52.884Z Jul 24 13:04:51.415 adding route 172.16.0.0/32 -> 10.0.0.1DEBG
56732026-07-24T13:04:52.884Z
56742026-07-24T13:04:52.884ZJul 24 13:04:51.415 DEBGreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56752026-07-24T13:04:52.884Ztest route::tests::delete_targets_fragmented ... ok
56762026-07-24T13:04:52.884Zreset freemap, unit: Jul 24 13:04:51.415Jul 24 13:04:51.415 DEBGJul 24 13:04:51.415INFOfreemap_route_ipv6 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255DEBG
56772026-07-24T13:04:52.884Z
56782026-07-24T13:04:52.884Z
56792026-07-24T13:04:52.884Zreplacing 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 } }]
56802026-07-24T13:04:52.884ZJul 24 13:04:51.415Jul 24 13:04:51.415Jul 24 13:04:51.415 Jul 24 13:04:51.415INFO DEBG 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 } }]INFO
56812026-07-24T13:04:52.884Z adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.16.0.0/32 -> 10.0.0.1
56822026-07-24T13:04:52.884Z
56832026-07-24T13:04:52.884Zadding route 172.17.0.0/32 -> 10.0.0.255
56842026-07-24T13:04:52.884ZJul 24 13:04:51.415Jul 24 13:04:51.415Jul 24 13:04:51.415 DEBGDEBGJul 24 13:04:51.415 DEBGINFO adding route 172.17.0.52/32 -> 10.0.0.255replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
56852026-07-24T13:04:52.884Z
56862026-07-24T13:04:52.884Z
56872026-07-24T13:04:52.884Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
56882026-07-24T13:04:52.884ZJul 24 13:04:51.415 Jul 24 13:04:51.423INFO INFOadding route 172.17.0.1/32 -> 10.0.0.255
56892026-07-24T13:04:52.884Zadding route 172.16.0.0/32 -> 10.0.0.2
56902026-07-24T13:04:52.884ZJul 24 13:04:51.415Jul 24 13:04:51.423 Jul 24 13:04:51.423 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56912026-07-24T13:04:52.884Z
56922026-07-24T13:04:52.884ZJul 24 13:04:51.423Jul 24 13:04:51.423 INFOINFO adding route 172.17.0.0/32 -> 10.0.0.255adding route 172.17.0.2/32 -> 10.0.0.255
56932026-07-24T13:04:52.884Z
56942026-07-24T13:04:52.884ZJul 24 13:04:51.423Jul 24 13:04:51.423 DEBGDEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
56952026-07-24T13:04:52.884Z
56962026-07-24T13:04:52.884ZJul 24 13:04:51.423Jul 24 13:04:51.423 INFOINFO adding route 172.17.0.1/32 -> 10.0.0.255adding route 172.17.0.3/32 -> 10.0.0.255
56972026-07-24T13:04:52.884Z
56982026-07-24T13:04:52.885ZJul 24 13:04:51.423Jul 24 13:04:51.423 DEBGDEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56992026-07-24T13:04:52.885Z
57002026-07-24T13:04:52.885ZJul 24 13:04:51.423Jul 24 13:04:51.423 INFOINFO adding route 172.17.0.4/32 -> 10.0.0.255adding route 172.17.0.2/32 -> 10.0.0.255
57012026-07-24T13:04:52.885Z
57022026-07-24T13:04:52.885ZJul 24 13:04:51.423Jul 24 13:04:51.423 DEBGDEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
57032026-07-24T13:04:52.885Z
57042026-07-24T13:04:52.885ZJul 24 13:04:51.423Jul 24 13:04:51.423 INFOINFO adding route 172.17.0.5/32 -> 10.0.0.255adding route 172.17.0.3/32 -> 10.0.0.255
57052026-07-24T13:04:52.885Z
57062026-07-24T13:04:52.885ZJul 24 13:04:51.423Jul 24 13:04:51.423 DEBGDEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 } }]
57072026-07-24T13:04:52.885Z
57082026-07-24T13:04:52.885ZJul 24 13:04:51.423Jul 24 13:04:51.423 INFOINFO adding route 172.17.0.6/32 -> 10.0.0.255adding route 172.17.0.4/32 -> 10.0.0.255
57092026-07-24T13:04:52.885Z
57102026-07-24T13:04:52.889ZJul 24 13:04:51.423Jul 24 13:04:51.423 DEBGDEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
57112026-07-24T13:04:52.889Z
57122026-07-24T13:04:52.889ZJul 24 13:04:51.423INFOJul 24 13:04:51.423 INFO INFOadding route 172.17.0.7/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3
57132026-07-24T13:04:52.889Z adding route 172.17.0.5/32 -> 10.0.0.255
57142026-07-24T13:04:52.889Z
57152026-07-24T13:04:52.889ZJul 24 13:04:51.423 DEBGJul 24 13:04:51.423 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
57162026-07-24T13:04:52.889Z 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 } }]Jul 24 13:04:51.423
57172026-07-24T13:04:52.889Z 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 } }]Jul 24 13:04:51.423
57182026-07-24T13:04:52.890Z INFO Jul 24 13:04:51.423adding route 172.17.0.8/32 -> 10.0.0.255
57192026-07-24T13:04:52.890ZJul 24 13:04:51.423INFO INFOadding route 172.17.0.6/32 -> 10.0.0.255
57202026-07-24T13:04:52.890ZJul 24 13:04:51.423adding route 172.16.0.0/32 -> 10.0.0.4
57212026-07-24T13:04:52.890ZDEBG Jul 24 13:04:51.423replacing 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 } }]
57222026-07-24T13:04:52.890ZDEBG 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 } }]
57232026-07-24T13:04:52.890ZJul 24 13:04:51.423 DEBGJul 24 13:04:51.423Jul 24 13:04:51.423 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
57242026-07-24T13:04:52.890ZINFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.17.0.7/32 -> 10.0.0.255
57252026-07-24T13:04:52.890Z
57262026-07-24T13:04:52.890ZJul 24 13:04:51.423 Jul 24 13:04:51.423DEBG Jul 24 13:04:51.423replacing targets for 172.16.0.0/32 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
57272026-07-24T13:04:52.890Z DEBGreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57282026-07-24T13:04:52.891Zreplacing 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 } }]
57292026-07-24T13:04:52.891ZJul 24 13:04:51.423Jul 24 13:04:51.415 Jul 24 13:04:51.423DEBGINFO replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
57302026-07-24T13:04:52.891Z adding route 172.17.0.8/32 -> 10.0.0.255adding route 172.17.0.10/32 -> 10.0.0.255
57312026-07-24T13:04:52.891Z
57322026-07-24T13:04:52.891ZJul 24 13:04:51.423 INFO Jul 24 13:04:51.423Jul 24 13:04:51.423adding route 172.17.0.53/32 -> 10.0.0.255
57332026-07-24T13:04:52.891ZDEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
57342026-07-24T13:04:52.892ZJul 24 13:04:51.423 replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
57352026-07-24T13:04:52.892ZJul 24 13:04:51.423 INFOreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57362026-07-24T13:04:52.892Zadding route 172.17.0.9/32 -> 10.0.0.255
57372026-07-24T13:04:52.892ZJul 24 13:04:51.424 INFOJul 24 13:04:51.424 Jul 24 13:04:51.424adding route 172.17.0.11/32 -> 10.0.0.255
57382026-07-24T13:04:52.892ZDEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
57392026-07-24T13:04:52.892Zadding route 172.17.0.54/32 -> 10.0.0.255
57402026-07-24T13:04:52.892ZJul 24 13:04:51.424 Jul 24 13:04:51.424DEBG Jul 24 13:04:51.424INFO DEBGadding route 172.17.0.10/32 -> 10.0.0.255
57412026-07-24T13:04:52.892Zreplacing 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.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 } }]
57422026-07-24T13:04:52.892Z
57432026-07-24T13:04:52.892ZJul 24 13:04:51.424Jul 24 13:04:51.424 Jul 24 13:04:51.424DEBG INFOINFO adding route 172.17.0.12/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255
57442026-07-24T13:04:52.892Z
57452026-07-24T13:04:52.892Zreplacing 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 } }]
57462026-07-24T13:04:52.892ZJul 24 13:04:51.424 Jul 24 13:04:51.424DEBGJul 24 13:04:51.424 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 } }]INFODEBG
57472026-07-24T13:04:52.892Z adding route 172.17.0.11/32 -> 10.0.0.255
57482026-07-24T13:04:52.892Zreplacing 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 } }]
57492026-07-24T13:04:52.892ZJul 24 13:04:51.424 Jul 24 13:04:51.424INFO DEBGJul 24 13:04:51.424 adding route 172.17.0.56/32 -> 10.0.0.255 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
57502026-07-24T13:04:52.892Z
57512026-07-24T13:04:52.892Z adding route 172.17.0.13/32 -> 10.0.0.255
57522026-07-24T13:04:52.892ZJul 24 13:04:51.424Jul 24 13:04:51.424 Jul 24 13:04:51.424DEBGINFO 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 } }]
57532026-07-24T13:04:52.892Zadding route 172.17.0.12/32 -> 10.0.0.255DEBG
57542026-07-24T13:04:52.892Z 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 } }]
57552026-07-24T13:04:52.892ZJul 24 13:04:51.424 Jul 24 13:04:51.424INFO DEBGadding route 172.17.0.57/32 -> 10.0.0.255
57562026-07-24T13:04:52.892ZJul 24 13:04:51.424replacing 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
57572026-07-24T13:04:52.892Z adding route 172.17.0.14/32 -> 10.0.0.255
57582026-07-24T13:04:52.892ZJul 24 13:04:51.424Jul 24 13:04:51.424 Jul 24 13:04:51.424DEBG DEBGreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57592026-07-24T13:04:52.892ZINFOreplacing 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 } }]
57602026-07-24T13:04:52.892Zadding route 172.17.0.13/32 -> 10.0.0.255
57612026-07-24T13:04:52.892ZJul 24 13:04:51.424Jul 24 13:04:51.424 Jul 24 13:04:51.424INFO INFOadding route 172.17.0.58/32 -> 10.0.0.255DEBG
57622026-07-24T13:04:52.893Z 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 } }]
57632026-07-24T13:04:52.893Zadding route 172.17.0.15/32 -> 10.0.0.255Jul 24 13:04:51.424
57642026-07-24T13:04:52.893Z DEBGJul 24 13:04:51.424 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 } }]Jul 24 13:04:51.424
57652026-07-24T13:04:52.893ZINFO DEBGadding route 172.17.0.14/32 -> 10.0.0.255 Jul 24 13:04:51.424replacing 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 } }]
57662026-07-24T13:04:52.893Z
57672026-07-24T13:04:52.893ZINFO adding route 172.17.0.59/32 -> 10.0.0.255
57682026-07-24T13:04:52.893ZJul 24 13:04:51.424Jul 24 13:04:51.424 Jul 24 13:04:51.424DEBG 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.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 } }]
57692026-07-24T13:04:52.893Z
57702026-07-24T13:04:52.893ZINFO adding route 172.17.0.16/32 -> 10.0.0.255
57712026-07-24T13:04:52.893ZJul 24 13:04:51.424 Jul 24 13:04:51.424INFO Jul 24 13:04:51.424 INFO adding route 172.17.0.60/32 -> 10.0.0.255DEBG
57722026-07-24T13:04:52.893Z adding route 172.17.0.15/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 } }]
57732026-07-24T13:04:52.893Z
57742026-07-24T13:04:52.893ZJul 24 13:04:51.424 DEBGJul 24 13:04:51.424Jul 24 13:04:51.424 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 } }]
57752026-07-24T13:04:52.893Z 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
57762026-07-24T13:04:52.893Z adding route 172.17.0.17/32 -> 10.0.0.255
57772026-07-24T13:04:52.893ZJul 24 13:04:51.424Jul 24 13:04:51.424 DEBG INFOfailed to allocate space for the new target list
57782026-07-24T13:04:52.893Zadding route 172.17.0.16/32 -> 10.0.0.255Jul 24 13:04:51.424
57792026-07-24T13:04:52.893ZDEBG Jul 24 13:04:51.424replacing 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 } }] Jul 24 13:04:51.424DEBG 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.2, vlan_id: None } }]
57802026-07-24T13:04:52.893Z
57812026-07-24T13:04:52.893Zreplacing 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 } }]
57822026-07-24T13:04:52.893ZJul 24 13:04:51.424 Jul 24 13:04:51.424INFO INFOadding route 172.17.0.18/32 -> 10.0.0.255
57832026-07-24T13:04:52.893Zadding route 172.17.0.17/32 -> 10.0.0.255
57842026-07-24T13:04:52.893ZJul 24 13:04:51.424Jul 24 13:04:51.424 DEBGDEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
57852026-07-24T13:04:52.893Z
57862026-07-24T13:04:52.893ZJul 24 13:04:51.424Jul 24 13:04:51.424 INFOINFO adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255
57872026-07-24T13:04:52.893Z
57882026-07-24T13:04:52.893ZJul 24 13:04:51.424Jul 24 13:04:51.424 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 } }]
57892026-07-24T13:04:52.894ZDEBG 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 } }]Jul 24 13:04:51.424
57902026-07-24T13:04:52.894Z Jul 24 13:04:51.424 INFOINFO adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255
57912026-07-24T13:04:52.894ZJul 24 13:04:51.424 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 } }]
57922026-07-24T13:04:52.894Z
57932026-07-24T13:04:52.894ZJul 24 13:04:51.424 INFO adding route 172.17.0.20/32 -> 10.0.0.255
57942026-07-24T13:04:52.894ZJul 24 13:04:51.424 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 } }]Jul 24 13:04:51.424
57952026-07-24T13:04:52.894Z 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 } }]
57962026-07-24T13:04:52.894ZJul 24 13:04:51.424 INFO adding route 172.17.0.21/32 -> 10.0.0.255Jul 24 13:04:51.424
57972026-07-24T13:04:52.894Z INFO adding route 172.17.0.21/32 -> 10.0.0.255
57982026-07-24T13:04:52.894ZJul 24 13:04:51.424 DEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 24 13:04:51.424 DEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57992026-07-24T13:04:52.894Z
58002026-07-24T13:04:52.894ZJul 24 13:04:51.431Jul 24 13:04:51.431 INFOINFO adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255
58012026-07-24T13:04:52.894Z
58022026-07-24T13:04:52.894ZJul 24 13:04:51.431Jul 24 13:04:51.431 DEBGDEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
58032026-07-24T13:04:52.894Z
58042026-07-24T13:04:52.894ZJul 24 13:04:51.431Jul 24 13:04:51.431 INFOINFO adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.23/32 -> 10.0.0.255
58052026-07-24T13:04:52.894Z
58062026-07-24T13:04:52.894ZJul 24 13:04:51.431 DEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 24 13:04:51.431
58072026-07-24T13:04:52.894Z DEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58082026-07-24T13:04:52.894ZJul 24 13:04:51.431 INFO adding route 172.17.0.24/32 -> 10.0.0.255
58092026-07-24T13:04:52.894ZJul 24 13:04:51.431 INFO adding route 172.17.0.24/32 -> 10.0.0.255Jul 24 13:04:51.431
58102026-07-24T13:04:52.898Z DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58112026-07-24T13:04:52.899ZJul 24 13:04:51.431 DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 24 13:04:51.431
58122026-07-24T13:04:52.899Z INFO adding route 172.17.0.25/32 -> 10.0.0.255
58132026-07-24T13:04:52.899ZJul 24 13:04:51.431 INFO adding route 172.17.0.25/32 -> 10.0.0.255Jul 24 13:04:51.431
58142026-07-24T13:04:52.899Z 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 } }]
58152026-07-24T13:04:52.899ZJul 24 13:04:51.431 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 } }]Jul 24 13:04:51.431
58162026-07-24T13:04:52.899Z INFO adding route 172.17.0.26/32 -> 10.0.0.255
58172026-07-24T13:04:52.899ZJul 24 13:04:51.431 INFO adding route 172.17.0.26/32 -> 10.0.0.255Jul 24 13:04:51.431
58182026-07-24T13:04:52.899Z 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 } }]
58192026-07-24T13:04:52.899ZJul 24 13:04:51.431 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 } }]Jul 24 13:04:51.431
58202026-07-24T13:04:52.899Z INFO adding route 172.17.0.27/32 -> 10.0.0.255
58212026-07-24T13:04:52.899ZJul 24 13:04:51.431 INFO adding route 172.17.0.27/32 -> 10.0.0.255Jul 24 13:04:51.431
58222026-07-24T13:04:52.899Z 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 } }]
58232026-07-24T13:04:52.899ZJul 24 13:04:51.431 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 } }]Jul 24 13:04:51.431
58242026-07-24T13:04:52.899Z INFO adding route 172.17.0.28/32 -> 10.0.0.255
58252026-07-24T13:04:52.899ZJul 24 13:04:51.431 INFO adding route 172.17.0.28/32 -> 10.0.0.255Jul 24 13:04:51.431
58262026-07-24T13:04:52.899Z 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 } }]
58272026-07-24T13:04:52.899ZJul 24 13:04:51.431 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 } }]Jul 24 13:04:51.431
58282026-07-24T13:04:52.899Z INFO adding route 172.17.0.29/32 -> 10.0.0.255
58292026-07-24T13:04:52.899ZJul 24 13:04:51.431 INFO adding route 172.17.0.29/32 -> 10.0.0.255Jul 24 13:04:51.431
58302026-07-24T13:04:52.899Z 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 } }]
58312026-07-24T13:04:52.899ZJul 24 13:04:51.431 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 } }]Jul 24 13:04:51.431
58322026-07-24T13:04:52.899Z INFO adding route 172.17.0.30/32 -> 10.0.0.255
58332026-07-24T13:04:52.900ZJul 24 13:04:51.431 INFO adding route 172.17.0.30/32 -> 10.0.0.255Jul 24 13:04:51.431
58342026-07-24T13:04:52.900Z 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 } }]
58352026-07-24T13:04:52.900ZJul 24 13:04:51.431 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 } }]Jul 24 13:04:51.431
58362026-07-24T13:04:52.900Z INFO adding route 172.17.0.31/32 -> 10.0.0.255
58372026-07-24T13:04:52.900ZJul 24 13:04:51.431 INFO adding route 172.17.0.31/32 -> 10.0.0.255Jul 24 13:04:51.431
58382026-07-24T13:04:52.900Z 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 } }]
58392026-07-24T13:04:52.900ZJul 24 13:04:51.431 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 } }]Jul 24 13:04:51.431
58402026-07-24T13:04:52.900Z INFO adding route 172.17.0.32/32 -> 10.0.0.255
58412026-07-24T13:04:52.900ZJul 24 13:04:51.431 INFO adding route 172.17.0.32/32 -> 10.0.0.255Jul 24 13:04:51.431
58422026-07-24T13:04:52.900Z 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 } }]
58432026-07-24T13:04:52.900ZJul 24 13:04:51.431 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 } }]Jul 24 13:04:51.431
58442026-07-24T13:04:52.900Z INFO adding route 172.17.0.33/32 -> 10.0.0.255
58452026-07-24T13:04:52.900ZJul 24 13:04:51.431 INFO adding route 172.17.0.33/32 -> 10.0.0.255Jul 24 13:04:51.431
58462026-07-24T13:04:52.900Z 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 } }]
58472026-07-24T13:04:52.900ZJul 24 13:04:51.431 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 } }]Jul 24 13:04:51.432
58482026-07-24T13:04:52.900Z INFO adding route 172.17.0.34/32 -> 10.0.0.255
58492026-07-24T13:04:52.900ZJul 24 13:04:51.432 INFO adding route 172.17.0.34/32 -> 10.0.0.255Jul 24 13:04:51.432
58502026-07-24T13:04:52.900Z 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 } }]
58512026-07-24T13:04:52.900ZJul 24 13:04:51.432 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 } }]Jul 24 13:04:51.432
58522026-07-24T13:04:52.900Z INFO adding route 172.17.0.35/32 -> 10.0.0.255
58532026-07-24T13:04:52.900ZJul 24 13:04:51.432 INFO adding route 172.17.0.35/32 -> 10.0.0.255Jul 24 13:04:51.432
58542026-07-24T13:04:52.900Z 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 } }]
58552026-07-24T13:04:52.900ZJul 24 13:04:51.432 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 } }]Jul 24 13:04:51.432
58562026-07-24T13:04:52.900Z INFO adding route 172.17.0.36/32 -> 10.0.0.255
58572026-07-24T13:04:52.900ZJul 24 13:04:51.432 INFO adding route 172.17.0.36/32 -> 10.0.0.255Jul 24 13:04:51.432
58582026-07-24T13:04:52.900Z 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 } }]
58592026-07-24T13:04:52.900ZJul 24 13:04:51.432 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 } }]Jul 24 13:04:51.432
58602026-07-24T13:04:52.900Z INFO adding route 172.17.0.37/32 -> 10.0.0.255
58612026-07-24T13:04:52.900ZJul 24 13:04:51.432 INFO adding route 172.17.0.37/32 -> 10.0.0.255Jul 24 13:04:51.432
58622026-07-24T13:04:52.901Z 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 } }]
58632026-07-24T13:04:52.901ZJul 24 13:04:51.432 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 } }]Jul 24 13:04:51.432
58642026-07-24T13:04:52.901Z INFO adding route 172.17.0.38/32 -> 10.0.0.255
58652026-07-24T13:04:52.901ZJul 24 13:04:51.432 INFO adding route 172.17.0.38/32 -> 10.0.0.255Jul 24 13:04:51.432
58662026-07-24T13:04:52.901Z 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 } }]
58672026-07-24T13:04:52.901ZJul 24 13:04:51.432 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 } }]Jul 24 13:04:51.432
58682026-07-24T13:04:52.901Z INFO adding route 172.17.0.39/32 -> 10.0.0.255
58692026-07-24T13:04:52.901ZJul 24 13:04:51.432 INFO adding route 172.17.0.39/32 -> 10.0.0.255Jul 24 13:04:51.432
58702026-07-24T13:04:52.901Ztest route::tests::delete_targets_full ... ok
58712026-07-24T13:04:52.901Z 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 } }]
58722026-07-24T13:04:52.901ZJul 24 13:04:51.432 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 } }]Jul 24 13:04:51.432
58732026-07-24T13:04:52.901Z INFO adding route 172.17.0.40/32 -> 10.0.0.255
58742026-07-24T13:04:52.901ZJul 24 13:04:51.432 INFO adding route 172.17.0.40/32 -> 10.0.0.255Jul 24 13:04:51.432
58752026-07-24T13:04:52.901Z 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 } }]
58762026-07-24T13:04:52.901ZJul 24 13:04:51.432 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 } }]Jul 24 13:04:51.432
58772026-07-24T13:04:52.901Ztest route::tests::delete_target_full ... ok
58782026-07-24T13:04:52.901Z INFO adding route 172.17.0.41/32 -> 10.0.0.255
58792026-07-24T13:04:52.901Z
58802026-07-24T13:04:52.901ZJul 24 13:04:51.432 INFO adding route 172.17.0.41/32 -> 10.0.0.255Jul 24 13:04:51.432
58812026-07-24T13:04:52.901Ztest result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
58822026-07-24T13:04:52.901Z 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 } }]
58832026-07-24T13:04:52.901Z
58842026-07-24T13:04:52.901ZJul 24 13:04:51.432 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 } }]Jul 24 13:04:51.432
58852026-07-24T13:04:52.901Z INFO adding route 172.17.0.42/32 -> 10.0.0.255
58862026-07-24T13:04:52.901ZJul 24 13:04:51.432 INFO adding route 172.17.0.42/32 -> 10.0.0.255Jul 24 13:04:51.432
58872026-07-24T13:04:52.901Z 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 } }]
58882026-07-24T13:04:52.901ZJul 24 13:04:51.432 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 } }]Jul 24 13:04:51.432
58892026-07-24T13:04:52.902Z INFO adding route 172.17.0.43/32 -> 10.0.0.255
58902026-07-24T13:04:52.902ZJul 24 13:04:51.432 INFO adding route 172.17.0.43/32 -> 10.0.0.255Jul 24 13:04:51.432
58912026-07-24T13:04:52.902Z 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 } }]
58922026-07-24T13:04:52.902ZJul 24 13:04:51.432 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 } }]Jul 24 13:04:51.432
58932026-07-24T13:04:52.902Z INFO adding route 172.17.0.44/32 -> 10.0.0.255
58942026-07-24T13:04:52.902ZJul 24 13:04:51.432 INFO adding route 172.17.0.44/32 -> 10.0.0.255Jul 24 13:04:51.432
58952026-07-24T13:04:52.902Z 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 } }]
58962026-07-24T13:04:52.902ZJul 24 13:04:51.432 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 } }]Jul 24 13:04:51.432
58972026-07-24T13:04:52.902Z INFO adding route 172.17.0.45/32 -> 10.0.0.255
58982026-07-24T13:04:52.902ZJul 24 13:04:51.432 INFO adding route 172.17.0.45/32 -> 10.0.0.255Jul 24 13:04:51.432
58992026-07-24T13:04:52.902Z 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 } }]
59002026-07-24T13:04:52.902ZJul 24 13:04:51.432 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 } }]Jul 24 13:04:51.432
59012026-07-24T13:04:52.902Z INFO adding route 172.17.0.46/32 -> 10.0.0.255
59022026-07-24T13:04:52.902ZJul 24 13:04:51.432 INFO adding route 172.17.0.46/32 -> 10.0.0.255Jul 24 13:04:51.432
59032026-07-24T13:04:52.902Z 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 } }]
59042026-07-24T13:04:52.902ZJul 24 13:04:51.432 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 } }]Jul 24 13:04:51.432
59052026-07-24T13:04:52.902Z INFO adding route 172.17.0.47/32 -> 10.0.0.255
59062026-07-24T13:04:52.902ZJul 24 13:04:51.432 INFO adding route 172.17.0.47/32 -> 10.0.0.255Jul 24 13:04:51.432
59072026-07-24T13:04:52.902Z 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 } }]
59082026-07-24T13:04:52.902ZJul 24 13:04:51.432 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 } }]Jul 24 13:04:51.432
59092026-07-24T13:04:52.902Z INFO adding route 172.17.0.48/32 -> 10.0.0.255
59102026-07-24T13:04:52.906ZJul 24 13:04:51.432 INFO adding route 172.17.0.48/32 -> 10.0.0.255Jul 24 13:04:51.432
59112026-07-24T13:04:52.906Z 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 } }]
59122026-07-24T13:04:52.907ZJul 24 13:04:51.432 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 } }]Jul 24 13:04:51.432
59132026-07-24T13:04:52.907Z INFO adding route 172.17.0.49/32 -> 10.0.0.255
59142026-07-24T13:04:52.907ZJul 24 13:04:51.432 INFO adding route 172.17.0.49/32 -> 10.0.0.255Jul 24 13:04:51.432
59152026-07-24T13:04:52.907Z 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 } }]
59162026-07-24T13:04:52.907ZJul 24 13:04:51.432 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 } }]Jul 24 13:04:51.432
59172026-07-24T13:04:52.907Z INFO adding route 172.17.0.50/32 -> 10.0.0.255
59182026-07-24T13:04:52.907ZJul 24 13:04:51.432 INFO adding route 172.17.0.50/32 -> 10.0.0.255Jul 24 13:04:51.432
59192026-07-24T13:04:52.907Z 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 } }]
59202026-07-24T13:04:52.907ZJul 24 13:04:51.432 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 } }]Jul 24 13:04:51.432 INFO adding route 172.17.0.51/32 -> 10.0.0.255
59212026-07-24T13:04:52.907Z
59222026-07-24T13:04:52.907ZJul 24 13:04:51.440Jul 24 13:04:51.440 DEBGINFO replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255
59232026-07-24T13:04:52.907Z
59242026-07-24T13:04:52.907ZJul 24 13:04:51.440Jul 24 13:04:51.440 INFODEBG adding route 172.17.0.52/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 } }]
59252026-07-24T13:04:52.907Z
59262026-07-24T13:04:52.907ZJul 24 13:04:51.440 INFO adding route 172.17.0.52/32 -> 10.0.0.255
59272026-07-24T13:04:52.907ZJul 24 13:04:51.440 DEBGJul 24 13:04:51.440 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
59282026-07-24T13:04:52.907Z 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 } }]
59292026-07-24T13:04:52.907ZJul 24 13:04:51.440 INFOJul 24 13:04:51.440 adding route 172.17.0.53/32 -> 10.0.0.255INFO
59302026-07-24T13:04:52.907Z adding route 172.17.0.53/32 -> 10.0.0.255
59312026-07-24T13:04:52.907ZJul 24 13:04:51.440 DEBGJul 24 13:04:51.440 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
59322026-07-24T13:04:52.907Z 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 } }]
59332026-07-24T13:04:52.907ZJul 24 13:04:51.440 INFOJul 24 13:04:51.440 adding route 172.17.0.54/32 -> 10.0.0.255INFO
59342026-07-24T13:04:52.907Z adding route 172.17.0.54/32 -> 10.0.0.255
59352026-07-24T13:04:52.907ZJul 24 13:04:51.440 DEBGJul 24 13:04:51.440 replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
59362026-07-24T13:04:52.907Z 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 } }]
59372026-07-24T13:04:52.907ZJul 24 13:04:51.440 INFOJul 24 13:04:51.440 adding route 172.17.0.55/32 -> 10.0.0.255INFO
59382026-07-24T13:04:52.908Z adding route 172.17.0.55/32 -> 10.0.0.255
59392026-07-24T13:04:52.908ZJul 24 13:04:51.440 Jul 24 13:04:51.440DEBG 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 } }]
59402026-07-24T13:04:52.908Zreplacing 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 } }]
59412026-07-24T13:04:52.908ZJul 24 13:04:51.440 Jul 24 13:04:51.440INFO INFOadding route 172.17.0.56/32 -> 10.0.0.255
59422026-07-24T13:04:52.908Zadding route 172.17.0.56/32 -> 10.0.0.255
59432026-07-24T13:04:52.908ZJul 24 13:04:51.440 Jul 24 13:04:51.440DEBG 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 } }]
59442026-07-24T13:04:52.908Zreplacing 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 } }]
59452026-07-24T13:04:52.908ZJul 24 13:04:51.440 Jul 24 13:04:51.440INFO INFOadding route 172.17.0.57/32 -> 10.0.0.255
59462026-07-24T13:04:52.908Zadding route 172.17.0.57/32 -> 10.0.0.255
59472026-07-24T13:04:52.908ZJul 24 13:04:51.440 Jul 24 13:04:51.440DEBG DEBGreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59482026-07-24T13:04:52.908Zreplacing 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 } }]
59492026-07-24T13:04:52.908ZJul 24 13:04:51.440 Jul 24 13:04:51.440INFO INFOadding route 172.17.0.58/32 -> 10.0.0.255
59502026-07-24T13:04:52.908Zadding route 172.17.0.58/32 -> 10.0.0.255
59512026-07-24T13:04:52.908ZJul 24 13:04:51.440Jul 24 13:04:51.440 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.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 } }]
59522026-07-24T13:04:52.908Z
59532026-07-24T13:04:52.908ZJul 24 13:04:51.440Jul 24 13:04:51.440 INFOINFO adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255
59542026-07-24T13:04:52.908Z
59552026-07-24T13:04:52.908ZJul 24 13:04:51.440Jul 24 13:04:51.440 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.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 } }]
59562026-07-24T13:04:52.908Z
59572026-07-24T13:04:52.908ZJul 24 13:04:51.440Jul 24 13:04:51.440 INFOINFO adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255
59582026-07-24T13:04:52.908Z
59592026-07-24T13:04:52.908ZJul 24 13:04:51.440Jul 24 13:04:51.440 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.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 } }]
59602026-07-24T13:04:52.908Z
59612026-07-24T13:04:52.908ZJul 24 13:04:51.440Jul 24 13:04:51.440 DEBGINFO failed to allocate space for the new target listadding route 172.17.0.61/32 -> 10.0.0.255
59622026-07-24T13:04:52.908Z
59632026-07-24T13:04:52.908ZJul 24 13:04:51.440Jul 24 13:04:51.440 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
59642026-07-24T13:04:52.908Z
59652026-07-24T13:04:52.908ZJul 24 13:04:51.440 INFO adding route 172.17.0.62/32 -> 10.0.0.255
59662026-07-24T13:04:52.908ZJul 24 13:04:51.440 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 } }]
59672026-07-24T13:04:52.909ZJul 24 13:04:51.440 DEBG failed to allocate space for the new target list
59682026-07-24T13:04:52.909ZJul 24 13:04:51.440 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 } }]
59692026-07-24T13:04:52.909Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-def800499d1ea537)
59702026-07-24T13:04:52.909Z
59712026-07-24T13:04:52.909Zrunning 0 tests
59722026-07-24T13:04:52.909Z
59732026-07-24T13:04:52.909Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59742026-07-24T13:04:52.909Z
59752026-07-24T13:04:52.909Z Running unittests src/lib.rs (target/debug/deps/dpd_api-5542eafe66c53d53)
59762026-07-24T13:04:52.909Z
59772026-07-24T13:04:52.909Zrunning 0 tests
59782026-07-24T13:04:52.909Z
59792026-07-24T13:04:52.909Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59802026-07-24T13:04:52.909Z
59812026-07-24T13:04:52.909Z Running unittests src/lib.rs (target/debug/deps/dpd_client-43e16670d8bd7f30)
59822026-07-24T13:04:52.909Z
59832026-07-24T13:04:52.909Zrunning 6 tests
59842026-07-24T13:04:52.909Ztest tests::test_full_lot_id_neither_present ... ok
59852026-07-24T13:04:52.909Ztest tests::test_port_id_cmp ... ok
59862026-07-24T13:04:52.909Ztest tests::test_full_lot_id_lot_only ... ok
59872026-07-24T13:04:52.909Ztest tests::test_full_lot_id_lotnum_only ... ok
59882026-07-24T13:04:52.909Ztest tests::test_full_lot_id_both_present ... ok
59892026-07-24T13:04:52.909Ztest tests::test_parse_client_port_id ... ok
59902026-07-24T13:04:52.909Z
59912026-07-24T13:04:52.909Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59922026-07-24T13:04:52.909Z
59932026-07-24T13:04:52.909Z Running tests/test_all.rs (target/debug/deps/test_all-529135424f2be07a)
59942026-07-24T13:04:52.910Z
59952026-07-24T13:04:52.910Zrunning 0 tests
59962026-07-24T13:04:52.910Z
59972026-07-24T13:04:52.910Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59982026-07-24T13:04:52.910Z
59992026-07-24T13:04:52.910Z Running unittests src/lib.rs (target/debug/deps/dpd_types-fd2572aa3982a063)
60002026-07-24T13:04:52.910Z
60012026-07-24T13:04:52.910Zrunning 0 tests
60022026-07-24T13:04:52.910Z
60032026-07-24T13:04:52.910Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60042026-07-24T13:04:52.910Z
60052026-07-24T13:04:52.910Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a628021f550b6cdd)
60062026-07-24T13:04:52.910Z
60072026-07-24T13:04:52.911Zrunning 0 tests
60082026-07-24T13:04:52.911Z
60092026-07-24T13:04:52.911Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60102026-07-24T13:04:52.915Z
60112026-07-24T13:04:52.915Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
60122026-07-24T13:04:52.915Z
60132026-07-24T13:04:52.915Zrunning 12 tests
60142026-07-24T13:04:52.915Ztest icmp::test_v6_checksum ... ok
60152026-07-24T13:04:52.915Ztest icmp::test_v4_checksum ... ok
60162026-07-24T13:04:52.915Ztest lldp::test_lldp_parse ... ok
60172026-07-24T13:04:52.915Ztest ipv6::test_ipv6_parse ... ok
60182026-07-24T13:04:52.915Ztest pbuf::test_byte ... ok
60192026-07-24T13:04:52.915Ztest pbuf::test_nibble ... ok
60202026-07-24T13:04:52.915Ztest pbuf::test_short ... ok
60212026-07-24T13:04:52.915Ztest pbuf::test_overflow ... ok
60222026-07-24T13:04:52.915Ztest pbuf::test_twelve ... ok
60232026-07-24T13:04:52.915Ztest pbuf::test_word ... ok
60242026-07-24T13:04:52.915Ztest tcp::test_checksum_syn_nodata ... ok
60252026-07-24T13:04:52.915Ztest tcp::test_checksum_ack_data ... ok
60262026-07-24T13:04:52.915Z
60272026-07-24T13:04:52.915Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60282026-07-24T13:04:52.915Z
60292026-07-24T13:04:52.915Z Running unittests src/lib.rs (target/debug/deps/pcap-6c299e9d62d45b52)
60302026-07-24T13:04:52.915Z
60312026-07-24T13:04:52.915Zrunning 0 tests
60322026-07-24T13:04:52.915Z
60332026-07-24T13:04:52.915Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60342026-07-24T13:04:52.916Z
60352026-07-24T13:04:52.916Z Running unittests src/main.rs (target/debug/deps/swadm-518ca5f382c53b54)
60362026-07-24T13:04:52.916Z
60372026-07-24T13:04:52.916Zrunning 5 tests
60382026-07-24T13:04:52.916Ztest switchport::test::test_compute_lanes ... ok
60392026-07-24T13:04:52.916Ztest switchport::test::port_id_ordering ... ok
60402026-07-24T13:04:52.916Z Lane 0 Lane 1 Lane 0 Lane 2 Lane 3Lane 1
60412026-07-24T13:04:52.916Z Lane 2 Rx Loss-of-lock: Yes Lane 3Yes
60422026-07-24T13:04:52.916Z Yes Yes State: Activated
60432026-07-24T13:04:52.916Z Activated Rx Loss-of-signal: Yes YesActivated YesActivated
60442026-07-24T13:04:52.916ZYes
60452026-07-24T13:04:52.916Z Rx Output Enabled: false Rx CDR Enabled: Yes Yes false Yes falseYes
60462026-07-24T13:04:52.916Zfalse
60472026-07-24T13:04:52.916Z Tx Enabled: Yes Rx Output Status: valid Yes valid Yesvalid Yesvalid
60482026-07-24T13:04:52.916Z
60492026-07-24T13:04:52.916Z Rx Loss-of-lock: true Tx Loss-of-lock: No trueNo true Notrue
60502026-07-24T13:04:52.916ZNo
60512026-07-24T13:04:52.916Z Rx Loss-of-signal: false Tx Loss-of-signal: No false No falseNo falseNo
60522026-07-24T13:04:52.916Z
60532026-07-24T13:04:52.916ZRx Auto-squelch Disable: true Tx CDR Enabled: No trueNo true Notrue
60542026-07-24T13:04:52.916Z Tx Output Enabled: true No
60552026-07-24T13:04:52.916Ztrue Tx Adaptive EQ Fault: Notrue Notrue
60562026-07-24T13:04:52.916ZNo No
60572026-07-24T13:04:52.916Z Tx Output Status: invalid Tx Fault: Yes invalidYes Yesinvalid Yesinvalid
60582026-07-24T13:04:52.916Z
60592026-07-24T13:04:52.916Z Tx Loss-of-lock: false false false false
60602026-07-24T13:04:52.916Z Tx Loss-of-signal: true true true true
60612026-07-24T13:04:52.916ZTx Auto-squelch Disable: false false false false
60622026-07-24T13:04:52.917Z Tx Adaptive EQ Fail: true true true true
60632026-07-24T13:04:52.917Z Tx Failure: false false false false
60642026-07-24T13:04:52.917Z Tx Force Squelch: true true true true
60652026-07-24T13:04:52.917Z Tx Input Polarity: normal normal normal normal
60662026-07-24T13:04:52.917Ztest switchport::test::test_print_sff_datapath ... ok
60672026-07-24T13:04:52.917Ztest switchport::test::test_print_cmis_datapath ... ok
60682026-07-24T13:04:52.917Ztest link::test_filter ... ok
60692026-07-24T13:04:52.917Z
60702026-07-24T13:04:52.917Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60712026-07-24T13:04:52.917Z
60722026-07-24T13:04:52.917Z Running tests/counters.rs (target/debug/deps/counters-7f136c3044d7344a)
60732026-07-24T13:04:52.917Z
60742026-07-24T13:04:52.917Zrunning 1 test
60752026-07-24T13:04:52.917Ztest test_p4_counter_list ... ignored
60762026-07-24T13:04:52.917Z
60772026-07-24T13:04:52.917Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
60782026-07-24T13:04:52.917Z
60792026-07-24T13:04:52.917Z Running tests/port-link.rs (target/debug/deps/port_link-b92f3df522d3b414)
60802026-07-24T13:04:52.917Z
60812026-07-24T13:04:52.917Zrunning 5 tests
60822026-07-24T13:04:52.917Ztest test_an ... ignored
60832026-07-24T13:04:52.917Ztest test_enable ... ignored
60842026-07-24T13:04:52.917Ztest test_ip_addresses ... ignored
60852026-07-24T13:04:52.917Ztest test_kr ... ignored
60862026-07-24T13:04:52.917Ztest test_mac ... ignored
60872026-07-24T13:04:52.917Z
60882026-07-24T13:04:52.917Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
60892026-07-24T13:04:52.917Z
60902026-07-24T13:04:52.918Z Running unittests src/main.rs (target/debug/deps/tfportd-434f0615e89c4ba9)
60912026-07-24T13:04:52.918Z
60922026-07-24T13:04:52.918Zrunning 3 tests
60932026-07-24T13:04:52.918Ztest linklocal::test_parse_ipadm ... ok
60942026-07-24T13:04:52.918Ztest tfport::test_parse_tfport ... ok
60952026-07-24T13:04:52.918Ztest config::tests::test_updates ... ok
60962026-07-24T13:04:52.918Z
60972026-07-24T13:04:52.918Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60982026-07-24T13:04:52.918Z
60992026-07-24T13:04:52.918Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
61002026-07-24T13:04:52.918Z
61012026-07-24T13:04:52.918Zrunning 0 tests
61022026-07-24T13:04:52.918Z
61032026-07-24T13:04:52.918Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61042026-07-24T13:04:52.918Z
61052026-07-24T13:04:52.918Z Running unittests src/main.rs (target/debug/deps/xtask-87e0a06053f53c01)
61062026-07-24T13:04:52.922Z
61072026-07-24T13:04:52.923Zrunning 0 tests
61082026-07-24T13:04:52.923Z
61092026-07-24T13:04:52.923Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61102026-07-24T13:04:52.923Z
61112026-07-24T13:04:52.923Z Doc-tests aal
61122026-07-24T13:04:53.036Z
61132026-07-24T13:04:53.036Zrunning 0 tests
61142026-07-24T13:04:53.036Z
61152026-07-24T13:04:53.036Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61162026-07-24T13:04:53.036Z
61172026-07-24T13:04:53.052Z Doc-tests aal_macros
61182026-07-24T13:04:53.118Z
61192026-07-24T13:04:53.118Zrunning 0 tests
61202026-07-24T13:04:53.118Z
61212026-07-24T13:04:53.118Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61222026-07-24T13:04:53.118Z
61232026-07-24T13:04:53.127Z Doc-tests common
61242026-07-24T13:04:53.373Z
61252026-07-24T13:04:53.373Zrunning 0 tests
61262026-07-24T13:04:53.373Z
61272026-07-24T13:04:53.373Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61282026-07-24T13:04:53.373Z
61292026-07-24T13:04:53.394Z Doc-tests dpd_api
61302026-07-24T13:04:54.130Z
61312026-07-24T13:04:54.130Zrunning 2 tests
61322026-07-24T13:04:54.130Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
61332026-07-24T13:04:54.130Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
61342026-07-24T13:04:54.130Z
61352026-07-24T13:04:54.130Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
61362026-07-24T13:04:54.130Z
61372026-07-24T13:04:54.161Z Doc-tests dpd_client
61382026-07-24T13:04:55.439Z
61392026-07-24T13:04:55.439Zrunning 0 tests
61402026-07-24T13:04:55.439Z
61412026-07-24T13:04:55.439Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61422026-07-24T13:04:55.439Z
61432026-07-24T13:04:55.482Z Doc-tests dpd_types
61442026-07-24T13:04:55.693Z
61452026-07-24T13:04:55.694Zrunning 0 tests
61462026-07-24T13:04:55.694Z
61472026-07-24T13:04:55.694Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61482026-07-24T13:04:55.694Z
61492026-07-24T13:04:55.719Z Doc-tests dpd_types_versions
61502026-07-24T13:04:56.905Z
61512026-07-24T13:04:56.905Zrunning 1 test
61522026-07-24T13:04:56.905Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
61532026-07-24T13:04:56.905Z
61542026-07-24T13:04:56.905Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
61552026-07-24T13:04:56.905Z
61562026-07-24T13:04:56.949Z Doc-tests packet
61572026-07-24T13:04:57.062Z
61582026-07-24T13:04:57.062Zrunning 0 tests
61592026-07-24T13:04:57.062Z
61602026-07-24T13:04:57.062Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61612026-07-24T13:04:57.062Z
61622026-07-24T13:04:57.078Z Doc-tests pcap
61632026-07-24T13:04:57.128Z
61642026-07-24T13:04:57.128Zrunning 0 tests
61652026-07-24T13:04:57.128Z
61662026-07-24T13:04:57.128Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61672026-07-24T13:04:57.129Z
61682026-07-24T13:04:57.174Z+ for feat in tofino_stub tofino_asic softnpu chaos
61692026-07-24T13:04:57.174Z+ RUST_BACKTRACE=full
61702026-07-24T13:04:57.174Z+ cargo test --features softnpu --no-fail-fast
61712026-07-24T13:04:57.808Z Compiling num-integer v0.1.46
61722026-07-24T13:04:57.894Z Compiling num-complex v0.4.6
61732026-07-24T13:04:57.939Z Compiling bitstruct_derive v0.1.0
61742026-07-24T13:04:57.939Z Compiling tap v1.0.1
61752026-07-24T13:04:58.060Z Compiling wyz v0.5.1
61762026-07-24T13:04:58.187Z Compiling num-iter v0.1.45
61772026-07-24T13:04:58.221Z Compiling num-rational v0.4.2
61782026-07-24T13:04:58.234Z Compiling num-bigint v0.4.6
61792026-07-24T13:04:58.311Z Compiling radium v0.7.0
61802026-07-24T13:04:58.326Z Compiling funty v2.0.0
61812026-07-24T13:04:58.377Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
61822026-07-24T13:04:58.423Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61832026-07-24T13:04:58.511Z Compiling num v0.4.3
61842026-07-24T13:04:58.594Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
61852026-07-24T13:04:58.617Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61862026-07-24T13:04:58.629Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61872026-07-24T13:04:58.731Z Compiling bitvec v1.0.1
61882026-07-24T13:04:58.747Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61892026-07-24T13:04:58.878Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
61902026-07-24T13:04:58.917Z Compiling typeid v1.0.3
61912026-07-24T13:04:58.976Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61922026-07-24T13:04:58.997Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61932026-07-24T13:04:59.034Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61942026-07-24T13:04:59.325Z Compiling ascii v1.1.0
61952026-07-24T13:04:59.725Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61962026-07-24T13:04:59.805Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61972026-07-24T13:04:59.925Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61982026-07-24T13:04:59.937Z Compiling erased-serde v0.4.8
61992026-07-24T13:05:00.124Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
62002026-07-24T13:05:00.252Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62012026-07-24T13:05:00.357Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
62022026-07-24T13:05:00.368Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
62032026-07-24T13:05:00.411Z Compiling bitstruct v0.1.1
62042026-07-24T13:05:00.722Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
62052026-07-24T13:05:00.884Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62062026-07-24T13:05:00.976Z Compiling serde_arrays v0.1.0
62072026-07-24T13:05:00.998Z Compiling libloading v0.7.4
62082026-07-24T13:05:01.157Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
62092026-07-24T13:05:01.765Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62102026-07-24T13:05:01.936Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62112026-07-24T13:05:01.947Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
62122026-07-24T13:05:03.064Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
62132026-07-24T13:05:03.952Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
62142026-07-24T13:05:09.706Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62152026-07-24T13:05:09.922Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
62162026-07-24T13:05:09.922Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62172026-07-24T13:05:09.988Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62182026-07-24T13:05:10.001Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62192026-07-24T13:05:10.539Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
62202026-07-24T13:05:11.179Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62212026-07-24T13:05:12.378Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62222026-07-24T13:05:14.967Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
62232026-07-24T13:05:15.449Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
62242026-07-24T13:05:16.922Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
62252026-07-24T13:05:18.265Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62262026-07-24T13:05:18.580Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62272026-07-24T13:05:19.043Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
62282026-07-24T13:05:27.051Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62292026-07-24T13:05:29.539Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62302026-07-24T13:05:32.120Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
62312026-07-24T13:06:13.137Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 15s
62322026-07-24T13:06:13.255Z Running unittests src/lib.rs (target/debug/deps/aal-6887f66bbb1d0927)
62332026-07-24T13:06:13.258Z
62342026-07-24T13:06:13.258Zrunning 5 tests
62352026-07-24T13:06:13.258Ztest fuse::tests::chip_revision_b0 ... ok
62362026-07-24T13:06:13.258Ztest fuse::tests::chip_revision_b1 ... ok
62372026-07-24T13:06:13.258Ztest fuse::tests::chip_revision_a0 ... ok
62382026-07-24T13:06:13.258Ztest fuse::tests::chip_revision_unknown_device_id ... ok
62392026-07-24T13:06:13.258Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
62402026-07-24T13:06:13.258Z
62412026-07-24T13:06:13.258Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62422026-07-24T13:06:13.258Z
62432026-07-24T13:06:13.261Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
62442026-07-24T13:06:13.264Z
62452026-07-24T13:06:13.264Zrunning 0 tests
62462026-07-24T13:06:13.264Z
62472026-07-24T13:06:13.264Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62482026-07-24T13:06:13.264Z
62492026-07-24T13:06:13.264Z Running unittests src/lib.rs (target/debug/deps/asic-69f4b7b14547d4ab)
62502026-07-24T13:06:13.267Z
62512026-07-24T13:06:13.267Zrunning 0 tests
62522026-07-24T13:06:13.267Z
62532026-07-24T13:06:13.267Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62542026-07-24T13:06:13.267Z
62552026-07-24T13:06:13.267Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
62562026-07-24T13:06:13.272Z
62572026-07-24T13:06:13.272Zrunning 10 tests
62582026-07-24T13:06:13.274Ztest network::tests::test_equal ... ok
62592026-07-24T13:06:13.274Ztest nat::tests::test_vni ... ok
62602026-07-24T13:06:13.274Ztest network::tests::test_eui64 ... ok
62612026-07-24T13:06:13.274Ztest network::tests::test_generate_ipv6_link_local ... ok
62622026-07-24T13:06:13.274Ztest network::tests::test_into ... ok
62632026-07-24T13:06:13.274Ztest network::tests::test_parse ... ok
62642026-07-24T13:06:13.274Ztest network::tests::test_not_equal ... ok
62652026-07-24T13:06:13.275Ztest network::tests::test_to_string ... ok
62662026-07-24T13:06:13.275Ztest test_purge ... ok
62672026-07-24T13:06:13.278Ztest illumos::test::address_exists_handles_missing_object ... ok
62682026-07-24T13:06:13.278Z
62692026-07-24T13:06:13.281Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
62702026-07-24T13:06:13.281Z
62712026-07-24T13:06:13.281Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-22e8b90ffff631be)
62722026-07-24T13:06:13.284Z
62732026-07-24T13:06:13.284Zrunning 1 test
62742026-07-24T13:06:13.287Z -------
62752026-07-24T13:06:13.287Z Generating OpenAPI documents from API definitions ...
62762026-07-24T13:06:13.457Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
62772026-07-24T13:06:13.526Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
62782026-07-24T13:06:14.570Z -------
62792026-07-24T13:06:14.570Z Checking 12 OpenAPI documents...
62802026-07-24T13:06:14.570Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
62812026-07-24T13:06:14.570Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
62822026-07-24T13:06:14.570Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
62832026-07-24T13:06:14.570Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
62842026-07-24T13:06:14.573Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
62852026-07-24T13:06:14.573Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
62862026-07-24T13:06:14.574Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
62872026-07-24T13:06:14.574Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
62882026-07-24T13:06:14.574Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
62892026-07-24T13:06:14.574Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
62902026-07-24T13:06:14.575Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
62912026-07-24T13:06:14.575Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
62922026-07-24T13:06:14.575Z Fresh dpd "latest" symlink
62932026-07-24T13:06:14.575Z -------
62942026-07-24T13:06:14.575Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
62952026-07-24T13:06:14.632Ztest test::test_apis_up_to_date ... ok
62962026-07-24T13:06:14.632Z
62972026-07-24T13:06:14.632Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.35s
62982026-07-24T13:06:14.632Z
62992026-07-24T13:06:14.692Z Running unittests src/main.rs (target/debug/deps/dpd-13e733756d2f63a8)
63002026-07-24T13:06:14.697Z
63012026-07-24T13:06:14.697Zrunning 34 tests
63022026-07-24T13:06:14.701Ztest freemap::test_ordering ... ok
63032026-07-24T13:06:14.701Ztest config::tests::test_updates ... ok
63042026-07-24T13:06:14.701Ztest dhcpv6::tests::test_create_duid_bytes ... ok
63052026-07-24T13:06:14.701Ztest freemap::test_split ... ok
63062026-07-24T13:06:14.701Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
63072026-07-24T13:06:14.701Ztest macaddrs::tests::test_mac_offset ... ok
63082026-07-24T13:06:14.705Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
63092026-07-24T13:06:14.705Ztest macaddrs::tests::test_parse_port_id ... ok
63102026-07-24T13:06:14.705Ztest nat::test_mapping ... ok
63112026-07-24T13:06:14.705ZJul 24 13:06:13.277 DEBG created new freemap, unit: freemap_test
63122026-07-24T13:06:14.705ZJul 24 13:06:13.277 DEBG initted freemap. size: 128, unit: freemap_test
63132026-07-24T13:06:14.705ZJul 24 13:06:13.277 DEBG reset freemap, unitJul 24 13:06:13.277: DEBGfreemap_test
63142026-07-24T13:06:14.705Zcreated new freemap, unit: freemap_test
63152026-07-24T13:06:14.705ZJul 24 13:06:13.277 DEBG initted freemap. size: 128, unit: freemap_test
63162026-07-24T13:06:14.705ZJul 24 13:06:13.278 DEBG reset freemap, unit: freemap_test
63172026-07-24T13:06:14.705ZJul 24 13:06:13.277 Jul 24 13:06:13.277DEBG DEBG created new freemapcreated new freemap, , unitunit:: freemap_testfreemap_test
63182026-07-24T13:06:14.705Z
63192026-07-24T13:06:14.705ZJul 24 13:06:13.278 DEBG initted freemap. size: 128, Jul 24 13:06:13.278unit :DEBG freemap_testinitted freemap. size: 128
63202026-07-24T13:06:14.706Z, unit: freemap_testJul 24 13:06:13.278
63212026-07-24T13:06:14.706Z DEBG reset freemap, unitJul 24 13:06:13.278: DEBGfreemap_test
63222026-07-24T13:06:14.706Zreset freemap, unit: freemap_test
63232026-07-24T13:06:14.706Ztest freemap::test_reclaim ... ok
63242026-07-24T13:06:14.706Ztest freemap::test_free ... ok
63252026-07-24T13:06:14.706Ztest freemap::test_basic ... ok
63262026-07-24T13:06:14.706Ztest freemap::test_exhaustion ... ok
63272026-07-24T13:06:14.706Ztest port_map::tests::dump_map ... ok
63282026-07-24T13:06:14.706Ztest port_map::tests::test_backplane_group ... ok
63292026-07-24T13:06:14.706Ztest port_map::tests::test_port_map ... ok
63302026-07-24T13:06:14.706ZJul 24 13:06:13.278 DEBG created new freemap, unit: freemap_test
63312026-07-24T13:06:14.706ZJul 24 13:06:13.278 DEBG initted freemap. size: 8, unit: freemap_test
63322026-07-24T13:06:14.706ZJul 24 13:06:13.278 DEBG reset freemap, unit: freemap_test
63332026-07-24T13:06:14.706Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
63342026-07-24T13:06:14.706ZJul 24 13:06:13.279 DEBG created new freemap, unit: freemap_test
63352026-07-24T13:06:14.706ZJul 24 13:06:13.279 DEBG initted freemap. size: 128, unit: freemap_test
63362026-07-24T13:06:14.706ZJul 24 13:06:13.279 DEBG reset freemap, unit: freemap_test
63372026-07-24T13:06:14.706ZJul 24 13:06:13.279 DEBG created new freemap, unit: freemap_route_ipv4
63382026-07-24T13:06:14.706ZJul 24 13:06:13.279 DEBG created new freemap, unit: freemap_route_ipv6
63392026-07-24T13:06:14.706ZJul 24 13:06:13.279 DEBG initted freemap. size: 64Jul 24 13:06:13.279, unitDEBG: freemap_route_ipv4created new freemap
63402026-07-24T13:06:14.706Z, unit:Jul 24 13:06:13.279 freemap_route_ipv4DEBG
63412026-07-24T13:06:14.706Z reset freemap, unit: freemap_route_ipv4
63422026-07-24T13:06:14.706ZJul 24 13:06:13.279 DEBG created new freemapJul 24 13:06:13.279, unitDEBG: initted freemap. size: 64freemap_route_ipv6,
63432026-07-24T13:06:14.706Zunit: freemap_route_ipv6
63442026-07-24T13:06:14.706ZJul 24 13:06:13.279 DEBG Jul 24 13:06:13.279initted freemap. size: 64 , DEBGunit :reset freemap , freemap_route_ipv4unit
63452026-07-24T13:06:14.706Z: freemap_route_ipv6
63462026-07-24T13:06:14.707ZJul 24 13:06:13.279 Jul 24 13:06:13.279DEBG INFOreset freemap , adding route 3fff:dead::/64 -> 2001:db8::55:1unit
63472026-07-24T13:06:14.707Z: freemap_route_ipv4
63482026-07-24T13:06:14.707ZJul 24 13:06:13.279 DEBG Jul 24 13:06:13.279replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
63492026-07-24T13:06:14.707ZDEBG initted freemap. size: 64, unitJul 24 13:06:13.279: INFOfreemap_route_ipv6
63502026-07-24T13:06:14.707Zadding route 3fff:dead::/64 -> 2001:db8::55:2
63512026-07-24T13:06:14.707ZJul 24 13:06:13.279Jul 24 13:06:13.279 DEBGDEBG reset freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }],
63522026-07-24T13:06:14.707Zunit: freemap_route_ipv6
63532026-07-24T13:06:14.707ZJul 24 13:06:13.279 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
63542026-07-24T13:06:14.707ZJul 24 13:06:13.279 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 } }]
63552026-07-24T13:06:14.707ZJul 24 13:06:13.279 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
63562026-07-24T13:06:14.707ZJul 24 13:06:13.279 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 } }]
63572026-07-24T13:06:14.707ZJul 24 13:06:13.279 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
63582026-07-24T13:06:14.707ZJul 24 13:06:13.279 Jul 24 13:06:13.279INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3
63592026-07-24T13:06:14.707Zreplacing 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 } }]
63602026-07-24T13:06:14.707ZJul 24 13:06:13.279 DEBGJul 24 13:06:13.279 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
63612026-07-24T13:06:14.707Z adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
63622026-07-24T13:06:14.707ZJul 24 13:06:13.279Jul 24 13:06:13.279 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }]
63632026-07-24T13:06:14.707Z
63642026-07-24T13:06:14.707ZJul 24 13:06:13.279Jul 24 13:06:13.279 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 3fff:beef:3::/64 -> 2001:db8::55:ff
63652026-07-24T13:06:14.707Z
63662026-07-24T13:06:14.707ZJul 24 13:06:13.279Jul 24 13:06:13.279 INFODEBG adding route 3fff:beef::/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 } }]
63672026-07-24T13:06:14.707Z
63682026-07-24T13:06:14.707ZJul 24 13:06:13.279Jul 24 13:06:13.279 INFODEBG adding route 3fff:beef:4::/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 } }]
63692026-07-24T13:06:14.707Z
63702026-07-24T13:06:14.707ZJul 24 13:06:13.279Jul 24 13:06:13.279 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:1::/64 -> 2001:db8::55:ff
63712026-07-24T13:06:14.707Z
63722026-07-24T13:06:14.707ZJul 24 13:06:13.279Jul 24 13:06:13.279 INFODEBG adding route 3fff:beef:5::/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 } }]
63732026-07-24T13:06:14.707Z
63742026-07-24T13:06:14.708ZJul 24 13:06:13.279Jul 24 13:06:13.279 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:2::/64 -> 2001:db8::55:ff
63752026-07-24T13:06:14.708Z
63762026-07-24T13:06:14.708ZJul 24 13:06:13.279Jul 24 13:06:13.279 INFODEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63772026-07-24T13:06:14.708Z
63782026-07-24T13:06:14.708ZJul 24 13:06:13.279Jul 24 13:06:13.279 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:3::/64 -> 2001:db8::55:ff
63792026-07-24T13:06:14.708Z
63802026-07-24T13:06:14.708ZJul 24 13:06:13.279Jul 24 13:06:13.279 INFODEBG adding route 3fff:beef:7::/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 } }]
63812026-07-24T13:06:14.708Z
63822026-07-24T13:06:14.708ZJul 24 13:06:13.279Jul 24 13:06:13.279 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:4::/64 -> 2001:db8::55:ff
63832026-07-24T13:06:14.708Z
63842026-07-24T13:06:14.708ZJul 24 13:06:13.279Jul 24 13:06:13.279 INFODEBG adding route 3fff:beef:8::/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 } }]
63852026-07-24T13:06:14.708Z
63862026-07-24T13:06:14.708ZJul 24 13:06:13.279Jul 24 13:06:13.279 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:5::/64 -> 2001:db8::55:ff
63872026-07-24T13:06:14.708Z
63882026-07-24T13:06:14.708ZJul 24 13:06:13.279Jul 24 13:06:13.279 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:9::/64 -> 2001:db8::55:ff
63892026-07-24T13:06:14.708Z
63902026-07-24T13:06:14.708ZJul 24 13:06:13.279Jul 24 13:06:13.279 INFODEBG adding route 3fff:beef:6::/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 } }]
63912026-07-24T13:06:14.708Z
63922026-07-24T13:06:14.708ZJul 24 13:06:13.279Jul 24 13:06:13.279 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:a::/64 -> 2001:db8::55:ff
63932026-07-24T13:06:14.708Z
63942026-07-24T13:06:14.708ZJul 24 13:06:13.279Jul 24 13:06:13.279 INFODEBG adding route 3fff:beef:7::/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 } }]
63952026-07-24T13:06:14.708Z
63962026-07-24T13:06:14.708ZJul 24 13:06:13.279Jul 24 13:06:13.279 INFODEBG adding route 3fff:beef:b::/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 } }]
63972026-07-24T13:06:14.708Z
63982026-07-24T13:06:14.708ZJul 24 13:06:13.279Jul 24 13:06:13.279 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:8::/64 -> 2001:db8::55:ff
63992026-07-24T13:06:14.708Z
64002026-07-24T13:06:14.708ZJul 24 13:06:13.279Jul 24 13:06:13.279 INFODEBG adding route 3fff:beef:c::/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 } }]
64012026-07-24T13:06:14.709Z
64022026-07-24T13:06:14.709ZJul 24 13:06:13.279Jul 24 13:06:13.279 INFODEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64032026-07-24T13:06:14.709Z
64042026-07-24T13:06:14.709ZJul 24 13:06:13.279Jul 24 13:06:13.279 DEBGINFO replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
64052026-07-24T13:06:14.709Z
64062026-07-24T13:06:14.709ZJul 24 13:06:13.279 Jul 24 13:06:13.279DEBG INFOJul 24 13:06:13.279created new freemap , adding route 3fff:beef:a::/64 -> 2001:db8::55:ffDEBGunit
64072026-07-24T13:06:14.709Z: 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 } }]freemap_route_ipv4
64082026-07-24T13:06:14.713Z
64092026-07-24T13:06:14.713ZJul 24 13:06:13.279 Jul 24 13:06:13.279DEBG Jul 24 13:06:13.279replacing 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
64102026-07-24T13:06:14.713Z DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
64112026-07-24T13:06:14.713Zcreated new freemap, unit: Jul 24 13:06:13.279freemap_route_ipv6Jul 24 13:06:13.279
64122026-07-24T13:06:14.713Z DEBGINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64132026-07-24T13:06:14.713ZJul 24 13:06:13.279
64142026-07-24T13:06:14.713Z DEBG initted freemap. size: 64, Jul 24 13:06:13.279Jul 24 13:06:13.279 unitINFO: DEBGfreemap_route_ipv4adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
64152026-07-24T13:06:14.714Z
64162026-07-24T13:06:14.714Zreplacing 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 } }]
64172026-07-24T13:06:14.714ZJul 24 13:06:13.279Jul 24 13:06:13.279 DEBGINFOJul 24 13:06:13.279 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
64182026-07-24T13:06:14.714Z
64192026-07-24T13:06:14.714Z reset freemap, unit:Jul 24 13:06:13.279 freemap_route_ipv4Jul 24 13:06:13.279DEBG
64202026-07-24T13:06:14.714Z replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
64212026-07-24T13:06:14.714ZJul 24 13:06:13.279adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
64222026-07-24T13:06:14.714ZDEBGJul 24 13:06:13.279 initted freemap. size: 64INFO, Jul 24 13:06:13.279unit :adding route 3fff:beef:d::/64 -> 2001:db8::55:ff DEBG
64232026-07-24T13:06:14.714Zfreemap_route_ipv6
64242026-07-24T13:06:14.714Zreplacing 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 } }]Jul 24 13:06:13.279
64252026-07-24T13:06:14.714Z 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 } }]Jul 24 13:06:13.279
64262026-07-24T13:06:14.714ZJul 24 13:06:13.279 DEBG reset freemapDEBGJul 24 13:06:13.279, unitJul 24 13:06:13.279 : created new freemapINFO , INFOfreemap_route_ipv6adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
64272026-07-24T13:06:14.714Zunit :
64282026-07-24T13:06:14.714Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
64292026-07-24T13:06:14.714Zfreemap_route_ipv4
64302026-07-24T13:06:14.714ZJul 24 13:06:13.279Jul 24 13:06:13.279Jul 24 13:06:13.279 INFODEBGDEBGJul 24 13:06:13.279 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: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:dead::/64 -> 2001:db8::55:1DEBG
64312026-07-24T13:06:14.714Z
64322026-07-24T13:06:14.714Z
64332026-07-24T13:06:14.714Z created new freemap, Jul 24 13:06:13.279Jul 24 13:06:13.279 unitJul 24 13:06:13.279 DEBGINFO :adding route 3fff:beef:12::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
64342026-07-24T13:06:14.714Z
64352026-07-24T13:06:14.714Z freemap_route_ipv6INFO
64362026-07-24T13:06:14.714Z Jul 24 13:06:13.279Jul 24 13:06:13.279 Jul 24 13:06:13.279DEBGINFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:2
64372026-07-24T13:06:14.714Zreplacing 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 } }]
64382026-07-24T13:06:14.714Z
64392026-07-24T13:06:14.714ZDEBG initted freemap. size: 64Jul 24 13:06:13.279Jul 24 13:06:13.279, Jul 24 13:06:13.279DEBGINFO unit 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 } }]
64402026-07-24T13:06:14.714Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64412026-07-24T13:06:14.714Z
64422026-07-24T13:06:14.715Z: freemap_route_ipv4
64432026-07-24T13:06:14.715ZJul 24 13:06:13.279 Jul 24 13:06:13.279INFOJul 24 13:06:13.279 INFOJul 24 13:06:13.279adding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG
64442026-07-24T13:06:14.715Zreplacing 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
64452026-07-24T13:06:14.715Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ffJul 24 13:06:13.279 reset freemap
64462026-07-24T13:06:14.715Z, Jul 24 13:06:13.279DEBG unitreplacing 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 } }]INFOJul 24 13:06:13.279:
64472026-07-24T13:06:14.715Z freemap_route_ipv4adding route 3fff:beef:14::/64 -> 2001:db8::55:ffDEBG
64482026-07-24T13:06:14.715Z
64492026-07-24T13:06:14.715Zreplacing 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 } }]
64502026-07-24T13:06:14.715ZJul 24 13:06:13.279Jul 24 13:06:13.279 Jul 24 13:06:13.279 INFODEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ff Jul 24 13:06:13.279replacing 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 } }]
64512026-07-24T13:06:14.715ZINFO
64522026-07-24T13:06:14.715ZDEBG initted freemap. size: 64 , adding route 3fff:beef:11::/64 -> 2001:db8::55:ffJul 24 13:06:13.279unit :DEBG
64532026-07-24T13:06:14.715Z 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 } }]Jul 24 13:06:13.279freemap_route_ipv6
64542026-07-24T13:06:14.715ZINFO
64552026-07-24T13:06:14.715Ztest freemap::test_span ... ok
64562026-07-24T13:06:14.715Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
64572026-07-24T13:06:14.715Ztest api_server::tests::test_build_info ... ok
64582026-07-24T13:06:14.715ZJul 24 13:06:13.279 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 } }]
64592026-07-24T13:06:14.715ZJul 24 13:06:13.279 Jul 24 13:06:13.279INFO INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
64602026-07-24T13:06:14.715Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
64612026-07-24T13:06:14.715ZJul 24 13:06:13.279Jul 24 13:06:13.279 DEBGDEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
64622026-07-24T13:06:14.715Ztest port_map::tests::parse_softnpu_revision ... ok
64632026-07-24T13:06:14.715Z
64642026-07-24T13:06:14.715ZJul 24 13:06:13.279Jul 24 13:06:13.279 INFOINFO Jul 24 13:06:13.279adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
64652026-07-24T13:06:14.715ZDEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffreset freemap
64662026-07-24T13:06:14.715Z, unitJul 24 13:06:13.279: DEBGJul 24 13:06:13.279 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 } }]DEBGfreemap_route_ipv6
64672026-07-24T13:06:14.715Z
64682026-07-24T13:06:14.715Z 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 } }]
64692026-07-24T13:06:14.716ZJul 24 13:06:13.279Jul 24 13:06:13.279 Jul 24 13:06:13.280INFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:4::/64 -> 2001:db8::55:ffINFO
64702026-07-24T13:06:14.716Z
64712026-07-24T13:06:14.716Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
64722026-07-24T13:06:14.716ZJul 24 13:06:13.280Jul 24 13:06:13.280 DEBGDEBGJul 24 13:06:13.280 replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
64732026-07-24T13:06:14.716Z 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: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 } }]
64742026-07-24T13:06:14.716Z
64752026-07-24T13:06:14.716ZJul 24 13:06:13.280 INFOJul 24 13:06:13.280Jul 24 13:06:13.280 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
64762026-07-24T13:06:14.716Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
64772026-07-24T13:06:14.716Z
64782026-07-24T13:06:14.716ZJul 24 13:06:13.280Jul 24 13:06:13.280Jul 24 13:06:13.280 DEBGDEBGDEBG 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: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 } }]
64792026-07-24T13:06:14.716Z
64802026-07-24T13:06:14.716Zreplacing 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 } }]
64812026-07-24T13:06:14.716ZJul 24 13:06:13.280Jul 24 13:06:13.280Jul 24 13:06:13.280 INFOINFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
64822026-07-24T13:06:14.716Z
64832026-07-24T13:06:14.716Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
64842026-07-24T13:06:14.716ZJul 24 13:06:13.280Jul 24 13:06:13.280 DEBGJul 24 13:06:13.280DEBG DEBGreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64852026-07-24T13:06:14.716Zreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, 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 } }]
64862026-07-24T13:06:14.716Z
64872026-07-24T13:06:14.716ZJul 24 13:06:13.280 Jul 24 13:06:13.280INFO INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffJul 24 13:06:13.280
64882026-07-24T13:06:14.716Z INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2
64892026-07-24T13:06:14.716Z
64902026-07-24T13:06:14.716ZJul 24 13:06:13.280 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 } }]Jul 24 13:06:13.280
64912026-07-24T13:06:14.716ZJul 24 13:06:13.280 DEBGDEBG Jul 24 13:06:13.280replacing 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: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 } }]
64922026-07-24T13:06:14.716ZINFO
64932026-07-24T13:06:14.716Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
64942026-07-24T13:06:14.716ZJul 24 13:06:13.280Jul 24 13:06:13.280Jul 24 13:06:13.280 INFO INFODEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
64952026-07-24T13:06:14.716Zreplacing 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 } }]
64962026-07-24T13:06:14.717Zadding route 3fff:beef::/64 -> 2001:db8::55:ff
64972026-07-24T13:06:14.717ZJul 24 13:06:13.280Jul 24 13:06:13.280 Jul 24 13:06:13.280 DEBGDEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64982026-07-24T13:06:14.717Z
64992026-07-24T13:06:14.717ZINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
65002026-07-24T13:06:14.717ZJul 24 13:06:13.280Jul 24 13:06:13.280 INFOINFO Jul 24 13:06:13.280adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
65012026-07-24T13:06:14.717Z
65022026-07-24T13:06:14.717ZDEBG 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 } }]
65032026-07-24T13:06:14.717ZJul 24 13:06:13.280Jul 24 13:06:13.280 Jul 24 13:06:13.280DEBGDEBG INFO replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
65042026-07-24T13:06:14.717Z
65052026-07-24T13:06:14.717Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
65062026-07-24T13:06:14.717ZJul 24 13:06:13.280Jul 24 13:06:13.280Jul 24 13:06:13.280 INFO INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffDEBG
65072026-07-24T13:06:14.717Z adding route 3fff:beef:a::/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 } }]
65082026-07-24T13:06:14.721Z
65092026-07-24T13:06:14.721ZJul 24 13:06:13.280 Jul 24 13:06:13.280Jul 24 13:06:13.280 DEBGINFO 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 } }]
65102026-07-24T13:06:14.721Z 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:1f::/64 -> 2001:db8::55:ff
65112026-07-24T13:06:14.721Z
65122026-07-24T13:06:14.721ZJul 24 13:06:13.280Jul 24 13:06:13.280 Jul 24 13:06:13.280INFO INFODEBG adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
65132026-07-24T13:06:14.721Zreplacing 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:b::/64 -> 2001:db8::55:ff
65142026-07-24T13:06:14.722Z
65152026-07-24T13:06:14.722ZJul 24 13:06:13.280 DEBG Jul 24 13:06:13.280Jul 24 13:06:13.280 INFODEBGreplacing 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 } }]
65162026-07-24T13:06:14.722Z adding route 3fff:beef:20::/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 } }]
65172026-07-24T13:06:14.722Z
65182026-07-24T13:06:14.722ZJul 24 13:06:13.280Jul 24 13:06:13.280Jul 24 13:06:13.280 INFODEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
65192026-07-24T13:06:14.722Z
65202026-07-24T13:06:14.722Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
65212026-07-24T13:06:14.722ZJul 24 13:06:13.280Jul 24 13:06:13.280 Jul 24 13:06:13.280DEBGINFO DEBGreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65222026-07-24T13:06:14.722Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65232026-07-24T13:06:14.722Z
65242026-07-24T13:06:14.722ZJul 24 13:06:13.280 INFO Jul 24 13:06:13.280adding route 3fff:beef:5::/64 -> 2001:db8::55:ffJul 24 13:06:13.280
65252026-07-24T13:06:14.722Z INFODEBG adding route 3fff:beef:d::/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 } }]Jul 24 13:06:13.280
65262026-07-24T13:06:14.722Z
65272026-07-24T13:06:14.722Z 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 } }]Jul 24 13:06:13.280
65282026-07-24T13:06:14.722ZJul 24 13:06:13.280 INFODEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65292026-07-24T13:06:14.722Z
65302026-07-24T13:06:14.722ZJul 24 13:06:13.280 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffJul 24 13:06:13.280
65312026-07-24T13:06:14.722ZJul 24 13:06:13.280 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:e::/64 -> 2001:db8::55:ffJul 24 13:06:13.280
65322026-07-24T13:06:14.722Z
65332026-07-24T13:06:14.722ZDEBG 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 } }]Jul 24 13:06:13.280Jul 24 13:06:13.280
65342026-07-24T13:06:14.722Z INFO DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ff Jul 24 13:06:13.280
65352026-07-24T13:06:14.722Zreplacing 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 } }]
65362026-07-24T13:06:14.722ZINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffJul 24 13:06:13.280
65372026-07-24T13:06:14.722Z Jul 24 13:06:13.280DEBG 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
65382026-07-24T13:06:14.722Z Jul 24 13:06:13.280adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
65392026-07-24T13:06:14.722ZDEBG Jul 24 13:06:13.280replacing 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 } }]
65402026-07-24T13:06:14.722ZINFOJul 24 13:06:13.280 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG
65412026-07-24T13:06:14.722Z Jul 24 13:06:13.280replacing 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 } }] Jul 24 13:06:13.280
65422026-07-24T13:06:14.723Z 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 } }]Jul 24 13:06:13.280adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
65432026-07-24T13:06:14.723Z
65442026-07-24T13:06:14.723Z INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffJul 24 13:06:13.280Jul 24 13:06:13.280 INFO
65452026-07-24T13:06:14.723Z DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
65462026-07-24T13:06:14.723Zreplacing 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 } }]
65472026-07-24T13:06:14.723ZJul 24 13:06:13.280Jul 24 13:06:13.280 Jul 24 13:06:13.280DEBG 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 } }]
65482026-07-24T13:06:14.723Zadding route 3fff:beef:9::/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 } }]
65492026-07-24T13:06:14.723Z
65502026-07-24T13:06:14.723ZJul 24 13:06:13.280Jul 24 13:06:13.280 Jul 24 13:06:13.280INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBGINFO
65512026-07-24T13:06:14.723Zreplacing 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 } }]
65522026-07-24T13:06:14.723Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
65532026-07-24T13:06:14.723ZJul 24 13:06:13.280Jul 24 13:06:13.280 Jul 24 13:06:13.280 INFO DEBGDEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ff 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 } }]
65542026-07-24T13:06:14.723Z
65552026-07-24T13:06:14.723Zreplacing 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 } }]
65562026-07-24T13:06:14.723ZJul 24 13:06:13.280Jul 24 13:06:13.280Jul 24 13:06:13.280 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:27::/64 -> 2001:db8::55:ff
65572026-07-24T13:06:14.723ZINFO
65582026-07-24T13:06:14.723Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
65592026-07-24T13:06:14.723ZJul 24 13:06:13.280Jul 24 13:06:13.280 INFODEBGJul 24 13:06:13.280 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
65602026-07-24T13:06:14.723Z replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
65612026-07-24T13:06:14.723Z
65622026-07-24T13:06:14.723ZJul 24 13:06:13.280 INFO Jul 24 13:06:13.280adding route 3fff:beef:28::/64 -> 2001:db8::55:ffJul 24 13:06:13.280
65632026-07-24T13:06:14.723Z INFODEBG 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:13::/64 -> 2001:db8::55:ff
65642026-07-24T13:06:14.723Z
65652026-07-24T13:06:14.723ZJul 24 13:06:13.280 DEBG Jul 24 13:06:13.280replacing 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 } }] Jul 24 13:06:13.280
65662026-07-24T13:06:14.723Z 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:c::/64 -> 2001:db8::55:ff
65672026-07-24T13:06:14.723Z
65682026-07-24T13:06:14.723ZJul 24 13:06:13.280 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
65692026-07-24T13:06:14.724ZJul 24 13:06:13.280Jul 24 13:06:13.280 DEBGJul 24 13:06:13.280 replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGINFO
65702026-07-24T13:06:14.724Z adding route 3fff:beef:14::/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 } }]
65712026-07-24T13:06:14.724Z
65722026-07-24T13:06:14.724ZJul 24 13:06:13.280 Jul 24 13:06:13.280INFOJul 24 13:06:13.280 adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
65732026-07-24T13:06:14.724ZDEBGINFO adding route 3fff:beef:2a::/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 } }]
65742026-07-24T13:06:14.724Z
65752026-07-24T13:06:14.724ZJul 24 13:06:13.280 DEBG Jul 24 13:06:13.280replacing 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 } }]
65762026-07-24T13:06:14.724ZDEBGJul 24 13:06:13.280 replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
65772026-07-24T13:06:14.724Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
65782026-07-24T13:06:14.724ZJul 24 13:06:13.280Jul 24 13:06:13.280 INFOINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffJul 24 13:06:13.280
65792026-07-24T13:06:14.724Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
65802026-07-24T13:06:14.724ZDEBG 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 } }]Jul 24 13:06:13.280
65812026-07-24T13:06:14.724Z Jul 24 13:06:13.280DEBG 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 } }]DEBGJul 24 13:06:13.280
65822026-07-24T13:06:14.724Z replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
65832026-07-24T13:06:14.724Z adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
65842026-07-24T13:06:14.724ZJul 24 13:06:13.280 Jul 24 13:06:13.280INFO Jul 24 13:06:13.280INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
65852026-07-24T13:06:14.724Z
65862026-07-24T13:06:14.724Zreplacing 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 } }]
65872026-07-24T13:06:14.724ZJul 24 13:06:13.280 Jul 24 13:06:13.280Jul 24 13:06:13.280 DEBGINFODEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
65882026-07-24T13:06:14.724Z
65892026-07-24T13:06:14.724Zreplacing 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 } }]
65902026-07-24T13:06:14.724ZJul 24 13:06:13.280Jul 24 13:06:13.280 Jul 24 13:06:13.280DEBGINFO 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:10::/64 -> 2001:db8::55:ff
65912026-07-24T13:06:14.724Z
65922026-07-24T13:06:14.724ZINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
65932026-07-24T13:06:14.724ZJul 24 13:06:13.280Jul 24 13:06:13.280 INFODEBG Jul 24 13:06:13.280replacing 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 } }]
65942026-07-24T13:06:14.724ZDEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65952026-07-24T13:06:14.724Z
65962026-07-24T13:06:14.724ZJul 24 13:06:13.280 INFOJul 24 13:06:13.280 Jul 24 13:06:13.280adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
65972026-07-24T13:06:14.724ZDEBGINFO 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:2e::/64 -> 2001:db8::55:ff
65982026-07-24T13:06:14.725ZJul 24 13:06:13.280
65992026-07-24T13:06:14.725Z 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 } }]
66002026-07-24T13:06:14.725ZJul 24 13:06:13.280Jul 24 13:06:13.280 DEBGINFOJul 24 13:06:13.280 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFO
66012026-07-24T13:06:14.725Z replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
66022026-07-24T13:06:14.725Z
66032026-07-24T13:06:14.725ZJul 24 13:06:13.280 DEBGJul 24 13:06:13.280 Jul 24 13:06:13.280 INFODEBG adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66042026-07-24T13:06:14.725Z
66052026-07-24T13:06:14.725ZJul 24 13:06:13.280Jul 24 13:06:13.280 DEBGINFO replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
66062026-07-24T13:06:14.725Z
66072026-07-24T13:06:14.725Zreplacing 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 } }]
66082026-07-24T13:06:14.729ZJul 24 13:06:13.280Jul 24 13:06:13.280 INFODEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 24 13:06:13.280
66092026-07-24T13:06:14.729Z
66102026-07-24T13:06:14.729ZINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
66112026-07-24T13:06:14.729ZJul 24 13:06:13.280Jul 24 13:06:13.280 Jul 24 13:06:13.280INFO DEBG DEBGreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66122026-07-24T13:06:14.729Zreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
66132026-07-24T13:06:14.729Z
66142026-07-24T13:06:14.729ZJul 24 13:06:13.280Jul 24 13:06:13.280Jul 24 13:06:13.280 INFOINFO DEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:31::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66152026-07-24T13:06:14.729Z
66162026-07-24T13:06:14.729Z
66172026-07-24T13:06:14.729ZJul 24 13:06:13.280Jul 24 13:06:13.280 DEBGINFOJul 24 13:06:13.280 replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
66182026-07-24T13:06:14.730Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66192026-07-24T13:06:14.730Z
66202026-07-24T13:06:14.730ZJul 24 13:06:13.280Jul 24 13:06:13.280 Jul 24 13:06:13.280 INFODEBGINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
66212026-07-24T13:06:14.730Zreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
66222026-07-24T13:06:14.730Z
66232026-07-24T13:06:14.730ZJul 24 13:06:13.280 Jul 24 13:06:13.280DEBG Jul 24 13:06:13.280 INFOreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
66242026-07-24T13:06:14.730Z
66252026-07-24T13:06:14.730ZDEBG 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 } }]
66262026-07-24T13:06:14.730ZJul 24 13:06:13.280Jul 24 13:06:13.280 Jul 24 13:06:13.280DEBG INFO INFO replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
66272026-07-24T13:06:14.730Z
66282026-07-24T13:06:14.730Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
66292026-07-24T13:06:14.730ZJul 24 13:06:13.280Jul 24 13:06:13.280 Jul 24 13:06:13.280 INFODEBGDEBG 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 } }]
66302026-07-24T13:06:14.730Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66312026-07-24T13:06:14.730Z
66322026-07-24T13:06:14.730ZJul 24 13:06:13.280 Jul 24 13:06:13.280INFO INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
66332026-07-24T13:06:14.730Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
66342026-07-24T13:06:14.730ZJul 24 13:06:13.280 Jul 24 13:06:13.280DEBG DEBGreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66352026-07-24T13:06:14.730Zreplacing 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 } }]
66362026-07-24T13:06:14.730ZJul 24 13:06:13.280Jul 24 13:06:13.280Jul 24 13:06:13.280 INFO INFODEBG adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66372026-07-24T13:06:14.730Z
66382026-07-24T13:06:14.730Z
66392026-07-24T13:06:14.730ZJul 24 13:06:13.280Jul 24 13:06:13.280Jul 24 13:06:13.280 DEBG DEBG INFOreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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:18::/64 -> 2001:db8::55:ff
66402026-07-24T13:06:14.730Z
66412026-07-24T13:06:14.730Z
66422026-07-24T13:06:14.730ZJul 24 13:06:13.280Jul 24 13:06:13.280Jul 24 13:06:13.280 INFO DEBG INFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
66432026-07-24T13:06:14.730Z
66442026-07-24T13:06:14.730Z
66452026-07-24T13:06:14.731ZJul 24 13:06:13.280Jul 24 13:06:13.280 DEBG DEBGJul 24 13:06:13.279 created new freemapreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66462026-07-24T13:06:14.731Z, unit: freemap_route_ipv4
66472026-07-24T13:06:14.731ZJul 24 13:06:13.280 DEBG Jul 24 13:06:13.280 DEBG created new freemap, unit: freemap_route_ipv6
66482026-07-24T13:06:14.731ZJul 24 13:06:13.280Jul 24 13:06:13.280 DEBGJul 24 13:06:13.280 initted freemap. size: 64 , unitINFO: INFOfreemap_route_ipv4
66492026-07-24T13:06:14.731Z adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
66502026-07-24T13:06:14.731Z
66512026-07-24T13:06:14.731ZJul 24 13:06:13.280 DEBGreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] reset freemap
66522026-07-24T13:06:14.731Z, unit: freemap_route_ipv4
66532026-07-24T13:06:14.731ZJul 24 13:06:13.280 Jul 24 13:06:13.280 DEBG initted freemap. size: 64, Jul 24 13:06:13.280 INFOunit:DEBG freemap_route_ipv6
66542026-07-24T13:06:14.731ZJul 24 13:06:13.280 replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
66552026-07-24T13:06:14.731Z 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 } }]Jul 24 13:06:13.280
66562026-07-24T13:06:14.731Z DEBG reset freemap, DEBGunit: freemap_route_ipv6
66572026-07-24T13:06:14.731ZJul 24 13:06:13.280 INFO Jul 24 13:06:13.281 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
66582026-07-24T13:06:14.731Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffJul 24 13:06:13.281
66592026-07-24T13:06:14.731Z 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 } }] Jul 24 13:06:13.281replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:37::/64 -> 2001:db8::55:ff
66602026-07-24T13:06:14.731Z
66612026-07-24T13:06:14.731Z INFO Jul 24 13:06:13.281adding route 3fff:beef:22::/64 -> 2001:db8::55:ffJul 24 13:06:13.281 DEBG
66622026-07-24T13:06:14.731Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
66632026-07-24T13:06:14.731ZJul 24 13:06:13.281Jul 24 13:06:13.281 DEBGDEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
66642026-07-24T13:06:14.731Z
66652026-07-24T13:06:14.731Z
66662026-07-24T13:06:14.731ZJul 24 13:06:13.281Jul 24 13:06:13.281 Jul 24 13:06:13.281 INFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
66672026-07-24T13:06:14.731Z
66682026-07-24T13:06:14.731Z INFOJul 24 13:06:13.281 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBG
66692026-07-24T13:06:14.731ZJul 24 13:06:13.281 replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
66702026-07-24T13:06:14.731Z Jul 24 13:06:13.281replacing 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 } }]
66712026-07-24T13:06:14.731ZDEBGJul 24 13:06:13.281 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 } }]Jul 24 13:06:13.281
66722026-07-24T13:06:14.732ZINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffINFO
66732026-07-24T13:06:14.732Z Jul 24 13:06:13.281adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
66742026-07-24T13:06:14.732ZINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffJul 24 13:06:13.281
66752026-07-24T13:06:14.732ZJul 24 13:06:13.281 DEBGDEBGJul 24 13:06:13.281 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
66762026-07-24T13:06:14.732Zreplacing 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 } }]
66772026-07-24T13:06:14.732Zreplacing 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 } }]
66782026-07-24T13:06:14.732ZJul 24 13:06:13.281Jul 24 13:06:13.281 INFOINFO Jul 24 13:06:13.281adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
66792026-07-24T13:06:14.732ZINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
66802026-07-24T13:06:14.732Z
66812026-07-24T13:06:14.732ZJul 24 13:06:13.281 DEBGJul 24 13:06:13.281Jul 24 13:06:13.281 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
66822026-07-24T13:06:14.732Z DEBG Jul 24 13:06:13.281replacing 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 } }]
66832026-07-24T13:06:14.732Z
66842026-07-24T13:06:14.732ZINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
66852026-07-24T13:06:14.732ZJul 24 13:06:13.281Jul 24 13:06:13.281Jul 24 13:06:13.281 INFODEBGINFO replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
66862026-07-24T13:06:14.732Z
66872026-07-24T13:06:14.732Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
66882026-07-24T13:06:14.732ZJul 24 13:06:13.281Jul 24 13:06:13.281 INFODEBG adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffJul 24 13:06:13.281
66892026-07-24T13:06:14.732Zreplacing 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 } }]
66902026-07-24T13:06:14.732ZDEBG 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 } }]Jul 24 13:06:13.281
66912026-07-24T13:06:14.732ZJul 24 13:06:13.281 DEBGINFO Jul 24 13:06:13.281 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:27::/64 -> 2001:db8::55:ff
66922026-07-24T13:06:14.732Z
66932026-07-24T13:06:14.732ZINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
66942026-07-24T13:06:14.732ZJul 24 13:06:13.281Jul 24 13:06:13.281 INFODEBGJul 24 13:06:13.281 adding route 3fff:beef:20::/64 -> 2001:db8::55:ff DEBG
66952026-07-24T13:06:14.732Z replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
66962026-07-24T13:06:14.732Z
66972026-07-24T13:06:14.732ZJul 24 13:06:13.281Jul 24 13:06:13.281Jul 24 13:06:13.281 DEBGINFO INFO replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
66982026-07-24T13:06:14.732Z
66992026-07-24T13:06:14.732Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
67002026-07-24T13:06:14.733ZJul 24 13:06:13.281Jul 24 13:06:13.281Jul 24 13:06:13.281 INFODEBG DEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67012026-07-24T13:06:14.733Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67022026-07-24T13:06:14.733Z
67032026-07-24T13:06:14.733ZJul 24 13:06:13.281Jul 24 13:06:13.281Jul 24 13:06:13.281 DEBG INFO INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67042026-07-24T13:06:14.733Z
67052026-07-24T13:06:14.733Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
67062026-07-24T13:06:14.733ZJul 24 13:06:13.281Jul 24 13:06:13.281 Jul 24 13:06:13.281DEBGINFO DEBGadding route 3fff:beef:22::/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 } }]
67072026-07-24T13:06:14.733Z
67082026-07-24T13:06:14.737Zreplacing 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 } }]
67092026-07-24T13:06:14.737ZJul 24 13:06:13.281Jul 24 13:06:13.281 DEBGJul 24 13:06:13.281INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFOreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67102026-07-24T13:06:14.737Z
67112026-07-24T13:06:14.737Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
67122026-07-24T13:06:14.737ZJul 24 13:06:13.281Jul 24 13:06:13.281Jul 24 13:06:13.281 INFODEBGDEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67132026-07-24T13:06:14.737Zreplacing 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 } }]
67142026-07-24T13:06:14.737Z
67152026-07-24T13:06:14.737ZJul 24 13:06:13.281Jul 24 13:06:13.281 Jul 24 13:06:13.281DEBG INFOreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
67162026-07-24T13:06:14.737Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
67172026-07-24T13:06:14.737Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
67182026-07-24T13:06:14.737ZJul 24 13:06:13.281 DEBG Jul 24 13:06:13.281Jul 24 13:06:13.281 INFODEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
67192026-07-24T13:06:14.737Z
67202026-07-24T13:06:14.738Z
67212026-07-24T13:06:14.738ZJul 24 13:06:13.281Jul 24 13:06:13.281 Jul 24 13:06:13.281 DEBG INFOINFOreplacing 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 } }]
67222026-07-24T13:06:14.738Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
67232026-07-24T13:06:14.738Z
67242026-07-24T13:06:14.738ZJul 24 13:06:13.281Jul 24 13:06:13.281 Jul 24 13:06:13.281INFO DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG
67252026-07-24T13:06:14.738Z 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: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 } }]
67262026-07-24T13:06:14.738Z
67272026-07-24T13:06:14.738ZJul 24 13:06:13.281 DEBGJul 24 13:06:13.281 Jul 24 13:06:13.281replacing 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 } }]
67282026-07-24T13:06:14.738ZINFOINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
67292026-07-24T13:06:14.738ZJul 24 13:06:13.281
67302026-07-24T13:06:14.738Z INFOJul 24 13:06:13.281Jul 24 13:06:13.281 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBGDEBG
67312026-07-24T13:06:14.738Z 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: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 } }]
67322026-07-24T13:06:14.738Z
67332026-07-24T13:06:14.738ZJul 24 13:06:13.281 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 } }]Jul 24 13:06:13.281
67342026-07-24T13:06:14.738Z Jul 24 13:06:13.281INFO INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
67352026-07-24T13:06:14.738Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffJul 24 13:06:13.281
67362026-07-24T13:06:14.738Z INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
67372026-07-24T13:06:14.738ZJul 24 13:06:13.281Jul 24 13:06:13.281 DEBG DEBGreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 24 13:06:13.281replacing 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 } }]
67382026-07-24T13:06:14.738Z
67392026-07-24T13:06:14.738ZDEBG 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 } }]
67402026-07-24T13:06:14.738ZJul 24 13:06:13.281Jul 24 13:06:13.281 Jul 24 13:06:13.281 INFOINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
67412026-07-24T13:06:14.738ZINFO
67422026-07-24T13:06:14.738Z adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffJul 24 13:06:13.281
67432026-07-24T13:06:14.738Z Jul 24 13:06:13.281DEBG 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 } }]
67442026-07-24T13:06:14.738ZJul 24 13:06:13.281 replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
67452026-07-24T13:06:14.738Z 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 } }]Jul 24 13:06:13.281
67462026-07-24T13:06:14.738Z INFOJul 24 13:06:13.281 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFO
67472026-07-24T13:06:14.739Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
67482026-07-24T13:06:14.739ZJul 24 13:06:13.281Jul 24 13:06:13.281 INFODEBG Jul 24 13:06:13.281replacing 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 } }]
67492026-07-24T13:06:14.739ZDEBG adding route 3fff:beef:30::/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 } }]
67502026-07-24T13:06:14.739Z
67512026-07-24T13:06:14.739ZJul 24 13:06:13.281 INFOJul 24 13:06:13.281 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFOJul 24 13:06:13.281 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG
67522026-07-24T13:06:14.739Z
67532026-07-24T13:06:14.739Zreplacing 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 } }]
67542026-07-24T13:06:14.739ZJul 24 13:06:13.281Jul 24 13:06:13.281 Jul 24 13:06:13.281DEBG INFODEBGreplacing 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 } }]
67552026-07-24T13:06:14.739Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
67562026-07-24T13:06:14.739Zreplacing 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 } }]
67572026-07-24T13:06:14.739ZJul 24 13:06:13.281Jul 24 13:06:13.281 Jul 24 13:06:13.281INFO INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
67582026-07-24T13:06:14.739Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG
67592026-07-24T13:06:14.739Zreplacing 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 } }]
67602026-07-24T13:06:14.739ZJul 24 13:06:13.281Jul 24 13:06:13.281Jul 24 13:06:13.281 DEBGDEBG INFO 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 } }]
67612026-07-24T13:06:14.739Zreplacing 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:32::/64 -> 2001:db8::55:ff
67622026-07-24T13:06:14.739Z
67632026-07-24T13:06:14.739ZJul 24 13:06:13.281Jul 24 13:06:13.281Jul 24 13:06:13.281 DEBGINFOINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
67642026-07-24T13:06:14.739Z
67652026-07-24T13:06:14.739Ztest route::tests::grow_succeeds ... ok
67662026-07-24T13:06:14.739Zreplacing 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 } }]
67672026-07-24T13:06:14.739ZJul 24 13:06:13.281Jul 24 13:06:13.281 DEBGJul 24 13:06:13.281 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 } }]INFO replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
67682026-07-24T13:06:14.739Z
67692026-07-24T13:06:14.739Z
67702026-07-24T13:06:14.739ZJul 24 13:06:13.281Jul 24 13:06:13.281Jul 24 13:06:13.281 DEBG 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 } }]
67712026-07-24T13:06:14.739Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFO
67722026-07-24T13:06:14.739Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
67732026-07-24T13:06:14.739ZJul 24 13:06:13.281 INFO Jul 24 13:06:13.281adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
67742026-07-24T13:06:14.739ZJul 24 13:06:13.281DEBG DEBGJul 24 13:06:13.281 replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
67752026-07-24T13:06:14.740Z
67762026-07-24T13:06:14.740Z 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 } }]
67772026-07-24T13:06:14.740ZJul 24 13:06:13.281 INFO Jul 24 13:06:13.281adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
67782026-07-24T13:06:14.740ZJul 24 13:06:13.281INFO INFOreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
67792026-07-24T13:06:14.740Z
67802026-07-24T13:06:14.740Z
67812026-07-24T13:06:14.740ZJul 24 13:06:13.281 DEBG Jul 24 13:06:13.281replacing 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 } }]Jul 24 13:06:13.281Jul 24 13:06:13.281
67822026-07-24T13:06:14.740Z INFODEBGDEBG 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 } }]
67832026-07-24T13:06:14.740Zreplacing 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 } }]Jul 24 13:06:13.281adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
67842026-07-24T13:06:14.740Z
67852026-07-24T13:06:14.740Z INFO Jul 24 13:06:13.281adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff Jul 24 13:06:13.281DEBG INFO
67862026-07-24T13:06:14.740Zreplacing 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 } }] Jul 24 13:06:13.281
67872026-07-24T13:06:14.740Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFO Jul 24 13:06:13.281adding route 3fff:beef:25::/64 -> 2001:db8::55:ffJul 24 13:06:13.281
67882026-07-24T13:06:14.740ZDEBG
67892026-07-24T13:06:14.740Z INFO replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
67902026-07-24T13:06:14.740Z
67912026-07-24T13:06:14.740ZJul 24 13:06:13.281Jul 24 13:06:13.281 DEBGDEBGJul 24 13:06:13.281 replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]Jul 24 13:06:13.281
67922026-07-24T13:06:14.740Z
67932026-07-24T13:06:14.740Z 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 } }]INFO
67942026-07-24T13:06:14.740Z Jul 24 13:06:13.281adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
67952026-07-24T13:06:14.740ZINFOJul 24 13:06:13.281Jul 24 13:06:13.281 INFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO
67962026-07-24T13:06:14.740ZJul 24 13:06:13.281 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG
67972026-07-24T13:06:14.740Zreplacing 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 } }]Jul 24 13:06:13.281
67982026-07-24T13:06:14.740Z
67992026-07-24T13:06:14.741ZDEBG 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 } }]Jul 24 13:06:13.281Jul 24 13:06:13.281
68002026-07-24T13:06:14.741ZDEBGDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]Jul 24 13:06:13.281
68012026-07-24T13:06:14.741Z
68022026-07-24T13:06:14.741Z INFO Jul 24 13:06:13.281Jul 24 13:06:13.281 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFOJul 24 13:06:13.281 adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
68032026-07-24T13:06:14.741Z
68042026-07-24T13:06:14.741ZINFO INFOadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffJul 24 13:06:13.281
68052026-07-24T13:06:14.741Z Jul 24 13:06:13.281 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG
68062026-07-24T13:06:14.741Z DEBGreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68072026-07-24T13:06:14.741ZJul 24 13:06:13.281Jul 24 13:06:13.281 DEBGreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
68082026-07-24T13:06:14.745ZJul 24 13:06:13.281replacing 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 } }]
68092026-07-24T13:06:14.745Zreplacing 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 } }]
68102026-07-24T13:06:14.745ZINFOJul 24 13:06:13.281 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffJul 24 13:06:13.281
68112026-07-24T13:06:14.745ZINFOJul 24 13:06:13.281 adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
68122026-07-24T13:06:14.745ZINFOJul 24 13:06:13.281 INFO DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
68132026-07-24T13:06:14.745Z
68142026-07-24T13:06:14.745Z 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 } }]
68152026-07-24T13:06:14.746ZJul 24 13:06:13.281 Jul 24 13:06:13.281Jul 24 13:06:13.281 DEBGDEBGJul 24 13:06:13.281DEBG 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 } }]Jul 24 13:06:13.281
68162026-07-24T13:06:14.746Zreplacing 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 } }]
68172026-07-24T13:06:14.746Zreplacing 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 } }]
68182026-07-24T13:06:14.746ZDEBGINFO Jul 24 13:06:13.281adding route 3fff:beef:33::/64 -> 2001:db8::55:ffcreated new freemapJul 24 13:06:13.281 , INFOINFOJul 24 13:06:13.281 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffunit
68192026-07-24T13:06:14.746ZINFO
68202026-07-24T13:06:14.746Z adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
68212026-07-24T13:06:14.746Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ffJul 24 13:06:13.281
68222026-07-24T13:06:14.746ZDEBGJul 24 13:06:13.281: freemap_route_ipv4DEBGJul 24 13:06:13.281 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: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 } }]
68232026-07-24T13:06:14.746Z
68242026-07-24T13:06:14.746Z
68252026-07-24T13:06:14.746Z DEBG replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68262026-07-24T13:06:14.746ZJul 24 13:06:13.281Jul 24 13:06:13.281 INFOJul 24 13:06:13.281 Jul 24 13:06:13.281DEBGJul 24 13:06:13.281 DEBGINFO INFOcreated new freemap , unit : adding route 3fff:beef:3e::/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_ipv6
68272026-07-24T13:06:14.746Z
68282026-07-24T13:06:14.746Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
68292026-07-24T13:06:14.746Z
68302026-07-24T13:06:14.746Z
68312026-07-24T13:06:14.746ZJul 24 13:06:13.281Jul 24 13:06:13.281 Jul 24 13:06:13.281 DEBGDEBGDEBG Jul 24 13:06:13.281initted freemap. size: 64 replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
68322026-07-24T13:06:14.746Zreplacing 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 } }],
68332026-07-24T13:06:14.746Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffunit
68342026-07-24T13:06:14.746Z:Jul 24 13:06:13.281 INFO Jul 24 13:06:13.281Jul 24 13:06:13.281adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffJul 24 13:06:13.281freemap_route_ipv4
68352026-07-24T13:06:14.746Z
68362026-07-24T13:06:14.746ZDEBG 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:35::/64 -> 2001:db8::55:ffJul 24 13:06:13.282
68372026-07-24T13:06:14.746Z
68382026-07-24T13:06:14.746Z DEBGDEBG Jul 24 13:06:13.282Jul 24 13:06:13.282 INFODEBGreplacing 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 } }] Jul 24 13:06:13.282replacing 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 } }]
68392026-07-24T13:06:14.746Z
68402026-07-24T13:06:14.746ZDEBG 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 } }]
68412026-07-24T13:06:14.747Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffreset freemap
68422026-07-24T13:06:14.747Z, Jul 24 13:06:13.282Jul 24 13:06:13.282unit Jul 24 13:06:13.282Jul 24 13:06:13.282 INFO: INFODEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:fffreemap_route_ipv4
68432026-07-24T13:06:14.747Zfailed to allocate space for the new target list
68442026-07-24T13:06:14.747Z
68452026-07-24T13:06:14.747ZDEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
68462026-07-24T13:06:14.747Z 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 } }]Jul 24 13:06:13.282
68472026-07-24T13:06:14.747ZJul 24 13:06:13.282 Jul 24 13:06:13.282DEBG DEBGJul 24 13:06:13.282 DEBG Jul 24 13:06:13.282initted 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 } }],
68482026-07-24T13:06:14.747ZDEBGunit :replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
68492026-07-24T13:06:14.747ZJul 24 13:06:13.282
68502026-07-24T13:06:14.747Z freemap_route_ipv6INFO
68512026-07-24T13:06:14.747Z DEBGadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff failed to allocate space for the new target list
68522026-07-24T13:06:14.747Z
68532026-07-24T13:06:14.747ZJul 24 13:06:13.282Jul 24 13:06:13.282 DEBG Jul 24 13:06:13.282INFO reset freemapDEBG, Jul 24 13:06:13.282unit :INFOreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
68542026-07-24T13:06:14.747Z
68552026-07-24T13:06:14.747Z freemap_route_ipv6adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
68562026-07-24T13:06:14.747Z
68572026-07-24T13:06:14.747ZJul 24 13:06:13.282Jul 24 13:06:13.282 DEBG INFO Jul 24 13:06:13.282adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff 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 } }]Jul 24 13:06:13.282
68582026-07-24T13:06:14.747Z INFODEBG
68592026-07-24T13:06:14.747Z Jul 24 13:06:13.282replacing 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.1Jul 24 13:06:13.282INFO
68602026-07-24T13:06:14.747ZDEBG
68612026-07-24T13:06:14.747Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
68622026-07-24T13:06:14.747Zreplacing 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 } }]
68632026-07-24T13:06:14.747ZJul 24 13:06:13.282Jul 24 13:06:13.282Jul 24 13:06:13.282Jul 24 13:06:13.282 DEBGINFO DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
68642026-07-24T13:06:14.747Z
68652026-07-24T13:06:14.747Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
68662026-07-24T13:06:14.747Z
68672026-07-24T13:06:14.747Zfailed to allocate space for the new target list
68682026-07-24T13:06:14.748Ztest route::tests::rollback_on_compact_delete_failure ... ok
68692026-07-24T13:06:14.748ZJul 24 13:06:13.282Jul 24 13:06:13.282 DEBGINFOJul 24 13:06:13.282Jul 24 13:06:13.282 DEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 24 13:06:13.282DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
68702026-07-24T13:06:14.748Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
68712026-07-24T13:06:14.748Z
68722026-07-24T13:06:14.748Z Jul 24 13:06:13.282 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 } }]
68732026-07-24T13:06:14.748Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff Jul 24 13:06:13.282created new freemap
68742026-07-24T13:06:14.748ZDEBG , replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
68752026-07-24T13:06:14.748Z: freemap_route_ipv4Jul 24 13:06:13.282
68762026-07-24T13:06:14.748ZJul 24 13:06:13.282 DEBGINFO replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
68772026-07-24T13:06:14.748Z
68782026-07-24T13:06:14.748ZJul 24 13:06:13.282 DEBGJul 24 13:06:13.282 Jul 24 13:06:13.282 created new freemap , INFOunitDEBG :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 } }]
68792026-07-24T13:06:14.748Zfreemap_route_ipv6adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
68802026-07-24T13:06:14.748Z
68812026-07-24T13:06:14.748ZJul 24 13:06:13.282 INFOJul 24 13:06:13.282Jul 24 13:06:13.282 DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff 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 } }]
68822026-07-24T13:06:14.748ZJul 24 13:06:13.283 Jul 24 13:06:13.282DEBG created new freemapDEBGJul 24 13:06:13.289 , created new freemapunitDEBG:, 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 } }]unitfreemap_route_ipv4:
68832026-07-24T13:06:14.748Z
68842026-07-24T13:06:14.748Z freemap_route_ipv4
68852026-07-24T13:06:14.748ZJul 24 13:06:13.289 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffJul 24 13:06:13.289
68862026-07-24T13:06:14.748Z DEBGJul 24 13:06:13.282 created new freemapDEBG, unitcreated new freemap:Jul 24 13:06:13.289, unitJul 24 13:06:13.282: DEBG freemap_route_ipv6freemap_route_ipv4replacing 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 } }]
68872026-07-24T13:06:14.748Z
68882026-07-24T13:06:14.748Z Jul 24 13:06:13.289
68892026-07-24T13:06:14.748ZDEBG DEBGcreated new freemap Jul 24 13:06:13.289, unitINFOJul 24 13:06:13.289:Jul 24 13:06:13.289 DEBGDEBGfreemap_route_ipv4adding route 3fff:beef:32::/64 -> 2001:db8::55:ffcreated new freemap
68902026-07-24T13:06:14.748Z
68912026-07-24T13:06:14.748Zinitted freemap. size: 64, created new freemap, unitunit, :unit Jul 24 13:06:13.289: : freemap_route_ipv4
68922026-07-24T13:06:14.748Zfreemap_route_ipv6freemap_route_ipv6
68932026-07-24T13:06:14.748ZDEBG
68942026-07-24T13:06:14.748ZJul 24 13:06:13.289 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
68952026-07-24T13:06:14.748Z created new freemapJul 24 13:06:13.289Jul 24 13:06:13.289 Jul 24 13:06:13.289, Jul 24 13:06:13.289unitDEBG: reset freemap DEBGDEBG initted freemap. size: 64, initted freemap. size: 64INFO, freemap_route_ipv6, unitunit
68962026-07-24T13:06:14.749Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ff: freemap_route_ipv4:
68972026-07-24T13:06:14.749Z
68982026-07-24T13:06:14.749ZJul 24 13:06:13.289 DEBGunit initted freemap. size: 64Jul 24 13:06:13.289freemap_route_ipv4: ,
68992026-07-24T13:06:14.749ZunitJul 24 13:06:13.289DEBG: freemap_route_ipv4reset freemap
69002026-07-24T13:06:14.749Z, Jul 24 13:06:13.289unitfreemap_route_ipv4 DEBG :DEBG freemap_route_ipv4
69012026-07-24T13:06:14.749Zreset freemap
69022026-07-24T13:06:14.749ZJul 24 13:06:13.289, unit :Jul 24 13:06:13.289 DEBGDEBG freemap_route_ipv4reset freemap
69032026-07-24T13:06:14.749ZJul 24 13:06:13.289, unitDEBG: initted freemap. size: 64 initted freemap. size: 64, freemap_route_ipv4, replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69042026-07-24T13:06:14.749Zunit: freemap_route_ipv6
69052026-07-24T13:06:14.749Z
69062026-07-24T13:06:14.749ZJul 24 13:06:13.289unitJul 24 13:06:13.289 :DEBG Jul 24 13:06:13.289DEBGinitted freemap. size: 64 freemap_route_ipv6 , initted freemap. size: 64
69072026-07-24T13:06:14.749ZDEBGunitJul 24 13:06:13.289:, reset freemapunit :INFO, unitfreemap_route_ipv6:
69082026-07-24T13:06:14.753Z freemap_route_ipv6freemap_route_ipv6Jul 24 13:06:13.289adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
69092026-07-24T13:06:14.753ZJul 24 13:06:13.289 DEBG
69102026-07-24T13:06:14.754Z
69112026-07-24T13:06:14.754Z reset freemapJul 24 13:06:13.289DEBG INFO, Jul 24 13:06:13.289 adding route 172.16.0.0/32 -> 10.0.0.1
69122026-07-24T13:06:14.754ZJul 24 13:06:13.289reset freemap , unitunitDEBG:: replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
69132026-07-24T13:06:14.754Zfreemap_route_ipv6Jul 24 13:06:13.289
69142026-07-24T13:06:14.754Z reset freemapfreemap_route_ipv6,
69152026-07-24T13:06:14.754ZJul 24 13:06:13.289 INFOunit :Jul 24 13:06:13.289adding route 3fff:dead::/64 -> 2001:db8::55:1 Jul 24 13:06:13.289 DEBGfreemap_route_ipv6INFO
69162026-07-24T13:06:14.754Z
69172026-07-24T13:06:14.754Z adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO
69182026-07-24T13:06:14.754Z adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
69192026-07-24T13:06:14.754Z
69202026-07-24T13:06:14.754ZJul 24 13:06:13.289Jul 24 13:06:13.289 Jul 24 13:06:13.289INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
69212026-07-24T13:06:14.754Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 24 13:06:13.289 DEBG
69222026-07-24T13:06:14.754Z INFOJul 24 13:06:13.289replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Jul 24 13:06:13.289
69232026-07-24T13:06:14.754ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255
69242026-07-24T13:06:14.754ZDEBG
69252026-07-24T13:06:14.754ZJul 24 13:06:13.289 INFOreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 24 13:06:13.289adding route 3fff:dead::/64 -> 2001:db8::55:2
69262026-07-24T13:06:14.754Z
69272026-07-24T13:06:14.754ZJul 24 13:06:13.289Jul 24 13:06:13.289 Jul 24 13:06:13.289 DEBG Jul 24 13:06:13.289DEBGINFO 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 } }]INFO
69282026-07-24T13:06:14.754Z adding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
69292026-07-24T13:06:14.754Z
69302026-07-24T13:06:14.754ZINFO Jul 24 13:06:13.289adding route 3fff:beef:36::/64 -> 2001:db8::55:ffJul 24 13:06:13.289Jul 24 13:06:13.289 adding route 3fff:dead::/64 -> 2001:db8::55:2
69312026-07-24T13:06:14.754ZINFODEBGINFO
69322026-07-24T13:06:14.754Z adding route 172.17.0.1/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
69332026-07-24T13:06:14.754Z
69342026-07-24T13:06:14.754Z
69352026-07-24T13:06:14.754ZJul 24 13:06:13.289Jul 24 13:06:13.289Jul 24 13:06:13.289 Jul 24 13:06:13.289DEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
69362026-07-24T13:06:14.755Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
69372026-07-24T13:06:14.755ZJul 24 13:06:13.289DEBGJul 24 13:06:13.289 INFO INFO replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG
69382026-07-24T13:06:14.755Z
69392026-07-24T13:06:14.755ZJul 24 13:06:13.289 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO
69402026-07-24T13:06:14.755Z
69412026-07-24T13:06:14.755ZJul 24 13:06:13.289Jul 24 13:06:13.289adding route 3fff:dead::/64 -> 2001:db8::55:4
69422026-07-24T13:06:14.755ZDEBG 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 } }]
69432026-07-24T13:06:14.755ZDEBG Jul 24 13:06:13.289Jul 24 13:06:13.289 Jul 24 13:06:13.289DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
69442026-07-24T13:06:14.755Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]Jul 24 13:06:13.289
69452026-07-24T13:06:14.755Z INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 172.17.0.3/32 -> 10.0.0.255
69462026-07-24T13:06:14.755Zadding route 3fff:dead::/64 -> 2001:db8::55:3Jul 24 13:06:13.289
69472026-07-24T13:06:14.755ZDEBG
69482026-07-24T13:06:14.755Z Jul 24 13:06:13.289replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] INFO
69492026-07-24T13:06:14.755Z Jul 24 13:06:13.289Jul 24 13:06:13.289Jul 24 13:06:13.289 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBGDEBG
69502026-07-24T13:06:14.755Z DEBGJul 24 13:06:13.289replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 } }]WARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
69512026-07-24T13:06:14.755Zreplacing 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 } }]
69522026-07-24T13:06:14.755Z
69532026-07-24T13:06:14.755Z
69542026-07-24T13:06:14.755ZJul 24 13:06:13.289 Jul 24 13:06:13.289Jul 24 13:06:13.289 Jul 24 13:06:13.289INFO ERROINFOadding route 172.17.0.4/32 -> 10.0.0.255 rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
69552026-07-24T13:06:14.755Z
69562026-07-24T13:06:14.755Zadding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
69572026-07-24T13:06:14.755ZJul 24 13:06:13.289Jul 24 13:06:13.289Jul 24 13:06:13.289 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
69582026-07-24T13:06:14.755ZINFOERRO DEBG adding route 3fff:beef:38::/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 } }]
69592026-07-24T13:06:14.755Z
69602026-07-24T13:06:14.755Zshrink-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 itJul 24 13:06:13.289Jul 24 13:06:13.289
69612026-07-24T13:06:14.755Z DEBGDEBGJul 24 13:06:13.289Jul 24 13:06:13.289 replacing targets for 3fff:dead::/64 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 } }]DEBGINFO
69622026-07-24T13:06:14.755Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.5/32 -> 10.0.0.255
69632026-07-24T13:06:14.756Z
69642026-07-24T13:06:14.756Z 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 } }]Jul 24 13:06:13.289
69652026-07-24T13:06:14.756Ztest route::tests::rollback_on_index_readd_failure ... ok
69662026-07-24T13:06:14.756Z Jul 24 13:06:13.289WARNJul 24 13:06:13.289 DEBG shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Jul 24 13:06:13.289 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
69672026-07-24T13:06:14.756Z
69682026-07-24T13:06:14.756Ztest route::tests::identity_replace_is_noop ... ok
69692026-07-24T13:06:14.756Z DEBG adding route 3fff:beef:39::/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 } }]
69702026-07-24T13:06:14.756ZJul 24 13:06:13.289
69712026-07-24T13:06:14.756ZINFO Jul 24 13:06:13.289 initted freemap. size: 64, unit :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 } }]
69722026-07-24T13:06:14.756Z
69732026-07-24T13:06:14.756ZJul 24 13:06:13.289 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
69742026-07-24T13:06:14.756ZJul 24 13:06:13.289 DEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69752026-07-24T13:06:14.756Z
69762026-07-24T13:06:14.756ZJul 24 13:06:13.282adding route 172.17.0.6/32 -> 10.0.0.255 Jul 24 13:06:13.289
69772026-07-24T13:06:14.756ZDEBG INFOcreated new freemapJul 24 13:06:13.289 Jul 24 13:06:13.289, INFODEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
69782026-07-24T13:06:14.756Z 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 } }]unitadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff:
69792026-07-24T13:06:14.756Z
69802026-07-24T13:06:14.756Z freemap_route_ipv4Jul 24 13:06:13.289
69812026-07-24T13:06:14.756Z Jul 24 13:06:13.289DEBGJul 24 13:06:13.289 Jul 24 13:06:13.289 DEBGreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG INFO
69822026-07-24T13:06:14.756Z Jul 24 13:06:13.289 DEBGreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69832026-07-24T13:06:14.756ZJul 24 13:06:13.289adding route 172.17.0.7/32 -> 10.0.0.255
69842026-07-24T13:06:14.756ZINFO created new freemapreset freemap, unitJul 24 13:06:13.290: DEBGfreemap_route_ipv4
69852026-07-24T13:06:14.756Zcreated new freemap, unit: Jul 24 13:06:13.297 freemap_route_ipv4DEBG
69862026-07-24T13:06:14.756Z initted freemap. size: 64Jul 24 13:06:13.297, unitINFO:Jul 24 13:06:13.297 DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:fffreemap_route_ipv6
69872026-07-24T13:06:14.756Z
69882026-07-24T13:06:14.756Zcreated new freemap, unitJul 24 13:06:13.297Jul 24 13:06:13.297: DEBGfreemap_route_ipv6
69892026-07-24T13:06:14.756Zreset freemap , DEBGunit :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 } }]
69902026-07-24T13:06:14.757Zfreemap_route_ipv6Jul 24 13:06:13.297
69912026-07-24T13:06:14.757Z DEBGJul 24 13:06:13.297 Jul 24 13:06:13.289DEBGJul 24 13:06:13.297 initted freemap. size: 64DEBG, INFOfailed to allocate space for the new target list
69922026-07-24T13:06:14.757Zunitreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1:
69932026-07-24T13:06:14.757Z
69942026-07-24T13:06:14.757Z Jul 24 13:06:13.297freemap_route_ipv4
69952026-07-24T13:06:14.757ZDEBG Jul 24 13:06:13.297replacing targets for 3fff:dead::/64 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 } }]
69962026-07-24T13:06:14.757ZDEBG 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 } }]Jul 24 13:06:13.297
69972026-07-24T13:06:14.757ZJul 24 13:06:13.297 INFO DEBG adding route 172.17.0.8/32 -> 10.0.0.255reset freemap
69982026-07-24T13:06:14.757ZJul 24 13:06:13.297, unitINFO :adding route 3fff:dead::/64 -> 2001:db8::55:1
69992026-07-24T13:06:14.757ZJul 24 13:06:13.297freemap_route_ipv4
70002026-07-24T13:06:14.757ZDEBG Jul 24 13:06:13.297replacing 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 } }]
70012026-07-24T13:06:14.757ZDEBG 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 } }]
70022026-07-24T13:06:14.757ZJul 24 13:06:13.297Jul 24 13:06:13.290 Jul 24 13:06:13.297 INFO DEBGJul 24 13:06:13.297 created new freemapINFO , DEBGunit adding route 172.17.0.9/32 -> 10.0.0.255initted freemap. size: 64adding route 3fff:dead::/64 -> 2001:db8::55:1:
70032026-07-24T13:06:14.757Z
70042026-07-24T13:06:14.757Z, freemap_route_ipv4unit
70052026-07-24T13:06:14.757Z:Jul 24 13:06:13.297 freemap_route_ipv6DEBG
70062026-07-24T13:06:14.757ZJul 24 13:06:13.297 Jul 24 13:06:13.297replacing 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 } }]
70072026-07-24T13:06:14.757ZDEBG 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 } }]DEBG
70082026-07-24T13:06:14.761Z Jul 24 13:06:13.297Jul 24 13:06:13.297 created new freemapDEBG, INFOunit Jul 24 13:06:13.297 adding route 172.17.0.10/32 -> 10.0.0.255:reset freemap
70092026-07-24T13:06:14.762Z, INFOfreemap_route_ipv6unit:
70102026-07-24T13:06:14.762Z Jul 24 13:06:13.297freemap_route_ipv6 adding route 3fff:dead::/64 -> 2001:db8::55:2
70112026-07-24T13:06:14.762Z
70122026-07-24T13:06:14.762ZDEBGJul 24 13:06:13.297 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 } }]Jul 24 13:06:13.297DEBG
70132026-07-24T13:06:14.762Z Jul 24 13:06:13.297 initted freemap. size: 64 , INFOunitDEBG : adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv4
70142026-07-24T13:06:14.762Zreplacing 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 } }]
70152026-07-24T13:06:14.762Z
70162026-07-24T13:06:14.762ZJul 24 13:06:13.297 Jul 24 13:06:13.297INFOJul 24 13:06:13.297 DEBGadding route 172.17.0.11/32 -> 10.0.0.255INFO
70172026-07-24T13:06:14.762ZJul 24 13:06:13.297 adding route 3fff:beef::/64 -> 2001:db8::55:ff 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 } }]
70182026-07-24T13:06:14.762Z
70192026-07-24T13:06:14.762Z Jul 24 13:06:13.297reset freemap , DEBGunitJul 24 13:06:13.297Jul 24 13:06:13.297 :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 } }]
70202026-07-24T13:06:14.762Z freemap_route_ipv4INFO DEBG
70212026-07-24T13:06:14.762Z adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
70222026-07-24T13:06:14.762ZJul 24 13:06:13.297
70232026-07-24T13:06:14.762ZJul 24 13:06:13.297 INFODEBG initted freemap. size: 64adding route 172.17.0.12/32 -> 10.0.0.255,
70242026-07-24T13:06:14.762ZunitJul 24 13:06:13.297Jul 24 13:06:13.297 :INFO Jul 24 13:06:13.297 freemap_route_ipv6adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
70252026-07-24T13:06:14.762Z DEBG
70262026-07-24T13:06:14.762Z 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 } }]
70272026-07-24T13:06:14.762ZJul 24 13:06:13.297replacing 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 } }]
70282026-07-24T13:06:14.762ZDEBGJul 24 13:06:13.297 reset freemapDEBG, Jul 24 13:06:13.297 Jul 24 13:06:13.297replacing 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 } }] unit
70292026-07-24T13:06:14.762ZINFO: adding route 172.17.0.13/32 -> 10.0.0.255INFOfreemap_route_ipv6
70302026-07-24T13:06:14.762Z adding route 3fff:dead::/64 -> 2001:db8::55:3
70312026-07-24T13:06:14.762Z
70322026-07-24T13:06:14.762ZJul 24 13:06:13.297Jul 24 13:06:13.297 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 } }], Jul 24 13:06:13.297
70332026-07-24T13:06:14.762Z INFOunit :DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ffJul 24 13:06:13.297 freemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
70342026-07-24T13:06:14.763Z
70352026-07-24T13:06:14.763Z
70362026-07-24T13:06:14.763Z INFOJul 24 13:06:13.297 Jul 24 13:06:13.297INFOadding route 172.16.0.0/32 -> 10.0.0.1 Jul 24 13:06:13.297INFOJul 24 13:06:13.297 adding route 172.17.0.14/32 -> 10.0.0.255
70372026-07-24T13:06:14.763ZDEBG
70382026-07-24T13:06:14.763Zadding route 3fff:dead::/64 -> 2001:db8::55:4 DEBG
70392026-07-24T13:06:14.763Zinitted freemap. size: 64 , Jul 24 13:06:13.297unit: 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 } }]Jul 24 13:06:13.297Jul 24 13:06:13.297 DEBG
70402026-07-24T13:06:14.763ZDEBG freemap_route_ipv4 DEBG
70412026-07-24T13:06:14.763Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.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 } }]
70422026-07-24T13:06:14.763Z
70432026-07-24T13:06:14.763Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Jul 24 13:06:13.297Jul 24 13:06:13.297
70442026-07-24T13:06:14.763ZJul 24 13:06:13.297DEBG Jul 24 13:06:13.297INFOINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
70452026-07-24T13:06:14.763Zadding route 172.16.0.0/32 -> 10.0.0.2reset freemapINFO
70462026-07-24T13:06:14.763Z, unit :Jul 24 13:06:13.297adding route 172.17.0.15/32 -> 10.0.0.255Jul 24 13:06:13.297Jul 24 13:06:13.297
70472026-07-24T13:06:14.763Z DEBG 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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]freemap_route_ipv4
70482026-07-24T13:06:14.763ZDEBG
70492026-07-24T13:06:14.763Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Jul 24 13:06:13.297
70502026-07-24T13:06:14.763Z
70512026-07-24T13:06:14.763Z Jul 24 13:06:13.297 DEBGINFO Jul 24 13:06:13.297adding route 172.16.0.0/32 -> 10.0.0.3
70522026-07-24T13:06:14.763Zreplacing 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 } }]Jul 24 13:06:13.297 DEBGJul 24 13:06:13.297
70532026-07-24T13:06:14.763Z INFO Jul 24 13:06:13.297WARNadding route 3fff:beef:4::/64 -> 2001:db8::55:ff shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
70542026-07-24T13:06:14.763Z
70552026-07-24T13:06:14.763ZJul 24 13:06:13.297 initted freemap. size: 64 INFODEBG, Jul 24 13:06:13.297unitadding route 172.17.0.16/32 -> 10.0.0.255 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
70562026-07-24T13:06:14.763Z
70572026-07-24T13:06:14.763Z: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 } }]freemap_route_ipv6
70582026-07-24T13:06:14.763ZJul 24 13:06:13.297
70592026-07-24T13:06:14.763Z Jul 24 13:06:13.297DEBGJul 24 13:06:13.297 INFO 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 adding route 172.16.0.0/32 -> 10.0.0.4adding route 3fff:beef:5::/64 -> 2001:db8::55:ffJul 24 13:06:13.297
70602026-07-24T13:06:14.763Z
70612026-07-24T13:06:14.763Z
70622026-07-24T13:06:14.764ZDEBG reset freemapJul 24 13:06:13.297, unitJul 24 13:06:13.297DEBG: 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 } }]freemap_route_ipv6 Jul 24 13:06:13.297DEBG
70632026-07-24T13:06:14.764Z INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]
70642026-07-24T13:06:14.764Z
70652026-07-24T13:06:14.764Zadding route 172.17.0.17/32 -> 10.0.0.255
70662026-07-24T13:06:14.764ZJul 24 13:06:13.297Jul 24 13:06:13.297 INFODEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Jul 24 13:06:13.297
70672026-07-24T13:06:14.764Z
70682026-07-24T13:06:14.764Z Jul 24 13:06:13.297INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1
70692026-07-24T13:06:14.764Zreplacing 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 } }]Jul 24 13:06:13.297
70702026-07-24T13:06:14.764Z DEBG Jul 24 13:06:13.297replacing 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 } }]
70712026-07-24T13:06:14.764ZDEBGJul 24 13:06:13.297 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Jul 24 13:06:13.297INFO
70722026-07-24T13:06:14.764ZINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
70732026-07-24T13:06:14.764Z
70742026-07-24T13:06:14.764Zadding route 172.17.0.18/32 -> 10.0.0.255Jul 24 13:06:13.297
70752026-07-24T13:06:14.764Z INFOJul 24 13:06:13.297 adding route 172.16.0.0/32 -> 10.0.0.2DEBG
70762026-07-24T13:06:14.764Z 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 } }]Jul 24 13:06:13.297
70772026-07-24T13:06:14.764Z Jul 24 13:06:13.297DEBG DEBGJul 24 13:06:13.297replacing 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 } }]
70782026-07-24T13:06:14.764Z 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 } }]
70792026-07-24T13:06:14.764ZJul 24 13:06:13.297adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
70802026-07-24T13:06:14.764ZDEBG Jul 24 13:06:13.297replacing 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-07-24T13:06:14.764ZDEBGJul 24 13:06:13.297Jul 24 13:06:13.297 INFO adding route 172.17.0.0/32 -> 10.0.0.255failed to allocate space for the new target listJul 24 13:06:13.297DEBG
70822026-07-24T13:06:14.764Z INFO
70832026-07-24T13:06:14.764Zreplacing 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 } }]
70842026-07-24T13:06:14.764Zadding route 172.17.0.19/32 -> 10.0.0.255
70852026-07-24T13:06:14.764ZJul 24 13:06:13.297Jul 24 13:06:13.297 Jul 24 13:06:13.297DEBGDEBG 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 } }]
70862026-07-24T13:06:14.764ZJul 24 13:06:13.297DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
70872026-07-24T13:06:14.764ZJul 24 13:06:13.298 Jul 24 13:06:13.304DEBG INFOcreated new freemap , adding route 172.17.0.20/32 -> 10.0.0.255unit
70882026-07-24T13:06:14.764Z: Jul 24 13:06:13.297Jul 24 13:06:13.297freemap_route_ipv4
70892026-07-24T13:06:14.765Z Jul 24 13:06:13.305INFO DEBGJul 24 13:06:13.298Jul 24 13:06:13.305adding route 172.17.0.1/32 -> 10.0.0.255
70902026-07-24T13:06:14.765Z DEBG 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 } }]Jul 24 13:06:13.305
70912026-07-24T13:06:14.765Z created new freemapDEBG , 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 } }]unit
70922026-07-24T13:06:14.765ZDEBGJul 24 13:06:13.305 :created new freemap INFOfreemap_route_ipv4,
70932026-07-24T13:06:14.765Z unitcreated new freemap
70942026-07-24T13:06:14.765Z, unitJul 24 13:06:13.305: adding route 172.17.0.21/32 -> 10.0.0.255freemap_route_ipv6INFO :
70952026-07-24T13:06:14.765Z
70962026-07-24T13:06:14.765Z adding route 172.17.0.2/32 -> 10.0.0.255freemap_route_ipv4
70972026-07-24T13:06:14.765Z
70982026-07-24T13:06:14.765ZJul 24 13:06:13.305Jul 24 13:06:13.305 Jul 24 13:06:13.305 DEBGDEBGDEBG 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 } }]
70992026-07-24T13:06:14.765Zinitted freemap. size: 64 Jul 24 13:06:13.305, created new freemap , DEBGunit: unitfreemap_route_ipv4replacing 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 } }]
71002026-07-24T13:06:14.765Z:Jul 24 13:06:13.305
71012026-07-24T13:06:14.765ZJul 24 13:06:13.305 INFO freemap_route_ipv6 DEBG
71022026-07-24T13:06:14.765ZJul 24 13:06:13.305Jul 24 13:06:13.305 adding route 172.17.0.22/32 -> 10.0.0.255DEBG
71032026-07-24T13:06:14.765ZINFO created new freemap , adding route 172.17.0.3/32 -> 10.0.0.255Jul 24 13:06:13.305
71042026-07-24T13:06:14.765Z unit:DEBG reset freemapinitted freemap. size: 64Jul 24 13:06:13.305, freemap_route_ipv6, unitDEBGunit :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 } }]
71052026-07-24T13:06:14.765Z
71062026-07-24T13:06:14.765ZJul 24 13:06:13.305: freemap_route_ipv4
71072026-07-24T13:06:14.765Zfreemap_route_ipv4
71082026-07-24T13:06:14.770ZJul 24 13:06:13.305 Jul 24 13:06:13.305DEBGJul 24 13:06:13.305DEBG Jul 24 13:06:13.305 initted freemap. size: 64 replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], DEBGINFO DEBGunitreset freemap initted freemap. size: 64, , adding route 172.17.0.4/32 -> 10.0.0.255
71092026-07-24T13:06:14.770Z
71102026-07-24T13:06:14.770Zunit: : freemap_route_ipv4unitJul 24 13:06:13.305freemap_route_ipv4
71112026-07-24T13:06:14.770Z
71122026-07-24T13:06:14.770Z:DEBG freemap_route_ipv6replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 24 13:06:13.305
71132026-07-24T13:06:14.770Z
71142026-07-24T13:06:14.770ZJul 24 13:06:13.305Jul 24 13:06:13.305 DEBGINFO Jul 24 13:06:13.305 Jul 24 13:06:13.305 adding route 172.17.0.23/32 -> 10.0.0.255initted freemap. size: 64DEBGDEBG reset freemap
71152026-07-24T13:06:14.770Z, , reset freemapunit, :unitINFO: unit: freemap_route_ipv6adding route 172.17.0.5/32 -> 10.0.0.255
71162026-07-24T13:06:14.770Zfreemap_route_ipv6
71172026-07-24T13:06:14.770Z
71182026-07-24T13:06:14.770Zfreemap_route_ipv4
71192026-07-24T13:06:14.770ZJul 24 13:06:13.305 Jul 24 13:06:13.305DEBG DEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap
71202026-07-24T13:06:14.770ZJul 24 13:06:13.305Jul 24 13:06:13.305Jul 24 13:06:13.305 DEBG , unit INFODEBG initted freemap. size: 64 :Jul 24 13:06:13.305adding route 3fff:dead::/64 -> 2001:db8::55:1,
71212026-07-24T13:06:14.770Zfreemap_route_ipv6 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 } }]
71222026-07-24T13:06:14.770Zunit
71232026-07-24T13:06:14.770ZINFO: freemap_route_ipv6Jul 24 13:06:13.305
71242026-07-24T13:06:14.770Z 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 } }]Jul 24 13:06:13.305Jul 24 13:06:13.305 adding route 172.17.0.24/32 -> 10.0.0.255INFOINFOJul 24 13:06:13.305
71252026-07-24T13:06:14.770Z adding route 172.17.0.6/32 -> 10.0.0.255
71262026-07-24T13:06:14.770Z
71272026-07-24T13:06:14.770ZDEBG adding route 172.16.0.0/32 -> 10.0.0.1reset freemap
71282026-07-24T13:06:14.770Z, Jul 24 13:06:13.305unit Jul 24 13:06:13.305:DEBG freemap_route_ipv6Jul 24 13:06:13.305replacing 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 } }]
71292026-07-24T13:06:14.770ZJul 24 13:06:13.305DEBGINFO DEBG
71302026-07-24T13:06:14.770Z Jul 24 13:06:13.305replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
71312026-07-24T13:06:14.770Zreplacing 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 } }]
71322026-07-24T13:06:14.770Z
71332026-07-24T13:06:14.771ZINFO Jul 24 13:06:13.305adding route 172.17.0.7/32 -> 10.0.0.255Jul 24 13:06:13.305
71342026-07-24T13:06:14.771Z Jul 24 13:06:13.305Jul 24 13:06:13.305INFO DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.16.0.0/32 -> 10.0.0.1Jul 24 13:06:13.305
71352026-07-24T13:06:14.771ZINFO
71362026-07-24T13:06:14.771Z 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 } }]
71372026-07-24T13:06:14.771Zreplacing 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 } }]Jul 24 13:06:13.305
71382026-07-24T13:06:14.771ZJul 24 13:06:13.305 DEBG adding route 172.17.0.25/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "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 } }]
71392026-07-24T13:06:14.771ZJul 24 13:06:13.305DEBG
71402026-07-24T13:06:14.771Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
71412026-07-24T13:06:14.771Z Jul 24 13:06:13.305Jul 24 13:06:13.305 INFODEBG adding route 172.17.0.8/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1Jul 24 13:06:13.305
71422026-07-24T13:06:14.771Z
71432026-07-24T13:06:14.771Z Jul 24 13:06:13.305replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] Jul 24 13:06:13.305DEBG
71442026-07-24T13:06:14.771ZINFOJul 24 13:06:13.305 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 } }] replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
71452026-07-24T13:06:14.771Zreplacing 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 } }]
71462026-07-24T13:06:14.771Z
71472026-07-24T13:06:14.771Z
71482026-07-24T13:06:14.771ZJul 24 13:06:13.305Jul 24 13:06:13.305 Jul 24 13:06:13.305DEBG INFOINFO adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.9/32 -> 10.0.0.255
71492026-07-24T13:06:14.771ZJul 24 13:06:13.305replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
71502026-07-24T13:06:14.771Z
71512026-07-24T13:06:14.771ZINFO Jul 24 13:06:13.305adding route 172.17.0.26/32 -> 10.0.0.255
71522026-07-24T13:06:14.771ZJul 24 13:06:13.305Jul 24 13:06:13.305DEBG DEBG INFO replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 } }]
71532026-07-24T13:06:14.771ZJul 24 13:06:13.305
71542026-07-24T13:06:14.771Zadding route 3fff:dead::/64 -> 2001:db8::55:3
71552026-07-24T13:06:14.771ZDEBG Jul 24 13:06:13.305 INFOreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71562026-07-24T13:06:14.771ZJul 24 13:06:13.305adding route 172.17.0.10/32 -> 10.0.0.255 INFO
71572026-07-24T13:06:14.771Z adding route 172.17.0.0/32 -> 10.0.0.255Jul 24 13:06:13.305
71582026-07-24T13:06:14.771Z DEBGJul 24 13:06:13.305Jul 24 13:06:13.290 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 24 13:06:13.305
71592026-07-24T13:06:14.771Z INFOJul 24 13:06:13.305 adding route 172.17.0.27/32 -> 10.0.0.255 DEBGDEBGJul 24 13:06:13.305DEBG INFO replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
71602026-07-24T13:06:14.771Z created new freemap
71612026-07-24T13:06:14.772Z
71622026-07-24T13:06:14.772Zadding route 3fff:dead::/64 -> 2001:db8::55:4, unit
71632026-07-24T13:06:14.772Z:Jul 24 13:06:13.305 Jul 24 13:06:13.305Jul 24 13:06:13.305 INFOfreemap_route_ipv4INFO
71642026-07-24T13:06:14.772Z adding route 172.17.0.1/32 -> 10.0.0.255DEBGadding route 172.17.0.11/32 -> 10.0.0.255 Jul 24 13:06:13.305
71652026-07-24T13:06:14.772Ztest route::tests::same_size_non_subset_replace ... ok
71662026-07-24T13:06:14.772Z
71672026-07-24T13:06:14.772ZJul 24 13:06:13.305 replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
71682026-07-24T13:06:14.772Z DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] Jul 24 13:06:13.305
71692026-07-24T13:06:14.772Zcreated new freemapJul 24 13:06:13.305, unit :DEBG INFO freemap_route_ipv6replacing 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 } }]Jul 24 13:06:13.305
71702026-07-24T13:06:14.772Z DEBG
71712026-07-24T13:06:14.772Ztest route::tests::shrink_preserves_compacted_order ... ok
71722026-07-24T13:06:14.772ZJul 24 13:06:13.305 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.17.0.28/32 -> 10.0.0.255
71732026-07-24T13:06:14.772Z
71742026-07-24T13:06:14.772ZJul 24 13:06:13.305DEBG Jul 24 13:06:13.305replacing 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 } }]
71752026-07-24T13:06:14.772ZDEBGJul 24 13:06:13.305 INFOinitted freemap. size: 64DEBGJul 24 13:06:13.305, unitadding route 172.17.0.12/32 -> 10.0.0.255:
71762026-07-24T13:06:14.772ZINFO freemap_route_ipv4
71772026-07-24T13:06:14.772Zreplacing 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.2/32 -> 10.0.0.255Jul 24 13:06:13.305
71782026-07-24T13:06:14.772Z DEBG
71792026-07-24T13:06:14.772Zreplacing 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 } }]Jul 24 13:06:13.305Jul 24 13:06:13.305
71802026-07-24T13:06:14.772Z DEBG reset freemapDEBGJul 24 13:06:13.305, Jul 24 13:06:13.305unitreplacing 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 } }]
71812026-07-24T13:06:14.772Z: freemap_route_ipv4INFO
71822026-07-24T13:06:14.772Z INFOadding route 172.17.0.13/32 -> 10.0.0.255 Jul 24 13:06:13.305adding route 172.17.0.29/32 -> 10.0.0.255 INFO
71832026-07-24T13:06:14.772Z
71842026-07-24T13:06:14.772ZJul 24 13:06:13.305adding route 172.17.0.3/32 -> 10.0.0.255
71852026-07-24T13:06:14.772ZDEBG Jul 24 13:06:13.305initted freemap. size: 64 Jul 24 13:06:13.305DEBG DEBGJul 24 13:06:13.305, 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.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 } }]
71862026-07-24T13:06:14.772Z
71872026-07-24T13:06:14.772Z DEBG unitreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:Jul 24 13:06:13.305
71882026-07-24T13:06:14.772Z INFOfreemap_route_ipv6
71892026-07-24T13:06:14.773Zadding route 172.17.0.14/32 -> 10.0.0.255Jul 24 13:06:13.305
71902026-07-24T13:06:14.773Z INFO adding route 172.17.0.30/32 -> 10.0.0.255
71912026-07-24T13:06:14.773ZJul 24 13:06:13.305 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 } }]Jul 24 13:06:13.305
71922026-07-24T13:06:14.773ZJul 24 13:06:13.305 DEBGDEBG Jul 24 13:06:13.305 INFO adding route 172.17.0.15/32 -> 10.0.0.255
71932026-07-24T13:06:14.773Zreset freemap, 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 } }]Jul 24 13:06:13.305
71942026-07-24T13:06:14.773Z 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 } }]
71952026-07-24T13:06:14.773ZINFOJul 24 13:06:13.305 Jul 24 13:06:13.305 INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
71962026-07-24T13:06:14.773Zadding route 172.17.0.16/32 -> 10.0.0.255
71972026-07-24T13:06:14.773Z
71982026-07-24T13:06:14.773ZJul 24 13:06:13.305Jul 24 13:06:13.305Jul 24 13:06:13.305 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 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 } }]Jul 24 13:06:13.306
71992026-07-24T13:06:14.773ZDEBG created new freemapJul 24 13:06:13.305Jul 24 13:06:13.306 DEBG , created new freemapJul 24 13:06:13.312 unitINFO, unitadding route 3fff:beef:a::/64 -> 2001:db8::55:ffDEBG
72002026-07-24T13:06:14.773Z: 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 } }]freemap_route_ipv4:
72012026-07-24T13:06:14.773Z
72022026-07-24T13:06:14.773Z freemap_route_ipv4
72032026-07-24T13:06:14.773ZJul 24 13:06:13.312Jul 24 13:06:13.312 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 } }]created new freemap
72042026-07-24T13:06:14.773Z, unitJul 24 13:06:13.312Jul 24 13:06:13.312Jul 24 13:06:13.305:Jul 24 13:06:13.312 INFODEBG adding route 172.17.0.17/32 -> 10.0.0.255freemap_route_ipv6 DEBG
72052026-07-24T13:06:14.773ZINFO
72062026-07-24T13:06:14.773Z created new freemapadding route 3fff:beef:b::/64 -> 2001:db8::55:ff,
72072026-07-24T13:06:14.773Z unitJul 24 13:06:13.312:Jul 24 13:06:13.312 created new freemap , Jul 24 13:06:13.312DEBGDEBG 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 } }]initted freemap. size: 64 ,
72082026-07-24T13:06:14.778Zunitreplacing 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_ipv4unit
72092026-07-24T13:06:14.778Z::
72102026-07-24T13:06:14.778Z freemap_route_ipv6freemap_route_ipv4Jul 24 13:06:13.312
72112026-07-24T13:06:14.778ZJul 24 13:06:13.312
72122026-07-24T13:06:14.778ZINFOJul 24 13:06:13.312 adding route 172.17.0.18/32 -> 10.0.0.255INFO
72132026-07-24T13:06:14.778Z DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff Jul 24 13:06:13.312created new freemap
72142026-07-24T13:06:14.778ZJul 24 13:06:13.312 , 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 } }]unit
72152026-07-24T13:06:14.778Z:Jul 24 13:06:13.312 freemap_route_ipv6 DEBGDEBG
72162026-07-24T13:06:14.778ZJul 24 13:06:13.312replacing 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 } }]
72172026-07-24T13:06:14.778ZJul 24 13:06:13.312reset freemap, INFO adding route 172.17.0.19/32 -> 10.0.0.255DEBGJul 24 13:06:13.313Jul 24 13:06:13.313
72182026-07-24T13:06:14.778Zunit initted freemap. size: 64: INFOJul 24 13:06:13.313 DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBGfreemap_route_ipv4
72192026-07-24T13:06:14.778Z
72202026-07-24T13:06:14.778Z , 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 } }]unitJul 24 13:06:13.313:
72212026-07-24T13:06:14.778ZDEBGJul 24 13:06:13.313 DEBG freemap_route_ipv4Jul 24 13:06:13.313replacing 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 } }]
72222026-07-24T13:06:14.778Zinitted freemap. size: 64INFO
72232026-07-24T13:06:14.778Z, unit initted freemap. size: 64adding route 172.17.0.20/32 -> 10.0.0.255:
72242026-07-24T13:06:14.779ZJul 24 13:06:13.313 INFO, freemap_route_ipv4 Jul 24 13:06:13.313adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
72252026-07-24T13:06:14.779Z
72262026-07-24T13:06:14.779Zunit: Jul 24 13:06:13.313freemap_route_ipv6DEBGJul 24 13:06:13.313
72272026-07-24T13:06:14.779Z DEBGJul 24 13:06:13.313replacing 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 } }]
72282026-07-24T13:06:14.779Z DEBGreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
72292026-07-24T13:06:14.779Z Jul 24 13:06:13.313reset freemap , Jul 24 13:06:13.313unit DEBGINFO reset freemapJul 24 13:06:13.313reset freemap , , unitINFO: unitadding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 172.17.0.21/32 -> 10.0.0.255
72302026-07-24T13:06:14.779Z
72312026-07-24T13:06:14.779Z ::freemap_route_ipv4
72322026-07-24T13:06:14.779ZJul 24 13:06:13.313 freemap_route_ipv6
72332026-07-24T13:06:14.779Zfreemap_route_ipv4Jul 24 13:06:13.313DEBGJul 24 13:06:13.313 DEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
72342026-07-24T13:06:14.779Z
72352026-07-24T13:06:14.779Z 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 } }] Jul 24 13:06:13.313
72362026-07-24T13:06:14.779Zinitted freemap. size: 64 , unitINFO:Jul 24 13:06:13.313 Jul 24 13:06:13.313 INFOINFOadding route 172.17.0.22/32 -> 10.0.0.255
72372026-07-24T13:06:14.779Zadding route 3fff:beef:10::/64 -> 2001:db8::55:fffreemap_route_ipv6
72382026-07-24T13:06:14.779Z
72392026-07-24T13:06:14.779Z adding route 172.16.0.0/32 -> 10.0.0.1Jul 24 13:06:13.313
72402026-07-24T13:06:14.779ZDEBGJul 24 13:06:13.313 Jul 24 13:06:13.313DEBG Jul 24 13:06:13.313Jul 24 13:06:13.313 initted freemap. size: 64DEBGreplacing 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 } }]
72412026-07-24T13:06:14.779ZDEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }],
72422026-07-24T13:06:14.779Z reset freemapreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
72432026-07-24T13:06:14.779Z, :unit Jul 24 13:06:13.313: INFOJul 24 13:06:13.313 freemap_route_ipv6 adding route 172.17.0.23/32 -> 10.0.0.255INFO
72442026-07-24T13:06:14.779Z
72452026-07-24T13:06:14.779Zfreemap_route_ipv6Jul 24 13:06:13.313adding route 172.16.0.0/32 -> 10.0.0.2
72462026-07-24T13:06:14.779ZINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
72472026-07-24T13:06:14.779Z
72482026-07-24T13:06:14.779ZJul 24 13:06:13.313Jul 24 13:06:13.313 Jul 24 13:06:13.313DEBG INFO DEBGJul 24 13:06:13.313replacing 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 } }] Jul 24 13:06:13.313
72492026-07-24T13:06:14.779ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1
72502026-07-24T13:06:14.779Z
72512026-07-24T13:06:14.779ZDEBG reset freemap
72522026-07-24T13:06:14.780ZJul 24 13:06:13.313Jul 24 13:06:13.313 INFOINFO Jul 24 13:06:13.313 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 172.17.0.24/32 -> 10.0.0.255 , DEBG
72532026-07-24T13:06:14.780Z
72542026-07-24T13:06:14.780ZJul 24 13:06:13.313unit: replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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_ipv6DEBGJul 24 13:06:13.313
72552026-07-24T13:06:14.780Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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
72562026-07-24T13:06:14.780ZJul 24 13:06:13.313
72572026-07-24T13:06:14.780Z 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 } }]
72582026-07-24T13:06:14.780Z DEBGJul 24 13:06:13.313 Jul 24 13:06:13.313replacing 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 } }]
72592026-07-24T13:06:14.780ZINFO Jul 24 13:06:13.313adding route 172.16.0.0/32 -> 10.0.0.2 INFOINFO
72602026-07-24T13:06:14.780ZJul 24 13:06:13.313 adding route 172.17.0.25/32 -> 10.0.0.255INFO
72612026-07-24T13:06:14.780Z adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
72622026-07-24T13:06:14.780Z
72632026-07-24T13:06:14.780ZJul 24 13:06:13.313 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 } }]Jul 24 13:06:13.313Jul 24 13:06:13.313
72642026-07-24T13:06:14.780Z DEBGDEBG Jul 24 13:06:13.313replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
72652026-07-24T13:06:14.780ZDEBGreplacing 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 } }]Jul 24 13:06:13.313
72662026-07-24T13:06:14.780Z INFO adding route 172.16.0.0/32 -> 10.0.0.3replacing 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 } }]Jul 24 13:06:13.313
72672026-07-24T13:06:14.780Z Jul 24 13:06:13.313
72682026-07-24T13:06:14.780Z INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffJul 24 13:06:13.313adding route 172.16.0.0/32 -> 10.0.0.2
72692026-07-24T13:06:14.780Z
72702026-07-24T13:06:14.780ZINFO adding route 172.17.0.26/32 -> 10.0.0.255Jul 24 13:06:13.313
72712026-07-24T13:06:14.780Z Jul 24 13:06:13.313DEBG 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 } }]Jul 24 13:06:13.313
72722026-07-24T13:06:14.780ZJul 24 13:06:13.313 DEBG DEBGreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 24 13:06:13.313
72732026-07-24T13:06:14.780Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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: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 } }]
72742026-07-24T13:06:14.780Z
72752026-07-24T13:06:14.780Z Jul 24 13:06:13.313INFO INFOadding route 172.16.0.0/32 -> 10.0.0.4
72762026-07-24T13:06:14.780Zadding route 172.17.0.27/32 -> 10.0.0.255Jul 24 13:06:13.313Jul 24 13:06:13.313
72772026-07-24T13:06:14.780Z INFO INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ffJul 24 13:06:13.313
72782026-07-24T13:06:14.780Z DEBGJul 24 13:06:13.313adding route 172.16.0.0/32 -> 10.0.0.3 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 } }]
72792026-07-24T13:06:14.780Z
72802026-07-24T13:06:14.781ZDEBG Jul 24 13:06:13.313replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
72812026-07-24T13:06:14.781ZDEBGJul 24 13:06:13.313 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
72822026-07-24T13:06:14.781Z Jul 24 13:06:13.313Jul 24 13:06:13.313 adding route 172.17.0.28/32 -> 10.0.0.255 DEBG
72832026-07-24T13:06:14.781Z Jul 24 13:06:13.313INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.0/32 -> 10.0.0.255
72842026-07-24T13:06:14.781ZINFO
72852026-07-24T13:06:14.781Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ffJul 24 13:06:13.313
72862026-07-24T13:06:14.781Z DEBG Jul 24 13:06:13.313Jul 24 13:06:13.313 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 } }]Jul 24 13:06:13.313DEBG
72872026-07-24T13:06:14.781Z INFODEBGreplacing 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 } }]
72882026-07-24T13:06:14.781Zreplacing 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 } }]
72892026-07-24T13:06:14.781Zadding route 172.16.0.0/32 -> 10.0.0.4
72902026-07-24T13:06:14.781ZJul 24 13:06:13.313Jul 24 13:06:13.313Jul 24 13:06:13.313 INFODEBG adding route 172.17.0.1/32 -> 10.0.0.255Jul 24 13:06:13.313
72912026-07-24T13:06:14.781Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
72922026-07-24T13:06:14.781Zunit INFO: Jul 24 13:06:13.313 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 172.17.0.29/32 -> 10.0.0.255
72932026-07-24T13:06:14.781Zfreemap_route_ipv6Jul 24 13:06:13.313
72942026-07-24T13:06:14.781Z
72952026-07-24T13:06:14.781ZDEBGDEBG Jul 24 13:06:13.313 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]Jul 24 13:06:13.313
72962026-07-24T13:06:14.781Z
72972026-07-24T13:06:14.781Z 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 } }]Jul 24 13:06:13.313
72982026-07-24T13:06:14.781Z INFO
72992026-07-24T13:06:14.781Zadding route 172.17.0.2/32 -> 10.0.0.255
73002026-07-24T13:06:14.781Z
73012026-07-24T13:06:14.781ZJul 24 13:06:13.313INFO DEBGadding route 172.17.0.4/32 -> 10.0.0.255
73022026-07-24T13:06:14.781ZJul 24 13:06:13.313 Jul 24 13:06:13.313Jul 24 13:06:13.313INFO INFO Jul 24 13:06:13.313adding route 172.17.0.32/32 -> 10.0.0.255 INFODEBG
73032026-07-24T13:06:14.781Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 172.17.0.30/32 -> 10.0.0.255
73042026-07-24T13:06:14.781Z
73052026-07-24T13:06:14.781Zreplacing 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 } }]
73062026-07-24T13:06:14.782ZJul 24 13:06:13.313 DEBGJul 24 13:06:13.313 replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
73072026-07-24T13:06:14.782Z adding route 172.17.0.5/32 -> 10.0.0.255Jul 24 13:06:13.313
73082026-07-24T13:06:14.786Z DEBG Jul 24 13:06:13.313replacing 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.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO Jul 24 13:06:13.313 adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
73092026-07-24T13:06:14.786ZDEBG created new freemapJul 24 13:06:13.313, Jul 24 13:06:13.320 unit INFO :DEBG freemap_route_ipv4replacing 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 } }]
73102026-07-24T13:06:14.786Zadding route 172.17.0.31/32 -> 10.0.0.255
73112026-07-24T13:06:14.786Z
73122026-07-24T13:06:14.786ZJul 24 13:06:13.321 Jul 24 13:06:13.313DEBG DEBG created new 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 } }], Jul 24 13:06:13.321Jul 24 13:06:13.321unit
73132026-07-24T13:06:14.786Z:INFO DEBG freemap_route_ipv6
73142026-07-24T13:06:14.786Zreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255
73152026-07-24T13:06:14.786Z
73162026-07-24T13:06:14.786ZJul 24 13:06:13.321 DEBG initted freemap. size: 64
73172026-07-24T13:06:14.786Z, Jul 24 13:06:13.321 unitJul 24 13:06:13.321: INFO Jul 24 13:06:13.321INFO Jul 24 13:06:13.321DEBGfreemap_route_ipv4
73182026-07-24T13:06:14.786Z DEBG adding route 172.17.0.32/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 } }]
73192026-07-24T13:06:14.786Zreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.6/32 -> 10.0.0.255
73202026-07-24T13:06:14.787ZJul 24 13:06:13.321
73212026-07-24T13:06:14.787Z
73222026-07-24T13:06:14.787Z DEBGJul 24 13:06:13.321 Jul 24 13:06:13.321reset freemap , INFODEBG unitadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffJul 24 13:06:13.321
73232026-07-24T13:06:14.787Z: Jul 24 13:06:13.321freemap_route_ipv4 Jul 24 13:06:13.321 INFO DEBGDEBG adding route 172.17.0.34/32 -> 10.0.0.255replacing 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 } }]
73242026-07-24T13:06:14.787Zreplacing 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 } }]
73252026-07-24T13:06:14.787Z
73262026-07-24T13:06:14.787Z
73272026-07-24T13:06:14.787Zreplacing 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 } }]
73282026-07-24T13:06:14.787ZJul 24 13:06:13.321Jul 24 13:06:13.321Jul 24 13:06:13.321 Jul 24 13:06:13.321INFOINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG
73292026-07-24T13:06:14.787Z
73302026-07-24T13:06:14.787ZDEBGreplacing 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 } }]
73312026-07-24T13:06:14.787ZJul 24 13:06:13.321 INFOadding route 172.17.0.33/32 -> 10.0.0.255Jul 24 13:06:13.321
73322026-07-24T13:06:14.787Z initted freemap. size: 64 DEBG, Jul 24 13:06:13.321adding route 172.17.0.7/32 -> 10.0.0.255
73332026-07-24T13:06:14.787Zunitreplacing 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 } }]:INFOJul 24 13:06:13.321
73342026-07-24T13:06:14.787Z freemap_route_ipv6
73352026-07-24T13:06:14.787ZINFO adding route 172.17.0.3/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255Jul 24 13:06:13.321 Jul 24 13:06:13.321DEBG
73362026-07-24T13:06:14.787Z
73372026-07-24T13:06:14.787ZJul 24 13:06:13.321 reset freemap, Jul 24 13:06:13.321DEBGunit :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 } }] INFOJul 24 13:06:13.321 Jul 24 13:06:13.321 DEBGfreemap_route_ipv6 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
73382026-07-24T13:06:14.787ZDEBG
73392026-07-24T13:06:14.787Z 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
73402026-07-24T13:06:14.787Z
73412026-07-24T13:06:14.787Z Jul 24 13:06:13.321Jul 24 13:06:13.321 DEBGINFO replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
73422026-07-24T13:06:14.787Z
73432026-07-24T13:06:14.787Zadding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
73442026-07-24T13:06:14.787Z
73452026-07-24T13:06:14.787ZJul 24 13:06:13.321 Jul 24 13:06:13.321Jul 24 13:06:13.321INFOJul 24 13:06:13.321 Jul 24 13:06:13.321 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffJul 24 13:06:13.321DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
73462026-07-24T13:06:14.787Z
73472026-07-24T13:06:14.787Z adding route 172.17.0.8/32 -> 10.0.0.255INFO
73482026-07-24T13:06:14.788ZINFO Jul 24 13:06:13.321adding route 172.17.0.4/32 -> 10.0.0.255 INFOJul 24 13:06:13.321
73492026-07-24T13:06:14.788ZDEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
73502026-07-24T13:06:14.788ZINFO
73512026-07-24T13:06:14.788Zadding route 172.17.0.34/32 -> 10.0.0.255Jul 24 13:06:13.321
73522026-07-24T13:06:14.788ZJul 24 13:06:13.321adding route 172.17.0.36/32 -> 10.0.0.255Jul 24 13:06:13.321DEBG
73532026-07-24T13:06:14.788ZDEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
73542026-07-24T13:06:14.788Z
73552026-07-24T13:06:14.788ZINFO Jul 24 13:06:13.321adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
73562026-07-24T13:06:14.788Z Jul 24 13:06:13.321Jul 24 13:06:13.321 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 } }]
73572026-07-24T13:06:14.788ZJul 24 13:06:13.321DEBG INFODEBG Jul 24 13:06:13.321 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 } }]INFOJul 24 13:06:13.321adding route 172.17.0.9/32 -> 10.0.0.255
73582026-07-24T13:06:14.788Zadding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }]
73592026-07-24T13:06:14.788Z
73602026-07-24T13:06:14.788Z
73612026-07-24T13:06:14.788ZDEBG 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 } }]
73622026-07-24T13:06:14.788ZJul 24 13:06:13.321 Jul 24 13:06:13.321Jul 24 13:06:13.321 INFOJul 24 13:06:13.321 DEBG Jul 24 13:06:13.321INFO replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 172.17.0.5/32 -> 10.0.0.255
73632026-07-24T13:06:14.788ZDEBG
73642026-07-24T13:06:14.788Z
73652026-07-24T13:06:14.788Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 24 13:06:13.321
73662026-07-24T13:06:14.788ZINFO Jul 24 13:06:13.321 Jul 24 13:06:13.321 INFOadding route 172.17.0.37/32 -> 10.0.0.255 Jul 24 13:06:13.321
73672026-07-24T13:06:14.788ZDEBG 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 172.17.0.10/32 -> 10.0.0.255INFO
73682026-07-24T13:06:14.788ZDEBG Jul 24 13:06:13.321 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4
73692026-07-24T13:06:14.788Z
73702026-07-24T13:06:14.788ZJul 24 13:06:13.321 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.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 } }]
73712026-07-24T13:06:14.788Z INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
73722026-07-24T13:06:14.788ZJul 24 13:06:13.321Jul 24 13:06:13.321
73732026-07-24T13:06:14.788Z DEBGDEBG Jul 24 13:06:13.321replacing 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
73742026-07-24T13:06:14.788ZJul 24 13:06:13.321Jul 24 13:06:13.321
73752026-07-24T13:06:14.789ZDEBGINFOINFO 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 } }]
73762026-07-24T13:06:14.789Zadding route 172.17.0.38/32 -> 10.0.0.255Jul 24 13:06:13.321
73772026-07-24T13:06:14.789ZINFOJul 24 13:06:13.321adding route 172.17.0.6/32 -> 10.0.0.255 Jul 24 13:06:13.321
73782026-07-24T13:06:14.789Zadding route 172.17.0.11/32 -> 10.0.0.255
73792026-07-24T13:06:14.789ZINFO DEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ffJul 24 13:06:13.321replacing targets for 3fff:dead::/64 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 } }]
73802026-07-24T13:06:14.789Z DEBGJul 24 13:06:13.321 DEBG
73812026-07-24T13:06:14.789Z Jul 24 13:06:13.321Jul 24 13:06:13.321 DEBGreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
73822026-07-24T13:06:14.789Z 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.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 } }]
73832026-07-24T13:06:14.789Z
73842026-07-24T13:06:14.789Zreplacing 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 } }]
73852026-07-24T13:06:14.789ZJul 24 13:06:13.321Jul 24 13:06:13.321 INFO INFOadding route 172.17.0.12/32 -> 10.0.0.255 Jul 24 13:06:13.321
73862026-07-24T13:06:14.789ZJul 24 13:06:13.321adding route 172.17.0.7/32 -> 10.0.0.255
73872026-07-24T13:06:14.789ZINFO Jul 24 13:06:13.321adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFO
73882026-07-24T13:06:14.789ZDEBG 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 } }]
73892026-07-24T13:06:14.789Zadding route 172.17.0.39/32 -> 10.0.0.255Jul 24 13:06:13.321
73902026-07-24T13:06:14.789Z Jul 24 13:06:13.321DEBG 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 } }]Jul 24 13:06:13.321
73912026-07-24T13:06:14.789ZJul 24 13:06:13.321 DEBGINFO adding route 172.17.0.13/32 -> 10.0.0.255 Jul 24 13:06:13.321DEBG
73922026-07-24T13:06:14.789Z 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 } }]INFOreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73932026-07-24T13:06:14.789Z
73942026-07-24T13:06:14.789Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
73952026-07-24T13:06:14.789ZJul 24 13:06:13.321 DEBG Jul 24 13:06:13.321Jul 24 13:06:13.321replacing 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 } }]Jul 24 13:06:13.321
73962026-07-24T13:06:14.789Z INFO DEBGINFO adding route 172.17.0.40/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 } }]Jul 24 13:06:13.321adding route 172.17.0.8/32 -> 10.0.0.255
73972026-07-24T13:06:14.789Z
73982026-07-24T13:06:14.789Z
73992026-07-24T13:06:14.789Z INFOJul 24 13:06:13.321Jul 24 13:06:13.321 Jul 24 13:06:13.321Jul 24 13:06:13.321INFO DEBG adding route 3fff:beef:24::/64 -> 2001:db8::55:ff DEBG INFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74002026-07-24T13:06:14.789Zreplacing 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.14/32 -> 10.0.0.255
74012026-07-24T13:06:14.789Zadding route 172.17.0.35/32 -> 10.0.0.255
74022026-07-24T13:06:14.790Z
74032026-07-24T13:06:14.790Z
74042026-07-24T13:06:14.790ZJul 24 13:06:13.321 DEBGJul 24 13:06:13.321 replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
74052026-07-24T13:06:14.790ZJul 24 13:06:13.321 Jul 24 13:06:13.321adding route 172.17.0.9/32 -> 10.0.0.255
74062026-07-24T13:06:14.790Z DEBGJul 24 13:06:13.321 Jul 24 13:06:13.321DEBG INFO 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 } }] Jul 24 13:06:13.321 INFODEBGadding route 172.17.0.41/32 -> 10.0.0.255 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 } }]
74072026-07-24T13:06:14.790Z
74082026-07-24T13:06:14.794Z
74092026-07-24T13:06:14.794Zreplacing 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 } }]
74102026-07-24T13:06:14.794ZJul 24 13:06:13.321 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffJul 24 13:06:13.321Jul 24 13:06:13.321
74112026-07-24T13:06:14.794Z INFO INFOJul 24 13:06:13.321 adding route 172.17.0.10/32 -> 10.0.0.255DEBGadding route 172.17.0.36/32 -> 10.0.0.255
74122026-07-24T13:06:14.794Z
74132026-07-24T13:06:14.794ZJul 24 13:06:13.321replacing 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
74142026-07-24T13:06:14.794Z Jul 24 13:06:13.321replacing 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 } }] Jul 24 13:06:13.321DEBG
74152026-07-24T13:06:14.794Zreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
74162026-07-24T13:06:14.794Z 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 } }]Jul 24 13:06:13.321
74172026-07-24T13:06:14.794ZJul 24 13:06:13.321 INFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 172.17.0.42/32 -> 10.0.0.255Jul 24 13:06:13.321
74182026-07-24T13:06:14.794Z
74192026-07-24T13:06:14.794ZINFOJul 24 13:06:13.321 adding route 172.17.0.37/32 -> 10.0.0.255INFO
74202026-07-24T13:06:14.795Z adding route 172.17.0.11/32 -> 10.0.0.255
74212026-07-24T13:06:14.795ZJul 24 13:06:13.321 DEBGJul 24 13:06:13.321 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 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 } }]
74222026-07-24T13:06:14.795Z adding route 172.17.0.15/32 -> 10.0.0.255Jul 24 13:06:13.322
74232026-07-24T13:06:14.795Z DEBGJul 24 13:06:13.329
74242026-07-24T13:06:14.795Z INFOcreated new freemap Jul 24 13:06:13.329, adding route 172.17.0.12/32 -> 10.0.0.255Jul 24 13:06:13.329
74252026-07-24T13:06:14.795Zunit INFODEBG :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 } }]
74262026-07-24T13:06:14.795Zfreemap_route_ipv4adding route 3fff:beef:27::/64 -> 2001:db8::55:ffJul 24 13:06:13.329
74272026-07-24T13:06:14.795ZDEBG
74282026-07-24T13:06:14.795ZJul 24 13:06:13.329 INFO replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.16/32 -> 10.0.0.255
74292026-07-24T13:06:14.795Z
74302026-07-24T13:06:14.795ZJul 24 13:06:13.329 Jul 24 13:06:13.329DEBG Jul 24 13:06:13.329DEBG DEBGJul 24 13:06:13.329created new freemap , 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 } }] unitreplacing 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 } }]:
74312026-07-24T13:06:14.795Z
74322026-07-24T13:06:14.795Z freemap_route_ipv6INFO
74332026-07-24T13:06:14.795Z Jul 24 13:06:13.329adding route 172.17.0.13/32 -> 10.0.0.255Jul 24 13:06:13.329
74342026-07-24T13:06:14.795ZINFOINFOJul 24 13:06:13.329 adding route 172.17.0.17/32 -> 10.0.0.255DEBG Jul 24 13:06:13.329adding route 3fff:beef:28::/64 -> 2001:db8::55:ffinitted freemap. size: 64
74352026-07-24T13:06:14.795ZDEBG,
74362026-07-24T13:06:14.795Zunitreplacing 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 } }]:
74372026-07-24T13:06:14.795Z freemap_route_ipv4Jul 24 13:06:13.329
74382026-07-24T13:06:14.795Z Jul 24 13:06:13.329DEBGJul 24 13:06:13.329 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
74392026-07-24T13:06:14.795Z Jul 24 13:06:13.329INFO replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.14/32 -> 10.0.0.255DEBG
74402026-07-24T13:06:14.795Z
74412026-07-24T13:06:14.795ZJul 24 13:06:13.329 reset freemapINFO, Jul 24 13:06:13.329Jul 24 13:06:13.329 unit :INFODEBG adding route 172.17.0.18/32 -> 10.0.0.255adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
74422026-07-24T13:06:14.795Z
74432026-07-24T13:06:14.795Zfreemap_route_ipv4
74442026-07-24T13:06:14.795Zreplacing 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 } }]
74452026-07-24T13:06:14.796ZJul 24 13:06:13.329 Jul 24 13:06:13.329DEBG DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.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 } }]
74462026-07-24T13:06:14.796Z
74472026-07-24T13:06:14.796ZJul 24 13:06:13.329Jul 24 13:06:13.329 DEBGINFO initted freemap. size: 64adding route 172.17.0.15/32 -> 10.0.0.255Jul 24 13:06:13.329
74482026-07-24T13:06:14.796Z Jul 24 13:06:13.329, INFO unitadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff:
74492026-07-24T13:06:14.796ZJul 24 13:06:13.329 freemap_route_ipv6
74502026-07-24T13:06:14.796ZDEBG Jul 24 13:06:13.329replacing 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 } }]
74512026-07-24T13:06:14.796ZJul 24 13:06:13.329DEBG INFO Jul 24 13:06:13.329replacing 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
74522026-07-24T13:06:14.796ZINFO adding route 172.17.0.19/32 -> 10.0.0.255reset freemap
74532026-07-24T13:06:14.796Zadding route 172.17.0.16/32 -> 10.0.0.255Jul 24 13:06:13.329
74542026-07-24T13:06:14.796Z, unit: freemap_route_ipv6INFO
74552026-07-24T13:06:14.796Z Jul 24 13:06:13.329adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffJul 24 13:06:13.329
74562026-07-24T13:06:14.796Z DEBGDEBG Jul 24 13:06:13.329replacing 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 } }]
74572026-07-24T13:06:14.796Zreplacing 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 } }]
74582026-07-24T13:06:14.796ZINFO Jul 24 13:06:13.329adding route 172.16.0.0/32 -> 10.0.0.1Jul 24 13:06:13.329
74592026-07-24T13:06:14.796ZJul 24 13:06:13.329 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 } }]INFO Jul 24 13:06:13.329 adding route 172.17.0.17/32 -> 10.0.0.255DEBG
74602026-07-24T13:06:14.796Z INFO
74612026-07-24T13:06:14.796Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
74622026-07-24T13:06:14.796Zadding route 172.17.0.20/32 -> 10.0.0.255
74632026-07-24T13:06:14.796ZJul 24 13:06:13.329 Jul 24 13:06:13.329INFO Jul 24 13:06:13.329DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
74642026-07-24T13:06:14.796Zreplacing 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 } }]
74652026-07-24T13:06:14.796Ztest route::tests::rollback_on_compact_write_failure ... ok
74662026-07-24T13:06:14.796ZINFO Jul 24 13:06:13.329Jul 24 13:06:13.329adding route 172.16.0.0/32 -> 10.0.0.2 DEBG
74672026-07-24T13:06:14.796Z 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
74682026-07-24T13:06:14.796Z 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 } }]Jul 24 13:06:13.329Jul 24 13:06:13.329
74692026-07-24T13:06:14.796Z INFOJul 24 13:06:13.329DEBG Jul 24 13:06:13.329adding route 172.17.0.18/32 -> 10.0.0.255
74702026-07-24T13:06:14.796Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
74712026-07-24T13:06:14.796ZINFO adding route 172.17.0.21/32 -> 10.0.0.255INFO
74722026-07-24T13:06:14.797Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffJul 24 13:06:13.329replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
74732026-07-24T13:06:14.797Z
74742026-07-24T13:06:14.797ZJul 24 13:06:13.329 DEBG DEBGreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74752026-07-24T13:06:14.797ZJul 24 13:06:13.329replacing 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 } }]Jul 24 13:06:13.329 INFO
74762026-07-24T13:06:14.797ZJul 24 13:06:13.329 DEBG adding route 172.16.0.0/32 -> 10.0.0.3
74772026-07-24T13:06:14.797ZINFOreplacing 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 } }]Jul 24 13:06:13.329
74782026-07-24T13:06:14.797Zadding route 172.17.0.22/32 -> 10.0.0.255
74792026-07-24T13:06:14.797ZINFO Jul 24 13:06:13.329adding route 172.17.0.19/32 -> 10.0.0.255 Jul 24 13:06:13.329Jul 24 13:06:13.321 DEBGINFO
74802026-07-24T13:06:14.797Z Jul 24 13:06:13.329DEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
74812026-07-24T13:06:14.797Zreplacing 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
74822026-07-24T13:06:14.797Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 } }]
74832026-07-24T13:06:14.797ZJul 24 13:06:13.329Jul 24 13:06:13.337 Jul 24 13:06:13.313INFO DEBGINFO adding route 172.17.0.23/32 -> 10.0.0.255
74842026-07-24T13:06:14.797ZJul 24 13:06:13.337adding route 3fff:dead::/64 -> 2001:db8::55:1 replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
74852026-07-24T13:06:14.797Z
74862026-07-24T13:06:14.797Z adding route 172.17.0.43/32 -> 10.0.0.255Jul 24 13:06:13.337
74872026-07-24T13:06:14.797Z Jul 24 13:06:13.337DEBG INFOreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74882026-07-24T13:06:14.797ZJul 24 13:06:13.321Jul 24 13:06:13.337Jul 24 13:06:13.337 INFODEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
74892026-07-24T13:06:14.797Zreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255
74902026-07-24T13:06:14.797Z
74912026-07-24T13:06:14.797ZJul 24 13:06:13.337 adding route 172.17.0.20/32 -> 10.0.0.255Jul 24 13:06:13.337
74922026-07-24T13:06:14.797Z DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOJul 24 13:06:13.337
74932026-07-24T13:06:14.797ZJul 24 13:06:13.337 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
74942026-07-24T13:06:14.797Z 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 } }]Jul 24 13:06:13.337
74952026-07-24T13:06:14.797Z INFOINFO Jul 24 13:06:13.337Jul 24 13:06:13.337adding route 172.17.0.25/32 -> 10.0.0.255
74962026-07-24T13:06:14.797Z INFO adding route 172.17.0.38/32 -> 10.0.0.255DEBGadding route 172.17.0.21/32 -> 10.0.0.255
74972026-07-24T13:06:14.797ZJul 24 13:06:13.337
74982026-07-24T13:06:14.798Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBGJul 24 13:06:13.337
74992026-07-24T13:06:14.798Z DEBGJul 24 13:06:13.337 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 } }]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 } }]
75002026-07-24T13:06:14.798ZJul 24 13:06:13.337 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 } }]
75012026-07-24T13:06:14.798Z
75022026-07-24T13:06:14.798ZINFO Jul 24 13:06:13.337adding route 3fff:dead::/64 -> 2001:db8::55:3
75032026-07-24T13:06:14.798ZJul 24 13:06:13.337Jul 24 13:06:13.337 INFO INFOINFOadding route 172.17.0.22/32 -> 10.0.0.255Jul 24 13:06:13.337 adding route 172.17.0.39/32 -> 10.0.0.255DEBG
75042026-07-24T13:06:14.798Zadding route 172.17.0.26/32 -> 10.0.0.255
75052026-07-24T13:06:14.798Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
75062026-07-24T13:06:14.798Z
75072026-07-24T13:06:14.798ZJul 24 13:06:13.337 DEBG Jul 24 13:06:13.337Jul 24 13:06:13.337replacing 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 } }]
75082026-07-24T13:06:14.802ZDEBG Jul 24 13:06:13.337replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
75092026-07-24T13:06:14.802Z Jul 24 13:06:13.337 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBGINFO adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75102026-07-24T13:06:14.802ZJul 24 13:06:13.337
75112026-07-24T13:06:14.802Z
75122026-07-24T13:06:14.802ZINFO Jul 24 13:06:13.337Jul 24 13:06:13.337 adding route 172.17.0.27/32 -> 10.0.0.255DEBG
75132026-07-24T13:06:14.802ZDEBG 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 } }]
75142026-07-24T13:06:14.802Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
75152026-07-24T13:06:14.802ZJul 24 13:06:13.337 Jul 24 13:06:13.337DEBGJul 24 13:06:13.337 Jul 24 13:06:13.337 INFOreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
75162026-07-24T13:06:14.803Zadding route 172.17.0.41/32 -> 10.0.0.255
75172026-07-24T13:06:14.803Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
75182026-07-24T13:06:14.803Z Jul 24 13:06:13.337adding route 172.17.0.23/32 -> 10.0.0.255
75192026-07-24T13:06:14.803ZJul 24 13:06:13.337 INFODEBG Jul 24 13:06:13.337adding route 172.17.0.28/32 -> 10.0.0.255
75202026-07-24T13:06:14.803ZJul 24 13:06:13.337WARN 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 } }]shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
75212026-07-24T13:06:14.803Z
75222026-07-24T13:06:14.803ZDEBGJul 24 13:06:13.337 replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
75232026-07-24T13:06:14.803Z Jul 24 13:06:13.337replacing 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 } }]
75242026-07-24T13:06:14.803ZINFO Jul 24 13:06:13.337 INFOJul 24 13:06:13.337 adding route 172.17.0.42/32 -> 10.0.0.255INFO
75252026-07-24T13:06:14.803Z adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255
75262026-07-24T13:06:14.803Z
75272026-07-24T13:06:14.803Z
75282026-07-24T13:06:14.803ZJul 24 13:06:13.337Jul 24 13:06:13.337 Jul 24 13:06:13.337Jul 24 13:06:13.337DEBG DEBG 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 } }]
75292026-07-24T13:06:14.803ZDEBG adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }]
75302026-07-24T13:06:14.803Zreplacing 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 } }]
75312026-07-24T13:06:14.803Z
75322026-07-24T13:06:14.803ZJul 24 13:06:13.337 Jul 24 13:06:13.337INFO DEBGJul 24 13:06:13.337 adding route 172.17.0.30/32 -> 10.0.0.255
75332026-07-24T13:06:14.803ZINFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]Jul 24 13:06:13.337
75342026-07-24T13:06:14.803Z adding route 172.17.0.25/32 -> 10.0.0.255
75352026-07-24T13:06:14.803ZJul 24 13:06:13.337INFOJul 24 13:06:13.337 adding route 172.17.0.43/32 -> 10.0.0.255DEBG
75362026-07-24T13:06:14.803Z 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 } }]
75372026-07-24T13:06:14.803ZJul 24 13:06:13.337 DEBGJul 24 13:06:13.337DEBGJul 24 13:06:13.337 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 } }]INFODEBG adding route 172.17.0.31/32 -> 10.0.0.255replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75382026-07-24T13:06:14.803Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
75392026-07-24T13:06:14.804Z
75402026-07-24T13:06:14.804Z
75412026-07-24T13:06:14.804ZJul 24 13:06:13.337Jul 24 13:06:13.337 Jul 24 13:06:13.337INFODEBG adding route 172.17.0.44/32 -> 10.0.0.255INFOreplacing 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 } }]
75422026-07-24T13:06:14.804Z
75432026-07-24T13:06:14.804Z Jul 24 13:06:13.337adding route 172.17.0.26/32 -> 10.0.0.255 Jul 24 13:06:13.337
75442026-07-24T13:06:14.804Z DEBGJul 24 13:06:13.337INFO 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.32/32 -> 10.0.0.255
75452026-07-24T13:06:14.804ZDEBG
75462026-07-24T13:06:14.804Z replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75472026-07-24T13:06:14.804ZJul 24 13:06:13.337Jul 24 13:06:13.337 Jul 24 13:06:13.337DEBG INFOreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 24 13:06:13.337
75482026-07-24T13:06:14.804Z INFOadding route 172.17.0.45/32 -> 10.0.0.255
75492026-07-24T13:06:14.804Zadding route 172.17.0.44/32 -> 10.0.0.255
75502026-07-24T13:06:14.805ZDEBG 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 } }]Jul 24 13:06:13.337
75512026-07-24T13:06:14.805Z Jul 24 13:06:13.337DEBG 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 } }]Jul 24 13:06:13.337 Jul 24 13:06:13.337adding route 172.17.0.27/32 -> 10.0.0.255
75522026-07-24T13:06:14.805ZINFO
75532026-07-24T13:06:14.805ZDEBG adding route 172.17.0.33/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 } }]
75542026-07-24T13:06:14.805Z
75552026-07-24T13:06:14.805ZJul 24 13:06:13.337Jul 24 13:06:13.337 DEBGINFO Jul 24 13:06:13.337replacing 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 } }]Jul 24 13:06:13.337adding route 172.17.0.46/32 -> 10.0.0.255
75562026-07-24T13:06:14.805ZINFO DEBG
75572026-07-24T13:06:14.805Zadding route 172.17.0.45/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 } }]
75582026-07-24T13:06:14.805Z
75592026-07-24T13:06:14.805ZJul 24 13:06:13.337 Jul 24 13:06:13.337DEBG Jul 24 13:06:13.337replacing 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 Jul 24 13:06:13.337 DEBG
75602026-07-24T13:06:14.805ZINFOadding route 172.17.0.28/32 -> 10.0.0.255replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75612026-07-24T13:06:14.805Z
75622026-07-24T13:06:14.805Zadding route 172.17.0.34/32 -> 10.0.0.255
75632026-07-24T13:06:14.805ZJul 24 13:06:13.337Jul 24 13:06:13.337 INFOINFOJul 24 13:06:13.337 adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255
75642026-07-24T13:06:14.806ZJul 24 13:06:13.337DEBG DEBG
75652026-07-24T13:06:14.806Z Jul 24 13:06:13.337replacing 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.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 } }] Jul 24 13:06:13.337
75662026-07-24T13:06:14.806Z DEBG
75672026-07-24T13:06:14.806Z 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 } }]
75682026-07-24T13:06:14.806Zreplacing 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 } }]
75692026-07-24T13:06:14.806ZJul 24 13:06:13.337 INFO Jul 24 13:06:13.337adding route 172.17.0.29/32 -> 10.0.0.255
75702026-07-24T13:06:14.806ZINFOJul 24 13:06:13.337Jul 24 13:06:13.337 adding route 172.17.0.47/32 -> 10.0.0.255 INFOINFO
75712026-07-24T13:06:14.806Z Jul 24 13:06:13.337adding route 172.17.0.35/32 -> 10.0.0.255
75722026-07-24T13:06:14.806Zadding route 172.17.0.48/32 -> 10.0.0.255
75732026-07-24T13:06:14.806ZDEBG Jul 24 13:06:13.337replacing 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 } }]Jul 24 13:06:13.337
75742026-07-24T13:06:14.806Z Jul 24 13:06:13.337DEBG DEBG 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 } }]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 } }]
75752026-07-24T13:06:14.806Z
75762026-07-24T13:06:14.806Zreplacing 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 } }]Jul 24 13:06:13.337
75772026-07-24T13:06:14.806Z INFOJul 24 13:06:13.337Jul 24 13:06:13.337 Jul 24 13:06:13.337INFO INFOINFO adding route 172.17.0.49/32 -> 10.0.0.255
75782026-07-24T13:06:14.806Zadding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255
75792026-07-24T13:06:14.806Z
75802026-07-24T13:06:14.806Z
75812026-07-24T13:06:14.806ZJul 24 13:06:13.337 DEBG Jul 24 13:06:13.337replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75822026-07-24T13:06:14.806ZJul 24 13:06:13.337DEBGJul 24 13:06:13.337 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 } }] DEBGreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75832026-07-24T13:06:14.806Z
75842026-07-24T13:06:14.806Zreplacing 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 } }]Jul 24 13:06:13.337
75852026-07-24T13:06:14.806Z Jul 24 13:06:13.337INFO Jul 24 13:06:13.337INFOadding route 172.17.0.50/32 -> 10.0.0.255 Jul 24 13:06:13.337adding route 172.17.0.49/32 -> 10.0.0.255
75862026-07-24T13:06:14.806Z INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255
75872026-07-24T13:06:14.806Z
75882026-07-24T13:06:14.807Z
75892026-07-24T13:06:14.807ZJul 24 13:06:13.337 DEBGJul 24 13:06:13.337 Jul 24 13:06:13.329replacing 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 } }]
75902026-07-24T13:06:14.807Z DEBGJul 24 13:06:13.337Jul 24 13:06:13.345 DEBGINFO replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255
75912026-07-24T13:06:14.807Z
75922026-07-24T13:06:14.807ZJul 24 13:06:13.345Jul 24 13:06:13.337Jul 24 13:06:13.345 DEBGINFO replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75932026-07-24T13:06:14.807ZDEBGadding route 172.17.0.51/32 -> 10.0.0.255 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 } }]
75942026-07-24T13:06:14.807Z
75952026-07-24T13:06:14.807ZJul 24 13:06:13.345 INFO Jul 24 13:06:13.345replacing 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 } }]Jul 24 13:06:13.345
75962026-07-24T13:06:14.807ZINFODEBG adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.51/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 } }]
75972026-07-24T13:06:14.807Z
75982026-07-24T13:06:14.807Z
75992026-07-24T13:06:14.807ZJul 24 13:06:13.345 INFO Jul 24 13:06:13.345Jul 24 13:06:13.345 Jul 24 13:06:13.345adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG
76002026-07-24T13:06:14.807Zreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
76012026-07-24T13:06:14.807Z adding route 172.17.0.52/32 -> 10.0.0.255DEBG
76022026-07-24T13:06:14.807ZJul 24 13:06:13.345 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.52/32 -> 10.0.0.255
76032026-07-24T13:06:14.807Z
76042026-07-24T13:06:14.807ZJul 24 13:06:13.345 Jul 24 13:06:13.345DEBG Jul 24 13:06:13.345Jul 24 13:06:13.345 replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
76052026-07-24T13:06:14.807Z adding route 172.17.0.33/32 -> 10.0.0.255
76062026-07-24T13:06:14.807ZDEBG 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
76072026-07-24T13:06:14.807Z Jul 24 13:06:13.345Jul 24 13:06:13.345 replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO DEBG
76082026-07-24T13:06:14.812Zadding route 172.17.0.53/32 -> 10.0.0.255Jul 24 13:06:13.345
76092026-07-24T13:06:14.812Z INFO replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.53/32 -> 10.0.0.255
76102026-07-24T13:06:14.812ZJul 24 13:06:13.345Jul 24 13:06:13.345
76112026-07-24T13:06:14.812Z INFO DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff Jul 24 13:06:13.345replacing 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 } }]Jul 24 13:06:13.345
76122026-07-24T13:06:14.812Z
76132026-07-24T13:06:14.812Z INFODEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.34/32 -> 10.0.0.255
76142026-07-24T13:06:14.812Z
76152026-07-24T13:06:14.812ZJul 24 13:06:13.345 Jul 24 13:06:13.345INFO Jul 24 13:06:13.345adding route 172.17.0.54/32 -> 10.0.0.255DEBG Jul 24 13:06:13.345DEBG
76162026-07-24T13:06:14.812ZINFO DEBGadding route 172.17.0.54/32 -> 10.0.0.255 replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
76172026-07-24T13:06:14.812Z
76182026-07-24T13:06:14.812ZJul 24 13:06:13.345
76192026-07-24T13:06:14.812Z DEBGreplacing 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 } }]
76202026-07-24T13:06:14.812Zreplacing 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 } }]Jul 24 13:06:13.345Jul 24 13:06:13.345
76212026-07-24T13:06:14.812Z INFOJul 24 13:06:13.345 adding route 172.17.0.38/32 -> 10.0.0.255Jul 24 13:06:13.345DEBG
76222026-07-24T13:06:14.812ZJul 24 13:06:13.345 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 } }]INFOINFO
76232026-07-24T13:06:14.812Z adding route 172.17.0.55/32 -> 10.0.0.255 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFOJul 24 13:06:13.345Jul 24 13:06:13.345
76242026-07-24T13:06:14.812Zadding route 172.17.0.35/32 -> 10.0.0.255 INFO
76252026-07-24T13:06:14.812Z adding route 172.17.0.55/32 -> 10.0.0.255
76262026-07-24T13:06:14.812ZDEBG
76272026-07-24T13:06:14.813Z Jul 24 13:06:13.345 DEBGreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 24 13:06:13.345replacing 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 } }]
76282026-07-24T13:06:14.813ZJul 24 13:06:13.345
76292026-07-24T13:06:14.813Z DEBG Jul 24 13:06:13.345replacing 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 } }]
76302026-07-24T13:06:14.813ZDEBG 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 } }]DEBGJul 24 13:06:13.345
76312026-07-24T13:06:14.813ZJul 24 13:06:13.345 Jul 24 13:06:13.345INFO INFOINFO adding route 172.17.0.56/32 -> 10.0.0.255 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 } }]
76322026-07-24T13:06:14.813ZJul 24 13:06:13.345 adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255
76332026-07-24T13:06:14.813ZINFO
76342026-07-24T13:06:14.813Z
76352026-07-24T13:06:14.813ZJul 24 13:06:13.345Jul 24 13:06:13.345 DEBG 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 } }]
76362026-07-24T13:06:14.813Z Jul 24 13:06:13.345replacing 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 } }]
76372026-07-24T13:06:14.813ZDEBG Jul 24 13:06:13.345adding route 172.17.0.36/32 -> 10.0.0.255 replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
76382026-07-24T13:06:14.813Z
76392026-07-24T13:06:14.813ZJul 24 13:06:13.345Jul 24 13:06:13.345 INFOINFO Jul 24 13:06:13.345 adding route 172.17.0.57/32 -> 10.0.0.255
76402026-07-24T13:06:14.813Zadding route 172.17.0.57/32 -> 10.0.0.255Jul 24 13:06:13.345
76412026-07-24T13:06:14.813Z DEBGINFO replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76422026-07-24T13:06:14.813Zadding route 172.17.0.40/32 -> 10.0.0.255Jul 24 13:06:13.345
76432026-07-24T13:06:14.814ZJul 24 13:06:13.345adding route 3fff:beef:32::/64 -> 2001:db8::55:ff 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 } }]
76442026-07-24T13:06:14.814ZDEBG
76452026-07-24T13:06:14.814ZJul 24 13:06:13.345 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
76462026-07-24T13:06:14.814ZJul 24 13:06:13.345 Jul 24 13:06:13.345adding route 172.17.0.37/32 -> 10.0.0.255 Jul 24 13:06:13.345INFOJul 24 13:06:13.345DEBG
76472026-07-24T13:06:14.814Z adding route 172.17.0.58/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 } }]
76482026-07-24T13:06:14.814Z
76492026-07-24T13:06:14.814Z INFO adding route 172.17.0.58/32 -> 10.0.0.255Jul 24 13:06:13.345Jul 24 13:06:13.345
76502026-07-24T13:06:14.814ZJul 24 13:06:13.345 DEBG INFO replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGadding route 172.17.0.41/32 -> 10.0.0.255
76512026-07-24T13:06:14.815Z
76522026-07-24T13:06:14.815ZJul 24 13:06:13.345 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 } }]DEBG
76532026-07-24T13:06:14.815ZJul 24 13:06:13.345Jul 24 13:06:13.345 INFO replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76542026-07-24T13:06:14.815Z 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 172.17.0.59/32 -> 10.0.0.255
76552026-07-24T13:06:14.815ZJul 24 13:06:13.345DEBG
76562026-07-24T13:06:14.815Z Jul 24 13:06:13.345replacing 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
76572026-07-24T13:06:14.815ZINFOJul 24 13:06:13.345 adding route 172.17.0.59/32 -> 10.0.0.255
76582026-07-24T13:06:14.815ZINFO Jul 24 13:06:13.345 INFOadding route 172.17.0.38/32 -> 10.0.0.255 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 172.17.0.42/32 -> 10.0.0.255Jul 24 13:06:13.345
76592026-07-24T13:06:14.815Z Jul 24 13:06:13.345
76602026-07-24T13:06:14.815Z
76612026-07-24T13:06:14.815ZDEBGDEBG 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 } }]Jul 24 13:06:13.345
76622026-07-24T13:06:14.815Z 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 } }]Jul 24 13:06:13.345
76632026-07-24T13:06:14.815Zreplacing 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 } }] Jul 24 13:06:13.345DEBG
76642026-07-24T13:06:14.815Z INFOreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76652026-07-24T13:06:14.815Zadding route 172.17.0.60/32 -> 10.0.0.255Jul 24 13:06:13.345
76662026-07-24T13:06:14.815Ztest route::tests::delete_target_full ... ok
76672026-07-24T13:06:14.815ZJul 24 13:06:13.345Jul 24 13:06:13.345 DEBGJul 24 13:06:13.345INFO INFOadding route 172.17.0.43/32 -> 10.0.0.255Jul 24 13:06:13.345 INFODEBG
76682026-07-24T13:06:14.815Z adding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
76692026-07-24T13:06:14.815Z 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 } }]
76702026-07-24T13:06:14.815Z
76712026-07-24T13:06:14.815ZJul 24 13:06:13.345
76722026-07-24T13:06:14.815ZDEBG Jul 24 13:06:13.345Jul 24 13:06:13.345replacing 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 } }]
76732026-07-24T13:06:14.815ZINFO Jul 24 13:06:13.345adding route 172.17.0.61/32 -> 10.0.0.255 Jul 24 13:06:13.345
76742026-07-24T13:06:14.815Ztest route::tests::add_target_fails_full ... ok
76752026-07-24T13:06:14.815ZDEBGINFO adding route 172.17.0.39/32 -> 10.0.0.255DEBG
76762026-07-24T13:06:14.816Ztest route::tests::delete_targets_full ... ok
76772026-07-24T13:06:14.816Z 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 } }]
76782026-07-24T13:06:14.816Ztest route::tests::delete_target_fragmented ... ok
76792026-07-24T13:06:14.816Zreplacing 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 } }]Jul 24 13:06:13.345
76802026-07-24T13:06:14.816ZJul 24 13:06:13.345 DEBGINFOJul 24 13:06:13.345Jul 24 13:06:13.345 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 } }]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 } }]INFOadding route 172.17.0.44/32 -> 10.0.0.255
76812026-07-24T13:06:14.816Z
76822026-07-24T13:06:14.816Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
76832026-07-24T13:06:14.816Z
76842026-07-24T13:06:14.816ZJul 24 13:06:13.345Jul 24 13:06:13.345 INFOJul 24 13:06:13.345 adding route 172.17.0.62/32 -> 10.0.0.255INFO
76852026-07-24T13:06:14.816ZJul 24 13:06:13.345 DEBG Jul 24 13:06:13.345replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
76862026-07-24T13:06:14.816ZDEBG Jul 24 13:06:13.345adding route 172.17.0.61/32 -> 10.0.0.255
76872026-07-24T13:06:14.816Zadding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76882026-07-24T13:06:14.816Z
76892026-07-24T13:06:14.816ZJul 24 13:06:13.345Jul 24 13:06:13.345 Jul 24 13:06:13.345Jul 24 13:06:13.345 INFODEBGINFO DEBG DEBGreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
76902026-07-24T13:06:14.816Z
76912026-07-24T13:06:14.816Zreplacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
76922026-07-24T13:06:14.816Z
76932026-07-24T13:06:14.816Z adding route 172.17.0.45/32 -> 10.0.0.255
76942026-07-24T13:06:14.816ZJul 24 13:06:13.345Jul 24 13:06:13.345 Jul 24 13:06:13.345 Jul 24 13:06:13.345INFO Jul 24 13:06:13.345INFO DEBGDEBG adding route 172.17.0.63/32 -> 10.0.0.255 replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
76952026-07-24T13:06:14.816ZINFO adding route 172.17.0.62/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255
76962026-07-24T13:06:14.816Z
76972026-07-24T13:06:14.816Z
76982026-07-24T13:06:14.816ZJul 24 13:06:13.345Jul 24 13:06:13.345 INFOJul 24 13:06:13.345
76992026-07-24T13:06:14.816ZINFODEBGadding route 172.17.0.46/32 -> 10.0.0.255
77002026-07-24T13:06:14.817ZJul 24 13:06:13.345adding route 3fff:beef:37::/64 -> 2001:db8::55:ffJul 24 13:06:13.345
77012026-07-24T13:06:14.817Z 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 } }]
77022026-07-24T13:06:14.817ZDEBG 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 } }]Jul 24 13:06:13.345
77032026-07-24T13:06:14.817Z Jul 24 13:06:13.345DEBG INFOreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 24 13:06:13.345
77042026-07-24T13:06:14.817Z DEBGadding route 172.17.0.47/32 -> 10.0.0.255
77052026-07-24T13:06:14.817Zfailed to allocate space for the new target list
77062026-07-24T13:06:14.817ZJul 24 13:06:13.345 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffJul 24 13:06:13.345
77072026-07-24T13:06:14.817ZJul 24 13:06:13.345 DEBGDEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
77082026-07-24T13:06:14.821ZJul 24 13:06:13.345
77092026-07-24T13:06:14.821Z DEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 24 13:06:13.353
77102026-07-24T13:06:14.821Z 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.48/32 -> 10.0.0.255
77112026-07-24T13:06:14.821Z
77122026-07-24T13:06:14.822ZJul 24 13:06:13.353Jul 24 13:06:13.353Jul 24 13:06:13.353 INFO DEBGadding route 172.17.0.42/32 -> 10.0.0.255INFO
77132026-07-24T13:06:14.822Z 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 3fff:beef:39::/64 -> 2001:db8::55:ff
77142026-07-24T13:06:14.822Z
77152026-07-24T13:06:14.822ZJul 24 13:06:13.353 DEBG Jul 24 13:06:13.353Jul 24 13:06:13.353 replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77162026-07-24T13:06:14.822ZDEBGINFO adding route 172.17.0.49/32 -> 10.0.0.255replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
77172026-07-24T13:06:14.822Z
77182026-07-24T13:06:14.822ZJul 24 13:06:13.353 INFO adding route 172.17.0.43/32 -> 10.0.0.255Jul 24 13:06:13.353
77192026-07-24T13:06:14.822Z DEBGJul 24 13:06:13.353 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 } }]Jul 24 13:06:13.353INFO
77202026-07-24T13:06:14.822ZDEBG 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 } }]
77212026-07-24T13:06:14.822Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffJul 24 13:06:13.353
77222026-07-24T13:06:14.822Z INFO adding route 172.17.0.50/32 -> 10.0.0.255Jul 24 13:06:13.353
77232026-07-24T13:06:14.822Z INFOJul 24 13:06:13.353 adding route 172.17.0.44/32 -> 10.0.0.255DEBGJul 24 13:06:13.353Jul 24 13:06:13.353
77242026-07-24T13:06:14.822Z DEBGDEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 24 13:06:13.353replacing 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 } }]
77252026-07-24T13:06:14.822ZDEBGreplacing 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 } }]
77262026-07-24T13:06:14.822Z
77272026-07-24T13:06:14.822Zreplacing 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 } }]
77282026-07-24T13:06:14.822ZJul 24 13:06:13.353 Jul 24 13:06:13.353INFO Jul 24 13:06:13.353 DEBGJul 24 13:06:13.353 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFOfailed to allocate space for the new target list
77292026-07-24T13:06:14.822Z
77302026-07-24T13:06:14.822ZINFO adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255
77312026-07-24T13:06:14.822Z
77322026-07-24T13:06:14.822ZJul 24 13:06:13.353 Jul 24 13:06:13.353DEBG Jul 24 13:06:13.353 Jul 24 13:06:13.353DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
77332026-07-24T13:06:14.822Z replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG 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
77342026-07-24T13:06:14.822Z 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 } }]Jul 24 13:06:13.353
77352026-07-24T13:06:14.822Z
77362026-07-24T13:06:14.822Z DEBG failed to allocate space for the new target list
77372026-07-24T13:06:14.822ZJul 24 13:06:13.353Jul 24 13:06:13.353 Jul 24 13:06:13.353INFO INFOINFO adding route 172.17.0.52/32 -> 10.0.0.255adding route 172.17.0.46/32 -> 10.0.0.255
77382026-07-24T13:06:14.822Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
77392026-07-24T13:06:14.822Z
77402026-07-24T13:06:14.823ZJul 24 13:06:13.353Jul 24 13:06:13.353 Jul 24 13:06:13.353 DEBG DEBGreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }]
77412026-07-24T13:06:14.823Zreplacing 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 } }]
77422026-07-24T13:06:14.823Z
77432026-07-24T13:06:14.823ZJul 24 13:06:13.353Jul 24 13:06:13.353Jul 24 13:06:13.353 INFO INFODEBG adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.53/32 -> 10.0.0.255
77442026-07-24T13:06:14.823Z failed to allocate space for the new target list
77452026-07-24T13:06:14.823Z
77462026-07-24T13:06:14.823ZJul 24 13:06:13.353 Jul 24 13:06:13.353Jul 24 13:06:13.353DEBG DEBGreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77472026-07-24T13:06:14.823ZDEBGreplacing targets for 3fff:dead::/64 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 } }]
77482026-07-24T13:06:14.823Zreplacing 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 } }]
77492026-07-24T13:06:14.823ZJul 24 13:06:13.353 Jul 24 13:06:13.353INFO INFOadding route 172.17.0.48/32 -> 10.0.0.255
77502026-07-24T13:06:14.823Zadding route 172.17.0.54/32 -> 10.0.0.255
77512026-07-24T13:06:14.823ZJul 24 13:06:13.353Jul 24 13:06:13.353 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.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 } }]
77522026-07-24T13:06:14.823Z
77532026-07-24T13:06:14.823ZJul 24 13:06:13.353Jul 24 13:06:13.353 INFOINFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255
77542026-07-24T13:06:14.823Z
77552026-07-24T13:06:14.823ZJul 24 13:06:13.353Jul 24 13:06:13.353 DEBGDEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
77562026-07-24T13:06:14.823Z
77572026-07-24T13:06:14.823ZJul 24 13:06:13.353Jul 24 13:06:13.353 INFOINFO adding route 172.17.0.50/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255
77582026-07-24T13:06:14.823Z
77592026-07-24T13:06:14.823ZJul 24 13:06:13.353 DEBG Jul 24 13:06:13.353replacing 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 } }]
77602026-07-24T13:06:14.823ZDEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77612026-07-24T13:06:14.823ZJul 24 13:06:13.353 INFO adding route 172.17.0.51/32 -> 10.0.0.255
77622026-07-24T13:06:14.823ZJul 24 13:06:13.353 INFO adding route 172.17.0.57/32 -> 10.0.0.255
77632026-07-24T13:06:14.823ZJul 24 13:06:13.353 DEBGJul 24 13:06:13.353 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
77642026-07-24T13:06:14.823Z 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 } }]
77652026-07-24T13:06:14.823ZJul 24 13:06:13.353 INFOJul 24 13:06:13.353 adding route 172.17.0.52/32 -> 10.0.0.255INFO
77662026-07-24T13:06:14.823Z adding route 172.17.0.58/32 -> 10.0.0.255
77672026-07-24T13:06:14.823ZJul 24 13:06:13.353 Jul 24 13:06:13.353DEBG DEBGreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77682026-07-24T13:06:14.823Zreplacing 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 } }]
77692026-07-24T13:06:14.824Ztest route::tests::delete_targets_fragmented ... ok
77702026-07-24T13:06:14.824ZJul 24 13:06:13.353Jul 24 13:06:13.353 INFOINFO adding route 172.17.0.53/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255
77712026-07-24T13:06:14.824Z
77722026-07-24T13:06:14.824ZJul 24 13:06:13.353Jul 24 13:06:13.353 DEBGDEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77732026-07-24T13:06:14.824Z
77742026-07-24T13:06:14.824ZJul 24 13:06:13.353Jul 24 13:06:13.353 INFOINFO adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255
77752026-07-24T13:06:14.824Z
77762026-07-24T13:06:14.824ZJul 24 13:06:13.353Jul 24 13:06:13.353 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.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 } }]
77772026-07-24T13:06:14.824Z
77782026-07-24T13:06:14.824ZJul 24 13:06:13.353Jul 24 13:06:13.353 DEBGINFO failed to allocate space for the new target listadding route 172.17.0.55/32 -> 10.0.0.255
77792026-07-24T13:06:14.824Z
77802026-07-24T13:06:14.824Z
77812026-07-24T13:06:14.824Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
77822026-07-24T13:06:14.824Z
77832026-07-24T13:06:14.824ZJul 24 13:06:13.353Jul 24 13:06:13.353 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.16.0.0/32 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 } }]
77842026-07-24T13:06:14.824Z
77852026-07-24T13:06:14.824ZJul 24 13:06:13.353 INFO adding route 172.17.0.56/32 -> 10.0.0.255
77862026-07-24T13:06:14.824ZJul 24 13:06:13.353 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 } }]
77872026-07-24T13:06:14.825ZJul 24 13:06:13.353 INFO adding route 172.17.0.57/32 -> 10.0.0.255
77882026-07-24T13:06:14.825ZJul 24 13:06:13.353 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 } }]
77892026-07-24T13:06:14.825ZJul 24 13:06:13.353 INFO adding route 172.17.0.58/32 -> 10.0.0.255
77902026-07-24T13:06:14.825ZJul 24 13:06:13.353 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 } }]
77912026-07-24T13:06:14.825ZJul 24 13:06:13.353 INFO adding route 172.17.0.59/32 -> 10.0.0.255
77922026-07-24T13:06:14.825ZJul 24 13:06:13.353 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 } }]
77932026-07-24T13:06:14.825ZJul 24 13:06:13.353 INFO adding route 172.17.0.60/32 -> 10.0.0.255
77942026-07-24T13:06:14.825ZJul 24 13:06:13.353 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 } }]
77952026-07-24T13:06:14.825ZJul 24 13:06:13.353 DEBG failed to allocate space for the new target list
77962026-07-24T13:06:14.825ZJul 24 13:06:13.353 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 } }]
77972026-07-24T13:06:14.825ZJul 24 13:06:13.354 DEBG created new freemap, unit: freemap_route_ipv4
77982026-07-24T13:06:14.825ZJul 24 13:06:13.354 DEBG created new freemap, unit: freemap_route_ipv6
77992026-07-24T13:06:14.826ZJul 24 13:06:13.354 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
78002026-07-24T13:06:14.826ZJul 24 13:06:13.354 DEBG reset freemap, unit: freemap_route_ipv4
78012026-07-24T13:06:14.826ZJul 24 13:06:13.354 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
78022026-07-24T13:06:14.826ZJul 24 13:06:13.354 DEBG reset freemap, unit: freemap_route_ipv6
78032026-07-24T13:06:14.826ZJul 24 13:06:13.354 INFO adding route 172.16.0.0/32 -> 10.0.0.1
78042026-07-24T13:06:14.826ZJul 24 13:06:13.354 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 } }]
78052026-07-24T13:06:14.826ZJul 24 13:06:13.354 INFO adding route 172.16.0.0/32 -> 10.0.0.1
78062026-07-24T13:06:14.826ZJul 24 13:06:13.354 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 } }]
78072026-07-24T13:06:14.826ZJul 24 13:06:13.354 INFO adding route 172.16.0.0/32 -> 10.0.0.1
78082026-07-24T13:06:14.830ZJul 24 13:06:13.354 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 } }]
78092026-07-24T13:06:14.830ZJul 24 13:06:13.354 INFO adding route 172.16.0.0/32 -> 10.0.0.2
78102026-07-24T13:06:14.830ZJul 24 13:06:13.354 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
78112026-07-24T13:06:14.830ZJul 24 13:06:13.354 INFO adding route 172.17.0.0/32 -> 10.0.0.255
78122026-07-24T13:06:14.830ZJul 24 13:06:13.354 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 } }]
78132026-07-24T13:06:14.830ZJul 24 13:06:13.354 INFO adding route 172.17.0.1/32 -> 10.0.0.255
78142026-07-24T13:06:14.830ZJul 24 13:06:13.354 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 } }]
78152026-07-24T13:06:14.830ZJul 24 13:06:13.354 INFO adding route 172.17.0.2/32 -> 10.0.0.255
78162026-07-24T13:06:14.830ZJul 24 13:06:13.354 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 } }]
78172026-07-24T13:06:14.830ZJul 24 13:06:13.354 INFO adding route 172.17.0.3/32 -> 10.0.0.255
78182026-07-24T13:06:14.831ZJul 24 13:06:13.354 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 } }]
78192026-07-24T13:06:14.831ZJul 24 13:06:13.354 INFO adding route 172.17.0.4/32 -> 10.0.0.255
78202026-07-24T13:06:14.831ZJul 24 13:06:13.354 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 } }]
78212026-07-24T13:06:14.831ZJul 24 13:06:13.354 INFO adding route 172.17.0.5/32 -> 10.0.0.255
78222026-07-24T13:06:14.831ZJul 24 13:06:13.354 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 } }]
78232026-07-24T13:06:14.831ZJul 24 13:06:13.354 INFO adding route 172.17.0.6/32 -> 10.0.0.255
78242026-07-24T13:06:14.831ZJul 24 13:06:13.361 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 } }]
78252026-07-24T13:06:14.831ZJul 24 13:06:13.361 INFO adding route 172.17.0.7/32 -> 10.0.0.255
78262026-07-24T13:06:14.831ZJul 24 13:06:13.361 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 } }]
78272026-07-24T13:06:14.831ZJul 24 13:06:13.361 INFO adding route 172.17.0.8/32 -> 10.0.0.255
78282026-07-24T13:06:14.831ZJul 24 13:06:13.361 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 } }]
78292026-07-24T13:06:14.831ZJul 24 13:06:13.361 INFO adding route 172.17.0.9/32 -> 10.0.0.255
78302026-07-24T13:06:14.831ZJul 24 13:06:13.361 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 } }]
78312026-07-24T13:06:14.831ZJul 24 13:06:13.361 INFO adding route 172.17.0.10/32 -> 10.0.0.255
78322026-07-24T13:06:14.832ZJul 24 13:06:13.361 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 } }]
78332026-07-24T13:06:14.832ZJul 24 13:06:13.361 INFO adding route 172.17.0.11/32 -> 10.0.0.255
78342026-07-24T13:06:14.832ZJul 24 13:06:13.361 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 } }]
78352026-07-24T13:06:14.832ZJul 24 13:06:13.361 INFO adding route 172.17.0.12/32 -> 10.0.0.255
78362026-07-24T13:06:14.832ZJul 24 13:06:13.361 DEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78372026-07-24T13:06:14.832ZJul 24 13:06:13.361 INFO adding route 172.17.0.13/32 -> 10.0.0.255
78382026-07-24T13:06:14.832ZJul 24 13:06:13.361 DEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78392026-07-24T13:06:14.832ZJul 24 13:06:13.361 INFO adding route 172.17.0.14/32 -> 10.0.0.255
78402026-07-24T13:06:14.832ZJul 24 13:06:13.361 DEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78412026-07-24T13:06:14.832ZJul 24 13:06:13.361 INFO adding route 172.17.0.15/32 -> 10.0.0.255
78422026-07-24T13:06:14.832ZJul 24 13:06:13.361 DEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78432026-07-24T13:06:14.832ZJul 24 13:06:13.361 INFO adding route 172.17.0.16/32 -> 10.0.0.255
78442026-07-24T13:06:14.832ZJul 24 13:06:13.361 DEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78452026-07-24T13:06:14.832ZJul 24 13:06:13.361 INFO adding route 172.17.0.17/32 -> 10.0.0.255
78462026-07-24T13:06:14.832ZJul 24 13:06:13.361 DEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78472026-07-24T13:06:14.832ZJul 24 13:06:13.361 INFO adding route 172.17.0.18/32 -> 10.0.0.255
78482026-07-24T13:06:14.832ZJul 24 13:06:13.361 DEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78492026-07-24T13:06:14.832ZJul 24 13:06:13.361 INFO adding route 172.17.0.19/32 -> 10.0.0.255
78502026-07-24T13:06:14.832ZJul 24 13:06:13.361 DEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78512026-07-24T13:06:14.832ZJul 24 13:06:13.361 INFO adding route 172.17.0.20/32 -> 10.0.0.255
78522026-07-24T13:06:14.832ZJul 24 13:06:13.361 DEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78532026-07-24T13:06:14.832ZJul 24 13:06:13.361 INFO adding route 172.17.0.21/32 -> 10.0.0.255
78542026-07-24T13:06:14.832ZJul 24 13:06:13.361 DEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78552026-07-24T13:06:14.832ZJul 24 13:06:13.361 INFO adding route 172.17.0.22/32 -> 10.0.0.255
78562026-07-24T13:06:14.833ZJul 24 13:06:13.361 DEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78572026-07-24T13:06:14.833ZJul 24 13:06:13.361 INFO adding route 172.17.0.23/32 -> 10.0.0.255
78582026-07-24T13:06:14.833ZJul 24 13:06:13.361 DEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78592026-07-24T13:06:14.833ZJul 24 13:06:13.361 INFO adding route 172.17.0.24/32 -> 10.0.0.255
78602026-07-24T13:06:14.833ZJul 24 13:06:13.361 DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78612026-07-24T13:06:14.833ZJul 24 13:06:13.361 INFO adding route 172.17.0.25/32 -> 10.0.0.255
78622026-07-24T13:06:14.833ZJul 24 13:06:13.362 DEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78632026-07-24T13:06:14.833ZJul 24 13:06:13.362 INFO adding route 172.17.0.26/32 -> 10.0.0.255
78642026-07-24T13:06:14.833ZJul 24 13:06:13.362 DEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78652026-07-24T13:06:14.833ZJul 24 13:06:13.362 INFO adding route 172.17.0.27/32 -> 10.0.0.255
78662026-07-24T13:06:14.833ZJul 24 13:06:13.362 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 } }]
78672026-07-24T13:06:14.833ZJul 24 13:06:13.362 INFO adding route 172.17.0.28/32 -> 10.0.0.255
78682026-07-24T13:06:14.834ZJul 24 13:06:13.362 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 } }]
78692026-07-24T13:06:14.834Z
78702026-07-24T13:06:14.834ZJul 24 13:06:13.362 INFO adding route 172.17.0.29/32 -> 10.0.0.255
78712026-07-24T13:06:14.834ZJul 24 13:06:13.362 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 } }]
78722026-07-24T13:06:14.834ZJul 24 13:06:13.362 INFO adding route 172.17.0.30/32 -> 10.0.0.255
78732026-07-24T13:06:14.834ZJul 24 13:06:13.362 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 } }]
78742026-07-24T13:06:14.834ZJul 24 13:06:13.362 INFO adding route 172.17.0.31/32 -> 10.0.0.255
78752026-07-24T13:06:14.834Zrunning 0 tests
78762026-07-24T13:06:14.834ZJul 24 13:06:13.362 DEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78772026-07-24T13:06:14.834ZJul 24 13:06:13.362 INFO adding route 172.17.0.32/32 -> 10.0.0.255
78782026-07-24T13:06:14.834ZJul 24 13:06:13.362 DEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78792026-07-24T13:06:14.834ZJul 24 13:06:13.362 INFO adding route 172.17.0.33/32 -> 10.0.0.255
78802026-07-24T13:06:14.834Z
78812026-07-24T13:06:14.834Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78822026-07-24T13:06:14.835ZJul 24 13:06:13.362 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 } }]
78832026-07-24T13:06:14.835Z
78842026-07-24T13:06:14.835ZJul 24 13:06:13.362 INFO adding route 172.17.0.34/32 -> 10.0.0.255
78852026-07-24T13:06:14.835Z
78862026-07-24T13:06:14.835ZJul 24 13:06:13.362 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 } }]
78872026-07-24T13:06:14.835Zrunning 0 tests
78882026-07-24T13:06:14.835ZJul 24 13:06:13.362 INFO adding route 172.17.0.35/32 -> 10.0.0.255
78892026-07-24T13:06:14.835Z
78902026-07-24T13:06:14.835Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78912026-07-24T13:06:14.835Z
78922026-07-24T13:06:14.835Z
78932026-07-24T13:06:14.835Zrunning 6 tests
78942026-07-24T13:06:14.835Ztest tests::test_parse_client_port_id ... ok
78952026-07-24T13:06:14.835Ztest tests::test_port_id_cmp ... ok
78962026-07-24T13:06:14.835Ztest tests::test_full_lot_id_neither_present ... ok
78972026-07-24T13:06:14.835Ztest tests::test_full_lot_id_lot_only ... ok
78982026-07-24T13:06:14.835Ztest tests::test_full_lot_id_lotnum_only ... ok
78992026-07-24T13:06:14.835Ztest tests::test_full_lot_id_both_present ... ok
79002026-07-24T13:06:14.835Z
79012026-07-24T13:06:14.835Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79022026-07-24T13:06:14.835Z
79032026-07-24T13:06:14.836ZJul 24 13:06:13.362 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 } }]
79042026-07-24T13:06:14.836ZJul 24 13:06:13.362 INFO adding route 172.17.0.36/32 -> 10.0.0.255
79052026-07-24T13:06:14.836ZJul 24 13:06:13.362 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 } }]
79062026-07-24T13:06:14.836ZJul 24 13:06:13.362 INFO adding route 172.17.0.37/32 -> 10.0.0.255
79072026-07-24T13:06:14.836ZJul 24 13:06:13.362 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 } }]
79082026-07-24T13:06:14.841ZJul 24 13:06:13.362 INFO adding route 172.17.0.38/32 -> 10.0.0.255
79092026-07-24T13:06:14.841ZJul 24 13:06:13.362 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 } }]
79102026-07-24T13:06:14.841ZJul 24 13:06:13.362 INFO adding route 172.17.0.39/32 -> 10.0.0.255
79112026-07-24T13:06:14.841ZJul 24 13:06:13.362 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 } }]
79122026-07-24T13:06:14.841ZJul 24 13:06:13.362 INFO adding route 172.17.0.40/32 -> 10.0.0.255
79132026-07-24T13:06:14.841ZJul 24 13:06:13.362 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 } }]
79142026-07-24T13:06:14.841ZJul 24 13:06:13.362 INFO adding route 172.17.0.41/32 -> 10.0.0.255
79152026-07-24T13:06:14.841ZJul 24 13:06:13.362 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 } }]
79162026-07-24T13:06:14.841ZJul 24 13:06:13.362 INFO adding route 172.17.0.42/32 -> 10.0.0.255
79172026-07-24T13:06:14.841ZJul 24 13:06:13.362 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 } }]
79182026-07-24T13:06:14.841ZJul 24 13:06:13.362 INFO adding route 172.17.0.43/32 -> 10.0.0.255
79192026-07-24T13:06:14.841ZJul 24 13:06:13.362 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 } }]
79202026-07-24T13:06:14.841ZJul 24 13:06:13.362 INFO adding route 172.17.0.44/32 -> 10.0.0.255
79212026-07-24T13:06:14.841ZJul 24 13:06:13.362 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 } }]
79222026-07-24T13:06:14.841ZJul 24 13:06:13.362 INFO adding route 172.17.0.45/32 -> 10.0.0.255
79232026-07-24T13:06:14.841ZJul 24 13:06:13.362 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 } }]
79242026-07-24T13:06:14.841ZJul 24 13:06:13.362 INFO adding route 172.17.0.46/32 -> 10.0.0.255
79252026-07-24T13:06:14.842ZJul 24 13:06:13.362 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 } }]
79262026-07-24T13:06:14.842ZJul 24 13:06:13.362 INFO adding route 172.17.0.47/32 -> 10.0.0.255
79272026-07-24T13:06:14.842ZJul 24 13:06:13.362 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 } }]
79282026-07-24T13:06:14.842ZJul 24 13:06:13.362 INFO adding route 172.17.0.48/32 -> 10.0.0.255
79292026-07-24T13:06:14.842ZJul 24 13:06:13.362 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 } }]
79302026-07-24T13:06:14.842ZJul 24 13:06:13.362 INFO adding route 172.17.0.49/32 -> 10.0.0.255
79312026-07-24T13:06:14.842ZJul 24 13:06:13.362 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 } }]
79322026-07-24T13:06:14.842ZJul 24 13:06:13.362 INFO adding route 172.17.0.50/32 -> 10.0.0.255
79332026-07-24T13:06:14.842ZJul 24 13:06:13.362 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 } }]
79342026-07-24T13:06:14.842ZJul 24 13:06:13.362 INFO adding route 172.17.0.51/32 -> 10.0.0.255
79352026-07-24T13:06:14.842ZJul 24 13:06:13.362 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 } }]
79362026-07-24T13:06:14.842ZJul 24 13:06:13.362 INFO adding route 172.17.0.52/32 -> 10.0.0.255
79372026-07-24T13:06:14.842ZJul 24 13:06:13.362 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 } }]
79382026-07-24T13:06:14.842ZJul 24 13:06:13.362 INFO adding route 172.17.0.53/32 -> 10.0.0.255
79392026-07-24T13:06:14.842ZJul 24 13:06:13.362 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 } }]
79402026-07-24T13:06:14.842ZJul 24 13:06:13.362 INFO adding route 172.17.0.54/32 -> 10.0.0.255
79412026-07-24T13:06:14.842ZJul 24 13:06:13.362 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 } }]
79422026-07-24T13:06:14.842ZJul 24 13:06:13.362 INFO adding route 172.17.0.55/32 -> 10.0.0.255
79432026-07-24T13:06:14.842ZJul 24 13:06:13.362 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 } }]
79442026-07-24T13:06:14.842ZJul 24 13:06:13.362 INFO adding route 172.17.0.56/32 -> 10.0.0.255
79452026-07-24T13:06:14.842ZJul 24 13:06:13.362 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 } }]
79462026-07-24T13:06:14.842ZJul 24 13:06:13.362 INFO adding route 172.17.0.57/32 -> 10.0.0.255
79472026-07-24T13:06:14.842ZJul 24 13:06:13.362 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 } }]
79482026-07-24T13:06:14.842ZJul 24 13:06:13.362 INFO adding route 172.17.0.58/32 -> 10.0.0.255
79492026-07-24T13:06:14.842ZJul 24 13:06:13.362 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 } }]
79502026-07-24T13:06:14.842ZJul 24 13:06:13.362 INFO adding route 172.17.0.59/32 -> 10.0.0.255
79512026-07-24T13:06:14.842ZJul 24 13:06:13.362 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 } }]
79522026-07-24T13:06:14.843ZJul 24 13:06:13.362 INFO adding route 172.17.0.60/32 -> 10.0.0.255
79532026-07-24T13:06:14.843ZJul 24 13:06:13.362 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 } }]
79542026-07-24T13:06:14.843ZJul 24 13:06:13.362 DEBG failed to allocate space for the new target list
79552026-07-24T13:06:14.843ZJul 24 13:06:13.362 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 } }]
79562026-07-24T13:06:14.843Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-b2d393ba4cb4d5d7)
79572026-07-24T13:06:14.843Z Running unittests src/lib.rs (target/debug/deps/dpd_api-5e577c23bb1438a2)
79582026-07-24T13:06:14.843Z Running unittests src/lib.rs (target/debug/deps/dpd_client-892aec177bfb8f19)
79592026-07-24T13:06:14.843Z Running tests/test_all.rs (target/debug/deps/test_all-3b2864e8305502bf)
79602026-07-24T13:06:14.843Z
79612026-07-24T13:06:14.843Zrunning 0 tests
79622026-07-24T13:06:14.843Z
79632026-07-24T13:06:14.843Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79642026-07-24T13:06:14.843Z
79652026-07-24T13:06:14.843Z Running unittests src/lib.rs (target/debug/deps/dpd_types-651a77f391f525f8)
79662026-07-24T13:06:14.843Z
79672026-07-24T13:06:14.843Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-8c34b700a59436ad)
79682026-07-24T13:06:14.843Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
79692026-07-24T13:06:14.843Z Running unittests src/lib.rs (target/debug/deps/pcap-6c299e9d62d45b52)
79702026-07-24T13:06:14.843Z Running unittests src/main.rs (target/debug/deps/swadm-e17c0d2faaf93a7a)
79712026-07-24T13:06:14.843Zrunning 0 tests
79722026-07-24T13:06:14.843Z
79732026-07-24T13:06:14.843Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79742026-07-24T13:06:14.843Z
79752026-07-24T13:06:14.843Z
79762026-07-24T13:06:14.843Zrunning 0 tests
79772026-07-24T13:06:14.844Z
79782026-07-24T13:06:14.844Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79792026-07-24T13:06:14.844Z
79802026-07-24T13:06:14.844Z
79812026-07-24T13:06:14.844Zrunning 12 tests
79822026-07-24T13:06:14.844Ztest ipv6::test_ipv6_parse ... ok
79832026-07-24T13:06:14.844Ztest lldp::test_lldp_parse ... ok
79842026-07-24T13:06:14.844Ztest icmp::test_v4_checksum ... ok
79852026-07-24T13:06:14.844Ztest icmp::test_v6_checksum ... ok
79862026-07-24T13:06:14.844Ztest pbuf::test_nibble ... ok
79872026-07-24T13:06:14.844Ztest pbuf::test_byte ... ok
79882026-07-24T13:06:14.844Ztest pbuf::test_overflow ... ok
79892026-07-24T13:06:14.844Ztest pbuf::test_short ... ok
79902026-07-24T13:06:14.844Ztest pbuf::test_twelve ... ok
79912026-07-24T13:06:14.844Ztest pbuf::test_word ... ok
79922026-07-24T13:06:14.844Ztest tcp::test_checksum_syn_nodata ... ok
79932026-07-24T13:06:14.844Ztest tcp::test_checksum_ack_data ... ok
79942026-07-24T13:06:14.844Z
79952026-07-24T13:06:14.844Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79962026-07-24T13:06:14.844Z
79972026-07-24T13:06:14.844Z
79982026-07-24T13:06:14.844Zrunning 0 tests
79992026-07-24T13:06:14.844Z
80002026-07-24T13:06:14.844Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80012026-07-24T13:06:14.844Z
80022026-07-24T13:06:14.844Z
80032026-07-24T13:06:14.844Zrunning 5 tests
80042026-07-24T13:06:14.844Ztest switchport::test::test_compute_lanes ... ok
80052026-07-24T13:06:14.845Ztest switchport::test::port_id_ordering ... ok
80062026-07-24T13:06:14.845Ztest link::test_filter ... ok
80072026-07-24T13:06:14.845Z Lane 0 Lane 1 Lane 2 Lane 3
80082026-07-24T13:06:14.849Z Rx Loss-of-lock: Yes Yes Yes Yes
80092026-07-24T13:06:14.849Z Rx Loss-of-signal: Yes Yes Yes Yes
80102026-07-24T13:06:14.849Z Rx CDR Enabled: Yes Yes Yes Yes
80112026-07-24T13:06:14.849Z Tx Enabled: Yes Lane 0 Yes Yes Yes
80122026-07-24T13:06:14.849ZLane 1 Tx Loss-of-lock: No Lane 2No Lane 3No
80132026-07-24T13:06:14.849ZNo
80142026-07-24T13:06:14.849Z State: Activated Tx Loss-of-signal: No ActivatedNo ActivatedNo ActivatedNo
80152026-07-24T13:06:14.849Z
80162026-07-24T13:06:14.849Z Rx Output Enabled: false Tx CDR Enabled: Nofalse No false Nofalse
80172026-07-24T13:06:14.849ZNo
80182026-07-24T13:06:14.849Z Rx Output Status: valid Tx Adaptive EQ Fault: No valid Novalid validNo
80192026-07-24T13:06:14.849Z No Rx Loss-of-lock: true
80202026-07-24T13:06:14.849Z Tx Fault: Yestrue Yes true Yes trueYes
80212026-07-24T13:06:14.849Z
80222026-07-24T13:06:14.849Z Rx Loss-of-signal: false false false false
80232026-07-24T13:06:14.849ZRx Auto-squelch Disable: true true true true
80242026-07-24T13:06:14.849Z Tx Output Enabled: true true true true
80252026-07-24T13:06:14.849Z Tx Output Status: invalid invalid invalid invalid
80262026-07-24T13:06:14.849Z Tx Loss-of-lock: false false false false
80272026-07-24T13:06:14.849Z Tx Loss-of-signal: true true true true
80282026-07-24T13:06:14.849ZTx Auto-squelch Disable: false false false false
80292026-07-24T13:06:14.849Z Tx Adaptive EQ Fail: true true true true
80302026-07-24T13:06:14.849Z Tx Failure: false false false false
80312026-07-24T13:06:14.849Z Tx Force Squelch: true true true true
80322026-07-24T13:06:14.850Z Tx Input Polarity: normal normal normal normal
80332026-07-24T13:06:14.850Ztest switchport::test::test_print_cmis_datapath ... ok
80342026-07-24T13:06:14.850Ztest switchport::test::test_print_sff_datapath ... ok
80352026-07-24T13:06:14.850Z
80362026-07-24T13:06:14.850Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
80372026-07-24T13:06:14.850Z
80382026-07-24T13:06:14.850Z Running tests/counters.rs (target/debug/deps/counters-60c9131b700c3613)
80392026-07-24T13:06:14.850Z
80402026-07-24T13:06:14.850Zrunning 1 test
80412026-07-24T13:06:14.850Ztest test_p4_counter_list ... ignored
80422026-07-24T13:06:14.850Z
80432026-07-24T13:06:14.850Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
80442026-07-24T13:06:14.850Z
80452026-07-24T13:06:14.850Z Running tests/port-link.rs (target/debug/deps/port_link-d4cd4f805b4a86eb)
80462026-07-24T13:06:14.850Z
80472026-07-24T13:06:14.850Zrunning 5 tests
80482026-07-24T13:06:14.850Ztest test_an ... ignored
80492026-07-24T13:06:14.850Ztest test_enable ... ignored
80502026-07-24T13:06:14.850Ztest test_ip_addresses ... ignored
80512026-07-24T13:06:14.850Ztest test_kr ... ignored
80522026-07-24T13:06:14.850Ztest test_mac ... ignored
80532026-07-24T13:06:14.850Z
80542026-07-24T13:06:14.850Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
80552026-07-24T13:06:14.850Z
80562026-07-24T13:06:14.851Z Running unittests src/main.rs (target/debug/deps/tfportd-ebc9dae3d8b40ac3)
80572026-07-24T13:06:14.851Z
80582026-07-24T13:06:14.851Zrunning 3 tests
80592026-07-24T13:06:14.851Ztest linklocal::test_parse_ipadm ... ok
80602026-07-24T13:06:14.851Ztest tfport::test_parse_tfport ... ok
80612026-07-24T13:06:14.851Ztest config::tests::test_updates ... ok
80622026-07-24T13:06:14.851Z
80632026-07-24T13:06:14.851Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80642026-07-24T13:06:14.851Z
80652026-07-24T13:06:14.851Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
80662026-07-24T13:06:14.855Z
80672026-07-24T13:06:14.855Zrunning 0 tests
80682026-07-24T13:06:14.855Z
80692026-07-24T13:06:14.855Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80702026-07-24T13:06:14.855Z
80712026-07-24T13:06:14.855Z Running unittests src/main.rs (target/debug/deps/xtask-87e0a06053f53c01)
80722026-07-24T13:06:14.855Z
80732026-07-24T13:06:14.855Zrunning 0 tests
80742026-07-24T13:06:14.855Z
80752026-07-24T13:06:14.855Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80762026-07-24T13:06:14.855Z
80772026-07-24T13:06:14.855Z Doc-tests aal
80782026-07-24T13:06:14.978Z
80792026-07-24T13:06:14.979Zrunning 0 tests
80802026-07-24T13:06:14.979Z
80812026-07-24T13:06:14.979Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80822026-07-24T13:06:14.979Z
80832026-07-24T13:06:14.996Z Doc-tests aal_macros
80842026-07-24T13:06:15.067Z
80852026-07-24T13:06:15.067Zrunning 0 tests
80862026-07-24T13:06:15.067Z
80872026-07-24T13:06:15.067Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80882026-07-24T13:06:15.067Z
80892026-07-24T13:06:15.080Z Doc-tests common
80902026-07-24T13:06:15.314Z
80912026-07-24T13:06:15.315Zrunning 0 tests
80922026-07-24T13:06:15.315Z
80932026-07-24T13:06:15.315Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80942026-07-24T13:06:15.315Z
80952026-07-24T13:06:15.338Z Doc-tests dpd_api
80962026-07-24T13:06:16.085Z
80972026-07-24T13:06:16.085Zrunning 2 tests
80982026-07-24T13:06:16.085Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
80992026-07-24T13:06:16.085Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
81002026-07-24T13:06:16.088Z
81012026-07-24T13:06:16.088Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81022026-07-24T13:06:16.088Z
81032026-07-24T13:06:16.120Z Doc-tests dpd_client
81042026-07-24T13:06:17.376Z
81052026-07-24T13:06:17.376Zrunning 0 tests
81062026-07-24T13:06:17.376Z
81072026-07-24T13:06:17.376Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81082026-07-24T13:06:17.376Z
81092026-07-24T13:06:17.422Z Doc-tests dpd_types
81102026-07-24T13:06:17.634Z
81112026-07-24T13:06:17.634Zrunning 0 tests
81122026-07-24T13:06:17.634Z
81132026-07-24T13:06:17.634Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81142026-07-24T13:06:17.634Z
81152026-07-24T13:06:17.662Z Doc-tests dpd_types_versions
81162026-07-24T13:06:18.865Z
81172026-07-24T13:06:18.865Zrunning 1 test
81182026-07-24T13:06:18.866Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
81192026-07-24T13:06:18.866Z
81202026-07-24T13:06:18.866Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
81212026-07-24T13:06:18.866Z
81222026-07-24T13:06:18.906Z Doc-tests packet
81232026-07-24T13:06:19.021Z
81242026-07-24T13:06:19.021Zrunning 0 tests
81252026-07-24T13:06:19.021Z
81262026-07-24T13:06:19.021Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81272026-07-24T13:06:19.021Z
81282026-07-24T13:06:19.041Z Doc-tests pcap
81292026-07-24T13:06:19.092Z
81302026-07-24T13:06:19.092Zrunning 0 tests
81312026-07-24T13:06:19.092Z
81322026-07-24T13:06:19.092Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81332026-07-24T13:06:19.092Z
81342026-07-24T13:06:19.147Z+ for feat in tofino_stub tofino_asic softnpu chaos
81352026-07-24T13:06:19.147Z+ RUST_BACKTRACE=full
81362026-07-24T13:06:19.148Z+ cargo test --features chaos --no-fail-fast
81372026-07-24T13:06:19.727Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
81382026-07-24T13:06:19.808Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
81392026-07-24T13:06:19.816Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
81402026-07-24T13:06:28.065Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
81412026-07-24T13:06:28.144Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
81422026-07-24T13:07:02.898Z Finished `test` profile [unoptimized + debuginfo] target(s) in 43.74s
81432026-07-24T13:07:03.014Z Running unittests src/lib.rs (target/debug/deps/aal-d7ad844a926eb99a)
81442026-07-24T13:07:03.018Z
81452026-07-24T13:07:03.018Zrunning 5 tests
81462026-07-24T13:07:03.021Ztest fuse::tests::chip_revision_b0 ... ok
81472026-07-24T13:07:03.021Ztest fuse::tests::chip_revision_b1 ... ok
81482026-07-24T13:07:03.022Ztest fuse::tests::chip_revision_unknown_device_id ... ok
81492026-07-24T13:07:03.022Ztest fuse::tests::chip_revision_a0 ... ok
81502026-07-24T13:07:03.022Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
81512026-07-24T13:07:03.022Z
81522026-07-24T13:07:03.022Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81532026-07-24T13:07:03.022Z
81542026-07-24T13:07:03.022Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
81552026-07-24T13:07:03.024Z
81562026-07-24T13:07:03.024Zrunning 0 tests
81572026-07-24T13:07:03.024Z
81582026-07-24T13:07:03.024Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81592026-07-24T13:07:03.025Z
81602026-07-24T13:07:03.025Z Running unittests src/lib.rs (target/debug/deps/asic-f836c4f54657fcd2)
81612026-07-24T13:07:03.029Z
81622026-07-24T13:07:03.029Zrunning 0 tests
81632026-07-24T13:07:03.029Z
81642026-07-24T13:07:03.032Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81652026-07-24T13:07:03.032Z
81662026-07-24T13:07:03.032Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
81672026-07-24T13:07:03.036Z
81682026-07-24T13:07:03.036Zrunning 10 tests
81692026-07-24T13:07:03.038Ztest nat::tests::test_vni ... ok
81702026-07-24T13:07:03.038Ztest network::tests::test_equal ... ok
81712026-07-24T13:07:03.038Ztest network::tests::test_eui64 ... ok
81722026-07-24T13:07:03.038Ztest network::tests::test_into ... ok
81732026-07-24T13:07:03.038Ztest network::tests::test_generate_ipv6_link_local ... ok
81742026-07-24T13:07:03.039Ztest network::tests::test_not_equal ... ok
81752026-07-24T13:07:03.039Ztest network::tests::test_parse ... ok
81762026-07-24T13:07:03.039Ztest network::tests::test_to_string ... ok
81772026-07-24T13:07:03.041Ztest test_purge ... ok
81782026-07-24T13:07:03.044Ztest illumos::test::address_exists_handles_missing_object ... ok
81792026-07-24T13:07:03.044Z
81802026-07-24T13:07:03.044Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
81812026-07-24T13:07:03.044Z
81822026-07-24T13:07:03.044Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-440d0bab3aecd595)
81832026-07-24T13:07:03.071Z
81842026-07-24T13:07:03.071Zrunning 1 test
81852026-07-24T13:07:03.075Z -------
81862026-07-24T13:07:03.078Z Generating OpenAPI documents from API definitions ...
81872026-07-24T13:07:03.233Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
81882026-07-24T13:07:03.379Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
81892026-07-24T13:07:04.418Z -------
81902026-07-24T13:07:04.418Z Checking 12 OpenAPI documents...
81912026-07-24T13:07:04.418Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
81922026-07-24T13:07:04.421Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
81932026-07-24T13:07:04.421Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
81942026-07-24T13:07:04.421Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
81952026-07-24T13:07:04.421Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
81962026-07-24T13:07:04.421Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
81972026-07-24T13:07:04.421Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
81982026-07-24T13:07:04.421Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
81992026-07-24T13:07:04.421Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
82002026-07-24T13:07:04.421Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
82012026-07-24T13:07:04.421Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
82022026-07-24T13:07:04.421Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
82032026-07-24T13:07:04.421Z Fresh dpd "latest" symlink
82042026-07-24T13:07:04.421Z -------
82052026-07-24T13:07:04.421Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
82062026-07-24T13:07:04.459Ztest test::test_apis_up_to_date ... ok
82072026-07-24T13:07:04.459Z
82082026-07-24T13:07:04.459Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.39s
82092026-07-24T13:07:04.459Z
82102026-07-24T13:07:04.519Z Running unittests src/main.rs (target/debug/deps/dpd-626ce2ad6ee7a435)
82112026-07-24T13:07:04.525Z
82122026-07-24T13:07:04.525Zrunning 34 tests
82132026-07-24T13:07:04.528Ztest freemap::test_ordering ... ok
82142026-07-24T13:07:04.528Ztest config::tests::test_updates ... ok
82152026-07-24T13:07:04.528Ztest dhcpv6::tests::test_create_duid_bytes ... ok
82162026-07-24T13:07:04.528Ztest freemap::test_split ... ok
82172026-07-24T13:07:04.532Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
82182026-07-24T13:07:04.532Ztest macaddrs::tests::test_mac_offset ... ok
82192026-07-24T13:07:04.532Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
82202026-07-24T13:07:04.532ZJul 24 13:07:03.104 DEBG created new freemap, unit: freemap_test
82212026-07-24T13:07:04.532Ztest macaddrs::tests::test_parse_port_id ... ok
82222026-07-24T13:07:04.532ZJul 24 13:07:03.104 DEBG initted freemap. size: 128, unit: freemap_test
82232026-07-24T13:07:04.532ZJul 24 13:07:03.104 DEBG reset freemap, unit: freemap_test
82242026-07-24T13:07:04.532ZJul 24 13:07:03.104 DEBG created new freemap, unit: freemap_test
82252026-07-24T13:07:04.532ZJul 24 13:07:03.104 DEBG initted freemap. size: 128, unit: freemap_test
82262026-07-24T13:07:04.532ZJul 24 13:07:03.104 DEBG reset freemap, unit: freemap_test
82272026-07-24T13:07:04.532ZJul 24 13:07:03.104 DEBG created new freemap, unit: freemap_test
82282026-07-24T13:07:04.532ZJul 24 13:07:03.105 DEBG initted freemap. size: 128, unit: freemap_test
82292026-07-24T13:07:04.532ZJul 24 13:07:03.105 DEBG reset freemap, unit: freemap_test
82302026-07-24T13:07:04.532Ztest nat::test_mapping ... ok
82312026-07-24T13:07:04.532ZJul 24 13:07:03.105 DEBG created new freemap, unit: freemap_test
82322026-07-24T13:07:04.532ZJul 24 13:07:03.105 DEBG initted freemap. size: 128, unit: freemap_test
82332026-07-24T13:07:04.532ZJul 24 13:07:03.105 DEBG reset freemap, unit: freemap_test
82342026-07-24T13:07:04.532Ztest freemap::test_basic ... ok
82352026-07-24T13:07:04.532Ztest freemap::test_reclaim ... ok
82362026-07-24T13:07:04.532Ztest freemap::test_exhaustion ... ok
82372026-07-24T13:07:04.532Ztest freemap::test_free ... ok
82382026-07-24T13:07:04.532Ztest port_map::tests::test_backplane_group ... ok
82392026-07-24T13:07:04.532Ztest port_map::tests::test_port_map ... ok
82402026-07-24T13:07:04.532Ztest port_map::tests::dump_map ... ok
82412026-07-24T13:07:04.532ZJul 24 13:07:03.105 DEBG created new freemap, unit: freemap_test
82422026-07-24T13:07:04.533ZJul 24 13:07:03.105 DEBG initted freemap. size: 8, unit: freemap_test
82432026-07-24T13:07:04.533ZJul 24 13:07:03.105 DEBG reset freemap, unit: freemap_test
82442026-07-24T13:07:04.533Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
82452026-07-24T13:07:04.533ZJul 24 13:07:03.106 Jul 24 13:07:03.106DEBG DEBGcreated new freemap created new freemap, , unitunit:: freemap_testfreemap_route_ipv4
82462026-07-24T13:07:04.533Z
82472026-07-24T13:07:04.533ZJul 24 13:07:03.106 Jul 24 13:07:03.106DEBG DEBGcreated new freemap , initted freemap. size: 128unit, :unitJul 24 13:07:03.106: freemap_route_ipv6freemap_test
82482026-07-24T13:07:04.533Z
82492026-07-24T13:07:04.533ZDEBG created new freemapJul 24 13:07:03.106Jul 24 13:07:03.106, unitDEBG :initted freemap. size: 64DEBG , reset freemapunit, :freemap_route_ipv4
82502026-07-24T13:07:04.533Zfreemap_route_ipv4unit
82512026-07-24T13:07:04.533Z: freemap_testJul 24 13:07:03.106
82522026-07-24T13:07:04.533Z Jul 24 13:07:03.106DEBG reset freemap , DEBGunit :created new freemap , freemap_route_ipv4unit
82532026-07-24T13:07:04.533Z: freemap_route_ipv6Jul 24 13:07:03.106
82542026-07-24T13:07:04.533Z DEBG initted freemap. size: 64, Jul 24 13:07:03.106unit :DEBG freemap_route_ipv6initted freemap. size: 64
82552026-07-24T13:07:04.533Z, unit: freemap_route_ipv4Jul 24 13:07:03.106
82562026-07-24T13:07:04.533Z DEBG reset freemap, Jul 24 13:07:03.106unit :DEBG freemap_route_ipv6reset freemap
82572026-07-24T13:07:04.533Z, unit:Jul 24 13:07:03.106 freemap_route_ipv4INFO
82582026-07-24T13:07:04.533Z adding route 3fff:dead::/64 -> 2001:db8::55:1
82592026-07-24T13:07:04.533ZJul 24 13:07:03.106 DEBGJul 24 13:07:03.106 initted freemap. size: 64DEBG, unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]:
82602026-07-24T13:07:04.533Z freemap_route_ipv6
82612026-07-24T13:07:04.533ZJul 24 13:07:03.106 DEBG reset freemap, unit: freemap_route_ipv6
82622026-07-24T13:07:04.533ZJul 24 13:07:03.106 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
82632026-07-24T13:07:04.533ZJul 24 13:07:03.106 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 } }]
82642026-07-24T13:07:04.533ZJul 24 13:07:03.106 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
82652026-07-24T13:07:04.533ZJul 24 13:07:03.106 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 } }]
82662026-07-24T13:07:04.533ZJul 24 13:07:03.106 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
82672026-07-24T13:07:04.533ZJul 24 13:07:03.106 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 } }]
82682026-07-24T13:07:04.533ZJul 24 13:07:03.106 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
82692026-07-24T13:07:04.533ZJul 24 13:07:03.106 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 } }]
82702026-07-24T13:07:04.533ZJul 24 13:07:03.106 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
82712026-07-24T13:07:04.533ZJul 24 13:07:03.106 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 } }]
82722026-07-24T13:07:04.533ZJul 24 13:07:03.106 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
82732026-07-24T13:07:04.533ZJul 24 13:07:03.106 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 } }]
82742026-07-24T13:07:04.533ZJul 24 13:07:03.106 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
82752026-07-24T13:07:04.533ZJul 24 13:07:03.106 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 } }]
82762026-07-24T13:07:04.533ZJul 24 13:07:03.106 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
82772026-07-24T13:07:04.533ZJul 24 13:07:03.106 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 } }]
82782026-07-24T13:07:04.534ZJul 24 13:07:03.106 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
82792026-07-24T13:07:04.534ZJul 24 13:07:03.106 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 } }]
82802026-07-24T13:07:04.534ZJul 24 13:07:03.106 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
82812026-07-24T13:07:04.534ZJul 24 13:07:03.106 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 } }]
82822026-07-24T13:07:04.534ZJul 24 13:07:03.106 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
82832026-07-24T13:07:04.534ZJul 24 13:07:03.106 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 } }]
82842026-07-24T13:07:04.534ZJul 24 13:07:03.106 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
82852026-07-24T13:07:04.534ZJul 24 13:07:03.106 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 } }]
82862026-07-24T13:07:04.534ZJul 24 13:07:03.106 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
82872026-07-24T13:07:04.534ZJul 24 13:07:03.106 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 } }]
82882026-07-24T13:07:04.534ZJul 24 13:07:03.106 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
82892026-07-24T13:07:04.534ZJul 24 13:07:03.106 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 } }]
82902026-07-24T13:07:04.534ZJul 24 13:07:03.106 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
82912026-07-24T13:07:04.534ZJul 24 13:07:03.106 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 } }]
82922026-07-24T13:07:04.534ZJul 24 13:07:03.106 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
82932026-07-24T13:07:04.534ZJul 24 13:07:03.106 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 } }]
82942026-07-24T13:07:04.534ZJul 24 13:07:03.106 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
82952026-07-24T13:07:04.534ZJul 24 13:07:03.106 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 } }]
82962026-07-24T13:07:04.534ZJul 24 13:07:03.106 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
82972026-07-24T13:07:04.534ZJul 24 13:07:03.106 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 } }]
82982026-07-24T13:07:04.534ZJul 24 13:07:03.106 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
82992026-07-24T13:07:04.534ZJul 24 13:07:03.106 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 } }]
83002026-07-24T13:07:04.534ZJul 24 13:07:03.106 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
83012026-07-24T13:07:04.534ZJul 24 13:07:03.106 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 } }]
83022026-07-24T13:07:04.534ZJul 24 13:07:03.106 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
83032026-07-24T13:07:04.534ZJul 24 13:07:03.106 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 } }]
83042026-07-24T13:07:04.534ZJul 24 13:07:03.106 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
83052026-07-24T13:07:04.534ZJul 24 13:07:03.106 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 } }]
83062026-07-24T13:07:04.534ZJul 24 13:07:03.106 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
83072026-07-24T13:07:04.534ZJul 24 13:07:03.106 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 } }]
83082026-07-24T13:07:04.534ZJul 24 13:07:03.106 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
83092026-07-24T13:07:04.534ZJul 24 13:07:03.106 DEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83102026-07-24T13:07:04.534ZJul 24 13:07:03.106 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
83112026-07-24T13:07:04.534ZJul 24 13:07:03.106 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 } }]
83122026-07-24T13:07:04.534ZJul 24 13:07:03.106 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
83132026-07-24T13:07:04.534ZJul 24 13:07:03.106 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 } }]
83142026-07-24T13:07:04.534ZJul 24 13:07:03.106 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
83152026-07-24T13:07:04.534ZJul 24 13:07:03.106 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 } }]
83162026-07-24T13:07:04.534ZJul 24 13:07:03.106Jul 24 13:07:03.106 INFOINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2
83172026-07-24T13:07:04.538Z
83182026-07-24T13:07:04.538ZJul 24 13:07:03.106 DEBG Jul 24 13:07:03.106replacing 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 } }]
83192026-07-24T13:07:04.538ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 24 13:07:03.106
83202026-07-24T13:07:04.538Z INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
83212026-07-24T13:07:04.538ZJul 24 13:07:03.106 INFO Jul 24 13:07:03.106adding route 3fff:dead::/64 -> 2001:db8::55:3
83222026-07-24T13:07:04.539ZDEBG 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 } }]Jul 24 13:07:03.106
83232026-07-24T13:07:04.539Z 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 } }]Jul 24 13:07:03.106
83242026-07-24T13:07:04.539Z INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
83252026-07-24T13:07:04.539ZJul 24 13:07:03.106 INFO Jul 24 13:07:03.106adding route 3fff:dead::/64 -> 2001:db8::55:4
83262026-07-24T13:07:04.539ZDEBG 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 } }]
83272026-07-24T13:07:04.539ZJul 24 13:07:03.106 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 } }]Jul 24 13:07:03.106
83282026-07-24T13:07:04.539Z INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
83292026-07-24T13:07:04.539ZJul 24 13:07:03.106 INFO Jul 24 13:07:03.106adding route 3fff:beef::/64 -> 2001:db8::55:ff
83302026-07-24T13:07:04.539ZDEBG 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 } }]
83312026-07-24T13:07:04.539ZJul 24 13:07:03.106Jul 24 13:07:03.106 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:1e::/64 -> 2001:db8::55:ff
83322026-07-24T13:07:04.539Z
83332026-07-24T13:07:04.539ZJul 24 13:07:03.106Jul 24 13:07:03.106 DEBGINFO replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
83342026-07-24T13:07:04.539Z
83352026-07-24T13:07:04.539ZJul 24 13:07:03.106Jul 24 13:07:03.106 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 } }]
83362026-07-24T13:07:04.539Z
83372026-07-24T13:07:04.539ZJul 24 13:07:03.106Jul 24 13:07:03.106 DEBGINFO replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
83382026-07-24T13:07:04.539Z
83392026-07-24T13:07:04.539ZJul 24 13:07:03.106Jul 24 13:07:03.106 INFODEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83402026-07-24T13:07:04.539Z
83412026-07-24T13:07:04.539ZJul 24 13:07:03.106Jul 24 13:07:03.106 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
83422026-07-24T13:07:04.539Z
83432026-07-24T13:07:04.539ZJul 24 13:07:03.106Jul 24 13:07:03.106 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 } }]
83442026-07-24T13:07:04.539Z
83452026-07-24T13:07:04.539Ztest port_map::tests::parse_softnpu_revision ... ok
83462026-07-24T13:07:04.539ZJul 24 13:07:03.106Jul 24 13:07:03.106 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
83472026-07-24T13:07:04.539Z
83482026-07-24T13:07:04.539Ztest api_server::tests::test_build_info ... ok
83492026-07-24T13:07:04.539ZJul 24 13:07:03.106Jul 24 13:07:03.106 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:22::/64 -> 2001:db8::55:ff
83502026-07-24T13:07:04.539Ztest freemap::test_span ... ok
83512026-07-24T13:07:04.539Z
83522026-07-24T13:07:04.540ZJul 24 13:07:03.106Jul 24 13:07:03.106 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
83532026-07-24T13:07:04.540Z
83542026-07-24T13:07:04.540ZJul 24 13:07:03.106Jul 24 13:07:03.106 Jul 24 13:07:03.106DEBGINFO 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 } }]
83552026-07-24T13:07:04.540Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ffcreated new freemap
83562026-07-24T13:07:04.540ZJul 24 13:07:03.106, Jul 24 13:07:03.106unitINFO: DEBG freemap_route_ipv4adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
83572026-07-24T13:07:04.540Z
83582026-07-24T13:07:04.540Zreplacing 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 } }]
83592026-07-24T13:07:04.540ZJul 24 13:07:03.106 DEBGJul 24 13:07:03.106 Jul 24 13:07:03.106DEBG 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 } }]
83602026-07-24T13:07:04.540ZINFO created new freemapadding route 3fff:beef:24::/64 -> 2001:db8::55:ff,
83612026-07-24T13:07:04.540Zunit:Jul 24 13:07:03.106 freemap_route_ipv6INFO
83622026-07-24T13:07:04.540Z Jul 24 13:07:03.106adding route 3fff:beef:7::/64 -> 2001:db8::55:ff DEBG
83632026-07-24T13:07:04.540Z 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 } }]
83642026-07-24T13:07:04.540ZJul 24 13:07:03.106Jul 24 13:07:03.106Jul 24 13:07:03.106 DEBGINFODEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ffinitted freemap. size: 64
83652026-07-24T13:07:04.540Z, 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 } }]unit
83662026-07-24T13:07:04.540Z: Jul 24 13:07:03.106freemap_route_ipv4 Jul 24 13:07:03.106DEBG
83672026-07-24T13:07:04.540Z INFOreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
83682026-07-24T13:07:04.540Z
83692026-07-24T13:07:04.540ZJul 24 13:07:03.106Jul 24 13:07:03.106Jul 24 13:07:03.106 INFODEBGDEBG 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 } }]
83702026-07-24T13:07:04.541Zreset freemapadding route 3fff:beef:26::/64 -> 2001:db8::55:ff,
83712026-07-24T13:07:04.541Zunit: freemap_route_ipv4Jul 24 13:07:03.106
83722026-07-24T13:07:04.541Z Jul 24 13:07:03.106INFO DEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffJul 24 13:07:03.106
83732026-07-24T13:07:04.541Z 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
83742026-07-24T13:07:04.541Zinitted freemap. size: 64, Jul 24 13:07:03.106unit Jul 24 13:07:03.106: DEBGfreemap_route_ipv6
83752026-07-24T13:07:04.541ZINFOreplacing 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:27::/64 -> 2001:db8::55:ff
83762026-07-24T13:07:04.541Z
83772026-07-24T13:07:04.541ZJul 24 13:07:03.106 DEBGJul 24 13:07:03.106Jul 24 13:07:03.106 reset freemapDEBG, unit 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 } }]:
83782026-07-24T13:07:04.541Z freemap_route_ipv6adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
83792026-07-24T13:07:04.541Z
83802026-07-24T13:07:04.541ZJul 24 13:07:03.107 INFO Jul 24 13:07:03.107adding route 3fff:beef:28::/64 -> 2001:db8::55:ffJul 24 13:07:03.107 INFODEBG
83812026-07-24T13:07:04.541Z 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:dead::/64 -> 2001:db8::55:1
83822026-07-24T13:07:04.541Z
83832026-07-24T13:07:04.541ZJul 24 13:07:03.107Jul 24 13:07:03.107Jul 24 13:07:03.107 DEBG INFO 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 } }]
83842026-07-24T13:07:04.541Z 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:b::/64 -> 2001:db8::55:ff
83852026-07-24T13:07:04.541Z
83862026-07-24T13:07:04.541ZJul 24 13:07:03.107 Jul 24 13:07:03.107INFOJul 24 13:07:03.107 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2INFO
83872026-07-24T13:07:04.541Z 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 } }]
83882026-07-24T13:07:04.541Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
83892026-07-24T13:07:04.541ZJul 24 13:07:03.107Jul 24 13:07:03.107 DEBGINFO adding route 3fff:beef:c::/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 } }]Jul 24 13:07:03.107
83902026-07-24T13:07:04.541Z
83912026-07-24T13:07:04.541ZDEBG 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 } }]
83922026-07-24T13:07:04.541ZJul 24 13:07:03.107Jul 24 13:07:03.107 Jul 24 13:07:03.107INFO INFODEBGadding route 3fff:beef::/64 -> 2001:db8::55:ff
83932026-07-24T13:07:04.541Zreplacing 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:2a::/64 -> 2001:db8::55:ff
83942026-07-24T13:07:04.541Z
83952026-07-24T13:07:04.541ZJul 24 13:07:03.107Jul 24 13:07:03.107 Jul 24 13:07:03.107DEBG INFODEBG 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:d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83962026-07-24T13:07:04.541Z
83972026-07-24T13:07:04.541Z
83982026-07-24T13:07:04.541ZJul 24 13:07:03.107Jul 24 13:07:03.107Jul 24 13:07:03.107 INFODEBGINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff 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:2b::/64 -> 2001:db8::55:ff
83992026-07-24T13:07:04.541Z
84002026-07-24T13:07:04.541Z
84012026-07-24T13:07:04.541ZJul 24 13:07:03.107Jul 24 13:07:03.107 Jul 24 13:07:03.107 DEBG 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 } }]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 } }]
84022026-07-24T13:07:04.541Z
84032026-07-24T13:07:04.541Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ffJul 24 13:07:03.107
84042026-07-24T13:07:04.541Z INFO Jul 24 13:07:03.107adding route 3fff:beef:2::/64 -> 2001:db8::55:ffJul 24 13:07:03.107
84052026-07-24T13:07:04.541ZINFO 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 } }]Jul 24 13:07:03.107adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
84062026-07-24T13:07:04.541ZDEBG 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 } }]
84072026-07-24T13:07:04.541Z
84082026-07-24T13:07:04.542ZJul 24 13:07:03.107 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 } }]Jul 24 13:07:03.107
84092026-07-24T13:07:04.542ZJul 24 13:07:03.107 INFOINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ffJul 24 13:07:03.107
84102026-07-24T13:07:04.542Z
84112026-07-24T13:07:04.542ZINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
84122026-07-24T13:07:04.542ZJul 24 13:07:03.107Jul 24 13:07:03.107 DEBGJul 24 13:07:03.107DEBG 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 } }]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 } }]
84132026-07-24T13:07:04.542Z
84142026-07-24T13:07:04.542Zreplacing 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 } }]
84152026-07-24T13:07:04.542ZJul 24 13:07:03.107Jul 24 13:07:03.107Jul 24 13:07:03.107 INFOINFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
84162026-07-24T13:07:04.542Z
84172026-07-24T13:07:04.546Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
84182026-07-24T13:07:04.546ZJul 24 13:07:03.107Jul 24 13:07:03.107Jul 24 13:07:03.107 DEBGDEBGDEBG 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 } }]
84192026-07-24T13:07:04.546Zreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84202026-07-24T13:07:04.546Z
84212026-07-24T13:07:04.546ZJul 24 13:07:03.107Jul 24 13:07:03.107 Jul 24 13:07:03.107 INFO INFOadding route 3fff:beef:5::/64 -> 2001:db8::55:ff INFO
84222026-07-24T13:07:04.546Z adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
84232026-07-24T13:07:04.546Z
84242026-07-24T13:07:04.546ZJul 24 13:07:03.107 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 } }]Jul 24 13:07:03.107
84252026-07-24T13:07:04.546Z DEBG Jul 24 13:07:03.107replacing 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 } }]
84262026-07-24T13:07:04.546ZDEBGJul 24 13:07:03.107 replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
84272026-07-24T13:07:04.546Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ffJul 24 13:07:03.107
84282026-07-24T13:07:04.546Z INFOJul 24 13:07:03.107 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFO
84292026-07-24T13:07:04.546ZJul 24 13:07:03.107 DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
84302026-07-24T13:07:04.546Zreplacing 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 } }]Jul 24 13:07:03.107
84312026-07-24T13:07:04.546Z DEBG Jul 24 13:07:03.107Jul 24 13:07:03.107 DEBGINFOreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84322026-07-24T13:07:04.546Zadding route 3fff:beef:7::/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 } }]
84332026-07-24T13:07:04.546Z
84342026-07-24T13:07:04.546ZJul 24 13:07:03.107 Jul 24 13:07:03.107Jul 24 13:07:03.107INFO DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFO
84352026-07-24T13:07:04.546Z 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 } }]
84362026-07-24T13:07:04.546Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ffJul 24 13:07:03.107
84372026-07-24T13:07:04.546Z DEBGJul 24 13:07:03.107 Jul 24 13:07:03.107INFOreplacing 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:8::/64 -> 2001:db8::55:ff
84382026-07-24T13:07:04.546Z
84392026-07-24T13:07:04.546ZDEBG 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 } }]
84402026-07-24T13:07:04.546ZJul 24 13:07:03.107Jul 24 13:07:03.107 Jul 24 13:07:03.107INFO DEBGINFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
84412026-07-24T13:07:04.546Z adding route 3fff:beef:32::/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 } }]
84422026-07-24T13:07:04.546Z
84432026-07-24T13:07:04.546ZJul 24 13:07:03.107Jul 24 13:07:03.107Jul 24 13:07:03.107 DEBGDEBG INFOreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }]
84442026-07-24T13:07:04.546Z
84452026-07-24T13:07:04.546Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
84462026-07-24T13:07:04.546ZJul 24 13:07:03.107Jul 24 13:07:03.107 Jul 24 13:07:03.107INFO DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff 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 } }]
84472026-07-24T13:07:04.547Z
84482026-07-24T13:07:04.547Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
84492026-07-24T13:07:04.547ZJul 24 13:07:03.107Jul 24 13:07:03.107 Jul 24 13:07:03.107DEBG 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 } }]
84502026-07-24T13:07:04.547Z 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 } }]Jul 24 13:07:03.107
84512026-07-24T13:07:04.547Z INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
84522026-07-24T13:07:04.547ZJul 24 13:07:03.107 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffJul 24 13:07:03.107
84532026-07-24T13:07:04.547Z 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 } }]
84542026-07-24T13:07:04.547ZJul 24 13:07:03.107 DEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 24 13:07:03.107Jul 24 13:07:03.107
84552026-07-24T13:07:04.547Z DEBG INFOcreated new freemap Jul 24 13:07:03.107, unitadding route 3fff:beef:35::/64 -> 2001:db8::55:ff:INFO
84562026-07-24T13:07:04.547Z freemap_route_ipv4
84572026-07-24T13:07:04.547Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
84582026-07-24T13:07:04.547ZJul 24 13:07:03.107 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 } }]Jul 24 13:07:03.107Jul 24 13:07:03.107
84592026-07-24T13:07:04.547Z DEBG DEBGcreated new freemap , 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 } }]unit
84602026-07-24T13:07:04.547ZJul 24 13:07:03.107: INFOfreemap_route_ipv6 adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
84612026-07-24T13:07:04.547Z
84622026-07-24T13:07:04.547ZJul 24 13:07:03.107 INFO Jul 24 13:07:03.107Jul 24 13:07:03.107adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
84632026-07-24T13:07:04.547ZDEBGDEBG 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 } }]initted freemap. size: 64
84642026-07-24T13:07:04.547ZJul 24 13:07:03.107, unitDEBG: Jul 24 13:07:03.107freemap_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 } }]
84652026-07-24T13:07:04.547Z INFO
84662026-07-24T13:07:04.547Z adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
84672026-07-24T13:07:04.547ZJul 24 13:07:03.107Jul 24 13:07:03.107Jul 24 13:07:03.107 DEBGDEBG INFOreset freemapreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
84682026-07-24T13:07:04.547Z adding route 3fff:beef:19::/64 -> 2001:db8::55:ffunit
84692026-07-24T13:07:04.547Z:Jul 24 13:07:03.107 freemap_route_ipv4INFO
84702026-07-24T13:07:04.547ZJul 24 13:07:03.107 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG
84712026-07-24T13:07:04.547Z 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 } }]Jul 24 13:07:03.107
84722026-07-24T13:07:04.547Z Jul 24 13:07:03.107DEBG DEBGinitted 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 } }]unit
84732026-07-24T13:07:04.547Z:Jul 24 13:07:03.107 freemap_route_ipv6INFO
84742026-07-24T13:07:04.547Z Jul 24 13:07:03.107adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
84752026-07-24T13:07:04.547ZINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffJul 24 13:07:03.107
84762026-07-24T13:07:04.547Z Jul 24 13:07:03.107DEBG Jul 24 13:07:03.107reset freemap , DEBG unitDEBG: 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_ipv6replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84772026-07-24T13:07:04.547Z
84782026-07-24T13:07:04.547Z
84792026-07-24T13:07:04.547ZJul 24 13:07:03.107Jul 24 13:07:03.107Jul 24 13:07:03.107 INFOINFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1INFO
84802026-07-24T13:07:04.547Z
84812026-07-24T13:07:04.547Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
84822026-07-24T13:07:04.547ZJul 24 13:07:03.107Jul 24 13:07:03.107 DEBGDEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }]Jul 24 13:07:03.107
84832026-07-24T13:07:04.547Z
84842026-07-24T13:07:04.547Z DEBG Jul 24 13:07:03.107Jul 24 13:07:03.107replacing 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 } }]
84852026-07-24T13:07:04.547ZINFO INFOadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
84862026-07-24T13:07:04.548ZJul 24 13:07:03.107adding route 3fff:dead::/64 -> 2001:db8::55:1
84872026-07-24T13:07:04.548ZINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
84882026-07-24T13:07:04.548ZJul 24 13:07:03.107 Jul 24 13:07:03.107Jul 24 13:07:03.107DEBG 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
84892026-07-24T13:07:04.548Z
84902026-07-24T13:07:04.548Z
84912026-07-24T13:07:04.548ZJul 24 13:07:03.107Jul 24 13:07:03.107 INFOJul 24 13:07:03.107INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
84922026-07-24T13:07:04.548Z
84932026-07-24T13:07:04.548Z adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
84942026-07-24T13:07:04.548ZJul 24 13:07:03.107Jul 24 13:07:03.107 Jul 24 13:07:03.107DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
84952026-07-24T13:07:04.548Zreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
84962026-07-24T13:07:04.548Z 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 } }]
84972026-07-24T13:07:04.548ZJul 24 13:07:03.107Jul 24 13:07:03.107 INFOINFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2Jul 24 13:07:03.107
84982026-07-24T13:07:04.548Z
84992026-07-24T13:07:04.548Z INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffJul 24 13:07:03.107
85002026-07-24T13:07:04.548Z Jul 24 13:07:03.107DEBG DEBG Jul 24 13:07:03.107replacing 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 } }]
85012026-07-24T13:07:04.548Z 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
85022026-07-24T13:07:04.548Zreplacing 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 } }]
85032026-07-24T13:07:04.548ZJul 24 13:07:03.107 INFO Jul 24 13:07:03.107adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffJul 24 13:07:03.107
85042026-07-24T13:07:04.548ZINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFO
85052026-07-24T13:07:04.548Zadding route 3fff:beef::/64 -> 2001:db8::55:ff
85062026-07-24T13:07:04.548ZJul 24 13:07:03.107Jul 24 13:07:03.107 DEBGJul 24 13:07:03.107 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 } }]
85072026-07-24T13:07:04.548Zreplacing 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
85082026-07-24T13:07:04.548Z 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 } }]Jul 24 13:07:03.107Jul 24 13:07:03.107
85092026-07-24T13:07:04.548Z INFO INFOadding route 3fff:beef:3f::/64 -> 2001:db8::55:ff
85102026-07-24T13:07:04.548Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ffJul 24 13:07:03.107
85112026-07-24T13:07:04.548Z INFO Jul 24 13:07:03.107adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
85122026-07-24T13:07:04.548ZDEBGJul 24 13:07:03.107 replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
85132026-07-24T13:07:04.548Z 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 } }]
85142026-07-24T13:07:04.548ZJul 24 13:07:03.107 DEBGJul 24 13:07:03.107 failed to allocate space for the new target listINFO
85152026-07-24T13:07:04.548Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
85162026-07-24T13:07:04.548ZJul 24 13:07:03.107 Jul 24 13:07:03.107DEBGJul 24 13:07:03.107 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBGDEBG
85172026-07-24T13:07:04.552Z replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
85182026-07-24T13:07:04.552Z
85192026-07-24T13:07:04.552ZJul 24 13:07:03.107 DEBGJul 24 13:07:03.107 failed to allocate space for the new target listJul 24 13:07:03.107
85202026-07-24T13:07:04.552Z INFOINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
85212026-07-24T13:07:04.552Z
85222026-07-24T13:07:04.552ZINFOJul 24 13:07:03.107Jul 24 13:07:03.107 DEBGDEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
85232026-07-24T13:07:04.552Z
85242026-07-24T13:07:04.552Z
85252026-07-24T13:07:04.552ZJul 24 13:07:03.107 Jul 24 13:07:03.107DEBG INFOJul 24 13:07:03.107 created new freemapINFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
85262026-07-24T13:07:04.553Z, Jul 24 13:07:03.107unitadding route 3fff:beef:23::/64 -> 2001:db8::55:ff:
85272026-07-24T13:07:04.553ZDEBG 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 } }]freemap_route_ipv4
85282026-07-24T13:07:04.553ZJul 24 13:07:03.107Jul 24 13:07:03.107
85292026-07-24T13:07:04.553Z DEBGDEBGJul 24 13:07:03.107 Jul 24 13:07:03.107replacing 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 } }]
85302026-07-24T13:07:04.553ZDEBG INFOcreated new freemap , adding route 3fff:beef:b::/64 -> 2001:db8::55:ffunitreplacing 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 } }]:
85312026-07-24T13:07:04.553Z freemap_route_ipv6
85322026-07-24T13:07:04.553Z
85332026-07-24T13:07:04.553ZJul 24 13:07:03.107 INFOJul 24 13:07:03.107Jul 24 13:07:03.107 Jul 24 13:07:03.107 DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBG
85342026-07-24T13:07:04.553ZINFO 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 } }]initted freemap. size: 64
85352026-07-24T13:07:04.553Z, unitJul 24 13:07:03.107: Jul 24 13:07:03.107 freemap_route_ipv4INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
85362026-07-24T13:07:04.553Z
85372026-07-24T13:07:04.553Z adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG
85382026-07-24T13:07:04.553Z 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 } }]Jul 24 13:07:03.107
85392026-07-24T13:07:04.553Z DEBGJul 24 13:07:03.107Jul 24 13:07:03.107 reset freemapDEBG, 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 } }]DEBGunit
85402026-07-24T13:07:04.553Z: freemap_route_ipv4replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85412026-07-24T13:07:04.553Z
85422026-07-24T13:07:04.553ZJul 24 13:07:03.107 INFOJul 24 13:07:03.107 Jul 24 13:07:03.107Jul 24 13:07:03.107INFO DEBG adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:beef:d::/64 -> 2001:db8::55:ffinitted freemap. size: 64
85432026-07-24T13:07:04.553Z
85442026-07-24T13:07:04.553Z, INFOunit: adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
85452026-07-24T13:07:04.553ZJul 24 13:07:03.107freemap_route_ipv6
85462026-07-24T13:07:04.553ZDEBG 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 } }]
85472026-07-24T13:07:04.553ZJul 24 13:07:03.107 DEBGJul 24 13:07:03.107Jul 24 13:07:03.107 Jul 24 13:07:03.107 DEBGINFODEBG 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:e::/64 -> 2001:db8::55:ff
85482026-07-24T13:07:04.553Z
85492026-07-24T13:07:04.553Z reset freemap, 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 } }]Jul 24 13:07:03.107:Jul 24 13:07:03.107 freemap_route_ipv6
85502026-07-24T13:07:04.553ZINFODEBG
85512026-07-24T13:07:04.553Z 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:6::/64 -> 2001:db8::55:ff
85522026-07-24T13:07:04.553ZJul 24 13:07:03.107
85532026-07-24T13:07:04.553Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 24 13:07:03.107Jul 24 13:07:03.107
85542026-07-24T13:07:04.553Z INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
85552026-07-24T13:07:04.553Z 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 } }]
85562026-07-24T13:07:04.553ZJul 24 13:07:03.108Jul 24 13:07:03.108 DEBG 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 } }]
85572026-07-24T13:07:04.553Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
85582026-07-24T13:07:04.553ZJul 24 13:07:03.108Jul 24 13:07:03.108 INFOINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2
85592026-07-24T13:07:04.553ZJul 24 13:07:03.108
85602026-07-24T13:07:04.553Z INFO Jul 24 13:07:03.108Jul 24 13:07:03.108 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG
85612026-07-24T13:07:04.553Zreplacing 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
85622026-07-24T13:07:04.553Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
85632026-07-24T13:07:04.553ZJul 24 13:07:03.108 Jul 24 13:07:03.108DEBG INFOJul 24 13:07:03.108 replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
85642026-07-24T13:07:04.554Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
85652026-07-24T13:07:04.554Zadding route 3fff:dead::/64 -> 2001:db8::55:3
85662026-07-24T13:07:04.554ZJul 24 13:07:03.108Jul 24 13:07:03.108 DEBGJul 24 13:07:03.108INFO 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
85672026-07-24T13:07:04.554Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
85682026-07-24T13:07:04.554Z
85692026-07-24T13:07:04.554ZJul 24 13:07:03.108 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffJul 24 13:07:03.108Jul 24 13:07:03.108
85702026-07-24T13:07:04.554Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
85712026-07-24T13:07:04.554ZJul 24 13:07:03.108 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 } }]
85722026-07-24T13:07:04.554ZDEBG Jul 24 13:07:03.108replacing 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 } }] Jul 24 13:07:03.108
85732026-07-24T13:07:04.554Z INFODEBG Jul 24 13:07:03.108adding route 3fff:beef:9::/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 } }]
85742026-07-24T13:07:04.554Z
85752026-07-24T13:07:04.554ZINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
85762026-07-24T13:07:04.554ZJul 24 13:07:03.108 Jul 24 13:07:03.108DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Jul 24 13:07:03.108
85772026-07-24T13:07:04.554Z 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: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 } }]
85782026-07-24T13:07:04.554Z
85792026-07-24T13:07:04.554ZJul 24 13:07:03.107 Jul 24 13:07:03.108Jul 24 13:07:03.108 INFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
85802026-07-24T13:07:04.554Z
85812026-07-24T13:07:04.554Z INFOJul 24 13:07:03.108Jul 24 13:07:03.108 DEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ffDEBG
85822026-07-24T13:07:04.554Z replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
85832026-07-24T13:07:04.554Z
85842026-07-24T13:07:04.554ZJul 24 13:07:03.108Jul 24 13:07:03.108Jul 24 13:07:03.108 INFOINFO DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff adding route 3fff:beef:27::/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 } }]
85852026-07-24T13:07:04.554Z
85862026-07-24T13:07:04.554Z
85872026-07-24T13:07:04.554ZJul 24 13:07:03.108 Jul 24 13:07:03.108DEBG Jul 24 13:07:03.108replacing 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
85882026-07-24T13:07:04.554Z 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 } }]
85892026-07-24T13:07:04.554Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
85902026-07-24T13:07:04.554ZJul 24 13:07:03.108Jul 24 13:07:03.108 INFOINFO Jul 24 13:07:03.108adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
85912026-07-24T13:07:04.554Z
85922026-07-24T13:07:04.554ZDEBG 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 } }]Jul 24 13:07:03.108
85932026-07-24T13:07:04.554ZJul 24 13:07:03.108 DEBGDEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85942026-07-24T13:07:04.554Zreplacing 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 } }]Jul 24 13:07:03.108
85952026-07-24T13:07:04.554Z INFOJul 24 13:07:03.108 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffINFOJul 24 13:07:03.108
85962026-07-24T13:07:04.554Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO
85972026-07-24T13:07:04.554Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ffJul 24 13:07:03.108
85982026-07-24T13:07:04.554Z Jul 24 13:07:03.108DEBG 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
85992026-07-24T13:07:04.554Z 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 } }]Jul 24 13:07:03.108
86002026-07-24T13:07:04.554Z Jul 24 13:07:03.108DEBG INFO replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
86012026-07-24T13:07:04.554Z
86022026-07-24T13:07:04.554ZJul 24 13:07:03.108 INFO Jul 24 13:07:03.108Jul 24 13:07:03.108 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFO
86032026-07-24T13:07:04.555Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG
86042026-07-24T13:07:04.555Z 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 } }]
86052026-07-24T13:07:04.555ZJul 24 13:07:03.108Jul 24 13:07:03.108 DEBG 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 } }]
86062026-07-24T13:07:04.555Zreplacing 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 } }]
86072026-07-24T13:07:04.555ZJul 24 13:07:03.108 INFOJul 24 13:07:03.108 Jul 24 13:07:03.108INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff INFO
86082026-07-24T13:07:04.555Z adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
86092026-07-24T13:07:04.555Z
86102026-07-24T13:07:04.555ZJul 24 13:07:03.108Jul 24 13:07:03.108 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: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 } }]
86112026-07-24T13:07:04.556Z
86122026-07-24T13:07:04.556ZJul 24 13:07:03.108 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 } }]Jul 24 13:07:03.108
86132026-07-24T13:07:04.556Z Jul 24 13:07:03.108INFO INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
86142026-07-24T13:07:04.556Z
86152026-07-24T13:07:04.556ZJul 24 13:07:03.108 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffJul 24 13:07:03.108Jul 24 13:07:03.108 DEBGDEBG
86162026-07-24T13:07:04.556Zreplacing 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 } }]
86172026-07-24T13:07:04.560Zreplacing 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 } }]
86182026-07-24T13:07:04.560ZJul 24 13:07:03.108Jul 24 13:07:03.108 Jul 24 13:07:03.108 DEBGINFO INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86192026-07-24T13:07:04.560Z
86202026-07-24T13:07:04.560Z
86212026-07-24T13:07:04.560ZJul 24 13:07:03.108Jul 24 13:07:03.108Jul 24 13:07:03.108 DEBG INFODEBG 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
86222026-07-24T13:07:04.560Z
86232026-07-24T13:07:04.560Zreplacing 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 } }]
86242026-07-24T13:07:04.560ZJul 24 13:07:03.108Jul 24 13:07:03.108 INFOJul 24 13:07:03.108 INFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG
86252026-07-24T13:07:04.560Z 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:2e::/64 -> 2001:db8::55:ff
86262026-07-24T13:07:04.560Z
86272026-07-24T13:07:04.560ZJul 24 13:07:03.108 DEBGJul 24 13:07:03.108 Jul 24 13:07:03.108replacing 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 } }]
86282026-07-24T13:07:04.560Z DEBGINFO Jul 24 13:07:03.108replacing 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:11::/64 -> 2001:db8::55:ff
86292026-07-24T13:07:04.560Z
86302026-07-24T13:07:04.560Z INFO Jul 24 13:07:03.108adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffJul 24 13:07:03.108
86312026-07-24T13:07:04.560Z INFODEBG adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffJul 24 13:07:03.108
86322026-07-24T13:07:04.560Z 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
86332026-07-24T13:07:04.560Z 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 } }]Jul 24 13:07:03.108
86342026-07-24T13:07:04.560Z INFOJul 24 13:07:03.108 DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ffJul 24 13:07:03.108
86352026-07-24T13:07:04.560Zreplacing 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 } }]
86362026-07-24T13:07:04.560ZINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
86372026-07-24T13:07:04.560ZJul 24 13:07:03.108Jul 24 13:07:03.108 DEBGINFOJul 24 13:07:03.108 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG
86382026-07-24T13:07:04.560Z 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 } }]
86392026-07-24T13:07:04.560Zreplacing 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 } }]
86402026-07-24T13:07:04.560ZJul 24 13:07:03.108 Jul 24 13:07:03.108DEBG Jul 24 13:07:03.108INFO INFO replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
86412026-07-24T13:07:04.560Z
86422026-07-24T13:07:04.560Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ffJul 24 13:07:03.108
86432026-07-24T13:07:04.560Z INFOJul 24 13:07:03.108 adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
86442026-07-24T13:07:04.560ZDEBG 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 } }]Jul 24 13:07:03.108
86452026-07-24T13:07:04.560Z Jul 24 13:07:03.108DEBG 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 } }]
86462026-07-24T13:07:04.560ZJul 24 13:07:03.108 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
86472026-07-24T13:07:04.560Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ffJul 24 13:07:03.108
86482026-07-24T13:07:04.560ZJul 24 13:07:03.108 INFOJul 24 13:07:03.108INFO DEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
86492026-07-24T13:07:04.561Zreplacing 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 } }]
86502026-07-24T13:07:04.561Z
86512026-07-24T13:07:04.561ZJul 24 13:07:03.108Jul 24 13:07:03.108 Jul 24 13:07:03.108DEBG 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
86522026-07-24T13:07:04.561ZDEBG 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:21::/64 -> 2001:db8::55:ff
86532026-07-24T13:07:04.561Z
86542026-07-24T13:07:04.561ZJul 24 13:07:03.108 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffJul 24 13:07:03.108
86552026-07-24T13:07:04.561ZJul 24 13:07:03.108 INFODEBGJul 24 13:07:03.108 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:15::/64 -> 2001:db8::55:ff
86562026-07-24T13:07:04.561ZDEBG
86572026-07-24T13:07:04.561Z 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 } }]
86582026-07-24T13:07:04.561ZJul 24 13:07:03.108Jul 24 13:07:03.108Jul 24 13:07:03.108 INFOINFODEBG adding route 3fff:beef:22::/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 } }]
86592026-07-24T13:07:04.561Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
86602026-07-24T13:07:04.561Z
86612026-07-24T13:07:04.561ZJul 24 13:07:03.108 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 } }]Jul 24 13:07:03.108
86622026-07-24T13:07:04.561ZJul 24 13:07:03.108 INFO DEBGJul 24 13:07:03.108adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
86632026-07-24T13:07:04.561Zreplacing 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
86642026-07-24T13:07:04.561Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
86652026-07-24T13:07:04.561ZJul 24 13:07:03.108Jul 24 13:07:03.108Jul 24 13:07:03.108 INFO DEBGDEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
86662026-07-24T13:07:04.561Zreplacing 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 } }]
86672026-07-24T13:07:04.561Zreplacing 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 } }]
86682026-07-24T13:07:04.561ZJul 24 13:07:03.108 Jul 24 13:07:03.108DEBG INFOreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 24 13:07:03.108
86692026-07-24T13:07:04.561Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ff INFOJul 24 13:07:03.108
86702026-07-24T13:07:04.561Z INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ffJul 24 13:07:03.108
86712026-07-24T13:07:04.561Z
86722026-07-24T13:07:04.561Z DEBG Jul 24 13:07:03.108replacing 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 } }] Jul 24 13:07:03.108DEBG
86732026-07-24T13:07:04.561Z 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 } }]
86742026-07-24T13:07:04.561ZDEBGJul 24 13:07:03.108 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
86752026-07-24T13:07:04.561Ztest route::tests::identity_replace_is_noop ... ok
86762026-07-24T13:07:04.561ZJul 24 13:07:03.108 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFO
86772026-07-24T13:07:04.561Z adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
86782026-07-24T13:07:04.561ZJul 24 13:07:03.108Jul 24 13:07:03.108 Jul 24 13:07:03.108DEBG DEBG INFO replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:18::/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 } }]
86792026-07-24T13:07:04.561Z
86802026-07-24T13:07:04.561Z
86812026-07-24T13:07:04.561ZJul 24 13:07:03.108Jul 24 13:07:03.108 DEBGJul 24 13:07:03.108INFO 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:26::/64 -> 2001:db8::55:ffINFO
86822026-07-24T13:07:04.561Z
86832026-07-24T13:07:04.561Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
86842026-07-24T13:07:04.561ZJul 24 13:07:03.108 Jul 24 13:07:03.108DEBGJul 24 13:07:03.108 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
86852026-07-24T13:07:04.561ZINFOreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
86862026-07-24T13:07:04.561Z
86872026-07-24T13:07:04.561ZJul 24 13:07:03.108Jul 24 13:07:03.108Jul 24 13:07:03.108 INFO INFOJul 24 13:07:03.108 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBG
86882026-07-24T13:07:04.562Z DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
86892026-07-24T13:07:04.562Zcreated 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 } }]Jul 24 13:07:03.108Jul 24 13:07:03.108 unitDEBG: DEBG
86902026-07-24T13:07:04.562Z 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 } }] 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 } }]
86912026-07-24T13:07:04.562Z
86922026-07-24T13:07:04.562Z
86932026-07-24T13:07:04.562ZJul 24 13:07:03.108Jul 24 13:07:03.108Jul 24 13:07:03.108 Jul 24 13:07:03.108DEBGINFO INFOcreated new freemapadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff , adding route 3fff:beef:28::/64 -> 2001:db8::55:ffunit
86942026-07-24T13:07:04.562Z:
86952026-07-24T13:07:04.562Z freemap_route_ipv6
86962026-07-24T13:07:04.562ZINFO Jul 24 13:07:03.108adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffJul 24 13:07:03.108Jul 24 13:07:03.108
86972026-07-24T13:07:04.562Z DEBG DEBG DEBG initted freemap. size: 64replacing 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 } }],
86982026-07-24T13:07:04.562Zunitreplacing 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_ipv4
86992026-07-24T13:07:04.563Z
87002026-07-24T13:07:04.563ZJul 24 13:07:03.108Jul 24 13:07:03.108 DEBG INFO Jul 24 13:07:03.108 Jul 24 13:07:03.108DEBG 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 } }]
87012026-07-24T13:07:04.563Zreset freemapadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff, adding route 3fff:beef:29::/64 -> 2001:db8::55:ffunit
87022026-07-24T13:07:04.563Z
87032026-07-24T13:07:04.563Z: freemap_route_ipv4Jul 24 13:07:03.108Jul 24 13:07:03.108Jul 24 13:07:03.108
87042026-07-24T13:07:04.563ZDEBG DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]Jul 24 13:07:03.108
87052026-07-24T13:07:04.563Z DEBGINFO
87062026-07-24T13:07:04.563Zinitted freemap. size: 64 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff,
87072026-07-24T13:07:04.563Zunit:Jul 24 13:07:03.108 Jul 24 13:07:03.108 INFOJul 24 13:07:03.108INFOfreemap_route_ipv6
87082026-07-24T13:07:04.563Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
87092026-07-24T13:07:04.563Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
87102026-07-24T13:07:04.563ZJul 24 13:07:03.108Jul 24 13:07:03.108 DEBGDEBGDEBG 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 } }]reset freemap
87112026-07-24T13:07:04.563Zreplacing 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 } }], unitJul 24 13:07:03.108:
87122026-07-24T13:07:04.563Zfreemap_route_ipv6Jul 24 13:07:03.108
87132026-07-24T13:07:04.563Z DEBG 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 } }] failed to allocate space for the new target list
87142026-07-24T13:07:04.563ZJul 24 13:07:03.108
87152026-07-24T13:07:04.563Z Jul 24 13:07:03.108 INFOINFO Jul 24 13:07:03.108 adding route 172.16.0.0/32 -> 10.0.0.1Jul 24 13:07:03.108Jul 24 13:07:03.108
87162026-07-24T13:07:04.563Z INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
87172026-07-24T13:07:04.567ZJul 24 13:07:03.108 DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff DEBG
87182026-07-24T13:07:04.567ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]created new freemap
87192026-07-24T13:07:04.567Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }],
87202026-07-24T13:07:04.567Zunit: freemap_route_ipv4Jul 24 13:07:03.108
87212026-07-24T13:07:04.567Z Jul 24 13:07:03.108DEBG Jul 24 13:07:03.108INFO DEBGreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255
87222026-07-24T13:07:04.567Z
87232026-07-24T13:07:04.567ZJul 24 13:07:03.108 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 } }]Jul 24 13:07:03.108Jul 24 13:07:03.108 DEBGcreated new freemap replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
87242026-07-24T13:07:04.567ZINFOunit
87252026-07-24T13:07:04.567Z:adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
87262026-07-24T13:07:04.567Zfreemap_route_ipv6Jul 24 13:07:03.109
87272026-07-24T13:07:04.567Z INFOJul 24 13:07:03.109 Jul 24 13:07:03.109DEBGadding route 172.17.0.1/32 -> 10.0.0.255Jul 24 13:07:03.109
87282026-07-24T13:07:04.567Z INFO 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
87292026-07-24T13:07:04.567Z Jul 24 13:07:03.109 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffinitted freemap. size: 64 ,
87302026-07-24T13:07:04.567ZDEBGunit Jul 24 13:07:03.109: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 } }]
87312026-07-24T13:07:04.567Zfreemap_route_ipv4
87322026-07-24T13:07:04.567ZINFO Jul 24 13:07:03.109adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff Jul 24 13:07:03.109
87332026-07-24T13:07:04.567ZINFO Jul 24 13:07:03.109DEBG adding route 172.17.0.2/32 -> 10.0.0.255reset freemap
87342026-07-24T13:07:04.567Z, Jul 24 13:07:03.109 DEBGunit :Jul 24 13:07:03.109 DEBG freemap_route_ipv4DEBGreplacing 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: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 } }]
87352026-07-24T13:07:04.567Z 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 } }]
87362026-07-24T13:07:04.567Z
87372026-07-24T13:07:04.567Z
87382026-07-24T13:07:04.567ZJul 24 13:07:03.109Jul 24 13:07:03.109 Jul 24 13:07:03.109DEBG initted freemap. size: 64INFOINFOJul 24 13:07:03.109 , adding route 172.17.0.3/32 -> 10.0.0.255adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffunit
87392026-07-24T13:07:04.567Z
87402026-07-24T13:07:04.567Z: INFOfreemap_route_ipv6
87412026-07-24T13:07:04.567ZJul 24 13:07:03.109 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffDEBGJul 24 13:07:03.109
87422026-07-24T13:07:04.567Zreplacing 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 } }]Jul 24 13:07:03.109
87432026-07-24T13:07:04.567ZDEBG 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 } }]reset freemap
87442026-07-24T13:07:04.567ZJul 24 13:07:03.109 , INFOunit Jul 24 13:07:03.109adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff:
87452026-07-24T13:07:04.567Z Jul 24 13:07:03.109 INFODEBG Jul 24 13:07:03.109adding route 172.17.0.4/32 -> 10.0.0.255 freemap_route_ipv6
87462026-07-24T13:07:04.567Z
87472026-07-24T13:07:04.567Z DEBGreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 24 13:07:03.109
87482026-07-24T13:07:04.567Z DEBGJul 24 13:07:03.109 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 } }]
87492026-07-24T13:07:04.567Zreplacing 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
87502026-07-24T13:07:04.567Zadding route 172.16.0.0/32 -> 10.0.0.1
87512026-07-24T13:07:04.568ZJul 24 13:07:03.109 Jul 24 13:07:03.109INFOJul 24 13:07:03.109Jul 24 13:07:03.109 adding route 172.17.0.5/32 -> 10.0.0.255INFO
87522026-07-24T13:07:04.568Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFOJul 24 13:07:03.109
87532026-07-24T13:07:04.568Z DEBGDEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
87542026-07-24T13:07:04.568ZJul 24 13:07:03.109
87552026-07-24T13:07:04.568Z
87562026-07-24T13:07:04.568ZDEBGJul 24 13:07:03.109 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 } }] INFOJul 24 13:07:03.109
87572026-07-24T13:07:04.568Z Jul 24 13:07:03.109adding route 172.17.0.6/32 -> 10.0.0.255 INFO
87582026-07-24T13:07:04.568Z adding route 172.16.0.0/32 -> 10.0.0.2DEBG
87592026-07-24T13:07:04.568ZJul 24 13:07:03.109Jul 24 13:07:03.109 DEBG 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 } }]Jul 24 13:07:03.109
87602026-07-24T13:07:04.568Z DEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Jul 24 13:07:03.109
87612026-07-24T13:07:04.568Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
87622026-07-24T13:07:04.568ZINFO
87632026-07-24T13:07:04.568Z Jul 24 13:07:03.109adding route 172.17.0.7/32 -> 10.0.0.255
87642026-07-24T13:07:04.568ZINFO adding route 172.16.0.0/32 -> 10.0.0.3Jul 24 13:07:03.109Jul 24 13:07:03.109 Jul 24 13:07:03.109
87652026-07-24T13:07:04.568Z DEBGDEBG 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 } }]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 } }]
87662026-07-24T13:07:04.568Z
87672026-07-24T13:07:04.568ZJul 24 13:07:03.109adding route 3fff:beef:20::/64 -> 2001:db8::55:ff Jul 24 13:07:03.109 DEBG
87682026-07-24T13:07:04.568ZINFO Jul 24 13:07:03.109 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.8/32 -> 10.0.0.255
87692026-07-24T13:07:04.568ZINFO
87702026-07-24T13:07:04.568ZJul 24 13:07:03.109 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffJul 24 13:07:03.109
87712026-07-24T13:07:04.568Z DEBGINFO adding route 172.16.0.0/32 -> 10.0.0.4Jul 24 13:07:03.109
87722026-07-24T13:07:04.568Z Jul 24 13:07:03.109DEBG 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 } }]
87732026-07-24T13:07:04.568Zreplacing 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: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 } }]
87742026-07-24T13:07:04.568Z
87752026-07-24T13:07:04.568ZJul 24 13:07:03.109Jul 24 13:07:03.109 DEBGINFOJul 24 13:07:03.109 Jul 24 13:07:03.109INFOadding route 172.17.0.9/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]
87762026-07-24T13:07:04.568Z
87772026-07-24T13:07:04.568ZINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffJul 24 13:07:03.109 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG
87782026-07-24T13:07:04.568Zreplacing 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 } }]
87792026-07-24T13:07:04.568ZJul 24 13:07:03.109
87802026-07-24T13:07:04.568Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
87812026-07-24T13:07:04.568Z Jul 24 13:07:03.109Jul 24 13:07:03.109 DEBGINFO 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 } }]
87822026-07-24T13:07:04.568Zadding route 172.17.0.10/32 -> 10.0.0.255
87832026-07-24T13:07:04.568Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]Jul 24 13:07:03.109
87842026-07-24T13:07:04.568Z Jul 24 13:07:03.109 Jul 24 13:07:03.109INFODEBG DEBGreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
87852026-07-24T13:07:04.568Z
87862026-07-24T13:07:04.568Zreplacing 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 } }]
87872026-07-24T13:07:04.568ZJul 24 13:07:03.110 Jul 24 13:07:03.110Jul 24 13:07:03.114 DEBGJul 24 13:07:03.109DEBG created new freemapDEBG , INFO unitadding route 172.17.0.11/32 -> 10.0.0.255created new freemap:
87882026-07-24T13:07:04.568Z, created new freemapunit, :freemap_route_ipv4unit Jul 24 13:07:03.114: freemap_route_ipv4
87892026-07-24T13:07:04.568ZDEBG
87902026-07-24T13:07:04.569Z 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 } }]
87912026-07-24T13:07:04.569Z freemap_route_ipv4Jul 24 13:07:03.114Jul 24 13:07:03.114
87922026-07-24T13:07:04.569Z DEBG created new freemapINFO, unitadding route 172.17.0.12/32 -> 10.0.0.255:
87932026-07-24T13:07:04.569Z Jul 24 13:07:03.109freemap_route_ipv6
87942026-07-24T13:07:04.569Z DEBGJul 24 13:07:03.114 created new freemapJul 24 13:07:03.114DEBG, DEBGcreated new freemap , replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unitunit
87952026-07-24T13:07:04.569ZJul 24 13:07:03.114: :freemap_route_ipv6DEBG
87962026-07-24T13:07:04.569Zfreemap_route_ipv4Jul 24 13:07:03.114
87972026-07-24T13:07:04.569Z INFO adding route 172.17.0.13/32 -> 10.0.0.255
87982026-07-24T13:07:04.569Zinitted freemap. size: 64, Jul 24 13:07:03.114unit :DEBG Jul 24 13:07:03.114freemap_route_ipv4 initted freemap. size: 64Jul 24 13:07:03.114DEBG
87992026-07-24T13:07:04.569Z 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 } }],
88002026-07-24T13:07:04.569Zunit: DEBG Jul 24 13:07:03.114freemap_route_ipv4 Jul 24 13:07:03.114DEBG
88012026-07-24T13:07:04.570Z reset freemapINFO created new freemap, , adding route 172.17.0.14/32 -> 10.0.0.255Jul 24 13:07:03.114
88022026-07-24T13:07:04.570Z unitDEBGunit :reset freemap Jul 24 13:07:03.114freemap_route_ipv4, unitDEBG
88032026-07-24T13:07:04.570Z :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 } }]:
88042026-07-24T13:07:04.570Z freemap_route_ipv6freemap_route_ipv4
88052026-07-24T13:07:04.570ZJul 24 13:07:03.114
88062026-07-24T13:07:04.570ZJul 24 13:07:03.114 INFO adding route 172.17.0.15/32 -> 10.0.0.255DEBG
88072026-07-24T13:07:04.570Z initted freemap. size: 64Jul 24 13:07:03.114, unitJul 24 13:07:03.114DEBG: initted freemap. size: 64freemap_route_ipv6
88082026-07-24T13:07:04.570ZJul 24 13:07:03.114 DEBGDEBG , unitreplacing 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 } }]:
88092026-07-24T13:07:04.570ZJul 24 13:07:03.114 initted freemap. size: 64freemap_route_ipv6DEBGJul 24 13:07:03.114
88102026-07-24T13:07:04.570Z reset freemapINFO, , unitadding route 172.17.0.16/32 -> 10.0.0.255unit
88112026-07-24T13:07:04.570Z:Jul 24 13:07:03.114: Jul 24 13:07:03.114freemap_route_ipv4freemap_route_ipv6
88122026-07-24T13:07:04.570ZDEBGDEBG
88132026-07-24T13:07:04.570Z 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 } }]
88142026-07-24T13:07:04.570Zreset freemap, unitJul 24 13:07:03.114Jul 24 13:07:03.114 Jul 24 13:07:03.114 DEBG : INFO freemap_route_ipv6INFO
88152026-07-24T13:07:04.570Zadding route 172.17.0.17/32 -> 10.0.0.255reset freemap
88162026-07-24T13:07:04.570Z , unitadding route 3fff:dead::/64 -> 2001:db8::55:1Jul 24 13:07:03.114 :
88172026-07-24T13:07:04.574ZINFO freemap_route_ipv4Jul 24 13:07:03.114 adding route 3fff:dead::/64 -> 2001:db8::55:1
88182026-07-24T13:07:04.574Z
88192026-07-24T13:07:04.574ZJul 24 13:07:03.114DEBG DEBGreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 24 13:07:03.114replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
88202026-07-24T13:07:04.574Z
88212026-07-24T13:07:04.574ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
88222026-07-24T13:07:04.574ZJul 24 13:07:03.114 Jul 24 13:07:03.114Jul 24 13:07:03.114 INFODEBG 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 } }]initted freemap. size: 64adding route 172.17.0.18/32 -> 10.0.0.255, Jul 24 13:07:03.114
88232026-07-24T13:07:04.574Z
88242026-07-24T13:07:04.574ZunitINFO :adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 24 13:07:03.114
88252026-07-24T13:07:04.574Z freemap_route_ipv6
88262026-07-24T13:07:04.574ZDEBG Jul 24 13:07:03.114replacing 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
88272026-07-24T13:07:04.574Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 24 13:07:03.109
88282026-07-24T13:07:04.574Z Jul 24 13:07:03.114Jul 24 13:07:03.114Jul 24 13:07:03.114 INFO DEBG DEBGadding route 172.17.0.19/32 -> 10.0.0.255
88292026-07-24T13:07:04.574ZINFOreset freemap , created new freemapadding route 3fff:dead::/64 -> 2001:db8::55:3unit
88302026-07-24T13:07:04.574ZJul 24 13:07:03.114, : freemap_route_ipv6DEBGunit
88312026-07-24T13:07:04.575Zreplacing 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 } }]:
88322026-07-24T13:07:04.575ZJul 24 13:07:03.114 freemap_route_ipv4Jul 24 13:07:03.114
88332026-07-24T13:07:04.575ZDEBGJul 24 13:07:03.114 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
88342026-07-24T13:07:04.575Z adding route 172.17.0.20/32 -> 10.0.0.255INFO
88352026-07-24T13:07:04.575Z Jul 24 13:07:03.114adding route 3fff:dead::/64 -> 2001:db8::55:1
88362026-07-24T13:07:04.575ZINFOJul 24 13:07:03.114 Jul 24 13:07:03.114 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBGDEBG
88372026-07-24T13:07:04.575Z Jul 24 13:07:03.114replacing 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 } }]
88382026-07-24T13:07:04.575ZDEBGcreated 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 } }]Jul 24 13:07:03.114
88392026-07-24T13:07:04.575Zunit :DEBGJul 24 13:07:03.114 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] Jul 24 13:07:03.114
88402026-07-24T13:07:04.575ZINFO freemap_route_ipv6adding route 172.17.0.21/32 -> 10.0.0.255
88412026-07-24T13:07:04.575Z
88422026-07-24T13:07:04.575ZJul 24 13:07:03.114 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 } }]INFO
88432026-07-24T13:07:04.575ZJul 24 13:07:03.114Jul 24 13:07:03.114 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
88442026-07-24T13:07:04.575ZDEBG Jul 24 13:07:03.114replacing 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 } }]
88452026-07-24T13:07:04.575ZWARN initted freemap. size: 64shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }), Jul 24 13:07:03.114
88462026-07-24T13:07:04.575ZJul 24 13:07:03.114 INFO adding route 172.17.0.22/32 -> 10.0.0.255unit
88472026-07-24T13:07:04.575ZDEBG Jul 24 13:07:03.114replacing 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 } }]: Jul 24 13:07:03.114
88482026-07-24T13:07:04.575ZERRO DEBGfreemap_route_ipv4
88492026-07-24T13:07:04.575Zreplacing 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 } }]rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
88502026-07-24T13:07:04.575Z
88512026-07-24T13:07:04.575ZJul 24 13:07:03.114Jul 24 13:07:03.114 Jul 24 13:07:03.114INFO INFOadding route 172.17.0.23/32 -> 10.0.0.255
88522026-07-24T13:07:04.575ZJul 24 13:07:03.114adding route 3fff:dead::/64 -> 2001:db8::55:1
88532026-07-24T13:07:04.575ZERRO DEBGshrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds it Jul 24 13:07:03.114reset freemap , DEBG
88542026-07-24T13:07:04.575Z 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 } }]unit
88552026-07-24T13:07:04.575Z: Jul 24 13:07:03.114freemap_route_ipv4
88562026-07-24T13:07:04.575ZDEBG 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 } }]Jul 24 13:07:03.114
88572026-07-24T13:07:04.575Z INFOJul 24 13:07:03.114 adding route 172.17.0.24/32 -> 10.0.0.255DEBG
88582026-07-24T13:07:04.575Z Jul 24 13:07:03.114 initted freemap. size: 64INFO, unitJul 24 13:07:03.114adding route 3fff:dead::/64 -> 2001:db8::55:2 :
88592026-07-24T13:07:04.575Z DEBGfreemap_route_ipv6 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 } }]
88602026-07-24T13:07:04.575Z
88612026-07-24T13:07:04.575ZJul 24 13:07:03.114Jul 24 13:07:03.114 Jul 24 13:07:03.114DEBG INFO DEBGadding route 172.17.0.25/32 -> 10.0.0.255reset freemap
88622026-07-24T13:07:04.575Z , unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, 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 } }]:
88632026-07-24T13:07:04.575ZJul 24 13:07:03.114 freemap_route_ipv6
88642026-07-24T13:07:04.575ZDEBG Jul 24 13:07:03.114replacing 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 } }]
88652026-07-24T13:07:04.575ZINFO adding route 3fff:beef::/64 -> 2001:db8::55:ffJul 24 13:07:03.114
88662026-07-24T13:07:04.575Z Jul 24 13:07:03.114INFO adding route 172.16.0.0/32 -> 10.0.0.1INFO
88672026-07-24T13:07:04.575Z Jul 24 13:07:03.114adding route 172.17.0.26/32 -> 10.0.0.255
88682026-07-24T13:07:04.575ZDEBGJul 24 13:07:03.114 replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
88692026-07-24T13:07:04.576Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Jul 24 13:07:03.114
88702026-07-24T13:07:04.576ZJul 24 13:07:03.114 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 } }]INFO
88712026-07-24T13:07:04.576Z adding route 3fff:beef:1::/64 -> 2001:db8::55:ffJul 24 13:07:03.114
88722026-07-24T13:07:04.576Z INFOJul 24 13:07:03.114 INFOadding route 172.16.0.0/32 -> 10.0.0.2 Jul 24 13:07:03.114adding route 172.17.0.27/32 -> 10.0.0.255
88732026-07-24T13:07:04.576Z
88742026-07-24T13:07:04.576ZDEBG Jul 24 13:07:03.114replacing 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 } }] Jul 24 13:07:03.114INFO
88752026-07-24T13:07:04.576ZJul 24 13:07:03.114 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBG
88762026-07-24T13:07:04.576Ztest route::tests::rollback_on_compact_delete_failure ... ok
88772026-07-24T13:07:04.576Z 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 } }] 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 } }]
88782026-07-24T13:07:04.576Z
88792026-07-24T13:07:04.576ZJul 24 13:07:03.114Jul 24 13:07:03.114 INFODEBGJul 24 13:07:03.114 INFOreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
88802026-07-24T13:07:04.576Zadding route 172.17.0.28/32 -> 10.0.0.255Jul 24 13:07:03.114
88812026-07-24T13:07:04.576Z
88822026-07-24T13:07:04.576ZINFO Jul 24 13:07:03.114 Jul 24 13:07:03.114adding route 172.16.0.0/32 -> 10.0.0.3INFO
88832026-07-24T13:07:04.576Z Jul 24 13:07:03.114DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
88842026-07-24T13:07:04.576Ztest route::tests::rollback_on_compact_write_failure ... ok
88852026-07-24T13:07:04.576Z
88862026-07-24T13:07:04.576Ztest route::tests::grow_succeeds ... ok
88872026-07-24T13:07:04.576ZDEBG 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 } }]Jul 24 13:07:03.114
88882026-07-24T13:07:04.576Z Jul 24 13:07:03.109Jul 24 13:07:03.114 Jul 24 13:07:03.114DEBGINFO DEBGreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.29/32 -> 10.0.0.255
88892026-07-24T13:07:04.576Z
88902026-07-24T13:07:04.576Z 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 } }]Jul 24 13:07:03.114Jul 24 13:07:03.114
88912026-07-24T13:07:04.576Z Jul 24 13:07:03.114DEBG INFO 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:35::/64 -> 2001:db8::55:ff
88922026-07-24T13:07:04.576Z
88932026-07-24T13:07:04.576ZINFODEBG adding route 3fff:beef:3::/64 -> 2001:db8::55:ffJul 24 13:07:03.114
88942026-07-24T13:07:04.576Z Jul 24 13:07:03.114INFO Jul 24 13:07:03.114INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 172.17.0.30/32 -> 10.0.0.255
88952026-07-24T13:07:04.576Z
88962026-07-24T13:07:04.576ZDEBG 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 } }]
88972026-07-24T13:07:04.576Z
88982026-07-24T13:07:04.576ZJul 24 13:07:03.114 DEBGJul 24 13:07:03.114 Jul 24 13:07:03.114replacing 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 } }] INFOJul 24 13:07:03.115 DEBG created new freemapJul 24 13:07:03.114Jul 24 13:07:03.121, Jul 24 13:07:03.114 DEBGunitadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
88992026-07-24T13:07:04.576Z: Jul 24 13:07:03.121freemap_route_ipv4 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 } }]
89002026-07-24T13:07:04.576ZDEBG DEBGcreated new freemap , 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 } }]
89012026-07-24T13:07:04.576Zunit
89022026-07-24T13:07:04.576Z: Jul 24 13:07:03.121freemap_route_ipv6
89032026-07-24T13:07:04.576ZINFOJul 24 13:07:03.121 Jul 24 13:07:03.121adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
89042026-07-24T13:07:04.576ZINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG
89052026-07-24T13:07:04.576Z Jul 24 13:07:03.121Jul 24 13:07:03.121 DEBGcreated new freemapDEBG , 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 } }]initted freemap. size: 64Jul 24 13:07:03.121,
89062026-07-24T13:07:04.576Zunitunit :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 } }]
89072026-07-24T13:07:04.576ZJul 24 13:07:03.121freemap_route_ipv4freemap_route_ipv6
89082026-07-24T13:07:04.577Z INFO
89092026-07-24T13:07:04.577Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ffJul 24 13:07:03.121Jul 24 13:07:03.121
89102026-07-24T13:07:04.577ZINFOJul 24 13:07:03.121 DEBG adding route 3fff:beef:38::/64 -> 2001:db8::55:ff DEBG
89112026-07-24T13:07:04.577Zreset freemap Jul 24 13:07:03.121initted freemap. size: 64, , unitDEBG:unit Jul 24 13:07:03.121:freemap_route_ipv4replacing 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 } }]
89122026-07-24T13:07:04.577ZDEBG freemap_route_ipv4replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
89132026-07-24T13:07:04.577Z
89142026-07-24T13:07:04.577Z
89152026-07-24T13:07:04.577ZJul 24 13:07:03.121 Jul 24 13:07:03.121Jul 24 13:07:03.121 INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBGJul 24 13:07:03.121adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
89162026-07-24T13:07:04.577Zinitted freemap. size: 64DEBG, unit:
89172026-07-24T13:07:04.581Zreset freemap Jul 24 13:07:03.121freemap_route_ipv6, unit
89182026-07-24T13:07:04.581Z :DEBGJul 24 13:07:03.121 replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
89192026-07-24T13:07:04.581Z Jul 24 13:07:03.121 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 } }]freemap_route_ipv4
89202026-07-24T13:07:04.581Z
89212026-07-24T13:07:04.581ZDEBGJul 24 13:07:03.121 reset freemap, INFOunit Jul 24 13:07:03.121: Jul 24 13:07:03.121 INFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff freemap_route_ipv6 DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
89222026-07-24T13:07:04.581Z
89232026-07-24T13:07:04.581Z
89242026-07-24T13:07:04.581Zinitted freemap. size: 64, Jul 24 13:07:03.121Jul 24 13:07:03.121Jul 24 13:07:03.121 DEBGDEBG unitINFO replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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:dead::/64 -> 2001:db8::55:1
89252026-07-24T13:07:04.581Z
89262026-07-24T13:07:04.581Z:
89272026-07-24T13:07:04.581Z Jul 24 13:07:03.121freemap_route_ipv6 Jul 24 13:07:03.121Jul 24 13:07:03.121
89282026-07-24T13:07:04.581Z Jul 24 13:07:03.121DEBG INFO 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 } }]
89292026-07-24T13:07:04.581ZINFOadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
89302026-07-24T13:07:04.581ZJul 24 13:07:03.121 adding route 3fff:beef:29::/64 -> 2001:db8::55:ff Jul 24 13:07:03.121
89312026-07-24T13:07:04.581Z DEBGINFOJul 24 13:07:03.121 reset freemap adding route 3fff:dead::/64 -> 2001:db8::55:2DEBGJul 24 13:07:03.121
89322026-07-24T13:07:04.581Zreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
89332026-07-24T13:07:04.581Z 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 } }],
89342026-07-24T13:07:04.581ZunitJul 24 13:07:03.121Jul 24 13:07:03.121 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 } }]
89352026-07-24T13:07:04.581Zfreemap_route_ipv6Jul 24 13:07:03.121adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
89362026-07-24T13:07:04.581ZINFO
89372026-07-24T13:07:04.581Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffJul 24 13:07:03.121
89382026-07-24T13:07:04.581Z INFOJul 24 13:07:03.121 adding route 3fff:dead::/64 -> 2001:db8::55:3INFOJul 24 13:07:03.121
89392026-07-24T13:07:04.581Z Jul 24 13:07:03.121adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBG
89402026-07-24T13:07:04.581Z 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 } }] Jul 24 13:07:03.121replacing 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 } }]
89412026-07-24T13:07:04.581ZDEBG
89422026-07-24T13:07:04.581Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 24 13:07:03.121
89432026-07-24T13:07:04.581Z INFOJul 24 13:07:03.121Jul 24 13:07:03.121 Jul 24 13:07:03.121INFO INFODEBGadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
89442026-07-24T13:07:04.582Zadding route 3fff:dead::/64 -> 2001:db8::55:4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
89452026-07-24T13:07:04.582Z
89462026-07-24T13:07:04.582Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
89472026-07-24T13:07:04.582ZJul 24 13:07:03.121 Jul 24 13:07:03.121 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 24 13:07:03.121
89482026-07-24T13:07:04.582Z Jul 24 13:07:03.121DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
89492026-07-24T13:07:04.582ZDEBGreplacing 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 } }]
89502026-07-24T13:07:04.582Zreplacing 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 } }]Jul 24 13:07:03.121
89512026-07-24T13:07:04.582ZJul 24 13:07:03.121 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 } }]
89522026-07-24T13:07:04.582ZDEBGJul 24 13:07:03.121 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 24 13:07:03.121
89532026-07-24T13:07:04.582Z INFOJul 24 13:07:03.121 INFOWARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
89542026-07-24T13:07:04.582Z
89552026-07-24T13:07:04.582Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
89562026-07-24T13:07:04.582ZJul 24 13:07:03.121Jul 24 13:07:03.121
89572026-07-24T13:07:04.582ZDEBGDEBG replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
89582026-07-24T13:07:04.582Z created new freemapJul 24 13:07:03.121, unitDEBGJul 24 13:07:03.121 :adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG
89592026-07-24T13:07:04.582ZJul 24 13:07:03.121 failed to allocate space for the new target listreplacing 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 } }]
89602026-07-24T13:07:04.582ZINFOfreemap_route_ipv4
89612026-07-24T13:07:04.582Zadding route 172.17.0.31/32 -> 10.0.0.255
89622026-07-24T13:07:04.582Z
89632026-07-24T13:07:04.582ZJul 24 13:07:03.121 DEBG Jul 24 13:07:03.121replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 24 13:07:03.121
89642026-07-24T13:07:04.582Z DEBGJul 24 13:07:03.121 DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] created new freemapJul 24 13:07:03.121, 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 } }]
89652026-07-24T13:07:04.582Zunit
89662026-07-24T13:07:04.582Z: INFO freemap_route_ipv6adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffJul 24 13:07:03.121
89672026-07-24T13:07:04.582ZJul 24 13:07:03.121
89682026-07-24T13:07:04.582Z INFOINFOJul 24 13:07:03.121 Jul 24 13:07:03.121DEBG adding route 172.17.0.32/32 -> 10.0.0.255
89692026-07-24T13:07:04.582ZDEBGinitted freemap. size: 64adding route 3fff:dead::/64 -> 2001:db8::55:4,
89702026-07-24T13:07:04.582Zunit: freemap_route_ipv4
89712026-07-24T13:07:04.582ZJul 24 13:07:03.121Jul 24 13:07:03.121 Jul 24 13:07:03.121DEBG DEBGDEBGreplacing 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 } }]
89722026-07-24T13:07:04.582Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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: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 } }]reset freemap
89732026-07-24T13:07:04.582Z,
89742026-07-24T13:07:04.582Zunit:Jul 24 13:07:03.121 Jul 24 13:07:03.121freemap_route_ipv4INFO INFOadding route 172.17.0.33/32 -> 10.0.0.255
89752026-07-24T13:07:04.582Z
89762026-07-24T13:07:04.582Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
89772026-07-24T13:07:04.582ZJul 24 13:07:03.121 Jul 24 13:07:03.121Jul 24 13:07:03.121 Jul 24 13:07:03.121adding route 172.16.0.0/32 -> 10.0.0.4DEBG
89782026-07-24T13:07:04.582Z DEBGreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG DEBGinitted freemap. size: 64
89792026-07-24T13:07:04.582Zreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]unit
89802026-07-24T13:07:04.582Z:
89812026-07-24T13:07:04.582ZJul 24 13:07:03.121 freemap_route_ipv6Jul 24 13:07:03.121DEBG
89822026-07-24T13:07:04.583ZINFO Jul 24 13:07:03.121 adding route 172.17.0.34/32 -> 10.0.0.255Jul 24 13:07:03.121
89832026-07-24T13:07:04.583Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]Jul 24 13:07:03.121
89842026-07-24T13:07:04.583Z WARN Jul 24 13:07:03.121INFO DEBG adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffreset freemapJul 24 13:07:03.121DEBG shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO
89852026-07-24T13:07:04.583Z
89862026-07-24T13:07:04.583Zreplacing 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.0/32 -> 10.0.0.255
89872026-07-24T13:07:04.583Z
89882026-07-24T13:07:04.583Z, unit: freemap_route_ipv6
89892026-07-24T13:07:04.583ZJul 24 13:07:03.121 Jul 24 13:07:03.121Jul 24 13:07:03.121INFO INFO Jul 24 13:07:03.121DEBGadding route 172.16.0.0/32 -> 10.0.0.1 adding route 172.17.0.35/32 -> 10.0.0.255
89902026-07-24T13:07:04.583Z
89912026-07-24T13:07:04.583Z 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 } }]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 } }]Jul 24 13:07:03.121Jul 24 13:07:03.121
89922026-07-24T13:07:04.583Z 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 } }]
89932026-07-24T13:07:04.583Z
89942026-07-24T13:07:04.583ZDEBG Jul 24 13:07:03.121replacing 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 } }] Jul 24 13:07:03.121INFO
89952026-07-24T13:07:04.583ZDEBGadding route 172.17.0.1/32 -> 10.0.0.255
89962026-07-24T13:07:04.583ZJul 24 13:07:03.121replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
89972026-07-24T13:07:04.583Z Jul 24 13:07:03.121Jul 24 13:07:03.121adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
89982026-07-24T13:07:04.583ZINFO adding route 172.17.0.36/32 -> 10.0.0.255
89992026-07-24T13:07:04.583ZDEBG Jul 24 13:07:03.121replacing 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 } }] Jul 24 13:07:03.121DEBG
90002026-07-24T13:07:04.583Z 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 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 } }]
90012026-07-24T13:07:04.583ZJul 24 13:07:03.122Jul 24 13:07:03.122
90022026-07-24T13:07:04.583ZDEBG created new freemap, Jul 24 13:07:03.127unit : freemap_route_ipv4Jul 24 13:07:03.127INFO
90032026-07-24T13:07:04.583Z Jul 24 13:07:03.127 DEBGDEBG created new freemapreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], INFOunit
90042026-07-24T13:07:04.583Z :adding route 172.17.0.37/32 -> 10.0.0.255
90052026-07-24T13:07:04.583Z freemap_route_ipv6
90062026-07-24T13:07:04.583ZJul 24 13:07:03.127Jul 24 13:07:03.127 INFODEBGJul 24 13:07:03.127 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBGadding route 172.17.0.2/32 -> 10.0.0.255
90072026-07-24T13:07:04.583Z 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 } }]initted freemap. size: 64
90082026-07-24T13:07:04.583Z,
90092026-07-24T13:07:04.583Zunit: freemap_route_ipv4Jul 24 13:07:03.127
90102026-07-24T13:07:04.583Z Jul 24 13:07:03.127DEBGJul 24 13:07:03.127 INFO replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 24 13:07:03.127DEBG
90112026-07-24T13:07:04.583ZDEBG adding route 172.17.0.38/32 -> 10.0.0.255 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 } }]reset freemap
90122026-07-24T13:07:04.583Z
90132026-07-24T13:07:04.583Z, unitJul 24 13:07:03.128Jul 24 13:07:03.128 Jul 24 13:07:03.128INFOINFO : DEBGadding route 172.17.0.3/32 -> 10.0.0.255
90142026-07-24T13:07:04.583Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ffreplacing 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 } }]
90152026-07-24T13:07:04.583Z freemap_route_ipv4
90162026-07-24T13:07:04.583Z
90172026-07-24T13:07:04.587ZJul 24 13:07:03.128Jul 24 13:07:03.128 DEBGDEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.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 } }]
90182026-07-24T13:07:04.587Z
90192026-07-24T13:07:04.587ZJul 24 13:07:03.128 Jul 24 13:07:03.128DEBG INFO initted freemap. size: 64Jul 24 13:07:03.128, adding route 172.17.0.39/32 -> 10.0.0.255Jul 24 13:07:03.128unitJul 24 13:07:03.128
90202026-07-24T13:07:04.587Z :INFOINFOINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff Jul 24 13:07:03.128
90212026-07-24T13:07:04.587Z DEBGfreemap_route_ipv6adding route 172.17.0.4/32 -> 10.0.0.255
90222026-07-24T13:07:04.588Zreplacing 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 } }]
90232026-07-24T13:07:04.588Z
90242026-07-24T13:07:04.588ZJul 24 13:07:03.128 DEBG
90252026-07-24T13:07:04.588ZJul 24 13:07:03.128replacing 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 } }]Jul 24 13:07:03.128 Jul 24 13:07:03.128DEBG
90262026-07-24T13:07:04.588Z DEBG 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 } }]
90272026-07-24T13:07:04.588Zreplacing 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 } }]Jul 24 13:07:03.128
90282026-07-24T13:07:04.588Zreset freemap , unitINFO: adding route 3fff:beef:32::/64 -> 2001:db8::55:ffJul 24 13:07:03.128
90292026-07-24T13:07:04.588ZJul 24 13:07:03.128freemap_route_ipv6
90302026-07-24T13:07:04.588Z INFO Jul 24 13:07:03.128Jul 24 13:07:03.128 DEBGINFOINFO Jul 24 13:07:03.128 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 172.17.0.5/32 -> 10.0.0.255INFOadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
90312026-07-24T13:07:04.588Z
90322026-07-24T13:07:04.588Zadding route 3fff:dead::/64 -> 2001:db8::55:1
90332026-07-24T13:07:04.588Z
90342026-07-24T13:07:04.588Zadding route 172.17.0.40/32 -> 10.0.0.255Jul 24 13:07:03.128
90352026-07-24T13:07:04.588ZJul 24 13:07:03.128Jul 24 13:07:03.128 DEBGDEBGINFO 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 } }]
90362026-07-24T13:07:04.588Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
90372026-07-24T13:07:04.589Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ffJul 24 13:07:03.128
90382026-07-24T13:07:04.589ZJul 24 13:07:03.128Jul 24 13:07:03.128 Jul 24 13:07:03.128DEBGDEBG INFODEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90392026-07-24T13:07:04.589Zreplacing 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 } }]Jul 24 13:07:03.128adding route 172.17.0.6/32 -> 10.0.0.255
90402026-07-24T13:07:04.589Zreplacing 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 } }]
90412026-07-24T13:07:04.589Z Jul 24 13:07:03.128
90422026-07-24T13:07:04.589ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 24 13:07:03.128
90432026-07-24T13:07:04.589Z DEBGJul 24 13:07:03.128 INFOINFO replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.41/32 -> 10.0.0.255
90442026-07-24T13:07:04.589Z
90452026-07-24T13:07:04.589Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
90462026-07-24T13:07:04.589ZJul 24 13:07:03.128 Jul 24 13:07:03.128Jul 24 13:07:03.128DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 24 13:07:03.128INFO
90472026-07-24T13:07:04.589Z INFO Jul 24 13:07:03.128 Jul 24 13:07:03.128DEBGadding route 172.17.0.7/32 -> 10.0.0.255 adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
90482026-07-24T13:07:04.589ZDEBGDEBGreplacing 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 } }]
90492026-07-24T13:07:04.589Z
90502026-07-24T13:07:04.589Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.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 } }]
90512026-07-24T13:07:04.589Z
90522026-07-24T13:07:04.589ZJul 24 13:07:03.128 INFOJul 24 13:07:03.128 Jul 24 13:07:03.128 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG
90532026-07-24T13:07:04.589ZDEBG 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 } }]Jul 24 13:07:03.128
90542026-07-24T13:07:04.589ZJul 24 13:07:03.128INFOreplacing 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 } }]
90552026-07-24T13:07:04.589ZDEBG replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255
90562026-07-24T13:07:04.589ZJul 24 13:07:03.128
90572026-07-24T13:07:04.589ZINFO Jul 24 13:07:03.128adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
90582026-07-24T13:07:04.589ZJul 24 13:07:03.128INFO INFOadding route 172.17.0.8/32 -> 10.0.0.255
90592026-07-24T13:07:04.589Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ffJul 24 13:07:03.128
90602026-07-24T13:07:04.589Z DEBG Jul 24 13:07:03.128replacing 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 } }]
90612026-07-24T13:07:04.589ZJul 24 13:07:03.128 DEBG 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 } }]Jul 24 13:07:03.128Jul 24 13:07:03.128
90622026-07-24T13:07:04.589Z DEBGINFO replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
90632026-07-24T13:07:04.589Z
90642026-07-24T13:07:04.589Zadding route 172.17.0.43/32 -> 10.0.0.255Jul 24 13:07:03.128
90652026-07-24T13:07:04.589Z INFOJul 24 13:07:03.128 Jul 24 13:07:03.128adding route 172.17.0.9/32 -> 10.0.0.255DEBG
90662026-07-24T13:07:04.589Zcreated new freemapJul 24 13:07:03.128 INFO, DEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ffunit
90672026-07-24T13:07:04.589ZINFO 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 } }]Jul 24 13:07:03.128:
90682026-07-24T13:07:04.589ZJul 24 13:07:03.128 freemap_route_ipv4
90692026-07-24T13:07:04.589ZDEBGDEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
90702026-07-24T13:07:04.589Z
90712026-07-24T13:07:04.589Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ffJul 24 13:07:03.128
90722026-07-24T13:07:04.589Z INFOJul 24 13:07:03.128 Jul 24 13:07:03.128Jul 24 13:07:03.128Jul 24 13:07:03.128 adding route 172.17.0.44/32 -> 10.0.0.255INFO INFO
90732026-07-24T13:07:04.589Z DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG
90742026-07-24T13:07:04.589Z 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 } }]created new freemap,
90752026-07-24T13:07:04.590Ztest route::tests::same_size_non_subset_replace ... ok
90762026-07-24T13:07:04.590Zunitadding route 172.17.0.10/32 -> 10.0.0.255
90772026-07-24T13:07:04.590ZJul 24 13:07:03.128Jul 24 13:07:03.128 : Jul 24 13:07:03.128 DEBG freemap_route_ipv6 DEBGINFOJul 24 13:07:03.128
90782026-07-24T13:07:04.590Zreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
90792026-07-24T13:07:04.590Z
90802026-07-24T13:07:04.590Ztest route::tests::rollback_on_index_readd_failure ... ok
90812026-07-24T13:07:04.590Z DEBG Jul 24 13:07:03.128replacing 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 } }] Jul 24 13:07:03.128INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff DEBG
90822026-07-24T13:07:04.590Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ffJul 24 13:07:03.128
90832026-07-24T13:07:04.590Z INFOinitted freemap. size: 64
90842026-07-24T13:07:04.590Z, Jul 24 13:07:03.128adding route 172.17.0.45/32 -> 10.0.0.255
90852026-07-24T13:07:04.590ZunitDEBGJul 24 13:07:03.128: INFO freemap_route_ipv4Jul 24 13:07:03.128Jul 24 13:07:03.128
90862026-07-24T13:07:04.590Zreplacing 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 } }]
90872026-07-24T13:07:04.590Z adding route 172.17.0.11/32 -> 10.0.0.255DEBG
90882026-07-24T13:07:04.590Z 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 } }]
90892026-07-24T13:07:04.590ZDEBGJul 24 13:07:03.128 DEBGJul 24 13:07:03.128replacing 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 } }] Jul 24 13:07:03.128INFO
90902026-07-24T13:07:04.590Zreplacing 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:3a::/64 -> 2001:db8::55:ffJul 24 13:07:03.128
90912026-07-24T13:07:04.590ZDEBG
90922026-07-24T13:07:04.590Z INFO reset freemapadding route 3fff:beef:c::/64 -> 2001:db8::55:ff, Jul 24 13:07:03.128
90932026-07-24T13:07:04.590Zunit: Jul 24 13:07:03.128 Jul 24 13:07:03.128freemap_route_ipv4 Jul 24 13:07:03.128 INFODEBGINFO replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.12/32 -> 10.0.0.255
90942026-07-24T13:07:04.590Zadding route 172.17.0.46/32 -> 10.0.0.255
90952026-07-24T13:07:04.590Z
90962026-07-24T13:07:04.590ZDEBG
90972026-07-24T13:07:04.590Z 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 } }]Jul 24 13:07:03.128
90982026-07-24T13:07:04.590Z DEBGJul 24 13:07:03.128Jul 24 13:07:03.128 DEBGinitted freemap. size: 64Jul 24 13:07:03.128 Jul 24 13:07:03.128DEBG 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 } }] INFO
90992026-07-24T13:07:04.590Z, INFO unitreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
91002026-07-24T13:07:04.590Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
91012026-07-24T13:07:04.590Z
91022026-07-24T13:07:04.590Z freemap_route_ipv6
91032026-07-24T13:07:04.590ZJul 24 13:07:03.128Jul 24 13:07:03.128Jul 24 13:07:03.128Jul 24 13:07:03.128 DEBGINFODEBG 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 } }] Jul 24 13:07:03.128
91042026-07-24T13:07:04.590Zadding route 172.17.0.47/32 -> 10.0.0.255replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
91052026-07-24T13:07:04.590Z
91062026-07-24T13:07:04.590ZDEBGJul 24 13:07:03.128 INFOreset freemap INFOadding route 172.17.0.13/32 -> 10.0.0.255
91072026-07-24T13:07:04.590Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff, unit:
91082026-07-24T13:07:04.590Z Jul 24 13:07:03.128 DEBGfreemap_route_ipv6Jul 24 13:07:03.128Jul 24 13:07:03.128Jul 24 13:07:03.128
91092026-07-24T13:07:04.590ZINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff DEBGJul 24 13:07:03.128replacing 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
91102026-07-24T13:07:04.590Z
91112026-07-24T13:07:04.590Zreplacing 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
91122026-07-24T13:07:04.590Z adding route 3fff:dead::/64 -> 2001:db8::55:1
91132026-07-24T13:07:04.590ZJul 24 13:07:03.128Jul 24 13:07:03.128replacing 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 } }]
91142026-07-24T13:07:04.590ZINFO adding route 172.17.0.14/32 -> 10.0.0.255 DEBG
91152026-07-24T13:07:04.591Z 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 } }]Jul 24 13:07:03.128 Jul 24 13:07:03.128
91162026-07-24T13:07:04.591Z Jul 24 13:07:03.128DEBG INFO Jul 24 13:07:03.128failed to allocate space for the new target listDEBG
91172026-07-24T13:07:04.594Zadding route 172.17.0.48/32 -> 10.0.0.255 Jul 24 13:07:03.128
91182026-07-24T13:07:04.595Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
91192026-07-24T13:07:04.595Z INFOJul 24 13:07:03.128Jul 24 13:07:03.128 adding route 3fff:beef:f::/64 -> 2001:db8::55:ff DEBG
91202026-07-24T13:07:04.595ZDEBGJul 24 13:07:03.128 replacing targets for 3fff:dead::/64 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.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 } }]
91212026-07-24T13:07:04.595ZJul 24 13:07:03.128
91222026-07-24T13:07:04.595ZDEBG Jul 24 13:07:03.135replacing 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 INFOcreated new freemap, unit: freemap_route_ipv4
91232026-07-24T13:07:04.595Z
91242026-07-24T13:07:04.595ZJul 24 13:07:03.122Jul 24 13:07:03.135 DEBG DEBGcreated new freemap Jul 24 13:07:03.135, unitcreated new freemapINFOJul 24 13:07:03.122: , DEBGunitadding route 172.17.0.15/32 -> 10.0.0.255
91252026-07-24T13:07:04.595Zcreated new freemap:freemap_route_ipv4, freemap_route_ipv6unit
91262026-07-24T13:07:04.595Z:
91272026-07-24T13:07:04.595Z Jul 24 13:07:03.135freemap_route_ipv4
91282026-07-24T13:07:04.595ZDEBGJul 24 13:07:03.135 replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
91292026-07-24T13:07:04.595Z Jul 24 13:07:03.135 Jul 24 13:07:03.135DEBGinitted freemap. size: 64Jul 24 13:07:03.135 , unitINFO :created new freemap DEBG, adding route 172.17.0.16/32 -> 10.0.0.255unitfreemap_route_ipv4:
91302026-07-24T13:07:04.595Z
91312026-07-24T13:07:04.595Z created new freemap freemap_route_ipv6,
91322026-07-24T13:07:04.595ZJul 24 13:07:03.135 DEBGunit :Jul 24 13:07:03.135reset freemap Jul 24 13:07:03.135freemap_route_ipv6DEBG
91332026-07-24T13:07:04.595Z, DEBG unitreplacing 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 } }]initted freemap. size: 64Jul 24 13:07:03.135, unit::
91342026-07-24T13:07:04.595Z DEBGfreemap_route_ipv4 initted freemap. size: 64freemap_route_ipv4, unit
91352026-07-24T13:07:04.595Z
91362026-07-24T13:07:04.595Z:Jul 24 13:07:03.135 freemap_route_ipv4INFO
91372026-07-24T13:07:04.595Z adding route 172.17.0.17/32 -> 10.0.0.255Jul 24 13:07:03.135
91382026-07-24T13:07:04.595Z Jul 24 13:07:03.135Jul 24 13:07:03.135DEBG reset freemap , DEBGunitDEBGJul 24 13:07:03.135 :reset freemap freemap_route_ipv4DEBGinitted freemap. size: 64
91392026-07-24T13:07:04.595Z, , unitunit :: 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 } }]Jul 24 13:07:03.135
91402026-07-24T13:07:04.595Zfreemap_route_ipv4freemap_route_ipv6
91412026-07-24T13:07:04.595Z
91422026-07-24T13:07:04.595ZJul 24 13:07:03.135DEBG initted freemap. size: 64INFO, unitadding route 172.17.0.18/32 -> 10.0.0.255:Jul 24 13:07:03.135
91432026-07-24T13:07:04.595Zfreemap_route_ipv6
91442026-07-24T13:07:04.595ZJul 24 13:07:03.135 DEBG DEBGinitted freemap. size: 64 Jul 24 13:07:03.135Jul 24 13:07:03.135, reset freemapunit : , DEBGunit freemap_route_ipv6DEBG
91452026-07-24T13:07:04.595Z: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 } }] freemap_route_ipv6reset freemap
91462026-07-24T13:07:04.595Z,
91472026-07-24T13:07:04.595Zunit: freemap_route_ipv6Jul 24 13:07:03.135
91482026-07-24T13:07:04.595ZJul 24 13:07:03.135 Jul 24 13:07:03.135INFO DEBG INFOreset freemap , adding route 172.16.0.0/32 -> 10.0.0.1Jul 24 13:07:03.135adding route 172.17.0.19/32 -> 10.0.0.255
91492026-07-24T13:07:04.595Z unitINFO
91502026-07-24T13:07:04.595Z :adding route 3fff:dead::/64 -> 2001:db8::55:1
91512026-07-24T13:07:04.595Zfreemap_route_ipv6Jul 24 13:07:03.135Jul 24 13:07:03.135 DEBGDEBG
91522026-07-24T13:07:04.595Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.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 } }]Jul 24 13:07:03.135
91532026-07-24T13:07:04.596Z
91542026-07-24T13:07:04.596ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
91552026-07-24T13:07:04.596ZJul 24 13:07:03.135 INFO Jul 24 13:07:03.135adding route 172.16.0.0/32 -> 10.0.0.1 Jul 24 13:07:03.135
91562026-07-24T13:07:04.596Z Jul 24 13:07:03.135INFOINFO adding route 172.16.0.0/32 -> 10.0.0.2INFOadding route 3fff:dead::/64 -> 2001:db8::55:2
91572026-07-24T13:07:04.596Zadding route 172.17.0.20/32 -> 10.0.0.255Jul 24 13:07:03.135
91582026-07-24T13:07:04.596Z
91592026-07-24T13:07:04.596Z DEBGJul 24 13:07:03.135Jul 24 13:07:03.135 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
91602026-07-24T13:07:04.596ZJul 24 13:07:03.135
91612026-07-24T13:07:04.596Z
91622026-07-24T13:07:04.596Z Jul 24 13:07:03.135DEBG DEBGJul 24 13:07:03.135 Jul 24 13:07:03.135INFO INFOreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 3fff:dead::/64 -> 2001:db8::55:3
91632026-07-24T13:07:04.596Z
91642026-07-24T13:07:04.596Z
91652026-07-24T13:07:04.596Zadding route 172.16.0.0/32 -> 10.0.0.2
91662026-07-24T13:07:04.596ZJul 24 13:07:03.135 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 } }]Jul 24 13:07:03.135
91672026-07-24T13:07:04.597ZDEBGJul 24 13:07:03.135 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 } }]
91682026-07-24T13:07:04.597ZJul 24 13:07:03.135adding route 172.17.0.21/32 -> 10.0.0.255INFO
91692026-07-24T13:07:04.597Z adding route 3fff:dead::/64 -> 2001:db8::55:2INFO
91702026-07-24T13:07:04.597ZJul 24 13:07:03.135 adding route 3fff:dead::/64 -> 2001:db8::55:4INFO
91712026-07-24T13:07:04.597Z adding route 172.17.0.0/32 -> 10.0.0.255Jul 24 13:07:03.135
91722026-07-24T13:07:04.597Z Jul 24 13:07:03.135DEBG DEBGJul 24 13:07:03.135replacing 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 } }]
91732026-07-24T13:07:04.597ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 24 13:07:03.135
91742026-07-24T13:07:04.597ZDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]Jul 24 13:07:03.135
91752026-07-24T13:07:04.597Z 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 } }]Jul 24 13:07:03.135 adding route 172.17.0.22/32 -> 10.0.0.255Jul 24 13:07:03.135
91762026-07-24T13:07:04.597Z
91772026-07-24T13:07:04.597ZINFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3Jul 24 13:07:03.135Jul 24 13:07:03.135
91782026-07-24T13:07:04.597Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG
91792026-07-24T13:07:04.598Z 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 } }]
91802026-07-24T13:07:04.598Zadding route 172.17.0.1/32 -> 10.0.0.255Jul 24 13:07:03.135
91812026-07-24T13:07:04.598ZJul 24 13:07:03.135 WARNDEBG shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 24 13:07:03.135Jul 24 13:07:03.135
91822026-07-24T13:07:04.598Z
91832026-07-24T13:07:04.598Z INFO DEBGadding route 172.17.0.23/32 -> 10.0.0.255
91842026-07-24T13:07:04.598Zreplacing 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 } }]
91852026-07-24T13:07:04.598ZJul 24 13:07:03.135 INFO Jul 24 13:07:03.135adding route 3fff:dead::/64 -> 2001:db8::55:4
91862026-07-24T13:07:04.598ZDEBG 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 } }]
91872026-07-24T13:07:04.598ZJul 24 13:07:03.135 DEBG Jul 24 13:07:03.135replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]Jul 24 13:07:03.135
91882026-07-24T13:07:04.598Z INFO adding route 172.17.0.24/32 -> 10.0.0.255INFO
91892026-07-24T13:07:04.598Z adding route 172.17.0.2/32 -> 10.0.0.255Jul 24 13:07:03.135
91902026-07-24T13:07:04.598Z DEBGJul 24 13:07:03.135 replacing targets for 3fff:dead::/64 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 } }]DEBGJul 24 13:07:03.135
91912026-07-24T13:07:04.598Z 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 } }]
91922026-07-24T13:07:04.598Zreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91932026-07-24T13:07:04.598ZJul 24 13:07:03.135 INFO adding route 172.17.0.25/32 -> 10.0.0.255
91942026-07-24T13:07:04.598ZJul 24 13:07:03.135 INFO adding route 172.17.0.3/32 -> 10.0.0.255Jul 24 13:07:03.135Jul 24 13:07:03.135
91952026-07-24T13:07:04.599Z DEBG adding route 172.17.0.49/32 -> 10.0.0.255replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
91962026-07-24T13:07:04.599Z
91972026-07-24T13:07:04.599ZJul 24 13:07:03.135 DEBGJul 24 13:07:03.135DEBG Jul 24 13:07:03.135 INFO DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
91982026-07-24T13:07:04.599Z
91992026-07-24T13:07:04.599Zreplacing 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 } }]
92002026-07-24T13:07:04.599Z
92012026-07-24T13:07:04.599ZJul 24 13:07:03.135Jul 24 13:07:03.135 Jul 24 13:07:03.135Jul 24 13:07:03.135 INFODEBG INFOadding route 172.17.0.26/32 -> 10.0.0.255INFO
92022026-07-24T13:07:04.599Z replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255
92032026-07-24T13:07:04.599Z
92042026-07-24T13:07:04.599Z Jul 24 13:07:03.135 adding route 172.17.0.4/32 -> 10.0.0.255DEBG
92052026-07-24T13:07:04.599Z 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 } }]Jul 24 13:07:03.135
92062026-07-24T13:07:04.599ZJul 24 13:07:03.135 INFOJul 24 13:07:03.135 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG
92072026-07-24T13:07:04.599Z Jul 24 13:07:03.135 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 } }]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 } }]
92082026-07-24T13:07:04.599ZJul 24 13:07:03.135INFO
92092026-07-24T13:07:04.599Z adding route 172.17.0.27/32 -> 10.0.0.255DEBG 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 } }]
92102026-07-24T13:07:04.599Z
92112026-07-24T13:07:04.599ZJul 24 13:07:03.135Jul 24 13:07:03.135 INFO INFOadding route 172.17.0.51/32 -> 10.0.0.255Jul 24 13:07:03.135Jul 24 13:07:03.135
92122026-07-24T13:07:04.599ZINFODEBG adding route 172.17.0.5/32 -> 10.0.0.255adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
92132026-07-24T13:07:04.599Z
92142026-07-24T13:07:04.599ZJul 24 13:07:03.135 DEBGJul 24 13:07:03.135 Jul 24 13:07:03.135replacing 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.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
92152026-07-24T13:07:04.599Z 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 } }]
92162026-07-24T13:07:04.599Zreplacing 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 } }]Jul 24 13:07:03.135 INFO adding route 172.17.0.6/32 -> 10.0.0.255
92172026-07-24T13:07:04.603Z
92182026-07-24T13:07:04.603ZJul 24 13:07:03.135 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 } }]Jul 24 13:07:03.135
92192026-07-24T13:07:04.603Z INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
92202026-07-24T13:07:04.603ZJul 24 13:07:03.135
92212026-07-24T13:07:04.603Z INFOJul 24 13:07:03.135 adding route 172.17.0.7/32 -> 10.0.0.255DEBG
92222026-07-24T13:07:04.603Z 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 } }]Jul 24 13:07:03.135
92232026-07-24T13:07:04.603ZINFO Jul 24 13:07:03.135adding route 172.17.0.28/32 -> 10.0.0.255
92242026-07-24T13:07:04.603ZDEBG 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 } }]
92252026-07-24T13:07:04.603ZJul 24 13:07:03.136 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
92262026-07-24T13:07:04.603ZJul 24 13:07:03.136 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 } }]
92272026-07-24T13:07:04.603ZJul 24 13:07:03.136Jul 24 13:07:03.142 DEBGINFO created new freemapadding route 3fff:beef:15::/64 -> 2001:db8::55:ff,
92282026-07-24T13:07:04.603ZJul 24 13:07:03.135 INFOJul 24 13:07:03.142unitJul 24 13:07:03.142: DEBGadding route 172.17.0.52/32 -> 10.0.0.255 freemap_route_ipv4replacing 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
92292026-07-24T13:07:04.604Z
92302026-07-24T13:07:04.604Z
92312026-07-24T13:07:04.604Z adding route 172.17.0.8/32 -> 10.0.0.255
92322026-07-24T13:07:04.604ZJul 24 13:07:03.142 INFO Jul 24 13:07:03.142Jul 24 13:07:03.142 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG
92332026-07-24T13:07:04.604Z created new freemap , Jul 24 13:07:03.142unitJul 24 13:07:03.142:DEBG freemap_route_ipv6
92342026-07-24T13:07:04.604ZDEBGDEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
92352026-07-24T13:07:04.604Zreplacing 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 } }]
92362026-07-24T13:07:04.604ZJul 24 13:07:03.142 DEBG
92372026-07-24T13:07:04.604Z Jul 24 13:07:03.142initted freemap. size: 64 INFO, unitJul 24 13:07:03.142Jul 24 13:07:03.142: adding route 172.17.0.53/32 -> 10.0.0.255
92382026-07-24T13:07:04.604Zfreemap_route_ipv4
92392026-07-24T13:07:04.604ZINFO INFOadding route 172.17.0.9/32 -> 10.0.0.255 Jul 24 13:07:03.142adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
92402026-07-24T13:07:04.604ZJul 24 13:07:03.142
92412026-07-24T13:07:04.604Z DEBG DEBGreset freemap , 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 } }]unitJul 24 13:07:03.142
92422026-07-24T13:07:04.604Z DEBGJul 24 13:07:03.142 :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 } }]
92432026-07-24T13:07:04.604ZJul 24 13:07:03.142freemap_route_ipv4
92442026-07-24T13:07:04.604Z INFOJul 24 13:07:03.142 DEBG adding route 172.17.0.54/32 -> 10.0.0.255 replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
92452026-07-24T13:07:04.604Z
92462026-07-24T13:07:04.604Z Jul 24 13:07:03.142 DEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ffinitted freemap. size: 64
92472026-07-24T13:07:04.604Z, unitJul 24 13:07:03.142: Jul 24 13:07:03.142freemap_route_ipv6INFO Jul 24 13:07:03.142DEBG
92482026-07-24T13:07:04.604Z 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.10/32 -> 10.0.0.255DEBG
92492026-07-24T13:07:04.604Z Jul 24 13:07:03.142replacing 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 } }]
92502026-07-24T13:07:04.604Z
92512026-07-24T13:07:04.604ZDEBG Jul 24 13:07:03.142reset freemap , Jul 24 13:07:03.142unitDEBG INFO:Jul 24 13:07:03.142 replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
92522026-07-24T13:07:04.604Z
92532026-07-24T13:07:04.604Z freemap_route_ipv6INFO
92542026-07-24T13:07:04.604Z Jul 24 13:07:03.142Jul 24 13:07:03.142 Jul 24 13:07:03.142INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
92552026-07-24T13:07:04.605ZINFO
92562026-07-24T13:07:04.605Zadding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255
92572026-07-24T13:07:04.605Z
92582026-07-24T13:07:04.605ZJul 24 13:07:03.142 Jul 24 13:07:03.142DEBG Jul 24 13:07:03.142replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] DEBG
92592026-07-24T13:07:04.605ZINFO Jul 24 13:07:03.142 adding route 3fff:beef:1a::/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 } }]
92602026-07-24T13:07:04.605Z
92612026-07-24T13:07:04.605ZJul 24 13:07:03.142 INFODEBG Jul 24 13:07:03.142replacing 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.16.0.0/32 -> 10.0.0.1
92622026-07-24T13:07:04.605ZINFO
92632026-07-24T13:07:04.605Z Jul 24 13:07:03.142 adding route 172.17.0.12/32 -> 10.0.0.255Jul 24 13:07:03.142
92642026-07-24T13:07:04.605Z DEBGJul 24 13:07:03.142DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.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 } }]
92652026-07-24T13:07:04.605ZINFO adding route 172.17.0.56/32 -> 10.0.0.255
92662026-07-24T13:07:04.605Z
92672026-07-24T13:07:04.605ZJul 24 13:07:03.142Jul 24 13:07:03.142 DEBGJul 24 13:07:03.142Jul 24 13:07:03.142 INFODEBGINFO replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff adding route 172.16.0.0/32 -> 10.0.0.1
92682026-07-24T13:07:04.605Z
92692026-07-24T13:07:04.605Z
92702026-07-24T13:07:04.605Zreplacing 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 } }]
92712026-07-24T13:07:04.605ZJul 24 13:07:03.142Jul 24 13:07:03.142 DEBG DEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
92722026-07-24T13:07:04.605ZJul 24 13:07:03.142
92732026-07-24T13:07:04.605Z INFO adding route 172.17.0.57/32 -> 10.0.0.255Jul 24 13:07:03.142Jul 24 13:07:03.142 Jul 24 13:07:03.142
92742026-07-24T13:07:04.606Z INFOINFO INFO adding route 172.16.0.0/32 -> 10.0.0.2 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
92752026-07-24T13:07:04.606Zadding route 172.17.0.13/32 -> 10.0.0.255
92762026-07-24T13:07:04.606ZJul 24 13:07:03.142
92772026-07-24T13:07:04.606ZDEBGJul 24 13:07:03.142 Jul 24 13:07:03.142DEBG Jul 24 13:07:03.142DEBGreplacing 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 } }]
92782026-07-24T13:07:04.606Ztest route::tests::add_target_fails_full ... ok
92792026-07-24T13:07:04.606Zreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff: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 } }]
92802026-07-24T13:07:04.606Z
92812026-07-24T13:07:04.606Z DEBGJul 24 13:07:03.142 Jul 24 13:07:03.142INFO INFO adding route 172.17.0.0/32 -> 10.0.0.255Jul 24 13:07:03.142
92822026-07-24T13:07:04.606Ztest route::tests::shrink_preserves_compacted_order ... ok
92832026-07-24T13:07:04.606Z INFO 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:1d::/64 -> 2001:db8::55:ffadding route 172.17.0.58/32 -> 10.0.0.255
92842026-07-24T13:07:04.606ZJul 24 13:07:03.142
92852026-07-24T13:07:04.606ZJul 24 13:07:03.136 DEBGJul 24 13:07:03.149Jul 24 13:07:03.149 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
92862026-07-24T13:07:04.606ZDEBG 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 } }]DEBGJul 24 13:07:03.149 created new freemapINFO
92872026-07-24T13:07:04.606Z, unitadding route 172.17.0.1/32 -> 10.0.0.255:
92882026-07-24T13:07:04.606Z freemap_route_ipv4Jul 24 13:07:03.149
92892026-07-24T13:07:04.606ZINFO adding route 172.17.0.59/32 -> 10.0.0.255replacing 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 } }]
92902026-07-24T13:07:04.606Z
92912026-07-24T13:07:04.606ZJul 24 13:07:03.149Jul 24 13:07:03.149 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 } }]Jul 24 13:07:03.149 Jul 24 13:07:03.149 created new freemapDEBG,
92922026-07-24T13:07:04.606Z unitINFO: 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 } }] Jul 24 13:07:03.149adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
92932026-07-24T13:07:04.606Z freemap_route_ipv6INFO
92942026-07-24T13:07:04.606Z
92952026-07-24T13:07:04.606Zadding route 172.17.0.2/32 -> 10.0.0.255
92962026-07-24T13:07:04.606ZJul 24 13:07:03.149Jul 24 13:07:03.149Jul 24 13:07:03.149 DEBGDEBGINFO initted freemap. size: 64replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255
92972026-07-24T13:07:04.606Z
92982026-07-24T13:07:04.606Z, Jul 24 13:07:03.149unit :DEBGJul 24 13:07:03.149 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 } }]freemap_route_ipv4
92992026-07-24T13:07:04.606ZINFO
93002026-07-24T13:07:04.606Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffJul 24 13:07:03.149 DEBG
93012026-07-24T13:07:04.606Z Jul 24 13:07:03.149replacing 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 } }]Jul 24 13:07:03.149
93022026-07-24T13:07:04.606Z DEBGINFO reset freemapadding route 172.17.0.3/32 -> 10.0.0.255,
93032026-07-24T13:07:04.606ZJul 24 13:07:03.149Jul 24 13:07:03.149unit DEBG INFOreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
93042026-07-24T13:07:04.606ZJul 24 13:07:03.149 freemap_route_ipv4adding route 172.17.0.61/32 -> 10.0.0.255
93052026-07-24T13:07:04.606ZDEBG
93062026-07-24T13:07:04.606Z 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 } }]Jul 24 13:07:03.149
93072026-07-24T13:07:04.606ZINFO Jul 24 13:07:03.149adding route 3fff:beef:20::/64 -> 2001:db8::55:ffJul 24 13:07:03.149
93082026-07-24T13:07:04.606ZDEBG 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 } }]initted freemap. size: 64
93092026-07-24T13:07:04.606ZJul 24 13:07:03.149Jul 24 13:07:03.149 , INFO unit DEBGadding route 172.17.0.4/32 -> 10.0.0.255
93102026-07-24T13:07:04.607Z:Jul 24 13:07:03.149 freemap_route_ipv6INFOJul 24 13:07:03.149 adding route 172.17.0.62/32 -> 10.0.0.255DEBG
93112026-07-24T13:07:04.607Z
93122026-07-24T13:07:04.607Z replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
93132026-07-24T13:07:04.607Z
93142026-07-24T13:07:04.607ZJul 24 13:07:03.149 Jul 24 13:07:03.149DEBG INFOJul 24 13:07:03.149 replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOadding route 172.17.0.5/32 -> 10.0.0.255
93152026-07-24T13:07:04.607Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ffJul 24 13:07:03.149
93162026-07-24T13:07:04.607Z
93172026-07-24T13:07:04.611Z DEBGJul 24 13:07:03.149 reset freemapJul 24 13:07:03.149DEBG, unit INFOreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] :adding route 172.17.0.63/32 -> 10.0.0.255Jul 24 13:07:03.149
93182026-07-24T13:07:04.611Z freemap_route_ipv6
93192026-07-24T13:07:04.611ZDEBG
93202026-07-24T13:07:04.611Z 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 } }]
93212026-07-24T13:07:04.611ZJul 24 13:07:03.149 Jul 24 13:07:03.149INFO INFOadding route 172.17.0.6/32 -> 10.0.0.255
93222026-07-24T13:07:04.611Zadding route 172.16.0.0/32 -> 10.0.0.1Jul 24 13:07:03.149
93232026-07-24T13:07:04.611Z Jul 24 13:07:03.149Jul 24 13:07:03.149 INFODEBGDEBG adding route 3fff:beef:22::/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 } }]
93242026-07-24T13:07:04.611Z
93252026-07-24T13:07:04.611Z 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 } }]
93262026-07-24T13:07:04.611ZJul 24 13:07:03.149Jul 24 13:07:03.149 DEBGDEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Jul 24 13:07:03.149Jul 24 13:07:03.149
93272026-07-24T13:07:04.611ZINFO DEBG
93282026-07-24T13:07:04.611Zadding route 172.17.0.7/32 -> 10.0.0.255 Jul 24 13:07:03.149
93292026-07-24T13:07:04.611Zfailed to allocate space for the new target list INFO
93302026-07-24T13:07:04.611Z adding route 172.16.0.0/32 -> 10.0.0.2Jul 24 13:07:03.149
93312026-07-24T13:07:04.611ZJul 24 13:07:03.149 INFODEBG 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 } }]
93322026-07-24T13:07:04.611ZJul 24 13:07:03.149Jul 24 13:07:03.149adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
93332026-07-24T13:07:04.611ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBGJul 24 13:07:03.149Jul 24 13:07:03.149
93342026-07-24T13:07:04.611Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
93352026-07-24T13:07:04.611Z adding route 172.17.0.8/32 -> 10.0.0.255DEBG
93362026-07-24T13:07:04.611Z Jul 24 13:07:03.149 INFOreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
93372026-07-24T13:07:04.611ZJul 24 13:07:03.149 DEBG adding route 172.16.0.0/32 -> 10.0.0.3replacing 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 } }]Jul 24 13:07:03.149
93382026-07-24T13:07:04.611Z
93392026-07-24T13:07:04.611Z Jul 24 13:07:03.149INFO Jul 24 13:07:03.149DEBG adding route 3fff:beef:24::/64 -> 2001:db8::55:ffJul 24 13:07:03.149
93402026-07-24T13:07:04.611Zfailed to allocate space for the new target list INFO
93412026-07-24T13:07:04.611Z DEBGadding route 172.17.0.9/32 -> 10.0.0.255
93422026-07-24T13:07:04.611Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
93432026-07-24T13:07:04.611ZJul 24 13:07:03.149 DEBG
93442026-07-24T13:07:04.611Zreplacing 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 } }]
93452026-07-24T13:07:04.611ZJul 24 13:07:03.149 Jul 24 13:07:03.149DEBG Jul 24 13:07:03.149 INFO replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
93462026-07-24T13:07:04.611Z adding route 172.16.0.0/32 -> 10.0.0.4
93472026-07-24T13:07:04.612Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
93482026-07-24T13:07:04.612ZJul 24 13:07:03.149 Jul 24 13:07:03.149INFO INFOadding route 172.17.0.10/32 -> 10.0.0.255
93492026-07-24T13:07:04.612Zadding route 172.17.0.14/32 -> 10.0.0.255
93502026-07-24T13:07:04.612ZJul 24 13:07:03.149Jul 24 13:07:03.149 DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]
93512026-07-24T13:07:04.612ZJul 24 13:07:03.149replacing 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 } }] Jul 24 13:07:03.149
93522026-07-24T13:07:04.612Z DEBG 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 } }]
93532026-07-24T13:07:04.612ZJul 24 13:07:03.149replacing 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 } }]
93542026-07-24T13:07:04.612ZINFOJul 24 13:07:03.149 adding route 172.17.0.11/32 -> 10.0.0.255
93552026-07-24T13:07:04.612ZDEBGJul 24 13:07:03.149 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.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 } }]Jul 24 13:07:03.149Jul 24 13:07:03.149 adding route 172.17.0.15/32 -> 10.0.0.255
93562026-07-24T13:07:04.612ZDEBGINFO 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 } }]
93572026-07-24T13:07:04.612Z
93582026-07-24T13:07:04.613Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
93592026-07-24T13:07:04.613ZJul 24 13:07:03.149 DEBGJul 24 13:07:03.149 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
93602026-07-24T13:07:04.613Z adding route 172.17.0.12/32 -> 10.0.0.255
93612026-07-24T13:07:04.613ZJul 24 13:07:03.149 DEBGJul 24 13:07:03.149Jul 24 13:07:03.149 DEBG 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 } }]
93622026-07-24T13:07:04.613Zreplacing 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.16/32 -> 10.0.0.255
93632026-07-24T13:07:04.613Z
93642026-07-24T13:07:04.613ZJul 24 13:07:03.149Jul 24 13:07:03.149 INFOJul 24 13:07:03.149 DEBGINFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
93652026-07-24T13:07:04.613Zadding route 172.17.0.13/32 -> 10.0.0.255
93662026-07-24T13:07:04.613Zreplacing 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 } }]
93672026-07-24T13:07:04.613ZJul 24 13:07:03.149Jul 24 13:07:03.136Jul 24 13:07:03.149 DEBGDEBGJul 24 13:07:03.149 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
93682026-07-24T13:07:04.613ZINFOreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.17/32 -> 10.0.0.255
93692026-07-24T13:07:04.613Z
93702026-07-24T13:07:04.613Z
93712026-07-24T13:07:04.613ZJul 24 13:07:03.149Jul 24 13:07:03.149Jul 24 13:07:03.149 INFODEBGINFO 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 } }]Jul 24 13:07:03.150adding route 172.17.0.14/32 -> 10.0.0.255
93722026-07-24T13:07:04.613Z
93732026-07-24T13:07:04.613ZINFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
93742026-07-24T13:07:04.613Z adding route 172.17.0.29/32 -> 10.0.0.255Jul 24 13:07:03.150Jul 24 13:07:03.150
93752026-07-24T13:07:04.613ZDEBGJul 24 13:07:03.150INFO 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 } }]
93762026-07-24T13:07:04.613ZDEBG 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.18/32 -> 10.0.0.255
93772026-07-24T13:07:04.613Z
93782026-07-24T13:07:04.613ZJul 24 13:07:03.150 Jul 24 13:07:03.150DEBG INFOJul 24 13:07:03.150 Jul 24 13:07:03.150adding route 172.17.0.15/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 } }]INFO
93792026-07-24T13:07:04.613ZDEBG
93802026-07-24T13:07:04.613Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
93812026-07-24T13:07:04.613Zreplacing 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 } }]
93822026-07-24T13:07:04.613ZJul 24 13:07:03.150 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 } }]Jul 24 13:07:03.150
93832026-07-24T13:07:04.613ZJul 24 13:07:03.150Jul 24 13:07:03.150 INFODEBG Jul 24 13:07:03.150 INFOadding route 172.17.0.30/32 -> 10.0.0.255replacing 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 } }]
93842026-07-24T13:07:04.613Zadding route 172.17.0.19/32 -> 10.0.0.255
93852026-07-24T13:07:04.613Z
93862026-07-24T13:07:04.613ZINFO Jul 24 13:07:03.150 Jul 24 13:07:03.150INFOJul 24 13:07:03.150 adding route 172.17.0.16/32 -> 10.0.0.255DEBG
93872026-07-24T13:07:04.613Z 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 } }]
93882026-07-24T13:07:04.613Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff 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 } }]
93892026-07-24T13:07:04.613Z
93902026-07-24T13:07:04.613ZJul 24 13:07:03.150Jul 24 13:07:03.150 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 } }]Jul 24 13:07:03.150
93912026-07-24T13:07:04.613ZJul 24 13:07:03.150 adding route 172.17.0.20/32 -> 10.0.0.255INFODEBG
93922026-07-24T13:07:04.613Z replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255
93932026-07-24T13:07:04.613Z
93942026-07-24T13:07:04.614ZJul 24 13:07:03.150 Jul 24 13:07:03.150INFO DEBGJul 24 13:07:03.150adding route 172.17.0.17/32 -> 10.0.0.255
93952026-07-24T13:07:04.614Z Jul 24 13:07:03.150replacing 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
93962026-07-24T13:07:04.614Zreplacing 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 } }]
93972026-07-24T13:07:04.614ZJul 24 13:07:03.156Jul 24 13:07:03.156Jul 24 13:07:03.156 DEBGINFO replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
93982026-07-24T13:07:04.614Zadding route 172.17.0.21/32 -> 10.0.0.255
93992026-07-24T13:07:04.614Zadding route 172.17.0.32/32 -> 10.0.0.255
94002026-07-24T13:07:04.614ZJul 24 13:07:03.156 INFOJul 24 13:07:03.156 DEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94012026-07-24T13:07:04.614Zadding route 172.17.0.18/32 -> 10.0.0.255
94022026-07-24T13:07:04.614ZJul 24 13:07:03.156 Jul 24 13:07:03.156 INFODEBGJul 24 13:07:03.156 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
94032026-07-24T13:07:04.614Zadding route 172.17.0.22/32 -> 10.0.0.255
94042026-07-24T13:07:04.614Zreplacing 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 } }]
94052026-07-24T13:07:04.614ZJul 24 13:07:03.156 Jul 24 13:07:03.156INFO adding route 172.17.0.19/32 -> 10.0.0.255DEBG
94062026-07-24T13:07:04.614Z 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 } }]Jul 24 13:07:03.156
94072026-07-24T13:07:04.614ZINFO Jul 24 13:07:03.156adding route 172.17.0.33/32 -> 10.0.0.255
94082026-07-24T13:07:04.614ZDEBG Jul 24 13:07:03.156 replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
94092026-07-24T13:07:04.614Z Jul 24 13:07:03.156adding route 172.17.0.23/32 -> 10.0.0.255
94102026-07-24T13:07:04.614ZDEBGJul 24 13:07:03.156 replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
94112026-07-24T13:07:04.614Z adding route 172.17.0.20/32 -> 10.0.0.255
94122026-07-24T13:07:04.614ZJul 24 13:07:03.156 DEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 24 13:07:03.156
94132026-07-24T13:07:04.614ZDEBG Jul 24 13:07:03.156replacing 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 } }]
94142026-07-24T13:07:04.614ZINFO adding route 172.17.0.34/32 -> 10.0.0.255Jul 24 13:07:03.156
94152026-07-24T13:07:04.614Z INFOJul 24 13:07:03.156 Jul 24 13:07:03.156INFOadding route 172.17.0.24/32 -> 10.0.0.255 adding route 172.17.0.21/32 -> 10.0.0.255DEBG
94162026-07-24T13:07:04.614Z
94172026-07-24T13:07:04.618Z Jul 24 13:07:03.156Jul 24 13:07:03.156 DEBGDEBGreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
94182026-07-24T13:07:04.618Z
94192026-07-24T13:07:04.618Z
94202026-07-24T13:07:04.618ZJul 24 13:07:03.156 INFOJul 24 13:07:03.156Jul 24 13:07:03.156 INFOadding route 172.17.0.35/32 -> 10.0.0.255INFO
94212026-07-24T13:07:04.618Z adding route 172.17.0.25/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255
94222026-07-24T13:07:04.618Z
94232026-07-24T13:07:04.618ZJul 24 13:07:03.156 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 } }]Jul 24 13:07:03.156
94242026-07-24T13:07:04.618Z 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 } }]
94252026-07-24T13:07:04.618ZJul 24 13:07:03.156 Jul 24 13:07:03.156DEBG Jul 24 13:07:03.156INFO INFO adding route 172.17.0.36/32 -> 10.0.0.255replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.23/32 -> 10.0.0.255
94262026-07-24T13:07:04.618Z
94272026-07-24T13:07:04.618Z
94282026-07-24T13:07:04.618ZJul 24 13:07:03.156 DEBGJul 24 13:07:03.156 replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
94292026-07-24T13:07:04.618Z Jul 24 13:07:03.156replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
94302026-07-24T13:07:04.618Z adding route 172.17.0.26/32 -> 10.0.0.255Jul 24 13:07:03.156
94312026-07-24T13:07:04.618Z INFOJul 24 13:07:03.156 adding route 172.17.0.24/32 -> 10.0.0.255Jul 24 13:07:03.156
94322026-07-24T13:07:04.618ZINFO DEBGadding route 172.17.0.37/32 -> 10.0.0.255 Jul 24 13:07:03.156
94332026-07-24T13:07:04.618Z 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
94342026-07-24T13:07:04.618Z 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 } }]Jul 24 13:07:03.156
94352026-07-24T13:07:04.618Z 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 } }]Jul 24 13:07:03.156
94362026-07-24T13:07:04.619ZJul 24 13:07:03.156 INFO INFO adding route 172.17.0.25/32 -> 10.0.0.255adding route 172.17.0.27/32 -> 10.0.0.255
94372026-07-24T13:07:04.619ZJul 24 13:07:03.156
94382026-07-24T13:07:04.619Z INFO Jul 24 13:07:03.156adding route 172.17.0.38/32 -> 10.0.0.255
94392026-07-24T13:07:04.619ZDEBG 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 } }]
94402026-07-24T13:07:04.619ZJul 24 13:07:03.156Jul 24 13:07:03.156 Jul 24 13:07:03.156DEBG DEBGINFO 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 } }]
94412026-07-24T13:07:04.619Zadding route 172.17.0.26/32 -> 10.0.0.255
94422026-07-24T13:07:04.619Z
94432026-07-24T13:07:04.619ZJul 24 13:07:03.156Jul 24 13:07:03.156 INFODEBG adding route 172.17.0.39/32 -> 10.0.0.255Jul 24 13:07:03.156replacing 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 } }]
94442026-07-24T13:07:04.619ZINFO
94452026-07-24T13:07:04.619Z adding route 172.17.0.28/32 -> 10.0.0.255
94462026-07-24T13:07:04.620ZJul 24 13:07:03.156 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 } }]Jul 24 13:07:03.156 DEBG
94472026-07-24T13:07:04.620Z Jul 24 13:07:03.156replacing 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
94482026-07-24T13:07:04.620Z adding route 172.17.0.27/32 -> 10.0.0.255Jul 24 13:07:03.156
94492026-07-24T13:07:04.620ZINFOJul 24 13:07:03.156 adding route 172.17.0.40/32 -> 10.0.0.255
94502026-07-24T13:07:04.620ZINFO Jul 24 13:07:03.156adding route 172.17.0.29/32 -> 10.0.0.255
94512026-07-24T13:07:04.620ZDEBG 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 } }]Jul 24 13:07:03.156 Jul 24 13:07:03.156DEBG DEBG
94522026-07-24T13:07:04.620Zreplacing 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 } }]
94532026-07-24T13:07:04.620Zreplacing 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 } }]
94542026-07-24T13:07:04.620ZJul 24 13:07:03.156Jul 24 13:07:03.156 Jul 24 13:07:03.156INFOINFO INFOadding route 172.17.0.28/32 -> 10.0.0.255 adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255
94552026-07-24T13:07:04.620Z
94562026-07-24T13:07:04.620Z
94572026-07-24T13:07:04.620ZJul 24 13:07:03.156Jul 24 13:07:03.156 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.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 } }]
94582026-07-24T13:07:04.620Z
94592026-07-24T13:07:04.620ZJul 24 13:07:03.156 Jul 24 13:07:03.156INFO Jul 24 13:07:03.156DEBGINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff INFOadding route 172.17.0.29/32 -> 10.0.0.255
94602026-07-24T13:07:04.620Z
94612026-07-24T13:07:04.620Z adding route 172.17.0.31/32 -> 10.0.0.255
94622026-07-24T13:07:04.620Zreplacing 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 } }]
94632026-07-24T13:07:04.620ZJul 24 13:07:03.156Jul 24 13:07:03.156 Jul 24 13:07:03.156DEBGJul 24 13:07:03.156 DEBGINFO replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
94642026-07-24T13:07:04.620Zreplacing 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 } }]
94652026-07-24T13:07:04.620Z adding route 172.17.0.42/32 -> 10.0.0.255replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94662026-07-24T13:07:04.620ZJul 24 13:07:03.156
94672026-07-24T13:07:04.620Z Jul 24 13:07:03.156INFO INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffJul 24 13:07:03.156Jul 24 13:07:03.156adding route 172.17.0.30/32 -> 10.0.0.255
94682026-07-24T13:07:04.620ZINFODEBG 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 } }]
94692026-07-24T13:07:04.620Zadding route 172.17.0.32/32 -> 10.0.0.255
94702026-07-24T13:07:04.620ZJul 24 13:07:03.156
94712026-07-24T13:07:04.620ZDEBG 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 } }]
94722026-07-24T13:07:04.620ZJul 24 13:07:03.156 Jul 24 13:07:03.156Jul 24 13:07:03.156Jul 24 13:07:03.156 INFOINFO DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff adding route 172.17.0.43/32 -> 10.0.0.255replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
94732026-07-24T13:07:04.620Z
94742026-07-24T13:07:04.620Z
94752026-07-24T13:07:04.620Zreplacing 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 } }]
94762026-07-24T13:07:04.620ZJul 24 13:07:03.156Jul 24 13:07:03.156Jul 24 13:07:03.156Jul 24 13:07:03.156 INFO DEBGDEBGadding route 172.17.0.31/32 -> 10.0.0.255
94772026-07-24T13:07:04.620Zreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO adding route 172.17.0.33/32 -> 10.0.0.255replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94782026-07-24T13:07:04.620Z
94792026-07-24T13:07:04.620ZJul 24 13:07:03.156
94802026-07-24T13:07:04.620Z DEBG Jul 24 13:07:03.156replacing 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 } }]
94812026-07-24T13:07:04.620ZINFO Jul 24 13:07:03.156Jul 24 13:07:03.156adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
94822026-07-24T13:07:04.620ZJul 24 13:07:03.156 INFOINFO DEBG adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.17.0.32/32 -> 10.0.0.255
94832026-07-24T13:07:04.620Z
94842026-07-24T13:07:04.620ZJul 24 13:07:03.156 DEBGreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94852026-07-24T13:07:04.621Zreplacing 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 } }]Jul 24 13:07:03.156Jul 24 13:07:03.156
94862026-07-24T13:07:04.621Z 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 } }]Jul 24 13:07:03.156DEBG
94872026-07-24T13:07:04.621Z INFO 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.34/32 -> 10.0.0.255Jul 24 13:07:03.156
94882026-07-24T13:07:04.621Z
94892026-07-24T13:07:04.621ZJul 24 13:07:03.156 INFOINFO adding route 172.17.0.33/32 -> 10.0.0.255adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffJul 24 13:07:03.156
94902026-07-24T13:07:04.621Z
94912026-07-24T13:07:04.621ZDEBGJul 24 13:07:03.156 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 } }]Jul 24 13:07:03.156
94922026-07-24T13:07:04.621ZINFOJul 24 13:07:03.156 DEBGadding route 172.17.0.45/32 -> 10.0.0.255
94932026-07-24T13:07:04.621ZDEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
94942026-07-24T13:07:04.621ZJul 24 13:07:03.156 DEBG
94952026-07-24T13:07:04.621ZJul 24 13:07:03.156 Jul 24 13:07:03.156 INFOINFO 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 } }]Jul 24 13:07:03.156 adding route 172.17.0.34/32 -> 10.0.0.255
94962026-07-24T13:07:04.621Z
94972026-07-24T13:07:04.621Z adding route 172.17.0.35/32 -> 10.0.0.255INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
94982026-07-24T13:07:04.621Z
94992026-07-24T13:07:04.621ZJul 24 13:07:03.156Jul 24 13:07:03.156Jul 24 13:07:03.156 Jul 24 13:07:03.156INFO DEBG adding route 172.17.0.46/32 -> 10.0.0.255DEBGreplacing 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
95002026-07-24T13:07:04.621Z replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
95012026-07-24T13:07:04.621Z
95022026-07-24T13:07:04.621Z
95032026-07-24T13:07:04.621ZJul 24 13:07:03.156Jul 24 13:07:03.156Jul 24 13:07:03.156Jul 24 13:07:03.156 DEBGINFO adding route 172.17.0.35/32 -> 10.0.0.255INFOINFO
95042026-07-24T13:07:04.621Z replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.36/32 -> 10.0.0.255adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
95052026-07-24T13:07:04.621Z
95062026-07-24T13:07:04.621ZJul 24 13:07:03.156
95072026-07-24T13:07:04.621Z Jul 24 13:07:03.156DEBG 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 } }]
95082026-07-24T13:07:04.621ZJul 24 13:07:03.156 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
95092026-07-24T13:07:04.621ZJul 24 13:07:03.156 adding route 172.17.0.47/32 -> 10.0.0.255 Jul 24 13:07:03.156INFO
95102026-07-24T13:07:04.621Z adding route 172.17.0.36/32 -> 10.0.0.255DEBG
95112026-07-24T13:07:04.621Z Jul 24 13:07:03.156 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 } }] Jul 24 13:07:03.156
95122026-07-24T13:07:04.621Z DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ffJul 24 13:07:03.156
95132026-07-24T13:07:04.621Zreplacing 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 Jul 24 13:07:03.156replacing 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 } }]
95142026-07-24T13:07:04.621ZINFO adding route 172.17.0.37/32 -> 10.0.0.255
95152026-07-24T13:07:04.621Z
95162026-07-24T13:07:04.621ZJul 24 13:07:03.163 INFO Jul 24 13:07:03.163adding route 172.17.0.48/32 -> 10.0.0.255
95172026-07-24T13:07:04.625ZJul 24 13:07:03.163Jul 24 13:07:03.163DEBG 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 } }]
95182026-07-24T13:07:04.626ZJul 24 13:07:03.163adding route 172.17.0.37/32 -> 10.0.0.255 DEBG
95192026-07-24T13:07:04.626ZDEBG 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 } }]Jul 24 13:07:03.163
95202026-07-24T13:07:04.626Z INFO adding route 172.17.0.38/32 -> 10.0.0.255
95212026-07-24T13:07:04.626Zreplacing 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 } }]
95222026-07-24T13:07:04.626ZJul 24 13:07:03.163Jul 24 13:07:03.163 INFODEBG adding route 172.17.0.49/32 -> 10.0.0.255Jul 24 13:07:03.163replacing 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 } }]
95232026-07-24T13:07:04.626ZINFO
95242026-07-24T13:07:04.626Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ffJul 24 13:07:03.163
95252026-07-24T13:07:04.626Z INFOJul 24 13:07:03.163 adding route 172.17.0.39/32 -> 10.0.0.255DEBG
95262026-07-24T13:07:04.626ZJul 24 13:07:03.163 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 } }]Jul 24 13:07:03.163
95272026-07-24T13:07:04.626Zreplacing 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 } }]
95282026-07-24T13:07:04.626ZDEBG 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 } }]Jul 24 13:07:03.163Jul 24 13:07:03.163 INFOJul 24 13:07:03.163INFO
95292026-07-24T13:07:04.626Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
95302026-07-24T13:07:04.626Zadding route 172.17.0.50/32 -> 10.0.0.255DEBG
95312026-07-24T13:07:04.626Zreplacing 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 } }]
95322026-07-24T13:07:04.626ZJul 24 13:07:03.163Jul 24 13:07:03.163 Jul 24 13:07:03.163Jul 24 13:07:03.163DEBGINFO replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.40/32 -> 10.0.0.255
95332026-07-24T13:07:04.626ZINFO
95342026-07-24T13:07:04.626Z DEBG adding route 172.17.0.38/32 -> 10.0.0.255replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95352026-07-24T13:07:04.626Z
95362026-07-24T13:07:04.626ZJul 24 13:07:03.163Jul 24 13:07:03.163 DEBGINFO Jul 24 13:07:03.163Jul 24 13:07:03.163adding route 3fff:beef:35::/64 -> 2001:db8::55:ff DEBGINFO replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255
95372026-07-24T13:07:04.626Z
95382026-07-24T13:07:04.626Z
95392026-07-24T13:07:04.626Zreplacing 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 } }]
95402026-07-24T13:07:04.626ZJul 24 13:07:03.163Jul 24 13:07:03.163Jul 24 13:07:03.163 Jul 24 13:07:03.163INFODEBG INFOadding route 172.17.0.39/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 } }]adding route 172.17.0.41/32 -> 10.0.0.255DEBG
95412026-07-24T13:07:04.626Z
95422026-07-24T13:07:04.626Z
95432026-07-24T13:07:04.626Zreplacing 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 } }]
95442026-07-24T13:07:04.626ZJul 24 13:07:03.163 DEBGJul 24 13:07:03.136 Jul 24 13:07:03.163Jul 24 13:07:03.163DEBG INFOJul 24 13:07:03.163created new freemapreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] , adding route 3fff:beef:36::/64 -> 2001:db8::55:ffunit
95452026-07-24T13:07:04.626Z:
95462026-07-24T13:07:04.626Z INFO DEBGJul 24 13:07:03.163Jul 24 13:07:03.163 adding route 172.17.0.52/32 -> 10.0.0.255INFOfreemap_route_ipv4 adding route 172.17.0.40/32 -> 10.0.0.255
95472026-07-24T13:07:04.626Z
95482026-07-24T13:07:04.626Zreplacing 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
95492026-07-24T13:07:04.626Z
95502026-07-24T13:07:04.626Z 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 } }]Jul 24 13:07:03.163
95512026-07-24T13:07:04.626ZJul 24 13:07:03.163 DEBGJul 24 13:07:03.163INFOJul 24 13:07:03.163 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 } }] Jul 24 13:07:03.163DEBG
95522026-07-24T13:07:04.626Zadding route 172.17.0.42/32 -> 10.0.0.255
95532026-07-24T13:07:04.627Z DEBGJul 24 13:07:03.163 replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
95542026-07-24T13:07:04.627Zcreated new freemap , adding route 172.17.0.41/32 -> 10.0.0.255unit:INFO
95552026-07-24T13:07:04.627Z Jul 24 13:07:03.163adding route 3fff:beef:37::/64 -> 2001:db8::55:ff DEBGJul 24 13:07:03.163freemap_route_ipv6
95562026-07-24T13:07:04.627Z
95572026-07-24T13:07:04.627ZJul 24 13:07:03.163 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 } }]
95582026-07-24T13:07:04.627ZDEBGINFOJul 24 13:07:03.163 adding route 172.17.0.53/32 -> 10.0.0.255Jul 24 13:07:03.163replacing 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 } }]
95592026-07-24T13:07:04.627Z
95602026-07-24T13:07:04.627ZDEBGDEBG 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 } }]Jul 24 13:07:03.163
95612026-07-24T13:07:04.627Z Jul 24 13:07:03.163INFOJul 24 13:07:03.163 adding route 172.17.0.42/32 -> 10.0.0.255
95622026-07-24T13:07:04.627ZDEBG INFO replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255
95632026-07-24T13:07:04.627ZJul 24 13:07:03.163
95642026-07-24T13:07:04.627Z initted freemap. size: 64DEBG, unitreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:Jul 24 13:07:03.163
95652026-07-24T13:07:04.627Z freemap_route_ipv4INFO Jul 24 13:07:03.163
95662026-07-24T13:07:04.627ZJul 24 13:07:03.163 adding route 172.17.0.54/32 -> 10.0.0.255Jul 24 13:07:03.163 INFODEBG INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 172.17.0.43/32 -> 10.0.0.255
95672026-07-24T13:07:04.627Z
95682026-07-24T13:07:04.627ZJul 24 13:07:03.163 DEBG
95692026-07-24T13:07:04.627ZJul 24 13:07:03.163replacing 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 } }]
95702026-07-24T13:07:04.627Z reset freemapDEBG, unitreplacing 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 } }]:
95712026-07-24T13:07:04.627ZJul 24 13:07:03.163Jul 24 13:07:03.163 DEBG Jul 24 13:07:03.163freemap_route_ipv4Jul 24 13:07:03.163
95722026-07-24T13:07:04.627Z INFO DEBGreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
95732026-07-24T13:07:04.627Z Jul 24 13:07:03.163replacing 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.44/32 -> 10.0.0.255DEBG
95742026-07-24T13:07:04.627Z
95752026-07-24T13:07:04.627Z adding route 172.17.0.44/32 -> 10.0.0.255initted freemap. size: 64
95762026-07-24T13:07:04.627Z, unitJul 24 13:07:03.163: Jul 24 13:07:03.163DEBG Jul 24 13:07:03.163 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 } }]freemap_route_ipv6
95772026-07-24T13:07:04.627ZJul 24 13:07:03.163adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
95782026-07-24T13:07:04.627Ztest route::tests::delete_target_fragmented ... ok
95792026-07-24T13:07:04.627Z
95802026-07-24T13:07:04.627ZINFOJul 24 13:07:03.163 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 } }]DEBG Jul 24 13:07:03.163 reset freemapadding route 172.17.0.55/32 -> 10.0.0.255Jul 24 13:07:03.163
95812026-07-24T13:07:04.628Z
95822026-07-24T13:07:04.628ZINFO 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 } }]
95832026-07-24T13:07:04.628Zadding route 172.17.0.45/32 -> 10.0.0.255unit:
95842026-07-24T13:07:04.628Zfreemap_route_ipv6Jul 24 13:07:03.163Jul 24 13:07:03.163
95852026-07-24T13:07:04.628Z INFOJul 24 13:07:03.163 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
95862026-07-24T13:07:04.628Ztest route::tests::delete_targets_full ... ok
95872026-07-24T13:07:04.628ZDEBGJul 24 13:07:03.163INFO Jul 24 13:07:03.163 INFOreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.45/32 -> 10.0.0.255 Jul 24 13:07:03.163
95882026-07-24T13:07:04.628Ztest route::tests::delete_target_full ... ok
95892026-07-24T13:07:04.628Z
95902026-07-24T13:07:04.628Z adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
95912026-07-24T13:07:04.628Z Jul 24 13:07:03.163DEBGreplacing 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 } }]
95922026-07-24T13:07:04.628ZINFO Jul 24 13:07:03.163 adding route 172.17.0.46/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 } }]
95932026-07-24T13:07:04.628Z
95942026-07-24T13:07:04.628ZJul 24 13:07:03.163DEBG INFO Jul 24 13:07:03.163Jul 24 13:07:03.163adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffJul 24 13:07:03.163
95952026-07-24T13:07:04.628Z replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG INFO
95962026-07-24T13:07:04.628Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG
95972026-07-24T13:07:04.628Zreplacing 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 } }]
95982026-07-24T13:07:04.629Zadding route 172.17.0.56/32 -> 10.0.0.255
95992026-07-24T13:07:04.629ZJul 24 13:07:03.163Jul 24 13:07:03.163 DEBGJul 24 13:07:03.163 Jul 24 13:07:03.163 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 } }]DEBGJul 24 13:07:03.163
96002026-07-24T13:07:04.629Z replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
96012026-07-24T13:07:04.629Z adding route 3fff:dead::/64 -> 2001:db8::55:2INFO
96022026-07-24T13:07:04.629Z adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255Jul 24 13:07:03.163
96032026-07-24T13:07:04.629Z Jul 24 13:07:03.163
96042026-07-24T13:07:04.629ZINFOJul 24 13:07:03.163 Jul 24 13:07:03.163adding route 172.17.0.57/32 -> 10.0.0.255INFO DEBGDEBGJul 24 13:07:03.163 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 } }]DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
96052026-07-24T13:07:04.629Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.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 } }]
96062026-07-24T13:07:04.629Z
96072026-07-24T13:07:04.629Z
96082026-07-24T13:07:04.629Z
96092026-07-24T13:07:04.629ZJul 24 13:07:03.163 INFOJul 24 13:07:03.163Jul 24 13:07:03.163 Jul 24 13:07:03.163 adding route 172.17.0.48/32 -> 10.0.0.255INFO
96102026-07-24T13:07:04.629Z DEBG adding route 172.17.0.47/32 -> 10.0.0.255DEBG
96112026-07-24T13:07:04.629ZJul 24 13:07:03.163replacing 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 } }]
96122026-07-24T13:07:04.629ZDEBG Jul 24 13:07:03.163 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 } }]
96132026-07-24T13:07:04.629ZINFOreplacing 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 } }]
96142026-07-24T13:07:04.629Z adding route 3fff:dead::/64 -> 2001:db8::55:3Jul 24 13:07:03.163Jul 24 13:07:03.163 Jul 24 13:07:03.163 DEBG
96152026-07-24T13:07:04.629Z DEBGINFO failed to allocate space for the new target listreplacing 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 } }]
96162026-07-24T13:07:04.629Z
96172026-07-24T13:07:04.633Z Jul 24 13:07:03.163Jul 24 13:07:03.163adding route 172.17.0.49/32 -> 10.0.0.255 Jul 24 13:07:03.163DEBG
96182026-07-24T13:07:04.634Z 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 } }]adding route 172.17.0.58/32 -> 10.0.0.255
96192026-07-24T13:07:04.634ZJul 24 13:07:03.163DEBG Jul 24 13:07:03.163
96202026-07-24T13:07:04.634Z DEBGINFO replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 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 } }]
96212026-07-24T13:07:04.634Z Jul 24 13:07:03.163
96222026-07-24T13:07:04.634Z INFOJul 24 13:07:03.163adding route 172.17.0.48/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
96232026-07-24T13:07:04.634Z
96242026-07-24T13:07:04.634ZJul 24 13:07:03.163 INFOreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.50/32 -> 10.0.0.255
96252026-07-24T13:07:04.634Z
96262026-07-24T13:07:04.634ZJul 24 13:07:03.163Jul 24 13:07:03.163Jul 24 13:07:03.163Jul 24 13:07:03.163 DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
96272026-07-24T13:07:04.634Zreplacing 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 } }]
96282026-07-24T13:07:04.634ZJul 24 13:07:03.163 DEBG INFO Jul 24 13:07:03.164adding route 172.17.0.59/32 -> 10.0.0.255 Jul 24 13:07:03.163
96292026-07-24T13:07:04.634Z DEBGINFO created new freemapadding route 172.17.0.51/32 -> 10.0.0.255, unit
96302026-07-24T13:07:04.634Z: Jul 24 13:07:03.170freemap_route_ipv4
96312026-07-24T13:07:04.634ZDEBGJul 24 13:07:03.170 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 } }]
96322026-07-24T13:07:04.635Zreplacing 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 } }]Jul 24 13:07:03.170
96332026-07-24T13:07:04.635Z DEBG created new freemapJul 24 13:07:03.170, unitINFOJul 24 13:07:03.170: freemap_route_ipv6
96342026-07-24T13:07:04.635ZINFO adding route 172.17.0.52/32 -> 10.0.0.255Jul 24 13:07:03.170
96352026-07-24T13:07:04.635Z 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:3, vlan_id: None } }]
96362026-07-24T13:07:04.635Zinitted freemap. size: 64, Jul 24 13:07:03.170unit :DEBG freemap_route_ipv4replacing 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 } }]
96372026-07-24T13:07:04.635Z
96382026-07-24T13:07:04.635ZJul 24 13:07:03.170Jul 24 13:07:03.170 DEBGINFO reset freemapadding route 172.17.0.53/32 -> 10.0.0.255,
96392026-07-24T13:07:04.635Zunit: freemap_route_ipv4
96402026-07-24T13:07:04.635ZJul 24 13:07:03.170adding route 172.17.0.60/32 -> 10.0.0.255
96412026-07-24T13:07:04.635ZDEBGJul 24 13:07:03.170 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 } }]
96422026-07-24T13:07:04.635ZDEBG initted freemap. size: 64, Jul 24 13:07:03.170unit Jul 24 13:07:03.170: INFOfreemap_route_ipv6DEBG adding route 172.17.0.54/32 -> 10.0.0.255
96432026-07-24T13:07:04.635Z
96442026-07-24T13:07:04.635Zreplacing 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 } }]
96452026-07-24T13:07:04.635ZJul 24 13:07:03.170Jul 24 13:07:03.170 Jul 24 13:07:03.170DEBGDEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
96462026-07-24T13:07:04.635Z failed to allocate space for the new target listreset freemap
96472026-07-24T13:07:04.635Z, unitJul 24 13:07:03.170: INFOfreemap_route_ipv6
96482026-07-24T13:07:04.635Zadding route 172.17.0.55/32 -> 10.0.0.255
96492026-07-24T13:07:04.635ZJul 24 13:07:03.170 DEBG Jul 24 13:07:03.170replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] Jul 24 13:07:03.170DEBG
96502026-07-24T13:07:04.635Z 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
96512026-07-24T13:07:04.635Z adding route 172.16.0.0/32 -> 10.0.0.1
96522026-07-24T13:07:04.635ZJul 24 13:07:03.170Jul 24 13:07:03.170 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 } }]adding route 172.17.0.56/32 -> 10.0.0.255
96532026-07-24T13:07:04.635Z
96542026-07-24T13:07:04.635ZJul 24 13:07:03.170 Jul 24 13:07:03.170DEBG 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 } }]
96552026-07-24T13:07:04.635Zadding route 172.16.0.0/32 -> 10.0.0.1
96562026-07-24T13:07:04.635ZJul 24 13:07:03.170Jul 24 13:07:03.170 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 } }]adding route 172.17.0.57/32 -> 10.0.0.255
96572026-07-24T13:07:04.635Z
96582026-07-24T13:07:04.635ZJul 24 13:07:03.170 DEBGJul 24 13:07:03.170 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
96592026-07-24T13:07:04.635Z adding route 172.16.0.0/32 -> 10.0.0.1
96602026-07-24T13:07:04.635ZJul 24 13:07:03.170Jul 24 13:07:03.170 INFODEBG adding route 172.17.0.58/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
96612026-07-24T13:07:04.635Z
96622026-07-24T13:07:04.635ZJul 24 13:07:03.170Jul 24 13:07:03.170 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }]
96632026-07-24T13:07:04.635Z
96642026-07-24T13:07:04.635ZJul 24 13:07:03.170 Jul 24 13:07:03.170 INFODEBG adding route 172.17.0.59/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
96652026-07-24T13:07:04.635Z
96662026-07-24T13:07:04.635ZJul 24 13:07:03.170Jul 24 13:07:03.170 INFODEBG adding route 172.17.0.0/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 } }]
96672026-07-24T13:07:04.636Z
96682026-07-24T13:07:04.636ZJul 24 13:07:03.170 Jul 24 13:07:03.170INFO DEBGadding route 172.17.0.60/32 -> 10.0.0.255
96692026-07-24T13:07:04.636Zreplacing 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 } }]
96702026-07-24T13:07:04.636ZJul 24 13:07:03.170Jul 24 13:07:03.170 INFODEBG adding route 172.17.0.1/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 } }]
96712026-07-24T13:07:04.636Z
96722026-07-24T13:07:04.636ZJul 24 13:07:03.170 DEBGJul 24 13:07:03.170DEBG failed to allocate space for the new target listDEBG
96732026-07-24T13:07:04.636Z 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 } }]
96742026-07-24T13:07:04.636Zreplacing 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 } }]Jul 24 13:07:03.170
96752026-07-24T13:07:04.636Z Jul 24 13:07:03.170DEBG 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 } }]
96762026-07-24T13:07:04.636Zadding route 172.17.0.2/32 -> 10.0.0.255
96772026-07-24T13:07:04.636Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
96782026-07-24T13:07:04.636ZJul 24 13:07:03.170 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 } }]Jul 24 13:07:03.170
96792026-07-24T13:07:04.636Z INFO adding route 172.17.0.49/32 -> 10.0.0.255
96802026-07-24T13:07:04.636ZJul 24 13:07:03.170 INFO adding route 172.17.0.3/32 -> 10.0.0.255
96812026-07-24T13:07:04.636ZJul 24 13:07:03.170 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 } }]Jul 24 13:07:03.170
96822026-07-24T13:07:04.636Z 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 } }]
96832026-07-24T13:07:04.636ZJul 24 13:07:03.170 INFO Jul 24 13:07:03.170adding route 172.17.0.50/32 -> 10.0.0.255
96842026-07-24T13:07:04.636ZINFO adding route 172.17.0.4/32 -> 10.0.0.255
96852026-07-24T13:07:04.636ZJul 24 13:07:03.170 DEBGJul 24 13:07:03.170 replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
96862026-07-24T13:07:04.636Z replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96872026-07-24T13:07:04.636ZJul 24 13:07:03.170 Jul 24 13:07:03.170INFO adding route 172.17.0.51/32 -> 10.0.0.255
96882026-07-24T13:07:04.636ZJul 24 13:07:03.170 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 } }]
96892026-07-24T13:07:04.636ZJul 24 13:07:03.170 INFO adding route 172.17.0.52/32 -> 10.0.0.255
96902026-07-24T13:07:04.636ZJul 24 13:07:03.170 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 } }]
96912026-07-24T13:07:04.636Z INFO adding route 172.17.0.5/32 -> 10.0.0.255Jul 24 13:07:03.170
96922026-07-24T13:07:04.636ZINFO adding route 172.17.0.53/32 -> 10.0.0.255
96932026-07-24T13:07:04.636ZJul 24 13:07:03.170 DEBG Jul 24 13:07:03.170replacing 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 } }]
96942026-07-24T13:07:04.636ZDEBG 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 } }]
96952026-07-24T13:07:04.636ZJul 24 13:07:03.170 INFO adding route 172.17.0.6/32 -> 10.0.0.255
96962026-07-24T13:07:04.636ZJul 24 13:07:03.170 INFO adding route 172.17.0.54/32 -> 10.0.0.255
96972026-07-24T13:07:04.636ZJul 24 13:07:03.170 DEBGJul 24 13:07:03.170 replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
96982026-07-24T13:07:04.636Z 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 } }]
96992026-07-24T13:07:04.636ZJul 24 13:07:03.170 INFOJul 24 13:07:03.170 adding route 172.17.0.7/32 -> 10.0.0.255INFO
97002026-07-24T13:07:04.636Z adding route 172.17.0.55/32 -> 10.0.0.255
97012026-07-24T13:07:04.636ZJul 24 13:07:03.170 DEBGJul 24 13:07:03.170 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
97022026-07-24T13:07:04.637Z 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 } }]
97032026-07-24T13:07:04.637ZJul 24 13:07:03.170 INFOJul 24 13:07:03.170 adding route 172.17.0.8/32 -> 10.0.0.255INFO
97042026-07-24T13:07:04.637Z adding route 172.17.0.56/32 -> 10.0.0.255
97052026-07-24T13:07:04.637ZJul 24 13:07:03.170 Jul 24 13:07:03.170DEBG 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 } }]
97062026-07-24T13:07:04.637Zreplacing 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 } }]
97072026-07-24T13:07:04.637ZJul 24 13:07:03.170 Jul 24 13:07:03.170INFO INFOadding route 172.17.0.9/32 -> 10.0.0.255
97082026-07-24T13:07:04.637Zadding route 172.17.0.57/32 -> 10.0.0.255
97092026-07-24T13:07:04.637ZJul 24 13:07:03.170 Jul 24 13:07:03.170DEBG 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 } }]
97102026-07-24T13:07:04.637Zreplacing 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 } }]
97112026-07-24T13:07:04.637ZJul 24 13:07:03.170 Jul 24 13:07:03.170INFO INFOadding route 172.17.0.10/32 -> 10.0.0.255
97122026-07-24T13:07:04.637Zadding route 172.17.0.58/32 -> 10.0.0.255
97132026-07-24T13:07:04.637ZJul 24 13:07:03.170 Jul 24 13:07:03.170DEBG 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 } }]
97142026-07-24T13:07:04.637Zreplacing 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 } }]
97152026-07-24T13:07:04.637ZJul 24 13:07:03.170 Jul 24 13:07:03.170INFO INFOadding route 172.17.0.11/32 -> 10.0.0.255
97162026-07-24T13:07:04.637Zadding route 172.17.0.59/32 -> 10.0.0.255
97172026-07-24T13:07:04.641ZJul 24 13:07:03.170 Jul 24 13:07:03.170DEBG DEBGreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97182026-07-24T13:07:04.642Zreplacing 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 } }]
97192026-07-24T13:07:04.642ZJul 24 13:07:03.170 Jul 24 13:07:03.170INFO INFOadding route 172.17.0.12/32 -> 10.0.0.255
97202026-07-24T13:07:04.642Zadding route 172.17.0.60/32 -> 10.0.0.255
97212026-07-24T13:07:04.642ZJul 24 13:07:03.170 Jul 24 13:07:03.170DEBG 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 } }]
97222026-07-24T13:07:04.642Zreplacing 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 } }]
97232026-07-24T13:07:04.642ZJul 24 13:07:03.170 Jul 24 13:07:03.170INFO INFOadding route 172.17.0.13/32 -> 10.0.0.255
97242026-07-24T13:07:04.642ZJul 24 13:07:03.170 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 } }]
97252026-07-24T13:07:04.642Zadding route 172.17.0.61/32 -> 10.0.0.255
97262026-07-24T13:07:04.642ZJul 24 13:07:03.170 INFO adding route 172.17.0.14/32 -> 10.0.0.255
97272026-07-24T13:07:04.642ZJul 24 13:07:03.170 DEBG Jul 24 13:07:03.170replacing 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 } }]
97282026-07-24T13:07:04.642ZDEBG 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 } }]
97292026-07-24T13:07:04.642ZJul 24 13:07:03.170 INFO Jul 24 13:07:03.170adding route 172.17.0.62/32 -> 10.0.0.255
97302026-07-24T13:07:04.642ZINFO adding route 172.17.0.15/32 -> 10.0.0.255
97312026-07-24T13:07:04.642ZJul 24 13:07:03.170 DEBGJul 24 13:07:03.170 replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
97322026-07-24T13:07:04.643Z 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 } }]
97332026-07-24T13:07:04.643ZJul 24 13:07:03.170 DEBGJul 24 13:07:03.170 failed to allocate space for the new target listINFO
97342026-07-24T13:07:04.643Z adding route 172.17.0.16/32 -> 10.0.0.255
97352026-07-24T13:07:04.643ZJul 24 13:07:03.170 Jul 24 13:07:03.170DEBG 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 } }]
97362026-07-24T13:07:04.643Z 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 } }]
97372026-07-24T13:07:04.643ZJul 24 13:07:03.170 INFO adding route 172.17.0.17/32 -> 10.0.0.255
97382026-07-24T13:07:04.643ZJul 24 13:07:03.170 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 } }]
97392026-07-24T13:07:04.643ZJul 24 13:07:03.170 INFO adding route 172.17.0.18/32 -> 10.0.0.255
97402026-07-24T13:07:04.643ZJul 24 13:07:03.170 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 } }]
97412026-07-24T13:07:04.643ZJul 24 13:07:03.170 INFO adding route 172.17.0.19/32 -> 10.0.0.255
97422026-07-24T13:07:04.643ZJul 24 13:07:03.170 Jul 24 13:07:03.171 DEBGDEBG created new freemap, unit: freemap_route_ipv4
97432026-07-24T13:07:04.643Z 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 } }]Jul 24 13:07:03.178
97442026-07-24T13:07:04.643Z DEBG created new freemap, unit: freemap_route_ipv6
97452026-07-24T13:07:04.643ZJul 24 13:07:03.178 Jul 24 13:07:03.178INFO DEBGadding route 172.17.0.20/32 -> 10.0.0.255
97462026-07-24T13:07:04.644Zinitted freemap. size: 64, unit: Jul 24 13:07:03.178freemap_route_ipv4
97472026-07-24T13:07:04.644ZDEBG 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 } }]
97482026-07-24T13:07:04.644ZJul 24 13:07:03.178 DEBG Jul 24 13:07:03.178reset freemap , INFOunit :adding route 172.17.0.21/32 -> 10.0.0.255
97492026-07-24T13:07:04.644Zfreemap_route_ipv4
97502026-07-24T13:07:04.644ZJul 24 13:07:03.178 Jul 24 13:07:03.178DEBG 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 } }]
97512026-07-24T13:07:04.644Zinitted freemap. size: 64, unit: Jul 24 13:07:03.178freemap_route_ipv6
97522026-07-24T13:07:04.644ZINFO adding route 172.17.0.22/32 -> 10.0.0.255
97532026-07-24T13:07:04.644ZJul 24 13:07:03.178 DEBGJul 24 13:07:03.178 reset freemapDEBG, unitreplacing 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 } }]:
97542026-07-24T13:07:04.644Z freemap_route_ipv6
97552026-07-24T13:07:04.644ZJul 24 13:07:03.178 INFOJul 24 13:07:03.178 adding route 172.17.0.23/32 -> 10.0.0.255INFO
97562026-07-24T13:07:04.644Z adding route 172.16.0.0/32 -> 10.0.0.1
97572026-07-24T13:07:04.644ZJul 24 13:07:03.178 DEBGJul 24 13:07:03.178 replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
97582026-07-24T13:07:04.644Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
97592026-07-24T13:07:04.644ZJul 24 13:07:03.178 INFOJul 24 13:07:03.178 adding route 172.17.0.24/32 -> 10.0.0.255INFO
97602026-07-24T13:07:04.644Z adding route 172.16.0.0/32 -> 10.0.0.2
97612026-07-24T13:07:04.644ZJul 24 13:07:03.178 DEBGJul 24 13:07:03.178 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
97622026-07-24T13:07:04.644Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
97632026-07-24T13:07:04.644ZJul 24 13:07:03.178 INFO Jul 24 13:07:03.178adding route 172.17.0.25/32 -> 10.0.0.255
97642026-07-24T13:07:04.644ZINFO adding route 172.16.0.0/32 -> 10.0.0.3
97652026-07-24T13:07:04.644ZJul 24 13:07:03.178 DEBG Jul 24 13:07:03.178replacing 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 } }]
97662026-07-24T13:07:04.644ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
97672026-07-24T13:07:04.644ZJul 24 13:07:03.178 INFO adding route 172.17.0.26/32 -> 10.0.0.255Jul 24 13:07:03.178
97682026-07-24T13:07:04.644Z INFO adding route 172.16.0.0/32 -> 10.0.0.4
97692026-07-24T13:07:04.644ZJul 24 13:07:03.178 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 } }]Jul 24 13:07:03.178
97702026-07-24T13:07:04.644Z DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]
97712026-07-24T13:07:04.644ZJul 24 13:07:03.178 INFO adding route 172.17.0.27/32 -> 10.0.0.255
97722026-07-24T13:07:04.644ZJul 24 13:07:03.178 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.3, vlan_id: None } }]Jul 24 13:07:03.178
97732026-07-24T13:07:04.644Z 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 } }]
97742026-07-24T13:07:04.644ZJul 24 13:07:03.178 INFO adding route 172.17.0.28/32 -> 10.0.0.255
97752026-07-24T13:07:04.644ZJul 24 13:07:03.178 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 } }]
97762026-07-24T13:07:04.644ZJul 24 13:07:03.178 INFO adding route 172.17.0.29/32 -> 10.0.0.255
97772026-07-24T13:07:04.644Ztest route::tests::delete_targets_fragmented ... ok
97782026-07-24T13:07:04.644ZJul 24 13:07:03.178 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 } }]
97792026-07-24T13:07:04.644ZJul 24 13:07:03.178 INFO adding route 172.17.0.30/32 -> 10.0.0.255
97802026-07-24T13:07:04.644ZJul 24 13:07:03.179 DEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97812026-07-24T13:07:04.644ZJul 24 13:07:03.179 INFO adding route 172.17.0.31/32 -> 10.0.0.255
97822026-07-24T13:07:04.644ZJul 24 13:07:03.179 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 } }]
97832026-07-24T13:07:04.644Z
97842026-07-24T13:07:04.644ZJul 24 13:07:03.179 INFO adding route 172.17.0.32/32 -> 10.0.0.255
97852026-07-24T13:07:04.645ZJul 24 13:07:03.179 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 } }]
97862026-07-24T13:07:04.645Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
97872026-07-24T13:07:04.645ZJul 24 13:07:03.179 INFO adding route 172.17.0.33/32 -> 10.0.0.255
97882026-07-24T13:07:04.645Z
97892026-07-24T13:07:04.645ZJul 24 13:07:03.179 DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97902026-07-24T13:07:04.645ZJul 24 13:07:03.179 INFO adding route 172.17.0.34/32 -> 10.0.0.255
97912026-07-24T13:07:04.645ZJul 24 13:07:03.179 DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97922026-07-24T13:07:04.645ZJul 24 13:07:03.179 INFO adding route 172.17.0.35/32 -> 10.0.0.255
97932026-07-24T13:07:04.645ZJul 24 13:07:03.179 DEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97942026-07-24T13:07:04.645ZJul 24 13:07:03.179 INFO adding route 172.17.0.36/32 -> 10.0.0.255
97952026-07-24T13:07:04.645ZJul 24 13:07:03.179 DEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97962026-07-24T13:07:04.645ZJul 24 13:07:03.179 INFO adding route 172.17.0.37/32 -> 10.0.0.255
97972026-07-24T13:07:04.645ZJul 24 13:07:03.179 DEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97982026-07-24T13:07:04.645ZJul 24 13:07:03.179 INFO adding route 172.17.0.38/32 -> 10.0.0.255
97992026-07-24T13:07:04.645ZJul 24 13:07:03.179 DEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98002026-07-24T13:07:04.645ZJul 24 13:07:03.179 INFO adding route 172.17.0.39/32 -> 10.0.0.255
98012026-07-24T13:07:04.645ZJul 24 13:07:03.179 DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98022026-07-24T13:07:04.645ZJul 24 13:07:03.186 INFO adding route 172.17.0.40/32 -> 10.0.0.255
98032026-07-24T13:07:04.645ZJul 24 13:07:03.186 DEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98042026-07-24T13:07:04.645ZJul 24 13:07:03.186 INFO adding route 172.17.0.41/32 -> 10.0.0.255
98052026-07-24T13:07:04.645ZJul 24 13:07:03.186 DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98062026-07-24T13:07:04.645ZJul 24 13:07:03.186 INFO adding route 172.17.0.42/32 -> 10.0.0.255
98072026-07-24T13:07:04.645ZJul 24 13:07:03.186 DEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98082026-07-24T13:07:04.645ZJul 24 13:07:03.186 INFO adding route 172.17.0.43/32 -> 10.0.0.255
98092026-07-24T13:07:04.645ZJul 24 13:07:03.186 DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98102026-07-24T13:07:04.645ZJul 24 13:07:03.186 INFO adding route 172.17.0.44/32 -> 10.0.0.255
98112026-07-24T13:07:04.645ZJul 24 13:07:03.186 DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98122026-07-24T13:07:04.645ZJul 24 13:07:03.186 INFO adding route 172.17.0.45/32 -> 10.0.0.255
98132026-07-24T13:07:04.645ZJul 24 13:07:03.186 DEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98142026-07-24T13:07:04.645ZJul 24 13:07:03.186 INFO adding route 172.17.0.46/32 -> 10.0.0.255
98152026-07-24T13:07:04.645ZJul 24 13:07:03.186 DEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98162026-07-24T13:07:04.645ZJul 24 13:07:03.186 INFO adding route 172.17.0.47/32 -> 10.0.0.255
98172026-07-24T13:07:04.649ZJul 24 13:07:03.186 DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98182026-07-24T13:07:04.649ZJul 24 13:07:03.186 INFO adding route 172.17.0.48/32 -> 10.0.0.255
98192026-07-24T13:07:04.649ZJul 24 13:07:03.186 DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98202026-07-24T13:07:04.649ZJul 24 13:07:03.186 INFO adding route 172.17.0.49/32 -> 10.0.0.255
98212026-07-24T13:07:04.649ZJul 24 13:07:03.186 DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98222026-07-24T13:07:04.649ZJul 24 13:07:03.186 INFO adding route 172.17.0.50/32 -> 10.0.0.255
98232026-07-24T13:07:04.649ZJul 24 13:07:03.186 DEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98242026-07-24T13:07:04.649ZJul 24 13:07:03.186 INFO adding route 172.17.0.51/32 -> 10.0.0.255
98252026-07-24T13:07:04.649ZJul 24 13:07:03.186 DEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98262026-07-24T13:07:04.649ZJul 24 13:07:03.186 INFO adding route 172.17.0.52/32 -> 10.0.0.255
98272026-07-24T13:07:04.649ZJul 24 13:07:03.186 DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98282026-07-24T13:07:04.649ZJul 24 13:07:03.186 INFO adding route 172.17.0.53/32 -> 10.0.0.255
98292026-07-24T13:07:04.649ZJul 24 13:07:03.186 DEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98302026-07-24T13:07:04.649ZJul 24 13:07:03.186 INFO adding route 172.17.0.54/32 -> 10.0.0.255
98312026-07-24T13:07:04.649ZJul 24 13:07:03.186 DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98322026-07-24T13:07:04.649ZJul 24 13:07:03.186 INFO adding route 172.17.0.55/32 -> 10.0.0.255
98332026-07-24T13:07:04.649ZJul 24 13:07:03.186 DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98342026-07-24T13:07:04.649ZJul 24 13:07:03.186 INFO adding route 172.17.0.56/32 -> 10.0.0.255
98352026-07-24T13:07:04.649ZJul 24 13:07:03.186 DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98362026-07-24T13:07:04.649ZJul 24 13:07:03.186 INFO adding route 172.17.0.57/32 -> 10.0.0.255
98372026-07-24T13:07:04.649ZJul 24 13:07:03.186 DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98382026-07-24T13:07:04.649ZJul 24 13:07:03.186 INFO adding route 172.17.0.58/32 -> 10.0.0.255
98392026-07-24T13:07:04.649ZJul 24 13:07:03.186 DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98402026-07-24T13:07:04.649ZJul 24 13:07:03.186 INFO adding route 172.17.0.59/32 -> 10.0.0.255
98412026-07-24T13:07:04.649ZJul 24 13:07:03.186 DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98422026-07-24T13:07:04.649ZJul 24 13:07:03.186 INFO adding route 172.17.0.60/32 -> 10.0.0.255
98432026-07-24T13:07:04.650ZJul 24 13:07:03.186 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 } }]
98442026-07-24T13:07:04.650ZJul 24 13:07:03.186 DEBG failed to allocate space for the new target list
98452026-07-24T13:07:04.650ZJul 24 13:07:03.186 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 } }]
98462026-07-24T13:07:04.650Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-bbc1e831c4f51302)
98472026-07-24T13:07:04.650Z
98482026-07-24T13:07:04.650Zrunning 0 tests
98492026-07-24T13:07:04.650Z
98502026-07-24T13:07:04.650Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98512026-07-24T13:07:04.651Z
98522026-07-24T13:07:04.651Z Running unittests src/lib.rs (target/debug/deps/dpd_api-5542eafe66c53d53)
98532026-07-24T13:07:04.651Z
98542026-07-24T13:07:04.651Zrunning 0 tests
98552026-07-24T13:07:04.651Z
98562026-07-24T13:07:04.651Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98572026-07-24T13:07:04.651Z
98582026-07-24T13:07:04.651Z Running unittests src/lib.rs (target/debug/deps/dpd_client-d8a2793735eaa5ff)
98592026-07-24T13:07:04.651Z
98602026-07-24T13:07:04.651Zrunning 6 tests
98612026-07-24T13:07:04.651Ztest tests::test_full_lot_id_neither_present ... ok
98622026-07-24T13:07:04.651Ztest tests::test_full_lot_id_both_present ... ok
98632026-07-24T13:07:04.651Ztest tests::test_full_lot_id_lot_only ... ok
98642026-07-24T13:07:04.651Ztest tests::test_full_lot_id_lotnum_only ... ok
98652026-07-24T13:07:04.651Ztest tests::test_port_id_cmp ... ok
98662026-07-24T13:07:04.651Ztest tests::test_parse_client_port_id ... ok
98672026-07-24T13:07:04.651Z
98682026-07-24T13:07:04.651Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98692026-07-24T13:07:04.651Z
98702026-07-24T13:07:04.651Z Running tests/test_all.rs (target/debug/deps/test_all-232f492bc541e44a)
98712026-07-24T13:07:04.651Z
98722026-07-24T13:07:04.651Zrunning 6 tests
98732026-07-24T13:07:07.659Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
98742026-07-24T13:07:07.662Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
98752026-07-24T13:07:07.662Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
98762026-07-24T13:07:07.668Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
98772026-07-24T13:07:08.000Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
98782026-07-24T13:07:09.016Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
98792026-07-24T13:07:09.016Z
98802026-07-24T13:07:09.016Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.37s
98812026-07-24T13:07:09.016Z
98822026-07-24T13:07:09.022Z Running unittests src/lib.rs (target/debug/deps/dpd_types-fd2572aa3982a063)
98832026-07-24T13:07:09.027Z
98842026-07-24T13:07:09.027Zrunning 0 tests
98852026-07-24T13:07:09.027Z
98862026-07-24T13:07:09.030Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98872026-07-24T13:07:09.030Z
98882026-07-24T13:07:09.030Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a628021f550b6cdd)
98892026-07-24T13:07:09.033Z
98902026-07-24T13:07:09.033Zrunning 0 tests
98912026-07-24T13:07:09.033Z
98922026-07-24T13:07:09.033Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98932026-07-24T13:07:09.033Z
98942026-07-24T13:07:09.033Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
98952026-07-24T13:07:09.039Z
98962026-07-24T13:07:09.039Zrunning 12 tests
98972026-07-24T13:07:09.045Ztest icmp::test_v6_checksum ... ok
98982026-07-24T13:07:09.045Ztest icmp::test_v4_checksum ... ok
98992026-07-24T13:07:09.045Ztest ipv6::test_ipv6_parse ... ok
99002026-07-24T13:07:09.045Ztest lldp::test_lldp_parse ... ok
99012026-07-24T13:07:09.045Ztest pbuf::test_nibble ... ok
99022026-07-24T13:07:09.045Ztest pbuf::test_overflow ... ok
99032026-07-24T13:07:09.045Ztest pbuf::test_byte ... ok
99042026-07-24T13:07:09.045Ztest pbuf::test_short ... ok
99052026-07-24T13:07:09.045Ztest pbuf::test_twelve ... ok
99062026-07-24T13:07:09.045Ztest pbuf::test_word ... ok
99072026-07-24T13:07:09.045Ztest tcp::test_checksum_syn_nodata ... ok
99082026-07-24T13:07:09.045Ztest tcp::test_checksum_ack_data ... ok
99092026-07-24T13:07:09.045Z
99102026-07-24T13:07:09.045Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99112026-07-24T13:07:09.045Z
99122026-07-24T13:07:09.045Z Running unittests src/lib.rs (target/debug/deps/pcap-6c299e9d62d45b52)
99132026-07-24T13:07:09.048Z
99142026-07-24T13:07:09.048Zrunning 0 tests
99152026-07-24T13:07:09.048Z
99162026-07-24T13:07:09.048Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99172026-07-24T13:07:09.048Z
99182026-07-24T13:07:09.048Z Running unittests src/main.rs (target/debug/deps/swadm-31eb09ac13cb2c74)
99192026-07-24T13:07:09.049Z
99202026-07-24T13:07:09.049Zrunning 5 tests
99212026-07-24T13:07:09.051Ztest switchport::test::test_compute_lanes ... ok
99222026-07-24T13:07:09.051Ztest switchport::test::port_id_ordering ... ok
99232026-07-24T13:07:09.051Z Lane 0 Lane 0 Lane 1 Lane 1Lane 2 Lane 3Lane 2
99242026-07-24T13:07:09.051ZLane 3 Rx Loss-of-lock: Yes
99252026-07-24T13:07:09.051Z Yes State: ActivatedYes Yes
99262026-07-24T13:07:09.051ZActivated Rx Loss-of-signal: YesActivated ActivatedYes
99272026-07-24T13:07:09.051Z Rx Output Enabled: falseYes Yes
99282026-07-24T13:07:09.051Zfalse Rx CDR Enabled: Yes false Yesfalse
99292026-07-24T13:07:09.052Z Rx Output Status: valid Yes validYes
99302026-07-24T13:07:09.052Zvalid Tx Enabled: Yes validYes
99312026-07-24T13:07:09.052Z Rx Loss-of-lock: trueYes true Yes
99322026-07-24T13:07:09.052Ztrue Tx Loss-of-lock: No trueNo
99332026-07-24T13:07:09.052Z Rx Loss-of-signal: false Nofalse Nofalse
99342026-07-24T13:07:09.052Z false Tx Loss-of-signal: No
99352026-07-24T13:07:09.052Z No Rx Auto-squelch Disable: true No Notrue
99362026-07-24T13:07:09.052Z Tx CDR Enabled: Notrue Notrue
99372026-07-24T13:07:09.052ZNo Tx Output Enabled: trueNo
99382026-07-24T13:07:09.052Z Tx Adaptive EQ Fault: Notrue No true trueNo
99392026-07-24T13:07:09.052Z No
99402026-07-24T13:07:09.052Z Tx Output Status: invalid Tx Fault: Yes invalid Yesinvalid Yesinvalid
99412026-07-24T13:07:09.052Z Yes Tx Loss-of-lock: false
99422026-07-24T13:07:09.052Z false false false
99432026-07-24T13:07:09.052Z Tx Loss-of-signal: true true true true
99442026-07-24T13:07:09.052ZTx Auto-squelch Disable: false false false false
99452026-07-24T13:07:09.052Z Tx Adaptive EQ Fail: true true true true
99462026-07-24T13:07:09.052Z Tx Failure: false false false false
99472026-07-24T13:07:09.053Z Tx Force Squelch: true true true true
99482026-07-24T13:07:09.053Z Tx Input Polarity: normal normal normal normal
99492026-07-24T13:07:09.053Ztest switchport::test::test_print_sff_datapath ... ok
99502026-07-24T13:07:09.053Ztest switchport::test::test_print_cmis_datapath ... ok
99512026-07-24T13:07:09.053Ztest link::test_filter ... ok
99522026-07-24T13:07:09.053Z
99532026-07-24T13:07:09.053Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99542026-07-24T13:07:09.053Z
99552026-07-24T13:07:09.053Z Running tests/counters.rs (target/debug/deps/counters-23fac304248b4491)
99562026-07-24T13:07:09.056Z
99572026-07-24T13:07:09.056Zrunning 1 test
99582026-07-24T13:07:09.056Ztest test_p4_counter_list ... ignored
99592026-07-24T13:07:09.056Z
99602026-07-24T13:07:09.056Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
99612026-07-24T13:07:09.056Z
99622026-07-24T13:07:09.056Z Running tests/port-link.rs (target/debug/deps/port_link-7367f1bb58c7e97d)
99632026-07-24T13:07:09.059Z
99642026-07-24T13:07:09.059Zrunning 5 tests
99652026-07-24T13:07:09.059Ztest test_an ... ignored
99662026-07-24T13:07:09.059Ztest test_enable ... ignored
99672026-07-24T13:07:09.059Ztest test_ip_addresses ... ignored
99682026-07-24T13:07:09.059Ztest test_kr ... ignored
99692026-07-24T13:07:09.059Ztest test_mac ... ignored
99702026-07-24T13:07:09.059Z
99712026-07-24T13:07:09.059Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
99722026-07-24T13:07:09.059Z
99732026-07-24T13:07:09.059Z Running unittests src/main.rs (target/debug/deps/tfportd-19eda359388fd4ee)
99742026-07-24T13:07:09.062Z
99752026-07-24T13:07:09.062Zrunning 3 tests
99762026-07-24T13:07:09.065Ztest linklocal::test_parse_ipadm ... ok
99772026-07-24T13:07:09.065Ztest tfport::test_parse_tfport ... ok
99782026-07-24T13:07:09.065Ztest config::tests::test_updates ... ok
99792026-07-24T13:07:09.065Z
99802026-07-24T13:07:09.065Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99812026-07-24T13:07:09.065Z
99822026-07-24T13:07:09.065Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
99832026-07-24T13:07:09.068Z
99842026-07-24T13:07:09.068Zrunning 0 tests
99852026-07-24T13:07:09.068Z
99862026-07-24T13:07:09.071Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99872026-07-24T13:07:09.071Z
99882026-07-24T13:07:09.071Z Running unittests src/main.rs (target/debug/deps/xtask-87e0a06053f53c01)
99892026-07-24T13:07:09.074Z
99902026-07-24T13:07:09.074Zrunning 0 tests
99912026-07-24T13:07:09.074Z
99922026-07-24T13:07:09.074Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99932026-07-24T13:07:09.074Z
99942026-07-24T13:07:09.077Z Doc-tests aal
99952026-07-24T13:07:09.249Z
99962026-07-24T13:07:09.249Zrunning 0 tests
99972026-07-24T13:07:09.249Z
99982026-07-24T13:07:09.253Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99992026-07-24T13:07:09.253Z
100002026-07-24T13:07:09.269Z Doc-tests aal_macros
100012026-07-24T13:07:09.343Z
100022026-07-24T13:07:09.343Zrunning 0 tests
100032026-07-24T13:07:09.346Z
100042026-07-24T13:07:09.346Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100052026-07-24T13:07:09.346Z
100062026-07-24T13:07:09.357Z Doc-tests common
100072026-07-24T13:07:09.597Z
100082026-07-24T13:07:09.597Zrunning 0 tests
100092026-07-24T13:07:09.597Z
100102026-07-24T13:07:09.597Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100112026-07-24T13:07:09.597Z
100122026-07-24T13:07:09.621Z Doc-tests dpd_api
100132026-07-24T13:07:10.452Z
100142026-07-24T13:07:10.452Zrunning 2 tests
100152026-07-24T13:07:10.452Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
100162026-07-24T13:07:10.452Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
100172026-07-24T13:07:10.453Z
100182026-07-24T13:07:10.453Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
100192026-07-24T13:07:10.453Z
100202026-07-24T13:07:10.486Z Doc-tests dpd_client
100212026-07-24T13:07:11.878Z
100222026-07-24T13:07:11.878Zrunning 0 tests
100232026-07-24T13:07:11.878Z
100242026-07-24T13:07:11.878Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100252026-07-24T13:07:11.878Z
100262026-07-24T13:07:11.928Z Doc-tests dpd_types
100272026-07-24T13:07:12.139Z
100282026-07-24T13:07:12.139Zrunning 0 tests
100292026-07-24T13:07:12.139Z
100302026-07-24T13:07:12.139Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100312026-07-24T13:07:12.139Z
100322026-07-24T13:07:12.168Z Doc-tests dpd_types_versions
100332026-07-24T13:07:13.376Z
100342026-07-24T13:07:13.376Zrunning 1 test
100352026-07-24T13:07:13.376Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
100362026-07-24T13:07:13.376Z
100372026-07-24T13:07:13.376Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
100382026-07-24T13:07:13.376Z
100392026-07-24T13:07:13.424Z Doc-tests packet
100402026-07-24T13:07:13.541Z
100412026-07-24T13:07:13.541Zrunning 0 tests
100422026-07-24T13:07:13.541Z
100432026-07-24T13:07:13.541Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100442026-07-24T13:07:13.541Z
100452026-07-24T13:07:13.560Z Doc-tests pcap
100462026-07-24T13:07:13.613Z
100472026-07-24T13:07:13.614Zrunning 0 tests
100482026-07-24T13:07:13.614Z
100492026-07-24T13:07:13.614Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100502026-07-24T13:07:13.614Z
100512026-07-24T13:07:13.666Zprocess exited: duration 577262 ms, exit code 0
 
100522026-07-24T13:07:13.672Zfound 0 output files