01KZYQRPKX165MDJCP4YP4NT0F: test

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

Buildomat Job: 01KZYQS316KT451X83TXHM8YA1

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-13T23:37:56.185Zjob assigned to worker 01KZYQS21N7D1PWTTXNBZZKCET [factory aws, i-0cb10c04b90537fae] (queued for 50 s)
 
22026-08-13T23:38:02.933Zstarting task 0: "setup"
32026-08-13T23:38:02.939Z++ uname -s
42026-08-13T23:38:02.942Z+ kern=SunOS
52026-08-13T23:38:02.942Z+ build_user=build
62026-08-13T23:38:02.942Z+ build_uid=12345
72026-08-13T23:38:02.942Z+ work_dir=/work
82026-08-13T23:38:02.942Z+ input_dir=/input
92026-08-13T23:38:02.942Z+ [[ 0 == 12345 ]]
102026-08-13T23:38:02.942Z+ case "$kern" in
112026-08-13T23:38:02.942Z+ groupadd -g 12345 build
122026-08-13T23:38:02.950Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-13T23:38:04.956Z+ zfs create -o mountpoint=/work rpool/work
142026-08-13T23:38:05.051Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-13T23:38:05.055Z+ home_fs=zfs
162026-08-13T23:38:05.055Z+ [[ zfs == autofs ]]
172026-08-13T23:38:05.055Z+ mkdir -p /home/build
182026-08-13T23:38:05.055Z+ chown build:build /home/build /work
192026-08-13T23:38:07.057Z+ chmod 0700 /home/build /work
202026-08-13T23:38:07.065Zprocess exited: duration 4123 ms, exit code 0
 
212026-08-13T23:38:07.073Zstarting task 1: "rust-toolchain"
222026-08-13T23:38:07.076Z * rust toolchain channel = "1.90.0"
232026-08-13T23:38:07.076Z * rust toolchain profile = "default"
242026-08-13T23:38:07.076Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
252026-08-13T23:38:07.076Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-13T23:38:07.076Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-13T23:38:07.076Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-13T23:38:07.079Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-13T23:38:07.079Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-08-13T23:38:07.160Zinfo: downloading installer
312026-08-13T23:38:08.740Zwarn: It looks like you have an existing rustup settings file at:
322026-08-13T23:38:08.740Zwarn: /home/build/.rustup/settings.toml
332026-08-13T23:38:08.740Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-13T23:38:08.740Zwarn: instead of the one inferred from the default host triple.
352026-08-13T23:38:08.752Zinfo: profile set to default
362026-08-13T23:38:08.752Zinfo: default host triple is x86_64-unknown-illumos
372026-08-13T23:38:08.755Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-08-13T23:38:08.892Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-08-13T23:38:08.895Zinfo: downloading 6 components
402026-08-13T23:38:22.869Z
412026-08-13T23:38:22.870Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
422026-08-13T23:38:22.902Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-08-13T23:38:22.902Z
442026-08-13T23:38:22.905Z
452026-08-13T23:38:22.905ZRust is installed now. Great!
462026-08-13T23:38:22.905Z
472026-08-13T23:38:22.905ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-13T23:38:22.905Zenvironment variable. This has not been done automatically.
492026-08-13T23:38:22.905Z
502026-08-13T23:38:22.905ZTo configure your current shell, you need to source
512026-08-13T23:38:22.905Zthe corresponding env file under $HOME/.cargo.
522026-08-13T23:38:22.905Z
532026-08-13T23:38:22.905ZThis is usually done by running one of the following (note the leading DOT):
542026-08-13T23:38:22.905Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-13T23:38:22.905Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-13T23:38:22.905Zsource "~/.cargo/env.nu" # For nushell
572026-08-13T23:38:22.905Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-13T23:38:22.905Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-13T23:38:22.905Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-13T23:38:22.905Zwarn: no default linker (`cc`) was found in your PATH
612026-08-13T23:38:22.905Zwarn: many Rust crates require a system C toolchain to build
622026-08-13T23:38:22.991Z+ rustup --version
632026-08-13T23:38:23.000Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-13T23:38:23.003Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-13T23:38:23.024Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-08-13T23:38:23.036Z+ cargo --version
672026-08-13T23:38:23.046Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-08-13T23:38:23.046Z+ rustc --version
692026-08-13T23:38:23.067Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-08-13T23:38:23.073Zprocess exited: duration 15993 ms, exit code 0
 
712026-08-13T23:38:23.084Zstarting task 2: "authentication"
722026-08-13T23:38:23.106Zprocess exited: duration 22 ms, exit code 0
 
732026-08-13T23:38:23.122Zstarting task 3: "clone repository"
742026-08-13T23:38:23.133Z+ mkdir -p /work/oxidecomputer/dendrite
752026-08-13T23:38:23.133Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-08-13T23:38:23.151ZCloning into '/work/oxidecomputer/dendrite'...
772026-08-13T23:38:23.879Z+ cd /work/oxidecomputer/dendrite
782026-08-13T23:38:23.879Z+ git fetch origin 273483383db59ea4bd55e41f4a1ffffb370d8739
792026-08-13T23:38:24.176ZFrom https://github.com/oxidecomputer/dendrite
802026-08-13T23:38:24.177Z * branch 273483383db59ea4bd55e41f4a1ffffb370d8739 -> FETCH_HEAD
812026-08-13T23:38:24.182Z+ [[ -n nsk/service-nat-entries ]]
822026-08-13T23:38:24.186Z++ git branch --show-current
832026-08-13T23:38:24.186Z+ current=main
842026-08-13T23:38:24.186Z+ [[ main != nsk/service-nat-entries ]]
852026-08-13T23:38:24.186Z+ git branch -f nsk/service-nat-entries 273483383db59ea4bd55e41f4a1ffffb370d8739
862026-08-13T23:38:24.189Z+ git checkout -f nsk/service-nat-entries
872026-08-13T23:38:24.206ZSwitched to branch 'nsk/service-nat-entries'
882026-08-13T23:38:24.209Z+ git reset --hard 273483383db59ea4bd55e41f4a1ffffb370d8739
892026-08-13T23:38:24.225ZHEAD is now at 2734833 add tagged NAT apply API
902026-08-13T23:38:24.228Zprocess exited: duration 1108 ms, exit code 0
 
912026-08-13T23:38:24.235Zstarting task 4: "build"
922026-08-13T23:38:24.249Z+ source .github/buildomat/common.sh
932026-08-13T23:38:24.249Z++ TOFINO_STAGES=20
942026-08-13T23:38:24.249Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-08-13T23:38:24.249Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-08-13T23:38:24.249Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-08-13T23:38:24.249Z+++ uname -s
982026-08-13T23:38:24.249Z++ '[' SunOS == SunOS ']'
992026-08-13T23:38:24.249Z++ SERIES=illumos
1002026-08-13T23:38:24.249Z+++ uname -s
1012026-08-13T23:38:24.249Z++ '[' SunOS == SunOS ']'
1022026-08-13T23:38:24.249Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-08-13T23:38:24.249Z++ rustup show active-toolchain
1042026-08-13T23:38:24.249Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-08-13T23:38:24.250Z+ source .github/buildomat/illumos.sh
1062026-08-13T23:38:24.250Z++ banner 'sde setup'
1072026-08-13T23:38:24.254Z
1082026-08-13T23:38:24.254Z #### ##### ###### #### ###### ##### # # #####
1092026-08-13T23:38:24.254Z # # # # # # # # # # #
1102026-08-13T23:38:24.254Z #### # # ##### #### ##### # # # # #
1112026-08-13T23:38:24.254Z # # # # # # # # # #####
1122026-08-13T23:38:24.254Z # # # # # # # # # # # #
1132026-08-13T23:38:24.254Z #### ##### ###### #### ###### # #### #
1142026-08-13T23:38:24.254Z
1152026-08-13T23:38:24.254Z++ export PKG_SUCCESS_ON_NOP=1
1162026-08-13T23:38:24.254Z++ PKG_SUCCESS_ON_NOP=1
1172026-08-13T23:38:24.254Z++ export PKG=tofino_sde.p5p
1182026-08-13T23:38:24.254Z++ PKG=tofino_sde.p5p
1192026-08-13T23:38:24.254Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-08-13T23:38:24.259Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-08-13T23:38:24.259Z Dload Upload Total Spent Left Speed
1222026-08-13T23:38:27.049Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 00:01 0 4 76.03M 4 3.27M 0 0 1.62M 0 00:46 00:02 00:44 1.62M 100 76.03M 100 76.03M 0 0 27.21M 0 00:02 00:02 1.62M 100 76.03M 100 76.03M 0 0 27.21M 0 00:02 00:02 1.62M 100 76.03M 100 76.03M 0 0 27.21M 0 00:02 00:02 1.62M
1232026-08-13T23:38:27.054Z+++ digest -a sha256 tofino_sde.p5p
1242026-08-13T23:38:27.102Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-08-13T23:38:27.107Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-08-13T23:38:27.107Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-08-13T23:38:28.912Z Startup: Refreshing catalog 'helios' ... Done
1282026-08-13T23:38:29.232Z Startup: Caching catalogs ... Done
1292026-08-13T23:38:29.285Z Startup: Refreshing catalog 'oxide' ... Done
1302026-08-13T23:38:31.296ZPlanning: Solver setup ... Done
1312026-08-13T23:38:31.357ZPlanning: Running solver ... Done
1322026-08-13T23:38:31.399ZPlanning: Finding local manifests ... Done
1332026-08-13T23:38:31.401ZPlanning: Fetching manifests: 1/1 100% complete
1342026-08-13T23:38:31.405ZPlanning: Fetching manifests: 1/1 100% complete
1352026-08-13T23:38:31.418ZPlanning: Package planning ... Done
1362026-08-13T23:38:31.421ZPlanning: Merging actions ... Done
1372026-08-13T23:38:31.522ZPlanning: Checking for conflicting actions ... Done
1382026-08-13T23:38:31.524ZPlanning: Consolidating action changes ... Done
1392026-08-13T23:38:32.261ZPlanning: Evaluating mediators ... Done
1402026-08-13T23:38:32.264ZPlanning: Planning completed in 2.97 seconds
1412026-08-13T23:38:32.272Z Packages to install: 1
1422026-08-13T23:38:32.272Z Create boot environment: No
1432026-08-13T23:38:32.272ZCreate backup boot environment: No
1442026-08-13T23:38:32.292Z
1452026-08-13T23:38:32.292ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-08-13T23:38:32.432ZDownload: Completed 75.30 MB in 0.14 seconds (537M/s)
1472026-08-13T23:38:32.663Z Actions: 1/293 actions (Installing new actions)
1482026-08-13T23:38:33.638Z Actions: Completed 293 actions in 0.98 seconds.
1492026-08-13T23:38:33.642ZFinalize: Updating package state database ... Done
1502026-08-13T23:38:33.683ZFinalize: Updating package cache ... Done
1512026-08-13T23:38:33.761ZFinalize: Updating image state ... Done
1522026-08-13T23:38:36.290ZFinalize: Creating fast lookup database ... Done
1532026-08-13T23:38:36.364ZFinalize: Reading search index ... Done
1542026-08-13T23:38:36.367ZFinalize: Updating search index ... Done
1552026-08-13T23:38:36.596ZFinalize: Updating package cache ... Done
1562026-08-13T23:38:36.751Z++ export SDE=/opt/oxide/tofino_sde
1572026-08-13T23:38:36.751Z++ SDE=/opt/oxide/tofino_sde
1582026-08-13T23:38:36.751Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-08-13T23:38:36.751Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-08-13T23:38:36.751Z++ banner packages
1612026-08-13T23:38:36.754Z
1622026-08-13T23:38:36.754Z ##### ## #### # # ## #### ###### ####
1632026-08-13T23:38:36.754Z # # # # # # # # # # # # # #
1642026-08-13T23:38:36.754Z # # # # # #### # # # ##### ####
1652026-08-13T23:38:36.754Z ##### ###### # # # ###### # ### # #
1662026-08-13T23:38:36.754Z # # # # # # # # # # # # # #
1672026-08-13T23:38:36.754Z # # # #### # # # # #### ###### ####
1682026-08-13T23:38:36.754Z
1692026-08-13T23:38:36.754Z++ pfexec pkg install clang-15 pcap gcc14
1702026-08-13T23:38:37.023Z Startup: Refreshing catalog 'helios' ... Done
1712026-08-13T23:38:37.026Z Startup: Refreshing catalog 'oxide' ... Done
1722026-08-13T23:38:38.705ZPlanning: Solver setup ... Done
1732026-08-13T23:38:38.766ZPlanning: Running solver ... Done
1742026-08-13T23:38:38.805ZPlanning: Consolidating action changes ... Done
1752026-08-13T23:38:38.808ZPlanning: Evaluating mediators ... Done
1762026-08-13T23:38:38.808ZPlanning: Planning completed in 1.78 seconds
1772026-08-13T23:38:38.823ZNo updates necessary for this image.
1782026-08-13T23:38:38.947Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-08-13T23:38:39.162ZPlanning: Evaluating mediator changes ... Done
1802026-08-13T23:38:39.278ZPlanning: Checking for conflicting actions ... Done
1812026-08-13T23:38:39.281ZPlanning: Consolidating action changes ... Done
1822026-08-13T23:38:39.445ZPlanning: Evaluating mediators ... Done
1832026-08-13T23:38:39.448ZPlanning: Planning completed in 0.28 seconds
1842026-08-13T23:38:39.469Z Mediators to change: 2
1852026-08-13T23:38:39.469Z Create boot environment: No
1862026-08-13T23:38:39.472ZCreate backup boot environment: No
1872026-08-13T23:38:39.515ZFinalize: Updating package state database ... Done
1882026-08-13T23:38:39.516ZFinalize: Updating package cache ... Done
1892026-08-13T23:38:39.559ZFinalize: Updating image state ... Done
1902026-08-13T23:38:41.590ZFinalize: Creating fast lookup database ... Done
1912026-08-13T23:38:41.662ZFinalize: Reading search index ... Done
1922026-08-13T23:38:41.665ZFinalize: Updating search index ... Done
1932026-08-13T23:38:41.748ZFinalize: Updating package cache ... Done
1942026-08-13T23:38:41.823Z++ cargo --version
1952026-08-13T23:38:41.833Zcargo 1.90.0 (840b83a10 2025-07-30)
1962026-08-13T23:38:41.836Z++ rustc --version
1972026-08-13T23:38:41.857Zrustc 1.90.0 (1159e78c4 2025-09-14)
1982026-08-13T23:38:41.870Z+ banner copyrights
1992026-08-13T23:38:41.870Z
2002026-08-13T23:38:41.870Z #### #### ##### # # ##### # #### # # ##### ####
2012026-08-13T23:38:41.870Z # # # # # # # # # # # # # # # # #
2022026-08-13T23:38:41.870Z # # # # # # # # # # ###### # ####
2032026-08-13T23:38:41.870Z # # # ##### # ##### # # ### # # # #
2042026-08-13T23:38:41.870Z # # # # # # # # # # # # # # # #
2052026-08-13T23:38:41.871Z #### #### # # # # # #### # # # ####
2062026-08-13T23:38:41.871Z
2072026-08-13T23:38:41.871Z+ ./tools/check_copyrights.sh
2082026-08-13T23:38:42.157Zcommon/src/illumos.rs: Copyright with wrong year
2092026-08-13T23:38:42.972Zdpd/p4/headers.p4: Copyright with wrong year
2102026-08-13T23:38:43.440Zpacket/src/eth.rs: Copyright with wrong year
2112026-08-13T23:38:43.532Zpcap/build.rs: Copyright with wrong year
2122026-08-13T23:38:43.705Ztfportd/src/linklocal.rs: Copyright with wrong year
2132026-08-13T23:38:43.940Z+ banner clippy
2142026-08-13T23:38:43.943Z
2152026-08-13T23:38:43.943Z #### # # ##### ##### # #
2162026-08-13T23:38:43.943Z # # # # # # # # # #
2172026-08-13T23:38:43.943Z # # # # # # # #
2182026-08-13T23:38:43.943Z # # # ##### ##### #
2192026-08-13T23:38:43.943Z # # # # # # #
2202026-08-13T23:38:43.943Z #### ###### # # # #
2212026-08-13T23:38:43.943Z
2222026-08-13T23:38:43.943Z+ for feat in tofino_stub tofino_asic softnpu chaos
2232026-08-13T23:38:43.943Z+ cargo clippy --features tofino_stub -- --deny warnings
2242026-08-13T23:38:44.087Z Updating git repository `https://github.com/oxidecomputer/omicron`
2252026-08-13T23:38:53.870Z Updating crates.io index
2262026-08-13T23:38:53.903Z Updating git repository `https://github.com/illumos/smf-rs`
2272026-08-13T23:38:54.202Z Updating git repository `https://github.com/oxidecomputer/propolis`
2282026-08-13T23:38:55.196Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2292026-08-13T23:38:55.604Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-08-13T23:38:55.917Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2312026-08-13T23:38:56.798Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2322026-08-13T23:38:57.227Z Updating git repository `https://github.com/oxidecomputer/ispf`
2332026-08-13T23:38:57.504Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2342026-08-13T23:38:57.933Z Updating git repository `https://github.com/oxidecomputer/lldp`
2352026-08-13T23:38:58.411Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2362026-08-13T23:38:58.712Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2372026-08-13T23:38:59.039Z Updating git repository `https://github.com/oxidecomputer/p4`
2382026-08-13T23:38:59.592Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2392026-08-13T23:38:59.997Z Updating git repository `https://github.com/oxidecomputer/lldp`
2402026-08-13T23:39:00.356Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2412026-08-13T23:39:01.139Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2422026-08-13T23:39:01.501Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2432026-08-13T23:39:01.872Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-08-13T23:39:02.617Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2452026-08-13T23:39:02.938Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2462026-08-13T23:39:03.248Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2472026-08-13T23:39:04.709Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2482026-08-13T23:39:05.179Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-08-13T23:39:05.816Z Updating git repository `https://github.com/oxidecomputer/crucible`
2502026-08-13T23:39:07.510Z Updating git repository `https://github.com/oxidecomputer/opte`
2512026-08-13T23:39:08.677Z Updating git repository `https://github.com/oxidecomputer/tofino`
2522026-08-13T23:39:08.984Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-08-13T23:39:09.558Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-08-13T23:39:11.169Z Downloading crates ...
2552026-08-13T23:39:11.243Z Downloaded anstyle-query v1.1.4
2562026-08-13T23:39:11.251Z Downloaded adler2 v2.0.1
2572026-08-13T23:39:11.253Z Downloaded aead v0.5.2
2582026-08-13T23:39:11.256Z Downloaded crypto-common v0.2.2
2592026-08-13T23:39:11.259Z Downloaded defmt v0.3.100
2602026-08-13T23:39:11.262Z Downloaded async-stream v0.3.6
2612026-08-13T23:39:11.265Z Downloaded deranged v0.5.3
2622026-08-13T23:39:11.268Z Downloaded foreign-types-shared v0.1.1
2632026-08-13T23:39:11.271Z Downloaded fastrand v2.3.0
2642026-08-13T23:39:11.273Z Downloaded gethostname v0.5.0
2652026-08-13T23:39:11.273Z Downloaded darling v0.21.3
2662026-08-13T23:39:11.277Z Downloaded arrayref v0.3.9
2672026-08-13T23:39:11.280Z Downloaded async-stream-impl v0.3.6
2682026-08-13T23:39:11.282Z Downloaded base64ct v1.8.0
2692026-08-13T23:39:11.285Z Downloaded group v0.13.0
2702026-08-13T23:39:11.289Z Downloaded colorchoice v1.0.4
2712026-08-13T23:39:11.289Z Downloaded arrayvec v0.7.6
2722026-08-13T23:39:11.291Z Downloaded bit-set v0.8.0
2732026-08-13T23:39:11.294Z Downloaded http-body-util v0.1.3
2742026-08-13T23:39:11.294Z Downloaded dof v0.4.0
2752026-08-13T23:39:11.297Z Downloaded futures-channel v0.3.32
2762026-08-13T23:39:11.300Z Downloaded form_urlencoded v1.2.2
2772026-08-13T23:39:11.302Z Downloaded elliptic-curve v0.13.8
2782026-08-13T23:39:11.310Z Downloaded cstr-argument v0.1.2
2792026-08-13T23:39:11.310Z Downloaded heapless v0.8.0
2802026-08-13T23:39:11.310Z Downloaded cexpr v0.6.0
2812026-08-13T23:39:11.314Z Downloaded bitflags v1.3.2
2822026-08-13T23:39:11.314Z Downloaded getrandom v0.3.3
2832026-08-13T23:39:11.317Z Downloaded fixedbitset v0.4.2
2842026-08-13T23:39:11.320Z Downloaded errno v0.3.14
2852026-08-13T23:39:11.322Z Downloaded heck v0.5.0
2862026-08-13T23:39:11.325Z Downloaded constant_time_eq v0.3.1
2872026-08-13T23:39:11.325Z Downloaded cobs v0.3.0
2882026-08-13T23:39:11.329Z Downloaded http v1.4.2
2892026-08-13T23:39:11.331Z Downloaded block-buffer v0.12.0
2902026-08-13T23:39:11.334Z Downloaded foreign-types v0.5.0
2912026-08-13T23:39:11.334Z Downloaded hex v0.4.3
2922026-08-13T23:39:11.337Z Downloaded foreign-types-macros v0.2.3
2932026-08-13T23:39:11.340Z Downloaded foreign-types-shared v0.3.1
2942026-08-13T23:39:11.340Z Downloaded float-ord v0.3.2
2952026-08-13T23:39:11.343Z Downloaded hubpack v0.1.2
2962026-08-13T23:39:11.346Z Downloaded futures-macro v0.3.32
2972026-08-13T23:39:11.346Z Downloaded const_format_proc_macros v0.2.34
2982026-08-13T23:39:11.348Z Downloaded hostname v0.4.2
2992026-08-13T23:39:11.351Z Downloaded dropshot-api-manager-types v0.7.2
3002026-08-13T23:39:11.351Z Downloaded futures-task v0.3.32
3012026-08-13T23:39:11.354Z Downloaded crc8 v0.1.1
3022026-08-13T23:39:11.357Z Downloaded curve25519-dalek-derive v0.1.1
3032026-08-13T23:39:11.357Z Downloaded embedded-io v0.4.0
3042026-08-13T23:39:11.359Z Downloaded git-stub v1.0.0
3052026-08-13T23:39:11.362Z Downloaded darling_macro v0.21.3
3062026-08-13T23:39:11.362Z Downloaded fnv v1.0.7
3072026-08-13T23:39:11.364Z Downloaded futures-core v0.3.32
3082026-08-13T23:39:11.367Z Downloaded fs_extra v1.3.0
3092026-08-13T23:39:11.367Z Downloaded filetime v0.2.26
3102026-08-13T23:39:11.370Z Downloaded ciborium-ll v0.2.2
3112026-08-13T23:39:11.374Z Downloaded httpdate v1.0.3
3122026-08-13T23:39:11.376Z Downloaded cfg-if v1.0.4
3132026-08-13T23:39:11.376Z Downloaded clap_lex v1.1.0
3142026-08-13T23:39:11.376Z Downloaded equivalent v1.0.2
3152026-08-13T23:39:11.379Z Downloaded digest v0.10.7
3162026-08-13T23:39:11.382Z Downloaded crucible-workspace-hack v0.1.0
3172026-08-13T23:39:11.382Z Downloaded hostname v0.3.1
3182026-08-13T23:39:11.385Z Downloaded defmt-parser v1.0.0
3192026-08-13T23:39:11.388Z Downloaded cargo-platform v0.1.9
3202026-08-13T23:39:11.388Z Downloaded hubpack_derive v0.1.1
3212026-08-13T23:39:11.390Z Downloaded hash32 v0.3.1
3222026-08-13T23:39:11.390Z Downloaded futures-sink v0.3.32
3232026-08-13T23:39:11.393Z Downloaded base16ct v0.2.0
3242026-08-13T23:39:11.396Z Downloaded atomicwrites v0.4.4
3252026-08-13T23:39:11.396Z Downloaded debug-ignore v1.0.5
3262026-08-13T23:39:11.398Z Downloaded instant v0.1.13
3272026-08-13T23:39:11.401Z Downloaded itoa v1.0.15
3282026-08-13T23:39:11.401Z Downloaded cpufeatures v0.2.17
3292026-08-13T23:39:11.404Z Downloaded is-terminal v0.4.16
3302026-08-13T23:39:11.406Z Downloaded internet-checksum v0.2.1
3312026-08-13T23:39:11.406Z Downloaded camino-tempfile v1.4.1
3322026-08-13T23:39:11.409Z Downloaded defmt v1.0.1
3332026-08-13T23:39:11.412Z Downloaded ident_case v1.0.1
3342026-08-13T23:39:11.415Z Downloaded indent_write v2.2.0
3352026-08-13T23:39:11.415Z Downloaded humantime v2.3.0
3362026-08-13T23:39:11.418Z Downloaded glob v0.3.3
3372026-08-13T23:39:11.418Z Downloaded digest v0.11.3
3382026-08-13T23:39:11.420Z Downloaded foldhash v0.2.0
3392026-08-13T23:39:11.424Z Downloaded anstream v1.0.0
3402026-08-13T23:39:11.426Z Downloaded defmt-macros v1.0.1
3412026-08-13T23:39:11.429Z Downloaded lazy_static v1.5.0
3422026-08-13T23:39:11.429Z Downloaded kstat-rs v0.2.4
3432026-08-13T23:39:11.432Z Downloaded keccak v0.1.6
3442026-08-13T23:39:11.432Z Downloaded macaddr v1.0.1
3452026-08-13T23:39:11.436Z Downloaded is_ci v1.2.0
3462026-08-13T23:39:11.438Z Downloaded crypto-common v0.1.6
3472026-08-13T23:39:11.438Z Downloaded memoffset v0.9.1
3482026-08-13T23:39:11.438Z Downloaded csv-core v0.1.12
3492026-08-13T23:39:11.441Z Downloaded newline-converter v0.3.0
3502026-08-13T23:39:11.444Z Downloaded highway v1.3.0
3512026-08-13T23:39:11.444Z Downloaded memmap v0.7.0
3522026-08-13T23:39:11.447Z Downloaded futures-executor v0.3.32
3532026-08-13T23:39:11.450Z Downloaded ff v0.13.1
3542026-08-13T23:39:11.450Z Downloaded displaydoc v0.2.5
3552026-08-13T23:39:11.452Z Downloaded libscf-sys v1.2.0
3562026-08-13T23:39:11.455Z Downloaded linked-hash-map v0.5.6
3572026-08-13T23:39:11.455Z Downloaded async-compression v0.4.33
3582026-08-13T23:39:11.459Z Downloaded chacha20 v0.9.1
3592026-08-13T23:39:11.461Z Downloaded ipnetwork v0.21.1
3602026-08-13T23:39:11.464Z Downloaded hyper-tls v0.6.0
3612026-08-13T23:39:11.467Z Downloaded newtype_derive v0.1.6
3622026-08-13T23:39:11.467Z Downloaded find-msvc-tools v0.1.9
3632026-08-13T23:39:11.470Z Downloaded num-derive v0.4.2
3642026-08-13T23:39:11.473Z Downloaded managed v0.8.0
3652026-08-13T23:39:11.473Z Downloaded mime v0.3.17
3662026-08-13T23:39:11.476Z Downloaded jobserver v0.1.34
3672026-08-13T23:39:11.476Z Downloaded num-conv v0.2.1
3682026-08-13T23:39:11.479Z Downloaded daft-derive v0.1.5
3692026-08-13T23:39:11.481Z Downloaded getrandom v0.2.16
3702026-08-13T23:39:11.484Z Downloaded hmac v0.12.1
3712026-08-13T23:39:11.487Z Downloaded globset v0.4.16
3722026-08-13T23:39:11.487Z Downloaded crossbeam-epoch v0.9.18
3732026-08-13T23:39:11.489Z Downloaded omicron-workspace-hack v0.1.0
3742026-08-13T23:39:11.492Z Downloaded num_enum_derive v0.5.11
3752026-08-13T23:39:11.492Z Downloaded num-iter v0.1.45
3762026-08-13T23:39:11.495Z Downloaded libsw-core v0.3.2
3772026-08-13T23:39:11.495Z Downloaded lock_api v0.4.14
3782026-08-13T23:39:11.498Z Downloaded openssl-probe v0.1.6
3792026-08-13T23:39:11.498Z Downloaded olpc-cjson v0.1.4
3802026-08-13T23:39:11.500Z Downloaded ipnet v2.11.0
3812026-08-13T23:39:11.500Z Downloaded openssl-macros v0.1.1
3822026-08-13T23:39:11.503Z Downloaded ingot-types v0.1.2
3832026-08-13T23:39:11.506Z Downloaded is_terminal_polyfill v1.70.1
3842026-08-13T23:39:11.506Z Downloaded ingot v0.1.1
3852026-08-13T23:39:11.509Z Downloaded linear-map v1.2.0
3862026-08-13T23:39:11.509Z Downloaded num_threads v0.1.7
3872026-08-13T23:39:11.511Z Downloaded cc v1.2.64
3882026-08-13T23:39:11.514Z Downloaded libsw v3.5.0
3892026-08-13T23:39:11.514Z Downloaded newtype-uuid-macros v0.1.0
3902026-08-13T23:39:11.517Z Downloaded foldhash v0.1.5
3912026-08-13T23:39:11.520Z Downloaded crc32fast v1.5.0
3922026-08-13T23:39:11.520Z Downloaded colored v3.1.1
3932026-08-13T23:39:11.523Z Downloaded crossbeam-deque v0.8.6
3942026-08-13T23:39:11.525Z Downloaded console v0.15.11
3952026-08-13T23:39:11.525Z Downloaded opaque-debug v0.3.1
3962026-08-13T23:39:11.529Z Downloaded libloading v0.8.9
3972026-08-13T23:39:11.532Z Downloaded clap_derive v4.6.1
3982026-08-13T23:39:11.532Z Downloaded clang-sys v1.8.1
3992026-08-13T23:39:11.534Z Downloaded ciborium v0.2.2
4002026-08-13T23:39:11.537Z Downloaded camino v1.2.3
4012026-08-13T23:39:11.537Z Downloaded phf_shared v0.12.1
4022026-08-13T23:39:11.540Z Downloaded num v0.4.3
4032026-08-13T23:39:11.540Z Downloaded cancel-safe-futures v0.1.5
4042026-08-13T23:39:11.543Z Downloaded anstyle-parse v1.0.0
4052026-08-13T23:39:11.546Z Downloaded powerfmt v0.2.0
4062026-08-13T23:39:11.548Z Downloaded potential_utf v0.1.3
4072026-08-13T23:39:11.548Z Downloaded hyper-rustls v0.27.7
4082026-08-13T23:39:11.551Z Downloaded num-integer v0.1.46
4092026-08-13T23:39:11.551Z Downloaded getrandom v0.4.2
4102026-08-13T23:39:11.555Z Downloaded fixedbitset v0.5.7
4112026-08-13T23:39:11.558Z Downloaded dropshot_endpoint v0.17.1
4122026-08-13T23:39:11.561Z Downloaded plain v0.2.3
4132026-08-13T23:39:11.561Z Downloaded proc-macro-error-attr2 v2.0.0
4142026-08-13T23:39:11.564Z Downloaded proc-macro-error-attr v1.0.4
4152026-08-13T23:39:11.564Z Downloaded pretty-hex v0.4.1
4162026-08-13T23:39:11.566Z Downloaded derive-where v1.6.0
4172026-08-13T23:39:11.569Z Downloaded num_enum_derive v0.7.5
4182026-08-13T23:39:11.569Z Downloaded parse-display v0.10.0
4192026-08-13T23:39:11.572Z Downloaded native-tls v0.2.14
4202026-08-13T23:39:11.574Z Downloaded percent-encoding v2.3.2
4212026-08-13T23:39:11.574Z Downloaded cookie v0.18.1
4222026-08-13T23:39:11.577Z Downloaded progenitor-macro v0.14.0
4232026-08-13T23:39:11.577Z Downloaded pem v3.0.5
4242026-08-13T23:39:11.580Z Downloaded progenitor-macro v0.10.0
4252026-08-13T23:39:11.580Z Downloaded quick-error v1.2.3
4262026-08-13T23:39:11.583Z Downloaded progenitor-macro v0.11.1
4272026-08-13T23:39:11.583Z Downloaded proc-macro-crate v1.3.1
4282026-08-13T23:39:11.586Z Downloaded num_enum v0.7.5
4292026-08-13T23:39:11.589Z Downloaded ref-cast-impl v1.0.25
4302026-08-13T23:39:11.589Z Downloaded drift v0.2.0
4312026-08-13T23:39:11.594Z Downloaded progenitor-client v0.11.1
4322026-08-13T23:39:11.597Z Downloaded rand_chacha v0.3.1
4332026-08-13T23:39:11.597Z Downloaded derive_more v0.99.20
4342026-08-13T23:39:11.600Z Downloaded blake2 v0.10.6
4352026-08-13T23:39:11.603Z Downloaded icu_provider v2.0.0
4362026-08-13T23:39:11.606Z Downloaded iana-time-zone v0.1.64
4372026-08-13T23:39:11.608Z Downloaded indexmap v1.9.3
4382026-08-13T23:39:11.611Z Downloaded pest_generator v2.8.2
4392026-08-13T23:39:11.611Z Downloaded crossbeam-utils v0.8.21
4402026-08-13T23:39:11.614Z Downloaded ref-cast v1.0.25
4412026-08-13T23:39:11.616Z Downloaded pin-project-internal v1.1.10
4422026-08-13T23:39:11.619Z Downloaded phf v0.12.1
4432026-08-13T23:39:11.619Z Downloaded httparse v1.10.1
4442026-08-13T23:39:11.622Z Downloaded poly1305 v0.8.0
4452026-08-13T23:39:11.624Z Downloaded password-hash v0.5.0
4462026-08-13T23:39:11.624Z Downloaded chacha20poly1305 v0.10.1
4472026-08-13T23:39:11.627Z Downloaded oxnet v0.1.6
4482026-08-13T23:39:11.630Z Downloaded rustc-hash v2.1.1
4492026-08-13T23:39:11.630Z Downloaded memmap2 v0.9.8
4502026-08-13T23:39:11.633Z Downloaded oxide-tokio-rt v0.1.2
4512026-08-13T23:39:11.633Z Downloaded owo-colors v4.3.0
4522026-08-13T23:39:11.635Z Downloaded proc-macro-error2 v2.0.1
4532026-08-13T23:39:11.638Z Downloaded const-oid v0.10.2
4542026-08-13T23:39:11.638Z Downloaded rustc_version v0.4.1
4552026-08-13T23:39:11.641Z Downloaded pkg-config v0.3.32
4562026-08-13T23:39:11.644Z Downloaded once_cell v1.21.3
4572026-08-13T23:39:11.644Z Downloaded parking_lot_core v0.9.12
4582026-08-13T23:39:11.647Z Downloaded parking_lot v0.12.5
4592026-08-13T23:39:11.650Z Downloaded rand_xorshift v0.4.0
4602026-08-13T23:39:11.650Z Downloaded num-complex v0.4.6
4612026-08-13T23:39:11.650Z Downloaded rand_core v0.6.4
4622026-08-13T23:39:11.653Z Downloaded darling_core v0.21.3
4632026-08-13T23:39:11.655Z Downloaded scopeguard v1.2.0
4642026-08-13T23:39:11.660Z Downloaded clap v4.6.1
4652026-08-13T23:39:11.662Z Downloaded resolv-conf v0.7.5
4662026-08-13T23:39:11.665Z Downloaded num-rational v0.4.2
4672026-08-13T23:39:11.665Z Downloaded base64 v0.22.1
4682026-08-13T23:39:11.668Z Downloaded proc-macro-error v1.0.4
4692026-08-13T23:39:11.672Z Downloaded progenitor-client v0.10.0
4702026-08-13T23:39:11.672Z Downloaded progenitor v0.14.0
4712026-08-13T23:39:11.674Z Downloaded progenitor v0.11.1
4722026-08-13T23:39:11.674Z Downloaded progenitor v0.10.0
4732026-08-13T23:39:11.677Z Downloaded icu_normalizer_data v2.0.0
4742026-08-13T23:39:11.677Z Downloaded same-file v1.0.6
4752026-08-13T23:39:11.680Z Downloaded secrecy v0.10.3
4762026-08-13T23:39:11.680Z Downloaded scroll_derive v0.12.1
4772026-08-13T23:39:11.683Z Downloaded search_path v0.1.4
4782026-08-13T23:39:11.683Z Downloaded const_format v0.2.34
4792026-08-13T23:39:11.691Z Downloaded semver v0.1.20
4802026-08-13T23:39:11.691Z Downloaded postcard v1.1.3
4812026-08-13T23:39:11.691Z Downloaded scroll_derive v0.13.1
4822026-08-13T23:39:11.694Z Downloaded num-traits v0.2.19
4832026-08-13T23:39:11.694Z Downloaded omicron-zone-package v0.12.2
4842026-08-13T23:39:11.697Z Downloaded serde-big-array v0.5.1
4852026-08-13T23:39:11.697Z Downloaded serde_spanned v1.1.1
4862026-08-13T23:39:11.699Z Downloaded serde_plain v1.0.2
4872026-08-13T23:39:11.702Z Downloaded rand_chacha v0.9.0
4882026-08-13T23:39:11.702Z Downloaded serde_urlencoded v0.7.1
4892026-08-13T23:39:11.705Z Downloaded sha1 v0.11.0
4902026-08-13T23:39:11.708Z Downloaded aho-corasick v1.1.3
4912026-08-13T23:39:11.711Z Downloaded pest_derive v2.8.2
4922026-08-13T23:39:11.711Z Downloaded siphasher v1.0.1
4932026-08-13T23:39:11.714Z Downloaded icu_normalizer v2.0.0
4942026-08-13T23:39:11.716Z Downloaded icu_locale_core v2.0.0
4952026-08-13T23:39:11.719Z Downloaded sha1 v0.10.6
4962026-08-13T23:39:11.722Z Downloaded serde_spanned v0.6.9
4972026-08-13T23:39:11.722Z Downloaded sigpipe v0.1.3
4982026-08-13T23:39:11.725Z Downloaded schemars_derive v0.8.22
4992026-08-13T23:39:11.725Z Downloaded pin-project-lite v0.2.16
5002026-08-13T23:39:11.734Z Downloaded scroll v0.13.0
5012026-08-13T23:39:11.738Z Downloaded rustls-pemfile v2.2.0
5022026-08-13T23:39:11.741Z Downloaded scroll v0.12.0
5032026-08-13T23:39:11.741Z Downloaded ppv-lite86 v0.2.21
5042026-08-13T23:39:11.741Z Downloaded slog-bunyan v2.5.0
5052026-08-13T23:39:11.744Z Downloaded hickory-resolver v0.25.2
5062026-08-13T23:39:11.746Z Downloaded miniz_oxide v0.8.9
5072026-08-13T23:39:11.749Z Downloaded pin-project v1.1.10
5082026-08-13T23:39:11.753Z Downloaded structmeta-derive v0.3.0
5092026-08-13T23:39:11.756Z Downloaded strum v0.27.2
5102026-08-13T23:39:11.756Z Downloaded supports-color v3.0.2
5112026-08-13T23:39:11.758Z Downloaded strum v0.26.3
5122026-08-13T23:39:11.758Z Downloaded structmeta v0.3.0
5132026-08-13T23:39:11.761Z Downloaded quinn-udp v0.5.14
5142026-08-13T23:39:11.761Z Downloaded stable_deref_trait v1.2.0
5152026-08-13T23:39:11.764Z Downloaded quote v1.0.45
5162026-08-13T23:39:11.764Z Downloaded strum v0.28.0
5172026-08-13T23:39:11.767Z Downloaded strsim v0.11.1
5182026-08-13T23:39:11.767Z Downloaded serde_path_to_error v0.1.20
5192026-08-13T23:39:11.770Z Downloaded sync_wrapper v1.0.2
5202026-08-13T23:39:11.770Z Downloaded serde_repr v0.1.20
5212026-08-13T23:39:11.774Z Downloaded swrite v0.1.0
5222026-08-13T23:39:11.774Z Downloaded sha2 v0.10.9
5232026-08-13T23:39:11.777Z Downloaded serde_tokenstream v0.2.3
5242026-08-13T23:39:11.777Z Downloaded proc-macro2 v1.0.106
5252026-08-13T23:39:11.779Z Downloaded termtree v0.5.1
5262026-08-13T23:39:11.780Z Downloaded tabled_derive v0.7.0
5272026-08-13T23:39:11.782Z Downloaded subtle v2.6.1
5282026-08-13T23:39:11.782Z Downloaded serde_derive_internals v0.29.1
5292026-08-13T23:39:11.782Z Downloaded terminal_size v0.4.3
5302026-08-13T23:39:11.785Z Downloaded git2 v0.19.0
5312026-08-13T23:39:11.788Z Downloaded take_mut v0.2.2
5322026-08-13T23:39:11.791Z Downloaded tagptr v0.2.0
5332026-08-13T23:39:11.791Z Downloaded shlex v1.3.0
5342026-08-13T23:39:11.795Z Downloaded icu_collections v2.0.0
5352026-08-13T23:39:11.798Z Downloaded thiserror-impl-no-std v2.0.2
5362026-08-13T23:39:11.798Z Downloaded snafu-derive v0.8.9
5372026-08-13T23:39:11.798Z Downloaded smawk v0.3.2
5382026-08-13T23:39:11.801Z Downloaded slog-async v2.8.0
5392026-08-13T23:39:11.801Z Downloaded rusty-fork v0.3.0
5402026-08-13T23:39:11.801Z Downloaded progenitor-impl v0.11.1
5412026-08-13T23:39:11.804Z Downloaded tinyvec_macros v0.1.1
5422026-08-13T23:39:11.804Z Downloaded hickory-resolver v0.24.4
5432026-08-13T23:39:11.807Z Downloaded time-core v0.1.8
5442026-08-13T23:39:11.809Z Downloaded hashbrown v0.12.3
5452026-08-13T23:39:11.812Z Downloaded shlex v2.0.1
5462026-08-13T23:39:11.812Z Downloaded testing_table v0.3.0
5472026-08-13T23:39:11.815Z Downloaded tabwriter v1.4.1
5482026-08-13T23:39:11.815Z Downloaded hyper-util v0.1.20
5492026-08-13T23:39:11.817Z Downloaded thread-id v4.2.2
5502026-08-13T23:39:11.820Z Downloaded progenitor-impl v0.10.0
5512026-08-13T23:39:11.820Z Downloaded crypto-bigint v0.5.5
5522026-08-13T23:39:11.823Z Downloaded strum_macros v0.28.0
5532026-08-13T23:39:11.826Z Downloaded semver v1.0.28
5542026-08-13T23:39:11.829Z Downloaded jiff-static v0.2.15
5552026-08-13T23:39:11.829Z Downloaded expectorate v1.2.0
5562026-08-13T23:39:11.832Z Downloaded signal-hook-tokio v0.4.0
5572026-08-13T23:39:11.832Z Downloaded rustversion v1.0.22
5582026-08-13T23:39:11.835Z Downloaded thread-id v5.0.0
5592026-08-13T23:39:11.835Z Downloaded slab v0.4.11
5602026-08-13T23:39:11.837Z Downloaded papergrid v0.11.0
5612026-08-13T23:39:11.840Z Downloaded flate2 v1.1.2
5622026-08-13T23:39:11.843Z Downloaded half v2.7.1
5632026-08-13T23:39:11.846Z Downloaded signal-hook v0.4.4
5642026-08-13T23:39:11.846Z Downloaded smf v0.2.3
5652026-08-13T23:39:11.848Z Downloaded slog-dtrace v0.3.0
5662026-08-13T23:39:11.848Z Downloaded rand_core v0.9.3
5672026-08-13T23:39:11.848Z Downloaded pest_meta v2.8.2
5682026-08-13T23:39:11.851Z Downloaded futures v0.3.32
5692026-08-13T23:39:11.854Z Downloaded tower-layer v0.3.3
5702026-08-13T23:39:11.854Z Downloaded tokio-macros v2.7.0
5712026-08-13T23:39:11.857Z Downloaded static_assertions v1.1.0
5722026-08-13T23:39:11.857Z Downloaded memchr v2.7.5
5732026-08-13T23:39:11.860Z Downloaded smallvec v1.15.1
5742026-08-13T23:39:11.862Z Downloaded strum_macros v0.26.4
5752026-08-13T23:39:11.862Z Downloaded thiserror-impl v1.0.69
5762026-08-13T23:39:11.866Z Downloaded slog-term v2.9.2
5772026-08-13T23:39:11.866Z Downloaded tinystr v0.8.1
5782026-08-13T23:39:11.869Z Downloaded try-lock v0.2.5
5792026-08-13T23:39:11.869Z Downloaded openssl-sys v0.9.117
5802026-08-13T23:39:11.872Z Downloaded spin v0.9.8
5812026-08-13T23:39:11.874Z Downloaded mio v1.2.1
5822026-08-13T23:39:11.877Z Downloaded progenitor-impl v0.14.0
5832026-08-13T23:39:11.880Z Downloaded tower-service v0.3.3
5842026-08-13T23:39:11.880Z Downloaded topological-sort v0.2.2
5852026-08-13T23:39:11.880Z Downloaded toml_write v0.1.2
5862026-08-13T23:39:11.883Z Downloaded toml_datetime v0.6.11
5872026-08-13T23:39:11.883Z Downloaded minimal-lexical v0.2.1
5882026-08-13T23:39:11.886Z Downloaded strum_macros v0.27.2
5892026-08-13T23:39:11.886Z Downloaded curl v0.4.50
5902026-08-13T23:39:11.888Z Downloaded thiserror-no-std v2.0.2
5912026-08-13T23:39:11.892Z Downloaded unarray v0.1.4
5922026-08-13T23:39:11.894Z Downloaded typify-macro v0.6.2
5932026-08-13T23:39:11.894Z Downloaded untrusted v0.7.1
5942026-08-13T23:39:11.894Z Downloaded serde_derive v1.0.228
5952026-08-13T23:39:11.898Z Downloaded typify-macro v0.4.3
5962026-08-13T23:39:11.898Z Downloaded thiserror-impl v2.0.18
5972026-08-13T23:39:11.900Z Downloaded schemars v0.8.22
5982026-08-13T23:39:11.904Z Downloaded tokio-rustls v0.25.0
5992026-08-13T23:39:11.906Z Downloaded thiserror v2.0.18
6002026-08-13T23:39:11.909Z Downloaded tokio-native-tls v0.3.1
6012026-08-13T23:39:11.912Z Downloaded usdt-attr-macro v0.5.0
6022026-08-13T23:39:11.912Z Downloaded universal-hash v0.5.1
6032026-08-13T23:39:11.912Z Downloaded thread_local v1.1.9
6042026-08-13T23:39:11.914Z Downloaded prettyplease v0.2.37
6052026-08-13T23:39:11.915Z Downloaded thiserror v1.0.69
6062026-08-13T23:39:11.917Z Downloaded term v1.2.0
6072026-08-13T23:39:11.920Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6082026-08-13T23:39:11.923Z Downloaded unicode-xid v0.2.6
6092026-08-13T23:39:11.923Z Downloaded toml_writer v1.1.1+spec-1.1.0
6102026-08-13T23:39:11.923Z Downloaded usdt v0.6.0
6112026-08-13T23:39:11.926Z Downloaded usdt-attr-macro v0.6.0
6122026-08-13T23:39:11.926Z Downloaded usdt v0.5.0
6132026-08-13T23:39:11.926Z Downloaded time-macros v0.2.27
6142026-08-13T23:39:11.928Z Downloaded slog-json v2.6.1
6152026-08-13T23:39:11.928Z Downloaded unicode-linebreak v0.1.5
6162026-08-13T23:39:11.928Z Downloaded utf8_iter v1.0.4
6172026-08-13T23:39:11.931Z Downloaded rustls-pki-types v1.12.0
6182026-08-13T23:39:11.934Z Downloaded ryu v1.0.20
6192026-08-13T23:39:11.934Z Downloaded tokio-dtrace v0.1.1
6202026-08-13T23:39:11.936Z Downloaded signal-hook-registry v1.4.6
6212026-08-13T23:39:11.936Z Downloaded serde_core v1.0.228
6222026-08-13T23:39:11.939Z Downloaded usdt-macro v0.6.0
6232026-08-13T23:39:11.939Z Downloaded usdt-macro v0.5.0
6242026-08-13T23:39:11.939Z Downloaded crossbeam-channel v0.5.15
6252026-08-13T23:39:11.942Z Downloaded newtype-uuid v1.3.2
6262026-08-13T23:39:11.945Z Downloaded log v0.4.29
6272026-08-13T23:39:11.945Z Downloaded rustc_version v0.1.7
6282026-08-13T23:39:11.945Z Downloaded allocator-api2 v0.2.21
6292026-08-13T23:39:11.948Z Downloaded icu_properties v2.0.1
6302026-08-13T23:39:11.948Z Downloaded papergrid v0.18.0
6312026-08-13T23:39:11.951Z Downloaded progenitor-client v0.14.0
6322026-08-13T23:39:11.953Z Downloaded utf8parse v0.2.2
6332026-08-13T23:39:11.953Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6342026-08-13T23:39:11.953Z Downloaded nom v7.1.3
6352026-08-13T23:39:11.956Z Downloaded version_check v0.9.5
6362026-08-13T23:39:11.959Z Downloaded scuffle v0.1.0
6372026-08-13T23:39:11.961Z Downloaded want v0.3.1
6382026-08-13T23:39:11.961Z Downloaded synstructure v0.13.2
6392026-08-13T23:39:11.962Z Downloaded serde_with_macros v3.14.1
6402026-08-13T23:39:11.964Z Downloaded num_enum v0.5.11
6412026-08-13T23:39:11.967Z Downloaded ingot-macros v0.1.1
6422026-08-13T23:39:11.967Z Downloaded parse-display-derive v0.10.0
6432026-08-13T23:39:11.967Z Downloaded bytes v1.12.0
6442026-08-13T23:39:11.970Z Downloaded paste v1.0.15
6452026-08-13T23:39:11.973Z Downloaded xattr v1.6.1
6462026-08-13T23:39:11.973Z Downloaded multer v3.1.0
6472026-08-13T23:39:11.975Z Downloaded litemap v0.8.0
6482026-08-13T23:39:11.975Z Downloaded dropshot_endpoint v0.16.7
6492026-08-13T23:39:11.978Z Downloaded hashbrown v0.15.5
6502026-08-13T23:39:11.981Z Downloaded hybrid-array v0.4.12
6512026-08-13T23:39:11.983Z Downloaded serde_yaml v0.9.34+deprecated
6522026-08-13T23:39:11.983Z Downloaded bytecount v0.6.9
6532026-08-13T23:39:11.986Z Downloaded untrusted v0.9.0
6542026-08-13T23:39:11.986Z Downloaded derive-ex v0.1.8
6552026-08-13T23:39:11.989Z Downloaded daft v0.1.5
6562026-08-13T23:39:11.989Z Downloaded yoke-derive v0.8.0
6572026-08-13T23:39:11.989Z Downloaded zerofrom v0.1.6
6582026-08-13T23:39:11.989Z Downloaded backoff v0.4.0
6592026-08-13T23:39:11.992Z Downloaded match_cfg v0.1.0
6602026-08-13T23:39:11.992Z Downloaded lru-slab v0.1.2
6612026-08-13T23:39:11.992Z Downloaded zeroize_derive v1.4.3
6622026-08-13T23:39:11.995Z Downloaded lru-cache v0.1.2
6632026-08-13T23:39:11.995Z Downloaded anstyle v1.0.14
6642026-08-13T23:39:11.995Z Downloaded cargo_metadata v0.18.1
6652026-08-13T23:39:11.998Z Downloaded compression-codecs v0.4.32
6662026-08-13T23:39:11.998Z Downloaded tokio-stream v0.1.17
6672026-08-13T23:39:12.002Z Downloaded toml v0.8.23
6682026-08-13T23:39:12.002Z Downloaded zerofrom-derive v0.1.6
6692026-08-13T23:39:12.002Z Downloaded similar v2.7.0
6702026-08-13T23:39:12.004Z Downloaded zone v0.3.1
6712026-08-13T23:39:12.007Z Downloaded zone_cfg_derive v0.3.1
6722026-08-13T23:39:12.007Z Downloaded usdt-impl v0.5.0
6732026-08-13T23:39:12.007Z Downloaded tempfile v3.27.0
6742026-08-13T23:39:12.010Z Downloaded slog v2.8.2
6752026-08-13T23:39:12.010Z Downloaded socket2 v0.5.10
6762026-08-13T23:39:12.013Z Downloaded indexmap v2.14.0
6772026-08-13T23:39:12.015Z Downloaded quinn v0.11.9
6782026-08-13T23:39:12.015Z Downloaded schemars v0.9.0
6792026-08-13T23:39:12.021Z Downloaded rand v0.8.5
6802026-08-13T23:39:12.025Z Downloaded rustls-webpki v0.103.6
6812026-08-13T23:39:12.028Z Downloaded byteorder v1.5.0
6822026-08-13T23:39:12.028Z Downloaded git-stub-vcs v0.1.0
6832026-08-13T23:39:12.028Z Downloaded schemars v1.2.0
6842026-08-13T23:39:12.035Z Downloaded itertools v0.12.1
6852026-08-13T23:39:12.039Z Downloaded writeable v0.6.1
6862026-08-13T23:39:12.041Z Downloaded waitgroup v0.1.2
6872026-08-13T23:39:12.041Z Downloaded vsss-rs v3.3.4
6882026-08-13T23:39:12.044Z Downloaded tracing-attributes v0.1.30
6892026-08-13T23:39:12.044Z Downloaded walkdir v2.5.0
6902026-08-13T23:39:12.047Z Downloaded toml_parser v1.1.2+spec-1.1.0
6912026-08-13T23:39:12.047Z Downloaded whoami v1.6.1
6922026-08-13T23:39:12.050Z Downloaded rayon-core v1.13.0
6932026-08-13T23:39:12.050Z Downloaded wait-timeout v0.2.1
6942026-08-13T23:39:12.052Z Downloaded fs-err v3.1.2
6952026-08-13T23:39:12.052Z Downloaded foreign-types v0.3.2
6962026-08-13T23:39:12.052Z Downloaded either v1.15.0
6972026-08-13T23:39:12.055Z Downloaded cmake v0.1.54
6982026-08-13T23:39:12.055Z Downloaded autocfg v1.5.0
6992026-08-13T23:39:12.055Z Downloaded zeroize v1.8.1
7002026-08-13T23:39:12.058Z Downloaded tokio-rustls v0.26.4
7012026-08-13T23:39:12.058Z Downloaded inout v0.1.4
7022026-08-13T23:39:12.058Z Downloaded cipher v0.4.4
7032026-08-13T23:39:12.061Z Downloaded toml v0.9.12+spec-1.1.0
7042026-08-13T23:39:12.063Z Downloaded textwrap v0.16.2
7052026-08-13T23:39:12.063Z Downloaded idna_adapter v1.2.1
7062026-08-13T23:39:12.063Z Downloaded bitflags v2.11.1
7072026-08-13T23:39:12.066Z Downloaded http-body v1.0.1
7082026-08-13T23:39:12.066Z Downloaded heck v0.4.1
7092026-08-13T23:39:12.069Z Downloaded dtrace-parser v0.3.0
7102026-08-13T23:39:12.069Z Downloaded enum-as-inner v0.6.1
7112026-08-13T23:39:12.069Z Downloaded dyn-clone v1.0.20
7122026-08-13T23:39:12.072Z Downloaded convert_case v0.4.0
7132026-08-13T23:39:12.072Z Downloaded erased-serde v0.3.31
7142026-08-13T23:39:12.072Z Downloaded tinyvec v1.10.0
7152026-08-13T23:39:12.077Z Downloaded block-buffer v0.10.4
7162026-08-13T23:39:12.077Z Downloaded generic-array v0.14.7
7172026-08-13T23:39:12.077Z Downloaded zmij v1.0.17
7182026-08-13T23:39:12.080Z Downloaded zerovec-derive v0.11.1
7192026-08-13T23:39:12.080Z Downloaded futures-io v0.3.32
7202026-08-13T23:39:12.080Z Downloaded tracing-core v0.1.34
7212026-08-13T23:39:12.080Z Downloaded embedded-io v0.6.1
7222026-08-13T23:39:12.080Z Downloaded hashbrown v0.17.1
7232026-08-13T23:39:12.083Z Downloaded socket2 v0.6.4
7242026-08-13T23:39:12.086Z Downloaded snafu v0.8.9
7252026-08-13T23:39:12.089Z Downloaded serde v1.0.228
7262026-08-13T23:39:12.092Z Downloaded typify v0.4.3
7272026-08-13T23:39:12.092Z Downloaded qorb v0.4.1
7282026-08-13T23:39:12.095Z Downloaded hashbrown v0.16.1
7292026-08-13T23:39:12.097Z Downloaded futures-util v0.3.32
7302026-08-13T23:39:12.103Z Downloaded toml v1.1.2+spec-1.1.0
7312026-08-13T23:39:12.106Z Downloaded zerocopy-derive v0.7.35
7322026-08-13T23:39:12.109Z Downloaded dropshot-api-manager v0.7.2
7332026-08-13T23:39:12.111Z Downloaded iddqd v0.3.18
7342026-08-13T23:39:12.114Z Downloaded unsafe-libyaml v0.2.11
7352026-08-13T23:39:12.117Z Downloaded toml v0.7.8
7362026-08-13T23:39:12.120Z Downloaded tar v0.4.45
7372026-08-13T23:39:12.120Z Downloaded cpufeatures v0.3.0
7382026-08-13T23:39:12.122Z Downloaded test-strategy v0.4.3
7392026-08-13T23:39:12.125Z Downloaded dof v0.3.0
7402026-08-13T23:39:12.125Z Downloaded cfg_aliases v0.2.1
7412026-08-13T23:39:12.125Z Downloaded yoke v0.8.0
7422026-08-13T23:39:12.128Z Downloaded idna v1.1.0
7432026-08-13T23:39:12.128Z Downloaded vergen v8.3.2
7442026-08-13T23:39:12.130Z Downloaded typify v0.6.2
7452026-08-13T23:39:12.131Z Downloaded atomic-waker v1.1.2
7462026-08-13T23:39:12.133Z Downloaded unicode-ident v1.0.24
7472026-08-13T23:39:12.133Z Downloaded ucd-trie v0.1.7
7482026-08-13T23:39:12.136Z Downloaded async-trait v0.1.89
7492026-08-13T23:39:12.136Z Downloaded compression-core v0.4.32
7502026-08-13T23:39:12.139Z Downloaded ciborium-io v0.2.2
7512026-08-13T23:39:12.139Z Downloaded async-recursion v1.1.1
7522026-08-13T23:39:12.139Z Downloaded anyhow v1.0.102
7532026-08-13T23:39:12.141Z Downloaded rand v0.9.3
7542026-08-13T23:39:12.144Z Downloaded usdt-impl v0.6.0
7552026-08-13T23:39:12.144Z Downloaded iri-string v0.7.8
7562026-08-13T23:39:12.147Z Downloaded goblin v0.8.2
7572026-08-13T23:39:12.150Z Downloaded dunce v1.0.5
7582026-08-13T23:39:12.153Z Downloaded dtrace-parser v0.2.0
7592026-08-13T23:39:12.153Z Downloaded bcs v0.1.6
7602026-08-13T23:39:12.153Z Downloaded data-encoding v2.9.0
7612026-08-13T23:39:12.156Z Downloaded critical-section v1.2.0
7622026-08-13T23:39:12.156Z Downloaded steno v0.4.1
7632026-08-13T23:39:12.159Z Downloaded toml_edit v0.19.15
7642026-08-13T23:39:12.165Z Downloaded toml_edit v0.22.27
7652026-08-13T23:39:12.168Z Downloaded bit-vec v0.8.0
7662026-08-13T23:39:12.171Z Downloaded argon2 v0.5.3
7672026-08-13T23:39:12.175Z Downloaded icu_properties_data v2.0.1
7682026-08-13T23:39:12.181Z Downloaded itertools v0.14.0
7692026-08-13T23:39:12.193Z Downloaded clap_builder v4.6.0
7702026-08-13T23:39:12.196Z Downloaded libm v0.2.15
7712026-08-13T23:39:12.202Z Downloaded h2 v0.4.14
7722026-08-13T23:39:12.205Z Downloaded pest v2.8.2
7732026-08-13T23:39:12.208Z Downloaded url v2.5.7
7742026-08-13T23:39:12.211Z Downloaded tracing v0.1.41
7752026-08-13T23:39:12.214Z Downloaded uuid v1.23.3
7762026-08-13T23:39:12.217Z Downloaded typenum v1.20.1
7772026-08-13T23:39:12.217Z Downloaded regex v1.12.4
7782026-08-13T23:39:12.221Z Downloaded hkdf v0.12.4
7792026-08-13T23:39:12.233Z Downloaded reqwest v0.13.2
7802026-08-13T23:39:12.236Z Downloaded itertools v0.15.0
7812026-08-13T23:39:12.240Z Downloaded zerotrie v0.2.2
7822026-08-13T23:39:12.248Z Downloaded hyper v1.10.1
7832026-08-13T23:39:12.252Z Downloaded tower v0.5.2
7842026-08-13T23:39:12.262Z Downloaded unicode-segmentation v1.12.0
7852026-08-13T23:39:12.265Z Downloaded zerocopy-derive v0.8.27
7862026-08-13T23:39:12.265Z Downloaded typed-path v0.9.3
7872026-08-13T23:39:12.268Z Downloaded blake3 v1.8.2
7882026-08-13T23:39:12.272Z Downloaded portable-atomic v1.11.1
7892026-08-13T23:39:12.293Z Downloaded iddqd v0.4.5
7902026-08-13T23:39:12.309Z Downloaded tower-http v0.6.8
7912026-08-13T23:39:12.313Z Downloaded tough v0.20.0
7922026-08-13T23:39:12.320Z Downloaded serde_json v1.0.150
7932026-08-13T23:39:12.333Z Downloaded goblin v0.10.1
7942026-08-13T23:39:12.333Z Downloaded rayon v1.11.0
7952026-08-13T23:39:12.336Z Downloaded reqwest v0.12.23
7962026-08-13T23:39:12.343Z Downloaded tokio-util v0.7.16
7972026-08-13T23:39:12.348Z Downloaded aws-lc-rs v1.16.2
7982026-08-13T23:39:12.351Z Downloaded unicode-normalization v0.1.24
7992026-08-13T23:39:12.372Z Downloaded bindgen v0.72.1
8002026-08-13T23:39:12.376Z Downloaded chrono v0.4.45
8012026-08-13T23:39:12.384Z Downloaded serde_with v3.14.1
8022026-08-13T23:39:12.394Z Downloaded rustls-webpki v0.102.8
8032026-08-13T23:39:12.404Z Downloaded zerocopy v0.7.35
8042026-08-13T23:39:12.412Z Downloaded zerovec v0.11.4
8052026-08-13T23:39:12.415Z Downloaded proptest v1.8.0
8062026-08-13T23:39:12.420Z Downloaded hickory-proto v0.25.2
8072026-08-13T23:39:12.429Z Downloaded winnow v1.0.3
8082026-08-13T23:39:12.433Z Downloaded winnow v0.5.40
8092026-08-13T23:39:12.444Z Downloaded moka v0.12.11
8102026-08-13T23:39:12.463Z Downloaded winnow v0.7.14
8112026-08-13T23:39:12.471Z Downloaded tabled v0.15.0
8122026-08-13T23:39:12.479Z Downloaded quinn-proto v0.11.14
8132026-08-13T23:39:12.483Z Downloaded time v0.3.47
8142026-08-13T23:39:12.489Z Downloaded vcpkg v0.2.15
8152026-08-13T23:39:12.511Z Downloaded tabled v0.21.0
8162026-08-13T23:39:12.520Z Downloaded openssl v0.10.81
8172026-08-13T23:39:12.525Z Downloaded dropshot v0.17.1
8182026-08-13T23:39:12.537Z Downloaded unicode-width v0.1.14
8192026-08-13T23:39:12.540Z Downloaded hickory-proto v0.24.4
8202026-08-13T23:39:12.548Z Downloaded syn v2.0.118
8212026-08-13T23:39:12.553Z Downloaded zerocopy v0.8.27
8222026-08-13T23:39:12.567Z Downloaded regress v0.10.5
8232026-08-13T23:39:12.569Z Downloaded regex-syntax v0.8.11
8242026-08-13T23:39:12.574Z Downloaded webpki-roots v1.0.2
8252026-08-13T23:39:12.577Z Downloaded nix v0.31.3
8262026-08-13T23:39:12.582Z Downloaded smoltcp v0.11.0
8272026-08-13T23:39:12.589Z Downloaded rustls v0.22.4
8282026-08-13T23:39:12.596Z Downloaded bstr v1.12.0
8292026-08-13T23:39:12.601Z Downloaded openapiv3 v2.2.0
8302026-08-13T23:39:12.607Z Downloaded regress v0.11.1
8312026-08-13T23:39:12.613Z Downloaded rustix v1.1.4
8322026-08-13T23:39:12.625Z Downloaded unicode-width v0.2.1
8332026-08-13T23:39:12.629Z Downloaded rustix v0.38.44
8342026-08-13T23:39:12.641Z Downloaded rustls v0.23.40
8352026-08-13T23:39:12.648Z Downloaded typify-impl v0.6.2
8362026-08-13T23:39:12.656Z Downloaded typify-impl v0.4.3
8372026-08-13T23:39:12.665Z Downloaded dropshot v0.16.7
8382026-08-13T23:39:12.677Z Downloaded nix v0.30.1
8392026-08-13T23:39:12.684Z Downloaded curve25519-dalek v4.1.3
8402026-08-13T23:39:12.688Z Downloaded syn v1.0.109
8412026-08-13T23:39:12.710Z Downloaded regex-automata v0.4.13
8422026-08-13T23:39:12.720Z Downloaded jiff v0.2.15
8432026-08-13T23:39:12.753Z Downloaded libc v0.2.186
8442026-08-13T23:39:12.787Z Downloaded tokio v1.52.3
8452026-08-13T23:39:12.826Z Downloaded petgraph v0.6.5
8462026-08-13T23:39:12.836Z Downloaded encoding_rs v0.8.35
8472026-08-13T23:39:12.863Z Downloaded chrono-tz v0.10.4
8482026-08-13T23:39:12.873Z Downloaded petgraph v0.8.2
8492026-08-13T23:39:12.886Z Downloaded libgit2-sys v0.17.0+1.8.1
8502026-08-13T23:39:12.917Z Downloaded libz-sys v1.1.22
8512026-08-13T23:39:12.928Z Downloaded csv v1.4.0
8522026-08-13T23:39:12.941Z Downloaded sha3 v0.10.8
8532026-08-13T23:39:13.071Z Downloaded ring v0.17.14
8542026-08-13T23:39:13.103Z Downloaded curl-sys v0.4.89+curl-8.20.0
8552026-08-13T23:39:13.656Z Downloaded aws-lc-sys v0.39.1
8562026-08-13T23:39:13.980Z Compiling proc-macro2 v1.0.106
8572026-08-13T23:39:13.980Z Compiling quote v1.0.45
8582026-08-13T23:39:13.983Z Compiling unicode-ident v1.0.24
8592026-08-13T23:39:13.983Z Compiling serde_core v1.0.228
8602026-08-13T23:39:13.983Z Compiling serde v1.0.228
8612026-08-13T23:39:13.983Z Compiling libc v0.2.186
8622026-08-13T23:39:13.983Z Checking cfg-if v1.0.4
8632026-08-13T23:39:14.267Z Compiling zmij v1.0.17
8642026-08-13T23:39:14.321Z Compiling autocfg v1.5.0
8652026-08-13T23:39:14.661Z Compiling memchr v2.7.5
8662026-08-13T23:39:14.664Z Compiling libm v0.2.15
8672026-08-13T23:39:15.008Z Compiling getrandom v0.4.2
8682026-08-13T23:39:15.085Z Compiling thiserror v2.0.18
8692026-08-13T23:39:15.106Z Checking smallvec v1.15.1
8702026-08-13T23:39:15.139Z Compiling version_check v0.9.5
8712026-08-13T23:39:15.230Z Checking itoa v1.0.15
8722026-08-13T23:39:15.309Z Compiling jobserver v0.1.34
8732026-08-13T23:39:15.356Z Compiling shlex v2.0.1
8742026-08-13T23:39:15.413Z Compiling find-msvc-tools v0.1.9
8752026-08-13T23:39:15.429Z Compiling syn v2.0.118
8762026-08-13T23:39:15.506Z Compiling icu_properties_data v2.0.1
8772026-08-13T23:39:15.536Z Compiling icu_normalizer_data v2.0.0
8782026-08-13T23:39:15.623Z Compiling cc v1.2.64
8792026-08-13T23:39:15.654Z Compiling parking_lot_core v0.9.12
8802026-08-13T23:39:15.747Z Checking stable_deref_trait v1.2.0
8812026-08-13T23:39:15.778Z Compiling serde_json v1.0.150
8822026-08-13T23:39:15.993Z Checking writeable v0.6.1
8832026-08-13T23:39:16.029Z Checking litemap v0.8.0
8842026-08-13T23:39:16.085Z Compiling heck v0.5.0
8852026-08-13T23:39:16.169Z Compiling num-traits v0.2.19
8862026-08-13T23:39:16.188Z Checking percent-encoding v2.3.2
8872026-08-13T23:39:16.403Z Checking form_urlencoded v1.2.2
8882026-08-13T23:39:16.532Z Checking utf8_iter v1.0.4
8892026-08-13T23:39:16.584Z Compiling zerocopy v0.8.27
8902026-08-13T23:39:16.642Z Checking pin-project-lite v0.2.16
8912026-08-13T23:39:16.657Z Checking iana-time-zone v0.1.64
8922026-08-13T23:39:16.672Z Compiling log v0.4.29
8932026-08-13T23:39:16.828Z Compiling rustversion v1.0.22
8942026-08-13T23:39:16.889Z Compiling equivalent v1.0.2
8952026-08-13T23:39:16.906Z Compiling semver v1.0.28
8962026-08-13T23:39:16.934Z Checking socket2 v0.6.4
8972026-08-13T23:39:16.982Z Checking uuid v1.23.3
8982026-08-13T23:39:17.117Z Checking scopeguard v1.2.0
8992026-08-13T23:39:17.232Z Checking lock_api v0.4.14
9002026-08-13T23:39:17.282Z Checking signal-hook-registry v1.4.6
9012026-08-13T23:39:17.339Z Checking mio v1.2.1
9022026-08-13T23:39:17.403Z Checking getrandom v0.2.16
9032026-08-13T23:39:17.419Z Compiling schemars v0.8.22
9042026-08-13T23:39:17.434Z Checking dyn-clone v1.0.20
9052026-08-13T23:39:17.437Z Checking parking_lot v0.12.5
9062026-08-13T23:39:17.541Z Checking bitflags v2.11.1
9072026-08-13T23:39:17.644Z Compiling portable-atomic v1.11.1
9082026-08-13T23:39:17.695Z Checking futures-core v0.3.32
9092026-08-13T23:39:17.712Z Checking critical-section v1.2.0
9102026-08-13T23:39:17.810Z Compiling ring v0.17.14
9112026-08-13T23:39:17.841Z Compiling hashbrown v0.17.1
9122026-08-13T23:39:17.863Z Compiling thiserror v1.0.69
9132026-08-13T23:39:17.988Z Compiling httparse v1.10.1
9142026-08-13T23:39:18.345Z Compiling synstructure v0.13.2
9152026-08-13T23:39:18.364Z Compiling serde_derive_internals v0.29.1
9162026-08-13T23:39:18.433Z Compiling indexmap v2.14.0
9172026-08-13T23:39:18.602Z Checking once_cell v1.21.3
9182026-08-13T23:39:18.698Z Compiling regex-syntax v0.8.11
9192026-08-13T23:39:18.787Z Checking futures-sink v0.3.32
9202026-08-13T23:39:19.037Z Checking slab v0.4.11
9212026-08-13T23:39:19.037Z Compiling rustix v1.1.4
9222026-08-13T23:39:19.090Z Compiling aho-corasick v1.1.3
9232026-08-13T23:39:19.117Z Checking subtle v2.6.1
9242026-08-13T23:39:19.199Z Compiling ucd-trie v0.1.7
9252026-08-13T23:39:19.270Z Checking futures-channel v0.3.32
9262026-08-13T23:39:19.432Z Compiling anyhow v1.0.102
9272026-08-13T23:39:19.483Z Checking rand_core v0.6.4
9282026-08-13T23:39:19.608Z Compiling serde_derive v1.0.228
9292026-08-13T23:39:19.630Z Compiling zerofrom-derive v0.1.6
9302026-08-13T23:39:19.645Z Compiling yoke-derive v0.8.0
9312026-08-13T23:39:19.740Z Compiling zerovec-derive v0.11.1
9322026-08-13T23:39:19.756Z Compiling displaydoc v0.2.5
9332026-08-13T23:39:20.493Z Compiling thiserror-impl v2.0.18
9342026-08-13T23:39:20.540Z Compiling schemars_derive v0.8.22
9352026-08-13T23:39:20.661Z Compiling tokio-macros v2.7.0
9362026-08-13T23:39:20.817Z Compiling zerocopy-derive v0.8.27
9372026-08-13T23:39:20.836Z Checking zerofrom v0.1.6
9382026-08-13T23:39:20.839Z Compiling futures-macro v0.3.32
9392026-08-13T23:39:20.967Z Checking yoke v0.8.0
9402026-08-13T23:39:21.142Z Checking zerovec v0.11.4
9412026-08-13T23:39:21.374Z Checking zerotrie v0.2.2
9422026-08-13T23:39:21.623Z Compiling zeroize_derive v1.4.3
9432026-08-13T23:39:21.650Z Compiling thiserror-impl v1.0.69
9442026-08-13T23:39:21.842Z Compiling regex-automata v0.4.13
9452026-08-13T23:39:21.859Z Compiling pest v2.8.2
9462026-08-13T23:39:21.896Z Checking tinystr v0.8.1
9472026-08-13T23:39:22.033Z Checking potential_utf v0.1.3
9482026-08-13T23:39:22.080Z Checking icu_locale_core v2.0.0
9492026-08-13T23:39:22.169Z Checking icu_collections v2.0.0
9502026-08-13T23:39:22.301Z Checking zeroize v1.8.1
9512026-08-13T23:39:22.539Z Checking icu_provider v2.0.0
9522026-08-13T23:39:22.718Z Checking bytes v1.12.0
9532026-08-13T23:39:22.792Z Checking icu_normalizer v2.0.0
9542026-08-13T23:39:22.869Z Checking icu_properties v2.0.1
9552026-08-13T23:39:22.956Z Checking chrono v0.4.45
9562026-08-13T23:39:23.110Z Compiling serde_tokenstream v0.2.3
9572026-08-13T23:39:23.162Z Checking tokio v1.52.3
9582026-08-13T23:39:23.392Z Compiling pest_meta v2.8.2
9592026-08-13T23:39:23.652Z Compiling regex v1.12.4
9602026-08-13T23:39:23.680Z Checking idna_adapter v1.2.1
9612026-08-13T23:39:23.806Z Checking idna v1.1.0
9622026-08-13T23:39:23.838Z Checking typenum v1.20.1
9632026-08-13T23:39:24.036Z Checking futures-task v0.3.32
9642026-08-13T23:39:24.056Z Checking futures-io v0.3.32
9652026-08-13T23:39:24.073Z Checking url v2.5.7
9662026-08-13T23:39:24.191Z Checking futures-util v0.3.32
9672026-08-13T23:39:24.395Z Compiling pest_generator v2.8.2
9682026-08-13T23:39:24.411Z Compiling getrandom v0.3.3
9692026-08-13T23:39:24.605Z Compiling tracing-attributes v0.1.30
9702026-08-13T23:39:24.710Z Checking tracing-core v0.1.34
9712026-08-13T23:39:24.769Z Compiling allocator-api2 v0.2.21
9722026-08-13T23:39:25.005Z Compiling pkg-config v0.3.32
9732026-08-13T23:39:25.031Z Compiling pest_derive v2.8.2
9742026-08-13T23:39:25.089Z Compiling foldhash v0.2.0
9752026-08-13T23:39:25.140Z Checking fnv v1.0.7
9762026-08-13T23:39:25.240Z Compiling hashbrown v0.16.1
9772026-08-13T23:39:25.287Z Checking http v1.4.2
9782026-08-13T23:39:25.451Z Compiling generic-array v0.14.7
9792026-08-13T23:39:25.651Z Compiling vcpkg v0.2.15
9802026-08-13T23:39:25.808Z Checking tracing v0.1.41
9812026-08-13T23:39:25.824Z Compiling time-core v0.1.8
9822026-08-13T23:39:25.839Z Compiling num-conv v0.2.1
9832026-08-13T23:39:25.867Z Compiling byteorder v1.5.0
9842026-08-13T23:39:25.992Z Compiling time-macros v0.2.27
9852026-08-13T23:39:26.096Z Checking errno v0.3.14
9862026-08-13T23:39:26.221Z Checking base64 v0.22.1
9872026-08-13T23:39:26.225Z Checking ipnet v2.11.0
9882026-08-13T23:39:26.307Z Checking tokio-util v0.7.16
9892026-08-13T23:39:26.442Z Compiling scroll_derive v0.13.1
9902026-08-13T23:39:26.473Z Compiling camino v1.2.3
9912026-08-13T23:39:26.549Z Checking crypto-common v0.1.6
9922026-08-13T23:39:26.678Z Checking http-body v1.0.1
9932026-08-13T23:39:26.851Z Compiling crossbeam-utils v0.8.21
9942026-08-13T23:39:26.868Z Checking atomic-waker v1.1.2
9952026-08-13T23:39:26.871Z Checking ppv-lite86 v0.2.21
9962026-08-13T23:39:27.074Z Compiling slog v2.8.2
9972026-08-13T23:39:27.182Z Checking tower-layer v0.3.3
9982026-08-13T23:39:27.199Z Checking tower-service v0.3.3
9992026-08-13T23:39:27.226Z Checking try-lock v0.2.5
10002026-08-13T23:39:27.290Z Compiling paste v1.0.15
10012026-08-13T23:39:27.336Z Checking want v0.3.1
10022026-08-13T23:39:27.340Z Checking h2 v0.4.14
10032026-08-13T23:39:27.367Z Checking ipnetwork v0.21.1
10042026-08-13T23:39:27.462Z Checking erased-serde v0.3.31
10052026-08-13T23:39:27.513Z Checking rustls-pki-types v1.12.0
10062026-08-13T23:39:27.596Z Checking httpdate v1.0.3
10072026-08-13T23:39:27.611Z Checking pretty-hex v0.4.1
10082026-08-13T23:39:27.629Z Checking ryu v1.0.20
10092026-08-13T23:39:27.735Z Compiling async-trait v0.1.89
10102026-08-13T23:39:27.752Z Checking socket2 v0.5.10
10112026-08-13T23:39:27.796Z Checking untrusted v0.9.0
10122026-08-13T23:39:27.923Z Compiling scroll v0.13.0
10132026-08-13T23:39:27.984Z Compiling usdt-impl v0.6.0
10142026-08-13T23:39:28.107Z Checking plain v0.2.3
10152026-08-13T23:39:28.199Z Checking http-body-util v0.1.3
10162026-08-13T23:39:28.216Z Compiling openssl-sys v0.9.117
10172026-08-13T23:39:28.268Z Compiling goblin v0.10.1
10182026-08-13T23:39:28.349Z Compiling cmake v0.1.54
10192026-08-13T23:39:28.416Z Compiling slog-async v2.8.0
10202026-08-13T23:39:28.538Z Compiling strsim v0.11.1
10212026-08-13T23:39:28.707Z Compiling fs_extra v1.3.0
10222026-08-13T23:39:28.724Z Compiling dunce v1.0.5
10232026-08-13T23:39:28.914Z Checking rand_core v0.9.3
10242026-08-13T23:39:28.917Z Checking serde_urlencoded v0.7.1
10252026-08-13T23:39:28.946Z Checking oxnet v0.1.6
10262026-08-13T23:39:28.962Z Compiling aws-lc-sys v0.39.1
10272026-08-13T23:39:29.003Z Checking block-buffer v0.10.4
10282026-08-13T23:39:29.086Z Compiling regress v0.10.5
10292026-08-13T23:39:29.136Z Compiling dtrace-parser v0.3.0
10302026-08-13T23:39:29.150Z Compiling openapiv3 v2.2.0
10312026-08-13T23:39:29.198Z Compiling thread-id v5.0.0
10322026-08-13T23:39:29.247Z Checking hyper v1.10.1
10332026-08-13T23:39:29.745Z Checking digest v0.10.7
10342026-08-13T23:39:29.937Z Compiling ident_case v1.0.1
10352026-08-13T23:39:29.968Z Compiling omicron-workspace-hack v0.1.0
10362026-08-13T23:39:30.062Z Compiling darling_core v0.21.3
10372026-08-13T23:39:30.154Z Checking hyper-util v0.1.20
10382026-08-13T23:39:30.202Z Checking rand_chacha v0.9.0
10392026-08-13T23:39:30.390Z Compiling daft-derive v0.1.5
10402026-08-13T23:39:30.580Z Compiling typify-impl v0.4.3
10412026-08-13T23:39:30.664Z Compiling aws-lc-rs v1.16.2
10422026-08-13T23:39:30.969Z Compiling dof v0.4.0
10432026-08-13T23:39:31.217Z Checking powerfmt v0.2.0
10442026-08-13T23:39:31.372Z Checking deranged v0.5.3
10452026-08-13T23:39:31.770Z Checking rand v0.9.3
10462026-08-13T23:39:31.960Z Checking num_threads v0.1.7
10472026-08-13T23:39:32.051Z Compiling syn v1.0.109
10482026-08-13T23:39:32.093Z Compiling unsafe-libyaml v0.2.11
10492026-08-13T23:39:32.140Z Compiling usdt-macro v0.6.0
10502026-08-13T23:39:32.178Z Compiling darling_macro v0.21.3
10512026-08-13T23:39:32.219Z Compiling usdt-attr-macro v0.6.0
10522026-08-13T23:39:32.409Z Checking time v0.3.47
10532026-08-13T23:39:32.724Z Compiling darling v0.21.3
10542026-08-13T23:39:32.770Z Compiling serde_yaml v0.9.34+deprecated
10552026-08-13T23:39:32.809Z Checking sync_wrapper v1.0.2
10562026-08-13T23:39:32.939Z Checking encoding_rs v0.8.35
10572026-08-13T23:39:33.061Z Checking untrusted v0.7.1
10582026-08-13T23:39:33.175Z Checking cpufeatures v0.2.17
10592026-08-13T23:39:33.250Z Checking mime v0.3.17
10602026-08-13T23:39:33.425Z Checking tower v0.5.2
10612026-08-13T23:39:33.679Z Checking crossbeam-channel v0.5.15
10622026-08-13T23:39:33.800Z Checking futures-executor v0.3.32
10632026-08-13T23:39:33.881Z Compiling structmeta-derive v0.3.0
10642026-08-13T23:39:33.934Z Compiling multer v3.1.0
10652026-08-13T23:39:33.950Z Checking iri-string v0.7.8
10662026-08-13T23:39:33.983Z Compiling typify-macro v0.4.3
10672026-08-13T23:39:33.999Z Compiling rustls v0.23.40
10682026-08-13T23:39:34.002Z Compiling rustls v0.22.4
10692026-08-13T23:39:34.200Z Checking futures v0.3.32
10702026-08-13T23:39:34.251Z Compiling async-stream-impl v0.3.6
10712026-08-13T23:39:34.278Z Checking thread_local v1.1.9
10722026-08-13T23:39:34.441Z Compiling openssl v0.10.81
10732026-08-13T23:39:34.457Z Checking fastrand v2.3.0
10742026-08-13T23:39:34.633Z Checking hex v0.4.3
10752026-08-13T23:39:34.707Z Checking foreign-types-shared v0.1.1
10762026-08-13T23:39:34.796Z Checking foreign-types v0.3.2
10772026-08-13T23:39:34.866Z Checking tempfile v3.27.0
10782026-08-13T23:39:34.896Z Compiling structmeta v0.3.0
10792026-08-13T23:39:34.927Z Compiling openssl-macros v0.1.1
10802026-08-13T23:39:34.941Z Checking tower-http v0.6.8
10812026-08-13T23:39:35.062Z Compiling strum_macros v0.26.4
10822026-08-13T23:39:35.087Z Checking is-terminal v0.4.16
10832026-08-13T23:39:35.125Z Checking memmap2 v0.9.8
10842026-08-13T23:39:35.176Z Checking term v1.2.0
10852026-08-13T23:39:35.281Z Checking openssl-probe v0.1.6
10862026-08-13T23:39:35.324Z Checking unicode-width v0.2.1
10872026-08-13T23:39:35.382Z Checking take_mut v0.2.2
10882026-08-13T23:39:35.397Z Compiling native-tls v0.2.14
10892026-08-13T23:39:35.450Z Compiling typify v0.4.3
10902026-08-13T23:39:35.479Z Checking match_cfg v0.1.0
10912026-08-13T23:39:35.557Z Checking hostname v0.3.1
10922026-08-13T23:39:35.572Z Checking slog-term v2.9.2
10932026-08-13T23:39:35.705Z Checking slog-json v2.6.1
10942026-08-13T23:39:35.821Z Compiling newtype-uuid-macros v0.1.0
10952026-08-13T23:39:35.856Z Compiling ref-cast v1.0.25
10962026-08-13T23:39:35.927Z Checking slog-bunyan v2.5.0
10972026-08-13T23:39:36.217Z Compiling ref-cast-impl v1.0.25
10982026-08-13T23:39:36.267Z Compiling dropshot v0.16.7
10992026-08-13T23:39:36.572Z Compiling derive-ex v0.1.8
11002026-08-13T23:39:36.623Z Checking webpki-roots v1.0.2
11012026-08-13T23:39:36.644Z Compiling dropshot_endpoint v0.16.7
11022026-08-13T23:39:36.796Z Compiling strum_macros v0.27.2
11032026-08-13T23:39:36.811Z Checking winnow v0.7.14
11042026-08-13T23:39:37.911Z Checking tokio-native-tls v0.3.1
11052026-08-13T23:39:38.067Z Checking either v1.15.0
11062026-08-13T23:39:38.182Z Compiling test-strategy v0.4.3
11072026-08-13T23:39:38.214Z Checking hyper-tls v0.6.0
11082026-08-13T23:39:38.252Z Compiling progenitor-impl v0.11.1
11092026-08-13T23:39:38.293Z Checking newtype-uuid v1.3.2
11102026-08-13T23:39:38.363Z Checking winnow v1.0.3
11112026-08-13T23:39:38.484Z Checking daft v0.1.5
11122026-08-13T23:39:38.576Z Compiling serde_with_macros v3.14.1
11132026-08-13T23:39:38.638Z Checking toml_parser v1.1.2+spec-1.1.0
11142026-08-13T23:39:38.691Z Checking usdt v0.6.0
11152026-08-13T23:39:38.708Z Checking serde_spanned v1.1.1
11162026-08-13T23:39:38.723Z Checking debug-ignore v1.0.5
11172026-08-13T23:39:38.838Z Checking toml_writer v1.1.1+spec-1.1.0
11182026-08-13T23:39:38.976Z Checking spin v0.9.8
11192026-08-13T23:39:39.012Z Compiling parse-display-derive v0.10.0
11202026-08-13T23:39:39.123Z Checking async-stream v0.3.6
11212026-08-13T23:39:39.299Z Checking rustls-webpki v0.102.8
11222026-08-13T23:39:39.324Z Checking rustls-pemfile v2.2.0
11232026-08-13T23:39:39.465Z Checking waitgroup v0.1.2
11242026-08-13T23:39:39.500Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11252026-08-13T23:39:39.567Z Checking serde_path_to_error v0.1.20
11262026-08-13T23:39:39.651Z Checking hostname v0.4.2
11272026-08-13T23:39:39.833Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11282026-08-13T23:39:39.942Z Checking strum v0.26.3
11292026-08-13T23:39:40.052Z Checking rand_chacha v0.3.1
11302026-08-13T23:39:40.140Z Compiling toml_datetime v0.6.11
11312026-08-13T23:39:40.242Z Checking macaddr v1.0.1
11322026-08-13T23:39:40.286Z Compiling progenitor-macro v0.11.1
11332026-08-13T23:39:40.383Z Checking toml_datetime v0.7.5+spec-1.1.0
11342026-08-13T23:39:40.417Z Checking wait-timeout v0.2.1
11352026-08-13T23:39:40.512Z Checking lazy_static v1.5.0
11362026-08-13T23:39:40.565Z Checking quick-error v1.2.3
11372026-08-13T23:39:40.581Z Checking bit-vec v0.8.0
11382026-08-13T23:39:40.606Z Checking toml v0.9.12+spec-1.1.0
11392026-08-13T23:39:40.668Z Checking rusty-fork v0.3.0
11402026-08-13T23:39:40.772Z Checking bit-set v0.8.0
11412026-08-13T23:39:40.836Z Checking rand v0.8.5
11422026-08-13T23:39:40.876Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11432026-08-13T23:39:40.917Z Checking tabwriter v1.4.1
11442026-08-13T23:39:41.078Z Checking tokio-rustls v0.25.0
11452026-08-13T23:39:41.162Z Checking sha1 v0.10.6
11462026-08-13T23:39:41.271Z Checking rand_xorshift v0.4.0
11472026-08-13T23:39:41.328Z Compiling clap_derive v4.6.1
11482026-08-13T23:39:41.360Z Checking utf8parse v0.2.2
11492026-08-13T23:39:41.386Z Checking unarray v0.1.4
11502026-08-13T23:39:41.413Z Checking colored v3.1.1
11512026-08-13T23:39:41.488Z Checking proptest v1.8.0
11522026-08-13T23:39:41.509Z Checking anstyle-parse v1.0.0
11532026-08-13T23:39:41.602Z Checking strum v0.27.2
11542026-08-13T23:39:41.739Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11552026-08-13T23:39:41.811Z Checking terminal_size v0.4.3
11562026-08-13T23:39:42.206Z Checking anstyle-query v1.1.4
11572026-08-13T23:39:42.250Z Checking colorchoice v1.0.4
11582026-08-13T23:39:42.302Z Checking anstyle v1.0.14
11592026-08-13T23:39:42.354Z Checking is_terminal_polyfill v1.70.1
11602026-08-13T23:39:42.488Z Checking anstream v1.0.0
11612026-08-13T23:39:42.950Z Checking clap_lex v1.1.0
11622026-08-13T23:39:43.101Z Checking clap_builder v4.6.0
11632026-08-13T23:39:43.157Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11642026-08-13T23:39:43.613Z Checking serde_with v3.14.1
11652026-08-13T23:39:43.896Z Compiling itertools v0.14.0
11662026-08-13T23:39:44.311Z Checking clap v4.6.1
11672026-08-13T23:39:44.385Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11682026-08-13T23:39:44.401Z Checking instant v0.1.13
11692026-08-13T23:39:44.544Z Checking rustc-hash v2.1.1
11702026-08-13T23:39:44.657Z Checking iddqd v0.3.18
11712026-08-13T23:39:44.777Z Checking backoff v0.4.0
11722026-08-13T23:39:44.963Z Checking parse-display v0.10.0
11732026-08-13T23:39:44.981Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11742026-08-13T23:39:45.089Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11752026-08-13T23:39:46.828Z Compiling num-derive v0.4.2
11762026-08-13T23:39:47.124Z Compiling rustls-webpki v0.103.6
11772026-08-13T23:39:47.789Z Compiling prettyplease v0.2.37
11782026-08-13T23:39:48.367Z Compiling cfg_aliases v0.2.1
11792026-08-13T23:39:49.508Z Compiling memoffset v0.9.1
11802026-08-13T23:39:49.847Z Checking serde_spanned v0.6.9
11812026-08-13T23:39:50.495Z Compiling tokio-rustls v0.26.4
11822026-08-13T23:39:51.119Z Compiling hyper-rustls v0.27.7
11832026-08-13T23:39:51.383Z Compiling reqwest v0.12.23
11842026-08-13T23:39:52.365Z Checking crossbeam-epoch v0.9.18
11852026-08-13T23:39:52.587Z Compiling progenitor-client v0.11.1
11862026-08-13T23:39:52.759Z Compiling winnow v0.5.40
11872026-08-13T23:39:54.104Z Compiling toml_edit v0.19.15
11882026-08-13T23:39:54.153Z Compiling progenitor v0.11.1
11892026-08-13T23:39:54.804Z Compiling num-integer v0.1.46
11902026-08-13T23:39:55.216Z Compiling proc-macro-crate v1.3.1
11912026-08-13T23:39:55.305Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11922026-08-13T23:39:55.551Z Compiling progenitor-client v0.10.0
11932026-08-13T23:39:56.271Z Compiling hubpack_derive v0.1.1
11942026-08-13T23:39:56.502Z Checking toml_write v0.1.2
11952026-08-13T23:39:56.672Z Compiling rayon-core v1.13.0
11962026-08-13T23:39:56.771Z Checking toml_edit v0.22.27
11972026-08-13T23:39:56.802Z Checking hubpack v0.1.2
11982026-08-13T23:39:56.929Z Checking num-rational v0.4.2
11992026-08-13T23:39:56.968Z Checking num-iter v0.1.45
12002026-08-13T23:39:57.316Z Compiling zerocopy-derive v0.7.35
12012026-08-13T23:39:57.337Z Compiling num-complex v0.4.6
12022026-08-13T23:39:57.758Z Checking static_assertions v1.1.0
12032026-08-13T23:39:57.803Z Checking num v0.4.3
12042026-08-13T23:39:57.866Z Checking toml v0.8.23
12052026-08-13T23:39:58.012Z Checking crossbeam-deque v0.8.6
12062026-08-13T23:39:58.140Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12072026-08-13T23:39:58.179Z Compiling float-ord v0.3.2
12082026-08-13T23:39:58.196Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12092026-08-13T23:39:58.462Z Compiling proc-macro-error-attr v1.0.4
12102026-08-13T23:39:58.696Z Compiling heapless v0.8.0
12112026-08-13T23:39:58.727Z Checking bytecount v0.6.9
12122026-08-13T23:39:58.748Z Compiling heck v0.4.1
12132026-08-13T23:39:58.862Z Checking libscf-sys v1.2.0
12142026-08-13T23:39:58.944Z Compiling ingot-macros v0.1.1
12152026-08-13T23:39:58.995Z Checking hash32 v0.3.1
12162026-08-13T23:39:59.139Z Compiling proc-macro-error v1.0.4
12172026-08-13T23:39:59.164Z Compiling smoltcp v0.11.0
12182026-08-13T23:39:59.371Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12192026-08-13T23:39:59.871Z Compiling zerocopy v0.7.35
12202026-08-13T23:40:00.024Z Compiling num_enum_derive v0.7.5
12212026-08-13T23:40:00.114Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12222026-08-13T23:40:00.151Z Checking cobs v0.3.0
12232026-08-13T23:40:00.296Z Compiling scroll_derive v0.12.1
12242026-08-13T23:40:00.397Z Compiling foreign-types-macros v0.2.3
12252026-08-13T23:40:00.415Z Compiling usdt-impl v0.5.0
12262026-08-13T23:40:00.672Z Checking foreign-types-shared v0.3.1
12272026-08-13T23:40:00.675Z Checking bitflags v1.3.2
12282026-08-13T23:40:00.762Z Compiling crucible-workspace-hack v0.1.0
12292026-08-13T23:40:00.779Z Checking managed v0.8.0
12302026-08-13T23:40:00.985Z Checking scroll v0.12.0
12312026-08-13T23:40:01.015Z Checking foreign-types v0.5.0
12322026-08-13T23:40:01.048Z Checking num_enum v0.7.5
12332026-08-13T23:40:01.089Z Compiling dof v0.3.0
12342026-08-13T23:40:01.139Z Checking postcard v1.1.3
12352026-08-13T23:40:01.321Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12362026-08-13T23:40:01.419Z Compiling dtrace-parser v0.2.0
12372026-08-13T23:40:01.451Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12382026-08-13T23:40:01.519Z Checking camino-tempfile v1.4.1
12392026-08-13T23:40:01.537Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12402026-08-13T23:40:01.581Z Checking ingot-types v0.1.2
12412026-08-13T23:40:01.677Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12422026-08-13T23:40:01.766Z Checking cstr-argument v0.1.2
12432026-08-13T23:40:01.896Z Compiling thread-id v4.2.2
12442026-08-13T23:40:01.929Z Checking ingot v0.1.1
12452026-08-13T23:40:01.946Z Compiling minimal-lexical v0.2.1
12462026-08-13T23:40:01.972Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12472026-08-13T23:40:02.098Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12482026-08-13T23:40:02.136Z Compiling nom v7.1.3
12492026-08-13T23:40:02.178Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12502026-08-13T23:40:02.195Z Checking goblin v0.8.2
12512026-08-13T23:40:02.322Z Checking rayon v1.11.0
12522026-08-13T23:40:02.531Z Compiling num_enum_derive v0.5.11
12532026-08-13T23:40:02.833Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12542026-08-13T23:40:03.209Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12552026-08-13T23:40:03.337Z Compiling rustc_version v0.4.1
12562026-08-13T23:40:03.516Z Compiling rustix v0.38.44
12572026-08-13T23:40:03.621Z Compiling convert_case v0.4.0
12582026-08-13T23:40:03.674Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12592026-08-13T23:40:03.743Z Checking tinyvec_macros v0.1.1
12602026-08-13T23:40:03.816Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12612026-08-13T23:40:03.925Z Compiling derive_more v0.99.20
12622026-08-13T23:40:03.977Z Checking tinyvec v1.10.0
12632026-08-13T23:40:04.120Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12642026-08-13T23:40:04.183Z Checking num_enum v0.5.11
12652026-08-13T23:40:04.248Z Compiling nix v0.31.3
12662026-08-13T23:40:04.285Z Compiling nix v0.30.1
12672026-08-13T23:40:04.454Z Compiling libz-sys v1.1.22
12682026-08-13T23:40:04.544Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12692026-08-13T23:40:04.671Z Compiling crc32fast v1.5.0
12702026-08-13T23:40:04.952Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12712026-08-13T23:40:04.969Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12722026-08-13T23:40:05.123Z Compiling usdt-attr-macro v0.5.0
12732026-08-13T23:40:05.364Z Compiling usdt-macro v0.5.0
12742026-08-13T23:40:05.615Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12752026-08-13T23:40:05.696Z Compiling zone_cfg_derive v0.3.1
12762026-08-13T23:40:05.855Z Checking papergrid v0.18.0
12772026-08-13T23:40:05.859Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
12782026-08-13T23:40:06.043Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12792026-08-13T23:40:06.146Z Checking itertools v0.12.1
12802026-08-13T23:40:06.219Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
12812026-08-13T23:40:06.357Z Checking sigpipe v0.1.3
12822026-08-13T23:40:06.400Z Checking memmap v0.7.0
12832026-08-13T23:40:06.441Z Checking adler2 v2.0.1
12842026-08-13T23:40:06.458Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12852026-08-13T23:40:06.533Z Checking glob v0.3.3
12862026-08-13T23:40:06.553Z Checking jiff v0.2.15
12872026-08-13T23:40:06.617Z Checking tabled v0.21.0
12882026-08-13T23:40:06.634Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
12892026-08-13T23:40:06.710Z Checking miniz_oxide v0.8.9
12902026-08-13T23:40:06.754Z Checking usdt v0.5.0
12912026-08-13T23:40:06.771Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12922026-08-13T23:40:06.967Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12932026-08-13T23:40:07.071Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12942026-08-13T23:40:07.202Z Checking zone v0.3.1
12952026-08-13T23:40:07.554Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12962026-08-13T23:40:07.573Z Checking itertools v0.15.0
12972026-08-13T23:40:07.784Z Checking smf v0.2.3
12982026-08-13T23:40:07.832Z Checking secrecy v0.10.3
12992026-08-13T23:40:07.953Z Checking bstr v1.12.0
13002026-08-13T23:40:07.985Z Checking whoami v1.6.1
13012026-08-13T23:40:08.156Z Checking flate2 v1.1.2
13022026-08-13T23:40:08.273Z Compiling curve25519-dalek v4.1.3
13032026-08-13T23:40:08.290Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13042026-08-13T23:40:08.338Z Compiling clang-sys v1.8.1
13052026-08-13T23:40:08.437Z Checking hmac v0.12.1
13062026-08-13T23:40:08.547Z Checking inout v0.1.4
13072026-08-13T23:40:08.570Z Checking hybrid-array v0.4.12
13082026-08-13T23:40:08.679Z Checking ff v0.13.1
13092026-08-13T23:40:08.696Z Compiling enum-as-inner v0.6.1
13102026-08-13T23:40:08.806Z Checking data-encoding v2.9.0
13112026-08-13T23:40:09.024Z Compiling semver v0.1.20
13122026-08-13T23:40:09.049Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13132026-08-13T23:40:09.077Z Checking group v0.13.0
13142026-08-13T23:40:09.209Z Compiling rustc_version v0.1.7
13152026-08-13T23:40:09.230Z Checking cipher v0.4.4
13162026-08-13T23:40:09.252Z Checking hkdf v0.12.4
13172026-08-13T23:40:09.366Z Checking atomicwrites v0.4.4
13182026-08-13T23:40:09.387Z Compiling thiserror-impl-no-std v2.0.2
13192026-08-13T23:40:09.404Z Checking universal-hash v0.5.1
13202026-08-13T23:40:09.420Z Checking crypto-bigint v0.5.5
13212026-08-13T23:40:09.436Z Compiling regress v0.11.1
13222026-08-13T23:40:09.492Z Checking half v2.7.1
13232026-08-13T23:40:09.527Z Compiling curve25519-dalek-derive v0.1.1
13242026-08-13T23:40:09.649Z Checking base64ct v1.8.0
13252026-08-13T23:40:09.742Z Checking ciborium-io v0.2.2
13262026-08-13T23:40:09.838Z Checking indent_write v2.2.0
13272026-08-13T23:40:09.911Z Checking opaque-debug v0.3.1
13282026-08-13T23:40:09.969Z Checking base16ct v0.2.0
13292026-08-13T23:40:09.985Z Checking poly1305 v0.8.0
13302026-08-13T23:40:10.094Z Checking password-hash v0.5.0
13312026-08-13T23:40:10.218Z Checking ciborium-ll v0.2.2
13322026-08-13T23:40:10.317Z Checking chacha20 v0.9.1
13332026-08-13T23:40:10.390Z Compiling newtype_derive v0.1.6
13342026-08-13T23:40:10.416Z Checking elliptic-curve v0.13.8
13352026-08-13T23:40:10.444Z Checking thiserror-no-std v2.0.2
13362026-08-13T23:40:10.488Z Checking crypto-common v0.2.2
13372026-08-13T23:40:10.504Z Checking block-buffer v0.12.0
13382026-08-13T23:40:10.531Z Checking similar v2.7.0
13392026-08-13T23:40:10.613Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13402026-08-13T23:40:10.644Z Checking blake2 v0.10.6
13412026-08-13T23:40:10.661Z Checking aead v0.5.2
13422026-08-13T23:40:10.795Z Compiling libloading v0.8.9
13432026-08-13T23:40:10.848Z Checking linked-hash-map v0.5.6
13442026-08-13T23:40:10.851Z Checking compression-core v0.4.32
13452026-08-13T23:40:10.881Z Compiling owo-colors v4.3.0
13462026-08-13T23:40:10.884Z Compiling bindgen v0.72.1
13472026-08-13T23:40:10.984Z Compiling typify-impl v0.6.2
13482026-08-13T23:40:10.988Z Checking const-oid v0.10.2
13492026-08-13T23:40:11.016Z Checking keccak v0.1.6
13502026-08-13T23:40:11.106Z Checking resolv-conf v0.7.5
13512026-08-13T23:40:11.168Z Checking digest v0.11.3
13522026-08-13T23:40:11.185Z Checking sha3 v0.10.8
13532026-08-13T23:40:11.201Z Checking lru-cache v0.1.2
13542026-08-13T23:40:11.264Z Checking compression-codecs v0.4.32
13552026-08-13T23:40:11.315Z Checking vsss-rs v3.3.4
13562026-08-13T23:40:11.318Z Checking argon2 v0.5.3
13572026-08-13T23:40:11.372Z Checking chacha20poly1305 v0.10.1
13582026-08-13T23:40:11.485Z Checking ciborium v0.2.2
13592026-08-13T23:40:11.501Z Checking hickory-proto v0.24.4
13602026-08-13T23:40:11.628Z Checking tokio-dtrace v0.1.1
13612026-08-13T23:40:11.862Z Compiling cexpr v0.6.0
13622026-08-13T23:40:11.966Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13632026-08-13T23:40:12.281Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13642026-08-13T23:40:12.411Z Checking serde-big-array v0.5.1
13652026-08-13T23:40:12.439Z Compiling derive-where v1.6.0
13662026-08-13T23:40:12.522Z Compiling serde_repr v0.1.20
13672026-08-13T23:40:12.550Z Checking toml_datetime v1.1.1+spec-1.1.0
13682026-08-13T23:40:12.769Z Compiling dropshot v0.17.1
13692026-08-13T23:40:12.950Z Checking cpufeatures v0.3.0
13702026-08-13T23:40:13.011Z Checking unicode-segmentation v1.12.0
13712026-08-13T23:40:13.031Z Compiling shlex v1.3.0
13722026-08-13T23:40:13.087Z Checking same-file v1.0.6
13732026-08-13T23:40:13.104Z Checking siphasher v1.0.1
13742026-08-13T23:40:13.212Z Checking walkdir v2.5.0
13752026-08-13T23:40:13.267Z Checking phf_shared v0.12.1
13762026-08-13T23:40:13.328Z Checking newline-converter v0.3.0
13772026-08-13T23:40:13.374Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13782026-08-13T23:40:13.408Z Checking hickory-resolver v0.24.4
13792026-08-13T23:40:13.442Z Checking sha1 v0.11.0
13802026-08-13T23:40:13.670Z Checking toml v1.1.2+spec-1.1.0
13812026-08-13T23:40:13.692Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13822026-08-13T23:40:14.095Z Checking oxide-tokio-rt v0.1.2
13832026-08-13T23:40:14.238Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13842026-08-13T23:40:14.290Z Checking async-compression v0.4.33
13852026-08-13T23:40:14.440Z Checking console v0.15.11
13862026-08-13T23:40:14.505Z Compiling typify-macro v0.6.2
13872026-08-13T23:40:14.541Z Compiling progenitor-impl v0.10.0
13882026-08-13T23:40:14.708Z Checking tokio-stream v0.1.17
13892026-08-13T23:40:14.923Z Compiling dropshot_endpoint v0.17.1
13902026-08-13T23:40:14.939Z Compiling pin-project-internal v1.1.10
13912026-08-13T23:40:15.078Z Compiling slog-dtrace v0.3.0
13922026-08-13T23:40:15.315Z Checking csv-core v0.1.12
13932026-08-13T23:40:15.498Z Compiling chrono-tz v0.10.4
13942026-08-13T23:40:15.570Z Checking unicode-linebreak v0.1.5
13952026-08-13T23:40:15.723Z Checking swrite v0.1.0
13962026-08-13T23:40:15.790Z Checking unicode-width v0.1.14
13972026-08-13T23:40:15.821Z Compiling unicode-xid v0.2.6
13982026-08-13T23:40:15.953Z Checking foldhash v0.1.5
13992026-08-13T23:40:16.019Z Checking smawk v0.3.2
14002026-08-13T23:40:16.037Z Compiling cancel-safe-futures v0.1.5
14012026-08-13T23:40:16.053Z Checking pin-project v1.1.10
14022026-08-13T23:40:16.093Z Checking hashbrown v0.15.5
14032026-08-13T23:40:16.149Z Compiling const_format_proc_macros v0.2.34
14042026-08-13T23:40:16.166Z Checking textwrap v0.16.2
14052026-08-13T23:40:16.326Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14062026-08-13T23:40:16.395Z Checking csv v1.4.0
14072026-08-13T23:40:16.567Z Checking qorb v0.4.1
14082026-08-13T23:40:16.593Z Compiling progenitor-macro v0.10.0
14092026-08-13T23:40:16.609Z Checking expectorate v1.2.0
14102026-08-13T23:40:16.792Z Checking phf v0.12.1
14112026-08-13T23:40:16.939Z Checking unicode-normalization v0.1.24
14122026-08-13T23:40:16.973Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14132026-08-13T23:40:17.363Z Compiling snafu-derive v0.8.9
14142026-08-13T23:40:17.845Z Checking libsw-core v0.3.2
14152026-08-13T23:40:17.889Z Compiling libgit2-sys v0.17.0+1.8.1
14162026-08-13T23:40:17.989Z Compiling async-recursion v1.1.1
14172026-08-13T23:40:18.320Z Compiling cookie v0.18.1
14182026-08-13T23:40:18.558Z Compiling moka v0.12.11
14192026-08-13T23:40:18.561Z Checking fixedbitset v0.5.7
14202026-08-13T23:40:18.648Z Checking fixedbitset v0.4.2
14212026-08-13T23:40:18.733Z Checking highway v1.3.0
14222026-08-13T23:40:18.771Z Checking petgraph v0.8.2
14232026-08-13T23:40:18.805Z Checking petgraph v0.6.5
14242026-08-13T23:40:19.090Z Checking snafu v0.8.9
14252026-08-13T23:40:19.332Z Checking libsw v3.5.0
14262026-08-13T23:40:19.483Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14272026-08-13T23:40:19.675Z Checking olpc-cjson v0.1.4
14282026-08-13T23:40:19.819Z Checking const_format v0.2.34
14292026-08-13T23:40:20.024Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14302026-08-13T23:40:20.261Z Checking papergrid v0.11.0
14312026-08-13T23:40:20.303Z Compiling typify v0.6.2
14322026-08-13T23:40:20.400Z Checking globset v0.4.16
14332026-08-13T23:40:20.417Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14342026-08-13T23:40:20.420Z Checking gethostname v0.5.0
14352026-08-13T23:40:20.617Z Compiling tabled_derive v0.7.0
14362026-08-13T23:40:20.646Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14372026-08-13T23:40:20.780Z Checking progenitor v0.10.0
14382026-08-13T23:40:20.853Z Checking reqwest v0.13.2
14392026-08-13T23:40:20.907Z Checking bcs v0.1.6
14402026-08-13T23:40:20.926Z Checking pem v3.0.5
14412026-08-13T23:40:20.977Z Checking serde_plain v1.0.2
14422026-08-13T23:40:21.083Z Compiling signal-hook v0.4.4
14432026-08-13T23:40:21.127Z Checking tagptr v0.2.0
14442026-08-13T23:40:21.146Z Checking typed-path v0.9.3
14452026-08-13T23:40:21.269Z Checking humantime v2.3.0
14462026-08-13T23:40:21.298Z Checking crc8 v0.1.1
14472026-08-13T23:40:21.378Z Checking linear-map v1.2.0
14482026-08-13T23:40:21.396Z Checking termtree v0.5.1
14492026-08-13T23:40:21.530Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14502026-08-13T23:40:21.547Z Checking tabled v0.15.0
14512026-08-13T23:40:21.550Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14522026-08-13T23:40:21.938Z Checking tough v0.20.0
14532026-08-13T23:40:22.147Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14542026-08-13T23:40:22.434Z Compiling progenitor-impl v0.14.0
14552026-08-13T23:40:22.700Z Checking steno v0.4.1
14562026-08-13T23:40:23.062Z Checking hickory-proto v0.25.2
14572026-08-13T23:40:23.655Z Compiling curl-sys v0.4.89+curl-8.20.0
14582026-08-13T23:40:23.672Z Compiling cargo-platform v0.1.9
14592026-08-13T23:40:23.878Z Compiling vergen v8.3.2
14602026-08-13T23:40:23.909Z Compiling fs-err v3.1.2
14612026-08-13T23:40:24.079Z Compiling cargo_metadata v0.18.1
14622026-08-13T23:40:24.246Z Checking progenitor-client v0.14.0
14632026-08-13T23:40:24.418Z Checking dropshot-api-manager-types v0.7.2
14642026-08-13T23:40:24.465Z Checking sha2 v0.10.9
14652026-08-13T23:40:24.505Z Compiling progenitor-macro v0.14.0
14662026-08-13T23:40:24.585Z Compiling blake3 v1.8.2
14672026-08-13T23:40:24.641Z Checking hickory-resolver v0.25.2
14682026-08-13T23:40:25.257Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14692026-08-13T23:40:25.301Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14702026-08-13T23:40:25.461Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14712026-08-13T23:40:25.954Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14722026-08-13T23:40:26.005Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14732026-08-13T23:40:26.419Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14742026-08-13T23:40:26.571Z Checking git-stub v1.0.0
14752026-08-13T23:40:26.771Z Compiling strum_macros v0.28.0
14762026-08-13T23:40:26.891Z Checking filetime v0.2.26
14772026-08-13T23:40:27.037Z Checking arrayref v0.3.9
14782026-08-13T23:40:27.096Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14792026-08-13T23:40:27.114Z Checking xattr v1.6.1
14802026-08-13T23:40:27.164Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14812026-08-13T23:40:27.242Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14822026-08-13T23:40:27.308Z Compiling curl v0.4.50
14832026-08-13T23:40:27.551Z Checking constant_time_eq v0.3.1
14842026-08-13T23:40:27.565Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14852026-08-13T23:40:27.631Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14862026-08-13T23:40:27.647Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14872026-08-13T23:40:27.700Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14882026-08-13T23:40:27.785Z Checking arrayvec v0.7.6
14892026-08-13T23:40:27.948Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
14902026-08-13T23:40:27.974Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14912026-08-13T23:40:28.376Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
14922026-08-13T23:40:28.397Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14932026-08-13T23:40:28.579Z Checking is_ci v1.2.0
14942026-08-13T23:40:28.638Z Checking strum v0.28.0
14952026-08-13T23:40:28.666Z Checking progenitor v0.14.0
14962026-08-13T23:40:28.683Z Checking supports-color v3.0.2
14972026-08-13T23:40:28.784Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14982026-08-13T23:40:28.801Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14992026-08-13T23:40:28.833Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15002026-08-13T23:40:28.879Z Checking toml v0.7.8
15012026-08-13T23:40:29.025Z Checking tar v0.4.45
15022026-08-13T23:40:29.181Z Checking git-stub-vcs v0.1.0
15032026-08-13T23:40:29.722Z Checking drift v0.2.0
15042026-08-13T23:40:29.762Z Checking kstat-rs v0.2.4
15052026-08-13T23:40:29.957Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15062026-08-13T23:40:30.032Z Checking topological-sort v0.2.2
15072026-08-13T23:40:30.172Z Checking omicron-zone-package v0.12.2
15082026-08-13T23:40:30.356Z Checking dropshot-api-manager v0.7.2
15092026-08-13T23:40:30.664Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15102026-08-13T23:40:31.672Z Checking signal-hook-tokio v0.4.0
15112026-08-13T23:40:31.807Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15122026-08-13T23:40:32.082Z Checking scuffle v0.1.0
15132026-08-13T23:40:32.286Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15142026-08-13T23:40:32.329Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15152026-08-13T23:40:32.622Z Checking iddqd v0.4.5
15162026-08-13T23:40:32.693Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15172026-08-13T23:40:33.111Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15182026-08-13T23:40:33.142Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15192026-08-13T23:40:33.240Z Checking search_path v0.1.4
15202026-08-13T23:40:33.305Z Checking internet-checksum v0.2.1
15212026-08-13T23:40:33.379Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15222026-08-13T23:40:33.588Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15232026-08-13T23:40:33.649Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15242026-08-13T23:40:34.023Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15252026-08-13T23:40:34.403Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15262026-08-13T23:40:34.536Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15272026-08-13T23:40:34.917Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15282026-08-13T23:40:36.055Z Compiling git2 v0.19.0
15292026-08-13T23:40:37.129Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15302026-08-13T23:40:38.335Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15312026-08-13T23:40:45.853Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15322026-08-13T23:40:47.155Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15332026-08-13T23:40:52.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 08s
15342026-08-13T23:40:52.459Z+ for feat in tofino_stub tofino_asic softnpu chaos
15352026-08-13T23:40:52.459Z+ cargo clippy --features tofino_asic -- --deny warnings
15362026-08-13T23:40:52.955Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15372026-08-13T23:40:52.958Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15382026-08-13T23:40:53.034Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15392026-08-13T23:40:53.037Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15402026-08-13T23:41:00.353Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15412026-08-13T23:41:00.357Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15422026-08-13T23:41:02.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.45s
15432026-08-13T23:41:03.102Z+ for feat in tofino_stub tofino_asic softnpu chaos
15442026-08-13T23:41:03.102Z+ cargo clippy --features softnpu -- --deny warnings
15452026-08-13T23:41:03.404Z Downloading crates ...
15462026-08-13T23:41:03.533Z Downloaded tap v1.0.1
15472026-08-13T23:41:03.540Z Downloaded wyz v0.5.1
15482026-08-13T23:41:03.543Z Downloaded serde_arrays v0.1.0
15492026-08-13T23:41:03.546Z Downloaded typeid v1.0.3
15502026-08-13T23:41:03.549Z Downloaded ascii v1.1.0
15512026-08-13T23:41:03.549Z Downloaded radium v0.7.0
15522026-08-13T23:41:03.551Z Downloaded funty v2.0.0
15532026-08-13T23:41:03.552Z Downloaded erased-serde v0.4.8
15542026-08-13T23:41:03.554Z Downloaded bitstruct v0.1.1
15552026-08-13T23:41:03.555Z Downloaded bitstruct_derive v0.1.0
15562026-08-13T23:41:03.557Z Downloaded libloading v0.7.4
15572026-08-13T23:41:03.561Z Downloaded num-bigint v0.4.6
15582026-08-13T23:41:03.570Z Downloaded bitvec v1.0.1
15592026-08-13T23:41:03.695Z Checking num-integer v0.1.46
15602026-08-13T23:41:03.774Z Checking num-complex v0.4.6
15612026-08-13T23:41:03.783Z Compiling radium v0.7.0
15622026-08-13T23:41:03.790Z Checking tap v1.0.1
15632026-08-13T23:41:03.797Z Checking funty v2.0.0
15642026-08-13T23:41:03.803Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15652026-08-13T23:41:03.806Z Compiling typeid v1.0.3
15662026-08-13T23:41:03.816Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15672026-08-13T23:41:03.873Z Checking wyz v0.5.1
15682026-08-13T23:41:03.966Z Checking num-bigint v0.4.6
15692026-08-13T23:41:03.966Z Checking num-iter v0.1.45
15702026-08-13T23:41:04.017Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15712026-08-13T23:41:04.034Z Compiling erased-serde v0.4.8
15722026-08-13T23:41:04.086Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15732026-08-13T23:41:04.094Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15742026-08-13T23:41:04.114Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15752026-08-13T23:41:04.159Z Compiling bitstruct_derive v0.1.0
15762026-08-13T23:41:04.205Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15772026-08-13T23:41:04.208Z Checking bitvec v1.0.1
15782026-08-13T23:41:04.208Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15792026-08-13T23:41:04.227Z Checking ascii v1.1.0
15802026-08-13T23:41:04.230Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15812026-08-13T23:41:04.293Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15822026-08-13T23:41:04.378Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15832026-08-13T23:41:04.400Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15842026-08-13T23:41:04.411Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15852026-08-13T23:41:04.431Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15862026-08-13T23:41:04.685Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15872026-08-13T23:41:04.712Z Checking serde_arrays v0.1.0
15882026-08-13T23:41:04.782Z Checking num-rational v0.4.2
15892026-08-13T23:41:04.800Z Checking bitstruct v0.1.1
15902026-08-13T23:41:04.809Z Checking libloading v0.7.4
15912026-08-13T23:41:04.841Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15922026-08-13T23:41:05.041Z Checking num v0.4.3
15932026-08-13T23:41:05.107Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15942026-08-13T23:41:05.644Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15952026-08-13T23:41:05.931Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15962026-08-13T23:41:05.932Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15972026-08-13T23:41:06.121Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15982026-08-13T23:41:06.316Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15992026-08-13T23:41:06.319Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16002026-08-13T23:41:06.781Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16012026-08-13T23:41:06.999Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
16022026-08-13T23:41:07.002Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16032026-08-13T23:41:07.002Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16042026-08-13T23:41:07.002Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16052026-08-13T23:41:07.384Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
16062026-08-13T23:41:07.810Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16072026-08-13T23:41:08.661Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16082026-08-13T23:41:11.060Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
16092026-08-13T23:41:11.406Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
16102026-08-13T23:41:12.299Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
16112026-08-13T23:41:12.799Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16122026-08-13T23:41:12.914Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16132026-08-13T23:41:19.373Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16142026-08-13T23:41:20.647Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16152026-08-13T23:41:21.184Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16162026-08-13T23:41:25.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.48s
16172026-08-13T23:41:25.779Z+ for feat in tofino_stub tofino_asic softnpu chaos
16182026-08-13T23:41:25.780Z+ cargo clippy --features chaos -- --deny warnings
16192026-08-13T23:41:26.261Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16202026-08-13T23:41:26.264Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16212026-08-13T23:41:26.264Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16222026-08-13T23:41:33.662Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16232026-08-13T23:41:33.665Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16242026-08-13T23:41:36.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.39s
16252026-08-13T23:41:36.353Z+ banner fmt
16262026-08-13T23:41:36.357Z
16272026-08-13T23:41:36.357Z ###### # # #####
16282026-08-13T23:41:36.357Z # ## ## #
16292026-08-13T23:41:36.357Z ##### # ## # #
16302026-08-13T23:41:36.357Z # # # #
16312026-08-13T23:41:36.357Z # # # #
16322026-08-13T23:41:36.357Z # # # #
16332026-08-13T23:41:36.358Z
16342026-08-13T23:41:36.358Z+ cargo fmt -- --check
16352026-08-13T23:41:36.817Z+ banner test
16362026-08-13T23:41:36.821Z
16372026-08-13T23:41:36.821Z ##### ###### #### #####
16382026-08-13T23:41:36.821Z # # # #
16392026-08-13T23:41:36.821Z # ##### #### #
16402026-08-13T23:41:36.821Z # # # #
16412026-08-13T23:41:36.821Z # # # # #
16422026-08-13T23:41:36.821Z # ###### #### #
16432026-08-13T23:41:36.821Z
16442026-08-13T23:41:36.821Z+ for feat in tofino_stub tofino_asic softnpu chaos
16452026-08-13T23:41:36.821Z+ RUST_BACKTRACE=full
16462026-08-13T23:41:36.821Z+ cargo test --features tofino_stub --no-fail-fast
16472026-08-13T23:41:37.673Z Compiling unicode-ident v1.0.24
16482026-08-13T23:41:37.673Z Compiling cfg-if v1.0.4
16492026-08-13T23:41:37.676Z Compiling memchr v2.7.5
16502026-08-13T23:41:37.787Z Compiling serde_core v1.0.228
16512026-08-13T23:41:37.801Z Compiling itoa v1.0.15
16522026-08-13T23:41:37.804Z Compiling libc v0.2.186
16532026-08-13T23:41:37.818Z Compiling zmij v1.0.17
16542026-08-13T23:41:37.840Z Compiling libm v0.2.15
16552026-08-13T23:41:37.900Z Compiling proc-macro2 v1.0.106
16562026-08-13T23:41:38.087Z Compiling equivalent v1.0.2
16572026-08-13T23:41:38.176Z Compiling smallvec v1.15.1
16582026-08-13T23:41:38.295Z Compiling quote v1.0.45
16592026-08-13T23:41:38.316Z Compiling heck v0.5.0
16602026-08-13T23:41:38.385Z Compiling log v0.4.29
16612026-08-13T23:41:38.442Z Compiling iana-time-zone v0.1.64
16622026-08-13T23:41:38.571Z Compiling syn v2.0.118
16632026-08-13T23:41:38.584Z Compiling dyn-clone v1.0.20
16642026-08-13T23:41:38.607Z Compiling hashbrown v0.17.1
16652026-08-13T23:41:38.660Z Compiling stable_deref_trait v1.2.0
16662026-08-13T23:41:38.663Z Compiling pin-project-lite v0.2.16
16672026-08-13T23:41:38.723Z Compiling percent-encoding v2.3.2
16682026-08-13T23:41:38.743Z Compiling litemap v0.8.0
16692026-08-13T23:41:38.766Z Compiling writeable v0.6.1
16702026-08-13T23:41:38.918Z Compiling fnv v1.0.7
16712026-08-13T23:41:38.936Z Compiling icu_normalizer_data v2.0.0
16722026-08-13T23:41:38.958Z Compiling icu_properties_data v2.0.1
16732026-08-13T23:41:39.013Z Compiling regex-syntax v0.8.11
16742026-08-13T23:41:39.025Z Compiling form_urlencoded v1.2.2
16752026-08-13T23:41:39.066Z Compiling utf8_iter v1.0.4
16762026-08-13T23:41:39.091Z Compiling scopeguard v1.2.0
16772026-08-13T23:41:39.157Z Compiling num-traits v0.2.19
16782026-08-13T23:41:39.200Z Compiling lock_api v0.4.14
16792026-08-13T23:41:39.213Z Compiling getrandom v0.4.2
16802026-08-13T23:41:39.359Z Compiling aho-corasick v1.1.3
16812026-08-13T23:41:39.427Z Compiling semver v1.0.28
16822026-08-13T23:41:39.594Z Compiling serde_json v1.0.150
16832026-08-13T23:41:39.696Z Compiling indexmap v2.14.0
16842026-08-13T23:41:39.761Z Compiling ucd-trie v0.1.7
16852026-08-13T23:41:39.774Z Compiling byteorder v1.5.0
16862026-08-13T23:41:39.880Z Compiling futures-core v0.3.32
16872026-08-13T23:41:39.994Z Compiling uuid v1.23.3
16882026-08-13T23:41:40.031Z Compiling allocator-api2 v0.2.21
16892026-08-13T23:41:40.326Z Compiling time-core v0.1.8
16902026-08-13T23:41:40.348Z Compiling num-conv v0.2.1
16912026-08-13T23:41:40.422Z Compiling foldhash v0.2.0
16922026-08-13T23:41:40.478Z Compiling regex-automata v0.4.13
16932026-08-13T23:41:40.498Z Compiling time-macros v0.2.27
16942026-08-13T23:41:40.510Z Compiling futures-sink v0.3.32
16952026-08-13T23:41:40.614Z Compiling hashbrown v0.16.1
16962026-08-13T23:41:40.645Z Compiling ryu v1.0.20
16972026-08-13T23:41:40.834Z Compiling pretty-hex v0.4.1
16982026-08-13T23:41:40.976Z Compiling slab v0.4.11
16992026-08-13T23:41:41.181Z Compiling plain v0.2.3
17002026-08-13T23:41:41.193Z Compiling strsim v0.11.1
17012026-08-13T23:41:41.303Z Compiling synstructure v0.13.2
17022026-08-13T23:41:41.408Z Compiling serde_derive_internals v0.29.1
17032026-08-13T23:41:41.495Z Compiling futures-channel v0.3.32
17042026-08-13T23:41:41.586Z Compiling futures-io v0.3.32
17052026-08-13T23:41:41.636Z Compiling futures-task v0.3.32
17062026-08-13T23:41:41.668Z Compiling socket2 v0.6.4
17072026-08-13T23:41:41.777Z Compiling parking_lot_core v0.9.12
17082026-08-13T23:41:41.813Z Compiling signal-hook-registry v1.4.6
17092026-08-13T23:41:41.827Z Compiling thread-id v5.0.0
17102026-08-13T23:41:41.911Z Compiling mio v1.2.1
17112026-08-13T23:41:42.077Z Compiling parking_lot v0.12.5
17122026-08-13T23:41:42.197Z Compiling regex v1.12.4
17132026-08-13T23:41:42.209Z Compiling regress v0.10.5
17142026-08-13T23:41:42.221Z Compiling darling_core v0.21.3
17152026-08-13T23:41:42.224Z Compiling bitflags v2.11.1
17162026-08-13T23:41:42.429Z Compiling base64 v0.22.1
17172026-08-13T23:41:42.477Z Compiling getrandom v0.2.16
17182026-08-13T23:41:42.570Z Compiling serde_derive v1.0.228
17192026-08-13T23:41:42.662Z Compiling zerofrom-derive v0.1.6
17202026-08-13T23:41:42.674Z Compiling yoke-derive v0.8.0
17212026-08-13T23:41:42.766Z Compiling zerovec-derive v0.11.1
17222026-08-13T23:41:42.778Z Compiling displaydoc v0.2.5
17232026-08-13T23:41:43.109Z Compiling thiserror-impl v2.0.18
17242026-08-13T23:41:43.539Z Compiling schemars_derive v0.8.22
17252026-08-13T23:41:43.726Z Compiling tokio-macros v2.7.0
17262026-08-13T23:41:43.890Z Compiling zerocopy-derive v0.8.27
17272026-08-13T23:41:43.893Z Compiling zeroize_derive v1.4.3
17282026-08-13T23:41:44.339Z Compiling futures-macro v0.3.32
17292026-08-13T23:41:44.371Z Compiling thiserror v2.0.18
17302026-08-13T23:41:44.480Z Compiling zerofrom v0.1.6
17312026-08-13T23:41:44.493Z Compiling thiserror-impl v1.0.69
17322026-08-13T23:41:44.588Z Compiling yoke v0.8.0
17332026-08-13T23:41:44.613Z Compiling tracing-attributes v0.1.30
17342026-08-13T23:41:44.757Z Compiling zerovec v0.11.4
17352026-08-13T23:41:44.781Z Compiling zerotrie v0.2.2
17362026-08-13T23:41:45.092Z Compiling pest v2.8.2
17372026-08-13T23:41:45.136Z Compiling zerocopy v0.8.27
17382026-08-13T23:41:45.191Z Compiling scroll_derive v0.13.1
17392026-08-13T23:41:45.248Z Compiling serde v1.0.228
17402026-08-13T23:41:45.701Z Compiling bytes v1.12.0
17412026-08-13T23:41:45.772Z Compiling serde_tokenstream v0.2.3
17422026-08-13T23:41:45.859Z Compiling tinystr v0.8.1
17432026-08-13T23:41:46.041Z Compiling icu_locale_core v2.0.0
17442026-08-13T23:41:46.055Z Compiling potential_utf v0.1.3
17452026-08-13T23:41:46.068Z Compiling chrono v0.4.45
17462026-08-13T23:41:46.104Z Compiling async-trait v0.1.89
17472026-08-13T23:41:46.221Z Compiling icu_collections v2.0.0
17482026-08-13T23:41:46.343Z Compiling http v1.4.2
17492026-08-13T23:41:46.390Z Compiling pest_meta v2.8.2
17502026-08-13T23:41:46.613Z Compiling icu_provider v2.0.0
17512026-08-13T23:41:46.749Z Compiling scroll v0.13.0
17522026-08-13T23:41:46.911Z Compiling thiserror v1.0.69
17532026-08-13T23:41:47.008Z Compiling icu_properties v2.0.1
17542026-08-13T23:41:47.020Z Compiling icu_normalizer v2.0.0
17552026-08-13T23:41:47.032Z Compiling pest_generator v2.8.2
17562026-08-13T23:41:47.137Z Compiling schemars v0.8.22
17572026-08-13T23:41:47.399Z Compiling goblin v0.10.1
17582026-08-13T23:41:47.631Z Compiling tokio v1.52.3
17592026-08-13T23:41:47.649Z Compiling openapiv3 v2.2.0
17602026-08-13T23:41:47.663Z Compiling daft-derive v0.1.5
17612026-08-13T23:41:47.758Z Compiling pest_derive v2.8.2
17622026-08-13T23:41:48.220Z Compiling idna_adapter v1.2.1
17632026-08-13T23:41:48.308Z Compiling typify-impl v0.4.3
17642026-08-13T23:41:48.340Z Compiling idna v1.1.0
17652026-08-13T23:41:48.376Z Compiling dtrace-parser v0.3.0
17662026-08-13T23:41:48.426Z Compiling darling_macro v0.21.3
17672026-08-13T23:41:48.601Z Compiling http-body v1.0.1
17682026-08-13T23:41:48.760Z Compiling url v2.5.7
17692026-08-13T23:41:49.013Z Compiling darling v0.21.3
17702026-08-13T23:41:49.095Z Compiling ppv-lite86 v0.2.21
17712026-08-13T23:41:49.108Z Compiling serde_yaml v0.9.34+deprecated
17722026-08-13T23:41:49.269Z Compiling erased-serde v0.3.31
17732026-08-13T23:41:49.417Z Compiling openssl-macros v0.1.1
17742026-08-13T23:41:49.657Z Compiling atomic-waker v1.1.2
17752026-08-13T23:41:49.762Z Compiling ipnet v2.11.0
17762026-08-13T23:41:50.303Z Compiling dof v0.4.0
17772026-08-13T23:41:50.363Z Compiling httparse v1.10.1
17782026-08-13T23:41:50.621Z Compiling untrusted v0.9.0
17792026-08-13T23:41:50.671Z Compiling tower-service v0.3.3
17802026-08-13T23:41:50.731Z Compiling tower-layer v0.3.3
17812026-08-13T23:41:50.751Z Compiling anyhow v1.0.102
17822026-08-13T23:41:50.771Z Compiling usdt-impl v0.6.0
17832026-08-13T23:41:50.896Z Compiling try-lock v0.2.5
17842026-08-13T23:41:50.970Z Compiling syn v1.0.109
17852026-08-13T23:41:51.010Z Compiling want v0.3.1
17862026-08-13T23:41:51.146Z Compiling zeroize v1.8.1
17872026-08-13T23:41:51.183Z Compiling httpdate v1.0.3
17882026-08-13T23:41:51.405Z Compiling portable-atomic v1.11.1
17892026-08-13T23:41:51.801Z Compiling structmeta-derive v0.3.0
17902026-08-13T23:41:51.995Z Compiling async-stream-impl v0.3.6
17912026-08-13T23:41:52.175Z Compiling usdt-macro v0.6.0
17922026-08-13T23:41:52.208Z Compiling usdt-attr-macro v0.6.0
17932026-08-13T23:41:52.648Z Compiling critical-section v1.2.0
17942026-08-13T23:41:52.764Z Compiling once_cell v1.21.3
17952026-08-13T23:41:52.879Z Compiling structmeta v0.3.0
17962026-08-13T23:41:52.999Z Compiling newtype-uuid-macros v0.1.0
17972026-08-13T23:41:53.088Z Compiling strum_macros v0.26.4
17982026-08-13T23:41:53.391Z Compiling powerfmt v0.2.0
17992026-08-13T23:41:53.579Z Compiling deranged v0.5.3
18002026-08-13T23:41:53.745Z Compiling num_threads v0.1.7
18012026-08-13T23:41:54.414Z Compiling http-body-util v0.1.3
18022026-08-13T23:41:54.426Z Compiling omicron-workspace-hack v0.1.0
18032026-08-13T23:41:54.522Z Compiling typify-macro v0.4.3
18042026-08-13T23:41:54.576Z Compiling dropshot_endpoint v0.16.7
18052026-08-13T23:41:54.643Z Compiling serde_urlencoded v0.7.1
18062026-08-13T23:41:54.695Z Compiling ref-cast-impl v1.0.25
18072026-08-13T23:41:54.854Z Compiling derive-ex v0.1.8
18082026-08-13T23:41:54.877Z Compiling strum_macros v0.27.2
18092026-08-13T23:41:54.889Z Compiling sync_wrapper v1.0.2
18102026-08-13T23:41:54.995Z Compiling serde_with_macros v3.14.1
18112026-08-13T23:41:54.998Z Compiling subtle v2.6.1
18122026-08-13T23:41:55.281Z Compiling thread_local v1.1.9
18132026-08-13T23:41:55.495Z Compiling iri-string v0.7.8
18142026-08-13T23:41:55.546Z Compiling futures-util v0.3.32
18152026-08-13T23:41:56.137Z Compiling match_cfg v0.1.0
18162026-08-13T23:41:56.219Z Compiling rand_core v0.6.4
18172026-08-13T23:41:56.230Z Compiling take_mut v0.2.2
18182026-08-13T23:41:56.339Z Compiling typenum v1.20.1
18192026-08-13T23:41:56.426Z Compiling test-strategy v0.4.3
18202026-08-13T23:41:56.448Z Compiling term v1.2.0
18212026-08-13T23:41:56.579Z Compiling typify v0.4.3
18222026-08-13T23:41:56.674Z Compiling progenitor-impl v0.11.1
18232026-08-13T23:41:57.135Z Compiling parse-display-derive v0.10.0
18242026-08-13T23:41:57.179Z Compiling tracing-core v0.1.34
18252026-08-13T23:41:57.196Z Compiling toml_datetime v0.6.11
18262026-08-13T23:41:57.251Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18272026-08-13T23:41:57.472Z Compiling camino v1.2.3
18282026-08-13T23:41:57.745Z Compiling tracing v0.1.41
18292026-08-13T23:41:57.884Z Compiling clap_derive v4.6.1
18302026-08-13T23:41:57.945Z Compiling encoding_rs v0.8.35
18312026-08-13T23:41:57.977Z Compiling fastrand v2.3.0
18322026-08-13T23:41:58.120Z Compiling mime v0.3.17
18332026-08-13T23:41:58.194Z Compiling cpufeatures v0.2.17
18342026-08-13T23:41:58.270Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18352026-08-13T23:41:58.781Z Compiling unicode-width v0.2.1
18362026-08-13T23:41:59.259Z Compiling errno v0.3.14
18372026-08-13T23:41:59.271Z Compiling hex v0.4.3
18382026-08-13T23:41:59.414Z Compiling generic-array v0.14.7
18392026-08-13T23:41:59.539Z Compiling ipnetwork v0.21.1
18402026-08-13T23:41:59.620Z Compiling crossbeam-utils v0.8.21
18412026-08-13T23:41:59.663Z Compiling tokio-util v0.7.16
18422026-08-13T23:41:59.924Z Compiling slog v2.8.2
18432026-08-13T23:42:00.127Z Compiling rustix v1.1.4
18442026-08-13T23:42:00.234Z Compiling getrandom v0.3.3
18452026-08-13T23:42:00.263Z Compiling progenitor-macro v0.11.1
18462026-08-13T23:42:00.369Z Compiling winnow v0.7.14
18472026-08-13T23:42:00.382Z Compiling rand_core v0.9.3
18482026-08-13T23:42:00.411Z Compiling h2 v0.4.14
18492026-08-13T23:42:00.424Z Compiling crypto-common v0.1.6
18502026-08-13T23:42:00.556Z Compiling oxnet v0.1.6
18512026-08-13T23:42:00.596Z Compiling itertools v0.14.0
18522026-08-13T23:42:01.339Z Compiling winnow v1.0.3
18532026-08-13T23:42:01.556Z Compiling num-derive v0.4.2
18542026-08-13T23:42:01.704Z Compiling toml_parser v1.1.2+spec-1.1.0
18552026-08-13T23:42:01.863Z Compiling serde_spanned v1.1.1
18562026-08-13T23:42:01.924Z Compiling socket2 v0.5.10
18572026-08-13T23:42:02.024Z Compiling debug-ignore v1.0.5
18582026-08-13T23:42:02.135Z Compiling toml_writer v1.1.1+spec-1.1.0
18592026-08-13T23:42:02.377Z Compiling spin v0.9.8
18602026-08-13T23:42:02.470Z Compiling rand_chacha v0.9.0
18612026-08-13T23:42:02.499Z Compiling rustls-pki-types v1.12.0
18622026-08-13T23:42:02.577Z Compiling hyper v1.10.1
18632026-08-13T23:42:02.660Z Compiling quick-error v1.2.3
18642026-08-13T23:42:02.776Z Compiling rand v0.9.3
18652026-08-13T23:42:02.974Z Compiling tabwriter v1.4.1
18662026-08-13T23:42:02.998Z Compiling async-stream v0.3.6
18672026-08-13T23:42:03.175Z Compiling waitgroup v0.1.2
18682026-08-13T23:42:03.220Z Compiling serde_path_to_error v0.1.20
18692026-08-13T23:42:03.321Z Compiling bit-vec v0.8.0
18702026-08-13T23:42:03.350Z Compiling colored v3.1.1
18712026-08-13T23:42:03.380Z Compiling lazy_static v1.5.0
18722026-08-13T23:42:03.486Z Compiling strum v0.26.3
18732026-08-13T23:42:03.558Z Compiling bit-set v0.8.0
18742026-08-13T23:42:03.573Z Compiling time v0.3.47
18752026-08-13T23:42:03.612Z Compiling ring v0.17.14
18762026-08-13T23:42:03.726Z Compiling hyper-util v0.1.20
18772026-08-13T23:42:03.741Z Compiling toml_datetime v0.7.5+spec-1.1.0
18782026-08-13T23:42:04.050Z Compiling anstyle v1.0.14
18792026-08-13T23:42:04.278Z Compiling unarray v0.1.4
18802026-08-13T23:42:04.395Z Compiling toml v0.9.12+spec-1.1.0
18812026-08-13T23:42:04.452Z Compiling crossbeam-channel v0.5.15
18822026-08-13T23:42:04.918Z Compiling macaddr v1.0.1
18832026-08-13T23:42:05.099Z Compiling utf8parse v0.2.2
18842026-08-13T23:42:05.153Z Compiling block-buffer v0.10.4
18852026-08-13T23:42:05.186Z Compiling anstyle-parse v1.0.0
18862026-08-13T23:42:05.215Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18872026-08-13T23:42:05.275Z Compiling ref-cast v1.0.25
18882026-08-13T23:42:05.305Z Compiling anstyle-query v1.1.4
18892026-08-13T23:42:05.361Z Compiling colorchoice v1.0.4
18902026-08-13T23:42:05.375Z Compiling is_terminal_polyfill v1.70.1
18912026-08-13T23:42:05.386Z Compiling digest v0.10.7
18922026-08-13T23:42:05.399Z Compiling strum v0.27.2
18932026-08-13T23:42:05.412Z Compiling is-terminal v0.4.16
18942026-08-13T23:42:05.425Z Compiling clap_lex v1.1.0
18952026-08-13T23:42:05.464Z Compiling anstream v1.0.0
18962026-08-13T23:42:05.476Z Compiling slog-async v2.8.0
18972026-08-13T23:42:05.505Z Compiling slog-term v2.9.2
18982026-08-13T23:42:05.519Z Compiling slog-json v2.6.1
18992026-08-13T23:42:05.649Z Compiling hostname v0.3.1
19002026-08-13T23:42:05.789Z Compiling slog-bunyan v2.5.0
19012026-08-13T23:42:05.792Z Compiling futures-executor v0.3.32
19022026-08-13T23:42:05.820Z Compiling tower v0.5.2
19032026-08-13T23:42:05.939Z Compiling instant v0.1.13
19042026-08-13T23:42:06.067Z Compiling futures v0.3.32
19052026-08-13T23:42:06.119Z Compiling aws-lc-sys v0.39.1
19062026-08-13T23:42:06.153Z Compiling untrusted v0.7.1
19072026-08-13T23:42:06.214Z Compiling tower-http v0.6.8
19082026-08-13T23:42:06.278Z Compiling openssl-sys v0.9.117
19092026-08-13T23:42:06.634Z Compiling aws-lc-rs v1.16.2
19102026-08-13T23:42:06.814Z Compiling memmap2 v0.9.8
19112026-08-13T23:42:07.724Z Compiling rustls-webpki v0.103.6
19122026-08-13T23:42:07.737Z Compiling foreign-types-shared v0.1.1
19132026-08-13T23:42:07.828Z Compiling foreign-types v0.3.2
19142026-08-13T23:42:08.178Z Compiling tempfile v3.27.0
19152026-08-13T23:42:08.508Z Compiling rustls v0.23.40
19162026-08-13T23:42:08.664Z Compiling openssl-probe v0.1.6
19172026-08-13T23:42:08.881Z Compiling openssl v0.10.81
19182026-08-13T23:42:09.186Z Compiling either v1.15.0
19192026-08-13T23:42:09.397Z Compiling usdt v0.6.0
19202026-08-13T23:42:09.697Z Compiling webpki-roots v1.0.2
19212026-08-13T23:42:10.090Z Compiling newtype-uuid v1.3.2
19222026-08-13T23:42:10.436Z Compiling daft v0.1.5
19232026-08-13T23:42:11.288Z Compiling native-tls v0.2.14
19242026-08-13T23:42:11.458Z Compiling tokio-rustls v0.26.4
19252026-08-13T23:42:11.608Z Compiling tokio-native-tls v0.3.1
19262026-08-13T23:42:11.705Z Compiling hyper-rustls v0.27.7
19272026-08-13T23:42:11.776Z Compiling hyper-tls v0.6.0
19282026-08-13T23:42:12.026Z Compiling reqwest v0.12.23
19292026-08-13T23:42:12.794Z Compiling rustls-webpki v0.102.8
19302026-08-13T23:42:12.901Z Compiling rustls-pemfile v2.2.0
19312026-08-13T23:42:13.103Z Compiling multer v3.1.0
19322026-08-13T23:42:13.626Z Compiling hostname v0.4.2
19332026-08-13T23:42:13.722Z Compiling rustls v0.22.4
19342026-08-13T23:42:13.802Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19352026-08-13T23:42:14.385Z Compiling terminal_size v0.4.3
19362026-08-13T23:42:14.533Z Compiling rand_chacha v0.3.1
19372026-08-13T23:42:14.859Z Compiling wait-timeout v0.2.1
19382026-08-13T23:42:15.435Z Compiling rusty-fork v0.3.0
19392026-08-13T23:42:15.607Z Compiling tokio-rustls v0.25.0
19402026-08-13T23:42:15.807Z Compiling rand v0.8.5
19412026-08-13T23:42:16.646Z Compiling sha1 v0.10.6
19422026-08-13T23:42:16.891Z Compiling rand_xorshift v0.4.0
19432026-08-13T23:42:17.326Z Compiling hubpack_derive v0.1.1
19442026-08-13T23:42:18.001Z Compiling proptest v1.8.0
19452026-08-13T23:42:18.023Z Compiling dropshot v0.16.7
19462026-08-13T23:42:18.044Z Compiling clap_builder v4.6.0
19472026-08-13T23:42:19.501Z Compiling serde_spanned v0.6.9
19482026-08-13T23:42:20.005Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19492026-08-13T23:42:20.025Z Compiling clap v4.6.1
19502026-08-13T23:42:20.366Z Compiling prettyplease v0.2.37
19512026-08-13T23:42:21.561Z Compiling progenitor-client v0.10.0
19522026-08-13T23:42:21.676Z Compiling progenitor-client v0.11.1
19532026-08-13T23:42:21.840Z Compiling serde_with v3.14.1
19542026-08-13T23:42:22.742Z Compiling progenitor v0.11.1
19552026-08-13T23:42:23.452Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19562026-08-13T23:42:23.533Z Compiling rustc-hash v2.1.1
19572026-08-13T23:42:23.663Z Compiling iddqd v0.3.18
19582026-08-13T23:42:23.797Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19592026-08-13T23:42:24.813Z Compiling backoff v0.4.0
19602026-08-13T23:42:24.982Z Compiling parse-display v0.10.0
19612026-08-13T23:42:24.995Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19622026-08-13T23:42:25.022Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19632026-08-13T23:42:25.171Z Compiling toml_write v0.1.2
19642026-08-13T23:42:25.245Z Compiling winnow v0.5.40
19652026-08-13T23:42:25.321Z Compiling toml_edit v0.22.27
19662026-08-13T23:42:26.662Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19672026-08-13T23:42:27.021Z Compiling num-integer v0.1.46
19682026-08-13T23:42:27.395Z Compiling float-ord v0.3.2
19692026-08-13T23:42:28.236Z Compiling toml v0.8.23
19702026-08-13T23:42:31.517Z Compiling num-iter v0.1.45
19712026-08-13T23:42:31.530Z Compiling num-rational v0.4.2
19722026-08-13T23:42:31.806Z Compiling num-complex v0.4.6
19732026-08-13T23:42:32.200Z Compiling num v0.4.3
19742026-08-13T23:42:32.775Z Compiling toml_edit v0.19.15
19752026-08-13T23:42:34.154Z Compiling proc-macro-crate v1.3.1
19762026-08-13T23:42:35.960Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19772026-08-13T23:42:36.251Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19782026-08-13T23:42:36.680Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19792026-08-13T23:42:37.541Z Compiling memoffset v0.9.1
19802026-08-13T23:42:37.562Z Compiling zerocopy-derive v0.7.35
19812026-08-13T23:42:38.453Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19822026-08-13T23:42:38.494Z Compiling libscf-sys v1.2.0
19832026-08-13T23:42:38.597Z Compiling ingot-macros v0.1.1
19842026-08-13T23:42:39.767Z Compiling scroll_derive v0.12.1
19852026-08-13T23:42:40.119Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19862026-08-13T23:42:40.989Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19872026-08-13T23:42:43.299Z Compiling zerocopy v0.7.35
19882026-08-13T23:42:43.331Z Compiling num_enum_derive v0.7.5
19892026-08-13T23:42:43.713Z Compiling hubpack v0.1.2
19902026-08-13T23:42:43.868Z Compiling foreign-types-macros v0.2.3
19912026-08-13T23:42:43.951Z Compiling static_assertions v1.1.0
19922026-08-13T23:42:44.591Z Compiling glob v0.3.3
19932026-08-13T23:42:44.635Z Compiling proc-macro-error-attr v1.0.4
19942026-08-13T23:42:44.791Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19952026-08-13T23:42:44.810Z Compiling dtrace-parser v0.2.0
19962026-08-13T23:42:45.073Z Compiling bytecount v0.6.9
19972026-08-13T23:42:45.304Z Compiling proc-macro-error v1.0.4
19982026-08-13T23:42:45.334Z Compiling dof v0.3.0
19992026-08-13T23:42:45.884Z Compiling num_enum_derive v0.5.11
20002026-08-13T23:42:47.441Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20012026-08-13T23:42:47.538Z Compiling thread-id v4.2.2
20022026-08-13T23:42:47.716Z Compiling usdt-impl v0.5.0
20032026-08-13T23:42:48.266Z Compiling derive_more v0.99.20
20042026-08-13T23:42:48.511Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20052026-08-13T23:42:48.838Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20062026-08-13T23:42:49.651Z Compiling minimal-lexical v0.2.1
20072026-08-13T23:42:49.666Z Compiling usdt-macro v0.5.0
20082026-08-13T23:42:49.782Z Compiling usdt-attr-macro v0.5.0
20092026-08-13T23:42:49.914Z Compiling nom v7.1.3
20102026-08-13T23:42:50.252Z Compiling zone_cfg_derive v0.3.1
20112026-08-13T23:42:50.448Z Compiling papergrid v0.18.0
20122026-08-13T23:42:50.533Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20132026-08-13T23:42:50.623Z Compiling rustc_version v0.4.1
20142026-08-13T23:42:50.909Z Compiling nix v0.31.3
20152026-08-13T23:42:50.957Z Compiling itertools v0.15.0
20162026-08-13T23:42:51.040Z Compiling crossbeam-epoch v0.9.18
20172026-08-13T23:42:51.265Z Compiling dropshot_endpoint v0.17.1
20182026-08-13T23:42:51.385Z Compiling tabled v0.21.0
20192026-08-13T23:42:51.531Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20202026-08-13T23:42:51.756Z Compiling adler2 v2.0.1
20212026-08-13T23:42:51.911Z Compiling miniz_oxide v0.8.9
20222026-08-13T23:42:51.979Z Compiling crc32fast v1.5.0
20232026-08-13T23:42:52.273Z Compiling enum-as-inner v0.6.1
20242026-08-13T23:42:52.397Z Compiling regress v0.11.1
20252026-08-13T23:42:52.611Z Compiling flate2 v1.1.2
20262026-08-13T23:42:52.630Z Compiling curve25519-dalek v4.1.3
20272026-08-13T23:42:52.875Z Compiling hybrid-array v0.4.12
20282026-08-13T23:42:53.009Z Compiling crossbeam-deque v0.8.6
20292026-08-13T23:42:53.051Z Compiling thiserror-impl-no-std v2.0.2
20302026-08-13T23:42:53.085Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20312026-08-13T23:42:53.204Z Compiling curve25519-dalek-derive v0.1.1
20322026-08-13T23:42:53.217Z Compiling rayon-core v1.13.0
20332026-08-13T23:42:53.367Z Compiling crypto-common v0.2.2
20342026-08-13T23:42:53.915Z Compiling block-buffer v0.12.0
20352026-08-13T23:42:53.974Z Compiling typify-impl v0.6.2
20362026-08-13T23:42:54.083Z Compiling clang-sys v1.8.1
20372026-08-13T23:42:54.166Z Compiling const-oid v0.10.2
20382026-08-13T23:42:54.352Z Compiling compression-core v0.4.32
20392026-08-13T23:42:54.382Z Compiling digest v0.11.3
20402026-08-13T23:42:54.396Z Compiling scroll v0.12.0
20412026-08-13T23:42:54.497Z Compiling compression-codecs v0.4.32
20422026-08-13T23:42:54.557Z Compiling hash32 v0.3.1
20432026-08-13T23:42:54.667Z Compiling toml_datetime v1.1.1+spec-1.1.0
20442026-08-13T23:42:54.717Z Compiling cpufeatures v0.3.0
20452026-08-13T23:42:54.768Z Compiling heapless v0.8.0
20462026-08-13T23:42:54.798Z Compiling sha1 v0.11.0
20472026-08-13T23:42:54.824Z Compiling async-compression v0.4.33
20482026-08-13T23:42:54.836Z Compiling goblin v0.8.2
20492026-08-13T23:42:54.984Z Compiling toml v1.1.2+spec-1.1.0
20502026-08-13T23:42:55.054Z Compiling ingot-types v0.1.2
20512026-08-13T23:42:55.197Z Compiling cobs v0.3.0
20522026-08-13T23:42:55.295Z Compiling libloading v0.8.9
20532026-08-13T23:42:55.403Z Compiling bitflags v1.3.2
20542026-08-13T23:42:55.445Z Compiling foreign-types-shared v0.3.1
20552026-08-13T23:42:55.486Z Compiling managed v0.8.0
20562026-08-13T23:42:55.498Z Compiling bindgen v0.72.1
20572026-08-13T23:42:55.543Z Compiling foreign-types v0.5.0
20582026-08-13T23:42:55.634Z Compiling ingot v0.1.1
20592026-08-13T23:42:55.709Z Compiling dropshot v0.17.1
20602026-08-13T23:42:56.452Z Compiling smoltcp v0.11.0
20612026-08-13T23:42:56.541Z Compiling postcard v1.1.3
20622026-08-13T23:42:57.356Z Compiling cexpr v0.6.0
20632026-08-13T23:42:57.950Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20642026-08-13T23:42:58.101Z Compiling num_enum v0.7.5
20652026-08-13T23:42:58.235Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20662026-08-13T23:42:58.478Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20672026-08-13T23:42:58.508Z Compiling camino-tempfile v1.4.1
20682026-08-13T23:42:58.728Z Compiling serde_repr v0.1.20
20692026-08-13T23:42:58.749Z Compiling derive-where v1.6.0
20702026-08-13T23:42:58.761Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20712026-08-13T23:42:58.868Z Compiling cstr-argument v0.1.2
20722026-08-13T23:42:59.056Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20732026-08-13T23:42:59.079Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20742026-08-13T23:43:00.043Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20752026-08-13T23:43:00.235Z Compiling rayon v1.11.0
20762026-08-13T23:43:00.247Z Compiling typify-macro v0.6.2
20772026-08-13T23:43:00.259Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20782026-08-13T23:43:00.383Z Compiling crucible-workspace-hack v0.1.0
20792026-08-13T23:43:01.078Z Compiling memmap v0.7.0
20802026-08-13T23:43:01.203Z Compiling tinyvec_macros v0.1.1
20812026-08-13T23:43:01.284Z Compiling tinyvec v1.10.0
20822026-08-13T23:43:01.296Z Compiling usdt v0.5.0
20832026-08-13T23:43:01.581Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20842026-08-13T23:43:02.108Z Compiling num_enum v0.5.11
20852026-08-13T23:43:02.363Z Compiling typify v0.6.2
20862026-08-13T23:43:02.470Z Compiling pin-project-internal v1.1.10
20872026-08-13T23:43:03.321Z Compiling progenitor-impl v0.14.0
20882026-08-13T23:43:03.586Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20892026-08-13T23:43:03.746Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20902026-08-13T23:43:03.780Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20912026-08-13T23:43:03.898Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20922026-08-13T23:43:04.015Z Compiling rustix v0.38.44
20932026-08-13T23:43:04.485Z Compiling itertools v0.12.1
20942026-08-13T23:43:04.506Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20952026-08-13T23:43:04.680Z Compiling progenitor-impl v0.10.0
20962026-08-13T23:43:04.905Z Compiling sigpipe v0.1.3
20972026-08-13T23:43:04.963Z Compiling jiff v0.2.15
20982026-08-13T23:43:05.000Z Compiling const_format_proc_macros v0.2.34
20992026-08-13T23:43:05.543Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
21002026-08-13T23:43:05.714Z Compiling zone v0.3.1
21012026-08-13T23:43:05.810Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21022026-08-13T23:43:06.858Z Compiling progenitor-macro v0.14.0
21032026-08-13T23:43:07.411Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
21042026-08-13T23:43:07.502Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21052026-08-13T23:43:07.696Z Compiling nix v0.30.1
21062026-08-13T23:43:07.920Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21072026-08-13T23:43:08.172Z Compiling progenitor-macro v0.10.0
21082026-08-13T23:43:08.202Z Compiling snafu-derive v0.8.9
21092026-08-13T23:43:08.798Z Compiling secrecy v0.10.3
21102026-08-13T23:43:08.967Z Compiling smf v0.2.3
21112026-08-13T23:43:08.981Z Compiling async-recursion v1.1.1
21122026-08-13T23:43:09.093Z Compiling bstr v1.12.0
21132026-08-13T23:43:09.533Z Compiling whoami v1.6.1
21142026-08-13T23:43:09.847Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21152026-08-13T23:43:10.584Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21162026-08-13T23:43:11.405Z Compiling hmac v0.12.1
21172026-08-13T23:43:11.691Z Compiling inout v0.1.4
21182026-08-13T23:43:11.781Z Compiling ff v0.13.1
21192026-08-13T23:43:11.922Z Compiling data-encoding v2.9.0
21202026-08-13T23:43:11.976Z Compiling crc8 v0.1.1
21212026-08-13T23:43:12.209Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21222026-08-13T23:43:12.223Z Compiling group v0.13.0
21232026-08-13T23:43:12.348Z Compiling cipher v0.4.4
21242026-08-13T23:43:12.914Z Compiling hkdf v0.12.4
21252026-08-13T23:43:13.153Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
21262026-08-13T23:43:13.319Z Compiling atomicwrites v0.4.4
21272026-08-13T23:43:13.475Z Compiling tokio-dtrace v0.1.1
21282026-08-13T23:43:13.761Z Compiling tabled_derive v0.7.0
21292026-08-13T23:43:14.241Z Compiling reqwest v0.13.2
21302026-08-13T23:43:14.265Z Compiling universal-hash v0.5.1
21312026-08-13T23:43:14.406Z Compiling crypto-bigint v0.5.5
21322026-08-13T23:43:14.451Z Compiling half v2.7.1
21332026-08-13T23:43:14.701Z Compiling opaque-debug v0.3.1
21342026-08-13T23:43:14.724Z Compiling base16ct v0.2.0
21352026-08-13T23:43:14.741Z Compiling indent_write v2.2.0
21362026-08-13T23:43:14.781Z Compiling base64ct v1.8.0
21372026-08-13T23:43:14.885Z Compiling ciborium-io v0.2.2
21382026-08-13T23:43:14.989Z Compiling ciborium-ll v0.2.2
21392026-08-13T23:43:15.090Z Compiling password-hash v0.5.0
21402026-08-13T23:43:15.223Z Compiling progenitor-client v0.14.0
21412026-08-13T23:43:15.526Z Compiling elliptic-curve v0.13.8
21422026-08-13T23:43:15.544Z Compiling poly1305 v0.8.0
21432026-08-13T23:43:16.068Z Compiling oxide-tokio-rt v0.1.2
21442026-08-13T23:43:16.276Z Compiling chacha20 v0.9.1
21452026-08-13T23:43:16.504Z Compiling similar v2.7.0
21462026-08-13T23:43:16.656Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21472026-08-13T23:43:16.659Z Compiling thiserror-no-std v2.0.2
21482026-08-13T23:43:17.993Z Compiling blake2 v0.10.6
21492026-08-13T23:43:18.359Z Compiling aead v0.5.2
21502026-08-13T23:43:18.414Z Compiling strum_macros v0.28.0
21512026-08-13T23:43:18.553Z Compiling resolv-conf v0.7.5
21522026-08-13T23:43:18.829Z Compiling keccak v0.1.6
21532026-08-13T23:43:18.887Z Compiling linked-hash-map v0.5.6
21542026-08-13T23:43:19.076Z Compiling lru-cache v0.1.2
21552026-08-13T23:43:19.104Z Compiling sha3 v0.10.8
21562026-08-13T23:43:19.408Z Compiling chacha20poly1305 v0.10.1
21572026-08-13T23:43:19.433Z Compiling argon2 v0.5.3
21582026-08-13T23:43:19.548Z Compiling progenitor v0.14.0
21592026-08-13T23:43:19.577Z Compiling vsss-rs v3.3.4
21602026-08-13T23:43:19.590Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21612026-08-13T23:43:19.772Z Compiling ciborium v0.2.2
21622026-08-13T23:43:19.922Z Compiling hickory-proto v0.24.4
21632026-08-13T23:43:20.083Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21642026-08-13T23:43:20.260Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21652026-08-13T23:43:20.731Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21662026-08-13T23:43:20.757Z Compiling serde-big-array v0.5.1
21672026-08-13T23:43:20.914Z Compiling siphasher v1.0.1
21682026-08-13T23:43:20.951Z Compiling same-file v1.0.6
21692026-08-13T23:43:21.058Z Compiling unicode-segmentation v1.12.0
21702026-08-13T23:43:21.124Z Compiling walkdir v2.5.0
21712026-08-13T23:43:21.345Z Compiling phf_shared v0.12.1
21722026-08-13T23:43:21.463Z Compiling newline-converter v0.3.0
21732026-08-13T23:43:21.491Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21742026-08-13T23:43:21.520Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21752026-08-13T23:43:21.532Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21762026-08-13T23:43:21.773Z Compiling hickory-resolver v0.24.4
21772026-08-13T23:43:22.286Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21782026-08-13T23:43:23.456Z Compiling newtype_derive v0.1.6
21792026-08-13T23:43:23.545Z Compiling owo-colors v4.3.0
21802026-08-13T23:43:23.638Z Compiling tokio-stream v0.1.17
21812026-08-13T23:43:23.804Z Compiling console v0.15.11
21822026-08-13T23:43:24.103Z Compiling csv-core v0.1.12
21832026-08-13T23:43:24.382Z Compiling unicode-width v0.1.14
21842026-08-13T23:43:24.451Z Compiling smawk v0.3.2
21852026-08-13T23:43:24.474Z Compiling termtree v0.5.1
21862026-08-13T23:43:24.528Z Compiling humantime v2.3.0
21872026-08-13T23:43:24.543Z Compiling foldhash v0.1.5
21882026-08-13T23:43:24.570Z Compiling unicode-linebreak v0.1.5
21892026-08-13T23:43:24.590Z Compiling swrite v0.1.0
21902026-08-13T23:43:24.688Z Compiling hashbrown v0.15.5
21912026-08-13T23:43:24.743Z Compiling csv v1.4.0
21922026-08-13T23:43:24.810Z Compiling textwrap v0.16.2
21932026-08-13T23:43:24.833Z Compiling expectorate v1.2.0
21942026-08-13T23:43:24.989Z Compiling qorb v0.4.1
21952026-08-13T23:43:25.243Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21962026-08-13T23:43:25.298Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21972026-08-13T23:43:26.409Z Compiling phf v0.12.1
21982026-08-13T23:43:26.574Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21992026-08-13T23:43:27.182Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
22002026-08-13T23:43:27.353Z Compiling pin-project v1.1.10
22012026-08-13T23:43:27.466Z Compiling unicode-normalization v0.1.24
22022026-08-13T23:43:27.512Z Compiling libz-sys v1.1.22
22032026-08-13T23:43:27.630Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22042026-08-13T23:43:28.582Z Compiling libsw-core v0.3.2
22052026-08-13T23:43:28.919Z Compiling fixedbitset v0.5.7
22062026-08-13T23:43:29.268Z Compiling highway v1.3.0
22072026-08-13T23:43:29.319Z Compiling fixedbitset v0.4.2
22082026-08-13T23:43:29.441Z Compiling petgraph v0.8.2
22092026-08-13T23:43:29.569Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22102026-08-13T23:43:30.500Z Compiling petgraph v0.6.5
22112026-08-13T23:43:31.209Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22122026-08-13T23:43:31.447Z Compiling progenitor v0.10.0
22132026-08-13T23:43:32.038Z Compiling libsw v3.5.0
22142026-08-13T23:43:32.331Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22152026-08-13T23:43:32.818Z Compiling olpc-cjson v0.1.4
22162026-08-13T23:43:32.971Z Compiling libgit2-sys v0.17.0+1.8.1
22172026-08-13T23:43:32.997Z Compiling snafu v0.8.9
22182026-08-13T23:43:33.399Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22192026-08-13T23:43:33.651Z Compiling chrono-tz v0.10.4
22202026-08-13T23:43:34.228Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22212026-08-13T23:43:34.808Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22222026-08-13T23:43:35.117Z Compiling papergrid v0.11.0
22232026-08-13T23:43:35.238Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22242026-08-13T23:43:35.250Z Compiling strum v0.28.0
22252026-08-13T23:43:35.262Z Compiling globset v0.4.16
22262026-08-13T23:43:35.385Z Compiling const_format v0.2.34
22272026-08-13T23:43:35.519Z Compiling slog-dtrace v0.3.0
22282026-08-13T23:43:35.715Z Compiling cancel-safe-futures v0.1.5
22292026-08-13T23:43:35.855Z Compiling gethostname v0.5.0
22302026-08-13T23:43:36.094Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22312026-08-13T23:43:36.906Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22322026-08-13T23:43:37.031Z Compiling dropshot-api-manager-types v0.7.2
22332026-08-13T23:43:37.118Z Compiling bcs v0.1.6
22342026-08-13T23:43:37.416Z Compiling serde_plain v1.0.2
22352026-08-13T23:43:37.451Z Compiling cargo-platform v0.1.9
22362026-08-13T23:43:37.511Z Compiling pem v3.0.5
22372026-08-13T23:43:37.623Z Compiling typed-path v0.9.3
22382026-08-13T23:43:37.811Z Compiling linear-map v1.2.0
22392026-08-13T23:43:37.922Z Compiling tagptr v0.2.0
22402026-08-13T23:43:38.086Z Compiling moka v0.12.11
22412026-08-13T23:43:38.334Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22422026-08-13T23:43:38.954Z Compiling tough v0.20.0
22432026-08-13T23:43:39.890Z Compiling cargo_metadata v0.18.1
22442026-08-13T23:43:39.982Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22452026-08-13T23:43:41.317Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22462026-08-13T23:43:41.511Z Compiling tabled v0.15.0
22472026-08-13T23:43:41.561Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22482026-08-13T23:43:41.844Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22492026-08-13T23:43:42.053Z Compiling git2 v0.19.0
22502026-08-13T23:43:44.308Z Compiling steno v0.4.1
22512026-08-13T23:43:45.126Z Compiling cookie v0.18.1
22522026-08-13T23:43:45.647Z Compiling hickory-proto v0.25.2
22532026-08-13T23:43:47.550Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22542026-08-13T23:43:48.035Z Compiling hickory-resolver v0.25.2
22552026-08-13T23:43:50.539Z Compiling vergen v8.3.2
22562026-08-13T23:43:52.002Z Compiling signal-hook v0.4.4
22572026-08-13T23:43:52.501Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22582026-08-13T23:43:52.885Z Compiling predicates-core v1.0.9
22592026-08-13T23:43:53.091Z Compiling mockall_derive v0.14.0
22602026-08-13T23:43:53.346Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22612026-08-13T23:43:53.405Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22622026-08-13T23:43:53.449Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22632026-08-13T23:43:53.766Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22642026-08-13T23:43:53.880Z Compiling sha2 v0.10.9
22652026-08-13T23:43:54.638Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22662026-08-13T23:43:55.522Z Compiling yansi v1.0.1
22672026-08-13T23:43:55.581Z Compiling diff v0.1.13
22682026-08-13T23:43:55.605Z Compiling mockall v0.14.0
22692026-08-13T23:43:55.791Z Compiling pretty_assertions v1.4.1
22702026-08-13T23:43:55.894Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22712026-08-13T23:43:57.024Z Compiling fs-err v3.1.2
22722026-08-13T23:43:57.098Z Compiling predicates v3.1.3
22732026-08-13T23:43:57.344Z Compiling predicates-tree v1.0.12
22742026-08-13T23:43:58.051Z Compiling git-stub v1.0.0
22752026-08-13T23:43:58.172Z Compiling filetime v0.2.26
22762026-08-13T23:43:58.340Z Compiling constant_time_eq v0.3.1
22772026-08-13T23:43:58.372Z Compiling fragile v2.0.1
22782026-08-13T23:43:58.466Z Compiling arrayref v0.3.9
22792026-08-13T23:43:58.555Z Compiling xattr v1.6.1
22802026-08-13T23:43:58.690Z Compiling arrayvec v0.7.6
22812026-08-13T23:43:58.747Z Compiling downcast v0.11.0
22822026-08-13T23:43:58.911Z Compiling is_ci v1.2.0
22832026-08-13T23:43:58.914Z Compiling blake3 v1.8.2
22842026-08-13T23:43:59.068Z Compiling supports-color v3.0.2
22852026-08-13T23:43:59.135Z Compiling tar v0.4.45
22862026-08-13T23:43:59.261Z Compiling toml v0.7.8
22872026-08-13T23:43:59.504Z Compiling git-stub-vcs v0.1.0
22882026-08-13T23:43:59.935Z Compiling curl-sys v0.4.89+curl-8.20.0
22892026-08-13T23:44:00.086Z Compiling signal-hook-tokio v0.4.0
22902026-08-13T23:44:00.375Z Compiling scuffle v0.1.0
22912026-08-13T23:44:01.304Z Compiling drift v0.2.0
22922026-08-13T23:44:02.018Z Compiling kstat-rs v0.2.4
22932026-08-13T23:44:02.249Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22942026-08-13T23:44:02.351Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22952026-08-13T23:44:02.576Z Compiling hex-literal v1.1.0
22962026-08-13T23:44:02.588Z Compiling topological-sort v0.2.2
22972026-08-13T23:44:02.704Z Compiling omicron-zone-package v0.12.2
22982026-08-13T23:44:02.744Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22992026-08-13T23:44:03.340Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
23002026-08-13T23:44:04.567Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23012026-08-13T23:44:05.383Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23022026-08-13T23:44:05.403Z Compiling dropshot-api-manager v0.7.2
23032026-08-13T23:44:05.557Z Compiling curl v0.4.50
23042026-08-13T23:44:06.051Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
23052026-08-13T23:44:06.265Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
23062026-08-13T23:44:06.417Z Compiling iddqd v0.4.5
23072026-08-13T23:44:06.515Z Compiling internet-checksum v0.2.1
23082026-08-13T23:44:06.665Z Compiling search_path v0.1.4
23092026-08-13T23:44:07.018Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
23102026-08-13T23:44:07.147Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
23112026-08-13T23:44:09.906Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
23122026-08-13T23:44:12.530Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
23132026-08-13T23:44:57.842Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 21s
23142026-08-13T23:44:57.971Z Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e)
23152026-08-13T23:44:57.974Z
23162026-08-13T23:44:57.974Zrunning 5 tests
23172026-08-13T23:44:57.977Ztest fuse::tests::chip_revision_a0 ... ok
23182026-08-13T23:44:57.977Ztest fuse::tests::chip_revision_b0 ... ok
23192026-08-13T23:44:57.977Ztest fuse::tests::chip_revision_b1 ... ok
23202026-08-13T23:44:57.977Ztest fuse::tests::chip_revision_unknown_device_id ... ok
23212026-08-13T23:44:57.977Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
23222026-08-13T23:44:57.977Z
23232026-08-13T23:44:57.977Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23242026-08-13T23:44:57.977Z
23252026-08-13T23:44:57.977Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
23262026-08-13T23:44:57.981Z
23272026-08-13T23:44:57.981Zrunning 0 tests
23282026-08-13T23:44:57.981Z
23292026-08-13T23:44:57.981Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23302026-08-13T23:44:57.981Z
23312026-08-13T23:44:57.981Z Running unittests src/lib.rs (target/debug/deps/asic-383fcf9cca2eddde)
23322026-08-13T23:44:57.985Z
23332026-08-13T23:44:57.985Zrunning 0 tests
23342026-08-13T23:44:57.985Z
23352026-08-13T23:44:57.988Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23362026-08-13T23:44:57.988Z
23372026-08-13T23:44:57.988Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
23382026-08-13T23:44:57.988Z
23392026-08-13T23:44:57.988Zrunning 10 tests
23402026-08-13T23:44:57.991Ztest nat::tests::test_vni ... ok
23412026-08-13T23:44:57.991Ztest network::tests::test_equal ... ok
23422026-08-13T23:44:57.991Ztest network::tests::test_eui64 ... ok
23432026-08-13T23:44:57.991Ztest network::tests::test_generate_ipv6_link_local ... ok
23442026-08-13T23:44:57.991Ztest network::tests::test_into ... ok
23452026-08-13T23:44:57.991Ztest network::tests::test_not_equal ... ok
23462026-08-13T23:44:57.991Ztest network::tests::test_parse ... ok
23472026-08-13T23:44:57.991Ztest network::tests::test_to_string ... ok
23482026-08-13T23:44:57.991Ztest test_purge ... ok
23492026-08-13T23:44:57.994Ztest illumos::test::address_exists_handles_missing_object ... ok
23502026-08-13T23:44:57.994Z
23512026-08-13T23:44:57.994Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23522026-08-13T23:44:57.994Z
23532026-08-13T23:44:57.994Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef)
23542026-08-13T23:44:57.998Z
23552026-08-13T23:44:57.998Zrunning 1 test
23562026-08-13T23:44:58.002Z -------
23572026-08-13T23:44:58.002Z Generating OpenAPI documents from API definitions ...
23582026-08-13T23:44:58.142Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23592026-08-13T23:44:58.216Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23602026-08-13T23:44:59.207Z -------
23612026-08-13T23:44:59.207Z Checking 13 OpenAPI documents...
23622026-08-13T23:44:59.207Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23632026-08-13T23:44:59.207Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23642026-08-13T23:44:59.207Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23652026-08-13T23:44:59.207Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23662026-08-13T23:44:59.211Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23672026-08-13T23:44:59.211Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23682026-08-13T23:44:59.211Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23692026-08-13T23:44:59.211Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23702026-08-13T23:44:59.211Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23712026-08-13T23:44:59.211Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23722026-08-13T23:44:59.211Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23732026-08-13T23:44:59.211Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23742026-08-13T23:44:59.211Z Fresh dpd (versioned v13.0.0 (added locally)): Oxide Switch Dataplane Controller
23752026-08-13T23:44:59.211Z Fresh dpd "latest" symlink
23762026-08-13T23:44:59.211Z -------
23772026-08-13T23:44:59.211Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
23782026-08-13T23:44:59.277Ztest test::test_apis_up_to_date ... ok
23792026-08-13T23:44:59.277Z
23802026-08-13T23:44:59.277Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s
23812026-08-13T23:44:59.277Z
23822026-08-13T23:44:59.333Z Running unittests src/main.rs (target/debug/deps/dpd-69956902c61aa667)
23832026-08-13T23:44:59.339Z
23842026-08-13T23:44:59.339Zrunning 42 tests
23852026-08-13T23:44:59.344Ztest freemap::test_ordering ... ok
23862026-08-13T23:44:59.344Ztest config::tests::test_updates ... ok
23872026-08-13T23:44:59.344Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23882026-08-13T23:44:59.344Ztest freemap::test_split ... ok
23892026-08-13T23:44:59.344Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23902026-08-13T23:44:59.344Ztest macaddrs::tests::test_mac_offset ... ok
23912026-08-13T23:44:59.344Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23922026-08-13T23:44:59.344Ztest macaddrs::tests::test_parse_port_id ... ok
23932026-08-13T23:44:59.344ZAug 13 23:44:57.652 Aug 13 23:44:57.652DEBG DEBG created new freemapcreated new freemap, Aug 13 23:44:57.652unit :DEBG freemap_testcreated new freemap, unit
23942026-08-13T23:44:59.344Z: freemap_test
23952026-08-13T23:44:59.344ZAug 13 23:44:57.652 DEBG initted freemap. size: 128, Aug 13 23:44:57.652unit :DEBG freemap_testinitted freemap. size: 128
23962026-08-13T23:44:59.344Z, unit: freemap_test
23972026-08-13T23:44:59.344ZAug 13 23:44:57.652 DEBG reset freemap, Aug 13 23:44:57.652unit :DEBG freemap_testreset freemap
23982026-08-13T23:44:59.344Z, unit: freemap_test
23992026-08-13T23:44:59.344Z, unit: freemap_test
24002026-08-13T23:44:59.344ZAug 13 23:44:57.652 DEBG initted freemap. size: 128, unit: freemap_test
24012026-08-13T23:44:59.344ZAug 13 23:44:57.652 DEBG reset freemap, unit: freemap_test
24022026-08-13T23:44:59.344Ztest freemap::test_free ... ok
24032026-08-13T23:44:59.344Ztest freemap::test_exhaustion ... ok
24042026-08-13T23:44:59.344Ztest nat::tagged_tests::test_plan_add_remove_retarget ... ok
24052026-08-13T23:44:59.344Ztest freemap::test_basic ... ok
24062026-08-13T23:44:59.344ZAug 13 23:44:57.652 DEBG created new freemap, unit: freemap_test
24072026-08-13T23:44:59.344ZAug 13 23:44:57.652 DEBG initted freemap. size: 128, unit: freemap_test
24082026-08-13T23:44:59.344ZAug 13 23:44:57.652 DEBG reset freemap, unit: freemap_test
24092026-08-13T23:44:59.344Ztest nat::tagged_tests::test_plan_conflicts ... ok
24102026-08-13T23:44:59.345Ztest nat::tagged_tests::test_plan_conflict_does_not_block_others ... ok
24112026-08-13T23:44:59.349Ztest freemap::test_reclaim ... ok
24122026-08-13T23:44:59.349Ztest nat::tagged_tests::test_plan_identical_is_all_unchanged ... ok
24132026-08-13T23:44:59.349Ztest nat::tagged_tests::test_plan_empty_to_n ... ok
24142026-08-13T23:44:59.349Ztest nat::tagged_tests::test_tag_excluded_from_entry_equality ... ok
24152026-08-13T23:44:59.349Ztest nat::tagged_tests::test_plan_ipv6 ... ok
24162026-08-13T23:44:59.350Ztest nat::tagged_tests::test_plan_two_tags_coexist ... ok
24172026-08-13T23:44:59.350Ztest nat::test_mapping ... ok
24182026-08-13T23:44:59.350Ztest port_map::tests::test_backplane_group ... ok
24192026-08-13T23:44:59.350Ztest port_map::tests::test_port_map ... ok
24202026-08-13T23:44:59.350Ztest port_map::tests::dump_map ... ok
24212026-08-13T23:44:59.350ZAug 13 23:44:57.653 DEBG created new freemap, unit: freemap_test
24222026-08-13T23:44:59.350ZAug 13 23:44:57.653 DEBG initted freemap. size: 8, unit: freemap_test
24232026-08-13T23:44:59.350ZAug 13 23:44:57.653 DEBG reset freemap, unit: freemap_test
24242026-08-13T23:44:59.350Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
24252026-08-13T23:44:59.350Ztest api_server::tests::test_build_info ... ok
24262026-08-13T23:44:59.350ZAug 13 23:44:57.654 DEBG created new freemap, unit: freemap_test
24272026-08-13T23:44:59.350ZAug 13 23:44:57.654 DEBG initted freemap. size: 128, unit: freemap_test
24282026-08-13T23:44:59.350ZAug 13 23:44:57.654 DEBG reset freemap, unit: freemap_test
24292026-08-13T23:44:59.350ZAug 13 23:44:57.654 DEBG created new freemap, unit: freemap_route_ipv4
24302026-08-13T23:44:59.350ZAug 13 23:44:57.654 DEBG created new freemap, unit: freemap_route_ipv6
24312026-08-13T23:44:59.350ZAug 13 23:44:57.654 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
24322026-08-13T23:44:59.350ZAug 13 23:44:57.654 DEBG reset freemap, unit: freemap_route_ipv4
24332026-08-13T23:44:59.350ZAug 13 23:44:57.654 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
24342026-08-13T23:44:59.350ZAug 13 23:44:57.654 DEBG reset freemap, unit: freemap_route_ipv6
24352026-08-13T23:44:59.350ZAug 13 23:44:57.654 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
24362026-08-13T23:44:59.350ZAug 13 23:44:57.654 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 } }]
24372026-08-13T23:44:59.350ZAug 13 23:44:57.654 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
24382026-08-13T23:44:59.350ZAug 13 23:44:57.654 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 } }]
24392026-08-13T23:44:59.350ZAug 13 23:44:57.654 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
24402026-08-13T23:44:59.350ZAug 13 23:44:57.654 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 } }]
24412026-08-13T23:44:59.350ZAug 13 23:44:57.654 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
24422026-08-13T23:44:59.350ZAug 13 23:44:57.654 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 } }]
24432026-08-13T23:44:59.351ZAug 13 23:44:57.654 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
24442026-08-13T23:44:59.351ZAug 13 23:44:57.654 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 } }]
24452026-08-13T23:44:59.351ZAug 13 23:44:57.654 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
24462026-08-13T23:44:59.351ZAug 13 23:44:57.654 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 } }]
24472026-08-13T23:44:59.351ZAug 13 23:44:57.654 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
24482026-08-13T23:44:59.351ZAug 13 23:44:57.654 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 } }]
24492026-08-13T23:44:59.351ZAug 13 23:44:57.654 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
24502026-08-13T23:44:59.351ZAug 13 23:44:57.654 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 } }]
24512026-08-13T23:44:59.351ZAug 13 23:44:57.654 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
24522026-08-13T23:44:59.351ZAug 13 23:44:57.654 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 } }]
24532026-08-13T23:44:59.351ZAug 13 23:44:57.654 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
24542026-08-13T23:44:59.351ZAug 13 23:44:57.654 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 } }]
24552026-08-13T23:44:59.351ZAug 13 23:44:57.654 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
24562026-08-13T23:44:59.351ZAug 13 23:44:57.654 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 } }]
24572026-08-13T23:44:59.351ZAug 13 23:44:57.654 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
24582026-08-13T23:44:59.351ZAug 13 23:44:57.654 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 } }]
24592026-08-13T23:44:59.351ZAug 13 23:44:57.654 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
24602026-08-13T23:44:59.351ZAug 13 23:44:57.654 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 } }]
24612026-08-13T23:44:59.351ZAug 13 23:44:57.654 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
24622026-08-13T23:44:59.351ZAug 13 23:44:57.654 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 } }]
24632026-08-13T23:44:59.351ZAug 13 23:44:57.654 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
24642026-08-13T23:44:59.351ZAug 13 23:44:57.654 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 } }]
24652026-08-13T23:44:59.351ZAug 13 23:44:57.654 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
24662026-08-13T23:44:59.351ZAug 13 23:44:57.654 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 } }]
24672026-08-13T23:44:59.351ZAug 13 23:44:57.654 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
24682026-08-13T23:44:59.351ZAug 13 23:44:57.654 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 } }]
24692026-08-13T23:44:59.352ZAug 13 23:44:57.654 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
24702026-08-13T23:44:59.352ZAug 13 23:44:57.654 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 } }]
24712026-08-13T23:44:59.352ZAug 13 23:44:57.654 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
24722026-08-13T23:44:59.352ZAug 13 23:44:57.654 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 } }]
24732026-08-13T23:44:59.352ZAug 13 23:44:57.654 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
24742026-08-13T23:44:59.352ZAug 13 23:44:57.654 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 } }]
24752026-08-13T23:44:59.352ZAug 13 23:44:57.654 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
24762026-08-13T23:44:59.352ZAug 13 23:44:57.654 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 } }]
24772026-08-13T23:44:59.352ZAug 13 23:44:57.654 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
24782026-08-13T23:44:59.352ZAug 13 23:44:57.654 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 } }]
24792026-08-13T23:44:59.352ZAug 13 23:44:57.654 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
24802026-08-13T23:44:59.352ZAug 13 23:44:57.654 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 } }]
24812026-08-13T23:44:59.352ZAug 13 23:44:57.654 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
24822026-08-13T23:44:59.352ZAug 13 23:44:57.654 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 } }]
24832026-08-13T23:44:59.352ZAug 13 23:44:57.654 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
24842026-08-13T23:44:59.352Ztest freemap::test_span ... ok
24852026-08-13T23:44:59.352ZAug 13 23:44:57.654 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 } }]
24862026-08-13T23:44:59.352Ztest port_map::tests::parse_softnpu_revision ... ok
24872026-08-13T23:44:59.352ZAug 13 23:44:57.654 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
24882026-08-13T23:44:59.352ZAug 13 23:44:57.654 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 } }]
24892026-08-13T23:44:59.352ZAug 13 23:44:57.654 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
24902026-08-13T23:44:59.352ZAug 13 23:44:57.654 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 } }]
24912026-08-13T23:44:59.352ZAug 13 23:44:57.654 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
24922026-08-13T23:44:59.352ZAug 13 23:44:57.654 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 } }]
24932026-08-13T23:44:59.352ZAug 13 23:44:57.654 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
24942026-08-13T23:44:59.352ZAug 13 23:44:57.654 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 } }]
24952026-08-13T23:44:59.353ZAug 13 23:44:57.654 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
24962026-08-13T23:44:59.353ZAug 13 23:44:57.654Aug 13 23:44:57.654 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 } }]
24972026-08-13T23:44:59.353ZAug 13 23:44:57.654 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
24982026-08-13T23:44:59.353ZAug 13 23:44:57.654 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 } }]
24992026-08-13T23:44:59.353ZAug 13 23:44:57.654 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
25002026-08-13T23:44:59.353ZAug 13 23:44:57.654 Aug 13 23:44:57.654DEBG 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 } }]
25012026-08-13T23:44:59.353ZAug 13 23:44:57.654 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
25022026-08-13T23:44:59.353ZAug 13 23:44:57.654 DEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25032026-08-13T23:44:59.353ZAug 13 23:44:57.654 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
25042026-08-13T23:44:59.353ZAug 13 23:44:57.654 DEBG Aug 13 23:44:57.654created new freemap DEBG, unitreplacing 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 } }]
25052026-08-13T23:44:59.353Z Aug 13 23:44:57.654 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
25062026-08-13T23:44:59.353Z:Aug 13 23:44:57.654 DEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25072026-08-13T23:44:59.354ZAug 13 23:44:57.654 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG
25082026-08-13T23:44:59.354Z created new freemapAug 13 23:44:57.654 DEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25092026-08-13T23:44:59.354Z, unitAug 13 23:44:57.654created new freemap INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff:,
25102026-08-13T23:44:59.354Zunit:Aug 13 23:44:57.654 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 } }]
25112026-08-13T23:44:59.359Zfreemap_route_ipv4
25122026-08-13T23:44:59.359ZAug 13 23:44:57.654 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
25132026-08-13T23:44:59.359ZAug 13 23:44:57.654 DEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25142026-08-13T23:44:59.359Z freemap_route_ipv4Aug 13 23:44:57.654Aug 13 23:44:57.654
25152026-08-13T23:44:59.359Z INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 13 23:44:57.654
25162026-08-13T23:44:59.359Z freemap_route_ipv4DEBG
25172026-08-13T23:44:59.359Zcreated new freemapAug 13 23:44:57.654 , 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 } }]
25182026-08-13T23:44:59.359ZDEBGAug 13 23:44:57.654 created new freemap , INFOunit: adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 13 23:44:57.654
25192026-08-13T23:44:59.359Z DEBG unitcreated new freemap:, unitfreemap_route_ipv6: freemap_route_ipv6
25202026-08-13T23:44:59.359Z
25212026-08-13T23:44:59.359ZAug 13 23:44:57.654 DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25222026-08-13T23:44:59.359ZAug 13 23:44:57.654 Aug 13 23:44:57.654DEBG INFOinitted freemap. size: 64 , adding route 3fff:beef:26::/64 -> 2001:db8::55:ffunit
25232026-08-13T23:44:59.359Z: freemap_route_ipv4
25242026-08-13T23:44:59.359ZAug 13 23:44:57.654 DEBG Aug 13 23:44:57.654replacing 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 } }]
25252026-08-13T23:44:59.359ZDEBG reset freemap, unitAug 13 23:44:57.654: INFOfreemap_route_ipv4
25262026-08-13T23:44:59.359Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
25272026-08-13T23:44:59.359ZAug 13 23:44:57.654 Aug 13 23:44:57.654DEBG DEBGinitted freemap. size: 64 , 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 } }]unit
25282026-08-13T23:44:59.359Z: freemap_route_ipv6
25292026-08-13T23:44:59.359ZAug 13 23:44:57.654 INFOAug 13 23:44:57.654 Aug 13 23:44:57.654 DEBG initted freemap. size: 64DEBG, unitreset freemap:, unitfreemap_route_ipv4:
25302026-08-13T23:44:59.360Z freemap_route_ipv6
25312026-08-13T23:44:59.360ZAug 13 23:44:57.654 DEBG Aug 13 23:44:57.654reset freemap , INFOfreemap_route_ipv4unit :
25322026-08-13T23:44:59.360Zadding route 3fff:dead::/64 -> 2001:db8::55:1
25332026-08-13T23:44:59.360Zfreemap_route_ipv4
25342026-08-13T23:44:59.360ZAug 13 23:44:57.654Aug 13 23:44:57.654 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBGAug 13 23:44:57.654
25352026-08-13T23:44:59.360Zcreated new freemap, unit: freemap_route_ipv6Aug 13 23:44:57.654
25362026-08-13T23:44:59.360ZDEBGDEBG initted freemap. size: 64replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:44:57.654
25372026-08-13T23:44:59.360Z, unitDEBG:Aug 13 23:44:57.654 freemap_route_ipv6initted freemap. size: 64
25382026-08-13T23:44:59.360Z, INFOunit :adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
25392026-08-13T23:44:59.360Zfreemap_route_ipv4
25402026-08-13T23:44:59.360ZAug 13 23:44:57.654Aug 13 23:44:57.654 DEBGDEBG reset freemapreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
25412026-08-13T23:44:59.360ZunitAug 13 23:44:57.654: DEBG freemap_route_ipv4reset freemap
25422026-08-13T23:44:59.360Z, unitAug 13 23:44:57.655: INFOAug 13 23:44:57.655 freemap_route_ipv6adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
25432026-08-13T23:44:59.360Z
25442026-08-13T23:44:59.360ZDEBG initted freemap. size: 64Aug 13 23:44:57.655, Aug 13 23:44:57.655unitDEBG INFOreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: adding route 3fff:dead::/64 -> 2001:db8::55:1
25452026-08-13T23:44:59.360Zfreemap_route_ipv6
25462026-08-13T23:44:59.360Z
25472026-08-13T23:44:59.360ZAug 13 23:44:57.655Aug 13 23:44:57.655Aug 13 23:44:57.655 INFODEBG adding route 3fff:beef:2b::/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 } }]
25482026-08-13T23:44:59.360Z
25492026-08-13T23:44:59.360Zreset freemap, unit: freemap_route_ipv6Aug 13 23:44:57.655Aug 13 23:44:57.655
25502026-08-13T23:44:59.360Z 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 } }]Aug 13 23:44:57.655adding route 3fff:dead::/64 -> 2001:db8::55:2
25512026-08-13T23:44:59.360Z
25522026-08-13T23:44:59.360Z INFOAug 13 23:44:57.655 Aug 13 23:44:57.655 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBG
25532026-08-13T23:44:59.360Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
25542026-08-13T23:44:59.360Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
25552026-08-13T23:44:59.360ZAug 13 23:44:57.655Aug 13 23:44:57.655Aug 13 23:44:57.655 DEBG DEBG 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 } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
25562026-08-13T23:44:59.360Z
25572026-08-13T23:44:59.361Z
25582026-08-13T23:44:59.361ZAug 13 23:44:57.655Aug 13 23:44:57.655 Aug 13 23:44:57.655INFO DEBGDEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
25592026-08-13T23:44:59.361Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
25602026-08-13T23:44:59.361Z
25612026-08-13T23:44:59.361ZAug 13 23:44:57.655Aug 13 23:44:57.655 DEBGINFO replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
25622026-08-13T23:44:59.361Z
25632026-08-13T23:44:59.361ZAug 13 23:44:57.655Aug 13 23:44:57.655 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:2e::/64 -> 2001:db8::55:ff
25642026-08-13T23:44:59.361Z
25652026-08-13T23:44:59.361ZAug 13 23:44:57.655Aug 13 23:44:57.655 INFODEBG adding route 3fff:beef::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25662026-08-13T23:44:59.361Z
25672026-08-13T23:44:59.361ZAug 13 23:44:57.655Aug 13 23:44:57.655 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:2f::/64 -> 2001:db8::55:ff
25682026-08-13T23:44:59.361Z
25692026-08-13T23:44:59.361ZAug 13 23:44:57.655Aug 13 23:44:57.655 INFODEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25702026-08-13T23:44:59.361Z
25712026-08-13T23:44:59.361ZAug 13 23:44:57.655Aug 13 23:44:57.655 DEBGINFOAug 13 23:44:57.655 replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
25722026-08-13T23:44:59.361Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ffcreated new freemap
25732026-08-13T23:44:59.361Z, unit: Aug 13 23:44:57.655Aug 13 23:44:57.655 INFODEBG freemap_route_ipv6adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
25742026-08-13T23:44:59.361Z
25752026-08-13T23:44:59.361Z 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 } }]
25762026-08-13T23:44:59.361ZAug 13 23:44:57.655Aug 13 23:44:57.655 Aug 13 23:44:57.655DEBG INFOinitted freemap. size: 64 , unitDEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
25772026-08-13T23:44:59.361Zreplacing 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 } }]:
25782026-08-13T23:44:59.361Z freemap_route_ipv4Aug 13 23:44:57.655
25792026-08-13T23:44:59.361Z Aug 13 23:44:57.655DEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:44:57.655INFO DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
25802026-08-13T23:44:59.362Z
25812026-08-13T23:44:59.362Zreset freemap, unit:Aug 13 23:44:57.655Aug 13 23:44:57.655 INFOfreemap_route_ipv4DEBG
25822026-08-13T23:44:59.362Z adding route 3fff:beef:32::/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 } }]
25832026-08-13T23:44:59.362Z
25842026-08-13T23:44:59.362ZAug 13 23:44:57.655Aug 13 23:44:57.655Aug 13 23:44:57.655 DEBG DEBG INFO initted freemap. size: 64replacing 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 } }]
25852026-08-13T23:44:59.362Z, adding route 3fff:beef:4::/64 -> 2001:db8::55:ffunit
25862026-08-13T23:44:59.362Z: freemap_route_ipv6Aug 13 23:44:57.655
25872026-08-13T23:44:59.362Z Aug 13 23:44:57.655 INFODEBG Aug 13 23:44:57.655adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
25882026-08-13T23:44:59.362ZDEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap
25892026-08-13T23:44:59.362Z, unitAug 13 23:44:57.655: DEBGfreemap_route_ipv6 Aug 13 23:44:57.655
25902026-08-13T23:44:59.362Z 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 } }]
25912026-08-13T23:44:59.362ZAug 13 23:44:57.655adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
25922026-08-13T23:44:59.362ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1
25932026-08-13T23:44:59.362ZAug 13 23:44:57.655Aug 13 23:44:57.655 DEBGINFO Aug 13 23:44:57.655adding route 3fff:beef:34::/64 -> 2001:db8::55:ff 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 } }]
25942026-08-13T23:44:59.362ZDEBG
25952026-08-13T23:44:59.362Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
25962026-08-13T23:44:59.362ZAug 13 23:44:57.655Aug 13 23:44:57.655 Aug 13 23:44:57.655 DEBGINFO replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ffINFO
25972026-08-13T23:44:59.362Z
25982026-08-13T23:44:59.362Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
25992026-08-13T23:44:59.362ZAug 13 23:44:57.655Aug 13 23:44:57.655 Aug 13 23:44:57.655INFO DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff 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 } }]
26002026-08-13T23:44:59.362Z
26012026-08-13T23:44:59.362Z 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 } }]
26022026-08-13T23:44:59.362ZAug 13 23:44:57.655Aug 13 23:44:57.655 DEBGAug 13 23:44:57.655INFO 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 } }] adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
26032026-08-13T23:44:59.362Z
26042026-08-13T23:44:59.362Z
26052026-08-13T23:44:59.362ZAug 13 23:44:57.655Aug 13 23:44:57.655Aug 13 23:44:57.655 INFO DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
26062026-08-13T23:44:59.362Zreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
26072026-08-13T23:44:59.363Z 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 } }]
26082026-08-13T23:44:59.363ZAug 13 23:44:57.655Aug 13 23:44:57.655 Aug 13 23:44:57.655 DEBG INFOreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
26092026-08-13T23:44:59.363Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
26102026-08-13T23:44:59.363Z
26112026-08-13T23:44:59.367ZAug 13 23:44:57.655Aug 13 23:44:57.655 Aug 13 23:44:57.655INFO DEBGDEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ff 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: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 } }]
26122026-08-13T23:44:59.367Z
26132026-08-13T23:44:59.367Z
26142026-08-13T23:44:59.367ZAug 13 23:44:57.655Aug 13 23:44:57.655Aug 13 23:44:57.655 INFO INFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
26152026-08-13T23:44:59.367Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG
26162026-08-13T23:44:59.367Z 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 } }]
26172026-08-13T23:44:59.368ZAug 13 23:44:57.655Aug 13 23:44:57.655 Aug 13 23:44:57.655DEBG 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:38::/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 } }]
26182026-08-13T23:44:59.368Z
26192026-08-13T23:44:59.368Z
26202026-08-13T23:44:59.368ZAug 13 23:44:57.655Aug 13 23:44:57.655 Aug 13 23:44:57.655DEBG 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 3fff:beef:a::/64 -> 2001:db8::55:ff
26212026-08-13T23:44:59.368Z
26222026-08-13T23:44:59.368Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
26232026-08-13T23:44:59.368ZAug 13 23:44:57.655Aug 13 23:44:57.655Aug 13 23:44:57.655 INFODEBGDEBG 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:39::/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 } }]
26242026-08-13T23:44:59.368Z
26252026-08-13T23:44:59.368Z
26262026-08-13T23:44:59.368ZAug 13 23:44:57.655Aug 13 23:44:57.655Aug 13 23:44:57.655 INFOINFODEBG adding route 3fff:beef:5::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26272026-08-13T23:44:59.368Z
26282026-08-13T23:44:59.368Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
26292026-08-13T23:44:59.368ZAug 13 23:44:57.655Aug 13 23:44:57.655 DEBGINFOAug 13 23:44:57.655 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26302026-08-13T23:44:59.368Z
26312026-08-13T23:44:59.368ZDEBG 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 } }]
26322026-08-13T23:44:59.368ZAug 13 23:44:57.655Aug 13 23:44:57.655 INFODEBG Aug 13 23:44:57.655 adding route 3fff:beef:6::/64 -> 2001:db8::55:ff 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 } }]
26332026-08-13T23:44:59.368Z
26342026-08-13T23:44:59.368ZINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
26352026-08-13T23:44:59.368ZAug 13 23:44:57.655Aug 13 23:44:57.655 INFODEBG Aug 13 23:44:57.655replacing 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 } }]
26362026-08-13T23:44:59.368ZDEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
26372026-08-13T23:44:59.368Zreplacing 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 } }]
26382026-08-13T23:44:59.368ZAug 13 23:44:57.655 INFOAug 13 23:44:57.655 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG
26392026-08-13T23:44:59.368ZAug 13 23:44:57.655 replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
26402026-08-13T23:44:59.368Z Aug 13 23:44:57.655adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
26412026-08-13T23:44:59.368ZDEBG Aug 13 23:44:57.655replacing 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 } }]
26422026-08-13T23:44:59.368ZAug 13 23:44:57.655INFO DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff Aug 13 23:44:57.655
26432026-08-13T23:44:59.368Z replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
26442026-08-13T23:44:59.369Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
26452026-08-13T23:44:59.369ZAug 13 23:44:57.655Aug 13 23:44:57.655 Aug 13 23:44:57.655DEBG DEBGINFOreplacing 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 } }]
26462026-08-13T23:44:59.369Zreplacing 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:e::/64 -> 2001:db8::55:ff
26472026-08-13T23:44:59.369Z
26482026-08-13T23:44:59.369ZAug 13 23:44:57.655Aug 13 23:44:57.655Aug 13 23:44:57.655 INFOINFODEBG adding route 3fff:beef:9::/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 } }]
26492026-08-13T23:44:59.369Z
26502026-08-13T23:44:59.369Z adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
26512026-08-13T23:44:59.369ZAug 13 23:44:57.655Aug 13 23:44:57.655Aug 13 23:44:57.655 INFODEBG DEBG adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
26522026-08-13T23:44:59.369Zreplacing 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: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 } }]
26532026-08-13T23:44:59.369Z
26542026-08-13T23:44:59.369ZAug 13 23:44:57.655Aug 13 23:44:57.655 Aug 13 23:44:57.655INFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffINFODEBG
26552026-08-13T23:44:59.369Z adding route 3fff:beef:a::/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 } }]
26562026-08-13T23:44:59.369Z
26572026-08-13T23:44:59.369ZAug 13 23:44:57.655 DEBG Aug 13 23:44:57.655Aug 13 23:44:57.655 replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
26582026-08-13T23:44:59.369ZINFO 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:10::/64 -> 2001:db8::55:ff
26592026-08-13T23:44:59.369Z
26602026-08-13T23:44:59.369ZAug 13 23:44:57.655Aug 13 23:44:57.655 Aug 13 23:44:57.655DEBGINFO failed to allocate space for the new target listDEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
26612026-08-13T23:44:59.369Zreplacing 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 } }]
26622026-08-13T23:44:59.369Z
26632026-08-13T23:44:59.369ZAug 13 23:44:57.655Aug 13 23:44:57.655 DEBGAug 13 23:44:57.655 replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
26642026-08-13T23:44:59.369Z 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 } }]
26652026-08-13T23:44:59.369Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
26662026-08-13T23:44:59.369ZAug 13 23:44:57.655 INFOAug 13 23:44:57.655 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG
26672026-08-13T23:44:59.369Z 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 } }]
26682026-08-13T23:44:59.369ZAug 13 23:44:57.655Aug 13 23:44:57.655 DEBGINFO replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
26692026-08-13T23:44:59.369Z
26702026-08-13T23:44:59.369ZAug 13 23:44:57.655 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 } }]
26712026-08-13T23:44:59.370ZAug 13 23:44:57.655 INFO Aug 13 23:44:57.655adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
26722026-08-13T23:44:59.370ZINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
26732026-08-13T23:44:59.370ZAug 13 23:44:57.655 Aug 13 23:44:57.655DEBG DEBG DEBGreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26742026-08-13T23:44:59.370Zreplacing 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 } }]
26752026-08-13T23:44:59.370Zreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:44:57.655
26762026-08-13T23:44:59.370Z INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 13 23:44:57.655Aug 13 23:44:57.655
26772026-08-13T23:44:59.370Z INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 13 23:44:57.655
26782026-08-13T23:44:59.370Z
26792026-08-13T23:44:59.370ZDEBG Aug 13 23:44:57.655replacing 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 } }]
26802026-08-13T23:44:59.370ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 13 23:44:57.655
26812026-08-13T23:44:59.370ZAug 13 23:44:57.655 DEBGINFO replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
26822026-08-13T23:44:59.370ZAug 13 23:44:57.655
26832026-08-13T23:44:59.370Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 13 23:44:57.655
26842026-08-13T23:44:59.370ZAug 13 23:44:57.655 INFODEBG adding route 3fff:beef:15::/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 } }]
26852026-08-13T23:44:59.370ZAug 13 23:44:57.655
26862026-08-13T23:44:59.370Z DEBG Aug 13 23:44:57.655replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Aug 13 23:44:57.655DEBG 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 } }]
26872026-08-13T23:44:59.370Z
26882026-08-13T23:44:59.370Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
26892026-08-13T23:44:59.370ZAug 13 23:44:57.655Aug 13 23:44:57.655 INFOAug 13 23:44:57.655 INFO DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2
26902026-08-13T23:44:59.370Z
26912026-08-13T23:44:59.370Zreplacing 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 } }]
26922026-08-13T23:44:59.370ZAug 13 23:44:57.655Aug 13 23:44:57.655Aug 13 23:44:57.655 INFODEBGDEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
26932026-08-13T23:44:59.370Zreplacing 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: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 } }]
26942026-08-13T23:44:59.370Z
26952026-08-13T23:44:59.370ZAug 13 23:44:57.655 Aug 13 23:44:57.655Aug 13 23:44:57.655DEBG INFOINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26962026-08-13T23:44:59.371Zadding route 3fff:beef::/64 -> 2001:db8::55:ff
26972026-08-13T23:44:59.371Z
26982026-08-13T23:44:59.371ZAug 13 23:44:57.655Aug 13 23:44:57.655Aug 13 23:44:57.655 DEBGINFO DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
26992026-08-13T23:44:59.371Z replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27002026-08-13T23:44:59.371Z
27012026-08-13T23:44:59.371ZAug 13 23:44:57.655 Aug 13 23:44:57.655DEBGAug 13 23:44:57.655 INFOreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27022026-08-13T23:44:59.371ZINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
27032026-08-13T23:44:59.371ZAug 13 23:44:57.655
27042026-08-13T23:44:59.371Z INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
27052026-08-13T23:44:59.371ZAug 13 23:44:57.655Aug 13 23:44:57.655 DEBGDEBG Aug 13 23:44:57.655 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: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
27062026-08-13T23:44:59.371Z
27072026-08-13T23:44:59.371Z 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 } }]
27082026-08-13T23:44:59.371ZAug 13 23:44:57.655Aug 13 23:44:57.655 INFOAug 13 23:44:57.655INFO INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ff adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
27092026-08-13T23:44:59.371Z
27102026-08-13T23:44:59.371Z
27112026-08-13T23:44:59.377ZAug 13 23:44:57.655Aug 13 23:44:57.655 Aug 13 23:44:57.655DEBGDEBGAug 13 23:44:57.655 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:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
27122026-08-13T23:44:59.377Z
27132026-08-13T23:44:59.377Z DEBGcreated new freemapAug 13 23:44:57.655 , Aug 13 23:44:57.655INFO 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 } }]INFO : adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
27142026-08-13T23:44:59.377Z
27152026-08-13T23:44:59.377Zfreemap_route_ipv4
27162026-08-13T23:44:59.377Z
27172026-08-13T23:44:59.377ZAug 13 23:44:57.655Aug 13 23:44:57.655 Aug 13 23:44:57.655 DEBGDEBG 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 } }]replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:44:57.655
27182026-08-13T23:44:59.377Z
27192026-08-13T23:44:59.377Z adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
27202026-08-13T23:44:59.377Z DEBGAug 13 23:44:57.655 Aug 13 23:44:57.655created new freemap Aug 13 23:44:57.655, INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO
27212026-08-13T23:44:59.377Z DEBGunitadding route 3fff:beef:16::/64 -> 2001:db8::55:ff:
27222026-08-13T23:44:59.377Zreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:44:57.655
27232026-08-13T23:44:59.377Z freemap_route_ipv6DEBG
27242026-08-13T23:44:59.377Z Aug 13 23:44:57.655replacing 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 } }]
27252026-08-13T23:44:59.377ZDEBGAug 13 23:44:57.655 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 } }]
27262026-08-13T23:44:59.377ZINFO Aug 13 23:44:57.655Aug 13 23:44:57.655 DEBGINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff initted freemap. size: 64Aug 13 23:44:57.655adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff ,
27272026-08-13T23:44:59.377ZINFO unit:
27282026-08-13T23:44:59.378Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
27292026-08-13T23:44:59.378ZAug 13 23:44:57.655freemap_route_ipv4Aug 13 23:44:57.655
27302026-08-13T23:44:59.378Z Aug 13 23:44:57.655DEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
27312026-08-13T23:44:59.378ZDEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:44:57.656
27322026-08-13T23:44:59.378Z INFOAug 13 23:44:57.656
27332026-08-13T23:44:59.378Z DEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreset freemap
27342026-08-13T23:44:59.378ZAug 13 23:44:57.656, Aug 13 23:44:57.656INFOunit adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO:
27352026-08-13T23:44:59.378Zfreemap_route_ipv4Aug 13 23:44:57.656 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBG
27362026-08-13T23:44:59.378Z 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 } }]
27372026-08-13T23:44:59.378Z
27382026-08-13T23:44:59.378ZAug 13 23:44:57.656Aug 13 23:44:57.656 DEBGAug 13 23:44:57.656Aug 13 23:44:57.656 DEBG INFO DEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
27392026-08-13T23:44:59.378Zreplacing 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 } }]
27402026-08-13T23:44:59.378Zinitted freemap. size: 64
27412026-08-13T23:44:59.378Z, unit:Aug 13 23:44:57.656Aug 13 23:44:57.656Aug 13 23:44:57.656 INFODEBG INFOfreemap_route_ipv6 adding route 3fff:beef:6::/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 } }]
27422026-08-13T23:44:59.378Z
27432026-08-13T23:44:59.378Z adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
27442026-08-13T23:44:59.378Z
27452026-08-13T23:44:59.378ZAug 13 23:44:57.656Aug 13 23:44:57.656 INFOAug 13 23:44:57.656Aug 13 23:44:57.656 DEBG adding route 3fff:beef:1a::/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 } }]
27462026-08-13T23:44:59.378ZDEBG
27472026-08-13T23:44:59.378ZDEBG reset freemapreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], Aug 13 23:44:57.656unit
27482026-08-13T23:44:59.378ZAug 13 23:44:57.656: freemap_route_ipv6DEBGINFO
27492026-08-13T23:44:59.378Z adding route 3fff:beef:7::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:44:57.656
27502026-08-13T23:44:59.378Z
27512026-08-13T23:44:59.378Z INFO Aug 13 23:44:57.656adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 13 23:44:57.656Aug 13 23:44:57.656
27522026-08-13T23:44:59.378Z INFOINFO DEBG Aug 13 23:44:57.656adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1
27532026-08-13T23:44:59.378Z
27542026-08-13T23:44:59.378Z 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 } }]Aug 13 23:44:57.656replacing 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 } }]
27552026-08-13T23:44:59.379ZDEBG
27562026-08-13T23:44:59.379Zreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:44:57.656
27572026-08-13T23:44:59.379ZAug 13 23:44:57.656 Aug 13 23:44:57.656INFO Aug 13 23:44:57.656 INFOadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
27582026-08-13T23:44:59.379ZINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
27592026-08-13T23:44:59.379Z
27602026-08-13T23:44:59.379Z Aug 13 23:44:57.656Aug 13 23:44:57.656 DEBGDEBGAug 13 23:44:57.656DEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
27612026-08-13T23:44:59.379Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
27622026-08-13T23:44:59.379Zreplacing 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 } }]
27632026-08-13T23:44:59.379ZAug 13 23:44:57.656
27642026-08-13T23:44:59.379ZINFO Aug 13 23:44:57.656Aug 13 23:44:57.656 adding route 3fff:beef:9::/64 -> 2001:db8::55:ff DEBGINFO
27652026-08-13T23:44:59.379Z adding route 3fff:beef:1d::/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 } }]
27662026-08-13T23:44:59.379ZAug 13 23:44:57.656
27672026-08-13T23:44:59.379ZAug 13 23:44:57.656 DEBG Aug 13 23:44:57.656INFOreplacing 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 } }]
27682026-08-13T23:44:59.379ZDEBG adding route 3fff:beef:21::/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 } }]
27692026-08-13T23:44:59.379Ztest route::tests::grow_succeeds ... ok
27702026-08-13T23:44:59.379Z
27712026-08-13T23:44:59.379ZAug 13 23:44:57.656 INFOAug 13 23:44:57.656 Aug 13 23:44:57.656adding route 3fff:beef:a::/64 -> 2001:db8::55:ff DEBGINFO
27722026-08-13T23:44:59.379Z 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 } }]
27732026-08-13T23:44:59.379Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 13 23:44:57.656
27742026-08-13T23:44:59.379Z DEBGAug 13 23:44:57.656 replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:44:57.656INFO
27752026-08-13T23:44:59.379Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBG
27762026-08-13T23:44:59.379Z 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 } }]
27772026-08-13T23:44:59.379ZAug 13 23:44:57.656 Aug 13 23:44:57.656INFO DEBGAug 13 23:44:57.656adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
27782026-08-13T23:44:59.379Zreplacing 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 } }]
27792026-08-13T23:44:59.379ZINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 13 23:44:57.656
27802026-08-13T23:44:59.379ZAug 13 23:44:57.656 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:23::/64 -> 2001:db8::55:ff
27812026-08-13T23:44:59.380ZAug 13 23:44:57.656
27822026-08-13T23:44:59.380Z 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 } }]
27832026-08-13T23:44:59.380ZAug 13 23:44:57.656Aug 13 23:44:57.656 DEBGAug 13 23:44:57.656INFO 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 } }]
27842026-08-13T23:44:59.380Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ffINFO
27852026-08-13T23:44:59.380Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 13 23:44:57.656
27862026-08-13T23:44:59.380ZAug 13 23:44:57.656 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
27872026-08-13T23:44:59.380Z DEBGAug 13 23:44:57.656 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
27882026-08-13T23:44:59.380Z 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 } }]
27892026-08-13T23:44:59.380ZAug 13 23:44:57.656Aug 13 23:44:57.656 INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
27902026-08-13T23:44:59.380Z
27912026-08-13T23:44:59.380ZAug 13 23:44:57.656 DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27922026-08-13T23:44:59.380ZAug 13 23:44:57.656 DEBGAug 13 23:44:57.656 replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
27932026-08-13T23:44:59.380Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
27942026-08-13T23:44:59.380ZAug 13 23:44:57.656 DEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:44:57.656
27952026-08-13T23:44:59.380Z INFO Aug 13 23:44:57.656adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
27962026-08-13T23:44:59.380ZINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
27972026-08-13T23:44:59.380ZAug 13 23:44:57.656 Aug 13 23:44:57.656DEBG 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 } }]
27982026-08-13T23:44:59.380Zreplacing 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 } }]
27992026-08-13T23:44:59.380ZAug 13 23:44:57.656 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 13 23:44:57.656
28002026-08-13T23:44:59.380Z INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 13 23:44:57.656
28012026-08-13T23:44:59.380Z DEBG Aug 13 23:44:57.656replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 23:44:57.656DEBG
28022026-08-13T23:44:59.380Z 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 } }]
28032026-08-13T23:44:59.380Zreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:44:57.656
28042026-08-13T23:44:59.380Z INFO Aug 13 23:44:57.656adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 13 23:44:57.656
28052026-08-13T23:44:59.380ZINFOINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
28062026-08-13T23:44:59.380Z
28072026-08-13T23:44:59.380ZAug 13 23:44:57.656 DEBG Aug 13 23:44:57.656replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 23:44:57.656
28082026-08-13T23:44:59.381Z DEBGDEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
28092026-08-13T23:44:59.381Z
28102026-08-13T23:44:59.381ZAug 13 23:44:57.656 INFO Aug 13 23:44:57.656Aug 13 23:44:57.656 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFO
28112026-08-13T23:44:59.385ZINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
28122026-08-13T23:44:59.385Z
28132026-08-13T23:44:59.385ZAug 13 23:44:57.656 DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:44:57.656
28142026-08-13T23:44:59.385Z Aug 13 23:44:57.656DEBG 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 } }]
28152026-08-13T23:44:59.385Zreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:44:57.656
28162026-08-13T23:44:59.385Z INFO Aug 13 23:44:57.656adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 13 23:44:57.656
28172026-08-13T23:44:59.385Z INFOINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
28182026-08-13T23:44:59.385ZAug 13 23:44:57.656
28192026-08-13T23:44:59.385Z DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:44:57.656
28202026-08-13T23:44:59.386ZAug 13 23:44:57.656 DEBGDEBG Aug 13 23:44:57.656replacing 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: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 } }]
28212026-08-13T23:44:59.386Z
28222026-08-13T23:44:59.386ZINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 13 23:44:57.656
28232026-08-13T23:44:59.386ZAug 13 23:44:57.656 INFO INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff Aug 13 23:44:57.656
28242026-08-13T23:44:59.386Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG
28252026-08-13T23:44:59.386Z replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:44:57.656
28262026-08-13T23:44:59.386Z DEBGAug 13 23:44:57.656 replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:44:57.656DEBG
28272026-08-13T23:44:59.386Z 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 } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
28282026-08-13T23:44:59.386Z
28292026-08-13T23:44:59.386ZAug 13 23:44:57.656 INFO Aug 13 23:44:57.656Aug 13 23:44:57.656adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
28302026-08-13T23:44:59.386ZINFO DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
28312026-08-13T23:44:59.386Zreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:44:57.656
28322026-08-13T23:44:59.386Z DEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:44:57.656
28332026-08-13T23:44:59.386ZAug 13 23:44:57.656 DEBGINFO Aug 13 23:44:57.656adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28342026-08-13T23:44:59.386ZINFO
28352026-08-13T23:44:59.386Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
28362026-08-13T23:44:59.386ZAug 13 23:44:57.656Aug 13 23:44:57.656 DEBGINFO Aug 13 23:44:57.656replacing 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 } }]
28372026-08-13T23:44:59.386Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG
28382026-08-13T23:44:59.386Z replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:44:57.656
28392026-08-13T23:44:59.386Z Aug 13 23:44:57.656INFO DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
28402026-08-13T23:44:59.386Zreplacing 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 } }]
28412026-08-13T23:44:59.386ZAug 13 23:44:57.656 Aug 13 23:44:57.656INFOAug 13 23:44:57.656 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG
28422026-08-13T23:44:59.386Z INFOreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28432026-08-13T23:44:59.386Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
28442026-08-13T23:44:59.386ZAug 13 23:44:57.656 Aug 13 23:44:57.656Aug 13 23:44:57.656 INFODEBGDEBG 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 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:30::/64 -> 2001:db8::55:ff
28452026-08-13T23:44:59.387Z
28462026-08-13T23:44:59.387Z
28472026-08-13T23:44:59.387ZAug 13 23:44:57.656Aug 13 23:44:57.656 Aug 13 23:44:57.656 INFO INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG
28482026-08-13T23:44:59.387Z 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:17::/64 -> 2001:db8::55:ff
28492026-08-13T23:44:59.387ZAug 13 23:44:57.656
28502026-08-13T23:44:59.387Z DEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:44:57.656
28512026-08-13T23:44:59.387Z Aug 13 23:44:57.656DEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 13 23:44:57.656
28522026-08-13T23:44:59.387Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFO
28532026-08-13T23:44:59.387Z Aug 13 23:44:57.656 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFO
28542026-08-13T23:44:59.387ZAug 13 23:44:57.656 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG
28552026-08-13T23:44:59.387Zreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:44:57.656
28562026-08-13T23:44:59.387Z DEBG Aug 13 23:44:57.656replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 23:44:57.656
28572026-08-13T23:44:59.387ZDEBG INFOreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28582026-08-13T23:44:59.387Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
28592026-08-13T23:44:59.387ZAug 13 23:44:57.656Aug 13 23:44:57.656Aug 13 23:44:57.656 INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG
28602026-08-13T23:44:59.387Z adding route 3fff:beef:2a::/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 } }]
28612026-08-13T23:44:59.387Z
28622026-08-13T23:44:59.387ZAug 13 23:44:57.656 DEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:44:57.656
28632026-08-13T23:44:59.387Z Aug 13 23:44:57.656INFO DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
28642026-08-13T23:44:59.387ZAug 13 23:44:57.656replacing 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 } }]
28652026-08-13T23:44:59.387ZINFOAug 13 23:44:57.656 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG
28662026-08-13T23:44:59.387Z Aug 13 23:44:57.656replacing 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 } }]
28672026-08-13T23:44:59.387ZAug 13 23:44:57.656INFO DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
28682026-08-13T23:44:59.387Zreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:44:57.656
28692026-08-13T23:44:59.387Z INFO Aug 13 23:44:57.656adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 13 23:44:57.656
28702026-08-13T23:44:59.387Z INFODEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 13 23:44:57.656
28712026-08-13T23:44:59.387Zreplacing 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 } }]
28722026-08-13T23:44:59.387ZDEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:44:57.656
28732026-08-13T23:44:59.388Z DEBGAug 13 23:44:57.656 replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
28742026-08-13T23:44:59.388Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
28752026-08-13T23:44:59.388ZAug 13 23:44:57.656Aug 13 23:44:57.656 INFOAug 13 23:44:57.656 INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ff DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
28762026-08-13T23:44:59.388Z
28772026-08-13T23:44:59.388Zreplacing 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 } }]
28782026-08-13T23:44:59.388ZAug 13 23:44:57.656Aug 13 23:44:57.656Aug 13 23:44:57.656 DEBG 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 } }]
28792026-08-13T23:44:59.388Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG
28802026-08-13T23:44:59.388Z 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 } }]
28812026-08-13T23:44:59.388Ztest route::tests::rollback_on_compact_delete_failure ... ok
28822026-08-13T23:44:59.388ZAug 13 23:44:57.656Aug 13 23:44:57.656 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 } }]Aug 13 23:44:57.656adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
28832026-08-13T23:44:59.388ZAug 13 23:44:57.657 DEBG INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 13 23:44:57.657
28842026-08-13T23:44:59.388Z DEBG created new freemapreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], Aug 13 23:44:57.657
28852026-08-13T23:44:59.388Zunit : DEBGfreemap_route_ipv4 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 } }]
28862026-08-13T23:44:59.388Z
28872026-08-13T23:44:59.388Z
28882026-08-13T23:44:59.388ZAug 13 23:44:57.657Aug 13 23:44:57.657 Aug 13 23:44:57.657 DEBGINFO created new freemapadding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 13 23:44:57.657
28892026-08-13T23:44:59.388Z, DEBGunit INFOcreated new freemapAug 13 23:44:57.657, unitDEBG: :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 } }]
28902026-08-13T23:44:59.388Zfreemap_route_ipv4
28912026-08-13T23:44:59.388Zfreemap_route_ipv6
28922026-08-13T23:44:59.388ZAug 13 23:44:57.657 Aug 13 23:44:57.657INFO Aug 13 23:44:57.657DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
28932026-08-13T23:44:59.388Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffinitted freemap. size: 64DEBG,
28942026-08-13T23:44:59.388Z unitAug 13 23:44:57.657created new freemap :, DEBG unit Aug 13 23:44:57.657freemap_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 } }]: DEBG
28952026-08-13T23:44:59.389Z 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 } }]
28962026-08-13T23:44:59.389Z
28972026-08-13T23:44:59.389Z
28982026-08-13T23:44:59.389ZAug 13 23:44:57.657 Aug 13 23:44:57.657 DEBGINFO reset freemapadding route 3fff:beef:39::/64 -> 2001:db8::55:ff,
28992026-08-13T23:44:59.389ZunitAug 13 23:44:57.657: Aug 13 23:44:57.657INFOAug 13 23:44:57.657 freemap_route_ipv4
29002026-08-13T23:44:59.389Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG
29012026-08-13T23:44:59.389Z 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 } }]initted freemap. size: 64
29022026-08-13T23:44:59.389Z, Aug 13 23:44:57.657Aug 13 23:44:57.657 unitDEBGDEBG:Aug 13 23:44:57.657 Aug 13 23:44:57.657initted freemap. size: 64 , DEBGunit INFO: created new freemap adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff, freemap_route_ipv6
29032026-08-13T23:44:59.389Zunit
29042026-08-13T23:44:59.389Z:freemap_route_ipv4replacing 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 } }]
29052026-08-13T23:44:59.389Zfreemap_route_ipv4Aug 13 23:44:57.657
29062026-08-13T23:44:59.389Z
29072026-08-13T23:44:59.389Z DEBGAug 13 23:44:57.657Aug 13 23:44:57.657 DEBGDEBG Aug 13 23:44:57.657 reset freemap reset freemap, INFOunit, Aug 13 23:44:57.657 : DEBGfreemap_route_ipv6unit
29082026-08-13T23:44:59.389Z: created new freemapfreemap_route_ipv4adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
29092026-08-13T23:44:59.389Z
29102026-08-13T23:44:59.389Z, Aug 13 23:44:57.657unit replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:INFO Aug 13 23:44:57.657Aug 13 23:44:57.657
29112026-08-13T23:44:59.394ZDEBG freemap_route_ipv6DEBGreplacing 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 } }]
29122026-08-13T23:44:59.395Z
29132026-08-13T23:44:59.395ZAug 13 23:44:57.657 initted freemap. size: 64 , INFO unit: adding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 3fff:beef:3b::/64 -> 2001:db8::55:fffreemap_route_ipv6
29142026-08-13T23:44:59.395ZAug 13 23:44:57.657
29152026-08-13T23:44:59.395ZAug 13 23:44:57.657 INFOAug 13 23:44:57.657 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 13 23:44:57.657DEBG
29162026-08-13T23:44:59.395Z 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 } }]
29172026-08-13T23:44:59.395Z
29182026-08-13T23:44:59.395ZDEBGreset freemap initted freemap. size: 64, Aug 13 23:44:57.657, unit unitAug 13 23:44:57.657:Aug 13 23:44:57.657 freemap_route_ipv4DEBG
29192026-08-13T23:44:59.395Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]: INFOfreemap_route_ipv6Aug 13 23:44:57.657DEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
29202026-08-13T23:44:59.395Z
29212026-08-13T23:44:59.395Zreplacing 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 } }]
29222026-08-13T23:44:59.395Z DEBG reset freemapAug 13 23:44:57.658,
29232026-08-13T23:44:59.395ZAug 13 23:44:57.658 Aug 13 23:44:57.658DEBGunit : 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 } }] INFOAug 13 23:44:57.658freemap_route_ipv4
29242026-08-13T23:44:59.395Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
29252026-08-13T23:44:59.395ZINFOINFO
29262026-08-13T23:44:59.395Z Aug 13 23:44:57.658adding route 3fff:dead::/64 -> 2001:db8::55:1
29272026-08-13T23:44:59.395ZDEBG failed to allocate space for the new target list
29282026-08-13T23:44:59.395ZAug 13 23:44:57.658adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 13 23:44:57.658DEBG Aug 13 23:44:57.658
29292026-08-13T23:44:59.395Z Aug 13 23:44:57.658replacing 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 } }]DEBGDEBG DEBG
29302026-08-13T23:44:59.395Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]initted freemap. size: 64 Aug 13 23:44:57.658
29312026-08-13T23:44:59.395Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
29322026-08-13T23:44:59.395ZAug 13 23:44:57.658 , INFODEBG unit adding route 3fff:beef:33::/64 -> 2001:db8::55:ff:
29332026-08-13T23:44:59.395Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] freemap_route_ipv6Aug 13 23:44:57.658
29342026-08-13T23:44:59.395Z
29352026-08-13T23:44:59.395Z Aug 13 23:44:57.658 INFODEBG Aug 13 23:44:57.658adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 13 23:44:57.658INFOreplacing 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 } }]
29362026-08-13T23:44:59.395Z
29372026-08-13T23:44:59.396ZDEBG adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 13 23:44:57.658reset freemap
29382026-08-13T23:44:59.396Z, unit :Aug 13 23:44:57.658INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG
29392026-08-13T23:44:59.396ZAug 13 23:44:57.658freemap_route_ipv6
29402026-08-13T23:44:59.396ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 13 23:44:57.658replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 13 23:44:57.658
29412026-08-13T23:44:59.396Z
29422026-08-13T23:44:59.396Z INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 13 23:44:57.658
29432026-08-13T23:44:59.396ZAug 13 23:44:57.658 replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
29442026-08-13T23:44:59.396Z INFOAug 13 23:44:57.658 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3Aug 13 23:44:57.658
29452026-08-13T23:44:59.396Z INFOadding route 3fff:dead::/64 -> 2001:db8::55:4 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:35::/64 -> 2001:db8::55:ff
29462026-08-13T23:44:59.396Z
29472026-08-13T23:44:59.396ZAug 13 23:44:57.658
29482026-08-13T23:44:59.396Z Aug 13 23:44:57.658Aug 13 23:44:57.658 Aug 13 23:44:57.658 DEBG DEBGINFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
29492026-08-13T23:44:59.396Z
29502026-08-13T23:44:59.396Z
29512026-08-13T23:44:59.396Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 13 23:44:57.658Aug 13 23:44:57.658Aug 13 23:44:57.658 DEBGINFOINFO
29522026-08-13T23:44:59.396Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:4adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
29532026-08-13T23:44:59.396Z
29542026-08-13T23:44:59.396Z
29552026-08-13T23:44:59.396ZAug 13 23:44:57.658 Aug 13 23:44:57.658Aug 13 23:44:57.658Aug 13 23:44:57.658 DEBGINFODEBGDEBG adding route 3fff:dead::/64 -> 2001:db8::55:3replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
29562026-08-13T23:44:59.396Zreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
29572026-08-13T23:44:59.396Z
29582026-08-13T23:44:59.396Z
29592026-08-13T23:44:59.396ZAug 13 23:44:57.658 Aug 13 23:44:57.658DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
29602026-08-13T23:44:59.396ZAug 13 23:44:57.658 DEBGAug 13 23:44:57.658 replacing targets for 3fff:dead::/64 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
29612026-08-13T23:44:59.396Z adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO
29622026-08-13T23:44:59.396Z adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 13 23:44:57.658
29632026-08-13T23:44:59.396Z WARNAug 13 23:44:57.656Aug 13 23:44:57.658 shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Aug 13 23:44:57.658DEBG
29642026-08-13T23:44:59.397Z DEBGDEBGreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 23:44:57.658created new freemap
29652026-08-13T23:44:59.397Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }],
29662026-08-13T23:44:59.397ZINFO unitadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff:Aug 13 23:44:57.658Aug 13 23:44:57.658 INFODEBG
29672026-08-13T23:44:59.397Z 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:2, vlan_id: None } }, NextHop { asic_port_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:38::/64 -> 2001:db8::55:ff
29682026-08-13T23:44:59.397Z
29692026-08-13T23:44:59.397Z
29702026-08-13T23:44:59.397ZAug 13 23:44:57.658 Aug 13 23:44:57.658DEBG Aug 13 23:44:57.658 WARNDEBG shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }]
29712026-08-13T23:44:59.397Z
29722026-08-13T23:44:59.397Zreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:44:57.658
29732026-08-13T23:44:59.397ZDEBG Aug 13 23:44:57.658created new freemap Aug 13 23:44:57.658Aug 13 23:44:57.658ERRO, unitrollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }):
29742026-08-13T23:44:59.397ZINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:fffreemap_route_ipv6
29752026-08-13T23:44:59.397ZINFO
29762026-08-13T23:44:59.397Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
29772026-08-13T23:44:59.397Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
29782026-08-13T23:44:59.397Ztest route::tests::rollback_on_compact_write_failure ... ok
29792026-08-13T23:44:59.397Ztest route::tests::identity_replace_is_noop ... ok
29802026-08-13T23:44:59.397ZAug 13 23:44:57.658 ERROAug 13 23:44:57.658 Aug 13 23:44:57.658 Aug 13 23:44:57.658shrink-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 DEBG Aug 13 23:44:57.658Aug 13 23:44:57.658replacing 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 } }]
29812026-08-13T23:44:59.397ZDEBG DEBGAug 13 23:44:57.667 created new freemap created new freemapINFO, DEBG unit, : unit :initted freemap. size: 64freemap_route_ipv4 ,
29822026-08-13T23:44:59.397Zunitfreemap_route_ipv4:adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
29832026-08-13T23:44:59.397Z freemap_route_ipv4
29842026-08-13T23:44:59.397Z
29852026-08-13T23:44:59.397ZAug 13 23:44:57.656 DEBG created new freemap, unit: freemap_route_ipv4Aug 13 23:44:57.667Aug 13 23:44:57.667
29862026-08-13T23:44:59.397Z Aug 13 23:44:57.667
29872026-08-13T23:44:59.397ZDEBG DEBGcreated new freemap reset freemap, , unitunit::DEBG freemap_route_ipv4freemap_route_ipv6Aug 13 23:44:57.667
29882026-08-13T23:44:59.397Z
29892026-08-13T23:44:59.397Zreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:44:57.667
29902026-08-13T23:44:59.397ZDEBG Aug 13 23:44:57.667Aug 13 23:44:57.667created new freemapAug 13 23:44:57.667, unitINFO :DEBG DEBG DEBGfreemap_route_ipv6initted freemap. size: 64 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
29912026-08-13T23:44:59.398Z
29922026-08-13T23:44:59.398Z, initted freemap. size: 64unit, :unitAug 13 23:44:57.667 Aug 13 23:44:57.667 : freemap_route_ipv6 DEBGDEBGfreemap_route_ipv4
29932026-08-13T23:44:59.398Z initted freemap. size: 64
29942026-08-13T23:44:59.398Zreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap,
29952026-08-13T23:44:59.398Zunit, : Aug 13 23:44:57.667Aug 13 23:44:57.667 DEBGunitAug 13 23:44:57.667 :reset freemapDEBG, unit :INFO freemap_route_ipv4adding route 3fff:beef:3c::/64 -> 2001:db8::55:fffreemap_route_ipv6
29962026-08-13T23:44:59.398Z
29972026-08-13T23:44:59.398Zreset freemap
29982026-08-13T23:44:59.398Z , freemap_route_ipv6unit
29992026-08-13T23:44:59.398ZAug 13 23:44:57.667: Aug 13 23:44:57.667DEBG freemap_route_ipv4 Aug 13 23:44:57.667Aug 13 23:44:57.667
30002026-08-13T23:44:59.398Z reset freemapINFO, Aug 13 23:44:57.667adding route 3fff:dead::/64 -> 2001:db8::55:1unitDEBG
30012026-08-13T23:44:59.398Zreplacing 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 freemap_route_ipv4
30022026-08-13T23:44:59.398ZAug 13 23:44:57.667initted freemap. size: 64DEBG,
30032026-08-13T23:44:59.398Z unitDEBG :initted freemap. size: 64 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 } }], freemap_route_ipv6Aug 13 23:44:57.667
30042026-08-13T23:44:59.398Zunit INFO
30052026-08-13T23:44:59.398Z adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
30062026-08-13T23:44:59.398Z:Aug 13 23:44:57.667 Aug 13 23:44:57.667 Aug 13 23:44:57.667DEBG Aug 13 23:44:57.667 DEBG initted freemap. size: 64DEBG INFO, reset freemapunitfreemap_route_ipv4 :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 } }],
30072026-08-13T23:44:59.398Z
30082026-08-13T23:44:59.398Zfreemap_route_ipv6unit
30092026-08-13T23:44:59.398Zadding route 3fff:dead::/64 -> 2001:db8::55:1:
30102026-08-13T23:44:59.398Zfreemap_route_ipv6
30112026-08-13T23:44:59.403ZAug 13 23:44:57.667 Aug 13 23:44:57.667Aug 13 23:44:57.667 DEBGINFO Aug 13 23:44:57.667 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 } }]
30122026-08-13T23:44:59.403Zadding route 3fff:beef:3e::/64 -> 2001:db8::55:ffDEBG
30132026-08-13T23:44:59.403Zreset freemapAug 13 23:44:57.658, unitAug 13 23:44:57.667Aug 13 23:44:57.667DEBG Aug 13 23:44:57.667 DEBG:created new freemap freemap_route_ipv6, 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 } }]unitDEBG
30142026-08-13T23:44:59.403Z
30152026-08-13T23:44:59.403Z: freemap_route_ipv4
30162026-08-13T23:44:59.403ZINFO Aug 13 23:44:57.667INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
30172026-08-13T23:44:59.403Z INFOAug 13 23:44:57.667adding route 3fff:dead::/64 -> 2001:db8::55:1
30182026-08-13T23:44:59.403ZAug 13 23:44:57.667DEBG adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff created new freemapINFO,
30192026-08-13T23:44:59.403Z Aug 13 23:44:57.667Aug 13 23:44:57.667 DEBG unitadding route 172.16.0.0/32 -> 10.0.0.1:DEBG
30202026-08-13T23:44:59.403Z freemap_route_ipv6Aug 13 23:44:57.667replacing 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 } }]
30212026-08-13T23:44:59.403Z
30222026-08-13T23:44:59.403ZAug 13 23:44:57.667replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 DEBG
30232026-08-13T23:44:59.403Z Aug 13 23:44:57.667replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] 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 } }]Aug 13 23:44:57.667
30242026-08-13T23:44:59.403ZINFO
30252026-08-13T23:44:59.403Z adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 13 23:44:57.667
30262026-08-13T23:44:59.404Z INFOinitted freemap. size: 64 Aug 13 23:44:57.667adding route 3fff:dead::/64 -> 2001:db8::55:2
30272026-08-13T23:44:59.404ZAug 13 23:44:57.667Aug 13 23:44:57.667INFO, unit adding route 172.16.0.0/32 -> 10.0.0.2:DEBGDEBG
30282026-08-13T23:44:59.404Z failed to allocate space for the new target listreplacing 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 } }]
30292026-08-13T23:44:59.404Z
30302026-08-13T23:44:59.404ZAug 13 23:44:57.667 DEBG Aug 13 23:44:57.667replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 13 23:44:57.667Aug 13 23:44:57.667 DEBGINFODEBG
30312026-08-13T23:44:59.404Zadding route 3fff:beef::/64 -> 2001:db8::55:ff
30322026-08-13T23:44:59.404Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
30332026-08-13T23:44:59.404Z
30342026-08-13T23:44:59.404Zfreemap_route_ipv4Aug 13 23:44:57.667
30352026-08-13T23:44:59.404Z DEBGAug 13 23:44:57.667 Aug 13 23:44:57.667replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:44:57.667DEBG Aug 13 23:44:57.667
30362026-08-13T23:44:59.404Z failed to allocate space for the new target listINFO INFODEBG
30372026-08-13T23:44:59.404Z reset freemapAug 13 23:44:57.667 , adding route 3fff:dead::/64 -> 2001:db8::55:3INFOunit :adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
30382026-08-13T23:44:59.404Zfreemap_route_ipv4
30392026-08-13T23:44:59.404Z
30402026-08-13T23:44:59.404Zadding route 172.16.0.0/32 -> 10.0.0.3
30412026-08-13T23:44:59.404ZAug 13 23:44:57.667Aug 13 23:44:57.667 Aug 13 23:44:57.667DEBG DEBGinitted freemap. size: 64 , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]unitDEBG
30422026-08-13T23:44:59.404Z :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 } }]
30432026-08-13T23:44:59.404Zfreemap_route_ipv6
30442026-08-13T23:44:59.404ZAug 13 23:44:57.668 Aug 13 23:44:57.668Aug 13 23:44:57.668INFO INFODEBGadding route 3fff:dead::/64 -> 2001:db8::55:4
30452026-08-13T23:44:59.404Zreset freemap , adding route 3fff:beef:2::/64 -> 2001:db8::55:ffunit
30462026-08-13T23:44:59.404Z: Aug 13 23:44:57.668freemap_route_ipv6
30472026-08-13T23:44:59.404ZDEBGAug 13 23:44:57.668 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 } }]
30482026-08-13T23:44:59.404Zreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:44:57.668
30492026-08-13T23:44:59.404Z Aug 13 23:44:57.667 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1Aug 13 23:44:57.668
30502026-08-13T23:44:59.404Z Aug 13 23:44:57.668INFO
30512026-08-13T23:44:59.405Z adding route 3fff:beef:3::/64 -> 2001:db8::55:ffDEBG Aug 13 23:44:57.668
30522026-08-13T23:44:59.405Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
30532026-08-13T23:44:59.405ZAug 13 23:44:57.668 DEBGAug 13 23:44:57.668 adding route 172.16.0.0/32 -> 10.0.0.4replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Aug 13 23:44:57.668
30542026-08-13T23:44:59.405Z DEBG
30552026-08-13T23:44:59.405Zreplacing 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 } }]WARN shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
30562026-08-13T23:44:59.405Z
30572026-08-13T23:44:59.405ZAug 13 23:44:57.668 Aug 13 23:44:57.668Aug 13 23:44:57.668 INFO DEBGINFO adding route 172.16.0.0/32 -> 10.0.0.2
30582026-08-13T23:44:59.405Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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:4::/64 -> 2001:db8::55:ff
30592026-08-13T23:44:59.406Z
30602026-08-13T23:44:59.406Z DEBG Aug 13 23:44:57.668replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:44:57.668
30612026-08-13T23:44:59.406Z 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 } }]Aug 13 23:44:57.668
30622026-08-13T23:44:59.406Z replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
30632026-08-13T23:44:59.406Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 13 23:44:57.668Aug 13 23:44:57.668 INFO
30642026-08-13T23:44:59.406Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFOAug 13 23:44:57.668
30652026-08-13T23:44:59.406Z adding route 172.16.0.0/32 -> 10.0.0.3INFO
30662026-08-13T23:44:59.406Z adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 13 23:44:57.668
30672026-08-13T23:44:59.406Z DEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30682026-08-13T23:44:59.406ZAug 13 23:44:57.668 DEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:44:57.668Aug 13 23:44:57.668
30692026-08-13T23:44:59.406Z INFO DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
30702026-08-13T23:44:59.406Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 13 23:44:57.668
30712026-08-13T23:44:59.406Z INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
30722026-08-13T23:44:59.406ZAug 13 23:44:57.668 Aug 13 23:44:57.668DEBG Aug 13 23:44:57.668replacing 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 } }] INFODEBG
30732026-08-13T23:44:59.406Z adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }]
30742026-08-13T23:44:59.406Z
30752026-08-13T23:44:59.406ZAug 13 23:44:57.668 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 13 23:44:57.668
30762026-08-13T23:44:59.407ZAug 13 23:44:57.668 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 13 23:44:57.668adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
30772026-08-13T23:44:59.407Z
30782026-08-13T23:44:59.407Z 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 } }]
30792026-08-13T23:44:59.407ZAug 13 23:44:57.668Aug 13 23:44:57.668 Aug 13 23:44:57.676DEBG INFOcreated new freemap , DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ffunit
30802026-08-13T23:44:59.407Zcreated new freemap:, unitfreemap_route_ipv4:
30812026-08-13T23:44:59.407Z Aug 13 23:44:57.676freemap_route_ipv4
30822026-08-13T23:44:59.407ZDEBG Aug 13 23:44:57.676 DEBGreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30832026-08-13T23:44:59.407Zcreated new freemapAug 13 23:44:57.668, unitDEBG: reset freemapfreemap_route_ipv6Aug 13 23:44:57.676,
30842026-08-13T23:44:59.407Zunitreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: Aug 13 23:44:57.676 DEBGfreemap_route_ipv4 Aug 13 23:44:57.676
30852026-08-13T23:44:59.407Zcreated new freemap , INFO unitDEBG : initted freemap. size: 64freemap_route_ipv6Aug 13 23:44:57.676
30862026-08-13T23:44:59.407Z
30872026-08-13T23:44:59.407Z, unit :adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
30882026-08-13T23:44:59.407Zfreemap_route_ipv4DEBGAug 13 23:44:57.676
30892026-08-13T23:44:59.407Z DEBG Aug 13 23:44:57.676initted freemap. size: 64initted freemap. size: 64 , DEBG, unitAug 13 23:44:57.676 unit 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 } }]:
30902026-08-13T23:44:59.407Z:DEBG freemap_route_ipv4
30912026-08-13T23:44:59.407Zreset freemapAug 13 23:44:57.676, freemap_route_ipv6unit
30922026-08-13T23:44:59.407Z: freemap_route_ipv4
30932026-08-13T23:44:59.407ZINFOAug 13 23:44:57.676Aug 13 23:44:57.676Aug 13 23:44:57.676 DEBG Aug 13 23:44:57.676DEBG DEBGreset freemap , adding route 3fff:beef:25::/64 -> 2001:db8::55:ffunitinitted freemap. size: 64: , freemap_route_ipv6unitINFO:
30942026-08-13T23:44:59.407Z reset freemap
30952026-08-13T23:44:59.407Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ff freemap_route_ipv6,
30962026-08-13T23:44:59.407ZAug 13 23:44:57.676
30972026-08-13T23:44:59.407Z unit: INFOfreemap_route_ipv4Aug 13 23:44:57.676Aug 13 23:44:57.676
30982026-08-13T23:44:59.407ZAug 13 23:44:57.676 adding route 172.16.0.0/32 -> 10.0.0.1DEBG
30992026-08-13T23:44:59.407Z reset freemapAug 13 23:44:57.676, DEBGunitDEBG : replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
31002026-08-13T23:44:59.407Z Aug 13 23:44:57.676
31012026-08-13T23:44:59.407Zfreemap_route_ipv6DEBG
31022026-08-13T23:44:59.407ZDEBG initted freemap. size: 64replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }], Aug 13 23:44:57.676
31032026-08-13T23:44:59.407Zunit INFO: Aug 13 23:44:57.676adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv6
31042026-08-13T23:44:59.408Z
31052026-08-13T23:44:59.408ZAug 13 23:44:57.676 Aug 13 23:44:57.676Aug 13 23:44:57.676INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.2DEBGAug 13 23:44:57.676 INFO
31062026-08-13T23:44:59.408Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 freemapadding route 3fff:beef:26::/64 -> 2001:db8::55:ff, unit
31072026-08-13T23:44:59.408Z:
31082026-08-13T23:44:59.408Zfreemap_route_ipv6
31092026-08-13T23:44:59.408ZINFO Aug 13 23:44:57.676Aug 13 23:44:57.676 Aug 13 23:44:57.676 INFODEBGDEBGAug 13 23:44:57.676 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
31102026-08-13T23:44:59.408ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
31112026-08-13T23:44:59.412Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
31122026-08-13T23:44:59.413Z
31132026-08-13T23:44:59.413ZAug 13 23:44:57.676
31142026-08-13T23:44:59.413Z INFO Aug 13 23:44:57.676Aug 13 23:44:57.676Aug 13 23:44:57.676 DEBGAug 13 23:44:57.676INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:27::/64 -> 2001:db8::55:ff
31152026-08-13T23:44:59.413Zadding route 172.17.0.0/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
31162026-08-13T23:44:59.413Z
31172026-08-13T23:44:59.413Z
31182026-08-13T23:44:59.413ZDEBGAug 13 23:44:57.676 Aug 13 23:44:57.676Aug 13 23:44:57.676 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 } }]DEBGAug 13 23:44:57.676 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:3, vlan_id: None } }]
31192026-08-13T23:44:59.413Zreplacing 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
31202026-08-13T23:44:59.413ZDEBG
31212026-08-13T23:44:59.413Z adding route 3fff:dead::/64 -> 2001:db8::55:2
31222026-08-13T23:44:59.413Zreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:44:57.676
31232026-08-13T23:44:59.413ZINFO adding route 172.17.0.1/32 -> 10.0.0.255
31242026-08-13T23:44:59.413ZAug 13 23:44:57.676Aug 13 23:44:57.676 DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
31252026-08-13T23:44:59.413ZAug 13 23:44:57.676Aug 13 23:44:57.676 DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff INFO
31262026-08-13T23:44:59.413ZAug 13 23:44:57.676 replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFO
31272026-08-13T23:44:59.413Z
31282026-08-13T23:44:59.413Zadding route 3fff:dead::/64 -> 2001:db8::55:3
31292026-08-13T23:44:59.413ZAug 13 23:44:57.676Aug 13 23:44:57.676 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: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 } }]
31302026-08-13T23:44:59.413Z
31312026-08-13T23:44:59.413ZAug 13 23:44:57.676 INFOAug 13 23:44:57.676 Aug 13 23:44:57.676adding route 172.17.0.2/32 -> 10.0.0.255
31322026-08-13T23:44:59.413ZDEBGINFO Aug 13 23:44:57.676replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:29::/64 -> 2001:db8::55:ffAug 13 23:44:57.676
31332026-08-13T23:44:59.413Z
31342026-08-13T23:44:59.413Z DEBG INFOreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:44:57.676
31352026-08-13T23:44:59.413Z adding route 3fff:beef:b::/64 -> 2001:db8::55:ff INFOAug 13 23:44:57.676
31362026-08-13T23:44:59.414Z Aug 13 23:44:57.676 INFODEBG adding route 172.17.0.3/32 -> 10.0.0.255 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 } }]
31372026-08-13T23:44:59.414Z
31382026-08-13T23:44:59.414Zadding route 3fff:dead::/64 -> 2001:db8::55:4Aug 13 23:44:57.676
31392026-08-13T23:44:59.414Z DEBGAug 13 23:44:57.676 Aug 13 23:44:57.676replacing 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 } }]
31402026-08-13T23:44:59.414Z INFODEBG Aug 13 23:44:57.676replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
31412026-08-13T23:44:59.414Z
31422026-08-13T23:44:59.414Z DEBG Aug 13 23:44:57.676replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
31432026-08-13T23:44:59.414ZAug 13 23:44:57.676 INFOAug 13 23:44:57.676 DEBGAug 13 23:44:57.676 INFOreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG
31442026-08-13T23:44:59.414Zadding route 172.17.0.4/32 -> 10.0.0.255
31452026-08-13T23:44:59.414Zreplacing targets for 3fff:dead::/64 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 } }]
31462026-08-13T23:44:59.414Z
31472026-08-13T23:44:59.414ZAug 13 23:44:57.676 Aug 13 23:44:57.676INFO DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
31482026-08-13T23:44:59.414Zreplacing 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 } }]
31492026-08-13T23:44:59.414ZAug 13 23:44:57.676 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 } }]
31502026-08-13T23:44:59.414ZAug 13 23:44:57.676Aug 13 23:44:57.676 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 } }]Aug 13 23:44:57.676Aug 13 23:44:57.668adding route 172.17.0.5/32 -> 10.0.0.255
31512026-08-13T23:44:59.414ZINFO
31522026-08-13T23:44:59.414ZDEBG created new freemap , Aug 13 23:44:57.676unitadding route 3fff:beef:d::/64 -> 2001:db8::55:ff Aug 13 23:44:57.676: INFO DEBGfreemap_route_ipv4 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
31532026-08-13T23:44:59.414Z
31542026-08-13T23:44:59.414Z
31552026-08-13T23:44:59.414Z
31562026-08-13T23:44:59.414ZAug 13 23:44:57.676Aug 13 23:44:57.676Aug 13 23:44:57.676 DEBG DEBG Aug 13 23:44:57.676created new freemap INFOreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], unitadding route 172.17.0.6/32 -> 10.0.0.255:
31572026-08-13T23:44:59.414ZDEBG 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 } }]
31582026-08-13T23:44:59.414Z
31592026-08-13T23:44:59.414ZAug 13 23:44:57.676freemap_route_ipv6
31602026-08-13T23:44:59.414ZDEBGAug 13 23:44:57.676 replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:44:57.676
31612026-08-13T23:44:59.415Z INFO INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff Aug 13 23:44:57.676
31622026-08-13T23:44:59.415Z INFOAug 13 23:44:57.676adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
31632026-08-13T23:44:59.415Zadding route 172.17.0.7/32 -> 10.0.0.255Aug 13 23:44:57.676DEBG
31642026-08-13T23:44:59.415Z 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 } }]initted freemap. size: 64Aug 13 23:44:57.676,
31652026-08-13T23:44:59.415Z DEBGunit :replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv4
31662026-08-13T23:44:59.415Z
31672026-08-13T23:44:59.415ZAug 13 23:44:57.676Aug 13 23:44:57.676 INFODEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 13 23:44:57.676
31682026-08-13T23:44:59.415ZAug 13 23:44:57.676replacing 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 INFOreset freemapAug 13 23:44:57.676, unitadding route 172.17.0.8/32 -> 10.0.0.255 :DEBG
31692026-08-13T23:44:59.415Z freemap_route_ipv4
31702026-08-13T23:44:59.415Zreplacing 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 } }]
31712026-08-13T23:44:59.415Z
31722026-08-13T23:44:59.415ZAug 13 23:44:57.676 DEBGAug 13 23:44:57.676 Aug 13 23:44:57.676replacing 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 } }]
31732026-08-13T23:44:59.415ZINFODEBG adding route 3fff:beef:f::/64 -> 2001:db8::55:ffinitted freemap. size: 64
31742026-08-13T23:44:59.415ZAug 13 23:44:57.676, Aug 13 23:44:57.676unit : INFOfreemap_route_ipv6
31752026-08-13T23:44:59.415ZINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 172.17.0.9/32 -> 10.0.0.255
31762026-08-13T23:44:59.415Z
31772026-08-13T23:44:59.415ZAug 13 23:44:57.676 DEBGAug 13 23:44:57.676 reset freemapAug 13 23:44:57.676DEBG , DEBGunitreplacing 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 } }]:
31782026-08-13T23:44:59.415Zfreemap_route_ipv6Aug 13 23:44:57.676
31792026-08-13T23:44:59.415Z replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
31802026-08-13T23:44:59.415ZAug 13 23:44:57.676 replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:44:57.676
31812026-08-13T23:44:59.415Z INFOINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
31822026-08-13T23:44:59.415Z
31832026-08-13T23:44:59.415ZAug 13 23:44:57.676Aug 13 23:44:57.676 INFOINFO Aug 13 23:44:57.676adding route 172.17.0.10/32 -> 10.0.0.255 adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
31842026-08-13T23:44:59.415Z
31852026-08-13T23:44:59.415ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 13 23:44:57.676
31862026-08-13T23:44:59.415Z DEBGAug 13 23:44:57.676 replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
31872026-08-13T23:44:59.415Z Aug 13 23:44:57.676replacing 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 } }]
31882026-08-13T23:44:59.416ZINFO Aug 13 23:44:57.668adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 13 23:44:57.676Aug 13 23:44:57.676
31892026-08-13T23:44:59.416Z INFO INFOadding route 172.17.0.0/32 -> 10.0.0.255 DEBG
31902026-08-13T23:44:59.416Zadding route 172.17.0.11/32 -> 10.0.0.255 Aug 13 23:44:57.676
31912026-08-13T23:44:59.416Z Aug 13 23:44:57.676DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:44:57.676replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
31922026-08-13T23:44:59.416ZAug 13 23:44:57.677Aug 13 23:44:57.685 INFODEBG
31932026-08-13T23:44:59.416ZINFOAug 13 23:44:57.685 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
31942026-08-13T23:44:59.416Z
31952026-08-13T23:44:59.416Zcreated new freemap, Aug 13 23:44:57.685 DEBG Aug 13 23:44:57.668unit :DEBG Aug 13 23:44:57.685 freemap_route_ipv4 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 } }]
31962026-08-13T23:44:59.416ZDEBGcreated new freemap
31972026-08-13T23:44:59.416Z, replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
31982026-08-13T23:44:59.416Z: Aug 13 23:44:57.685freemap_route_ipv4
31992026-08-13T23:44:59.416ZINFOAug 13 23:44:57.685 Aug 13 23:44:57.685adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
32002026-08-13T23:44:59.416Z Aug 13 23:44:57.685INFO DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
32012026-08-13T23:44:59.416ZDEBGcreated new freemap , created new freemapunit, :unit Aug 13 23:44:57.685: freemap_route_ipv6DEBG
32022026-08-13T23:44:59.416Z 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 } }]
32032026-08-13T23:44:59.416ZAug 13 23:44:57.685freemap_route_ipv6 Aug 13 23:44:57.685
32042026-08-13T23:44:59.416Z DEBGDEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64
32052026-08-13T23:44:59.416ZAug 13 23:44:57.685, unitAug 13 23:44:57.685:INFO Aug 13 23:44:57.685 freemap_route_ipv4
32062026-08-13T23:44:59.416ZINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
32072026-08-13T23:44:59.416Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 13 23:44:57.685
32082026-08-13T23:44:59.416Z DEBG DEBGreset freemap , initted freemap. size: 64unit, :Aug 13 23:44:57.685 Aug 13 23:44:57.685freemap_route_ipv4
32092026-08-13T23:44:59.417ZDEBG 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 } }]DEBGunit :replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:44:57.685
32102026-08-13T23:44:59.417Z
32112026-08-13T23:44:59.422Z freemap_route_ipv4DEBG
32122026-08-13T23:44:59.422Z Aug 13 23:44:57.685initted freemap. size: 64 , INFOunit : freemap_route_ipv6adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
32132026-08-13T23:44:59.422Z
32142026-08-13T23:44:59.422ZAug 13 23:44:57.685Aug 13 23:44:57.685 INFO DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff Aug 13 23:44:57.685reset freemap
32152026-08-13T23:44:59.422Z Aug 13 23:44:57.685, 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 } }]Aug 13 23:44:57.685unitreset freemap
32162026-08-13T23:44:59.422ZDEBG, :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
32172026-08-13T23:44:59.422Z
32182026-08-13T23:44:59.422Zunit: freemap_route_ipv6Aug 13 23:44:57.685
32192026-08-13T23:44:59.422ZAug 13 23:44:57.685 INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 13 23:44:57.685
32202026-08-13T23:44:59.422Z
32212026-08-13T23:44:59.422ZINFOAug 13 23:44:57.676Aug 13 23:44:57.685 adding route 172.16.0.0/32 -> 10.0.0.1
32222026-08-13T23:44:59.422Z DEBG Aug 13 23:44:57.685replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 23:44:57.685
32232026-08-13T23:44:59.422ZAug 13 23:44:57.685DEBG 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 } }] DEBG
32242026-08-13T23:44:59.422Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
32252026-08-13T23:44:59.422Zinitted freemap. size: 64DEBGAug 13 23:44:57.685 , Aug 13 23:44:57.685unitreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 23:44:57.685
32262026-08-13T23:44:59.422Z INFOINFOINFO adding route 172.17.0.0/32 -> 10.0.0.255:adding route 172.17.0.12/32 -> 10.0.0.255
32272026-08-13T23:44:59.422Z
32282026-08-13T23:44:59.422Zfreemap_route_ipv6adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
32292026-08-13T23:44:59.422Z
32302026-08-13T23:44:59.422ZAug 13 23:44:57.685 Aug 13 23:44:57.685DEBG 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 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:44:57.685
32312026-08-13T23:44:59.422Z
32322026-08-13T23:44:59.422ZAug 13 23:44:57.685 INFOAug 13 23:44:57.685Aug 13 23:44:57.685 DEBG INFOreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 23:44:57.685 adding route 172.17.0.1/32 -> 10.0.0.255adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
32332026-08-13T23:44:59.422Z
32342026-08-13T23:44:59.422ZDEBG
32352026-08-13T23:44:59.422ZINFO adding route 172.17.0.13/32 -> 10.0.0.255reset freemapAug 13 23:44:57.685Aug 13 23:44:57.685
32362026-08-13T23:44:59.423Z DEBGINFO Aug 13 23:44:57.685replacing 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 } }]
32372026-08-13T23:44:59.423Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
32382026-08-13T23:44:59.423Z, unit:DEBGAug 13 23:44:57.685 Aug 13 23:44:57.685Aug 13 23:44:57.685 DEBGDEBGINFO replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255
32392026-08-13T23:44:59.423Zfreemap_route_ipv6
32402026-08-13T23:44:59.423Zreplacing 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 } }]
32412026-08-13T23:44:59.423Z
32422026-08-13T23:44:59.423Z
32432026-08-13T23:44:59.423ZAug 13 23:44:57.685 Aug 13 23:44:57.685Aug 13 23:44:57.685Aug 13 23:44:57.685 INFOINFOINFO DEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 172.17.0.14/32 -> 10.0.0.255
32442026-08-13T23:44:59.423Zreplacing 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 } }]
32452026-08-13T23:44:59.423ZAug 13 23:44:57.685 adding route 172.16.0.0/32 -> 10.0.0.1
32462026-08-13T23:44:59.423Z
32472026-08-13T23:44:59.423ZAug 13 23:44:57.685INFO Aug 13 23:44:57.685 adding route 3fff:beef:18::/64 -> 2001:db8::55:ff Aug 13 23:44:57.685DEBGDEBG
32482026-08-13T23:44:59.423Zreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff: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 } }]
32492026-08-13T23:44:59.423ZINFOAug 13 23:44:57.685
32502026-08-13T23:44:59.423Z adding route 172.17.0.3/32 -> 10.0.0.255DEBGAug 13 23:44:57.685
32512026-08-13T23:44:59.423Z 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 } }]
32522026-08-13T23:44:59.423ZAug 13 23:44:57.685Aug 13 23:44:57.685Aug 13 23:44:57.685replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] INFODEBG Aug 13 23:44:57.685replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
32532026-08-13T23:44:59.423ZINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
32542026-08-13T23:44:59.423Z
32552026-08-13T23:44:59.423Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 172.17.0.15/32 -> 10.0.0.255Aug 13 23:44:57.685
32562026-08-13T23:44:59.423Z
32572026-08-13T23:44:59.423ZINFO adding route 172.17.0.4/32 -> 10.0.0.255
32582026-08-13T23:44:59.424ZAug 13 23:44:57.685Aug 13 23:44:57.685Aug 13 23:44:57.685 DEBGDEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:44:57.685
32592026-08-13T23:44:59.424ZINFO
32602026-08-13T23:44:59.424ZAug 13 23:44:57.685 adding route 172.16.0.0/32 -> 10.0.0.2 DEBGDEBG
32612026-08-13T23:44:59.424Z Aug 13 23:44:57.685 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 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 } }]
32622026-08-13T23:44:59.424ZAug 13 23:44:57.685
32632026-08-13T23:44:59.424ZINFO Aug 13 23:44:57.685adding route 172.17.0.16/32 -> 10.0.0.255 Aug 13 23:44:57.685
32642026-08-13T23:44:59.424Z INFO DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 13 23:44:57.685
32652026-08-13T23:44:59.424ZAug 13 23:44:57.685INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
32662026-08-13T23:44:59.424ZINFO Aug 13 23:44:57.685adding route 172.17.0.5/32 -> 10.0.0.255 DEBGAug 13 23:44:57.685
32672026-08-13T23:44:59.424Z DEBGDEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:44:57.685replacing 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 } }]
32682026-08-13T23:44:59.424Ztest route::tests::shrink_preserves_compacted_order ... ok
32692026-08-13T23:44:59.424Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 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 } }]
32702026-08-13T23:44:59.425Z
32712026-08-13T23:44:59.425Ztest route::tests::rollback_on_index_readd_failure ... ok
32722026-08-13T23:44:59.425ZAug 13 23:44:57.685 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 } }]
32732026-08-13T23:44:59.425Ztest route::tests::same_size_non_subset_replace ... ok
32742026-08-13T23:44:59.425ZAug 13 23:44:57.685
32752026-08-13T23:44:59.425Z INFO INFOadding route 172.17.0.17/32 -> 10.0.0.255Aug 13 23:44:57.685
32762026-08-13T23:44:59.425Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 13 23:44:57.685
32772026-08-13T23:44:59.425ZINFO INFOAug 13 23:44:57.685 adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.6/32 -> 10.0.0.255Aug 13 23:44:57.685
32782026-08-13T23:44:59.425ZDEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:44:57.685
32792026-08-13T23:44:59.425Z DEBGAug 13 23:44:57.685INFO
32802026-08-13T23:44:59.425ZDEBGadding route 3fff:beef:3a::/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 } }] Aug 13 23:44:57.685 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 } }]
32812026-08-13T23:44:59.425Z
32822026-08-13T23:44:59.425ZDEBG
32832026-08-13T23:44:59.425ZAug 13 23:44:57.685replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 13 23:44:57.685 Aug 13 23:44:57.685DEBGINFO INFO Aug 13 23:44:57.685 adding route 172.17.0.18/32 -> 10.0.0.255INFOreplacing 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 } }]
32842026-08-13T23:44:59.425Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
32852026-08-13T23:44:59.425Zadding route 172.17.0.7/32 -> 10.0.0.255
32862026-08-13T23:44:59.425Z
32872026-08-13T23:44:59.425Z
32882026-08-13T23:44:59.425ZAug 13 23:44:57.685Aug 13 23:44:57.685Aug 13 23:44:57.685 Aug 13 23:44:57.685 DEBGDEBG 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 } }] Aug 13 23:44:57.685
32892026-08-13T23:44:59.425Z 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 } }]
32902026-08-13T23:44:59.425ZINFO adding route 3fff:beef:3b::/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 } }]INFO
32912026-08-13T23:44:59.425Z
32922026-08-13T23:44:59.425ZAug 13 23:44:57.685Aug 13 23:44:57.685 INFO adding route 172.16.0.0/32 -> 10.0.0.4adding route 172.17.0.8/32 -> 10.0.0.255Aug 13 23:44:57.685INFOAug 13 23:44:57.685
32932026-08-13T23:44:59.425Z
32942026-08-13T23:44:59.425Z 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 } }]adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO
32952026-08-13T23:44:59.425Z adding route 172.17.0.19/32 -> 10.0.0.255Aug 13 23:44:57.685
32962026-08-13T23:44:59.425Z
32972026-08-13T23:44:59.426Z DEBG Aug 13 23:44:57.685replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 23:44:57.685
32982026-08-13T23:44:59.426ZAug 13 23:44:57.685 DEBGINFODEBG Aug 13 23:44:57.685 replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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
32992026-08-13T23:44:59.426ZAug 13 23:44:57.685
33002026-08-13T23:44:59.426Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
33012026-08-13T23:44:59.426Zadding route 172.17.0.9/32 -> 10.0.0.255Aug 13 23:44:57.685
33022026-08-13T23:44:59.427ZDEBG INFOAug 13 23:44:57.685 Aug 13 23:44:57.685 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 13 23:44:57.685 INFO
33032026-08-13T23:44:59.427Z DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
33042026-08-13T23:44:59.427Zreplacing 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.20/32 -> 10.0.0.255
33052026-08-13T23:44:59.427Z
33062026-08-13T23:44:59.427ZDEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:44:57.685
33072026-08-13T23:44:59.427ZAug 13 23:44:57.685Aug 13 23:44:57.685Aug 13 23:44:57.685 INFO adding route 172.17.0.10/32 -> 10.0.0.255DEBGDEBG
33082026-08-13T23:44:59.427ZAug 13 23:44:57.685 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 } }]
33092026-08-13T23:44:59.427ZDEBGAug 13 23:44:57.685 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.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 } }]
33102026-08-13T23:44:59.427Zreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:44:57.685 INFO
33112026-08-13T23:44:59.432Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
33122026-08-13T23:44:59.432ZAug 13 23:44:57.677Aug 13 23:44:57.694Aug 13 23:44:57.694 DEBGDEBGINFO 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 } }]
33132026-08-13T23:44:59.432Zadding route 172.17.0.21/32 -> 10.0.0.255created new freemap
33142026-08-13T23:44:59.432Z, INFOAug 13 23:44:57.694 Aug 13 23:44:57.694INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
33152026-08-13T23:44:59.432Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG
33162026-08-13T23:44:59.432Zunit :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 } }]
33172026-08-13T23:44:59.432Z freemap_route_ipv4Aug 13 23:44:57.694 Aug 13 23:44:57.694
33182026-08-13T23:44:59.432ZDEBGAug 13 23:44:57.694 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 } }] 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 } }]
33192026-08-13T23:44:59.432Z
33202026-08-13T23:44:59.432Zadding route 172.17.0.22/32 -> 10.0.0.255
33212026-08-13T23:44:59.432ZAug 13 23:44:57.694Aug 13 23:44:57.694 Aug 13 23:44:57.694DEBG created new freemapAug 13 23:44:57.694, unitDEBG: replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
33222026-08-13T23:44:59.432ZINFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:4
33232026-08-13T23:44:59.432Z
33242026-08-13T23:44:59.432Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 13 23:44:57.694
33252026-08-13T23:44:59.432Z INFOAug 13 23:44:57.694 adding route 172.17.0.23/32 -> 10.0.0.255Aug 13 23:44:57.694DEBG
33262026-08-13T23:44:59.432ZDEBGAug 13 23:44:57.694 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 } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
33272026-08-13T23:44:59.432Zinitted freemap. size: 64
33282026-08-13T23:44:59.433ZAug 13 23:44:57.694 , unitDEBG: Aug 13 23:44:57.694replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:44:57.694
33292026-08-13T23:44:59.433Zfreemap_route_ipv4 INFODEBG
33302026-08-13T23:44:59.433Z Aug 13 23:44:57.694 adding route 3fff:beef:22::/64 -> 2001:db8::55:ff 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:4, vlan_id: None } }]
33312026-08-13T23:44:59.433Z
33322026-08-13T23:44:59.433Zadding route 172.17.0.24/32 -> 10.0.0.255Aug 13 23:44:57.694
33332026-08-13T23:44:59.433ZDEBG Aug 13 23:44:57.694Aug 13 23:44:57.694 reset freemapWARN , DEBGunitshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }):
33342026-08-13T23:44:59.433Z replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
33352026-08-13T23:44:59.433ZAug 13 23:44:57.694
33362026-08-13T23:44:59.433Z DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:44:57.694
33372026-08-13T23:44:59.433Z INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
33382026-08-13T23:44:59.433ZAug 13 23:44:57.694 INFOAug 13 23:44:57.694 Aug 13 23:44:57.694adding route 172.17.0.25/32 -> 10.0.0.255DEBG
33392026-08-13T23:44:59.433Z replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
33402026-08-13T23:44:59.433Z Aug 13 23:44:57.694initted freemap. size: 64 , DEBGunit :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 } }]
33412026-08-13T23:44:59.433Zfreemap_route_ipv6Aug 13 23:44:57.694
33422026-08-13T23:44:59.433Z INFO Aug 13 23:44:57.694adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
33432026-08-13T23:44:59.433ZINFO adding route 172.17.0.26/32 -> 10.0.0.255
33442026-08-13T23:44:59.433ZAug 13 23:44:57.694Aug 13 23:44:57.694Aug 13 23:44:57.694 DEBG 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 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 } }]
33452026-08-13T23:44:59.433Z
33462026-08-13T23:44:59.433Z reset freemap, Aug 13 23:44:57.694 INFO adding route 172.17.0.27/32 -> 10.0.0.255
33472026-08-13T23:44:59.433ZAug 13 23:44:57.694 Aug 13 23:44:57.694INFO DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ffunit :
33482026-08-13T23:44:59.433Z 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 } }]freemap_route_ipv6
33492026-08-13T23:44:59.433Z
33502026-08-13T23:44:59.433ZAug 13 23:44:57.694 DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
33512026-08-13T23:44:59.433ZAug 13 23:44:57.694Aug 13 23:44:57.694 INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1
33522026-08-13T23:44:59.433Z
33532026-08-13T23:44:59.433ZAug 13 23:44:57.694 INFOfailed to allocate space for the new target list adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
33542026-08-13T23:44:59.433Z
33552026-08-13T23:44:59.434ZAug 13 23:44:57.694 Aug 13 23:44:57.694DEBG Aug 13 23:44:57.694Aug 13 23:44:57.694replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG DEBG DEBG
33562026-08-13T23:44:59.434Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
33572026-08-13T23:44:59.434Zreplacing targets for 3fff:dead::/64 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 } }]
33582026-08-13T23:44:59.434Z
33592026-08-13T23:44:59.434ZAug 13 23:44:57.694Aug 13 23:44:57.694 INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 172.17.0.29/32 -> 10.0.0.255
33602026-08-13T23:44:59.434Z
33612026-08-13T23:44:59.434ZAug 13 23:44:57.694 INFO Aug 13 23:44:57.694adding route 172.16.0.0/32 -> 10.0.0.2
33622026-08-13T23:44:59.434ZAug 13 23:44:57.694DEBG 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 } }]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 } }]
33632026-08-13T23:44:59.434Z
33642026-08-13T23:44:59.434ZAug 13 23:44:57.694 Aug 13 23:44:57.694 INFO adding route 172.17.0.30/32 -> 10.0.0.255
33652026-08-13T23:44:59.434ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 13 23:44:57.694Aug 13 23:44:57.694
33662026-08-13T23:44:59.434Z DEBGINFO 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 3fff:beef:28::/64 -> 2001:db8::55:ff
33672026-08-13T23:44:59.434ZAug 13 23:44:57.694
33682026-08-13T23:44:59.434Z DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 13 23:44:57.694
33692026-08-13T23:44:59.434Z INFOAug 13 23:44:57.694 adding route 172.17.0.31/32 -> 10.0.0.255DEBG
33702026-08-13T23:44:59.434Z 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 } }]
33712026-08-13T23:44:59.434ZAug 13 23:44:57.694 DEBGAug 13 23:44:57.694 replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
33722026-08-13T23:44:59.434Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
33732026-08-13T23:44:59.434ZAug 13 23:44:57.694 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 } }]
33742026-08-13T23:44:59.434ZAug 13 23:44:57.694Aug 13 23:44:57.694 INFOINFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
33752026-08-13T23:44:59.434Z
33762026-08-13T23:44:59.434ZAug 13 23:44:57.694Aug 13 23:44:57.694 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: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 } }]
33772026-08-13T23:44:59.434Z
33782026-08-13T23:44:59.434Z replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:44:57.694Aug 13 23:44:57.694
33792026-08-13T23:44:59.434Z INFO INFOadding route 172.17.0.33/32 -> 10.0.0.255
33802026-08-13T23:44:59.434Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
33812026-08-13T23:44:59.434ZAug 13 23:44:57.694 Aug 13 23:44:57.694INFO DEBGadding route 172.17.0.11/32 -> 10.0.0.255
33822026-08-13T23:44:59.434Zreplacing 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 } }]
33832026-08-13T23:44:59.434ZAug 13 23:44:57.694 DEBGAug 13 23:44:57.694 Aug 13 23:44:57.694 DEBG 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 } }] 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 } }]
33842026-08-13T23:44:59.435Z
33852026-08-13T23:44:59.435Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
33862026-08-13T23:44:59.435Zreplacing 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 } }]
33872026-08-13T23:44:59.435ZAug 13 23:44:57.694Aug 13 23:44:57.694 INFOAug 13 23:44:57.694 INFO adding route 172.17.0.1/32 -> 10.0.0.255DEBG 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 } }]
33882026-08-13T23:44:59.435Zadding route 172.17.0.34/32 -> 10.0.0.255
33892026-08-13T23:44:59.435Z
33902026-08-13T23:44:59.435ZAug 13 23:44:57.694 INFOAug 13 23:44:57.694 Aug 13 23:44:57.694adding route 172.17.0.12/32 -> 10.0.0.255 DEBGINFO
33912026-08-13T23:44:59.435Z Aug 13 23:44:57.694replacing 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
33922026-08-13T23:44:59.435Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:44:57.694
33932026-08-13T23:44:59.435Z DEBG
33942026-08-13T23:44:59.435Z replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:44:57.694
33952026-08-13T23:44:59.435Z Aug 13 23:44:57.694Aug 13 23:44:57.694INFO INFO DEBGadding route 172.17.0.2/32 -> 10.0.0.255 Aug 13 23:44:57.694replacing 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 } }]
33962026-08-13T23:44:59.435ZINFO
33972026-08-13T23:44:59.435Zadding route 172.17.0.13/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255
33982026-08-13T23:44:59.435Z
33992026-08-13T23:44:59.435ZAug 13 23:44:57.694 INFO Aug 13 23:44:57.694adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff Aug 13 23:44:57.694DEBG Aug 13 23:44:57.694
34002026-08-13T23:44:59.435ZDEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
34012026-08-13T23:44:59.435Z
34022026-08-13T23:44:59.435ZAug 13 23:44:57.694 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 } }]Aug 13 23:44:57.694replacing 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 } }]
34032026-08-13T23:44:59.435Z INFOAug 13 23:44:57.694
34042026-08-13T23:44:59.435Z adding route 172.17.0.3/32 -> 10.0.0.255INFO
34052026-08-13T23:44:59.435Z adding route 172.17.0.36/32 -> 10.0.0.255
34062026-08-13T23:44:59.435ZAug 13 23:44:57.694 Aug 13 23:44:57.694Aug 13 23:44:57.694INFO Aug 13 23:44:57.694 INFODEBG adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffreplacing 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 } }]
34072026-08-13T23:44:59.435Zadding route 172.17.0.14/32 -> 10.0.0.255DEBG
34082026-08-13T23:44:59.435Z
34092026-08-13T23:44:59.435Z 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 } }]
34102026-08-13T23:44:59.435ZAug 13 23:44:57.694Aug 13 23:44:57.694 Aug 13 23:44:57.694DEBG DEBGAug 13 23:44:57.694 replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
34112026-08-13T23:44:59.440Z
34122026-08-13T23:44:59.440Z INFO INFO adding route 172.17.0.4/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255
34132026-08-13T23:44:59.440ZAug 13 23:44:57.694
34142026-08-13T23:44:59.440Z INFOAug 13 23:44:57.694 Aug 13 23:44:57.694adding route 172.17.0.15/32 -> 10.0.0.255INFO DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
34152026-08-13T23:44:59.440ZAug 13 23:44:57.694replacing 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 } }]
34162026-08-13T23:44:59.440ZDEBG
34172026-08-13T23:44:59.440ZAug 13 23:44:57.694 replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG 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 } }]
34182026-08-13T23:44:59.440ZAug 13 23:44:57.695Aug 13 23:44:57.694 DEBGINFO created new freemapAug 13 23:44:57.703adding route 172.17.0.5/32 -> 10.0.0.255,
34192026-08-13T23:44:59.440Z unitINFO: adding route 3fff:beef:31::/64 -> 2001:db8::55:fffreemap_route_ipv4Aug 13 23:44:57.703
34202026-08-13T23:44:59.440Z
34212026-08-13T23:44:59.441ZAug 13 23:44:57.703
34222026-08-13T23:44:59.441ZAug 13 23:44:57.703DEBG DEBG created new freemapreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
34232026-08-13T23:44:59.441ZunitAug 13 23:44:57.703: freemap_route_ipv6DEBGAug 13 23:44:57.703 Aug 13 23:44:57.703 INFOINFOreplacing 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 } }]
34242026-08-13T23:44:59.441Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 172.17.0.38/32 -> 10.0.0.255
34252026-08-13T23:44:59.441Z
34262026-08-13T23:44:59.441ZAug 13 23:44:57.703
34272026-08-13T23:44:59.441Z INFOAug 13 23:44:57.703 Aug 13 23:44:57.703DEBG DEBGreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
34282026-08-13T23:44:59.441Zinitted freemap. size: 64 , unitadding route 172.17.0.16/32 -> 10.0.0.255Aug 13 23:44:57.703
34292026-08-13T23:44:59.441Z :DEBG Aug 13 23:44:57.703replacing 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 } }]
34302026-08-13T23:44:59.441ZINFO Aug 13 23:44:57.703adding route 3fff:beef:33::/64 -> 2001:db8::55:fffreemap_route_ipv4
34312026-08-13T23:44:59.441Z
34322026-08-13T23:44:59.441ZDEBG Aug 13 23:44:57.703replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:44:57.703
34332026-08-13T23:44:59.441Z INFODEBG 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.39/32 -> 10.0.0.255
34342026-08-13T23:44:59.441ZAug 13 23:44:57.703Aug 13 23:44:57.703
34352026-08-13T23:44:59.441Z DEBGINFO reset freemapAug 13 23:44:57.703adding route 172.17.0.17/32 -> 10.0.0.255,
34362026-08-13T23:44:59.441Z unit: Aug 13 23:44:57.703freemap_route_ipv4INFO
34372026-08-13T23:44:59.441ZAug 13 23:44:57.703 DEBG DEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ff Aug 13 23:44:57.703replacing 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 } }]
34382026-08-13T23:44:59.441Z
34392026-08-13T23:44:59.441Zreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
34402026-08-13T23:44:59.441Zinitted freemap. size: 64, Aug 13 23:44:57.703 DEBGAug 13 23:44:57.703 replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
34412026-08-13T23:44:59.441Zunit adding route 172.17.0.18/32 -> 10.0.0.255:
34422026-08-13T23:44:59.441ZAug 13 23:44:57.703 Aug 13 23:44:57.703INFO adding route 172.17.0.40/32 -> 10.0.0.255INFO
34432026-08-13T23:44:59.441Z adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 13 23:44:57.703
34442026-08-13T23:44:59.441Zfreemap_route_ipv6
34452026-08-13T23:44:59.441ZDEBG Aug 13 23:44:57.703replacing 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 } }]
34462026-08-13T23:44:59.441ZAug 13 23:44:57.703Aug 13 23:44:57.703 DEBGDEBG DEBG reset freemapreplacing 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 } }]
34472026-08-13T23:44:59.441Z, 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 } }]unitAug 13 23:44:57.703:
34482026-08-13T23:44:59.442Z Aug 13 23:44:57.703INFO freemap_route_ipv6adding route 172.17.0.19/32 -> 10.0.0.255
34492026-08-13T23:44:59.442Z
34502026-08-13T23:44:59.442ZINFO Aug 13 23:44:57.703adding route 172.17.0.41/32 -> 10.0.0.255
34512026-08-13T23:44:59.442ZINFOAug 13 23:44:57.703 Aug 13 23:44:57.703adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
34522026-08-13T23:44:59.442ZAug 13 23:44:57.703INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1
34532026-08-13T23:44:59.442Z 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
34542026-08-13T23:44:59.442Z Aug 13 23:44:57.703 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
34552026-08-13T23:44:59.442Z Aug 13 23:44:57.703 Aug 13 23:44:57.703replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 23:44:57.703DEBG INFOINFO
34562026-08-13T23:44:59.442Zadding route 172.17.0.42/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
34572026-08-13T23:44:59.442Zadding route 172.17.0.20/32 -> 10.0.0.255
34582026-08-13T23:44:59.442Z
34592026-08-13T23:44:59.442ZAug 13 23:44:57.703 Aug 13 23:44:57.703INFO INFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ff adding route 172.16.0.0/32 -> 10.0.0.1
34602026-08-13T23:44:59.442Z
34612026-08-13T23:44:59.442ZAug 13 23:44:57.703 DEBG Aug 13 23:44:57.703Aug 13 23:44:57.703 Aug 13 23:44:57.703DEBGreplacing 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 } }]
34622026-08-13T23:44:59.442Z replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
34632026-08-13T23:44:59.442Z 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 } }] Aug 13 23:44:57.703replacing 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 } }]
34642026-08-13T23:44:59.442ZINFO
34652026-08-13T23:44:59.442ZAug 13 23:44:57.703 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 13 23:44:57.703
34662026-08-13T23:44:59.442ZAug 13 23:44:57.703INFO INFO adding route 172.17.0.43/32 -> 10.0.0.255Aug 13 23:44:57.703
34672026-08-13T23:44:59.442Zadding route 172.16.0.0/32 -> 10.0.0.1 INFO
34682026-08-13T23:44:59.442ZDEBG 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.21/32 -> 10.0.0.255
34692026-08-13T23:44:59.442Z
34702026-08-13T23:44:59.442ZAug 13 23:44:57.703 Aug 13 23:44:57.703 DEBGAug 13 23:44:57.703 replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
34712026-08-13T23:44:59.442ZDEBG Aug 13 23:44:57.703replacing 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 } }]
34722026-08-13T23:44:59.442Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO
34732026-08-13T23:44:59.442Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
34742026-08-13T23:44:59.442ZAug 13 23:44:57.703 Aug 13 23:44:57.703INFOAug 13 23:44:57.703 adding route 172.17.0.22/32 -> 10.0.0.255INFO
34752026-08-13T23:44:59.442ZINFO Aug 13 23:44:57.703adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2
34762026-08-13T23:44:59.443Z
34772026-08-13T23:44:59.443Z DEBG Aug 13 23:44:57.703Aug 13 23:44:57.703 DEBGDEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
34782026-08-13T23:44:59.443ZAug 13 23:44:57.703replacing 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 } }]
34792026-08-13T23:44:59.443Z
34802026-08-13T23:44:59.443ZDEBGAug 13 23:44:57.703 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 } }]
34812026-08-13T23:44:59.443ZAug 13 23:44:57.703INFO Aug 13 23:44:57.703INFO adding route 172.17.0.23/32 -> 10.0.0.255 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO
34822026-08-13T23:44:59.443ZAug 13 23:44:57.703
34832026-08-13T23:44:59.443Z adding route 172.17.0.45/32 -> 10.0.0.255INFO
34842026-08-13T23:44:59.443Z Aug 13 23:44:57.703adding route 172.17.0.0/32 -> 10.0.0.255
34852026-08-13T23:44:59.443ZAug 13 23:44:57.703DEBG Aug 13 23:44:57.703 DEBG DEBGAug 13 23:44:57.703 replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
34862026-08-13T23:44:59.443ZDEBG
34872026-08-13T23:44:59.443Zreplacing 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 } }]
34882026-08-13T23:44:59.443Zreplacing 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 } }]
34892026-08-13T23:44:59.443ZAug 13 23:44:57.703Aug 13 23:44:57.703 INFOINFO adding route 172.17.0.24/32 -> 10.0.0.255adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
34902026-08-13T23:44:59.443ZAug 13 23:44:57.703
34912026-08-13T23:44:59.443Z INFOAug 13 23:44:57.703Aug 13 23:44:57.703DEBG Aug 13 23:44:57.703INFODEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.1/32 -> 10.0.0.255replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34922026-08-13T23:44:59.443Z
34932026-08-13T23:44:59.443ZDEBG
34942026-08-13T23:44:59.443Z replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:44:57.703
34952026-08-13T23:44:59.443Z INFOAug 13 23:44:57.703 DEBGadding route 172.17.0.6/32 -> 10.0.0.255Aug 13 23:44:57.703
34962026-08-13T23:44:59.443Z INFOAug 13 23:44:57.703replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.25/32 -> 10.0.0.255INFO
34972026-08-13T23:44:59.443ZAug 13 23:44:57.703
34982026-08-13T23:44:59.443Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
34992026-08-13T23:44:59.443ZDEBGadding route 172.17.0.46/32 -> 10.0.0.255Aug 13 23:44:57.703
35002026-08-13T23:44:59.443Z replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:44:57.703
35012026-08-13T23:44:59.444ZAug 13 23:44:57.703 DEBGINFO Aug 13 23:44:57.703adding route 172.17.0.2/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 } }]
35022026-08-13T23:44:59.444Z DEBG Aug 13 23:44:57.703DEBG
35032026-08-13T23:44:59.444Z Aug 13 23:44:57.704 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 } }]DEBGINFO replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255
35042026-08-13T23:44:59.444Z
35052026-08-13T23:44:59.444Zreplacing 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 } }]
35062026-08-13T23:44:59.444Z
35072026-08-13T23:44:59.444ZAug 13 23:44:57.704 Aug 13 23:44:57.704INFOAug 13 23:44:57.704 DEBGINFOadding route 172.17.0.26/32 -> 10.0.0.255
35082026-08-13T23:44:59.444ZAug 13 23:44:57.704adding route 172.17.0.3/32 -> 10.0.0.255
35092026-08-13T23:44:59.444Z 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
35102026-08-13T23:44:59.444Z Aug 13 23:44:57.704failed to allocate space for the new target list Aug 13 23:44:57.704DEBG
35112026-08-13T23:44:59.449ZAug 13 23:44:57.704INFOAug 13 23:44:57.704replacing 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 replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
35122026-08-13T23:44:59.449Z
35132026-08-13T23:44:59.450Zadding route 172.17.0.8/32 -> 10.0.0.255Aug 13 23:44:57.704
35142026-08-13T23:44:59.450Z Aug 13 23:44:57.704 Aug 13 23:44:57.704INFO INFO adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.4/32 -> 10.0.0.255
35152026-08-13T23:44:59.450Zadding route 172.17.0.47/32 -> 10.0.0.255DEBG
35162026-08-13T23:44:59.450Z
35172026-08-13T23:44:59.450Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 13 23:44:57.704Aug 13 23:44:57.704
35182026-08-13T23:44:59.450Z DEBGAug 13 23:44:57.704 Aug 13 23:44:57.704DEBGDEBG 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 } }] 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 } }]
35192026-08-13T23:44:59.450Z
35202026-08-13T23:44:59.450Zreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
35212026-08-13T23:44:59.450Z
35222026-08-13T23:44:59.450ZAug 13 23:44:57.704Aug 13 23:44:57.704 INFOINFO Aug 13 23:44:57.704adding route 172.17.0.5/32 -> 10.0.0.255
35232026-08-13T23:44:59.450ZINFO adding route 172.17.0.28/32 -> 10.0.0.255
35242026-08-13T23:44:59.450ZAug 13 23:44:57.704Aug 13 23:44:57.694Aug 13 23:44:57.704 DEBGINFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255Aug 13 23:44:57.704replacing 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 } }]
35252026-08-13T23:44:59.450Z
35262026-08-13T23:44:59.450ZDEBG
35272026-08-13T23:44:59.450Z replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
35282026-08-13T23:44:59.450ZAug 13 23:44:57.704 Aug 13 23:44:57.704 Aug 13 23:44:57.704DEBG created new freemapAug 13 23:44:57.704INFOreplacing 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.6/32 -> 10.0.0.255
35292026-08-13T23:44:59.450Zunit INFO
35302026-08-13T23:44:59.450Z DEBG Aug 13 23:44:57.704:replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:44:57.704 INFO
35312026-08-13T23:44:59.450Z adding route 172.17.0.10/32 -> 10.0.0.255
35322026-08-13T23:44:59.450ZAug 13 23:44:57.704Aug 13 23:44:57.712 DEBGAug 13 23:44:57.712 DEBG INFOcreated new freemap replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255
35332026-08-13T23:44:59.450Z,
35342026-08-13T23:44:59.450Zunit:Aug 13 23:44:57.712 INFO adding route 172.17.0.11/32 -> 10.0.0.255Aug 13 23:44:57.712
35352026-08-13T23:44:59.450Z DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:44:57.712 freemap_route_ipv4freemap_route_ipv4
35362026-08-13T23:44:59.450ZDEBG
35372026-08-13T23:44:59.450Z
35382026-08-13T23:44:59.450Zreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:44:57.712
35392026-08-13T23:44:59.450Z INFOAug 13 23:44:57.712 INFO Aug 13 23:44:57.712adding route 172.17.0.12/32 -> 10.0.0.255
35402026-08-13T23:44:59.451Zadding route 172.17.0.50/32 -> 10.0.0.255DEBG
35412026-08-13T23:44:59.451Zcreated new freemapAug 13 23:44:57.712, Aug 13 23:44:57.712 Aug 13 23:44:57.712unit :DEBG DEBGfreemap_route_ipv6
35422026-08-13T23:44:59.451Zreplacing 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
35432026-08-13T23:44:59.451Z 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 } }]
35442026-08-13T23:44:59.451Zcreated new freemapAug 13 23:44:57.712, Aug 13 23:44:57.712 unit INFO: DEBGadding route 172.17.0.13/32 -> 10.0.0.255 Aug 13 23:44:57.712 freemap_route_ipv6INFO
35452026-08-13T23:44:59.451Zinitted freemap. size: 64 adding route 172.17.0.51/32 -> 10.0.0.255
35462026-08-13T23:44:59.451Z,
35472026-08-13T23:44:59.451ZunitAug 13 23:44:57.712: DEBG freemap_route_ipv4replacing 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 } }]
35482026-08-13T23:44:59.451ZAug 13 23:44:57.712
35492026-08-13T23:44:59.451ZAug 13 23:44:57.712 DEBGDEBGAug 13 23:44:57.712 Aug 13 23:44:57.712 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 } }]
35502026-08-13T23:44:59.451ZINFO initted freemap. size: 64adding route 172.17.0.14/32 -> 10.0.0.255DEBG
35512026-08-13T23:44:59.451Z reset freemap, , unitunitAug 13 23:44:57.712: :DEBG Aug 13 23:44:57.712freemap_route_ipv4 freemap_route_ipv4INFO
35522026-08-13T23:44:59.451Z adding route 172.17.0.52/32 -> 10.0.0.255replacing 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 } }]
35532026-08-13T23:44:59.451Z
35542026-08-13T23:44:59.451Z
35552026-08-13T23:44:59.451ZAug 13 23:44:57.712 Aug 13 23:44:57.712Aug 13 23:44:57.712 DEBGINFO reset freemapadding route 172.17.0.15/32 -> 10.0.0.255DEBG
35562026-08-13T23:44:59.451ZAug 13 23:44:57.712, unit DEBG: initted freemap. size: 64Aug 13 23:44:57.712 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,
35572026-08-13T23:44:59.451Zunit : 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 } }]freemap_route_ipv4freemap_route_ipv6Aug 13 23:44:57.712
35582026-08-13T23:44:59.451Z
35592026-08-13T23:44:59.451Z
35602026-08-13T23:44:59.451ZINFO adding route 172.17.0.53/32 -> 10.0.0.255Aug 13 23:44:57.712 Aug 13 23:44:57.712DEBG INFOreset freemap
35612026-08-13T23:44:59.451Zadding route 172.17.0.16/32 -> 10.0.0.255,
35622026-08-13T23:44:59.451Zunit:Aug 13 23:44:57.712 Aug 13 23:44:57.712Aug 13 23:44:57.712freemap_route_ipv6 DEBGDEBG
35632026-08-13T23:44:59.451Z DEBGreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] initted freemap. size: 64replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:44:57.712
35642026-08-13T23:44:59.451Z
35652026-08-13T23:44:59.451ZINFO, unitadding route 3fff:dead::/64 -> 2001:db8::55:1:
35662026-08-13T23:44:59.451Z Aug 13 23:44:57.712 INFOfreemap_route_ipv6
35672026-08-13T23:44:59.451Zadding route 172.17.0.17/32 -> 10.0.0.255Aug 13 23:44:57.712Aug 13 23:44:57.712
35682026-08-13T23:44:59.451Z DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 13 23:44:57.712
35692026-08-13T23:44:59.452Z adding route 172.17.0.54/32 -> 10.0.0.255DEBG
35702026-08-13T23:44:59.452Z Aug 13 23:44:57.712replacing 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 } }]
35712026-08-13T23:44:59.452ZDEBGAug 13 23:44:57.712Aug 13 23:44:57.712 Aug 13 23:44:57.712INFODEBG reset freemapINFOreplacing 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 } }]
35722026-08-13T23:44:59.452Zadding route 172.17.0.18/32 -> 10.0.0.255,
35732026-08-13T23:44:59.452Z unitadding route 3fff:dead::/64 -> 2001:db8::55:2:
35742026-08-13T23:44:59.452ZAug 13 23:44:57.712 INFOfreemap_route_ipv6Aug 13 23:44:57.712
35752026-08-13T23:44:59.452Z Aug 13 23:44:57.712adding route 172.17.0.55/32 -> 10.0.0.255 DEBGDEBG
35762026-08-13T23:44:59.452Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 } }]
35772026-08-13T23:44:59.452ZAug 13 23:44:57.712
35782026-08-13T23:44:59.452Z Aug 13 23:44:57.712DEBG 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 } }]
35792026-08-13T23:44:59.452Zadding route 172.16.0.0/32 -> 10.0.0.1Aug 13 23:44:57.712Aug 13 23:44:57.712 INFOINFO Aug 13 23:44:57.712 adding route 172.17.0.19/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:3
35802026-08-13T23:44:59.452ZINFO
35812026-08-13T23:44:59.452Z
35822026-08-13T23:44:59.452Zadding route 172.17.0.56/32 -> 10.0.0.255
35832026-08-13T23:44:59.452ZAug 13 23:44:57.712Aug 13 23:44:57.712 DEBGDEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35842026-08-13T23:44:59.452Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 13 23:44:57.712
35852026-08-13T23:44:59.452ZAug 13 23:44:57.712 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 } }]
35862026-08-13T23:44:59.452Zreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:44:57.712
35872026-08-13T23:44:59.452ZAug 13 23:44:57.712 INFOINFO adding route 172.17.0.20/32 -> 10.0.0.255Aug 13 23:44:57.712adding route 172.16.0.0/32 -> 10.0.0.1
35882026-08-13T23:44:59.452Z
35892026-08-13T23:44:59.452Z Aug 13 23:44:57.712INFO INFOAug 13 23:44:57.712adding route 172.17.0.57/32 -> 10.0.0.255
35902026-08-13T23:44:59.452ZDEBGadding route 3fff:dead::/64 -> 2001:db8::55:4Aug 13 23:44:57.712 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 } }]
35912026-08-13T23:44:59.452ZDEBGAug 13 23:44:57.712
35922026-08-13T23:44:59.452Ztest route::tests::delete_target_full ... ok
35932026-08-13T23:44:59.452Z replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG 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 } }]
35942026-08-13T23:44:59.452ZAug 13 23:44:57.721Aug 13 23:44:57.721 INFOAug 13 23:44:57.721 adding route 172.17.0.58/32 -> 10.0.0.255INFO
35952026-08-13T23:44:59.453Z adding route 172.16.0.0/32 -> 10.0.0.1
35962026-08-13T23:44:59.453Z DEBGAug 13 23:44:57.721 Aug 13 23:44:57.721 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG
35972026-08-13T23:44:59.453Z 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 } }]
35982026-08-13T23:44:59.453ZAug 13 23:44:57.721 INFOAug 13 23:44:57.721 adding route 172.16.0.0/32 -> 10.0.0.2DEBGDEBG
35992026-08-13T23:44:59.453Z replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 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 } }]
36002026-08-13T23:44:59.453Z
36012026-08-13T23:44:59.453ZAug 13 23:44:57.721 DEBG Aug 13 23:44:57.721replacing 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 } }]
36022026-08-13T23:44:59.453ZINFO
36032026-08-13T23:44:59.453Z adding route 172.17.0.59/32 -> 10.0.0.255Aug 13 23:44:57.721DEBG INFOAug 13 23:44:57.721replacing 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 } }]
36042026-08-13T23:44:59.453Z
36052026-08-13T23:44:59.453ZINFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255
36062026-08-13T23:44:59.453Z
36072026-08-13T23:44:59.453ZAug 13 23:44:57.721 DEBG Aug 13 23:44:57.721Aug 13 23:44:57.721Aug 13 23:44:57.721 INFODEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.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 } }]
36082026-08-13T23:44:59.453Z
36092026-08-13T23:44:59.453Z
36102026-08-13T23:44:59.453ZDEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:44:57.721
36112026-08-13T23:44:59.458Z Aug 13 23:44:57.721INFO DEBGadding route 172.17.0.22/32 -> 10.0.0.255Aug 13 23:44:57.721 Aug 13 23:44:57.721
36122026-08-13T23:44:59.458Z 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 } }]
36132026-08-13T23:44:59.458Zadding route 172.17.0.60/32 -> 10.0.0.255INFOAug 13 23:44:57.721
36142026-08-13T23:44:59.458Z DEBGAug 13 23:44:57.721adding route 172.17.0.1/32 -> 10.0.0.255
36152026-08-13T23:44:59.458ZAug 13 23:44:57.721INFO DEBGadding route 172.17.0.8/32 -> 10.0.0.255
36162026-08-13T23:44:59.458Zreplacing 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.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:44:57.721
36172026-08-13T23:44:59.458Z
36182026-08-13T23:44:59.458Z Aug 13 23:44:57.721DEBG DEBGAug 13 23:44:57.721Aug 13 23:44:57.721 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 } }]
36192026-08-13T23:44:59.458Zreplacing 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
36202026-08-13T23:44:59.458Zadding route 172.17.0.23/32 -> 10.0.0.255INFO
36212026-08-13T23:44:59.459Z adding route 172.17.0.61/32 -> 10.0.0.255Aug 13 23:44:57.721
36222026-08-13T23:44:59.459Z Aug 13 23:44:57.721Aug 13 23:44:57.721 INFOINFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.17.0.9/32 -> 10.0.0.255
36232026-08-13T23:44:59.459ZAug 13 23:44:57.721
36242026-08-13T23:44:59.459Z DEBG DEBGreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 23:44:57.721
36252026-08-13T23:44:59.459Zreplacing 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 } }]
36262026-08-13T23:44:59.459Z DEBG Aug 13 23:44:57.721replacing 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 } }]
36272026-08-13T23:44:59.459ZINFOAug 13 23:44:57.721 adding route 172.17.0.24/32 -> 10.0.0.255Aug 13 23:44:57.721DEBG INFO
36282026-08-13T23:44:59.459Z adding route 172.17.0.62/32 -> 10.0.0.255replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36292026-08-13T23:44:59.459ZAug 13 23:44:57.721
36302026-08-13T23:44:59.459Z INFOAug 13 23:44:57.721 adding route 172.17.0.10/32 -> 10.0.0.255Aug 13 23:44:57.721DEBG
36312026-08-13T23:44:59.459ZDEBGAug 13 23:44:57.721 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 } }] INFOreplacing 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 } }]
36322026-08-13T23:44:59.459ZAug 13 23:44:57.721
36332026-08-13T23:44:59.459Zadding route 172.17.0.3/32 -> 10.0.0.255
36342026-08-13T23:44:59.459ZDEBGAug 13 23:44:57.721 Aug 13 23:44:57.721DEBGreplacing 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 } }]
36352026-08-13T23:44:59.459Z failed to allocate space for the new target listINFO
36362026-08-13T23:44:59.459Z adding route 172.17.0.25/32 -> 10.0.0.255
36372026-08-13T23:44:59.459ZAug 13 23:44:57.721adding route 172.17.0.29/32 -> 10.0.0.255Aug 13 23:44:57.721Aug 13 23:44:57.721 INFOAug 13 23:44:57.721DEBG
36382026-08-13T23:44:59.459Z adding route 172.17.0.11/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 } }] DEBGDEBG
36392026-08-13T23:44:59.459Z replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
36402026-08-13T23:44:59.459Z
36412026-08-13T23:44:59.459ZAug 13 23:44:57.721Aug 13 23:44:57.721
36422026-08-13T23:44:59.459Z DEBGDEBG Aug 13 23:44:57.721 replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:44:57.721replacing 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 } }]
36432026-08-13T23:44:59.459Z
36442026-08-13T23:44:59.459ZINFO adding route 172.17.0.26/32 -> 10.0.0.255
36452026-08-13T23:44:59.459ZINFOAug 13 23:44:57.721 Aug 13 23:44:57.721INFO Aug 13 23:44:57.721adding route 172.17.0.4/32 -> 10.0.0.255INFO
36462026-08-13T23:44:59.459Z DEBGadding route 172.17.0.12/32 -> 10.0.0.255 adding route 172.17.0.30/32 -> 10.0.0.255replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:44:57.721
36472026-08-13T23:44:59.459Z
36482026-08-13T23:44:59.459Z
36492026-08-13T23:44:59.460ZDEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:44:57.721
36502026-08-13T23:44:59.460ZAug 13 23:44:57.721 DEBGAug 13 23:44:57.721 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 Aug 13 23:44:57.721
36512026-08-13T23:44:59.460ZINFO 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
36522026-08-13T23:44:59.460Z adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.5/32 -> 10.0.0.255Aug 13 23:44:57.721
36532026-08-13T23:44:59.460Z INFO
36542026-08-13T23:44:59.460ZAug 13 23:44:57.721 adding route 172.17.0.13/32 -> 10.0.0.255INFO
36552026-08-13T23:44:59.460Z adding route 172.17.0.31/32 -> 10.0.0.255Aug 13 23:44:57.721
36562026-08-13T23:44:59.460ZAug 13 23:44:57.721 Aug 13 23:44:57.721DEBG 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
36572026-08-13T23:44:59.460ZDEBG 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 } }]
36582026-08-13T23:44:59.460Zreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:44:57.721
36592026-08-13T23:44:59.460Z Aug 13 23:44:57.721Aug 13 23:44:57.721DEBG INFOreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
36602026-08-13T23:44:59.460Z Aug 13 23:44:57.721 adding route 172.17.0.14/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255
36612026-08-13T23:44:59.460Z
36622026-08-13T23:44:59.460Z INFOAug 13 23:44:57.721 INFO adding route 172.17.0.6/32 -> 10.0.0.255adding route 172.17.0.32/32 -> 10.0.0.255
36632026-08-13T23:44:59.460ZAug 13 23:44:57.721 Aug 13 23:44:57.721DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
36642026-08-13T23:44:59.460Z
36652026-08-13T23:44:59.460ZAug 13 23:44:57.721 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 } }]
36662026-08-13T23:44:59.460ZDEBG Aug 13 23:44:57.721replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 23:44:57.721Aug 13 23:44:57.721 DEBGINFO
36672026-08-13T23:44:59.460Z INFOadding route 172.17.0.15/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 } }]
36682026-08-13T23:44:59.460Z
36692026-08-13T23:44:59.460Z adding route 172.17.0.29/32 -> 10.0.0.255
36702026-08-13T23:44:59.460ZAug 13 23:44:57.721 Aug 13 23:44:57.721Aug 13 23:44:57.721DEBG Aug 13 23:44:57.721replacing 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
36712026-08-13T23:44:59.460Z adding route 172.17.0.33/32 -> 10.0.0.255
36722026-08-13T23:44:59.460Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
36732026-08-13T23:44:59.460ZDEBG INFOreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:44:57.721
36742026-08-13T23:44:59.460Z Aug 13 23:44:57.721INFO adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.7/32 -> 10.0.0.255
36752026-08-13T23:44:59.460Z Aug 13 23:44:57.721
36762026-08-13T23:44:59.460ZDEBG 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
36772026-08-13T23:44:59.461ZAug 13 23:44:57.721 adding route 172.17.0.30/32 -> 10.0.0.255
36782026-08-13T23:44:59.461ZDEBGAug 13 23:44:57.721 Aug 13 23:44:57.721replacing 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 } }]
36792026-08-13T23:44:59.461ZINFO adding route 172.17.0.34/32 -> 10.0.0.255DEBG
36802026-08-13T23:44:59.461ZAug 13 23:44:57.721 DEBGAug 13 23:44:57.721 INFOreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:44:57.721
36812026-08-13T23:44:59.461Zadding route 172.17.0.17/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 } }]DEBG
36822026-08-13T23:44:59.461Z 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 } }]
36832026-08-13T23:44:59.461Z
36842026-08-13T23:44:59.461ZAug 13 23:44:57.721Aug 13 23:44:57.721 Aug 13 23:44:57.721Aug 13 23:44:57.721DEBG INFO 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 } }]INFOadding route 172.17.0.35/32 -> 10.0.0.255
36852026-08-13T23:44:59.461Z adding route 172.17.0.31/32 -> 10.0.0.255
36862026-08-13T23:44:59.461Z
36872026-08-13T23:44:59.461ZINFO Aug 13 23:44:57.721adding route 172.17.0.8/32 -> 10.0.0.255Aug 13 23:44:57.721
36882026-08-13T23:44:59.461Z DEBG INFOAug 13 23:44:57.721 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.18/32 -> 10.0.0.255
36892026-08-13T23:44:59.461Z
36902026-08-13T23:44:59.461Z Aug 13 23:44:57.721DEBG Aug 13 23:44:57.721Aug 13 23:44:57.721 replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
36912026-08-13T23:44:59.461Z DEBG DEBGreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.36/32 -> 10.0.0.255
36922026-08-13T23:44:59.461Zreplacing 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 } }]
36932026-08-13T23:44:59.461Z
36942026-08-13T23:44:59.461ZAug 13 23:44:57.721 INFOAug 13 23:44:57.721 Aug 13 23:44:57.721INFOAug 13 23:44:57.721 adding route 172.17.0.32/32 -> 10.0.0.255 INFO
36952026-08-13T23:44:59.461ZDEBG 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.19/32 -> 10.0.0.255adding route 172.17.0.9/32 -> 10.0.0.255
36962026-08-13T23:44:59.461Z
36972026-08-13T23:44:59.461Z
36982026-08-13T23:44:59.461ZAug 13 23:44:57.721 DEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:44:57.721
36992026-08-13T23:44:59.461Z DEBGAug 13 23:44:57.721 Aug 13 23:44:57.721replacing 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 } }]
37002026-08-13T23:44:59.461Z Aug 13 23:44:57.721DEBG 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
37012026-08-13T23:44:59.461Z INFOadding route 172.17.0.33/32 -> 10.0.0.255 Aug 13 23:44:57.721
37022026-08-13T23:44:59.461Zadding route 172.17.0.37/32 -> 10.0.0.255
37032026-08-13T23:44:59.461Z INFO adding route 172.17.0.20/32 -> 10.0.0.255Aug 13 23:44:57.721 Aug 13 23:44:57.722 INFO DEBGadding route 172.17.0.10/32 -> 10.0.0.255
37042026-08-13T23:44:59.461Zcreated new freemap, Aug 13 23:44:57.721unitAug 13 23:44:57.721: DEBGfreemap_route_ipv4
37052026-08-13T23:44:59.462ZDEBG Aug 13 23:44:57.730replacing 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 } }]
37062026-08-13T23:44:59.462ZDEBGreplacing 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 } }]
37072026-08-13T23:44:59.462Zreplacing 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 } }]
37082026-08-13T23:44:59.462ZAug 13 23:44:57.730 Aug 13 23:44:57.730DEBG Aug 13 23:44:57.730INFOAug 13 23:44:57.730 created new freemap , INFOunitINFO: adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255
37092026-08-13T23:44:59.462Zfreemap_route_ipv6
37102026-08-13T23:44:59.462Z adding route 172.17.0.11/32 -> 10.0.0.255
37112026-08-13T23:44:59.466Z
37122026-08-13T23:44:59.466ZAug 13 23:44:57.730 Aug 13 23:44:57.730Aug 13 23:44:57.730DEBG DEBGDEBGreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 23:44:57.730
37132026-08-13T23:44:59.467Z
37142026-08-13T23:44:59.467ZDEBG 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 } }]
37152026-08-13T23:44:59.467Zinitted freemap. size: 64replacing 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 } }]
37162026-08-13T23:44:59.467ZAug 13 23:44:57.730, unit: INFOAug 13 23:44:57.730freemap_route_ipv4Aug 13 23:44:57.730 Aug 13 23:44:57.730
37172026-08-13T23:44:59.467ZDEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
37182026-08-13T23:44:59.467Z adding route 172.17.0.35/32 -> 10.0.0.255
37192026-08-13T23:44:59.467Zadding route 172.17.0.39/32 -> 10.0.0.255
37202026-08-13T23:44:59.467ZAug 13 23:44:57.730Aug 13 23:44:57.730 Aug 13 23:44:57.730INFO INFODEBG adding route 172.17.0.21/32 -> 10.0.0.255
37212026-08-13T23:44:59.467Z DEBG reset freemap Aug 13 23:44:57.730adding route 172.17.0.12/32 -> 10.0.0.255, unit
37222026-08-13T23:44:59.467Z:Aug 13 23:44:57.730replacing 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 } }] freemap_route_ipv4
37232026-08-13T23:44:59.467ZDEBGDEBG
37242026-08-13T23:44:59.467Z Aug 13 23:44:57.730 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.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 } }]
37252026-08-13T23:44:59.467Z
37262026-08-13T23:44:59.467ZDEBGAug 13 23:44:57.730Aug 13 23:44:57.730 DEBG INFOinitted freemap. size: 64Aug 13 23:44:57.730 , unitINFOreplacing 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.36/32 -> 10.0.0.255 Aug 13 23:44:57.730adding route 172.17.0.22/32 -> 10.0.0.255
37272026-08-13T23:44:59.467Z
37282026-08-13T23:44:59.467Z
37292026-08-13T23:44:59.467Z: INFO freemap_route_ipv6Aug 13 23:44:57.730adding route 172.17.0.40/32 -> 10.0.0.255
37302026-08-13T23:44:59.467ZAug 13 23:44:57.730 Aug 13 23:44:57.730DEBG DEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
37312026-08-13T23:44:59.467Z
37322026-08-13T23:44:59.467Z
37332026-08-13T23:44:59.467Z Aug 13 23:44:57.730INFO Aug 13 23:44:57.730 Aug 13 23:44:57.730 INFOINFO Aug 13 23:44:57.730 adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.23/32 -> 10.0.0.255
37342026-08-13T23:44:59.467ZDEBG
37352026-08-13T23:44:59.467Z reset freemapDEBG Aug 13 23:44:57.730adding route 172.17.0.13/32 -> 10.0.0.255 , DEBGAug 13 23:44:57.730replacing 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 } }]unit
37362026-08-13T23:44:59.467Zreplacing 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 } }]:
37372026-08-13T23:44:59.467Z
37382026-08-13T23:44:59.467Z freemap_route_ipv6DEBG
37392026-08-13T23:44:59.467Z Aug 13 23:44:57.730 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 } }]
37402026-08-13T23:44:59.467ZINFOAug 13 23:44:57.730 Aug 13 23:44:57.730 adding route 172.17.0.24/32 -> 10.0.0.255INFOAug 13 23:44:57.730
37412026-08-13T23:44:59.468Zadding route 172.16.0.0/32 -> 10.0.0.1Aug 13 23:44:57.730
37422026-08-13T23:44:59.468Z INFO INFOadding route 172.17.0.38/32 -> 10.0.0.255Aug 13 23:44:57.730
37432026-08-13T23:44:59.468Z Aug 13 23:44:57.730 DEBG adding route 172.17.0.41/32 -> 10.0.0.255DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
37442026-08-13T23:44:59.468Zreplacing 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 } }]
37452026-08-13T23:44:59.468Z DEBG
37462026-08-13T23:44:59.468Z Aug 13 23:44:57.730Aug 13 23:44:57.730Aug 13 23:44:57.730 INFO DEBGAug 13 23:44:57.730 adding route 172.16.0.0/32 -> 10.0.0.2replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37472026-08-13T23:44:59.468Z INFODEBGreplacing 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 } }]
37482026-08-13T23:44:59.468Z
37492026-08-13T23:44:59.468ZAug 13 23:44:57.730adding route 172.17.0.25/32 -> 10.0.0.255
37502026-08-13T23:44:59.468Zreplacing 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
37512026-08-13T23:44:59.468Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 13 23:44:57.730
37522026-08-13T23:44:59.468ZAug 13 23:44:57.730Aug 13 23:44:57.730 Aug 13 23:44:57.730 DEBGAug 13 23:44:57.730 INFOreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
37532026-08-13T23:44:59.468Z INFOadding route 172.17.0.42/32 -> 10.0.0.255
37542026-08-13T23:44:59.468Zadding route 172.17.0.14/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3INFO
37552026-08-13T23:44:59.468Z Aug 13 23:44:57.730 adding route 172.17.0.39/32 -> 10.0.0.255Aug 13 23:44:57.730INFOAug 13 23:44:57.730 DEBGadding route 172.17.0.26/32 -> 10.0.0.255
37562026-08-13T23:44:59.468ZDEBG
37572026-08-13T23:44:59.468Z
37582026-08-13T23:44:59.468Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
37592026-08-13T23:44:59.468Zreplacing 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 } }]
37602026-08-13T23:44:59.468ZAug 13 23:44:57.730Aug 13 23:44:57.730Aug 13 23:44:57.730Aug 13 23:44:57.730 Aug 13 23:44:57.730 INFO DEBG DEBGreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 172.16.0.0/32 -> 10.0.0.4adding route 172.17.0.43/32 -> 10.0.0.255replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37612026-08-13T23:44:59.468Z
37622026-08-13T23:44:59.468Z
37632026-08-13T23:44:59.468Z
37642026-08-13T23:44:59.468ZDEBG Aug 13 23:44:57.730replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 23:44:57.730
37652026-08-13T23:44:59.468Z Aug 13 23:44:57.730INFO DEBGINFOAug 13 23:44:57.730 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.40/32 -> 10.0.0.255
37662026-08-13T23:44:59.468ZDEBG
37672026-08-13T23:44:59.468Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
37682026-08-13T23:44:59.468Zadding route 172.17.0.27/32 -> 10.0.0.255Aug 13 23:44:57.730
37692026-08-13T23:44:59.469Z Aug 13 23:44:57.730INFO Aug 13 23:44:57.730 Aug 13 23:44:57.730adding route 172.17.0.44/32 -> 10.0.0.255
37702026-08-13T23:44:59.469ZDEBG DEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 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 } }]
37712026-08-13T23:44:59.469Z
37722026-08-13T23:44:59.469ZINFOAug 13 23:44:57.730 DEBGAug 13 23:44:57.730 Aug 13 23:44:57.730adding route 172.17.0.15/32 -> 10.0.0.255
37732026-08-13T23:44:59.469Zreplacing 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
37742026-08-13T23:44:59.469Z 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.41/32 -> 10.0.0.255
37752026-08-13T23:44:59.469ZAug 13 23:44:57.730
37762026-08-13T23:44:59.469Z INFO adding route 172.17.0.28/32 -> 10.0.0.255
37772026-08-13T23:44:59.469ZAug 13 23:44:57.730Aug 13 23:44:57.730 Aug 13 23:44:57.730 DEBGDEBG Aug 13 23:44:57.730INFO replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.45/32 -> 10.0.0.255DEBG
37782026-08-13T23:44:59.469Z
37792026-08-13T23:44:59.469Zreplacing 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.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 } }]
37802026-08-13T23:44:59.469Z
37812026-08-13T23:44:59.469ZAug 13 23:44:57.730 INFOAug 13 23:44:57.730 Aug 13 23:44:57.730adding route 172.17.0.42/32 -> 10.0.0.255
37822026-08-13T23:44:59.469ZDEBGINFO adding route 172.17.0.29/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 } }]
37832026-08-13T23:44:59.469Z
37842026-08-13T23:44:59.469ZAug 13 23:44:57.730 INFOAug 13 23:44:57.730 Aug 13 23:44:57.730DEBG adding route 172.17.0.16/32 -> 10.0.0.255replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
37852026-08-13T23:44:59.469Z
37862026-08-13T23:44:59.469ZAug 13 23:44:57.730replacing 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 } }]
37872026-08-13T23:44:59.469Z INFO Aug 13 23:44:57.730adding route 172.17.0.46/32 -> 10.0.0.255 Aug 13 23:44:57.730
37882026-08-13T23:44:59.469ZINFO Aug 13 23:44:57.730adding route 172.17.0.43/32 -> 10.0.0.255INFO
37892026-08-13T23:44:59.469Z adding route 172.17.0.30/32 -> 10.0.0.255Aug 13 23:44:57.730
37902026-08-13T23:44:59.469ZAug 13 23:44:57.731DEBG DEBG DEBGreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:44:57.731
37912026-08-13T23:44:59.469Z DEBGreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
37922026-08-13T23:44:59.469Zreplacing 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 } }]
37932026-08-13T23:44:59.469ZAug 13 23:44:57.731
37942026-08-13T23:44:59.469Z INFOAug 13 23:44:57.731 adding route 172.17.0.44/32 -> 10.0.0.255Aug 13 23:44:57.731
37952026-08-13T23:44:59.469Z Aug 13 23:44:57.731INFOINFO Aug 13 23:44:57.731adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255
37962026-08-13T23:44:59.469ZINFO DEBG
37972026-08-13T23:44:59.470Ztest route::tests::delete_target_fragmented ... ok
37982026-08-13T23:44:59.470Zadding route 172.17.0.17/32 -> 10.0.0.255 Aug 13 23:44:57.731replacing 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 } }]
37992026-08-13T23:44:59.470ZDEBG
38002026-08-13T23:44:59.470Z 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 } }]
38012026-08-13T23:44:59.470ZAug 13 23:44:57.731 Aug 13 23:44:57.731INFOAug 13 23:44:57.731Aug 13 23:44:57.731 INFODEBG DEBG adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255
38022026-08-13T23:44:59.470Z
38032026-08-13T23:44:59.470Zreplacing 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.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 } }]
38042026-08-13T23:44:59.470Z
38052026-08-13T23:44:59.470ZAug 13 23:44:57.731Aug 13 23:44:57.731 Aug 13 23:44:57.731Aug 13 23:44:57.731DEBG 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 } }]INFO
38062026-08-13T23:44:59.470Zreplacing 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 } }]
38072026-08-13T23:44:59.470Zadding route 172.17.0.48/32 -> 10.0.0.255INFO
38082026-08-13T23:44:59.470ZAug 13 23:44:57.731 INFOAug 13 23:44:57.731 adding route 172.17.0.18/32 -> 10.0.0.255 INFO
38092026-08-13T23:44:59.470Zadding route 172.17.0.33/32 -> 10.0.0.255
38102026-08-13T23:44:59.470Zadding route 172.17.0.46/32 -> 10.0.0.255
38112026-08-13T23:44:59.540ZAug 13 23:44:57.731 DEBG Aug 13 23:44:57.731replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:44:57.731
38122026-08-13T23:44:59.540Z DEBGDEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38132026-08-13T23:44:59.540Z
38142026-08-13T23:44:59.540ZAug 13 23:44:57.731Aug 13 23:44:57.731 Aug 13 23:44:57.731DEBGAug 13 23:44:57.731 INFOINFO INFO adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.49/32 -> 10.0.0.255
38152026-08-13T23:44:59.540Z
38162026-08-13T23:44:59.540Zadding route 172.17.0.47/32 -> 10.0.0.255
38172026-08-13T23:44:59.540Zreplacing 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 } }]
38182026-08-13T23:44:59.540ZAug 13 23:44:57.731 Aug 13 23:44:57.731Aug 13 23:44:57.731DEBG Aug 13 23:44:57.731 DEBGreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }]
38192026-08-13T23:44:59.540ZINFO adding route 172.17.0.19/32 -> 10.0.0.255
38202026-08-13T23:44:59.540Z
38212026-08-13T23:44:59.540ZAug 13 23:44:57.740 Aug 13 23:44:57.740 DEBG DEBGreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
38222026-08-13T23:44:59.541Z adding route 172.17.0.50/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 } }]
38232026-08-13T23:44:59.541Z
38242026-08-13T23:44:59.541ZAug 13 23:44:57.740 INFO Aug 13 23:44:57.740adding route 172.17.0.48/32 -> 10.0.0.255
38252026-08-13T23:44:59.541ZINFO adding route 172.17.0.20/32 -> 10.0.0.255
38262026-08-13T23:44:59.541ZAug 13 23:44:57.740Aug 13 23:44:57.740 DEBGDEBGAug 13 23:44:57.740 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.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
38272026-08-13T23:44:59.541Z 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 } }]
38282026-08-13T23:44:59.541Z
38292026-08-13T23:44:59.541ZAug 13 23:44:57.740 INFO Aug 13 23:44:57.740adding route 172.17.0.51/32 -> 10.0.0.255
38302026-08-13T23:44:59.541ZINFO adding route 172.17.0.21/32 -> 10.0.0.255
38312026-08-13T23:44:59.541ZAug 13 23:44:57.740Aug 13 23:44:57.740 Aug 13 23:44:57.740Aug 13 23:44:57.740 INFO DEBG INFOadding route 172.17.0.49/32 -> 10.0.0.255
38322026-08-13T23:44:59.541Zreplacing 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.35/32 -> 10.0.0.255DEBG
38332026-08-13T23:44:59.541Z
38342026-08-13T23:44:59.541ZAug 13 23:44:57.740 replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 13 23:44:57.740 Aug 13 23:44:57.740INFOreplacing 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 } }]
38352026-08-13T23:44:59.541Z DEBG adding route 172.17.0.52/32 -> 10.0.0.255
38362026-08-13T23:44:59.541Z
38372026-08-13T23:44:59.541Zreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:44:57.740
38382026-08-13T23:44:59.541Z INFOAug 13 23:44:57.740 Aug 13 23:44:57.740Aug 13 23:44:57.740 adding route 172.17.0.50/32 -> 10.0.0.255INFO
38392026-08-13T23:44:59.541Z adding route 172.17.0.36/32 -> 10.0.0.255DEBG
38402026-08-13T23:44:59.541Z replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:44:57.740
38412026-08-13T23:44:59.541Z DEBGAug 13 23:44:57.740INFO 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 } }] Aug 13 23:44:57.740replacing 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 } }]
38422026-08-13T23:44:59.541ZINFO
38432026-08-13T23:44:59.541Zadding route 172.17.0.22/32 -> 10.0.0.255
38442026-08-13T23:44:59.541Zadding route 172.17.0.53/32 -> 10.0.0.255Aug 13 23:44:57.740Aug 13 23:44:57.741
38452026-08-13T23:44:59.541Z INFO INFOadding route 172.17.0.37/32 -> 10.0.0.255
38462026-08-13T23:44:59.541Zadding route 172.17.0.51/32 -> 10.0.0.255Aug 13 23:44:57.741Aug 13 23:44:57.741
38472026-08-13T23:44:59.541Z DEBGDEBGAug 13 23:44:57.741 Aug 13 23:44:57.741DEBG 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 } }]
38482026-08-13T23:44:59.541Zreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38492026-08-13T23:44:59.541Z
38502026-08-13T23:44:59.542Zreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:44:57.741
38512026-08-13T23:44:59.542Z INFO Aug 13 23:44:57.741adding route 172.17.0.38/32 -> 10.0.0.255
38522026-08-13T23:44:59.542ZINFOAug 13 23:44:57.741 INFOadding route 172.17.0.52/32 -> 10.0.0.255
38532026-08-13T23:44:59.542ZAug 13 23:44:57.741 adding route 172.17.0.54/32 -> 10.0.0.255DEBG
38542026-08-13T23:44:59.542Z Aug 13 23:44:57.741Aug 13 23:44:57.741replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG replacing targets for 172.17.0.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
38552026-08-13T23:44:59.542Z
38562026-08-13T23:44:59.542ZAug 13 23:44:57.741 adding route 172.17.0.23/32 -> 10.0.0.255DEBG
38572026-08-13T23:44:59.542Z Aug 13 23:44:57.741replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 23:44:57.741INFO
38582026-08-13T23:44:59.542ZINFO adding route 172.17.0.39/32 -> 10.0.0.255
38592026-08-13T23:44:59.542Zadding route 172.17.0.53/32 -> 10.0.0.255Aug 13 23:44:57.741
38602026-08-13T23:44:59.542Z INFOAug 13 23:44:57.741 adding route 172.17.0.55/32 -> 10.0.0.255Aug 13 23:44:57.741Aug 13 23:44:57.741
38612026-08-13T23:44:59.542ZDEBG DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
38622026-08-13T23:44:59.542Z replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38632026-08-13T23:44:59.542Z
38642026-08-13T23:44:59.542ZAug 13 23:44:57.741Aug 13 23:44:57.741 DEBGINFO Aug 13 23:44:57.741replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:44:57.741
38652026-08-13T23:44:59.542Z adding route 172.17.0.40/32 -> 10.0.0.255 INFOINFO
38662026-08-13T23:44:59.542Z adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255
38672026-08-13T23:44:59.542ZAug 13 23:44:57.741Aug 13 23:44:57.741 INFODEBG adding route 172.17.0.56/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 } }]
38682026-08-13T23:44:59.542Z
38692026-08-13T23:44:59.542Z
38702026-08-13T23:44:59.542ZAug 13 23:44:57.741Aug 13 23:44:57.741Aug 13 23:44:57.741 Aug 13 23:44:57.741DEBG 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 } }]INFO
38712026-08-13T23:44:59.542Z 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.41/32 -> 10.0.0.255
38722026-08-13T23:44:59.542Z
38732026-08-13T23:44:59.542ZDEBG 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 } }]
38742026-08-13T23:44:59.542ZAug 13 23:44:57.741Aug 13 23:44:57.741Aug 13 23:44:57.741 INFODEBG adding route 172.17.0.57/32 -> 10.0.0.255replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
38752026-08-13T23:44:59.542Z
38762026-08-13T23:44:59.542Z adding route 172.17.0.55/32 -> 10.0.0.255
38772026-08-13T23:44:59.542Ztest route::tests::add_target_fails_full ... ok
38782026-08-13T23:44:59.543Ztest route::tests::delete_targets_full ... ok
38792026-08-13T23:44:59.543ZAug 13 23:44:57.741Aug 13 23:44:57.741 INFOINFO Aug 13 23:44:57.741Aug 13 23:44:57.741 adding route 172.17.0.42/32 -> 10.0.0.255
38802026-08-13T23:44:59.543ZDEBG adding route 172.17.0.25/32 -> 10.0.0.255DEBG
38812026-08-13T23:44:59.543Z replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:44:57.741
38822026-08-13T23:44:59.543Z 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 } }]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 } }]
38832026-08-13T23:44:59.543Z
38842026-08-13T23:44:59.543ZAug 13 23:44:57.741 Aug 13 23:44:57.741INFO Aug 13 23:44:57.741adding route 172.17.0.56/32 -> 10.0.0.255Aug 13 23:44:57.741
38852026-08-13T23:44:59.543ZINFOINFODEBG adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255
38862026-08-13T23:44:59.543Z
38872026-08-13T23:44:59.543Z 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 } }]
38882026-08-13T23:44:59.543ZAug 13 23:44:57.741Aug 13 23:44:57.741 Aug 13 23:44:57.741DEBG DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38892026-08-13T23:44:59.543ZDEBG
38902026-08-13T23:44:59.543Z 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 } }]
38912026-08-13T23:44:59.543ZAug 13 23:44:57.741 Aug 13 23:44:57.741INFO Aug 13 23:44:57.741INFOAug 13 23:44:57.741 adding route 172.17.0.44/32 -> 10.0.0.255INFO
38922026-08-13T23:44:59.543Z adding route 172.17.0.26/32 -> 10.0.0.255INFOadding route 172.17.0.59/32 -> 10.0.0.255
38932026-08-13T23:44:59.543Zadding route 172.17.0.57/32 -> 10.0.0.255Aug 13 23:44:57.741
38942026-08-13T23:44:59.543Z
38952026-08-13T23:44:59.543ZDEBGAug 13 23:44:57.741 Aug 13 23:44:57.741 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 } }]
38962026-08-13T23:44:59.543ZAug 13 23:44:57.741 DEBGDEBG DEBGAug 13 23:44:57.741replacing 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 } }] INFOreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38972026-08-13T23:44:59.543Zadding route 172.17.0.45/32 -> 10.0.0.255
38982026-08-13T23:44:59.543Z
38992026-08-13T23:44:59.544Zreplacing 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 } }]
39002026-08-13T23:44:59.544ZAug 13 23:44:57.741Aug 13 23:44:57.741 Aug 13 23:44:57.741Aug 13 23:44:57.741 INFODEBGINFO adding route 172.17.0.58/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 } }]
39012026-08-13T23:44:59.544Zadding route 172.17.0.27/32 -> 10.0.0.255
39022026-08-13T23:44:59.544ZINFO
39032026-08-13T23:44:59.544Z adding route 172.17.0.60/32 -> 10.0.0.255Aug 13 23:44:57.741
39042026-08-13T23:44:59.544ZAug 13 23:44:57.741 Aug 13 23:44:57.741DEBG 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 } }]DEBG
39052026-08-13T23:44:59.544Z adding route 172.17.0.46/32 -> 10.0.0.255Aug 13 23:44:57.741
39062026-08-13T23:44:59.544Z replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:44:57.741
39072026-08-13T23:44:59.544Z DEBGINFOAug 13 23:44:57.741 Aug 13 23:44:57.741replacing 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 } }] DEBGadding route 172.17.0.59/32 -> 10.0.0.255
39082026-08-13T23:44:59.544Z
39092026-08-13T23:44:59.544Zreplacing 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
39102026-08-13T23:44:59.544Z adding route 172.17.0.28/32 -> 10.0.0.255
39112026-08-13T23:44:59.550ZAug 13 23:44:57.741 Aug 13 23:44:57.741DEBG Aug 13 23:44:57.741INFO 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 } }] INFOadding route 172.17.0.47/32 -> 10.0.0.255
39122026-08-13T23:44:59.550Zadding route 172.17.0.61/32 -> 10.0.0.255
39132026-08-13T23:44:59.550Z
39142026-08-13T23:44:59.550ZAug 13 23:44:57.741 DEBGAug 13 23:44:57.741 Aug 13 23:44:57.741INFO Aug 13 23:44:57.741adding route 172.17.0.60/32 -> 10.0.0.255
39152026-08-13T23:44:59.550ZDEBG DEBGreplacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39162026-08-13T23:44:59.550Zreplacing 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.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 } }]
39172026-08-13T23:44:59.550Z
39182026-08-13T23:44:59.550ZAug 13 23:44:57.741 DEBGAug 13 23:44:57.741 replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
39192026-08-13T23:44:59.550Z adding route 172.17.0.48/32 -> 10.0.0.255Aug 13 23:44:57.741Aug 13 23:44:57.741
39202026-08-13T23:44:59.550ZINFO Aug 13 23:44:57.741adding route 172.17.0.29/32 -> 10.0.0.255
39212026-08-13T23:44:59.550ZAug 13 23:44:57.741DEBG DEBGfailed to allocate space for the new target list
39222026-08-13T23:44:59.550Zreplacing 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 } }]
39232026-08-13T23:44:59.551ZINFOAug 13 23:44:57.741 adding route 172.17.0.62/32 -> 10.0.0.255Aug 13 23:44:57.741DEBG
39242026-08-13T23:44:59.551ZINFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] Aug 13 23:44:57.741adding route 172.17.0.49/32 -> 10.0.0.255
39252026-08-13T23:44:59.551ZDEBG
39262026-08-13T23:44:59.551Z 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 } }]
39272026-08-13T23:44:59.551ZAug 13 23:44:57.741 Aug 13 23:44:57.741Aug 13 23:44:57.741 DEBGDEBGINFO replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.30/32 -> 10.0.0.255
39282026-08-13T23:44:59.551Z
39292026-08-13T23:44:59.551Z
39302026-08-13T23:44:59.551ZAug 13 23:44:57.741Aug 13 23:44:57.741Aug 13 23:44:57.741 DEBGINFO INFOadding route 172.17.0.50/32 -> 10.0.0.255 adding route 172.17.0.63/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 } }]
39312026-08-13T23:44:59.551Z
39322026-08-13T23:44:59.551Z
39332026-08-13T23:44:59.551ZAug 13 23:44:57.741Aug 13 23:44:57.741Aug 13 23:44:57.741 DEBG INFODEBG 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.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.31/32 -> 10.0.0.255
39342026-08-13T23:44:59.551Z
39352026-08-13T23:44:59.551Z
39362026-08-13T23:44:59.551ZAug 13 23:44:57.749 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 } }]
39372026-08-13T23:44:59.551ZAug 13 23:44:57.749 DEBG failed to allocate space for the new target listAug 13 23:44:57.749
39382026-08-13T23:44:59.551Z INFO adding route 172.17.0.32/32 -> 10.0.0.255
39392026-08-13T23:44:59.551ZAug 13 23:44:57.749 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 } }]
39402026-08-13T23:44:59.551ZAug 13 23:44:57.749 DEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:44:57.749
39412026-08-13T23:44:59.551Z DEBGAug 13 23:44:57.749 Aug 13 23:44:57.749INFOfailed to allocate space for the new target list
39422026-08-13T23:44:59.551Zadding route 172.17.0.51/32 -> 10.0.0.255
39432026-08-13T23:44:59.551ZINFO adding route 172.17.0.33/32 -> 10.0.0.255
39442026-08-13T23:44:59.551ZAug 13 23:44:57.749 Aug 13 23:44:57.749DEBG DEBGreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39452026-08-13T23:44:59.551Zreplacing 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 } }]
39462026-08-13T23:44:59.551ZAug 13 23:44:57.749 Aug 13 23:44:57.749INFO adding route 172.17.0.52/32 -> 10.0.0.255INFO
39472026-08-13T23:44:59.551Z adding route 172.17.0.34/32 -> 10.0.0.255
39482026-08-13T23:44:59.551ZAug 13 23:44:57.749 DEBGAug 13 23:44:57.749 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
39492026-08-13T23:44:59.551Z replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39502026-08-13T23:44:59.551ZAug 13 23:44:57.749 INFOAug 13 23:44:57.749 adding route 172.17.0.53/32 -> 10.0.0.255INFO
39512026-08-13T23:44:59.552Z adding route 172.17.0.35/32 -> 10.0.0.255
39522026-08-13T23:44:59.552ZAug 13 23:44:57.749 DEBGAug 13 23:44:57.749 replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
39532026-08-13T23:44:59.552Z 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 } }]
39542026-08-13T23:44:59.552ZAug 13 23:44:57.749 INFO adding route 172.17.0.54/32 -> 10.0.0.255Aug 13 23:44:57.749
39552026-08-13T23:44:59.552Z INFO adding route 172.17.0.36/32 -> 10.0.0.255
39562026-08-13T23:44:59.552ZAug 13 23:44:57.749 DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:44:57.749
39572026-08-13T23:44:59.552Z 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 } }]
39582026-08-13T23:44:59.552ZAug 13 23:44:57.749 INFO adding route 172.17.0.55/32 -> 10.0.0.255Aug 13 23:44:57.749
39592026-08-13T23:44:59.552Z INFO adding route 172.17.0.37/32 -> 10.0.0.255
39602026-08-13T23:44:59.552ZAug 13 23:44:57.749 DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:44:57.749
39612026-08-13T23:44:59.552Z DEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39622026-08-13T23:44:59.552ZAug 13 23:44:57.749 INFO adding route 172.17.0.56/32 -> 10.0.0.255Aug 13 23:44:57.749
39632026-08-13T23:44:59.552Z INFO adding route 172.17.0.38/32 -> 10.0.0.255
39642026-08-13T23:44:59.552ZAug 13 23:44:57.749 DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:44:57.749
39652026-08-13T23:44:59.552Z 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 } }]
39662026-08-13T23:44:59.552ZAug 13 23:44:57.749 INFO adding route 172.17.0.57/32 -> 10.0.0.255Aug 13 23:44:57.749
39672026-08-13T23:44:59.552Z INFO adding route 172.17.0.39/32 -> 10.0.0.255
39682026-08-13T23:44:59.552ZAug 13 23:44:57.749 DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:44:57.749
39692026-08-13T23:44:59.552Z 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 } }]
39702026-08-13T23:44:59.552ZAug 13 23:44:57.749 INFO adding route 172.17.0.58/32 -> 10.0.0.255
39712026-08-13T23:44:59.552ZAug 13 23:44:57.749Aug 13 23:44:57.749 INFODEBG adding route 172.17.0.40/32 -> 10.0.0.255
39722026-08-13T23:44:59.552Z 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 } }]
39732026-08-13T23:44:59.552ZAug 13 23:44:57.749Aug 13 23:44:57.749 DEBGINFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255
39742026-08-13T23:44:59.552Z
39752026-08-13T23:44:59.552ZAug 13 23:44:57.749Aug 13 23:44:57.749 DEBGINFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.41/32 -> 10.0.0.255
39762026-08-13T23:44:59.552Z
39772026-08-13T23:44:59.552ZAug 13 23:44:57.749Aug 13 23:44:57.749 INFODEBG adding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39782026-08-13T23:44:59.553Z
39792026-08-13T23:44:59.553ZAug 13 23:44:57.749Aug 13 23:44:57.749 DEBGINFO replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255
39802026-08-13T23:44:59.553Z
39812026-08-13T23:44:59.553ZAug 13 23:44:57.749Aug 13 23:44:57.749 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }]
39822026-08-13T23:44:59.553Z
39832026-08-13T23:44:59.553ZAug 13 23:44:57.749Aug 13 23:44:57.749 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255
39842026-08-13T23:44:59.553Z
39852026-08-13T23:44:59.553ZAug 13 23:44:57.749 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 } }]
39862026-08-13T23:44:59.553ZAug 13 23:44:57.749 INFO adding route 172.17.0.44/32 -> 10.0.0.255
39872026-08-13T23:44:59.553Ztest route::tests::delete_targets_fragmented ... ok
39882026-08-13T23:44:59.553ZAug 13 23:44:57.749 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 } }]
39892026-08-13T23:44:59.553ZAug 13 23:44:57.749 INFO adding route 172.17.0.45/32 -> 10.0.0.255
39902026-08-13T23:44:59.553ZAug 13 23:44:57.749 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 } }]
39912026-08-13T23:44:59.553ZAug 13 23:44:57.749 INFO adding route 172.17.0.46/32 -> 10.0.0.255
39922026-08-13T23:44:59.553Z
39932026-08-13T23:44:59.553ZAug 13 23:44:57.749 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 } }]
39942026-08-13T23:44:59.553ZAug 13 23:44:57.749 INFO adding route 172.17.0.47/32 -> 10.0.0.255
39952026-08-13T23:44:59.553Ztest result: ok. 42 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
39962026-08-13T23:44:59.553Z
39972026-08-13T23:44:59.553Z
39982026-08-13T23:44:59.553Zrunning 0 tests
39992026-08-13T23:44:59.553Z
40002026-08-13T23:44:59.553Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40012026-08-13T23:44:59.553Z
40022026-08-13T23:44:59.553ZAug 13 23:44:57.749 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 } }]
40032026-08-13T23:44:59.553ZAug 13 23:44:57.757 INFO adding route 172.17.0.48/32 -> 10.0.0.255
40042026-08-13T23:44:59.553ZAug 13 23:44:57.757 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 } }]
40052026-08-13T23:44:59.553ZAug 13 23:44:57.757 INFO adding route 172.17.0.49/32 -> 10.0.0.255
40062026-08-13T23:44:59.553ZAug 13 23:44:57.757 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 } }]
40072026-08-13T23:44:59.554ZAug 13 23:44:57.757 INFO adding route 172.17.0.50/32 -> 10.0.0.255
40082026-08-13T23:44:59.554ZAug 13 23:44:57.757 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 } }]
40092026-08-13T23:44:59.554ZAug 13 23:44:57.757 INFO adding route 172.17.0.51/32 -> 10.0.0.255
40102026-08-13T23:44:59.554ZAug 13 23:44:57.757 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 } }]
40112026-08-13T23:44:59.558ZAug 13 23:44:57.757 INFO adding route 172.17.0.52/32 -> 10.0.0.255
40122026-08-13T23:44:59.558ZAug 13 23:44:57.757 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 } }]
40132026-08-13T23:44:59.558ZAug 13 23:44:57.757 INFO adding route 172.17.0.53/32 -> 10.0.0.255
40142026-08-13T23:44:59.558ZAug 13 23:44:57.757 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 } }]
40152026-08-13T23:44:59.558ZAug 13 23:44:57.757 INFO adding route 172.17.0.54/32 -> 10.0.0.255
40162026-08-13T23:44:59.558ZAug 13 23:44:57.757 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 } }]
40172026-08-13T23:44:59.558ZAug 13 23:44:57.757 INFO adding route 172.17.0.55/32 -> 10.0.0.255
40182026-08-13T23:44:59.559ZAug 13 23:44:57.757 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 } }]
40192026-08-13T23:44:59.559ZAug 13 23:44:57.757 INFO adding route 172.17.0.56/32 -> 10.0.0.255
40202026-08-13T23:44:59.559ZAug 13 23:44:57.757 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 } }]
40212026-08-13T23:44:59.559ZAug 13 23:44:57.757 INFO adding route 172.17.0.57/32 -> 10.0.0.255
40222026-08-13T23:44:59.559ZAug 13 23:44:57.757 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 } }]
40232026-08-13T23:44:59.559ZAug 13 23:44:57.757 INFO adding route 172.17.0.58/32 -> 10.0.0.255
40242026-08-13T23:44:59.559ZAug 13 23:44:57.757 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 } }]
40252026-08-13T23:44:59.559ZAug 13 23:44:57.757 INFO adding route 172.17.0.59/32 -> 10.0.0.255
40262026-08-13T23:44:59.559ZAug 13 23:44:57.757 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 } }]
40272026-08-13T23:44:59.559ZAug 13 23:44:57.757 INFO adding route 172.17.0.60/32 -> 10.0.0.255
40282026-08-13T23:44:59.559ZAug 13 23:44:57.757 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 } }]
40292026-08-13T23:44:59.559ZAug 13 23:44:57.757 DEBG failed to allocate space for the new target list
40302026-08-13T23:44:59.559ZAug 13 23:44:57.757 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 } }]
40312026-08-13T23:44:59.559Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-9a5ae64985c3e580)
40322026-08-13T23:44:59.559Z Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024)
40332026-08-13T23:44:59.559Z
40342026-08-13T23:44:59.559Zrunning 0 tests
40352026-08-13T23:44:59.559Z
40362026-08-13T23:44:59.559Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40372026-08-13T23:44:59.559Z
40382026-08-13T23:44:59.559Z Running unittests src/lib.rs (target/debug/deps/dpd_client-a0641429f08c43c9)
40392026-08-13T23:44:59.559Z
40402026-08-13T23:44:59.559Zrunning 6 tests
40412026-08-13T23:44:59.559Ztest tests::test_full_lot_id_neither_present ... ok
40422026-08-13T23:44:59.559Ztest tests::test_full_lot_id_both_present ... ok
40432026-08-13T23:44:59.559Ztest tests::test_full_lot_id_lot_only ... ok
40442026-08-13T23:44:59.559Ztest tests::test_full_lot_id_lotnum_only ... ok
40452026-08-13T23:44:59.559Ztest tests::test_parse_client_port_id ... ok
40462026-08-13T23:44:59.560Ztest tests::test_port_id_cmp ... ok
40472026-08-13T23:44:59.560Z
40482026-08-13T23:44:59.560Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40492026-08-13T23:44:59.560Z
40502026-08-13T23:44:59.560Z Running tests/test_all.rs (target/debug/deps/test_all-a549e29c96051256)
40512026-08-13T23:44:59.560Z
40522026-08-13T23:44:59.560Zrunning 0 tests
40532026-08-13T23:44:59.560Z
40542026-08-13T23:44:59.560Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40552026-08-13T23:44:59.560Z
40562026-08-13T23:44:59.560Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21)
40572026-08-13T23:44:59.560Z
40582026-08-13T23:44:59.560Zrunning 0 tests
40592026-08-13T23:44:59.560Z
40602026-08-13T23:44:59.560Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40612026-08-13T23:44:59.560Z
40622026-08-13T23:44:59.560Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62)
40632026-08-13T23:44:59.560Z
40642026-08-13T23:44:59.560Zrunning 1 test
40652026-08-13T23:44:59.560Ztest impls::nat::tests::test_nat_tag_parsing ... ok
40662026-08-13T23:44:59.560Z
40672026-08-13T23:44:59.560Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40682026-08-13T23:44:59.560Z
40692026-08-13T23:44:59.560Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
40702026-08-13T23:44:59.560Z
40712026-08-13T23:44:59.560Zrunning 12 tests
40722026-08-13T23:44:59.560Ztest icmp::test_v4_checksum ... ok
40732026-08-13T23:44:59.560Ztest ipv6::test_ipv6_parse ... ok
40742026-08-13T23:44:59.561Ztest icmp::test_v6_checksum ... ok
40752026-08-13T23:44:59.561Ztest pbuf::test_byte ... ok
40762026-08-13T23:44:59.561Ztest lldp::test_lldp_parse ... ok
40772026-08-13T23:44:59.561Ztest pbuf::test_nibble ... ok
40782026-08-13T23:44:59.561Ztest pbuf::test_overflow ... ok
40792026-08-13T23:44:59.561Ztest pbuf::test_short ... ok
40802026-08-13T23:44:59.561Ztest pbuf::test_twelve ... ok
40812026-08-13T23:44:59.561Ztest pbuf::test_word ... ok
40822026-08-13T23:44:59.561Ztest tcp::test_checksum_ack_data ... ok
40832026-08-13T23:44:59.561Ztest tcp::test_checksum_syn_nodata ... ok
40842026-08-13T23:44:59.561Z
40852026-08-13T23:44:59.561Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40862026-08-13T23:44:59.561Z
40872026-08-13T23:44:59.561Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
40882026-08-13T23:44:59.561Z
40892026-08-13T23:44:59.561Zrunning 0 tests
40902026-08-13T23:44:59.561Z
40912026-08-13T23:44:59.561Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40922026-08-13T23:44:59.561Z
40932026-08-13T23:44:59.561Z Running unittests src/main.rs (target/debug/deps/swadm-1ad5e6ade3501a15)
40942026-08-13T23:44:59.561Z
40952026-08-13T23:44:59.561Zrunning 5 tests
40962026-08-13T23:44:59.561Ztest switchport::test::test_compute_lanes ... ok
40972026-08-13T23:44:59.561Ztest switchport::test::port_id_ordering ... ok
40982026-08-13T23:44:59.561Z Lane 0 Lane 1 Lane 2 Lane 3
40992026-08-13T23:44:59.561Z Rx Loss-of-lock: Yes Lane 0 Yes YesLane 1 Yes
41002026-08-13T23:44:59.561ZLane 2 Rx Loss-of-signal: YesLane 3
41012026-08-13T23:44:59.561ZYes Yes State: Activated Yes
41022026-08-13T23:44:59.561ZActivated Rx CDR Enabled: YesActivated Activated
41032026-08-13T23:44:59.562ZYes Rx Output Enabled: false Yesfalse Yes
41042026-08-13T23:44:59.562Z Tx Enabled: Yesfalse falseYes
41052026-08-13T23:44:59.562Z Rx Output Status: validYes validYes
41062026-08-13T23:44:59.562Zvalid Tx Loss-of-lock: No validNo
41072026-08-13T23:44:59.562Z Rx Loss-of-lock: true Notrue Notrue
41082026-08-13T23:44:59.562Z true
41092026-08-13T23:44:59.562Z Tx Loss-of-signal: No Rx Loss-of-signal: falseNo falseNo falseNo
41102026-08-13T23:44:59.562Zfalse
41112026-08-13T23:44:59.566Z Tx CDR Enabled: No Rx Auto-squelch Disable: true Notrue Notrue Notrue
41122026-08-13T23:44:59.566Z
41132026-08-13T23:44:59.566Z Tx Output Enabled: true Tx Adaptive EQ Fault: No trueNo true Notrue
41142026-08-13T23:44:59.566Z Tx Output Status: invalidNo
41152026-08-13T23:44:59.566Zinvalid Tx Fault: Yes invalid Yesinvalid
41162026-08-13T23:44:59.566Z Tx Loss-of-lock: false Yes falseYes
41172026-08-13T23:44:59.566Z false false
41182026-08-13T23:44:59.566Z Tx Loss-of-signal: true true true true
41192026-08-13T23:44:59.566ZTx Auto-squelch Disable: false false false false
41202026-08-13T23:44:59.566Z Tx Adaptive EQ Fail: true true true true
41212026-08-13T23:44:59.566Z Tx Failure: false false false false
41222026-08-13T23:44:59.566Z Tx Force Squelch: true true true true
41232026-08-13T23:44:59.566Z Tx Input Polarity: normal normal normal normal
41242026-08-13T23:44:59.566Ztest switchport::test::test_print_sff_datapath ... ok
41252026-08-13T23:44:59.566Ztest switchport::test::test_print_cmis_datapath ... ok
41262026-08-13T23:44:59.566Ztest link::test_filter ... ok
41272026-08-13T23:44:59.566Z
41282026-08-13T23:44:59.566Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41292026-08-13T23:44:59.567Z
41302026-08-13T23:44:59.567Z Running tests/counters.rs (target/debug/deps/counters-bb8636c6baa9e985)
41312026-08-13T23:44:59.567Z
41322026-08-13T23:44:59.567Zrunning 1 test
41332026-08-13T23:44:59.567Ztest test_p4_counter_list ... ignored
41342026-08-13T23:44:59.567Z
41352026-08-13T23:44:59.567Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
41362026-08-13T23:44:59.567Z
41372026-08-13T23:44:59.567Z Running tests/port-link.rs (target/debug/deps/port_link-65f762e2729408bd)
41382026-08-13T23:44:59.567Z
41392026-08-13T23:44:59.567Zrunning 5 tests
41402026-08-13T23:44:59.567Ztest test_an ... ignored
41412026-08-13T23:44:59.567Ztest test_enable ... ignored
41422026-08-13T23:44:59.567Ztest test_ip_addresses ... ignored
41432026-08-13T23:44:59.567Ztest test_kr ... ignored
41442026-08-13T23:44:59.567Ztest test_mac ... ignored
41452026-08-13T23:44:59.567Z
41462026-08-13T23:44:59.567Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
41472026-08-13T23:44:59.567Z
41482026-08-13T23:44:59.567Z Running unittests src/main.rs (target/debug/deps/tfportd-c2bdb70bfbc0b426)
41492026-08-13T23:44:59.567Z
41502026-08-13T23:44:59.567Zrunning 3 tests
41512026-08-13T23:44:59.567Ztest linklocal::test_parse_ipadm ... ok
41522026-08-13T23:44:59.567Ztest tfport::test_parse_tfport ... ok
41532026-08-13T23:44:59.567Ztest config::tests::test_updates ... ok
41542026-08-13T23:44:59.567Z
41552026-08-13T23:44:59.567Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41562026-08-13T23:44:59.567Z
41572026-08-13T23:44:59.567Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
41582026-08-13T23:44:59.567Z
41592026-08-13T23:44:59.568Zrunning 0 tests
41602026-08-13T23:44:59.568Z
41612026-08-13T23:44:59.568Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41622026-08-13T23:44:59.568Z
41632026-08-13T23:44:59.568Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
41642026-08-13T23:44:59.568Z
41652026-08-13T23:44:59.568Zrunning 0 tests
41662026-08-13T23:44:59.568Z
41672026-08-13T23:44:59.568Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41682026-08-13T23:44:59.568Z
41692026-08-13T23:44:59.568Z Doc-tests aal
41702026-08-13T23:44:59.616Z
41712026-08-13T23:44:59.616Zrunning 0 tests
41722026-08-13T23:44:59.617Z
41732026-08-13T23:44:59.617Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41742026-08-13T23:44:59.617Z
41752026-08-13T23:44:59.632Z Doc-tests aal_macros
41762026-08-13T23:44:59.699Z
41772026-08-13T23:44:59.699Zrunning 0 tests
41782026-08-13T23:44:59.699Z
41792026-08-13T23:44:59.699Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41802026-08-13T23:44:59.699Z
41812026-08-13T23:44:59.710Z Doc-tests common
41822026-08-13T23:44:59.937Z
41832026-08-13T23:44:59.937Zrunning 0 tests
41842026-08-13T23:44:59.937Z
41852026-08-13T23:44:59.937Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41862026-08-13T23:44:59.937Z
41872026-08-13T23:44:59.956Z Doc-tests dpd_api
41882026-08-13T23:45:00.700Z
41892026-08-13T23:45:00.700Zrunning 2 tests
41902026-08-13T23:45:00.700Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 78) ... ignored
41912026-08-13T23:45:00.700Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 84) ... ignored
41922026-08-13T23:45:00.700Z
41932026-08-13T23:45:00.700Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
41942026-08-13T23:45:00.700Z
41952026-08-13T23:45:00.732Z Doc-tests dpd_client
41962026-08-13T23:45:02.072Z
41972026-08-13T23:45:02.072Zrunning 0 tests
41982026-08-13T23:45:02.072Z
41992026-08-13T23:45:02.072Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42002026-08-13T23:45:02.072Z
42012026-08-13T23:45:02.115Z Doc-tests dpd_types
42022026-08-13T23:45:02.327Z
42032026-08-13T23:45:02.327Zrunning 0 tests
42042026-08-13T23:45:02.327Z
42052026-08-13T23:45:02.327Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42062026-08-13T23:45:02.327Z
42072026-08-13T23:45:02.353Z Doc-tests dpd_types_versions
42082026-08-13T23:45:03.604Z
42092026-08-13T23:45:03.604Zrunning 1 test
42102026-08-13T23:45:03.604Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
42112026-08-13T23:45:03.604Z
42122026-08-13T23:45:03.604Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
42132026-08-13T23:45:03.604Z
42142026-08-13T23:45:03.647Z Doc-tests packet
42152026-08-13T23:45:03.762Z
42162026-08-13T23:45:03.762Zrunning 0 tests
42172026-08-13T23:45:03.762Z
42182026-08-13T23:45:03.762Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42192026-08-13T23:45:03.762Z
42202026-08-13T23:45:03.778Z Doc-tests pcap
42212026-08-13T23:45:03.830Z
42222026-08-13T23:45:03.830Zrunning 0 tests
42232026-08-13T23:45:03.830Z
42242026-08-13T23:45:03.830Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42252026-08-13T23:45:03.830Z
42262026-08-13T23:45:03.898Z+ for feat in tofino_stub tofino_asic softnpu chaos
42272026-08-13T23:45:03.898Z+ RUST_BACKTRACE=full
42282026-08-13T23:45:03.898Z+ cargo test --features tofino_asic --no-fail-fast
42292026-08-13T23:45:04.506Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
42302026-08-13T23:45:04.587Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
42312026-08-13T23:45:04.594Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
42322026-08-13T23:45:04.601Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
42332026-08-13T23:45:13.473Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
42342026-08-13T23:45:13.655Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
42352026-08-13T23:45:54.020Z Finished `test` profile [unoptimized + debuginfo] target(s) in 50.10s
42362026-08-13T23:45:54.132Z Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e)
42372026-08-13T23:45:54.136Z
42382026-08-13T23:45:54.136Zrunning 5 tests
42392026-08-13T23:45:54.136Ztest fuse::tests::chip_revision_b0 ... ok
42402026-08-13T23:45:54.136Ztest fuse::tests::chip_revision_a0 ... ok
42412026-08-13T23:45:54.136Ztest fuse::tests::chip_revision_b1 ... ok
42422026-08-13T23:45:54.136Ztest fuse::tests::chip_revision_unknown_device_id ... ok
42432026-08-13T23:45:54.136Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
42442026-08-13T23:45:54.136Z
42452026-08-13T23:45:54.139Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42462026-08-13T23:45:54.139Z
42472026-08-13T23:45:54.139Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
42482026-08-13T23:45:54.139Z
42492026-08-13T23:45:54.140Zrunning 0 tests
42502026-08-13T23:45:54.140Z
42512026-08-13T23:45:54.140Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42522026-08-13T23:45:54.140Z
42532026-08-13T23:45:54.144Z Running unittests src/lib.rs (target/debug/deps/asic-7fbe7810b219c0c1)
42542026-08-13T23:45:54.239Z
42552026-08-13T23:45:54.239Zrunning 8 tests
42562026-08-13T23:45:54.242Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
42572026-08-13T23:45:54.243Ztest tofino_asic::qsfp::tests::fix_link ... ok
42582026-08-13T23:45:54.243Ztest tofino_asic::stats::constants_sanity_check ... ok
42592026-08-13T23:45:54.243Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
42602026-08-13T23:45:54.243Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
42612026-08-13T23:45:54.243Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
42622026-08-13T23:45:54.249Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
42632026-08-13T23:45:54.740Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
42642026-08-13T23:45:54.740Z
42652026-08-13T23:45:54.740Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
42662026-08-13T23:45:54.740Z
42672026-08-13T23:45:54.750Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
42682026-08-13T23:45:54.753Z
42692026-08-13T23:45:54.753Zrunning 10 tests
42702026-08-13T23:45:54.753Ztest network::tests::test_eui64 ... ok
42712026-08-13T23:45:54.753Ztest nat::tests::test_vni ... ok
42722026-08-13T23:45:54.753Ztest network::tests::test_equal ... ok
42732026-08-13T23:45:54.753Ztest network::tests::test_into ... ok
42742026-08-13T23:45:54.753Ztest network::tests::test_generate_ipv6_link_local ... ok
42752026-08-13T23:45:54.753Ztest network::tests::test_not_equal ... ok
42762026-08-13T23:45:54.753Ztest network::tests::test_parse ... ok
42772026-08-13T23:45:54.753Ztest network::tests::test_to_string ... ok
42782026-08-13T23:45:54.757Ztest test_purge ... ok
42792026-08-13T23:45:54.757Ztest illumos::test::address_exists_handles_missing_object ... ok
42802026-08-13T23:45:54.757Z
42812026-08-13T23:45:54.757Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42822026-08-13T23:45:54.757Z
42832026-08-13T23:45:54.757Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef)
42842026-08-13T23:45:54.761Z
42852026-08-13T23:45:54.761Zrunning 1 test
42862026-08-13T23:45:54.764Z -------
42872026-08-13T23:45:54.764Z Generating OpenAPI documents from API definitions ...
42882026-08-13T23:45:54.907Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
42892026-08-13T23:45:54.979Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
42902026-08-13T23:45:55.959Z -------
42912026-08-13T23:45:55.959Z Checking 13 OpenAPI documents...
42922026-08-13T23:45:55.959Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
42932026-08-13T23:45:55.959Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
42942026-08-13T23:45:55.960Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
42952026-08-13T23:45:55.960Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
42962026-08-13T23:45:55.963Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
42972026-08-13T23:45:55.963Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
42982026-08-13T23:45:55.963Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
42992026-08-13T23:45:55.963Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
43002026-08-13T23:45:55.963Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
43012026-08-13T23:45:55.963Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
43022026-08-13T23:45:55.963Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
43032026-08-13T23:45:55.963Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
43042026-08-13T23:45:55.963Z Fresh dpd (versioned v13.0.0 (added locally)): Oxide Switch Dataplane Controller
43052026-08-13T23:45:55.963Z Fresh dpd "latest" symlink
43062026-08-13T23:45:55.963Z -------
43072026-08-13T23:45:55.963Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
43082026-08-13T23:45:56.028Ztest test::test_apis_up_to_date ... ok
43092026-08-13T23:45:56.028Z
43102026-08-13T23:45:56.028Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s
43112026-08-13T23:45:56.028Z
43122026-08-13T23:45:56.088Z Running unittests src/main.rs (target/debug/deps/dpd-a748305040c3fc1b)
43132026-08-13T23:45:56.155Z
43142026-08-13T23:45:56.155Zrunning 74 tests
43152026-08-13T23:45:56.158Ztest freemap::test_ordering ... ok
43162026-08-13T23:45:56.158Ztest config::tests::test_updates ... ok
43172026-08-13T23:45:56.158Ztest dhcpv6::tests::test_create_duid_bytes ... ok
43182026-08-13T23:45:56.158Ztest freemap::test_split ... ok
43192026-08-13T23:45:56.158Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
43202026-08-13T23:45:56.158Ztest macaddrs::tests::test_mac_offset ... ok
43212026-08-13T23:45:56.163Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
43222026-08-13T23:45:56.163Ztest macaddrs::tests::test_parse_port_id ... ok
43232026-08-13T23:45:56.163ZAug 13 23:45:54.468Aug 13 23:45:54.468 DEBGDEBG created new freemapcreated new freemap, , unit:unit :freemap_test freemap_test
43242026-08-13T23:45:56.163Z
43252026-08-13T23:45:56.163ZAug 13 23:45:54.468 DEBG initted freemap. size: 128, unit: freemap_test
43262026-08-13T23:45:56.163ZAug 13 23:45:54.468 DEBG Aug 13 23:45:54.468reset freemap , DEBGunit : initted freemap. size: 128freemap_test
43272026-08-13T23:45:56.163Z, unit: freemap_test
43282026-08-13T23:45:56.163ZAug 13 23:45:54.468Aug 13 23:45:54.468 DEBGDEBG created new freemapreset freemap, , unitunit:: freemap_testfreemap_test
43292026-08-13T23:45:56.163Z
43302026-08-13T23:45:56.163ZAug 13 23:45:54.468 DEBG initted freemap. size: 128, unit: freemap_test
43312026-08-13T23:45:56.163ZAug 13 23:45:54.468 DEBG reset freemap, unit: freemap_test
43322026-08-13T23:45:56.163ZAug 13 23:45:54.468 DEBG created new freemap, unit: freemap_test
43332026-08-13T23:45:56.163Ztest freemap::test_basic ... ok
43342026-08-13T23:45:56.163Ztest freemap::test_exhaustion ... ok
43352026-08-13T23:45:56.163ZAug 13 23:45:54.468 Aug 13 23:45:54.468DEBG initted freemap. size: 8, unit: freemap_test
43362026-08-13T23:45:56.163ZAug 13 23:45:54.468 DEBG reset freemap, unit: freemap_test
43372026-08-13T23:45:56.163Z DEBG created new freemap, unit: freemap_test
43382026-08-13T23:45:56.163Ztest freemap::test_free ... ok
43392026-08-13T23:45:56.163ZAug 13 23:45:54.468 DEBG initted freemap. size: 128, unit: freemap_test
43402026-08-13T23:45:56.163ZAug 13 23:45:54.468 DEBG reset freemap, unit: freemap_test
43412026-08-13T23:45:56.163Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
43422026-08-13T23:45:56.163Ztest freemap::test_reclaim ... ok
43432026-08-13T23:45:56.163Ztest nat::tagged_tests::test_plan_empty_to_n ... ok
43442026-08-13T23:45:56.163Ztest nat::tagged_tests::test_plan_conflict_does_not_block_others ... ok
43452026-08-13T23:45:56.163Ztest nat::tagged_tests::test_plan_conflicts ... ok
43462026-08-13T23:45:56.163Ztest nat::tagged_tests::test_plan_add_remove_retarget ... ok
43472026-08-13T23:45:56.163Ztest nat::tagged_tests::test_plan_identical_is_all_unchanged ... ok
43482026-08-13T23:45:56.163Ztest nat::test_mapping ... ok
43492026-08-13T23:45:56.163Ztest nat::tagged_tests::test_plan_two_tags_coexist ... ok
43502026-08-13T23:45:56.163Ztest nat::tagged_tests::test_tag_excluded_from_entry_equality ... ok
43512026-08-13T23:45:56.164Ztest port_map::tests::test_backplane_group ... ok
43522026-08-13T23:45:56.164Ztest nat::tagged_tests::test_plan_ipv6 ... ok
43532026-08-13T23:45:56.164ZAug 13 23:45:54.469 DEBG created new freemap, unit: freemap_test
43542026-08-13T23:45:56.164ZAug 13 23:45:54.469 DEBG initted freemap. size: 128, unit: freemap_test
43552026-08-13T23:45:56.164ZAug 13 23:45:54.469 DEBG reset freemap, unit: freemap_test
43562026-08-13T23:45:56.164Ztest freemap::test_span ... ok
43572026-08-13T23:45:56.164Ztest port_map::tests::test_port_map ... ok
43582026-08-13T23:45:56.164Ztest port_map::tests::dump_map ... ok
43592026-08-13T23:45:56.164Ztest api_server::tests::test_build_info ... ok
43602026-08-13T23:45:56.164ZAug 13 23:45:54.469 DEBG created new freemap, unit: freemap_route_ipv4
43612026-08-13T23:45:56.164ZAug 13 23:45:54.469 DEBG created new freemap, unit: freemap_route_ipv6
43622026-08-13T23:45:56.164ZAug 13 23:45:54.469 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
43632026-08-13T23:45:56.164ZAug 13 23:45:54.469 DEBG reset freemap, unit: freemap_route_ipv4
43642026-08-13T23:45:56.164ZAug 13 23:45:54.469 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
43652026-08-13T23:45:56.164ZAug 13 23:45:54.470 DEBG reset freemap, unit: freemap_route_ipv6
43662026-08-13T23:45:56.164ZAug 13 23:45:54.470 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
43672026-08-13T23:45:56.164ZAug 13 23:45:54.470 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 } }]
43682026-08-13T23:45:56.164ZAug 13 23:45:54.470 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
43692026-08-13T23:45:56.164ZAug 13 23:45:54.470 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 } }]
43702026-08-13T23:45:56.164ZAug 13 23:45:54.470 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
43712026-08-13T23:45:56.164ZAug 13 23:45:54.470 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 } }]
43722026-08-13T23:45:56.164ZAug 13 23:45:54.470 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
43732026-08-13T23:45:56.164ZAug 13 23:45:54.470 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 } }]
43742026-08-13T23:45:56.164ZAug 13 23:45:54.470 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
43752026-08-13T23:45:56.164ZAug 13 23:45:54.470 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 } }]
43762026-08-13T23:45:56.164ZAug 13 23:45:54.470 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
43772026-08-13T23:45:56.164ZAug 13 23:45:54.470 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-08-13T23:45:56.164ZAug 13 23:45:54.470 INFO Aug 13 23:45:54.470adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
43792026-08-13T23:45:56.164ZDEBG created new freemapAug 13 23:45:54.470 , DEBGunit :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 } }]
43802026-08-13T23:45:56.164Zfreemap_route_ipv4
43812026-08-13T23:45:56.164ZAug 13 23:45:54.470 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
43822026-08-13T23:45:56.164ZAug 13 23:45:54.470 Aug 13 23:45:54.470DEBG DEBGcreated new freemap , 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 } }]unit
43832026-08-13T23:45:56.164Z: freemap_route_ipv6
43842026-08-13T23:45:56.164ZAug 13 23:45:54.470 INFO Aug 13 23:45:54.470adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
43852026-08-13T23:45:56.164ZDEBG initted freemap. size: 64, unitAug 13 23:45:54.470: DEBGfreemap_route_ipv4
43862026-08-13T23:45:56.164Zreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43872026-08-13T23:45:56.164ZAug 13 23:45:54.470Aug 13 23:45:54.470 DEBGINFO reset freemapadding route 3fff:beef:5::/64 -> 2001:db8::55:ff,
43882026-08-13T23:45:56.164Zunit: freemap_route_ipv4
43892026-08-13T23:45:56.164ZAug 13 23:45:54.470 DEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:45:54.470
43902026-08-13T23:45:56.165Z DEBG initted freemap. size: 64, Aug 13 23:45:54.470unit :INFO freemap_route_ipv6adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
43912026-08-13T23:45:56.165Z
43922026-08-13T23:45:56.165ZAug 13 23:45:54.470Aug 13 23:45:54.470 DEBGDEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap
43932026-08-13T23:45:56.165Z, unit: freemap_route_ipv6Aug 13 23:45:54.470
43942026-08-13T23:45:56.165Z INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
43952026-08-13T23:45:56.165ZAug 13 23:45:54.470 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 13 23:45:54.470
43962026-08-13T23:45:56.165Z 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 } }]
43972026-08-13T23:45:56.165ZAug 13 23:45:54.470 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 13 23:45:54.470
43982026-08-13T23:45:56.165Z INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
43992026-08-13T23:45:56.165ZAug 13 23:45:54.470 INFO Aug 13 23:45:54.470adding route 3fff:beef::/64 -> 2001:db8::55:ff
44002026-08-13T23:45:56.165ZDEBG 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 } }]
44012026-08-13T23:45:56.165ZAug 13 23:45:54.470Aug 13 23:45:54.470 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:9::/64 -> 2001:db8::55:ff
44022026-08-13T23:45:56.165Z
44032026-08-13T23:45:56.165ZAug 13 23:45:54.470Aug 13 23:45:54.470 INFODEBG adding route 3fff:beef:1::/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 } }]
44042026-08-13T23:45:56.165Z
44052026-08-13T23:45:56.165ZAug 13 23:45:54.470Aug 13 23:45:54.470 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:a::/64 -> 2001:db8::55:ff
44062026-08-13T23:45:56.165Z
44072026-08-13T23:45:56.165ZAug 13 23:45:54.470Aug 13 23:45:54.470 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:2::/64 -> 2001:db8::55:ff
44082026-08-13T23:45:56.165Z
44092026-08-13T23:45:56.165ZAug 13 23:45:54.470Aug 13 23:45:54.470 INFODEBG adding route 3fff:beef:b::/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 } }]
44102026-08-13T23:45:56.165Z
44112026-08-13T23:45:56.165ZAug 13 23:45:54.470Aug 13 23:45:54.470 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:3::/64 -> 2001:db8::55:ff
44122026-08-13T23:45:56.165Z
44132026-08-13T23:45:56.165ZAug 13 23:45:54.470Aug 13 23:45:54.470 INFODEBG adding route 3fff:beef:c::/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 } }]
44142026-08-13T23:45:56.165Z
44152026-08-13T23:45:56.165ZAug 13 23:45:54.470Aug 13 23:45:54.470 INFODEBG adding route 3fff:beef:4::/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 } }]
44162026-08-13T23:45:56.165Z
44172026-08-13T23:45:56.165ZAug 13 23:45:54.470Aug 13 23:45:54.470 INFODEBG adding route 3fff:beef:d::/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 } }]
44182026-08-13T23:45:56.165Z
44192026-08-13T23:45:56.165ZAug 13 23:45:54.470Aug 13 23:45:54.470 DEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
44202026-08-13T23:45:56.165Z
44212026-08-13T23:45:56.169ZAug 13 23:45:54.470Aug 13 23:45:54.470 INFODEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44222026-08-13T23:45:56.169Z
44232026-08-13T23:45:56.169ZAug 13 23:45:54.470Aug 13 23:45:54.470 DEBGINFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
44242026-08-13T23:45:56.169Z
44252026-08-13T23:45:56.169ZAug 13 23:45:54.470Aug 13 23:45:54.470 INFODEBG adding route 3fff:beef:f::/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 } }]
44262026-08-13T23:45:56.169Z
44272026-08-13T23:45:56.169ZAug 13 23:45:54.470Aug 13 23:45:54.470 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:7::/64 -> 2001:db8::55:ff
44282026-08-13T23:45:56.170Z
44292026-08-13T23:45:56.170ZAug 13 23:45:54.470Aug 13 23:45:54.470 INFODEBG adding route 3fff:beef:10::/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 } }]
44302026-08-13T23:45:56.170Z
44312026-08-13T23:45:56.170ZAug 13 23:45:54.470Aug 13 23:45:54.470 DEBGINFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
44322026-08-13T23:45:56.170Z
44332026-08-13T23:45:56.170ZAug 13 23:45:54.470Aug 13 23:45:54.470 INFODEBG adding route 3fff:beef:11::/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 } }]
44342026-08-13T23:45:56.170Z
44352026-08-13T23:45:56.170ZAug 13 23:45:54.470Aug 13 23:45:54.470 DEBGINFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
44362026-08-13T23:45:56.170Z
44372026-08-13T23:45:56.170ZAug 13 23:45:54.470Aug 13 23:45:54.470 INFODEBG adding route 3fff:beef:12::/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 } }]
44382026-08-13T23:45:56.170Z
44392026-08-13T23:45:56.170ZAug 13 23:45:54.470Aug 13 23:45:54.470 INFODEBG adding route 3fff:beef:a::/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 } }]
44402026-08-13T23:45:56.170Z
44412026-08-13T23:45:56.170ZAug 13 23:45:54.470Aug 13 23:45:54.470 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:13::/64 -> 2001:db8::55:ff
44422026-08-13T23:45:56.170Z
44432026-08-13T23:45:56.170ZAug 13 23:45:54.470Aug 13 23:45:54.470 INFODEBG adding route 3fff:beef:b::/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 } }]
44442026-08-13T23:45:56.170Z
44452026-08-13T23:45:56.170Ztest port_map::tests::parse_softnpu_revision ... ok
44462026-08-13T23:45:56.170ZAug 13 23:45:54.470Aug 13 23:45:54.470 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:14::/64 -> 2001:db8::55:ff
44472026-08-13T23:45:56.170Z
44482026-08-13T23:45:56.170ZAug 13 23:45:54.470Aug 13 23:45:54.470 INFODEBG adding route 3fff:beef:c::/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 } }]
44492026-08-13T23:45:56.170Z
44502026-08-13T23:45:56.170ZAug 13 23:45:54.470Aug 13 23:45:54.470 DEBGINFO replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
44512026-08-13T23:45:56.170Z
44522026-08-13T23:45:56.170ZAug 13 23:45:54.470Aug 13 23:45:54.470 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:d::/64 -> 2001:db8::55:ff
44532026-08-13T23:45:56.170Z
44542026-08-13T23:45:56.170ZAug 13 23:45:54.470Aug 13 23:45:54.470 INFODEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 13 23:45:54.470
44552026-08-13T23:45:56.170Zreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44562026-08-13T23:45:56.170ZDEBG created new freemapAug 13 23:45:54.470Aug 13 23:45:54.470 DEBG, INFOunit :adding route 3fff:beef:e::/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 } }]
44572026-08-13T23:45:56.170Z
44582026-08-13T23:45:56.170Zfreemap_route_ipv4
44592026-08-13T23:45:56.170ZAug 13 23:45:54.470Aug 13 23:45:54.470 INFODEBGAug 13 23:45:54.470 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 } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
44602026-08-13T23:45:56.170Z
44612026-08-13T23:45:56.170Zcreated new freemap, unit: Aug 13 23:45:54.470freemap_route_ipv6
44622026-08-13T23:45:56.170ZINFOAug 13 23:45:54.470 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 13 23:45:54.470
44632026-08-13T23:45:56.170Z 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 } }]initted freemap. size: 64
44642026-08-13T23:45:56.170Z, unit: freemap_route_ipv4Aug 13 23:45:54.470
44652026-08-13T23:45:56.170Z Aug 13 23:45:54.470INFO Aug 13 23:45:54.470adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
44662026-08-13T23:45:56.170ZDEBGDEBG 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 } }]reset freemap
44672026-08-13T23:45:56.171ZAug 13 23:45:54.470, unitDEBG: replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
44682026-08-13T23:45:56.171Z
44692026-08-13T23:45:56.171ZAug 13 23:45:54.470 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 13 23:45:54.470
44702026-08-13T23:45:56.171ZAug 13 23:45:54.470 INFODEBG initted freemap. size: 64adding route 3fff:beef:19::/64 -> 2001:db8::55:ff,
44712026-08-13T23:45:56.171ZunitAug 13 23:45:54.470: DEBGfreemap_route_ipv6Aug 13 23:45:54.470 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 } }]
44722026-08-13T23:45:56.171Z
44732026-08-13T23:45:56.171ZDEBG 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 } }]
44742026-08-13T23:45:56.171ZAug 13 23:45:54.470Aug 13 23:45:54.470 DEBG INFOAug 13 23:45:54.470reset freemap , INFOunit : adding route 3fff:beef:1a::/64 -> 2001:db8::55:fffreemap_route_ipv6
44752026-08-13T23:45:56.171Z
44762026-08-13T23:45:56.171Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
44772026-08-13T23:45:56.171ZAug 13 23:45:54.470Aug 13 23:45:54.470 Aug 13 23:45:54.470 DEBGINFODEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
44782026-08-13T23:45:56.171Zreplacing 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 } }]
44792026-08-13T23:45:56.171Z
44802026-08-13T23:45:56.171ZAug 13 23:45:54.470 Aug 13 23:45:54.470Aug 13 23:45:54.470 DEBGDEBG created new freemap replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 13 23:45:54.470
44812026-08-13T23:45:56.171ZINFO , INFOunit adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
44822026-08-13T23:45:56.171ZAug 13 23:45:54.470: adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO adding route 3fff:dead::/64 -> 2001:db8::55:2
44832026-08-13T23:45:56.171ZAug 13 23:45:54.470
44842026-08-13T23:45:56.171Z freemap_route_ipv4DEBG
44852026-08-13T23:45:56.171Zreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:45:54.470Aug 13 23:45:54.470
44862026-08-13T23:45:56.171Z 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 } }]
44872026-08-13T23:45:56.171Zreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:45:54.470
44882026-08-13T23:45:56.171ZAug 13 23:45:54.470 INFODEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 13 23:45:54.470created new freemap
44892026-08-13T23:45:56.171Z, INFOAug 13 23:45:54.470 unit adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 13 23:45:54.470
44902026-08-13T23:45:56.171Z:INFO DEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:fffreemap_route_ipv6
44912026-08-13T23:45:56.171Z Aug 13 23:45:54.470
44922026-08-13T23:45:56.171Z 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
44932026-08-13T23:45:56.171Z Aug 13 23:45:54.470Aug 13 23:45:54.470 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
44942026-08-13T23:45:56.171Z DEBG Aug 13 23:45:54.470replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] initted freemap. size: 64
44952026-08-13T23:45:56.171ZAug 13 23:45:54.470 , INFOINFO unitadding route 3fff:beef:1::/64 -> 2001:db8::55:ff:
44962026-08-13T23:45:56.171Z adding route 3fff:beef:14::/64 -> 2001:db8::55:fffreemap_route_ipv4
44972026-08-13T23:45:56.171Z
44982026-08-13T23:45:56.171ZAug 13 23:45:54.470 Aug 13 23:45:54.470INFO Aug 13 23:45:54.470 DEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
44992026-08-13T23:45:56.171Zreplacing 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 } }]
45002026-08-13T23:45:56.171ZAug 13 23:45:54.470DEBG 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 } }]DEBGAug 13 23:45:54.470
45012026-08-13T23:45:56.171Z INFOreset freemap Aug 13 23:45:54.470Aug 13 23:45:54.470, unitINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
45022026-08-13T23:45:56.171ZDEBGAug 13 23:45:54.470 DEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
45032026-08-13T23:45:56.171ZAug 13 23:45:54.470
45042026-08-13T23:45:56.171Z DEBG created new freemap, unitAug 13 23:45:54.470: INFOfreemap_route_ipv4
45052026-08-13T23:45:56.171Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
45062026-08-13T23:45:56.171ZAug 13 23:45:54.470Aug 13 23:45:54.470 Aug 13 23:45:54.470DEBG DEBG created new freemapINFO, unit :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:1e::/64 -> 2001:db8::55:ff
45072026-08-13T23:45:56.172Zfreemap_route_ipv6
45082026-08-13T23:45:56.172Z
45092026-08-13T23:45:56.172ZAug 13 23:45:54.470Aug 13 23:45:54.470 Aug 13 23:45:54.470 DEBGINFO initted freemap. size: 64DEBG, adding route 3fff:beef:17::/64 -> 2001:db8::55:ffunit
45102026-08-13T23:45:56.172Z: freemap_route_ipv4replacing 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 } }]
45112026-08-13T23:45:56.172Z
45122026-08-13T23:45:56.172ZAug 13 23:45:54.470Aug 13 23:45:54.470 Aug 13 23:45:54.470 DEBGDEBGINFO 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 } }]
45132026-08-13T23:45:56.172Zreset freemapadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff,
45142026-08-13T23:45:56.172Zunit: Aug 13 23:45:54.470Aug 13 23:45:54.470freemap_route_ipv4
45152026-08-13T23:45:56.172Z 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:18::/64 -> 2001:db8::55:ff
45162026-08-13T23:45:56.172ZAug 13 23:45:54.470
45172026-08-13T23:45:56.172Z DEBG initted freemap. size: 64, Aug 13 23:45:54.470unitAug 13 23:45:54.470: freemap_route_ipv6INFO
45182026-08-13T23:45:56.172Z DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
45192026-08-13T23:45:56.172Zreplacing 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 } }]
45202026-08-13T23:45:56.172ZAug 13 23:45:54.470Aug 13 23:45:54.470 DEBG DEBGreset freemapAug 13 23:45:54.470 , replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
45212026-08-13T23:45:56.176Z : INFOfreemap_route_ipv6
45222026-08-13T23:45:56.176ZAug 13 23:45:54.470adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
45232026-08-13T23:45:56.176ZINFO Aug 13 23:45:54.470 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO
45242026-08-13T23:45:56.176Z adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 13 23:45:54.470
45252026-08-13T23:45:56.176Z 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 } }]
45262026-08-13T23:45:56.176ZAug 13 23:45:54.470Aug 13 23:45:54.470 DEBGDEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }]
45272026-08-13T23:45:56.176Z
45282026-08-13T23:45:56.176ZAug 13 23:45:54.470 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
45292026-08-13T23:45:56.176ZAug 13 23:45:54.470Aug 13 23:45:54.470 INFOAug 13 23:45:54.470INFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1
45302026-08-13T23:45:56.176Zreplacing 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:22::/64 -> 2001:db8::55:ff
45312026-08-13T23:45:56.176Z
45322026-08-13T23:45:56.177ZAug 13 23:45:54.470 Aug 13 23:45:54.470INFO Aug 13 23:45:54.470adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG
45332026-08-13T23:45:56.177Z 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 } }]
45342026-08-13T23:45:56.177ZAug 13 23:45:54.470replacing 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
45352026-08-13T23:45:56.177Z 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 } }]
45362026-08-13T23:45:56.177ZAug 13 23:45:54.471Aug 13 23:45:54.471 Aug 13 23:45:54.471INFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
45372026-08-13T23:45:56.177Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
45382026-08-13T23:45:56.177Z
45392026-08-13T23:45:56.177ZAug 13 23:45:54.471 Aug 13 23:45:54.471DEBG DEBGAug 13 23:45:54.471replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
45402026-08-13T23:45:56.177Z
45412026-08-13T23:45:56.177ZDEBG 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 } }]
45422026-08-13T23:45:56.177ZAug 13 23:45:54.471Aug 13 23:45:54.471 Aug 13 23:45:54.471 INFOINFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
45432026-08-13T23:45:56.177Z
45442026-08-13T23:45:56.177Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
45452026-08-13T23:45:56.177ZAug 13 23:45:54.471Aug 13 23:45:54.471 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 13 23:45:54.471
45462026-08-13T23:45:56.178Z 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 } }]DEBG
45472026-08-13T23:45:56.178Zreplacing 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 } }]
45482026-08-13T23:45:56.178ZAug 13 23:45:54.471 INFOAug 13 23:45:54.471 Aug 13 23:45:54.471adding route 3fff:beef::/64 -> 2001:db8::55:ff INFOINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
45492026-08-13T23:45:56.178Z
45502026-08-13T23:45:56.178Z
45512026-08-13T23:45:56.178ZAug 13 23:45:54.471Aug 13 23:45:54.471Aug 13 23:45:54.471 DEBGDEBGDEBG 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: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 } }]
45522026-08-13T23:45:56.178Z
45532026-08-13T23:45:56.178Zreplacing 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 } }]
45542026-08-13T23:45:56.178ZAug 13 23:45:54.471Aug 13 23:45:54.471 INFOINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
45552026-08-13T23:45:56.178Z
45562026-08-13T23:45:56.178ZAug 13 23:45:54.471 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
45572026-08-13T23:45:56.178ZAug 13 23:45:54.471 Aug 13 23:45:54.471DEBG Aug 13 23:45:54.471replacing 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
45582026-08-13T23:45:56.178Zreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
45592026-08-13T23:45:56.178Z 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 } }]
45602026-08-13T23:45:56.178ZAug 13 23:45:54.471 INFOAug 13 23:45:54.471 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFOAug 13 23:45:54.471
45612026-08-13T23:45:56.178Z adding route 3fff:beef:2::/64 -> 2001:db8::55:ffINFO
45622026-08-13T23:45:56.178Z adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 13 23:45:54.471
45632026-08-13T23:45:56.178Z DEBG Aug 13 23:45:54.471replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:45:54.471
45642026-08-13T23:45:56.178ZDEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
45652026-08-13T23:45:56.178ZAug 13 23:45:54.471 INFOAug 13 23:45:54.471 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 } }]
45662026-08-13T23:45:56.178Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO
45672026-08-13T23:45:56.178Z adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
45682026-08-13T23:45:56.178ZAug 13 23:45:54.471 Aug 13 23:45:54.471Aug 13 23:45:54.471 INFODEBG DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
45692026-08-13T23:45:56.178Zreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
45702026-08-13T23:45:56.178Z
45712026-08-13T23:45:56.178ZAug 13 23:45:54.471 DEBG Aug 13 23:45:54.471Aug 13 23:45:54.471replacing 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 } }]
45722026-08-13T23:45:56.178ZINFOINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
45732026-08-13T23:45:56.178Z
45742026-08-13T23:45:56.178ZAug 13 23:45:54.471 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
45752026-08-13T23:45:56.178ZAug 13 23:45:54.471 Aug 13 23:45:54.471Aug 13 23:45:54.471 DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff 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 } }]
45762026-08-13T23:45:56.178ZDEBG
45772026-08-13T23:45:56.178Zreplacing 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 } }]
45782026-08-13T23:45:56.178Z 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 } }]
45792026-08-13T23:45:56.178ZAug 13 23:45:54.471 INFOAug 13 23:45:54.471 Aug 13 23:45:54.471adding route 3fff:beef:23::/64 -> 2001:db8::55:ff Aug 13 23:45:54.471DEBG
45802026-08-13T23:45:56.178ZINFO 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 } }]
45812026-08-13T23:45:56.178ZINFOAug 13 23:45:54.471adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
45822026-08-13T23:45:56.178Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
45832026-08-13T23:45:56.178ZAug 13 23:45:54.471DEBG 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 } }]
45842026-08-13T23:45:56.179Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 13 23:45:54.471
45852026-08-13T23:45:56.179Z DEBGAug 13 23:45:54.471 replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:45:54.471DEBG Aug 13 23:45:54.471replacing 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
45862026-08-13T23:45:56.179ZDEBG adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
45872026-08-13T23:45:56.179Z
45882026-08-13T23:45:56.179Zreplacing 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 } }]
45892026-08-13T23:45:56.179ZAug 13 23:45:54.471Aug 13 23:45:54.471 Aug 13 23:45:54.471Aug 13 23:45:54.471INFO DEBGINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
45902026-08-13T23:45:56.179Zreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
45912026-08-13T23:45:56.179Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
45922026-08-13T23:45:56.179Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
45932026-08-13T23:45:56.179ZAug 13 23:45:54.471 Aug 13 23:45:54.471DEBGAug 13 23:45:54.471 Aug 13 23:45:54.471 INFODEBG 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 adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
45942026-08-13T23:45:56.179Z 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: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 } }]
45952026-08-13T23:45:56.179Z
45962026-08-13T23:45:56.179Z
45972026-08-13T23:45:56.179ZAug 13 23:45:54.471 Aug 13 23:45:54.471Aug 13 23:45:54.471INFO INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFO Aug 13 23:45:54.471adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
45982026-08-13T23:45:56.179Z
45992026-08-13T23:45:56.179Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBG
46002026-08-13T23:45:56.179Z Aug 13 23:45:54.471replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 23:45:54.471
46012026-08-13T23:45:56.179ZDEBG 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 } }]Aug 13 23:45:54.471
46022026-08-13T23:45:56.179Z replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:45:54.471
46032026-08-13T23:45:56.179ZINFODEBG Aug 13 23:45:54.471 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 } }]
46042026-08-13T23:45:56.179ZINFOadding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 13 23:45:54.471
46052026-08-13T23:45:56.179ZINFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
46062026-08-13T23:45:56.179Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 13 23:45:54.471
46072026-08-13T23:45:56.179Z Aug 13 23:45:54.471INFOAug 13 23:45:54.471 DEBGadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
46082026-08-13T23:45:56.179ZDEBG Aug 13 23:45:54.471replacing 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 } }]
46092026-08-13T23:45:56.179ZDEBGreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 23:45:54.471replacing 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 } }]
46102026-08-13T23:45:56.179ZDEBGAug 13 23:45:54.471
46112026-08-13T23:45:56.179Z 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 } }]
46122026-08-13T23:45:56.179ZINFOAug 13 23:45:54.471 Aug 13 23:45:54.471 Aug 13 23:45:54.471 INFO INFOINFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
46132026-08-13T23:45:56.179Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
46142026-08-13T23:45:56.179Z
46152026-08-13T23:45:56.179Z adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
46162026-08-13T23:45:56.179ZAug 13 23:45:54.471Aug 13 23:45:54.471 DEBGAug 13 23:45:54.471 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 } }] Aug 13 23:45:54.471replacing 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: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 } }]
46172026-08-13T23:45:56.179Z DEBG
46182026-08-13T23:45:56.179Z
46192026-08-13T23:45:56.179Z 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 } }]
46202026-08-13T23:45:56.179ZAug 13 23:45:54.471Aug 13 23:45:54.471Aug 13 23:45:54.471Aug 13 23:45:54.471 INFOINFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
46212026-08-13T23:45:56.184Z
46222026-08-13T23:45:56.184Z INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
46232026-08-13T23:45:56.184Z
46242026-08-13T23:45:56.184ZAug 13 23:45:54.471Aug 13 23:45:54.471 DEBGDEBGAug 13 23:45:54.471 Aug 13 23:45:54.471 replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46252026-08-13T23:45:56.184ZDEBG
46262026-08-13T23:45:56.184Z DEBGreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46272026-08-13T23:45:56.184Zreplacing 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 } }]
46282026-08-13T23:45:56.184ZAug 13 23:45:54.471Aug 13 23:45:54.471Aug 13 23:45:54.471Aug 13 23:45:54.471 INFOINFO INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
46292026-08-13T23:45:56.184Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFO
46302026-08-13T23:45:56.184Z
46312026-08-13T23:45:56.184Z adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 13 23:45:54.471
46322026-08-13T23:45:56.184Z Aug 13 23:45:54.471DEBG DEBGAug 13 23:45:54.471 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 } }]DEBGAug 13 23:45:54.471
46332026-08-13T23:45:56.184Zreplacing 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 } }]
46342026-08-13T23:45:56.184ZDEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:45:54.471replacing 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 } }]
46352026-08-13T23:45:56.184Z
46362026-08-13T23:45:56.184Z Aug 13 23:45:54.471 INFOINFO Aug 13 23:45:54.471 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
46372026-08-13T23:45:56.184ZAug 13 23:45:54.471INFO
46382026-08-13T23:45:56.184ZINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 13 23:45:54.471
46392026-08-13T23:45:56.184Z
46402026-08-13T23:45:56.184Z DEBGAug 13 23:45:54.471 replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
46412026-08-13T23:45:56.184Zreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:45:54.471Aug 13 23:45:54.471 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 } }]
46422026-08-13T23:45:56.184ZAug 13 23:45:54.471
46432026-08-13T23:45:56.184Z 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
46442026-08-13T23:45:56.184ZAug 13 23:45:54.471Aug 13 23:45:54.471 INFO INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
46452026-08-13T23:45:56.184Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
46462026-08-13T23:45:56.184ZAug 13 23:45:54.471adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
46472026-08-13T23:45:56.184ZINFOAug 13 23:45:54.471 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 13 23:45:54.471DEBG
46482026-08-13T23:45:56.184Z replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:45:54.471
46492026-08-13T23:45:56.184Z DEBGAug 13 23:45:54.471DEBGAug 13 23:45:54.471 replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
46502026-08-13T23:45:56.184Z
46512026-08-13T23:45:56.184ZDEBGINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
46522026-08-13T23:45:56.184Zreplacing 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 } }]
46532026-08-13T23:45:56.184ZAug 13 23:45:54.471 Aug 13 23:45:54.471INFO DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 13 23:45:54.471
46542026-08-13T23:45:56.184ZAug 13 23:45:54.471 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 } }]
46552026-08-13T23:45:56.184Z Aug 13 23:45:54.471INFO INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG
46562026-08-13T23:45:56.184Z adding route 3fff:beef:e::/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 } }]
46572026-08-13T23:45:56.184Z
46582026-08-13T23:45:56.185ZAug 13 23:45:54.471 INFOAug 13 23:45:54.471 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 13 23:45:54.471
46592026-08-13T23:45:56.185ZDEBG Aug 13 23:45:54.471replacing 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
46602026-08-13T23:45:56.185Z DEBGAug 13 23:45:54.471adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
46612026-08-13T23:45:56.185Z 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 } }]
46622026-08-13T23:45:56.185Zreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:45:54.471
46632026-08-13T23:45:56.185Z Aug 13 23:45:54.471Aug 13 23:45:54.471 DEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
46642026-08-13T23:45:56.185Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
46652026-08-13T23:45:56.185ZAug 13 23:45:54.471 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 } }]
46662026-08-13T23:45:56.185ZAug 13 23:45:54.471Aug 13 23:45:54.471 INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
46672026-08-13T23:45:56.185Z
46682026-08-13T23:45:56.185ZAug 13 23:45:54.471 Aug 13 23:45:54.471DEBG 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 } }]
46692026-08-13T23:45:56.185Zreplacing 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 } }]
46702026-08-13T23:45:56.185ZAug 13 23:45:54.471Aug 13 23:45:54.471 INFOINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
46712026-08-13T23:45:56.185Z
46722026-08-13T23:45:56.185Z: Aug 13 23:45:54.471freemap_route_ipv4
46732026-08-13T23:45:56.185Z Aug 13 23:45:54.471 DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:45:54.471
46742026-08-13T23:45:56.185Z DEBG initted freemap. size: 64DEBG, unitreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:45:54.471:
46752026-08-13T23:45:56.185Z freemap_route_ipv6INFO
46762026-08-13T23:45:56.185Z Aug 13 23:45:54.471adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
46772026-08-13T23:45:56.185ZINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
46782026-08-13T23:45:56.185ZAug 13 23:45:54.471Aug 13 23:45:54.471Aug 13 23:45:54.471 DEBGDEBGDEBG reset freemapreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], 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 } }]
46792026-08-13T23:45:56.185Zunit
46802026-08-13T23:45:56.185Z: freemap_route_ipv6
46812026-08-13T23:45:56.185ZAug 13 23:45:54.471 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 13 23:45:54.471
46822026-08-13T23:45:56.185ZAug 13 23:45:54.471 INFOINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 13 23:45:54.471
46832026-08-13T23:45:56.185Zadding route 3fff:dead::/64 -> 2001:db8::55:1
46842026-08-13T23:45:56.185ZDEBG Aug 13 23:45:54.471 DEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46852026-08-13T23:45:56.185ZAug 13 23:45:54.471 Aug 13 23:45:54.471replacing 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
46862026-08-13T23:45:56.185Z 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 } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
46872026-08-13T23:45:56.185Z
46882026-08-13T23:45:56.185ZAug 13 23:45:54.471 INFO Aug 13 23:45:54.471adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 13 23:45:54.471
46892026-08-13T23:45:56.185Z INFODEBGAug 13 23:45:54.471 adding route 3fff:dead::/64 -> 2001:db8::55:1
46902026-08-13T23:45:56.185ZDEBGreplacing 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 } }]
46912026-08-13T23:45:56.185Zreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:45:54.471
46922026-08-13T23:45:56.185Z Aug 13 23:45:54.471Aug 13 23:45:54.471 INFOINFO DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 13 23:45:54.471 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 } }]INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
46932026-08-13T23:45:56.185Z
46942026-08-13T23:45:56.185Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
46952026-08-13T23:45:56.185Z
46962026-08-13T23:45:56.185ZAug 13 23:45:54.471Aug 13 23:45:54.471Aug 13 23:45:54.471Aug 13 23:45:54.471 DEBG INFODEBG DEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
46972026-08-13T23:45:56.185Z
46982026-08-13T23:45:56.186Zadding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:45:54.471
46992026-08-13T23:45:56.186ZAug 13 23:45:54.471 INFO INFO
47002026-08-13T23:45:56.186Z Aug 13 23:45:54.471adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
47012026-08-13T23:45:56.186Z
47022026-08-13T23:45:56.186ZDEBGAug 13 23:45:54.471 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 13 23:45:54.471Aug 13 23:45:54.471 DEBG
47032026-08-13T23:45:56.186ZDEBG 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 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 } }]
47042026-08-13T23:45:56.186Z
47052026-08-13T23:45:56.186Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 13 23:45:54.471
47062026-08-13T23:45:56.186ZAug 13 23:45:54.471Aug 13 23:45:54.471 INFOINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffINFO
47072026-08-13T23:45:56.186Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:2
47082026-08-13T23:45:56.186Z
47092026-08-13T23:45:56.186ZAug 13 23:45:54.471Aug 13 23:45:54.471 Aug 13 23:45:54.471DEBG Aug 13 23:45:54.471DEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]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 } }] 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 } }]
47102026-08-13T23:45:56.186Z
47112026-08-13T23:45:56.186Z 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 } }]
47122026-08-13T23:45:56.186Z
47132026-08-13T23:45:56.186ZAug 13 23:45:54.471Aug 13 23:45:54.471Aug 13 23:45:54.471 Aug 13 23:45:54.471INFO INFOINFOadding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:fffailed to allocate space for the new target list
47142026-08-13T23:45:56.186Z
47152026-08-13T23:45:56.186Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
47162026-08-13T23:45:56.186Z
47172026-08-13T23:45:56.186ZAug 13 23:45:54.471Aug 13 23:45:54.471 DEBGDEBG Aug 13 23:45:54.471replacing 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 } }]
47182026-08-13T23:45:56.186Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG Aug 13 23:45:54.471
47192026-08-13T23:45:56.186Zreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:45:54.471
47202026-08-13T23:45:56.186Z INFODEBG adding route 3fff:beef:37::/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 } }]
47212026-08-13T23:45:56.190ZAug 13 23:45:54.471
47222026-08-13T23:45:56.190Z INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 13 23:45:54.471
47232026-08-13T23:45:56.190Z DEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:45:54.471 DEBGAug 13 23:45:54.471 replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
47242026-08-13T23:45:56.190Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
47252026-08-13T23:45:56.190ZAug 13 23:45:54.472Aug 13 23:45:54.472 INFODEBG
47262026-08-13T23:45:56.190Z adding route 3fff:beef:2::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47272026-08-13T23:45:56.190Z
47282026-08-13T23:45:56.190ZAug 13 23:45:54.472 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 13 23:45:54.472
47292026-08-13T23:45:56.190ZAug 13 23:45:54.472 INFOAug 13 23:45:54.472DEBG 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 } }]
47302026-08-13T23:45:56.190Zreplacing 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 } }]
47312026-08-13T23:45:56.190Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
47322026-08-13T23:45:56.190ZAug 13 23:45:54.472 Aug 13 23:45:54.472INFO Aug 13 23:45:54.472INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
47332026-08-13T23:45:56.190Z
47342026-08-13T23:45:56.191ZDEBG 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 } }]
47352026-08-13T23:45:56.191ZAug 13 23:45:54.472Aug 13 23:45:54.472 DEBGDEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
47362026-08-13T23:45:56.191Z
47372026-08-13T23:45:56.191ZAug 13 23:45:54.472 Aug 13 23:45:54.472Aug 13 23:45:54.472 INFOINFOINFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
47382026-08-13T23:45:56.191Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
47392026-08-13T23:45:56.191Z
47402026-08-13T23:45:56.191ZAug 13 23:45:54.472Aug 13 23:45:54.472 Aug 13 23:45:54.472DEBG DEBG 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 } }]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 } }]
47412026-08-13T23:45:56.191Zreplacing 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 } }]
47422026-08-13T23:45:56.191Z
47432026-08-13T23:45:56.191ZAug 13 23:45:54.472Aug 13 23:45:54.472Aug 13 23:45:54.472 INFO INFOadding route 3fff:beef:5::/64 -> 2001:db8::55:ff INFOadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
47442026-08-13T23:45:56.191Z
47452026-08-13T23:45:56.191Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
47462026-08-13T23:45:56.191ZAug 13 23:45:54.472Aug 13 23:45:54.472 Aug 13 23:45:54.472DEBGDEBG 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 } }]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 } }]
47472026-08-13T23:45:56.191Z 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 } }]
47482026-08-13T23:45:56.191Z
47492026-08-13T23:45:56.191ZAug 13 23:45:54.472Aug 13 23:45:54.472 INFOAug 13 23:45:54.472 INFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
47502026-08-13T23:45:56.191Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
47512026-08-13T23:45:56.191ZINFO Aug 13 23:45:54.472Aug 13 23:45:54.472adding route 3fff:beef:15::/64 -> 2001:db8::55:ff DEBGDEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
47522026-08-13T23:45:56.191Z
47532026-08-13T23:45:56.191Z
47542026-08-13T23:45:56.191ZAug 13 23:45:54.472Aug 13 23:45:54.472Aug 13 23:45:54.472 INFOINFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
47552026-08-13T23:45:56.191Z
47562026-08-13T23:45:56.191ZDEBG 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 } }]
47572026-08-13T23:45:56.191ZAug 13 23:45:54.472 Aug 13 23:45:54.472DEBG DEBGreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 23:45:54.472replacing 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 } }]
47582026-08-13T23:45:56.191ZINFO
47592026-08-13T23:45:56.191Z adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 13 23:45:54.472
47602026-08-13T23:45:56.191Z Aug 13 23:45:54.472INFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffINFO
47612026-08-13T23:45:56.191Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
47622026-08-13T23:45:56.191ZAug 13 23:45:54.472Aug 13 23:45:54.472Aug 13 23:45:54.472 DEBGDEBG replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47632026-08-13T23:45:56.191Zreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
47642026-08-13T23:45:56.191Z replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:45:54.472
47652026-08-13T23:45:56.191Z Aug 13 23:45:54.472INFO adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffINFO
47662026-08-13T23:45:56.191Z adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 13 23:45:54.472
47672026-08-13T23:45:56.191Z INFOAug 13 23:45:54.472 Aug 13 23:45:54.472DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff 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
47682026-08-13T23:45:56.191Z
47692026-08-13T23:45:56.191Z replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:45:54.472Aug 13 23:45:54.472
47702026-08-13T23:45:56.191Z DEBG DEBGfailed to allocate space for the new target list
47712026-08-13T23:45:56.191ZAug 13 23:45:54.472replacing 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 } }]
47722026-08-13T23:45:56.192ZINFO Aug 13 23:45:54.472adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
47732026-08-13T23:45:56.192ZDEBGAug 13 23:45:54.472 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 13 23:45:54.472
47742026-08-13T23:45:56.192Z INFODEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 13 23:45:54.472replacing 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 } }]
47752026-08-13T23:45:56.192Z
47762026-08-13T23:45:56.192ZDEBG failed to allocate space for the new target listAug 13 23:45:54.472
47772026-08-13T23:45:56.192Z Aug 13 23:45:54.472DEBG INFOreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47782026-08-13T23:45:56.192Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
47792026-08-13T23:45:56.192ZAug 13 23:45:54.472Aug 13 23:45:54.472 INFODEBG adding route 3fff:beef:19::/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 } }]
47802026-08-13T23:45:56.192Z
47812026-08-13T23:45:56.193ZAug 13 23:45:54.472 Aug 13 23:45:54.472INFO DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
47822026-08-13T23:45:56.193Zreplacing 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 } }]
47832026-08-13T23:45:56.193ZAug 13 23:45:54.472Aug 13 23:45:54.472 INFODEBG adding route 3fff:beef:1a::/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 } }]
47842026-08-13T23:45:56.193Z
47852026-08-13T23:45:56.193ZAug 13 23:45:54.472Aug 13 23:45:54.472 INFODEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47862026-08-13T23:45:56.193Z
47872026-08-13T23:45:56.193ZAug 13 23:45:54.472 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
47882026-08-13T23:45:56.193ZAug 13 23:45:54.472Aug 13 23:45:54.472 DEBGDEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
47892026-08-13T23:45:56.193Z
47902026-08-13T23:45:56.193ZAug 13 23:45:54.472 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
47912026-08-13T23:45:56.193ZAug 13 23:45:54.472 Aug 13 23:45:54.472INFO DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
47922026-08-13T23:45:56.193Zreplacing 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 } }]
47932026-08-13T23:45:56.193ZAug 13 23:45:54.472 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
47942026-08-13T23:45:56.193ZAug 13 23:45:54.472 DEBGAug 13 23:45:54.472 replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
47952026-08-13T23:45:56.193Z 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 } }]
47962026-08-13T23:45:56.193ZAug 13 23:45:54.472 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
47972026-08-13T23:45:56.193ZAug 13 23:45:54.472 INFOAug 13 23:45:54.472 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBG
47982026-08-13T23:45:56.193Z 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 } }]
47992026-08-13T23:45:56.193ZAug 13 23:45:54.472 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 13 23:45:54.472
48002026-08-13T23:45:56.193Z DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff Aug 13 23:45:54.472replacing 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 } }]
48012026-08-13T23:45:56.193ZDEBG
48022026-08-13T23:45:56.193Z 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 } }]
48032026-08-13T23:45:56.193ZAug 13 23:45:54.472 INFOAug 13 23:45:54.472 Aug 13 23:45:54.472adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
48042026-08-13T23:45:56.193ZDEBG INFOreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48052026-08-13T23:45:56.193Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 13 23:45:54.472
48062026-08-13T23:45:56.193Z 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 } }]
48072026-08-13T23:45:56.193ZAug 13 23:45:54.472Aug 13 23:45:54.472 DEBGAug 13 23:45:54.472INFO 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 } }]INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
48082026-08-13T23:45:56.193Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
48092026-08-13T23:45:56.193Z
48102026-08-13T23:45:56.193ZAug 13 23:45:54.472Aug 13 23:45:54.472 Aug 13 23:45:54.472 DEBGINFODEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48112026-08-13T23:45:56.193Z
48122026-08-13T23:45:56.193Zreplacing 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 } }]
48132026-08-13T23:45:56.193ZAug 13 23:45:54.472 Aug 13 23:45:54.472INFO INFOadding route 3fff:beef:12::/64 -> 2001:db8::55:ff adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
48142026-08-13T23:45:56.193ZAug 13 23:45:54.472 DEBG created new freemapAug 13 23:45:54.472, Aug 13 23:45:54.472unit : freemap_route_ipv4DEBG
48152026-08-13T23:45:56.193ZDEBG 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 } }]
48162026-08-13T23:45:56.193Z Aug 13 23:45:54.472
48172026-08-13T23:45:56.193ZDEBG created new freemap, unit: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 } }] freemap_route_ipv6
48182026-08-13T23:45:56.193ZAug 13 23:45:54.472Aug 13 23:45:54.472 DEBG
48192026-08-13T23:45:56.193ZAug 13 23:45:54.472 Aug 13 23:45:54.472initted freemap. size: 64, unit: freemap_route_ipv4
48202026-08-13T23:45:56.194Z Aug 13 23:45:54.472DEBG 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 } }]
48212026-08-13T23:45:56.198Zreset freemap, unit: freemap_route_ipv4
48222026-08-13T23:45:56.198ZINFOAug 13 23:45:54.472 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFOAug 13 23:45:54.472 DEBG initted freemap. size: 64, unit:adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
48232026-08-13T23:45:56.198Zfreemap_route_ipv6INFO
48242026-08-13T23:45:56.198ZAug 13 23:45:54.472Aug 13 23:45:54.472 DEBG reset freemap , unit
48252026-08-13T23:45:56.198Z:adding route 3fff:beef:12::/64 -> 2001:db8::55:ff DEBGfreemap_route_ipv6
48262026-08-13T23:45:56.198Z
48272026-08-13T23:45:56.198Z Aug 13 23:45:54.472 Aug 13 23:45:54.472INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
48282026-08-13T23:45:56.198ZAug 13 23:45:54.472 DEBGAug 13 23:45:54.472 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
48292026-08-13T23:45:56.198Z 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 } }]
48302026-08-13T23:45:56.198ZAug 13 23:45:54.472replacing 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 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
48312026-08-13T23:45:56.198Z
48322026-08-13T23:45:56.198ZAug 13 23:45:54.472 Aug 13 23:45:54.472INFO INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
48332026-08-13T23:45:56.198Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
48342026-08-13T23:45:56.198ZAug 13 23:45:54.472 DEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:45:54.472
48352026-08-13T23:45:56.198Z DEBG Aug 13 23:45:54.472replacing 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 } }]
48362026-08-13T23:45:56.198ZINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
48372026-08-13T23:45:56.198ZAug 13 23:45:54.472 Aug 13 23:45:54.472INFO DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
48382026-08-13T23:45:56.198Zreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
48392026-08-13T23:45:56.198ZAug 13 23:45:54.472 replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:45:54.472DEBG
48402026-08-13T23:45:56.198Z 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 } }]
48412026-08-13T23:45:56.198Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
48422026-08-13T23:45:56.198ZAug 13 23:45:54.472 Aug 13 23:45:54.472INFO DEBGAug 13 23:45:54.472adding route 3fff:beef:16::/64 -> 2001:db8::55:ff Aug 13 23:45:54.472
48432026-08-13T23:45:56.198Z 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 } }]
48442026-08-13T23:45:56.198ZINFOcreated new freemapAug 13 23:45:54.472 adding route 3fff:beef:13::/64 -> 2001:db8::55:ff, DEBGunit
48452026-08-13T23:45:56.198Z :Aug 13 23:45:54.472replacing 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 } }]
48462026-08-13T23:45:56.199Zfreemap_route_ipv4INFO
48472026-08-13T23:45:56.199Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 13 23:45:54.472
48482026-08-13T23:45:56.199Z Aug 13 23:45:54.472 DEBGINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 13 23:45:54.472Aug 13 23:45:54.472replacing 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 } }]
48492026-08-13T23:45:56.199ZDEBG
48502026-08-13T23:45:56.199Z DEBGreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48512026-08-13T23:45:56.199Zcreated new freemapAug 13 23:45:54.472, DEBGunitAug 13 23:45:54.472 Aug 13 23:45:54.472replacing 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 } }]:
48522026-08-13T23:45:56.199ZINFO freemap_route_ipv6adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
48532026-08-13T23:45:56.199ZAug 13 23:45:54.472INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
48542026-08-13T23:45:56.199ZINFOAug 13 23:45:54.472 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG
48552026-08-13T23:45:56.199ZAug 13 23:45:54.472
48562026-08-13T23:45:56.199Z 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 } }]initted freemap. size: 64
48572026-08-13T23:45:56.199ZAug 13 23:45:54.472 DEBG, Aug 13 23:45:54.472 unitAug 13 23:45:54.472replacing 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
48582026-08-13T23:45:56.199Zadding route 3fff:beef:28::/64 -> 2001:db8::55:fffreemap_route_ipv4
48592026-08-13T23:45:56.199Z
48602026-08-13T23:45:56.199Z DEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:45:54.472
48612026-08-13T23:45:56.199ZAug 13 23:45:54.472Aug 13 23:45:54.472 DEBG INFO reset freemapadding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 13 23:45:54.472DEBG,
48622026-08-13T23:45:56.199Zreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
48632026-08-13T23:45:56.199ZINFOAug 13 23:45:54.472 :DEBG Aug 13 23:45:54.472replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4
48642026-08-13T23:45:56.199Z
48652026-08-13T23:45:56.199ZINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
48662026-08-13T23:45:56.199Z
48672026-08-13T23:45:56.199ZAug 13 23:45:54.472Aug 13 23:45:54.472 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBGAug 13 23:45:54.472
48682026-08-13T23:45:56.199Z DEBGAug 13 23:45:54.472 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 } }]
48692026-08-13T23:45:56.199ZAug 13 23:45:54.472initted freemap. size: 64 , DEBGunitAug 13 23:45:54.472 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 } }]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 } }]:
48702026-08-13T23:45:56.199Z
48712026-08-13T23:45:56.199Z freemap_route_ipv6
48722026-08-13T23:45:56.199ZAug 13 23:45:54.472adding route 3fff:beef:16::/64 -> 2001:db8::55:ff Aug 13 23:45:54.472Aug 13 23:45:54.472 INFOINFO
48732026-08-13T23:45:56.199Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
48742026-08-13T23:45:56.199Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff DEBG
48752026-08-13T23:45:56.199Z reset freemapAug 13 23:45:54.472, unit :DEBG Aug 13 23:45:54.472Aug 13 23:45:54.472freemap_route_ipv6 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
48762026-08-13T23:45:56.199Z DEBG
48772026-08-13T23:45:56.199Z 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 } }]
48782026-08-13T23:45:56.199Zreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:45:54.472Aug 13 23:45:54.472 Aug 13 23:45:54.472INFO INFO INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1
48792026-08-13T23:45:56.199Z
48802026-08-13T23:45:56.199Z
48812026-08-13T23:45:56.199Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
48822026-08-13T23:45:56.199Ztest route::tests::grow_succeeds ... ok
48832026-08-13T23:45:56.199ZAug 13 23:45:54.472Aug 13 23:45:54.472 Aug 13 23:45:54.472DEBG DEBGDEBG Aug 13 23:45:54.472 replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
48842026-08-13T23:45:56.199Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
48852026-08-13T23:45:56.199Z
48862026-08-13T23:45:56.200Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 13 23:45:54.472
48872026-08-13T23:45:56.200Z Aug 13 23:45:54.472INFO INFO Aug 13 23:45:54.472adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
48882026-08-13T23:45:56.200ZAug 13 23:45:54.472INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
48892026-08-13T23:45:56.200ZDEBGAug 13 23:45:54.472 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 adding route 172.16.0.0/32 -> 10.0.0.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 } }]
48902026-08-13T23:45:56.200Z
48912026-08-13T23:45:56.200ZAug 13 23:45:54.472
48922026-08-13T23:45:56.200Z Aug 13 23:45:54.472DEBG DEBGreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:45:54.472
48932026-08-13T23:45:56.200Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
48942026-08-13T23:45:56.200Z Aug 13 23:45:54.472adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
48952026-08-13T23:45:56.200ZINFO Aug 13 23:45:54.473Aug 13 23:45:54.473adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff INFOAug 13 23:45:54.473
48962026-08-13T23:45:56.200ZAug 13 23:45:54.473Aug 13 23:45:54.473Aug 13 23:45:54.478 Aug 13 23:45:54.473 DEBG created new freemap , 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 } }]unitcreated new freemap:
48972026-08-13T23:45:56.200Z , freemap_route_ipv4unit
48982026-08-13T23:45:56.200Z: Aug 13 23:45:54.478freemap_route_ipv4
48992026-08-13T23:45:56.200ZINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 13 23:45:54.478
49002026-08-13T23:45:56.200Z DEBGAug 13 23:45:54.478INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 13 23:45:54.478
49012026-08-13T23:45:56.200ZDEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap , DEBG
49022026-08-13T23:45:56.200Z unitcreated new freemap:, unitAug 13 23:45:54.478: freemap_route_ipv6DEBG
49032026-08-13T23:45:56.200Z Aug 13 23:45:54.478 freemap_route_ipv6 INFO
49042026-08-13T23:45:56.200Zreplacing 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 } }]
49052026-08-13T23:45:56.200Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 13 23:45:54.478
49062026-08-13T23:45:56.200ZDEBGAug 13 23:45:54.478 initted freemap. size: 64Aug 13 23:45:54.478, DEBGINFOAug 13 23:45:54.478 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
49072026-08-13T23:45:56.200ZDEBGinitted freemap. size: 64 , unitunit:replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 23:45:54.478
49082026-08-13T23:45:56.200Zfreemap_route_ipv4 :DEBG
49092026-08-13T23:45:56.200Z freemap_route_ipv4replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:45:54.478
49102026-08-13T23:45:56.200Z
49112026-08-13T23:45:56.200Z INFO Aug 13 23:45:54.478Aug 13 23:45:54.478 DEBGAug 13 23:45:54.478 DEBGreset freemap , adding route 3fff:beef:21::/64 -> 2001:db8::55:ffunitINFOreset freemap :adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
49122026-08-13T23:45:56.200Zfreemap_route_ipv4
49132026-08-13T23:45:56.200Z,
49142026-08-13T23:45:56.200Zunit:Aug 13 23:45:54.478 Aug 13 23:45:54.478 freemap_route_ipv4DEBGDEBG
49152026-08-13T23:45:56.200Z Aug 13 23:45:54.478 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
49162026-08-13T23:45:56.200Z 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 } }]
49172026-08-13T23:45:56.200Zinitted freemap. size: 64, Aug 13 23:45:54.478unitAug 13 23:45:54.478 DEBG adding route 172.16.0.0/32 -> 10.0.0.3initted freemap. size: 64
49182026-08-13T23:45:56.200Z, unit :Aug 13 23:45:54.478 INFO freemap_route_ipv6INFOAug 13 23:45:54.478
49192026-08-13T23:45:56.200Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff adding route 3fff:beef:22::/64 -> 2001:db8::55:ff :
49202026-08-13T23:45:56.200Z DEBG Aug 13 23:45:54.473replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
49212026-08-13T23:45:56.205Z freemap_route_ipv6Aug 13 23:45:54.478
49222026-08-13T23:45:56.205ZAug 13 23:45:54.478
49232026-08-13T23:45:56.205ZDEBG Aug 13 23:45:54.478DEBGDEBGAug 13 23:45:54.478 Aug 13 23:45:54.478 created new freemapreplacing 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 } }] INFOreset freemap DEBG, adding route 172.16.0.0/32 -> 10.0.0.4unitDEBG
49242026-08-13T23:45:56.205Zreset freemap 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 } }],
49252026-08-13T23:45:56.205Zunit: freemap_route_ipv6, Aug 13 23:45:54.478:Aug 13 23:45:54.478
49262026-08-13T23:45:56.205Z
49272026-08-13T23:45:56.205Z DEBGAug 13 23:45:54.478 unitINFOfreemap_route_ipv6Aug 13 23:45:54.478 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 } }]adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
49282026-08-13T23:45:56.205Z
49292026-08-13T23:45:56.205Z
49302026-08-13T23:45:56.205Zadding route 172.16.0.0/32 -> 10.0.0.1INFO :Aug 13 23:45:54.478adding route 3fff:beef:23::/64 -> 2001:db8::55:ff INFO
49312026-08-13T23:45:56.205Z Aug 13 23:45:54.478adding route 172.17.0.0/32 -> 10.0.0.255
49322026-08-13T23:45:56.205Z
49332026-08-13T23:45:56.205Z INFOfreemap_route_ipv4 Aug 13 23:45:54.478adding route 3fff:dead::/64 -> 2001:db8::55:1
49342026-08-13T23:45:56.205Z
49352026-08-13T23:45:56.205ZDEBGAug 13 23:45:54.478Aug 13 23:45:54.478Aug 13 23:45:54.478 DEBG DEBGDEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
49362026-08-13T23:45:56.205Z
49372026-08-13T23:45:56.205Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
49382026-08-13T23:45:56.205Z
49392026-08-13T23:45:56.205ZAug 13 23:45:54.478Aug 13 23:45:54.478Aug 13 23:45:54.478 Aug 13 23:45:54.478 INFO INFO DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 13 23:45:54.478
49402026-08-13T23:45:56.205Z 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 } }]INFOadding route 172.17.0.1/32 -> 10.0.0.255 Aug 13 23:45:54.478
49412026-08-13T23:45:56.205Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
49422026-08-13T23:45:56.205Z Aug 13 23:45:54.478DEBG
49432026-08-13T23:45:56.205Z Aug 13 23:45:54.478 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 } }] DEBG
49442026-08-13T23:45:56.205ZDEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.478
49452026-08-13T23:45:56.205Zcreated new freemap
49462026-08-13T23:45:56.205Z, INFOAug 13 23:45:54.478 INFOadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 13 23:45:54.478
49472026-08-13T23:45:56.205Zunit: Aug 13 23:45:54.478 Aug 13 23:45:54.478INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
49482026-08-13T23:45:56.205Zfreemap_route_ipv6adding route 172.17.0.2/32 -> 10.0.0.255DEBG
49492026-08-13T23:45:56.205Z
49502026-08-13T23:45:56.205Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBGAug 13 23:45:54.478Aug 13 23:45:54.478 Aug 13 23:45:54.478
49512026-08-13T23:45:56.205ZDEBG 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 } }] DEBG
49522026-08-13T23:45:56.205Z 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: 64
49532026-08-13T23:45:56.205Zreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:45:54.478
49542026-08-13T23:45:56.205Z, unitAug 13 23:45:54.478 :Aug 13 23:45:54.478 Aug 13 23:45:54.478INFOINFO INFO adding route 172.17.0.3/32 -> 10.0.0.255freemap_route_ipv4adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
49552026-08-13T23:45:56.206Z
49562026-08-13T23:45:56.206Z
49572026-08-13T23:45:56.206Zadding route 3fff:dead::/64 -> 2001:db8::55:3INFO
49582026-08-13T23:45:56.206Z Aug 13 23:45:54.478Aug 13 23:45:54.478 DEBG Aug 13 23:45:54.478Aug 13 23:45:54.478DEBG 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 } }] DEBGDEBGreset freemap
49592026-08-13T23:45:56.206Z, replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:1f::/64 -> 2001:db8::55:ffunitreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.478
49602026-08-13T23:45:56.206Z:
49612026-08-13T23:45:56.206Z
49622026-08-13T23:45:56.206Zfreemap_route_ipv4 INFO
49632026-08-13T23:45:56.206ZAug 13 23:45:54.478 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFOAug 13 23:45:54.478 Aug 13 23:45:54.478
49642026-08-13T23:45:56.206Zadding route 172.17.0.4/32 -> 10.0.0.255INFO
49652026-08-13T23:45:56.206ZAug 13 23:45:54.478 adding route 3fff:dead::/64 -> 2001:db8::55:4
49662026-08-13T23:45:56.206ZDEBGAug 13 23:45:54.478Aug 13 23:45:54.478 DEBGinitted freemap. size: 64 DEBG, Aug 13 23:45:54.478DEBG 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 } }]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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
49672026-08-13T23:45:56.206Zreplacing 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 } }]
49682026-08-13T23:45:56.206Z
49692026-08-13T23:45:56.206Z
49702026-08-13T23:45:56.206Zunit: Aug 13 23:45:54.478freemap_route_ipv6 Aug 13 23:45:54.478INFOAug 13 23:45:54.478 INFO
49712026-08-13T23:45:56.206Z Aug 13 23:45:54.478adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
49722026-08-13T23:45:56.206ZINFO adding route 172.17.0.5/32 -> 10.0.0.255
49732026-08-13T23:45:56.206ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] Aug 13 23:45:54.478
49742026-08-13T23:45:56.206ZAug 13 23:45:54.478 DEBG DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff reset freemap
49752026-08-13T23:45:56.206Zreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:45:54.478
49762026-08-13T23:45:56.206Z , DEBGunit: replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 23:45:54.478
49772026-08-13T23:45:56.206Z Aug 13 23:45:54.478INFOfreemap_route_ipv6 adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
49782026-08-13T23:45:56.206Z
49792026-08-13T23:45:56.206ZDEBG Aug 13 23:45:54.478Aug 13 23:45:54.478Aug 13 23:45:54.478 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 } }] DEBGadding route 172.17.0.6/32 -> 10.0.0.255INFO
49802026-08-13T23:45:56.206Z
49812026-08-13T23:45:56.206Zadding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
49822026-08-13T23:45:56.206Z
49832026-08-13T23:45:56.206ZAug 13 23:45:54.478 DEBGAug 13 23:45:54.478 replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.478INFO
49842026-08-13T23:45:56.206Z INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
49852026-08-13T23:45:56.206Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 13 23:45:54.478Aug 13 23:45:54.478 DEBGDEBGINFO
49862026-08-13T23:45:56.206ZAug 13 23:45:54.478 adding route 172.17.0.7/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
49872026-08-13T23:45:56.206Z DEBGAug 13 23:45:54.478 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 } }]
49882026-08-13T23:45:56.206Z
49892026-08-13T23:45:56.206ZDEBG 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 } }]
49902026-08-13T23:45:56.206Z Aug 13 23:45:54.478 Aug 13 23:45:54.478DEBGAug 13 23:45:54.478 INFOINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
49912026-08-13T23:45:56.206Z
49922026-08-13T23:45:56.206Z replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.478
49932026-08-13T23:45:56.206ZAug 13 23:45:54.478DEBGAug 13 23:45:54.478 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 } }]DEBGDEBG created new freemap INFOAug 13 23:45:54.478, unitINFOreplacing 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: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 } }]
49942026-08-13T23:45:56.207Zadding route 172.17.0.8/32 -> 10.0.0.255
49952026-08-13T23:45:56.207Zfreemap_route_ipv4
49962026-08-13T23:45:56.207Z
49972026-08-13T23:45:56.207Zadding route 172.17.0.0/32 -> 10.0.0.255
49982026-08-13T23:45:56.207Z
49992026-08-13T23:45:56.207ZAug 13 23:45:54.478 INFOAug 13 23:45:54.478Aug 13 23:45:54.478 Aug 13 23:45:54.478adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBGAug 13 23:45:54.478 INFO
50002026-08-13T23:45:56.207Z 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 } }] Aug 13 23:45:54.478
50012026-08-13T23:45:56.207Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
50022026-08-13T23:45:56.207ZDEBGAug 13 23:45:54.478 DEBGreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.478Aug 13 23:45:54.478 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 replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:45:54.479
50032026-08-13T23:45:56.207Z DEBG created new freemapcreated new freemap, Aug 13 23:45:54.485unit : freemap_route_ipv4INFO
50042026-08-13T23:45:56.207Z, INFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
50052026-08-13T23:45:56.207Z
50062026-08-13T23:45:56.207Zunit:Aug 13 23:45:54.479Aug 13 23:45:54.485 Aug 13 23:45:54.485DEBG DEBGDEBGAug 13 23:45:54.485
50072026-08-13T23:45:56.207Z replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]created new freemap
50082026-08-13T23:45:56.207Z
50092026-08-13T23:45:56.207Z freemap_route_ipv6DEBG,
50102026-08-13T23:45:56.207Zunit Aug 13 23:45:54.485Aug 13 23:45:54.485created new freemap , INFOunit INFOadding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 13 23:45:54.485:
50112026-08-13T23:45:56.207Z INFO Aug 13 23:45:54.485adding route 3fff:beef:2d::/64 -> 2001:db8::55:fffreemap_route_ipv6
50122026-08-13T23:45:56.207Z: adding route 172.17.0.10/32 -> 10.0.0.255Aug 13 23:45:54.485DEBG Aug 13 23:45:54.485
50132026-08-13T23:45:56.207ZDEBG
50142026-08-13T23:45:56.207Zfreemap_route_ipv4
50152026-08-13T23:45:56.207ZAug 13 23:45:54.485 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 } }] DEBGinitted freemap. size: 64DEBG
50162026-08-13T23:45:56.207Z Aug 13 23:45:54.485replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
50172026-08-13T23:45:56.207Z,
50182026-08-13T23:45:56.207ZAug 13 23:45:54.485unit Aug 13 23:45:54.485INFO: Aug 13 23:45:54.485DEBGAug 13 23:45:54.485 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBG
50192026-08-13T23:45:56.207ZINFOinitted freemap. size: 64 , adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 13 23:45:54.485
50202026-08-13T23:45:56.207Zcreated new freemapunit: INFO freemap_route_ipv4Aug 13 23:45:54.485DEBG freemap_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 } }]DEBG
50212026-08-13T23:45:56.212Z
50222026-08-13T23:45:56.212Z
50232026-08-13T23:45:56.212Zreplacing 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.11/32 -> 10.0.0.255
50242026-08-13T23:45:56.212Z
50252026-08-13T23:45:56.212Z, Aug 13 23:45:54.485Aug 13 23:45:54.485unit Aug 13 23:45:54.485Aug 13 23:45:54.485 DEBGINFOAug 13 23:45:54.485 : adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO
50262026-08-13T23:45:56.212ZDEBG DEBGreset freemapreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ff,
50272026-08-13T23:45:56.212ZAug 13 23:45:54.485
50282026-08-13T23:45:56.212Z unit reset freemapDEBGAug 13 23:45:54.485freemap_route_ipv6, : unitreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO:
50292026-08-13T23:45:56.212ZAug 13 23:45:54.485 adding route 172.17.0.12/32 -> 10.0.0.255freemap_route_ipv4
50302026-08-13T23:45:56.212Z
50312026-08-13T23:45:56.212ZAug 13 23:45:54.485 DEBG INFOfreemap_route_ipv4Aug 13 23:45:54.485replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
50322026-08-13T23:45:56.212Z
50332026-08-13T23:45:56.212ZDEBG
50342026-08-13T23:45:56.212ZAug 13 23:45:54.485 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 } }]
50352026-08-13T23:45:56.212Z
50362026-08-13T23:45:56.212Z initted freemap. size: 64Aug 13 23:45:54.485Aug 13 23:45:54.485 DEBGDEBG Aug 13 23:45:54.485replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] , Aug 13 23:45:54.485INFO
50372026-08-13T23:45:56.212Z INFOunit:initted freemap. size: 64 , adding route 3fff:beef:33::/64 -> 2001:db8::55:ffunit
50382026-08-13T23:45:56.212Zfreemap_route_ipv6Aug 13 23:45:54.485adding route 172.17.0.13/32 -> 10.0.0.255
50392026-08-13T23:45:56.212ZINFO:
50402026-08-13T23:45:56.212Zfreemap_route_ipv6
50412026-08-13T23:45:56.212Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 13 23:45:54.485Aug 13 23:45:54.485
50422026-08-13T23:45:56.212Z DEBG Aug 13 23:45:54.485 Aug 13 23:45:54.485replacing 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 DEBGreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 23:45:54.485
50432026-08-13T23:45:56.212Zreplacing 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 } }]
50442026-08-13T23:45:56.212Z
50452026-08-13T23:45:56.212ZDEBG initted freemap. size: 64DEBG reset freemapAug 13 23:45:54.485Aug 13 23:45:54.485 Aug 13 23:45:54.485 INFOINFO , , adding route 172.17.0.14/32 -> 10.0.0.255INFO
50462026-08-13T23:45:56.212Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
50472026-08-13T23:45:56.212Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
50482026-08-13T23:45:56.212ZAug 13 23:45:54.485unitunit:Aug 13 23:45:54.485: Aug 13 23:45:54.485 freemap_route_ipv4DEBGDEBG
50492026-08-13T23:45:56.212Z 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
50502026-08-13T23:45:56.212Z replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
50512026-08-13T23:45:56.212Z
50522026-08-13T23:45:56.212Z
50532026-08-13T23:45:56.213ZAug 13 23:45:54.485 Aug 13 23:45:54.485INFOAug 13 23:45:54.485Aug 13 23:45:54.485 Aug 13 23:45:54.485adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
50542026-08-13T23:45:56.213Z DEBGINFOINFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:1reset freemapadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
50552026-08-13T23:45:56.213Z
50562026-08-13T23:45:56.213Z, Aug 13 23:45:54.485 DEBG adding route 172.17.0.15/32 -> 10.0.0.255Aug 13 23:45:54.485replacing 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 } }]
50572026-08-13T23:45:56.213ZDEBGAug 13 23:45:54.485 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 } }]
50582026-08-13T23:45:56.213Z
50592026-08-13T23:45:56.213ZDEBGunit replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 13 23:45:54.485: Aug 13 23:45:54.485
50602026-08-13T23:45:56.213ZAug 13 23:45:54.485 INFOINFODEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:36::/64 -> 2001:db8::55:ffreplacing 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 } }]
50612026-08-13T23:45:56.213Z
50622026-08-13T23:45:56.213Z
50632026-08-13T23:45:56.213ZAug 13 23:45:54.485freemap_route_ipv4 Aug 13 23:45:54.485Aug 13 23:45:54.485 DEBGDEBGINFO
50642026-08-13T23:45:56.213ZAug 13 23:45:54.485replacing 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 } }]
50652026-08-13T23:45:56.213Zreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.16/32 -> 10.0.0.255
50662026-08-13T23:45:56.213Z
50672026-08-13T23:45:56.213Z
50682026-08-13T23:45:56.213ZAug 13 23:45:54.485Aug 13 23:45:54.485 INFOINFO Aug 13 23:45:54.485adding route 3fff:beef:37::/64 -> 2001:db8::55:ff Aug 13 23:45:54.485 adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
50692026-08-13T23:45:56.213Z
50702026-08-13T23:45:56.213ZDEBGAug 13 23:45:54.485 DEBG Aug 13 23:45:54.485initted freemap. size: 64 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
50712026-08-13T23:45:56.213Z, 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 } }]unitDEBG
50722026-08-13T23:45:56.213ZAug 13 23:45:54.485:Aug 13 23:45:54.485 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
50732026-08-13T23:45:56.213Z DEBG Aug 13 23:45:54.485 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 } }]INFOadding route 172.17.0.17/32 -> 10.0.0.255freemap_route_ipv6
50742026-08-13T23:45:56.213Z
50752026-08-13T23:45:56.213Z Aug 13 23:45:54.485adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
50762026-08-13T23:45:56.213ZINFO Aug 13 23:45:54.485
50772026-08-13T23:45:56.213Z Aug 13 23:45:54.485INFOAug 13 23:45:54.485 DEBG DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
50782026-08-13T23:45:56.213Zreplacing 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 } }]
50792026-08-13T23:45:56.213Ztest route::tests::identity_replace_is_noop ... ok
50802026-08-13T23:45:56.213Zreplacing 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 } }]
50812026-08-13T23:45:56.213Z
50822026-08-13T23:45:56.213ZAug 13 23:45:54.485 DEBG Aug 13 23:45:54.485replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:45:54.485 INFOINFO adding route 172.17.0.18/32 -> 10.0.0.255
50832026-08-13T23:45:56.213Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
50842026-08-13T23:45:56.213Z
50852026-08-13T23:45:56.213Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 13 23:45:54.485
50862026-08-13T23:45:56.213ZAug 13 23:45:54.485 DEBG Aug 13 23:45:54.485Aug 13 23:45:54.485 Aug 13 23:45:54.485 INFODEBG DEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ff DEBG
50872026-08-13T23:45:56.213Zreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
50882026-08-13T23:45:56.213Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]reset freemap
50892026-08-13T23:45:56.213ZAug 13 23:45:54.485
50902026-08-13T23:45:56.213ZDEBG, replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:45:54.485unit Aug 13 23:45:54.485INFO INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff:
50912026-08-13T23:45:56.213Zadding route 172.17.0.19/32 -> 10.0.0.255
50922026-08-13T23:45:56.213ZAug 13 23:45:54.485
50932026-08-13T23:45:56.214Z freemap_route_ipv6Aug 13 23:45:54.485INFO
50942026-08-13T23:45:56.214ZDEBGAug 13 23:45:54.485 replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 23:45:54.485DEBG
50952026-08-13T23:45:56.214Z INFOreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
50962026-08-13T23:45:56.214ZAug 13 23:45:54.485Aug 13 23:45:54.485 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFO
50972026-08-13T23:45:56.214Z adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 13 23:45:54.485
50982026-08-13T23:45:56.214ZINFO
50992026-08-13T23:45:56.214ZINFO Aug 13 23:45:54.485adding route 172.17.0.20/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.1DEBG
51002026-08-13T23:45:56.214Z Aug 13 23:45:54.485replacing 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 } }]
51012026-08-13T23:45:56.214ZAug 13 23:45:54.485 DEBGDEBG Aug 13 23:45:54.485Aug 13 23:45:54.485 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 } }]
51022026-08-13T23:45:56.214ZINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG
51032026-08-13T23:45:56.214Z 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:beef:39::/64 -> 2001:db8::55:ff
51042026-08-13T23:45:56.214Z
51052026-08-13T23:45:56.214Z
51062026-08-13T23:45:56.214ZAug 13 23:45:54.485 Aug 13 23:45:54.485INFOAug 13 23:45:54.485 DEBGDEBGAug 13 23:45:54.485 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
51072026-08-13T23:45:56.214Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 13 23:45:54.485
51082026-08-13T23:45:56.214Z adding route 172.17.0.21/32 -> 10.0.0.255
51092026-08-13T23:45:56.214Z
51102026-08-13T23:45:56.214ZAug 13 23:45:54.485 DEBGAug 13 23:45:54.485INFO DEBGAug 13 23:45:54.485adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
51112026-08-13T23:45:56.214Zreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:45:54.485
51122026-08-13T23:45:56.214Z 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:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 13 23:45:54.485
51132026-08-13T23:45:56.214Z 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 } }]
51142026-08-13T23:45:56.214ZINFOAug 13 23:45:54.485 DEBG adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.2replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:45:54.485
51152026-08-13T23:45:56.214Z
51162026-08-13T23:45:56.214Z
51172026-08-13T23:45:56.214Z INFO Aug 13 23:45:54.485adding route 172.17.0.22/32 -> 10.0.0.255
51182026-08-13T23:45:56.214ZAug 13 23:45:54.485INFO Aug 13 23:45:54.485Aug 13 23:45:54.485 WARNDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
51192026-08-13T23:45:56.214ZAug 13 23:45:54.485adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
51202026-08-13T23:45:56.214Z DEBGAug 13 23:45:54.492 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 } }]
51212026-08-13T23:45:56.218ZAug 13 23:45:54.492
51222026-08-13T23:45:56.218ZINFOAug 13 23:45:54.492 DEBGadding route 172.16.0.0/32 -> 10.0.0.3
51232026-08-13T23:45:56.218Zreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
51242026-08-13T23:45:56.218Z adding route 172.17.0.23/32 -> 10.0.0.255
51252026-08-13T23:45:56.218Z DEBGAug 13 23:45:54.492 Aug 13 23:45:54.492 Aug 13 23:45:54.492replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:45:54.492 INFO
51262026-08-13T23:45:56.218Z DEBGDEBG INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffreplacing 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 } }]
51272026-08-13T23:45:56.218Z
51282026-08-13T23:45:56.218Zadding route 172.17.0.1/32 -> 10.0.0.255Aug 13 23:45:54.492
51292026-08-13T23:45:56.218Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
51302026-08-13T23:45:56.218ZAug 13 23:45:54.492 Aug 13 23:45:54.492 INFODEBGINFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
51312026-08-13T23:45:56.218ZAug 13 23:45:54.492
51322026-08-13T23:45:56.219Z adding route 172.17.0.24/32 -> 10.0.0.255DEBG
51332026-08-13T23:45:56.219ZAug 13 23:45:54.492Aug 13 23:45:54.492 DEBGAug 13 23:45:54.492 Aug 13 23:45:54.492replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
51342026-08-13T23:45:56.219Z DEBGINFOreplacing 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 } }]
51352026-08-13T23:45:56.219Zfailed to allocate space for the new target listadding route 172.16.0.0/32 -> 10.0.0.4Aug 13 23:45:54.492
51362026-08-13T23:45:56.219Z
51372026-08-13T23:45:56.219Zreplacing 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 } }]
51382026-08-13T23:45:56.219Z DEBG Aug 13 23:45:54.492failed to allocate space for the new target list INFOAug 13 23:45:54.492 adding route 172.17.0.25/32 -> 10.0.0.255DEBG
51392026-08-13T23:45:56.219Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 13 23:45:54.492
51402026-08-13T23:45:56.219Z
51412026-08-13T23:45:56.219ZAug 13 23:45:54.492INFO DEBGAug 13 23:45:54.492 adding route 172.17.0.2/32 -> 10.0.0.255 replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
51422026-08-13T23:45:56.219Z Aug 13 23:45:54.492replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
51432026-08-13T23:45:56.219ZDEBGAug 13 23:45:54.492
51442026-08-13T23:45:56.219Z 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 } }]Aug 13 23:45:54.492
51452026-08-13T23:45:56.219Z adding route 172.17.0.26/32 -> 10.0.0.255
51462026-08-13T23:45:56.219ZDEBG Aug 13 23:45:54.492replacing 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 } }]
51472026-08-13T23:45:56.219ZAug 13 23:45:54.492 Aug 13 23:45:54.492DEBG 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 } }]
51482026-08-13T23:45:56.219ZDEBGadding route 172.17.0.3/32 -> 10.0.0.255
51492026-08-13T23:45:56.219Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
51502026-08-13T23:45:56.219ZAug 13 23:45:54.492 INFO adding route 172.17.0.27/32 -> 10.0.0.255
51512026-08-13T23:45:56.219ZAug 13 23:45:54.492Aug 13 23:45:54.492 DEBGDEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
51522026-08-13T23:45:56.219Z
51532026-08-13T23:45:56.219ZAug 13 23:45:54.485Aug 13 23:45:54.492 DEBG INFOreset freemapAug 13 23:45:54.492 , unitINFO:adding route 172.17.0.4/32 -> 10.0.0.255
51542026-08-13T23:45:56.219Zadding route 172.17.0.28/32 -> 10.0.0.255freemap_route_ipv6
51552026-08-13T23:45:56.219Z
51562026-08-13T23:45:56.219ZAug 13 23:45:54.492 DEBGAug 13 23:45:54.492 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
51572026-08-13T23:45:56.219ZAug 13 23:45:54.492 replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
51582026-08-13T23:45:56.219Z adding route 3fff:dead::/64 -> 2001:db8::55:1
51592026-08-13T23:45:56.219ZAug 13 23:45:54.492 Aug 13 23:45:54.492INFOAug 13 23:45:54.492 INFOadding route 172.17.0.29/32 -> 10.0.0.255DEBG
51602026-08-13T23:45:56.219Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
51612026-08-13T23:45:56.219Zadding route 172.17.0.5/32 -> 10.0.0.255
51622026-08-13T23:45:56.219ZAug 13 23:45:54.492 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 } }]
51632026-08-13T23:45:56.219ZAug 13 23:45:54.492 Aug 13 23:45:54.492DEBG Aug 13 23:45:54.492INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:2
51642026-08-13T23:45:56.219Zadding route 172.17.0.30/32 -> 10.0.0.255replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
51652026-08-13T23:45:56.219Z
51662026-08-13T23:45:56.219ZAug 13 23:45:54.492 DEBG Aug 13 23:45:54.492replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
51672026-08-13T23:45:56.219ZAug 13 23:45:54.492DEBG INFOreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
51682026-08-13T23:45:56.219Zadding route 172.17.0.6/32 -> 10.0.0.255
51692026-08-13T23:45:56.219ZAug 13 23:45:54.492 INFO Aug 13 23:45:54.492adding route 3fff:dead::/64 -> 2001:db8::55:3
51702026-08-13T23:45:56.219ZINFOAug 13 23:45:54.492 adding route 172.17.0.31/32 -> 10.0.0.255
51712026-08-13T23:45:56.220ZDEBGAug 13 23:45:54.492 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 } }]
51722026-08-13T23:45:56.220Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 13 23:45:54.492
51732026-08-13T23:45:56.220Z 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 } }]Aug 13 23:45:54.492
51742026-08-13T23:45:56.220Z Aug 13 23:45:54.492INFO INFOadding route 172.17.0.7/32 -> 10.0.0.255 Aug 13 23:45:54.492
51752026-08-13T23:45:56.220Zadding route 3fff:dead::/64 -> 2001:db8::55:4
51762026-08-13T23:45:56.220ZINFO adding route 172.17.0.32/32 -> 10.0.0.255
51772026-08-13T23:45:56.220ZAug 13 23:45:54.492 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:22::/64 -> 2001:db8::55:ff
51782026-08-13T23:45:56.220ZAug 13 23:45:54.492
51792026-08-13T23:45:56.220Z Aug 13 23:45:54.492DEBG 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 } }]
51802026-08-13T23:45:56.220Zreplacing 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 } }]
51812026-08-13T23:45:56.220ZAug 13 23:45:54.492Aug 13 23:45:54.492 Aug 13 23:45:54.492 DEBG DEBG 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 172.17.0.33/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: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 } }]
51822026-08-13T23:45:56.220Ztest route::tests::rollback_on_compact_delete_failure ... ok
51832026-08-13T23:45:56.220Z
51842026-08-13T23:45:56.220Z
51852026-08-13T23:45:56.220ZAug 13 23:45:54.492Aug 13 23:45:54.492 Aug 13 23:45:54.492WARNAug 13 23:45:54.492 DEBG shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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
51862026-08-13T23:45:56.220Z
51872026-08-13T23:45:56.220Z INFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 13 23:45:54.492
51882026-08-13T23:45:56.220Ztest route::tests::rollback_on_index_readd_failure ... ok
51892026-08-13T23:45:56.220ZAug 13 23:45:54.492 ERROINFO rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 172.17.0.34/32 -> 10.0.0.255
51902026-08-13T23:45:56.220Z
51912026-08-13T23:45:56.220Z Aug 13 23:45:54.492adding route 172.17.0.8/32 -> 10.0.0.255 Aug 13 23:45:54.492
51922026-08-13T23:45:56.220Z DEBGERROAug 13 23:45:54.492 shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds it
51932026-08-13T23:45:56.220ZDEBGreplacing 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 } }]
51942026-08-13T23:45:56.220Zreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.492
51952026-08-13T23:45:56.220Z DEBG Aug 13 23:45:54.492replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 23:45:54.492INFO
51962026-08-13T23:45:56.220Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ffINFO
51972026-08-13T23:45:56.220Zadding route 172.17.0.35/32 -> 10.0.0.255
51982026-08-13T23:45:56.220ZAug 13 23:45:54.492Aug 13 23:45:54.492Aug 13 23:45:54.492 DEBGINFODEBG adding route 172.17.0.9/32 -> 10.0.0.255 replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
51992026-08-13T23:45:56.220Z
52002026-08-13T23:45:56.220Z
52012026-08-13T23:45:56.220ZAug 13 23:45:54.492Aug 13 23:45:54.492 Aug 13 23:45:54.492INFO DEBGadding route 172.17.0.36/32 -> 10.0.0.255
52022026-08-13T23:45:56.220ZINFO 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:25::/64 -> 2001:db8::55:ff
52032026-08-13T23:45:56.220Z
52042026-08-13T23:45:56.220ZAug 13 23:45:54.492 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 } }]
52052026-08-13T23:45:56.220ZAug 13 23:45:54.492 Aug 13 23:45:54.492DEBG INFOAug 13 23:45:54.492 replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255
52062026-08-13T23:45:56.220ZINFO
52072026-08-13T23:45:56.220Z adding route 172.17.0.37/32 -> 10.0.0.255
52082026-08-13T23:45:56.220ZAug 13 23:45:54.492 Aug 13 23:45:54.492INFO Aug 13 23:45:54.492DEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
52092026-08-13T23:45:56.220ZDEBG
52102026-08-13T23:45:56.221Z 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 } }]
52112026-08-13T23:45:56.221ZAug 13 23:45:54.492 INFO Aug 13 23:45:54.492adding route 172.17.0.38/32 -> 10.0.0.255Aug 13 23:45:54.492
52122026-08-13T23:45:56.221Z 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 } }]Aug 13 23:45:54.492
52132026-08-13T23:45:56.221Z adding route 172.17.0.11/32 -> 10.0.0.255DEBG
52142026-08-13T23:45:56.221Z replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.492
52152026-08-13T23:45:56.221Z INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
52162026-08-13T23:45:56.221ZAug 13 23:45:54.492 INFO adding route 172.17.0.39/32 -> 10.0.0.255Aug 13 23:45:54.492
52172026-08-13T23:45:56.221Z Aug 13 23:45:54.492DEBG 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 } }]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 } }]
52182026-08-13T23:45:56.221ZAug 13 23:45:54.493Aug 13 23:45:54.493 Aug 13 23:45:54.499 DEBGDEBG created new freemapINFOcreated new freemap , , unitadding route 3fff:beef:28::/64 -> 2001:db8::55:ff:unit
52192026-08-13T23:45:56.221Z freemap_route_ipv4:
52202026-08-13T23:45:56.221Z Aug 13 23:45:54.499freemap_route_ipv4
52212026-08-13T23:45:56.225ZDEBG Aug 13 23:45:54.499replacing 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 } }]
52222026-08-13T23:45:56.225ZDEBG created new freemap, Aug 13 23:45:54.493Aug 13 23:45:54.499unit :DEBG INFOcreated new freemap freemap_route_ipv6adding route 3fff:beef:29::/64 -> 2001:db8::55:ff,
52232026-08-13T23:45:56.225ZAug 13 23:45:54.499
52242026-08-13T23:45:56.225Zunit: DEBGfreemap_route_ipv4 Aug 13 23:45:54.499
52252026-08-13T23:45:56.225ZAug 13 23:45:54.499 created new freemapDEBG, DEBGinitted freemap. size: 64unit, :unitAug 13 23:45:54.499: DEBG freemap_route_ipv4replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
52262026-08-13T23:45:56.225Zfreemap_route_ipv6created new freemap
52272026-08-13T23:45:56.225Z,
52282026-08-13T23:45:56.225Zunit:Aug 13 23:45:54.499 freemap_route_ipv6DEBG
52292026-08-13T23:45:56.225Z reset freemap, Aug 13 23:45:54.499unit Aug 13 23:45:54.499:INFO freemap_route_ipv4Aug 13 23:45:54.499
52302026-08-13T23:45:56.225Z Aug 13 23:45:54.492DEBGshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
52312026-08-13T23:45:56.225ZDEBG DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 23:45:54.499initted freemap. size: 64 ,
52322026-08-13T23:45:56.225ZDEBGunit
52332026-08-13T23:45:56.225Z :initted freemap. size: 64 initted freemap. size: 64Aug 13 23:45:54.499freemap_route_ipv4, unit
52342026-08-13T23:45:56.225Z:DEBG Aug 13 23:45:54.499 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 } }],
52352026-08-13T23:45:56.225Zfreemap_route_ipv6unit:
52362026-08-13T23:45:56.226Z freemap_route_ipv4INFOAug 13 23:45:54.499
52372026-08-13T23:45:56.226ZDEBGAug 13 23:45:54.499 Aug 13 23:45:54.499DEBGreset freemap adding route 172.17.0.40/32 -> 10.0.0.255, reset freemap , unitINFO
52382026-08-13T23:45:56.226Z :unit freemap_route_ipv4adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
52392026-08-13T23:45:56.226Z: freemap_route_ipv6
52402026-08-13T23:45:56.226Z
52412026-08-13T23:45:56.226ZAug 13 23:45:54.499 Aug 13 23:45:54.499Aug 13 23:45:54.499 Aug 13 23:45:54.499DEBGDEBGAug 13 23:45:54.499 initted freemap. size: 64 , reset freemap INFOunit, DEBG: unit 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 } }]freemap_route_ipv6:adding route 3fff:dead::/64 -> 2001:db8::55:1
52422026-08-13T23:45:56.226Z
52432026-08-13T23:45:56.226Z
52442026-08-13T23:45:56.226ZDEBG freemap_route_ipv4Aug 13 23:45:54.499replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.499
52452026-08-13T23:45:56.226Z DEBGINFO Aug 13 23:45:54.499
52462026-08-13T23:45:56.226Zadding route 3fff:beef:2c::/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 } }]
52472026-08-13T23:45:56.226ZAug 13 23:45:54.499
52482026-08-13T23:45:56.226Z DEBG INFO reset freemapadding route 172.17.0.41/32 -> 10.0.0.255, Aug 13 23:45:54.499Aug 13 23:45:54.499
52492026-08-13T23:45:56.226Z unitDEBG: 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 } }]
52502026-08-13T23:45:56.226Zfreemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:2
52512026-08-13T23:45:56.226Z
52522026-08-13T23:45:56.226ZAug 13 23:45:54.499
52532026-08-13T23:45:56.226ZAug 13 23:45:54.499Aug 13 23:45:54.499INFO INFO Aug 13 23:45:54.493DEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
52542026-08-13T23:45:56.226ZAug 13 23:45:54.499adding route 172.16.0.0/32 -> 10.0.0.1
52552026-08-13T23:45:56.226Z
52562026-08-13T23:45:56.226Z DEBGINFO created new freemapAug 13 23:45:54.499adding route 172.17.0.12/32 -> 10.0.0.255, Aug 13 23:45:54.499unitAug 13 23:45:54.499INFO :
52572026-08-13T23:45:56.226Zadding route 3fff:dead::/64 -> 2001:db8::55:3DEBG DEBGfreemap_route_ipv4
52582026-08-13T23:45:56.226Z 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: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
52592026-08-13T23:45:56.226Z
52602026-08-13T23:45:56.226Z
52612026-08-13T23:45:56.226ZAug 13 23:45:54.499 DEBGAug 13 23:45:54.499Aug 13 23:45:54.499 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFODEBG
52622026-08-13T23:45:56.226Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 13 23:45:54.499
52632026-08-13T23:45:56.226ZINFOreplacing 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 } }]
52642026-08-13T23:45:56.226ZAug 13 23:45:54.499Aug 13 23:45:54.499 adding route 172.16.0.0/32 -> 10.0.0.1INFO
52652026-08-13T23:45:56.226ZDEBG adding route 3fff:dead::/64 -> 2001:db8::55:4
52662026-08-13T23:45:56.226ZAug 13 23:45:54.499Aug 13 23:45:54.499 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
52672026-08-13T23:45:56.226Z DEBGAug 13 23:45:54.499 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 } }]created new freemap
52682026-08-13T23:45:56.226ZAug 13 23:45:54.499DEBG, unit :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 13 23:45:54.499
52692026-08-13T23:45:56.226ZINFOAug 13 23:45:54.499 freemap_route_ipv6INFOINFO
52702026-08-13T23:45:56.226Z adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
52712026-08-13T23:45:56.226ZAug 13 23:45:54.499
52722026-08-13T23:45:56.226ZDEBGAug 13 23:45:54.499 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 172.17.0.13/32 -> 10.0.0.255Aug 13 23:45:54.499
52732026-08-13T23:45:56.226ZAug 13 23:45:54.499
52742026-08-13T23:45:56.226Z DEBG DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:45:54.499
52752026-08-13T23:45:56.227ZAug 13 23:45:54.499 initted freemap. size: 64WARNDEBGDEBG, unit replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 13 23:45:54.499
52762026-08-13T23:45:56.227Z:shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
52772026-08-13T23:45:56.227Z 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 } }]
52782026-08-13T23:45:56.227Zfreemap_route_ipv4INFOAug 13 23:45:54.499
52792026-08-13T23:45:56.227Z INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.2
52802026-08-13T23:45:56.227Z
52812026-08-13T23:45:56.227ZAug 13 23:45:54.499Aug 13 23:45:54.499 DEBGINFO reset freemapadding route 172.17.0.14/32 -> 10.0.0.255,
52822026-08-13T23:45:56.227ZunitAug 13 23:45:54.499: Aug 13 23:45:54.499 freemap_route_ipv4DEBG
52832026-08-13T23:45:56.227Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 13 23:45:54.499
52842026-08-13T23:45:56.227Ztest route::tests::rollback_on_compact_write_failure ... ok
52852026-08-13T23:45:56.227Z DEBG DEBGAug 13 23:45:54.499replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 23:45:54.499replacing 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
52862026-08-13T23:45:56.227Z INFOinitted freemap. size: 64
52872026-08-13T23:45:56.227Z , adding route 172.17.0.0/32 -> 10.0.0.255unit
52882026-08-13T23:45:56.227Z:Aug 13 23:45:54.499Aug 13 23:45:54.499 INFO INFOadding route 172.17.0.15/32 -> 10.0.0.255freemap_route_ipv6
52892026-08-13T23:45:56.227ZAug 13 23:45:54.499
52902026-08-13T23:45:56.227Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBG
52912026-08-13T23:45:56.227Z Aug 13 23:45:54.499replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 23:45:54.499
52922026-08-13T23:45:56.227ZDEBG 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 } }]
52932026-08-13T23:45:56.227Zreset freemapAug 13 23:45:54.499, unitAug 13 23:45:54.499:DEBG Aug 13 23:45:54.499freemap_route_ipv6 INFOINFO
52942026-08-13T23:45:56.227Z adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.1/32 -> 10.0.0.255
52952026-08-13T23:45:56.227Z
52962026-08-13T23:45:56.227Zreplacing 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 } }]
52972026-08-13T23:45:56.227ZAug 13 23:45:54.499 INFO Aug 13 23:45:54.499Aug 13 23:45:54.499adding route 172.16.0.0/32 -> 10.0.0.1 DEBGINFO
52982026-08-13T23:45:56.227ZAug 13 23:45:54.499 replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
52992026-08-13T23:45:56.227Z
53002026-08-13T23:45:56.227ZAug 13 23:45:54.499Aug 13 23:45:54.499 DEBG DEBGAug 13 23:45:54.499 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 } }]INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255Aug 13 23:45:54.499
53012026-08-13T23:45:56.227Z initted freemap. size: 64
53022026-08-13T23:45:56.227ZDEBG
53032026-08-13T23:45:56.227Z, unit :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 } }]
53042026-08-13T23:45:56.227ZAug 13 23:45:54.499Aug 13 23:45:54.499Aug 13 23:45:54.499 freemap_route_ipv6 DEBGINFO
53052026-08-13T23:45:56.227Z INFO Aug 13 23:45:54.499adding route 172.17.0.17/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 } }]INFO
53062026-08-13T23:45:56.227Z
53072026-08-13T23:45:56.227Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
53082026-08-13T23:45:56.227Z adding route 172.16.0.0/32 -> 10.0.0.2
53092026-08-13T23:45:56.227ZAug 13 23:45:54.499 Aug 13 23:45:54.499DEBGAug 13 23:45:54.499 INFOAug 13 23:45:54.499 reset freemap , DEBGadding route 172.17.0.3/32 -> 10.0.0.255unit
53102026-08-13T23:45:56.227Z :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 } }]
53112026-08-13T23:45:56.227Z Aug 13 23:45:54.499Aug 13 23:45:54.499DEBG DEBGfreemap_route_ipv6
53122026-08-13T23:45:56.227ZDEBGreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
53132026-08-13T23:45:56.227ZAug 13 23:45:54.499
53142026-08-13T23:45:56.227ZAug 13 23:45:54.499 INFOINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
53152026-08-13T23:45:56.228Zadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 13 23:45:54.499
53162026-08-13T23:45:56.228Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 13 23:45:54.499
53172026-08-13T23:45:56.228Z INFOINFO Aug 13 23:45:54.499adding route 172.17.0.4/32 -> 10.0.0.255
53182026-08-13T23:45:56.228ZINFOAug 13 23:45:54.499 Aug 13 23:45:54.499 adding route 172.17.0.18/32 -> 10.0.0.255DEBG
53192026-08-13T23:45:56.228ZDEBG 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.0/32 -> 10.0.0.255Aug 13 23:45:54.499
53202026-08-13T23:45:56.228Z
53212026-08-13T23:45:56.232Z 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 } }]
53222026-08-13T23:45:56.232Zreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.499
53232026-08-13T23:45:56.232Z Aug 13 23:45:54.499DEBGAug 13 23:45:54.499Aug 13 23:45:54.499Aug 13 23:45:54.499 INFOINFOINFO adding route 172.17.0.5/32 -> 10.0.0.255adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG
53242026-08-13T23:45:56.232Zadding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
53252026-08-13T23:45:56.232Z
53262026-08-13T23:45:56.232Z
53272026-08-13T23:45:56.232Zreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.499
53282026-08-13T23:45:56.232Z Aug 13 23:45:54.499Aug 13 23:45:54.499 DEBGDEBG INFO replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.499
53292026-08-13T23:45:56.232Z Aug 13 23:45:54.499
53302026-08-13T23:45:56.232ZINFOadding route 172.17.0.1/32 -> 10.0.0.255Aug 13 23:45:54.499 DEBGINFO adding route 172.17.0.6/32 -> 10.0.0.255
53312026-08-13T23:45:56.232ZAug 13 23:45:54.499replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
53322026-08-13T23:45:56.232ZAug 13 23:45:54.500Aug 13 23:45:54.506 Aug 13 23:45:54.500 DEBGDEBG 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 } }]created new freemap
53332026-08-13T23:45:56.232Zcreated new freemap, , unitunit:: freemap_route_ipv4freemap_route_ipv4Aug 13 23:45:54.506
53342026-08-13T23:45:56.232Z
53352026-08-13T23:45:56.232Z INFOAug 13 23:45:54.506
53362026-08-13T23:45:56.232Z adding route 172.17.0.7/32 -> 10.0.0.255INFOAug 13 23:45:54.506
53372026-08-13T23:45:56.232Zadding route 172.17.0.19/32 -> 10.0.0.255 DEBG DEBG
53382026-08-13T23:45:56.232Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 13 23:45:54.506
53392026-08-13T23:45:56.232Z created new freemapcreated new freemapDEBG, unit :replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] , freemap_route_ipv6unit:
53402026-08-13T23:45:56.232ZAug 13 23:45:54.506
53412026-08-13T23:45:56.233ZAug 13 23:45:54.506 DEBGAug 13 23:45:54.506 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 } }]DEBGINFO
53422026-08-13T23:45:56.233Z Aug 13 23:45:54.506 Aug 13 23:45:54.506INFO adding route 172.17.0.8/32 -> 10.0.0.255DEBG
53432026-08-13T23:45:56.233Z Aug 13 23:45:54.506initted freemap. size: 64 , INFOunit Aug 13 23:45:54.506replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
53442026-08-13T23:45:56.233Z freemap_route_ipv4DEBG
53452026-08-13T23:45:56.233Z
53462026-08-13T23:45:56.233Zreplacing 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:3
53472026-08-13T23:45:56.233Z
53482026-08-13T23:45:56.233ZAug 13 23:45:54.506 Aug 13 23:45:54.506Aug 13 23:45:54.506 INFODEBG DEBG adding route 172.17.0.20/32 -> 10.0.0.255Aug 13 23:45:54.506Aug 13 23:45:54.506
53492026-08-13T23:45:56.233Z INFO reset freemapDEBGreplacing 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 } }]
53502026-08-13T23:45:56.233Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.9/32 -> 10.0.0.255,
53512026-08-13T23:45:56.233ZAug 13 23:45:54.506
53522026-08-13T23:45:56.233ZunitAug 13 23:45:54.506 :DEBG INFOAug 13 23:45:54.506replacing 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 } }]freemap_route_ipv4
53532026-08-13T23:45:56.233Z
53542026-08-13T23:45:56.233Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG
53552026-08-13T23:45:56.233Z Aug 13 23:45:54.506Aug 13 23:45:54.506 replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.506
53562026-08-13T23:45:56.233ZDEBG INFO Aug 13 23:45:54.506 initted freemap. size: 64 INFODEBG , Aug 13 23:45:54.506 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 } }]adding route 172.17.0.21/32 -> 10.0.0.255:
53572026-08-13T23:45:56.233Zadding route 3fff:dead::/64 -> 2001:db8::55:4
53582026-08-13T23:45:56.233Z
53592026-08-13T23:45:56.233ZINFO adding route 172.17.0.10/32 -> 10.0.0.255
53602026-08-13T23:45:56.233Zfreemap_route_ipv6Aug 13 23:45:54.506
53612026-08-13T23:45:56.233ZINFOAug 13 23:45:54.506 Aug 13 23:45:54.506DEBG Aug 13 23:45:54.506adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
53622026-08-13T23:45:56.233ZDEBG Aug 13 23:45:54.506 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.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 } }]
53632026-08-13T23:45:56.233Z DEBG
53642026-08-13T23:45:56.233Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 13 23:45:54.507 reset freemap, DEBG
53652026-08-13T23:45:56.233Z Aug 13 23:45:54.507replacing 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 } }]unitAug 13 23:45:54.507: INFOfreemap_route_ipv6
53662026-08-13T23:45:56.233Z
53672026-08-13T23:45:56.233Zadding route 172.17.0.11/32 -> 10.0.0.255INFO
53682026-08-13T23:45:56.233Zadding route 172.17.0.22/32 -> 10.0.0.255Aug 13 23:45:54.507
53692026-08-13T23:45:56.233Z INFOAug 13 23:45:54.507Aug 13 23:45:54.507Aug 13 23:45:54.507 DEBG DEBGadding route 3fff:beef:3a::/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 } }]
53702026-08-13T23:45:56.233ZINFOreplacing 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 } }]
53712026-08-13T23:45:56.233Z
53722026-08-13T23:45:56.233Zadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 13 23:45:54.507
53732026-08-13T23:45:56.233ZAug 13 23:45:54.507 Aug 13 23:45:54.507INFO Aug 13 23:45:54.507adding route 172.17.0.12/32 -> 10.0.0.255
53742026-08-13T23:45:56.233ZAug 13 23:45:54.507INFO adding route 172.17.0.23/32 -> 10.0.0.255 Aug 13 23:45:54.507DEBG
53752026-08-13T23:45:56.233Z 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 } }]
53762026-08-13T23:45:56.233ZDEBGDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
53772026-08-13T23:45:56.233Zreplacing 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 } }]
53782026-08-13T23:45:56.233Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 13 23:45:54.507
53792026-08-13T23:45:56.233Z Aug 13 23:45:54.507INFOAug 13 23:45:54.507 DEBGINFO Aug 13 23:45:54.507adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
53802026-08-13T23:45:56.233Z INFOadding route 172.17.0.13/32 -> 10.0.0.255
53812026-08-13T23:45:56.234Zadding route 3fff:dead::/64 -> 2001:db8::55:2
53822026-08-13T23:45:56.234Zreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.507Aug 13 23:45:54.507Aug 13 23:45:54.507
53832026-08-13T23:45:56.234ZDEBG DEBGWARNreplacing 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 } }]
53842026-08-13T23:45:56.234ZAug 13 23:45:54.507shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) DEBG
53852026-08-13T23:45:56.234Z 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 } }]
53862026-08-13T23:45:56.234Z
53872026-08-13T23:45:56.234ZAug 13 23:45:54.507Aug 13 23:45:54.507Aug 13 23:45:54.507 INFODEBG adding route 172.17.0.14/32 -> 10.0.0.255 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFO
53882026-08-13T23:45:56.234Z Aug 13 23:45:54.507 adding route 172.17.0.24/32 -> 10.0.0.255
53892026-08-13T23:45:56.234Zfreemap_route_ipv6
53902026-08-13T23:45:56.234Z
53912026-08-13T23:45:56.234Z INFOAug 13 23:45:54.507 Aug 13 23:45:54.507adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff DEBG
53922026-08-13T23:45:56.234Z replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 13 23:45:54.507
53932026-08-13T23:45:56.234ZAug 13 23:45:54.507replacing 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 } }]
53942026-08-13T23:45:56.234Z DEBGDEBG Aug 13 23:45:54.507 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 } }]INFOinitted freemap. size: 64Aug 13 23:45:54.507 ,
53952026-08-13T23:45:56.234Z adding route 172.17.0.15/32 -> 10.0.0.255unit
53962026-08-13T23:45:56.234Z:INFO Aug 13 23:45:54.507freemap_route_ipv4Aug 13 23:45:54.507
53972026-08-13T23:45:56.234Zadding route 172.17.0.25/32 -> 10.0.0.255DEBGDEBG
53982026-08-13T23:45:56.234Z 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 } }]
53992026-08-13T23:45:56.234Zfailed to allocate space for the new target list
54002026-08-13T23:45:56.234ZAug 13 23:45:54.507 DEBGAug 13 23:45:54.507 Aug 13 23:45:54.507Aug 13 23:45:54.507 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 172.17.0.16/32 -> 10.0.0.255
54012026-08-13T23:45:56.234Z
54022026-08-13T23:45:56.234ZDEBG reset freemap, unit:Aug 13 23:45:54.507 Aug 13 23:45:54.507freemap_route_ipv4DEBG 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 } }]
54032026-08-13T23:45:56.234Zreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
54042026-08-13T23:45:56.234Z
54052026-08-13T23:45:56.234Z 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 } }]
54062026-08-13T23:45:56.234ZAug 13 23:45:54.507Aug 13 23:45:54.507 DEBGINFOAug 13 23:45:54.507 INFOinitted freemap. size: 64Aug 13 23:45:54.507adding route 172.17.0.17/32 -> 10.0.0.255 ,
54072026-08-13T23:45:56.235Zunit :INFO adding route 172.17.0.2/32 -> 10.0.0.255freemap_route_ipv6
54082026-08-13T23:45:56.235Z
54092026-08-13T23:45:56.235Z adding route 172.17.0.26/32 -> 10.0.0.255
54102026-08-13T23:45:56.235ZAug 13 23:45:54.507 DEBGAug 13 23:45:54.507Aug 13 23:45:54.507 DEBGreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54112026-08-13T23:45:56.236Z replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.507
54122026-08-13T23:45:56.236Z DEBGDEBGAug 13 23:45:54.507 INFOreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.507 adding route 172.17.0.3/32 -> 10.0.0.255INFO
54132026-08-13T23:45:56.236Z
54142026-08-13T23:45:56.236Z adding route 172.17.0.18/32 -> 10.0.0.255reset freemap
54152026-08-13T23:45:56.236Z, Aug 13 23:45:54.507unitAug 13 23:45:54.507 : DEBG INFO replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
54162026-08-13T23:45:56.236Zadding route 172.17.0.27/32 -> 10.0.0.255Aug 13 23:45:54.507
54172026-08-13T23:45:56.236Z DEBG
54182026-08-13T23:45:56.236Z 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 } }]
54192026-08-13T23:45:56.236ZAug 13 23:45:54.507 Aug 13 23:45:54.507INFOAug 13 23:45:54.507 DEBGadding route 172.17.0.4/32 -> 10.0.0.255INFO
54202026-08-13T23:45:56.236Z adding route 172.17.0.19/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 } }]
54212026-08-13T23:45:56.289Z
54222026-08-13T23:45:56.289ZAug 13 23:45:54.507 INFOAug 13 23:45:54.507 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
54232026-08-13T23:45:56.289ZAug 13 23:45:54.507 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 } }]
54242026-08-13T23:45:56.289ZINFOAug 13 23:45:54.507 adding route 172.17.0.28/32 -> 10.0.0.255Aug 13 23:45:54.507
54252026-08-13T23:45:56.289ZDEBGAug 13 23:45:54.507 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 } }]
54262026-08-13T23:45:56.289ZINFODEBG adding route 172.17.0.5/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
54272026-08-13T23:45:56.289ZAug 13 23:45:54.507
54282026-08-13T23:45:56.289Z DEBG Aug 13 23:45:54.507replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.507 INFO
54292026-08-13T23:45:56.289Z INFO adding route 172.17.0.20/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2
54302026-08-13T23:45:56.289ZAug 13 23:45:54.507
54312026-08-13T23:45:56.289Z DEBG Aug 13 23:45:54.507replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 23:45:54.507Aug 13 23:45:54.507INFO
54322026-08-13T23:45:56.289Z DEBG Aug 13 23:45:54.507replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.29/32 -> 10.0.0.255INFO
54332026-08-13T23:45:56.289Z DEBG
54342026-08-13T23:45:56.289Zadding route 172.17.0.6/32 -> 10.0.0.255
54352026-08-13T23:45:56.289Z 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 } }]
54362026-08-13T23:45:56.289ZAug 13 23:45:54.507 Aug 13 23:45:54.507DEBG INFOreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.507 adding route 3fff:dead::/64 -> 2001:db8::55:3
54372026-08-13T23:45:56.289Z
54382026-08-13T23:45:56.289ZAug 13 23:45:54.507 DEBGINFO replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.507
54392026-08-13T23:45:56.289ZAug 13 23:45:54.507adding route 172.17.0.21/32 -> 10.0.0.255 INFO
54402026-08-13T23:45:56.289Z adding route 172.17.0.30/32 -> 10.0.0.255Aug 13 23:45:54.507DEBG
54412026-08-13T23:45:56.289ZINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 13 23:45:54.507adding route 172.17.0.7/32 -> 10.0.0.255
54422026-08-13T23:45:56.289Z
54432026-08-13T23:45:56.289Z Aug 13 23:45:54.507 DEBG Aug 13 23:45:54.507DEBG Aug 13 23:45:54.507replacing 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 } }]
54442026-08-13T23:45:56.290ZDEBG Aug 13 23:45:54.507Aug 13 23:45:54.513 created new freemap DEBG, INFOunit adding route 172.17.0.31/32 -> 10.0.0.255created new freemap
54452026-08-13T23:45:56.290Z:, unitfreemap_route_ipv4:Aug 13 23:45:54.513
54462026-08-13T23:45:56.290Z DEBGfreemap_route_ipv4 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 } }]
54472026-08-13T23:45:56.290Z
54482026-08-13T23:45:56.290ZAug 13 23:45:54.513 DEBG created new freemapAug 13 23:45:54.513, Aug 13 23:45:54.513 unit :INFO adding route 172.17.0.32/32 -> 10.0.0.255DEBGfreemap_route_ipv6
54492026-08-13T23:45:56.290Z
54502026-08-13T23:45:56.290Zcreated new freemap, unitAug 13 23:45:54.513: 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 } }] freemap_route_ipv6Aug 13 23:45:54.513
54512026-08-13T23:45:56.290Z
54522026-08-13T23:45:56.290ZDEBGAug 13 23:45:54.513 initted freemap. size: 64 replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
54532026-08-13T23:45:56.290Z , 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 } }]unitAug 13 23:45:54.513:Aug 13 23:45:54.513Aug 13 23:45:54.513 INFOINFO adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255freemap_route_ipv4
54542026-08-13T23:45:56.290Z
54552026-08-13T23:45:56.290ZDEBG
54562026-08-13T23:45:56.290Z
54572026-08-13T23:45:56.290Zinitted freemap. size: 64Aug 13 23:45:54.513, Aug 13 23:45:54.513 Aug 13 23:45:54.513Aug 13 23:45:54.513DEBG unitDEBGDEBG: replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
54582026-08-13T23:45:56.290Z
54592026-08-13T23:45:56.290Z reset freemapfreemap_route_ipv4,
54602026-08-13T23:45:56.290ZunitINFO Aug 13 23:45:54.513adding route 172.17.0.42/32 -> 10.0.0.255 :Aug 13 23:45:54.513INFOAug 13 23:45:54.513 freemap_route_ipv4adding route 172.17.0.34/32 -> 10.0.0.255INFO
54612026-08-13T23:45:56.290Z DEBG reset freemapadding route 172.17.0.23/32 -> 10.0.0.255
54622026-08-13T23:45:56.290Z
54632026-08-13T23:45:56.290ZAug 13 23:45:54.513,
54642026-08-13T23:45:56.290ZDEBGAug 13 23:45:54.513unit replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
54652026-08-13T23:45:56.290Z 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 } }]:
54662026-08-13T23:45:56.290Z Aug 13 23:45:54.513 DEBGfreemap_route_ipv4 Aug 13 23:45:54.513initted freemap. size: 64
54672026-08-13T23:45:56.290Z Aug 13 23:45:54.513, INFOINFO adding route 172.17.0.24/32 -> 10.0.0.255Aug 13 23:45:54.513adding route 172.17.0.35/32 -> 10.0.0.255unit
54682026-08-13T23:45:56.290Z
54692026-08-13T23:45:56.290Z:Aug 13 23:45:54.513 Aug 13 23:45:54.513 Aug 13 23:45:54.513DEBGDEBGfreemap_route_ipv6
54702026-08-13T23:45:56.290Zreplacing 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
54712026-08-13T23:45:56.290Zreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 23:45:54.513
54722026-08-13T23:45:56.290Z DEBGDEBG initted freemap. size: 64reset freemap, , Aug 13 23:45:54.513replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit INFOunit :adding route 172.17.0.36/32 -> 10.0.0.255Aug 13 23:45:54.513
54732026-08-13T23:45:56.290Z: INFO freemap_route_ipv6 adding route 172.17.0.25/32 -> 10.0.0.255
54742026-08-13T23:45:56.290Z
54752026-08-13T23:45:56.290Zfreemap_route_ipv6
54762026-08-13T23:45:56.290ZAug 13 23:45:54.513
54772026-08-13T23:45:56.290ZDEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.513
54782026-08-13T23:45:56.290Z Aug 13 23:45:54.513DEBG Aug 13 23:45:54.513INFO replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
54792026-08-13T23:45:56.290ZAug 13 23:45:54.513 INFOadding route 172.16.0.0/32 -> 10.0.0.1 Aug 13 23:45:54.513adding route 172.17.0.37/32 -> 10.0.0.255
54802026-08-13T23:45:56.291Z
54812026-08-13T23:45:56.291ZINFOreset freemap, adding route 172.17.0.26/32 -> 10.0.0.255unit
54822026-08-13T23:45:56.291Z:Aug 13 23:45:54.513 freemap_route_ipv6DEBG
54832026-08-13T23:45:56.291ZAug 13 23:45:54.513Aug 13 23:45:54.513 replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
54842026-08-13T23:45:56.291Z 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 } }]
54852026-08-13T23:45:56.291ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 13 23:45:54.513
54862026-08-13T23:45:56.291Z INFOAug 13 23:45:54.513 INFOadding route 172.17.0.38/32 -> 10.0.0.255Aug 13 23:45:54.513
54872026-08-13T23:45:56.291ZAug 13 23:45:54.513adding route 3fff:dead::/64 -> 2001:db8::55:1 INFOINFO
54882026-08-13T23:45:56.291Z adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.27/32 -> 10.0.0.255
54892026-08-13T23:45:56.291Z
54902026-08-13T23:45:56.291ZAug 13 23:45:54.513Aug 13 23:45:54.513 DEBGDEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
54912026-08-13T23:45:56.291Z
54922026-08-13T23:45:56.291ZAug 13 23:45:54.513 DEBGAug 13 23:45:54.513Aug 13 23:45:54.513Aug 13 23:45:54.513 INFOINFO adding route 172.17.0.39/32 -> 10.0.0.255 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 } }]
54932026-08-13T23:45:56.291Z adding 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 } }]
54942026-08-13T23:45:56.291Z
54952026-08-13T23:45:56.291Z
54962026-08-13T23:45:56.291ZAug 13 23:45:54.513 Aug 13 23:45:54.513Aug 13 23:45:54.513Aug 13 23:45:54.513 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 } }]INFOINFO
54972026-08-13T23:45:56.291Z 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.16.0.0/32 -> 10.0.0.1
54982026-08-13T23:45:56.291Z
54992026-08-13T23:45:56.291Zadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 13 23:45:54.513
55002026-08-13T23:45:56.291Z Aug 13 23:45:54.513INFO adding route 172.17.0.40/32 -> 10.0.0.255INFO
55012026-08-13T23:45:56.291Z Aug 13 23:45:54.513adding route 172.17.0.29/32 -> 10.0.0.255Aug 13 23:45:54.513
55022026-08-13T23:45:56.291ZDEBG DEBG Aug 13 23:45:54.513replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 13 23:45:54.513 DEBG
55032026-08-13T23:45:56.292Z
55042026-08-13T23:45:56.292Z replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.520
55052026-08-13T23:45:56.292Z INFOAug 13 23:45:54.520 adding route 3fff:dead::/64 -> 2001:db8::55:3
55062026-08-13T23:45:56.292Z Aug 13 23:45:54.520INFO INFO adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.30/32 -> 10.0.0.255
55072026-08-13T23:45:56.292Z
55082026-08-13T23:45:56.292ZAug 13 23:45:54.520 DEBGAug 13 23:45:54.520Aug 13 23:45:54.520 DEBGDEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 } }]
55092026-08-13T23:45:56.292Z
55102026-08-13T23:45:56.292Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
55112026-08-13T23:45:56.292ZDEBG 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 } }]
55122026-08-13T23:45:56.292ZAug 13 23:45:54.520Aug 13 23:45:54.520Aug 13 23:45:54.520 Aug 13 23:45:54.520 Aug 13 23:45:54.507Aug 13 23:45:54.520INFO INFOadding route 172.17.0.41/32 -> 10.0.0.255INFO adding route 172.17.0.43/32 -> 10.0.0.255INFO
55132026-08-13T23:45:56.292Zadding route 172.17.0.31/32 -> 10.0.0.255
55142026-08-13T23:45:56.292Z
55152026-08-13T23:45:56.292Z adding route 172.17.0.0/32 -> 10.0.0.255INFO
55162026-08-13T23:45:56.292Z INFOAug 13 23:45:54.520Aug 13 23:45:54.520 Aug 13 23:45:54.520 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 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 } }]Aug 13 23:45:54.520
55172026-08-13T23:45:56.292Z replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
55182026-08-13T23:45:56.292ZDEBG
55192026-08-13T23:45:56.292Zadding route 3fff:dead::/64 -> 2001:db8::55:4
55202026-08-13T23:45:56.292ZAug 13 23:45:54.520replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.520
55212026-08-13T23:45:56.298Z
55222026-08-13T23:45:56.298ZINFO INFOadding route 172.17.0.44/32 -> 10.0.0.255
55232026-08-13T23:45:56.298ZAug 13 23:45:54.520 DEBGadding route 172.17.0.32/32 -> 10.0.0.255 Aug 13 23:45:54.520Aug 13 23:45:54.520 Aug 13 23:45:54.520 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 13 23:45:54.520DEBG
55242026-08-13T23:45:56.298ZINFOreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
55252026-08-13T23:45:56.298Z
55262026-08-13T23:45:56.298Zadding route 172.17.0.42/32 -> 10.0.0.255
55272026-08-13T23:45:56.298ZAug 13 23:45:54.520adding route 172.17.0.1/32 -> 10.0.0.255
55282026-08-13T23:45:56.298ZAug 13 23:45:54.520DEBG Aug 13 23:45:54.520 INFODEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.520 adding route 172.17.0.45/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG
55292026-08-13T23:45:56.298Z
55302026-08-13T23:45:56.298Z
55312026-08-13T23:45:56.298ZAug 13 23:45:54.520 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 } }]
55322026-08-13T23:45:56.298ZAug 13 23:45:54.520Aug 13 23:45:54.520 INFO replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
55332026-08-13T23:45:56.298ZAug 13 23:45:54.520 replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.33/32 -> 10.0.0.255INFO
55342026-08-13T23:45:56.298Z
55352026-08-13T23:45:56.298ZAug 13 23:45:54.520adding route 172.17.0.2/32 -> 10.0.0.255
55362026-08-13T23:45:56.298ZINFOAug 13 23:45:54.520 adding route 172.17.0.43/32 -> 10.0.0.255 Aug 13 23:45:54.520INFO
55372026-08-13T23:45:56.298Z adding route 172.17.0.46/32 -> 10.0.0.255 DEBG
55382026-08-13T23:45:56.298Z Aug 13 23:45:54.520Aug 13 23:45:54.520 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
55392026-08-13T23:45:56.298ZAug 13 23:45:54.520replacing 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 } }]
55402026-08-13T23:45:56.298Z DEBGreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 23:45:54.520replacing 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 } }]
55412026-08-13T23:45:56.298ZAug 13 23:45:54.520INFO
55422026-08-13T23:45:56.298Z adding route 172.17.0.34/32 -> 10.0.0.255
55432026-08-13T23:45:56.298ZINFOAug 13 23:45:54.520 adding route 172.17.0.3/32 -> 10.0.0.255
55442026-08-13T23:45:56.298ZINFOAug 13 23:45:54.520 Aug 13 23:45:54.520 adding route 172.17.0.47/32 -> 10.0.0.255INFODEBG
55452026-08-13T23:45:56.298Z adding route 172.17.0.44/32 -> 10.0.0.255replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55462026-08-13T23:45:56.298Z
55472026-08-13T23:45:56.298ZAug 13 23:45:54.520 DEBGAug 13 23:45:54.520 Aug 13 23:45:54.520DEBGreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO 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 } }]
55482026-08-13T23:45:56.298ZAug 13 23:45:54.520adding route 172.17.0.35/32 -> 10.0.0.255
55492026-08-13T23:45:56.298Z
55502026-08-13T23:45:56.298ZDEBG Aug 13 23:45:54.520replacing 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
55512026-08-13T23:45:56.298ZAug 13 23:45:54.520 Aug 13 23:45:54.520DEBGINFO Aug 13 23:45:54.520replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.48/32 -> 10.0.0.255
55522026-08-13T23:45:56.298ZINFO
55532026-08-13T23:45:56.298Z replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 172.17.0.45/32 -> 10.0.0.255
55542026-08-13T23:45:56.298Z Aug 13 23:45:54.520adding route 172.17.0.4/32 -> 10.0.0.255
55552026-08-13T23:45:56.298Z
55562026-08-13T23:45:56.298ZDEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.520
55572026-08-13T23:45:56.298Z DEBG Aug 13 23:45:54.520replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Aug 13 23:45:54.520DEBG
55582026-08-13T23:45:56.299Z replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO Aug 13 23:45:54.520
55592026-08-13T23:45:56.299Zadding route 172.17.0.49/32 -> 10.0.0.255
55602026-08-13T23:45:56.299ZINFO Aug 13 23:45:54.520adding route 172.17.0.36/32 -> 10.0.0.255
55612026-08-13T23:45:56.299ZINFOAug 13 23:45:54.520 DEBGadding route 172.17.0.5/32 -> 10.0.0.255
55622026-08-13T23:45:56.299Zreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.520Aug 13 23:45:54.520
55632026-08-13T23:45:56.299Z DEBGDEBG Aug 13 23:45:54.520 replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.520DEBG
55642026-08-13T23:45:56.299Z 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 } }]
55652026-08-13T23:45:56.299Zadding route 172.17.0.46/32 -> 10.0.0.255
55662026-08-13T23:45:56.299Z replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.520
55672026-08-13T23:45:56.299ZINFOAug 13 23:45:54.520 adding route 172.17.0.37/32 -> 10.0.0.255INFO
55682026-08-13T23:45:56.299Zadding route 172.17.0.50/32 -> 10.0.0.255Aug 13 23:45:54.520Aug 13 23:45:54.520
55692026-08-13T23:45:56.299Z INFO DEBGadding route 172.17.0.6/32 -> 10.0.0.255
55702026-08-13T23:45:56.299ZAug 13 23:45:54.520 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.520DEBG DEBGDEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
55712026-08-13T23:45:56.299Z
55722026-08-13T23:45:56.299Z Aug 13 23:45:54.520replacing 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 } }]
55732026-08-13T23:45:56.299ZDEBG
55742026-08-13T23:45:56.299Z replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.520Aug 13 23:45:54.520 INFOINFO
55752026-08-13T23:45:56.299Z adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255
55762026-08-13T23:45:56.299Z
55772026-08-13T23:45:56.299ZAug 13 23:45:54.520 Aug 13 23:45:54.520Aug 13 23:45:54.520 DEBGAug 13 23:45:54.520INFOAug 13 23:45:54.520 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 } }]DEBGadding route 172.17.0.7/32 -> 10.0.0.255
55782026-08-13T23:45:56.299Z replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
55792026-08-13T23:45:56.299Z adding route 172.17.0.8/32 -> 10.0.0.255
55802026-08-13T23:45:56.299Z INFO
55812026-08-13T23:45:56.299ZAug 13 23:45:54.520Aug 13 23:45:54.520adding route 172.17.0.47/32 -> 10.0.0.255
55822026-08-13T23:45:56.299ZAug 13 23:45:54.520INFO INFOadding route 172.17.0.39/32 -> 10.0.0.255Aug 13 23:45:54.520
55832026-08-13T23:45:56.299Zadding route 172.17.0.52/32 -> 10.0.0.255 DEBG
55842026-08-13T23:45:56.299ZDEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 23:45:54.520replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.520Aug 13 23:45:54.520 DEBGDEBG
55852026-08-13T23:45:56.299Z
55862026-08-13T23:45:56.299Z replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
55872026-08-13T23:45:56.299ZDEBG Aug 13 23:45:54.520replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.520
55882026-08-13T23:45:56.299Z
55892026-08-13T23:45:56.299Z Aug 13 23:45:54.520INFO Aug 13 23:45:54.520adding route 172.17.0.8/32 -> 10.0.0.255 INFO
55902026-08-13T23:45:56.299ZINFOAug 13 23:45:54.520 adding route 172.17.0.53/32 -> 10.0.0.255INFO
55912026-08-13T23:45:56.299Z adding route 172.17.0.48/32 -> 10.0.0.255
55922026-08-13T23:45:56.299Zadding route 172.17.0.40/32 -> 10.0.0.255INFO
55932026-08-13T23:45:56.299ZAug 13 23:45:54.520 Aug 13 23:45:54.520 DEBGadding route 172.17.0.9/32 -> 10.0.0.255DEBG
55942026-08-13T23:45:56.299Z 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 } }]
55952026-08-13T23:45:56.299Zreplacing 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 } }]
55962026-08-13T23:45:56.299Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
55972026-08-13T23:45:56.299ZAug 13 23:45:54.520 Aug 13 23:45:54.520DEBGAug 13 23:45:54.520 Aug 13 23:45:54.520replacing 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
55982026-08-13T23:45:56.300ZINFOINFO adding route 172.17.0.54/32 -> 10.0.0.255
55992026-08-13T23:45:56.300Zadding route 172.17.0.9/32 -> 10.0.0.255 Aug 13 23:45:54.520Aug 13 23:45:54.520 DEBGINFOAug 13 23:45:54.520
56002026-08-13T23:45:56.300Zadding route 172.17.0.41/32 -> 10.0.0.255replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56012026-08-13T23:45:56.300Z
56022026-08-13T23:45:56.300Zreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
56032026-08-13T23:45:56.300ZAug 13 23:45:54.520replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.520
56042026-08-13T23:45:56.300ZDEBG Aug 13 23:45:54.520DEBGAug 13 23:45:54.520 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.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.520INFO
56052026-08-13T23:45:56.300Z
56062026-08-13T23:45:56.300Z INFO INFO adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.17.0.10/32 -> 10.0.0.255
56072026-08-13T23:45:56.300Ztest transceivers::mpn_test::test_mpn_missing ... ok
56082026-08-13T23:45:56.300Ztest transceivers::mpn_test::test_mpn_present ... ok
56092026-08-13T23:45:56.300Ztest route::tests::shrink_preserves_compacted_order ... ok
56102026-08-13T23:45:56.300Ztest transceivers::mpn_test::test_xcvr_missing ... ok
56112026-08-13T23:45:56.300Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
56122026-08-13T23:45:56.300Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
56132026-08-13T23:45:56.300Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
56142026-08-13T23:45:56.300Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
56152026-08-13T23:45:56.300Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
56162026-08-13T23:45:56.300Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
56172026-08-13T23:45:56.300Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
56182026-08-13T23:45:56.300Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
56192026-08-13T23:45:56.300Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
56202026-08-13T23:45:56.300Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
56212026-08-13T23:45:56.304Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
56222026-08-13T23:45:56.304Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
56232026-08-13T23:45:56.304Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
56242026-08-13T23:45:56.304Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
56252026-08-13T23:45:56.305Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
56262026-08-13T23:45:56.305Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
56272026-08-13T23:45:56.305Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
56282026-08-13T23:45:56.305Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
56292026-08-13T23:45:56.305Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
56302026-08-13T23:45:56.305Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
56312026-08-13T23:45:56.305Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
56322026-08-13T23:45:56.305Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
56332026-08-13T23:45:56.305Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
56342026-08-13T23:45:56.305Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
56352026-08-13T23:45:56.305Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
56362026-08-13T23:45:56.305Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
56372026-08-13T23:45:56.305Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
56382026-08-13T23:45:56.305Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
56392026-08-13T23:45:56.305Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
56402026-08-13T23:45:56.305Z Aug 13 23:45:54.520Aug 13 23:45:54.520 adding route 172.17.0.49/32 -> 10.0.0.255INFO adding route 172.17.0.42/32 -> 10.0.0.255Aug 13 23:45:54.521
56412026-08-13T23:45:56.305Z DEBG created new freemap,
56422026-08-13T23:45:56.305ZAug 13 23:45:54.527 DEBG unitreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:
56432026-08-13T23:45:56.305Z Aug 13 23:45:54.527freemap_route_ipv4
56442026-08-13T23:45:56.305ZDEBG Aug 13 23:45:54.527Aug 13 23:45:54.521replacing 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 } }]
56452026-08-13T23:45:56.305Z INFO adding route 172.17.0.43/32 -> 10.0.0.255Aug 13 23:45:54.527
56462026-08-13T23:45:56.305Z Aug 13 23:45:54.527INFO DEBGadding route 172.17.0.11/32 -> 10.0.0.255
56472026-08-13T23:45:56.305Zcreated new freemapAug 13 23:45:54.527, unitDEBG: 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 } }]freemap_route_ipv6Aug 13 23:45:54.527
56482026-08-13T23:45:56.305Z
56492026-08-13T23:45:56.305Z DEBGDEBG Aug 13 23:45:54.527replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.527
56502026-08-13T23:45:56.305Z created new freemap INFODEBGAug 13 23:45:54.527, unitINFO: adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255freemap_route_ipv4initted freemap. size: 64
56512026-08-13T23:45:56.305Z,
56522026-08-13T23:45:56.305Z
56532026-08-13T23:45:56.305ZunitAug 13 23:45:54.527Aug 13 23:45:54.527 Aug 13 23:45:54.527DEBGDEBG :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
56542026-08-13T23:45:56.305Z freemap_route_ipv4 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 } }]created new freemap
56552026-08-13T23:45:56.305Z
56562026-08-13T23:45:56.305Z, Aug 13 23:45:54.527unit :INFO freemap_route_ipv6adding route 172.17.0.45/32 -> 10.0.0.255
56572026-08-13T23:45:56.305Z
56582026-08-13T23:45:56.305ZAug 13 23:45:54.527 Aug 13 23:45:54.527DEBG Aug 13 23:45:54.527 INFOreset freemap
56592026-08-13T23:45:56.305Z Aug 13 23:45:54.527DEBGadding route 172.17.0.13/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 } }]DEBG
56602026-08-13T23:45:56.305Z
56612026-08-13T23:45:56.305Z, unit:Aug 13 23:45:54.527initted freemap. size: 64Aug 13 23:45:54.527 freemap_route_ipv4, DEBG
56622026-08-13T23:45:56.305ZINFO Aug 13 23:45:54.527replacing 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 } }]
56632026-08-13T23:45:56.305Zunitadding route 172.17.0.46/32 -> 10.0.0.255:Aug 13 23:45:54.527
56642026-08-13T23:45:56.306Z DEBG freemap_route_ipv4Aug 13 23:45:54.527DEBG
56652026-08-13T23:45:56.306Zinitted freemap. size: 64INFO, unit :Aug 13 23:45:54.527 freemap_route_ipv6DEBGadding route 172.17.0.50/32 -> 10.0.0.255replacing 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 } }]
56662026-08-13T23:45:56.306Z
56672026-08-13T23:45:56.306Zreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.527
56682026-08-13T23:45:56.306Z
56692026-08-13T23:45:56.306ZAug 13 23:45:54.527DEBG Aug 13 23:45:54.527DEBG Aug 13 23:45:54.527Aug 13 23:45:54.527 INFOreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56702026-08-13T23:45:56.306ZINFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255
56712026-08-13T23:45:56.306Zadding route 172.17.0.14/32 -> 10.0.0.255
56722026-08-13T23:45:56.306Zreset freemapreset freemapAug 13 23:45:54.527, , Aug 13 23:45:54.527unit INFOAug 13 23:45:54.527:unit : DEBGfreemap_route_ipv4 DEBGfreemap_route_ipv6
56732026-08-13T23:45:56.306Z
56742026-08-13T23:45:56.306Z replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255
56752026-08-13T23:45:56.306Z
56762026-08-13T23:45:56.306Z
56772026-08-13T23:45:56.306ZAug 13 23:45:54.527 Aug 13 23:45:54.527Aug 13 23:45:54.527 INFOAug 13 23:45:54.527Aug 13 23:45:54.527 INFO DEBG adding route 172.17.0.48/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 } }]adding route 172.16.0.0/32 -> 10.0.0.1
56782026-08-13T23:45:56.306ZDEBG
56792026-08-13T23:45:56.306Z
56802026-08-13T23:45:56.306Z initted freemap. size: 64INFO, unit:Aug 13 23:45:54.527 Aug 13 23:45:54.527freemap_route_ipv6 DEBG
56812026-08-13T23:45:56.306Z Aug 13 23:45:54.527 INFOreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
56822026-08-13T23:45:56.306Z adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255
56832026-08-13T23:45:56.306Z
56842026-08-13T23:45:56.306Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
56852026-08-13T23:45:56.306Ztest route::tests::delete_targets_fragmented ... ok
56862026-08-13T23:45:56.306ZAug 13 23:45:54.527Aug 13 23:45:54.527 Aug 13 23:45:54.527 Aug 13 23:45:54.527Aug 13 23:45:54.527 INFO DEBGDEBG INFOreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
56872026-08-13T23:45:56.306Zadding route 172.17.0.49/32 -> 10.0.0.255 reset freemap
56882026-08-13T23:45:56.306Zadding route 172.16.0.0/32 -> 10.0.0.2, 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 } }]unitAug 13 23:45:54.527
56892026-08-13T23:45:56.306Z
56902026-08-13T23:45:56.306ZINFOAug 13 23:45:54.527 : adding route 172.17.0.16/32 -> 10.0.0.255DEBGfreemap_route_ipv6
56912026-08-13T23:45:56.306Ztest route::tests::same_size_non_subset_replace ... ok
56922026-08-13T23:45:56.306Ztest route::tests::add_target_fails_full ... ok
56932026-08-13T23:45:56.306ZAug 13 23:45:54.527
56942026-08-13T23:45:56.306Z Aug 13 23:45:54.527replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 23:45:54.527INFO DEBG
56952026-08-13T23:45:56.306Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.527Aug 13 23:45:54.527
56962026-08-13T23:45:56.306Zadding route 172.17.0.53/32 -> 10.0.0.255INFO
56972026-08-13T23:45:56.306Z
56982026-08-13T23:45:56.306Z INFOadding route 172.17.0.50/32 -> 10.0.0.255Aug 13 23:45:54.527 INFO
56992026-08-13T23:45:56.306ZAug 13 23:45:54.527 adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.17/32 -> 10.0.0.255 INFOAug 13 23:45:54.527
57002026-08-13T23:45:56.306Zadding route 172.16.0.0/32 -> 10.0.0.3
57012026-08-13T23:45:56.306Z DEBGAug 13 23:45:54.527 Aug 13 23:45:54.527
57022026-08-13T23:45:56.306Zreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG replacing targets for 172.17.0.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 } }]
57032026-08-13T23:45:56.306ZDEBGAug 13 23:45:54.527 Aug 13 23:45:54.527 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 } }]
57042026-08-13T23:45:56.306ZDEBG
57052026-08-13T23:45:56.307ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
57062026-08-13T23:45:56.307ZAug 13 23:45:54.527Aug 13 23:45:54.527
57072026-08-13T23:45:56.307Z INFOINFO Aug 13 23:45:54.527adding route 172.17.0.54/32 -> 10.0.0.255
57082026-08-13T23:45:56.307Z adding route 172.17.0.51/32 -> 10.0.0.255INFO
57092026-08-13T23:45:56.307ZAug 13 23:45:54.527 INFOadding route 172.17.0.18/32 -> 10.0.0.255Aug 13 23:45:54.527
57102026-08-13T23:45:56.307ZAug 13 23:45:54.527 adding route 172.16.0.0/32 -> 10.0.0.4DEBG
57112026-08-13T23:45:56.307Z 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 } }]DEBGAug 13 23:45:54.527
57122026-08-13T23:45:56.307Z Aug 13 23:45:54.527INFO Aug 13 23:45:54.527DEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2DEBG
57132026-08-13T23:45:56.307Zreplacing 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 } }]
57142026-08-13T23:45:56.307Z
57152026-08-13T23:45:56.307Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 13 23:45:54.527Aug 13 23:45:54.527 Aug 13 23:45:54.527 INFOINFO
57162026-08-13T23:45:56.307Z adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255INFO
57172026-08-13T23:45:56.307Z
57182026-08-13T23:45:56.307Z adding route 172.17.0.55/32 -> 10.0.0.255Aug 13 23:45:54.527
57192026-08-13T23:45:56.307Z Aug 13 23:45:54.527Aug 13 23:45:54.527Aug 13 23:45:54.527 DEBGDEBG DEBGreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57202026-08-13T23:45:56.307Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
57212026-08-13T23:45:56.311ZDEBG
57222026-08-13T23:45:56.311Zreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.527
57232026-08-13T23:45:56.311ZAug 13 23:45:54.527 INFODEBG Aug 13 23:45:54.527Aug 13 23:45:54.527adding route 172.17.0.20/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 } }]
57242026-08-13T23:45:56.311Z
57252026-08-13T23:45:56.311Z INFOINFO adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.53/32 -> 10.0.0.255Aug 13 23:45:54.527
57262026-08-13T23:45:56.311Z
57272026-08-13T23:45:56.311ZINFO Aug 13 23:45:54.527adding route 172.17.0.56/32 -> 10.0.0.255Aug 13 23:45:54.527
57282026-08-13T23:45:56.311ZAug 13 23:45:54.527DEBG 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 } }]
57292026-08-13T23:45:56.311Zreplacing 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 } }]
57302026-08-13T23:45:56.311ZDEBGAug 13 23:45:54.527Aug 13 23:45:54.527 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 } }]
57312026-08-13T23:45:56.311Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
57322026-08-13T23:45:56.311Zadding route 172.17.0.21/32 -> 10.0.0.255Aug 13 23:45:54.527
57332026-08-13T23:45:56.312ZAug 13 23:45:54.527 INFOINFO Aug 13 23:45:54.527adding route 172.17.0.54/32 -> 10.0.0.255
57342026-08-13T23:45:56.312ZAug 13 23:45:54.527adding route 172.17.0.57/32 -> 10.0.0.255
57352026-08-13T23:45:56.312Z INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.4 Aug 13 23:45:54.527Aug 13 23:45:54.527
57362026-08-13T23:45:56.312Z DEBG DEBGreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
57372026-08-13T23:45:56.312Zreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.527
57382026-08-13T23:45:56.312Z
57392026-08-13T23:45:56.312ZDEBG Aug 13 23:45:54.527Aug 13 23:45:54.527 INFOINFO adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255
57402026-08-13T23:45:56.312Z
57412026-08-13T23:45:56.312ZAug 13 23:45:54.527 INFO Aug 13 23:45:54.527adding route 172.17.0.58/32 -> 10.0.0.255Aug 13 23:45:54.507Aug 13 23:45:54.527 DEBGDEBG
57422026-08-13T23:45:56.312Z created new 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 } }],
57432026-08-13T23:45:56.312ZAug 13 23:45:54.527unit 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 } }] Aug 13 23:45:54.527freemap_route_ipv4 INFODEBG
57442026-08-13T23:45:56.312Z adding route 172.17.0.56/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 } }]
57452026-08-13T23:45:56.312Z
57462026-08-13T23:45:56.312Z
57472026-08-13T23:45:56.312Zreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.527
57482026-08-13T23:45:56.312Z DEBGAug 13 23:45:54.527Aug 13 23:45:54.527 Aug 13 23:45:54.527DEBG INFODEBGcreated new freemap Aug 13 23:45:54.527replacing 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 } }] ,
57492026-08-13T23:45:56.312Z replacing targets for 172.16.0.0/32 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 } }]unit
57502026-08-13T23:45:56.312Z INFO adding route 172.17.0.23/32 -> 10.0.0.255Aug 13 23:45:54.527: adding route 172.17.0.59/32 -> 10.0.0.255INFO freemap_route_ipv6
57512026-08-13T23:45:56.312Z
57522026-08-13T23:45:56.312Zadding route 172.17.0.57/32 -> 10.0.0.255
57532026-08-13T23:45:56.312Z
57542026-08-13T23:45:56.312ZAug 13 23:45:54.527Aug 13 23:45:54.527 DEBGDEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64
57552026-08-13T23:45:56.312Z, unitAug 13 23:45:54.527: Aug 13 23:45:54.527DEBG Aug 13 23:45:54.527 freemap_route_ipv4replacing 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 } }]
57562026-08-13T23:45:56.312ZDEBG 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 } }]
57572026-08-13T23:45:56.312Z Aug 13 23:45:54.533INFO
57582026-08-13T23:45:56.312ZAug 13 23:45:54.534adding route 172.17.0.24/32 -> 10.0.0.255
57592026-08-13T23:45:56.312ZINFOINFO Aug 13 23:45:54.534 adding route 172.17.0.60/32 -> 10.0.0.255 adding route 172.17.0.58/32 -> 10.0.0.255DEBG
57602026-08-13T23:45:56.312Z
57612026-08-13T23:45:56.312Z reset freemapAug 13 23:45:54.534, Aug 13 23:45:54.534DEBG 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 } }]unit :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 } }]
57622026-08-13T23:45:56.312Z
57632026-08-13T23:45:56.312Z Aug 13 23:45:54.534freemap_route_ipv4
57642026-08-13T23:45:56.312ZAug 13 23:45:54.534DEBG INFOAug 13 23:45:54.534Aug 13 23:45:54.534replacing 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 } }]
57652026-08-13T23:45:56.312Z INFO adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.61/32 -> 10.0.0.255
57662026-08-13T23:45:56.312ZDEBG
57672026-08-13T23:45:56.312Z initted freemap. size: 64Aug 13 23:45:54.534, Aug 13 23:45:54.534INFO unit DEBGadding route 172.17.0.25/32 -> 10.0.0.255Aug 13 23:45:54.534
57682026-08-13T23:45:56.312Z :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 } }] DEBGfreemap_route_ipv6
57692026-08-13T23:45:56.312Z
57702026-08-13T23:45:56.312ZAug 13 23:45:54.534replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
57712026-08-13T23:45:56.312Zreplacing 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 } }]
57722026-08-13T23:45:56.313ZAug 13 23:45:54.534 INFO adding route 172.17.0.62/32 -> 10.0.0.255Aug 13 23:45:54.534
57732026-08-13T23:45:56.313Z INFO adding route 172.17.0.26/32 -> 10.0.0.255Aug 13 23:45:54.534
57742026-08-13T23:45:56.313Z Aug 13 23:45:54.534DEBG DEBGreset freemap , 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 } }]unitAug 13 23:45:54.534
57752026-08-13T23:45:56.313Z: DEBGfreemap_route_ipv6
57762026-08-13T23:45:56.313Zreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.534
57772026-08-13T23:45:56.313ZAug 13 23:45:54.534 INFO INFO Aug 13 23:45:54.534 INFOadding route 172.17.0.10/32 -> 10.0.0.255 adding route 172.17.0.60/32 -> 10.0.0.255
57782026-08-13T23:45:56.313Z
57792026-08-13T23:45:56.313Z adding route 172.17.0.63/32 -> 10.0.0.255
57802026-08-13T23:45:56.313ZINFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 13 23:45:54.534
57812026-08-13T23:45:56.313ZAug 13 23:45:54.534 Aug 13 23:45:54.534DEBG INFODEBG Aug 13 23:45:54.534replacing 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.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 } }]
57822026-08-13T23:45:56.313Z
57832026-08-13T23:45:56.313ZDEBGAug 13 23:45:54.534 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.27/32 -> 10.0.0.255
57842026-08-13T23:45:56.313Z
57852026-08-13T23:45:56.313ZAug 13 23:45:54.534DEBG Aug 13 23:45:54.534replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Aug 13 23:45:54.534 DEBGDEBGINFO
57862026-08-13T23:45:56.313Z failed to allocate space for the new target list
57872026-08-13T23:45:56.313Z failed to allocate space for the new target listadding route 172.17.0.11/32 -> 10.0.0.255Aug 13 23:45:54.534
57882026-08-13T23:45:56.313Z
57892026-08-13T23:45:56.313Z INFO Aug 13 23:45:54.534Aug 13 23:45:54.534 Aug 13 23:45:54.534DEBG DEBG adding route 172.16.0.0/32 -> 10.0.0.2DEBG Aug 13 23:45:54.534replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
57902026-08-13T23:45:56.313Z
57912026-08-13T23:45:56.313Z 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 } }]
57922026-08-13T23:45:56.313Z
57932026-08-13T23:45:56.313Z replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.534
57942026-08-13T23:45:56.313Z INFOAug 13 23:45:54.534 adding route 172.17.0.28/32 -> 10.0.0.255DEBG
57952026-08-13T23:45:56.313Z Aug 13 23:45:54.534replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Aug 13 23:45:54.534INFO
57962026-08-13T23:45:56.313ZDEBG adding route 172.17.0.12/32 -> 10.0.0.255failed to allocate space for the new target listAug 13 23:45:54.534
57972026-08-13T23:45:56.313Z
57982026-08-13T23:45:56.313ZAug 13 23:45:54.534 DEBGDEBG Aug 13 23:45:54.534replacing 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 } }]
57992026-08-13T23:45:56.313ZDEBG 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }]
58002026-08-13T23:45:56.313Z
58012026-08-13T23:45:56.313ZAug 13 23:45:54.534 INFO Aug 13 23:45:54.534adding route 172.17.0.29/32 -> 10.0.0.255
58022026-08-13T23:45:56.313ZINFO adding route 172.17.0.13/32 -> 10.0.0.255
58032026-08-13T23:45:56.313ZAug 13 23:45:54.534 DEBGAug 13 23:45:54.534 replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
58042026-08-13T23:45:56.313Z 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 } }]
58052026-08-13T23:45:56.313ZAug 13 23:45:54.534 Aug 13 23:45:54.534INFO INFOAug 13 23:45:54.534 adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.14/32 -> 10.0.0.255
58062026-08-13T23:45:56.313Z
58072026-08-13T23:45:56.313Ztest route::tests::delete_target_fragmented ... ok
58082026-08-13T23:45:56.313ZDEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.534
58092026-08-13T23:45:56.313Z Aug 13 23:45:54.534DEBG 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 } }]
58102026-08-13T23:45:56.313ZAug 13 23:45:54.534replacing 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 } }]
58112026-08-13T23:45:56.313ZINFO adding route 172.17.0.56/32 -> 10.0.0.255
58122026-08-13T23:45:56.314ZAug 13 23:45:54.534Aug 13 23:45:54.534 INFOAug 13 23:45:54.534 adding route 172.17.0.15/32 -> 10.0.0.255INFODEBG
58132026-08-13T23:45:56.314Zreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255
58142026-08-13T23:45:56.314Z
58152026-08-13T23:45:56.314ZAug 13 23:45:54.540 DEBG Aug 13 23:45:54.540replacing 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 } }]
58162026-08-13T23:45:56.314ZINFO adding route 172.17.0.57/32 -> 10.0.0.255
58172026-08-13T23:45:56.314ZAug 13 23:45:54.540Aug 13 23:45:54.540 INFODEBG adding route 172.17.0.32/32 -> 10.0.0.255Aug 13 23:45:54.540
58182026-08-13T23:45:56.314Z Aug 13 23:45:54.540DEBG DEBGreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
58192026-08-13T23:45:56.314Z
58202026-08-13T23:45:56.314Zreplacing 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 } }]
58212026-08-13T23:45:56.318ZAug 13 23:45:54.540 Aug 13 23:45:54.540INFOAug 13 23:45:54.540 INFOINFO adding route 172.17.0.33/32 -> 10.0.0.255
58222026-08-13T23:45:56.318Zadding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255
58232026-08-13T23:45:56.318Z
58242026-08-13T23:45:56.318ZAug 13 23:45:54.540 Aug 13 23:45:54.540DEBGAug 13 23:45:54.540 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 } }]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 } }]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 } }]
58252026-08-13T23:45:56.318Z
58262026-08-13T23:45:56.318Z
58272026-08-13T23:45:56.318ZAug 13 23:45:54.540Aug 13 23:45:54.540 Aug 13 23:45:54.540INFO INFOINFO adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255
58282026-08-13T23:45:56.318Z
58292026-08-13T23:45:56.318Z adding route 172.17.0.59/32 -> 10.0.0.255
58302026-08-13T23:45:56.318ZAug 13 23:45:54.540Aug 13 23:45:54.540 Aug 13 23:45:54.540DEBGDEBG 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 } }]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 } }]
58312026-08-13T23:45:56.318Z
58322026-08-13T23:45:56.318Z 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 } }]
58332026-08-13T23:45:56.318ZAug 13 23:45:54.540Aug 13 23:45:54.540Aug 13 23:45:54.540 INFOINFOINFO adding route 172.17.0.35/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255
58342026-08-13T23:45:56.318Z
58352026-08-13T23:45:56.318Zadding route 172.17.0.18/32 -> 10.0.0.255
58362026-08-13T23:45:56.318ZAug 13 23:45:54.540Aug 13 23:45:54.540 Aug 13 23:45:54.540 DEBG 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 } }]
58372026-08-13T23:45:56.319Zreplacing 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.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 } }]
58382026-08-13T23:45:56.319Z
58392026-08-13T23:45:56.319ZAug 13 23:45:54.540 Aug 13 23:45:54.540Aug 13 23:45:54.540 INFOINFO adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.19/32 -> 10.0.0.255
58402026-08-13T23:45:56.319Z
58412026-08-13T23:45:56.319ZAug 13 23:45:54.540Aug 13 23:45:54.540 DEBGDEBG DEBGreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
58422026-08-13T23:45:56.319Zfailed to allocate space for the new target list
58432026-08-13T23:45:56.319Z
58442026-08-13T23:45:56.319ZAug 13 23:45:54.540 Aug 13 23:45:54.540Aug 13 23:45:54.540INFO INFOadding route 172.17.0.37/32 -> 10.0.0.255
58452026-08-13T23:45:56.319ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.20/32 -> 10.0.0.255Aug 13 23:45:54.540
58462026-08-13T23:45:56.319Z
58472026-08-13T23:45:56.319Z 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 } }]
58482026-08-13T23:45:56.319ZAug 13 23:45:54.540 DEBG Aug 13 23:45:54.540replacing 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 } }]
58492026-08-13T23:45:56.319ZINFO adding route 172.17.0.38/32 -> 10.0.0.255
58502026-08-13T23:45:56.319ZAug 13 23:45:54.540 INFO Aug 13 23:45:54.540adding route 172.17.0.21/32 -> 10.0.0.255
58512026-08-13T23:45:56.319ZDEBG 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 } }]
58522026-08-13T23:45:56.319ZAug 13 23:45:54.540 DEBGAug 13 23:45:54.540 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
58532026-08-13T23:45:56.319Z adding route 172.17.0.39/32 -> 10.0.0.255
58542026-08-13T23:45:56.319ZAug 13 23:45:54.540 INFOAug 13 23:45:54.540 adding route 172.17.0.22/32 -> 10.0.0.255DEBG
58552026-08-13T23:45:56.319Z 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 } }]
58562026-08-13T23:45:56.319ZAug 13 23:45:54.541Aug 13 23:45:54.541 INFODEBG 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 } }]
58572026-08-13T23:45:56.319Zadding route 172.17.0.40/32 -> 10.0.0.255Aug 13 23:45:54.541
58582026-08-13T23:45:56.319Z INFO adding route 172.17.0.23/32 -> 10.0.0.255
58592026-08-13T23:45:56.319ZAug 13 23:45:54.541 DEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.541
58602026-08-13T23:45:56.319Z 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 } }]
58612026-08-13T23:45:56.319ZAug 13 23:45:54.541 INFO adding route 172.17.0.41/32 -> 10.0.0.255Aug 13 23:45:54.541
58622026-08-13T23:45:56.319Z INFO adding route 172.17.0.24/32 -> 10.0.0.255
58632026-08-13T23:45:56.319ZAug 13 23:45:54.541 DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.541
58642026-08-13T23:45:56.319Z 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 } }]
58652026-08-13T23:45:56.319ZAug 13 23:45:54.541 INFO adding route 172.17.0.42/32 -> 10.0.0.255Aug 13 23:45:54.541
58662026-08-13T23:45:56.319Z INFO adding route 172.17.0.25/32 -> 10.0.0.255
58672026-08-13T23:45:56.319ZAug 13 23:45:54.541 DEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.541
58682026-08-13T23:45:56.319Z 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 } }]
58692026-08-13T23:45:56.319ZAug 13 23:45:54.541 INFO adding route 172.17.0.43/32 -> 10.0.0.255Aug 13 23:45:54.541
58702026-08-13T23:45:56.319Z INFO adding route 172.17.0.26/32 -> 10.0.0.255
58712026-08-13T23:45:56.319ZAug 13 23:45:54.541 DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:45:54.541
58722026-08-13T23:45:56.319Z 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 } }]
58732026-08-13T23:45:56.319ZAug 13 23:45:54.541 INFO adding route 172.17.0.44/32 -> 10.0.0.255Aug 13 23:45:54.541
58742026-08-13T23:45:56.319Z INFO adding route 172.17.0.27/32 -> 10.0.0.255
58752026-08-13T23:45:56.319ZAug 13 23:45:54.541 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 } }]Aug 13 23:45:54.541 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 } }]
58762026-08-13T23:45:56.320Z
58772026-08-13T23:45:56.320ZAug 13 23:45:54.541 Aug 13 23:45:54.541INFO adding route 172.17.0.28/32 -> 10.0.0.255
58782026-08-13T23:45:56.320Z INFO Aug 13 23:45:54.541adding route 172.17.0.45/32 -> 10.0.0.255
58792026-08-13T23:45:56.320ZDEBG 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 } }]
58802026-08-13T23:45:56.320ZAug 13 23:45:54.541 DEBG Aug 13 23:45:54.541replacing 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 } }]
58812026-08-13T23:45:56.320ZINFO adding route 172.17.0.29/32 -> 10.0.0.255
58822026-08-13T23:45:56.320ZAug 13 23:45:54.541 INFO Aug 13 23:45:54.541adding route 172.17.0.46/32 -> 10.0.0.255
58832026-08-13T23:45:56.320ZDEBG 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 } }]
58842026-08-13T23:45:56.320ZAug 13 23:45:54.541 DEBGAug 13 23:45:54.541 replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
58852026-08-13T23:45:56.320Z adding route 172.17.0.30/32 -> 10.0.0.255
58862026-08-13T23:45:56.320Ztest route::tests::delete_target_full ... ok
58872026-08-13T23:45:56.320ZAug 13 23:45:54.541 INFOAug 13 23:45:54.541 adding route 172.17.0.47/32 -> 10.0.0.255DEBG
58882026-08-13T23:45:56.320Z 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 } }]
58892026-08-13T23:45:56.320ZAug 13 23:45:54.541 DEBGAug 13 23:45:54.541 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
58902026-08-13T23:45:56.320Z adding route 172.17.0.31/32 -> 10.0.0.255
58912026-08-13T23:45:56.320ZAug 13 23:45:54.541 INFOAug 13 23:45:54.541 adding route 172.17.0.48/32 -> 10.0.0.255DEBG
58922026-08-13T23:45:56.320Z 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 } }]
58932026-08-13T23:45:56.320ZAug 13 23:45:54.541 Aug 13 23:45:54.541DEBG INFOreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58942026-08-13T23:45:56.320Zadding route 172.17.0.32/32 -> 10.0.0.255
58952026-08-13T23:45:56.320ZAug 13 23:45:54.541Aug 13 23:45:54.541 INFODEBG adding route 172.17.0.49/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 } }]
58962026-08-13T23:45:56.320Z
58972026-08-13T23:45:56.320ZAug 13 23:45:54.541Aug 13 23:45:54.541 INFODEBG adding route 172.17.0.33/32 -> 10.0.0.255replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58982026-08-13T23:45:56.320Ztest route::tests::delete_targets_full ... ok
58992026-08-13T23:45:56.320Z
59002026-08-13T23:45:56.320Z
59012026-08-13T23:45:56.320ZAug 13 23:45:54.541Aug 13 23:45:54.541 DEBGINFO replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255
59022026-08-13T23:45:56.320Z
59032026-08-13T23:45:56.320Ztest result: ok. 74 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
59042026-08-13T23:45:56.320Z
59052026-08-13T23:45:56.320ZAug 13 23:45:54.541Aug 13 23:45:54.541 INFODEBG adding route 172.17.0.34/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 } }]
59062026-08-13T23:45:56.320Z
59072026-08-13T23:45:56.320ZAug 13 23:45:54.541Aug 13 23:45:54.541 DEBGINFO replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255
59082026-08-13T23:45:56.320Z
59092026-08-13T23:45:56.320ZAug 13 23:45:54.541Aug 13 23:45:54.541 INFODEBG adding route 172.17.0.35/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 } }]
59102026-08-13T23:45:56.320Z
59112026-08-13T23:45:56.320ZAug 13 23:45:54.541Aug 13 23:45:54.541 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.52/32 -> 10.0.0.255
59122026-08-13T23:45:56.320Z
59132026-08-13T23:45:56.320ZAug 13 23:45:54.541Aug 13 23:45:54.541 INFODEBG adding route 172.17.0.36/32 -> 10.0.0.255replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59142026-08-13T23:45:56.320Z
59152026-08-13T23:45:56.320ZAug 13 23:45:54.541Aug 13 23:45:54.541 DEBGINFO replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.53/32 -> 10.0.0.255
59162026-08-13T23:45:56.321Z
59172026-08-13T23:45:56.321ZAug 13 23:45:54.541Aug 13 23:45:54.541 DEBGINFO replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.37/32 -> 10.0.0.255
59182026-08-13T23:45:56.321Z
59192026-08-13T23:45:56.321ZAug 13 23:45:54.541Aug 13 23:45:54.541 DEBGINFO replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255
59202026-08-13T23:45:56.321Z
59212026-08-13T23:45:56.325ZAug 13 23:45:54.541Aug 13 23:45:54.541 DEBGINFO replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.38/32 -> 10.0.0.255
59222026-08-13T23:45:56.325Z
59232026-08-13T23:45:56.325ZAug 13 23:45:54.541Aug 13 23:45:54.541 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.55/32 -> 10.0.0.255
59242026-08-13T23:45:56.325Z
59252026-08-13T23:45:56.325ZAug 13 23:45:54.541Aug 13 23:45:54.541 INFODEBG adding route 172.17.0.39/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 } }]
59262026-08-13T23:45:56.325Z
59272026-08-13T23:45:56.325ZAug 13 23:45:54.541Aug 13 23:45:54.541 INFODEBG adding route 172.17.0.56/32 -> 10.0.0.255replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59282026-08-13T23:45:56.325Z
59292026-08-13T23:45:56.325ZAug 13 23:45:54.541Aug 13 23:45:54.541 DEBGINFO replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.40/32 -> 10.0.0.255
59302026-08-13T23:45:56.325Z
59312026-08-13T23:45:56.325ZAug 13 23:45:54.541Aug 13 23:45:54.541 DEBGINFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.57/32 -> 10.0.0.255
59322026-08-13T23:45:56.325Z
59332026-08-13T23:45:56.325ZAug 13 23:45:54.541Aug 13 23:45:54.541 INFODEBG adding route 172.17.0.41/32 -> 10.0.0.255replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59342026-08-13T23:45:56.325Z
59352026-08-13T23:45:56.325ZAug 13 23:45:54.597 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 } }]
59362026-08-13T23:45:56.325ZAug 13 23:45:54.597 Aug 13 23:45:54.597INFO INFOadding route 172.17.0.58/32 -> 10.0.0.255
59372026-08-13T23:45:56.325Zadding route 172.17.0.42/32 -> 10.0.0.255
59382026-08-13T23:45:56.325ZAug 13 23:45:54.597Aug 13 23:45:54.597 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 } }]
59392026-08-13T23:45:56.325ZAug 13 23:45:54.597 INFO adding route 172.17.0.43/32 -> 10.0.0.255
59402026-08-13T23:45:56.325Z Aug 13 23:45:54.597DEBG DEBGreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59412026-08-13T23:45:56.325Zreplacing 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 } }]
59422026-08-13T23:45:56.325ZAug 13 23:45:54.597Aug 13 23:45:54.597 INFOINFO adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.44/32 -> 10.0.0.255
59432026-08-13T23:45:56.325Z
59442026-08-13T23:45:56.325ZAug 13 23:45:54.597Aug 13 23:45:54.597 DEBGDEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
59452026-08-13T23:45:56.325Z
59462026-08-13T23:45:56.325ZAug 13 23:45:54.597Aug 13 23:45:54.597 INFOINFO adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255
59472026-08-13T23:45:56.326Z
59482026-08-13T23:45:56.326ZAug 13 23:45:54.597Aug 13 23:45:54.597 DEBGDEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
59492026-08-13T23:45:56.326Z
59502026-08-13T23:45:56.326ZAug 13 23:45:54.597Aug 13 23:45:54.597 INFOINFO adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.61/32 -> 10.0.0.255
59512026-08-13T23:45:56.326Z
59522026-08-13T23:45:56.326ZAug 13 23:45:54.597Aug 13 23:45:54.597 DEBGDEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
59532026-08-13T23:45:56.326Z
59542026-08-13T23:45:56.326ZAug 13 23:45:54.597Aug 13 23:45:54.597 INFOINFO adding route 172.17.0.62/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255
59552026-08-13T23:45:56.326Z
59562026-08-13T23:45:56.326ZAug 13 23:45:54.597Aug 13 23:45:54.597 DEBGDEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
59572026-08-13T23:45:56.326Z
59582026-08-13T23:45:56.326ZAug 13 23:45:54.597Aug 13 23:45:54.597 DEBGINFO failed to allocate space for the new target listadding route 172.17.0.48/32 -> 10.0.0.255
59592026-08-13T23:45:56.326Z
59602026-08-13T23:45:56.326ZAug 13 23:45:54.597Aug 13 23:45:54.597 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 } }]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 } }]
59612026-08-13T23:45:56.326Z
59622026-08-13T23:45:56.326ZAug 13 23:45:54.597 INFO adding route 172.17.0.49/32 -> 10.0.0.255
59632026-08-13T23:45:56.326ZAug 13 23:45:54.597 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 } }]
59642026-08-13T23:45:56.326ZAug 13 23:45:54.597 INFO adding route 172.17.0.50/32 -> 10.0.0.255
59652026-08-13T23:45:56.326ZAug 13 23:45:54.597 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 } }]
59662026-08-13T23:45:56.326ZAug 13 23:45:54.597 INFO adding route 172.17.0.51/32 -> 10.0.0.255
59672026-08-13T23:45:56.326ZAug 13 23:45:54.597 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 } }]
59682026-08-13T23:45:56.326ZAug 13 23:45:54.597 INFO adding route 172.17.0.52/32 -> 10.0.0.255
59692026-08-13T23:45:56.326ZAug 13 23:45:54.597 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 } }]
59702026-08-13T23:45:56.326ZAug 13 23:45:54.597 INFO adding route 172.17.0.53/32 -> 10.0.0.255
59712026-08-13T23:45:56.326ZAug 13 23:45:54.597 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 } }]
59722026-08-13T23:45:56.326ZAug 13 23:45:54.597 INFO adding route 172.17.0.54/32 -> 10.0.0.255
59732026-08-13T23:45:56.326ZAug 13 23:45:54.597 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 } }]
59742026-08-13T23:45:56.326ZAug 13 23:45:54.597 INFO adding route 172.17.0.55/32 -> 10.0.0.255
59752026-08-13T23:45:56.326ZAug 13 23:45:54.597 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 } }]
59762026-08-13T23:45:56.326ZAug 13 23:45:54.597 INFO adding route 172.17.0.56/32 -> 10.0.0.255
59772026-08-13T23:45:56.326ZAug 13 23:45:54.597 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 } }]
59782026-08-13T23:45:56.326ZAug 13 23:45:54.597 INFO adding route 172.17.0.57/32 -> 10.0.0.255
59792026-08-13T23:45:56.326ZAug 13 23:45:54.597 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 } }]
59802026-08-13T23:45:56.326ZAug 13 23:45:54.597 INFO adding route 172.17.0.58/32 -> 10.0.0.255
59812026-08-13T23:45:56.326ZAug 13 23:45:54.597 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 } }]
59822026-08-13T23:45:56.326ZAug 13 23:45:54.597 INFO adding route 172.17.0.59/32 -> 10.0.0.255
59832026-08-13T23:45:56.326ZAug 13 23:45:54.597 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 } }]
59842026-08-13T23:45:56.326ZAug 13 23:45:54.597 INFO adding route 172.17.0.60/32 -> 10.0.0.255
59852026-08-13T23:45:56.326ZAug 13 23:45:54.597 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 } }]
59862026-08-13T23:45:56.326ZAug 13 23:45:54.597 DEBG failed to allocate space for the new target list
59872026-08-13T23:45:56.327ZAug 13 23:45:54.597 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 } }]
59882026-08-13T23:45:56.327Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-87e1c72674414b03)
59892026-08-13T23:45:56.327Z
59902026-08-13T23:45:56.327Zrunning 0 tests
59912026-08-13T23:45:56.327Z
59922026-08-13T23:45:56.327Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59932026-08-13T23:45:56.327Z
59942026-08-13T23:45:56.327Z Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024)
59952026-08-13T23:45:56.327Z
59962026-08-13T23:45:56.327Zrunning 0 tests
59972026-08-13T23:45:56.327Z
59982026-08-13T23:45:56.327Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59992026-08-13T23:45:56.327Z
60002026-08-13T23:45:56.327Z Running unittests src/lib.rs (target/debug/deps/dpd_client-e93a99ac5e645656)
60012026-08-13T23:45:56.327Z
60022026-08-13T23:45:56.327Zrunning 6 tests
60032026-08-13T23:45:56.327Ztest tests::test_full_lot_id_neither_present ... ok
60042026-08-13T23:45:56.327Ztest tests::test_full_lot_id_lotnum_only ... ok
60052026-08-13T23:45:56.327Ztest tests::test_full_lot_id_lot_only ... ok
60062026-08-13T23:45:56.327Ztest tests::test_full_lot_id_both_present ... ok
60072026-08-13T23:45:56.327Ztest tests::test_parse_client_port_id ... ok
60082026-08-13T23:45:56.327Ztest tests::test_port_id_cmp ... ok
60092026-08-13T23:45:56.327Z
60102026-08-13T23:45:56.327Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60112026-08-13T23:45:56.327Z
60122026-08-13T23:45:56.327Z Running tests/test_all.rs (target/debug/deps/test_all-cd4e053c312dafad)
60132026-08-13T23:45:56.327Z
60142026-08-13T23:45:56.327Zrunning 0 tests
60152026-08-13T23:45:56.327Z
60162026-08-13T23:45:56.327Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60172026-08-13T23:45:56.327Z
60182026-08-13T23:45:56.327Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21)
60192026-08-13T23:45:56.327Z
60202026-08-13T23:45:56.327Zrunning 0 tests
60212026-08-13T23:45:56.331Z
60222026-08-13T23:45:56.331Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60232026-08-13T23:45:56.331Z
60242026-08-13T23:45:56.331Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62)
60252026-08-13T23:45:56.331Z
60262026-08-13T23:45:56.331Zrunning 1 test
60272026-08-13T23:45:56.331Ztest impls::nat::tests::test_nat_tag_parsing ... ok
60282026-08-13T23:45:56.332Z
60292026-08-13T23:45:56.332Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60302026-08-13T23:45:56.332Z
60312026-08-13T23:45:56.332Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
60322026-08-13T23:45:56.332Z
60332026-08-13T23:45:56.332Zrunning 12 tests
60342026-08-13T23:45:56.332Ztest lldp::test_lldp_parse ... ok
60352026-08-13T23:45:56.332Ztest icmp::test_v4_checksum ... ok
60362026-08-13T23:45:56.332Ztest icmp::test_v6_checksum ... ok
60372026-08-13T23:45:56.332Ztest pbuf::test_byte ... ok
60382026-08-13T23:45:56.332Ztest ipv6::test_ipv6_parse ... ok
60392026-08-13T23:45:56.332Ztest pbuf::test_nibble ... ok
60402026-08-13T23:45:56.332Ztest pbuf::test_overflow ... ok
60412026-08-13T23:45:56.332Ztest pbuf::test_short ... ok
60422026-08-13T23:45:56.332Ztest pbuf::test_twelve ... ok
60432026-08-13T23:45:56.332Ztest pbuf::test_word ... ok
60442026-08-13T23:45:56.332Ztest tcp::test_checksum_syn_nodata ... ok
60452026-08-13T23:45:56.332Ztest tcp::test_checksum_ack_data ... ok
60462026-08-13T23:45:56.332Z
60472026-08-13T23:45:56.332Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60482026-08-13T23:45:56.332Z
60492026-08-13T23:45:56.332Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
60502026-08-13T23:45:56.332Z
60512026-08-13T23:45:56.332Zrunning 0 tests
60522026-08-13T23:45:56.332Z
60532026-08-13T23:45:56.332Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60542026-08-13T23:45:56.332Z
60552026-08-13T23:45:56.332Z Running unittests src/main.rs (target/debug/deps/swadm-a3679a13f591bf3d)
60562026-08-13T23:45:56.336Z
60572026-08-13T23:45:56.336Zrunning 5 tests
60582026-08-13T23:45:56.336Ztest switchport::test::test_compute_lanes ... ok
60592026-08-13T23:45:56.336Ztest switchport::test::port_id_ordering ... ok
60602026-08-13T23:45:56.336Z Lane 0 Lane 0Lane 1 Lane 1Lane 2 Lane 2 Lane 3Lane 3
60612026-08-13T23:45:56.336Z
60622026-08-13T23:45:56.336Z Rx Loss-of-lock: Yes State: Activated YesActivated ActivatedYes ActivatedYes
60632026-08-13T23:45:56.336Z
60642026-08-13T23:45:56.336Z Rx Output Enabled: false Rx Loss-of-signal: Yes false Yes false falseYes
60652026-08-13T23:45:56.336ZYes
60662026-08-13T23:45:56.336Z Rx Output Status: valid Rx CDR Enabled: Yesvalid validYes valid
60672026-08-13T23:45:56.336ZYes Rx Loss-of-lock: trueYes
60682026-08-13T23:45:56.336Ztrue Tx Enabled: Yes trueYes trueYes
60692026-08-13T23:45:56.336Z Yes
60702026-08-13T23:45:56.336Z Rx Loss-of-signal: false Tx Loss-of-lock: Nofalse Nofalse falseNo
60712026-08-13T23:45:56.336Z NoRx Auto-squelch Disable: true
60722026-08-13T23:45:56.336Z Tx Loss-of-signal: No trueNo true Notrue
60732026-08-13T23:45:56.336ZNo
60742026-08-13T23:45:56.336Z Tx Output Enabled: true Tx CDR Enabled: No trueNo trueNo trueNo
60752026-08-13T23:45:56.336Z
60762026-08-13T23:45:56.336Z Tx Adaptive EQ Fault: No Tx Output Status: invalid invalidNo invalidNo invalid
60772026-08-13T23:45:56.336ZNo
60782026-08-13T23:45:56.336Z Tx Loss-of-lock: false Tx Fault: Yes falseYes falseYes false
60792026-08-13T23:45:56.336ZYes
60802026-08-13T23:45:56.336Z Tx Loss-of-signal: true true true true
60812026-08-13T23:45:56.336ZTx Auto-squelch Disable: false false false false
60822026-08-13T23:45:56.337Z Tx Adaptive EQ Fail: true true true true
60832026-08-13T23:45:56.337Z Tx Failure: false false false false
60842026-08-13T23:45:56.337Z Tx Force Squelch: true true true true
60852026-08-13T23:45:56.337Z Tx Input Polarity: normal normal normal normal
60862026-08-13T23:45:56.337Ztest switchport::test::test_print_sff_datapath ... ok
60872026-08-13T23:45:56.337Ztest switchport::test::test_print_cmis_datapath ... ok
60882026-08-13T23:45:56.337Ztest link::test_filter ... ok
60892026-08-13T23:45:56.337Z
60902026-08-13T23:45:56.337Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60912026-08-13T23:45:56.337Z
60922026-08-13T23:45:56.337Z Running tests/counters.rs (target/debug/deps/counters-44b77fc1e066a7a8)
60932026-08-13T23:45:56.337Z
60942026-08-13T23:45:56.337Zrunning 1 test
60952026-08-13T23:45:56.337Ztest test_p4_counter_list ... ignored
60962026-08-13T23:45:56.337Z
60972026-08-13T23:45:56.337Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
60982026-08-13T23:45:56.337Z
60992026-08-13T23:45:56.337Z Running tests/port-link.rs (target/debug/deps/port_link-6b949add9958a0e7)
61002026-08-13T23:45:56.340Z
61012026-08-13T23:45:56.341Zrunning 5 tests
61022026-08-13T23:45:56.341Ztest test_an ... ignored
61032026-08-13T23:45:56.341Ztest test_enable ... ignored
61042026-08-13T23:45:56.341Ztest test_ip_addresses ... ignored
61052026-08-13T23:45:56.341Ztest test_kr ... ignored
61062026-08-13T23:45:56.341Ztest test_mac ... ignored
61072026-08-13T23:45:56.341Z
61082026-08-13T23:45:56.341Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
61092026-08-13T23:45:56.341Z
61102026-08-13T23:45:56.341Z Running unittests src/main.rs (target/debug/deps/tfportd-b79f97b4380a5c75)
61112026-08-13T23:45:56.341Z
61122026-08-13T23:45:56.341Zrunning 3 tests
61132026-08-13T23:45:56.344Ztest linklocal::test_parse_ipadm ... ok
61142026-08-13T23:45:56.344Ztest tfport::test_parse_tfport ... ok
61152026-08-13T23:45:56.344Ztest config::tests::test_updates ... ok
61162026-08-13T23:45:56.344Z
61172026-08-13T23:45:56.344Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61182026-08-13T23:45:56.344Z
61192026-08-13T23:45:56.344Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
61202026-08-13T23:45:56.344Z
61212026-08-13T23:45:56.344Zrunning 0 tests
61222026-08-13T23:45:56.344Z
61232026-08-13T23:45:56.344Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61242026-08-13T23:45:56.344Z
61252026-08-13T23:45:56.344Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
61262026-08-13T23:45:56.347Z
61272026-08-13T23:45:56.347Zrunning 0 tests
61282026-08-13T23:45:56.347Z
61292026-08-13T23:45:56.347Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61302026-08-13T23:45:56.347Z
61312026-08-13T23:45:56.347Z Doc-tests aal
61322026-08-13T23:45:56.468Z
61332026-08-13T23:45:56.468Zrunning 0 tests
61342026-08-13T23:45:56.468Z
61352026-08-13T23:45:56.468Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61362026-08-13T23:45:56.468Z
61372026-08-13T23:45:56.485Z Doc-tests aal_macros
61382026-08-13T23:45:56.552Z
61392026-08-13T23:45:56.552Zrunning 0 tests
61402026-08-13T23:45:56.552Z
61412026-08-13T23:45:56.552Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61422026-08-13T23:45:56.552Z
61432026-08-13T23:45:56.562Z Doc-tests common
61442026-08-13T23:45:56.797Z
61452026-08-13T23:45:56.797Zrunning 0 tests
61462026-08-13T23:45:56.797Z
61472026-08-13T23:45:56.797Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61482026-08-13T23:45:56.797Z
61492026-08-13T23:45:56.818Z Doc-tests dpd_api
61502026-08-13T23:45:57.572Z
61512026-08-13T23:45:57.572Zrunning 2 tests
61522026-08-13T23:45:57.572Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 78) ... ignored
61532026-08-13T23:45:57.573Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 84) ... ignored
61542026-08-13T23:45:57.573Z
61552026-08-13T23:45:57.573Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
61562026-08-13T23:45:57.573Z
61572026-08-13T23:45:57.604Z Doc-tests dpd_client
61582026-08-13T23:45:58.909Z
61592026-08-13T23:45:58.909Zrunning 0 tests
61602026-08-13T23:45:58.909Z
61612026-08-13T23:45:58.909Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61622026-08-13T23:45:58.909Z
61632026-08-13T23:45:58.956Z Doc-tests dpd_types
61642026-08-13T23:45:59.168Z
61652026-08-13T23:45:59.168Zrunning 0 tests
61662026-08-13T23:45:59.168Z
61672026-08-13T23:45:59.168Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61682026-08-13T23:45:59.168Z
61692026-08-13T23:45:59.195Z Doc-tests dpd_types_versions
61702026-08-13T23:46:00.436Z
61712026-08-13T23:46:00.436Zrunning 1 test
61722026-08-13T23:46:00.436Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
61732026-08-13T23:46:00.436Z
61742026-08-13T23:46:00.436Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
61752026-08-13T23:46:00.436Z
61762026-08-13T23:46:00.483Z Doc-tests packet
61772026-08-13T23:46:00.596Z
61782026-08-13T23:46:00.596Zrunning 0 tests
61792026-08-13T23:46:00.596Z
61802026-08-13T23:46:00.596Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61812026-08-13T23:46:00.596Z
61822026-08-13T23:46:00.611Z Doc-tests pcap
61832026-08-13T23:46:00.664Z
61842026-08-13T23:46:00.664Zrunning 0 tests
61852026-08-13T23:46:00.664Z
61862026-08-13T23:46:00.664Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61872026-08-13T23:46:00.664Z
61882026-08-13T23:46:00.711Z+ for feat in tofino_stub tofino_asic softnpu chaos
61892026-08-13T23:46:00.711Z+ RUST_BACKTRACE=full
61902026-08-13T23:46:00.711Z+ cargo test --features softnpu --no-fail-fast
61912026-08-13T23:46:01.368Z Compiling num-integer v0.1.46
61922026-08-13T23:46:01.455Z Compiling num-complex v0.4.6
61932026-08-13T23:46:01.501Z Compiling bitstruct_derive v0.1.0
61942026-08-13T23:46:01.504Z Compiling tap v1.0.1
61952026-08-13T23:46:01.623Z Compiling wyz v0.5.1
61962026-08-13T23:46:01.747Z Compiling num-iter v0.1.45
61972026-08-13T23:46:01.782Z Compiling num-rational v0.4.2
61982026-08-13T23:46:01.798Z Compiling num-bigint v0.4.6
61992026-08-13T23:46:01.877Z Compiling radium v0.7.0
62002026-08-13T23:46:01.891Z Compiling funty v2.0.0
62012026-08-13T23:46:01.956Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
62022026-08-13T23:46:01.988Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62032026-08-13T23:46:02.081Z Compiling num v0.4.3
62042026-08-13T23:46:02.164Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62052026-08-13T23:46:02.194Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62062026-08-13T23:46:02.205Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62072026-08-13T23:46:02.293Z Compiling bitvec v1.0.1
62082026-08-13T23:46:02.325Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62092026-08-13T23:46:02.461Z Compiling typeid v1.0.3
62102026-08-13T23:46:02.502Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
62112026-08-13T23:46:02.552Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62122026-08-13T23:46:02.581Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62132026-08-13T23:46:02.623Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62142026-08-13T23:46:02.742Z Compiling ascii v1.1.0
62152026-08-13T23:46:03.169Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62162026-08-13T23:46:03.394Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62172026-08-13T23:46:03.500Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62182026-08-13T23:46:03.527Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
62192026-08-13T23:46:03.704Z Compiling erased-serde v0.4.8
62202026-08-13T23:46:03.707Z Compiling bitstruct v0.1.1
62212026-08-13T23:46:03.766Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
62222026-08-13T23:46:03.813Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62232026-08-13T23:46:03.950Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
62242026-08-13T23:46:04.407Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
62252026-08-13T23:46:04.526Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62262026-08-13T23:46:04.589Z Compiling serde_arrays v0.1.0
62272026-08-13T23:46:04.589Z Compiling libloading v0.7.4
62282026-08-13T23:46:04.729Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
62292026-08-13T23:46:04.827Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
62302026-08-13T23:46:05.007Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62312026-08-13T23:46:05.551Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62322026-08-13T23:46:06.796Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
62332026-08-13T23:46:07.566Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
62342026-08-13T23:46:13.537Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62352026-08-13T23:46:13.758Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
62362026-08-13T23:46:13.766Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62372026-08-13T23:46:13.825Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62382026-08-13T23:46:13.841Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62392026-08-13T23:46:14.380Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
62402026-08-13T23:46:15.011Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62412026-08-13T23:46:16.341Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62422026-08-13T23:46:19.083Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
62432026-08-13T23:46:19.978Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
62442026-08-13T23:46:22.292Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62452026-08-13T23:46:22.409Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62462026-08-13T23:46:22.662Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
62472026-08-13T23:46:23.655Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
62482026-08-13T23:46:31.352Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62492026-08-13T23:46:33.667Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62502026-08-13T23:46:37.084Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
62512026-08-13T23:47:18.998Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 18s
62522026-08-13T23:47:19.119Z Running unittests src/lib.rs (target/debug/deps/aal-affad6fdfabd907a)
62532026-08-13T23:47:19.123Z
62542026-08-13T23:47:19.123Zrunning 5 tests
62552026-08-13T23:47:19.123Ztest fuse::tests::chip_revision_b0 ... ok
62562026-08-13T23:47:19.123Ztest fuse::tests::chip_revision_unknown_device_id ... ok
62572026-08-13T23:47:19.123Ztest fuse::tests::chip_revision_a0 ... ok
62582026-08-13T23:47:19.123Ztest fuse::tests::chip_revision_b1 ... ok
62592026-08-13T23:47:19.123Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
62602026-08-13T23:47:19.123Z
62612026-08-13T23:47:19.123Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62622026-08-13T23:47:19.123Z
62632026-08-13T23:47:19.126Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
62642026-08-13T23:47:19.129Z
62652026-08-13T23:47:19.129Zrunning 0 tests
62662026-08-13T23:47:19.129Z
62672026-08-13T23:47:19.129Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62682026-08-13T23:47:19.129Z
62692026-08-13T23:47:19.129Z Running unittests src/lib.rs (target/debug/deps/asic-e67036ebfb68f0c4)
62702026-08-13T23:47:19.132Z
62712026-08-13T23:47:19.132Zrunning 0 tests
62722026-08-13T23:47:19.132Z
62732026-08-13T23:47:19.132Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62742026-08-13T23:47:19.133Z
62752026-08-13T23:47:19.133Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
62762026-08-13T23:47:19.136Z
62772026-08-13T23:47:19.136Zrunning 10 tests
62782026-08-13T23:47:19.139Ztest nat::tests::test_vni ... ok
62792026-08-13T23:47:19.139Ztest network::tests::test_equal ... ok
62802026-08-13T23:47:19.139Ztest network::tests::test_eui64 ... ok
62812026-08-13T23:47:19.139Ztest network::tests::test_into ... ok
62822026-08-13T23:47:19.140Ztest network::tests::test_generate_ipv6_link_local ... ok
62832026-08-13T23:47:19.140Ztest network::tests::test_not_equal ... ok
62842026-08-13T23:47:19.140Ztest network::tests::test_parse ... ok
62852026-08-13T23:47:19.140Ztest network::tests::test_to_string ... ok
62862026-08-13T23:47:19.140Ztest test_purge ... ok
62872026-08-13T23:47:19.143Ztest illumos::test::address_exists_handles_missing_object ... ok
62882026-08-13T23:47:19.143Z
62892026-08-13T23:47:19.143Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
62902026-08-13T23:47:19.143Z
62912026-08-13T23:47:19.146Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-0e5bd5cdf8c4ffbd)
62922026-08-13T23:47:19.150Z
62932026-08-13T23:47:19.150Zrunning 1 test
62942026-08-13T23:47:19.153Z -------
62952026-08-13T23:47:19.153Z Generating OpenAPI documents from API definitions ...
62962026-08-13T23:47:19.299Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
62972026-08-13T23:47:19.375Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
62982026-08-13T23:47:20.370Z -------
62992026-08-13T23:47:20.370Z Checking 13 OpenAPI documents...
63002026-08-13T23:47:20.370Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
63012026-08-13T23:47:20.370Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
63022026-08-13T23:47:20.370Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
63032026-08-13T23:47:20.370Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
63042026-08-13T23:47:20.374Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
63052026-08-13T23:47:20.374Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
63062026-08-13T23:47:20.374Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
63072026-08-13T23:47:20.374Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
63082026-08-13T23:47:20.374Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
63092026-08-13T23:47:20.374Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
63102026-08-13T23:47:20.374Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
63112026-08-13T23:47:20.374Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
63122026-08-13T23:47:20.374Z Fresh dpd (versioned v13.0.0 (added locally)): Oxide Switch Dataplane Controller
63132026-08-13T23:47:20.374Z Fresh dpd "latest" symlink
63142026-08-13T23:47:20.374Z -------
63152026-08-13T23:47:20.374Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
63162026-08-13T23:47:20.438Ztest test::test_apis_up_to_date ... ok
63172026-08-13T23:47:20.438Z
63182026-08-13T23:47:20.438Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.29s
63192026-08-13T23:47:20.438Z
63202026-08-13T23:47:20.499Z Running unittests src/main.rs (target/debug/deps/dpd-95da137ea5c9df79)
63212026-08-13T23:47:20.505Z
63222026-08-13T23:47:20.505Zrunning 42 tests
63232026-08-13T23:47:20.508Ztest freemap::test_ordering ... ok
63242026-08-13T23:47:20.509Ztest config::tests::test_updates ... ok
63252026-08-13T23:47:20.509Ztest dhcpv6::tests::test_create_duid_bytes ... ok
63262026-08-13T23:47:20.509Ztest freemap::test_split ... ok
63272026-08-13T23:47:20.509Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
63282026-08-13T23:47:20.509Ztest macaddrs::tests::test_mac_offset ... ok
63292026-08-13T23:47:20.514Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
63302026-08-13T23:47:20.514Ztest macaddrs::tests::test_parse_port_id ... ok
63312026-08-13T23:47:20.514ZAug 13 23:47:18.816Aug 13 23:47:18.816 DEBGDEBG created new freemapcreated new freemap, , unitunit:: freemap_testfreemap_test
63322026-08-13T23:47:20.514Z
63332026-08-13T23:47:20.514ZAug 13 23:47:18.817 Aug 13 23:47:18.817DEBG DEBGinitted freemap. size: 128 Aug 13 23:47:18.817, unitDEBG:initted freemap. size: 128 , freemap_testcreated new freemap
63342026-08-13T23:47:20.514Z, unitunit:: freemap_testfreemap_test
63352026-08-13T23:47:20.514ZAug 13 23:47:18.817
63362026-08-13T23:47:20.514Z DEBG reset freemapAug 13 23:47:18.817, Aug 13 23:47:18.817unit :DEBG freemap_testinitted freemap. size: 128 ,
63372026-08-13T23:47:20.514ZunitDEBG: reset freemapfreemap_test,
63382026-08-13T23:47:20.514Zunit: freemap_test
63392026-08-13T23:47:20.514ZAug 13 23:47:18.817 DEBG reset freemap, unit: freemap_test
63402026-08-13T23:47:20.514ZAug 13 23:47:18.817 DEBG created new freemap, unit: freemap_test
63412026-08-13T23:47:20.514ZAug 13 23:47:18.817 DEBG initted freemap. size: 128, unit: freemap_test
63422026-08-13T23:47:20.515ZAug 13 23:47:18.817 DEBG reset freemap, unit: freemap_test
63432026-08-13T23:47:20.515Ztest freemap::test_exhaustion ... ok
63442026-08-13T23:47:20.515Ztest freemap::test_basic ... ok
63452026-08-13T23:47:20.515Ztest freemap::test_free ... ok
63462026-08-13T23:47:20.515Ztest freemap::test_reclaim ... ok
63472026-08-13T23:47:20.515Ztest nat::tagged_tests::test_plan_add_remove_retarget ... ok
63482026-08-13T23:47:20.515Ztest nat::tagged_tests::test_plan_conflict_does_not_block_others ... ok
63492026-08-13T23:47:20.515Ztest nat::tagged_tests::test_plan_empty_to_n ... ok
63502026-08-13T23:47:20.515Ztest nat::tagged_tests::test_plan_conflicts ... ok
63512026-08-13T23:47:20.515Ztest nat::tagged_tests::test_plan_identical_is_all_unchanged ... ok
63522026-08-13T23:47:20.515Ztest nat::tagged_tests::test_plan_two_tags_coexist ... ok
63532026-08-13T23:47:20.515Ztest nat::test_mapping ... ok
63542026-08-13T23:47:20.515Ztest nat::tagged_tests::test_tag_excluded_from_entry_equality ... ok
63552026-08-13T23:47:20.515Ztest nat::tagged_tests::test_plan_ipv6 ... ok
63562026-08-13T23:47:20.515Ztest port_map::tests::test_backplane_group ... ok
63572026-08-13T23:47:20.515Ztest port_map::tests::test_port_map ... ok
63582026-08-13T23:47:20.515Ztest port_map::tests::dump_map ... ok
63592026-08-13T23:47:20.515ZAug 13 23:47:18.818 DEBG created new freemap, unit: freemap_test
63602026-08-13T23:47:20.515ZAug 13 23:47:18.818 DEBG initted freemap. size: 8, unit: freemap_test
63612026-08-13T23:47:20.515ZAug 13 23:47:18.818 DEBG reset freemap, unit: freemap_test
63622026-08-13T23:47:20.515Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
63632026-08-13T23:47:20.516ZAug 13 23:47:18.818 DEBG created new freemap, unit: freemap_test
63642026-08-13T23:47:20.516ZAug 13 23:47:18.818 DEBG initted freemap. size: 128, unit: freemap_test
63652026-08-13T23:47:20.516ZAug 13 23:47:18.818 DEBG reset freemap, unit: freemap_test
63662026-08-13T23:47:20.516Ztest freemap::test_span ... ok
63672026-08-13T23:47:20.516ZAug 13 23:47:18.818 DEBG created new freemap, unit: freemap_route_ipv4
63682026-08-13T23:47:20.516ZAug 13 23:47:18.818 DEBG created new freemap, unit: freemap_route_ipv6
63692026-08-13T23:47:20.516ZAug 13 23:47:18.818 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
63702026-08-13T23:47:20.516ZAug 13 23:47:18.818 DEBG reset freemap, unit: freemap_route_ipv4
63712026-08-13T23:47:20.516ZAug 13 23:47:18.818 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
63722026-08-13T23:47:20.516ZAug 13 23:47:18.818 DEBG reset freemap, unit: freemap_route_ipv6
63732026-08-13T23:47:20.516ZAug 13 23:47:18.818 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
63742026-08-13T23:47:20.516ZAug 13 23:47:18.818 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 } }]
63752026-08-13T23:47:20.516ZAug 13 23:47:18.818 DEBG created new freemap, unit: freemap_route_ipv4
63762026-08-13T23:47:20.516ZAug 13 23:47:18.818 DEBG created new freemap, unit: freemap_route_ipv6
63772026-08-13T23:47:20.516ZAug 13 23:47:18.819 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
63782026-08-13T23:47:20.516ZAug 13 23:47:18.819 DEBG reset freemap, unit: freemap_route_ipv4
63792026-08-13T23:47:20.516ZAug 13 23:47:18.819 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 13 23:47:18.819
63802026-08-13T23:47:20.516ZDEBG initted freemap. size: 64, unit: Aug 13 23:47:18.819freemap_route_ipv6
63812026-08-13T23:47:20.516ZDEBG 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 } }]
63822026-08-13T23:47:20.517ZAug 13 23:47:18.819 DEBG reset freemapAug 13 23:47:18.819, unitINFO: adding route 3fff:beef:1::/64 -> 2001:db8::55:fffreemap_route_ipv6
63832026-08-13T23:47:20.517Z
63842026-08-13T23:47:20.517ZAug 13 23:47:18.819Aug 13 23:47:18.819 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:dead::/64 -> 2001:db8::55:1
63852026-08-13T23:47:20.517Z
63862026-08-13T23:47:20.517ZAug 13 23:47:18.819Aug 13 23:47:18.819 INFODEBG adding route 3fff:beef:2::/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 } }]
63872026-08-13T23:47:20.517Z
63882026-08-13T23:47:20.517ZAug 13 23:47:18.819Aug 13 23:47:18.819 DEBGINFO replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
63892026-08-13T23:47:20.517Z
63902026-08-13T23:47:20.517ZAug 13 23:47:18.819Aug 13 23:47:18.819 INFODEBG adding route 3fff:beef:3::/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 } }]
63912026-08-13T23:47:20.517Z
63922026-08-13T23:47:20.517ZAug 13 23:47:18.819Aug 13 23:47:18.819 DEBGINFO replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
63932026-08-13T23:47:20.517Z
63942026-08-13T23:47:20.517ZAug 13 23:47:18.819Aug 13 23:47:18.819 INFODEBG adding route 3fff:beef:4::/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 } }]
63952026-08-13T23:47:20.518Z
63962026-08-13T23:47:20.518ZAug 13 23:47:18.819Aug 13 23:47:18.819 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:dead::/64 -> 2001:db8::55:2
63972026-08-13T23:47:20.518Z
63982026-08-13T23:47:20.518Ztest api_server::tests::test_build_info ... ok
63992026-08-13T23:47:20.518ZAug 13 23:47:18.819Aug 13 23:47:18.819 INFODEBG adding route 3fff:beef:5::/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 } }]
64002026-08-13T23:47:20.518Z
64012026-08-13T23:47:20.518Ztest port_map::tests::parse_softnpu_revision ... ok
64022026-08-13T23:47:20.518ZAug 13 23:47:18.819Aug 13 23:47:18.819 INFODEBG adding route 3fff:beef::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64032026-08-13T23:47:20.518Z
64042026-08-13T23:47:20.518ZAug 13 23:47:18.819Aug 13 23:47:18.819 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:6::/64 -> 2001:db8::55:ff
64052026-08-13T23:47:20.518Z
64062026-08-13T23:47:20.518ZAug 13 23:47:18.819Aug 13 23:47:18.819 INFODEBG adding route 3fff:beef:1::/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 } }]
64072026-08-13T23:47:20.518Z
64082026-08-13T23:47:20.518ZAug 13 23:47:18.819Aug 13 23:47:18.819 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:7::/64 -> 2001:db8::55:ff
64092026-08-13T23:47:20.518Z
64102026-08-13T23:47:20.518ZAug 13 23:47:18.819Aug 13 23:47:18.819 INFODEBG adding route 3fff:beef:2::/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 } }]
64112026-08-13T23:47:20.518Z
64122026-08-13T23:47:20.518ZAug 13 23:47:18.819Aug 13 23:47:18.819 DEBGINFO replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
64132026-08-13T23:47:20.518Z
64142026-08-13T23:47:20.518ZAug 13 23:47:18.819Aug 13 23:47:18.819 INFODEBG adding route 3fff:beef:3::/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 } }]
64152026-08-13T23:47:20.518Z
64162026-08-13T23:47:20.519ZAug 13 23:47:18.819Aug 13 23:47:18.819 DEBGINFO replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
64172026-08-13T23:47:20.519Z
64182026-08-13T23:47:20.519ZAug 13 23:47:18.819Aug 13 23:47:18.819Aug 13 23:47:18.819Aug 13 23:47:18.819 DEBGINFODEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 13 23:47:18.819created new freemap
64192026-08-13T23:47:20.519Z 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
64202026-08-13T23:47:20.519Z , created new freemapunitAug 13 23:47:18.819, Aug 13 23:47:18.819DEBGunit :: 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_ipv4INFO
64212026-08-13T23:47:20.519Z
64222026-08-13T23:47:20.519Z adding route 3fff:beef:a::/64 -> 2001:db8::55:fffreemap_route_ipv4Aug 13 23:47:18.819
64232026-08-13T23:47:20.519Z
64242026-08-13T23:47:20.519Z INFOAug 13 23:47:18.819 Aug 13 23:47:18.819Aug 13 23:47:18.819adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
64252026-08-13T23:47:20.519Z DEBGDEBGAug 13 23:47:18.819 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
64262026-08-13T23:47:20.519ZDEBGAug 13 23:47:18.819DEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG,
64272026-08-13T23:47:20.519Zcreated new freemapunit, :unit: freemap_route_ipv4DEBG
64282026-08-13T23:47:20.519Z created new freemap, Aug 13 23:47:18.819 freemap_route_ipv6DEBG
64292026-08-13T23:47:20.524Z created new freemapunit, unit:: Aug 13 23:47:18.819freemap_route_ipv6
64302026-08-13T23:47:20.524ZINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 13 23:47:18.819Aug 13 23:47:18.819 DEBGfreemap_route_ipv4
64312026-08-13T23:47:20.524Zinitted freemap. size: 64, unit: freemap_route_ipv4
64322026-08-13T23:47:20.524ZDEBGAug 13 23:47:18.819 DEBG
64332026-08-13T23:47:20.524Z Aug 13 23:47:18.819reset freemap , INFO unit: freemap_route_ipv4
64342026-08-13T23:47:20.524Zinitted freemap. size: 64, unitcreated new freemap:, Aug 13 23:47:18.819unit DEBG initted freemap. size: 64, unit:Aug 13 23:47:18.819 freemap_route_ipv6
64352026-08-13T23:47:20.524Z: Aug 13 23:47:18.819adding route 3fff:beef:6::/64 -> 2001:db8::55:ff DEBG reset freemapfreemap_route_ipv6,
64362026-08-13T23:47:20.524Zunit:DEBG freemap_route_ipv6
64372026-08-13T23:47:20.524Z
64382026-08-13T23:47:20.524Z Aug 13 23:47:18.819created new freemapAug 13 23:47:18.819, unit:INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
64392026-08-13T23:47:20.524ZAug 13 23:47:18.819Aug 13 23:47:18.819 DEBGDEBG freemap_route_ipv6
64402026-08-13T23:47:20.524ZAug 13 23:47:18.819 freemap_route_ipv4DEBGreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:47:18.819
64412026-08-13T23:47:20.524Zreplacing 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 } }]
64422026-08-13T23:47:20.525ZAug 13 23:47:18.819 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
64432026-08-13T23:47:20.525Z Aug 13 23:47:18.819initted freemap. size: 64 Aug 13 23:47:18.819 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 } }]
64442026-08-13T23:47:20.525Zunit: Aug 13 23:47:18.819freemap_route_ipv4
64452026-08-13T23:47:20.525ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1
64462026-08-13T23:47:20.525ZDEBGAug 13 23:47:18.819 initted freemap. size: 64DEBGAug 13 23:47:18.819
64472026-08-13T23:47:20.525Z DEBG reset freemapreplacing 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 } }]
64482026-08-13T23:47:20.525Z, , unitAug 13 23:47:18.819: INFO adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
64492026-08-13T23:47:20.525Z reset freemapAug 13 23:47:18.819unit freemap_route_ipv4DEBG: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64502026-08-13T23:47:20.525Z
64512026-08-13T23:47:20.525Z
64522026-08-13T23:47:20.525ZAug 13 23:47:18.819 INFOAug 13 23:47:18.819 Aug 13 23:47:18.819adding route 3fff:beef::/64 -> 2001:db8::55:ff
64532026-08-13T23:47:20.525Z Aug 13 23:47:18.819freemap_route_ipv4
64542026-08-13T23:47:20.525ZDEBG 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 } }]
64552026-08-13T23:47:20.525ZINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
64562026-08-13T23:47:20.525ZAug 13 23:47:18.819 , INFO DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
64572026-08-13T23:47:20.525Z Aug 13 23:47:18.819initted freemap. size: 64 unit, :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 } }]
64582026-08-13T23:47:20.525Zfreemap_route_ipv4
64592026-08-13T23:47:20.525ZAug 13 23:47:18.819 INFOAug 13 23:47:18.819 adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
64602026-08-13T23:47:20.526ZDEBGunitAug 13 23:47:18.819 initted freemap. size: 64DEBG, 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 } }]unitAug 13 23:47:18.819
64612026-08-13T23:47:20.526Z INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
64622026-08-13T23:47:20.526Z:Aug 13 23:47:18.819 :freemap_route_ipv6 Aug 13 23:47:18.819INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
64632026-08-13T23:47:20.526Zfreemap_route_ipv6DEBGAug 13 23:47:18.819 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 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:47:18.819
64642026-08-13T23:47:20.526Z
64652026-08-13T23:47:20.526ZDEBG Aug 13 23:47:18.819
64662026-08-13T23:47:20.526Z INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
64672026-08-13T23:47:20.526ZAug 13 23:47:18.819 DEBGAug 13 23:47:18.819 reset freemapDEBGAug 13 23:47:18.819 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 } }]
64682026-08-13T23:47:20.526Z reset freemap, unit: freemap_route_ipv6
64692026-08-13T23:47:20.526ZAug 13 23:47:18.819 INFO unitAug 13 23:47:18.819: INFOfreemap_route_ipv4adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
64702026-08-13T23:47:20.526Z
64712026-08-13T23:47:20.526ZAug 13 23:47:18.819 DEBG initted freemap. size: 64Aug 13 23:47:18.819 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 } }]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 } }]
64722026-08-13T23:47:20.526Z
64732026-08-13T23:47:20.526ZAug 13 23:47:18.819 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 13 23:47:18.819 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
64742026-08-13T23:47:20.526Z
64752026-08-13T23:47:20.526ZAug 13 23:47:18.819 Aug 13 23:47:18.819INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBGAug 13 23:47:18.819 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 } }]
64762026-08-13T23:47:20.526Z, unitAug 13 23:47:18.820 INFO
64772026-08-13T23:47:20.527Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
64782026-08-13T23:47:20.527Zreset freemapAug 13 23:47:18.820, unit
64792026-08-13T23:47:20.527ZAug 13 23:47:18.820DEBG 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 } }]
64802026-08-13T23:47:20.527Z: freemap_route_ipv6
64812026-08-13T23:47:20.527Z
64822026-08-13T23:47:20.527ZAug 13 23:47:18.820: INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 13 23:47:18.820 freemap_route_ipv6
64832026-08-13T23:47:20.527Z 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 } }]
64842026-08-13T23:47:20.527ZAug 13 23:47:18.820 DEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64852026-08-13T23:47:20.527ZAug 13 23:47:18.820Aug 13 23:47:18.820 DEBGINFODEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
64862026-08-13T23:47:20.527ZAug 13 23:47:18.820 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 } }]
64872026-08-13T23:47:20.527ZAug 13 23:47:18.820 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 13 23:47:18.820
64882026-08-13T23:47:20.527Z INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG 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 } }]
64892026-08-13T23:47:20.527Zreplacing 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 } }]
64902026-08-13T23:47:20.527ZAug 13 23:47:18.820 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
64912026-08-13T23:47:20.527Z
64922026-08-13T23:47:20.527Z
64932026-08-13T23:47:20.527ZAug 13 23:47:18.820 Aug 13 23:47:18.820DEBGAug 13 23:47:18.820 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 } }]
64942026-08-13T23:47:20.527ZDEBG reset freemap , Aug 13 23:47:18.820 INFOunit :adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
64952026-08-13T23:47:20.527ZINFO Aug 13 23:47:18.820 DEBGfreemap_route_ipv6
64962026-08-13T23:47:20.527Zreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:47:18.820
64972026-08-13T23:47:20.528Z INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 13 23:47:18.820
64982026-08-13T23:47:20.528Z adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
64992026-08-13T23:47:20.528Z adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 13 23:47:18.820
65002026-08-13T23:47:20.528ZAug 13 23:47:18.820 DEBGAug 13 23:47:18.820 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 } }]Aug 13 23:47:18.820
65012026-08-13T23:47:20.528Z Aug 13 23:47:18.820 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
65022026-08-13T23:47:20.528ZDEBGAug 13 23:47:18.820 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
65032026-08-13T23:47:20.528ZDEBG Aug 13 23:47:18.820replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }]
65042026-08-13T23:47:20.528ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 13 23:47:18.820
65052026-08-13T23:47:20.528ZINFO
65062026-08-13T23:47:20.528Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
65072026-08-13T23:47:20.528ZAug 13 23:47:18.820 Aug 13 23:47:18.820DEBG Aug 13 23:47:18.820DEBG
65082026-08-13T23:47:20.528Z 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 } }]
65092026-08-13T23:47:20.528Zreplacing 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 } }]
65102026-08-13T23:47:20.528ZAug 13 23:47:18.820Aug 13 23:47:18.820 INFO DEBGDEBG adding route 3fff:beef:f::/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 } }]
65112026-08-13T23:47:20.528ZAug 13 23:47:18.820 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 13 23:47:18.820
65122026-08-13T23:47:20.528Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
65132026-08-13T23:47:20.528ZAug 13 23:47:18.820 DEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:47:18.820
65142026-08-13T23:47:20.528Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
65152026-08-13T23:47:20.528ZAug 13 23:47:18.820 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 } }]
65162026-08-13T23:47:20.529Z
65172026-08-13T23:47:20.529ZAug 13 23:47:18.820 INFOAug 13 23:47:18.820 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 13 23:47:18.820 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
65182026-08-13T23:47:20.529Z
65192026-08-13T23:47:20.529ZAug 13 23:47:18.820Aug 13 23:47:18.820 DEBGDEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65202026-08-13T23:47:20.529ZAug 13 23:47:18.820Aug 13 23:47:18.820 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
65212026-08-13T23:47:20.529Z Aug 13 23:47:18.820INFO 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 } }]DEBG
65222026-08-13T23:47:20.529Z replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
65232026-08-13T23:47:20.529Z
65242026-08-13T23:47:20.529ZINFOAug 13 23:47:18.820 INFO Aug 13 23:47:18.820adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
65252026-08-13T23:47:20.529Z INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 13 23:47:18.820
65262026-08-13T23:47:20.529Z DEBGAug 13 23:47:18.820 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:f::/64 -> 2001:db8::55:ff
65272026-08-13T23:47:20.529Z
65282026-08-13T23:47:20.529ZINFOAug 13 23:47:18.820 Aug 13 23:47:18.820 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
65292026-08-13T23:47:20.534Z DEBGAug 13 23:47:18.820Aug 13 23:47:18.820 adding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG
65302026-08-13T23:47:20.534Z 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 } }]
65312026-08-13T23:47:20.535Z Aug 13 23:47:18.820 adding route 3fff:dead::/64 -> 2001:db8::55:3INFO
65322026-08-13T23:47:20.535Z DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 13 23:47:18.820Aug 13 23:47:18.820 DEBG
65332026-08-13T23:47:20.535Z 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: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 } }]
65342026-08-13T23:47:20.535Z
65352026-08-13T23:47:20.535ZAug 13 23:47:18.820 DEBG Aug 13 23:47:18.820replacing 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 } }]
65362026-08-13T23:47:20.535ZAug 13 23:47:18.820 Aug 13 23:47:18.820INFO 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:10::/64 -> 2001:db8::55:ff
65372026-08-13T23:47:20.535Z
65382026-08-13T23:47:20.535ZAug 13 23:47:18.820Aug 13 23:47:18.820 DEBGINFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
65392026-08-13T23:47:20.535Z
65402026-08-13T23:47:20.535ZAug 13 23:47:18.820Aug 13 23:47:18.820 INFOINFO DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
65412026-08-13T23:47:20.535Z
65422026-08-13T23:47:20.535Z 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 } }]
65432026-08-13T23:47:20.535ZAug 13 23:47:18.820 Aug 13 23:47:18.820DEBG 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 } }]
65442026-08-13T23:47:20.535ZAug 13 23:47:18.820adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
65452026-08-13T23:47:20.535ZDEBG 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 } }]
65462026-08-13T23:47:20.535ZAug 13 23:47:18.820Aug 13 23:47:18.820 DEBGAug 13 23:47:18.820 INFOreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
65472026-08-13T23:47:20.535Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
65482026-08-13T23:47:20.536Z
65492026-08-13T23:47:20.536Z INFOAug 13 23:47:18.820 Aug 13 23:47:18.820adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 13 23:47:18.820 INFODEBGDEBG adding route 3fff:beef:3::/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 } }]
65502026-08-13T23:47:20.536Zreplacing 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 } }]
65512026-08-13T23:47:20.536Z
65522026-08-13T23:47:20.536Z
65532026-08-13T23:47:20.536ZAug 13 23:47:18.820Aug 13 23:47:18.820Aug 13 23:47:18.820 DEBG INFOreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:47:18.820INFO
65542026-08-13T23:47:20.536Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
65552026-08-13T23:47:20.536ZDEBG adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 13 23:47:18.820replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:47:18.820
65562026-08-13T23:47:20.536Z
65572026-08-13T23:47:20.536ZDEBG Aug 13 23:47:18.820replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65582026-08-13T23:47:20.536ZINFOAug 13 23:47:18.820 INFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
65592026-08-13T23:47:20.536Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 13 23:47:18.820 DEBGINFO
65602026-08-13T23:47:20.536Z Aug 13 23:47:18.820adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
65612026-08-13T23:47:20.536ZDEBG 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 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 } }]
65622026-08-13T23:47:20.536Z
65632026-08-13T23:47:20.536ZAug 13 23:47:18.820Aug 13 23:47:18.820 DEBGDEBGAug 13 23:47:18.820 replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFOreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65642026-08-13T23:47:20.537Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
65652026-08-13T23:47:20.537Z
65662026-08-13T23:47:20.537ZAug 13 23:47:18.820 Aug 13 23:47:18.820Aug 13 23:47:18.820 Aug 13 23:47:18.820 INFOINFODEBG adding route 3fff:beef:15::/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 } }]
65672026-08-13T23:47:20.537Z
65682026-08-13T23:47:20.537Z adding route 3fff:beef:5::/64 -> 2001:db8::55:ffINFO
65692026-08-13T23:47:20.537ZAug 13 23:47:18.820 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 13 23:47:18.820
65702026-08-13T23:47:20.537Z DEBGAug 13 23:47:18.820INFO 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 } }]
65712026-08-13T23:47:20.537ZDEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65722026-08-13T23:47:20.537Z
65732026-08-13T23:47:20.537ZAug 13 23:47:18.820Aug 13 23:47:18.820 INFOAug 13 23:47:18.820DEBGAug 13 23:47:18.820 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG
65742026-08-13T23:47:20.537Z replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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
65752026-08-13T23:47:20.537Z
65762026-08-13T23:47:20.537Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
65772026-08-13T23:47:20.537ZAug 13 23:47:18.820Aug 13 23:47:18.820Aug 13 23:47:18.820 Aug 13 23:47:18.820 INFOINFO DEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
65782026-08-13T23:47:20.537Z
65792026-08-13T23:47:20.537Z replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 13 23:47:18.820 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 } }]
65802026-08-13T23:47:20.537ZDEBG
65812026-08-13T23:47:20.537ZAug 13 23:47:18.820 replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
65822026-08-13T23:47:20.537ZAug 13 23:47:18.820 Aug 13 23:47:18.820INFO Aug 13 23:47:18.820INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO
65832026-08-13T23:47:20.538Z
65842026-08-13T23:47:20.538Z replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
65852026-08-13T23:47:20.538ZAug 13 23:47:18.820Aug 13 23:47:18.820
65862026-08-13T23:47:20.538Z DEBGDEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:47:18.820replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65872026-08-13T23:47:20.538Z
65882026-08-13T23:47:20.538Z INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 13 23:47:18.820
65892026-08-13T23:47:20.538ZAug 13 23:47:18.820 Aug 13 23:47:18.820 INFODEBG INFO Aug 13 23:47:18.820adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
65902026-08-13T23:47:20.538Z
65912026-08-13T23:47:20.538Z 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 } }]
65922026-08-13T23:47:20.538Zreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:47:18.820
65932026-08-13T23:47:20.538ZAug 13 23:47:18.820 Aug 13 23:47:18.820DEBGDEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
65942026-08-13T23:47:20.538ZAug 13 23:47:18.820 INFOINFO
65952026-08-13T23:47:20.538Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ff adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
65962026-08-13T23:47:20.538Z
65972026-08-13T23:47:20.538ZAug 13 23:47:18.820Aug 13 23:47:18.820 INFOINFOAug 13 23:47:18.820 adding route 3fff:beef:9::/64 -> 2001:db8::55:ff adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 13 23:47:18.820DEBG
65982026-08-13T23:47:20.538Zreplacing 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
65992026-08-13T23:47:20.538Z
66002026-08-13T23:47:20.538Zreplacing 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 } }]
66012026-08-13T23:47:20.538ZAug 13 23:47:18.820 Aug 13 23:47:18.820DEBG Aug 13 23:47:18.820Aug 13 23:47:18.820 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
66022026-08-13T23:47:20.539ZINFO INFOadding route 3fff:beef:1c::/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 } }]Aug 13 23:47:18.820
66032026-08-13T23:47:20.539Z INFO
66042026-08-13T23:47:20.539Z adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
66052026-08-13T23:47:20.539Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
66062026-08-13T23:47:20.539ZAug 13 23:47:18.820Aug 13 23:47:18.820Aug 13 23:47:18.820 Aug 13 23:47:18.820DEBGDEBG 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 } }]
66072026-08-13T23:47:20.539ZINFODEBG 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:1a::/64 -> 2001:db8::55:ff
66082026-08-13T23:47:20.539Z
66092026-08-13T23:47:20.539Zreplacing 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 } }]
66102026-08-13T23:47:20.539ZAug 13 23:47:18.820Aug 13 23:47:18.820Aug 13 23:47:18.820 Aug 13 23:47:18.820 DEBGINFO INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff 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:b::/64 -> 2001:db8::55:ff
66112026-08-13T23:47:20.539Z
66122026-08-13T23:47:20.539Z
66132026-08-13T23:47:20.539ZINFO Aug 13 23:47:18.820adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 13 23:47:18.820 Aug 13 23:47:18.820
66142026-08-13T23:47:20.539ZDEBGINFO 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:1b::/64 -> 2001:db8::55:ff
66152026-08-13T23:47:20.539Z
66162026-08-13T23:47:20.540ZDEBGAug 13 23:47:18.820 replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
66172026-08-13T23:47:20.540Z Aug 13 23:47:18.820replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 23:47:18.820INFO
66182026-08-13T23:47:20.540Z Aug 13 23:47:18.820adding route 3fff:beef:c::/64 -> 2001:db8::55:ff INFO Aug 13 23:47:18.820adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
66192026-08-13T23:47:20.540ZINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
66202026-08-13T23:47:20.540ZAug 13 23:47:18.821DEBGAug 13 23:47:18.821 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
66212026-08-13T23:47:20.540Z
66222026-08-13T23:47:20.540Zreplacing 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 } }]
66232026-08-13T23:47:20.540ZAug 13 23:47:18.821 Aug 13 23:47:18.821DEBG INFOAug 13 23:47:18.821 adding route 3fff:beef:1c::/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 } }]
66242026-08-13T23:47:20.540Z
66252026-08-13T23:47:20.540ZINFO Aug 13 23:47:18.821adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 13 23:47:18.821 DEBGINFO
66262026-08-13T23:47:20.540Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ffreplacing 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 } }]
66272026-08-13T23:47:20.540Z
66282026-08-13T23:47:20.540ZAug 13 23:47:18.821Aug 13 23:47:18.821 DEBGDEBG Aug 13 23:47:18.821replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
66292026-08-13T23:47:20.545Z
66302026-08-13T23:47:20.546Z adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
66312026-08-13T23:47:20.546ZAug 13 23:47:18.821 INFOAug 13 23:47:18.821Aug 13 23:47:18.821 DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFO 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:e::/64 -> 2001:db8::55:ff
66322026-08-13T23:47:20.546Z
66332026-08-13T23:47:20.546Z
66342026-08-13T23:47:20.546ZAug 13 23:47:18.821 Aug 13 23:47:18.821Aug 13 23:47:18.821INFO DEBG DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
66352026-08-13T23:47:20.546Zreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
66362026-08-13T23:47:20.546Z
66372026-08-13T23:47:20.546ZAug 13 23:47:18.821Aug 13 23:47:18.821Aug 13 23:47:18.821 DEBGINFO Aug 13 23:47:18.821adding route 3fff:beef:f::/64 -> 2001:db8::55:ff 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 } }]
66382026-08-13T23:47:20.546ZDEBG
66392026-08-13T23:47:20.546Z created new freemapINFOAug 13 23:47:18.821, Aug 13 23:47:18.821DEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ffunit INFO: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 } }]
66402026-08-13T23:47:20.546Z
66412026-08-13T23:47:20.546Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:fffreemap_route_ipv4
66422026-08-13T23:47:20.546Z
66432026-08-13T23:47:20.546ZAug 13 23:47:18.821 INFOAug 13 23:47:18.821Aug 13 23:47:18.821 adding route 3fff:beef:10::/64 -> 2001:db8::55:ff DEBGDEBG
66442026-08-13T23:47:20.546Z replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap
66452026-08-13T23:47:20.546ZAug 13 23:47:18.821Aug 13 23:47:18.821, unit DEBG: Aug 13 23:47:18.821freemap_route_ipv6replacing 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
66462026-08-13T23:47:20.546Z
66472026-08-13T23:47:20.546Z 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 } }]
66482026-08-13T23:47:20.546Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 13 23:47:18.821
66492026-08-13T23:47:20.546Z DEBGAug 13 23:47:18.821 Aug 13 23:47:18.821initted freemap. size: 64INFO , INFOAug 13 23:47:18.821 DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
66502026-08-13T23:47:20.546Zreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
66512026-08-13T23:47:20.546Z:
66522026-08-13T23:47:20.546ZAug 13 23:47:18.821freemap_route_ipv4
66532026-08-13T23:47:20.546ZDEBGAug 13 23:47:18.821 Aug 13 23:47:18.821INFOreplacing 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 } }]
66542026-08-13T23:47:20.547Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
66552026-08-13T23:47:20.547ZAug 13 23:47:18.821DEBG INFOAug 13 23:47:18.821 replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:47:18.821adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
66562026-08-13T23:47:20.547ZDEBG DEBG reset freemap
66572026-08-13T23:47:20.547Zreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], Aug 13 23:47:18.821
66582026-08-13T23:47:20.547Zunit :DEBG freemap_route_ipv4Aug 13 23:47:18.821
66592026-08-13T23:47:20.547Z replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
66602026-08-13T23:47:20.547Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 13 23:47:18.821
66612026-08-13T23:47:20.547Z INFOAug 13 23:47:18.821 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 13 23:47:18.821DEBG
66622026-08-13T23:47:20.547Zinitted freemap. size: 64DEBGAug 13 23:47:18.821, unit replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO: adding route 3fff:beef:13::/64 -> 2001:db8::55:fffreemap_route_ipv6
66632026-08-13T23:47:20.547Z
66642026-08-13T23:47:20.547Z
66652026-08-13T23:47:20.547ZAug 13 23:47:18.821Aug 13 23:47:18.821 Aug 13 23:47:18.821 DEBGDEBG Aug 13 23:47:18.821INFO 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:23::/64 -> 2001:db8::55:ffreset freemap
66662026-08-13T23:47:20.547Z, unit
66672026-08-13T23:47:20.547Z:DEBG freemap_route_ipv6Aug 13 23:47:18.821replacing 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 } }]
66682026-08-13T23:47:20.547Z DEBG
66692026-08-13T23:47:20.547ZAug 13 23:47:18.821Aug 13 23:47:18.821 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 } }]
66702026-08-13T23:47:20.547Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
66712026-08-13T23:47:20.547ZINFO Aug 13 23:47:18.821Aug 13 23:47:18.821adding route 172.16.0.0/32 -> 10.0.0.1Aug 13 23:47:18.821
66722026-08-13T23:47:20.547ZINFO DEBG 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:24::/64 -> 2001:db8::55:ffAug 13 23:47:18.821
66732026-08-13T23:47:20.547Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
66742026-08-13T23:47:20.547ZDEBG
66752026-08-13T23:47:20.547Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 13 23:47:18.821
66762026-08-13T23:47:20.547ZAug 13 23:47:18.821 DEBGINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66772026-08-13T23:47:20.547Z
66782026-08-13T23:47:20.547ZAug 13 23:47:18.821Aug 13 23:47:18.821 DEBGINFOAug 13 23:47:18.821 Aug 13 23:47:18.821replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
66792026-08-13T23:47:20.547Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff DEBGDEBG
66802026-08-13T23:47:20.547Z 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: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 } }]
66812026-08-13T23:47:20.547Z
66822026-08-13T23:47:20.547ZAug 13 23:47:18.821 DEBG DEBGAug 13 23:47:18.821 replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
66832026-08-13T23:47:20.547Z
66842026-08-13T23:47:20.547ZINFOAug 13 23:47:18.821 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFO
66852026-08-13T23:47:20.547Z Aug 13 23:47:18.821adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
66862026-08-13T23:47:20.547ZINFO Aug 13 23:47:18.821adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 13 23:47:18.821
66872026-08-13T23:47:20.547ZDEBG Aug 13 23:47:18.821INFO 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
66882026-08-13T23:47:20.547Z Aug 13 23:47:18.821adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff DEBG
66892026-08-13T23:47:20.547Z 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: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 } }]
66902026-08-13T23:47:20.547Z
66912026-08-13T23:47:20.548Ztest route::tests::grow_succeeds ... ok
66922026-08-13T23:47:20.548ZAug 13 23:47:18.821 INFOAug 13 23:47:18.821Aug 13 23:47:18.821Aug 13 23:47:18.821 adding route 3fff:beef:17::/64 -> 2001:db8::55:ff INFODEBG
66932026-08-13T23:47:20.548Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66942026-08-13T23:47:20.548Z
66952026-08-13T23:47:20.548ZAug 13 23:47:18.821 DEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:47:18.821
66962026-08-13T23:47:20.548ZAug 13 23:47:18.821 INFODEBG 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:20::/64 -> 2001:db8::55:ff
66972026-08-13T23:47:20.548Z
66982026-08-13T23:47:20.548ZAug 13 23:47:18.821 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
66992026-08-13T23:47:20.548ZAug 13 23:47:18.821Aug 13 23:47:18.821 DEBGINFO Aug 13 23:47:18.821 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:ffDEBG
67002026-08-13T23:47:20.548Z
67012026-08-13T23:47:20.548Z 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 } }]
67022026-08-13T23:47:20.548ZAug 13 23:47:18.821 Aug 13 23:47:18.821INFO DEBGAug 13 23:47:18.821adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
67032026-08-13T23:47:20.548ZINFO 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:19::/64 -> 2001:db8::55:ff
67042026-08-13T23:47:20.548Z
67052026-08-13T23:47:20.548ZINFOAug 13 23:47:18.821Aug 13 23:47:18.821 Aug 13 23:47:18.821 DEBGDEBGINFO adding route 3fff:beef:1e::/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 } }]
67062026-08-13T23:47:20.548Z
67072026-08-13T23:47:20.548Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67082026-08-13T23:47:20.548Z
67092026-08-13T23:47:20.548ZAug 13 23:47:18.821Aug 13 23:47:18.821Aug 13 23:47:18.821 INFODEBG Aug 13 23:47:18.821DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
67102026-08-13T23:47:20.548ZINFO
67112026-08-13T23:47:20.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 } }]
67122026-08-13T23:47:20.548Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 13 23:47:18.821
67132026-08-13T23:47:20.548ZAug 13 23:47:18.821 INFODEBG adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 13 23:47:18.821
67142026-08-13T23:47:20.548ZAug 13 23:47:18.821replacing 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 } }]
67152026-08-13T23:47:20.548ZDEBG 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 } }]Aug 13 23:47:18.821
67162026-08-13T23:47:20.548Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG Aug 13 23:47:18.821
67172026-08-13T23:47:20.548Z 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 } }]INFOAug 13 23:47:18.821 INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
67182026-08-13T23:47:20.548Z
67192026-08-13T23:47:20.548Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 13 23:47:18.821
67202026-08-13T23:47:20.548Z DEBGAug 13 23:47:18.821 Aug 13 23:47:18.821Aug 13 23:47:18.821DEBG DEBGreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }]
67212026-08-13T23:47:20.548Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
67222026-08-13T23:47:20.548Z
67232026-08-13T23:47:20.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 } }]
67242026-08-13T23:47:20.548ZAug 13 23:47:18.821Aug 13 23:47:18.821Aug 13 23:47:18.821 INFODEBGINFO 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:1c::/64 -> 2001:db8::55:ff
67252026-08-13T23:47:20.548Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
67262026-08-13T23:47:20.548Z
67272026-08-13T23:47:20.549ZAug 13 23:47:18.821 INFO Aug 13 23:47:18.821adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 13 23:47:18.821
67282026-08-13T23:47:20.549Z INFO Aug 13 23:47:18.821Aug 13 23:47:18.821 DEBGDEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing 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 } }]
67292026-08-13T23:47:20.554Z
67302026-08-13T23:47:20.554Zreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
67312026-08-13T23:47:20.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 } }]Aug 13 23:47:18.821Aug 13 23:47:18.821
67322026-08-13T23:47:20.554Z DEBGINFO Aug 13 23:47:18.821adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:47:18.821
67332026-08-13T23:47:20.554Z
67342026-08-13T23:47:20.554Z INFOINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 13 23:47:18.821
67352026-08-13T23:47:20.554Z adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG Aug 13 23:47:18.821
67362026-08-13T23:47:20.554Zreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO Aug 13 23:47:18.821adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
67372026-08-13T23:47:20.554ZAug 13 23:47:18.821DEBG
67382026-08-13T23:47:20.554Zreplacing 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 } }]
67392026-08-13T23:47:20.554ZDEBG Aug 13 23:47:18.821replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 23:47:18.821Aug 13 23:47:18.821
67402026-08-13T23:47:20.554ZDEBG INFOINFOreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
67412026-08-13T23:47:20.555ZDEBGAug 13 23:47:18.821 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
67422026-08-13T23:47:20.555Z
67432026-08-13T23:47:20.555ZAug 13 23:47:18.821 DEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67442026-08-13T23:47:20.555ZAug 13 23:47:18.821 INFO Aug 13 23:47:18.821adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
67452026-08-13T23:47:20.555ZINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
67462026-08-13T23:47:20.555ZAug 13 23:47:18.821replacing 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 } }]
67472026-08-13T23:47:20.555ZAug 13 23:47:18.821DEBG 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 } }]
67482026-08-13T23:47:20.555ZAug 13 23:47:18.821replacing 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 } }]
67492026-08-13T23:47:20.555ZINFO Aug 13 23:47:18.821 adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO
67502026-08-13T23:47:20.555Z Aug 13 23:47:18.821adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
67512026-08-13T23:47:20.555ZINFO Aug 13 23:47:18.821adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
67522026-08-13T23:47:20.555ZDEBG Aug 13 23:47:18.821replacing 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 } }]
67532026-08-13T23:47:20.555ZDEBG Aug 13 23:47:18.821replacing 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 } }]
67542026-08-13T23:47:20.555ZDEBG Aug 13 23:47:18.821replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67552026-08-13T23:47:20.555ZAug 13 23:47:18.821INFO INFOAug 13 23:47:18.821 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
67562026-08-13T23:47:20.555ZINFOAug 13 23:47:18.821 adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
67572026-08-13T23:47:20.556Z
67582026-08-13T23:47:20.556Z Aug 13 23:47:18.821INFO DEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67592026-08-13T23:47:20.556Z
67602026-08-13T23:47:20.556ZAug 13 23:47:18.821Aug 13 23:47:18.821 DEBGDEBGAug 13 23:47:18.821 Aug 13 23:47:18.821replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67612026-08-13T23:47:20.556ZINFOreplacing 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 } }]
67622026-08-13T23:47:20.556Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG
67632026-08-13T23:47:20.556Zreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:47:18.821
67642026-08-13T23:47:20.556Z INFOAug 13 23:47:18.821 Aug 13 23:47:18.821Aug 13 23:47:18.821adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
67652026-08-13T23:47:20.556ZINFODEBG 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 } }]INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
67662026-08-13T23:47:20.556Z
67672026-08-13T23:47:20.556Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 13 23:47:18.821Aug 13 23:47:18.821Aug 13 23:47:18.821
67682026-08-13T23:47:20.556Z DEBG INFO DEBGadding route 3fff:beef:28::/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 } }]
67692026-08-13T23:47:20.556Z
67702026-08-13T23:47:20.556ZAug 13 23:47:18.821 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 } }]
67712026-08-13T23:47:20.556ZDEBGAug 13 23:47:18.821Aug 13 23:47:18.821 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
67722026-08-13T23:47:20.556Z replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:47:18.821
67732026-08-13T23:47:20.556Z INFO INFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
67742026-08-13T23:47:20.556ZAug 13 23:47:18.821adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 13 23:47:18.821
67752026-08-13T23:47:20.557Z INFO INFOAug 13 23:47:18.821adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 13 23:47:18.821
67762026-08-13T23:47:20.557Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBGDEBG
67772026-08-13T23:47:20.557Zreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 23:47:18.821
67782026-08-13T23:47:20.557Zreplacing 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
67792026-08-13T23:47:20.557Zreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:47:18.821
67802026-08-13T23:47:20.557Z Aug 13 23:47:18.821INFO Aug 13 23:47:18.821DEBGAug 13 23:47:18.821 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO 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 } }]
67812026-08-13T23:47:20.557Z
67822026-08-13T23:47:20.557ZINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
67832026-08-13T23:47:20.557Z
67842026-08-13T23:47:20.557ZAug 13 23:47:18.821Aug 13 23:47:18.821 Aug 13 23:47:18.821DEBGAug 13 23:47:18.821INFO 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
67852026-08-13T23:47:20.557Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 13 23:47:18.821 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 } }]INFO
67862026-08-13T23:47:20.557Z
67872026-08-13T23:47:20.557Z adding route 3fff:beef:34::/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 } }]
67882026-08-13T23:47:20.557Z
67892026-08-13T23:47:20.557ZAug 13 23:47:18.821 Aug 13 23:47:18.821 INFO
67902026-08-13T23:47:20.557ZAug 13 23:47:18.821 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 } }]
67912026-08-13T23:47:20.557Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 13 23:47:18.822
67922026-08-13T23:47:20.558Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 13 23:47:18.822
67932026-08-13T23:47:20.558Z Aug 13 23:47:18.822INFO 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 } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 13 23:47:18.822
67942026-08-13T23:47:20.558Z
67952026-08-13T23:47:20.558ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
67962026-08-13T23:47:20.558ZAug 13 23:47:18.821Aug 13 23:47:18.822 INFOINFOAug 13 23:47:18.822 adding route 3fff:beef:29::/64 -> 2001:db8::55:ff adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFO
67972026-08-13T23:47:20.558ZAug 13 23:47:18.822
67982026-08-13T23:47:20.558Zadding route 3fff:beef::/64 -> 2001:db8::55:ff
67992026-08-13T23:47:20.558ZAug 13 23:47:18.822 DEBGDEBGAug 13 23:47:18.822Aug 13 23:47:18.822 DEBGDEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68002026-08-13T23:47:20.558Z
68012026-08-13T23:47:20.558Z
68022026-08-13T23:47:20.558Zreplacing 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 } }]
68032026-08-13T23:47:20.558ZAug 13 23:47:18.822 Aug 13 23:47:18.822INFO Aug 13 23:47:18.822 adding route 3fff:beef:1::/64 -> 2001:db8::55:ffINFO
68042026-08-13T23:47:20.558ZINFOAug 13 23:47:18.822 INFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
68052026-08-13T23:47:20.558Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 13 23:47:18.822
68062026-08-13T23:47:20.558Z
68072026-08-13T23:47:20.558Z Aug 13 23:47:18.822DEBG Aug 13 23:47:18.822DEBGreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:47:18.822
68082026-08-13T23:47:20.558Z DEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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
68092026-08-13T23:47:20.558ZAug 13 23:47:18.822 INFO
68102026-08-13T23:47:20.558Zreplacing 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 } }]
68112026-08-13T23:47:20.558Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 13 23:47:18.822
68122026-08-13T23:47:20.559Z Aug 13 23:47:18.822INFO INFOAug 13 23:47:18.822adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 13 23:47:18.822
68132026-08-13T23:47:20.559Z adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBGINFO Aug 13 23:47:18.822
68142026-08-13T23:47:20.559Zreplacing 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
68152026-08-13T23:47:20.559Z adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 13 23:47:18.822Aug 13 23:47:18.822
68162026-08-13T23:47:20.559Z INFOreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 13 23:47:18.822
68172026-08-13T23:47:20.559Z DEBG
68182026-08-13T23:47:20.559Zreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
68192026-08-13T23:47:20.559ZAug 13 23:47:18.822 replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:47:18.822
68202026-08-13T23:47:20.559ZINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG
68212026-08-13T23:47:20.559Z Aug 13 23:47:18.822replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:47:18.822Aug 13 23:47:18.822
68222026-08-13T23:47:20.559ZINFO Aug 13 23:47:18.822 DEBG INFOAug 13 23:47:18.822 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:38::/64 -> 2001:db8::55:ff
68232026-08-13T23:47:20.559Z
68242026-08-13T23:47:20.559ZINFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
68252026-08-13T23:47:20.559Z
68262026-08-13T23:47:20.559Z Aug 13 23:47:18.822 Aug 13 23:47:18.822INFOcreated new freemap Aug 13 23:47:18.822, unitadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG
68272026-08-13T23:47:20.560Z:DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:47:18.822Aug 13 23:47:18.822freemap_route_ipv4
68282026-08-13T23:47:20.560ZDEBG
68292026-08-13T23:47:20.565Z 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:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:47:18.822
68302026-08-13T23:47:20.565Z
68312026-08-13T23:47:20.565Z DEBG created new freemap, DEBGunit Aug 13 23:47:18.822:Aug 13 23:47:18.822 Aug 13 23:47:18.822 INFOINFOfreemap_route_ipv6replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68322026-08-13T23:47:20.565Z adding route 3fff:beef:5::/64 -> 2001:db8::55:ffINFO
68332026-08-13T23:47:20.565Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
68342026-08-13T23:47:20.565Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
68352026-08-13T23:47:20.565Z
68362026-08-13T23:47:20.565ZAug 13 23:47:18.822Aug 13 23:47:18.822 Aug 13 23:47:18.822DEBG DEBGDEBGAug 13 23:47:18.822 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 } }]
68372026-08-13T23:47:20.565ZDEBGAug 13 23:47:18.822replacing 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 } }]
68382026-08-13T23:47:20.565Z replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64
68392026-08-13T23:47:20.565ZAug 13 23:47:18.822 Aug 13 23:47:18.822 , INFO Aug 13 23:47:18.822INFOAug 13 23:47:18.822INFO Aug 13 23:47:18.822 INFODEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ffcreated new freemapadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
68402026-08-13T23:47:20.565ZDEBG,
68412026-08-13T23:47:20.565Zunitcreated new freemapadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff:, Aug 13 23:47:18.822adding route 3fff:beef:3a::/64 -> 2001:db8::55:fffreemap_route_ipv4 Aug 13 23:47:18.822
68422026-08-13T23:47:20.565Z unitDEBG
68432026-08-13T23:47:20.565Z
68442026-08-13T23:47:20.565ZDEBGreplacing 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: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 } }]
68452026-08-13T23:47:20.566Z Aug 13 23:47:18.822freemap_route_ipv4
68462026-08-13T23:47:20.566Z DEBG
68472026-08-13T23:47:20.566ZAug 13 23:47:18.822 Aug 13 23:47:18.822INFOcreated new freemap , unitadding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 13 23:47:18.822 :
68482026-08-13T23:47:20.566ZAug 13 23:47:18.822 DEBGINFO freemap_route_ipv6DEBGcreated new freemap Aug 13 23:47:18.822
68492026-08-13T23:47:20.566Zreplacing 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 } }]
68502026-08-13T23:47:20.566ZDEBG adding route 3fff:beef:32::/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 } }]
68512026-08-13T23:47:20.566Z
68522026-08-13T23:47:20.566Z, Aug 13 23:47:18.822unitAug 13 23:47:18.822 Aug 13 23:47:18.822DEBG: INFOAug 13 23:47:18.822DEBG initted freemap. size: 64replacing 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 } }],
68532026-08-13T23:47:20.566ZunitINFO: adding route 3fff:beef:3b::/64 -> 2001:db8::55:fffreemap_route_ipv4
68542026-08-13T23:47:20.566Z
68552026-08-13T23:47:20.566Zfreemap_route_ipv6Aug 13 23:47:18.822
68562026-08-13T23:47:20.566ZINFO Aug 13 23:47:18.822adding route 3fff:beef:33::/64 -> 2001:db8::55:ff Aug 13 23:47:18.822DEBGAug 13 23:47:18.822 adding route 3fff:beef:8::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
68572026-08-13T23:47:20.566Z
68582026-08-13T23:47:20.566Z DEBG
68592026-08-13T23:47:20.566Zreset freemapinitted freemap. size: 64, , unitunitAug 13 23:47:18.822Aug 13 23:47:18.822 :DEBG: freemap_route_ipv4
68602026-08-13T23:47:20.566ZINFO freemap_route_ipv4adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
68612026-08-13T23:47:20.566Zreplacing 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 } }]
68622026-08-13T23:47:20.566Z
68632026-08-13T23:47:20.566ZAug 13 23:47:18.822 Aug 13 23:47:18.822DEBGAug 13 23:47:18.822 Aug 13 23:47:18.822DEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:47:18.822 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 } }]
68642026-08-13T23:47:20.567ZDEBGDEBG initted freemap. size: 64
68652026-08-13T23:47:20.567Zreset freemapINFO , adding route 3fff:beef:9::/64 -> 2001:db8::55:ffunit
68662026-08-13T23:47:20.567Z, unit::Aug 13 23:47:18.822Aug 13 23:47:18.822 INFO Aug 13 23:47:18.822freemap_route_ipv4freemap_route_ipv6adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
68672026-08-13T23:47:20.567Z
68682026-08-13T23:47:20.567ZDEBG
68692026-08-13T23:47:20.567Z 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 } }]INFOAug 13 23:47:18.822 Aug 13 23:47:18.822
68702026-08-13T23:47:20.567Zadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff DEBG
68712026-08-13T23:47:20.567ZDEBGAug 13 23:47:18.822 DEBGreset freemap , Aug 13 23:47:18.822unitreplacing 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 } }]
68722026-08-13T23:47:20.567Z:DEBG freemap_route_ipv6
68732026-08-13T23:47:20.567Zreplacing 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 } }]initted freemap. size: 64
68742026-08-13T23:47:20.567ZAug 13 23:47:18.822, Aug 13 23:47:18.822Aug 13 23:47:18.822 INFOINFOAug 13 23:47:18.822 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffINFOadding route 3fff:dead::/64 -> 2001:db8::55:1
68752026-08-13T23:47:20.567Z
68762026-08-13T23:47:20.567ZunitINFOadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff :Aug 13 23:47:18.822adding route 3fff:beef:a::/64 -> 2001:db8::55:ff freemap_route_ipv6DEBGAug 13 23:47:18.822
68772026-08-13T23:47:20.567Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
68782026-08-13T23:47:20.567ZDEBG
68792026-08-13T23:47:20.567Z
68802026-08-13T23:47:20.567Zreplacing 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 } }]
68812026-08-13T23:47:20.567ZAug 13 23:47:18.822Aug 13 23:47:18.822Aug 13 23:47:18.822 Aug 13 23:47:18.822 INFO DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:2reset freemap
68822026-08-13T23:47:20.567Z, unit:Aug 13 23:47:18.822 adding route 3fff:beef:36::/64 -> 2001:db8::55:fffreemap_route_ipv6DEBG
68832026-08-13T23:47:20.567ZAug 13 23:47:18.822
68842026-08-13T23:47:20.568Z replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
68852026-08-13T23:47:20.568Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 13 23:47:18.822Aug 13 23:47:18.822Aug 13 23:47:18.822
68862026-08-13T23:47:20.568ZDEBGINFO 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 } }]
68872026-08-13T23:47:20.568ZINFOadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 13 23:47:18.822
68882026-08-13T23:47:20.568Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
68892026-08-13T23:47:20.568ZINFO Aug 13 23:47:18.822adding route 3fff:dead::/64 -> 2001:db8::55:3
68902026-08-13T23:47:20.568ZINFOAug 13 23:47:18.822 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG
68912026-08-13T23:47:20.568Z replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:47:18.822
68922026-08-13T23:47:20.568ZAug 13 23:47:18.822 DEBGDEBG Aug 13 23:47:18.822Aug 13 23:47:18.822 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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: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 } }]
68932026-08-13T23:47:20.568Z
68942026-08-13T23:47:20.568Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
68952026-08-13T23:47:20.568Z 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:c::/64 -> 2001:db8::55:ffAug 13 23:47:18.822
68962026-08-13T23:47:20.568Z
68972026-08-13T23:47:20.568Z Aug 13 23:47:18.822INFO Aug 13 23:47:18.822Aug 13 23:47:18.822adding route 3fff:dead::/64 -> 2001:db8::55:2INFO
68982026-08-13T23:47:20.568Z INFO DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff Aug 13 23:47:18.822adding route 3fff:dead::/64 -> 2001:db8::55:4
68992026-08-13T23:47:20.568Z
69002026-08-13T23:47:20.568Z 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
69012026-08-13T23:47:20.569Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
69022026-08-13T23:47:20.569Ztest route::tests::rollback_on_compact_delete_failure ... ok
69032026-08-13T23:47:20.569ZAug 13 23:47:18.822 Aug 13 23:47:18.822DEBGAug 13 23:47:18.822 INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
69042026-08-13T23:47:20.569ZAug 13 23:47:18.822 INFOunitAug 13 23:47:18.831 : DEBGfreemap_route_ipv4 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 } }]
69052026-08-13T23:47:20.569Zadding route 3fff:dead::/64 -> 2001:db8::55:3Aug 13 23:47:18.822
69062026-08-13T23:47:20.569Z Aug 13 23:47:18.831DEBG
69072026-08-13T23:47:20.569ZINFO
69082026-08-13T23:47:20.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 } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 13 23:47:18.831
69092026-08-13T23:47:20.569Z
69102026-08-13T23:47:20.569ZAug 13 23:47:18.831Aug 13 23:47:18.831 DEBGDEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 13 23:47:18.831 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] reset freemap
69112026-08-13T23:47:20.569ZDEBG,
69122026-08-13T23:47:20.569Zunitreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:Aug 13 23:47:18.831Aug 13 23:47:18.831
69132026-08-13T23:47:20.569Z freemap_route_ipv4WARN
69142026-08-13T23:47:20.569Zshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 13 23:47:18.831
69152026-08-13T23:47:20.569Z INFO INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 13 23:47:18.831
69162026-08-13T23:47:20.569ZAug 13 23:47:18.831 Aug 13 23:47:18.831adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
69172026-08-13T23:47:20.570ZDEBGERROAug 13 23:47:18.831 rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG
69182026-08-13T23:47:20.570Z 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
69192026-08-13T23:47:20.570Zinitted freemap. size: 64Aug 13 23:47:18.831, ERROunit Aug 13 23:47:18.831Aug 13 23:47:18.831shrink-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
69202026-08-13T23:47:20.570ZINFO: adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
69212026-08-13T23:47:20.570Zfreemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
69222026-08-13T23:47:20.570Z
69232026-08-13T23:47:20.570Z 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 } }]
69242026-08-13T23:47:20.570ZAug 13 23:47:18.831Aug 13 23:47:18.831 Aug 13 23:47:18.831DEBG DEBGreset freemapAug 13 23:47:18.831, DEBG unit INFO:replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] freemap_route_ipv6
69252026-08-13T23:47:20.570Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
69262026-08-13T23:47:20.570Z
69272026-08-13T23:47:20.570ZAug 13 23:47:18.831Aug 13 23:47:18.831 DEBGDEBG Aug 13 23:47:18.831replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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: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 } }]
69282026-08-13T23:47:20.570Z
69292026-08-13T23:47:20.576Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
69302026-08-13T23:47:20.576ZAug 13 23:47:18.831 INFO Aug 13 23:47:18.831adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
69312026-08-13T23:47:20.576ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
69322026-08-13T23:47:20.576ZAug 13 23:47:18.831 DEBG Aug 13 23:47:18.831replacing 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 } }]
69332026-08-13T23:47:20.576ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2
69342026-08-13T23:47:20.576ZAug 13 23:47:18.831 INFO Aug 13 23:47:18.831adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
69352026-08-13T23:47:20.576Z DEBGreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69362026-08-13T23:47:20.576Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
69372026-08-13T23:47:20.576ZAug 13 23:47:18.831 INFOAug 13 23:47:18.831Aug 13 23:47:18.831 DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
69382026-08-13T23:47:20.576Z 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
69392026-08-13T23:47:20.576Zadding route 3fff:dead::/64 -> 2001:db8::55:3
69402026-08-13T23:47:20.577ZAug 13 23:47:18.831 DEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:47:18.831
69412026-08-13T23:47:20.577Z Aug 13 23:47:18.831INFO DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
69422026-08-13T23:47:20.577Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 13 23:47:18.831
69432026-08-13T23:47:20.577Z INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
69442026-08-13T23:47:20.577ZAug 13 23:47:18.831 DEBGAug 13 23:47:18.831 DEBGreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 13 23:47:18.831
69452026-08-13T23:47:20.577Z adding route 3fff:dead::/64 -> 2001:db8::55:4DEBGreplacing 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 } }]
69462026-08-13T23:47:20.577Z 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 } }]
69472026-08-13T23:47:20.577Z
69482026-08-13T23:47:20.577ZAug 13 23:47:18.831 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
69492026-08-13T23:47:20.577ZAug 13 23:47:18.831Aug 13 23:47:18.831 DEBGINFO Aug 13 23:47:18.831 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
69502026-08-13T23:47:20.577ZINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:3f::/64 -> 2001:db8::55:ff
69512026-08-13T23:47:20.577ZAug 13 23:47:18.831
69522026-08-13T23:47:20.577ZAug 13 23:47:18.831 DEBG DEBGreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:47:18.831 Aug 13 23:47:18.831
69532026-08-13T23:47:20.577Zreplacing targets for 3fff:dead::/64 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 } }] DEBGDEBG
69542026-08-13T23:47:20.577Zreplacing 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: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 } }]
69552026-08-13T23:47:20.577Z
69562026-08-13T23:47:20.577ZAug 13 23:47:18.831 WARN Aug 13 23:47:18.831shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 13 23:47:18.831 Aug 13 23:47:18.831
69572026-08-13T23:47:20.577ZINFO INFODEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:fffailed to allocate space for the new target list
69582026-08-13T23:47:20.577Z
69592026-08-13T23:47:20.577Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
69602026-08-13T23:47:20.577ZAug 13 23:47:18.831Aug 13 23:47:18.831 DEBGDEBG Aug 13 23:47:18.831 replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
69612026-08-13T23:47:20.577Z
69622026-08-13T23:47:20.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:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 13 23:47:18.832
69632026-08-13T23:47:20.578Z Aug 13 23:47:18.832INFO INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
69642026-08-13T23:47:20.578Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 13 23:47:18.832
69652026-08-13T23:47:20.578Z DEBG failed to allocate space for the new target listDEBGAug 13 23:47:18.832 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 } }]
69662026-08-13T23:47:20.578ZDEBG
69672026-08-13T23:47:20.578Z replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:47:18.832
69682026-08-13T23:47:20.578Z 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 } }]
69692026-08-13T23:47:20.578Zreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:47:18.832
69702026-08-13T23:47:20.578ZAug 13 23:47:18.832 INFO INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 13 23:47:18.832 adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
69712026-08-13T23:47:20.578Z
69722026-08-13T23:47:20.578ZAug 13 23:47:18.832 INFOINFO Aug 13 23:47:18.832 Aug 13 23:47:18.832DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
69732026-08-13T23:47:20.578Zreplacing 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
69742026-08-13T23:47:20.578Zreplacing 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 } }]
69752026-08-13T23:47:20.578Z
69762026-08-13T23:47:20.578ZAug 13 23:47:18.832 Aug 13 23:47:18.832Aug 13 23:47:18.832Aug 13 23:47:18.832DEBG 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 } }]INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
69772026-08-13T23:47:20.578Zreplacing 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 } }]
69782026-08-13T23:47:20.578Z
69792026-08-13T23:47:20.578Z Aug 13 23:47:18.832adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
69802026-08-13T23:47:20.578ZINFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 13 23:47:18.832Aug 13 23:47:18.832
69812026-08-13T23:47:20.579ZAug 13 23:47:18.832INFO DEBG Aug 13 23:47:18.832DEBGadding route 3fff:beef:37::/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 } }]
69822026-08-13T23:47:20.579Z
69832026-08-13T23:47:20.579Z DEBGreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69842026-08-13T23:47:20.579Zreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:47:18.832Aug 13 23:47:18.832
69852026-08-13T23:47:20.579Z DEBGINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69862026-08-13T23:47:20.579Z
69872026-08-13T23:47:20.579ZAug 13 23:47:18.832Aug 13 23:47:18.832 INFOINFO Aug 13 23:47:18.832Aug 13 23:47:18.832 INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff DEBG
69882026-08-13T23:47:20.579Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
69892026-08-13T23:47:20.579Ztest route::tests::identity_replace_is_noop ... ok
69902026-08-13T23:47:20.579Zadding route 3fff:beef:3b::/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 } }]
69912026-08-13T23:47:20.579Z
69922026-08-13T23:47:20.579ZAug 13 23:47:18.832Aug 13 23:47:18.832 Aug 13 23:47:18.832Aug 13 23:47:18.832 INFODEBGDEBG 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 } }]adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
69932026-08-13T23:47:20.579Z
69942026-08-13T23:47:20.579Zreplacing 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 } }]
69952026-08-13T23:47:20.579Ztest route::tests::rollback_on_compact_write_failure ... ok
69962026-08-13T23:47:20.579Ztest route::tests::rollback_on_index_readd_failure ... ok
69972026-08-13T23:47:20.579ZAug 13 23:47:18.832replacing 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 Aug 13 23:47:18.832Aug 13 23:47:18.832 replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
69982026-08-13T23:47:20.579Z created new freemapDEBG , created new freemapunit, : freemap_route_ipv4
69992026-08-13T23:47:20.579ZunitAug 13 23:47:18.841: INFOfreemap_route_ipv4
70002026-08-13T23:47:20.579ZAug 13 23:47:18.842adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
70012026-08-13T23:47:20.579ZDEBG created new freemap, unit:Aug 13 23:47:18.832 Aug 13 23:47:18.842 DEBGDEBG Aug 13 23:47:18.832Aug 13 23:47:18.842 created new freemapDEBGfreemap_route_ipv6DEBG
70022026-08-13T23:47:20.580Z , 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 } }]unit:
70032026-08-13T23:47:20.580Z created new freemapcreated new freemapfreemap_route_ipv4, Aug 13 23:47:18.842, Aug 13 23:47:18.842 unitunitINFO
70042026-08-13T23:47:20.580Z: adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG:
70052026-08-13T23:47:20.580Zfreemap_route_ipv6
70062026-08-13T23:47:20.580Zinitted freemap. size: 64freemap_route_ipv4Aug 13 23:47:18.842, Aug 13 23:47:18.842
70072026-08-13T23:47:20.580Z DEBG DEBG Aug 13 23:47:18.842unit 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
70082026-08-13T23:47:20.580Zcreated new freemap: initted freemap. size: 64, , unitAug 13 23:47:18.842Aug 13 23:47:18.842unit INFO:DEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffcreated new freemapfreemap_route_ipv4:
70092026-08-13T23:47:20.580Z,
70102026-08-13T23:47:20.580Zunitfreemap_route_ipv4: Aug 13 23:47:18.842freemap_route_ipv6
70112026-08-13T23:47:20.580ZDEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
70122026-08-13T23:47:20.580Z
70132026-08-13T23:47:20.580ZAug 13 23:47:18.842 DEBG
70142026-08-13T23:47:20.580ZAug 13 23:47:18.842 Aug 13 23:47:18.842initted freemap. size: 64Aug 13 23:47:18.842 , DEBGunit INFO Aug 13 23:47:18.842adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG
70152026-08-13T23:47:20.580Z : reset freemapDEBG, initted freemap. size: 64unit , reset freemapAug 13 23:47:18.842unit, :: DEBGfreemap_route_ipv4unitfreemap_route_ipv4
70162026-08-13T23:47:20.581Z
70172026-08-13T23:47:20.581Z freemap_route_ipv4replacing 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 } }]:
70182026-08-13T23:47:20.581Z
70192026-08-13T23:47:20.581ZAug 13 23:47:18.842Aug 13 23:47:18.842 DEBGDEBG Aug 13 23:47:18.842freemap_route_ipv4 reset freemapINFO, unit
70202026-08-13T23:47:20.581Z:adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff Aug 13 23:47:18.842freemap_route_ipv4
70212026-08-13T23:47:20.581Z
70222026-08-13T23:47:20.581Zreset freemap , unit: DEBGAug 13 23:47:18.842freemap_route_ipv4 Aug 13 23:47:18.842
70232026-08-13T23:47:20.581Z DEBGinitted freemap. size: 64 , DEBG Aug 13 23:47:18.842initted freemap. size: 64 unit, Aug 13 23:47:18.842unitDEBG:: DEBGfreemap_route_ipv6replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
70242026-08-13T23:47:20.581Z initted freemap. size: 64 initted freemap. size: 64, , unit
70252026-08-13T23:47:20.581ZAug 13 23:47:18.842: freemap_route_ipv6DEBG Aug 13 23:47:18.842reset freemap freemap_route_ipv6,
70262026-08-13T23:47:20.581Z
70272026-08-13T23:47:20.581ZINFOunit :adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 13 23:47:18.842
70282026-08-13T23:47:20.581ZAug 13 23:47:18.842 unit DEBG:freemap_route_ipv6
70292026-08-13T23:47:20.586ZDEBG reset freemapAug 13 23:47:18.842freemap_route_ipv6 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 } }]
70302026-08-13T23:47:20.586Zunitreset freemap
70312026-08-13T23:47:20.586Z, :unit :freemap_route_ipv6Aug 13 23:47:18.842Aug 13 23:47:18.842
70322026-08-13T23:47:20.586Z Aug 13 23:47:18.842INFO INFOadding route 172.16.0.0/32 -> 10.0.0.1freemap_route_ipv6DEBG
70332026-08-13T23:47:20.586Z
70342026-08-13T23:47:20.586Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 13 23:47:18.842
70352026-08-13T23:47:20.586Z reset freemapINFO, Aug 13 23:47:18.842 adding route 3fff:dead::/64 -> 2001:db8::55:1
70362026-08-13T23:47:20.586ZunitAug 13 23:47:18.842Aug 13 23:47:18.842 DEBGDEBG 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 } }] Aug 13 23:47:18.842 :adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
70372026-08-13T23:47:20.587Z freemap_route_ipv6
70382026-08-13T23:47:20.587Z
70392026-08-13T23:47:20.587Z
70402026-08-13T23:47:20.587ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 13 23:47:18.842Aug 13 23:47:18.842
70412026-08-13T23:47:20.587Z Aug 13 23:47:18.842INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 13 23:47:18.842DEBG
70422026-08-13T23:47:20.587Z Aug 13 23:47:18.842replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
70432026-08-13T23:47:20.587Z adding route 172.16.0.0/32 -> 10.0.0.2Aug 13 23:47:18.842INFO
70442026-08-13T23:47:20.587Z INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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:dead::/64 -> 2001:db8::55:1
70452026-08-13T23:47:20.587Z
70462026-08-13T23:47:20.587ZAug 13 23:47:18.842
70472026-08-13T23:47:20.587ZDEBG Aug 13 23:47:18.842Aug 13 23:47:18.842replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
70482026-08-13T23:47:20.587Z INFODEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 13 23:47:18.842
70492026-08-13T23:47:20.587Z
70502026-08-13T23:47:20.587Z Aug 13 23:47:18.842INFO INFOAug 13 23:47:18.842Aug 13 23:47:18.842Aug 13 23:47:18.842 adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.0/32 -> 10.0.0.255DEBG
70512026-08-13T23:47:20.587Z
70522026-08-13T23:47:20.587Z 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 } }]
70532026-08-13T23:47:20.588Zadding route 3fff:dead::/64 -> 2001:db8::55:3
70542026-08-13T23:47:20.588ZAug 13 23:47:18.842Aug 13 23:47:18.842 DEBGDEBG DEBGreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:47:18.842 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]INFO
70552026-08-13T23:47:20.588Z
70562026-08-13T23:47:20.588Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
70572026-08-13T23:47:20.588Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 13 23:47:18.842
70582026-08-13T23:47:20.588Z DEBGAug 13 23:47:18.842Aug 13 23:47:18.842 INFOAug 13 23:47:18.842Aug 13 23:47:18.842 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 } }]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
70592026-08-13T23:47:20.588Z
70602026-08-13T23:47:20.588Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.16.0.0/32 -> 10.0.0.4Aug 13 23:47:18.842
70612026-08-13T23:47:20.588Z
70622026-08-13T23:47:20.588Z Aug 13 23:47:18.842INFO INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
70632026-08-13T23:47:20.588Zadding route 172.17.0.1/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:4
70642026-08-13T23:47:20.588Z
70652026-08-13T23:47:20.588ZAug 13 23:47:18.842Aug 13 23:47:18.842 Aug 13 23:47:18.842DEBGAug 13 23:47:18.842 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 } }]DEBGDEBG
70662026-08-13T23:47:20.588Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
70672026-08-13T23:47:20.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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 13 23:47:18.842
70682026-08-13T23:47:20.588Z INFO Aug 13 23:47:18.842replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:25::/64 -> 2001:db8::55:ff
70692026-08-13T23:47:20.588Z
70702026-08-13T23:47:20.588Z DEBGAug 13 23:47:18.842 Aug 13 23:47:18.842Aug 13 23:47:18.842 Aug 13 23:47:18.842DEBGreplacing 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 } }]
70712026-08-13T23:47:20.588Z 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 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 } }]
70722026-08-13T23:47:20.589Z
70732026-08-13T23:47:20.589Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
70742026-08-13T23:47:20.589ZAug 13 23:47:18.842Aug 13 23:47:18.842 WARNINFO adding route 3fff:dead::/64 -> 2001:db8::55:3shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
70752026-08-13T23:47:20.589Z
70762026-08-13T23:47:20.589Z
70772026-08-13T23:47:20.589ZAug 13 23:47:18.842 INFOAug 13 23:47:18.842 adding route 172.17.0.2/32 -> 10.0.0.255DEBG
70782026-08-13T23:47:20.589Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
70792026-08-13T23:47:20.589ZAug 13 23:47:18.842Aug 13 23:47:18.842Aug 13 23:47:18.842 DEBGINFO replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
70802026-08-13T23:47:20.589Z
70812026-08-13T23:47:20.589ZAug 13 23:47:18.842Aug 13 23:47:18.842 INFODEBG adding route 172.17.0.3/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
70822026-08-13T23:47:20.589Z
70832026-08-13T23:47:20.589ZAug 13 23:47:18.832Aug 13 23:47:18.842Aug 13 23:47:18.842 DEBG INFO replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
70842026-08-13T23:47:20.589Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG
70852026-08-13T23:47:20.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:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
70862026-08-13T23:47:20.589Z Aug 13 23:47:18.842replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:47:18.842Aug 13 23:47:18.842Aug 13 23:47:18.842 WARNINFOINFODEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
70872026-08-13T23:47:20.589Z
70882026-08-13T23:47:20.589Z
70892026-08-13T23:47:20.589Z
70902026-08-13T23:47:20.589Zshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 13 23:47:18.842Aug 13 23:47:18.842
70912026-08-13T23:47:20.589ZDEBGAug 13 23:47:18.842DEBG DEBGfailed to allocate space for the new target listreplacing 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 } }]
70922026-08-13T23:47:20.589Z
70932026-08-13T23:47:20.589Zreplacing 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 } }]
70942026-08-13T23:47:20.589ZAug 13 23:47:18.842Aug 13 23:47:18.842 DEBGINFO Aug 13 23:47:18.842adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
70952026-08-13T23:47:20.589Z
70962026-08-13T23:47:20.589ZINFOAug 13 23:47:18.842 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFOAug 13 23:47:18.842
70972026-08-13T23:47:20.589Z adding route 172.17.0.4/32 -> 10.0.0.255
70982026-08-13T23:47:20.589ZDEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:47:18.842
70992026-08-13T23:47:20.589Z DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:47:18.843
71002026-08-13T23:47:20.589Z DEBG Aug 13 23:47:18.843created new freemap Aug 13 23:47:18.853, DEBGunit : created new freemapfreemap_route_ipv4INFO,
71012026-08-13T23:47:20.589Z Aug 13 23:47:18.853adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
71022026-08-13T23:47:20.589ZINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
71032026-08-13T23:47:20.589Z
71042026-08-13T23:47:20.589ZAug 13 23:47:18.853unit :DEBG Aug 13 23:47:18.853replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4
71052026-08-13T23:47:20.589ZDEBG 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 } }]
71062026-08-13T23:47:20.589ZAug 13 23:47:18.853
71072026-08-13T23:47:20.590Z Aug 13 23:47:18.853Aug 13 23:47:18.853 INFODEBGINFO created new freemapadding route 3fff:beef:39::/64 -> 2001:db8::55:ff, Aug 13 23:47:18.853 Aug 13 23:47:18.853adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
71082026-08-13T23:47:20.590Z
71092026-08-13T23:47:20.590Z unitDEBG: INFOAug 13 23:47:18.853 adding route 3fff:beef:2a::/64 -> 2001:db8::55:fffreemap_route_ipv6
71102026-08-13T23:47:20.590Zcreated new freemapDEBG,
71112026-08-13T23:47:20.590Z unit:Aug 13 23:47:18.853replacing 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 } }] DEBGfreemap_route_ipv6
71122026-08-13T23:47:20.590ZAug 13 23:47:18.853replacing 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 } }]
71132026-08-13T23:47:20.590Z
71142026-08-13T23:47:20.590Z DEBGAug 13 23:47:18.853Aug 13 23:47:18.853 Aug 13 23:47:18.853Aug 13 23:47:18.853 INFODEBG INFOinitted freemap. size: 64 DEBG initted freemap. size: 64, , adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffunit
71152026-08-13T23:47:20.590Z:adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffunit
71162026-08-13T23:47:20.590Z :replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:47:18.853freemap_route_ipv4
71172026-08-13T23:47:20.590Z freemap_route_ipv4
71182026-08-13T23:47:20.590Z DEBG
71192026-08-13T23:47:20.590ZAug 13 23:47:18.853Aug 13 23:47:18.853Aug 13 23:47:18.853 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 } }] DEBG
71202026-08-13T23:47:20.590Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG reset freemapreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
71212026-08-13T23:47:20.590ZAug 13 23:47:18.853
71222026-08-13T23:47:20.590Z, unit:Aug 13 23:47:18.853 freemap_route_ipv4
71232026-08-13T23:47:20.590ZINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
71242026-08-13T23:47:20.590ZAug 13 23:47:18.853DEBGAug 13 23:47:18.853 DEBGreset freemapDEBGAug 13 23:47:18.853 initted freemap. size: 64 replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
71252026-08-13T23:47:20.591ZAug 13 23:47:18.853, unit :adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff DEBG
71262026-08-13T23:47:20.591Z, freemap_route_ipv6Aug 13 23:47:18.853 unit
71272026-08-13T23:47:20.591Zreplacing 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
71282026-08-13T23:47:20.591Zfreemap_route_ipv4Aug 13 23:47:18.853
71292026-08-13T23:47:20.595Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
71302026-08-13T23:47:20.595Z DEBGAug 13 23:47:18.853 Aug 13 23:47:18.853Aug 13 23:47:18.853reset freemap , INFOunit adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff:DEBG
71312026-08-13T23:47:20.595Zfreemap_route_ipv6
71322026-08-13T23:47:20.595ZDEBG 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 } }]initted freemap. size: 64Aug 13 23:47:18.853, Aug 13 23:47:18.853Aug 13 23:47:18.853 INFODEBGunit DEBG
71332026-08-13T23:47:20.595Z 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 } }]
71342026-08-13T23:47:20.595Z:adding route 3fff:dead::/64 -> 2001:db8::55:1
71352026-08-13T23:47:20.596Zfreemap_route_ipv6replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:47:18.853Aug 13 23:47:18.853
71362026-08-13T23:47:20.596Z INFO
71372026-08-13T23:47:20.596Z Aug 13 23:47:18.853Aug 13 23:47:18.853adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO
71382026-08-13T23:47:20.596Z DEBG Aug 13 23:47:18.853 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
71392026-08-13T23:47:20.596ZDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 13 23:47:18.853
71402026-08-13T23:47:20.596Z DEBGreset freemapAug 13 23:47:18.853 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
71412026-08-13T23:47:20.596Z, unitreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:Aug 13 23:47:18.853
71422026-08-13T23:47:20.596Z INFOINFOfreemap_route_ipv6Aug 13 23:47:18.853
71432026-08-13T23:47:20.596Z Aug 13 23:47:18.853 INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
71442026-08-13T23:47:20.596ZAug 13 23:47:18.853
71452026-08-13T23:47:20.596Z
71462026-08-13T23:47:20.596Z Aug 13 23:47:18.853Aug 13 23:47:18.853INFODEBG failed to allocate space for the new target listDEBG
71472026-08-13T23:47:20.596Z DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 13 23:47:18.853
71482026-08-13T23:47:20.596Z
71492026-08-13T23:47:20.596Zadding route 3fff:dead::/64 -> 2001:db8::55:1
71502026-08-13T23:47:20.596ZDEBG Aug 13 23:47:18.853replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:47:18.853Aug 13 23:47:18.853 Aug 13 23:47:18.853DEBG DEBGINFO
71512026-08-13T23:47:20.596Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:30::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
71522026-08-13T23:47:20.596ZDEBG
71532026-08-13T23:47:20.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:1, vlan_id: None } }]
71542026-08-13T23:47:20.597Z
71552026-08-13T23:47:20.597ZAug 13 23:47:18.853Aug 13 23:47:18.853 Aug 13 23:47:18.853DEBG INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
71562026-08-13T23:47:20.597Z
71572026-08-13T23:47:20.597Z
71582026-08-13T23:47:20.597ZAug 13 23:47:18.853 DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:47:18.853Aug 13 23:47:18.853
71592026-08-13T23:47:20.597Z INFODEBG adding route 3fff:beef:31::/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 } }]
71602026-08-13T23:47:20.597Z
71612026-08-13T23:47:20.597ZAug 13 23:47:18.853Aug 13 23:47:18.853 DEBGAug 13 23:47:18.853INFO INFOadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
71622026-08-13T23:47:20.597Zadding route 3fff:dead::/64 -> 2001:db8::55:3
71632026-08-13T23:47:20.597Zreplacing 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 } }]
71642026-08-13T23:47:20.597ZAug 13 23:47:18.853 Aug 13 23:47:18.843DEBG DEBGAug 13 23:47:18.853Aug 13 23:47:18.853 DEBGINFO created new freemapadding route 3fff:beef:32::/64 -> 2001:db8::55:ff ,
71652026-08-13T23:47:20.597Zunit: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]freemap_route_ipv4
71662026-08-13T23:47:20.597ZAug 13 23:47:18.853
71672026-08-13T23:47:20.597Z 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
71682026-08-13T23:47:20.597Zreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:47:18.853
71692026-08-13T23:47:20.598Z INFOAug 13 23:47:18.853 Aug 13 23:47:18.853adding route 3fff:dead::/64 -> 2001:db8::55:4
71702026-08-13T23:47:20.598Z INFODEBG created new freemapadding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 13 23:47:18.853Aug 13 23:47:18.853, unitINFODEBG :adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
71712026-08-13T23:47:20.598Z 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
71722026-08-13T23:47:20.598Z
71732026-08-13T23:47:20.598Z
71742026-08-13T23:47:20.598ZAug 13 23:47:18.853 Aug 13 23:47:18.853 Aug 13 23:47:18.853DEBG DEBGinitted freemap. size: 64 , 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:3, vlan_id: None } }] :
71752026-08-13T23:47:20.598Zreplacing 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 } }]
71762026-08-13T23:47:20.598Zfreemap_route_ipv4
71772026-08-13T23:47:20.598ZAug 13 23:47:18.853 Aug 13 23:47:18.853Aug 13 23:47:18.853DEBG INFODEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ffreset freemap
71782026-08-13T23:47:20.598Z
71792026-08-13T23:47:20.598Z, unitAug 13 23:47:18.853Aug 13 23:47:18.853 INFODEBG adding route 3fff:beef:32::/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 } }]
71802026-08-13T23:47:20.598Z:
71812026-08-13T23:47:20.598Z freemap_route_ipv4Aug 13 23:47:18.853
71822026-08-13T23:47:20.598Z DEBGAug 13 23:47:18.853 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 } }]INFOAug 13 23:47:18.853
71832026-08-13T23:47:20.598Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
71842026-08-13T23:47:20.598ZDEBG initted freemap. size: 64, unit: freemap_route_ipv6Aug 13 23:47:18.853
71852026-08-13T23:47:20.598Z INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
71862026-08-13T23:47:20.598ZAug 13 23:47:18.853 Aug 13 23:47:18.853DEBG Aug 13 23:47:18.853replacing 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
71872026-08-13T23:47:20.598Z DEBGreset freemap , replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:47:18.853
71882026-08-13T23:47:20.599Z unitINFO: Aug 13 23:47:18.853adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
71892026-08-13T23:47:20.599ZINFOfreemap_route_ipv6
71902026-08-13T23:47:20.599Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
71912026-08-13T23:47:20.599ZAug 13 23:47:18.853 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 } }]
71922026-08-13T23:47:20.599ZAug 13 23:47:18.853 DEBGAug 13 23:47:18.853 replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:47:18.853INFO
71932026-08-13T23:47:20.599Ztest route::tests::same_size_non_subset_replace ... ok
71942026-08-13T23:47:20.599Z Aug 13 23:47:18.842adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO
71952026-08-13T23:47:20.599ZAug 13 23:47:18.853DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 13 23:47:18.853replacing 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
71962026-08-13T23:47:20.599Z adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG
71972026-08-13T23:47:20.599Z replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:47:18.853
71982026-08-13T23:47:20.599Z
71992026-08-13T23:47:20.599Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
72002026-08-13T23:47:20.599ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 13 23:47:18.853Aug 13 23:47:18.853Aug 13 23:47:18.853
72012026-08-13T23:47:20.599ZINFO INFO DEBGadding route 172.17.0.5/32 -> 10.0.0.255Aug 13 23:47:18.853 adding route 3fff:beef:38::/64 -> 2001:db8::55:ff 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 } }]
72022026-08-13T23:47:20.599ZINFO
72032026-08-13T23:47:20.599Z
72042026-08-13T23:47:20.599Z adding route 3fff:dead::/64 -> 2001:db8::55:2
72052026-08-13T23:47:20.600ZAug 13 23:47:18.853 Aug 13 23:47:18.853Aug 13 23:47:18.853 DEBGDEBG DEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 13 23:47:18.853
72062026-08-13T23:47:20.600Z
72072026-08-13T23:47:20.600Z INFO replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
72082026-08-13T23:47:20.600ZAug 13 23:47:18.853Aug 13 23:47:18.853
72092026-08-13T23:47:20.600Z INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 13 23:47:18.853
72102026-08-13T23:47:20.600Z
72112026-08-13T23:47:20.600ZAug 13 23:47:18.853INFO DEBGAug 13 23:47:18.853Aug 13 23:47:18.853 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.6/32 -> 10.0.0.255DEBGDEBG
72122026-08-13T23:47:20.600Zreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 13 23:47:18.854
72132026-08-13T23:47:20.600Z DEBG Aug 13 23:47:18.854created new freemapAug 13 23:47:18.861 Aug 13 23:47:18.861DEBG, unit DEBGcreated new freemap:INFO, unitfreemap_route_ipv4:
72142026-08-13T23:47:20.600Z adding route 3fff:dead::/64 -> 2001:db8::55:4freemap_route_ipv4
72152026-08-13T23:47:20.600Zreplacing 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 } }]
72162026-08-13T23:47:20.600Z
72172026-08-13T23:47:20.600Z
72182026-08-13T23:47:20.600ZAug 13 23:47:18.861 INFO adding route 172.17.0.7/32 -> 10.0.0.255
72192026-08-13T23:47:20.600ZAug 13 23:47:18.861Aug 13 23:47:18.861 Aug 13 23:47:18.861DEBG Aug 13 23:47:18.861DEBG created new freemapDEBG, INFO created new freemapunit, : replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ffunit
72202026-08-13T23:47:20.600Z
72212026-08-13T23:47:20.600Zfreemap_route_ipv6:
72222026-08-13T23:47:20.600Z freemap_route_ipv6
72232026-08-13T23:47:20.600ZAug 13 23:47:18.861Aug 13 23:47:18.861 Aug 13 23:47:18.843Aug 13 23:47:18.861DEBG 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 } }]DEBGAug 13 23:47:18.861
72242026-08-13T23:47:20.600Zadding route 172.17.0.8/32 -> 10.0.0.255created new freemap
72252026-08-13T23:47:20.601Z, DEBGunit Aug 13 23:47:18.861initted freemap. size: 64 , : Aug 13 23:47:18.861 DEBGINFOfreemap_route_ipv4 initted freemap. size: 64unit
72262026-08-13T23:47:20.601Z, : DEBGunitfreemap_route_ipv4:
72272026-08-13T23:47:20.601Zfreemap_route_ipv4adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
72282026-08-13T23:47:20.601Zreplacing 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 } }]
72292026-08-13T23:47:20.606Z
72302026-08-13T23:47:20.606ZAug 13 23:47:18.861Aug 13 23:47:18.861 Aug 13 23:47:18.861 DEBGDEBG DEBGcreated new freemapAug 13 23:47:18.861 , reset freemapreset freemapunit, Aug 13 23:47:18.861unit, : : unitDEBGfreemap_route_ipv4:
72312026-08-13T23:47:20.606Z freemap_route_ipv4freemap_route_ipv6
72322026-08-13T23:47:20.606ZINFO
72332026-08-13T23:47:20.606Zreplacing 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 } }]
72342026-08-13T23:47:20.606ZAug 13 23:47:18.861 DEBGAug 13 23:47:18.861 adding route 172.17.0.9/32 -> 10.0.0.255Aug 13 23:47:18.861initted freemap. size: 64Aug 13 23:47:18.861, unit DEBG: DEBG freemap_route_ipv6
72352026-08-13T23:47:20.606Z
72362026-08-13T23:47:20.606ZINFOinitted freemap. size: 64 , unit:initted freemap. size: 64 , Aug 13 23:47:18.861unitAug 13 23:47:18.861 :DEBGfreemap_route_ipv4DEBG
72372026-08-13T23:47:20.606Z freemap_route_ipv6reset freemapadding route 3fff:beef:39::/64 -> 2001:db8::55:ff,
72382026-08-13T23:47:20.606Z
72392026-08-13T23:47:20.606ZAug 13 23:47:18.861unit :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 } }] freemap_route_ipv6reset freemap
72402026-08-13T23:47:20.606Z, Aug 13 23:47:18.861
72412026-08-13T23:47:20.606ZunitDEBGAug 13 23:47:18.861 : Aug 13 23:47:18.861INFOreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.1freemap_route_ipv4
72422026-08-13T23:47:20.607Z
72432026-08-13T23:47:20.607Z
72442026-08-13T23:47:20.607ZAug 13 23:47:18.861 INFO adding route 172.17.0.10/32 -> 10.0.0.255DEBGAug 13 23:47:18.861 Aug 13 23:47:18.861DEBG
72452026-08-13T23:47:20.607Z 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 } }] reset freemapinitted freemap. size: 64
72462026-08-13T23:47:20.607Z, Aug 13 23:47:18.861, unitunitINFO: : Aug 13 23:47:18.861freemap_route_ipv6
72472026-08-13T23:47:20.607ZINFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:fffreemap_route_ipv6
72482026-08-13T23:47:20.607Zadding route 172.16.0.0/32 -> 10.0.0.2Aug 13 23:47:18.861
72492026-08-13T23:47:20.607Z
72502026-08-13T23:47:20.607ZDEBG reset freemap, Aug 13 23:47:18.861unitAug 13 23:47:18.861: Aug 13 23:47:18.861 freemap_route_ipv6DEBG
72512026-08-13T23:47:20.607ZDEBG 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 } }]Aug 13 23:47:18.861
72522026-08-13T23:47:20.607Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
72532026-08-13T23:47:20.607ZAug 13 23:47:18.861 Aug 13 23:47:18.861adding route 172.16.0.0/32 -> 10.0.0.1INFO
72542026-08-13T23:47:20.607Zadding route 172.16.0.0/32 -> 10.0.0.1Aug 13 23:47:18.861
72552026-08-13T23:47:20.607Z INFO Aug 13 23:47:18.861 DEBG DEBGAug 13 23:47:18.861replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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:3b::/64 -> 2001:db8::55:ff
72562026-08-13T23:47:20.607Z DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 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 } }]
72572026-08-13T23:47:20.607Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
72582026-08-13T23:47:20.607Z
72592026-08-13T23:47:20.608Z
72602026-08-13T23:47:20.608ZAug 13 23:47:18.861 Aug 13 23:47:18.861INFO Aug 13 23:47:18.861 DEBG adding route 172.16.0.0/32 -> 10.0.0.1DEBG
72612026-08-13T23:47:20.608Z Aug 13 23:47:18.861 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 13 23:47:18.861
72622026-08-13T23:47:20.608ZINFOAug 13 23:47:18.861 DEBGINFOadding route 172.16.0.0/32 -> 10.0.0.2
72632026-08-13T23:47:20.608Z Aug 13 23:47:18.861replacing 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 } }]
72642026-08-13T23:47:20.608ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55: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.11/32 -> 10.0.0.255replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:47:18.861
72652026-08-13T23:47:20.608Z
72662026-08-13T23:47:20.608Z
72672026-08-13T23:47:20.608ZINFOAug 13 23:47:18.861 adding route 172.16.0.0/32 -> 10.0.0.1
72682026-08-13T23:47:20.608ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 13 23:47:18.861
72692026-08-13T23:47:20.608Z Aug 13 23:47:18.861INFO Aug 13 23:47:18.861DEBG 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 } }] adding route 3fff:beef:3c::/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 } }]
72702026-08-13T23:47:20.608Z
72712026-08-13T23:47:20.608Z
72722026-08-13T23:47:20.608ZAug 13 23:47:18.861Aug 13 23:47:18.861 Aug 13 23:47:18.861DEBGAug 13 23:47:18.861 INFOINFOINFOreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.12/32 -> 10.0.0.255
72732026-08-13T23:47:20.608Z
72742026-08-13T23:47:20.608Z
72752026-08-13T23:47:20.608Zadding route 172.16.0.0/32 -> 10.0.0.3
72762026-08-13T23:47:20.608ZAug 13 23:47:18.861 INFOAug 13 23:47:18.861 adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffDEBG
72772026-08-13T23:47:20.608Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 13 23:47:18.861
72782026-08-13T23:47:20.609Z Aug 13 23:47:18.861DEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:47:18.861DEBG
72792026-08-13T23:47:20.609Z DEBGAug 13 23:47:18.861 INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] 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 172.16.0.0/32 -> 10.0.0.4
72802026-08-13T23:47:20.609Z
72812026-08-13T23:47:20.609ZAug 13 23:47:18.861
72822026-08-13T23:47:20.609Z INFO adding route 172.17.0.13/32 -> 10.0.0.255Aug 13 23:47:18.861Aug 13 23:47:18.861Aug 13 23:47:18.861 INFO
72832026-08-13T23:47:20.609ZINFO DEBGadding route 172.17.0.0/32 -> 10.0.0.255adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
72842026-08-13T23:47:20.609Z
72852026-08-13T23:47:20.609ZAug 13 23:47:18.861 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
72862026-08-13T23:47:20.609ZAug 13 23:47:18.861 Aug 13 23:47:18.861replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG replacing targets for 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 } }]
72872026-08-13T23:47:20.609ZDEBGAug 13 23:47:18.861
72882026-08-13T23:47:20.609Z DEBGreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:47:18.861
72892026-08-13T23:47:20.609Ztest route::tests::shrink_preserves_compacted_order ... ok
72902026-08-13T23:47:20.609Zreplacing targets for 172.16.0.0/32 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 } }]
72912026-08-13T23:47:20.609ZAug 13 23:47:18.861INFO DEBGAug 13 23:47:18.861adding route 172.17.0.14/32 -> 10.0.0.255
72922026-08-13T23:47:20.609Zfailed to allocate space for the new target listINFO
72932026-08-13T23:47:20.609Z adding route 172.17.0.1/32 -> 10.0.0.255
72942026-08-13T23:47:20.609ZAug 13 23:47:18.861 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 } }]
72952026-08-13T23:47:20.609ZAug 13 23:47:18.861 Aug 13 23:47:18.861DEBGAug 13 23:47:18.861 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
72962026-08-13T23:47:20.610Z
72972026-08-13T23:47:20.610ZINFO adding route 172.17.0.2/32 -> 10.0.0.255Aug 13 23:47:18.861 INFO adding route 172.17.0.15/32 -> 10.0.0.255
72982026-08-13T23:47:20.610Z
72992026-08-13T23:47:20.610Z
73002026-08-13T23:47:20.610ZAug 13 23:47:18.861 Aug 13 23:47:18.861DEBG DEBGreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:47:18.861
73012026-08-13T23:47:20.610ZINFOreplacing 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 } }]
73022026-08-13T23:47:20.610Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
73032026-08-13T23:47:20.610ZAug 13 23:47:18.861 INFOAug 13 23:47:18.861Aug 13 23:47:18.861 INFO adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.3/32 -> 10.0.0.255DEBG
73042026-08-13T23:47:20.610Z
73052026-08-13T23:47:20.610Zreplacing 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 } }]
73062026-08-13T23:47:20.610ZAug 13 23:47:18.854Aug 13 23:47:18.861Aug 13 23:47:18.861 Aug 13 23:47:18.861 DEBGINFODEBG 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 } }] created new freemapreplacing 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 } }]
73072026-08-13T23:47:20.610Z
73082026-08-13T23:47:20.610Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff,
73092026-08-13T23:47:20.610Zunit:Aug 13 23:47:18.861Aug 13 23:47:18.861 Aug 13 23:47:18.861freemap_route_ipv4INFO
73102026-08-13T23:47:20.610Z DEBGadding route 172.17.0.4/32 -> 10.0.0.255
73112026-08-13T23:47:20.610Zreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
73122026-08-13T23:47:20.610ZAug 13 23:47:18.861 adding route 172.17.0.17/32 -> 10.0.0.255
73132026-08-13T23:47:20.610ZDEBG Aug 13 23:47:18.861created new freemap Aug 13 23:47:18.861DEBG Aug 13 23:47:18.861, 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 } }]INFO
73142026-08-13T23:47:20.610Z 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:3c::/64 -> 2001:db8::55:ffunit
73152026-08-13T23:47:20.610Z
73162026-08-13T23:47:20.611Z: freemap_route_ipv6Aug 13 23:47:18.861
73172026-08-13T23:47:20.611Z Aug 13 23:47:18.861Aug 13 23:47:18.861 INFO INFOadding route 172.17.0.5/32 -> 10.0.0.255Aug 13 23:47:18.861 DEBGadding route 172.17.0.18/32 -> 10.0.0.255 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 } }] initted freemap. size: 64Aug 13 23:47:18.862, unit: freemap_route_ipv4
73182026-08-13T23:47:20.611ZDEBG
73192026-08-13T23:47:20.611ZAug 13 23:47:18.872created new freemap DEBG, unitreset freemap:, unitfreemap_route_ipv4:
73202026-08-13T23:47:20.611Z freemap_route_ipv4
73212026-08-13T23:47:20.611ZAug 13 23:47:18.872
73222026-08-13T23:47:20.611ZAug 13 23:47:18.872 DEBG initted freemap. size: 64Aug 13 23:47:18.872Aug 13 23:47:18.862 , DEBGunit :created new freemap , DEBG unitfreemap_route_ipv6
73232026-08-13T23:47:20.611Z:created new freemap freemap_route_ipv6,
73242026-08-13T23:47:20.611Zunit:Aug 13 23:47:18.872 freemap_route_ipv4DEBG
73252026-08-13T23:47:20.611ZAug 13 23:47:18.872 Aug 13 23:47:18.872failed to allocate space for the new target listDEBG
73262026-08-13T23:47:20.611Zreset freemapDEBG, unitAug 13 23:47:18.872: initted freemap. size: 64DEBGfreemap_route_ipv6 , created new freemapunit
73272026-08-13T23:47:20.611Z, Aug 13 23:47:18.872unit:: freemap_route_ipv4freemap_route_ipv6
73282026-08-13T23:47:20.611Z
73292026-08-13T23:47:20.617ZDEBG Aug 13 23:47:18.872replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
73302026-08-13T23:47:20.617ZINFOAug 13 23:47:18.872 Aug 13 23:47:18.872 adding route 172.16.0.0/32 -> 10.0.0.1 DEBG
73312026-08-13T23:47:20.617Z initted freemap. size: 64DEBG, unitreset freemap:, Aug 13 23:47:18.872unit freemap_route_ipv4DEBG
73322026-08-13T23:47:20.617Z :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 } }]
73332026-08-13T23:47:20.617Zfreemap_route_ipv4Aug 13 23:47:18.872
73342026-08-13T23:47:20.617Z DEBG Aug 13 23:47:18.872reset freemap , INFOunit :adding route 172.16.0.0/32 -> 10.0.0.1
73352026-08-13T23:47:20.617Zfreemap_route_ipv4Aug 13 23:47:18.872
73362026-08-13T23:47:20.617Z Aug 13 23:47:18.872
73372026-08-13T23:47:20.617ZAug 13 23:47:18.872DEBG DEBG 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 } }]
73382026-08-13T23:47:20.617Zinitted freemap. size: 64 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 } }], unit
73392026-08-13T23:47:20.617Z :Aug 13 23:47:18.872DEBGAug 13 23:47:18.872 Aug 13 23:47:18.872 INFOfreemap_route_ipv6 initted freemap. size: 64 ,
73402026-08-13T23:47:20.617Zadding route 172.17.0.6/32 -> 10.0.0.255unit
73412026-08-13T23:47:20.617ZINFO: freemap_route_ipv6Aug 13 23:47:18.872
73422026-08-13T23:47:20.617Z Aug 13 23:47:18.872adding route 172.16.0.0/32 -> 10.0.0.1 DEBGDEBG DEBGreset freemap
73432026-08-13T23:47:20.617Z , replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit:
73442026-08-13T23:47:20.617Z freemap_route_ipv6Aug 13 23:47:18.872replacing 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 } }]
73452026-08-13T23:47:20.617ZAug 13 23:47:18.872Aug 13 23:47:18.872
73462026-08-13T23:47:20.617ZDEBGINFO adding route 172.17.0.7/32 -> 10.0.0.255reset freemap
73472026-08-13T23:47:20.617ZAug 13 23:47:18.872, DEBG INFOunitAug 13 23:47:18.872 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]:Aug 13 23:47:18.872 adding route 172.16.0.0/32 -> 10.0.0.1 freemap_route_ipv6DEBG
73482026-08-13T23:47:20.617Z 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 } }]
73492026-08-13T23:47:20.617Z
73502026-08-13T23:47:20.617Z
73512026-08-13T23:47:20.618ZINFO adding route 172.17.0.19/32 -> 10.0.0.255
73522026-08-13T23:47:20.618ZAug 13 23:47:18.872 Aug 13 23:47:18.872INFOAug 13 23:47:18.872 INFOadding route 172.16.0.0/32 -> 10.0.0.1 Aug 13 23:47:18.872
73532026-08-13T23:47:20.618Z DEBGadding route 172.17.0.8/32 -> 10.0.0.255 Aug 13 23:47:18.872
73542026-08-13T23:47:20.618Z 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 } }]
73552026-08-13T23:47:20.618ZAug 13 23:47:18.872Aug 13 23:47:18.872INFO DEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
73562026-08-13T23:47:20.618Z
73572026-08-13T23:47:20.618Zreplacing 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.16.0.0/32 -> 10.0.0.2
73582026-08-13T23:47:20.618Z
73592026-08-13T23:47:20.618ZAug 13 23:47:18.872Aug 13 23:47:18.872Aug 13 23:47:18.872 Aug 13 23:47:18.872INFOINFOINFO INFO adding route 172.16.0.0/32 -> 10.0.0.2
73602026-08-13T23:47:20.618ZAug 13 23:47:18.872adding route 172.17.0.9/32 -> 10.0.0.255 DEBG
73612026-08-13T23:47:20.618Z 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: "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 } }]
73622026-08-13T23:47:20.618ZAug 13 23:47:18.872 DEBG Aug 13 23:47:18.872
73632026-08-13T23:47:20.618Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 13 23:47:18.872
73642026-08-13T23:47:20.618Z DEBGDEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2
73652026-08-13T23:47:20.618Zreplacing 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 } }]
73662026-08-13T23:47:20.618Z
73672026-08-13T23:47:20.618ZAug 13 23:47:18.872Aug 13 23:47:18.872 Aug 13 23:47:18.872INFOAug 13 23:47:18.872 Aug 13 23:47:18.872DEBG adding route 172.16.0.0/32 -> 10.0.0.3INFO
73682026-08-13T23:47:20.618Z adding route 172.17.0.10/32 -> 10.0.0.255INFO
73692026-08-13T23:47:20.618ZINFO adding route 172.17.0.0/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 } }]
73702026-08-13T23:47:20.618Z
73712026-08-13T23:47:20.618ZAug 13 23:47:18.872 adding route 172.17.0.21/32 -> 10.0.0.255Aug 13 23:47:18.872 DEBGDEBG
73722026-08-13T23:47:20.618Z replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
73732026-08-13T23:47:20.618Z
73742026-08-13T23:47:20.618ZAug 13 23:47:18.872Aug 13 23:47:18.872 INFODEBGAug 13 23:47:18.872 Aug 13 23:47:18.872 Aug 13 23:47:18.872INFO DEBG INFOadding route 172.17.0.11/32 -> 10.0.0.255
73752026-08-13T23:47:20.618Zreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4
73762026-08-13T23:47:20.618Z
73772026-08-13T23:47:20.618Zadding route 172.17.0.0/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 } }]Aug 13 23:47:18.872
73782026-08-13T23:47:20.618Z
73792026-08-13T23:47:20.618ZAug 13 23:47:18.872Aug 13 23:47:18.872 DEBGDEBGAug 13 23:47:18.872 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
73802026-08-13T23:47:20.618Zreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGadding route 172.17.0.1/32 -> 10.0.0.255
73812026-08-13T23:47:20.618Z
73822026-08-13T23:47:20.618ZAug 13 23:47:18.872replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 23:47:18.872
73832026-08-13T23:47:20.618ZAug 13 23:47:18.872INFOAug 13 23:47:18.872 DEBGDEBG INFO replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.12/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255
73842026-08-13T23:47:20.618Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 13 23:47:18.872
73852026-08-13T23:47:20.618ZINFO
73862026-08-13T23:47:20.618ZAug 13 23:47:18.872
73872026-08-13T23:47:20.618Z adding route 172.17.0.1/32 -> 10.0.0.255DEBG
73882026-08-13T23:47:20.618Z 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-08-13T23:47:20.619ZAug 13 23:47:18.872Aug 13 23:47:18.872 Aug 13 23:47:18.872DEBGAug 13 23:47:18.872 INFODEBG 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.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.2/32 -> 10.0.0.255INFO
73902026-08-13T23:47:20.619Z
73912026-08-13T23:47:20.619Z
73922026-08-13T23:47:20.619Z adding route 172.17.0.13/32 -> 10.0.0.255
73932026-08-13T23:47:20.619ZAug 13 23:47:18.872Aug 13 23:47:18.872Aug 13 23:47:18.872Aug 13 23:47:18.872 INFOINFODEBG DEBGadding route 172.17.0.2/32 -> 10.0.0.255
73942026-08-13T23:47:20.619Zreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73952026-08-13T23:47:20.619Z
73962026-08-13T23:47:20.619Zadding route 172.17.0.23/32 -> 10.0.0.255
73972026-08-13T23:47:20.619ZAug 13 23:47:18.872 DEBGAug 13 23:47:18.872 Aug 13 23:47:18.872Aug 13 23:47:18.872 replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
73982026-08-13T23:47:20.619Z adding route 172.17.0.14/32 -> 10.0.0.255
73992026-08-13T23:47:20.619ZINFODEBG Aug 13 23:47:18.872 replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 23:47:18.872
74002026-08-13T23:47:20.619Z INFODEBGadding route 172.17.0.3/32 -> 10.0.0.255 adding route 172.17.0.3/32 -> 10.0.0.255replacing 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 } }]
74012026-08-13T23:47:20.619Z
74022026-08-13T23:47:20.619Z
74032026-08-13T23:47:20.619ZAug 13 23:47:18.872Aug 13 23:47:18.872 INFOINFOAug 13 23:47:18.872 Aug 13 23:47:18.872 adding route 172.17.0.15/32 -> 10.0.0.255
74042026-08-13T23:47:20.619ZDEBGadding route 172.17.0.24/32 -> 10.0.0.255DEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
74052026-08-13T23:47:20.619Z
74062026-08-13T23:47:20.619Z
74072026-08-13T23:47:20.619ZAug 13 23:47:18.872 DEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:47:18.872
74082026-08-13T23:47:20.619ZAug 13 23:47:18.872Aug 13 23:47:18.872 DEBGINFO INFOreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:47:18.873
74092026-08-13T23:47:20.619Z INFO adding route 172.17.0.4/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.4/32 -> 10.0.0.255
74102026-08-13T23:47:20.619Z
74112026-08-13T23:47:20.619ZAug 13 23:47:18.873
74122026-08-13T23:47:20.619Z INFO Aug 13 23:47:18.873adding route 172.17.0.25/32 -> 10.0.0.255 Aug 13 23:47:18.873
74132026-08-13T23:47:20.619Z Aug 13 23:47:18.873DEBGDEBG 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 } }]
74142026-08-13T23:47:20.619Zreplacing 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 } }]
74152026-08-13T23:47:20.619Zreplacing 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 } }]
74162026-08-13T23:47:20.619ZAug 13 23:47:18.873Aug 13 23:47:18.873 Aug 13 23:47:18.873INFOAug 13 23:47:18.873 DEBGadding route 172.17.0.17/32 -> 10.0.0.255 INFOINFOreplacing 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 } }]
74172026-08-13T23:47:20.619Z adding route 172.17.0.5/32 -> 10.0.0.255
74182026-08-13T23:47:20.619Z
74192026-08-13T23:47:20.619Zadding route 172.17.0.5/32 -> 10.0.0.255
74202026-08-13T23:47:20.619ZAug 13 23:47:18.873 DEBGAug 13 23:47:18.873 Aug 13 23:47:18.873DEBGAug 13 23:47:18.873replacing 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 } }]
74212026-08-13T23:47:20.619ZDEBGreplacing 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 } }]
74222026-08-13T23:47:20.619Zreplacing 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 } }]
74232026-08-13T23:47:20.619Z INFO adding route 172.17.0.26/32 -> 10.0.0.255Aug 13 23:47:18.873
74242026-08-13T23:47:20.619ZAug 13 23:47:18.873Aug 13 23:47:18.873 INFO INFOadding route 172.17.0.6/32 -> 10.0.0.255 INFOAug 13 23:47:18.873adding route 172.17.0.18/32 -> 10.0.0.255
74252026-08-13T23:47:20.619Z adding route 172.17.0.6/32 -> 10.0.0.255
74262026-08-13T23:47:20.619Z
74272026-08-13T23:47:20.619ZDEBG 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 } }]
74282026-08-13T23:47:20.619ZAug 13 23:47:18.873Aug 13 23:47:18.873 DEBGAug 13 23:47:18.873DEBG 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 } }]
74292026-08-13T23:47:20.624ZDEBGreplacing 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.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 } }]
74302026-08-13T23:47:20.624ZAug 13 23:47:18.873Aug 13 23:47:18.883 Aug 13 23:47:18.883 DEBG INFOcreated new freemapINFO adding route 172.17.0.7/32 -> 10.0.0.255, adding route 172.17.0.7/32 -> 10.0.0.255
74312026-08-13T23:47:20.624Z
74322026-08-13T23:47:20.624Zunit: freemap_route_ipv4Aug 13 23:47:18.883
74332026-08-13T23:47:20.625Z Aug 13 23:47:18.883DEBG
74342026-08-13T23:47:20.625Z 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 } }]
74352026-08-13T23:47:20.625Zreplacing 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 } }]
74362026-08-13T23:47:20.625ZAug 13 23:47:18.883Aug 13 23:47:18.883 INFO DEBGadding route 172.17.0.19/32 -> 10.0.0.255
74372026-08-13T23:47:20.625ZAug 13 23:47:18.883created new freemap , INFOunit :Aug 13 23:47:18.883 adding route 172.17.0.8/32 -> 10.0.0.255
74382026-08-13T23:47:20.625ZDEBGfreemap_route_ipv6
74392026-08-13T23:47:20.625Zreplacing 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 } }]
74402026-08-13T23:47:20.625ZAug 13 23:47:18.883 DEBG Aug 13 23:47:18.883 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
74412026-08-13T23:47:20.625Z, unit:Aug 13 23:47:18.883 freemap_route_ipv4
74422026-08-13T23:47:20.625ZINFOAug 13 23:47:18.883 adding route 172.17.0.20/32 -> 10.0.0.255INFO
74432026-08-13T23:47:20.625Z adding route 172.17.0.9/32 -> 10.0.0.255Aug 13 23:47:18.883 DEBG reset freemapAug 13 23:47:18.883 , DEBGunit
74442026-08-13T23:47:20.625Zreplacing 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 } }]:
74452026-08-13T23:47:20.625Z freemap_route_ipv4Aug 13 23:47:18.883
74462026-08-13T23:47:20.625Z DEBGAug 13 23:47:18.883 Aug 13 23:47:18.873Aug 13 23:47:18.883replacing 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 } }]
74472026-08-13T23:47:20.625ZINFODEBG adding route 172.17.0.21/32 -> 10.0.0.255INFO
74482026-08-13T23:47:20.625Z initted freemap. size: 64adding route 172.17.0.27/32 -> 10.0.0.255Aug 13 23:47:18.883,
74492026-08-13T23:47:20.625Zunit Aug 13 23:47:18.883INFO :adding route 172.17.0.10/32 -> 10.0.0.255
74502026-08-13T23:47:20.625ZDEBG freemap_route_ipv6replacing 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 } }]
74512026-08-13T23:47:20.625Z
74522026-08-13T23:47:20.626ZAug 13 23:47:18.883Aug 13 23:47:18.883 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 } }]Aug 13 23:47:18.883DEBG 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 } }] adding route 172.17.0.22/32 -> 10.0.0.255
74532026-08-13T23:47:20.626Z
74542026-08-13T23:47:20.626Z
74552026-08-13T23:47:20.626ZAug 13 23:47:18.883 DEBGAug 13 23:47:18.883 Aug 13 23:47:18.883 reset freemapINFO Aug 13 23:47:18.883adding route 172.17.0.28/32 -> 10.0.0.255 DEBG
74562026-08-13T23:47:20.626Z 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 } }],
74572026-08-13T23:47:20.626Zunitadding route 172.17.0.11/32 -> 10.0.0.255:
74582026-08-13T23:47:20.626Z Aug 13 23:47:18.883Aug 13 23:47:18.883freemap_route_ipv6
74592026-08-13T23:47:20.626ZINFO Aug 13 23:47:18.883adding route 172.17.0.23/32 -> 10.0.0.255 DEBG
74602026-08-13T23:47:20.626Z DEBGreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:47:18.883
74612026-08-13T23:47:20.626Zreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:47:18.883
74622026-08-13T23:47:20.626ZDEBGINFO replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:47:18.883
74632026-08-13T23:47:20.626Z adding route 172.16.0.0/32 -> 10.0.0.1INFO
74642026-08-13T23:47:20.626Z adding route 172.17.0.29/32 -> 10.0.0.255
74652026-08-13T23:47:20.626ZAug 13 23:47:18.883Aug 13 23:47:18.883 Aug 13 23:47:18.883INFO Aug 13 23:47:18.883DEBG INFODEBG adding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74662026-08-13T23:47:20.626Z
74672026-08-13T23:47:20.626Zadding route 172.17.0.12/32 -> 10.0.0.255
74682026-08-13T23:47:20.626Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
74692026-08-13T23:47:20.626ZAug 13 23:47:18.883 Aug 13 23:47:18.883INFO DEBGadding route 172.17.0.30/32 -> 10.0.0.255Aug 13 23:47:18.883 Aug 13 23:47:18.883replacing 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 } }]
74702026-08-13T23:47:20.627Z
74712026-08-13T23:47:20.627Z 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 } }]INFOAug 13 23:47:18.883
74722026-08-13T23:47:20.627Z Aug 13 23:47:18.883DEBG INFOreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74732026-08-13T23:47:20.627Zadding route 172.16.0.0/32 -> 10.0.0.2 Aug 13 23:47:18.883adding route 172.17.0.25/32 -> 10.0.0.255
74742026-08-13T23:47:20.627ZINFOAug 13 23:47:18.883
74752026-08-13T23:47:20.627Z adding route 172.17.0.13/32 -> 10.0.0.255INFO
74762026-08-13T23:47:20.627Z adding route 172.17.0.31/32 -> 10.0.0.255
74772026-08-13T23:47:20.627ZAug 13 23:47:18.883Aug 13 23:47:18.883 Aug 13 23:47:18.883Aug 13 23:47:18.883DEBG 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 } }]
74782026-08-13T23:47:20.627Zreplacing 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 DEBG
74792026-08-13T23:47:20.627Z 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.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 } }]
74802026-08-13T23:47:20.627Z
74812026-08-13T23:47:20.627ZAug 13 23:47:18.883 INFO adding route 172.16.0.0/32 -> 10.0.0.3Aug 13 23:47:18.883
74822026-08-13T23:47:20.627Z Aug 13 23:47:18.883INFOAug 13 23:47:18.883 INFOadding route 172.17.0.32/32 -> 10.0.0.255
74832026-08-13T23:47:20.627ZINFO adding route 172.17.0.26/32 -> 10.0.0.255Aug 13 23:47:18.883
74842026-08-13T23:47:20.627Z Aug 13 23:47:18.883DEBG Aug 13 23:47:18.883adding route 172.17.0.14/32 -> 10.0.0.255DEBG
74852026-08-13T23:47:20.627ZDEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 } }]
74862026-08-13T23:47:20.628Zreplacing 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 } }]
74872026-08-13T23:47:20.628Z
74882026-08-13T23:47:20.628ZAug 13 23:47:18.883 Aug 13 23:47:18.883DEBG 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 } }] Aug 13 23:47:18.883Aug 13 23:47:18.883
74892026-08-13T23:47:20.628Zadding route 172.17.0.33/32 -> 10.0.0.255 INFO
74902026-08-13T23:47:20.628Zadding route 172.17.0.27/32 -> 10.0.0.255 Aug 13 23:47:18.883
74912026-08-13T23:47:20.628ZINFO INFOadding route 172.16.0.0/32 -> 10.0.0.4 Aug 13 23:47:18.883
74922026-08-13T23:47:20.628Z adding route 172.17.0.15/32 -> 10.0.0.255DEBG
74932026-08-13T23:47:20.628Zreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:47:18.883
74942026-08-13T23:47:20.628ZAug 13 23:47:18.883 DEBG DEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:47:18.883
74952026-08-13T23:47:20.628Z 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 } }] Aug 13 23:47:18.883adding route 172.17.0.34/32 -> 10.0.0.255
74962026-08-13T23:47:20.628Z
74972026-08-13T23:47:20.628ZDEBGAug 13 23:47:18.883 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
74982026-08-13T23:47:20.628ZAug 13 23:47:18.883 adding route 172.17.0.28/32 -> 10.0.0.255Aug 13 23:47:18.883
74992026-08-13T23:47:20.628Z DEBGINFO adding route 172.17.0.0/32 -> 10.0.0.255Aug 13 23:47:18.883
75002026-08-13T23:47:20.628ZAug 13 23:47:18.883 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 } }]
75012026-08-13T23:47:20.628ZINFO 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.16/32 -> 10.0.0.255
75022026-08-13T23:47:20.628Z
75032026-08-13T23:47:20.628ZAug 13 23:47:18.883 Aug 13 23:47:18.883INFO Aug 13 23:47:18.883 Aug 13 23:47:18.883INFODEBG adding route 172.17.0.35/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255 DEBG
75042026-08-13T23:47:20.628Zreplacing 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 } }]
75052026-08-13T23:47:20.628Z
75062026-08-13T23:47:20.629Zreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:47:18.883
75072026-08-13T23:47:20.629ZAug 13 23:47:18.883 DEBGAug 13 23:47:18.883 INFO adding route 172.17.0.1/32 -> 10.0.0.255DEBG
75082026-08-13T23:47:20.629Z 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 } }]
75092026-08-13T23:47:20.629ZAug 13 23:47:18.883 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 } }]
75102026-08-13T23:47:20.629ZAug 13 23:47:18.883 INFO adding route 172.17.0.2/32 -> 10.0.0.255
75112026-08-13T23:47:20.629ZAug 13 23:47:18.883 INFO adding route 172.17.0.30/32 -> 10.0.0.255Aug 13 23:47:18.883
75122026-08-13T23:47:20.629Z 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 } }]
75132026-08-13T23:47:20.629ZAug 13 23:47:18.883 DEBG Aug 13 23:47:18.883replacing 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 } }]
75142026-08-13T23:47:20.629ZINFO adding route 172.17.0.3/32 -> 10.0.0.255 Aug 13 23:47:18.883replacing 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 } }]
75152026-08-13T23:47:20.629ZAug 13 23:47:18.883INFO
75162026-08-13T23:47:20.629Z adding route 172.17.0.31/32 -> 10.0.0.255INFOAug 13 23:47:18.883
75172026-08-13T23:47:20.629Z adding route 172.17.0.17/32 -> 10.0.0.255Aug 13 23:47:18.883INFO
75182026-08-13T23:47:20.629Z INFO Aug 13 23:47:18.883adding route 172.17.0.8/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255
75192026-08-13T23:47:20.629Z
75202026-08-13T23:47:20.629ZDEBGAug 13 23:47:18.883 replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:47:18.883DEBG Aug 13 23:47:18.883Aug 13 23:47:18.883 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 } }]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 } }]
75212026-08-13T23:47:20.629ZDEBG
75222026-08-13T23:47:20.629Z 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 } }]
75232026-08-13T23:47:20.629Zreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75242026-08-13T23:47:20.629Z
75252026-08-13T23:47:20.630ZAug 13 23:47:18.883 INFO adding route 172.17.0.9/32 -> 10.0.0.255Aug 13 23:47:18.883
75262026-08-13T23:47:20.630Z Aug 13 23:47:18.883Aug 13 23:47:18.883Aug 13 23:47:18.883 INFOINFO Aug 13 23:47:18.883INFO adding route 172.17.0.37/32 -> 10.0.0.255INFODEBG
75272026-08-13T23:47:20.630Zadding route 172.17.0.18/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 } }]adding route 172.17.0.32/32 -> 10.0.0.255
75282026-08-13T23:47:20.630Z
75292026-08-13T23:47:20.635Z
75302026-08-13T23:47:20.635ZAug 13 23:47:18.883 adding route 172.17.0.4/32 -> 10.0.0.255DEBG
75312026-08-13T23:47:20.635ZAug 13 23:47:18.883Aug 13 23:47:18.883 Aug 13 23:47:18.883 INFODEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75322026-08-13T23:47:20.635Z
75332026-08-13T23:47:20.635ZAug 13 23:47:18.883adding route 172.17.0.10/32 -> 10.0.0.255
75342026-08-13T23:47:20.635ZDEBGAug 13 23:47:18.883 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 } }]DEBG
75352026-08-13T23:47:20.635ZAug 13 23:47:18.883Aug 13 23:47:18.883 DEBGINFO replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:47:18.883
75362026-08-13T23:47:20.635Z INFOINFO adding route 172.17.0.38/32 -> 10.0.0.255replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:47:18.883adding route 172.17.0.19/32 -> 10.0.0.255 INFO
75372026-08-13T23:47:20.635Z
75382026-08-13T23:47:20.635Zadding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255
75392026-08-13T23:47:20.635Z
75402026-08-13T23:47:20.635Z
75412026-08-13T23:47:20.635ZAug 13 23:47:18.883 DEBGAug 13 23:47:18.883 Aug 13 23:47:18.883Aug 13 23:47:18.883 DEBG DEBG 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 } }] replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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.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 } }]
75422026-08-13T23:47:20.635ZAug 13 23:47:18.883 Aug 13 23:47:18.893INFO INFOadding route 172.17.0.5/32 -> 10.0.0.255
75432026-08-13T23:47:20.635Zadding route 172.17.0.34/32 -> 10.0.0.255
75442026-08-13T23:47:20.635Z
75452026-08-13T23:47:20.635ZAug 13 23:47:18.893Aug 13 23:47:18.893 DEBGDEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
75462026-08-13T23:47:20.635Z
75472026-08-13T23:47:20.636ZAug 13 23:47:18.893
75482026-08-13T23:47:20.636ZAug 13 23:47:18.893 INFOINFO Aug 13 23:47:18.893adding route 172.17.0.20/32 -> 10.0.0.255 Aug 13 23:47:18.893INFO INFOadding route 172.17.0.6/32 -> 10.0.0.255
75492026-08-13T23:47:20.636Zadding route 172.17.0.39/32 -> 10.0.0.255
75502026-08-13T23:47:20.636Zadding route 172.17.0.35/32 -> 10.0.0.255Aug 13 23:47:18.893
75512026-08-13T23:47:20.636Z Aug 13 23:47:18.893DEBG 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 } }]Aug 13 23:47:18.893
75522026-08-13T23:47:20.636Z replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
75532026-08-13T23:47:20.636Z Aug 13 23:47:18.893replacing 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 } }]
75542026-08-13T23:47:20.636ZINFO Aug 13 23:47:18.893adding route 172.17.0.7/32 -> 10.0.0.255
75552026-08-13T23:47:20.636ZINFO Aug 13 23:47:18.893 adding route 172.17.0.40/32 -> 10.0.0.255INFO
75562026-08-13T23:47:20.636Z Aug 13 23:47:18.893 adding route 172.17.0.36/32 -> 10.0.0.255DEBG
75572026-08-13T23:47:20.636ZAug 13 23:47:18.893 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
75582026-08-13T23:47:20.636Z replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:47:18.893
75592026-08-13T23:47:20.636Z DEBG Aug 13 23:47:18.893replacing 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 } }]
75602026-08-13T23:47:20.636ZAug 13 23:47:18.893INFO INFOadding route 172.17.0.8/32 -> 10.0.0.255
75612026-08-13T23:47:20.636ZAug 13 23:47:18.893adding route 172.17.0.41/32 -> 10.0.0.255
75622026-08-13T23:47:20.637ZINFO Aug 13 23:47:18.893adding route 172.17.0.37/32 -> 10.0.0.255
75632026-08-13T23:47:20.637ZDEBG Aug 13 23:47:18.893replacing 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 } }]
75642026-08-13T23:47:20.637ZDEBGAug 13 23:47:18.893 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
75652026-08-13T23:47:20.637Z Aug 13 23:47:18.893replacing 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 } }]
75662026-08-13T23:47:20.637ZINFOAug 13 23:47:18.893 adding route 172.17.0.9/32 -> 10.0.0.255INFO
75672026-08-13T23:47:20.637ZAug 13 23:47:18.893 adding route 172.17.0.42/32 -> 10.0.0.255INFO
75682026-08-13T23:47:20.637Z adding route 172.17.0.38/32 -> 10.0.0.255Aug 13 23:47:18.893
75692026-08-13T23:47:20.637Z DEBGAug 13 23:47:18.893 DEBGreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 23:47:18.893replacing 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 } }]
75702026-08-13T23:47:20.637Z
75712026-08-13T23:47:20.637Z DEBGAug 13 23:47:18.894 replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:47:18.894
75722026-08-13T23:47:20.637Z INFOINFO adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.10/32 -> 10.0.0.255
75732026-08-13T23:47:20.637Z
75742026-08-13T23:47:20.637ZAug 13 23:47:18.894 INFOAug 13 23:47:18.894 adding route 172.17.0.39/32 -> 10.0.0.255Aug 13 23:47:18.894
75752026-08-13T23:47:20.637ZDEBG DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
75762026-08-13T23:47:20.637Z
75772026-08-13T23:47:20.637ZAug 13 23:47:18.894 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 } }]
75782026-08-13T23:47:20.638ZAug 13 23:47:18.894Aug 13 23:47:18.894 INFOINFOAug 13 23:47:18.894 adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.17.0.11/32 -> 10.0.0.255INFO
75792026-08-13T23:47:20.638Z
75802026-08-13T23:47:20.638Z adding route 172.17.0.40/32 -> 10.0.0.255
75812026-08-13T23:47:20.638ZAug 13 23:47:18.894Aug 13 23:47:18.894 DEBGAug 13 23:47:18.894 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 } }] 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 } }]
75822026-08-13T23:47:20.638Z
75832026-08-13T23:47:20.638Z 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 } }]
75842026-08-13T23:47:20.638ZAug 13 23:47:18.894Aug 13 23:47:18.894 Aug 13 23:47:18.894INFO INFOINFO adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255
75852026-08-13T23:47:20.638Z
75862026-08-13T23:47:20.638Zadding route 172.17.0.45/32 -> 10.0.0.255
75872026-08-13T23:47:20.638ZAug 13 23:47:18.894Aug 13 23:47:18.894Aug 13 23:47:18.894 DEBGDEBG DEBGreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75882026-08-13T23:47:20.638Zreplacing 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.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 } }]
75892026-08-13T23:47:20.638Z
75902026-08-13T23:47:20.638ZAug 13 23:47:18.894 INFO Aug 13 23:47:18.894Aug 13 23:47:18.894 adding route 172.17.0.42/32 -> 10.0.0.255
75912026-08-13T23:47:20.638ZINFO INFOadding route 172.17.0.46/32 -> 10.0.0.255
75922026-08-13T23:47:20.638Zadding route 172.17.0.13/32 -> 10.0.0.255Aug 13 23:47:18.894
75932026-08-13T23:47:20.638Z DEBGAug 13 23:47:18.894 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 } }]DEBGAug 13 23:47:18.894
75942026-08-13T23:47:20.639Zreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
75952026-08-13T23:47:20.639Zreplacing 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 } }]
75962026-08-13T23:47:20.639ZAug 13 23:47:18.894 INFO
75972026-08-13T23:47:20.639ZAug 13 23:47:18.894Aug 13 23:47:18.894 INFOadding route 172.17.0.43/32 -> 10.0.0.255
75982026-08-13T23:47:20.639ZINFOadding route 172.17.0.14/32 -> 10.0.0.255Aug 13 23:47:18.894
75992026-08-13T23:47:20.639Z adding route 172.17.0.47/32 -> 10.0.0.255DEBG
76002026-08-13T23:47:20.639Z replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:47:18.894Aug 13 23:47:18.894
76012026-08-13T23:47:20.639Z
76022026-08-13T23:47:20.639Z Aug 13 23:47:18.894DEBG DEBG DEBGreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 23:47:18.894replacing 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 } }]
76032026-08-13T23:47:20.639Z 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 } }]
76042026-08-13T23:47:20.639Zadding route 172.17.0.21/32 -> 10.0.0.255
76052026-08-13T23:47:20.639Z
76062026-08-13T23:47:20.639ZAug 13 23:47:18.894 Aug 13 23:47:18.894INFO Aug 13 23:47:18.894INFO Aug 13 23:47:18.894DEBGAug 13 23:47:18.894 adding route 172.17.0.44/32 -> 10.0.0.255 replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76072026-08-13T23:47:20.639Z
76082026-08-13T23:47:20.639Z INFO adding route 172.17.0.15/32 -> 10.0.0.255INFO
76092026-08-13T23:47:20.639ZAug 13 23:47:18.894adding route 172.17.0.12/32 -> 10.0.0.255 Aug 13 23:47:18.894
76102026-08-13T23:47:20.639Z adding route 172.17.0.48/32 -> 10.0.0.255INFODEBG
76112026-08-13T23:47:20.640Z adding route 172.17.0.22/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 } }]
76122026-08-13T23:47:20.640ZAug 13 23:47:18.894
76132026-08-13T23:47:20.640Z DEBG Aug 13 23:47:18.894replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 23:47:18.894Aug 13 23:47:18.894
76142026-08-13T23:47:20.640ZDEBG INFODEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.45/32 -> 10.0.0.255
76152026-08-13T23:47:20.640Z
76162026-08-13T23:47:20.640Z replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:47:18.894
76172026-08-13T23:47:20.640Z Aug 13 23:47:18.894Aug 13 23:47:18.894 DEBGINFO 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 } }]replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:47:18.894
76182026-08-13T23:47:20.640Z INFOadding route 172.17.0.49/32 -> 10.0.0.255
76192026-08-13T23:47:20.640Z
76202026-08-13T23:47:20.640Zadding route 172.17.0.23/32 -> 10.0.0.255Aug 13 23:47:18.894Aug 13 23:47:18.894
76212026-08-13T23:47:20.640Z INFOINFOAug 13 23:47:18.894 adding route 172.17.0.13/32 -> 10.0.0.255DEBGadding route 172.17.0.46/32 -> 10.0.0.255
76222026-08-13T23:47:20.640Z
76232026-08-13T23:47:20.640ZAug 13 23:47:18.894replacing 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 } }]
76242026-08-13T23:47:20.640ZDEBG Aug 13 23:47:18.894replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:47:18.894
76252026-08-13T23:47:20.640ZAug 13 23:47:18.894 DEBGINFOAug 13 23:47:18.894DEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO Aug 13 23:47:18.894
76262026-08-13T23:47:20.640Zadding route 172.17.0.50/32 -> 10.0.0.255 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 } }]
76272026-08-13T23:47:20.640Z
76282026-08-13T23:47:20.640Z Aug 13 23:47:18.894INFOadding route 172.17.0.16/32 -> 10.0.0.255
76292026-08-13T23:47:20.645Z INFOAug 13 23:47:18.894 adding route 172.17.0.47/32 -> 10.0.0.255DEBG
76302026-08-13T23:47:20.645Z 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.24/32 -> 10.0.0.255
76312026-08-13T23:47:20.645ZAug 13 23:47:18.894
76322026-08-13T23:47:20.646Z Aug 13 23:47:18.894 INFO DEBGadding route 172.17.0.14/32 -> 10.0.0.255Aug 13 23:47:18.894
76332026-08-13T23:47:20.646Z DEBGAug 13 23:47:18.894 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.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 } }]
76342026-08-13T23:47:20.646Z
76352026-08-13T23:47:20.646ZINFO Aug 13 23:47:18.894adding route 172.17.0.51/32 -> 10.0.0.255Aug 13 23:47:18.894
76362026-08-13T23:47:20.646Z DEBGAug 13 23:47:18.894 replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 23:47:18.894
76372026-08-13T23:47:20.646Z INFOAug 13 23:47:18.894 adding route 172.17.0.48/32 -> 10.0.0.255INFODEBG
76382026-08-13T23:47:20.646Z adding route 172.17.0.25/32 -> 10.0.0.255
76392026-08-13T23:47:20.646Zreplacing 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
76402026-08-13T23:47:20.646ZAug 13 23:47:18.894Aug 13 23:47:18.894 Aug 13 23:47:18.894DEBG Aug 13 23:47:18.894replacing 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 } }]
76412026-08-13T23:47:20.646ZDEBGINFO adding route 172.17.0.52/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 } }]
76422026-08-13T23:47:20.646Z
76432026-08-13T23:47:20.646Zreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:47:18.894
76442026-08-13T23:47:20.646ZINFO Aug 13 23:47:18.894INFOAug 13 23:47:18.894 adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255DEBG
76452026-08-13T23:47:20.646Z INFO
76462026-08-13T23:47:20.647Z replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.26/32 -> 10.0.0.255
76472026-08-13T23:47:20.647Z
76482026-08-13T23:47:20.647ZAug 13 23:47:18.894 DEBGAug 13 23:47:18.894 Aug 13 23:47:18.894replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:47:18.894 Aug 13 23:47:18.894
76492026-08-13T23:47:20.647Z DEBG DEBGINFOAug 13 23:47:18.894replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOadding route 172.17.0.53/32 -> 10.0.0.255
76502026-08-13T23:47:20.647Zadding route 172.17.0.50/32 -> 10.0.0.255
76512026-08-13T23:47:20.647Z
76522026-08-13T23:47:20.647ZINFO Aug 13 23:47:18.894adding route 172.17.0.17/32 -> 10.0.0.255 Aug 13 23:47:18.894
76532026-08-13T23:47:20.647ZAug 13 23:47:18.894replacing 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 } }] INFODEBG
76542026-08-13T23:47:20.647Z DEBGadding route 172.17.0.27/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 } }]
76552026-08-13T23:47:20.647Z
76562026-08-13T23:47:20.647Zreplacing 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 } }]
76572026-08-13T23:47:20.647ZAug 13 23:47:18.894Aug 13 23:47:18.894 Aug 13 23:47:18.894 Aug 13 23:47:18.894DEBGAug 13 23:47:18.894 INFOINFO INFODEBG adding route 172.17.0.51/32 -> 10.0.0.255
76582026-08-13T23:47:20.647Zreplacing 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.54/32 -> 10.0.0.255
76592026-08-13T23:47:20.647Z
76602026-08-13T23:47:20.647Zadding route 172.17.0.16/32 -> 10.0.0.255Aug 13 23:47:18.894
76612026-08-13T23:47:20.647ZDEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:47:18.894 INFO
76622026-08-13T23:47:20.647Zadding route 172.17.0.28/32 -> 10.0.0.255
76632026-08-13T23:47:20.648Z
76642026-08-13T23:47:20.648ZAug 13 23:47:18.903 Aug 13 23:47:18.903 INFODEBG adding route 172.17.0.18/32 -> 10.0.0.255Aug 13 23:47:18.903replacing 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 } }]
76652026-08-13T23:47:20.648ZINFO
76662026-08-13T23:47:20.648Zadding route 172.17.0.52/32 -> 10.0.0.255
76672026-08-13T23:47:20.648ZAug 13 23:47:18.903 Aug 13 23:47:18.903INFO Aug 13 23:47:18.903DEBG Aug 13 23:47:18.894adding route 172.17.0.29/32 -> 10.0.0.255DEBG
76682026-08-13T23:47:20.648ZDEBGreplacing 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.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 } }]
76692026-08-13T23:47:20.648Z
76702026-08-13T23:47:20.648Zreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:47:18.903Aug 13 23:47:18.903Aug 13 23:47:18.903
76712026-08-13T23:47:20.648Z INFO adding route 172.17.0.53/32 -> 10.0.0.255DEBG
76722026-08-13T23:47:20.648Z 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
76732026-08-13T23:47:20.648Z Aug 13 23:47:18.903adding route 172.17.0.19/32 -> 10.0.0.255 Aug 13 23:47:18.903INFO
76742026-08-13T23:47:20.648ZAug 13 23:47:18.903DEBG 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 } }]
76752026-08-13T23:47:20.648Zadding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255
76762026-08-13T23:47:20.648Z
76772026-08-13T23:47:20.648ZAug 13 23:47:18.903Aug 13 23:47:18.903 Aug 13 23:47:18.903 INFODEBG Aug 13 23:47:18.903 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 } }]adding route 172.17.0.54/32 -> 10.0.0.255 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 } }]
76782026-08-13T23:47:20.648ZDEBG
76792026-08-13T23:47:20.648Z 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 } }]
76802026-08-13T23:47:20.648Z
76812026-08-13T23:47:20.648ZAug 13 23:47:18.903 INFOAug 13 23:47:18.903Aug 13 23:47:18.903 Aug 13 23:47:18.903INFO DEBGINFOadding route 172.17.0.56/32 -> 10.0.0.255 adding route 172.17.0.31/32 -> 10.0.0.255replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76822026-08-13T23:47:20.648Zadding route 172.17.0.20/32 -> 10.0.0.255
76832026-08-13T23:47:20.648Z
76842026-08-13T23:47:20.649Z
76852026-08-13T23:47:20.649ZAug 13 23:47:18.903Aug 13 23:47:18.903 Aug 13 23:47:18.903Aug 13 23:47:18.903DEBG INFOreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76862026-08-13T23:47:20.649ZDEBGadding route 172.17.0.55/32 -> 10.0.0.255
76872026-08-13T23:47:20.649Zreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
76882026-08-13T23:47:20.649Z Aug 13 23:47:18.903replacing 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 } }]
76892026-08-13T23:47:20.649ZAug 13 23:47:18.903Aug 13 23:47:18.903 INFOINFO DEBGadding route 172.17.0.57/32 -> 10.0.0.255
76902026-08-13T23:47:20.649Ztest route::tests::add_target_fails_full ... ok
76912026-08-13T23:47:20.649Ztest route::tests::delete_targets_full ... ok
76922026-08-13T23:47:20.649Zadding route 172.17.0.32/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 } }]
76932026-08-13T23:47:20.649Z
76942026-08-13T23:47:20.649ZAug 13 23:47:18.903 INFOAug 13 23:47:18.903 Aug 13 23:47:18.903 Aug 13 23:47:18.903adding route 172.17.0.21/32 -> 10.0.0.255 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.56/32 -> 10.0.0.255
76952026-08-13T23:47:20.649Z
76962026-08-13T23:47:20.649Z
76972026-08-13T23:47:20.649ZDEBG 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 } }]
76982026-08-13T23:47:20.649ZAug 13 23:47:18.903 Aug 13 23:47:18.903INFO Aug 13 23:47:18.903 Aug 13 23:47:18.903adding route 172.17.0.58/32 -> 10.0.0.255
76992026-08-13T23:47:20.649ZDEBGINFO replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
77002026-08-13T23:47:20.649Zadding route 172.17.0.33/32 -> 10.0.0.255
77012026-08-13T23:47:20.649Zreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:47:18.903
77022026-08-13T23:47:20.649ZAug 13 23:47:18.903DEBG Aug 13 23:47:18.903INFOAug 13 23:47:18.903 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.57/32 -> 10.0.0.255
77032026-08-13T23:47:20.650ZDEBG 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 } }]
77042026-08-13T23:47:20.650ZINFO Aug 13 23:47:18.903
77052026-08-13T23:47:20.650ZDEBGadding route 172.17.0.22/32 -> 10.0.0.255Aug 13 23:47:18.903
77062026-08-13T23:47:20.650ZAug 13 23:47:18.903replacing 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 } }]
77072026-08-13T23:47:20.650ZINFO adding route 172.17.0.59/32 -> 10.0.0.255INFO
77082026-08-13T23:47:20.650Z Aug 13 23:47:18.903adding route 172.17.0.34/32 -> 10.0.0.255 INFO
77092026-08-13T23:47:20.650Z Aug 13 23:47:18.903adding route 172.17.0.58/32 -> 10.0.0.255Aug 13 23:47:18.903
77102026-08-13T23:47:20.650Z DEBGDEBGAug 13 23:47:18.903 Aug 13 23:47:18.903 replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
77112026-08-13T23:47:20.650Z 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 } }]
77122026-08-13T23:47:20.650Zreplacing 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 } }]
77132026-08-13T23:47:20.650Zreplacing 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 } }]
77142026-08-13T23:47:20.650ZAug 13 23:47:18.903Aug 13 23:47:18.903 INFOINFO adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255Aug 13 23:47:18.903
77152026-08-13T23:47:20.650ZAug 13 23:47:18.903
77162026-08-13T23:47:20.650ZINFOINFO adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.23/32 -> 10.0.0.255Aug 13 23:47:18.903
77172026-08-13T23:47:20.650Z
77182026-08-13T23:47:20.650ZAug 13 23:47:18.903 DEBGDEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:47:18.903
77192026-08-13T23:47:20.650Z
77202026-08-13T23:47:20.650ZAug 13 23:47:18.903 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 } }]Aug 13 23:47:18.903replacing 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 } }]
77212026-08-13T23:47:20.650Z
77222026-08-13T23:47:20.650ZAug 13 23:47:18.903 INFOINFO Aug 13 23:47:18.903Aug 13 23:47:18.903 adding route 172.17.0.36/32 -> 10.0.0.255 INFO adding route 172.17.0.61/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255
77232026-08-13T23:47:20.650Z
77242026-08-13T23:47:20.651Z
77252026-08-13T23:47:20.651Z INFOAug 13 23:47:18.913 Aug 13 23:47:18.913DEBGAug 13 23:47:18.913adding route 172.17.0.60/32 -> 10.0.0.255 Aug 13 23:47:18.913 DEBGDEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
77262026-08-13T23:47:20.651Z
77272026-08-13T23:47:20.651ZAug 13 23:47:18.913 Aug 13 23:47:18.913replacing 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
77282026-08-13T23:47:20.651Z INFOadding route 172.17.0.62/32 -> 10.0.0.255
77292026-08-13T23:47:20.656Zadding route 172.17.0.37/32 -> 10.0.0.255
77302026-08-13T23:47:20.656ZAug 13 23:47:18.913 INFO adding route 172.17.0.25/32 -> 10.0.0.255Aug 13 23:47:18.913
77312026-08-13T23:47:20.656ZDEBGAug 13 23:47:18.913 DEBGDEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
77322026-08-13T23:47:20.656Z
77332026-08-13T23:47:20.656Z
77342026-08-13T23:47:20.656ZAug 13 23:47:18.913Aug 13 23:47:18.913Aug 13 23:47:18.913 INFOINFO Aug 13 23:47:18.913 adding route 172.17.0.38/32 -> 10.0.0.255DEBGINFO
77352026-08-13T23:47:20.656Z adding route 172.17.0.63/32 -> 10.0.0.255adding route 172.17.0.17/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 } }]
77362026-08-13T23:47:20.656Z
77372026-08-13T23:47:20.656ZAug 13 23:47:18.913
77382026-08-13T23:47:20.656Z DEBGAug 13 23:47:18.913 replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 23:47:18.913
77392026-08-13T23:47:20.657ZDEBG Aug 13 23:47:18.913 replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 23:47:18.913
77402026-08-13T23:47:20.657Z DEBGINFO INFOadding route 172.17.0.39/32 -> 10.0.0.255 replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77412026-08-13T23:47:20.657ZAug 13 23:47:18.913
77422026-08-13T23:47:20.657Z adding route 172.17.0.26/32 -> 10.0.0.255INFO
77432026-08-13T23:47:20.657ZAug 13 23:47:18.913adding route 172.17.0.18/32 -> 10.0.0.255
77442026-08-13T23:47:20.657ZDEBGAug 13 23:47:18.913 replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
77452026-08-13T23:47:20.657Z failed to allocate space for the new target listAug 13 23:47:18.913
77462026-08-13T23:47:20.657Z Aug 13 23:47:18.913 DEBGINFOAug 13 23:47:18.913 Aug 13 23:47:18.913 DEBGadding route 172.17.0.40/32 -> 10.0.0.255
77472026-08-13T23:47:20.657Zreplacing 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
77482026-08-13T23:47:20.657Zreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
77492026-08-13T23:47:20.657Z
77502026-08-13T23:47:20.657ZAug 13 23:47:18.913 DEBG Aug 13 23:47:18.913replacing 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 } }]
77512026-08-13T23:47:20.658ZAug 13 23:47:18.913Aug 13 23:47:18.913 INFOINFODEBG Aug 13 23:47:18.913 adding route 172.17.0.19/32 -> 10.0.0.255 failed to allocate space for the new target list adding route 172.17.0.27/32 -> 10.0.0.255INFO
77522026-08-13T23:47:20.658Z
77532026-08-13T23:47:20.658Z adding route 172.17.0.41/32 -> 10.0.0.255
77542026-08-13T23:47:20.658Z
77552026-08-13T23:47:20.658ZAug 13 23:47:18.913 DEBGAug 13 23:47:18.913 Aug 13 23:47:18.913 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 DEBGreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77562026-08-13T23:47:20.658Z
77572026-08-13T23:47:20.658Z 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 } }]
77582026-08-13T23:47:20.658ZAug 13 23:47:18.913 Aug 13 23:47:18.913Aug 13 23:47:18.913 INFO INFOINFOadding route 172.17.0.42/32 -> 10.0.0.255
77592026-08-13T23:47:20.658Zadding route 172.17.0.20/32 -> 10.0.0.255
77602026-08-13T23:47:20.658Zadding route 172.17.0.28/32 -> 10.0.0.255
77612026-08-13T23:47:20.658ZAug 13 23:47:18.913 DEBG Aug 13 23:47:18.913Aug 13 23:47:18.913replacing 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 } }]
77622026-08-13T23:47:20.658Z DEBGDEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:47:18.913
77632026-08-13T23:47:20.658Z
77642026-08-13T23:47:20.658ZINFO adding route 172.17.0.43/32 -> 10.0.0.255
77652026-08-13T23:47:20.658ZAug 13 23:47:18.913 INFOAug 13 23:47:18.913 adding route 172.17.0.21/32 -> 10.0.0.255Aug 13 23:47:18.913
77662026-08-13T23:47:20.658Z INFODEBG adding route 172.17.0.29/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 } }]
77672026-08-13T23:47:20.658Z
77682026-08-13T23:47:20.658ZAug 13 23:47:18.913 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 } }]
77692026-08-13T23:47:20.658ZAug 13 23:47:18.913Aug 13 23:47:18.913 INFODEBG adding route 172.17.0.44/32 -> 10.0.0.255replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77702026-08-13T23:47:20.658Z
77712026-08-13T23:47:20.658ZAug 13 23:47:18.913 INFO adding route 172.17.0.22/32 -> 10.0.0.255Aug 13 23:47:18.913
77722026-08-13T23:47:20.658Z Aug 13 23:47:18.913DEBG 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 } }]
77732026-08-13T23:47:20.658Zadding route 172.17.0.30/32 -> 10.0.0.255
77742026-08-13T23:47:20.659ZAug 13 23:47:18.913 Aug 13 23:47:18.913Aug 13 23:47:18.913 DEBGINFO 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.45/32 -> 10.0.0.255
77752026-08-13T23:47:20.659Z
77762026-08-13T23:47:20.659ZDEBG 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 } }]
77772026-08-13T23:47:20.659ZAug 13 23:47:18.913Aug 13 23:47:18.913 Aug 13 23:47:18.913DEBG 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 } }]
77782026-08-13T23:47:20.659ZINFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.23/32 -> 10.0.0.255Aug 13 23:47:18.913
77792026-08-13T23:47:20.659Z
77802026-08-13T23:47:20.659ZINFO adding route 172.17.0.46/32 -> 10.0.0.255
77812026-08-13T23:47:20.659ZAug 13 23:47:18.913 DEBGAug 13 23:47:18.913 Aug 13 23:47:18.913replacing 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 } }]
77822026-08-13T23:47:20.659Z DEBGDEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:47:18.913
77832026-08-13T23:47:20.659Z
77842026-08-13T23:47:20.659ZINFO adding route 172.17.0.32/32 -> 10.0.0.255
77852026-08-13T23:47:20.659ZAug 13 23:47:18.913 INFOAug 13 23:47:18.913 adding route 172.17.0.47/32 -> 10.0.0.255Aug 13 23:47:18.913
77862026-08-13T23:47:20.659Z INFODEBG adding route 172.17.0.24/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 } }]Aug 13 23:47:18.913
77872026-08-13T23:47:20.659Z
77882026-08-13T23:47:20.659ZDEBG 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 } }]
77892026-08-13T23:47:20.659ZAug 13 23:47:18.913
77902026-08-13T23:47:20.659Ztest route::tests::delete_target_full ... ok
77912026-08-13T23:47:20.659ZAug 13 23:47:18.913Aug 13 23:47:18.913 DEBGINFO INFOreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.48/32 -> 10.0.0.255
77922026-08-13T23:47:20.659Z
77932026-08-13T23:47:20.659ZAug 13 23:47:18.913adding route 172.17.0.33/32 -> 10.0.0.255
77942026-08-13T23:47:20.660ZAug 13 23:47:18.913Aug 13 23:47:18.913 Aug 13 23:47:18.913DEBG INFOreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77952026-08-13T23:47:20.660Ztest route::tests::delete_target_fragmented ... ok
77962026-08-13T23:47:20.660ZDEBGadding route 172.17.0.25/32 -> 10.0.0.255
77972026-08-13T23:47:20.660ZDEBG 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.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 } }]
77982026-08-13T23:47:20.660Z
77992026-08-13T23:47:20.660ZAug 13 23:47:18.914 INFO Aug 13 23:47:18.914adding route 172.17.0.49/32 -> 10.0.0.255
78002026-08-13T23:47:20.660ZAug 13 23:47:18.914DEBG INFOfailed to allocate space for the new target listAug 13 23:47:18.914
78012026-08-13T23:47:20.660Z Aug 13 23:47:18.914DEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
78022026-08-13T23:47:20.660Z 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 } }]
78032026-08-13T23:47:20.660ZAug 13 23:47:18.914adding route 172.17.0.34/32 -> 10.0.0.255 Aug 13 23:47:18.914
78042026-08-13T23:47:20.660ZDEBG Aug 13 23:47:18.914 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFOINFO
78052026-08-13T23:47:20.660Zadding route 172.17.0.50/32 -> 10.0.0.255
78062026-08-13T23:47:20.660Zadding route 172.17.0.26/32 -> 10.0.0.255
78072026-08-13T23:47:20.660ZAug 13 23:47:18.914Aug 13 23:47:18.914 Aug 13 23:47:18.914DEBG DEBGDEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
78082026-08-13T23:47:20.660Z
78092026-08-13T23:47:20.660Zreplacing 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 } }]
78102026-08-13T23:47:20.660ZAug 13 23:47:18.914Aug 13 23:47:18.914 Aug 13 23:47:18.914INFO INFOINFOadding route 172.17.0.51/32 -> 10.0.0.255
78112026-08-13T23:47:20.660Zadding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255
78122026-08-13T23:47:20.660Z
78132026-08-13T23:47:20.660ZAug 13 23:47:18.914 DEBGAug 13 23:47:18.914 replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:47:18.914
78142026-08-13T23:47:20.660Z DEBGDEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:47:18.914
78152026-08-13T23:47:20.661Z
78162026-08-13T23:47:20.661ZINFO adding route 172.17.0.52/32 -> 10.0.0.255
78172026-08-13T23:47:20.661ZAug 13 23:47:18.914Aug 13 23:47:18.914 INFOINFOAug 13 23:47:18.914 adding route 172.17.0.28/32 -> 10.0.0.255 DEBG
78182026-08-13T23:47:20.661Zadding route 172.17.0.36/32 -> 10.0.0.255
78192026-08-13T23:47:20.661Zreplacing 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 } }]
78202026-08-13T23:47:20.661ZAug 13 23:47:18.914Aug 13 23:47:18.914Aug 13 23:47:18.914 DEBG INFOreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
78212026-08-13T23:47:20.661Zadding route 172.17.0.53/32 -> 10.0.0.255
78222026-08-13T23:47:20.661Zreplacing 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 } }]
78232026-08-13T23:47:20.661ZAug 13 23:47:18.914 INFOAug 13 23:47:18.914 adding route 172.17.0.29/32 -> 10.0.0.255Aug 13 23:47:18.914DEBG
78242026-08-13T23:47:20.661Zreplacing 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
78252026-08-13T23:47:20.661Z adding route 172.17.0.37/32 -> 10.0.0.255
78262026-08-13T23:47:20.661ZAug 13 23:47:18.914Aug 13 23:47:18.914 DEBGINFO Aug 13 23:47:18.914replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255
78272026-08-13T23:47:20.661Z
78282026-08-13T23:47:20.661Z 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 } }]
78292026-08-13T23:47:20.666ZAug 13 23:47:18.914Aug 13 23:47:18.914 DEBG INFOreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78302026-08-13T23:47:20.666Zadding route 172.17.0.30/32 -> 10.0.0.255Aug 13 23:47:18.914
78312026-08-13T23:47:20.666Z INFO adding route 172.17.0.38/32 -> 10.0.0.255Aug 13 23:47:18.914
78322026-08-13T23:47:20.666Z Aug 13 23:47:18.914INFO DEBGadding route 172.17.0.55/32 -> 10.0.0.255
78332026-08-13T23:47:20.666ZAug 13 23:47:18.914replacing 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 } }]
78342026-08-13T23:47:20.666ZDEBG Aug 13 23:47:18.914replacing 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 } }]
78352026-08-13T23:47:20.667ZDEBGAug 13 23:47:18.914 replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 13 23:47:18.914
78362026-08-13T23:47:20.667Z adding route 172.17.0.31/32 -> 10.0.0.255INFO
78372026-08-13T23:47:20.667Z Aug 13 23:47:18.914adding route 172.17.0.39/32 -> 10.0.0.255
78382026-08-13T23:47:20.667ZINFOAug 13 23:47:18.914 adding route 172.17.0.56/32 -> 10.0.0.255DEBG
78392026-08-13T23:47:20.667Z replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:47:18.914
78402026-08-13T23:47:20.667Z Aug 13 23:47:18.914DEBG DEBGreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 23:47:18.914replacing 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 adding route 172.17.0.32/32 -> 10.0.0.255
78412026-08-13T23:47:20.667Z
78422026-08-13T23:47:20.667Z
78432026-08-13T23:47:20.667ZAug 13 23:47:18.923 DEBG Aug 13 23:47:18.923replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 23:47:18.923INFO
78442026-08-13T23:47:20.667Z INFOadding route 172.17.0.40/32 -> 10.0.0.255
78452026-08-13T23:47:20.667Zadding route 172.17.0.57/32 -> 10.0.0.255Aug 13 23:47:18.923
78462026-08-13T23:47:20.667Z INFO adding route 172.17.0.33/32 -> 10.0.0.255Aug 13 23:47:18.923Aug 13 23:47:18.923
78472026-08-13T23:47:20.667Z 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.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 } }]
78482026-08-13T23:47:20.667ZAug 13 23:47:18.923
78492026-08-13T23:47:20.667Z 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 } }]
78502026-08-13T23:47:20.667ZAug 13 23:47:18.923 INFOAug 13 23:47:18.923 adding route 172.17.0.41/32 -> 10.0.0.255INFO
78512026-08-13T23:47:20.667Z adding route 172.17.0.34/32 -> 10.0.0.255
78522026-08-13T23:47:20.668ZAug 13 23:47:18.923Aug 13 23:47:18.923 Aug 13 23:47:18.923DEBG INFODEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
78532026-08-13T23:47:20.668Z
78542026-08-13T23:47:20.668Zadding route 172.17.0.58/32 -> 10.0.0.255
78552026-08-13T23:47:20.668ZAug 13 23:47:18.923Aug 13 23:47:18.923 INFOINFO adding route 172.17.0.35/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255
78562026-08-13T23:47:20.668ZAug 13 23:47:18.923
78572026-08-13T23:47:20.668Z DEBG Aug 13 23:47:18.923replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:47:18.923
78582026-08-13T23:47:20.668Z DEBG DEBGAug 13 23:47:18.923replacing 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 } }]
78592026-08-13T23:47:20.668Zreplacing 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 } }]
78602026-08-13T23:47:20.668ZINFO adding route 172.17.0.59/32 -> 10.0.0.255
78612026-08-13T23:47:20.668ZAug 13 23:47:18.923 Aug 13 23:47:18.923INFO Aug 13 23:47:18.923INFO DEBGadding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255
78622026-08-13T23:47:20.668Z
78632026-08-13T23:47:20.668Z 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 } }]
78642026-08-13T23:47:20.668ZAug 13 23:47:18.923Aug 13 23:47:18.923 Aug 13 23:47:18.923DEBGDEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
78652026-08-13T23:47:20.668ZINFO
78662026-08-13T23:47:20.668Z adding route 172.17.0.60/32 -> 10.0.0.255
78672026-08-13T23:47:20.669ZAug 13 23:47:18.923Aug 13 23:47:18.923 INFOINFOAug 13 23:47:18.923 DEBGadding route 172.17.0.37/32 -> 10.0.0.255
78682026-08-13T23:47:20.669Zreplacing 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.44/32 -> 10.0.0.255
78692026-08-13T23:47:20.669Z
78702026-08-13T23:47:20.669ZAug 13 23:47:18.923 Aug 13 23:47:18.923Aug 13 23:47:18.923DEBG 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 } }]
78712026-08-13T23:47:20.669Z 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 } }]
78722026-08-13T23:47:20.669Zadding route 172.17.0.61/32 -> 10.0.0.255
78732026-08-13T23:47:20.669ZAug 13 23:47:18.924 Aug 13 23:47:18.924INFO INFOadding route 172.17.0.38/32 -> 10.0.0.255Aug 13 23:47:18.924
78742026-08-13T23:47:20.669Z adding route 172.17.0.45/32 -> 10.0.0.255DEBG
78752026-08-13T23:47:20.669Z replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:47:18.924
78762026-08-13T23:47:20.669Z Aug 13 23:47:18.924DEBG 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 } }]
78772026-08-13T23:47:20.669Zreplacing 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 } }]
78782026-08-13T23:47:20.669ZAug 13 23:47:18.924 INFOAug 13 23:47:18.924 Aug 13 23:47:18.924adding route 172.17.0.62/32 -> 10.0.0.255
78792026-08-13T23:47:20.669ZINFO INFOadding route 172.17.0.39/32 -> 10.0.0.255
78802026-08-13T23:47:20.669Zadding route 172.17.0.46/32 -> 10.0.0.255Aug 13 23:47:18.924
78812026-08-13T23:47:20.669Z DEBG replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:47:18.924Aug 13 23:47:18.924 DEBGDEBG
78822026-08-13T23:47:20.669Z replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
78832026-08-13T23:47:20.669Z
78842026-08-13T23:47:20.669ZAug 13 23:47:18.924Aug 13 23:47:18.924 Aug 13 23:47:18.924DEBGINFO INFO failed to allocate space for the new target listadding route 172.17.0.40/32 -> 10.0.0.255
78852026-08-13T23:47:20.669Z
78862026-08-13T23:47:20.670Zadding route 172.17.0.47/32 -> 10.0.0.255
78872026-08-13T23:47:20.670Ztest route::tests::delete_targets_fragmented ... ok
78882026-08-13T23:47:20.670ZAug 13 23:47:18.924Aug 13 23:47:18.924Aug 13 23:47:18.924 DEBG DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]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.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 } }]
78892026-08-13T23:47:20.670Z
78902026-08-13T23:47:20.670Z
78912026-08-13T23:47:20.670ZAug 13 23:47:18.924Aug 13 23:47:18.924 INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255
78922026-08-13T23:47:20.670Z
78932026-08-13T23:47:20.670Z
78942026-08-13T23:47:20.670Ztest result: ok. 42 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
78952026-08-13T23:47:20.670ZAug 13 23:47:18.924Aug 13 23:47:18.924 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.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 } }]
78962026-08-13T23:47:20.670Z
78972026-08-13T23:47:20.670Z
78982026-08-13T23:47:20.670ZAug 13 23:47:18.924Aug 13 23:47:18.924 INFOINFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255
78992026-08-13T23:47:20.670Z
79002026-08-13T23:47:20.670ZAug 13 23:47:18.924 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 } }]
79012026-08-13T23:47:20.670ZAug 13 23:47:18.924 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 } }]
79022026-08-13T23:47:20.670ZAug 13 23:47:18.924Aug 13 23:47:18.924 INFO adding route 172.17.0.50/32 -> 10.0.0.255
79032026-08-13T23:47:20.670ZINFO adding route 172.17.0.43/32 -> 10.0.0.255
79042026-08-13T23:47:20.670ZAug 13 23:47:18.924Aug 13 23:47:18.924 DEBGDEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
79052026-08-13T23:47:20.670Z
79062026-08-13T23:47:20.671ZAug 13 23:47:18.924Aug 13 23:47:18.924 INFOINFO adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255
79072026-08-13T23:47:20.671Z
79082026-08-13T23:47:20.671ZAug 13 23:47:18.924Aug 13 23:47:18.924 DEBGDEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
79092026-08-13T23:47:20.671Z
79102026-08-13T23:47:20.671ZAug 13 23:47:18.924Aug 13 23:47:18.924 INFOINFO adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255
79112026-08-13T23:47:20.671Z
79122026-08-13T23:47:20.671ZAug 13 23:47:18.924Aug 13 23:47:18.924 DEBGDEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
79132026-08-13T23:47:20.671Z
79142026-08-13T23:47:20.671ZAug 13 23:47:18.924Aug 13 23:47:18.924 INFOINFO adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.53/32 -> 10.0.0.255
79152026-08-13T23:47:20.671Z
79162026-08-13T23:47:20.671ZAug 13 23:47:18.924Aug 13 23:47:18.924 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 } }]DEBG
79172026-08-13T23:47:20.671Z 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 } }]
79182026-08-13T23:47:20.671ZAug 13 23:47:18.924 INFOAug 13 23:47:18.924 INFO adding route 172.17.0.47/32 -> 10.0.0.255
79192026-08-13T23:47:20.671Zadding route 172.17.0.54/32 -> 10.0.0.255
79202026-08-13T23:47:20.671ZAug 13 23:47:18.924Aug 13 23:47:18.924 DEBGDEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
79212026-08-13T23:47:20.671Z
79222026-08-13T23:47:20.671ZAug 13 23:47:18.924Aug 13 23:47:18.924 INFOINFO adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255
79232026-08-13T23:47:20.672Z
79242026-08-13T23:47:20.672ZAug 13 23:47:18.924Aug 13 23:47:18.924 DEBGDEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
79252026-08-13T23:47:20.672Z
79262026-08-13T23:47:20.672ZAug 13 23:47:18.924Aug 13 23:47:18.924 INFOINFO adding route 172.17.0.56/32 -> 10.0.0.255adding route 172.17.0.49/32 -> 10.0.0.255
79272026-08-13T23:47:20.672Z
79282026-08-13T23:47:20.672ZAug 13 23:47:18.924Aug 13 23:47:18.924 DEBGDEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 } }]
79292026-08-13T23:47:20.676Z
79302026-08-13T23:47:20.677ZAug 13 23:47:18.924Aug 13 23:47:18.924 INFOINFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255
79312026-08-13T23:47:20.677Z
79322026-08-13T23:47:20.677ZAug 13 23:47:18.924Aug 13 23:47:18.924 DEBGDEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
79332026-08-13T23:47:20.677Z
79342026-08-13T23:47:20.677ZAug 13 23:47:18.924Aug 13 23:47:18.924 INFOINFO adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255
79352026-08-13T23:47:20.677Z
79362026-08-13T23:47:20.677ZAug 13 23:47:18.924Aug 13 23:47:18.924 DEBGDEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
79372026-08-13T23:47:20.677Z
79382026-08-13T23:47:20.677ZAug 13 23:47:18.924Aug 13 23:47:18.924 INFOINFO adding route 172.17.0.52/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255
79392026-08-13T23:47:20.677Z
79402026-08-13T23:47:20.677ZAug 13 23:47:18.924Aug 13 23:47:18.924 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.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 } }]
79412026-08-13T23:47:20.677Z
79422026-08-13T23:47:20.677ZAug 13 23:47:18.924Aug 13 23:47:18.924 INFOINFO adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.53/32 -> 10.0.0.255
79432026-08-13T23:47:20.677Z
79442026-08-13T23:47:20.677ZAug 13 23:47:18.924Aug 13 23:47:18.924 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.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79452026-08-13T23:47:20.677Z
79462026-08-13T23:47:20.677ZAug 13 23:47:18.924Aug 13 23:47:18.924 DEBGINFO failed to allocate space for the new target listadding route 172.17.0.54/32 -> 10.0.0.255
79472026-08-13T23:47:20.678Z
79482026-08-13T23:47:20.678ZAug 13 23:47:18.924Aug 13 23:47:18.924 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
79492026-08-13T23:47:20.678Z
79502026-08-13T23:47:20.678ZAug 13 23:47:18.924 INFO adding route 172.17.0.55/32 -> 10.0.0.255
79512026-08-13T23:47:20.678ZAug 13 23:47:18.924 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 } }]
79522026-08-13T23:47:20.678ZAug 13 23:47:18.924 INFO adding route 172.17.0.56/32 -> 10.0.0.255
79532026-08-13T23:47:20.678ZAug 13 23:47:18.924 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 } }]
79542026-08-13T23:47:20.678ZAug 13 23:47:18.924 INFO adding route 172.17.0.57/32 -> 10.0.0.255
79552026-08-13T23:47:20.678ZAug 13 23:47:18.924 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 } }]
79562026-08-13T23:47:20.678ZAug 13 23:47:18.924 INFO adding route 172.17.0.58/32 -> 10.0.0.255
79572026-08-13T23:47:20.678ZAug 13 23:47:18.924 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 } }]
79582026-08-13T23:47:20.678ZAug 13 23:47:18.924 INFO adding route 172.17.0.59/32 -> 10.0.0.255
79592026-08-13T23:47:20.678ZAug 13 23:47:18.924 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 } }]
79602026-08-13T23:47:20.678ZAug 13 23:47:18.924 INFO adding route 172.17.0.60/32 -> 10.0.0.255
79612026-08-13T23:47:20.678ZAug 13 23:47:18.924 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 } }]
79622026-08-13T23:47:20.678ZAug 13 23:47:18.931 DEBG failed to allocate space for the new target list
79632026-08-13T23:47:20.678ZAug 13 23:47:18.931 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 } }]
79642026-08-13T23:47:20.678Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-696ee5442bd93402)
79652026-08-13T23:47:20.679Z
79662026-08-13T23:47:20.679Zrunning 0 tests
79672026-08-13T23:47:20.679Z
79682026-08-13T23:47:20.679Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79692026-08-13T23:47:20.679Z
79702026-08-13T23:47:20.679Z Running unittests src/lib.rs (target/debug/deps/dpd_api-cd1b9f4a0bf3bd95)
79712026-08-13T23:47:20.679Z
79722026-08-13T23:47:20.679Zrunning 0 tests
79732026-08-13T23:47:20.679Z
79742026-08-13T23:47:20.679Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79752026-08-13T23:47:20.679Z
79762026-08-13T23:47:20.679Z Running unittests src/lib.rs (target/debug/deps/dpd_client-01ad159aa705243b)
79772026-08-13T23:47:20.679Z
79782026-08-13T23:47:20.679Zrunning 6 tests
79792026-08-13T23:47:20.679Ztest tests::test_full_lot_id_neither_present ... ok
79802026-08-13T23:47:20.679Ztest tests::test_port_id_cmp ... ok
79812026-08-13T23:47:20.679Ztest tests::test_parse_client_port_id ... ok
79822026-08-13T23:47:20.679Ztest tests::test_full_lot_id_both_present ... ok
79832026-08-13T23:47:20.679Ztest tests::test_full_lot_id_lotnum_only ... ok
79842026-08-13T23:47:20.680Ztest tests::test_full_lot_id_lot_only ... ok
79852026-08-13T23:47:20.680Z
79862026-08-13T23:47:20.680Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79872026-08-13T23:47:20.680Z
79882026-08-13T23:47:20.680Z Running tests/test_all.rs (target/debug/deps/test_all-5d9fbf4ac0a87495)
79892026-08-13T23:47:20.680Z
79902026-08-13T23:47:20.680Zrunning 0 tests
79912026-08-13T23:47:20.680Z
79922026-08-13T23:47:20.680Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79932026-08-13T23:47:20.680Z Running unittests src/lib.rs (target/debug/deps/dpd_types-3e6bfbc8380dbf99)
79942026-08-13T23:47:20.680Z
79952026-08-13T23:47:20.680Z
79962026-08-13T23:47:20.680Zrunning 0 tests
79972026-08-13T23:47:20.680Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-9daf43cdfa0ac479)
79982026-08-13T23:47:20.681Z
79992026-08-13T23:47:20.681Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80002026-08-13T23:47:20.681Z
80012026-08-13T23:47:20.681Z
80022026-08-13T23:47:20.681Zrunning 1 test
80032026-08-13T23:47:20.681Ztest impls::nat::tests::test_nat_tag_parsing ... ok
80042026-08-13T23:47:20.681Z
80052026-08-13T23:47:20.681Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80062026-08-13T23:47:20.681Z
80072026-08-13T23:47:20.681Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
80082026-08-13T23:47:20.681Z
80092026-08-13T23:47:20.681Zrunning 12 tests
80102026-08-13T23:47:20.681Ztest icmp::test_v6_checksum ... ok
80112026-08-13T23:47:20.681Ztest icmp::test_v4_checksum ... ok
80122026-08-13T23:47:20.681Ztest ipv6::test_ipv6_parse ... ok
80132026-08-13T23:47:20.681Ztest pbuf::test_byte ... ok
80142026-08-13T23:47:20.681Ztest lldp::test_lldp_parse ... ok
80152026-08-13T23:47:20.681Ztest pbuf::test_nibble ... ok
80162026-08-13T23:47:20.682Ztest pbuf::test_short ... ok
80172026-08-13T23:47:20.682Ztest pbuf::test_overflow ... ok
80182026-08-13T23:47:20.682Ztest pbuf::test_word ... ok
80192026-08-13T23:47:20.682Ztest pbuf::test_twelve ... ok
80202026-08-13T23:47:20.682Ztest tcp::test_checksum_syn_nodata ... ok
80212026-08-13T23:47:20.682Ztest tcp::test_checksum_ack_data ... ok
80222026-08-13T23:47:20.682Z
80232026-08-13T23:47:20.682Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80242026-08-13T23:47:20.682Z
80252026-08-13T23:47:20.682Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
80262026-08-13T23:47:20.682Z
80272026-08-13T23:47:20.682Zrunning 0 tests
80282026-08-13T23:47:20.682Z
80292026-08-13T23:47:20.687Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80302026-08-13T23:47:20.687Z
80312026-08-13T23:47:20.687Z Running unittests src/main.rs (target/debug/deps/swadm-1ad5e6ade3501a15)
80322026-08-13T23:47:20.687Z
80332026-08-13T23:47:20.687Zrunning 5 tests
80342026-08-13T23:47:20.687Ztest switchport::test::test_compute_lanes ... ok
80352026-08-13T23:47:20.687Ztest switchport::test::port_id_ordering ... ok
80362026-08-13T23:47:20.688Ztest link::test_filter ... ok
80372026-08-13T23:47:20.688Z Lane 0 Lane 0Lane 1 Lane 1 Lane 2 Lane 3Lane 2
80382026-08-13T23:47:20.688ZLane 3
80392026-08-13T23:47:20.688Z State: Activated Rx Loss-of-lock: Yes Activated YesActivated YesActivated
80402026-08-13T23:47:20.688ZYes
80412026-08-13T23:47:20.688Z Rx Output Enabled: false false Rx Loss-of-signal: Yes falseYes falseYes
80422026-08-13T23:47:20.688Z Rx Output Status: validYes
80432026-08-13T23:47:20.688Z valid Rx CDR Enabled: Yesvalid valid
80442026-08-13T23:47:20.688ZYes Yes Rx Loss-of-lock: true Yes
80452026-08-13T23:47:20.688Ztrue Tx Enabled: Yes trueYes trueYes
80462026-08-13T23:47:20.688Z Rx Loss-of-signal: falseYes
80472026-08-13T23:47:20.688Zfalse Tx Loss-of-lock: No false No falseNo
80482026-08-13T23:47:20.689Z NoRx Auto-squelch Disable: true
80492026-08-13T23:47:20.689Z Tx Loss-of-signal: Notrue Notrue Notrue
80502026-08-13T23:47:20.689Z No Tx Output Enabled: true
80512026-08-13T23:47:20.689Z true Tx CDR Enabled: No trueNo true
80522026-08-13T23:47:20.689ZNo Tx Output Status: invalidNo
80532026-08-13T23:47:20.689Zinvalid Tx Adaptive EQ Fault: No invalid Noinvalid
80542026-08-13T23:47:20.689ZNo No Tx Loss-of-lock: false
80552026-08-13T23:47:20.689Z Tx Fault: Yes false Yesfalse Yesfalse
80562026-08-13T23:47:20.689Z Tx Loss-of-signal: trueYes
80572026-08-13T23:47:20.689Z true true true
80582026-08-13T23:47:20.689ZTx Auto-squelch Disable: false false false false
80592026-08-13T23:47:20.689Z Tx Adaptive EQ Fail: true true true true
80602026-08-13T23:47:20.689Z Tx Failure: false false false false
80612026-08-13T23:47:20.689Z Tx Force Squelch: true true true true
80622026-08-13T23:47:20.689Z Tx Input Polarity: normal normal normal normal
80632026-08-13T23:47:20.689Ztest switchport::test::test_print_cmis_datapath ... ok
80642026-08-13T23:47:20.689Ztest switchport::test::test_print_sff_datapath ... ok
80652026-08-13T23:47:20.689Z
80662026-08-13T23:47:20.689Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
80672026-08-13T23:47:20.689Z
80682026-08-13T23:47:20.689Z Running tests/counters.rs (target/debug/deps/counters-bb8636c6baa9e985)
80692026-08-13T23:47:20.690Z
80702026-08-13T23:47:20.690Zrunning 1 test
80712026-08-13T23:47:20.690Ztest test_p4_counter_list ... ignored
80722026-08-13T23:47:20.690Z
80732026-08-13T23:47:20.690Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
80742026-08-13T23:47:20.690Z
80752026-08-13T23:47:20.690Z Running tests/port-link.rs (target/debug/deps/port_link-65f762e2729408bd)
80762026-08-13T23:47:20.698Z
80772026-08-13T23:47:20.698Zrunning 5 tests
80782026-08-13T23:47:20.699Ztest test_an ... ignored
80792026-08-13T23:47:20.699Ztest test_enable ... ignored
80802026-08-13T23:47:20.699Ztest test_ip_addresses ... ignored
80812026-08-13T23:47:20.699Ztest test_kr ... ignored
80822026-08-13T23:47:20.699Ztest test_mac ... ignored
80832026-08-13T23:47:20.699Z
80842026-08-13T23:47:20.699Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
80852026-08-13T23:47:20.699Z
80862026-08-13T23:47:20.699Z Running unittests src/main.rs (target/debug/deps/tfportd-1ae81b2a3d099b28)
80872026-08-13T23:47:20.703Z
80882026-08-13T23:47:20.703Zrunning 3 tests
80892026-08-13T23:47:20.703Ztest linklocal::test_parse_ipadm ... ok
80902026-08-13T23:47:20.703Ztest tfport::test_parse_tfport ... ok
80912026-08-13T23:47:20.703Ztest config::tests::test_updates ... ok
80922026-08-13T23:47:20.703Z
80932026-08-13T23:47:20.703Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80942026-08-13T23:47:20.703Z
80952026-08-13T23:47:20.703Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
80962026-08-13T23:47:20.704Z
80972026-08-13T23:47:20.704Zrunning 0 tests
80982026-08-13T23:47:20.704Z
80992026-08-13T23:47:20.704Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81002026-08-13T23:47:20.704Z
81012026-08-13T23:47:20.704Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
81022026-08-13T23:47:20.708Z
81032026-08-13T23:47:20.708Zrunning 0 tests
81042026-08-13T23:47:20.708Z
81052026-08-13T23:47:20.709Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81062026-08-13T23:47:20.709Z
81072026-08-13T23:47:20.709Z Doc-tests aal
81082026-08-13T23:47:20.839Z
81092026-08-13T23:47:20.839Zrunning 0 tests
81102026-08-13T23:47:20.839Z
81112026-08-13T23:47:20.843Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81122026-08-13T23:47:20.843Z
81132026-08-13T23:47:20.856Z Doc-tests aal_macros
81142026-08-13T23:47:20.928Z
81152026-08-13T23:47:20.928Zrunning 0 tests
81162026-08-13T23:47:20.928Z
81172026-08-13T23:47:20.928Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81182026-08-13T23:47:20.929Z
81192026-08-13T23:47:20.939Z Doc-tests common
81202026-08-13T23:47:21.177Z
81212026-08-13T23:47:21.177Zrunning 0 tests
81222026-08-13T23:47:21.177Z
81232026-08-13T23:47:21.177Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81242026-08-13T23:47:21.177Z
81252026-08-13T23:47:21.198Z Doc-tests dpd_api
81262026-08-13T23:47:21.954Z
81272026-08-13T23:47:21.954Zrunning 2 tests
81282026-08-13T23:47:21.954Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 78) ... ignored
81292026-08-13T23:47:21.954Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 84) ... ignored
81302026-08-13T23:47:21.955Z
81312026-08-13T23:47:21.955Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81322026-08-13T23:47:21.955Z
81332026-08-13T23:47:21.986Z Doc-tests dpd_client
81342026-08-13T23:47:23.293Z
81352026-08-13T23:47:23.293Zrunning 0 tests
81362026-08-13T23:47:23.293Z
81372026-08-13T23:47:23.293Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81382026-08-13T23:47:23.293Z
81392026-08-13T23:47:23.339Z Doc-tests dpd_types
81402026-08-13T23:47:23.552Z
81412026-08-13T23:47:23.552Zrunning 0 tests
81422026-08-13T23:47:23.553Z
81432026-08-13T23:47:23.553Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81442026-08-13T23:47:23.553Z
81452026-08-13T23:47:23.579Z Doc-tests dpd_types_versions
81462026-08-13T23:47:24.832Z
81472026-08-13T23:47:24.832Zrunning 1 test
81482026-08-13T23:47:24.832Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
81492026-08-13T23:47:24.832Z
81502026-08-13T23:47:24.832Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
81512026-08-13T23:47:24.832Z
81522026-08-13T23:47:24.878Z Doc-tests packet
81532026-08-13T23:47:24.992Z
81542026-08-13T23:47:24.992Zrunning 0 tests
81552026-08-13T23:47:24.992Z
81562026-08-13T23:47:24.992Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81572026-08-13T23:47:24.992Z
81582026-08-13T23:47:25.007Z Doc-tests pcap
81592026-08-13T23:47:25.060Z
81602026-08-13T23:47:25.060Zrunning 0 tests
81612026-08-13T23:47:25.060Z
81622026-08-13T23:47:25.060Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81632026-08-13T23:47:25.060Z
81642026-08-13T23:47:25.111Z+ for feat in tofino_stub tofino_asic softnpu chaos
81652026-08-13T23:47:25.111Z+ RUST_BACKTRACE=full
81662026-08-13T23:47:25.112Z+ cargo test --features chaos --no-fail-fast
81672026-08-13T23:47:25.718Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
81682026-08-13T23:47:25.811Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
81692026-08-13T23:47:25.820Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
81702026-08-13T23:47:34.380Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
81712026-08-13T23:47:34.554Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
81722026-08-13T23:48:10.304Z Finished `test` profile [unoptimized + debuginfo] target(s) in 45.17s
81732026-08-13T23:48:10.418Z Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e)
81742026-08-13T23:48:10.423Z
81752026-08-13T23:48:10.423Zrunning 5 tests
81762026-08-13T23:48:10.426Ztest fuse::tests::chip_revision_a0 ... ok
81772026-08-13T23:48:10.426Ztest fuse::tests::chip_revision_b1 ... ok
81782026-08-13T23:48:10.426Ztest fuse::tests::chip_revision_b0 ... ok
81792026-08-13T23:48:10.426Ztest fuse::tests::chip_revision_unknown_device_id ... ok
81802026-08-13T23:48:10.427Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
81812026-08-13T23:48:10.427Z
81822026-08-13T23:48:10.427Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81832026-08-13T23:48:10.427Z
81842026-08-13T23:48:10.427Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
81852026-08-13T23:48:10.429Z
81862026-08-13T23:48:10.430Zrunning 0 tests
81872026-08-13T23:48:10.430Z
81882026-08-13T23:48:10.430Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81892026-08-13T23:48:10.430Z
81902026-08-13T23:48:10.430Z Running unittests src/lib.rs (target/debug/deps/asic-a23d923fc57e1b37)
81912026-08-13T23:48:10.434Z
81922026-08-13T23:48:10.434Zrunning 0 tests
81932026-08-13T23:48:10.434Z
81942026-08-13T23:48:10.437Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81952026-08-13T23:48:10.437Z
81962026-08-13T23:48:10.437Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
81972026-08-13T23:48:10.441Z
81982026-08-13T23:48:10.441Zrunning 10 tests
81992026-08-13T23:48:10.444Ztest network::tests::test_equal ... ok
82002026-08-13T23:48:10.444Ztest network::tests::test_eui64 ... ok
82012026-08-13T23:48:10.444Ztest nat::tests::test_vni ... ok
82022026-08-13T23:48:10.444Ztest network::tests::test_generate_ipv6_link_local ... ok
82032026-08-13T23:48:10.444Ztest network::tests::test_into ... ok
82042026-08-13T23:48:10.444Ztest network::tests::test_not_equal ... ok
82052026-08-13T23:48:10.444Ztest network::tests::test_to_string ... ok
82062026-08-13T23:48:10.444Ztest network::tests::test_parse ... ok
82072026-08-13T23:48:10.444Ztest test_purge ... ok
82082026-08-13T23:48:10.447Ztest illumos::test::address_exists_handles_missing_object ... ok
82092026-08-13T23:48:10.447Z
82102026-08-13T23:48:10.447Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
82112026-08-13T23:48:10.447Z
82122026-08-13T23:48:10.447Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef)
82132026-08-13T23:48:10.470Z
82142026-08-13T23:48:10.470Zrunning 1 test
82152026-08-13T23:48:10.474Z -------
82162026-08-13T23:48:10.477Z Generating OpenAPI documents from API definitions ...
82172026-08-13T23:48:10.638Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
82182026-08-13T23:48:10.710Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
82192026-08-13T23:48:11.746Z -------
82202026-08-13T23:48:11.746Z Checking 13 OpenAPI documents...
82212026-08-13T23:48:11.746Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
82222026-08-13T23:48:11.746Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
82232026-08-13T23:48:11.746Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
82242026-08-13T23:48:11.746Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
82252026-08-13T23:48:11.746Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
82262026-08-13T23:48:11.749Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
82272026-08-13T23:48:11.749Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
82282026-08-13T23:48:11.749Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
82292026-08-13T23:48:11.749Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
82302026-08-13T23:48:11.749Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
82312026-08-13T23:48:11.749Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
82322026-08-13T23:48:11.749Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
82332026-08-13T23:48:11.749Z Fresh dpd (versioned v13.0.0 (added locally)): Oxide Switch Dataplane Controller
82342026-08-13T23:48:11.749Z Fresh dpd "latest" symlink
82352026-08-13T23:48:11.749Z -------
82362026-08-13T23:48:11.749Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
82372026-08-13T23:48:11.815Ztest test::test_apis_up_to_date ... ok
82382026-08-13T23:48:11.815Z
82392026-08-13T23:48:11.815Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.34s
82402026-08-13T23:48:11.815Z
82412026-08-13T23:48:11.877Z Running unittests src/main.rs (target/debug/deps/dpd-6d6720b10860fcd3)
82422026-08-13T23:48:11.882Z
82432026-08-13T23:48:11.882Zrunning 42 tests
82442026-08-13T23:48:11.885Ztest freemap::test_ordering ... ok
82452026-08-13T23:48:11.885Ztest config::tests::test_updates ... ok
82462026-08-13T23:48:11.885Ztest dhcpv6::tests::test_create_duid_bytes ... ok
82472026-08-13T23:48:11.885Ztest freemap::test_split ... ok
82482026-08-13T23:48:11.890Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
82492026-08-13T23:48:11.890Ztest macaddrs::tests::test_mac_offset ... ok
82502026-08-13T23:48:11.890Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
82512026-08-13T23:48:11.890Ztest macaddrs::tests::test_parse_port_id ... ok
82522026-08-13T23:48:11.890ZAug 13 23:48:10.194 DEBG created new freemap, unit: freemap_test
82532026-08-13T23:48:11.890ZAug 13 23:48:10.194 DEBG initted freemap. size: 128, unit: freemap_test
82542026-08-13T23:48:11.890ZAug 13 23:48:10.194 DEBG reset freemap, unit: freemap_test
82552026-08-13T23:48:11.890ZAug 13 23:48:10.194 DEBG created new freemap, unit: freemap_test
82562026-08-13T23:48:11.890ZAug 13 23:48:10.194 DEBG initted freemap. size: 128, unit: freemap_testAug 13 23:48:10.194
82572026-08-13T23:48:11.890Z DEBGAug 13 23:48:10.194 DEBGcreated new freemap reset freemap, , unitunit:: freemap_testfreemap_test
82582026-08-13T23:48:11.890Z
82592026-08-13T23:48:11.890ZAug 13 23:48:10.194 DEBG initted freemap. size: 128, unit: freemap_test
82602026-08-13T23:48:11.890ZAug 13 23:48:10.194 DEBG reset freemap, unit: freemap_test
82612026-08-13T23:48:11.890ZAug 13 23:48:10.194 DEBG created new freemap, unit: freemap_test
82622026-08-13T23:48:11.890ZAug 13 23:48:10.194 DEBG initted freemap. size: 128, unit: freemap_test
82632026-08-13T23:48:11.890ZAug 13 23:48:10.194 DEBG reset freemap, unit: freemap_test
82642026-08-13T23:48:11.890Ztest freemap::test_reclaim ... ok
82652026-08-13T23:48:11.890Ztest freemap::test_free ... ok
82662026-08-13T23:48:11.890Ztest freemap::test_basic ... ok
82672026-08-13T23:48:11.890Ztest nat::tagged_tests::test_plan_add_remove_retarget ... ok
82682026-08-13T23:48:11.890Ztest freemap::test_exhaustion ... ok
82692026-08-13T23:48:11.890Ztest nat::tagged_tests::test_plan_conflict_does_not_block_others ... ok
82702026-08-13T23:48:11.890Ztest nat::tagged_tests::test_plan_conflicts ... ok
82712026-08-13T23:48:11.890Ztest nat::tagged_tests::test_plan_identical_is_all_unchanged ... ok
82722026-08-13T23:48:11.890Ztest nat::tagged_tests::test_plan_empty_to_n ... ok
82732026-08-13T23:48:11.890Ztest nat::tagged_tests::test_plan_two_tags_coexist ... ok
82742026-08-13T23:48:11.890Ztest nat::tagged_tests::test_tag_excluded_from_entry_equality ... ok
82752026-08-13T23:48:11.890Ztest nat::tagged_tests::test_plan_ipv6 ... ok
82762026-08-13T23:48:11.890Ztest nat::test_mapping ... ok
82772026-08-13T23:48:11.890Ztest port_map::tests::test_backplane_group ... ok
82782026-08-13T23:48:11.890Ztest port_map::tests::test_port_map ... ok
82792026-08-13T23:48:11.890Ztest port_map::tests::dump_map ... ok
82802026-08-13T23:48:11.890ZAug 13 23:48:10.195 DEBG created new freemap, unit: freemap_test
82812026-08-13T23:48:11.890ZAug 13 23:48:10.195 DEBG initted freemap. size: 8, unit: freemap_test
82822026-08-13T23:48:11.891ZAug 13 23:48:10.195 DEBG reset freemap, unit: freemap_test
82832026-08-13T23:48:11.891Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
82842026-08-13T23:48:11.891Ztest api_server::tests::test_build_info ... ok
82852026-08-13T23:48:11.891ZAug 13 23:48:10.196 DEBG created new freemap, unit: freemap_test
82862026-08-13T23:48:11.891ZAug 13 23:48:10.196 DEBG initted freemap. size: 128, unit: freemap_test
82872026-08-13T23:48:11.891ZAug 13 23:48:10.196 DEBG reset freemap, unit: freemap_test
82882026-08-13T23:48:11.891ZAug 13 23:48:10.196 DEBG created new freemap, unit: freemap_route_ipv4
82892026-08-13T23:48:11.891ZAug 13 23:48:10.196 DEBG created new freemap, unit: freemap_route_ipv6
82902026-08-13T23:48:11.891ZAug 13 23:48:10.196 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
82912026-08-13T23:48:11.891ZAug 13 23:48:10.196 DEBG reset freemap, unit: freemap_route_ipv4
82922026-08-13T23:48:11.891ZAug 13 23:48:10.196 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
82932026-08-13T23:48:11.891ZAug 13 23:48:10.196 DEBG reset freemap, unit: freemap_route_ipv6
82942026-08-13T23:48:11.891ZAug 13 23:48:10.196 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
82952026-08-13T23:48:11.891ZAug 13 23:48:10.196 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 } }]
82962026-08-13T23:48:11.891ZAug 13 23:48:10.196 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
82972026-08-13T23:48:11.891ZAug 13 23:48:10.196 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 } }]
82982026-08-13T23:48:11.891ZAug 13 23:48:10.196 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
82992026-08-13T23:48:11.891ZAug 13 23:48:10.196 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 } }]
83002026-08-13T23:48:11.891ZAug 13 23:48:10.196Aug 13 23:48:10.196 DEBGINFO created new freemapadding route 3fff:dead::/64 -> 2001:db8::55:4
83012026-08-13T23:48:11.891Z, unit: Aug 13 23:48:10.196freemap_route_ipv4 DEBG
83022026-08-13T23:48:11.891Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
83032026-08-13T23:48:11.891ZAug 13 23:48:10.196 Aug 13 23:48:10.196INFO DEBGadding route 3fff:beef::/64 -> 2001:db8::55:ff
83042026-08-13T23:48:11.891Zcreated new freemap, unit: Aug 13 23:48:10.196freemap_route_ipv6
83052026-08-13T23:48:11.891ZDEBG 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 } }]
83062026-08-13T23:48:11.891ZAug 13 23:48:10.196 DEBG Aug 13 23:48:10.196initted freemap. size: 64 , INFOunit :adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
83072026-08-13T23:48:11.891Zfreemap_route_ipv4
83082026-08-13T23:48:11.891ZAug 13 23:48:10.196Aug 13 23:48:10.196 DEBGDEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap
83092026-08-13T23:48:11.891Z, unit: freemap_route_ipv4
83102026-08-13T23:48:11.891ZAug 13 23:48:10.196 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 13 23:48:10.196
83112026-08-13T23:48:11.891Z DEBG initted freemap. size: 64, Aug 13 23:48:10.196unit :DEBG freemap_route_ipv6replacing 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 } }]
83122026-08-13T23:48:11.891Z
83132026-08-13T23:48:11.891ZAug 13 23:48:10.196Aug 13 23:48:10.196 DEBGINFO reset freemapadding route 3fff:beef:3::/64 -> 2001:db8::55:ff,
83142026-08-13T23:48:11.891Zunit: freemap_route_ipv6
83152026-08-13T23:48:11.891ZAug 13 23:48:10.196 DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:48:10.196
83162026-08-13T23:48:11.891Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
83172026-08-13T23:48:11.891ZAug 13 23:48:10.196 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 13 23:48:10.196
83182026-08-13T23:48:11.891Z DEBGAug 13 23:48:10.196 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
83192026-08-13T23:48:11.891Z 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 } }]
83202026-08-13T23:48:11.891ZAug 13 23:48:10.196 INFO Aug 13 23:48:10.196adding route 3fff:beef::/64 -> 2001:db8::55:ff
83212026-08-13T23:48:11.892ZINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
83222026-08-13T23:48:11.892ZAug 13 23:48:10.196 DEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:48:10.196
83232026-08-13T23:48:11.892Z DEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:48:10.196
83242026-08-13T23:48:11.892Z INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
83252026-08-13T23:48:11.892ZAug 13 23:48:10.196 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 13 23:48:10.196
83262026-08-13T23:48:11.892Z DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:48:10.196
83272026-08-13T23:48:11.892Z DEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:48:10.196
83282026-08-13T23:48:11.892Z INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
83292026-08-13T23:48:11.892ZAug 13 23:48:10.196 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 13 23:48:10.196
83302026-08-13T23:48:11.892Z 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 } }]
83312026-08-13T23:48:11.892ZAug 13 23:48:10.196 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 } }]Aug 13 23:48:10.196
83322026-08-13T23:48:11.892Z INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
83332026-08-13T23:48:11.892ZAug 13 23:48:10.196 Aug 13 23:48:10.196INFO DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
83342026-08-13T23:48:11.892Zreplacing 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 } }]
83352026-08-13T23:48:11.892ZAug 13 23:48:10.196 Aug 13 23:48:10.196DEBG INFOreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83362026-08-13T23:48:11.892Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
83372026-08-13T23:48:11.892ZAug 13 23:48:10.196Aug 13 23:48:10.196 INFODEBG adding route 3fff:beef:9::/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 } }]
83382026-08-13T23:48:11.892Z
83392026-08-13T23:48:11.892ZAug 13 23:48:10.196Aug 13 23:48:10.196 INFODEBG adding route 3fff:beef:5::/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 } }]
83402026-08-13T23:48:11.892Z
83412026-08-13T23:48:11.892ZAug 13 23:48:10.196Aug 13 23:48:10.196 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:a::/64 -> 2001:db8::55:ff
83422026-08-13T23:48:11.892Z
83432026-08-13T23:48:11.892ZAug 13 23:48:10.196Aug 13 23:48:10.196 INFODEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83442026-08-13T23:48:11.892Z
83452026-08-13T23:48:11.892ZAug 13 23:48:10.196Aug 13 23:48:10.196 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:b::/64 -> 2001:db8::55:ff
83462026-08-13T23:48:11.892Z
83472026-08-13T23:48:11.892ZAug 13 23:48:10.196Aug 13 23:48:10.196 INFODEBG adding route 3fff:beef:7::/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 } }]
83482026-08-13T23:48:11.897Z
83492026-08-13T23:48:11.897ZAug 13 23:48:10.196Aug 13 23:48:10.196 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:c::/64 -> 2001:db8::55:ff
83502026-08-13T23:48:11.897Z
83512026-08-13T23:48:11.897ZAug 13 23:48:10.196Aug 13 23:48:10.196 INFODEBG adding route 3fff:beef:8::/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 } }]
83522026-08-13T23:48:11.897Z
83532026-08-13T23:48:11.897ZAug 13 23:48:10.196Aug 13 23:48:10.196 INFODEBG 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 } }]
83542026-08-13T23:48:11.897Z
83552026-08-13T23:48:11.897ZAug 13 23:48:10.196Aug 13 23:48:10.196 DEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
83562026-08-13T23:48:11.897Z
83572026-08-13T23:48:11.897ZAug 13 23:48:10.196Aug 13 23:48:10.196 INFODEBG adding route 3fff:beef:e::/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 } }]
83582026-08-13T23:48:11.897Z
83592026-08-13T23:48:11.897ZAug 13 23:48:10.196Aug 13 23:48:10.196 DEBGINFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
83602026-08-13T23:48:11.897Z
83612026-08-13T23:48:11.897ZAug 13 23:48:10.196Aug 13 23:48:10.196 INFODEBG 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 } }]
83622026-08-13T23:48:11.897Z
83632026-08-13T23:48:11.897ZAug 13 23:48:10.196Aug 13 23:48:10.196 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
83642026-08-13T23:48:11.897Z
83652026-08-13T23:48:11.897ZAug 13 23:48:10.196Aug 13 23:48:10.196 INFODEBG adding route 3fff:beef:10::/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 } }]
83662026-08-13T23:48:11.897Z
83672026-08-13T23:48:11.897ZAug 13 23:48:10.196Aug 13 23:48:10.196 DEBGINFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
83682026-08-13T23:48:11.897Z
83692026-08-13T23:48:11.897ZAug 13 23:48:10.196Aug 13 23:48:10.196 INFODEBG adding route 3fff:beef:11::/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 } }]
83702026-08-13T23:48:11.897Z
83712026-08-13T23:48:11.897ZAug 13 23:48:10.196Aug 13 23:48:10.196 DEBGINFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
83722026-08-13T23:48:11.897Z
83732026-08-13T23:48:11.897ZAug 13 23:48:10.196Aug 13 23:48:10.196 INFODEBG adding route 3fff:beef:12::/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 } }]
83742026-08-13T23:48:11.897Z
83752026-08-13T23:48:11.897ZAug 13 23:48:10.196Aug 13 23:48:10.196 DEBGINFO replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
83762026-08-13T23:48:11.897Z
83772026-08-13T23:48:11.897ZAug 13 23:48:10.196Aug 13 23:48:10.196 INFODEBG adding route 3fff:beef:13::/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 } }]
83782026-08-13T23:48:11.897Z
83792026-08-13T23:48:11.897ZAug 13 23:48:10.196Aug 13 23:48:10.196 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:f::/64 -> 2001:db8::55:ff
83802026-08-13T23:48:11.898Z
83812026-08-13T23:48:11.898ZAug 13 23:48:10.196Aug 13 23:48:10.196 INFODEBG adding route 3fff:beef:14::/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 } }]
83822026-08-13T23:48:11.898Z
83832026-08-13T23:48:11.898ZAug 13 23:48:10.196Aug 13 23:48:10.196 DEBGINFO replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
83842026-08-13T23:48:11.898Z
83852026-08-13T23:48:11.898ZAug 13 23:48:10.196Aug 13 23:48:10.196 INFODEBG adding route 3fff:beef:15::/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 } }]
83862026-08-13T23:48:11.898Z
83872026-08-13T23:48:11.898ZAug 13 23:48:10.196Aug 13 23:48:10.196 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:11::/64 -> 2001:db8::55:ff
83882026-08-13T23:48:11.898Z
83892026-08-13T23:48:11.898ZAug 13 23:48:10.196Aug 13 23:48:10.196 INFODEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83902026-08-13T23:48:11.898Ztest freemap::test_span ... ok
83912026-08-13T23:48:11.898Z
83922026-08-13T23:48:11.898ZAug 13 23:48:10.196Aug 13 23:48:10.196 DEBGINFO replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
83932026-08-13T23:48:11.898Z
83942026-08-13T23:48:11.898ZAug 13 23:48:10.196Aug 13 23:48:10.196 INFODEBG adding route 3fff:beef:17::/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 } }]
83952026-08-13T23:48:11.898Z
83962026-08-13T23:48:11.898Ztest port_map::tests::parse_softnpu_revision ... ok
83972026-08-13T23:48:11.898ZAug 13 23:48:10.196Aug 13 23:48:10.196 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:beef:13::/64 -> 2001:db8::55:ff
83982026-08-13T23:48:11.898Z
83992026-08-13T23:48:11.898ZAug 13 23:48:10.196Aug 13 23:48:10.196 INFODEBG adding route 3fff:beef:18::/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 } }]
84002026-08-13T23:48:11.898Z
84012026-08-13T23:48:11.898ZAug 13 23:48:10.196Aug 13 23:48:10.196 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:14::/64 -> 2001:db8::55:ff
84022026-08-13T23:48:11.898Z
84032026-08-13T23:48:11.898ZAug 13 23:48:10.196Aug 13 23:48:10.196 INFODEBG adding route 3fff:beef:19::/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 } }]
84042026-08-13T23:48:11.898Z
84052026-08-13T23:48:11.898ZAug 13 23:48:10.196Aug 13 23:48:10.196 DEBGINFO replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
84062026-08-13T23:48:11.898Z
84072026-08-13T23:48:11.898ZAug 13 23:48:10.196Aug 13 23:48:10.196 INFODEBG adding route 3fff:beef:1a::/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 } }]
84082026-08-13T23:48:11.898Z
84092026-08-13T23:48:11.898ZAug 13 23:48:10.196Aug 13 23:48:10.196Aug 13 23:48:10.196 Aug 13 23:48:10.196DEBG INFO DEBGreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
84102026-08-13T23:48:11.898Z created new freemap created new freemapadding route 3fff:beef:16::/64 -> 2001:db8::55:ff, , Aug 13 23:48:10.196unitunit :INFO
84112026-08-13T23:48:11.898Z :adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff freemap_route_ipv4freemap_route_ipv4
84122026-08-13T23:48:11.898Z
84132026-08-13T23:48:11.898Z
84142026-08-13T23:48:11.898ZAug 13 23:48:10.196 Aug 13 23:48:10.196Aug 13 23:48:10.196DEBG Aug 13 23:48:10.196DEBG 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 } }] DEBG
84152026-08-13T23:48:11.898Zcreated new freemapreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84162026-08-13T23:48:11.898Z, Aug 13 23:48:10.196created new freemap , unitINFOunit:: adding route 3fff:beef:17::/64 -> 2001:db8::55:fffreemap_route_ipv6
84172026-08-13T23:48:11.898ZAug 13 23:48:10.196 INFOfreemap_route_ipv6
84182026-08-13T23:48:11.898ZAug 13 23:48:10.196
84192026-08-13T23:48:11.898Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG
84202026-08-13T23:48:11.899Zreplacing 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 } }]
84212026-08-13T23:48:11.899ZAug 13 23:48:10.196Aug 13 23:48:10.196 DEBGAug 13 23:48:10.196 Aug 13 23:48:10.196 initted freemap. size: 64 DEBGINFO , initted freemap. size: 64adding route 3fff:beef:18::/64 -> 2001:db8::55:ff, DEBGunit
84222026-08-13T23:48:11.899Z: freemap_route_ipv4
84232026-08-13T23:48:11.899Zreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:48:10.196
84242026-08-13T23:48:11.899Z unitDEBG: Aug 13 23:48:10.196 Aug 13 23:48:10.196 freemap_route_ipv4replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84252026-08-13T23:48:11.899ZINFODEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
84262026-08-13T23:48:11.899Zreset freemap
84272026-08-13T23:48:11.899Z, unitAug 13 23:48:10.196:Aug 13 23:48:10.196 Aug 13 23:48:10.196 DEBGDEBGfreemap_route_ipv4
84282026-08-13T23:48:11.899Zreset freemapINFO, unitadding route 3fff:beef:19::/64 -> 2001:db8::55:ff:
84292026-08-13T23:48:11.899Z freemap_route_ipv4 Aug 13 23:48:10.197
84302026-08-13T23:48:11.899Z 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 } }]Aug 13 23:48:10.197
84312026-08-13T23:48:11.899Z DEBG initted freemap. size: 64replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], Aug 13 23:48:10.197unit
84322026-08-13T23:48:11.899Z: Aug 13 23:48:10.197DEBG INFO freemap_route_ipv6initted freemap. size: 64
84332026-08-13T23:48:11.899ZAug 13 23:48:10.197 , adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffunit
84342026-08-13T23:48:11.899Z: INFOfreemap_route_ipv6
84352026-08-13T23:48:11.899Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 13 23:48:10.197Aug 13 23:48:10.197
84362026-08-13T23:48:11.899Z Aug 13 23:48:10.197DEBG 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 } }]DEBGDEBG
84372026-08-13T23:48:11.899Z reset freemapAug 13 23:48:10.197Aug 13 23:48:10.197, reset freemap unitINFO: , DEBGunit adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff: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 } }]
84382026-08-13T23:48:11.899Zfreemap_route_ipv6
84392026-08-13T23:48:11.899Zfreemap_route_ipv6
84402026-08-13T23:48:11.899ZAug 13 23:48:10.197
84412026-08-13T23:48:11.899Z DEBG Aug 13 23:48:10.197replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:48:10.197
84422026-08-13T23:48:11.899ZAug 13 23:48:10.197 INFO INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFOAug 13 23:48:10.197 adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:dead::/64 -> 2001:db8::55:1
84432026-08-13T23:48:11.899Z
84442026-08-13T23:48:11.899ZINFO
84452026-08-13T23:48:11.899Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
84462026-08-13T23:48:11.899ZAug 13 23:48:10.197Aug 13 23:48:10.197Aug 13 23:48:10.197Aug 13 23:48:10.197 DEBGDEBGDEBGDEBG 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 } }]
84472026-08-13T23:48:11.899Zreplacing 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
84482026-08-13T23:48:11.903Zreplacing 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 } }]
84492026-08-13T23:48:11.903Z
84502026-08-13T23:48:11.903ZAug 13 23:48:10.197 Aug 13 23:48:10.197Aug 13 23:48:10.197Aug 13 23:48:10.197 INFOINFO INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff INFOadding route 3fff:dead::/64 -> 2001:db8::55:2
84512026-08-13T23:48:11.903Z
84522026-08-13T23:48:11.903Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 13 23:48:10.197Aug 13 23:48:10.197
84532026-08-13T23:48:11.903Z
84542026-08-13T23:48:11.903ZDEBG 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 } }]Aug 13 23:48:10.197Aug 13 23:48:10.197
84552026-08-13T23:48:11.903Z 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
84562026-08-13T23:48:11.903ZAug 13 23:48:10.197 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
84572026-08-13T23:48:11.903Z Aug 13 23:48:10.197 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 } }] 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 } }]
84582026-08-13T23:48:11.903Z
84592026-08-13T23:48:11.903ZAug 13 23:48:10.197 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
84602026-08-13T23:48:11.903ZDEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:48:10.197Aug 13 23:48:10.197
84612026-08-13T23:48:11.904ZDEBG 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
84622026-08-13T23:48:11.904Z adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 13 23:48:10.197
84632026-08-13T23:48:11.904Z Aug 13 23:48:10.197INFO INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff Aug 13 23:48:10.197adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
84642026-08-13T23:48:11.904Z
84652026-08-13T23:48:11.904ZDEBG 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 } }]
84662026-08-13T23:48:11.904ZAug 13 23:48:10.197Aug 13 23:48:10.197 DEBGDEBGAug 13 23:48:10.197 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 } }]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 } }]
84672026-08-13T23:48:11.904Z
84682026-08-13T23:48:11.904Zadding route 3fff:dead::/64 -> 2001:db8::55:2
84692026-08-13T23:48:11.904ZAug 13 23:48:10.197Aug 13 23:48:10.197Aug 13 23:48:10.197 INFODEBG INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
84702026-08-13T23:48:11.904Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
84712026-08-13T23:48:11.904Z
84722026-08-13T23:48:11.904ZAug 13 23:48:10.197Aug 13 23:48:10.197 Aug 13 23:48:10.197INFODEBG adding route 3fff:beef::/64 -> 2001:db8::55:ff DEBG
84732026-08-13T23:48:11.904Zreplacing 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 } }]
84742026-08-13T23:48:11.904Zreplacing 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 } }]
84752026-08-13T23:48:11.904ZAug 13 23:48:10.197Aug 13 23:48:10.197 DEBGAug 13 23:48:10.197INFO replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFO
84762026-08-13T23:48:11.904Z
84772026-08-13T23:48:11.904Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
84782026-08-13T23:48:11.904ZAug 13 23:48:10.197 Aug 13 23:48:10.197DEBG Aug 13 23:48:10.197INFOreplacing 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 } }]
84792026-08-13T23:48:11.904Zadding route 3fff:beef:1::/64 -> 2001:db8::55:ffDEBG
84802026-08-13T23:48:11.904Z replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:48:10.197
84812026-08-13T23:48:11.904Z Aug 13 23:48:10.197INFO DEBGAug 13 23:48:10.197 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFOreplacing 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 } }]
84822026-08-13T23:48:11.904Z
84832026-08-13T23:48:11.904Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
84842026-08-13T23:48:11.904ZAug 13 23:48:10.197Aug 13 23:48:10.197Aug 13 23:48:10.197 DEBG DEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
84852026-08-13T23:48:11.904Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
84862026-08-13T23:48:11.904Z
84872026-08-13T23:48:11.904ZAug 13 23:48:10.197Aug 13 23:48:10.197 INFOAug 13 23:48:10.197DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO
84882026-08-13T23:48:11.904Z
84892026-08-13T23:48:11.904Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
84902026-08-13T23:48:11.904ZAug 13 23:48:10.197Aug 13 23:48:10.197 Aug 13 23:48:10.197INFO DEBGDEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
84912026-08-13T23:48:11.904Zreplacing 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 } }]
84922026-08-13T23:48:11.904Zreplacing 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 } }]
84932026-08-13T23:48:11.904ZAug 13 23:48:10.197Aug 13 23:48:10.197Aug 13 23:48:10.197 INFO DEBGINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
84942026-08-13T23:48:11.904Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
84952026-08-13T23:48:11.904Zreplacing 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 } }]
84962026-08-13T23:48:11.904ZAug 13 23:48:10.197 Aug 13 23:48:10.197DEBG Aug 13 23:48:10.197replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
84972026-08-13T23:48:11.904ZINFO 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:4::/64 -> 2001:db8::55:ff
84982026-08-13T23:48:11.904Z
84992026-08-13T23:48:11.905ZAug 13 23:48:10.197 Aug 13 23:48:10.197Aug 13 23:48:10.197 INFODEBGINFO 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:2a::/64 -> 2001:db8::55:ff
85002026-08-13T23:48:11.905Z
85012026-08-13T23:48:11.905Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
85022026-08-13T23:48:11.905ZAug 13 23:48:10.197Aug 13 23:48:10.197 INFODEBG Aug 13 23:48:10.197 adding route 3fff:beef:5::/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 } }]
85032026-08-13T23:48:11.905Z
85042026-08-13T23:48:11.905ZDEBG 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 } }]
85052026-08-13T23:48:11.905ZAug 13 23:48:10.197 Aug 13 23:48:10.197DEBG Aug 13 23:48:10.197INFO INFO replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
85062026-08-13T23:48:11.905Z
85072026-08-13T23:48:11.905Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
85082026-08-13T23:48:11.905ZAug 13 23:48:10.197Aug 13 23:48:10.197Aug 13 23:48:10.197 DEBG 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 } }]
85092026-08-13T23:48:11.905Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
85102026-08-13T23:48:11.905ZAug 13 23:48:10.197 Aug 13 23:48:10.197INFO DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
85112026-08-13T23:48:11.905Zreplacing 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 } }]
85122026-08-13T23:48:11.905ZDEBG Aug 13 23:48:10.197replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:48:10.197 DEBGINFO
85132026-08-13T23:48:11.905Z replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
85142026-08-13T23:48:11.905Z
85152026-08-13T23:48:11.905ZAug 13 23:48:10.197Aug 13 23:48:10.197 Aug 13 23:48:10.197INFODEBG adding route 3fff:beef:26::/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 } }]
85162026-08-13T23:48:11.905Z
85172026-08-13T23:48:11.905Z INFO Aug 13 23:48:10.197Aug 13 23:48:10.197adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff INFODEBG
85182026-08-13T23:48:11.905Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85192026-08-13T23:48:11.905Z
85202026-08-13T23:48:11.905ZAug 13 23:48:10.197 Aug 13 23:48:10.197Aug 13 23:48:10.197DEBG INFODEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85212026-08-13T23:48:11.905Zadding route 3fff:beef:27::/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 } }]
85222026-08-13T23:48:11.905Z
85232026-08-13T23:48:11.905ZAug 13 23:48:10.197Aug 13 23:48:10.197Aug 13 23:48:10.197 INFO INFODEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
85242026-08-13T23:48:11.905Z
85252026-08-13T23:48:11.905Zreplacing 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 } }]
85262026-08-13T23:48:11.905ZAug 13 23:48:10.197Aug 13 23:48:10.197Aug 13 23:48:10.197 DEBGDEBG INFO replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85272026-08-13T23:48:11.905Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
85282026-08-13T23:48:11.905Z
85292026-08-13T23:48:11.905ZAug 13 23:48:10.197Aug 13 23:48:10.197 INFODEBGAug 13 23:48:10.197 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:a::/64 -> 2001:db8::55:ff
85302026-08-13T23:48:11.905ZINFO
85312026-08-13T23:48:11.905Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
85322026-08-13T23:48:11.905ZAug 13 23:48:10.197Aug 13 23:48:10.197 Aug 13 23:48:10.197DEBGINFO replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
85332026-08-13T23:48:11.905Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85342026-08-13T23:48:11.905Z
85352026-08-13T23:48:11.905ZAug 13 23:48:10.197Aug 13 23:48:10.197Aug 13 23:48:10.197 Aug 13 23:48:10.197INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ffINFODEBG adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
85362026-08-13T23:48:11.905Z
85372026-08-13T23:48:11.905Zreplacing 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 } }]
85382026-08-13T23:48:11.905Z
85392026-08-13T23:48:11.905ZAug 13 23:48:10.197Aug 13 23:48:10.197 Aug 13 23:48:10.197DEBG 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 } }]
85402026-08-13T23:48:11.906Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG
85412026-08-13T23:48:11.906ZAug 13 23:48:10.197Aug 13 23:48:10.197 replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
85422026-08-13T23:48:11.906Z INFOreplacing 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 } }]
85432026-08-13T23:48:11.906ZAug 13 23:48:10.197 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG
85442026-08-13T23:48:11.906ZAug 13 23:48:10.197 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 } }]INFOAug 13 23:48:10.197
85452026-08-13T23:48:11.906Z DEBGAug 13 23:48:10.197 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 } }]INFOadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
85462026-08-13T23:48:11.906Z
85472026-08-13T23:48:11.906ZAug 13 23:48:10.197adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
85482026-08-13T23:48:11.910ZINFOAug 13 23:48:10.197 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFO
85492026-08-13T23:48:11.910Z Aug 13 23:48:10.197Aug 13 23:48:10.197 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG Aug 13 23:48:10.197DEBG 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 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 } }]
85502026-08-13T23:48:11.910Z
85512026-08-13T23:48:11.910Z
85522026-08-13T23:48:11.910Zreplacing 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 } }]
85532026-08-13T23:48:11.910ZAug 13 23:48:10.197Aug 13 23:48:10.197Aug 13 23:48:10.197 Aug 13 23:48:10.197DEBG INFO INFO INFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
85542026-08-13T23:48:11.910Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
85552026-08-13T23:48:11.910Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
85562026-08-13T23:48:11.910Z
85572026-08-13T23:48:11.910ZAug 13 23:48:10.197Aug 13 23:48:10.197 Aug 13 23:48:10.197Aug 13 23:48:10.197 DEBGDEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
85582026-08-13T23:48:11.910Zreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
85592026-08-13T23:48:11.910Z
85602026-08-13T23:48:11.910ZAug 13 23:48:10.197replacing 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 } }]
85612026-08-13T23:48:11.910ZAug 13 23:48:10.197INFO Aug 13 23:48:10.197DEBG Aug 13 23:48:10.197INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
85622026-08-13T23:48:11.910ZINFO adding route 3fff:beef:32::/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 } }]
85632026-08-13T23:48:11.910Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 13 23:48:10.197
85642026-08-13T23:48:11.910Z DEBG
85652026-08-13T23:48:11.910Z Aug 13 23:48:10.197replacing 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 } }]
85662026-08-13T23:48:11.910ZINFOAug 13 23:48:10.197 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 13 23:48:10.197
85672026-08-13T23:48:11.910Z DEBGDEBGAug 13 23:48:10.197 replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:48:10.197
85682026-08-13T23:48:11.910Z 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 } }]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 } }]
85692026-08-13T23:48:11.911Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
85702026-08-13T23:48:11.911Z
85712026-08-13T23:48:11.911ZAug 13 23:48:10.197 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 13 23:48:10.197
85722026-08-13T23:48:11.911ZAug 13 23:48:10.197Aug 13 23:48:10.197 INFOAug 13 23:48:10.197 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG
85732026-08-13T23:48:11.911ZDEBGreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
85742026-08-13T23:48:11.911ZINFO
85752026-08-13T23:48:11.911Z Aug 13 23:48:10.197adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
85762026-08-13T23:48:11.911ZAug 13 23:48:10.197DEBGAug 13 23:48:10.197 replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
85772026-08-13T23:48:11.911ZINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
85782026-08-13T23:48:11.911ZAug 13 23:48:10.197
85792026-08-13T23:48:11.911Z DEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:48:10.197
85802026-08-13T23:48:11.911ZAug 13 23:48:10.197Aug 13 23:48:10.197 DEBG INFOreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:48:10.197
85812026-08-13T23:48:11.911Z DEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 13 23:48:10.197
85822026-08-13T23:48:11.911Z
85832026-08-13T23:48:11.911Z INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
85842026-08-13T23:48:11.911ZAug 13 23:48:10.197Aug 13 23:48:10.197
85852026-08-13T23:48:11.911ZDEBGINFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:48:10.197
85862026-08-13T23:48:11.911Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG
85872026-08-13T23:48:11.911ZAug 13 23:48:10.197 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 } }]
85882026-08-13T23:48:11.911ZAug 13 23:48:10.197replacing 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
85892026-08-13T23:48:11.911Z Aug 13 23:48:10.197Aug 13 23:48:10.197adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
85902026-08-13T23:48:11.911ZINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
85912026-08-13T23:48:11.911ZDEBG Aug 13 23:48:10.197replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 23:48:10.197
85922026-08-13T23:48:11.911ZAug 13 23:48:10.197 DEBG INFOreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85932026-08-13T23:48:11.911ZAug 13 23:48:10.197DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff 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 } }]
85942026-08-13T23:48:11.911Z
85952026-08-13T23:48:11.911Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
85962026-08-13T23:48:11.911ZAug 13 23:48:10.198Aug 13 23:48:10.198 Aug 13 23:48:10.198DEBGINFO Aug 13 23:48:10.198adding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFO
85972026-08-13T23:48:11.911Z DEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
85982026-08-13T23:48:11.911Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
85992026-08-13T23:48:11.911ZAug 13 23:48:10.198 DEBG
86002026-08-13T23:48:11.911Z Aug 13 23:48:10.198replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 23:48:10.198INFO
86012026-08-13T23:48:11.911ZINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
86022026-08-13T23:48:11.911Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 13 23:48:10.198
86032026-08-13T23:48:11.911Z INFO Aug 13 23:48:10.198adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 13 23:48:10.198
86042026-08-13T23:48:11.911ZDEBGDEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:48:10.198
86052026-08-13T23:48:11.911Z
86062026-08-13T23:48:11.911ZAug 13 23:48:10.198 DEBG Aug 13 23:48:10.198DEBGAug 13 23:48:10.198 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 } }]INFO
86072026-08-13T23:48:11.911Z 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:37::/64 -> 2001:db8::55:ff
86082026-08-13T23:48:11.911Z
86092026-08-13T23:48:11.912Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 13 23:48:10.198
86102026-08-13T23:48:11.912Z INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 13 23:48:10.198
86112026-08-13T23:48:11.912ZAug 13 23:48:10.198 Aug 13 23:48:10.198 INFO DEBGDEBG Aug 13 23:48:10.198replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:9::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86122026-08-13T23:48:11.912Z
86132026-08-13T23:48:11.912Z
86142026-08-13T23:48:11.912ZDEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:48:10.198Aug 13 23:48:10.198 INFOAug 13 23:48:10.198
86152026-08-13T23:48:11.912Z INFO DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
86162026-08-13T23:48:11.912Z
86172026-08-13T23:48:11.912Zreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:48:10.198
86182026-08-13T23:48:11.912ZINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 13 23:48:10.198
86192026-08-13T23:48:11.912ZAug 13 23:48:10.198Aug 13 23:48:10.198 DEBGDEBGAug 13 23:48:10.198 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 } }] DEBG
86202026-08-13T23:48:11.912Zadding route 3fff:beef:a::/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 } }]
86212026-08-13T23:48:11.912Z
86222026-08-13T23:48:11.912Zreplacing 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 } }]
86232026-08-13T23:48:11.912ZAug 13 23:48:10.198Aug 13 23:48:10.198Aug 13 23:48:10.198Aug 13 23:48:10.198 INFOINFO INFO DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
86242026-08-13T23:48:11.912Z
86252026-08-13T23:48:11.912Z
86262026-08-13T23:48:11.912Zreplacing 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 } }]
86272026-08-13T23:48:11.912ZAug 13 23:48:10.198Aug 13 23:48:10.198Aug 13 23:48:10.198 DEBG replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
86282026-08-13T23:48:11.912Z replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:48:10.198DEBG
86292026-08-13T23:48:11.912Zreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:48:10.198
86302026-08-13T23:48:11.912Z INFO INFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 13 23:48:10.198
86312026-08-13T23:48:11.912Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
86322026-08-13T23:48:11.912ZAug 13 23:48:10.198INFO INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 13 23:48:10.198 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
86332026-08-13T23:48:11.912ZAug 13 23:48:10.198DEBG
86342026-08-13T23:48:11.912Z DEBGAug 13 23:48:10.198 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: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 } }]
86352026-08-13T23:48:11.912Z
86362026-08-13T23:48:11.912ZDEBG Aug 13 23:48:10.198replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 23:48:10.198DEBG
86372026-08-13T23:48:11.912ZAug 13 23:48:10.198 INFOINFO replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 23:48:10.198adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
86382026-08-13T23:48:11.912Z
86392026-08-13T23:48:11.912Z adding route 3fff:beef:c::/64 -> 2001:db8::55:ffINFO
86402026-08-13T23:48:11.912Z adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
86412026-08-13T23:48:11.912ZAug 13 23:48:10.198Aug 13 23:48:10.198 INFODEBG Aug 13 23:48:10.198replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:48:10.198 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG
86422026-08-13T23:48:11.912ZDEBG
86432026-08-13T23:48:11.912Z 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: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 } }]
86442026-08-13T23:48:11.912Z
86452026-08-13T23:48:11.912ZAug 13 23:48:10.198Aug 13 23:48:10.198 DEBG INFOreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:48:10.198
86462026-08-13T23:48:11.912ZAug 13 23:48:10.198INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
86472026-08-13T23:48:11.912ZINFO
86482026-08-13T23:48:11.917ZAug 13 23:48:10.198adding route 3fff:beef:d::/64 -> 2001:db8::55:ff Aug 13 23:48:10.198INFO
86492026-08-13T23:48:11.917ZDEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 13 23:48:10.198
86502026-08-13T23:48:11.917Z
86512026-08-13T23:48:11.917Z Aug 13 23:48:10.198DEBG Aug 13 23:48:10.198DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:48:10.198
86522026-08-13T23:48:11.917Z replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
86532026-08-13T23:48:11.917ZDEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 13 23:48:10.198
86542026-08-13T23:48:11.917Z Aug 13 23:48:10.198INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO
86552026-08-13T23:48:11.917Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
86562026-08-13T23:48:11.917ZAug 13 23:48:10.198Aug 13 23:48:10.198 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 } }]
86572026-08-13T23:48:11.917ZDEBG DEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }]
86582026-08-13T23:48:11.917Z
86592026-08-13T23:48:11.917ZAug 13 23:48:10.198 Aug 13 23:48:10.198Aug 13 23:48:10.198DEBG INFOreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 23:48:10.198
86602026-08-13T23:48:11.917Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff DEBG failed to allocate space for the new target listINFO
86612026-08-13T23:48:11.917Z
86622026-08-13T23:48:11.917ZAug 13 23:48:10.198 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
86632026-08-13T23:48:11.917ZINFOAug 13 23:48:10.198 DEBGAug 13 23:48:10.198adding route 3fff:beef:f::/64 -> 2001:db8::55:ff Aug 13 23:48:10.198
86642026-08-13T23:48:11.917Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBGDEBG
86652026-08-13T23:48:11.917Z 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 } }]
86662026-08-13T23:48:11.917Z 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 } }]
86672026-08-13T23:48:11.917ZAug 13 23:48:10.198Aug 13 23:48:10.198 Aug 13 23:48:10.198INFODEBG INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
86682026-08-13T23:48:11.917Zreplacing 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:1d::/64 -> 2001:db8::55:ff
86692026-08-13T23:48:11.917Z
86702026-08-13T23:48:11.917ZAug 13 23:48:10.198 DEBGAug 13 23:48:10.198Aug 13 23:48:10.198 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
86712026-08-13T23:48:11.917Zreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
86722026-08-13T23:48:11.917ZAug 13 23:48:10.198 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO
86732026-08-13T23:48:11.917Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 13 23:48:10.198
86742026-08-13T23:48:11.918Z Aug 13 23:48:10.198INFO DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 13 23:48:10.198
86752026-08-13T23:48:11.918Z replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
86762026-08-13T23:48:11.918Z replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:48:10.198
86772026-08-13T23:48:11.918Z DEBGAug 13 23:48:10.198 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 } }]INFOAug 13 23:48:10.198
86782026-08-13T23:48:11.918Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ffINFO
86792026-08-13T23:48:11.918Z adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
86802026-08-13T23:48:11.918ZAug 13 23:48:10.198Aug 13 23:48:10.198 Aug 13 23:48:10.198INFO DEBG DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
86812026-08-13T23:48:11.918ZAug 13 23:48:10.198replacing 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 } }]
86822026-08-13T23:48:11.918ZDEBGreplacing 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 } }]
86832026-08-13T23:48:11.918Zcreated new freemapAug 13 23:48:10.198Aug 13 23:48:10.198, DEBGunit 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 } }] :adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
86842026-08-13T23:48:11.918Z
86852026-08-13T23:48:11.918Z freemap_route_ipv4Aug 13 23:48:10.198
86862026-08-13T23:48:11.918Z INFO Aug 13 23:48:10.198adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 13 23:48:10.198 Aug 13 23:48:10.198 DEBG INFODEBGreplacing 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 } }]
86872026-08-13T23:48:11.918Z
86882026-08-13T23:48:11.918Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ffcreated new freemap,
86892026-08-13T23:48:11.918ZunitAug 13 23:48:10.198: Aug 13 23:48:10.198DEBG Aug 13 23:48:10.198freemap_route_ipv6
86902026-08-13T23:48:11.918Z DEBGreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
86912026-08-13T23:48:11.918Z replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:48:10.198adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff
86922026-08-13T23:48:11.918Z
86932026-08-13T23:48:11.918ZDEBG initted freemap. size: 64, unitAug 13 23:48:10.198Aug 13 23:48:10.198 :INFO Aug 13 23:48:10.198DEBG INFOfreemap_route_ipv4adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
86942026-08-13T23:48:11.918Zreplacing 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 } }]
86952026-08-13T23:48:11.918Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
86962026-08-13T23:48:11.918Z
86972026-08-13T23:48:11.918ZAug 13 23:48:10.198Aug 13 23:48:10.198 Aug 13 23:48:10.198DEBG Aug 13 23:48:10.198DEBG DEBGreset freemapDEBGfailed to allocate space for the new target list,
86982026-08-13T23:48:11.918Z unit :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: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 } }]freemap_route_ipv4
86992026-08-13T23:48:11.918Z
87002026-08-13T23:48:11.918Z
87012026-08-13T23:48:11.918ZAug 13 23:48:10.198 DEBGAug 13 23:48:10.198 Aug 13 23:48:10.198 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
87022026-08-13T23:48:11.918Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 13 23:48:10.198 INFO
87032026-08-13T23:48:11.918ZDEBG Aug 13 23:48:10.198 initted freemap. size: 64adding route 3fff:beef:14::/64 -> 2001:db8::55:ff , Aug 13 23:48:10.198DEBG
87042026-08-13T23:48:11.918Z failed to allocate space for the new target listunit
87052026-08-13T23:48:11.918Z: freemap_route_ipv6DEBG
87062026-08-13T23:48:11.918Z Aug 13 23:48:10.198replacing 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 } }]
87072026-08-13T23:48:11.918ZDEBG 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 } }]
87082026-08-13T23:48:11.918ZAug 13 23:48:10.198Aug 13 23:48:10.198 DEBGINFOAug 13 23:48:10.198 reset freemapadding route 3fff:beef:23::/64 -> 2001:db8::55:ff, INFOunit
87092026-08-13T23:48:11.918Z: adding route 3fff:beef:15::/64 -> 2001:db8::55:fffreemap_route_ipv6
87102026-08-13T23:48:11.918Z
87112026-08-13T23:48:11.918ZAug 13 23:48:10.198 DEBG Aug 13 23:48:10.198Aug 13 23:48:10.198 replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
87122026-08-13T23:48:11.918Z INFO 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:dead::/64 -> 2001:db8::55:1
87132026-08-13T23:48:11.918ZAug 13 23:48:10.198
87142026-08-13T23:48:11.919Z INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
87152026-08-13T23:48:11.919ZAug 13 23:48:10.198Aug 13 23:48:10.198 DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
87162026-08-13T23:48:11.919Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 13 23:48:10.198
87172026-08-13T23:48:11.919Z 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 } }]Aug 13 23:48:10.198
87182026-08-13T23:48:11.919Z Aug 13 23:48:10.198INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 13 23:48:10.198
87192026-08-13T23:48:11.919Zreplacing 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 } }]
87202026-08-13T23:48:11.919ZINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
87212026-08-13T23:48:11.919ZAug 13 23:48:10.198Aug 13 23:48:10.198 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: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
87222026-08-13T23:48:11.919Z
87232026-08-13T23:48:11.919ZAug 13 23:48:10.198 DEBG Aug 13 23:48:10.198Aug 13 23:48:10.198replacing 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 } }]
87242026-08-13T23:48:11.919ZINFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 13 23:48:10.198replacing 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 } }]
87252026-08-13T23:48:11.919Z
87262026-08-13T23:48:11.919ZINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
87272026-08-13T23:48:11.919ZAug 13 23:48:10.198 Aug 13 23:48:10.198DEBGAug 13 23:48:10.198 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG
87282026-08-13T23:48:11.919Z replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
87292026-08-13T23:48:11.919Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 13 23:48:10.198
87302026-08-13T23:48:11.919ZAug 13 23:48:10.198 INFOINFO Aug 13 23:48:10.198 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4
87312026-08-13T23:48:11.919Z
87322026-08-13T23:48:11.919ZDEBG 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 } }]
87332026-08-13T23:48:11.919ZAug 13 23:48:10.198Aug 13 23:48:10.198 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 } }]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 } }]
87342026-08-13T23:48:11.919Z
87352026-08-13T23:48:11.919ZAug 13 23:48:10.198 INFOAug 13 23:48:10.198Aug 13 23:48:10.198 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBGINFO
87362026-08-13T23:48:11.919Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
87372026-08-13T23:48:11.919Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 13 23:48:10.198
87382026-08-13T23:48:11.919Z DEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:48:10.198
87392026-08-13T23:48:11.919Z 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 } }]
87402026-08-13T23:48:11.919ZAug 13 23:48:10.198 INFO Aug 13 23:48:10.198adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
87412026-08-13T23:48:11.919ZINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
87422026-08-13T23:48:11.919ZAug 13 23:48:10.198 Aug 13 23:48:10.198DEBG 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 } }]
87432026-08-13T23:48:11.919Zreplacing 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 } }]
87442026-08-13T23:48:11.919ZAug 13 23:48:10.198 Aug 13 23:48:10.198INFO INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
87452026-08-13T23:48:11.919Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
87462026-08-13T23:48:11.919ZAug 13 23:48:10.198Aug 13 23:48:10.198 DEBGDEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
87472026-08-13T23:48:11.919Z
87482026-08-13T23:48:11.924ZAug 13 23:48:10.198Aug 13 23:48:10.198 INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
87492026-08-13T23:48:11.924Z
87502026-08-13T23:48:11.924ZAug 13 23:48:10.198Aug 13 23:48:10.198 DEBGDEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
87512026-08-13T23:48:11.924Z
87522026-08-13T23:48:11.924ZAug 13 23:48:10.198Aug 13 23:48:10.198 INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
87532026-08-13T23:48:11.924Z
87542026-08-13T23:48:11.924ZAug 13 23:48:10.198Aug 13 23:48:10.198 DEBGDEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
87552026-08-13T23:48:11.924Z
87562026-08-13T23:48:11.924ZAug 13 23:48:10.198Aug 13 23:48:10.198 INFOINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
87572026-08-13T23:48:11.924Z
87582026-08-13T23:48:11.924ZAug 13 23:48:10.198Aug 13 23:48:10.198 DEBGDEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87592026-08-13T23:48:11.924Z
87602026-08-13T23:48:11.924ZAug 13 23:48:10.198Aug 13 23:48:10.198 INFOINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
87612026-08-13T23:48:11.924Z
87622026-08-13T23:48:11.924ZAug 13 23:48:10.198Aug 13 23:48:10.198 DEBGDEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
87632026-08-13T23:48:11.924Z
87642026-08-13T23:48:11.924ZAug 13 23:48:10.198Aug 13 23:48:10.198 INFOINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
87652026-08-13T23:48:11.924Z
87662026-08-13T23:48:11.924ZAug 13 23:48:10.198Aug 13 23:48:10.198 DEBGDEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
87672026-08-13T23:48:11.924Z
87682026-08-13T23:48:11.924ZAug 13 23:48:10.198Aug 13 23:48:10.198 INFOINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
87692026-08-13T23:48:11.924Z
87702026-08-13T23:48:11.924ZAug 13 23:48:10.198Aug 13 23:48:10.198 DEBGDEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
87712026-08-13T23:48:11.924Z
87722026-08-13T23:48:11.924ZAug 13 23:48:10.198Aug 13 23:48:10.198 INFOINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
87732026-08-13T23:48:11.924Z
87742026-08-13T23:48:11.924ZAug 13 23:48:10.198Aug 13 23:48:10.198 DEBGDEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
87752026-08-13T23:48:11.924Z
87762026-08-13T23:48:11.924ZAug 13 23:48:10.198Aug 13 23:48:10.198 INFOINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
87772026-08-13T23:48:11.924Z
87782026-08-13T23:48:11.924ZAug 13 23:48:10.198Aug 13 23:48:10.198 DEBGDEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
87792026-08-13T23:48:11.924Z
87802026-08-13T23:48:11.924ZAug 13 23:48:10.199Aug 13 23:48:10.199 INFOINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
87812026-08-13T23:48:11.924Z
87822026-08-13T23:48:11.924ZAug 13 23:48:10.199Aug 13 23:48:10.199 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: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 } }]
87832026-08-13T23:48:11.924Z
87842026-08-13T23:48:11.924ZAug 13 23:48:10.199Aug 13 23:48:10.199 INFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
87852026-08-13T23:48:11.924Z
87862026-08-13T23:48:11.925ZAug 13 23:48:10.199Aug 13 23:48:10.199 DEBGDEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
87872026-08-13T23:48:11.925Z
87882026-08-13T23:48:11.925ZAug 13 23:48:10.199Aug 13 23:48:10.199 INFOINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
87892026-08-13T23:48:11.925Z
87902026-08-13T23:48:11.925ZAug 13 23:48:10.199Aug 13 23:48:10.199 DEBGDEBG replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
87912026-08-13T23:48:11.925Z
87922026-08-13T23:48:11.925ZAug 13 23:48:10.199Aug 13 23:48:10.199 INFOINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
87932026-08-13T23:48:11.925Z
87942026-08-13T23:48:11.925ZAug 13 23:48:10.199Aug 13 23:48:10.199 DEBGDEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
87952026-08-13T23:48:11.925Z
87962026-08-13T23:48:11.925ZAug 13 23:48:10.199Aug 13 23:48:10.199 INFOINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
87972026-08-13T23:48:11.925Z
87982026-08-13T23:48:11.925ZAug 13 23:48:10.199Aug 13 23:48:10.199 DEBGDEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
87992026-08-13T23:48:11.925Z
88002026-08-13T23:48:11.925ZAug 13 23:48:10.199Aug 13 23:48:10.199 INFOINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
88012026-08-13T23:48:11.925Z
88022026-08-13T23:48:11.925ZAug 13 23:48:10.199Aug 13 23:48:10.199 DEBGDEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
88032026-08-13T23:48:11.925Z
88042026-08-13T23:48:11.925ZAug 13 23:48:10.199Aug 13 23:48:10.199 INFOINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
88052026-08-13T23:48:11.925Z
88062026-08-13T23:48:11.925ZAug 13 23:48:10.199Aug 13 23:48:10.199 DEBGDEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
88072026-08-13T23:48:11.925Z
88082026-08-13T23:48:11.925Ztest route::tests::identity_replace_is_noop ... ok
88092026-08-13T23:48:11.925ZAug 13 23:48:10.199Aug 13 23:48:10.199 INFOAug 13 23:48:10.199 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 13 23:48:10.199
88102026-08-13T23:48:11.925Z Aug 13 23:48:10.199DEBG DEBG created new freemapAug 13 23:48:10.199 , DEBGunitAug 13 23:48:10.204 created new freemap:DEBG , freemap_route_ipv4unitDEBG:
88112026-08-13T23:48:11.925Z freemap_route_ipv4created new freemap
88122026-08-13T23:48:11.925Zreplacing 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 } }],
88132026-08-13T23:48:11.925Zunit:Aug 13 23:48:10.204 DEBGAug 13 23:48:10.204 Aug 13 23:48:10.204DEBG created new freemap INFO, created new freemapunit , :freemap_route_ipv4adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
88142026-08-13T23:48:11.925Z
88152026-08-13T23:48:11.925Zfreemap_route_ipv6unit
88162026-08-13T23:48:11.925Z: freemap_route_ipv6Aug 13 23:48:10.204
88172026-08-13T23:48:11.925Z Aug 13 23:48:10.204DEBG Aug 13 23:48:10.204DEBG Aug 13 23:48:10.204DEBG initted freemap. size: 64 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 } }], DEBGunit :initted freemap. size: 64 created new freemap, freemap_route_ipv4, unitunit:
88182026-08-13T23:48:11.925Z:
88192026-08-13T23:48:11.925Zfreemap_route_ipv4
88202026-08-13T23:48:11.925Zfreemap_route_ipv6
88212026-08-13T23:48:11.925ZAug 13 23:48:10.204 Aug 13 23:48:10.204DEBG INFOreset freemap , adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffunit
88222026-08-13T23:48:11.925Z: Aug 13 23:48:10.204freemap_route_ipv4Aug 13 23:48:10.204
88232026-08-13T23:48:11.925ZDEBG DEBGreset freemap , initted freemap. size: 64unitAug 13 23:48:10.204Aug 13 23:48:10.204 :, DEBGunit freemap_route_ipv4initted freemap. size: 64
88242026-08-13T23:48:11.925Z, unit:: freemap_route_ipv6DEBG
88252026-08-13T23:48:11.925ZAug 13 23:48:10.204 freemap_route_ipv4
88262026-08-13T23:48:11.925ZDEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64
88272026-08-13T23:48:11.926Z, Aug 13 23:48:10.204unit DEBGAug 13 23:48:10.204 :DEBGAug 13 23:48:10.204 freemap_route_ipv6reset freemapreset freemap
88282026-08-13T23:48:11.926Z, , INFOunit unit:: adding route 3fff:beef:2e::/64 -> 2001:db8::55:fffreemap_route_ipv4
88292026-08-13T23:48:11.926Z
88302026-08-13T23:48:11.926ZAug 13 23:48:10.204 freemap_route_ipv6
88312026-08-13T23:48:11.926ZDEBG Aug 13 23:48:10.204Aug 13 23:48:10.204 INFODEBG reset freemapadding route 3fff:dead::/64 -> 2001:db8::55:1initted freemap. size: 64, , Aug 13 23:48:10.204unitunit
88322026-08-13T23:48:11.926Z: DEBG: Aug 13 23:48:10.204 freemap_route_ipv6DEBG
88332026-08-13T23:48:11.926Zfreemap_route_ipv6 replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
88342026-08-13T23:48:11.926Z
88352026-08-13T23:48:11.926Z
88362026-08-13T23:48:11.926ZAug 13 23:48:10.204 Aug 13 23:48:10.204Aug 13 23:48:10.204INFO INFOadding route 172.16.0.0/32 -> 10.0.0.1Aug 13 23:48:10.204 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
88372026-08-13T23:48:11.926ZDEBG
88382026-08-13T23:48:11.926Zreset freemap, Aug 13 23:48:10.204Aug 13 23:48:10.204unit :DEBG freemap_route_ipv6replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
88392026-08-13T23:48:11.926ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
88402026-08-13T23:48:11.926Z
88412026-08-13T23:48:11.926Z Aug 13 23:48:10.204 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 172.16.0.0/32 -> 10.0.0.2Aug 13 23:48:10.204
88422026-08-13T23:48:11.926Z INFO
88432026-08-13T23:48:11.926Zadding route 3fff:dead::/64 -> 2001:db8::55:1
88442026-08-13T23:48:11.926ZAug 13 23:48:10.204 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 } }]
88452026-08-13T23:48:11.926ZAug 13 23:48:10.204 Aug 13 23:48:10.204DEBGAug 13 23:48:10.204 INFOINFO 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 172.16.0.0/32 -> 10.0.0.3
88462026-08-13T23:48:11.926Z
88472026-08-13T23:48:11.926Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
88482026-08-13T23:48:11.930ZAug 13 23:48:10.204 INFOAug 13 23:48:10.204 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
88492026-08-13T23:48:11.930Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 13 23:48:10.199
88502026-08-13T23:48:11.930ZAug 13 23:48:10.204Aug 13 23:48:10.204 DEBGDEBGDEBG Aug 13 23:48:10.204 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 } }]INFO
88512026-08-13T23:48:11.930Z replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4
88522026-08-13T23:48:11.930Zcreated new freemap
88532026-08-13T23:48:11.930Z, Aug 13 23:48:10.204unit :INFOAug 13 23:48:10.204 Aug 13 23:48:10.204DEBG freemap_route_ipv4 INFO
88542026-08-13T23:48:11.930Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
88552026-08-13T23:48:11.930Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
88562026-08-13T23:48:11.930Z
88572026-08-13T23:48:11.930ZAug 13 23:48:10.204Aug 13 23:48:10.204 DEBGDEBG Aug 13 23:48:10.204replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
88582026-08-13T23:48:11.930Z created new freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }], Aug 13 23:48:10.204unit
88592026-08-13T23:48:11.930Z :DEBG freemap_route_ipv6replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
88602026-08-13T23:48:11.930Z
88612026-08-13T23:48:11.930ZAug 13 23:48:10.204 INFOAug 13 23:48:10.204 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
88622026-08-13T23:48:11.930Zinitted freemap. size: 64, Aug 13 23:48:10.204unit :INFO Aug 13 23:48:10.204adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
88632026-08-13T23:48:11.931Zfreemap_route_ipv4DEBG
88642026-08-13T23:48:11.931Z 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 } }]
88652026-08-13T23:48:11.931ZAug 13 23:48:10.204 DEBG Aug 13 23:48:10.204reset freemap , INFOunit Aug 13 23:48:10.204adding route 3fff:beef::/64 -> 2001:db8::55:ff :
88662026-08-13T23:48:11.931ZAug 13 23:48:10.199 freemap_route_ipv4DEBG
88672026-08-13T23:48:11.931Z 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 } }]
88682026-08-13T23:48:11.931ZDEBG Aug 13 23:48:10.204created new freemapAug 13 23:48:10.204 , DEBG unit DEBGinitted freemap. size: 64: 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
88692026-08-13T23:48:11.931ZunitAug 13 23:48:10.204:
88702026-08-13T23:48:11.931Zfreemap_route_ipv6INFO
88712026-08-13T23:48:11.931Z Aug 13 23:48:10.204adding route 3fff:beef:33::/64 -> 2001:db8::55:ff INFO
88722026-08-13T23:48:11.931Z adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 13 23:48:10.204
88732026-08-13T23:48:11.931Z Aug 13 23:48:10.204DEBG Aug 13 23:48:10.204DEBG Aug 13 23:48:10.204reset freemapDEBG , unit :replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
88742026-08-13T23:48:11.931Zreplacing 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 } }]
88752026-08-13T23:48:11.931Zfreemap_route_ipv6
88762026-08-13T23:48:11.931ZAug 13 23:48:10.204 created new freemapINFO, Aug 13 23:48:10.204unit :adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 13 23:48:10.204 INFO
88772026-08-13T23:48:11.931Zfreemap_route_ipv6
88782026-08-13T23:48:11.931Z INFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
88792026-08-13T23:48:11.931Zadding route 172.16.0.0/32 -> 10.0.0.1Aug 13 23:48:10.204
88802026-08-13T23:48:11.931Z Aug 13 23:48:10.204DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
88812026-08-13T23:48:11.931ZAug 13 23:48:10.204 Aug 13 23:48:10.204DEBG DEBGinitted freemap. size: 64 replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
88822026-08-13T23:48:11.931Z,
88832026-08-13T23:48:11.931ZAug 13 23:48:10.204unit : INFOfreemap_route_ipv4
88842026-08-13T23:48:11.931Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 13 23:48:10.204Aug 13 23:48:10.204
88852026-08-13T23:48:11.931ZINFOINFO adding route 172.16.0.0/32 -> 10.0.0.2adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
88862026-08-13T23:48:11.931Z
88872026-08-13T23:48:11.931ZAug 13 23:48:10.204 Aug 13 23:48:10.204DEBG Aug 13 23:48:10.204DEBGreset freemap , 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 } }]
88882026-08-13T23:48:11.931ZunitAug 13 23:48:10.204DEBG :Aug 13 23:48:10.204replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
88892026-08-13T23:48:11.931Z freemap_route_ipv4INFODEBG
88902026-08-13T23:48:11.931Z adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
88912026-08-13T23:48:11.931Z
88922026-08-13T23:48:11.931ZAug 13 23:48:10.204Aug 13 23:48:10.204 INFODEBGINFOAug 13 23:48:10.204 adding route 172.16.0.0/32 -> 10.0.0.3initted freemap. size: 64Aug 13 23:48:10.204
88932026-08-13T23:48:11.931Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO
88942026-08-13T23:48:11.931Z, unitDEBG: Aug 13 23:48:10.204Aug 13 23:48:10.204freemap_route_ipv6
88952026-08-13T23:48:11.931Z 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 } }]
88962026-08-13T23:48:11.931Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBGDEBG
88972026-08-13T23:48:11.931Z Aug 13 23:48:10.204 replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
88982026-08-13T23:48:11.931Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 13 23:48:10.204
88992026-08-13T23:48:11.931Z Aug 13 23:48:10.204INFOreset freemap , INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 13 23:48:10.204adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 13 23:48:10.204
89002026-08-13T23:48:11.931Z unitINFO
89012026-08-13T23:48:11.931Z:adding route 172.16.0.0/32 -> 10.0.0.4 DEBGfreemap_route_ipv6
89022026-08-13T23:48:11.931Z Aug 13 23:48:10.204replacing 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 } }]
89032026-08-13T23:48:11.932Z Aug 13 23:48:10.204DEBG
89042026-08-13T23:48:11.932Z replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 23:48:10.204
89052026-08-13T23:48:11.932ZDEBGAug 13 23:48:10.204 INFO Aug 13 23:48:10.204DEBGreplacing 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:37::/64 -> 2001:db8::55:ff
89062026-08-13T23:48:11.932Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
89072026-08-13T23:48:11.932ZINFO
89082026-08-13T23:48:11.932Zadding route 172.16.0.0/32 -> 10.0.0.1Aug 13 23:48:10.204Aug 13 23:48:10.204
89092026-08-13T23:48:11.932ZAug 13 23:48:10.204 INFOAug 13 23:48:10.204 INFOAug 13 23:48:10.204INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBGDEBG
89102026-08-13T23:48:11.932Z 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:3c::/64 -> 2001:db8::55:ffadding route 172.17.0.0/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 } }]
89112026-08-13T23:48:11.932Z
89122026-08-13T23:48:11.932Ztest route::tests::rollback_on_compact_delete_failure ... ok
89132026-08-13T23:48:11.932Z
89142026-08-13T23:48:11.932Z
89152026-08-13T23:48:11.932ZAug 13 23:48:10.204Aug 13 23:48:10.204 Aug 13 23:48:10.204Aug 13 23:48:10.204 DEBGAug 13 23:48:10.204INFO DEBG adding route 172.17.0.0/32 -> 10.0.0.255INFO
89162026-08-13T23:48:11.932Zreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
89172026-08-13T23:48:11.932Z 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 } }]
89182026-08-13T23:48:11.932ZAug 13 23:48:10.205 DEBGAug 13 23:48:10.211 created new freemapINFO, unitadding route 172.17.0.1/32 -> 10.0.0.255:
89192026-08-13T23:48:11.932Z freemap_route_ipv4replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:48:10.204
89202026-08-13T23:48:11.932Z DEBG
89212026-08-13T23:48:11.932Z 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 } }]
89222026-08-13T23:48:11.932ZAug 13 23:48:10.211 DEBGAug 13 23:48:10.211Aug 13 23:48:10.211 Aug 13 23:48:10.211 DEBGINFO Aug 13 23:48:10.211adding route 172.17.0.1/32 -> 10.0.0.255failed to allocate space for the new target listDEBG
89232026-08-13T23:48:11.932Z 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 } }]
89242026-08-13T23:48:11.932Z
89252026-08-13T23:48:11.932ZINFOcreated new freemapAug 13 23:48:10.211 DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ff,
89262026-08-13T23:48:11.932Zunit replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]:Aug 13 23:48:10.211 Aug 13 23:48:10.211 Aug 13 23:48:10.211 INFODEBGfreemap_route_ipv6
89272026-08-13T23:48:11.932Z 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 } }]replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.211
89282026-08-13T23:48:11.932Z DEBG
89292026-08-13T23:48:11.932Zadding route 172.17.0.2/32 -> 10.0.0.255
89302026-08-13T23:48:11.932Z Aug 13 23:48:10.211initted freemap. size: 64
89312026-08-13T23:48:11.932ZINFO , adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
89322026-08-13T23:48:11.932Zunit: Aug 13 23:48:10.211freemap_route_ipv4
89332026-08-13T23:48:11.932ZDEBG Aug 13 23:48:10.211replacing 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 } }]
89342026-08-13T23:48:11.932ZAug 13 23:48:10.211DEBG DEBGreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 23:48:10.211Aug 13 23:48:10.211 reset freemap
89352026-08-13T23:48:11.932ZINFO , unitINFO: adding route 172.17.0.2/32 -> 10.0.0.255freemap_route_ipv4Aug 13 23:48:10.211
89362026-08-13T23:48:11.932Z adding route 172.17.0.3/32 -> 10.0.0.255INFO
89372026-08-13T23:48:11.932Z
89382026-08-13T23:48:11.932Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
89392026-08-13T23:48:11.932ZAug 13 23:48:10.211 DEBGAug 13 23:48:10.211 Aug 13 23:48:10.211initted freemap. size: 64Aug 13 23:48:10.211adding route 3fff:beef:38::/64 -> 2001:db8::55:ff DEBG
89402026-08-13T23:48:11.932ZDEBG, unit :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 freemap_route_ipv6
89412026-08-13T23:48:11.932ZAug 13 23:48:10.211
89422026-08-13T23:48:11.932Z DEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff: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 } }]
89432026-08-13T23:48:11.933ZAug 13 23:48:10.211replacing 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 } }]
89442026-08-13T23:48:11.933ZAug 13 23:48:10.211 Aug 13 23:48:10.211INFO Aug 13 23:48:10.211
89452026-08-13T23:48:11.933Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
89462026-08-13T23:48:11.933ZINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBGINFO
89472026-08-13T23:48:11.933Z Aug 13 23:48:10.211 adding route 172.17.0.3/32 -> 10.0.0.255reset freemapAug 13 23:48:10.211, unit :INFO DEBG freemap_route_ipv6replacing 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 } }]
89482026-08-13T23:48:11.937ZAug 13 23:48:10.211
89492026-08-13T23:48:11.937Z
89502026-08-13T23:48:11.937Z DEBGadding route 172.17.0.4/32 -> 10.0.0.255
89512026-08-13T23:48:11.937ZAug 13 23:48:10.211Aug 13 23:48:10.211replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 23:48:10.211
89522026-08-13T23:48:11.937Z INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBGAug 13 23:48:10.211 INFODEBG
89532026-08-13T23:48:11.937Z Aug 13 23:48:10.211replacing 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 } }]
89542026-08-13T23:48:11.937Zreplacing 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 } }]INFOAug 13 23:48:10.211adding route 3fff:dead::/64 -> 2001:db8::55:1
89552026-08-13T23:48:11.937Z
89562026-08-13T23:48:11.937ZDEBG adding route 3fff:beef:3a::/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 } }]
89572026-08-13T23:48:11.937Z
89582026-08-13T23:48:11.937ZAug 13 23:48:10.211 INFOAug 13 23:48:10.211 Aug 13 23:48:10.211 adding route 172.17.0.4/32 -> 10.0.0.255 INFOAug 13 23:48:10.211Aug 13 23:48:10.211 DEBGINFO replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
89592026-08-13T23:48:11.937Zadding route 172.17.0.5/32 -> 10.0.0.255DEBG
89602026-08-13T23:48:11.937Z
89612026-08-13T23:48:11.937Z
89622026-08-13T23:48:11.937Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 13 23:48:10.211
89632026-08-13T23:48:11.937Z Aug 13 23:48:10.211Aug 13 23:48:10.211 INFO DEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 13 23:48:10.211DEBG
89642026-08-13T23:48:11.937Z replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
89652026-08-13T23:48:11.937Z
89662026-08-13T23:48:11.937Z Aug 13 23:48:10.211Aug 13 23:48:10.211Aug 13 23:48:10.211 DEBG INFO DEBGINFOreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 23:48:10.211
89672026-08-13T23:48:11.937Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff INFO
89682026-08-13T23:48:11.937Zadding route 172.17.0.6/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2
89692026-08-13T23:48:11.937Z
89702026-08-13T23:48:11.937Z Aug 13 23:48:10.211Aug 13 23:48:10.211replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.211Aug 13 23:48:10.211 DEBGDEBG INFO
89712026-08-13T23:48:11.937Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBGreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
89722026-08-13T23:48:11.938Z
89732026-08-13T23:48:11.938Z
89742026-08-13T23:48:11.938Zreplacing 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 } }]
89752026-08-13T23:48:11.938ZAug 13 23:48:10.211Aug 13 23:48:10.211 INFO INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 13 23:48:10.211
89762026-08-13T23:48:11.938Z adding route 3fff:dead::/64 -> 2001:db8::55:3
89772026-08-13T23:48:11.938ZAug 13 23:48:10.211INFOAug 13 23:48:10.211 INFOAug 13 23:48:10.211 Aug 13 23:48:10.211DEBG DEBGadding route 172.17.0.5/32 -> 10.0.0.255 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 172.17.0.7/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
89782026-08-13T23:48:11.938Z
89792026-08-13T23:48:11.938Z
89802026-08-13T23:48:11.938Z DEBG Aug 13 23:48:10.211replacing 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 } }]
89812026-08-13T23:48:11.938ZDEBG
89822026-08-13T23:48:11.938Zreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.211Aug 13 23:48:10.211
89832026-08-13T23:48:11.938Z Aug 13 23:48:10.211 INFODEBGAug 13 23:48:10.211 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO
89842026-08-13T23:48:11.938Zreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 23:48:10.211 INFO
89852026-08-13T23:48:11.938ZINFO adding route 172.17.0.6/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:4
89862026-08-13T23:48:11.938ZAug 13 23:48:10.211
89872026-08-13T23:48:11.938Zadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
89882026-08-13T23:48:11.938ZDEBG Aug 13 23:48:10.211replacing 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 } }]
89892026-08-13T23:48:11.938ZINFO Aug 13 23:48:10.211Aug 13 23:48:10.211Aug 13 23:48:10.211adding route 172.17.0.8/32 -> 10.0.0.255
89902026-08-13T23:48:11.938ZAug 13 23:48:10.211 DEBGDEBG DEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
89912026-08-13T23:48:11.938ZINFO Aug 13 23:48:10.211adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
89922026-08-13T23:48:11.938Z
89932026-08-13T23:48:11.938Zreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:48:10.211DEBG
89942026-08-13T23:48:11.938Z Aug 13 23:48:10.211 replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.211DEBG
89952026-08-13T23:48:11.938Z DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] 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 } }]
89962026-08-13T23:48:11.938ZAug 13 23:48:10.211INFO
89972026-08-13T23:48:11.938Z adding route 172.17.0.7/32 -> 10.0.0.255INFO
89982026-08-13T23:48:11.938ZAug 13 23:48:10.211Aug 13 23:48:10.211 Aug 13 23:48:10.211INFOadding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 13 23:48:10.211 INFO
89992026-08-13T23:48:11.938Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 172.17.0.9/32 -> 10.0.0.255DEBG
90002026-08-13T23:48:11.938Z
90012026-08-13T23:48:11.938ZWARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.211Aug 13 23:48:10.211
90022026-08-13T23:48:11.938ZAug 13 23:48:10.211 DEBGDEBG 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 } }]
90032026-08-13T23:48:11.938Z
90042026-08-13T23:48:11.938Z 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 } }]
90052026-08-13T23:48:11.938Zreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:48:10.211
90062026-08-13T23:48:11.938Z INFOAug 13 23:48:10.211 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFO
90072026-08-13T23:48:11.938ZAug 13 23:48:10.211adding route 172.17.0.10/32 -> 10.0.0.255Aug 13 23:48:10.211 Aug 13 23:48:10.211
90082026-08-13T23:48:11.938ZDEBGINFO DEBG failed to allocate space for the new target listreplacing 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 172.17.0.8/32 -> 10.0.0.255
90092026-08-13T23:48:11.938Z
90102026-08-13T23:48:11.938Z
90112026-08-13T23:48:11.938ZAug 13 23:48:10.211Aug 13 23:48:10.211 INFODEBG adding route 3fff:beef:13::/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 } }]
90122026-08-13T23:48:11.939ZAug 13 23:48:10.211Aug 13 23:48:10.211
90132026-08-13T23:48:11.939Ztest route::tests::grow_succeeds ... ok
90142026-08-13T23:48:11.939Z 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 } }]
90152026-08-13T23:48:11.939ZAug 13 23:48:10.211Aug 13 23:48:10.211 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
90162026-08-13T23:48:11.939Z
90172026-08-13T23:48:11.939ZINFOAug 13 23:48:10.211 adding route 172.17.0.9/32 -> 10.0.0.255INFOAug 13 23:48:10.211
90182026-08-13T23:48:11.939Z INFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
90192026-08-13T23:48:11.939Z
90202026-08-13T23:48:11.939ZAug 13 23:48:10.211 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 } }]
90212026-08-13T23:48:11.939ZAug 13 23:48:10.211Aug 13 23:48:10.211 DEBGDEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.211
90222026-08-13T23:48:11.939Ztest route::tests::rollback_on_compact_write_failure ... ok
90232026-08-13T23:48:11.939Zreplacing 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 } }]
90242026-08-13T23:48:11.939ZINFOAug 13 23:48:10.205 Aug 13 23:48:10.211DEBGAug 13 23:48:10.211 INFOINFOcreated new freemap adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 172.17.0.10/32 -> 10.0.0.255,
90252026-08-13T23:48:11.939Zadding route 172.17.0.12/32 -> 10.0.0.255
90262026-08-13T23:48:11.939Zunit
90272026-08-13T23:48:11.939Z: Aug 13 23:48:10.211freemap_route_ipv4Aug 13 23:48:10.211
90282026-08-13T23:48:11.939Z Aug 13 23:48:10.211DEBG 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 } }]DEBG
90292026-08-13T23:48:11.939Z replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
90302026-08-13T23:48:11.939ZAug 13 23:48:10.212 DEBGAug 13 23:48:10.211 created new freemap, DEBGunit: Aug 13 23:48:10.217created new freemap , INFOunit
90312026-08-13T23:48:11.939Z: freemap_route_ipv4 freemap_route_ipv4
90322026-08-13T23:48:11.939Zadding route 172.17.0.13/32 -> 10.0.0.255
90332026-08-13T23:48:11.939Z
90342026-08-13T23:48:11.939ZAug 13 23:48:10.212Aug 13 23:48:10.217Aug 13 23:48:10.217 Aug 13 23:48:10.217 DEBGAug 13 23:48:10.217 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 } }]
90352026-08-13T23:48:11.939ZDEBGcreated new freemap , created new freemapunit, Aug 13 23:48:10.217unit: INFOfreemap_route_ipv6
90362026-08-13T23:48:11.939Z:adding route 172.17.0.14/32 -> 10.0.0.255
90372026-08-13T23:48:11.939Zfreemap_route_ipv4
90382026-08-13T23:48:11.939ZAug 13 23:48:10.217Aug 13 23:48:10.211 Aug 13 23:48:10.217DEBGDEBG Aug 13 23:48:10.217 initted freemap. size: 64created new freemap , , unitDEBGunit:: replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4freemap_route_ipv6
90392026-08-13T23:48:11.939Z
90402026-08-13T23:48:11.939Z
90412026-08-13T23:48:11.939ZDEBGAug 13 23:48:10.217 Aug 13 23:48:10.217created new freemap , DEBG unitAug 13 23:48:10.217INFO :DEBGreset freemap adding route 172.17.0.15/32 -> 10.0.0.255initted freemap. size: 64, ,
90422026-08-13T23:48:11.939Zunit unitfreemap_route_ipv6:
90432026-08-13T23:48:11.939Z: Aug 13 23:48:10.217 freemap_route_ipv4
90442026-08-13T23:48:11.939ZDEBGfreemap_route_ipv4
90452026-08-13T23:48:11.939ZAug 13 23:48:10.217Aug 13 23:48:10.217 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
90462026-08-13T23:48:11.939ZDEBGAug 13 23:48:10.217 initted freemap. size: 64Aug 13 23:48:10.217DEBGreset freemap, , unitunitINFO:: freemap_route_ipv4freemap_route_ipv4
90472026-08-13T23:48:11.939Z
90482026-08-13T23:48:11.944Zinitted freemap. size: 64adding route 172.17.0.16/32 -> 10.0.0.255,
90492026-08-13T23:48:11.944ZunitAug 13 23:48:10.217Aug 13 23:48:10.217 :DEBG Aug 13 23:48:10.217freemap_route_ipv6reset freemapDEBG,
90502026-08-13T23:48:11.944Z initted freemap. size: 64unitDEBG, :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
90512026-08-13T23:48:11.944Z: freemap_route_ipv4freemap_route_ipv6Aug 13 23:48:10.217
90522026-08-13T23:48:11.944Z
90532026-08-13T23:48:11.944ZAug 13 23:48:10.217 DEBGINFOAug 13 23:48:10.217Aug 13 23:48:10.217 reset freemapDEBG , adding route 172.17.0.17/32 -> 10.0.0.255initted freemap. size: 64
90542026-08-13T23:48:11.944ZDEBG, unit unit:reset freemap Aug 13 23:48:10.217freemap_route_ipv6 :DEBG
90552026-08-13T23:48:11.944Z 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 } }], unit
90562026-08-13T23:48:11.944Z:freemap_route_ipv6Aug 13 23:48:10.217
90572026-08-13T23:48:11.944Z freemap_route_ipv6
90582026-08-13T23:48:11.944ZINFO Aug 13 23:48:10.217 Aug 13 23:48:10.217adding route 172.16.0.0/32 -> 10.0.0.1 INFODEBG
90592026-08-13T23:48:11.944ZAug 13 23:48:10.217 adding route 172.17.0.18/32 -> 10.0.0.255reset freemap INFO
90602026-08-13T23:48:11.944Z, unitadding route 172.16.0.0/32 -> 10.0.0.1:
90612026-08-13T23:48:11.944Z Aug 13 23:48:10.217freemap_route_ipv6
90622026-08-13T23:48:11.944Z DEBGAug 13 23:48:10.217Aug 13 23:48:10.217 DEBGDEBG Aug 13 23:48:10.217 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
90632026-08-13T23:48:11.944Z
90642026-08-13T23:48:11.944ZINFO
90652026-08-13T23:48:11.944Z Aug 13 23:48:10.217adding route 3fff:dead::/64 -> 2001:db8::55:1
90662026-08-13T23:48:11.944ZINFO Aug 13 23:48:10.217adding route 172.17.0.19/32 -> 10.0.0.255 Aug 13 23:48:10.217INFO
90672026-08-13T23:48:11.944Z DEBG Aug 13 23:48:10.217adding route 172.16.0.0/32 -> 10.0.0.2 Aug 13 23:48:10.218replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
90682026-08-13T23:48:11.944Z
90692026-08-13T23:48:11.944Z 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 } }]
90702026-08-13T23:48:11.944Zreplacing 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 } }]
90712026-08-13T23:48:11.944ZAug 13 23:48:10.218 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
90722026-08-13T23:48:11.944ZAug 13 23:48:10.211 Aug 13 23:48:10.218Aug 13 23:48:10.218 INFO Aug 13 23:48:10.218adding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFO
90732026-08-13T23:48:11.944ZDEBGINFO adding route 172.17.0.0/32 -> 10.0.0.255Aug 13 23:48:10.218
90742026-08-13T23:48:11.944Z adding route 3fff:dead::/64 -> 2001:db8::55:2DEBGcreated new freemap
90752026-08-13T23:48:11.944Zreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], INFO
90762026-08-13T23:48:11.944Z adding route 172.17.0.20/32 -> 10.0.0.255unitAug 13 23:48:10.218
90772026-08-13T23:48:11.944Z Aug 13 23:48:10.218DEBG: INFOAug 13 23:48:10.218freemap_route_ipv6 DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
90782026-08-13T23:48:11.944Zreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 13 23:48:10.218
90792026-08-13T23:48:11.944Z
90802026-08-13T23:48:11.944ZDEBG
90812026-08-13T23:48:11.944ZAug 13 23:48:10.218replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.218 DEBG
90822026-08-13T23:48:11.944ZDEBG Aug 13 23:48:10.218replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:48:10.218
90832026-08-13T23:48:11.944Zinitted freemap. size: 64Aug 13 23:48:10.218 INFO , INFO unitadding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 13 23:48:10.218adding route 172.17.0.21/32 -> 10.0.0.255: INFO
90842026-08-13T23:48:11.944ZINFOfreemap_route_ipv4
90852026-08-13T23:48:11.945Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
90862026-08-13T23:48:11.945Z
90872026-08-13T23:48:11.945Zadding route 172.17.0.1/32 -> 10.0.0.255Aug 13 23:48:10.218
90882026-08-13T23:48:11.945ZAug 13 23:48:10.218 DEBG Aug 13 23:48:10.218DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG
90892026-08-13T23:48:11.945ZAug 13 23:48:10.218 replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
90902026-08-13T23:48:11.945Z DEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.218
90912026-08-13T23:48:11.945ZAug 13 23:48:10.218
90922026-08-13T23:48:11.945Z DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 13 23:48:10.218Aug 13 23:48:10.218
90932026-08-13T23:48:11.945Z Aug 13 23:48:10.218 INFO INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 172.17.0.22/32 -> 10.0.0.255Aug 13 23:48:10.218
90942026-08-13T23:48:11.945Z
90952026-08-13T23:48:11.945Z reset freemapadding route 172.17.0.2/32 -> 10.0.0.255, Aug 13 23:48:10.218
90962026-08-13T23:48:11.945ZunitAug 13 23:48:10.218 :DEBG DEBG freemap_route_ipv4replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
90972026-08-13T23:48:11.945Z 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 } }]
90982026-08-13T23:48:11.945Z
90992026-08-13T23:48:11.945ZAug 13 23:48:10.218Aug 13 23:48:10.218 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 13 23:48:10.218
91002026-08-13T23:48:11.945Z Aug 13 23:48:10.218DEBG INFODEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFOAug 13 23:48:10.218
91012026-08-13T23:48:11.945Z 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 } }] DEBGadding route 172.17.0.23/32 -> 10.0.0.255
91022026-08-13T23:48:11.945Zinitted freemap. size: 64
91032026-08-13T23:48:11.945Z Aug 13 23:48:10.218replacing targets for 3fff:dead::/64 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 } }]
91042026-08-13T23:48:11.945Z, unitDEBG Aug 13 23:48:10.218replacing 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 } }]
91052026-08-13T23:48:11.945ZAug 13 23:48:10.218DEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.218INFO: Aug 13 23:48:10.218
91062026-08-13T23:48:11.945Zadding route 172.17.0.3/32 -> 10.0.0.255 freemap_route_ipv6INFO
91072026-08-13T23:48:11.945Z
91082026-08-13T23:48:11.945Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffWARN
91092026-08-13T23:48:11.945Zshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 13 23:48:10.218Aug 13 23:48:10.218
91102026-08-13T23:48:11.945Z Aug 13 23:48:10.218 Aug 13 23:48:10.218 DEBG INFO DEBGreset freemapDEBGadding route 172.17.0.24/32 -> 10.0.0.255 , replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
91112026-08-13T23:48:11.945Z: 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 } }]
91122026-08-13T23:48:11.945Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
91132026-08-13T23:48:11.945Zfreemap_route_ipv6
91142026-08-13T23:48:11.945Z
91152026-08-13T23:48:11.945ZAug 13 23:48:10.218Aug 13 23:48:10.218Aug 13 23:48:10.218 DEBGINFO INFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
91162026-08-13T23:48:11.945ZAug 13 23:48:10.218 replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1
91172026-08-13T23:48:11.945Z Aug 13 23:48:10.218INFO
91182026-08-13T23:48:11.945Z adding route 172.17.0.4/32 -> 10.0.0.255DEBG
91192026-08-13T23:48:11.945Z Aug 13 23:48:10.218replacing 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 } }]
91202026-08-13T23:48:11.945ZAug 13 23:48:10.218INFO DEBGAug 13 23:48:10.218Aug 13 23:48:10.218adding route 172.17.0.25/32 -> 10.0.0.255 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] INFO
91212026-08-13T23:48:11.945ZDEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
91222026-08-13T23:48:11.945Z 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 } }]
91232026-08-13T23:48:11.945Z
91242026-08-13T23:48:11.946ZAug 13 23:48:10.218 Aug 13 23:48:10.218INFO Aug 13 23:48:10.218DEBG Aug 13 23:48:10.218DEBGadding route 172.16.0.0/32 -> 10.0.0.1 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 } }]
91252026-08-13T23:48:11.946ZINFO replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.5/32 -> 10.0.0.255
91262026-08-13T23:48:11.946Z
91272026-08-13T23:48:11.946Z
91282026-08-13T23:48:11.946ZAug 13 23:48:10.218 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 13 23:48:10.218
91292026-08-13T23:48:11.946Z Aug 13 23:48:10.218INFO DEBGadding route 172.17.0.26/32 -> 10.0.0.255Aug 13 23:48:10.218
91302026-08-13T23:48:11.946ZAug 13 23:48:10.218 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 } }]
91312026-08-13T23:48:11.946Zreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.218replacing 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 } }]
91322026-08-13T23:48:11.946Z
91332026-08-13T23:48:11.946ZDEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.218
91342026-08-13T23:48:11.946Z Aug 13 23:48:10.218INFO INFOadding route 172.16.0.0/32 -> 10.0.0.1Aug 13 23:48:10.218 adding route 172.17.0.6/32 -> 10.0.0.255
91352026-08-13T23:48:11.946ZAug 13 23:48:10.218INFO
91362026-08-13T23:48:11.946ZINFOadding route 172.17.0.27/32 -> 10.0.0.255
91372026-08-13T23:48:11.946Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
91382026-08-13T23:48:11.946ZAug 13 23:48:10.218Aug 13 23:48:10.218 DEBGDEBG Aug 13 23:48:10.218replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 23:48:10.218
91392026-08-13T23:48:11.946ZDEBG 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
91402026-08-13T23:48:11.946Z 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 } }]
91412026-08-13T23:48:11.946Zreplacing 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 } }]
91422026-08-13T23:48:11.946ZAug 13 23:48:10.218Aug 13 23:48:10.218Aug 13 23:48:10.218 INFOINFO INFOadding route 172.17.0.28/32 -> 10.0.0.255adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
91432026-08-13T23:48:11.946Z
91442026-08-13T23:48:11.946Zadding route 172.17.0.7/32 -> 10.0.0.255INFO
91452026-08-13T23:48:11.946Z Aug 13 23:48:10.218adding route 172.17.0.11/32 -> 10.0.0.255 Aug 13 23:48:10.218
91462026-08-13T23:48:11.946ZAug 13 23:48:10.218 DEBGAug 13 23:48:10.218 Aug 13 23:48:10.224DEBG created new freemap 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 } }]
91472026-08-13T23:48:11.946ZDEBGDEBG 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 } }]created new freemap
91482026-08-13T23:48:11.951Z 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 } }],
91492026-08-13T23:48:11.951ZunitAug 13 23:48:10.224: Aug 13 23:48:10.224freemap_route_ipv4 Aug 13 23:48:10.224INFOINFO adding route 172.17.0.8/32 -> 10.0.0.255adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO
91502026-08-13T23:48:11.951Z adding route 172.17.0.12/32 -> 10.0.0.255
91512026-08-13T23:48:11.951Z
91522026-08-13T23:48:11.951Z
91532026-08-13T23:48:11.951ZAug 13 23:48:10.224Aug 13 23:48:10.224Aug 13 23:48:10.224 Aug 13 23:48:10.224DEBG 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 } }]DEBG
91542026-08-13T23:48:11.951Z created new freemapreplacing 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 } }],
91552026-08-13T23:48:11.951Zunit Aug 13 23:48:10.224DEBG: INFOAug 13 23:48:10.224 freemap_route_ipv6 adding route 3fff:beef:22::/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 } }]
91562026-08-13T23:48:11.951Z
91572026-08-13T23:48:11.951ZINFO
91582026-08-13T23:48:11.951Z Aug 13 23:48:10.224adding route 172.17.0.13/32 -> 10.0.0.255 Aug 13 23:48:10.224DEBG
91592026-08-13T23:48:11.951Z 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
91602026-08-13T23:48:11.951Z initted freemap. size: 64Aug 13 23:48:10.224Aug 13 23:48:10.224, unit INFOAug 13 23:48:10.224 adding route 172.17.0.9/32 -> 10.0.0.255INFO
91612026-08-13T23:48:11.951Z: DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:fffreemap_route_ipv4
91622026-08-13T23:48:11.951Z
91632026-08-13T23:48:11.951Z Aug 13 23:48:10.224replacing 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
91642026-08-13T23:48:11.951Z Aug 13 23:48:10.224replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.224
91652026-08-13T23:48:11.951Z DEBGAug 13 23:48:10.224 reset freemapINFOAug 13 23:48:10.224DEBG , adding route 172.17.0.14/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 } }]INFO
91662026-08-13T23:48:11.951Z
91672026-08-13T23:48:11.951Z adding route 172.17.0.10/32 -> 10.0.0.255unit
91682026-08-13T23:48:11.951Z:Aug 13 23:48:10.224Aug 13 23:48:10.224 INFO freemap_route_ipv4Aug 13 23:48:10.224DEBG DEBG
91692026-08-13T23:48:11.951Z replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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:24::/64 -> 2001:db8::55:ff
91702026-08-13T23:48:11.951Z
91712026-08-13T23:48:11.951Z
91722026-08-13T23:48:11.951ZAug 13 23:48:10.224 Aug 13 23:48:10.224Aug 13 23:48:10.224Aug 13 23:48:10.224DEBG INFO INFOadding route 172.17.0.15/32 -> 10.0.0.255
91732026-08-13T23:48:11.951Zadding route 172.17.0.11/32 -> 10.0.0.255initted freemap. size: 64
91742026-08-13T23:48:11.951Z, DEBG Aug 13 23:48:10.224unit Aug 13 23:48:10.224DEBGreplacing 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 } }]
91752026-08-13T23:48:11.952Z 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
91762026-08-13T23:48:11.952Z: replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.224freemap_route_ipv6
91772026-08-13T23:48:11.952ZAug 13 23:48:10.224
91782026-08-13T23:48:11.952ZINFO INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
91792026-08-13T23:48:11.952Zadding route 172.17.0.16/32 -> 10.0.0.255Aug 13 23:48:10.224
91802026-08-13T23:48:11.952Z Aug 13 23:48:10.224INFO DEBGadding route 172.17.0.12/32 -> 10.0.0.255
91812026-08-13T23:48:11.952Zreset freemapAug 13 23:48:10.224, Aug 13 23:48:10.224unit DEBG: Aug 13 23:48:10.224replacing 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 } }]
91822026-08-13T23:48:11.952ZDEBGfreemap_route_ipv6 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 } }]
91832026-08-13T23:48:11.952Z
91842026-08-13T23:48:11.952Z DEBG Aug 13 23:48:10.224replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 23:48:10.224INFO
91852026-08-13T23:48:11.952Z Aug 13 23:48:10.224INFO adding route 172.17.0.13/32 -> 10.0.0.255INFOadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
91862026-08-13T23:48:11.952Z
91872026-08-13T23:48:11.952Z adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 13 23:48:10.224 Aug 13 23:48:10.224INFO DEBGadding route 172.17.0.17/32 -> 10.0.0.255
91882026-08-13T23:48:11.952Zreplacing 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 } }]
91892026-08-13T23:48:11.952Z
91902026-08-13T23:48:11.952ZAug 13 23:48:10.224 DEBGAug 13 23:48:10.224 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 } }]
91912026-08-13T23:48:11.952ZAug 13 23:48:10.224 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
91922026-08-13T23:48:11.952Z Aug 13 23:48:10.224adding route 172.17.0.14/32 -> 10.0.0.255
91932026-08-13T23:48:11.952ZINFOAug 13 23:48:10.224 adding route 3fff:dead::/64 -> 2001:db8::55:2INFO
91942026-08-13T23:48:11.952Z adding route 172.17.0.18/32 -> 10.0.0.255Aug 13 23:48:10.224Aug 13 23:48:10.224
91952026-08-13T23:48:11.952Z DEBGDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.224
91962026-08-13T23:48:11.952Z
91972026-08-13T23:48:11.952ZDEBGAug 13 23:48:10.224 replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.224
91982026-08-13T23:48:11.952ZDEBG Aug 13 23:48:10.224 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] INFOINFOAug 13 23:48:10.224 INFOadding route 172.17.0.15/32 -> 10.0.0.255
91992026-08-13T23:48:11.952Zadding route 172.17.0.19/32 -> 10.0.0.255adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
92002026-08-13T23:48:11.952Z
92012026-08-13T23:48:11.952Z
92022026-08-13T23:48:11.952ZAug 13 23:48:10.224 Aug 13 23:48:10.224DEBGAug 13 23:48:10.224 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
92032026-08-13T23:48:11.953Z Aug 13 23:48:10.224replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
92042026-08-13T23:48:11.953ZAug 13 23:48:10.224 adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG Aug 13 23:48:10.224INFO
92052026-08-13T23:48:11.953Zreplacing 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
92062026-08-13T23:48:11.953Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 172.17.0.16/32 -> 10.0.0.255
92072026-08-13T23:48:11.953Z
92082026-08-13T23:48:11.953ZAug 13 23:48:10.224 INFOAug 13 23:48:10.224 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 } }],
92092026-08-13T23:48:11.953Ztest route::tests::rollback_on_index_readd_failure ... ok
92102026-08-13T23:48:11.953ZAug 13 23:48:10.224Aug 13 23:48:10.224 unitadding route 172.17.0.20/32 -> 10.0.0.255Aug 13 23:48:10.218 :INFODEBG DEBG Aug 13 23:48:10.224replacing 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
92112026-08-13T23:48:11.953Z
92122026-08-13T23:48:11.953ZDEBGINFO 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 } }]
92132026-08-13T23:48:11.953Zcreated new freemap
92142026-08-13T23:48:11.953Zadding route 172.16.0.0/32 -> 10.0.0.2, unitadding route 3fff:dead::/64 -> 2001:db8::55:4Aug 13 23:48:10.224
92152026-08-13T23:48:11.953Z: INFOAug 13 23:48:10.224
92162026-08-13T23:48:11.953Z freemap_route_ipv4INFO
92172026-08-13T23:48:11.953Z Aug 13 23:48:10.224adding route 172.17.0.17/32 -> 10.0.0.255Aug 13 23:48:10.224adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 13 23:48:10.224 DEBGAug 13 23:48:10.224
92182026-08-13T23:48:11.953Z
92192026-08-13T23:48:11.953Zcreated new freemapDEBG DEBGDEBG, unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] Aug 13 23:48:10.224: DEBGcreated new freemapfreemap_route_ipv6
92202026-08-13T23:48:11.953Z, Aug 13 23:48:10.224Aug 13 23:48:10.224
92212026-08-13T23:48:11.953Zunit 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 } }] replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:Aug 13 23:48:10.224
92222026-08-13T23:48:11.953Z
92232026-08-13T23:48:11.953Zreplacing 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 } }] freemap_route_ipv6
92242026-08-13T23:48:11.953ZDEBGAug 13 23:48:10.224 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
92252026-08-13T23:48:11.953ZAug 13 23:48:10.225 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Aug 13 23:48:10.225DEBGINFO
92262026-08-13T23:48:11.953Z Aug 13 23:48:10.225adding route 172.17.0.18/32 -> 10.0.0.255initted freemap. size: 64
92272026-08-13T23:48:11.953Z ,
92282026-08-13T23:48:11.953ZunitINFO: Aug 13 23:48:10.225 adding route 172.17.0.21/32 -> 10.0.0.255Aug 13 23:48:10.225 INFO
92292026-08-13T23:48:11.953ZDEBG DEBGfreemap_route_ipv4 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 13 23:48:10.225
92302026-08-13T23:48:11.953ZAug 13 23:48:10.225
92312026-08-13T23:48:11.953Z replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.225 initted freemap. size: 64
92322026-08-13T23:48:11.953Z Aug 13 23:48:10.225, INFO WARN DEBGunitshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBGAug 13 23:48:10.225 : DEBG Aug 13 23:48:10.225
92332026-08-13T23:48:11.954Zfreemap_route_ipv4 INFO replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
92342026-08-13T23:48:11.954Zadding route 172.17.0.19/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255reset freemap
92352026-08-13T23:48:11.954Z
92362026-08-13T23:48:11.954Z, unit
92372026-08-13T23:48:11.954ZAug 13 23:48:10.225Aug 13 23:48:10.225Aug 13 23:48:10.225 : Aug 13 23:48:10.225DEBG freemap_route_ipv4 DEBGreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92382026-08-13T23:48:11.954Z
92392026-08-13T23:48:11.954Z reset freemapreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.225Aug 13 23:48:10.225,
92402026-08-13T23:48:11.954ZDEBG Aug 13 23:48:10.225ERRODEBGunit :INFOrollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) 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_ipv4
92412026-08-13T23:48:11.954Z
92422026-08-13T23:48:11.954Z INFO
92432026-08-13T23:48:11.954Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffinitted freemap. size: 64
92442026-08-13T23:48:11.954Z , adding route 172.17.0.20/32 -> 10.0.0.255unit
92452026-08-13T23:48:11.954Z: freemap_route_ipv6Aug 13 23:48:10.225
92462026-08-13T23:48:11.954ZAug 13 23:48:10.225Aug 13 23:48:10.225Aug 13 23:48:10.225 DEBGAug 13 23:48:10.225DEBG DEBG DEBGAug 13 23:48:10.225initted freemap. size: 64replacing 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 } }] ,
92472026-08-13T23:48:11.954Z 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 } }]ERROunit
92482026-08-13T23:48:11.958ZAug 13 23:48:10.225 reset freemap:, INFO unitAug 13 23:48:10.225:shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds it
92492026-08-13T23:48:11.958Z freemap_route_ipv6
92502026-08-13T23:48:11.958Zadding route 172.17.0.1/32 -> 10.0.0.255Aug 13 23:48:10.225INFO adding route 172.17.0.21/32 -> 10.0.0.255
92512026-08-13T23:48:11.958Zfreemap_route_ipv6
92522026-08-13T23:48:11.958ZAug 13 23:48:10.225
92532026-08-13T23:48:11.958ZINFO Aug 13 23:48:10.225 INFOAug 13 23:48:10.225adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
92542026-08-13T23:48:11.958Z adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
92552026-08-13T23:48:11.958ZDEBGAug 13 23:48:10.225Aug 13 23:48:10.225 replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
92562026-08-13T23:48:11.958Z
92572026-08-13T23:48:11.958ZDEBGAug 13 23:48:10.225DEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:48:10.225 Aug 13 23:48:10.225INFO adding route 172.17.0.22/32 -> 10.0.0.255DEBGDEBG
92582026-08-13T23:48:11.958Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]created new freemap
92592026-08-13T23:48:11.958ZAug 13 23:48:10.231, 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 } }]Aug 13 23:48:10.218
92602026-08-13T23:48:11.958Z Aug 13 23:48:10.231DEBG Aug 13 23:48:10.231reset freemap INFO, INFOunit : adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.23/32 -> 10.0.0.255replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92612026-08-13T23:48:11.958Z
92622026-08-13T23:48:11.958Z
92632026-08-13T23:48:11.958Z freemap_route_ipv6
92642026-08-13T23:48:11.958ZAug 13 23:48:10.231Aug 13 23:48:10.231 Aug 13 23:48:10.231DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
92652026-08-13T23:48:11.959Z replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.231
92662026-08-13T23:48:11.959Z INFO adding route 172.17.0.29/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:1
92672026-08-13T23:48:11.959Z
92682026-08-13T23:48:11.959ZAug 13 23:48:10.231Aug 13 23:48:10.231 INFO Aug 13 23:48:10.231DEBG adding route 172.17.0.24/32 -> 10.0.0.255Aug 13 23:48:10.231DEBG
92692026-08-13T23:48:11.959ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92702026-08-13T23:48:11.959ZAug 13 23:48:10.231 DEBG
92712026-08-13T23:48:11.959Z
92722026-08-13T23:48:11.959ZAug 13 23:48:10.231replacing 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 } }]
92732026-08-13T23:48:11.959ZINFO Aug 13 23:48:10.231adding route 3fff:dead::/64 -> 2001:db8::55:2
92742026-08-13T23:48:11.959Z Aug 13 23:48:10.231
92752026-08-13T23:48:11.959Z Aug 13 23:48:10.231INFO INFOadding route 172.17.0.30/32 -> 10.0.0.255 Aug 13 23:48:10.231
92762026-08-13T23:48:11.959Z adding route 172.17.0.25/32 -> 10.0.0.255DEBG
92772026-08-13T23:48:11.959Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
92782026-08-13T23:48:11.959ZAug 13 23:48:10.231 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG
92792026-08-13T23:48:11.959ZAug 13 23:48:10.231 replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 23:48:10.231
92802026-08-13T23:48:11.959Z DEBGINFO Aug 13 23:48:10.231replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
92812026-08-13T23:48:11.959Z
92822026-08-13T23:48:11.959ZDEBG 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 } }]
92832026-08-13T23:48:11.959ZAug 13 23:48:10.231Aug 13 23:48:10.231 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 172.17.0.26/32 -> 10.0.0.255
92842026-08-13T23:48:11.959Z
92852026-08-13T23:48:11.959ZAug 13 23:48:10.231 INFO INFOadding route 172.17.0.31/32 -> 10.0.0.255 Aug 13 23:48:10.231Aug 13 23:48:10.231 Aug 13 23:48:10.231DEBG
92862026-08-13T23:48:11.959Z INFOINFOadding route 172.17.0.22/32 -> 10.0.0.255 replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
92872026-08-13T23:48:11.959Z
92882026-08-13T23:48:11.959Z
92892026-08-13T23:48:11.959Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 13 23:48:10.231
92902026-08-13T23:48:11.959ZAug 13 23:48:10.231 Aug 13 23:48:10.231INFO DEBGDEBG adding route 172.17.0.27/32 -> 10.0.0.255Aug 13 23:48:10.231 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
92912026-08-13T23:48:11.959Z
92922026-08-13T23:48:11.959Z DEBG
92932026-08-13T23:48:11.959Z Aug 13 23:48:10.231replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:48:10.231 Aug 13 23:48:10.231
92942026-08-13T23:48:11.959ZDEBGDEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 13 23:48:10.231replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] Aug 13 23:48:10.231
92952026-08-13T23:48:11.959Zreplacing 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 } }]
92962026-08-13T23:48:11.959Z INFOINFO
92972026-08-13T23:48:11.959Z adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 172.17.0.32/32 -> 10.0.0.255
92982026-08-13T23:48:11.959Z
92992026-08-13T23:48:11.959ZAug 13 23:48:10.231Aug 13 23:48:10.231 INFOWARN adding route 172.17.0.28/32 -> 10.0.0.255Aug 13 23:48:10.231
93002026-08-13T23:48:11.959Zshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
93012026-08-13T23:48:11.959ZAug 13 23:48:10.231INFO DEBGAug 13 23:48:10.231 adding route 172.17.0.23/32 -> 10.0.0.255DEBGAug 13 23:48:10.231 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 } }]DEBGreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
93022026-08-13T23:48:11.959Z
93032026-08-13T23:48:11.960Z
93042026-08-13T23:48:11.960Zreplacing 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 } }]
93052026-08-13T23:48:11.960ZAug 13 23:48:10.231 INFO adding route 172.17.0.29/32 -> 10.0.0.255Aug 13 23:48:10.231
93062026-08-13T23:48:11.960Z INFO adding route 172.17.0.33/32 -> 10.0.0.255
93072026-08-13T23:48:11.960ZAug 13 23:48:10.231Aug 13 23:48:10.231 Aug 13 23:48:10.231INFODEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ff 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 } }]
93082026-08-13T23:48:11.960ZDEBG
93092026-08-13T23:48:11.960Zreplacing 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 } }]
93102026-08-13T23:48:11.960ZAug 13 23:48:10.231Aug 13 23:48:10.231 DEBGDEBG Aug 13 23:48:10.231replacing 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: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 } }]
93112026-08-13T23:48:11.960Z
93122026-08-13T23:48:11.960ZAug 13 23:48:10.231 INFO INFOAug 13 23:48:10.231 adding route 172.17.0.24/32 -> 10.0.0.255Aug 13 23:48:10.231INFO adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255
93132026-08-13T23:48:11.960ZINFO
93142026-08-13T23:48:11.960Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
93152026-08-13T23:48:11.960Z
93162026-08-13T23:48:11.960ZAug 13 23:48:10.231 Aug 13 23:48:10.231DEBG 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 } }] Aug 13 23:48:10.231replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 23:48:10.231DEBG
93172026-08-13T23:48:11.960Z
93182026-08-13T23:48:11.960Z 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 } }]
93192026-08-13T23:48:11.960Zreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 23:48:10.231
93202026-08-13T23:48:11.960Z Aug 13 23:48:10.231INFO adding route 172.17.0.35/32 -> 10.0.0.255INFOAug 13 23:48:10.231
93212026-08-13T23:48:11.960Z Aug 13 23:48:10.231 INFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
93222026-08-13T23:48:11.960Z
93232026-08-13T23:48:11.960ZAug 13 23:48:10.231INFO DEBGadding route 172.17.0.25/32 -> 10.0.0.255 Aug 13 23:48:10.231Aug 13 23:48:10.231replacing 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 } }]
93242026-08-13T23:48:11.960ZDEBGDEBG
93252026-08-13T23:48:11.960Zreplacing 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 } }]
93262026-08-13T23:48:11.960Zreplacing 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 } }]
93272026-08-13T23:48:11.960ZAug 13 23:48:10.231 INFOAug 13 23:48:10.231 Aug 13 23:48:10.231DEBG adding route 172.17.0.36/32 -> 10.0.0.255INFO
93282026-08-13T23:48:11.960Z Aug 13 23:48:10.231 replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255
93292026-08-13T23:48:11.960ZINFOAug 13 23:48:10.231 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG
93302026-08-13T23:48:11.960Z 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 } }]
93312026-08-13T23:48:11.960Z
93322026-08-13T23:48:11.960ZAug 13 23:48:10.231 DEBGAug 13 23:48:10.231 replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.231
93332026-08-13T23:48:11.960ZDEBG 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 } }]
93342026-08-13T23:48:11.960Z adding route 172.17.0.37/32 -> 10.0.0.255
93352026-08-13T23:48:11.960ZAug 13 23:48:10.231 Aug 13 23:48:10.231INFO INFOAug 13 23:48:10.231 adding route 172.17.0.33/32 -> 10.0.0.255Aug 13 23:48:10.231INFO adding route 172.17.0.26/32 -> 10.0.0.255adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
93362026-08-13T23:48:11.960ZDEBG
93372026-08-13T23:48:11.960Z 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 } }]
93382026-08-13T23:48:11.960Z
93392026-08-13T23:48:11.960ZAug 13 23:48:10.231 DEBGAug 13 23:48:10.231 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
93402026-08-13T23:48:11.960Z replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.231
93412026-08-13T23:48:11.961Z Aug 13 23:48:10.231 INFOAug 13 23:48:10.231INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBGAug 13 23:48:10.231adding route 172.17.0.38/32 -> 10.0.0.255
93422026-08-13T23:48:11.961Zreplacing 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 } }]
93432026-08-13T23:48:11.961Z
93442026-08-13T23:48:11.961Z Aug 13 23:48:10.231Aug 13 23:48:10.231 DEBGAug 13 23:48:10.231 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
93452026-08-13T23:48:11.961ZINFO adding route 172.17.0.34/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 } }]
93462026-08-13T23:48:11.961ZINFO Aug 13 23:48:10.231 adding route 172.17.0.27/32 -> 10.0.0.255
93472026-08-13T23:48:11.961Z
93482026-08-13T23:48:11.965ZAug 13 23:48:10.231 INFODEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ffreplacing 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 } }]
93492026-08-13T23:48:11.965ZAug 13 23:48:10.231
93502026-08-13T23:48:11.965ZINFO Aug 13 23:48:10.231Aug 13 23:48:10.231 DEBGAug 13 23:48:10.231INFO adding route 172.17.0.39/32 -> 10.0.0.255 replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.35/32 -> 10.0.0.255
93512026-08-13T23:48:11.965Z
93522026-08-13T23:48:11.965Z
93532026-08-13T23:48:11.965ZAug 13 23:48:10.225DEBG Aug 13 23:48:10.231INFOAug 13 23:48:10.231 Aug 13 23:48:10.231DEBGDEBG 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 } }]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 } }]
93542026-08-13T23:48:11.965Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
93552026-08-13T23:48:11.965Z
93562026-08-13T23:48:11.965Zadding route 172.17.0.2/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 } }]
93572026-08-13T23:48:11.965Z
93582026-08-13T23:48:11.965ZAug 13 23:48:10.231Aug 13 23:48:10.231 Aug 13 23:48:10.231INFODEBG Aug 13 23:48:10.231 replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
93592026-08-13T23:48:11.965Zadding route 172.17.0.36/32 -> 10.0.0.255
93602026-08-13T23:48:11.965Z adding route 172.17.0.40/32 -> 10.0.0.255DEBGAug 13 23:48:10.231
93612026-08-13T23:48:11.965Z Aug 13 23:48:10.231INFOreplacing 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 } }]
93622026-08-13T23:48:11.965ZINFO Aug 13 23:48:10.231Aug 13 23:48:10.231 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBGAug 13 23:48:10.231 DEBG
93632026-08-13T23:48:11.965Z 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.28/32 -> 10.0.0.255
93642026-08-13T23:48:11.965Z
93652026-08-13T23:48:11.965Z Aug 13 23:48:10.238INFO Aug 13 23:48:10.232adding route 172.17.0.3/32 -> 10.0.0.255
93662026-08-13T23:48:11.965ZDEBG Aug 13 23:48:10.238replacing 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 } }]
93672026-08-13T23:48:11.965ZAug 13 23:48:10.238 INFO DEBG adding route 172.17.0.37/32 -> 10.0.0.255replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
93682026-08-13T23:48:11.966Z
93692026-08-13T23:48:11.966Z created new freemapAug 13 23:48:10.238, unitAug 13 23:48:10.238Aug 13 23:48:10.238 INFO:DEBGINFO adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.4/32 -> 10.0.0.255
93702026-08-13T23:48:11.966Z 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 } }]
93712026-08-13T23:48:11.966Zfreemap_route_ipv4
93722026-08-13T23:48:11.966Z
93732026-08-13T23:48:11.966ZAug 13 23:48:10.238Aug 13 23:48:10.238Aug 13 23:48:10.238 INFO 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 } }]adding route 172.17.0.38/32 -> 10.0.0.255DEBG
93742026-08-13T23:48:11.966Z
93752026-08-13T23:48:11.966Z Aug 13 23:48:10.238replacing 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 } }]created new freemap
93762026-08-13T23:48:11.966Z, unitAug 13 23:48:10.238:Aug 13 23:48:10.238 Aug 13 23:48:10.238DEBG DEBGINFOfreemap_route_ipv6
93772026-08-13T23:48:11.966Zreplacing 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.5/32 -> 10.0.0.255replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93782026-08-13T23:48:11.966Z
93792026-08-13T23:48:11.966Z
93802026-08-13T23:48:11.966ZINFO Aug 13 23:48:10.238Aug 13 23:48:10.238 adding route 172.17.0.41/32 -> 10.0.0.255Aug 13 23:48:10.238Aug 13 23:48:10.238
93812026-08-13T23:48:11.966ZDEBGINFOINFO replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.39/32 -> 10.0.0.255
93822026-08-13T23:48:11.966Z
93832026-08-13T23:48:11.966Zadding route 172.17.0.30/32 -> 10.0.0.255
93842026-08-13T23:48:11.966ZDEBG Aug 13 23:48:10.238Aug 13 23:48:10.238 Aug 13 23:48:10.238 DEBGINFO DEBGreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.6/32 -> 10.0.0.255
93852026-08-13T23:48:11.966Z
93862026-08-13T23:48:11.966Zreplacing 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 } }]initted freemap. size: 64
93872026-08-13T23:48:11.966Z, Aug 13 23:48:10.238Aug 13 23:48:10.238 unitDEBGINFO Aug 13 23:48:10.238: adding route 172.17.0.40/32 -> 10.0.0.255freemap_route_ipv4DEBG
93882026-08-13T23:48:11.966Z
93892026-08-13T23:48:11.966ZAug 13 23:48:10.238replacing 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 } }]
93902026-08-13T23:48:11.966Zreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
93912026-08-13T23:48:11.966Zadding route 172.17.0.42/32 -> 10.0.0.255Aug 13 23:48:10.238
93922026-08-13T23:48:11.966ZDEBGAug 13 23:48:10.238Aug 13 23:48:10.238 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 } }]INFOAug 13 23:48:10.238
93932026-08-13T23:48:11.966Z INFO Aug 13 23:48:10.238 DEBG DEBGAug 13 23:48:10.238 reset freemap adding route 172.17.0.7/32 -> 10.0.0.255INFOreplacing 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 } }]
93942026-08-13T23:48:11.966Zadding route 172.17.0.31/32 -> 10.0.0.255 , adding route 172.17.0.41/32 -> 10.0.0.255
93952026-08-13T23:48:11.966Z
93962026-08-13T23:48:11.966Zunit
93972026-08-13T23:48:11.966Z:Aug 13 23:48:10.238 freemap_route_ipv4
93982026-08-13T23:48:11.966ZDEBG Aug 13 23:48:10.238replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.238Aug 13 23:48:10.238 Aug 13 23:48:10.238DEBG
93992026-08-13T23:48:11.966Z 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 } }]DEBGINFO
94002026-08-13T23:48:11.966Z adding route 172.17.0.43/32 -> 10.0.0.255
94012026-08-13T23:48:11.966ZDEBGAug 13 23:48:10.238initted freemap. size: 64 Aug 13 23:48:10.238INFO INFOadding route 172.17.0.42/32 -> 10.0.0.255, unitadding route 172.17.0.8/32 -> 10.0.0.255
94022026-08-13T23:48:11.966Z:
94032026-08-13T23:48:11.966Z Aug 13 23:48:10.238 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
94042026-08-13T23:48:11.966Z freemap_route_ipv6Aug 13 23:48:10.238Aug 13 23:48:10.238 DEBGDEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
94052026-08-13T23:48:11.966Z
94062026-08-13T23:48:11.966Zreplacing 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 } }]
94072026-08-13T23:48:11.967Z
94082026-08-13T23:48:11.967ZAug 13 23:48:10.238 Aug 13 23:48:10.238Aug 13 23:48:10.238 DEBGINFO Aug 13 23:48:10.238 INFOadding route 172.17.0.44/32 -> 10.0.0.255 reset freemapadding route 172.17.0.32/32 -> 10.0.0.255
94092026-08-13T23:48:11.967Z, Aug 13 23:48:10.238
94102026-08-13T23:48:11.967Z INFOunit INFOadding route 172.17.0.9/32 -> 10.0.0.255:Aug 13 23:48:10.238
94112026-08-13T23:48:11.967Z adding route 172.17.0.43/32 -> 10.0.0.255 DEBG
94122026-08-13T23:48:11.967Zfreemap_route_ipv6Aug 13 23:48:10.238 Aug 13 23:48:10.238replacing 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 } }]
94132026-08-13T23:48:11.967ZDEBGAug 13 23:48:10.238
94142026-08-13T23:48:11.967Z 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 } }]
94152026-08-13T23:48:11.967Zreplacing 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 } }]
94162026-08-13T23:48:11.967Z DEBGAug 13 23:48:10.238Aug 13 23:48:10.238 Aug 13 23:48:10.238INFO 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 } }]INFOadding route 172.17.0.10/32 -> 10.0.0.255
94172026-08-13T23:48:11.967Z
94182026-08-13T23:48:11.967Zadding route 172.17.0.45/32 -> 10.0.0.255Aug 13 23:48:10.238
94192026-08-13T23:48:11.967Z Aug 13 23:48:10.238 INFO adding route 172.17.0.44/32 -> 10.0.0.255DEBG
94202026-08-13T23:48:11.967ZAug 13 23:48:10.238INFO 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:dead::/64 -> 2001:db8::55:1DEBGAug 13 23:48:10.238 Aug 13 23:48:10.238DEBG
94212026-08-13T23:48:11.967Z replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
94222026-08-13T23:48:11.967Z
94232026-08-13T23:48:11.967Z
94242026-08-13T23:48:11.967ZINFO Aug 13 23:48:10.238adding route 172.17.0.33/32 -> 10.0.0.255
94252026-08-13T23:48:11.967ZAug 13 23:48:10.238INFOAug 13 23:48:10.238 INFO Aug 13 23:48:10.238INFOadding route 172.17.0.45/32 -> 10.0.0.255
94262026-08-13T23:48:11.967Z Aug 13 23:48:10.238adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.46/32 -> 10.0.0.255DEBG
94272026-08-13T23:48:11.967Z Aug 13 23:48:10.238 DEBGAug 13 23:48:10.244replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
94282026-08-13T23:48:11.967Zreplacing 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
94292026-08-13T23:48:11.967Z
94302026-08-13T23:48:11.967Zreplacing 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 } }]
94312026-08-13T23:48:11.967ZAug 13 23:48:10.244 Aug 13 23:48:10.244INFO Aug 13 23:48:10.244INFOAug 13 23:48:10.244 adding route 172.17.0.46/32 -> 10.0.0.255Aug 13 23:48:10.244
94322026-08-13T23:48:11.967Z DEBGINFOadding route 3fff:dead::/64 -> 2001:db8::55:2DEBG Aug 13 23:48:10.244adding route 172.17.0.47/32 -> 10.0.0.255
94332026-08-13T23:48:11.967Z DEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
94342026-08-13T23:48:11.967ZAug 13 23:48:10.244
94352026-08-13T23:48:11.967Zreplacing 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
94362026-08-13T23:48:11.967Z
94372026-08-13T23:48:11.967Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 13 23:48:10.244
94382026-08-13T23:48:11.967ZINFOAug 13 23:48:10.244 adding route 172.17.0.47/32 -> 10.0.0.255Aug 13 23:48:10.244INFOAug 13 23:48:10.244
94392026-08-13T23:48:11.967Z DEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.244INFO
94402026-08-13T23:48:11.967Z
94412026-08-13T23:48:11.967ZDEBGadding route 172.17.0.12/32 -> 10.0.0.255
94422026-08-13T23:48:11.967Zreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.244Aug 13 23:48:10.244
94432026-08-13T23:48:11.967Z INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.17.0.48/32 -> 10.0.0.255Aug 13 23:48:10.244
94442026-08-13T23:48:11.967ZAug 13 23:48:10.244 DEBGINFO Aug 13 23:48:10.244adding route 172.17.0.48/32 -> 10.0.0.255
94452026-08-13T23:48:11.967Z
94462026-08-13T23:48:11.967Zreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 23:48:10.244
94472026-08-13T23:48:11.968ZAug 13 23:48:10.244Aug 13 23:48:10.244 DEBGDEBGDEBG Aug 13 23:48:10.244replacing 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 } }]
94482026-08-13T23:48:11.972ZINFOreplacing 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 } }]
94492026-08-13T23:48:11.972Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
94502026-08-13T23:48:11.972Z
94512026-08-13T23:48:11.972Z DEBGAug 13 23:48:10.244Aug 13 23:48:10.244Aug 13 23:48:10.244 INFOINFO Aug 13 23:48:10.244 replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255
94522026-08-13T23:48:11.972Z
94532026-08-13T23:48:11.972Z
94542026-08-13T23:48:11.972Z INFODEBGAug 13 23:48:10.244 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 13 23:48:10.244replacing 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 } }]
94552026-08-13T23:48:11.972Zreplacing 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 } }]
94562026-08-13T23:48:11.972ZAug 13 23:48:10.244
94572026-08-13T23:48:11.972ZINFO DEBGAug 13 23:48:10.244 INFOadding route 172.17.0.49/32 -> 10.0.0.255replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.244Aug 13 23:48:10.244
94582026-08-13T23:48:11.972Z
94592026-08-13T23:48:11.972Z DEBGadding route 172.17.0.14/32 -> 10.0.0.255
94602026-08-13T23:48:11.972Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]INFOAug 13 23:48:10.244
94612026-08-13T23:48:11.972Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 13 23:48:10.244 DEBGAug 13 23:48:10.244 replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
94622026-08-13T23:48:11.972Z adding route 172.17.0.50/32 -> 10.0.0.255
94632026-08-13T23:48:11.972Z
94642026-08-13T23:48:11.972ZAug 13 23:48:10.244DEBG Aug 13 23:48:10.244Aug 13 23:48:10.244 Aug 13 23:48:10.244 DEBG INFODEBGDEBG 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 } }]
94652026-08-13T23:48:11.972Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255
94662026-08-13T23:48:11.972Z
94672026-08-13T23:48:11.972Z replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.245replacing 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 } }]
94682026-08-13T23:48:11.972ZINFOAug 13 23:48:10.245
94692026-08-13T23:48:11.972ZDEBGadding route 172.17.0.51/32 -> 10.0.0.255
94702026-08-13T23:48:11.972ZAug 13 23:48:10.245replacing 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 } }]
94712026-08-13T23:48:11.972ZINFO Aug 13 23:48:10.245adding route 172.17.0.15/32 -> 10.0.0.255
94722026-08-13T23:48:11.972ZINFOAug 13 23:48:10.245 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 13 23:48:10.245
94732026-08-13T23:48:11.973Z DEBGDEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.245replacing 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 } }]
94742026-08-13T23:48:11.973ZINFO
94752026-08-13T23:48:11.973Z adding route 172.17.0.51/32 -> 10.0.0.255Aug 13 23:48:10.245Aug 13 23:48:10.245 Aug 13 23:48:10.245INFOINFO DEBGadding route 172.17.0.16/32 -> 10.0.0.255 adding route 172.17.0.52/32 -> 10.0.0.255
94762026-08-13T23:48:11.973Z
94772026-08-13T23:48:11.973Z
94782026-08-13T23:48:11.973Zreplacing 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 } }]
94792026-08-13T23:48:11.973ZAug 13 23:48:10.245Aug 13 23:48:10.245 Aug 13 23:48:10.245DEBG Aug 13 23:48:10.245replacing 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 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 } }]
94802026-08-13T23:48:11.973Z DEBGfailed to allocate space for the new target list
94812026-08-13T23:48:11.973Zreplacing 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 } }]
94822026-08-13T23:48:11.973Z
94832026-08-13T23:48:11.973ZAug 13 23:48:10.245 INFO adding route 172.17.0.53/32 -> 10.0.0.255Aug 13 23:48:10.245
94842026-08-13T23:48:11.973Z 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 } }]
94852026-08-13T23:48:11.973ZAug 13 23:48:10.245Aug 13 23:48:10.245 Aug 13 23:48:10.245INFO DEBG 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.17/32 -> 10.0.0.255
94862026-08-13T23:48:11.973Z
94872026-08-13T23:48:11.973Zadding route 172.17.0.52/32 -> 10.0.0.255
94882026-08-13T23:48:11.973ZAug 13 23:48:10.245Aug 13 23:48:10.245 DEBGAug 13 23:48:10.245 DEBG 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 } }]
94892026-08-13T23:48:11.973Zadding route 172.17.0.54/32 -> 10.0.0.255
94902026-08-13T23:48:11.973Zreplacing 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 } }]
94912026-08-13T23:48:11.973Z DEBGAug 13 23:48:10.245 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 } }]INFOAug 13 23:48:10.245
94922026-08-13T23:48:11.973Zadding route 172.17.0.53/32 -> 10.0.0.255Aug 13 23:48:10.245 DEBG
94932026-08-13T23:48:11.973Z Aug 13 23:48:10.245replacing 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
94942026-08-13T23:48:11.973Z adding route 172.17.0.18/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255
94952026-08-13T23:48:11.973Z
94962026-08-13T23:48:11.973ZAug 13 23:48:10.245Aug 13 23:48:10.245 DEBGINFO Aug 13 23:48:10.245 adding route 172.17.0.55/32 -> 10.0.0.255replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
94972026-08-13T23:48:11.973ZAug 13 23:48:10.245
94982026-08-13T23:48:11.973Z 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
94992026-08-13T23:48:11.973Z Aug 13 23:48:10.245replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.245
95002026-08-13T23:48:11.973Z INFODEBG adding route 172.17.0.54/32 -> 10.0.0.255
95012026-08-13T23:48:11.973Zreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.245
95022026-08-13T23:48:11.973ZAug 13 23:48:10.245INFO Aug 13 23:48:10.245INFO DEBGadding route 172.17.0.35/32 -> 10.0.0.255Aug 13 23:48:10.245
95032026-08-13T23:48:11.973Zadding route 172.17.0.19/32 -> 10.0.0.255 replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
95042026-08-13T23:48:11.973Z
95052026-08-13T23:48:11.973ZAug 13 23:48:10.245 DEBGadding route 172.17.0.56/32 -> 10.0.0.255
95062026-08-13T23:48:11.973ZAug 13 23:48:10.245 replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
95072026-08-13T23:48:11.973Z Aug 13 23:48:10.245Aug 13 23:48:10.245 INFOreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
95082026-08-13T23:48:11.973Zadding route 172.17.0.55/32 -> 10.0.0.255 replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95092026-08-13T23:48:11.973ZAug 13 23:48:10.245
95102026-08-13T23:48:11.973Ztest route::tests::delete_target_full ... ok
95112026-08-13T23:48:11.974Z Aug 13 23:48:10.245INFO INFOAug 13 23:48:10.245Aug 13 23:48:10.245adding route 172.17.0.36/32 -> 10.0.0.255 INFODEBG
95122026-08-13T23:48:11.974Z adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.57/32 -> 10.0.0.255
95132026-08-13T23:48:11.974Zreplacing 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 } }]
95142026-08-13T23:48:11.974Z
95152026-08-13T23:48:11.974ZAug 13 23:48:10.245Aug 13 23:48:10.245 DEBGDEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.245
95162026-08-13T23:48:11.974Z Aug 13 23:48:10.245DEBG INFO replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.56/32 -> 10.0.0.255
95172026-08-13T23:48:11.974Z
95182026-08-13T23:48:11.974Ztest route::tests::delete_target_fragmented ... ok
95192026-08-13T23:48:11.974Zreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.245
95202026-08-13T23:48:11.974Z INFO Aug 13 23:48:10.245adding route 172.17.0.58/32 -> 10.0.0.255
95212026-08-13T23:48:11.974Ztest route::tests::same_size_non_subset_replace ... ok
95222026-08-13T23:48:11.974ZAug 13 23:48:10.245DEBG INFO Aug 13 23:48:10.245adding route 172.17.0.21/32 -> 10.0.0.255
95232026-08-13T23:48:11.974Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
95242026-08-13T23:48:11.974ZAug 13 23:48:10.245replacing 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 } }]
95252026-08-13T23:48:11.974ZDEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
95262026-08-13T23:48:11.974Z Aug 13 23:48:10.245Aug 13 23:48:10.245 adding route 172.17.0.37/32 -> 10.0.0.255
95272026-08-13T23:48:11.974ZINFO Aug 13 23:48:10.245 DEBGINFOadding route 172.17.0.57/32 -> 10.0.0.255 Aug 13 23:48:10.245replacing 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 } }]
95282026-08-13T23:48:11.974ZDEBG adding route 172.17.0.59/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 } }]
95292026-08-13T23:48:11.974Z
95302026-08-13T23:48:11.974Z
95312026-08-13T23:48:11.974ZAug 13 23:48:10.245Aug 13 23:48:10.245Aug 13 23:48:10.245 INFO DEBGadding route 172.17.0.22/32 -> 10.0.0.255Aug 13 23:48:10.245
95322026-08-13T23:48:11.974Z replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
95332026-08-13T23:48:11.974ZINFOAug 13 23:48:10.245 DEBGadding route 172.17.0.38/32 -> 10.0.0.255 replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95342026-08-13T23:48:11.974ZAug 13 23:48:10.245 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 } }]
95352026-08-13T23:48:11.974ZINFO
95362026-08-13T23:48:11.974Z adding route 172.17.0.60/32 -> 10.0.0.255
95372026-08-13T23:48:11.974ZAug 13 23:48:10.245Aug 13 23:48:10.245 Aug 13 23:48:10.245DEBGINFO INFOadding route 172.17.0.23/32 -> 10.0.0.255 adding route 172.17.0.58/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 } }]
95382026-08-13T23:48:11.974Z
95392026-08-13T23:48:11.974Z
95402026-08-13T23:48:11.974ZAug 13 23:48:10.245 Aug 13 23:48:10.245DEBG Aug 13 23:48:10.245DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 172.17.0.39/32 -> 10.0.0.255Aug 13 23:48:10.245 DEBG
95412026-08-13T23:48:11.974ZAug 13 23:48:10.245Aug 13 23:48:10.245
95422026-08-13T23:48:11.974Z 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 } }] created new freemapAug 13 23:48:10.251 INFO adding route 172.17.0.61/32 -> 10.0.0.255,
95432026-08-13T23:48:11.974Zunit
95442026-08-13T23:48:11.974Z: freemap_route_ipv4Aug 13 23:48:10.251 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 } }]
95452026-08-13T23:48:11.974Z Aug 13 23:48:10.251
95462026-08-13T23:48:11.974Zreplacing 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 } }]
95472026-08-13T23:48:11.974ZINFO Aug 13 23:48:10.251adding route 172.17.0.59/32 -> 10.0.0.255
95482026-08-13T23:48:11.979ZAug 13 23:48:10.251INFO adding route 172.17.0.62/32 -> 10.0.0.255DEBG
95492026-08-13T23:48:11.979Z created new freemapAug 13 23:48:10.251Aug 13 23:48:10.251 , DEBGunit 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 } }]:
95502026-08-13T23:48:11.979ZAug 13 23:48:10.251 adding route 172.17.0.24/32 -> 10.0.0.255freemap_route_ipv6
95512026-08-13T23:48:11.979ZDEBGAug 13 23:48:10.251
95522026-08-13T23:48:11.979Z INFOreplacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.251 adding route 172.17.0.60/32 -> 10.0.0.255
95532026-08-13T23:48:11.979ZAug 13 23:48:10.251
95542026-08-13T23:48:11.979ZDEBG DEBGAug 13 23:48:10.251replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.251
95552026-08-13T23:48:11.979Z DEBG DEBGAug 13 23:48:10.251 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 } }] failed to allocate space for the new target listINFO
95562026-08-13T23:48:11.979Z
95572026-08-13T23:48:11.979Z adding route 172.17.0.25/32 -> 10.0.0.255initted freemap. size: 64
95582026-08-13T23:48:11.979Z, Aug 13 23:48:10.251unit :Aug 13 23:48:10.251 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG
95592026-08-13T23:48:11.979Zfreemap_route_ipv4 Aug 13 23:48:10.251
95602026-08-13T23:48:11.979Zfailed to allocate space for the new target list
95612026-08-13T23:48:11.979ZDEBG Aug 13 23:48:10.251 DEBG Aug 13 23:48:10.232reset freemap , Aug 13 23:48:10.251DEBGunit :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 } }] freemap_route_ipv4created new freemap
95622026-08-13T23:48:11.979Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }],
95632026-08-13T23:48:11.979Z
95642026-08-13T23:48:11.979Zunit:Aug 13 23:48:10.251 freemap_route_ipv4INFO
95652026-08-13T23:48:11.979Z adding route 172.17.0.26/32 -> 10.0.0.255Aug 13 23:48:10.251
95662026-08-13T23:48:11.979Z DEBGAug 13 23:48:10.251 initted freemap. size: 64 , DEBGunit :created new freemap , freemap_route_ipv6unit
95672026-08-13T23:48:11.979Z: Aug 13 23:48:10.251freemap_route_ipv6
95682026-08-13T23:48:11.979ZDEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.251
95692026-08-13T23:48:11.979Z Aug 13 23:48:10.251DEBG reset freemapDEBG, Aug 13 23:48:10.251 unitinitted freemap. size: 64 , INFOunit :adding route 172.17.0.27/32 -> 10.0.0.255
95702026-08-13T23:48:11.979Zfreemap_route_ipv4:
95712026-08-13T23:48:11.980Z freemap_route_ipv6Aug 13 23:48:10.251 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 } }]DEBG
95722026-08-13T23:48:11.980Z
95732026-08-13T23:48:11.980ZAug 13 23:48:10.251created new freemap , DEBGunit :reset freemap Aug 13 23:48:10.251freemap_route_ipv4,
95742026-08-13T23:48:11.980ZAug 13 23:48:10.251 INFOINFO unitAug 13 23:48:10.251adding route 172.17.0.28/32 -> 10.0.0.255 :DEBGadding route 172.16.0.0/32 -> 10.0.0.1
95752026-08-13T23:48:11.980Z created new freemapfreemap_route_ipv4,
95762026-08-13T23:48:11.980Zunit:
95772026-08-13T23:48:11.980Z freemap_route_ipv6Aug 13 23:48:10.251
95782026-08-13T23:48:11.980Z Aug 13 23:48:10.251DEBG DEBGreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95792026-08-13T23:48:11.980Zinitted freemap. size: 64Aug 13 23:48:10.251, unit :DEBG freemap_route_ipv6Aug 13 23:48:10.251
95802026-08-13T23:48:11.980Zinitted freemap. size: 64 , unitDEBG: freemap_route_ipv4Aug 13 23:48:10.251
95812026-08-13T23:48:11.980ZAug 13 23:48:10.251 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 } }]
95822026-08-13T23:48:11.980Zreset freemapAug 13 23:48:10.251INFO, DEBGunit : reset freemapadding route 172.17.0.29/32 -> 10.0.0.255, freemap_route_ipv6unit
95832026-08-13T23:48:11.980Z
95842026-08-13T23:48:11.980Z: freemap_route_ipv4Aug 13 23:48:10.251Aug 13 23:48:10.251 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.16.0.0/32 -> 10.0.0.1
95852026-08-13T23:48:11.980Z
95862026-08-13T23:48:11.980ZAug 13 23:48:10.251 DEBG
95872026-08-13T23:48:11.980Z replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.251Aug 13 23:48:10.251 DEBG
95882026-08-13T23:48:11.980ZDEBG Aug 13 23:48:10.251 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
95892026-08-13T23:48:11.980ZDEBG
95902026-08-13T23:48:11.980ZAug 13 23:48:10.251Aug 13 23:48:10.251 initted freemap. size: 64DEBG 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 } }],
95912026-08-13T23:48:11.980ZunitAug 13 23:48:10.251 :adding route 172.17.0.30/32 -> 10.0.0.255 Aug 13 23:48:10.251INFO Aug 13 23:48:10.251 INFO
95922026-08-13T23:48:11.980Z adding route 172.17.0.40/32 -> 10.0.0.255 freemap_route_ipv6
95932026-08-13T23:48:11.980Z
95942026-08-13T23:48:11.980Zadding route 172.16.0.0/32 -> 10.0.0.1INFO
95952026-08-13T23:48:11.980Z Aug 13 23:48:10.251adding route 172.16.0.0/32 -> 10.0.0.2
95962026-08-13T23:48:11.980ZDEBG Aug 13 23:48:10.251Aug 13 23:48:10.251 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 } }]DEBGAug 13 23:48:10.251 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
95972026-08-13T23:48:11.980Z DEBGreset freemap , replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]unit
95982026-08-13T23:48:11.980ZAug 13 23:48:10.251
95992026-08-13T23:48:11.980Z:Aug 13 23:48:10.251 INFOfreemap_route_ipv6DEBG
96002026-08-13T23:48:11.980ZAug 13 23:48:10.251 INFO adding route 172.16.0.0/32 -> 10.0.0.2
96012026-08-13T23:48:11.980Zreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.251
96022026-08-13T23:48:11.980ZAug 13 23:48:10.251INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
96032026-08-13T23:48:11.980Zadding route 172.17.0.31/32 -> 10.0.0.255
96042026-08-13T23:48:11.980ZAug 13 23:48:10.251Aug 13 23:48:10.251
96052026-08-13T23:48:11.980Z 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 } }]INFOAug 13 23:48:10.251
96062026-08-13T23:48:11.980Z Aug 13 23:48:10.251DEBG adding route 172.17.0.41/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
96072026-08-13T23:48:11.981ZDEBG
96082026-08-13T23:48:11.981Z replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.251
96092026-08-13T23:48:11.981Z Aug 13 23:48:10.251INFO INFOadding route 172.17.0.0/32 -> 10.0.0.255Aug 13 23:48:10.251
96102026-08-13T23:48:11.981ZINFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2
96112026-08-13T23:48:11.981Z
96122026-08-13T23:48:11.981ZAug 13 23:48:10.251 DEBGAug 13 23:48:10.251 replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.251
96132026-08-13T23:48:11.981ZDEBGAug 13 23:48:10.251 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
96142026-08-13T23:48:11.981Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
96152026-08-13T23:48:11.981ZDEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.251Aug 13 23:48:10.251
96162026-08-13T23:48:11.981Z INFO Aug 13 23:48:10.251INFOadding route 172.17.0.1/32 -> 10.0.0.255 Aug 13 23:48:10.251
96172026-08-13T23:48:11.981Z INFOINFO adding route 172.17.0.42/32 -> 10.0.0.255
96182026-08-13T23:48:11.981Zadding route 172.17.0.33/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3
96192026-08-13T23:48:11.981Z
96202026-08-13T23:48:11.981ZAug 13 23:48:10.251 DEBG Aug 13 23:48:10.251Aug 13 23:48:10.251replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 23:48:10.251
96212026-08-13T23:48:11.981Z DEBGDEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
96222026-08-13T23:48:11.981Z
96232026-08-13T23:48:11.981ZAug 13 23:48:10.251 DEBGINFO Aug 13 23:48:10.251replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.2/32 -> 10.0.0.255INFO
96242026-08-13T23:48:11.981Z
96252026-08-13T23:48:11.981ZAug 13 23:48:10.251 adding route 172.17.0.34/32 -> 10.0.0.255INFO adding route 172.16.0.0/32 -> 10.0.0.4
96262026-08-13T23:48:11.981Z
96272026-08-13T23:48:11.981ZAug 13 23:48:10.251 INFOAug 13 23:48:10.251 Aug 13 23:48:10.251 adding route 172.17.0.43/32 -> 10.0.0.255
96282026-08-13T23:48:11.981ZDEBGAug 13 23:48:10.251DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
96292026-08-13T23:48:11.981Z
96302026-08-13T23:48:11.981ZDEBG Aug 13 23:48:10.251replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
96312026-08-13T23:48:11.981ZDEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.251Aug 13 23:48:10.251
96322026-08-13T23:48:11.981ZAug 13 23:48:10.251 INFODEBGINFO Aug 13 23:48:10.251 adding route 172.17.0.3/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255
96332026-08-13T23:48:11.981Z
96342026-08-13T23:48:11.981Zreplacing targets for 172.16.0.0/32 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 } }]
96352026-08-13T23:48:11.981ZINFO adding route 172.17.0.44/32 -> 10.0.0.255Aug 13 23:48:10.251
96362026-08-13T23:48:11.981ZAug 13 23:48:10.251 DEBGDEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
96372026-08-13T23:48:11.981Z
96382026-08-13T23:48:11.981ZAug 13 23:48:10.251 DEBG Aug 13 23:48:10.251replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.251
96392026-08-13T23:48:11.981Z INFOINFO adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.4/32 -> 10.0.0.255
96402026-08-13T23:48:11.981Z
96412026-08-13T23:48:11.981ZAug 13 23:48:10.251 INFO adding route 172.17.0.45/32 -> 10.0.0.255Aug 13 23:48:10.251
96422026-08-13T23:48:11.981Z unitDEBGAug 13 23:48:10.251: Aug 13 23:48:10.251replacing 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
96432026-08-13T23:48:11.981Z DEBGfreemap_route_ipv4replacing 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 } }]
96442026-08-13T23:48:11.981Z
96452026-08-13T23:48:11.981Zreplacing 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 } }]
96462026-08-13T23:48:11.981ZAug 13 23:48:10.251Aug 13 23:48:10.251Aug 13 23:48:10.251Aug 13 23:48:10.251 INFO DEBG INFOcreated new freemapadding route 172.17.0.5/32 -> 10.0.0.255 INFO
96472026-08-13T23:48:11.982Z, adding route 172.17.0.37/32 -> 10.0.0.255 unitadding route 172.17.0.46/32 -> 10.0.0.255:
96482026-08-13T23:48:11.985Z
96492026-08-13T23:48:11.985Z freemap_route_ipv6
96502026-08-13T23:48:11.985ZAug 13 23:48:10.251 Aug 13 23:48:10.251DEBG Aug 13 23:48:10.251DEBG Aug 13 23:48:10.251DEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
96512026-08-13T23:48:11.985Z initted freemap. size: 64 , 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:
96522026-08-13T23:48:11.985Z freemap_route_ipv4
96532026-08-13T23:48:11.985ZAug 13 23:48:10.258 Aug 13 23:48:10.258DEBG INFOreset freemap , adding route 172.17.0.6/32 -> 10.0.0.255unit
96542026-08-13T23:48:11.985Z: freemap_route_ipv4
96552026-08-13T23:48:11.985ZAug 13 23:48:10.251Aug 13 23:48:10.258 DEBG initted freemap. size: 64, unitAug 13 23:48:10.258 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 } }]freemap_route_ipv6
96562026-08-13T23:48:11.986Z
96572026-08-13T23:48:11.986Zreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.258
96582026-08-13T23:48:11.986Z Aug 13 23:48:10.258DEBG reset freemapINFO, unitAug 13 23:48:10.258:adding route 172.17.0.7/32 -> 10.0.0.255 INFOfreemap_route_ipv6
96592026-08-13T23:48:11.986Z
96602026-08-13T23:48:11.986Zadding route 172.17.0.38/32 -> 10.0.0.255
96612026-08-13T23:48:11.986ZAug 13 23:48:10.258 INFOAug 13 23:48:10.258 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
96622026-08-13T23:48:11.986Z Aug 13 23:48:10.258replacing 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 } }]
96632026-08-13T23:48:11.986ZDEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.258
96642026-08-13T23:48:11.986Z DEBG Aug 13 23:48:10.258replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 13 23:48:10.258 INFO
96652026-08-13T23:48:11.986ZINFO adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.8/32 -> 10.0.0.255
96662026-08-13T23:48:11.986Z
96672026-08-13T23:48:11.986ZAug 13 23:48:10.258 INFO Aug 13 23:48:10.258adding route 3fff:dead::/64 -> 2001:db8::55:2
96682026-08-13T23:48:11.986ZDEBG 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 } }]
96692026-08-13T23:48:11.986ZAug 13 23:48:10.258Aug 13 23:48:10.258 DEBGDEBGAug 13 23:48:10.258 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
96702026-08-13T23:48:11.987ZINFOreplacing 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 } }]
96712026-08-13T23:48:11.987Zadding route 172.17.0.9/32 -> 10.0.0.255
96722026-08-13T23:48:11.987ZAug 13 23:48:10.258 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 13 23:48:10.258
96732026-08-13T23:48:11.987Z 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 } }]
96742026-08-13T23:48:11.987ZAug 13 23:48:10.258Aug 13 23:48:10.258 DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] Aug 13 23:48:10.258
96752026-08-13T23:48:11.987Z adding route 172.17.0.40/32 -> 10.0.0.255INFO
96762026-08-13T23:48:11.987Z adding route 172.17.0.10/32 -> 10.0.0.255Aug 13 23:48:10.258
96772026-08-13T23:48:11.987Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
96782026-08-13T23:48:11.987ZAug 13 23:48:10.258 DEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.258
96792026-08-13T23:48:11.987Z Aug 13 23:48:10.258DEBG DEBGreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 23:48:10.258
96802026-08-13T23:48:11.987Z 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 } }]
96812026-08-13T23:48:11.987Zadding route 172.17.0.11/32 -> 10.0.0.255
96822026-08-13T23:48:11.987ZAug 13 23:48:10.258 INFO Aug 13 23:48:10.258adding route 172.17.0.41/32 -> 10.0.0.255
96832026-08-13T23:48:11.987ZDEBG 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 } }]
96842026-08-13T23:48:11.988ZAug 13 23:48:10.258Aug 13 23:48:10.258 DEBGDEBG Aug 13 23:48:10.258replacing targets for 3fff:dead::/64 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 } }]
96852026-08-13T23:48:11.988Z replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
96862026-08-13T23:48:11.988Z adding route 172.17.0.12/32 -> 10.0.0.255
96872026-08-13T23:48:11.988ZAug 13 23:48:10.258 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 } }]
96882026-08-13T23:48:11.988ZAug 13 23:48:10.258 INFOAug 13 23:48:10.258 adding route 172.17.0.42/32 -> 10.0.0.255INFO
96892026-08-13T23:48:11.988Z adding route 172.17.0.13/32 -> 10.0.0.255
96902026-08-13T23:48:11.988ZAug 13 23:48:10.258 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 } }]
96912026-08-13T23:48:11.988ZAug 13 23:48:10.258 DEBGAug 13 23:48:10.258 replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
96922026-08-13T23:48:11.988Z adding route 172.17.0.14/32 -> 10.0.0.255
96932026-08-13T23:48:11.988ZAug 13 23:48:10.258 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 } }]
96942026-08-13T23:48:11.988ZAug 13 23:48:10.258 INFO adding route 172.17.0.43/32 -> 10.0.0.255Aug 13 23:48:10.258
96952026-08-13T23:48:11.988Z INFO adding route 172.17.0.15/32 -> 10.0.0.255
96962026-08-13T23:48:11.988ZAug 13 23:48:10.258Aug 13 23:48:10.258 DEBGDEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
96972026-08-13T23:48:11.988Z
96982026-08-13T23:48:11.988ZAug 13 23:48:10.258 INFO adding route 172.17.0.16/32 -> 10.0.0.255
96992026-08-13T23:48:11.988ZAug 13 23:48:10.258 Aug 13 23:48:10.258INFO DEBGadding route 172.17.0.44/32 -> 10.0.0.255
97002026-08-13T23:48:11.988Zreplacing 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 } }]
97012026-08-13T23:48:11.988ZAug 13 23:48:10.258 INFO adding route 172.17.0.17/32 -> 10.0.0.255
97022026-08-13T23:48:11.988ZAug 13 23:48:10.258 DEBGAug 13 23:48:10.258 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
97032026-08-13T23:48:11.988Z 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 } }]
97042026-08-13T23:48:11.988ZAug 13 23:48:10.258 INFO adding route 172.17.0.18/32 -> 10.0.0.255
97052026-08-13T23:48:11.988ZAug 13 23:48:10.258 INFO adding route 172.17.0.45/32 -> 10.0.0.255Aug 13 23:48:10.258
97062026-08-13T23:48:11.988Z 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 } }]
97072026-08-13T23:48:11.988ZAug 13 23:48:10.258Aug 13 23:48:10.258 INFO adding route 172.17.0.19/32 -> 10.0.0.255
97082026-08-13T23:48:11.988Z 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 } }]Aug 13 23:48:10.258
97092026-08-13T23:48:11.988Ztest route::tests::delete_targets_full ... ok
97102026-08-13T23:48:11.988Z 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 } }]
97112026-08-13T23:48:11.988ZAug 13 23:48:10.258 INFO adding route 172.17.0.46/32 -> 10.0.0.255Aug 13 23:48:10.258
97122026-08-13T23:48:11.988Z INFO adding route 172.17.0.20/32 -> 10.0.0.255
97132026-08-13T23:48:11.988ZAug 13 23:48:10.258 Aug 13 23:48:10.258 INFO DEBGDEBGadding route 172.17.0.47/32 -> 10.0.0.255
97142026-08-13T23:48:11.988Zreplacing 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 } }]
97152026-08-13T23:48:11.988Zreplacing 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 } }]
97162026-08-13T23:48:11.988Ztest route::tests::shrink_preserves_compacted_order ... ok
97172026-08-13T23:48:11.988ZAug 13 23:48:10.258 Aug 13 23:48:10.258INFOAug 13 23:48:10.258 INFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255
97182026-08-13T23:48:11.988Ztest route::tests::add_target_fails_full ... ok
97192026-08-13T23:48:11.988ZDEBG
97202026-08-13T23:48:11.988Z 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 } }]
97212026-08-13T23:48:11.988ZAug 13 23:48:10.258Aug 13 23:48:10.258 DEBGDEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.258
97222026-08-13T23:48:11.989Zreplacing 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 } }]
97232026-08-13T23:48:11.989ZINFO adding route 172.17.0.48/32 -> 10.0.0.255
97242026-08-13T23:48:11.989ZAug 13 23:48:10.258Aug 13 23:48:10.258 INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255
97252026-08-13T23:48:11.989Z
97262026-08-13T23:48:11.989ZAug 13 23:48:10.258 DEBGAug 13 23:48:10.258Aug 13 23:48:10.258 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 } }]
97272026-08-13T23:48:11.989Zreplacing 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.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 } }]
97282026-08-13T23:48:11.989Z
97292026-08-13T23:48:11.989ZAug 13 23:48:10.258Aug 13 23:48:10.258 Aug 13 23:48:10.258INFO adding route 172.17.0.23/32 -> 10.0.0.255INFOINFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.49/32 -> 10.0.0.255
97302026-08-13T23:48:11.989Z
97312026-08-13T23:48:11.989Z
97322026-08-13T23:48:11.989ZAug 13 23:48:10.258Aug 13 23:48:10.258 Aug 13 23:48:10.258DEBG DEBG DEBGreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97332026-08-13T23:48:11.989Zreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
97342026-08-13T23:48:11.989Z
97352026-08-13T23:48:11.989ZAug 13 23:48:10.258 Aug 13 23:48:10.258Aug 13 23:48:10.258INFO INFOadding route 172.17.0.50/32 -> 10.0.0.255
97362026-08-13T23:48:11.989Zadding route 172.17.0.24/32 -> 10.0.0.255INFO
97372026-08-13T23:48:11.989Z adding route 172.17.0.50/32 -> 10.0.0.255
97382026-08-13T23:48:11.989ZAug 13 23:48:10.258Aug 13 23:48:10.258 Aug 13 23:48:10.258DEBG DEBGreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
97392026-08-13T23:48:11.989Zreplacing 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.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 } }]
97402026-08-13T23:48:11.989Z
97412026-08-13T23:48:11.989ZAug 13 23:48:10.258Aug 13 23:48:10.258 INFOINFO adding route 172.17.0.25/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255
97422026-08-13T23:48:11.989ZAug 13 23:48:10.258
97432026-08-13T23:48:11.989Z INFO adding route 172.17.0.51/32 -> 10.0.0.255
97442026-08-13T23:48:11.989ZAug 13 23:48:10.258Aug 13 23:48:10.258 DEBGDEBG Aug 13 23:48:10.258replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
97452026-08-13T23:48:11.989Z
97462026-08-13T23:48:11.989ZDEBG 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 } }]
97472026-08-13T23:48:11.989ZAug 13 23:48:10.258Aug 13 23:48:10.258 INFOINFOAug 13 23:48:10.258 INFOadding route 172.17.0.26/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255
97482026-08-13T23:48:11.993Zadding route 172.17.0.52/32 -> 10.0.0.255
97492026-08-13T23:48:11.993Z
97502026-08-13T23:48:11.993ZAug 13 23:48:10.258Aug 13 23:48:10.258Aug 13 23:48:10.258 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 } }] 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 } }]
97512026-08-13T23:48:11.993Z
97522026-08-13T23:48:11.994Zreplacing 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 } }]
97532026-08-13T23:48:11.994ZAug 13 23:48:10.258Aug 13 23:48:10.258 INFOAug 13 23:48:10.258INFO adding route 172.17.0.27/32 -> 10.0.0.255INFO
97542026-08-13T23:48:11.994Z adding route 172.17.0.53/32 -> 10.0.0.255adding route 172.17.0.53/32 -> 10.0.0.255
97552026-08-13T23:48:11.994Z
97562026-08-13T23:48:11.994ZAug 13 23:48:10.258 DEBG Aug 13 23:48:10.258replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.258
97572026-08-13T23:48:11.994Z DEBGDEBG Aug 13 23:48:10.258replacing 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.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
97582026-08-13T23:48:11.994Z
97592026-08-13T23:48:11.994Zadding route 172.17.0.28/32 -> 10.0.0.255
97602026-08-13T23:48:11.994ZAug 13 23:48:10.258Aug 13 23:48:10.258 Aug 13 23:48:10.258INFO INFOadding route 172.17.0.54/32 -> 10.0.0.255
97612026-08-13T23:48:11.994Z adding route 172.17.0.54/32 -> 10.0.0.255DEBG
97622026-08-13T23:48:11.994Zreplacing 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 } }]
97632026-08-13T23:48:11.994ZAug 13 23:48:10.258 DEBGAug 13 23:48:10.258 replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.258DEBG INFOreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97642026-08-13T23:48:11.994Z
97652026-08-13T23:48:11.994Zadding route 172.17.0.29/32 -> 10.0.0.255
97662026-08-13T23:48:11.994ZAug 13 23:48:10.258Aug 13 23:48:10.258 INFOAug 13 23:48:10.259 adding route 172.17.0.55/32 -> 10.0.0.255DEBG
97672026-08-13T23:48:11.994Z created new freemap, unit: Aug 13 23:48:10.258freemap_route_ipv4
97682026-08-13T23:48:11.994ZDEBGAug 13 23:48:10.265 replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
97692026-08-13T23:48:11.994Z Aug 13 23:48:10.265replacing 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 } }]
97702026-08-13T23:48:11.994ZDEBG created new freemap, unit: Aug 13 23:48:10.265freemap_route_ipv6
97712026-08-13T23:48:11.994ZINFO Aug 13 23:48:10.265adding route 172.17.0.56/32 -> 10.0.0.255
97722026-08-13T23:48:11.994Z INFOINFO Aug 13 23:48:10.265adding route 172.17.0.30/32 -> 10.0.0.255 Aug 13 23:48:10.265DEBG
97732026-08-13T23:48:11.994Z replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.55/32 -> 10.0.0.255
97742026-08-13T23:48:11.994Z
97752026-08-13T23:48:11.994Z DEBGAug 13 23:48:10.265 initted freemap. size: 64Aug 13 23:48:10.265Aug 13 23:48:10.265 , DEBGunit DEBG: replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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
97762026-08-13T23:48:11.994Z
97772026-08-13T23:48:11.994Z freemap_route_ipv4
97782026-08-13T23:48:11.994Zadding route 172.17.0.57/32 -> 10.0.0.255
97792026-08-13T23:48:11.994ZAug 13 23:48:10.265 INFOAug 13 23:48:10.265Aug 13 23:48:10.265 Aug 13 23:48:10.265DEBGadding route 172.17.0.56/32 -> 10.0.0.255
97802026-08-13T23:48:11.994Z INFOreset freemap DEBG, unit adding route 172.17.0.31/32 -> 10.0.0.255:replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97812026-08-13T23:48:11.994Z
97822026-08-13T23:48:11.994Zfreemap_route_ipv4Aug 13 23:48:10.265
97832026-08-13T23:48:11.994Z DEBGAug 13 23:48:10.265 Aug 13 23:48:10.265replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.265
97842026-08-13T23:48:11.994Z 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
97852026-08-13T23:48:11.994ZINFO Aug 13 23:48:10.265initted freemap. size: 64 , INFOunitAug 13 23:48:10.265:adding route 172.17.0.58/32 -> 10.0.0.255
97862026-08-13T23:48:11.994Zadding route 172.17.0.57/32 -> 10.0.0.255
97872026-08-13T23:48:11.994Zfreemap_route_ipv6
97882026-08-13T23:48:11.995ZINFO adding route 172.17.0.32/32 -> 10.0.0.255Aug 13 23:48:10.265
97892026-08-13T23:48:11.995ZAug 13 23:48:10.265Aug 13 23:48:10.265 DEBGDEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap
97902026-08-13T23:48:11.995Z, unit:DEBG Aug 13 23:48:10.265replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6 Aug 13 23:48:10.265
97912026-08-13T23:48:11.995Z
97922026-08-13T23:48:11.995Z DEBGINFO adding route 172.17.0.58/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 } }]Aug 13 23:48:10.265
97932026-08-13T23:48:11.995Z
97942026-08-13T23:48:11.995ZINFO Aug 13 23:48:10.265adding route 172.17.0.59/32 -> 10.0.0.255Aug 13 23:48:10.265
97952026-08-13T23:48:11.995Z Aug 13 23:48:10.265INFO DEBGINFO Aug 13 23:48:10.265adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.33/32 -> 10.0.0.255
97962026-08-13T23:48:11.995Z
97972026-08-13T23:48:11.995Zreplacing 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 } }]
97982026-08-13T23:48:11.995ZDEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.265Aug 13 23:48:10.265 Aug 13 23:48:10.265 DEBGINFO DEBG 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: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
97992026-08-13T23:48:11.995Zreplacing 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 } }]
98002026-08-13T23:48:11.995Z
98012026-08-13T23:48:11.995Z
98022026-08-13T23:48:11.995ZAug 13 23:48:10.266Aug 13 23:48:10.266Aug 13 23:48:10.266 INFOAug 13 23:48:10.266 adding route 172.16.0.0/32 -> 10.0.0.2INFO
98032026-08-13T23:48:11.995ZDEBGINFO adding route 172.17.0.60/32 -> 10.0.0.255 replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 23:48:10.266adding route 172.17.0.34/32 -> 10.0.0.255
98042026-08-13T23:48:11.995ZDEBG
98052026-08-13T23:48:11.995Z
98062026-08-13T23:48:11.995Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
98072026-08-13T23:48:11.995ZAug 13 23:48:10.266Aug 13 23:48:10.266 Aug 13 23:48:10.266DEBG DEBGINFOAug 13 23:48:10.266 INFOadding route 172.17.0.60/32 -> 10.0.0.255
98082026-08-13T23:48:11.995Ztest route::tests::delete_targets_fragmented ... ok
98092026-08-13T23:48:11.995Zreplacing 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.16.0.0/32 -> 10.0.0.3replacing 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 } }]
98102026-08-13T23:48:11.995Z
98112026-08-13T23:48:11.995Z
98122026-08-13T23:48:11.995ZAug 13 23:48:10.266 INFOAug 13 23:48:10.266Aug 13 23:48:10.266 DEBGDEBG adding route 172.17.0.35/32 -> 10.0.0.255 Aug 13 23:48:10.266replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
98132026-08-13T23:48:11.995Z
98142026-08-13T23:48:11.995Zreplacing 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 } }]
98152026-08-13T23:48:11.995Z
98162026-08-13T23:48:11.995Ztest result: ok. 42 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
98172026-08-13T23:48:11.995Z DEBG failed to allocate space for the new target listAug 13 23:48:10.266Aug 13 23:48:10.266Aug 13 23:48:10.266
98182026-08-13T23:48:11.995Z
98192026-08-13T23:48:11.995Z INFODEBG INFO adding route 172.17.0.61/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.4
98202026-08-13T23:48:11.995ZAug 13 23:48:10.266 replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
98212026-08-13T23:48:11.995Z
98222026-08-13T23:48:11.995ZAug 13 23:48:10.266 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBG
98232026-08-13T23:48:11.995ZAug 13 23:48:10.266 Aug 13 23:48:10.266DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]INFOreplacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98242026-08-13T23:48:11.995Z
98252026-08-13T23:48:11.995Zadding route 172.17.0.36/32 -> 10.0.0.255
98262026-08-13T23:48:11.995ZAug 13 23:48:10.266Aug 13 23:48:10.266 Aug 13 23:48:10.266DEBG INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.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 } }]
98272026-08-13T23:48:11.995Zreplacing 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.62/32 -> 10.0.0.255
98282026-08-13T23:48:11.996Z
98292026-08-13T23:48:11.996ZAug 13 23:48:10.266Aug 13 23:48:10.266 INFODEBG adding route 172.17.0.37/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 } }]
98302026-08-13T23:48:11.996Z
98312026-08-13T23:48:11.996ZAug 13 23:48:10.266Aug 13 23:48:10.266 DEBGINFO replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.63/32 -> 10.0.0.255
98322026-08-13T23:48:11.996Z
98332026-08-13T23:48:11.996ZAug 13 23:48:10.266Aug 13 23:48:10.266 INFODEBG adding route 172.17.0.38/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 } }]
98342026-08-13T23:48:11.996Z
98352026-08-13T23:48:11.996ZAug 13 23:48:10.266Aug 13 23:48:10.266 DEBGDEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]failed to allocate space for the new target list
98362026-08-13T23:48:11.996Z
98372026-08-13T23:48:11.996ZAug 13 23:48:10.266 DEBG Aug 13 23:48:10.266replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
98382026-08-13T23:48:11.996ZINFO adding route 172.17.0.39/32 -> 10.0.0.255
98392026-08-13T23:48:11.996ZAug 13 23:48:10.266 DEBGAug 13 23:48:10.266 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 } }]
98402026-08-13T23:48:11.996Z failed to allocate space for the new target list
98412026-08-13T23:48:11.996ZAug 13 23:48:10.266 INFO adding route 172.17.0.40/32 -> 10.0.0.255
98422026-08-13T23:48:11.996ZAug 13 23:48:10.266 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 } }]
98432026-08-13T23:48:11.996ZAug 13 23:48:10.266 INFO adding route 172.17.0.41/32 -> 10.0.0.255
98442026-08-13T23:48:11.996ZAug 13 23:48:10.266 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 } }]
98452026-08-13T23:48:11.996ZAug 13 23:48:10.266 INFO adding route 172.17.0.42/32 -> 10.0.0.255
98462026-08-13T23:48:11.996ZAug 13 23:48:10.266 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 } }]
98472026-08-13T23:48:11.996ZAug 13 23:48:10.266 INFO adding route 172.17.0.43/32 -> 10.0.0.255
98482026-08-13T23:48:12.000ZAug 13 23:48:10.266 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 } }]
98492026-08-13T23:48:12.001ZAug 13 23:48:10.266 INFO adding route 172.17.0.44/32 -> 10.0.0.255
98502026-08-13T23:48:12.001ZAug 13 23:48:10.266 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 } }]
98512026-08-13T23:48:12.001ZAug 13 23:48:10.266 INFO adding route 172.17.0.45/32 -> 10.0.0.255
98522026-08-13T23:48:12.001ZAug 13 23:48:10.266 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 } }]
98532026-08-13T23:48:12.001ZAug 13 23:48:10.266 INFO adding route 172.17.0.46/32 -> 10.0.0.255
98542026-08-13T23:48:12.001ZAug 13 23:48:10.266 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 } }]
98552026-08-13T23:48:12.001ZAug 13 23:48:10.266 INFO adding route 172.17.0.47/32 -> 10.0.0.255
98562026-08-13T23:48:12.001ZAug 13 23:48:10.266 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 } }]
98572026-08-13T23:48:12.001ZAug 13 23:48:10.266 INFO adding route 172.17.0.48/32 -> 10.0.0.255
98582026-08-13T23:48:12.001ZAug 13 23:48:10.266 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 } }]
98592026-08-13T23:48:12.001ZAug 13 23:48:10.266 INFO adding route 172.17.0.49/32 -> 10.0.0.255
98602026-08-13T23:48:12.001ZAug 13 23:48:10.266 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 } }]
98612026-08-13T23:48:12.001ZAug 13 23:48:10.266 INFO adding route 172.17.0.50/32 -> 10.0.0.255
98622026-08-13T23:48:12.001ZAug 13 23:48:10.266 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 } }]
98632026-08-13T23:48:12.001ZAug 13 23:48:10.266 INFO adding route 172.17.0.51/32 -> 10.0.0.255
98642026-08-13T23:48:12.001ZAug 13 23:48:10.266 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 } }]
98652026-08-13T23:48:12.001ZAug 13 23:48:10.266 INFO adding route 172.17.0.52/32 -> 10.0.0.255
98662026-08-13T23:48:12.001ZAug 13 23:48:10.266 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 } }]
98672026-08-13T23:48:12.001ZAug 13 23:48:10.266 INFO adding route 172.17.0.53/32 -> 10.0.0.255
98682026-08-13T23:48:12.001ZAug 13 23:48:10.266 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 } }]
98692026-08-13T23:48:12.001ZAug 13 23:48:10.266 INFO adding route 172.17.0.54/32 -> 10.0.0.255
98702026-08-13T23:48:12.001ZAug 13 23:48:10.266 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 } }]
98712026-08-13T23:48:12.001ZAug 13 23:48:10.266 INFO adding route 172.17.0.55/32 -> 10.0.0.255
98722026-08-13T23:48:12.001ZAug 13 23:48:10.266 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 } }]
98732026-08-13T23:48:12.001ZAug 13 23:48:10.266 INFO adding route 172.17.0.56/32 -> 10.0.0.255
98742026-08-13T23:48:12.001ZAug 13 23:48:10.266 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 } }]
98752026-08-13T23:48:12.002ZAug 13 23:48:10.266 INFO adding route 172.17.0.57/32 -> 10.0.0.255
98762026-08-13T23:48:12.002ZAug 13 23:48:10.266 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 } }]
98772026-08-13T23:48:12.002ZAug 13 23:48:10.266 INFO adding route 172.17.0.58/32 -> 10.0.0.255
98782026-08-13T23:48:12.002ZAug 13 23:48:10.266 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 } }]
98792026-08-13T23:48:12.002ZAug 13 23:48:10.266 INFO adding route 172.17.0.59/32 -> 10.0.0.255
98802026-08-13T23:48:12.002ZAug 13 23:48:10.266 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 } }]
98812026-08-13T23:48:12.002ZAug 13 23:48:10.266 INFO adding route 172.17.0.60/32 -> 10.0.0.255
98822026-08-13T23:48:12.002ZAug 13 23:48:10.266 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 } }]
98832026-08-13T23:48:12.002ZAug 13 23:48:10.272 DEBG failed to allocate space for the new target list
98842026-08-13T23:48:12.002ZAug 13 23:48:10.272 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 } }]
98852026-08-13T23:48:12.002Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-8a7b77a033db65a1)
98862026-08-13T23:48:12.002Z
98872026-08-13T23:48:12.002Zrunning 0 tests
98882026-08-13T23:48:12.002Z
98892026-08-13T23:48:12.002Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98902026-08-13T23:48:12.002Z
98912026-08-13T23:48:12.002Z Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024)
98922026-08-13T23:48:12.002Z
98932026-08-13T23:48:12.002Zrunning 0 tests
98942026-08-13T23:48:12.002Z
98952026-08-13T23:48:12.002Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98962026-08-13T23:48:12.002Z
98972026-08-13T23:48:12.002Z Running unittests src/lib.rs (target/debug/deps/dpd_client-750e40ee01b056d8)
98982026-08-13T23:48:12.002Z
98992026-08-13T23:48:12.002Zrunning 6 tests
99002026-08-13T23:48:12.002Ztest tests::test_full_lot_id_neither_present ... ok
99012026-08-13T23:48:12.002Ztest tests::test_full_lot_id_lot_only ... ok
99022026-08-13T23:48:12.002Ztest tests::test_full_lot_id_both_present ... ok
99032026-08-13T23:48:12.002Ztest tests::test_full_lot_id_lotnum_only ... ok
99042026-08-13T23:48:12.002Ztest tests::test_port_id_cmp ... ok
99052026-08-13T23:48:12.002Ztest tests::test_parse_client_port_id ... ok
99062026-08-13T23:48:12.002Z
99072026-08-13T23:48:12.002Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99082026-08-13T23:48:12.002Z
99092026-08-13T23:48:12.003Z Running tests/test_all.rs (target/debug/deps/test_all-8b8febcc4252f7ff)
99102026-08-13T23:48:12.003Z
99112026-08-13T23:48:12.003Zrunning 6 tests
99122026-08-13T23:48:15.008Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
99132026-08-13T23:48:15.008Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
99142026-08-13T23:48:15.012Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
99152026-08-13T23:48:15.016Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
99162026-08-13T23:48:15.346Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
99172026-08-13T23:48:16.295Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
99182026-08-13T23:48:16.295Z
99192026-08-13T23:48:16.295Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.30s
99202026-08-13T23:48:16.295Z
99212026-08-13T23:48:16.301Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21)
99222026-08-13T23:48:16.306Z
99232026-08-13T23:48:16.306Zrunning 0 tests
99242026-08-13T23:48:16.306Z
99252026-08-13T23:48:16.309Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99262026-08-13T23:48:16.309Z
99272026-08-13T23:48:16.309Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62)
99282026-08-13T23:48:16.322Z
99292026-08-13T23:48:16.322Zrunning 1 test
99302026-08-13T23:48:16.325Ztest impls::nat::tests::test_nat_tag_parsing ... ok
99312026-08-13T23:48:16.325Z
99322026-08-13T23:48:16.325Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99332026-08-13T23:48:16.325Z
99342026-08-13T23:48:16.325Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
99352026-08-13T23:48:16.334Z
99362026-08-13T23:48:16.335Zrunning 12 tests
99372026-08-13T23:48:16.337Ztest icmp::test_v6_checksum ... ok
99382026-08-13T23:48:16.337Ztest icmp::test_v4_checksum ... ok
99392026-08-13T23:48:16.337Ztest ipv6::test_ipv6_parse ... ok
99402026-08-13T23:48:16.337Ztest lldp::test_lldp_parse ... ok
99412026-08-13T23:48:16.337Ztest pbuf::test_byte ... ok
99422026-08-13T23:48:16.338Ztest pbuf::test_nibble ... ok
99432026-08-13T23:48:16.338Ztest pbuf::test_short ... ok
99442026-08-13T23:48:16.338Ztest pbuf::test_overflow ... ok
99452026-08-13T23:48:16.338Ztest pbuf::test_twelve ... ok
99462026-08-13T23:48:16.338Ztest pbuf::test_word ... ok
99472026-08-13T23:48:16.338Ztest tcp::test_checksum_ack_data ... ok
99482026-08-13T23:48:16.338Ztest tcp::test_checksum_syn_nodata ... ok
99492026-08-13T23:48:16.338Z
99502026-08-13T23:48:16.338Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99512026-08-13T23:48:16.338Z
99522026-08-13T23:48:16.338Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
99532026-08-13T23:48:16.341Z
99542026-08-13T23:48:16.341Zrunning 0 tests
99552026-08-13T23:48:16.341Z
99562026-08-13T23:48:16.341Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99572026-08-13T23:48:16.341Z
99582026-08-13T23:48:16.344Z Running unittests src/main.rs (target/debug/deps/swadm-0e759ccccf160c58)
99592026-08-13T23:48:16.351Z
99602026-08-13T23:48:16.352Zrunning 5 tests
99612026-08-13T23:48:16.355Ztest switchport::test::test_compute_lanes ... ok
99622026-08-13T23:48:16.358Ztest switchport::test::port_id_ordering ... ok
99632026-08-13T23:48:16.358Ztest link::test_filter ... ok
99642026-08-13T23:48:16.358Z Lane 0 Lane 1 Lane 2 Lane 3
99652026-08-13T23:48:16.358Z State: Activated Activated Activated Activated
99662026-08-13T23:48:16.358Z Rx Output Enabled: false false false false
99672026-08-13T23:48:16.358Z Rx Output Status: valid valid valid Lane 0valid
99682026-08-13T23:48:16.358Z Rx Loss-of-lock: true trueLane 1 trueLane 2 true
99692026-08-13T23:48:16.358ZLane 3 Rx Loss-of-signal: false
99702026-08-13T23:48:16.359Zfalse Rx Loss-of-lock: Yesfalse Yesfalse
99712026-08-13T23:48:16.359ZYesRx Auto-squelch Disable: true Yes
99722026-08-13T23:48:16.359Ztrue true Rx Loss-of-signal: Yes true
99732026-08-13T23:48:16.359ZYes Tx Output Enabled: true Yes trueYes
99742026-08-13T23:48:16.359Z true Rx CDR Enabled: Yes true
99752026-08-13T23:48:16.359ZYes Tx Output Status: invalid Yesinvalid Yes
99762026-08-13T23:48:16.359Zinvalid invalid Tx Enabled: Yes
99772026-08-13T23:48:16.359Z Yes Tx Loss-of-lock: false Yes falseYes
99782026-08-13T23:48:16.359Z Tx Loss-of-lock: Nofalse falseNo
99792026-08-13T23:48:16.359Z No Tx Loss-of-signal: true No
99802026-08-13T23:48:16.359Ztrue Tx Loss-of-signal: No Notrue trueNo
99812026-08-13T23:48:16.359Z No
99822026-08-13T23:48:16.359ZTx Auto-squelch Disable: false Tx CDR Enabled: Nofalse Nofalse falseNo
99832026-08-13T23:48:16.359Z Tx Adaptive EQ Fail: trueNo
99842026-08-13T23:48:16.359Z true Tx Adaptive EQ Fault: No trueNo true
99852026-08-13T23:48:16.359ZNo Tx Failure: falseNo
99862026-08-13T23:48:16.359Zfalse Tx Fault: Yes false Yesfalse
99872026-08-13T23:48:16.359ZYes Tx Force Squelch: true Yes
99882026-08-13T23:48:16.359Ztrue true true
99892026-08-13T23:48:16.359Z Tx Input Polarity: normal normal normal normal
99902026-08-13T23:48:16.359Ztest switchport::test::test_print_cmis_datapath ... ok
99912026-08-13T23:48:16.359Ztest switchport::test::test_print_sff_datapath ... ok
99922026-08-13T23:48:16.359Z
99932026-08-13T23:48:16.359Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
99942026-08-13T23:48:16.359Z
99952026-08-13T23:48:16.362Z Running tests/counters.rs (target/debug/deps/counters-bf88058934ba2efc)
99962026-08-13T23:48:16.362Z
99972026-08-13T23:48:16.362Zrunning 1 test
99982026-08-13T23:48:16.362Ztest test_p4_counter_list ... ignored
99992026-08-13T23:48:16.362Z
100002026-08-13T23:48:16.362Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
100012026-08-13T23:48:16.362Z
100022026-08-13T23:48:16.362Z Running tests/port-link.rs (target/debug/deps/port_link-1acd40f4598dd203)
100032026-08-13T23:48:16.365Z
100042026-08-13T23:48:16.365Zrunning 5 tests
100052026-08-13T23:48:16.365Ztest test_an ... ignored
100062026-08-13T23:48:16.365Ztest test_enable ... ignored
100072026-08-13T23:48:16.365Ztest test_ip_addresses ... ignored
100082026-08-13T23:48:16.365Ztest test_kr ... ignored
100092026-08-13T23:48:16.365Ztest test_mac ... ignored
100102026-08-13T23:48:16.365Z
100112026-08-13T23:48:16.365Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
100122026-08-13T23:48:16.365Z
100132026-08-13T23:48:16.368Z Running unittests src/main.rs (target/debug/deps/tfportd-fdbe62e0e3cfe18f)
100142026-08-13T23:48:16.368Z
100152026-08-13T23:48:16.369Zrunning 3 tests
100162026-08-13T23:48:16.369Ztest linklocal::test_parse_ipadm ... ok
100172026-08-13T23:48:16.371Ztest tfport::test_parse_tfport ... ok
100182026-08-13T23:48:16.371Ztest config::tests::test_updates ... ok
100192026-08-13T23:48:16.371Z
100202026-08-13T23:48:16.371Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100212026-08-13T23:48:16.371Z
100222026-08-13T23:48:16.371Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
100232026-08-13T23:48:16.374Z
100242026-08-13T23:48:16.374Zrunning 0 tests
100252026-08-13T23:48:16.374Z
100262026-08-13T23:48:16.377Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100272026-08-13T23:48:16.377Z
100282026-08-13T23:48:16.377Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
100292026-08-13T23:48:16.380Z
100302026-08-13T23:48:16.380Zrunning 0 tests
100312026-08-13T23:48:16.380Z
100322026-08-13T23:48:16.380Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100332026-08-13T23:48:16.380Z
100342026-08-13T23:48:16.383Z Doc-tests aal
100352026-08-13T23:48:16.554Z
100362026-08-13T23:48:16.554Zrunning 0 tests
100372026-08-13T23:48:16.554Z
100382026-08-13T23:48:16.557Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100392026-08-13T23:48:16.557Z
100402026-08-13T23:48:16.572Z Doc-tests aal_macros
100412026-08-13T23:48:16.644Z
100422026-08-13T23:48:16.644Zrunning 0 tests
100432026-08-13T23:48:16.644Z
100442026-08-13T23:48:16.644Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100452026-08-13T23:48:16.644Z
100462026-08-13T23:48:16.655Z Doc-tests common
100472026-08-13T23:48:16.895Z
100482026-08-13T23:48:16.895Zrunning 0 tests
100492026-08-13T23:48:16.895Z
100502026-08-13T23:48:16.895Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100512026-08-13T23:48:16.895Z
100522026-08-13T23:48:16.917Z Doc-tests dpd_api
100532026-08-13T23:48:17.757Z
100542026-08-13T23:48:17.757Zrunning 2 tests
100552026-08-13T23:48:17.757Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 78) ... ignored
100562026-08-13T23:48:17.757Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 84) ... ignored
100572026-08-13T23:48:17.757Z
100582026-08-13T23:48:17.757Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
100592026-08-13T23:48:17.757Z
100602026-08-13T23:48:17.788Z Doc-tests dpd_client
100612026-08-13T23:48:19.127Z
100622026-08-13T23:48:19.127Zrunning 0 tests
100632026-08-13T23:48:19.127Z
100642026-08-13T23:48:19.127Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100652026-08-13T23:48:19.127Z
100662026-08-13T23:48:19.175Z Doc-tests dpd_types
100672026-08-13T23:48:19.385Z
100682026-08-13T23:48:19.385Zrunning 0 tests
100692026-08-13T23:48:19.385Z
100702026-08-13T23:48:19.385Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100712026-08-13T23:48:19.385Z
100722026-08-13T23:48:19.412Z Doc-tests dpd_types_versions
100732026-08-13T23:48:20.662Z
100742026-08-13T23:48:20.662Zrunning 1 test
100752026-08-13T23:48:20.663Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
100762026-08-13T23:48:20.663Z
100772026-08-13T23:48:20.663Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
100782026-08-13T23:48:20.663Z
100792026-08-13T23:48:20.707Z Doc-tests packet
100802026-08-13T23:48:20.821Z
100812026-08-13T23:48:20.821Zrunning 0 tests
100822026-08-13T23:48:20.821Z
100832026-08-13T23:48:20.821Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100842026-08-13T23:48:20.821Z
100852026-08-13T23:48:20.837Z Doc-tests pcap
100862026-08-13T23:48:20.891Z
100872026-08-13T23:48:20.891Zrunning 0 tests
100882026-08-13T23:48:20.891Z
100892026-08-13T23:48:20.891Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100902026-08-13T23:48:20.891Z
100912026-08-13T23:48:20.941Zprocess exited: duration 596701 ms, exit code 0
 
100922026-08-13T23:48:20.948Zfound 0 output files