01M0ZGY28FK37N88ZJT6BYQKHQ: test

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

Buildomat Job: 01M0ZGYGVQWEHC8E98XJJ0HHK2

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-26T17:13:40.648Zjob assigned to worker 01M0ZGYTMCTJ1KF27M9JJKQ3AJ [factory aws, i-077dabde2aa20669c] (queued for 1 m 0 s)
 
22026-08-26T17:13:47.152Zstarting task 0: "setup"
32026-08-26T17:13:47.156Z++ uname -s
42026-08-26T17:13:47.161Z+ kern=SunOS
52026-08-26T17:13:47.161Z+ build_user=build
62026-08-26T17:13:47.161Z+ build_uid=12345
72026-08-26T17:13:47.161Z+ work_dir=/work
82026-08-26T17:13:47.161Z+ input_dir=/input
92026-08-26T17:13:47.161Z+ [[ 0 == 12345 ]]
102026-08-26T17:13:47.161Z+ case "$kern" in
112026-08-26T17:13:47.161Z+ groupadd -g 12345 build
122026-08-26T17:13:47.166Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-26T17:13:49.166Z+ zfs create -o mountpoint=/work rpool/work
142026-08-26T17:13:49.251Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-26T17:13:49.257Z+ home_fs=zfs
162026-08-26T17:13:49.257Z+ [[ zfs == autofs ]]
172026-08-26T17:13:49.257Z+ mkdir -p /home/build
182026-08-26T17:13:49.257Z+ chown build:build /home/build /work
192026-08-26T17:13:51.255Z+ chmod 0700 /home/build /work
202026-08-26T17:13:51.259Zprocess exited: duration 4107 ms, exit code 0
 
212026-08-26T17:13:51.265Zstarting task 1: "rust-toolchain"
222026-08-26T17:13:51.269Z * rust toolchain channel = "1.90.0"
232026-08-26T17:13:51.269Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
242026-08-26T17:13:51.269Z * rust toolchain profile = "default"
252026-08-26T17:13:51.269Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-26T17:13:51.269Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-26T17:13:51.269Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-26T17:13:51.273Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-26T17:13:51.273Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-08-26T17:13:51.346Zinfo: downloading installer
312026-08-26T17:13:52.663Zwarn: It looks like you have an existing rustup settings file at:
322026-08-26T17:13:52.663Zwarn: /home/build/.rustup/settings.toml
332026-08-26T17:13:52.663Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-26T17:13:52.663Zwarn: instead of the one inferred from the default host triple.
352026-08-26T17:13:52.677Zinfo: profile set to default
362026-08-26T17:13:52.677Zinfo: default host triple is x86_64-unknown-illumos
372026-08-26T17:13:52.680Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-08-26T17:13:52.816Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-08-26T17:13:52.820Zinfo: downloading 6 components
402026-08-26T17:14:06.161Z
412026-08-26T17:14:06.161Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
422026-08-26T17:14:06.186Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-08-26T17:14:06.186Z
442026-08-26T17:14:06.186Z
452026-08-26T17:14:06.186ZRust is installed now. Great!
462026-08-26T17:14:06.186Z
472026-08-26T17:14:06.186ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-26T17:14:06.186Zenvironment variable. This has not been done automatically.
492026-08-26T17:14:06.186Z
502026-08-26T17:14:06.186ZTo configure your current shell, you need to source
512026-08-26T17:14:06.186Zthe corresponding env file under $HOME/.cargo.
522026-08-26T17:14:06.186Z
532026-08-26T17:14:06.186ZThis is usually done by running one of the following (note the leading DOT):
542026-08-26T17:14:06.186Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-26T17:14:06.186Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-26T17:14:06.186Zsource "~/.cargo/env.nu" # For nushell
572026-08-26T17:14:06.186Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-26T17:14:06.186Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-26T17:14:06.186Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-26T17:14:06.189Zwarn: no default linker (`cc`) was found in your PATH
612026-08-26T17:14:06.189Zwarn: many Rust crates require a system C toolchain to build
622026-08-26T17:14:06.277Z+ rustup --version
632026-08-26T17:14:06.286Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-26T17:14:06.291Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-26T17:14:06.308Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-08-26T17:14:06.313Z+ cargo --version
672026-08-26T17:14:06.323Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-08-26T17:14:06.327Z+ rustc --version
692026-08-26T17:14:06.346Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-08-26T17:14:06.349Zprocess exited: duration 15083 ms, exit code 0
 
712026-08-26T17:14:06.355Zstarting task 2: "authentication"
722026-08-26T17:14:06.371Zprocess exited: duration 16 ms, exit code 0
 
732026-08-26T17:14:06.377Zstarting task 3: "clone repository"
742026-08-26T17:14:06.380Z+ mkdir -p /work/oxidecomputer/dendrite
752026-08-26T17:14:06.383Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-08-26T17:14:06.425ZCloning into '/work/oxidecomputer/dendrite'...
772026-08-26T17:14:07.838Z+ cd /work/oxidecomputer/dendrite
782026-08-26T17:14:07.838Z+ git fetch origin 995de6381e4ee5cdb6b55d2a0eaea714a702d12c
792026-08-26T17:14:08.204ZFrom https://github.com/oxidecomputer/dendrite
802026-08-26T17:14:08.204Z * branch 995de6381e4ee5cdb6b55d2a0eaea714a702d12c -> FETCH_HEAD
812026-08-26T17:14:08.211Z+ [[ -n cory/ci-tests ]]
822026-08-26T17:14:08.213Z++ git branch --show-current
832026-08-26T17:14:08.213Z+ current=main
842026-08-26T17:14:08.213Z+ [[ main != cory/ci-tests ]]
852026-08-26T17:14:08.213Z+ git branch -f cory/ci-tests 995de6381e4ee5cdb6b55d2a0eaea714a702d12c
862026-08-26T17:14:08.216Z+ git checkout -f cory/ci-tests
872026-08-26T17:14:08.248ZSwitched to branch 'cory/ci-tests'
882026-08-26T17:14:08.248Z+ git reset --hard 995de6381e4ee5cdb6b55d2a0eaea714a702d12c
892026-08-26T17:14:08.248ZHEAD is now at 995de63 Add repeat timer to swadm tests
902026-08-26T17:14:08.248Zprocess exited: duration 1864 ms, exit code 0
 
912026-08-26T17:14:08.254Zstarting task 4: "build"
922026-08-26T17:14:08.258Z+ source .github/buildomat/common.sh
932026-08-26T17:14:08.258Z++ TOFINO_STAGES=20
942026-08-26T17:14:08.260Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-08-26T17:14:08.260Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-08-26T17:14:08.260Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-08-26T17:14:08.260Z+++ uname -s
982026-08-26T17:14:08.260Z++ '[' SunOS == SunOS ']'
992026-08-26T17:14:08.260Z++ SERIES=illumos
1002026-08-26T17:14:08.260Z+++ uname -s
1012026-08-26T17:14:08.263Z++ '[' SunOS == SunOS ']'
1022026-08-26T17:14:08.263Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-08-26T17:14:08.263Z++ rustup show active-toolchain
1042026-08-26T17:14:08.266Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-08-26T17:14:08.270Z+ source .github/buildomat/illumos.sh
1062026-08-26T17:14:08.270Z++ banner 'sde setup'
1072026-08-26T17:14:08.270Z
1082026-08-26T17:14:08.270Z #### ##### ###### #### ###### ##### # # #####
1092026-08-26T17:14:08.270Z # # # # # # # # # # #
1102026-08-26T17:14:08.270Z #### # # ##### #### ##### # # # # #
1112026-08-26T17:14:08.270Z # # # # # # # # # #####
1122026-08-26T17:14:08.270Z # # # # # # # # # # # #
1132026-08-26T17:14:08.270Z #### ##### ###### #### ###### # #### #
1142026-08-26T17:14:08.270Z
1152026-08-26T17:14:08.270Z++ export PKG_SUCCESS_ON_NOP=1
1162026-08-26T17:14:08.270Z++ PKG_SUCCESS_ON_NOP=1
1172026-08-26T17:14:08.270Z++ export PKG=tofino_sde.p5p
1182026-08-26T17:14:08.270Z++ PKG=tofino_sde.p5p
1192026-08-26T17:14:08.270Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-08-26T17:14:08.275Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-08-26T17:14:08.278Z Dload Upload Total Spent Left Speed
1222026-08-26T17:14:09.351Z 0 0 0 0 0 0 0 0 0 93 76.03M 93 70.79M 0 0 70.82M 0 00:01 00:01 70.83M 100 76.03M 100 76.03M 0 0 70.65M 0 00:01 00:01 70.83M 100 76.03M 100 76.03M 0 0 70.64M 0 00:01 00:01 70.83M 100 76.03M 100 76.03M 0 0 70.64M 0 00:01 00:01 70.83M
1232026-08-26T17:14:09.355Z+++ digest -a sha256 tofino_sde.p5p
1242026-08-26T17:14:09.401Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-08-26T17:14:09.405Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-08-26T17:14:09.405Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-08-26T17:14:13.217Z Startup: Refreshing catalog 'helios' ... Done
1282026-08-26T17:14:13.621Z Startup: Caching catalogs ... Done
1292026-08-26T17:14:13.689Z Startup: Refreshing catalog 'oxide' ... Done
1302026-08-26T17:14:16.193ZPlanning: Solver setup ... Done
1312026-08-26T17:14:16.265ZPlanning: Running solver ... Done
1322026-08-26T17:14:16.316ZPlanning: Finding local manifests ... Done
1332026-08-26T17:14:16.319ZPlanning: Fetching manifests: 1/1 100% complete
1342026-08-26T17:14:16.323ZPlanning: Fetching manifests: 1/1 100% complete
1352026-08-26T17:14:16.338ZPlanning: Package planning ... Done
1362026-08-26T17:14:16.341ZPlanning: Merging actions ... Done
1372026-08-26T17:14:16.505ZPlanning: Checking for conflicting actions ... Done
1382026-08-26T17:14:16.509ZPlanning: Consolidating action changes ... Done
1392026-08-26T17:14:17.754ZPlanning: Evaluating mediators ... Done
1402026-08-26T17:14:17.756ZPlanning: Planning completed in 4.07 seconds
1412026-08-26T17:14:17.761Z Packages to install: 1
1422026-08-26T17:14:17.761Z Create boot environment: No
1432026-08-26T17:14:17.764ZCreate backup boot environment: No
1442026-08-26T17:14:17.810Z
1452026-08-26T17:14:17.810ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-08-26T17:14:17.945ZDownload: Completed 75.30 MB in 0.13 seconds (559M/s)
1472026-08-26T17:14:18.195Z Actions: 1/293 actions (Installing new actions)
1482026-08-26T17:14:19.211Z Actions: Completed 293 actions in 0.98 seconds.
1492026-08-26T17:14:19.284ZFinalize: Updating package state database ... Done
1502026-08-26T17:14:19.284ZFinalize: Updating package cache ... Done
1512026-08-26T17:14:19.375ZFinalize: Updating image state ... Done
1522026-08-26T17:14:22.098ZFinalize: Creating fast lookup database ... Done
1532026-08-26T17:14:22.181ZFinalize: Reading search index ... Done
1542026-08-26T17:14:22.189ZFinalize: Updating search index ... Done
1552026-08-26T17:14:22.591ZFinalize: Updating package cache ... Done
1562026-08-26T17:14:22.752Z++ export SDE=/opt/oxide/tofino_sde
1572026-08-26T17:14:22.752Z++ SDE=/opt/oxide/tofino_sde
1582026-08-26T17:14:22.752Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-08-26T17:14:22.752Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-08-26T17:14:22.752Z++ banner packages
1612026-08-26T17:14:22.754Z
1622026-08-26T17:14:22.754Z ##### ## #### # # ## #### ###### ####
1632026-08-26T17:14:22.754Z # # # # # # # # # # # # # #
1642026-08-26T17:14:22.754Z # # # # # #### # # # ##### ####
1652026-08-26T17:14:22.754Z ##### ###### # # # ###### # ### # #
1662026-08-26T17:14:22.754Z # # # # # # # # # # # # # #
1672026-08-26T17:14:22.754Z # # # #### # # # # #### ###### ####
1682026-08-26T17:14:22.754Z
1692026-08-26T17:14:22.754Z++ pfexec pkg install clang-15 pcap gcc14
1702026-08-26T17:14:23.030Z Startup: Refreshing catalog 'helios' ... Done
1712026-08-26T17:14:23.033Z Startup: Refreshing catalog 'oxide' ... Done
1722026-08-26T17:14:25.284ZPlanning: Solver setup ... Done
1732026-08-26T17:14:25.354ZPlanning: Running solver ... Done
1742026-08-26T17:14:25.403ZPlanning: Consolidating action changes ... Done
1752026-08-26T17:14:25.403ZPlanning: Evaluating mediators ... Done
1762026-08-26T17:14:25.407ZPlanning: Planning completed in 2.37 seconds
1772026-08-26T17:14:25.424ZNo updates necessary for this image.
1782026-08-26T17:14:25.559Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-08-26T17:14:25.773ZPlanning: Evaluating mediator changes ... Done
1802026-08-26T17:14:25.886ZPlanning: Checking for conflicting actions ... Done
1812026-08-26T17:14:25.889ZPlanning: Consolidating action changes ... Done
1822026-08-26T17:14:26.054ZPlanning: Evaluating mediators ... Done
1832026-08-26T17:14:26.057ZPlanning: Planning completed in 0.28 seconds
1842026-08-26T17:14:26.078Z Mediators to change: 2
1852026-08-26T17:14:26.078Z Create boot environment: No
1862026-08-26T17:14:26.078ZCreate backup boot environment: No
1872026-08-26T17:14:26.168ZFinalize: Updating package state database ... Done
1882026-08-26T17:14:26.168ZFinalize: Updating package cache ... Done
1892026-08-26T17:14:26.220ZFinalize: Updating image state ... Done
1902026-08-26T17:14:28.262ZFinalize: Creating fast lookup database ... Done
1912026-08-26T17:14:28.333ZFinalize: Reading search index ... Done
1922026-08-26T17:14:28.336ZFinalize: Updating search index ... Done
1932026-08-26T17:14:28.415ZFinalize: Updating package cache ... Done
1942026-08-26T17:14:28.489Z++ cargo --version
1952026-08-26T17:14:28.499Zcargo 1.90.0 (840b83a10 2025-07-30)
1962026-08-26T17:14:28.502Z++ rustc --version
1972026-08-26T17:14:28.522Zrustc 1.90.0 (1159e78c4 2025-09-14)
1982026-08-26T17:14:28.525Z+ banner copyrights
1992026-08-26T17:14:28.528Z
2002026-08-26T17:14:28.528Z #### #### ##### # # ##### # #### # # ##### ####
2012026-08-26T17:14:28.528Z # # # # # # # # # # # # # # # # #
2022026-08-26T17:14:28.528Z # # # # # # # # # # ###### # ####
2032026-08-26T17:14:28.528Z # # # ##### # ##### # # ### # # # #
2042026-08-26T17:14:28.528Z # # # # # # # # # # # # # # # #
2052026-08-26T17:14:28.528Z #### #### # # # # # #### # # # ####
2062026-08-26T17:14:28.528Z
2072026-08-26T17:14:28.528Z+ ./tools/check_copyrights.sh
2082026-08-26T17:14:28.822Zcommon/src/illumos.rs: Copyright with wrong year
2092026-08-26T17:14:29.728Zdpd/p4/headers.p4: Copyright with wrong year
2102026-08-26T17:14:30.147Zdpd/src/transceivers/stub_impl.rs: Copyright with wrong year
2112026-08-26T17:14:30.208Zpacket/src/eth.rs: Copyright with wrong year
2122026-08-26T17:14:30.301Zpcap/build.rs: Copyright with wrong year
2132026-08-26T17:14:30.498Ztfportd/src/linklocal.rs: Copyright with wrong year
2142026-08-26T17:14:30.738Z+ banner clippy
2152026-08-26T17:14:30.741Z
2162026-08-26T17:14:30.741Z #### # # ##### ##### # #
2172026-08-26T17:14:30.741Z # # # # # # # # # #
2182026-08-26T17:14:30.741Z # # # # # # # #
2192026-08-26T17:14:30.741Z # # # ##### ##### #
2202026-08-26T17:14:30.742Z # # # # # # #
2212026-08-26T17:14:30.742Z #### ###### # # # #
2222026-08-26T17:14:30.742Z
2232026-08-26T17:14:30.742Z+ for feat in tofino_stub tofino_asic softnpu chaos
2242026-08-26T17:14:30.742Z+ cargo clippy --features tofino_stub -- --deny warnings
2252026-08-26T17:14:30.889Z Updating git repository `https://github.com/oxidecomputer/omicron`
2262026-08-26T17:14:46.341Z Updating crates.io index
2272026-08-26T17:14:46.375Z Updating git repository `https://github.com/illumos/smf-rs`
2282026-08-26T17:14:46.758Z Updating git repository `https://github.com/oxidecomputer/propolis`
2292026-08-26T17:14:47.477Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2302026-08-26T17:14:47.927Z Updating git repository `https://github.com/oxidecomputer/tofino`
2312026-08-26T17:14:48.250Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2322026-08-26T17:14:49.178Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2332026-08-26T17:14:49.992Z Updating git repository `https://github.com/oxidecomputer/ispf`
2342026-08-26T17:14:50.321Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2352026-08-26T17:14:50.724Z Updating git repository `https://github.com/oxidecomputer/lldp`
2362026-08-26T17:14:51.287Z Updating git repository `https://github.com/oxidecomputer/lldp`
2372026-08-26T17:14:51.738Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2382026-08-26T17:14:52.355Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2392026-08-26T17:14:52.759Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2402026-08-26T17:14:53.494Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2412026-08-26T17:14:53.864Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2422026-08-26T17:14:54.544Z Updating git repository `https://github.com/oxidecomputer/p4`
2432026-08-26T17:14:55.293Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2442026-08-26T17:14:56.251Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2452026-08-26T17:14:56.945Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2462026-08-26T17:14:57.528Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2472026-08-26T17:14:57.865Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2482026-08-26T17:14:59.236Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2492026-08-26T17:14:59.951Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-08-26T17:15:00.560Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-08-26T17:15:01.882Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-08-26T17:15:02.550Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-08-26T17:15:02.859Z Updating git repository `https://github.com/oxidecomputer/clickward`
2542026-08-26T17:15:03.499Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2552026-08-26T17:15:05.630Z Downloading crates ...
2562026-08-26T17:15:05.694Z Downloaded adler2 v2.0.1
2572026-08-26T17:15:05.697Z Downloaded cargo-platform v0.1.9
2582026-08-26T17:15:05.700Z Downloaded cstr-argument v0.1.2
2592026-08-26T17:15:05.703Z Downloaded anyhow v1.0.102
2602026-08-26T17:15:05.706Z Downloaded anstyle v1.0.14
2612026-08-26T17:15:05.709Z Downloaded ciborium-io v0.2.2
2622026-08-26T17:15:05.712Z Downloaded byteorder v1.5.0
2632026-08-26T17:15:05.712Z Downloaded blake2 v0.10.6
2642026-08-26T17:15:05.715Z Downloaded block-buffer v0.10.4
2652026-08-26T17:15:05.718Z Downloaded block-buffer v0.12.0
2662026-08-26T17:15:05.722Z Downloaded aead v0.5.2
2672026-08-26T17:15:05.726Z Downloaded cancel-safe-futures v0.1.5
2682026-08-26T17:15:05.728Z Downloaded foreign-types-shared v0.3.1
2692026-08-26T17:15:05.731Z Downloaded heck v0.4.1
2702026-08-26T17:15:05.736Z Downloaded bit-vec v0.8.0
2712026-08-26T17:15:05.739Z Downloaded foldhash v0.2.0
2722026-08-26T17:15:05.739Z Downloaded camino-tempfile v1.4.1
2732026-08-26T17:15:05.740Z Downloaded dyn-clone v1.0.20
2742026-08-26T17:15:05.742Z Downloaded drift v0.2.0
2752026-08-26T17:15:05.748Z Downloaded cargo_metadata v0.18.1
2762026-08-26T17:15:05.751Z Downloaded bitflags v1.3.2
2772026-08-26T17:15:05.754Z Downloaded foreign-types v0.3.2
2782026-08-26T17:15:05.756Z Downloaded elliptic-curve v0.13.8
2792026-08-26T17:15:05.759Z Downloaded futures-executor v0.3.32
2802026-08-26T17:15:05.762Z Downloaded dropshot_endpoint v0.17.1
2812026-08-26T17:15:05.767Z Downloaded foreign-types-shared v0.1.1
2822026-08-26T17:15:05.838Z Downloaded foreign-types-macros v0.2.3
2832026-08-26T17:15:05.838Z Downloaded convert_case v0.4.0
2842026-08-26T17:15:05.838Z Downloaded futures-sink v0.3.32
2852026-08-26T17:15:05.838Z Downloaded dtrace-parser v0.2.0
2862026-08-26T17:15:05.838Z Downloaded hex v0.4.3
2872026-08-26T17:15:05.838Z Downloaded cpufeatures v0.2.17
2882026-08-26T17:15:05.838Z Downloaded futures-macro v0.3.32
2892026-08-26T17:15:05.838Z Downloaded darling_macro v0.21.3
2902026-08-26T17:15:05.838Z Downloaded futures-io v0.3.32
2912026-08-26T17:15:05.838Z Downloaded form_urlencoded v1.2.2
2922026-08-26T17:15:05.838Z Downloaded dtrace-parser v0.3.0
2932026-08-26T17:15:05.838Z Downloaded cobs v0.3.0
2942026-08-26T17:15:05.838Z Downloaded compression-core v0.4.32
2952026-08-26T17:15:05.839Z Downloaded fnv v1.0.7
2962026-08-26T17:15:05.839Z Downloaded dof v0.3.0
2972026-08-26T17:15:05.839Z Downloaded curve25519-dalek-derive v0.1.1
2982026-08-26T17:15:05.839Z Downloaded bit-set v0.8.0
2992026-08-26T17:15:05.839Z Downloaded futures-core v0.3.32
3002026-08-26T17:15:05.839Z Downloaded git-stub v1.0.0
3012026-08-26T17:15:05.839Z Downloaded constant_time_eq v0.3.1
3022026-08-26T17:15:05.839Z Downloaded defmt v0.3.100
3032026-08-26T17:15:05.839Z Downloaded hubpack_derive v0.1.1
3042026-08-26T17:15:05.839Z Downloaded httpdate v1.0.3
3052026-08-26T17:15:05.839Z Downloaded errno v0.3.14
3062026-08-26T17:15:05.839Z Downloaded embedded-io v0.4.0
3072026-08-26T17:15:05.839Z Downloaded futures-task v0.3.32
3082026-08-26T17:15:05.839Z Downloaded hyper-tls v0.6.0
3092026-08-26T17:15:05.839Z Downloaded heck v0.5.0
3102026-08-26T17:15:05.839Z Downloaded hostname v0.3.1
3112026-08-26T17:15:05.839Z Downloaded enum-as-inner v0.6.1
3122026-08-26T17:15:05.839Z Downloaded http-body-util v0.1.3
3132026-08-26T17:15:05.839Z Downloaded fixedbitset v0.5.7
3142026-08-26T17:15:05.839Z Downloaded bytecount v0.6.9
3152026-08-26T17:15:05.839Z Downloaded hash32 v0.3.1
3162026-08-26T17:15:05.839Z Downloaded fastrand v2.3.0
3172026-08-26T17:15:05.839Z Downloaded crc32fast v1.5.0
3182026-08-26T17:15:05.844Z Downloaded http-body v1.0.1
3192026-08-26T17:15:05.844Z Downloaded indent_write v2.2.0
3202026-08-26T17:15:05.844Z Downloaded internet-checksum v0.2.1
3212026-08-26T17:15:05.844Z Downloaded instant v0.1.13
3222026-08-26T17:15:05.844Z Downloaded ident_case v1.0.1
3232026-08-26T17:15:05.844Z Downloaded itoa v1.0.15
3242026-08-26T17:15:05.844Z Downloaded is_terminal_polyfill v1.70.1
3252026-08-26T17:15:05.847Z Downloaded is_ci v1.2.0
3262026-08-26T17:15:05.847Z Downloaded idna_adapter v1.2.1
3272026-08-26T17:15:05.847Z Downloaded arrayvec v0.7.6
3282026-08-26T17:15:05.850Z Downloaded inout v0.1.4
3292026-08-26T17:15:05.850Z Downloaded cipher v0.4.4
3302026-08-26T17:15:05.853Z Downloaded is-terminal v0.4.16
3312026-08-26T17:15:05.856Z Downloaded debug-ignore v1.0.5
3322026-08-26T17:15:05.856Z Downloaded keccak v0.1.6
3332026-08-26T17:15:05.859Z Downloaded compression-codecs v0.4.32
3342026-08-26T17:15:05.862Z Downloaded find-msvc-tools v0.1.9
3352026-08-26T17:15:05.864Z Downloaded kstat-rs v0.2.4
3362026-08-26T17:15:05.864Z Downloaded bcs v0.1.6
3372026-08-26T17:15:05.867Z Downloaded group v0.13.0
3382026-08-26T17:15:05.870Z Downloaded defmt v1.0.1
3392026-08-26T17:15:05.873Z Downloaded fs_extra v1.3.0
3402026-08-26T17:15:05.873Z Downloaded crossbeam-utils v0.8.21
3412026-08-26T17:15:05.876Z Downloaded linked-hash-map v0.5.6
3422026-08-26T17:15:05.879Z Downloaded daft v0.1.5
3432026-08-26T17:15:05.879Z Downloaded critical-section v1.2.0
3442026-08-26T17:15:05.882Z Downloaded lazy_static v1.5.0
3452026-08-26T17:15:05.885Z Downloaded memmap v0.7.0
3462026-08-26T17:15:05.885Z Downloaded libscf-sys v1.2.0
3472026-08-26T17:15:05.887Z Downloaded git-stub-vcs v0.1.0
3482026-08-26T17:15:05.890Z Downloaded filetime v0.2.26
3492026-08-26T17:15:05.890Z Downloaded memoffset v0.9.1
3502026-08-26T17:15:05.893Z Downloaded newline-converter v0.3.0
3512026-08-26T17:15:05.893Z Downloaded mime v0.3.17
3522026-08-26T17:15:05.896Z Downloaded newtype-uuid-macros v0.1.0
3532026-08-26T17:15:05.896Z Downloaded newtype_derive v0.1.6
3542026-08-26T17:15:05.899Z Downloaded num-conv v0.2.1
3552026-08-26T17:15:05.899Z Downloaded num-derive v0.4.2
3562026-08-26T17:15:05.902Z Downloaded hostname v0.4.2
3572026-08-26T17:15:05.905Z Downloaded ff v0.13.1
3582026-08-26T17:15:05.905Z Downloaded cookie v0.18.1
3592026-08-26T17:15:05.908Z Downloaded highway v1.3.0
3602026-08-26T17:15:05.914Z Downloaded hybrid-array v0.4.12
3612026-08-26T17:15:05.917Z Downloaded hyper-rustls v0.27.7
3622026-08-26T17:15:05.917Z Downloaded ciborium v0.2.2
3632026-08-26T17:15:05.917Z Downloaded olpc-cjson v0.1.4
3642026-08-26T17:15:05.917Z Downloaded digest v0.11.3
3652026-08-26T17:15:05.920Z Downloaded openssl-macros v0.1.1
3662026-08-26T17:15:05.920Z Downloaded openssl-probe v0.1.6
3672026-08-26T17:15:05.924Z Downloaded num-iter v0.1.45
3682026-08-26T17:15:05.924Z Downloaded num_enum_derive v0.5.11
3692026-08-26T17:15:05.926Z Downloaded libsw-core v0.3.2
3702026-08-26T17:15:05.926Z Downloaded console v0.15.11
3712026-08-26T17:15:05.931Z Downloaded omicron-workspace-hack v0.1.0
3722026-08-26T17:15:05.931Z Downloaded httparse v1.10.1
3732026-08-26T17:15:05.935Z Downloaded iana-time-zone v0.1.64
3742026-08-26T17:15:05.939Z Downloaded futures-channel v0.3.32
3752026-08-26T17:15:05.939Z Downloaded lock_api v0.4.14
3762026-08-26T17:15:05.942Z Downloaded parse-display v0.10.0
3772026-08-26T17:15:05.942Z Downloaded defmt-macros v1.0.1
3782026-08-26T17:15:05.945Z Downloaded digest v0.10.7
3792026-08-26T17:15:05.945Z Downloaded hickory-resolver v0.24.4
3802026-08-26T17:15:05.948Z Downloaded libloading v0.8.9
3812026-08-26T17:15:05.951Z Downloaded multer v3.1.0
3822026-08-26T17:15:05.951Z Downloaded newtype-uuid v1.3.2
3832026-08-26T17:15:05.955Z Downloaded num_enum v0.7.5
3842026-08-26T17:15:05.960Z Downloaded native-tls v0.2.14
3852026-08-26T17:15:05.960Z Downloaded phf_shared v0.12.1
3862026-08-26T17:15:05.966Z Downloaded percent-encoding v2.3.2
3872026-08-26T17:15:05.966Z Downloaded proc-macro-error-attr v1.0.4
3882026-08-26T17:15:05.966Z Downloaded proc-macro-crate v1.3.1
3892026-08-26T17:15:05.970Z Downloaded proc-macro-error-attr2 v2.0.0
3902026-08-26T17:15:05.970Z Downloaded pretty-hex v0.4.1
3912026-08-26T17:15:05.970Z Downloaded powerfmt v0.2.0
3922026-08-26T17:15:05.970Z Downloaded num-integer v0.1.46
3932026-08-26T17:15:05.973Z Downloaded getrandom v0.2.16
3942026-08-26T17:15:05.973Z Downloaded clang-sys v1.8.1
3952026-08-26T17:15:05.977Z Downloaded clap v4.6.1
3962026-08-26T17:15:05.980Z Downloaded ingot v0.1.1
3972026-08-26T17:15:05.982Z Downloaded hmac v0.12.1
3982026-08-26T17:15:05.982Z Downloaded potential_utf v0.1.3
3992026-08-26T17:15:05.985Z Downloaded jobserver v0.1.34
4002026-08-26T17:15:05.988Z Downloaded num_enum v0.5.11
4012026-08-26T17:15:05.991Z Downloaded oxnet v0.1.6
4022026-08-26T17:15:05.991Z Downloaded progenitor-macro v0.10.0
4032026-08-26T17:15:05.997Z Downloaded progenitor-client v0.14.0
4042026-08-26T17:15:05.997Z Downloaded oxide-tokio-rt v0.1.2
4052026-08-26T17:15:06.000Z Downloaded dropshot_endpoint v0.16.7
4062026-08-26T17:15:06.000Z Downloaded num_enum_derive v0.7.5
4072026-08-26T17:15:06.000Z Downloaded num-rational v0.4.2
4082026-08-26T17:15:06.005Z Downloaded owo-colors v4.3.0
4092026-08-26T17:15:06.005Z Downloaded progenitor-client v0.10.0
4102026-08-26T17:15:06.008Z Downloaded progenitor-client v0.11.1
4112026-08-26T17:15:06.008Z Downloaded plain v0.2.3
4122026-08-26T17:15:06.008Z Downloaded rand_xorshift v0.4.0
4132026-08-26T17:15:06.008Z Downloaded ref-cast-impl v1.0.25
4142026-08-26T17:15:06.012Z Downloaded quick-error v1.2.3
4152026-08-26T17:15:06.012Z Downloaded ref-cast v1.0.25
4162026-08-26T17:15:06.016Z Downloaded progenitor-macro v0.14.0
4172026-08-26T17:15:06.016Z Downloaded progenitor-macro v0.11.1
4182026-08-26T17:15:06.016Z Downloaded paste v1.0.15
4192026-08-26T17:15:06.020Z Downloaded linear-map v1.2.0
4202026-08-26T17:15:06.020Z Downloaded ingot-macros v0.1.1
4212026-08-26T17:15:06.023Z Downloaded erased-serde v0.3.31
4222026-08-26T17:15:06.023Z Downloaded libsw v3.5.0
4232026-08-26T17:15:06.026Z Downloaded pest_generator v2.8.2
4242026-08-26T17:15:06.026Z Downloaded phf v0.12.1
4252026-08-26T17:15:06.031Z Downloaded pem v3.0.5
4262026-08-26T17:15:06.031Z Downloaded password-hash v0.5.0
4272026-08-26T17:15:06.034Z Downloaded rustc-hash v2.1.1
4282026-08-26T17:15:06.034Z Downloaded rustc_version v0.4.1
4292026-08-26T17:15:06.034Z Downloaded pin-project-internal v1.1.10
4302026-08-26T17:15:06.039Z Downloaded getrandom v0.4.2
4312026-08-26T17:15:06.039Z Downloaded poly1305 v0.8.0
4322026-08-26T17:15:06.043Z Downloaded darling_core v0.21.3
4332026-08-26T17:15:06.046Z Downloaded pin-project-lite v0.2.16
4342026-08-26T17:15:06.046Z Downloaded ppv-lite86 v0.2.21
4352026-08-26T17:15:06.049Z Downloaded progenitor v0.10.0
4362026-08-26T17:15:06.049Z Downloaded icu_normalizer v2.0.0
4372026-08-26T17:15:06.052Z Downloaded progenitor v0.11.1
4382026-08-26T17:15:06.055Z Downloaded num-complex v0.4.6
4392026-08-26T17:15:06.055Z Downloaded icu_properties v2.0.1
4402026-08-26T17:15:06.058Z Downloaded proc-macro-error2 v2.0.1
4412026-08-26T17:15:06.061Z Downloaded litemap v0.8.0
4422026-08-26T17:15:06.061Z Downloaded same-file v1.0.6
4432026-08-26T17:15:06.064Z Downloaded curl v0.4.50
4442026-08-26T17:15:06.067Z Downloaded search_path v0.1.4
4452026-08-26T17:15:06.067Z Downloaded secrecy v0.10.3
4462026-08-26T17:15:06.070Z Downloaded log v0.4.29
4472026-08-26T17:15:06.070Z Downloaded half v2.7.1
4482026-08-26T17:15:06.073Z Downloaded rand_chacha v0.9.0
4492026-08-26T17:15:06.077Z Downloaded parse-display-derive v0.10.0
4502026-08-26T17:15:06.077Z Downloaded getrandom v0.3.3
4512026-08-26T17:15:06.080Z Downloaded serde-big-array v0.5.1
4522026-08-26T17:15:06.080Z Downloaded serde_spanned v0.6.9
4532026-08-26T17:15:06.083Z Downloaded pest_meta v2.8.2
4542026-08-26T17:15:06.083Z Downloaded omicron-zone-package v0.12.2
4552026-08-26T17:15:06.085Z Downloaded resolv-conf v0.7.5
4562026-08-26T17:15:06.085Z Downloaded rand_chacha v0.3.1
4572026-08-26T17:15:06.088Z Downloaded quote v1.0.45
4582026-08-26T17:15:06.092Z Downloaded indexmap v1.9.3
4592026-08-26T17:15:06.092Z Downloaded rand_core v0.9.3
4602026-08-26T17:15:06.095Z Downloaded serde_repr v0.1.20
4612026-08-26T17:15:06.095Z Downloaded serde_plain v1.0.2
4622026-08-26T17:15:06.098Z Downloaded serde_spanned v1.1.1
4632026-08-26T17:15:06.098Z Downloaded rustc_version v0.1.7
4642026-08-26T17:15:06.101Z Downloaded parking_lot_core v0.9.12
4652026-08-26T17:15:06.101Z Downloaded serde_urlencoded v0.7.1
4662026-08-26T17:15:06.104Z Downloaded rustversion v1.0.22
4672026-08-26T17:15:06.104Z Downloaded proc-macro-error v1.0.4
4682026-08-26T17:15:06.107Z Downloaded postcard v1.1.3
4692026-08-26T17:15:06.110Z Downloaded rustls-pemfile v2.2.0
4702026-08-26T17:15:06.110Z Downloaded sha1 v0.10.6
4712026-08-26T17:15:06.113Z Downloaded pkg-config v0.3.32
4722026-08-26T17:15:06.113Z Downloaded const-oid v0.10.2
4732026-08-26T17:15:06.116Z Downloaded sigpipe v0.1.3
4742026-08-26T17:15:06.116Z Downloaded async-compression v0.4.33
4752026-08-26T17:15:06.120Z Downloaded icu_provider v2.0.0
4762026-08-26T17:15:06.123Z Downloaded papergrid v0.11.0
4772026-08-26T17:15:06.127Z Downloaded icu_locale_core v2.0.0
4782026-08-26T17:15:06.130Z Downloaded parking_lot v0.12.5
4792026-08-26T17:15:06.130Z Downloaded num-traits v0.2.19
4802026-08-26T17:15:06.133Z Downloaded progenitor v0.14.0
4812026-08-26T17:15:06.133Z Downloaded jiff-static v0.2.15
4822026-08-26T17:15:06.136Z Downloaded serde_derive_internals v0.29.1
4832026-08-26T17:15:06.139Z Downloaded semver v0.1.20
4842026-08-26T17:15:06.139Z Downloaded slog-bunyan v2.5.0
4852026-08-26T17:15:06.139Z Downloaded scroll v0.13.0
4862026-08-26T17:15:06.143Z Downloaded scroll v0.12.0
4872026-08-26T17:15:06.143Z Downloaded smawk v0.3.2
4882026-08-26T17:15:06.146Z Downloaded heapless v0.8.0
4892026-08-26T17:15:06.146Z Downloaded rusty-fork v0.3.0
4902026-08-26T17:15:06.146Z Downloaded icu_normalizer_data v2.0.0
4912026-08-26T17:15:06.149Z Downloaded icu_collections v2.0.0
4922026-08-26T17:15:06.152Z Downloaded hickory-resolver v0.25.2
4932026-08-26T17:15:06.155Z Downloaded aho-corasick v1.1.3
4942026-08-26T17:15:06.158Z Downloaded pin-project v1.1.10
4952026-08-26T17:15:06.164Z Downloaded sync_wrapper v1.0.2
4962026-08-26T17:15:06.167Z Downloaded stable_deref_trait v1.2.0
4972026-08-26T17:15:06.167Z Downloaded serde_tokenstream v0.2.3
4982026-08-26T17:15:06.169Z Downloaded subtle v2.6.1
4992026-08-26T17:15:06.169Z Downloaded hyper-util v0.1.20
5002026-08-26T17:15:06.172Z Downloaded shlex v1.3.0
5012026-08-26T17:15:06.175Z Downloaded proc-macro2 v1.0.106
5022026-08-26T17:15:06.175Z Downloaded papergrid v0.18.0
5032026-08-26T17:15:06.178Z Downloaded shlex v2.0.1
5042026-08-26T17:15:06.182Z Downloaded progenitor-impl v0.10.0
5052026-08-26T17:15:06.185Z Downloaded openssl-sys v0.9.117
5062026-08-26T17:15:06.185Z Downloaded take_mut v0.2.2
5072026-08-26T17:15:06.188Z Downloaded thread-id v5.0.0
5082026-08-26T17:15:06.188Z Downloaded thiserror-impl-no-std v2.0.2
5092026-08-26T17:15:06.188Z Downloaded swrite v0.1.0
5102026-08-26T17:15:06.191Z Downloaded tagptr v0.2.0
5112026-08-26T17:15:06.191Z Downloaded tabled_derive v0.7.0
5122026-08-26T17:15:06.191Z Downloaded tabwriter v1.4.1
5132026-08-26T17:15:06.194Z Downloaded memchr v2.7.5
5142026-08-26T17:15:06.197Z Downloaded signal-hook-registry v1.4.6
5152026-08-26T17:15:06.197Z Downloaded strum v0.28.0
5162026-08-26T17:15:06.197Z Downloaded slab v0.4.11
5172026-08-26T17:15:06.199Z Downloaded slog-json v2.6.1
5182026-08-26T17:15:06.199Z Downloaded slog-dtrace v0.3.0
5192026-08-26T17:15:06.202Z Downloaded siphasher v1.0.1
5202026-08-26T17:15:06.202Z Downloaded schemars_derive v0.8.22
5212026-08-26T17:15:06.205Z Downloaded dropshot-api-manager v0.7.2
5222026-08-26T17:15:06.209Z Downloaded thread-id v4.2.2
5232026-08-26T17:15:06.209Z Downloaded snafu-derive v0.8.9
5242026-08-26T17:15:06.212Z Downloaded smf v0.2.3
5252026-08-26T17:15:06.212Z Downloaded miniz_oxide v0.8.9
5262026-08-26T17:15:06.212Z Downloaded static_assertions v1.1.0
5272026-08-26T17:15:06.212Z Downloaded cc v1.2.64
5282026-08-26T17:15:06.215Z Downloaded testing_table v0.3.0
5292026-08-26T17:15:06.215Z Downloaded termtree v0.5.1
5302026-08-26T17:15:06.218Z Downloaded terminal_size v0.4.3
5312026-08-26T17:15:06.218Z Downloaded expectorate v1.2.0
5322026-08-26T17:15:06.221Z Downloaded strum v0.26.3
5332026-08-26T17:15:06.221Z Downloaded slog-async v2.8.0
5342026-08-26T17:15:06.221Z Downloaded semver v1.0.28
5352026-08-26T17:15:06.224Z Downloaded structmeta v0.3.0
5362026-08-26T17:15:06.224Z Downloaded supports-color v3.0.2
5372026-08-26T17:15:06.227Z Downloaded strum_macros v0.26.4
5382026-08-26T17:15:06.227Z Downloaded strum v0.27.2
5392026-08-26T17:15:06.227Z Downloaded structmeta-derive v0.3.0
5402026-08-26T17:15:06.230Z Downloaded progenitor-impl v0.11.1
5412026-08-26T17:15:06.230Z Downloaded quinn-udp v0.5.14
5422026-08-26T17:15:06.233Z Downloaded slog-term v2.9.2
5432026-08-26T17:15:06.233Z Downloaded topological-sort v0.2.2
5442026-08-26T17:15:06.235Z Downloaded ryu v1.0.20
5452026-08-26T17:15:06.235Z Downloaded tinyvec_macros v0.1.1
5462026-08-26T17:15:06.238Z Downloaded time-core v0.1.8
5472026-08-26T17:15:06.238Z Downloaded pest_derive v2.8.2
5482026-08-26T17:15:06.241Z Downloaded flate2 v1.1.2
5492026-08-26T17:15:06.244Z Downloaded crypto-bigint v0.5.5
5502026-08-26T17:15:06.247Z Downloaded tokio-macros v2.7.0
5512026-08-26T17:15:06.247Z Downloaded minimal-lexical v0.2.1
5522026-08-26T17:15:06.250Z Downloaded thiserror-no-std v2.0.2
5532026-08-26T17:15:06.253Z Downloaded strsim v0.11.1
5542026-08-26T17:15:06.253Z Downloaded serde_core v1.0.228
5552026-08-26T17:15:06.256Z Downloaded rayon-core v1.13.0
5562026-08-26T17:15:06.258Z Downloaded spin v0.9.8
5572026-08-26T17:15:06.258Z Downloaded serde_with_macros v3.14.1
5582026-08-26T17:15:06.261Z Downloaded try-lock v0.2.5
5592026-08-26T17:15:06.261Z Downloaded tower-service v0.3.3
5602026-08-26T17:15:06.261Z Downloaded tower-layer v0.3.3
5612026-08-26T17:15:06.264Z Downloaded thread_local v1.1.9
5622026-08-26T17:15:06.264Z Downloaded typify-macro v0.6.2
5632026-08-26T17:15:06.264Z Downloaded typify-macro v0.4.3
5642026-08-26T17:15:06.267Z Downloaded synstructure v0.13.2
5652026-08-26T17:15:06.267Z Downloaded thiserror-impl v2.0.18
5662026-08-26T17:15:06.267Z Downloaded toml_write v0.1.2
5672026-08-26T17:15:06.270Z Downloaded toml_datetime v0.6.11
5682026-08-26T17:15:06.270Z Downloaded tinystr v0.8.1
5692026-08-26T17:15:06.273Z Downloaded sha2 v0.10.9
5702026-08-26T17:15:06.273Z Downloaded serde_path_to_error v0.1.20
5712026-08-26T17:15:06.276Z Downloaded signal-hook-tokio v0.4.0
5722026-08-26T17:15:06.276Z Downloaded time-macros v0.2.27
5732026-08-26T17:15:06.279Z Downloaded signal-hook v0.4.4
5742026-08-26T17:15:06.279Z Downloaded sha1 v0.11.0
5752026-08-26T17:15:06.279Z Downloaded tokio-dtrace v0.1.1
5762026-08-26T17:15:06.281Z Downloaded const_format v0.2.34
5772026-08-26T17:15:06.284Z Downloaded universal-hash v0.5.1
5782026-08-26T17:15:06.284Z Downloaded unicode-xid v0.2.6
5792026-08-26T17:15:06.284Z Downloaded base64 v0.22.1
5802026-08-26T17:15:06.287Z Downloaded prettyplease v0.2.37
5812026-08-26T17:15:06.290Z Downloaded strum_macros v0.27.2
5822026-08-26T17:15:06.290Z Downloaded schemars v0.8.22
5832026-08-26T17:15:06.296Z Downloaded untrusted v0.9.0
5842026-08-26T17:15:06.300Z Downloaded unarray v0.1.4
5852026-08-26T17:15:06.301Z Downloaded usdt v0.6.0
5862026-08-26T17:15:06.301Z Downloaded untrusted v0.7.1
5872026-08-26T17:15:06.303Z Downloaded thiserror v1.0.69
5882026-08-26T17:15:06.303Z Downloaded thiserror v2.0.18
5892026-08-26T17:15:06.306Z Downloaded toml_writer v1.1.1+spec-1.1.0
5902026-08-26T17:15:06.309Z Downloaded smallvec v1.15.1
5912026-08-26T17:15:06.309Z Downloaded utf8parse v0.2.2
5922026-08-26T17:15:06.309Z Downloaded usdt-attr-macro v0.6.0
5932026-08-26T17:15:06.312Z Downloaded utf8_iter v1.0.4
5942026-08-26T17:15:06.312Z Downloaded usdt-macro v0.6.0
5952026-08-26T17:15:06.312Z Downloaded tokio-rustls v0.25.0
5962026-08-26T17:15:06.315Z Downloaded usdt-macro v0.5.0
5972026-08-26T17:15:06.315Z Downloaded usdt-attr-macro v0.5.0
5982026-08-26T17:15:06.315Z Downloaded usdt v0.5.0
5992026-08-26T17:15:06.315Z Downloaded progenitor-impl v0.14.0
6002026-08-26T17:15:06.318Z Downloaded thiserror-impl v1.0.69
6012026-08-26T17:15:06.318Z Downloaded rand v0.8.5
6022026-08-26T17:15:06.321Z Downloaded serde_derive v1.0.228
6032026-08-26T17:15:06.321Z Downloaded version_check v0.9.5
6042026-08-26T17:15:06.324Z Downloaded scuffle v0.1.0
6052026-08-26T17:15:06.324Z Downloaded schemars v0.9.0
6062026-08-26T17:15:06.330Z Downloaded want v0.3.1
6072026-08-26T17:15:06.333Z Downloaded wait-timeout v0.2.1
6082026-08-26T17:15:06.333Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6092026-08-26T17:15:06.336Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6102026-08-26T17:15:06.336Z Downloaded rustls-pki-types v1.12.0
6112026-08-26T17:15:06.339Z Downloaded strum_macros v0.28.0
6122026-08-26T17:15:06.339Z Downloaded serde_yaml v0.9.34+deprecated
6132026-08-26T17:15:06.342Z Downloaded rand_core v0.6.4
6142026-08-26T17:15:06.342Z Downloaded futures v0.3.32
6152026-08-26T17:15:06.345Z Downloaded unicode-linebreak v0.1.5
6162026-08-26T17:15:06.345Z Downloaded waitgroup v0.1.2
6172026-08-26T17:15:06.348Z Downloaded yoke-derive v0.8.0
6182026-08-26T17:15:06.348Z Downloaded rustls-webpki v0.103.6
6192026-08-26T17:15:06.348Z Downloaded tokio-native-tls v0.3.1
6202026-08-26T17:15:06.350Z Downloaded xattr v1.6.1
6212026-08-26T17:15:06.350Z Downloaded scroll_derive v0.13.1
6222026-08-26T17:15:06.354Z Downloaded tempfile v3.27.0
6232026-08-26T17:15:06.354Z Downloaded tokio-stream v0.1.17
6242026-08-26T17:15:06.356Z Downloaded indexmap v2.14.0
6252026-08-26T17:15:06.359Z Downloaded toml_parser v1.1.2+spec-1.1.0
6262026-08-26T17:15:06.359Z Downloaded scroll_derive v0.12.1
6272026-08-26T17:15:06.362Z Downloaded scopeguard v1.2.0
6282026-08-26T17:15:06.362Z Downloaded crossbeam-channel v0.5.15
6292026-08-26T17:15:06.365Z Downloaded zeroize_derive v1.4.3
6302026-08-26T17:15:06.365Z Downloaded zerofrom-derive v0.1.6
6312026-08-26T17:15:06.365Z Downloaded term v1.2.0
6322026-08-26T17:15:06.367Z Downloaded once_cell v1.21.3
6332026-08-26T17:15:06.367Z Downloaded chacha20poly1305 v0.10.1
6342026-08-26T17:15:06.370Z Downloaded memmap2 v0.9.8
6352026-08-26T17:15:06.370Z Downloaded usdt-impl v0.5.0
6362026-08-26T17:15:06.373Z Downloaded test-strategy v0.4.3
6372026-08-26T17:15:06.373Z Downloaded http v1.4.2
6382026-08-26T17:15:06.376Z Downloaded zone v0.3.1
6392026-08-26T17:15:06.376Z Downloaded zone_cfg_derive v0.3.1
6402026-08-26T17:15:06.382Z Downloaded blake3 v1.8.2
6412026-08-26T17:15:06.387Z Downloaded socket2 v0.6.4
6422026-08-26T17:15:06.387Z Downloaded quinn v0.11.9
6432026-08-26T17:15:06.387Z Downloaded walkdir v2.5.0
6442026-08-26T17:15:06.390Z Downloaded whoami v1.6.1
6452026-08-26T17:15:06.390Z Downloaded vsss-rs v3.3.4
6462026-08-26T17:15:06.390Z Downloaded itertools v0.14.0
6472026-08-26T17:15:06.393Z Downloaded tracing-attributes v0.1.30
6482026-08-26T17:15:06.395Z Downloaded tokio-rustls v0.26.4
6492026-08-26T17:15:06.396Z Downloaded hashbrown v0.12.3
6502026-08-26T17:15:06.398Z Downloaded nom v7.1.3
6512026-08-26T17:15:06.402Z Downloaded zerofrom v0.1.6
6522026-08-26T17:15:06.402Z Downloaded toml v0.8.23
6532026-08-26T17:15:06.402Z Downloaded mio v1.2.1
6542026-08-26T17:15:06.406Z Downloaded slog v2.8.2
6552026-08-26T17:15:06.409Z Downloaded serde v1.0.228
6562026-08-26T17:15:06.409Z Downloaded writeable v0.6.1
6572026-08-26T17:15:06.412Z Downloaded hyper v1.10.1
6582026-08-26T17:15:06.415Z Downloaded toml v1.1.2+spec-1.1.0
6592026-08-26T17:15:06.417Z Downloaded derive-ex v0.1.8
6602026-08-26T17:15:06.417Z Downloaded similar v2.7.0
6612026-08-26T17:15:06.420Z Downloaded zeroize v1.8.1
6622026-08-26T17:15:06.420Z Downloaded usdt-impl v0.6.0
6632026-08-26T17:15:06.423Z Downloaded textwrap v0.16.2
6642026-08-26T17:15:06.423Z Downloaded zmij v1.0.17
6652026-08-26T17:15:06.425Z Downloaded tar v0.4.45
6662026-08-26T17:15:06.425Z Downloaded schemars v1.2.0
6672026-08-26T17:15:06.432Z Downloaded zerovec-derive v0.11.1
6682026-08-26T17:15:06.435Z Downloaded ucd-trie v0.1.7
6692026-08-26T17:15:06.435Z Downloaded tinyvec v1.10.0
6702026-08-26T17:15:06.438Z Downloaded rand v0.9.3
6712026-08-26T17:15:06.438Z Downloaded qorb v0.4.1
6722026-08-26T17:15:06.441Z Downloaded snafu v0.8.9
6732026-08-26T17:15:06.444Z Downloaded steno v0.4.1
6742026-08-26T17:15:06.446Z Downloaded pest v2.8.2
6752026-08-26T17:15:06.449Z Downloaded clap_builder v4.6.0
6762026-08-26T17:15:06.452Z Downloaded toml v0.9.12+spec-1.1.0
6772026-08-26T17:15:06.455Z Downloaded zerocopy-derive v0.7.35
6782026-08-26T17:15:06.457Z Downloaded libm v0.2.15
6792026-08-26T17:15:06.462Z Downloaded toml v0.7.8
6802026-08-26T17:15:06.465Z Downloaded opaque-debug v0.3.1
6812026-08-26T17:15:06.465Z Downloaded num_threads v0.1.7
6822026-08-26T17:15:06.468Z Downloaded humantime v2.3.0
6832026-08-26T17:15:06.468Z Downloaded iri-string v0.7.8
6842026-08-26T17:15:06.471Z Downloaded itertools v0.12.1
6852026-08-26T17:15:06.473Z Downloaded tracing-core v0.1.34
6862026-08-26T17:15:06.476Z Downloaded yoke v0.8.0
6872026-08-26T17:15:06.476Z Downloaded typify v0.6.2
6882026-08-26T17:15:06.479Z Downloaded typify v0.4.3
6892026-08-26T17:15:06.482Z Downloaded hashbrown v0.16.1
6902026-08-26T17:15:06.484Z Downloaded vergen v8.3.2
6912026-08-26T17:15:06.484Z Downloaded itertools v0.15.0
6922026-08-26T17:15:06.488Z Downloaded unicode-ident v1.0.24
6932026-08-26T17:15:06.491Z Downloaded unsafe-libyaml v0.2.11
6942026-08-26T17:15:06.494Z Downloaded hashbrown v0.15.5
6952026-08-26T17:15:06.496Z Downloaded aws-lc-rs v1.16.2
6962026-08-26T17:15:06.500Z Downloaded toml_edit v0.22.27
6972026-08-26T17:15:06.503Z Downloaded iddqd v0.3.18
6982026-08-26T17:15:06.506Z Downloaded uuid v1.23.3
6992026-08-26T17:15:06.509Z Downloaded csv-core v0.1.12
7002026-08-26T17:15:06.509Z Downloaded idna v1.1.0
7012026-08-26T17:15:06.512Z Downloaded tracing v0.1.41
7022026-08-26T17:15:06.515Z Downloaded icu_properties_data v2.0.1
7032026-08-26T17:15:06.519Z Downloaded futures-util v0.3.32
7042026-08-26T17:15:06.524Z Downloaded hashbrown v0.17.1
7052026-08-26T17:15:06.529Z Downloaded git2 v0.19.0
7062026-08-26T17:15:06.531Z Downloaded crossbeam-epoch v0.9.18
7072026-08-26T17:15:06.534Z Downloaded clap_derive v4.6.1
7082026-08-26T17:15:06.534Z Downloaded either v1.15.0
7092026-08-26T17:15:06.534Z Downloaded toml_edit v0.19.15
7102026-08-26T17:15:06.542Z Downloaded zerotrie v0.2.2
7112026-08-26T17:15:06.546Z Downloaded num v0.4.3
7122026-08-26T17:15:06.546Z Downloaded ipnetwork v0.21.1
7132026-08-26T17:15:06.548Z Downloaded managed v0.8.0
7142026-08-26T17:15:06.548Z Downloaded macaddr v1.0.1
7152026-08-26T17:15:06.548Z Downloaded lru-slab v0.1.2
7162026-08-26T17:15:06.549Z Downloaded lru-cache v0.1.2
7172026-08-26T17:15:06.551Z Downloaded ipnet v2.11.0
7182026-08-26T17:15:06.551Z Downloaded ingot-types v0.1.2
7192026-08-26T17:15:06.551Z Downloaded match_cfg v0.1.0
7202026-08-26T17:15:06.551Z Downloaded colored v3.1.1
7212026-08-26T17:15:06.554Z Downloaded async-recursion v1.1.1
7222026-08-26T17:15:06.554Z Downloaded globset v0.4.16
7232026-08-26T17:15:06.557Z Downloaded glob v0.3.3
7242026-08-26T17:15:06.557Z Downloaded url v2.5.7
7252026-08-26T17:15:06.559Z Downloaded zerocopy-derive v0.8.27
7262026-08-26T17:15:06.563Z Downloaded reqwest v0.13.2
7272026-08-26T17:15:06.565Z Downloaded fs-err v3.1.2
7282026-08-26T17:15:06.565Z Downloaded argon2 v0.5.3
7292026-08-26T17:15:06.568Z Downloaded darling v0.21.3
7302026-08-26T17:15:06.571Z Downloaded generic-array v0.14.7
7312026-08-26T17:15:06.571Z Downloaded bindgen v0.72.1
7322026-08-26T17:15:06.574Z Downloaded hkdf v0.12.4
7332026-08-26T17:15:06.577Z Downloaded h2 v0.4.14
7342026-08-26T17:15:06.579Z Downloaded goblin v0.8.2
7352026-08-26T17:15:06.582Z Downloaded tower v0.5.2
7362026-08-26T17:15:06.586Z Downloaded reqwest v0.12.23
7372026-08-26T17:15:06.589Z Downloaded tokio-util v0.7.16
7382026-08-26T17:15:06.593Z Downloaded displaydoc v0.2.5
7392026-08-26T17:15:06.595Z Downloaded unicode-segmentation v1.12.0
7402026-08-26T17:15:06.598Z Downloaded cexpr v0.6.0
7412026-08-26T17:15:06.598Z Downloaded chacha20 v0.9.1
7422026-08-26T17:15:06.598Z Downloaded crossbeam-deque v0.8.6
7432026-08-26T17:15:06.601Z Downloaded cmake v0.1.54
7442026-08-26T17:15:06.601Z Downloaded clap_lex v1.1.0
7452026-08-26T17:15:06.601Z Downloaded daft-derive v0.1.5
7462026-08-26T17:15:06.604Z Downloaded regex v1.12.4
7472026-08-26T17:15:06.607Z Downloaded rayon v1.11.0
7482026-08-26T17:15:06.610Z Downloaded typed-path v0.9.3
7492026-08-26T17:15:06.613Z Downloaded serde_json v1.0.150
7502026-08-26T17:15:06.618Z Downloaded unicode-normalization v0.1.24
7512026-08-26T17:15:06.621Z Downloaded autocfg v1.5.0
7522026-08-26T17:15:06.621Z Downloaded chrono v0.4.45
7532026-08-26T17:15:06.624Z Downloaded proptest v1.8.0
7542026-08-26T17:15:06.628Z Downloaded tower-http v0.6.8
7552026-08-26T17:15:06.632Z Downloaded iddqd v0.4.5
7562026-08-26T17:15:06.637Z Downloaded portable-atomic v1.11.1
7572026-08-26T17:15:06.643Z Downloaded typenum v1.20.1
7582026-08-26T17:15:06.646Z Downloaded bstr v1.12.0
7592026-08-26T17:15:06.650Z Downloaded equivalent v1.0.2
7602026-08-26T17:15:06.650Z Downloaded async-trait v0.1.89
7612026-08-26T17:15:06.652Z Downloaded base64ct v1.8.0
7622026-08-26T17:15:06.653Z Downloaded tough v0.20.0
7632026-08-26T17:15:06.656Z Downloaded const_format_proc_macros v0.2.34
7642026-08-26T17:15:06.659Z Downloaded allocator-api2 v0.2.21
7652026-08-26T17:15:06.659Z Downloaded gethostname v0.5.0
7662026-08-26T17:15:06.664Z Downloaded backoff v0.4.0
7672026-08-26T17:15:06.664Z Downloaded dropshot-api-manager-types v0.7.2
7682026-08-26T17:15:06.664Z Downloaded hubpack v0.1.2
7692026-08-26T17:15:06.664Z Downloaded ciborium-ll v0.2.2
7702026-08-26T17:15:06.664Z Downloaded cfg-if v1.0.4
7712026-08-26T17:15:06.668Z Downloaded colorchoice v1.0.4
7722026-08-26T17:15:06.668Z Downloaded fixedbitset v0.4.2
7732026-08-26T17:15:06.668Z Downloaded base16ct v0.2.0
7742026-08-26T17:15:06.668Z Downloaded dof v0.4.0
7752026-08-26T17:15:06.668Z Downloaded crypto-common v0.1.6
7762026-08-26T17:15:06.668Z Downloaded crucible-workspace-hack v0.1.0
7772026-08-26T17:15:06.668Z Downloaded cpufeatures v0.3.0
7782026-08-26T17:15:06.668Z Downloaded foldhash v0.1.5
7792026-08-26T17:15:06.671Z Downloaded float-ord v0.3.2
7802026-08-26T17:15:06.671Z Downloaded anstyle-parse v1.0.0
7812026-08-26T17:15:06.671Z Downloaded anstream v1.0.0
7822026-08-26T17:15:06.671Z Downloaded zerovec v0.11.4
7832026-08-26T17:15:06.714Z Downloaded defmt-parser v1.0.0
7842026-08-26T17:15:06.715Z Downloaded crypto-common v0.2.2
7852026-08-26T17:15:06.722Z Downloaded crc8 v0.1.1
7862026-08-26T17:15:06.722Z Downloaded atomicwrites v0.4.4
7872026-08-26T17:15:06.722Z Downloaded atomic-waker v1.1.2
7882026-08-26T17:15:06.722Z Downloaded cfg_aliases v0.2.1
7892026-08-26T17:15:06.722Z Downloaded arrayref v0.3.9
7902026-08-26T17:15:06.722Z Downloaded winnow v0.5.40
7912026-08-26T17:15:06.722Z Downloaded async-stream v0.3.6
7922026-08-26T17:15:06.722Z Downloaded async-stream-impl v0.3.6
7932026-08-26T17:15:06.722Z Downloaded bytes v1.12.0
7942026-08-26T17:15:06.722Z Downloaded bitflags v2.11.1
7952026-08-26T17:15:06.722Z Downloaded embedded-io v0.6.1
7962026-08-26T17:15:06.722Z Downloaded anstyle-query v1.1.4
7972026-08-26T17:15:06.722Z Downloaded foreign-types v0.5.0
7982026-08-26T17:15:06.722Z Downloaded dunce v1.0.5
7992026-08-26T17:15:06.722Z Downloaded derive_more v0.99.20
8002026-08-26T17:15:06.722Z Downloaded zerocopy v0.7.35
8012026-08-26T17:15:06.722Z Downloaded serde_with v3.14.1
8022026-08-26T17:15:06.722Z Downloaded rustls-webpki v0.102.8
8032026-08-26T17:15:06.722Z Downloaded quinn-proto v0.11.14
8042026-08-26T17:15:06.727Z Downloaded moka v0.12.11
8052026-08-26T17:15:06.727Z Downloaded goblin v0.10.1
8062026-08-26T17:15:06.730Z Downloaded derive-where v1.6.0
8072026-08-26T17:15:06.733Z Downloaded curve25519-dalek v4.1.3
8082026-08-26T17:15:06.736Z Downloaded deranged v0.5.3
8092026-08-26T17:15:06.742Z Downloaded winnow v1.0.3
8102026-08-26T17:15:06.745Z Downloaded winnow v0.7.14
8112026-08-26T17:15:06.747Z Downloaded data-encoding v2.9.0
8122026-08-26T17:15:06.750Z Downloaded tabled v0.15.0
8132026-08-26T17:15:06.757Z Downloaded time v0.3.47
8142026-08-26T17:15:06.763Z Downloaded tabled v0.21.0
8152026-08-26T17:15:06.773Z Downloaded syn v1.0.109
8162026-08-26T17:15:06.778Z Downloaded openssl v0.10.81
8172026-08-26T17:15:06.784Z Downloaded camino v1.2.3
8182026-08-26T17:15:06.795Z Downloaded vcpkg v0.2.15
8192026-08-26T17:15:06.815Z Downloaded nix v0.31.3
8202026-08-26T17:15:06.821Z Downloaded dropshot v0.17.1
8212026-08-26T17:15:06.835Z Downloaded zerocopy v0.8.27
8222026-08-26T17:15:06.846Z Downloaded rustls v0.22.4
8232026-08-26T17:15:06.852Z Downloaded webpki-roots v1.0.2
8242026-08-26T17:15:06.855Z Downloaded unicode-width v0.1.14
8252026-08-26T17:15:06.858Z Downloaded openapiv3 v2.2.0
8262026-08-26T17:15:06.865Z Downloaded smoltcp v0.11.0
8272026-08-26T17:15:06.871Z Downloaded regress v0.11.1
8282026-08-26T17:15:06.876Z Downloaded rustls v0.23.40
8292026-08-26T17:15:06.883Z Downloaded rustix v1.1.4
8302026-08-26T17:15:06.896Z Downloaded rustix v0.38.44
8312026-08-26T17:15:06.907Z Downloaded regex-syntax v0.8.11
8322026-08-26T17:15:06.912Z Downloaded syn v2.0.118
8332026-08-26T17:15:06.918Z Downloaded regress v0.10.5
8342026-08-26T17:15:06.923Z Downloaded hickory-proto v0.25.2
8352026-08-26T17:15:06.932Z Downloaded hickory-proto v0.24.4
8362026-08-26T17:15:06.941Z Downloaded dropshot v0.16.7
8372026-08-26T17:15:06.954Z Downloaded unicode-width v0.2.1
8382026-08-26T17:15:06.957Z Downloaded nix v0.30.1
8392026-08-26T17:15:06.963Z Downloaded typify-impl v0.6.2
8402026-08-26T17:15:06.976Z Downloaded typify-impl v0.4.3
8412026-08-26T17:15:07.021Z Downloaded petgraph v0.8.2
8422026-08-26T17:15:07.041Z Downloaded libz-sys v1.1.22
8432026-08-26T17:15:07.053Z Downloaded regex-automata v0.4.13
8442026-08-26T17:15:07.062Z Downloaded jiff v0.2.15
8452026-08-26T17:15:07.074Z Downloaded petgraph v0.6.5
8462026-08-26T17:15:07.096Z Downloaded chrono-tz v0.10.4
8472026-08-26T17:15:07.116Z Downloaded libc v0.2.186
8482026-08-26T17:15:07.135Z Downloaded csv v1.4.0
8492026-08-26T17:15:07.155Z Downloaded sha3 v0.10.8
8502026-08-26T17:15:07.167Z Downloaded tokio v1.52.3
8512026-08-26T17:15:07.189Z Downloaded encoding_rs v0.8.35
8522026-08-26T17:15:07.223Z Downloaded ring v0.17.14
8532026-08-26T17:15:07.254Z Downloaded libgit2-sys v0.17.0+1.8.1
8542026-08-26T17:15:07.306Z Downloaded curl-sys v0.4.89+curl-8.20.0
8552026-08-26T17:15:07.744Z Downloaded aws-lc-sys v0.39.1
8562026-08-26T17:15:08.064Z Compiling proc-macro2 v1.0.106
8572026-08-26T17:15:08.064Z Compiling quote v1.0.45
8582026-08-26T17:15:08.064Z Compiling unicode-ident v1.0.24
8592026-08-26T17:15:08.067Z Compiling serde_core v1.0.228
8602026-08-26T17:15:08.067Z Compiling serde v1.0.228
8612026-08-26T17:15:08.067Z Compiling libc v0.2.186
8622026-08-26T17:15:08.067Z Checking cfg-if v1.0.4
8632026-08-26T17:15:08.455Z Compiling zmij v1.0.17
8642026-08-26T17:15:08.459Z Compiling autocfg v1.5.0
8652026-08-26T17:15:08.750Z Compiling memchr v2.7.5
8662026-08-26T17:15:08.849Z Compiling libm v0.2.15
8672026-08-26T17:15:09.192Z Compiling getrandom v0.4.2
8682026-08-26T17:15:09.268Z Compiling jobserver v0.1.34
8692026-08-26T17:15:09.283Z Compiling find-msvc-tools v0.1.9
8702026-08-26T17:15:09.297Z Compiling shlex v2.0.1
8712026-08-26T17:15:09.344Z Compiling version_check v0.9.5
8722026-08-26T17:15:09.505Z Compiling cc v1.2.64
8732026-08-26T17:15:09.518Z Checking smallvec v1.15.1
8742026-08-26T17:15:09.595Z Compiling thiserror v2.0.18
8752026-08-26T17:15:09.626Z Checking itoa v1.0.15
8762026-08-26T17:15:09.700Z Compiling syn v2.0.118
8772026-08-26T17:15:09.721Z Compiling icu_normalizer_data v2.0.0
8782026-08-26T17:15:09.751Z Compiling icu_properties_data v2.0.1
8792026-08-26T17:15:09.773Z Compiling parking_lot_core v0.9.12
8802026-08-26T17:15:09.976Z Checking stable_deref_trait v1.2.0
8812026-08-26T17:15:10.012Z Compiling serde_json v1.0.150
8822026-08-26T17:15:10.078Z Compiling heck v0.5.0
8832026-08-26T17:15:10.275Z Checking litemap v0.8.0
8842026-08-26T17:15:10.289Z Checking writeable v0.6.1
8852026-08-26T17:15:10.407Z Compiling num-traits v0.2.19
8862026-08-26T17:15:10.471Z Checking percent-encoding v2.3.2
8872026-08-26T17:15:10.705Z Checking form_urlencoded v1.2.2
8882026-08-26T17:15:10.816Z Checking utf8_iter v1.0.4
8892026-08-26T17:15:10.831Z Compiling zerocopy v0.8.27
8902026-08-26T17:15:10.844Z Checking pin-project-lite v0.2.16
8912026-08-26T17:15:10.872Z Compiling log v0.4.29
8922026-08-26T17:15:10.934Z Compiling equivalent v1.0.2
8932026-08-26T17:15:10.937Z Compiling semver v1.0.28
8942026-08-26T17:15:10.948Z Checking iana-time-zone v0.1.64
8952026-08-26T17:15:11.024Z Compiling rustversion v1.0.22
8962026-08-26T17:15:11.050Z Checking getrandom v0.2.16
8972026-08-26T17:15:11.065Z Checking socket2 v0.6.4
8982026-08-26T17:15:11.193Z Checking uuid v1.23.3
8992026-08-26T17:15:11.244Z Checking scopeguard v1.2.0
9002026-08-26T17:15:11.351Z Checking lock_api v0.4.14
9012026-08-26T17:15:11.469Z Checking bitflags v2.11.1
9022026-08-26T17:15:11.484Z Checking signal-hook-registry v1.4.6
9032026-08-26T17:15:11.498Z Checking mio v1.2.1
9042026-08-26T17:15:11.556Z Checking parking_lot v0.12.5
9052026-08-26T17:15:11.634Z Compiling schemars v0.8.22
9062026-08-26T17:15:11.709Z Checking dyn-clone v1.0.20
9072026-08-26T17:15:11.763Z Compiling portable-atomic v1.11.1
9082026-08-26T17:15:11.778Z Checking futures-core v0.3.32
9092026-08-26T17:15:11.900Z Compiling ring v0.17.14
9102026-08-26T17:15:11.916Z Checking critical-section v1.2.0
9112026-08-26T17:15:11.962Z Compiling hashbrown v0.17.1
9122026-08-26T17:15:11.990Z Compiling httparse v1.10.1
9132026-08-26T17:15:12.068Z Checking subtle v2.6.1
9142026-08-26T17:15:12.187Z Checking futures-sink v0.3.32
9152026-08-26T17:15:12.303Z Compiling regex-syntax v0.8.11
9162026-08-26T17:15:12.514Z Compiling indexmap v2.14.0
9172026-08-26T17:15:12.673Z Compiling synstructure v0.13.2
9182026-08-26T17:15:12.689Z Compiling serde_derive_internals v0.29.1
9192026-08-26T17:15:12.752Z Checking once_cell v1.21.3
9202026-08-26T17:15:13.055Z Checking slab v0.4.11
9212026-08-26T17:15:13.078Z Compiling aho-corasick v1.1.3
9222026-08-26T17:15:13.124Z Compiling rustix v1.1.4
9232026-08-26T17:15:13.161Z Compiling thiserror v1.0.69
9242026-08-26T17:15:13.210Z Checking rand_core v0.6.4
9252026-08-26T17:15:13.388Z Checking typenum v1.20.1
9262026-08-26T17:15:13.663Z Checking futures-channel v0.3.32
9272026-08-26T17:15:13.722Z Compiling ucd-trie v0.1.7
9282026-08-26T17:15:13.798Z Compiling serde_derive v1.0.228
9292026-08-26T17:15:13.852Z Compiling zerofrom-derive v0.1.6
9302026-08-26T17:15:13.894Z Compiling yoke-derive v0.8.0
9312026-08-26T17:15:13.945Z Compiling zerovec-derive v0.11.1
9322026-08-26T17:15:14.162Z Compiling displaydoc v0.2.5
9332026-08-26T17:15:14.399Z Compiling thiserror-impl v2.0.18
9342026-08-26T17:15:14.550Z Compiling schemars_derive v0.8.22
9352026-08-26T17:15:14.893Z Compiling tokio-macros v2.7.0
9362026-08-26T17:15:14.913Z Compiling zerocopy-derive v0.8.27
9372026-08-26T17:15:15.016Z Compiling futures-macro v0.3.32
9382026-08-26T17:15:15.041Z Checking zerofrom v0.1.6
9392026-08-26T17:15:15.164Z Checking yoke v0.8.0
9402026-08-26T17:15:15.339Z Checking zerovec v0.11.4
9412026-08-26T17:15:15.596Z Checking zerotrie v0.2.2
9422026-08-26T17:15:15.729Z Compiling zeroize_derive v1.4.3
9432026-08-26T17:15:15.805Z Compiling regex-automata v0.4.13
9442026-08-26T17:15:15.821Z Compiling thiserror-impl v1.0.69
9452026-08-26T17:15:16.031Z Checking tinystr v0.8.1
9462026-08-26T17:15:16.102Z Checking potential_utf v0.1.3
9472026-08-26T17:15:16.209Z Checking icu_locale_core v2.0.0
9482026-08-26T17:15:16.234Z Checking icu_collections v2.0.0
9492026-08-26T17:15:16.383Z Checking zeroize v1.8.1
9502026-08-26T17:15:16.536Z Compiling pest v2.8.2
9512026-08-26T17:15:16.557Z Checking futures-task v0.3.32
9522026-08-26T17:15:16.649Z Checking icu_provider v2.0.0
9532026-08-26T17:15:16.692Z Checking futures-io v0.3.32
9542026-08-26T17:15:16.791Z Checking bytes v1.12.0
9552026-08-26T17:15:16.808Z Checking chrono v0.4.45
9562026-08-26T17:15:16.895Z Checking icu_normalizer v2.0.0
9572026-08-26T17:15:16.949Z Checking icu_properties v2.0.1
9582026-08-26T17:15:17.217Z Compiling serde_tokenstream v0.2.3
9592026-08-26T17:15:17.228Z Checking tokio v1.52.3
9602026-08-26T17:15:17.576Z Compiling regex v1.12.4
9612026-08-26T17:15:17.660Z Compiling pest_meta v2.8.2
9622026-08-26T17:15:17.714Z Checking futures-util v0.3.32
9632026-08-26T17:15:17.738Z Compiling pkg-config v0.3.32
9642026-08-26T17:15:17.753Z Checking idna_adapter v1.2.1
9652026-08-26T17:15:17.876Z Checking idna v1.1.0
9662026-08-26T17:15:17.969Z Compiling anyhow v1.0.102
9672026-08-26T17:15:18.125Z Checking url v2.5.7
9682026-08-26T17:15:18.177Z Compiling tracing-attributes v0.1.30
9692026-08-26T17:15:18.302Z Compiling pest_generator v2.8.2
9702026-08-26T17:15:18.827Z Checking tracing-core v0.1.34
9712026-08-26T17:15:18.975Z Compiling generic-array v0.14.7
9722026-08-26T17:15:18.992Z Compiling pest_derive v2.8.2
9732026-08-26T17:15:19.134Z Compiling allocator-api2 v0.2.21
9742026-08-26T17:15:19.200Z Compiling foldhash v0.2.0
9752026-08-26T17:15:19.250Z Compiling vcpkg v0.2.15
9762026-08-26T17:15:19.404Z Compiling fnv v1.0.7
9772026-08-26T17:15:19.434Z Checking tracing v0.1.41
9782026-08-26T17:15:19.453Z Compiling hashbrown v0.16.1
9792026-08-26T17:15:19.607Z Checking http v1.4.2
9802026-08-26T17:15:19.622Z Compiling getrandom v0.3.3
9812026-08-26T17:15:19.828Z Compiling byteorder v1.5.0
9822026-08-26T17:15:19.998Z Compiling camino v1.2.3
9832026-08-26T17:15:20.046Z Checking crypto-common v0.1.6
9842026-08-26T17:15:20.061Z Checking errno v0.3.14
9852026-08-26T17:15:20.162Z Compiling num-conv v0.2.1
9862026-08-26T17:15:20.176Z Compiling time-core v0.1.8
9872026-08-26T17:15:20.179Z Checking base64 v0.22.1
9882026-08-26T17:15:20.314Z Checking ipnet v2.11.0
9892026-08-26T17:15:20.330Z Compiling time-macros v0.2.27
9902026-08-26T17:15:20.377Z Compiling scroll_derive v0.13.1
9912026-08-26T17:15:20.428Z Compiling paste v1.0.15
9922026-08-26T17:15:20.487Z Checking tokio-util v0.7.16
9932026-08-26T17:15:20.521Z Checking http-body v1.0.1
9942026-08-26T17:15:20.536Z Checking rustls-pki-types v1.12.0
9952026-08-26T17:15:20.761Z Checking atomic-waker v1.1.2
9962026-08-26T17:15:20.964Z Checking tower-service v0.3.3
9972026-08-26T17:15:21.057Z Checking try-lock v0.2.5
9982026-08-26T17:15:21.072Z Checking untrusted v0.9.0
9992026-08-26T17:15:21.157Z Checking tower-layer v0.3.3
10002026-08-26T17:15:21.177Z Checking want v0.3.1
10012026-08-26T17:15:21.311Z Checking h2 v0.4.14
10022026-08-26T17:15:21.326Z Checking httpdate v1.0.3
10032026-08-26T17:15:21.329Z Checking ryu v1.0.20
10042026-08-26T17:15:21.355Z Compiling openssl-sys v0.9.117
10052026-08-26T17:15:21.449Z Compiling async-trait v0.1.89
10062026-08-26T17:15:21.469Z Compiling cmake v0.1.54
10072026-08-26T17:15:21.472Z Compiling dunce v1.0.5
10082026-08-26T17:15:21.583Z Compiling strsim v0.11.1
10092026-08-26T17:15:21.657Z Compiling crossbeam-utils v0.8.21
10102026-08-26T17:15:21.814Z Checking pretty-hex v0.4.1
10112026-08-26T17:15:21.882Z Compiling fs_extra v1.3.0
10122026-08-26T17:15:21.929Z Compiling scroll v0.13.0
10132026-08-26T17:15:21.971Z Checking block-buffer v0.10.4
10142026-08-26T17:15:21.988Z Compiling regress v0.10.5
10152026-08-26T17:15:22.102Z Checking ppv-lite86 v0.2.21
10162026-08-26T17:15:22.135Z Compiling aws-lc-sys v0.39.1
10172026-08-26T17:15:22.181Z Compiling slog v2.8.2
10182026-08-26T17:15:22.195Z Compiling plain v0.2.3
10192026-08-26T17:15:22.211Z Compiling usdt-impl v0.6.0
10202026-08-26T17:15:22.382Z Compiling goblin v0.10.1
10212026-08-26T17:15:22.398Z Checking digest v0.10.7
10222026-08-26T17:15:22.476Z Checking http-body-util v0.1.3
10232026-08-26T17:15:22.490Z Checking ipnetwork v0.21.1
10242026-08-26T17:15:22.585Z Checking erased-serde v0.3.31
10252026-08-26T17:15:22.830Z Compiling omicron-workspace-hack v0.1.0
10262026-08-26T17:15:22.856Z Compiling ident_case v1.0.1
10272026-08-26T17:15:22.980Z Compiling darling_core v0.21.3
10282026-08-26T17:15:22.987Z Checking serde_urlencoded v0.7.1
10292026-08-26T17:15:23.065Z Compiling dtrace-parser v0.3.0
10302026-08-26T17:15:23.164Z Checking hyper v1.10.1
10312026-08-26T17:15:23.192Z Compiling openapiv3 v2.2.0
10322026-08-26T17:15:23.215Z Compiling daft-derive v0.1.5
10332026-08-26T17:15:23.717Z Compiling typify-impl v0.4.3
10342026-08-26T17:15:23.964Z Compiling thread-id v5.0.0
10352026-08-26T17:15:24.052Z Compiling aws-lc-rs v1.16.2
10362026-08-26T17:15:24.077Z Checking hyper-util v0.1.20
10372026-08-26T17:15:25.069Z Compiling dof v0.4.0
10382026-08-26T17:15:25.131Z Compiling darling_macro v0.21.3
10392026-08-26T17:15:25.147Z Checking encoding_rs v0.8.35
10402026-08-26T17:15:25.662Z Compiling darling v0.21.3
10412026-08-26T17:15:25.747Z Checking cpufeatures v0.2.17
10422026-08-26T17:15:25.811Z Checking untrusted v0.7.1
10432026-08-26T17:15:25.826Z Compiling slog-async v2.8.0
10442026-08-26T17:15:25.923Z Checking mime v0.3.17
10452026-08-26T17:15:26.046Z Checking rand_core v0.9.3
10462026-08-26T17:15:26.062Z Checking oxnet v0.1.6
10472026-08-26T17:15:26.076Z Compiling usdt-macro v0.6.0
10482026-08-26T17:15:26.091Z Compiling usdt-attr-macro v0.6.0
10492026-08-26T17:15:26.211Z Compiling structmeta-derive v0.3.0
10502026-08-26T17:15:26.305Z Compiling multer v3.1.0
10512026-08-26T17:15:26.426Z Compiling unsafe-libyaml v0.2.11
10522026-08-26T17:15:26.527Z Compiling rustls v0.23.40
10532026-08-26T17:15:26.542Z Compiling rustls v0.22.4
10542026-08-26T17:15:26.849Z Compiling async-stream-impl v0.3.6
10552026-08-26T17:15:26.911Z Checking sync_wrapper v1.0.2
10562026-08-26T17:15:27.013Z Compiling serde_yaml v0.9.34+deprecated
10572026-08-26T17:15:27.072Z Compiling typify-macro v0.4.3
10582026-08-26T17:15:27.112Z Checking hex v0.4.3
10592026-08-26T17:15:27.221Z Compiling structmeta v0.3.0
10602026-08-26T17:15:27.323Z Checking fastrand v2.3.0
10612026-08-26T17:15:27.417Z Compiling openssl v0.10.81
10622026-08-26T17:15:27.497Z Checking foreign-types-shared v0.1.1
10632026-08-26T17:15:27.645Z Checking foreign-types v0.3.2
10642026-08-26T17:15:27.650Z Checking tempfile v3.27.0
10652026-08-26T17:15:27.669Z Checking tower v0.5.2
10662026-08-26T17:15:27.711Z Checking rand_chacha v0.9.0
10672026-08-26T17:15:27.838Z Checking futures-executor v0.3.32
10682026-08-26T17:15:27.894Z Compiling strum_macros v0.26.4
10692026-08-26T17:15:27.980Z Compiling openssl-macros v0.1.1
10702026-08-26T17:15:28.030Z Checking powerfmt v0.2.0
10712026-08-26T17:15:28.045Z Compiling native-tls v0.2.14
10722026-08-26T17:15:28.181Z Checking openssl-probe v0.1.6
10732026-08-26T17:15:28.247Z Checking iri-string v0.7.8
10742026-08-26T17:15:28.291Z Checking deranged v0.5.3
10752026-08-26T17:15:28.309Z Checking futures v0.3.32
10762026-08-26T17:15:28.427Z Checking rand v0.9.3
10772026-08-26T17:15:28.573Z Compiling typify v0.4.3
10782026-08-26T17:15:28.665Z Compiling newtype-uuid-macros v0.1.0
10792026-08-26T17:15:29.024Z Compiling ref-cast v1.0.25
10802026-08-26T17:15:29.087Z Checking num_threads v0.1.7
10812026-08-26T17:15:29.273Z Checking tower-http v0.6.8
10822026-08-26T17:15:29.335Z Checking time v0.3.47
10832026-08-26T17:15:29.412Z Compiling ref-cast-impl v1.0.25
10842026-08-26T17:15:29.433Z Compiling dropshot v0.16.7
10852026-08-26T17:15:29.506Z Checking memmap2 v0.9.8
10862026-08-26T17:15:29.555Z Checking unicode-width v0.2.1
10872026-08-26T17:15:29.691Z Compiling derive-ex v0.1.8
10882026-08-26T17:15:29.809Z Checking crossbeam-channel v0.5.15
10892026-08-26T17:15:29.943Z Checking webpki-roots v1.0.2
10902026-08-26T17:15:29.989Z Compiling dropshot_endpoint v0.16.7
10912026-08-26T17:15:30.064Z Compiling strum_macros v0.27.2
10922026-08-26T17:15:30.131Z Checking winnow v0.7.14
10932026-08-26T17:15:30.447Z Compiling progenitor-impl v0.11.1
10942026-08-26T17:15:30.732Z Checking tokio-native-tls v0.3.1
10952026-08-26T17:15:30.882Z Checking hyper-tls v0.6.0
10962026-08-26T17:15:31.244Z Compiling test-strategy v0.4.3
10972026-08-26T17:15:31.322Z Checking newtype-uuid v1.3.2
10982026-08-26T17:15:31.429Z Checking thread_local v1.1.9
10992026-08-26T17:15:31.497Z Checking winnow v1.0.3
11002026-08-26T17:15:31.563Z Checking daft v0.1.5
11012026-08-26T17:15:31.578Z Compiling serde_with_macros v3.14.1
11022026-08-26T17:15:31.781Z Checking toml_parser v1.1.2+spec-1.1.0
11032026-08-26T17:15:31.811Z Checking serde_spanned v1.1.1
11042026-08-26T17:15:31.841Z Checking is-terminal v0.4.16
11052026-08-26T17:15:31.920Z Checking debug-ignore v1.0.5
11062026-08-26T17:15:31.937Z Checking take_mut v0.2.2
11072026-08-26T17:15:32.060Z Checking toml_writer v1.1.1+spec-1.1.0
11082026-08-26T17:15:32.103Z Checking either v1.15.0
11092026-08-26T17:15:32.103Z Checking term v1.2.0
11102026-08-26T17:15:32.198Z Checking match_cfg v0.1.0
11112026-08-26T17:15:32.258Z Checking hostname v0.3.1
11122026-08-26T17:15:32.302Z Checking slog-term v2.9.2
11132026-08-26T17:15:32.358Z Checking slog-json v2.6.1
11142026-08-26T17:15:32.484Z Compiling progenitor-macro v0.11.1
11152026-08-26T17:15:32.506Z Checking spin v0.9.8
11162026-08-26T17:15:32.532Z Compiling syn v1.0.109
11172026-08-26T17:15:32.553Z Checking slog-bunyan v2.5.0
11182026-08-26T17:15:32.626Z Checking usdt v0.6.0
11192026-08-26T17:15:32.648Z Checking async-stream v0.3.6
11202026-08-26T17:15:32.655Z Compiling parse-display-derive v0.10.0
11212026-08-26T17:15:32.791Z Checking rustls-webpki v0.102.8
11222026-08-26T17:15:32.821Z Checking waitgroup v0.1.2
11232026-08-26T17:15:32.850Z Checking rustls-pemfile v2.2.0
11242026-08-26T17:15:32.886Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11252026-08-26T17:15:32.922Z Checking serde_path_to_error v0.1.20
11262026-08-26T17:15:32.991Z Checking hostname v0.4.2
11272026-08-26T17:15:33.091Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11282026-08-26T17:15:33.191Z Checking strum v0.26.3
11292026-08-26T17:15:33.295Z Checking rand_chacha v0.3.1
11302026-08-26T17:15:33.320Z Checking macaddr v1.0.1
11312026-08-26T17:15:33.427Z Checking toml_datetime v0.7.5+spec-1.1.0
11322026-08-26T17:15:33.510Z Checking wait-timeout v0.2.1
11332026-08-26T17:15:33.534Z Checking lazy_static v1.5.0
11342026-08-26T17:15:33.623Z Checking bit-vec v0.8.0
11352026-08-26T17:15:33.642Z Checking quick-error v1.2.3
11362026-08-26T17:15:33.645Z Checking toml v0.9.12+spec-1.1.0
11372026-08-26T17:15:33.739Z Checking rusty-fork v0.3.0
11382026-08-26T17:15:33.821Z Checking bit-set v0.8.0
11392026-08-26T17:15:33.907Z Checking rand v0.8.5
11402026-08-26T17:15:33.970Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11412026-08-26T17:15:34.225Z Checking rand_xorshift v0.4.0
11422026-08-26T17:15:34.246Z Checking sha1 v0.10.6
11432026-08-26T17:15:34.341Z Checking unarray v0.1.4
11442026-08-26T17:15:34.428Z Checking strum v0.27.2
11452026-08-26T17:15:34.451Z Checking proptest v1.8.0
11462026-08-26T17:15:34.605Z Checking tabwriter v1.4.1
11472026-08-26T17:15:34.631Z Checking tokio-rustls v0.25.0
11482026-08-26T17:15:34.643Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11492026-08-26T17:15:34.753Z Checking colored v3.1.1
11502026-08-26T17:15:34.780Z Checking serde_with v3.14.1
11512026-08-26T17:15:35.267Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11522026-08-26T17:15:35.488Z Checking instant v0.1.13
11532026-08-26T17:15:35.776Z Checking rustc-hash v2.1.1
11542026-08-26T17:15:35.840Z Checking backoff v0.4.0
11552026-08-26T17:15:35.890Z Checking iddqd v0.3.18
11562026-08-26T17:15:36.012Z Checking parse-display v0.10.0
11572026-08-26T17:15:36.036Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11582026-08-26T17:15:36.111Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11592026-08-26T17:15:36.153Z Checking itertools v0.14.0
11602026-08-26T17:15:36.221Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11612026-08-26T17:15:36.612Z Compiling toml_datetime v0.6.11
11622026-08-26T17:15:36.667Z Compiling clap_derive v4.6.1
11632026-08-26T17:15:36.682Z Checking utf8parse v0.2.2
11642026-08-26T17:15:36.795Z Checking anstyle-parse v1.0.0
11652026-08-26T17:15:36.948Z Checking terminal_size v0.4.3
11662026-08-26T17:15:37.161Z Checking anstyle v1.0.14
11672026-08-26T17:15:37.164Z Checking anstyle-query v1.1.4
11682026-08-26T17:15:37.222Z Checking colorchoice v1.0.4
11692026-08-26T17:15:37.244Z Checking is_terminal_polyfill v1.70.1
11702026-08-26T17:15:37.339Z Checking anstream v1.0.0
11712026-08-26T17:15:37.584Z Checking clap_lex v1.1.0
11722026-08-26T17:15:37.772Z Checking clap_builder v4.6.0
11732026-08-26T17:15:39.066Z Checking clap v4.6.1
11742026-08-26T17:15:40.175Z Compiling num-derive v0.4.2
11752026-08-26T17:15:40.664Z Compiling rustls-webpki v0.103.6
11762026-08-26T17:15:41.166Z Compiling prettyplease v0.2.37
11772026-08-26T17:15:42.678Z Checking crossbeam-epoch v0.9.18
11782026-08-26T17:15:42.747Z Compiling winnow v0.5.40
11792026-08-26T17:15:42.900Z Compiling cfg_aliases v0.2.1
11802026-08-26T17:15:43.709Z Checking serde_spanned v0.6.9
11812026-08-26T17:15:43.747Z Compiling memoffset v0.9.1
11822026-08-26T17:15:43.837Z Compiling rayon-core v1.13.0
11832026-08-26T17:15:43.984Z Compiling toml_edit v0.19.15
11842026-08-26T17:15:44.109Z Compiling tokio-rustls v0.26.4
11852026-08-26T17:15:45.287Z Compiling proc-macro-crate v1.3.1
11862026-08-26T17:15:45.462Z Compiling zerocopy-derive v0.7.35
11872026-08-26T17:15:45.945Z Compiling crc32fast v1.5.0
11882026-08-26T17:15:46.562Z Compiling hyper-rustls v0.27.7
11892026-08-26T17:15:46.711Z Checking crossbeam-deque v0.8.6
11902026-08-26T17:15:46.758Z Compiling reqwest v0.12.23
11912026-08-26T17:15:47.029Z Checking adler2 v2.0.1
11922026-08-26T17:15:47.138Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
11932026-08-26T17:15:47.889Z Compiling progenitor-client v0.11.1
11942026-08-26T17:15:48.155Z Compiling progenitor v0.11.1
11952026-08-26T17:15:48.236Z Checking miniz_oxide v0.8.9
11962026-08-26T17:15:49.134Z Compiling num-integer v0.1.46
11972026-08-26T17:15:49.244Z Compiling proc-macro-error-attr v1.0.4
11982026-08-26T17:15:49.413Z Compiling heapless v0.8.0
11992026-08-26T17:15:49.703Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
12002026-08-26T17:15:49.732Z Checking flate2 v1.1.2
12012026-08-26T17:15:49.735Z Compiling progenitor-client v0.10.0
12022026-08-26T17:15:50.113Z Compiling ingot-macros v0.1.1
12032026-08-26T17:15:50.846Z Checking hash32 v0.3.1
12042026-08-26T17:15:50.971Z Checking hybrid-array v0.4.12
12052026-08-26T17:15:51.006Z Compiling proc-macro-error v1.0.4
12062026-08-26T17:15:51.235Z Checking toml_write v0.1.2
12072026-08-26T17:15:51.353Z Compiling smoltcp v0.11.0
12082026-08-26T17:15:51.402Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12092026-08-26T17:15:51.654Z Checking toml_edit v0.22.27
12102026-08-26T17:15:51.992Z Checking num-iter v0.1.45
12112026-08-26T17:15:52.103Z Checking num-rational v0.4.2
12122026-08-26T17:15:52.374Z Compiling zerocopy v0.7.35
12132026-08-26T17:15:52.463Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12142026-08-26T17:15:52.711Z Checking ingot-types v0.1.2
12152026-08-26T17:15:52.728Z Compiling num_enum_derive v0.7.5
12162026-08-26T17:15:52.856Z Compiling hubpack_derive v0.1.1
12172026-08-26T17:15:52.916Z Checking cobs v0.3.0
12182026-08-26T17:15:53.024Z Compiling foreign-types-macros v0.2.3
12192026-08-26T17:15:53.052Z Compiling scroll_derive v0.12.1
12202026-08-26T17:15:53.066Z Compiling num-complex v0.4.6
12212026-08-26T17:15:53.361Z Compiling usdt-impl v0.5.0
12222026-08-26T17:15:53.485Z Compiling crucible-workspace-hack v0.1.0
12232026-08-26T17:15:53.535Z Checking foreign-types-shared v0.3.1
12242026-08-26T17:15:53.629Z Checking managed v0.8.0
12252026-08-26T17:15:53.700Z Checking bitflags v1.3.2
12262026-08-26T17:15:53.787Z Checking num_enum v0.7.5
12272026-08-26T17:15:53.790Z Checking scroll v0.12.0
12282026-08-26T17:15:53.875Z Checking foreign-types v0.5.0
12292026-08-26T17:15:53.952Z Checking num v0.4.3
12302026-08-26T17:15:54.024Z Checking hubpack v0.1.2
12312026-08-26T17:15:54.040Z Checking postcard v1.1.3
12322026-08-26T17:15:54.076Z Checking ingot v0.1.1
12332026-08-26T17:15:54.190Z Compiling dof v0.3.0
12342026-08-26T17:15:54.318Z Checking toml v0.8.23
12352026-08-26T17:15:54.742Z Checking block-buffer v0.12.0
12362026-08-26T17:15:54.812Z Checking crypto-common v0.2.2
12372026-08-26T17:15:54.984Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12382026-08-26T17:15:54.998Z Compiling dtrace-parser v0.2.0
12392026-08-26T17:15:55.329Z Checking camino-tempfile v1.4.1
12402026-08-26T17:15:55.429Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12412026-08-26T17:15:55.462Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12422026-08-26T17:15:55.486Z Checking cstr-argument v0.1.2
12432026-08-26T17:15:55.602Z Compiling thread-id v4.2.2
12442026-08-26T17:15:55.617Z Compiling float-ord v0.3.2
12452026-08-26T17:15:55.631Z Compiling minimal-lexical v0.2.1
12462026-08-26T17:15:55.686Z Checking compression-core v0.4.32
12472026-08-26T17:15:55.728Z Checking static_assertions v1.1.0
12482026-08-26T17:15:55.790Z Compiling heck v0.4.1
12492026-08-26T17:15:55.804Z Checking const-oid v0.10.2
12502026-08-26T17:15:55.823Z Checking compression-codecs v0.4.32
12512026-08-26T17:15:55.866Z Compiling nom v7.1.3
12522026-08-26T17:15:55.962Z Checking digest v0.11.3
12532026-08-26T17:15:56.038Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12542026-08-26T17:15:56.091Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12552026-08-26T17:15:56.112Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12562026-08-26T17:15:56.307Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12572026-08-26T17:15:56.351Z Checking goblin v0.8.2
12582026-08-26T17:15:56.521Z Checking rayon v1.11.0
12592026-08-26T17:15:56.786Z Compiling num_enum_derive v0.5.11
12602026-08-26T17:15:56.790Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12612026-08-26T17:15:57.018Z Compiling rustc_version v0.4.1
12622026-08-26T17:15:57.136Z Checking toml_datetime v1.1.1+spec-1.1.0
12632026-08-26T17:15:57.288Z Compiling dropshot v0.17.1
12642026-08-26T17:15:57.335Z Compiling convert_case v0.4.0
12652026-08-26T17:15:57.519Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12662026-08-26T17:15:57.557Z Checking cpufeatures v0.3.0
12672026-08-26T17:15:57.630Z Compiling rustix v0.38.44
12682026-08-26T17:15:57.644Z Checking tinyvec_macros v0.1.1
12692026-08-26T17:15:57.723Z Checking tinyvec v1.10.0
12702026-08-26T17:15:57.873Z Compiling derive_more v0.99.20
12712026-08-26T17:15:57.879Z Checking num_enum v0.5.11
12722026-08-26T17:15:57.893Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12732026-08-26T17:15:57.912Z Checking sha1 v0.11.0
12742026-08-26T17:15:58.096Z Checking toml v1.1.2+spec-1.1.0
12752026-08-26T17:15:58.132Z Checking async-compression v0.4.33
12762026-08-26T17:15:58.384Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12772026-08-26T17:15:58.421Z Compiling nix v0.30.1
12782026-08-26T17:15:58.608Z Checking libscf-sys v1.2.0
12792026-08-26T17:15:58.742Z Compiling libz-sys v1.1.22
12802026-08-26T17:15:58.812Z Compiling dropshot_endpoint v0.17.1
12812026-08-26T17:15:58.942Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12822026-08-26T17:15:59.043Z Checking bytecount v0.6.9
12832026-08-26T17:15:59.240Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12842026-08-26T17:15:59.446Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12852026-08-26T17:15:59.636Z Compiling usdt-attr-macro v0.5.0
12862026-08-26T17:15:59.921Z Compiling usdt-macro v0.5.0
12872026-08-26T17:16:00.026Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12882026-08-26T17:16:00.117Z Compiling zone_cfg_derive v0.3.1
12892026-08-26T17:16:00.308Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12902026-08-26T17:16:00.342Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12912026-08-26T17:16:00.444Z Checking itertools v0.12.1
12922026-08-26T17:16:00.479Z Checking sigpipe v0.1.3
12932026-08-26T17:16:00.563Z Checking memmap v0.7.0
12942026-08-26T17:16:00.594Z Checking jiff v0.2.15
12952026-08-26T17:16:00.695Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12962026-08-26T17:16:00.711Z Checking glob v0.3.3
12972026-08-26T17:16:00.767Z Checking usdt v0.5.0
12982026-08-26T17:16:00.889Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12992026-08-26T17:16:00.904Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
13002026-08-26T17:16:01.041Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
13012026-08-26T17:16:01.080Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13022026-08-26T17:16:01.096Z Checking smf v0.2.3
13032026-08-26T17:16:01.157Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13042026-08-26T17:16:01.234Z Checking secrecy v0.10.3
13052026-08-26T17:16:01.290Z Checking bstr v1.12.0
13062026-08-26T17:16:01.349Z Checking whoami v1.6.1
13072026-08-26T17:16:01.401Z Checking zone v0.3.1
13082026-08-26T17:16:01.520Z Compiling curve25519-dalek v4.1.3
13092026-08-26T17:16:01.624Z Checking hmac v0.12.1
13102026-08-26T17:16:01.644Z Compiling clang-sys v1.8.1
13112026-08-26T17:16:01.740Z Checking inout v0.1.4
13122026-08-26T17:16:01.756Z Compiling enum-as-inner v0.6.1
13132026-08-26T17:16:01.773Z Checking ff v0.13.1
13142026-08-26T17:16:01.794Z Checking data-encoding v2.9.0
13152026-08-26T17:16:01.870Z Compiling semver v0.1.20
13162026-08-26T17:16:01.894Z Checking group v0.13.0
13172026-08-26T17:16:02.004Z Checking cipher v0.4.4
13182026-08-26T17:16:02.040Z Compiling rustc_version v0.1.7
13192026-08-26T17:16:02.122Z Checking hkdf v0.12.4
13202026-08-26T17:16:02.138Z Checking atomicwrites v0.4.4
13212026-08-26T17:16:02.193Z Compiling thiserror-impl-no-std v2.0.2
13222026-08-26T17:16:02.237Z Checking universal-hash v0.5.1
13232026-08-26T17:16:02.253Z Checking crypto-bigint v0.5.5
13242026-08-26T17:16:02.256Z Compiling regress v0.11.1
13252026-08-26T17:16:02.290Z Checking half v2.7.1
13262026-08-26T17:16:02.358Z Compiling curve25519-dalek-derive v0.1.1
13272026-08-26T17:16:02.534Z Checking indent_write v2.2.0
13282026-08-26T17:16:02.700Z Checking opaque-debug v0.3.1
13292026-08-26T17:16:02.737Z Checking base16ct v0.2.0
13302026-08-26T17:16:02.857Z Checking ciborium-io v0.2.2
13312026-08-26T17:16:02.950Z Checking base64ct v1.8.0
13322026-08-26T17:16:02.985Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13332026-08-26T17:16:03.140Z Checking ciborium-ll v0.2.2
13342026-08-26T17:16:03.183Z Checking password-hash v0.5.0
13352026-08-26T17:16:03.232Z Checking thiserror-no-std v2.0.2
13362026-08-26T17:16:03.261Z Checking elliptic-curve v0.13.8
13372026-08-26T17:16:03.315Z Checking poly1305 v0.8.0
13382026-08-26T17:16:03.330Z Compiling newtype_derive v0.1.6
13392026-08-26T17:16:03.467Z Checking chacha20 v0.9.1
13402026-08-26T17:16:03.556Z Checking similar v2.7.0
13412026-08-26T17:16:03.571Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13422026-08-26T17:16:03.593Z Compiling nix v0.31.3
13432026-08-26T17:16:03.626Z Checking blake2 v0.10.6
13442026-08-26T17:16:03.755Z Checking aead v0.5.2
13452026-08-26T17:16:03.816Z Compiling typify-impl v0.6.2
13462026-08-26T17:16:03.845Z Compiling libloading v0.8.9
13472026-08-26T17:16:03.901Z Compiling bindgen v0.72.1
13482026-08-26T17:16:03.905Z Compiling owo-colors v4.3.0
13492026-08-26T17:16:03.982Z Checking keccak v0.1.6
13502026-08-26T17:16:04.054Z Checking linked-hash-map v0.5.6
13512026-08-26T17:16:04.156Z Checking resolv-conf v0.7.5
13522026-08-26T17:16:04.198Z Checking sha3 v0.10.8
13532026-08-26T17:16:04.227Z Checking lru-cache v0.1.2
13542026-08-26T17:16:04.344Z Checking chacha20poly1305 v0.10.1
13552026-08-26T17:16:04.367Z Checking argon2 v0.5.3
13562026-08-26T17:16:04.396Z Checking vsss-rs v3.3.4
13572026-08-26T17:16:04.533Z Checking ciborium v0.2.2
13582026-08-26T17:16:04.674Z Checking hickory-proto v0.24.4
13592026-08-26T17:16:04.827Z Checking tokio-dtrace v0.1.1
13602026-08-26T17:16:04.913Z Checking papergrid v0.18.0
13612026-08-26T17:16:04.947Z Compiling cexpr v0.6.0
13622026-08-26T17:16:05.003Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13632026-08-26T17:16:05.296Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13642026-08-26T17:16:05.505Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13652026-08-26T17:16:05.665Z Checking serde-big-array v0.5.1
13662026-08-26T17:16:05.743Z Compiling serde_repr v0.1.20
13672026-08-26T17:16:05.805Z Compiling derive-where v1.6.0
13682026-08-26T17:16:06.038Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13692026-08-26T17:16:06.178Z Checking same-file v1.0.6
13702026-08-26T17:16:06.273Z Checking siphasher v1.0.1
13712026-08-26T17:16:06.302Z Checking unicode-segmentation v1.12.0
13722026-08-26T17:16:06.318Z Compiling shlex v1.3.0
13732026-08-26T17:16:06.348Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13742026-08-26T17:16:06.472Z Checking phf_shared v0.12.1
13752026-08-26T17:16:06.575Z Checking walkdir v2.5.0
13762026-08-26T17:16:06.620Z Checking newline-converter v0.3.0
13772026-08-26T17:16:06.745Z Checking hickory-resolver v0.24.4
13782026-08-26T17:16:06.780Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13792026-08-26T17:16:07.033Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13802026-08-26T17:16:07.191Z Checking tabled v0.21.0
13812026-08-26T17:16:07.209Z Compiling typify-macro v0.6.2
13822026-08-26T17:16:07.410Z Checking oxide-tokio-rt v0.1.2
13832026-08-26T17:16:07.553Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13842026-08-26T17:16:08.262Z Checking itertools v0.15.0
13852026-08-26T17:16:08.284Z Checking console v0.15.11
13862026-08-26T17:16:08.338Z Compiling progenitor-impl v0.10.0
13872026-08-26T17:16:08.521Z Checking tokio-stream v0.1.17
13882026-08-26T17:16:08.585Z Compiling pin-project-internal v1.1.10
13892026-08-26T17:16:08.608Z Compiling slog-dtrace v0.3.0
13902026-08-26T17:16:08.721Z Checking csv-core v0.1.12
13912026-08-26T17:16:08.843Z Checking unicode-width v0.1.14
13922026-08-26T17:16:08.893Z Checking unicode-linebreak v0.1.5
13932026-08-26T17:16:08.909Z Compiling cancel-safe-futures v0.1.5
13942026-08-26T17:16:09.095Z Compiling chrono-tz v0.10.4
13952026-08-26T17:16:09.112Z Compiling unicode-xid v0.2.6
13962026-08-26T17:16:09.157Z Checking foldhash v0.1.5
13972026-08-26T17:16:09.237Z Checking smawk v0.3.2
13982026-08-26T17:16:09.297Z Checking swrite v0.1.0
13992026-08-26T17:16:09.334Z Checking hashbrown v0.15.5
14002026-08-26T17:16:09.368Z Checking textwrap v0.16.2
14012026-08-26T17:16:09.392Z Compiling const_format_proc_macros v0.2.34
14022026-08-26T17:16:09.612Z Checking csv v1.4.0
14032026-08-26T17:16:09.659Z Checking pin-project v1.1.10
14042026-08-26T17:16:09.801Z Checking qorb v0.4.1
14052026-08-26T17:16:10.031Z Checking expectorate v1.2.0
14062026-08-26T17:16:10.161Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14072026-08-26T17:16:10.178Z Checking phf v0.12.1
14082026-08-26T17:16:10.193Z Checking unicode-normalization v0.1.24
14092026-08-26T17:16:10.320Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14102026-08-26T17:16:10.402Z Compiling progenitor-macro v0.10.0
14112026-08-26T17:16:10.990Z Checking libsw-core v0.3.2
14122026-08-26T17:16:11.136Z Compiling libgit2-sys v0.17.0+1.8.1
14132026-08-26T17:16:11.174Z Compiling async-recursion v1.1.1
14142026-08-26T17:16:11.460Z Compiling snafu-derive v0.8.9
14152026-08-26T17:16:11.567Z Compiling cookie v0.18.1
14162026-08-26T17:16:11.608Z Checking fixedbitset v0.5.7
14172026-08-26T17:16:11.687Z Compiling moka v0.12.11
14182026-08-26T17:16:11.806Z Checking fixedbitset v0.4.2
14192026-08-26T17:16:11.849Z Checking highway v1.3.0
14202026-08-26T17:16:11.929Z Checking petgraph v0.8.2
14212026-08-26T17:16:12.021Z Checking petgraph v0.6.5
14222026-08-26T17:16:12.125Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14232026-08-26T17:16:13.054Z Checking libsw v3.5.0
14242026-08-26T17:16:13.166Z Checking snafu v0.8.9
14252026-08-26T17:16:13.201Z Checking olpc-cjson v0.1.4
14262026-08-26T17:16:13.247Z Checking const_format v0.2.34
14272026-08-26T17:16:13.376Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14282026-08-26T17:16:13.508Z Checking papergrid v0.11.0
14292026-08-26T17:16:13.586Z Compiling typify v0.6.2
14302026-08-26T17:16:13.673Z Checking globset v0.4.16
14312026-08-26T17:16:13.689Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14322026-08-26T17:16:13.790Z Checking gethostname v0.5.0
14332026-08-26T17:16:13.917Z Compiling tabled_derive v0.7.0
14342026-08-26T17:16:13.995Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14352026-08-26T17:16:14.121Z Checking reqwest v0.13.2
14362026-08-26T17:16:14.178Z Checking bcs v0.1.6
14372026-08-26T17:16:14.343Z Checking pem v3.0.5
14382026-08-26T17:16:14.427Z Checking serde_plain v1.0.2
14392026-08-26T17:16:14.506Z Checking tagptr v0.2.0
14402026-08-26T17:16:14.521Z Checking progenitor v0.10.0
14412026-08-26T17:16:14.570Z Checking termtree v0.5.1
14422026-08-26T17:16:14.642Z Compiling signal-hook v0.4.4
14432026-08-26T17:16:14.658Z Checking typed-path v0.9.3
14442026-08-26T17:16:14.681Z Checking linear-map v1.2.0
14452026-08-26T17:16:14.703Z Checking humantime v2.3.0
14462026-08-26T17:16:14.849Z Checking crc8 v0.1.1
14472026-08-26T17:16:14.879Z Checking tabled v0.15.0
14482026-08-26T17:16:14.892Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14492026-08-26T17:16:14.907Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14502026-08-26T17:16:15.396Z Checking tough v0.20.0
14512026-08-26T17:16:15.548Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14522026-08-26T17:16:15.713Z Compiling progenitor-impl v0.14.0
14532026-08-26T17:16:16.084Z Checking steno v0.4.1
14542026-08-26T17:16:16.339Z Checking hickory-proto v0.25.2
14552026-08-26T17:16:16.965Z Compiling curl-sys v0.4.89+curl-8.20.0
14562026-08-26T17:16:17.055Z Compiling cargo-platform v0.1.9
14572026-08-26T17:16:17.287Z Compiling vergen v8.3.2
14582026-08-26T17:16:17.302Z Compiling fs-err v3.1.2
14592026-08-26T17:16:17.389Z Compiling cargo_metadata v0.18.1
14602026-08-26T17:16:17.630Z Checking progenitor-client v0.14.0
14612026-08-26T17:16:17.745Z Checking dropshot-api-manager-types v0.7.2
14622026-08-26T17:16:17.761Z Compiling progenitor-macro v0.14.0
14632026-08-26T17:16:17.843Z Checking sha2 v0.10.9
14642026-08-26T17:16:17.894Z Checking hickory-resolver v0.25.2
14652026-08-26T17:16:17.909Z Compiling blake3 v1.8.2
14662026-08-26T17:16:18.545Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
14672026-08-26T17:16:18.739Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14682026-08-26T17:16:18.786Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14692026-08-26T17:16:19.282Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14702026-08-26T17:16:19.694Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14712026-08-26T17:16:19.869Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14722026-08-26T17:16:20.117Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14732026-08-26T17:16:20.187Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14742026-08-26T17:16:20.271Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14752026-08-26T17:16:20.369Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14762026-08-26T17:16:20.649Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14772026-08-26T17:16:20.668Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14782026-08-26T17:16:20.913Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14792026-08-26T17:16:21.271Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14802026-08-26T17:16:21.409Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14812026-08-26T17:16:21.671Z Checking git-stub v1.0.0
14822026-08-26T17:16:21.766Z Compiling strum_macros v0.28.0
14832026-08-26T17:16:21.825Z Checking filetime v0.2.26
14842026-08-26T17:16:21.958Z Checking progenitor v0.14.0
14852026-08-26T17:16:21.973Z Checking xattr v1.6.1
14862026-08-26T17:16:22.046Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14872026-08-26T17:16:22.085Z Checking arrayvec v0.7.6
14882026-08-26T17:16:22.101Z Checking is_ci v1.2.0
14892026-08-26T17:16:22.129Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14902026-08-26T17:16:22.198Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14912026-08-26T17:16:22.268Z Checking constant_time_eq v0.3.1
14922026-08-26T17:16:22.363Z Compiling curl v0.4.50
14932026-08-26T17:16:22.418Z Checking arrayref v0.3.9
14942026-08-26T17:16:22.652Z Checking supports-color v3.0.2
14952026-08-26T17:16:22.748Z Checking tar v0.4.45
14962026-08-26T17:16:22.765Z Checking git-stub-vcs v0.1.0
14972026-08-26T17:16:22.954Z Checking toml v0.7.8
14982026-08-26T17:16:23.252Z Checking drift v0.2.0
14992026-08-26T17:16:23.290Z Checking kstat-rs v0.2.4
15002026-08-26T17:16:23.525Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15012026-08-26T17:16:23.546Z Checking strum v0.28.0
15022026-08-26T17:16:23.562Z Checking topological-sort v0.2.2
15032026-08-26T17:16:23.660Z Checking dropshot-api-manager v0.7.2
15042026-08-26T17:16:23.693Z Checking omicron-zone-package v0.12.2
15052026-08-26T17:16:23.919Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15062026-08-26T17:16:24.106Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15072026-08-26T17:16:24.387Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
15082026-08-26T17:16:24.539Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15092026-08-26T17:16:25.041Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15102026-08-26T17:16:25.233Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15112026-08-26T17:16:25.668Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15122026-08-26T17:16:25.697Z Checking signal-hook-tokio v0.4.0
15132026-08-26T17:16:25.822Z Checking scuffle v0.1.0
15142026-08-26T17:16:26.232Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15152026-08-26T17:16:26.307Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15162026-08-26T17:16:26.346Z Checking iddqd v0.4.5
15172026-08-26T17:16:26.396Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15182026-08-26T17:16:26.594Z Checking internet-checksum v0.2.1
15192026-08-26T17:16:26.610Z Checking search_path v0.1.4
15202026-08-26T17:16:26.747Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15212026-08-26T17:16:26.943Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15222026-08-26T17:16:26.959Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15232026-08-26T17:16:27.190Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15242026-08-26T17:16:27.597Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15252026-08-26T17:16:27.738Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15262026-08-26T17:16:28.076Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15272026-08-26T17:16:29.450Z Compiling git2 v0.19.0
15282026-08-26T17:16:31.773Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15292026-08-26T17:16:32.939Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15302026-08-26T17:16:39.030Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15312026-08-26T17:16:40.341Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15322026-08-26T17:16:45.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s
15332026-08-26T17:16:45.564Z+ for feat in tofino_stub tofino_asic softnpu chaos
15342026-08-26T17:16:45.564Z+ cargo clippy --features tofino_asic -- --deny warnings
15352026-08-26T17:16:46.054Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15362026-08-26T17:16:46.054Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15372026-08-26T17:16:46.057Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15382026-08-26T17:16:46.057Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15392026-08-26T17:16:53.344Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15402026-08-26T17:16:53.347Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15412026-08-26T17:16:56.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.43s
15422026-08-26T17:16:56.173Z+ for feat in tofino_stub tofino_asic softnpu chaos
15432026-08-26T17:16:56.174Z+ cargo clippy --features softnpu -- --deny warnings
15442026-08-26T17:16:56.473Z Downloading crates ...
15452026-08-26T17:16:56.604Z Downloaded ascii v1.1.0
15462026-08-26T17:16:56.614Z Downloaded tap v1.0.1
15472026-08-26T17:16:56.618Z Downloaded serde_arrays v0.1.0
15482026-08-26T17:16:56.618Z Downloaded typeid v1.0.3
15492026-08-26T17:16:56.620Z Downloaded radium v0.7.0
15502026-08-26T17:16:56.621Z Downloaded funty v2.0.0
15512026-08-26T17:16:56.625Z Downloaded bitstruct_derive v0.1.0
15522026-08-26T17:16:56.625Z Downloaded libloading v0.7.4
15532026-08-26T17:16:56.625Z Downloaded wyz v0.5.1
15542026-08-26T17:16:56.625Z Downloaded erased-serde v0.4.8
15552026-08-26T17:16:56.628Z Downloaded bitstruct v0.1.1
15562026-08-26T17:16:56.635Z Downloaded bitvec v1.0.1
15572026-08-26T17:16:56.643Z Downloaded num-bigint v0.4.6
15582026-08-26T17:16:56.761Z Checking num-integer v0.1.46
15592026-08-26T17:16:56.837Z Checking num-complex v0.4.6
15602026-08-26T17:16:56.848Z Compiling radium v0.7.0
15612026-08-26T17:16:56.856Z Checking tap v1.0.1
15622026-08-26T17:16:56.860Z Checking funty v2.0.0
15632026-08-26T17:16:56.867Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15642026-08-26T17:16:56.870Z Compiling typeid v1.0.3
15652026-08-26T17:16:56.882Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15662026-08-26T17:16:56.935Z Checking wyz v0.5.1
15672026-08-26T17:16:57.031Z Checking num-bigint v0.4.6
15682026-08-26T17:16:57.031Z Checking num-iter v0.1.45
15692026-08-26T17:16:57.085Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15702026-08-26T17:16:57.097Z Compiling erased-serde v0.4.8
15712026-08-26T17:16:57.157Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15722026-08-26T17:16:57.167Z Compiling bitstruct_derive v0.1.0
15732026-08-26T17:16:57.185Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15742026-08-26T17:16:57.236Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15752026-08-26T17:16:57.261Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15762026-08-26T17:16:57.274Z Checking bitvec v1.0.1
15772026-08-26T17:16:57.283Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15782026-08-26T17:16:57.293Z Checking ascii v1.1.0
15792026-08-26T17:16:57.355Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15802026-08-26T17:16:57.363Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15812026-08-26T17:16:57.461Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15822026-08-26T17:16:57.475Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15832026-08-26T17:16:57.478Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15842026-08-26T17:16:57.512Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15852026-08-26T17:16:57.737Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15862026-08-26T17:16:57.778Z Checking serde_arrays v0.1.0
15872026-08-26T17:16:57.801Z Checking bitstruct v0.1.1
15882026-08-26T17:16:57.858Z Checking num-rational v0.4.2
15892026-08-26T17:16:57.875Z Checking libloading v0.7.4
15902026-08-26T17:16:57.884Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15912026-08-26T17:16:58.116Z Checking num v0.4.3
15922026-08-26T17:16:58.183Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15932026-08-26T17:16:58.692Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15942026-08-26T17:16:58.988Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15952026-08-26T17:16:58.992Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15962026-08-26T17:16:59.176Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15972026-08-26T17:16:59.404Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15982026-08-26T17:16:59.408Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15992026-08-26T17:16:59.860Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16002026-08-26T17:17:00.074Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16012026-08-26T17:17:00.077Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16022026-08-26T17:17:00.077Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
16032026-08-26T17:17:00.078Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16042026-08-26T17:17:00.842Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16052026-08-26T17:17:01.650Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16062026-08-26T17:17:05.707Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16072026-08-26T17:17:05.826Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16082026-08-26T17:17:12.220Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16092026-08-26T17:17:13.487Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16102026-08-26T17:17:14.010Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16112026-08-26T17:17:18.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.14s
16122026-08-26T17:17:18.508Z+ for feat in tofino_stub tofino_asic softnpu chaos
16132026-08-26T17:17:18.508Z+ cargo clippy --features chaos -- --deny warnings
16142026-08-26T17:17:18.995Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16152026-08-26T17:17:18.998Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16162026-08-26T17:17:18.998Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16172026-08-26T17:17:26.256Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16182026-08-26T17:17:26.259Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16192026-08-26T17:17:28.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.34s
16202026-08-26T17:17:29.040Z+ banner fmt
16212026-08-26T17:17:29.043Z
16222026-08-26T17:17:29.043Z ###### # # #####
16232026-08-26T17:17:29.043Z # ## ## #
16242026-08-26T17:17:29.043Z ##### # ## # #
16252026-08-26T17:17:29.043Z # # # #
16262026-08-26T17:17:29.043Z # # # #
16272026-08-26T17:17:29.043Z # # # #
16282026-08-26T17:17:29.043Z
16292026-08-26T17:17:29.043Z+ cargo fmt -- --check
16302026-08-26T17:17:29.495Z+ banner test
16312026-08-26T17:17:29.499Z
16322026-08-26T17:17:29.499Z ##### ###### #### #####
16332026-08-26T17:17:29.499Z # # # #
16342026-08-26T17:17:29.499Z # ##### #### #
16352026-08-26T17:17:29.499Z # # # #
16362026-08-26T17:17:29.499Z # # # # #
16372026-08-26T17:17:29.499Z # ###### #### #
16382026-08-26T17:17:29.499Z
16392026-08-26T17:17:29.499Z+ for feat in tofino_stub tofino_asic softnpu chaos
16402026-08-26T17:17:29.499Z+ RUST_BACKTRACE=full
16412026-08-26T17:17:29.499Z+ cargo test --features tofino_stub --no-fail-fast
16422026-08-26T17:17:30.345Z Compiling unicode-ident v1.0.24
16432026-08-26T17:17:30.345Z Compiling cfg-if v1.0.4
16442026-08-26T17:17:30.349Z Compiling memchr v2.7.5
16452026-08-26T17:17:30.349Z Compiling serde_core v1.0.228
16462026-08-26T17:17:30.471Z Compiling itoa v1.0.15
16472026-08-26T17:17:30.475Z Compiling libc v0.2.186
16482026-08-26T17:17:30.566Z Compiling zmij v1.0.17
16492026-08-26T17:17:30.566Z Compiling libm v0.2.15
16502026-08-26T17:17:30.570Z Compiling proc-macro2 v1.0.106
16512026-08-26T17:17:30.590Z Compiling heck v0.5.0
16522026-08-26T17:17:30.761Z Compiling equivalent v1.0.2
16532026-08-26T17:17:30.850Z Compiling log v0.4.29
16542026-08-26T17:17:30.961Z Compiling quote v1.0.45
16552026-08-26T17:17:30.984Z Compiling iana-time-zone v0.1.64
16562026-08-26T17:17:31.053Z Compiling smallvec v1.15.1
16572026-08-26T17:17:31.176Z Compiling syn v2.0.118
16582026-08-26T17:17:31.235Z Compiling dyn-clone v1.0.20
16592026-08-26T17:17:31.253Z Compiling hashbrown v0.17.1
16602026-08-26T17:17:31.257Z Compiling fnv v1.0.7
16612026-08-26T17:17:31.277Z Compiling stable_deref_trait v1.2.0
16622026-08-26T17:17:31.355Z Compiling regex-syntax v0.8.11
16632026-08-26T17:17:31.368Z Compiling pin-project-lite v0.2.16
16642026-08-26T17:17:31.379Z Compiling percent-encoding v2.3.2
16652026-08-26T17:17:31.464Z Compiling litemap v0.8.0
16662026-08-26T17:17:31.578Z Compiling writeable v0.6.1
16672026-08-26T17:17:31.624Z Compiling num-traits v0.2.19
16682026-08-26T17:17:31.683Z Compiling icu_normalizer_data v2.0.0
16692026-08-26T17:17:31.762Z Compiling icu_properties_data v2.0.1
16702026-08-26T17:17:31.803Z Compiling form_urlencoded v1.2.2
16712026-08-26T17:17:31.878Z Compiling utf8_iter v1.0.4
16722026-08-26T17:17:31.897Z Compiling getrandom v0.4.2
16732026-08-26T17:17:31.982Z Compiling aho-corasick v1.1.3
16742026-08-26T17:17:32.029Z Compiling scopeguard v1.2.0
16752026-08-26T17:17:32.049Z Compiling byteorder v1.5.0
16762026-08-26T17:17:32.139Z Compiling semver v1.0.28
16772026-08-26T17:17:32.234Z Compiling serde_json v1.0.150
16782026-08-26T17:17:32.256Z Compiling indexmap v2.14.0
16792026-08-26T17:17:32.275Z Compiling lock_api v0.4.14
16802026-08-26T17:17:32.485Z Compiling ucd-trie v0.1.7
16812026-08-26T17:17:32.502Z Compiling uuid v1.23.3
16822026-08-26T17:17:32.614Z Compiling allocator-api2 v0.2.21
16832026-08-26T17:17:32.776Z Compiling regex-automata v0.4.13
16842026-08-26T17:17:32.878Z Compiling futures-core v0.3.32
16852026-08-26T17:17:32.919Z Compiling foldhash v0.2.0
16862026-08-26T17:17:33.034Z Compiling ryu v1.0.20
16872026-08-26T17:17:33.145Z Compiling hashbrown v0.16.1
16882026-08-26T17:17:33.225Z Compiling pretty-hex v0.4.1
16892026-08-26T17:17:33.379Z Compiling futures-sink v0.3.32
16902026-08-26T17:17:33.401Z Compiling strsim v0.11.1
16912026-08-26T17:17:33.497Z Compiling plain v0.2.3
16922026-08-26T17:17:33.610Z Compiling time-core v0.1.8
16932026-08-26T17:17:33.623Z Compiling num-conv v0.2.1
16942026-08-26T17:17:33.755Z Compiling slab v0.4.11
16952026-08-26T17:17:33.768Z Compiling futures-channel v0.3.32
16962026-08-26T17:17:33.780Z Compiling time-macros v0.2.27
16972026-08-26T17:17:33.937Z Compiling synstructure v0.13.2
16982026-08-26T17:17:34.005Z Compiling serde_derive_internals v0.29.1
16992026-08-26T17:17:34.170Z Compiling futures-task v0.3.32
17002026-08-26T17:17:34.332Z Compiling futures-io v0.3.32
17012026-08-26T17:17:34.493Z Compiling regress v0.10.5
17022026-08-26T17:17:34.499Z Compiling darling_core v0.21.3
17032026-08-26T17:17:34.499Z Compiling regex v1.12.4
17042026-08-26T17:17:34.688Z Compiling thread-id v5.0.0
17052026-08-26T17:17:34.746Z Compiling getrandom v0.2.16
17062026-08-26T17:17:34.773Z Compiling socket2 v0.6.4
17072026-08-26T17:17:34.929Z Compiling parking_lot_core v0.9.12
17082026-08-26T17:17:34.961Z Compiling bitflags v2.11.1
17092026-08-26T17:17:35.174Z Compiling serde_derive v1.0.228
17102026-08-26T17:17:35.203Z Compiling zerofrom-derive v0.1.6
17112026-08-26T17:17:35.214Z Compiling yoke-derive v0.8.0
17122026-08-26T17:17:35.226Z Compiling zerovec-derive v0.11.1
17132026-08-26T17:17:35.229Z Compiling displaydoc v0.2.5
17142026-08-26T17:17:35.367Z Compiling thiserror-impl v2.0.18
17152026-08-26T17:17:35.983Z Compiling schemars_derive v0.8.22
17162026-08-26T17:17:36.261Z Compiling tokio-macros v2.7.0
17172026-08-26T17:17:36.349Z Compiling zeroize_derive v1.4.3
17182026-08-26T17:17:36.420Z Compiling zerocopy-derive v0.8.27
17192026-08-26T17:17:36.527Z Compiling futures-macro v0.3.32
17202026-08-26T17:17:36.610Z Compiling thiserror v2.0.18
17212026-08-26T17:17:36.720Z Compiling zerofrom v0.1.6
17222026-08-26T17:17:36.851Z Compiling yoke v0.8.0
17232026-08-26T17:17:37.015Z Compiling zerovec v0.11.4
17242026-08-26T17:17:37.044Z Compiling tracing-attributes v0.1.30
17252026-08-26T17:17:37.056Z Compiling zerotrie v0.2.2
17262026-08-26T17:17:37.223Z Compiling thiserror-impl v1.0.69
17272026-08-26T17:17:37.396Z Compiling pest v2.8.2
17282026-08-26T17:17:37.404Z Compiling scroll_derive v0.13.1
17292026-08-26T17:17:37.676Z Compiling zerocopy v0.8.27
17302026-08-26T17:17:37.860Z Compiling tinystr v0.8.1
17312026-08-26T17:17:37.863Z Compiling serde v1.0.228
17322026-08-26T17:17:38.230Z Compiling icu_locale_core v2.0.0
17332026-08-26T17:17:38.262Z Compiling potential_utf v0.1.3
17342026-08-26T17:17:38.293Z Compiling bytes v1.12.0
17352026-08-26T17:17:38.466Z Compiling serde_tokenstream v0.2.3
17362026-08-26T17:17:38.479Z Compiling icu_collections v2.0.0
17372026-08-26T17:17:38.500Z Compiling chrono v0.4.45
17382026-08-26T17:17:38.657Z Compiling pest_meta v2.8.2
17392026-08-26T17:17:38.730Z Compiling async-trait v0.1.89
17402026-08-26T17:17:38.751Z Compiling icu_provider v2.0.0
17412026-08-26T17:17:38.945Z Compiling http v1.4.2
17422026-08-26T17:17:38.999Z Compiling icu_properties v2.0.1
17432026-08-26T17:17:39.074Z Compiling icu_normalizer v2.0.0
17442026-08-26T17:17:39.118Z Compiling scroll v0.13.0
17452026-08-26T17:17:39.171Z Compiling daft-derive v0.1.5
17462026-08-26T17:17:39.385Z Compiling pest_generator v2.8.2
17472026-08-26T17:17:39.676Z Compiling schemars v0.8.22
17482026-08-26T17:17:39.744Z Compiling goblin v0.10.1
17492026-08-26T17:17:39.931Z Compiling idna_adapter v1.2.1
17502026-08-26T17:17:39.978Z Compiling darling_macro v0.21.3
17512026-08-26T17:17:40.017Z Compiling pest_derive v2.8.2
17522026-08-26T17:17:40.037Z Compiling openssl-macros v0.1.1
17532026-08-26T17:17:40.082Z Compiling idna v1.1.0
17542026-08-26T17:17:40.520Z Compiling url v2.5.7
17552026-08-26T17:17:40.595Z Compiling typify-impl v0.4.3
17562026-08-26T17:17:40.603Z Compiling darling v0.21.3
17572026-08-26T17:17:40.603Z Compiling dtrace-parser v0.3.0
17582026-08-26T17:17:40.658Z Compiling openapiv3 v2.2.0
17592026-08-26T17:17:40.785Z Compiling async-stream-impl v0.3.6
17602026-08-26T17:17:40.837Z Compiling structmeta-derive v0.3.0
17612026-08-26T17:17:41.389Z Compiling newtype-uuid-macros v0.1.0
17622026-08-26T17:17:41.426Z Compiling serde_yaml v0.9.34+deprecated
17632026-08-26T17:17:41.458Z Compiling zeroize v1.8.1
17642026-08-26T17:17:41.667Z Compiling strum_macros v0.26.4
17652026-08-26T17:17:41.709Z Compiling parking_lot v0.12.5
17662026-08-26T17:17:41.899Z Compiling structmeta v0.3.0
17672026-08-26T17:17:42.104Z Compiling signal-hook-registry v1.4.6
17682026-08-26T17:17:42.118Z Compiling untrusted v0.9.0
17692026-08-26T17:17:42.185Z Compiling thiserror v1.0.69
17702026-08-26T17:17:42.240Z Compiling mio v1.2.1
17712026-08-26T17:17:42.253Z Compiling omicron-workspace-hack v0.1.0
17722026-08-26T17:17:42.289Z Compiling base64 v0.22.1
17732026-08-26T17:17:42.497Z Compiling dof v0.4.0
17742026-08-26T17:17:42.625Z Compiling tokio v1.52.3
17752026-08-26T17:17:42.679Z Compiling http-body v1.0.1
17762026-08-26T17:17:42.747Z Compiling dropshot_endpoint v0.16.7
17772026-08-26T17:17:42.833Z Compiling ref-cast-impl v1.0.25
17782026-08-26T17:17:43.285Z Compiling usdt-impl v0.6.0
17792026-08-26T17:17:43.510Z Compiling portable-atomic v1.11.1
17802026-08-26T17:17:43.725Z Compiling ipnet v2.11.0
17812026-08-26T17:17:43.817Z Compiling atomic-waker v1.1.2
17822026-08-26T17:17:43.956Z Compiling derive-ex v0.1.8
17832026-08-26T17:17:44.055Z Compiling strum_macros v0.27.2
17842026-08-26T17:17:44.058Z Compiling httparse v1.10.1
17852026-08-26T17:17:44.286Z Compiling tower-service v0.3.3
17862026-08-26T17:17:44.371Z Compiling critical-section v1.2.0
17872026-08-26T17:17:44.386Z Compiling tower-layer v0.3.3
17882026-08-26T17:17:44.488Z Compiling once_cell v1.21.3
17892026-08-26T17:17:44.549Z Compiling try-lock v0.2.5
17902026-08-26T17:17:44.625Z Compiling usdt-attr-macro v0.6.0
17912026-08-26T17:17:44.642Z Compiling usdt-macro v0.6.0
17922026-08-26T17:17:44.661Z Compiling want v0.3.1
17932026-08-26T17:17:44.836Z Compiling httpdate v1.0.3
17942026-08-26T17:17:44.902Z Compiling serde_with_macros v3.14.1
17952026-08-26T17:17:45.575Z Compiling test-strategy v0.4.3
17962026-08-26T17:17:45.755Z Compiling ppv-lite86 v0.2.21
17972026-08-26T17:17:45.918Z Compiling erased-serde v0.3.31
17982026-08-26T17:17:46.034Z Compiling subtle v2.6.1
17992026-08-26T17:17:46.082Z Compiling parse-display-derive v0.10.0
18002026-08-26T17:17:46.204Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18012026-08-26T17:17:46.743Z Compiling typify-macro v0.4.3
18022026-08-26T17:17:46.769Z Compiling http-body-util v0.1.3
18032026-08-26T17:17:46.798Z Compiling anyhow v1.0.102
18042026-08-26T17:17:47.014Z Compiling serde_urlencoded v0.7.1
18052026-08-26T17:17:47.142Z Compiling rand_core v0.6.4
18062026-08-26T17:17:47.375Z Compiling typenum v1.20.1
18072026-08-26T17:17:47.506Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18082026-08-26T17:17:47.733Z Compiling futures-util v0.3.32
18092026-08-26T17:17:48.224Z Compiling sync_wrapper v1.0.2
18102026-08-26T17:17:48.315Z Compiling powerfmt v0.2.0
18112026-08-26T17:17:48.539Z Compiling deranged v0.5.3
18122026-08-26T17:17:48.580Z Compiling num_threads v0.1.7
18132026-08-26T17:17:48.604Z Compiling tracing-core v0.1.34
18142026-08-26T17:17:48.684Z Compiling camino v1.2.3
18152026-08-26T17:17:48.799Z Compiling typify v0.4.3
18162026-08-26T17:17:48.873Z Compiling progenitor-impl v0.11.1
18172026-08-26T17:17:48.896Z Compiling iri-string v0.7.8
18182026-08-26T17:17:49.202Z Compiling tracing v0.1.41
18192026-08-26T17:17:49.284Z Compiling encoding_rs v0.8.35
18202026-08-26T17:17:49.435Z Compiling fastrand v2.3.0
18212026-08-26T17:17:49.529Z Compiling cpufeatures v0.2.17
18222026-08-26T17:17:49.603Z Compiling mime v0.3.17
18232026-08-26T17:17:49.606Z Compiling generic-array v0.14.7
18242026-08-26T17:17:49.813Z Compiling hex v0.4.3
18252026-08-26T17:17:50.082Z Compiling crypto-common v0.1.6
18262026-08-26T17:17:50.132Z Compiling errno v0.3.14
18272026-08-26T17:17:50.216Z Compiling tokio-util v0.7.16
18282026-08-26T17:17:50.476Z Compiling thread_local v1.1.9
18292026-08-26T17:17:50.532Z Compiling unicode-width v0.2.1
18302026-08-26T17:17:50.594Z Compiling syn v1.0.109
18312026-08-26T17:17:50.740Z Compiling rustls-pki-types v1.12.0
18322026-08-26T17:17:50.815Z Compiling match_cfg v0.1.0
18332026-08-26T17:17:50.929Z Compiling winnow v0.7.14
18342026-08-26T17:17:51.007Z Compiling rustix v1.1.4
18352026-08-26T17:17:51.515Z Compiling take_mut v0.2.2
18362026-08-26T17:17:51.589Z Compiling term v1.2.0
18372026-08-26T17:17:51.627Z Compiling winnow v1.0.3
18382026-08-26T17:17:51.977Z Compiling toml_parser v1.1.2+spec-1.1.0
18392026-08-26T17:17:52.137Z Compiling h2 v0.4.14
18402026-08-26T17:17:52.188Z Compiling ring v0.17.14
18412026-08-26T17:17:52.307Z Compiling progenitor-macro v0.11.1
18422026-08-26T17:17:52.489Z Compiling serde_spanned v1.1.1
18432026-08-26T17:17:52.687Z Compiling spin v0.9.8
18442026-08-26T17:17:52.742Z Compiling debug-ignore v1.0.5
18452026-08-26T17:17:52.850Z Compiling toml_writer v1.1.1+spec-1.1.0
18462026-08-26T17:17:53.066Z Compiling quick-error v1.2.3
18472026-08-26T17:17:53.203Z Compiling block-buffer v0.10.4
18482026-08-26T17:17:53.563Z Compiling waitgroup v0.1.2
18492026-08-26T17:17:53.712Z Compiling async-stream v0.3.6
18502026-08-26T17:17:53.891Z Compiling serde_path_to_error v0.1.20
18512026-08-26T17:17:53.924Z Compiling bit-vec v0.8.0
18522026-08-26T17:17:54.168Z Compiling lazy_static v1.5.0
18532026-08-26T17:17:54.260Z Compiling hyper v1.10.1
18542026-08-26T17:17:54.272Z Compiling bit-set v0.8.0
18552026-08-26T17:17:54.285Z Compiling digest v0.10.7
18562026-08-26T17:17:54.439Z Compiling strum v0.26.3
18572026-08-26T17:17:54.471Z Compiling ipnetwork v0.21.1
18582026-08-26T17:17:54.504Z Compiling crossbeam-utils v0.8.21
18592026-08-26T17:17:54.547Z Compiling toml_datetime v0.7.5+spec-1.1.0
18602026-08-26T17:17:54.565Z Compiling unarray v0.1.4
18612026-08-26T17:17:54.869Z Compiling toml v0.9.12+spec-1.1.0
18622026-08-26T17:17:54.919Z Compiling slog v2.8.2
18632026-08-26T17:17:55.011Z Compiling macaddr v1.0.1
18642026-08-26T17:17:55.015Z Compiling tabwriter v1.4.1
18652026-08-26T17:17:55.237Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18662026-08-26T17:17:55.260Z Compiling ref-cast v1.0.25
18672026-08-26T17:17:55.324Z Compiling hyper-util v0.1.20
18682026-08-26T17:17:55.363Z Compiling colored v3.1.1
18692026-08-26T17:17:55.414Z Compiling strum v0.27.2
18702026-08-26T17:17:55.427Z Compiling aws-lc-sys v0.39.1
18712026-08-26T17:17:55.544Z Compiling getrandom v0.3.3
18722026-08-26T17:17:55.760Z Compiling untrusted v0.7.1
18732026-08-26T17:17:55.890Z Compiling rand_core v0.9.3
18742026-08-26T17:17:55.986Z Compiling aws-lc-rs v1.16.2
18752026-08-26T17:17:56.084Z Compiling oxnet v0.1.6
18762026-08-26T17:17:56.112Z Compiling openssl-sys v0.9.117
18772026-08-26T17:17:56.385Z Compiling futures-executor v0.3.32
18782026-08-26T17:17:56.588Z Compiling instant v0.1.13
18792026-08-26T17:17:56.669Z Compiling foreign-types-shared v0.1.1
18802026-08-26T17:17:56.699Z Compiling rand_chacha v0.9.0
18812026-08-26T17:17:56.760Z Compiling foreign-types v0.3.2
18822026-08-26T17:17:56.838Z Compiling tempfile v3.27.0
18832026-08-26T17:17:57.016Z Compiling rustls-webpki v0.103.6
18842026-08-26T17:17:57.184Z Compiling tower v0.5.2
18852026-08-26T17:17:57.270Z Compiling toml_datetime v0.6.11
18862026-08-26T17:17:57.484Z Compiling rustls v0.23.40
18872026-08-26T17:17:57.543Z Compiling openssl-probe v0.1.6
18882026-08-26T17:17:57.660Z Compiling tower-http v0.6.8
18892026-08-26T17:17:57.735Z Compiling rand v0.9.3
18902026-08-26T17:17:58.055Z Compiling openssl v0.10.81
18912026-08-26T17:17:58.093Z Compiling futures v0.3.32
18922026-08-26T17:17:58.185Z Compiling time v0.3.47
18932026-08-26T17:17:58.334Z Compiling clap_derive v4.6.1
18942026-08-26T17:17:58.669Z Compiling memmap2 v0.9.8
18952026-08-26T17:17:59.349Z Compiling crossbeam-channel v0.5.15
18962026-08-26T17:17:59.734Z Compiling webpki-roots v1.0.2
18972026-08-26T17:17:59.831Z Compiling newtype-uuid v1.3.2
18982026-08-26T17:18:00.075Z Compiling daft v0.1.5
18992026-08-26T17:18:00.176Z Compiling is-terminal v0.4.16
19002026-08-26T17:18:00.189Z Compiling either v1.15.0
19012026-08-26T17:18:00.274Z Compiling slog-term v2.9.2
19022026-08-26T17:18:00.394Z Compiling slog-async v2.8.0
19032026-08-26T17:18:00.912Z Compiling tokio-rustls v0.26.4
19042026-08-26T17:18:00.925Z Compiling native-tls v0.2.14
19052026-08-26T17:18:00.938Z Compiling usdt v0.6.0
19062026-08-26T17:18:00.950Z Compiling slog-json v2.6.1
19072026-08-26T17:18:01.012Z Compiling hostname v0.3.1
19082026-08-26T17:18:01.145Z Compiling tokio-native-tls v0.3.1
19092026-08-26T17:18:01.158Z Compiling hyper-rustls v0.27.7
19102026-08-26T17:18:01.213Z Compiling slog-bunyan v2.5.0
19112026-08-26T17:18:01.225Z Compiling rustls-webpki v0.102.8
19122026-08-26T17:18:01.236Z Compiling multer v3.1.0
19132026-08-26T17:18:01.315Z Compiling hyper-tls v0.6.0
19142026-08-26T17:18:01.410Z Compiling rustls-pemfile v2.2.0
19152026-08-26T17:18:01.487Z Compiling reqwest v0.12.23
19162026-08-26T17:18:01.551Z Compiling hostname v0.4.2
19172026-08-26T17:18:01.698Z Compiling rustls v0.22.4
19182026-08-26T17:18:01.743Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19192026-08-26T17:18:02.162Z Compiling rand_chacha v0.3.1
19202026-08-26T17:18:02.318Z Compiling wait-timeout v0.2.1
19212026-08-26T17:18:02.624Z Compiling rusty-fork v0.3.0
19222026-08-26T17:18:02.673Z Compiling rand v0.8.5
19232026-08-26T17:18:02.743Z Compiling rand_xorshift v0.4.0
19242026-08-26T17:18:02.895Z Compiling sha1 v0.10.6
19252026-08-26T17:18:03.135Z Compiling proptest v1.8.0
19262026-08-26T17:18:03.326Z Compiling itertools v0.14.0
19272026-08-26T17:18:03.620Z Compiling tokio-rustls v0.25.0
19282026-08-26T17:18:03.859Z Compiling dropshot v0.16.7
19292026-08-26T17:18:05.476Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19302026-08-26T17:18:05.727Z Compiling progenitor-client v0.10.0
19312026-08-26T17:18:06.037Z Compiling progenitor-client v0.11.1
19322026-08-26T17:18:06.085Z Compiling serde_with v3.14.1
19332026-08-26T17:18:06.341Z Compiling num-derive v0.4.2
19342026-08-26T17:18:06.563Z Compiling progenitor v0.11.1
19352026-08-26T17:18:06.716Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19362026-08-26T17:18:06.978Z Compiling rustc-hash v2.1.1
19372026-08-26T17:18:07.065Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19382026-08-26T17:18:07.111Z Compiling iddqd v0.3.18
19392026-08-26T17:18:07.308Z Compiling backoff v0.4.0
19402026-08-26T17:18:07.519Z Compiling parse-display v0.10.0
19412026-08-26T17:18:07.750Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19422026-08-26T17:18:07.876Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19432026-08-26T17:18:07.888Z Compiling anstyle v1.0.14
19442026-08-26T17:18:08.122Z Compiling utf8parse v0.2.2
19452026-08-26T17:18:08.305Z Compiling anstyle-parse v1.0.0
19462026-08-26T17:18:08.669Z Compiling anstyle-query v1.1.4
19472026-08-26T17:18:08.682Z Compiling colorchoice v1.0.4
19482026-08-26T17:18:08.781Z Compiling is_terminal_polyfill v1.70.1
19492026-08-26T17:18:08.844Z Compiling clap_lex v1.1.0
19502026-08-26T17:18:08.966Z Compiling anstream v1.0.0
19512026-08-26T17:18:10.059Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19522026-08-26T17:18:12.144Z Compiling winnow v0.5.40
19532026-08-26T17:18:16.419Z Compiling terminal_size v0.4.3
19542026-08-26T17:18:18.112Z Compiling toml_edit v0.19.15
19552026-08-26T17:18:19.283Z Compiling proc-macro-crate v1.3.1
19562026-08-26T17:18:19.639Z Compiling clap_builder v4.6.0
19572026-08-26T17:18:20.127Z Compiling dropshot_endpoint v0.17.1
19582026-08-26T17:18:21.337Z Compiling clap v4.6.1
19592026-08-26T17:18:25.630Z Compiling serde_spanned v0.6.9
19602026-08-26T17:18:26.711Z Compiling prettyplease v0.2.37
19612026-08-26T17:18:27.093Z Compiling adler2 v2.0.1
19622026-08-26T17:18:27.235Z Compiling miniz_oxide v0.8.9
19632026-08-26T17:18:27.805Z Compiling crc32fast v1.5.0
19642026-08-26T17:18:27.926Z Compiling ingot-macros v0.1.1
19652026-08-26T17:18:28.128Z Compiling zerocopy-derive v0.7.35
19662026-08-26T17:18:28.132Z Compiling flate2 v1.1.2
19672026-08-26T17:18:29.061Z Compiling hubpack_derive v0.1.1
19682026-08-26T17:18:29.115Z Compiling hybrid-array v0.4.12
19692026-08-26T17:18:30.857Z Compiling scroll_derive v0.12.1
19702026-08-26T17:18:30.958Z Compiling toml_write v0.1.2
19712026-08-26T17:18:31.145Z Compiling toml_edit v0.22.27
19722026-08-26T17:18:32.014Z Compiling block-buffer v0.12.0
19732026-08-26T17:18:32.169Z Compiling crypto-common v0.2.2
19742026-08-26T17:18:32.223Z Compiling num_enum_derive v0.7.5
19752026-08-26T17:18:32.963Z Compiling foreign-types-macros v0.2.3
19762026-08-26T17:18:33.023Z Compiling num-integer v0.1.46
19772026-08-26T17:18:33.320Z Compiling const-oid v0.10.2
19782026-08-26T17:18:33.355Z Compiling compression-core v0.4.32
19792026-08-26T17:18:33.473Z Compiling float-ord v0.3.2
19802026-08-26T17:18:33.568Z Compiling compression-codecs v0.4.32
19812026-08-26T17:18:33.582Z Compiling digest v0.11.3
19822026-08-26T17:18:33.842Z Compiling toml v0.8.23
19832026-08-26T17:18:34.383Z Compiling zerocopy v0.7.35
19842026-08-26T17:18:35.854Z Compiling toml_datetime v1.1.1+spec-1.1.0
19852026-08-26T17:18:35.942Z Compiling glob v0.3.3
19862026-08-26T17:18:36.161Z Compiling cpufeatures v0.3.0
19872026-08-26T17:18:36.180Z Compiling toml v1.1.2+spec-1.1.0
19882026-08-26T17:18:36.247Z Compiling sha1 v0.11.0
19892026-08-26T17:18:36.401Z Compiling proc-macro-error-attr v1.0.4
19902026-08-26T17:18:36.506Z Compiling async-compression v0.4.33
19912026-08-26T17:18:36.836Z Compiling num-iter v0.1.45
19922026-08-26T17:18:36.847Z Compiling num-rational v0.4.2
19932026-08-26T17:18:37.181Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19942026-08-26T17:18:37.269Z Compiling num-complex v0.4.6
19952026-08-26T17:18:37.638Z Compiling num v0.4.3
19962026-08-26T17:18:37.668Z Compiling dropshot v0.17.1
19972026-08-26T17:18:37.706Z Compiling proc-macro-error v1.0.4
19982026-08-26T17:18:37.719Z Compiling num_enum_derive v0.5.11
19992026-08-26T17:18:37.880Z Compiling dtrace-parser v0.2.0
20002026-08-26T17:18:37.981Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20012026-08-26T17:18:38.258Z Compiling dof v0.3.0
20022026-08-26T17:18:38.534Z Compiling thread-id v4.2.2
20032026-08-26T17:18:38.630Z Compiling derive_more v0.99.20
20042026-08-26T17:18:38.656Z Compiling usdt-impl v0.5.0
20052026-08-26T17:18:38.830Z Compiling minimal-lexical v0.2.1
20062026-08-26T17:18:39.097Z Compiling nom v7.1.3
20072026-08-26T17:18:39.229Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20082026-08-26T17:18:39.833Z Compiling usdt-attr-macro v0.5.0
20092026-08-26T17:18:40.268Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20102026-08-26T17:18:40.435Z Compiling usdt-macro v0.5.0
20112026-08-26T17:18:40.646Z Compiling zone_cfg_derive v0.3.1
20122026-08-26T17:18:41.221Z Compiling libscf-sys v1.2.0
20132026-08-26T17:18:41.370Z Compiling rustc_version v0.4.1
20142026-08-26T17:18:41.407Z Compiling memoffset v0.9.1
20152026-08-26T17:18:41.500Z Compiling crossbeam-epoch v0.9.18
20162026-08-26T17:18:41.781Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
20172026-08-26T17:18:42.240Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20182026-08-26T17:18:42.240Z Compiling enum-as-inner v0.6.1
20192026-08-26T17:18:42.267Z Compiling curve25519-dalek v4.1.3
20202026-08-26T17:18:42.646Z Compiling regress v0.11.1
20212026-08-26T17:18:42.828Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20222026-08-26T17:18:43.148Z Compiling crossbeam-deque v0.8.6
20232026-08-26T17:18:43.354Z Compiling hubpack v0.1.2
20242026-08-26T17:18:43.656Z Compiling thiserror-impl-no-std v2.0.2
20252026-08-26T17:18:44.624Z Compiling curve25519-dalek-derive v0.1.1
20262026-08-26T17:18:44.780Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20272026-08-26T17:18:45.059Z Compiling static_assertions v1.1.0
20282026-08-26T17:18:45.142Z Compiling typify-impl v0.6.2
20292026-08-26T17:18:45.335Z Compiling rayon-core v1.13.0
20302026-08-26T17:18:45.685Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
20312026-08-26T17:18:45.874Z Compiling clang-sys v1.8.1
20322026-08-26T17:18:46.091Z Compiling hash32 v0.3.1
20332026-08-26T17:18:46.262Z Compiling bytecount v0.6.9
20342026-08-26T17:18:46.295Z Compiling heapless v0.8.0
20352026-08-26T17:18:46.307Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20362026-08-26T17:18:46.411Z Compiling scroll v0.12.0
20372026-08-26T17:18:46.454Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20382026-08-26T17:18:46.686Z Compiling ingot-types v0.1.2
20392026-08-26T17:18:46.760Z Compiling cobs v0.3.0
20402026-08-26T17:18:46.812Z Compiling libloading v0.8.9
20412026-08-26T17:18:46.892Z Compiling foreign-types-shared v0.3.1
20422026-08-26T17:18:46.966Z Compiling bitflags v1.3.2
20432026-08-26T17:18:46.995Z Compiling managed v0.8.0
20442026-08-26T17:18:47.017Z Compiling foreign-types v0.5.0
20452026-08-26T17:18:47.051Z Compiling ingot v0.1.1
20462026-08-26T17:18:47.086Z Compiling bindgen v0.72.1
20472026-08-26T17:18:47.105Z Compiling postcard v1.1.3
20482026-08-26T17:18:47.226Z Compiling smoltcp v0.11.0
20492026-08-26T17:18:47.478Z Compiling goblin v0.8.2
20502026-08-26T17:18:47.894Z Compiling cexpr v0.6.0
20512026-08-26T17:18:47.950Z Compiling num_enum v0.7.5
20522026-08-26T17:18:48.077Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20532026-08-26T17:18:48.514Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20542026-08-26T17:18:48.619Z Compiling camino-tempfile v1.4.1
20552026-08-26T17:18:48.659Z Compiling serde_repr v0.1.20
20562026-08-26T17:18:48.845Z Compiling derive-where v1.6.0
20572026-08-26T17:18:48.871Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20582026-08-26T17:18:49.179Z Compiling cstr-argument v0.1.2
20592026-08-26T17:18:49.343Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20602026-08-26T17:18:49.617Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20612026-08-26T17:18:50.789Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20622026-08-26T17:18:50.941Z Compiling rayon v1.11.0
20632026-08-26T17:18:50.982Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20642026-08-26T17:18:51.114Z Compiling crucible-workspace-hack v0.1.0
20652026-08-26T17:18:51.424Z Compiling typify-macro v0.6.2
20662026-08-26T17:18:51.594Z Compiling tinyvec_macros v0.1.1
20672026-08-26T17:18:51.663Z Compiling tinyvec v1.10.0
20682026-08-26T17:18:52.021Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20692026-08-26T17:18:52.518Z Compiling num_enum v0.5.11
20702026-08-26T17:18:52.890Z Compiling pin-project-internal v1.1.10
20712026-08-26T17:18:53.265Z Compiling memmap v0.7.0
20722026-08-26T17:18:53.430Z Compiling usdt v0.5.0
20732026-08-26T17:18:53.551Z Compiling typify v0.6.2
20742026-08-26T17:18:53.925Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20752026-08-26T17:18:54.038Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20762026-08-26T17:18:54.067Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20772026-08-26T17:18:54.219Z Compiling rustix v0.38.44
20782026-08-26T17:18:54.632Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20792026-08-26T17:18:54.905Z Compiling itertools v0.12.1
20802026-08-26T17:18:54.972Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20812026-08-26T17:18:55.094Z Compiling progenitor-impl v0.10.0
20822026-08-26T17:18:55.255Z Compiling sigpipe v0.1.3
20832026-08-26T17:18:55.349Z Compiling jiff v0.2.15
20842026-08-26T17:18:55.362Z Compiling const_format_proc_macros v0.2.34
20852026-08-26T17:18:55.539Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20862026-08-26T17:18:55.711Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20872026-08-26T17:18:55.999Z Compiling zone v0.3.1
20882026-08-26T17:18:56.169Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20892026-08-26T17:18:56.447Z Compiling progenitor-impl v0.14.0
20902026-08-26T17:18:56.875Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
20912026-08-26T17:18:57.140Z Compiling papergrid v0.18.0
20922026-08-26T17:18:57.284Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20932026-08-26T17:18:57.537Z Compiling nix v0.30.1
20942026-08-26T17:18:57.938Z Compiling smf v0.2.3
20952026-08-26T17:18:58.258Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20962026-08-26T17:18:58.623Z Compiling progenitor-macro v0.10.0
20972026-08-26T17:18:58.656Z Compiling secrecy v0.10.3
20982026-08-26T17:18:58.992Z Compiling snafu-derive v0.8.9
20992026-08-26T17:18:59.091Z Compiling async-recursion v1.1.1
21002026-08-26T17:18:59.199Z Compiling bstr v1.12.0
21012026-08-26T17:18:59.938Z Compiling whoami v1.6.1
21022026-08-26T17:18:59.951Z Compiling progenitor-macro v0.14.0
21032026-08-26T17:19:00.258Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21042026-08-26T17:19:00.741Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
21052026-08-26T17:19:00.744Z Compiling tabled v0.21.0
21062026-08-26T17:19:03.140Z Compiling nix v0.31.3
21072026-08-26T17:19:03.286Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21082026-08-26T17:19:03.717Z Compiling itertools v0.15.0
21092026-08-26T17:19:03.910Z Compiling hmac v0.12.1
21102026-08-26T17:19:04.065Z Compiling inout v0.1.4
21112026-08-26T17:19:04.135Z Compiling ff v0.13.1
21122026-08-26T17:19:04.275Z Compiling data-encoding v2.9.0
21132026-08-26T17:19:04.526Z Compiling group v0.13.0
21142026-08-26T17:19:04.592Z Compiling cipher v0.4.4
21152026-08-26T17:19:04.643Z Compiling hkdf v0.12.4
21162026-08-26T17:19:04.744Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21172026-08-26T17:19:05.064Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
21182026-08-26T17:19:05.128Z Compiling atomicwrites v0.4.4
21192026-08-26T17:19:05.333Z Compiling tabled_derive v0.7.0
21202026-08-26T17:19:05.585Z Compiling universal-hash v0.5.1
21212026-08-26T17:19:05.701Z Compiling crypto-bigint v0.5.5
21222026-08-26T17:19:05.714Z Compiling half v2.7.1
21232026-08-26T17:19:05.725Z Compiling crc8 v0.1.1
21242026-08-26T17:19:05.810Z Compiling indent_write v2.2.0
21252026-08-26T17:19:05.847Z Compiling base64ct v1.8.0
21262026-08-26T17:19:05.955Z Compiling base16ct v0.2.0
21272026-08-26T17:19:06.004Z Compiling ciborium-io v0.2.2
21282026-08-26T17:19:06.110Z Compiling opaque-debug v0.3.1
21292026-08-26T17:19:06.188Z Compiling poly1305 v0.8.0
21302026-08-26T17:19:06.290Z Compiling ciborium-ll v0.2.2
21312026-08-26T17:19:06.333Z Compiling password-hash v0.5.0
21322026-08-26T17:19:06.775Z Compiling elliptic-curve v0.13.8
21332026-08-26T17:19:07.055Z Compiling chacha20 v0.9.1
21342026-08-26T17:19:07.075Z Compiling similar v2.7.0
21352026-08-26T17:19:07.108Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21362026-08-26T17:19:07.180Z Compiling tokio-dtrace v0.1.1
21372026-08-26T17:19:07.458Z Compiling thiserror-no-std v2.0.2
21382026-08-26T17:19:08.206Z Compiling reqwest v0.13.2
21392026-08-26T17:19:08.346Z Compiling blake2 v0.10.6
21402026-08-26T17:19:08.385Z Compiling aead v0.5.2
21412026-08-26T17:19:08.517Z Compiling strum_macros v0.28.0
21422026-08-26T17:19:08.660Z Compiling keccak v0.1.6
21432026-08-26T17:19:09.020Z Compiling resolv-conf v0.7.5
21442026-08-26T17:19:09.101Z Compiling linked-hash-map v0.5.6
21452026-08-26T17:19:09.264Z Compiling lru-cache v0.1.2
21462026-08-26T17:19:09.291Z Compiling progenitor-client v0.14.0
21472026-08-26T17:19:09.667Z Compiling sha3 v0.10.8
21482026-08-26T17:19:09.856Z Compiling argon2 v0.5.3
21492026-08-26T17:19:09.877Z Compiling chacha20poly1305 v0.10.1
21502026-08-26T17:19:09.984Z Compiling vsss-rs v3.3.4
21512026-08-26T17:19:10.021Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21522026-08-26T17:19:10.395Z Compiling oxide-tokio-rt v0.1.2
21532026-08-26T17:19:10.637Z Compiling ciborium v0.2.2
21542026-08-26T17:19:11.243Z Compiling hickory-proto v0.24.4
21552026-08-26T17:19:11.416Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21562026-08-26T17:19:11.452Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21572026-08-26T17:19:12.203Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21582026-08-26T17:19:12.274Z Compiling serde-big-array v0.5.1
21592026-08-26T17:19:12.437Z Compiling same-file v1.0.6
21602026-08-26T17:19:12.746Z Compiling unicode-segmentation v1.12.0
21612026-08-26T17:19:12.817Z Compiling siphasher v1.0.1
21622026-08-26T17:19:12.967Z Compiling phf_shared v0.12.1
21632026-08-26T17:19:13.065Z Compiling newline-converter v0.3.0
21642026-08-26T17:19:13.150Z Compiling hickory-resolver v0.24.4
21652026-08-26T17:19:13.163Z Compiling walkdir v2.5.0
21662026-08-26T17:19:13.179Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21672026-08-26T17:19:13.192Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21682026-08-26T17:19:14.615Z Compiling progenitor v0.14.0
21692026-08-26T17:19:14.764Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21702026-08-26T17:19:14.872Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21712026-08-26T17:19:15.576Z Compiling newtype_derive v0.1.6
21722026-08-26T17:19:15.663Z Compiling owo-colors v4.3.0
21732026-08-26T17:19:15.883Z Compiling console v0.15.11
21742026-08-26T17:19:16.010Z Compiling tokio-stream v0.1.17
21752026-08-26T17:19:16.132Z Compiling csv-core v0.1.12
21762026-08-26T17:19:16.198Z Compiling unicode-linebreak v0.1.5
21772026-08-26T17:19:16.410Z Compiling swrite v0.1.0
21782026-08-26T17:19:16.422Z Compiling termtree v0.5.1
21792026-08-26T17:19:16.455Z Compiling foldhash v0.1.5
21802026-08-26T17:19:16.474Z Compiling smawk v0.3.2
21812026-08-26T17:19:16.510Z Compiling unicode-width v0.1.14
21822026-08-26T17:19:16.576Z Compiling hashbrown v0.15.5
21832026-08-26T17:19:16.615Z Compiling textwrap v0.16.2
21842026-08-26T17:19:16.688Z Compiling qorb v0.4.1
21852026-08-26T17:19:16.771Z Compiling csv v1.4.0
21862026-08-26T17:19:16.793Z Compiling expectorate v1.2.0
21872026-08-26T17:19:17.137Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21882026-08-26T17:19:17.332Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21892026-08-26T17:19:18.876Z Compiling phf v0.12.1
21902026-08-26T17:19:19.176Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
21912026-08-26T17:19:19.299Z Compiling pin-project v1.1.10
21922026-08-26T17:19:19.321Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21932026-08-26T17:19:19.409Z Compiling unicode-normalization v0.1.24
21942026-08-26T17:19:19.615Z Compiling libz-sys v1.1.22
21952026-08-26T17:19:19.752Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21962026-08-26T17:19:19.953Z Compiling libsw-core v0.3.2
21972026-08-26T17:19:20.362Z Compiling fixedbitset v0.4.2
21982026-08-26T17:19:20.479Z Compiling humantime v2.3.0
21992026-08-26T17:19:20.558Z Compiling highway v1.3.0
22002026-08-26T17:19:20.610Z Compiling fixedbitset v0.5.7
22012026-08-26T17:19:20.743Z Compiling petgraph v0.6.5
22022026-08-26T17:19:20.794Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22032026-08-26T17:19:20.950Z Compiling petgraph v0.8.2
22042026-08-26T17:19:20.962Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22052026-08-26T17:19:21.110Z Compiling progenitor v0.10.0
22062026-08-26T17:19:21.831Z Compiling libsw v3.5.0
22072026-08-26T17:19:22.191Z Compiling olpc-cjson v0.1.4
22082026-08-26T17:19:22.224Z Compiling libgit2-sys v0.17.0+1.8.1
22092026-08-26T17:19:22.366Z Compiling snafu v0.8.9
22102026-08-26T17:19:22.495Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22112026-08-26T17:19:22.755Z Compiling chrono-tz v0.10.4
22122026-08-26T17:19:23.285Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22132026-08-26T17:19:23.406Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22142026-08-26T17:19:23.507Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22152026-08-26T17:19:24.294Z Compiling papergrid v0.11.0
22162026-08-26T17:19:24.337Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
22172026-08-26T17:19:24.426Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22182026-08-26T17:19:24.723Z Compiling strum v0.28.0
22192026-08-26T17:19:25.642Z Compiling globset v0.4.16
22202026-08-26T17:19:26.054Z Compiling const_format v0.2.34
22212026-08-26T17:19:26.187Z Compiling slog-dtrace v0.3.0
22222026-08-26T17:19:26.390Z Compiling cancel-safe-futures v0.1.5
22232026-08-26T17:19:26.453Z Compiling gethostname v0.5.0
22242026-08-26T17:19:26.700Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22252026-08-26T17:19:27.490Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22262026-08-26T17:19:27.773Z Compiling dropshot-api-manager-types v0.7.2
22272026-08-26T17:19:28.085Z Compiling pem v3.0.5
22282026-08-26T17:19:28.122Z Compiling bcs v0.1.6
22292026-08-26T17:19:28.159Z Compiling serde_plain v1.0.2
22302026-08-26T17:19:28.373Z Compiling cargo-platform v0.1.9
22312026-08-26T17:19:28.837Z Compiling tagptr v0.2.0
22322026-08-26T17:19:29.001Z Compiling typed-path v0.9.3
22332026-08-26T17:19:29.054Z Compiling linear-map v1.2.0
22342026-08-26T17:19:29.251Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22352026-08-26T17:19:29.963Z Compiling tough v0.20.0
22362026-08-26T17:19:30.651Z Compiling moka v0.12.11
22372026-08-26T17:19:31.238Z Compiling cargo_metadata v0.18.1
22382026-08-26T17:19:31.657Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22392026-08-26T17:19:34.332Z Compiling tabled v0.15.0
22402026-08-26T17:19:34.554Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22412026-08-26T17:19:34.567Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22422026-08-26T17:19:34.824Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22432026-08-26T17:19:35.229Z Compiling git2 v0.19.0
22442026-08-26T17:19:36.194Z Compiling steno v0.4.1
22452026-08-26T17:19:37.646Z Compiling cookie v0.18.1
22462026-08-26T17:19:37.669Z Compiling hickory-proto v0.25.2
22472026-08-26T17:19:39.685Z Compiling hickory-resolver v0.25.2
22482026-08-26T17:19:41.091Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22492026-08-26T17:19:41.885Z Compiling vergen v8.3.2
22502026-08-26T17:19:43.382Z Compiling signal-hook v0.4.4
22512026-08-26T17:19:43.924Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22522026-08-26T17:19:44.336Z Compiling predicates-core v1.0.9
22532026-08-26T17:19:44.356Z Compiling mockall_derive v0.14.0
22542026-08-26T17:19:44.613Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22552026-08-26T17:19:44.953Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22562026-08-26T17:19:45.317Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22572026-08-26T17:19:45.891Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22582026-08-26T17:19:46.717Z Compiling sha2 v0.10.9
22592026-08-26T17:19:47.131Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22602026-08-26T17:19:47.145Z Compiling diff v0.1.13
22612026-08-26T17:19:47.363Z Compiling yansi v1.0.1
22622026-08-26T17:19:47.454Z Compiling mockall v0.14.0
22632026-08-26T17:19:47.580Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22642026-08-26T17:19:47.697Z Compiling pretty_assertions v1.4.1
22652026-08-26T17:19:48.072Z Compiling fs-err v3.1.2
22662026-08-26T17:19:48.387Z Compiling predicates-tree v1.0.12
22672026-08-26T17:19:48.708Z Compiling predicates v3.1.3
22682026-08-26T17:19:49.626Z Compiling git-stub v1.0.0
22692026-08-26T17:19:49.676Z Compiling serial_test_derive v3.5.0
22702026-08-26T17:19:49.848Z Compiling filetime v0.2.26
22712026-08-26T17:19:49.916Z Compiling xattr v1.6.1
22722026-08-26T17:19:50.049Z Compiling fragile v2.0.1
22732026-08-26T17:19:50.104Z Compiling is_ci v1.2.0
22742026-08-26T17:19:50.261Z Compiling constant_time_eq v0.3.1
22752026-08-26T17:19:50.385Z Compiling arrayref v0.3.9
22762026-08-26T17:19:50.417Z Compiling downcast v0.11.0
22772026-08-26T17:19:50.468Z Compiling arrayvec v0.7.6
22782026-08-26T17:19:50.576Z Compiling serial_test v3.5.0
22792026-08-26T17:19:50.679Z Compiling toml v0.7.8
22802026-08-26T17:19:50.861Z Compiling blake3 v1.8.2
22812026-08-26T17:19:50.961Z Compiling supports-color v3.0.2
22822026-08-26T17:19:51.157Z Compiling tar v0.4.45
22832026-08-26T17:19:51.345Z Compiling git-stub-vcs v0.1.0
22842026-08-26T17:19:51.735Z Compiling curl-sys v0.4.89+curl-8.20.0
22852026-08-26T17:19:52.189Z Compiling signal-hook-tokio v0.4.0
22862026-08-26T17:19:52.473Z Compiling scuffle v0.1.0
22872026-08-26T17:19:53.401Z Compiling drift v0.2.0
22882026-08-26T17:19:53.486Z Compiling kstat-rs v0.2.4
22892026-08-26T17:19:53.818Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22902026-08-26T17:19:53.981Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22912026-08-26T17:19:54.087Z Compiling hex-literal v1.1.0
22922026-08-26T17:19:54.141Z Compiling topological-sort v0.2.2
22932026-08-26T17:19:54.211Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22942026-08-26T17:19:54.302Z Compiling omicron-zone-package v0.12.2
22952026-08-26T17:19:54.955Z Compiling dropshot-api-manager v0.7.2
22962026-08-26T17:19:56.230Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22972026-08-26T17:19:56.254Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22982026-08-26T17:19:57.168Z Compiling curl v0.4.50
22992026-08-26T17:19:57.992Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
23002026-08-26T17:19:58.078Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23012026-08-26T17:19:58.645Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
23022026-08-26T17:19:58.898Z Compiling iddqd v0.4.5
23032026-08-26T17:19:58.912Z Compiling search_path v0.1.4
23042026-08-26T17:19:59.533Z Compiling internet-checksum v0.2.1
23052026-08-26T17:19:59.687Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
23062026-08-26T17:20:00.609Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
23072026-08-26T17:20:01.957Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
23082026-08-26T17:20:05.635Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
23092026-08-26T17:20:50.349Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 20s
23102026-08-26T17:20:50.476Z Running unittests src/lib.rs (target/debug/deps/aal-38ea820840cac455)
23112026-08-26T17:20:50.479Z
23122026-08-26T17:20:50.479Zrunning 0 tests
23132026-08-26T17:20:50.479Z
23142026-08-26T17:20:50.479Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23152026-08-26T17:20:50.479Z
23162026-08-26T17:20:50.479Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
23172026-08-26T17:20:50.483Z
23182026-08-26T17:20:50.483Zrunning 0 tests
23192026-08-26T17:20:50.483Z
23202026-08-26T17:20:50.483Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23212026-08-26T17:20:50.483Z
23222026-08-26T17:20:50.483Z Running unittests src/lib.rs (target/debug/deps/asic-3168fbafa5f02bd2)
23232026-08-26T17:20:50.486Z
23242026-08-26T17:20:50.486Zrunning 0 tests
23252026-08-26T17:20:50.486Z
23262026-08-26T17:20:50.486Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23272026-08-26T17:20:50.486Z
23282026-08-26T17:20:50.486Z Running unittests src/lib.rs (target/debug/deps/common-f0fc91ad575fea74)
23292026-08-26T17:20:50.491Z
23302026-08-26T17:20:50.491Zrunning 4 tests
23312026-08-26T17:20:50.494Ztest nat::tests::test_vni ... ok
23322026-08-26T17:20:50.494Ztest network::tests::test_generate_ipv6_link_local ... ok
23332026-08-26T17:20:50.494Ztest test_purge ... ok
23342026-08-26T17:20:50.497Ztest illumos::test::address_exists_handles_missing_object ... ok
23352026-08-26T17:20:50.497Z
23362026-08-26T17:20:50.497Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23372026-08-26T17:20:50.497Z
23382026-08-26T17:20:50.497Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-049fc7a9b9157ea9)
23392026-08-26T17:20:50.500Z
23402026-08-26T17:20:50.501Zrunning 1 test
23412026-08-26T17:20:50.504Z -------
23422026-08-26T17:20:50.504Z Generating OpenAPI documents from API definitions ...
23432026-08-26T17:20:50.641Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23442026-08-26T17:20:50.712Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23452026-08-26T17:20:51.751Z -------
23462026-08-26T17:20:51.751Z Checking 13 OpenAPI documents...
23472026-08-26T17:20:51.751Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23482026-08-26T17:20:51.751Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23492026-08-26T17:20:51.751Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23502026-08-26T17:20:51.751Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23512026-08-26T17:20:51.751Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23522026-08-26T17:20:51.754Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23532026-08-26T17:20:51.754Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23542026-08-26T17:20:51.755Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23552026-08-26T17:20:51.755Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23562026-08-26T17:20:51.755Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23572026-08-26T17:20:51.755Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23582026-08-26T17:20:51.755Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23592026-08-26T17:20:51.755Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
23602026-08-26T17:20:51.755Z Fresh dpd "latest" symlink
23612026-08-26T17:20:51.755Z -------
23622026-08-26T17:20:51.755Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
23632026-08-26T17:20:51.817Ztest test::test_apis_up_to_date ... ok
23642026-08-26T17:20:51.817Z
23652026-08-26T17:20:51.817Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.32s
23662026-08-26T17:20:51.817Z
23672026-08-26T17:20:51.869Z Running unittests src/main.rs (target/debug/deps/dpd-21bb189bdb36835c)
23682026-08-26T17:20:51.875Z
23692026-08-26T17:20:51.875Zrunning 34 tests
23702026-08-26T17:20:51.878Ztest freemap::test_ordering ... ok
23712026-08-26T17:20:51.878Ztest config::tests::test_updates ... ok
23722026-08-26T17:20:51.878Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23732026-08-26T17:20:51.878Ztest freemap::test_split ... ok
23742026-08-26T17:20:51.883Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23752026-08-26T17:20:51.883Ztest macaddrs::tests::test_mac_offset ... ok
23762026-08-26T17:20:51.883ZAug 26 17:20:50.876 DEBG created new freemap, Aug 26 17:20:50.876unit :DEBG freemap_testcreated new freemap,
23772026-08-26T17:20:51.883Zunit: freemap_test
23782026-08-26T17:20:51.883ZAug 26 17:20:50.876 DEBG initted freemap. size: 128, unit: freemap_test
23792026-08-26T17:20:51.883ZAug 26 17:20:50.876 DEBG Aug 26 17:20:50.876reset freemap , DEBGunit : initted freemap. size: 128freemap_test
23802026-08-26T17:20:51.883Z, unit: freemap_test
23812026-08-26T17:20:51.883ZAug 26 17:20:50.876 DEBG reset freemap, unit: freemap_test
23822026-08-26T17:20:51.883Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23832026-08-26T17:20:51.883ZAug 26 17:20:50.876 DEBG created new freemap, unit: freemap_test
23842026-08-26T17:20:51.883ZAug 26 17:20:50.876 DEBG initted freemap. size: 128, unit: freemap_test
23852026-08-26T17:20:51.883ZAug 26 17:20:50.876 DEBG reset freemap, unit: freemap_test
23862026-08-26T17:20:51.883ZAug 26 17:20:50.876 DEBG created new freemap, unit: freemap_test
23872026-08-26T17:20:51.883ZAug 26 17:20:50.876 DEBG initted freemap. size: 128, unit: freemap_test
23882026-08-26T17:20:51.883ZAug 26 17:20:50.876 DEBG reset freemap, unit: freemap_test
23892026-08-26T17:20:51.883Ztest freemap::test_basic ... ok
23902026-08-26T17:20:51.883Ztest freemap::test_free ... ok
23912026-08-26T17:20:51.883Ztest freemap::test_exhaustion ... ok
23922026-08-26T17:20:51.883Ztest macaddrs::tests::test_parse_port_id ... ok
23932026-08-26T17:20:51.883Ztest freemap::test_reclaim ... ok
23942026-08-26T17:20:51.884Ztest nat::test_mapping ... ok
23952026-08-26T17:20:51.884Ztest port_map::tests::test_backplane_group ... ok
23962026-08-26T17:20:51.884Ztest port_map::tests::test_port_map ... ok
23972026-08-26T17:20:51.884Ztest port_map::tests::dump_map ... ok
23982026-08-26T17:20:51.884ZAug 26 17:20:50.876 DEBG created new freemap, unit: freemap_test
23992026-08-26T17:20:51.884ZAug 26 17:20:50.877 DEBG initted freemap. size: 8, unit: freemap_test
24002026-08-26T17:20:51.884ZAug 26 17:20:50.877 DEBG reset freemap, unit: freemap_test
24012026-08-26T17:20:51.884Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
24022026-08-26T17:20:51.884ZAug 26 17:20:50.877 DEBG created new freemap, unit: freemap_route_ipv4
24032026-08-26T17:20:51.884ZAug 26 17:20:50.877 DEBG created new freemap, unit: freemap_route_ipv6
24042026-08-26T17:20:51.884ZAug 26 17:20:50.877 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
24052026-08-26T17:20:51.884ZAug 26 17:20:50.877 DEBG reset freemap, unit: freemap_route_ipv4
24062026-08-26T17:20:51.884ZAug 26 17:20:50.877 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
24072026-08-26T17:20:51.884ZAug 26 17:20:50.877 DEBG reset freemap, unit: freemap_route_ipv6
24082026-08-26T17:20:51.884ZAug 26 17:20:50.877 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
24092026-08-26T17:20:51.884ZAug 26 17:20:50.877 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 } }]
24102026-08-26T17:20:51.884ZAug 26 17:20:50.877 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
24112026-08-26T17:20:51.884ZAug 26 17:20:50.877 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 } }]
24122026-08-26T17:20:51.884ZAug 26 17:20:50.877 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
24132026-08-26T17:20:51.884ZAug 26 17:20:50.877 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 } }]
24142026-08-26T17:20:51.884ZAug 26 17:20:50.877 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
24152026-08-26T17:20:51.884ZAug 26 17:20:50.877 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 } }]
24162026-08-26T17:20:51.884ZAug 26 17:20:50.877 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
24172026-08-26T17:20:51.884ZAug 26 17:20:50.877 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 } }]
24182026-08-26T17:20:51.884ZAug 26 17:20:50.877 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
24192026-08-26T17:20:51.884ZAug 26 17:20:50.877 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 } }]
24202026-08-26T17:20:51.884ZAug 26 17:20:50.877 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
24212026-08-26T17:20:51.884ZAug 26 17:20:50.877 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 } }]
24222026-08-26T17:20:51.884ZAug 26 17:20:50.877 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
24232026-08-26T17:20:51.884ZAug 26 17:20:50.877 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 } }]
24242026-08-26T17:20:51.884ZAug 26 17:20:50.877 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
24252026-08-26T17:20:51.884ZAug 26 17:20:50.877 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 } }]
24262026-08-26T17:20:51.884ZAug 26 17:20:50.877 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
24272026-08-26T17:20:51.884ZAug 26 17:20:50.877 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 } }]
24282026-08-26T17:20:51.884ZAug 26 17:20:50.877 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
24292026-08-26T17:20:51.884ZAug 26 17:20:50.877 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 } }]
24302026-08-26T17:20:51.884ZAug 26 17:20:50.877 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
24312026-08-26T17:20:51.884ZAug 26 17:20:50.877Aug 26 17:20:50.877 DEBGDEBG created new freemapreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24322026-08-26T17:20:51.885Z, unit: Aug 26 17:20:50.877freemap_test INFO
24332026-08-26T17:20:51.885Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
24342026-08-26T17:20:51.885ZAug 26 17:20:50.877 DEBGAug 26 17:20:50.877 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
24352026-08-26T17:20:51.885Z initted freemap. size: 128, unit:Aug 26 17:20:50.877 freemap_testINFO
24362026-08-26T17:20:51.885Z adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
24372026-08-26T17:20:51.885ZAug 26 17:20:50.877Aug 26 17:20:50.877 DEBGDEBG reset freemapreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
24382026-08-26T17:20:51.885Zunit: freemap_test
24392026-08-26T17:20:51.885ZAug 26 17:20:50.877 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
24402026-08-26T17:20:51.885ZAug 26 17:20:50.877 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 } }]
24412026-08-26T17:20:51.885ZAug 26 17:20:50.877 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
24422026-08-26T17:20:51.885ZAug 26 17:20:50.877 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 } }]
24432026-08-26T17:20:51.885ZAug 26 17:20:50.877 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
24442026-08-26T17:20:51.885ZAug 26 17:20:50.877 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 } }]
24452026-08-26T17:20:51.885ZAug 26 17:20:50.877 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
24462026-08-26T17:20:51.885ZAug 26 17:20:50.877 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 } }]
24472026-08-26T17:20:51.885ZAug 26 17:20:50.877 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
24482026-08-26T17:20:51.885ZAug 26 17:20:50.877 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 } }]
24492026-08-26T17:20:51.885ZAug 26 17:20:50.877 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
24502026-08-26T17:20:51.885ZAug 26 17:20:50.877 DEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:20:50.877
24512026-08-26T17:20:51.885Z DEBG created new freemap, Aug 26 17:20:50.877unit :INFO freemap_route_ipv4adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
24522026-08-26T17:20:51.885Z
24532026-08-26T17:20:51.885Ztest api_server::tests::test_build_info ... ok
24542026-08-26T17:20:51.885ZAug 26 17:20:50.877Aug 26 17:20:50.877 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 } }]created new freemap
24552026-08-26T17:20:51.885Z, unit: freemap_route_ipv6Aug 26 17:20:50.877
24562026-08-26T17:20:51.885Z INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 26 17:20:50.877
24572026-08-26T17:20:51.885Z DEBG initted freemap. size: 64, Aug 26 17:20:50.877unit :DEBG freemap_route_ipv4replacing 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 } }]
24582026-08-26T17:20:51.885Z
24592026-08-26T17:20:51.885ZAug 26 17:20:50.877Aug 26 17:20:50.877 INFODEBG adding route 3fff:beef:12::/64 -> 2001:db8::55:ffreset freemap
24602026-08-26T17:20:51.885Z, unit: freemap_route_ipv4Aug 26 17:20:50.877
24612026-08-26T17:20:51.885Z 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 } }]
24622026-08-26T17:20:51.885ZAug 26 17:20:50.877 DEBG initted freemap. size: 64Aug 26 17:20:50.877, unitINFO: adding route 3fff:beef:13::/64 -> 2001:db8::55:fffreemap_route_ipv6
24632026-08-26T17:20:51.885Z
24642026-08-26T17:20:51.885ZAug 26 17:20:50.877Aug 26 17:20:50.877 DEBGAug 26 17:20:50.877 DEBGreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24652026-08-26T17:20:51.885ZDEBG reset freemapcreated new freemap, Aug 26 17:20:50.877unit :INFO , adding route 3fff:beef:14::/64 -> 2001:db8::55:fffreemap_route_ipv6
24662026-08-26T17:20:51.885Zunit
24672026-08-26T17:20:51.886Ztest port_map::tests::parse_softnpu_revision ... ok
24682026-08-26T17:20:51.886Z: Aug 26 17:20:50.877freemap_route_ipv4 Aug 26 17:20:50.877
24692026-08-26T17:20:51.886ZDEBG INFOreplacing 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 } }]
24702026-08-26T17:20:51.886Zadding route 3fff:dead::/64 -> 2001:db8::55:1
24712026-08-26T17:20:51.886ZAug 26 17:20:50.877Aug 26 17:20:50.877 Aug 26 17:20:50.877INFO DEBG DEBG adding route 3fff:beef:15::/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 } }]
24722026-08-26T17:20:51.886Ztest freemap::test_span ... ok
24732026-08-26T17:20:51.886Z
24742026-08-26T17:20:51.890Zcreated new freemap, unit: Aug 26 17:20:50.877Aug 26 17:20:50.877freemap_route_ipv6
24752026-08-26T17:20:51.890ZDEBGINFO 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:2
24762026-08-26T17:20:51.890Z
24772026-08-26T17:20:51.890ZAug 26 17:20:50.877 DEBG initted freemap. size: 64Aug 26 17:20:50.877, unitDEBGAug 26 17:20:50.877 :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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_ipv4
24782026-08-26T17:20:51.891Z
24792026-08-26T17:20:51.891ZINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
24802026-08-26T17:20:51.891ZAug 26 17:20:50.878 Aug 26 17:20:50.878DEBGAug 26 17:20:50.878 INFODEBGreset freemap , 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 } }]unit :adding route 3fff:beef::/64 -> 2001:db8::55:ff
24812026-08-26T17:20:51.891Z
24822026-08-26T17:20:51.891Z freemap_route_ipv4
24832026-08-26T17:20:51.891ZAug 26 17:20:50.878 Aug 26 17:20:50.878DEBG 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 } }] Aug 26 17:20:50.878adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
24842026-08-26T17:20:51.891Z
24852026-08-26T17:20:51.891Z DEBGAug 26 17:20:50.878 initted freemap. size: 64DEBG, unitreplacing 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 26 17:20:50.878
24862026-08-26T17:20:51.891Z freemap_route_ipv6INFO
24872026-08-26T17:20:51.891Z adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 26 17:20:50.878
24882026-08-26T17:20:51.891Z INFOAug 26 17:20:50.878 Aug 26 17:20:50.878 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBGDEBG
24892026-08-26T17:20:51.891Zreset freemapreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
24902026-08-26T17:20:51.891Zunit: freemap_route_ipv6
24912026-08-26T17:20:51.891ZAug 26 17:20:50.878Aug 26 17:20:50.878 DEBGINFO Aug 26 17:20:50.878adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
24922026-08-26T17:20:51.891ZINFOreplacing 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 } }]
24932026-08-26T17:20:51.891Zadding route 3fff:dead::/64 -> 2001:db8::55:1
24942026-08-26T17:20:51.891ZAug 26 17:20:50.878Aug 26 17:20:50.878 DEBGDEBGAug 26 17:20:50.878 replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
24952026-08-26T17:20:51.891Z
24962026-08-26T17:20:51.891ZINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
24972026-08-26T17:20:51.891ZAug 26 17:20:50.878Aug 26 17:20:50.878 INFO INFOadding route 3fff:beef::/64 -> 2001:db8::55:ff
24982026-08-26T17:20:51.891Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 26 17:20:50.878
24992026-08-26T17:20:51.891Z 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 26 17:20:50.878Aug 26 17:20:50.878
25002026-08-26T17:20:51.891ZDEBG DEBGreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
25012026-08-26T17:20:51.892Z
25022026-08-26T17:20:51.892ZAug 26 17:20:50.878 INFOAug 26 17:20:50.878 Aug 26 17:20:50.878 INFOINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
25032026-08-26T17:20:51.892Zadding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
25042026-08-26T17:20:51.892Z
25052026-08-26T17:20:51.892ZAug 26 17:20:50.878Aug 26 17:20:50.878Aug 26 17:20:50.878 DEBGDEBG 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 } }]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 } }]
25062026-08-26T17:20:51.892Zreplacing 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 } }]
25072026-08-26T17:20:51.892Z
25082026-08-26T17:20:51.892ZAug 26 17:20:50.878Aug 26 17:20:50.878 Aug 26 17:20:50.878 INFOINFO INFOadding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
25092026-08-26T17:20:51.892Z
25102026-08-26T17:20:51.892Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
25112026-08-26T17:20:51.892ZAug 26 17:20:50.878Aug 26 17:20:50.878 DEBGDEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:20:50.878Aug 26 17:20:50.878replacing 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
25122026-08-26T17:20:51.892Z
25132026-08-26T17:20:51.892Z 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 } }]
25142026-08-26T17:20:51.892Zcreated new freemap, unit: freemap_route_ipv4
25152026-08-26T17:20:51.892ZAug 26 17:20:50.878 DEBG created new freemap, unit: freemap_route_ipv6
25162026-08-26T17:20:51.892ZAug 26 17:20:50.878 DEBG Aug 26 17:20:50.878initted freemap. size: 64 , INFOunit :adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff freemap_route_ipv4
25172026-08-26T17:20:51.892Z
25182026-08-26T17:20:51.892ZAug 26 17:20:50.878 Aug 26 17:20:50.878Aug 26 17:20:50.878Aug 26 17:20:50.878 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffINFO
25192026-08-26T17:20:51.892Z adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
25202026-08-26T17:20:51.892ZAug 26 17:20:50.878 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 } }]
25212026-08-26T17:20:51.892ZAug 26 17:20:50.878 Aug 26 17:20:50.878DEBG 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 } }]
25222026-08-26T17:20:51.892Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
25232026-08-26T17:20:51.893ZAug 26 17:20:50.878Aug 26 17:20:50.878 INFODEBG adding route 3fff:beef:4::/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 } }]
25242026-08-26T17:20:51.893Z
25252026-08-26T17:20:51.893ZAug 26 17:20:50.878Aug 26 17:20:50.878 INFODEBG adding route 3fff:beef:8::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25262026-08-26T17:20:51.893Z
25272026-08-26T17:20:51.893ZAug 26 17:20:50.878Aug 26 17:20:50.878 DEBGINFO replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
25282026-08-26T17:20:51.893Z
25292026-08-26T17:20:51.893ZAug 26 17:20:50.878Aug 26 17:20:50.878 INFODEBG adding route 3fff:beef:9::/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 } }]
25302026-08-26T17:20:51.893Z
25312026-08-26T17:20:51.893ZAug 26 17:20:50.878Aug 26 17:20:50.878 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:6::/64 -> 2001:db8::55:ff
25322026-08-26T17:20:51.893Z
25332026-08-26T17:20:51.893ZAug 26 17:20:50.878Aug 26 17:20:50.878 DEBGINFO replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
25342026-08-26T17:20:51.893Z
25352026-08-26T17:20:51.893ZAug 26 17:20:50.878Aug 26 17:20:50.878 INFODEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25362026-08-26T17:20:51.893Z
25372026-08-26T17:20:51.893ZAug 26 17:20:50.878Aug 26 17:20:50.878 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:b::/64 -> 2001:db8::55:ff
25382026-08-26T17:20:51.893Z
25392026-08-26T17:20:51.893ZAug 26 17:20:50.878Aug 26 17:20:50.878 INFODEBG adding route 3fff:beef:8::/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 } }]
25402026-08-26T17:20:51.893Z
25412026-08-26T17:20:51.893ZAug 26 17:20:50.878Aug 26 17:20:50.878 DEBGINFO replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
25422026-08-26T17:20:51.893Z
25432026-08-26T17:20:51.893ZAug 26 17:20:50.878Aug 26 17:20:50.878 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:9::/64 -> 2001:db8::55:ff
25442026-08-26T17:20:51.893Z
25452026-08-26T17:20:51.893ZAug 26 17:20:50.878Aug 26 17:20:50.878 INFODEBG adding route 3fff:beef:d::/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 } }]
25462026-08-26T17:20:51.893Z
25472026-08-26T17:20:51.893ZAug 26 17:20:50.878Aug 26 17:20:50.878 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:a::/64 -> 2001:db8::55:ff
25482026-08-26T17:20:51.893Z
25492026-08-26T17:20:51.893ZAug 26 17:20:50.878Aug 26 17:20:50.878 INFODEBG adding route 3fff:beef:e::/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 } }]
25502026-08-26T17:20:51.893Z
25512026-08-26T17:20:51.893ZAug 26 17:20:50.878Aug 26 17:20:50.878 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:b::/64 -> 2001:db8::55:ff
25522026-08-26T17:20:51.893Z
25532026-08-26T17:20:51.893ZAug 26 17:20:50.878Aug 26 17:20:50.878 INFODEBG adding route 3fff:beef:f::/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 } }]
25542026-08-26T17:20:51.893Z
25552026-08-26T17:20:51.893ZAug 26 17:20:50.878Aug 26 17:20:50.878 INFODEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25562026-08-26T17:20:51.893Z
25572026-08-26T17:20:51.893ZAug 26 17:20:50.878Aug 26 17:20:50.878 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:10::/64 -> 2001:db8::55:ff
25582026-08-26T17:20:51.893Z
25592026-08-26T17:20:51.893ZAug 26 17:20:50.878Aug 26 17:20:50.878 INFODEBG adding route 3fff:beef:d::/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 } }]
25602026-08-26T17:20:51.893Z
25612026-08-26T17:20:51.894ZAug 26 17:20:50.878Aug 26 17:20:50.878 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:11::/64 -> 2001:db8::55:ff
25622026-08-26T17:20:51.894Z
25632026-08-26T17:20:51.894ZAug 26 17:20:50.878Aug 26 17:20:50.878 INFODEBG adding route 3fff:beef:e::/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 } }]
25642026-08-26T17:20:51.894Z
25652026-08-26T17:20:51.894ZAug 26 17:20:50.878Aug 26 17:20:50.878 INFODEBG adding route 3fff:beef:12::/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 } }]
25662026-08-26T17:20:51.894Z
25672026-08-26T17:20:51.894ZAug 26 17:20:50.878Aug 26 17:20:50.878 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:f::/64 -> 2001:db8::55:ff
25682026-08-26T17:20:51.894Z
25692026-08-26T17:20:51.894ZAug 26 17:20:50.878Aug 26 17:20:50.878 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:13::/64 -> 2001:db8::55:ff
25702026-08-26T17:20:51.894Z
25712026-08-26T17:20:51.894ZAug 26 17:20:50.878Aug 26 17:20:50.878 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:10::/64 -> 2001:db8::55:ff
25722026-08-26T17:20:51.894Z
25732026-08-26T17:20:51.894ZAug 26 17:20:50.878Aug 26 17:20:50.878 INFODEBG adding route 3fff:beef:14::/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 } }]
25742026-08-26T17:20:51.898Z
25752026-08-26T17:20:51.898Z DEBGAug 26 17:20:50.878 replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 26 17:20:50.878
25762026-08-26T17:20:51.898Z DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
25772026-08-26T17:20:51.898Zreplacing 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 } }]
25782026-08-26T17:20:51.898ZAug 26 17:20:50.878 INFOAug 26 17:20:50.878 Aug 26 17:20:50.878DEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
25792026-08-26T17:20:51.898Zreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
25802026-08-26T17:20:51.898Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
25812026-08-26T17:20:51.898ZAug 26 17:20:50.878Aug 26 17:20:50.878 Aug 26 17:20:50.878DEBG 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 } }]
25822026-08-26T17:20:51.898ZINFOreplacing 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 } }]
25832026-08-26T17:20:51.898Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
25842026-08-26T17:20:51.898ZAug 26 17:20:50.878 INFOAug 26 17:20:50.878 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 26 17:20:50.878INFO
25852026-08-26T17:20:51.898Z DEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25862026-08-26T17:20:51.898ZAug 26 17:20:50.878
25872026-08-26T17:20:51.898Z DEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:20:50.878
25882026-08-26T17:20:51.898ZAug 26 17:20:50.878 INFODEBG Aug 26 17:20:50.878adding route 3fff:beef:13::/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 } }]
25892026-08-26T17:20:51.899Z
25902026-08-26T17:20:51.899ZINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
25912026-08-26T17:20:51.899ZAug 26 17:20:50.878Aug 26 17:20:50.878Aug 26 17:20:50.878 DEBGDEBG 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:17::/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 } }]
25922026-08-26T17:20:51.899Z
25932026-08-26T17:20:51.899Z
25942026-08-26T17:20:51.899ZAug 26 17:20:50.878Aug 26 17:20:50.878Aug 26 17:20:50.878 DEBG INFOINFO adding route 3fff:beef:14::/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 } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
25952026-08-26T17:20:51.899Z
25962026-08-26T17:20:51.899Z
25972026-08-26T17:20:51.899ZAug 26 17:20:50.878Aug 26 17:20:50.878 DEBGAug 26 17:20:50.878DEBG 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 } }]
25982026-08-26T17:20:51.899ZINFOreplacing 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 } }]
25992026-08-26T17:20:51.899Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
26002026-08-26T17:20:51.899ZAug 26 17:20:50.878Aug 26 17:20:50.878 Aug 26 17:20:50.878INFO INFODEBG adding route 3fff:beef:15::/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 } }]
26012026-08-26T17:20:51.899Z
26022026-08-26T17:20:51.899Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
26032026-08-26T17:20:51.899ZAug 26 17:20:50.878Aug 26 17:20:50.878Aug 26 17:20:50.878 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 } }] DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
26042026-08-26T17:20:51.899Z
26052026-08-26T17:20:51.899Zreplacing 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 } }]
26062026-08-26T17:20:51.899ZAug 26 17:20:50.878Aug 26 17:20:50.878 Aug 26 17:20:50.878 INFOINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
26072026-08-26T17:20:51.899Z
26082026-08-26T17:20:51.899Z 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 } }]
26092026-08-26T17:20:51.899ZAug 26 17:20:50.878Aug 26 17:20:50.878 Aug 26 17:20:50.878DEBG 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 } }]
26102026-08-26T17:20:51.899Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26112026-08-26T17:20:51.899Z
26122026-08-26T17:20:51.899ZAug 26 17:20:50.878 Aug 26 17:20:50.878Aug 26 17:20:50.878 DEBGINFO 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 } }]adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
26132026-08-26T17:20:51.899Z
26142026-08-26T17:20:51.899Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
26152026-08-26T17:20:51.899ZAug 26 17:20:50.878Aug 26 17:20:50.878Aug 26 17:20:50.878 Aug 26 17:20:50.878DEBGDEBG INFO replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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:1b::/64 -> 2001:db8::55:ff
26162026-08-26T17:20:51.899Z
26172026-08-26T17:20:51.899Z
26182026-08-26T17:20:51.899ZDEBG Aug 26 17:20:50.878created new freemap Aug 26 17:20:50.878DEBGAug 26 17:20:50.878 INFOINFO replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] , adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
26192026-08-26T17:20:51.899Z
26202026-08-26T17:20:51.899Zunitadding route 3fff:beef:24::/64 -> 2001:db8::55:ff:
26212026-08-26T17:20:51.899Z freemap_route_ipv4Aug 26 17:20:50.878Aug 26 17:20:50.878
26222026-08-26T17:20:51.899ZAug 26 17:20:50.878 INFODEBG DEBGAug 26 17:20:50.878 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 } }]DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
26232026-08-26T17:20:51.899Zcreated new freemapreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26242026-08-26T17:20:51.899Z,
26252026-08-26T17:20:51.899Zunit: freemap_route_ipv6Aug 26 17:20:50.878
26262026-08-26T17:20:51.899ZAug 26 17:20:50.878 Aug 26 17:20:50.878INFO INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
26272026-08-26T17:20:51.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 } }]
26282026-08-26T17:20:51.900Z
26292026-08-26T17:20:51.900ZAug 26 17:20:50.878 DEBG initted freemap. size: 64Aug 26 17:20:50.878Aug 26 17:20:50.878 Aug 26 17:20:50.878, unitDEBG 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 } }] INFO
26302026-08-26T17:20:51.900Z 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 } }]freemap_route_ipv4adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
26312026-08-26T17:20:51.900Z
26322026-08-26T17:20:51.900Z
26332026-08-26T17:20:51.900ZAug 26 17:20:50.878Aug 26 17:20:50.878Aug 26 17:20:50.878 Aug 26 17:20:50.878DEBG INFODEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
26342026-08-26T17:20:51.900Zreset freemapINFO, replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
26352026-08-26T17:20:51.900Z:Aug 26 17:20:50.878 freemap_route_ipv4DEBG
26362026-08-26T17:20:51.900Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
26372026-08-26T17:20:51.900Zreplacing 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 } }]
26382026-08-26T17:20:51.900ZAug 26 17:20:50.878Aug 26 17:20:50.878 Aug 26 17:20:50.878INFOAug 26 17:20:50.878 DEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffINFO
26392026-08-26T17:20:51.900ZDEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
26402026-08-26T17:20:51.900Z initted freemap. size: 64replacing 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 } }],
26412026-08-26T17:20:51.900ZunitAug 26 17:20:50.878Aug 26 17:20:50.878: freemap_route_ipv6DEBG
26422026-08-26T17:20:51.900ZDEBG Aug 26 17:20:50.878replacing 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 } }]
26432026-08-26T17:20:51.900ZINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26442026-08-26T17:20:51.900Z
26452026-08-26T17:20:51.900ZAug 26 17:20:50.878Aug 26 17:20:50.878 INFODEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffreset freemapAug 26 17:20:50.878,
26462026-08-26T17:20:51.900Zunit: Aug 26 17:20:50.878INFOfreemap_route_ipv6Aug 26 17:20:50.878
26472026-08-26T17:20:51.900Z DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG
26482026-08-26T17:20:51.900Z replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
26492026-08-26T17:20:51.900Z
26502026-08-26T17:20:51.900ZAug 26 17:20:50.878 INFOAug 26 17:20:50.878Aug 26 17:20:50.878 Aug 26 17:20:50.878 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG INFO
26512026-08-26T17:20:51.900Zreplacing 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:28::/64 -> 2001:db8::55:ff
26522026-08-26T17:20:51.900ZINFO
26532026-08-26T17:20:51.900ZAug 26 17:20:50.878Aug 26 17:20:50.878 DEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 26 17:20:50.878
26542026-08-26T17:20:51.900Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO
26552026-08-26T17:20:51.900ZAug 26 17:20:50.879DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff 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 } }]
26562026-08-26T17:20:51.900Z
26572026-08-26T17:20:51.900ZAug 26 17:20:50.879 DEBGDEBGDEBGAug 26 17:20:50.879 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
26582026-08-26T17:20:51.900Z
26592026-08-26T17:20:51.900ZDEBGAug 26 17:20:50.879 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 } }]
26602026-08-26T17:20:51.900Z INFOreset freemap Aug 26 17:20:50.879adding route 3fff:beef:29::/64 -> 2001:db8::55:ff Aug 26 17:20:50.879, unitINFOINFO: adding route 3fff:beef:1e::/64 -> 2001:db8::55:fffreemap_route_ipv4
26612026-08-26T17:20:51.900Z
26622026-08-26T17:20:51.901Z
26632026-08-26T17:20:51.901Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 26 17:20:50.879
26642026-08-26T17:20:51.901ZAug 26 17:20:50.879 Aug 26 17:20:50.879 DEBG DEBGDEBGreplacing 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 } }]
26652026-08-26T17:20:51.901ZAug 26 17:20:50.879 DEBGreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64 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 } }]
26662026-08-26T17:20:51.901Z,
26672026-08-26T17:20:51.901ZAug 26 17:20:50.879unit :Aug 26 17:20:50.879 Aug 26 17:20:50.879INFO INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff freemap_route_ipv6INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
26682026-08-26T17:20:51.901Z
26692026-08-26T17:20:51.901Z
26702026-08-26T17:20:51.901Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
26712026-08-26T17:20:51.901ZAug 26 17:20:50.879Aug 26 17:20:50.879 Aug 26 17:20:50.879DEBG Aug 26 17:20:50.879 DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
26722026-08-26T17:20:51.901Z DEBGreset freemapreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], unitreplacing 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 } }]:
26732026-08-26T17:20:51.901Z
26742026-08-26T17:20:51.905Z freemap_route_ipv6Aug 26 17:20:50.879
26752026-08-26T17:20:51.905Z INFOAug 26 17:20:50.879 Aug 26 17:20:50.879 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 26 17:20:50.879INFO
26762026-08-26T17:20:51.905Z INFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
26772026-08-26T17:20:51.905Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFO
26782026-08-26T17:20:51.905ZAug 26 17:20:50.879 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
26792026-08-26T17:20:51.905Z Aug 26 17:20:50.879replacing 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 26 17:20:50.879
26802026-08-26T17:20:51.905Z DEBGDEBG Aug 26 17:20:50.879Aug 26 17:20:50.879 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 } }]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 } }]
26812026-08-26T17:20:51.905Z
26822026-08-26T17:20:51.905Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] INFO
26832026-08-26T17:20:51.905Z Aug 26 17:20:50.879adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff Aug 26 17:20:50.879INFO
26842026-08-26T17:20:51.906ZINFO Aug 26 17:20:50.879 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
26852026-08-26T17:20:51.906Z
26862026-08-26T17:20:51.906ZAug 26 17:20:50.879
26872026-08-26T17:20:51.906Z DEBG Aug 26 17:20:50.879Aug 26 17:20:50.879Aug 26 17:20:50.879 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 } }] DEBGDEBG
26882026-08-26T17:20:51.906Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG
26892026-08-26T17:20:51.906Z 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 } }]
26902026-08-26T17:20:51.906Zreplacing 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 } }]
26912026-08-26T17:20:51.906ZAug 26 17:20:50.879Aug 26 17:20:50.879Aug 26 17:20:50.879 Aug 26 17:20:50.879INFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFO
26922026-08-26T17:20:51.906Z
26932026-08-26T17:20:51.906Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
26942026-08-26T17:20:51.906ZINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 26 17:20:50.879Aug 26 17:20:50.879 Aug 26 17:20:50.879
26952026-08-26T17:20:51.906Z DEBG DEBGDEBGreplacing 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 } }]
26962026-08-26T17:20:51.906Zreplacing 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 26 17:20:50.879
26972026-08-26T17:20:51.906Zreplacing 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 } }]
26982026-08-26T17:20:51.906ZDEBG Aug 26 17:20:50.879replacing 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 26 17:20:50.879INFO
26992026-08-26T17:20:51.906Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFOAug 26 17:20:50.879Aug 26 17:20:50.879
27002026-08-26T17:20:51.906Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
27012026-08-26T17:20:51.906Z INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
27022026-08-26T17:20:51.906Z
27032026-08-26T17:20:51.906ZAug 26 17:20:50.879Aug 26 17:20:50.879 DEBG 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 } }]Aug 26 17:20:50.879
27042026-08-26T17:20:51.906Z 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 26 17:20:50.879DEBG
27052026-08-26T17:20:51.906Z 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 26 17:20:50.879DEBG
27062026-08-26T17:20:51.906Z Aug 26 17:20:50.879 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 } }]
27072026-08-26T17:20:51.906ZINFOINFO Aug 26 17:20:50.879adding route 3fff:beef:24::/64 -> 2001:db8::55:ff Aug 26 17:20:50.879INFO
27082026-08-26T17:20:51.906Z INFOadding route 3fff:beef::/64 -> 2001:db8::55:ff
27092026-08-26T17:20:51.906Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
27102026-08-26T17:20:51.906Z
27112026-08-26T17:20:51.906ZAug 26 17:20:50.879Aug 26 17:20:50.879 Aug 26 17:20:50.879Aug 26 17:20:50.879DEBG 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:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGreplacing targets for 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 } }]
27122026-08-26T17:20:51.906Z
27132026-08-26T17:20:51.906Z
27142026-08-26T17:20:51.906Z 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 } }]
27152026-08-26T17:20:51.906ZAug 26 17:20:50.879Aug 26 17:20:50.879 Aug 26 17:20:50.879 Aug 26 17:20:50.879INFOINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFO
27162026-08-26T17:20:51.906ZINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff Aug 26 17:20:50.879
27172026-08-26T17:20:51.906Z
27182026-08-26T17:20:51.906Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG
27192026-08-26T17:20:51.906Z 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 } }]
27202026-08-26T17:20:51.906ZAug 26 17:20:50.879 Aug 26 17:20:50.879Aug 26 17:20:50.879 DEBGDEBGDEBG 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: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 26 17:20:50.879
27212026-08-26T17:20:51.906Z
27222026-08-26T17:20:51.907Z 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 } }]INFO
27232026-08-26T17:20:51.907Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
27242026-08-26T17:20:51.907ZAug 26 17:20:50.879Aug 26 17:20:50.879 Aug 26 17:20:50.879INFO INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
27252026-08-26T17:20:51.907Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
27262026-08-26T17:20:51.907ZAug 26 17:20:50.879
27272026-08-26T17:20:51.907Z 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 26 17:20:50.879Aug 26 17:20:50.879Aug 26 17:20:50.879
27282026-08-26T17:20:51.907Z DEBG DEBGDEBGreplacing 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 26 17:20:50.879 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 } }]
27292026-08-26T17:20:51.907ZINFO
27302026-08-26T17:20:51.907Zreplacing 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 } }]
27312026-08-26T17:20:51.907Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 26 17:20:50.879
27322026-08-26T17:20:51.907Z INFO Aug 26 17:20:50.879adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 26 17:20:50.879
27332026-08-26T17:20:51.907ZAug 26 17:20:50.879INFO DEBG 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 } }]
27342026-08-26T17:20:51.907Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
27352026-08-26T17:20:51.907Z
27362026-08-26T17:20:51.907ZAug 26 17:20:50.879Aug 26 17:20:50.879 DEBGAug 26 17:20:50.879INFO 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 } }]DEBG
27372026-08-26T17:20:51.907ZAug 26 17:20:50.879 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
27382026-08-26T17:20:51.907Zreplacing 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 26 17:20:50.879
27392026-08-26T17:20:51.907ZINFODEBG Aug 26 17:20:50.879adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 26 17:20:50.879
27402026-08-26T17:20:51.907Z DEBGINFOreplacing 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 } }]
27412026-08-26T17:20:51.907Zreplacing 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 26 17:20:50.879adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
27422026-08-26T17:20:51.907Z
27432026-08-26T17:20:51.907ZAug 26 17:20:50.879 DEBG INFOAug 26 17:20:50.879replacing 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 } }]
27442026-08-26T17:20:51.907ZAug 26 17:20:50.879adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
27452026-08-26T17:20:51.907Z INFO DEBGAug 26 17:20:50.879adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 26 17:20:50.879
27462026-08-26T17:20:51.907Zreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
27472026-08-26T17:20:51.907Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
27482026-08-26T17:20:51.907ZDEBG Aug 26 17:20:50.879Aug 26 17:20:50.879replacing 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 } }]
27492026-08-26T17:20:51.907ZDEBGINFOAug 26 17:20:50.879 adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
27502026-08-26T17:20:51.907ZDEBGAug 26 17:20:50.879 replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOreplacing targets for 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 } }]
27512026-08-26T17:20:51.907Z
27522026-08-26T17:20:51.907Z Aug 26 17:20:50.879adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
27532026-08-26T17:20:51.907ZDEBGAug 26 17:20:50.879 Aug 26 17:20:50.879replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
27542026-08-26T17:20:51.907ZINFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
27552026-08-26T17:20:51.907Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
27562026-08-26T17:20:51.907ZAug 26 17:20:50.879Aug 26 17:20:50.879Aug 26 17:20:50.879Aug 26 17:20:50.879 INFODEBG adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBGDEBG
27572026-08-26T17:20:51.907Zreplacing 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 } }]
27582026-08-26T17:20:51.907Zreplacing 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: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 } }]
27592026-08-26T17:20:51.907Z
27602026-08-26T17:20:51.908ZAug 26 17:20:50.879 Aug 26 17:20:50.879DEBG Aug 26 17:20:50.879 Aug 26 17:20:50.879INFO replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
27612026-08-26T17:20:51.908Z
27622026-08-26T17:20:51.908ZINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO
27632026-08-26T17:20:51.908Z adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
27642026-08-26T17:20:51.908ZAug 26 17:20:50.879 Aug 26 17:20:50.879Aug 26 17:20:50.879 INFODEBG Aug 26 17:20:50.879 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG
27652026-08-26T17:20:51.908ZDEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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: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 } }]
27662026-08-26T17:20:51.908Z
27672026-08-26T17:20:51.908Z
27682026-08-26T17:20:51.908ZAug 26 17:20:50.879 Aug 26 17:20:50.879Aug 26 17:20:50.879DEBG 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 } }]INFO
27692026-08-26T17:20:51.908Z Aug 26 17:20:50.879 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO
27702026-08-26T17:20:51.908Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
27712026-08-26T17:20:51.908Z
27722026-08-26T17:20:51.908ZAug 26 17:20:50.879 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 26 17:20:50.879Aug 26 17:20:50.879
27732026-08-26T17:20:51.908ZAug 26 17:20:50.879INFO DEBG adding route 3fff:beef:2c::/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 } }]
27742026-08-26T17:20:51.912Z
27752026-08-26T17:20:51.912ZDEBGAug 26 17:20:50.879Aug 26 17:20:50.879 replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
27762026-08-26T17:20:51.912ZAug 26 17:20:50.879 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 } }]
27772026-08-26T17:20:51.912ZAug 26 17:20:50.879 DEBGAug 26 17:20:50.879 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
27782026-08-26T17:20:51.912Z adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
27792026-08-26T17:20:51.912ZAug 26 17:20:50.879Aug 26 17:20:50.879 INFODEBG adding route 3fff:beef:2d::/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 } }]
27802026-08-26T17:20:51.912Z
27812026-08-26T17:20:51.913ZAug 26 17:20:50.879Aug 26 17:20:50.879 INFODEBG adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
27822026-08-26T17:20:51.913ZAug 26 17:20:50.879 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 } }]
27832026-08-26T17:20:51.913Zreplacing 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 } }]
27842026-08-26T17:20:51.913ZAug 26 17:20:50.879 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
27852026-08-26T17:20:51.913ZAug 26 17:20:50.879 INFO Aug 26 17:20:50.879adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
27862026-08-26T17:20:51.913ZDEBG 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 } }]
27872026-08-26T17:20:51.913ZAug 26 17:20:50.879 DEBG Aug 26 17:20:50.879replacing 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 } }]
27882026-08-26T17:20:51.913ZINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
27892026-08-26T17:20:51.913ZAug 26 17:20:50.879 Aug 26 17:20:50.879INFOINFO DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
27902026-08-26T17:20:51.913Z
27912026-08-26T17:20:51.913Zreplacing 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 } }]
27922026-08-26T17:20:51.913ZAug 26 17:20:50.879Aug 26 17:20:50.879 DEBGDEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
27932026-08-26T17:20:51.913ZAug 26 17:20:50.879
27942026-08-26T17:20:51.913Z INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 26 17:20:50.879
27952026-08-26T17:20:51.913Z INFOAug 26 17:20:50.879 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 26 17:20:50.879
27962026-08-26T17:20:51.913Z INFODEBG 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:31::/64 -> 2001:db8::55:ff
27972026-08-26T17:20:51.913ZAug 26 17:20:50.879
27982026-08-26T17:20:51.913Z DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:20:50.879
27992026-08-26T17:20:51.913ZAug 26 17:20:50.879 INFODEBG Aug 26 17:20:50.879replacing 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:f::/64 -> 2001:db8::55:ff
28002026-08-26T17:20:51.913ZINFO
28012026-08-26T17:20:51.913Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
28022026-08-26T17:20:51.913ZAug 26 17:20:50.879 INFO Aug 26 17:20:50.879adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 26 17:20:50.879 DEBGDEBG
28032026-08-26T17:20:51.913Z 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: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 } }]
28042026-08-26T17:20:51.913Z
28052026-08-26T17:20:51.913ZAug 26 17:20:50.879 DEBG Aug 26 17:20:50.879replacing 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 26 17:20:50.879
28062026-08-26T17:20:51.913Z INFO INFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
28072026-08-26T17:20:51.913ZAug 26 17:20:50.879adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
28082026-08-26T17:20:51.913ZINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 26 17:20:50.879
28092026-08-26T17:20:51.913Z DEBG Aug 26 17:20:50.879replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 26 17:20:50.879DEBG
28102026-08-26T17:20:51.913Z 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 } }]
28112026-08-26T17:20:51.913ZAug 26 17:20:50.879
28122026-08-26T17:20:51.913Z INFO replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
28132026-08-26T17:20:51.913Z
28142026-08-26T17:20:51.913ZAug 26 17:20:50.879Aug 26 17:20:50.879 INFOAug 26 17:20:50.879Aug 26 17:20:50.879INFO INFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
28152026-08-26T17:20:51.913Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
28162026-08-26T17:20:51.913Z DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
28172026-08-26T17:20:51.913Zreplacing 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 } }]
28182026-08-26T17:20:51.913ZAug 26 17:20:50.879 DEBGAug 26 17:20:50.879Aug 26 17:20:50.879 Aug 26 17:20:50.879DEBGreplacing 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 } }]
28192026-08-26T17:20:51.913ZDEBG 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 } }]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 } }]
28202026-08-26T17:20:51.914ZAug 26 17:20:50.879adding route 3fff:beef:12::/64 -> 2001:db8::55:ff INFO
28212026-08-26T17:20:51.914Z
28222026-08-26T17:20:51.914Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 26 17:20:50.879Aug 26 17:20:50.879
28232026-08-26T17:20:51.914Z DEBGINFO Aug 26 17:20:50.879 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffINFO
28242026-08-26T17:20:51.914Zreplacing 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 } }]
28252026-08-26T17:20:51.914Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
28262026-08-26T17:20:51.914ZAug 26 17:20:50.879Aug 26 17:20:50.879Aug 26 17:20:50.879 INFODEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }]
28272026-08-26T17:20:51.914Zreplacing 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 } }]
28282026-08-26T17:20:51.914Z
28292026-08-26T17:20:51.914ZAug 26 17:20:50.879Aug 26 17:20:50.879Aug 26 17:20:50.879 Aug 26 17:20:50.879 DEBGDEBG INFO INFOreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28302026-08-26T17:20:51.914Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
28312026-08-26T17:20:51.914Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 26 17:20:50.879 Aug 26 17:20:50.879DEBG created new freemapreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], unit INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
28322026-08-26T17:20:51.914ZAug 26 17:20:50.879 DEBG Aug 26 17:20:50.879:
28332026-08-26T17:20:51.914Ztest route::tests::grow_succeeds ... ok
28342026-08-26T17:20:51.914Zfreemap_route_ipv4replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28352026-08-26T17:20:51.914Z Aug 26 17:20:50.879DEBGAug 26 17:20:50.879
28362026-08-26T17:20:51.914Z 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 } }]
28372026-08-26T17:20:51.914ZAug 26 17:20:50.879Aug 26 17:20:50.879 INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
28382026-08-26T17:20:51.914Z
28392026-08-26T17:20:51.914ZAug 26 17:20:50.879 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 created new freemap, unit: Aug 26 17:20:50.879freemap_route_ipv6
28402026-08-26T17:20:51.914Z
28412026-08-26T17:20:51.914ZDEBGAug 26 17:20:50.879 replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
28422026-08-26T17:20:51.914Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
28432026-08-26T17:20:51.914ZAug 26 17:20:50.879 Aug 26 17:20:50.880DEBGAug 26 17:20:50.880 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
28442026-08-26T17:20:51.914Z replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGAug 26 17:20:50.880 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff initted freemap. size: 64
28452026-08-26T17:20:51.914Z, INFO unit:Aug 26 17:20:50.880 freemap_route_ipv4adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
28462026-08-26T17:20:51.914Z
28472026-08-26T17:20:51.914Z
28482026-08-26T17:20:51.914ZINFOAug 26 17:20:50.880Aug 26 17:20:50.880 INFO Aug 26 17:20:50.880 DEBG 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 } }]
28492026-08-26T17:20:51.914Zreset freemap, unit: freemap_route_ipv4
28502026-08-26T17:20:51.914Z
28512026-08-26T17:20:51.914Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 26 17:20:50.880 DEBG
28522026-08-26T17:20:51.914Zinitted freemap. size: 64Aug 26 17:20:50.880, unit:adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff freemap_route_ipv6Aug 26 17:20:50.880
28532026-08-26T17:20:51.914Z INFODEBG adding route 3fff:beef:17::/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 } }]Aug 26 17:20:50.880 DEBG
28542026-08-26T17:20:51.914Zreset freemap, unit: freemap_route_ipv6
28552026-08-26T17:20:51.914Z
28562026-08-26T17:20:51.914Z
28572026-08-26T17:20:51.914ZAug 26 17:20:50.880Aug 26 17:20:50.880 Aug 26 17:20:50.880 INFO adding route 172.16.0.0/32 -> 10.0.0.1
28582026-08-26T17:20:51.915ZDEBGAug 26 17:20:50.880 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 26 17:20:50.880
28592026-08-26T17:20:51.915Z 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
28602026-08-26T17:20:51.915Z 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 } }]
28612026-08-26T17:20:51.915Z Aug 26 17:20:50.880DEBG DEBG Aug 26 17:20:50.880 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
28622026-08-26T17:20:51.915Zreplacing 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 } }]
28632026-08-26T17:20:51.915ZINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 26 17:20:50.880
28642026-08-26T17:20:51.915Z INFOAug 26 17:20:50.880 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFOAug 26 17:20:50.880
28652026-08-26T17:20:51.915Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG
28662026-08-26T17:20:51.915Z replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:20:50.880
28672026-08-26T17:20:51.915Z 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 } }]
28682026-08-26T17:20:51.915ZAug 26 17:20:50.880 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 26 17:20:50.880
28692026-08-26T17:20:51.915ZAug 26 17:20:50.880 DEBGINFO replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
28702026-08-26T17:20:51.915Z
28712026-08-26T17:20:51.915ZAug 26 17:20:50.880 DEBG Aug 26 17:20:50.880replacing 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 } }]
28722026-08-26T17:20:51.915ZDEBG 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 } }]
28732026-08-26T17:20:51.915ZAug 26 17:20:50.880Aug 26 17:20:50.880 INFODEBG Aug 26 17:20:50.880adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
28742026-08-26T17:20:51.919ZINFO failed to allocate space for the new target list
28752026-08-26T17:20:51.919Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 26 17:20:50.880
28762026-08-26T17:20:51.919Z 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 } }]Aug 26 17:20:50.880
28772026-08-26T17:20:51.919Z Aug 26 17:20:50.880DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBGAug 26 17:20:50.880
28782026-08-26T17:20:51.919Zreplacing 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 } }]
28792026-08-26T17:20:51.919ZINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
28802026-08-26T17:20:51.919ZAug 26 17:20:50.880 Aug 26 17:20:50.880INFO DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
28812026-08-26T17:20:51.919Zreplacing 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 } }]
28822026-08-26T17:20:51.919ZAug 26 17:20:50.880Aug 26 17:20:50.880 INFODEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28832026-08-26T17:20:51.919Z
28842026-08-26T17:20:51.919ZAug 26 17:20:50.880 Aug 26 17:20:50.880INFO DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
28852026-08-26T17:20:51.920Zreplacing 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 } }]
28862026-08-26T17:20:51.920ZAug 26 17:20:50.880Aug 26 17:20:50.880 INFODEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28872026-08-26T17:20:51.920Z
28882026-08-26T17:20:51.920ZAug 26 17:20:50.880Aug 26 17:20:50.880 DEBGINFO replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
28892026-08-26T17:20:51.920Z
28902026-08-26T17:20:51.920ZAug 26 17:20:50.880Aug 26 17:20:50.880 INFODEBG adding route 3fff:beef:1e::/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 } }]
28912026-08-26T17:20:51.920Z
28922026-08-26T17:20:51.920ZAug 26 17:20:50.880 Aug 26 17:20:50.880INFO DEBGadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
28932026-08-26T17:20:51.920Zreplacing 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 } }]
28942026-08-26T17:20:51.920ZAug 26 17:20:50.880Aug 26 17:20:50.880 INFODEBG adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28952026-08-26T17:20:51.920Z
28962026-08-26T17:20:51.920ZAug 26 17:20:50.880 Aug 26 17:20:50.880INFO DEBGadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
28972026-08-26T17:20:51.920Zreplacing 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 } }]
28982026-08-26T17:20:51.920ZAug 26 17:20:50.880Aug 26 17:20:50.880 INFODEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28992026-08-26T17:20:51.920Z
29002026-08-26T17:20:51.920ZAug 26 17:20:50.880 Aug 26 17:20:50.880INFO DEBGadding route 3fff:beef:3f::/64 -> 2001:db8::55:ff
29012026-08-26T17:20:51.920Zreplacing 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 } }]
29022026-08-26T17:20:51.920ZAug 26 17:20:50.880Aug 26 17:20:50.880 INFODEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29032026-08-26T17:20:51.920Z
29042026-08-26T17:20:51.920ZAug 26 17:20:50.880 Aug 26 17:20:50.880DEBG DEBGfailed to allocate space for the new target list
29052026-08-26T17:20:51.920Zreplacing 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 } }]
29062026-08-26T17:20:51.920ZAug 26 17:20:50.880Aug 26 17:20:50.880 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 } }]
29072026-08-26T17:20:51.920Z
29082026-08-26T17:20:51.920ZAug 26 17:20:50.880Aug 26 17:20:50.880 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }]
29092026-08-26T17:20:51.920Z
29102026-08-26T17:20:51.920ZAug 26 17:20:50.880 Aug 26 17:20:50.880INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO
29112026-08-26T17:20:51.920Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
29122026-08-26T17:20:51.920ZAug 26 17:20:50.880 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 } }]
29132026-08-26T17:20:51.920ZAug 26 17:20:50.880 DEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:20:50.880
29142026-08-26T17:20:51.920Z INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
29152026-08-26T17:20:51.920ZAug 26 17:20:50.880 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 26 17:20:50.880
29162026-08-26T17:20:51.920Z 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 } }]
29172026-08-26T17:20:51.920ZAug 26 17:20:50.880 DEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:20:50.880
29182026-08-26T17:20:51.920Z INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
29192026-08-26T17:20:51.920ZAug 26 17:20:50.880 INFO Aug 26 17:20:50.880adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
29202026-08-26T17:20:51.920ZDEBG 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 } }]
29212026-08-26T17:20:51.920ZAug 26 17:20:50.880 DEBGAug 26 17:20:50.880 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
29222026-08-26T17:20:51.920Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
29232026-08-26T17:20:51.920ZAug 26 17:20:50.880 INFOAug 26 17:20:50.880 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG
29242026-08-26T17:20:51.921Z 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 } }]
29252026-08-26T17:20:51.921ZAug 26 17:20:50.880 Aug 26 17:20:50.880DEBG 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 } }]
29262026-08-26T17:20:51.921Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
29272026-08-26T17:20:51.921ZAug 26 17:20:50.880 Aug 26 17:20:50.880INFO DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
29282026-08-26T17:20:51.921Zreplacing 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 } }]
29292026-08-26T17:20:51.921ZAug 26 17:20:50.880Aug 26 17:20:50.880 DEBGINFO replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
29302026-08-26T17:20:51.921Z
29312026-08-26T17:20:51.921ZAug 26 17:20:50.880Aug 26 17:20:50.880 DEBGINFO replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
29322026-08-26T17:20:51.921Z
29332026-08-26T17:20:51.921ZAug 26 17:20:50.880Aug 26 17:20:50.880 INFODEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29342026-08-26T17:20:51.921Z
29352026-08-26T17:20:51.921ZAug 26 17:20:50.880Aug 26 17:20:50.880 DEBGINFO replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
29362026-08-26T17:20:51.921Z
29372026-08-26T17:20:51.921ZAug 26 17:20:50.880Aug 26 17:20:50.880 DEBGINFO 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 } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
29382026-08-26T17:20:51.921Z
29392026-08-26T17:20:51.921Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
29402026-08-26T17:20:51.921ZAug 26 17:20:50.880Aug 26 17:20:50.880 DEBGDEBG failed to allocate space for the new target listreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29412026-08-26T17:20:51.921Z
29422026-08-26T17:20:51.921ZAug 26 17:20:50.880Aug 26 17:20:50.880 INFODEBG adding route 3fff:beef:2b::/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 } }]
29432026-08-26T17:20:51.921Z
29442026-08-26T17:20:51.921ZAug 26 17:20:50.880 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 } }]
29452026-08-26T17:20:51.921ZAug 26 17:20:50.880 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
29462026-08-26T17:20:51.921ZAug 26 17:20:50.880 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 } }]
29472026-08-26T17:20:51.921ZAug 26 17:20:50.881 DEBG Aug 26 17:20:50.881created new freemapAug 26 17:20:50.887 , DEBGunit :created new freemap freemap_route_ipv4,
29482026-08-26T17:20:51.921ZunitINFO: adding route 3fff:beef:2d::/64 -> 2001:db8::55:fffreemap_route_ipv4
29492026-08-26T17:20:51.921ZAug 26 17:20:50.887 DEBG Aug 26 17:20:50.880created new freemapAug 26 17:20:50.887 DEBGDEBG created new freemapreplacing 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 } }],
29502026-08-26T17:20:51.921ZAug 26 17:20:50.880, unitDEBGunit Aug 26 17:20:50.887: INFOfreemap_route_ipv6 created new freemap
29512026-08-26T17:20:51.921Z:adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
29522026-08-26T17:20:51.921Z, freemap_route_ipv4unit
29532026-08-26T17:20:51.921Z:Aug 26 17:20:50.887Aug 26 17:20:50.887 DEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
29542026-08-26T17:20:51.921Z freemap_route_ipv4initted freemap. size: 64
29552026-08-26T17:20:51.921Z, unitAug 26 17:20:50.887 :DEBG freemap_route_ipv4created new freemapAug 26 17:20:50.887, Aug 26 17:20:50.887 unit
29562026-08-26T17:20:51.921Z:DEBG freemap_route_ipv6
29572026-08-26T17:20:51.921ZINFOcreated new freemap , Aug 26 17:20:50.887unitadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff Aug 26 17:20:50.887DEBG: reset freemapfreemap_route_ipv6
29582026-08-26T17:20:51.921Z
29592026-08-26T17:20:51.921ZDEBG, unit:initted freemap. size: 64 , freemap_route_ipv4unit
29602026-08-26T17:20:51.922Z: freemap_route_ipv4Aug 26 17:20:50.887Aug 26 17:20:50.887
29612026-08-26T17:20:51.922Z Aug 26 17:20:50.887 DEBG DEBGAug 26 17:20:50.887 initted freemap. size: 64 DEBG, initted freemap. size: 64 unit, :unitDEBG :freemap_route_ipv6reset freemap
29622026-08-26T17:20:51.922Z , unitfreemap_route_ipv4: freemap_route_ipv4
29632026-08-26T17:20:51.922Z
29642026-08-26T17:20:51.922Zreplacing 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 } }]
29652026-08-26T17:20:51.922ZAug 26 17:20:50.887 Aug 26 17:20:50.887DEBG DEBGreset freemapAug 26 17:20:50.887 Aug 26 17:20:50.887, unitreset freemap:DEBG , freemap_route_ipv6
29662026-08-26T17:20:51.922Zunitinitted freemap. size: 64:, unit freemap_route_ipv4:
29672026-08-26T17:20:51.922Z Aug 26 17:20:50.887freemap_route_ipv6
29682026-08-26T17:20:51.922ZINFOINFOAug 26 17:20:50.887 adding route 172.16.0.0/32 -> 10.0.0.1DEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ffinitted freemap. size: 64Aug 26 17:20:50.887
29692026-08-26T17:20:51.922Z ,
29702026-08-26T17:20:51.922ZDEBGunit :reset freemap , freemap_route_ipv6unitAug 26 17:20:50.887:
29712026-08-26T17:20:51.922ZDEBG Aug 26 17:20:50.887replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
29722026-08-26T17:20:51.922Zfreemap_route_ipv6
29732026-08-26T17:20:51.922ZDEBG Aug 26 17:20:50.887replacing 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 26 17:20:50.887
29742026-08-26T17:20:51.926Z Aug 26 17:20:50.887INFODEBG adding route 172.16.0.0/32 -> 10.0.0.2reset freemapINFO
29752026-08-26T17:20:51.926Z, unit:adding route 3fff:dead::/64 -> 2001:db8::55:1
29762026-08-26T17:20:51.926Zfreemap_route_ipv6Aug 26 17:20:50.887
29772026-08-26T17:20:51.926Z INFOAug 26 17:20:50.887 Aug 26 17:20:50.887Aug 26 17:20:50.887 DEBGDEBGINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
29782026-08-26T17:20:51.926Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
29792026-08-26T17:20:51.926Z
29802026-08-26T17:20:51.926Z
29812026-08-26T17:20:51.926ZAug 26 17:20:50.887Aug 26 17:20:50.887Aug 26 17:20:50.887 INFO Aug 26 17:20:50.880INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 26 17:20:50.887
29822026-08-26T17:20:51.926Z adding route 172.17.0.0/32 -> 10.0.0.255DEBGDEBG
29832026-08-26T17:20:51.927Z DEBGcreated new freemap Aug 26 17:20:50.887replacing 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 } }],
29842026-08-26T17:20:51.927ZDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 26 17:20:50.887 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]unit
29852026-08-26T17:20:51.927Z
29862026-08-26T17:20:51.927ZDEBG :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 } }]
29872026-08-26T17:20:51.927ZAug 26 17:20:50.887freemap_route_ipv4 Aug 26 17:20:50.887INFO
29882026-08-26T17:20:51.927ZAug 26 17:20:50.887 adding route 3fff:dead::/64 -> 2001:db8::55:1INFOAug 26 17:20:50.887
29892026-08-26T17:20:51.927Zadding route 3fff:dead::/64 -> 2001:db8::55:3INFO
29902026-08-26T17:20:51.927Z Aug 26 17:20:50.887 INFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ff Aug 26 17:20:50.887Aug 26 17:20:50.887 DEBG
29912026-08-26T17:20:51.927ZDEBGadding route 172.17.0.1/32 -> 10.0.0.255 DEBGcreated new freemap
29922026-08-26T17:20:51.927Z, replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]unit
29932026-08-26T17:20:51.927Z 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 } }]:
29942026-08-26T17:20:51.927ZAug 26 17:20:50.887 Aug 26 17:20:50.887 freemap_route_ipv6Aug 26 17:20:50.887
29952026-08-26T17:20:51.927ZAug 26 17:20:50.887DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 26 17:20:50.887INFODEBG
29962026-08-26T17:20:51.927Zreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:1
29972026-08-26T17:20:51.927Z
29982026-08-26T17:20:51.927ZDEBG initted freemap. size: 64, replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:20:50.887unit Aug 26 17:20:50.887INFO: Aug 26 17:20:50.887 adding route 172.17.0.2/32 -> 10.0.0.255DEBG
29992026-08-26T17:20:51.927Z freemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
30002026-08-26T17:20:51.927Z
30012026-08-26T17:20:51.927ZDEBG
30022026-08-26T17:20:51.927Z 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 26 17:20:50.887
30032026-08-26T17:20:51.927Z DEBGAug 26 17:20:50.887 Aug 26 17:20:50.887Aug 26 17:20:50.887 Aug 26 17:20:50.887DEBG INFOINFO reset freemapreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
30042026-08-26T17:20:51.927Z, adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
30052026-08-26T17:20:51.927Z replacing targets for 3fff:dead::/64 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 } }]unitadding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 26 17:20:50.887:
30062026-08-26T17:20:51.927ZAug 26 17:20:50.887
30072026-08-26T17:20:51.927Z DEBG freemap_route_ipv4replacing 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 } }] INFO
30082026-08-26T17:20:51.927Z
30092026-08-26T17:20:51.927Z Aug 26 17:20:50.887adding route 172.17.0.3/32 -> 10.0.0.255 WARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
30102026-08-26T17:20:51.927Z
30112026-08-26T17:20:51.927ZAug 26 17:20:50.887Aug 26 17:20:50.887Aug 26 17:20:50.887 INFODEBG Aug 26 17:20:50.887initted freemap. size: 64Aug 26 17:20:50.887adding route 3fff:beef::/64 -> 2001:db8::55:ff,
30122026-08-26T17:20:51.927ZunitDEBG: 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 } }]
30132026-08-26T17:20:51.927Zfreemap_route_ipv6ERRO
30142026-08-26T17:20:51.927ZDEBGAug 26 17:20:50.887 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 } }]
30152026-08-26T17:20:51.927Zrollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG
30162026-08-26T17:20:51.927ZAug 26 17:20:50.887 DEBGreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:20:50.887 reset freemapAug 26 17:20:50.887
30172026-08-26T17:20:51.927ZAug 26 17:20:50.887INFO, unit adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 26 17:20:50.887INFO
30182026-08-26T17:20:51.927Z ERROadding route 172.17.0.4/32 -> 10.0.0.255
30192026-08-26T17:20:51.927ZINFOshrink-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 adding route 3fff:beef:1::/64 -> 2001:db8::55:ff:
30202026-08-26T17:20:51.927Z
30212026-08-26T17:20:51.928Z freemap_route_ipv6Aug 26 17:20:50.887
30222026-08-26T17:20:51.928Z DEBGAug 26 17:20:50.887 Aug 26 17:20:50.887replacing 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 26 17:20:50.887
30232026-08-26T17:20:51.928ZDEBG INFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1Aug 26 17:20:50.887
30242026-08-26T17:20:51.928ZDEBG
30252026-08-26T17:20:51.928Z 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
30262026-08-26T17:20:51.928Z adding route 172.17.0.5/32 -> 10.0.0.255Aug 26 17:20:50.887
30272026-08-26T17:20:51.928ZAug 26 17:20:50.887 Aug 26 17:20:50.887INFO DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO
30282026-08-26T17:20:51.928Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
30292026-08-26T17:20:51.928ZAug 26 17:20:50.887adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
30302026-08-26T17:20:51.928ZDEBGAug 26 17:20:50.887Aug 26 17:20:50.887 replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
30312026-08-26T17:20:51.928Z DEBGadding route 172.16.0.0/32 -> 10.0.0.2
30322026-08-26T17:20:51.928ZAug 26 17:20:50.887replacing 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 } }]
30332026-08-26T17:20:51.928ZAug 26 17:20:50.887DEBG Aug 26 17:20:50.887replacing 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 } }]
30342026-08-26T17:20:51.928Z Aug 26 17:20:50.887DEBG 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 } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 172.17.0.6/32 -> 10.0.0.255
30352026-08-26T17:20:51.928Z
30362026-08-26T17:20:51.928Z
30372026-08-26T17:20:51.928ZAug 26 17:20:50.887Aug 26 17:20:50.887 Aug 26 17:20:50.887 INFODEBG adding route 3fff:beef:36::/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 } }]
30382026-08-26T17:20:51.928Z
30392026-08-26T17:20:51.928ZINFO adding route 172.16.0.0/32 -> 10.0.0.3
30402026-08-26T17:20:51.928Ztest route::tests::rollback_on_compact_write_failure ... ok
30412026-08-26T17:20:51.928ZAug 26 17:20:50.881Aug 26 17:20:50.887 Aug 26 17:20:50.887DEBG DEBGAug 26 17:20:50.887created new freemap 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 } }]
30422026-08-26T17:20:51.928ZINFOunit : replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:4::/64 -> 2001:db8::55:fffreemap_route_ipv4
30432026-08-26T17:20:51.928Z
30442026-08-26T17:20:51.928Z
30452026-08-26T17:20:51.928ZAug 26 17:20:50.887 INFO Aug 26 17:20:50.887 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 } }]
30462026-08-26T17:20:51.928ZAug 26 17:20:50.887Aug 26 17:20:50.887 INFOINFOAug 26 17:20:50.887 adding route 172.16.0.0/32 -> 10.0.0.4
30472026-08-26T17:20:51.928ZDEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
30482026-08-26T17:20:51.928Zcreated new freemapadding route 3fff:beef:37::/64 -> 2001:db8::55:ff,
30492026-08-26T17:20:51.928Zunit: freemap_route_ipv6Aug 26 17:20:50.887Aug 26 17:20:50.887 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 } }]
30502026-08-26T17:20:51.928ZAug 26 17:20:50.887 DEBG DEBGreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30512026-08-26T17:20:51.928Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 26 17:20:50.887
30522026-08-26T17:20:51.928Ztest route::tests::rollback_on_compact_delete_failure ... ok
30532026-08-26T17:20:51.928Z INFOAug 26 17:20:50.887Aug 26 17:20:50.887 DEBGAug 26 17:20:50.880Aug 26 17:20:50.888 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
30542026-08-26T17:20:51.928Z created new freemap, unit: freemap_route_ipv4DEBG
30552026-08-26T17:20:51.928Z created new freemap, Aug 26 17:20:50.895unit Aug 26 17:20:50.895INFOINFO adding route 172.17.0.7/32 -> 10.0.0.255DEBG
30562026-08-26T17:20:51.928Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ffcreated new freemap
30572026-08-26T17:20:51.928Z, unit::Aug 26 17:20:50.895 freemap_route_ipv6freemap_route_ipv4
30582026-08-26T17:20:51.928Z
30592026-08-26T17:20:51.928ZDEBGAug 26 17:20:50.895 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 } }]
30602026-08-26T17:20:51.929ZDEBG Aug 26 17:20:50.895replacing 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 26 17:20:50.895
30612026-08-26T17:20:51.929ZDEBG initted freemap. size: 64DEBGAug 26 17:20:50.895 created new freemap, Aug 26 17:20:50.895, INFOunit INFOunitadding route 172.17.0.8/32 -> 10.0.0.255:
30622026-08-26T17:20:51.929Z: freemap_route_ipv6 freemap_route_ipv4adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 26 17:20:50.895
30632026-08-26T17:20:51.929Z
30642026-08-26T17:20:51.929ZDEBG
30652026-08-26T17:20:51.929Z 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 26 17:20:50.895Aug 26 17:20:50.895
30662026-08-26T17:20:51.929Z DEBGDEBG reset freemapAug 26 17:20:50.895initted freemap. size: 64Aug 26 17:20:50.895, , unitINFOunit: : adding route 172.17.0.9/32 -> 10.0.0.255
30672026-08-26T17:20:51.929Zfreemap_route_ipv4freemap_route_ipv4
30682026-08-26T17:20:51.929Z
30692026-08-26T17:20:51.929Z Aug 26 17:20:50.895DEBG DEBG Aug 26 17:20:50.895replacing 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.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 } }]
30702026-08-26T17:20:51.929Z
30712026-08-26T17:20:51.929ZDEBG Aug 26 17:20:50.895reset freemap Aug 26 17:20:50.895DEBGAug 26 17:20:50.895, unitINFO:INFO initted freemap. size: 64adding route 172.17.0.10/32 -> 10.0.0.255freemap_route_ipv4
30722026-08-26T17:20:51.929Z
30732026-08-26T17:20:51.929Z, unit: freemap_route_ipv6 Aug 26 17:20:50.895adding route 3fff:beef:8::/64 -> 2001:db8::55:ff Aug 26 17:20:50.895DEBG 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 } }]
30742026-08-26T17:20:51.933Z
30752026-08-26T17:20:51.933Z
30762026-08-26T17:20:51.933Zinitted freemap. size: 64, Aug 26 17:20:50.895unitAug 26 17:20:50.895: INFO freemap_route_ipv6adding route 172.17.0.11/32 -> 10.0.0.255DEBG
30772026-08-26T17:20:51.933Z
30782026-08-26T17:20:51.933Z replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:20:50.895
30792026-08-26T17:20:51.933Z DEBGAug 26 17:20:50.895 Aug 26 17:20:50.895Aug 26 17:20:50.895reset freemap , DEBGINFO replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
30802026-08-26T17:20:51.933Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff unit:reset freemap
30812026-08-26T17:20:51.933Z, Aug 26 17:20:50.895unit freemap_route_ipv6INFO:
30822026-08-26T17:20:51.933Zadding route 172.17.0.12/32 -> 10.0.0.255
30832026-08-26T17:20:51.933Z freemap_route_ipv6Aug 26 17:20:50.895
30842026-08-26T17:20:51.933ZAug 26 17:20:50.895 DEBGINFOAug 26 17:20:50.895 Aug 26 17:20:50.895DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
30852026-08-26T17:20:51.933Z
30862026-08-26T17:20:51.933Z adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 26 17:20:50.895Aug 26 17:20:50.895
30872026-08-26T17:20:51.933ZDEBG
30882026-08-26T17:20:51.933Z 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 26 17:20:50.895
30892026-08-26T17:20:51.933Zadding route 172.17.0.13/32 -> 10.0.0.255Aug 26 17:20:50.895
30902026-08-26T17:20:51.933Z INFOAug 26 17:20:50.895DEBG Aug 26 17:20:50.895 INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
30912026-08-26T17:20:51.933Z
30922026-08-26T17:20:51.933ZDEBGadding route 3fff:dead::/64 -> 2001:db8::55:2
30932026-08-26T17:20:51.933Zreplacing 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 26 17:20:50.895
30942026-08-26T17:20:51.933ZAug 26 17:20:50.895 DEBGINFO Aug 26 17:20:50.895replacing 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 26 17:20:50.895
30952026-08-26T17:20:51.933ZDEBGadding route 3fff:dead::/64 -> 2001:db8::55:2INFO
30962026-08-26T17:20:51.934Z adding route 172.17.0.14/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 } }]
30972026-08-26T17:20:51.934Z
30982026-08-26T17:20:51.934ZAug 26 17:20:50.895Aug 26 17:20:50.895 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 } }]Aug 26 17:20:50.895
30992026-08-26T17:20:51.934Z adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 26 17:20:50.895
31002026-08-26T17:20:51.934Z INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 26 17:20:50.895
31012026-08-26T17:20:51.934Z
31022026-08-26T17:20:51.934ZAug 26 17:20:50.895INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3Aug 26 17:20:50.895Aug 26 17:20:50.895 INFO
31032026-08-26T17:20:51.934Z replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.15/32 -> 10.0.0.255
31042026-08-26T17:20:51.934Z
31052026-08-26T17:20:51.934ZDEBG Aug 26 17:20:50.895replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 26 17:20:50.895
31062026-08-26T17:20:51.934Z 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 } }]
31072026-08-26T17:20:51.934ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 26 17:20:50.895
31082026-08-26T17:20:51.934ZAug 26 17:20:50.895 Aug 26 17:20:50.895 INFOINFO Aug 26 17:20:50.895adding route 172.17.0.16/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:4
31092026-08-26T17:20:51.934Z
31102026-08-26T17:20:51.934ZINFOINFO Aug 26 17:20:50.895adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 26 17:20:50.895
31112026-08-26T17:20:51.934Z DEBGDEBG
31122026-08-26T17:20:51.934Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 26 17:20:50.895
31132026-08-26T17:20:51.934Z
31142026-08-26T17:20:51.934ZDEBG Aug 26 17:20:50.895Aug 26 17:20:50.895 DEBGINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 172.17.0.17/32 -> 10.0.0.255 Aug 26 17:20:50.895
31152026-08-26T17:20:51.934Zreplacing 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 } }]
31162026-08-26T17:20:51.934Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
31172026-08-26T17:20:51.934Z
31182026-08-26T17:20:51.934ZDEBGAug 26 17:20:50.895 Aug 26 17:20:50.895replacing targets for 3fff:dead::/64 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 } }]DEBGAug 26 17:20:50.895
31192026-08-26T17:20:51.934Z replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
31202026-08-26T17:20:51.934Z Aug 26 17:20:50.895replacing targets for 3fff:dead::/64 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 26 17:20:50.895
31212026-08-26T17:20:51.934ZDEBG INFO Aug 26 17:20:50.895replacing 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.18/32 -> 10.0.0.255INFO
31222026-08-26T17:20:51.934Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
31232026-08-26T17:20:51.934Z
31242026-08-26T17:20:51.934ZAug 26 17:20:50.895 Aug 26 17:20:50.895 WARNWARN DEBG shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
31252026-08-26T17:20:51.934ZAug 26 17:20:50.895replacing 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 } }]shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
31262026-08-26T17:20:51.934ZAug 26 17:20:50.895
31272026-08-26T17:20:51.934Z INFO DEBGAug 26 17:20:50.895adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
31282026-08-26T17:20:51.934ZINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.19/32 -> 10.0.0.255
31292026-08-26T17:20:51.934Z
31302026-08-26T17:20:51.934ZAug 26 17:20:50.895 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 } }]
31312026-08-26T17:20:51.934ZAug 26 17:20:50.887Aug 26 17:20:50.895 Aug 26 17:20:50.895Aug 26 17:20:50.895 INFO INFO adding route 172.17.0.0/32 -> 10.0.0.255adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
31322026-08-26T17:20:51.934ZDEBG
31332026-08-26T17:20:51.934Z 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
31342026-08-26T17:20:51.935Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 26 17:20:50.895Aug 26 17:20:50.895
31352026-08-26T17:20:51.935ZDEBGDEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
31362026-08-26T17:20:51.935Z
31372026-08-26T17:20:51.935ZAug 26 17:20:50.895 Aug 26 17:20:50.895Aug 26 17:20:50.895INFO INFOadding route 172.17.0.20/32 -> 10.0.0.255 Aug 26 17:20:50.895
31382026-08-26T17:20:51.935Z adding route 172.17.0.1/32 -> 10.0.0.255INFO
31392026-08-26T17:20:51.935Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff Aug 26 17:20:50.895
31402026-08-26T17:20:51.935Ztest route::tests::rollback_on_index_readd_failure ... ok
31412026-08-26T17:20:51.935Z DEBG Aug 26 17:20:50.895replacing 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
31422026-08-26T17:20:51.935Z 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 26 17:20:50.895DEBG
31432026-08-26T17:20:51.935Z DEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
31442026-08-26T17:20:51.935Z
31452026-08-26T17:20:51.935ZAug 26 17:20:50.895Aug 26 17:20:50.895 INFOAug 26 17:20:50.895 INFO Aug 26 17:20:50.895INFOadding route 172.17.0.21/32 -> 10.0.0.255 INFO
31462026-08-26T17:20:51.935Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 172.17.0.2/32 -> 10.0.0.255
31472026-08-26T17:20:51.935Z
31482026-08-26T17:20:51.935Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
31492026-08-26T17:20:51.935ZAug 26 17:20:50.895 DEBG Aug 26 17:20:50.895Aug 26 17:20:50.895replacing 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 } }]
31502026-08-26T17:20:51.935ZDEBG DEBGreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
31512026-08-26T17:20:51.935ZAug 26 17:20:50.895replacing 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 } }]
31522026-08-26T17:20:51.935ZINFOAug 26 17:20:50.895 Aug 26 17:20:50.895 adding route 172.17.0.22/32 -> 10.0.0.255
31532026-08-26T17:20:51.935ZAug 26 17:20:50.895DEBG INFODEBGreplacing 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 26 17:20:50.895
31542026-08-26T17:20:51.935Z DEBG adding route 3fff:beef:10::/64 -> 2001:db8::55:ff 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 } }]failed to allocate space for the new target list
31552026-08-26T17:20:51.935Z
31562026-08-26T17:20:51.935ZAug 26 17:20:50.895
31572026-08-26T17:20:51.935Z INFOAug 26 17:20:50.895Aug 26 17:20:50.895 INFO adding route 172.17.0.3/32 -> 10.0.0.255Aug 26 17:20:50.895
31582026-08-26T17:20:51.935Z adding route 172.17.0.23/32 -> 10.0.0.255DEBG
31592026-08-26T17:20:51.935Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG 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 } }]
31602026-08-26T17:20:51.935ZAug 26 17:20:50.896Aug 26 17:20:50.896 DEBG DEBGcreated new freemap created new freemap, , unitunit:: freemap_route_ipv4freemap_route_ipv4Aug 26 17:20:50.902
31612026-08-26T17:20:51.935Z
31622026-08-26T17:20:51.935Z INFO
31632026-08-26T17:20:51.935ZAug 26 17:20:50.902
31642026-08-26T17:20:51.935Z DEBGAug 26 17:20:50.902 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG created new freemap
31652026-08-26T17:20:51.935Zcreated new freemap, Aug 26 17:20:50.902, unitunit ::Aug 26 17:20:50.902DEBG DEBGfreemap_route_ipv6created new freemap
31662026-08-26T17:20:51.935Z, freemap_route_ipv6unit
31672026-08-26T17:20:51.935Z: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 } }]
31682026-08-26T17:20:51.935ZAug 26 17:20:50.902 DEBGfreemap_route_ipv6
31692026-08-26T17:20:51.935Zinitted freemap. size: 64Aug 26 17:20:50.902, Aug 26 17:20:50.902 unit:DEBG freemap_route_ipv4INFOAug 26 17:20:50.902
31702026-08-26T17:20:51.935Zinitted freemap. size: 64 adding route 3fff:beef:12::/64 -> 2001:db8::55:ff,
31712026-08-26T17:20:51.935ZDEBGunit :initted freemap. size: 64 Aug 26 17:20:50.902, unit:DEBGfreemap_route_ipv4 Aug 26 17:20:50.902
31722026-08-26T17:20:51.935Z freemap_route_ipv4reset freemap
31732026-08-26T17:20:51.936ZDEBG , 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 } }]unit
31742026-08-26T17:20:51.940Z:Aug 26 17:20:50.902Aug 26 17:20:50.902 freemap_route_ipv4DEBG
31752026-08-26T17:20:51.940ZDEBG reset freemap Aug 26 17:20:50.902reset freemap, , unitunit ::Aug 26 17:20:50.902INFO DEBGfreemap_route_ipv4adding route 3fff:beef:13::/64 -> 2001:db8::55:fffreemap_route_ipv4
31762026-08-26T17:20:51.940Z
31772026-08-26T17:20:51.940Zinitted freemap. size: 64
31782026-08-26T17:20:51.940Z, unit:Aug 26 17:20:50.902 freemap_route_ipv6DEBGAug 26 17:20:50.902
31792026-08-26T17:20:51.940Zinitted freemap. size: 64 , Aug 26 17:20:50.902DEBGunit Aug 26 17:20:50.902initted freemap. size: 64 , DEBGunitDEBG :: reset freemapfreemap_route_ipv6 ,
31802026-08-26T17:20:51.940Zunitfreemap_route_ipv6:
31812026-08-26T17:20:51.940Z freemap_route_ipv6
31822026-08-26T17:20:51.940Z 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 26 17:20:50.902Aug 26 17:20:50.902
31832026-08-26T17:20:51.940Z DEBGDEBG reset freemapreset freemap, , unitunitAug 26 17:20:50.902Aug 26 17:20:50.902: :INFO INFOfreemap_route_ipv6 adding route 3fff:beef:14::/64 -> 2001:db8::55:fffreemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1
31842026-08-26T17:20:51.940Z
31852026-08-26T17:20:51.940Z
31862026-08-26T17:20:51.940Z
31872026-08-26T17:20:51.940ZAug 26 17:20:50.902Aug 26 17:20:50.902Aug 26 17:20:50.902 INFODEBG 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:dead::/64 -> 2001:db8::55:1DEBG
31882026-08-26T17:20:51.940Z Aug 26 17:20:50.902
31892026-08-26T17:20:51.940Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO
31902026-08-26T17:20:51.941Z adding route 172.16.0.0/32 -> 10.0.0.1Aug 26 17:20:50.902Aug 26 17:20:50.902
31912026-08-26T17:20:51.941ZAug 26 17:20:50.902DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
31922026-08-26T17:20:51.941Z INFOINFO Aug 26 17:20:50.902adding route 3fff:dead::/64 -> 2001:db8::55:2
31932026-08-26T17:20:51.941Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBG
31942026-08-26T17:20:51.941Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 26 17:20:50.902
31952026-08-26T17:20:51.941Z INFOAug 26 17:20:50.902 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
31962026-08-26T17:20:51.941Z Aug 26 17:20:50.902replacing 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 } }]
31972026-08-26T17:20:51.941ZINFOAug 26 17:20:50.902 adding route 172.17.0.0/32 -> 10.0.0.255Aug 26 17:20:50.902DEBG
31982026-08-26T17:20:51.941Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 26 17:20:50.902
31992026-08-26T17:20:51.941Z
32002026-08-26T17:20:51.941ZAug 26 17:20:50.902 DEBGINFO Aug 26 17:20:50.902adding route 3fff:beef:16::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 26 17:20:50.902
32012026-08-26T17:20:51.941Z
32022026-08-26T17:20:51.941ZINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:dead::/64 -> 2001:db8::55:3Aug 26 17:20:50.902Aug 26 17:20:50.902
32032026-08-26T17:20:51.941Z
32042026-08-26T17:20:51.941Z DEBG INFO adding route 172.17.0.1/32 -> 10.0.0.255replacing 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 } }]
32052026-08-26T17:20:51.941Z
32062026-08-26T17:20:51.941ZAug 26 17:20:50.902 Aug 26 17:20:50.902Aug 26 17:20:50.902 INFODEBG DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]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 } }]
32072026-08-26T17:20:51.941Z
32082026-08-26T17:20:51.941Z
32092026-08-26T17:20:51.941Z
32102026-08-26T17:20:51.941ZAug 26 17:20:50.902Aug 26 17:20:50.902 Aug 26 17:20:50.895 Aug 26 17:20:50.902 INFOINFO DEBGDEBGadding route 3fff:dead::/64 -> 2001:db8::55:4
32112026-08-26T17:20:51.941Zreplacing 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 } }]
32122026-08-26T17:20:51.941Z 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 26 17:20:50.902
32132026-08-26T17:20:51.941Z adding route 172.17.0.2/32 -> 10.0.0.255DEBGAug 26 17:20:50.902
32142026-08-26T17:20:51.941ZAug 26 17:20:50.902 initted freemap. size: 64 DEBG, unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]:
32152026-08-26T17:20:51.941Z INFOfreemap_route_ipv4Aug 26 17:20:50.902
32162026-08-26T17:20:51.941ZAug 26 17:20:50.902 adding route 172.17.0.24/32 -> 10.0.0.255DEBGINFO
32172026-08-26T17:20:51.941ZAug 26 17:20:50.902 Aug 26 17:20:50.902 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
32182026-08-26T17:20:51.941ZDEBG replacing targets for 3fff:dead::/64 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 } }]reset freemap
32192026-08-26T17:20:51.941Z, Aug 26 17:20:50.902 Aug 26 17:20:50.902 unitINFO: adding route 172.17.0.3/32 -> 10.0.0.255freemap_route_ipv4
32202026-08-26T17:20:51.941Z
32212026-08-26T17:20:51.941ZDEBGAug 26 17:20:50.902 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffWARNAug 26 17:20:50.902
32222026-08-26T17:20:51.941Z Aug 26 17:20:50.902 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 } }]
32232026-08-26T17:20:51.941Zshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })initted freemap. size: 64DEBG, unitreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
32242026-08-26T17:20:51.941Z
32252026-08-26T17:20:51.941Z: Aug 26 17:20:50.902freemap_route_ipv6 Aug 26 17:20:50.902
32262026-08-26T17:20:51.941Z DEBGINFO Aug 26 17:20:50.902adding route 172.17.0.4/32 -> 10.0.0.255
32272026-08-26T17:20:51.941ZINFOreplacing 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 26 17:20:50.902 adding route 172.17.0.25/32 -> 10.0.0.255DEBG
32282026-08-26T17:20:51.942Z
32292026-08-26T17:20:51.942Z Aug 26 17:20:50.902reset freemap , DEBGunitAug 26 17:20:50.902: DEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
32302026-08-26T17:20:51.942Z
32312026-08-26T17:20:51.942ZAug 26 17:20:50.902
32322026-08-26T17:20:51.942Z INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 26 17:20:50.902
32332026-08-26T17:20:51.942Z Aug 26 17:20:50.902INFOAug 26 17:20:50.902 adding route 172.17.0.26/32 -> 10.0.0.255INFO
32342026-08-26T17:20:51.942Z INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
32352026-08-26T17:20:51.942Zadding route 172.17.0.5/32 -> 10.0.0.255
32362026-08-26T17:20:51.942ZAug 26 17:20:50.902 DEBGAug 26 17:20:50.902Aug 26 17:20:50.902 Aug 26 17:20:50.902 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 } }]
32372026-08-26T17:20:51.942Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
32382026-08-26T17:20:51.942Z 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 } }]
32392026-08-26T17:20:51.942Ztest route::tests::same_size_non_subset_replace ... ok
32402026-08-26T17:20:51.942ZAug 26 17:20:50.902replacing 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 26 17:20:50.902
32412026-08-26T17:20:51.942ZINFOAug 26 17:20:50.902 adding route 172.17.0.27/32 -> 10.0.0.255INFO
32422026-08-26T17:20:51.942Z INFOAug 26 17:20:50.902 Aug 26 17:20:50.902adding route 172.17.0.6/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2
32432026-08-26T17:20:51.942ZDEBGINFO
32442026-08-26T17:20:51.942Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 26 17:20:50.902replacing 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 } }]
32452026-08-26T17:20:51.942ZDEBG
32462026-08-26T17:20:51.942Ztest route::tests::identity_replace_is_noop ... ok
32472026-08-26T17:20:51.942ZAug 26 17:20:50.902replacing 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 26 17:20:50.902DEBG
32482026-08-26T17:20:51.942ZINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.28/32 -> 10.0.0.255
32492026-08-26T17:20:51.942Z
32502026-08-26T17:20:51.942ZAug 26 17:20:50.902 INFOAug 26 17:20:50.902 Aug 26 17:20:50.902DEBG adding route 172.17.0.7/32 -> 10.0.0.255Aug 26 17:20:50.902DEBG
32512026-08-26T17:20:51.942Z 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 } }]
32522026-08-26T17:20:51.942Zreplacing 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
32532026-08-26T17:20:51.942Z Aug 26 17:20:50.902adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 26 17:20:50.902
32542026-08-26T17:20:51.943ZDEBG Aug 26 17:20:50.902INFOreplacing 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:1b::/64 -> 2001:db8::55:ff
32552026-08-26T17:20:51.943ZINFO
32562026-08-26T17:20:51.943Z Aug 26 17:20:50.902adding route 172.17.0.29/32 -> 10.0.0.255
32572026-08-26T17:20:51.943ZDEBGAug 26 17:20:50.902 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 26 17:20:50.902
32582026-08-26T17:20:51.943ZINFO Aug 26 17:20:50.902 DEBGadding route 172.17.0.8/32 -> 10.0.0.255
32592026-08-26T17:20:51.943ZAug 26 17:20:50.902replacing 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 } }]
32602026-08-26T17:20:51.943ZDEBGINFO replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
32612026-08-26T17:20:51.943Z
32622026-08-26T17:20:51.943ZAug 26 17:20:50.902 Aug 26 17:20:50.902DEBGAug 26 17:20:50.902 DEBGINFO replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
32632026-08-26T17:20:51.943Z
32642026-08-26T17:20:51.943Zadding route 172.17.0.30/32 -> 10.0.0.255Aug 26 17:20:50.902
32652026-08-26T17:20:51.943Z INFOAug 26 17:20:50.902Aug 26 17:20:50.902 INFODEBG Aug 26 17:20:50.902 adding route 172.17.0.9/32 -> 10.0.0.255 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
32662026-08-26T17:20:51.943ZDEBG
32672026-08-26T17:20:51.943Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
32682026-08-26T17:20:51.943Zreplacing 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 26 17:20:50.902
32692026-08-26T17:20:51.943Z 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 } }]
32702026-08-26T17:20:51.943ZAug 26 17:20:50.903Aug 26 17:20:50.909 INFODEBG adding route 172.17.0.10/32 -> 10.0.0.255created new freemap
32712026-08-26T17:20:51.943Z, unit: Aug 26 17:20:50.895Aug 26 17:20:50.909freemap_route_ipv4 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 26 17:20:50.903
32722026-08-26T17:20:51.943Z DEBGDEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 17:20:50.909Aug 26 17:20:50.903
32732026-08-26T17:20:51.943Z
32742026-08-26T17:20:51.948Zcreated new freemapDEBGINFO, unit Aug 26 17:20:50.909:created new freemap INFO, adding route 172.17.0.11/32 -> 10.0.0.255 freemap_route_ipv4adding route 172.17.0.4/32 -> 10.0.0.255
32752026-08-26T17:20:51.948Zunit
32762026-08-26T17:20:51.948Z:
32772026-08-26T17:20:51.948Z Aug 26 17:20:50.909freemap_route_ipv4 DEBG
32782026-08-26T17:20:51.948Z Aug 26 17:20:50.909replacing 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 } }]
32792026-08-26T17:20:51.948ZDEBG 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 26 17:20:50.909
32802026-08-26T17:20:51.948Z DEBGAug 26 17:20:50.909 created new freemapAug 26 17:20:50.909INFO, Aug 26 17:20:50.909 DEBGunit adding route 172.17.0.12/32 -> 10.0.0.255DEBG
32812026-08-26T17:20:51.948Z: created new freemap Aug 26 17:20:50.909created new freemap , freemap_route_ipv6INFOunitAug 26 17:20:50.909
32822026-08-26T17:20:51.948Z: adding route 172.17.0.5/32 -> 10.0.0.255freemap_route_ipv6DEBG
32832026-08-26T17:20:51.948Z 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 } }],
32842026-08-26T17:20:51.948ZunitAug 26 17:20:50.909
32852026-08-26T17:20:51.948Z: DEBGfreemap_route_ipv6Aug 26 17:20:50.909
32862026-08-26T17:20:51.948Z INFOAug 26 17:20:50.909initted freemap. size: 64 , adding route 172.17.0.13/32 -> 10.0.0.255DEBG
32872026-08-26T17:20:51.948Z 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
32882026-08-26T17:20:51.948Z:Aug 26 17:20:50.909Aug 26 17:20:50.909 DEBGDEBGAug 26 17:20:50.909 freemap_route_ipv4DEBG Aug 26 17:20:50.909replacing 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 } }]initted freemap. size: 64
32892026-08-26T17:20:51.948Z,
32902026-08-26T17:20:51.948Zunit INFO:initted freemap. size: 64 adding route 172.17.0.6/32 -> 10.0.0.255Aug 26 17:20:50.909 , DEBG
32912026-08-26T17:20:51.948ZunitAug 26 17:20:50.909 INFO reset freemapfreemap_route_ipv4adding route 172.17.0.14/32 -> 10.0.0.255Aug 26 17:20:50.909,
32922026-08-26T17:20:51.948ZDEBG:
32932026-08-26T17:20:51.948Zunitreplacing 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 } }]:
32942026-08-26T17:20:51.948Z Aug 26 17:20:50.909freemap_route_ipv4freemap_route_ipv4
32952026-08-26T17:20:51.948Z
32962026-08-26T17:20:51.948ZDEBG Aug 26 17:20:50.909replacing 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 26 17:20:50.909Aug 26 17:20:50.909
32972026-08-26T17:20:51.948ZAug 26 17:20:50.909INFO DEBG DEBGadding route 172.17.0.7/32 -> 10.0.0.255
32982026-08-26T17:20:51.948Zreset freemap , unit :Aug 26 17:20:50.909Aug 26 17:20:50.909 reset freemapINFODEBG , initted freemap. size: 64 , adding route 172.17.0.15/32 -> 10.0.0.255unitfreemap_route_ipv4:
32992026-08-26T17:20:51.948ZDEBG freemap_route_ipv6
33002026-08-26T17:20:51.948Z unit:
33012026-08-26T17:20:51.948Z freemap_route_ipv4replacing 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 } }]
33022026-08-26T17:20:51.948Z
33032026-08-26T17:20:51.948ZAug 26 17:20:50.909Aug 26 17:20:50.909Aug 26 17:20:50.909 DEBG Aug 26 17:20:50.909DEBG DEBG INFO reset freemapreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255,
33042026-08-26T17:20:51.948Zunit
33052026-08-26T17:20:51.948ZAug 26 17:20:50.909 : freemap_route_ipv6initted freemap. size: 64Aug 26 17:20:50.909
33062026-08-26T17:20:51.949Z, DEBGINFO initted freemap. size: 64 , adding route 172.17.0.16/32 -> 10.0.0.255unitunit
33072026-08-26T17:20:51.949Z:Aug 26 17:20:50.909 freemap_route_ipv6:
33082026-08-26T17:20:51.949Z DEBGAug 26 17:20:50.909 freemap_route_ipv6 replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
33092026-08-26T17:20:51.949Z
33102026-08-26T17:20:51.949Zreplacing 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 26 17:20:50.909Aug 26 17:20:50.909
33112026-08-26T17:20:51.949ZINFO Aug 26 17:20:50.909adding route 172.16.0.0/32 -> 10.0.0.1DEBG
33122026-08-26T17:20:51.949Z Aug 26 17:20:50.909reset freemapAug 26 17:20:50.909, INFOunitINFO adding route 172.17.0.17/32 -> 10.0.0.255
33132026-08-26T17:20:51.949Zadding route 172.17.0.9/32 -> 10.0.0.255DEBG:Aug 26 17:20:50.909
33142026-08-26T17:20:51.949Z DEBG reset freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 26 17:20:50.909freemap_route_ipv6,
33152026-08-26T17:20:51.949ZunitAug 26 17:20:50.909 :
33162026-08-26T17:20:51.949ZDEBG 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 26 17:20:50.909
33172026-08-26T17:20:51.949Zfreemap_route_ipv6 INFODEBGAug 26 17:20:50.909 adding route 172.16.0.0/32 -> 10.0.0.1
33182026-08-26T17:20:51.949Z
33192026-08-26T17:20:51.949ZINFOAug 26 17:20:50.909replacing 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 } }]
33202026-08-26T17:20:51.949Zadding route 172.16.0.0/32 -> 10.0.0.1 Aug 26 17:20:50.909INFO
33212026-08-26T17:20:51.949Z 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 } }]adding route 172.17.0.18/32 -> 10.0.0.255
33222026-08-26T17:20:51.949Z
33232026-08-26T17:20:51.949ZAug 26 17:20:50.909Aug 26 17:20:50.909 INFOAug 26 17:20:50.909 INFOadding route 172.16.0.0/32 -> 10.0.0.1Aug 26 17:20:50.909
33242026-08-26T17:20:51.949Z adding route 172.17.0.10/32 -> 10.0.0.255DEBG
33252026-08-26T17:20:51.949Z Aug 26 17:20:50.909 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
33262026-08-26T17:20:51.949Z INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1Aug 26 17:20:50.909
33272026-08-26T17:20:51.949Z
33282026-08-26T17:20:51.949ZAug 26 17:20:50.909Aug 26 17:20:50.909 DEBGINFOAug 26 17:20:50.909DEBG Aug 26 17:20:50.909 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 } }]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 } }]INFOadding route 172.17.0.19/32 -> 10.0.0.255
33292026-08-26T17:20:51.949Z
33302026-08-26T17:20:51.949Z 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 } }]adding route 172.16.0.0/32 -> 10.0.0.2
33312026-08-26T17:20:51.949Z
33322026-08-26T17:20:51.949ZAug 26 17:20:50.909
33332026-08-26T17:20:51.949Z Aug 26 17:20:50.909INFO Aug 26 17:20:50.909Aug 26 17:20:50.909 DEBG DEBG adding route 172.17.0.11/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 } }]
33342026-08-26T17:20:51.949Z
33352026-08-26T17:20:51.949Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
33362026-08-26T17:20:51.949Z Aug 26 17:20:50.909Aug 26 17:20:50.909 Aug 26 17:20:50.909INFODEBGAug 26 17:20:50.909 adding route 172.16.0.0/32 -> 10.0.0.2 INFO replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33372026-08-26T17:20:51.949Zadding route 172.17.0.20/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2
33382026-08-26T17:20:51.949Z
33392026-08-26T17:20:51.949ZINFO
33402026-08-26T17:20:51.949Z Aug 26 17:20:50.909Aug 26 17:20:50.909Aug 26 17:20:50.909 DEBGDEBG adding route 172.16.0.0/32 -> 10.0.0.3DEBGreplacing 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 } }]
33412026-08-26T17:20:51.949Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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: "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 26 17:20:50.909
33422026-08-26T17:20:51.949Z
33432026-08-26T17:20:51.949ZINFO
33442026-08-26T17:20:51.950Zadding route 172.17.0.12/32 -> 10.0.0.255Aug 26 17:20:50.909Aug 26 17:20:50.909
33452026-08-26T17:20:51.950Z Aug 26 17:20:50.909INFO adding route 172.17.0.21/32 -> 10.0.0.255DEBGAug 26 17:20:50.909INFOAug 26 17:20:50.909
33462026-08-26T17:20:51.950Z 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 } }] replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255DEBG
33472026-08-26T17:20:51.950Z
33482026-08-26T17:20:51.950Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }]
33492026-08-26T17:20:51.950Z
33502026-08-26T17:20:51.950ZAug 26 17:20:50.909Aug 26 17:20:50.909Aug 26 17:20:50.909 DEBG INFODEBG 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.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33512026-08-26T17:20:51.950Z Aug 26 17:20:50.909
33522026-08-26T17:20:51.950Zadding route 172.17.0.13/32 -> 10.0.0.255 INFO
33532026-08-26T17:20:51.950Z adding route 172.16.0.0/32 -> 10.0.0.4Aug 26 17:20:50.909Aug 26 17:20:50.909
33542026-08-26T17:20:51.950Z INFO INFOadding route 172.17.0.1/32 -> 10.0.0.255
33552026-08-26T17:20:51.950ZAug 26 17:20:50.909adding route 172.17.0.22/32 -> 10.0.0.255 Aug 26 17:20:50.909DEBG DEBG
33562026-08-26T17:20:51.950Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
33572026-08-26T17:20:51.950Z
33582026-08-26T17:20:51.950ZAug 26 17:20:50.909 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 26 17:20:50.909
33592026-08-26T17:20:51.950Z Aug 26 17:20:50.909DEBG 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 26 17:20:50.909
33602026-08-26T17:20:51.950Zadding route 172.17.0.14/32 -> 10.0.0.255Aug 26 17:20:50.909DEBG
33612026-08-26T17:20:51.950Z 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 } }]
33622026-08-26T17:20:51.950ZAug 26 17:20:50.909adding route 172.17.0.2/32 -> 10.0.0.255
33632026-08-26T17:20:51.950ZDEBG Aug 26 17:20:50.909replacing 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 } }]
33642026-08-26T17:20:51.950ZINFO adding route 172.17.0.23/32 -> 10.0.0.255Aug 26 17:20:50.909
33652026-08-26T17:20:51.950Z DEBGAug 26 17:20:50.909 replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 17:20:50.909
33662026-08-26T17:20:51.950Z INFODEBG adding route 172.17.0.15/32 -> 10.0.0.255replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33672026-08-26T17:20:51.950ZAug 26 17:20:50.909
33682026-08-26T17:20:51.950Z INFO Aug 26 17:20:50.909adding route 172.17.0.3/32 -> 10.0.0.255
33692026-08-26T17:20:51.950ZDEBG Aug 26 17:20:50.909replacing 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 } }]
33702026-08-26T17:20:51.950ZINFOAug 26 17:20:50.909 adding route 172.17.0.24/32 -> 10.0.0.255DEBG
33712026-08-26T17:20:51.950Z Aug 26 17:20:50.903replacing 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 } }]
33722026-08-26T17:20:51.950ZAug 26 17:20:50.909DEBG Aug 26 17:20:50.909 DEBGINFOcreated new freemap 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.16/32 -> 10.0.0.255Aug 26 17:20:50.909unit
33732026-08-26T17:20:51.950Z
33742026-08-26T17:20:51.955ZINFO :adding route 172.17.0.4/32 -> 10.0.0.255
33752026-08-26T17:20:51.955Z freemap_route_ipv4Aug 26 17:20:50.909Aug 26 17:20:50.909
33762026-08-26T17:20:51.955Z INFODEBG Aug 26 17:20:50.909adding route 172.17.0.25/32 -> 10.0.0.255replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 17:20:50.909
33772026-08-26T17:20:51.955Z DEBG
33782026-08-26T17:20:51.955ZDEBG 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 } }]created new freemap, unit:Aug 26 17:20:50.910Aug 26 17:20:50.909 freemap_route_ipv6DEBG
33792026-08-26T17:20:51.955Z 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
33802026-08-26T17:20:51.955Z created new freemapAug 26 17:20:50.916, unitDEBG: initted freemap. size: 64 , freemap_route_ipv4unit
33812026-08-26T17:20:51.955ZAug 26 17:20:50.916: INFOfreemap_route_ipv4
33822026-08-26T17:20:51.955Zadding route 172.17.0.26/32 -> 10.0.0.255Aug 26 17:20:50.916
33832026-08-26T17:20:51.955Z DEBG Aug 26 17:20:50.916created new freemap , DEBGunit :reset freemap , Aug 26 17:20:50.916freemap_route_ipv6unit :DEBG
33842026-08-26T17:20:51.955Z freemap_route_ipv4replacing 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 } }]
33852026-08-26T17:20:51.955Z
33862026-08-26T17:20:51.955ZAug 26 17:20:50.916 DEBG Aug 26 17:20:50.916Aug 26 17:20:50.902 DEBG initted freemap. size: 64replacing 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 26 17:20:50.916
33872026-08-26T17:20:51.955Z , INFODEBG unit :initted freemap. size: 64adding route 172.17.0.27/32 -> 10.0.0.255,
33882026-08-26T17:20:51.955ZunitAug 26 17:20:50.916freemap_route_ipv4:
33892026-08-26T17:20:51.955Z Aug 26 17:20:50.916INFO freemap_route_ipv6adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
33902026-08-26T17:20:51.955ZDEBG
33912026-08-26T17:20:51.955ZAug 26 17:20:50.916 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 26 17:20:50.916Aug 26 17:20:50.916 DEBG
33922026-08-26T17:20:51.955Z DEBG reset freemapDEBG, reset 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 } }]unit, unit
33932026-08-26T17:20:51.955Z::Aug 26 17:20:50.916 freemap_route_ipv4
33942026-08-26T17:20:51.955Zfreemap_route_ipv6INFO
33952026-08-26T17:20:51.955ZAug 26 17:20:50.916 INFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
33962026-08-26T17:20:51.955Z
33972026-08-26T17:20:51.955ZAug 26 17:20:50.916Aug 26 17:20:50.916 DEBGINFO Aug 26 17:20:50.916 Aug 26 17:20:50.916adding route 3fff:dead::/64 -> 2001:db8::55:1
33982026-08-26T17:20:51.955Z DEBGDEBG initted freemap. size: 64replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
33992026-08-26T17:20:51.955Zunitreplacing 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 26 17:20:50.916:
34002026-08-26T17:20:51.955Z freemap_route_ipv6DEBG
34012026-08-26T17:20:51.955ZAug 26 17:20:50.916 Aug 26 17:20:50.916replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
34022026-08-26T17:20:51.955ZINFO Aug 26 17:20:50.916 INFOadding route 172.17.0.29/32 -> 10.0.0.255 DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
34032026-08-26T17:20:51.955Z
34042026-08-26T17:20:51.955Zreset freemapAug 26 17:20:50.916, unitAug 26 17:20:50.916INFO Aug 26 17:20:50.916DEBG: replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:2DEBGfreemap_route_ipv6
34052026-08-26T17:20:51.955Zreplacing 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 } }]
34062026-08-26T17:20:51.955Z
34072026-08-26T17:20:51.955Z
34082026-08-26T17:20:51.956ZAug 26 17:20:50.916Aug 26 17:20:50.916Aug 26 17:20:50.916 DEBGINFO INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:1adding route 172.17.0.30/32 -> 10.0.0.255
34092026-08-26T17:20:51.956ZAug 26 17:20:50.916
34102026-08-26T17:20:51.956Z
34112026-08-26T17:20:51.956Z INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 26 17:20:50.916Aug 26 17:20:50.916
34122026-08-26T17:20:51.956Z Aug 26 17:20:50.916INFO adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG Aug 26 17:20:50.916DEBG
34132026-08-26T17:20:51.956Z replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
34142026-08-26T17:20:51.956Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
34152026-08-26T17:20:51.956Zreplacing 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 } }]
34162026-08-26T17:20:51.956ZAug 26 17:20:50.916 Aug 26 17:20:50.916INFO Aug 26 17:20:50.902Aug 26 17:20:50.916 DEBGINFOadding route 172.17.0.31/32 -> 10.0.0.255 Aug 26 17:20:50.916 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
34172026-08-26T17:20:51.956ZINFO
34182026-08-26T17:20:51.956Z adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.31/32 -> 10.0.0.255
34192026-08-26T17:20:51.956Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 26 17:20:50.916
34202026-08-26T17:20:51.956Z DEBGAug 26 17:20:50.916 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 } }]
34212026-08-26T17:20:51.956ZDEBG
34222026-08-26T17:20:51.956ZAug 26 17:20:50.916 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
34232026-08-26T17:20:51.956ZAug 26 17:20:50.916Aug 26 17:20:50.916 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFOAug 26 17:20:50.916 Aug 26 17:20:50.916INFO
34242026-08-26T17:20:51.956Z DEBGadding route 172.17.0.32/32 -> 10.0.0.255 INFOadding route 3fff:dead::/64 -> 2001:db8::55:4
34252026-08-26T17:20:51.956Z replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
34262026-08-26T17:20:51.956Z
34272026-08-26T17:20:51.956Z
34282026-08-26T17:20:51.956ZAug 26 17:20:50.916 Aug 26 17:20:50.916Aug 26 17:20:50.916 INFO DEBG Aug 26 17:20:50.916adding route 3fff:dead::/64 -> 2001:db8::55:3 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 } }]
34292026-08-26T17:20:51.956ZINFO
34302026-08-26T17:20:51.956Z adding route 172.17.0.32/32 -> 10.0.0.255replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
34312026-08-26T17:20:51.956Z
34322026-08-26T17:20:51.956ZAug 26 17:20:50.916 DEBGAug 26 17:20:50.916Aug 26 17:20:50.916 DEBGAug 26 17:20:50.916 INFO Aug 26 17:20:50.916 replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 26 17:20:50.909replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
34332026-08-26T17:20:51.956Z
34342026-08-26T17:20:51.956ZAug 26 17:20:50.923 INFO adding route 172.17.0.17/32 -> 10.0.0.255
34352026-08-26T17:20:51.956ZINFO adding route 172.17.0.33/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255
34362026-08-26T17:20:51.956ZAug 26 17:20:50.923 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
34372026-08-26T17:20:51.956ZAug 26 17:20:50.923 DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
34382026-08-26T17:20:51.956Z
34392026-08-26T17:20:51.956Zreplacing 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 26 17:20:50.923
34402026-08-26T17:20:51.956Z DEBG Aug 26 17:20:50.923replacing 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 26 17:20:50.923 DEBG
34412026-08-26T17:20:51.956ZINFO Aug 26 17:20:50.923adding route 172.17.0.34/32 -> 10.0.0.255
34422026-08-26T17:20:51.956Zreplacing 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 } }]
34432026-08-26T17:20:51.956ZDEBGAug 26 17:20:50.923 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 26 17:20:50.923
34442026-08-26T17:20:51.956Z Aug 26 17:20:50.923DEBGINFO adding route 172.17.0.18/32 -> 10.0.0.255INFO
34452026-08-26T17:20:51.956Z 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.34/32 -> 10.0.0.255
34462026-08-26T17:20:51.957Z
34472026-08-26T17:20:51.957ZAug 26 17:20:50.923 Aug 26 17:20:50.923Aug 26 17:20:50.923Aug 26 17:20:50.923 INFO INFODEBG adding route 172.17.0.35/32 -> 10.0.0.255DEBG
34482026-08-26T17:20:51.957Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
34492026-08-26T17:20:51.957Zreplacing 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 } }]
34502026-08-26T17:20:51.957Zreplacing 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 } }]
34512026-08-26T17:20:51.957ZAug 26 17:20:50.923Aug 26 17:20:50.923 DEBGDEBGAug 26 17:20:50.923 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
34522026-08-26T17:20:51.957Z adding route 172.17.0.35/32 -> 10.0.0.255
34532026-08-26T17:20:51.957Zreplacing 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 26 17:20:50.923
34542026-08-26T17:20:51.957ZAug 26 17:20:50.923 INFOINFOAug 26 17:20:50.923Aug 26 17:20:50.923 adding route 172.17.0.36/32 -> 10.0.0.255INFO
34552026-08-26T17:20:51.957Z DEBG adding route 172.17.0.19/32 -> 10.0.0.255replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
34562026-08-26T17:20:51.957ZAug 26 17:20:50.923
34572026-08-26T17:20:51.957Z
34582026-08-26T17:20:51.957Z DEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 17:20:50.923 Aug 26 17:20:50.923
34592026-08-26T17:20:51.957Z INFO adding route 172.17.0.36/32 -> 10.0.0.255Aug 26 17:20:50.923DEBG
34602026-08-26T17:20:51.957ZAug 26 17:20:50.923 INFODEBGreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 26 17:20:50.923 adding route 172.17.0.37/32 -> 10.0.0.255
34612026-08-26T17:20:51.957Zreplacing 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 } }]
34622026-08-26T17:20:51.957Z
34632026-08-26T17:20:51.957Z DEBG Aug 26 17:20:50.923replacing 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 26 17:20:50.923
34642026-08-26T17:20:51.957ZINFO DEBG Aug 26 17:20:50.923 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:ffAug 26 17:20:50.923
34652026-08-26T17:20:51.957Z
34662026-08-26T17:20:51.957Z INFO adding route 172.17.0.37/32 -> 10.0.0.255INFOAug 26 17:20:50.923
34672026-08-26T17:20:51.957Z adding route 172.17.0.20/32 -> 10.0.0.255 Aug 26 17:20:50.923
34682026-08-26T17:20:51.957ZDEBG Aug 26 17:20:50.923INFO DEBGadding route 172.17.0.38/32 -> 10.0.0.255
34692026-08-26T17:20:51.957ZAug 26 17:20:50.923replacing 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.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 } }]
34702026-08-26T17:20:51.957Z
34712026-08-26T17:20:51.957Z DEBGAug 26 17:20:50.923 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 } }]DEBGAug 26 17:20:50.923 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 26 17:20:50.923
34722026-08-26T17:20:51.957ZINFO
34732026-08-26T17:20:51.957Z INFOadding route 172.17.0.38/32 -> 10.0.0.255
34742026-08-26T17:20:51.961Z adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 26 17:20:50.923
34752026-08-26T17:20:51.961Z INFO Aug 26 17:20:50.923Aug 26 17:20:50.923 adding route 172.17.0.21/32 -> 10.0.0.255 Aug 26 17:20:50.923INFODEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
34762026-08-26T17:20:51.961Z
34772026-08-26T17:20:51.961Zadding route 172.17.0.39/32 -> 10.0.0.255
34782026-08-26T17:20:51.962Zreplacing 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 } }]
34792026-08-26T17:20:51.962ZAug 26 17:20:50.923 INFO adding route 172.17.0.39/32 -> 10.0.0.255
34802026-08-26T17:20:51.962ZAug 26 17:20:50.923
34812026-08-26T17:20:51.962Z DEBGAug 26 17:20:50.923Aug 26 17:20:50.923 Aug 26 17:20:50.923INFO DEBG Aug 26 17:20:50.923 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.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 } }]
34822026-08-26T17:20:51.962Z
34832026-08-26T17:20:51.962ZINFODEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
34842026-08-26T17:20:51.962ZAug 26 17:20:50.923replacing 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 26 17:20:50.923adding route 172.17.0.5/32 -> 10.0.0.255
34852026-08-26T17:20:51.962Z
34862026-08-26T17:20:51.962Z INFO INFOAug 26 17:20:50.923 adding route 172.17.0.40/32 -> 10.0.0.255 adding route 172.17.0.40/32 -> 10.0.0.255
34872026-08-26T17:20:51.962ZDEBG
34882026-08-26T17:20:51.962Z 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 } }]
34892026-08-26T17:20:51.962ZAug 26 17:20:50.923Aug 26 17:20:50.923 Aug 26 17:20:50.923 DEBG Aug 26 17:20:50.923DEBG INFO 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 } }]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 } }]
34902026-08-26T17:20:51.962Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 26 17:20:50.923
34912026-08-26T17:20:51.962Z
34922026-08-26T17:20:51.962Zreplacing 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 } }]
34932026-08-26T17:20:51.962ZINFO Aug 26 17:20:50.923Aug 26 17:20:50.923 Aug 26 17:20:50.923INFOINFO DEBGadding route 172.17.0.41/32 -> 10.0.0.255Aug 26 17:20:50.923
34942026-08-26T17:20:51.962Z adding route 172.17.0.22/32 -> 10.0.0.255INFO adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.6/32 -> 10.0.0.255
34952026-08-26T17:20:51.962Z
34962026-08-26T17:20:51.962Z
34972026-08-26T17:20:51.962ZAug 26 17:20:50.923 DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 26 17:20:50.923
34982026-08-26T17:20:51.962ZAug 26 17:20:50.923
34992026-08-26T17:20:51.962ZAug 26 17:20:50.923 DEBGAug 26 17:20:50.923DEBG INFODEBG adding route 172.17.0.42/32 -> 10.0.0.255Aug 26 17:20:50.923
35002026-08-26T17:20:51.962Zreplacing 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.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 } }]
35012026-08-26T17:20:51.962Zreplacing 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 } }] INFO
35022026-08-26T17:20:51.962Z
35032026-08-26T17:20:51.962ZAug 26 17:20:50.923 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG
35042026-08-26T17:20:51.962Z Aug 26 17:20:50.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 } }]
35052026-08-26T17:20:51.962ZINFO adding route 172.17.0.42/32 -> 10.0.0.255
35062026-08-26T17:20:51.962ZAug 26 17:20:50.923 Aug 26 17:20:50.923Aug 26 17:20:50.923 DEBGAug 26 17:20:50.923INFO adding route 172.17.0.43/32 -> 10.0.0.255replacing 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 } }]
35072026-08-26T17:20:51.962ZDEBGAug 26 17:20:50.923
35082026-08-26T17:20:51.962ZINFO replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255
35092026-08-26T17:20:51.962Z
35102026-08-26T17:20:51.962ZINFO Aug 26 17:20:50.923adding route 172.17.0.23/32 -> 10.0.0.255 INFO
35112026-08-26T17:20:51.962ZAug 26 17:20:50.923 Aug 26 17:20:50.923 DEBG INFOAug 26 17:20:50.923 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff 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
35122026-08-26T17:20:51.962Z adding route 172.17.0.43/32 -> 10.0.0.255
35132026-08-26T17:20:51.962Z
35142026-08-26T17:20:51.962ZAug 26 17:20:50.923 replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
35152026-08-26T17:20:51.962ZAug 26 17:20:50.923 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
35162026-08-26T17:20:51.963Z Aug 26 17:20:50.923adding route 172.17.0.44/32 -> 10.0.0.255Aug 26 17:20:50.923
35172026-08-26T17:20:51.963Z DEBG Aug 26 17:20:50.923INFO Aug 26 17:20:50.923 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 26 17:20:50.923 DEBG
35182026-08-26T17:20:51.963ZINFO adding route 172.17.0.8/32 -> 10.0.0.255replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255
35192026-08-26T17:20:51.963ZDEBG
35202026-08-26T17:20:51.963ZAug 26 17:20:50.923
35212026-08-26T17:20:51.963Zreplacing 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 } }]
35222026-08-26T17:20:51.963ZINFO Aug 26 17:20:50.923adding route 172.17.0.44/32 -> 10.0.0.255Aug 26 17:20:50.923 Aug 26 17:20:50.923
35232026-08-26T17:20:51.963ZAug 26 17:20:50.923 INFOINFO DEBGDEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff Aug 26 17:20:50.923
35242026-08-26T17:20:51.963Zadding route 172.17.0.45/32 -> 10.0.0.255
35252026-08-26T17:20:51.963ZDEBGreplacing 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 } }]
35262026-08-26T17:20:51.963Z Aug 26 17:20:50.923Aug 26 17:20:50.923 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
35272026-08-26T17:20:51.963Z 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 } }]
35282026-08-26T17:20:51.963ZDEBGAug 26 17:20:50.923 Aug 26 17:20:50.923 replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
35292026-08-26T17:20:51.963Z Aug 26 17:20:50.923INFO INFOadding route 172.17.0.45/32 -> 10.0.0.255 adding route 172.17.0.9/32 -> 10.0.0.255adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
35302026-08-26T17:20:51.963Zreplacing 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 } }]
35312026-08-26T17:20:51.963Z
35322026-08-26T17:20:51.963Z
35332026-08-26T17:20:51.963ZAug 26 17:20:50.923Aug 26 17:20:50.923 Aug 26 17:20:50.923INFO Aug 26 17:20:50.923Aug 26 17:20:50.923 DEBGDEBG adding route 172.17.0.46/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 } }]
35342026-08-26T17:20:51.963Z INFO
35352026-08-26T17:20:51.963ZDEBGreplacing 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 } }]
35362026-08-26T17:20:51.963Z Aug 26 17:20:50.923replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.25/32 -> 10.0.0.255Aug 26 17:20:50.923INFO Aug 26 17:20:50.923 INFODEBGadding route 172.17.0.46/32 -> 10.0.0.255
35372026-08-26T17:20:51.963Zadding route 172.17.0.10/32 -> 10.0.0.255
35382026-08-26T17:20:51.963Z
35392026-08-26T17:20:51.963Zreplacing 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 } }]
35402026-08-26T17:20:51.963Z
35412026-08-26T17:20:51.963ZAug 26 17:20:50.923Aug 26 17:20:50.923Aug 26 17:20:50.923 Aug 26 17:20:50.923 Aug 26 17:20:50.923INFO DEBGDEBGadding route 172.17.0.47/32 -> 10.0.0.255 INFO DEBG
35422026-08-26T17:20:51.963Zreplacing 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 } }]
35432026-08-26T17:20:51.963Zreplacing 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.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 } }]
35442026-08-26T17:20:51.963Z
35452026-08-26T17:20:51.963Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 26 17:20:50.923
35462026-08-26T17:20:51.963Z DEBGAug 26 17:20:50.923 Aug 26 17:20:50.923INFOreplacing 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 26 17:20:50.923 INFO
35472026-08-26T17:20:51.963ZINFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.26/32 -> 10.0.0.255
35482026-08-26T17:20:51.963Z
35492026-08-26T17:20:51.963ZAug 26 17:20:50.923Aug 26 17:20:50.923adding route 172.17.0.11/32 -> 10.0.0.255 INFO
35502026-08-26T17:20:51.963Z adding route 172.17.0.48/32 -> 10.0.0.255
35512026-08-26T17:20:51.963Ztest route::tests::shrink_preserves_compacted_order ... ok
35522026-08-26T17:20:51.964ZDEBGAug 26 17:20:50.923 Aug 26 17:20:50.923replacing 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 } }] DEBGAug 26 17:20:50.923 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 } }]
35532026-08-26T17:20:51.964Zcreated new freemap, unit:DEBGAug 26 17:20:50.929 freemap_route_ipv4
35542026-08-26T17:20:51.964Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 26 17:20:50.923
35552026-08-26T17:20:51.964Z DEBGINFOAug 26 17:20:50.929 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.12/32 -> 10.0.0.255
35562026-08-26T17:20:51.964Z
35572026-08-26T17:20:51.964ZDEBGDEBG created new freemapreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 17:20:50.929, unitDEBG: Aug 26 17:20:50.929 freemap_route_ipv6Aug 26 17:20:50.930INFO
35582026-08-26T17:20:51.964Z
35592026-08-26T17:20:51.964Z INFOadding route 3fff:dead::/64 -> 2001:db8::55:4
35602026-08-26T17:20:51.964Zreplacing 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.49/32 -> 10.0.0.255
35612026-08-26T17:20:51.964ZAug 26 17:20:50.930
35622026-08-26T17:20:51.964ZDEBGAug 26 17:20:50.930 Aug 26 17:20:50.930initted freemap. size: 64 , INFOAug 26 17:20:50.930unit :DEBG freemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 26 17:20:50.930DEBGadding route 172.17.0.13/32 -> 10.0.0.255
35632026-08-26T17:20:51.964Z
35642026-08-26T17:20:51.964Z
35652026-08-26T17:20:51.964Z 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 } }]Aug 26 17:20:50.930Aug 26 17:20:50.930
35662026-08-26T17:20:51.964Z DEBGDEBG reset freemapAug 26 17:20:50.930replacing targets for 3fff:dead::/64 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 } }],
35672026-08-26T17:20:51.964Z unitINFO :adding route 172.17.0.50/32 -> 10.0.0.255Aug 26 17:20:50.930
35682026-08-26T17:20:51.964Zfreemap_route_ipv4
35692026-08-26T17:20:51.964ZDEBG 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.48/32 -> 10.0.0.255
35702026-08-26T17:20:51.964Z
35712026-08-26T17:20:51.964ZAug 26 17:20:50.930 Aug 26 17:20:50.930DEBG Aug 26 17:20:50.930initted freemap. size: 64 DEBGINFO, unitadding route 172.17.0.14/32 -> 10.0.0.255:
35722026-08-26T17:20:51.964Zreplacing 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 } }]freemap_route_ipv6
35732026-08-26T17:20:51.964ZAug 26 17:20:50.930
35742026-08-26T17:20:51.968Z DEBG Aug 26 17:20:50.930replacing 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 26 17:20:50.930
35752026-08-26T17:20:51.969ZAug 26 17:20:50.930 INFODEBG DEBGadding route 172.17.0.51/32 -> 10.0.0.255
35762026-08-26T17:20:51.969Zreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35772026-08-26T17:20:51.969Z reset freemapAug 26 17:20:50.930, Aug 26 17:20:50.930unitDEBG: INFOreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv6
35782026-08-26T17:20:51.969Z
35792026-08-26T17:20:51.969Zadding route 172.17.0.15/32 -> 10.0.0.255
35802026-08-26T17:20:51.969ZAug 26 17:20:50.930Aug 26 17:20:50.930 INFOINFO Aug 26 17:20:50.930 adding route 172.17.0.49/32 -> 10.0.0.255Aug 26 17:20:50.930
35812026-08-26T17:20:51.969Zadding route 172.16.0.0/32 -> 10.0.0.1 DEBGINFO
35822026-08-26T17:20:51.969Zreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35832026-08-26T17:20:51.969Z adding route 172.17.0.52/32 -> 10.0.0.255Aug 26 17:20:50.930Aug 26 17:20:50.930 Aug 26 17:20:50.923DEBGAug 26 17:20:50.930DEBG
35842026-08-26T17:20:51.969ZDEBG
35852026-08-26T17:20:51.969Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]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 } }]
35862026-08-26T17:20:51.969Z adding route 172.17.0.16/32 -> 10.0.0.255
35872026-08-26T17:20:51.969Z
35882026-08-26T17:20:51.969ZAug 26 17:20:50.930replacing 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 26 17:20:50.930
35892026-08-26T17:20:51.969ZAug 26 17:20:50.930Aug 26 17:20:50.930 INFO INFOadding route 172.16.0.0/32 -> 10.0.0.2 DEBGadding route 172.17.0.27/32 -> 10.0.0.255
35902026-08-26T17:20:51.969Z
35912026-08-26T17:20:51.969ZDEBG 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 26 17:20:50.930replacing 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 26 17:20:50.930Aug 26 17:20:50.930
35922026-08-26T17:20:51.969Z
35932026-08-26T17:20:51.969ZDEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 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 } }]
35942026-08-26T17:20:51.969Z
35952026-08-26T17:20:51.969ZAug 26 17:20:50.930 Aug 26 17:20:50.930adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 26 17:20:50.930
35962026-08-26T17:20:51.969ZAug 26 17:20:50.930 INFOAug 26 17:20:50.930INFO INFOadding route 172.17.0.28/32 -> 10.0.0.255 INFO
35972026-08-26T17:20:51.969Z adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.53/32 -> 10.0.0.255
35982026-08-26T17:20:51.969Z
35992026-08-26T17:20:51.969Zadding route 172.17.0.17/32 -> 10.0.0.255INFOAug 26 17:20:50.930
36002026-08-26T17:20:51.969Z adding route 172.17.0.50/32 -> 10.0.0.255DEBGAug 26 17:20:50.930Aug 26 17:20:50.930
36012026-08-26T17:20:51.969ZDEBG 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 } }]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 } }]
36022026-08-26T17:20:51.969Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
36032026-08-26T17:20:51.969ZAug 26 17:20:50.930
36042026-08-26T17:20:51.969Z DEBGAug 26 17:20:50.930Aug 26 17:20:50.930 Aug 26 17:20:50.930Aug 26 17:20:50.930INFO INFOadding route 172.17.0.29/32 -> 10.0.0.255INFODEBG
36052026-08-26T17:20:51.969Zadding route 172.16.0.0/32 -> 10.0.0.4 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 } }]
36062026-08-26T17:20:51.969Z
36072026-08-26T17:20:51.969Z 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.17.0.54/32 -> 10.0.0.255Aug 26 17:20:50.930
36082026-08-26T17:20:51.969Z DEBGAug 26 17:20:50.930 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
36092026-08-26T17:20:51.969Z
36102026-08-26T17:20:51.969ZDEBGAug 26 17:20:50.930 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 26 17:20:50.930DEBG
36112026-08-26T17:20:51.969ZAug 26 17:20:50.930 replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
36122026-08-26T17:20:51.969ZINFO adding route 3fff:beef:30::/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.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 26 17:20:50.930
36132026-08-26T17:20:51.969Z INFO
36142026-08-26T17:20:51.970ZAug 26 17:20:50.930Aug 26 17:20:50.930adding route 172.17.0.30/32 -> 10.0.0.255
36152026-08-26T17:20:51.970Z INFO INFOadding route 172.17.0.18/32 -> 10.0.0.255 adding route 172.17.0.55/32 -> 10.0.0.255
36162026-08-26T17:20:51.970Z
36172026-08-26T17:20:51.970ZAug 26 17:20:50.930 DEBG Aug 26 17:20:50.930replacing 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 26 17:20:50.930
36182026-08-26T17:20:51.970Z 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 } }]Aug 26 17:20:50.930
36192026-08-26T17:20:51.970Z Aug 26 17:20:50.930DEBG 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 } }]
36202026-08-26T17:20:51.970Zadding route 172.17.0.31/32 -> 10.0.0.255
36212026-08-26T17:20:51.970Zreplacing 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 26 17:20:50.930
36222026-08-26T17:20:51.970Z Aug 26 17:20:50.930INFO Aug 26 17:20:50.930 INFO DEBGadding route 172.17.0.56/32 -> 10.0.0.255adding route 172.17.0.19/32 -> 10.0.0.255
36232026-08-26T17:20:51.970Z
36242026-08-26T17:20:51.970ZAug 26 17:20:50.930replacing 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 } }]
36252026-08-26T17:20:51.970ZAug 26 17:20:50.930INFO Aug 26 17:20:50.930DEBG DEBGAug 26 17:20:50.930adding route 3fff:beef:31::/64 -> 2001:db8::55:ff 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.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
36262026-08-26T17:20:51.970Z
36272026-08-26T17:20:51.970Z adding route 172.17.0.32/32 -> 10.0.0.255
36282026-08-26T17:20:51.970Z
36292026-08-26T17:20:51.970ZAug 26 17:20:50.930 INFO Aug 26 17:20:50.930Aug 26 17:20:50.930 adding route 172.17.0.57/32 -> 10.0.0.255DEBG INFO
36302026-08-26T17:20:51.970ZAug 26 17:20:50.930 adding route 172.17.0.20/32 -> 10.0.0.255 replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
36312026-08-26T17:20:51.970ZDEBG Aug 26 17:20:50.930replacing 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 } }]
36322026-08-26T17:20:51.970Z
36332026-08-26T17:20:51.970ZAug 26 17:20:50.930DEBG DEBGAug 26 17:20:50.930 Aug 26 17:20:50.930replacing 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 } }]
36342026-08-26T17:20:51.970Zreplacing 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 } }]INFOINFO
36352026-08-26T17:20:51.970Z adding route 172.17.0.33/32 -> 10.0.0.255
36362026-08-26T17:20:51.970Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 26 17:20:50.930
36372026-08-26T17:20:51.970Ztest route::tests::delete_target_full ... ok
36382026-08-26T17:20:51.970ZAug 26 17:20:50.930INFO Aug 26 17:20:50.930INFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255DEBG
36392026-08-26T17:20:51.970Z 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 } }]
36402026-08-26T17:20:51.970Z
36412026-08-26T17:20:51.970ZAug 26 17:20:50.930 DEBG Aug 26 17:20:50.930Aug 26 17:20:50.930 replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:20:50.930DEBG
36422026-08-26T17:20:51.970Ztest route::tests::add_target_fails_full ... ok
36432026-08-26T17:20:51.970Z INFODEBG 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.34/32 -> 10.0.0.255
36442026-08-26T17:20:51.970Z
36452026-08-26T17:20:51.970Z 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 } }]
36462026-08-26T17:20:51.970ZAug 26 17:20:50.930 Aug 26 17:20:50.930INFO INFOAug 26 17:20:50.930 Aug 26 17:20:50.930adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
36472026-08-26T17:20:51.970Zadding route 172.17.0.59/32 -> 10.0.0.255DEBG
36482026-08-26T17:20:51.971Z replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
36492026-08-26T17:20:51.971Zadding route 172.17.0.22/32 -> 10.0.0.255
36502026-08-26T17:20:51.971ZAug 26 17:20:50.930Aug 26 17:20:50.930 DEBG DEBGAug 26 17:20:50.930 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 } }]
36512026-08-26T17:20:51.971ZAug 26 17:20:50.930replacing 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.35/32 -> 10.0.0.255
36522026-08-26T17:20:51.971Z
36532026-08-26T17:20:51.971ZDEBG Aug 26 17:20:50.930replacing 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 } }]
36542026-08-26T17:20:51.971ZAug 26 17:20:50.930INFO adding route 172.17.0.60/32 -> 10.0.0.255
36552026-08-26T17:20:51.971ZDEBG Aug 26 17:20:50.930replacing 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 } }]
36562026-08-26T17:20:51.971ZAug 26 17:20:50.930Aug 26 17:20:50.930INFO DEBGINFOAug 26 17:20:50.930 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffINFOreplacing 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 } }]
36572026-08-26T17:20:51.971Z
36582026-08-26T17:20:51.971Zadding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255
36592026-08-26T17:20:51.971Z
36602026-08-26T17:20:51.971ZAug 26 17:20:50.930 INFOAug 26 17:20:50.930 Aug 26 17:20:50.930adding route 172.17.0.61/32 -> 10.0.0.255 DEBG Aug 26 17:20:50.930replacing 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 } }]
36612026-08-26T17:20:51.971Z
36622026-08-26T17:20:51.971ZAug 26 17:20:50.930 DEBGAug 26 17:20:50.937 replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
36632026-08-26T17:20:51.971ZAug 26 17:20:50.937 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG
36642026-08-26T17:20:51.971Z Aug 26 17:20:50.937replacing 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 } }]
36652026-08-26T17:20:51.971ZINFO Aug 26 17:20:50.937adding route 172.17.0.51/32 -> 10.0.0.255
36662026-08-26T17:20:51.971ZDEBG 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 } }]
36672026-08-26T17:20:51.971ZAug 26 17:20:50.937Aug 26 17:20:50.937 Aug 26 17:20:50.937INFOINFO adding route 172.17.0.62/32 -> 10.0.0.255DEBG
36682026-08-26T17:20:51.971Z replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
36692026-08-26T17:20:51.971Z
36702026-08-26T17:20:51.971ZAug 26 17:20:50.937 DEBGAug 26 17:20:50.937 INFO adding route 172.17.0.52/32 -> 10.0.0.255
36712026-08-26T17:20:51.971Z Aug 26 17:20:50.937replacing 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 } }]
36722026-08-26T17:20:51.971ZDEBGAug 26 17:20:50.937 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
36732026-08-26T17:20:51.971Z 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 } }]
36742026-08-26T17:20:51.975ZAug 26 17:20:50.937 Aug 26 17:20:50.937INFO DEBGadding route 172.17.0.53/32 -> 10.0.0.255Aug 26 17:20:50.937
36752026-08-26T17:20:51.975ZDEBG INFOfailed to allocate space for the new target list
36762026-08-26T17:20:51.976Zreplacing 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 26 17:20:50.937
36772026-08-26T17:20:51.976Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
36782026-08-26T17:20:51.976ZDEBGAug 26 17:20:50.937 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 } }]DEBGAug 26 17:20:50.937
36792026-08-26T17:20:51.976Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFOAug 26 17:20:50.937
36802026-08-26T17:20:51.976Z Aug 26 17:20:50.937 adding route 172.17.0.24/32 -> 10.0.0.255INFODEBG adding route 172.17.0.54/32 -> 10.0.0.255replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
36812026-08-26T17:20:51.976Z
36822026-08-26T17:20:51.976Z
36832026-08-26T17:20:51.976ZAug 26 17:20:50.937 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 26 17:20:50.937
36842026-08-26T17:20:51.976Z 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 26 17:20:50.937
36852026-08-26T17:20:51.976Z Aug 26 17:20:50.937INFO INFOadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
36862026-08-26T17:20:51.976Zadding route 172.17.0.55/32 -> 10.0.0.255Aug 26 17:20:50.937
36872026-08-26T17:20:51.976Z INFOAug 26 17:20:50.937 DEBGadding route 172.17.0.25/32 -> 10.0.0.255
36882026-08-26T17:20:51.976ZAug 26 17:20:50.937replacing 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 } }]
36892026-08-26T17:20:51.976ZDEBG 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 } }]
36902026-08-26T17:20:51.976ZAug 26 17:20:50.937 INFOAug 26 17:20:50.937 Aug 26 17:20:50.937adding route 3fff:beef:39::/64 -> 2001:db8::55:ff DEBGINFO
36912026-08-26T17:20:51.976Z adding route 172.17.0.56/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 } }]
36922026-08-26T17:20:51.976Z
36932026-08-26T17:20:51.976ZAug 26 17:20:50.937 DEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:20:50.937
36942026-08-26T17:20:51.976Z 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 } }]
36952026-08-26T17:20:51.976ZAug 26 17:20:50.937 INFOAug 26 17:20:50.937Aug 26 17:20:50.937 INFOINFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 172.17.0.26/32 -> 10.0.0.255adding route 172.17.0.57/32 -> 10.0.0.255
36962026-08-26T17:20:51.976Z
36972026-08-26T17:20:51.976Z
36982026-08-26T17:20:51.976ZAug 26 17:20:50.937Aug 26 17:20:50.937Aug 26 17:20:50.937 DEBGDEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
36992026-08-26T17:20:51.976Z
37002026-08-26T17:20:51.976ZDEBG 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 } }]
37012026-08-26T17:20:51.976ZAug 26 17:20:50.937 INFO Aug 26 17:20:50.937adding route 172.17.0.58/32 -> 10.0.0.255
37022026-08-26T17:20:51.976ZINFO adding route 172.17.0.27/32 -> 10.0.0.255
37032026-08-26T17:20:51.976ZAug 26 17:20:50.937 Aug 26 17:20:50.937INFO DEBGAug 26 17:20:50.937adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
37042026-08-26T17:20:51.976Zreplacing 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
37052026-08-26T17:20:51.976Z 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 } }]
37062026-08-26T17:20:51.976ZAug 26 17:20:50.937 DEBG Aug 26 17:20:50.937replacing 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 } }]
37072026-08-26T17:20:51.976ZINFO Aug 26 17:20:50.937adding route 172.17.0.28/32 -> 10.0.0.255
37082026-08-26T17:20:51.976ZINFO Aug 26 17:20:50.937adding route 172.17.0.59/32 -> 10.0.0.255
37092026-08-26T17:20:51.976ZAug 26 17:20:50.937INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG
37102026-08-26T17:20:51.976Z 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 26 17:20:50.937 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 } }]Aug 26 17:20:50.937 DEBG
37112026-08-26T17:20:51.976Z 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 } }]
37122026-08-26T17:20:51.976Z
37132026-08-26T17:20:51.977ZAug 26 17:20:50.937Aug 26 17:20:50.937 Aug 26 17:20:50.930INFO Aug 26 17:20:50.937adding route 172.17.0.60/32 -> 10.0.0.255DEBGDEBG
37142026-08-26T17:20:51.977ZINFOreplacing 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 } }]failed to allocate space for the new target list
37152026-08-26T17:20:51.977Z
37162026-08-26T17:20:51.977Zadding route 172.17.0.29/32 -> 10.0.0.255Aug 26 17:20:50.937
37172026-08-26T17:20:51.977Z DEBGAug 26 17:20:50.937 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 } }]DEBG
37182026-08-26T17:20:51.977ZAug 26 17:20:50.937 replacing targets for 3fff:dead::/64 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 } }]INFOAug 26 17:20:50.937 Aug 26 17:20:50.937adding route 172.17.0.37/32 -> 10.0.0.255
37192026-08-26T17:20:51.977ZINFO
37202026-08-26T17:20:51.977Z adding route 172.17.0.61/32 -> 10.0.0.255DEBG
37212026-08-26T17:20:51.977Z 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 } }]
37222026-08-26T17:20:51.977ZAug 26 17:20:50.937 DEBG Aug 26 17:20:50.937replacing 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 } }]
37232026-08-26T17:20:51.977ZINFO Aug 26 17:20:50.937adding route 172.17.0.30/32 -> 10.0.0.255
37242026-08-26T17:20:51.977ZDEBG Aug 26 17:20:50.937DEBGreplacing 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 } }] INFOcreated new freemap Aug 26 17:20:50.937
37252026-08-26T17:20:51.977Z, adding route 172.17.0.38/32 -> 10.0.0.255unit
37262026-08-26T17:20:51.977Z: freemap_route_ipv4DEBG
37272026-08-26T17:20:51.977Z Aug 26 17:20:50.937replacing 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 } }]
37282026-08-26T17:20:51.977ZDEBG Aug 26 17:20:50.937replacing 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 } }]
37292026-08-26T17:20:51.977ZAug 26 17:20:50.937INFO adding route 172.17.0.62/32 -> 10.0.0.255INFO
37302026-08-26T17:20:51.977ZAug 26 17:20:50.937Aug 26 17:20:50.937 INFODEBG created new freemapadding route 172.17.0.39/32 -> 10.0.0.255, unit
37312026-08-26T17:20:51.977Z : Aug 26 17:20:50.937adding route 172.17.0.31/32 -> 10.0.0.255freemap_route_ipv6
37322026-08-26T17:20:51.977Z
37332026-08-26T17:20:51.977ZAug 26 17:20:50.937DEBG DEBGreplacing 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 26 17:20:50.937 Aug 26 17:20:50.937replacing 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 } }] DEBGDEBG
37342026-08-26T17:20:51.977Z
37352026-08-26T17:20:51.977Z replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64
37362026-08-26T17:20:51.977Z, Aug 26 17:20:50.937unit : INFOfreemap_route_ipv4
37372026-08-26T17:20:51.977Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
37382026-08-26T17:20:51.977ZAug 26 17:20:50.937adding route 172.17.0.40/32 -> 10.0.0.255
37392026-08-26T17:20:51.977ZINFOAug 26 17:20:50.937 Aug 26 17:20:50.937adding route 172.17.0.63/32 -> 10.0.0.255 Aug 26 17:20:50.937
37402026-08-26T17:20:51.977Ztest route::tests::delete_target_fragmented ... ok
37412026-08-26T17:20:51.977Z DEBGDEBGINFO 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 } }]adding route 172.17.0.32/32 -> 10.0.0.255, unit
37422026-08-26T17:20:51.977Z:
37432026-08-26T17:20:51.977Z freemap_route_ipv4Aug 26 17:20:50.937
37442026-08-26T17:20:51.977Z DEBG replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 17:20:50.937
37452026-08-26T17:20:51.977ZAug 26 17:20:50.937 INFO DEBGAug 26 17:20:50.937 Aug 26 17:20:50.937adding route 172.17.0.41/32 -> 10.0.0.255initted freemap. size: 64
37462026-08-26T17:20:51.977Z DEBG, unit 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 } }] freemap_route_ipv6Aug 26 17:20:50.937
37472026-08-26T17:20:51.977Z DEBG
37482026-08-26T17:20:51.977Zfailed to allocate space for the new target list replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37492026-08-26T17:20:51.977Z
37502026-08-26T17:20:51.977ZAug 26 17:20:50.937 DEBG Aug 26 17:20:50.937reset freemapAug 26 17:20:50.937, Aug 26 17:20:50.937 unitINFODEBG: adding route 172.17.0.42/32 -> 10.0.0.255freemap_route_ipv6
37512026-08-26T17:20:51.978Z
37522026-08-26T17:20:51.978Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
37532026-08-26T17:20:51.978ZINFO Aug 26 17:20:50.937Aug 26 17:20:50.937 INFOAug 26 17:20:50.937 adding route 172.16.0.0/32 -> 10.0.0.1DEBGadding route 172.17.0.33/32 -> 10.0.0.255 DEBG
37542026-08-26T17:20:51.978Z
37552026-08-26T17:20:51.978Z 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 } }]
37562026-08-26T17:20:51.978Z
37572026-08-26T17:20:51.978ZAug 26 17:20:50.937Aug 26 17:20:50.937 DEBGAug 26 17:20:50.937 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
37582026-08-26T17:20:51.978Z adding route 172.17.0.43/32 -> 10.0.0.255replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37592026-08-26T17:20:51.978Z
37602026-08-26T17:20:51.978ZAug 26 17:20:50.937 INFO Aug 26 17:20:50.937adding route 172.16.0.0/32 -> 10.0.0.2Aug 26 17:20:50.937
37612026-08-26T17:20:51.978Z INFO DEBGadding route 172.17.0.34/32 -> 10.0.0.255
37622026-08-26T17:20:51.978Zreplacing 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 26 17:20:50.937
37632026-08-26T17:20:51.978Z 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 } }]
37642026-08-26T17:20:51.978ZAug 26 17:20:50.937Aug 26 17:20:50.937 DEBGINFO Aug 26 17:20:50.937adding route 172.17.0.44/32 -> 10.0.0.255
37652026-08-26T17:20:51.978ZINFOreplacing 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 } }]
37662026-08-26T17:20:51.978Zadding route 172.16.0.0/32 -> 10.0.0.3
37672026-08-26T17:20:51.978ZAug 26 17:20:50.937Aug 26 17:20:50.937 Aug 26 17:20:50.937DEBG DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
37682026-08-26T17:20:51.978Z adding route 172.17.0.35/32 -> 10.0.0.255
37692026-08-26T17:20:51.978Z
37702026-08-26T17:20:51.978ZAug 26 17:20:50.937Aug 26 17:20:50.937Aug 26 17:20:50.937 INFOINFODEBG adding route 172.16.0.0/32 -> 10.0.0.4
37712026-08-26T17:20:51.978Zreplacing 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.45/32 -> 10.0.0.255
37722026-08-26T17:20:51.978Z
37732026-08-26T17:20:51.978ZAug 26 17:20:50.937Aug 26 17:20:50.937Aug 26 17:20:50.937 DEBGINFO DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]
37742026-08-26T17:20:51.982Zreplacing 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.36/32 -> 10.0.0.255Aug 26 17:20:50.938
37752026-08-26T17:20:51.982Z DEBG Aug 26 17:20:50.944 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 } }]
37762026-08-26T17:20:51.982Zcreated new freemap
37772026-08-26T17:20:51.982Z, Aug 26 17:20:50.944unit INFO: freemap_route_ipv4Aug 26 17:20:50.944 INFO adding route 172.17.0.46/32 -> 10.0.0.255
37782026-08-26T17:20:51.982Z
37792026-08-26T17:20:51.982Z adding route 172.17.0.37/32 -> 10.0.0.255
37802026-08-26T17:20:51.982ZAug 26 17:20:50.944 DEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 17:20:50.944Aug 26 17:20:50.944
37812026-08-26T17:20:51.982Z DEBGDEBGAug 26 17:20:50.944 Aug 26 17:20:50.944replacing 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 } }] created new freemapINFO
37822026-08-26T17:20:51.982Z , adding route 172.17.0.47/32 -> 10.0.0.255DEBG
37832026-08-26T17:20:51.982Zreplacing targets for 172.16.0.0/32 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 } }]unit:
37842026-08-26T17:20:51.982Zfreemap_route_ipv6
37852026-08-26T17:20:51.983ZAug 26 17:20:50.944 DEBGAug 26 17:20:50.944 replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 17:20:50.944INFO DEBG
37862026-08-26T17:20:51.983Zadding route 172.17.0.38/32 -> 10.0.0.255
37872026-08-26T17:20:51.983Zinitted freemap. size: 64, unit: freemap_route_ipv4Aug 26 17:20:50.944
37882026-08-26T17:20:51.983ZAug 26 17:20:50.944 INFO DEBGadding route 172.17.0.48/32 -> 10.0.0.255
37892026-08-26T17:20:51.983Zreplacing 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 26 17:20:50.944
37902026-08-26T17:20:51.983Z DEBG reset freemap, Aug 26 17:20:50.944unit Aug 26 17:20:50.944:DEBG freemap_route_ipv4
37912026-08-26T17:20:51.983Zreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
37922026-08-26T17:20:51.983Zadding route 172.17.0.39/32 -> 10.0.0.255
37932026-08-26T17:20:51.983ZAug 26 17:20:50.944 DEBGAug 26 17:20:50.944 Aug 26 17:20:50.944initted freemap. size: 64 DEBGINFO, unit :adding route 172.17.0.49/32 -> 10.0.0.255
37942026-08-26T17:20:51.983Zfreemap_route_ipv6replacing 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 } }]
37952026-08-26T17:20:51.983Z
37962026-08-26T17:20:51.983ZAug 26 17:20:50.944Aug 26 17:20:50.944Aug 26 17:20:50.944 DEBGINFODEBG 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 } }]reset freemapadding route 172.17.0.40/32 -> 10.0.0.255
37972026-08-26T17:20:51.983Z,
37982026-08-26T17:20:51.983Zunit: freemap_route_ipv6Aug 26 17:20:50.944
37992026-08-26T17:20:51.983ZAug 26 17:20:50.944 INFODEBG adding route 172.17.0.50/32 -> 10.0.0.255Aug 26 17:20:50.944replacing 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 } }]
38002026-08-26T17:20:51.983Z INFO
38012026-08-26T17:20:51.983Z adding route 172.16.0.0/32 -> 10.0.0.1Aug 26 17:20:50.944
38022026-08-26T17:20:51.983Z Aug 26 17:20:50.944DEBG 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 } }]Aug 26 17:20:50.944 adding route 172.17.0.41/32 -> 10.0.0.255
38032026-08-26T17:20:51.983ZDEBG
38042026-08-26T17:20:51.983Z 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 } }]
38052026-08-26T17:20:51.983ZAug 26 17:20:50.944Aug 26 17:20:50.944 Aug 26 17:20:50.944INFO adding route 172.17.0.51/32 -> 10.0.0.255DEBGINFO
38062026-08-26T17:20:51.983Z 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.16.0.0/32 -> 10.0.0.1
38072026-08-26T17:20:51.983Z
38082026-08-26T17:20:51.983ZAug 26 17:20:50.944Aug 26 17:20:50.944Aug 26 17:20:50.944 DEBGDEBG 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 } }]
38092026-08-26T17:20:51.983Zreplacing 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 } }]
38102026-08-26T17:20:51.983Zadding route 172.17.0.42/32 -> 10.0.0.255
38112026-08-26T17:20:51.983ZAug 26 17:20:50.944 Aug 26 17:20:50.944INFOAug 26 17:20:50.944 adding route 172.16.0.0/32 -> 10.0.0.1 INFO
38122026-08-26T17:20:51.983ZDEBG adding route 172.17.0.52/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 } }]
38132026-08-26T17:20:51.983Z
38142026-08-26T17:20:51.983ZAug 26 17:20:50.944Aug 26 17:20:50.944 Aug 26 17:20:50.944DEBG INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38152026-08-26T17:20:51.983Zadding route 172.17.0.43/32 -> 10.0.0.255
38162026-08-26T17:20:51.983Z
38172026-08-26T17:20:51.983ZAug 26 17:20:50.944Aug 26 17:20:50.944Aug 26 17:20:50.944 INFOINFO adding route 172.17.0.53/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2
38182026-08-26T17:20:51.983ZDEBG
38192026-08-26T17:20:51.983Z 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 } }]
38202026-08-26T17:20:51.983ZAug 26 17:20:50.944 Aug 26 17:20:50.944DEBGAug 26 17:20:50.944 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 } }] DEBGINFO
38212026-08-26T17:20:51.983Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.44/32 -> 10.0.0.255
38222026-08-26T17:20:51.983Z
38232026-08-26T17:20:51.983ZAug 26 17:20:50.944 INFO Aug 26 17:20:50.944adding route 172.17.0.54/32 -> 10.0.0.255 Aug 26 17:20:50.944
38242026-08-26T17:20:51.984Z INFO DEBGadding route 172.17.0.0/32 -> 10.0.0.255 Aug 26 17:20:50.944replacing 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 } }]
38252026-08-26T17:20:51.984ZDEBG
38262026-08-26T17:20:51.984Z 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 } }]
38272026-08-26T17:20:51.984ZAug 26 17:20:50.944Aug 26 17:20:50.944Aug 26 17:20:50.944 INFODEBG INFO adding route 172.17.0.45/32 -> 10.0.0.255replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38282026-08-26T17:20:51.984Zadding route 172.17.0.55/32 -> 10.0.0.255
38292026-08-26T17:20:51.984Z
38302026-08-26T17:20:51.984ZAug 26 17:20:50.944Aug 26 17:20:50.944Aug 26 17:20:50.944 DEBGINFO DEBGreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.1/32 -> 10.0.0.255
38312026-08-26T17:20:51.984Zreplacing 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 } }]
38322026-08-26T17:20:51.984Z
38332026-08-26T17:20:51.984ZAug 26 17:20:50.944 Aug 26 17:20:50.944INFOAug 26 17:20:50.944 DEBG 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.46/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255
38342026-08-26T17:20:51.984Z
38352026-08-26T17:20:51.984Z
38362026-08-26T17:20:51.984ZAug 26 17:20:50.944Aug 26 17:20:50.944Aug 26 17:20:50.944 DEBGDEBGINFO 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.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 } }]
38372026-08-26T17:20:51.984Z
38382026-08-26T17:20:51.984Zadding route 172.17.0.2/32 -> 10.0.0.255
38392026-08-26T17:20:51.984ZAug 26 17:20:50.944Aug 26 17:20:50.944 Aug 26 17:20:50.944 INFOINFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255
38402026-08-26T17:20:51.984Z
38412026-08-26T17:20:51.984ZDEBG 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 } }]
38422026-08-26T17:20:51.984ZAug 26 17:20:50.944Aug 26 17:20:50.944 DEBGAug 26 17:20:50.944DEBG INFOreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 } }]
38432026-08-26T17:20:51.984Zadding route 172.17.0.3/32 -> 10.0.0.255
38442026-08-26T17:20:51.984Z
38452026-08-26T17:20:51.984ZAug 26 17:20:50.944 Aug 26 17:20:50.944Aug 26 17:20:50.944 INFO DEBGadding route 172.17.0.58/32 -> 10.0.0.255
38462026-08-26T17:20:51.984Zreplacing 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
38472026-08-26T17:20:51.984Z adding route 172.17.0.48/32 -> 10.0.0.255Aug 26 17:20:50.944
38482026-08-26T17:20:51.984Z DEBGAug 26 17:20:50.944 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 } }]Aug 26 17:20:50.944INFO DEBG
38492026-08-26T17:20:51.984Zadding route 172.17.0.4/32 -> 10.0.0.255
38502026-08-26T17:20:51.984Zreplacing 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 } }]
38512026-08-26T17:20:51.984ZAug 26 17:20:50.944 INFOAug 26 17:20:50.944Aug 26 17:20:50.944 DEBG INFO adding route 172.17.0.59/32 -> 10.0.0.255
38522026-08-26T17:20:51.984Zreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255
38532026-08-26T17:20:51.984Z
38542026-08-26T17:20:51.984ZAug 26 17:20:50.944Aug 26 17:20:50.944 INFODEBGAug 26 17:20:50.944 adding route 172.17.0.5/32 -> 10.0.0.255replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
38552026-08-26T17:20:51.984Z
38562026-08-26T17:20:51.984Z 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 } }]
38572026-08-26T17:20:51.984ZAug 26 17:20:50.944Aug 26 17:20:50.944 INFODEBGAug 26 17:20:50.944 adding route 172.17.0.60/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 } }]
38582026-08-26T17:20:51.984Z
38592026-08-26T17:20:51.985Z INFO adding route 172.17.0.50/32 -> 10.0.0.255
38602026-08-26T17:20:51.985ZAug 26 17:20:50.945 Aug 26 17:20:50.945DEBG INFOAug 26 17:20:50.945replacing 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 } }]
38612026-08-26T17:20:51.985Zadding route 172.17.0.6/32 -> 10.0.0.255
38622026-08-26T17:20:51.985ZDEBG 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 } }]
38632026-08-26T17:20:51.985ZAug 26 17:20:50.945Aug 26 17:20:50.945 Aug 26 17:20:50.945 DEBG DEBG INFOreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38642026-08-26T17:20:51.985Z failed to allocate space for the new target listadding route 172.17.0.51/32 -> 10.0.0.255
38652026-08-26T17:20:51.985Ztest route::tests::delete_targets_full ... ok
38662026-08-26T17:20:51.985Z
38672026-08-26T17:20:51.985ZAug 26 17:20:50.945 INFOAug 26 17:20:50.945Aug 26 17:20:50.945 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.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 } }]
38682026-08-26T17:20:51.985Zadding route 172.17.0.7/32 -> 10.0.0.255
38692026-08-26T17:20:51.985Z
38702026-08-26T17:20:51.985ZAug 26 17:20:50.945Aug 26 17:20:50.945 INFODEBG adding route 172.17.0.52/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 } }]
38712026-08-26T17:20:51.985Z
38722026-08-26T17:20:51.985ZAug 26 17:20:50.945Aug 26 17:20:50.945 DEBGINFO replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255
38732026-08-26T17:20:51.985Z
38742026-08-26T17:20:51.989ZAug 26 17:20:50.945Aug 26 17:20:50.945 INFODEBG adding route 172.17.0.53/32 -> 10.0.0.255replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38752026-08-26T17:20:51.990ZAug 26 17:20:50.945
38762026-08-26T17:20:51.990Z DEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 17:20:50.945 INFO adding route 172.17.0.9/32 -> 10.0.0.255
38772026-08-26T17:20:51.990Ztest route::tests::delete_targets_fragmented ... ok
38782026-08-26T17:20:51.990ZAug 26 17:20:50.945 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 } }]
38792026-08-26T17:20:51.990Z
38802026-08-26T17:20:51.990Z
38812026-08-26T17:20:51.990ZAug 26 17:20:50.945 INFO Aug 26 17:20:50.945adding route 172.17.0.10/32 -> 10.0.0.255
38822026-08-26T17:20:51.990Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
38832026-08-26T17:20:51.990ZINFO adding route 172.17.0.54/32 -> 10.0.0.255
38842026-08-26T17:20:51.990Z
38852026-08-26T17:20:51.990ZAug 26 17:20:50.945 DEBG Aug 26 17:20:50.945replacing 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 } }]
38862026-08-26T17:20:51.990ZDEBG 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 } }]
38872026-08-26T17:20:51.990ZAug 26 17:20:50.945 INFO Aug 26 17:20:50.945adding route 172.17.0.11/32 -> 10.0.0.255
38882026-08-26T17:20:51.990ZINFO adding route 172.17.0.55/32 -> 10.0.0.255
38892026-08-26T17:20:51.990ZAug 26 17:20:50.945 DEBG Aug 26 17:20:50.945replacing 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 } }]
38902026-08-26T17:20:51.990ZDEBG 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 } }]
38912026-08-26T17:20:51.990ZAug 26 17:20:50.945 INFO Aug 26 17:20:50.945adding route 172.17.0.12/32 -> 10.0.0.255 INFO adding route 172.17.0.56/32 -> 10.0.0.255
38922026-08-26T17:20:51.990Z
38932026-08-26T17:20:51.990ZAug 26 17:20:50.951 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 } }]
38942026-08-26T17:20:51.990ZAug 26 17:20:50.951 INFO adding route 172.17.0.13/32 -> 10.0.0.255
38952026-08-26T17:20:51.990ZAug 26 17:20:50.951Aug 26 17:20:50.951 DEBGDEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38962026-08-26T17:20:51.990Z
38972026-08-26T17:20:51.990ZAug 26 17:20:50.951Aug 26 17:20:50.951 INFOINFO adding route 172.17.0.14/32 -> 10.0.0.255adding route 172.17.0.57/32 -> 10.0.0.255
38982026-08-26T17:20:51.990Z
38992026-08-26T17:20:51.990ZAug 26 17:20:50.951Aug 26 17:20:50.951 DEBGDEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
39002026-08-26T17:20:51.990Z
39012026-08-26T17:20:51.990ZAug 26 17:20:50.951Aug 26 17:20:50.951 INFOINFO adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255
39022026-08-26T17:20:51.990Z
39032026-08-26T17:20:51.990ZAug 26 17:20:50.951Aug 26 17:20:50.951 DEBGDEBG 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.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 } }]
39042026-08-26T17:20:51.990Z
39052026-08-26T17:20:51.990ZAug 26 17:20:50.951Aug 26 17:20:50.951 INFOINFO adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255
39062026-08-26T17:20:51.990Z
39072026-08-26T17:20:51.990ZAug 26 17:20:50.951Aug 26 17:20:50.951 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.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 } }]
39082026-08-26T17:20:51.990Z
39092026-08-26T17:20:51.990ZAug 26 17:20:50.951Aug 26 17:20:50.951 INFOINFO adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255
39102026-08-26T17:20:51.990Z
39112026-08-26T17:20:51.991ZAug 26 17:20:50.951Aug 26 17:20:50.951 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.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 } }]
39122026-08-26T17:20:51.991Z
39132026-08-26T17:20:51.991ZAug 26 17:20:50.951Aug 26 17:20:50.951 DEBGINFO failed to allocate space for the new target listadding route 172.17.0.18/32 -> 10.0.0.255
39142026-08-26T17:20:51.991Z
39152026-08-26T17:20:51.991ZAug 26 17:20:50.951Aug 26 17:20:50.951 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.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 } }]
39162026-08-26T17:20:51.991Z
39172026-08-26T17:20:51.991ZAug 26 17:20:50.951 INFO adding route 172.17.0.19/32 -> 10.0.0.255
39182026-08-26T17:20:51.991ZAug 26 17:20:50.951 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 } }]
39192026-08-26T17:20:51.991ZAug 26 17:20:50.951 INFO adding route 172.17.0.20/32 -> 10.0.0.255
39202026-08-26T17:20:51.991ZAug 26 17:20:50.951 DEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39212026-08-26T17:20:51.991ZAug 26 17:20:50.951 INFO adding route 172.17.0.21/32 -> 10.0.0.255
39222026-08-26T17:20:51.991ZAug 26 17:20:50.951 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 } }]
39232026-08-26T17:20:51.991ZAug 26 17:20:50.951 INFO adding route 172.17.0.22/32 -> 10.0.0.255
39242026-08-26T17:20:51.991ZAug 26 17:20:50.951 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 } }]
39252026-08-26T17:20:51.991ZAug 26 17:20:50.951 INFO adding route 172.17.0.23/32 -> 10.0.0.255
39262026-08-26T17:20:51.991ZAug 26 17:20:50.951 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 } }]
39272026-08-26T17:20:51.991ZAug 26 17:20:50.951 INFO adding route 172.17.0.24/32 -> 10.0.0.255
39282026-08-26T17:20:51.991ZAug 26 17:20:50.951 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 } }]
39292026-08-26T17:20:51.991ZAug 26 17:20:50.951 INFO adding route 172.17.0.25/32 -> 10.0.0.255
39302026-08-26T17:20:51.991ZAug 26 17:20:50.951 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 } }]
39312026-08-26T17:20:51.991ZAug 26 17:20:50.951 INFO adding route 172.17.0.26/32 -> 10.0.0.255
39322026-08-26T17:20:51.991ZAug 26 17:20:50.951 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 } }]
39332026-08-26T17:20:51.991ZAug 26 17:20:50.951 INFO adding route 172.17.0.27/32 -> 10.0.0.255
39342026-08-26T17:20:51.991ZAug 26 17:20:50.951 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 } }]
39352026-08-26T17:20:51.991ZAug 26 17:20:50.951 INFO adding route 172.17.0.28/32 -> 10.0.0.255
39362026-08-26T17:20:51.991ZAug 26 17:20:50.951 DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39372026-08-26T17:20:51.991ZAug 26 17:20:50.951 INFO adding route 172.17.0.29/32 -> 10.0.0.255
39382026-08-26T17:20:51.991ZAug 26 17:20:50.951 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 } }]
39392026-08-26T17:20:51.991ZAug 26 17:20:50.951 INFO adding route 172.17.0.30/32 -> 10.0.0.255
39402026-08-26T17:20:51.991ZAug 26 17:20:50.951 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 } }]
39412026-08-26T17:20:51.991ZAug 26 17:20:50.951 INFO adding route 172.17.0.31/32 -> 10.0.0.255
39422026-08-26T17:20:51.991ZAug 26 17:20:50.951 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 } }]
39432026-08-26T17:20:51.991ZAug 26 17:20:50.951 INFO adding route 172.17.0.32/32 -> 10.0.0.255
39442026-08-26T17:20:51.991ZAug 26 17:20:50.951 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 } }]
39452026-08-26T17:20:51.991ZAug 26 17:20:50.951 INFO adding route 172.17.0.33/32 -> 10.0.0.255
39462026-08-26T17:20:51.991ZAug 26 17:20:50.951 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 } }]
39472026-08-26T17:20:51.991ZAug 26 17:20:50.951 INFO adding route 172.17.0.34/32 -> 10.0.0.255
39482026-08-26T17:20:51.992ZAug 26 17:20:50.951 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 } }]
39492026-08-26T17:20:51.992ZAug 26 17:20:50.951 INFO adding route 172.17.0.35/32 -> 10.0.0.255
39502026-08-26T17:20:51.992Z
39512026-08-26T17:20:51.992Zrunning 0 tests
39522026-08-26T17:20:51.992Z
39532026-08-26T17:20:51.992Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39542026-08-26T17:20:51.992Z
39552026-08-26T17:20:51.992Z
39562026-08-26T17:20:51.992Zrunning 0 tests
39572026-08-26T17:20:51.992Z
39582026-08-26T17:20:51.992Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39592026-08-26T17:20:51.992Z
39602026-08-26T17:20:51.992ZAug 26 17:20:50.951 DEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39612026-08-26T17:20:51.992ZAug 26 17:20:50.951 INFO adding route 172.17.0.36/32 -> 10.0.0.255
39622026-08-26T17:20:51.992ZAug 26 17:20:50.951 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 } }]
39632026-08-26T17:20:51.992ZAug 26 17:20:50.951 INFO adding route 172.17.0.37/32 -> 10.0.0.255
39642026-08-26T17:20:51.992ZAug 26 17:20:50.951 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 } }]
39652026-08-26T17:20:51.992ZAug 26 17:20:50.951 INFO adding route 172.17.0.38/32 -> 10.0.0.255
39662026-08-26T17:20:51.992ZAug 26 17:20:50.951 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 } }]
39672026-08-26T17:20:51.992ZAug 26 17:20:50.951 INFO adding route 172.17.0.39/32 -> 10.0.0.255
39682026-08-26T17:20:51.992ZAug 26 17:20:50.951 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 } }]
39692026-08-26T17:20:51.992ZAug 26 17:20:50.952 INFO adding route 172.17.0.40/32 -> 10.0.0.255
39702026-08-26T17:20:51.992ZAug 26 17:20:50.952 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 } }]
39712026-08-26T17:20:51.992ZAug 26 17:20:50.952 INFO adding route 172.17.0.41/32 -> 10.0.0.255
39722026-08-26T17:20:51.992ZAug 26 17:20:50.952 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 } }]
39732026-08-26T17:20:51.992ZAug 26 17:20:50.952 INFO adding route 172.17.0.42/32 -> 10.0.0.255
39742026-08-26T17:20:51.996ZAug 26 17:20:50.952 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 } }]
39752026-08-26T17:20:51.996ZAug 26 17:20:50.952 INFO adding route 172.17.0.43/32 -> 10.0.0.255
39762026-08-26T17:20:51.996ZAug 26 17:20:50.952 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 } }]
39772026-08-26T17:20:51.996ZAug 26 17:20:50.952 INFO adding route 172.17.0.44/32 -> 10.0.0.255
39782026-08-26T17:20:51.996ZAug 26 17:20:50.952 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 } }]
39792026-08-26T17:20:51.997ZAug 26 17:20:50.952 INFO adding route 172.17.0.45/32 -> 10.0.0.255
39802026-08-26T17:20:51.997ZAug 26 17:20:50.952 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 } }]
39812026-08-26T17:20:51.997ZAug 26 17:20:50.952 INFO adding route 172.17.0.46/32 -> 10.0.0.255
39822026-08-26T17:20:51.997ZAug 26 17:20:50.952 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 } }]
39832026-08-26T17:20:51.997ZAug 26 17:20:50.952 INFO adding route 172.17.0.47/32 -> 10.0.0.255
39842026-08-26T17:20:51.997ZAug 26 17:20:50.952 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 } }]
39852026-08-26T17:20:51.997ZAug 26 17:20:50.952 INFO adding route 172.17.0.48/32 -> 10.0.0.255
39862026-08-26T17:20:51.997ZAug 26 17:20:50.952 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 } }]
39872026-08-26T17:20:51.997ZAug 26 17:20:50.952 INFO adding route 172.17.0.49/32 -> 10.0.0.255
39882026-08-26T17:20:51.997ZAug 26 17:20:50.952 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 } }]
39892026-08-26T17:20:51.997ZAug 26 17:20:50.952 INFO adding route 172.17.0.50/32 -> 10.0.0.255
39902026-08-26T17:20:51.997ZAug 26 17:20:50.952 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 } }]
39912026-08-26T17:20:51.997ZAug 26 17:20:50.952 INFO adding route 172.17.0.51/32 -> 10.0.0.255
39922026-08-26T17:20:51.997ZAug 26 17:20:50.952 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 } }]
39932026-08-26T17:20:51.997ZAug 26 17:20:50.952 INFO adding route 172.17.0.52/32 -> 10.0.0.255
39942026-08-26T17:20:51.997ZAug 26 17:20:50.952 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 } }]
39952026-08-26T17:20:51.997ZAug 26 17:20:50.952 INFO adding route 172.17.0.53/32 -> 10.0.0.255
39962026-08-26T17:20:51.997ZAug 26 17:20:50.952 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 } }]
39972026-08-26T17:20:51.997ZAug 26 17:20:50.952 INFO adding route 172.17.0.54/32 -> 10.0.0.255
39982026-08-26T17:20:51.997ZAug 26 17:20:50.952 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 } }]
39992026-08-26T17:20:51.997ZAug 26 17:20:50.952 INFO adding route 172.17.0.55/32 -> 10.0.0.255
40002026-08-26T17:20:51.997ZAug 26 17:20:50.952 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 } }]
40012026-08-26T17:20:51.997ZAug 26 17:20:50.952 INFO adding route 172.17.0.56/32 -> 10.0.0.255
40022026-08-26T17:20:51.997ZAug 26 17:20:50.952 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 } }]
40032026-08-26T17:20:51.997ZAug 26 17:20:50.952 INFO adding route 172.17.0.57/32 -> 10.0.0.255
40042026-08-26T17:20:51.997ZAug 26 17:20:50.952 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 } }]
40052026-08-26T17:20:51.997ZAug 26 17:20:50.952 INFO adding route 172.17.0.58/32 -> 10.0.0.255
40062026-08-26T17:20:51.997ZAug 26 17:20:50.952 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 } }]
40072026-08-26T17:20:51.997ZAug 26 17:20:50.952 INFO adding route 172.17.0.59/32 -> 10.0.0.255
40082026-08-26T17:20:51.997ZAug 26 17:20:50.952 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 } }]
40092026-08-26T17:20:51.997ZAug 26 17:20:50.952 INFO adding route 172.17.0.60/32 -> 10.0.0.255
40102026-08-26T17:20:51.997ZAug 26 17:20:50.952 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 } }]
40112026-08-26T17:20:51.997ZAug 26 17:20:50.952 DEBG failed to allocate space for the new target list
40122026-08-26T17:20:51.997ZAug 26 17:20:50.952 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 } }]
40132026-08-26T17:20:51.997Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-37bcfa2aad029b9e)
40142026-08-26T17:20:51.997Z Running unittests src/lib.rs (target/debug/deps/dpd_api-129626530bed4535)
40152026-08-26T17:20:51.997Z Running unittests src/lib.rs (target/debug/deps/dpd_client-afca5f5d515ce1a3)
40162026-08-26T17:20:51.998Z
40172026-08-26T17:20:51.998Zrunning 6 tests
40182026-08-26T17:20:51.998Ztest tests::test_full_lot_id_neither_present ... ok
40192026-08-26T17:20:51.998Ztest tests::test_full_lot_id_lot_only ... ok
40202026-08-26T17:20:51.998Ztest tests::test_full_lot_id_lotnum_only ... ok
40212026-08-26T17:20:51.998Ztest tests::test_parse_client_port_id ... ok
40222026-08-26T17:20:51.998Ztest tests::test_port_id_cmp ... ok
40232026-08-26T17:20:51.998Ztest tests::test_full_lot_id_both_present ... ok
40242026-08-26T17:20:51.998Z
40252026-08-26T17:20:51.998Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40262026-08-26T17:20:51.998Z
40272026-08-26T17:20:51.998Z Running tests/test_all.rs (target/debug/deps/test_all-ef53985cfe7a3a08)
40282026-08-26T17:20:51.998Z
40292026-08-26T17:20:51.998Zrunning 0 tests
40302026-08-26T17:20:51.998Z
40312026-08-26T17:20:51.998Z Running unittests src/lib.rs (target/debug/deps/dpd_types-9a1ffdc1254bfaa8)
40322026-08-26T17:20:51.998Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40332026-08-26T17:20:51.998Z
40342026-08-26T17:20:51.998Z
40352026-08-26T17:20:51.998Zrunning 0 tests
40362026-08-26T17:20:51.998Z
40372026-08-26T17:20:51.998Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40382026-08-26T17:20:51.998Z
40392026-08-26T17:20:51.998Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-fbfe8a6c92a1a523)
40402026-08-26T17:20:51.998Z
40412026-08-26T17:20:51.998Zrunning 15 tests
40422026-08-26T17:20:51.998Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
40432026-08-26T17:20:51.998Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
40442026-08-26T17:20:51.998Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
40452026-08-26T17:20:51.998Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
40462026-08-26T17:20:51.998Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
40472026-08-26T17:20:51.998Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
40482026-08-26T17:20:51.998Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
40492026-08-26T17:20:51.998Ztest v1::network::tests::test_equal ... ok
40502026-08-26T17:20:51.998Ztest v1::network::tests::test_eui64 ... ok
40512026-08-26T17:20:51.998Ztest v1::network::tests::test_into ... ok
40522026-08-26T17:20:51.998Ztest v1::network::tests::test_not_equal ... ok
40532026-08-26T17:20:51.998Ztest v1::network::tests::test_to_string ... ok
40542026-08-26T17:20:51.999Ztest v1::port::tests::port_ids_are_ascii ... ok
40552026-08-26T17:20:51.999Ztest v1::network::tests::test_parse ... ok
40562026-08-26T17:20:51.999Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
40572026-08-26T17:20:51.999Z
40582026-08-26T17:20:51.999Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40592026-08-26T17:20:51.999Z
40602026-08-26T17:20:51.999Z Running unittests src/lib.rs (target/debug/deps/packet-b7146b2a4ac94eed)
40612026-08-26T17:20:51.999Z
40622026-08-26T17:20:51.999Zrunning 12 tests
40632026-08-26T17:20:51.999Ztest icmp::test_v6_checksum ... ok
40642026-08-26T17:20:51.999Ztest ipv6::test_ipv6_parse ... ok
40652026-08-26T17:20:51.999Ztest icmp::test_v4_checksum ... ok
40662026-08-26T17:20:51.999Ztest pbuf::test_byte ... ok
40672026-08-26T17:20:51.999Ztest pbuf::test_nibble ... ok
40682026-08-26T17:20:51.999Ztest lldp::test_lldp_parse ... ok
40692026-08-26T17:20:51.999Ztest pbuf::test_overflow ... ok
40702026-08-26T17:20:51.999Ztest pbuf::test_short ... ok
40712026-08-26T17:20:51.999Ztest pbuf::test_twelve ... ok
40722026-08-26T17:20:51.999Ztest pbuf::test_word ... ok
40732026-08-26T17:20:51.999Ztest tcp::test_checksum_syn_nodata ... ok
40742026-08-26T17:20:52.003Ztest tcp::test_checksum_ack_data ... ok
40752026-08-26T17:20:52.003Z
40762026-08-26T17:20:52.003Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40772026-08-26T17:20:52.003Z
40782026-08-26T17:20:52.003Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
40792026-08-26T17:20:52.003Z
40802026-08-26T17:20:52.003Zrunning 0 tests
40812026-08-26T17:20:52.003Z
40822026-08-26T17:20:52.003Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40832026-08-26T17:20:52.003Z
40842026-08-26T17:20:52.003Z Running unittests src/main.rs (target/debug/deps/swadm-a91158fda05c6a94)
40852026-08-26T17:20:52.003Z
40862026-08-26T17:20:52.003Zrunning 5 tests
40872026-08-26T17:20:52.003Ztest switchport::test::test_compute_lanes ... ok
40882026-08-26T17:20:52.003Ztest switchport::test::port_id_ordering ... ok
40892026-08-26T17:20:52.003Z Lane 0 Lane 1 Lane 2 Lane 3
40902026-08-26T17:20:52.003Z Rx Loss-of-lock: Yes Yes Yes Yes
40912026-08-26T17:20:52.003Z Rx Loss-of-signal: Yes Yes Yes Yes
40922026-08-26T17:20:52.003Z Rx CDR Enabled: Yes Yes Yes Yes
40932026-08-26T17:20:52.003Z Tx Enabled: Yes Yes Yes Yes
40942026-08-26T17:20:52.003Z Tx Loss-of-lock: No No No No
40952026-08-26T17:20:52.003Z Tx Loss-of-signal: No No No No
40962026-08-26T17:20:52.003Z Tx CDR Enabled: No No No No
40972026-08-26T17:20:52.004Z Lane 0 Tx Adaptive EQ Fault: No No No Lane 1No
40982026-08-26T17:20:52.004ZLane 2 Lane 3 Tx Fault: Yes
40992026-08-26T17:20:52.004ZYes State: ActivatedYes Yes
41002026-08-26T17:20:52.004ZActivated Activated Activated
41012026-08-26T17:20:52.004Z Rx Output Enabled: false false false false
41022026-08-26T17:20:52.004Z Rx Output Status: valid valid valid valid
41032026-08-26T17:20:52.004Z Rx Loss-of-lock: true true true true
41042026-08-26T17:20:52.004Z Rx Loss-of-signal: false false false false
41052026-08-26T17:20:52.004ZRx Auto-squelch Disable: true true true true
41062026-08-26T17:20:52.004Z Tx Output Enabled: true true true true
41072026-08-26T17:20:52.004Z Tx Output Status: invalid invalid invalid invalid
41082026-08-26T17:20:52.004Z Tx Loss-of-lock: false false false false
41092026-08-26T17:20:52.004Z Tx Loss-of-signal: true true true true
41102026-08-26T17:20:52.004ZTx Auto-squelch Disable: false false false false
41112026-08-26T17:20:52.004Z Tx Adaptive EQ Fail: true true true true
41122026-08-26T17:20:52.004Z Tx Failure: false false false false
41132026-08-26T17:20:52.004Z Tx Force Squelch: true true true true
41142026-08-26T17:20:52.004Z Tx Input Polarity: normal normal normal normal
41152026-08-26T17:20:52.004Ztest switchport::test::test_print_sff_datapath ... ok
41162026-08-26T17:20:52.004Ztest switchport::test::test_print_cmis_datapath ... ok
41172026-08-26T17:20:52.004Ztest link::test_filter ... ok
41182026-08-26T17:20:52.004Z
41192026-08-26T17:20:52.004Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41202026-08-26T17:20:52.004Z
41212026-08-26T17:20:52.004Z Running tests/cli/main.rs (target/debug/deps/cli-504005c2e5d2c7ef)
41222026-08-26T17:20:52.004Z
41232026-08-26T17:20:52.004Zrunning 7 tests
41242026-08-26T17:20:52.004Ztest counters::counters_list ... ignored
41252026-08-26T17:20:52.004Ztest link_apply::apply_tx_eq_all ... ignored
41262026-08-26T17:20:52.004Ztest link_apply::apply_tx_eq_custom ... ignored
41272026-08-26T17:20:52.004Ztest tx_eq::set_all_taps ... ignored
41282026-08-26T17:20:52.004Ztest tx_eq::set_partial_taps ... ignored
41292026-08-26T17:20:52.008Ztest link_apply::tx_eq_exclusive ... ok
41302026-08-26T17:20:52.008Ztest cmd::test::output_txeq ... ok
41312026-08-26T17:20:52.008Z
41322026-08-26T17:20:52.011Ztest result: ok. 2 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.01s
41332026-08-26T17:20:52.011Z
41342026-08-26T17:20:52.011Z Running unittests src/main.rs (target/debug/deps/tfportd-8cab87665073c18b)
41352026-08-26T17:20:52.014Z
41362026-08-26T17:20:52.014Zrunning 3 tests
41372026-08-26T17:20:52.017Ztest linklocal::test_parse_ipadm ... ok
41382026-08-26T17:20:52.017Ztest tfport::test_parse_tfport ... ok
41392026-08-26T17:20:52.017Ztest config::tests::test_updates ... ok
41402026-08-26T17:20:52.018Z
41412026-08-26T17:20:52.018Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41422026-08-26T17:20:52.018Z
41432026-08-26T17:20:52.018Z Running unittests src/main.rs (target/debug/deps/uplinkd-8872d4adf66e7b1b)
41442026-08-26T17:20:52.018Z
41452026-08-26T17:20:52.018Zrunning 0 tests
41462026-08-26T17:20:52.018Z
41472026-08-26T17:20:52.018Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41482026-08-26T17:20:52.018Z
41492026-08-26T17:20:52.018Z Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353)
41502026-08-26T17:20:52.022Z
41512026-08-26T17:20:52.022Zrunning 0 tests
41522026-08-26T17:20:52.022Z
41532026-08-26T17:20:52.022Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41542026-08-26T17:20:52.022Z
41552026-08-26T17:20:52.022Z Doc-tests aal
41562026-08-26T17:20:52.230Z
41572026-08-26T17:20:52.230Zrunning 0 tests
41582026-08-26T17:20:52.230Z
41592026-08-26T17:20:52.233Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41602026-08-26T17:20:52.233Z
41612026-08-26T17:20:52.254Z Doc-tests aal_macros
41622026-08-26T17:20:52.319Z
41632026-08-26T17:20:52.319Zrunning 0 tests
41642026-08-26T17:20:52.319Z
41652026-08-26T17:20:52.319Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41662026-08-26T17:20:52.319Z
41672026-08-26T17:20:52.327Z Doc-tests common
41682026-08-26T17:20:52.551Z
41692026-08-26T17:20:52.551Zrunning 0 tests
41702026-08-26T17:20:52.551Z
41712026-08-26T17:20:52.551Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41722026-08-26T17:20:52.551Z
41732026-08-26T17:20:52.575Z Doc-tests dpd_api
41742026-08-26T17:20:53.266Z
41752026-08-26T17:20:53.266Zrunning 2 tests
41762026-08-26T17:20:53.266Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
41772026-08-26T17:20:53.266Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
41782026-08-26T17:20:53.266Z
41792026-08-26T17:20:53.266Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
41802026-08-26T17:20:53.266Z
41812026-08-26T17:20:53.294Z Doc-tests dpd_client
41822026-08-26T17:20:54.671Z
41832026-08-26T17:20:54.671Zrunning 0 tests
41842026-08-26T17:20:54.671Z
41852026-08-26T17:20:54.671Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41862026-08-26T17:20:54.671Z
41872026-08-26T17:20:54.725Z Doc-tests dpd_types
41882026-08-26T17:20:54.909Z
41892026-08-26T17:20:54.909Zrunning 0 tests
41902026-08-26T17:20:54.909Z
41912026-08-26T17:20:54.909Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41922026-08-26T17:20:54.909Z
41932026-08-26T17:20:54.931Z Doc-tests dpd_types_versions
41942026-08-26T17:20:56.409Z
41952026-08-26T17:20:56.409Zrunning 1 test
41962026-08-26T17:20:56.409Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
41972026-08-26T17:20:56.409Z
41982026-08-26T17:20:56.410Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
41992026-08-26T17:20:56.410Z
42002026-08-26T17:20:56.456Z Doc-tests packet
42012026-08-26T17:20:56.674Z
42022026-08-26T17:20:56.674Zrunning 0 tests
42032026-08-26T17:20:56.674Z
42042026-08-26T17:20:56.674Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42052026-08-26T17:20:56.674Z
42062026-08-26T17:20:56.698Z Doc-tests pcap
42072026-08-26T17:20:56.749Z
42082026-08-26T17:20:56.749Zrunning 0 tests
42092026-08-26T17:20:56.750Z
42102026-08-26T17:20:56.750Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42112026-08-26T17:20:56.750Z
42122026-08-26T17:20:56.818Z+ for feat in tofino_stub tofino_asic softnpu chaos
42132026-08-26T17:20:56.818Z+ RUST_BACKTRACE=full
42142026-08-26T17:20:56.818Z+ cargo test --features tofino_asic --no-fail-fast
42152026-08-26T17:20:57.419Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
42162026-08-26T17:20:57.499Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
42172026-08-26T17:20:57.502Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
42182026-08-26T17:20:57.512Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
42192026-08-26T17:21:06.279Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
42202026-08-26T17:21:06.685Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
42212026-08-26T17:21:48.515Z Finished `test` profile [unoptimized + debuginfo] target(s) in 51.68s
42222026-08-26T17:21:48.636Z Running unittests src/lib.rs (target/debug/deps/aal-38ea820840cac455)
42232026-08-26T17:21:48.639Z
42242026-08-26T17:21:48.639Zrunning 0 tests
42252026-08-26T17:21:48.639Z
42262026-08-26T17:21:48.639Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42272026-08-26T17:21:48.639Z
42282026-08-26T17:21:48.639Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
42292026-08-26T17:21:48.642Z
42302026-08-26T17:21:48.642Zrunning 0 tests
42312026-08-26T17:21:48.642Z
42322026-08-26T17:21:48.642Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42332026-08-26T17:21:48.643Z
42342026-08-26T17:21:48.646Z Running unittests src/lib.rs (target/debug/deps/asic-3fe1ab10dfa2737c)
42352026-08-26T17:21:48.742Z
42362026-08-26T17:21:48.742Zrunning 8 tests
42372026-08-26T17:21:48.746Ztest tofino_asic::qsfp::tests::fix_link ... ok
42382026-08-26T17:21:48.746Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
42392026-08-26T17:21:48.746Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
42402026-08-26T17:21:48.746Ztest tofino_asic::stats::constants_sanity_check ... ok
42412026-08-26T17:21:48.746Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
42422026-08-26T17:21:48.746Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
42432026-08-26T17:21:48.753Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
42442026-08-26T17:21:49.245Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
42452026-08-26T17:21:49.245Z
42462026-08-26T17:21:49.245Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
42472026-08-26T17:21:49.245Z
42482026-08-26T17:21:49.255Z Running unittests src/lib.rs (target/debug/deps/common-f0fc91ad575fea74)
42492026-08-26T17:21:49.260Z
42502026-08-26T17:21:49.260Zrunning 4 tests
42512026-08-26T17:21:49.263Ztest network::tests::test_generate_ipv6_link_local ... ok
42522026-08-26T17:21:49.263Ztest nat::tests::test_vni ... ok
42532026-08-26T17:21:49.263Ztest test_purge ... ok
42542026-08-26T17:21:49.266Ztest illumos::test::address_exists_handles_missing_object ... ok
42552026-08-26T17:21:49.266Z
42562026-08-26T17:21:49.266Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42572026-08-26T17:21:49.267Z
42582026-08-26T17:21:49.267Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-049fc7a9b9157ea9)
42592026-08-26T17:21:49.270Z
42602026-08-26T17:21:49.270Zrunning 1 test
42612026-08-26T17:21:49.270Z -------
42622026-08-26T17:21:49.270Z Generating OpenAPI documents from API definitions ...
42632026-08-26T17:21:49.413Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
42642026-08-26T17:21:49.484Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
42652026-08-26T17:21:50.597Z -------
42662026-08-26T17:21:50.597Z Checking 13 OpenAPI documents...
42672026-08-26T17:21:50.598Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
42682026-08-26T17:21:50.598Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
42692026-08-26T17:21:50.598Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
42702026-08-26T17:21:50.598Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
42712026-08-26T17:21:50.601Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
42722026-08-26T17:21:50.602Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
42732026-08-26T17:21:50.602Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
42742026-08-26T17:21:50.602Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
42752026-08-26T17:21:50.602Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
42762026-08-26T17:21:50.602Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
42772026-08-26T17:21:50.602Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
42782026-08-26T17:21:50.602Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
42792026-08-26T17:21:50.602Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
42802026-08-26T17:21:50.602Z Fresh dpd "latest" symlink
42812026-08-26T17:21:50.602Z -------
42822026-08-26T17:21:50.602Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
42832026-08-26T17:21:50.665Ztest test::test_apis_up_to_date ... ok
42842026-08-26T17:21:50.665Z
42852026-08-26T17:21:50.665Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.40s
42862026-08-26T17:21:50.665Z
42872026-08-26T17:21:50.722Z Running unittests src/main.rs (target/debug/deps/dpd-c49d82f2d00afe7e)
42882026-08-26T17:21:50.790Z
42892026-08-26T17:21:50.790Zrunning 66 tests
42902026-08-26T17:21:50.793Ztest freemap::test_ordering ... ok
42912026-08-26T17:21:50.793Ztest config::tests::test_updates ... ok
42922026-08-26T17:21:50.793Ztest dhcpv6::tests::test_create_duid_bytes ... ok
42932026-08-26T17:21:50.794Ztest freemap::test_split ... ok
42942026-08-26T17:21:50.794Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
42952026-08-26T17:21:50.798Ztest macaddrs::tests::test_mac_offset ... ok
42962026-08-26T17:21:50.798ZAug 26 17:21:49.790 DEBG created new freemap, unit: freemap_test
42972026-08-26T17:21:50.798ZAug 26 17:21:49.790Aug 26 17:21:49.790 DEBGDEBG initted freemap. size: 128created new freemap, unit, :unit Aug 26 17:21:49.790:freemap_test
42982026-08-26T17:21:50.798Z DEBGfreemap_test
42992026-08-26T17:21:50.799Zcreated new freemapAug 26 17:21:49.790 , DEBGunitAug 26 17:21:49.790:Aug 26 17:21:49.790 DEBGreset freemapfreemap_testDEBG
43002026-08-26T17:21:50.799Zinitted freemap. size: 128 , , unitunit::created new freemap , freemap_testfreemap_test
43012026-08-26T17:21:50.799Zunit
43022026-08-26T17:21:50.799Z:Aug 26 17:21:49.790 DEBG freemap_testinitted freemap. size: 128
43032026-08-26T17:21:50.799Z, unitAug 26 17:21:49.790: DEBGfreemap_test Aug 26 17:21:49.790reset freemap
43042026-08-26T17:21:50.799Z , DEBGunit :initted freemap. size: 128 , Aug 26 17:21:49.790unit freemap_testDEBG
43052026-08-26T17:21:50.799Z :reset freemap , freemap_testunit
43062026-08-26T17:21:50.799Z: freemap_test
43072026-08-26T17:21:50.799ZAug 26 17:21:49.790 DEBG reset freemap, unit: freemap_test
43082026-08-26T17:21:50.799ZAug 26 17:21:49.790 DEBG created new freemap, unit: freemap_test
43092026-08-26T17:21:50.799ZAug 26 17:21:49.790 DEBG initted freemap. size: 8, unit: freemap_test
43102026-08-26T17:21:50.799ZAug 26 17:21:49.790 DEBG reset freemap, unit: freemap_test
43112026-08-26T17:21:50.799Ztest freemap::test_basic ... ok
43122026-08-26T17:21:50.799Ztest freemap::test_exhaustion ... ok
43132026-08-26T17:21:50.799Ztest freemap::test_reclaim ... ok
43142026-08-26T17:21:50.799Ztest freemap::test_free ... ok
43152026-08-26T17:21:50.799Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
43162026-08-26T17:21:50.799Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
43172026-08-26T17:21:50.799Ztest macaddrs::tests::test_parse_port_id ... ok
43182026-08-26T17:21:50.799Ztest port_map::tests::test_backplane_group ... ok
43192026-08-26T17:21:50.799Ztest nat::test_mapping ... ok
43202026-08-26T17:21:50.799Ztest port_map::tests::test_port_map ... ok
43212026-08-26T17:21:50.799Ztest port_map::tests::dump_map ... ok
43222026-08-26T17:21:50.799Ztest api_server::tests::test_build_info ... ok
43232026-08-26T17:21:50.799ZAug 26 17:21:49.791 DEBG created new freemap, unit: freemap_test
43242026-08-26T17:21:50.799ZAug 26 17:21:49.791 DEBG initted freemap. size: 128, unit: freemap_test
43252026-08-26T17:21:50.799ZAug 26 17:21:49.791 DEBG reset freemap, unit: freemap_test
43262026-08-26T17:21:50.800Ztest freemap::test_span ... ok
43272026-08-26T17:21:50.800Ztest port_map::tests::parse_softnpu_revision ... ok
43282026-08-26T17:21:50.800ZAug 26 17:21:49.792 DEBG created new freemap, unit: freemap_route_ipv4
43292026-08-26T17:21:50.800ZAug 26 17:21:49.792 DEBG created new freemap, unit: freemap_route_ipv6
43302026-08-26T17:21:50.800ZAug 26 17:21:49.792 DEBG initted freemap. size: 64, unit: freemap_route_ipv4Aug 26 17:21:49.792
43312026-08-26T17:21:50.800Z DEBG created new freemapAug 26 17:21:49.792, unitDEBG: reset freemapfreemap_route_ipv4,
43322026-08-26T17:21:50.800Zunit: freemap_route_ipv4
43332026-08-26T17:21:50.800ZAug 26 17:21:49.792 DEBG created new freemapAug 26 17:21:49.792, unitDEBG: initted freemap. size: 64freemap_route_ipv6,
43342026-08-26T17:21:50.800Zunit: freemap_route_ipv6
43352026-08-26T17:21:50.800ZAug 26 17:21:49.792 DEBG Aug 26 17:21:49.792initted freemap. size: 64 , DEBGunit :reset freemap , freemap_route_ipv4unit
43362026-08-26T17:21:50.800Z: freemap_route_ipv6
43372026-08-26T17:21:50.800ZAug 26 17:21:49.792 DEBG reset freemapAug 26 17:21:49.792, unitINFO: adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv4
43382026-08-26T17:21:50.800Z
43392026-08-26T17:21:50.800ZAug 26 17:21:49.792Aug 26 17:21:49.792 DEBGDEBG initted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }],
43402026-08-26T17:21:50.800Zunit: freemap_route_ipv6
43412026-08-26T17:21:50.800ZAug 26 17:21:49.792 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 26 17:21:49.792
43422026-08-26T17:21:50.800Z DEBG reset freemapAug 26 17:21:49.792, unitDEBG: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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_ipv6
43432026-08-26T17:21:50.800Z
43442026-08-26T17:21:50.800ZAug 26 17:21:49.792Aug 26 17:21:49.792 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:dead::/64 -> 2001:db8::55:3
43452026-08-26T17:21:50.800Z
43462026-08-26T17:21:50.800ZAug 26 17:21:49.792Aug 26 17:21:49.792Aug 26 17:21:49.792 DEBGDEBGDEBG created new freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }],
43472026-08-26T17:21:50.800Zunit
43482026-08-26T17:21:50.800Z: freemap_route_ipv4Aug 26 17:21:49.792
43492026-08-26T17:21:50.800Z Aug 26 17:21:49.792INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:4
43502026-08-26T17:21:50.800Zadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 26 17:21:49.792
43512026-08-26T17:21:50.800Z DEBG created new freemap, Aug 26 17:21:49.792unitAug 26 17:21:49.792 :DEBG freemap_route_ipv6
43522026-08-26T17:21:50.801ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
43532026-08-26T17:21:50.801Z
43542026-08-26T17:21:50.801ZAug 26 17:21:49.792 DEBGAug 26 17:21:49.792Aug 26 17:21:49.792 initted freemap. size: 64INFO, INFO unitadding route 3fff:beef::/64 -> 2001:db8::55:ff:
43552026-08-26T17:21:50.801Z adding route 3fff:beef::/64 -> 2001:db8::55:fffreemap_route_ipv4
43562026-08-26T17:21:50.801Z
43572026-08-26T17:21:50.801ZAug 26 17:21:49.792Aug 26 17:21:49.792 Aug 26 17:21:49.792 DEBGDEBG DEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_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
43582026-08-26T17:21:50.801Z
43592026-08-26T17:21:50.801Z, unit: freemap_route_ipv4
43602026-08-26T17:21:50.801ZAug 26 17:21:49.792Aug 26 17:21:49.792 INFOINFOAug 26 17:21:49.792 adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
43612026-08-26T17:21:50.801Z
43622026-08-26T17:21:50.801Z DEBG initted freemap. size: 64, unitAug 26 17:21:49.792Aug 26 17:21:49.792 : DEBGfreemap_route_ipv6DEBG
43632026-08-26T17:21:50.801Z 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: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 } }]
43642026-08-26T17:21:50.801Z
43652026-08-26T17:21:50.801ZAug 26 17:21:49.792Aug 26 17:21:49.792Aug 26 17:21:49.792 DEBGINFO INFOreset freemap , adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
43662026-08-26T17:21:50.801Zunitadding route 3fff:beef:2::/64 -> 2001:db8::55:ff:
43672026-08-26T17:21:50.801Z freemap_route_ipv6
43682026-08-26T17:21:50.801ZAug 26 17:21:49.792Aug 26 17:21:49.792Aug 26 17:21:49.792 DEBGINFO DEBGreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43692026-08-26T17:21:50.801Zadding route 3fff:dead::/64 -> 2001:db8::55:1
43702026-08-26T17:21:50.801Zreplacing 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 26 17:21:49.792
43712026-08-26T17:21:50.801Z INFOAug 26 17:21:49.792 Aug 26 17:21:49.792DEBGAug 26 17:21:49.792 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:3::/64 -> 2001:db8::55:ff
43722026-08-26T17:21:50.801Z
43732026-08-26T17:21:50.801ZDEBG INFO Aug 26 17:21:49.792 created new freemap Aug 26 17:21:49.792, DEBGAug 26 17:21:49.792unit INFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff :DEBG created new freemapadding route 3fff:dead::/64 -> 2001:db8::55:2 , 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 } }]
43742026-08-26T17:21:50.801Z
43752026-08-26T17:21:50.801Zunitfreemap_route_ipv4
43762026-08-26T17:21:50.801Z
43772026-08-26T17:21:50.801Z: Aug 26 17:21:49.792freemap_route_ipv4 INFOAug 26 17:21:49.792
43782026-08-26T17:21:50.801Z Aug 26 17:21:49.792Aug 26 17:21:49.792adding route 3fff:beef:4::/64 -> 2001:db8::55:ff DEBG
43792026-08-26T17:21:50.801Z created new freemapAug 26 17:21:49.792DEBG , DEBG Aug 26 17:21:49.792DEBG 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 } }]
43802026-08-26T17:21:50.802Zreplacing 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: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 } }]
43812026-08-26T17:21:50.802Zcreated new freemap
43822026-08-26T17:21:50.802Zunit: freemap_route_ipv6Aug 26 17:21:49.792 Aug 26 17:21:49.792 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
43832026-08-26T17:21:50.802Z
43842026-08-26T17:21:50.802Z, unit:Aug 26 17:21:49.792Aug 26 17:21:49.792 freemap_route_ipv6
43852026-08-26T17:21:50.802ZDEBG 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: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 26 17:21:49.792
43862026-08-26T17:21:50.802Z
43872026-08-26T17:21:50.802Z DEBG initted freemap. size: 64, unitAug 26 17:21:49.792Aug 26 17:21:49.792 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
43882026-08-26T17:21:50.802Z
43892026-08-26T17:21:50.802Z: freemap_route_ipv4
43902026-08-26T17:21:50.802ZAug 26 17:21:49.792Aug 26 17:21:49.792 DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
43912026-08-26T17:21:50.802Zreplacing 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 26 17:21:49.792
43922026-08-26T17:21:50.802Z DEBG reset freemapAug 26 17:21:49.792Aug 26 17:21:49.792 DEBGINFO ,
43932026-08-26T17:21:50.802Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] adding route 3fff:beef:7::/64 -> 2001:db8::55:ffunit
43942026-08-26T17:21:50.802Z:
43952026-08-26T17:21:50.807ZAug 26 17:21:49.792 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
43962026-08-26T17:21:50.807ZAug 26 17:21:49.792 DEBG reset freemap, Aug 26 17:21:49.792 DEBG freemap_route_ipv4replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43972026-08-26T17:21:50.807Z
43982026-08-26T17:21:50.807ZAug 26 17:21:49.792unitAug 26 17:21:49.792:Aug 26 17:21:49.792 freemap_route_ipv4INFO
43992026-08-26T17:21:50.807Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ffINFO
44002026-08-26T17:21:50.807Z DEBGAug 26 17:21:49.792adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
44012026-08-26T17:21:50.807Z Aug 26 17:21:49.792initted freemap. size: 64 , DEBGunit :replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44022026-08-26T17:21:50.808Zfreemap_route_ipv6
44032026-08-26T17:21:50.808Z DEBGAug 26 17:21:49.793 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
44042026-08-26T17:21:50.808Z reset freemap, unit: freemap_route_ipv6
44052026-08-26T17:21:50.808ZAug 26 17:21:49.793 INFOAug 26 17:21:49.793 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffINFOAug 26 17:21:49.793
44062026-08-26T17:21:50.808Z adding route 3fff:beef:9::/64 -> 2001:db8::55:ffINFO
44072026-08-26T17:21:50.808Z adding route 3fff:dead::/64 -> 2001:db8::55:1
44082026-08-26T17:21:50.808ZAug 26 17:21:49.793Aug 26 17:21:49.793 DEBGAug 26 17:21:49.793DEBG DEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
44092026-08-26T17:21:50.808Z
44102026-08-26T17:21:50.808Z
44112026-08-26T17:21:50.808ZAug 26 17:21:49.793Aug 26 17:21:49.793 INFOAug 26 17:21:49.793 INFOINFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
44122026-08-26T17:21:50.808Z adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
44132026-08-26T17:21:50.808Z
44142026-08-26T17:21:50.808ZAug 26 17:21:49.793 DEBGAug 26 17:21:49.793Aug 26 17:21:49.793 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 } }]
44152026-08-26T17:21:50.808ZDEBG 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 } }] Aug 26 17:21:49.793
44162026-08-26T17:21:50.808Z replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
44172026-08-26T17:21:50.808Z adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 26 17:21:49.793
44182026-08-26T17:21:50.808Z Aug 26 17:21:49.793INFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
44192026-08-26T17:21:50.808Z
44202026-08-26T17:21:50.808ZAug 26 17:21:49.793 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 26 17:21:49.793Aug 26 17:21:49.793
44212026-08-26T17:21:50.808ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG
44222026-08-26T17:21:50.808Z Aug 26 17:21:49.793replacing 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 } }]
44232026-08-26T17:21:50.808ZINFO Aug 26 17:21:49.793adding route 3fff:beef:8::/64 -> 2001:db8::55:ff Aug 26 17:21:49.793
44242026-08-26T17:21:50.808Z INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 26 17:21:49.793
44252026-08-26T17:21:50.808Z adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG
44262026-08-26T17:21:50.808Z 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 } }]
44272026-08-26T17:21:50.808ZAug 26 17:21:49.793 Aug 26 17:21:49.793Aug 26 17:21:49.793DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG
44282026-08-26T17:21:50.809Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
44292026-08-26T17:21:50.809Zreplacing 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 } }]
44302026-08-26T17:21:50.809ZAug 26 17:21:49.793Aug 26 17:21:49.793 INFODEBG Aug 26 17:21:49.793adding route 3fff:beef::/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 } }]
44312026-08-26T17:21:50.809ZINFO
44322026-08-26T17:21:50.809Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 26 17:21:49.793
44332026-08-26T17:21:50.809Z Aug 26 17:21:49.793INFO DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff Aug 26 17:21:49.793
44342026-08-26T17:21:50.809Zreplacing 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 } }]
44352026-08-26T17:21:50.809ZDEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:21:49.793
44362026-08-26T17:21:50.809Z DEBGAug 26 17:21:49.793 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 26 17:21:49.793
44372026-08-26T17:21:50.809Z INFOINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 26 17:21:49.793adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
44382026-08-26T17:21:50.809Z
44392026-08-26T17:21:50.809ZINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
44402026-08-26T17:21:50.809ZAug 26 17:21:49.793Aug 26 17:21:49.793 Aug 26 17:21:49.793 DEBG DEBGDEBGreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44412026-08-26T17:21:50.809Z replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44422026-08-26T17:21:50.809Z
44432026-08-26T17:21:50.809ZAug 26 17:21:49.793Aug 26 17:21:49.793 INFOINFO Aug 26 17:21:49.793 adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
44442026-08-26T17:21:50.809Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ffINFO
44452026-08-26T17:21:50.809Z adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
44462026-08-26T17:21:50.809ZAug 26 17:21:49.793Aug 26 17:21:49.793Aug 26 17:21:49.793 DEBGDEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
44472026-08-26T17:21:50.809Z
44482026-08-26T17:21:50.809Z DEBG Aug 26 17:21:49.793replacing 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 } }]
44492026-08-26T17:21:50.809ZAug 26 17:21:49.793INFO INFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ff adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
44502026-08-26T17:21:50.809Z
44512026-08-26T17:21:50.809ZAug 26 17:21:49.793 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 26 17:21:49.793Aug 26 17:21:49.793
44522026-08-26T17:21:50.809ZDEBG 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 } }]
44532026-08-26T17:21:50.809Zreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:21:49.793
44542026-08-26T17:21:50.809Z 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 26 17:21:49.793Aug 26 17:21:49.793
44552026-08-26T17:21:50.810Z INFO INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
44562026-08-26T17:21:50.810Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
44572026-08-26T17:21:50.810ZAug 26 17:21:49.793 INFOAug 26 17:21:49.793 Aug 26 17:21:49.793 DEBGDEBG adding route 3fff:beef:4::/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 } }]
44582026-08-26T17:21:50.810Z
44592026-08-26T17:21:50.810Z 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 } }]
44602026-08-26T17:21:50.810ZAug 26 17:21:49.793Aug 26 17:21:49.793Aug 26 17:21:49.793 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 } }]INFO
44612026-08-26T17:21:50.810Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
44622026-08-26T17:21:50.810Z
44632026-08-26T17:21:50.810ZAug 26 17:21:49.793 INFOAug 26 17:21:49.793 Aug 26 17:21:49.793 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBG
44642026-08-26T17:21:50.810Z 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 } }]
44652026-08-26T17:21:50.810ZDEBG Aug 26 17:21:49.793replacing 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 } }]
44662026-08-26T17:21:50.810ZDEBGAug 26 17:21:49.793 replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
44672026-08-26T17:21:50.810Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 26 17:21:49.793
44682026-08-26T17:21:50.810Z INFOAug 26 17:21:49.793 Aug 26 17:21:49.793adding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFO
44692026-08-26T17:21:50.810Z DEBGadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
44702026-08-26T17:21:50.810Zreplacing 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 } }]
44712026-08-26T17:21:50.810ZAug 26 17:21:49.793Aug 26 17:21:49.793 Aug 26 17:21:49.793 DEBGDEBG INFO 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: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 } }]
44722026-08-26T17:21:50.810Z
44732026-08-26T17:21:50.810Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
44742026-08-26T17:21:50.810ZAug 26 17:21:49.793Aug 26 17:21:49.793Aug 26 17:21:49.793 INFOINFO DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
44752026-08-26T17:21:50.810Zreplacing 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 } }]
44762026-08-26T17:21:50.810Z
44772026-08-26T17:21:50.810ZAug 26 17:21:49.793Aug 26 17:21:49.793Aug 26 17:21:49.793 DEBGINFODEBG 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:12::/64 -> 2001:db8::55:ff
44782026-08-26T17:21:50.810Z
44792026-08-26T17:21:50.810Zreplacing 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 } }]
44802026-08-26T17:21:50.810ZAug 26 17:21:49.793Aug 26 17:21:49.793 INFOAug 26 17:21:49.793DEBG INFOadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
44812026-08-26T17:21:50.810Zadding route 3fff:beef:15::/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 } }]
44822026-08-26T17:21:50.811Z
44832026-08-26T17:21:50.811ZAug 26 17:21:49.793Aug 26 17:21:49.793Aug 26 17:21:49.793 INFODEBGDEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
44842026-08-26T17:21:50.811Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
44852026-08-26T17:21:50.811Z
44862026-08-26T17:21:50.811ZAug 26 17:21:49.793Aug 26 17:21:49.793Aug 26 17:21:49.793 INFO 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:9::/64 -> 2001:db8::55:ff
44872026-08-26T17:21:50.811Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
44882026-08-26T17:21:50.811Z
44892026-08-26T17:21:50.811ZAug 26 17:21:49.793Aug 26 17:21:49.793Aug 26 17:21:49.793 INFODEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffDEBG
44902026-08-26T17:21:50.811Z replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
44912026-08-26T17:21:50.811Z
44922026-08-26T17:21:50.811ZAug 26 17:21:49.793Aug 26 17:21:49.793 DEBGINFOAug 26 17:21:49.793 adding route 3fff:beef:a::/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 } }]INFO
44932026-08-26T17:21:50.811Z
44942026-08-26T17:21:50.811Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
44952026-08-26T17:21:50.816ZAug 26 17:21:49.793 Aug 26 17:21:49.793DEBGAug 26 17:21:49.793 INFODEBG 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:15::/64 -> 2001:db8::55:ff
44962026-08-26T17:21:50.816Z
44972026-08-26T17:21:50.816Zreplacing 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 } }]
44982026-08-26T17:21:50.816ZAug 26 17:21:49.793Aug 26 17:21:49.793 Aug 26 17:21:49.793INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG
44992026-08-26T17:21:50.816Z replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
45002026-08-26T17:21:50.816Z adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 26 17:21:49.793
45012026-08-26T17:21:50.816Z Aug 26 17:21:49.793DEBG INFO replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 26 17:21:49.793
45022026-08-26T17:21:50.816Z
45032026-08-26T17:21:50.816ZDEBG 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 } }]
45042026-08-26T17:21:50.816ZAug 26 17:21:49.793Aug 26 17:21:49.793 DEBGINFO adding route 3fff:beef:19::/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 } }]Aug 26 17:21:49.793
45052026-08-26T17:21:50.816Z
45062026-08-26T17:21:50.816Z INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
45072026-08-26T17:21:50.816ZAug 26 17:21:49.793Aug 26 17:21:49.793 INFODEBGAug 26 17:21:49.793 DEBGadding route 3fff:beef:17::/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 } }]
45082026-08-26T17:21:50.816Z
45092026-08-26T17:21:50.816Z 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 } }]
45102026-08-26T17:21:50.816ZAug 26 17:21:49.793Aug 26 17:21:49.793 DEBGAug 26 17:21:49.793INFO 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 } }]
45112026-08-26T17:21:50.817Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 26 17:21:49.793
45122026-08-26T17:21:50.817ZINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 26 17:21:49.792
45132026-08-26T17:21:50.817Z DEBG initted freemap. size: 64, Aug 26 17:21:49.793unit :DEBG Aug 26 17:21:49.793freemap_route_ipv6
45142026-08-26T17:21:50.817Zreplacing 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 } }]
45152026-08-26T17:21:50.817ZDEBG 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 26 17:21:49.793
45162026-08-26T17:21:50.817ZAug 26 17:21:49.793 DEBGINFO Aug 26 17:21:49.793reset freemap adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 26 17:21:49.793INFO
45172026-08-26T17:21:50.817ZDEBG , created new freemapadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffunit, Aug 26 17:21:49.793:
45182026-08-26T17:21:50.817ZDEBG freemap_route_ipv6 replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
45192026-08-26T17:21:50.817ZAug 26 17:21:49.793:
45202026-08-26T17:21:50.817Z freemap_route_ipv4DEBG
45212026-08-26T17:21:50.817Z Aug 26 17:21:49.793replacing 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 } }]
45222026-08-26T17:21:50.817ZINFO Aug 26 17:21:49.793adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff Aug 26 17:21:49.793INFOAug 26 17:21:49.793
45232026-08-26T17:21:50.817Z adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
45242026-08-26T17:21:50.817Zcreated new freemapAug 26 17:21:49.793, unit:DEBG
45252026-08-26T17:21:50.817Z 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 } }]freemap_route_ipv6
45262026-08-26T17:21:50.817Z
45272026-08-26T17:21:50.817ZAug 26 17:21:49.793 Aug 26 17:21:49.793Aug 26 17:21:49.793 DEBGDEBGAug 26 17:21:49.793DEBG initted freemap. size: 64INFO, replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] unitreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45282026-08-26T17:21:50.817Z:
45292026-08-26T17:21:50.817Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff freemap_route_ipv4
45302026-08-26T17:21:50.817Z
45312026-08-26T17:21:50.817ZAug 26 17:21:49.793 Aug 26 17:21:49.793INFO Aug 26 17:21:49.793INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff DEBG
45322026-08-26T17:21:50.817ZAug 26 17:21:49.793 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 } }]adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 26 17:21:49.793
45332026-08-26T17:21:50.817Zreset freemap , DEBGunit
45342026-08-26T17:21:50.817Z :replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 26 17:21:49.793
45352026-08-26T17:21:50.817Zfreemap_route_ipv4
45362026-08-26T17:21:50.818ZINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 26 17:21:49.793Aug 26 17:21:49.793
45372026-08-26T17:21:50.818ZAug 26 17:21:49.793 DEBG initted freemap. size: 64Aug 26 17:21:49.793, DEBGunitDEBG INFO: replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55: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 } }]
45382026-08-26T17:21:50.818Z
45392026-08-26T17:21:50.818Zfreemap_route_ipv6
45402026-08-26T17:21:50.818Z
45412026-08-26T17:21:50.818ZAug 26 17:21:49.793Aug 26 17:21:49.793 Aug 26 17:21:49.793DEBG INFO Aug 26 17:21:49.793DEBGreplacing 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 } }]
45422026-08-26T17:21:50.818Zreset freemap , unit INFO:Aug 26 17:21:49.793 adding route 3fff:beef:1::/64 -> 2001:db8::55:fffreemap_route_ipv6
45432026-08-26T17:21:50.818Z
45442026-08-26T17:21:50.818ZINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
45452026-08-26T17:21:50.818Z
45462026-08-26T17:21:50.818ZAug 26 17:21:49.793 DEBGAug 26 17:21:49.793Aug 26 17:21:49.793 INFO DEBGreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.1Aug 26 17:21:49.793
45472026-08-26T17:21:50.818Z replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
45482026-08-26T17:21:50.818Z
45492026-08-26T17:21:50.818Zreplacing 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 } }]
45502026-08-26T17:21:50.818ZAug 26 17:21:49.793Aug 26 17:21:49.793 INFO DEBGAug 26 17:21:49.793 Aug 26 17:21:49.793 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
45512026-08-26T17:21:50.818Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
45522026-08-26T17:21:50.818ZINFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
45532026-08-26T17:21:50.818ZAug 26 17:21:49.793adding route 3fff:beef:2::/64 -> 2001:db8::55:ff DEBGAug 26 17:21:49.793 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 } }]
45542026-08-26T17:21:50.818Z
45552026-08-26T17:21:50.818ZAug 26 17:21:49.793 DEBGINFOAug 26 17:21:49.793 Aug 26 17:21:49.793 INFO adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }]
45562026-08-26T17:21:50.818Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG
45572026-08-26T17:21:50.818Z
45582026-08-26T17:21:50.818Z replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:21:49.793
45592026-08-26T17:21:50.818ZDEBGAug 26 17:21:49.793Aug 26 17:21:49.793 INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
45602026-08-26T17:21:50.818Z
45612026-08-26T17:21:50.818Zreplacing 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 26 17:21:49.793
45622026-08-26T17:21:50.818Z INFOAug 26 17:21:49.794 adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFOAug 26 17:21:49.794Aug 26 17:21:49.794
45632026-08-26T17:21:50.819ZINFOadding route 172.16.0.0/32 -> 10.0.0.3
45642026-08-26T17:21:50.819Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBG
45652026-08-26T17:21:50.819Z Aug 26 17:21:49.794replacing 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 } }]
45662026-08-26T17:21:50.819ZAug 26 17:21:49.794DEBG DEBGAug 26 17:21:49.794 Aug 26 17:21:49.794 replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
45672026-08-26T17:21:50.819Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]DEBG
45682026-08-26T17:21:50.819Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45692026-08-26T17:21:50.819Z
45702026-08-26T17:21:50.819ZAug 26 17:21:49.794Aug 26 17:21:49.794Aug 26 17:21:49.794 INFO INFODEBGAug 26 17:21:49.794 adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.4replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45712026-08-26T17:21:50.819Z
45722026-08-26T17:21:50.819ZINFO
45732026-08-26T17:21:50.819Z adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
45742026-08-26T17:21:50.819ZAug 26 17:21:49.794Aug 26 17:21:49.794Aug 26 17:21:49.794 Aug 26 17:21:49.794 DEBGINFODEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ff 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 } }]
45752026-08-26T17:21:50.819Z
45762026-08-26T17:21:50.819ZDEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
45772026-08-26T17:21:50.819Z
45782026-08-26T17:21:50.819ZAug 26 17:21:49.794 DEBG Aug 26 17:21:49.794replacing 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 26 17:21:49.794
45792026-08-26T17:21:50.819Z INFO Aug 26 17:21:49.794DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 26 17:21:49.794INFO
45802026-08-26T17:21:50.819Z
45812026-08-26T17:21:50.819ZINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
45822026-08-26T17:21:50.819ZAug 26 17:21:49.794
45832026-08-26T17:21:50.819Z DEBGAug 26 17:21:49.794 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
45842026-08-26T17:21:50.819Z replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:21:49.794
45852026-08-26T17:21:50.819Z DEBG Aug 26 17:21:49.794Aug 26 17:21:49.794 INFOreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
45862026-08-26T17:21:50.819Z
45872026-08-26T17:21:50.819Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
45882026-08-26T17:21:50.819ZAug 26 17:21:49.794Aug 26 17:21:49.794 Aug 26 17:21:49.794 INFODEBGDEBG adding route 3fff:beef:6::/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 } }]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 } }]
45892026-08-26T17:21:50.819Z
45902026-08-26T17:21:50.819Z
45912026-08-26T17:21:50.820ZAug 26 17:21:49.794Aug 26 17:21:49.794 Aug 26 17:21:49.794 DEBGINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45922026-08-26T17:21:50.820ZINFO
45932026-08-26T17:21:50.820Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
45942026-08-26T17:21:50.820ZAug 26 17:21:49.794 DEBGAug 26 17:21:49.794Aug 26 17:21:49.794 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 } }]
45952026-08-26T17:21:50.824ZDEBGINFO adding route 3fff:beef:7::/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 } }]
45962026-08-26T17:21:50.824Z
45972026-08-26T17:21:50.824ZAug 26 17:21:49.794 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 26 17:21:49.794
45982026-08-26T17:21:50.824Z DEBG Aug 26 17:21:49.794replacing 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 26 17:21:49.794
45992026-08-26T17:21:50.824ZINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG
46002026-08-26T17:21:50.825Z replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:21:49.794
46012026-08-26T17:21:50.825Z INFOAug 26 17:21:49.794 DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff Aug 26 17:21:49.794
46022026-08-26T17:21:50.825Z replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
46032026-08-26T17:21:50.825Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
46042026-08-26T17:21:50.825Ztest route::tests::identity_replace_is_noop ... ok
46052026-08-26T17:21:50.825ZAug 26 17:21:49.794Aug 26 17:21:49.794 Aug 26 17:21:49.794INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG
46062026-08-26T17:21:50.825Z 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 } }]
46072026-08-26T17:21:50.825Zreplacing 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 } }]
46082026-08-26T17:21:50.825ZAug 26 17:21:49.794 DEBGAug 26 17:21:49.794Aug 26 17:21:49.794 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 } }]INFOINFO
46092026-08-26T17:21:50.825Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
46102026-08-26T17:21:50.825Z
46112026-08-26T17:21:50.825ZAug 26 17:21:49.794Aug 26 17:21:49.794 Aug 26 17:21:49.794 INFODEBG DEBG adding route 3fff:beef:29::/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 } }]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 } }]
46122026-08-26T17:21:50.825Z
46132026-08-26T17:21:50.825Z
46142026-08-26T17:21:50.825ZAug 26 17:21:49.794Aug 26 17:21:49.794 INFOAug 26 17:21:49.794DEBG INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46152026-08-26T17:21:50.825ZINFO
46162026-08-26T17:21:50.825Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
46172026-08-26T17:21:50.825Z
46182026-08-26T17:21:50.825ZAug 26 17:21:49.794Aug 26 17:21:49.794 DEBGINFO replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
46192026-08-26T17:21:50.825Z
46202026-08-26T17:21:50.825ZAug 26 17:21:49.794Aug 26 17:21:49.794 Aug 26 17:21:49.794Aug 26 17:21:49.794 DEBG INFOreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46212026-08-26T17:21:50.825ZDEBGDEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
46222026-08-26T17:21:50.825Z replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
46232026-08-26T17:21:50.825ZAug 26 17:21:49.794Aug 26 17:21:49.794 DEBGAug 26 17:21:49.794 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 } }]
46242026-08-26T17:21:50.825Z
46252026-08-26T17:21:50.825ZINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
46262026-08-26T17:21:50.826ZINFO Aug 26 17:21:49.794Aug 26 17:21:49.794 adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 26 17:21:49.794INFO
46272026-08-26T17:21:50.826Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
46282026-08-26T17:21:50.826Z DEBGAug 26 17:21:49.794INFO Aug 26 17:21:49.794DEBG 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 } }]DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
46292026-08-26T17:21:50.826Zreplacing 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 } }]
46302026-08-26T17:21:50.826Z
46312026-08-26T17:21:50.826Z replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:21:49.794
46322026-08-26T17:21:50.826Z DEBGAug 26 17:21:49.794 Aug 26 17:21:49.794replacing 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 26 17:21:49.794
46332026-08-26T17:21:50.826ZINFO INFO INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
46342026-08-26T17:21:50.826Z
46352026-08-26T17:21:50.826Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
46362026-08-26T17:21:50.826ZAug 26 17:21:49.794 INFOAug 26 17:21:49.794Aug 26 17:21:49.794Aug 26 17:21:49.794 DEBGDEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
46372026-08-26T17:21:50.826Z adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
46382026-08-26T17:21:50.826Z
46392026-08-26T17:21:50.826Zreplacing 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 } }]
46402026-08-26T17:21:50.826ZAug 26 17:21:49.794 Aug 26 17:21:49.794INFOAug 26 17:21:49.794 Aug 26 17:21:49.794adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO
46412026-08-26T17:21:50.826Z INFODEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff 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 } }]
46422026-08-26T17:21:50.826Z
46432026-08-26T17:21:50.826ZAug 26 17:21:49.794 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 26 17:21:49.794DEBGAug 26 17:21:49.794
46442026-08-26T17:21:50.826Z 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 } }] 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 } }]
46452026-08-26T17:21:50.826Z
46462026-08-26T17:21:50.826ZINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 26 17:21:49.794
46472026-08-26T17:21:50.826Z Aug 26 17:21:49.794DEBGAug 26 17:21:49.794 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 } }]
46482026-08-26T17:21:50.826ZAug 26 17:21:49.794adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
46492026-08-26T17:21:50.827ZDEBGAug 26 17:21:49.794INFO 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:11::/64 -> 2001:db8::55:ff
46502026-08-26T17:21:50.827Z
46512026-08-26T17:21:50.827ZAug 26 17:21:49.794 INFO DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
46522026-08-26T17:21:50.827Zreplacing 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 26 17:21:49.794
46532026-08-26T17:21:50.827Z DEBG Aug 26 17:21:49.794Aug 26 17:21:49.794replacing 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 26 17:21:49.794 DEBGINFO INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
46542026-08-26T17:21:50.827Zreplacing 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 } }]
46552026-08-26T17:21:50.827Z
46562026-08-26T17:21:50.827Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
46572026-08-26T17:21:50.827ZAug 26 17:21:49.794Aug 26 17:21:49.794Aug 26 17:21:49.794Aug 26 17:21:49.794 DEBGINFO INFODEBG 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:2f::/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 } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
46582026-08-26T17:21:50.827Z
46592026-08-26T17:21:50.827Z
46602026-08-26T17:21:50.827Z
46612026-08-26T17:21:50.827ZAug 26 17:21:49.794Aug 26 17:21:49.794Aug 26 17:21:49.794 Aug 26 17:21:49.794 DEBG INFOAug 26 17:21:49.794 DEBG created new freemap, adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffunit
46622026-08-26T17:21:50.827Z: freemap_route_ipv4INFOAug 26 17:21:49.794
46632026-08-26T17:21:50.827Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
46642026-08-26T17:21:50.827ZDEBGAug 26 17:21:49.794 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 } }]
46652026-08-26T17:21:50.827Z created new freemapAug 26 17:21:49.794 , unit: freemap_route_ipv6Aug 26 17:21:49.794
46662026-08-26T17:21:50.827Z INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
46672026-08-26T17:21:50.827ZAug 26 17:21:49.794 DEBG initted freemap. size: 64, DEBGDEBG unitAug 26 17:21:49.794: freemap_route_ipv4
46682026-08-26T17:21:50.827Z 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 } }]
46692026-08-26T17:21:50.827Zreplacing 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 26 17:21:49.794
46702026-08-26T17:21:50.827Z DEBG reset freemap, unit: freemap_route_ipv4
46712026-08-26T17:21:50.827ZAug 26 17:21:49.794 INFO Aug 26 17:21:49.794replacing 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 } }]
46722026-08-26T17:21:50.827ZDEBG initted freemap. size: 64, Aug 26 17:21:49.794unit : freemap_route_ipv6
46732026-08-26T17:21:50.827ZINFOAug 26 17:21:49.794 DEBG reset freemap, unit: freemap_route_ipv6
46742026-08-26T17:21:50.827Zreplacing 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 26 17:21:49.794
46752026-08-26T17:21:50.827Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 26 17:21:49.794
46762026-08-26T17:21:50.827Z
46772026-08-26T17:21:50.828Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
46782026-08-26T17:21:50.828Z Aug 26 17:21:49.794Aug 26 17:21:49.794 Aug 26 17:21:49.794DEBGINFO Aug 26 17:21:49.794DEBG 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 } }]
46792026-08-26T17:21:50.828Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
46802026-08-26T17:21:50.828ZAug 26 17:21:49.794 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
46812026-08-26T17:21:50.828ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
46822026-08-26T17:21:50.828ZAug 26 17:21:49.794adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
46832026-08-26T17:21:50.828ZINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 26 17:21:49.794
46842026-08-26T17:21:50.828Z 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 } }]
46852026-08-26T17:21:50.828ZAug 26 17:21:49.794Aug 26 17:21:49.794Aug 26 17:21:49.794 INFODEBGDEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46862026-08-26T17:21:50.828Zreplacing 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 } }]
46872026-08-26T17:21:50.828Z
46882026-08-26T17:21:50.828ZAug 26 17:21:49.794Aug 26 17:21:49.794Aug 26 17:21:49.794 INFO INFO DEBG adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
46892026-08-26T17:21:50.828Z
46902026-08-26T17:21:50.828Zreplacing 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 } }]
46912026-08-26T17:21:50.828ZAug 26 17:21:49.794Aug 26 17:21:49.794Aug 26 17:21:49.794 DEBGDEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
46922026-08-26T17:21:50.828Z
46932026-08-26T17:21:50.828Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
46942026-08-26T17:21:50.828ZAug 26 17:21:49.794Aug 26 17:21:49.794 INFODEBGAug 26 17:21:49.794 adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
46952026-08-26T17:21:50.833ZINFOreplacing 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 } }]
46962026-08-26T17:21:50.833Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
46972026-08-26T17:21:50.833ZAug 26 17:21:49.794Aug 26 17:21:49.794 INFODEBG adding route 3fff:beef:33::/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 } }]
46982026-08-26T17:21:50.833Z
46992026-08-26T17:21:50.833ZAug 26 17:21:49.794Aug 26 17:21:49.794Aug 26 17:21:49.794 INFODEBG DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47002026-08-26T17:21:50.833Z
47012026-08-26T17:21:50.833Zreplacing 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 } }]
47022026-08-26T17:21:50.833ZAug 26 17:21:49.794 Aug 26 17:21:49.794INFO DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 26 17:21:49.794
47032026-08-26T17:21:50.833Z 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
47042026-08-26T17:21:50.833Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
47052026-08-26T17:21:50.833ZAug 26 17:21:49.794Aug 26 17:21:49.794 DEBG INFOreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47062026-08-26T17:21:50.834Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 26 17:21:49.794
47072026-08-26T17:21:50.834Z 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 } }]
47082026-08-26T17:21:50.834ZAug 26 17:21:49.794Aug 26 17:21:49.794 Aug 26 17:21:49.794INFO INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG
47092026-08-26T17:21:50.834Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
47102026-08-26T17:21:50.834Zreplacing 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 } }]
47112026-08-26T17:21:50.834ZAug 26 17:21:49.795Aug 26 17:21:49.795Aug 26 17:21:49.795 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 } }]INFO
47122026-08-26T17:21:50.834Zreplacing 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 } }]
47132026-08-26T17:21:50.834Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
47142026-08-26T17:21:50.834ZAug 26 17:21:49.795Aug 26 17:21:49.795 INFO INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
47152026-08-26T17:21:50.834Z
47162026-08-26T17:21:50.834ZAug 26 17:21:49.795 DEBGAug 26 17:21:49.795Aug 26 17:21:49.795 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
47172026-08-26T17:21:50.834Z 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
47182026-08-26T17:21:50.834Zreplacing 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 26 17:21:49.795
47192026-08-26T17:21:50.834Z Aug 26 17:21:49.795INFO INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
47202026-08-26T17:21:50.834Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
47212026-08-26T17:21:50.834ZAug 26 17:21:49.795Aug 26 17:21:49.795 INFOAug 26 17:21:49.795DEBG DEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
47222026-08-26T17:21:50.834Zreplacing 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: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 } }]
47232026-08-26T17:21:50.834Z
47242026-08-26T17:21:50.834ZAug 26 17:21:49.795Aug 26 17:21:49.795 Aug 26 17:21:49.795DEBG INFOINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:38::/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 } }]
47252026-08-26T17:21:50.834Z
47262026-08-26T17:21:50.834Z
47272026-08-26T17:21:50.834ZAug 26 17:21:49.795Aug 26 17:21:49.795 Aug 26 17:21:49.795INFO DEBGDEBG adding route 3fff:beef:38::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47282026-08-26T17:21:50.834Zreplacing 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 } }]
47292026-08-26T17:21:50.834Z
47302026-08-26T17:21:50.834ZAug 26 17:21:49.795Aug 26 17:21:49.795 Aug 26 17:21:49.795DEBG DEBGAug 26 17:21:49.795 INFOcreated new freemapreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
47312026-08-26T17:21:50.834Z adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ff,
47322026-08-26T17:21:50.834Zunit
47332026-08-26T17:21:50.835Z: freemap_route_ipv4Aug 26 17:21:49.795Aug 26 17:21:49.795 DEBG
47342026-08-26T17:21:50.835ZINFO Aug 26 17:21:49.795 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 } }]
47352026-08-26T17:21:50.835ZDEBGAug 26 17:21:49.795 replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
47362026-08-26T17:21:50.835Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ffcreated new freemapAug 26 17:21:49.795
47372026-08-26T17:21:50.835ZAug 26 17:21:49.795 INFOINFO, Aug 26 17:21:49.795adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
47382026-08-26T17:21:50.835Z unitadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
47392026-08-26T17:21:50.835Z:DEBG freemap_route_ipv6Aug 26 17:21:49.795
47402026-08-26T17:21:50.835Z DEBG Aug 26 17:21:49.795 replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 26 17:21:49.795DEBG
47412026-08-26T17:21:50.835Z initted freemap. size: 64DEBG
47422026-08-26T17:21:50.835Z 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 26 17:21:49.795
47432026-08-26T17:21:50.835Z INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffunit
47442026-08-26T17:21:50.835Z: freemap_route_ipv4Aug 26 17:21:49.795Aug 26 17:21:49.795
47452026-08-26T17:21:50.835ZAug 26 17:21:49.795 DEBGINFOINFO 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 26 17:21:49.795adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
47462026-08-26T17:21:50.835Z
47472026-08-26T17:21:50.835Z
47482026-08-26T17:21:50.835Z DEBG reset freemap, Aug 26 17:21:49.795Aug 26 17:21:49.795unit Aug 26 17:21:49.795: INFODEBG DEBG freemap_route_ipv4adding route 3fff:beef:3b::/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 } }]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 } }]
47492026-08-26T17:21:50.835Z
47502026-08-26T17:21:50.835Z
47512026-08-26T17:21:50.835Z
47522026-08-26T17:21:50.835ZAug 26 17:21:49.795Aug 26 17:21:49.795Aug 26 17:21:49.795Aug 26 17:21:49.795 INFO DEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffINFO
47532026-08-26T17:21:50.835Ztest route::tests::rollback_on_compact_delete_failure ... ok
47542026-08-26T17:21:50.835Ztest route::tests::grow_succeeds ... ok
47552026-08-26T17:21:50.835ZDEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffinitted freemap. size: 64
47562026-08-26T17:21:50.835Zreplacing 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 } }],
47572026-08-26T17:21:50.835ZunitAug 26 17:21:49.795: freemap_route_ipv6DEBGAug 26 17:21:49.795
47582026-08-26T17:21:50.835Zreplacing 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 26 17:21:49.795
47592026-08-26T17:21:50.836ZINFODEBG Aug 26 17:21:49.795adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff Aug 26 17:21:49.795replacing 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 } }]
47602026-08-26T17:21:50.836Z
47612026-08-26T17:21:50.836ZINFODEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffreset freemap
47622026-08-26T17:21:50.836ZAug 26 17:21:49.795, unit:Aug 26 17:21:49.795DEBGAug 26 17:21:49.795 replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6DEBG
47632026-08-26T17:21:50.836ZINFOreplacing 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 } }]
47642026-08-26T17:21:50.836Zadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
47652026-08-26T17:21:50.836Z
47662026-08-26T17:21:50.836ZAug 26 17:21:49.795 Aug 26 17:21:49.795INFO adding route 3fff:dead::/64 -> 2001:db8::55:1INFO Aug 26 17:21:49.795adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff Aug 26 17:21:49.795DEBG
47672026-08-26T17:21:50.836Z
47682026-08-26T17:21:50.836ZDEBG 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 } }]failed to allocate space for the new target list
47692026-08-26T17:21:50.836ZAug 26 17:21:49.795
47702026-08-26T17:21:50.836ZAug 26 17:21:49.795 DEBG DEBG Aug 26 17:21:49.795Aug 26 17:21:49.795replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Aug 26 17:21:49.795
47712026-08-26T17:21:50.836Z DEBGDEBG INFO
47722026-08-26T17:21:50.836Zcreated new freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }], Aug 26 17:21:49.795 unit
47732026-08-26T17:21:50.836Z:adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
47742026-08-26T17:21:50.836ZAug 26 17:21:49.795INFOfreemap_route_ipv4 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
47752026-08-26T17:21:50.836Z
47762026-08-26T17:21:50.836ZAug 26 17:21:49.795 DEBGINFO replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:21:49.795
47772026-08-26T17:21:50.836Zadding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 26 17:21:49.795 DEBGDEBG
47782026-08-26T17:21:50.836Z created new freemapreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
47792026-08-26T17:21:50.836Zunit: Aug 26 17:21:49.795freemap_route_ipv6
47802026-08-26T17:21:50.836ZAug 26 17:21:49.795DEBG Aug 26 17:21:49.795DEBGAug 26 17:21:49.795 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]failed to allocate space for the new target list
47812026-08-26T17:21:50.836Z
47822026-08-26T17:21:50.836ZDEBGINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffinitted freemap. size: 64Aug 26 17:21:49.795, unitDEBGAug 26 17:21:49.795: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]freemap_route_ipv4
47832026-08-26T17:21:50.836Z
47842026-08-26T17:21:50.837Z
47852026-08-26T17:21:50.837ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 26 17:21:49.795
47862026-08-26T17:21:50.837Z DEBGAug 26 17:21:49.795 replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
47872026-08-26T17:21:50.837Z Aug 26 17:21:49.795reset freemap , Aug 26 17:21:49.795unitDEBG : replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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_ipv4INFO
47882026-08-26T17:21:50.837Z
47892026-08-26T17:21:50.837Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
47902026-08-26T17:21:50.837ZAug 26 17:21:49.795Aug 26 17:21:49.795 DEBGAug 26 17:21:49.795DEBG INFOreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64
47912026-08-26T17:21:50.837Zadding route 3fff:dead::/64 -> 2001:db8::55:4,
47922026-08-26T17:21:50.837Zunit: freemap_route_ipv6Aug 26 17:21:49.795Aug 26 17:21:49.795
47932026-08-26T17:21:50.837Z DEBGINFO Aug 26 17:21:49.795replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
47942026-08-26T17:21:50.837ZDEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ffreset freemap
47952026-08-26T17:21:50.841Z, unitAug 26 17:21:49.795: Aug 26 17:21:49.795freemap_route_ipv6
47962026-08-26T17:21:50.841ZDEBG 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 } }]
47972026-08-26T17:21:50.842Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 26 17:21:49.795
47982026-08-26T17:21:50.842Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 26 17:21:49.795
47992026-08-26T17:21:50.842Z Aug 26 17:21:49.795INFO WARN adding route 3fff:beef:23::/64 -> 2001:db8::55:ffshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 26 17:21:49.795
48002026-08-26T17:21:50.842Z
48012026-08-26T17:21:50.842ZAug 26 17:21:49.795 DEBG created new freemapreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], DEBGunit : freemap_route_ipv4
48022026-08-26T17:21:50.842Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 26 17:21:49.795
48032026-08-26T17:21:50.842Z Aug 26 17:21:49.795 DEBG DEBGcreated new freemap
48042026-08-26T17:21:50.842Z, unit : freemap_route_ipv6
48052026-08-26T17:21:50.842ZAug 26 17:21:49.795 Aug 26 17:21:49.795 DEBG initted freemap. size: 64replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48062026-08-26T17:21:50.842Z, Aug 26 17:21:49.795unit: freemap_route_ipv4
48072026-08-26T17:21:50.842Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 26 17:21:49.795 DEBG reset freemap, unit: Aug 26 17:21:49.795freemap_route_ipv4
48082026-08-26T17:21:50.842ZINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 26 17:21:49.795INFO DEBG
48092026-08-26T17:21:50.842Z initted freemap. size: 64, unit: freemap_route_ipv6
48102026-08-26T17:21:50.842Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 26 17:21:49.795
48112026-08-26T17:21:50.842ZDEBGAug 26 17:21:49.795 reset freemap, unit:
48122026-08-26T17:21:50.842Z freemap_route_ipv6
48132026-08-26T17:21:50.842ZDEBG 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 } }]
48142026-08-26T17:21:50.842ZAug 26 17:21:49.795Aug 26 17:21:49.795 INFO adding route 172.16.0.0/32 -> 10.0.0.1 Aug 26 17:21:49.795
48152026-08-26T17:21:50.842ZAug 26 17:21:49.795Aug 26 17:21:49.795DEBG 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 } }]
48162026-08-26T17:21:50.843Z INFODEBG Aug 26 17:21:49.795 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 } }]
48172026-08-26T17:21:50.843Z DEBG Aug 26 17:21:49.795 created new freemapDEBG, adding route 3fff:beef:15::/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 } }]
48182026-08-26T17:21:50.843Z
48192026-08-26T17:21:50.843Zunit:Aug 26 17:21:49.795 freemap_route_ipv4INFO
48202026-08-26T17:21:50.843Z adding route 3fff:dead::/64 -> 2001:db8::55:1
48212026-08-26T17:21:50.843ZAug 26 17:21:49.795Aug 26 17:21:49.795 DEBGDEBG 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 } }],
48222026-08-26T17:21:50.843Zunit: freemap_route_ipv6
48232026-08-26T17:21:50.843ZAug 26 17:21:49.795 Aug 26 17:21:49.795Aug 26 17:21:49.795DEBG DEBG initted freemap. size: 64 , 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 } }] unitadding route 3fff:dead::/64 -> 2001:db8::55:2:
48242026-08-26T17:21:50.843Z
48252026-08-26T17:21:50.843Zfreemap_route_ipv4
48262026-08-26T17:21:50.843ZAug 26 17:21:49.795 INFOAug 26 17:21:49.795Aug 26 17:21:49.795 DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff DEBG
48272026-08-26T17:21:50.843Zreset freemap replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }],
48282026-08-26T17:21:50.843ZunitAug 26 17:21:49.795: freemap_route_ipv4DEBG
48292026-08-26T17:21:50.843Z 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 26 17:21:49.795
48302026-08-26T17:21:50.843ZINFOAug 26 17:21:49.795 DEBGadding route 3fff:beef::/64 -> 2001:db8::55:ffAug 26 17:21:49.795 initted freemap. size: 64INFO, unitadding route 3fff:beef:17::/64 -> 2001:db8::55:ff:
48312026-08-26T17:21:50.843Z
48322026-08-26T17:21:50.843Z freemap_route_ipv6
48332026-08-26T17:21:50.844ZAug 26 17:21:49.795 Aug 26 17:21:49.795DEBG DEBGreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:21:49.795
48342026-08-26T17:21:50.844Z reset freemapDEBG, unit: replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6Aug 26 17:21:49.795
48352026-08-26T17:21:50.844Z
48362026-08-26T17:21:50.844ZINFOAug 26 17:21:49.795Aug 26 17:21:49.795 INFOINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
48372026-08-26T17:21:50.844Z
48382026-08-26T17:21:50.844Z
48392026-08-26T17:21:50.844ZAug 26 17:21:49.795Aug 26 17:21:49.795 DEBGDEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:21:49.795replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
48402026-08-26T17:21:50.844Z
48412026-08-26T17:21:50.844Z 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 } }]
48422026-08-26T17:21:50.844ZAug 26 17:21:49.795 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 26 17:21:49.795Aug 26 17:21:49.795
48432026-08-26T17:21:50.844Z INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFO
48442026-08-26T17:21:50.844ZAug 26 17:21:49.795 DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
48452026-08-26T17:21:50.844ZAug 26 17:21:49.795replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
48462026-08-26T17:21:50.844ZDEBG 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 26 17:21:49.795
48472026-08-26T17:21:50.844Z DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:21:49.795
48482026-08-26T17:21:50.844ZAug 26 17:21:49.795 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
48492026-08-26T17:21:50.844Z
48502026-08-26T17:21:50.844ZAug 26 17:21:49.795 Aug 26 17:21:49.795Aug 26 17:21:49.795 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 } }]
48512026-08-26T17:21:50.844Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:3::/64 -> 2001:db8::55:ff
48522026-08-26T17:21:50.844Z
48532026-08-26T17:21:50.844ZAug 26 17:21:49.795 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 } }]
48542026-08-26T17:21:50.844ZAug 26 17:21:49.796Aug 26 17:21:49.795 Aug 26 17:21:49.796INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:4INFO
48552026-08-26T17:21:50.844Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
48562026-08-26T17:21:50.844Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
48572026-08-26T17:21:50.844Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
48582026-08-26T17:21:50.844Ztest route::tests::rollback_on_compact_write_failure ... ok
48592026-08-26T17:21:50.844Ztest route::tests::rollback_on_index_readd_failure ... ok
48602026-08-26T17:21:50.845ZAug 26 17:21:49.796 DEBG Aug 26 17:21:49.796replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 Aug 26 17:21:49.796replacing 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 26 17:21:49.796
48612026-08-26T17:21:50.845Z DEBG
48622026-08-26T17:21:50.845Z created new freemapDEBG, unit: freemap_route_ipv4 Aug 26 17:21:49.803
48632026-08-26T17:21:50.845Zcreated new freemapAug 26 17:21:49.803, unitDEBG : INFO created new freemapfreemap_route_ipv4, adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
48642026-08-26T17:21:50.845Zunit
48652026-08-26T17:21:50.845ZAug 26 17:21:49.803: freemap_route_ipv6Aug 26 17:21:49.803
48662026-08-26T17:21:50.845Z 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: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 26 17:21:49.803replacing 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 } }]
48672026-08-26T17:21:50.845ZDEBG
48682026-08-26T17:21:50.845Zinitted freemap. size: 64Aug 26 17:21:49.803, DEBGunit :created new freemapAug 26 17:21:49.803, unitfreemap_route_ipv4:WARN
48692026-08-26T17:21:50.845Z Aug 26 17:21:49.803freemap_route_ipv6 INFOshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
48702026-08-26T17:21:50.845Z
48712026-08-26T17:21:50.845Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 26 17:21:49.803
48722026-08-26T17:21:50.845Z Aug 26 17:21:49.803DEBG Aug 26 17:21:49.803reset freemapERROAug 26 17:21:49.803 , unit DEBG: rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG
48732026-08-26T17:21:50.845Z initted freemap. size: 64 freemap_route_ipv4, replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
48742026-08-26T17:21:50.845Z:
48752026-08-26T17:21:50.845Z freemap_route_ipv4Aug 26 17:21:49.803
48762026-08-26T17:21:50.845Z Aug 26 17:21:49.803ERRO DEBGshrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds it
48772026-08-26T17:21:50.845Zinitted freemap. size: 64Aug 26 17:21:49.803, unitAug 26 17:21:49.803INFO :DEBG freemap_route_ipv6
48782026-08-26T17:21:50.845Zreset freemapadding route 3fff:beef:7::/64 -> 2001:db8::55:ff,
48792026-08-26T17:21:50.845Zunit:Aug 26 17:21:49.803 Aug 26 17:21:49.796 freemap_route_ipv4DEBG
48802026-08-26T17:21:50.845Z Aug 26 17:21:49.803created new freemap DEBG, 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 26 17:21:49.803
48812026-08-26T17:21:50.845Zreset freemap, unitunitDEBG: freemap_route_ipv6:initted freemap. size: 64
48822026-08-26T17:21:50.845ZAug 26 17:21:49.803 , freemap_route_ipv4unit
48832026-08-26T17:21:50.845Z: Aug 26 17:21:49.803 INFOINFOfreemap_route_ipv6
48842026-08-26T17:21:50.845Zadding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
48852026-08-26T17:21:50.845Z
48862026-08-26T17:21:50.845ZAug 26 17:21:49.803Aug 26 17:21:49.803Aug 26 17:21:49.803 DEBGDEBG created new freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }],
48872026-08-26T17:21:50.845Zunit : freemap_route_ipv6DEBG
48882026-08-26T17:21:50.846Z reset freemapAug 26 17:21:49.803 , DEBGAug 26 17:21:49.803unitAug 26 17:21:49.803 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 } }]:INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2
48892026-08-26T17:21:50.846Z
48902026-08-26T17:21:50.846Z initted freemap. size: 64 , freemap_route_ipv6unit
48912026-08-26T17:21:50.846ZAug 26 17:21:49.803 :DEBG Aug 26 17:21:49.803freemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
48922026-08-26T17:21:50.846ZINFO
48932026-08-26T17:21:50.846ZAug 26 17:21:49.803 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 26 17:21:49.803
48942026-08-26T17:21:50.846Z Aug 26 17:21:49.803INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 26 17:21:49.803
48952026-08-26T17:21:50.851Z reset freemapDEBG , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]unit
48962026-08-26T17:21:50.851Z
48972026-08-26T17:21:50.851Z:Aug 26 17:21:49.803 freemap_route_ipv4DEBG
48982026-08-26T17:21:50.851Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 26 17:21:49.803
48992026-08-26T17:21:50.851ZAug 26 17:21:49.803 Aug 26 17:21:49.803 DEBGINFO initted freemap. size: 64DEBG, Aug 26 17:21:49.803unitadding route 3fff:dead::/64 -> 2001:db8::55:2:
49002026-08-26T17:21:50.851Z replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
49012026-08-26T17:21:50.851Z adding route 3fff:dead::/64 -> 2001:db8::55:4freemap_route_ipv6
49022026-08-26T17:21:50.851Z
49032026-08-26T17:21:50.851ZAug 26 17:21:49.803 DEBG Aug 26 17:21:49.803replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 26 17:21:49.803
49042026-08-26T17:21:50.851Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 26 17:21:49.803
49052026-08-26T17:21:50.851ZAug 26 17:21:49.803 INFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 26 17:21:49.803
49062026-08-26T17:21:50.851Z DEBG reset freemapadding route 3fff:dead::/64 -> 2001:db8::55:3,
49072026-08-26T17:21:50.851ZDEBG 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:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]:
49082026-08-26T17:21:50.851ZAug 26 17:21:49.803 DEBGAug 26 17:21:49.803 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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_ipv6DEBG
49092026-08-26T17:21:50.851ZAug 26 17:21:49.803
49102026-08-26T17:21:50.851Z WARN 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 } }]shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
49112026-08-26T17:21:50.851Z
49122026-08-26T17:21:50.851ZAug 26 17:21:49.803 INFOAug 26 17:21:49.803 adding route 3fff:dead::/64 -> 2001:db8::55:4INFO
49132026-08-26T17:21:50.851Z Aug 26 17:21:49.803adding route 172.16.0.0/32 -> 10.0.0.1
49142026-08-26T17:21:50.851ZINFO Aug 26 17:21:49.803 Aug 26 17:21:49.803DEBG 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 } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
49152026-08-26T17:21:50.851Z
49162026-08-26T17:21:50.851Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
49172026-08-26T17:21:50.851ZAug 26 17:21:49.803 DEBGAug 26 17:21:49.803 Aug 26 17:21:49.803 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 26 17:21:49.803
49182026-08-26T17:21:50.852Z 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:2, vlan_id: None } }, NextHop { asic_port_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
49192026-08-26T17:21:50.852Z replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2
49202026-08-26T17:21:50.852Z
49212026-08-26T17:21:50.852ZAug 26 17:21:49.803 Aug 26 17:21:49.803INFO Aug 26 17:21:49.803WARN adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
49222026-08-26T17:21:50.852Zshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFOAug 26 17:21:49.803
49232026-08-26T17:21:50.852Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG
49242026-08-26T17:21:50.852Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
49252026-08-26T17:21:50.852ZAug 26 17:21:49.803Aug 26 17:21:49.803 DEBGDEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
49262026-08-26T17:21:50.852ZAug 26 17:21:49.803
49272026-08-26T17:21:50.852Z INFO Aug 26 17:21:49.803 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
49282026-08-26T17:21:50.852ZAug 26 17:21:49.803Aug 26 17:21:49.803 DEBGINFO adding route 172.16.0.0/32 -> 10.0.0.3 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 } }]
49292026-08-26T17:21:50.852Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
49302026-08-26T17:21:50.852Z
49312026-08-26T17:21:50.852ZAug 26 17:21:49.803Aug 26 17:21:49.803Aug 26 17:21:49.803 DEBGDEBG INFO 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
49322026-08-26T17:21:50.852Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
49332026-08-26T17:21:50.852Z
49342026-08-26T17:21:50.852ZAug 26 17:21:49.803Aug 26 17:21:49.803 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 } }]
49352026-08-26T17:21:50.852ZAug 26 17:21:49.803Aug 26 17:21:49.803 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 } }]INFOINFO adding route 172.16.0.0/32 -> 10.0.0.4
49362026-08-26T17:21:50.852Z
49372026-08-26T17:21:50.852Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
49382026-08-26T17:21:50.852Z
49392026-08-26T17:21:50.852ZAug 26 17:21:49.803Aug 26 17:21:49.803 Aug 26 17:21:49.803DEBG Aug 26 17:21:49.803 INFO DEBGDEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
49402026-08-26T17:21:50.852Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
49412026-08-26T17:21:50.852Z
49422026-08-26T17:21:50.852Z
49432026-08-26T17:21:50.852ZAug 26 17:21:49.803 Aug 26 17:21:49.803Aug 26 17:21:49.803 INFOINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 26 17:21:49.803
49442026-08-26T17:21:50.852Z
49452026-08-26T17:21:50.853ZDEBGadding route 172.17.0.0/32 -> 10.0.0.255
49462026-08-26T17:21:50.853Zreplacing 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 26 17:21:49.803Aug 26 17:21:49.803 Aug 26 17:21:49.803DEBG DEBGDEBG
49472026-08-26T17:21:50.853Z replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
49482026-08-26T17:21:50.853Z
49492026-08-26T17:21:50.853Z
49502026-08-26T17:21:50.853ZAug 26 17:21:49.803 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 26 17:21:49.803
49512026-08-26T17:21:50.853Z Aug 26 17:21:49.803INFO adding route 172.17.0.1/32 -> 10.0.0.255INFOAug 26 17:21:49.803 adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
49522026-08-26T17:21:50.853ZDEBG
49532026-08-26T17:21:50.853Z 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 26 17:21:49.803
49542026-08-26T17:21:50.853Z INFO Aug 26 17:21:49.803adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
49552026-08-26T17:21:50.853ZAug 26 17:21:49.804DEBG 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 } }]
49562026-08-26T17:21:50.853Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
49572026-08-26T17:21:50.853ZAug 26 17:21:49.804Aug 26 17:21:49.804 Aug 26 17:21:49.804DEBG Aug 26 17:21:49.804replacing 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 } }]
49582026-08-26T17:21:50.853ZDEBG created new freemap, Aug 26 17:21:49.811DEBG INFOcreated new freemap , unitadding route 172.17.0.2/32 -> 10.0.0.255:DEBG
49592026-08-26T17:21:50.853Z unit freemap_route_ipv4replacing 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 } }]
49602026-08-26T17:21:50.853Z:
49612026-08-26T17:21:50.853Z freemap_route_ipv4
49622026-08-26T17:21:50.853ZAug 26 17:21:49.812Aug 26 17:21:49.812 INFODEBGAug 26 17:21:49.812 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
49632026-08-26T17:21:50.853Z created new freemapadding route 3fff:beef:12::/64 -> 2001:db8::55:ff,
49642026-08-26T17:21:50.853ZunitAug 26 17:21:49.812: DEBGfreemap_route_ipv6Aug 26 17:21:49.812
49652026-08-26T17:21:50.853ZINFO adding route 172.17.0.3/32 -> 10.0.0.255created new freemapAug 26 17:21:49.812Aug 26 17:21:49.812
49662026-08-26T17:21:50.853Z, Aug 26 17:21:49.812DEBGDEBG 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 } }]DEBGunit
49672026-08-26T17:21:50.853Z: Aug 26 17:21:49.812freemap_route_ipv6initted freemap. size: 64
49682026-08-26T17:21:50.853Z, Aug 26 17:21:49.812replacing 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 } }]
49692026-08-26T17:21:50.853ZunitDEBG : Aug 26 17:21:49.812 replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
49702026-08-26T17:21:50.853ZDEBGINFOfreemap_route_ipv4 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffinitted freemap. size: 64
49712026-08-26T17:21:50.853Z,
49722026-08-26T17:21:50.853ZunitAug 26 17:21:49.812 :INFO Aug 26 17:21:49.812Aug 26 17:21:49.812 freemap_route_ipv4INFO
49732026-08-26T17:21:50.854Z adding route 172.17.0.4/32 -> 10.0.0.255Aug 26 17:21:49.812
49742026-08-26T17:21:50.854Z Aug 26 17:21:49.812 DEBGDEBG DEBG Aug 26 17:21:49.812adding route 3fff:beef:13::/64 -> 2001:db8::55:ff 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 } }]reset freemapDEBGreset freemap, ,
49752026-08-26T17:21:50.854Zunitreplacing 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 } }]unit
49762026-08-26T17:21:50.854Z::
49772026-08-26T17:21:50.854Z freemap_route_ipv4freemap_route_ipv4
49782026-08-26T17:21:50.854Z
49792026-08-26T17:21:50.854ZAug 26 17:21:49.812 Aug 26 17:21:49.812INFOAug 26 17:21:49.812Aug 26 17:21:49.812 INFOAug 26 17:21:49.812 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 172.17.0.5/32 -> 10.0.0.255DEBGDEBG
49802026-08-26T17:21:50.854Z
49812026-08-26T17:21:50.854Z initted freemap. size: 64DEBG, unitinitted freemap. size: 64 :, 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 26 17:21:49.812 unitfreemap_route_ipv6Aug 26 17:21:49.812:
49822026-08-26T17:21:50.854Z
49832026-08-26T17:21:50.854Z 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 } }]
49842026-08-26T17:21:50.854Z Aug 26 17:21:49.812 DEBGDEBG reset freemapAug 26 17:21:49.812 replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6, unitINFO
49852026-08-26T17:21:50.854Z :adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
49862026-08-26T17:21:50.854Z
49872026-08-26T17:21:50.854Z Aug 26 17:21:49.812freemap_route_ipv6Aug 26 17:21:49.812 Aug 26 17:21:49.812
49882026-08-26T17:21:50.854ZAug 26 17:21:49.812INFODEBG DEBGINFO reset freemapadding route 172.17.0.6/32 -> 10.0.0.255replacing 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 } }]
49892026-08-26T17:21:50.854Z
49902026-08-26T17:21:50.854Z, Aug 26 17:21:49.812adding route 3fff:beef:14::/64 -> 2001:db8::55:ffunitAug 26 17:21:49.812: INFO DEBGfreemap_route_ipv6 adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 26 17:21:49.812
49912026-08-26T17:21:50.854Zreplacing 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 } }]
49922026-08-26T17:21:50.854Z
49932026-08-26T17:21:50.854Z
49942026-08-26T17:21:50.854Z INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
49952026-08-26T17:21:50.859ZAug 26 17:21:49.812Aug 26 17:21:49.812 Aug 26 17:21:49.812 Aug 26 17:21:49.812DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:1INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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: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 } }]
49962026-08-26T17:21:50.859Zadding route 172.17.0.7/32 -> 10.0.0.255
49972026-08-26T17:21:50.859Z
49982026-08-26T17:21:50.859Z
49992026-08-26T17:21:50.859ZAug 26 17:21:49.812 DEBG Aug 26 17:21:49.812Aug 26 17:21:49.812replacing 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 26 17:21:49.812 DEBG INFO
50002026-08-26T17:21:50.859Z Aug 26 17:21:49.812 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
50012026-08-26T17:21:50.859ZINFO 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
50022026-08-26T17:21:50.859Z Aug 26 17:21:49.812 adding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
50032026-08-26T17:21:50.860ZAug 26 17:21:49.812 Aug 26 17:21:49.812DEBGINFO
50042026-08-26T17:21:50.860Z 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 26 17:21:49.812
50052026-08-26T17:21:50.860Z DEBGINFO Aug 26 17:21:49.812adding route 172.17.0.8/32 -> 10.0.0.255
50062026-08-26T17:21:50.860Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
50072026-08-26T17:21:50.860Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 26 17:21:49.812adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
50082026-08-26T17:21:50.860Z
50092026-08-26T17:21:50.860Z Aug 26 17:21:49.812INFO Aug 26 17:21:49.812Aug 26 17:21:49.812 INFOAug 26 17:21:49.812adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
50102026-08-26T17:21:50.860Zadding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }]
50112026-08-26T17:21:50.860ZDEBG
50122026-08-26T17:21:50.860Zreplacing 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 } }]
50132026-08-26T17:21:50.860ZDEBGAug 26 17:21:49.812 Aug 26 17:21:49.812Aug 26 17:21:49.812 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 } }]
50142026-08-26T17:21:50.860Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 26 17:21:49.812INFO
50152026-08-26T17:21:50.860Z DEBGINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
50162026-08-26T17:21:50.860Z Aug 26 17:21:49.812adding route 172.17.0.9/32 -> 10.0.0.255
50172026-08-26T17:21:50.860ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:4
50182026-08-26T17:21:50.860Z
50192026-08-26T17:21:50.860ZAug 26 17:21:49.812 Aug 26 17:21:49.812INFO Aug 26 17:21:49.812Aug 26 17:21:49.812 INFODEBGAug 26 17:21:49.812adding route 3fff:dead::/64 -> 2001:db8::55:3 DEBG
50202026-08-26T17:21:50.860Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] 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 } }]
50212026-08-26T17:21:50.860Z
50222026-08-26T17:21:50.860Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff 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 } }]
50232026-08-26T17:21:50.860ZAug 26 17:21:49.812Aug 26 17:21:49.812
50242026-08-26T17:21:50.860Z Aug 26 17:21:49.812DEBG INFO DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55: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 } }]
50252026-08-26T17:21:50.860Z
50262026-08-26T17:21:50.860Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 26 17:21:49.812Aug 26 17:21:49.812
50272026-08-26T17:21:50.860ZINFODEBG Aug 26 17:21:49.812 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.17.0.10/32 -> 10.0.0.255Aug 26 17:21:49.812
50282026-08-26T17:21:50.860Z DEBGINFO
50292026-08-26T17:21:50.861Zreplacing 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 } }]
50302026-08-26T17:21:50.861Z adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 26 17:21:49.812Aug 26 17:21:49.812
50312026-08-26T17:21:50.861Z INFO DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
50322026-08-26T17:21:50.861ZAug 26 17:21:49.812replacing 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 } }]
50332026-08-26T17:21:50.861ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 26 17:21:49.812
50342026-08-26T17:21:50.861Z Aug 26 17:21:49.812DEBG 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 } }]INFOAug 26 17:21:49.812
50352026-08-26T17:21:50.861Z adding route 172.17.0.11/32 -> 10.0.0.255DEBG
50362026-08-26T17:21:50.861Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 26 17:21:49.812
50372026-08-26T17:21:50.861ZAug 26 17:21:49.812 Aug 26 17:21:49.812 INFODEBG INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
50382026-08-26T17:21:50.861Z
50392026-08-26T17:21:50.861Z
50402026-08-26T17:21:50.861ZAug 26 17:21:49.812Aug 26 17:21:49.812 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 172.17.0.12/32 -> 10.0.0.255
50412026-08-26T17:21:50.861Z
50422026-08-26T17:21:50.861ZAug 26 17:21:49.812 Aug 26 17:21:49.812DEBG Aug 26 17:21:49.812INFOreplacing 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 } }]
50432026-08-26T17:21:50.861Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG
50442026-08-26T17:21:50.861Z 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 } }]
50452026-08-26T17:21:50.861ZAug 26 17:21:49.812 Aug 26 17:21:49.812Aug 26 17:21:49.812INFO DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
50462026-08-26T17:21:50.861Z replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
50472026-08-26T17:21:50.861Z adding route 172.17.0.13/32 -> 10.0.0.255Aug 26 17:21:49.812
50482026-08-26T17:21:50.861ZAug 26 17:21:49.812 DEBGAug 26 17:21:49.812INFO DEBGreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
50492026-08-26T17:21:50.861Zreplacing 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 } }]
50502026-08-26T17:21:50.861Z
50512026-08-26T17:21:50.861ZAug 26 17:21:49.812Aug 26 17:21:49.812Aug 26 17:21:49.812 INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 172.17.0.14/32 -> 10.0.0.255
50522026-08-26T17:21:50.861Z
50532026-08-26T17:21:50.861Z 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 26 17:21:49.804
50542026-08-26T17:21:50.861Ztest route::tests::shrink_preserves_compacted_order ... ok
50552026-08-26T17:21:50.861ZAug 26 17:21:49.812 DEBGDEBG Aug 26 17:21:49.812 created new freemap Aug 26 17:21:49.812INFO, 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 unit :replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
50562026-08-26T17:21:50.862Zfreemap_route_ipv4
50572026-08-26T17:21:50.862Z
50582026-08-26T17:21:50.862Z
50592026-08-26T17:21:50.862ZAug 26 17:21:49.812Aug 26 17:21:49.812 INFODEBG Aug 26 17:21:49.812adding route 172.17.0.15/32 -> 10.0.0.255
50602026-08-26T17:21:50.862ZDEBGAug 26 17:21:49.812replacing 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
50612026-08-26T17:21:50.862Zcreated new freemap , unitadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff:
50622026-08-26T17:21:50.862Z Aug 26 17:21:49.812Aug 26 17:21:49.812freemap_route_ipv6
50632026-08-26T17:21:50.862Ztest transceivers::mpn_test::test_mpn_missing ... ok
50642026-08-26T17:21:50.862Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
50652026-08-26T17:21:50.862Ztest transceivers::mpn_test::test_xcvr_missing ... ok
50662026-08-26T17:21:50.862Ztest transceivers::mpn_test::test_mpn_present ... ok
50672026-08-26T17:21:50.862Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
50682026-08-26T17:21:50.862Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
50692026-08-26T17:21:50.862Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
50702026-08-26T17:21:50.862Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
50712026-08-26T17:21:50.862Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
50722026-08-26T17:21:50.862Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
50732026-08-26T17:21:50.862Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
50742026-08-26T17:21:50.862Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
50752026-08-26T17:21:50.862Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
50762026-08-26T17:21:50.862Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
50772026-08-26T17:21:50.862Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
50782026-08-26T17:21:50.862Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
50792026-08-26T17:21:50.862Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
50802026-08-26T17:21:50.862Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
50812026-08-26T17:21:50.862Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
50822026-08-26T17:21:50.862Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
50832026-08-26T17:21:50.863Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
50842026-08-26T17:21:50.863Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
50852026-08-26T17:21:50.863Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
50862026-08-26T17:21:50.863Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
50872026-08-26T17:21:50.863Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
50882026-08-26T17:21:50.863Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
50892026-08-26T17:21:50.863Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
50902026-08-26T17:21:50.863Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
50912026-08-26T17:21:50.863Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
50922026-08-26T17:21:50.863Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
50932026-08-26T17:21:50.863Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
50942026-08-26T17:21:50.863Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
50952026-08-26T17:21:50.867Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
50962026-08-26T17:21:50.868ZDEBG 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 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 26 17:21:49.813Aug 26 17:21:49.813
50972026-08-26T17:21:50.868Z DEBG Aug 26 17:21:49.820DEBG created new freemapDEBG , 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 } }]unit
50982026-08-26T17:21:50.868Z:
50992026-08-26T17:21:50.868Z freemap_route_ipv4
51002026-08-26T17:21:50.868ZAug 26 17:21:49.812Aug 26 17:21:49.820 INFOAug 26 17:21:49.796 Aug 26 17:21:49.820Aug 26 17:21:49.820adding route 3fff:beef:36::/64 -> 2001:db8::55:ffcreated new freemap
51012026-08-26T17:21:50.868Z, Aug 26 17:21:49.820 DEBG Aug 26 17:21:49.820DEBGcreated new freemapDEBG, unit :created new freemapDEBGinitted freemap. size: 64 , 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 } }] , unitfreemap_route_ipv6::unit
51022026-08-26T17:21:50.868Z
51032026-08-26T17:21:50.868Zfreemap_route_ipv4DEBGINFO: Aug 26 17:21:49.820freemap_route_ipv4
51042026-08-26T17:21:50.868Z Aug 26 17:21:49.820replacing 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 } }] INFODEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ffinitted freemap. size: 64
51052026-08-26T17:21:50.868Z,
51062026-08-26T17:21:50.868Zfreemap_route_ipv4
51072026-08-26T17:21:50.868Zunit
51082026-08-26T17:21:50.868ZAug 26 17:21:49.820adding route 172.17.0.16/32 -> 10.0.0.255: DEBG
51092026-08-26T17:21:50.868Z freemap_route_ipv4 reset freemap
51102026-08-26T17:21:50.868ZAug 26 17:21:49.820Aug 26 17:21:49.820 Aug 26 17:21:49.820, unitDEBGAug 26 17:21:49.820 Aug 26 17:21:49.820Aug 26 17:21:49.820 created new freemapDEBGDEBGINFO, unitDEBG ::reset freemap , freemap_route_ipv4DEBGunit replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
51112026-08-26T17:21:50.868Z created new freemap
51122026-08-26T17:21:50.868Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff, :unit
51132026-08-26T17:21:50.868Z:Aug 26 17:21:49.820replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4
51142026-08-26T17:21:50.868ZDEBG
51152026-08-26T17:21:50.868Z initted freemap. size: 64
51162026-08-26T17:21:50.868ZAug 26 17:21:49.820 Aug 26 17:21:49.820DEBGAug 26 17:21:49.820 Aug 26 17:21:49.820 INFO, DEBG unitadding route 3fff:beef:38::/64 -> 2001:db8::55:ff initted freemap. size: 64initted freemap. size: 64 :,
51172026-08-26T17:21:50.868Zunit: Aug 26 17:21:49.820freemap_route_ipv6, INFO
51182026-08-26T17:21:50.868Z freemap_route_ipv6
51192026-08-26T17:21:50.868Zadding route 172.17.0.17/32 -> 10.0.0.255unit
51202026-08-26T17:21:50.868ZAug 26 17:21:49.820: freemap_route_ipv4DEBGAug 26 17:21:49.820 Aug 26 17:21:49.820replacing 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
51212026-08-26T17:21:50.868ZAug 26 17:21:49.820
51222026-08-26T17:21:50.868Z DEBGDEBGDEBG 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 } }]reset freemap
51232026-08-26T17:21:50.869Zreset freemap , , unit:Aug 26 17:21:49.820 freemap_route_ipv6Aug 26 17:21:49.820unit
51242026-08-26T17:21:50.869ZDEBG : INFOreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
51252026-08-26T17:21:50.869Z
51262026-08-26T17:21:50.869Zreset freemapadding route 3fff:beef:39::/64 -> 2001:db8::55:ff,
51272026-08-26T17:21:50.869ZAug 26 17:21:49.820unitAug 26 17:21:49.820 :Aug 26 17:21:49.820 INFOINFO freemap_route_ipv4adding route 172.17.0.18/32 -> 10.0.0.255
51282026-08-26T17:21:50.869ZINFO
51292026-08-26T17:21:50.869Zadding route 3fff:dead::/64 -> 2001:db8::55:1
51302026-08-26T17:21:50.869Zadding route 172.16.0.0/32 -> 10.0.0.1Aug 26 17:21:49.820Aug 26 17:21:49.820
51312026-08-26T17:21:50.869Z DEBGDEBGAug 26 17:21:49.820Aug 26 17:21:49.820 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 } }]
51322026-08-26T17:21:50.869ZDEBGDEBG 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: 64Aug 26 17:21:49.820
51332026-08-26T17:21:50.869Z, Aug 26 17:21:49.820 unitINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
51342026-08-26T17:21:50.869Z:Aug 26 17:21:49.820 freemap_route_ipv6 adding route 172.17.0.19/32 -> 10.0.0.255
51352026-08-26T17:21:50.869ZINFO
51362026-08-26T17:21:50.869ZAug 26 17:21:49.820 INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 26 17:21:49.820
51372026-08-26T17:21:50.869Z
51382026-08-26T17:21:50.869Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG
51392026-08-26T17:21:50.869Zreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 17:21:49.820Aug 26 17:21:49.820Aug 26 17:21:49.820
51402026-08-26T17:21:50.869Z INFODEBG adding route 172.16.0.0/32 -> 10.0.0.2replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG
51412026-08-26T17:21:50.869ZAug 26 17:21:49.820
51422026-08-26T17:21:50.869Z reset freemapAug 26 17:21:49.820 INFO, Aug 26 17:21:49.820adding route 172.17.0.20/32 -> 10.0.0.255
51432026-08-26T17:21:50.869Zunit: Aug 26 17:21:49.820DEBGDEBG DEBGfreemap_route_ipv6replacing 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 } }]
51442026-08-26T17:21:50.869Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
51452026-08-26T17:21:50.869Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
51462026-08-26T17:21:50.869Z
51472026-08-26T17:21:50.869ZAug 26 17:21:49.820 DEBGAug 26 17:21:49.820 INFOreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
51482026-08-26T17:21:50.869ZAug 26 17:21:49.820adding route 172.16.0.0/32 -> 10.0.0.1Aug 26 17:21:49.820
51492026-08-26T17:21:50.870Z INFOINFOAug 26 17:21:49.820 adding route 172.16.0.0/32 -> 10.0.0.3 Aug 26 17:21:49.820INFO
51502026-08-26T17:21:50.870Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG
51512026-08-26T17:21:50.870Zadding route 172.17.0.21/32 -> 10.0.0.255
51522026-08-26T17:21:50.870ZAug 26 17:21:49.820Aug 26 17:21:49.820 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 } }]
51532026-08-26T17:21:50.870Ztest route::tests::same_size_non_subset_replace ... ok
51542026-08-26T17:21:50.870ZDEBGAug 26 17:21:49.820 replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]DEBG
51552026-08-26T17:21:50.870Z
51562026-08-26T17:21:50.870Zreplacing 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 } }]
51572026-08-26T17:21:50.870ZAug 26 17:21:49.821 Aug 26 17:21:49.821INFO INFOAug 26 17:21:49.821 adding route 172.16.0.0/32 -> 10.0.0.2INFO
51582026-08-26T17:21:50.870Zadding route 172.16.0.0/32 -> 10.0.0.4Aug 26 17:21:49.821
51592026-08-26T17:21:50.870Z INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff adding route 172.17.0.22/32 -> 10.0.0.255
51602026-08-26T17:21:50.870Z
51612026-08-26T17:21:50.870ZAug 26 17:21:49.821Aug 26 17:21:49.821 Aug 26 17:21:49.821Aug 26 17:21:49.821 DEBGDEBG DEBGreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
51622026-08-26T17:21:50.870Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
51632026-08-26T17:21:50.870Z
51642026-08-26T17:21:50.870ZDEBG 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 26 17:21:49.821
51652026-08-26T17:21:50.870Z INFO Aug 26 17:21:49.821Aug 26 17:21:49.821 Aug 26 17:21:49.821 DEBGINFOINFOadding route 172.17.0.23/32 -> 10.0.0.255 adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.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 } }]
51662026-08-26T17:21:50.870Z
51672026-08-26T17:21:50.870Z
51682026-08-26T17:21:50.870Zadding route 172.16.0.0/32 -> 10.0.0.3
51692026-08-26T17:21:50.870ZAug 26 17:21:49.821Aug 26 17:21:49.821 DEBGDEBG replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
51702026-08-26T17:21:50.870Z
51712026-08-26T17:21:50.870ZAug 26 17:21:49.821 DEBG Aug 26 17:21:49.821freemap_route_ipv6Aug 26 17:21:49.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 } }, 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 } }]
51722026-08-26T17:21:50.870Z
51732026-08-26T17:21:50.870Z INFOINFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff Aug 26 17:21:49.821
51742026-08-26T17:21:50.870Zadding route 172.17.0.24/32 -> 10.0.0.255 Aug 26 17:21:49.821INFO
51752026-08-26T17:21:50.870Z Aug 26 17:21:49.821DEBG adding route 172.16.0.0/32 -> 10.0.0.4DEBG
51762026-08-26T17:21:50.871Z initted freemap. size: 64 , replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:21:49.821unit
51772026-08-26T17:21:50.871Z: Aug 26 17:21:49.821DEBG freemap_route_ipv4Aug 26 17:21:49.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 } }, 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
51782026-08-26T17:21:50.871Z INFO replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
51792026-08-26T17:21:50.871Z
51802026-08-26T17:21:50.871Zadding route 3fff:beef:3f::/64 -> 2001:db8::55:ffAug 26 17:21:49.821
51812026-08-26T17:21:50.871Z DEBGAug 26 17:21:49.821 replacing targets for 172.16.0.0/32 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 } }]DEBGAug 26 17:21:49.821
51822026-08-26T17:21:50.871Z INFO Aug 26 17:21:49.821reset freemap , DEBG unit:adding route 172.17.0.25/32 -> 10.0.0.255 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 } }]freemap_route_ipv4
51832026-08-26T17:21:50.871Z
51842026-08-26T17:21:50.871Z
51852026-08-26T17:21:50.871ZAug 26 17:21:49.821Aug 26 17:21:49.821 DEBGDEBG initted freemap. size: 64failed to allocate space for the new target list, Aug 26 17:21:49.821
51862026-08-26T17:21:50.871Zunit :DEBG freemap_route_ipv6Aug 26 17:21:49.821
51872026-08-26T17:21:50.871Z 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
51882026-08-26T17:21:50.871Z Aug 26 17:21:49.821replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
51892026-08-26T17:21:50.871ZDEBG Aug 26 17:21:49.821reset freemap , INFOunit :Aug 26 17:21:49.821 adding route 172.17.0.26/32 -> 10.0.0.255DEBGfreemap_route_ipv6
51902026-08-26T17:21:50.871Zfailed to allocate space for the new target list
51912026-08-26T17:21:50.871Z
51922026-08-26T17:21:50.871ZAug 26 17:21:49.821Aug 26 17:21:49.821 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
51932026-08-26T17:21:50.871Z
51942026-08-26T17:21:50.871ZAug 26 17:21:49.821Aug 26 17:21:49.821 INFODEBG adding route 172.17.0.27/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
51952026-08-26T17:21:50.876Z
51962026-08-26T17:21:50.876ZAug 26 17:21:49.821 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 26 17:21:49.804Aug 26 17:21:49.821 INFO
51972026-08-26T17:21:50.876Z INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.2
51982026-08-26T17:21:50.876ZAug 26 17:21:49.821
51992026-08-26T17:21:50.876ZINFO adding route 172.17.0.28/32 -> 10.0.0.255
52002026-08-26T17:21:50.876ZAug 26 17:21:49.821 Aug 26 17:21:49.821Aug 26 17:21:49.821DEBG 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
52012026-08-26T17:21:50.876Z DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
52022026-08-26T17:21:50.876Zreplacing 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 } }]
52032026-08-26T17:21:50.876ZAug 26 17:21:49.821Aug 26 17:21:49.821 INFOINFOAug 26 17:21:49.821 adding route 172.17.0.29/32 -> 10.0.0.255adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
52042026-08-26T17:21:50.876ZINFO Aug 26 17:21:49.821adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
52052026-08-26T17:21:50.876ZAug 26 17:21:49.821
52062026-08-26T17:21:50.876Z INFODEBG Aug 26 17:21:49.821 Aug 26 17:21:49.821DEBGreplacing 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.0/32 -> 10.0.0.255
52072026-08-26T17:21:50.876ZAug 26 17:21:49.821Aug 26 17:21:49.821
52082026-08-26T17:21:50.876ZDEBG DEBGcreated new freemap , created new freemapunit, :unit :freemap_route_ipv4Aug 26 17:21:49.829 freemap_route_ipv4DEBG
52092026-08-26T17:21:50.876Z Aug 26 17:21:49.829replacing 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 } }]
52102026-08-26T17:21:50.876Z
52112026-08-26T17:21:50.876ZAug 26 17:21:49.829 INFO adding route 172.17.0.1/32 -> 10.0.0.255
52122026-08-26T17:21:50.876Z INFOAug 26 17:21:49.829 DEBG created new freemap, unit:Aug 26 17:21:49.829 Aug 26 17:21:49.829 DEBGDEBG freemap_route_ipv6created new freemap , replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
52132026-08-26T17:21:50.876Z
52142026-08-26T17:21:50.876Z: adding route 172.17.0.30/32 -> 10.0.0.255 freemap_route_ipv6
52152026-08-26T17:21:50.877ZAug 26 17:21:49.829 DEBG initted freemap. size: 64, Aug 26 17:21:49.829
52162026-08-26T17:21:50.877Zunit Aug 26 17:21:49.829: DEBGfreemap_route_ipv4
52172026-08-26T17:21:50.877Zinitted freemap. size: 64INFO, unit :adding route 172.17.0.2/32 -> 10.0.0.255Aug 26 17:21:49.829
52182026-08-26T17:21:50.877Z freemap_route_ipv4DEBG
52192026-08-26T17:21:50.877Z reset freemapAug 26 17:21:49.829, unit Aug 26 17:21:49.829DEBG : 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 } }]freemap_route_ipv4
52202026-08-26T17:21:50.877ZDEBG
52212026-08-26T17:21:50.877ZAug 26 17:21:49.829 reset freemapDEBG, Aug 26 17:21:49.829replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
52222026-08-26T17:21:50.877ZAug 26 17:21:49.829 : INFOAug 26 17:21:49.829 freemap_route_ipv4adding route 172.17.0.31/32 -> 10.0.0.255DEBG
52232026-08-26T17:21:50.877Z
52242026-08-26T17:21:50.877Z initted freemap. size: 64INFO, Aug 26 17:21:49.829unitAug 26 17:21:49.829:adding route 172.17.0.3/32 -> 10.0.0.255 freemap_route_ipv6DEBG
52252026-08-26T17:21:50.877Z DEBG
52262026-08-26T17:21:50.877Zreplacing 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 } }]
52272026-08-26T17:21:50.877Z initted freemap. size: 64, Aug 26 17:21:49.829unitAug 26 17:21:49.829 :DEBG DEBGreset freemapAug 26 17:21:49.829 , 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 } }]
52282026-08-26T17:21:50.877ZINFOunitfreemap_route_ipv6: adding route 172.17.0.32/32 -> 10.0.0.255
52292026-08-26T17:21:50.877Zfreemap_route_ipv6Aug 26 17:21:49.829
52302026-08-26T17:21:50.877Z
52312026-08-26T17:21:50.877ZINFO adding route 172.17.0.4/32 -> 10.0.0.255Aug 26 17:21:49.829
52322026-08-26T17:21:50.877Z DEBGAug 26 17:21:49.829 INFOreset freemap Aug 26 17:21:49.829, Aug 26 17:21:49.829unit :adding route 172.16.0.0/32 -> 10.0.0.1
52332026-08-26T17:21:50.877Zfreemap_route_ipv6DEBG
52342026-08-26T17:21:50.877ZDEBG 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 26 17:21:49.829
52352026-08-26T17:21:50.877Zreplacing 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 } }] DEBGAug 26 17:21:49.829
52362026-08-26T17:21:50.877Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
52372026-08-26T17:21:50.877ZAug 26 17:21:49.829INFO Aug 26 17:21:49.829adding route 172.16.0.0/32 -> 10.0.0.1INFO
52382026-08-26T17:21:50.877Z Aug 26 17:21:49.829INFO adding route 172.17.0.33/32 -> 10.0.0.255adding route 172.17.0.5/32 -> 10.0.0.255
52392026-08-26T17:21:50.877ZINFO
52402026-08-26T17:21:50.877Z Aug 26 17:21:49.829adding route 172.17.0.0/32 -> 10.0.0.255Aug 26 17:21:49.829
52412026-08-26T17:21:50.878Z 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 } }]
52422026-08-26T17:21:50.878ZAug 26 17:21:49.829
52432026-08-26T17:21:50.878Z Aug 26 17:21:49.829 DEBGDEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 26 17:21:49.829Aug 26 17:21:49.829
52442026-08-26T17:21:50.878Z
52452026-08-26T17:21:50.878ZINFO INFOAug 26 17:21:49.829 Aug 26 17:21:49.829 adding route 172.16.0.0/32 -> 10.0.0.2
52462026-08-26T17:21:50.878ZINFOINFOadding route 172.17.0.34/32 -> 10.0.0.255
52472026-08-26T17:21:50.878ZAug 26 17:21:49.829adding route 172.17.0.1/32 -> 10.0.0.255
52482026-08-26T17:21:50.878ZDEBG adding route 172.17.0.6/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
52492026-08-26T17:21:50.878ZAug 26 17:21:49.829
52502026-08-26T17:21:50.878Z DEBGAug 26 17:21:49.829 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
52512026-08-26T17:21:50.878Z 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 } }]
52522026-08-26T17:21:50.878ZAug 26 17:21:49.829 DEBGAug 26 17:21:49.829 replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
52532026-08-26T17:21:50.878Z Aug 26 17:21:49.829Aug 26 17:21:49.829 INFODEBG adding route 172.17.0.35/32 -> 10.0.0.255adding route 172.17.0.2/32 -> 10.0.0.255Aug 26 17:21:49.829replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }]
52542026-08-26T17:21:50.878ZINFO
52552026-08-26T17:21:50.878Z
52562026-08-26T17:21:50.878Z adding route 172.17.0.7/32 -> 10.0.0.255Aug 26 17:21:49.829
52572026-08-26T17:21:50.878Z DEBGAug 26 17:21:49.829 replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 26 17:21:49.829 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
52582026-08-26T17:21:50.878Z
52592026-08-26T17:21:50.878Z 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 } }]
52602026-08-26T17:21:50.878ZAug 26 17:21:49.829 INFO adding route 172.17.0.36/32 -> 10.0.0.255
52612026-08-26T17:21:50.878ZAug 26 17:21:49.829Aug 26 17:21:49.829Aug 26 17:21:49.829 INFO DEBGadding route 172.17.0.3/32 -> 10.0.0.255
52622026-08-26T17:21:50.878Zreplacing 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
52632026-08-26T17:21:50.878ZINFO adding route 172.17.0.8/32 -> 10.0.0.255replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:21:49.829
52642026-08-26T17:21:50.878ZINFO
52652026-08-26T17:21:50.878Z Aug 26 17:21:49.829 DEBGadding route 172.17.0.37/32 -> 10.0.0.255
52662026-08-26T17:21:50.878Zreplacing 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 } }]
52672026-08-26T17:21:50.878ZAug 26 17:21:49.829 DEBGAug 26 17:21:49.829Aug 26 17:21:49.829 Aug 26 17:21:49.829 INFOINFOreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
52682026-08-26T17:21:50.878Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
52692026-08-26T17:21:50.879Zreplacing 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 } }]
52702026-08-26T17:21:50.879Z Aug 26 17:21:49.829adding route 172.17.0.4/32 -> 10.0.0.255
52712026-08-26T17:21:50.879ZINFO Aug 26 17:21:49.837adding route 172.17.0.9/32 -> 10.0.0.255
52722026-08-26T17:21:50.879ZAug 26 17:21:49.837Aug 26 17:21:49.837 DEBG INFOreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.38/32 -> 10.0.0.255
52732026-08-26T17:21:50.879Z DEBG Aug 26 17:21:49.837replacing 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 } }]
52742026-08-26T17:21:50.879ZDEBG 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 } }]
52752026-08-26T17:21:50.879Z
52762026-08-26T17:21:50.879ZAug 26 17:21:49.837Aug 26 17:21:49.837 INFOINFO adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.5/32 -> 10.0.0.255
52772026-08-26T17:21:50.879ZAug 26 17:21:49.837
52782026-08-26T17:21:50.879Z INFO Aug 26 17:21:49.837 DEBGAug 26 17:21:49.837 replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255DEBG
52792026-08-26T17:21:50.879Z
52802026-08-26T17:21:50.879Zreplacing 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 } }]
52812026-08-26T17:21:50.879ZAug 26 17:21:49.837 Aug 26 17:21:49.837Aug 26 17:21:49.837INFO Aug 26 17:21:49.837 adding route 172.17.0.40/32 -> 10.0.0.255 DEBGINFO
52822026-08-26T17:21:50.879Z DEBGreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.6/32 -> 10.0.0.255replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
52832026-08-26T17:21:50.879Z
52842026-08-26T17:21:50.879ZAug 26 17:21:49.837
52852026-08-26T17:21:50.879Z 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 26 17:21:49.837
52862026-08-26T17:21:50.879ZAug 26 17:21:49.837Aug 26 17:21:49.837 DEBGINFO Aug 26 17:21:49.837adding route 172.17.0.11/32 -> 10.0.0.255INFOreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
52872026-08-26T17:21:50.879Z
52882026-08-26T17:21:50.879ZINFO
52892026-08-26T17:21:50.879Zadding route 172.17.0.41/32 -> 10.0.0.255
52902026-08-26T17:21:50.879ZAug 26 17:21:49.837 Aug 26 17:21:49.837INFO Aug 26 17:21:49.837 Aug 26 17:21:49.837 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 } }]adding route 172.17.0.7/32 -> 10.0.0.255 DEBG
52912026-08-26T17:21:50.879Z
52922026-08-26T17:21:50.879Z 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 } }]
52932026-08-26T17:21:50.879Zreplacing 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 } }]
52942026-08-26T17:21:50.879ZAug 26 17:21:49.837 Aug 26 17:21:49.837DEBG Aug 26 17:21:49.837INFO Aug 26 17:21:49.837 INFO replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255
52952026-08-26T17:21:50.884Z
52962026-08-26T17:21:50.884ZINFO adding route 172.17.0.12/32 -> 10.0.0.255 Aug 26 17:21:49.837adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 26 17:21:49.837
52972026-08-26T17:21:50.884Z
52982026-08-26T17:21:50.884Z DEBGINFO adding route 172.17.0.8/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 } }]Aug 26 17:21:49.837
52992026-08-26T17:21:50.884Z
53002026-08-26T17:21:50.884ZDEBGAug 26 17:21:49.837 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 } }]DEBGAug 26 17:21:49.837Aug 26 17:21:49.837
53012026-08-26T17:21:50.884Z 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 } }]DEBGINFO replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255
53022026-08-26T17:21:50.884Z
53032026-08-26T17:21:50.884Z
53042026-08-26T17:21:50.884ZAug 26 17:21:49.837 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 26 17:21:49.837
53052026-08-26T17:21:50.885Z Aug 26 17:21:49.837INFO Aug 26 17:21:49.837INFO adding route 172.17.0.13/32 -> 10.0.0.255DEBGAug 26 17:21:49.837
53062026-08-26T17:21:50.885Z 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.9/32 -> 10.0.0.255
53072026-08-26T17:21:50.885Z
53082026-08-26T17:21:50.885ZDEBGAug 26 17:21:49.837 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 26 17:21:49.837DEBG
53092026-08-26T17:21:50.885Z Aug 26 17:21:49.837INFO 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 } }]DEBGadding route 172.17.0.44/32 -> 10.0.0.255Aug 26 17:21:49.837 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 } }]
53102026-08-26T17:21:50.885Z
53112026-08-26T17:21:50.885ZINFO
53122026-08-26T17:21:50.885Z adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 26 17:21:49.837
53132026-08-26T17:21:50.885Z DEBG Aug 26 17:21:49.837Aug 26 17:21:49.837 Aug 26 17:21:49.837replacing 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 } }] INFODEBG
53142026-08-26T17:21:50.885Zadding route 172.17.0.10/32 -> 10.0.0.255INFO
53152026-08-26T17:21:50.885Z adding route 172.17.0.14/32 -> 10.0.0.255Aug 26 17:21:49.837
53162026-08-26T17:21:50.885Z replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
53172026-08-26T17:21:50.885Z adding route 172.17.0.45/32 -> 10.0.0.255
53182026-08-26T17:21:50.885ZAug 26 17:21:49.837Aug 26 17:21:49.837 DEBGAug 26 17:21:49.837Aug 26 17:21:49.837 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 } }]
53192026-08-26T17:21:50.885Zreplacing 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:28::/64 -> 2001:db8::55:ff
53202026-08-26T17:21:50.885Z DEBGDEBG
53212026-08-26T17:21:50.885Z 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 } }]
53222026-08-26T17:21:50.885Z 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 26 17:21:49.837
53232026-08-26T17:21:50.885ZDEBGAug 26 17:21:49.837 INFOAug 26 17:21:49.837 INFOadding route 172.17.0.46/32 -> 10.0.0.255 replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.11/32 -> 10.0.0.255
53242026-08-26T17:21:50.885Z
53252026-08-26T17:21:50.885ZAug 26 17:21:49.837
53262026-08-26T17:21:50.885Z Aug 26 17:21:49.837Aug 26 17:21:49.837Aug 26 17:21:49.837Aug 26 17:21:49.837 DEBGINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGINFO
53272026-08-26T17:21:50.885Zadding route 3fff:beef:29::/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 } }]INFO
53282026-08-26T17:21:50.885Z
53292026-08-26T17:21:50.885Z
53302026-08-26T17:21:50.885Z adding route 172.17.0.15/32 -> 10.0.0.255Aug 26 17:21:49.837
53312026-08-26T17:21:50.886ZAug 26 17:21:49.837Aug 26 17:21:49.837 INFOAug 26 17:21:49.837INFO DEBG Aug 26 17:21:49.837adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255
53322026-08-26T17:21:50.886ZDEBG
53332026-08-26T17:21:50.886Zreplacing 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 } }]
53342026-08-26T17:21:50.886Zreplacing 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 } }]
53352026-08-26T17:21:50.886ZDEBG 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 26 17:21:49.838
53362026-08-26T17:21:50.886Z Aug 26 17:21:49.838DEBG 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 } }]DEBGAug 26 17:21:49.838 Aug 26 17:21:49.838
53372026-08-26T17:21:50.886Z 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 } }]
53382026-08-26T17:21:50.886ZINFOINFO Aug 26 17:21:49.838adding route 172.17.0.16/32 -> 10.0.0.255Aug 26 17:21:49.838 INFO
53392026-08-26T17:21:50.886Z adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffINFO
53402026-08-26T17:21:50.886Z Aug 26 17:21:49.838 adding route 172.17.0.48/32 -> 10.0.0.255 Aug 26 17:21:49.838adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
53412026-08-26T17:21:50.886Z
53422026-08-26T17:21:50.886Z Aug 26 17:21:49.838INFO DEBGDEBG Aug 26 17:21:49.838adding route 172.17.0.13/32 -> 10.0.0.255 Aug 26 17:21:49.838DEBG
53432026-08-26T17:21:50.886Z 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
53442026-08-26T17:21:50.886Zreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
53452026-08-26T17:21:50.886Zreplacing 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 } }]
53462026-08-26T17:21:50.886Z
53472026-08-26T17:21:50.886ZAug 26 17:21:49.838 Aug 26 17:21:49.838INFO Aug 26 17:21:49.838Aug 26 17:21:49.838 INFOadding route 172.17.0.49/32 -> 10.0.0.255INFOAug 26 17:21:49.838 DEBG
53482026-08-26T17:21:50.886ZINFOreplacing 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.17/32 -> 10.0.0.255
53492026-08-26T17:21:50.886Z
53502026-08-26T17:21:50.886Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 26 17:21:49.838
53512026-08-26T17:21:50.886Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 26 17:21:49.838
53522026-08-26T17:21:50.886Z Aug 26 17:21:49.838INFO DEBGAug 26 17:21:49.838DEBG adding route 172.17.0.14/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 } }]DEBG Aug 26 17:21:49.838replacing 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 } }]
53532026-08-26T17:21:50.886Zreplacing 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 } }]
53542026-08-26T17:21:50.886Z
53552026-08-26T17:21:50.886Z
53562026-08-26T17:21:50.886Z DEBGAug 26 17:21:49.838 Aug 26 17:21:49.838 Aug 26 17:21:49.838DEBGreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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 26 17:21:49.838
53572026-08-26T17:21:50.886Z
53582026-08-26T17:21:50.887Ztest route::tests::delete_target_fragmented ... ok
53592026-08-26T17:21:50.887ZINFOINFO INFOAug 26 17:21:49.838adding route 172.17.0.50/32 -> 10.0.0.255adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
53602026-08-26T17:21:50.887Z
53612026-08-26T17:21:50.887Zadding route 172.17.0.18/32 -> 10.0.0.255
53622026-08-26T17:21:50.887ZINFOAug 26 17:21:49.838 DEBGadding route 172.17.0.15/32 -> 10.0.0.255 Aug 26 17:21:49.838replacing 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 } }]
53632026-08-26T17:21:50.887Z
53642026-08-26T17:21:50.887Z DEBG Aug 26 17:21:49.838replacing 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 } }]
53652026-08-26T17:21:50.887ZAug 26 17:21:49.838 Aug 26 17:21:49.838Aug 26 17:21:49.838DEBG 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 } }]DEBGAug 26 17:21:49.838
53662026-08-26T17:21:50.887ZINFO adding route 172.17.0.51/32 -> 10.0.0.255 replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53672026-08-26T17:21:50.887ZINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
53682026-08-26T17:21:50.887Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 26 17:21:49.838 DEBG
53692026-08-26T17:21:50.887Z
53702026-08-26T17:21:50.887Zreplacing 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 26 17:21:49.838
53712026-08-26T17:21:50.887Z INFOAug 26 17:21:49.838 adding route 172.17.0.16/32 -> 10.0.0.255Aug 26 17:21:49.838
53722026-08-26T17:21:50.887ZINFOAug 26 17:21:49.838Aug 26 17:21:49.838 DEBG DEBGadding route 172.17.0.19/32 -> 10.0.0.255Aug 26 17:21:49.838
53732026-08-26T17:21:50.887Z 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 } }]
53742026-08-26T17:21:50.887ZINFODEBG 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 26 17:21:49.838replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.52/32 -> 10.0.0.255DEBG
53752026-08-26T17:21:50.887Z
53762026-08-26T17:21:50.887Z
53772026-08-26T17:21:50.887Z replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 17:21:49.838
53782026-08-26T17:21:50.887Z Aug 26 17:21:49.838 INFO Aug 26 17:21:49.838INFO Aug 26 17:21:49.838DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 26 17:21:49.838
53792026-08-26T17:21:50.887ZINFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffreplacing 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
53802026-08-26T17:21:50.887Z adding route 172.17.0.17/32 -> 10.0.0.255
53812026-08-26T17:21:50.887ZAug 26 17:21:49.838
53822026-08-26T17:21:50.887Z DEBGadding route 172.17.0.20/32 -> 10.0.0.255
53832026-08-26T17:21:50.887ZAug 26 17:21:49.838replacing 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 26 17:21:49.838 Aug 26 17:21:49.838 DEBGINFO
53842026-08-26T17:21:50.887Z adding route 172.17.0.53/32 -> 10.0.0.255Aug 26 17:21:49.838
53852026-08-26T17:21:50.887Z 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 } }]DEBG Aug 26 17:21:49.838Aug 26 17:21:49.838replacing 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
53862026-08-26T17:21:50.888Z INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
53872026-08-26T17:21:50.888Z
53882026-08-26T17:21:50.888ZAug 26 17:21:49.846Aug 26 17:21:49.846 replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
53892026-08-26T17:21:50.888ZAug 26 17:21:49.846 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.18/32 -> 10.0.0.255
53902026-08-26T17:21:50.888Z
53912026-08-26T17:21:50.888ZINFOAug 26 17:21:49.846Aug 26 17:21:49.846Aug 26 17:21:49.846 INFOINFO DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ff adding route 172.17.0.54/32 -> 10.0.0.255
53922026-08-26T17:21:50.888Zreplacing 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 } }]
53932026-08-26T17:21:50.888Z
53942026-08-26T17:21:50.888Zadding route 172.17.0.21/32 -> 10.0.0.255
53952026-08-26T17:21:50.892ZAug 26 17:21:49.846 Aug 26 17:21:49.846DEBG Aug 26 17:21:49.846INFO Aug 26 17:21:49.846 DEBGadding route 172.17.0.19/32 -> 10.0.0.255
53962026-08-26T17:21:50.892ZDEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
53972026-08-26T17:21:50.892ZAug 26 17:21:49.846replacing 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 } }]
53982026-08-26T17:21:50.892Z
53992026-08-26T17:21:50.892ZDEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 17:21:49.846
54002026-08-26T17:21:50.892Z INFO Aug 26 17:21:49.846adding route 172.17.0.55/32 -> 10.0.0.255 Aug 26 17:21:49.846Aug 26 17:21:49.846INFO
54012026-08-26T17:21:50.893Z INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
54022026-08-26T17:21:50.893Zadding route 172.17.0.20/32 -> 10.0.0.255
54032026-08-26T17:21:50.893ZINFOAug 26 17:21:49.846 adding route 172.17.0.22/32 -> 10.0.0.255 DEBG
54042026-08-26T17:21:50.893Z Aug 26 17:21:49.846Aug 26 17:21:49.846 replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54052026-08-26T17:21:50.893ZDEBGDEBG 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.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 } }]
54062026-08-26T17:21:50.893Z
54072026-08-26T17:21:50.893ZAug 26 17:21:49.847 DEBGAug 26 17:21:49.847Aug 26 17:21:49.847 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 } }]INFO
54082026-08-26T17:21:50.893ZINFO adding route 172.17.0.56/32 -> 10.0.0.255Aug 26 17:21:49.847 adding route 172.17.0.21/32 -> 10.0.0.255
54092026-08-26T17:21:50.893Z
54102026-08-26T17:21:50.893ZAug 26 17:21:49.847INFO Aug 26 17:21:49.847Aug 26 17:21:49.847 INFODEBGDEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 172.17.0.23/32 -> 10.0.0.255
54112026-08-26T17:21:50.893Z
54122026-08-26T17:21:50.893Z
54132026-08-26T17:21:50.893Zreplacing 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 26 17:21:49.847Aug 26 17:21:49.847 DEBGAug 26 17:21:49.847DEBG 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 } }]
54142026-08-26T17:21:50.893Zreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
54152026-08-26T17:21:50.893Z adding route 172.17.0.57/32 -> 10.0.0.255
54162026-08-26T17:21:50.893Z
54172026-08-26T17:21:50.893ZAug 26 17:21:49.847 INFOAug 26 17:21:49.847 Aug 26 17:21:49.847adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
54182026-08-26T17:21:50.893ZINFO adding route 172.17.0.22/32 -> 10.0.0.255
54192026-08-26T17:21:50.893ZINFOAug 26 17:21:49.847 adding route 172.17.0.24/32 -> 10.0.0.255DEBG
54202026-08-26T17:21:50.893Z Aug 26 17:21:49.847replacing 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 } }]
54212026-08-26T17:21:50.893ZAug 26 17:21:49.847DEBG 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 } }]DEBGAug 26 17:21:49.847
54222026-08-26T17:21:50.893ZDEBGreplacing 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 26 17:21:49.847
54232026-08-26T17:21:50.893ZINFO adding route 172.17.0.58/32 -> 10.0.0.255replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54242026-08-26T17:21:50.893Z
54252026-08-26T17:21:50.893ZAug 26 17:21:49.847 Aug 26 17:21:49.847INFO Aug 26 17:21:49.847 Aug 26 17:21:49.847adding route 3fff:beef:27::/64 -> 2001:db8::55:ff DEBGINFO replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
54262026-08-26T17:21:50.893Zadding route 172.17.0.23/32 -> 10.0.0.255
54272026-08-26T17:21:50.894Z
54282026-08-26T17:21:50.894Z adding route 172.17.0.25/32 -> 10.0.0.255
54292026-08-26T17:21:50.894ZAug 26 17:21:49.847Aug 26 17:21:49.847 DEBGINFOAug 26 17:21:49.847 Aug 26 17:21:49.847 adding route 172.17.0.59/32 -> 10.0.0.255 DEBGDEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
54302026-08-26T17:21:50.894Z
54312026-08-26T17:21:50.894Z
54322026-08-26T17:21:50.894Z 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 } }]
54332026-08-26T17:21:50.894ZAug 26 17:21:49.847Aug 26 17:21:49.847 Aug 26 17:21:49.847INFODEBG 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 } }] adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.26/32 -> 10.0.0.255Aug 26 17:21:49.847
54342026-08-26T17:21:50.894Z
54352026-08-26T17:21:50.894Z
54362026-08-26T17:21:50.894Z INFO Aug 26 17:21:49.847adding route 3fff:beef:28::/64 -> 2001:db8::55:ff Aug 26 17:21:49.847DEBG
54372026-08-26T17:21:50.894ZDEBG 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 26 17:21:49.847replacing 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 } }]
54382026-08-26T17:21:50.894ZINFO
54392026-08-26T17:21:50.894ZAug 26 17:21:49.847 adding route 172.17.0.60/32 -> 10.0.0.255
54402026-08-26T17:21:50.894Z DEBGAug 26 17:21:49.847 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 } }]INFOAug 26 17:21:49.847 adding route 172.17.0.25/32 -> 10.0.0.255
54412026-08-26T17:21:50.894Z
54422026-08-26T17:21:50.894ZAug 26 17:21:49.847INFO DEBGadding route 172.17.0.27/32 -> 10.0.0.255
54432026-08-26T17:21:50.894ZAug 26 17:21:49.847Aug 26 17:21:49.847 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 } }]DEBG
54442026-08-26T17:21:50.894ZAug 26 17:21:49.847 DEBGreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54452026-08-26T17:21:50.894Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
54462026-08-26T17:21:50.894ZAug 26 17:21:49.847
54472026-08-26T17:21:50.894ZAug 26 17:21:49.847 DEBG INFOAug 26 17:21:49.847 Aug 26 17:21:49.847DEBGfailed to allocate space for the new target list
54482026-08-26T17:21:50.894Zadding route 172.17.0.26/32 -> 10.0.0.255
54492026-08-26T17:21:50.894Zreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
54502026-08-26T17:21:50.894ZAug 26 17:21:49.847 Aug 26 17:21:49.847adding route 172.17.0.28/32 -> 10.0.0.255 DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] 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 } }]
54512026-08-26T17:21:50.894Z
54522026-08-26T17:21:50.894Z
54532026-08-26T17:21:50.894ZAug 26 17:21:49.847Aug 26 17:21:49.847Aug 26 17:21:49.847 INFODEBG INFO adding route 172.17.0.27/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 } }]
54542026-08-26T17:21:50.895Z
54552026-08-26T17:21:50.895Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
54562026-08-26T17:21:50.895ZAug 26 17:21:49.847Aug 26 17:21:49.847 DEBGINFO replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54572026-08-26T17:21:50.895Zadding route 172.17.0.29/32 -> 10.0.0.255
54582026-08-26T17:21:50.895ZAug 26 17:21:49.847 Aug 26 17:21:49.847replacing 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 } }]
54592026-08-26T17:21:50.896ZINFOAug 26 17:21:49.847 DEBG adding route 172.17.0.28/32 -> 10.0.0.255DEBG
54602026-08-26T17:21:50.896Z 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 26 17:21:49.847
54612026-08-26T17:21:50.896Z 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 } }] Aug 26 17:21:49.847Aug 26 17:21:49.847adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
54622026-08-26T17:21:50.896ZDEBG INFO
54632026-08-26T17:21:50.896Z 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 26 17:21:49.847adding route 172.17.0.30/32 -> 10.0.0.255
54642026-08-26T17:21:50.896Z
54652026-08-26T17:21:50.896ZDEBG 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 26 17:21:49.847Aug 26 17:21:49.847 DEBGAug 26 17:21:49.847INFO
54662026-08-26T17:21:50.896Z adding route 172.17.0.29/32 -> 10.0.0.255INFOreplacing 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 } }]
54672026-08-26T17:21:50.896Z
54682026-08-26T17:21:50.896Z adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 26 17:21:49.847
54692026-08-26T17:21:50.896Z Aug 26 17:21:49.847INFO Aug 26 17:21:49.847DEBG 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 } }]
54702026-08-26T17:21:50.896Z adding route 172.17.0.31/32 -> 10.0.0.255
54712026-08-26T17:21:50.896Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
54722026-08-26T17:21:50.896ZAug 26 17:21:49.847 Aug 26 17:21:49.847INFO Aug 26 17:21:49.847Aug 26 17:21:49.847 DEBG DEBGadding route 172.17.0.30/32 -> 10.0.0.255DEBG
54732026-08-26T17:21:50.896Zreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef: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: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 } }]
54742026-08-26T17:21:50.897ZAug 26 17:21:49.847
54752026-08-26T17:21:50.897Z
54762026-08-26T17:21:50.897Z DEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 17:21:49.847
54772026-08-26T17:21:50.897Z Aug 26 17:21:49.847INFOAug 26 17:21:49.847 INFOAug 26 17:21:49.847adding route 172.17.0.32/32 -> 10.0.0.255 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFO
54782026-08-26T17:21:50.897Z
54792026-08-26T17:21:50.897Z adding route 172.17.0.31/32 -> 10.0.0.255
54802026-08-26T17:21:50.897ZINFO Aug 26 17:21:49.847adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
54812026-08-26T17:21:50.897ZAug 26 17:21:49.847DEBG Aug 26 17:21:49.847 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 } }]
54822026-08-26T17:21:50.897ZDEBGreplacing 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 26 17:21:49.847 DEBG
54832026-08-26T17:21:50.897Zreplacing 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 } }]
54842026-08-26T17:21:50.897Z 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 26 17:21:49.847Aug 26 17:21:49.847
54852026-08-26T17:21:50.897Z INFO INFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255Aug 26 17:21:49.847
54862026-08-26T17:21:50.897Z
54872026-08-26T17:21:50.897ZAug 26 17:21:49.847 INFO INFOAug 26 17:21:49.847Aug 26 17:21:49.847adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
54882026-08-26T17:21:50.897Z DEBGDEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing 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 } }]
54892026-08-26T17:21:50.897Z
54902026-08-26T17:21:50.897Zreplacing 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 } }]
54912026-08-26T17:21:50.897ZAug 26 17:21:49.847Aug 26 17:21:49.847 Aug 26 17:21:49.847 INFODEBGAug 26 17:21:49.847 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 } }]INFOadding route 172.17.0.34/32 -> 10.0.0.255
54922026-08-26T17:21:50.897Z
54932026-08-26T17:21:50.897Zadding route 172.17.0.33/32 -> 10.0.0.255DEBG
54942026-08-26T17:21:50.897Z 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 } }]
54952026-08-26T17:21:50.902ZAug 26 17:21:49.847 Aug 26 17:21:49.847Aug 26 17:21:49.847INFO DEBGAug 26 17:21:49.847DEBG adding route 3fff:beef:33::/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 } }]
54962026-08-26T17:21:50.902Z INFOreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54972026-08-26T17:21:50.902Z
54982026-08-26T17:21:50.902Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
54992026-08-26T17:21:50.902ZAug 26 17:21:49.847 Aug 26 17:21:49.847Aug 26 17:21:49.847 INFOAug 26 17:21:49.847DEBG INFO DEBGadding route 172.17.0.34/32 -> 10.0.0.255
55002026-08-26T17:21:50.902Zreplacing 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 } }]
55012026-08-26T17:21:50.902ZAug 26 17:21:49.847Aug 26 17:21:49.855 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 3fff:beef:2f::/64 -> 2001:db8::55:ff
55022026-08-26T17:21:50.902Z
55032026-08-26T17:21:50.902Z 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 } }]
55042026-08-26T17:21:50.902ZAug 26 17:21:49.855 DEBG Aug 26 17:21:49.855replacing 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 } }]
55052026-08-26T17:21:50.902ZAug 26 17:21:49.855INFO INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
55062026-08-26T17:21:50.902Zadding route 172.17.0.35/32 -> 10.0.0.255
55072026-08-26T17:21:50.902ZAug 26 17:21:49.855Aug 26 17:21:49.855 DEBGINFOAug 26 17:21:49.855 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 3fff:beef:30::/64 -> 2001:db8::55:ff
55082026-08-26T17:21:50.902Z
55092026-08-26T17:21:50.902Z Aug 26 17:21:49.855Aug 26 17:21:49.855 INFODEBG adding route 172.17.0.36/32 -> 10.0.0.255DEBG
55102026-08-26T17:21:50.902Zreplacing 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 } }]
55112026-08-26T17:21:50.902Zreplacing 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 } }]
55122026-08-26T17:21:50.902ZAug 26 17:21:49.855 Aug 26 17:21:49.855DEBGAug 26 17:21:49.855 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 } }]
55132026-08-26T17:21:50.903ZINFOINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
55142026-08-26T17:21:50.903Z
55152026-08-26T17:21:50.903ZAug 26 17:21:49.855 INFOAug 26 17:21:49.855Aug 26 17:21:49.855 DEBGDEBG adding route 172.17.0.37/32 -> 10.0.0.255replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
55162026-08-26T17:21:50.903Z
55172026-08-26T17:21:50.903Z
55182026-08-26T17:21:50.903ZAug 26 17:21:49.855Aug 26 17:21:49.855Aug 26 17:21:49.855 DEBG INFOINFO 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:36::/64 -> 2001:db8::55:ff
55192026-08-26T17:21:50.903Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
55202026-08-26T17:21:50.903Z
55212026-08-26T17:21:50.903ZAug 26 17:21:49.855 INFOAug 26 17:21:49.855 adding route 172.17.0.38/32 -> 10.0.0.255DEBG
55222026-08-26T17:21:50.903Z replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:21:49.855
55232026-08-26T17:21:50.903Z Aug 26 17:21:49.855DEBG DEBGreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 26 17:21:49.855
55242026-08-26T17:21:50.903Zreplacing 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 } }]
55252026-08-26T17:21:50.903ZINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
55262026-08-26T17:21:50.903ZAug 26 17:21:49.855 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 26 17:21:49.855
55272026-08-26T17:21:50.903Z DEBG Aug 26 17:21:49.855replacing 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 26 17:21:49.855INFO DEBGadding route 172.17.0.39/32 -> 10.0.0.255
55282026-08-26T17:21:50.903Z
55292026-08-26T17:21:50.903Zreplacing 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 } }]
55302026-08-26T17:21:50.903ZAug 26 17:21:49.855Aug 26 17:21:49.855 INFOINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 26 17:21:49.855adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
55312026-08-26T17:21:50.903Z
55322026-08-26T17:21:50.903Z 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 } }]
55332026-08-26T17:21:50.903ZAug 26 17:21:49.855 DEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:21:49.855
55342026-08-26T17:21:50.903Z Aug 26 17:21:49.855INFO DEBGadding route 172.17.0.40/32 -> 10.0.0.255 Aug 26 17:21:49.855replacing 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 } }]
55352026-08-26T17:21:50.903Z
55362026-08-26T17:21:50.903ZINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
55372026-08-26T17:21:50.903ZAug 26 17:21:49.855 DEBG Aug 26 17:21:49.855replacing 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 } }]
55382026-08-26T17:21:50.903ZDEBG Aug 26 17:21:49.855replacing 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 } }]
55392026-08-26T17:21:50.904ZINFOAug 26 17:21:49.855 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFO
55402026-08-26T17:21:50.904Z Aug 26 17:21:49.855 adding route 172.17.0.41/32 -> 10.0.0.255INFO
55412026-08-26T17:21:50.904Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 26 17:21:49.855
55422026-08-26T17:21:50.904Z DEBGAug 26 17:21:49.855 replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
55432026-08-26T17:21:50.904Z 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 } }]
55442026-08-26T17:21:50.904ZAug 26 17:21:49.855Aug 26 17:21:49.855 Aug 26 17:21:49.855INFO DEBG INFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
55452026-08-26T17:21:50.904Zadding route 172.17.0.42/32 -> 10.0.0.255replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
55462026-08-26T17:21:50.904Z
55472026-08-26T17:21:50.904ZAug 26 17:21:49.855Aug 26 17:21:49.855 DEBGDEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
55482026-08-26T17:21:50.904Zreplacing 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 26 17:21:49.855
55492026-08-26T17:21:50.904Z INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 26 17:21:49.855
55502026-08-26T17:21:50.904ZAug 26 17:21:49.855 INFOINFO adding route 172.17.0.43/32 -> 10.0.0.255Aug 26 17:21:49.855
55512026-08-26T17:21:50.904Z DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
55522026-08-26T17:21:50.904Zreplacing 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 26 17:21:49.855
55532026-08-26T17:21:50.904Z 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 } }]
55542026-08-26T17:21:50.904ZAug 26 17:21:49.855 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 26 17:21:49.855
55552026-08-26T17:21:50.904Z INFO Aug 26 17:21:49.855adding route 172.17.0.44/32 -> 10.0.0.255
55562026-08-26T17:21:50.904Ztest route::tests::add_target_fails_full ... ok
55572026-08-26T17:21:50.904ZDEBGAug 26 17:21:49.855 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 } }]DEBGAug 26 17:21:49.855
55582026-08-26T17:21:50.904Z replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
55592026-08-26T17:21:50.904Zreplacing 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 26 17:21:49.855
55602026-08-26T17:21:50.904Z INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
55612026-08-26T17:21:50.904ZAug 26 17:21:49.855 INFO adding route 172.17.0.45/32 -> 10.0.0.255Aug 26 17:21:49.855
55622026-08-26T17:21:50.904Z INFOAug 26 17:21:49.855 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 26 17:21:49.855
55632026-08-26T17:21:50.904Z DEBGDEBG Aug 26 17:21:49.855replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
55642026-08-26T17:21:50.905Z
55652026-08-26T17:21:50.905Z Aug 26 17:21:49.855Aug 26 17:21:49.855 INFODEBG adding route 172.17.0.46/32 -> 10.0.0.255failed to allocate space for the new target list
55662026-08-26T17:21:50.905Z
55672026-08-26T17:21:50.905ZDEBG adding route 172.17.0.35/32 -> 10.0.0.255Aug 26 17:21:49.855replacing 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 } }]
55682026-08-26T17:21:50.905ZDEBG
55692026-08-26T17:21:50.905Z Aug 26 17:21:49.855replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 26 17:21:49.855DEBG
55702026-08-26T17:21:50.905ZDEBG 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 26 17:21:49.855
55712026-08-26T17:21:50.905ZINFO 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 3fff:beef:3a::/64 -> 2001:db8::55:ff
55722026-08-26T17:21:50.905Z
55732026-08-26T17:21:50.905ZAug 26 17:21:49.855 INFO adding route 172.17.0.47/32 -> 10.0.0.255
55742026-08-26T17:21:50.906ZAug 26 17:21:49.855Aug 26 17:21:49.855 INFODEBGAug 26 17:21:49.855 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 } }]adding route 172.17.0.36/32 -> 10.0.0.255
55752026-08-26T17:21:50.906Z
55762026-08-26T17:21:50.906Zreplacing 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 } }]
55772026-08-26T17:21:50.906ZAug 26 17:21:49.855Aug 26 17:21:49.855 DEBGAug 26 17:21:49.855 replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
55782026-08-26T17:21:50.906ZINFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
55792026-08-26T17:21:50.906Z
55802026-08-26T17:21:50.906ZAug 26 17:21:49.855 INFO Aug 26 17:21:49.855Aug 26 17:21:49.855 adding route 172.17.0.37/32 -> 10.0.0.255DEBG
55812026-08-26T17:21:50.906Zreplacing 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
55822026-08-26T17:21:50.906Z 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 } }]
55832026-08-26T17:21:50.906ZAug 26 17:21:49.855Aug 26 17:21:49.855Aug 26 17:21:49.855 INFODEBG INFOadding route 172.17.0.49/32 -> 10.0.0.255
55842026-08-26T17:21:50.906Z 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:3c::/64 -> 2001:db8::55:ff
55852026-08-26T17:21:50.906Z
55862026-08-26T17:21:50.906ZAug 26 17:21:49.855 DEBGAug 26 17:21:49.855 Aug 26 17:21:49.855replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
55872026-08-26T17:21:50.906Z replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
55882026-08-26T17:21:50.906Zadding route 172.17.0.38/32 -> 10.0.0.255Aug 26 17:21:49.855
55892026-08-26T17:21:50.906Z INFOAug 26 17:21:49.855 adding route 172.17.0.50/32 -> 10.0.0.255DEBGAug 26 17:21:49.855
55902026-08-26T17:21:50.906Zfailed to allocate space for the new target listDEBG
55912026-08-26T17:21:50.906Z 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 26 17:21:49.855
55922026-08-26T17:21:50.906Z Aug 26 17:21:49.855DEBG 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 } }]
55932026-08-26T17:21:50.906Zreplacing targets for 3fff:dead::/64 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 26 17:21:49.855
55942026-08-26T17:21:50.906Z INFO adding route 172.17.0.39/32 -> 10.0.0.255Aug 26 17:21:49.855
55952026-08-26T17:21:50.911Z INFO adding route 172.17.0.51/32 -> 10.0.0.255
55962026-08-26T17:21:50.911ZAug 26 17:21:49.855 DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 17:21:49.855
55972026-08-26T17:21:50.911Z 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 } }]
55982026-08-26T17:21:50.912ZAug 26 17:21:49.855 INFO adding route 172.17.0.40/32 -> 10.0.0.255Aug 26 17:21:49.855
55992026-08-26T17:21:50.912Z INFO adding route 172.17.0.52/32 -> 10.0.0.255
56002026-08-26T17:21:50.912ZAug 26 17:21:49.855 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 26 17:21:49.855
56012026-08-26T17:21:50.912Z 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 } }]
56022026-08-26T17:21:50.912ZAug 26 17:21:49.855 INFO adding route 172.17.0.41/32 -> 10.0.0.255Aug 26 17:21:49.855
56032026-08-26T17:21:50.912Z INFO adding route 172.17.0.53/32 -> 10.0.0.255
56042026-08-26T17:21:50.912ZAug 26 17:21:49.855 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 26 17:21:49.855
56052026-08-26T17:21:50.912Z 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 } }]
56062026-08-26T17:21:50.912ZAug 26 17:21:49.855 INFO adding route 172.17.0.42/32 -> 10.0.0.255Aug 26 17:21:49.855
56072026-08-26T17:21:50.912Z INFO adding route 172.17.0.54/32 -> 10.0.0.255
56082026-08-26T17:21:50.912ZAug 26 17:21:49.855 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 26 17:21:49.855
56092026-08-26T17:21:50.912Z 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 } }]
56102026-08-26T17:21:50.912ZAug 26 17:21:49.855 INFO adding route 172.17.0.43/32 -> 10.0.0.255Aug 26 17:21:49.855
56112026-08-26T17:21:50.912Z INFO adding route 172.17.0.55/32 -> 10.0.0.255
56122026-08-26T17:21:50.912ZAug 26 17:21:49.855 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 26 17:21:49.856
56132026-08-26T17:21:50.912Z 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 } }]
56142026-08-26T17:21:50.912ZAug 26 17:21:49.856 INFO adding route 172.17.0.44/32 -> 10.0.0.255Aug 26 17:21:49.856
56152026-08-26T17:21:50.912Z INFO adding route 172.17.0.56/32 -> 10.0.0.255
56162026-08-26T17:21:50.912ZAug 26 17:21:49.856 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 26 17:21:49.856 Aug 26 17:21:49.856DEBG 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 } }]
56172026-08-26T17:21:50.912Z DEBG created new freemapAug 26 17:21:49.856Aug 26 17:21:49.863 , DEBGINFO unit :created new freemap adding route 172.17.0.57/32 -> 10.0.0.255, freemap_route_ipv4unit
56182026-08-26T17:21:50.912Z
56192026-08-26T17:21:50.912Z: freemap_route_ipv4Aug 26 17:21:49.863 DEBGAug 26 17:21:49.863 replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
56202026-08-26T17:21:50.912Z
56212026-08-26T17:21:50.912Z created new freemap, unitAug 26 17:21:49.863:Aug 26 17:21:49.863 INFO DEBGadding route 172.17.0.58/32 -> 10.0.0.255
56222026-08-26T17:21:50.912Zfreemap_route_ipv6created new freemap
56232026-08-26T17:21:50.912Z, Aug 26 17:21:49.863Aug 26 17:21:49.863 DEBGDEBG 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 } }]:
56242026-08-26T17:21:50.912Z freemap_route_ipv6initted freemap. size: 64
56252026-08-26T17:21:50.913Z, unitAug 26 17:21:49.863: freemap_route_ipv4INFOAug 26 17:21:49.863
56262026-08-26T17:21:50.913Z adding route 172.17.0.59/32 -> 10.0.0.255DEBG
56272026-08-26T17:21:50.913Z initted freemap. size: 64, Aug 26 17:21:49.863unit :DEBG freemap_route_ipv4reset freemap
56282026-08-26T17:21:50.913Z, unit:Aug 26 17:21:49.863 Aug 26 17:21:49.863freemap_route_ipv4
56292026-08-26T17:21:50.913ZDEBG DEBGreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56302026-08-26T17:21:50.913Zreset freemap, Aug 26 17:21:49.863unit :DEBG initted freemap. size: 64freemap_route_ipv4,
56312026-08-26T17:21:50.913ZAug 26 17:21:49.863 unitINFO: freemap_route_ipv6adding route 172.17.0.60/32 -> 10.0.0.255
56322026-08-26T17:21:50.913ZAug 26 17:21:49.863
56332026-08-26T17:21:50.913Z DEBG initted freemap. size: 64Aug 26 17:21:49.863Aug 26 17:21:49.863 DEBGDEBG reset freemap, , unitreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:
56342026-08-26T17:21:50.913Z freemap_route_ipv6unit:
56352026-08-26T17:21:50.913Z Aug 26 17:21:49.863freemap_route_ipv6
56362026-08-26T17:21:50.913ZINFO adding route 172.17.0.61/32 -> 10.0.0.255
56372026-08-26T17:21:50.913ZAug 26 17:21:49.863Aug 26 17:21:49.863Aug 26 17:21:49.863 DEBGDEBG INFO reset freemapreplacing 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 } }],
56382026-08-26T17:21:50.913Z unitadding route 172.16.0.0/32 -> 10.0.0.1:
56392026-08-26T17:21:50.913Z freemap_route_ipv6Aug 26 17:21:49.863
56402026-08-26T17:21:50.913Z INFO adding route 172.17.0.62/32 -> 10.0.0.255
56412026-08-26T17:21:50.913ZAug 26 17:21:49.863 INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 26 17:21:49.863Aug 26 17:21:49.863
56422026-08-26T17:21:50.913Z DEBG DEBGreplacing 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 } }]
56432026-08-26T17:21:50.913Zreplacing 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 26 17:21:49.863
56442026-08-26T17:21:50.913Z DEBGAug 26 17:21:49.863 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
56452026-08-26T17:21:50.913Z adding route 172.17.0.63/32 -> 10.0.0.255
56462026-08-26T17:21:50.913ZAug 26 17:21:49.863Aug 26 17:21:49.863Aug 26 17:21:49.863 INFODEBGINFO replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.1
56472026-08-26T17:21:50.913Z
56482026-08-26T17:21:50.913Zadding route 172.16.0.0/32 -> 10.0.0.1
56492026-08-26T17:21:50.913ZAug 26 17:21:49.863 DEBGAug 26 17:21:49.863 failed to allocate space for the new target listDEBG
56502026-08-26T17:21:50.913ZAug 26 17:21:49.863 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 } }]
56512026-08-26T17:21:50.913ZAug 26 17:21:49.863DEBG 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 } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
56522026-08-26T17:21:50.913Z
56532026-08-26T17:21:50.913ZAug 26 17:21:49.863 INFO Aug 26 17:21:49.863adding route 172.16.0.0/32 -> 10.0.0.1
56542026-08-26T17:21:50.914ZDEBG failed to allocate space for the new target list
56552026-08-26T17:21:50.914ZAug 26 17:21:49.863Aug 26 17:21:49.863
56562026-08-26T17:21:50.914Ztest route::tests::delete_target_full ... ok
56572026-08-26T17:21:50.914Z DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1
56582026-08-26T17:21:50.914Z
56592026-08-26T17:21:50.914ZAug 26 17:21:49.863 INFO adding route 172.17.0.45/32 -> 10.0.0.255Aug 26 17:21:49.863Aug 26 17:21:49.863
56602026-08-26T17:21:50.914Z DEBGINFO adding route 172.16.0.0/32 -> 10.0.0.2replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
56612026-08-26T17:21:50.914Z
56622026-08-26T17:21:50.914ZAug 26 17:21:49.863 DEBG Aug 26 17:21:49.864replacing 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 26 17:21:49.864DEBG
56632026-08-26T17:21:50.914Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFO
56642026-08-26T17:21:50.914Zadding route 172.16.0.0/32 -> 10.0.0.2
56652026-08-26T17:21:50.914ZAug 26 17:21:49.864 INFO Aug 26 17:21:49.864adding route 172.17.0.46/32 -> 10.0.0.255
56662026-08-26T17:21:50.914ZINFOAug 26 17:21:49.864 adding route 172.17.0.0/32 -> 10.0.0.255DEBG
56672026-08-26T17:21:50.914Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 26 17:21:49.864
56682026-08-26T17:21:50.914Z DEBG Aug 26 17:21:49.864replacing 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 26 17:21:49.864DEBG
56692026-08-26T17:21:50.914Z INFOreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.0/32 -> 10.0.0.255Aug 26 17:21:49.864
56702026-08-26T17:21:50.914Z INFO adding route 172.17.0.47/32 -> 10.0.0.255
56712026-08-26T17:21:50.914Z
56722026-08-26T17:21:50.914ZAug 26 17:21:49.872 Aug 26 17:21:49.872DEBG 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 } }]
56732026-08-26T17:21:50.914ZAug 26 17:21:49.872 Aug 26 17:21:49.872INFO INFOadding route 172.17.0.1/32 -> 10.0.0.255
56742026-08-26T17:21:50.914Zadding route 172.17.0.1/32 -> 10.0.0.255
56752026-08-26T17:21:50.914ZAug 26 17:21:49.872 DEBG Aug 26 17:21:49.872replacing 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 } }]
56762026-08-26T17:21:50.914ZDEBG 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 } }]
56772026-08-26T17:21:50.914ZAug 26 17:21:49.872 INFO adding route 172.17.0.2/32 -> 10.0.0.255Aug 26 17:21:49.872
56782026-08-26T17:21:50.914Z INFO adding route 172.17.0.2/32 -> 10.0.0.255Aug 26 17:21:49.872
56792026-08-26T17:21:50.914Z DEBG Aug 26 17:21:49.872replacing 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 } }]
56802026-08-26T17:21:50.914ZDEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 17:21:49.872
56812026-08-26T17:21:50.915Z INFO adding route 172.17.0.3/32 -> 10.0.0.255replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 17:21:49.872
56822026-08-26T17:21:50.915Z
56832026-08-26T17:21:50.915Z INFO adding route 172.17.0.3/32 -> 10.0.0.255
56842026-08-26T17:21:50.915ZAug 26 17:21:49.872Aug 26 17:21:49.872 Aug 26 17:21:49.872DEBGINFO 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 } }]
56852026-08-26T17:21:50.915Zadding route 172.17.0.48/32 -> 10.0.0.255DEBG
56862026-08-26T17:21:50.915Zreplacing 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 26 17:21:49.872
56872026-08-26T17:21:50.915Z Aug 26 17:21:49.872INFO adding route 172.17.0.4/32 -> 10.0.0.255DEBGAug 26 17:21:49.872
56882026-08-26T17:21:50.915Z replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
56892026-08-26T17:21:50.915ZAug 26 17:21:49.872 adding route 172.17.0.4/32 -> 10.0.0.255
56902026-08-26T17:21:50.915ZDEBGAug 26 17:21:49.872 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
56912026-08-26T17:21:50.915Z adding route 172.17.0.49/32 -> 10.0.0.255Aug 26 17:21:49.872
56922026-08-26T17:21:50.915Z DEBGAug 26 17:21:49.872 INFOreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56932026-08-26T17:21:50.915ZAug 26 17:21:49.872adding route 172.17.0.5/32 -> 10.0.0.255
56942026-08-26T17:21:50.915ZDEBG 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 } }]
56952026-08-26T17:21:51.072ZAug 26 17:21:49.872Aug 26 17:21:49.872 INFODEBG adding route 172.17.0.5/32 -> 10.0.0.255replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 17:21:49.872
56962026-08-26T17:21:51.072Z
56972026-08-26T17:21:51.072Z INFO adding route 172.17.0.50/32 -> 10.0.0.255Aug 26 17:21:49.872Aug 26 17:21:49.872
56982026-08-26T17:21:51.072Z DEBGINFO adding route 172.17.0.6/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 } }]
56992026-08-26T17:21:51.072Z
57002026-08-26T17:21:51.072ZAug 26 17:21:49.872 DEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 17:21:49.872
57012026-08-26T17:21:51.072Z Aug 26 17:21:49.872 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 } }]adding route 172.17.0.6/32 -> 10.0.0.255Aug 26 17:21:49.872
57022026-08-26T17:21:51.072Z
57032026-08-26T17:21:51.072Z INFO Aug 26 17:21:49.872adding route 172.17.0.51/32 -> 10.0.0.255 Aug 26 17:21:49.872DEBG
57042026-08-26T17:21:51.072ZINFO adding route 172.17.0.7/32 -> 10.0.0.255replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57052026-08-26T17:21:51.072Z
57062026-08-26T17:21:51.072ZAug 26 17:21:49.872 DEBGAug 26 17:21:49.872Aug 26 17:21:49.872 replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
57072026-08-26T17:21:51.072Z replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
57082026-08-26T17:21:51.072Z adding route 172.17.0.7/32 -> 10.0.0.255
57092026-08-26T17:21:51.072ZAug 26 17:21:49.872Aug 26 17:21:49.872 Aug 26 17:21:49.872 INFOINFODEBG adding route 172.17.0.52/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 } }]
57102026-08-26T17:21:51.072Z
57112026-08-26T17:21:51.072Zadding route 172.17.0.8/32 -> 10.0.0.255
57122026-08-26T17:21:51.072ZAug 26 17:21:49.872Aug 26 17:21:49.872 Aug 26 17:21:49.872INFO DEBGDEBGadding route 172.17.0.8/32 -> 10.0.0.255
57132026-08-26T17:21:51.072Z replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
57142026-08-26T17:21:51.073Z
57152026-08-26T17:21:51.073ZAug 26 17:21:49.872Aug 26 17:21:49.872 DEBGAug 26 17:21:49.872 INFOINFO adding route 172.17.0.9/32 -> 10.0.0.255replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57162026-08-26T17:21:51.073Z
57172026-08-26T17:21:51.073Zadding route 172.17.0.53/32 -> 10.0.0.255
57182026-08-26T17:21:51.073ZAug 26 17:21:49.872Aug 26 17:21:49.872Aug 26 17:21:49.872 INFO DEBGDEBGadding route 172.17.0.9/32 -> 10.0.0.255
57192026-08-26T17:21:51.073Zreplacing 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.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 } }]
57202026-08-26T17:21:51.073Z
57212026-08-26T17:21:51.073ZAug 26 17:21:49.872Aug 26 17:21:49.872Aug 26 17:21:49.872 INFODEBG INFO replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255
57222026-08-26T17:21:51.073Z
57232026-08-26T17:21:51.073Z
57242026-08-26T17:21:51.073ZAug 26 17:21:49.872Aug 26 17:21:49.872Aug 26 17:21:49.872 INFO DEBG DEBGadding route 172.17.0.10/32 -> 10.0.0.255
57252026-08-26T17:21:51.073Zreplacing 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 } }]
57262026-08-26T17:21:51.073Zreplacing 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 } }]
57272026-08-26T17:21:51.073ZAug 26 17:21:49.872 Aug 26 17:21:49.872DEBGAug 26 17:21:49.872 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 } }]
57282026-08-26T17:21:51.073Zadding route 172.17.0.11/32 -> 10.0.0.255INFO
57292026-08-26T17:21:51.073Z adding route 172.17.0.55/32 -> 10.0.0.255
57302026-08-26T17:21:51.073ZAug 26 17:21:49.872 Aug 26 17:21:49.872INFO DEBG adding route 172.17.0.11/32 -> 10.0.0.255replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57312026-08-26T17:21:51.073Z
57322026-08-26T17:21:51.073ZAug 26 17:21:49.872 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 26 17:21:49.872Aug 26 17:21:49.872
57332026-08-26T17:21:51.073Z INFO adding route 172.17.0.12/32 -> 10.0.0.255DEBG
57342026-08-26T17:21:51.073Z 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 26 17:21:49.872
57352026-08-26T17:21:51.073Z INFOAug 26 17:21:49.872 Aug 26 17:21:49.872DEBG INFOreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.56/32 -> 10.0.0.255
57362026-08-26T17:21:51.073Z
57372026-08-26T17:21:51.073Z adding route 172.17.0.12/32 -> 10.0.0.255
57382026-08-26T17:21:51.073ZAug 26 17:21:49.872Aug 26 17:21:49.872 Aug 26 17:21:49.872 DEBG INFODEBGreplacing 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 } }]
57392026-08-26T17:21:51.073Zadding route 172.17.0.13/32 -> 10.0.0.255replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57402026-08-26T17:21:51.073Z
57412026-08-26T17:21:51.074ZAug 26 17:21:49.872 INFOAug 26 17:21:49.872 adding route 172.17.0.57/32 -> 10.0.0.255DEBG
57422026-08-26T17:21:51.074Z 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 26 17:21:49.872
57432026-08-26T17:21:51.074Z INFO Aug 26 17:21:49.872adding route 172.17.0.13/32 -> 10.0.0.255
57442026-08-26T17:21:51.074ZDEBG Aug 26 17:21:49.872 replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
57452026-08-26T17:21:51.074Z Aug 26 17:21:49.872adding route 172.17.0.14/32 -> 10.0.0.255 DEBG
57462026-08-26T17:21:51.074Z 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 26 17:21:49.872
57472026-08-26T17:21:51.074Z Aug 26 17:21:49.872INFO DEBG adding route 172.17.0.58/32 -> 10.0.0.255Aug 26 17:21:49.872replacing 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 } }]
57482026-08-26T17:21:51.074ZINFO
57492026-08-26T17:21:51.074Z adding route 172.17.0.14/32 -> 10.0.0.255
57502026-08-26T17:21:51.074ZAug 26 17:21:49.872Aug 26 17:21:49.872 Aug 26 17:21:49.872 DEBGINFO DEBGadding route 172.17.0.15/32 -> 10.0.0.255
57512026-08-26T17:21:51.074Zreplacing 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.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 } }]
57522026-08-26T17:21:51.074Z
57532026-08-26T17:21:51.074ZAug 26 17:21:49.872Aug 26 17:21:49.872Aug 26 17:21:49.872 INFODEBGINFO adding route 172.17.0.15/32 -> 10.0.0.255 adding route 172.17.0.59/32 -> 10.0.0.255
57542026-08-26T17:21:51.074Zreplacing 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 } }]
57552026-08-26T17:21:51.074Z
57562026-08-26T17:21:51.074ZAug 26 17:21:49.872Aug 26 17:21:49.872Aug 26 17:21:49.872 DEBG INFODEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57572026-08-26T17:21:51.074Zreplacing 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.16/32 -> 10.0.0.255
57582026-08-26T17:21:51.074Z
57592026-08-26T17:21:51.074ZAug 26 17:21:49.872Aug 26 17:21:49.872 Aug 26 17:21:49.872INFO DEBGadding route 172.17.0.16/32 -> 10.0.0.255
57602026-08-26T17:21:51.074ZINFO replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255
57612026-08-26T17:21:51.074Z
57622026-08-26T17:21:51.074ZAug 26 17:21:49.872 DEBG Aug 26 17:21:49.872replacing 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 } }]
57632026-08-26T17:21:51.074ZAug 26 17:21:49.872INFO adding route 172.17.0.17/32 -> 10.0.0.255DEBG
57642026-08-26T17:21:51.074Z 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 } }]
57652026-08-26T17:21:51.074ZAug 26 17:21:49.872 Aug 26 17:21:49.872INFO Aug 26 17:21:49.872DEBGadding route 172.17.0.17/32 -> 10.0.0.255
57662026-08-26T17:21:51.074Z 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
57672026-08-26T17:21:51.075Zadding route 172.17.0.61/32 -> 10.0.0.255
57682026-08-26T17:21:51.075ZAug 26 17:21:49.872 Aug 26 17:21:49.872DEBGAug 26 17:21:49.872 INFOreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
57692026-08-26T17:21:51.075Z replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.18/32 -> 10.0.0.255
57702026-08-26T17:21:51.075Z
57712026-08-26T17:21:51.075ZAug 26 17:21:49.872Aug 26 17:21:49.872Aug 26 17:21:49.872 DEBG INFOreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
57722026-08-26T17:21:51.075Z adding route 172.17.0.62/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255
57732026-08-26T17:21:51.075Z
57742026-08-26T17:21:51.075ZAug 26 17:21:49.872 INFO Aug 26 17:21:49.872adding route 172.17.0.19/32 -> 10.0.0.255
57752026-08-26T17:21:51.075ZDEBGAug 26 17:21:49.872 replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
57762026-08-26T17:21:51.075Zreplacing 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 26 17:21:49.872
57772026-08-26T17:21:51.075Z Aug 26 17:21:49.872DEBG DEBGAug 26 17:21:49.872 failed to allocate space for the new target listreplacing 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
57782026-08-26T17:21:51.075Z
57792026-08-26T17:21:51.075Zadding route 172.17.0.19/32 -> 10.0.0.255
57802026-08-26T17:21:51.075ZAug 26 17:21:49.872Aug 26 17:21:49.872Aug 26 17:21:49.872 INFO DEBG adding route 172.17.0.20/32 -> 10.0.0.255DEBG
57812026-08-26T17:21:51.075Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57822026-08-26T17:21:51.075Z
57832026-08-26T17:21:51.075ZAug 26 17:21:49.872 DEBGAug 26 17:21:49.872 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
57842026-08-26T17:21:51.075Z adding route 172.17.0.20/32 -> 10.0.0.255
57852026-08-26T17:21:51.075ZAug 26 17:21:49.872 Aug 26 17:21:49.872INFO DEBGadding route 172.17.0.21/32 -> 10.0.0.255
57862026-08-26T17:21:51.075Zreplacing 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 } }]
57872026-08-26T17:21:51.075ZAug 26 17:21:49.872 Aug 26 17:21:49.872DEBG INFOreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.21/32 -> 10.0.0.255
57882026-08-26T17:21:51.075Z
57892026-08-26T17:21:51.075ZAug 26 17:21:49.880 DEBG Aug 26 17:21:49.880replacing 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 } }]
57902026-08-26T17:21:51.075ZINFO adding route 172.17.0.22/32 -> 10.0.0.255
57912026-08-26T17:21:51.075ZAug 26 17:21:49.880 INFO Aug 26 17:21:49.880adding route 172.17.0.22/32 -> 10.0.0.255
57922026-08-26T17:21:51.075ZDEBG 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 } }]
57932026-08-26T17:21:51.075ZAug 26 17:21:49.880 DEBG Aug 26 17:21:49.880replacing 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 } }]
57942026-08-26T17:21:51.075ZINFO adding route 172.17.0.23/32 -> 10.0.0.255
57952026-08-26T17:21:51.080ZAug 26 17:21:49.880 INFOAug 26 17:21:49.880 adding route 172.17.0.23/32 -> 10.0.0.255
57962026-08-26T17:21:51.080Z Aug 26 17:21:49.880DEBG 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 } }]
57972026-08-26T17:21:51.080Zreplacing 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 } }]
57982026-08-26T17:21:51.080ZAug 26 17:21:49.880Aug 26 17:21:49.880 INFOINFO adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255
57992026-08-26T17:21:51.081Z
58002026-08-26T17:21:51.081ZAug 26 17:21:49.880Aug 26 17:21:49.880 DEBGDEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
58012026-08-26T17:21:51.081Z
58022026-08-26T17:21:51.081ZAug 26 17:21:49.880Aug 26 17:21:49.880 INFOINFO adding route 172.17.0.25/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255
58032026-08-26T17:21:51.081Z
58042026-08-26T17:21:51.081ZAug 26 17:21:49.880Aug 26 17:21:49.880 DEBGDEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
58052026-08-26T17:21:51.081Z
58062026-08-26T17:21:51.081ZAug 26 17:21:49.880Aug 26 17:21:49.880 INFOINFO adding route 172.17.0.26/32 -> 10.0.0.255adding route 172.17.0.26/32 -> 10.0.0.255
58072026-08-26T17:21:51.081Z
58082026-08-26T17:21:51.081ZAug 26 17:21:49.880Aug 26 17:21:49.880 DEBGDEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
58092026-08-26T17:21:51.081Z
58102026-08-26T17:21:51.081ZAug 26 17:21:49.880Aug 26 17:21:49.880 INFOINFO adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.27/32 -> 10.0.0.255
58112026-08-26T17:21:51.081Z
58122026-08-26T17:21:51.081ZAug 26 17:21:49.880Aug 26 17:21:49.880 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.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 } }]
58132026-08-26T17:21:51.081Z
58142026-08-26T17:21:51.081ZAug 26 17:21:49.880Aug 26 17:21:49.880 INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255
58152026-08-26T17:21:51.081Z
58162026-08-26T17:21:51.081ZAug 26 17:21:49.880Aug 26 17:21:49.880 DEBGDEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
58172026-08-26T17:21:51.081Z
58182026-08-26T17:21:51.081ZAug 26 17:21:49.880Aug 26 17:21:49.880 INFOINFO adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255
58192026-08-26T17:21:51.081Z
58202026-08-26T17:21:51.081ZAug 26 17:21:49.880Aug 26 17:21:49.880 DEBGDEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
58212026-08-26T17:21:51.081Z
58222026-08-26T17:21:51.081ZAug 26 17:21:49.880Aug 26 17:21:49.880 INFOINFO adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255
58232026-08-26T17:21:51.081Z
58242026-08-26T17:21:51.081ZAug 26 17:21:49.880Aug 26 17:21:49.880 DEBGDEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
58252026-08-26T17:21:51.081Z
58262026-08-26T17:21:51.082ZAug 26 17:21:49.880Aug 26 17:21:49.880 INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.31/32 -> 10.0.0.255
58272026-08-26T17:21:51.082Z
58282026-08-26T17:21:51.082ZAug 26 17:21:49.880Aug 26 17:21:49.880 DEBGDEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
58292026-08-26T17:21:51.082Z
58302026-08-26T17:21:51.082ZAug 26 17:21:49.880Aug 26 17:21:49.880 INFOINFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.32/32 -> 10.0.0.255
58312026-08-26T17:21:51.082Z
58322026-08-26T17:21:51.082ZAug 26 17:21:49.880Aug 26 17:21:49.880 DEBGDEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
58332026-08-26T17:21:51.082Z
58342026-08-26T17:21:51.082ZAug 26 17:21:49.880Aug 26 17:21:49.880 INFOINFO adding route 172.17.0.33/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255
58352026-08-26T17:21:51.082Z
58362026-08-26T17:21:51.082ZAug 26 17:21:49.880Aug 26 17:21:49.880 DEBGDEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
58372026-08-26T17:21:51.082Z
58382026-08-26T17:21:51.082ZAug 26 17:21:49.880Aug 26 17:21:49.880 INFOINFO adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255
58392026-08-26T17:21:51.082Z
58402026-08-26T17:21:51.082ZAug 26 17:21:49.880Aug 26 17:21:49.880 DEBGDEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58412026-08-26T17:21:51.082Z
58422026-08-26T17:21:51.082ZAug 26 17:21:49.880Aug 26 17:21:49.880 INFOINFO adding route 172.17.0.35/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255
58432026-08-26T17:21:51.082Z
58442026-08-26T17:21:51.082ZAug 26 17:21:49.880Aug 26 17:21:49.880 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.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 } }]
58452026-08-26T17:21:51.082Z
58462026-08-26T17:21:51.082ZAug 26 17:21:49.880Aug 26 17:21:49.880 INFOINFO adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255
58472026-08-26T17:21:51.082Z
58482026-08-26T17:21:51.082ZAug 26 17:21:49.880Aug 26 17:21:49.880 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.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 } }]
58492026-08-26T17:21:51.082Z
58502026-08-26T17:21:51.082ZAug 26 17:21:49.880Aug 26 17:21:49.880 INFOINFO adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255
58512026-08-26T17:21:51.082Z
58522026-08-26T17:21:51.082ZAug 26 17:21:49.880Aug 26 17:21:49.880 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.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 } }]
58532026-08-26T17:21:51.083Ztest route::tests::delete_targets_full ... ok
58542026-08-26T17:21:51.083Z
58552026-08-26T17:21:51.083ZAug 26 17:21:49.880Aug 26 17:21:49.880 INFOINFO adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.38/32 -> 10.0.0.255
58562026-08-26T17:21:51.083Z
58572026-08-26T17:21:51.083Ztest route::tests::delete_targets_fragmented ... ok
58582026-08-26T17:21:51.083Z
58592026-08-26T17:21:51.083ZAug 26 17:21:49.880Aug 26 17:21:49.880 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.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 } }]
58602026-08-26T17:21:51.083Z
58612026-08-26T17:21:51.083Ztest result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
58622026-08-26T17:21:51.083Z
58632026-08-26T17:21:51.083ZAug 26 17:21:49.880Aug 26 17:21:49.880 INFOINFO adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.39/32 -> 10.0.0.255
58642026-08-26T17:21:51.083Z
58652026-08-26T17:21:51.083ZAug 26 17:21:49.880Aug 26 17:21:49.880 DEBGDEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
58662026-08-26T17:21:51.083Z
58672026-08-26T17:21:51.083ZAug 26 17:21:49.880Aug 26 17:21:49.880 INFOINFO adding route 172.17.0.40/32 -> 10.0.0.255adding route 172.17.0.40/32 -> 10.0.0.255
58682026-08-26T17:21:51.083Z
58692026-08-26T17:21:51.083ZAug 26 17:21:49.880Aug 26 17:21:49.880 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.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 } }]
58702026-08-26T17:21:51.083Z
58712026-08-26T17:21:51.083ZAug 26 17:21:49.880Aug 26 17:21:49.880 INFOINFO adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255
58722026-08-26T17:21:51.083Z
58732026-08-26T17:21:51.083ZAug 26 17:21:49.880Aug 26 17:21:49.880 DEBGDEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
58742026-08-26T17:21:51.083Z
58752026-08-26T17:21:51.083ZAug 26 17:21:49.880Aug 26 17:21:49.880 INFOINFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255
58762026-08-26T17:21:51.083Z
58772026-08-26T17:21:51.083ZAug 26 17:21:49.880Aug 26 17:21:49.880 DEBGDEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
58782026-08-26T17:21:51.083Z
58792026-08-26T17:21:51.083ZAug 26 17:21:49.880Aug 26 17:21:49.880 INFOINFO adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255
58802026-08-26T17:21:51.083Z
58812026-08-26T17:21:51.084ZAug 26 17:21:49.880Aug 26 17:21:49.880 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.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 } }]
58822026-08-26T17:21:51.084Z
58832026-08-26T17:21:51.084ZAug 26 17:21:49.880Aug 26 17:21:49.880 INFOINFO adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.17.0.44/32 -> 10.0.0.255
58842026-08-26T17:21:51.084Z
58852026-08-26T17:21:51.084ZAug 26 17:21:49.880Aug 26 17:21:49.880 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.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 } }]
58862026-08-26T17:21:51.084Z
58872026-08-26T17:21:51.084ZAug 26 17:21:49.880Aug 26 17:21:49.880 INFOINFO adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255
58882026-08-26T17:21:51.084Z
58892026-08-26T17:21:51.084ZAug 26 17:21:49.880Aug 26 17:21:49.880 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.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 } }]
58902026-08-26T17:21:51.084Z
58912026-08-26T17:21:51.084ZAug 26 17:21:49.880Aug 26 17:21:49.880 INFOINFO adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.46/32 -> 10.0.0.255
58922026-08-26T17:21:51.084Z
58932026-08-26T17:21:51.084ZAug 26 17:21:49.880Aug 26 17:21:49.880 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.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 } }]
58942026-08-26T17:21:51.084Z
58952026-08-26T17:21:51.089ZAug 26 17:21:49.880Aug 26 17:21:49.880 INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255
58962026-08-26T17:21:51.089Z
58972026-08-26T17:21:51.089ZAug 26 17:21:49.880Aug 26 17:21:49.880 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.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 } }]
58982026-08-26T17:21:51.089Z
58992026-08-26T17:21:51.090ZAug 26 17:21:49.880Aug 26 17:21:49.880 INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255
59002026-08-26T17:21:51.090Z
59012026-08-26T17:21:51.090ZAug 26 17:21:49.880Aug 26 17:21:49.880 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.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 } }]
59022026-08-26T17:21:51.090Z
59032026-08-26T17:21:51.090ZAug 26 17:21:49.880Aug 26 17:21:49.880 INFOINFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.49/32 -> 10.0.0.255
59042026-08-26T17:21:51.090Z
59052026-08-26T17:21:51.090ZAug 26 17:21:49.880Aug 26 17:21:49.880 DEBGDEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
59062026-08-26T17:21:51.090Z
59072026-08-26T17:21:51.090ZAug 26 17:21:49.880Aug 26 17:21:49.880 INFOINFO adding route 172.17.0.50/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255
59082026-08-26T17:21:51.090Z
59092026-08-26T17:21:51.090ZAug 26 17:21:49.880Aug 26 17:21:49.880 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.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 } }]
59102026-08-26T17:21:51.090Z
59112026-08-26T17:21:51.090ZAug 26 17:21:49.888 INFO adding route 172.17.0.51/32 -> 10.0.0.255
59122026-08-26T17:21:51.090ZAug 26 17:21:49.888 INFO Aug 26 17:21:49.888adding route 172.17.0.51/32 -> 10.0.0.255
59132026-08-26T17:21:51.090ZDEBG 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 } }]
59142026-08-26T17:21:51.090ZAug 26 17:21:49.888 DEBG Aug 26 17:21:49.888replacing 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 } }]
59152026-08-26T17:21:51.090ZINFO adding route 172.17.0.52/32 -> 10.0.0.255
59162026-08-26T17:21:51.090ZAug 26 17:21:49.888 INFO Aug 26 17:21:49.888adding route 172.17.0.52/32 -> 10.0.0.255
59172026-08-26T17:21:51.090ZDEBG 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 } }]
59182026-08-26T17:21:51.090ZAug 26 17:21:49.888 DEBG Aug 26 17:21:49.888replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO adding route 172.17.0.53/32 -> 10.0.0.255
59192026-08-26T17:21:51.090Z
59202026-08-26T17:21:51.090ZAug 26 17:21:49.888 DEBG Aug 26 17:21:49.888replacing 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 } }]
59212026-08-26T17:21:51.090ZINFO adding route 172.17.0.53/32 -> 10.0.0.255
59222026-08-26T17:21:51.090ZAug 26 17:21:49.888 INFO Aug 26 17:21:49.888adding route 172.17.0.54/32 -> 10.0.0.255
59232026-08-26T17:21:51.090ZDEBG 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 } }]
59242026-08-26T17:21:51.090ZAug 26 17:21:49.888 DEBG Aug 26 17:21:49.888replacing 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 } }]
59252026-08-26T17:21:51.090ZINFO adding route 172.17.0.54/32 -> 10.0.0.255
59262026-08-26T17:21:51.091ZAug 26 17:21:49.888 INFOAug 26 17:21:49.888 adding route 172.17.0.55/32 -> 10.0.0.255DEBG
59272026-08-26T17:21:51.091Z 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 } }]
59282026-08-26T17:21:51.091ZAug 26 17:21:49.888 DEBGAug 26 17:21:49.888 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
59292026-08-26T17:21:51.091Z adding route 172.17.0.55/32 -> 10.0.0.255
59302026-08-26T17:21:51.091ZAug 26 17:21:49.888 INFOAug 26 17:21:49.888 adding route 172.17.0.56/32 -> 10.0.0.255DEBG
59312026-08-26T17:21:51.091Z 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 } }]
59322026-08-26T17:21:51.091ZAug 26 17:21:49.888 DEBGAug 26 17:21:49.888 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
59332026-08-26T17:21:51.091Z adding route 172.17.0.56/32 -> 10.0.0.255
59342026-08-26T17:21:51.091ZAug 26 17:21:49.888 Aug 26 17:21:49.888INFO DEBGadding route 172.17.0.57/32 -> 10.0.0.255
59352026-08-26T17:21:51.091Zreplacing 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 } }]
59362026-08-26T17:21:51.091ZAug 26 17:21:49.888Aug 26 17:21:49.888 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.57/32 -> 10.0.0.255
59372026-08-26T17:21:51.091Z
59382026-08-26T17:21:51.091ZAug 26 17:21:49.888Aug 26 17:21:49.888 INFODEBG adding route 172.17.0.58/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 } }]
59392026-08-26T17:21:51.091Z
59402026-08-26T17:21:51.091ZAug 26 17:21:49.888Aug 26 17:21:49.888 DEBGINFO replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.58/32 -> 10.0.0.255
59412026-08-26T17:21:51.091Z
59422026-08-26T17:21:51.091ZAug 26 17:21:49.888Aug 26 17:21:49.888 DEBGINFO replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255
59432026-08-26T17:21:51.091Z
59442026-08-26T17:21:51.091ZAug 26 17:21:49.888Aug 26 17:21:49.888 INFODEBG adding route 172.17.0.59/32 -> 10.0.0.255replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59452026-08-26T17:21:51.091Z
59462026-08-26T17:21:51.091ZAug 26 17:21:49.888Aug 26 17:21:49.888 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.60/32 -> 10.0.0.255
59472026-08-26T17:21:51.091Z
59482026-08-26T17:21:51.091ZAug 26 17:21:49.888Aug 26 17:21:49.888 INFODEBG adding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59492026-08-26T17:21:51.091Z
59502026-08-26T17:21:51.092ZAug 26 17:21:49.888Aug 26 17:21:49.888 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 } }]failed to allocate space for the new target list
59512026-08-26T17:21:51.092Z
59522026-08-26T17:21:51.092ZAug 26 17:21:49.888Aug 26 17:21:49.888 DEBGDEBG failed to allocate space for the new target listreplacing targets for 172.16.0.0/32 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 } }]
59532026-08-26T17:21:51.092Z
59542026-08-26T17:21:51.092ZAug 26 17:21:49.888 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 } }]
59552026-08-26T17:21:51.092Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-2f9d8829011d5683)
59562026-08-26T17:21:51.092Z
59572026-08-26T17:21:51.092Zrunning 0 tests
59582026-08-26T17:21:51.092Z
59592026-08-26T17:21:51.092Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59602026-08-26T17:21:51.092Z
59612026-08-26T17:21:51.092Z Running unittests src/lib.rs (target/debug/deps/dpd_api-129626530bed4535)
59622026-08-26T17:21:51.092Z
59632026-08-26T17:21:51.092Zrunning 0 tests
59642026-08-26T17:21:51.092Z
59652026-08-26T17:21:51.092Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59662026-08-26T17:21:51.092Z
59672026-08-26T17:21:51.092Z Running unittests src/lib.rs (target/debug/deps/dpd_client-ec0eafd1bf41e957)
59682026-08-26T17:21:51.092Z
59692026-08-26T17:21:51.092Zrunning 6 tests
59702026-08-26T17:21:51.092Ztest tests::test_full_lot_id_neither_present ... ok
59712026-08-26T17:21:51.092Ztest tests::test_full_lot_id_lotnum_only ... ok
59722026-08-26T17:21:51.092Ztest tests::test_full_lot_id_both_present ... ok
59732026-08-26T17:21:51.092Ztest tests::test_full_lot_id_lot_only ... ok
59742026-08-26T17:21:51.092Ztest tests::test_port_id_cmp ... ok
59752026-08-26T17:21:51.092Ztest tests::test_parse_client_port_id ... ok
59762026-08-26T17:21:51.092Z
59772026-08-26T17:21:51.092Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59782026-08-26T17:21:51.093Z
59792026-08-26T17:21:51.093Z Running tests/test_all.rs (target/debug/deps/test_all-c6441cfd51e8f1de)
59802026-08-26T17:21:51.093Z
59812026-08-26T17:21:51.093Zrunning 0 tests
59822026-08-26T17:21:51.093Z
59832026-08-26T17:21:51.093Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59842026-08-26T17:21:51.093Z
59852026-08-26T17:21:51.093Z Running unittests src/lib.rs (target/debug/deps/dpd_types-9a1ffdc1254bfaa8)
59862026-08-26T17:21:51.093Z
59872026-08-26T17:21:51.093Zrunning 0 tests
59882026-08-26T17:21:51.093Z
59892026-08-26T17:21:51.093Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59902026-08-26T17:21:51.093Z
59912026-08-26T17:21:51.093Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-fbfe8a6c92a1a523)
59922026-08-26T17:21:51.093Z
59932026-08-26T17:21:51.093Zrunning 15 tests
59942026-08-26T17:21:51.093Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
59952026-08-26T17:21:51.098Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
59962026-08-26T17:21:51.098Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
59972026-08-26T17:21:51.098Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
59982026-08-26T17:21:51.098Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
59992026-08-26T17:21:51.098Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
60002026-08-26T17:21:51.098Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
60012026-08-26T17:21:51.098Ztest v1::network::tests::test_equal ... ok
60022026-08-26T17:21:51.098Ztest v1::network::tests::test_eui64 ... ok
60032026-08-26T17:21:51.098Ztest v1::network::tests::test_into ... ok
60042026-08-26T17:21:51.098Ztest v1::network::tests::test_not_equal ... ok
60052026-08-26T17:21:51.098Ztest v1::network::tests::test_to_string ... ok
60062026-08-26T17:21:51.098Ztest v1::port::tests::port_ids_are_ascii ... ok
60072026-08-26T17:21:51.098Ztest v1::network::tests::test_parse ... ok
60082026-08-26T17:21:51.098Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
60092026-08-26T17:21:51.098Z
60102026-08-26T17:21:51.098Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60112026-08-26T17:21:51.098Z
60122026-08-26T17:21:51.098Z Running unittests src/lib.rs (target/debug/deps/packet-b7146b2a4ac94eed)
60132026-08-26T17:21:51.098Z
60142026-08-26T17:21:51.098Zrunning 12 tests
60152026-08-26T17:21:51.098Ztest icmp::test_v6_checksum ... ok
60162026-08-26T17:21:51.099Ztest icmp::test_v4_checksum ... ok
60172026-08-26T17:21:51.099Ztest ipv6::test_ipv6_parse ... ok
60182026-08-26T17:21:51.099Ztest pbuf::test_byte ... ok
60192026-08-26T17:21:51.099Ztest lldp::test_lldp_parse ... ok
60202026-08-26T17:21:51.099Ztest pbuf::test_nibble ... ok
60212026-08-26T17:21:51.099Ztest pbuf::test_short ... ok
60222026-08-26T17:21:51.099Ztest pbuf::test_overflow ... ok
60232026-08-26T17:21:51.099Ztest pbuf::test_twelve ... ok
60242026-08-26T17:21:51.099Ztest pbuf::test_word ... ok
60252026-08-26T17:21:51.099Ztest tcp::test_checksum_syn_nodata ... ok
60262026-08-26T17:21:51.099Ztest tcp::test_checksum_ack_data ... ok
60272026-08-26T17:21:51.099Z
60282026-08-26T17:21:51.099Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60292026-08-26T17:21:51.099Z
60302026-08-26T17:21:51.099Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
60312026-08-26T17:21:51.099Z
60322026-08-26T17:21:51.099Zrunning 0 tests
60332026-08-26T17:21:51.099Z
60342026-08-26T17:21:51.099Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60352026-08-26T17:21:51.099Z
60362026-08-26T17:21:51.099Z Running unittests src/main.rs (target/debug/deps/swadm-610abbfe37a3eccf)
60372026-08-26T17:21:51.099Z
60382026-08-26T17:21:51.099Zrunning 5 tests
60392026-08-26T17:21:51.099Ztest switchport::test::test_compute_lanes ... ok
60402026-08-26T17:21:51.099Ztest switchport::test::port_id_ordering ... ok
60412026-08-26T17:21:51.099Z Lane 0 Lane 1 Lane 2 Lane 3
60422026-08-26T17:21:51.099Z Lane 0 State: Activated Activated Lane 1Activated Lane 2Activated
60432026-08-26T17:21:51.100ZLane 3 Rx Output Enabled: false
60442026-08-26T17:21:51.100Z false Rx Loss-of-lock: Yes false Yes false
60452026-08-26T17:21:51.100ZYes Rx Output Status: validYes
60462026-08-26T17:21:51.100Zvalid Rx Loss-of-signal: Yes valid validYes
60472026-08-26T17:21:51.100Z Rx Loss-of-lock: trueYes trueYes
60482026-08-26T17:21:51.100Z Rx CDR Enabled: Yestrue trueYes
60492026-08-26T17:21:51.100Z Rx Loss-of-signal: false Yes Yes
60502026-08-26T17:21:51.100Zfalse Tx Enabled: Yesfalse Yes falseYes
60512026-08-26T17:21:51.100Z Rx Auto-squelch Disable: trueYes
60522026-08-26T17:21:51.100Z Running tests/cli/main.rs (target/debug/deps/cli-8469eca0671e517f)
60532026-08-26T17:21:51.100Ztrue Tx Loss-of-lock: No trueNo true
60542026-08-26T17:21:51.100ZNo Tx Output Enabled: true No
60552026-08-26T17:21:51.100Z Running unittests src/main.rs (target/debug/deps/tfportd-b387268b9be4b80e)
60562026-08-26T17:21:51.100Z Running unittests src/main.rs (target/debug/deps/uplinkd-8872d4adf66e7b1b)
60572026-08-26T17:21:51.100Z Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353)
60582026-08-26T17:21:51.100Z Doc-tests aal
60592026-08-26T17:21:51.100Ztrue Tx Loss-of-signal: Notrue trueNo
60602026-08-26T17:21:51.100Z Tx Output Status: invalidNo Noinvalid
60612026-08-26T17:21:51.100Z Tx CDR Enabled: Noinvalid Noinvalid
60622026-08-26T17:21:51.100ZNo Tx Loss-of-lock: false No
60632026-08-26T17:21:51.100Zfalse Tx Adaptive EQ Fault: Nofalse falseNo
60642026-08-26T17:21:51.100Z Tx Loss-of-signal: true No trueNo
60652026-08-26T17:21:51.100Ztrue Tx Fault: Yes true
60662026-08-26T17:21:51.100ZYes Tx Auto-squelch Disable: false Yes false Yes
60672026-08-26T17:21:51.100Zfalse false
60682026-08-26T17:21:51.100Z Tx Adaptive EQ Fail: true true true true
60692026-08-26T17:21:51.100Z Tx Failure: false false false false
60702026-08-26T17:21:51.100Z Tx Force Squelch: true true true true
60712026-08-26T17:21:51.101Z Tx Input Polarity: normal normal normal normal
60722026-08-26T17:21:51.101Ztest switchport::test::test_print_sff_datapath ... ok
60732026-08-26T17:21:51.101Ztest switchport::test::test_print_cmis_datapath ... ok
60742026-08-26T17:21:51.101Ztest link::test_filter ... ok
60752026-08-26T17:21:51.101Z
60762026-08-26T17:21:51.101Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60772026-08-26T17:21:51.101Z
60782026-08-26T17:21:51.101Z
60792026-08-26T17:21:51.101Zrunning 7 tests
60802026-08-26T17:21:51.101Ztest counters::counters_list ... ignored
60812026-08-26T17:21:51.101Ztest link_apply::apply_tx_eq_all ... ignored
60822026-08-26T17:21:51.101Ztest link_apply::apply_tx_eq_custom ... ignored
60832026-08-26T17:21:51.101Ztest tx_eq::set_all_taps ... ignored
60842026-08-26T17:21:51.101Ztest tx_eq::set_partial_taps ... ignored
60852026-08-26T17:21:51.101Ztest link_apply::tx_eq_exclusive ... ok
60862026-08-26T17:21:51.101Ztest cmd::test::output_txeq ... ok
60872026-08-26T17:21:51.101Z
60882026-08-26T17:21:51.101Ztest result: ok. 2 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.01s
60892026-08-26T17:21:51.101Z
60902026-08-26T17:21:51.101Z
60912026-08-26T17:21:51.101Zrunning 3 tests
60922026-08-26T17:21:51.101Ztest linklocal::test_parse_ipadm ... ok
60932026-08-26T17:21:51.101Ztest tfport::test_parse_tfport ... ok
60942026-08-26T17:21:51.101Ztest config::tests::test_updates ... ok
60952026-08-26T17:21:51.105Z
60962026-08-26T17:21:51.106Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60972026-08-26T17:21:51.106Z
60982026-08-26T17:21:51.106Z
60992026-08-26T17:21:51.106Zrunning 0 tests
61002026-08-26T17:21:51.106Z
61012026-08-26T17:21:51.106Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61022026-08-26T17:21:51.106Z
61032026-08-26T17:21:51.106Z
61042026-08-26T17:21:51.106Zrunning 0 tests
61052026-08-26T17:21:51.106Z
61062026-08-26T17:21:51.106Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61072026-08-26T17:21:51.106Z
61082026-08-26T17:21:51.178Z
61092026-08-26T17:21:51.178Zrunning 0 tests
61102026-08-26T17:21:51.178Z
61112026-08-26T17:21:51.178Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61122026-08-26T17:21:51.178Z
61132026-08-26T17:21:51.203Z Doc-tests aal_macros
61142026-08-26T17:21:51.270Z
61152026-08-26T17:21:51.270Zrunning 0 tests
61162026-08-26T17:21:51.270Z
61172026-08-26T17:21:51.270Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61182026-08-26T17:21:51.270Z
61192026-08-26T17:21:51.279Z Doc-tests common
61202026-08-26T17:21:51.510Z
61212026-08-26T17:21:51.510Zrunning 0 tests
61222026-08-26T17:21:51.510Z
61232026-08-26T17:21:51.510Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61242026-08-26T17:21:51.510Z
61252026-08-26T17:21:51.536Z Doc-tests dpd_api
61262026-08-26T17:21:52.239Z
61272026-08-26T17:21:52.239Zrunning 2 tests
61282026-08-26T17:21:52.239Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
61292026-08-26T17:21:52.239Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
61302026-08-26T17:21:52.239Z
61312026-08-26T17:21:52.239Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
61322026-08-26T17:21:52.239Z
61332026-08-26T17:21:52.267Z Doc-tests dpd_client
61342026-08-26T17:21:53.647Z
61352026-08-26T17:21:53.647Zrunning 0 tests
61362026-08-26T17:21:53.647Z
61372026-08-26T17:21:53.647Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61382026-08-26T17:21:53.647Z
61392026-08-26T17:21:53.702Z Doc-tests dpd_types
61402026-08-26T17:21:53.886Z
61412026-08-26T17:21:53.886Zrunning 0 tests
61422026-08-26T17:21:53.886Z
61432026-08-26T17:21:53.886Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61442026-08-26T17:21:53.887Z
61452026-08-26T17:21:53.909Z Doc-tests dpd_types_versions
61462026-08-26T17:21:55.408Z
61472026-08-26T17:21:55.408Zrunning 1 test
61482026-08-26T17:21:55.408Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
61492026-08-26T17:21:55.408Z
61502026-08-26T17:21:55.408Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
61512026-08-26T17:21:55.408Z
61522026-08-26T17:21:55.457Z Doc-tests packet
61532026-08-26T17:21:55.679Z
61542026-08-26T17:21:55.679Zrunning 0 tests
61552026-08-26T17:21:55.679Z
61562026-08-26T17:21:55.679Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61572026-08-26T17:21:55.679Z
61582026-08-26T17:21:55.703Z Doc-tests pcap
61592026-08-26T17:21:55.754Z
61602026-08-26T17:21:55.754Zrunning 0 tests
61612026-08-26T17:21:55.754Z
61622026-08-26T17:21:55.754Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61632026-08-26T17:21:55.754Z
61642026-08-26T17:21:55.801Z+ for feat in tofino_stub tofino_asic softnpu chaos
61652026-08-26T17:21:55.801Z+ RUST_BACKTRACE=full
61662026-08-26T17:21:55.801Z+ cargo test --features softnpu --no-fail-fast
61672026-08-26T17:21:56.442Z Compiling num-integer v0.1.46
61682026-08-26T17:21:56.525Z Compiling num-complex v0.4.6
61692026-08-26T17:21:56.565Z Compiling bitstruct_derive v0.1.0
61702026-08-26T17:21:56.568Z Compiling tap v1.0.1
61712026-08-26T17:21:56.685Z Compiling wyz v0.5.1
61722026-08-26T17:21:56.812Z Compiling num-rational v0.4.2
61732026-08-26T17:21:56.855Z Compiling num-iter v0.1.45
61742026-08-26T17:21:56.855Z Compiling num-bigint v0.4.6
61752026-08-26T17:21:56.963Z Compiling radium v0.7.0
61762026-08-26T17:21:56.985Z Compiling funty v2.0.0
61772026-08-26T17:21:56.998Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
61782026-08-26T17:21:57.072Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61792026-08-26T17:21:57.169Z Compiling num v0.4.3
61802026-08-26T17:21:57.248Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
61812026-08-26T17:21:57.251Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61822026-08-26T17:21:57.274Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61832026-08-26T17:21:57.319Z Compiling bitvec v1.0.1
61842026-08-26T17:21:57.386Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61852026-08-26T17:21:57.529Z Compiling typeid v1.0.3
61862026-08-26T17:21:57.555Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
61872026-08-26T17:21:57.647Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61882026-08-26T17:21:57.657Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61892026-08-26T17:21:57.675Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61902026-08-26T17:21:58.206Z Compiling ascii v1.1.0
61912026-08-26T17:21:58.402Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61922026-08-26T17:21:58.476Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61932026-08-26T17:21:58.527Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61942026-08-26T17:21:58.648Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
61952026-08-26T17:21:58.727Z Compiling erased-serde v0.4.8
61962026-08-26T17:21:58.893Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
61972026-08-26T17:21:58.922Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
61982026-08-26T17:21:58.958Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
61992026-08-26T17:21:59.210Z Compiling bitstruct v0.1.1
62002026-08-26T17:21:59.312Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
62012026-08-26T17:21:59.574Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62022026-08-26T17:21:59.588Z Compiling serde_arrays v0.1.0
62032026-08-26T17:21:59.712Z Compiling libloading v0.7.4
62042026-08-26T17:21:59.758Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
62052026-08-26T17:22:00.026Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
62062026-08-26T17:22:00.450Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62072026-08-26T17:22:00.614Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62082026-08-26T17:22:01.815Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
62092026-08-26T17:22:02.519Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
62102026-08-26T17:22:08.468Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62112026-08-26T17:22:08.687Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
62122026-08-26T17:22:08.690Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62132026-08-26T17:22:08.690Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62142026-08-26T17:22:08.764Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62152026-08-26T17:22:10.748Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62162026-08-26T17:22:10.981Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
62172026-08-26T17:22:11.249Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62182026-08-26T17:22:17.257Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62192026-08-26T17:22:17.487Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62202026-08-26T17:22:25.024Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62212026-08-26T17:22:27.440Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62222026-08-26T17:22:31.117Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
62232026-08-26T17:23:10.692Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 14s
62242026-08-26T17:23:10.812Z Running unittests src/lib.rs (target/debug/deps/aal-fca1c72dfc47a54a)
62252026-08-26T17:23:10.818Z
62262026-08-26T17:23:10.818Zrunning 0 tests
62272026-08-26T17:23:10.818Z
62282026-08-26T17:23:10.818Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62292026-08-26T17:23:10.818Z
62302026-08-26T17:23:10.821Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
62312026-08-26T17:23:10.824Z
62322026-08-26T17:23:10.824Zrunning 0 tests
62332026-08-26T17:23:10.824Z
62342026-08-26T17:23:10.824Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62352026-08-26T17:23:10.824Z
62362026-08-26T17:23:10.824Z Running unittests src/lib.rs (target/debug/deps/asic-044e9430fd7fc305)
62372026-08-26T17:23:10.833Z
62382026-08-26T17:23:10.833Zrunning 0 tests
62392026-08-26T17:23:10.833Z
62402026-08-26T17:23:10.836Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62412026-08-26T17:23:10.836Z
62422026-08-26T17:23:10.836Z Running unittests src/lib.rs (target/debug/deps/common-f0fc91ad575fea74)
62432026-08-26T17:23:10.916Z
62442026-08-26T17:23:10.916Zrunning 4 tests
62452026-08-26T17:23:10.920Ztest nat::tests::test_vni ... ok
62462026-08-26T17:23:10.920Ztest network::tests::test_generate_ipv6_link_local ... ok
62472026-08-26T17:23:10.920Ztest test_purge ... ok
62482026-08-26T17:23:10.920Ztest illumos::test::address_exists_handles_missing_object ... ok
62492026-08-26T17:23:10.920Z
62502026-08-26T17:23:10.920Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
62512026-08-26T17:23:10.920Z
62522026-08-26T17:23:10.920Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-049fc7a9b9157ea9)
62532026-08-26T17:23:10.920Z
62542026-08-26T17:23:10.920Zrunning 1 test
62552026-08-26T17:23:10.920Z -------
62562026-08-26T17:23:10.920Z Generating OpenAPI documents from API definitions ...
62572026-08-26T17:23:11.016Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
62582026-08-26T17:23:11.088Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
62592026-08-26T17:23:12.147Z -------
62602026-08-26T17:23:12.147Z Checking 13 OpenAPI documents...
62612026-08-26T17:23:12.147Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
62622026-08-26T17:23:12.147Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
62632026-08-26T17:23:12.147Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
62642026-08-26T17:23:12.150Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
62652026-08-26T17:23:12.150Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
62662026-08-26T17:23:12.151Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
62672026-08-26T17:23:12.151Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
62682026-08-26T17:23:12.151Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
62692026-08-26T17:23:12.151Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
62702026-08-26T17:23:12.151Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
62712026-08-26T17:23:12.151Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
62722026-08-26T17:23:12.151Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
62732026-08-26T17:23:12.151Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
62742026-08-26T17:23:12.151Z Fresh dpd "latest" symlink
62752026-08-26T17:23:12.151Z -------
62762026-08-26T17:23:12.151Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
62772026-08-26T17:23:12.217Ztest test::test_apis_up_to_date ... ok
62782026-08-26T17:23:12.217Z
62792026-08-26T17:23:12.217Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.35s
62802026-08-26T17:23:12.217Z
62812026-08-26T17:23:12.280Z Running unittests src/main.rs (target/debug/deps/dpd-9056bd977270705b)
62822026-08-26T17:23:12.287Z
62832026-08-26T17:23:12.287Zrunning 34 tests
62842026-08-26T17:23:12.290Ztest freemap::test_ordering ... ok
62852026-08-26T17:23:12.290Ztest dhcpv6::tests::test_create_duid_bytes ... ok
62862026-08-26T17:23:12.290Ztest config::tests::test_updates ... ok
62872026-08-26T17:23:12.290Ztest freemap::test_split ... ok
62882026-08-26T17:23:12.290Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
62892026-08-26T17:23:12.290Ztest macaddrs::tests::test_mac_offset ... ok
62902026-08-26T17:23:12.295Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
62912026-08-26T17:23:12.295Ztest macaddrs::tests::test_parse_port_id ... ok
62922026-08-26T17:23:12.295Ztest nat::test_mapping ... ok
62932026-08-26T17:23:12.295ZAug 26 17:23:11.286 DEBG created new freemap, unit: freemap_test
62942026-08-26T17:23:12.295ZAug 26 17:23:11.287Aug 26 17:23:11.287 DEBGDEBG initted freemap. size: 128created new freemap, unit, :unit :freemap_test
62952026-08-26T17:23:12.295Zfreemap_test
62962026-08-26T17:23:12.295ZAug 26 17:23:11.287 DEBG reset freemap, Aug 26 17:23:11.287unit :DEBG freemap_testinitted freemap. size: 128
62972026-08-26T17:23:12.295Z, unit: freemap_test
62982026-08-26T17:23:12.295ZAug 26 17:23:11.287 DEBG reset freemap, unit: freemap_test
62992026-08-26T17:23:12.295ZAug 26 17:23:11.287 DEBG created new freemap, unit: freemap_test
63002026-08-26T17:23:12.295ZAug 26 17:23:11.287 DEBG initted freemap. size: 128, unit: freemap_test
63012026-08-26T17:23:12.295ZAug 26 17:23:11.287 DEBG reset freemap, unit: freemap_test
63022026-08-26T17:23:12.295ZAug 26 17:23:11.287 DEBG created new freemap, unit: freemap_test
63032026-08-26T17:23:12.296ZAug 26 17:23:11.287 DEBG initted freemap. size: 128, unit: freemap_test
63042026-08-26T17:23:12.296ZAug 26 17:23:11.287 DEBG reset freemap, unit: freemap_test
63052026-08-26T17:23:12.296Ztest freemap::test_reclaim ... ok
63062026-08-26T17:23:12.296Ztest freemap::test_free ... ok
63072026-08-26T17:23:12.296Ztest freemap::test_exhaustion ... ok
63082026-08-26T17:23:12.296Ztest freemap::test_basic ... ok
63092026-08-26T17:23:12.296Ztest port_map::tests::dump_map ... ok
63102026-08-26T17:23:12.296Ztest port_map::tests::test_backplane_group ... ok
63112026-08-26T17:23:12.296Ztest port_map::tests::test_port_map ... ok
63122026-08-26T17:23:12.296ZAug 26 17:23:11.287 DEBG created new freemap, unit: freemap_test
63132026-08-26T17:23:12.296ZAug 26 17:23:11.287 DEBG initted freemap. size: 128, unit: freemap_test
63142026-08-26T17:23:12.296ZAug 26 17:23:11.287 DEBG reset freemap, unit: freemap_test
63152026-08-26T17:23:12.296Ztest freemap::test_span ... ok
63162026-08-26T17:23:12.296ZAug 26 17:23:11.288 DEBG created new freemap, unit: freemap_test
63172026-08-26T17:23:12.296ZAug 26 17:23:11.288 DEBG initted freemap. size: 8, unit: freemap_test
63182026-08-26T17:23:12.296Ztest api_server::tests::test_build_info ... ok
63192026-08-26T17:23:12.296ZAug 26 17:23:11.288 DEBG reset freemap, unit: freemap_test
63202026-08-26T17:23:12.296Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
63212026-08-26T17:23:12.296ZAug 26 17:23:11.288 DEBG created new freemap, unit: freemap_route_ipv4
63222026-08-26T17:23:12.296ZAug 26 17:23:11.288 DEBG created new freemap, unit: freemap_route_ipv6
63232026-08-26T17:23:12.296ZAug 26 17:23:11.288 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
63242026-08-26T17:23:12.296ZAug 26 17:23:11.288 DEBG reset freemap, unit: freemap_route_ipv4
63252026-08-26T17:23:12.296ZAug 26 17:23:11.288 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
63262026-08-26T17:23:12.296ZAug 26 17:23:11.288 DEBG reset freemap, unit: freemap_route_ipv6
63272026-08-26T17:23:12.296ZAug 26 17:23:11.288 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
63282026-08-26T17:23:12.296ZAug 26 17:23:11.288 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 } }]
63292026-08-26T17:23:12.296ZAug 26 17:23:11.288 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
63302026-08-26T17:23:12.296ZAug 26 17:23:11.288 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 } }]
63312026-08-26T17:23:12.296ZAug 26 17:23:11.288 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
63322026-08-26T17:23:12.296ZAug 26 17:23:11.288 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 } }]
63332026-08-26T17:23:12.296ZAug 26 17:23:11.288 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
63342026-08-26T17:23:12.296ZAug 26 17:23:11.288 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 } }]
63352026-08-26T17:23:12.296ZAug 26 17:23:11.288 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
63362026-08-26T17:23:12.296ZAug 26 17:23:11.288 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 } }]
63372026-08-26T17:23:12.296ZAug 26 17:23:11.288 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
63382026-08-26T17:23:12.296ZAug 26 17:23:11.288 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 } }]
63392026-08-26T17:23:12.296ZAug 26 17:23:11.288 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
63402026-08-26T17:23:12.296ZAug 26 17:23:11.288 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 } }]
63412026-08-26T17:23:12.297ZAug 26 17:23:11.288 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
63422026-08-26T17:23:12.297ZAug 26 17:23:11.288 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 } }]
63432026-08-26T17:23:12.297ZAug 26 17:23:11.288 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
63442026-08-26T17:23:12.297ZAug 26 17:23:11.288 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 } }]
63452026-08-26T17:23:12.297ZAug 26 17:23:11.288 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
63462026-08-26T17:23:12.297ZAug 26 17:23:11.288 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 } }]
63472026-08-26T17:23:12.297ZAug 26 17:23:11.288 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
63482026-08-26T17:23:12.297ZAug 26 17:23:11.288 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 } }]
63492026-08-26T17:23:12.297ZAug 26 17:23:11.288 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
63502026-08-26T17:23:12.297ZAug 26 17:23:11.288 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 } }]
63512026-08-26T17:23:12.297ZAug 26 17:23:11.288 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
63522026-08-26T17:23:12.297ZAug 26 17:23:11.288 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 } }]
63532026-08-26T17:23:12.297ZAug 26 17:23:11.288 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
63542026-08-26T17:23:12.297ZAug 26 17:23:11.288 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 } }]
63552026-08-26T17:23:12.297ZAug 26 17:23:11.288 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
63562026-08-26T17:23:12.297ZAug 26 17:23:11.288 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 } }]
63572026-08-26T17:23:12.297ZAug 26 17:23:11.288 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
63582026-08-26T17:23:12.297ZAug 26 17:23:11.288 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 } }]
63592026-08-26T17:23:12.297ZAug 26 17:23:11.288 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
63602026-08-26T17:23:12.297ZAug 26 17:23:11.288 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 } }]
63612026-08-26T17:23:12.297ZAug 26 17:23:11.288 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
63622026-08-26T17:23:12.297ZAug 26 17:23:11.288 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 } }]
63632026-08-26T17:23:12.297ZAug 26 17:23:11.288 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
63642026-08-26T17:23:12.297ZAug 26 17:23:11.288 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 } }]
63652026-08-26T17:23:12.297ZAug 26 17:23:11.288 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
63662026-08-26T17:23:12.297ZAug 26 17:23:11.288 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 } }]
63672026-08-26T17:23:12.297ZAug 26 17:23:11.288 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
63682026-08-26T17:23:12.297ZAug 26 17:23:11.288 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 } }]
63692026-08-26T17:23:12.297ZAug 26 17:23:11.288 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
63702026-08-26T17:23:12.297ZAug 26 17:23:11.288 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 } }]
63712026-08-26T17:23:12.297ZAug 26 17:23:11.288 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
63722026-08-26T17:23:12.297ZAug 26 17:23:11.288 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 } }]
63732026-08-26T17:23:12.297ZAug 26 17:23:11.288 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
63742026-08-26T17:23:12.297ZAug 26 17:23:11.288 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 } }]
63752026-08-26T17:23:12.297ZAug 26 17:23:11.288 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
63762026-08-26T17:23:12.297ZAug 26 17:23:11.288 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 } }]
63772026-08-26T17:23:12.297ZAug 26 17:23:11.288 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
63782026-08-26T17:23:12.297ZAug 26 17:23:11.288 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 } }]
63792026-08-26T17:23:12.297ZAug 26 17:23:11.288 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
63802026-08-26T17:23:12.297ZAug 26 17:23:11.288 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 } }]
63812026-08-26T17:23:12.298ZAug 26 17:23:11.288 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
63822026-08-26T17:23:12.298ZAug 26 17:23:11.288 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 } }]
63832026-08-26T17:23:12.298ZAug 26 17:23:11.288 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
63842026-08-26T17:23:12.298Ztest port_map::tests::parse_softnpu_revision ... ok
63852026-08-26T17:23:12.298ZAug 26 17:23:11.288 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 } }]
63862026-08-26T17:23:12.298ZAug 26 17:23:11.288 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
63872026-08-26T17:23:12.298ZAug 26 17:23:11.288 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 } }]
63882026-08-26T17:23:12.298ZAug 26 17:23:11.288 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
63892026-08-26T17:23:12.298ZAug 26 17:23:11.288 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 } }]
63902026-08-26T17:23:12.302ZAug 26 17:23:11.288 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
63912026-08-26T17:23:12.302ZAug 26 17:23:11.288 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 } }]
63922026-08-26T17:23:12.302ZAug 26 17:23:11.288 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
63932026-08-26T17:23:12.302ZAug 26 17:23:11.288 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 } }]
63942026-08-26T17:23:12.302ZAug 26 17:23:11.288 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
63952026-08-26T17:23:12.302ZAug 26 17:23:11.288 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 } }]
63962026-08-26T17:23:12.302ZAug 26 17:23:11.288 INFO Aug 26 17:23:11.288adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
63972026-08-26T17:23:12.302ZDEBG created new freemap, Aug 26 17:23:11.288unit :DEBG freemap_route_ipv4replacing 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 } }]
63982026-08-26T17:23:12.302Z
63992026-08-26T17:23:12.302ZAug 26 17:23:11.288Aug 26 17:23:11.288 INFODEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ffcreated new freemap
64002026-08-26T17:23:12.302Z, unit: freemap_route_ipv6Aug 26 17:23:11.288
64012026-08-26T17:23:12.302Z 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 } }]
64022026-08-26T17:23:12.302ZAug 26 17:23:11.288 DEBG initted freemap. size: 64Aug 26 17:23:11.288, unitINFO: adding route 3fff:beef:23::/64 -> 2001:db8::55:fffreemap_route_ipv4
64032026-08-26T17:23:12.302Z
64042026-08-26T17:23:12.302ZAug 26 17:23:11.288Aug 26 17:23:11.288 DEBGDEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap
64052026-08-26T17:23:12.302Z, unit: freemap_route_ipv4Aug 26 17:23:11.288
64062026-08-26T17:23:12.302Z INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 26 17:23:11.288
64072026-08-26T17:23:12.302Z DEBG initted freemap. size: 64, Aug 26 17:23:11.288unit :DEBG freemap_route_ipv6replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64082026-08-26T17:23:12.302Z
64092026-08-26T17:23:12.302ZAug 26 17:23:11.288Aug 26 17:23:11.288 INFODEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ffreset freemap
64102026-08-26T17:23:12.302Z, unit: freemap_route_ipv6Aug 26 17:23:11.288
64112026-08-26T17:23:12.302Z DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:23:11.288
64122026-08-26T17:23:12.302Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 26 17:23:11.288
64132026-08-26T17:23:12.302Z INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
64142026-08-26T17:23:12.302ZAug 26 17:23:11.288 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 26 17:23:11.288
64152026-08-26T17:23:12.303Z 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 } }]
64162026-08-26T17:23:12.303ZAug 26 17:23:11.288 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 26 17:23:11.288
64172026-08-26T17:23:12.303Z INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
64182026-08-26T17:23:12.303ZAug 26 17:23:11.288 DEBG Aug 26 17:23:11.288replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
64192026-08-26T17:23:12.303ZDEBG 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 } }]
64202026-08-26T17:23:12.303ZAug 26 17:23:11.288 INFOAug 26 17:23:11.288 adding route 3fff:dead::/64 -> 2001:db8::55:3INFO
64212026-08-26T17:23:12.303Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
64222026-08-26T17:23:12.303ZAug 26 17:23:11.288 DEBGAug 26 17:23:11.288 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
64232026-08-26T17:23:12.303Z 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 } }]
64242026-08-26T17:23:12.303ZAug 26 17:23:11.288Aug 26 17:23:11.288 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
64252026-08-26T17:23:12.303Z
64262026-08-26T17:23:12.303ZAug 26 17:23:11.288Aug 26 17:23:11.288 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
64272026-08-26T17:23:12.303Z
64282026-08-26T17:23:12.303ZAug 26 17:23:11.288Aug 26 17:23:11.288 INFOINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff
64292026-08-26T17:23:12.303Z
64302026-08-26T17:23:12.303ZAug 26 17:23:11.288Aug 26 17:23:11.288 DEBGDEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64312026-08-26T17:23:12.303Z
64322026-08-26T17:23:12.303ZAug 26 17:23:11.288Aug 26 17:23:11.288 INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
64332026-08-26T17:23:12.303Z
64342026-08-26T17:23:12.303ZAug 26 17:23:11.288Aug 26 17:23:11.288 DEBGAug 26 17:23:11.288 DEBGDEBG created new freemapreplacing 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: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 } }]
64352026-08-26T17:23:12.303Z
64362026-08-26T17:23:12.303Zunit: freemap_route_ipv4
64372026-08-26T17:23:12.303ZAug 26 17:23:11.288Aug 26 17:23:11.288 INFOINFO Aug 26 17:23:11.288adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
64382026-08-26T17:23:12.303Z
64392026-08-26T17:23:12.303ZDEBG created new freemap, unit:Aug 26 17:23:11.288Aug 26 17:23:11.288 DEBGDEBGfreemap_route_ipv6
64402026-08-26T17:23:12.303Z 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: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 } }]
64412026-08-26T17:23:12.303Z
64422026-08-26T17:23:12.303ZAug 26 17:23:11.289 DEBG initted freemap. size: 64Aug 26 17:23:11.289, Aug 26 17:23:11.289unit :INFOINFO freemap_route_ipv4
64432026-08-26T17:23:12.303Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
64442026-08-26T17:23:12.303Z
64452026-08-26T17:23:12.303ZAug 26 17:23:11.289Aug 26 17:23:11.289Aug 26 17:23:11.289 DEBG DEBGreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
64462026-08-26T17:23:12.303Z reset freemapreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
64472026-08-26T17:23:12.303ZunitAug 26 17:23:11.289: INFOfreemap_route_ipv4
64482026-08-26T17:23:12.303ZAug 26 17:23:11.289adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
64492026-08-26T17:23:12.303ZINFO Aug 26 17:23:11.289adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
64502026-08-26T17:23:12.303ZDEBGAug 26 17:23:11.289 initted freemap. size: 64 , DEBGunit Aug 26 17:23:11.289: 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 freemap_route_ipv6replacing 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 } }]
64512026-08-26T17:23:12.303Z
64522026-08-26T17:23:12.303Z
64532026-08-26T17:23:12.304ZAug 26 17:23:11.289Aug 26 17:23:11.289 INFOAug 26 17:23:11.289 INFOadding route 3fff:beef:5::/64 -> 2001:db8::55:ff adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
64542026-08-26T17:23:12.304Z
64552026-08-26T17:23:12.304ZDEBG reset freemapAug 26 17:23:11.289, Aug 26 17:23:11.289unitDEBG: freemap_route_ipv6replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64562026-08-26T17:23:12.304Z
64572026-08-26T17:23:12.304ZAug 26 17:23:11.289DEBG Aug 26 17:23:11.289DEBGAug 26 17:23:11.289 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
64582026-08-26T17:23:12.304Zcreated new freemap
64592026-08-26T17:23:12.304Z , 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 26 17:23:11.289
64602026-08-26T17:23:12.304Z unitDEBG:Aug 26 17:23:11.289 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 26 17:23:11.289
64612026-08-26T17:23:12.304Z INFODEBGfreemap_route_ipv4Aug 26 17:23:11.289 INFOadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
64622026-08-26T17:23:12.304Zadding route 3fff:dead::/64 -> 2001:db8::55:1
64632026-08-26T17:23:12.304Z
64642026-08-26T17:23:12.304Zreplacing 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 26 17:23:11.289
64652026-08-26T17:23:12.304ZDEBG Aug 26 17:23:11.289replacing 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 } }]
64662026-08-26T17:23:12.304ZAug 26 17:23:11.289DEBG DEBG Aug 26 17:23:11.289replacing 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 } }]created new freemapAug 26 17:23:11.289
64672026-08-26T17:23:12.304Z INFO, INFOunit : Aug 26 17:23:11.289 adding route 3fff:beef:7::/64 -> 2001:db8::55:fffreemap_route_ipv6
64682026-08-26T17:23:12.304Z
64692026-08-26T17:23:12.304ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
64702026-08-26T17:23:12.304Z
64712026-08-26T17:23:12.304ZAug 26 17:23:11.289Aug 26 17:23:11.289 Aug 26 17:23:11.289DEBG Aug 26 17:23:11.289DEBG DEBGDEBG initted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, 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: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 } }]
64722026-08-26T17:23:12.304Z
64732026-08-26T17:23:12.304Z , unitreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:Aug 26 17:23:11.289Aug 26 17:23:11.289 freemap_route_ipv4INFO
64742026-08-26T17:23:12.304Z adding route 3fff:dead::/64 -> 2001:db8::55:2
64752026-08-26T17:23:12.304Z
64762026-08-26T17:23:12.304ZAug 26 17:23:11.289INFO DEBGAug 26 17:23:11.289adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
64772026-08-26T17:23:12.304ZDEBGAug 26 17:23:11.289 INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
64782026-08-26T17:23:12.304Zreset freemapadding route 3fff:beef:32::/64 -> 2001:db8::55:ff,
64792026-08-26T17:23:12.304ZunitAug 26 17:23:11.289: INFOfreemap_route_ipv4Aug 26 17:23:11.289
64802026-08-26T17:23:12.304ZAug 26 17:23:11.289adding route 3fff:beef::/64 -> 2001:db8::55:ff
64812026-08-26T17:23:12.304Z DEBGDEBGAug 26 17:23:11.289 replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
64822026-08-26T17:23:12.304ZDEBG
64832026-08-26T17:23:12.304ZAug 26 17:23:11.289 DEBG Aug 26 17:23:11.289replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64 , INFO
64842026-08-26T17:23:12.304Z Aug 26 17:23:11.289Aug 26 17:23:11.289 unitDEBGINFOadding route 3fff:beef:9::/64 -> 2001:db8::55:ff: Aug 26 17:23:11.289created new freemap
64852026-08-26T17:23:12.304Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO ,
64862026-08-26T17:23:12.304Z freemap_route_ipv6adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
64872026-08-26T17:23:12.304Z
64882026-08-26T17:23:12.304ZAug 26 17:23:11.289 DEBG unitAug 26 17:23:11.289: Aug 26 17:23:11.289freemap_route_ipv4replacing 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 26 17:23:11.289
64892026-08-26T17:23:12.304Z
64902026-08-26T17:23:12.309Z DEBGDEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
64912026-08-26T17:23:12.309Z reset freemapreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:23:11.289
64922026-08-26T17:23:12.309Z, unitDEBG: created new freemapfreemap_route_ipv6Aug 26 17:23:11.289Aug 26 17:23:11.289 Aug 26 17:23:11.289INFO
64932026-08-26T17:23:12.309Z INFO, Aug 26 17:23:11.289unit adding route 3fff:beef:2::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFO
64942026-08-26T17:23:12.309Z
64952026-08-26T17:23:12.309Z : adding route 3fff:beef:34::/64 -> 2001:db8::55:ff Aug 26 17:23:11.289freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1
64962026-08-26T17:23:12.309Z
64972026-08-26T17:23:12.309ZDEBG Aug 26 17:23:11.289replacing 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 } }]
64982026-08-26T17:23:12.309Z
64992026-08-26T17:23:12.309ZAug 26 17:23:11.289DEBG Aug 26 17:23:11.289DEBG Aug 26 17:23:11.289 replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
65002026-08-26T17:23:12.309Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] DEBG
65012026-08-26T17:23:12.309Z adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 26 17:23:11.289 initted freemap. size: 64
65022026-08-26T17:23:12.309Z, DEBGAug 26 17:23:11.289Aug 26 17:23:11.289 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 } }] unit
65032026-08-26T17:23:12.309Z:INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
65042026-08-26T17:23:12.309Zfreemap_route_ipv4Aug 26 17:23:11.289
65052026-08-26T17:23:12.309Z
65062026-08-26T17:23:12.309Z DEBGAug 26 17:23:11.289 replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
65072026-08-26T17:23:12.309ZAug 26 17:23:11.289Aug 26 17:23:11.289 Aug 26 17:23:11.289DEBGDEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65082026-08-26T17:23:12.309Z
65092026-08-26T17:23:12.309ZAug 26 17:23:11.289 INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
65102026-08-26T17:23:12.309Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBG
65112026-08-26T17:23:12.309ZAug 26 17:23:11.289reset freemap INFO, Aug 26 17:23:11.289 Aug 26 17:23:11.289Aug 26 17:23:11.289unitadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
65122026-08-26T17:23:12.309Z: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 } }]INFOfreemap_route_ipv4
65132026-08-26T17:23:12.309ZDEBG
65142026-08-26T17:23:12.309ZAug 26 17:23:11.289 adding route 3fff:dead::/64 -> 2001:db8::55:1
65152026-08-26T17:23:12.309Zreplacing 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 } }] DEBGAug 26 17:23:11.289
65162026-08-26T17:23:12.309ZINFOAug 26 17:23:11.289 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 } }]
65172026-08-26T17:23:12.309Z adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBGAug 26 17:23:11.289
65182026-08-26T17:23:12.309Z Aug 26 17:23:11.289 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] DEBG
65192026-08-26T17:23:12.310Z Aug 26 17:23:11.289initted freemap. size: 64INFOAug 26 17:23:11.289, INFOunit : DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
65202026-08-26T17:23:12.310Zreplacing 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 } }]
65212026-08-26T17:23:12.310Zfreemap_route_ipv6
65222026-08-26T17:23:12.310ZAug 26 17:23:11.289
65232026-08-26T17:23:12.310ZAug 26 17:23:11.289 INFO Aug 26 17:23:11.289DEBG Aug 26 17:23:11.289Aug 26 17:23:11.289replacing 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 } }] DEBGINFODEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
65242026-08-26T17:23:12.310Z 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 } }]reset freemap
65252026-08-26T17:23:12.310Z
65262026-08-26T17:23:12.310Z, adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 26 17:23:11.289
65272026-08-26T17:23:12.310Zunit :Aug 26 17:23:11.289INFOAug 26 17:23:11.289 DEBG adding route 3fff:beef:e::/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 } }]freemap_route_ipv6INFO
65282026-08-26T17:23:12.310Z
65292026-08-26T17:23:12.310Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
65302026-08-26T17:23:12.310Z
65312026-08-26T17:23:12.310ZAug 26 17:23:11.289Aug 26 17:23:11.289 Aug 26 17:23:11.289DEBG Aug 26 17:23:11.289 Aug 26 17:23:11.289 DEBG INFOINFOreplacing 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 } }]
65322026-08-26T17:23:12.310Zadding route 3fff:dead::/64 -> 2001:db8::55:1
65332026-08-26T17:23:12.310Zreplacing 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
65342026-08-26T17:23:12.310ZAug 26 17:23:11.289Aug 26 17:23:11.289 INFOINFO adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
65352026-08-26T17:23:12.310Z
65362026-08-26T17:23:12.310ZAug 26 17:23:11.289Aug 26 17:23:11.289Aug 26 17:23:11.289 DEBGDEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
65372026-08-26T17:23:12.310Zreplacing 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
65382026-08-26T17:23:12.310Z
65392026-08-26T17:23:12.310ZAug 26 17:23:11.289 Aug 26 17:23:11.289Aug 26 17:23:11.289 INFODEBG adding route 3fff:beef:1::/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 } }]
65402026-08-26T17:23:12.310Z
65412026-08-26T17:23:12.310ZAug 26 17:23:11.289 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 } }]
65422026-08-26T17:23:12.310ZAug 26 17:23:11.289INFO INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
65432026-08-26T17:23:12.310Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
65442026-08-26T17:23:12.310ZAug 26 17:23:11.289Aug 26 17:23:11.289 DEBGDEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
65452026-08-26T17:23:12.310Z
65462026-08-26T17:23:12.310Z Aug 26 17:23:11.289Aug 26 17:23:11.289 adding route 3fff:beef:7::/64 -> 2001:db8::55:ff INFOINFO
65472026-08-26T17:23:12.310Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
65482026-08-26T17:23:12.310Z
65492026-08-26T17:23:12.310ZAug 26 17:23:11.289 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 } }]
65502026-08-26T17:23:12.310ZAug 26 17:23:11.289 DEBGAug 26 17:23:11.289 replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
65512026-08-26T17:23:12.310Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
65522026-08-26T17:23:12.310ZAug 26 17:23:11.289Aug 26 17:23:11.289 DEBGINFOAug 26 17:23:11.289 adding route 3fff:beef:4::/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 } }]
65532026-08-26T17:23:12.310ZDEBG
65542026-08-26T17:23:12.310Z 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 } }]
65552026-08-26T17:23:12.311ZAug 26 17:23:11.289Aug 26 17:23:11.289 INFOINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 26 17:23:11.289
65562026-08-26T17:23:12.311Z
65572026-08-26T17:23:12.311ZDEBG 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 } }]
65582026-08-26T17:23:12.311ZAug 26 17:23:11.289 Aug 26 17:23:11.289DEBGAug 26 17:23:11.289 replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
65592026-08-26T17:23:12.311ZDEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff 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 } }]
65602026-08-26T17:23:12.311Z
65612026-08-26T17:23:12.311ZAug 26 17:23:11.289Aug 26 17:23:11.289 Aug 26 17:23:11.289INFODEBG INFOreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
65622026-08-26T17:23:12.311Z
65632026-08-26T17:23:12.311Z
65642026-08-26T17:23:12.311ZAug 26 17:23:11.289Aug 26 17:23:11.289 INFODEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65652026-08-26T17:23:12.311Z
65662026-08-26T17:23:12.311ZAug 26 17:23:11.289 Aug 26 17:23:11.289DEBG DEBGAug 26 17:23:11.289 replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
65672026-08-26T17:23:12.311Z
65682026-08-26T17:23:12.311ZINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
65692026-08-26T17:23:12.311ZAug 26 17:23:11.289 Aug 26 17:23:11.289INFO INFOAug 26 17:23:11.289adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
65702026-08-26T17:23:12.311ZDEBG adding route 3fff:beef:a::/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 } }]
65712026-08-26T17:23:12.311Z
65722026-08-26T17:23:12.311ZAug 26 17:23:11.289 Aug 26 17:23:11.289Aug 26 17:23:11.289 DEBG INFOreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65732026-08-26T17:23:12.311ZDEBG adding route 3fff:beef:16::/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 } }]
65742026-08-26T17:23:12.311Z
65752026-08-26T17:23:12.311ZAug 26 17:23:11.289 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
65762026-08-26T17:23:12.311ZAug 26 17:23:11.289Aug 26 17:23:11.289 INFODEBG adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 26 17:23:11.289
65772026-08-26T17:23:12.311Zreplacing 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 } }]
65782026-08-26T17:23:12.311ZDEBG 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 } }]
65792026-08-26T17:23:12.311ZAug 26 17:23:11.289Aug 26 17:23:11.289 DEBG 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 } }] Aug 26 17:23:11.289
65802026-08-26T17:23:12.311Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO
65812026-08-26T17:23:12.311Z adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 26 17:23:11.289
65822026-08-26T17:23:12.311Z Aug 26 17:23:11.289INFO DEBG Aug 26 17:23:11.289adding route 3fff:beef:c::/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 } }]
65832026-08-26T17:23:12.311Z
65842026-08-26T17:23:12.311ZDEBG 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 } }]
65852026-08-26T17:23:12.311ZAug 26 17:23:11.289Aug 26 17:23:11.289 Aug 26 17:23:11.289INFO DEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFOreplacing 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 } }]
65862026-08-26T17:23:12.311Z
65872026-08-26T17:23:12.311Z adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
65882026-08-26T17:23:12.311ZAug 26 17:23:11.289Aug 26 17:23:11.289 Aug 26 17:23:11.289INFO 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 } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
65892026-08-26T17:23:12.311Zreplacing 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 } }]
65902026-08-26T17:23:12.315Z
65912026-08-26T17:23:12.316ZAug 26 17:23:11.289Aug 26 17:23:11.289 INFOINFOAug 26 17:23:11.289 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
65922026-08-26T17:23:12.316Z
65932026-08-26T17:23:12.316ZDEBG 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 } }]
65942026-08-26T17:23:12.316ZAug 26 17:23:11.289Aug 26 17:23:11.289 DEBGDEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
65952026-08-26T17:23:12.316ZAug 26 17:23:11.289
65962026-08-26T17:23:12.316Z INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
65972026-08-26T17:23:12.316ZAug 26 17:23:11.289Aug 26 17:23:11.289 INFOAug 26 17:23:11.289 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG
65982026-08-26T17:23:12.316Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
65992026-08-26T17:23:12.316Zreplacing 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 } }]
66002026-08-26T17:23:12.316ZAug 26 17:23:11.289 Aug 26 17:23:11.289DEBGAug 26 17:23:11.289 replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
66012026-08-26T17:23:12.316Z DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
66022026-08-26T17:23:12.316Zreplacing 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 26 17:23:11.289
66032026-08-26T17:23:12.316Z INFO Aug 26 17:23:11.289adding route 3fff:beef:d::/64 -> 2001:db8::55:ff Aug 26 17:23:11.289DEBG
66042026-08-26T17:23:12.316Z 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 } }]Aug 26 17:23:11.289adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
66052026-08-26T17:23:12.316Z
66062026-08-26T17:23:12.316ZDEBG 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 } }]
66072026-08-26T17:23:12.316ZAug 26 17:23:11.289Aug 26 17:23:11.289 DEBGINFO Aug 26 17:23:11.289adding route 3fff:beef:10::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66082026-08-26T17:23:12.316Z
66092026-08-26T17:23:12.316Z INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
66102026-08-26T17:23:12.316ZAug 26 17:23:11.289Aug 26 17:23:11.289 INFODEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 26 17:23:11.289replacing 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 } }]
66112026-08-26T17:23:12.316Z
66122026-08-26T17:23:12.316ZDEBG 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 } }]
66132026-08-26T17:23:12.316ZAug 26 17:23:11.289Aug 26 17:23:11.289 Aug 26 17:23:11.289 DEBGINFOINFO adding route 3fff:beef:f::/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 } }]
66142026-08-26T17:23:12.316Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
66152026-08-26T17:23:12.316Z
66162026-08-26T17:23:12.316ZAug 26 17:23:11.289 Aug 26 17:23:11.289Aug 26 17:23:11.289DEBG DEBGreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66172026-08-26T17:23:12.316ZINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
66182026-08-26T17:23:12.316ZAug 26 17:23:11.289 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 26 17:23:11.290
66192026-08-26T17:23:12.316Z 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 } }]
66202026-08-26T17:23:12.316ZAug 26 17:23:11.290 DEBGreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 26 17:23:11.290
66212026-08-26T17:23:12.316Zreplacing 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
66222026-08-26T17:23:12.316Z adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 26 17:23:11.290
66232026-08-26T17:23:12.316ZAug 26 17:23:11.290 INFOINFOAug 26 17:23:11.290 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG
66242026-08-26T17:23:12.316Z
66252026-08-26T17:23:12.316Z 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 } }]
66262026-08-26T17:23:12.316ZAug 26 17:23:11.290 DEBGAug 26 17:23:11.290 Aug 26 17:23:11.290replacing 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 } }]
66272026-08-26T17:23:12.316ZDEBG 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 } }]
66282026-08-26T17:23:12.317Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
66292026-08-26T17:23:12.317ZAug 26 17:23:11.290 INFOAug 26 17:23:11.290 Aug 26 17:23:11.290adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
66302026-08-26T17:23:12.317Z 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:13::/64 -> 2001:db8::55:ffAug 26 17:23:11.290
66312026-08-26T17:23:12.317Z
66322026-08-26T17:23:12.317ZDEBG 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 } }]
66332026-08-26T17:23:12.317ZAug 26 17:23:11.290Aug 26 17:23:11.290 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:20::/64 -> 2001:db8::55:ff
66342026-08-26T17:23:12.317Z
66352026-08-26T17:23:12.317ZAug 26 17:23:11.290 INFOAug 26 17:23:11.290Aug 26 17:23:11.290 DEBGINFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
66362026-08-26T17:23:12.317Zreplacing 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 } }]
66372026-08-26T17:23:12.317Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
66382026-08-26T17:23:12.317ZAug 26 17:23:11.290 Aug 26 17:23:11.290DEBGAug 26 17:23:11.290 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 } }]
66392026-08-26T17:23:12.317ZDEBG INFOreplacing 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 } }]
66402026-08-26T17:23:12.317Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 26 17:23:11.290
66412026-08-26T17:23:12.317Z INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 26 17:23:11.290
66422026-08-26T17:23:12.317Z Aug 26 17:23:11.290INFO DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff Aug 26 17:23:11.290
66432026-08-26T17:23:12.317Z 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
66442026-08-26T17:23:12.317Z 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 } }]
66452026-08-26T17:23:12.317ZAug 26 17:23:11.290Aug 26 17:23:11.290 DEBGAug 26 17:23:11.290 INFO 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 } }]
66462026-08-26T17:23:12.317Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
66472026-08-26T17:23:12.317Z
66482026-08-26T17:23:12.317ZAug 26 17:23:11.290 INFOAug 26 17:23:11.290Aug 26 17:23:11.290 DEBGDEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff 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: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 } }]
66492026-08-26T17:23:12.317Z
66502026-08-26T17:23:12.317Z
66512026-08-26T17:23:12.317ZAug 26 17:23:11.290Aug 26 17:23:11.290Aug 26 17:23:11.290 INFODEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
66522026-08-26T17:23:12.317Zreplacing 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
66532026-08-26T17:23:12.317Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 26 17:23:11.290
66542026-08-26T17:23:12.317ZAug 26 17:23:11.290 DEBGINFOAug 26 17:23:11.290 adding route 3fff:beef:17::/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 } }]
66552026-08-26T17:23:12.317ZDEBG
66562026-08-26T17:23:12.317Z 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 26 17:23:11.290Aug 26 17:23:11.290
66572026-08-26T17:23:12.317Z DEBG INFOAug 26 17:23:11.290replacing 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 } }]
66582026-08-26T17:23:12.317Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
66592026-08-26T17:23:12.317ZINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
66602026-08-26T17:23:12.317ZAug 26 17:23:11.290Aug 26 17:23:11.290 Aug 26 17:23:11.290DEBGINFO DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
66612026-08-26T17:23:12.317Zreplacing 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: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 } }]
66622026-08-26T17:23:12.317Z
66632026-08-26T17:23:12.317ZAug 26 17:23:11.290Aug 26 17:23:11.290 Aug 26 17:23:11.290 INFODEBGINFO 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:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
66642026-08-26T17:23:12.317Z
66652026-08-26T17:23:12.317Z
66662026-08-26T17:23:12.317ZAug 26 17:23:11.290Aug 26 17:23:11.290Aug 26 17:23:11.290 DEBGDEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66672026-08-26T17:23:12.317Z
66682026-08-26T17:23:12.318Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 26 17:23:11.290
66692026-08-26T17:23:12.318Z INFOAug 26 17:23:11.290 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 26 17:23:11.290INFO
66702026-08-26T17:23:12.318Z DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff Aug 26 17:23:11.290replacing 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 } }]
66712026-08-26T17:23:12.318Z
66722026-08-26T17:23:12.318Z DEBG Aug 26 17:23:11.290Aug 26 17:23:11.290replacing 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 } }]
66732026-08-26T17:23:12.318ZINFO DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
66742026-08-26T17:23:12.318ZAug 26 17:23:11.290replacing 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 } }]
66752026-08-26T17:23:12.318ZINFO Aug 26 17:23:11.290adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
66762026-08-26T17:23:12.318ZAug 26 17:23:11.290DEBG 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 } }]INFOAug 26 17:23:11.290 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG
66772026-08-26T17:23:12.318Z
66782026-08-26T17:23:12.318Zreplacing 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 } }]
66792026-08-26T17:23:12.318ZAug 26 17:23:11.290Aug 26 17:23:11.290Aug 26 17:23:11.290 INFO DEBGINFO replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
66802026-08-26T17:23:12.318Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
66812026-08-26T17:23:12.318Z
66822026-08-26T17:23:12.318ZAug 26 17:23:11.290Aug 26 17:23:11.290Aug 26 17:23:11.290 INFODEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66832026-08-26T17:23:12.318Z
66842026-08-26T17:23:12.318ZDEBG 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 26 17:23:11.290
66852026-08-26T17:23:12.318Z INFO Aug 26 17:23:11.290adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff Aug 26 17:23:11.290DEBG
66862026-08-26T17:23:12.318Z INFO 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 26 17:23:11.290adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
66872026-08-26T17:23:12.318ZDEBG
66882026-08-26T17:23:12.318Z 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 } }]
66892026-08-26T17:23:12.318ZAug 26 17:23:11.290Aug 26 17:23:11.290Aug 26 17:23:11.290 INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
66902026-08-26T17:23:12.322Z
66912026-08-26T17:23:12.322Zreplacing 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 } }]
66922026-08-26T17:23:12.322ZAug 26 17:23:11.290Aug 26 17:23:11.290Aug 26 17:23:11.290 DEBG INFODEBGreplacing 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 } }]
66932026-08-26T17:23:12.322Zreplacing 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 } }]
66942026-08-26T17:23:12.322Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
66952026-08-26T17:23:12.322ZAug 26 17:23:11.290 INFOAug 26 17:23:11.290 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffINFOAug 26 17:23:11.290
66962026-08-26T17:23:12.322Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG
66972026-08-26T17:23:12.322Z replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:23:11.290
66982026-08-26T17:23:12.323Z Aug 26 17:23:11.290DEBG Aug 26 17:23:11.290replacing 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 } }]
66992026-08-26T17:23:12.323ZDEBGINFO adding route 3fff:beef:1e::/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 } }]Aug 26 17:23:11.290
67002026-08-26T17:23:12.323Z
67012026-08-26T17:23:12.323Z INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
67022026-08-26T17:23:12.323ZAug 26 17:23:11.290Aug 26 17:23:11.290 INFO DEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:23:11.290
67032026-08-26T17:23:12.323Z
67042026-08-26T17:23:12.323ZDEBG 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 } }]
67052026-08-26T17:23:12.323ZAug 26 17:23:11.290Aug 26 17:23:11.290 DEBGAug 26 17:23:11.290 INFO replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
67062026-08-26T17:23:12.323Z
67072026-08-26T17:23:12.323Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
67082026-08-26T17:23:12.323ZAug 26 17:23:11.290Aug 26 17:23:11.290 DEBGINFO Aug 26 17:23:11.290replacing 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:2c::/64 -> 2001:db8::55:ff
67092026-08-26T17:23:12.323Z
67102026-08-26T17:23:12.323ZDEBG 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 } }]
67112026-08-26T17:23:12.323ZAug 26 17:23:11.290Aug 26 17:23:11.290 INFODEBG Aug 26 17:23:11.290 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
67122026-08-26T17:23:12.323Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ff adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
67132026-08-26T17:23:12.323Z
67142026-08-26T17:23:12.323ZAug 26 17:23:11.290Aug 26 17:23:11.290Aug 26 17:23:11.290 DEBG DEBG INFO replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67152026-08-26T17:23:12.323Z
67162026-08-26T17:23:12.323Z
67172026-08-26T17:23:12.323ZAug 26 17:23:11.290Aug 26 17:23:11.290Aug 26 17:23:11.290 INFOINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBG
67182026-08-26T17:23:12.323Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67192026-08-26T17:23:12.323Z
67202026-08-26T17:23:12.323ZAug 26 17:23:11.290 Aug 26 17:23:11.290DEBG 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 } }]
67212026-08-26T17:23:12.323Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
67222026-08-26T17:23:12.323ZAug 26 17:23:11.290 Aug 26 17:23:11.290DEBG INFOAug 26 17:23:11.290replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
67232026-08-26T17:23:12.323ZDEBG
67242026-08-26T17:23:12.323Z 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 } }]
67252026-08-26T17:23:12.323ZAug 26 17:23:11.290 INFOAug 26 17:23:11.290 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 26 17:23:11.290
67262026-08-26T17:23:12.323ZDEBG 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
67272026-08-26T17:23:12.323Z Aug 26 17:23:11.290adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
67282026-08-26T17:23:12.323ZAug 26 17:23:11.290DEBG 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 26 17:23:11.290
67292026-08-26T17:23:12.323Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG
67302026-08-26T17:23:12.323Z 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 } }]
67312026-08-26T17:23:12.323ZAug 26 17:23:11.290 Aug 26 17:23:11.290INFO Aug 26 17:23:11.290adding route 3fff:beef:23::/64 -> 2001:db8::55:ff DEBGINFO
67322026-08-26T17:23:12.323Z 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 } }]
67332026-08-26T17:23:12.323Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 26 17:23:11.290
67342026-08-26T17:23:12.323Z DEBG Aug 26 17:23:11.290replacing 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 26 17:23:11.290Aug 26 17:23:11.290
67352026-08-26T17:23:12.323Z INFO DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG
67362026-08-26T17:23:12.324Z Aug 26 17:23:11.290 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 } }]created new freemap
67372026-08-26T17:23:12.324ZINFO, unitadding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 26 17:23:11.290
67382026-08-26T17:23:12.324Z Aug 26 17:23:11.290DEBG INFOreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67392026-08-26T17:23:12.324Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
67402026-08-26T17:23:12.324Z: Aug 26 17:23:11.290Aug 26 17:23:11.290freemap_route_ipv4 INFODEBG adding route 3fff:beef:26::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67412026-08-26T17:23:12.324Z
67422026-08-26T17:23:12.324Z
67432026-08-26T17:23:12.324ZAug 26 17:23:11.290Aug 26 17:23:11.290 DEBGINFOAug 26 17:23:11.290Aug 26 17:23:11.290 DEBGreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG
67442026-08-26T17:23:12.324Z
67452026-08-26T17:23:12.324Z Aug 26 17:23:11.290created new freemapreplacing 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 } }]
67462026-08-26T17:23:12.324ZAug 26 17:23:11.290DEBG 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 } }] Aug 26 17:23:11.290
67472026-08-26T17:23:12.324Z adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFO
67482026-08-26T17:23:12.324Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 26 17:23:11.290
67492026-08-26T17:23:12.324Ztest route::tests::grow_succeeds ... ok
67502026-08-26T17:23:12.324Z INFO Aug 26 17:23:11.290adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
67512026-08-26T17:23:12.324ZAug 26 17:23:11.290DEBG 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 } }]
67522026-08-26T17:23:12.324Zreplacing 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 26 17:23:11.290
67532026-08-26T17:23:12.324Z 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 26 17:23:11.290
67542026-08-26T17:23:12.324Z 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 Aug 26 17:23:11.290
67552026-08-26T17:23:12.324Z Aug 26 17:23:11.290INFOadding route 3fff:beef:26::/64 -> 2001:db8::55:ff adding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFO
67562026-08-26T17:23:12.324Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
67572026-08-26T17:23:12.324Z
67582026-08-26T17:23:12.324ZAug 26 17:23:11.290 Aug 26 17:23:11.290DEBG 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 } }]
67592026-08-26T17:23:12.324Zreplacing 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 } }]
67602026-08-26T17:23:12.324ZAug 26 17:23:11.290 Aug 26 17:23:11.290Aug 26 17:23:11.290Aug 26 17:23:11.290 DEBGINFO replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
67612026-08-26T17:23:12.324Z adding route 3fff:beef:35::/64 -> 2001:db8::55:ffINFO
67622026-08-26T17:23:12.324Z adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 26 17:23:11.290
67632026-08-26T17:23:12.324Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 26 17:23:11.290
67642026-08-26T17:23:12.324ZINFO Aug 26 17:23:11.290DEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBG
67652026-08-26T17:23:12.324Z 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 } }]
67662026-08-26T17:23:12.324Zreplacing 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 } }]
67672026-08-26T17:23:12.324ZAug 26 17:23:11.290Aug 26 17:23:11.290 Aug 26 17:23:11.290DEBGINFO 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:36::/64 -> 2001:db8::55:ffAug 26 17:23:11.290
67682026-08-26T17:23:12.324Z
67692026-08-26T17:23:12.324Z INFO DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 26 17:23:11.290Aug 26 17:23:11.290 INFODEBGreplacing 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: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 } }]
67702026-08-26T17:23:12.324Z
67712026-08-26T17:23:12.324Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
67722026-08-26T17:23:12.324Z
67732026-08-26T17:23:12.324ZAug 26 17:23:11.290Aug 26 17:23:11.290 Aug 26 17:23:11.290 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 } }]DEBGINFO
67742026-08-26T17:23:12.325Z adding route 3fff:beef:37::/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 } }]
67752026-08-26T17:23:12.325Z
67762026-08-26T17:23:12.325ZAug 26 17:23:11.290 Aug 26 17:23:11.290INFO DEBGAug 26 17:23:11.290adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
67772026-08-26T17:23:12.325ZAug 26 17:23:11.290replacing 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 } }],
67782026-08-26T17:23:12.325Zunit:INFO freemap_route_ipv6
67792026-08-26T17:23:12.325ZINFOAug 26 17:23:11.290 adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
67802026-08-26T17:23:12.325ZINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 26 17:23:11.290adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
67812026-08-26T17:23:12.325ZAug 26 17:23:11.290
67822026-08-26T17:23:12.325Z Aug 26 17:23:11.290DEBG initted freemap. size: 64 , Aug 26 17:23:11.290unitDEBG: Aug 26 17:23:11.290 replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
67832026-08-26T17:23:12.325ZDEBG
67842026-08-26T17:23:12.325Z replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
67852026-08-26T17:23:12.325ZDEBGAug 26 17:23:11.290 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: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 26 17:23:11.290DEBG
67862026-08-26T17:23:12.325Z
67872026-08-26T17:23:12.325Z Aug 26 17:23:11.290INFO reset freemapadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff,
67882026-08-26T17:23:12.325Zunit INFO: Aug 26 17:23:11.290 Aug 26 17:23:11.290adding route 3fff:beef:39::/64 -> 2001:db8::55:fffreemap_route_ipv4
67892026-08-26T17:23:12.325ZDEBG
67902026-08-26T17:23:12.329Z INFOAug 26 17:23:11.290 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 } }]
67912026-08-26T17:23:12.329Z INFOAug 26 17:23:11.290 Aug 26 17:23:11.290adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 26 17:23:11.290
67922026-08-26T17:23:12.329Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG
67932026-08-26T17:23:12.329ZINFO DEBG initted freemap. size: 64 , adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 26 17:23:11.290unit
67942026-08-26T17:23:12.329Z replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:DEBG
67952026-08-26T17:23:12.329Zreplacing 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 26 17:23:11.290Aug 26 17:23:11.290
67962026-08-26T17:23:12.329ZAug 26 17:23:11.290 INFOfreemap_route_ipv6 DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
67972026-08-26T17:23:12.329Zreplacing 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
67982026-08-26T17:23:12.329Z
67992026-08-26T17:23:12.329ZAug 26 17:23:11.290 INFOAug 26 17:23:11.290 Aug 26 17:23:11.290adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
68002026-08-26T17:23:12.329Z Aug 26 17:23:11.290replacing 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 } }] DEBGDEBG
68012026-08-26T17:23:12.329Z INFOreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 26 17:23:11.290
68022026-08-26T17:23:12.329Z DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff Aug 26 17:23:11.290replacing 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 } }]
68032026-08-26T17:23:12.329ZINFOreset freemap
68042026-08-26T17:23:12.329Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff, unitAug 26 17:23:11.290:Aug 26 17:23:11.290 INFO
68052026-08-26T17:23:12.329ZAug 26 17:23:11.290DEBG INFOadding route 3fff:beef:3b::/64 -> 2001:db8::55:fffreemap_route_ipv6
68062026-08-26T17:23:12.329ZAug 26 17:23:11.290
68072026-08-26T17:23:12.329Z DEBG adding route 3fff:beef:2e::/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 26 17:23:11.291replacing 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 26 17:23:11.291
68082026-08-26T17:23:12.329Z
68092026-08-26T17:23:12.329Z DEBGINFO replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68102026-08-26T17:23:12.329Z
68112026-08-26T17:23:12.329Zadding route 172.16.0.0/32 -> 10.0.0.1Aug 26 17:23:11.291
68122026-08-26T17:23:12.329ZAug 26 17:23:11.291Aug 26 17:23:11.291 DEBGINFOAug 26 17:23:11.291 Aug 26 17:23:11.291INFOreplacing 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 } }]
68132026-08-26T17:23:12.329Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff DEBG Aug 26 17:23:11.291
68142026-08-26T17:23:12.330ZINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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:ff adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
68152026-08-26T17:23:12.330ZINFOAug 26 17:23:11.291
68162026-08-26T17:23:12.330Z
68172026-08-26T17:23:12.330Z adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG
68182026-08-26T17:23:12.330Zreplacing 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 } }]
68192026-08-26T17:23:12.330ZAug 26 17:23:11.291Aug 26 17:23:11.291Aug 26 17:23:11.291 Aug 26 17:23:11.291 DEBGDEBG 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: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
68202026-08-26T17:23:12.330Z
68212026-08-26T17:23:12.330Z Aug 26 17:23:11.291replacing 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 26 17:23:11.291replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
68222026-08-26T17:23:12.330ZAug 26 17:23:11.291 INFOINFO
68232026-08-26T17:23:12.330Z Aug 26 17:23:11.291adding route 3fff:beef:30::/64 -> 2001:db8::55:ff adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG
68242026-08-26T17:23:12.330Z
68252026-08-26T17:23:12.330Z failed to allocate space for the new target list
68262026-08-26T17:23:12.330ZAug 26 17:23:11.291Aug 26 17:23:11.291INFO DEBGAug 26 17:23:11.291 DEBGDEBG adding route 3fff:beef:3d::/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 } }]
68272026-08-26T17:23:12.330Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
68282026-08-26T17:23:12.330Z
68292026-08-26T17:23:12.330Zreplacing 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 } }]
68302026-08-26T17:23:12.330ZAug 26 17:23:11.291 Aug 26 17:23:11.291DEBG Aug 26 17:23:11.291INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFO
68312026-08-26T17:23:12.330Z adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68322026-08-26T17:23:12.330Z
68332026-08-26T17:23:12.330ZAug 26 17:23:11.291 Aug 26 17:23:11.291DEBGAug 26 17:23:11.291 DEBGINFOreplacing 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 } }]
68342026-08-26T17:23:12.330Zreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
68352026-08-26T17:23:12.330Z
68362026-08-26T17:23:12.330ZAug 26 17:23:11.291 Aug 26 17:23:11.291Aug 26 17:23:11.291INFO DEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFO
68372026-08-26T17:23:12.330Zreplacing 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 } }]
68382026-08-26T17:23:12.330Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
68392026-08-26T17:23:12.330ZAug 26 17:23:11.291 Aug 26 17:23:11.291DEBGAug 26 17:23:11.291 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 } }]
68402026-08-26T17:23:12.330ZDEBG INFOreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:23:11.291
68412026-08-26T17:23:12.330Z INFO adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
68422026-08-26T17:23:12.330Z
68432026-08-26T17:23:12.330ZAug 26 17:23:11.291 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 26 17:23:11.291Aug 26 17:23:11.291
68442026-08-26T17:23:12.330Z DEBGDEBG replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 26 17:23:11.291
68452026-08-26T17:23:12.330Z
68462026-08-26T17:23:12.330Z 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 } }]
68472026-08-26T17:23:12.330ZAug 26 17:23:11.291 Aug 26 17:23:11.291INFOAug 26 17:23:11.291 DEBGINFO failed to allocate space for the new target listadding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
68482026-08-26T17:23:12.330Z
68492026-08-26T17:23:12.330Z
68502026-08-26T17:23:12.330ZAug 26 17:23:11.291Aug 26 17:23:11.291 Aug 26 17:23:11.291DEBG 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
68512026-08-26T17:23:12.331Z DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
68522026-08-26T17:23:12.331Z
68532026-08-26T17:23:12.331ZAug 26 17:23:11.291 INFOAug 26 17:23:11.291Aug 26 17:23:11.291 DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
68542026-08-26T17:23:12.331ZINFOfailed to allocate space for the new target list
68552026-08-26T17:23:12.331Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
68562026-08-26T17:23:12.331ZAug 26 17:23:11.291 DEBGAug 26 17:23:11.291 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
68572026-08-26T17:23:12.331Z 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 } }]
68582026-08-26T17:23:12.331ZAug 26 17:23:11.291 INFO Aug 26 17:23:11.291 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
68592026-08-26T17:23:12.331Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
68602026-08-26T17:23:12.331ZAug 26 17:23:11.291 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 } }]
68612026-08-26T17:23:12.331ZAug 26 17:23:11.292Aug 26 17:23:11.297 Aug 26 17:23:11.292DEBG INFO created new freemapadding route 3fff:beef:35::/64 -> 2001:db8::55:ff,
68622026-08-26T17:23:12.331ZDEBG unit: freemap_route_ipv4created new freemap
68632026-08-26T17:23:12.331Z, unit:Aug 26 17:23:11.297 freemap_route_ipv4DEBG
68642026-08-26T17:23:12.331Z replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:23:11.297
68652026-08-26T17:23:12.331Z DEBGAug 26 17:23:11.291 Aug 26 17:23:11.297created new freemap , DEBGunit :DEBGcreated new freemapAug 26 17:23:11.297, unit created new freemapfreemap_route_ipv6:, INFO Aug 26 17:23:11.291freemap_route_ipv6
68662026-08-26T17:23:12.331Zunit
68672026-08-26T17:23:12.331ZDEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ff created new freemap:
68682026-08-26T17:23:12.331Z, unitAug 26 17:23:11.297:freemap_route_ipv4 DEBGfreemap_route_ipv4
68692026-08-26T17:23:12.331Z
68702026-08-26T17:23:12.331ZAug 26 17:23:11.297 DEBGinitted freemap. size: 64 , unit:initted freemap. size: 64 , freemap_route_ipv4unit
68712026-08-26T17:23:12.331Z:Aug 26 17:23:11.297Aug 26 17:23:11.297 freemap_route_ipv4
68722026-08-26T17:23:12.331ZDEBGAug 26 17:23:11.297 Aug 26 17:23:11.297DEBG created new freemap DEBGcreated new freemap, unitDEBG, unitreset freemap:: , freemap_route_ipv6 unit
68732026-08-26T17:23:12.331Zreplacing 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 } }]:
68742026-08-26T17:23:12.331ZAug 26 17:23:11.297 DEBG freemap_route_ipv6freemap_route_ipv4reset freemapAug 26 17:23:11.297
68752026-08-26T17:23:12.331Z
68762026-08-26T17:23:12.331Z, unit Aug 26 17:23:11.297INFOAug 26 17:23:11.297 :Aug 26 17:23:11.297 DEBGDEBG initted freemap. size: 64adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG, initted freemap. size: 64freemap_route_ipv4initted freemap. size: 64
68772026-08-26T17:23:12.331Z
68782026-08-26T17:23:12.331Zunit, , unitunitAug 26 17:23:11.297: Aug 26 17:23:11.297 : freemap_route_ipv6:
68792026-08-26T17:23:12.331Z freemap_route_ipv4 DEBGfreemap_route_ipv4
68802026-08-26T17:23:12.331Z DEBG
68812026-08-26T17:23:12.331ZAug 26 17:23:11.297 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 } }]initted freemap. size: 64
68822026-08-26T17:23:12.331Z, DEBGAug 26 17:23:11.297 unitreset freemapAug 26 17:23:11.297 :Aug 26 17:23:11.297 DEBG , INFODEBG freemap_route_ipv6adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
68832026-08-26T17:23:12.331Zunit: reset freemap
68842026-08-26T17:23:12.331Zfreemap_route_ipv6reset freemapAug 26 17:23:11.297
68852026-08-26T17:23:12.331Z, unit, unit:: Aug 26 17:23:11.297Aug 26 17:23:11.297DEBG INFO reset freemap adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv4,
68862026-08-26T17:23:12.331ZunitDEBG
68872026-08-26T17:23:12.331Z :replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4
68882026-08-26T17:23:12.331Zfreemap_route_ipv6
68892026-08-26T17:23:12.332ZAug 26 17:23:11.297 DEBG
68902026-08-26T17:23:12.336ZAug 26 17:23:11.297 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
68912026-08-26T17:23:12.336Z Aug 26 17:23:11.297initted freemap. size: 64 , DEBGAug 26 17:23:11.297unit :initted freemap. size: 64 , freemap_route_ipv6Aug 26 17:23:11.297INFO
68922026-08-26T17:23:12.336Zunit Aug 26 17:23:11.297:adding route 3fff:beef:39::/64 -> 2001:db8::55:ff INFOfreemap_route_ipv6
68932026-08-26T17:23:12.336Z
68942026-08-26T17:23:12.336ZAug 26 17:23:11.297 INFOadding route 172.16.0.0/32 -> 10.0.0.1DEBGAug 26 17:23:11.297
68952026-08-26T17:23:12.336ZAug 26 17:23:11.297 DEBGreset freemap, unit Aug 26 17:23:11.297: DEBGDEBGfreemap_route_ipv6 adding route 3fff:dead::/64 -> 2001:db8::55:2
68962026-08-26T17:23:12.336Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
68972026-08-26T17:23:12.336Zreplacing 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 } }]
68982026-08-26T17:23:12.336Z
68992026-08-26T17:23:12.336ZAug 26 17:23:11.297 reset freemapINFO, unitadding route 3fff:dead::/64 -> 2001:db8::55:1:Aug 26 17:23:11.297Aug 26 17:23:11.297
69002026-08-26T17:23:12.336Zfreemap_route_ipv6DEBG
69012026-08-26T17:23:12.336ZINFO Aug 26 17:23:11.297 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] INFOadding route 172.17.0.0/32 -> 10.0.0.255
69022026-08-26T17:23:12.336ZAug 26 17:23:11.297 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
69032026-08-26T17:23:12.336Z
69042026-08-26T17:23:12.336Z Aug 26 17:23:11.297Aug 26 17:23:11.297 DEBGINFO INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1
69052026-08-26T17:23:12.336Z
69062026-08-26T17:23:12.336Z adding route 3fff:dead::/64 -> 2001:db8::55:3
69072026-08-26T17:23:12.336ZAug 26 17:23:11.298Aug 26 17:23:11.298 DEBGINFOAug 26 17:23:11.298 Aug 26 17:23:11.298 adding 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 } }]
69082026-08-26T17:23:12.336ZAug 26 17:23:11.298DEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] Aug 26 17:23:11.298DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
69092026-08-26T17:23:12.336Z 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 } }]
69102026-08-26T17:23:12.336Z
69112026-08-26T17:23:12.336Zreplacing 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 26 17:23:11.298
69122026-08-26T17:23:12.336ZAug 26 17:23:11.298
69132026-08-26T17:23:12.336Z INFO INFO Aug 26 17:23:11.298adding route 3fff:dead::/64 -> 2001:db8::55:4 INFOAug 26 17:23:11.298
69142026-08-26T17:23:12.336Zadding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.16.0.0/32 -> 10.0.0.2Aug 26 17:23:11.298 INFO
69152026-08-26T17:23:12.336Z
69162026-08-26T17:23:12.336ZINFOAug 26 17:23:11.298 DEBGadding route 172.17.0.1/32 -> 10.0.0.255 Aug 26 17:23:11.298replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
69172026-08-26T17:23:12.336ZDEBG
69182026-08-26T17:23:12.336Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
69192026-08-26T17:23:12.336Z
69202026-08-26T17:23:12.337ZAug 26 17:23:11.298Aug 26 17:23:11.298 Aug 26 17:23:11.298DEBGAug 26 17:23:11.298 DEBGDEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 26 17:23:11.298
69212026-08-26T17:23:12.337Z 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 } }]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:dead::/64 -> 2001:db8::55:4
69222026-08-26T17:23:12.337Zreplacing 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 } }]
69232026-08-26T17:23:12.337Z
69242026-08-26T17:23:12.337Z
69252026-08-26T17:23:12.337ZAug 26 17:23:11.298Aug 26 17:23:11.298Aug 26 17:23:11.298 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255
69262026-08-26T17:23:12.337Z
69272026-08-26T17:23:12.337Z Aug 26 17:23:11.298INFO Aug 26 17:23:11.298INFOAug 26 17:23:11.298 adding route 172.16.0.0/32 -> 10.0.0.3DEBGDEBG
69282026-08-26T17:23:12.337Z replacing targets for 3fff:dead::/64 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 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 } }]
69292026-08-26T17:23:12.337Z
69302026-08-26T17:23:12.337Z Aug 26 17:23:11.298adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
69312026-08-26T17:23:12.337ZDEBG Aug 26 17:23:11.298replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
69322026-08-26T17:23:12.337ZINFOAug 26 17:23:11.298 adding route 172.17.0.3/32 -> 10.0.0.255DEBG
69332026-08-26T17:23:12.337Zreplacing 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 } }]
69342026-08-26T17:23:12.337ZAug 26 17:23:11.298Aug 26 17:23:11.298 WARNINFOAug 26 17:23:11.291 Aug 26 17:23:11.298adding route 172.16.0.0/32 -> 10.0.0.4Aug 26 17:23:11.298 DEBG
69352026-08-26T17:23:12.337Z DEBG DEBGfailed to allocate space for the new target listshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
69362026-08-26T17:23:12.337Z
69372026-08-26T17:23:12.337Zcreated 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 } }]Aug 26 17:23:11.298,
69382026-08-26T17:23:12.337Z Aug 26 17:23:11.298Aug 26 17:23:11.298 ERRODEBGunitDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
69392026-08-26T17:23:12.337Z:rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
69402026-08-26T17:23:12.337ZAug 26 17:23:11.298 freemap_route_ipv4
69412026-08-26T17:23:12.337ZINFO
69422026-08-26T17:23:12.337ZAug 26 17:23:11.298 adding route 172.17.0.4/32 -> 10.0.0.255INFO
69432026-08-26T17:23:12.337Z adding route 172.17.0.0/32 -> 10.0.0.255Aug 26 17:23:11.298 ERRO shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds it
69442026-08-26T17:23:12.337Z
69452026-08-26T17:23:12.337ZAug 26 17:23:11.298 DEBG Aug 26 17:23:11.298replacing 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 } }]
69462026-08-26T17:23:12.337ZAug 26 17:23:11.298DEBG 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 } }]
69472026-08-26T17:23:12.337ZAug 26 17:23:11.298created new freemap , INFOunit :adding route 172.17.0.5/32 -> 10.0.0.255Aug 26 17:23:11.298
69482026-08-26T17:23:12.337Z freemap_route_ipv6INFO
69492026-08-26T17:23:12.337Z adding route 172.17.0.1/32 -> 10.0.0.255Aug 26 17:23:11.298
69502026-08-26T17:23:12.337Z DEBG Aug 26 17:23:11.298Aug 26 17:23:11.298 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 } }]DEBGDEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
69512026-08-26T17:23:12.337Zinitted freemap. size: 64
69522026-08-26T17:23:12.337Z, unit: freemap_route_ipv4Aug 26 17:23:11.298
69532026-08-26T17:23:12.337Z INFO adding route 172.17.0.6/32 -> 10.0.0.255Aug 26 17:23:11.298
69542026-08-26T17:23:12.337Ztest route::tests::rollback_on_compact_write_failure ... ok
69552026-08-26T17:23:12.337ZAug 26 17:23:11.298 DEBGINFO reset freemapadding route 172.17.0.2/32 -> 10.0.0.255,
69562026-08-26T17:23:12.337Zunit:Aug 26 17:23:11.298 freemap_route_ipv4DEBG
69572026-08-26T17:23:12.337Z Aug 26 17:23:11.298replacing 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 } }]
69582026-08-26T17:23:12.337ZDEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 17:23:11.298
69592026-08-26T17:23:12.338Z Aug 26 17:23:11.298INFO DEBGadding route 172.17.0.7/32 -> 10.0.0.255
69602026-08-26T17:23:12.338ZAug 26 17:23:11.298initted freemap. size: 64 , INFOunitAug 26 17:23:11.298 : adding route 172.17.0.3/32 -> 10.0.0.255freemap_route_ipv6DEBG
69612026-08-26T17:23:12.338Z
69622026-08-26T17:23:12.338Zreplacing 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 26 17:23:11.298Aug 26 17:23:11.298 DEBGDEBG
69632026-08-26T17:23:12.338Z reset 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 } }],
69642026-08-26T17:23:12.338Zunit: Aug 26 17:23:11.298freemap_route_ipv6 Aug 26 17:23:11.298INFO
69652026-08-26T17:23:12.338ZINFO adding route 172.17.0.8/32 -> 10.0.0.255adding route 172.17.0.4/32 -> 10.0.0.255
69662026-08-26T17:23:12.338Z
69672026-08-26T17:23:12.338ZAug 26 17:23:11.298 Aug 26 17:23:11.298 DEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
69682026-08-26T17:23:12.338ZAug 26 17:23:11.298 DEBG Aug 26 17:23:11.298 DEBGAug 26 17:23:11.304 created new freemapDEBG, unitcreated 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 } }] , freemap_route_ipv4unit
69692026-08-26T17:23:12.338Z:
69702026-08-26T17:23:12.338Z freemap_route_ipv4Aug 26 17:23:11.304adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 26 17:23:11.304
69712026-08-26T17:23:12.338Z
69722026-08-26T17:23:12.338Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
69732026-08-26T17:23:12.338ZAug 26 17:23:11.304Aug 26 17:23:11.298Aug 26 17:23:11.304 Aug 26 17:23:11.304 DEBGDEBGDEBG DEBGcreated new freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] , created new freemapcreated new freemap
69742026-08-26T17:23:12.338ZDEBG, , 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 } }]:unitunit:Aug 26 17:23:11.304 :freemap_route_ipv6
69752026-08-26T17:23:12.338Z INFO
69762026-08-26T17:23:12.338Zfreemap_route_ipv6 freemap_route_ipv4
69772026-08-26T17:23:12.338Zadding route 3fff:dead::/64 -> 2001:db8::55:3
69782026-08-26T17:23:12.338Z
69792026-08-26T17:23:12.338ZAug 26 17:23:11.304 DEBG initted freemap. size: 64, unit:Aug 26 17:23:11.304 freemap_route_ipv4DEBG
69802026-08-26T17:23:12.338Z initted freemap. size: 64, unit: Aug 26 17:23:11.304freemap_route_ipv4
69812026-08-26T17:23:12.338ZDEBG reset freemap, Aug 26 17:23:11.304unit :DEBG freemap_route_ipv4reset freemap
69822026-08-26T17:23:12.338Z, unit:Aug 26 17:23:11.298 DEBGfreemap_route_ipv4 Aug 26 17:23:11.304replacing 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 } }]
69832026-08-26T17:23:12.338Z
69842026-08-26T17:23:12.338ZDEBG initted freemap. size: 64, Aug 26 17:23:11.304Aug 26 17:23:11.304Aug 26 17:23:11.304 INFODEBG INFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
69852026-08-26T17:23:12.338Zinitted freemap. size: 64unitadding route 172.17.0.5/32 -> 10.0.0.255:
69862026-08-26T17:23:12.338Z, Aug 26 17:23:11.304freemap_route_ipv6unit
69872026-08-26T17:23:12.338Z :Aug 26 17:23:11.304 freemap_route_ipv6Aug 26 17:23:11.304DEBG
69882026-08-26T17:23:12.338Z DEBG DEBGreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 26 17:23:11.304replacing 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 } }]
69892026-08-26T17:23:12.338ZDEBG
69902026-08-26T17:23:12.342Z reset freemapreset freemap, , unitunit::Aug 26 17:23:11.304 freemap_route_ipv6Aug 26 17:23:11.304
69912026-08-26T17:23:12.342Z freemap_route_ipv6INFO INFOadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
69922026-08-26T17:23:12.342ZAug 26 17:23:11.304
69932026-08-26T17:23:12.342Z adding route 172.17.0.6/32 -> 10.0.0.255INFO
69942026-08-26T17:23:12.343Z adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 26 17:23:11.304Aug 26 17:23:11.304
69952026-08-26T17:23:12.343Z DEBG
69962026-08-26T17:23:12.343Zreplacing 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 } }]
69972026-08-26T17:23:12.343ZAug 26 17:23:11.304 INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1
69982026-08-26T17:23:12.343ZAug 26 17:23:11.304replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 26 17:23:11.304DEBG Aug 26 17:23:11.304 Aug 26 17:23:11.304INFO
69992026-08-26T17:23:12.343Z 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 } }] INFODEBG
70002026-08-26T17:23:12.343Zadding route 172.17.0.9/32 -> 10.0.0.255
70012026-08-26T17:23:12.343Zreplacing 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 } }]
70022026-08-26T17:23:12.343Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 26 17:23:11.304Aug 26 17:23:11.304
70032026-08-26T17:23:12.343Z Aug 26 17:23:11.304INFO INFO DEBG adding route 172.17.0.7/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 26 17:23:11.304
70042026-08-26T17:23:12.343Z 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 } }]
70052026-08-26T17:23:12.343ZAug 26 17:23:11.304Aug 26 17:23:11.304
70062026-08-26T17:23:12.343ZDEBG INFO replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
70072026-08-26T17:23:12.343Z adding route 172.16.0.0/32 -> 10.0.0.1Aug 26 17:23:11.304
70082026-08-26T17:23:12.343Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 26 17:23:11.304 Aug 26 17:23:11.304
70092026-08-26T17:23:12.343ZDEBGINFO 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 } }]INFOadding route 172.17.0.10/32 -> 10.0.0.255
70102026-08-26T17:23:12.343Z
70112026-08-26T17:23:12.343ZAug 26 17:23:11.304Aug 26 17:23:11.304 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:3
70122026-08-26T17:23:12.343ZDEBG
70132026-08-26T17:23:12.343ZAug 26 17:23:11.304 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] DEBG
70142026-08-26T17:23:12.343Z Aug 26 17:23:11.304Aug 26 17:23:11.304replacing 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 } }]
70152026-08-26T17:23:12.343ZAug 26 17:23:11.304 DEBGDEBGINFO Aug 26 17:23:11.304replacing 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 } }]
70162026-08-26T17:23:12.343Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
70172026-08-26T17:23:12.343Z INFOadding route 172.17.0.8/32 -> 10.0.0.255Aug 26 17:23:11.304 adding route 172.16.0.0/32 -> 10.0.0.1Aug 26 17:23:11.304INFO
70182026-08-26T17:23:12.343Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
70192026-08-26T17:23:12.343Z
70202026-08-26T17:23:12.343Z INFOAug 26 17:23:11.304Aug 26 17:23:11.304 Aug 26 17:23:11.304 DEBG DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }]
70212026-08-26T17:23:12.343Z Aug 26 17:23:11.304
70222026-08-26T17:23:12.343Zreplacing 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 } }]
70232026-08-26T17:23:12.343Z DEBGadding route 172.17.0.11/32 -> 10.0.0.255 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 } }]
70242026-08-26T17:23:12.343ZAug 26 17:23:11.304
70252026-08-26T17:23:12.343ZAug 26 17:23:11.304 INFO Aug 26 17:23:11.304adding route 172.17.0.9/32 -> 10.0.0.255 DEBGINFO
70262026-08-26T17:23:12.343Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
70272026-08-26T17:23:12.343ZAug 26 17:23:11.304Aug 26 17:23:11.304adding route 172.16.0.0/32 -> 10.0.0.2
70282026-08-26T17:23:12.343ZINFODEBG Aug 26 17:23:11.304 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
70292026-08-26T17:23:12.343ZDEBG 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.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 } }]
70302026-08-26T17:23:12.344ZAug 26 17:23:11.304
70312026-08-26T17:23:12.344ZAug 26 17:23:11.304Aug 26 17:23:11.304 DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Aug 26 17:23:11.304
70322026-08-26T17:23:12.344Z replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
70332026-08-26T17:23:12.344ZDEBG replacing targets for 3fff:dead::/64 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.12/32 -> 10.0.0.255
70342026-08-26T17:23:12.344ZAug 26 17:23:11.304Aug 26 17:23:11.304
70352026-08-26T17:23:12.344ZAug 26 17:23:11.304 INFODEBG INFOAug 26 17:23:11.304adding route 172.17.0.0/32 -> 10.0.0.255 adding route 172.17.0.10/32 -> 10.0.0.255Aug 26 17:23:11.304
70362026-08-26T17:23:12.344ZDEBG
70372026-08-26T17:23:12.344ZWARN 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 } }]shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
70382026-08-26T17:23:12.344Z
70392026-08-26T17:23:12.344ZAug 26 17:23:11.304Aug 26 17:23:11.304 DEBG DEBGfailed to allocate space for the new target listAug 26 17:23:11.305replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
70402026-08-26T17:23:12.344Z
70412026-08-26T17:23:12.344ZINFO
70422026-08-26T17:23:12.344Z adding route 172.17.0.13/32 -> 10.0.0.255Aug 26 17:23:11.305Aug 26 17:23:11.305 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 } }]
70432026-08-26T17:23:12.344ZAug 26 17:23:11.305
70442026-08-26T17:23:12.344Z INFO adding route 172.17.0.1/32 -> 10.0.0.255
70452026-08-26T17:23:12.344ZAug 26 17:23:11.305 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 } }]
70462026-08-26T17:23:12.344ZINFO Aug 26 17:23:11.305adding route 172.17.0.11/32 -> 10.0.0.255
70472026-08-26T17:23:12.344ZAug 26 17:23:11.305DEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
70482026-08-26T17:23:12.344ZAug 26 17:23:11.305 DEBGadding route 172.17.0.14/32 -> 10.0.0.255
70492026-08-26T17:23:12.344Zreplacing 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 26 17:23:11.305
70502026-08-26T17:23:12.344Z INFO adding route 172.17.0.2/32 -> 10.0.0.255
70512026-08-26T17:23:12.344ZAug 26 17:23:11.305 INFO Aug 26 17:23:11.305adding route 172.17.0.12/32 -> 10.0.0.255Aug 26 17:23:11.305
70522026-08-26T17:23:12.344Ztest route::tests::rollback_on_compact_delete_failure ... ok
70532026-08-26T17:23:12.344ZDEBGDEBG 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.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 } }]
70542026-08-26T17:23:12.344Ztest route::tests::rollback_on_index_readd_failure ... ok
70552026-08-26T17:23:12.344ZAug 26 17:23:11.305
70562026-08-26T17:23:12.344Z 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 } }]Aug 26 17:23:11.305
70572026-08-26T17:23:12.344Z Aug 26 17:23:11.305INFO INFOadding route 172.17.0.15/32 -> 10.0.0.255Aug 26 17:23:11.305
70582026-08-26T17:23:12.344Zadding route 172.17.0.3/32 -> 10.0.0.255
70592026-08-26T17:23:12.344ZINFO adding route 172.17.0.13/32 -> 10.0.0.255
70602026-08-26T17:23:12.344ZAug 26 17:23:11.305Aug 26 17:23:11.305 DEBGAug 26 17:23:11.305 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
70612026-08-26T17:23:12.344Z 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 } }]
70622026-08-26T17:23:12.344Zreplacing 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 } }]
70632026-08-26T17:23:12.344ZAug 26 17:23:11.305 Aug 26 17:23:11.305 INFOAug 26 17:23:11.305 adding route 172.17.0.14/32 -> 10.0.0.255INFO
70642026-08-26T17:23:12.344Z adding route 172.17.0.4/32 -> 10.0.0.255
70652026-08-26T17:23:12.344ZINFOAug 26 17:23:11.305Aug 26 17:23:11.305 DEBGadding route 172.17.0.16/32 -> 10.0.0.255
70662026-08-26T17:23:12.344ZDEBG 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.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 } }]
70672026-08-26T17:23:12.344ZAug 26 17:23:11.305Aug 26 17:23:11.305
70682026-08-26T17:23:12.344Z 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 } }]
70692026-08-26T17:23:12.344ZAug 26 17:23:11.305replacing 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 26 17:23:11.305
70702026-08-26T17:23:12.345ZINFO INFOAug 26 17:23:11.305 adding route 172.17.0.15/32 -> 10.0.0.255Aug 26 17:23:11.305adding route 172.17.0.5/32 -> 10.0.0.255 INFO
70712026-08-26T17:23:12.345Z adding route 3fff:dead::/64 -> 2001:db8::55:4
70722026-08-26T17:23:12.345ZINFO
70732026-08-26T17:23:12.345Z adding route 172.17.0.17/32 -> 10.0.0.255Aug 26 17:23:11.305
70742026-08-26T17:23:12.345ZAug 26 17:23:11.305 DEBGAug 26 17:23:11.305DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] DEBG replacing targets for 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 26 17:23:11.305
70752026-08-26T17:23:12.345Z DEBGAug 26 17:23:11.305 Aug 26 17:23:11.311created new freemapDEBG , INFOunit :adding route 172.17.0.16/32 -> 10.0.0.255
70762026-08-26T17:23:12.345Zcreated new freemapfreemap_route_ipv4,
70772026-08-26T17:23:12.345Zunitreplacing 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 26 17:23:11.311Aug 26 17:23:11.311
70782026-08-26T17:23:12.345Z 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 } }]:
70792026-08-26T17:23:12.345Zcreated new freemap , freemap_route_ipv4Aug 26 17:23:11.311unit:
70802026-08-26T17:23:12.345Zfreemap_route_ipv6Aug 26 17:23:11.311INFO
70812026-08-26T17:23:12.345Z INFOadding route 172.17.0.6/32 -> 10.0.0.255Aug 26 17:23:11.311
70822026-08-26T17:23:12.345ZAug 26 17:23:11.311adding route 172.17.0.17/32 -> 10.0.0.255 DEBG
70832026-08-26T17:23:12.345Z DEBGinitted freemap. size: 64Aug 26 17:23:11.311, unitDEBG: created new freemapfreemap_route_ipv4,
70842026-08-26T17:23:12.345Z 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 26 17:23:11.311unit
70852026-08-26T17:23:12.345ZAug 26 17:23:11.311 DEBGDEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:
70862026-08-26T17:23:12.345Z Aug 26 17:23:11.311reset freemap , INFO unitadding route 172.17.0.7/32 -> 10.0.0.255freemap_route_ipv6:
70872026-08-26T17:23:12.345ZAug 26 17:23:11.311
70882026-08-26T17:23:12.345ZINFOfreemap_route_ipv4
70892026-08-26T17:23:12.345Zadding route 172.17.0.18/32 -> 10.0.0.255Aug 26 17:23:11.311
70902026-08-26T17:23:12.349Z DEBG Aug 26 17:23:11.311replacing 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 } }]
70912026-08-26T17:23:12.349ZAug 26 17:23:11.311DEBG DEBGinitted freemap. size: 64Aug 26 17:23:11.311, 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 } }]unitAug 26 17:23:11.311:
70922026-08-26T17:23:12.349ZINFO freemap_route_ipv6
70932026-08-26T17:23:12.349Zadding route 172.17.0.8/32 -> 10.0.0.255DEBG
70942026-08-26T17:23:12.349ZAug 26 17:23:11.311initted freemap. size: 64 , INFOunitAug 26 17:23:11.311 adding route 172.17.0.19/32 -> 10.0.0.255:
70952026-08-26T17:23:12.349Z DEBGfreemap_route_ipv4Aug 26 17:23:11.311Aug 26 17:23:11.311 DEBGDEBG
70962026-08-26T17:23:12.349Zreset freemap 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 } }],
70972026-08-26T17:23:12.349Zunit: replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6Aug 26 17:23:11.311Aug 26 17:23:11.311
70982026-08-26T17:23:12.349Z
70992026-08-26T17:23:12.350Z INFODEBG adding route 172.17.0.20/32 -> 10.0.0.255reset freemap
71002026-08-26T17:23:12.350Z, unitAug 26 17:23:11.311Aug 26 17:23:11.311 DEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71012026-08-26T17:23:12.350Z INFOAug 26 17:23:11.311 :
71022026-08-26T17:23:12.350ZAug 26 17:23:11.311INFO adding route 172.17.0.9/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:1
71032026-08-26T17:23:12.350ZINFO
71042026-08-26T17:23:12.350Z Aug 26 17:23:11.311adding route 172.17.0.21/32 -> 10.0.0.255
71052026-08-26T17:23:12.350Z DEBG Aug 26 17:23:11.311Aug 26 17:23:11.311 freemap_route_ipv4DEBG
71062026-08-26T17:23:12.350ZAug 26 17:23:11.311 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 } }]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 } }]
71072026-08-26T17:23:12.350Z 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 } }]
71082026-08-26T17:23:12.350Zreplacing 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 } }]
71092026-08-26T17:23:12.350Z
71102026-08-26T17:23:12.350ZAug 26 17:23:11.311 Aug 26 17:23:11.311Aug 26 17:23:11.311 INFO DEBGWARNAug 26 17:23:11.311 Aug 26 17:23:11.311 adding route 3fff:dead::/64 -> 2001:db8::55:2 shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
71112026-08-26T17:23:12.350ZINFO
71122026-08-26T17:23:12.350Z initted freemap. size: 64adding route 172.17.0.22/32 -> 10.0.0.255,
71132026-08-26T17:23:12.350ZAug 26 17:23:11.311 unitDEBG :Aug 26 17:23:11.311INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
71142026-08-26T17:23:12.350Z DEBGadding route 172.17.0.10/32 -> 10.0.0.255
71152026-08-26T17:23:12.350ZAug 26 17:23:11.311replacing 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 } }]
71162026-08-26T17:23:12.350ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 26 17:23:11.311
71172026-08-26T17:23:12.350Zfreemap_route_ipv6Aug 26 17:23:11.311
71182026-08-26T17:23:12.350Z DEBG INFOreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71192026-08-26T17:23:12.350ZAug 26 17:23:11.311adding route 172.17.0.23/32 -> 10.0.0.255Aug 26 17:23:11.311
71202026-08-26T17:23:12.350Z DEBGDEBGAug 26 17:23:11.311 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
71212026-08-26T17:23:12.350Z, INFOunit :Aug 26 17:23:11.311 adding route 172.17.0.11/32 -> 10.0.0.255 Aug 26 17:23:11.311DEBGfreemap_route_ipv6
71222026-08-26T17:23:12.350Zreplacing 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 } }]
71232026-08-26T17:23:12.350Z
71242026-08-26T17:23:12.350ZINFO Aug 26 17:23:11.311adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 26 17:23:11.311
71252026-08-26T17:23:12.350Z INFODEBG Aug 26 17:23:11.311adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 26 17:23:11.311
71262026-08-26T17:23:12.350Z
71272026-08-26T17:23:12.350Z 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 } }]
71282026-08-26T17:23:12.350Zadding route 172.17.0.24/32 -> 10.0.0.255
71292026-08-26T17:23:12.350ZAug 26 17:23:11.311Aug 26 17:23:11.311 INFODEBG adding route 172.17.0.12/32 -> 10.0.0.255
71302026-08-26T17:23:12.350ZAug 26 17:23:11.311replacing 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 } }]
71312026-08-26T17:23:12.350ZAug 26 17:23:11.311DEBG 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 } }]
71322026-08-26T17:23:12.350ZAug 26 17:23:11.311replacing targets for 3fff:dead::/64 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 } }]
71332026-08-26T17:23:12.350ZAug 26 17:23:11.311 INFODEBG Aug 26 17:23:11.311replacing 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.16.0.0/32 -> 10.0.0.1
71342026-08-26T17:23:12.351Z
71352026-08-26T17:23:12.351ZAug 26 17:23:11.311 INFOWARN adding route 172.17.0.25/32 -> 10.0.0.255Aug 26 17:23:11.311
71362026-08-26T17:23:12.351ZAug 26 17:23:11.311shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
71372026-08-26T17:23:12.351ZINFO DEBG Aug 26 17:23:11.311adding route 172.17.0.13/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 } }]
71382026-08-26T17:23:12.351ZDEBG
71392026-08-26T17:23:12.351Z replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 17:23:11.311
71402026-08-26T17:23:12.351Z INFO adding route 172.16.0.0/32 -> 10.0.0.1
71412026-08-26T17:23:12.351ZAug 26 17:23:11.311 Aug 26 17:23:11.311DEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 26 17:23:11.311
71422026-08-26T17:23:12.351Z DEBG Aug 26 17:23:11.311replacing 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 26 17:23:11.311
71432026-08-26T17:23:12.351Z INFOINFO adding route 172.17.0.26/32 -> 10.0.0.255adding route 172.17.0.14/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 } }]
71442026-08-26T17:23:12.351Z
71452026-08-26T17:23:12.351ZAug 26 17:23:11.311 Aug 26 17:23:11.311DEBGAug 26 17:23:11.311
71462026-08-26T17:23:12.351ZDEBGcreated new freemap Aug 26 17:23:11.311replacing 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 } }]
71472026-08-26T17:23:12.351Z INFO, unitDEBG adding route 172.17.0.18/32 -> 10.0.0.255Aug 26 17:23:11.311:
71482026-08-26T17:23:12.351Z replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
71492026-08-26T17:23:12.351ZINFOAug 26 17:23:11.311Aug 26 17:23:11.311 adding route 172.17.0.15/32 -> 10.0.0.255 DEBGINFO
71502026-08-26T17:23:12.351Z 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 } }]
71512026-08-26T17:23:12.351ZAug 26 17:23:11.311
71522026-08-26T17:23:12.351Z INFOAug 26 17:23:11.311adding route 172.16.0.0/32 -> 10.0.0.2
71532026-08-26T17:23:12.351Zadding route 172.17.0.27/32 -> 10.0.0.255Aug 26 17:23:11.311
71542026-08-26T17:23:12.351Ztest route::tests::identity_replace_is_noop ... ok
71552026-08-26T17:23:12.351Z DEBG INFOreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71562026-08-26T17:23:12.351Zadding route 172.17.0.19/32 -> 10.0.0.255Aug 26 17:23:11.311
71572026-08-26T17:23:12.351ZAug 26 17:23:11.311 DEBGAug 26 17:23:11.311 DEBGAug 26 17:23:11.311replacing 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 } }] DEBGINFO
71582026-08-26T17:23:12.351Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.16/32 -> 10.0.0.255
71592026-08-26T17:23:12.351Zinitted freemap. size: 64
71602026-08-26T17:23:12.351Z, Aug 26 17:23:11.311Aug 26 17:23:11.311unit Aug 26 17:23:11.311 INFODEBGAug 26 17:23:11.311: replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.28/32 -> 10.0.0.255
71612026-08-26T17:23:12.351ZINFO
71622026-08-26T17:23:12.351Zadding route 172.17.0.0/32 -> 10.0.0.255DEBGfreemap_route_ipv4
71632026-08-26T17:23:12.351ZAug 26 17:23:11.311 INFO
71642026-08-26T17:23:12.351Z replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.17/32 -> 10.0.0.255Aug 26 17:23:11.311Aug 26 17:23:11.311
71652026-08-26T17:23:12.351Z
71662026-08-26T17:23:12.351Z DEBG Aug 26 17:23:11.311reset freemap , DEBGAug 26 17:23:11.311unit :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 } }]
71672026-08-26T17:23:12.351ZAug 26 17:23:11.311INFO DEBGadding route 172.17.0.20/32 -> 10.0.0.255freemap_route_ipv4
71682026-08-26T17:23:12.351Z
71692026-08-26T17:23:12.351ZAug 26 17:23:11.311 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 } }]
71702026-08-26T17:23:12.351ZINFODEBGAug 26 17:23:11.311 adding route 172.17.0.18/32 -> 10.0.0.255 Aug 26 17:23:11.311DEBG
71712026-08-26T17:23:12.351Z Aug 26 17:23:11.311DEBG initted freemap. size: 64 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
71722026-08-26T17:23:12.351Z adding route 172.17.0.29/32 -> 10.0.0.255replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71732026-08-26T17:23:12.351Z
71742026-08-26T17:23:12.352ZunitAug 26 17:23:11.311: Aug 26 17:23:11.311Aug 26 17:23:11.311 Aug 26 17:23:11.311freemap_route_ipv6DEBG INFO
71752026-08-26T17:23:12.352ZDEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
71762026-08-26T17:23:12.352Zadding route 172.17.0.1/32 -> 10.0.0.255
71772026-08-26T17:23:12.352ZINFOAug 26 17:23:11.311
71782026-08-26T17:23:12.352Z Aug 26 17:23:11.311 DEBGINFOadding route 172.17.0.21/32 -> 10.0.0.255
71792026-08-26T17:23:12.352Zreset freemapadding route 172.17.0.30/32 -> 10.0.0.255Aug 26 17:23:11.311,
71802026-08-26T17:23:12.352ZINFOAug 26 17:23:11.311unit adding route 172.17.0.19/32 -> 10.0.0.255 :DEBG
71812026-08-26T17:23:12.352ZAug 26 17:23:11.311 Aug 26 17:23:11.311replacing 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 } }] DEBGfreemap_route_ipv6
71822026-08-26T17:23:12.352Z Aug 26 17:23:11.311
71832026-08-26T17:23:12.352Z 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 } }]
71842026-08-26T17:23:12.352ZAug 26 17:23:11.311replacing 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 } }]
71852026-08-26T17:23:12.352ZAug 26 17:23:11.312 DEBG Aug 26 17:23:11.318created new freemap , Aug 26 17:23:11.312unit:DEBG INFO freemap_route_ipv4 adding route 172.17.0.20/32 -> 10.0.0.255
71862026-08-26T17:23:12.352ZDEBG 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 } }]
71872026-08-26T17:23:12.352Zcreated new freemap
71882026-08-26T17:23:12.352Z, Aug 26 17:23:11.318unit :DEBG freemap_route_ipv4created new freemapAug 26 17:23:11.318
71892026-08-26T17:23:12.352Z, unit :Aug 26 17:23:11.318 DEBGfreemap_route_ipv6 INFOreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71902026-08-26T17:23:12.356ZAug 26 17:23:11.318adding route 172.17.0.31/32 -> 10.0.0.255
71912026-08-26T17:23:12.356Z
71922026-08-26T17:23:12.356ZDEBG Aug 26 17:23:11.318Aug 26 17:23:11.318 DEBGDEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64created new freemap, Aug 26 17:23:11.318, unitINFOunit:: adding route 172.17.0.21/32 -> 10.0.0.255
71932026-08-26T17:23:12.356Z
71942026-08-26T17:23:12.356Zfreemap_route_ipv6freemap_route_ipv4
71952026-08-26T17:23:12.356Z
71962026-08-26T17:23:12.356ZAug 26 17:23:11.318Aug 26 17:23:11.318Aug 26 17:23:11.318 INFOINFO Aug 26 17:23:11.318Aug 26 17:23:11.318 adding route 172.17.0.32/32 -> 10.0.0.255 DEBGDEBG reset freemapDEBGadding route 172.17.0.22/32 -> 10.0.0.255 ,
71972026-08-26T17:23:12.356Zinitted freemap. size: 64replacing 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 } }]
71982026-08-26T17:23:12.356Zunit
71992026-08-26T17:23:12.356Z, :unitAug 26 17:23:11.318 :DEBGAug 26 17:23:11.318 freemap_route_ipv4replacing 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 } }]
72002026-08-26T17:23:12.356Z
72012026-08-26T17:23:12.356Zfreemap_route_ipv4
72022026-08-26T17:23:12.356ZAug 26 17:23:11.318 Aug 26 17:23:11.318DEBGAug 26 17:23:11.318 Aug 26 17:23:11.318INFO DEBG adding route 172.17.0.22/32 -> 10.0.0.255reset freemap
72032026-08-26T17:23:12.356ZINFO, DEBGadding route 172.17.0.23/32 -> 10.0.0.255
72042026-08-26T17:23:12.356Z 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 } }]unit
72052026-08-26T17:23:12.356Zinitted freemap. size: 64Aug 26 17:23:11.318: DEBG, unitreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] :
72062026-08-26T17:23:12.356Z freemap_route_ipv4freemap_route_ipv6
72072026-08-26T17:23:12.357Z
72082026-08-26T17:23:12.357ZAug 26 17:23:11.318Aug 26 17:23:11.318Aug 26 17:23:11.318 DEBGINFODEBG Aug 26 17:23:11.318adding route 172.17.0.33/32 -> 10.0.0.255Aug 26 17:23:11.318 Aug 26 17:23:11.311 reset freemapINFO initted freemap. size: 64INFO , DEBGadding route 172.16.0.0/32 -> 10.0.0.1unit
72092026-08-26T17:23:12.357Z, adding route 172.17.0.24/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 } }]:
72102026-08-26T17:23:12.357Z
72112026-08-26T17:23:12.357Z unitAug 26 17:23:11.318freemap_route_ipv6: Aug 26 17:23:11.318
72122026-08-26T17:23:12.357ZDEBG
72132026-08-26T17:23:12.357Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
72142026-08-26T17:23:12.357Z freemap_route_ipv6replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 17:23:11.318 INFO
72152026-08-26T17:23:12.357Z
72162026-08-26T17:23:12.357ZAug 26 17:23:11.318 Aug 26 17:23:11.318Aug 26 17:23:11.318adding route 172.17.0.23/32 -> 10.0.0.255
72172026-08-26T17:23:12.357Z Aug 26 17:23:11.318 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.2Aug 26 17:23:11.318 DEBGDEBGAug 26 17:23:11.318adding route 3fff:dead::/64 -> 2001:db8::55:1
72182026-08-26T17:23:12.357Z DEBG
72192026-08-26T17:23:12.357Z INFOreset freemapAug 26 17:23:11.318replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.25/32 -> 10.0.0.255replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
72202026-08-26T17:23:12.357ZAug 26 17:23:11.318
72212026-08-26T17:23:12.357Z , DEBG
72222026-08-26T17:23:12.357Zunitreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
72232026-08-26T17:23:12.357Z: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]freemap_route_ipv6
72242026-08-26T17:23:12.357Z
72252026-08-26T17:23:12.357ZAug 26 17:23:11.318 Aug 26 17:23:11.318DEBG Aug 26 17:23:11.318INFOAug 26 17:23:11.318 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 } }] Aug 26 17:23:11.318Aug 26 17:23:11.318
72262026-08-26T17:23:12.357Zadding route 172.16.0.0/32 -> 10.0.0.3
72272026-08-26T17:23:12.357Zadding route 172.17.0.24/32 -> 10.0.0.255
72282026-08-26T17:23:12.357Z INFOINFOAug 26 17:23:11.318 Aug 26 17:23:11.318adding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 26 17:23:11.318
72292026-08-26T17:23:12.357ZDEBG DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
72302026-08-26T17:23:12.357Z INFO
72312026-08-26T17:23:12.357Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
72322026-08-26T17:23:12.357Zadding route 172.17.0.26/32 -> 10.0.0.255
72332026-08-26T17:23:12.357ZAug 26 17:23:11.318Aug 26 17:23:11.318 Aug 26 17:23:11.318 DEBGAug 26 17:23:11.318 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 } }]INFO DEBG
72342026-08-26T17:23:12.357Z adding route 172.16.0.0/32 -> 10.0.0.4Aug 26 17:23:11.318replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.25/32 -> 10.0.0.255
72352026-08-26T17:23:12.357Z
72362026-08-26T17:23:12.357Z
72372026-08-26T17:23:12.357Z DEBGAug 26 17:23:11.318Aug 26 17:23:11.318 Aug 26 17:23:11.318Aug 26 17:23:11.318 INFOINFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
72382026-08-26T17:23:12.357Z INFO adding route 172.17.0.27/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
72392026-08-26T17:23:12.357Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 26 17:23:11.318
72402026-08-26T17:23:12.357Z adding route 172.17.0.2/32 -> 10.0.0.255DEBGreplacing 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 } }]
72412026-08-26T17:23:12.357Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
72422026-08-26T17:23:12.357Z
72432026-08-26T17:23:12.357Z
72442026-08-26T17:23:12.357ZAug 26 17:23:11.318Aug 26 17:23:11.318 DEBGDEBGAug 26 17:23:11.318 Aug 26 17:23:11.318replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 26 17:23:11.318replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
72452026-08-26T17:23:12.357ZDEBGINFO
72462026-08-26T17:23:12.358Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
72472026-08-26T17:23:12.358ZAug 26 17:23:11.318adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.17.0.26/32 -> 10.0.0.255
72482026-08-26T17:23:12.358Z
72492026-08-26T17:23:12.358Z Aug 26 17:23:11.318DEBG INFOAug 26 17:23:11.318 adding route 172.17.0.28/32 -> 10.0.0.255Aug 26 17:23:11.318
72502026-08-26T17:23:12.358Ztest route::tests::same_size_non_subset_replace ... ok
72512026-08-26T17:23:12.358Ztest route::tests::shrink_preserves_compacted_order ... ok
72522026-08-26T17:23:12.358ZDEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 26 17:23:11.318replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
72532026-08-26T17:23:12.358ZDEBGDEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
72542026-08-26T17:23:12.358Z
72552026-08-26T17:23:12.358Z
72562026-08-26T17:23:12.358ZAug 26 17:23:11.318Aug 26 17:23:11.318 INFOINFOAug 26 17:23:11.318 Aug 26 17:23:11.318 adding route 172.17.0.29/32 -> 10.0.0.255INFO
72572026-08-26T17:23:12.358Z INFOadding route 172.17.0.3/32 -> 10.0.0.255
72582026-08-26T17:23:12.358Zadding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.17.0.27/32 -> 10.0.0.255
72592026-08-26T17:23:12.358Z
72602026-08-26T17:23:12.358ZAug 26 17:23:11.318Aug 26 17:23:11.318 Aug 26 17:23:11.318DEBGDEBG adding route 172.17.0.34/32 -> 10.0.0.255DEBG
72612026-08-26T17:23:12.358Zreplacing 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 26 17:23:11.318
72622026-08-26T17:23:12.358Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
72632026-08-26T17:23:12.358Z replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 17:23:11.318
72642026-08-26T17:23:12.358Z Aug 26 17:23:11.318DEBG DEBGAug 26 17:23:11.318 INFO DEBGadding route 172.17.0.30/32 -> 10.0.0.255 replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
72652026-08-26T17:23:12.358Zreplacing targets for 3fff:dead::/64 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 } }]
72662026-08-26T17:23:12.358Z
72672026-08-26T17:23:12.358ZAug 26 17:23:11.318 DEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 17:23:11.318
72682026-08-26T17:23:12.358ZINFO adding route 172.17.0.35/32 -> 10.0.0.255
72692026-08-26T17:23:12.358ZAug 26 17:23:11.318Aug 26 17:23:11.291Aug 26 17:23:11.318 DEBGDEBGINFO 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.31/32 -> 10.0.0.255
72702026-08-26T17:23:12.358Z
72712026-08-26T17:23:12.358Zcreated new freemap, unit: Aug 26 17:23:11.318Aug 26 17:23:11.318 freemap_route_ipv4DEBGINFO
72722026-08-26T17:23:12.358Zreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255
72732026-08-26T17:23:12.358Z
72742026-08-26T17:23:12.358ZAug 26 17:23:11.318 Aug 26 17:23:11.318 DEBGINFO created new freemapadding route 172.17.0.32/32 -> 10.0.0.255,
72752026-08-26T17:23:12.358Zunit:Aug 26 17:23:11.318 Aug 26 17:23:11.318INFO freemap_route_ipv6
72762026-08-26T17:23:12.358ZDEBGadding route 172.17.0.4/32 -> 10.0.0.255Aug 26 17:23:11.318
72772026-08-26T17:23:12.358Z 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 } }]
72782026-08-26T17:23:12.358Zreplacing 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 26 17:23:11.318Aug 26 17:23:11.318 DEBG
72792026-08-26T17:23:12.358ZDEBG Aug 26 17:23:11.318 initted freemap. size: 64INFOreplacing 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 } }]
72802026-08-26T17:23:12.358Z, adding route 172.17.0.33/32 -> 10.0.0.255unitAug 26 17:23:11.318:
72812026-08-26T17:23:12.358Z freemap_route_ipv4Aug 26 17:23:11.318INFO INFO
72822026-08-26T17:23:12.359ZAug 26 17:23:11.318 adding route 172.17.0.37/32 -> 10.0.0.255 adding route 172.17.0.5/32 -> 10.0.0.255
72832026-08-26T17:23:12.359ZAug 26 17:23:11.318 DEBG
72842026-08-26T17:23:12.359ZDEBG reset freemap , Aug 26 17:23:11.318unit :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 } }]DEBGAug 26 17:23:11.318
72852026-08-26T17:23:12.359Z freemap_route_ipv4replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
72862026-08-26T17:23:12.359Z
72872026-08-26T17:23:12.359ZDEBG 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 } }]
72882026-08-26T17:23:12.359ZAug 26 17:23:11.318Aug 26 17:23:11.318Aug 26 17:23:11.318Aug 26 17:23:11.318 INFOINFO DEBGadding route 172.17.0.38/32 -> 10.0.0.255
72892026-08-26T17:23:12.359Zadding route 172.17.0.34/32 -> 10.0.0.255initted freemap. size: 64
72902026-08-26T17:23:12.363Z, unit: INFOfreemap_route_ipv6 adding route 172.17.0.6/32 -> 10.0.0.255
72912026-08-26T17:23:12.363ZAug 26 17:23:11.318
72922026-08-26T17:23:12.363Z DEBG Aug 26 17:23:11.318replacing 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 Aug 26 17:23:11.319 DEBG Aug 26 17:23:11.319Aug 26 17:23:11.319 created new freemapreplacing 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 } }]
72932026-08-26T17:23:12.363Z DEBGDEBG, unit created new freemapAug 26 17:23:11.324:created new freemap , INFO, freemap_route_ipv4
72942026-08-26T17:23:12.363Zunitadding route 172.17.0.39/32 -> 10.0.0.255unit
72952026-08-26T17:23:12.363Z: :freemap_route_ipv4
72962026-08-26T17:23:12.363Zfreemap_route_ipv4Aug 26 17:23:11.324
72972026-08-26T17:23:12.363Z Aug 26 17:23:11.324DEBG DEBGcreated new freemap , 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 } }]unit
72982026-08-26T17:23:12.363Z:Aug 26 17:23:11.324 freemap_route_ipv6DEBG
72992026-08-26T17:23:12.363Z created new freemapAug 26 17:23:11.324Aug 26 17:23:11.324 INFODEBG adding route 172.17.0.40/32 -> 10.0.0.255created new freemap
73002026-08-26T17:23:12.363Z, , unitunit: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 26 17:23:11.324Aug 26 17:23:11.324 freemap_route_ipv6
73012026-08-26T17:23:12.363Z
73022026-08-26T17:23:12.363Z: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 } }]initted freemap. size: 64Aug 26 17:23:11.324, unitfreemap_route_ipv6
73032026-08-26T17:23:12.363Z:
73042026-08-26T17:23:12.363Z freemap_route_ipv4Aug 26 17:23:11.324
73052026-08-26T17:23:12.363ZDEBGAug 26 17:23:11.324 Aug 26 17:23:11.324 DEBG initted freemap. size: 64 , initted freemap. size: 64unitAug 26 17:23:11.324INFO , unit adding route 172.17.0.41/32 -> 10.0.0.255INFO: DEBGadding route 172.17.0.28/32 -> 10.0.0.255
73062026-08-26T17:23:12.363Z freemap_route_ipv4reset freemap
73072026-08-26T17:23:12.363Z:
73082026-08-26T17:23:12.363Zfreemap_route_ipv4,
73092026-08-26T17:23:12.364ZAug 26 17:23:11.324 DEBG unitreplacing 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 } }]:
73102026-08-26T17:23:12.364Z freemap_route_ipv4
73112026-08-26T17:23:12.364ZAug 26 17:23:11.324Aug 26 17:23:11.324 Aug 26 17:23:11.324DEBG INFOreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73122026-08-26T17:23:12.364ZDEBGAug 26 17:23:11.324adding route 172.17.0.29/32 -> 10.0.0.255Aug 26 17:23:11.324
73132026-08-26T17:23:12.364Z DEBGreset freemap , DEBGinitted freemap. size: 64Aug 26 17:23:11.324Aug 26 17:23:11.324, DEBGunit :reset freemapINFO, 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 } }]unit
73142026-08-26T17:23:12.364Z: unitfreemap_route_ipv4:
73152026-08-26T17:23:12.364Z Aug 26 17:23:11.324freemap_route_ipv6 freemap_route_ipv4
73162026-08-26T17:23:12.364ZINFO
73172026-08-26T17:23:12.364Zadding route 172.17.0.42/32 -> 10.0.0.255
73182026-08-26T17:23:12.364Zadding route 172.17.0.30/32 -> 10.0.0.255Aug 26 17:23:11.324
73192026-08-26T17:23:12.364Z DEBGAug 26 17:23:11.324Aug 26 17:23:11.324 reset freemap DEBG , DEBGinitted freemap. size: 64unit, Aug 26 17:23:11.324 :initted freemap. size: 64unit, :Aug 26 17:23:11.324 freemap_route_ipv6 DEBG
73202026-08-26T17:23:12.364Zfreemap_route_ipv6DEBG
73212026-08-26T17:23:12.364Zunit 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 } }]
73222026-08-26T17:23:12.364Z: freemap_route_ipv6replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73232026-08-26T17:23:12.364Z
73242026-08-26T17:23:12.364ZAug 26 17:23:11.324Aug 26 17:23:11.324Aug 26 17:23:11.324 Aug 26 17:23:11.324INFO DEBG INFO adding route 3fff:dead::/64 -> 2001:db8::55:1reset freemapAug 26 17:23:11.324Aug 26 17:23:11.318
73252026-08-26T17:23:12.364ZINFO , adding route 172.17.0.43/32 -> 10.0.0.255
73262026-08-26T17:23:12.364Zunit :DEBGadding route 172.17.0.31/32 -> 10.0.0.255 Aug 26 17:23:11.324freemap_route_ipv6reset freemapDEBG
73272026-08-26T17:23:12.364ZAug 26 17:23:11.324
73282026-08-26T17:23:12.364Z 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 } }]unit reset freemapAug 26 17:23:11.324
73292026-08-26T17:23:12.364Z: 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.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 } }]freemap_route_ipv6
73302026-08-26T17:23:12.364Z,
73312026-08-26T17:23:12.364ZunitAug 26 17:23:11.324 :INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
73322026-08-26T17:23:12.364Z
73332026-08-26T17:23:12.364ZAug 26 17:23:11.324 Aug 26 17:23:11.324INFOfreemap_route_ipv6
73342026-08-26T17:23:12.364ZAug 26 17:23:11.324Aug 26 17:23:11.324adding route 172.16.0.0/32 -> 10.0.0.1INFO
73352026-08-26T17:23:12.364Z Aug 26 17:23:11.324 DEBGadding route 172.17.0.32/32 -> 10.0.0.255INFO adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
73362026-08-26T17:23:12.364ZAug 26 17:23:11.325
73372026-08-26T17:23:12.364Z
73382026-08-26T17:23:12.364Zadding route 172.17.0.44/32 -> 10.0.0.255DEBG
73392026-08-26T17:23:12.364ZAug 26 17:23:11.325Aug 26 17:23:11.325 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 } }]DEBGAug 26 17:23:11.325 adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 26 17:23:11.325 DEBG
73402026-08-26T17:23:12.364Z 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 26 17:23:11.325
73412026-08-26T17:23:12.364Zreplacing 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 26 17:23:11.325 INFO DEBGDEBG adding route 172.16.0.0/32 -> 10.0.0.1
73422026-08-26T17:23:12.364Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
73432026-08-26T17:23:12.364Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
73442026-08-26T17:23:12.364ZAug 26 17:23:11.325Aug 26 17:23:11.325
73452026-08-26T17:23:12.364Z
73462026-08-26T17:23:12.364Z INFO DEBGadding route 172.17.0.33/32 -> 10.0.0.255Aug 26 17:23:11.325 Aug 26 17:23:11.325Aug 26 17:23:11.325
73472026-08-26T17:23:12.365Z INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55: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 } }]
73482026-08-26T17:23:12.365Zadding route 172.16.0.0/32 -> 10.0.0.2INFOAug 26 17:23:11.325
73492026-08-26T17:23:12.365Z Aug 26 17:23:11.325 adding route 172.17.0.45/32 -> 10.0.0.255
73502026-08-26T17:23:12.365Z
73512026-08-26T17:23:12.365ZAug 26 17:23:11.325DEBGINFO Aug 26 17:23:11.325 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] Aug 26 17:23:11.325
73522026-08-26T17:23:12.365Z 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 } }]DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2
73532026-08-26T17:23:12.365Z INFO adding route 172.16.0.0/32 -> 10.0.0.2replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
73542026-08-26T17:23:12.365Z
73552026-08-26T17:23:12.365ZAug 26 17:23:11.325
73562026-08-26T17:23:12.365ZAug 26 17:23:11.325 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 26 17:23:11.325Aug 26 17:23:11.325
73572026-08-26T17:23:12.365ZDEBGINFOAug 26 17:23:11.325 Aug 26 17:23:11.325adding route 172.17.0.34/32 -> 10.0.0.255DEBG
73582026-08-26T17:23:12.365Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.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 } }]
73592026-08-26T17:23:12.365Z
73602026-08-26T17:23:12.365ZAug 26 17:23:11.325INFODEBG Aug 26 17:23:11.325Aug 26 17:23:11.325replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.16.0.0/32 -> 10.0.0.3INFODEBG
73612026-08-26T17:23:12.365Z
73622026-08-26T17:23:12.365Z adding route 172.17.0.46/32 -> 10.0.0.255INFO
73632026-08-26T17:23:12.365Z adding route 3fff:beef::/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 } }]
73642026-08-26T17:23:12.365ZAug 26 17:23:11.325Aug 26 17:23:11.325 DEBG Aug 26 17:23:11.325DEBG
73652026-08-26T17:23:12.365Z 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 } }]Aug 26 17:23:11.325replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
73662026-08-26T17:23:12.365Z DEBG
73672026-08-26T17:23:12.365ZAug 26 17:23:11.325replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 26 17:23:11.325INFO
73682026-08-26T17:23:12.365Z INFO 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 172.17.0.35/32 -> 10.0.0.255Aug 26 17:23:11.325 adding route 172.17.0.47/32 -> 10.0.0.255
73692026-08-26T17:23:12.365Z
73702026-08-26T17:23:12.365Z
73712026-08-26T17:23:12.365ZINFO Aug 26 17:23:11.325 Aug 26 17:23:11.325INFO DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
73722026-08-26T17:23:12.365Zreplacing 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 } }]
73732026-08-26T17:23:12.365ZAug 26 17:23:11.325adding route 172.16.0.0/32 -> 10.0.0.4Aug 26 17:23:11.325 Aug 26 17:23:11.325
73742026-08-26T17:23:12.365ZDEBG
73752026-08-26T17:23:12.365Z 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 } }]DEBGadding route 172.17.0.36/32 -> 10.0.0.255
73762026-08-26T17:23:12.365ZAug 26 17:23:11.325
73772026-08-26T17:23:12.365ZAug 26 17:23:11.325replacing 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 } }]
73782026-08-26T17:23:12.365Z INFOAug 26 17:23:11.325Aug 26 17:23:11.325 DEBG DEBGadding route 172.17.0.35/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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 } }]
73792026-08-26T17:23:12.365ZINFO 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 } }]
73802026-08-26T17:23:12.365ZAug 26 17:23:11.325
73812026-08-26T17:23:12.365Zadding route 172.17.0.48/32 -> 10.0.0.255INFOAug 26 17:23:11.325
73822026-08-26T17:23:12.365Z adding route 3fff:beef:2::/64 -> 2001:db8::55:ff DEBG
73832026-08-26T17:23:12.365ZAug 26 17:23:11.325 Aug 26 17:23:11.325Aug 26 17:23:11.325 DEBGDEBGreplacing targets for 172.16.0.0/32 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 } }] INFOreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73842026-08-26T17:23:12.365Zreplacing 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 } }]
73852026-08-26T17:23:12.366ZAug 26 17:23:11.325
73862026-08-26T17:23:12.366Z adding route 172.17.0.37/32 -> 10.0.0.255DEBGAug 26 17:23:11.325 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 } }]
73872026-08-26T17:23:12.366ZINFO
73882026-08-26T17:23:12.366Zadding route 172.17.0.36/32 -> 10.0.0.255Aug 26 17:23:11.325
73892026-08-26T17:23:12.366Z Aug 26 17:23:11.325Aug 26 17:23:11.325 INFODEBG adding route 172.17.0.49/32 -> 10.0.0.255 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 } }]
73902026-08-26T17:23:12.370ZINFO
73912026-08-26T17:23:12.370Z adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 26 17:23:11.325
73922026-08-26T17:23:12.370Z DEBGAug 26 17:23:11.325 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 26 17:23:11.325DEBG
73932026-08-26T17:23:12.370Z Aug 26 17:23:11.325INFO 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.38/32 -> 10.0.0.255
73942026-08-26T17:23:12.370Z
73952026-08-26T17:23:12.370ZDEBG Aug 26 17:23:11.325 replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
73962026-08-26T17:23:12.370Z adding route 172.17.0.37/32 -> 10.0.0.255Aug 26 17:23:11.325
73972026-08-26T17:23:12.370ZAug 26 17:23:11.325 Aug 26 17:23:11.325INFO INFOadding route 172.17.0.50/32 -> 10.0.0.255 Aug 26 17:23:11.325adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
73982026-08-26T17:23:12.370ZDEBG DEBG
73992026-08-26T17:23:12.370Z replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 17:23:11.325replacing 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 } }]
74002026-08-26T17:23:12.370Z
74012026-08-26T17:23:12.370ZDEBG Aug 26 17:23:11.325replacing 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 } }] DEBGAug 26 17:23:11.325 DEBG
74022026-08-26T17:23:12.370Z 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 } }] created new freemap, Aug 26 17:23:11.331unit :
74032026-08-26T17:23:12.370Z freemap_route_ipv4INFOAug 26 17:23:11.331
74042026-08-26T17:23:12.370Z adding route 172.17.0.38/32 -> 10.0.0.255INFO
74052026-08-26T17:23:12.370ZAug 26 17:23:11.331 INFOAug 26 17:23:11.331adding route 172.17.0.51/32 -> 10.0.0.255 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 26 17:23:11.331
74062026-08-26T17:23:12.370Z
74072026-08-26T17:23:12.370ZDEBGDEBG created new freemap , 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 } }]unit
74082026-08-26T17:23:12.370Z:Aug 26 17:23:11.331Aug 26 17:23:11.331 freemap_route_ipv6
74092026-08-26T17:23:12.370ZDEBG 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 } }]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 } }]
74102026-08-26T17:23:12.370Z
74112026-08-26T17:23:12.370ZAug 26 17:23:11.331Aug 26 17:23:11.331 DEBG INFOinitted freemap. size: 64Aug 26 17:23:11.331 , unitINFOadding route 172.17.0.39/32 -> 10.0.0.255
74122026-08-26T17:23:12.370ZAug 26 17:23:11.331: adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
74132026-08-26T17:23:12.370ZAug 26 17:23:11.331INFOfreemap_route_ipv4
74142026-08-26T17:23:12.370Zadding route 172.17.0.52/32 -> 10.0.0.255DEBG 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 } }]
74152026-08-26T17:23:12.370Z
74162026-08-26T17:23:12.370ZAug 26 17:23:11.331Aug 26 17:23:11.331 DEBGDEBG reset freemapreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
74172026-08-26T17:23:12.370ZunitAug 26 17:23:11.331: Aug 26 17:23:11.331Aug 26 17:23:11.331freemap_route_ipv4DEBG 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 } }]INFOINFO
74182026-08-26T17:23:12.370Z
74192026-08-26T17:23:12.370Zadding route 172.17.0.40/32 -> 10.0.0.255adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
74202026-08-26T17:23:12.371Z
74212026-08-26T17:23:12.371ZAug 26 17:23:11.331 Aug 26 17:23:11.331DEBG INFOinitted freemap. size: 64, unitadding route 172.17.0.53/32 -> 10.0.0.255:Aug 26 17:23:11.331 Aug 26 17:23:11.331freemap_route_ipv6
74222026-08-26T17:23:12.371Z DEBG
74232026-08-26T17:23:12.371Z 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 } }] 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 } }]
74242026-08-26T17:23:12.371Z
74252026-08-26T17:23:12.371ZAug 26 17:23:11.331 Aug 26 17:23:11.331Aug 26 17:23:11.331DEBGAug 26 17:23:11.331 INFOINFOAug 26 17:23:11.331 INFOadding route 172.17.0.39/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
74262026-08-26T17:23:12.371Z
74272026-08-26T17:23:12.371Z adding route 172.17.0.41/32 -> 10.0.0.255reset freemap
74282026-08-26T17:23:12.371Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ff, unit
74292026-08-26T17:23:12.371ZAug 26 17:23:11.331: Aug 26 17:23:11.331INFO freemap_route_ipv6 Aug 26 17:23:11.331
74302026-08-26T17:23:12.371ZAug 26 17:23:11.331 DEBGadding route 172.17.0.54/32 -> 10.0.0.255DEBG
74312026-08-26T17:23:12.371Z 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 26 17:23:11.331DEBGreplacing 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 26 17:23:11.331
74322026-08-26T17:23:12.371Z INFO
74332026-08-26T17:23:12.371ZDEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1
74342026-08-26T17:23:12.371ZAug 26 17:23:11.331
74352026-08-26T17:23:12.371ZAug 26 17:23:11.331
74362026-08-26T17:23:12.371ZINFO INFOadding route 172.17.0.40/32 -> 10.0.0.255
74372026-08-26T17:23:12.371ZAug 26 17:23:11.331adding route 172.17.0.42/32 -> 10.0.0.255
74382026-08-26T17:23:12.371ZINFOAug 26 17:23:11.331 DEBGadding route 172.17.0.55/32 -> 10.0.0.255 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
74392026-08-26T17:23:12.371Z
74402026-08-26T17:23:12.371ZAug 26 17:23:11.331Aug 26 17:23:11.331Aug 26 17:23:11.331 INFODEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 26 17:23:11.331DEBG
74412026-08-26T17:23:12.371Z 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 } }]
74422026-08-26T17:23:12.371ZAug 26 17:23:11.331replacing 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 } }]
74432026-08-26T17:23:12.371Zreplacing 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 Aug 26 17:23:11.331
74442026-08-26T17:23:12.371Z DEBGadding route 172.16.0.0/32 -> 10.0.0.2Aug 26 17:23:11.331
74452026-08-26T17:23:12.371Z 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 26 17:23:11.331
74462026-08-26T17:23:12.371Z INFO adding route 172.17.0.56/32 -> 10.0.0.255INFO Aug 26 17:23:11.331adding route 172.17.0.41/32 -> 10.0.0.255
74472026-08-26T17:23:12.371Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
74482026-08-26T17:23:12.371ZAug 26 17:23:11.331 Aug 26 17:23:11.331 INFODEBG INFO adding route 172.17.0.43/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 } }]
74492026-08-26T17:23:12.371Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
74502026-08-26T17:23:12.371Z
74512026-08-26T17:23:12.371ZAug 26 17:23:11.331
74522026-08-26T17:23:12.371Ztest route::tests::delete_target_fragmented ... ok
74532026-08-26T17:23:12.371Z DEBGAug 26 17:23:11.331 Aug 26 17:23:11.331replacing 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 26 17:23:11.331 DEBG INFO
74542026-08-26T17:23:12.371ZAug 26 17:23:11.331 adding route 172.16.0.0/32 -> 10.0.0.3replacing 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 } }]
74552026-08-26T17:23:12.371ZDEBG 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
74562026-08-26T17:23:12.371Z Aug 26 17:23:11.331
74572026-08-26T17:23:12.371Z 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 26 17:23:11.331
74582026-08-26T17:23:12.371Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
74592026-08-26T17:23:12.371Zadding route 172.17.0.42/32 -> 10.0.0.255
74602026-08-26T17:23:12.372ZAug 26 17:23:11.331Aug 26 17:23:11.331Aug 26 17:23:11.331 Aug 26 17:23:11.331 INFOINFO INFOAug 26 17:23:11.331 adding route 3fff:beef:b::/64 -> 2001:db8::55:ff DEBG
74612026-08-26T17:23:12.372Z adding route 172.17.0.57/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 } }]
74622026-08-26T17:23:12.372Z INFOAug 26 17:23:11.338adding route 172.17.0.44/32 -> 10.0.0.255 INFOadding route 172.16.0.0/32 -> 10.0.0.4
74632026-08-26T17:23:12.372Zadding route 172.17.0.43/32 -> 10.0.0.255
74642026-08-26T17:23:12.372Z
74652026-08-26T17:23:12.372ZAug 26 17:23:11.338 Aug 26 17:23:11.338DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
74662026-08-26T17:23:12.372ZDEBGAug 26 17:23:11.338Aug 26 17:23:11.338 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
74672026-08-26T17:23:12.372Z 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 26 17:23:11.338
74682026-08-26T17:23:12.372Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]DEBG
74692026-08-26T17:23:12.372Z Aug 26 17:23:11.338replacing 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 } }]
74702026-08-26T17:23:12.372Z INFOAug 26 17:23:11.338 INFO adding route 172.17.0.44/32 -> 10.0.0.255
74712026-08-26T17:23:12.372Z adding route 172.17.0.45/32 -> 10.0.0.255
74722026-08-26T17:23:12.372ZAug 26 17:23:11.338Aug 26 17:23:11.338 DEBGINFO
74732026-08-26T17:23:12.372Z 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 26 17:23:11.338
74742026-08-26T17:23:12.372Z adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG
74752026-08-26T17:23:12.372Zreplacing 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 } }]
74762026-08-26T17:23:12.372ZAug 26 17:23:11.338Aug 26 17:23:11.338Aug 26 17:23:11.338 INFO INFODEBGAug 26 17:23:11.338 adding route 172.17.0.45/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 } }]
74772026-08-26T17:23:12.372ZDEBG
74782026-08-26T17:23:12.372Zreplacing 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 172.17.0.46/32 -> 10.0.0.255
74792026-08-26T17:23:12.372Z
74802026-08-26T17:23:12.372ZAug 26 17:23:11.338Aug 26 17:23:11.338Aug 26 17:23:11.338 DEBG INFO DEBG 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 } }]
74812026-08-26T17:23:12.372ZAug 26 17:23:11.338replacing 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 } }]
74822026-08-26T17:23:12.372Z
74832026-08-26T17:23:12.372ZINFOAug 26 17:23:11.338 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG
74842026-08-26T17:23:12.372Z Aug 26 17:23:11.338replacing 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 26 17:23:11.338Aug 26 17:23:11.338INFO
74852026-08-26T17:23:12.372ZINFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.46/32 -> 10.0.0.255
74862026-08-26T17:23:12.372ZAug 26 17:23:11.338
74872026-08-26T17:23:12.372ZDEBG 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 } }]
74882026-08-26T17:23:12.372Zadding route 172.17.0.59/32 -> 10.0.0.255
74892026-08-26T17:23:12.372ZAug 26 17:23:11.338 DEBGAug 26 17:23:11.338 replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 17:23:11.338
74902026-08-26T17:23:12.377ZDEBG 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 26 17:23:11.338
74912026-08-26T17:23:12.377ZINFOAug 26 17:23:11.338 INFODEBG Aug 26 17:23:11.338 adding route 172.17.0.48/32 -> 10.0.0.255
74922026-08-26T17:23:12.377Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing 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 } }]
74932026-08-26T17:23:12.377Z
74942026-08-26T17:23:12.377ZINFO Aug 26 17:23:11.338adding route 172.17.0.60/32 -> 10.0.0.255Aug 26 17:23:11.338
74952026-08-26T17:23:12.377ZAug 26 17:23:11.338 DEBG DEBG INFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.47/32 -> 10.0.0.255Aug 26 17:23:11.338
74962026-08-26T17:23:12.377Z
74972026-08-26T17:23:12.377Z 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
74982026-08-26T17:23:12.377Zreplacing 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 } }]
74992026-08-26T17:23:12.377ZAug 26 17:23:11.338 Aug 26 17:23:11.338DEBG Aug 26 17:23:11.338INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFOreplacing 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.49/32 -> 10.0.0.255
75002026-08-26T17:23:12.377Z
75012026-08-26T17:23:12.377Z
75022026-08-26T17:23:12.377ZAug 26 17:23:11.338 DEBG failed to allocate space for the new target listAug 26 17:23:11.338
75032026-08-26T17:23:12.377Z Aug 26 17:23:11.338DEBG DEBGreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
75042026-08-26T17:23:12.377Zreplacing 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 26 17:23:11.338
75052026-08-26T17:23:12.377ZAug 26 17:23:11.338 Aug 26 17:23:11.338INFOAug 26 17:23:11.338 Aug 26 17:23:11.338adding route 172.17.0.48/32 -> 10.0.0.255DEBG
75062026-08-26T17:23:12.377Z INFO DEBGadding route 172.17.0.50/32 -> 10.0.0.255INFOAug 26 17:23:11.338 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
75072026-08-26T17:23:12.377Zreplacing 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 } }]
75082026-08-26T17:23:12.377Z
75092026-08-26T17:23:12.377Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
75102026-08-26T17:23:12.377ZDEBG 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 } }]
75112026-08-26T17:23:12.377ZAug 26 17:23:11.338Aug 26 17:23:11.338Aug 26 17:23:11.338 DEBGDEBGINFOAug 26 17:23:11.338 adding route 172.17.0.7/32 -> 10.0.0.255 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 } }]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 } }]
75122026-08-26T17:23:12.377Z
75132026-08-26T17:23:12.377Z adding route 172.17.0.49/32 -> 10.0.0.255
75142026-08-26T17:23:12.377Z
75152026-08-26T17:23:12.377ZAug 26 17:23:11.338 Aug 26 17:23:11.338Aug 26 17:23:11.338 INFO Aug 26 17:23:11.338DEBG 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 } }] DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
75162026-08-26T17:23:12.377Zreplacing 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 } }]
75172026-08-26T17:23:12.377Z
75182026-08-26T17:23:12.377Z adding route 172.17.0.51/32 -> 10.0.0.255
75192026-08-26T17:23:12.377ZAug 26 17:23:11.338Aug 26 17:23:11.338Aug 26 17:23:11.338 INFOINFODEBG Aug 26 17:23:11.338adding route 172.17.0.50/32 -> 10.0.0.255
75202026-08-26T17:23:12.377Zadding route 172.17.0.8/32 -> 10.0.0.255replacing 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 } }]
75212026-08-26T17:23:12.377ZDEBG Aug 26 17:23:11.338replacing 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 } }]
75222026-08-26T17:23:12.377Z
75232026-08-26T17:23:12.377ZAug 26 17:23:11.338DEBG 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 } }]
75242026-08-26T17:23:12.377Zreplacing 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 26 17:23:11.338
75252026-08-26T17:23:12.377ZAug 26 17:23:11.338 INFOINFO Aug 26 17:23:11.338 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 172.17.0.52/32 -> 10.0.0.255INFOAug 26 17:23:11.338 adding route 172.17.0.51/32 -> 10.0.0.255INFO
75262026-08-26T17:23:12.377Z
75272026-08-26T17:23:12.378Z
75282026-08-26T17:23:12.378Z adding route 172.17.0.9/32 -> 10.0.0.255
75292026-08-26T17:23:12.378ZAug 26 17:23:11.338 DEBGAug 26 17:23:11.338 Aug 26 17:23:11.338 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
75302026-08-26T17:23:12.378Z 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 } }]DEBGAug 26 17:23:11.338
75312026-08-26T17:23:12.378Z DEBGAug 26 17:23:11.338 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.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
75322026-08-26T17:23:12.378Z
75332026-08-26T17:23:12.378Zadding route 172.17.0.53/32 -> 10.0.0.255Aug 26 17:23:11.338
75342026-08-26T17:23:12.378Z INFO Aug 26 17:23:11.338adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 26 17:23:11.338
75352026-08-26T17:23:12.378ZAug 26 17:23:11.338 INFODEBG adding route 172.17.0.10/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 } }]Aug 26 17:23:11.338INFO DEBG
75362026-08-26T17:23:12.378Z
75372026-08-26T17:23:12.378Zadding route 172.17.0.52/32 -> 10.0.0.255
75382026-08-26T17:23:12.378Z 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 26 17:23:11.338
75392026-08-26T17:23:12.378Z Aug 26 17:23:11.338DEBGAug 26 17:23:11.338 replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGINFO adding route 172.17.0.54/32 -> 10.0.0.255
75402026-08-26T17:23:12.378Z
75412026-08-26T17:23:12.378Zreplacing 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 26 17:23:11.338
75422026-08-26T17:23:12.378ZINFO Aug 26 17:23:11.338Aug 26 17:23:11.338adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
75432026-08-26T17:23:12.378ZAug 26 17:23:11.338 DEBG INFOINFOAug 26 17:23:11.338replacing 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 } }]
75442026-08-26T17:23:12.378Z DEBGadding route 172.17.0.11/32 -> 10.0.0.255
75452026-08-26T17:23:12.378Zreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.53/32 -> 10.0.0.255
75462026-08-26T17:23:12.378Z
75472026-08-26T17:23:12.378Ztest route::tests::add_target_fails_full ... ok
75482026-08-26T17:23:12.378ZAug 26 17:23:11.338 Aug 26 17:23:11.338INFO DEBGadding route 172.17.0.55/32 -> 10.0.0.255Aug 26 17:23:11.338 Aug 26 17:23:11.338replacing 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 } }]
75492026-08-26T17:23:12.378Ztest route::tests::delete_targets_fragmented ... ok
75502026-08-26T17:23:12.378Z
75512026-08-26T17:23:12.378Z 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 3fff:beef:15::/64 -> 2001:db8::55:ff
75522026-08-26T17:23:12.378ZAug 26 17:23:11.338
75532026-08-26T17:23:12.378ZAug 26 17:23:11.338 DEBG 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 } }]Aug 26 17:23:11.338Aug 26 17:23:11.338
75542026-08-26T17:23:12.378Z adding route 172.17.0.12/32 -> 10.0.0.255DEBG
75552026-08-26T17:23:12.378Zreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
75562026-08-26T17:23:12.378Zadding route 172.17.0.54/32 -> 10.0.0.255Aug 26 17:23:11.338
75572026-08-26T17:23:12.378Z Aug 26 17:23:11.338INFO Aug 26 17:23:11.338 DEBG adding route 172.17.0.56/32 -> 10.0.0.255INFO
75582026-08-26T17:23:12.378ZAug 26 17:23:11.338replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG
75592026-08-26T17:23:12.378Z
75602026-08-26T17:23:12.378Zreplacing 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 26 17:23:11.338
75612026-08-26T17:23:12.378Z DEBG Aug 26 17:23:11.338Aug 26 17:23:11.338replacing 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 26 17:23:11.338
75622026-08-26T17:23:12.378ZDEBGINFO 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 } }]
75632026-08-26T17:23:12.378ZAug 26 17:23:11.338adding route 172.17.0.13/32 -> 10.0.0.255INFO
75642026-08-26T17:23:12.378Z INFOAug 26 17:23:11.338 adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255INFO
75652026-08-26T17:23:12.379Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
75662026-08-26T17:23:12.379Z
75672026-08-26T17:23:12.379ZAug 26 17:23:11.338 DEBGAug 26 17:23:11.338 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 26 17:23:11.338Aug 26 17:23:11.338DEBG
75682026-08-26T17:23:12.379Z 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 } }] 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 } }]
75692026-08-26T17:23:12.379Zreplacing 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 } }]
75702026-08-26T17:23:12.379Z
75712026-08-26T17:23:12.379ZAug 26 17:23:11.338Aug 26 17:23:11.338 INFOAug 26 17:23:11.338Aug 26 17:23:11.338 INFO INFOadding route 172.17.0.56/32 -> 10.0.0.255
75722026-08-26T17:23:12.379Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
75732026-08-26T17:23:12.379Zadding route 172.17.0.58/32 -> 10.0.0.255
75742026-08-26T17:23:12.379ZINFO adding route 172.17.0.14/32 -> 10.0.0.255Aug 26 17:23:11.338
75752026-08-26T17:23:12.379Z DEBGAug 26 17:23:11.338Aug 26 17:23:11.338 DEBGAug 26 17:23:11.338 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 } }]
75762026-08-26T17:23:12.379Zreplacing 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 } }]
75772026-08-26T17:23:12.379Z DEBG Aug 26 17:23:11.345Aug 26 17:23:11.345replacing 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 } }] INFOINFO adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255
75782026-08-26T17:23:12.379Z
75792026-08-26T17:23:12.379Z
75802026-08-26T17:23:12.379ZAug 26 17:23:11.345 Aug 26 17:23:11.345 DEBGINFOAug 26 17:23:11.345 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 } }]DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
75812026-08-26T17:23:12.379Zreplacing 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 } }]
75822026-08-26T17:23:12.379Z
75832026-08-26T17:23:12.379ZAug 26 17:23:11.345Aug 26 17:23:11.345 INFODEBG adding route 172.17.0.16/32 -> 10.0.0.255replacing 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 26 17:23:11.345
75842026-08-26T17:23:12.379Z
75852026-08-26T17:23:12.379Z INFO adding route 172.17.0.60/32 -> 10.0.0.255Aug 26 17:23:11.345
75862026-08-26T17:23:12.379Z 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 } }]
75872026-08-26T17:23:12.379ZAug 26 17:23:11.345 DEBGAug 26 17:23:11.345 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
75882026-08-26T17:23:12.379Z Aug 26 17:23:11.345adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
75892026-08-26T17:23:12.379ZINFO Aug 26 17:23:11.345adding route 172.17.0.17/32 -> 10.0.0.255
75902026-08-26T17:23:12.383ZAug 26 17:23:11.345INFO DEBGadding route 172.17.0.61/32 -> 10.0.0.255
75912026-08-26T17:23:12.383Zreplacing 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 26 17:23:11.345
75922026-08-26T17:23:12.383Z DEBGAug 26 17:23:11.345Aug 26 17:23:11.345 DEBGINFO replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75932026-08-26T17:23:12.383Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffreplacing 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 } }]
75942026-08-26T17:23:12.383Z
75952026-08-26T17:23:12.383Z 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 26 17:23:11.345
75962026-08-26T17:23:12.383ZAug 26 17:23:11.345 Aug 26 17:23:11.345 INFOINFO DEBG adding route 172.17.0.62/32 -> 10.0.0.255 Aug 26 17:23:11.345
75972026-08-26T17:23:12.383Zadding route 172.17.0.18/32 -> 10.0.0.255replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
75982026-08-26T17:23:12.383Z
75992026-08-26T17:23:12.383ZINFO adding route 172.17.0.57/32 -> 10.0.0.255Aug 26 17:23:11.345
76002026-08-26T17:23:12.384Z Aug 26 17:23:11.345DEBGAug 26 17:23:11.345 replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
76012026-08-26T17:23:12.384ZDEBG 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 3fff:beef:1c::/64 -> 2001:db8::55:ff
76022026-08-26T17:23:12.384Z
76032026-08-26T17:23:12.384ZAug 26 17:23:11.345Aug 26 17:23:11.345 DEBGINFOAug 26 17:23:11.345Aug 26 17:23:11.345 replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.63/32 -> 10.0.0.255DEBG
76042026-08-26T17:23:12.384ZINFO
76052026-08-26T17:23:12.384Z adding route 172.17.0.19/32 -> 10.0.0.255replacing 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 } }]
76062026-08-26T17:23:12.384Z
76072026-08-26T17:23:12.384ZAug 26 17:23:11.345 DEBGAug 26 17:23:11.345Aug 26 17:23:11.345 Aug 26 17:23:11.345replacing 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 } }] DEBGINFO
76082026-08-26T17:23:12.384Z 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
76092026-08-26T17:23:12.384Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
76102026-08-26T17:23:12.384Zadding route 172.17.0.58/32 -> 10.0.0.255
76112026-08-26T17:23:12.384ZAug 26 17:23:11.345Aug 26 17:23:11.345Aug 26 17:23:11.345 INFODEBG adding route 172.17.0.20/32 -> 10.0.0.255Aug 26 17:23:11.345DEBG 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 } }] failed to allocate space for the new target listDEBG
76122026-08-26T17:23:12.384Z
76132026-08-26T17:23:12.384Z
76142026-08-26T17:23:12.384Z 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 } }]Aug 26 17:23:11.345
76152026-08-26T17:23:12.384Z INFOAug 26 17:23:11.345Aug 26 17:23:11.345 DEBGDEBGAug 26 17:23:11.345 adding route 3fff:beef:1e::/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 } }]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 } }]
76162026-08-26T17:23:12.384Z
76172026-08-26T17:23:12.384Z
76182026-08-26T17:23:12.384ZINFO Aug 26 17:23:11.345adding route 172.17.0.59/32 -> 10.0.0.255
76192026-08-26T17:23:12.384ZDEBG Aug 26 17:23:11.345Aug 26 17:23:11.345 failed to allocate space for the new target listINFODEBG
76202026-08-26T17:23:12.384Zadding route 172.17.0.21/32 -> 10.0.0.255
76212026-08-26T17:23:12.384Zreplacing 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 26 17:23:11.345
76222026-08-26T17:23:12.384Z DEBGAug 26 17:23:11.345 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 } }]DEBGAug 26 17:23:11.345
76232026-08-26T17:23:12.384Z INFOreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76242026-08-26T17:23:12.384Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 26 17:23:11.345
76252026-08-26T17:23:12.384Z INFO adding route 172.17.0.60/32 -> 10.0.0.255Aug 26 17:23:11.345
76262026-08-26T17:23:12.384Z Aug 26 17:23:11.345INFO DEBGadding route 172.17.0.22/32 -> 10.0.0.255
76272026-08-26T17:23:12.384ZAug 26 17:23:11.345replacing 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 } }]
76282026-08-26T17:23:12.384ZDEBG Aug 26 17:23:11.345replacing 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 } }]
76292026-08-26T17:23:12.384ZDEBGAug 26 17:23:11.345 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 } }]
76302026-08-26T17:23:12.384ZINFO Aug 26 17:23:11.345adding route 3fff:beef:20::/64 -> 2001:db8::55:ff Aug 26 17:23:11.345
76312026-08-26T17:23:12.384Z DEBGINFO failed to allocate space for the new target listAug 26 17:23:11.345adding route 172.17.0.23/32 -> 10.0.0.255
76322026-08-26T17:23:12.384Z
76332026-08-26T17:23:12.384ZDEBG 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 26 17:23:11.345Aug 26 17:23:11.345
76342026-08-26T17:23:12.384Z 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.16.0.0/32 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 } }]
76352026-08-26T17:23:12.384Z
76362026-08-26T17:23:12.385ZAug 26 17:23:11.345 INFOAug 26 17:23:11.345 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO
76372026-08-26T17:23:12.385Z adding route 172.17.0.24/32 -> 10.0.0.255
76382026-08-26T17:23:12.385ZAug 26 17:23:11.345 Aug 26 17:23:11.345DEBG 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
76392026-08-26T17:23:12.385Z 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 } }]
76402026-08-26T17:23:12.385ZAug 26 17:23:11.345 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
76412026-08-26T17:23:12.385ZAug 26 17:23:11.345 INFO adding route 172.17.0.25/32 -> 10.0.0.255
76422026-08-26T17:23:12.385ZAug 26 17:23:11.345 DEBGAug 26 17:23:11.345 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 } }]
76432026-08-26T17:23:12.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 } }]
76442026-08-26T17:23:12.385ZAug 26 17:23:11.345 INFO Aug 26 17:23:11.345adding route 172.17.0.26/32 -> 10.0.0.255
76452026-08-26T17:23:12.385ZINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
76462026-08-26T17:23:12.385ZAug 26 17:23:11.345 DEBGAug 26 17:23:11.345 replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
76472026-08-26T17:23:12.385Ztest route::tests::delete_targets_full ... ok
76482026-08-26T17:23:12.385Z 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 } }]
76492026-08-26T17:23:12.385ZAug 26 17:23:11.345 INFOAug 26 17:23:11.345 adding route 172.17.0.27/32 -> 10.0.0.255INFO
76502026-08-26T17:23:12.385Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
76512026-08-26T17:23:12.385ZAug 26 17:23:11.345 DEBGAug 26 17:23:11.345 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
76522026-08-26T17:23:12.385Z 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 } }]
76532026-08-26T17:23:12.385ZAug 26 17:23:11.345 Aug 26 17:23:11.345INFO INFOadding route 172.17.0.28/32 -> 10.0.0.255
76542026-08-26T17:23:12.385Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
76552026-08-26T17:23:12.385ZAug 26 17:23:11.345Aug 26 17:23:11.345 DEBGDEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
76562026-08-26T17:23:12.385Z
76572026-08-26T17:23:12.385ZAug 26 17:23:11.345 INFO Aug 26 17:23:11.345adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
76582026-08-26T17:23:12.385ZINFO adding route 172.17.0.29/32 -> 10.0.0.255
76592026-08-26T17:23:12.385ZAug 26 17:23:11.345 DEBGAug 26 17:23:11.345 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
76602026-08-26T17:23:12.385Z 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 } }]
76612026-08-26T17:23:12.385ZAug 26 17:23:11.345 INFOAug 26 17:23:11.345 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFO
76622026-08-26T17:23:12.385Z adding route 172.17.0.30/32 -> 10.0.0.255
76632026-08-26T17:23:12.385ZAug 26 17:23:11.345 DEBGAug 26 17:23:11.345 replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
76642026-08-26T17:23:12.385Z 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 } }]
76652026-08-26T17:23:12.385ZAug 26 17:23:11.345 INFOAug 26 17:23:11.345 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFO
76662026-08-26T17:23:12.385Z adding route 172.17.0.31/32 -> 10.0.0.255
76672026-08-26T17:23:12.385ZAug 26 17:23:11.345 DEBGAug 26 17:23:11.345 replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
76682026-08-26T17:23:12.385Z 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 } }]
76692026-08-26T17:23:12.385ZAug 26 17:23:11.345 INFOAug 26 17:23:11.345 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFO
76702026-08-26T17:23:12.385Z adding route 172.17.0.32/32 -> 10.0.0.255
76712026-08-26T17:23:12.385ZAug 26 17:23:11.345 DEBGAug 26 17:23:11.345 replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
76722026-08-26T17:23:12.385Z 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 } }]
76732026-08-26T17:23:12.385ZAug 26 17:23:11.345 INFOAug 26 17:23:11.345 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFO
76742026-08-26T17:23:12.385Z adding route 172.17.0.33/32 -> 10.0.0.255
76752026-08-26T17:23:12.385ZAug 26 17:23:11.345 DEBGAug 26 17:23:11.345 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
76762026-08-26T17:23:12.386Z 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 } }]
76772026-08-26T17:23:12.386ZAug 26 17:23:11.345 INFOAug 26 17:23:11.345 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFO
76782026-08-26T17:23:12.386Z adding route 172.17.0.34/32 -> 10.0.0.255
76792026-08-26T17:23:12.386ZAug 26 17:23:11.345 DEBGAug 26 17:23:11.345 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
76802026-08-26T17:23:12.386Z 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 } }]
76812026-08-26T17:23:12.386ZAug 26 17:23:11.345 Aug 26 17:23:11.345INFO INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
76822026-08-26T17:23:12.386Zadding route 172.17.0.35/32 -> 10.0.0.255
76832026-08-26T17:23:12.386ZAug 26 17:23:11.345 Aug 26 17:23:11.345DEBG 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 } }]
76842026-08-26T17:23:12.386Zreplacing 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 } }]
76852026-08-26T17:23:12.386ZAug 26 17:23:11.345Aug 26 17:23:11.345 INFOINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 172.17.0.36/32 -> 10.0.0.255
76862026-08-26T17:23:12.386Z
76872026-08-26T17:23:12.386ZAug 26 17:23:11.345Aug 26 17:23:11.345 DEBGDEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
76882026-08-26T17:23:12.386Z
76892026-08-26T17:23:12.386ZAug 26 17:23:11.351 INFO adding route 172.17.0.37/32 -> 10.0.0.255
76902026-08-26T17:23:12.390ZAug 26 17:23:11.351Aug 26 17:23:11.351 INFODEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
76912026-08-26T17:23:12.390Z replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 17:23:11.351
76922026-08-26T17:23:12.390Z 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 } }]
76932026-08-26T17:23:12.390ZAug 26 17:23:11.351 INFO Aug 26 17:23:11.351adding route 172.17.0.38/32 -> 10.0.0.255
76942026-08-26T17:23:12.390ZINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
76952026-08-26T17:23:12.390ZAug 26 17:23:11.351 DEBGAug 26 17:23:11.351 replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
76962026-08-26T17:23:12.390Z 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 } }]
76972026-08-26T17:23:12.390ZAug 26 17:23:11.352 INFOAug 26 17:23:11.352 adding route 172.17.0.39/32 -> 10.0.0.255INFO
76982026-08-26T17:23:12.390Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
76992026-08-26T17:23:12.390ZAug 26 17:23:11.352 DEBGAug 26 17:23:11.352 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
77002026-08-26T17:23:12.390Z 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 } }]
77012026-08-26T17:23:12.390ZAug 26 17:23:11.352 INFOAug 26 17:23:11.352 adding route 172.17.0.40/32 -> 10.0.0.255INFO
77022026-08-26T17:23:12.390Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
77032026-08-26T17:23:12.390ZAug 26 17:23:11.352 DEBGAug 26 17:23:11.352 replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
77042026-08-26T17:23:12.390Z 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 } }]
77052026-08-26T17:23:12.390ZAug 26 17:23:11.352 INFOAug 26 17:23:11.352 adding route 172.17.0.41/32 -> 10.0.0.255INFO
77062026-08-26T17:23:12.390Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
77072026-08-26T17:23:12.390ZAug 26 17:23:11.352 DEBGAug 26 17:23:11.352 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
77082026-08-26T17:23:12.390Z 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 } }]
77092026-08-26T17:23:12.391ZAug 26 17:23:11.352 INFOAug 26 17:23:11.352 adding route 172.17.0.42/32 -> 10.0.0.255INFO
77102026-08-26T17:23:12.391Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
77112026-08-26T17:23:12.391ZAug 26 17:23:11.352 DEBGAug 26 17:23:11.352 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
77122026-08-26T17:23:12.391Z 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 } }]
77132026-08-26T17:23:12.391ZAug 26 17:23:11.352 INFOAug 26 17:23:11.352 adding route 172.17.0.43/32 -> 10.0.0.255INFO
77142026-08-26T17:23:12.391Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
77152026-08-26T17:23:12.391ZAug 26 17:23:11.352 DEBGAug 26 17:23:11.352 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
77162026-08-26T17:23:12.391Z 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 } }]
77172026-08-26T17:23:12.391ZAug 26 17:23:11.352 INFOAug 26 17:23:11.352 adding route 172.17.0.44/32 -> 10.0.0.255INFO
77182026-08-26T17:23:12.391Z adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
77192026-08-26T17:23:12.391ZAug 26 17:23:11.352 DEBGAug 26 17:23:11.352 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
77202026-08-26T17:23:12.391Z 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 } }]
77212026-08-26T17:23:12.391ZAug 26 17:23:11.352 INFOAug 26 17:23:11.352 adding route 172.17.0.45/32 -> 10.0.0.255INFO
77222026-08-26T17:23:12.391Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
77232026-08-26T17:23:12.391ZAug 26 17:23:11.352 DEBGAug 26 17:23:11.352 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
77242026-08-26T17:23:12.391Z 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 } }]
77252026-08-26T17:23:12.391ZAug 26 17:23:11.352 INFOAug 26 17:23:11.352 adding route 172.17.0.46/32 -> 10.0.0.255INFO
77262026-08-26T17:23:12.391Z adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
77272026-08-26T17:23:12.391ZAug 26 17:23:11.352 Aug 26 17:23:11.352DEBG 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 } }]
77282026-08-26T17:23:12.391Zreplacing 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 } }]
77292026-08-26T17:23:12.391ZAug 26 17:23:11.352 Aug 26 17:23:11.352INFO INFOadding route 172.17.0.47/32 -> 10.0.0.255
77302026-08-26T17:23:12.391Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
77312026-08-26T17:23:12.391ZAug 26 17:23:11.352 Aug 26 17:23:11.352DEBG 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 } }]
77322026-08-26T17:23:12.391Zreplacing 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 } }]
77332026-08-26T17:23:12.391ZAug 26 17:23:11.352 Aug 26 17:23:11.352INFO INFOadding route 172.17.0.48/32 -> 10.0.0.255
77342026-08-26T17:23:12.391Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
77352026-08-26T17:23:12.391ZAug 26 17:23:11.352 Aug 26 17:23:11.352DEBG DEBGreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77362026-08-26T17:23:12.391Zreplacing 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 } }]
77372026-08-26T17:23:12.391ZAug 26 17:23:11.352 Aug 26 17:23:11.352INFO INFOadding route 172.17.0.49/32 -> 10.0.0.255
77382026-08-26T17:23:12.391Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
77392026-08-26T17:23:12.391ZAug 26 17:23:11.352 Aug 26 17:23:11.352DEBG 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 } }]
77402026-08-26T17:23:12.391Zreplacing 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 } }]
77412026-08-26T17:23:12.391ZAug 26 17:23:11.352 Aug 26 17:23:11.352INFO INFOadding route 172.17.0.50/32 -> 10.0.0.255
77422026-08-26T17:23:12.391Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
77432026-08-26T17:23:12.391ZAug 26 17:23:11.352Aug 26 17:23:11.352 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 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 } }]
77442026-08-26T17:23:12.391Z
77452026-08-26T17:23:12.391ZAug 26 17:23:11.352Aug 26 17:23:11.352 INFOINFO adding route 172.17.0.51/32 -> 10.0.0.255adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
77462026-08-26T17:23:12.391Z
77472026-08-26T17:23:12.392ZAug 26 17:23:11.352Aug 26 17:23:11.352 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 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 } }]
77482026-08-26T17:23:12.392Z
77492026-08-26T17:23:12.392Ztest route::tests::delete_target_full ... ok
77502026-08-26T17:23:12.392ZAug 26 17:23:11.352Aug 26 17:23:11.352 INFOINFO adding route 172.17.0.52/32 -> 10.0.0.255adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
77512026-08-26T17:23:12.392Z
77522026-08-26T17:23:12.392Z
77532026-08-26T17:23:12.392Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
77542026-08-26T17:23:12.392ZAug 26 17:23:11.352 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 } }]
77552026-08-26T17:23:12.392Z
77562026-08-26T17:23:12.392ZAug 26 17:23:11.352 Aug 26 17:23:11.352DEBG INFOreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
77572026-08-26T17:23:12.392Zadding route 172.17.0.53/32 -> 10.0.0.255
77582026-08-26T17:23:12.392ZAug 26 17:23:11.352Aug 26 17:23:11.352 INFODEBG adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffreplacing 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 } }]
77592026-08-26T17:23:12.392Z
77602026-08-26T17:23:12.392ZAug 26 17:23:11.352Aug 26 17:23:11.352 DEBGINFO 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 } }]adding route 172.17.0.54/32 -> 10.0.0.255
77612026-08-26T17:23:12.392Z
77622026-08-26T17:23:12.392ZAug 26 17:23:11.352Aug 26 17:23:11.352 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }]
77632026-08-26T17:23:12.392Z
77642026-08-26T17:23:12.392ZAug 26 17:23:11.352Aug 26 17:23:11.352 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 } }]adding route 172.17.0.55/32 -> 10.0.0.255
77652026-08-26T17:23:12.392Z
77662026-08-26T17:23:12.392ZAug 26 17:23:11.352 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 } }]
77672026-08-26T17:23:12.392ZAug 26 17:23:11.352 INFO adding route 172.17.0.56/32 -> 10.0.0.255
77682026-08-26T17:23:12.392ZAug 26 17:23:11.352 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 } }]
77692026-08-26T17:23:12.392ZAug 26 17:23:11.352 INFO adding route 172.17.0.57/32 -> 10.0.0.255
77702026-08-26T17:23:12.392ZAug 26 17:23:11.352 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 } }]
77712026-08-26T17:23:12.392ZAug 26 17:23:11.352 INFO adding route 172.17.0.58/32 -> 10.0.0.255
77722026-08-26T17:23:12.392ZAug 26 17:23:11.352 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 } }]
77732026-08-26T17:23:12.392ZAug 26 17:23:11.352 INFO adding route 172.17.0.59/32 -> 10.0.0.255
77742026-08-26T17:23:12.392ZAug 26 17:23:11.352 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 } }]
77752026-08-26T17:23:12.392ZAug 26 17:23:11.352 INFO adding route 172.17.0.60/32 -> 10.0.0.255
77762026-08-26T17:23:12.392ZAug 26 17:23:11.352 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 } }]
77772026-08-26T17:23:12.392ZAug 26 17:23:11.352 DEBG failed to allocate space for the new target list
77782026-08-26T17:23:12.392ZAug 26 17:23:11.352 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 } }]
77792026-08-26T17:23:12.392ZAug 26 17:23:11.353 DEBG created new freemap, unit: freemap_route_ipv4
77802026-08-26T17:23:12.392ZAug 26 17:23:11.353 DEBG created new freemap, unit: freemap_route_ipv6
77812026-08-26T17:23:12.392ZAug 26 17:23:11.353 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
77822026-08-26T17:23:12.392ZAug 26 17:23:11.353 DEBG reset freemap, unit: freemap_route_ipv4
77832026-08-26T17:23:12.392ZAug 26 17:23:11.353 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
77842026-08-26T17:23:12.392ZAug 26 17:23:11.353 DEBG reset freemap, unit: freemap_route_ipv6
77852026-08-26T17:23:12.392ZAug 26 17:23:11.353 INFO adding route 172.16.0.0/32 -> 10.0.0.1
77862026-08-26T17:23:12.392ZAug 26 17:23:11.353 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
77872026-08-26T17:23:12.393ZAug 26 17:23:11.353 INFO adding route 172.16.0.0/32 -> 10.0.0.2
77882026-08-26T17:23:12.393ZAug 26 17:23:11.353 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
77892026-08-26T17:23:12.393ZAug 26 17:23:11.353 INFO adding route 172.17.0.0/32 -> 10.0.0.255
77902026-08-26T17:23:12.397ZAug 26 17:23:11.353 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 } }]
77912026-08-26T17:23:12.397ZAug 26 17:23:11.353 INFO adding route 172.17.0.1/32 -> 10.0.0.255
77922026-08-26T17:23:12.397ZAug 26 17:23:11.353 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 } }]
77932026-08-26T17:23:12.397ZAug 26 17:23:11.353 INFO adding route 172.17.0.2/32 -> 10.0.0.255
77942026-08-26T17:23:12.397ZAug 26 17:23:11.353 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 } }]
77952026-08-26T17:23:12.397ZAug 26 17:23:11.353 INFO adding route 172.17.0.3/32 -> 10.0.0.255
77962026-08-26T17:23:12.397ZAug 26 17:23:11.353 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 } }]
77972026-08-26T17:23:12.397ZAug 26 17:23:11.353 INFO adding route 172.17.0.4/32 -> 10.0.0.255
77982026-08-26T17:23:12.397ZAug 26 17:23:11.353 DEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77992026-08-26T17:23:12.397ZAug 26 17:23:11.353 INFO adding route 172.17.0.5/32 -> 10.0.0.255
78002026-08-26T17:23:12.397ZAug 26 17:23:11.353 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 } }]
78012026-08-26T17:23:12.397ZAug 26 17:23:11.353 INFO adding route 172.17.0.6/32 -> 10.0.0.255
78022026-08-26T17:23:12.397ZAug 26 17:23:11.353 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 } }]
78032026-08-26T17:23:12.397ZAug 26 17:23:11.353 INFO adding route 172.17.0.7/32 -> 10.0.0.255
78042026-08-26T17:23:12.397ZAug 26 17:23:11.353 DEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78052026-08-26T17:23:12.397ZAug 26 17:23:11.353 INFO adding route 172.17.0.8/32 -> 10.0.0.255
78062026-08-26T17:23:12.397ZAug 26 17:23:11.353 DEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78072026-08-26T17:23:12.397ZAug 26 17:23:11.353 INFO adding route 172.17.0.9/32 -> 10.0.0.255
78082026-08-26T17:23:12.397ZAug 26 17:23:11.353 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 } }]
78092026-08-26T17:23:12.397ZAug 26 17:23:11.353 INFO adding route 172.17.0.10/32 -> 10.0.0.255
78102026-08-26T17:23:12.397ZAug 26 17:23:11.353 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 } }]
78112026-08-26T17:23:12.397ZAug 26 17:23:11.358 INFO adding route 172.17.0.11/32 -> 10.0.0.255
78122026-08-26T17:23:12.397ZAug 26 17:23:11.358 DEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78132026-08-26T17:23:12.397ZAug 26 17:23:11.358 INFO adding route 172.17.0.12/32 -> 10.0.0.255
78142026-08-26T17:23:12.397ZAug 26 17:23:11.358 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 } }]
78152026-08-26T17:23:12.397ZAug 26 17:23:11.358 INFO adding route 172.17.0.13/32 -> 10.0.0.255
78162026-08-26T17:23:12.397ZAug 26 17:23:11.358 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 } }]
78172026-08-26T17:23:12.397ZAug 26 17:23:11.358 INFO adding route 172.17.0.14/32 -> 10.0.0.255
78182026-08-26T17:23:12.397ZAug 26 17:23:11.358 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 } }]
78192026-08-26T17:23:12.397ZAug 26 17:23:11.358 INFO adding route 172.17.0.15/32 -> 10.0.0.255
78202026-08-26T17:23:12.398ZAug 26 17:23:11.358 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 } }]
78212026-08-26T17:23:12.398ZAug 26 17:23:11.358 INFO adding route 172.17.0.16/32 -> 10.0.0.255
78222026-08-26T17:23:12.398ZAug 26 17:23:11.358 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 } }]
78232026-08-26T17:23:12.398ZAug 26 17:23:11.358 INFO adding route 172.17.0.17/32 -> 10.0.0.255
78242026-08-26T17:23:12.398ZAug 26 17:23:11.358 DEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78252026-08-26T17:23:12.398ZAug 26 17:23:11.358 INFO adding route 172.17.0.18/32 -> 10.0.0.255
78262026-08-26T17:23:12.398ZAug 26 17:23:11.358 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 } }]
78272026-08-26T17:23:12.398ZAug 26 17:23:11.358 INFO adding route 172.17.0.19/32 -> 10.0.0.255
78282026-08-26T17:23:12.398ZAug 26 17:23:11.358 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 } }]
78292026-08-26T17:23:12.398ZAug 26 17:23:11.358 INFO adding route 172.17.0.20/32 -> 10.0.0.255
78302026-08-26T17:23:12.398ZAug 26 17:23:11.358 DEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78312026-08-26T17:23:12.398ZAug 26 17:23:11.358 INFO adding route 172.17.0.21/32 -> 10.0.0.255
78322026-08-26T17:23:12.398ZAug 26 17:23:11.358 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 } }]
78332026-08-26T17:23:12.398ZAug 26 17:23:11.358 INFO adding route 172.17.0.22/32 -> 10.0.0.255
78342026-08-26T17:23:12.398ZAug 26 17:23:11.358 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 } }]
78352026-08-26T17:23:12.398ZAug 26 17:23:11.358 INFO adding route 172.17.0.23/32 -> 10.0.0.255
78362026-08-26T17:23:12.398ZAug 26 17:23:11.358 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 } }]
78372026-08-26T17:23:12.398ZAug 26 17:23:11.358 INFO adding route 172.17.0.24/32 -> 10.0.0.255
78382026-08-26T17:23:12.398ZAug 26 17:23:11.358 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 } }]
78392026-08-26T17:23:12.398ZAug 26 17:23:11.358 INFO adding route 172.17.0.25/32 -> 10.0.0.255
78402026-08-26T17:23:12.398ZAug 26 17:23:11.358 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 } }]
78412026-08-26T17:23:12.398ZAug 26 17:23:11.358 INFO adding route 172.17.0.26/32 -> 10.0.0.255
78422026-08-26T17:23:12.398ZAug 26 17:23:11.358 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 } }]
78432026-08-26T17:23:12.398ZAug 26 17:23:11.359 INFO adding route 172.17.0.27/32 -> 10.0.0.255
78442026-08-26T17:23:12.398ZAug 26 17:23:11.359 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 } }]
78452026-08-26T17:23:12.398ZAug 26 17:23:11.359 INFO adding route 172.17.0.28/32 -> 10.0.0.255
78462026-08-26T17:23:12.398ZAug 26 17:23:11.359 DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78472026-08-26T17:23:12.398ZAug 26 17:23:11.359 INFO adding route 172.17.0.29/32 -> 10.0.0.255
78482026-08-26T17:23:12.398ZAug 26 17:23:11.359 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 } }]
78492026-08-26T17:23:12.398ZAug 26 17:23:11.359 INFO adding route 172.17.0.30/32 -> 10.0.0.255
78502026-08-26T17:23:12.398ZAug 26 17:23:11.359 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 } }]
78512026-08-26T17:23:12.398Z
78522026-08-26T17:23:12.398ZAug 26 17:23:11.359 INFO adding route 172.17.0.31/32 -> 10.0.0.255
78532026-08-26T17:23:12.398ZAug 26 17:23:11.359 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 } }]
78542026-08-26T17:23:12.398Zrunning 0 tests
78552026-08-26T17:23:12.398ZAug 26 17:23:11.359 INFO adding route 172.17.0.32/32 -> 10.0.0.255
78562026-08-26T17:23:12.398ZAug 26 17:23:11.359 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 } }]
78572026-08-26T17:23:12.398ZAug 26 17:23:11.359 INFO adding route 172.17.0.33/32 -> 10.0.0.255
78582026-08-26T17:23:12.398ZAug 26 17:23:11.359 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 } }]
78592026-08-26T17:23:12.399ZAug 26 17:23:11.359 INFO adding route 172.17.0.34/32 -> 10.0.0.255
78602026-08-26T17:23:12.399Z
78612026-08-26T17:23:12.399Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78622026-08-26T17:23:12.399ZAug 26 17:23:11.359 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 } }]
78632026-08-26T17:23:12.399Z
78642026-08-26T17:23:12.399ZAug 26 17:23:11.359 INFO adding route 172.17.0.35/32 -> 10.0.0.255
78652026-08-26T17:23:12.399ZAug 26 17:23:11.359 DEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78662026-08-26T17:23:12.399ZAug 26 17:23:11.359 INFO adding route 172.17.0.36/32 -> 10.0.0.255
78672026-08-26T17:23:12.399ZAug 26 17:23:11.359 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 } }]
78682026-08-26T17:23:12.399ZAug 26 17:23:11.359 INFO adding route 172.17.0.37/32 -> 10.0.0.255
78692026-08-26T17:23:12.399ZAug 26 17:23:11.359 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 } }]
78702026-08-26T17:23:12.399ZAug 26 17:23:11.359 INFO adding route 172.17.0.38/32 -> 10.0.0.255
78712026-08-26T17:23:12.399ZAug 26 17:23:11.359 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 } }]
78722026-08-26T17:23:12.399ZAug 26 17:23:11.359 INFO adding route 172.17.0.39/32 -> 10.0.0.255
78732026-08-26T17:23:12.399ZAug 26 17:23:11.359 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 } }]
78742026-08-26T17:23:12.399ZAug 26 17:23:11.359 INFO adding route 172.17.0.40/32 -> 10.0.0.255
78752026-08-26T17:23:12.399ZAug 26 17:23:11.359 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 } }]
78762026-08-26T17:23:12.399ZAug 26 17:23:11.359 INFO adding route 172.17.0.41/32 -> 10.0.0.255
78772026-08-26T17:23:12.399ZAug 26 17:23:11.359 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 } }]
78782026-08-26T17:23:12.399ZAug 26 17:23:11.359 INFO adding route 172.17.0.42/32 -> 10.0.0.255
78792026-08-26T17:23:12.399ZAug 26 17:23:11.359 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 } }]
78802026-08-26T17:23:12.399ZAug 26 17:23:11.359 INFO adding route 172.17.0.43/32 -> 10.0.0.255
78812026-08-26T17:23:12.399ZAug 26 17:23:11.359 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 } }]
78822026-08-26T17:23:12.399ZAug 26 17:23:11.359 INFO adding route 172.17.0.44/32 -> 10.0.0.255
78832026-08-26T17:23:12.399ZAug 26 17:23:11.359 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 } }]
78842026-08-26T17:23:12.399ZAug 26 17:23:11.359 INFO adding route 172.17.0.45/32 -> 10.0.0.255
78852026-08-26T17:23:12.399ZAug 26 17:23:11.359 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 } }]
78862026-08-26T17:23:12.399ZAug 26 17:23:11.359 INFO adding route 172.17.0.46/32 -> 10.0.0.255
78872026-08-26T17:23:12.399ZAug 26 17:23:11.359 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 } }]
78882026-08-26T17:23:12.399ZAug 26 17:23:11.359 INFO adding route 172.17.0.47/32 -> 10.0.0.255
78892026-08-26T17:23:12.399ZAug 26 17:23:11.359 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 } }]
78902026-08-26T17:23:12.403ZAug 26 17:23:11.359 INFO adding route 172.17.0.48/32 -> 10.0.0.255
78912026-08-26T17:23:12.403ZAug 26 17:23:11.359 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 } }]
78922026-08-26T17:23:12.403ZAug 26 17:23:11.359 INFO adding route 172.17.0.49/32 -> 10.0.0.255
78932026-08-26T17:23:12.403ZAug 26 17:23:11.359 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 } }]
78942026-08-26T17:23:12.403ZAug 26 17:23:11.359 INFO adding route 172.17.0.50/32 -> 10.0.0.255
78952026-08-26T17:23:12.403ZAug 26 17:23:11.359 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 } }]
78962026-08-26T17:23:12.403ZAug 26 17:23:11.359 INFO adding route 172.17.0.51/32 -> 10.0.0.255
78972026-08-26T17:23:12.403ZAug 26 17:23:11.359 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 } }]
78982026-08-26T17:23:12.403ZAug 26 17:23:11.359 INFO adding route 172.17.0.52/32 -> 10.0.0.255
78992026-08-26T17:23:12.403ZAug 26 17:23:11.359 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 } }]
79002026-08-26T17:23:12.403ZAug 26 17:23:11.359 INFO adding route 172.17.0.53/32 -> 10.0.0.255
79012026-08-26T17:23:12.403ZAug 26 17:23:11.359 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 } }]
79022026-08-26T17:23:12.403ZAug 26 17:23:11.359 INFO adding route 172.17.0.54/32 -> 10.0.0.255
79032026-08-26T17:23:12.403ZAug 26 17:23:11.359 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 } }]
79042026-08-26T17:23:12.403ZAug 26 17:23:11.359 INFO adding route 172.17.0.55/32 -> 10.0.0.255
79052026-08-26T17:23:12.403ZAug 26 17:23:11.359 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 } }]
79062026-08-26T17:23:12.403ZAug 26 17:23:11.359 INFO adding route 172.17.0.56/32 -> 10.0.0.255
79072026-08-26T17:23:12.403ZAug 26 17:23:11.359 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 } }]
79082026-08-26T17:23:12.403ZAug 26 17:23:11.359 INFO adding route 172.17.0.57/32 -> 10.0.0.255
79092026-08-26T17:23:12.404ZAug 26 17:23:11.359 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 } }]
79102026-08-26T17:23:12.404ZAug 26 17:23:11.359 INFO adding route 172.17.0.58/32 -> 10.0.0.255
79112026-08-26T17:23:12.404ZAug 26 17:23:11.359 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 } }]
79122026-08-26T17:23:12.404ZAug 26 17:23:11.359 INFO adding route 172.17.0.59/32 -> 10.0.0.255
79132026-08-26T17:23:12.404ZAug 26 17:23:11.359 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 } }]
79142026-08-26T17:23:12.404ZAug 26 17:23:11.359 INFO adding route 172.17.0.60/32 -> 10.0.0.255
79152026-08-26T17:23:12.404ZAug 26 17:23:11.359 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 } }]
79162026-08-26T17:23:12.404ZAug 26 17:23:11.359 INFO adding route 172.17.0.61/32 -> 10.0.0.255
79172026-08-26T17:23:12.404ZAug 26 17:23:11.359 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 } }]
79182026-08-26T17:23:12.404ZAug 26 17:23:11.359 INFO adding route 172.17.0.62/32 -> 10.0.0.255
79192026-08-26T17:23:12.404ZAug 26 17:23:11.359 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 } }]
79202026-08-26T17:23:12.404ZAug 26 17:23:11.359 DEBG failed to allocate space for the new target list
79212026-08-26T17:23:12.404ZAug 26 17:23:11.359 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 } }]
79222026-08-26T17:23:12.404Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-6f1b5734e4ce32a8)
79232026-08-26T17:23:12.404Z Running unittests src/lib.rs (target/debug/deps/dpd_api-129626530bed4535)
79242026-08-26T17:23:12.404Z
79252026-08-26T17:23:12.404Zrunning 0 tests
79262026-08-26T17:23:12.404Z
79272026-08-26T17:23:12.404Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79282026-08-26T17:23:12.404Z
79292026-08-26T17:23:12.404Z Running unittests src/lib.rs (target/debug/deps/dpd_client-997b6ac0c3f3c24c)
79302026-08-26T17:23:12.408Z
79312026-08-26T17:23:12.408Zrunning 6 tests
79322026-08-26T17:23:12.408Ztest tests::test_full_lot_id_both_present ... ok
79332026-08-26T17:23:12.408Ztest tests::test_full_lot_id_neither_present ... ok
79342026-08-26T17:23:12.408Ztest tests::test_full_lot_id_lot_only ... ok
79352026-08-26T17:23:12.408Ztest tests::test_full_lot_id_lotnum_only ... ok
79362026-08-26T17:23:12.408Ztest tests::test_parse_client_port_id ... ok
79372026-08-26T17:23:12.408Ztest tests::test_port_id_cmp ... ok
79382026-08-26T17:23:12.408Z
79392026-08-26T17:23:12.408Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79402026-08-26T17:23:12.408Z
79412026-08-26T17:23:12.408Z Running tests/test_all.rs (target/debug/deps/test_all-27505f3949f0cd2c)
79422026-08-26T17:23:12.413Z
79432026-08-26T17:23:12.413Zrunning 0 tests
79442026-08-26T17:23:12.413Z
79452026-08-26T17:23:12.413Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79462026-08-26T17:23:12.413Z
79472026-08-26T17:23:12.416Z Running unittests src/lib.rs (target/debug/deps/dpd_types-9a1ffdc1254bfaa8)
79482026-08-26T17:23:12.419Z
79492026-08-26T17:23:12.419Zrunning 0 tests
79502026-08-26T17:23:12.419Z
79512026-08-26T17:23:12.419Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79522026-08-26T17:23:12.419Z
79532026-08-26T17:23:12.419Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-fbfe8a6c92a1a523)
79542026-08-26T17:23:12.439Z
79552026-08-26T17:23:12.439Zrunning 15 tests
79562026-08-26T17:23:12.443Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
79572026-08-26T17:23:12.443Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
79582026-08-26T17:23:12.443Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
79592026-08-26T17:23:12.443Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
79602026-08-26T17:23:12.443Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
79612026-08-26T17:23:12.443Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
79622026-08-26T17:23:12.443Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
79632026-08-26T17:23:12.443Ztest v1::network::tests::test_equal ... ok
79642026-08-26T17:23:12.443Ztest v1::network::tests::test_eui64 ... ok
79652026-08-26T17:23:12.443Ztest v1::network::tests::test_into ... ok
79662026-08-26T17:23:12.443Ztest v1::network::tests::test_not_equal ... ok
79672026-08-26T17:23:12.443Ztest v1::port::tests::port_ids_are_ascii ... ok
79682026-08-26T17:23:12.443Ztest v1::network::tests::test_to_string ... ok
79692026-08-26T17:23:12.443Ztest v1::network::tests::test_parse ... ok
79702026-08-26T17:23:12.447Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
79712026-08-26T17:23:12.447Z
79722026-08-26T17:23:12.447Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
79732026-08-26T17:23:12.447Z
79742026-08-26T17:23:12.447Z Running unittests src/lib.rs (target/debug/deps/packet-b7146b2a4ac94eed)
79752026-08-26T17:23:12.471Z
79762026-08-26T17:23:12.471Zrunning 12 tests
79772026-08-26T17:23:12.474Ztest icmp::test_v6_checksum ... ok
79782026-08-26T17:23:12.474Ztest icmp::test_v4_checksum ... ok
79792026-08-26T17:23:12.474Ztest lldp::test_lldp_parse ... ok
79802026-08-26T17:23:12.474Ztest ipv6::test_ipv6_parse ... ok
79812026-08-26T17:23:12.474Ztest pbuf::test_byte ... ok
79822026-08-26T17:23:12.474Ztest pbuf::test_nibble ... ok
79832026-08-26T17:23:12.474Ztest pbuf::test_short ... ok
79842026-08-26T17:23:12.474Ztest pbuf::test_twelve ... ok
79852026-08-26T17:23:12.474Ztest pbuf::test_overflow ... ok
79862026-08-26T17:23:12.474Ztest pbuf::test_word ... ok
79872026-08-26T17:23:12.474Ztest tcp::test_checksum_syn_nodata ... ok
79882026-08-26T17:23:12.474Ztest tcp::test_checksum_ack_data ... ok
79892026-08-26T17:23:12.475Z
79902026-08-26T17:23:12.475Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79912026-08-26T17:23:12.475Z
79922026-08-26T17:23:12.478Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
79932026-08-26T17:23:12.478Z
79942026-08-26T17:23:12.478Zrunning 0 tests
79952026-08-26T17:23:12.478Z
79962026-08-26T17:23:12.478Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79972026-08-26T17:23:12.478Z
79982026-08-26T17:23:12.478Z Running unittests src/main.rs (target/debug/deps/swadm-a91158fda05c6a94)
79992026-08-26T17:23:12.503Z
80002026-08-26T17:23:12.503Zrunning 5 tests
80012026-08-26T17:23:12.506Z Lane 0 Lane 1 Lane 0Lane 2 Lane 3Lane 1
80022026-08-26T17:23:12.506Z Lane 2 Rx Loss-of-lock: Yes Lane 3Yes
80032026-08-26T17:23:12.506ZYes State: ActivatedYes
80042026-08-26T17:23:12.506Z Rx Loss-of-signal: YesActivated YesActivated ActivatedYes
80052026-08-26T17:23:12.506Z Yes Rx Output Enabled: false
80062026-08-26T17:23:12.506Z Rx CDR Enabled: Yes false Yesfalse false
80072026-08-26T17:23:12.506ZYes Rx Output Status: validYes
80082026-08-26T17:23:12.507Z Tx Enabled: Yesvalid validYes valid
80092026-08-26T17:23:12.507ZYes Rx Loss-of-lock: true Yes
80102026-08-26T17:23:12.507Ztrue Tx Loss-of-lock: No trueNo trueNo
80112026-08-26T17:23:12.507Z No
80122026-08-26T17:23:12.507Z Rx Loss-of-signal: false Tx Loss-of-signal: No false No falseNo false
80132026-08-26T17:23:12.507ZNo
80142026-08-26T17:23:12.507ZRx Auto-squelch Disable: true Tx CDR Enabled: No trueNo Notrue Notrue
80152026-08-26T17:23:12.507Z
80162026-08-26T17:23:12.507Z Tx Adaptive EQ Fault: No Tx Output Enabled: true No true No trueNo
80172026-08-26T17:23:12.507Ztrue
80182026-08-26T17:23:12.507Z Tx Fault: Yes Tx Output Status: invalid Yesinvalid invalidYes invalidYes
80192026-08-26T17:23:12.507Z
80202026-08-26T17:23:12.507Z Tx Loss-of-lock: false false false false
80212026-08-26T17:23:12.507Z Tx Loss-of-signal: true true true true
80222026-08-26T17:23:12.507ZTx Auto-squelch Disable: false false false false
80232026-08-26T17:23:12.507Z Tx Adaptive EQ Fail: true true true true
80242026-08-26T17:23:12.507Z Tx Failure: false false false false
80252026-08-26T17:23:12.507Z Tx Force Squelch: true true true true
80262026-08-26T17:23:12.507Z Tx Input Polarity: normal normal normal normal
80272026-08-26T17:23:12.507Ztest switchport::test::test_compute_lanes ... ok
80282026-08-26T17:23:12.507Ztest switchport::test::port_id_ordering ... ok
80292026-08-26T17:23:12.507Ztest switchport::test::test_print_sff_datapath ... ok
80302026-08-26T17:23:12.507Ztest switchport::test::test_print_cmis_datapath ... ok
80312026-08-26T17:23:12.507Ztest link::test_filter ... ok
80322026-08-26T17:23:12.507Z
80332026-08-26T17:23:12.507Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80342026-08-26T17:23:12.507Z
80352026-08-26T17:23:12.511Z Running tests/cli/main.rs (target/debug/deps/cli-504005c2e5d2c7ef)
80362026-08-26T17:23:12.514Z
80372026-08-26T17:23:12.514Zrunning 7 tests
80382026-08-26T17:23:12.514Ztest counters::counters_list ... ignored
80392026-08-26T17:23:12.514Ztest link_apply::apply_tx_eq_all ... ignored
80402026-08-26T17:23:12.514Ztest link_apply::apply_tx_eq_custom ... ignored
80412026-08-26T17:23:12.514Ztest tx_eq::set_all_taps ... ignored
80422026-08-26T17:23:12.514Ztest tx_eq::set_partial_taps ... ignored
80432026-08-26T17:23:12.525Ztest cmd::test::output_txeq ... ok
80442026-08-26T17:23:12.539Ztest link_apply::tx_eq_exclusive ... ok
80452026-08-26T17:23:12.539Z
80462026-08-26T17:23:12.542Ztest result: ok. 2 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.03s
80472026-08-26T17:23:12.542Z
80482026-08-26T17:23:12.542Z Running unittests src/main.rs (target/debug/deps/tfportd-764680ca705f256a)
80492026-08-26T17:23:12.545Z
80502026-08-26T17:23:12.545Zrunning 3 tests
80512026-08-26T17:23:12.548Ztest linklocal::test_parse_ipadm ... ok
80522026-08-26T17:23:12.548Ztest tfport::test_parse_tfport ... ok
80532026-08-26T17:23:12.549Ztest config::tests::test_updates ... ok
80542026-08-26T17:23:12.549Z
80552026-08-26T17:23:12.549Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80562026-08-26T17:23:12.549Z
80572026-08-26T17:23:12.549Z Running unittests src/main.rs (target/debug/deps/uplinkd-8872d4adf66e7b1b)
80582026-08-26T17:23:12.552Z
80592026-08-26T17:23:12.552Zrunning 0 tests
80602026-08-26T17:23:12.555Z
80612026-08-26T17:23:12.555Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80622026-08-26T17:23:12.555Z
80632026-08-26T17:23:12.555Z Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353)
80642026-08-26T17:23:12.559Z
80652026-08-26T17:23:12.559Zrunning 0 tests
80662026-08-26T17:23:12.559Z
80672026-08-26T17:23:12.559Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80682026-08-26T17:23:12.559Z
80692026-08-26T17:23:12.559Z Doc-tests aal
80702026-08-26T17:23:12.784Z
80712026-08-26T17:23:12.784Zrunning 0 tests
80722026-08-26T17:23:12.784Z
80732026-08-26T17:23:12.784Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80742026-08-26T17:23:12.784Z
80752026-08-26T17:23:12.811Z Doc-tests aal_macros
80762026-08-26T17:23:12.884Z
80772026-08-26T17:23:12.884Zrunning 0 tests
80782026-08-26T17:23:12.884Z
80792026-08-26T17:23:12.884Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80802026-08-26T17:23:12.884Z
80812026-08-26T17:23:12.896Z Doc-tests common
80822026-08-26T17:23:13.131Z
80832026-08-26T17:23:13.131Zrunning 0 tests
80842026-08-26T17:23:13.131Z
80852026-08-26T17:23:13.131Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80862026-08-26T17:23:13.131Z
80872026-08-26T17:23:13.158Z Doc-tests dpd_api
80882026-08-26T17:23:13.875Z
80892026-08-26T17:23:13.875Zrunning 2 tests
80902026-08-26T17:23:13.875Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
80912026-08-26T17:23:13.875Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
80922026-08-26T17:23:13.875Z
80932026-08-26T17:23:13.875Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
80942026-08-26T17:23:13.875Z
80952026-08-26T17:23:13.908Z Doc-tests dpd_client
80962026-08-26T17:23:15.407Z
80972026-08-26T17:23:15.407Zrunning 0 tests
80982026-08-26T17:23:15.407Z
80992026-08-26T17:23:15.407Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81002026-08-26T17:23:15.407Z
81012026-08-26T17:23:15.463Z Doc-tests dpd_types
81022026-08-26T17:23:15.647Z
81032026-08-26T17:23:15.647Zrunning 0 tests
81042026-08-26T17:23:15.647Z
81052026-08-26T17:23:15.647Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81062026-08-26T17:23:15.647Z
81072026-08-26T17:23:15.671Z Doc-tests dpd_types_versions
81082026-08-26T17:23:17.182Z
81092026-08-26T17:23:17.182Zrunning 1 test
81102026-08-26T17:23:17.182Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
81112026-08-26T17:23:17.182Z
81122026-08-26T17:23:17.182Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
81132026-08-26T17:23:17.182Z
81142026-08-26T17:23:17.232Z Doc-tests packet
81152026-08-26T17:23:17.453Z
81162026-08-26T17:23:17.453Zrunning 0 tests
81172026-08-26T17:23:17.453Z
81182026-08-26T17:23:17.453Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81192026-08-26T17:23:17.453Z
81202026-08-26T17:23:17.480Z Doc-tests pcap
81212026-08-26T17:23:17.533Z
81222026-08-26T17:23:17.533Zrunning 0 tests
81232026-08-26T17:23:17.533Z
81242026-08-26T17:23:17.533Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81252026-08-26T17:23:17.533Z
81262026-08-26T17:23:17.584Z+ for feat in tofino_stub tofino_asic softnpu chaos
81272026-08-26T17:23:17.584Z+ RUST_BACKTRACE=full
81282026-08-26T17:23:17.584Z+ cargo test --features chaos --no-fail-fast
81292026-08-26T17:23:18.191Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
81302026-08-26T17:23:18.271Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
81312026-08-26T17:23:18.280Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
81322026-08-26T17:23:26.921Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
81332026-08-26T17:23:27.100Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
81342026-08-26T17:24:04.499Z Finished `test` profile [unoptimized + debuginfo] target(s) in 46.89s
81352026-08-26T17:24:04.624Z Running unittests src/lib.rs (target/debug/deps/aal-38ea820840cac455)
81362026-08-26T17:24:04.634Z
81372026-08-26T17:24:04.634Zrunning 0 tests
81382026-08-26T17:24:04.634Z
81392026-08-26T17:24:04.637Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81402026-08-26T17:24:04.637Z
81412026-08-26T17:24:04.637Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
81422026-08-26T17:24:04.640Z
81432026-08-26T17:24:04.640Zrunning 0 tests
81442026-08-26T17:24:04.640Z
81452026-08-26T17:24:04.643Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81462026-08-26T17:24:04.643Z
81472026-08-26T17:24:04.643Z Running unittests src/lib.rs (target/debug/deps/asic-fbbd3f473aded47c)
81482026-08-26T17:24:04.646Z
81492026-08-26T17:24:04.646Zrunning 0 tests
81502026-08-26T17:24:04.646Z
81512026-08-26T17:24:04.649Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81522026-08-26T17:24:04.649Z
81532026-08-26T17:24:04.649Z Running unittests src/lib.rs (target/debug/deps/common-f0fc91ad575fea74)
81542026-08-26T17:24:04.672Z
81552026-08-26T17:24:04.672Zrunning 4 tests
81562026-08-26T17:24:04.675Ztest network::tests::test_generate_ipv6_link_local ... ok
81572026-08-26T17:24:04.675Ztest nat::tests::test_vni ... ok
81582026-08-26T17:24:04.678Ztest test_purge ... ok
81592026-08-26T17:24:04.683Ztest illumos::test::address_exists_handles_missing_object ... ok
81602026-08-26T17:24:04.683Z
81612026-08-26T17:24:04.686Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
81622026-08-26T17:24:04.686Z
81632026-08-26T17:24:04.686Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-049fc7a9b9157ea9)
81642026-08-26T17:24:04.708Z
81652026-08-26T17:24:04.709Zrunning 1 test
81662026-08-26T17:24:04.712Z -------
81672026-08-26T17:24:04.715Z Generating OpenAPI documents from API definitions ...
81682026-08-26T17:24:04.866Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
81692026-08-26T17:24:04.940Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
81702026-08-26T17:24:05.964Z -------
81712026-08-26T17:24:05.964Z Checking 13 OpenAPI documents...
81722026-08-26T17:24:05.967Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
81732026-08-26T17:24:05.967Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
81742026-08-26T17:24:05.967Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
81752026-08-26T17:24:05.967Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
81762026-08-26T17:24:05.967Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
81772026-08-26T17:24:05.967Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
81782026-08-26T17:24:05.967Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
81792026-08-26T17:24:05.967Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
81802026-08-26T17:24:05.967Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
81812026-08-26T17:24:05.967Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
81822026-08-26T17:24:05.968Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
81832026-08-26T17:24:05.968Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
81842026-08-26T17:24:05.968Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
81852026-08-26T17:24:05.968Z Fresh dpd "latest" symlink
81862026-08-26T17:24:05.968Z -------
81872026-08-26T17:24:05.968Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
81882026-08-26T17:24:06.035Ztest test::test_apis_up_to_date ... ok
81892026-08-26T17:24:06.035Z
81902026-08-26T17:24:06.035Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.33s
81912026-08-26T17:24:06.035Z
81922026-08-26T17:24:06.096Z Running unittests src/main.rs (target/debug/deps/dpd-33fbf1c126320551)
81932026-08-26T17:24:06.104Z
81942026-08-26T17:24:06.104Zrunning 34 tests
81952026-08-26T17:24:06.107Ztest freemap::test_ordering ... ok
81962026-08-26T17:24:06.107Ztest config::tests::test_updates ... ok
81972026-08-26T17:24:06.107Ztest dhcpv6::tests::test_create_duid_bytes ... ok
81982026-08-26T17:24:06.107Ztest freemap::test_split ... ok
81992026-08-26T17:24:06.107Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
82002026-08-26T17:24:06.107Ztest macaddrs::tests::test_mac_offset ... ok
82012026-08-26T17:24:06.112Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
82022026-08-26T17:24:06.112Ztest macaddrs::tests::test_parse_port_id ... ok
82032026-08-26T17:24:06.112ZAug 26 17:24:05.103 DEBG Aug 26 17:24:05.103created new freemap DEBG created new freemap, , unitunit:: freemap_testfreemap_test
82042026-08-26T17:24:06.112Z
82052026-08-26T17:24:06.113ZAug 26 17:24:05.103 DEBG initted freemap. size: 128, unit: freemap_test
82062026-08-26T17:24:06.113ZAug 26 17:24:05.103 DEBG initted freemap. size: 128, Aug 26 17:24:05.103unit :DEBG freemap_testreset freemap
82072026-08-26T17:24:06.113Z, unit: freemap_test
82082026-08-26T17:24:06.113Ztest nat::test_mapping ... ok
82092026-08-26T17:24:06.113ZAug 26 17:24:05.103 DEBG reset freemap, unit: freemap_test
82102026-08-26T17:24:06.113ZAug 26 17:24:05.103 DEBG created new freemap, unit: freemap_test
82112026-08-26T17:24:06.113ZAug 26 17:24:05.103 DEBG initted freemap. size: 128, unit: freemap_test
82122026-08-26T17:24:06.113ZAug 26 17:24:05.103 DEBG reset freemap, unit: freemap_test
82132026-08-26T17:24:06.113Ztest freemap::test_basic ... ok
82142026-08-26T17:24:06.113Ztest freemap::test_exhaustion ... ok
82152026-08-26T17:24:06.113ZAug 26 17:24:05.103 DEBG created new freemap, unit: freemap_test
82162026-08-26T17:24:06.113ZAug 26 17:24:05.103 DEBG initted freemap. size: 128, unit: freemap_test
82172026-08-26T17:24:06.113ZAug 26 17:24:05.103 DEBG reset freemap, unit: freemap_test
82182026-08-26T17:24:06.113Ztest freemap::test_free ... ok
82192026-08-26T17:24:06.113Ztest port_map::tests::test_backplane_group ... ok
82202026-08-26T17:24:06.113Ztest freemap::test_reclaim ... ok
82212026-08-26T17:24:06.113Ztest port_map::tests::test_port_map ... ok
82222026-08-26T17:24:06.113Ztest port_map::tests::dump_map ... ok
82232026-08-26T17:24:06.113ZAug 26 17:24:05.104 DEBG created new freemap, unit: freemap_test
82242026-08-26T17:24:06.113ZAug 26 17:24:05.104 DEBG initted freemap. size: 8, unit: freemap_test
82252026-08-26T17:24:06.113ZAug 26 17:24:05.104 DEBG reset freemap, unit: freemap_test
82262026-08-26T17:24:06.113Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
82272026-08-26T17:24:06.113ZAug 26 17:24:05.104 DEBG created new freemap, unit: freemap_test
82282026-08-26T17:24:06.113ZAug 26 17:24:05.104 DEBG initted freemap. size: 128, unit: freemap_test
82292026-08-26T17:24:06.113ZAug 26 17:24:05.104 DEBG reset freemap, unit: freemap_test
82302026-08-26T17:24:06.113Ztest freemap::test_span ... ok
82312026-08-26T17:24:06.113Ztest api_server::tests::test_build_info ... ok
82322026-08-26T17:24:06.113ZAug 26 17:24:05.104 DEBG created new freemapAug 26 17:24:05.104, unitDEBG: created new freemapfreemap_route_ipv4
82332026-08-26T17:24:06.113Z, unit: freemap_route_ipv4Aug 26 17:24:05.104
82342026-08-26T17:24:06.113Z DEBG created new freemap, unit: freemap_route_ipv6Aug 26 17:24:05.104
82352026-08-26T17:24:06.113Z DEBG Aug 26 17:24:05.104created new freemap , DEBGunit :initted freemap. size: 64 , freemap_route_ipv6unit
82362026-08-26T17:24:06.113Z: freemap_route_ipv4
82372026-08-26T17:24:06.113ZAug 26 17:24:05.104 DEBG reset freemap, unit: freemap_route_ipv4
82382026-08-26T17:24:06.113ZAug 26 17:24:05.104 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
82392026-08-26T17:24:06.113ZAug 26 17:24:05.104 DEBG reset freemap, unit: freemap_route_ipv6
82402026-08-26T17:24:06.113ZAug 26 17:24:05.104 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
82412026-08-26T17:24:06.113ZAug 26 17:24:05.104 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 } }]
82422026-08-26T17:24:06.113ZAug 26 17:24:05.104 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
82432026-08-26T17:24:06.113ZAug 26 17:24:05.104 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 } }]
82442026-08-26T17:24:06.113ZAug 26 17:24:05.104 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
82452026-08-26T17:24:06.114ZAug 26 17:24:05.104 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 } }]
82462026-08-26T17:24:06.114ZAug 26 17:24:05.104 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
82472026-08-26T17:24:06.114ZAug 26 17:24:05.104 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 } }]
82482026-08-26T17:24:06.114ZAug 26 17:24:05.104 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
82492026-08-26T17:24:06.114Ztest port_map::tests::parse_softnpu_revision ... ok
82502026-08-26T17:24:06.114ZAug 26 17:24:05.104Aug 26 17:24:05.104 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
82512026-08-26T17:24:06.114ZDEBG 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 } }]
82522026-08-26T17:24:06.114ZAug 26 17:24:05.105 DEBG Aug 26 17:24:05.105reset freemap , INFOunit :adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
82532026-08-26T17:24:06.114Zfreemap_route_ipv4
82542026-08-26T17:24:06.114ZAug 26 17:24:05.105 Aug 26 17:24:05.105DEBG 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 } }]
82552026-08-26T17:24:06.114Zinitted freemap. size: 64, unit: Aug 26 17:24:05.105freemap_route_ipv6
82562026-08-26T17:24:06.114ZINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
82572026-08-26T17:24:06.114ZAug 26 17:24:05.105 DEBG reset freemapAug 26 17:24:05.105, unitDEBG: replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
82582026-08-26T17:24:06.114Z
82592026-08-26T17:24:06.114ZAug 26 17:24:05.105Aug 26 17:24:05.105 INFOINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
82602026-08-26T17:24:06.114Z
82612026-08-26T17:24:06.114ZAug 26 17:24:05.105Aug 26 17:24:05.105 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
82622026-08-26T17:24:06.114Z
82632026-08-26T17:24:06.114ZAug 26 17:24:05.105Aug 26 17:24:05.105 INFOINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2
82642026-08-26T17:24:06.114Z
82652026-08-26T17:24:06.114ZAug 26 17:24:05.105Aug 26 17:24:05.105Aug 26 17:24:05.105 DEBGDEBG DEBGcreated new freemap replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82662026-08-26T17:24:06.114Z,
82672026-08-26T17:24:06.114Zunit: freemap_route_ipv4Aug 26 17:24:05.105
82682026-08-26T17:24:06.114ZAug 26 17:24:05.105 INFOINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 26 17:24:05.105
82692026-08-26T17:24:06.114Zadding route 3fff:beef::/64 -> 2001:db8::55:ff
82702026-08-26T17:24:06.114ZDEBG created new freemapAug 26 17:24:05.105, unitDEBG: replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:24:05.105freemap_route_ipv6
82712026-08-26T17:24:06.114Z
82722026-08-26T17:24:06.114Z DEBG Aug 26 17:24:05.105replacing 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 26 17:24:05.105
82732026-08-26T17:24:06.114Z DEBGINFO initted freemap. size: 64Aug 26 17:24:05.105adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
82742026-08-26T17:24:06.114ZINFO, unitadding route 3fff:beef:1::/64 -> 2001:db8::55:ff:
82752026-08-26T17:24:06.114Z Aug 26 17:24:05.105freemap_route_ipv4 Aug 26 17:24:05.105
82762026-08-26T17:24:06.114ZDEBG DEBG Aug 26 17:24:05.105replacing 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 26 17:24:05.105replacing 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 } }]
82772026-08-26T17:24:06.114Z
82782026-08-26T17:24:06.114ZDEBG reset freemap , DEBGunitAug 26 17:24:05.105Aug 26 17:24:05.105 INFOcreated new freemapINFO, : adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
82792026-08-26T17:24:06.114Zunitfreemap_route_ipv4adding route 3fff:beef:a::/64 -> 2001:db8::55:ff:
82802026-08-26T17:24:06.114Z
82812026-08-26T17:24:06.114Z Aug 26 17:24:05.105freemap_route_ipv4
82822026-08-26T17:24:06.115ZDEBGAug 26 17:24:05.105Aug 26 17:24:05.105 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
82832026-08-26T17:24:06.115Z DEBGinitted freemap. size: 64 , unit: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 26 17:24:05.105freemap_route_ipv6
82842026-08-26T17:24:06.115Z
82852026-08-26T17:24:06.115ZAug 26 17:24:05.105 INFODEBGAug 26 17:24:05.105 Aug 26 17:24:05.105adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
82862026-08-26T17:24:06.115ZINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
82872026-08-26T17:24:06.115ZAug 26 17:24:05.105created new freemap DEBGDEBG, unit reset freemapreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
82882026-08-26T17:24:06.115ZunitAug 26 17:24:05.105:: freemap_route_ipv6freemap_route_ipv6
82892026-08-26T17:24:06.115Z
82902026-08-26T17:24:06.115ZAug 26 17:24:05.105DEBG INFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:24:05.105
82912026-08-26T17:24:06.115Z adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBGAug 26 17:24:05.105
82922026-08-26T17:24:06.115Z INFO initted freemap. size: 64adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 26 17:24:05.105
82932026-08-26T17:24:06.115ZAug 26 17:24:05.105, DEBG unitINFOreplacing 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 26 17:24:05.105adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
82942026-08-26T17:24:06.115Z
82952026-08-26T17:24:06.115Z DEBG: freemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
82962026-08-26T17:24:06.115ZAug 26 17:24:05.105
82972026-08-26T17:24:06.115ZAug 26 17:24:05.105 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 } }]
82982026-08-26T17:24:06.115Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
82992026-08-26T17:24:06.115ZAug 26 17:24:05.105 Aug 26 17:24:05.105Aug 26 17:24:05.105Aug 26 17:24:05.105 DEBGDEBGINFO reset freemapINFOadding route 3fff:dead::/64 -> 2001:db8::55:2,
83002026-08-26T17:24:06.115Zreplacing 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 } }]
83012026-08-26T17:24:06.119Zunitadding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 26 17:24:05.105
83022026-08-26T17:24:06.119Z : DEBGfreemap_route_ipv4 Aug 26 17:24:05.105replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
83032026-08-26T17:24:06.119ZINFO
83042026-08-26T17:24:06.119Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 26 17:24:05.105
83052026-08-26T17:24:06.119Z DEBGAug 26 17:24:05.105 Aug 26 17:24:05.105INFOreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
83062026-08-26T17:24:06.119Z adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 26 17:24:05.105
83072026-08-26T17:24:06.119Z DEBGinitted freemap. size: 64 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 } }],
83082026-08-26T17:24:06.119ZunitAug 26 17:24:05.105: freemap_route_ipv6 Aug 26 17:24:05.105
83092026-08-26T17:24:06.119Z DEBGAug 26 17:24:05.105INFO adding route 3fff:beef:e::/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 } }]
83102026-08-26T17:24:06.119ZINFO
83112026-08-26T17:24:06.119Z adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
83122026-08-26T17:24:06.119ZAug 26 17:24:05.105Aug 26 17:24:05.105Aug 26 17:24:05.105 Aug 26 17:24:05.105INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4DEBGDEBG
83132026-08-26T17:24:06.120Z 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 } }]
83142026-08-26T17:24:06.120Z reset freemapreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
83152026-08-26T17:24:06.120ZunitAug 26 17:24:05.105: DEBGAug 26 17:24:05.105 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 26 17:24:05.105freemap_route_ipv6
83162026-08-26T17:24:06.120Z
83172026-08-26T17:24:06.120Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ffINFO
83182026-08-26T17:24:06.120Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 26 17:24:05.105
83192026-08-26T17:24:06.120ZAug 26 17:24:05.105 Aug 26 17:24:05.105 DEBGINFOAug 26 17:24:05.105INFO adding route 3fff:beef::/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 } }]
83202026-08-26T17:24:06.120Zadding route 3fff:dead::/64 -> 2001:db8::55:1
83212026-08-26T17:24:06.120Z
83222026-08-26T17:24:06.120Z 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 } }]
83232026-08-26T17:24:06.120ZAug 26 17:24:05.105Aug 26 17:24:05.105 Aug 26 17:24:05.105 INFODEBGDEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83242026-08-26T17:24:06.120Z
83252026-08-26T17:24:06.120Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 26 17:24:05.105
83262026-08-26T17:24:06.120Z INFO Aug 26 17:24:05.105Aug 26 17:24:05.105 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 26 17:24:05.105DEBG
83272026-08-26T17:24:06.120Z INFOreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83282026-08-26T17:24:06.120Zadding route 3fff:dead::/64 -> 2001:db8::55:1 INFO
83292026-08-26T17:24:06.120Z Aug 26 17:24:05.105adding route 3fff:beef:1::/64 -> 2001:db8::55:ff Aug 26 17:24:05.105Aug 26 17:24:05.105
83302026-08-26T17:24:06.120ZINFO DEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ffDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
83312026-08-26T17:24:06.120Z
83322026-08-26T17:24:06.120Z
83332026-08-26T17:24:06.120ZAug 26 17:24:05.105 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 26 17:24:05.105Aug 26 17:24:05.105 Aug 26 17:24:05.105
83342026-08-26T17:24:06.120Z INFODEBGINFO replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
83352026-08-26T17:24:06.120Z
83362026-08-26T17:24:06.120Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
83372026-08-26T17:24:06.120ZAug 26 17:24:05.105Aug 26 17:24:05.105Aug 26 17:24:05.105Aug 26 17:24:05.105 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
83382026-08-26T17:24:06.120ZDEBGINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
83392026-08-26T17:24:06.120ZAug 26 17:24:05.105adding 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 } }] INFO
83402026-08-26T17:24:06.120Zadding route 3fff:dead::/64 -> 2001:db8::55:2
83412026-08-26T17:24:06.120ZAug 26 17:24:05.105
83422026-08-26T17:24:06.120Z 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 } }]Aug 26 17:24:05.105
83432026-08-26T17:24:06.120Z Aug 26 17:24:05.105 DEBGAug 26 17:24:05.105INFO 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 } }]
83442026-08-26T17:24:06.120ZAug 26 17:24:05.105DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff INFO
83452026-08-26T17:24:06.121Z adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
83462026-08-26T17:24:06.121ZAug 26 17:24:05.105replacing 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 26 17:24:05.105
83472026-08-26T17:24:06.121ZINFO DEBGAug 26 17:24:05.105adding route 3fff:beef:3::/64 -> 2001:db8::55:ff Aug 26 17:24:05.105
83482026-08-26T17:24:06.121Z 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
83492026-08-26T17:24:06.121Z DEBGadding route 3fff:beef::/64 -> 2001:db8::55:ff
83502026-08-26T17:24:06.121Zreplacing 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 26 17:24:05.105
83512026-08-26T17:24:06.121Z Aug 26 17:24:05.105DEBG 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 26 17:24:05.105
83522026-08-26T17:24:06.121Z Aug 26 17:24:05.105DEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
83532026-08-26T17:24:06.121Zreplacing 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 } }]INFOAug 26 17:24:05.105
83542026-08-26T17:24:06.121Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
83552026-08-26T17:24:06.121ZAug 26 17:24:05.105INFO DEBG adding route 3fff:beef:4::/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 } }]
83562026-08-26T17:24:06.121Z
83572026-08-26T17:24:06.121ZAug 26 17:24:05.105 DEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:24:05.105
83582026-08-26T17:24:06.121ZAug 26 17:24:05.105 Aug 26 17:24:05.105INFO INFOAug 26 17:24:05.105adding route 3fff:beef:1::/64 -> 2001:db8::55:ff INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
83592026-08-26T17:24:06.121Z
83602026-08-26T17:24:06.121Z DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
83612026-08-26T17:24:06.121Zreplacing 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 26 17:24:05.105 Aug 26 17:24:05.105DEBG
83622026-08-26T17:24:06.121Z DEBGAug 26 17:24:05.105 replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
83632026-08-26T17:24:06.121ZDEBGAug 26 17:24:05.105
83642026-08-26T17:24:06.121Z Aug 26 17:24:05.105replacing 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 } }]
83652026-08-26T17:24:06.121ZINFOINFO Aug 26 17:24:05.105adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff Aug 26 17:24:05.105
83662026-08-26T17:24:06.121ZINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 26 17:24:05.105
83672026-08-26T17:24:06.121Z
83682026-08-26T17:24:06.121Z 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:2::/64 -> 2001:db8::55:ffAug 26 17:24:05.105
83692026-08-26T17:24:06.121Z DEBG Aug 26 17:24:05.105replacing 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 } }]
83702026-08-26T17:24:06.121ZAug 26 17:24:05.105
83712026-08-26T17:24:06.121ZDEBG Aug 26 17:24:05.105replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
83722026-08-26T17:24:06.121Z INFO replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83732026-08-26T17:24:06.121ZAug 26 17:24:05.105Aug 26 17:24:05.105 adding route 3fff:beef:16::/64 -> 2001:db8::55:ff INFO
83742026-08-26T17:24:06.121ZAug 26 17:24:05.105INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
83752026-08-26T17:24:06.121ZAug 26 17:24:05.105adding route 3fff:beef:6::/64 -> 2001:db8::55:ff INFODEBG Aug 26 17:24:05.105replacing 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 } }]
83762026-08-26T17:24:06.121Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
83772026-08-26T17:24:06.121Z
83782026-08-26T17:24:06.121ZDEBG 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 } }]
83792026-08-26T17:24:06.121ZAug 26 17:24:05.105Aug 26 17:24:05.105Aug 26 17:24:05.105 Aug 26 17:24:05.105 DEBG INFOINFO 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:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
83802026-08-26T17:24:06.122Z
83812026-08-26T17:24:06.122Z
83822026-08-26T17:24:06.122ZDEBG 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 26 17:24:05.105Aug 26 17:24:05.105
83832026-08-26T17:24:06.122ZDEBGAug 26 17:24:05.105 INFO DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
83842026-08-26T17:24:06.122Z 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 26 17:24:05.105replacing 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 } }]
83852026-08-26T17:24:06.122Z
83862026-08-26T17:24:06.122Z Aug 26 17:24:05.105INFO DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 26 17:24:05.105
83872026-08-26T17:24:06.122Z 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 } }]Aug 26 17:24:05.105 INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
83882026-08-26T17:24:06.122ZAug 26 17:24:05.105adding route 3fff:beef:12::/64 -> 2001:db8::55:ff DEBG
83892026-08-26T17:24:06.122Z
83902026-08-26T17:24:06.122Z 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 } }]
83912026-08-26T17:24:06.122ZAug 26 17:24:05.105 Aug 26 17:24:05.105INFO Aug 26 17:24:05.105DEBGAug 26 17:24:05.105 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 } }]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 } }]
83922026-08-26T17:24:06.122Z
83932026-08-26T17:24:06.122Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
83942026-08-26T17:24:06.122ZAug 26 17:24:05.105
83952026-08-26T17:24:06.122Z INFO Aug 26 17:24:05.105adding route 3fff:beef:19::/64 -> 2001:db8::55:ff Aug 26 17:24:05.105Aug 26 17:24:05.105
83962026-08-26T17:24:06.122ZINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff Aug 26 17:24:05.105
83972026-08-26T17:24:06.122Z DEBGDEBGDEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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: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 } }]
83982026-08-26T17:24:06.122ZAug 26 17:24:05.105
83992026-08-26T17:24:06.122Z
84002026-08-26T17:24:06.122Z 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 } }]Aug 26 17:24:05.105
84012026-08-26T17:24:06.127Z Aug 26 17:24:05.105INFO Aug 26 17:24:05.105Aug 26 17:24:05.105INFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
84022026-08-26T17:24:06.127Z INFOadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFO
84032026-08-26T17:24:06.127Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
84042026-08-26T17:24:06.127Z Aug 26 17:24:05.105Aug 26 17:24:05.105 adding route 3fff:beef:9::/64 -> 2001:db8::55:ff Aug 26 17:24:05.105DEBG
84052026-08-26T17:24:06.127Z 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
84062026-08-26T17:24:06.127Z 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 } }]
84072026-08-26T17:24:06.127Zreplacing 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 } }]
84082026-08-26T17:24:06.127ZAug 26 17:24:05.105Aug 26 17:24:05.105 Aug 26 17:24:05.105INFOAug 26 17:24:05.105 DEBG INFO INFO replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
84092026-08-26T17:24:06.127Z
84102026-08-26T17:24:06.127Z
84112026-08-26T17:24:06.127Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
84122026-08-26T17:24:06.127ZAug 26 17:24:05.105Aug 26 17:24:05.105Aug 26 17:24:05.105 DEBGDEBGAug 26 17:24:05.105INFO 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: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 } }]
84132026-08-26T17:24:06.127Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
84142026-08-26T17:24:06.127Z
84152026-08-26T17:24:06.127ZDEBG Aug 26 17:24:05.105replacing 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 26 17:24:05.105
84162026-08-26T17:24:06.127ZINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFO
84172026-08-26T17:24:06.127Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 26 17:24:05.105Aug 26 17:24:05.105
84182026-08-26T17:24:06.127Z DEBGINFO Aug 26 17:24:05.105adding route 3fff:beef:8::/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 } }]Aug 26 17:24:05.105
84192026-08-26T17:24:06.127Z
84202026-08-26T17:24:06.127ZDEBG DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:24:05.105 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 } }]
84212026-08-26T17:24:06.127Z
84222026-08-26T17:24:06.127ZAug 26 17:24:05.105INFO Aug 26 17:24:05.105DEBGAug 26 17:24:05.105adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
84232026-08-26T17:24:06.127Z 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 } }]INFO
84242026-08-26T17:24:06.127Z INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 26 17:24:05.105adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
84252026-08-26T17:24:06.127Z
84262026-08-26T17:24:06.127ZAug 26 17:24:05.105 DEBGINFO Aug 26 17:24:05.106Aug 26 17:24:05.106replacing 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 } }]
84272026-08-26T17:24:06.127ZDEBG DEBGreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84282026-08-26T17:24:06.127Z 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:9::/64 -> 2001:db8::55:ffAug 26 17:24:05.106
84292026-08-26T17:24:06.127Z
84302026-08-26T17:24:06.127ZINFO Aug 26 17:24:05.106Aug 26 17:24:05.106Aug 26 17:24:05.106 INFOadding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG INFO
84312026-08-26T17:24:06.127Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
84322026-08-26T17:24:06.128Zreplacing 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 } }]
84332026-08-26T17:24:06.128Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 26 17:24:05.106
84342026-08-26T17:24:06.128ZAug 26 17:24:05.106 DEBG DEBGreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:24:05.106
84352026-08-26T17:24:06.128Z Aug 26 17:24:05.106replacing 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 } }]
84362026-08-26T17:24:06.128Z INFODEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:24:05.106
84372026-08-26T17:24:06.128Z
84382026-08-26T17:24:06.128ZINFOAug 26 17:24:05.106 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFOAug 26 17:24:05.106
84392026-08-26T17:24:06.128Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBGAug 26 17:24:05.106
84402026-08-26T17:24:06.128Z Aug 26 17:24:05.106INFO DEBG adding route 3fff:beef:1f::/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 } }]
84412026-08-26T17:24:06.128ZAug 26 17:24:05.106
84422026-08-26T17:24:06.128Z 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
84432026-08-26T17:24:06.128Z Aug 26 17:24:05.106Aug 26 17:24:05.106replacing 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 } }]
84442026-08-26T17:24:06.128ZINFO Aug 26 17:24:05.106DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
84452026-08-26T17:24:06.128ZAug 26 17:24:05.106replacing 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 } }]
84462026-08-26T17:24:06.128ZINFOINFO Aug 26 17:24:05.106adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 26 17:24:05.106 DEBGINFO adding route 3fff:beef:b::/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 } }]
84472026-08-26T17:24:06.128Z
84482026-08-26T17:24:06.128Z
84492026-08-26T17:24:06.128Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
84502026-08-26T17:24:06.128ZAug 26 17:24:05.106Aug 26 17:24:05.106 Aug 26 17:24:05.106Aug 26 17:24:05.106DEBGDEBG 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 } }] adding route 3fff:beef:1b::/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 } }]
84512026-08-26T17:24:06.128Z
84522026-08-26T17:24:06.128Z
84532026-08-26T17:24:06.128ZDEBG 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 26 17:24:05.106
84542026-08-26T17:24:06.128ZAug 26 17:24:05.106 DEBGINFOAug 26 17:24:05.106 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 } }] INFOAug 26 17:24:05.106
84552026-08-26T17:24:06.128Z INFOadding route 3fff:beef:c::/64 -> 2001:db8::55:ff adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 26 17:24:05.106adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
84562026-08-26T17:24:06.128Z
84572026-08-26T17:24:06.128Z
84582026-08-26T17:24:06.128ZINFO Aug 26 17:24:05.106adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff Aug 26 17:24:05.106DEBG
84592026-08-26T17:24:06.128ZAug 26 17:24:05.106 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: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 } }]
84602026-08-26T17:24:06.128Z
84612026-08-26T17:24:06.128ZAug 26 17:24:05.106 replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 26 17:24:05.106DEBG Aug 26 17:24:05.106
84622026-08-26T17:24:06.128Z INFO replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFO
84632026-08-26T17:24:06.128ZAug 26 17:24:05.106
84642026-08-26T17:24:06.128Z INFO Aug 26 17:24:05.106adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 26 17:24:05.106
84652026-08-26T17:24:06.128Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG
84662026-08-26T17:24:06.128ZINFO replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:24:05.106
84672026-08-26T17:24:06.128Z DEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff Aug 26 17:24:05.106
84682026-08-26T17:24:06.128ZAug 26 17:24:05.106replacing 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
84692026-08-26T17:24:06.129ZDEBGAug 26 17:24:05.106 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 } }]adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
84702026-08-26T17:24:06.129ZAug 26 17:24:05.106
84712026-08-26T17:24:06.129Zreplacing 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 } }]
84722026-08-26T17:24:06.129Z INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 26 17:24:05.106Aug 26 17:24:05.106
84732026-08-26T17:24:06.129ZINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 26 17:24:05.106
84742026-08-26T17:24:06.129ZINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
84752026-08-26T17:24:06.129ZAug 26 17:24:05.106Aug 26 17:24:05.106 DEBGDEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
84762026-08-26T17:24:06.129Z
84772026-08-26T17:24:06.129ZAug 26 17:24:05.106Aug 26 17:24:05.106 INFOINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
84782026-08-26T17:24:06.129Z
84792026-08-26T17:24:06.129ZAug 26 17:24:05.106Aug 26 17:24:05.106 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: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 } }]
84802026-08-26T17:24:06.129Z
84812026-08-26T17:24:06.129ZAug 26 17:24:05.106Aug 26 17:24:05.106 INFOINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
84822026-08-26T17:24:06.129Z
84832026-08-26T17:24:06.129ZAug 26 17:24:05.106 Aug 26 17:24:05.106Aug 26 17:24:05.106DEBG DEBGDEBG 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 } }]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 } }],
84842026-08-26T17:24:06.129Zunit
84852026-08-26T17:24:06.129Z: freemap_route_ipv4Aug 26 17:24:05.106Aug 26 17:24:05.106
84862026-08-26T17:24:06.129ZINFO INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
84872026-08-26T17:24:06.129Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
84882026-08-26T17:24:06.129ZAug 26 17:24:05.106Aug 26 17:24:05.106 DEBGDEBGAug 26 17:24:05.106 created new freemapDEBG, unitreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] :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 } }]
84892026-08-26T17:24:06.129Z
84902026-08-26T17:24:06.129Zfreemap_route_ipv6
84912026-08-26T17:24:06.129ZAug 26 17:24:05.106Aug 26 17:24:05.106 Aug 26 17:24:05.106 INFODEBGINFO initted freemap. size: 64adding route 3fff:beef:12::/64 -> 2001:db8::55:ff,
84922026-08-26T17:24:06.129Zunitadding route 3fff:beef:22::/64 -> 2001:db8::55:ff:
84932026-08-26T17:24:06.129Z freemap_route_ipv4Aug 26 17:24:05.106
84942026-08-26T17:24:06.129Z Aug 26 17:24:05.106DEBG 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 } }]Aug 26 17:24:05.106
84952026-08-26T17:24:06.129Z 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
84962026-08-26T17:24:06.129Z reset freemap, unit: freemap_route_ipv4Aug 26 17:24:05.106
84972026-08-26T17:24:06.129ZAug 26 17:24:05.106 INFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
84982026-08-26T17:24:06.129Z
84992026-08-26T17:24:06.129ZAug 26 17:24:05.106 DEBG initted freemap. size: 64, Aug 26 17:24:05.106Aug 26 17:24:05.106 unitDEBG:DEBG freemap_route_ipv6replacing 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 } }]
85002026-08-26T17:24:06.129Z
85012026-08-26T17:24:06.134Zreplacing 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 } }]
85022026-08-26T17:24:06.134Z Aug 26 17:24:05.106DEBG Aug 26 17:24:05.106Aug 26 17:24:05.106DEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap
85032026-08-26T17:24:06.134ZINFO, unit:INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff Aug 26 17:24:05.106
85042026-08-26T17:24:06.134Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff freemap_route_ipv6INFO
85052026-08-26T17:24:06.134Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 26 17:24:05.106
85062026-08-26T17:24:06.134Z DEBG
85072026-08-26T17:24:06.134Z Aug 26 17:24:05.106replacing 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 } }]
85082026-08-26T17:24:06.134Z DEBG Aug 26 17:24:05.106replacing 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 } }]
85092026-08-26T17:24:06.134ZINFOAug 26 17:24:05.106 adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 26 17:24:05.106DEBG
85102026-08-26T17:24:06.134ZINFO Aug 26 17:24:05.106replacing 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:25::/64 -> 2001:db8::55:ff
85112026-08-26T17:24:06.134Z
85122026-08-26T17:24:06.134ZINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 26 17:24:05.106
85132026-08-26T17:24:06.134Z Aug 26 17:24:05.106DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 26 17:24:05.106
85142026-08-26T17:24:06.134ZAug 26 17:24:05.106 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 } }]
85152026-08-26T17:24:06.134ZDEBGINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
85162026-08-26T17:24:06.134Zreplacing 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 26 17:24:05.106 Aug 26 17:24:05.106DEBG
85172026-08-26T17:24:06.134ZAug 26 17:24:05.106 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
85182026-08-26T17:24:06.134Z Aug 26 17:24:05.106
85192026-08-26T17:24:06.134Z 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 } }]INFOAug 26 17:24:05.106
85202026-08-26T17:24:06.134Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG
85212026-08-26T17:24:06.134Zreplacing 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 } }]
85222026-08-26T17:24:06.134ZAug 26 17:24:05.106 INFO Aug 26 17:24:05.106adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 26 17:24:05.106
85232026-08-26T17:24:06.134Z INFODEBG 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:27::/64 -> 2001:db8::55:ff
85242026-08-26T17:24:06.134Z
85252026-08-26T17:24:06.134ZAug 26 17:24:05.106 Aug 26 17:24:05.106DEBG Aug 26 17:24:05.106replacing 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 } }]
85262026-08-26T17:24:06.134ZDEBGAug 26 17:24:05.106INFO 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:17::/64 -> 2001:db8::55:ffAug 26 17:24:05.106
85272026-08-26T17:24:06.134Z INFO DEBG
85282026-08-26T17:24:06.134Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
85292026-08-26T17:24:06.135Zreplacing 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 26 17:24:05.106 Aug 26 17:24:05.106INFO
85302026-08-26T17:24:06.135ZAug 26 17:24:05.106 Aug 26 17:24:05.106DEBG 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
85312026-08-26T17:24:06.135Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
85322026-08-26T17:24:06.135Zadding route 3fff:beef:12::/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 } }]
85332026-08-26T17:24:06.135Z
85342026-08-26T17:24:06.135ZAug 26 17:24:05.106 INFOAug 26 17:24:05.106Aug 26 17:24:05.106 Aug 26 17:24:05.106 INFODEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff 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 } }] adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
85352026-08-26T17:24:06.135Z
85362026-08-26T17:24:06.135Z
85372026-08-26T17:24:06.135Zreplacing 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 } }]
85382026-08-26T17:24:06.135ZAug 26 17:24:05.106 Aug 26 17:24:05.106Aug 26 17:24:05.106 DEBGINFOAug 26 17:24:05.106 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:13::/64 -> 2001:db8::55:ff
85392026-08-26T17:24:06.135ZDEBG
85402026-08-26T17:24:06.135Z 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 } }]
85412026-08-26T17:24:06.135ZAug 26 17:24:05.106adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
85422026-08-26T17:24:06.135ZDEBGAug 26 17:24:05.106 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 } }]INFOAug 26 17:24:05.106
85432026-08-26T17:24:06.135Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ff Aug 26 17:24:05.106
85442026-08-26T17:24:06.135Z INFO DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
85452026-08-26T17:24:06.135ZAug 26 17:24:05.106 replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
85462026-08-26T17:24:06.135Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 26 17:24:05.106
85472026-08-26T17:24:06.135Z Aug 26 17:24:05.106DEBG DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
85482026-08-26T17:24:06.135Z
85492026-08-26T17:24:06.135ZAug 26 17:24:05.106Aug 26 17:24:05.106 Aug 26 17:24:05.106Aug 26 17:24:05.106DEBG 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 } }]INFOINFOINFO
85502026-08-26T17:24:06.135Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
85512026-08-26T17:24:06.135Z
85522026-08-26T17:24:06.135Z
85532026-08-26T17:24:06.135ZAug 26 17:24:05.106Aug 26 17:24:05.106 Aug 26 17:24:05.106Aug 26 17:24:05.106INFO DEBG 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 } }]adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
85542026-08-26T17:24:06.135Zreplacing 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 } }]
85552026-08-26T17:24:06.135Z
85562026-08-26T17:24:06.135Zreplacing 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 } }]
85572026-08-26T17:24:06.135ZAug 26 17:24:05.106 Aug 26 17:24:05.106Aug 26 17:24:05.106Aug 26 17:24:05.106 INFODEBGINFO 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 } }]
85582026-08-26T17:24:06.135Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
85592026-08-26T17:24:06.135Z
85602026-08-26T17:24:06.135Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
85612026-08-26T17:24:06.135ZAug 26 17:24:05.106Aug 26 17:24:05.106 Aug 26 17:24:05.106Aug 26 17:24:05.106 DEBG DEBG DEBGreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85622026-08-26T17:24:06.135Zreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
85632026-08-26T17:24:06.135Zreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
85642026-08-26T17:24:06.135Z
85652026-08-26T17:24:06.135ZAug 26 17:24:05.106Aug 26 17:24:05.106 Aug 26 17:24:05.106INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
85662026-08-26T17:24:06.136ZAug 26 17:24:05.106
85672026-08-26T17:24:06.136Z INFO DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff Aug 26 17:24:05.106
85682026-08-26T17:24:06.136Z Aug 26 17:24:05.106DEBG DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 26 17:24:05.106 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
85692026-08-26T17:24:06.136Z
85702026-08-26T17:24:06.136Z
85712026-08-26T17:24:06.136Zreplacing 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 } }]
85722026-08-26T17:24:06.136ZAug 26 17:24:05.106Aug 26 17:24:05.106 INFOAug 26 17:24:05.106Aug 26 17:24:05.106 INFO INFO INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
85732026-08-26T17:24:06.136Z
85742026-08-26T17:24:06.136Z
85752026-08-26T17:24:06.136Z
85762026-08-26T17:24:06.136ZAug 26 17:24:05.106Aug 26 17:24:05.106Aug 26 17:24:05.106 DEBG DEBG 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 26 17:24:05.106
85772026-08-26T17:24:06.136Zreplacing 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: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 } }]
85782026-08-26T17:24:06.136Z
85792026-08-26T17:24:06.136ZDEBG 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 26 17:24:05.106
85802026-08-26T17:24:06.136ZAug 26 17:24:05.106 Aug 26 17:24:05.106INFO INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff INFO
85812026-08-26T17:24:06.136Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 26 17:24:05.106
85822026-08-26T17:24:06.136Z Aug 26 17:24:05.106INFOAug 26 17:24:05.106 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG
85832026-08-26T17:24:06.136Z 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
85842026-08-26T17:24:06.136Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
85852026-08-26T17:24:06.136Zreplacing 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 26 17:24:05.106
85862026-08-26T17:24:06.136Z INFOAug 26 17:24:05.106Aug 26 17:24:05.106 DEBG DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff Aug 26 17:24:05.106replacing 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 } }] INFOreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85872026-08-26T17:24:06.136Z
85882026-08-26T17:24:06.136Z
85892026-08-26T17:24:06.136Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
85902026-08-26T17:24:06.136ZAug 26 17:24:05.106Aug 26 17:24:05.106Aug 26 17:24:05.106Aug 26 17:24:05.106 DEBGINFODEBG 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:2f::/64 -> 2001:db8::55:ff
85912026-08-26T17:24:06.136Z
85922026-08-26T17:24:06.136Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
85932026-08-26T17:24:06.136Z 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 26 17:24:05.106
85942026-08-26T17:24:06.136ZAug 26 17:24:05.106 Aug 26 17:24:05.106DEBG 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
85952026-08-26T17:24:06.136ZINFOreplacing 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 26 17:24:05.106
85962026-08-26T17:24:06.136Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
85972026-08-26T17:24:06.136ZAug 26 17:24:05.106 INFOINFO Aug 26 17:24:05.106adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
85982026-08-26T17:24:06.136ZINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 26 17:24:05.107
85992026-08-26T17:24:06.136Z
86002026-08-26T17:24:06.136Z DEBGAug 26 17:24:05.107 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 } }]
86012026-08-26T17:24:06.141Zreplacing 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 26 17:24:05.107
86022026-08-26T17:24:06.141Z Aug 26 17:24:05.107DEBGAug 26 17:24:05.107 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 } }]
86032026-08-26T17:24:06.141ZINFO DEBGAug 26 17:24:05.107 adding route 3fff:beef:21::/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 } }]
86042026-08-26T17:24:06.141Z
86052026-08-26T17:24:06.141ZINFO Aug 26 17:24:05.107adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
86062026-08-26T17:24:06.141ZAug 26 17:24:05.107INFO Aug 26 17:24:05.107adding route 3fff:beef:31::/64 -> 2001:db8::55:ff Aug 26 17:24:05.107DEBG DEBGINFO
86072026-08-26T17:24:06.141Z 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:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
86082026-08-26T17:24:06.141Z
86092026-08-26T17:24:06.141Z
86102026-08-26T17:24:06.141ZAug 26 17:24:05.107Aug 26 17:24:05.107Aug 26 17:24:05.107Aug 26 17:24:05.107 DEBGINFOINFO 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 } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
86112026-08-26T17:24:06.141Zreplacing 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 } }]
86122026-08-26T17:24:06.141Z
86132026-08-26T17:24:06.141Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
86142026-08-26T17:24:06.141ZAug 26 17:24:05.107 Aug 26 17:24:05.107Aug 26 17:24:05.107 Aug 26 17:24:05.107DEBGINFODEBG adding route 3fff:beef:1c::/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 } }]INFO
86152026-08-26T17:24:06.141Zreplacing 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 } }]
86162026-08-26T17:24:06.141Z
86172026-08-26T17:24:06.141Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 26 17:24:05.107
86182026-08-26T17:24:06.141Z Aug 26 17:24:05.107DEBGAug 26 17:24:05.107 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 } }]INFOINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
86192026-08-26T17:24:06.141Z
86202026-08-26T17:24:06.141Z
86212026-08-26T17:24:06.141ZAug 26 17:24:05.107Aug 26 17:24:05.107Aug 26 17:24:05.107 DEBGAug 26 17:24:05.107DEBG INFOreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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
86222026-08-26T17:24:06.141Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
86232026-08-26T17:24:06.141Zreplacing 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 } }]
86242026-08-26T17:24:06.141Z
86252026-08-26T17:24:06.141ZAug 26 17:24:05.107 INFOAug 26 17:24:05.107Aug 26 17:24:05.107 INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ff Aug 26 17:24:05.107adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
86262026-08-26T17:24:06.141Z
86272026-08-26T17:24:06.141ZDEBG INFO replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:24:05.107
86282026-08-26T17:24:06.141Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
86292026-08-26T17:24:06.142ZAug 26 17:24:05.107 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 26 17:24:05.107
86302026-08-26T17:24:06.142ZAug 26 17:24:05.107 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 } }]
86312026-08-26T17:24:06.142ZAug 26 17:24:05.107Aug 26 17:24:05.107 INFOINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
86322026-08-26T17:24:06.142Z
86332026-08-26T17:24:06.142ZAug 26 17:24:05.107Aug 26 17:24:05.107 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 } }]
86342026-08-26T17:24:06.142Z
86352026-08-26T17:24:06.142ZAug 26 17:24:05.107Aug 26 17:24:05.107 INFOINFOINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
86362026-08-26T17:24:06.142Z
86372026-08-26T17:24:06.142Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
86382026-08-26T17:24:06.142ZAug 26 17:24:05.107Aug 26 17:24:05.107Aug 26 17:24:05.107 DEBGDEBG DEBGreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
86392026-08-26T17:24:06.142Z
86402026-08-26T17:24:06.142Zreplacing 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 } }]
86412026-08-26T17:24:06.142ZAug 26 17:24:05.107Aug 26 17:24:05.107 Aug 26 17:24:05.107INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFO
86422026-08-26T17:24:06.142ZINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
86432026-08-26T17:24:06.142ZAug 26 17:24:05.107adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
86442026-08-26T17:24:06.142ZDEBG Aug 26 17:24:05.107replacing 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 } }]
86452026-08-26T17:24:06.142ZDEBG 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 } }]
86462026-08-26T17:24:06.142ZAug 26 17:24:05.107Aug 26 17:24:05.107 DEBGINFO replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:24:05.107adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
86472026-08-26T17:24:06.142Z
86482026-08-26T17:24:06.142ZINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
86492026-08-26T17:24:06.142ZAug 26 17:24:05.107Aug 26 17:24:05.107 Aug 26 17:24:05.107DEBG INFODEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
86502026-08-26T17:24:06.142Z
86512026-08-26T17:24:06.142Z 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 } }]
86522026-08-26T17:24:06.142ZAug 26 17:24:05.107Aug 26 17:24:05.107 Aug 26 17:24:05.107INFO DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO
86532026-08-26T17:24:06.142Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86542026-08-26T17:24:06.142Z
86552026-08-26T17:24:06.142ZAug 26 17:24:05.107Aug 26 17:24:05.107 DEBGAug 26 17:24:05.107 INFO replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
86562026-08-26T17:24:06.142Z
86572026-08-26T17:24:06.142Z 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 } }]
86582026-08-26T17:24:06.142ZAug 26 17:24:05.107Aug 26 17:24:05.107Aug 26 17:24:05.107 DEBGINFOINFO 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:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
86592026-08-26T17:24:06.142Z
86602026-08-26T17:24:06.142Z
86612026-08-26T17:24:06.142ZAug 26 17:24:05.107 Aug 26 17:24:05.107DEBGAug 26 17:24:05.107 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 } }]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: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 } }]
86622026-08-26T17:24:06.142Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
86632026-08-26T17:24:06.142Z
86642026-08-26T17:24:06.142Z
86652026-08-26T17:24:06.142ZAug 26 17:24:05.107Aug 26 17:24:05.107 Aug 26 17:24:05.107 DEBGINFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
86662026-08-26T17:24:06.143Zreplacing 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 } }]
86672026-08-26T17:24:06.143Z
86682026-08-26T17:24:06.143ZAug 26 17:24:05.107 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 26 17:24:05.107
86692026-08-26T17:24:06.143Z Aug 26 17:24:05.107Aug 26 17:24:05.107 DEBGDEBG INFOAug 26 17:24:05.107replacing 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: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 } }]
86702026-08-26T17:24:06.143ZDEBG
86712026-08-26T17:24:06.143Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
86722026-08-26T17:24:06.143Z replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:24:05.107Aug 26 17:24:05.107
86732026-08-26T17:24:06.143ZAug 26 17:24:05.107 INFOINFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
86742026-08-26T17:24:06.143Z DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 26 17:24:05.107
86752026-08-26T17:24:06.143ZAug 26 17:24:05.107 DEBGINFOreplacing 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 26 17:24:05.107
86762026-08-26T17:24:06.143ZAug 26 17:24:05.107 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
86772026-08-26T17:24:06.143Zreplacing 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 } }]DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 26 17:24:05.107
86782026-08-26T17:24:06.143Z
86792026-08-26T17:24:06.143Z INFO Aug 26 17:24:05.107Aug 26 17:24:05.107created new freemapAug 26 17:24:05.107 INFOINFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
86802026-08-26T17:24:06.143Z DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
86812026-08-26T17:24:06.143Zreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
86822026-08-26T17:24:06.143Z
86832026-08-26T17:24:06.143ZAug 26 17:24:05.107Aug 26 17:24:05.107, unit DEBG :replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:24:05.107
86842026-08-26T17:24:06.143Z Aug 26 17:24:05.107DEBG DEBGINFOfreemap_route_ipv4 replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 26 17:24:05.107
86852026-08-26T17:24:06.143Z 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 } }]
86862026-08-26T17:24:06.143Z
86872026-08-26T17:24:06.143Z
86882026-08-26T17:24:06.143ZAug 26 17:24:05.107 INFOAug 26 17:24:05.107 INFOAug 26 17:24:05.107 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff Aug 26 17:24:05.107
86892026-08-26T17:24:06.143Zadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff DEBG
86902026-08-26T17:24:06.143ZDEBG INFOcreated new freemap Aug 26 17:24:05.107replacing 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:26::/64 -> 2001:db8::55:ffDEBG
86912026-08-26T17:24:06.143Z, unit:
86922026-08-26T17:24:06.143Zreplacing 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 26 17:24:05.107 Aug 26 17:24:05.107freemap_route_ipv6
86932026-08-26T17:24:06.143Z
86942026-08-26T17:24:06.143ZDEBGINFO Aug 26 17:24:05.107 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 } }]DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
86952026-08-26T17:24:06.143ZAug 26 17:24:05.107
86962026-08-26T17:24:06.143Z Aug 26 17:24:05.107INFO DEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffinitted freemap. size: 64replacing 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 } }]
86972026-08-26T17:24:06.143Z
86982026-08-26T17:24:06.143ZAug 26 17:24:05.107Aug 26 17:24:05.107 , unitDEBG:Aug 26 17:24:05.107 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 } }] adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
86992026-08-26T17:24:06.143ZINFO
87002026-08-26T17:24:06.143ZAug 26 17:24:05.107freemap_route_ipv4 DEBG
87012026-08-26T17:24:06.148Zreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87022026-08-26T17:24:06.148Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 26 17:24:05.107
87032026-08-26T17:24:06.148ZAug 26 17:24:05.107 DEBG Aug 26 17:24:05.107DEBGAug 26 17:24:05.107 Aug 26 17:24:05.107INFOreplacing 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 } }]
87042026-08-26T17:24:06.148Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBG
87052026-08-26T17:24:06.148ZAug 26 17:24:05.107 replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
87062026-08-26T17:24:06.148ZINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
87072026-08-26T17:24:06.148Zfailed to allocate space for the new target listAug 26 17:24:05.107Aug 26 17:24:05.107Aug 26 17:24:05.107 INFO
87082026-08-26T17:24:06.148ZDEBG DEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 26 17:24:05.107replacing 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 } }]
87092026-08-26T17:24:06.148Z
87102026-08-26T17:24:06.148Z replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
87112026-08-26T17:24:06.148Z Aug 26 17:24:05.107replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
87122026-08-26T17:24:06.148ZDEBG Aug 26 17:24:05.107Aug 26 17:24:05.107replacing 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 } }]
87132026-08-26T17:24:06.148ZINFO INFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 26 17:24:05.107
87142026-08-26T17:24:06.148Z INFOadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
87152026-08-26T17:24:06.148Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 26 17:24:05.107
87162026-08-26T17:24:06.148Z DEBG Aug 26 17:24:05.107replacing 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 } }]
87172026-08-26T17:24:06.148ZDEBG 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 26 17:24:05.107Aug 26 17:24:05.107
87182026-08-26T17:24:06.148Z INFO DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
87192026-08-26T17:24:06.148Zreplacing 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 26 17:24:05.107
87202026-08-26T17:24:06.148Z INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 26 17:24:05.107
87212026-08-26T17:24:06.149Z 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 } }]Aug 26 17:24:05.107Aug 26 17:24:05.107
87222026-08-26T17:24:06.149Z INFODEBG Aug 26 17:24:05.107adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff 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 } }]
87232026-08-26T17:24:06.149ZINFO
87242026-08-26T17:24:06.149Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
87252026-08-26T17:24:06.149ZAug 26 17:24:05.107 DEBGAug 26 17:24:05.107Aug 26 17:24:05.107 replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO DEBG
87262026-08-26T17:24:06.149Z adding route 3fff:beef:32::/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 } }]
87272026-08-26T17:24:06.149Z
87282026-08-26T17:24:06.149ZAug 26 17:24:05.107 INFOAug 26 17:24:05.107 Aug 26 17:24:05.107adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFO DEBG
87292026-08-26T17:24:06.149Zadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
87302026-08-26T17:24:06.149Zreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:24:05.107Aug 26 17:24:05.107
87312026-08-26T17:24:06.149Z DEBG DEBGreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:24:05.107
87322026-08-26T17:24:06.149Z replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
87332026-08-26T17:24:06.149Z Aug 26 17:24:05.107adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
87342026-08-26T17:24:06.149ZINFO Aug 26 17:24:05.107adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
87352026-08-26T17:24:06.149ZINFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 26 17:24:05.107
87362026-08-26T17:24:06.149ZAug 26 17:24:05.107 DEBGDEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 26 17:24:05.107
87372026-08-26T17:24:06.149Z
87382026-08-26T17:24:06.149ZDEBG 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 } }]
87392026-08-26T17:24:06.149ZAug 26 17:24:05.107Aug 26 17:24:05.107 Aug 26 17:24:05.107 INFOINFO INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
87402026-08-26T17:24:06.149Z
87412026-08-26T17:24:06.149Zadding route 3fff:beef:3f::/64 -> 2001:db8::55:ff
87422026-08-26T17:24:06.149ZAug 26 17:24:05.107Aug 26 17:24:05.107 Aug 26 17:24:05.107DEBGDEBG 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: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 } }]
87432026-08-26T17:24:06.149Z
87442026-08-26T17:24:06.149ZDEBG 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 } }]
87452026-08-26T17:24:06.149ZAug 26 17:24:05.107Aug 26 17:24:05.107 INFO DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
87462026-08-26T17:24:06.149Zfailed to allocate space for the new target listAug 26 17:24:05.107
87472026-08-26T17:24:06.149Z INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 26 17:24:05.107Aug 26 17:24:05.107
87482026-08-26T17:24:06.149Z Aug 26 17:24:05.107 DEBG DEBG DEBGreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 26 17:24:05.107
87492026-08-26T17:24:06.149Zcreated new freemap
87502026-08-26T17:24:06.149Z , DEBGunit :replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87512026-08-26T17:24:06.149Zfreemap_route_ipv4Aug 26 17:24:05.107
87522026-08-26T17:24:06.149Z DEBG Aug 26 17:24:05.107failed to allocate space for the new target listAug 26 17:24:05.107Aug 26 17:24:05.107
87532026-08-26T17:24:06.149Z INFOINFODEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
87542026-08-26T17:24:06.149Z
87552026-08-26T17:24:06.149Z created new freemap, unitAug 26 17:24:05.107Aug 26 17:24:05.107:reset freemap , freemap_route_ipv6 unitDEBG: DEBG freemap_route_ipv4replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87562026-08-26T17:24:06.149Zreplacing 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 } }]
87572026-08-26T17:24:06.149Z
87582026-08-26T17:24:06.149Z
87592026-08-26T17:24:06.149ZAug 26 17:24:05.107 Aug 26 17:24:05.107Aug 26 17:24:05.107Aug 26 17:24:05.107INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO
87602026-08-26T17:24:06.150ZDEBG DEBG initted freemap. size: 64adding route 3fff:beef:30::/64 -> 2001:db8::55:ff, Aug 26 17:24:05.107
87612026-08-26T17:24:06.150Zinitted freemap. size: 64 DEBG, Aug 26 17:24:05.107unitreplacing 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 } }]:
87622026-08-26T17:24:06.150Zunit : DEBGfreemap_route_ipv4freemap_route_ipv6
87632026-08-26T17:24:06.150Zreplacing 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 } }]
87642026-08-26T17:24:06.150Z
87652026-08-26T17:24:06.150ZAug 26 17:24:05.107 Aug 26 17:24:05.107Aug 26 17:24:05.107DEBG Aug 26 17:24:05.107DEBGINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
87662026-08-26T17:24:06.150Zreset freemapreset freemapINFO, , adding route 3fff:beef:31::/64 -> 2001:db8::55:ffunitunit
87672026-08-26T17:24:06.150Z:: Aug 26 17:24:05.107 freemap_route_ipv4
87682026-08-26T17:24:06.150ZDEBGAug 26 17:24:05.107 replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
87692026-08-26T17:24:06.150ZDEBGAug 26 17:24:05.108 replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
87702026-08-26T17:24:06.150Z
87712026-08-26T17:24:06.150Z Aug 26 17:24:05.108initted freemap. size: 64 , Aug 26 17:24:05.108unit INFO:INFO Aug 26 17:24:05.108 freemap_route_ipv6adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
87722026-08-26T17:24:06.150Zadding route 172.16.0.0/32 -> 10.0.0.1
87732026-08-26T17:24:06.150Z
87742026-08-26T17:24:06.150ZINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 26 17:24:05.108
87752026-08-26T17:24:06.150ZAug 26 17:24:05.108Aug 26 17:24:05.108 DEBG DEBGDEBG reset freemapreplacing 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 } }],
87762026-08-26T17:24:06.150ZunitAug 26 17:24:05.108: 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 } }]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 } }]
87772026-08-26T17:24:06.150ZAug 26 17:24:05.108Aug 26 17:24:05.108 Aug 26 17:24:05.108Aug 26 17:24:05.114DEBG DEBGINFO created new freemapadding route 3fff:beef:33::/64 -> 2001:db8::55:ffcreated new freemap,
87782026-08-26T17:24:06.150ZDEBG unitcreated new freemap:, , unitfreemap_route_ipv4unitAug 26 17:24:05.114
87792026-08-26T17:24:06.150Z :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 } }]
87802026-08-26T17:24:06.150Z :Aug 26 17:24:05.108 DEBG created new freemapfreemap_route_ipv4,
87812026-08-26T17:24:06.150Zunit:Aug 26 17:24:05.114 freemap_route_ipv4INFO
87822026-08-26T17:24:06.150Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
87832026-08-26T17:24:06.150Z Aug 26 17:24:05.114freemap_route_ipv6 freemap_route_ipv4
87842026-08-26T17:24:06.150ZAug 26 17:24:05.114DEBG Aug 26 17:24:05.114 DEBGDEBG created new freemap
87852026-08-26T17:24:06.150Zreplacing 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 } }] ,
87862026-08-26T17:24:06.150Zcreated new freemapunit, : unit:freemap_route_ipv6
87872026-08-26T17:24:06.150ZAug 26 17:24:05.114Aug 26 17:24:05.114freemap_route_ipv6 INFO
87882026-08-26T17:24:06.150Z INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
87892026-08-26T17:24:06.150Zadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 26 17:24:05.114Aug 26 17:24:05.114
87902026-08-26T17:24:06.150ZDEBGAug 26 17:24:05.114DEBG Aug 26 17:24:05.114created new freemap , DEBGinitted freemap. size: 64unit , 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 } }]:unit :freemap_route_ipv6
87912026-08-26T17:24:06.150ZDEBGAug 26 17:24:05.114
87922026-08-26T17:24:06.150Z DEBGfreemap_route_ipv4
87932026-08-26T17:24:06.150ZAug 26 17:24:05.114initted freemap. size: 64 , DEBGunitreplacing 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 } }]
87942026-08-26T17:24:06.150ZAug 26 17:24:05.114 :INFO Aug 26 17:24:05.114initted freemap. size: 64 , adding route 3fff:beef:36::/64 -> 2001:db8::55:ffunit :DEBG freemap_route_ipv4reset freemap
87952026-08-26T17:24:06.150Z
87962026-08-26T17:24:06.150Zfreemap_route_ipv4,
87972026-08-26T17:24:06.151ZunitAug 26 17:24:05.114Aug 26 17:24:05.114Aug 26 17:24:05.114 :DEBGAug 26 17:24:05.114 DEBG freemap_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 } }]INFODEBG
87982026-08-26T17:24:06.151Zreset freemap
87992026-08-26T17:24:06.151Zadding route 3fff:dead::/64 -> 2001:db8::55:1 reset freemap, unit,
88002026-08-26T17:24:06.151Zunit: Aug 26 17:24:05.114freemap_route_ipv4Aug 26 17:24:05.114
88012026-08-26T17:24:06.156Z: DEBGAug 26 17:24:05.114freemap_route_ipv4
88022026-08-26T17:24:06.156Z DEBGinitted freemap. size: 64 Aug 26 17:24:05.114, DEBGINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] unit
88032026-08-26T17:24:06.156Z :Aug 26 17:24:05.114 freemap_route_ipv6 DEBG
88042026-08-26T17:24:06.156Z adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 26 17:24:05.114
88052026-08-26T17:24:06.156Zinitted freemap. size: 64initted freemap. size: 64 , Aug 26 17:24:05.114INFO adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
88062026-08-26T17:24:06.156Zunit :reset freemap Aug 26 17:24:05.114, freemap_route_ipv6, Aug 26 17:24:05.114unit
88072026-08-26T17:24:06.156Z unit:DEBG: DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
88082026-08-26T17:24:06.156Z 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 } }]
88092026-08-26T17:24:06.156Zfreemap_route_ipv6freemap_route_ipv6
88102026-08-26T17:24:06.156ZAug 26 17:24:05.114
88112026-08-26T17:24:06.156ZAug 26 17:24:05.114Aug 26 17:24:05.114Aug 26 17:24:05.114 INFO INFODEBGINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:38::/64 -> 2001:db8::55:ffreset freemap
88122026-08-26T17:24:06.156Z,
88132026-08-26T17:24:06.157ZunitAug 26 17:24:05.114: DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 26 17:24:05.114freemap_route_ipv6
88142026-08-26T17:24:06.157Z reset freemapAug 26 17:24:05.114, unit :
88152026-08-26T17:24:06.157Z DEBGfreemap_route_ipv6 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG
88162026-08-26T17:24:06.157Z
88172026-08-26T17:24:06.157Z Aug 26 17:24:05.114 INFO replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
88182026-08-26T17:24:06.157ZAug 26 17:24:05.114
88192026-08-26T17:24:06.157ZAug 26 17:24:05.114 INFOAug 26 17:24:05.114INFOAug 26 17:24:05.114 Aug 26 17:24:05.114adding route 172.16.0.0/32 -> 10.0.0.1
88202026-08-26T17:24:06.157ZDEBGadding route 172.16.0.0/32 -> 10.0.0.2
88212026-08-26T17:24:06.157Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
88222026-08-26T17:24:06.157ZINFO DEBGAug 26 17:24:05.114 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 26 17:24:05.114
88232026-08-26T17:24:06.157Z Aug 26 17:24:05.114DEBG 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 } }]INFO
88242026-08-26T17:24:06.157ZAug 26 17:24:05.114 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2
88252026-08-26T17:24:06.157Z
88262026-08-26T17:24:06.157ZAug 26 17:24:05.114replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, 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 } }]
88272026-08-26T17:24:06.157Zreplacing 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 } }]INFOAug 26 17:24:05.114
88282026-08-26T17:24:06.157Zadding route 172.17.0.0/32 -> 10.0.0.255
88292026-08-26T17:24:06.157ZAug 26 17:24:05.114INFOAug 26 17:24:05.114 adding route 172.17.0.0/32 -> 10.0.0.255DEBGINFO
88302026-08-26T17:24:06.157Zadding route 3fff:beef::/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 26 17:24:05.114
88312026-08-26T17:24:06.157Z
88322026-08-26T17:24:06.157Z Aug 26 17:24:05.114INFO Aug 26 17:24:05.114Aug 26 17:24:05.114 Aug 26 17:24:05.114DEBG INFOreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
88332026-08-26T17:24:06.157Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:3
88342026-08-26T17:24:06.157Z
88352026-08-26T17:24:06.157ZDEBGAug 26 17:24:05.114DEBG INFOAug 26 17:24:05.114 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 26 17:24:05.114
88362026-08-26T17:24:06.157Zadding route 172.17.0.1/32 -> 10.0.0.255 DEBGreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
88372026-08-26T17:24:06.157Z replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
88382026-08-26T17:24:06.157Z
88392026-08-26T17:24:06.157ZAug 26 17:24:05.114
88402026-08-26T17:24:06.157Z Aug 26 17:24:05.114INFOAug 26 17:24:05.114 Aug 26 17:24:05.114 Aug 26 17:24:05.114adding route 172.17.0.1/32 -> 10.0.0.255INFO
88412026-08-26T17:24:06.157ZDEBG INFOreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
88422026-08-26T17:24:06.157Zadding route 3fff:dead::/64 -> 2001:db8::55:4 INFOAug 26 17:24:05.114 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
88432026-08-26T17:24:06.157Z
88442026-08-26T17:24:06.157Z DEBGAug 26 17:24:05.114 adding route 3fff:beef:1::/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 26 17:24:05.114
88452026-08-26T17:24:06.157Z INFOAug 26 17:24:05.114 adding route 172.17.0.2/32 -> 10.0.0.255DEBGDEBG
88462026-08-26T17:24:06.157Zreplacing 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 } }]
88472026-08-26T17:24:06.157Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
88482026-08-26T17:24:06.157Z
88492026-08-26T17:24:06.158ZAug 26 17:24:05.114 Aug 26 17:24:05.114Aug 26 17:24:05.114 DEBGAug 26 17:24:05.114INFO DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG
88502026-08-26T17:24:06.158ZAug 26 17:24:05.114 INFO replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
88512026-08-26T17:24:06.158Z
88522026-08-26T17:24:06.158Zadding route 172.17.0.2/32 -> 10.0.0.255
88532026-08-26T17:24:06.158ZAug 26 17:24:05.114Aug 26 17:24:05.114 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
88542026-08-26T17:24:06.158Zreplacing 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 26 17:24:05.114INFO
88552026-08-26T17:24:06.158Z adding route 172.17.0.3/32 -> 10.0.0.255DEBG
88562026-08-26T17:24:06.158Zreplacing 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 26 17:24:05.114
88572026-08-26T17:24:06.158Z Aug 26 17:24:05.114INFO DEBGAug 26 17:24:05.114adding route 3fff:beef:2::/64 -> 2001:db8::55:ff failed to allocate space for the new target listAug 26 17:24:05.114INFO
88582026-08-26T17:24:06.158Ztest route::tests::grow_succeeds ... ok
88592026-08-26T17:24:06.158Z Aug 26 17:24:05.114
88602026-08-26T17:24:06.158ZDEBG 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 } }]
88612026-08-26T17:24:06.158Z Aug 26 17:24:05.114DEBG DEBGadding route 172.17.0.3/32 -> 10.0.0.255
88622026-08-26T17:24:06.158Ztest route::tests::identity_replace_is_noop ... ok
88632026-08-26T17:24:06.158ZAug 26 17:24:05.114 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] INFOcreated new freemap
88642026-08-26T17:24:06.158ZAug 26 17:24:05.114adding route 172.17.0.4/32 -> 10.0.0.255, unitAug 26 17:24:05.114:DEBG DEBGfreemap_route_ipv6 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 } }]
88652026-08-26T17:24:06.158Z
88662026-08-26T17:24:06.158Zreplacing 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 } }]
88672026-08-26T17:24:06.158Z
88682026-08-26T17:24:06.158ZAug 26 17:24:05.115Aug 26 17:24:05.115Aug 26 17:24:05.115 INFO DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ff INFOreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
88692026-08-26T17:24:06.158Z Aug 26 17:24:05.115
88702026-08-26T17:24:06.158Z adding route 172.17.0.4/32 -> 10.0.0.255DEBG
88712026-08-26T17:24:06.158Z Aug 26 17:24:05.115initted freemap. size: 64Aug 26 17:24:05.115 INFO, DEBG unit Aug 26 17:24:05.115: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 172.17.0.5/32 -> 10.0.0.255
88722026-08-26T17:24:06.158Z freemap_route_ipv4DEBG
88732026-08-26T17:24:06.158Z
88742026-08-26T17:24:06.158Zreplacing 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 26 17:24:05.115
88752026-08-26T17:24:06.158Z DEBGAug 26 17:24:05.115 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 26 17:24:05.115
88762026-08-26T17:24:06.158ZAug 26 17:24:05.115 INFO INFODEBG Aug 26 17:24:05.115 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreset freemap
88772026-08-26T17:24:06.158Z, adding route 172.17.0.5/32 -> 10.0.0.255unit:INFO freemap_route_ipv4Aug 26 17:24:05.115adding route 172.17.0.6/32 -> 10.0.0.255
88782026-08-26T17:24:06.158Z
88792026-08-26T17:24:06.158Z
88802026-08-26T17:24:06.158ZDEBG Aug 26 17:24:05.115replacing 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 26 17:24:05.115Aug 26 17:24:05.115
88812026-08-26T17:24:06.158Z DEBGDEBG DEBGinitted 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 } }], 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
88822026-08-26T17:24:06.158Z:
88832026-08-26T17:24:06.158Z Aug 26 17:24:05.115freemap_route_ipv6 INFO
88842026-08-26T17:24:06.158Z adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 26 17:24:05.115Aug 26 17:24:05.115
88852026-08-26T17:24:06.158Z Aug 26 17:24:05.115INFO INFOadding route 172.17.0.7/32 -> 10.0.0.255
88862026-08-26T17:24:06.158ZDEBG adding route 172.17.0.6/32 -> 10.0.0.255
88872026-08-26T17:24:06.159Zreset freemapAug 26 17:24:05.115Aug 26 17:24:05.115 DEBG Aug 26 17:24:05.115replacing 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 26 17:24:05.115 , DEBGunit :DEBG created new freemapfreemap_route_ipv6
88882026-08-26T17:24:06.159Z, created new freemap
88892026-08-26T17:24:06.159Zunit, :unit Aug 26 17:24:05.122: freemap_route_ipv4freemap_route_ipv4INFO
88902026-08-26T17:24:06.159Z
88912026-08-26T17:24:06.159Zadding route 3fff:dead::/64 -> 2001:db8::55:1
88922026-08-26T17:24:06.159ZAug 26 17:24:05.122 Aug 26 17:24:05.122INFO DEBGadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
88932026-08-26T17:24:06.159Zcreated new freemap, unit:Aug 26 17:24:05.122 Aug 26 17:24:05.122freemap_route_ipv6 DEBGDEBG
88942026-08-26T17:24:06.159Zcreated new freemap , replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
88952026-08-26T17:24:06.159Z:Aug 26 17:24:05.122 freemap_route_ipv6DEBG
88962026-08-26T17:24:06.159ZAug 26 17:24:05.122 initted freemap. size: 64INFO, unitadding route 3fff:beef:7::/64 -> 2001:db8::55:ff:Aug 26 17:24:05.122
88972026-08-26T17:24:06.159Z freemap_route_ipv4DEBG
88982026-08-26T17:24:06.159Z initted freemap. size: 64, Aug 26 17:24:05.122unit Aug 26 17:24:05.122Aug 26 17:24:05.115 DEBG: DEBGreset freemap , freemap_route_ipv4unit
88992026-08-26T17:24:06.159Z: freemap_route_ipv4replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
89002026-08-26T17:24:06.159Z
89012026-08-26T17:24:06.165Zreplacing 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 26 17:24:05.122
89022026-08-26T17:24:06.165Z Aug 26 17:24:05.122DEBG Aug 26 17:24:05.122INFO DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ffreset freemap
89032026-08-26T17:24:06.165ZAug 26 17:24:05.122 , initted freemap. size: 64 unitINFOAug 26 17:24:05.122: , unitDEBGadding route 172.17.0.7/32 -> 10.0.0.255 :
89042026-08-26T17:24:06.165Z freemap_route_ipv6
89052026-08-26T17:24:06.165Zreplacing 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 } }]freemap_route_ipv4Aug 26 17:24:05.122
89062026-08-26T17:24:06.165Z
89072026-08-26T17:24:06.165Z DEBG Aug 26 17:24:05.122Aug 26 17:24:05.122replacing 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 26 17:24:05.122
89082026-08-26T17:24:06.165Z DEBGDEBG INFO initted freemap. size: 64reset freemap , Aug 26 17:24:05.122adding route 3fff:beef:9::/64 -> 2001:db8::55:ffunit
89092026-08-26T17:24:06.165Z:, unitfreemap_route_ipv6:
89102026-08-26T17:24:06.165Zfreemap_route_ipv6Aug 26 17:24:05.122INFO
89112026-08-26T17:24:06.165Z DEBG adding route 172.17.0.8/32 -> 10.0.0.255replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
89122026-08-26T17:24:06.165Z
89132026-08-26T17:24:06.165ZAug 26 17:24:05.122Aug 26 17:24:05.122 DEBGINFO reset freemapadding route 172.16.0.0/32 -> 10.0.0.1, Aug 26 17:24:05.122
89142026-08-26T17:24:06.165Zunit :INFOAug 26 17:24:05.122 adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 26 17:24:05.122DEBG
89152026-08-26T17:24:06.165Zfreemap_route_ipv6
89162026-08-26T17:24:06.165Z 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 } }]
89172026-08-26T17:24:06.165Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
89182026-08-26T17:24:06.165ZAug 26 17:24:05.122Aug 26 17:24:05.122 Aug 26 17:24:05.122INFO Aug 26 17:24:05.122 INFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1
89192026-08-26T17:24:06.165ZDEBG
89202026-08-26T17:24:06.165ZINFOreplacing 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 } }]
89212026-08-26T17:24:06.165Zadding route 172.16.0.0/32 -> 10.0.0.2
89222026-08-26T17:24:06.165ZAug 26 17:24:05.122Aug 26 17:24:05.122 DEBGDEBGAug 26 17:24:05.122Aug 26 17:24:05.122 INFO DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
89232026-08-26T17:24:06.165Zreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
89242026-08-26T17:24:06.165Z
89252026-08-26T17:24:06.165Z
89262026-08-26T17:24:06.165ZAug 26 17:24:05.122 Aug 26 17:24:05.122Aug 26 17:24:05.122INFOAug 26 17:24:05.122 INFOadding route 172.16.0.0/32 -> 10.0.0.2 adding route 172.16.0.0/32 -> 10.0.0.3
89272026-08-26T17:24:06.165Z
89282026-08-26T17:24:06.165Z INFODEBG adding route 172.17.0.10/32 -> 10.0.0.255replacing 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 26 17:24:05.122Aug 26 17:24:05.122
89292026-08-26T17:24:06.165Z DEBG
89302026-08-26T17:24:06.165Z DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 26 17:24:05.122
89312026-08-26T17:24:06.165Z INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 26 17:24:05.122
89322026-08-26T17:24:06.165ZAug 26 17:24:05.122
89332026-08-26T17:24:06.165ZDEBG 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 } }]
89342026-08-26T17:24:06.165Zadding route 172.16.0.0/32 -> 10.0.0.3Aug 26 17:24:05.122
89352026-08-26T17:24:06.165Z Aug 26 17:24:05.122INFO adding route 172.16.0.0/32 -> 10.0.0.4DEBG
89362026-08-26T17:24:06.166Z Aug 26 17:24:05.122Aug 26 17:24:05.122 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
89372026-08-26T17:24:06.166ZINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 26 17:24:05.122
89382026-08-26T17:24:06.166Zadding route 172.17.0.11/32 -> 10.0.0.255 DEBG Aug 26 17:24:05.122replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
89392026-08-26T17:24:06.166ZAug 26 17:24:05.122
89402026-08-26T17:24:06.166Z INFOINFO Aug 26 17:24:05.122adding route 3fff:beef:d::/64 -> 2001:db8::55:ff adding route 172.16.0.0/32 -> 10.0.0.4DEBGAug 26 17:24:05.122
89412026-08-26T17:24:06.166Z
89422026-08-26T17:24:06.166Z replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
89432026-08-26T17:24:06.166Zadding route 172.17.0.0/32 -> 10.0.0.255
89442026-08-26T17:24:06.166ZAug 26 17:24:05.122 Aug 26 17:24:05.122Aug 26 17:24:05.122DEBG
89452026-08-26T17:24:06.166ZINFO Aug 26 17:24:05.122 DEBGadding route 172.17.0.12/32 -> 10.0.0.255 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, 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 } }]
89462026-08-26T17:24:06.166Z
89472026-08-26T17:24:06.166ZDEBG 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 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 26 17:24:05.122
89482026-08-26T17:24:06.166Z
89492026-08-26T17:24:06.166Z Aug 26 17:24:05.122DEBG Aug 26 17:24:05.122 DEBG Aug 26 17:24:05.122Aug 26 17:24:05.122 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] INFODEBG
89502026-08-26T17:24:06.166Z INFOadding route 172.17.0.1/32 -> 10.0.0.255
89512026-08-26T17:24:06.166Zreplacing 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 } }]
89522026-08-26T17:24:06.166Z
89532026-08-26T17:24:06.166Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 26 17:24:05.122Aug 26 17:24:05.122
89542026-08-26T17:24:06.166Z Aug 26 17:24:05.108DEBGINFO 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 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 172.17.0.13/32 -> 10.0.0.255
89552026-08-26T17:24:06.166ZAug 26 17:24:05.122
89562026-08-26T17:24:06.166Z
89572026-08-26T17:24:06.166ZDEBG 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 } }]
89582026-08-26T17:24:06.166Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
89592026-08-26T17:24:06.166ZAug 26 17:24:05.122Aug 26 17:24:05.122 INFODEBG adding route 172.17.0.2/32 -> 10.0.0.255Aug 26 17:24:05.122
89602026-08-26T17:24:06.166Z 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 } }]INFO
89612026-08-26T17:24:06.166Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 26 17:24:05.122
89622026-08-26T17:24:06.166ZAug 26 17:24:05.122 DEBGDEBG Aug 26 17:24:05.122replacing 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 } }]
89632026-08-26T17:24:06.166Ztest route::tests::rollback_on_compact_delete_failure ... ok
89642026-08-26T17:24:06.166ZDEBGAug 26 17:24:05.122 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
89652026-08-26T17:24:06.166Zreplacing 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 } }]
89662026-08-26T17:24:06.166ZAug 26 17:24:05.122adding route 172.17.0.14/32 -> 10.0.0.255
89672026-08-26T17:24:06.166ZINFO Aug 26 17:24:05.122adding route 172.17.0.3/32 -> 10.0.0.255Aug 26 17:24:05.122
89682026-08-26T17:24:06.166Z INFOINFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 26 17:24:05.122adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
89692026-08-26T17:24:06.166ZDEBGAug 26 17:24:05.122
89702026-08-26T17:24:06.166Z 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 } }]
89712026-08-26T17:24:06.166Zreplacing 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 } }]
89722026-08-26T17:24:06.166ZAug 26 17:24:05.122 DEBGAug 26 17:24:05.122 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 26 17:24:05.122
89732026-08-26T17:24:06.167ZINFO INFO adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.4/32 -> 10.0.0.255
89742026-08-26T17:24:06.167Z
89752026-08-26T17:24:06.167ZAug 26 17:24:05.122Aug 26 17:24:05.122 DEBGINFOAug 26 17:24:05.122 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBGAug 26 17:24:05.122
89762026-08-26T17:24:06.167Zreplacing 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 } }]
89772026-08-26T17:24:06.167Z DEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
89782026-08-26T17:24:06.167Z
89792026-08-26T17:24:06.167ZAug 26 17:24:05.122 DEBG Aug 26 17:24:05.122replacing 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 } }]
89802026-08-26T17:24:06.167ZAug 26 17:24:05.122INFO INFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 26 17:24:05.122
89812026-08-26T17:24:06.167Z Aug 26 17:24:05.122INFO DEBGadding route 172.17.0.5/32 -> 10.0.0.255 Aug 26 17:24:05.122failed to allocate space for the new target listadding route 172.17.0.16/32 -> 10.0.0.255
89822026-08-26T17:24:06.167Z
89832026-08-26T17:24:06.167Z
89842026-08-26T17:24:06.167Z DEBGAug 26 17:24:05.122 Aug 26 17:24:05.122 Aug 26 17:24:05.122DEBGDEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
89852026-08-26T17:24:06.167Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG
89862026-08-26T17:24:06.167Z
89872026-08-26T17:24:06.167Z 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 } }]
89882026-08-26T17:24:06.167ZAug 26 17:24:05.122Aug 26 17:24:05.122 Aug 26 17:24:05.122 INFO INFO INFO adding route 172.17.0.6/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
89892026-08-26T17:24:06.167Z
89902026-08-26T17:24:06.167Z
89912026-08-26T17:24:06.167ZAug 26 17:24:05.122Aug 26 17:24:05.122 Aug 26 17:24:05.122DEBG DEBGDEBGreplacing 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 } }]
89922026-08-26T17:24:06.167Z replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
89932026-08-26T17:24:06.167Z
89942026-08-26T17:24:06.167ZAug 26 17:24:05.122 INFO adding route 172.17.0.18/32 -> 10.0.0.255
89952026-08-26T17:24:06.167ZAug 26 17:24:05.122Aug 26 17:24:05.122 INFOINFO Aug 26 17:24:05.122adding route 3fff:beef:13::/64 -> 2001:db8::55:ff adding route 172.17.0.7/32 -> 10.0.0.255
89962026-08-26T17:24:06.167ZDEBG
89972026-08-26T17:24:06.167ZAug 26 17:24:05.123 DEBG Aug 26 17:24:05.129created new freemap , 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 } }]
89982026-08-26T17:24:06.167Zfreemap_route_ipv4
89992026-08-26T17:24:06.167Z Aug 26 17:24:05.129DEBGAug 26 17:24:05.129 Aug 26 17:24:05.129replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO DEBG Aug 26 17:24:05.129DEBG DEBGcreated new freemap 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
90002026-08-26T17:24:06.167Z,
90012026-08-26T17:24:06.172Zunit: Aug 26 17:24:05.129freemap_route_ipv6
90022026-08-26T17:24:06.172ZINFOAug 26 17:24:05.129 adding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFO
90032026-08-26T17:24:06.172Z adding route 3fff:dead::/64 -> 2001:db8::55:2
90042026-08-26T17:24:06.172ZAug 26 17:24:05.129Aug 26 17:24:05.123Aug 26 17:24:05.129 DEBGDEBG initted freemap. size: 64created new freemap, , unitAug 26 17:24:05.129unitDEBG : :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
90052026-08-26T17:24:06.172Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
90062026-08-26T17:24:06.172Zfreemap_route_ipv4
90072026-08-26T17:24:06.172ZAug 26 17:24:05.129freemap_route_ipv4
90082026-08-26T17:24:06.172ZINFO Aug 26 17:24:05.129Aug 26 17:24:05.129 INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffcreated new freemap
90092026-08-26T17:24:06.172Z,
90102026-08-26T17:24:06.172ZunitAug 26 17:24:05.129 :DEBG reset freemap , freemap_route_ipv6Aug 26 17:24:05.129unitAug 26 17:24:05.129
90112026-08-26T17:24:06.172Z:DEBG DEBG freemap_route_ipv4Aug 26 17:24:05.129replacing 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 } }]
90122026-08-26T17:24:06.172Z
90132026-08-26T17:24:06.172Z 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 } }]initted freemap. size: 64
90142026-08-26T17:24:06.172ZAug 26 17:24:05.129, Aug 26 17:24:05.129 DEBGunitINFO initted freemap. size: 64:, freemap_route_ipv4unit
90152026-08-26T17:24:06.172ZAug 26 17:24:05.129adding route 3fff:beef:16::/64 -> 2001:db8::55:ff:
90162026-08-26T17:24:06.172Zfreemap_route_ipv6
90172026-08-26T17:24:06.172ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 26 17:24:05.129Aug 26 17:24:05.129
90182026-08-26T17:24:06.172Z DEBGDEBG reset freemapreset freemapAug 26 17:24:05.129Aug 26 17:24:05.129, unit , DEBG:unit DEBG:freemap_route_ipv6 freemap_route_ipv4replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
90192026-08-26T17:24:06.172Z
90202026-08-26T17:24:06.172Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
90212026-08-26T17:24:06.172Z
90222026-08-26T17:24:06.172ZAug 26 17:24:05.129Aug 26 17:24:05.129 DEBGAug 26 17:24:05.129INFO initted freemap. size: 64Aug 26 17:24:05.129adding route 3fff:beef:17::/64 -> 2001:db8::55:ff ,
90232026-08-26T17:24:06.172Z INFO DEBGunit :adding route 172.17.0.8/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.1
90242026-08-26T17:24:06.172Z
90252026-08-26T17:24:06.172Z
90262026-08-26T17:24:06.172ZAug 26 17:24:05.129freemap_route_ipv6
90272026-08-26T17:24:06.172Z DEBGAug 26 17:24:05.129 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 } }]WARNAug 26 17:24:05.129 shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG
90282026-08-26T17:24:06.172Z Aug 26 17:24:05.129reset freemap
90292026-08-26T17:24:06.172Z, DEBG unitAug 26 17:24:05.129:Aug 26 17:24:05.129replacing 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 } }]
90302026-08-26T17:24:06.172ZERROAug 26 17:24:05.129 INFOfreemap_route_ipv6 Aug 26 17:24:05.129
90312026-08-26T17:24:06.173Z DEBG INFO adding route 172.17.0.9/32 -> 10.0.0.255rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
90322026-08-26T17:24:06.173Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
90332026-08-26T17:24:06.173ZAug 26 17:24:05.129
90342026-08-26T17:24:06.173Z INFOAug 26 17:24:05.129 Aug 26 17:24:05.129DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 26 17:24:05.129
90352026-08-26T17:24:06.173ZDEBG 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 } }]
90362026-08-26T17:24:06.173Z
90372026-08-26T17:24:06.173ZERRO Aug 26 17:24:05.129replacing 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 } }]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
90382026-08-26T17:24:06.173Z
90392026-08-26T17:24:06.173ZINFO Aug 26 17:24:05.129Aug 26 17:24:05.129adding route 172.16.0.0/32 -> 10.0.0.1 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 } }]adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
90402026-08-26T17:24:06.173ZAug 26 17:24:05.129
90412026-08-26T17:24:06.173Z
90422026-08-26T17:24:06.173Z INFO Aug 26 17:24:05.129adding route 172.17.0.10/32 -> 10.0.0.255Aug 26 17:24:05.129
90432026-08-26T17:24:06.173ZAug 26 17:24:05.129 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2
90442026-08-26T17:24:06.173ZDEBGreplacing 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 26 17:24:05.129
90452026-08-26T17:24:06.173ZDEBG 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 } }]
90462026-08-26T17:24:06.173ZAug 26 17:24:05.129Aug 26 17:24:05.129replacing 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 26 17:24:05.129
90472026-08-26T17:24:06.173Z DEBG INFOINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
90482026-08-26T17:24:06.173Z
90492026-08-26T17:24:06.173Zadding route 172.17.0.11/32 -> 10.0.0.255
90502026-08-26T17:24:06.173ZAug 26 17:24:05.129 Aug 26 17:24:05.129INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1
90512026-08-26T17:24:06.173Zreplacing 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 } }]
90522026-08-26T17:24:06.173ZAug 26 17:24:05.129 Aug 26 17:24:05.129Aug 26 17:24:05.129 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 } }] INFOAug 26 17:24:05.129DEBG
90532026-08-26T17:24:06.173Z 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 } }]
90542026-08-26T17:24:06.173Zreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
90552026-08-26T17:24:06.173Z
90562026-08-26T17:24:06.173ZAug 26 17:24:05.129
90572026-08-26T17:24:06.173ZAug 26 17:24:05.129 INFOINFOAug 26 17:24:05.129Aug 26 17:24:05.129Aug 26 17:24:05.129 adding route 172.17.0.19/32 -> 10.0.0.255INFO
90582026-08-26T17:24:06.173Zadding route 172.16.0.0/32 -> 10.0.0.2DEBG
90592026-08-26T17:24:06.173Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
90602026-08-26T17:24:06.173Z 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 26 17:24:05.129
90612026-08-26T17:24:06.173ZAug 26 17:24:05.129 adding route 172.17.0.12/32 -> 10.0.0.255DEBG
90622026-08-26T17:24:06.173Z 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 } }]
90632026-08-26T17:24:06.173Zreplacing 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 } }]
90642026-08-26T17:24:06.173ZAug 26 17:24:05.129 Aug 26 17:24:05.129Aug 26 17:24:05.129 Aug 26 17:24:05.129DEBG INFOreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
90652026-08-26T17:24:06.173Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 172.17.0.0/32 -> 10.0.0.255Aug 26 17:24:05.129
90662026-08-26T17:24:06.173Z
90672026-08-26T17:24:06.173ZINFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 26 17:24:05.129adding route 172.17.0.20/32 -> 10.0.0.255
90682026-08-26T17:24:06.173Z
90692026-08-26T17:24:06.173ZAug 26 17:24:05.129 Aug 26 17:24:05.129DEBGINFOAug 26 17:24:05.129Aug 26 17:24:05.129 replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG DEBGadding route 172.17.0.13/32 -> 10.0.0.255
90702026-08-26T17:24:06.174Z
90712026-08-26T17:24:06.174Zreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
90722026-08-26T17:24:06.174Z
90732026-08-26T17:24:06.174ZDEBGAug 26 17:24:05.129Aug 26 17:24:05.129 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 } }] INFODEBG
90742026-08-26T17:24:06.174Zreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 26 17:24:05.129
90752026-08-26T17:24:06.174ZAug 26 17:24:05.129
90762026-08-26T17:24:06.174Z DEBG INFOAug 26 17:24:05.129Aug 26 17:24:05.129 replacing targets for 3fff:dead::/64 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
90772026-08-26T17:24:06.174ZINFOadding route 172.17.0.21/32 -> 10.0.0.255 adding route 172.17.0.1/32 -> 10.0.0.255
90782026-08-26T17:24:06.174Z adding route 172.17.0.14/32 -> 10.0.0.255
90792026-08-26T17:24:06.174Z
90802026-08-26T17:24:06.174ZAug 26 17:24:05.129 Aug 26 17:24:05.129Aug 26 17:24:05.129WARN DEBGAug 26 17:24:05.129shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
90812026-08-26T17:24:06.174Z replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
90822026-08-26T17:24:06.174Z 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 26 17:24:05.129 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 } }]
90832026-08-26T17:24:06.174Z
90842026-08-26T17:24:06.174ZDEBG Aug 26 17:24:05.129replacing 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 } }]
90852026-08-26T17:24:06.174ZAug 26 17:24:05.129INFO Aug 26 17:24:05.129adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffINFO Aug 26 17:24:05.129
90862026-08-26T17:24:06.174Z INFOINFOadding route 172.17.0.2/32 -> 10.0.0.255
90872026-08-26T17:24:06.174Z adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255Aug 26 17:24:05.129
90882026-08-26T17:24:06.174Z
90892026-08-26T17:24:06.174Z Aug 26 17:24:05.129DEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
90902026-08-26T17:24:06.174Z Aug 26 17:24:05.129Aug 26 17:24:05.129 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
90912026-08-26T17:24:06.174ZDEBG Aug 26 17:24:05.129replacing 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 } }] INFO Aug 26 17:24:05.130adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 26 17:24:05.130 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
90922026-08-26T17:24:06.174Zcreated new freemap
90932026-08-26T17:24:06.174Z, unit: Aug 26 17:24:05.136freemap_route_ipv4Aug 26 17:24:05.136
90942026-08-26T17:24:06.174Z INFODEBG
90952026-08-26T17:24:06.174Z adding route 172.17.0.16/32 -> 10.0.0.255
90962026-08-26T17:24:06.174Z 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 } }]
90972026-08-26T17:24:06.174Z
90982026-08-26T17:24:06.174ZAug 26 17:24:05.136 Aug 26 17:24:05.136INFO adding route 172.17.0.23/32 -> 10.0.0.255Aug 26 17:24:05.129DEBGAug 26 17:24:05.136Aug 26 17:24:05.136 INFOreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
90992026-08-26T17:24:06.174Z
91002026-08-26T17:24:06.174Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 172.17.0.8/32 -> 10.0.0.255
91012026-08-26T17:24:06.179Z
91022026-08-26T17:24:06.179ZINFOAug 26 17:24:05.136 adding route 172.17.0.3/32 -> 10.0.0.255Aug 26 17:24:05.136INFO Aug 26 17:24:05.136Aug 26 17:24:05.136
91032026-08-26T17:24:06.179ZDEBG DEBGDEBG adding route 172.17.0.17/32 -> 10.0.0.255replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 17:24:05.136
91042026-08-26T17:24:06.179Z DEBG
91052026-08-26T17:24:06.179Zreplacing 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 } }]
91062026-08-26T17:24:06.179Zreplacing 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 26 17:24:05.136
91072026-08-26T17:24:06.179ZAug 26 17:24:05.136replacing 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 } }]
91082026-08-26T17:24:06.179ZDEBG 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 26 17:24:05.136
91092026-08-26T17:24:06.179Z Aug 26 17:24:05.136INFO INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 26 17:24:05.136INFO
91102026-08-26T17:24:06.179Z INFO adding route 172.17.0.9/32 -> 10.0.0.255
91112026-08-26T17:24:06.179Zadding route 172.17.0.18/32 -> 10.0.0.255
91122026-08-26T17:24:06.179Z adding route 172.17.0.4/32 -> 10.0.0.255Aug 26 17:24:05.136
91132026-08-26T17:24:06.179Z Aug 26 17:24:05.136Aug 26 17:24:05.136 DEBG DEBGDEBGAug 26 17:24:05.136Aug 26 17:24:05.136replacing 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 } }] 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 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
91142026-08-26T17:24:06.179Z
91152026-08-26T17:24:06.179Z
91162026-08-26T17:24:06.179Zreplacing 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 } }]
91172026-08-26T17:24:06.179Zadding route 172.17.0.24/32 -> 10.0.0.255
91182026-08-26T17:24:06.179ZAug 26 17:24:05.136Aug 26 17:24:05.136 Aug 26 17:24:05.136Aug 26 17:24:05.136INFO INFOINFO adding route 172.17.0.10/32 -> 10.0.0.255Aug 26 17:24:05.136adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
91192026-08-26T17:24:06.179Z
91202026-08-26T17:24:06.179Zadding route 172.17.0.19/32 -> 10.0.0.255
91212026-08-26T17:24:06.179ZINFO DEBGAug 26 17:24:05.136 Aug 26 17:24:05.136Aug 26 17:24:05.136 DEBGadding route 172.17.0.5/32 -> 10.0.0.255 DEBG
91222026-08-26T17:24:06.179Zreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
91232026-08-26T17:24:06.179ZDEBG 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.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 } }]
91242026-08-26T17:24:06.179Z
91252026-08-26T17:24:06.179ZAug 26 17:24:05.136
91262026-08-26T17:24:06.180Z DEBGAug 26 17:24:05.136Aug 26 17:24:05.136 Aug 26 17:24:05.136 INFOreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91272026-08-26T17:24:06.180ZINFOAug 26 17:24:05.136 adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.11/32 -> 10.0.0.255
91282026-08-26T17:24:06.180ZINFO
91292026-08-26T17:24:06.180ZINFOAug 26 17:24:05.136 adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
91302026-08-26T17:24:06.180ZINFOadding route 172.17.0.25/32 -> 10.0.0.255 Aug 26 17:24:05.136Aug 26 17:24:05.136 DEBGadding route 172.17.0.6/32 -> 10.0.0.255DEBG
91312026-08-26T17:24:06.180ZAug 26 17:24:05.136 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.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 } }]
91322026-08-26T17:24:06.180Z
91332026-08-26T17:24:06.180Z
91342026-08-26T17:24:06.180ZDEBG 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 } }]
91352026-08-26T17:24:06.180ZAug 26 17:24:05.136Aug 26 17:24:05.136Aug 26 17:24:05.136 Aug 26 17:24:05.123INFOINFOAug 26 17:24:05.136 adding route 172.17.0.12/32 -> 10.0.0.255
91362026-08-26T17:24:06.180Z adding route 172.17.0.21/32 -> 10.0.0.255
91372026-08-26T17:24:06.180ZDEBG Aug 26 17:24:05.136created new freemapAug 26 17:24:05.136 DEBG, Aug 26 17:24:05.136DEBG unitDEBG: INFO 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_ipv4replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91382026-08-26T17:24:06.180Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG
91392026-08-26T17:24:06.180Zreplacing 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.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 } }]
91402026-08-26T17:24:06.180Z
91412026-08-26T17:24:06.180Z
91422026-08-26T17:24:06.180Z
91432026-08-26T17:24:06.180ZAug 26 17:24:05.136 INFO Aug 26 17:24:05.136Aug 26 17:24:05.136adding route 172.17.0.7/32 -> 10.0.0.255Aug 26 17:24:05.136
91442026-08-26T17:24:06.180Z INFOAug 26 17:24:05.136 Aug 26 17:24:05.136adding route 172.17.0.13/32 -> 10.0.0.255Aug 26 17:24:05.136
91452026-08-26T17:24:06.180ZINFO DEBG INFO DEBGadding route 172.17.0.26/32 -> 10.0.0.255 adding route 172.17.0.22/32 -> 10.0.0.255 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
91462026-08-26T17:24:06.180Zreplacing 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 } }]
91472026-08-26T17:24:06.180Z
91482026-08-26T17:24:06.180Z
91492026-08-26T17:24:06.180Z created new freemapAug 26 17:24:05.136, Aug 26 17:24:05.136 unit :INFOAug 26 17:24:05.136 Aug 26 17:24:05.136freemap_route_ipv6DEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
91502026-08-26T17:24:06.180ZINFO
91512026-08-26T17:24:06.180Zreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
91522026-08-26T17:24:06.180Z Aug 26 17:24:05.136Aug 26 17:24:05.136Aug 26 17:24:05.136replacing 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 } }]
91532026-08-26T17:24:06.180ZDEBGDEBGAug 26 17:24:05.136 INFOadding route 172.17.0.8/32 -> 10.0.0.255 adding route 172.17.0.23/32 -> 10.0.0.255Aug 26 17:24:05.136
91542026-08-26T17:24:06.180Z INFOinitted freemap. size: 64, unitAug 26 17:24:05.136
91552026-08-26T17:24:06.180Zadding route 172.17.0.14/32 -> 10.0.0.255: 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 } }]freemap_route_ipv4
91562026-08-26T17:24:06.180Z
91572026-08-26T17:24:06.180Z 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 26 17:24:05.136
91582026-08-26T17:24:06.180Ztest route::tests::rollback_on_compact_write_failure ... ok
91592026-08-26T17:24:06.180Z
91602026-08-26T17:24:06.180ZDEBGAug 26 17:24:05.136 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 26 17:24:05.136replacing 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 } }]
91612026-08-26T17:24:06.180Z
91622026-08-26T17:24:06.180ZAug 26 17:24:05.136 DEBGINFO Aug 26 17:24:05.136reset freemap Aug 26 17:24:05.136DEBG adding route 172.17.0.24/32 -> 10.0.0.255INFO, Aug 26 17:24:05.136 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 } }]
91632026-08-26T17:24:06.180ZDEBG unit
91642026-08-26T17:24:06.180Ztest route::tests::rollback_on_index_readd_failure ... ok
91652026-08-26T17:24:06.181Z: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_ipv4Aug 26 17:24:05.136
91662026-08-26T17:24:06.181Z
91672026-08-26T17:24:06.181Z Aug 26 17:24:05.136adding route 172.17.0.9/32 -> 10.0.0.255DEBG Aug 26 17:24:05.136
91682026-08-26T17:24:06.181ZAug 26 17:24:05.136 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 } }]DEBG
91692026-08-26T17:24:06.181Zinitted freemap. size: 64INFO , Aug 26 17:24:05.136adding route 172.17.0.15/32 -> 10.0.0.255 adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
91702026-08-26T17:24:06.181Z
91712026-08-26T17:24:06.181ZDEBGunitAug 26 17:24:05.136 :INFO adding route 172.17.0.25/32 -> 10.0.0.255Aug 26 17:24:05.136
91722026-08-26T17:24:06.181Z replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6Aug 26 17:24:05.136DEBG
91732026-08-26T17:24:06.181Z
91742026-08-26T17:24:06.181Z DEBG Aug 26 17:24:05.136 Aug 26 17:24:05.136 Aug 26 17:24:05.136DEBG 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 } }] 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 } }]
91752026-08-26T17:24:06.181ZINFO
91762026-08-26T17:24:06.181Zreset freemap , replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255unit
91772026-08-26T17:24:06.181Z
91782026-08-26T17:24:06.181Z:Aug 26 17:24:05.136 freemap_route_ipv6Aug 26 17:24:05.136 Aug 26 17:24:05.136INFO
91792026-08-26T17:24:06.181ZAug 26 17:24:05.136INFO INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ff DEBGadding route 172.17.0.26/32 -> 10.0.0.255
91802026-08-26T17:24:06.181Z
91812026-08-26T17:24:06.181Zadding route 172.17.0.16/32 -> 10.0.0.255replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 17:24:05.136
91822026-08-26T17:24:06.181Z
91832026-08-26T17:24:06.181Z INFOAug 26 17:24:05.136Aug 26 17:24:05.136Aug 26 17:24:05.136 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGDEBG 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
91842026-08-26T17:24:06.181Z Aug 26 17:24:05.136Aug 26 17:24:05.136replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.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 } }]
91852026-08-26T17:24:06.181Z
91862026-08-26T17:24:06.181Z
91872026-08-26T17:24:06.181ZDEBGAug 26 17:24:05.136Aug 26 17:24:05.136 INFO Aug 26 17:24:05.136 DEBGadding route 172.17.0.17/32 -> 10.0.0.255INFOcreated new freemap Aug 26 17:24:05.136
91882026-08-26T17:24:06.181Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO,
91892026-08-26T17:24:06.181Z adding route 172.17.0.27/32 -> 10.0.0.255adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 26 17:24:05.136 DEBGunit
91902026-08-26T17:24:06.181Z
91912026-08-26T17:24:06.181Z:Aug 26 17:24:05.136 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 } }] INFOfreemap_route_ipv6
91922026-08-26T17:24:06.181Z
91932026-08-26T17:24:06.181Zadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 26 17:24:05.136
91942026-08-26T17:24:06.181Z INFODEBG 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 } }]
91952026-08-26T17:24:06.181Zadding route 172.17.0.11/32 -> 10.0.0.255Aug 26 17:24:05.136
91962026-08-26T17:24:06.181ZAug 26 17:24:05.136 Aug 26 17:24:05.136DEBGAug 26 17:24:05.136Aug 26 17:24:05.136 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 } }]DEBG
91972026-08-26T17:24:06.181ZINFO DEBG Aug 26 17:24:05.136 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 } }]
91982026-08-26T17:24:06.181Zadding route 172.17.0.28/32 -> 10.0.0.255
91992026-08-26T17:24:06.181ZAug 26 17:24:05.136initted freemap. size: 64 , Aug 26 17:24:05.136 DEBGINFO INFO adding route 172.17.0.18/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 26 17:24:05.136unit
92002026-08-26T17:24:06.181Z:
92012026-08-26T17:24:06.189Z
92022026-08-26T17:24:06.189ZDEBGreplacing 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 } }]
92032026-08-26T17:24:06.189Z Aug 26 17:24:05.136Aug 26 17:24:05.136 freemap_route_ipv4DEBG
92042026-08-26T17:24:06.189ZDEBGreplacing 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 26 17:24:05.136Aug 26 17:24:05.136
92052026-08-26T17:24:06.189Z 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 } }] INFOreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 17:24:05.136replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
92062026-08-26T17:24:06.189Z DEBG
92072026-08-26T17:24:06.189Z reset freemapAug 26 17:24:05.136, Aug 26 17:24:05.136unit
92082026-08-26T17:24:06.189Z :INFOAug 26 17:24:05.136 INFOfreemap_route_ipv4
92092026-08-26T17:24:06.189Zadding route 172.17.0.19/32 -> 10.0.0.255adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
92102026-08-26T17:24:06.189Z
92112026-08-26T17:24:06.189Z adding route 172.17.0.29/32 -> 10.0.0.255Aug 26 17:24:05.136INFO Aug 26 17:24:05.136
92122026-08-26T17:24:06.189Z Aug 26 17:24:05.136Aug 26 17:24:05.136 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
92132026-08-26T17:24:06.189Z DEBGDEBGAug 26 17:24:05.136 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 } }]
92142026-08-26T17:24:06.189Z 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 } }]Aug 26 17:24:05.136
92152026-08-26T17:24:06.189ZINFO DEBGadding route 172.17.0.13/32 -> 10.0.0.255
92162026-08-26T17:24:06.189Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
92172026-08-26T17:24:06.189Z Aug 26 17:24:05.143DEBG DEBGAug 26 17:24:05.143Aug 26 17:24:05.143created new freemap , 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 } }]INFO
92182026-08-26T17:24:06.190Zunit adding route 172.17.0.30/32 -> 10.0.0.255
92192026-08-26T17:24:06.190ZDEBG initted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }], :unit
92202026-08-26T17:24:06.190Z: Aug 26 17:24:05.143freemap_route_ipv4
92212026-08-26T17:24:06.190ZINFOAug 26 17:24:05.143freemap_route_ipv6
92222026-08-26T17:24:06.190ZWARNAug 26 17:24:05.143adding route 172.17.0.14/32 -> 10.0.0.255 DEBGAug 26 17:24:05.143shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
92232026-08-26T17:24:06.190Z
92242026-08-26T17:24:06.190ZDEBG 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 } }]
92252026-08-26T17:24:06.190Zcreated new freemapAug 26 17:24:05.143, unitDEBG:Aug 26 17:24:05.143 freemap_route_ipv6DEBG reset freemapreplacing 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 } }]
92262026-08-26T17:24:06.190ZAug 26 17:24:05.143
92272026-08-26T17:24:06.190Z, INFOunit :adding route 172.17.0.31/32 -> 10.0.0.255
92282026-08-26T17:24:06.190ZAug 26 17:24:05.143Aug 26 17:24:05.143freemap_route_ipv6
92292026-08-26T17:24:06.190ZDEBG initted freemap. size: 64INFO, Aug 26 17:24:05.143unit :Aug 26 17:24:05.143DEBG adding route 172.17.0.15/32 -> 10.0.0.255freemap_route_ipv4 INFO
92302026-08-26T17:24:06.190Zreplacing 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 } }]
92312026-08-26T17:24:06.190Z
92322026-08-26T17:24:06.190Z adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 26 17:24:05.143 Aug 26 17:24:05.143DEBG Aug 26 17:24:05.143reset freemapDEBG,
92332026-08-26T17:24:06.190Z unit :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
92342026-08-26T17:24:06.190Zfreemap_route_ipv4
92352026-08-26T17:24:06.190Zadding route 172.17.0.32/32 -> 10.0.0.255Aug 26 17:24:05.143
92362026-08-26T17:24:06.190Z DEBGAug 26 17:24:05.143 Aug 26 17:24:05.143replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 26 17:24:05.143
92372026-08-26T17:24:06.190Z DEBG INFOreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
92382026-08-26T17:24:06.190Z adding route 172.17.0.16/32 -> 10.0.0.255initted freemap. size: 64
92392026-08-26T17:24:06.190Z, Aug 26 17:24:05.143unitAug 26 17:24:05.143 : Aug 26 17:24:05.143 INFO DEBGfreemap_route_ipv6INFOadding route 172.17.0.33/32 -> 10.0.0.255
92402026-08-26T17:24:06.190Z 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 } }]
92412026-08-26T17:24:06.190Zadding route 3fff:dead::/64 -> 2001:db8::55:2
92422026-08-26T17:24:06.190Z
92432026-08-26T17:24:06.190ZAug 26 17:24:05.143 DEBGAug 26 17:24:05.143 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
92442026-08-26T17:24:06.190Z reset freemap, unitAug 26 17:24:05.143:Aug 26 17:24:05.143 Aug 26 17:24:05.143freemap_route_ipv6
92452026-08-26T17:24:06.190Z INFO DEBG adding route 172.17.0.17/32 -> 10.0.0.255INFO
92462026-08-26T17:24:06.190ZAug 26 17:24:05.143 adding route 172.17.0.34/32 -> 10.0.0.255INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
92472026-08-26T17:24:06.190Zadding route 3fff:dead::/64 -> 2001:db8::55:1
92482026-08-26T17:24:06.190Z
92492026-08-26T17:24:06.190ZAug 26 17:24:05.143 DEBGAug 26 17:24:05.143 Aug 26 17:24:05.143replacing 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 } }]
92502026-08-26T17:24:06.190ZDEBGDEBG Aug 26 17:24:05.143 replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 17:24:05.143
92512026-08-26T17:24:06.190Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
92522026-08-26T17:24:06.190ZINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.18/32 -> 10.0.0.255
92532026-08-26T17:24:06.190Z
92542026-08-26T17:24:06.190ZAug 26 17:24:05.143Aug 26 17:24:05.143 INFOINFOAug 26 17:24:05.143 adding route 172.17.0.35/32 -> 10.0.0.255
92552026-08-26T17:24:06.190Zadding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
92562026-08-26T17:24:06.191Z 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 } }]
92572026-08-26T17:24:06.191ZAug 26 17:24:05.143Aug 26 17:24:05.143 DEBGINFO Aug 26 17:24:05.143replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] DEBGadding route 172.17.0.19/32 -> 10.0.0.255
92582026-08-26T17:24:06.191Zreplacing 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 } }]
92592026-08-26T17:24:06.191Z
92602026-08-26T17:24:06.191Z Aug 26 17:24:05.143Aug 26 17:24:05.143DEBGAug 26 17:24:05.143 replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
92612026-08-26T17:24:06.191ZINFO DEBG adding route 172.17.0.36/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:3
92622026-08-26T17:24:06.191Z
92632026-08-26T17:24:06.191Zreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 17:24:05.143
92642026-08-26T17:24:06.191Z Aug 26 17:24:05.143Aug 26 17:24:05.143INFO adding route 172.17.0.27/32 -> 10.0.0.255DEBG
92652026-08-26T17:24:06.191ZDEBG 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 26 17:24:05.143replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 26 17:24:05.143
92662026-08-26T17:24:06.191Z
92672026-08-26T17:24:06.191ZINFO DEBGAug 26 17:24:05.143Aug 26 17:24:05.143adding route 172.17.0.20/32 -> 10.0.0.255
92682026-08-26T17:24:06.191ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:4replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
92692026-08-26T17:24:06.191Z
92702026-08-26T17:24:06.191ZAug 26 17:24:05.143adding route 172.17.0.37/32 -> 10.0.0.255
92712026-08-26T17:24:06.191ZDEBG 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 } }]
92722026-08-26T17:24:06.191ZAug 26 17:24:05.143 DEBGAug 26 17:24:05.143 Aug 26 17:24:05.143Aug 26 17:24:05.143INFO replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
92732026-08-26T17:24:06.191Z adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.21/32 -> 10.0.0.255
92742026-08-26T17:24:06.191Z
92752026-08-26T17:24:06.191ZAug 26 17:24:05.143DEBG 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 } }]Aug 26 17:24:05.143adding route 172.17.0.38/32 -> 10.0.0.255Aug 26 17:24:05.143
92762026-08-26T17:24:06.191Z
92772026-08-26T17:24:06.191Z 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 } }]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 } }]
92782026-08-26T17:24:06.191ZAug 26 17:24:05.143
92792026-08-26T17:24:06.191Z Aug 26 17:24:05.143DEBG Aug 26 17:24:05.143replacing 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 26 17:24:05.143
92802026-08-26T17:24:06.191ZDEBG 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:2, vlan_id: None } }, NextHop { asic_port_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
92812026-08-26T17:24:06.191Z Aug 26 17:24:05.143adding route 172.17.0.29/32 -> 10.0.0.255
92822026-08-26T17:24:06.191ZINFOadding route 172.17.0.22/32 -> 10.0.0.255 Aug 26 17:24:05.143adding route 172.17.0.39/32 -> 10.0.0.255 Aug 26 17:24:05.143
92832026-08-26T17:24:06.191ZWARN
92842026-08-26T17:24:06.191Z shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG
92852026-08-26T17:24:06.191Z 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 26 17:24:05.143
92862026-08-26T17:24:06.191Z Aug 26 17:24:05.143DEBG 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
92872026-08-26T17:24:06.191ZAug 26 17:24:05.143 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 } }]INFO
92882026-08-26T17:24:06.191Z Aug 26 17:24:05.143adding route 172.17.0.30/32 -> 10.0.0.255
92892026-08-26T17:24:06.191ZINFO adding route 172.17.0.40/32 -> 10.0.0.255
92902026-08-26T17:24:06.191ZAug 26 17:24:05.143 Aug 26 17:24:05.143INFO Aug 26 17:24:05.143DEBG adding route 172.17.0.23/32 -> 10.0.0.255replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
92912026-08-26T17:24:06.191Z
92922026-08-26T17:24:06.191Zreplacing 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 } }]
92932026-08-26T17:24:06.192ZAug 26 17:24:05.143Aug 26 17:24:05.143 Aug 26 17:24:05.143INFO INFO DEBGadding route 172.17.0.41/32 -> 10.0.0.255
92942026-08-26T17:24:06.192Zreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255
92952026-08-26T17:24:06.192Z
92962026-08-26T17:24:06.192ZAug 26 17:24:05.143 DEBG Aug 26 17:24:05.143Aug 26 17:24:05.143 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 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 } }]
92972026-08-26T17:24:06.192Z adding route 172.17.0.24/32 -> 10.0.0.255
92982026-08-26T17:24:06.192Z
92992026-08-26T17:24:06.192ZAug 26 17:24:05.143Aug 26 17:24:05.143 Aug 26 17:24:05.143INFO INFO DEBGadding route 172.17.0.42/32 -> 10.0.0.255
93002026-08-26T17:24:06.192Z replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255
93012026-08-26T17:24:06.197Z
93022026-08-26T17:24:06.197ZAug 26 17:24:05.143 DEBG Aug 26 17:24:05.143replacing 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 26 17:24:05.143DEBG
93032026-08-26T17:24:06.197Z INFO replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.25/32 -> 10.0.0.255
93042026-08-26T17:24:06.197Z
93052026-08-26T17:24:06.197ZAug 26 17:24:05.143 Aug 26 17:24:05.143INFO INFOAug 26 17:24:05.143 adding route 172.17.0.33/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255
93062026-08-26T17:24:06.197ZDEBG
93072026-08-26T17:24:06.197Z 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 } }]
93082026-08-26T17:24:06.197ZAug 26 17:24:05.143 Aug 26 17:24:05.143DEBG Aug 26 17:24:05.143DEBG 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 } }]
93092026-08-26T17:24:06.197Zreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
93102026-08-26T17:24:06.197Z adding route 172.17.0.26/32 -> 10.0.0.255Aug 26 17:24:05.143
93112026-08-26T17:24:06.197ZINFO Aug 26 17:24:05.143adding route 172.17.0.44/32 -> 10.0.0.255
93122026-08-26T17:24:06.197ZINFOAug 26 17:24:05.143 adding route 172.17.0.34/32 -> 10.0.0.255DEBG
93132026-08-26T17:24:06.197Z 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 26 17:24:05.143
93142026-08-26T17:24:06.197Z 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 26 17:24:05.143
93152026-08-26T17:24:06.197Z DEBGAug 26 17:24:05.143 INFOreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93162026-08-26T17:24:06.197Zadding route 172.17.0.27/32 -> 10.0.0.255Aug 26 17:24:05.143
93172026-08-26T17:24:06.197Z INFOAug 26 17:24:05.143 adding route 172.17.0.45/32 -> 10.0.0.255INFO
93182026-08-26T17:24:06.197ZAug 26 17:24:05.143 adding route 172.17.0.35/32 -> 10.0.0.255DEBG
93192026-08-26T17:24:06.197Z 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 26 17:24:05.143
93202026-08-26T17:24:06.197Z 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 } }]
93212026-08-26T17:24:06.197ZAug 26 17:24:05.144Aug 26 17:24:05.144Aug 26 17:24:05.150 DEBG INFOcreated new freemap Aug 26 17:24:05.143, adding route 172.17.0.46/32 -> 10.0.0.255
93222026-08-26T17:24:06.197ZDEBGunit :created new freemap , unit :DEBGfreemap_route_ipv4
93232026-08-26T17:24:06.197ZAug 26 17:24:05.150 freemap_route_ipv4DEBG
93242026-08-26T17:24:06.198Zcreated new freemap 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 } }], unitAug 26 17:24:05.150Aug 26 17:24:05.150 DEBG
93252026-08-26T17:24:06.198Z: DEBGreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] created new freemapfreemap_route_ipv4, created new freemapunit
93262026-08-26T17:24:06.198Z
93272026-08-26T17:24:06.198ZAug 26 17:24:05.150 INFO:, freemap_route_ipv6adding route 172.17.0.47/32 -> 10.0.0.255
93282026-08-26T17:24:06.198Z
93292026-08-26T17:24:06.198ZAug 26 17:24:05.150unit :DEBGAug 26 17:24:05.150 Aug 26 17:24:05.150created new freemap freemap_route_ipv6INFO,
93302026-08-26T17:24:06.198Z DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffunit
93312026-08-26T17:24:06.198Z :replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 17:24:05.150Aug 26 17:24:05.150 freemap_route_ipv6DEBGAug 26 17:24:05.150
93322026-08-26T17:24:06.198Z initted freemap. size: 64DEBG,
93332026-08-26T17:24:06.198Zunit 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 } }]initted freemap. size: 64Aug 26 17:24:05.150Aug 26 17:24:05.150,
93342026-08-26T17:24:06.198Z unitINFO: adding route 172.17.0.48/32 -> 10.0.0.255freemap_route_ipv4
93352026-08-26T17:24:06.198Z:
93362026-08-26T17:24:06.198Z DEBGfreemap_route_ipv4 Aug 26 17:24:05.150Aug 26 17:24:05.150Aug 26 17:24:05.150 initted freemap. size: 64INFO , adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
93372026-08-26T17:24:06.198Z
93382026-08-26T17:24:06.198Zunit: DEBGfreemap_route_ipv4 Aug 26 17:24:05.150 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 } }]
93392026-08-26T17:24:06.198ZDEBG
93402026-08-26T17:24:06.198ZDEBGreplacing 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 } }]
93412026-08-26T17:24:06.198Zreset freemapAug 26 17:24:05.150Aug 26 17:24:05.150 , Aug 26 17:24:05.150DEBG unitINFO INFOreset freemapadding route 172.17.0.49/32 -> 10.0.0.255,
93422026-08-26T17:24:06.198Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff:unit
93432026-08-26T17:24:06.198Z:Aug 26 17:24:05.150 freemap_route_ipv4Aug 26 17:24:05.150 freemap_route_ipv4
93442026-08-26T17:24:06.198Z
93452026-08-26T17:24:06.198ZDEBG Aug 26 17:24:05.150DEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
93462026-08-26T17:24:06.198Z
93472026-08-26T17:24:06.198ZAug 26 17:24:05.150 DEBG DEBGAug 26 17:24:05.150 Aug 26 17:24:05.150DEBG Aug 26 17:24:05.150 reset freemapINFO initted freemap. size: 64INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff,
93482026-08-26T17:24:06.198Zinitted freemap. size: 64 unitadding route 172.17.0.50/32 -> 10.0.0.255:
93492026-08-26T17:24:06.198Z freemap_route_ipv6,
93502026-08-26T17:24:06.198ZAug 26 17:24:05.150, unitAug 26 17:24:05.150: freemap_route_ipv6DEBG unitreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
93512026-08-26T17:24:06.198ZDEBG
93522026-08-26T17:24:06.198Zreplacing 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 26 17:24:05.150Aug 26 17:24:05.150
93532026-08-26T17:24:06.198ZDEBG reset freemap INFO, Aug 26 17:24:05.150adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff Aug 26 17:24:05.150DEBG unit
93542026-08-26T17:24:06.198Zreset freemap:INFO , freemap_route_ipv6
93552026-08-26T17:24:06.198Zunitadding route 172.17.0.51/32 -> 10.0.0.255:
93562026-08-26T17:24:06.198ZAug 26 17:24:05.150 freemap_route_ipv6
93572026-08-26T17:24:06.198ZDEBG Aug 26 17:24:05.150replacing 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 } }]
93582026-08-26T17:24:06.198ZDEBGAug 26 17:24:05.150 Aug 26 17:24:05.150 replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
93592026-08-26T17:24:06.198Z adding route 172.16.0.0/32 -> 10.0.0.1Aug 26 17:24:05.150 INFOINFO Aug 26 17:24:05.150adding route 3fff:dead::/64 -> 2001:db8::55:1
93602026-08-26T17:24:06.198Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO
93612026-08-26T17:24:06.198Z
93622026-08-26T17:24:06.199Z Aug 26 17:24:05.150adding route 172.17.0.52/32 -> 10.0.0.255 DEBG
93632026-08-26T17:24:06.199Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 26 17:24:05.150
93642026-08-26T17:24:06.199Ztest route::tests::same_size_non_subset_replace ... ok
93652026-08-26T17:24:06.199Z Aug 26 17:24:05.150DEBG Aug 26 17:24:05.150DEBG DEBGreplacing 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 26 17:24:05.150replacing 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 } }]
93662026-08-26T17:24:06.199Z
93672026-08-26T17:24:06.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 } }]INFOAug 26 17:24:05.150
93682026-08-26T17:24:06.199ZAug 26 17:24:05.150 adding route 3fff:dead::/64 -> 2001:db8::55:2INFO
93692026-08-26T17:24:06.199Z INFO adding route 172.17.0.53/32 -> 10.0.0.255adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
93702026-08-26T17:24:06.199Z
93712026-08-26T17:24:06.199ZAug 26 17:24:05.150Aug 26 17:24:05.150 DEBGINFO Aug 26 17:24:05.150Aug 26 17:24:05.150 DEBGDEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
93722026-08-26T17:24:06.199Z
93732026-08-26T17:24:06.199Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.16.0.0/32 -> 10.0.0.2
93742026-08-26T17:24:06.199Z
93752026-08-26T17:24:06.199ZAug 26 17:24:05.150Aug 26 17:24:05.150 INFO INFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 26 17:24:05.150 Aug 26 17:24:05.150INFO
93762026-08-26T17:24:06.199Ztest route::tests::delete_target_fragmented ... ok
93772026-08-26T17:24:06.199Z adding route 172.17.0.54/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:3
93782026-08-26T17:24:06.199Z
93792026-08-26T17:24:06.199ZAug 26 17:24:05.150 DEBG Aug 26 17:24:05.150replacing 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 26 17:24:05.150DEBG DEBG
93802026-08-26T17:24:06.199ZDEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
93812026-08-26T17:24:06.199ZAug 26 17:24:05.150
93822026-08-26T17:24:06.199Z
93832026-08-26T17:24:06.199ZAug 26 17:24:05.159 INFOINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 26 17:24:05.159
93842026-08-26T17:24:06.199ZINFO adding route 172.17.0.55/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:4
93852026-08-26T17:24:06.199ZAug 26 17:24:05.159
93862026-08-26T17:24:06.199Z DEBGAug 26 17:24:05.159Aug 26 17:24:05.159 DEBG Aug 26 17:24:05.159 DEBGDEBGreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93872026-08-26T17:24:06.199Zreplacing 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
93882026-08-26T17:24:06.199Z
93892026-08-26T17:24:06.199ZAug 26 17:24:05.159 INFOAug 26 17:24:05.143 Aug 26 17:24:05.159Aug 26 17:24:05.159replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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.56/32 -> 10.0.0.255
93902026-08-26T17:24:06.199Z INFO
93912026-08-26T17:24:06.199Zadding route 172.17.0.28/32 -> 10.0.0.255DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
93922026-08-26T17:24:06.199Z
93932026-08-26T17:24:06.199Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
93942026-08-26T17:24:06.199ZAug 26 17:24:05.159 DEBGAug 26 17:24:05.159 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
93952026-08-26T17:24:06.199ZAug 26 17:24:05.159 Aug 26 17:24:05.159adding route 172.17.0.20/32 -> 10.0.0.255
93962026-08-26T17:24:06.199ZDEBGAug 26 17:24:05.159 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 } }]
93972026-08-26T17:24:06.199ZINFO 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 } }]
93982026-08-26T17:24:06.200ZAug 26 17:24:05.159adding route 172.17.0.57/32 -> 10.0.0.255
93992026-08-26T17:24:06.200ZAug 26 17:24:05.159INFOAug 26 17:24:05.159 INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ff adding route 172.17.0.29/32 -> 10.0.0.255
94002026-08-26T17:24:06.200ZDEBG
94012026-08-26T17:24:06.204Z Aug 26 17:24:05.159 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
94022026-08-26T17:24:06.204Z Aug 26 17:24:05.159replacing 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 } }]
94032026-08-26T17:24:06.204ZAug 26 17:24:05.159DEBG 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 } }]
94042026-08-26T17:24:06.204ZDEBG 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 } }]
94052026-08-26T17:24:06.204ZAug 26 17:24:05.159Aug 26 17:24:05.159 Aug 26 17:24:05.159INFOINFOAug 26 17:24:05.159 adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255
94062026-08-26T17:24:06.204Z
94072026-08-26T17:24:06.204Z INFOINFO Aug 26 17:24:05.159adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
94082026-08-26T17:24:06.204ZAug 26 17:24:05.159DEBG 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 } }]
94092026-08-26T17:24:06.204Zreplacing 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.21/32 -> 10.0.0.255
94102026-08-26T17:24:06.204Z
94112026-08-26T17:24:06.204ZAug 26 17:24:05.159Aug 26 17:24:05.159 INFODEBGAug 26 17:24:05.159 adding route 172.17.0.59/32 -> 10.0.0.255replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
94122026-08-26T17:24:06.204Z Aug 26 17:24:05.159
94132026-08-26T17:24:06.204ZDEBG INFO replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255
94142026-08-26T17:24:06.205ZAug 26 17:24:05.159
94152026-08-26T17:24:06.205Z Aug 26 17:24:05.159 DEBGINFO Aug 26 17:24:05.159replacing 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 } }]
94162026-08-26T17:24:06.205ZDEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
94172026-08-26T17:24:06.205Zreplacing 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 26 17:24:05.159
94182026-08-26T17:24:06.205Z INFOAug 26 17:24:05.159 Aug 26 17:24:05.159adding route 172.17.0.60/32 -> 10.0.0.255 Aug 26 17:24:05.159
94192026-08-26T17:24:06.205Z DEBGINFO INFOadding route 172.17.0.22/32 -> 10.0.0.255replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 17:24:05.159
94202026-08-26T17:24:06.205Z adding route 172.17.0.32/32 -> 10.0.0.255
94212026-08-26T17:24:06.205ZDEBG
94222026-08-26T17:24:06.205Z 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 26 17:24:05.159
94232026-08-26T17:24:06.205Z Aug 26 17:24:05.159INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG
94242026-08-26T17:24:06.205Z 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 26 17:24:05.159
94252026-08-26T17:24:06.205Z DEBGAug 26 17:24:05.159 failed to allocate space for the new target listDEBG
94262026-08-26T17:24:06.205Z 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 26 17:24:05.159
94272026-08-26T17:24:06.205ZAug 26 17:24:05.159 Aug 26 17:24:05.159INFO Aug 26 17:24:05.159DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
94282026-08-26T17:24:06.205Zadding route 172.17.0.33/32 -> 10.0.0.255
94292026-08-26T17:24:06.205Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBG
94302026-08-26T17:24:06.205ZAug 26 17:24:05.159 DEBGreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94312026-08-26T17:24:06.205ZAug 26 17:24:05.159replacing 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 } }]
94322026-08-26T17:24:06.205ZDEBG 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 26 17:24:05.159
94332026-08-26T17:24:06.205Z INFOAug 26 17:24:05.159 Aug 26 17:24:05.143adding route 172.17.0.34/32 -> 10.0.0.255Aug 26 17:24:05.159 INFO
94342026-08-26T17:24:06.205ZDEBG 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
94352026-08-26T17:24:06.205ZAug 26 17:24:05.159 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBGadding route 172.17.0.23/32 -> 10.0.0.255
94362026-08-26T17:24:06.205Z 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 } }]
94372026-08-26T17:24:06.205Z
94382026-08-26T17:24:06.205ZAug 26 17:24:05.159 Aug 26 17:24:05.159DEBGAug 26 17:24:05.159 Aug 26 17:24:05.159replacing 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
94392026-08-26T17:24:06.205Z adding route 172.17.0.35/32 -> 10.0.0.255INFO
94402026-08-26T17:24:06.205Z Aug 26 17:24:05.159 DEBG INFOadding route 172.17.0.36/32 -> 10.0.0.255 replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
94412026-08-26T17:24:06.205ZAug 26 17:24:05.159
94422026-08-26T17:24:06.205Z
94432026-08-26T17:24:06.205ZDEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 17:24:05.159
94442026-08-26T17:24:06.205Z DEBGAug 26 17:24:05.159 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 26 17:24:05.159
94452026-08-26T17:24:06.205Z INFOAug 26 17:24:05.159DEBG 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 } }] INFOadding route 172.17.0.24/32 -> 10.0.0.255
94462026-08-26T17:24:06.205ZAug 26 17:24:05.159adding route 172.17.0.36/32 -> 10.0.0.255
94472026-08-26T17:24:06.205ZINFO
94482026-08-26T17:24:06.205Z Aug 26 17:24:05.159adding route 172.17.0.37/32 -> 10.0.0.255 Aug 26 17:24:05.159
94492026-08-26T17:24:06.205Z Aug 26 17:24:05.159DEBGINFO adding route 3fff:beef:3c::/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 } }]
94502026-08-26T17:24:06.205ZAug 26 17:24:05.159DEBG
94512026-08-26T17:24:06.205Z 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 } }]
94522026-08-26T17:24:06.205Zreplacing 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 26 17:24:05.159Aug 26 17:24:05.159 INFO
94532026-08-26T17:24:06.206Z DEBGadding route 172.17.0.37/32 -> 10.0.0.255 Aug 26 17:24:05.159replacing 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 } }]
94542026-08-26T17:24:06.206ZINFO
94552026-08-26T17:24:06.206Zadding route 172.17.0.38/32 -> 10.0.0.255
94562026-08-26T17:24:06.206ZAug 26 17:24:05.159Aug 26 17:24:05.159 DEBGINFOAug 26 17:24:05.159 Aug 26 17:24:05.159failed to allocate space for the new target list DEBG
94572026-08-26T17:24:06.206Zadding route 172.17.0.25/32 -> 10.0.0.255
94582026-08-26T17:24:06.206Z 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 } }]
94592026-08-26T17:24:06.206ZAug 26 17:24:05.159replacing 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 } }]
94602026-08-26T17:24:06.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:2, vlan_id: None } }]Aug 26 17:24:05.159
94612026-08-26T17:24:06.206Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
94622026-08-26T17:24:06.206Z Aug 26 17:24:05.159INFO Aug 26 17:24:05.159INFO adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.39/32 -> 10.0.0.255DEBG
94632026-08-26T17:24:06.206Z
94642026-08-26T17:24:06.206Z 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 } }]
94652026-08-26T17:24:06.206ZAug 26 17:24:05.159 DEBGAug 26 17:24:05.159Aug 26 17:24:05.159 replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
94662026-08-26T17:24:06.206Z 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 } }]
94672026-08-26T17:24:06.206Zadding route 172.17.0.26/32 -> 10.0.0.255
94682026-08-26T17:24:06.206ZAug 26 17:24:05.159 INFO adding route 172.17.0.39/32 -> 10.0.0.255Aug 26 17:24:05.159Aug 26 17:24:05.159 INFODEBG
94692026-08-26T17:24:06.206Z adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94702026-08-26T17:24:06.206Z
94712026-08-26T17:24:06.206ZAug 26 17:24:05.159 DEBG Aug 26 17:24:05.159replacing 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 } }]
94722026-08-26T17:24:06.206ZINFOAug 26 17:24:05.159 adding route 172.17.0.27/32 -> 10.0.0.255DEBG
94732026-08-26T17:24:06.206Z Aug 26 17:24:05.159replacing 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 } }]
94742026-08-26T17:24:06.206ZINFO adding route 172.17.0.40/32 -> 10.0.0.255
94752026-08-26T17:24:06.206ZAug 26 17:24:05.159 DEBGAug 26 17:24:05.159 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 26 17:24:05.159
94762026-08-26T17:24:06.206Z INFODEBG adding route 172.17.0.41/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 } }]Aug 26 17:24:05.159
94772026-08-26T17:24:06.206Z
94782026-08-26T17:24:06.206Z INFO adding route 172.17.0.28/32 -> 10.0.0.255Aug 26 17:24:05.159
94792026-08-26T17:24:06.206Z Aug 26 17:24:05.159 INFODEBG adding route 172.17.0.41/32 -> 10.0.0.255Aug 26 17:24:05.159
94802026-08-26T17:24:06.206Zreplacing 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 } }]
94812026-08-26T17:24:06.206ZDEBG 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 26 17:24:05.159
94822026-08-26T17:24:06.206Z 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 } }]
94832026-08-26T17:24:06.206ZAug 26 17:24:05.159 INFOAug 26 17:24:05.159 adding route 172.17.0.42/32 -> 10.0.0.255Aug 26 17:24:05.159
94842026-08-26T17:24:06.206ZINFO adding route 172.17.0.29/32 -> 10.0.0.255INFO
94852026-08-26T17:24:06.206Z adding route 172.17.0.42/32 -> 10.0.0.255Aug 26 17:24:05.159
94862026-08-26T17:24:06.206Z DEBG Aug 26 17:24:05.159replacing 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 26 17:24:05.159
94872026-08-26T17:24:06.206Z :DEBGDEBG Aug 26 17:24:05.159 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 } }]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 } }]
94882026-08-26T17:24:06.206ZINFOfreemap_route_ipv4
94892026-08-26T17:24:06.206Zadding route 172.17.0.43/32 -> 10.0.0.255
94902026-08-26T17:24:06.207Z
94912026-08-26T17:24:06.207ZAug 26 17:24:05.159 INFOAug 26 17:24:05.159 Aug 26 17:24:05.159 adding route 172.17.0.43/32 -> 10.0.0.255INFOAug 26 17:24:05.159
94922026-08-26T17:24:06.207Z DEBGDEBG adding route 172.17.0.30/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 } }]initted freemap. size: 64, unitAug 26 17:24:05.159 :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 } }]freemap_route_ipv6
94932026-08-26T17:24:06.207Z
94942026-08-26T17:24:06.207ZAug 26 17:24:05.160 DEBG Aug 26 17:24:05.167created new freemap
94952026-08-26T17:24:06.207ZAug 26 17:24:05.167INFO , DEBGunit :adding route 172.17.0.44/32 -> 10.0.0.255reset freemap, unit:
94962026-08-26T17:24:06.207ZAug 26 17:24:05.167 freemap_route_ipv4Aug 26 17:24:05.167freemap_route_ipv6
94972026-08-26T17:24:06.207ZDEBG
94982026-08-26T17:24:06.207Z 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 } }]
94992026-08-26T17:24:06.207ZAug 26 17:24:05.167 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
95002026-08-26T17:24:06.207ZAug 26 17:24:05.167Aug 26 17:24:05.160replacing 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 26 17:24:05.167 Aug 26 17:24:05.167 DEBG
95012026-08-26T17:24:06.211ZDEBG INFOcreated new freemap adding route 172.17.0.31/32 -> 10.0.0.255 ,
95022026-08-26T17:24:06.211ZunitDEBGcreated new freemapAug 26 17:24:05.167: , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]freemap_route_ipv6INFO
95032026-08-26T17:24:06.212Z
95042026-08-26T17:24:06.212Z adding route 172.17.0.45/32 -> 10.0.0.255Aug 26 17:24:05.167
95052026-08-26T17:24:06.212Z DEBG unitreplacing 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 26 17:24:05.167Aug 26 17:24:05.167:
95062026-08-26T17:24:06.212ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 26 17:24:05.167freemap_route_ipv4DEBG
95072026-08-26T17:24:06.212Z initted freemap. size: 64DEBGAug 26 17:24:05.167
95082026-08-26T17:24:06.212Z Aug 26 17:24:05.167 , unitreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
95092026-08-26T17:24:06.212Z : adding route 172.17.0.32/32 -> 10.0.0.255Aug 26 17:24:05.167
95102026-08-26T17:24:06.212Z DEBG freemap_route_ipv4created new freemapDEBG,
95112026-08-26T17:24:06.212Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]unit:
95122026-08-26T17:24:06.212ZAug 26 17:24:05.167 Aug 26 17:24:05.167 INFO Aug 26 17:24:05.167DEBG freemap_route_ipv6Aug 26 17:24:05.167DEBGadding route 172.17.0.46/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 } }]
95132026-08-26T17:24:06.212Z INFO
95142026-08-26T17:24:06.212Zreset freemap
95152026-08-26T17:24:06.212Zadding route 3fff:dead::/64 -> 2001:db8::55:3
95162026-08-26T17:24:06.212Z, unitAug 26 17:24:05.167:Aug 26 17:24:05.167 Aug 26 17:24:05.167 INFOfreemap_route_ipv4
95172026-08-26T17:24:06.212ZAug 26 17:24:05.167adding route 172.17.0.33/32 -> 10.0.0.255 DEBGDEBG DEBGinitted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 26 17:24:05.167
95182026-08-26T17:24:06.212Z
95192026-08-26T17:24:06.212ZDEBG initted freemap. size: 64replacing 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 26 17:24:05.167, , unit
95202026-08-26T17:24:06.212Zunit:Aug 26 17:24:05.167 :DEBGfreemap_route_ipv6 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 } }]freemap_route_ipv4
95212026-08-26T17:24:06.212ZINFO
95222026-08-26T17:24:06.212Z
95232026-08-26T17:24:06.212Zadding route 3fff:dead::/64 -> 2001:db8::55:4
95242026-08-26T17:24:06.212ZAug 26 17:24:05.167Aug 26 17:24:05.167Aug 26 17:24:05.167 DEBGINFO DEBG reset freemapadding route 172.17.0.34/32 -> 10.0.0.255 Aug 26 17:24:05.167reset freemapAug 26 17:24:05.167 , , unit
95252026-08-26T17:24:06.212Z:INFO unit adding route 172.17.0.47/32 -> 10.0.0.255:
95262026-08-26T17:24:06.212Z freemap_route_ipv4freemap_route_ipv6
95272026-08-26T17:24:06.212Z Aug 26 17:24:05.167
95282026-08-26T17:24:06.212ZAug 26 17:24:05.167 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.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 } }]
95292026-08-26T17:24:06.212Z
95302026-08-26T17:24:06.212ZAug 26 17:24:05.167 Aug 26 17:24:05.167INFOAug 26 17:24:05.167 DEBG adding route 172.16.0.0/32 -> 10.0.0.1DEBG
95312026-08-26T17:24:06.212Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] initted freemap. size: 64INFO
95322026-08-26T17:24:06.212Z, Aug 26 17:24:05.167Aug 26 17:24:05.167unit Aug 26 17:24:05.167adding route 172.17.0.35/32 -> 10.0.0.255:DEBG
95332026-08-26T17:24:06.212Z INFO adding route 172.17.0.48/32 -> 10.0.0.255DEBG
95342026-08-26T17:24:06.212Z Aug 26 17:24:05.167replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55: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 } }] 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 } }]
95352026-08-26T17:24:06.212Z
95362026-08-26T17:24:06.212ZDEBGfreemap_route_ipv6
95372026-08-26T17:24:06.212Zreplacing 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 } }]
95382026-08-26T17:24:06.212ZAug 26 17:24:05.167 INFOAug 26 17:24:05.167 Aug 26 17:24:05.167adding route 172.16.0.0/32 -> 10.0.0.1DEBG
95392026-08-26T17:24:06.213Z DEBGreset freemap , 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 } }]unitAug 26 17:24:05.167
95402026-08-26T17:24:06.213Z :INFO freemap_route_ipv6adding route 172.17.0.36/32 -> 10.0.0.255
95412026-08-26T17:24:06.213ZAug 26 17:24:05.167
95422026-08-26T17:24:06.213Z 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 } }]
95432026-08-26T17:24:06.213ZAug 26 17:24:05.167Aug 26 17:24:05.167 DEBGINFO Aug 26 17:24:05.167adding route 172.16.0.0/32 -> 10.0.0.1Aug 26 17:24:05.167replacing 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 } }]
95442026-08-26T17:24:06.213Z
95452026-08-26T17:24:06.213Z INFOINFO Aug 26 17:24:05.167 INFOadding route 172.17.0.49/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.37/32 -> 10.0.0.255
95462026-08-26T17:24:06.213Z
95472026-08-26T17:24:06.213Z
95482026-08-26T17:24:06.213ZAug 26 17:24:05.167 Aug 26 17:24:05.167DEBG 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 } }] Aug 26 17:24:05.167replacing 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 } }]
95492026-08-26T17:24:06.213ZAug 26 17:24:05.167DEBG 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 } }] Aug 26 17:24:05.167
95502026-08-26T17:24:06.213Z
95512026-08-26T17:24:06.213Z 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 } }]
95522026-08-26T17:24:06.213Zadding route 172.16.0.0/32 -> 10.0.0.2
95532026-08-26T17:24:06.213ZAug 26 17:24:05.167Aug 26 17:24:05.167 INFOINFO adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2
95542026-08-26T17:24:06.213ZAug 26 17:24:05.167Aug 26 17:24:05.167
95552026-08-26T17:24:06.213Z INFODEBG Aug 26 17:24:05.167 adding route 172.17.0.50/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 } }, 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 } }]
95562026-08-26T17:24:06.213ZDEBG
95572026-08-26T17:24:06.213Z 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 26 17:24:05.167
95582026-08-26T17:24:06.213Z Aug 26 17:24:05.167DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Aug 26 17:24:05.167replacing 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 } }]
95592026-08-26T17:24:06.213Z
95602026-08-26T17:24:06.213Z INFO Aug 26 17:24:05.167adding route 172.17.0.39/32 -> 10.0.0.255
95612026-08-26T17:24:06.213Ztest route::tests::delete_targets_full ... ok
95622026-08-26T17:24:06.213ZINFO Aug 26 17:24:05.167Aug 26 17:24:05.167adding route 172.17.0.0/32 -> 10.0.0.255 Aug 26 17:24:05.167
95632026-08-26T17:24:06.213ZINFO DEBGadding route 172.17.0.51/32 -> 10.0.0.255 replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95642026-08-26T17:24:06.213Z
95652026-08-26T17:24:06.213ZINFOAug 26 17:24:05.167 adding route 172.16.0.0/32 -> 10.0.0.3Aug 26 17:24:05.167Aug 26 17:24:05.167
95662026-08-26T17:24:06.213Ztest route::tests::shrink_preserves_compacted_order ... ok
95672026-08-26T17:24:06.213Z INFODEBGDEBG adding route 172.17.0.40/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 } }]
95682026-08-26T17:24:06.213Z
95692026-08-26T17:24:06.213Ztest route::tests::delete_target_full ... ok
95702026-08-26T17:24:06.213ZAug 26 17:24:05.167replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95712026-08-26T17:24:06.213ZDEBGAug 26 17:24:05.167Aug 26 17:24:05.167 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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 } }]DEBGAug 26 17:24:05.167
95722026-08-26T17:24:06.213ZINFO 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.52/32 -> 10.0.0.255
95732026-08-26T17:24:06.213Z
95742026-08-26T17:24:06.213ZINFO adding route 172.17.0.1/32 -> 10.0.0.255
95752026-08-26T17:24:06.213ZAug 26 17:24:05.167Aug 26 17:24:05.167 INFOAug 26 17:24:05.167 INFO DEBGAug 26 17:24:05.167 adding route 172.17.0.41/32 -> 10.0.0.255
95762026-08-26T17:24:06.213Zreplacing 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
95772026-08-26T17:24:06.213Zadding route 172.16.0.0/32 -> 10.0.0.4
95782026-08-26T17:24:06.214Zreplacing 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 26 17:24:05.167
95792026-08-26T17:24:06.214Z DEBG Aug 26 17:24:05.167replacing 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 26 17:24:05.167
95802026-08-26T17:24:06.214ZINFO adding route 172.17.0.2/32 -> 10.0.0.255INFOAug 26 17:24:05.167
95812026-08-26T17:24:06.214Zadding route 172.17.0.53/32 -> 10.0.0.255Aug 26 17:24:05.167
95822026-08-26T17:24:06.214Z INFODEBG Aug 26 17:24:05.167adding route 172.17.0.42/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 26 17:24:05.167
95832026-08-26T17:24:06.214Z
95842026-08-26T17:24:06.214ZDEBG 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 } }]
95852026-08-26T17:24:06.214ZDEBGAug 26 17:24:05.167 replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
95862026-08-26T17:24:06.214Zreplacing 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 } }]
95872026-08-26T17:24:06.214ZAug 26 17:24:05.167 Aug 26 17:24:05.167DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
95882026-08-26T17:24:06.214Zadding route 172.17.0.54/32 -> 10.0.0.255Aug 26 17:24:05.167Aug 26 17:24:05.167
95892026-08-26T17:24:06.214Z
95902026-08-26T17:24:06.214Z INFO INFOadding route 172.17.0.43/32 -> 10.0.0.255
95912026-08-26T17:24:06.214Zadding route 172.17.0.3/32 -> 10.0.0.255Aug 26 17:24:05.167
95922026-08-26T17:24:06.214Z Aug 26 17:24:05.167Aug 26 17:24:05.167INFO DEBGDEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
95932026-08-26T17:24:06.214Z
95942026-08-26T17:24:06.214ZAug 26 17:24:05.167 adding route 172.17.0.44/32 -> 10.0.0.255DEBG
95952026-08-26T17:24:06.214ZAug 26 17:24:05.167Aug 26 17:24:05.167 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
95962026-08-26T17:24:06.214ZINFO adding route 172.17.0.44/32 -> 10.0.0.255
95972026-08-26T17:24:06.214Zadding route 172.17.0.55/32 -> 10.0.0.255Aug 26 17:24:05.167Aug 26 17:24:05.167
95982026-08-26T17:24:06.214Z INFO adding route 172.17.0.4/32 -> 10.0.0.255DEBGAug 26 17:24:05.167
95992026-08-26T17:24:06.214ZAug 26 17:24:05.167 DEBG DEBGreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96002026-08-26T17:24:06.214Zreplacing 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 } }]
96012026-08-26T17:24:06.219Zreplacing 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 26 17:24:05.167 DEBGAug 26 17:24:05.168 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 26 17:24:05.167
96022026-08-26T17:24:06.219Z INFO adding route 172.17.0.56/32 -> 10.0.0.255 Aug 26 17:24:05.173
96032026-08-26T17:24:06.219Z DEBGAug 26 17:24:05.173INFO INFO adding route 172.17.0.45/32 -> 10.0.0.255created new freemap
96042026-08-26T17:24:06.219ZAug 26 17:24:05.173, unit: 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 } }]
96052026-08-26T17:24:06.219Z Aug 26 17:24:05.173freemap_route_ipv4
96062026-08-26T17:24:06.219ZDEBG 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 } }]
96072026-08-26T17:24:06.219ZAug 26 17:24:05.173 Aug 26 17:24:05.173DEBGAug 26 17:24:05.173 INFO INFOcreated new freemap adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.57/32 -> 10.0.0.255,
96082026-08-26T17:24:06.219Zunit
96092026-08-26T17:24:06.219Z: freemap_route_ipv6Aug 26 17:24:05.174
96102026-08-26T17:24:06.219Z adding route 172.17.0.5/32 -> 10.0.0.255DEBG
96112026-08-26T17:24:06.219Z Aug 26 17:24:05.174replacing 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
96122026-08-26T17:24:06.219ZAug 26 17:24:05.174 initted freemap. size: 64DEBGAug 26 17:24:05.174 , Aug 26 17:24:05.174unit :INFO DEBGfreemap_route_ipv4
96132026-08-26T17:24:06.219Zreplacing 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.47/32 -> 10.0.0.255
96142026-08-26T17:24:06.219Z
96152026-08-26T17:24:06.219Zreplacing 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 } }]
96162026-08-26T17:24:06.219ZAug 26 17:24:05.174 Aug 26 17:24:05.174INFO DEBGadding route 172.17.0.6/32 -> 10.0.0.255Aug 26 17:24:05.174 Aug 26 17:24:05.174replacing 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 } }]
96172026-08-26T17:24:06.219ZDEBG
96182026-08-26T17:24:06.219Zreset freemap , INFOunitAug 26 17:24:05.174 Aug 26 17:24:05.174 :DEBG INFOfreemap_route_ipv4
96192026-08-26T17:24:06.219Zadding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96202026-08-26T17:24:06.219Z
96212026-08-26T17:24:06.219Z
96222026-08-26T17:24:06.219ZAug 26 17:24:05.174 DEBG Aug 26 17:24:05.174Aug 26 17:24:05.174 initted freemap. size: 64DEBG, 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 } }]unit
96232026-08-26T17:24:06.219ZAug 26 17:24:05.174: DEBG freemap_route_ipv6Aug 26 17:24:05.174
96242026-08-26T17:24:06.219Zreplacing 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 } }]
96252026-08-26T17:24:06.219Zadding route 172.17.0.7/32 -> 10.0.0.255INFO
96262026-08-26T17:24:06.219Z adding route 172.17.0.49/32 -> 10.0.0.255
96272026-08-26T17:24:06.219ZAug 26 17:24:05.174Aug 26 17:24:05.174 INFODEBG adding route 172.17.0.59/32 -> 10.0.0.255Aug 26 17:24:05.174reset freemap
96282026-08-26T17:24:06.219ZAug 26 17:24:05.174DEBG DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
96292026-08-26T17:24:06.220ZAug 26 17:24:05.174,
96302026-08-26T17:24:06.220ZunitDEBG 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 } }]:
96312026-08-26T17:24:06.220Z Aug 26 17:24:05.174freemap_route_ipv6Aug 26 17:24:05.174
96322026-08-26T17:24:06.220Z INFOAug 26 17:24:05.174 INFOadding route 172.17.0.8/32 -> 10.0.0.255 Aug 26 17:24:05.174adding route 172.17.0.50/32 -> 10.0.0.255
96332026-08-26T17:24:06.220Z
96342026-08-26T17:24:06.220Z INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.60/32 -> 10.0.0.255Aug 26 17:24:05.174Aug 26 17:24:05.174
96352026-08-26T17:24:06.220Z DEBG
96362026-08-26T17:24:06.220Z 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 } }]DEBGAug 26 17:24:05.174
96372026-08-26T17:24:06.220Z replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
96382026-08-26T17:24:06.220ZAug 26 17:24:05.174 Aug 26 17:24:05.174replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
96392026-08-26T17:24:06.220ZINFOAug 26 17:24:05.174 adding route 172.17.0.9/32 -> 10.0.0.255 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
96402026-08-26T17:24:06.220ZINFO
96412026-08-26T17:24:06.220Zadding route 172.17.0.51/32 -> 10.0.0.255
96422026-08-26T17:24:06.220ZAug 26 17:24:05.174Aug 26 17:24:05.174 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 } }]failed to allocate space for the new target list
96432026-08-26T17:24:06.220Z
96442026-08-26T17:24:06.220ZAug 26 17:24:05.174 INFOAug 26 17:24:05.174 adding route 172.16.0.0/32 -> 10.0.0.2DEBGAug 26 17:24:05.174Aug 26 17:24:05.174
96452026-08-26T17:24:06.220Zreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 172.17.0.10/32 -> 10.0.0.255
96462026-08-26T17:24:06.220Z
96472026-08-26T17:24:06.220ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 26 17:24:05.174
96482026-08-26T17:24:06.220ZAug 26 17:24:05.174 DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Aug 26 17:24:05.174replacing 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 } }]
96492026-08-26T17:24:06.220Z
96502026-08-26T17:24:06.220Z INFO adding route 172.17.0.52/32 -> 10.0.0.255
96512026-08-26T17:24:06.220ZAug 26 17:24:05.174 Aug 26 17:24:05.174INFOAug 26 17:24:05.174 adding route 172.17.0.11/32 -> 10.0.0.255DEBG
96522026-08-26T17:24:06.220Z 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 } }]
96532026-08-26T17:24:06.220Zadding route 172.16.0.0/32 -> 10.0.0.3Aug 26 17:24:05.174
96542026-08-26T17:24:06.220Z DEBG Aug 26 17:24:05.174replacing 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 } }]
96552026-08-26T17:24:06.220ZINFO Aug 26 17:24:05.174adding route 172.17.0.53/32 -> 10.0.0.255
96562026-08-26T17:24:06.220ZDEBG Aug 26 17:24:05.174replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
96572026-08-26T17:24:06.220ZINFOAug 26 17:24:05.174 adding route 172.17.0.12/32 -> 10.0.0.255DEBG
96582026-08-26T17:24:06.220Z Aug 26 17:24:05.174replacing 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 } }]
96592026-08-26T17:24:06.220ZINFO adding route 172.16.0.0/32 -> 10.0.0.4
96602026-08-26T17:24:06.220ZAug 26 17:24:05.174 DEBGAug 26 17:24:05.174 Aug 26 17:24:05.174INFO replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255
96612026-08-26T17:24:06.220Z
96622026-08-26T17:24:06.220Ztest route::tests::add_target_fails_full ... ok
96632026-08-26T17:24:06.220ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
96642026-08-26T17:24:06.220ZAug 26 17:24:05.174 INFOAug 26 17:24:05.174Aug 26 17:24:05.174 adding route 172.17.0.13/32 -> 10.0.0.255DEBG
96652026-08-26T17:24:06.220ZDEBGreplacing 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 } }]
96662026-08-26T17:24:06.220Zreplacing targets for 172.16.0.0/32 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 } }]
96672026-08-26T17:24:06.220ZAug 26 17:24:05.174 Aug 26 17:24:05.174DEBG INFOreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96682026-08-26T17:24:06.221Zadding route 172.17.0.55/32 -> 10.0.0.255
96692026-08-26T17:24:06.221ZAug 26 17:24:05.174 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 } }]
96702026-08-26T17:24:06.221ZAug 26 17:24:05.174 INFO Aug 26 17:24:05.174adding route 172.17.0.14/32 -> 10.0.0.255
96712026-08-26T17:24:06.221ZINFO adding route 172.17.0.56/32 -> 10.0.0.255
96722026-08-26T17:24:06.221Ztest route::tests::delete_targets_fragmented ... ok
96732026-08-26T17:24:06.221Z
96742026-08-26T17:24:06.221ZAug 26 17:24:05.174Aug 26 17:24:05.174 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.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 } }]
96752026-08-26T17:24:06.221Z
96762026-08-26T17:24:06.221Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
96772026-08-26T17:24:06.221ZAug 26 17:24:05.174 Aug 26 17:24:05.174INFO INFOadding route 172.17.0.15/32 -> 10.0.0.255
96782026-08-26T17:24:06.221Z
96792026-08-26T17:24:06.221Zadding route 172.17.0.57/32 -> 10.0.0.255
96802026-08-26T17:24:06.221ZAug 26 17:24:05.174Aug 26 17:24:05.174 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.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 } }]
96812026-08-26T17:24:06.221Z
96822026-08-26T17:24:06.221ZAug 26 17:24:05.174 INFOAug 26 17:24:05.174 adding route 172.17.0.16/32 -> 10.0.0.255INFO
96832026-08-26T17:24:06.221Z adding route 172.17.0.58/32 -> 10.0.0.255
96842026-08-26T17:24:06.221Z
96852026-08-26T17:24:06.221ZAug 26 17:24:05.174Aug 26 17:24:05.174 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.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 } }]
96862026-08-26T17:24:06.221Z
96872026-08-26T17:24:06.221ZAug 26 17:24:05.174Aug 26 17:24:05.174 INFOINFO Aug 26 17:24:05.174adding route 172.17.0.17/32 -> 10.0.0.255
96882026-08-26T17:24:06.221Z INFOadding route 172.17.0.59/32 -> 10.0.0.255
96892026-08-26T17:24:06.221Zadding route 172.17.0.45/32 -> 10.0.0.255
96902026-08-26T17:24:06.221ZAug 26 17:24:05.174Aug 26 17:24:05.174 Aug 26 17:24:05.174DEBGDEBG 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 } }] DEBGreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96912026-08-26T17:24:06.221Z
96922026-08-26T17:24:06.221Z 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 } }]
96932026-08-26T17:24:06.221ZAug 26 17:24:05.174 Aug 26 17:24:05.174INFO Aug 26 17:24:05.174INFOadding route 172.17.0.18/32 -> 10.0.0.255 adding route 172.17.0.60/32 -> 10.0.0.255INFO
96942026-08-26T17:24:06.221Z
96952026-08-26T17:24:06.221Z adding route 172.17.0.46/32 -> 10.0.0.255
96962026-08-26T17:24:06.221ZAug 26 17:24:05.174Aug 26 17:24:05.174 Aug 26 17:24:05.174DEBG DEBG DEBGreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
96972026-08-26T17:24:06.221Z
96982026-08-26T17:24:06.221Z
96992026-08-26T17:24:06.221ZAug 26 17:24:05.174Aug 26 17:24:05.174 INFOINFOAug 26 17:24:05.174 adding route 172.17.0.61/32 -> 10.0.0.255INFO
97002026-08-26T17:24:06.221Z adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255
97012026-08-26T17:24:06.226Z
97022026-08-26T17:24:06.226ZAug 26 17:24:05.174 DEBGAug 26 17:24:05.174 Aug 26 17:24:05.174replacing 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 } }]
97032026-08-26T17:24:06.226ZDEBGDEBG 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.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 } }]
97042026-08-26T17:24:06.226Z
97052026-08-26T17:24:06.226ZAug 26 17:24:05.174 INFO Aug 26 17:24:05.174adding route 172.17.0.62/32 -> 10.0.0.255Aug 26 17:24:05.174
97062026-08-26T17:24:06.226Z INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255
97072026-08-26T17:24:06.226Z
97082026-08-26T17:24:06.227ZAug 26 17:24:05.174 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 } }]
97092026-08-26T17:24:06.227ZAug 26 17:24:05.174 Aug 26 17:24:05.174DEBG Aug 26 17:24:05.174DEBGreplacing 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 } }]
97102026-08-26T17:24:06.227Z 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 } }]
97112026-08-26T17:24:06.227Zfailed to allocate space for the new target list
97122026-08-26T17:24:06.227ZAug 26 17:24:05.174Aug 26 17:24:05.174Aug 26 17:24:05.174 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.49/32 -> 10.0.0.255
97132026-08-26T17:24:06.227ZINFO
97142026-08-26T17:24:06.227Zadding route 172.17.0.21/32 -> 10.0.0.255
97152026-08-26T17:24:06.227ZAug 26 17:24:05.174Aug 26 17:24:05.174 DEBGDEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
97162026-08-26T17:24:06.227Z
97172026-08-26T17:24:06.227ZAug 26 17:24:05.174Aug 26 17:24:05.174 INFOINFO adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255
97182026-08-26T17:24:06.227Z
97192026-08-26T17:24:06.227ZAug 26 17:24:05.174Aug 26 17:24:05.174 DEBGDEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
97202026-08-26T17:24:06.227Z
97212026-08-26T17:24:06.227ZAug 26 17:24:05.181 INFO adding route 172.17.0.51/32 -> 10.0.0.255Aug 26 17:24:05.181
97222026-08-26T17:24:06.227Z INFO adding route 172.17.0.23/32 -> 10.0.0.255
97232026-08-26T17:24:06.227ZAug 26 17:24:05.181 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 } }]Aug 26 17:24:05.181
97242026-08-26T17:24:06.227Z 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 } }]
97252026-08-26T17:24:06.227ZAug 26 17:24:05.181 INFO adding route 172.17.0.24/32 -> 10.0.0.255
97262026-08-26T17:24:06.227ZAug 26 17:24:05.181 INFOAug 26 17:24:05.181 adding route 172.17.0.52/32 -> 10.0.0.255DEBG
97272026-08-26T17:24:06.227Z 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 } }]
97282026-08-26T17:24:06.227ZAug 26 17:24:05.181 Aug 26 17:24:05.181DEBG 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 } }]
97292026-08-26T17:24:06.227Zadding route 172.17.0.25/32 -> 10.0.0.255
97302026-08-26T17:24:06.227ZAug 26 17:24:05.181Aug 26 17:24:05.181 INFODEBG adding route 172.17.0.53/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 } }]
97312026-08-26T17:24:06.227Z
97322026-08-26T17:24:06.227ZAug 26 17:24:05.181Aug 26 17:24:05.181 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.26/32 -> 10.0.0.255
97332026-08-26T17:24:06.227Z
97342026-08-26T17:24:06.227ZAug 26 17:24:05.181Aug 26 17:24:05.181 DEBGINFO replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255
97352026-08-26T17:24:06.227Z
97362026-08-26T17:24:06.227ZAug 26 17:24:05.181Aug 26 17:24:05.181 INFODEBG adding route 172.17.0.27/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 } }]
97372026-08-26T17:24:06.227Z
97382026-08-26T17:24:06.227ZAug 26 17:24:05.181Aug 26 17:24:05.181 DEBGINFO replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.55/32 -> 10.0.0.255
97392026-08-26T17:24:06.227Z
97402026-08-26T17:24:06.227ZAug 26 17:24:05.181Aug 26 17:24:05.181 INFODEBG adding route 172.17.0.28/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 } }]
97412026-08-26T17:24:06.227Z
97422026-08-26T17:24:06.227ZAug 26 17:24:05.181Aug 26 17:24:05.181 DEBGINFO replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.56/32 -> 10.0.0.255
97432026-08-26T17:24:06.227Z
97442026-08-26T17:24:06.227ZAug 26 17:24:05.181Aug 26 17:24:05.181 INFODEBG adding route 172.17.0.29/32 -> 10.0.0.255replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97452026-08-26T17:24:06.227Z
97462026-08-26T17:24:06.227ZAug 26 17:24:05.181Aug 26 17:24:05.181 INFODEBG adding route 172.17.0.57/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 } }]
97472026-08-26T17:24:06.227Z
97482026-08-26T17:24:06.228ZAug 26 17:24:05.181Aug 26 17:24:05.181 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.30/32 -> 10.0.0.255
97492026-08-26T17:24:06.228Z
97502026-08-26T17:24:06.228ZAug 26 17:24:05.181Aug 26 17:24:05.181 INFODEBG adding route 172.17.0.58/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 } }]
97512026-08-26T17:24:06.228Z
97522026-08-26T17:24:06.228ZAug 26 17:24:05.181Aug 26 17:24:05.181 DEBGINFO replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255
97532026-08-26T17:24:06.228Z
97542026-08-26T17:24:06.228ZAug 26 17:24:05.181Aug 26 17:24:05.181 DEBGINFO replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255
97552026-08-26T17:24:06.228Z
97562026-08-26T17:24:06.228ZAug 26 17:24:05.181Aug 26 17:24:05.181 INFODEBG adding route 172.17.0.32/32 -> 10.0.0.255replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97572026-08-26T17:24:06.228Z
97582026-08-26T17:24:06.228ZAug 26 17:24:05.181Aug 26 17:24:05.181 DEBGINFO replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255
97592026-08-26T17:24:06.228Z
97602026-08-26T17:24:06.228ZAug 26 17:24:05.181Aug 26 17:24:05.181 INFODEBG adding route 172.17.0.33/32 -> 10.0.0.255replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97612026-08-26T17:24:06.228Z
97622026-08-26T17:24:06.228Z
97632026-08-26T17:24:06.228ZAug 26 17:24:05.181Aug 26 17:24:05.181 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.61/32 -> 10.0.0.255
97642026-08-26T17:24:06.228Z
97652026-08-26T17:24:06.228ZAug 26 17:24:05.181Aug 26 17:24:05.181 INFODEBG adding route 172.17.0.34/32 -> 10.0.0.255replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97662026-08-26T17:24:06.228Zrunning 0 tests
97672026-08-26T17:24:06.228Z
97682026-08-26T17:24:06.228ZAug 26 17:24:05.181Aug 26 17:24:05.181 INFODEBG adding route 172.17.0.62/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 } }]
97692026-08-26T17:24:06.228Z
97702026-08-26T17:24:06.228ZAug 26 17:24:05.181Aug 26 17:24:05.181 DEBGINFO replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.35/32 -> 10.0.0.255
97712026-08-26T17:24:06.228Z
97722026-08-26T17:24:06.228ZAug 26 17:24:05.181Aug 26 17:24:05.181 INFODEBG adding route 172.17.0.63/32 -> 10.0.0.255replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97732026-08-26T17:24:06.228Z
97742026-08-26T17:24:06.228Z
97752026-08-26T17:24:06.228Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97762026-08-26T17:24:06.228Z
97772026-08-26T17:24:06.228ZAug 26 17:24:05.181Aug 26 17:24:05.181 DEBGINFO replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255
97782026-08-26T17:24:06.228Z
97792026-08-26T17:24:06.228ZAug 26 17:24:05.181Aug 26 17:24:05.181 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }]
97802026-08-26T17:24:06.228Z
97812026-08-26T17:24:06.228ZAug 26 17:24:05.181Aug 26 17:24:05.181 INFODEBG adding route 172.17.0.37/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 } }]
97822026-08-26T17:24:06.228Z
97832026-08-26T17:24:06.228ZAug 26 17:24:05.181Aug 26 17:24:05.181 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 } }]failed to allocate space for the new target list
97842026-08-26T17:24:06.228Z
97852026-08-26T17:24:06.228ZAug 26 17:24:05.181 INFO adding route 172.17.0.38/32 -> 10.0.0.255
97862026-08-26T17:24:06.228ZAug 26 17:24:05.181 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 } }]
97872026-08-26T17:24:06.229ZAug 26 17:24:05.181 INFO adding route 172.17.0.39/32 -> 10.0.0.255
97882026-08-26T17:24:06.229ZAug 26 17:24:05.181 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 } }]
97892026-08-26T17:24:06.229ZAug 26 17:24:05.181 INFO adding route 172.17.0.40/32 -> 10.0.0.255
97902026-08-26T17:24:06.229ZAug 26 17:24:05.181 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 } }]
97912026-08-26T17:24:06.229ZAug 26 17:24:05.181 INFO adding route 172.17.0.41/32 -> 10.0.0.255
97922026-08-26T17:24:06.229ZAug 26 17:24:05.181 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 } }]
97932026-08-26T17:24:06.229ZAug 26 17:24:05.181 INFO adding route 172.17.0.42/32 -> 10.0.0.255
97942026-08-26T17:24:06.229ZAug 26 17:24:05.181 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 } }]
97952026-08-26T17:24:06.229ZAug 26 17:24:05.181 INFO adding route 172.17.0.43/32 -> 10.0.0.255
97962026-08-26T17:24:06.229ZAug 26 17:24:05.181 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 } }]
97972026-08-26T17:24:06.229ZAug 26 17:24:05.181 INFO adding route 172.17.0.44/32 -> 10.0.0.255
97982026-08-26T17:24:06.229ZAug 26 17:24:05.181 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 } }]
97992026-08-26T17:24:06.229ZAug 26 17:24:05.181 INFO adding route 172.17.0.45/32 -> 10.0.0.255
98002026-08-26T17:24:06.229ZAug 26 17:24:05.181 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 } }]
98012026-08-26T17:24:06.233ZAug 26 17:24:05.181 INFO adding route 172.17.0.46/32 -> 10.0.0.255
98022026-08-26T17:24:06.233ZAug 26 17:24:05.181 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 } }]
98032026-08-26T17:24:06.233ZAug 26 17:24:05.181 INFO adding route 172.17.0.47/32 -> 10.0.0.255
98042026-08-26T17:24:06.233ZAug 26 17:24:05.181 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 } }]
98052026-08-26T17:24:06.233ZAug 26 17:24:05.181 INFO adding route 172.17.0.48/32 -> 10.0.0.255
98062026-08-26T17:24:06.233ZAug 26 17:24:05.181 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 } }]
98072026-08-26T17:24:06.233ZAug 26 17:24:05.181 INFO adding route 172.17.0.49/32 -> 10.0.0.255
98082026-08-26T17:24:06.233ZAug 26 17:24:05.181 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 } }]
98092026-08-26T17:24:06.233ZAug 26 17:24:05.181 INFO adding route 172.17.0.50/32 -> 10.0.0.255
98102026-08-26T17:24:06.233ZAug 26 17:24:05.181 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 } }]
98112026-08-26T17:24:06.233ZAug 26 17:24:05.181 INFO adding route 172.17.0.51/32 -> 10.0.0.255
98122026-08-26T17:24:06.233ZAug 26 17:24:05.181 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 } }]
98132026-08-26T17:24:06.233ZAug 26 17:24:05.181 INFO adding route 172.17.0.52/32 -> 10.0.0.255
98142026-08-26T17:24:06.233ZAug 26 17:24:05.181 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 } }]
98152026-08-26T17:24:06.233ZAug 26 17:24:05.181 INFO adding route 172.17.0.53/32 -> 10.0.0.255
98162026-08-26T17:24:06.233ZAug 26 17:24:05.181 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 } }]
98172026-08-26T17:24:06.233ZAug 26 17:24:05.181 INFO adding route 172.17.0.54/32 -> 10.0.0.255
98182026-08-26T17:24:06.233ZAug 26 17:24:05.181 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 } }]
98192026-08-26T17:24:06.233ZAug 26 17:24:05.181 INFO adding route 172.17.0.55/32 -> 10.0.0.255
98202026-08-26T17:24:06.233ZAug 26 17:24:05.181 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 } }]
98212026-08-26T17:24:06.233ZAug 26 17:24:05.181 INFO adding route 172.17.0.56/32 -> 10.0.0.255
98222026-08-26T17:24:06.233ZAug 26 17:24:05.181 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 } }]
98232026-08-26T17:24:06.233ZAug 26 17:24:05.181 INFO adding route 172.17.0.57/32 -> 10.0.0.255
98242026-08-26T17:24:06.233ZAug 26 17:24:05.181 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 } }]
98252026-08-26T17:24:06.233ZAug 26 17:24:05.181 INFO adding route 172.17.0.58/32 -> 10.0.0.255
98262026-08-26T17:24:06.233ZAug 26 17:24:05.181 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 } }]
98272026-08-26T17:24:06.233ZAug 26 17:24:05.181 INFO adding route 172.17.0.59/32 -> 10.0.0.255
98282026-08-26T17:24:06.234ZAug 26 17:24:05.181 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 } }]
98292026-08-26T17:24:06.234ZAug 26 17:24:05.181 INFO adding route 172.17.0.60/32 -> 10.0.0.255
98302026-08-26T17:24:06.234ZAug 26 17:24:05.181 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 } }]
98312026-08-26T17:24:06.234ZAug 26 17:24:05.181 DEBG failed to allocate space for the new target list
98322026-08-26T17:24:06.234ZAug 26 17:24:05.181 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 } }]
98332026-08-26T17:24:06.234Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-3db66be9ed50a70a)
98342026-08-26T17:24:06.234Z Running unittests src/lib.rs (target/debug/deps/dpd_api-129626530bed4535)
98352026-08-26T17:24:06.234Z
98362026-08-26T17:24:06.234Zrunning 0 tests
98372026-08-26T17:24:06.234Z
98382026-08-26T17:24:06.234Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98392026-08-26T17:24:06.234Z
98402026-08-26T17:24:06.234Z Running unittests src/lib.rs (target/debug/deps/dpd_client-e69f4616d86663c9)
98412026-08-26T17:24:06.234Z
98422026-08-26T17:24:06.234Zrunning 6 tests
98432026-08-26T17:24:06.234Ztest tests::test_full_lot_id_neither_present ... ok
98442026-08-26T17:24:06.234Ztest tests::test_full_lot_id_both_present ... ok
98452026-08-26T17:24:06.234Ztest tests::test_full_lot_id_lotnum_only ... ok
98462026-08-26T17:24:06.234Ztest tests::test_full_lot_id_lot_only ... ok
98472026-08-26T17:24:06.234Ztest tests::test_parse_client_port_id ... ok
98482026-08-26T17:24:06.234Ztest tests::test_port_id_cmp ... ok
98492026-08-26T17:24:06.234Z
98502026-08-26T17:24:06.234Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98512026-08-26T17:24:06.234Z
98522026-08-26T17:24:06.238Z Running tests/test_all.rs (target/debug/deps/test_all-46576c33bbbf0e68)
98532026-08-26T17:24:06.238Z
98542026-08-26T17:24:06.238Zrunning 6 tests
98552026-08-26T17:24:09.249Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
98562026-08-26T17:24:09.253Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
98572026-08-26T17:24:09.253Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
98582026-08-26T17:24:09.259Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
98592026-08-26T17:24:09.589Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
98602026-08-26T17:24:10.648Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
98612026-08-26T17:24:10.648Z
98622026-08-26T17:24:10.648Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.41s
98632026-08-26T17:24:10.648Z
98642026-08-26T17:24:10.654Z Running unittests src/lib.rs (target/debug/deps/dpd_types-9a1ffdc1254bfaa8)
98652026-08-26T17:24:10.662Z
98662026-08-26T17:24:10.662Zrunning 0 tests
98672026-08-26T17:24:10.662Z
98682026-08-26T17:24:10.665Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98692026-08-26T17:24:10.665Z
98702026-08-26T17:24:10.665Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-fbfe8a6c92a1a523)
98712026-08-26T17:24:10.687Z
98722026-08-26T17:24:10.687Zrunning 15 tests
98732026-08-26T17:24:10.690Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
98742026-08-26T17:24:10.690Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
98752026-08-26T17:24:10.690Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
98762026-08-26T17:24:10.690Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
98772026-08-26T17:24:10.690Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
98782026-08-26T17:24:10.690Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
98792026-08-26T17:24:10.690Ztest v1::network::tests::test_equal ... ok
98802026-08-26T17:24:10.690Ztest v1::network::tests::test_eui64 ... ok
98812026-08-26T17:24:10.690Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
98822026-08-26T17:24:10.690Ztest v1::network::tests::test_into ... ok
98832026-08-26T17:24:10.690Ztest v1::network::tests::test_not_equal ... ok
98842026-08-26T17:24:10.690Ztest v1::network::tests::test_to_string ... ok
98852026-08-26T17:24:10.690Ztest v1::port::tests::port_ids_are_ascii ... ok
98862026-08-26T17:24:10.690Ztest v1::network::tests::test_parse ... ok
98872026-08-26T17:24:10.693Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
98882026-08-26T17:24:10.693Z
98892026-08-26T17:24:10.693Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
98902026-08-26T17:24:10.693Z
98912026-08-26T17:24:10.697Z Running unittests src/lib.rs (target/debug/deps/packet-b7146b2a4ac94eed)
98922026-08-26T17:24:10.718Z
98932026-08-26T17:24:10.718Zrunning 12 tests
98942026-08-26T17:24:10.721Ztest ipv6::test_ipv6_parse ... ok
98952026-08-26T17:24:10.722Ztest icmp::test_v4_checksum ... ok
98962026-08-26T17:24:10.722Ztest icmp::test_v6_checksum ... ok
98972026-08-26T17:24:10.722Ztest pbuf::test_nibble ... ok
98982026-08-26T17:24:10.722Ztest pbuf::test_byte ... ok
98992026-08-26T17:24:10.722Ztest lldp::test_lldp_parse ... ok
99002026-08-26T17:24:10.722Ztest pbuf::test_short ... ok
99012026-08-26T17:24:10.722Ztest pbuf::test_overflow ... ok
99022026-08-26T17:24:10.722Ztest pbuf::test_twelve ... ok
99032026-08-26T17:24:10.722Ztest pbuf::test_word ... ok
99042026-08-26T17:24:10.722Ztest tcp::test_checksum_syn_nodata ... ok
99052026-08-26T17:24:10.722Ztest tcp::test_checksum_ack_data ... ok
99062026-08-26T17:24:10.722Z
99072026-08-26T17:24:10.722Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99082026-08-26T17:24:10.722Z
99092026-08-26T17:24:10.725Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
99102026-08-26T17:24:10.728Z
99112026-08-26T17:24:10.728Zrunning 0 tests
99122026-08-26T17:24:10.728Z
99132026-08-26T17:24:10.728Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99142026-08-26T17:24:10.728Z
99152026-08-26T17:24:10.731Z Running unittests src/main.rs (target/debug/deps/swadm-f673c9296929dff9)
99162026-08-26T17:24:10.734Z
99172026-08-26T17:24:10.734Zrunning 5 tests
99182026-08-26T17:24:10.734Ztest switchport::test::test_compute_lanes ... ok
99192026-08-26T17:24:10.737Ztest switchport::test::port_id_ordering ... ok
99202026-08-26T17:24:10.737Z Lane 0 Lane 1 Lane 2 Lane 3
99212026-08-26T17:24:10.737Z State: Activated Activated Activated Activated
99222026-08-26T17:24:10.737Z Rx Output Enabled: false false false false
99232026-08-26T17:24:10.737Z Rx Output Status: valid valid valid valid
99242026-08-26T17:24:10.737Z Rx Loss-of-lock: true true true true
99252026-08-26T17:24:10.737Z Rx Loss-of-signal: false false false false
99262026-08-26T17:24:10.737ZRx Auto-squelch Disable: true true true true
99272026-08-26T17:24:10.738Z Tx Output Enabled: true true true true
99282026-08-26T17:24:10.738Z Tx Output Status: invalid invalid Lane 0 invalid invalid
99292026-08-26T17:24:10.738Z Tx Loss-of-lock: false false false false
99302026-08-26T17:24:10.738ZLane 1 Tx Loss-of-signal: true true true Lane 2true
99312026-08-26T17:24:10.738Z Tx Auto-squelch Disable: false Lane 3false false false
99322026-08-26T17:24:10.738Z
99332026-08-26T17:24:10.738Z Rx Loss-of-lock: Yes Tx Adaptive EQ Fail: true true Yestrue true
99342026-08-26T17:24:10.738Z Tx Failure: false Yes falseYes
99352026-08-26T17:24:10.738Zfalse false
99362026-08-26T17:24:10.738Z Tx Force Squelch: true Rx Loss-of-signal: Yes true trueYes true
99372026-08-26T17:24:10.738Z Tx Input Polarity: normal Yesnormal normal Yesnormal
99382026-08-26T17:24:10.738Z
99392026-08-26T17:24:10.738Z Rx CDR Enabled: Yes Yes Yes Yes
99402026-08-26T17:24:10.738Z Tx Enabled: Yes Yes Yes Yes
99412026-08-26T17:24:10.738Z Tx Loss-of-lock: No No No No
99422026-08-26T17:24:10.738Z Tx Loss-of-signal: No No No No
99432026-08-26T17:24:10.738Z Tx CDR Enabled: No No No No
99442026-08-26T17:24:10.738Z Tx Adaptive EQ Fault: No No No No
99452026-08-26T17:24:10.738Z Tx Fault: Yes Yes Yes Yes
99462026-08-26T17:24:10.738Ztest switchport::test::test_print_cmis_datapath ... ok
99472026-08-26T17:24:10.738Ztest switchport::test::test_print_sff_datapath ... ok
99482026-08-26T17:24:10.738Ztest link::test_filter ... ok
99492026-08-26T17:24:10.738Z
99502026-08-26T17:24:10.738Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99512026-08-26T17:24:10.738Z
99522026-08-26T17:24:10.738Z Running tests/cli/main.rs (target/debug/deps/cli-334a602fd49310a7)
99532026-08-26T17:24:10.742Z
99542026-08-26T17:24:10.742Zrunning 7 tests
99552026-08-26T17:24:10.742Ztest counters::counters_list ... ignored
99562026-08-26T17:24:10.742Ztest link_apply::apply_tx_eq_all ... ignored
99572026-08-26T17:24:10.742Ztest link_apply::apply_tx_eq_custom ... ignored
99582026-08-26T17:24:10.742Ztest tx_eq::set_all_taps ... ignored
99592026-08-26T17:24:10.742Ztest tx_eq::set_partial_taps ... ignored
99602026-08-26T17:24:10.751Ztest link_apply::tx_eq_exclusive ... ok
99612026-08-26T17:24:10.754Ztest cmd::test::output_txeq ... ok
99622026-08-26T17:24:10.754Z
99632026-08-26T17:24:10.757Ztest result: ok. 2 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.01s
99642026-08-26T17:24:10.757Z
99652026-08-26T17:24:10.757Z Running unittests src/main.rs (target/debug/deps/tfportd-4ce352188da0d171)
99662026-08-26T17:24:10.760Z
99672026-08-26T17:24:10.760Zrunning 3 tests
99682026-08-26T17:24:10.760Ztest linklocal::test_parse_ipadm ... ok
99692026-08-26T17:24:10.761Ztest tfport::test_parse_tfport ... ok
99702026-08-26T17:24:10.761Ztest config::tests::test_updates ... ok
99712026-08-26T17:24:10.761Z
99722026-08-26T17:24:10.761Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99732026-08-26T17:24:10.761Z
99742026-08-26T17:24:10.765Z Running unittests src/main.rs (target/debug/deps/uplinkd-8872d4adf66e7b1b)
99752026-08-26T17:24:10.768Z
99762026-08-26T17:24:10.768Zrunning 0 tests
99772026-08-26T17:24:10.768Z
99782026-08-26T17:24:10.768Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99792026-08-26T17:24:10.768Z
99802026-08-26T17:24:10.768Z Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353)
99812026-08-26T17:24:10.772Z
99822026-08-26T17:24:10.772Zrunning 0 tests
99832026-08-26T17:24:10.772Z
99842026-08-26T17:24:10.775Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99852026-08-26T17:24:10.775Z
99862026-08-26T17:24:10.775Z Doc-tests aal
99872026-08-26T17:24:11.284Z
99882026-08-26T17:24:11.284Zrunning 0 tests
99892026-08-26T17:24:11.284Z
99902026-08-26T17:24:11.287Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99912026-08-26T17:24:11.287Z
99922026-08-26T17:24:11.310Z Doc-tests aal_macros
99932026-08-26T17:24:11.381Z
99942026-08-26T17:24:11.381Zrunning 0 tests
99952026-08-26T17:24:11.381Z
99962026-08-26T17:24:11.381Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99972026-08-26T17:24:11.381Z
99982026-08-26T17:24:11.391Z Doc-tests common
99992026-08-26T17:24:11.623Z
100002026-08-26T17:24:11.623Zrunning 0 tests
100012026-08-26T17:24:11.623Z
100022026-08-26T17:24:11.623Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100032026-08-26T17:24:11.623Z
100042026-08-26T17:24:11.649Z Doc-tests dpd_api
100052026-08-26T17:24:12.434Z
100062026-08-26T17:24:12.434Zrunning 2 tests
100072026-08-26T17:24:12.434Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
100082026-08-26T17:24:12.434Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
100092026-08-26T17:24:12.434Z
100102026-08-26T17:24:12.434Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
100112026-08-26T17:24:12.434Z
100122026-08-26T17:24:12.464Z Doc-tests dpd_client
100132026-08-26T17:24:13.967Z
100142026-08-26T17:24:13.968Zrunning 0 tests
100152026-08-26T17:24:13.968Z
100162026-08-26T17:24:13.968Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100172026-08-26T17:24:13.968Z
100182026-08-26T17:24:14.023Z Doc-tests dpd_types
100192026-08-26T17:24:14.205Z
100202026-08-26T17:24:14.205Zrunning 0 tests
100212026-08-26T17:24:14.205Z
100222026-08-26T17:24:14.205Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100232026-08-26T17:24:14.205Z
100242026-08-26T17:24:14.228Z Doc-tests dpd_types_versions
100252026-08-26T17:24:15.767Z
100262026-08-26T17:24:15.767Zrunning 1 test
100272026-08-26T17:24:15.767Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
100282026-08-26T17:24:15.767Z
100292026-08-26T17:24:15.767Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
100302026-08-26T17:24:15.767Z
100312026-08-26T17:24:15.817Z Doc-tests packet
100322026-08-26T17:24:16.037Z
100332026-08-26T17:24:16.037Zrunning 0 tests
100342026-08-26T17:24:16.037Z
100352026-08-26T17:24:16.037Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100362026-08-26T17:24:16.037Z
100372026-08-26T17:24:16.063Z Doc-tests pcap
100382026-08-26T17:24:16.116Z
100392026-08-26T17:24:16.117Zrunning 0 tests
100402026-08-26T17:24:16.117Z
100412026-08-26T17:24:16.117Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100422026-08-26T17:24:16.117Z
100432026-08-26T17:24:16.167Zprocess exited: duration 607907 ms, exit code 0
 
100442026-08-26T17:24:16.177Zfound 0 output files