01M0XQG3DBJ8FP7HJS2E06TEM2: test

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

Buildomat Job: 01M0XQGPVMC1F42582PBA96W6N

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-26T00:29:45.762Zjob assigned to worker 01M0XQGVZ5AQW6ZX1V1TAEE7N5 [factory aws, i-008c2660e53cadd1a] (queued for 47 s)
 
22026-08-26T00:29:52.523Zstarting task 0: "setup"
32026-08-26T00:29:52.536Z++ uname -s
42026-08-26T00:29:52.537Z+ kern=SunOS
52026-08-26T00:29:52.537Z+ build_user=build
62026-08-26T00:29:52.537Z+ build_uid=12345
72026-08-26T00:29:52.537Z+ work_dir=/work
82026-08-26T00:29:52.537Z+ input_dir=/input
92026-08-26T00:29:52.537Z+ [[ 0 == 12345 ]]
102026-08-26T00:29:52.537Z+ case "$kern" in
112026-08-26T00:29:52.537Z+ groupadd -g 12345 build
122026-08-26T00:29:52.537Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-26T00:29:54.575Z+ zfs create -o mountpoint=/work rpool/work
142026-08-26T00:29:54.740Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-26T00:29:54.761Z+ home_fs=zfs
162026-08-26T00:29:54.761Z+ [[ zfs == autofs ]]
172026-08-26T00:29:54.761Z+ mkdir -p /home/build
182026-08-26T00:29:54.761Z+ chown build:build /home/build /work
192026-08-26T00:29:56.650Z+ chmod 0700 /home/build /work
202026-08-26T00:29:56.653Zprocess exited: duration 4139 ms, exit code 0
 
212026-08-26T00:29:56.660Zstarting task 1: "rust-toolchain"
222026-08-26T00:29:56.664Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-08-26T00:29:56.664Z * rust toolchain channel = "1.90.0"
242026-08-26T00:29:56.664Z * rust toolchain profile = "default"
252026-08-26T00:29:56.664Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-26T00:29:56.664Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-26T00:29:56.664Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-26T00:29:56.668Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-26T00:29:56.668Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-08-26T00:29:56.724Zinfo: downloading installer
312026-08-26T00:29:58.144Zwarn: It looks like you have an existing rustup settings file at:
322026-08-26T00:29:58.144Zwarn: /home/build/.rustup/settings.toml
332026-08-26T00:29:58.144Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-26T00:29:58.144Zwarn: instead of the one inferred from the default host triple.
352026-08-26T00:29:58.158Zinfo: profile set to default
362026-08-26T00:29:58.158Zinfo: default host triple is x86_64-unknown-illumos
372026-08-26T00:29:58.162Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-08-26T00:29:58.307Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-08-26T00:29:58.310Zinfo: downloading 6 components
402026-08-26T00:30:11.652Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
412026-08-26T00:30:11.652Z
422026-08-26T00:30:11.685Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-08-26T00:30:11.685Z
442026-08-26T00:30:11.685Z
452026-08-26T00:30:11.685ZRust is installed now. Great!
462026-08-26T00:30:11.686Z
472026-08-26T00:30:11.699ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-26T00:30:11.699Zenvironment variable. This has not been done automatically.
492026-08-26T00:30:11.699Z
502026-08-26T00:30:11.699ZTo configure your current shell, you need to source
512026-08-26T00:30:11.699Zthe corresponding env file under $HOME/.cargo.
522026-08-26T00:30:11.699Z
532026-08-26T00:30:11.699ZThis is usually done by running one of the following (note the leading DOT):
542026-08-26T00:30:11.699Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-26T00:30:11.699Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-26T00:30:11.699Zsource "~/.cargo/env.nu" # For nushell
572026-08-26T00:30:11.699Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-26T00:30:11.699Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-26T00:30:11.699Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-26T00:30:11.699Zwarn: no default linker (`cc`) was found in your PATH
612026-08-26T00:30:11.699Zwarn: many Rust crates require a system C toolchain to build
622026-08-26T00:30:11.761Z+ rustup --version
632026-08-26T00:30:11.770Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-26T00:30:11.775Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-26T00:30:11.793Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-08-26T00:30:11.797Z+ cargo --version
672026-08-26T00:30:11.808Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-08-26T00:30:11.810Z+ rustc --version
692026-08-26T00:30:11.831Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-08-26T00:30:11.836Zprocess exited: duration 15172 ms, exit code 0
 
712026-08-26T00:30:11.843Zstarting task 2: "authentication"
722026-08-26T00:30:11.860Zprocess exited: duration 17 ms, exit code 0
 
732026-08-26T00:30:11.867Zstarting task 3: "clone repository"
742026-08-26T00:30:11.870Z+ mkdir -p /work/oxidecomputer/dendrite
752026-08-26T00:30:11.873Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-08-26T00:30:11.901ZCloning into '/work/oxidecomputer/dendrite'...
772026-08-26T00:30:12.793Z+ cd /work/oxidecomputer/dendrite
782026-08-26T00:30:12.793Z+ git fetch origin 99f690f8971bcc430d26062dbdc5f0560f627358
792026-08-26T00:30:13.048ZFrom https://github.com/oxidecomputer/dendrite
802026-08-26T00:30:13.048Z * branch 99f690f8971bcc430d26062dbdc5f0560f627358 -> FETCH_HEAD
812026-08-26T00:30:13.057Z+ [[ -n adamlouis/swadm-speed ]]
822026-08-26T00:30:13.061Z++ git branch --show-current
832026-08-26T00:30:13.061Z+ current=main
842026-08-26T00:30:13.061Z+ [[ main != adamlouis/swadm-speed ]]
852026-08-26T00:30:13.061Z+ git branch -f adamlouis/swadm-speed 99f690f8971bcc430d26062dbdc5f0560f627358
862026-08-26T00:30:13.065Z+ git checkout -f adamlouis/swadm-speed
872026-08-26T00:30:13.080ZSwitched to branch 'adamlouis/swadm-speed'
882026-08-26T00:30:13.084Z+ git reset --hard 99f690f8971bcc430d26062dbdc5f0560f627358
892026-08-26T00:30:13.098ZHEAD is now at 99f690f swadm: add long --speed to swadm link create
902026-08-26T00:30:13.102Zprocess exited: duration 1232 ms, exit code 0
 
912026-08-26T00:30:13.109Zstarting task 4: "build"
922026-08-26T00:30:13.113Z+ source .github/buildomat/common.sh
932026-08-26T00:30:13.113Z++ TOFINO_STAGES=20
942026-08-26T00:30:13.113Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-08-26T00:30:13.113Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-08-26T00:30:13.113Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-08-26T00:30:13.116Z+++ uname -s
982026-08-26T00:30:13.116Z++ '[' SunOS == SunOS ']'
992026-08-26T00:30:13.116Z++ SERIES=illumos
1002026-08-26T00:30:13.116Z+++ uname -s
1012026-08-26T00:30:13.116Z++ '[' SunOS == SunOS ']'
1022026-08-26T00:30:13.116Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-08-26T00:30:13.116Z++ rustup show active-toolchain
1042026-08-26T00:30:13.123Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-08-26T00:30:13.128Z+ source .github/buildomat/illumos.sh
1062026-08-26T00:30:13.128Z++ banner 'sde setup'
1072026-08-26T00:30:13.128Z
1082026-08-26T00:30:13.128Z #### ##### ###### #### ###### ##### # # #####
1092026-08-26T00:30:13.128Z # # # # # # # # # # #
1102026-08-26T00:30:13.128Z #### # # ##### #### ##### # # # # #
1112026-08-26T00:30:13.128Z # # # # # # # # # #####
1122026-08-26T00:30:13.128Z # # # # # # # # # # # #
1132026-08-26T00:30:13.128Z #### ##### ###### #### ###### # #### #
1142026-08-26T00:30:13.128Z
1152026-08-26T00:30:13.128Z++ export PKG_SUCCESS_ON_NOP=1
1162026-08-26T00:30:13.128Z++ PKG_SUCCESS_ON_NOP=1
1172026-08-26T00:30:13.128Z++ export PKG=tofino_sde.p5p
1182026-08-26T00:30:13.128Z++ PKG=tofino_sde.p5p
1192026-08-26T00:30:13.128Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-08-26T00:30:13.131Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-08-26T00:30:13.131Z Dload Upload Total Spent Left Speed
1222026-08-26T00:30:14.075Z 0 0 0 0 0 0 0 0 0 100 76.03M 100 76.03M 0 0 80.56M 0 0 100 76.03M 100 76.03M 0 0 80.55M 0 0 100 76.03M 100 76.03M 0 0 80.55M 0 0
1232026-08-26T00:30:14.080Z+++ digest -a sha256 tofino_sde.p5p
1242026-08-26T00:30:14.127Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-08-26T00:30:14.133Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-08-26T00:30:14.133Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-08-26T00:30:15.629Z Startup: Refreshing catalog 'helios' ... Done
1282026-08-26T00:30:16.021Z Startup: Caching catalogs ... Done
1292026-08-26T00:30:16.080Z Startup: Refreshing catalog 'oxide' ... Done
1302026-08-26T00:30:18.592ZPlanning: Solver setup ... Done
1312026-08-26T00:30:18.662ZPlanning: Running solver ... Done
1322026-08-26T00:30:18.712ZPlanning: Finding local manifests ... Done
1332026-08-26T00:30:18.715ZPlanning: Fetching manifests: 1/1 100% complete
1342026-08-26T00:30:18.719ZPlanning: Fetching manifests: 1/1 100% complete
1352026-08-26T00:30:18.733ZPlanning: Package planning ... Done
1362026-08-26T00:30:18.736ZPlanning: Merging actions ... Done
1372026-08-26T00:30:18.905ZPlanning: Checking for conflicting actions ... Done
1382026-08-26T00:30:18.908ZPlanning: Consolidating action changes ... Done
1392026-08-26T00:30:19.724ZPlanning: Evaluating mediators ... Done
1402026-08-26T00:30:19.728ZPlanning: Planning completed in 3.64 seconds
1412026-08-26T00:30:19.732Z Packages to install: 1
1422026-08-26T00:30:19.735Z Create boot environment: No
1432026-08-26T00:30:19.735ZCreate backup boot environment: No
1442026-08-26T00:30:19.757Z
1452026-08-26T00:30:19.757ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-08-26T00:30:19.893ZDownload: Completed 75.30 MB in 0.13 seconds (557M/s)
1472026-08-26T00:30:20.056Z Actions: 1/293 actions (Installing new actions)
1482026-08-26T00:30:21.022Z Actions: Completed 293 actions in 0.97 seconds.
1492026-08-26T00:30:21.026ZFinalize: Updating package state database ... Done
1502026-08-26T00:30:21.067ZFinalize: Updating package cache ... Done
1512026-08-26T00:30:21.163ZFinalize: Updating image state ... Done
1522026-08-26T00:30:23.740ZFinalize: Creating fast lookup database ... Done
1532026-08-26T00:30:23.812ZFinalize: Reading search index ... Done
1542026-08-26T00:30:23.815ZFinalize: Updating search index ... Done
1552026-08-26T00:30:24.060ZFinalize: Updating package cache ... Done
1562026-08-26T00:30:24.225Z++ export SDE=/opt/oxide/tofino_sde
1572026-08-26T00:30:24.225Z++ SDE=/opt/oxide/tofino_sde
1582026-08-26T00:30:24.225Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-08-26T00:30:24.225Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-08-26T00:30:24.225Z++ banner packages
1612026-08-26T00:30:24.228Z
1622026-08-26T00:30:24.228Z ##### ## #### # # ## #### ###### ####
1632026-08-26T00:30:24.228Z # # # # # # # # # # # # # #
1642026-08-26T00:30:24.228Z # # # # # #### # # # ##### ####
1652026-08-26T00:30:24.228Z ##### ###### # # # ###### # ### # #
1662026-08-26T00:30:24.228Z # # # # # # # # # # # # # #
1672026-08-26T00:30:24.228Z # # # #### # # # # #### ###### ####
1682026-08-26T00:30:24.228Z
1692026-08-26T00:30:24.228Z++ pfexec pkg install clang-15 pcap gcc14
1702026-08-26T00:30:24.498Z Startup: Refreshing catalog 'helios' ... Done
1712026-08-26T00:30:24.502Z Startup: Refreshing catalog 'oxide' ... Done
1722026-08-26T00:30:26.756ZPlanning: Solver setup ... Done
1732026-08-26T00:30:26.826ZPlanning: Running solver ... Done
1742026-08-26T00:30:26.872ZPlanning: Consolidating action changes ... Done
1752026-08-26T00:30:26.876ZPlanning: Evaluating mediators ... Done
1762026-08-26T00:30:26.876ZPlanning: Planning completed in 2.37 seconds
1772026-08-26T00:30:26.891ZNo updates necessary for this image.
1782026-08-26T00:30:27.030Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-08-26T00:30:27.245ZPlanning: Evaluating mediator changes ... Done
1802026-08-26T00:30:27.356ZPlanning: Checking for conflicting actions ... Done
1812026-08-26T00:30:27.359ZPlanning: Consolidating action changes ... Done
1822026-08-26T00:30:27.520ZPlanning: Evaluating mediators ... Done
1832026-08-26T00:30:27.524ZPlanning: Planning completed in 0.28 seconds
1842026-08-26T00:30:27.545Z Mediators to change: 2
1852026-08-26T00:30:27.545Z Create boot environment: No
1862026-08-26T00:30:27.545ZCreate backup boot environment: No
1872026-08-26T00:30:27.602ZFinalize: Updating package state database ... Done
1882026-08-26T00:30:27.602ZFinalize: Updating package cache ... Done
1892026-08-26T00:30:27.654ZFinalize: Updating image state ... Done
1902026-08-26T00:30:29.682ZFinalize: Creating fast lookup database ... Done
1912026-08-26T00:30:29.749ZFinalize: Reading search index ... Done
1922026-08-26T00:30:29.753ZFinalize: Updating search index ... Done
1932026-08-26T00:30:29.854ZFinalize: Updating package cache ... Done
1942026-08-26T00:30:29.926Z++ cargo --version
1952026-08-26T00:30:29.936Zcargo 1.90.0 (840b83a10 2025-07-30)
1962026-08-26T00:30:29.939Z++ rustc --version
1972026-08-26T00:30:29.959Zrustc 1.90.0 (1159e78c4 2025-09-14)
1982026-08-26T00:30:29.962Z+ banner copyrights
1992026-08-26T00:30:29.965Z
2002026-08-26T00:30:29.965Z #### #### ##### # # ##### # #### # # ##### ####
2012026-08-26T00:30:29.966Z # # # # # # # # # # # # # # # # #
2022026-08-26T00:30:29.966Z # # # # # # # # # # ###### # ####
2032026-08-26T00:30:29.966Z # # # ##### # ##### # # ### # # # #
2042026-08-26T00:30:29.966Z # # # # # # # # # # # # # # # #
2052026-08-26T00:30:29.966Z #### #### # # # # # #### # # # ####
2062026-08-26T00:30:29.966Z
2072026-08-26T00:30:29.966Z+ ./tools/check_copyrights.sh
2082026-08-26T00:30:30.256Zcommon/src/illumos.rs: Copyright with wrong year
2092026-08-26T00:30:31.154Zdpd/p4/headers.p4: Copyright with wrong year
2102026-08-26T00:30:31.566Zdpd/src/transceivers/stub_impl.rs: Copyright with wrong year
2112026-08-26T00:30:31.623Zpacket/src/eth.rs: Copyright with wrong year
2122026-08-26T00:30:31.716Zpcap/build.rs: Copyright with wrong year
2132026-08-26T00:30:31.890Ztfportd/src/linklocal.rs: Copyright with wrong year
2142026-08-26T00:30:32.125Z+ banner clippy
2152026-08-26T00:30:32.131Z
2162026-08-26T00:30:32.131Z #### # # ##### ##### # #
2172026-08-26T00:30:32.131Z # # # # # # # # # #
2182026-08-26T00:30:32.131Z # # # # # # # #
2192026-08-26T00:30:32.131Z # # # ##### ##### #
2202026-08-26T00:30:32.131Z # # # # # # #
2212026-08-26T00:30:32.131Z #### ###### # # # #
2222026-08-26T00:30:32.131Z
2232026-08-26T00:30:32.131Z+ for feat in tofino_stub tofino_asic softnpu chaos
2242026-08-26T00:30:32.131Z+ cargo clippy --features tofino_stub -- --deny warnings
2252026-08-26T00:30:32.280Z Updating git repository `https://github.com/oxidecomputer/omicron`
2262026-08-26T00:30:45.860Z Updating crates.io index
2272026-08-26T00:30:45.896Z Updating git repository `https://github.com/illumos/smf-rs`
2282026-08-26T00:30:46.427Z Updating git repository `https://github.com/oxidecomputer/propolis`
2292026-08-26T00:30:47.208Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2302026-08-26T00:30:47.562Z Updating git repository `https://github.com/oxidecomputer/tofino`
2312026-08-26T00:30:47.890Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2322026-08-26T00:30:49.152Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2332026-08-26T00:30:49.600Z Updating git repository `https://github.com/oxidecomputer/ispf`
2342026-08-26T00:30:49.926Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2352026-08-26T00:30:50.339Z Updating git repository `https://github.com/oxidecomputer/lldp`
2362026-08-26T00:30:50.912Z Updating git repository `https://github.com/oxidecomputer/lldp`
2372026-08-26T00:30:51.366Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2382026-08-26T00:30:52.405Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2392026-08-26T00:30:52.947Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2402026-08-26T00:30:53.310Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2412026-08-26T00:30:53.601Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2422026-08-26T00:30:54.031Z Updating git repository `https://github.com/oxidecomputer/p4`
2432026-08-26T00:30:54.943Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2442026-08-26T00:30:55.566Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2452026-08-26T00:30:56.187Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2462026-08-26T00:30:56.615Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2472026-08-26T00:30:56.935Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2482026-08-26T00:30:58.251Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2492026-08-26T00:30:58.836Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-08-26T00:30:59.454Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-08-26T00:31:00.896Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-08-26T00:31:01.567Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-08-26T00:31:01.901Z Updating git repository `https://github.com/oxidecomputer/clickward`
2542026-08-26T00:31:02.509Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2552026-08-26T00:31:04.474Z Downloading crates ...
2562026-08-26T00:31:04.541Z Downloaded anstyle v1.0.14
2572026-08-26T00:31:04.550Z Downloaded atomicwrites v0.4.4
2582026-08-26T00:31:04.553Z Downloaded cstr-argument v0.1.2
2592026-08-26T00:31:04.557Z Downloaded cfg-if v1.0.4
2602026-08-26T00:31:04.557Z Downloaded arrayref v0.3.9
2612026-08-26T00:31:04.561Z Downloaded adler2 v2.0.1
2622026-08-26T00:31:04.568Z Downloaded data-encoding v2.9.0
2632026-08-26T00:31:04.572Z Downloaded arrayvec v0.7.6
2642026-08-26T00:31:04.577Z Downloaded fixedbitset v0.5.7
2652026-08-26T00:31:04.577Z Downloaded bitflags v1.3.2
2662026-08-26T00:31:04.580Z Downloaded compression-core v0.4.32
2672026-08-26T00:31:04.580Z Downloaded clang-sys v1.8.1
2682026-08-26T00:31:04.588Z Downloaded bit-set v0.8.0
2692026-08-26T00:31:04.592Z Downloaded bitflags v2.11.1
2702026-08-26T00:31:04.597Z Downloaded dof v0.3.0
2712026-08-26T00:31:04.600Z Downloaded backoff v0.4.0
2722026-08-26T00:31:04.600Z Downloaded bit-vec v0.8.0
2732026-08-26T00:31:04.606Z Downloaded autocfg v1.5.0
2742026-08-26T00:31:04.609Z Downloaded hostname v0.3.1
2752026-08-26T00:31:04.609Z Downloaded atomic-waker v1.1.2
2762026-08-26T00:31:04.609Z Downloaded async-stream-impl v0.3.6
2772026-08-26T00:31:04.613Z Downloaded async-compression v0.4.33
2782026-08-26T00:31:04.616Z Downloaded glob v0.3.3
2792026-08-26T00:31:04.620Z Downloaded async-recursion v1.1.1
2802026-08-26T00:31:04.623Z Downloaded hash32 v0.3.1
2812026-08-26T00:31:04.626Z Downloaded block-buffer v0.12.0
2822026-08-26T00:31:04.626Z Downloaded base16ct v0.2.0
2832026-08-26T00:31:04.629Z Downloaded ff v0.13.1
2842026-08-26T00:31:04.629Z Downloaded futures-core v0.3.32
2852026-08-26T00:31:04.632Z Downloaded fixedbitset v0.4.2
2862026-08-26T00:31:04.635Z Downloaded futures-io v0.3.32
2872026-08-26T00:31:04.635Z Downloaded errno v0.3.14
2882026-08-26T00:31:04.638Z Downloaded hex v0.4.3
2892026-08-26T00:31:04.642Z Downloaded fnv v1.0.7
2902026-08-26T00:31:04.642Z Downloaded cobs v0.3.0
2912026-08-26T00:31:04.645Z Downloaded cargo-platform v0.1.9
2922026-08-26T00:31:04.648Z Downloaded form_urlencoded v1.2.2
2932026-08-26T00:31:04.648Z Downloaded enum-as-inner v0.6.1
2942026-08-26T00:31:04.653Z Downloaded hostname v0.4.2
2952026-08-26T00:31:04.653Z Downloaded group v0.13.0
2962026-08-26T00:31:04.656Z Downloaded httpdate v1.0.3
2972026-08-26T00:31:04.656Z Downloaded defmt-macros v1.0.1
2982026-08-26T00:31:04.659Z Downloaded bcs v0.1.6
2992026-08-26T00:31:04.663Z Downloaded equivalent v1.0.2
3002026-08-26T00:31:04.663Z Downloaded dyn-clone v1.0.20
3012026-08-26T00:31:04.666Z Downloaded futures-sink v0.3.32
3022026-08-26T00:31:04.666Z Downloaded darling_macro v0.21.3
3032026-08-26T00:31:04.668Z Downloaded heck v0.5.0
3042026-08-26T00:31:04.669Z Downloaded futures-macro v0.3.32
3052026-08-26T00:31:04.673Z Downloaded fastrand v2.3.0
3062026-08-26T00:31:04.676Z Downloaded dropshot-api-manager-types v0.7.2
3072026-08-26T00:31:04.676Z Downloaded foreign-types-shared v0.1.1
3082026-08-26T00:31:04.676Z Downloaded crc8 v0.1.1
3092026-08-26T00:31:04.682Z Downloaded debug-ignore v1.0.5
3102026-08-26T00:31:04.682Z Downloaded block-buffer v0.10.4
3112026-08-26T00:31:04.686Z Downloaded heck v0.4.1
3122026-08-26T00:31:04.686Z Downloaded futures-task v0.3.32
3132026-08-26T00:31:04.686Z Downloaded crypto-common v0.1.6
3142026-08-26T00:31:04.690Z Downloaded float-ord v0.3.2
3152026-08-26T00:31:04.690Z Downloaded crossbeam-deque v0.8.6
3162026-08-26T00:31:04.693Z Downloaded base64ct v1.8.0
3172026-08-26T00:31:04.693Z Downloaded cargo_metadata v0.18.1
3182026-08-26T00:31:04.696Z Downloaded embedded-io v0.6.1
3192026-08-26T00:31:04.696Z Downloaded hubpack_derive v0.1.1
3202026-08-26T00:31:04.699Z Downloaded cpufeatures v0.2.17
3212026-08-26T00:31:04.699Z Downloaded git-stub v1.0.0
3222026-08-26T00:31:04.703Z Downloaded convert_case v0.4.0
3232026-08-26T00:31:04.703Z Downloaded ciborium-ll v0.2.2
3242026-08-26T00:31:04.707Z Downloaded hyper-tls v0.6.0
3252026-08-26T00:31:04.712Z Downloaded hubpack v0.1.2
3262026-08-26T00:31:04.712Z Downloaded foreign-types-macros v0.2.3
3272026-08-26T00:31:04.712Z Downloaded camino-tempfile v1.4.1
3282026-08-26T00:31:04.715Z Downloaded csv-core v0.1.12
3292026-08-26T00:31:04.715Z Downloaded foreign-types-shared v0.3.1
3302026-08-26T00:31:04.718Z Downloaded generic-array v0.14.7
3312026-08-26T00:31:04.718Z Downloaded ident_case v1.0.1
3322026-08-26T00:31:04.721Z Downloaded indent_write v2.2.0
3332026-08-26T00:31:04.721Z Downloaded highway v1.3.0
3342026-08-26T00:31:04.724Z Downloaded instant v0.1.13
3352026-08-26T00:31:04.727Z Downloaded is_ci v1.2.0
3362026-08-26T00:31:04.727Z Downloaded is_terminal_polyfill v1.70.1
3372026-08-26T00:31:04.730Z Downloaded is-terminal v0.4.16
3382026-08-26T00:31:04.730Z Downloaded inout v0.1.4
3392026-08-26T00:31:04.734Z Downloaded internet-checksum v0.2.1
3402026-08-26T00:31:04.734Z Downloaded idna_adapter v1.2.1
3412026-08-26T00:31:04.737Z Downloaded kstat-rs v0.2.4
3422026-08-26T00:31:04.737Z Downloaded compression-codecs v0.4.32
3432026-08-26T00:31:04.740Z Downloaded digest v0.11.3
3442026-08-26T00:31:04.743Z Downloaded lazy_static v1.5.0
3452026-08-26T00:31:04.743Z Downloaded libscf-sys v1.2.0
3462026-08-26T00:31:04.746Z Downloaded displaydoc v0.2.5
3472026-08-26T00:31:04.749Z Downloaded critical-section v1.2.0
3482026-08-26T00:31:04.749Z Downloaded chacha20 v0.9.1
3492026-08-26T00:31:04.752Z Downloaded darling v0.21.3
3502026-08-26T00:31:04.755Z Downloaded keccak v0.1.6
3512026-08-26T00:31:04.758Z Downloaded linked-hash-map v0.5.6
3522026-08-26T00:31:04.758Z Downloaded git-stub-vcs v0.1.0
3532026-08-26T00:31:04.761Z Downloaded globset v0.4.16
3542026-08-26T00:31:04.765Z Downloaded find-msvc-tools v0.1.9
3552026-08-26T00:31:04.765Z Downloaded daft v0.1.5
3562026-08-26T00:31:04.768Z Downloaded cexpr v0.6.0
3572026-08-26T00:31:04.768Z Downloaded defmt v0.3.100
3582026-08-26T00:31:04.773Z Downloaded memoffset v0.9.1
3592026-08-26T00:31:04.776Z Downloaded mime v0.3.17
3602026-08-26T00:31:04.776Z Downloaded lru-slab v0.1.2
3612026-08-26T00:31:04.776Z Downloaded foldhash v0.1.5
3622026-08-26T00:31:04.776Z Downloaded crossbeam-epoch v0.9.18
3632026-08-26T00:31:04.779Z Downloaded managed v0.8.0
3642026-08-26T00:31:04.783Z Downloaded match_cfg v0.1.0
3652026-08-26T00:31:04.783Z Downloaded fs_extra v1.3.0
3662026-08-26T00:31:04.786Z Downloaded crc32fast v1.5.0
3672026-08-26T00:31:04.786Z Downloaded ingot-types v0.1.2
3682026-08-26T00:31:04.789Z Downloaded derive-where v1.6.0
3692026-08-26T00:31:04.792Z Downloaded newtype_derive v0.1.6
3702026-08-26T00:31:04.795Z Downloaded newtype-uuid-macros v0.1.0
3712026-08-26T00:31:04.795Z Downloaded num-iter v0.1.45
3722026-08-26T00:31:04.798Z Downloaded num-derive v0.4.2
3732026-08-26T00:31:04.801Z Downloaded jobserver v0.1.34
3742026-08-26T00:31:04.801Z Downloaded ipnetwork v0.21.1
3752026-08-26T00:31:04.804Z Downloaded blake2 v0.10.6
3762026-08-26T00:31:04.807Z Downloaded num v0.4.3
3772026-08-26T00:31:04.807Z Downloaded crossbeam-utils v0.8.21
3782026-08-26T00:31:04.810Z Downloaded cipher v0.4.4
3792026-08-26T00:31:04.813Z Downloaded clap_derive v4.6.1
3802026-08-26T00:31:04.813Z Downloaded openssl-probe v0.1.6
3812026-08-26T00:31:04.817Z Downloaded olpc-cjson v0.1.4
3822026-08-26T00:31:04.817Z Downloaded num_enum_derive v0.5.11
3832026-08-26T00:31:04.820Z Downloaded num_threads v0.1.7
3842026-08-26T00:31:04.820Z Downloaded num-conv v0.2.1
3852026-08-26T00:31:04.823Z Downloaded erased-serde v0.3.31
3862026-08-26T00:31:04.823Z Downloaded allocator-api2 v0.2.21
3872026-08-26T00:31:04.827Z Downloaded omicron-workspace-hack v0.1.0
3882026-08-26T00:31:04.828Z Downloaded linear-map v1.2.0
3892026-08-26T00:31:04.830Z Downloaded openssl-macros v0.1.1
3902026-08-26T00:31:04.830Z Downloaded iana-time-zone v0.1.64
3912026-08-26T00:31:04.833Z Downloaded hyper-rustls v0.27.7
3922026-08-26T00:31:04.833Z Downloaded libloading v0.8.9
3932026-08-26T00:31:04.836Z Downloaded cancel-safe-futures v0.1.5
3942026-08-26T00:31:04.839Z Downloaded futures-channel v0.3.32
3952026-08-26T00:31:04.842Z Downloaded parse-display v0.10.0
3962026-08-26T00:31:04.842Z Downloaded libsw v3.5.0
3972026-08-26T00:31:04.845Z Downloaded http-body-util v0.1.3
3982026-08-26T00:31:04.845Z Downloaded hmac v0.12.1
3992026-08-26T00:31:04.849Z Downloaded opaque-debug v0.3.1
4002026-08-26T00:31:04.849Z Downloaded httparse v1.10.1
4012026-08-26T00:31:04.853Z Downloaded ingot-macros v0.1.1
4022026-08-26T00:31:04.856Z Downloaded lock_api v0.4.14
4032026-08-26T00:31:04.856Z Downloaded libsw-core v0.3.2
4042026-08-26T00:31:04.856Z Downloaded native-tls v0.2.14
4052026-08-26T00:31:04.859Z Downloaded percent-encoding v2.3.2
4062026-08-26T00:31:04.859Z Downloaded phf_shared v0.12.1
4072026-08-26T00:31:04.862Z Downloaded newline-converter v0.3.0
4082026-08-26T00:31:04.862Z Downloaded pretty-hex v0.4.1
4092026-08-26T00:31:04.866Z Downloaded cookie v0.18.1
4102026-08-26T00:31:04.866Z Downloaded console v0.15.11
4112026-08-26T00:31:04.872Z Downloaded derive-ex v0.1.8
4122026-08-26T00:31:04.872Z Downloaded plain v0.2.3
4132026-08-26T00:31:04.875Z Downloaded camino v1.2.3
4142026-08-26T00:31:04.875Z Downloaded clap v4.6.1
4152026-08-26T00:31:04.879Z Downloaded proc-macro-error-attr v1.0.4
4162026-08-26T00:31:04.882Z Downloaded proc-macro-error-attr2 v2.0.0
4172026-08-26T00:31:04.882Z Downloaded ipnet v2.11.0
4182026-08-26T00:31:04.885Z Downloaded num-rational v0.4.2
4192026-08-26T00:31:04.885Z Downloaded multer v3.1.0
4202026-08-26T00:31:04.888Z Downloaded hybrid-array v0.4.12
4212026-08-26T00:31:04.891Z Downloaded num_enum_derive v0.7.5
4222026-08-26T00:31:04.891Z Downloaded num_enum v0.7.5
4232026-08-26T00:31:04.895Z Downloaded progenitor-client v0.10.0
4242026-08-26T00:31:04.898Z Downloaded proc-macro-crate v1.3.1
4252026-08-26T00:31:04.898Z Downloaded progenitor-client v0.14.0
4262026-08-26T00:31:04.901Z Downloaded progenitor-client v0.11.1
4272026-08-26T00:31:04.901Z Downloaded memmap2 v0.9.8
4282026-08-26T00:31:04.904Z Downloaded progenitor-macro v0.10.0
4292026-08-26T00:31:04.904Z Downloaded powerfmt v0.2.0
4302026-08-26T00:31:04.907Z Downloaded quick-error v1.2.3
4312026-08-26T00:31:04.907Z Downloaded getrandom v0.3.3
4322026-08-26T00:31:04.910Z Downloaded num_enum v0.5.11
4332026-08-26T00:31:04.913Z Downloaded rand_chacha v0.3.1
4342026-08-26T00:31:04.916Z Downloaded getrandom v0.2.16
4352026-08-26T00:31:04.920Z Downloaded dropshot_endpoint v0.17.1
4362026-08-26T00:31:04.924Z Downloaded litemap v0.8.0
4372026-08-26T00:31:04.925Z Downloaded pem v3.0.5
4382026-08-26T00:31:04.928Z Downloaded drift v0.2.0
4392026-08-26T00:31:04.931Z Downloaded indexmap v1.9.3
4402026-08-26T00:31:04.934Z Downloaded half v2.7.1
4412026-08-26T00:31:04.938Z Downloaded ref-cast v1.0.25
4422026-08-26T00:31:04.941Z Downloaded oxnet v0.1.6
4432026-08-26T00:31:04.941Z Downloaded oxide-tokio-rt v0.1.2
4442026-08-26T00:31:04.944Z Downloaded rustc_version v0.4.1
4452026-08-26T00:31:04.944Z Downloaded rustc_version v0.1.7
4462026-08-26T00:31:04.947Z Downloaded hickory-resolver v0.25.2
4472026-08-26T00:31:04.950Z Downloaded const-oid v0.10.2
4482026-08-26T00:31:04.950Z Downloaded const_format v0.2.34
4492026-08-26T00:31:04.953Z Downloaded phf v0.12.1
4502026-08-26T00:31:04.956Z Downloaded pest_generator v2.8.2
4512026-08-26T00:31:04.956Z Downloaded chacha20poly1305 v0.10.1
4522026-08-26T00:31:04.959Z Downloaded bytes v1.12.0
4532026-08-26T00:31:04.962Z Downloaded proc-macro-error v1.0.4
4542026-08-26T00:31:04.965Z Downloaded progenitor v0.11.1
4552026-08-26T00:31:04.969Z Downloaded progenitor v0.14.0
4562026-08-26T00:31:04.969Z Downloaded once_cell v1.21.3
4572026-08-26T00:31:04.972Z Downloaded proc-macro-error2 v2.0.1
4582026-08-26T00:31:04.975Z Downloaded rustc-hash v2.1.1
4592026-08-26T00:31:04.975Z Downloaded scopeguard v1.2.0
4602026-08-26T00:31:04.978Z Downloaded pin-project-lite v0.2.16
4612026-08-26T00:31:04.982Z Downloaded progenitor v0.10.0
4622026-08-26T00:31:04.982Z Downloaded ppv-lite86 v0.2.21
4632026-08-26T00:31:04.985Z Downloaded num-complex v0.4.6
4642026-08-26T00:31:04.985Z Downloaded rand_xorshift v0.4.0
4652026-08-26T00:31:04.989Z Downloaded same-file v1.0.6
4662026-08-26T00:31:04.989Z Downloaded progenitor-macro v0.11.1
4672026-08-26T00:31:04.989Z Downloaded rand_core v0.6.4
4682026-08-26T00:31:04.992Z Downloaded rand_chacha v0.9.0
4692026-08-26T00:31:04.992Z Downloaded quote v1.0.45
4702026-08-26T00:31:04.995Z Downloaded rand_core v0.9.3
4712026-08-26T00:31:04.995Z Downloaded heapless v0.8.0
4722026-08-26T00:31:05.000Z Downloaded scroll_derive v0.13.1
4732026-08-26T00:31:05.004Z Downloaded icu_normalizer_data v2.0.0
4742026-08-26T00:31:05.004Z Downloaded parking_lot v0.12.5
4752026-08-26T00:31:05.004Z Downloaded futures v0.3.32
4762026-08-26T00:31:05.007Z Downloaded pest_derive v2.8.2
4772026-08-26T00:31:05.011Z Downloaded scroll_derive v0.12.1
4782026-08-26T00:31:05.011Z Downloaded derive_more v0.99.20
4792026-08-26T00:31:05.015Z Downloaded paste v1.0.15
4802026-08-26T00:31:05.018Z Downloaded serde-big-array v0.5.1
4812026-08-26T00:31:05.018Z Downloaded serde_spanned v1.1.1
4822026-08-26T00:31:05.021Z Downloaded resolv-conf v0.7.5
4832026-08-26T00:31:05.021Z Downloaded crypto-bigint v0.5.5
4842026-08-26T00:31:05.024Z Downloaded serde_repr v0.1.20
4852026-08-26T00:31:05.027Z Downloaded cc v1.2.64
4862026-08-26T00:31:05.032Z Downloaded serde_plain v1.0.2
4872026-08-26T00:31:05.032Z Downloaded secrecy v0.10.3
4882026-08-26T00:31:05.035Z Downloaded owo-colors v4.3.0
4892026-08-26T00:31:05.035Z Downloaded serde_urlencoded v0.7.1
4902026-08-26T00:31:05.035Z Downloaded pest_meta v2.8.2
4912026-08-26T00:31:05.038Z Downloaded parking_lot_core v0.9.12
4922026-08-26T00:31:05.038Z Downloaded ref-cast-impl v1.0.25
4932026-08-26T00:31:05.041Z Downloaded serde_spanned v0.6.9
4942026-08-26T00:31:05.041Z Downloaded sha1 v0.11.0
4952026-08-26T00:31:05.044Z Downloaded rusty-fork v0.3.0
4962026-08-26T00:31:05.044Z Downloaded sigpipe v0.1.3
4972026-08-26T00:31:05.047Z Downloaded signal-hook-tokio v0.4.0
4982026-08-26T00:31:05.047Z Downloaded slog-bunyan v2.5.0
4992026-08-26T00:31:05.047Z Downloaded siphasher v1.0.1
5002026-08-26T00:31:05.050Z Downloaded rustversion v1.0.22
5012026-08-26T00:31:05.050Z Downloaded sha1 v0.10.6
5022026-08-26T00:31:05.053Z Downloaded rustls-pemfile v2.2.0
5032026-08-26T00:31:05.053Z Downloaded schemars_derive v0.8.22
5042026-08-26T00:31:05.056Z Downloaded icu_collections v2.0.0
5052026-08-26T00:31:05.059Z Downloaded postcard v1.1.3
5062026-08-26T00:31:05.064Z Downloaded poly1305 v0.8.0
5072026-08-26T00:31:05.067Z Downloaded quinn-udp v0.5.14
5082026-08-26T00:31:05.067Z Downloaded papergrid v0.18.0
5092026-08-26T00:31:05.070Z Downloaded smawk v0.3.2
5102026-08-26T00:31:05.070Z Downloaded omicron-zone-package v0.12.2
5112026-08-26T00:31:05.073Z Downloaded structmeta v0.3.0
5122026-08-26T00:31:05.073Z Downloaded strum v0.26.3
5132026-08-26T00:31:05.075Z Downloaded structmeta-derive v0.3.0
5142026-08-26T00:31:05.076Z Downloaded strsim v0.11.1
5152026-08-26T00:31:05.076Z Downloaded stable_deref_trait v1.2.0
5162026-08-26T00:31:05.083Z Downloaded scroll v0.13.0
5172026-08-26T00:31:05.083Z Downloaded num-traits v0.2.19
5182026-08-26T00:31:05.088Z Downloaded hickory-resolver v0.24.4
5192026-08-26T00:31:05.088Z Downloaded scroll v0.12.0
5202026-08-26T00:31:05.088Z Downloaded pin-project v1.1.10
5212026-08-26T00:31:05.094Z Downloaded strum v0.27.2
5222026-08-26T00:31:05.097Z Downloaded pin-project-internal v1.1.10
5232026-08-26T00:31:05.097Z Downloaded flate2 v1.1.2
5242026-08-26T00:31:05.097Z Downloaded icu_properties v2.0.1
5252026-08-26T00:31:05.100Z Downloaded icu_locale_core v2.0.0
5262026-08-26T00:31:05.105Z Downloaded subtle v2.6.1
5272026-08-26T00:31:05.108Z Downloaded serde_derive_internals v0.29.1
5282026-08-26T00:31:05.108Z Downloaded strum v0.28.0
5292026-08-26T00:31:05.108Z Downloaded sync_wrapper v1.0.2
5302026-08-26T00:31:05.108Z Downloaded miniz_oxide v0.8.9
5312026-08-26T00:31:05.114Z Downloaded hashbrown v0.17.1
5322026-08-26T00:31:05.114Z Downloaded serde_path_to_error v0.1.20
5332026-08-26T00:31:05.119Z Downloaded pkg-config v0.3.32
5342026-08-26T00:31:05.120Z Downloaded slog-async v2.8.0
5352026-08-26T00:31:05.120Z Downloaded slab v0.4.11
5362026-08-26T00:31:05.123Z Downloaded shlex v2.0.1
5372026-08-26T00:31:05.123Z Downloaded signal-hook-registry v1.4.6
5382026-08-26T00:31:05.123Z Downloaded shlex v1.3.0
5392026-08-26T00:31:05.123Z Downloaded tagptr v0.2.0
5402026-08-26T00:31:05.123Z Downloaded tabwriter v1.4.1
5412026-08-26T00:31:05.126Z Downloaded supports-color v3.0.2
5422026-08-26T00:31:05.126Z Downloaded hyper-util v0.1.20
5432026-08-26T00:31:05.130Z Downloaded termtree v0.5.1
5442026-08-26T00:31:05.133Z Downloaded snafu-derive v0.8.9
5452026-08-26T00:31:05.133Z Downloaded terminal_size v0.4.3
5462026-08-26T00:31:05.133Z Downloaded take_mut v0.2.2
5472026-08-26T00:31:05.133Z Downloaded ryu v1.0.20
5482026-08-26T00:31:05.137Z Downloaded papergrid v0.11.0
5492026-08-26T00:31:05.144Z Downloaded swrite v0.1.0
5502026-08-26T00:31:05.144Z Downloaded slog-term v2.9.2
5512026-08-26T00:31:05.148Z Downloaded thiserror-impl-no-std v2.0.2
5522026-08-26T00:31:05.148Z Downloaded progenitor-impl v0.10.0
5532026-08-26T00:31:05.148Z Downloaded jiff-static v0.2.15
5542026-08-26T00:31:05.148Z Downloaded serde_tokenstream v0.2.3
5552026-08-26T00:31:05.148Z Downloaded log v0.4.29
5562026-08-26T00:31:05.152Z Downloaded semver v0.1.20
5572026-08-26T00:31:05.152Z Downloaded search_path v0.1.4
5582026-08-26T00:31:05.152Z Downloaded smf v0.2.3
5592026-08-26T00:31:05.156Z Downloaded slog-dtrace v0.3.0
5602026-08-26T00:31:05.156Z Downloaded slog-json v2.6.1
5612026-08-26T00:31:05.156Z Downloaded elliptic-curve v0.13.8
5622026-08-26T00:31:05.160Z Downloaded testing_table v0.3.0
5632026-08-26T00:31:05.160Z Downloaded semver v1.0.28
5642026-08-26T00:31:05.160Z Downloaded time-core v0.1.8
5652026-08-26T00:31:05.163Z Downloaded thread-id v4.2.2
5662026-08-26T00:31:05.163Z Downloaded tokio-macros v2.7.0
5672026-08-26T00:31:05.163Z Downloaded num-integer v0.1.46
5682026-08-26T00:31:05.163Z Downloaded darling_core v0.21.3
5692026-08-26T00:31:05.167Z Downloaded static_assertions v1.1.0
5702026-08-26T00:31:05.170Z Downloaded prettyplease v0.2.37
5712026-08-26T00:31:05.170Z Downloaded hashbrown v0.12.3
5722026-08-26T00:31:05.174Z Downloaded tinyvec_macros v0.1.1
5732026-08-26T00:31:05.174Z Downloaded expectorate v1.2.0
5742026-08-26T00:31:05.177Z Downloaded password-hash v0.5.0
5752026-08-26T00:31:05.177Z Downloaded parse-display-derive v0.10.0
5762026-08-26T00:31:05.183Z Downloaded icu_provider v2.0.0
5772026-08-26T00:31:05.183Z Downloaded thread-id v5.0.0
5782026-08-26T00:31:05.183Z Downloaded openssl-sys v0.9.117
5792026-08-26T00:31:05.190Z Downloaded strum_macros v0.27.2
5802026-08-26T00:31:05.190Z Downloaded sha2 v0.10.9
5812026-08-26T00:31:05.195Z Downloaded toml_datetime v0.6.11
5822026-08-26T00:31:05.195Z Downloaded proc-macro2 v1.0.106
5832026-08-26T00:31:05.195Z Downloaded icu_normalizer v2.0.0
5842026-08-26T00:31:05.195Z Downloaded tabled_derive v0.7.0
5852026-08-26T00:31:05.195Z Downloaded signal-hook v0.4.4
5862026-08-26T00:31:05.200Z Downloaded strum_macros v0.26.4
5872026-08-26T00:31:05.200Z Downloaded tower-service v0.3.3
5882026-08-26T00:31:05.200Z Downloaded memchr v2.7.5
5892026-08-26T00:31:05.203Z Downloaded progenitor-impl v0.14.0
5902026-08-26T00:31:05.203Z Downloaded aho-corasick v1.1.3
5912026-08-26T00:31:05.207Z Downloaded tower-layer v0.3.3
5922026-08-26T00:31:05.207Z Downloaded try-lock v0.2.5
5932026-08-26T00:31:05.207Z Downloaded strum_macros v0.28.0
5942026-08-26T00:31:05.210Z Downloaded smallvec v1.15.1
5952026-08-26T00:31:05.210Z Downloaded schemars v0.8.22
5962026-08-26T00:31:05.218Z Downloaded typify-macro v0.4.3
5972026-08-26T00:31:05.222Z Downloaded crossbeam-channel v0.5.15
5982026-08-26T00:31:05.222Z Downloaded spin v0.9.8
5992026-08-26T00:31:05.222Z Downloaded toml_write v0.1.2
6002026-08-26T00:31:05.225Z Downloaded thiserror v1.0.69
6012026-08-26T00:31:05.225Z Downloaded progenitor-impl v0.11.1
6022026-08-26T00:31:05.228Z Downloaded synstructure v0.13.2
6032026-08-26T00:31:05.228Z Downloaded rustls-pki-types v1.12.0
6042026-08-26T00:31:05.232Z Downloaded indexmap v2.14.0
6052026-08-26T00:31:05.236Z Downloaded unarray v0.1.4
6062026-08-26T00:31:05.236Z Downloaded thiserror-no-std v2.0.2
6072026-08-26T00:31:05.236Z Downloaded thiserror-impl v1.0.69
6082026-08-26T00:31:05.239Z Downloaded thiserror-impl v2.0.18
6092026-08-26T00:31:05.239Z Downloaded typify-macro v0.6.2
6102026-08-26T00:31:05.239Z Downloaded serde_core v1.0.228
6112026-08-26T00:31:05.243Z Downloaded unicode-xid v0.2.6
6122026-08-26T00:31:05.243Z Downloaded tokio-native-tls v0.3.1
6132026-08-26T00:31:05.269Z Downloaded universal-hash v0.5.1
6142026-08-26T00:31:05.269Z Downloaded unicode-linebreak v0.1.5
6152026-08-26T00:31:05.269Z Downloaded dropshot_endpoint v0.16.7
6162026-08-26T00:31:05.269Z Downloaded progenitor-macro v0.14.0
6172026-08-26T00:31:05.269Z Downloaded tokio-rustls v0.25.0
6182026-08-26T00:31:05.269Z Downloaded tinystr v0.8.1
6192026-08-26T00:31:05.269Z Downloaded newtype-uuid v1.3.2
6202026-08-26T00:31:05.269Z Downloaded http v1.4.2
6212026-08-26T00:31:05.269Z Downloaded base64 v0.22.1
6222026-08-26T00:31:05.269Z Downloaded tokio-dtrace v0.1.1
6232026-08-26T00:31:05.269Z Downloaded ingot v0.1.1
6242026-08-26T00:31:05.269Z Downloaded potential_utf v0.1.3
6252026-08-26T00:31:05.269Z Downloaded getrandom v0.4.2
6262026-08-26T00:31:05.269Z Downloaded usdt v0.6.0
6272026-08-26T00:31:05.269Z Downloaded time-macros v0.2.27
6282026-08-26T00:31:05.269Z Downloaded untrusted v0.9.0
6292026-08-26T00:31:05.278Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6302026-08-26T00:31:05.278Z Downloaded rayon-core v1.13.0
6312026-08-26T00:31:05.278Z Downloaded usdt v0.5.0
6322026-08-26T00:31:05.278Z Downloaded colored v3.1.1
6332026-08-26T00:31:05.278Z Downloaded usdt-macro v0.5.0
6342026-08-26T00:31:05.278Z Downloaded usdt-attr-macro v0.6.0
6352026-08-26T00:31:05.278Z Downloaded untrusted v0.7.1
6362026-08-26T00:31:05.278Z Downloaded ciborium v0.2.2
6372026-08-26T00:31:05.278Z Downloaded usdt-macro v0.6.0
6382026-08-26T00:31:05.286Z Downloaded topological-sort v0.2.2
6392026-08-26T00:31:05.286Z Downloaded bytecount v0.6.9
6402026-08-26T00:31:05.286Z Downloaded usdt-attr-macro v0.5.0
6412026-08-26T00:31:05.286Z Downloaded utf8_iter v1.0.4
6422026-08-26T00:31:05.286Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6432026-08-26T00:31:05.286Z Downloaded serde_derive v1.0.228
6442026-08-26T00:31:05.286Z Downloaded macaddr v1.0.1
6452026-08-26T00:31:05.287Z Downloaded const_format_proc_macros v0.2.34
6462026-08-26T00:31:05.292Z Downloaded toml_writer v1.1.1+spec-1.1.0
6472026-08-26T00:31:05.292Z Downloaded cmake v0.1.54
6482026-08-26T00:31:05.292Z Downloaded similar v2.7.0
6492026-08-26T00:31:05.292Z Downloaded utf8parse v0.2.2
6502026-08-26T00:31:05.292Z Downloaded serde_with_macros v3.14.1
6512026-08-26T00:31:05.292Z Downloaded rand v0.8.5
6522026-08-26T00:31:05.304Z Downloaded waitgroup v0.1.2
6532026-08-26T00:31:05.304Z Downloaded version_check v0.9.5
6542026-08-26T00:31:05.304Z Downloaded xattr v1.6.1
6552026-08-26T00:31:05.304Z Downloaded serde_yaml v0.9.34+deprecated
6562026-08-26T00:31:05.308Z Downloaded tempfile v3.27.0
6572026-08-26T00:31:05.308Z Downloaded wait-timeout v0.2.1
6582026-08-26T00:31:05.308Z Downloaded lru-cache v0.1.2
6592026-08-26T00:31:05.308Z Downloaded memmap v0.7.0
6602026-08-26T00:31:05.308Z Downloaded minimal-lexical v0.2.1
6612026-08-26T00:31:05.308Z Downloaded futures-executor v0.3.32
6622026-08-26T00:31:05.308Z Downloaded scuffle v0.1.0
6632026-08-26T00:31:05.308Z Downloaded quinn v0.11.9
6642026-08-26T00:31:05.313Z Downloaded qorb v0.4.1
6652026-08-26T00:31:05.313Z Downloaded thread_local v1.1.9
6662026-08-26T00:31:05.313Z Downloaded term v1.2.0
6672026-08-26T00:31:05.317Z Downloaded thiserror v2.0.18
6682026-08-26T00:31:05.317Z Downloaded socket2 v0.6.4
6692026-08-26T00:31:05.320Z Downloaded yoke-derive v0.8.0
6702026-08-26T00:31:05.320Z Downloaded fs-err v3.1.2
6712026-08-26T00:31:05.320Z Downloaded either v1.15.0
6722026-08-26T00:31:05.323Z Downloaded digest v0.10.7
6732026-08-26T00:31:05.323Z Downloaded deranged v0.5.3
6742026-08-26T00:31:05.323Z Downloaded itoa v1.0.15
6752026-08-26T00:31:05.327Z Downloaded humantime v2.3.0
6762026-08-26T00:31:05.327Z Downloaded foreign-types v0.3.2
6772026-08-26T00:31:05.328Z Downloaded foldhash v0.2.0
6782026-08-26T00:31:05.330Z Downloaded filetime v0.2.26
6792026-08-26T00:31:05.331Z Downloaded dtrace-parser v0.3.0
6802026-08-26T00:31:05.331Z Downloaded foreign-types v0.5.0
6812026-08-26T00:31:05.331Z Downloaded daft-derive v0.1.5
6822026-08-26T00:31:05.339Z Downloaded byteorder v1.5.0
6832026-08-26T00:31:05.339Z Downloaded http-body v1.0.1
6842026-08-26T00:31:05.339Z Downloaded gethostname v0.5.0
6852026-08-26T00:31:05.339Z Downloaded curve25519-dalek-derive v0.1.1
6862026-08-26T00:31:05.342Z Downloaded cpufeatures v0.3.0
6872026-08-26T00:31:05.342Z Downloaded colorchoice v1.0.4
6882026-08-26T00:31:05.342Z Downloaded dunce v1.0.5
6892026-08-26T00:31:05.342Z Downloaded anstyle-parse v1.0.0
6902026-08-26T00:31:05.342Z Downloaded zeroize_derive v1.4.3
6912026-08-26T00:31:05.342Z Downloaded want v0.3.1
6922026-08-26T00:31:05.342Z Downloaded tokio-stream v0.1.17
6932026-08-26T00:31:05.346Z Downloaded toml v0.8.23
6942026-08-26T00:31:05.346Z Downloaded crypto-common v0.2.2
6952026-08-26T00:31:05.346Z Downloaded ciborium-io v0.2.2
6962026-08-26T00:31:05.346Z Downloaded dtrace-parser v0.2.0
6972026-08-26T00:31:05.349Z Downloaded defmt-parser v1.0.0
6982026-08-26T00:31:05.349Z Downloaded constant_time_eq v0.3.1
6992026-08-26T00:31:05.349Z Downloaded cfg_aliases v0.2.1
7002026-08-26T00:31:05.349Z Downloaded usdt-impl v0.6.0
7012026-08-26T00:31:05.353Z Downloaded socket2 v0.5.10
7022026-08-26T00:31:05.353Z Downloaded mio v1.2.1
7032026-08-26T00:31:05.359Z Downloaded defmt v1.0.1
7042026-08-26T00:31:05.359Z Downloaded clap_lex v1.1.0
7052026-08-26T00:31:05.364Z Downloaded crucible-workspace-hack v0.1.0
7062026-08-26T00:31:05.364Z Downloaded zone v0.3.1
7072026-08-26T00:31:05.364Z Downloaded vsss-rs v3.3.4
7082026-08-26T00:31:05.364Z Downloaded zone_cfg_derive v0.3.1
7092026-08-26T00:31:05.364Z Downloaded zerofrom v0.1.6
7102026-08-26T00:31:05.364Z Downloaded snafu v0.8.9
7112026-08-26T00:31:05.368Z Downloaded toml_parser v1.1.2+spec-1.1.0
7122026-08-26T00:31:05.368Z Downloaded textwrap v0.16.2
7132026-08-26T00:31:05.368Z Downloaded test-strategy v0.4.3
7142026-08-26T00:31:05.371Z Downloaded tracing-attributes v0.1.30
7152026-08-26T00:31:05.371Z Downloaded slog v2.8.2
7162026-08-26T00:31:05.376Z Downloaded walkdir v2.5.0
7172026-08-26T00:31:05.376Z Downloaded serde v1.0.228
7182026-08-26T00:31:05.379Z Downloaded iddqd v0.3.18
7192026-08-26T00:31:05.382Z Downloaded yoke v0.8.0
7202026-08-26T00:31:05.382Z Downloaded rustls-webpki v0.103.6
7212026-08-26T00:31:05.386Z Downloaded tinyvec v1.10.0
7222026-08-26T00:31:05.386Z Downloaded curl v0.4.50
7232026-08-26T00:31:05.389Z Downloaded writeable v0.6.1
7242026-08-26T00:31:05.389Z Downloaded whoami v1.6.1
7252026-08-26T00:31:05.389Z Downloaded hashbrown v0.15.5
7262026-08-26T00:31:05.393Z Downloaded argon2 v0.5.3
7272026-08-26T00:31:05.393Z Downloaded embedded-io v0.4.0
7282026-08-26T00:31:05.396Z Downloaded dropshot-api-manager v0.7.2
7292026-08-26T00:31:05.400Z Downloaded async-stream v0.3.6
7302026-08-26T00:31:05.400Z Downloaded zeroize v1.8.1
7312026-08-26T00:31:05.400Z Downloaded aead v0.5.2
7322026-08-26T00:31:05.404Z Downloaded anstyle-query v1.1.4
7332026-08-26T00:31:05.404Z Downloaded dof v0.4.0
7342026-08-26T00:31:05.404Z Downloaded anyhow v1.0.102
7352026-08-26T00:31:05.404Z Downloaded usdt-impl v0.5.0
7362026-08-26T00:31:05.412Z Downloaded anstream v1.0.0
7372026-08-26T00:31:05.412Z Downloaded tokio-rustls v0.26.4
7382026-08-26T00:31:05.412Z Downloaded toml v0.7.8
7392026-08-26T00:31:05.416Z Downloaded toml v1.1.2+spec-1.1.0
7402026-08-26T00:31:05.416Z Downloaded async-trait v0.1.89
7412026-08-26T00:31:05.416Z Downloaded zerovec-derive v0.11.1
7422026-08-26T00:31:05.419Z Downloaded zerofrom-derive v0.1.6
7432026-08-26T00:31:05.423Z Downloaded tar v0.4.45
7442026-08-26T00:31:05.427Z Downloaded zmij v1.0.17
7452026-08-26T00:31:05.430Z Downloaded schemars v1.2.0
7462026-08-26T00:31:05.435Z Downloaded typify v0.4.3
7472026-08-26T00:31:05.438Z Downloaded schemars v0.9.0
7482026-08-26T00:31:05.444Z Downloaded steno v0.4.1
7492026-08-26T00:31:05.447Z Downloaded icu_properties_data v2.0.1
7502026-08-26T00:31:05.451Z Downloaded zerocopy-derive v0.7.35
7512026-08-26T00:31:05.456Z Downloaded unicode-ident v1.0.24
7522026-08-26T00:31:05.459Z Downloaded clap_builder v4.6.0
7532026-08-26T00:31:05.459Z Downloaded ucd-trie v0.1.7
7542026-08-26T00:31:05.459Z Downloaded hyper v1.10.1
7552026-08-26T00:31:05.465Z Downloaded unsafe-libyaml v0.2.11
7562026-08-26T00:31:05.471Z Downloaded toml v0.9.12+spec-1.1.0
7572026-08-26T00:31:05.471Z Downloaded uuid v1.23.3
7582026-08-26T00:31:05.474Z Downloaded itertools v0.14.0
7592026-08-26T00:31:05.474Z Downloaded itertools v0.15.0
7602026-08-26T00:31:05.477Z Downloaded libm v0.2.15
7612026-08-26T00:31:05.483Z Downloaded itertools v0.12.1
7622026-08-26T00:31:05.486Z Downloaded tracing-core v0.1.34
7632026-08-26T00:31:05.492Z Downloaded futures-util v0.3.32
7642026-08-26T00:31:05.496Z Downloaded typify v0.6.2
7652026-08-26T00:31:05.502Z Downloaded hashbrown v0.16.1
7662026-08-26T00:31:05.502Z Downloaded iri-string v0.7.8
7672026-08-26T00:31:05.505Z Downloaded idna v1.1.0
7682026-08-26T00:31:05.505Z Downloaded pest v2.8.2
7692026-08-26T00:31:05.508Z Downloaded rand v0.9.3
7702026-08-26T00:31:05.511Z Downloaded tracing v0.1.41
7712026-08-26T00:31:05.511Z Downloaded nom v7.1.3
7722026-08-26T00:31:05.521Z Downloaded toml_edit v0.22.27
7732026-08-26T00:31:05.530Z Downloaded toml_edit v0.19.15
7742026-08-26T00:31:05.533Z Downloaded vergen v8.3.2
7752026-08-26T00:31:05.536Z Downloaded iddqd v0.4.5
7762026-08-26T00:31:05.540Z Downloaded url v2.5.7
7772026-08-26T00:31:05.543Z Downloaded h2 v0.4.14
7782026-08-26T00:31:05.555Z Downloaded bindgen v0.72.1
7792026-08-26T00:31:05.564Z Downloaded zerotrie v0.2.2
7802026-08-26T00:31:05.575Z Downloaded hkdf v0.12.4
7812026-08-26T00:31:05.586Z Downloaded blake3 v1.8.2
7822026-08-26T00:31:05.590Z Downloaded zerocopy-derive v0.8.27
7832026-08-26T00:31:05.595Z Downloaded reqwest v0.12.23
7842026-08-26T00:31:05.598Z Downloaded regex v1.12.4
7852026-08-26T00:31:05.602Z Downloaded typenum v1.20.1
7862026-08-26T00:31:05.611Z Downloaded goblin v0.8.2
7872026-08-26T00:31:05.614Z Downloaded serde_json v1.0.150
7882026-08-26T00:31:05.617Z Downloaded aws-lc-rs v1.16.2
7892026-08-26T00:31:05.622Z Downloaded reqwest v0.13.2
7902026-08-26T00:31:05.625Z Downloaded unicode-segmentation v1.12.0
7912026-08-26T00:31:05.628Z Downloaded tokio-util v0.7.16
7922026-08-26T00:31:05.631Z Downloaded tower v0.5.2
7932026-08-26T00:31:05.635Z Downloaded typed-path v0.9.3
7942026-08-26T00:31:05.638Z Downloaded rayon v1.11.0
7952026-08-26T00:31:05.643Z Downloaded portable-atomic v1.11.1
7962026-08-26T00:31:05.647Z Downloaded git2 v0.19.0
7972026-08-26T00:31:05.651Z Downloaded unicode-normalization v0.1.24
7982026-08-26T00:31:05.655Z Downloaded proptest v1.8.0
7992026-08-26T00:31:05.660Z Downloaded tower-http v0.6.8
8002026-08-26T00:31:05.665Z Downloaded goblin v0.10.1
8012026-08-26T00:31:05.670Z Downloaded chrono v0.4.45
8022026-08-26T00:31:05.684Z Downloaded tough v0.20.0
8032026-08-26T00:31:05.704Z Downloaded serde_with v3.14.1
8042026-08-26T00:31:05.723Z Downloaded rustls-webpki v0.102.8
8052026-08-26T00:31:05.733Z Downloaded zerovec v0.11.4
8062026-08-26T00:31:05.737Z Downloaded curve25519-dalek v4.1.3
8072026-08-26T00:31:05.746Z Downloaded zerocopy v0.7.35
8082026-08-26T00:31:05.761Z Downloaded winnow v0.5.40
8092026-08-26T00:31:05.765Z Downloaded winnow v0.7.14
8102026-08-26T00:31:05.770Z Downloaded tabled v0.15.0
8112026-08-26T00:31:05.779Z Downloaded tabled v0.21.0
8122026-08-26T00:31:05.787Z Downloaded quinn-proto v0.11.14
8132026-08-26T00:31:05.791Z Downloaded syn v1.0.109
8142026-08-26T00:31:05.796Z Downloaded moka v0.12.11
8152026-08-26T00:31:05.801Z Downloaded bstr v1.12.0
8162026-08-26T00:31:05.810Z Downloaded winnow v1.0.3
8172026-08-26T00:31:05.817Z Downloaded time v0.3.47
8182026-08-26T00:31:05.832Z Downloaded dropshot v0.16.7
8192026-08-26T00:31:05.844Z Downloaded vcpkg v0.2.15
8202026-08-26T00:31:05.867Z Downloaded zerocopy v0.8.27
8212026-08-26T00:31:05.879Z Downloaded regress v0.10.5
8222026-08-26T00:31:05.884Z Downloaded syn v2.0.118
8232026-08-26T00:31:05.891Z Downloaded webpki-roots v1.0.2
8242026-08-26T00:31:05.894Z Downloaded openssl v0.10.81
8252026-08-26T00:31:05.900Z Downloaded smoltcp v0.11.0
8262026-08-26T00:31:05.908Z Downloaded hickory-proto v0.24.4
8272026-08-26T00:31:05.916Z Downloaded unicode-width v0.1.14
8282026-08-26T00:31:05.920Z Downloaded rustls v0.22.4
8292026-08-26T00:31:05.927Z Downloaded regress v0.11.1
8302026-08-26T00:31:05.932Z Downloaded hickory-proto v0.25.2
8312026-08-26T00:31:05.942Z Downloaded rustls v0.23.40
8322026-08-26T00:31:05.949Z Downloaded openapiv3 v2.2.0
8332026-08-26T00:31:05.957Z Downloaded rustix v1.1.4
8342026-08-26T00:31:05.971Z Downloaded rustix v0.38.44
8352026-08-26T00:31:05.983Z Downloaded regex-syntax v0.8.11
8362026-08-26T00:31:05.988Z Downloaded dropshot v0.17.1
8372026-08-26T00:31:06.002Z Downloaded nix v0.31.3
8382026-08-26T00:31:06.008Z Downloaded unicode-width v0.2.1
8392026-08-26T00:31:06.012Z Downloaded nix v0.30.1
8402026-08-26T00:31:06.027Z Downloaded typify-impl v0.4.3
8412026-08-26T00:31:06.038Z Downloaded typify-impl v0.6.2
8422026-08-26T00:31:06.057Z Downloaded regex-automata v0.4.13
8432026-08-26T00:31:06.096Z Downloaded encoding_rs v0.8.35
8442026-08-26T00:31:06.110Z Downloaded petgraph v0.8.2
8452026-08-26T00:31:06.125Z Downloaded petgraph v0.6.5
8462026-08-26T00:31:06.134Z Downloaded sha3 v0.10.8
8472026-08-26T00:31:06.137Z Downloaded libz-sys v1.1.22
8482026-08-26T00:31:06.149Z Downloaded chrono-tz v0.10.4
8492026-08-26T00:31:06.161Z Downloaded jiff v0.2.15
8502026-08-26T00:31:06.191Z Downloaded csv v1.4.0
8512026-08-26T00:31:06.205Z Downloaded libc v0.2.186
8522026-08-26T00:31:06.237Z Downloaded tokio v1.52.3
8532026-08-26T00:31:06.389Z Downloaded ring v0.17.14
8542026-08-26T00:31:06.451Z Downloaded curl-sys v0.4.89+curl-8.20.0
8552026-08-26T00:31:06.497Z Downloaded libgit2-sys v0.17.0+1.8.1
8562026-08-26T00:31:06.998Z Downloaded aws-lc-sys v0.39.1
8572026-08-26T00:31:07.319Z Compiling proc-macro2 v1.0.106
8582026-08-26T00:31:07.319Z Compiling quote v1.0.45
8592026-08-26T00:31:07.320Z Compiling unicode-ident v1.0.24
8602026-08-26T00:31:07.320Z Compiling serde_core v1.0.228
8612026-08-26T00:31:07.323Z Compiling serde v1.0.228
8622026-08-26T00:31:07.323Z Compiling libc v0.2.186
8632026-08-26T00:31:07.323Z Checking cfg-if v1.0.4
8642026-08-26T00:31:07.592Z Compiling zmij v1.0.17
8652026-08-26T00:31:07.638Z Compiling autocfg v1.5.0
8662026-08-26T00:31:07.964Z Compiling memchr v2.7.5
8672026-08-26T00:31:07.992Z Compiling libm v0.2.15
8682026-08-26T00:31:08.329Z Compiling getrandom v0.4.2
8692026-08-26T00:31:08.384Z Compiling jobserver v0.1.34
8702026-08-26T00:31:08.440Z Compiling shlex v2.0.1
8712026-08-26T00:31:08.474Z Compiling find-msvc-tools v0.1.9
8722026-08-26T00:31:08.604Z Compiling version_check v0.9.5
8732026-08-26T00:31:08.621Z Compiling cc v1.2.64
8742026-08-26T00:31:08.689Z Compiling syn v2.0.118
8752026-08-26T00:31:08.729Z Compiling thiserror v2.0.18
8762026-08-26T00:31:08.735Z Checking smallvec v1.15.1
8772026-08-26T00:31:08.760Z Checking itoa v1.0.15
8782026-08-26T00:31:08.876Z Compiling icu_properties_data v2.0.1
8792026-08-26T00:31:08.892Z Compiling icu_normalizer_data v2.0.0
8802026-08-26T00:31:09.036Z Compiling parking_lot_core v0.9.12
8812026-08-26T00:31:09.132Z Checking stable_deref_trait v1.2.0
8822026-08-26T00:31:09.150Z Compiling serde_json v1.0.150
8832026-08-26T00:31:09.374Z Compiling heck v0.5.0
8842026-08-26T00:31:09.414Z Checking litemap v0.8.0
8852026-08-26T00:31:09.497Z Checking writeable v0.6.1
8862026-08-26T00:31:09.564Z Compiling num-traits v0.2.19
8872026-08-26T00:31:09.581Z Checking percent-encoding v2.3.2
8882026-08-26T00:31:09.821Z Checking form_urlencoded v1.2.2
8892026-08-26T00:31:09.965Z Checking utf8_iter v1.0.4
8902026-08-26T00:31:10.023Z Compiling zerocopy v0.8.27
8912026-08-26T00:31:10.042Z Checking pin-project-lite v0.2.16
8922026-08-26T00:31:10.066Z Compiling log v0.4.29
8932026-08-26T00:31:10.088Z Compiling equivalent v1.0.2
8942026-08-26T00:31:10.103Z Compiling semver v1.0.28
8952026-08-26T00:31:10.133Z Checking iana-time-zone v0.1.64
8962026-08-26T00:31:10.178Z Compiling rustversion v1.0.22
8972026-08-26T00:31:10.241Z Checking getrandom v0.2.16
8982026-08-26T00:31:10.246Z Checking socket2 v0.6.4
8992026-08-26T00:31:10.385Z Checking uuid v1.23.3
9002026-08-26T00:31:10.406Z Checking scopeguard v1.2.0
9012026-08-26T00:31:10.520Z Checking lock_api v0.4.14
9022026-08-26T00:31:10.654Z Checking bitflags v2.11.1
9032026-08-26T00:31:10.680Z Checking signal-hook-registry v1.4.6
9042026-08-26T00:31:10.698Z Checking mio v1.2.1
9052026-08-26T00:31:10.730Z Checking parking_lot v0.12.5
9062026-08-26T00:31:10.826Z Compiling schemars v0.8.22
9072026-08-26T00:31:10.855Z Checking dyn-clone v1.0.20
9082026-08-26T00:31:10.984Z Compiling portable-atomic v1.11.1
9092026-08-26T00:31:11.006Z Checking futures-core v0.3.32
9102026-08-26T00:31:11.106Z Compiling ring v0.17.14
9112026-08-26T00:31:11.143Z Checking critical-section v1.2.0
9122026-08-26T00:31:11.176Z Compiling hashbrown v0.17.1
9132026-08-26T00:31:11.242Z Compiling httparse v1.10.1
9142026-08-26T00:31:11.301Z Checking subtle v2.6.1
9152026-08-26T00:31:11.370Z Compiling regex-syntax v0.8.11
9162026-08-26T00:31:11.456Z Checking futures-sink v0.3.32
9172026-08-26T00:31:11.592Z Compiling synstructure v0.13.2
9182026-08-26T00:31:11.653Z Compiling serde_derive_internals v0.29.1
9192026-08-26T00:31:11.912Z Checking once_cell v1.21.3
9202026-08-26T00:31:11.956Z Compiling indexmap v2.14.0
9212026-08-26T00:31:12.297Z Checking slab v0.4.11
9222026-08-26T00:31:12.360Z Compiling aho-corasick v1.1.3
9232026-08-26T00:31:12.418Z Compiling thiserror v1.0.69
9242026-08-26T00:31:12.454Z Compiling rustix v1.1.4
9252026-08-26T00:31:12.531Z Checking rand_core v0.6.4
9262026-08-26T00:31:12.598Z Checking typenum v1.20.1
9272026-08-26T00:31:12.834Z Compiling serde_derive v1.0.228
9282026-08-26T00:31:12.898Z Compiling zerofrom-derive v0.1.6
9292026-08-26T00:31:13.051Z Compiling yoke-derive v0.8.0
9302026-08-26T00:31:13.160Z Compiling zerovec-derive v0.11.1
9312026-08-26T00:31:13.365Z Compiling displaydoc v0.2.5
9322026-08-26T00:31:13.491Z Compiling thiserror-impl v2.0.18
9332026-08-26T00:31:13.797Z Compiling schemars_derive v0.8.22
9342026-08-26T00:31:14.044Z Compiling tokio-macros v2.7.0
9352026-08-26T00:31:14.096Z Compiling zerocopy-derive v0.8.27
9362026-08-26T00:31:14.113Z Checking zerofrom v0.1.6
9372026-08-26T00:31:14.226Z Compiling futures-macro v0.3.32
9382026-08-26T00:31:14.243Z Checking yoke v0.8.0
9392026-08-26T00:31:14.417Z Checking zerovec v0.11.4
9402026-08-26T00:31:14.724Z Checking zerotrie v0.2.2
9412026-08-26T00:31:15.000Z Compiling zeroize_derive v1.4.3
9422026-08-26T00:31:15.017Z Compiling regex-automata v0.4.13
9432026-08-26T00:31:15.034Z Compiling thiserror-impl v1.0.69
9442026-08-26T00:31:15.132Z Checking tinystr v0.8.1
9452026-08-26T00:31:15.301Z Checking potential_utf v0.1.3
9462026-08-26T00:31:15.319Z Checking icu_locale_core v2.0.0
9472026-08-26T00:31:15.431Z Checking icu_collections v2.0.0
9482026-08-26T00:31:15.648Z Checking zeroize v1.8.1
9492026-08-26T00:31:15.770Z Checking icu_provider v2.0.0
9502026-08-26T00:31:15.800Z Checking futures-channel v0.3.32
9512026-08-26T00:31:15.926Z Checking bytes v1.12.0
9522026-08-26T00:31:15.956Z Checking chrono v0.4.45
9532026-08-26T00:31:15.991Z Compiling ucd-trie v0.1.7
9542026-08-26T00:31:16.012Z Checking icu_normalizer v2.0.0
9552026-08-26T00:31:16.098Z Checking icu_properties v2.0.1
9562026-08-26T00:31:16.222Z Compiling serde_tokenstream v0.2.3
9572026-08-26T00:31:16.359Z Checking tokio v1.52.3
9582026-08-26T00:31:16.496Z Compiling pest v2.8.2
9592026-08-26T00:31:16.728Z Compiling regex v1.12.4
9602026-08-26T00:31:16.788Z Checking futures-io v0.3.32
9612026-08-26T00:31:16.894Z Checking idna_adapter v1.2.1
9622026-08-26T00:31:16.909Z Checking futures-task v0.3.32
9632026-08-26T00:31:17.028Z Checking idna v1.1.0
9642026-08-26T00:31:17.047Z Compiling pkg-config v0.3.32
9652026-08-26T00:31:17.062Z Checking futures-util v0.3.32
9662026-08-26T00:31:17.120Z Compiling anyhow v1.0.102
9672026-08-26T00:31:17.267Z Checking url v2.5.7
9682026-08-26T00:31:17.553Z Compiling pest_meta v2.8.2
9692026-08-26T00:31:17.576Z Compiling tracing-attributes v0.1.30
9702026-08-26T00:31:17.693Z Checking tracing-core v0.1.34
9712026-08-26T00:31:17.726Z Compiling generic-array v0.14.7
9722026-08-26T00:31:17.954Z Compiling fnv v1.0.7
9732026-08-26T00:31:17.981Z Compiling vcpkg v0.2.15
9742026-08-26T00:31:18.053Z Compiling foldhash v0.2.0
9752026-08-26T00:31:18.252Z Compiling pest_generator v2.8.2
9762026-08-26T00:31:18.321Z Compiling allocator-api2 v0.2.21
9772026-08-26T00:31:18.597Z Compiling hashbrown v0.16.1
9782026-08-26T00:31:18.642Z Checking http v1.4.2
9792026-08-26T00:31:18.747Z Checking tracing v0.1.41
9802026-08-26T00:31:18.861Z Compiling getrandom v0.3.3
9812026-08-26T00:31:18.878Z Compiling pest_derive v2.8.2
9822026-08-26T00:31:19.064Z Compiling byteorder v1.5.0
9832026-08-26T00:31:19.202Z Compiling camino v1.2.3
9842026-08-26T00:31:19.220Z Checking crypto-common v0.1.6
9852026-08-26T00:31:19.290Z Checking errno v0.3.14
9862026-08-26T00:31:19.341Z Checking ipnet v2.11.0
9872026-08-26T00:31:19.370Z Compiling time-core v0.1.8
9882026-08-26T00:31:19.408Z Compiling num-conv v0.2.1
9892026-08-26T00:31:19.469Z Checking base64 v0.22.1
9902026-08-26T00:31:19.516Z Checking tokio-util v0.7.16
9912026-08-26T00:31:19.555Z Compiling time-macros v0.2.27
9922026-08-26T00:31:19.558Z Compiling scroll_derive v0.13.1
9932026-08-26T00:31:19.589Z Compiling paste v1.0.15
9942026-08-26T00:31:19.708Z Checking http-body v1.0.1
9952026-08-26T00:31:19.729Z Checking rustls-pki-types v1.12.0
9962026-08-26T00:31:19.891Z Checking atomic-waker v1.1.2
9972026-08-26T00:31:20.186Z Checking tower-layer v0.3.3
9982026-08-26T00:31:20.293Z Checking try-lock v0.2.5
9992026-08-26T00:31:20.342Z Checking tower-service v0.3.3
10002026-08-26T00:31:20.397Z Checking untrusted v0.9.0
10012026-08-26T00:31:20.434Z Checking want v0.3.1
10022026-08-26T00:31:20.451Z Checking h2 v0.4.14
10032026-08-26T00:31:20.501Z Checking ryu v1.0.20
10042026-08-26T00:31:20.557Z Checking httpdate v1.0.3
10052026-08-26T00:31:20.579Z Compiling openssl-sys v0.9.117
10062026-08-26T00:31:20.611Z Compiling async-trait v0.1.89
10072026-08-26T00:31:20.639Z Compiling cmake v0.1.54
10082026-08-26T00:31:20.704Z Checking socket2 v0.5.10
10092026-08-26T00:31:20.926Z Checking pretty-hex v0.4.1
10102026-08-26T00:31:20.945Z Compiling fs_extra v1.3.0
10112026-08-26T00:31:20.985Z Compiling dunce v1.0.5
10122026-08-26T00:31:21.048Z Compiling crossbeam-utils v0.8.21
10132026-08-26T00:31:21.088Z Compiling strsim v0.11.1
10142026-08-26T00:31:21.201Z Compiling aws-lc-sys v0.39.1
10152026-08-26T00:31:21.219Z Compiling scroll v0.13.0
10162026-08-26T00:31:21.380Z Compiling regress v0.10.5
10172026-08-26T00:31:21.397Z Checking block-buffer v0.10.4
10182026-08-26T00:31:21.400Z Checking ppv-lite86 v0.2.21
10192026-08-26T00:31:21.522Z Compiling slog v2.8.2
10202026-08-26T00:31:21.540Z Compiling usdt-impl v0.6.0
10212026-08-26T00:31:21.565Z Compiling plain v0.2.3
10222026-08-26T00:31:21.679Z Compiling goblin v0.10.1
10232026-08-26T00:31:21.712Z Checking digest v0.10.7
10242026-08-26T00:31:21.800Z Checking http-body-util v0.1.3
10252026-08-26T00:31:21.819Z Checking ipnetwork v0.21.1
10262026-08-26T00:31:21.902Z Checking erased-serde v0.3.31
10272026-08-26T00:31:22.012Z Compiling omicron-workspace-hack v0.1.0
10282026-08-26T00:31:22.030Z Compiling ident_case v1.0.1
10292026-08-26T00:31:22.257Z Compiling darling_core v0.21.3
10302026-08-26T00:31:22.295Z Checking hyper v1.10.1
10312026-08-26T00:31:22.317Z Checking serde_urlencoded v0.7.1
10322026-08-26T00:31:22.420Z Compiling dtrace-parser v0.3.0
10332026-08-26T00:31:22.517Z Compiling openapiv3 v2.2.0
10342026-08-26T00:31:22.530Z Compiling daft-derive v0.1.5
10352026-08-26T00:31:23.019Z Compiling typify-impl v0.4.3
10362026-08-26T00:31:23.167Z Checking hyper-util v0.1.20
10372026-08-26T00:31:23.230Z Compiling thread-id v5.0.0
10382026-08-26T00:31:23.318Z Compiling aws-lc-rs v1.16.2
10392026-08-26T00:31:24.204Z Checking encoding_rs v0.8.35
10402026-08-26T00:31:24.318Z Compiling dof v0.4.0
10412026-08-26T00:31:24.335Z Compiling darling_macro v0.21.3
10422026-08-26T00:31:24.936Z Compiling darling v0.21.3
10432026-08-26T00:31:25.022Z Checking cpufeatures v0.2.17
10442026-08-26T00:31:25.079Z Compiling slog-async v2.8.0
10452026-08-26T00:31:25.097Z Checking untrusted v0.7.1
10462026-08-26T00:31:25.161Z Checking mime v0.3.17
10472026-08-26T00:31:25.207Z Checking rand_core v0.9.3
10482026-08-26T00:31:25.279Z Checking oxnet v0.1.6
10492026-08-26T00:31:25.377Z Compiling structmeta-derive v0.3.0
10502026-08-26T00:31:25.403Z Compiling usdt-attr-macro v0.6.0
10512026-08-26T00:31:25.421Z Compiling usdt-macro v0.6.0
10522026-08-26T00:31:25.527Z Compiling multer v3.1.0
10532026-08-26T00:31:25.735Z Compiling unsafe-libyaml v0.2.11
10542026-08-26T00:31:25.752Z Compiling rustls v0.22.4
10552026-08-26T00:31:25.768Z Compiling rustls v0.23.40
10562026-08-26T00:31:26.203Z Compiling async-stream-impl v0.3.6
10572026-08-26T00:31:26.237Z Compiling serde_yaml v0.9.34+deprecated
10582026-08-26T00:31:26.252Z Checking sync_wrapper v1.0.2
10592026-08-26T00:31:26.393Z Checking hex v0.4.3
10602026-08-26T00:31:26.396Z Compiling structmeta v0.3.0
10612026-08-26T00:31:26.396Z Compiling typify-macro v0.4.3
10622026-08-26T00:31:26.622Z Checking fastrand v2.3.0
10632026-08-26T00:31:26.795Z Compiling openssl v0.10.81
10642026-08-26T00:31:26.813Z Checking foreign-types-shared v0.1.1
10652026-08-26T00:31:26.816Z Checking tempfile v3.27.0
10662026-08-26T00:31:26.896Z Checking foreign-types v0.3.2
10672026-08-26T00:31:26.968Z Checking tower v0.5.2
10682026-08-26T00:31:27.020Z Checking rand_chacha v0.9.0
10692026-08-26T00:31:27.079Z Checking futures-executor v0.3.32
10702026-08-26T00:31:27.202Z Compiling strum_macros v0.26.4
10712026-08-26T00:31:27.222Z Compiling openssl-macros v0.1.1
10722026-08-26T00:31:27.285Z Checking powerfmt v0.2.0
10732026-08-26T00:31:27.340Z Checking openssl-probe v0.1.6
10742026-08-26T00:31:27.433Z Compiling native-tls v0.2.14
10752026-08-26T00:31:27.449Z Checking iri-string v0.7.8
10762026-08-26T00:31:27.452Z Checking deranged v0.5.3
10772026-08-26T00:31:27.706Z Checking futures v0.3.32
10782026-08-26T00:31:27.786Z Checking rand v0.9.3
10792026-08-26T00:31:27.904Z Compiling typify v0.4.3
10802026-08-26T00:31:27.998Z Compiling newtype-uuid-macros v0.1.0
10812026-08-26T00:31:28.228Z Compiling ref-cast v1.0.25
10822026-08-26T00:31:28.435Z Checking tower-http v0.6.8
10832026-08-26T00:31:28.477Z Checking num_threads v0.1.7
10842026-08-26T00:31:28.584Z Compiling ref-cast-impl v1.0.25
10852026-08-26T00:31:28.601Z Checking time v0.3.47
10862026-08-26T00:31:28.694Z Compiling dropshot v0.16.7
10872026-08-26T00:31:28.739Z Checking memmap2 v0.9.8
10882026-08-26T00:31:28.783Z Checking unicode-width v0.2.1
10892026-08-26T00:31:28.966Z Compiling derive-ex v0.1.8
10902026-08-26T00:31:29.024Z Checking crossbeam-channel v0.5.15
10912026-08-26T00:31:29.157Z Checking webpki-roots v1.0.2
10922026-08-26T00:31:29.172Z Compiling dropshot_endpoint v0.16.7
10932026-08-26T00:31:29.274Z Compiling strum_macros v0.27.2
10942026-08-26T00:31:29.336Z Checking winnow v0.7.14
10952026-08-26T00:31:29.694Z Compiling progenitor-impl v0.11.1
10962026-08-26T00:31:29.939Z Checking tokio-native-tls v0.3.1
10972026-08-26T00:31:30.103Z Checking hyper-tls v0.6.0
10982026-08-26T00:31:30.554Z Checking newtype-uuid v1.3.2
10992026-08-26T00:31:30.571Z Compiling test-strategy v0.4.3
11002026-08-26T00:31:30.680Z Checking thread_local v1.1.9
11012026-08-26T00:31:30.742Z Checking winnow v1.0.3
11022026-08-26T00:31:30.811Z Checking daft v0.1.5
11032026-08-26T00:31:30.842Z Compiling serde_with_macros v3.14.1
11042026-08-26T00:31:31.030Z Checking toml_parser v1.1.2+spec-1.1.0
11052026-08-26T00:31:31.046Z Checking serde_spanned v1.1.1
11062026-08-26T00:31:31.095Z Checking is-terminal v0.4.16
11072026-08-26T00:31:31.177Z Checking toml_writer v1.1.1+spec-1.1.0
11082026-08-26T00:31:31.194Z Checking match_cfg v0.1.0
11092026-08-26T00:31:31.265Z Checking either v1.15.0
11102026-08-26T00:31:31.352Z Checking take_mut v0.2.2
11112026-08-26T00:31:31.370Z Checking term v1.2.0
11122026-08-26T00:31:31.452Z Checking debug-ignore v1.0.5
11132026-08-26T00:31:31.552Z Checking hostname v0.3.1
11142026-08-26T00:31:31.590Z Checking slog-term v2.9.2
11152026-08-26T00:31:31.636Z Checking slog-json v2.6.1
11162026-08-26T00:31:31.788Z Compiling syn v1.0.109
11172026-08-26T00:31:31.846Z Checking spin v0.9.8
11182026-08-26T00:31:31.846Z Compiling progenitor-macro v0.11.1
11192026-08-26T00:31:31.897Z Checking slog-bunyan v2.5.0
11202026-08-26T00:31:31.921Z Checking async-stream v0.3.6
11212026-08-26T00:31:31.938Z Checking usdt v0.6.0
11222026-08-26T00:31:32.006Z Compiling parse-display-derive v0.10.0
11232026-08-26T00:31:32.089Z Checking rustls-webpki v0.102.8
11242026-08-26T00:31:32.123Z Checking rustls-pemfile v2.2.0
11252026-08-26T00:31:32.155Z Checking waitgroup v0.1.2
11262026-08-26T00:31:32.170Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11272026-08-26T00:31:32.253Z Checking serde_path_to_error v0.1.20
11282026-08-26T00:31:32.269Z Checking hostname v0.4.2
11292026-08-26T00:31:32.367Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11302026-08-26T00:31:32.517Z Checking strum v0.26.3
11312026-08-26T00:31:32.606Z Checking rand_chacha v0.3.1
11322026-08-26T00:31:32.628Z Checking macaddr v1.0.1
11332026-08-26T00:31:32.676Z Checking toml_datetime v0.7.5+spec-1.1.0
11342026-08-26T00:31:32.799Z Checking wait-timeout v0.2.1
11352026-08-26T00:31:32.814Z Checking quick-error v1.2.3
11362026-08-26T00:31:32.870Z Checking lazy_static v1.5.0
11372026-08-26T00:31:32.916Z Checking bit-vec v0.8.0
11382026-08-26T00:31:32.934Z Checking rusty-fork v0.3.0
11392026-08-26T00:31:32.968Z Checking toml v0.9.12+spec-1.1.0
11402026-08-26T00:31:33.097Z Checking rand v0.8.5
11412026-08-26T00:31:33.114Z Checking bit-set v0.8.0
11422026-08-26T00:31:33.261Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11432026-08-26T00:31:33.506Z Checking rand_xorshift v0.4.0
11442026-08-26T00:31:33.526Z Checking sha1 v0.10.6
11452026-08-26T00:31:33.609Z Checking unarray v0.1.4
11462026-08-26T00:31:33.703Z Checking strum v0.27.2
11472026-08-26T00:31:33.719Z Checking proptest v1.8.0
11482026-08-26T00:31:33.828Z Checking tabwriter v1.4.1
11492026-08-26T00:31:33.831Z Checking tokio-rustls v0.25.0
11502026-08-26T00:31:33.910Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11512026-08-26T00:31:33.969Z Checking colored v3.1.1
11522026-08-26T00:31:34.057Z Checking serde_with v3.14.1
11532026-08-26T00:31:34.463Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11542026-08-26T00:31:34.690Z Checking instant v0.1.13
11552026-08-26T00:31:34.784Z Checking rustc-hash v2.1.1
11562026-08-26T00:31:35.086Z Checking iddqd v0.3.18
11572026-08-26T00:31:35.108Z Checking backoff v0.4.0
11582026-08-26T00:31:35.282Z Checking parse-display v0.10.0
11592026-08-26T00:31:35.356Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11602026-08-26T00:31:35.373Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11612026-08-26T00:31:35.427Z Checking itertools v0.14.0
11622026-08-26T00:31:35.480Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11632026-08-26T00:31:35.888Z Compiling toml_datetime v0.6.11
11642026-08-26T00:31:35.904Z Compiling clap_derive v4.6.1
11652026-08-26T00:31:35.954Z Checking utf8parse v0.2.2
11662026-08-26T00:31:36.051Z Checking anstyle-parse v1.0.0
11672026-08-26T00:31:36.201Z Checking terminal_size v0.4.3
11682026-08-26T00:31:36.401Z Checking anstyle v1.0.14
11692026-08-26T00:31:36.418Z Checking colorchoice v1.0.4
11702026-08-26T00:31:36.438Z Checking is_terminal_polyfill v1.70.1
11712026-08-26T00:31:36.517Z Checking anstyle-query v1.1.4
11722026-08-26T00:31:36.608Z Checking anstream v1.0.0
11732026-08-26T00:31:36.863Z Checking clap_lex v1.1.0
11742026-08-26T00:31:37.089Z Checking clap_builder v4.6.0
11752026-08-26T00:31:38.291Z Checking clap v4.6.1
11762026-08-26T00:31:39.255Z Compiling num-derive v0.4.2
11772026-08-26T00:31:39.894Z Compiling rustls-webpki v0.103.6
11782026-08-26T00:31:40.434Z Compiling prettyplease v0.2.37
11792026-08-26T00:31:41.987Z Checking crossbeam-epoch v0.9.18
11802026-08-26T00:31:42.207Z Compiling winnow v0.5.40
11812026-08-26T00:31:42.211Z Compiling cfg_aliases v0.2.1
11822026-08-26T00:31:43.088Z Checking serde_spanned v0.6.9
11832026-08-26T00:31:43.217Z Compiling tokio-rustls v0.26.4
11842026-08-26T00:31:43.457Z Compiling toml_edit v0.19.15
11852026-08-26T00:31:43.474Z Compiling memoffset v0.9.1
11862026-08-26T00:31:43.607Z Compiling rayon-core v1.13.0
11872026-08-26T00:31:44.591Z Compiling proc-macro-crate v1.3.1
11882026-08-26T00:31:44.882Z Compiling zerocopy-derive v0.7.35
11892026-08-26T00:31:45.210Z Compiling crc32fast v1.5.0
11902026-08-26T00:31:45.379Z Compiling hyper-rustls v0.27.7
11912026-08-26T00:31:45.574Z Compiling reqwest v0.12.23
11922026-08-26T00:31:46.118Z Checking crossbeam-deque v0.8.6
11932026-08-26T00:31:46.432Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
11942026-08-26T00:31:46.629Z Checking adler2 v2.0.1
11952026-08-26T00:31:46.722Z Compiling progenitor-client v0.11.1
11962026-08-26T00:31:47.282Z Compiling progenitor v0.11.1
11972026-08-26T00:31:47.588Z Checking miniz_oxide v0.8.9
11982026-08-26T00:31:48.499Z Compiling num-integer v0.1.46
11992026-08-26T00:31:48.573Z Compiling proc-macro-error-attr v1.0.4
12002026-08-26T00:31:48.798Z Compiling heapless v0.8.0
12012026-08-26T00:31:48.801Z Compiling heck v0.4.1
12022026-08-26T00:31:49.005Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
12032026-08-26T00:31:49.150Z Checking flate2 v1.1.2
12042026-08-26T00:31:49.263Z Compiling progenitor-client v0.10.0
12052026-08-26T00:31:49.650Z Compiling ingot-macros v0.1.1
12062026-08-26T00:31:50.170Z Checking hash32 v0.3.1
12072026-08-26T00:31:50.298Z Checking hybrid-array v0.4.12
12082026-08-26T00:31:50.349Z Compiling proc-macro-error v1.0.4
12092026-08-26T00:31:50.526Z Checking toml_write v0.1.2
12102026-08-26T00:31:50.699Z Compiling smoltcp v0.11.0
12112026-08-26T00:31:50.761Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12122026-08-26T00:31:51.007Z Checking toml_edit v0.22.27
12132026-08-26T00:31:51.305Z Checking num-rational v0.4.2
12142026-08-26T00:31:51.474Z Checking num-iter v0.1.45
12152026-08-26T00:31:51.591Z Compiling zerocopy v0.7.35
12162026-08-26T00:31:51.713Z Compiling num_enum_derive v0.7.5
12172026-08-26T00:31:52.074Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12182026-08-26T00:31:52.147Z Compiling hubpack_derive v0.1.1
12192026-08-26T00:31:52.219Z Checking cobs v0.3.0
12202026-08-26T00:31:52.273Z Checking ingot-types v0.1.2
12212026-08-26T00:31:52.307Z Compiling scroll_derive v0.12.1
12222026-08-26T00:31:52.362Z Compiling foreign-types-macros v0.2.3
12232026-08-26T00:31:52.496Z Compiling num-complex v0.4.6
12242026-08-26T00:31:52.649Z Compiling usdt-impl v0.5.0
12252026-08-26T00:31:52.743Z Checking managed v0.8.0
12262026-08-26T00:31:52.898Z Checking foreign-types-shared v0.3.1
12272026-08-26T00:31:52.925Z Checking bitflags v1.3.2
12282026-08-26T00:31:52.943Z Compiling crucible-workspace-hack v0.1.0
12292026-08-26T00:31:53.002Z Checking foreign-types v0.5.0
12302026-08-26T00:31:53.005Z Checking scroll v0.12.0
12312026-08-26T00:31:53.084Z Checking num v0.4.3
12322026-08-26T00:31:53.249Z Checking num_enum v0.7.5
12332026-08-26T00:31:53.273Z Checking hubpack v0.1.2
12342026-08-26T00:31:53.290Z Checking ingot v0.1.1
12352026-08-26T00:31:53.359Z Checking postcard v1.1.3
12362026-08-26T00:31:53.438Z Compiling dof v0.3.0
12372026-08-26T00:31:53.634Z Checking toml v0.8.23
12382026-08-26T00:31:54.049Z Checking block-buffer v0.12.0
12392026-08-26T00:31:54.066Z Checking crypto-common v0.2.2
12402026-08-26T00:31:54.190Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12412026-08-26T00:31:54.253Z Compiling dtrace-parser v0.2.0
12422026-08-26T00:31:54.524Z Checking camino-tempfile v1.4.1
12432026-08-26T00:31:54.668Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12442026-08-26T00:31:54.685Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12452026-08-26T00:31:54.685Z Checking cstr-argument v0.1.2
12462026-08-26T00:31:54.865Z Compiling thread-id v4.2.2
12472026-08-26T00:31:54.882Z Checking float-ord v0.3.2
12482026-08-26T00:31:54.911Z Checking const-oid v0.10.2
12492026-08-26T00:31:54.930Z Compiling minimal-lexical v0.2.1
12502026-08-26T00:31:54.952Z Checking static_assertions v1.1.0
12512026-08-26T00:31:54.985Z Checking compression-core v0.4.32
12522026-08-26T00:31:55.071Z Checking digest v0.11.3
12532026-08-26T00:31:55.114Z Checking compression-codecs v0.4.32
12542026-08-26T00:31:55.146Z Compiling nom v7.1.3
12552026-08-26T00:31:55.274Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12562026-08-26T00:31:55.291Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12572026-08-26T00:31:55.410Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12582026-08-26T00:31:55.520Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12592026-08-26T00:31:55.670Z Checking goblin v0.8.2
12602026-08-26T00:31:55.716Z Checking rayon v1.11.0
12612026-08-26T00:31:56.008Z Compiling num_enum_derive v0.5.11
12622026-08-26T00:31:56.045Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12632026-08-26T00:31:56.260Z Compiling rustc_version v0.4.1
12642026-08-26T00:31:56.422Z Checking toml_datetime v1.1.1+spec-1.1.0
12652026-08-26T00:31:56.533Z Compiling dropshot v0.17.1
12662026-08-26T00:31:56.616Z Compiling rustix v0.38.44
12672026-08-26T00:31:56.779Z Compiling convert_case v0.4.0
12682026-08-26T00:31:56.796Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12692026-08-26T00:31:56.975Z Checking cpufeatures v0.3.0
12702026-08-26T00:31:56.975Z Checking tinyvec_macros v0.1.1
12712026-08-26T00:31:57.032Z Checking num_enum v0.5.11
12722026-08-26T00:31:57.052Z Checking sha1 v0.11.0
12732026-08-26T00:31:57.068Z Checking tinyvec v1.10.0
12742026-08-26T00:31:57.084Z Compiling derive_more v0.99.20
12752026-08-26T00:31:57.227Z Checking toml v1.1.2+spec-1.1.0
12762026-08-26T00:31:57.260Z Checking async-compression v0.4.33
12772026-08-26T00:31:57.373Z Compiling nix v0.30.1
12782026-08-26T00:31:57.499Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12792026-08-26T00:31:57.754Z Checking libscf-sys v1.2.0
12802026-08-26T00:31:57.877Z Compiling libz-sys v1.1.22
12812026-08-26T00:31:57.894Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12822026-08-26T00:31:58.000Z Compiling dropshot_endpoint v0.17.1
12832026-08-26T00:31:58.019Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12842026-08-26T00:31:58.117Z Checking bytecount v0.6.9
12852026-08-26T00:31:58.363Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12862026-08-26T00:31:58.507Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12872026-08-26T00:31:58.969Z Compiling usdt-attr-macro v0.5.0
12882026-08-26T00:31:59.116Z Compiling usdt-macro v0.5.0
12892026-08-26T00:31:59.229Z Compiling zone_cfg_derive v0.3.1
12902026-08-26T00:31:59.258Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12912026-08-26T00:31:59.361Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12922026-08-26T00:31:59.429Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12932026-08-26T00:31:59.593Z Checking itertools v0.12.1
12942026-08-26T00:31:59.681Z Checking memmap v0.7.0
12952026-08-26T00:31:59.780Z Checking sigpipe v0.1.3
12962026-08-26T00:31:59.857Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12972026-08-26T00:31:59.882Z Checking glob v0.3.3
12982026-08-26T00:31:59.899Z Checking jiff v0.2.15
12992026-08-26T00:32:00.038Z Checking usdt v0.5.0
13002026-08-26T00:32:00.065Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13012026-08-26T00:32:00.101Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
13022026-08-26T00:32:00.216Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
13032026-08-26T00:32:00.297Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13042026-08-26T00:32:00.328Z Checking smf v0.2.3
13052026-08-26T00:32:00.409Z Checking secrecy v0.10.3
13062026-08-26T00:32:00.513Z Checking bstr v1.12.0
13072026-08-26T00:32:00.530Z Checking whoami v1.6.1
13082026-08-26T00:32:00.534Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13092026-08-26T00:32:00.610Z Checking zone v0.3.1
13102026-08-26T00:32:00.700Z Compiling curve25519-dalek v4.1.3
13112026-08-26T00:32:00.848Z Checking hmac v0.12.1
13122026-08-26T00:32:00.885Z Compiling clang-sys v1.8.1
13132026-08-26T00:32:00.949Z Checking inout v0.1.4
13142026-08-26T00:32:00.977Z Compiling enum-as-inner v0.6.1
13152026-08-26T00:32:00.980Z Checking ff v0.13.1
13162026-08-26T00:32:01.046Z Compiling semver v0.1.20
13172026-08-26T00:32:01.082Z Checking data-encoding v2.9.0
13182026-08-26T00:32:01.115Z Checking group v0.13.0
13192026-08-26T00:32:01.226Z Compiling rustc_version v0.1.7
13202026-08-26T00:32:01.273Z Checking cipher v0.4.4
13212026-08-26T00:32:01.348Z Checking hkdf v0.12.4
13222026-08-26T00:32:01.372Z Checking atomicwrites v0.4.4
13232026-08-26T00:32:01.420Z Compiling thiserror-impl-no-std v2.0.2
13242026-08-26T00:32:01.462Z Checking universal-hash v0.5.1
13252026-08-26T00:32:01.479Z Compiling regress v0.11.1
13262026-08-26T00:32:01.495Z Checking crypto-bigint v0.5.5
13272026-08-26T00:32:01.510Z Checking half v2.7.1
13282026-08-26T00:32:01.580Z Compiling curve25519-dalek-derive v0.1.1
13292026-08-26T00:32:01.749Z Checking ciborium-io v0.2.2
13302026-08-26T00:32:01.845Z Checking base64ct v1.8.0
13312026-08-26T00:32:02.078Z Checking base16ct v0.2.0
13322026-08-26T00:32:02.200Z Checking indent_write v2.2.0
13332026-08-26T00:32:02.232Z Checking opaque-debug v0.3.1
13342026-08-26T00:32:02.291Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13352026-08-26T00:32:02.308Z Checking poly1305 v0.8.0
13362026-08-26T00:32:02.449Z Checking password-hash v0.5.0
13372026-08-26T00:32:02.467Z Checking thiserror-no-std v2.0.2
13382026-08-26T00:32:02.497Z Checking elliptic-curve v0.13.8
13392026-08-26T00:32:02.534Z Checking ciborium-ll v0.2.2
13402026-08-26T00:32:02.555Z Checking chacha20 v0.9.1
13412026-08-26T00:32:02.672Z Compiling newtype_derive v0.1.6
13422026-08-26T00:32:02.705Z Checking similar v2.7.0
13432026-08-26T00:32:02.763Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13442026-08-26T00:32:02.768Z Compiling nix v0.31.3
13452026-08-26T00:32:02.899Z Checking blake2 v0.10.6
13462026-08-26T00:32:02.988Z Compiling typify-impl v0.6.2
13472026-08-26T00:32:03.005Z Checking aead v0.5.2
13482026-08-26T00:32:03.038Z Compiling libloading v0.8.9
13492026-08-26T00:32:03.116Z Checking keccak v0.1.6
13502026-08-26T00:32:03.141Z Checking resolv-conf v0.7.5
13512026-08-26T00:32:03.145Z Compiling bindgen v0.72.1
13522026-08-26T00:32:03.230Z Compiling owo-colors v4.3.0
13532026-08-26T00:32:03.270Z Checking linked-hash-map v0.5.6
13542026-08-26T00:32:03.325Z Checking sha3 v0.10.8
13552026-08-26T00:32:03.437Z Checking lru-cache v0.1.2
13562026-08-26T00:32:03.517Z Checking chacha20poly1305 v0.10.1
13572026-08-26T00:32:03.596Z Checking argon2 v0.5.3
13582026-08-26T00:32:03.614Z Checking vsss-rs v3.3.4
13592026-08-26T00:32:03.699Z Checking ciborium v0.2.2
13602026-08-26T00:32:03.898Z Checking hickory-proto v0.24.4
13612026-08-26T00:32:04.059Z Checking tokio-dtrace v0.1.1
13622026-08-26T00:32:04.108Z Checking papergrid v0.18.0
13632026-08-26T00:32:04.172Z Compiling cexpr v0.6.0
13642026-08-26T00:32:04.234Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13652026-08-26T00:32:04.538Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13662026-08-26T00:32:04.733Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13672026-08-26T00:32:04.889Z Checking serde-big-array v0.5.1
13682026-08-26T00:32:05.019Z Compiling derive-where v1.6.0
13692026-08-26T00:32:05.036Z Compiling serde_repr v0.1.20
13702026-08-26T00:32:05.380Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13712026-08-26T00:32:05.427Z Checking siphasher v1.0.1
13722026-08-26T00:32:05.592Z Checking unicode-segmentation v1.12.0
13732026-08-26T00:32:05.612Z Checking same-file v1.0.6
13742026-08-26T00:32:05.628Z Compiling shlex v1.3.0
13752026-08-26T00:32:05.702Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13762026-08-26T00:32:05.739Z Checking walkdir v2.5.0
13772026-08-26T00:32:05.903Z Checking phf_shared v0.12.1
13782026-08-26T00:32:05.937Z Checking newline-converter v0.3.0
13792026-08-26T00:32:06.046Z Checking hickory-resolver v0.24.4
13802026-08-26T00:32:06.049Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13812026-08-26T00:32:06.267Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13822026-08-26T00:32:06.409Z Compiling typify-macro v0.6.2
13832026-08-26T00:32:06.482Z Checking tabled v0.21.0
13842026-08-26T00:32:06.721Z Checking oxide-tokio-rt v0.1.2
13852026-08-26T00:32:06.865Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13862026-08-26T00:32:07.480Z Checking itertools v0.15.0
13872026-08-26T00:32:07.605Z Checking console v0.15.11
13882026-08-26T00:32:07.623Z Compiling progenitor-impl v0.10.0
13892026-08-26T00:32:07.778Z Checking tokio-stream v0.1.17
13902026-08-26T00:32:07.875Z Compiling pin-project-internal v1.1.10
13912026-08-26T00:32:07.895Z Compiling slog-dtrace v0.3.0
13922026-08-26T00:32:07.929Z Checking csv-core v0.1.12
13932026-08-26T00:32:08.105Z Checking swrite v0.1.0
13942026-08-26T00:32:08.124Z Checking unicode-linebreak v0.1.5
13952026-08-26T00:32:08.140Z Compiling unicode-xid v0.2.6
13962026-08-26T00:32:08.198Z Checking foldhash v0.1.5
13972026-08-26T00:32:08.263Z Checking unicode-width v0.1.14
13982026-08-26T00:32:08.335Z Checking smawk v0.3.2
13992026-08-26T00:32:08.353Z Compiling cancel-safe-futures v0.1.5
14002026-08-26T00:32:08.470Z Compiling chrono-tz v0.10.4
14012026-08-26T00:32:08.507Z Checking textwrap v0.16.2
14022026-08-26T00:32:08.616Z Checking hashbrown v0.15.5
14032026-08-26T00:32:08.718Z Compiling const_format_proc_macros v0.2.34
14042026-08-26T00:32:08.738Z Checking qorb v0.4.1
14052026-08-26T00:32:09.072Z Checking pin-project v1.1.10
14062026-08-26T00:32:09.227Z Checking csv v1.4.0
14072026-08-26T00:32:09.292Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14082026-08-26T00:32:09.494Z Checking expectorate v1.2.0
14092026-08-26T00:32:09.584Z Checking phf v0.12.1
14102026-08-26T00:32:09.625Z Checking unicode-normalization v0.1.24
14112026-08-26T00:32:09.650Z Compiling progenitor-macro v0.10.0
14122026-08-26T00:32:09.701Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14132026-08-26T00:32:09.727Z Compiling snafu-derive v0.8.9
14142026-08-26T00:32:10.388Z Checking libsw-core v0.3.2
14152026-08-26T00:32:10.553Z Compiling libgit2-sys v0.17.0+1.8.1
14162026-08-26T00:32:10.770Z Compiling async-recursion v1.1.1
14172026-08-26T00:32:10.921Z Compiling cookie v0.18.1
14182026-08-26T00:32:10.981Z Checking highway v1.3.0
14192026-08-26T00:32:10.984Z Compiling moka v0.12.11
14202026-08-26T00:32:11.153Z Checking fixedbitset v0.4.2
14212026-08-26T00:32:11.230Z Checking fixedbitset v0.5.7
14222026-08-26T00:32:11.311Z Checking petgraph v0.6.5
14232026-08-26T00:32:11.440Z Checking petgraph v0.8.2
14242026-08-26T00:32:11.473Z Checking snafu v0.8.9
14252026-08-26T00:32:11.714Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14262026-08-26T00:32:11.880Z Checking libsw v3.5.0
14272026-08-26T00:32:12.054Z Checking olpc-cjson v0.1.4
14282026-08-26T00:32:12.447Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14292026-08-26T00:32:12.532Z Checking const_format v0.2.34
14302026-08-26T00:32:12.786Z Checking papergrid v0.11.0
14312026-08-26T00:32:12.836Z Compiling typify v0.6.2
14322026-08-26T00:32:12.934Z Checking globset v0.4.16
14332026-08-26T00:32:12.952Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14342026-08-26T00:32:12.991Z Checking gethostname v0.5.0
14352026-08-26T00:32:13.172Z Compiling tabled_derive v0.7.0
14362026-08-26T00:32:13.190Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14372026-08-26T00:32:13.387Z Checking reqwest v0.13.2
14382026-08-26T00:32:13.424Z Checking bcs v0.1.6
14392026-08-26T00:32:13.524Z Checking pem v3.0.5
14402026-08-26T00:32:13.656Z Checking serde_plain v1.0.2
14412026-08-26T00:32:13.687Z Checking humantime v2.3.0
14422026-08-26T00:32:13.775Z Checking progenitor v0.10.0
14432026-08-26T00:32:13.801Z Checking tagptr v0.2.0
14442026-08-26T00:32:13.866Z Compiling signal-hook v0.4.4
14452026-08-26T00:32:13.906Z Checking typed-path v0.9.3
14462026-08-26T00:32:13.926Z Checking linear-map v1.2.0
14472026-08-26T00:32:13.940Z Checking termtree v0.5.1
14482026-08-26T00:32:14.073Z Checking crc8 v0.1.1
14492026-08-26T00:32:14.090Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14502026-08-26T00:32:14.121Z Checking tabled v0.15.0
14512026-08-26T00:32:14.166Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14522026-08-26T00:32:14.655Z Checking tough v0.20.0
14532026-08-26T00:32:14.745Z Compiling progenitor-impl v0.14.0
14542026-08-26T00:32:15.287Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14552026-08-26T00:32:15.436Z Checking steno v0.4.1
14562026-08-26T00:32:15.682Z Checking hickory-proto v0.25.2
14572026-08-26T00:32:16.292Z Compiling curl-sys v0.4.89+curl-8.20.0
14582026-08-26T00:32:16.402Z Compiling cargo-platform v0.1.9
14592026-08-26T00:32:16.430Z Compiling vergen v8.3.2
14602026-08-26T00:32:16.609Z Compiling fs-err v3.1.2
14612026-08-26T00:32:16.635Z Compiling cargo_metadata v0.18.1
14622026-08-26T00:32:16.871Z Compiling progenitor-macro v0.14.0
14632026-08-26T00:32:16.897Z Checking progenitor-client v0.14.0
14642026-08-26T00:32:16.942Z Checking dropshot-api-manager-types v0.7.2
14652026-08-26T00:32:17.108Z Checking sha2 v0.10.9
14662026-08-26T00:32:17.125Z Compiling blake3 v1.8.2
14672026-08-26T00:32:17.239Z Checking hickory-resolver v0.25.2
14682026-08-26T00:32:17.865Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
14692026-08-26T00:32:17.910Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14702026-08-26T00:32:18.017Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14712026-08-26T00:32:18.442Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14722026-08-26T00:32:18.856Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14732026-08-26T00:32:19.076Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14742026-08-26T00:32:19.278Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14752026-08-26T00:32:19.303Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14762026-08-26T00:32:19.518Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14772026-08-26T00:32:19.565Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14782026-08-26T00:32:19.980Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14792026-08-26T00:32:20.073Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14802026-08-26T00:32:20.318Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14812026-08-26T00:32:20.481Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14822026-08-26T00:32:20.614Z Checking git-stub v1.0.0
14832026-08-26T00:32:20.765Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14842026-08-26T00:32:20.783Z Compiling strum_macros v0.28.0
14852026-08-26T00:32:20.996Z Checking progenitor v0.14.0
14862026-08-26T00:32:21.014Z Checking filetime v0.2.26
14872026-08-26T00:32:21.125Z Checking constant_time_eq v0.3.1
14882026-08-26T00:32:21.152Z Checking arrayvec v0.7.6
14892026-08-26T00:32:21.224Z Compiling curl v0.4.50
14902026-08-26T00:32:21.334Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14912026-08-26T00:32:21.351Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14922026-08-26T00:32:21.435Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14932026-08-26T00:32:21.469Z Checking arrayref v0.3.9
14942026-08-26T00:32:21.548Z Checking xattr v1.6.1
14952026-08-26T00:32:21.564Z Checking is_ci v1.2.0
14962026-08-26T00:32:21.665Z Checking supports-color v3.0.2
14972026-08-26T00:32:21.682Z Checking tar v0.4.45
14982026-08-26T00:32:22.071Z Checking git-stub-vcs v0.1.0
14992026-08-26T00:32:22.256Z Checking toml v0.7.8
15002026-08-26T00:32:22.445Z Checking drift v0.2.0
15012026-08-26T00:32:22.529Z Checking strum v0.28.0
15022026-08-26T00:32:22.559Z Checking kstat-rs v0.2.4
15032026-08-26T00:32:22.645Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15042026-08-26T00:32:22.741Z Checking topological-sort v0.2.2
15052026-08-26T00:32:22.744Z Checking dropshot-api-manager v0.7.2
15062026-08-26T00:32:22.878Z Checking omicron-zone-package v0.12.2
15072026-08-26T00:32:23.040Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15082026-08-26T00:32:23.405Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15092026-08-26T00:32:23.644Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
15102026-08-26T00:32:23.673Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15112026-08-26T00:32:24.095Z Checking signal-hook-tokio v0.4.0
15122026-08-26T00:32:24.225Z Checking scuffle v0.1.0
15132026-08-26T00:32:24.333Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15142026-08-26T00:32:24.423Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15152026-08-26T00:32:24.624Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15162026-08-26T00:32:24.759Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15172026-08-26T00:32:25.091Z Checking iddqd v0.4.5
15182026-08-26T00:32:25.409Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15192026-08-26T00:32:25.601Z Checking search_path v0.1.4
15202026-08-26T00:32:25.621Z Checking internet-checksum v0.2.1
15212026-08-26T00:32:25.727Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15222026-08-26T00:32:25.727Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15232026-08-26T00:32:25.731Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15242026-08-26T00:32:25.775Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15252026-08-26T00:32:26.630Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15262026-08-26T00:32:26.880Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15272026-08-26T00:32:27.014Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15282026-08-26T00:32:27.517Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15292026-08-26T00:32:28.308Z Compiling git2 v0.19.0
15302026-08-26T00:32:30.560Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15312026-08-26T00:32:32.263Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15322026-08-26T00:32:38.461Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15332026-08-26T00:32:39.715Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15342026-08-26T00:32:44.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s
15352026-08-26T00:32:44.978Z+ for feat in tofino_stub tofino_asic softnpu chaos
15362026-08-26T00:32:44.978Z+ cargo clippy --features tofino_asic -- --deny warnings
15372026-08-26T00:32:45.469Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15382026-08-26T00:32:45.472Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15392026-08-26T00:32:45.545Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15402026-08-26T00:32:45.545Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15412026-08-26T00:32:52.721Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15422026-08-26T00:32:52.724Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15432026-08-26T00:32:55.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.37s
15442026-08-26T00:32:55.533Z+ for feat in tofino_stub tofino_asic softnpu chaos
15452026-08-26T00:32:55.533Z+ cargo clippy --features softnpu -- --deny warnings
15462026-08-26T00:32:55.830Z Downloading crates ...
15472026-08-26T00:32:55.960Z Downloaded erased-serde v0.4.8
15482026-08-26T00:32:55.963Z Downloaded typeid v1.0.3
15492026-08-26T00:32:55.972Z Downloaded tap v1.0.1
15502026-08-26T00:32:55.975Z Downloaded radium v0.7.0
15512026-08-26T00:32:55.975Z Downloaded bitstruct_derive v0.1.0
15522026-08-26T00:32:55.975Z Downloaded serde_arrays v0.1.0
15532026-08-26T00:32:55.975Z Downloaded ascii v1.1.0
15542026-08-26T00:32:55.979Z Downloaded bitstruct v0.1.1
15552026-08-26T00:32:55.982Z Downloaded funty v2.0.0
15562026-08-26T00:32:55.982Z Downloaded wyz v0.5.1
15572026-08-26T00:32:55.982Z Downloaded libloading v0.7.4
15582026-08-26T00:32:55.985Z Downloaded num-bigint v0.4.6
15592026-08-26T00:32:55.994Z Downloaded bitvec v1.0.1
15602026-08-26T00:32:56.113Z Checking num-integer v0.1.46
15612026-08-26T00:32:56.116Z Checking num-complex v0.4.6
15622026-08-26T00:32:56.200Z Compiling radium v0.7.0
15632026-08-26T00:32:56.207Z Checking tap v1.0.1
15642026-08-26T00:32:56.213Z Checking funty v2.0.0
15652026-08-26T00:32:56.219Z Compiling typeid v1.0.3
15662026-08-26T00:32:56.222Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15672026-08-26T00:32:56.234Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15682026-08-26T00:32:56.288Z Checking wyz v0.5.1
15692026-08-26T00:32:56.384Z Checking num-bigint v0.4.6
15702026-08-26T00:32:56.388Z Checking num-iter v0.1.45
15712026-08-26T00:32:56.434Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15722026-08-26T00:32:56.449Z Compiling erased-serde v0.4.8
15732026-08-26T00:32:56.500Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15742026-08-26T00:32:56.504Z Compiling bitstruct_derive v0.1.0
15752026-08-26T00:32:56.531Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15762026-08-26T00:32:56.580Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15772026-08-26T00:32:56.606Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15782026-08-26T00:32:56.624Z Checking bitvec v1.0.1
15792026-08-26T00:32:56.634Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15802026-08-26T00:32:56.637Z Checking ascii v1.1.0
15812026-08-26T00:32:56.698Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15822026-08-26T00:32:56.715Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15832026-08-26T00:32:56.808Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15842026-08-26T00:32:56.820Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15852026-08-26T00:32:56.829Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15862026-08-26T00:32:56.852Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15872026-08-26T00:32:57.090Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15882026-08-26T00:32:57.121Z Checking serde_arrays v0.1.0
15892026-08-26T00:32:57.137Z Checking bitstruct v0.1.1
15902026-08-26T00:32:57.204Z Checking num-rational v0.4.2
15912026-08-26T00:32:57.213Z Checking libloading v0.7.4
15922026-08-26T00:32:57.222Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15932026-08-26T00:32:57.462Z Checking num v0.4.3
15942026-08-26T00:32:57.527Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15952026-08-26T00:32:58.080Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15962026-08-26T00:32:58.353Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15972026-08-26T00:32:58.353Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15982026-08-26T00:32:58.540Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15992026-08-26T00:32:58.720Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16002026-08-26T00:32:58.720Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16012026-08-26T00:32:59.171Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16022026-08-26T00:32:59.380Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16032026-08-26T00:32:59.383Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16042026-08-26T00:32:59.383Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
16052026-08-26T00:32:59.383Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16062026-08-26T00:33:00.175Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16072026-08-26T00:33:00.989Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16082026-08-26T00:33:05.064Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16092026-08-26T00:33:05.180Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16102026-08-26T00:33:11.486Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16112026-08-26T00:33:12.737Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16122026-08-26T00:33:13.260Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16132026-08-26T00:33:17.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.03s
16142026-08-26T00:33:17.770Z+ for feat in tofino_stub tofino_asic softnpu chaos
16152026-08-26T00:33:17.770Z+ cargo clippy --features chaos -- --deny warnings
16162026-08-26T00:33:18.231Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16172026-08-26T00:33:18.234Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16182026-08-26T00:33:18.234Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16192026-08-26T00:33:25.484Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16202026-08-26T00:33:25.488Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16212026-08-26T00:33:28.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.28s
16222026-08-26T00:33:28.227Z+ banner fmt
16232026-08-26T00:33:28.230Z
16242026-08-26T00:33:28.230Z ###### # # #####
16252026-08-26T00:33:28.230Z # ## ## #
16262026-08-26T00:33:28.230Z ##### # ## # #
16272026-08-26T00:33:28.231Z # # # #
16282026-08-26T00:33:28.231Z # # # #
16292026-08-26T00:33:28.231Z # # # #
16302026-08-26T00:33:28.231Z
16312026-08-26T00:33:28.231Z+ cargo fmt -- --check
16322026-08-26T00:33:28.675Z+ banner test
16332026-08-26T00:33:28.678Z
16342026-08-26T00:33:28.678Z ##### ###### #### #####
16352026-08-26T00:33:28.678Z # # # #
16362026-08-26T00:33:28.678Z # ##### #### #
16372026-08-26T00:33:28.678Z # # # #
16382026-08-26T00:33:28.678Z # # # # #
16392026-08-26T00:33:28.678Z # ###### #### #
16402026-08-26T00:33:28.678Z
16412026-08-26T00:33:28.678Z+ for feat in tofino_stub tofino_asic softnpu chaos
16422026-08-26T00:33:28.678Z+ RUST_BACKTRACE=full
16432026-08-26T00:33:28.678Z+ cargo test --features tofino_stub --no-fail-fast
16442026-08-26T00:33:29.512Z Compiling unicode-ident v1.0.24
16452026-08-26T00:33:29.512Z Compiling cfg-if v1.0.4
16462026-08-26T00:33:29.622Z Compiling memchr v2.7.5
16472026-08-26T00:33:29.628Z Compiling serde_core v1.0.228
16482026-08-26T00:33:29.635Z Compiling itoa v1.0.15
16492026-08-26T00:33:29.637Z Compiling libc v0.2.186
16502026-08-26T00:33:29.650Z Compiling zmij v1.0.17
16512026-08-26T00:33:29.674Z Compiling libm v0.2.15
16522026-08-26T00:33:29.722Z Compiling proc-macro2 v1.0.106
16532026-08-26T00:33:29.753Z Compiling equivalent v1.0.2
16542026-08-26T00:33:29.866Z Compiling heck v0.5.0
16552026-08-26T00:33:29.930Z Compiling log v0.4.29
16562026-08-26T00:33:30.115Z Compiling quote v1.0.45
16572026-08-26T00:33:30.168Z Compiling iana-time-zone v0.1.64
16582026-08-26T00:33:30.181Z Compiling smallvec v1.15.1
16592026-08-26T00:33:30.299Z Compiling syn v2.0.118
16602026-08-26T00:33:30.392Z Compiling dyn-clone v1.0.20
16612026-08-26T00:33:30.414Z Compiling hashbrown v0.17.1
16622026-08-26T00:33:30.441Z Compiling fnv v1.0.7
16632026-08-26T00:33:30.461Z Compiling stable_deref_trait v1.2.0
16642026-08-26T00:33:30.539Z Compiling regex-syntax v0.8.11
16652026-08-26T00:33:30.542Z Compiling pin-project-lite v0.2.16
16662026-08-26T00:33:30.561Z Compiling percent-encoding v2.3.2
16672026-08-26T00:33:30.646Z Compiling writeable v0.6.1
16682026-08-26T00:33:30.755Z Compiling litemap v0.8.0
16692026-08-26T00:33:30.793Z Compiling num-traits v0.2.19
16702026-08-26T00:33:30.950Z Compiling icu_properties_data v2.0.1
16712026-08-26T00:33:30.967Z Compiling icu_normalizer_data v2.0.0
16722026-08-26T00:33:30.970Z Compiling form_urlencoded v1.2.2
16732026-08-26T00:33:31.043Z Compiling utf8_iter v1.0.4
16742026-08-26T00:33:31.079Z Compiling getrandom v0.4.2
16752026-08-26T00:33:31.154Z Compiling aho-corasick v1.1.3
16762026-08-26T00:33:31.187Z Compiling scopeguard v1.2.0
16772026-08-26T00:33:31.226Z Compiling ucd-trie v0.1.7
16782026-08-26T00:33:31.298Z Compiling semver v1.0.28
16792026-08-26T00:33:31.384Z Compiling serde_json v1.0.150
16802026-08-26T00:33:31.443Z Compiling indexmap v2.14.0
16812026-08-26T00:33:31.522Z Compiling byteorder v1.5.0
16822026-08-26T00:33:31.642Z Compiling lock_api v0.4.14
16832026-08-26T00:33:31.745Z Compiling uuid v1.23.3
16842026-08-26T00:33:31.869Z Compiling allocator-api2 v0.2.21
16852026-08-26T00:33:31.932Z Compiling futures-core v0.3.32
16862026-08-26T00:33:32.050Z Compiling regex-automata v0.4.13
16872026-08-26T00:33:32.084Z Compiling foldhash v0.2.0
16882026-08-26T00:33:32.188Z Compiling ryu v1.0.20
16892026-08-26T00:33:32.289Z Compiling hashbrown v0.16.1
16902026-08-26T00:33:32.373Z Compiling pretty-hex v0.4.1
16912026-08-26T00:33:32.511Z Compiling strsim v0.11.1
16922026-08-26T00:33:32.555Z Compiling plain v0.2.3
16932026-08-26T00:33:32.671Z Compiling futures-sink v0.3.32
16942026-08-26T00:33:32.779Z Compiling num-conv v0.2.1
16952026-08-26T00:33:32.814Z Compiling time-core v0.1.8
16962026-08-26T00:33:32.865Z Compiling slab v0.4.11
16972026-08-26T00:33:32.928Z Compiling futures-channel v0.3.32
16982026-08-26T00:33:32.960Z Compiling time-macros v0.2.27
16992026-08-26T00:33:33.036Z Compiling synstructure v0.13.2
17002026-08-26T00:33:33.146Z Compiling serde_derive_internals v0.29.1
17012026-08-26T00:33:33.337Z Compiling futures-io v0.3.32
17022026-08-26T00:33:33.430Z Compiling futures-task v0.3.32
17032026-08-26T00:33:33.513Z Compiling regress v0.10.5
17042026-08-26T00:33:33.525Z Compiling darling_core v0.21.3
17052026-08-26T00:33:33.709Z Compiling regex v1.12.4
17062026-08-26T00:33:33.731Z Compiling thread-id v5.0.0
17072026-08-26T00:33:33.816Z Compiling getrandom v0.2.16
17082026-08-26T00:33:33.877Z Compiling socket2 v0.6.4
17092026-08-26T00:33:33.999Z Compiling parking_lot_core v0.9.12
17102026-08-26T00:33:34.166Z Compiling bitflags v2.11.1
17112026-08-26T00:33:34.267Z Compiling serde_derive v1.0.228
17122026-08-26T00:33:34.292Z Compiling zerofrom-derive v0.1.6
17132026-08-26T00:33:34.319Z Compiling yoke-derive v0.8.0
17142026-08-26T00:33:34.363Z Compiling zerovec-derive v0.11.1
17152026-08-26T00:33:34.410Z Compiling displaydoc v0.2.5
17162026-08-26T00:33:34.610Z Compiling thiserror-impl v2.0.18
17172026-08-26T00:33:35.211Z Compiling schemars_derive v0.8.22
17182026-08-26T00:33:35.382Z Compiling tokio-macros v2.7.0
17192026-08-26T00:33:35.495Z Compiling zeroize_derive v1.4.3
17202026-08-26T00:33:35.536Z Compiling zerocopy-derive v0.8.27
17212026-08-26T00:33:35.655Z Compiling futures-macro v0.3.32
17222026-08-26T00:33:35.888Z Compiling thiserror v2.0.18
17232026-08-26T00:33:35.997Z Compiling zerofrom v0.1.6
17242026-08-26T00:33:36.129Z Compiling yoke v0.8.0
17252026-08-26T00:33:36.141Z Compiling tracing-attributes v0.1.30
17262026-08-26T00:33:36.190Z Compiling thiserror-impl v1.0.69
17272026-08-26T00:33:36.323Z Compiling zerovec v0.11.4
17282026-08-26T00:33:36.442Z Compiling zerotrie v0.2.2
17292026-08-26T00:33:36.501Z Compiling pest v2.8.2
17302026-08-26T00:33:36.775Z Compiling scroll_derive v0.13.1
17312026-08-26T00:33:36.820Z Compiling zerocopy v0.8.27
17322026-08-26T00:33:37.003Z Compiling serde v1.0.228
17332026-08-26T00:33:37.377Z Compiling tinystr v0.8.1
17342026-08-26T00:33:37.381Z Compiling potential_utf v0.1.3
17352026-08-26T00:33:37.413Z Compiling async-trait v0.1.89
17362026-08-26T00:33:37.520Z Compiling bytes v1.12.0
17372026-08-26T00:33:37.557Z Compiling serde_tokenstream v0.2.3
17382026-08-26T00:33:37.585Z Compiling icu_locale_core v2.0.0
17392026-08-26T00:33:37.610Z Compiling icu_collections v2.0.0
17402026-08-26T00:33:37.667Z Compiling chrono v0.4.45
17412026-08-26T00:33:37.788Z Compiling pest_meta v2.8.2
17422026-08-26T00:33:37.839Z Compiling scroll v0.13.0
17432026-08-26T00:33:38.102Z Compiling icu_provider v2.0.0
17442026-08-26T00:33:38.129Z Compiling http v1.4.2
17452026-08-26T00:33:38.152Z Compiling goblin v0.10.1
17462026-08-26T00:33:38.269Z Compiling daft-derive v0.1.5
17472026-08-26T00:33:38.397Z Compiling icu_properties v2.0.1
17482026-08-26T00:33:38.413Z Compiling icu_normalizer v2.0.0
17492026-08-26T00:33:38.429Z Compiling pest_generator v2.8.2
17502026-08-26T00:33:39.015Z Compiling schemars v0.8.22
17512026-08-26T00:33:39.046Z Compiling darling_macro v0.21.3
17522026-08-26T00:33:39.092Z Compiling pest_derive v2.8.2
17532026-08-26T00:33:39.105Z Compiling openssl-macros v0.1.1
17542026-08-26T00:33:39.158Z Compiling openapiv3 v2.2.0
17552026-08-26T00:33:39.577Z Compiling idna_adapter v1.2.1
17562026-08-26T00:33:39.623Z Compiling darling v0.21.3
17572026-08-26T00:33:39.642Z Compiling structmeta-derive v0.3.0
17582026-08-26T00:33:39.655Z Compiling dtrace-parser v0.3.0
17592026-08-26T00:33:39.703Z Compiling idna v1.1.0
17602026-08-26T00:33:39.719Z Compiling typify-impl v0.4.3
17612026-08-26T00:33:40.168Z Compiling url v2.5.7
17622026-08-26T00:33:40.552Z Compiling async-stream-impl v0.3.6
17632026-08-26T00:33:40.583Z Compiling newtype-uuid-macros v0.1.0
17642026-08-26T00:33:40.755Z Compiling structmeta v0.3.0
17652026-08-26T00:33:40.800Z Compiling serde_yaml v0.9.34+deprecated
17662026-08-26T00:33:40.960Z Compiling dof v0.4.0
17672026-08-26T00:33:41.059Z Compiling zeroize v1.8.1
17682026-08-26T00:33:41.183Z Compiling strum_macros v0.26.4
17692026-08-26T00:33:41.201Z Compiling parking_lot v0.12.5
17702026-08-26T00:33:41.269Z Compiling signal-hook-registry v1.4.6
17712026-08-26T00:33:41.402Z Compiling untrusted v0.9.0
17722026-08-26T00:33:41.528Z Compiling usdt-impl v0.6.0
17732026-08-26T00:33:41.613Z Compiling thiserror v1.0.69
17742026-08-26T00:33:41.661Z Compiling mio v1.2.1
17752026-08-26T00:33:41.720Z Compiling omicron-workspace-hack v0.1.0
17762026-08-26T00:33:41.796Z Compiling base64 v0.22.1
17772026-08-26T00:33:42.069Z Compiling tokio v1.52.3
17782026-08-26T00:33:42.133Z Compiling http-body v1.0.1
17792026-08-26T00:33:42.166Z Compiling dropshot_endpoint v0.16.7
17802026-08-26T00:33:42.236Z Compiling ref-cast-impl v1.0.25
17812026-08-26T00:33:42.289Z Compiling atomic-waker v1.1.2
17822026-08-26T00:33:42.500Z Compiling ipnet v2.11.0
17832026-08-26T00:33:42.837Z Compiling derive-ex v0.1.8
17842026-08-26T00:33:42.851Z Compiling strum_macros v0.27.2
17852026-08-26T00:33:42.973Z Compiling usdt-macro v0.6.0
17862026-08-26T00:33:43.044Z Compiling usdt-attr-macro v0.6.0
17872026-08-26T00:33:43.547Z Compiling httparse v1.10.1
17882026-08-26T00:33:43.824Z Compiling portable-atomic v1.11.1
17892026-08-26T00:33:43.863Z Compiling tower-layer v0.3.3
17902026-08-26T00:33:44.029Z Compiling tower-service v0.3.3
17912026-08-26T00:33:44.128Z Compiling try-lock v0.2.5
17922026-08-26T00:33:44.220Z Compiling critical-section v1.2.0
17932026-08-26T00:33:44.234Z Compiling want v0.3.1
17942026-08-26T00:33:44.331Z Compiling once_cell v1.21.3
17952026-08-26T00:33:44.343Z Compiling httpdate v1.0.3
17962026-08-26T00:33:44.402Z Compiling test-strategy v0.4.3
17972026-08-26T00:33:44.414Z Compiling serde_with_macros v3.14.1
17982026-08-26T00:33:44.573Z Compiling ppv-lite86 v0.2.21
17992026-08-26T00:33:44.694Z Compiling erased-serde v0.3.31
18002026-08-26T00:33:44.920Z Compiling subtle v2.6.1
18012026-08-26T00:33:45.095Z Compiling parse-display-derive v0.10.0
18022026-08-26T00:33:45.258Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18032026-08-26T00:33:45.853Z Compiling http-body-util v0.1.3
18042026-08-26T00:33:45.912Z Compiling anyhow v1.0.102
18052026-08-26T00:33:45.943Z Compiling typify-macro v0.4.3
18062026-08-26T00:33:46.105Z Compiling serde_urlencoded v0.7.1
18072026-08-26T00:33:46.119Z Compiling rand_core v0.6.4
18082026-08-26T00:33:46.359Z Compiling typenum v1.20.1
18092026-08-26T00:33:46.601Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18102026-08-26T00:33:46.944Z Compiling futures-util v0.3.32
18112026-08-26T00:33:47.169Z Compiling sync_wrapper v1.0.2
18122026-08-26T00:33:47.296Z Compiling powerfmt v0.2.0
18132026-08-26T00:33:47.430Z Compiling deranged v0.5.3
18142026-08-26T00:33:47.501Z Compiling num_threads v0.1.7
18152026-08-26T00:33:47.556Z Compiling tracing-core v0.1.34
18162026-08-26T00:33:47.601Z Compiling camino v1.2.3
18172026-08-26T00:33:47.886Z Compiling iri-string v0.7.8
18182026-08-26T00:33:47.983Z Compiling typify v0.4.3
18192026-08-26T00:33:48.019Z Compiling tracing v0.1.41
18202026-08-26T00:33:48.077Z Compiling progenitor-impl v0.11.1
18212026-08-26T00:33:48.245Z Compiling encoding_rs v0.8.35
18222026-08-26T00:33:48.485Z Compiling cpufeatures v0.2.17
18232026-08-26T00:33:48.559Z Compiling fastrand v2.3.0
18242026-08-26T00:33:48.572Z Compiling mime v0.3.17
18252026-08-26T00:33:48.685Z Compiling generic-array v0.14.7
18262026-08-26T00:33:48.845Z Compiling hex v0.4.3
18272026-08-26T00:33:49.169Z Compiling crypto-common v0.1.6
18282026-08-26T00:33:49.180Z Compiling errno v0.3.14
18292026-08-26T00:33:49.301Z Compiling tokio-util v0.7.16
18302026-08-26T00:33:49.484Z Compiling thread_local v1.1.9
18312026-08-26T00:33:49.514Z Compiling unicode-width v0.2.1
18322026-08-26T00:33:49.681Z Compiling syn v1.0.109
18332026-08-26T00:33:49.747Z Compiling rustls-pki-types v1.12.0
18342026-08-26T00:33:49.797Z Compiling winnow v0.7.14
18352026-08-26T00:33:50.050Z Compiling match_cfg v0.1.0
18362026-08-26T00:33:50.125Z Compiling rustix v1.1.4
18372026-08-26T00:33:50.601Z Compiling take_mut v0.2.2
18382026-08-26T00:33:50.642Z Compiling term v1.2.0
18392026-08-26T00:33:50.713Z Compiling winnow v1.0.3
18402026-08-26T00:33:51.073Z Compiling toml_parser v1.1.2+spec-1.1.0
18412026-08-26T00:33:51.225Z Compiling h2 v0.4.14
18422026-08-26T00:33:51.329Z Compiling ring v0.17.14
18432026-08-26T00:33:51.559Z Compiling serde_spanned v1.1.1
18442026-08-26T00:33:51.590Z Compiling progenitor-macro v0.11.1
18452026-08-26T00:33:51.715Z Compiling spin v0.9.8
18462026-08-26T00:33:51.833Z Compiling toml_writer v1.1.1+spec-1.1.0
18472026-08-26T00:33:51.927Z Compiling debug-ignore v1.0.5
18482026-08-26T00:33:52.048Z Compiling socket2 v0.5.10
18492026-08-26T00:33:52.276Z Compiling quick-error v1.2.3
18502026-08-26T00:33:52.545Z Compiling block-buffer v0.10.4
18512026-08-26T00:33:52.700Z Compiling waitgroup v0.1.2
18522026-08-26T00:33:52.844Z Compiling async-stream v0.3.6
18532026-08-26T00:33:53.023Z Compiling serde_path_to_error v0.1.20
18542026-08-26T00:33:53.100Z Compiling bit-vec v0.8.0
18552026-08-26T00:33:53.324Z Compiling hyper v1.10.1
18562026-08-26T00:33:53.337Z Compiling lazy_static v1.5.0
18572026-08-26T00:33:53.372Z Compiling bit-set v0.8.0
18582026-08-26T00:33:53.437Z Compiling digest v0.10.7
18592026-08-26T00:33:53.500Z Compiling strum v0.26.3
18602026-08-26T00:33:53.536Z Compiling ipnetwork v0.21.1
18612026-08-26T00:33:53.627Z Compiling crossbeam-utils v0.8.21
18622026-08-26T00:33:53.650Z Compiling toml_datetime v0.7.5+spec-1.1.0
18632026-08-26T00:33:53.766Z Compiling unarray v0.1.4
18642026-08-26T00:33:53.976Z Compiling toml v0.9.12+spec-1.1.0
18652026-08-26T00:33:54.068Z Compiling slog v2.8.2
18662026-08-26T00:33:54.107Z Compiling macaddr v1.0.1
18672026-08-26T00:33:54.131Z Compiling tabwriter v1.4.1
18682026-08-26T00:33:54.331Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18692026-08-26T00:33:54.354Z Compiling ref-cast v1.0.25
18702026-08-26T00:33:54.371Z Compiling colored v3.1.1
18712026-08-26T00:33:54.457Z Compiling hyper-util v0.1.20
18722026-08-26T00:33:54.514Z Compiling strum v0.27.2
18732026-08-26T00:33:54.558Z Compiling aws-lc-sys v0.39.1
18742026-08-26T00:33:54.638Z Compiling getrandom v0.3.3
18752026-08-26T00:33:54.826Z Compiling untrusted v0.7.1
18762026-08-26T00:33:54.964Z Compiling rand_core v0.9.3
18772026-08-26T00:33:55.076Z Compiling oxnet v0.1.6
18782026-08-26T00:33:55.188Z Compiling aws-lc-rs v1.16.2
18792026-08-26T00:33:55.241Z Compiling openssl-sys v0.9.117
18802026-08-26T00:33:55.653Z Compiling instant v0.1.13
18812026-08-26T00:33:55.690Z Compiling foreign-types-shared v0.1.1
18822026-08-26T00:33:55.768Z Compiling foreign-types v0.3.2
18832026-08-26T00:33:55.781Z Compiling rand_chacha v0.9.0
18842026-08-26T00:33:55.847Z Compiling tempfile v3.27.0
18852026-08-26T00:33:56.214Z Compiling rustls-webpki v0.103.6
18862026-08-26T00:33:56.267Z Compiling tower v0.5.2
18872026-08-26T00:33:56.271Z Compiling futures-executor v0.3.32
18882026-08-26T00:33:56.670Z Compiling openssl-probe v0.1.6
18892026-08-26T00:33:56.714Z Compiling rustls v0.23.40
18902026-08-26T00:33:56.759Z Compiling tower-http v0.6.8
18912026-08-26T00:33:56.857Z Compiling futures v0.3.32
18922026-08-26T00:33:56.944Z Compiling rand v0.9.3
18932026-08-26T00:33:57.173Z Compiling openssl v0.10.81
18942026-08-26T00:33:57.188Z Compiling toml_datetime v0.6.11
18952026-08-26T00:33:57.359Z Compiling time v0.3.47
18962026-08-26T00:33:57.538Z Compiling clap_derive v4.6.1
18972026-08-26T00:33:57.601Z Compiling memmap2 v0.9.8
18982026-08-26T00:33:58.169Z Compiling crossbeam-channel v0.5.15
18992026-08-26T00:33:58.633Z Compiling webpki-roots v1.0.2
19002026-08-26T00:33:58.736Z Compiling newtype-uuid v1.3.2
19012026-08-26T00:33:59.011Z Compiling daft v0.1.5
19022026-08-26T00:33:59.202Z Compiling is-terminal v0.4.16
19032026-08-26T00:33:59.282Z Compiling either v1.15.0
19042026-08-26T00:33:59.316Z Compiling slog-term v2.9.2
19052026-08-26T00:33:59.497Z Compiling native-tls v0.2.14
19062026-08-26T00:33:59.812Z Compiling tokio-rustls v0.26.4
19072026-08-26T00:33:59.904Z Compiling tokio-native-tls v0.3.1
19082026-08-26T00:34:00.019Z Compiling usdt v0.6.0
19092026-08-26T00:34:00.019Z Compiling slog-json v2.6.1
19102026-08-26T00:34:00.043Z Compiling hyper-tls v0.6.0
19112026-08-26T00:34:00.078Z Compiling hyper-rustls v0.27.7
19122026-08-26T00:34:00.098Z Compiling slog-async v2.8.0
19132026-08-26T00:34:00.169Z Compiling hostname v0.3.1
19142026-08-26T00:34:00.277Z Compiling reqwest v0.12.23
19152026-08-26T00:34:00.312Z Compiling slog-bunyan v2.5.0
19162026-08-26T00:34:00.394Z Compiling rustls-webpki v0.102.8
19172026-08-26T00:34:00.410Z Compiling multer v3.1.0
19182026-08-26T00:34:00.519Z Compiling rustls-pemfile v2.2.0
19192026-08-26T00:34:00.652Z Compiling hostname v0.4.2
19202026-08-26T00:34:00.801Z Compiling rustls v0.22.4
19212026-08-26T00:34:00.920Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19222026-08-26T00:34:01.297Z Compiling rand_chacha v0.3.1
19232026-08-26T00:34:01.494Z Compiling wait-timeout v0.2.1
19242026-08-26T00:34:01.794Z Compiling rusty-fork v0.3.0
19252026-08-26T00:34:01.806Z Compiling rand v0.8.5
19262026-08-26T00:34:01.915Z Compiling rand_xorshift v0.4.0
19272026-08-26T00:34:02.148Z Compiling sha1 v0.10.6
19282026-08-26T00:34:02.378Z Compiling proptest v1.8.0
19292026-08-26T00:34:02.725Z Compiling tokio-rustls v0.25.0
19302026-08-26T00:34:02.959Z Compiling dropshot v0.16.7
19312026-08-26T00:34:03.176Z Compiling itertools v0.14.0
19322026-08-26T00:34:04.422Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19332026-08-26T00:34:04.791Z Compiling progenitor-client v0.11.1
19342026-08-26T00:34:04.841Z Compiling progenitor-client v0.10.0
19352026-08-26T00:34:05.123Z Compiling serde_with v3.14.1
19362026-08-26T00:34:05.144Z Compiling num-derive v0.4.2
19372026-08-26T00:34:05.577Z Compiling progenitor v0.11.1
19382026-08-26T00:34:05.738Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19392026-08-26T00:34:06.092Z Compiling rustc-hash v2.1.1
19402026-08-26T00:34:06.124Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19412026-08-26T00:34:06.221Z Compiling iddqd v0.3.18
19422026-08-26T00:34:06.235Z Compiling backoff v0.4.0
19432026-08-26T00:34:06.644Z Compiling parse-display v0.10.0
19442026-08-26T00:34:06.804Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19452026-08-26T00:34:06.940Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19462026-08-26T00:34:06.989Z Compiling anstyle v1.0.14
19472026-08-26T00:34:07.221Z Compiling utf8parse v0.2.2
19482026-08-26T00:34:07.591Z Compiling anstyle-parse v1.0.0
19492026-08-26T00:34:07.786Z Compiling is_terminal_polyfill v1.70.1
19502026-08-26T00:34:07.816Z Compiling colorchoice v1.0.4
19512026-08-26T00:34:07.829Z Compiling anstyle-query v1.1.4
19522026-08-26T00:34:07.883Z Compiling clap_lex v1.1.0
19532026-08-26T00:34:07.927Z Compiling anstream v1.0.0
19542026-08-26T00:34:08.997Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19552026-08-26T00:34:11.336Z Compiling winnow v0.5.40
19562026-08-26T00:34:16.398Z Compiling terminal_size v0.4.3
19572026-08-26T00:34:17.697Z Compiling clap_builder v4.6.0
19582026-08-26T00:34:17.940Z Compiling toml_edit v0.19.15
19592026-08-26T00:34:18.356Z Compiling dropshot_endpoint v0.17.1
19602026-08-26T00:34:19.909Z Compiling clap v4.6.1
19612026-08-26T00:34:19.921Z Compiling proc-macro-crate v1.3.1
19622026-08-26T00:34:26.045Z Compiling serde_spanned v0.6.9
19632026-08-26T00:34:26.161Z Compiling adler2 v2.0.1
19642026-08-26T00:34:26.304Z Compiling miniz_oxide v0.8.9
19652026-08-26T00:34:26.631Z Compiling prettyplease v0.2.37
19662026-08-26T00:34:26.718Z Compiling crc32fast v1.5.0
19672026-08-26T00:34:26.871Z Compiling zerocopy-derive v0.7.35
19682026-08-26T00:34:26.909Z Compiling flate2 v1.1.2
19692026-08-26T00:34:26.988Z Compiling ingot-macros v0.1.1
19702026-08-26T00:34:26.992Z Compiling hubpack_derive v0.1.1
19712026-08-26T00:34:27.320Z Compiling hybrid-array v0.4.12
19722026-08-26T00:34:29.161Z Compiling scroll_derive v0.12.1
19732026-08-26T00:34:30.232Z Compiling block-buffer v0.12.0
19742026-08-26T00:34:30.245Z Compiling crypto-common v0.2.2
19752026-08-26T00:34:30.785Z Compiling compression-core v0.4.32
19762026-08-26T00:34:30.797Z Compiling const-oid v0.10.2
19772026-08-26T00:34:30.869Z Compiling toml_write v0.1.2
19782026-08-26T00:34:30.912Z Compiling compression-codecs v0.4.32
19792026-08-26T00:34:30.943Z Compiling digest v0.11.3
19802026-08-26T00:34:31.072Z Compiling toml_edit v0.22.27
19812026-08-26T00:34:31.941Z Compiling zerocopy v0.7.35
19822026-08-26T00:34:32.272Z Compiling num_enum_derive v0.7.5
19832026-08-26T00:34:33.326Z Compiling foreign-types-macros v0.2.3
19842026-08-26T00:34:33.330Z Compiling num-integer v0.1.46
19852026-08-26T00:34:33.351Z Compiling toml_datetime v1.1.1+spec-1.1.0
19862026-08-26T00:34:33.656Z Compiling float-ord v0.3.2
19872026-08-26T00:34:33.661Z Compiling cpufeatures v0.3.0
19882026-08-26T00:34:33.741Z Compiling sha1 v0.11.0
19892026-08-26T00:34:33.766Z Compiling toml v1.1.2+spec-1.1.0
19902026-08-26T00:34:34.001Z Compiling toml v0.8.23
19912026-08-26T00:34:34.469Z Compiling async-compression v0.4.33
19922026-08-26T00:34:35.373Z Compiling glob v0.3.3
19932026-08-26T00:34:35.439Z Compiling dropshot v0.17.1
19942026-08-26T00:34:35.832Z Compiling proc-macro-error-attr v1.0.4
19952026-08-26T00:34:35.862Z Compiling num-rational v0.4.2
19962026-08-26T00:34:36.163Z Compiling num-iter v0.1.45
19972026-08-26T00:34:36.292Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19982026-08-26T00:34:36.420Z Compiling dtrace-parser v0.2.0
19992026-08-26T00:34:36.498Z Compiling num-complex v0.4.6
20002026-08-26T00:34:36.806Z Compiling proc-macro-error v1.0.4
20012026-08-26T00:34:36.886Z Compiling num v0.4.3
20022026-08-26T00:34:36.969Z Compiling dof v0.3.0
20032026-08-26T00:34:37.074Z Compiling num_enum_derive v0.5.11
20042026-08-26T00:34:37.330Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20052026-08-26T00:34:37.864Z Compiling thread-id v4.2.2
20062026-08-26T00:34:37.959Z Compiling usdt-impl v0.5.0
20072026-08-26T00:34:38.458Z Compiling derive_more v0.99.20
20082026-08-26T00:34:38.470Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20092026-08-26T00:34:38.529Z Compiling minimal-lexical v0.2.1
20102026-08-26T00:34:38.910Z Compiling nom v7.1.3
20112026-08-26T00:34:39.442Z Compiling usdt-macro v0.5.0
20122026-08-26T00:34:40.169Z Compiling usdt-attr-macro v0.5.0
20132026-08-26T00:34:40.273Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20142026-08-26T00:34:40.553Z Compiling zone_cfg_derive v0.3.1
20152026-08-26T00:34:40.799Z Compiling libscf-sys v1.2.0
20162026-08-26T00:34:40.878Z Compiling memoffset v0.9.1
20172026-08-26T00:34:40.968Z Compiling rustc_version v0.4.1
20182026-08-26T00:34:41.003Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
20192026-08-26T00:34:41.107Z Compiling crossbeam-epoch v0.9.18
20202026-08-26T00:34:41.390Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20212026-08-26T00:34:41.393Z Compiling enum-as-inner v0.6.1
20222026-08-26T00:34:41.447Z Compiling regress v0.11.1
20232026-08-26T00:34:41.744Z Compiling curve25519-dalek v4.1.3
20242026-08-26T00:34:41.883Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20252026-08-26T00:34:41.964Z Compiling hubpack v0.1.2
20262026-08-26T00:34:41.980Z Compiling static_assertions v1.1.0
20272026-08-26T00:34:42.057Z Compiling crossbeam-deque v0.8.6
20282026-08-26T00:34:42.189Z Compiling thiserror-impl-no-std v2.0.2
20292026-08-26T00:34:42.253Z Compiling curve25519-dalek-derive v0.1.1
20302026-08-26T00:34:43.377Z Compiling typify-impl v0.6.2
20312026-08-26T00:34:43.523Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20322026-08-26T00:34:43.917Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
20332026-08-26T00:34:44.181Z Compiling rayon-core v1.13.0
20342026-08-26T00:34:44.685Z Compiling clang-sys v1.8.1
20352026-08-26T00:34:45.032Z Compiling bytecount v0.6.9
20362026-08-26T00:34:45.200Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20372026-08-26T00:34:45.212Z Compiling scroll v0.12.0
20382026-08-26T00:34:45.546Z Compiling hash32 v0.3.1
20392026-08-26T00:34:45.628Z Compiling goblin v0.8.2
20402026-08-26T00:34:45.707Z Compiling heapless v0.8.0
20412026-08-26T00:34:45.720Z Compiling ingot-types v0.1.2
20422026-08-26T00:34:46.001Z Compiling cobs v0.3.0
20432026-08-26T00:34:46.126Z Compiling libloading v0.8.9
20442026-08-26T00:34:46.142Z Compiling managed v0.8.0
20452026-08-26T00:34:46.210Z Compiling foreign-types-shared v0.3.1
20462026-08-26T00:34:46.310Z Compiling bitflags v1.3.2
20472026-08-26T00:34:46.323Z Compiling bindgen v0.72.1
20482026-08-26T00:34:46.323Z Compiling foreign-types v0.5.0
20492026-08-26T00:34:46.366Z Compiling postcard v1.1.3
20502026-08-26T00:34:46.390Z Compiling smoltcp v0.11.0
20512026-08-26T00:34:46.406Z Compiling ingot v0.1.1
20522026-08-26T00:34:46.849Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20532026-08-26T00:34:46.862Z Compiling cexpr v0.6.0
20542026-08-26T00:34:47.134Z Compiling num_enum v0.7.5
20552026-08-26T00:34:47.257Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20562026-08-26T00:34:47.644Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20572026-08-26T00:34:47.765Z Compiling camino-tempfile v1.4.1
20582026-08-26T00:34:48.012Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20592026-08-26T00:34:48.025Z Compiling serde_repr v0.1.20
20602026-08-26T00:34:48.294Z Compiling derive-where v1.6.0
20612026-08-26T00:34:48.403Z Compiling cstr-argument v0.1.2
20622026-08-26T00:34:48.848Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20632026-08-26T00:34:49.275Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20642026-08-26T00:34:49.692Z Compiling typify-macro v0.6.2
20652026-08-26T00:34:49.961Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20662026-08-26T00:34:50.152Z Compiling rayon v1.11.0
20672026-08-26T00:34:50.444Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20682026-08-26T00:34:50.575Z Compiling crucible-workspace-hack v0.1.0
20692026-08-26T00:34:51.264Z Compiling memmap v0.7.0
20702026-08-26T00:34:51.455Z Compiling tinyvec_macros v0.1.1
20712026-08-26T00:34:51.526Z Compiling tinyvec v1.10.0
20722026-08-26T00:34:51.585Z Compiling usdt v0.5.0
20732026-08-26T00:34:51.835Z Compiling typify v0.6.2
20742026-08-26T00:34:51.885Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20752026-08-26T00:34:51.931Z Compiling num_enum v0.5.11
20762026-08-26T00:34:52.610Z Compiling pin-project-internal v1.1.10
20772026-08-26T00:34:53.329Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20782026-08-26T00:34:53.561Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20792026-08-26T00:34:53.602Z Compiling progenitor-impl v0.14.0
20802026-08-26T00:34:53.729Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20812026-08-26T00:34:53.894Z Compiling papergrid v0.18.0
20822026-08-26T00:34:53.907Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20832026-08-26T00:34:54.147Z Compiling rustix v0.38.44
20842026-08-26T00:34:54.800Z Compiling itertools v0.12.1
20852026-08-26T00:34:54.969Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20862026-08-26T00:34:55.028Z Compiling progenitor-impl v0.10.0
20872026-08-26T00:34:55.175Z Compiling sigpipe v0.1.3
20882026-08-26T00:34:55.188Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20892026-08-26T00:34:55.281Z Compiling jiff v0.2.15
20902026-08-26T00:34:55.463Z Compiling const_format_proc_macros v0.2.34
20912026-08-26T00:34:55.859Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20922026-08-26T00:34:55.920Z Compiling tabled v0.21.0
20932026-08-26T00:34:56.054Z Compiling zone v0.3.1
20942026-08-26T00:34:56.125Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20952026-08-26T00:34:56.599Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20962026-08-26T00:34:57.176Z Compiling progenitor-macro v0.14.0
20972026-08-26T00:34:57.463Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20982026-08-26T00:34:57.735Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
20992026-08-26T00:34:57.739Z Compiling nix v0.31.3
21002026-08-26T00:34:58.147Z Compiling nix v0.30.1
21012026-08-26T00:34:58.475Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21022026-08-26T00:34:58.505Z Compiling progenitor-macro v0.10.0
21032026-08-26T00:34:58.554Z Compiling snafu-derive v0.8.9
21042026-08-26T00:34:58.937Z Compiling itertools v0.15.0
21052026-08-26T00:34:59.205Z Compiling smf v0.2.3
21062026-08-26T00:34:59.437Z Compiling secrecy v0.10.3
21072026-08-26T00:34:59.919Z Compiling async-recursion v1.1.1
21082026-08-26T00:35:00.088Z Compiling bstr v1.12.0
21092026-08-26T00:35:00.424Z Compiling whoami v1.6.1
21102026-08-26T00:35:00.598Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21112026-08-26T00:35:00.741Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
21122026-08-26T00:35:02.802Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21132026-08-26T00:35:03.390Z Compiling hmac v0.12.1
21142026-08-26T00:35:03.543Z Compiling inout v0.1.4
21152026-08-26T00:35:03.583Z Compiling ff v0.13.1
21162026-08-26T00:35:03.709Z Compiling data-encoding v2.9.0
21172026-08-26T00:35:03.723Z Compiling crc8 v0.1.1
21182026-08-26T00:35:03.844Z Compiling group v0.13.0
21192026-08-26T00:35:03.988Z Compiling cipher v0.4.4
21202026-08-26T00:35:04.001Z Compiling hkdf v0.12.4
21212026-08-26T00:35:04.046Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21222026-08-26T00:35:04.698Z Compiling atomicwrites v0.4.4
21232026-08-26T00:35:04.719Z Compiling tokio-dtrace v0.1.1
21242026-08-26T00:35:04.832Z Compiling tabled_derive v0.7.0
21252026-08-26T00:35:05.186Z Compiling reqwest v0.13.2
21262026-08-26T00:35:05.217Z Compiling universal-hash v0.5.1
21272026-08-26T00:35:05.258Z Compiling crypto-bigint v0.5.5
21282026-08-26T00:35:05.357Z Compiling half v2.7.1
21292026-08-26T00:35:05.376Z Compiling indent_write v2.2.0
21302026-08-26T00:35:05.646Z Compiling ciborium-io v0.2.2
21312026-08-26T00:35:05.752Z Compiling base16ct v0.2.0
21322026-08-26T00:35:05.851Z Compiling opaque-debug v0.3.1
21332026-08-26T00:35:05.926Z Compiling base64ct v1.8.0
21342026-08-26T00:35:05.938Z Compiling poly1305 v0.8.0
21352026-08-26T00:35:06.241Z Compiling password-hash v0.5.0
21362026-08-26T00:35:06.358Z Compiling elliptic-curve v0.13.8
21372026-08-26T00:35:06.506Z Compiling progenitor-client v0.14.0
21382026-08-26T00:35:06.645Z Compiling ciborium-ll v0.2.2
21392026-08-26T00:35:07.270Z Compiling oxide-tokio-rt v0.1.2
21402026-08-26T00:35:07.480Z Compiling chacha20 v0.9.1
21412026-08-26T00:35:07.714Z Compiling similar v2.7.0
21422026-08-26T00:35:07.876Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21432026-08-26T00:35:08.307Z Compiling thiserror-no-std v2.0.2
21442026-08-26T00:35:08.949Z Compiling blake2 v0.10.6
21452026-08-26T00:35:09.013Z Compiling aead v0.5.2
21462026-08-26T00:35:09.173Z Compiling strum_macros v0.28.0
21472026-08-26T00:35:09.449Z Compiling linked-hash-map v0.5.6
21482026-08-26T00:35:09.635Z Compiling resolv-conf v0.7.5
21492026-08-26T00:35:09.658Z Compiling keccak v0.1.6
21502026-08-26T00:35:09.959Z Compiling sha3 v0.10.8
21512026-08-26T00:35:10.057Z Compiling lru-cache v0.1.2
21522026-08-26T00:35:10.188Z Compiling argon2 v0.5.3
21532026-08-26T00:35:10.192Z Compiling vsss-rs v3.3.4
21542026-08-26T00:35:10.273Z Compiling chacha20poly1305 v0.10.1
21552026-08-26T00:35:10.416Z Compiling progenitor v0.14.0
21562026-08-26T00:35:10.439Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21572026-08-26T00:35:10.582Z Compiling ciborium v0.2.2
21582026-08-26T00:35:10.723Z Compiling hickory-proto v0.24.4
21592026-08-26T00:35:11.056Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21602026-08-26T00:35:11.174Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21612026-08-26T00:35:11.811Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21622026-08-26T00:35:11.837Z Compiling serde-big-array v0.5.1
21632026-08-26T00:35:11.986Z Compiling siphasher v1.0.1
21642026-08-26T00:35:12.186Z Compiling unicode-segmentation v1.12.0
21652026-08-26T00:35:12.233Z Compiling same-file v1.0.6
21662026-08-26T00:35:12.409Z Compiling walkdir v2.5.0
21672026-08-26T00:35:12.502Z Compiling newline-converter v0.3.0
21682026-08-26T00:35:12.526Z Compiling hickory-resolver v0.24.4
21692026-08-26T00:35:12.593Z Compiling phf_shared v0.12.1
21702026-08-26T00:35:12.620Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21712026-08-26T00:35:12.771Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21722026-08-26T00:35:13.314Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21732026-08-26T00:35:14.036Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21742026-08-26T00:35:14.642Z Compiling newtype_derive v0.1.6
21752026-08-26T00:35:14.684Z Compiling owo-colors v4.3.0
21762026-08-26T00:35:15.086Z Compiling tokio-stream v0.1.17
21772026-08-26T00:35:15.089Z Compiling console v0.15.11
21782026-08-26T00:35:15.124Z Compiling csv-core v0.1.12
21792026-08-26T00:35:15.260Z Compiling unicode-width v0.1.14
21802026-08-26T00:35:15.399Z Compiling termtree v0.5.1
21812026-08-26T00:35:15.523Z Compiling unicode-linebreak v0.1.5
21822026-08-26T00:35:15.543Z Compiling smawk v0.3.2
21832026-08-26T00:35:15.556Z Compiling swrite v0.1.0
21842026-08-26T00:35:15.667Z Compiling humantime v2.3.0
21852026-08-26T00:35:15.757Z Compiling foldhash v0.1.5
21862026-08-26T00:35:15.761Z Compiling textwrap v0.16.2
21872026-08-26T00:35:15.783Z Compiling qorb v0.4.1
21882026-08-26T00:35:15.952Z Compiling hashbrown v0.15.5
21892026-08-26T00:35:15.965Z Compiling expectorate v1.2.0
21902026-08-26T00:35:15.968Z Compiling csv v1.4.0
21912026-08-26T00:35:16.230Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21922026-08-26T00:35:16.515Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21932026-08-26T00:35:18.031Z Compiling phf v0.12.1
21942026-08-26T00:35:18.186Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21952026-08-26T00:35:18.452Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
21962026-08-26T00:35:18.478Z Compiling pin-project v1.1.10
21972026-08-26T00:35:18.586Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21982026-08-26T00:35:19.135Z Compiling libz-sys v1.1.22
21992026-08-26T00:35:19.193Z Compiling unicode-normalization v0.1.24
22002026-08-26T00:35:19.826Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22012026-08-26T00:35:20.321Z Compiling libsw-core v0.3.2
22022026-08-26T00:35:20.736Z Compiling fixedbitset v0.5.7
22032026-08-26T00:35:20.850Z Compiling highway v1.3.0
22042026-08-26T00:35:21.088Z Compiling fixedbitset v0.4.2
22052026-08-26T00:35:21.254Z Compiling petgraph v0.6.5
22062026-08-26T00:35:21.346Z Compiling progenitor v0.10.0
22072026-08-26T00:35:21.376Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22082026-08-26T00:35:22.577Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22092026-08-26T00:35:23.317Z Compiling petgraph v0.8.2
22102026-08-26T00:35:23.417Z Compiling libsw v3.5.0
22112026-08-26T00:35:23.567Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22122026-08-26T00:35:24.851Z Compiling olpc-cjson v0.1.4
22132026-08-26T00:35:25.206Z Compiling libgit2-sys v0.17.0+1.8.1
22142026-08-26T00:35:25.658Z Compiling snafu v0.8.9
22152026-08-26T00:35:25.974Z Compiling chrono-tz v0.10.4
22162026-08-26T00:35:26.050Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22172026-08-26T00:35:26.252Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22182026-08-26T00:35:26.266Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22192026-08-26T00:35:27.050Z Compiling papergrid v0.11.0
22202026-08-26T00:35:27.127Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22212026-08-26T00:35:27.417Z Compiling strum v0.28.0
22222026-08-26T00:35:27.557Z Compiling globset v0.4.16
22232026-08-26T00:35:27.698Z Compiling const_format v0.2.34
22242026-08-26T00:35:27.759Z Compiling slog-dtrace v0.3.0
22252026-08-26T00:35:28.034Z Compiling cancel-safe-futures v0.1.5
22262026-08-26T00:35:28.091Z Compiling gethostname v0.5.0
22272026-08-26T00:35:28.362Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22282026-08-26T00:35:29.167Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22292026-08-26T00:35:29.273Z Compiling dropshot-api-manager-types v0.7.2
22302026-08-26T00:35:29.352Z Compiling pem v3.0.5
22312026-08-26T00:35:29.651Z Compiling bcs v0.1.6
22322026-08-26T00:35:29.736Z Compiling cargo-platform v0.1.9
22332026-08-26T00:35:29.750Z Compiling serde_plain v1.0.2
22342026-08-26T00:35:30.015Z Compiling typed-path v0.9.3
22352026-08-26T00:35:30.027Z Compiling tagptr v0.2.0
22362026-08-26T00:35:30.328Z Compiling linear-map v1.2.0
22372026-08-26T00:35:30.531Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22382026-08-26T00:35:31.366Z Compiling tough v0.20.0
22392026-08-26T00:35:31.905Z Compiling moka v0.12.11
22402026-08-26T00:35:32.329Z Compiling cargo_metadata v0.18.1
22412026-08-26T00:35:32.606Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22422026-08-26T00:35:33.429Z Compiling tabled v0.15.0
22432026-08-26T00:35:33.442Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22442026-08-26T00:35:33.855Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22452026-08-26T00:35:34.357Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22462026-08-26T00:35:34.361Z Compiling git2 v0.19.0
22472026-08-26T00:35:36.084Z Compiling steno v0.4.1
22482026-08-26T00:35:36.824Z Compiling hickory-proto v0.25.2
22492026-08-26T00:35:37.047Z Compiling cookie v0.18.1
22502026-08-26T00:35:40.067Z Compiling hickory-resolver v0.25.2
22512026-08-26T00:35:40.082Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22522026-08-26T00:35:41.224Z Compiling vergen v8.3.2
22532026-08-26T00:35:42.740Z Compiling signal-hook v0.4.4
22542026-08-26T00:35:43.409Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22552026-08-26T00:35:43.518Z Compiling mockall_derive v0.14.0
22562026-08-26T00:35:43.755Z Compiling predicates-core v1.0.9
22572026-08-26T00:35:44.040Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22582026-08-26T00:35:44.103Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22592026-08-26T00:35:44.444Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22602026-08-26T00:35:44.590Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22612026-08-26T00:35:44.785Z Compiling sha2 v0.10.9
22622026-08-26T00:35:45.378Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22632026-08-26T00:35:46.193Z Compiling diff v0.1.13
22642026-08-26T00:35:46.236Z Compiling yansi v1.0.1
22652026-08-26T00:35:46.340Z Compiling mockall v0.14.0
22662026-08-26T00:35:46.566Z Compiling pretty_assertions v1.4.1
22672026-08-26T00:35:46.662Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22682026-08-26T00:35:47.178Z Compiling predicates-tree v1.0.12
22692026-08-26T00:35:47.450Z Compiling predicates v3.1.3
22702026-08-26T00:35:47.737Z Compiling fs-err v3.1.2
22712026-08-26T00:35:48.785Z Compiling git-stub v1.0.0
22722026-08-26T00:35:49.002Z Compiling filetime v0.2.26
22732026-08-26T00:35:49.072Z Compiling is_ci v1.2.0
22742026-08-26T00:35:49.193Z Compiling arrayref v0.3.9
22752026-08-26T00:35:49.230Z Compiling arrayvec v0.7.6
22762026-08-26T00:35:49.277Z Compiling downcast v0.11.0
22772026-08-26T00:35:49.430Z Compiling constant_time_eq v0.3.1
22782026-08-26T00:35:49.442Z Compiling xattr v1.6.1
22792026-08-26T00:35:49.554Z Compiling fragile v2.0.1
22802026-08-26T00:35:49.624Z Compiling tar v0.4.45
22812026-08-26T00:35:49.904Z Compiling blake3 v1.8.2
22822026-08-26T00:35:50.510Z Compiling toml v0.7.8
22832026-08-26T00:35:50.696Z Compiling supports-color v3.0.2
22842026-08-26T00:35:50.760Z Compiling git-stub-vcs v0.1.0
22852026-08-26T00:35:51.152Z Compiling curl-sys v0.4.89+curl-8.20.0
22862026-08-26T00:35:51.298Z Compiling signal-hook-tokio v0.4.0
22872026-08-26T00:35:51.584Z Compiling scuffle v0.1.0
22882026-08-26T00:35:52.531Z Compiling drift v0.2.0
22892026-08-26T00:35:52.731Z Compiling kstat-rs v0.2.4
22902026-08-26T00:35:53.052Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22912026-08-26T00:35:53.234Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22922026-08-26T00:35:53.442Z Compiling hex-literal v1.1.0
22932026-08-26T00:35:53.551Z Compiling topological-sort v0.2.2
22942026-08-26T00:35:53.640Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22952026-08-26T00:35:53.712Z Compiling omicron-zone-package v0.12.2
22962026-08-26T00:35:53.953Z Compiling dropshot-api-manager v0.7.2
22972026-08-26T00:35:55.169Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22982026-08-26T00:35:55.734Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22992026-08-26T00:35:56.612Z Compiling curl v0.4.50
23002026-08-26T00:35:56.923Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
23012026-08-26T00:35:57.273Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23022026-08-26T00:35:57.441Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
23032026-08-26T00:35:57.690Z Compiling iddqd v0.4.5
23042026-08-26T00:35:57.784Z Compiling search_path v0.1.4
23052026-08-26T00:35:58.166Z Compiling internet-checksum v0.2.1
23062026-08-26T00:35:58.188Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
23072026-08-26T00:35:58.315Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
23082026-08-26T00:36:01.202Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
23092026-08-26T00:36:01.815Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
23102026-08-26T00:36:49.433Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 20s
23112026-08-26T00:36:49.560Z Running unittests src/lib.rs (target/debug/deps/aal-43e0b8f52d66773a)
23122026-08-26T00:36:49.564Z
23132026-08-26T00:36:49.564Zrunning 0 tests
23142026-08-26T00:36:49.564Z
23152026-08-26T00:36:49.564Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23162026-08-26T00:36:49.564Z
23172026-08-26T00:36:49.564Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
23182026-08-26T00:36:49.568Z
23192026-08-26T00:36:49.568Zrunning 0 tests
23202026-08-26T00:36:49.568Z
23212026-08-26T00:36:49.568Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23222026-08-26T00:36:49.568Z
23232026-08-26T00:36:49.571Z Running unittests src/lib.rs (target/debug/deps/asic-a0a7892820f1f61b)
23242026-08-26T00:36:49.571Z
23252026-08-26T00:36:49.571Zrunning 0 tests
23262026-08-26T00:36:49.571Z
23272026-08-26T00:36:49.571Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23282026-08-26T00:36:49.571Z
23292026-08-26T00:36:49.571Z Running unittests src/lib.rs (target/debug/deps/common-6afafc4407b0a90c)
23302026-08-26T00:36:49.576Z
23312026-08-26T00:36:49.576Zrunning 4 tests
23322026-08-26T00:36:49.579Ztest nat::tests::test_vni ... ok
23332026-08-26T00:36:49.579Ztest network::tests::test_generate_ipv6_link_local ... ok
23342026-08-26T00:36:49.579Ztest test_purge ... ok
23352026-08-26T00:36:49.582Ztest illumos::test::address_exists_handles_missing_object ... ok
23362026-08-26T00:36:49.582Z
23372026-08-26T00:36:49.582Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23382026-08-26T00:36:49.582Z
23392026-08-26T00:36:49.582Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-3b6a1705a6b97607)
23402026-08-26T00:36:49.585Z
23412026-08-26T00:36:49.585Zrunning 1 test
23422026-08-26T00:36:49.589Z -------
23432026-08-26T00:36:49.589Z Generating OpenAPI documents from API definitions ...
23442026-08-26T00:36:49.726Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23452026-08-26T00:36:49.800Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23462026-08-26T00:36:50.838Z -------
23472026-08-26T00:36:50.838Z Checking 13 OpenAPI documents...
23482026-08-26T00:36:50.838Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23492026-08-26T00:36:50.838Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23502026-08-26T00:36:50.838Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23512026-08-26T00:36:50.838Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23522026-08-26T00:36:50.838Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23532026-08-26T00:36:50.838Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23542026-08-26T00:36:50.841Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23552026-08-26T00:36:50.841Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23562026-08-26T00:36:50.841Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23572026-08-26T00:36:50.841Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23582026-08-26T00:36:50.841Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23592026-08-26T00:36:50.841Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23602026-08-26T00:36:50.841Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
23612026-08-26T00:36:50.841Z Fresh dpd "latest" symlink
23622026-08-26T00:36:50.841Z -------
23632026-08-26T00:36:50.841Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
23642026-08-26T00:36:50.909Ztest test::test_apis_up_to_date ... ok
23652026-08-26T00:36:50.909Z
23662026-08-26T00:36:50.909Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.32s
23672026-08-26T00:36:50.909Z
23682026-08-26T00:36:50.966Z Running unittests src/main.rs (target/debug/deps/dpd-4835e479bf07068c)
23692026-08-26T00:36:50.972Z
23702026-08-26T00:36:50.972Zrunning 34 tests
23712026-08-26T00:36:50.975Ztest freemap::test_ordering ... ok
23722026-08-26T00:36:50.975Ztest config::tests::test_updates ... ok
23732026-08-26T00:36:50.975Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23742026-08-26T00:36:50.975Ztest freemap::test_split ... ok
23752026-08-26T00:36:50.975Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23762026-08-26T00:36:50.976Ztest macaddrs::tests::test_mac_offset ... ok
23772026-08-26T00:36:50.981Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23782026-08-26T00:36:50.981ZAug 26 00:36:49.277 DEBG created new freemapAug 26 00:36:49.277, unitDEBG: created new freemapfreemap_test, unit
23792026-08-26T00:36:50.981Z: freemap_test
23802026-08-26T00:36:50.981ZAug 26 00:36:49.277Aug 26 00:36:49.277 DEBGDEBG initted freemap. size: 128created new freemap, unit, Aug 26 00:36:49.277: Aug 26 00:36:49.277DEBG unitcreated new freemap:, DEBGunit freemap_test :initted freemap. size: 128freemap_test
23812026-08-26T00:36:50.981Z
23822026-08-26T00:36:50.981Zfreemap_test,
23832026-08-26T00:36:50.981Zunit:Aug 26 00:36:49.277 freemap_testAug 26 00:36:49.277Aug 26 00:36:49.277
23842026-08-26T00:36:50.981Z DEBG DEBGinitted freemap. size: 128 , unitAug 26 00:36:49.277reset freemap: , DEBGfreemap_testunit DEBG
23852026-08-26T00:36:50.981Z reset freemapinitted freemap. size: 128:, unitAug 26 00:36:49.277, freemap_testunit:: freemap_test
23862026-08-26T00:36:50.981Zfreemap_test
23872026-08-26T00:36:50.981ZDEBG
23882026-08-26T00:36:50.981Zreset freemap, unit:Aug 26 00:36:49.277 freemap_testDEBG
23892026-08-26T00:36:50.981Z reset freemap, unit: freemap_test
23902026-08-26T00:36:50.981Ztest macaddrs::tests::test_parse_port_id ... ok
23912026-08-26T00:36:50.981Ztest nat::test_mapping ... ok
23922026-08-26T00:36:50.981Ztest freemap::test_exhaustion ... ok
23932026-08-26T00:36:50.981Ztest freemap::test_basic ... ok
23942026-08-26T00:36:50.981Ztest freemap::test_free ... ok
23952026-08-26T00:36:50.981Ztest freemap::test_reclaim ... ok
23962026-08-26T00:36:50.981Ztest port_map::tests::test_backplane_group ... ok
23972026-08-26T00:36:50.981Ztest port_map::tests::test_port_map ... ok
23982026-08-26T00:36:50.981Ztest port_map::tests::dump_map ... ok
23992026-08-26T00:36:50.981ZAug 26 00:36:49.278 DEBG created new freemap, unit: freemap_test
24002026-08-26T00:36:50.981ZAug 26 00:36:49.278 DEBG initted freemap. size: 8, unit: freemap_test
24012026-08-26T00:36:50.981ZAug 26 00:36:49.278 DEBG reset freemap, unit: freemap_test
24022026-08-26T00:36:50.981Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
24032026-08-26T00:36:50.981ZAug 26 00:36:49.278 DEBG created new freemap, unit: freemap_test
24042026-08-26T00:36:50.981ZAug 26 00:36:49.278 DEBG initted freemap. size: 128, unit: freemap_test
24052026-08-26T00:36:50.981ZAug 26 00:36:49.278 DEBG reset freemap, unit: freemap_test
24062026-08-26T00:36:50.981Ztest freemap::test_span ... ok
24072026-08-26T00:36:50.981Ztest api_server::tests::test_build_info ... ok
24082026-08-26T00:36:50.982ZAug 26 00:36:49.279 DEBG created new freemap, unit: freemap_route_ipv4
24092026-08-26T00:36:50.982ZAug 26 00:36:49.279 DEBG created new freemap, unit: freemap_route_ipv6
24102026-08-26T00:36:50.982ZAug 26 00:36:49.279 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
24112026-08-26T00:36:50.982ZAug 26 00:36:49.279 DEBG reset freemap, unit: freemap_route_ipv4
24122026-08-26T00:36:50.982ZAug 26 00:36:49.279 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
24132026-08-26T00:36:50.982ZAug 26 00:36:49.279 DEBG reset freemap, unit: freemap_route_ipv6
24142026-08-26T00:36:50.982ZAug 26 00:36:49.279 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
24152026-08-26T00:36:50.982ZAug 26 00:36:49.279 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
24162026-08-26T00:36:50.982ZAug 26 00:36:49.279 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
24172026-08-26T00:36:50.982ZAug 26 00:36:49.279Aug 26 00:36:49.279 DEBG created new freemap, unit: freemap_route_ipv4
24182026-08-26T00:36:50.982ZAug 26 00:36:49.279 DEBG created new freemap, unit: freemap_route_ipv6
24192026-08-26T00:36:50.982ZAug 26 00:36:49.279Aug 26 00:36:49.279 DEBGDEBG created new freemapinitted freemap. size: 64, , unitunit:: freemap_route_ipv4freemap_route_ipv4
24202026-08-26T00:36:50.982Z
24212026-08-26T00:36:50.982ZAug 26 00:36:49.279Aug 26 00:36:49.279 DEBGDEBG reset freemapcreated new freemap, , unitunit:: freemap_route_ipv4freemap_route_ipv6
24222026-08-26T00:36:50.982Z
24232026-08-26T00:36:50.982ZAug 26 00:36:49.279Aug 26 00:36:49.279 DEBGDEBG initted freemap. size: 64initted freemap. size: 64, , unitunit:: freemap_route_ipv4freemap_route_ipv6
24242026-08-26T00:36:50.982Z
24252026-08-26T00:36:50.982ZAug 26 00:36:49.279Aug 26 00:36:49.279 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_route_ipv4freemap_route_ipv6
24262026-08-26T00:36:50.982Z
24272026-08-26T00:36:50.982ZAug 26 00:36:49.279Aug 26 00:36:49.279 DEBGINFO initted freemap. size: 64adding route 3fff:dead::/64 -> 2001:db8::55:1,
24282026-08-26T00:36:50.982Zunit: Aug 26 00:36:49.279freemap_route_ipv6
24292026-08-26T00:36:50.982ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
24302026-08-26T00:36:50.982ZAug 26 00:36:49.279 DEBG Aug 26 00:36:49.279reset freemap , INFOunit :adding route 3fff:beef::/64 -> 2001:db8::55:ff
24312026-08-26T00:36:50.982Zfreemap_route_ipv6
24322026-08-26T00:36:50.982ZAug 26 00:36:49.279 Aug 26 00:36:49.279DEBG 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 } }]
24332026-08-26T00:36:50.982Zadding route 3fff:dead::/64 -> 2001:db8::55:1
24342026-08-26T00:36:50.982ZAug 26 00:36:49.279 Aug 26 00:36:49.279INFO DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
24352026-08-26T00:36:50.982Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
24362026-08-26T00:36:50.982ZAug 26 00:36:49.279 Aug 26 00:36:49.279DEBG INFOreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24372026-08-26T00:36:50.982Zadding route 3fff:dead::/64 -> 2001:db8::55:2
24382026-08-26T00:36:50.982ZAug 26 00:36:49.279 Aug 26 00:36:49.279INFO DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
24392026-08-26T00:36:50.982Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
24402026-08-26T00:36:50.982ZAug 26 00:36:49.279Aug 26 00:36:49.279 DEBGINFO replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
24412026-08-26T00:36:50.982Z
24422026-08-26T00:36:50.982Ztest port_map::tests::parse_softnpu_revision ... ok
24432026-08-26T00:36:50.982ZAug 26 00:36:49.279Aug 26 00:36:49.279 INFODEBG adding route 3fff:beef:3::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
24442026-08-26T00:36:50.982Z
24452026-08-26T00:36:50.982ZAug 26 00:36:49.279Aug 26 00:36:49.279 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }]
24462026-08-26T00:36:50.982Z
24472026-08-26T00:36:50.983ZAug 26 00:36:49.279Aug 26 00:36:49.279 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
24482026-08-26T00:36:50.983Z
24492026-08-26T00:36:50.983ZDEBGAug 26 00:36:49.279Aug 26 00:36:49.279 DEBG 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 } }]
24502026-08-26T00:36:50.983Zadding 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 } }]
24512026-08-26T00:36:50.983Z
24522026-08-26T00:36:50.983ZAug 26 00:36:49.279Aug 26 00:36:49.279 INFODEBG adding route 3fff:beef:5::/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 } }]
24532026-08-26T00:36:50.983Z
24542026-08-26T00:36:50.983ZAug 26 00:36:49.279 INFOAug 26 00:36:49.279Aug 26 00:36:49.279 INFOAug 26 00:36:49.279adding route 3fff:beef::/64 -> 2001:db8::55:ff adding route 3fff:beef:1::/64 -> 2001:db8::55:ffDEBG
24552026-08-26T00:36:50.983ZDEBG
24562026-08-26T00:36:50.983Z created new freemapreplacing 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 } }]
24572026-08-26T00:36:50.983Z, unit:Aug 26 00:36:49.279 Aug 26 00:36:49.279 DEBGDEBGfreemap_route_ipv4 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: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 00:36:49.279
24582026-08-26T00:36:50.983Z
24592026-08-26T00:36:50.983Z
24602026-08-26T00:36:50.983Z INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 26 00:36:49.279
24612026-08-26T00:36:50.983ZAug 26 00:36:49.279Aug 26 00:36:49.279 INFO INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ffDEBG Aug 26 00:36:49.279adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
24622026-08-26T00:36:50.983Z
24632026-08-26T00:36:50.983Zcreated new freemap , Aug 26 00:36:49.279unitDEBG: Aug 26 00:36:49.279 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 } }]DEBGfreemap_route_ipv6
24642026-08-26T00:36:50.983Z
24652026-08-26T00:36:50.983ZDEBG 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 00:36:49.279replacing 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 } }]
24662026-08-26T00:36:50.983ZINFO Aug 26 00:36:49.279 adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
24672026-08-26T00:36:50.983ZDEBG
24682026-08-26T00:36:50.983Zinitted freemap. size: 64Aug 26 00:36:49.279, Aug 26 00:36:49.279 unitINFO: adding route 3fff:beef:2::/64 -> 2001:db8::55:fffreemap_route_ipv4
24692026-08-26T00:36:50.983Z
24702026-08-26T00:36:50.983ZAug 26 00:36:49.279 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffDEBG
24712026-08-26T00:36:50.983Z Aug 26 00:36:49.279Aug 26 00:36:49.279replacing 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 } }]
24722026-08-26T00:36:50.983Z DEBGAug 26 00:36:49.279 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
24732026-08-26T00:36:50.983ZAug 26 00:36:49.279 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 } }] INFOreset freemap Aug 26 00:36:49.279, adding route 3fff:beef:8::/64 -> 2001:db8::55:ff unit
24742026-08-26T00:36:50.983Z: INFO
24752026-08-26T00:36:50.983Zfreemap_route_ipv4adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
24762026-08-26T00:36:50.983Z
24772026-08-26T00:36:50.987ZAug 26 00:36:49.279 DEBG Aug 26 00:36:49.279Aug 26 00:36:49.279Aug 26 00:36:49.279 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 } }] DEBGDEBG INFO
24782026-08-26T00:36:50.987Zreplacing 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 } }] initted freemap. size: 64 , adding route 3fff:beef:4::/64 -> 2001:db8::55:ffunitAug 26 00:36:49.279:
24792026-08-26T00:36:50.987ZINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
24802026-08-26T00:36:50.987Z
24812026-08-26T00:36:50.987Zfreemap_route_ipv6Aug 26 00:36:49.279
24822026-08-26T00:36:50.987Z INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
24832026-08-26T00:36:50.987ZAug 26 00:36:49.279Aug 26 00:36:49.279 DEBGAug 26 00:36:49.279DEBG Aug 26 00:36:49.279 reset freemap , 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 } }]
24842026-08-26T00:36:50.988Zfreemap_route_ipv6DEBG
24852026-08-26T00:36:50.988Z replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 00:36:49.279
24862026-08-26T00:36:50.988Z Aug 26 00:36:49.279INFO INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
24872026-08-26T00:36:50.988Z
24882026-08-26T00:36:50.988Z
24892026-08-26T00:36:50.988ZAug 26 00:36:49.279 Aug 26 00:36:49.279INFOAug 26 00:36:49.279 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBG
24902026-08-26T00:36:50.988ZINFOAug 26 00:36:49.279 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 } }]
24912026-08-26T00:36:50.988Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ffDEBG
24922026-08-26T00:36:50.988Z 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 } }]
24932026-08-26T00:36:50.988ZAug 26 00:36:49.279 INFOAug 26 00:36:49.279 Aug 26 00:36:49.279DEBG Aug 26 00:36:49.279INFOadding route 3fff:beef:6::/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 } }]
24942026-08-26T00:36:50.988Z
24952026-08-26T00:36:50.988Zadding route 3fff:dead::/64 -> 2001:db8::55:1 DEBG
24962026-08-26T00:36:50.988Z 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 00:36:49.279Aug 26 00:36:49.279
24972026-08-26T00:36:50.988ZAug 26 00:36:49.279 INFODEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG
24982026-08-26T00:36:50.988Zreplacing 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 } }]
24992026-08-26T00:36:50.988Zreplacing 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 00:36:49.279
25002026-08-26T00:36:50.988Z DEBGAug 26 00:36:49.279 Aug 26 00:36:49.279INFOreplacing 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 } }]
25012026-08-26T00:36:50.988ZAug 26 00:36:49.279 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO
25022026-08-26T00:36:50.988Z INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
25032026-08-26T00:36:50.988Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 26 00:36:49.279
25042026-08-26T00:36:50.988Z Aug 26 00:36:49.279Aug 26 00:36:49.279 INFODEBGDEBG Aug 26 00:36:49.279 replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff: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 } }]
25052026-08-26T00:36:50.988Z
25062026-08-26T00:36:50.988ZDEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ff Aug 26 00:36:49.279 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 } }]
25072026-08-26T00:36:50.988ZINFOAug 26 00:36:49.279 adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
25082026-08-26T00:36:50.988ZINFO
25092026-08-26T00:36:50.988Z adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 26 00:36:49.279
25102026-08-26T00:36:50.988ZAug 26 00:36:49.279Aug 26 00:36:49.279 INFODEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25112026-08-26T00:36:50.988ZDEBG
25122026-08-26T00:36:50.988Z 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 } }]
25132026-08-26T00:36:50.988ZAug 26 00:36:49.279Aug 26 00:36:49.279 DEBGAug 26 00:36:49.279INFOAug 26 00:36:49.279 DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
25142026-08-26T00:36:50.988Zreplacing 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
25152026-08-26T00:36:50.988Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 26 00:36:49.280Aug 26 00:36:49.280
25162026-08-26T00:36:50.988Z 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
25172026-08-26T00:36:50.988Z 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 } }]
25182026-08-26T00:36:50.988ZAug 26 00:36:49.280Aug 26 00:36:49.280INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
25192026-08-26T00:36:50.988ZDEBGINFO Aug 26 00:36:49.280replacing 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 } }]
25202026-08-26T00:36:50.988ZINFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ff Aug 26 00:36:49.280adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
25212026-08-26T00:36:50.988Z
25222026-08-26T00:36:50.988ZDEBG 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 } }]
25232026-08-26T00:36:50.988ZAug 26 00:36:49.279Aug 26 00:36:49.280 Aug 26 00:36:49.280DEBG DEBGAug 26 00:36:49.280created new freemap Aug 26 00:36:49.280 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 } }]DEBGINFO
25242026-08-26T00:36:50.989Zreplacing 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 } }]
25252026-08-26T00:36:50.989Z, adding route 3fff:beef:1::/64 -> 2001:db8::55:ffunit
25262026-08-26T00:36:50.989Z: INFO freemap_route_ipv4Aug 26 00:36:49.280adding route 3fff:beef:9::/64 -> 2001:db8::55:ff Aug 26 00:36:49.280
25272026-08-26T00:36:50.989Z INFO
25282026-08-26T00:36:50.989ZAug 26 00:36:49.280adding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBG
25292026-08-26T00:36:50.989Z INFOAug 26 00:36:49.280replacing 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 00:36:49.280Aug 26 00:36:49.280
25302026-08-26T00:36:50.989ZDEBG created new freemap , DEBG Aug 26 00:36:49.280DEBG 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 } }]
25312026-08-26T00:36:50.989ZINFO unitreplacing 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 00:36:49.280adding route 3fff:beef:e::/64 -> 2001:db8::55:ff :INFO
25322026-08-26T00:36:50.989Z adding route 3fff:beef:2::/64 -> 2001:db8::55:ff freemap_route_ipv6
25332026-08-26T00:36:50.989Z
25342026-08-26T00:36:50.989Z
25352026-08-26T00:36:50.989ZAug 26 00:36:49.280 INFOadding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 26 00:36:49.280 Aug 26 00:36:49.280Aug 26 00:36:49.280adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
25362026-08-26T00:36:50.989Z DEBG
25372026-08-26T00:36:50.989Z 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 } }]DEBGDEBG
25382026-08-26T00:36:50.989Z initted freemap. size: 64Aug 26 00:36:49.280replacing 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 00:36:49.280
25392026-08-26T00:36:50.989Z , DEBG Aug 26 00:36:49.280replacing 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 } }]unit
25402026-08-26T00:36:50.989ZAug 26 00:36:49.280 INFO:INFO Aug 26 00:36:49.280 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 } }]freemap_route_ipv4adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
25412026-08-26T00:36:50.989Z
25422026-08-26T00:36:50.989Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
25432026-08-26T00:36:50.989Z Aug 26 00:36:49.280
25442026-08-26T00:36:50.989Z Aug 26 00:36:49.280DEBGINFOAug 26 00:36:49.280 adding route 3fff:beef:b::/64 -> 2001:db8::55:ff reset freemapDEBG, Aug 26 00:36:49.280unit :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 } }]
25452026-08-26T00:36:50.989Zfreemap_route_ipv4
25462026-08-26T00:36:50.989Z INFO Aug 26 00:36:49.280adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
25472026-08-26T00:36:50.989ZAug 26 00:36:49.280 DEBGINFODEBG Aug 26 00:36:49.280initted freemap. size: 64 , DEBGunit :replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25482026-08-26T00:36:50.989Zfreemap_route_ipv6
25492026-08-26T00:36:50.989Zreplacing 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:4::/64 -> 2001:db8::55:ff
25502026-08-26T00:36:50.989ZAug 26 00:36:49.280
25512026-08-26T00:36:50.989ZAug 26 00:36:49.280 INFODEBG Aug 26 00:36:49.280Aug 26 00:36:49.280adding route 3fff:beef:e::/64 -> 2001:db8::55:ff reset freemapINFO
25522026-08-26T00:36:50.989Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG
25532026-08-26T00:36:50.989Z replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], Aug 26 00:36:49.280
25542026-08-26T00:36:50.989Zunit : DEBGfreemap_route_ipv6
25552026-08-26T00:36:50.989Zreplacing 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 } }]
25562026-08-26T00:36:50.989ZAug 26 00:36:49.280 Aug 26 00:36:49.280INFO Aug 26 00:36:49.280INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
25572026-08-26T00:36:50.989Z
25582026-08-26T00:36:50.989Z Aug 26 00:36:49.280INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBGAug 26 00:36:49.280
25592026-08-26T00:36:50.989Z Aug 26 00:36:49.280replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
25602026-08-26T00:36:50.989Z 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 } }]
25612026-08-26T00:36:50.989Zreplacing 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 } }]
25622026-08-26T00:36:50.989ZAug 26 00:36:49.280 Aug 26 00:36:49.280Aug 26 00:36:49.280INFO DEBGAug 26 00:36:49.280 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 } }]INFODEBG
25632026-08-26T00:36:50.989Zadding route 3fff:beef:6::/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 } }]
25642026-08-26T00:36:50.990Z
25652026-08-26T00:36:50.990Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
25662026-08-26T00:36:50.990ZAug 26 00:36:49.280 INFOAug 26 00:36:49.280 Aug 26 00:36:49.280 adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
25672026-08-26T00:36:50.990ZDEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
25682026-08-26T00:36:50.990Z Aug 26 00:36:49.280replacing 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 } }]
25692026-08-26T00:36:50.990ZDEBG 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 } }]
25702026-08-26T00:36:50.990Z
25712026-08-26T00:36:50.990ZAug 26 00:36:49.280Aug 26 00:36:49.280 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFO
25722026-08-26T00:36:50.990Z Aug 26 00:36:49.280adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
25732026-08-26T00:36:50.990ZINFO Aug 26 00:36:49.280adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
25742026-08-26T00:36:50.990ZDEBGAug 26 00:36:49.280 replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
25752026-08-26T00:36:50.990Z 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 } }]
25762026-08-26T00:36:50.990ZAug 26 00:36:49.280Aug 26 00:36:49.280 DEBGAug 26 00:36:49.280 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 } }]INFOINFO
25772026-08-26T00:36:50.994Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
25782026-08-26T00:36:50.994Z
25792026-08-26T00:36:50.994ZAug 26 00:36:49.280 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 26 00:36:49.280
25802026-08-26T00:36:50.994Z DEBGAug 26 00:36:49.280 Aug 26 00:36:49.280 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
25812026-08-26T00:36:50.994Z DEBG Aug 26 00:36:49.280replacing 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 } }]
25822026-08-26T00:36:50.994ZDEBGreplacing 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 00:36:49.280
25832026-08-26T00:36:50.994ZINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
25842026-08-26T00:36:50.994ZAug 26 00:36:49.280Aug 26 00:36:49.280 INFOINFO Aug 26 00:36:49.280adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
25852026-08-26T00:36:50.994Z DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
25862026-08-26T00:36:50.994Zreplacing 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 } }]
25872026-08-26T00:36:50.995ZAug 26 00:36:49.280 DEBGAug 26 00:36:49.280 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 00:36:49.280
25882026-08-26T00:36:50.995ZDEBG 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 } }]
25892026-08-26T00:36:50.995ZAug 26 00:36:49.280adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
25902026-08-26T00:36:50.995ZINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 26 00:36:49.280
25912026-08-26T00:36:50.995Z Aug 26 00:36:49.280INFO DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 26 00:36:49.280
25922026-08-26T00:36:50.995Z DEBGreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:36:49.280
25932026-08-26T00:36:50.995ZDEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
25942026-08-26T00:36:50.995Z
25952026-08-26T00:36:50.995ZAug 26 00:36:49.280 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 26 00:36:49.280Aug 26 00:36:49.280
25962026-08-26T00:36:50.995Z INFOINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
25972026-08-26T00:36:50.995Z
25982026-08-26T00:36:50.995ZAug 26 00:36:49.280 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 00:36:49.280
25992026-08-26T00:36:50.995ZAug 26 00:36:49.280 DEBG 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 } }] Aug 26 00:36:49.280replacing 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 } }]
26002026-08-26T00:36:50.995ZINFO
26012026-08-26T00:36:50.995Z adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
26022026-08-26T00:36:50.995ZAug 26 00:36:49.280Aug 26 00:36:49.280 Aug 26 00:36:49.280INFO INFO DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
26032026-08-26T00:36:50.995Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
26042026-08-26T00:36:50.995Zreplacing 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 } }]
26052026-08-26T00:36:50.995ZAug 26 00:36:49.280Aug 26 00:36:49.280 Aug 26 00:36:49.280DEBGDEBG INFOreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26062026-08-26T00:36:50.995Zadding route 3fff:beef:d::/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 } }]
26072026-08-26T00:36:50.995ZAug 26 00:36:49.280
26082026-08-26T00:36:50.995Z INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
26092026-08-26T00:36:50.995ZAug 26 00:36:49.280Aug 26 00:36:49.280 DEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:36:49.280
26102026-08-26T00:36:50.995Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
26112026-08-26T00:36:50.995ZDEBG 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 } }]
26122026-08-26T00:36:50.995ZAug 26 00:36:49.280Aug 26 00:36:49.280 DEBGINFO Aug 26 00:36:49.280replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
26132026-08-26T00:36:50.995Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
26142026-08-26T00:36:50.995Z
26152026-08-26T00:36:50.995ZAug 26 00:36:49.280 Aug 26 00:36:49.280INFO Aug 26 00:36:49.280DEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG
26162026-08-26T00:36:50.995Z
26172026-08-26T00:36:50.995Z 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 } }]
26182026-08-26T00:36:50.995ZAug 26 00:36:49.280Aug 26 00:36:49.280 Aug 26 00:36:49.280INFO INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
26192026-08-26T00:36:50.995Zreplacing 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 } }]
26202026-08-26T00:36:50.995Z
26212026-08-26T00:36:50.995ZAug 26 00:36:49.280Aug 26 00:36:49.280 DEBGDEBGAug 26 00:36:49.280 replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
26222026-08-26T00:36:50.995Z adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
26232026-08-26T00:36:50.995Z
26242026-08-26T00:36:50.995ZAug 26 00:36:49.280 Aug 26 00:36:49.280INFO Aug 26 00:36:49.280 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG
26252026-08-26T00:36:50.995Z INFOreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26262026-08-26T00:36:50.995Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
26272026-08-26T00:36:50.996ZAug 26 00:36:49.280Aug 26 00:36:49.280Aug 26 00:36:49.280 INFODEBG adding route 3fff:beef:1a::/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 } }]DEBG
26282026-08-26T00:36:50.996Z
26292026-08-26T00:36:50.996Z 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 } }]
26302026-08-26T00:36:50.996ZAug 26 00:36:49.280Aug 26 00:36:49.280 INFOAug 26 00:36:49.280DEBG adding route 3fff:beef:11::/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 } }]INFO
26312026-08-26T00:36:50.996Z
26322026-08-26T00:36:50.996Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
26332026-08-26T00:36:50.996ZAug 26 00:36:49.280Aug 26 00:36:49.280 Aug 26 00:36:49.280DEBG DEBGINFO replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
26342026-08-26T00:36:50.996Z
26352026-08-26T00:36:50.996Z
26362026-08-26T00:36:50.996ZAug 26 00:36:49.280Aug 26 00:36:49.280 Aug 26 00:36:49.280INFO INFODEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
26372026-08-26T00:36:50.996Zreplacing 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 } }]
26382026-08-26T00:36:50.996Z
26392026-08-26T00:36:50.996ZAug 26 00:36:49.280 Aug 26 00:36:49.280Aug 26 00:36:49.280 DEBGINFO 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 } }] adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
26402026-08-26T00:36:50.996Z
26412026-08-26T00:36:50.996Zreplacing 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 } }]
26422026-08-26T00:36:50.996ZAug 26 00:36:49.280Aug 26 00:36:49.280 Aug 26 00:36:49.280 INFO DEBGINFO replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
26432026-08-26T00:36:50.996Z
26442026-08-26T00:36:50.996Z
26452026-08-26T00:36:50.996ZAug 26 00:36:49.280Aug 26 00:36:49.280Aug 26 00:36:49.280 DEBGDEBG INFOreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26462026-08-26T00:36:50.996Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
26472026-08-26T00:36:50.996Zreplacing 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 } }]
26482026-08-26T00:36:50.996ZAug 26 00:36:49.280Aug 26 00:36:49.280 INFODEBGAug 26 00:36:49.280 replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
26492026-08-26T00:36:50.996Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
26502026-08-26T00:36:50.996Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
26512026-08-26T00:36:50.996ZAug 26 00:36:49.280Aug 26 00:36:49.280 Aug 26 00:36:49.280DEBGINFO DEBGreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
26522026-08-26T00:36:50.996Z
26532026-08-26T00:36:50.996Z replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:36:49.280Aug 26 00:36:49.280 INFO
26542026-08-26T00:36:50.996Z DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
26552026-08-26T00:36:50.996Zreplacing 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 } }]
26562026-08-26T00:36:50.996ZAug 26 00:36:49.280Aug 26 00:36:49.280Aug 26 00:36:49.280 INFODEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFO
26572026-08-26T00:36:50.996Z adding route 3fff:beef:1f::/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 } }]
26582026-08-26T00:36:50.996ZAug 26 00:36:49.280
26592026-08-26T00:36:50.996Z 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 } }]
26602026-08-26T00:36:50.996ZAug 26 00:36:49.280Aug 26 00:36:49.280 INFODEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26612026-08-26T00:36:50.996ZAug 26 00:36:49.280
26622026-08-26T00:36:50.996Z INFO Aug 26 00:36:49.280adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
26632026-08-26T00:36:50.996ZDEBGAug 26 00:36:49.280 replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
26642026-08-26T00:36:50.996Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
26652026-08-26T00:36:50.996ZAug 26 00:36:49.280 Aug 26 00:36:49.280DEBGAug 26 00:36:49.280 replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
26662026-08-26T00:36:50.996Z 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 } }]INFO
26672026-08-26T00:36:50.997Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
26682026-08-26T00:36:50.997ZAug 26 00:36:49.280Aug 26 00:36:49.280 INFOAug 26 00:36:49.280INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
26692026-08-26T00:36:50.997Z
26702026-08-26T00:36:50.997ZDEBG 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 } }]
26712026-08-26T00:36:50.997ZAug 26 00:36:49.280Aug 26 00:36:49.280 DEBGDEBG Aug 26 00:36:49.280 replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
26722026-08-26T00:36:50.997Z
26732026-08-26T00:36:50.997ZINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 26 00:36:49.280
26742026-08-26T00:36:50.997Z Aug 26 00:36:49.280INFO INFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
26752026-08-26T00:36:50.997Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 26 00:36:49.280
26762026-08-26T00:36:50.997Z DEBGAug 26 00:36:49.280 Aug 26 00:36:49.280replacing 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 } }]
26772026-08-26T00:36:51.002ZDEBGDEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
26782026-08-26T00:36:51.002ZAug 26 00:36:49.280
26792026-08-26T00:36:51.002Z INFO Aug 26 00:36:49.280adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
26802026-08-26T00:36:51.002ZINFO Aug 26 00:36:49.280Aug 26 00:36:49.280adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
26812026-08-26T00:36:51.002ZDEBG 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
26822026-08-26T00:36:51.002ZAug 26 00:36:49.280 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBGAug 26 00:36:49.280
26832026-08-26T00:36:51.002Z 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
26842026-08-26T00:36:51.002Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
26852026-08-26T00:36:51.002ZAug 26 00:36:49.280Aug 26 00:36:49.280 DEBGINFO Aug 26 00:36:49.280adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
26862026-08-26T00:36:51.002ZDEBGreplacing 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 } }]
26872026-08-26T00:36:51.002Zreplacing 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 } }]
26882026-08-26T00:36:51.002ZAug 26 00:36:49.280Aug 26 00:36:49.280Aug 26 00:36:49.280 DEBGINFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26892026-08-26T00:36:51.002Z
26902026-08-26T00:36:51.002Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
26912026-08-26T00:36:51.002ZAug 26 00:36:49.280Aug 26 00:36:49.280 Aug 26 00:36:49.280DEBG 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 } }]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 } }]
26922026-08-26T00:36:51.002ZINFO
26932026-08-26T00:36:51.002Z adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
26942026-08-26T00:36:51.002ZAug 26 00:36:49.280 Aug 26 00:36:49.280INFO Aug 26 00:36:49.280INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
26952026-08-26T00:36:51.002Z
26962026-08-26T00:36:51.002ZDEBG 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 } }]
26972026-08-26T00:36:51.002ZAug 26 00:36:49.280Aug 26 00:36:49.280Aug 26 00:36:49.280 DEBG INFODEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
26982026-08-26T00:36:51.002Z
26992026-08-26T00:36:51.002Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
27002026-08-26T00:36:51.002ZAug 26 00:36:49.280 Aug 26 00:36:49.280INFO INFOAug 26 00:36:49.280adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
27012026-08-26T00:36:51.002Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
27022026-08-26T00:36:51.002ZDEBGAug 26 00:36:49.281 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
27032026-08-26T00:36:51.002Z Aug 26 00:36:49.281replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27042026-08-26T00:36:51.002ZDEBG 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 } }]
27052026-08-26T00:36:51.002ZAug 26 00:36:49.281Aug 26 00:36:49.281 INFOINFO Aug 26 00:36:49.281adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
27062026-08-26T00:36:51.002ZINFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
27072026-08-26T00:36:51.002Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
27082026-08-26T00:36:51.002ZAug 26 00:36:49.281 DEBGAug 26 00:36:49.281 Aug 26 00:36:49.281replacing 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 } }]
27092026-08-26T00:36:51.002ZDEBGDEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
27102026-08-26T00:36:51.002Z
27112026-08-26T00:36:51.003ZAug 26 00:36:49.281 INFO Aug 26 00:36:49.281Aug 26 00:36:49.281 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
27122026-08-26T00:36:51.003Z Aug 26 00:36:49.281INFO DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
27132026-08-26T00:36:51.003Zreplacing 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 } }]
27142026-08-26T00:36:51.003ZAug 26 00:36:49.281Aug 26 00:36:49.281 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:20::/64 -> 2001:db8::55:ff
27152026-08-26T00:36:51.003Z
27162026-08-26T00:36:51.003ZAug 26 00:36:49.281Aug 26 00:36:49.281 INFODEBG adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27172026-08-26T00:36:51.003Z
27182026-08-26T00:36:51.003ZAug 26 00:36:49.281Aug 26 00:36:49.281 DEBGINFO replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
27192026-08-26T00:36:51.003Z
27202026-08-26T00:36:51.003ZAug 26 00:36:49.281Aug 26 00:36:49.281 INFODEBG adding route 3fff:beef:2b::/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 } }]
27212026-08-26T00:36:51.003Z
27222026-08-26T00:36:51.003ZAug 26 00:36:49.281Aug 26 00:36:49.281 DEBGINFO replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
27232026-08-26T00:36:51.003Z
27242026-08-26T00:36:51.003ZAug 26 00:36:49.281Aug 26 00:36:49.281 DEBGINFO replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
27252026-08-26T00:36:51.003Z
27262026-08-26T00:36:51.003ZAug 26 00:36:49.281Aug 26 00:36:49.281 INFODEBG adding route 3fff:beef:23::/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 } }]
27272026-08-26T00:36:51.003Z
27282026-08-26T00:36:51.003ZAug 26 00:36:49.281Aug 26 00:36:49.281 INFODEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27292026-08-26T00:36:51.003Z
27302026-08-26T00:36:51.003ZAug 26 00:36:49.281Aug 26 00:36:49.281 INFODEBG adding route 3fff:beef:24::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27312026-08-26T00:36:51.003Z
27322026-08-26T00:36:51.003ZAug 26 00:36:49.281Aug 26 00:36:49.281 DEBGINFO replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
27332026-08-26T00:36:51.003Z
27342026-08-26T00:36:51.003ZAug 26 00:36:49.281Aug 26 00:36:49.281 INFODEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27352026-08-26T00:36:51.003Z
27362026-08-26T00:36:51.003ZAug 26 00:36:49.281Aug 26 00:36:49.281 INFODEBG adding route 3fff:beef:2f::/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 } }]
27372026-08-26T00:36:51.003Z
27382026-08-26T00:36:51.003ZAug 26 00:36:49.281Aug 26 00:36:49.281 DEBGINFO replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
27392026-08-26T00:36:51.003Z
27402026-08-26T00:36:51.003ZAug 26 00:36:49.281Aug 26 00:36:49.281 INFODEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27412026-08-26T00:36:51.003Z
27422026-08-26T00:36:51.003ZAug 26 00:36:49.281Aug 26 00:36:49.281 DEBGINFO replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
27432026-08-26T00:36:51.003Z
27442026-08-26T00:36:51.003ZAug 26 00:36:49.281Aug 26 00:36:49.281 INFODEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ffreplacing 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 } }]
27452026-08-26T00:36:51.003Z
27462026-08-26T00:36:51.003ZAug 26 00:36:49.281Aug 26 00:36:49.281 DEBGINFO replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
27472026-08-26T00:36:51.003Z
27482026-08-26T00:36:51.003ZAug 26 00:36:49.281Aug 26 00:36:49.281 INFODEBG adding route 3fff:beef:32::/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 } }]
27492026-08-26T00:36:51.003Z
27502026-08-26T00:36:51.003Zreplacing 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 } }]
27512026-08-26T00:36:51.003ZAug 26 00:36:49.281 Aug 26 00:36:49.281INFO DEBGAug 26 00:36:49.281adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
27522026-08-26T00:36:51.004Z 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 } }]
27532026-08-26T00:36:51.004Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 26 00:36:49.281
27542026-08-26T00:36:51.004Z 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 00:36:49.281
27552026-08-26T00:36:51.004ZAug 26 00:36:49.281 DEBG Aug 26 00:36:49.281 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
27562026-08-26T00:36:51.004Z INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
27572026-08-26T00:36:51.004Z
27582026-08-26T00:36:51.004ZAug 26 00:36:49.281Aug 26 00:36:49.281 Aug 26 00:36:49.281INFODEBG 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
27592026-08-26T00:36:51.004Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
27602026-08-26T00:36:51.004Zreplacing 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 } }]
27612026-08-26T00:36:51.004ZAug 26 00:36:49.281 INFOAug 26 00:36:49.281 Aug 26 00:36:49.281adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
27622026-08-26T00:36:51.004ZINFO DEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
27632026-08-26T00:36:51.004ZAug 26 00:36:49.281
27642026-08-26T00:36:51.004Z DEBG Aug 26 00:36:49.281replacing 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 } }]
27652026-08-26T00:36:51.004ZINFOAug 26 00:36:49.281 adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBGAug 26 00:36:49.281
27662026-08-26T00:36:51.004Z 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
27672026-08-26T00:36:51.004Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
27682026-08-26T00:36:51.004ZAug 26 00:36:49.281Aug 26 00:36:49.281 Aug 26 00:36:49.281 DEBG 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:35::/64 -> 2001:db8::55:ff
27692026-08-26T00:36:51.004Zreplacing 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 } }]
27702026-08-26T00:36:51.004Z
27712026-08-26T00:36:51.004ZAug 26 00:36:49.281Aug 26 00:36:49.281 Aug 26 00:36:49.281INFO INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ff Aug 26 00:36:49.281adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
27722026-08-26T00:36:51.004Z
27732026-08-26T00:36:51.004ZDEBG 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 00:36:49.281Aug 26 00:36:49.281DEBG
27742026-08-26T00:36:51.004Z DEBGcreated new freemap 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 00:36:49.281
27752026-08-26T00:36:51.004ZDEBG, INFOunitreplacing 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 } }]:
27762026-08-26T00:36:51.004Z adding route 3fff:beef:36::/64 -> 2001:db8::55:fffreemap_route_ipv4
27772026-08-26T00:36:51.009ZAug 26 00:36:49.281
27782026-08-26T00:36:51.009ZAug 26 00:36:49.281 INFOINFO Aug 26 00:36:49.281adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
27792026-08-26T00:36:51.009Z
27802026-08-26T00:36:51.009Z DEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27812026-08-26T00:36:51.009ZAug 26 00:36:49.281Aug 26 00:36:49.281 Aug 26 00:36:49.281 DEBG DEBGDEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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
27822026-08-26T00:36:51.009Z
27832026-08-26T00:36:51.009Z, Aug 26 00:36:49.281Aug 26 00:36:49.281Aug 26 00:36:49.281unit INFOINFO INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
27842026-08-26T00:36:51.009Z
27852026-08-26T00:36:51.009Z: freemap_route_ipv6
27862026-08-26T00:36:51.009Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 26 00:36:49.281Aug 26 00:36:49.281 DEBG Aug 26 00:36:49.281replacing 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 } }] DEBGDEBG
27872026-08-26T00:36:51.009Zreplacing 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 } }]
27882026-08-26T00:36:51.009Z
27892026-08-26T00:36:51.009Zinitted freemap. size: 64, unit: freemap_route_ipv4Aug 26 00:36:49.281
27902026-08-26T00:36:51.009ZAug 26 00:36:49.281 INFO INFOadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
27912026-08-26T00:36:51.009ZAug 26 00:36:49.281Aug 26 00:36:49.281adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
27922026-08-26T00:36:51.009ZDEBGDEBG Aug 26 00:36:49.281reset freemapreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], Aug 26 00:36:49.281
27932026-08-26T00:36:51.009ZDEBG unitDEBGreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27942026-08-26T00:36:51.009Zreplacing 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 } }]:
27952026-08-26T00:36:51.009Z Aug 26 00:36:49.281freemap_route_ipv4
27962026-08-26T00:36:51.009ZAug 26 00:36:49.281INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
27972026-08-26T00:36:51.009ZINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 26 00:36:49.281Aug 26 00:36:49.281Aug 26 00:36:49.281 INFO
27982026-08-26T00:36:51.009Z DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
27992026-08-26T00:36:51.009Z replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
28002026-08-26T00:36:51.009Z initted freemap. size: 64Aug 26 00:36:49.281, Aug 26 00:36:49.281unit :INFO Aug 26 00:36:49.281 DEBGfreemap_route_ipv6 adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
28012026-08-26T00:36:51.009Z
28022026-08-26T00:36:51.009Zreplacing 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
28032026-08-26T00:36:51.009ZAug 26 00:36:49.281replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 26 00:36:49.281DEBG
28042026-08-26T00:36:51.009Z Aug 26 00:36:49.281replacing 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 } }]
28052026-08-26T00:36:51.009ZDEBG INFOreset freemapAug 26 00:36:49.281, Aug 26 00:36:49.281 unitadding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFO:
28062026-08-26T00:36:51.009Z freemap_route_ipv6INFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
28072026-08-26T00:36:51.009Z
28082026-08-26T00:36:51.009Z Aug 26 00:36:49.281adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 26 00:36:49.281
28092026-08-26T00:36:51.010ZDEBGAug 26 00:36:49.281 INFO Aug 26 00:36:49.281adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
28102026-08-26T00:36:51.010Z
28112026-08-26T00:36:51.010ZDEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
28122026-08-26T00:36:51.010Z Aug 26 00:36:49.281replacing 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 00:36:49.281 DEBG
28132026-08-26T00:36:51.010Z Aug 26 00:36:49.281INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFO
28142026-08-26T00:36:51.010Zadding route 3fff:beef:33::/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 } }]Aug 26 00:36:49.281
28152026-08-26T00:36:51.010Z
28162026-08-26T00:36:51.010Z INFO Aug 26 00:36:49.281Aug 26 00:36:49.281 DEBGDEBGAug 26 00:36:49.281adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
28172026-08-26T00:36:51.010Zreplacing 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: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 } }]
28182026-08-26T00:36:51.010Z DEBG
28192026-08-26T00:36:51.010Z Aug 26 00:36:49.281replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 00:36:49.281
28202026-08-26T00:36:51.010ZINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG
28212026-08-26T00:36:51.010ZAug 26 00:36:49.281 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 } }]
28222026-08-26T00:36:51.010ZINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 26 00:36:49.281
28232026-08-26T00:36:51.010Z Aug 26 00:36:49.281DEBG INFOreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:36:49.281
28242026-08-26T00:36:51.010Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG
28252026-08-26T00:36:51.010Zreplacing 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 00:36:49.281
28262026-08-26T00:36:51.010Z INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
28272026-08-26T00:36:51.010Z
28282026-08-26T00:36:51.010ZAug 26 00:36:49.281Aug 26 00:36:49.281 INFODEBG Aug 26 00:36:49.281Aug 26 00:36:49.281 DEBGDEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28292026-08-26T00:36:51.010Zreplacing 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: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:18::/64 -> 2001:db8::55:ff
28302026-08-26T00:36:51.010Z
28312026-08-26T00:36:51.010Z
28322026-08-26T00:36:51.010ZAug 26 00:36:49.281Aug 26 00:36:49.281Aug 26 00:36:49.281 INFO Aug 26 00:36:49.281adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG
28332026-08-26T00:36:51.010Z 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 } }]
28342026-08-26T00:36:51.010ZINFOINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 26 00:36:49.281
28352026-08-26T00:36:51.010Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG Aug 26 00:36:49.281replacing 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 } }]
28362026-08-26T00:36:51.010ZINFOAug 26 00:36:49.281
28372026-08-26T00:36:51.010ZDEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
28382026-08-26T00:36:51.010Ztest route::tests::grow_succeeds ... ok
28392026-08-26T00:36:51.010ZAug 26 00:36:49.281 INFOreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28402026-08-26T00:36:51.010Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 26 00:36:49.281
28412026-08-26T00:36:51.010ZAug 26 00:36:49.281 DEBGDEBG Aug 26 00:36:49.281 Aug 26 00:36:49.281replacing 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
28422026-08-26T00:36:51.010ZINFO replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2a::/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 } }]
28432026-08-26T00:36:51.010Z
28442026-08-26T00:36:51.010Z
28452026-08-26T00:36:51.010ZAug 26 00:36:49.281 Aug 26 00:36:49.281INFO INFOadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
28462026-08-26T00:36:51.010Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
28472026-08-26T00:36:51.010ZAug 26 00:36:49.281Aug 26 00:36:49.281 DEBGDEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
28482026-08-26T00:36:51.011Z
28492026-08-26T00:36:51.011ZAug 26 00:36:49.281Aug 26 00:36:49.281 Aug 26 00:36:49.281INFO INFOadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
28502026-08-26T00:36:51.011Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 26 00:36:49.281INFO
28512026-08-26T00:36:51.011Z Aug 26 00:36:49.281adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
28522026-08-26T00:36:51.011ZDEBGAug 26 00:36:49.281DEBG replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
28532026-08-26T00:36:51.011Zreplacing 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 } }]
28542026-08-26T00:36:51.011Zcreated new freemapAug 26 00:36:49.281, Aug 26 00:36:49.281DEBG unitINFOAug 26 00:36:49.281 adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28552026-08-26T00:36:51.011ZINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
28562026-08-26T00:36:51.011Z:Aug 26 00:36:49.281
28572026-08-26T00:36:51.011Zfreemap_route_ipv4 DEBG
28582026-08-26T00:36:51.011Zreplacing 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 00:36:49.281
28592026-08-26T00:36:51.011Z Aug 26 00:36:49.281DEBG INFO Aug 26 00:36:49.281replacing 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 00:36:49.281
28602026-08-26T00:36:51.011Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff INFO
28612026-08-26T00:36:51.011Z adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff
28622026-08-26T00:36:51.011ZDEBGAug 26 00:36:49.281Aug 26 00:36:49.281 INFO Aug 26 00:36:49.281adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG
28632026-08-26T00:36:51.011Z DEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28642026-08-26T00:36:51.011Zreplacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 26 00:36:49.281created new freemap
28652026-08-26T00:36:51.011ZDEBG Aug 26 00:36:49.281replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28662026-08-26T00:36:51.011ZINFO Aug 26 00:36:49.281adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff, unitDEBG:Aug 26 00:36:49.281 failed to allocate space for the new target listINFO
28672026-08-26T00:36:51.011Z
28682026-08-26T00:36:51.011Z adding route 3fff:beef:1e::/64 -> 2001:db8::55:fffreemap_route_ipv6
28692026-08-26T00:36:51.011Z
28702026-08-26T00:36:51.011ZAug 26 00:36:49.281Aug 26 00:36:49.281 DEBGAug 26 00:36:49.281Aug 26 00:36:49.281 DEBGDEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] initted freemap. size: 64replacing 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: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 } }]unit
28712026-08-26T00:36:51.011Z:
28722026-08-26T00:36:51.011Z
28732026-08-26T00:36:51.011Zfreemap_route_ipv4
28742026-08-26T00:36:51.011ZAug 26 00:36:49.281Aug 26 00:36:49.281 Aug 26 00:36:49.281INFO DEBGDEBG adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
28752026-08-26T00:36:51.011ZAug 26 00:36:49.281failed to allocate space for the new target list
28762026-08-26T00:36:51.011ZINFOAug 26 00:36:49.282reset freemap , unitDEBG: replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
28772026-08-26T00:36:51.016Zfreemap_route_ipv4
28782026-08-26T00:36:51.016Z
28792026-08-26T00:36:51.016ZAug 26 00:36:49.282 Aug 26 00:36:49.282INFO DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff Aug 26 00:36:49.282replacing 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 } }]
28802026-08-26T00:36:51.016Z
28812026-08-26T00:36:51.016ZDEBG initted freemap. size: 64, Aug 26 00:36:49.282unit :Aug 26 00:36:49.282 freemap_route_ipv6DEBGDEBG
28822026-08-26T00:36:51.016Z failed to allocate space for the new target listreplacing 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 } }]
28832026-08-26T00:36:51.016Z
28842026-08-26T00:36:51.016ZAug 26 00:36:49.282 DEBG Aug 26 00:36:49.282reset freemap , DEBGAug 26 00:36:49.282 replacing targets for 3fff:dead::/64 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 } }]INFOunit :adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
28852026-08-26T00:36:51.016Z
28862026-08-26T00:36:51.016Z freemap_route_ipv6
28872026-08-26T00:36:51.016ZAug 26 00:36:49.282 Aug 26 00:36:49.282DEBG 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 } }]
28882026-08-26T00:36:51.016Zadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 26 00:36:49.281
28892026-08-26T00:36:51.016Z Aug 26 00:36:49.282DEBG Aug 26 00:36:49.282INFO 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
28902026-08-26T00:36:51.016Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
28912026-08-26T00:36:51.016Zreplacing 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 } }]
28922026-08-26T00:36:51.016ZAug 26 00:36:49.282 Aug 26 00:36:49.282DEBGAug 26 00:36:49.282 INFOINFO replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
28932026-08-26T00:36:51.016Z
28942026-08-26T00:36:51.016Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
28952026-08-26T00:36:51.016ZAug 26 00:36:49.282Aug 26 00:36:49.282 Aug 26 00:36:49.282 INFO DEBGDEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28962026-08-26T00:36:51.016Z
28972026-08-26T00:36:51.016Zreplacing 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 } }]
28982026-08-26T00:36:51.016ZAug 26 00:36:49.282 Aug 26 00:36:49.282INFO Aug 26 00:36:49.282adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
28992026-08-26T00:36:51.016ZDEBGINFO Aug 26 00:36:49.282replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
29002026-08-26T00:36:51.016Z
29012026-08-26T00:36:51.016Z 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 } }]
29022026-08-26T00:36:51.016ZAug 26 00:36:49.282Aug 26 00:36:49.282 INFODEBG Aug 26 00:36:49.282replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] adding route 3fff:beef:24::/64 -> 2001:db8::55:ffINFO
29032026-08-26T00:36:51.016Z
29042026-08-26T00:36:51.016Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
29052026-08-26T00:36:51.016ZAug 26 00:36:49.282Aug 26 00:36:49.282 DEBG INFOreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 26 00:36:49.282
29062026-08-26T00:36:51.016Z DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2
29072026-08-26T00:36:51.016Zreplacing 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 00:36:49.282
29082026-08-26T00:36:51.016Z INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 26 00:36:49.282
29092026-08-26T00:36:51.016ZAug 26 00:36:49.282 INFO DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
29102026-08-26T00:36:51.016Zreplacing 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 00:36:49.282
29112026-08-26T00:36:51.016Z 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 00:36:49.282
29122026-08-26T00:36:51.016Z Aug 26 00:36:49.282DEBG 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 } }] Aug 26 00:36:49.282adding route 3fff:beef::/64 -> 2001:db8::55:ff
29132026-08-26T00:36:51.017Z
29142026-08-26T00:36:51.017Z INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 26 00:36:49.282
29152026-08-26T00:36:51.017Z Aug 26 00:36:49.282DEBG Aug 26 00:36:49.282INFOreplacing 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 } }]
29162026-08-26T00:36:51.017Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
29172026-08-26T00:36:51.017ZDEBG Aug 26 00:36:49.282replacing 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 } }]
29182026-08-26T00:36:51.017ZAug 26 00:36:49.282INFO DEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 26 00:36:49.282replacing 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 } }]
29192026-08-26T00:36:51.017Z
29202026-08-26T00:36:51.017ZINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
29212026-08-26T00:36:51.017ZAug 26 00:36:49.282Aug 26 00:36:49.282 Aug 26 00:36:49.282INFO DEBGDEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
29222026-08-26T00:36:51.017Z 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: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 } }]
29232026-08-26T00:36:51.017Z
29242026-08-26T00:36:51.017ZAug 26 00:36:49.282Aug 26 00:36:49.282 INFODEBG adding route 3fff:beef:28::/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 } }]
29252026-08-26T00:36:51.017ZAug 26 00:36:49.282
29262026-08-26T00:36:51.017Z INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
29272026-08-26T00:36:51.017ZAug 26 00:36:49.282Aug 26 00:36:49.282 INFO DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
29282026-08-26T00:36:51.017ZAug 26 00:36:49.282replacing 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
29292026-08-26T00:36:51.017Z 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 00:36:49.282
29302026-08-26T00:36:51.017Z Aug 26 00:36:49.282DEBG INFOreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:36:49.282 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFO
29312026-08-26T00:36:51.017Z adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
29322026-08-26T00:36:51.017Z
29332026-08-26T00:36:51.017ZAug 26 00:36:49.282 INFOAug 26 00:36:49.282Aug 26 00:36:49.282 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG
29342026-08-26T00:36:51.017Z DEBGreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29352026-08-26T00:36:51.017Zreplacing 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 } }]
29362026-08-26T00:36:51.017ZAug 26 00:36:49.282Aug 26 00:36:49.282 DEBGINFO replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:36:49.282
29372026-08-26T00:36:51.017Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ff INFO
29382026-08-26T00:36:51.017Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
29392026-08-26T00:36:51.017ZAug 26 00:36:49.282 Aug 26 00:36:49.282INFO Aug 26 00:36:49.282 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBGDEBG
29402026-08-26T00:36:51.017Z replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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-26T00:36:51.017ZAug 26 00:36:49.282
29422026-08-26T00:36:51.017Z 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 } }]
29432026-08-26T00:36:51.017Ztest route::tests::rollback_on_compact_delete_failure ... ok
29442026-08-26T00:36:51.017ZAug 26 00:36:49.282Aug 26 00:36:49.282 INFOINFOAug 26 00:36:49.282 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffINFO
29452026-08-26T00:36:51.017Z adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
29462026-08-26T00:36:51.017Z
29472026-08-26T00:36:51.017ZAug 26 00:36:49.282 Aug 26 00:36:49.282DEBGAug 26 00:36:49.282 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 } }]
29482026-08-26T00:36:51.017ZDEBGDEBG 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: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 00:36:49.283
29492026-08-26T00:36:51.017ZDEBGAug 26 00:36:49.282 created new freemap, Aug 26 00:36:49.282 unitDEBG: Aug 26 00:36:49.288Aug 26 00:36:49.282created new freemapDEBG , unitcreated new freemap: DEBG freemap_route_ipv4
29502026-08-26T00:36:51.017Zcreated new freemap
29512026-08-26T00:36:51.017Z, unitINFO: adding route 3fff:beef:2c::/64 -> 2001:db8::55:fffreemap_route_ipv4
29522026-08-26T00:36:51.017Z
29532026-08-26T00:36:51.018ZAug 26 00:36:49.288 freemap_route_ipv4
29542026-08-26T00:36:51.018ZAug 26 00:36:49.288DEBG Aug 26 00:36:49.288created new freemapAug 26 00:36:49.288 DEBG DEBG, created new freemap , Aug 26 00:36:49.288unitunitcreated new freemap: INFOfreemap_route_ipv6: adding route 3fff:beef:6::/64 -> 2001:db8::55:fffreemap_route_ipv6,
29552026-08-26T00:36:51.018Z
29562026-08-26T00:36:51.018ZunitDEBG :
29572026-08-26T00:36:51.018Zreplacing 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 00:36:49.288
29582026-08-26T00:36:51.018Z Aug 26 00:36:49.288DEBG initted freemap. size: 64freemap_route_ipv6,
29592026-08-26T00:36:51.018Zunit :Aug 26 00:36:49.288 DEBGAug 26 00:36:49.288Aug 26 00:36:49.288 initted freemap. size: 64DEBGfreemap_route_ipv4, unitDEBGAug 26 00:36:49.288 :
29602026-08-26T00:36:51.018Z initted freemap. size: 64replacing 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 } }], INFOfreemap_route_ipv4
29612026-08-26T00:36:51.018Zunitadding route 3fff:beef:35::/64 -> 2001:db8::55:ff:
29622026-08-26T00:36:51.018Zfreemap_route_ipv4
29632026-08-26T00:36:51.018Z
29642026-08-26T00:36:51.018ZAug 26 00:36:49.288Aug 26 00:36:49.288INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff DEBGDEBG Aug 26 00:36:49.288
29652026-08-26T00:36:51.018Zreset freemapreset freemap, Aug 26 00:36:49.288unit, :unitDEBG :freemap_route_ipv4 Aug 26 00:36:49.288reset freemap
29662026-08-26T00:36:51.018Z, INFOunitfreemap_route_ipv4 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 26 00:36:49.289
29672026-08-26T00:36:51.018Z : DEBGfreemap_route_ipv4DEBG
29682026-08-26T00:36:51.018Z
29692026-08-26T00:36:51.018Z 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 00:36:49.289
29702026-08-26T00:36:51.018Zinitted freemap. size: 64Aug 26 00:36:49.289 DEBGAug 26 00:36:49.289 , DEBGunitDEBG Aug 26 00:36:49.289: Aug 26 00:36:49.289replacing 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 } }] freemap_route_ipv6
29712026-08-26T00:36:51.018ZDEBG
29722026-08-26T00:36:51.018ZINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 26 00:36:49.289 initted freemap. size: 64INFO,
29732026-08-26T00:36:51.018Zunitreplacing 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 00:36:49.289adding route 3fff:beef:8::/64 -> 2001:db8::55:ff:
29742026-08-26T00:36:51.018ZDEBG initted freemap. size: 64 freemap_route_ipv6reset freemap
29752026-08-26T00:36:51.018ZAug 26 00:36:49.289, , DEBGunitunit
29762026-08-26T00:36:51.018Z ::Aug 26 00:36:49.289 Aug 26 00:36:49.289freemap_route_ipv6freemap_route_ipv6
29772026-08-26T00:36:51.022Z 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 } }]reset freemap
29782026-08-26T00:36:51.022Z, Aug 26 00:36:49.289
29792026-08-26T00:36:51.022Z DEBGunit:Aug 26 00:36:49.289INFO 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:dead::/64 -> 2001:db8::55:1freemap_route_ipv6Aug 26 00:36:49.289
29802026-08-26T00:36:51.022Z
29812026-08-26T00:36:51.023Z INFOINFO
29822026-08-26T00:36:51.023Z adding route 3fff:beef:9::/64 -> 2001:db8::55:ff Aug 26 00:36:49.289adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 26 00:36:49.289Aug 26 00:36:49.289
29832026-08-26T00:36:51.023Z Aug 26 00:36:49.289
29842026-08-26T00:36:51.023ZINFOAug 26 00:36:49.289 INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
29852026-08-26T00:36:51.023ZDEBG DEBGadding route 3fff:beef:37::/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 } }]
29862026-08-26T00:36:51.023Z
29872026-08-26T00:36:51.023ZAug 26 00:36:49.289replacing 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 00:36:49.289
29882026-08-26T00:36:51.023Z 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 } }] DEBGreset freemap
29892026-08-26T00:36:51.023Z, Aug 26 00:36:49.289unit: INFOAug 26 00:36:49.289Aug 26 00:36:49.289 Aug 26 00:36:49.289freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:2
29902026-08-26T00:36:51.023Z
29912026-08-26T00:36:51.023ZINFO replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 26 00:36:49.289
29922026-08-26T00:36:51.023Z DEBGDEBGadding route 3fff:dead::/64 -> 2001:db8::55:2
29932026-08-26T00:36:51.023Z adding route 3fff:beef:a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 26 00:36:49.289
29942026-08-26T00:36:51.023Zreplacing 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 } }]
29952026-08-26T00:36:51.023Z
29962026-08-26T00:36:51.023ZINFO Aug 26 00:36:49.289Aug 26 00:36:49.289 Aug 26 00:36:49.289adding route 172.16.0.0/32 -> 10.0.0.1
29972026-08-26T00:36:51.023ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 26 00:36:49.289Aug 26 00:36:49.289DEBGAug 26 00:36:49.289 INFODEBG
29982026-08-26T00:36:51.023Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBGreplacing targets for 3fff:beef: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 } }]
29992026-08-26T00:36:51.023Z
30002026-08-26T00:36:51.023Z Aug 26 00:36:49.289adding route 3fff:beef:38::/64 -> 2001:db8::55:ff DEBGAug 26 00:36:49.289
30012026-08-26T00:36:51.023Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
30022026-08-26T00:36:51.023ZINFO Aug 26 00:36:49.289adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }]
30032026-08-26T00:36:51.023Z
30042026-08-26T00:36:51.023ZAug 26 00:36:49.289 Aug 26 00:36:49.289INFOAug 26 00:36:49.289 INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:4DEBGDEBG
30052026-08-26T00:36:51.023ZAug 26 00:36:49.289
30062026-08-26T00:36:51.023Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
30072026-08-26T00:36:51.023Zreplacing 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 00:36:49.289
30082026-08-26T00:36:51.023Z Aug 26 00:36:49.289DEBGINFO Aug 26 00:36:49.289replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
30092026-08-26T00:36:51.023ZDEBG adding route 172.16.0.0/32 -> 10.0.0.1INFOAug 26 00:36:49.289replacing 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 00:36:49.289adding route 3fff:dead::/64 -> 2001:db8::55:4
30102026-08-26T00:36:51.023ZINFO
30112026-08-26T00:36:51.023Z
30122026-08-26T00:36:51.023Z 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 } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
30132026-08-26T00:36:51.023ZAug 26 00:36:49.289
30142026-08-26T00:36:51.023ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 00:36:49.289Aug 26 00:36:49.289
30152026-08-26T00:36:51.023Z Aug 26 00:36:49.289 INFODEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBGAug 26 00:36:49.289 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 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 } }]
30162026-08-26T00:36:51.023Z
30172026-08-26T00:36:51.023Z
30182026-08-26T00:36:51.023Zreplacing targets for 3fff:dead::/64 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 } }]
30192026-08-26T00:36:51.023ZAug 26 00:36:49.289Aug 26 00:36:49.289 Aug 26 00:36:49.289INFOINFO Aug 26 00:36:49.289 DEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1
30202026-08-26T00:36:51.024Z
30212026-08-26T00:36:51.024ZWARNreplacing 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 } }]
30222026-08-26T00:36:51.024Zshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
30232026-08-26T00:36:51.024ZAug 26 00:36:49.289 DEBGAug 26 00:36:49.289 replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
30242026-08-26T00:36:51.024ZAug 26 00:36:49.289 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO
30252026-08-26T00:36:51.024Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 26 00:36:49.289Aug 26 00:36:49.289 INFO
30262026-08-26T00:36:51.024Zadding route 172.16.0.0/32 -> 10.0.0.2
30272026-08-26T00:36:51.024ZAug 26 00:36:49.289 DEBGAug 26 00:36:49.289 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
30282026-08-26T00:36:51.024Z 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 } }]
30292026-08-26T00:36:51.024ZAug 26 00:36:49.289 INFOAug 26 00:36:49.282 Aug 26 00:36:49.289adding route 172.17.0.0/32 -> 10.0.0.255DEBG
30302026-08-26T00:36:51.024Z INFO created new freemapadding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFOAug 26 00:36:49.289
30312026-08-26T00:36:51.024Z , unitDEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff: freemap_route_ipv4replacing 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 } }]
30322026-08-26T00:36:51.024Z
30332026-08-26T00:36:51.024Z
30342026-08-26T00:36:51.024ZAug 26 00:36:49.289 DEBG Aug 26 00:36:49.289Aug 26 00:36:49.289replacing 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 } }]
30352026-08-26T00:36:51.024ZDEBGINFO replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.1/32 -> 10.0.0.255
30362026-08-26T00:36:51.024Z
30372026-08-26T00:36:51.024ZAug 26 00:36:49.289Aug 26 00:36:49.289 INFODEBG Aug 26 00:36:49.289Aug 26 00:36:49.289adding route 3fff:beef:f::/64 -> 2001:db8::55:ff INFODEBG
30382026-08-26T00:36:51.024Ztest route::tests::rollback_on_compact_write_failure ... ok
30392026-08-26T00:36:51.024Z 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:3c::/64 -> 2001:db8::55:ffcreated new freemap
30402026-08-26T00:36:51.024Z
30412026-08-26T00:36:51.024ZAug 26 00:36:49.289 , DEBGunit :Aug 26 00:36:49.289replacing 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 00:36:49.289
30422026-08-26T00:36:51.024Z DEBG INFOfreemap_route_ipv6 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 172.17.0.2/32 -> 10.0.0.255
30432026-08-26T00:36:51.024Z
30442026-08-26T00:36:51.024Z
30452026-08-26T00:36:51.024Ztest route::tests::identity_replace_is_noop ... ok
30462026-08-26T00:36:51.024ZAug 26 00:36:49.289 Aug 26 00:36:49.289INFO Aug 26 00:36:49.289 INFOINFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
30472026-08-26T00:36:51.024Z DEBGadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff Aug 26 00:36:49.289replacing 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 } }]
30482026-08-26T00:36:51.024Z
30492026-08-26T00:36:51.024Z DEBG
30502026-08-26T00:36:51.024Zinitted freemap. size: 64Aug 26 00:36:49.289, unitINFO: adding route 172.17.0.3/32 -> 10.0.0.255 freemap_route_ipv4
30512026-08-26T00:36:51.024ZAug 26 00:36:49.290Aug 26 00:36:49.289 DEBGDEBG created new freemapcreated new freemapAug 26 00:36:49.295, , Aug 26 00:36:49.295unit Aug 26 00:36:49.289 DEBGunit:: DEBGfreemap_route_ipv4
30522026-08-26T00:36:51.025Z freemap_route_ipv4replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap
30532026-08-26T00:36:51.025Z
30542026-08-26T00:36:51.025Z, unitAug 26 00:36:49.295 : DEBG created new freemapDEBGAug 26 00:36:49.295 Aug 26 00:36:49.295, unit: freemap_route_ipv6DEBG
30552026-08-26T00:36:51.025Zreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4
30562026-08-26T00:36:51.025ZINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffcreated new freemap
30572026-08-26T00:36:51.025Z
30582026-08-26T00:36:51.025Z, unit: Aug 26 00:36:49.295freemap_route_ipv6Aug 26 00:36:49.295
30592026-08-26T00:36:51.025ZAug 26 00:36:49.295 INFODEBG adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 26 00:36:49.295
30602026-08-26T00:36:51.025ZAug 26 00:36:49.295 DEBGDEBGinitted freemap. size: 64 , Aug 26 00:36:49.295initted freemap. size: 64DEBG, 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 } }]
30612026-08-26T00:36:51.025ZDEBG unitunitinitted 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 } }] , freemap_route_ipv4:
30622026-08-26T00:36:51.025Z
30632026-08-26T00:36:51.025Z unit:freemap_route_ipv6
30642026-08-26T00:36:51.025Zfreemap_route_ipv4Aug 26 00:36:49.296Aug 26 00:36:49.296
30652026-08-26T00:36:51.025ZDEBG DEBG reset freemap , Aug 26 00:36:49.296unitfailed to allocate space for the new target list :
30662026-08-26T00:36:51.025ZDEBG freemap_route_ipv4reset freemap
30672026-08-26T00:36:51.025Z, Aug 26 00:36:49.296Aug 26 00:36:49.296Aug 26 00:36:49.296unit :Aug 26 00:36:49.296 DEBG DEBGDEBG reset freemapinitted freemap. size: 64, , unitunitfreemap_route_ipv4:
30682026-08-26T00:36:51.025Z :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
30692026-08-26T00:36:51.025Z
30702026-08-26T00:36:51.025Z INFOfreemap_route_ipv6
30712026-08-26T00:36:51.025Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 26 00:36:49.296
30722026-08-26T00:36:51.025ZAug 26 00:36:49.296 DEBGDEBG Aug 26 00:36:49.296 Aug 26 00:36:49.296 initted freemap. size: 64DEBG, unitreset freemapINFO, :adding route 172.16.0.0/32 -> 10.0.0.1unit : 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 } }]
30732026-08-26T00:36:51.025Zfreemap_route_ipv6
30742026-08-26T00:36:51.025Z
30752026-08-26T00:36:51.025Zfreemap_route_ipv6
30762026-08-26T00:36:51.025ZAug 26 00:36:49.296Aug 26 00:36:49.296 DEBGINFO 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 } }]
30772026-08-26T00:36:51.030Z
30782026-08-26T00:36:51.030ZAug 26 00:36:49.296 DEBG reset freemapAug 26 00:36:49.296 Aug 26 00:36:49.296, unit :DEBGAug 26 00:36:49.296 INFOfreemap_route_ipv6INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:32::/64 -> 2001:db8::55:ff
30792026-08-26T00:36:51.030Z
30802026-08-26T00:36:51.030Z
30812026-08-26T00:36:51.030Z adding route 172.17.0.0/32 -> 10.0.0.255Aug 26 00:36:49.296 Aug 26 00:36:49.296INFO Aug 26 00:36:49.296DEBG
30822026-08-26T00:36:51.030Zadding route 3fff:dead::/64 -> 2001:db8::55:2
30832026-08-26T00:36:51.030ZINFOreplacing 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 } }]
30842026-08-26T00:36:51.030Zadding route 172.16.0.0/32 -> 10.0.0.1Aug 26 00:36:49.296
30852026-08-26T00:36:51.030Z Aug 26 00:36:49.296DEBG Aug 26 00:36:49.296replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 00:36:49.296INFODEBG
30862026-08-26T00:36:51.030Z adding route 3fff:beef:33::/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 } }]
30872026-08-26T00:36:51.030ZDEBG
30882026-08-26T00:36:51.030Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 00:36:49.296Aug 26 00:36:49.296
30892026-08-26T00:36:51.030ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG
30902026-08-26T00:36:51.030Z Aug 26 00:36:49.296Aug 26 00:36:49.296
30912026-08-26T00:36:51.030Zreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO INFOadding route 172.17.0.1/32 -> 10.0.0.255
30922026-08-26T00:36:51.030Z
30932026-08-26T00:36:51.030ZAug 26 00:36:49.296 adding route 172.16.0.0/32 -> 10.0.0.2DEBGAug 26 00:36:49.296 Aug 26 00:36:49.296
30942026-08-26T00:36:51.030ZINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
30952026-08-26T00:36:51.030Zreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 26 00:36:49.296Aug 26 00:36:49.296
30962026-08-26T00:36:51.030Z
30972026-08-26T00:36:51.030ZAug 26 00:36:49.296 INFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
30982026-08-26T00:36:51.030ZAug 26 00:36:49.296 Aug 26 00:36:49.296replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
30992026-08-26T00:36:51.030ZDEBGINFO 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.4/32 -> 10.0.0.255Aug 26 00:36:49.296Aug 26 00:36:49.296
31002026-08-26T00:36:51.030Z DEBGINFO adding route 172.16.0.0/32 -> 10.0.0.3replacing 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
31012026-08-26T00:36:51.030Z
31022026-08-26T00:36:51.030Z
31032026-08-26T00:36:51.030Z
31042026-08-26T00:36:51.030ZAug 26 00:36:49.296Aug 26 00:36:49.296Aug 26 00:36:49.296Aug 26 00:36:49.296 Aug 26 00:36:49.296 DEBGDEBG DEBGreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
31052026-08-26T00:36:51.030Zreplacing targets for 3fff:dead::/64 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 } }]INFOINFO
31062026-08-26T00:36:51.030Z adding route 172.17.0.2/32 -> 10.0.0.255
31072026-08-26T00:36:51.030ZAug 26 00:36:49.296Aug 26 00:36:49.296 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]WARNINFO
31082026-08-26T00:36:51.030Z Aug 26 00:36:49.296 adding route 3fff:beef:35::/64 -> 2001:db8::55:ff shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBGadding route 172.17.0.5/32 -> 10.0.0.255
31092026-08-26T00:36:51.030Z
31102026-08-26T00:36:51.030ZAug 26 00:36:49.296
31112026-08-26T00:36:51.030Z 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 } }]
31122026-08-26T00:36:51.030ZINFOAug 26 00:36:49.296 Aug 26 00:36:49.296DEBG adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }]
31132026-08-26T00:36:51.031Z
31142026-08-26T00:36:51.031ZDEBG 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 00:36:49.296Aug 26 00:36:49.296 INFODEBG 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 } }, 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 } }]
31152026-08-26T00:36:51.031Z
31162026-08-26T00:36:51.031Z
31172026-08-26T00:36:51.031ZAug 26 00:36:49.296Aug 26 00:36:49.296 DEBGDEBG Aug 26 00:36:49.296replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 } }]
31182026-08-26T00:36:51.031Z
31192026-08-26T00:36:51.031ZINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
31202026-08-26T00:36:51.031ZAug 26 00:36:49.296 INFO adding route 172.17.0.7/32 -> 10.0.0.255
31212026-08-26T00:36:51.031ZAug 26 00:36:49.296 DEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:36:49.296
31222026-08-26T00:36:51.031Z DEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:36:49.289
31232026-08-26T00:36:51.031Z DEBGAug 26 00:36:49.296 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 } }]INFOAug 26 00:36:49.296
31242026-08-26T00:36:51.031Z adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO
31252026-08-26T00:36:51.031Z adding route 172.17.0.8/32 -> 10.0.0.255Aug 26 00:36:49.296
31262026-08-26T00:36:51.031ZINFO Aug 26 00:36:49.296 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG
31272026-08-26T00:36:51.031ZAug 26 00:36:49.296 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 } }]
31282026-08-26T00:36:51.031Zreplacing 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 00:36:49.296
31292026-08-26T00:36:51.031Z DEBG Aug 26 00:36:49.296Aug 26 00:36:49.296replacing 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 } }]
31302026-08-26T00:36:51.031ZINFO INFOadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
31312026-08-26T00:36:51.031Zadding route 172.17.0.9/32 -> 10.0.0.255
31322026-08-26T00:36:51.031ZAug 26 00:36:49.296 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 26 00:36:49.296Aug 26 00:36:49.296
31332026-08-26T00:36:51.031Z DEBG DEBGreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
31342026-08-26T00:36:51.031ZAug 26 00:36:49.296 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
31352026-08-26T00:36:51.031Z Aug 26 00:36:49.296replacing 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 } }]
31362026-08-26T00:36:51.031ZINFO Aug 26 00:36:49.296adding route 172.17.0.10/32 -> 10.0.0.255
31372026-08-26T00:36:51.031ZINFO Aug 26 00:36:49.296 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFO
31382026-08-26T00:36:51.031Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 26 00:36:49.296
31392026-08-26T00:36:51.031Z Aug 26 00:36:49.296DEBG 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 } }] Aug 26 00:36:49.296
31402026-08-26T00:36:51.031Z 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
31412026-08-26T00:36:51.031Ztest route::tests::rollback_on_index_readd_failure ... ok
31422026-08-26T00:36:51.031Z 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 00:36:49.296
31432026-08-26T00:36:51.031ZINFO Aug 26 00:36:49.296adding route 172.17.0.11/32 -> 10.0.0.255
31442026-08-26T00:36:51.031ZAug 26 00:36:49.296INFO INFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff Aug 26 00:36:49.296adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
31452026-08-26T00:36:51.031ZDEBG
31462026-08-26T00:36:51.031Z 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 00:36:49.296
31472026-08-26T00:36:51.031Z DEBGAug 26 00:36:49.296 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
31482026-08-26T00:36:51.031ZAug 26 00:36:49.296 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
31492026-08-26T00:36:51.031Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
31502026-08-26T00:36:51.031Z adding route 172.17.0.12/32 -> 10.0.0.255
31512026-08-26T00:36:51.031ZAug 26 00:36:49.296 Aug 26 00:36:49.296, INFOAug 26 00:36:49.296unit INFO: adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
31522026-08-26T00:36:51.032Z
31532026-08-26T00:36:51.032ZDEBGfreemap_route_ipv4 replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
31542026-08-26T00:36:51.032Z
31552026-08-26T00:36:51.032ZAug 26 00:36:49.296Aug 26 00:36:49.296Aug 26 00:36:49.296 DEBG DEBGreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFOAug 26 00:36:49.296replacing 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 } }]
31562026-08-26T00:36:51.032Zadding route 172.17.0.13/32 -> 10.0.0.255
31572026-08-26T00:36:51.032ZDEBG
31582026-08-26T00:36:51.032Zcreated new freemap, unit:Aug 26 00:36:49.296Aug 26 00:36:49.296 DEBGAug 26 00:36:49.296 Aug 26 00:36:49.296replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
31592026-08-26T00:36:51.032Z DEBG created new freemapcreated new freemapAug 26 00:36:49.296Aug 26 00:36:49.302 INFOINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 172.17.0.14/32 -> 10.0.0.255
31602026-08-26T00:36:51.032Z
31612026-08-26T00:36:51.032Z, Aug 26 00:36:49.302Aug 26 00:36:49.302 , unitDEBG: unitDEBGfreemap_route_ipv4:
31622026-08-26T00:36:51.032Z replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
31632026-08-26T00:36:51.032Z
31642026-08-26T00:36:51.032Z freemap_route_ipv4
31652026-08-26T00:36:51.032ZAug 26 00:36:49.302Aug 26 00:36:49.302 DEBG created new freemap, unitAug 26 00:36:49.302: Aug 26 00:36:49.302DEBG DEBGfreemap_route_ipv6created new freemap failed to allocate space for the new target list
31662026-08-26T00:36:51.032Z,
31672026-08-26T00:36:51.032ZINFOunit :adding route 172.17.0.15/32 -> 10.0.0.255
31682026-08-26T00:36:51.032ZAug 26 00:36:49.302freemap_route_ipv6
31692026-08-26T00:36:51.032Z DEBGAug 26 00:36:49.302Aug 26 00:36:49.302 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
31702026-08-26T00:36:51.032ZAug 26 00:36:49.302 DEBGDEBGDEBG 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 } }]initted freemap. size: 64
31712026-08-26T00:36:51.032Zinitted freemap. size: 64, , unitunit:Aug 26 00:36:49.302 freemap_route_ipv4INFO
31722026-08-26T00:36:51.032Z: adding route 172.17.0.16/32 -> 10.0.0.255freemap_route_ipv4
31732026-08-26T00:36:51.032Z
31742026-08-26T00:36:51.032ZAug 26 00:36:49.302 Aug 26 00:36:49.302 DEBG DEBGreset freemap , Aug 26 00:36:49.302unitfreemap_route_ipv6 : DEBGfreemap_route_ipv4
31752026-08-26T00:36:51.032Z
31762026-08-26T00:36:51.032Zreset freemapreplacing 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 } }],
31772026-08-26T00:36:51.037Zunit:Aug 26 00:36:49.302Aug 26 00:36:49.302 DEBG initted freemap. size: 64 , DEBGAug 26 00:36:49.302 unit initted freemap. size: 64freemap_route_ipv4INFO
31782026-08-26T00:36:51.037Z, :unit adding route 172.17.0.17/32 -> 10.0.0.255 :freemap_route_ipv4 Aug 26 00:36:49.302
31792026-08-26T00:36:51.037Zfreemap_route_ipv6
31802026-08-26T00:36:51.037Z
31812026-08-26T00:36:51.037Z DEBGAug 26 00:36:49.302Aug 26 00:36:49.302 DEBG reset freemap, unit :initted freemap. size: 64 freemap_route_ipv6DEBG, Aug 26 00:36:49.302
31822026-08-26T00:36:51.037Zunitreplacing 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 } }]:
31832026-08-26T00:36:51.037Z DEBG reset freemap , freemap_route_ipv6unitAug 26 00:36:49.302Aug 26 00:36:49.302
31842026-08-26T00:36:51.037Z: freemap_route_ipv4INFO
31852026-08-26T00:36:51.037ZAug 26 00:36:49.302 adding route 172.17.0.18/32 -> 10.0.0.255
31862026-08-26T00:36:51.037Z DEBGINFO reset freemapAug 26 00:36:49.302adding route 3fff:dead::/64 -> 2001:db8::55:1 ,
31872026-08-26T00:36:51.037ZDEBG Aug 26 00:36:49.302replacing 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 } }]
31882026-08-26T00:36:51.037ZunitDEBG:Aug 26 00:36:49.302 freemap_route_ipv6 initted freemap. size: 64DEBG, unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]:
31892026-08-26T00:36:51.037Z
31902026-08-26T00:36:51.037ZAug 26 00:36:49.302 freemap_route_ipv6
31912026-08-26T00:36:51.037ZINFO Aug 26 00:36:49.302adding route 172.17.0.19/32 -> 10.0.0.255 Aug 26 00:36:49.302
31922026-08-26T00:36:51.037ZAug 26 00:36:49.302INFO adding route 3fff:dead::/64 -> 2001:db8::55:2INFO
31932026-08-26T00:36:51.037Zadding route 172.16.0.0/32 -> 10.0.0.1Aug 26 00:36:49.302DEBG
31942026-08-26T00:36:51.037ZDEBGAug 26 00:36:49.302reset 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 } }], 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 } }]Aug 26 00:36:49.302freemap_route_ipv6
31952026-08-26T00:36:51.037Z
31962026-08-26T00:36:51.037Z DEBG
31972026-08-26T00:36:51.037Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 00:36:49.302Aug 26 00:36:49.302 INFOINFO adding route 172.17.0.20/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:3
31982026-08-26T00:36:51.037Z
31992026-08-26T00:36:51.037Z
32002026-08-26T00:36:51.037ZAug 26 00:36:49.302 INFO Aug 26 00:36:49.302Aug 26 00:36:49.302Aug 26 00:36:49.302 INFOadding route 3fff:dead::/64 -> 2001:db8::55:1DEBGDEBG
32012026-08-26T00:36:51.037Z Aug 26 00:36:49.302 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 } }]
32022026-08-26T00:36:51.037ZINFO adding route 172.17.0.3/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 } }]adding route 172.16.0.0/32 -> 10.0.0.2
32032026-08-26T00:36:51.037Z
32042026-08-26T00:36:51.037Z
32052026-08-26T00:36:51.037ZAug 26 00:36:49.302 Aug 26 00:36:49.302 INFO DEBGadding route 172.17.0.21/32 -> 10.0.0.255 Aug 26 00:36:49.302Aug 26 00:36:49.302
32062026-08-26T00:36:51.037Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
32072026-08-26T00:36:51.037Z Aug 26 00:36:49.302DEBG INFODEBG Aug 26 00:36:49.302replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
32082026-08-26T00:36:51.037Z
32092026-08-26T00:36:51.037Zadding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
32102026-08-26T00:36:51.037Z Aug 26 00:36:49.302replacing 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 } }]
32112026-08-26T00:36:51.037ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 26 00:36:49.303
32122026-08-26T00:36:51.037ZAug 26 00:36:49.303 Aug 26 00:36:49.303DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.22/32 -> 10.0.0.255
32132026-08-26T00:36:51.037Z
32142026-08-26T00:36:51.037Z Aug 26 00:36:49.303INFO Aug 26 00:36:49.303Aug 26 00:36:49.303 adding route 172.17.0.0/32 -> 10.0.0.255Aug 26 00:36:49.303
32152026-08-26T00:36:51.038ZINFODEBG DEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
32162026-08-26T00:36:51.038Zreplacing 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 } }]
32172026-08-26T00:36:51.038Zreplacing targets for 3fff:dead::/64 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.4/32 -> 10.0.0.255Aug 26 00:36:49.303
32182026-08-26T00:36:51.038Z
32192026-08-26T00:36:51.038Z Aug 26 00:36:49.303Aug 26 00:36:49.303 DEBGINFO Aug 26 00:36:49.303 Aug 26 00:36:49.303WARNreplacing 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 } }] INFOadding route 172.17.0.23/32 -> 10.0.0.255
32202026-08-26T00:36:51.038Z
32212026-08-26T00:36:51.038Z adding route 3fff:dead::/64 -> 2001:db8::55:3
32222026-08-26T00:36:51.038Zshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 26 00:36:49.303
32232026-08-26T00:36:51.038ZDEBGAug 26 00:36:49.303Aug 26 00:36:49.303 INFO DEBGadding route 172.17.0.1/32 -> 10.0.0.255DEBG
32242026-08-26T00:36:51.038Z replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
32252026-08-26T00:36:51.038Z
32262026-08-26T00:36:51.038ZAug 26 00:36:49.303replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
32272026-08-26T00:36:51.038Z 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 00:36:49.303
32282026-08-26T00:36:51.038Z Aug 26 00:36:49.303INFO Aug 26 00:36:49.303adding route 172.17.0.24/32 -> 10.0.0.255INFOAug 26 00:36:49.303
32292026-08-26T00:36:51.038Z adding route 172.17.0.5/32 -> 10.0.0.255INFO
32302026-08-26T00:36:51.038ZAug 26 00:36:49.303INFO adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
32312026-08-26T00:36:51.038Z 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 } }]
32322026-08-26T00:36:51.038Zadding route 172.17.0.2/32 -> 10.0.0.255
32332026-08-26T00:36:51.038ZAug 26 00:36:49.303Aug 26 00:36:49.303 Aug 26 00:36:49.303DEBGDEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
32342026-08-26T00:36:51.038Zreplacing 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 00:36:49.303
32352026-08-26T00:36:51.038Z adding route 172.17.0.25/32 -> 10.0.0.255DEBG
32362026-08-26T00:36:51.038Z Aug 26 00:36:49.303 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 00:36:49.303DEBG
32372026-08-26T00:36:51.038Z Aug 26 00:36:49.303 replacing targets for 3fff:dead::/64 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 } }]
32382026-08-26T00:36:51.038ZDEBG INFOreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
32392026-08-26T00:36:51.038ZAug 26 00:36:49.303adding route 172.17.0.6/32 -> 10.0.0.255 WARNAug 26 00:36:49.303
32402026-08-26T00:36:51.038Z shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO
32412026-08-26T00:36:51.038Z Aug 26 00:36:49.303 adding route 172.17.0.3/32 -> 10.0.0.255INFO
32422026-08-26T00:36:51.038ZAug 26 00:36:49.303 adding route 172.17.0.26/32 -> 10.0.0.255ERRO
32432026-08-26T00:36:51.038ZAug 26 00:36:49.303Aug 26 00:36:49.303 rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG
32442026-08-26T00:36:51.038ZAug 26 00:36:49.303 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 } }]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 } }]
32452026-08-26T00:36:51.038Z
32462026-08-26T00:36:51.038ZAug 26 00:36:49.303 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 } }]ERRO
32472026-08-26T00:36:51.038Z shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds itAug 26 00:36:49.303
32482026-08-26T00:36:51.038Z Aug 26 00:36:49.303INFO Aug 26 00:36:49.303 INFOadding route 172.17.0.4/32 -> 10.0.0.255INFO
32492026-08-26T00:36:51.038Z adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.7/32 -> 10.0.0.255
32502026-08-26T00:36:51.038Z
32512026-08-26T00:36:51.038ZAug 26 00:36:49.303 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 } }]
32522026-08-26T00:36:51.038ZAug 26 00:36:49.303 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 00:36:49.303
32532026-08-26T00:36:51.038Z Aug 26 00:36:49.303 INFO DEBGINFOadding route 172.17.0.5/32 -> 10.0.0.255Aug 26 00:36:49.303
32542026-08-26T00:36:51.039ZINFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
32552026-08-26T00:36:51.039Z
32562026-08-26T00:36:51.039Z Aug 26 00:36:49.303replacing 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 } }]
32572026-08-26T00:36:51.039ZDEBGAug 26 00:36:49.303 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 } }]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 } }]
32582026-08-26T00:36:51.039ZAug 26 00:36:49.303
32592026-08-26T00:36:51.039Z Aug 26 00:36:49.303DEBG Aug 26 00:36:49.303 INFOINFOAug 26 00:36:49.303 adding route 172.17.0.29/32 -> 10.0.0.255INFO
32602026-08-26T00:36:51.039Z adding route 172.17.0.6/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 } }]adding route 172.17.0.8/32 -> 10.0.0.255
32612026-08-26T00:36:51.039Z
32622026-08-26T00:36:51.039Z
32632026-08-26T00:36:51.039ZAug 26 00:36:49.303 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 00:36:49.303
32642026-08-26T00:36:51.039ZAug 26 00:36:49.303 DEBGAug 26 00:36:49.310 created new freemapINFO adding route 172.17.0.30/32 -> 10.0.0.255,
32652026-08-26T00:36:51.039Zunit:Aug 26 00:36:49.303 freemap_route_ipv4
32662026-08-26T00:36:51.039ZDEBG Aug 26 00:36:49.310 DEBG Aug 26 00:36:49.296replacing 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 } }]
32672026-08-26T00:36:51.039ZDEBGreplacing 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 00:36:49.310created new freemapAug 26 00:36:49.310 ,
32682026-08-26T00:36:51.039ZINFOunitDEBG :adding route 172.17.0.31/32 -> 10.0.0.255
32692026-08-26T00:36:51.039Zfreemap_route_ipv4
32702026-08-26T00:36:51.039Zcreated new freemap, Aug 26 00:36:49.310Aug 26 00:36:49.310 unitDEBG: Aug 26 00:36:49.310replacing 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 } }]
32712026-08-26T00:36:51.039ZDEBG INFOfreemap_route_ipv6created new freemap
32722026-08-26T00:36:51.039Z, Aug 26 00:36:49.310unit INFOadding route 172.17.0.9/32 -> 10.0.0.255:
32732026-08-26T00:36:51.039Z Aug 26 00:36:49.310 adding route 172.17.0.32/32 -> 10.0.0.255freemap_route_ipv6
32742026-08-26T00:36:51.039Z
32752026-08-26T00:36:51.039ZDEBG Aug 26 00:36:49.310Aug 26 00:36:49.310initted freemap. size: 64 Aug 26 00:36:49.310DEBG, DEBGunit : DEBGinitted freemap. size: 64replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
32762026-08-26T00:36:51.039Z unitreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:
32772026-08-26T00:36:51.044Zfreemap_route_ipv4freemap_route_ipv4
32782026-08-26T00:36:51.044Z
32792026-08-26T00:36:51.044ZAug 26 00:36:49.310 INFOAug 26 00:36:49.310 Aug 26 00:36:49.310 adding route 172.17.0.33/32 -> 10.0.0.255DEBGDEBG
32802026-08-26T00:36:51.044Z reset freemapAug 26 00:36:49.310, unitreset freemap :Aug 26 00:36:49.310INFO , freemap_route_ipv4
32812026-08-26T00:36:51.044ZunitDEBG :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.10/32 -> 10.0.0.255
32822026-08-26T00:36:51.044Z
32832026-08-26T00:36:51.044ZAug 26 00:36:49.310freemap_route_ipv4
32842026-08-26T00:36:51.044ZDEBG Aug 26 00:36:49.310Aug 26 00:36:49.310 initted freemap. size: 64DEBG, Aug 26 00:36:49.310INFOunit : adding route 172.17.0.34/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 } }]
32852026-08-26T00:36:51.044ZDEBG
32862026-08-26T00:36:51.044Z initted freemap. size: 64freemap_route_ipv6,
32872026-08-26T00:36:51.044Zunit:Aug 26 00:36:49.310 Aug 26 00:36:49.310 freemap_route_ipv6DEBG
32882026-08-26T00:36:51.044ZINFOAug 26 00:36:49.310 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 } }] DEBGAug 26 00:36:49.310
32892026-08-26T00:36:51.044Z adding route 172.17.0.11/32 -> 10.0.0.255
32902026-08-26T00:36:51.044ZDEBGreset freemap , reset freemapAug 26 00:36:49.310Aug 26 00:36:49.310unit DEBG, :INFO unitfreemap_route_ipv6
32912026-08-26T00:36:51.044Zreplacing 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.35/32 -> 10.0.0.255:
32922026-08-26T00:36:51.044Z
32932026-08-26T00:36:51.044ZAug 26 00:36:49.310 freemap_route_ipv6
32942026-08-26T00:36:51.044ZINFO Aug 26 00:36:49.310Aug 26 00:36:49.310 DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 26 00:36:49.310replacing 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 } }]
32952026-08-26T00:36:51.044Zadding route 172.17.0.12/32 -> 10.0.0.255
32962026-08-26T00:36:51.044ZINFO
32972026-08-26T00:36:51.044Zadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 26 00:36:49.310
32982026-08-26T00:36:51.044Z Aug 26 00:36:49.310 INFODEBG adding route 172.17.0.36/32 -> 10.0.0.255Aug 26 00:36:49.310Aug 26 00:36:49.310 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 } }]DEBG
32992026-08-26T00:36:51.044Z
33002026-08-26T00:36:51.044Z replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
33012026-08-26T00:36:51.044Z
33022026-08-26T00:36:51.044ZAug 26 00:36:49.310 DEBGAug 26 00:36:49.310 Aug 26 00:36:49.310replacing 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 00:36:49.310
33032026-08-26T00:36:51.044ZINFO INFOadding route 172.17.0.13/32 -> 10.0.0.255
33042026-08-26T00:36:51.044Zadding route 3fff:dead::/64 -> 2001:db8::55:2
33052026-08-26T00:36:51.044ZINFO Aug 26 00:36:49.310adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 26 00:36:49.310
33062026-08-26T00:36:51.044Z INFO adding route 172.17.0.37/32 -> 10.0.0.255DEBG
33072026-08-26T00:36:51.044Z Aug 26 00:36:49.310Aug 26 00:36:49.310replacing 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 } }]
33082026-08-26T00:36:51.044ZDEBG 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 } }]
33092026-08-26T00:36:51.044Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 00:36:49.310Aug 26 00:36:49.310
33102026-08-26T00:36:51.044ZDEBGINFO replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.14/32 -> 10.0.0.255
33112026-08-26T00:36:51.044ZAug 26 00:36:49.310
33122026-08-26T00:36:51.045ZAug 26 00:36:49.310 INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3
33132026-08-26T00:36:51.045Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 00:36:49.310
33142026-08-26T00:36:51.045ZAug 26 00:36:49.310 DEBGINFO adding route 172.17.0.38/32 -> 10.0.0.255replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33152026-08-26T00:36:51.045Z
33162026-08-26T00:36:51.045ZAug 26 00:36:49.310 Aug 26 00:36:49.303DEBGAug 26 00:36:49.310 Aug 26 00:36:49.310DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]created new freemap
33172026-08-26T00:36:51.045Z INFODEBG adding route 172.17.0.15/32 -> 10.0.0.255
33182026-08-26T00:36:51.045Zreplacing 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 } }],
33192026-08-26T00:36:51.045ZAug 26 00:36:49.310 unitINFO: Aug 26 00:36:49.310Aug 26 00:36:49.310 adding route 3fff:dead::/64 -> 2001:db8::55:4
33202026-08-26T00:36:51.045ZDEBG 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 } }]
33212026-08-26T00:36:51.045Zadding route 172.17.0.39/32 -> 10.0.0.255freemap_route_ipv4
33222026-08-26T00:36:51.045Z
33232026-08-26T00:36:51.045ZAug 26 00:36:49.310Aug 26 00:36:49.310 DEBG Aug 26 00:36:49.310replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 00:36:49.310DEBG
33242026-08-26T00:36:51.045ZINFO 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 } }]created new freemap
33252026-08-26T00:36:51.045Zadding route 172.17.0.16/32 -> 10.0.0.255Aug 26 00:36:49.310,
33262026-08-26T00:36:51.045Z 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:3, vlan_id: None } }]:Aug 26 00:36:49.310
33272026-08-26T00:36:51.045Z Aug 26 00:36:49.310freemap_route_ipv6 DEBGINFO replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.40/32 -> 10.0.0.255
33282026-08-26T00:36:51.045Z
33292026-08-26T00:36:51.045Z
33302026-08-26T00:36:51.045ZAug 26 00:36:49.310Aug 26 00:36:49.310 Aug 26 00:36:49.310DEBG DEBGINFOinitted freemap. size: 64 adding route 172.17.0.17/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 } }]
33312026-08-26T00:36:51.045Z,
33322026-08-26T00:36:51.045Zunit:Aug 26 00:36:49.310 freemap_route_ipv4DEBGAug 26 00:36:49.310 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 } }]
33332026-08-26T00:36:51.045Z
33342026-08-26T00:36:51.045ZINFO adding route 172.17.0.41/32 -> 10.0.0.255
33352026-08-26T00:36:51.045ZAug 26 00:36:49.310Aug 26 00:36:49.310 DEBGINFO Aug 26 00:36:49.310adding route 172.17.0.18/32 -> 10.0.0.255
33362026-08-26T00:36:51.045ZDEBGreset freemap , 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 } }]unit
33372026-08-26T00:36:51.045Z: Aug 26 00:36:49.310freemap_route_ipv4
33382026-08-26T00:36:51.045ZAug 26 00:36:49.310DEBG INFO replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255
33392026-08-26T00:36:51.045Z
33402026-08-26T00:36:51.045Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
33412026-08-26T00:36:51.045ZAug 26 00:36:49.310 DEBGAug 26 00:36:49.310 initted freemap. size: 64Aug 26 00:36:49.310, INFODEBGunit adding route 172.17.0.19/32 -> 10.0.0.255: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 } }]
33422026-08-26T00:36:51.045Z
33432026-08-26T00:36:51.045Z freemap_route_ipv6
33442026-08-26T00:36:51.045ZAug 26 00:36:49.310 DEBGINFO Aug 26 00:36:49.310replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFOAug 26 00:36:49.310
33452026-08-26T00:36:51.045Z
33462026-08-26T00:36:51.045Z DEBGadding route 172.17.0.43/32 -> 10.0.0.255
33472026-08-26T00:36:51.045Zreset freemapAug 26 00:36:49.310, Aug 26 00:36:49.310unitAug 26 00:36:49.310: DEBGINFO 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 } }]
33482026-08-26T00:36:51.045Z adding route 172.17.0.20/32 -> 10.0.0.255 freemap_route_ipv6replacing 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 } }]
33492026-08-26T00:36:51.045Z
33502026-08-26T00:36:51.045Z
33512026-08-26T00:36:51.045ZAug 26 00:36:49.310 INFOAug 26 00:36:49.310 Aug 26 00:36:49.310adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 26 00:36:49.303
33522026-08-26T00:36:51.046Z Aug 26 00:36:49.310INFODEBG DEBG adding route 172.17.0.44/32 -> 10.0.0.255replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33532026-08-26T00:36:51.046Z
33542026-08-26T00:36:51.046ZINFO created new freemapadding route 172.16.0.0/32 -> 10.0.0.1Aug 26 00:36:49.310, Aug 26 00:36:49.310 unitDEBG Aug 26 00:36:49.310 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 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
33552026-08-26T00:36:51.046Z adding route 172.17.0.21/32 -> 10.0.0.255
33562026-08-26T00:36:51.046Z
33572026-08-26T00:36:51.046Z
33582026-08-26T00:36:51.046Zfreemap_route_ipv4
33592026-08-26T00:36:51.046ZAug 26 00:36:49.310Aug 26 00:36:49.310Aug 26 00:36:49.310 Aug 26 00:36:49.303 INFOINFODEBG DEBG adding route 172.17.0.45/32 -> 10.0.0.255 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 26 00:36:49.310
33602026-08-26T00:36:51.046Zreplacing 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 00:36:49.310
33612026-08-26T00:36:51.046Z
33622026-08-26T00:36:51.046Zreplacing 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 00:36:49.310DEBG
33632026-08-26T00:36:51.046Z 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 } }]Aug 26 00:36:49.310Aug 26 00:36:49.310replacing 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 } }]
33642026-08-26T00:36:51.046Zcreated new freemapINFO Aug 26 00:36:49.310adding route 172.17.0.22/32 -> 10.0.0.255,
33652026-08-26T00:36:51.046ZAug 26 00:36:49.310 unitINFO
33662026-08-26T00:36:51.046ZINFO: adding route 172.17.0.46/32 -> 10.0.0.255Aug 26 00:36:49.310
33672026-08-26T00:36:51.046Z DEBG adding route 172.17.0.7/32 -> 10.0.0.255freemap_route_ipv6replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33682026-08-26T00:36:51.046Z
33692026-08-26T00:36:51.046ZAug 26 00:36:49.310
33702026-08-26T00:36:51.046Z DEBG DEBGreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
33712026-08-26T00:36:51.046ZAug 26 00:36:49.310 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 00:36:49.310
33722026-08-26T00:36:51.046ZDEBG Aug 26 00:36:49.310Aug 26 00:36:49.310 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 } }]INFOAug 26 00:36:49.310
33732026-08-26T00:36:51.046Zadding route 172.17.0.23/32 -> 10.0.0.255
33742026-08-26T00:36:51.046ZINFOAug 26 00:36:49.310DEBG INFO Aug 26 00:36:49.310Aug 26 00:36:49.310adding route 172.17.0.47/32 -> 10.0.0.255initted freemap. size: 64 INFODEBG INFO, adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33752026-08-26T00:36:51.046Z
33762026-08-26T00:36:51.046Zunit
33772026-08-26T00:36:51.052Z: freemap_route_ipv4adding route 172.17.0.8/32 -> 10.0.0.255Aug 26 00:36:49.310Aug 26 00:36:49.310
33782026-08-26T00:36:51.052ZINFO
33792026-08-26T00:36:51.052Zadding route 172.17.0.24/32 -> 10.0.0.255 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 } }]
33802026-08-26T00:36:51.052ZAug 26 00:36:49.310
33812026-08-26T00:36:51.052ZAug 26 00:36:49.310 DEBG Aug 26 00:36:49.310 Aug 26 00:36:49.310replacing 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
33822026-08-26T00:36:51.052ZDEBG 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 00:36:49.310 Aug 26 00:36:49.311DEBG reset freemapDEBG,
33832026-08-26T00:36:51.052Zunitcreated 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 } }]freemap_route_ipv4unit
33842026-08-26T00:36:51.052Z:
33852026-08-26T00:36:51.052Z freemap_route_ipv4Aug 26 00:36:49.317
33862026-08-26T00:36:51.052Z INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 26 00:36:49.317
33872026-08-26T00:36:51.052ZINFO adding route 172.17.0.25/32 -> 10.0.0.255Aug 26 00:36:49.317 Aug 26 00:36:49.317INFOadding route 172.16.0.0/32 -> 10.0.0.2
33882026-08-26T00:36:51.052Zadding route 172.17.0.48/32 -> 10.0.0.255DEBG
33892026-08-26T00:36:51.052Zcreated new freemap,
33902026-08-26T00:36:51.052Zunit Aug 26 00:36:49.317DEBG Aug 26 00:36:49.317DEBG : 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 } }]DEBGfreemap_route_ipv6
33912026-08-26T00:36:51.052Z
33922026-08-26T00:36:51.052Zreplacing 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 } }]
33932026-08-26T00:36:51.052ZAug 26 00:36:49.317replacing 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 00:36:49.317DEBGAug 26 00:36:49.317 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
33942026-08-26T00:36:51.052ZINFO
33952026-08-26T00:36:51.052Z DEBG initted freemap. size: 64adding route 172.17.0.26/32 -> 10.0.0.255,
33962026-08-26T00:36:51.052ZAug 26 00:36:49.317 Aug 26 00:36:49.317unitAug 26 00:36:49.317 INFO Aug 26 00:36:49.317:INFOINFO adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.49/32 -> 10.0.0.255
33972026-08-26T00:36:51.052Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:fffreemap_route_ipv4
33982026-08-26T00:36:51.052ZDEBG
33992026-08-26T00:36:51.052Z 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 } }]
34002026-08-26T00:36:51.052Z
34012026-08-26T00:36:51.053ZAug 26 00:36:49.317Aug 26 00:36:49.317Aug 26 00:36:49.317 DEBG DEBGDEBG Aug 26 00:36:49.317replacing 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 00:36:49.317replacing 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 00:36:49.311
34022026-08-26T00:36:51.053Z INFO
34032026-08-26T00:36:51.053Z reset freemapadding route 172.17.0.27/32 -> 10.0.0.255,
34042026-08-26T00:36:51.053ZAug 26 00:36:49.317unit: INFO freemap_route_ipv4adding route 172.17.0.50/32 -> 10.0.0.255Aug 26 00:36:49.317
34052026-08-26T00:36:51.053Z
34062026-08-26T00:36:51.053ZAug 26 00:36:49.317 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 } }]INFODEBG Aug 26 00:36:49.317Aug 26 00:36:49.317
34072026-08-26T00:36:51.053Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff DEBG
34082026-08-26T00:36:51.053ZDEBGcreated new freemap initted freemap. size: 64 , Aug 26 00:36:49.317 , unitAug 26 00:36:49.317: freemap_route_ipv6DEBGINFO
34092026-08-26T00:36:51.053Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]DEBGadding route 172.17.0.28/32 -> 10.0.0.255
34102026-08-26T00:36:51.053Zreplacing 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 } }]
34112026-08-26T00:36:51.053ZAug 26 00:36:49.317
34122026-08-26T00:36:51.053Z DEBG reset freemapAug 26 00:36:49.317, 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 00:36:49.317unitunitINFOAug 26 00:36:49.317::
34132026-08-26T00:36:51.053ZDEBG freemap_route_ipv6INFO 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 } }]
34142026-08-26T00:36:51.053Zadding route 172.17.0.51/32 -> 10.0.0.255
34152026-08-26T00:36:51.053Z
34162026-08-26T00:36:51.053Z adding route 172.16.0.0/32 -> 10.0.0.4
34172026-08-26T00:36:51.053ZAug 26 00:36:49.317Aug 26 00:36:49.317 INFO freemap_route_ipv4INFOadding route 172.16.0.0/32 -> 10.0.0.1Aug 26 00:36:49.317
34182026-08-26T00:36:51.053Z
34192026-08-26T00:36:51.053Z INFO Aug 26 00:36:49.317adding route 172.17.0.29/32 -> 10.0.0.255Aug 26 00:36:49.317adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 26 00:36:49.317
34202026-08-26T00:36:51.053Z
34212026-08-26T00:36:51.053ZDEBG Aug 26 00:36:49.317DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
34222026-08-26T00:36:51.053Z
34232026-08-26T00:36:51.053Zreplacing 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 } }]
34242026-08-26T00:36:51.053Zreplacing 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 00:36:49.317
34252026-08-26T00:36:51.053Z DEBGAug 26 00:36:49.317Aug 26 00:36:49.317 Aug 26 00:36:49.317INFOAug 26 00:36:49.317 adding route 172.16.0.0/32 -> 10.0.0.2
34262026-08-26T00:36:51.053Z INFO DEBGadding route 172.17.0.30/32 -> 10.0.0.255created new freemap
34272026-08-26T00:36:51.053Z , Aug 26 00:36:49.317replacing 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 00:36:49.317
34282026-08-26T00:36:51.053ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] unit
34292026-08-26T00:36:51.053ZINFOAug 26 00:36:49.317 DEBGadding route 172.17.0.52/32 -> 10.0.0.255
34302026-08-26T00:36:51.053Zreplacing 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 00:36:49.317
34312026-08-26T00:36:51.053ZAug 26 00:36:49.317 INFO Aug 26 00:36:49.317INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 26 00:36:49.317
34322026-08-26T00:36:51.053Zfreemap_route_ipv6 adding route 172.16.0.0/32 -> 10.0.0.3
34332026-08-26T00:36:51.053Z
34342026-08-26T00:36:51.053ZINFO DEBGadding route 172.17.0.31/32 -> 10.0.0.255 Aug 26 00:36:49.317replacing 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 } }]
34352026-08-26T00:36:51.053Z Aug 26 00:36:49.317DEBG
34362026-08-26T00:36:51.053Ztest route::tests::same_size_non_subset_replace ... ok
34372026-08-26T00:36:51.053Ztest route::tests::delete_targets_full ... ok
34382026-08-26T00:36:51.053ZDEBG Aug 26 00:36:49.317replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 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 } }]
34392026-08-26T00:36:51.053ZDEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:36:49.317
34402026-08-26T00:36:51.054ZAug 26 00:36:49.317
34412026-08-26T00:36:51.054ZAug 26 00:36:49.317 DEBG INFOINFO Aug 26 00:36:49.317adding route 172.16.0.0/32 -> 10.0.0.4initted freemap. size: 64
34422026-08-26T00:36:51.054Z , Aug 26 00:36:49.317adding route 172.17.0.53/32 -> 10.0.0.255 INFO
34432026-08-26T00:36:51.054Zunit:INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 26 00:36:49.317
34442026-08-26T00:36:51.054Z DEBGfreemap_route_ipv4 adding route 172.17.0.32/32 -> 10.0.0.255
34452026-08-26T00:36:51.054ZAug 26 00:36:49.317
34462026-08-26T00:36:51.054Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
34472026-08-26T00:36:51.054ZAug 26 00:36:49.317DEBG 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 00:36:49.317 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 } }]
34482026-08-26T00:36:51.054ZAug 26 00:36:49.317
34492026-08-26T00:36:51.054Z DEBG Aug 26 00:36:49.317replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 26 00:36:49.317
34502026-08-26T00:36:51.054ZAug 26 00:36:49.317 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 } }]
34512026-08-26T00:36:51.054ZINFODEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ffreset freemapINFO
34522026-08-26T00:36:51.054ZAug 26 00:36:49.317, unitINFO: adding route 172.17.0.54/32 -> 10.0.0.255 Aug 26 00:36:49.317
34532026-08-26T00:36:51.054Zadding route 172.17.0.33/32 -> 10.0.0.255
34542026-08-26T00:36:51.054ZDEBGfreemap_route_ipv4
34552026-08-26T00:36:51.054ZAug 26 00:36:49.317replacing 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 00:36:49.317
34562026-08-26T00:36:51.054ZDEBG 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 00:36:49.317
34572026-08-26T00:36:51.054Zreplacing 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
34582026-08-26T00:36:51.054Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 26 00:36:49.317
34592026-08-26T00:36:51.054Z DEBGAug 26 00:36:49.317Aug 26 00:36:49.317 initted freemap. size: 64INFO INFO, adding route 172.17.0.34/32 -> 10.0.0.255Aug 26 00:36:49.317unit
34602026-08-26T00:36:51.054Zadding route 172.17.0.55/32 -> 10.0.0.255
34612026-08-26T00:36:51.054ZDEBG: freemap_route_ipv6replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
34622026-08-26T00:36:51.054ZAug 26 00:36:49.317
34632026-08-26T00:36:51.054Z DEBGAug 26 00:36:49.317 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
34642026-08-26T00:36:51.054ZAug 26 00:36:49.317Aug 26 00:36:49.317 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 } }]
34652026-08-26T00:36:51.054ZDEBGINFO Aug 26 00:36:49.317reset freemap Aug 26 00:36:49.317, INFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ff unit
34662026-08-26T00:36:51.054Z adding route 172.17.0.35/32 -> 10.0.0.255:INFO
34672026-08-26T00:36:51.054ZAug 26 00:36:49.317adding route 172.17.0.56/32 -> 10.0.0.255freemap_route_ipv6
34682026-08-26T00:36:51.054Z
34692026-08-26T00:36:51.054ZDEBGAug 26 00:36:49.317 replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 26 00:36:49.317
34702026-08-26T00:36:51.054ZAug 26 00:36:49.317 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 } }]
34712026-08-26T00:36:51.054ZDEBG INFOreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:36:49.317
34722026-08-26T00:36:51.054Z Aug 26 00:36:49.317INFO INFO adding route 172.17.0.36/32 -> 10.0.0.255adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
34732026-08-26T00:36:51.054ZAug 26 00:36:49.317adding route 172.16.0.0/32 -> 10.0.0.1
34742026-08-26T00:36:51.054ZINFO
34752026-08-26T00:36:51.054Z adding route 172.17.0.57/32 -> 10.0.0.255Aug 26 00:36:49.317
34762026-08-26T00:36:51.054ZAug 26 00:36:49.317 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 } }]Aug 26 00:36:49.317replacing 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 00:36:49.317
34772026-08-26T00:36:51.059Z
34782026-08-26T00:36:51.059ZDEBG 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 } }]DEBGAug 26 00:36:49.317
34792026-08-26T00:36:51.059Z Aug 26 00:36:49.317replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 INFO adding route 172.17.0.37/32 -> 10.0.0.255adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
34802026-08-26T00:36:51.059Z
34812026-08-26T00:36:51.059ZAug 26 00:36:49.317
34822026-08-26T00:36:51.059Z INFO adding route 172.17.0.58/32 -> 10.0.0.255Aug 26 00:36:49.317Aug 26 00:36:49.317 DEBGAug 26 00:36:49.317 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
34832026-08-26T00:36:51.059Z
34842026-08-26T00:36:51.059Zadding route 172.16.0.0/32 -> 10.0.0.2
34852026-08-26T00:36:51.059Z DEBGAug 26 00:36:49.317 Aug 26 00:36:49.317replacing 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 } }] DEBGINFO
34862026-08-26T00:36:51.059ZAug 26 00:36:49.317 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 } }]DEBGAug 26 00:36:49.317adding route 172.17.0.38/32 -> 10.0.0.255
34872026-08-26T00:36:51.059Z INFO
34882026-08-26T00:36:51.059Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
34892026-08-26T00:36:51.059ZAug 26 00:36:49.317adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
34902026-08-26T00:36:51.059ZDEBGAug 26 00:36:49.317 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 00:36:49.317
34912026-08-26T00:36:51.059ZAug 26 00:36:49.317 DEBGDEBG INFO replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, 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 } }]
34922026-08-26T00:36:51.059ZAug 26 00:36:49.317 INFO Aug 26 00:36:49.323
34932026-08-26T00:36:51.060ZDEBGadding route 172.17.0.39/32 -> 10.0.0.255
34942026-08-26T00:36:51.060Zreplacing 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 } }]
34952026-08-26T00:36:51.060ZAug 26 00:36:49.323Aug 26 00:36:49.323 INFODEBG adding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34962026-08-26T00:36:51.060Z
34972026-08-26T00:36:51.060Z INFO Aug 26 00:36:49.323adding route 172.17.0.0/32 -> 10.0.0.255
34982026-08-26T00:36:51.060ZDEBG 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 } }]
34992026-08-26T00:36:51.060ZAug 26 00:36:49.323 Aug 26 00:36:49.323INFO Aug 26 00:36:49.323
35002026-08-26T00:36:51.060Zadding route 172.17.0.40/32 -> 10.0.0.255DEBG
35012026-08-26T00:36:51.060ZDEBG failed to allocate space for the new target list
35022026-08-26T00:36:51.060Zreplacing 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 00:36:49.323
35032026-08-26T00:36:51.060Z Aug 26 00:36:49.323DEBG INFOreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 26 00:36:49.323
35042026-08-26T00:36:51.060Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff INFO
35052026-08-26T00:36:51.060Z adding route 172.17.0.1/32 -> 10.0.0.255Aug 26 00:36:49.323
35062026-08-26T00:36:51.060Z DEBGAug 26 00:36:49.323 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFO
35072026-08-26T00:36:51.060Z Aug 26 00:36:49.323Aug 26 00:36:49.323 DEBGadding route 172.17.0.41/32 -> 10.0.0.255
35082026-08-26T00:36:51.060ZDEBG 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: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 } }]
35092026-08-26T00:36:51.060Z
35102026-08-26T00:36:51.060ZAug 26 00:36:49.324 DEBGAug 26 00:36:49.324 replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
35112026-08-26T00:36:51.060Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
35122026-08-26T00:36:51.060ZAug 26 00:36:49.317Aug 26 00:36:49.324 Aug 26 00:36:49.324DEBG Aug 26 00:36:49.324INFOINFO adding route 172.17.0.2/32 -> 10.0.0.255DEBG
35132026-08-26T00:36:51.060Z adding route 172.17.0.42/32 -> 10.0.0.255initted freemap. size: 64
35142026-08-26T00:36:51.060Zreplacing 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 } }],
35152026-08-26T00:36:51.060ZunitAug 26 00:36:49.324Aug 26 00:36:49.324: freemap_route_ipv6 DEBGDEBG
35162026-08-26T00:36:51.060Z 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 } }]
35172026-08-26T00:36:51.060Zreplacing 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 00:36:49.324
35182026-08-26T00:36:51.060ZAug 26 00:36:49.324 Aug 26 00:36:49.324 DEBGINFOINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 172.17.0.43/32 -> 10.0.0.255
35192026-08-26T00:36:51.060Z
35202026-08-26T00:36:51.060ZAug 26 00:36:49.324 INFO reset freemapAug 26 00:36:49.324Aug 26 00:36:49.324adding route 172.17.0.3/32 -> 10.0.0.255
35212026-08-26T00:36:51.060Z, 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 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 } }]
35222026-08-26T00:36:51.060Z
35232026-08-26T00:36:51.060ZunitAug 26 00:36:49.324: DEBGfreemap_route_ipv6Aug 26 00:36:49.324
35242026-08-26T00:36:51.060ZAug 26 00:36:49.324 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
35252026-08-26T00:36:51.060Z adding route 172.17.0.44/32 -> 10.0.0.255INFO
35262026-08-26T00:36:51.060Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
35272026-08-26T00:36:51.060ZAug 26 00:36:49.324Aug 26 00:36:49.324 Aug 26 00:36:49.324Aug 26 00:36:49.324 DEBG INFOreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35282026-08-26T00:36:51.060ZDEBGadding route 172.17.0.4/32 -> 10.0.0.255INFO
35292026-08-26T00:36:51.060Z adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
35302026-08-26T00:36:51.060ZAug 26 00:36:49.324
35312026-08-26T00:36:51.061Z INFOAug 26 00:36:49.324 adding route 172.17.0.45/32 -> 10.0.0.255Aug 26 00:36:49.324
35322026-08-26T00:36:51.061ZDEBGAug 26 00:36:49.324 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 } }] Aug 26 00:36:49.324 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBGDEBG
35332026-08-26T00:36:51.061Z 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 } }]
35342026-08-26T00:36:51.061Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
35352026-08-26T00:36:51.061Z
35362026-08-26T00:36:51.061ZAug 26 00:36:49.324 DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:36:49.324
35372026-08-26T00:36:51.061Z INFOAug 26 00:36:49.324Aug 26 00:36:49.324 Aug 26 00:36:49.324INFOadding route 172.17.0.46/32 -> 10.0.0.255
35382026-08-26T00:36:51.061ZINFO INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2
35392026-08-26T00:36:51.061Z
35402026-08-26T00:36:51.061ZAug 26 00:36:49.324adding route 172.17.0.5/32 -> 10.0.0.255
35412026-08-26T00:36:51.061ZDEBG Aug 26 00:36:49.324replacing 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 } }]
35422026-08-26T00:36:51.061Ztest route::tests::add_target_fails_full ... ok
35432026-08-26T00:36:51.061ZDEBG 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 00:36:49.324
35442026-08-26T00:36:51.061Z Aug 26 00:36:49.324DEBGAug 26 00:36:49.324 INFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255 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 } }]
35452026-08-26T00:36:51.061Z
35462026-08-26T00:36:51.061ZAug 26 00:36:49.324replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
35472026-08-26T00:36:51.061ZAug 26 00:36:49.324Aug 26 00:36:49.324INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG
35482026-08-26T00:36:51.061Z 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 00:36:49.324
35492026-08-26T00:36:51.061Z Aug 26 00:36:49.324INFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 26 00:36:49.324DEBG
35502026-08-26T00:36:51.061Z INFOadding route 172.17.0.6/32 -> 10.0.0.255 replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.48/32 -> 10.0.0.255
35512026-08-26T00:36:51.061Z
35522026-08-26T00:36:51.061Z
35532026-08-26T00:36:51.061ZAug 26 00:36:49.310Aug 26 00:36:49.331 INFODEBGAug 26 00:36:49.331 adding route 172.17.0.9/32 -> 10.0.0.255 replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35542026-08-26T00:36:51.061ZDEBG
35552026-08-26T00:36:51.061Z 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 } }]
35562026-08-26T00:36:51.061ZAug 26 00:36:49.331 Aug 26 00:36:49.331Aug 26 00:36:49.331 DEBG Aug 26 00:36:49.331replacing 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 } }]
35572026-08-26T00:36:51.061ZAug 26 00:36:49.331 INFO adding route 172.17.0.10/32 -> 10.0.0.255
35582026-08-26T00:36:51.061ZAug 26 00:36:49.331 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 } }]INFO
35592026-08-26T00:36:51.061Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
35602026-08-26T00:36:51.061ZAug 26 00:36:49.331 INFO adding route 172.17.0.49/32 -> 10.0.0.255
35612026-08-26T00:36:51.061ZAug 26 00:36:49.331INFO Aug 26 00:36:49.331DEBG 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 } }]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.11/32 -> 10.0.0.255
35622026-08-26T00:36:51.061Z
35632026-08-26T00:36:51.061Z
35642026-08-26T00:36:51.061ZAug 26 00:36:49.331 INFOAug 26 00:36:49.331 adding route 172.17.0.50/32 -> 10.0.0.255INFO
35652026-08-26T00:36:51.061Z Aug 26 00:36:49.331adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
35662026-08-26T00:36:51.061ZDEBGAug 26 00:36:49.331 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
35672026-08-26T00:36:51.061Z 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 00:36:49.331
35682026-08-26T00:36:51.061Z DEBG Aug 26 00:36:49.331replacing 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 } }]
35692026-08-26T00:36:51.061ZINFOAug 26 00:36:49.331 adding route 172.17.0.51/32 -> 10.0.0.255INFO
35702026-08-26T00:36:51.061Z adding route 172.17.0.12/32 -> 10.0.0.255Aug 26 00:36:49.331
35712026-08-26T00:36:51.061Z INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
35722026-08-26T00:36:51.062ZAug 26 00:36:49.331Aug 26 00:36:49.331 Aug 26 00:36:49.331DEBGDEBG 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 } }]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 } }]
35732026-08-26T00:36:51.062Z
35742026-08-26T00:36:51.062Zreplacing 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 } }]
35752026-08-26T00:36:51.062ZAug 26 00:36:49.331Aug 26 00:36:49.331 INFOINFO adding route 172.17.0.52/32 -> 10.0.0.255adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 26 00:36:49.331
35762026-08-26T00:36:51.062Z
35772026-08-26T00:36:51.066Z INFO Aug 26 00:36:49.331adding route 172.17.0.13/32 -> 10.0.0.255Aug 26 00:36:49.331
35782026-08-26T00:36:51.066ZDEBGDEBG 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 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 } }]
35792026-08-26T00:36:51.066Z
35802026-08-26T00:36:51.066ZAug 26 00:36:49.331 Aug 26 00:36:49.331INFO DEBGadding route 172.17.0.53/32 -> 10.0.0.255
35812026-08-26T00:36:51.066Zreplacing 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 00:36:49.331
35822026-08-26T00:36:51.066Z INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 26 00:36:49.331
35832026-08-26T00:36:51.066Z Aug 26 00:36:49.331DEBG INFOreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35842026-08-26T00:36:51.066Zadding route 172.17.0.14/32 -> 10.0.0.255Aug 26 00:36:49.331
35852026-08-26T00:36:51.066Z DEBGAug 26 00:36:49.331 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 } }]
35862026-08-26T00:36:51.066Zadding route 172.17.0.54/32 -> 10.0.0.255
35872026-08-26T00:36:51.066ZAug 26 00:36:49.331 Aug 26 00:36:49.331Aug 26 00:36:49.331DEBG INFO 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 } }]
35882026-08-26T00:36:51.066Zreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
35892026-08-26T00:36:51.066Z
35902026-08-26T00:36:51.066ZAug 26 00:36:49.331 INFO adding route 172.17.0.15/32 -> 10.0.0.255Aug 26 00:36:49.331
35912026-08-26T00:36:51.066Z 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 00:36:49.331
35922026-08-26T00:36:51.066Z INFOAug 26 00:36:49.331 adding route 172.17.0.55/32 -> 10.0.0.255DEBG
35932026-08-26T00:36:51.066Z Aug 26 00:36:49.331replacing 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 } }]
35942026-08-26T00:36:51.066ZINFO Aug 26 00:36:49.331adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
35952026-08-26T00:36:51.066ZDEBG 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 } }]
35962026-08-26T00:36:51.066ZAug 26 00:36:49.331 Aug 26 00:36:49.331INFOAug 26 00:36:49.331 DEBG adding route 172.17.0.16/32 -> 10.0.0.255replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
35972026-08-26T00:36:51.066ZINFO
35982026-08-26T00:36:51.066Zadding route 172.17.0.56/32 -> 10.0.0.255
35992026-08-26T00:36:51.066ZAug 26 00:36:49.331Aug 26 00:36:49.331 DEBGINFO replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:36:49.331
36002026-08-26T00:36:51.066Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
36012026-08-26T00:36:51.066ZDEBG Aug 26 00:36:49.331replacing 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 } }]
36022026-08-26T00:36:51.066ZINFO Aug 26 00:36:49.331adding route 172.17.0.57/32 -> 10.0.0.255
36032026-08-26T00:36:51.067ZDEBG Aug 26 00:36:49.331 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
36042026-08-26T00:36:51.067Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 00:36:49.331
36052026-08-26T00:36:51.067Z Aug 26 00:36:49.331DEBG INFOAug 26 00:36:49.331replacing 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 } }]
36062026-08-26T00:36:51.067ZINFOadding route 172.17.0.17/32 -> 10.0.0.255 adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
36072026-08-26T00:36:51.067Z
36082026-08-26T00:36:51.067ZAug 26 00:36:49.331Aug 26 00:36:49.331 Aug 26 00:36:49.331INFO Aug 26 00:36:49.331 DEBGadding route 172.17.0.58/32 -> 10.0.0.255
36092026-08-26T00:36:51.067Z INFO replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
36102026-08-26T00:36:51.067Z
36112026-08-26T00:36:51.067ZDEBGAug 26 00:36:49.331 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 } }]
36122026-08-26T00:36:51.067ZAug 26 00:36:49.331replacing 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 00:36:49.331
36132026-08-26T00:36:51.067Z DEBG INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 00:36:49.331
36142026-08-26T00:36:51.067ZAug 26 00:36:49.331adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
36152026-08-26T00:36:51.067Z INFOINFO adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255
36162026-08-26T00:36:51.067Z
36172026-08-26T00:36:51.067ZAug 26 00:36:49.331 Aug 26 00:36:49.331Aug 26 00:36:49.331DEBGAug 26 00:36:49.331 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: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.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGreplacing targets for 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 } }]
36182026-08-26T00:36:51.067Z
36192026-08-26T00:36:51.067Z
36202026-08-26T00:36:51.067Zreplacing 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 } }]
36212026-08-26T00:36:51.067ZAug 26 00:36:49.331Aug 26 00:36:49.331Aug 26 00:36:49.331 INFOINFO INFO adding route 172.17.0.19/32 -> 10.0.0.255
36222026-08-26T00:36:51.067Zadding route 172.17.0.60/32 -> 10.0.0.255adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
36232026-08-26T00:36:51.067Z
36242026-08-26T00:36:51.067ZAug 26 00:36:49.331Aug 26 00:36:49.331Aug 26 00:36:49.331 DEBG DEBGDEBGreplacing 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 } }]
36252026-08-26T00:36:51.067Z 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.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 } }]
36262026-08-26T00:36:51.067Z
36272026-08-26T00:36:51.067ZAug 26 00:36:49.331 Aug 26 00:36:49.331INFO INFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
36282026-08-26T00:36:51.067Zadding route 172.17.0.20/32 -> 10.0.0.255Aug 26 00:36:49.331
36292026-08-26T00:36:51.067Z INFO Aug 26 00:36:49.331adding route 172.17.0.61/32 -> 10.0.0.255
36302026-08-26T00:36:51.067ZDEBGAug 26 00:36:49.331 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
36312026-08-26T00:36:51.067Z Aug 26 00:36:49.331replacing 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 } }]
36322026-08-26T00:36:51.067ZDEBGAug 26 00:36:49.331 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 } }]INFO
36332026-08-26T00:36:51.067Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
36342026-08-26T00:36:51.067ZAug 26 00:36:49.331Aug 26 00:36:49.331 INFOINFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 172.17.0.62/32 -> 10.0.0.255Aug 26 00:36:49.331
36352026-08-26T00:36:51.067Z
36362026-08-26T00:36:51.067Z DEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
36372026-08-26T00:36:51.067ZAug 26 00:36:49.331 Aug 26 00:36:49.331DEBG 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 00:36:49.331
36382026-08-26T00:36:51.067Z replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
36392026-08-26T00:36:51.067Ztest route::tests::shrink_preserves_compacted_order ... ok
36402026-08-26T00:36:51.067Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 26 00:36:49.331
36412026-08-26T00:36:51.067Z INFO adding route 172.17.0.63/32 -> 10.0.0.255Aug 26 00:36:49.331
36422026-08-26T00:36:51.067Z Aug 26 00:36:49.331INFO INFO DEBGadding route 172.17.0.7/32 -> 10.0.0.255
36432026-08-26T00:36:51.068ZAug 26 00:36:49.331adding route 172.17.0.22/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 } }]
36442026-08-26T00:36:51.068Z
36452026-08-26T00:36:51.068ZDEBGAug 26 00:36:49.331 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 00:36:49.331
36462026-08-26T00:36:51.068ZDEBGAug 26 00:36:49.331 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
36472026-08-26T00:36:51.068Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 26 00:36:49.331DEBG Aug 26 00:36:49.331 DEBG
36482026-08-26T00:36:51.068Z 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 } }]
36492026-08-26T00:36:51.068Zfailed to allocate space for the new target listadding route 172.17.0.8/32 -> 10.0.0.255
36502026-08-26T00:36:51.068Z
36512026-08-26T00:36:51.068ZAug 26 00:36:49.331Aug 26 00:36:49.331Aug 26 00:36:49.331 DEBGDEBG Aug 26 00:36:49.331 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
36522026-08-26T00:36:51.068Zreplacing 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
36532026-08-26T00:36:51.068Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 00:36:49.331
36542026-08-26T00:36:51.068Zadding route 172.17.0.23/32 -> 10.0.0.255
36552026-08-26T00:36:51.068ZINFO Aug 26 00:36:49.331adding route 172.17.0.9/32 -> 10.0.0.255
36562026-08-26T00:36:51.068ZDEBG Aug 26 00:36:49.331failed to allocate space for the new target list Aug 26 00:36:49.331DEBG DEBGAug 26 00:36:49.331 failed to allocate space for the new target list
36572026-08-26T00:36:51.068Zreplacing 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 } }]
36582026-08-26T00:36:51.068Z
36592026-08-26T00:36:51.068ZDEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:36:49.331
36602026-08-26T00:36:51.068Z Aug 26 00:36:49.331DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 26 00:36:49.331 INFO adding route 172.17.0.10/32 -> 10.0.0.255
36612026-08-26T00:36:51.068ZAug 26 00:36:49.332Aug 26 00:36:49.338 DEBGDEBG created new freemapreplacing 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 } }], unit: freemap_route_ipv4
36622026-08-26T00:36:51.068Z
36632026-08-26T00:36:51.068Zadding route 172.17.0.24/32 -> 10.0.0.255
36642026-08-26T00:36:51.068ZAug 26 00:36:49.338
36652026-08-26T00:36:51.068Z DEBG Aug 26 00:36:49.338created new freemap Aug 26 00:36:49.338INFO DEBG, adding route 172.17.0.11/32 -> 10.0.0.255unitreplacing 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 } }]
36662026-08-26T00:36:51.068Z:
36672026-08-26T00:36:51.068Z freemap_route_ipv6
36682026-08-26T00:36:51.068ZAug 26 00:36:49.338Aug 26 00:36:49.338 DEBGINFO Aug 26 00:36:49.338 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
36692026-08-26T00:36:51.068Zadding route 172.17.0.25/32 -> 10.0.0.255
36702026-08-26T00:36:51.068Zinitted freemap. size: 64, unitAug 26 00:36:49.338: Aug 26 00:36:49.338INFO adding route 172.17.0.12/32 -> 10.0.0.255freemap_route_ipv4DEBG
36712026-08-26T00:36:51.068Z
36722026-08-26T00:36:51.068Z 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 } }]
36732026-08-26T00:36:51.068ZAug 26 00:36:49.338Aug 26 00:36:49.338 Aug 26 00:36:49.338DEBGDEBG 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 } }]INFOreset freemap ,
36742026-08-26T00:36:51.068Zunitadding route 172.17.0.26/32 -> 10.0.0.255:
36752026-08-26T00:36:51.068Z freemap_route_ipv4
36762026-08-26T00:36:51.068ZAug 26 00:36:49.338 Aug 26 00:36:49.338INFO Aug 26 00:36:49.338DEBG adding route 172.17.0.13/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 } }]
36772026-08-26T00:36:51.073Z
36782026-08-26T00:36:51.073ZDEBG initted freemap. size: 64, unitAug 26 00:36:49.338: DEBGAug 26 00:36:49.338 freemap_route_ipv6replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36792026-08-26T00:36:51.073Z
36802026-08-26T00:36:51.073ZINFO adding route 172.17.0.27/32 -> 10.0.0.255
36812026-08-26T00:36:51.073ZAug 26 00:36:49.338Aug 26 00:36:49.338 INFODEBG adding route 172.17.0.14/32 -> 10.0.0.255Aug 26 00:36:49.338
36822026-08-26T00:36:51.073Zreset freemap , DEBGunit :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 00:36:49.338 freemap_route_ipv6DEBG
36832026-08-26T00:36:51.073Z
36842026-08-26T00:36:51.073Z 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 } }]
36852026-08-26T00:36:51.073ZAug 26 00:36:49.338Aug 26 00:36:49.338 INFOINFOAug 26 00:36:49.338 adding route 172.16.0.0/32 -> 10.0.0.1
36862026-08-26T00:36:51.073Zadding route 172.17.0.28/32 -> 10.0.0.255INFO
36872026-08-26T00:36:51.073Z adding route 172.17.0.15/32 -> 10.0.0.255
36882026-08-26T00:36:51.073ZAug 26 00:36:49.338Aug 26 00:36:49.338 Aug 26 00:36:49.338DEBG DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
36892026-08-26T00:36:51.073Z
36902026-08-26T00:36:51.073Z 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 } }]
36912026-08-26T00:36:51.073ZAug 26 00:36:49.338Aug 26 00:36:49.338 Aug 26 00:36:49.338INFO adding route 172.16.0.0/32 -> 10.0.0.2INFOINFO
36922026-08-26T00:36:51.073Z adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255
36932026-08-26T00:36:51.073Z
36942026-08-26T00:36:51.073ZAug 26 00:36:49.338 DEBG Aug 26 00:36:49.338replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 00:36:49.338
36952026-08-26T00:36:51.073Z DEBG DEBGreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36962026-08-26T00:36:51.074ZAug 26 00:36:49.338replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
36972026-08-26T00:36:51.074Z adding route 172.16.0.0/32 -> 10.0.0.3
36982026-08-26T00:36:51.074ZAug 26 00:36:49.338Aug 26 00:36:49.338 Aug 26 00:36:49.338INFO INFOadding route 172.17.0.30/32 -> 10.0.0.255 DEBGadding route 172.17.0.17/32 -> 10.0.0.255
36992026-08-26T00:36:51.074Z
37002026-08-26T00:36:51.074Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
37012026-08-26T00:36:51.074ZAug 26 00:36:49.338Aug 26 00:36:49.338 Aug 26 00:36:49.338DEBG DEBGINFO replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4
37022026-08-26T00:36:51.074Z
37032026-08-26T00:36:51.074Z
37042026-08-26T00:36:51.074ZAug 26 00:36:49.338Aug 26 00:36:49.338 Aug 26 00:36:49.338INFO DEBGINFO adding route 172.17.0.18/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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 } }]
37052026-08-26T00:36:51.074Z
37062026-08-26T00:36:51.074Zadding route 172.17.0.31/32 -> 10.0.0.255
37072026-08-26T00:36:51.074ZAug 26 00:36:49.338 Aug 26 00:36:49.338Aug 26 00:36:49.338DEBG 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 } }]DEBG
37082026-08-26T00:36:51.074Z replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "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 } }]
37092026-08-26T00:36:51.074Z
37102026-08-26T00:36:51.074ZAug 26 00:36:49.338 INFOAug 26 00:36:49.338 adding route 172.17.0.19/32 -> 10.0.0.255INFO
37112026-08-26T00:36:51.074Z adding route 172.17.0.32/32 -> 10.0.0.255
37122026-08-26T00:36:51.074ZAug 26 00:36:49.338 DEBGAug 26 00:36:49.338 replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
37132026-08-26T00:36:51.074Z 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 } }]
37142026-08-26T00:36:51.074ZAug 26 00:36:49.338 INFOAug 26 00:36:49.338 adding route 172.17.0.20/32 -> 10.0.0.255INFO
37152026-08-26T00:36:51.074Z adding route 172.17.0.33/32 -> 10.0.0.255
37162026-08-26T00:36:51.074ZAug 26 00:36:49.338 Aug 26 00:36:49.338DEBG 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 } }]
37172026-08-26T00:36:51.074Zreplacing 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 } }]
37182026-08-26T00:36:51.074ZAug 26 00:36:49.338 Aug 26 00:36:49.338INFO INFOadding route 172.17.0.21/32 -> 10.0.0.255
37192026-08-26T00:36:51.074Zadding route 172.17.0.34/32 -> 10.0.0.255
37202026-08-26T00:36:51.074ZAug 26 00:36:49.338Aug 26 00:36:49.338 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.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 } }]
37212026-08-26T00:36:51.074Z
37222026-08-26T00:36:51.074ZAug 26 00:36:49.338Aug 26 00:36:49.338 INFOINFO adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255
37232026-08-26T00:36:51.074Z
37242026-08-26T00:36:51.074ZAug 26 00:36:49.338 DEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:36:49.338
37252026-08-26T00:36:51.074Z 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 } }]
37262026-08-26T00:36:51.074ZAug 26 00:36:49.338 Aug 26 00:36:49.338INFO INFOadding route 172.17.0.23/32 -> 10.0.0.255
37272026-08-26T00:36:51.074Zadding route 172.17.0.36/32 -> 10.0.0.255
37282026-08-26T00:36:51.074ZAug 26 00:36:49.338 Aug 26 00:36:49.338DEBG 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 } }]
37292026-08-26T00:36:51.074Zreplacing 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 } }]
37302026-08-26T00:36:51.074ZAug 26 00:36:49.338 Aug 26 00:36:49.338INFO INFOadding route 172.17.0.24/32 -> 10.0.0.255
37312026-08-26T00:36:51.074Zadding route 172.17.0.37/32 -> 10.0.0.255
37322026-08-26T00:36:51.074ZAug 26 00:36:49.338 Aug 26 00:36:49.338DEBG 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 } }]
37332026-08-26T00:36:51.074Zreplacing 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 } }]
37342026-08-26T00:36:51.074ZAug 26 00:36:49.338 Aug 26 00:36:49.338INFO INFOadding route 172.17.0.25/32 -> 10.0.0.255
37352026-08-26T00:36:51.075Ztest route::tests::delete_target_full ... ok
37362026-08-26T00:36:51.075Zadding route 172.17.0.38/32 -> 10.0.0.255
37372026-08-26T00:36:51.075ZAug 26 00:36:49.338 Aug 26 00:36:49.338DEBG 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 } }]
37382026-08-26T00:36:51.075Zreplacing 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 } }]
37392026-08-26T00:36:51.075ZAug 26 00:36:49.338 Aug 26 00:36:49.338INFO INFOadding route 172.17.0.26/32 -> 10.0.0.255
37402026-08-26T00:36:51.075Zadding route 172.17.0.39/32 -> 10.0.0.255
37412026-08-26T00:36:51.075ZAug 26 00:36:49.338 Aug 26 00:36:49.338DEBG 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 } }]
37422026-08-26T00:36:51.075Zreplacing 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 } }]
37432026-08-26T00:36:51.075ZAug 26 00:36:49.338Aug 26 00:36:49.338 INFOINFO adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.40/32 -> 10.0.0.255
37442026-08-26T00:36:51.075Z
37452026-08-26T00:36:51.075ZAug 26 00:36:49.338Aug 26 00:36:49.338 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.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 } }]
37462026-08-26T00:36:51.075Z
37472026-08-26T00:36:51.075ZAug 26 00:36:49.338Aug 26 00:36:49.338 INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255
37482026-08-26T00:36:51.075Z
37492026-08-26T00:36:51.075ZAug 26 00:36:49.338Aug 26 00:36:49.338 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.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 } }]
37502026-08-26T00:36:51.075Z
37512026-08-26T00:36:51.075ZAug 26 00:36:49.338Aug 26 00:36:49.338 INFOINFO adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255
37522026-08-26T00:36:51.075Z
37532026-08-26T00:36:51.075ZAug 26 00:36:49.338Aug 26 00:36:49.338 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.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 } }]
37542026-08-26T00:36:51.075Z
37552026-08-26T00:36:51.075ZAug 26 00:36:49.338Aug 26 00:36:49.338 INFOINFO adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255
37562026-08-26T00:36:51.075Z
37572026-08-26T00:36:51.075ZAug 26 00:36:49.338Aug 26 00:36:49.338 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.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 } }]
37582026-08-26T00:36:51.075Z
37592026-08-26T00:36:51.075ZAug 26 00:36:49.338Aug 26 00:36:49.338 INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.44/32 -> 10.0.0.255
37602026-08-26T00:36:51.075Z
37612026-08-26T00:36:51.075ZAug 26 00:36:49.338Aug 26 00:36:49.338 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.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 } }]
37622026-08-26T00:36:51.075Z
37632026-08-26T00:36:51.075ZAug 26 00:36:49.338Aug 26 00:36:49.338 INFOINFO adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.32/32 -> 10.0.0.255
37642026-08-26T00:36:51.075Z
37652026-08-26T00:36:51.075ZAug 26 00:36:49.338Aug 26 00:36:49.338 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.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 } }]
37662026-08-26T00:36:51.075Z
37672026-08-26T00:36:51.075ZAug 26 00:36:49.338Aug 26 00:36:49.338 INFOINFO adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255
37682026-08-26T00:36:51.075Z
37692026-08-26T00:36:51.075ZAug 26 00:36:49.338Aug 26 00:36:49.338 DEBGDEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37702026-08-26T00:36:51.075Z
37712026-08-26T00:36:51.075ZAug 26 00:36:49.338Aug 26 00:36:49.338 INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255
37722026-08-26T00:36:51.075Z
37732026-08-26T00:36:51.075ZAug 26 00:36:49.338Aug 26 00:36:49.338 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.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 } }]
37742026-08-26T00:36:51.075Z
37752026-08-26T00:36:51.075ZAug 26 00:36:49.338Aug 26 00:36:49.338 INFO adding route 172.17.0.48/32 -> 10.0.0.255
37762026-08-26T00:36:51.076Z INFOAug 26 00:36:49.345 adding route 172.17.0.35/32 -> 10.0.0.255DEBG
37772026-08-26T00:36:51.080Z 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 } }]
37782026-08-26T00:36:51.080ZAug 26 00:36:49.345Aug 26 00:36:49.345 DEBGINFO adding route 172.17.0.49/32 -> 10.0.0.255
37792026-08-26T00:36:51.080Z 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 } }]
37802026-08-26T00:36:51.080ZAug 26 00:36:49.345 DEBGAug 26 00:36:49.345 replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
37812026-08-26T00:36:51.080Z adding route 172.17.0.36/32 -> 10.0.0.255
37822026-08-26T00:36:51.080ZAug 26 00:36:49.345 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 } }]
37832026-08-26T00:36:51.080ZAug 26 00:36:49.345 INFO adding route 172.17.0.50/32 -> 10.0.0.255Aug 26 00:36:49.345
37842026-08-26T00:36:51.080Z INFO adding route 172.17.0.37/32 -> 10.0.0.255
37852026-08-26T00:36:51.080ZAug 26 00:36:49.338Aug 26 00:36:49.345Aug 26 00:36:49.345 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.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
37862026-08-26T00:36:51.080Z
37872026-08-26T00:36:51.080Z created new freemap, unitAug 26 00:36:49.345:Aug 26 00:36:49.345 INFOINFO freemap_route_ipv4adding route 172.17.0.51/32 -> 10.0.0.255
37882026-08-26T00:36:51.080Zadding route 172.17.0.38/32 -> 10.0.0.255
37892026-08-26T00:36:51.080Z
37902026-08-26T00:36:51.080ZAug 26 00:36:49.345Aug 26 00:36:49.345Aug 26 00:36:49.345 DEBG DEBG 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 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 } }]created new freemap
37912026-08-26T00:36:51.080Z
37922026-08-26T00:36:51.080Z, unit: Aug 26 00:36:49.345Aug 26 00:36:49.345 freemap_route_ipv6 INFO
37932026-08-26T00:36:51.080ZINFO adding route 172.17.0.52/32 -> 10.0.0.255
37942026-08-26T00:36:51.080Zadding route 172.17.0.39/32 -> 10.0.0.255Aug 26 00:36:49.345
37952026-08-26T00:36:51.080Z DEBGAug 26 00:36:49.345 initted freemap. size: 64DEBG, unitreplacing 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 00:36:49.345:
37962026-08-26T00:36:51.080Z DEBGfreemap_route_ipv4
37972026-08-26T00:36:51.081Zreplacing 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 00:36:49.345
37982026-08-26T00:36:51.081Z INFOAug 26 00:36:49.345 Aug 26 00:36:49.345DEBGadding route 172.17.0.53/32 -> 10.0.0.255
37992026-08-26T00:36:51.081ZINFOreset freemap , adding route 172.17.0.40/32 -> 10.0.0.255unit
38002026-08-26T00:36:51.081Z:Aug 26 00:36:49.345 freemap_route_ipv4DEBG
38012026-08-26T00:36:51.081ZAug 26 00:36:49.345 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 } }]
38022026-08-26T00:36:51.081ZDEBGAug 26 00:36:49.345 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 00:36:49.345DEBG INFOinitted freemap. size: 64
38032026-08-26T00:36:51.081Z, unitadding route 172.17.0.54/32 -> 10.0.0.255:
38042026-08-26T00:36:51.081Z freemap_route_ipv6Aug 26 00:36:49.345
38052026-08-26T00:36:51.081Z INFOAug 26 00:36:49.345 adding route 172.17.0.41/32 -> 10.0.0.255Aug 26 00:36:49.345
38062026-08-26T00:36:51.081ZDEBG DEBGreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38072026-08-26T00:36:51.081Zreset freemap, Aug 26 00:36:49.345unit Aug 26 00:36:49.345: INFOfreemap_route_ipv6
38082026-08-26T00:36:51.081Zadding route 172.17.0.55/32 -> 10.0.0.255DEBG
38092026-08-26T00:36:51.081Z 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 } }]
38102026-08-26T00:36:51.081ZAug 26 00:36:49.345Aug 26 00:36:49.345 Aug 26 00:36:49.345 DEBGINFO INFO replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1
38112026-08-26T00:36:51.081Z
38122026-08-26T00:36:51.081Zadding route 172.17.0.42/32 -> 10.0.0.255
38132026-08-26T00:36:51.081ZAug 26 00:36:49.345Aug 26 00:36:49.345Aug 26 00:36:49.345 INFODEBG DEBGadding route 172.17.0.56/32 -> 10.0.0.255
38142026-08-26T00:36:51.081Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38152026-08-26T00:36:51.081Z
38162026-08-26T00:36:51.081ZAug 26 00:36:49.345Aug 26 00:36:49.345Aug 26 00:36:49.345 INFOINFO DEBGadding route 172.17.0.43/32 -> 10.0.0.255
38172026-08-26T00:36:51.081Zreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1
38182026-08-26T00:36:51.081Z
38192026-08-26T00:36:51.081ZAug 26 00:36:49.345 Aug 26 00:36:49.345Aug 26 00:36:49.345DEBG 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 } }]INFO
38202026-08-26T00:36:51.081Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.57/32 -> 10.0.0.255
38212026-08-26T00:36:51.081Z
38222026-08-26T00:36:51.081ZAug 26 00:36:49.345Aug 26 00:36:49.345 Aug 26 00:36:49.345INFO INFO adding route 172.17.0.44/32 -> 10.0.0.255DEBG
38232026-08-26T00:36:51.081Z 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.16.0.0/32 -> 10.0.0.1
38242026-08-26T00:36:51.081Z
38252026-08-26T00:36:51.081ZAug 26 00:36:49.345 Aug 26 00:36:49.345Aug 26 00:36:49.345DEBG 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 } }]INFODEBG
38262026-08-26T00:36:51.081Z 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.17.0.58/32 -> 10.0.0.255
38272026-08-26T00:36:51.081Z
38282026-08-26T00:36:51.081ZAug 26 00:36:49.345Aug 26 00:36:49.345 Aug 26 00:36:49.345INFO INFOadding route 172.16.0.0/32 -> 10.0.0.2DEBG
38292026-08-26T00:36:51.081Z adding route 172.17.0.45/32 -> 10.0.0.255replacing 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 } }]
38302026-08-26T00:36:51.081Z
38312026-08-26T00:36:51.081ZAug 26 00:36:49.345 DEBGAug 26 00:36:49.345 Aug 26 00:36:49.345DEBGreplacing 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 } }] INFOreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38322026-08-26T00:36:51.081Zadding route 172.17.0.59/32 -> 10.0.0.255
38332026-08-26T00:36:51.081Z
38342026-08-26T00:36:51.082ZAug 26 00:36:49.345Aug 26 00:36:49.345 Aug 26 00:36:49.345INFO adding route 172.17.0.46/32 -> 10.0.0.255DEBG
38352026-08-26T00:36:51.082ZINFO 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.0/32 -> 10.0.0.255
38362026-08-26T00:36:51.082Z
38372026-08-26T00:36:51.082ZAug 26 00:36:49.345 DEBG Aug 26 00:36:49.345replacing 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 } }]
38382026-08-26T00:36:51.082ZAug 26 00:36:49.345DEBG INFO replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255
38392026-08-26T00:36:51.082ZAug 26 00:36:49.345
38402026-08-26T00:36:51.082Z INFO adding route 172.17.0.47/32 -> 10.0.0.255Aug 26 00:36:49.345Aug 26 00:36:49.345
38412026-08-26T00:36:51.082Z INFODEBG adding route 172.17.0.1/32 -> 10.0.0.255replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:36:49.345
38422026-08-26T00:36:51.082Z DEBG
38432026-08-26T00:36:51.082Z 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 } }]
38442026-08-26T00:36:51.082ZAug 26 00:36:49.345 Aug 26 00:36:49.345INFO Aug 26 00:36:49.345adding route 172.17.0.61/32 -> 10.0.0.255DEBG
38452026-08-26T00:36:51.082ZINFO 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.48/32 -> 10.0.0.255
38462026-08-26T00:36:51.082Z
38472026-08-26T00:36:51.082Ztest route::tests::delete_target_fragmented ... ok
38482026-08-26T00:36:51.082ZAug 26 00:36:49.345 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 } }]Aug 26 00:36:49.345
38492026-08-26T00:36:51.082Z Aug 26 00:36:49.345DEBG INFO replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255
38502026-08-26T00:36:51.082Z
38512026-08-26T00:36:51.082ZAug 26 00:36:49.345 INFO adding route 172.17.0.62/32 -> 10.0.0.255Aug 26 00:36:49.345Aug 26 00:36:49.345
38522026-08-26T00:36:51.082Z DEBG INFOreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38532026-08-26T00:36:51.082Zadding route 172.17.0.49/32 -> 10.0.0.255Aug 26 00:36:49.345
38542026-08-26T00:36:51.082Z DEBGAug 26 00:36:49.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
38552026-08-26T00:36:51.082ZAug 26 00:36:49.345 adding route 172.17.0.3/32 -> 10.0.0.255DEBG
38562026-08-26T00:36:51.082Ztest route::tests::delete_targets_fragmented ... ok
38572026-08-26T00:36:51.082Z
38582026-08-26T00:36:51.082Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
38592026-08-26T00:36:51.082Z
38602026-08-26T00:36:51.082Z replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:36:49.345
38612026-08-26T00:36:51.082Z Aug 26 00:36:49.345DEBG DEBGfailed to allocate space for the new target listAug 26 00:36:49.345
38622026-08-26T00:36:51.082Z 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 } }]
38632026-08-26T00:36:51.082ZINFOAug 26 00:36:49.345 adding route 172.17.0.50/32 -> 10.0.0.255DEBG
38642026-08-26T00:36:51.082Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
38652026-08-26T00:36:51.082ZAug 26 00:36:49.345Aug 26 00:36:49.345 INFODEBG adding route 172.17.0.4/32 -> 10.0.0.255replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38662026-08-26T00:36:51.082Z
38672026-08-26T00:36:51.082ZAug 26 00:36:49.345Aug 26 00:36:49.345 DEBGINFO replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255
38682026-08-26T00:36:51.082Z
38692026-08-26T00:36:51.082ZAug 26 00:36:49.345Aug 26 00:36:49.345 INFODEBG adding route 172.17.0.5/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 } }]
38702026-08-26T00:36:51.082Z
38712026-08-26T00:36:51.082ZAug 26 00:36:49.345Aug 26 00:36:49.345 DEBGINFO replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.52/32 -> 10.0.0.255
38722026-08-26T00:36:51.082Z
38732026-08-26T00:36:51.082ZAug 26 00:36:49.345Aug 26 00:36:49.345 INFODEBG adding route 172.17.0.6/32 -> 10.0.0.255replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38742026-08-26T00:36:51.083Z
38752026-08-26T00:36:51.083ZAug 26 00:36:49.345Aug 26 00:36:49.345 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.53/32 -> 10.0.0.255
38762026-08-26T00:36:51.083Z
38772026-08-26T00:36:51.088ZAug 26 00:36:49.345Aug 26 00:36:49.345 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.7/32 -> 10.0.0.255
38782026-08-26T00:36:51.088Z
38792026-08-26T00:36:51.088ZAug 26 00:36:49.345 DEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:36:49.345
38802026-08-26T00:36:51.088ZAug 26 00:36:49.345 INFOINFO adding route 172.17.0.8/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255
38812026-08-26T00:36:51.088Z
38822026-08-26T00:36:51.088ZAug 26 00:36:49.345Aug 26 00:36:49.345 DEBGDEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
38832026-08-26T00:36:51.088Z
38842026-08-26T00:36:51.088ZAug 26 00:36:49.345Aug 26 00:36:49.345 INFOINFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255
38852026-08-26T00:36:51.088Z
38862026-08-26T00:36:51.088ZAug 26 00:36:49.345Aug 26 00:36:49.345 DEBGDEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38872026-08-26T00:36:51.088Z
38882026-08-26T00:36:51.088ZAug 26 00:36:49.345Aug 26 00:36:49.345 INFOINFO adding route 172.17.0.56/32 -> 10.0.0.255adding route 172.17.0.10/32 -> 10.0.0.255
38892026-08-26T00:36:51.088Z
38902026-08-26T00:36:51.088ZAug 26 00:36:49.345Aug 26 00:36:49.345 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.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 } }]
38912026-08-26T00:36:51.088Z
38922026-08-26T00:36:51.088ZAug 26 00:36:49.345Aug 26 00:36:49.345 INFOINFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.11/32 -> 10.0.0.255
38932026-08-26T00:36:51.088Z
38942026-08-26T00:36:51.088ZAug 26 00:36:49.345Aug 26 00:36:49.345 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.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 } }]
38952026-08-26T00:36:51.088ZAug 26 00:36:49.352 INFO adding route 172.17.0.58/32 -> 10.0.0.255
38962026-08-26T00:36:51.088ZAug 26 00:36:49.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 } }]
38972026-08-26T00:36:51.088Z
38982026-08-26T00:36:51.088ZAug 26 00:36:49.352 INFO adding route 172.17.0.59/32 -> 10.0.0.255
38992026-08-26T00:36:51.088ZAug 26 00:36:49.352 INFO adding route 172.17.0.12/32 -> 10.0.0.255Aug 26 00:36:49.352
39002026-08-26T00:36:51.088Z 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 } }]
39012026-08-26T00:36:51.088ZAug 26 00:36:49.352 INFO adding route 172.17.0.60/32 -> 10.0.0.255
39022026-08-26T00:36:51.088ZAug 26 00:36:49.352 DEBGAug 26 00:36:49.352 replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
39032026-08-26T00:36:51.088Z 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 } }]
39042026-08-26T00:36:51.088ZAug 26 00:36:49.352 Aug 26 00:36:49.352INFO DEBGadding route 172.17.0.13/32 -> 10.0.0.255
39052026-08-26T00:36:51.088Zfailed to allocate space for the new target list
39062026-08-26T00:36:51.088ZAug 26 00:36:49.352 Aug 26 00:36:49.352DEBG 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 } }]
39072026-08-26T00:36:51.088Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
39082026-08-26T00:36:51.088ZAug 26 00:36:49.352 INFO adding route 172.17.0.14/32 -> 10.0.0.255
39092026-08-26T00:36:51.088ZAug 26 00:36:49.352 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 } }]
39102026-08-26T00:36:51.088ZAug 26 00:36:49.352 INFO adding route 172.17.0.15/32 -> 10.0.0.255
39112026-08-26T00:36:51.089ZAug 26 00:36:49.352 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 } }]
39122026-08-26T00:36:51.089ZAug 26 00:36:49.352 INFO adding route 172.17.0.16/32 -> 10.0.0.255
39132026-08-26T00:36:51.089ZAug 26 00:36:49.352 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 } }]
39142026-08-26T00:36:51.089ZAug 26 00:36:49.352 INFO adding route 172.17.0.17/32 -> 10.0.0.255
39152026-08-26T00:36:51.089ZAug 26 00:36:49.352 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 } }]
39162026-08-26T00:36:51.089ZAug 26 00:36:49.352 INFO adding route 172.17.0.18/32 -> 10.0.0.255
39172026-08-26T00:36:51.089ZAug 26 00:36:49.352 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 } }]
39182026-08-26T00:36:51.089ZAug 26 00:36:49.352 INFO adding route 172.17.0.19/32 -> 10.0.0.255
39192026-08-26T00:36:51.089ZAug 26 00:36:49.352 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 } }]
39202026-08-26T00:36:51.089ZAug 26 00:36:49.352 INFO adding route 172.17.0.20/32 -> 10.0.0.255
39212026-08-26T00:36:51.089ZAug 26 00:36:49.352 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 } }]
39222026-08-26T00:36:51.089ZAug 26 00:36:49.352 INFO adding route 172.17.0.21/32 -> 10.0.0.255
39232026-08-26T00:36:51.089ZAug 26 00:36:49.352 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 } }]
39242026-08-26T00:36:51.089ZAug 26 00:36:49.352 INFO adding route 172.17.0.22/32 -> 10.0.0.255
39252026-08-26T00:36:51.089ZAug 26 00:36:49.352 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 } }]
39262026-08-26T00:36:51.089ZAug 26 00:36:49.352 INFO adding route 172.17.0.23/32 -> 10.0.0.255
39272026-08-26T00:36:51.089ZAug 26 00:36:49.352 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 } }]
39282026-08-26T00:36:51.089ZAug 26 00:36:49.352 INFO adding route 172.17.0.24/32 -> 10.0.0.255
39292026-08-26T00:36:51.089ZAug 26 00:36:49.352 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 } }]
39302026-08-26T00:36:51.089ZAug 26 00:36:49.352 INFO adding route 172.17.0.25/32 -> 10.0.0.255
39312026-08-26T00:36:51.089ZAug 26 00:36:49.352 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 } }]
39322026-08-26T00:36:51.089ZAug 26 00:36:49.352 INFO adding route 172.17.0.26/32 -> 10.0.0.255
39332026-08-26T00:36:51.089ZAug 26 00:36:49.352 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 } }]
39342026-08-26T00:36:51.089ZAug 26 00:36:49.352 INFO adding route 172.17.0.27/32 -> 10.0.0.255
39352026-08-26T00:36:51.089ZAug 26 00:36:49.352 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 } }]
39362026-08-26T00:36:51.089ZAug 26 00:36:49.352 INFO adding route 172.17.0.28/32 -> 10.0.0.255
39372026-08-26T00:36:51.089ZAug 26 00:36:49.352 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 } }]
39382026-08-26T00:36:51.089Z
39392026-08-26T00:36:51.089ZAug 26 00:36:49.352 INFO adding route 172.17.0.29/32 -> 10.0.0.255
39402026-08-26T00:36:51.089ZAug 26 00:36:49.352 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 } }]
39412026-08-26T00:36:51.089Zrunning 0 tests
39422026-08-26T00:36:51.089ZAug 26 00:36:49.352 INFO adding route 172.17.0.30/32 -> 10.0.0.255
39432026-08-26T00:36:51.089ZAug 26 00:36:49.352 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 } }]
39442026-08-26T00:36:51.089ZAug 26 00:36:49.352 INFO adding route 172.17.0.31/32 -> 10.0.0.255
39452026-08-26T00:36:51.089ZAug 26 00:36:49.352 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 } }]
39462026-08-26T00:36:51.089ZAug 26 00:36:49.352 INFO adding route 172.17.0.32/32 -> 10.0.0.255
39472026-08-26T00:36:51.089ZAug 26 00:36:49.352 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 } }]
39482026-08-26T00:36:51.089Z
39492026-08-26T00:36:51.089ZAug 26 00:36:49.352 INFO adding route 172.17.0.33/32 -> 10.0.0.255
39502026-08-26T00:36:51.089ZAug 26 00:36:49.352 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 } }]
39512026-08-26T00:36:51.090Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39522026-08-26T00:36:51.090ZAug 26 00:36:49.352 INFO adding route 172.17.0.34/32 -> 10.0.0.255
39532026-08-26T00:36:51.090Z
39542026-08-26T00:36:51.090Z
39552026-08-26T00:36:51.090ZAug 26 00:36:49.352 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 } }]
39562026-08-26T00:36:51.090Zrunning 0 tests
39572026-08-26T00:36:51.090ZAug 26 00:36:49.352 INFO adding route 172.17.0.35/32 -> 10.0.0.255
39582026-08-26T00:36:51.090Z
39592026-08-26T00:36:51.090ZAug 26 00:36:49.352 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 } }]
39602026-08-26T00:36:51.090Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39612026-08-26T00:36:51.090Z
39622026-08-26T00:36:51.090ZAug 26 00:36:49.352 INFO adding route 172.17.0.36/32 -> 10.0.0.255
39632026-08-26T00:36:51.090ZAug 26 00:36:49.352 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 } }]
39642026-08-26T00:36:51.090ZAug 26 00:36:49.352 INFO adding route 172.17.0.37/32 -> 10.0.0.255
39652026-08-26T00:36:51.090ZAug 26 00:36:49.352 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 } }]
39662026-08-26T00:36:51.090ZAug 26 00:36:49.352 INFO adding route 172.17.0.38/32 -> 10.0.0.255
39672026-08-26T00:36:51.090ZAug 26 00:36:49.352 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 } }]
39682026-08-26T00:36:51.090ZAug 26 00:36:49.352 INFO adding route 172.17.0.39/32 -> 10.0.0.255
39692026-08-26T00:36:51.090ZAug 26 00:36:49.352 DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39702026-08-26T00:36:51.090ZAug 26 00:36:49.352 INFO adding route 172.17.0.40/32 -> 10.0.0.255
39712026-08-26T00:36:51.090ZAug 26 00:36:49.352 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 } }]
39722026-08-26T00:36:51.090ZAug 26 00:36:49.352 INFO adding route 172.17.0.41/32 -> 10.0.0.255
39732026-08-26T00:36:51.090ZAug 26 00:36:49.352 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 } }]
39742026-08-26T00:36:51.090ZAug 26 00:36:49.352 INFO adding route 172.17.0.42/32 -> 10.0.0.255
39752026-08-26T00:36:51.090ZAug 26 00:36:49.352 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 } }]
39762026-08-26T00:36:51.090ZAug 26 00:36:49.352 INFO adding route 172.17.0.43/32 -> 10.0.0.255
39772026-08-26T00:36:51.095ZAug 26 00:36:49.352 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 } }]
39782026-08-26T00:36:51.095ZAug 26 00:36:49.352 INFO adding route 172.17.0.44/32 -> 10.0.0.255
39792026-08-26T00:36:51.095ZAug 26 00:36:49.352 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 } }]
39802026-08-26T00:36:51.095ZAug 26 00:36:49.352 INFO adding route 172.17.0.45/32 -> 10.0.0.255
39812026-08-26T00:36:51.095ZAug 26 00:36:49.352 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 } }]
39822026-08-26T00:36:51.095ZAug 26 00:36:49.352 INFO adding route 172.17.0.46/32 -> 10.0.0.255
39832026-08-26T00:36:51.095ZAug 26 00:36:49.352 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 } }]
39842026-08-26T00:36:51.095ZAug 26 00:36:49.352 INFO adding route 172.17.0.47/32 -> 10.0.0.255
39852026-08-26T00:36:51.095ZAug 26 00:36:49.352 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 } }]
39862026-08-26T00:36:51.095ZAug 26 00:36:49.352 INFO adding route 172.17.0.48/32 -> 10.0.0.255
39872026-08-26T00:36:51.095ZAug 26 00:36:49.352 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 } }]
39882026-08-26T00:36:51.095ZAug 26 00:36:49.352 INFO adding route 172.17.0.49/32 -> 10.0.0.255
39892026-08-26T00:36:51.095ZAug 26 00:36:49.352 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 } }]
39902026-08-26T00:36:51.095ZAug 26 00:36:49.352 INFO adding route 172.17.0.50/32 -> 10.0.0.255
39912026-08-26T00:36:51.095ZAug 26 00:36:49.352 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 } }]
39922026-08-26T00:36:51.095ZAug 26 00:36:49.352 INFO adding route 172.17.0.51/32 -> 10.0.0.255
39932026-08-26T00:36:51.095ZAug 26 00:36:49.352 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 } }]
39942026-08-26T00:36:51.095ZAug 26 00:36:49.352 INFO adding route 172.17.0.52/32 -> 10.0.0.255
39952026-08-26T00:36:51.095ZAug 26 00:36:49.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 } }]
39962026-08-26T00:36:51.095ZAug 26 00:36:49.352 INFO adding route 172.17.0.53/32 -> 10.0.0.255
39972026-08-26T00:36:51.095ZAug 26 00:36:49.352 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 } }]
39982026-08-26T00:36:51.095ZAug 26 00:36:49.352 INFO adding route 172.17.0.54/32 -> 10.0.0.255
39992026-08-26T00:36:51.095ZAug 26 00:36:49.352 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 } }]
40002026-08-26T00:36:51.095ZAug 26 00:36:49.352 INFO adding route 172.17.0.55/32 -> 10.0.0.255
40012026-08-26T00:36:51.095ZAug 26 00:36:49.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 } }]
40022026-08-26T00:36:51.095ZAug 26 00:36:49.352 INFO adding route 172.17.0.56/32 -> 10.0.0.255
40032026-08-26T00:36:51.095ZAug 26 00:36:49.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 } }]
40042026-08-26T00:36:51.095ZAug 26 00:36:49.352 INFO adding route 172.17.0.57/32 -> 10.0.0.255
40052026-08-26T00:36:51.095ZAug 26 00:36:49.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 } }]
40062026-08-26T00:36:51.095ZAug 26 00:36:49.352 INFO adding route 172.17.0.58/32 -> 10.0.0.255
40072026-08-26T00:36:51.095ZAug 26 00:36:49.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 } }]
40082026-08-26T00:36:51.095ZAug 26 00:36:49.352 INFO adding route 172.17.0.59/32 -> 10.0.0.255
40092026-08-26T00:36:51.095ZAug 26 00:36:49.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 } }]
40102026-08-26T00:36:51.095ZAug 26 00:36:49.352 INFO adding route 172.17.0.60/32 -> 10.0.0.255
40112026-08-26T00:36:51.096ZAug 26 00:36:49.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 } }]
40122026-08-26T00:36:51.096ZAug 26 00:36:49.352 DEBG failed to allocate space for the new target list
40132026-08-26T00:36:51.096ZAug 26 00:36:49.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 } }]
40142026-08-26T00:36:51.096Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-a9504462cba8402a)
40152026-08-26T00:36:51.096Z Running unittests src/lib.rs (target/debug/deps/dpd_api-acda18f7a0b943fc)
40162026-08-26T00:36:51.096Z Running unittests src/lib.rs (target/debug/deps/dpd_client-781785128f86fce3)
40172026-08-26T00:36:51.096Z
40182026-08-26T00:36:51.096Zrunning 6 tests
40192026-08-26T00:36:51.096Ztest tests::test_parse_client_port_id ... ok
40202026-08-26T00:36:51.096Ztest tests::test_port_id_cmp ... ok
40212026-08-26T00:36:51.096Ztest tests::test_full_lot_id_neither_present ... ok
40222026-08-26T00:36:51.096Ztest tests::test_full_lot_id_lotnum_only ... ok
40232026-08-26T00:36:51.096Ztest tests::test_full_lot_id_both_present ... ok
40242026-08-26T00:36:51.096Ztest tests::test_full_lot_id_lot_only ... ok
40252026-08-26T00:36:51.096Z
40262026-08-26T00:36:51.096Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40272026-08-26T00:36:51.096Z
40282026-08-26T00:36:51.096Z Running tests/test_all.rs (target/debug/deps/test_all-0baa5b20ec54b6c2)
40292026-08-26T00:36:51.096Z
40302026-08-26T00:36:51.096Zrunning 0 tests
40312026-08-26T00:36:51.096Z
40322026-08-26T00:36:51.096Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40332026-08-26T00:36:51.096Z
40342026-08-26T00:36:51.096Z Running unittests src/lib.rs (target/debug/deps/dpd_types-13ccc83203b2fded)
40352026-08-26T00:36:51.096Z
40362026-08-26T00:36:51.096Zrunning 0 tests
40372026-08-26T00:36:51.096Z
40382026-08-26T00:36:51.097Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40392026-08-26T00:36:51.097Z
40402026-08-26T00:36:51.097Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a087f10fd23084c3)
40412026-08-26T00:36:51.097Z
40422026-08-26T00:36:51.097Zrunning 15 tests
40432026-08-26T00:36:51.097Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
40442026-08-26T00:36:51.097Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
40452026-08-26T00:36:51.097Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
40462026-08-26T00:36:51.097Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
40472026-08-26T00:36:51.097Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
40482026-08-26T00:36:51.097Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
40492026-08-26T00:36:51.097Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
40502026-08-26T00:36:51.097Ztest v1::network::tests::test_equal ... ok
40512026-08-26T00:36:51.097Ztest v1::network::tests::test_to_string ... ok
40522026-08-26T00:36:51.097Ztest v1::network::tests::test_not_equal ... ok
40532026-08-26T00:36:51.097Ztest v1::network::tests::test_eui64 ... ok
40542026-08-26T00:36:51.097Ztest v1::network::tests::test_into ... ok
40552026-08-26T00:36:51.097Ztest v1::port::tests::port_ids_are_ascii ... ok
40562026-08-26T00:36:51.097Ztest v1::network::tests::test_parse ... ok
40572026-08-26T00:36:51.097Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
40582026-08-26T00:36:51.097Z
40592026-08-26T00:36:51.097Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40602026-08-26T00:36:51.097Z
40612026-08-26T00:36:51.097Z Running unittests src/lib.rs (target/debug/deps/packet-ba01ebb1966a5934)
40622026-08-26T00:36:51.097Z
40632026-08-26T00:36:51.097Zrunning 12 tests
40642026-08-26T00:36:51.097Ztest lldp::test_lldp_parse ... ok
40652026-08-26T00:36:51.097Ztest icmp::test_v4_checksum ... ok
40662026-08-26T00:36:51.097Ztest icmp::test_v6_checksum ... ok
40672026-08-26T00:36:51.097Ztest pbuf::test_byte ... ok
40682026-08-26T00:36:51.097Ztest ipv6::test_ipv6_parse ... ok
40692026-08-26T00:36:51.097Ztest pbuf::test_nibble ... ok
40702026-08-26T00:36:51.097Ztest pbuf::test_short ... ok
40712026-08-26T00:36:51.098Ztest pbuf::test_overflow ... ok
40722026-08-26T00:36:51.098Ztest pbuf::test_twelve ... ok
40732026-08-26T00:36:51.098Ztest pbuf::test_word ... ok
40742026-08-26T00:36:51.098Ztest tcp::test_checksum_syn_nodata ... ok
40752026-08-26T00:36:51.098Ztest tcp::test_checksum_ack_data ... ok
40762026-08-26T00:36:51.098Z
40772026-08-26T00:36:51.102Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40782026-08-26T00:36:51.102Z
40792026-08-26T00:36:51.102Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
40802026-08-26T00:36:51.102Z
40812026-08-26T00:36:51.102Zrunning 0 tests
40822026-08-26T00:36:51.102Z
40832026-08-26T00:36:51.102Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40842026-08-26T00:36:51.102Z
40852026-08-26T00:36:51.102Z Running unittests src/main.rs (target/debug/deps/swadm-8b60a7681ffc8f1d)
40862026-08-26T00:36:51.102Z
40872026-08-26T00:36:51.102Zrunning 5 tests
40882026-08-26T00:36:51.102Ztest switchport::test::test_compute_lanes ... ok
40892026-08-26T00:36:51.102Ztest switchport::test::port_id_ordering ... ok
40902026-08-26T00:36:51.102Z Lane 0 Lane 1 Lane 2 Lane 0Lane 3
40912026-08-26T00:36:51.102ZLane 1 Lane 2 State: Activated Lane 3Activated
40922026-08-26T00:36:51.102Z Activated Activated Rx Loss-of-lock: Yes
40932026-08-26T00:36:51.102Z Yes Rx Output Enabled: false Yes false Yes
40942026-08-26T00:36:51.102Zfalse Rx Loss-of-signal: Yesfalse
40952026-08-26T00:36:51.102Z Rx Output Status: valid Yes valid Yes validYes
40962026-08-26T00:36:51.102Zvalid
40972026-08-26T00:36:51.102Z Rx CDR Enabled: Yes Rx Loss-of-lock: true Yestrue trueYes true
40982026-08-26T00:36:51.102ZYes
40992026-08-26T00:36:51.102Z Rx Loss-of-signal: false Tx Enabled: Yes Yesfalse Yesfalse Yes
41002026-08-26T00:36:51.102Zfalse
41012026-08-26T00:36:51.102ZRx Auto-squelch Disable: true Tx Loss-of-lock: No No trueNo Notrue
41022026-08-26T00:36:51.102Z true
41032026-08-26T00:36:51.102Z Tx Loss-of-signal: No Tx Output Enabled: trueNo Notrue No
41042026-08-26T00:36:51.102Ztrue Tx CDR Enabled: Notrue
41052026-08-26T00:36:51.102ZNo Tx Output Status: invalid No invalidNo
41062026-08-26T00:36:51.102Zinvalid Tx Adaptive EQ Fault: No invalid
41072026-08-26T00:36:51.103ZNo Tx Loss-of-lock: falseNo No
41082026-08-26T00:36:51.103Zfalse Tx Fault: Yes false Yesfalse
41092026-08-26T00:36:51.103ZYes Tx Loss-of-signal: true Yestrue
41102026-08-26T00:36:51.103Z true true
41112026-08-26T00:36:51.103ZTx Auto-squelch Disable: false false false false
41122026-08-26T00:36:51.103Z Tx Adaptive EQ Fail: true true true true
41132026-08-26T00:36:51.103Z Tx Failure: false false false false
41142026-08-26T00:36:51.103Z Tx Force Squelch: true true true true
41152026-08-26T00:36:51.103Z Tx Input Polarity: normal normal normal normal
41162026-08-26T00:36:51.103Ztest switchport::test::test_print_sff_datapath ... ok
41172026-08-26T00:36:51.103Ztest switchport::test::test_print_cmis_datapath ... ok
41182026-08-26T00:36:51.103Ztest link::test_filter ... ok
41192026-08-26T00:36:51.103Z
41202026-08-26T00:36:51.103Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41212026-08-26T00:36:51.103Z
41222026-08-26T00:36:51.103Z Running tests/counters.rs (target/debug/deps/counters-e3479b23dddbc240)
41232026-08-26T00:36:51.103Z
41242026-08-26T00:36:51.103Zrunning 1 test
41252026-08-26T00:36:51.103Ztest test_p4_counter_list ... ignored
41262026-08-26T00:36:51.103Z
41272026-08-26T00:36:51.103Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
41282026-08-26T00:36:51.103Z
41292026-08-26T00:36:51.103Z Running tests/port-link.rs (target/debug/deps/port_link-00db9624adb8b2ed)
41302026-08-26T00:36:51.103Z
41312026-08-26T00:36:51.103Zrunning 5 tests
41322026-08-26T00:36:51.103Ztest test_an ... ignored
41332026-08-26T00:36:51.103Ztest test_enable ... ignored
41342026-08-26T00:36:51.103Ztest test_ip_addresses ... ignored
41352026-08-26T00:36:51.103Ztest test_kr ... ignored
41362026-08-26T00:36:51.103Ztest test_mac ... ignored
41372026-08-26T00:36:51.103Z
41382026-08-26T00:36:51.103Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
41392026-08-26T00:36:51.103Z
41402026-08-26T00:36:51.103Z Running unittests src/main.rs (target/debug/deps/tfportd-f13fe9d5b1c9c428)
41412026-08-26T00:36:51.103Z
41422026-08-26T00:36:51.103Zrunning 3 tests
41432026-08-26T00:36:51.107Ztest linklocal::test_parse_ipadm ... ok
41442026-08-26T00:36:51.107Ztest tfport::test_parse_tfport ... ok
41452026-08-26T00:36:51.107Ztest config::tests::test_updates ... ok
41462026-08-26T00:36:51.107Z
41472026-08-26T00:36:51.107Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41482026-08-26T00:36:51.107Z
41492026-08-26T00:36:51.107Z Running unittests src/main.rs (target/debug/deps/uplinkd-58387cf59eafe330)
41502026-08-26T00:36:51.107Z
41512026-08-26T00:36:51.107Zrunning 0 tests
41522026-08-26T00:36:51.107Z
41532026-08-26T00:36:51.107Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41542026-08-26T00:36:51.107Z
41552026-08-26T00:36:51.108Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
41562026-08-26T00:36:51.108Z
41572026-08-26T00:36:51.108Zrunning 0 tests
41582026-08-26T00:36:51.108Z
41592026-08-26T00:36:51.108Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41602026-08-26T00:36:51.108Z
41612026-08-26T00:36:51.108Z Doc-tests aal
41622026-08-26T00:36:51.330Z
41632026-08-26T00:36:51.331Zrunning 0 tests
41642026-08-26T00:36:51.331Z
41652026-08-26T00:36:51.334Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41662026-08-26T00:36:51.334Z
41672026-08-26T00:36:51.355Z Doc-tests aal_macros
41682026-08-26T00:36:51.427Z
41692026-08-26T00:36:51.427Zrunning 0 tests
41702026-08-26T00:36:51.427Z
41712026-08-26T00:36:51.427Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41722026-08-26T00:36:51.427Z
41732026-08-26T00:36:51.438Z Doc-tests common
41742026-08-26T00:36:51.669Z
41752026-08-26T00:36:51.669Zrunning 0 tests
41762026-08-26T00:36:51.669Z
41772026-08-26T00:36:51.669Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41782026-08-26T00:36:51.669Z
41792026-08-26T00:36:51.694Z Doc-tests dpd_api
41802026-08-26T00:36:52.405Z
41812026-08-26T00:36:52.405Zrunning 2 tests
41822026-08-26T00:36:52.405Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
41832026-08-26T00:36:52.405Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
41842026-08-26T00:36:52.405Z
41852026-08-26T00:36:52.405Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
41862026-08-26T00:36:52.405Z
41872026-08-26T00:36:52.434Z Doc-tests dpd_client
41882026-08-26T00:36:53.824Z
41892026-08-26T00:36:53.824Zrunning 0 tests
41902026-08-26T00:36:53.824Z
41912026-08-26T00:36:53.824Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41922026-08-26T00:36:53.824Z
41932026-08-26T00:36:53.879Z Doc-tests dpd_types
41942026-08-26T00:36:54.065Z
41952026-08-26T00:36:54.065Zrunning 0 tests
41962026-08-26T00:36:54.065Z
41972026-08-26T00:36:54.065Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41982026-08-26T00:36:54.065Z
41992026-08-26T00:36:54.087Z Doc-tests dpd_types_versions
42002026-08-26T00:36:55.581Z
42012026-08-26T00:36:55.581Zrunning 1 test
42022026-08-26T00:36:55.581Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
42032026-08-26T00:36:55.581Z
42042026-08-26T00:36:55.581Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
42052026-08-26T00:36:55.581Z
42062026-08-26T00:36:55.630Z Doc-tests packet
42072026-08-26T00:36:55.847Z
42082026-08-26T00:36:55.847Zrunning 0 tests
42092026-08-26T00:36:55.847Z
42102026-08-26T00:36:55.847Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42112026-08-26T00:36:55.847Z
42122026-08-26T00:36:55.872Z Doc-tests pcap
42132026-08-26T00:36:55.923Z
42142026-08-26T00:36:55.924Zrunning 0 tests
42152026-08-26T00:36:55.924Z
42162026-08-26T00:36:55.924Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42172026-08-26T00:36:55.924Z
42182026-08-26T00:36:55.990Z+ for feat in tofino_stub tofino_asic softnpu chaos
42192026-08-26T00:36:55.990Z+ RUST_BACKTRACE=full
42202026-08-26T00:36:55.990Z+ cargo test --features tofino_asic --no-fail-fast
42212026-08-26T00:36:56.583Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
42222026-08-26T00:36:56.663Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
42232026-08-26T00:36:56.669Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
42242026-08-26T00:36:56.676Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
42252026-08-26T00:37:05.351Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
42262026-08-26T00:37:06.275Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
42272026-08-26T00:37:47.301Z Finished `test` profile [unoptimized + debuginfo] target(s) in 51.29s
42282026-08-26T00:37:47.413Z Running unittests src/lib.rs (target/debug/deps/aal-43e0b8f52d66773a)
42292026-08-26T00:37:47.416Z
42302026-08-26T00:37:47.416Zrunning 0 tests
42312026-08-26T00:37:47.416Z
42322026-08-26T00:37:47.416Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42332026-08-26T00:37:47.416Z
42342026-08-26T00:37:47.416Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
42352026-08-26T00:37:47.420Z
42362026-08-26T00:37:47.420Zrunning 0 tests
42372026-08-26T00:37:47.420Z
42382026-08-26T00:37:47.420Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42392026-08-26T00:37:47.420Z
42402026-08-26T00:37:47.420Z Running unittests src/lib.rs (target/debug/deps/asic-6ca28387d5194340)
42412026-08-26T00:37:47.520Z
42422026-08-26T00:37:47.520Zrunning 8 tests
42432026-08-26T00:37:47.520Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
42442026-08-26T00:37:47.520Ztest tofino_asic::qsfp::tests::fix_link ... ok
42452026-08-26T00:37:47.523Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
42462026-08-26T00:37:47.523Ztest tofino_asic::stats::constants_sanity_check ... ok
42472026-08-26T00:37:47.523Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
42482026-08-26T00:37:47.523Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
42492026-08-26T00:37:47.529Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
42502026-08-26T00:37:48.021Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
42512026-08-26T00:37:48.021Z
42522026-08-26T00:37:48.021Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
42532026-08-26T00:37:48.021Z
42542026-08-26T00:37:48.032Z Running unittests src/lib.rs (target/debug/deps/common-6afafc4407b0a90c)
42552026-08-26T00:37:48.037Z
42562026-08-26T00:37:48.037Zrunning 4 tests
42572026-08-26T00:37:48.040Ztest nat::tests::test_vni ... ok
42582026-08-26T00:37:48.040Ztest network::tests::test_generate_ipv6_link_local ... ok
42592026-08-26T00:37:48.040Ztest test_purge ... ok
42602026-08-26T00:37:48.044Ztest illumos::test::address_exists_handles_missing_object ... ok
42612026-08-26T00:37:48.044Z
42622026-08-26T00:37:48.044Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42632026-08-26T00:37:48.044Z
42642026-08-26T00:37:48.044Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-3b6a1705a6b97607)
42652026-08-26T00:37:48.047Z
42662026-08-26T00:37:48.047Zrunning 1 test
42672026-08-26T00:37:48.047Z -------
42682026-08-26T00:37:48.047Z Generating OpenAPI documents from API definitions ...
42692026-08-26T00:37:48.188Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
42702026-08-26T00:37:48.257Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
42712026-08-26T00:37:49.318Z -------
42722026-08-26T00:37:49.318Z Checking 13 OpenAPI documents...
42732026-08-26T00:37:49.318Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
42742026-08-26T00:37:49.318Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
42752026-08-26T00:37:49.318Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
42762026-08-26T00:37:49.318Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
42772026-08-26T00:37:49.322Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
42782026-08-26T00:37:49.322Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
42792026-08-26T00:37:49.322Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
42802026-08-26T00:37:49.322Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
42812026-08-26T00:37:49.322Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
42822026-08-26T00:37:49.322Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
42832026-08-26T00:37:49.322Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
42842026-08-26T00:37:49.322Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
42852026-08-26T00:37:49.322Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
42862026-08-26T00:37:49.322Z Fresh dpd "latest" symlink
42872026-08-26T00:37:49.322Z -------
42882026-08-26T00:37:49.322Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
42892026-08-26T00:37:49.392Ztest test::test_apis_up_to_date ... ok
42902026-08-26T00:37:49.392Z
42912026-08-26T00:37:49.392Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.35s
42922026-08-26T00:37:49.392Z
42932026-08-26T00:37:49.450Z Running unittests src/main.rs (target/debug/deps/dpd-e16ac5255740ee4f)
42942026-08-26T00:37:49.515Z
42952026-08-26T00:37:49.515Zrunning 66 tests
42962026-08-26T00:37:49.519Ztest freemap::test_ordering ... ok
42972026-08-26T00:37:49.519Ztest config::tests::test_updates ... ok
42982026-08-26T00:37:49.519Ztest dhcpv6::tests::test_create_duid_bytes ... ok
42992026-08-26T00:37:49.519Ztest freemap::test_split ... ok
43002026-08-26T00:37:49.519Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
43012026-08-26T00:37:49.519Ztest macaddrs::tests::test_mac_offset ... ok
43022026-08-26T00:37:49.519Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
43032026-08-26T00:37:49.519Ztest macaddrs::tests::test_parse_port_id ... ok
43042026-08-26T00:37:49.524Ztest nat::test_mapping ... ok
43052026-08-26T00:37:49.524ZAug 26 00:37:47.820Aug 26 00:37:47.820 DEBGDEBG created new freemapcreated new freemap, , unitAug 26 00:37:47.820unit:: freemap_test freemap_test
43062026-08-26T00:37:49.524Z
43072026-08-26T00:37:49.524ZDEBG created new freemap, unit: freemap_testAug 26 00:37:47.820
43082026-08-26T00:37:49.524Z DEBG initted freemap. size: 128, unitAug 26 00:37:47.820: DEBG initted freemap. size: 128, unit:Aug 26 00:37:47.820 freemap_testDEBG
43092026-08-26T00:37:49.524ZAug 26 00:37:47.820Aug 26 00:37:47.820 DEBGDEBG reset freemapcreated new freemap, , unitunit:: freemap_testfreemap_test
43102026-08-26T00:37:49.524Z
43112026-08-26T00:37:49.524Zinitted freemap. size: 128, unit: freemap_test
43122026-08-26T00:37:49.524Zfreemap_testAug 26 00:37:47.820
43132026-08-26T00:37:49.524Z DEBG reset freemap, unit: freemap_test
43142026-08-26T00:37:49.524ZAug 26 00:37:47.820 Aug 26 00:37:47.820DEBG DEBGinitted freemap. size: 128 , reset freemapunit:, unitfreemap_test:
43152026-08-26T00:37:49.524Z freemap_test
43162026-08-26T00:37:49.524ZAug 26 00:37:47.820 DEBG reset freemap, unit: freemap_test
43172026-08-26T00:37:49.524ZAug 26 00:37:47.820 DEBG created new freemap, unit: freemap_test
43182026-08-26T00:37:49.524ZAug 26 00:37:47.820 DEBG initted freemap. size: 8, unit: freemap_test
43192026-08-26T00:37:49.524ZAug 26 00:37:47.820 DEBG reset freemap, unit: freemap_test
43202026-08-26T00:37:49.524Ztest freemap::test_basic ... ok
43212026-08-26T00:37:49.524Ztest freemap::test_reclaim ... ok
43222026-08-26T00:37:49.525Ztest freemap::test_exhaustion ... ok
43232026-08-26T00:37:49.525Ztest freemap::test_free ... ok
43242026-08-26T00:37:49.525Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
43252026-08-26T00:37:49.525Ztest port_map::tests::test_backplane_group ... ok
43262026-08-26T00:37:49.525Ztest port_map::tests::test_port_map ... ok
43272026-08-26T00:37:49.525Ztest port_map::tests::dump_map ... ok
43282026-08-26T00:37:49.525ZAug 26 00:37:47.821 DEBG created new freemap, unit: freemap_test
43292026-08-26T00:37:49.525ZAug 26 00:37:47.821 DEBG initted freemap. size: 128, unit: freemap_test
43302026-08-26T00:37:49.525ZAug 26 00:37:47.821 DEBG reset freemap, unit: freemap_test
43312026-08-26T00:37:49.525Ztest freemap::test_span ... ok
43322026-08-26T00:37:49.525Ztest api_server::tests::test_build_info ... ok
43332026-08-26T00:37:49.525ZAug 26 00:37:47.821 DEBG created new freemap, unit: freemap_route_ipv4
43342026-08-26T00:37:49.525ZAug 26 00:37:47.822 DEBG created new freemap, unit: freemap_route_ipv6
43352026-08-26T00:37:49.525ZAug 26 00:37:47.822 DEBG initted freemap. size: 64, unitAug 26 00:37:47.822: DEBGfreemap_route_ipv4
43362026-08-26T00:37:49.525Zcreated new freemap, Aug 26 00:37:47.822unit :DEBG freemap_route_ipv4reset freemap
43372026-08-26T00:37:49.525Z, unit: Aug 26 00:37:47.822freemap_route_ipv4
43382026-08-26T00:37:49.525ZDEBG created new freemap, unitAug 26 00:37:47.822: DEBGfreemap_route_ipv6
43392026-08-26T00:37:49.525Zinitted freemap. size: 64, unit: freemap_route_ipv6Aug 26 00:37:47.822
43402026-08-26T00:37:49.525Z DEBG initted freemap. size: 64, Aug 26 00:37:47.822unit :DEBG freemap_route_ipv4reset freemap
43412026-08-26T00:37:49.525Z, unit: freemap_route_ipv6Aug 26 00:37:47.822
43422026-08-26T00:37:49.525Z DEBG reset freemap, unitAug 26 00:37:47.822: INFOfreemap_route_ipv4
43432026-08-26T00:37:49.525Zadding route 3fff:dead::/64 -> 2001:db8::55:1
43442026-08-26T00:37:49.525ZAug 26 00:37:47.822Aug 26 00:37:47.822 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 } }],
43452026-08-26T00:37:49.525Zunit: freemap_route_ipv6
43462026-08-26T00:37:49.525ZAug 26 00:37:47.822 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 26 00:37:47.822
43472026-08-26T00:37:49.525Z DEBG reset freemap, Aug 26 00:37:47.822unit :DEBG freemap_route_ipv6replacing 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 } }]
43482026-08-26T00:37:49.525Z
43492026-08-26T00:37:49.525ZAug 26 00:37:47.822 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
43502026-08-26T00:37:49.525ZAug 26 00:37:47.822 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 } }]
43512026-08-26T00:37:49.525ZAug 26 00:37:47.822 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
43522026-08-26T00:37:49.525ZAug 26 00:37:47.822 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 } }]
43532026-08-26T00:37:49.525ZAug 26 00:37:47.822 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
43542026-08-26T00:37:49.525ZAug 26 00:37:47.822 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 } }]
43552026-08-26T00:37:49.525ZAug 26 00:37:47.822 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
43562026-08-26T00:37:49.525ZAug 26 00:37:47.822 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 } }]
43572026-08-26T00:37:49.525ZAug 26 00:37:47.822 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
43582026-08-26T00:37:49.525ZAug 26 00:37:47.822 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 } }]
43592026-08-26T00:37:49.525ZAug 26 00:37:47.822 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
43602026-08-26T00:37:49.525ZAug 26 00:37:47.822 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 } }]
43612026-08-26T00:37:49.526ZAug 26 00:37:47.822 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
43622026-08-26T00:37:49.526ZAug 26 00:37:47.822Aug 26 00:37:47.822 DEBG Aug 26 00:37:47.822created new freemap , unit: freemap_route_ipv4DEBG
43632026-08-26T00:37:49.526ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1
43642026-08-26T00:37:49.526ZAug 26 00:37:47.822 Aug 26 00:37:47.822DEBG created new freemap , unitreplacing 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 freemap_route_ipv6
43652026-08-26T00:37:49.526ZAug 26 00:37:47.822 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
43662026-08-26T00:37:49.526ZAug 26 00:37:47.822 DEBG reset freemap, Aug 26 00:37:47.822unit: freemap_route_ipv4
43672026-08-26T00:37:49.526ZAug 26 00:37:47.822 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
43682026-08-26T00:37:49.526ZAug 26 00:37:47.822 DEBG reset freemap, unit: freemap_route_ipv6
43692026-08-26T00:37:49.526ZAug 26 00:37:47.822 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
43702026-08-26T00:37:49.526ZAug 26 00:37:47.822 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
43712026-08-26T00:37:49.526ZAug 26 00:37:47.822 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
43722026-08-26T00:37:49.526ZAug 26 00:37:47.822 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
43732026-08-26T00:37:49.526ZAug 26 00:37:47.822 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
43742026-08-26T00:37:49.526ZAug 26 00:37:47.822 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
43752026-08-26T00:37:49.526ZAug 26 00:37:47.822 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
43762026-08-26T00:37:49.526ZAug 26 00:37:47.822 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
43772026-08-26T00:37:49.526ZAug 26 00:37:47.822 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
43782026-08-26T00:37:49.526ZAug 26 00:37:47.822 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 } }]
43792026-08-26T00:37:49.526ZAug 26 00:37:47.822 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
43802026-08-26T00:37:49.526ZAug 26 00:37:47.822 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 } }]
43812026-08-26T00:37:49.526Ztest port_map::tests::parse_softnpu_revision ... ok
43822026-08-26T00:37:49.526ZAug 26 00:37:47.822 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
43832026-08-26T00:37:49.526ZAug 26 00:37:47.822 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 } }]
43842026-08-26T00:37:49.526ZAug 26 00:37:47.822 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
43852026-08-26T00:37:49.526ZAug 26 00:37:47.822 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 } }]
43862026-08-26T00:37:49.526ZAug 26 00:37:47.822 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
43872026-08-26T00:37:49.526ZAug 26 00:37:47.822 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 } }]
43882026-08-26T00:37:49.526ZAug 26 00:37:47.822 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
43892026-08-26T00:37:49.526ZAug 26 00:37:47.822 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 } }]
43902026-08-26T00:37:49.526ZAug 26 00:37:47.822 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
43912026-08-26T00:37:49.526ZAug 26 00:37:47.822 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 } }]
43922026-08-26T00:37:49.526ZAug 26 00:37:47.822 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
43932026-08-26T00:37:49.526ZAug 26 00:37:47.822 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 } }]
43942026-08-26T00:37:49.526ZAug 26 00:37:47.822 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
43952026-08-26T00:37:49.526ZAug 26 00:37:47.822 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 } }]
43962026-08-26T00:37:49.526ZAug 26 00:37:47.822 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
43972026-08-26T00:37:49.526Z
43982026-08-26T00:37:49.526ZAug 26 00:37:47.822 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 } }]
43992026-08-26T00:37:49.526ZAug 26 00:37:47.822 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
44002026-08-26T00:37:49.527ZAug 26 00:37:47.822 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
44012026-08-26T00:37:49.527ZAug 26 00:37:47.822 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 } }]
44022026-08-26T00:37:49.527ZAug 26 00:37:47.822 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
44032026-08-26T00:37:49.527ZAug 26 00:37:47.822 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 } }]
44042026-08-26T00:37:49.531ZAug 26 00:37:47.822 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
44052026-08-26T00:37:49.531ZAug 26 00:37:47.822 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 } }]
44062026-08-26T00:37:49.531ZAug 26 00:37:47.822 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
44072026-08-26T00:37:49.531ZAug 26 00:37:47.822 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 } }]
44082026-08-26T00:37:49.531ZAug 26 00:37:47.822 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
44092026-08-26T00:37:49.531ZAug 26 00:37:47.822 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 } }]
44102026-08-26T00:37:49.531ZAug 26 00:37:47.822 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
44112026-08-26T00:37:49.531ZAug 26 00:37:47.822 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 } }]
44122026-08-26T00:37:49.531ZAug 26 00:37:47.822 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
44132026-08-26T00:37:49.531ZAug 26 00:37:47.822 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 } }]
44142026-08-26T00:37:49.531ZAug 26 00:37:47.822 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
44152026-08-26T00:37:49.531ZAug 26 00:37:47.822 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 } }]
44162026-08-26T00:37:49.531ZAug 26 00:37:47.822 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
44172026-08-26T00:37:49.531ZAug 26 00:37:47.822 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 } }]
44182026-08-26T00:37:49.531ZAug 26 00:37:47.822 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
44192026-08-26T00:37:49.531ZAug 26 00:37:47.822 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 } }]
44202026-08-26T00:37:49.531ZAug 26 00:37:47.822 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
44212026-08-26T00:37:49.532Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 00:37:47.822
44222026-08-26T00:37:49.532Z 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 } }]
44232026-08-26T00:37:49.532ZAug 26 00:37:47.822Aug 26 00:37:47.822 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
44242026-08-26T00:37:49.532Z
44252026-08-26T00:37:49.532ZAug 26 00:37:47.822Aug 26 00:37:47.822 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
44262026-08-26T00:37:49.532Z
44272026-08-26T00:37:49.532ZAug 26 00:37:47.822Aug 26 00:37:47.822 INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:3
44282026-08-26T00:37:49.532Z
44292026-08-26T00:37:49.532ZAug 26 00:37:47.822Aug 26 00:37:47.822 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
44302026-08-26T00:37:49.532Z
44312026-08-26T00:37:49.532ZAug 26 00:37:47.822Aug 26 00:37:47.822 INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4
44322026-08-26T00:37:49.532Z
44332026-08-26T00:37:49.532ZAug 26 00:37:47.822Aug 26 00:37:47.822Aug 26 00:37:47.822 DEBGDEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
44342026-08-26T00:37:49.532Z
44352026-08-26T00:37:49.532ZAug 26 00:37:47.822 INFOAug 26 00:37:47.822 Aug 26 00:37:47.822 DEBGINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
44362026-08-26T00:37:49.532Zcreated new freemap
44372026-08-26T00:37:49.532Z, unitAug 26 00:37:47.822 :Aug 26 00:37:47.822DEBG DEBGfreemap_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 } }]
44382026-08-26T00:37:49.532Z
44392026-08-26T00:37:49.532Zreplacing 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 } }]
44402026-08-26T00:37:49.532ZDEBG Aug 26 00:37:47.822replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 00:37:47.822Aug 26 00:37:47.822
44412026-08-26T00:37:49.532Z DEBG created new freemapINFO, INFO unit :Aug 26 00:37:47.822 freemap_route_ipv6adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
44422026-08-26T00:37:49.532Z
44432026-08-26T00:37:49.532ZINFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
44442026-08-26T00:37:49.532Z
44452026-08-26T00:37:49.532ZAug 26 00:37:47.822Aug 26 00:37:47.822 Aug 26 00:37:47.822DEBGDEBG Aug 26 00:37:47.822 DEBGinitted freemap. size: 64replacing 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 } }] ,
44462026-08-26T00:37:49.532Zunit: replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
44472026-08-26T00:37:49.532Z Aug 26 00:37:47.822freemap_route_ipv4 INFO
44482026-08-26T00:37:49.533ZAug 26 00:37:47.822 replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
44492026-08-26T00:37:49.533Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
44502026-08-26T00:37:49.533Z
44512026-08-26T00:37:49.533ZAug 26 00:37:47.822Aug 26 00:37:47.822 INFODEBGAug 26 00:37:47.822 reset freemapDEBG , unitAug 26 00:37:47.822: 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 } }]DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
44522026-08-26T00:37:49.533Zfreemap_route_ipv4
44532026-08-26T00:37:49.533Z
44542026-08-26T00:37:49.533Z Aug 26 00:37:47.822 replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
44552026-08-26T00:37:49.533ZAug 26 00:37:47.822Aug 26 00:37:47.822 adding route 3fff:beef:2::/64 -> 2001:db8::55:ffDEBG
44562026-08-26T00:37:49.533Z initted freemap. size: 64Aug 26 00:37:47.822 , DEBGAug 26 00:37:47.822unit 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 } }] DEBG: adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
44572026-08-26T00:37:49.533Zfreemap_route_ipv6replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44582026-08-26T00:37:49.533Z
44592026-08-26T00:37:49.533ZAug 26 00:37:47.822 DEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:37:47.822
44602026-08-26T00:37:49.533Z INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 26 00:37:47.822
44612026-08-26T00:37:49.533Z INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 26 00:37:47.822
44622026-08-26T00:37:49.533Z 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 00:37:47.823
44632026-08-26T00:37:49.533Z 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 00:37:47.823
44642026-08-26T00:37:49.533Z INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 26 00:37:47.823
44652026-08-26T00:37:49.533Z INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 26 00:37:47.823
44662026-08-26T00:37:49.533Z DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:37:47.823 DEBG
44672026-08-26T00:37:49.533Zreplacing 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 } }]
44682026-08-26T00:37:49.533ZAug 26 00:37:47.823 INFOAug 26 00:37:47.823 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffINFO
44692026-08-26T00:37:49.533Z adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
44702026-08-26T00:37:49.533ZAug 26 00:37:47.823 DEBGDEBGAug 26 00:37:47.823 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 } }]DEBGcreated new freemap , replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
44712026-08-26T00:37:49.533Z
44722026-08-26T00:37:49.533Z: freemap_route_ipv4Aug 26 00:37:47.823
44732026-08-26T00:37:49.533ZAug 26 00:37:47.823 INFOINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
44742026-08-26T00:37:49.533ZAug 26 00:37:47.823
44752026-08-26T00:37:49.534Z DEBG created new freemap, Aug 26 00:37:47.823Aug 26 00:37:47.823unit :Aug 26 00:37:47.823DEBG 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 } }]freemap_route_ipv6replacing 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 } }]
44762026-08-26T00:37:49.534Zreset freemap
44772026-08-26T00:37:49.534Z
44782026-08-26T00:37:49.534Z, unitAug 26 00:37:47.823Aug 26 00:37:47.823 DEBG:Aug 26 00:37:47.823 initted freemap. size: 64INFO, INFO unitfreemap_route_ipv6:adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
44792026-08-26T00:37:49.534Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
44802026-08-26T00:37:49.534Zfreemap_route_ipv4
44812026-08-26T00:37:49.534Z
44822026-08-26T00:37:49.534ZAug 26 00:37:47.823 INFO Aug 26 00:37:47.823adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 26 00:37:47.823
44832026-08-26T00:37:49.534ZDEBG 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 00:37:47.823DEBG 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 } }]
44842026-08-26T00:37:49.534Z Aug 26 00:37:47.823reset freemap , DEBGunitAug 26 00:37:47.823 :
44852026-08-26T00:37:49.534Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
44862026-08-26T00:37:49.534Z freemap_route_ipv4adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
44872026-08-26T00:37:49.534Z
44882026-08-26T00:37:49.534ZAug 26 00:37:47.823Aug 26 00:37:47.823Aug 26 00:37:47.823 Aug 26 00:37:47.823 DEBGINFO INFODEBGinitted freemap. size: 64adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff ,
44892026-08-26T00:37:49.534Zreplacing 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 } }]unit
44902026-08-26T00:37:49.534Zadding route 3fff:dead::/64 -> 2001:db8::55:2:
44912026-08-26T00:37:49.534ZAug 26 00:37:47.823 Aug 26 00:37:47.823freemap_route_ipv6
44922026-08-26T00:37:49.534ZDEBGAug 26 00:37:47.823 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 } }]
44932026-08-26T00:37:49.534Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
44942026-08-26T00:37:49.534ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 00:37:47.823
44952026-08-26T00:37:49.534Z Aug 26 00:37:47.823Aug 26 00:37:47.823INFO Aug 26 00:37:47.823adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG
44962026-08-26T00:37:49.534Z DEBGreset freemap , unitreplacing 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 } }]:
44972026-08-26T00:37:49.534ZINFO adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 26 00:37:47.823
44982026-08-26T00:37:49.534Zfreemap_route_ipv6Aug 26 00:37:47.823
44992026-08-26T00:37:49.534Z INFODEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 26 00:37:47.823
45002026-08-26T00:37:49.534Zreplacing 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 00:37:47.823
45012026-08-26T00:37:49.534ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGAug 26 00:37:47.823
45022026-08-26T00:37:49.535ZAug 26 00:37:47.823 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 } }]DEBGINFO
45032026-08-26T00:37:49.535Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:37:47.823
45042026-08-26T00:37:49.540Z
45052026-08-26T00:37:49.540ZDEBG Aug 26 00:37:47.823replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 00:37:47.823Aug 26 00:37:47.823
45062026-08-26T00:37:49.540ZINFO DEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 26 00:37:47.823 INFOreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45072026-08-26T00:37:49.540Z DEBG
45082026-08-26T00:37:49.540Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:17::/64 -> 2001:db8::55:ff
45092026-08-26T00:37:49.540ZAug 26 00:37:47.823
45102026-08-26T00:37:49.540Z DEBGAug 26 00:37:47.823 INFO Aug 26 00:37:47.823adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45112026-08-26T00:37:49.540Z
45122026-08-26T00:37:49.540Z DEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:37:47.823
45132026-08-26T00:37:49.540Z Aug 26 00:37:47.823DEBG 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 } }]
45142026-08-26T00:37:49.540ZAug 26 00:37:47.823adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
45152026-08-26T00:37:49.540ZINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 26 00:37:47.823
45162026-08-26T00:37:49.540Z Aug 26 00:37:47.823INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG
45172026-08-26T00:37:49.540ZAug 26 00:37:47.823 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 } }]
45182026-08-26T00:37:49.540ZAug 26 00:37:47.823replacing 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 } }]
45192026-08-26T00:37:49.540ZDEBG 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 } }]
45202026-08-26T00:37:49.540ZAug 26 00:37:47.823 INFOAug 26 00:37:47.823Aug 26 00:37:47.823 adding route 3fff:beef:3::/64 -> 2001:db8::55:ff INFOINFO
45212026-08-26T00:37:49.540Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
45222026-08-26T00:37:49.541Z
45232026-08-26T00:37:49.541ZAug 26 00:37:47.823 DEBGAug 26 00:37:47.823Aug 26 00:37:47.823 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: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: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 } }]
45242026-08-26T00:37:49.541Z
45252026-08-26T00:37:49.541Z
45262026-08-26T00:37:49.541ZAug 26 00:37:47.823Aug 26 00:37:47.823Aug 26 00:37:47.823 INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
45272026-08-26T00:37:49.541Z
45282026-08-26T00:37:49.541Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
45292026-08-26T00:37:49.541ZAug 26 00:37:47.823Aug 26 00:37:47.823 Aug 26 00:37:47.823 DEBGDEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
45302026-08-26T00:37:49.541Z replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
45312026-08-26T00:37:49.541Z
45322026-08-26T00:37:49.541ZAug 26 00:37:47.823 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
45332026-08-26T00:37:49.541ZAug 26 00:37:47.823Aug 26 00:37:47.823 INFOINFO Aug 26 00:37:47.823adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
45342026-08-26T00:37:49.541Z
45352026-08-26T00:37:49.541ZDEBG 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 00:37:47.823Aug 26 00:37:47.823
45362026-08-26T00:37:49.541Z DEBGDEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:37:47.823replacing 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 } }]
45372026-08-26T00:37:49.541Z
45382026-08-26T00:37:49.541ZINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
45392026-08-26T00:37:49.541ZAug 26 00:37:47.823 Aug 26 00:37:47.823INFOAug 26 00:37:47.823 INFO DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
45402026-08-26T00:37:49.541Z
45412026-08-26T00:37:49.541Zreplacing 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 } }]
45422026-08-26T00:37:49.541ZAug 26 00:37:47.823Aug 26 00:37:47.823 Aug 26 00:37:47.823DEBG 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:25::/64 -> 2001:db8::55:ff
45432026-08-26T00:37:49.541Zreplacing 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 } }]
45442026-08-26T00:37:49.541Z
45452026-08-26T00:37:49.541ZAug 26 00:37:47.823Aug 26 00:37:47.823 Aug 26 00:37:47.823 DEBGINFO 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 } }]
45462026-08-26T00:37:49.541Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
45472026-08-26T00:37:49.541Z
45482026-08-26T00:37:49.542ZAug 26 00:37:47.823Aug 26 00:37:47.823Aug 26 00:37:47.823 INFODEBGDEBG adding route 3fff:beef:26::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45492026-08-26T00:37:49.542Z
45502026-08-26T00:37:49.542Zreplacing 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 } }]
45512026-08-26T00:37:49.542ZAug 26 00:37:47.823Aug 26 00:37:47.823 Aug 26 00:37:47.823INFO DEBGINFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
45522026-08-26T00:37:49.542Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45532026-08-26T00:37:49.542Z
45542026-08-26T00:37:49.542ZAug 26 00:37:47.823 Aug 26 00:37:47.823Aug 26 00:37:47.823 INFODEBGDEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
45552026-08-26T00:37:49.542Z
45562026-08-26T00:37:49.542Z
45572026-08-26T00:37:49.542ZAug 26 00:37:47.823Aug 26 00:37:47.823 Aug 26 00:37:47.823DEBGINFO INFOreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45582026-08-26T00:37:49.542Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
45592026-08-26T00:37:49.542Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
45602026-08-26T00:37:49.542ZAug 26 00:37:47.823Aug 26 00:37:47.823Aug 26 00:37:47.823 DEBGDEBGINFO replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:28::/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 } }]
45612026-08-26T00:37:49.542Z
45622026-08-26T00:37:49.542Z
45632026-08-26T00:37:49.542ZAug 26 00:37:47.823Aug 26 00:37:47.823Aug 26 00:37:47.823 DEBGINFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/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 } }]
45642026-08-26T00:37:49.542Z
45652026-08-26T00:37:49.542Z
45662026-08-26T00:37:49.542ZAug 26 00:37:47.823 Aug 26 00:37:47.823DEBG INFOAug 26 00:37:47.823replacing 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
45672026-08-26T00:37:49.542Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
45682026-08-26T00:37:49.542Zreplacing 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 00:37:47.823
45692026-08-26T00:37:49.543Z INFOAug 26 00:37:47.823 Aug 26 00:37:47.823adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG
45702026-08-26T00:37:49.543Z 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 } }]
45712026-08-26T00:37:49.543ZINFO Aug 26 00:37:47.823adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
45722026-08-26T00:37:49.543ZAug 26 00:37:47.823DEBG 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 } }]
45732026-08-26T00:37:49.543Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
45742026-08-26T00:37:49.543ZAug 26 00:37:47.823Aug 26 00:37:47.823 DEBGINFO Aug 26 00:37:47.823adding route 3fff:beef:22::/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 } }]
45752026-08-26T00:37:49.543ZDEBG
45762026-08-26T00:37:49.543Z 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 } }]
45772026-08-26T00:37:49.543ZAug 26 00:37:47.823Aug 26 00:37:47.823 Aug 26 00:37:47.823DEBG INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
45782026-08-26T00:37:49.543Z
45792026-08-26T00:37:49.543Zreplacing 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 } }]
45802026-08-26T00:37:49.543ZAug 26 00:37:47.823 Aug 26 00:37:47.823DEBGAug 26 00:37:47.823 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 } }]
45812026-08-26T00:37:49.543ZDEBGINFO 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:23::/64 -> 2001:db8::55:ff
45822026-08-26T00:37:49.543Z
45832026-08-26T00:37:49.543ZAug 26 00:37:47.823 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
45842026-08-26T00:37:49.543ZAug 26 00:37:47.823Aug 26 00:37:47.823Aug 26 00:37:47.823 DEBG INFODEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45852026-08-26T00:37:49.543Z
45862026-08-26T00:37:49.543Z
45872026-08-26T00:37:49.543ZAug 26 00:37:47.823Aug 26 00:37:47.823Aug 26 00:37:47.823 INFOINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG
45882026-08-26T00:37:49.543Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
45892026-08-26T00:37:49.543Zreplacing 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 } }]
45902026-08-26T00:37:49.543ZAug 26 00:37:47.823Aug 26 00:37:47.823 DEBGDEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
45912026-08-26T00:37:49.543Z
45922026-08-26T00:37:49.543ZAug 26 00:37:47.823Aug 26 00:37:47.823 INFOINFO Aug 26 00:37:47.823 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFO
45932026-08-26T00:37:49.543Z adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
45942026-08-26T00:37:49.543Z
45952026-08-26T00:37:49.543ZAug 26 00:37:47.823Aug 26 00:37:47.823Aug 26 00:37:47.823 DEBGDEBG 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 } }]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: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 } }]
45962026-08-26T00:37:49.544Z
45972026-08-26T00:37:49.544Z
45982026-08-26T00:37:49.544ZAug 26 00:37:47.823Aug 26 00:37:47.823Aug 26 00:37:47.823 INFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
45992026-08-26T00:37:49.544Z
46002026-08-26T00:37:49.544Z adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 26 00:37:47.823
46012026-08-26T00:37:49.544ZAug 26 00:37:47.823 DEBG DEBGreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46022026-08-26T00:37:49.544ZAug 26 00:37:47.823replacing 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 } }]
46032026-08-26T00:37:49.544ZDEBG 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 } }]
46042026-08-26T00:37:49.549ZAug 26 00:37:47.823Aug 26 00:37:47.823 INFOINFO Aug 26 00:37:47.823adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
46052026-08-26T00:37:49.549Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFO
46062026-08-26T00:37:49.549Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
46072026-08-26T00:37:49.549ZAug 26 00:37:47.823Aug 26 00:37:47.823Aug 26 00:37:47.823 DEBGDEBGDEBG 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: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 } }]
46082026-08-26T00:37:49.549Zreplacing 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 } }]
46092026-08-26T00:37:49.549Z
46102026-08-26T00:37:49.549ZAug 26 00:37:47.823Aug 26 00:37:47.823Aug 26 00:37:47.823 INFOINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFO
46112026-08-26T00:37:49.549Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
46122026-08-26T00:37:49.549Z
46132026-08-26T00:37:49.549ZAug 26 00:37:47.823Aug 26 00:37:47.823 Aug 26 00:37:47.823DEBG DEBGDEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
46142026-08-26T00:37:49.549Z
46152026-08-26T00:37:49.549Zreplacing 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 } }]
46162026-08-26T00:37:49.549ZAug 26 00:37:47.823Aug 26 00:37:47.823 Aug 26 00:37:47.823 INFOINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFO
46172026-08-26T00:37:49.549Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
46182026-08-26T00:37:49.549Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
46192026-08-26T00:37:49.549ZAug 26 00:37:47.823Aug 26 00:37:47.823Aug 26 00:37:47.823 DEBGDEBGDEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
46202026-08-26T00:37:49.549Z
46212026-08-26T00:37:49.549Z 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 } }]
46222026-08-26T00:37:49.549ZAug 26 00:37:47.823Aug 26 00:37:47.823 Aug 26 00:37:47.823INFO INFO INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
46232026-08-26T00:37:49.549Z
46242026-08-26T00:37:49.549Z
46252026-08-26T00:37:49.549ZAug 26 00:37:47.823Aug 26 00:37:47.823 Aug 26 00:37:47.823DEBG DEBGDEBGreplacing 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 } }]
46262026-08-26T00:37:49.549Zreplacing 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 } }]
46272026-08-26T00:37:49.549Zreplacing 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 } }]
46282026-08-26T00:37:49.549ZAug 26 00:37:47.823 Aug 26 00:37:47.823Aug 26 00:37:47.823 INFOINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
46292026-08-26T00:37:49.549Z
46302026-08-26T00:37:49.550Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
46312026-08-26T00:37:49.550ZAug 26 00:37:47.823Aug 26 00:37:47.823 DEBGDEBG Aug 26 00:37:47.823replacing 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: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 } }]
46322026-08-26T00:37:49.550ZDEBG
46332026-08-26T00:37:49.550Z 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 } }]
46342026-08-26T00:37:49.550ZAug 26 00:37:47.823Aug 26 00:37:47.823Aug 26 00:37:47.823 INFOINFO INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
46352026-08-26T00:37:49.550Z
46362026-08-26T00:37:49.550Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
46372026-08-26T00:37:49.550ZAug 26 00:37:47.823Aug 26 00:37:47.823Aug 26 00:37:47.823 DEBGDEBGDEBG 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: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: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 } }]
46382026-08-26T00:37:49.550Z
46392026-08-26T00:37:49.550Z
46402026-08-26T00:37:49.550ZAug 26 00:37:47.823Aug 26 00:37:47.823Aug 26 00:37:47.823 INFO INFOINFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
46412026-08-26T00:37:49.550Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
46422026-08-26T00:37:49.550Z
46432026-08-26T00:37:49.550ZAug 26 00:37:47.824Aug 26 00:37:47.824 DEBGDEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
46442026-08-26T00:37:49.550ZAug 26 00:37:47.824
46452026-08-26T00:37:49.550Z 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 } }]Aug 26 00:37:47.824
46462026-08-26T00:37:49.550ZAug 26 00:37:47.824 INFOINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 26 00:37:47.824
46472026-08-26T00:37:49.550Z
46482026-08-26T00:37:49.550Z INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
46492026-08-26T00:37:49.550ZAug 26 00:37:47.824Aug 26 00:37:47.824 DEBGDEBGAug 26 00:37:47.824 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:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
46502026-08-26T00:37:49.550Z
46512026-08-26T00:37:49.550Z 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 } }]
46522026-08-26T00:37:49.550ZAug 26 00:37:47.824Aug 26 00:37:47.824Aug 26 00:37:47.824 INFOINFOINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
46532026-08-26T00:37:49.550Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
46542026-08-26T00:37:49.550Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
46552026-08-26T00:37:49.550Z
46562026-08-26T00:37:49.550ZAug 26 00:37:47.824 Aug 26 00:37:47.824DEBGAug 26 00:37:47.824 INFOAug 26 00:37:47.824replacing 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 } }]
46572026-08-26T00:37:49.550ZDEBG adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }]
46582026-08-26T00:37:49.550Z
46592026-08-26T00:37:49.550Zreplacing 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 00:37:47.824
46602026-08-26T00:37:49.550Z INFOAug 26 00:37:47.824 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 26 00:37:47.824Aug 26 00:37:47.824
46612026-08-26T00:37:49.550Z DEBGINFOINFO Aug 26 00:37:47.824 replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:30::/64 -> 2001:db8::55:ff adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG
46622026-08-26T00:37:49.550Z
46632026-08-26T00:37:49.550Z Aug 26 00:37:47.824 created new freemap
46642026-08-26T00:37:49.550ZAug 26 00:37:47.824, unitAug 26 00:37:47.824DEBG: DEBG freemap_route_ipv4 DEBG
46652026-08-26T00:37:49.550Zreplacing 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: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 } }]
46662026-08-26T00:37:49.550Z Aug 26 00:37:47.824replacing 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 00:37:47.824INFO Aug 26 00:37:47.824
46672026-08-26T00:37:49.550Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG
46682026-08-26T00:37:49.550ZINFO
46692026-08-26T00:37:49.550Zcreated new freemapadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff,
46702026-08-26T00:37:49.551Zunit: Aug 26 00:37:47.824freemap_route_ipv6 Aug 26 00:37:47.824DEBG
46712026-08-26T00:37:49.551ZAug 26 00:37:47.824 DEBGreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46722026-08-26T00:37:49.551Zreplacing 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 00:37:47.824
46732026-08-26T00:37:49.551Z INFOINFO Aug 26 00:37:47.824 Aug 26 00:37:47.824 Aug 26 00:37:47.824INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBG
46742026-08-26T00:37:49.551ZINFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
46752026-08-26T00:37:49.551Zinitted freemap. size: 64
46762026-08-26T00:37:49.551Z, unitadding route 3fff:beef:7::/64 -> 2001:db8::55:ff:
46772026-08-26T00:37:49.551Z Aug 26 00:37:47.824freemap_route_ipv4Aug 26 00:37:47.824
46782026-08-26T00:37:49.551ZDEBGAug 26 00:37:47.824DEBG Aug 26 00:37:47.824 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 } }] Aug 26 00:37:47.824replacing 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 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 } }]
46792026-08-26T00:37:49.551Z
46802026-08-26T00:37:49.551Zreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
46812026-08-26T00:37:49.551Z Aug 26 00:37:47.824reset freemap , Aug 26 00:37:47.824INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
46822026-08-26T00:37:49.551ZunitINFO: adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 26 00:37:47.824freemap_route_ipv4
46832026-08-26T00:37:49.551Z
46842026-08-26T00:37:49.551Z
46852026-08-26T00:37:49.551ZINFO Aug 26 00:37:47.824adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff Aug 26 00:37:47.824
46862026-08-26T00:37:49.551ZINFOAug 26 00:37:47.824 Aug 26 00:37:47.824DEBG DEBGDEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 26 00:37:47.824replacing 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 } }]
46872026-08-26T00:37:49.551Zinitted freemap. size: 64DEBG, replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
46882026-08-26T00:37:49.551Z:
46892026-08-26T00:37:49.551Zfreemap_route_ipv6
46902026-08-26T00:37:49.551ZAug 26 00:37:47.824 Aug 26 00:37:47.824INFO Aug 26 00:37:47.824INFO Aug 26 00:37:47.824adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
46912026-08-26T00:37:49.551ZDEBG DEBGAug 26 00:37:47.824 reset freemapDEBG
46922026-08-26T00:37:49.551Zreplacing 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 } }], unit
46932026-08-26T00:37:49.551Z:Aug 26 00:37:47.824 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
46942026-08-26T00:37:49.551Zfreemap_route_ipv6
46952026-08-26T00:37:49.551Zreplacing 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 00:37:47.824
46962026-08-26T00:37:49.551Z INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 26 00:37:47.824Aug 26 00:37:47.824
46972026-08-26T00:37:49.551Z Aug 26 00:37:47.824INFOINFO INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
46982026-08-26T00:37:49.551Z
46992026-08-26T00:37:49.551Z
47002026-08-26T00:37:49.551ZAug 26 00:37:47.824Aug 26 00:37:47.824 Aug 26 00:37:47.824 DEBGAug 26 00:37:47.824DEBGDEBG 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 } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
47012026-08-26T00:37:49.551Zreplacing 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: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 } }]
47022026-08-26T00:37:49.551Z
47032026-08-26T00:37:49.551Z
47042026-08-26T00:37:49.557ZAug 26 00:37:47.824 DEBG Aug 26 00:37:47.824Aug 26 00:37:47.824replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 00:37:47.824
47052026-08-26T00:37:49.557Z INFOINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
47062026-08-26T00:37:49.557Zadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff INFO
47072026-08-26T00:37:49.557Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
47082026-08-26T00:37:49.557ZAug 26 00:37:47.824 Aug 26 00:37:47.824DEBG DEBGreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:37:47.824
47092026-08-26T00:37:49.557Zreplacing 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 } }]
47102026-08-26T00:37:49.557ZDEBG Aug 26 00:37:47.824Aug 26 00:37:47.824replacing 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 } }]
47112026-08-26T00:37:49.557ZINFOINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 26 00:37:47.824
47122026-08-26T00:37:49.558Z
47132026-08-26T00:37:49.558Z INFO Aug 26 00:37:47.824Aug 26 00:37:47.824 DEBGDEBG 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 } }]
47142026-08-26T00:37:49.558Z
47152026-08-26T00:37:49.558Zreplacing 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 } }]
47162026-08-26T00:37:49.558ZAug 26 00:37:47.824Aug 26 00:37:47.824 INFOAug 26 00:37:47.824 INFODEBG adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
47172026-08-26T00:37:49.558Zreplacing 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 } }]
47182026-08-26T00:37:49.558Z
47192026-08-26T00:37:49.558ZAug 26 00:37:47.824Aug 26 00:37:47.824Aug 26 00:37:47.824 DEBGDEBGINFO 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 } }] adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
47202026-08-26T00:37:49.558Zreplacing 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 } }]
47212026-08-26T00:37:49.558Z
47222026-08-26T00:37:49.558ZAug 26 00:37:47.824Aug 26 00:37:47.824 Aug 26 00:37:47.824DEBG DEBGINFOfailed to allocate space for the new target list 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 } }]
47232026-08-26T00:37:49.558Z
47242026-08-26T00:37:49.558Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
47252026-08-26T00:37:49.558ZAug 26 00:37:47.824 DEBGAug 26 00:37:47.824Aug 26 00:37:47.824 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
47262026-08-26T00:37:49.558Z 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 } }]
47272026-08-26T00:37:49.558Ztest route::tests::grow_succeeds ... ok
47282026-08-26T00:37:49.558ZINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
47292026-08-26T00:37:49.558ZAug 26 00:37:47.824Aug 26 00:37:47.824 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 } }]
47302026-08-26T00:37:49.558Z
47312026-08-26T00:37:49.558ZAug 26 00:37:47.824 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 26 00:37:47.824
47322026-08-26T00:37:49.558Z INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 26 00:37:47.824
47332026-08-26T00:37:49.558Z 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 } }]
47342026-08-26T00:37:49.558Z Aug 26 00:37:47.824 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 00:37:47.824DEBG INFO
47352026-08-26T00:37:49.558Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47362026-08-26T00:37:49.558Z
47372026-08-26T00:37:49.558ZAug 26 00:37:47.824Aug 26 00:37:47.824 INFODEBG Aug 26 00:37:47.824 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47382026-08-26T00:37:49.558ZINFO
47392026-08-26T00:37:49.558Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
47402026-08-26T00:37:49.558ZAug 26 00:37:47.824Aug 26 00:37:47.824 Aug 26 00:37:47.824INFODEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG
47412026-08-26T00:37:49.558Zreplacing 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 } }]
47422026-08-26T00:37:49.558Zreplacing 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 } }]
47432026-08-26T00:37:49.558ZAug 26 00:37:47.824Aug 26 00:37:47.824 DEBGAug 26 00:37:47.824 replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
47442026-08-26T00:37:49.558Z INFOadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
47452026-08-26T00:37:49.558Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
47462026-08-26T00:37:49.558ZAug 26 00:37:47.824Aug 26 00:37:47.824Aug 26 00:37:47.824 DEBGDEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOreplacing 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 } }]
47472026-08-26T00:37:49.558Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
47482026-08-26T00:37:49.558Z
47492026-08-26T00:37:49.558ZAug 26 00:37:47.824Aug 26 00:37:47.824Aug 26 00:37:47.824 INFO DEBG INFOreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
47502026-08-26T00:37:49.558Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
47512026-08-26T00:37:49.559Z
47522026-08-26T00:37:49.559ZAug 26 00:37:47.824Aug 26 00:37:47.824Aug 26 00:37:47.824 DEBGDEBGINFO replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
47532026-08-26T00:37:49.559Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
47542026-08-26T00:37:49.559Z
47552026-08-26T00:37:49.559ZAug 26 00:37:47.824Aug 26 00:37:47.824 Aug 26 00:37:47.824 INFO DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG
47562026-08-26T00:37:49.559Z 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 } }]failed to allocate space for the new target list
47572026-08-26T00:37:49.559Z
47582026-08-26T00:37:49.559ZAug 26 00:37:47.824Aug 26 00:37:47.824Aug 26 00:37:47.824 INFO DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
47592026-08-26T00:37:49.559ZDEBGreplacing 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 } }]
47602026-08-26T00:37:49.559Zreplacing targets for 3fff:dead::/64 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 } }]
47612026-08-26T00:37:49.559ZAug 26 00:37:47.824 DEBGAug 26 00:37:47.824 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
47622026-08-26T00:37:49.559Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
47632026-08-26T00:37:49.559ZAug 26 00:37:47.824 INFOAug 26 00:37:47.824 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBG
47642026-08-26T00:37:49.559Z 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 } }]
47652026-08-26T00:37:49.559ZAug 26 00:37:47.824 DEBGAug 26 00:37:47.824 replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
47662026-08-26T00:37:49.559Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
47672026-08-26T00:37:49.559ZAug 26 00:37:47.824 INFOAug 26 00:37:47.824 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG
47682026-08-26T00:37:49.559Z 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 } }]
47692026-08-26T00:37:49.559ZAug 26 00:37:47.824 DEBGAug 26 00:37:47.824 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
47702026-08-26T00:37:49.559Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
47712026-08-26T00:37:49.559ZAug 26 00:37:47.824 INFOAug 26 00:37:47.824 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG
47722026-08-26T00:37:49.559Z 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 } }]
47732026-08-26T00:37:49.559ZAug 26 00:37:47.824 DEBGAug 26 00:37:47.824 replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
47742026-08-26T00:37:49.559Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
47752026-08-26T00:37:49.559ZAug 26 00:37:47.824 INFOAug 26 00:37:47.824 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG
47762026-08-26T00:37:49.559Z 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 } }]
47772026-08-26T00:37:49.559ZAug 26 00:37:47.824 DEBGAug 26 00:37:47.824 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
47782026-08-26T00:37:49.559Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
47792026-08-26T00:37:49.559ZAug 26 00:37:47.824 INFOAug 26 00:37:47.824 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG
47802026-08-26T00:37:49.559Z 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 } }]
47812026-08-26T00:37:49.559ZAug 26 00:37:47.824 DEBGAug 26 00:37:47.824 replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
47822026-08-26T00:37:49.559Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
47832026-08-26T00:37:49.559ZAug 26 00:37:47.824 INFOAug 26 00:37:47.824 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG
47842026-08-26T00:37:49.559Z 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 } }]
47852026-08-26T00:37:49.559ZAug 26 00:37:47.824 DEBGAug 26 00:37:47.824 replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
47862026-08-26T00:37:49.559Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
47872026-08-26T00:37:49.559ZAug 26 00:37:47.824 Aug 26 00:37:47.824INFO DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
47882026-08-26T00:37:49.559Zreplacing 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 } }]
47892026-08-26T00:37:49.559ZAug 26 00:37:47.824Aug 26 00:37:47.824 DEBGINFO replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
47902026-08-26T00:37:49.559Z
47912026-08-26T00:37:49.560ZAug 26 00:37:47.824Aug 26 00:37:47.824 INFODEBG adding route 3fff:beef:30::/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 } }]
47922026-08-26T00:37:49.560Z
47932026-08-26T00:37:49.560ZAug 26 00:37:47.824Aug 26 00:37:47.824 DEBGINFO replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
47942026-08-26T00:37:49.560Z
47952026-08-26T00:37:49.560ZAug 26 00:37:47.824Aug 26 00:37:47.824 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:31::/64 -> 2001:db8::55:ff
47962026-08-26T00:37:49.560Z
47972026-08-26T00:37:49.560ZAug 26 00:37:47.824Aug 26 00:37:47.824 INFODEBG adding route 3fff:beef:16::/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 } }]
47982026-08-26T00:37:49.560Z
47992026-08-26T00:37:49.560ZAug 26 00:37:47.824Aug 26 00:37:47.824 DEBGINFO replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
48002026-08-26T00:37:49.560Z
48012026-08-26T00:37:49.560ZAug 26 00:37:47.824Aug 26 00:37:47.824 INFODEBG adding route 3fff:beef:17::/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 } }]
48022026-08-26T00:37:49.560Z
48032026-08-26T00:37:49.560ZAug 26 00:37:47.824Aug 26 00:37:47.824 DEBGINFO replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
48042026-08-26T00:37:49.565Z
48052026-08-26T00:37:49.565ZAug 26 00:37:47.824Aug 26 00:37:47.824 INFODEBG adding route 3fff:beef:18::/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 } }]
48062026-08-26T00:37:49.565Z
48072026-08-26T00:37:49.565ZAug 26 00:37:47.824Aug 26 00:37:47.824 DEBGINFO replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
48082026-08-26T00:37:49.565Z
48092026-08-26T00:37:49.565ZAug 26 00:37:47.824Aug 26 00:37:47.824 INFODEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48102026-08-26T00:37:49.565Z
48112026-08-26T00:37:49.565ZAug 26 00:37:47.824Aug 26 00:37:47.824 INFODEBG adding route 3fff:beef:35::/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 } }]
48122026-08-26T00:37:49.565Z
48132026-08-26T00:37:49.565ZAug 26 00:37:47.824Aug 26 00:37:47.824 DEBGINFO replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
48142026-08-26T00:37:49.565Z
48152026-08-26T00:37:49.565ZAug 26 00:37:47.824Aug 26 00:37:47.824 INFODEBG adding route 3fff:beef:36::/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 } }]
48162026-08-26T00:37:49.565Z
48172026-08-26T00:37:49.565ZAug 26 00:37:47.824Aug 26 00:37:47.824 DEBGINFO replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
48182026-08-26T00:37:49.565Z
48192026-08-26T00:37:49.565ZAug 26 00:37:47.824Aug 26 00:37:47.824 INFODEBG adding route 3fff:beef:37::/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 } }]
48202026-08-26T00:37:49.565Z
48212026-08-26T00:37:49.565ZAug 26 00:37:47.824Aug 26 00:37:47.824 DEBGINFO replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
48222026-08-26T00:37:49.565Z
48232026-08-26T00:37:49.565ZAug 26 00:37:47.824Aug 26 00:37:47.824 DEBGINFO replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
48242026-08-26T00:37:49.565Z
48252026-08-26T00:37:49.565ZAug 26 00:37:47.824Aug 26 00:37:47.824 INFODEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48262026-08-26T00:37:49.565Z
48272026-08-26T00:37:49.565ZAug 26 00:37:47.824Aug 26 00:37:47.824 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:39::/64 -> 2001:db8::55:ff
48282026-08-26T00:37:49.565Z
48292026-08-26T00:37:49.566ZAug 26 00:37:47.825Aug 26 00:37:47.825 INFODEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48302026-08-26T00:37:49.566Z
48312026-08-26T00:37:49.566ZAug 26 00:37:47.825Aug 26 00:37:47.825 DEBGINFO replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
48322026-08-26T00:37:49.566Z
48332026-08-26T00:37:49.566ZAug 26 00:37:47.825Aug 26 00:37:47.825 INFODEBG adding route 3fff:beef:1f::/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 } }]
48342026-08-26T00:37:49.566Z
48352026-08-26T00:37:49.566ZAug 26 00:37:47.825Aug 26 00:37:47.825 INFODEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48362026-08-26T00:37:49.566Z
48372026-08-26T00:37:49.566ZAug 26 00:37:47.825Aug 26 00:37:47.825 DEBGINFO replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
48382026-08-26T00:37:49.566Z
48392026-08-26T00:37:49.566ZAug 26 00:37:47.825Aug 26 00:37:47.825 INFODEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48402026-08-26T00:37:49.566Z
48412026-08-26T00:37:49.566ZAug 26 00:37:47.825Aug 26 00:37:47.825 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:21::/64 -> 2001:db8::55:ff
48422026-08-26T00:37:49.566Z
48432026-08-26T00:37:49.566ZAug 26 00:37:47.825Aug 26 00:37:47.825 DEBGINFO replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
48442026-08-26T00:37:49.566Z
48452026-08-26T00:37:49.566ZAug 26 00:37:47.825Aug 26 00:37:47.825 INFODEBG adding route 3fff:beef:22::/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 } }]
48462026-08-26T00:37:49.566Z
48472026-08-26T00:37:49.566ZAug 26 00:37:47.825Aug 26 00:37:47.825 DEBGINFO replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
48482026-08-26T00:37:49.566Z
48492026-08-26T00:37:49.566ZAug 26 00:37:47.825Aug 26 00:37:47.825 INFODEBG adding route 3fff:beef:23::/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 } }]
48502026-08-26T00:37:49.566Z
48512026-08-26T00:37:49.566ZAug 26 00:37:47.825Aug 26 00:37:47.825 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 } }]failed to allocate space for the new target list
48522026-08-26T00:37:49.566Z
48532026-08-26T00:37:49.566ZAug 26 00:37:47.825Aug 26 00:37:47.825 INFODEBG adding route 3fff:beef:24::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
48542026-08-26T00:37:49.566Z
48552026-08-26T00:37:49.566ZAug 26 00:37:47.825 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 } }]
48562026-08-26T00:37:49.566ZAug 26 00:37:47.825 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
48572026-08-26T00:37:49.566ZAug 26 00:37:47.825 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 } }]
48582026-08-26T00:37:49.566ZAug 26 00:37:47.825 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
48592026-08-26T00:37:49.566ZAug 26 00:37:47.825 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 } }]
48602026-08-26T00:37:49.567ZAug 26 00:37:47.825 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
48612026-08-26T00:37:49.567ZAug 26 00:37:47.825 DEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48622026-08-26T00:37:49.567ZAug 26 00:37:47.825 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
48632026-08-26T00:37:49.567ZAug 26 00:37:47.825 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 } }]
48642026-08-26T00:37:49.567ZAug 26 00:37:47.825 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
48652026-08-26T00:37:49.567ZAug 26 00:37:47.825 DEBGAug 26 00:37:47.825 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
48662026-08-26T00:37:49.567Z created new freemap, unitAug 26 00:37:47.825: INFOfreemap_route_ipv4
48672026-08-26T00:37:49.567Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
48682026-08-26T00:37:49.567ZAug 26 00:37:47.825Aug 26 00:37:47.825 DEBGDEBG created new freemapreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
48692026-08-26T00:37:49.567Zunit: freemap_route_ipv6Aug 26 00:37:47.825
48702026-08-26T00:37:49.567Z INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
48712026-08-26T00:37:49.567ZAug 26 00:37:47.825 DEBG initted freemap. size: 64Aug 26 00:37:47.825, unitDEBG: replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
48722026-08-26T00:37:49.567Z
48732026-08-26T00:37:49.567ZAug 26 00:37:47.825Aug 26 00:37:47.825 INFODEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreset freemap
48742026-08-26T00:37:49.567Z, unit: freemap_route_ipv4Aug 26 00:37:47.825
48752026-08-26T00:37:49.567Z 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 00:37:47.825 DEBG initted freemap. size: 64Aug 26 00:37:47.825Aug 26 00:37:47.825, unit:DEBG freemap_route_ipv6created new freemap
48762026-08-26T00:37:49.567Z , DEBGunit created new freemapAug 26 00:37:47.825, unitDEBG: created new freemapfreemap_route_ipv4,
48772026-08-26T00:37:49.567Zunit:
48782026-08-26T00:37:49.567Z freemap_route_ipv4
48792026-08-26T00:37:49.567ZAug 26 00:37:47.825Aug 26 00:37:47.832 DEBGDEBG created new freemapAug 26 00:37:47.832created new freemap , , unitunitINFO: :Aug 26 00:37:47.832 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG freemap_route_ipv4freemap_route_ipv6
48802026-08-26T00:37:49.567Z
48812026-08-26T00:37:49.567Z created new freemap
48822026-08-26T00:37:49.567Z, unitAug 26 00:37:47.832:Aug 26 00:37:47.825Aug 26 00:37:47.832 DEBGDEBGAug 26 00:37:47.832 :DEBG created new freemap , created new freemapfreemap_route_ipv6initted freemap. size: 64, unit,
48832026-08-26T00:37:49.567Zunitunit: DEBGfreemap_route_ipv6Aug 26 00:37:47.832Aug 26 00:37:47.832 freemap_route_ipv4DEBG
48842026-08-26T00:37:49.567Z : DEBGreset freemapfreemap_route_ipv4
48852026-08-26T00:37:49.567Z:
48862026-08-26T00:37:49.567Z , initted freemap. size: 64replacing 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 } }]unitAug 26 00:37:47.832: , unitAug 26 00:37:47.832:
48872026-08-26T00:37:49.567Z DEBGfreemap_route_ipv4DEBGAug 26 00:37:47.832 freemap_route_ipv6DEBG
48882026-08-26T00:37:49.567Zfreemap_route_ipv4
48892026-08-26T00:37:49.567Zreset freemap, initted freemap. size: 64, unit
48902026-08-26T00:37:49.567Z:unit :Aug 26 00:37:47.832 Aug 26 00:37:47.832freemap_route_ipv4
48912026-08-26T00:37:49.567Z DEBGDEBG freemap_route_ipv4Aug 26 00:37:47.832
48922026-08-26T00:37:49.567Zreset freemapcreated new freemapAug 26 00:37:47.832 DEBGAug 26 00:37:47.832 Aug 26 00:37:47.832 INFO initted freemap. size: 64DEBG , adding route 3fff:dead::/64 -> 2001:db8::55:1INFO , unit,
48932026-08-26T00:37:49.567Z:reset freemapcreated new freemapunit, :unitunit, : unitAug 26 00:37:47.832:adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff DEBG :freemap_route_ipv6freemap_route_ipv4
48942026-08-26T00:37:49.567Z
48952026-08-26T00:37:49.567Zfreemap_route_ipv4
48962026-08-26T00:37:49.567Zfreemap_route_ipv6
48972026-08-26T00:37:49.567Z
48982026-08-26T00:37:49.567Z Aug 26 00:37:47.832replacing 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 } }]
48992026-08-26T00:37:49.568ZDEBG initted freemap. size: 64Aug 26 00:37:47.832Aug 26 00:37:47.832 , Aug 26 00:37:47.832 freemap_route_ipv6unitINFODEBGDEBGAug 26 00:37:47.832 adding route 3fff:dead::/64 -> 2001:db8::55:1initted freemap. size: 64
49002026-08-26T00:37:49.568Z
49012026-08-26T00:37:49.568Z: , unitreset freemap:DEBGAug 26 00:37:47.832 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 } }] , DEBGfreemap_route_ipv6Aug 26 00:37:47.832unit
49022026-08-26T00:37:49.568Z
49032026-08-26T00:37:49.568ZAug 26 00:37:47.832 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 } }] freemap_route_ipv6DEBG
49042026-08-26T00:37:49.572ZDEBG
49052026-08-26T00:37:49.572Z: initted freemap. size: 64, initted freemap. size: 64unitAug 26 00:37:47.832freemap_route_ipv6,
49062026-08-26T00:37:49.572Zunit :INFO freemap_route_ipv4:Aug 26 00:37:47.832adding route 3fff:dead::/64 -> 2001:db8::55:1
49072026-08-26T00:37:49.572Z Aug 26 00:37:47.832Aug 26 00:37:47.832
49082026-08-26T00:37:49.572Z DEBGDEBG reset freemapreset freemapfreemap_route_ipv4,
49092026-08-26T00:37:49.572ZAug 26 00:37:47.832 , unitAug 26 00:37:47.832:DEBG Aug 26 00:37:47.832 INFOunit freemap_route_ipv6: INFOadding route 172.16.0.0/32 -> 10.0.0.1DEBG
49102026-08-26T00:37:49.572Zreplacing 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 } }]freemap_route_ipv6
49112026-08-26T00:37:49.572Z
49122026-08-26T00:37:49.572Zreset freemapAug 26 00:37:47.832,
49132026-08-26T00:37:49.572Z adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffunit: DEBG
49142026-08-26T00:37:49.572ZAug 26 00:37:47.832freemap_route_ipv4Aug 26 00:37:47.832 Aug 26 00:37:47.832Aug 26 00:37:47.832 DEBG
49152026-08-26T00:37:49.572ZINFO 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
49162026-08-26T00:37:49.572Z
49172026-08-26T00:37:49.573ZINFOAug 26 00:37:47.832Aug 26 00:37:47.832 DEBGadding route 172.16.0.0/32 -> 10.0.0.1Aug 26 00:37:47.832
49182026-08-26T00:37:49.573ZAug 26 00:37:47.832reset freemapadding route 172.16.0.0/32 -> 10.0.0.1 , unit
49192026-08-26T00:37:49.573Z: 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 } }]DEBG INFOinitted freemap. size: 64Aug 26 00:37:47.832 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 00:37:47.832
49202026-08-26T00:37:49.573Zfreemap_route_ipv4 , DEBGunitDEBG:
49212026-08-26T00:37:49.573Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
49222026-08-26T00:37:49.573Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2
49232026-08-26T00:37:49.573Z
49242026-08-26T00:37:49.573Zfreemap_route_ipv6
49252026-08-26T00:37:49.573Z
49262026-08-26T00:37:49.573ZAug 26 00:37:47.832 Aug 26 00:37:47.832 INFOAug 26 00:37:47.832Aug 26 00:37:47.832INFO Aug 26 00:37:47.832Aug 26 00:37:47.832 Aug 26 00:37:47.832 adding route 172.17.0.0/32 -> 10.0.0.255DEBG INFO
49272026-08-26T00:37:49.573Z adding route 3fff:beef::/64 -> 2001:db8::55:ff adding route 172.16.0.0/32 -> 10.0.0.1DEBG
49282026-08-26T00:37:49.573ZINFOAug 26 00:37:47.832DEBGreset freemap , unit
49292026-08-26T00:37:49.573Z:Aug 26 00:37:47.832 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 } }] DEBG
49302026-08-26T00:37:49.573Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff 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 } }]Aug 26 00:37:47.832freemap_route_ipv6
49312026-08-26T00:37:49.573Z DEBGAug 26 00:37:47.832
49322026-08-26T00:37:49.573Z
49332026-08-26T00:37:49.573Z 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 } }]
49342026-08-26T00:37:49.573Zreplacing 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 00:37:47.832 INFOinitted freemap. size: 64INFO
49352026-08-26T00:37:49.573Z, Aug 26 00:37:47.832adding route 172.17.0.0/32 -> 10.0.0.255Aug 26 00:37:47.832adding route 3fff:dead::/64 -> 2001:db8::55:1 unit
49362026-08-26T00:37:49.573Z:
49372026-08-26T00:37:49.573ZINFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
49382026-08-26T00:37:49.573ZAug 26 00:37:47.832Aug 26 00:37:47.832 Aug 26 00:37:47.832DEBG
49392026-08-26T00:37:49.573Z freemap_route_ipv6 DEBGINFO
49402026-08-26T00:37:49.573Z Aug 26 00:37:47.832Aug 26 00:37:47.832Aug 26 00:37:47.832 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 } }]
49412026-08-26T00:37:49.573Z adding route 172.17.0.1/32 -> 10.0.0.255DEBG
49422026-08-26T00:37:49.573ZINFOAug 26 00:37:47.832 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
49432026-08-26T00:37:49.573ZINFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
49442026-08-26T00:37:49.573Zreplacing 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.17.0.1/32 -> 10.0.0.255
49452026-08-26T00:37:49.573Z
49462026-08-26T00:37:49.573ZAug 26 00:37:47.832Aug 26 00:37:47.832Aug 26 00:37:47.832
49472026-08-26T00:37:49.573ZAug 26 00:37:47.832Aug 26 00:37:47.832 INFODEBG Aug 26 00:37:47.832 DEBGINFOadding route 172.16.0.0/32 -> 10.0.0.2DEBG
49482026-08-26T00:37:49.573Zreplacing 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 } }]
49492026-08-26T00:37:49.573Z adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
49502026-08-26T00:37:49.573Z
49512026-08-26T00:37:49.573Z DEBGAug 26 00:37:47.832replacing 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 } }]
49522026-08-26T00:37:49.574Z Aug 26 00:37:47.832reset freemapAug 26 00:37:47.832Aug 26 00:37:47.832Aug 26 00:37:47.832 , DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]unitINFOINFO
49532026-08-26T00:37:49.574ZAug 26 00:37:47.832 INFO:DEBG adding route 3fff:beef:2::/64 -> 2001:db8::55:ffDEBGadding route 172.17.0.2/32 -> 10.0.0.255adding route 172.17.0.2/32 -> 10.0.0.255
49542026-08-26T00:37:49.574Z freemap_route_ipv6
49552026-08-26T00:37:49.574Z
49562026-08-26T00:37:49.574Z
49572026-08-26T00:37:49.574Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
49582026-08-26T00:37:49.574Zreplacing 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 00:37:47.832Aug 26 00:37:47.832 Aug 26 00:37:47.832DEBG Aug 26 00:37:47.832DEBG Aug 26 00:37:47.832
49592026-08-26T00:37:49.574Zreplacing 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
49602026-08-26T00:37:49.574Z INFO adding route 172.17.0.0/32 -> 10.0.0.255replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
49612026-08-26T00:37:49.574Ztest route::tests::rollback_on_compact_delete_failure ... ok
49622026-08-26T00:37:49.574Z
49632026-08-26T00:37:49.574ZINFOreplacing 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 00:37:47.832Aug 26 00:37:47.832Aug 26 00:37:47.832Aug 26 00:37:47.832 Aug 26 00:37:47.832adding route 3fff:dead::/64 -> 2001:db8::55:1 INFODEBG 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 } }]INFO adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.17.0.3/32 -> 10.0.0.255adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
49642026-08-26T00:37:49.574Z
49652026-08-26T00:37:49.574Z
49662026-08-26T00:37:49.574Z
49672026-08-26T00:37:49.574Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
49682026-08-26T00:37:49.574Z
49692026-08-26T00:37:49.574ZINFO
49702026-08-26T00:37:49.574ZAug 26 00:37:47.832Aug 26 00:37:47.832 Aug 26 00:37:47.832Aug 26 00:37:47.832DEBG Aug 26 00:37:47.832INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG DEBG Aug 26 00:37:47.832adding route 172.17.0.1/32 -> 10.0.0.255DEBG
49712026-08-26T00:37:49.574Z 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 } }]
49722026-08-26T00:37:49.574Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFO
49732026-08-26T00:37:49.574Zreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
49742026-08-26T00:37:49.574Z
49752026-08-26T00:37:49.574Z
49762026-08-26T00:37:49.574ZAug 26 00:37:47.832 Aug 26 00:37:47.832Aug 26 00:37:47.832DEBG Aug 26 00:37:47.832 INFO adding route 172.17.0.3/32 -> 10.0.0.255 INFOadding route 3fff:beef:4::/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 } }]
49772026-08-26T00:37:49.574ZAug 26 00:37:47.832
49782026-08-26T00:37:49.574ZINFO Aug 26 00:37:47.832
49792026-08-26T00:37:49.574Z adding route 172.17.0.4/32 -> 10.0.0.255
49802026-08-26T00:37:49.574ZINFOAug 26 00:37:47.832Aug 26 00:37:47.832Aug 26 00:37:47.832 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 3fff:dead::/64 -> 2001:db8::55:4
49812026-08-26T00:37:49.574Zadding route 172.17.0.2/32 -> 10.0.0.255
49822026-08-26T00:37:49.574ZDEBG
49832026-08-26T00:37:49.574Zreplacing 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 00:37:47.832 DEBGDEBG
49842026-08-26T00:37:49.574ZAug 26 00:37:47.832Aug 26 00:37:47.832Aug 26 00:37:47.832 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 } }]DEBGDEBGDEBG Aug 26 00:37:47.832replacing 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 } }]
49852026-08-26T00:37:49.574Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
49862026-08-26T00:37:49.574Z
49872026-08-26T00:37:49.574Z INFO
49882026-08-26T00:37:49.574Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 26 00:37:47.832 Aug 26 00:37:47.832INFO DEBGadding route 172.17.0.5/32 -> 10.0.0.255
49892026-08-26T00:37:49.574Z
49902026-08-26T00:37:49.574Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
49912026-08-26T00:37:49.575ZAug 26 00:37:47.840Aug 26 00:37:47.825 DEBGDEBG
49922026-08-26T00:37:49.575Z Aug 26 00:37:47.832created new freemap , INFOAug 26 00:37:47.840Aug 26 00:37:47.840unit: freemap_route_ipv4WARNINFO adding route 3fff:dead::/64 -> 2001:db8::55:3
49932026-08-26T00:37:49.575Z
49942026-08-26T00:37:49.575Z adding route 172.17.0.3/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 } }]
49952026-08-26T00:37:49.575ZAug 26 00:37:47.840Aug 26 00:37:47.832
49962026-08-26T00:37:49.575Z DEBGshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) INFO
49972026-08-26T00:37:49.575Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 00:37:47.840Aug 26 00:37:47.840 Aug 26 00:37:47.840
49982026-08-26T00:37:49.575Z adding route 172.17.0.4/32 -> 10.0.0.255INFO
49992026-08-26T00:37:49.575Z DEBGDEBG adding route 172.17.0.6/32 -> 10.0.0.255created new freemap
50002026-08-26T00:37:49.575Zreplacing 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 } }],
50012026-08-26T00:37:49.575ZAug 26 00:37:47.840 unitINFO:Aug 26 00:37:47.840Aug 26 00:37:47.840Aug 26 00:37:47.840 DEBG DEBG INFOreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv6
50022026-08-26T00:37:49.575Zadding route 172.17.0.4/32 -> 10.0.0.255
50032026-08-26T00:37:49.575Z 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 } }]
50042026-08-26T00:37:49.579Zadding route 3fff:dead::/64 -> 2001:db8::55:4
50052026-08-26T00:37:49.579ZAug 26 00:37:47.840
50062026-08-26T00:37:49.579Z Aug 26 00:37:47.840INFO Aug 26 00:37:47.840DEBG adding route 172.17.0.5/32 -> 10.0.0.255DEBGAug 26 00:37:47.840initted freemap. size: 64 ,
50072026-08-26T00:37:49.579ZAug 26 00:37:47.840replacing 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 } }] unitINFO
50082026-08-26T00:37:49.579Z:DEBG adding route 172.17.0.7/32 -> 10.0.0.255Aug 26 00:37:47.840replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]freemap_route_ipv4
50092026-08-26T00:37:49.579ZDEBG
50102026-08-26T00:37:49.579Z
50112026-08-26T00:37:49.579ZAug 26 00:37:47.840 Aug 26 00:37:47.840INFOAug 26 00:37:47.840Aug 26 00:37:47.840 DEBGadding route 172.17.0.5/32 -> 10.0.0.255
50122026-08-26T00:37:49.579Zreset freemapreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGDEBG
50132026-08-26T00:37:49.579Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }], unit:replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:37:47.840
50142026-08-26T00:37:49.579Zfreemap_route_ipv4Aug 26 00:37:47.840
50152026-08-26T00:37:49.579Z
50162026-08-26T00:37:49.580ZDEBG 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
50172026-08-26T00:37:49.580ZAug 26 00:37:47.840 adding route 172.17.0.6/32 -> 10.0.0.255INFOAug 26 00:37:47.840
50182026-08-26T00:37:49.580ZAug 26 00:37:47.840 DEBGINFO initted freemap. size: 64adding route 172.17.0.8/32 -> 10.0.0.255 , adding route 172.17.0.6/32 -> 10.0.0.255unitAug 26 00:37:47.840:
50192026-08-26T00:37:49.580Z
50202026-08-26T00:37:49.580Z freemap_route_ipv6
50212026-08-26T00:37:49.580ZDEBG Aug 26 00:37:47.840Aug 26 00:37:47.840 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 } }]DEBGDEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
50222026-08-26T00:37:49.580Zreplacing 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 } }]
50232026-08-26T00:37:49.580Z
50242026-08-26T00:37:49.580ZAug 26 00:37:47.840 DEBGAug 26 00:37:47.840 Aug 26 00:37:47.840INFOreset freemap , Aug 26 00:37:47.840INFOadding route 172.17.0.9/32 -> 10.0.0.255 unitadding route 172.17.0.7/32 -> 10.0.0.255:
50252026-08-26T00:37:49.580Z
50262026-08-26T00:37:49.580Z INFOfreemap_route_ipv6Aug 26 00:37:47.840
50272026-08-26T00:37:49.580ZDEBGadding route 172.17.0.7/32 -> 10.0.0.255
50282026-08-26T00:37:49.580Zreplacing 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 00:37:47.840
50292026-08-26T00:37:49.580Z Aug 26 00:37:47.840INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 26 00:37:47.840
50302026-08-26T00:37:49.580Z DEBGAug 26 00:37:47.840 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
50312026-08-26T00:37:49.580ZINFO
50322026-08-26T00:37:49.580ZAug 26 00:37:47.840 adding route 172.17.0.8/32 -> 10.0.0.255DEBGAug 26 00:37:47.840Aug 26 00:37:47.840
50332026-08-26T00:37:49.580Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] INFOINFO
50342026-08-26T00:37:49.580Z adding route 172.17.0.10/32 -> 10.0.0.255 Aug 26 00:37:47.840adding route 172.17.0.8/32 -> 10.0.0.255
50352026-08-26T00:37:49.580ZDEBG
50362026-08-26T00:37:49.580Z Aug 26 00:37:47.840replacing 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 00:37:47.840
50372026-08-26T00:37:49.580Z DEBGAug 26 00:37:47.840INFO replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
50382026-08-26T00:37:49.580Z adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 26 00:37:47.840
50392026-08-26T00:37:49.580Z INFOreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
50402026-08-26T00:37:49.580Zadding route 172.17.0.9/32 -> 10.0.0.255Aug 26 00:37:47.840Aug 26 00:37:47.840
50412026-08-26T00:37:49.580Z INFODEBG Aug 26 00:37:47.840replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.11/32 -> 10.0.0.255
50422026-08-26T00:37:49.580Z
50432026-08-26T00:37:49.580Z INFOAug 26 00:37:47.840 adding route 172.17.0.9/32 -> 10.0.0.255DEBGAug 26 00:37:47.840
50442026-08-26T00:37:49.580Z replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:37:47.840INFO
50452026-08-26T00:37:49.580Z DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 26 00:37:47.840Aug 26 00:37:47.840
50462026-08-26T00:37:49.580Z 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
50472026-08-26T00:37:49.580Z 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.255
50482026-08-26T00:37:49.580ZAug 26 00:37:47.840
50492026-08-26T00:37:49.580Z Aug 26 00:37:47.840DEBG Aug 26 00:37:47.840INFO adding route 172.17.0.12/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFO
50502026-08-26T00:37:49.580Z Aug 26 00:37:47.840
50512026-08-26T00:37:49.580Z DEBG adding route 172.17.0.10/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 } }]
50522026-08-26T00:37:49.580Z
50532026-08-26T00:37:49.580ZAug 26 00:37:47.840 Aug 26 00:37:47.840DEBG INFOAug 26 00:37:47.840replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:4
50542026-08-26T00:37:49.580Z
50552026-08-26T00:37:49.581ZDEBG 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 00:37:47.840
50562026-08-26T00:37:49.581Z Aug 26 00:37:47.840INFO Aug 26 00:37:47.840 DEBGadding route 172.17.0.11/32 -> 10.0.0.255
50572026-08-26T00:37:49.581ZAug 26 00:37:47.840 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 } }] INFO
50582026-08-26T00:37:49.581Zadding route 172.17.0.13/32 -> 10.0.0.255 Aug 26 00:37:47.840
50592026-08-26T00:37:49.581Zadding route 172.17.0.11/32 -> 10.0.0.255
50602026-08-26T00:37:49.581ZDEBG 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 00:37:47.840
50612026-08-26T00:37:49.581Ztest route::tests::rollback_on_compact_write_failure ... ok
50622026-08-26T00:37:49.581ZAug 26 00:37:47.840 DEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 26 00:37:47.840replacing 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 } }]
50632026-08-26T00:37:49.581Z
50642026-08-26T00:37:49.581ZAug 26 00:37:47.840 INFODEBG adding route 172.17.0.12/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 } }]
50652026-08-26T00:37:49.581Ztest route::tests::rollback_on_index_readd_failure ... ok
50662026-08-26T00:37:49.581Z
50672026-08-26T00:37:49.581Ztest route::tests::identity_replace_is_noop ... ok
50682026-08-26T00:37:49.581ZAug 26 00:37:47.840Aug 26 00:37:47.840 INFOWARN adding route 172.17.0.14/32 -> 10.0.0.255Aug 26 00:37:47.840shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 26 00:37:47.840
50692026-08-26T00:37:49.581ZINFO
50702026-08-26T00:37:49.581Zadding route 172.17.0.12/32 -> 10.0.0.255
50712026-08-26T00:37:49.581ZDEBG Aug 26 00:37:47.840replacing 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 00:37:47.840
50722026-08-26T00:37:49.581ZAug 26 00:37:47.840DEBG 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 } }]
50732026-08-26T00:37:49.581Z DEBGERROAug 26 00:37:47.840 INFOrollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
50742026-08-26T00:37:49.581Zadding route 172.17.0.13/32 -> 10.0.0.255 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 } }]
50752026-08-26T00:37:49.581ZAug 26 00:37:47.840
50762026-08-26T00:37:49.581ZAug 26 00:37:47.840 INFO adding route 172.17.0.15/32 -> 10.0.0.255ERRO
50772026-08-26T00:37:49.581Z Aug 26 00:37:47.840Aug 26 00:37:47.840shrink-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 INFO
50782026-08-26T00:37:49.581Z adding route 172.17.0.13/32 -> 10.0.0.255DEBGAug 26 00:37:47.840
50792026-08-26T00:37:49.581Z 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 } }]
50802026-08-26T00:37:49.581Zreplacing 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 00:37:47.840
50812026-08-26T00:37:49.581Z DEBGAug 26 00:37:47.840 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 } }]
50822026-08-26T00:37:49.581Zadding route 172.17.0.14/32 -> 10.0.0.255
50832026-08-26T00:37:49.581ZAug 26 00:37:47.840Aug 26 00:37:47.840 Aug 26 00:37:47.840 INFOINFO adding route 172.17.0.16/32 -> 10.0.0.255 adding route 172.17.0.14/32 -> 10.0.0.255
50842026-08-26T00:37:49.581Z
50852026-08-26T00:37:49.581ZDEBG 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 00:37:47.840
50862026-08-26T00:37:49.581Z Aug 26 00:37:47.840
50872026-08-26T00:37:49.581Z 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 } }]DEBG
50882026-08-26T00:37:49.581Zreplacing 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 00:37:47.840
50892026-08-26T00:37:49.581Z INFOAug 26 00:37:47.840 Aug 26 00:37:47.840 Aug 26 00:37:47.840INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff INFOINFO
50902026-08-26T00:37:49.581Zadding route 172.17.0.15/32 -> 10.0.0.255
50912026-08-26T00:37:49.581Zadding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255
50922026-08-26T00:37:49.581Z
50932026-08-26T00:37:49.581ZAug 26 00:37:47.840Aug 26 00:37:47.840 Aug 26 00:37:47.840Aug 26 00:37:47.840 DEBG DEBGDEBGreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
50942026-08-26T00:37:49.581ZAug 26 00:37:47.841Aug 26 00:37:47.841 DEBGDEBG created new freemapcreated new freemap, unit, :unit :freemap_route_ipv4
50952026-08-26T00:37:49.582Zfreemap_route_ipv4Aug 26 00:37:47.841
50962026-08-26T00:37:49.582Z DEBG Aug 26 00:37:47.850Aug 26 00:37:47.850 DEBGDEBG INFOreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] created new freemap
50972026-08-26T00:37:49.582Z, Aug 26 00:37:47.850 unitcreated new freemapadding route 172.17.0.16/32 -> 10.0.0.255, :
50982026-08-26T00:37:49.582Z unitfreemap_route_ipv6 :DEBGAug 26 00:37:47.850
50992026-08-26T00:37:49.582Z freemap_route_ipv4created new freemap
51002026-08-26T00:37:49.582Z, INFOunitAug 26 00:37:47.850: DEBG freemap_route_ipv6adding route 172.17.0.16/32 -> 10.0.0.255
51012026-08-26T00:37:49.582ZAug 26 00:37:47.850initted freemap. size: 64, unit
51022026-08-26T00:37:49.582ZDEBG 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 } }]:
51032026-08-26T00:37:49.582Z Aug 26 00:37:47.850 freemap_route_ipv4Aug 26 00:37:47.850
51042026-08-26T00:37:49.586ZAug 26 00:37:47.850DEBGDEBG initted freemap. size: 64Aug 26 00:37:47.850INFO, unitadding route 172.17.0.17/32 -> 10.0.0.255created new freemap :
51052026-08-26T00:37:49.586Z freemap_route_ipv4DEBG Aug 26 00:37:47.850,
51062026-08-26T00:37:49.586ZAug 26 00:37:47.850replacing 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 } }]
51072026-08-26T00:37:49.586Z 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 } }]reset freemapunit
51082026-08-26T00:37:49.586Z, Aug 26 00:37:47.850unitAug 26 00:37:47.850:: DEBGfreemap_route_ipv4
51092026-08-26T00:37:49.586Zreset freemapfreemap_route_ipv6,
51102026-08-26T00:37:49.586ZINFOunit Aug 26 00:37:47.850adding route 172.17.0.17/32 -> 10.0.0.255:Aug 26 00:37:47.850 freemap_route_ipv4
51112026-08-26T00:37:49.586ZINFO
51122026-08-26T00:37:49.586ZDEBG Aug 26 00:37:47.850initted freemap. size: 64Aug 26 00:37:47.850 , Aug 26 00:37:47.850 DEBG DEBGDEBGunit initted freemap. size: 64initted freemap. size: 64, : , unitfreemap_route_ipv6unitreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:adding route 172.17.0.18/32 -> 10.0.0.255:
51132026-08-26T00:37:49.587Z
51142026-08-26T00:37:49.587Z freemap_route_ipv4 freemap_route_ipv6
51152026-08-26T00:37:49.587Z
51162026-08-26T00:37:49.587ZAug 26 00:37:47.850
51172026-08-26T00:37:49.587ZAug 26 00:37:47.850DEBG Aug 26 00:37:47.850 DEBG Aug 26 00:37:47.850reset freemapDEBGreplacing 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 } }],
51182026-08-26T00:37:49.587Zunit Aug 26 00:37:47.850: freemap_route_ipv6INFO
51192026-08-26T00:37:49.587Zreset freemap adding route 172.17.0.18/32 -> 10.0.0.255, unit
51202026-08-26T00:37:49.587Z:Aug 26 00:37:47.850DEBG Aug 26 00:37:47.850freemap_route_ipv4
51212026-08-26T00:37:49.587ZINFO reset freemapINFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 26 00:37:47.850
51222026-08-26T00:37:49.587Z, adding route 172.17.0.19/32 -> 10.0.0.255 DEBGAug 26 00:37:47.850unit
51232026-08-26T00:37:49.587ZDEBGAug 26 00:37:47.850replacing 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 } }]:
51242026-08-26T00:37:49.587Z DEBG freemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
51252026-08-26T00:37:49.587Zinitted freemap. size: 64
51262026-08-26T00:37:49.587Z, unitAug 26 00:37:47.850Aug 26 00:37:47.850 Aug 26 00:37:47.850INFO: INFODEBG Aug 26 00:37:47.850 adding route 172.17.0.19/32 -> 10.0.0.255
51272026-08-26T00:37:49.587Zreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
51282026-08-26T00:37:49.587Z INFO freemap_route_ipv6
51292026-08-26T00:37:49.587Zadding route 3fff:dead::/64 -> 2001:db8::55:1
51302026-08-26T00:37:49.587Z
51312026-08-26T00:37:49.587Z
51322026-08-26T00:37:49.587ZAug 26 00:37:47.850Aug 26 00:37:47.850Aug 26 00:37:47.850Aug 26 00:37:47.850 Aug 26 00:37:47.850 INFOINFODEBG DEBGDEBGadding route 172.17.0.20/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 } }]reset freemap adding route 3fff:beef:34::/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 } }]
51332026-08-26T00:37:49.587Zunit:Aug 26 00:37:47.850
51342026-08-26T00:37:49.587Z
51352026-08-26T00:37:49.587ZDEBG freemap_route_ipv6
51362026-08-26T00:37:49.587Z
51372026-08-26T00:37:49.587ZAug 26 00:37:47.850replacing 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 } }] DEBGAug 26 00:37:47.850
51382026-08-26T00:37:49.587Z 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 00:37:47.850INFO
51392026-08-26T00:37:49.587Z adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG
51402026-08-26T00:37:49.587Z Aug 26 00:37:47.850replacing 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 00:37:47.850INFOAug 26 00:37:47.850
51412026-08-26T00:37:49.587Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.16.0.0/32 -> 10.0.0.1
51422026-08-26T00:37:49.587ZINFOAug 26 00:37:47.850
51432026-08-26T00:37:49.587Z DEBGAug 26 00:37:47.850 Aug 26 00:37:47.850INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ff Aug 26 00:37:47.850adding route 172.17.0.21/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
51442026-08-26T00:37:49.587Z
51452026-08-26T00:37:49.587Z
51462026-08-26T00:37:49.587ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
51472026-08-26T00:37:49.587ZDEBGAug 26 00:37:47.850 Aug 26 00:37:47.850Aug 26 00:37:47.850replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] INFODEBGAug 26 00:37:47.850DEBG
51482026-08-26T00:37:49.587Zadding route 3fff:dead::/64 -> 2001:db8::55:4 INFOreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
51492026-08-26T00:37:49.587Z
51502026-08-26T00:37:49.587Z replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
51512026-08-26T00:37:49.587ZAug 26 00:37:47.850
51522026-08-26T00:37:49.587Z Aug 26 00:37:47.850Aug 26 00:37:47.850DEBG Aug 26 00:37:47.850replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
51532026-08-26T00:37:49.588ZINFO Aug 26 00:37:47.850 adding route 172.16.0.0/32 -> 10.0.0.2INFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
51542026-08-26T00:37:49.588Z
51552026-08-26T00:37:49.588Z adding route 172.17.0.22/32 -> 10.0.0.255DEBG
51562026-08-26T00:37:49.588Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 00:37:47.850
51572026-08-26T00:37:49.588ZAug 26 00:37:47.850 DEBGAug 26 00:37:47.850 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 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
51582026-08-26T00:37:49.588ZAug 26 00:37:47.850DEBG
51592026-08-26T00:37:49.588ZAug 26 00:37:47.850 Aug 26 00:37:47.850INFODEBGreplacing targets for 3fff:dead::/64 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 } }]
51602026-08-26T00:37:49.588Z replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:37:47.850
51612026-08-26T00:37:49.588Z INFO INFO adding route 172.16.0.0/32 -> 10.0.0.3Aug 26 00:37:47.850adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 26 00:37:47.850
51622026-08-26T00:37:49.588Z INFO
51632026-08-26T00:37:49.588Z
51642026-08-26T00:37:49.588Zadding route 172.17.0.23/32 -> 10.0.0.255
51652026-08-26T00:37:49.588ZWARN Aug 26 00:37:47.850shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 26 00:37:47.850
51662026-08-26T00:37:49.588Z Aug 26 00:37:47.850 DEBG Aug 26 00:37:47.850DEBG 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 } }]
51672026-08-26T00:37:49.588Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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: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 } }]
51682026-08-26T00:37:49.588Z
51692026-08-26T00:37:49.588Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
51702026-08-26T00:37:49.588ZAug 26 00:37:47.850Aug 26 00:37:47.850 DEBGINFOAug 26 00:37:47.850 replacing targets for 3fff:dead::/64 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 } }]INFOadding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 26 00:37:47.850
51712026-08-26T00:37:49.588Z adding route 172.17.0.24/32 -> 10.0.0.255
51722026-08-26T00:37:49.588Z
51732026-08-26T00:37:49.588ZINFO Aug 26 00:37:47.850adding route 172.16.0.0/32 -> 10.0.0.4Aug 26 00:37:47.850
51742026-08-26T00:37:49.588ZAug 26 00:37:47.850 WARN DEBGshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
51752026-08-26T00:37:49.588Z 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 } }]DEBGAug 26 00:37:47.850
51762026-08-26T00:37:49.588Z DEBGreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
51772026-08-26T00:37:49.588Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 00:37:47.850
51782026-08-26T00:37:49.588Z INFO Aug 26 00:37:47.850adding route 172.17.0.25/32 -> 10.0.0.255
51792026-08-26T00:37:49.588ZINFOAug 26 00:37:47.850 DEBGadding route 3fff:beef:39::/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 } }]
51802026-08-26T00:37:49.588Z
51812026-08-26T00:37:49.588ZAug 26 00:37:47.850Aug 26 00:37:47.850 INFO replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
51822026-08-26T00:37:49.588Z adding route 172.17.0.20/32 -> 10.0.0.255
51832026-08-26T00:37:49.588Z Aug 26 00:37:47.850DEBG INFOreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:37:47.850
51842026-08-26T00:37:49.588Z adding route 172.17.0.18/32 -> 10.0.0.255DEBG
51852026-08-26T00:37:49.588Z replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:37:47.850
51862026-08-26T00:37:49.588ZINFO adding route 172.17.0.26/32 -> 10.0.0.255
51872026-08-26T00:37:49.588ZAug 26 00:37:47.850 INFOAug 26 00:37:47.850Aug 26 00:37:47.850 DEBGadding route 172.17.0.21/32 -> 10.0.0.255 Aug 26 00:37:47.850DEBG
51882026-08-26T00:37:49.588Zreplacing 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.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 } }]
51892026-08-26T00:37:49.588Z
51902026-08-26T00:37:49.588ZDEBG 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 00:37:47.850
51912026-08-26T00:37:49.588ZAug 26 00:37:47.850 DEBG INFOAug 26 00:37:47.850replacing 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 00:37:47.850 adding route 172.17.0.19/32 -> 10.0.0.255INFO
51922026-08-26T00:37:49.589Z
51932026-08-26T00:37:49.589Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO Aug 26 00:37:47.851adding route 172.17.0.27/32 -> 10.0.0.255
51942026-08-26T00:37:49.589ZDEBG created new freemapAug 26 00:37:47.851Aug 26 00:37:47.851, Aug 26 00:37:47.850DEBGunit :DEBGcreated new freemap DEBGAug 26 00:37:47.857freemap_route_ipv4, unitDEBGcreated new freemap:
51952026-08-26T00:37:49.589Z freemap_route_ipv4
51962026-08-26T00:37:49.589Z Aug 26 00:37:47.857, unitreplacing 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 } }]: DEBGfreemap_route_ipv4
51972026-08-26T00:37:49.589Zcreated new freemap
51982026-08-26T00:37:49.589ZAug 26 00:37:47.857, unit :DEBG Aug 26 00:37:47.857 freemap_route_ipv6created new freemap
51992026-08-26T00:37:49.589Z, DEBGunit :created new freemapAug 26 00:37:47.857 , unitAug 26 00:37:47.857INFOfreemap_route_ipv6:
52002026-08-26T00:37:49.589Z freemap_route_ipv6DEBG
52012026-08-26T00:37:49.589Z initted freemap. size: 64Aug 26 00:37:47.857adding route 172.17.0.20/32 -> 10.0.0.255 , DEBGAug 26 00:37:47.857
52022026-08-26T00:37:49.589ZDEBGinitted freemap. size: 64unit, unitinitted freemap. size: 64: , freemap_route_ipv4:unit Aug 26 00:37:47.857
52032026-08-26T00:37:49.589Zfreemap_route_ipv4:
52042026-08-26T00:37:49.593Z freemap_route_ipv4DEBG
52052026-08-26T00:37:49.593ZAug 26 00:37:47.857 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 00:37:47.857
52062026-08-26T00:37:49.593Z DEBGDEBGAug 26 00:37:47.857 Aug 26 00:37:47.857 reset freemapINFOreset freemap , , DEBG unitunitreset freemapadding route 172.17.0.21/32 -> 10.0.0.255::
52072026-08-26T00:37:49.593Z , freemap_route_ipv4unit
52082026-08-26T00:37:49.593Z:freemap_route_ipv4
52092026-08-26T00:37:49.593Zfreemap_route_ipv4
52102026-08-26T00:37:49.594ZAug 26 00:37:47.857Aug 26 00:37:47.857 DEBGAug 26 00:37:47.857 Aug 26 00:37:47.857DEBG initted freemap. size: 64 DEBG, initted freemap. size: 64DEBGunit , initted 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 } }]unit:, unitfreemap_route_ipv6:
52112026-08-26T00:37:49.594Z
52122026-08-26T00:37:49.594Z freemap_route_ipv6:
52132026-08-26T00:37:49.594Z Aug 26 00:37:47.857freemap_route_ipv6Aug 26 00:37:47.857
52142026-08-26T00:37:49.594Z INFODEBG adding route 172.17.0.22/32 -> 10.0.0.255Aug 26 00:37:47.857
52152026-08-26T00:37:49.594Zreset freemap Aug 26 00:37:47.857, unitDEBGDEBG: freemap_route_ipv6reset freemap
52162026-08-26T00:37:49.594Z reset freemapAug 26 00:37:47.857, , unitAug 26 00:37:47.857: INFOfreemap_route_ipv6
52172026-08-26T00:37:49.594Zadding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
52182026-08-26T00:37:49.594Zunit: replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6Aug 26 00:37:47.857
52192026-08-26T00:37:49.594ZAug 26 00:37:47.857 INFO
52202026-08-26T00:37:49.594Zadding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 26 00:37:47.857DEBG
52212026-08-26T00:37:49.594Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
52222026-08-26T00:37:49.594ZAug 26 00:37:47.857 adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 26 00:37:47.857
52232026-08-26T00:37:49.594ZDEBGAug 26 00:37:47.857 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
52242026-08-26T00:37:49.594ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 26 00:37:47.857INFO Aug 26 00:37:47.857
52252026-08-26T00:37:49.594Z DEBG adding route 172.17.0.23/32 -> 10.0.0.255INFO 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 } }]
52262026-08-26T00:37:49.594Z
52272026-08-26T00:37:49.594Z
52282026-08-26T00:37:49.594ZAug 26 00:37:47.857 DEBGAug 26 00:37:47.857Aug 26 00:37:47.857 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 } }] Aug 26 00:37:47.857replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
52292026-08-26T00:37:49.594Z
52302026-08-26T00:37:49.594Z
52312026-08-26T00:37:49.594ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2
52322026-08-26T00:37:49.594Z
52332026-08-26T00:37:49.594ZAug 26 00:37:47.857Aug 26 00:37:47.857 INFOAug 26 00:37:47.857 INFOadding route 172.17.0.24/32 -> 10.0.0.255
52342026-08-26T00:37:49.594Zadding route 3fff:dead::/64 -> 2001:db8::55:3Aug 26 00:37:47.857DEBG
52352026-08-26T00:37:49.594Z Aug 26 00:37:47.857 INFO DEBG Aug 26 00:37:47.857adding route 3fff:dead::/64 -> 2001:db8::55:3replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
52362026-08-26T00:37:49.594Zreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
52372026-08-26T00:37:49.594Z
52382026-08-26T00:37:49.594ZAug 26 00:37:47.857 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
52392026-08-26T00:37:49.594Z Aug 26 00:37:47.857 Aug 26 00:37:47.857DEBGAug 26 00:37:47.857 Aug 26 00:37:47.857 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFO INFOadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG
52402026-08-26T00:37:49.594Z adding route 3fff:dead::/64 -> 2001:db8::55:4
52412026-08-26T00:37:49.594Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
52422026-08-26T00:37:49.594Z
52432026-08-26T00:37:49.594Zreplacing 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 } }]
52442026-08-26T00:37:49.594ZAug 26 00:37:47.857Aug 26 00:37:47.857Aug 26 00:37:47.857 Aug 26 00:37:47.857DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
52452026-08-26T00:37:49.594Z INFO DEBGadding route 172.17.0.25/32 -> 10.0.0.255
52462026-08-26T00:37:49.594Z
52472026-08-26T00:37:49.594Zreplacing 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 00:37:47.857
52482026-08-26T00:37:49.595Z 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 } }]Aug 26 00:37:47.857Aug 26 00:37:47.857 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
52492026-08-26T00:37:49.595Z
52502026-08-26T00:37:49.595Z Aug 26 00:37:47.857DEBG Aug 26 00:37:47.857DEBGreplacing 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 00:37:47.850replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
52512026-08-26T00:37:49.595Z 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 } }]
52522026-08-26T00:37:49.595Zreplacing 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
52532026-08-26T00:37:49.595ZAug 26 00:37:47.857
52542026-08-26T00:37:49.595Z adding route 172.17.0.22/32 -> 10.0.0.255DEBGAug 26 00:37:47.857 Aug 26 00:37:47.857 replacing targets for 3fff:dead::/64 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 } }]INFO
52552026-08-26T00:37:49.595Z DEBG
52562026-08-26T00:37:49.595Zfailed to allocate space for the new target listadding route 172.17.0.26/32 -> 10.0.0.255
52572026-08-26T00:37:49.595Z
52582026-08-26T00:37:49.595ZAug 26 00:37:47.857 INFO Aug 26 00:37:47.857adding route 172.17.0.28/32 -> 10.0.0.255
52592026-08-26T00:37:49.595ZDEBGAug 26 00:37:47.857 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 } }]DEBG
52602026-08-26T00:37:49.595ZAug 26 00:37:47.857 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
52612026-08-26T00:37:49.595ZDEBG Aug 26 00:37:47.857Aug 26 00:37:47.857 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
52622026-08-26T00:37:49.595Z INFOreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
52632026-08-26T00:37:49.595Zadding route 172.17.0.23/32 -> 10.0.0.255
52642026-08-26T00:37:49.595ZAug 26 00:37:47.857 INFO adding route 172.17.0.27/32 -> 10.0.0.255Aug 26 00:37:47.857
52652026-08-26T00:37:49.595Z 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 } }]
52662026-08-26T00:37:49.595ZAug 26 00:37:47.857Aug 26 00:37:47.857 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.29/32 -> 10.0.0.255
52672026-08-26T00:37:49.595Z
52682026-08-26T00:37:49.595Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
52692026-08-26T00:37:49.595ZAug 26 00:37:47.857 INFO adding route 172.17.0.24/32 -> 10.0.0.255Aug 26 00:37:47.857
52702026-08-26T00:37:49.595Z INFO adding route 172.17.0.28/32 -> 10.0.0.255
52712026-08-26T00:37:49.595ZAug 26 00:37:47.857 Aug 26 00:37:47.857DEBG Aug 26 00:37:47.857DEBGreplacing 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 } }]
52722026-08-26T00:37:49.595ZDEBG 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.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 } }]
52732026-08-26T00:37:49.595Z
52742026-08-26T00:37:49.595ZAug 26 00:37:47.857Aug 26 00:37:47.857Aug 26 00:37:47.857 INFO INFOINFO adding route 172.17.0.29/32 -> 10.0.0.255 adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255
52752026-08-26T00:37:49.595Z
52762026-08-26T00:37:49.595Z
52772026-08-26T00:37:49.595ZAug 26 00:37:47.857Aug 26 00:37:47.857 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.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 } }]
52782026-08-26T00:37:49.595Z
52792026-08-26T00:37:49.595ZAug 26 00:37:47.857 DEBG Aug 26 00:37:47.857replacing 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 } }]
52802026-08-26T00:37:49.595ZAug 26 00:37:47.857INFO INFOadding route 172.17.0.31/32 -> 10.0.0.255
52812026-08-26T00:37:49.595ZAug 26 00:37:47.857adding route 172.17.0.26/32 -> 10.0.0.255
52822026-08-26T00:37:49.595ZINFO adding route 172.17.0.30/32 -> 10.0.0.255
52832026-08-26T00:37:49.595ZAug 26 00:37:47.857 DEBG Aug 26 00:37:47.857replacing 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 } }]
52842026-08-26T00:37:49.595ZDEBG 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 00:37:47.857
52852026-08-26T00:37:49.595Z Aug 26 00:37:47.857DEBG INFOreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:37:47.857
52862026-08-26T00:37:49.595Z INFOadding route 172.17.0.32/32 -> 10.0.0.255
52872026-08-26T00:37:49.595Zadding route 172.17.0.31/32 -> 10.0.0.255Aug 26 00:37:47.857
52882026-08-26T00:37:49.596Ztest transceivers::mpn_test::test_mpn_missing ... ok
52892026-08-26T00:37:49.596Z INFO adding route 172.17.0.27/32 -> 10.0.0.255Aug 26 00:37:47.857
52902026-08-26T00:37:49.596Ztest transceivers::mpn_test::test_mpn_present ... ok
52912026-08-26T00:37:49.596Z 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 } }]
52922026-08-26T00:37:49.596ZAug 26 00:37:47.857 DEBG Aug 26 00:37:47.857replacing 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 00:37:47.857 DEBG
52932026-08-26T00:37:49.596ZINFO 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.33/32 -> 10.0.0.255
52942026-08-26T00:37:49.596Z
52952026-08-26T00:37:49.596ZAug 26 00:37:47.857 INFO adding route 172.17.0.28/32 -> 10.0.0.255
52962026-08-26T00:37:49.596ZAug 26 00:37:47.857 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 } }]
52972026-08-26T00:37:49.596ZAug 26 00:37:47.857 DEBGAug 26 00:37:47.857 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 00:37:47.857
52982026-08-26T00:37:49.596Ztest transceivers::mpn_test::test_xcvr_missing ... ok
52992026-08-26T00:37:49.596ZINFO INFOadding route 172.17.0.32/32 -> 10.0.0.255
53002026-08-26T00:37:49.596Zadding route 172.17.0.34/32 -> 10.0.0.255Aug 26 00:37:47.857
53012026-08-26T00:37:49.596Z INFO adding route 172.17.0.29/32 -> 10.0.0.255
53022026-08-26T00:37:49.596ZAug 26 00:37:47.857 DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:37:47.857
53032026-08-26T00:37:49.596Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
53042026-08-26T00:37:49.600Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
53052026-08-26T00:37:49.601Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
53062026-08-26T00:37:49.601Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
53072026-08-26T00:37:49.601Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
53082026-08-26T00:37:49.601Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
53092026-08-26T00:37:49.601Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
53102026-08-26T00:37:49.601Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
53112026-08-26T00:37:49.601Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
53122026-08-26T00:37:49.601Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
53132026-08-26T00:37:49.601Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
53142026-08-26T00:37:49.601Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
53152026-08-26T00:37:49.601Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
53162026-08-26T00:37:49.601Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
53172026-08-26T00:37:49.601Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
53182026-08-26T00:37:49.601Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
53192026-08-26T00:37:49.601Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
53202026-08-26T00:37:49.601Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
53212026-08-26T00:37:49.601Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
53222026-08-26T00:37:49.601Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
53232026-08-26T00:37:49.601Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
53242026-08-26T00:37:49.601Z DEBG Aug 26 00:37:47.857replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG Aug 26 00:37:47.858 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 } }]
53252026-08-26T00:37:49.601ZDEBG created new freemap
53262026-08-26T00:37:49.601Z, unitAug 26 00:37:47.865:Aug 26 00:37:47.865Aug 26 00:37:47.865 freemap_route_ipv4
53272026-08-26T00:37:49.601ZINFODEBG adding route 172.17.0.30/32 -> 10.0.0.255replacing 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 } }]
53282026-08-26T00:37:49.601Z
53292026-08-26T00:37:49.601ZAug 26 00:37:47.865 INFOAug 26 00:37:47.865 DEBGadding route 172.17.0.33/32 -> 10.0.0.255Aug 26 00:37:47.865
53302026-08-26T00:37:49.601ZAug 26 00:37:47.858created new freemapINFO, DEBGDEBGunit :created new freemap replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
53312026-08-26T00:37:49.601Z
53322026-08-26T00:37:49.601Zfreemap_route_ipv6
53332026-08-26T00:37:49.601Z, unitAug 26 00:37:47.865Aug 26 00:37:47.865 :Aug 26 00:37:47.865 freemap_route_ipv4 DEBGINFOAug 26 00:37:47.865 Aug 26 00:37:47.858 DEBG
53342026-08-26T00:37:49.601Z 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 172.17.0.31/32 -> 10.0.0.255
53352026-08-26T00:37:49.601Zinitted freemap. size: 64
53362026-08-26T00:37:49.601Z , DEBGAug 26 00:37:47.865unitDEBGAug 26 00:37:47.865 Aug 26 00:37:47.865 DEBG DEBG: created new freemapcreated new freemap, replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
53372026-08-26T00:37:49.601Z, freemap_route_ipv4INFOunit
53382026-08-26T00:37:49.601Zadding route 3fff:beef:7::/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 } }]
53392026-08-26T00:37:49.601Z
53402026-08-26T00:37:49.601ZAug 26 00:37:47.865: freemap_route_ipv6INFOAug 26 00:37:47.865:
53412026-08-26T00:37:49.601Z freemap_route_ipv4 Aug 26 00:37:47.865 adding route 172.17.0.32/32 -> 10.0.0.255
53422026-08-26T00:37:49.601ZDEBG
53432026-08-26T00:37:49.602Z Aug 26 00:37:47.865INFO reset freemapDEBG Aug 26 00:37:47.865, Aug 26 00:37:47.865 unitreplacing 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 DEBG:
53442026-08-26T00:37:49.602Zadding route 172.17.0.34/32 -> 10.0.0.255initted freemap. size: 64 freemap_route_ipv4
53452026-08-26T00:37:49.602Z
53462026-08-26T00:37:49.602Zreplacing 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 } }]
53472026-08-26T00:37:49.602ZAug 26 00:37:47.865 INFOAug 26 00:37:47.865 , Aug 26 00:37:47.865adding route 3fff:beef:8::/64 -> 2001:db8::55:ffunit Aug 26 00:37:47.865 :DEBG
53482026-08-26T00:37:49.602ZAug 26 00:37:47.865 DEBGINFO freemap_route_ipv4initted freemap. size: 64adding route 172.17.0.33/32 -> 10.0.0.255, DEBG
53492026-08-26T00:37:49.602Z unitcreated new freemap ,
53502026-08-26T00:37:49.602ZunitAug 26 00:37:47.865: DEBG:Aug 26 00:37:47.865 freemap_route_ipv6
53512026-08-26T00:37:49.602Zreplacing 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.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 } }]
53522026-08-26T00:37:49.602ZDEBGfreemap_route_ipv6
53532026-08-26T00:37:49.602Zreplacing 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 00:37:47.865Aug 26 00:37:47.865
53542026-08-26T00:37:49.602Z INFODEBGAug 26 00:37:47.865
53552026-08-26T00:37:49.602Z Aug 26 00:37:47.865DEBG DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
53562026-08-26T00:37:49.602Z reset freemap , reset freemapAug 26 00:37:47.865 , unitAug 26 00:37:47.865unit Aug 26 00:37:47.865:initted freemap. size: 64INFO INFOadding route 172.17.0.34/32 -> 10.0.0.255freemap_route_ipv6 :
53572026-08-26T00:37:49.602ZDEBG freemap_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 } }],
53582026-08-26T00:37:49.602Zadding route 172.17.0.35/32 -> 10.0.0.255
53592026-08-26T00:37:49.602Z
53602026-08-26T00:37:49.602Z
53612026-08-26T00:37:49.602ZunitAug 26 00:37:47.865: Aug 26 00:37:47.865Aug 26 00:37:47.865 Aug 26 00:37:47.865INFO INFO freemap_route_ipv4
53622026-08-26T00:37:49.602ZDEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 26 00:37:47.865
53632026-08-26T00:37:49.602Zreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.1DEBG
53642026-08-26T00:37:49.602Z
53652026-08-26T00:37:49.602Z DEBG Aug 26 00:37:47.865replacing 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 00:37:47.865DEBG
53662026-08-26T00:37:49.602ZAug 26 00:37:47.865initted freemap. size: 64 DEBGDEBGAug 26 00:37:47.865, Aug 26 00:37:47.865reset freemap , replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFOunit
53672026-08-26T00:37:49.602Ztest route::tests::shrink_preserves_compacted_order ... ok
53682026-08-26T00:37:49.602Zunitreplacing 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 adding route 172.17.0.35/32 -> 10.0.0.255:
53692026-08-26T00:37:49.602Z
53702026-08-26T00:37:49.602Zfreemap_route_ipv4freemap_route_ipv6Aug 26 00:37:47.866
53712026-08-26T00:37:49.602ZINFOAug 26 00:37:47.866
53722026-08-26T00:37:49.602Zadding route 172.16.0.0/32 -> 10.0.0.2 DEBG
53732026-08-26T00:37:49.602Zreplacing 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 00:37:47.866Aug 26 00:37:47.866
53742026-08-26T00:37:49.602Z Aug 26 00:37:47.866 DEBG Aug 26 00:37:47.866INFODEBG adding route 172.17.0.36/32 -> 10.0.0.255reset freemapAug 26 00:37:47.866 , adding route 3fff:beef:b::/64 -> 2001:db8::55:ff DEBGinitted freemap. size: 64
53752026-08-26T00:37:49.602ZINFO
53762026-08-26T00:37:49.602Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
53772026-08-26T00:37:49.602Z , replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]unitadding route 172.17.0.36/32 -> 10.0.0.255
53782026-08-26T00:37:49.602Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
53792026-08-26T00:37:49.602Zunit:
53802026-08-26T00:37:49.602Z:Aug 26 00:37:47.866 freemap_route_ipv6freemap_route_ipv6Aug 26 00:37:47.866
53812026-08-26T00:37:49.602Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
53822026-08-26T00:37:49.603ZAug 26 00:37:47.866 Aug 26 00:37:47.866 DEBG DEBG
53832026-08-26T00:37:49.603Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
53842026-08-26T00:37:49.603Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
53852026-08-26T00:37:49.603Zreplacing 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 } }]INFODEBG Aug 26 00:37:47.866adding route 172.16.0.0/32 -> 10.0.0.3
53862026-08-26T00:37:49.603Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
53872026-08-26T00:37:49.603Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
53882026-08-26T00:37:49.603Z 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 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 } }]
53892026-08-26T00:37:49.603Z
53902026-08-26T00:37:49.603Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
53912026-08-26T00:37:49.603Z Aug 26 00:37:47.866
53922026-08-26T00:37:49.603ZINFO Aug 26 00:37:47.866adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1Aug 26 00:37:47.866
53932026-08-26T00:37:49.603Z INFODEBGAug 26 00:37:47.866 Aug 26 00:37:47.866 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 } }, 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 } }]
53942026-08-26T00:37:49.603Z DEBG
53952026-08-26T00:37:49.603ZINFO Aug 26 00:37:47.866
53962026-08-26T00:37:49.603Z DEBGAug 26 00:37:47.866Aug 26 00:37:47.866 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 } }]INFODEBGreset freemap
53972026-08-26T00:37:49.603Zadding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }]
53982026-08-26T00:37:49.603Z,
53992026-08-26T00:37:49.603ZAug 26 00:37:47.866unit DEBG:Aug 26 00:37:47.866 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 00:37:47.866Aug 26 00:37:47.866
54002026-08-26T00:37:49.603Z freemap_route_ipv6INFO
54012026-08-26T00:37:49.603Z INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff DEBG
54022026-08-26T00:37:49.603Zadding route 172.17.0.38/32 -> 10.0.0.255 Aug 26 00:37:47.866
54032026-08-26T00:37:49.603Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 00:37:47.866
54042026-08-26T00:37:49.608Z INFOAug 26 00:37:47.866 INFODEBG Aug 26 00:37:47.866 adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }]
54052026-08-26T00:37:49.608Z
54062026-08-26T00:37:49.608ZDEBG adding route 172.16.0.0/32 -> 10.0.0.1Aug 26 00:37:47.866Aug 26 00:37:47.866replacing 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 00:37:47.866
54072026-08-26T00:37:49.608Z INFODEBG 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 } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 172.17.0.0/32 -> 10.0.0.255
54082026-08-26T00:37:49.608Z
54092026-08-26T00:37:49.608ZAug 26 00:37:47.866
54102026-08-26T00:37:49.608Z
54112026-08-26T00:37:49.608Z INFOAug 26 00:37:47.866 Aug 26 00:37:47.866adding route 172.17.0.39/32 -> 10.0.0.255
54122026-08-26T00:37:49.608Z DEBGAug 26 00:37:47.866DEBGAug 26 00:37:47.866 Aug 26 00:37:47.866replacing 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 } }] INFODEBGreplacing 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 } }]
54132026-08-26T00:37:49.608Zadding route 172.16.0.0/32 -> 10.0.0.3DEBG
54142026-08-26T00:37:49.608Z
54152026-08-26T00:37:49.608Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
54162026-08-26T00:37:49.608Zreplacing 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 } }]
54172026-08-26T00:37:49.608ZAug 26 00:37:47.866 Aug 26 00:37:47.866INFOAug 26 00:37:47.866 INFOadding route 172.16.0.0/32 -> 10.0.0.2INFO Aug 26 00:37:47.866 adding route 172.17.0.1/32 -> 10.0.0.255 adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
54182026-08-26T00:37:49.608ZDEBGAug 26 00:37:47.866
54192026-08-26T00:37:49.608Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 adding route 172.17.0.40/32 -> 10.0.0.255
54202026-08-26T00:37:49.608Z
54212026-08-26T00:37:49.608ZAug 26 00:37:47.866
54222026-08-26T00:37:49.608ZDEBGAug 26 00:37:47.866Aug 26 00:37:47.866Aug 26 00:37:47.866 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 } }]DEBG adding route 172.16.0.0/32 -> 10.0.0.4
54232026-08-26T00:37:49.608Zreplacing 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
54242026-08-26T00:37:49.608Z 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 } }]
54252026-08-26T00:37:49.608Z
54262026-08-26T00:37:49.608ZAug 26 00:37:47.866Aug 26 00:37:47.866 Aug 26 00:37:47.866 DEBGAug 26 00:37:47.866 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFOINFOAug 26 00:37:47.866 adding route 172.17.0.41/32 -> 10.0.0.255
54272026-08-26T00:37:49.608Zadding route 172.17.0.2/32 -> 10.0.0.255INFO
54282026-08-26T00:37:49.608Z
54292026-08-26T00:37:49.608Z Aug 26 00:37:47.866adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG Aug 26 00:37:47.866
54302026-08-26T00:37:49.608ZAug 26 00:37:47.866 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
54312026-08-26T00:37:49.608Z adding route 172.16.0.0/32 -> 10.0.0.3 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 } }]
54322026-08-26T00:37:49.608ZDEBG
54332026-08-26T00:37:49.608ZAug 26 00:37:47.866replacing 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 00:37:47.866
54342026-08-26T00:37:49.608Z DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]DEBGAug 26 00:37:47.866Aug 26 00:37:47.866
54352026-08-26T00:37:49.608Z INFO Aug 26 00:37:47.866 INFO adding route 172.17.0.3/32 -> 10.0.0.255replacing 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 } }]
54362026-08-26T00:37:49.608Z
54372026-08-26T00:37:49.608Zadding route 172.17.0.42/32 -> 10.0.0.255DEBG
54382026-08-26T00:37:49.608Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
54392026-08-26T00:37:49.608ZAug 26 00:37:47.866Aug 26 00:37:47.866 DEBGAug 26 00:37:47.866Aug 26 00:37:47.866DEBG INFOreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
54402026-08-26T00:37:49.609Z
54412026-08-26T00:37:49.609Z
54422026-08-26T00:37:49.609ZINFOAug 26 00:37:47.866Aug 26 00:37:47.866Aug 26 00:37:47.866 INFODEBG adding route 172.17.0.43/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 } }] adding route 172.16.0.0/32 -> 10.0.0.4
54432026-08-26T00:37:49.609Z INFO
54442026-08-26T00:37:49.609Z adding route 172.17.0.4/32 -> 10.0.0.255Aug 26 00:37:47.873
54452026-08-26T00:37:49.609Z DEBG
54462026-08-26T00:37:49.609Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 00:37:47.858Aug 26 00:37:47.873Aug 26 00:37:47.873
54472026-08-26T00:37:49.609ZAug 26 00:37:47.873 DEBG Aug 26 00:37:47.873INFOreplacing 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 } }] DEBGDEBG
54482026-08-26T00:37:49.609Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
54492026-08-26T00:37:49.609Zreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemap Aug 26 00:37:47.873
54502026-08-26T00:37:49.609ZINFO, DEBG Aug 26 00:37:47.873adding route 172.17.0.5/32 -> 10.0.0.255
54512026-08-26T00:37:49.609ZDEBGunit replacing targets for 172.16.0.0/32 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 00:37:47.873 :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 } }]
54522026-08-26T00:37:49.609Z
54532026-08-26T00:37:49.609Z adding route 172.17.0.44/32 -> 10.0.0.255freemap_route_ipv4
54542026-08-26T00:37:49.609ZAug 26 00:37:47.873
54552026-08-26T00:37:49.609Z Aug 26 00:37:47.873DEBG Aug 26 00:37:47.873replacing 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
54562026-08-26T00:37:49.609Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG
54572026-08-26T00:37:49.609Zreplacing 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 } }]
54582026-08-26T00:37:49.609ZAug 26 00:37:47.873 INFOAug 26 00:37:47.873 adding route 172.17.0.6/32 -> 10.0.0.255DEBG
54592026-08-26T00:37:49.609Z created new freemap, unitAug 26 00:37:47.873:Aug 26 00:37:47.873 freemap_route_ipv6 DEBG
54602026-08-26T00:37:49.609Z 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 } }]
54612026-08-26T00:37:49.609Ztest route::tests::same_size_non_subset_replace ... ok
54622026-08-26T00:37:49.609ZDEBG Aug 26 00:37:47.873replacing 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 } }]
54632026-08-26T00:37:49.609ZAug 26 00:37:47.857INFOAug 26 00:37:47.873 Aug 26 00:37:47.873adding route 172.17.0.45/32 -> 10.0.0.255INFO INFOAug 26 00:37:47.873INFO
54642026-08-26T00:37:49.609Z DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
54652026-08-26T00:37:49.609Z initted freemap. size: 64adding route 172.17.0.35/32 -> 10.0.0.255Aug 26 00:37:47.873adding route 172.17.0.7/32 -> 10.0.0.255 DEBG
54662026-08-26T00:37:49.609Ztest route::tests::delete_targets_fragmented ... ok
54672026-08-26T00:37:49.609Z, 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 } }]
54682026-08-26T00:37:49.609Z
54692026-08-26T00:37:49.609ZAug 26 00:37:47.873: DEBGfreemap_route_ipv4
54702026-08-26T00:37:49.609Zreplacing 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 00:37:47.873 Aug 26 00:37:47.873
54712026-08-26T00:37:49.609ZDEBG INFO Aug 26 00:37:47.873 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 } }]
54722026-08-26T00:37:49.609ZDEBG Aug 26 00:37:47.873replacing 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.46/32 -> 10.0.0.255Aug 26 00:37:47.873
54732026-08-26T00:37:49.609Z
54742026-08-26T00:37:49.609Z INFODEBG Aug 26 00:37:47.873Aug 26 00:37:47.873reset freemapAug 26 00:37:47.873adding route 3fff:beef:15::/64 -> 2001:db8::55:ff,
54752026-08-26T00:37:49.609Z INFODEBGINFO 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 } }]unitadding route 172.17.0.8/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255
54762026-08-26T00:37:49.609Z
54772026-08-26T00:37:49.609Z:
54782026-08-26T00:37:49.609Zfreemap_route_ipv4Aug 26 00:37:47.873
54792026-08-26T00:37:49.609Z Aug 26 00:37:47.873DEBGAug 26 00:37:47.873Aug 26 00:37:47.873 DEBGINFO DEBGreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
54802026-08-26T00:37:49.610ZAug 26 00:37:47.873adding route 172.17.0.47/32 -> 10.0.0.255
54812026-08-26T00:37:49.610Z
54822026-08-26T00:37:49.610Zreplacing 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 } }]
54832026-08-26T00:37:49.610ZDEBG Aug 26 00:37:47.873initted freemap. size: 64 , Aug 26 00:37:47.873unit INFO:Aug 26 00:37:47.873 DEBGfreemap_route_ipv6
54842026-08-26T00:37:49.610Zadding route 172.17.0.37/32 -> 10.0.0.255 replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
54852026-08-26T00:37:49.610ZAug 26 00:37:47.873
54862026-08-26T00:37:49.610ZAug 26 00:37:47.873 DEBGadding route 172.17.0.9/32 -> 10.0.0.255 Aug 26 00:37:47.873
54872026-08-26T00:37:49.610Z reset freemap Aug 26 00:37:47.873INFO , DEBGunit Aug 26 00:37:47.873 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBGINFO
54882026-08-26T00:37:49.610Zreplacing 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 } }]
54892026-08-26T00:37:49.610Z:adding route 172.17.0.48/32 -> 10.0.0.255replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54902026-08-26T00:37:49.610Z
54912026-08-26T00:37:49.610ZAug 26 00:37:47.873freemap_route_ipv6
54922026-08-26T00:37:49.610Z INFO Aug 26 00:37:47.873adding route 172.17.0.10/32 -> 10.0.0.255 Aug 26 00:37:47.873INFO
54932026-08-26T00:37:49.610Z 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 } }] Aug 26 00:37:47.873adding route 172.17.0.38/32 -> 10.0.0.255
54942026-08-26T00:37:49.610ZAug 26 00:37:47.873Aug 26 00:37:47.873
54952026-08-26T00:37:49.610Z INFODEBG Aug 26 00:37:47.873replacing 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 } }]
54962026-08-26T00:37:49.610ZDEBG DEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1
54972026-08-26T00:37:49.610Zreplacing 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 00:37:47.873
54982026-08-26T00:37:49.610Z
54992026-08-26T00:37:49.610Z INFO Aug 26 00:37:47.873adding route 172.17.0.49/32 -> 10.0.0.255 Aug 26 00:37:47.873INFO
55002026-08-26T00:37:49.610ZDEBG Aug 26 00:37:47.873 Aug 26 00:37:47.873 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 } }]adding route 172.17.0.11/32 -> 10.0.0.255
55012026-08-26T00:37:49.610Zadding route 172.17.0.39/32 -> 10.0.0.255
55022026-08-26T00:37:49.610ZAug 26 00:37:47.873adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 26 00:37:47.880
55032026-08-26T00:37:49.610Z
55042026-08-26T00:37:49.616Z 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 } }]
55052026-08-26T00:37:49.616Zreplacing 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 } }]
55062026-08-26T00:37:49.616ZAug 26 00:37:47.880Aug 26 00:37:47.880 DEBGINFO Aug 26 00:37:47.880replacing 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 172.17.0.50/32 -> 10.0.0.255
55072026-08-26T00:37:49.616Z
55082026-08-26T00:37:49.616ZINFO Aug 26 00:37:47.880 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 26 00:37:47.880
55092026-08-26T00:37:49.616ZAug 26 00:37:47.880 adding route 172.17.0.12/32 -> 10.0.0.255
55102026-08-26T00:37:49.616ZDEBGINFO adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 00:37:47.880
55112026-08-26T00:37:49.616Z
55122026-08-26T00:37:49.616Z Aug 26 00:37:47.880Aug 26 00:37:47.880 INFODEBG DEBGadding route 172.17.0.51/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
55132026-08-26T00:37:49.616ZAug 26 00:37:47.880
55142026-08-26T00:37:49.616Z 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 } }]
55152026-08-26T00:37:49.616ZDEBG Aug 26 00:37:47.880Aug 26 00:37:47.880 DEBGDEBGreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
55162026-08-26T00:37:49.616ZAug 26 00:37:47.880
55172026-08-26T00:37:49.616Z 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.3, vlan_id: None } }] adding route 172.17.0.13/32 -> 10.0.0.255
55182026-08-26T00:37:49.616Z
55192026-08-26T00:37:49.616ZAug 26 00:37:47.880Aug 26 00:37:47.880 INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 172.17.0.52/32 -> 10.0.0.255
55202026-08-26T00:37:49.616Z
55212026-08-26T00:37:49.617ZAug 26 00:37:47.880 DEBG Aug 26 00:37:47.880Aug 26 00:37:47.880 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 } }]DEBG
55222026-08-26T00:37:49.617Z 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 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 } }]
55232026-08-26T00:37:49.617ZAug 26 00:37:47.880
55242026-08-26T00:37:49.617Z INFOAug 26 00:37:47.880 INFO adding route 172.17.0.53/32 -> 10.0.0.255
55252026-08-26T00:37:49.617Zadding route 172.17.0.14/32 -> 10.0.0.255
55262026-08-26T00:37:49.617ZAug 26 00:37:47.880 INFOAug 26 00:37:47.880 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBGAug 26 00:37:47.880 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 } }]
55272026-08-26T00:37:49.617ZDEBG
55282026-08-26T00:37:49.617Z 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 00:37:47.880 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 } }]
55292026-08-26T00:37:49.617Z
55302026-08-26T00:37:49.617ZAug 26 00:37:47.880Aug 26 00:37:47.880 Aug 26 00:37:47.880 INFOINFOINFO adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255
55312026-08-26T00:37:49.617Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
55322026-08-26T00:37:49.617Z
55332026-08-26T00:37:49.617ZAug 26 00:37:47.880Aug 26 00:37:47.880 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 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 00:37:47.880
55342026-08-26T00:37:49.617Z
55352026-08-26T00:37:49.617Z 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 } }]
55362026-08-26T00:37:49.617ZAug 26 00:37:47.880 Aug 26 00:37:47.880adding route 172.17.0.37/32 -> 10.0.0.255 INFOINFOAug 26 00:37:47.880
55372026-08-26T00:37:49.617Z adding route 172.17.0.16/32 -> 10.0.0.255INFO
55382026-08-26T00:37:49.617Z adding route 172.17.0.55/32 -> 10.0.0.255adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
55392026-08-26T00:37:49.617Z
55402026-08-26T00:37:49.617ZAug 26 00:37:47.880Aug 26 00:37:47.880 Aug 26 00:37:47.880DEBGDEBGAug 26 00:37:47.880 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 } }]
55412026-08-26T00:37:49.617ZAug 26 00:37:47.880replacing 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
55422026-08-26T00:37:49.617Zreplacing 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
55432026-08-26T00:37:49.617Zreplacing 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.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 } }]
55442026-08-26T00:37:49.617ZAug 26 00:37:47.880
55452026-08-26T00:37:49.617ZAug 26 00:37:47.880 Aug 26 00:37:47.880INFOAug 26 00:37:47.880 adding route 172.17.0.17/32 -> 10.0.0.255INFO
55462026-08-26T00:37:49.617ZINFO INFOadding route 172.17.0.56/32 -> 10.0.0.255 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
55472026-08-26T00:37:49.617Zadding route 172.17.0.38/32 -> 10.0.0.255
55482026-08-26T00:37:49.617Z
55492026-08-26T00:37:49.617ZAug 26 00:37:47.880 DEBG Aug 26 00:37:47.880replacing 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 } }]
55502026-08-26T00:37:49.617ZAug 26 00:37:47.880Aug 26 00:37:47.880 DEBG Aug 26 00:37:47.880replacing 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 00:37:47.880DEBG DEBGINFO
55512026-08-26T00:37:49.617Z adding route 172.17.0.18/32 -> 10.0.0.255
55522026-08-26T00:37:49.617ZINFOreplacing 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 00:37:47.880adding route 172.17.0.40/32 -> 10.0.0.255 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 00:37:47.880
55532026-08-26T00:37:49.617Z DEBGINFO
55542026-08-26T00:37:49.617Z adding route 172.17.0.57/32 -> 10.0.0.255
55552026-08-26T00:37:49.617Z
55562026-08-26T00:37:49.617Z replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:37:47.880
55572026-08-26T00:37:49.617ZAug 26 00:37:47.880 INFOAug 26 00:37:47.880 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 26 00:37:47.880 INFOAug 26 00:37:47.880 DEBG
55582026-08-26T00:37:49.617Z 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.39/32 -> 10.0.0.255
55592026-08-26T00:37:49.617ZINFO Aug 26 00:37:47.880adding route 172.17.0.19/32 -> 10.0.0.255
55602026-08-26T00:37:49.618Z
55612026-08-26T00:37:49.618ZDEBG Aug 26 00:37:47.880 DEBGINFO replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.58/32 -> 10.0.0.255
55622026-08-26T00:37:49.618Z
55632026-08-26T00:37:49.618Zreplacing 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 00:37:47.880Aug 26 00:37:47.880
55642026-08-26T00:37:49.618Z DEBG DEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 } }]
55652026-08-26T00:37:49.618Z
55662026-08-26T00:37:49.618ZAug 26 00:37:47.880Aug 26 00:37:47.880 DEBG INFOAug 26 00:37:47.880replacing 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 00:37:47.880
55672026-08-26T00:37:49.618Z INFOAug 26 00:37:47.880 INFO adding route 172.17.0.20/32 -> 10.0.0.255
55682026-08-26T00:37:49.618ZINFOadding route 172.17.0.41/32 -> 10.0.0.255 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
55692026-08-26T00:37:49.618Zadding route 172.17.0.40/32 -> 10.0.0.255Aug 26 00:37:47.880
55702026-08-26T00:37:49.618Z Aug 26 00:37:47.880INFO adding route 172.17.0.59/32 -> 10.0.0.255DEBGAug 26 00:37:47.880 Aug 26 00:37:47.880
55712026-08-26T00:37:49.618Z 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
55722026-08-26T00:37:49.618Z DEBGreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55732026-08-26T00:37:49.618Zreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:37:47.880Aug 26 00:37:47.880
55742026-08-26T00:37:49.618Z
55752026-08-26T00:37:49.618ZDEBGAug 26 00:37:47.880 DEBG INFOreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.21/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 } }]
55762026-08-26T00:37:49.618Z
55772026-08-26T00:37:49.618Z
55782026-08-26T00:37:49.618ZAug 26 00:37:47.880 Aug 26 00:37:47.880INFOAug 26 00:37:47.880 Aug 26 00:37:47.880INFOAug 26 00:37:47.880adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
55792026-08-26T00:37:49.618Zadding route 172.17.0.42/32 -> 10.0.0.255
55802026-08-26T00:37:49.618Z DEBGINFO replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOadding route 172.17.0.60/32 -> 10.0.0.255
55812026-08-26T00:37:49.618Zadding route 172.17.0.41/32 -> 10.0.0.255
55822026-08-26T00:37:49.618Z
55832026-08-26T00:37:49.618ZAug 26 00:37:47.880 Aug 26 00:37:47.880DEBG Aug 26 00:37:47.880DEBG Aug 26 00:37:47.880replacing 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 } }]
55842026-08-26T00:37:49.618ZINFOAug 26 00:37:47.880replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.22/32 -> 10.0.0.255
55852026-08-26T00:37:49.618Z
55862026-08-26T00:37:49.618ZDEBG 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 } }]
55872026-08-26T00:37:49.618ZAug 26 00:37:47.880 Aug 26 00:37:47.880DEBGAug 26 00:37:47.880 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 DEBGfailed to allocate space for the new target listINFO
55882026-08-26T00:37:49.618Z
55892026-08-26T00:37:49.618Z 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 } }]
55902026-08-26T00:37:49.618Zadding route 172.17.0.43/32 -> 10.0.0.255Aug 26 00:37:47.880Aug 26 00:37:47.880
55912026-08-26T00:37:49.618Z INFODEBGAug 26 00:37:47.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.2, vlan_id: None } }] Aug 26 00:37:47.880 Aug 26 00:37:47.880
55922026-08-26T00:37:49.618Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFOINFO DEBG adding route 172.17.0.42/32 -> 10.0.0.255
55932026-08-26T00:37:49.618Z
55942026-08-26T00:37:49.618Zreplacing 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 } }]
55952026-08-26T00:37:49.618Z adding route 172.17.0.23/32 -> 10.0.0.255
55962026-08-26T00:37:49.618ZAug 26 00:37:47.880 Aug 26 00:37:47.880DEBG 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
55972026-08-26T00:37:49.619Z Aug 26 00:37:47.880Aug 26 00:37:47.880 DEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]INFOAug 26 00:37:47.880
55982026-08-26T00:37:49.619Z
55992026-08-26T00:37:49.619Zadding route 172.17.0.44/32 -> 10.0.0.255INFO
56002026-08-26T00:37:49.619Z adding route 172.17.0.43/32 -> 10.0.0.255Aug 26 00:37:47.880
56012026-08-26T00:37:49.619Z INFOAug 26 00:37:47.880Aug 26 00:37:47.880 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFO
56022026-08-26T00:37:49.619ZAug 26 00:37:47.880 DEBGadding route 172.17.0.24/32 -> 10.0.0.255 Aug 26 00:37:47.880replacing 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 } }]
56032026-08-26T00:37:49.619Z DEBG
56042026-08-26T00:37:49.623Z 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 } }] 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 00:37:47.880
56052026-08-26T00:37:49.623Z
56062026-08-26T00:37:49.623Z DEBGAug 26 00:37:47.880 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 } }]INFO
56072026-08-26T00:37:49.623Z Aug 26 00:37:47.880Aug 26 00:37:47.880 INFO INFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 26 00:37:47.880
56082026-08-26T00:37:49.623Z adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255INFO
56092026-08-26T00:37:49.624Z
56102026-08-26T00:37:49.624Zadding route 172.17.0.25/32 -> 10.0.0.255Aug 26 00:37:47.880
56112026-08-26T00:37:49.624Z Aug 26 00:37:47.880DEBG 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 } }]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 } }]
56122026-08-26T00:37:49.624Z
56132026-08-26T00:37:49.624ZAug 26 00:37:47.880 Aug 26 00:37:47.880DEBG DEBGAug 26 00:37:47.880 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 } }]
56142026-08-26T00:37:49.624Zreplacing 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 00:37:47.880INFO
56152026-08-26T00:37:49.624Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ffINFO adding route 172.17.0.46/32 -> 10.0.0.255
56162026-08-26T00:37:49.624Z
56172026-08-26T00:37:49.624ZAug 26 00:37:47.887 DEBGAug 26 00:37:47.887 Aug 26 00:37:47.887replacing 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 } }]
56182026-08-26T00:37:49.624Z 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 } }]
56192026-08-26T00:37:49.624ZINFOAug 26 00:37:47.887 adding route 172.17.0.26/32 -> 10.0.0.255INFO
56202026-08-26T00:37:49.624Z adding route 172.17.0.47/32 -> 10.0.0.255Aug 26 00:37:47.887
56212026-08-26T00:37:49.624Z INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
56222026-08-26T00:37:49.624ZAug 26 00:37:47.887 DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:37:47.887Aug 26 00:37:47.887
56232026-08-26T00:37:49.624Z 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 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 } }]
56242026-08-26T00:37:49.624Z
56252026-08-26T00:37:49.624ZAug 26 00:37:47.887 INFO adding route 172.17.0.48/32 -> 10.0.0.255
56262026-08-26T00:37:49.624ZAug 26 00:37:47.887 INFO adding route 172.17.0.27/32 -> 10.0.0.255Aug 26 00:37:47.887
56272026-08-26T00:37:49.624Z Aug 26 00:37:47.887DEBG 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 } }]Aug 26 00:37:47.887
56282026-08-26T00:37:49.624Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG
56292026-08-26T00:37:49.624Z 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 00:37:47.887
56302026-08-26T00:37:49.624Z INFO adding route 172.17.0.49/32 -> 10.0.0.255
56312026-08-26T00:37:49.624ZAug 26 00:37:47.887 INFO Aug 26 00:37:47.887adding route 172.17.0.28/32 -> 10.0.0.255
56322026-08-26T00:37:49.624ZAug 26 00:37:47.887DEBG 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 } }]
56332026-08-26T00:37:49.624Zreplacing 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 } }]
56342026-08-26T00:37:49.624ZAug 26 00:37:47.887 DEBG Aug 26 00:37:47.887replacing 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 } }]
56352026-08-26T00:37:49.624ZINFO adding route 172.17.0.50/32 -> 10.0.0.255
56362026-08-26T00:37:49.624ZAug 26 00:37:47.887Aug 26 00:37:47.887 Aug 26 00:37:47.887INFOINFO DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 172.17.0.29/32 -> 10.0.0.255
56372026-08-26T00:37:49.624Z
56382026-08-26T00:37:49.624Zreplacing 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 } }]
56392026-08-26T00:37:49.624ZAug 26 00:37:47.887Aug 26 00:37:47.887 DEBGINFO Aug 26 00:37:47.887replacing 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.51/32 -> 10.0.0.255
56402026-08-26T00:37:49.624Z
56412026-08-26T00:37:49.624ZDEBGAug 26 00:37:47.887Aug 26 00:37:47.887 INFODEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
56422026-08-26T00:37:49.624Zreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.30/32 -> 10.0.0.255
56432026-08-26T00:37:49.624Z
56442026-08-26T00:37:49.624ZAug 26 00:37:47.887Aug 26 00:37:47.887Aug 26 00:37:47.887 INFOINFODEBG adding route 172.17.0.52/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 } }]
56452026-08-26T00:37:49.624Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
56462026-08-26T00:37:49.624Z
56472026-08-26T00:37:49.624ZAug 26 00:37:47.887Aug 26 00:37:47.887 INFODEBG adding route 172.17.0.31/32 -> 10.0.0.255replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56482026-08-26T00:37:49.625Z
56492026-08-26T00:37:49.625ZAug 26 00:37:47.887Aug 26 00:37:47.887 DEBGDEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:37:47.887replacing 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 } }]
56502026-08-26T00:37:49.625Z
56512026-08-26T00:37:49.625ZINFO adding route 172.17.0.53/32 -> 10.0.0.255
56522026-08-26T00:37:49.625ZAug 26 00:37:47.887 Aug 26 00:37:47.887INFO DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff Aug 26 00:37:47.887
56532026-08-26T00:37:49.625Z replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
56542026-08-26T00:37:49.625Z adding route 172.17.0.32/32 -> 10.0.0.255
56552026-08-26T00:37:49.625ZAug 26 00:37:47.887 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 00:37:47.887
56562026-08-26T00:37:49.625Z 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 } }]
56572026-08-26T00:37:49.625ZAug 26 00:37:47.887Aug 26 00:37:47.887 INFOINFO Aug 26 00:37:47.887adding route 172.17.0.54/32 -> 10.0.0.255 INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
56582026-08-26T00:37:49.625Z
56592026-08-26T00:37:49.625Z adding route 172.17.0.33/32 -> 10.0.0.255
56602026-08-26T00:37:49.625ZAug 26 00:37:47.887 DEBGAug 26 00:37:47.887 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
56612026-08-26T00:37:49.625Z Aug 26 00:37:47.887replacing 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 } }]
56622026-08-26T00:37:49.625ZDEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:37:47.887
56632026-08-26T00:37:49.625Z INFOAug 26 00:37:47.887 adding route 172.17.0.55/32 -> 10.0.0.255INFOAug 26 00:37:47.887
56642026-08-26T00:37:49.625Z INFOadding route 172.17.0.34/32 -> 10.0.0.255
56652026-08-26T00:37:49.625Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
56662026-08-26T00:37:49.625ZAug 26 00:37:47.887 DEBG Aug 26 00:37:47.887replacing 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 } }]
56672026-08-26T00:37:49.625Ztest route::tests::add_target_fails_full ... ok
56682026-08-26T00:37:49.625ZDEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:37:47.887
56692026-08-26T00:37:49.625Z Aug 26 00:37:47.887DEBG INFOAug 26 00:37:47.887 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 } }]
56702026-08-26T00:37:49.625Zadding route 172.17.0.56/32 -> 10.0.0.255INFO
56712026-08-26T00:37:49.625Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
56722026-08-26T00:37:49.625ZAug 26 00:37:47.887 INFO Aug 26 00:37:47.887adding route 172.17.0.35/32 -> 10.0.0.255
56732026-08-26T00:37:49.625ZDEBG 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 } }]
56742026-08-26T00:37:49.625ZAug 26 00:37:47.887Aug 26 00:37:47.887 DEBGDEBG Aug 26 00:37:47.887replacing 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 } }]
56752026-08-26T00:37:49.625Zreplacing 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
56762026-08-26T00:37:49.625Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
56772026-08-26T00:37:49.625ZAug 26 00:37:47.887 INFO adding route 172.17.0.36/32 -> 10.0.0.255Aug 26 00:37:47.887
56782026-08-26T00:37:49.625Z DEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
56792026-08-26T00:37:49.625ZAug 26 00:37:47.887Aug 26 00:37:47.887 INFODEBGAug 26 00:37:47.887 adding route 172.17.0.57/32 -> 10.0.0.255 INFOreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56802026-08-26T00:37:49.625Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
56812026-08-26T00:37:49.625Z
56822026-08-26T00:37:49.625ZAug 26 00:37:47.887 Aug 26 00:37:47.887DEBG DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
56832026-08-26T00:37:49.625Z
56842026-08-26T00:37:49.625ZAug 26 00:37:47.887 INFO Aug 26 00:37:47.887adding route 172.17.0.37/32 -> 10.0.0.255 Aug 26 00:37:47.887INFO
56852026-08-26T00:37:49.625Z adding route 172.17.0.58/32 -> 10.0.0.255INFO
56862026-08-26T00:37:49.625Z adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
56872026-08-26T00:37:49.625ZAug 26 00:37:47.887Aug 26 00:37:47.887 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 } }]Aug 26 00:37:47.887
56882026-08-26T00:37:49.626Zreplacing 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 } }]
56892026-08-26T00:37:49.626ZDEBG Aug 26 00:37:47.887Aug 26 00:37:47.887 INFOINFO adding route 172.17.0.38/32 -> 10.0.0.255adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
56902026-08-26T00:37:49.626Zreplacing 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 } }]
56912026-08-26T00:37:49.626Z
56922026-08-26T00:37:49.626ZAug 26 00:37:47.880 INFO Aug 26 00:37:47.887Aug 26 00:37:47.887 Aug 26 00:37:47.887 adding route 172.17.0.45/32 -> 10.0.0.255INFO
56932026-08-26T00:37:49.626ZDEBG DEBGadding route 172.17.0.59/32 -> 10.0.0.255
56942026-08-26T00:37:49.626Z replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
56952026-08-26T00:37:49.626Z
56962026-08-26T00:37:49.626ZAug 26 00:37:47.887Aug 26 00:37:47.887Aug 26 00:37:47.887 Aug 26 00:37:47.887INFO INFO DEBG DEBGadding route 172.17.0.39/32 -> 10.0.0.255adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
56972026-08-26T00:37:49.626Z
56982026-08-26T00:37:49.626Zreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
56992026-08-26T00:37:49.626Z
57002026-08-26T00:37:49.626ZAug 26 00:37:47.887 Aug 26 00:37:47.887Aug 26 00:37:47.887Aug 26 00:37:47.887DEBG DEBGreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
57012026-08-26T00:37:49.626Z 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 } }]
57022026-08-26T00:37:49.626ZINFOadding route 172.17.0.60/32 -> 10.0.0.255
57032026-08-26T00:37:49.626Zadding route 172.17.0.46/32 -> 10.0.0.255Aug 26 00:37:47.887
57042026-08-26T00:37:49.630Z Aug 26 00:37:47.887INFO INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 172.17.0.40/32 -> 10.0.0.255
57052026-08-26T00:37:49.630ZAug 26 00:37:47.887
57062026-08-26T00:37:49.630ZAug 26 00:37:47.887 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.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 00:37:47.887
57072026-08-26T00:37:49.630Z Aug 26 00:37:47.887DEBG
57082026-08-26T00:37:49.630Z DEBGreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57092026-08-26T00:37:49.630ZAug 26 00:37:47.887replacing 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 } }]
57102026-08-26T00:37:49.630ZINFO Aug 26 00:37:47.887Aug 26 00:37:47.887adding route 172.17.0.47/32 -> 10.0.0.255Aug 26 00:37:47.887 INFOINFO
57112026-08-26T00:37:49.630Z adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.61/32 -> 10.0.0.255
57122026-08-26T00:37:49.630ZINFO
57132026-08-26T00:37:49.630Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
57142026-08-26T00:37:49.630ZAug 26 00:37:47.887Aug 26 00:37:47.887 Aug 26 00:37:47.887Aug 26 00:37:47.887 DEBGDEBGDEBG DEBGreplacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
57152026-08-26T00:37:49.630Z 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 } }]
57162026-08-26T00:37:49.631Z
57172026-08-26T00:37:49.631Z
57182026-08-26T00:37:49.631ZAug 26 00:37:47.887 Aug 26 00:37:47.887INFO Aug 26 00:37:47.887Aug 26 00:37:47.887 INFOINFOINFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.62/32 -> 10.0.0.255
57192026-08-26T00:37:49.631Z
57202026-08-26T00:37:49.631Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 172.17.0.48/32 -> 10.0.0.255
57212026-08-26T00:37:49.631Z
57222026-08-26T00:37:49.631ZAug 26 00:37:47.887Aug 26 00:37:47.887 Aug 26 00:37:47.887DEBG Aug 26 00:37:47.887DEBGDEBG DEBGreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
57232026-08-26T00:37:49.631Zreplacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
57242026-08-26T00:37:49.631Z
57252026-08-26T00:37:49.631Z
57262026-08-26T00:37:49.631ZAug 26 00:37:47.887 INFOAug 26 00:37:47.887 Aug 26 00:37:47.887 adding route 172.17.0.43/32 -> 10.0.0.255Aug 26 00:37:47.887
57272026-08-26T00:37:49.631Z INFO INFO INFOadding route 172.17.0.63/32 -> 10.0.0.255
57282026-08-26T00:37:49.631Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff Aug 26 00:37:47.887
57292026-08-26T00:37:49.631Zadding route 172.17.0.49/32 -> 10.0.0.255
57302026-08-26T00:37:49.631ZAug 26 00:37:47.887Aug 26 00:37:47.887Aug 26 00:37:47.887 DEBG DEBGDEBGDEBG 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 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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.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 } }]
57312026-08-26T00:37:49.631Z
57322026-08-26T00:37:49.631Z
57332026-08-26T00:37:49.631ZAug 26 00:37:47.894 DEBG failed to allocate space for the new target list
57342026-08-26T00:37:49.631ZAug 26 00:37:47.894 Aug 26 00:37:47.894INFO Aug 26 00:37:47.894 DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
57352026-08-26T00:37:49.631Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
57362026-08-26T00:37:49.631Zadding route 172.17.0.50/32 -> 10.0.0.255
57372026-08-26T00:37:49.631ZAug 26 00:37:47.894 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 } }]
57382026-08-26T00:37:49.631ZAug 26 00:37:47.894Aug 26 00:37:47.894 INFODEBG adding route 172.17.0.51/32 -> 10.0.0.255failed to allocate space for the new target list
57392026-08-26T00:37:49.631Z
57402026-08-26T00:37:49.631ZAug 26 00:37:47.894 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 } }]
57412026-08-26T00:37:49.631ZAug 26 00:37:47.894Aug 26 00:37:47.894 INFODEBG adding route 172.17.0.52/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 } }]
57422026-08-26T00:37:49.631Z
57432026-08-26T00:37:49.631ZAug 26 00:37:47.894 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
57442026-08-26T00:37:49.631ZAug 26 00:37:47.894 Aug 26 00:37:47.894DEBG DEBGreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57452026-08-26T00:37:49.631Zreplacing 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 } }]
57462026-08-26T00:37:49.631ZAug 26 00:37:47.894 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
57472026-08-26T00:37:49.631ZAug 26 00:37:47.894 INFOAug 26 00:37:47.894 adding route 172.17.0.53/32 -> 10.0.0.255DEBG
57482026-08-26T00:37:49.631Z 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 } }]
57492026-08-26T00:37:49.631ZAug 26 00:37:47.894 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
57502026-08-26T00:37:49.631ZAug 26 00:37:47.894 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 00:37:47.894
57512026-08-26T00:37:49.631Z 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 } }]
57522026-08-26T00:37:49.631Z
57532026-08-26T00:37:49.631ZAug 26 00:37:47.894Aug 26 00:37:47.894 INFOINFO adding route 172.17.0.54/32 -> 10.0.0.255adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
57542026-08-26T00:37:49.631Z
57552026-08-26T00:37:49.632ZAug 26 00:37:47.894Aug 26 00:37:47.894 DEBGDEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
57562026-08-26T00:37:49.632Z
57572026-08-26T00:37:49.632ZAug 26 00:37:47.894 Aug 26 00:37:47.894INFO Aug 26 00:37:47.894INFOadding route 172.17.0.44/32 -> 10.0.0.255 INFOadding route 172.17.0.55/32 -> 10.0.0.255
57582026-08-26T00:37:49.632Z
57592026-08-26T00:37:49.632Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
57602026-08-26T00:37:49.632ZAug 26 00:37:47.894Aug 26 00:37:47.894Aug 26 00:37:47.894 DEBGDEBG 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 } }]
57612026-08-26T00:37:49.632Zreplacing 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 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 } }]
57622026-08-26T00:37:49.632Z
57632026-08-26T00:37:49.632ZAug 26 00:37:47.894Aug 26 00:37:47.894 INFOINFOAug 26 00:37:47.894 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffINFOadding route 172.17.0.45/32 -> 10.0.0.255
57642026-08-26T00:37:49.632Z
57652026-08-26T00:37:49.632Zadding route 172.17.0.56/32 -> 10.0.0.255
57662026-08-26T00:37:49.632Ztest route::tests::delete_target_full ... ok
57672026-08-26T00:37:49.632ZAug 26 00:37:47.894Aug 26 00:37:47.894 DEBGDEBG Aug 26 00:37:47.894 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
57682026-08-26T00:37:49.632Z replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff: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 } }]
57692026-08-26T00:37:49.632Z
57702026-08-26T00:37:49.632ZAug 26 00:37:47.894 INFOAug 26 00:37:47.894Aug 26 00:37:47.894 adding route 172.17.0.46/32 -> 10.0.0.255DEBG
57712026-08-26T00:37:49.632Ztest route::tests::delete_target_fragmented ... ok
57722026-08-26T00:37:49.632Z INFOfailed to allocate space for the new target list
57732026-08-26T00:37:49.632Zadding route 172.17.0.57/32 -> 10.0.0.255
57742026-08-26T00:37:49.632ZAug 26 00:37:47.894 DEBGAug 26 00:37:47.894 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 } }]DEBGAug 26 00:37:47.894
57752026-08-26T00:37:49.632Zreplacing targets for 3fff:dead::/64 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
57762026-08-26T00:37:49.632Z 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 } }]
57772026-08-26T00:37:49.632ZAug 26 00:37:47.894 INFOAug 26 00:37:47.894 adding route 172.17.0.47/32 -> 10.0.0.255INFO
57782026-08-26T00:37:49.632Z adding route 172.17.0.58/32 -> 10.0.0.255
57792026-08-26T00:37:49.632ZAug 26 00:37:47.894 DEBGAug 26 00:37:47.894 replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
57802026-08-26T00:37:49.632Z 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 } }]
57812026-08-26T00:37:49.632ZAug 26 00:37:47.894 INFOAug 26 00:37:47.894 adding route 172.17.0.48/32 -> 10.0.0.255INFO
57822026-08-26T00:37:49.632Z adding route 172.17.0.59/32 -> 10.0.0.255
57832026-08-26T00:37:49.632ZAug 26 00:37:47.894 Aug 26 00:37:47.894DEBG 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 } }]
57842026-08-26T00:37:49.632Zreplacing 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 } }]
57852026-08-26T00:37:49.632ZAug 26 00:37:47.894 Aug 26 00:37:47.894INFO INFOadding route 172.17.0.49/32 -> 10.0.0.255
57862026-08-26T00:37:49.632ZAug 26 00:37:47.894 DEBGadding route 172.17.0.60/32 -> 10.0.0.255
57872026-08-26T00:37:49.632Zreplacing 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 } }]
57882026-08-26T00:37:49.632ZAug 26 00:37:47.894 DEBGAug 26 00:37:47.894 replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 172.17.0.50/32 -> 10.0.0.255
57892026-08-26T00:37:49.632Z
57902026-08-26T00:37:49.632ZAug 26 00:37:47.894 INFOAug 26 00:37:47.894 adding route 172.17.0.61/32 -> 10.0.0.255DEBG
57912026-08-26T00:37:49.632Z 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 } }]
57922026-08-26T00:37:49.632ZAug 26 00:37:47.894 DEBGAug 26 00:37:47.894 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 } }]
57932026-08-26T00:37:49.632ZAug 26 00:37:47.895 DEBGAug 26 00:37:47.901 created new freemapINFO , adding route 172.17.0.62/32 -> 10.0.0.255unit
57942026-08-26T00:37:49.632Z: freemap_route_ipv4
57952026-08-26T00:37:49.633ZAug 26 00:37:47.901 DEBG Aug 26 00:37:47.901replacing 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 } }]
57962026-08-26T00:37:49.633ZDEBG created new freemap, unitAug 26 00:37:47.901: DEBGfreemap_route_ipv6
57972026-08-26T00:37:49.633Zfailed to allocate space for the new target list
57982026-08-26T00:37:49.633ZAug 26 00:37:47.901Aug 26 00:37:47.901 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 } }]
57992026-08-26T00:37:49.633Z DEBGINFO initted freemap. size: 64adding route 172.17.0.51/32 -> 10.0.0.255,
58002026-08-26T00:37:49.633Zunit: freemap_route_ipv4
58012026-08-26T00:37:49.633ZAug 26 00:37:47.901 Aug 26 00:37:47.901DEBG DEBGreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58022026-08-26T00:37:49.633Zreset freemap, unit: Aug 26 00:37:47.901freemap_route_ipv4
58032026-08-26T00:37:49.633ZINFO adding route 172.17.0.52/32 -> 10.0.0.255
58042026-08-26T00:37:49.637ZAug 26 00:37:47.901 DEBGAug 26 00:37:47.901 initted freemap. size: 64DEBG, unitreplacing 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 } }]:
58052026-08-26T00:37:49.637Z freemap_route_ipv6
58062026-08-26T00:37:49.637ZAug 26 00:37:47.901 Aug 26 00:37:47.901INFO DEBGadding route 172.17.0.53/32 -> 10.0.0.255
58072026-08-26T00:37:49.637Zreset freemap, unit: Aug 26 00:37:47.901freemap_route_ipv6
58082026-08-26T00:37:49.637ZDEBG 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 } }]
58092026-08-26T00:37:49.637ZAug 26 00:37:47.901 INFOAug 26 00:37:47.901 adding route 172.16.0.0/32 -> 10.0.0.1INFO
58102026-08-26T00:37:49.637Z adding route 172.17.0.54/32 -> 10.0.0.255
58112026-08-26T00:37:49.637ZAug 26 00:37:47.901 DEBGAug 26 00:37:47.901 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 } }]DEBG
58122026-08-26T00:37:49.637Z Aug 26 00:37:47.901 replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
58132026-08-26T00:37:49.637Z adding route 172.16.0.0/32 -> 10.0.0.1Aug 26 00:37:47.901 INFO
58142026-08-26T00:37:49.637Zadding route 172.17.0.55/32 -> 10.0.0.255
58152026-08-26T00:37:49.637ZAug 26 00:37:47.901 DEBG Aug 26 00:37:47.901replacing 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 } }]
58162026-08-26T00:37:49.637ZDEBG 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 } }]
58172026-08-26T00:37:49.637ZAug 26 00:37:47.901 INFO Aug 26 00:37:47.901adding route 172.17.0.56/32 -> 10.0.0.255
58182026-08-26T00:37:49.637ZINFO adding route 172.16.0.0/32 -> 10.0.0.1
58192026-08-26T00:37:49.637ZAug 26 00:37:47.901 DEBG Aug 26 00:37:47.901replacing 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 } }]
58202026-08-26T00:37:49.637ZDEBG 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 } }]
58212026-08-26T00:37:49.637ZAug 26 00:37:47.901 INFO Aug 26 00:37:47.901adding route 172.17.0.57/32 -> 10.0.0.255
58222026-08-26T00:37:49.637ZINFO adding route 172.16.0.0/32 -> 10.0.0.2
58232026-08-26T00:37:49.638ZAug 26 00:37:47.901 DEBGAug 26 00:37:47.901 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
58242026-08-26T00:37:49.638Z 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 } }]
58252026-08-26T00:37:49.638ZAug 26 00:37:47.901 INFO Aug 26 00:37:47.901adding route 172.17.0.58/32 -> 10.0.0.255
58262026-08-26T00:37:49.638ZINFO adding route 172.17.0.0/32 -> 10.0.0.255
58272026-08-26T00:37:49.638ZAug 26 00:37:47.901 DEBG Aug 26 00:37:47.901replacing 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 } }]
58282026-08-26T00:37:49.638ZDEBG 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 } }]
58292026-08-26T00:37:49.638ZAug 26 00:37:47.901 INFO adding route 172.17.0.59/32 -> 10.0.0.255Aug 26 00:37:47.901
58302026-08-26T00:37:49.638Z INFO adding route 172.17.0.1/32 -> 10.0.0.255
58312026-08-26T00:37:49.638ZAug 26 00:37:47.901 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 00:37:47.901
58322026-08-26T00:37:49.638Z 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 } }]
58332026-08-26T00:37:49.638ZAug 26 00:37:47.901 INFO adding route 172.17.0.60/32 -> 10.0.0.255Aug 26 00:37:47.901
58342026-08-26T00:37:49.638Z INFO adding route 172.17.0.2/32 -> 10.0.0.255
58352026-08-26T00:37:49.638ZAug 26 00:37:47.901 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 } }]Aug 26 00:37:47.901
58362026-08-26T00:37:49.638Z 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 } }]
58372026-08-26T00:37:49.638ZAug 26 00:37:47.901 DEBG failed to allocate space for the new target listAug 26 00:37:47.901
58382026-08-26T00:37:49.638Z INFO adding route 172.17.0.3/32 -> 10.0.0.255
58392026-08-26T00:37:49.638ZAug 26 00:37:47.901 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 26 00:37:47.901
58402026-08-26T00:37:49.638Z 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 } }]
58412026-08-26T00:37:49.638ZAug 26 00:37:47.901 INFO adding route 172.17.0.4/32 -> 10.0.0.255
58422026-08-26T00:37:49.638ZAug 26 00:37:47.901 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 } }]
58432026-08-26T00:37:49.638ZAug 26 00:37:47.901 INFO adding route 172.17.0.5/32 -> 10.0.0.255
58442026-08-26T00:37:49.638ZAug 26 00:37:47.901 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 } }]
58452026-08-26T00:37:49.638ZAug 26 00:37:47.901 INFO adding route 172.17.0.6/32 -> 10.0.0.255
58462026-08-26T00:37:49.638ZAug 26 00:37:47.901 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 } }]
58472026-08-26T00:37:49.638ZAug 26 00:37:47.901 INFO adding route 172.17.0.7/32 -> 10.0.0.255
58482026-08-26T00:37:49.638ZAug 26 00:37:47.902 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 } }]
58492026-08-26T00:37:49.638ZAug 26 00:37:47.902 INFO adding route 172.17.0.8/32 -> 10.0.0.255
58502026-08-26T00:37:49.638ZAug 26 00:37:47.902 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 } }]
58512026-08-26T00:37:49.638ZAug 26 00:37:47.902 INFO adding route 172.17.0.9/32 -> 10.0.0.255
58522026-08-26T00:37:49.638ZAug 26 00:37:47.902 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 } }]
58532026-08-26T00:37:49.638ZAug 26 00:37:47.902 INFO adding route 172.17.0.10/32 -> 10.0.0.255
58542026-08-26T00:37:49.638ZAug 26 00:37:47.902 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 } }]
58552026-08-26T00:37:49.638ZAug 26 00:37:47.902 INFO adding route 172.17.0.11/32 -> 10.0.0.255
58562026-08-26T00:37:49.638ZAug 26 00:37:47.902 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 } }]
58572026-08-26T00:37:49.638ZAug 26 00:37:47.902 INFO adding route 172.17.0.12/32 -> 10.0.0.255
58582026-08-26T00:37:49.638ZAug 26 00:37:47.902 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 } }]
58592026-08-26T00:37:49.638ZAug 26 00:37:47.902 INFO adding route 172.17.0.13/32 -> 10.0.0.255
58602026-08-26T00:37:49.638ZAug 26 00:37:47.902 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 } }]
58612026-08-26T00:37:49.638ZAug 26 00:37:47.902 INFO adding route 172.17.0.14/32 -> 10.0.0.255
58622026-08-26T00:37:49.638ZAug 26 00:37:47.902 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 } }]
58632026-08-26T00:37:49.639ZAug 26 00:37:47.902 INFO adding route 172.17.0.15/32 -> 10.0.0.255
58642026-08-26T00:37:49.639ZAug 26 00:37:47.902 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 } }]
58652026-08-26T00:37:49.639Ztest route::tests::delete_targets_full ... ok
58662026-08-26T00:37:49.639ZAug 26 00:37:47.902 INFO adding route 172.17.0.16/32 -> 10.0.0.255
58672026-08-26T00:37:49.639ZAug 26 00:37:47.902 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 } }]
58682026-08-26T00:37:49.639ZAug 26 00:37:47.902 INFO adding route 172.17.0.17/32 -> 10.0.0.255
58692026-08-26T00:37:49.639ZAug 26 00:37:47.902 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 } }]
58702026-08-26T00:37:49.639ZAug 26 00:37:47.902 INFO adding route 172.17.0.18/32 -> 10.0.0.255
58712026-08-26T00:37:49.639Z
58722026-08-26T00:37:49.639ZAug 26 00:37:47.902 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 } }]
58732026-08-26T00:37:49.639Ztest result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
58742026-08-26T00:37:49.639ZAug 26 00:37:47.902 INFO adding route 172.17.0.19/32 -> 10.0.0.255
58752026-08-26T00:37:49.639Z
58762026-08-26T00:37:49.639ZAug 26 00:37:47.902 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 } }]
58772026-08-26T00:37:49.639ZAug 26 00:37:47.902 INFO adding route 172.17.0.20/32 -> 10.0.0.255
58782026-08-26T00:37:49.639ZAug 26 00:37:47.902 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 } }]
58792026-08-26T00:37:49.639ZAug 26 00:37:47.902 INFO adding route 172.17.0.21/32 -> 10.0.0.255
58802026-08-26T00:37:49.639ZAug 26 00:37:47.902 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 } }]
58812026-08-26T00:37:49.639ZAug 26 00:37:47.902 INFO adding route 172.17.0.22/32 -> 10.0.0.255
58822026-08-26T00:37:49.639ZAug 26 00:37:47.902 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 } }]
58832026-08-26T00:37:49.639ZAug 26 00:37:47.902 INFO adding route 172.17.0.23/32 -> 10.0.0.255
58842026-08-26T00:37:49.639ZAug 26 00:37:47.902 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 } }]
58852026-08-26T00:37:49.639ZAug 26 00:37:47.902 INFO adding route 172.17.0.24/32 -> 10.0.0.255
58862026-08-26T00:37:49.639ZAug 26 00:37:47.902 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 } }]
58872026-08-26T00:37:49.639ZAug 26 00:37:47.902 INFO adding route 172.17.0.25/32 -> 10.0.0.255
58882026-08-26T00:37:49.639ZAug 26 00:37:47.902 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 } }]
58892026-08-26T00:37:49.639ZAug 26 00:37:47.902 INFO adding route 172.17.0.26/32 -> 10.0.0.255
58902026-08-26T00:37:49.639ZAug 26 00:37:47.902 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 } }]
58912026-08-26T00:37:49.639ZAug 26 00:37:47.902 INFO adding route 172.17.0.27/32 -> 10.0.0.255
58922026-08-26T00:37:49.639ZAug 26 00:37:47.902 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 } }]
58932026-08-26T00:37:49.639ZAug 26 00:37:47.902 INFO adding route 172.17.0.28/32 -> 10.0.0.255
58942026-08-26T00:37:49.639ZAug 26 00:37:47.902 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 } }]
58952026-08-26T00:37:49.639ZAug 26 00:37:47.902 INFO adding route 172.17.0.29/32 -> 10.0.0.255
58962026-08-26T00:37:49.639ZAug 26 00:37:47.902 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 } }]
58972026-08-26T00:37:49.639ZAug 26 00:37:47.902 INFO adding route 172.17.0.30/32 -> 10.0.0.255
58982026-08-26T00:37:49.639ZAug 26 00:37:47.902 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 } }]
58992026-08-26T00:37:49.639ZAug 26 00:37:47.902 INFO adding route 172.17.0.31/32 -> 10.0.0.255
59002026-08-26T00:37:49.639ZAug 26 00:37:47.902 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 } }]
59012026-08-26T00:37:49.639ZAug 26 00:37:47.902 INFO adding route 172.17.0.32/32 -> 10.0.0.255
59022026-08-26T00:37:49.640ZAug 26 00:37:47.902 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 } }]
59032026-08-26T00:37:49.640ZAug 26 00:37:47.902 INFO adding route 172.17.0.33/32 -> 10.0.0.255
59042026-08-26T00:37:49.644ZAug 26 00:37:47.902 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 } }]
59052026-08-26T00:37:49.644ZAug 26 00:37:47.902 INFO adding route 172.17.0.34/32 -> 10.0.0.255
59062026-08-26T00:37:49.644ZAug 26 00:37:47.902 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 } }]
59072026-08-26T00:37:49.644ZAug 26 00:37:47.902 INFO adding route 172.17.0.35/32 -> 10.0.0.255
59082026-08-26T00:37:49.644ZAug 26 00:37:47.902 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 } }]
59092026-08-26T00:37:49.644ZAug 26 00:37:47.908 INFO adding route 172.17.0.36/32 -> 10.0.0.255
59102026-08-26T00:37:49.644ZAug 26 00:37:47.908 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 } }]
59112026-08-26T00:37:49.644ZAug 26 00:37:47.908 INFO adding route 172.17.0.37/32 -> 10.0.0.255
59122026-08-26T00:37:49.644ZAug 26 00:37:47.908 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 } }]
59132026-08-26T00:37:49.644ZAug 26 00:37:47.908 INFO adding route 172.17.0.38/32 -> 10.0.0.255
59142026-08-26T00:37:49.644ZAug 26 00:37:47.908 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 } }]
59152026-08-26T00:37:49.644ZAug 26 00:37:47.908 INFO adding route 172.17.0.39/32 -> 10.0.0.255
59162026-08-26T00:37:49.644ZAug 26 00:37:47.908 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 } }]
59172026-08-26T00:37:49.644ZAug 26 00:37:47.908 INFO adding route 172.17.0.40/32 -> 10.0.0.255
59182026-08-26T00:37:49.644ZAug 26 00:37:47.908 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 } }]
59192026-08-26T00:37:49.644ZAug 26 00:37:47.908 INFO adding route 172.17.0.41/32 -> 10.0.0.255
59202026-08-26T00:37:49.644ZAug 26 00:37:47.908 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 } }]
59212026-08-26T00:37:49.644ZAug 26 00:37:47.908 INFO adding route 172.17.0.42/32 -> 10.0.0.255
59222026-08-26T00:37:49.644ZAug 26 00:37:47.908 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 } }]
59232026-08-26T00:37:49.645ZAug 26 00:37:47.908 INFO adding route 172.17.0.43/32 -> 10.0.0.255
59242026-08-26T00:37:49.645ZAug 26 00:37:47.908 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 } }]
59252026-08-26T00:37:49.645ZAug 26 00:37:47.908 INFO adding route 172.17.0.44/32 -> 10.0.0.255
59262026-08-26T00:37:49.645ZAug 26 00:37:47.908 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 } }]
59272026-08-26T00:37:49.645ZAug 26 00:37:47.908 INFO adding route 172.17.0.45/32 -> 10.0.0.255
59282026-08-26T00:37:49.645ZAug 26 00:37:47.908 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 } }]
59292026-08-26T00:37:49.645ZAug 26 00:37:47.908 INFO adding route 172.17.0.46/32 -> 10.0.0.255
59302026-08-26T00:37:49.645ZAug 26 00:37:47.908 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 } }]
59312026-08-26T00:37:49.645ZAug 26 00:37:47.908 INFO adding route 172.17.0.47/32 -> 10.0.0.255
59322026-08-26T00:37:49.645ZAug 26 00:37:47.908 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 } }]
59332026-08-26T00:37:49.645ZAug 26 00:37:47.908 INFO adding route 172.17.0.48/32 -> 10.0.0.255
59342026-08-26T00:37:49.645ZAug 26 00:37:47.908 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 } }]
59352026-08-26T00:37:49.645ZAug 26 00:37:47.908 INFO adding route 172.17.0.49/32 -> 10.0.0.255
59362026-08-26T00:37:49.645ZAug 26 00:37:47.908 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 } }]
59372026-08-26T00:37:49.645ZAug 26 00:37:47.908 INFO adding route 172.17.0.50/32 -> 10.0.0.255
59382026-08-26T00:37:49.645ZAug 26 00:37:47.908 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 } }]
59392026-08-26T00:37:49.645ZAug 26 00:37:47.908 INFO adding route 172.17.0.51/32 -> 10.0.0.255
59402026-08-26T00:37:49.645ZAug 26 00:37:47.908 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 } }]
59412026-08-26T00:37:49.645ZAug 26 00:37:47.908 INFO adding route 172.17.0.52/32 -> 10.0.0.255
59422026-08-26T00:37:49.645ZAug 26 00:37:47.908 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 } }]
59432026-08-26T00:37:49.645ZAug 26 00:37:47.908 INFO adding route 172.17.0.53/32 -> 10.0.0.255
59442026-08-26T00:37:49.645ZAug 26 00:37:47.908 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 } }]
59452026-08-26T00:37:49.645ZAug 26 00:37:47.908 INFO adding route 172.17.0.54/32 -> 10.0.0.255
59462026-08-26T00:37:49.645ZAug 26 00:37:47.908 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 } }]
59472026-08-26T00:37:49.645ZAug 26 00:37:47.908 INFO adding route 172.17.0.55/32 -> 10.0.0.255
59482026-08-26T00:37:49.645ZAug 26 00:37:47.908 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 } }]
59492026-08-26T00:37:49.645ZAug 26 00:37:47.908 INFO adding route 172.17.0.56/32 -> 10.0.0.255
59502026-08-26T00:37:49.645ZAug 26 00:37:47.908 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 } }]
59512026-08-26T00:37:49.645ZAug 26 00:37:47.908 INFO adding route 172.17.0.57/32 -> 10.0.0.255
59522026-08-26T00:37:49.645ZAug 26 00:37:47.908 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 } }]
59532026-08-26T00:37:49.645ZAug 26 00:37:47.908 INFO adding route 172.17.0.58/32 -> 10.0.0.255
59542026-08-26T00:37:49.645ZAug 26 00:37:47.909 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 } }]
59552026-08-26T00:37:49.645ZAug 26 00:37:47.909 INFO adding route 172.17.0.59/32 -> 10.0.0.255
59562026-08-26T00:37:49.645ZAug 26 00:37:47.909 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 } }]
59572026-08-26T00:37:49.645ZAug 26 00:37:47.909 INFO adding route 172.17.0.60/32 -> 10.0.0.255
59582026-08-26T00:37:49.645ZAug 26 00:37:47.909 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 } }]
59592026-08-26T00:37:49.645ZAug 26 00:37:47.909 DEBG failed to allocate space for the new target list
59602026-08-26T00:37:49.645ZAug 26 00:37:47.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.2, vlan_id: None } }]
59612026-08-26T00:37:49.645Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-a804865a37201522)
59622026-08-26T00:37:49.646Z
59632026-08-26T00:37:49.646Zrunning 0 tests
59642026-08-26T00:37:49.646Z
59652026-08-26T00:37:49.646Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59662026-08-26T00:37:49.646Z
59672026-08-26T00:37:49.646Z Running unittests src/lib.rs (target/debug/deps/dpd_api-acda18f7a0b943fc)
59682026-08-26T00:37:49.646Z
59692026-08-26T00:37:49.646Zrunning 0 tests
59702026-08-26T00:37:49.646Z
59712026-08-26T00:37:49.646Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59722026-08-26T00:37:49.646Z
59732026-08-26T00:37:49.646Z Running unittests src/lib.rs (target/debug/deps/dpd_client-ed47d9a65b6b4825)
59742026-08-26T00:37:49.646Z
59752026-08-26T00:37:49.646Zrunning 6 tests
59762026-08-26T00:37:49.646Ztest tests::test_parse_client_port_id ... ok
59772026-08-26T00:37:49.646Ztest tests::test_port_id_cmp ... ok
59782026-08-26T00:37:49.646Ztest tests::test_full_lot_id_neither_present ... ok
59792026-08-26T00:37:49.646Ztest tests::test_full_lot_id_lot_only ... ok
59802026-08-26T00:37:49.646Ztest tests::test_full_lot_id_lotnum_only ... ok
59812026-08-26T00:37:49.646Ztest tests::test_full_lot_id_both_present ... ok
59822026-08-26T00:37:49.646Z
59832026-08-26T00:37:49.646Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59842026-08-26T00:37:49.646Z
59852026-08-26T00:37:49.646Z Running tests/test_all.rs (target/debug/deps/test_all-0f6543fcb0fd5fc6)
59862026-08-26T00:37:49.646Z
59872026-08-26T00:37:49.646Zrunning 0 tests
59882026-08-26T00:37:49.646Z
59892026-08-26T00:37:49.646Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59902026-08-26T00:37:49.646Z
59912026-08-26T00:37:49.646Z Running unittests src/lib.rs (target/debug/deps/dpd_types-13ccc83203b2fded)
59922026-08-26T00:37:49.646Z
59932026-08-26T00:37:49.646Zrunning 0 tests
59942026-08-26T00:37:49.646Z
59952026-08-26T00:37:49.646Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59962026-08-26T00:37:49.646Z
59972026-08-26T00:37:49.646Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a087f10fd23084c3)
59982026-08-26T00:37:49.646Z
59992026-08-26T00:37:49.646Zrunning 15 tests
60002026-08-26T00:37:49.646Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
60012026-08-26T00:37:49.646Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
60022026-08-26T00:37:49.647Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
60032026-08-26T00:37:49.647Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
60042026-08-26T00:37:49.651Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
60052026-08-26T00:37:49.651Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
60062026-08-26T00:37:49.651Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
60072026-08-26T00:37:49.651Ztest v1::network::tests::test_equal ... ok
60082026-08-26T00:37:49.651Ztest v1::network::tests::test_eui64 ... ok
60092026-08-26T00:37:49.651Ztest v1::network::tests::test_into ... ok
60102026-08-26T00:37:49.651Ztest v1::network::tests::test_not_equal ... ok
60112026-08-26T00:37:49.651Ztest v1::network::tests::test_to_string ... ok
60122026-08-26T00:37:49.651Ztest v1::port::tests::port_ids_are_ascii ... ok
60132026-08-26T00:37:49.651Ztest v1::network::tests::test_parse ... ok
60142026-08-26T00:37:49.651Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
60152026-08-26T00:37:49.651Z
60162026-08-26T00:37:49.651Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60172026-08-26T00:37:49.651Z
60182026-08-26T00:37:49.651Z Running unittests src/lib.rs (target/debug/deps/packet-ba01ebb1966a5934)
60192026-08-26T00:37:49.651Z
60202026-08-26T00:37:49.651Zrunning 12 tests
60212026-08-26T00:37:49.651Ztest icmp::test_v6_checksum ... ok
60222026-08-26T00:37:49.651Ztest icmp::test_v4_checksum ... ok
60232026-08-26T00:37:49.651Ztest lldp::test_lldp_parse ... ok
60242026-08-26T00:37:49.651Ztest pbuf::test_byte ... ok
60252026-08-26T00:37:49.651Ztest ipv6::test_ipv6_parse ... ok
60262026-08-26T00:37:49.651Ztest pbuf::test_nibble ... ok
60272026-08-26T00:37:49.651Ztest pbuf::test_short ... ok
60282026-08-26T00:37:49.651Ztest pbuf::test_overflow ... ok
60292026-08-26T00:37:49.651Ztest pbuf::test_twelve ... ok
60302026-08-26T00:37:49.651Ztest pbuf::test_word ... ok
60312026-08-26T00:37:49.651Ztest tcp::test_checksum_ack_data ... ok
60322026-08-26T00:37:49.651Ztest tcp::test_checksum_syn_nodata ... ok
60332026-08-26T00:37:49.652Z
60342026-08-26T00:37:49.652Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60352026-08-26T00:37:49.652Z
60362026-08-26T00:37:49.652Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
60372026-08-26T00:37:49.652Z
60382026-08-26T00:37:49.652Zrunning 0 tests
60392026-08-26T00:37:49.652Z
60402026-08-26T00:37:49.652Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60412026-08-26T00:37:49.652Z
60422026-08-26T00:37:49.652Z Running unittests src/main.rs (target/debug/deps/swadm-d1296a2fbade52c1)
60432026-08-26T00:37:49.655Z
60442026-08-26T00:37:49.655Zrunning 5 tests
60452026-08-26T00:37:49.655Ztest switchport::test::test_compute_lanes ... ok
60462026-08-26T00:37:49.655Ztest switchport::test::port_id_ordering ... ok
60472026-08-26T00:37:49.655Z Lane 0 Lane 0 Lane 1Lane 1 Lane 2Lane 2 Lane 3Lane 3
60482026-08-26T00:37:49.655Z
60492026-08-26T00:37:49.655Z Rx Loss-of-lock: Yes State: Activated YesActivated ActivatedYes ActivatedYes
60502026-08-26T00:37:49.655Z
60512026-08-26T00:37:49.655Z Rx Loss-of-signal: Yes Rx Output Enabled: false Yesfalse Yes falseYes
60522026-08-26T00:37:49.655Zfalse Rx CDR Enabled: Yes
60532026-08-26T00:37:49.655Z Rx Output Status: validYes valid Yes Yesvalid
60542026-08-26T00:37:49.655Z valid
60552026-08-26T00:37:49.655Z Tx Enabled: Yes Rx Loss-of-lock: true Yes true Yes true Yes
60562026-08-26T00:37:49.655Ztrue
60572026-08-26T00:37:49.655Z Tx Loss-of-lock: No Rx Loss-of-signal: false No falseNo Nofalse
60582026-08-26T00:37:49.656Z false Tx Loss-of-signal: No
60592026-08-26T00:37:49.656Z Rx Auto-squelch Disable: trueNo trueNo Notrue
60602026-08-26T00:37:49.656Z true Tx CDR Enabled: No
60612026-08-26T00:37:49.656Z No Tx Output Enabled: true No trueNo
60622026-08-26T00:37:49.656Ztrue true
60632026-08-26T00:37:49.656Z Tx Adaptive EQ Fault: No Tx Output Status: invalidNo invalid Noinvalid Noinvalid
60642026-08-26T00:37:49.656Z
60652026-08-26T00:37:49.656Z Tx Loss-of-lock: false Tx Fault: Yes false Yes falseYes false
60662026-08-26T00:37:49.656ZYes
60672026-08-26T00:37:49.656Z Tx Loss-of-signal: true true true true
60682026-08-26T00:37:49.656ZTx Auto-squelch Disable: false false false false
60692026-08-26T00:37:49.656Z Tx Adaptive EQ Fail: true true true true
60702026-08-26T00:37:49.656Z Tx Failure: false false false false
60712026-08-26T00:37:49.656Z Tx Force Squelch: true true true true
60722026-08-26T00:37:49.656Z Tx Input Polarity: normal normal normal normal
60732026-08-26T00:37:49.656Ztest switchport::test::test_print_sff_datapath ... ok
60742026-08-26T00:37:49.656Ztest switchport::test::test_print_cmis_datapath ... ok
60752026-08-26T00:37:49.696Ztest link::test_filter ... ok
60762026-08-26T00:37:49.696Z
60772026-08-26T00:37:49.696Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60782026-08-26T00:37:49.696Z
60792026-08-26T00:37:49.696Z Running tests/counters.rs (target/debug/deps/counters-aecad265e7a0b390)
60802026-08-26T00:37:49.696Z
60812026-08-26T00:37:49.696Zrunning 1 test
60822026-08-26T00:37:49.696Ztest test_p4_counter_list ... ignored
60832026-08-26T00:37:49.696Z
60842026-08-26T00:37:49.696Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
60852026-08-26T00:37:49.696Z
60862026-08-26T00:37:49.696Z Running tests/port-link.rs (target/debug/deps/port_link-36820cbf083b7ae3)
60872026-08-26T00:37:49.696Z
60882026-08-26T00:37:49.696Zrunning 5 tests
60892026-08-26T00:37:49.696Ztest test_an ... ignored
60902026-08-26T00:37:49.696Ztest test_enable ... ignored
60912026-08-26T00:37:49.696Ztest test_ip_addresses ... ignored
60922026-08-26T00:37:49.696Ztest test_kr ... ignored
60932026-08-26T00:37:49.696Ztest test_mac ... ignored
60942026-08-26T00:37:49.696Z
60952026-08-26T00:37:49.696Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
60962026-08-26T00:37:49.696Z
60972026-08-26T00:37:49.696Z Running unittests src/main.rs (target/debug/deps/tfportd-1718e82b6bca7b26)
60982026-08-26T00:37:49.696Z
60992026-08-26T00:37:49.696Zrunning 3 tests
61002026-08-26T00:37:49.696Ztest linklocal::test_parse_ipadm ... ok
61012026-08-26T00:37:49.696Ztest tfport::test_parse_tfport ... ok
61022026-08-26T00:37:49.696Ztest config::tests::test_updates ... ok
61032026-08-26T00:37:49.696Z
61042026-08-26T00:37:49.696Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61052026-08-26T00:37:49.696Z
61062026-08-26T00:37:49.697Z Running unittests src/main.rs (target/debug/deps/uplinkd-58387cf59eafe330)
61072026-08-26T00:37:49.697Z
61082026-08-26T00:37:49.697Zrunning 0 tests
61092026-08-26T00:37:49.697Z
61102026-08-26T00:37:49.697Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61112026-08-26T00:37:49.697Z
61122026-08-26T00:37:49.697Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
61132026-08-26T00:37:49.697Z
61142026-08-26T00:37:49.697Zrunning 0 tests
61152026-08-26T00:37:49.697Z
61162026-08-26T00:37:49.697Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61172026-08-26T00:37:49.697Z
61182026-08-26T00:37:49.697Z Doc-tests aal
61192026-08-26T00:37:49.881Z
61202026-08-26T00:37:49.881Zrunning 0 tests
61212026-08-26T00:37:49.881Z
61222026-08-26T00:37:49.881Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61232026-08-26T00:37:49.881Z
61242026-08-26T00:37:49.906Z Doc-tests aal_macros
61252026-08-26T00:37:49.973Z
61262026-08-26T00:37:49.973Zrunning 0 tests
61272026-08-26T00:37:49.973Z
61282026-08-26T00:37:49.973Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61292026-08-26T00:37:49.973Z
61302026-08-26T00:37:49.983Z Doc-tests common
61312026-08-26T00:37:50.215Z
61322026-08-26T00:37:50.215Zrunning 0 tests
61332026-08-26T00:37:50.215Z
61342026-08-26T00:37:50.215Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61352026-08-26T00:37:50.215Z
61362026-08-26T00:37:50.241Z Doc-tests dpd_api
61372026-08-26T00:37:50.945Z
61382026-08-26T00:37:50.945Zrunning 2 tests
61392026-08-26T00:37:50.945Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
61402026-08-26T00:37:50.945Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
61412026-08-26T00:37:50.945Z
61422026-08-26T00:37:50.945Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
61432026-08-26T00:37:50.945Z
61442026-08-26T00:37:50.973Z Doc-tests dpd_client
61452026-08-26T00:37:52.348Z
61462026-08-26T00:37:52.348Zrunning 0 tests
61472026-08-26T00:37:52.349Z
61482026-08-26T00:37:52.349Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61492026-08-26T00:37:52.349Z
61502026-08-26T00:37:52.401Z Doc-tests dpd_types
61512026-08-26T00:37:52.586Z
61522026-08-26T00:37:52.586Zrunning 0 tests
61532026-08-26T00:37:52.586Z
61542026-08-26T00:37:52.586Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61552026-08-26T00:37:52.586Z
61562026-08-26T00:37:52.609Z Doc-tests dpd_types_versions
61572026-08-26T00:37:54.111Z
61582026-08-26T00:37:54.111Zrunning 1 test
61592026-08-26T00:37:54.111Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
61602026-08-26T00:37:54.111Z
61612026-08-26T00:37:54.111Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
61622026-08-26T00:37:54.111Z
61632026-08-26T00:37:54.160Z Doc-tests packet
61642026-08-26T00:37:54.380Z
61652026-08-26T00:37:54.380Zrunning 0 tests
61662026-08-26T00:37:54.380Z
61672026-08-26T00:37:54.380Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61682026-08-26T00:37:54.380Z
61692026-08-26T00:37:54.405Z Doc-tests pcap
61702026-08-26T00:37:54.457Z
61712026-08-26T00:37:54.457Zrunning 0 tests
61722026-08-26T00:37:54.457Z
61732026-08-26T00:37:54.457Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61742026-08-26T00:37:54.457Z
61752026-08-26T00:37:54.504Z+ for feat in tofino_stub tofino_asic softnpu chaos
61762026-08-26T00:37:54.504Z+ RUST_BACKTRACE=full
61772026-08-26T00:37:54.504Z+ cargo test --features softnpu --no-fail-fast
61782026-08-26T00:37:55.137Z Compiling num-integer v0.1.46
61792026-08-26T00:37:55.220Z Compiling num-complex v0.4.6
61802026-08-26T00:37:55.260Z Compiling bitstruct_derive v0.1.0
61812026-08-26T00:37:55.264Z Compiling tap v1.0.1
61822026-08-26T00:37:55.382Z Compiling wyz v0.5.1
61832026-08-26T00:37:55.509Z Compiling num-rational v0.4.2
61842026-08-26T00:37:55.542Z Compiling num-iter v0.1.45
61852026-08-26T00:37:55.555Z Compiling num-bigint v0.4.6
61862026-08-26T00:37:55.648Z Compiling radium v0.7.0
61872026-08-26T00:37:55.661Z Compiling funty v2.0.0
61882026-08-26T00:37:55.707Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
61892026-08-26T00:37:55.747Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61902026-08-26T00:37:55.850Z Compiling num v0.4.3
61912026-08-26T00:37:55.932Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
61922026-08-26T00:37:55.952Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61932026-08-26T00:37:55.963Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61942026-08-26T00:37:56.015Z Compiling bitvec v1.0.1
61952026-08-26T00:37:56.086Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61962026-08-26T00:37:56.216Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
61972026-08-26T00:37:56.258Z Compiling typeid v1.0.3
61982026-08-26T00:37:56.315Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61992026-08-26T00:37:56.336Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62002026-08-26T00:37:56.375Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62012026-08-26T00:37:56.913Z Compiling ascii v1.1.0
62022026-08-26T00:37:57.156Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62032026-08-26T00:37:57.187Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62042026-08-26T00:37:57.241Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62052026-08-26T00:37:57.278Z Compiling erased-serde v0.4.8
62062026-08-26T00:37:57.441Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
62072026-08-26T00:37:57.655Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62082026-08-26T00:37:57.687Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
62092026-08-26T00:37:57.691Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
62102026-08-26T00:37:57.756Z Compiling bitstruct v0.1.1
62112026-08-26T00:37:58.073Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
62122026-08-26T00:37:58.283Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62132026-08-26T00:37:58.306Z Compiling serde_arrays v0.1.0
62142026-08-26T00:37:58.347Z Compiling libloading v0.7.4
62152026-08-26T00:37:58.639Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62162026-08-26T00:37:59.109Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
62172026-08-26T00:37:59.202Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
62182026-08-26T00:37:59.422Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62192026-08-26T00:38:00.484Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
62202026-08-26T00:38:01.216Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
62212026-08-26T00:38:07.200Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62222026-08-26T00:38:07.418Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
62232026-08-26T00:38:07.421Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62242026-08-26T00:38:07.421Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62252026-08-26T00:38:07.437Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62262026-08-26T00:38:09.509Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62272026-08-26T00:38:09.573Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
62282026-08-26T00:38:09.895Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62292026-08-26T00:38:15.918Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62302026-08-26T00:38:16.148Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62312026-08-26T00:38:23.889Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62322026-08-26T00:38:26.048Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62332026-08-26T00:38:29.552Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
62342026-08-26T00:39:09.451Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 14s
62352026-08-26T00:39:09.571Z Running unittests src/lib.rs (target/debug/deps/aal-169c9c6e8c7e0be8)
62362026-08-26T00:39:09.579Z
62372026-08-26T00:39:09.580Zrunning 0 tests
62382026-08-26T00:39:09.580Z
62392026-08-26T00:39:09.580Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62402026-08-26T00:39:09.580Z
62412026-08-26T00:39:09.584Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
62422026-08-26T00:39:09.587Z
62432026-08-26T00:39:09.588Zrunning 0 tests
62442026-08-26T00:39:09.588Z
62452026-08-26T00:39:09.588Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62462026-08-26T00:39:09.588Z
62472026-08-26T00:39:09.588Z Running unittests src/lib.rs (target/debug/deps/asic-9778e4a822966eeb)
62482026-08-26T00:39:09.595Z
62492026-08-26T00:39:09.595Zrunning 0 tests
62502026-08-26T00:39:09.640Z
62512026-08-26T00:39:09.640Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62522026-08-26T00:39:09.640Z
62532026-08-26T00:39:09.640Z Running unittests src/lib.rs (target/debug/deps/common-6afafc4407b0a90c)
62542026-08-26T00:39:09.640Z
62552026-08-26T00:39:09.640Zrunning 4 tests
62562026-08-26T00:39:09.640Ztest nat::tests::test_vni ... ok
62572026-08-26T00:39:09.640Ztest network::tests::test_generate_ipv6_link_local ... ok
62582026-08-26T00:39:09.648Ztest test_purge ... ok
62592026-08-26T00:39:09.648Ztest illumos::test::address_exists_handles_missing_object ... ok
62602026-08-26T00:39:09.648Z
62612026-08-26T00:39:09.648Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
62622026-08-26T00:39:09.648Z
62632026-08-26T00:39:09.648Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-3b6a1705a6b97607)
62642026-08-26T00:39:09.648Z
62652026-08-26T00:39:09.648Zrunning 1 test
62662026-08-26T00:39:09.648Z -------
62672026-08-26T00:39:09.648Z Generating OpenAPI documents from API definitions ...
62682026-08-26T00:39:09.773Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
62692026-08-26T00:39:09.845Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
62702026-08-26T00:39:10.873Z -------
62712026-08-26T00:39:10.874Z Checking 13 OpenAPI documents...
62722026-08-26T00:39:10.878Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
62732026-08-26T00:39:10.878Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
62742026-08-26T00:39:10.878Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
62752026-08-26T00:39:10.878Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
62762026-08-26T00:39:10.878Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
62772026-08-26T00:39:10.878Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
62782026-08-26T00:39:10.879Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
62792026-08-26T00:39:10.879Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
62802026-08-26T00:39:10.879Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
62812026-08-26T00:39:10.879Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
62822026-08-26T00:39:10.879Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
62832026-08-26T00:39:10.879Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
62842026-08-26T00:39:10.879Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
62852026-08-26T00:39:10.879Z Fresh dpd "latest" symlink
62862026-08-26T00:39:10.879Z -------
62872026-08-26T00:39:10.879Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
62882026-08-26T00:39:10.946Ztest test::test_apis_up_to_date ... ok
62892026-08-26T00:39:10.946Z
62902026-08-26T00:39:10.946Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.32s
62912026-08-26T00:39:10.946Z
62922026-08-26T00:39:11.007Z Running unittests src/main.rs (target/debug/deps/dpd-8083d66362bc5a10)
62932026-08-26T00:39:11.012Z
62942026-08-26T00:39:11.012Zrunning 34 tests
62952026-08-26T00:39:11.016Ztest freemap::test_ordering ... ok
62962026-08-26T00:39:11.016Ztest config::tests::test_updates ... ok
62972026-08-26T00:39:11.016Ztest dhcpv6::tests::test_create_duid_bytes ... ok
62982026-08-26T00:39:11.016Ztest freemap::test_split ... ok
62992026-08-26T00:39:11.016Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
63002026-08-26T00:39:11.016Ztest macaddrs::tests::test_mac_offset ... ok
63012026-08-26T00:39:11.016Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
63022026-08-26T00:39:11.022ZAug 26 00:39:09.316 DEBG created new freemap, unit: freemap_test
63032026-08-26T00:39:11.022ZAug 26 00:39:09.316 DEBG initted freemap. size: 128, unit: freemap_test
63042026-08-26T00:39:11.022ZAug 26 00:39:09.316 DEBG reset freemap, unit: freemap_test
63052026-08-26T00:39:11.022Ztest macaddrs::tests::test_parse_port_id ... ok
63062026-08-26T00:39:11.022ZAug 26 00:39:09.316 DEBG created new freemap, unit: freemap_test
63072026-08-26T00:39:11.022ZAug 26 00:39:09.316 DEBG initted freemap. size: 128, unit: freemap_test
63082026-08-26T00:39:11.022ZAug 26 00:39:09.316 DEBG reset freemap, unit: freemap_test
63092026-08-26T00:39:11.022ZAug 26 00:39:09.316 DEBG created new freemap, unit: freemap_test
63102026-08-26T00:39:11.023Ztest nat::test_mapping ... ok
63112026-08-26T00:39:11.023ZAug 26 00:39:09.316 DEBG initted freemap. size: 128, unit: freemap_test
63122026-08-26T00:39:11.023Ztest freemap::test_free ... ok
63132026-08-26T00:39:11.023ZAug 26 00:39:09.316 DEBG reset freemap, unit: freemap_test
63142026-08-26T00:39:11.023Ztest freemap::test_exhaustion ... ok
63152026-08-26T00:39:11.023Ztest freemap::test_basic ... ok
63162026-08-26T00:39:11.023Ztest port_map::tests::test_backplane_group ... ok
63172026-08-26T00:39:11.023ZAug 26 00:39:09.317 DEBG created new freemap, unit: freemap_test
63182026-08-26T00:39:11.023ZAug 26 00:39:09.317 DEBG initted freemap. size: 128, unit: freemap_test
63192026-08-26T00:39:11.023ZAug 26 00:39:09.317 DEBG reset freemap, unit: freemap_test
63202026-08-26T00:39:11.023Ztest port_map::tests::test_port_map ... ok
63212026-08-26T00:39:11.023Ztest freemap::test_reclaim ... ok
63222026-08-26T00:39:11.023Ztest port_map::tests::dump_map ... ok
63232026-08-26T00:39:11.023ZAug 26 00:39:09.317 DEBG created new freemap, unit: freemap_test
63242026-08-26T00:39:11.024ZAug 26 00:39:09.317 DEBG initted freemap. size: 8, unit: freemap_test
63252026-08-26T00:39:11.024ZAug 26 00:39:09.317 DEBG reset freemap, unit: freemap_test
63262026-08-26T00:39:11.024Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
63272026-08-26T00:39:11.024ZAug 26 00:39:09.317 DEBG created new freemap, unit: freemap_route_ipv4
63282026-08-26T00:39:11.024ZAug 26 00:39:09.317 DEBG created new freemap, unit: freemap_route_ipv6
63292026-08-26T00:39:11.024ZAug 26 00:39:09.318 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
63302026-08-26T00:39:11.024Ztest api_server::tests::test_build_info ... ok
63312026-08-26T00:39:11.024ZAug 26 00:39:09.318 DEBG reset freemap, unit: freemap_route_ipv4
63322026-08-26T00:39:11.024ZAug 26 00:39:09.318 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
63332026-08-26T00:39:11.024ZAug 26 00:39:09.318 DEBG reset freemap, unit: freemap_route_ipv6
63342026-08-26T00:39:11.024ZAug 26 00:39:09.318 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
63352026-08-26T00:39:11.024ZAug 26 00:39:09.318 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 } }]
63362026-08-26T00:39:11.025ZAug 26 00:39:09.318 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
63372026-08-26T00:39:11.025ZAug 26 00:39:09.318 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 } }]
63382026-08-26T00:39:11.025ZAug 26 00:39:09.318 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
63392026-08-26T00:39:11.025ZAug 26 00:39:09.318 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 } }]
63402026-08-26T00:39:11.025ZAug 26 00:39:09.318 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
63412026-08-26T00:39:11.025ZAug 26 00:39:09.318 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 } }]
63422026-08-26T00:39:11.025ZAug 26 00:39:09.318 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
63432026-08-26T00:39:11.025ZAug 26 00:39:09.318 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 } }]
63442026-08-26T00:39:11.025ZAug 26 00:39:09.318 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
63452026-08-26T00:39:11.025ZAug 26 00:39:09.318 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 } }]
63462026-08-26T00:39:11.025ZAug 26 00:39:09.318 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
63472026-08-26T00:39:11.025ZAug 26 00:39:09.318 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 } }]
63482026-08-26T00:39:11.025ZAug 26 00:39:09.318Aug 26 00:39:09.318 DEBGDEBG created new freemap, unit: freemap_test
63492026-08-26T00:39:11.026ZAug 26 00:39:09.318 DEBG initted freemap. size: 128, unitAug 26 00:39:09.318: freemap_test
63502026-08-26T00:39:11.026ZINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 26 00:39:09.318 DEBG reset freemap, unit: freemap_test
63512026-08-26T00:39:11.026Z
63522026-08-26T00:39:11.026Z created new freemap, unit: freemap_route_ipv4
63532026-08-26T00:39:11.026ZAug 26 00:39:09.318 DEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:39:09.318
63542026-08-26T00:39:11.026ZDEBG created new freemap, unit: Aug 26 00:39:09.318freemap_route_ipv6
63552026-08-26T00:39:11.026ZINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
63562026-08-26T00:39:11.026Ztest port_map::tests::parse_softnpu_revision ... ok
63572026-08-26T00:39:11.026ZAug 26 00:39:09.318 DEBG Aug 26 00:39:09.318initted freemap. size: 64 , DEBGunit :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 } }]
63582026-08-26T00:39:11.026Zfreemap_route_ipv4
63592026-08-26T00:39:11.026ZAug 26 00:39:09.318 Aug 26 00:39:09.318INFO DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
63602026-08-26T00:39:11.026Zreset freemap, unit: Aug 26 00:39:09.318freemap_route_ipv4
63612026-08-26T00:39:11.026ZDEBG 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 } }]
63622026-08-26T00:39:11.026ZAug 26 00:39:09.318 DEBG initted freemap. size: 64Aug 26 00:39:09.318, unitINFO: adding route 3fff:beef:9::/64 -> 2001:db8::55:fffreemap_route_ipv6
63632026-08-26T00:39:11.026Z
63642026-08-26T00:39:11.026ZAug 26 00:39:09.318Aug 26 00:39:09.318 DEBGDEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap
63652026-08-26T00:39:11.027Z, unit: freemap_route_ipv6Aug 26 00:39:09.318
63662026-08-26T00:39:11.027Z INFO Aug 26 00:39:09.318adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
63672026-08-26T00:39:11.027Ztest freemap::test_span ... ok
63682026-08-26T00:39:11.027ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1
63692026-08-26T00:39:11.027ZAug 26 00:39:09.318 DEBG Aug 26 00:39:09.318replacing 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 } }]
63702026-08-26T00:39:11.027ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 00:39:09.318
63712026-08-26T00:39:11.027Z INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
63722026-08-26T00:39:11.027ZAug 26 00:39:09.318 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 26 00:39:09.318
63732026-08-26T00:39:11.027Z 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 } }]
63742026-08-26T00:39:11.027ZAug 26 00:39:09.318 DEBGAug 26 00:39:09.318 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
63752026-08-26T00:39:11.027Z adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
63762026-08-26T00:39:11.027ZAug 26 00:39:09.318 Aug 26 00:39:09.318INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3
63772026-08-26T00:39:11.027Zreplacing 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 } }]
63782026-08-26T00:39:11.027ZAug 26 00:39:09.318Aug 26 00:39:09.318 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
63792026-08-26T00:39:11.027Z
63802026-08-26T00:39:11.028ZAug 26 00:39:09.318Aug 26 00:39:09.318 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:dead::/64 -> 2001:db8::55:4
63812026-08-26T00:39:11.028Z
63822026-08-26T00:39:11.028ZAug 26 00:39:09.318Aug 26 00:39:09.318 INFODEBG 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
63832026-08-26T00:39:11.028Z
63842026-08-26T00:39:11.028ZAug 26 00:39:09.318 DEBG created new freemapAug 26 00:39:09.318Aug 26 00:39:09.318 DEBG, unitINFO: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 } }]
63852026-08-26T00:39:11.028Zadding route 3fff:beef::/64 -> 2001:db8::55:ff
63862026-08-26T00:39:11.028Zfreemap_route_ipv4
63872026-08-26T00:39:11.028ZAug 26 00:39:09.318Aug 26 00:39:09.318 INFOAug 26 00:39:09.318DEBG adding route 3fff:beef:f::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
63882026-08-26T00:39:11.028Z
63892026-08-26T00:39:11.028Z created new freemap, unitAug 26 00:39:09.318Aug 26 00:39:09.318 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 } }]freemap_route_ipv6INFO
63902026-08-26T00:39:11.028Z
63912026-08-26T00:39:11.028Zadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
63922026-08-26T00:39:11.028ZAug 26 00:39:09.318 Aug 26 00:39:09.318Aug 26 00:39:09.318 INFODEBG DEBG adding route 3fff:beef:10::/64 -> 2001:db8::55:ffinitted freemap. size: 64replacing 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 } }],
63932026-08-26T00:39:11.029Z
63942026-08-26T00:39:11.029Zunit: freemap_route_ipv4
63952026-08-26T00:39:11.029ZAug 26 00:39:09.318Aug 26 00:39:09.318 INFODEBG adding route 3fff:beef:2::/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 } }]Aug 26 00:39:09.318
63962026-08-26T00:39:11.029Z
63972026-08-26T00:39:11.029ZDEBG reset freemap, Aug 26 00:39:09.318unit Aug 26 00:39:09.318: INFODEBG freemap_route_ipv4
63982026-08-26T00:39:11.029Zreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
63992026-08-26T00:39:11.029Z
64002026-08-26T00:39:11.029ZAug 26 00:39:09.318Aug 26 00:39:09.318 Aug 26 00:39:09.318 DEBGDEBG INFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64
64012026-08-26T00:39:11.029Z, unitadding route 3fff:beef:3::/64 -> 2001:db8::55:ff:
64022026-08-26T00:39:11.035Z freemap_route_ipv6Aug 26 00:39:09.318
64032026-08-26T00:39:11.035Z Aug 26 00:39:09.318INFO DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
64042026-08-26T00:39:11.035Zreplacing 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 00:39:09.318
64052026-08-26T00:39:11.035Z DEBGAug 26 00:39:09.318 Aug 26 00:39:09.318reset freemap DEBG, unitINFO: 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:4::/64 -> 2001:db8::55:fffreemap_route_ipv6
64062026-08-26T00:39:11.035Z
64072026-08-26T00:39:11.035Z
64082026-08-26T00:39:11.035ZAug 26 00:39:09.318Aug 26 00:39:09.318 Aug 26 00:39:09.318DEBG 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 } }] adding route 3fff:dead::/64 -> 2001:db8::55:1
64092026-08-26T00:39:11.035Z
64102026-08-26T00:39:11.035ZINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
64112026-08-26T00:39:11.035ZAug 26 00:39:09.318 INFO Aug 26 00:39:09.318Aug 26 00:39:09.318adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
64122026-08-26T00:39:11.035ZDEBGDEBG 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: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
64132026-08-26T00:39:11.035Z
64142026-08-26T00:39:11.035ZAug 26 00:39:09.318 Aug 26 00:39:09.318Aug 26 00:39:09.318 INFODEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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:14::/64 -> 2001:db8::55:ff
64152026-08-26T00:39:11.035Z
64162026-08-26T00:39:11.035Z
64172026-08-26T00:39:11.035ZAug 26 00:39:09.318Aug 26 00:39:09.318 Aug 26 00:39:09.318DEBG 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 } }]INFO replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
64182026-08-26T00:39:11.035Z
64192026-08-26T00:39:11.036Z
64202026-08-26T00:39:11.036ZAug 26 00:39:09.318Aug 26 00:39:09.318 INFOINFOAug 26 00:39:09.318 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
64212026-08-26T00:39:11.036ZDEBG
64222026-08-26T00:39:11.036Z 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 } }]
64232026-08-26T00:39:11.036ZAug 26 00:39:09.318Aug 26 00:39:09.318 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 26 00:39:09.318replacing 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 } }]
64242026-08-26T00:39:11.036Z
64252026-08-26T00:39:11.036Z INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
64262026-08-26T00:39:11.036ZAug 26 00:39:09.318Aug 26 00:39:09.318 INFOINFO Aug 26 00:39:09.318 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
64272026-08-26T00:39:11.036Z 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 } }]
64282026-08-26T00:39:11.036Z
64292026-08-26T00:39:11.036ZAug 26 00:39:09.318 Aug 26 00:39:09.318DEBG Aug 26 00:39:09.318 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 } }]DEBGINFO
64302026-08-26T00:39:11.036Z 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:8::/64 -> 2001:db8::55:ff
64312026-08-26T00:39:11.036Z
64322026-08-26T00:39:11.036ZAug 26 00:39:09.318 INFO Aug 26 00:39:09.318Aug 26 00:39:09.318adding route 3fff:beef::/64 -> 2001:db8::55:ff
64332026-08-26T00:39:11.036ZINFODEBG adding route 3fff:beef:17::/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 } }]
64342026-08-26T00:39:11.036ZAug 26 00:39:09.318
64352026-08-26T00:39:11.036Z DEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:39:09.318
64362026-08-26T00:39:11.036Z Aug 26 00:39:09.318DEBG INFOreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64372026-08-26T00:39:11.036ZAug 26 00:39:09.318adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
64382026-08-26T00:39:11.037ZINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
64392026-08-26T00:39:11.037ZAug 26 00:39:09.318Aug 26 00:39:09.318 INFODEBGAug 26 00:39:09.318 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 } }]DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
64402026-08-26T00:39:11.037Z
64412026-08-26T00:39:11.037Zreplacing 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 } }]
64422026-08-26T00:39:11.037ZAug 26 00:39:09.318Aug 26 00:39:09.318 INFOAug 26 00:39:09.318 DEBGINFO replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
64432026-08-26T00:39:11.037Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
64442026-08-26T00:39:11.037Z
64452026-08-26T00:39:11.037ZAug 26 00:39:09.318Aug 26 00:39:09.318 Aug 26 00:39:09.318INFO DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
64462026-08-26T00:39:11.037Z
64472026-08-26T00:39:11.037Z
64482026-08-26T00:39:11.037ZAug 26 00:39:09.318Aug 26 00:39:09.318 DEBGINFO Aug 26 00:39:09.318replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
64492026-08-26T00:39:11.037ZINFO
64502026-08-26T00:39:11.037Z adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 26 00:39:09.318
64512026-08-26T00:39:11.037Z Aug 26 00:39:09.318INFO DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff Aug 26 00:39:09.318
64522026-08-26T00:39:11.037Zreplacing 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 } }]
64532026-08-26T00:39:11.037ZDEBG 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 } }]
64542026-08-26T00:39:11.037ZAug 26 00:39:09.318Aug 26 00:39:09.318 DEBGAug 26 00:39:09.318 INFO replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
64552026-08-26T00:39:11.037Z adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
64562026-08-26T00:39:11.037Z
64572026-08-26T00:39:11.038ZAug 26 00:39:09.318 INFO Aug 26 00:39:09.318adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 26 00:39:09.318
64582026-08-26T00:39:11.038ZDEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:39:09.318DEBG
64592026-08-26T00:39:11.038ZDEBGAug 26 00:39:09.318replacing 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: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 } }]
64602026-08-26T00:39:11.038Z
64612026-08-26T00:39:11.038ZAug 26 00:39:09.318 INFODEBGAug 26 00:39:09.318Aug 26 00:39:09.318 INFOcreated new freemapadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
64622026-08-26T00:39:11.038ZINFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ff adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
64632026-08-26T00:39:11.038Z
64642026-08-26T00:39:11.038ZAug 26 00:39:09.318, unitDEBG: Aug 26 00:39:09.318replacing 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 00:39:09.318freemap_route_ipv4 DEBGDEBG
64652026-08-26T00:39:11.038Z
64662026-08-26T00:39:11.038Zreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
64672026-08-26T00:39:11.038Z
64682026-08-26T00:39:11.038ZAug 26 00:39:09.318 INFO Aug 26 00:39:09.318adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 26 00:39:09.318
64692026-08-26T00:39:11.038Z Aug 26 00:39:09.318 INFOAug 26 00:39:09.318 adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBGDEBGINFO
64702026-08-26T00:39:11.038Z adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffcreated new freemap
64712026-08-26T00:39:11.039Zreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
64722026-08-26T00:39:11.039ZunitAug 26 00:39:09.319: Aug 26 00:39:09.319 freemap_route_ipv6Aug 26 00:39:09.319DEBG
64732026-08-26T00:39:11.039Z INFOreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
64742026-08-26T00:39:11.039Zreplacing 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:7::/64 -> 2001:db8::55:ff
64752026-08-26T00:39:11.039Z
64762026-08-26T00:39:11.039ZAug 26 00:39:09.319Aug 26 00:39:09.319Aug 26 00:39:09.319 Aug 26 00:39:09.319INFO INFODEBGDEBG adding route 3fff:beef:f::/64 -> 2001:db8::55:ff initted freemap. size: 64adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
64772026-08-26T00:39:11.039Z, replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
64782026-08-26T00:39:11.039Z:
64792026-08-26T00:39:11.039Zfreemap_route_ipv4
64802026-08-26T00:39:11.039ZAug 26 00:39:09.319Aug 26 00:39:09.319 Aug 26 00:39:09.319DEBGINFO Aug 26 00:39:09.319 replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBG
64812026-08-26T00:39:11.039Z
64822026-08-26T00:39:11.039Z 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 } }]reset freemap
64832026-08-26T00:39:11.039Z, Aug 26 00:39:09.319unit :Aug 26 00:39:09.319 DEBG freemap_route_ipv4INFO
64842026-08-26T00:39:11.039ZAug 26 00:39:09.319replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64852026-08-26T00:39:11.039Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
64862026-08-26T00:39:11.039ZINFOAug 26 00:39:09.319 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBGAug 26 00:39:09.319
64872026-08-26T00:39:11.040Z INFO Aug 26 00:39:09.319 initted freemap. size: 64DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 26 00:39:09.319 , 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 } }]
64882026-08-26T00:39:11.040Zunit:
64892026-08-26T00:39:11.040Z freemap_route_ipv6Aug 26 00:39:09.319DEBG
64902026-08-26T00:39:11.040Z 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
64912026-08-26T00:39:11.040Z Aug 26 00:39:09.319replacing 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 } }]
64922026-08-26T00:39:11.040ZAug 26 00:39:09.319DEBG reset freemapINFO, Aug 26 00:39:09.319unitadding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 26 00:39:09.319:
64932026-08-26T00:39:11.040Zfreemap_route_ipv6INFOINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
64942026-08-26T00:39:11.040Z
64952026-08-26T00:39:11.040Z
64962026-08-26T00:39:11.040ZAug 26 00:39:09.319 DEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:39:09.319
64972026-08-26T00:39:11.040ZAug 26 00:39:09.319 INFOAug 26 00:39:09.319DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 26 00:39:09.319
64982026-08-26T00:39:11.040Z 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
64992026-08-26T00:39:11.040ZDEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
65002026-08-26T00:39:11.040Zreplacing 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 00:39:09.319Aug 26 00:39:09.319
65012026-08-26T00:39:11.040Z INFODEBG 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 00:39:09.319adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
65022026-08-26T00:39:11.045Z Aug 26 00:39:09.319
65032026-08-26T00:39:11.046Z DEBGINFOAug 26 00:39:09.319 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 adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
65042026-08-26T00:39:11.046Zadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 26 00:39:09.319
65052026-08-26T00:39:11.046Z
65062026-08-26T00:39:11.046ZDEBG 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 00:39:09.319
65072026-08-26T00:39:11.046Z Aug 26 00:39:09.319INFO Aug 26 00:39:09.319 DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ff DEBG
65082026-08-26T00:39:11.046Z Aug 26 00:39:09.319replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, 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 } }]
65092026-08-26T00:39:11.046ZINFO Aug 26 00:39:09.319
65102026-08-26T00:39:11.046Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
65112026-08-26T00:39:11.046ZDEBGAug 26 00:39:09.319Aug 26 00:39:09.319 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 } }] INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 26 00:39:09.319
65122026-08-26T00:39:11.046Z
65132026-08-26T00:39:11.046Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBG 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 } }]
65142026-08-26T00:39:11.046Z
65152026-08-26T00:39:11.046ZAug 26 00:39:09.319Aug 26 00:39:09.319 INFODEBG Aug 26 00:39:09.319replacing 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 } }]
65162026-08-26T00:39:11.046ZDEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 26 00:39:09.319
65172026-08-26T00:39:11.046Z INFO adding route 3fff:beef:d::/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 } }]
65182026-08-26T00:39:11.046Z
65192026-08-26T00:39:11.046ZAug 26 00:39:09.319 DEBGAug 26 00:39:09.319 Aug 26 00:39:09.319 Aug 26 00:39:09.319INFOreplacing 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 } }]
65202026-08-26T00:39:11.046ZDEBG INFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:2
65212026-08-26T00:39:11.046Z
65222026-08-26T00:39:11.046Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
65232026-08-26T00:39:11.047ZAug 26 00:39:09.319Aug 26 00:39:09.319 Aug 26 00:39:09.319 INFO Aug 26 00:39:09.319 DEBGINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
65242026-08-26T00:39:11.047Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
65252026-08-26T00:39:11.047Z
65262026-08-26T00:39:11.047ZDEBG Aug 26 00:39:09.319replacing 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 00:39:09.319
65272026-08-26T00:39:11.047ZAug 26 00:39:09.319INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
65282026-08-26T00:39:11.047ZDEBGAug 26 00:39:09.319DEBG 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 } }]Aug 26 00:39:09.319replacing 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 } }]
65292026-08-26T00:39:11.047Z
65302026-08-26T00:39:11.047Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
65312026-08-26T00:39:11.047ZDEBG Aug 26 00:39:09.319replacing 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 00:39:09.319
65322026-08-26T00:39:11.047ZINFOAug 26 00:39:09.319 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFO
65332026-08-26T00:39:11.047Z DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
65342026-08-26T00:39:11.047Zreplacing 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 00:39:09.319Aug 26 00:39:09.319
65352026-08-26T00:39:11.047ZINFODEBG Aug 26 00:39:09.319adding route 3fff:beef:1::/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 } }]
65362026-08-26T00:39:11.047Z
65372026-08-26T00:39:11.047ZDEBGAug 26 00:39:09.319 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 } }]INFOAug 26 00:39:09.319 Aug 26 00:39:09.319
65382026-08-26T00:39:11.047Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
65392026-08-26T00:39:11.047ZDEBGINFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
65402026-08-26T00:39:11.047Z
65412026-08-26T00:39:11.047ZAug 26 00:39:09.319Aug 26 00:39:09.319 DEBGAug 26 00:39:09.319INFO DEBGAug 26 00:39:09.319replacing 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 } }]
65422026-08-26T00:39:11.047Z adding route 3fff:beef:10::/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 } }]INFO
65432026-08-26T00:39:11.048Z
65442026-08-26T00:39:11.048Z Aug 26 00:39:09.319adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
65452026-08-26T00:39:11.048ZAug 26 00:39:09.319Aug 26 00:39:09.319INFO DEBGAug 26 00:39:09.319 INFOreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
65462026-08-26T00:39:11.048Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65472026-08-26T00:39:11.048Z
65482026-08-26T00:39:11.048Z
65492026-08-26T00:39:11.048ZAug 26 00:39:09.319Aug 26 00:39:09.319Aug 26 00:39:09.319 INFODEBG Aug 26 00:39:09.319 INFODEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff adding route 3fff:beef:11::/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 } }]
65502026-08-26T00:39:11.048Z
65512026-08-26T00:39:11.048Z
65522026-08-26T00:39:11.048Z
65532026-08-26T00:39:11.048ZAug 26 00:39:09.319Aug 26 00:39:09.319 Aug 26 00:39:09.319 DEBGDEBGAug 26 00:39:09.319INFO INFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
65542026-08-26T00:39:11.048Z
65552026-08-26T00:39:11.048Z 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:27::/64 -> 2001:db8::55:ff
65562026-08-26T00:39:11.048Z
65572026-08-26T00:39:11.048ZAug 26 00:39:09.319 Aug 26 00:39:09.319INFOAug 26 00:39:09.319 Aug 26 00:39:09.319 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBGINFO
65582026-08-26T00:39:11.048ZDEBG adding route 3fff:beef:4::/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 } }]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 } }]
65592026-08-26T00:39:11.048Z
65602026-08-26T00:39:11.048ZAug 26 00:39:09.319
65612026-08-26T00:39:11.048Z 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 } }]Aug 26 00:39:09.319
65622026-08-26T00:39:11.049Z Aug 26 00:39:09.319Aug 26 00:39:09.319DEBG INFOAug 26 00:39:09.319 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 } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
65632026-08-26T00:39:11.049ZAug 26 00:39:09.319
65642026-08-26T00:39:11.049Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG
65652026-08-26T00:39:11.049Z INFOcreated new freemap Aug 26 00:39:09.319adding route 3fff:beef:13::/64 -> 2001:db8::55:ff ,
65662026-08-26T00:39:11.049ZunitAug 26 00:39:09.319:Aug 26 00:39:09.319 Aug 26 00:39:09.319freemap_route_ipv4DEBGDEBG
65672026-08-26T00:39:11.049Z DEBG 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 } }]
65682026-08-26T00:39:11.049Z replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 00:39:09.319adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
65692026-08-26T00:39:11.049Z DEBG
65702026-08-26T00:39:11.049Z
65712026-08-26T00:39:11.049Zcreated new freemapAug 26 00:39:09.319 Aug 26 00:39:09.319INFO , INFO unitadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff :
65722026-08-26T00:39:11.049Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
65732026-08-26T00:39:11.049ZAug 26 00:39:09.319 freemap_route_ipv6INFO
65742026-08-26T00:39:11.049Z Aug 26 00:39:09.319adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 26 00:39:09.319 DEBG
65752026-08-26T00:39:11.049Z 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 00:39:09.319Aug 26 00:39:09.319
65762026-08-26T00:39:11.049ZDEBGDEBGDEBGAug 26 00:39:09.319 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 } }]initted freemap. size: 64
65772026-08-26T00:39:11.049Z, 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 } }]:
65782026-08-26T00:39:11.049ZAug 26 00:39:09.319 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 } }]freemap_route_ipv4Aug 26 00:39:09.319
65792026-08-26T00:39:11.049ZAug 26 00:39:09.319 INFO
65802026-08-26T00:39:11.049ZINFO INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 26 00:39:09.319
65812026-08-26T00:39:11.050Z
65822026-08-26T00:39:11.050Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff DEBG Aug 26 00:39:09.319
65832026-08-26T00:39:11.050ZAug 26 00:39:09.319 INFOAug 26 00:39:09.319 reset freemap adding route 3fff:beef:15::/64 -> 2001:db8::55:ff, DEBGunitAug 26 00:39:09.319
65842026-08-26T00:39:11.050Z :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 } }] DEBGfreemap_route_ipv4
65852026-08-26T00:39:11.050ZDEBGAug 26 00:39:09.319
65862026-08-26T00:39:11.050Z replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
65872026-08-26T00:39:11.050Z
65882026-08-26T00:39:11.050ZDEBG Aug 26 00:39:09.319replacing 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 00:39:09.319DEBG
65892026-08-26T00:39:11.050Z INFOAug 26 00:39:09.319 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFO
65902026-08-26T00:39:11.050Zinitted freemap. size: 64 Aug 26 00:39:09.319Aug 26 00:39:09.319 adding route 3fff:beef:7::/64 -> 2001:db8::55:ff,
65912026-08-26T00:39:11.050ZAug 26 00:39:09.319unit: INFO INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 26 00:39:09.319
65922026-08-26T00:39:11.050Z DEBGDEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff freemap_route_ipv6replacing 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 } }]
65932026-08-26T00:39:11.050ZAug 26 00:39:09.319
65942026-08-26T00:39:11.050Z
65952026-08-26T00:39:11.050Zreplacing 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 } }]
65962026-08-26T00:39:11.050ZDEBG 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 00:39:09.319Aug 26 00:39:09.319Aug 26 00:39:09.319
65972026-08-26T00:39:11.050Z DEBGINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff reset freemap
65982026-08-26T00:39:11.050ZAug 26 00:39:09.319, unitINFOAug 26 00:39:09.319DEBG: 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:2c::/64 -> 2001:db8::55:fffreemap_route_ipv6
65992026-08-26T00:39:11.050ZINFO
66002026-08-26T00:39:11.051Z
66012026-08-26T00:39:11.051ZAug 26 00:39:09.319 Aug 26 00:39:09.319Aug 26 00:39:09.319adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 26 00:39:09.319DEBG
66022026-08-26T00:39:11.056Z 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 } }]
66032026-08-26T00:39:11.056ZINFOreplacing 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 } }]
66042026-08-26T00:39:11.056Zadding route 3fff:dead::/64 -> 2001:db8::55:1
66052026-08-26T00:39:11.056ZAug 26 00:39:09.319adding route 3fff:beef:17::/64 -> 2001:db8::55:ff Aug 26 00:39:09.319INFO
66062026-08-26T00:39:11.056ZAug 26 00:39:09.319 adding route 3fff:beef:9::/64 -> 2001:db8::55:ff DEBGDEBG
66072026-08-26T00:39:11.056Z replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 26 00:39:09.319
66082026-08-26T00:39:11.056ZAug 26 00:39:09.319Aug 26 00:39:09.319
66092026-08-26T00:39:11.056Z DEBGDEBG Aug 26 00:39:09.319replacing 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 } }]
66102026-08-26T00:39:11.056Z Aug 26 00:39:09.319 replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
66112026-08-26T00:39:11.056ZINFO INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 26 00:39:09.319
66122026-08-26T00:39:11.056Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
66132026-08-26T00:39:11.056Z
66142026-08-26T00:39:11.056ZAug 26 00:39:09.319INFOAug 26 00:39:09.319 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG
66152026-08-26T00:39:11.057ZINFO Aug 26 00:39:09.319 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
66162026-08-26T00:39:11.057Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
66172026-08-26T00:39:11.057ZAug 26 00:39:09.319 Aug 26 00:39:09.319DEBGAug 26 00:39:09.319replacing 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
66182026-08-26T00:39:11.057ZAug 26 00:39:09.319 DEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
66192026-08-26T00:39:11.057Z
66202026-08-26T00:39:11.057ZINFO Aug 26 00:39:09.319 adding route 3fff:dead::/64 -> 2001:db8::55:3INFO
66212026-08-26T00:39:11.057Z Aug 26 00:39:09.319adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 26 00:39:09.319 INFO
66222026-08-26T00:39:11.057ZINFO Aug 26 00:39:09.319adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
66232026-08-26T00:39:11.057ZDEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
66242026-08-26T00:39:11.057Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 00:39:09.319
66252026-08-26T00:39:11.057Z Aug 26 00:39:09.319Aug 26 00:39:09.319Aug 26 00:39:09.319DEBG 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 } }]DEBG
66262026-08-26T00:39:11.057Zreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
66272026-08-26T00:39:11.057Z adding route 3fff:dead::/64 -> 2001:db8::55: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 } }]
66282026-08-26T00:39:11.057Z
66292026-08-26T00:39:11.057ZAug 26 00:39:09.319Aug 26 00:39:09.319 Aug 26 00:39:09.319Aug 26 00:39:09.319INFO DEBGINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
66302026-08-26T00:39:11.057Z
66312026-08-26T00:39:11.057Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO
66322026-08-26T00:39:11.057Z Aug 26 00:39:09.319Aug 26 00:39:09.319 DEBGAug 26 00:39:09.319adding route 3fff:beef:c::/64 -> 2001:db8::55:ff DEBGDEBG
66332026-08-26T00:39:11.058Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66342026-08-26T00:39:11.058Z
66352026-08-26T00:39:11.058Z replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:39:09.319
66362026-08-26T00:39:11.058Z Aug 26 00:39:09.319DEBG INFOreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:39:09.319
66372026-08-26T00:39:11.058Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO
66382026-08-26T00:39:11.058Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 26 00:39:09.319
66392026-08-26T00:39:11.058Z INFOAug 26 00:39:09.319 Aug 26 00:39:09.319 DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ff 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 } }]
66402026-08-26T00:39:11.058Z
66412026-08-26T00:39:11.058Zreplacing 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 } }]
66422026-08-26T00:39:11.058ZAug 26 00:39:09.319Aug 26 00:39:09.319Aug 26 00:39:09.319 INFO DEBGINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
66432026-08-26T00:39:11.058Z
66442026-08-26T00:39:11.058Z
66452026-08-26T00:39:11.058ZAug 26 00:39:09.319Aug 26 00:39:09.319 Aug 26 00:39:09.319 INFO DEBGDEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66462026-08-26T00:39:11.058Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
66472026-08-26T00:39:11.058Z
66482026-08-26T00:39:11.058ZAug 26 00:39:09.319Aug 26 00:39:09.319 Aug 26 00:39:09.319 INFO INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
66492026-08-26T00:39:11.058Z
66502026-08-26T00:39:11.058Zreplacing 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 } }]
66512026-08-26T00:39:11.058ZAug 26 00:39:09.320Aug 26 00:39:09.320 Aug 26 00:39:09.320 DEBGINFO DEBGadding route 3fff:beef:f::/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 } }]
66522026-08-26T00:39:11.059Zreplacing 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 } }]
66532026-08-26T00:39:11.059Z
66542026-08-26T00:39:11.059ZAug 26 00:39:09.320Aug 26 00:39:09.320Aug 26 00:39:09.320 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:25::/64 -> 2001:db8::55:ff
66552026-08-26T00:39:11.059Z
66562026-08-26T00:39:11.059ZINFO Aug 26 00:39:09.320adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 26 00:39:09.320
66572026-08-26T00:39:11.059Z INFODEBG Aug 26 00:39:09.320adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
66582026-08-26T00:39:11.059Z 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 } }]
66592026-08-26T00:39:11.059Zreplacing 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 } }]
66602026-08-26T00:39:11.059ZAug 26 00:39:09.320 Aug 26 00:39:09.320DEBG Aug 26 00:39:09.320 INFOINFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
66612026-08-26T00:39:11.059Z
66622026-08-26T00:39:11.059Z
66632026-08-26T00:39:11.059ZAug 26 00:39:09.320Aug 26 00:39:09.320Aug 26 00:39:09.320 DEBGDEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66642026-08-26T00:39:11.059Z
66652026-08-26T00:39:11.059Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
66662026-08-26T00:39:11.059ZAug 26 00:39:09.320Aug 26 00:39:09.320 INFODEBGAug 26 00:39:09.320 replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ffINFO
66672026-08-26T00:39:11.059Z
66682026-08-26T00:39:11.059Z adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
66692026-08-26T00:39:11.059ZAug 26 00:39:09.320 Aug 26 00:39:09.320DEBG INFOAug 26 00:39:09.320 replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
66702026-08-26T00:39:11.059ZDEBG
66712026-08-26T00:39:11.059Z 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 } }]
66722026-08-26T00:39:11.060ZAug 26 00:39:09.320 Aug 26 00:39:09.320Aug 26 00:39:09.320DEBG INFOINFO adding route 3fff:beef:36::/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 } }]
66732026-08-26T00:39:11.060Z
66742026-08-26T00:39:11.060Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
66752026-08-26T00:39:11.060ZAug 26 00:39:09.320 Aug 26 00:39:09.320Aug 26 00:39:09.320 DEBGINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBGreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66762026-08-26T00:39:11.060Z
66772026-08-26T00:39:11.060Zreplacing 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 } }]
66782026-08-26T00:39:11.060ZAug 26 00:39:09.320Aug 26 00:39:09.320Aug 26 00:39:09.320 INFODEBG INFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
66792026-08-26T00:39:11.060Z 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:29::/64 -> 2001:db8::55:ff
66802026-08-26T00:39:11.060Z
66812026-08-26T00:39:11.060ZAug 26 00:39:09.320 DEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:39:09.320Aug 26 00:39:09.320
66822026-08-26T00:39:11.060ZDEBGINFO 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:14::/64 -> 2001:db8::55:ff
66832026-08-26T00:39:11.060ZAug 26 00:39:09.320
66842026-08-26T00:39:11.060Z INFOAug 26 00:39:09.320 Aug 26 00:39:09.320adding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFO
66852026-08-26T00:39:11.060Z DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
66862026-08-26T00:39:11.060Zreplacing 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 } }]
66872026-08-26T00:39:11.060ZAug 26 00:39:09.320 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 00:39:09.320
66882026-08-26T00:39:11.060Zreplacing 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 00:39:09.320 DEBG
66892026-08-26T00:39:11.060Z INFO replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
66902026-08-26T00:39:11.060ZAug 26 00:39:09.320
66912026-08-26T00:39:11.061Z Aug 26 00:39:09.320INFO INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 26 00:39:09.320 Aug 26 00:39:09.320
66922026-08-26T00:39:11.061ZDEBG 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
66932026-08-26T00:39:11.061Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
66942026-08-26T00:39:11.061Z adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 26 00:39:09.320
66952026-08-26T00:39:11.061ZAug 26 00:39:09.320Aug 26 00:39:09.320 DEBGINFO DEBGreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66962026-08-26T00:39:11.061Z adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 26 00:39:09.320replacing 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 } }]
66972026-08-26T00:39:11.061Z
66982026-08-26T00:39:11.061ZDEBG Aug 26 00:39:09.320replacing 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 } }]
66992026-08-26T00:39:11.061Z INFOAug 26 00:39:09.320Aug 26 00:39:09.320Aug 26 00:39:09.320 DEBG INFO replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
67002026-08-26T00:39:11.061Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFO
67012026-08-26T00:39:11.061Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
67022026-08-26T00:39:11.066Z
67032026-08-26T00:39:11.067ZAug 26 00:39:09.320Aug 26 00:39:09.320 INFODEBGAug 26 00:39:09.320 Aug 26 00:39:09.320replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
67042026-08-26T00:39:11.067Z
67052026-08-26T00:39:11.067ZDEBGDEBG 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 00:39:09.320
67062026-08-26T00:39:11.067Z Aug 26 00:39:09.320replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
67072026-08-26T00:39:11.067Z DEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:39:09.320adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
67082026-08-26T00:39:11.067Z
67092026-08-26T00:39:11.067ZAug 26 00:39:09.320INFO INFOAug 26 00:39:09.320 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 26 00:39:09.320
67102026-08-26T00:39:11.067ZINFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
67112026-08-26T00:39:11.067ZDEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
67122026-08-26T00:39:11.067Zreplacing 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 00:39:09.320
67132026-08-26T00:39:11.067Z Aug 26 00:39:09.320DEBG DEBG Aug 26 00:39:09.320Aug 26 00:39:09.320 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 } }] 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 } }]
67142026-08-26T00:39:11.067Z
67152026-08-26T00:39:11.067Z 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:3c::/64 -> 2001:db8::55:ff
67162026-08-26T00:39:11.068Z
67172026-08-26T00:39:11.068ZAug 26 00:39:09.320Aug 26 00:39:09.320 Aug 26 00:39:09.320INFOINFOAug 26 00:39:09.320 INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff DEBG
67182026-08-26T00:39:11.068Z adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
67192026-08-26T00:39:11.068Zreplacing 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 } }]
67202026-08-26T00:39:11.068Z
67212026-08-26T00:39:11.068ZAug 26 00:39:09.320Aug 26 00:39:09.320Aug 26 00:39:09.320 DEBGAug 26 00:39:09.320INFO replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
67222026-08-26T00:39:11.068Z
67232026-08-26T00:39:11.068ZDEBG DEBGreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 26 00:39:09.320replacing 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 00:39:09.320
67242026-08-26T00:39:11.068Z
67252026-08-26T00:39:11.068ZINFO Aug 26 00:39:09.320adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 26 00:39:09.320
67262026-08-26T00:39:11.068Z INFODEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
67272026-08-26T00:39:11.068Zreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:39:09.320
67282026-08-26T00:39:11.068Z DEBG INFOreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:39:09.320
67292026-08-26T00:39:11.068Z adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG
67302026-08-26T00:39:11.068ZAug 26 00:39:09.320 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 } }]
67312026-08-26T00:39:11.068ZAug 26 00:39:09.320INFO INFO Aug 26 00:39:09.320adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 26 00:39:09.320
67322026-08-26T00:39:11.068Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
67332026-08-26T00:39:11.069ZINFO DEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67342026-08-26T00:39:11.069ZAug 26 00:39:09.320Aug 26 00:39:09.320
67352026-08-26T00:39:11.069ZDEBG DEBGreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 26 00:39:09.320Aug 26 00:39:09.320replacing 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 } }]
67362026-08-26T00:39:11.069Z INFO
67372026-08-26T00:39:11.069ZDEBG Aug 26 00:39:09.320adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
67382026-08-26T00:39:11.069Z
67392026-08-26T00:39:11.069Z adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffAug 26 00:39:09.320
67402026-08-26T00:39:11.069ZAug 26 00:39:09.320 INFOINFOAug 26 00:39:09.320 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
67412026-08-26T00:39:11.069Z
67422026-08-26T00:39:11.069ZDEBGAug 26 00:39:09.320 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 } }]
67432026-08-26T00:39:11.069ZDEBG Aug 26 00:39:09.320replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:39:09.320 DEBGAug 26 00:39:09.320DEBG
67442026-08-26T00:39:11.069Z replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
67452026-08-26T00:39:11.069Z
67462026-08-26T00:39:11.070Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
67472026-08-26T00:39:11.070ZAug 26 00:39:09.320Aug 26 00:39:09.320Aug 26 00:39:09.320 INFO DEBGINFO failed to allocate space for the new target listadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff Aug 26 00:39:09.320
67482026-08-26T00:39:11.070Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
67492026-08-26T00:39:11.070Z
67502026-08-26T00:39:11.070Z DEBG Aug 26 00:39:09.320Aug 26 00:39:09.320replacing 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 } }]
67512026-08-26T00:39:11.070Z Aug 26 00:39:09.320DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBGDEBG Aug 26 00:39:09.320
67522026-08-26T00:39:11.070Zreplacing 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 } }]
67532026-08-26T00:39:11.070ZINFOreplacing 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 } }]
67542026-08-26T00:39:11.070Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 26 00:39:09.320Aug 26 00:39:09.320
67552026-08-26T00:39:11.070Z Aug 26 00:39:09.320DEBG INFO INFO failed to allocate space for the new target listadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
67562026-08-26T00:39:11.070ZAug 26 00:39:09.320
67572026-08-26T00:39:11.070Z
67582026-08-26T00:39:11.070Z DEBG Aug 26 00:39:09.320replacing 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 } }]
67592026-08-26T00:39:11.070ZAug 26 00:39:09.320DEBG 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 } }]
67602026-08-26T00:39:11.070Zreplacing 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 00:39:09.320
67612026-08-26T00:39:11.070Z INFO Aug 26 00:39:09.320adding route 3fff:beef:21::/64 -> 2001:db8::55:ff Aug 26 00:39:09.320INFO
67622026-08-26T00:39:11.070Z INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
67632026-08-26T00:39:11.071ZAug 26 00:39:09.320adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
67642026-08-26T00:39:11.071ZDEBGAug 26 00:39:09.320 replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:39:09.320
67652026-08-26T00:39:11.071Z DEBG DEBGreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67662026-08-26T00:39:11.071Zreplacing 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 00:39:09.320 INFO Aug 26 00:39:09.320adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
67672026-08-26T00:39:11.071ZINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
67682026-08-26T00:39:11.071ZAug 26 00:39:09.320 DEBG Aug 26 00:39:09.320
67692026-08-26T00:39:11.071Zreplacing 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
67702026-08-26T00:39:11.071Z 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 00:39:09.320 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
67712026-08-26T00:39:11.071ZAug 26 00:39:09.320 DEBGAug 26 00:39:09.321 created new freemapDEBG, unitreplacing 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 } }]:
67722026-08-26T00:39:11.071Z freemap_route_ipv4
67732026-08-26T00:39:11.071ZAug 26 00:39:09.321 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
67742026-08-26T00:39:11.071ZAug 26 00:39:09.321 DEBG created new freemapAug 26 00:39:09.321, unitDEBG: replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
67752026-08-26T00:39:11.071Z
67762026-08-26T00:39:11.072ZAug 26 00:39:09.321Aug 26 00:39:09.321 INFODEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ffinitted freemap. size: 64
67772026-08-26T00:39:11.072Z, unit: freemap_route_ipv4Aug 26 00:39:09.321
67782026-08-26T00:39:11.072ZDEBG 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 } }]
67792026-08-26T00:39:11.072ZAug 26 00:39:09.321Aug 26 00:39:09.321 DEBGINFO reset freemapadding route 3fff:beef:38::/64 -> 2001:db8::55:ff,
67802026-08-26T00:39:11.072Zunit: freemap_route_ipv4
67812026-08-26T00:39:11.072ZAug 26 00:39:09.321Aug 26 00:39:09.320 Aug 26 00:39:09.321 INFODEBGDEBG Aug 26 00:39:09.321 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 } }]DEBGinitted freemap. size: 64 ,
67822026-08-26T00:39:11.072Zcreated new freemapunitadding route 3fff:beef:23::/64 -> 2001:db8::55:ff, :unit
67832026-08-26T00:39:11.072Z Aug 26 00:39:09.321freemap_route_ipv6 :
67842026-08-26T00:39:11.072Z INFOfreemap_route_ipv4
67852026-08-26T00:39:11.072Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
67862026-08-26T00:39:11.072ZAug 26 00:39:09.321 DEBG reset freemapAug 26 00:39:09.321 Aug 26 00:39:09.321, DEBGDEBGAug 26 00:39:09.321 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 } }]created new freemapunit
67872026-08-26T00:39:11.072Z: , unitfreemap_route_ipv6:
67882026-08-26T00:39:11.072Z Aug 26 00:39:09.321 freemap_route_ipv6DEBG
67892026-08-26T00:39:11.072Z INFO replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 26 00:39:09.321
67902026-08-26T00:39:11.072Z
67912026-08-26T00:39:11.072Z Aug 26 00:39:09.321INFO DEBGAug 26 00:39:09.321adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 26 00:39:09.321 INFODEBG
67922026-08-26T00:39:11.073Z adding route 3fff:beef:24::/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 } }]
67932026-08-26T00:39:11.073Z
67942026-08-26T00:39:11.073Zinitted freemap. size: 64Aug 26 00:39:09.321, unitDEBG:Aug 26 00:39:09.321Aug 26 00:39:09.321 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
67952026-08-26T00:39:11.073Z DEBGfreemap_route_ipv4adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
67962026-08-26T00:39:11.073Z
67972026-08-26T00:39:11.073Z replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:39:09.321 INFOAug 26 00:39:09.321 Aug 26 00:39:09.321adding route 3fff:dead::/64 -> 2001:db8::55:2
67982026-08-26T00:39:11.073Z
67992026-08-26T00:39:11.073ZDEBGDEBG 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 } }]
68002026-08-26T00:39:11.073Zreset freemap, Aug 26 00:39:09.321Aug 26 00:39:09.321 unitDEBGAug 26 00:39:09.321 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 } }] INFO
68012026-08-26T00:39:11.073Z adding route 3fff:beef:25::/64 -> 2001:db8::55:fffreemap_route_ipv4
68022026-08-26T00:39:11.079Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
68032026-08-26T00:39:11.079Z
68042026-08-26T00:39:11.079ZAug 26 00:39:09.321Aug 26 00:39:09.321Aug 26 00:39:09.321 DEBGINFO Aug 26 00:39:09.321replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff
68052026-08-26T00:39:11.079Z
68062026-08-26T00:39:11.079ZDEBGDEBG Aug 26 00:39:09.321initted freemap. size: 64replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:39:09.321 ,
68072026-08-26T00:39:11.079Z 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 } }]unitINFO
68082026-08-26T00:39:11.079ZAug 26 00:39:09.321: adding route 3fff:beef:26::/64 -> 2001:db8::55:ff DEBG
68092026-08-26T00:39:11.079Z Aug 26 00:39:09.321failed to allocate space for the new target listfreemap_route_ipv6
68102026-08-26T00:39:11.079Z
68112026-08-26T00:39:11.079ZINFO Aug 26 00:39:09.321adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 26 00:39:09.321
68122026-08-26T00:39:11.079Z Aug 26 00:39:09.321DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 DEBG
68132026-08-26T00:39:11.080Zreplacing 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 } }]reset freemapAug 26 00:39:09.321,
68142026-08-26T00:39:11.080Zunit : DEBGfreemap_route_ipv6
68152026-08-26T00:39:11.080Zreplacing 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 00:39:09.321
68162026-08-26T00:39:11.080Z INFOAug 26 00:39:09.321 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFOAug 26 00:39:09.321
68172026-08-26T00:39:11.080Z adding route 172.16.0.0/32 -> 10.0.0.1INFO
68182026-08-26T00:39:11.080Z Aug 26 00:39:09.321Aug 26 00:39:09.321 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.16.0.0/32 with: [NextHop { asic_port_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:2::/64 -> 2001:db8::55:ff
68192026-08-26T00:39:11.080Z
68202026-08-26T00:39:11.080Z
68212026-08-26T00:39:11.080ZAug 26 00:39:09.320Aug 26 00:39:09.321Aug 26 00:39:09.321Aug 26 00:39:09.321 DEBGINFO INFOcreated new freemapDEBG , adding route 172.17.0.0/32 -> 10.0.0.255unitreplacing 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 } }]:
68222026-08-26T00:39:11.080Z
68232026-08-26T00:39:11.080Z freemap_route_ipv4adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
68242026-08-26T00:39:11.080Z
68252026-08-26T00:39:11.080ZAug 26 00:39:09.321Aug 26 00:39:09.321 Aug 26 00:39:09.321DEBGINFO 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 } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff created new freemap
68262026-08-26T00:39:11.080Z,
68272026-08-26T00:39:11.080Zunit: Aug 26 00:39:09.321freemap_route_ipv6
68282026-08-26T00:39:11.081ZAug 26 00:39:09.321DEBG DEBGreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68292026-08-26T00:39:11.081Zreplacing 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 00:39:09.321Aug 26 00:39:09.321
68302026-08-26T00:39:11.081Z INFO DEBGAug 26 00:39:09.321 adding route 172.17.0.1/32 -> 10.0.0.255 initted freemap. size: 64INFO,
68312026-08-26T00:39:11.081ZunitAug 26 00:39:09.321: adding route 3fff:beef:4::/64 -> 2001:db8::55:fffreemap_route_ipv4
68322026-08-26T00:39:11.081ZINFO
68332026-08-26T00:39:11.081Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 26 00:39:09.321
68342026-08-26T00:39:11.081Z DEBGAug 26 00:39:09.321 replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
68352026-08-26T00:39:11.081ZAug 26 00:39:09.321 reset freemapDEBGAug 26 00:39:09.321Aug 26 00:39:09.321 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 } }]INFO unit
68362026-08-26T00:39:11.081Zadding route 172.17.0.2/32 -> 10.0.0.255:
68372026-08-26T00:39:11.081Zreplacing 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 } }]
68382026-08-26T00:39:11.081Zfreemap_route_ipv4
68392026-08-26T00:39:11.081ZAug 26 00:39:09.321 Aug 26 00:39:09.321Aug 26 00:39:09.321INFO DEBGDEBG initted freemap. size: 64Aug 26 00:39:09.321 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 } }], unit
68402026-08-26T00:39:11.081ZINFO: adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
68412026-08-26T00:39:11.081Zfreemap_route_ipv6
68422026-08-26T00:39:11.081Z
68432026-08-26T00:39:11.081ZAug 26 00:39:09.321 INFOAug 26 00:39:09.321 Aug 26 00:39:09.321Aug 26 00:39:09.321DEBG 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 } }]adding route 172.17.0.3/32 -> 10.0.0.255DEBG
68442026-08-26T00:39:11.081Z
68452026-08-26T00:39:11.081Zreplacing 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 } }]
68462026-08-26T00:39:11.082Zreset freemap, Aug 26 00:39:09.321unit Aug 26 00:39:09.321:INFO DEBGfreemap_route_ipv6
68472026-08-26T00:39:11.082Zreplacing 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 } }]
68482026-08-26T00:39:11.082ZAug 26 00:39:09.321adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff Aug 26 00:39:09.321INFO INFOAug 26 00:39:09.321
68492026-08-26T00:39:11.082Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ffINFO
68502026-08-26T00:39:11.082Z adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.4/32 -> 10.0.0.255
68512026-08-26T00:39:11.082ZAug 26 00:39:09.321
68522026-08-26T00:39:11.082Z DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:39:09.321
68532026-08-26T00:39:11.082Z Aug 26 00:39:09.321DEBG 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 00:39:09.321Aug 26 00:39:09.321 replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
68542026-08-26T00:39:11.082Z
68552026-08-26T00:39:11.082ZDEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
68562026-08-26T00:39:11.082Zreplacing 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 } }]
68572026-08-26T00:39:11.082ZAug 26 00:39:09.321Aug 26 00:39:09.321Aug 26 00:39:09.321 INFOINFO INFOadding route 172.16.0.0/32 -> 10.0.0.2
68582026-08-26T00:39:11.082Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ff Aug 26 00:39:09.321adding route 172.17.0.5/32 -> 10.0.0.255
68592026-08-26T00:39:11.082Z DEBG
68602026-08-26T00:39:11.082Z 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 00:39:09.321
68612026-08-26T00:39:11.082Z Aug 26 00:39:09.321DEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
68622026-08-26T00:39:11.082ZAug 26 00:39:09.321 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 00:39:09.321
68632026-08-26T00:39:11.083ZINFO Aug 26 00:39:09.321 DEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFOAug 26 00:39:09.321
68642026-08-26T00:39:11.083Ztest route::tests::identity_replace_is_noop ... ok
68652026-08-26T00:39:11.083Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
68662026-08-26T00:39:11.083Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
68672026-08-26T00:39:11.083Z
68682026-08-26T00:39:11.083Z adding route 172.16.0.0/32 -> 10.0.0.3
68692026-08-26T00:39:11.083ZAug 26 00:39:09.321 Aug 26 00:39:09.321INFO Aug 26 00:39:09.321 adding route 172.17.0.6/32 -> 10.0.0.255DEBGDEBG
68702026-08-26T00:39:11.083Zreplacing 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 00:39:09.321
68712026-08-26T00:39:11.083Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
68722026-08-26T00:39:11.083ZAug 26 00:39:09.321replacing 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 } }]
68732026-08-26T00:39:11.083ZAug 26 00:39:09.321Aug 26 00:39:09.321 DEBGINFO INFOadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
68742026-08-26T00:39:11.083Z 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.16.0.0/32 -> 10.0.0.4
68752026-08-26T00:39:11.083ZAug 26 00:39:09.321
68762026-08-26T00:39:11.083Z DEBGAug 26 00:39:09.321 Aug 26 00:39:09.321replacing 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 00:39:09.321
68772026-08-26T00:39:11.083Z INFOINFO DEBGAug 26 00:39:09.321adding route 172.17.0.7/32 -> 10.0.0.255
68782026-08-26T00:39:11.083Z INFOadding route 3fff:beef:2e::/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 } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
68792026-08-26T00:39:11.084Z
68802026-08-26T00:39:11.084Z
68812026-08-26T00:39:11.084ZAug 26 00:39:09.321 Aug 26 00:39:09.321DEBGAug 26 00:39:09.321 Aug 26 00:39:09.321 DEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]DEBG replacing targets for 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 } }]
68822026-08-26T00:39:11.084ZAug 26 00:39:09.322Aug 26 00:39:09.322 DEBGAug 26 00:39:09.334 created new freemapDEBGINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
68832026-08-26T00:39:11.084Z
68842026-08-26T00:39:11.084Zcreated new freemap, unit: Aug 26 00:39:09.334freemap_route_ipv4Aug 26 00:39:09.321
68852026-08-26T00:39:11.084Z DEBGDEBG created new freemapreplacing 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 00:39:09.334unit :DEBG freemap_route_ipv4created new freemap
68862026-08-26T00:39:11.084Z
68872026-08-26T00:39:11.084Z, Aug 26 00:39:09.334unit :INFOAug 26 00:39:09.334 freemap_route_ipv6
68882026-08-26T00:39:11.084ZAug 26 00:39:09.334adding route 172.17.0.8/32 -> 10.0.0.255 INFODEBG created new freemap
68892026-08-26T00:39:11.084Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff, unit
68902026-08-26T00:39:11.084ZAug 26 00:39:09.334: freemap_route_ipv6Aug 26 00:39:09.334DEBGAug 26 00:39:09.334
68912026-08-26T00:39:11.084Z 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 } }]initted freemap. size: 64
68922026-08-26T00:39:11.085ZDEBG Aug 26 00:39:09.334replacing 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 00:39:09.334unit DEBGINFO: freemap_route_ipv4initted freemap. size: 64
68932026-08-26T00:39:11.085Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
68942026-08-26T00:39:11.085Z, unit
68952026-08-26T00:39:11.085Z:Aug 26 00:39:09.334Aug 26 00:39:09.334Aug 26 00:39:09.334 INFODEBG adding route 172.17.0.9/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 } }]freemap_route_ipv4
68962026-08-26T00:39:11.085Z
68972026-08-26T00:39:11.085ZDEBGDEBG reset freemapreplacing 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 } }],
68982026-08-26T00:39:11.085ZunitAug 26 00:39:09.334Aug 26 00:39:09.334: INFOfreemap_route_ipv4
68992026-08-26T00:39:11.085ZDEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 26 00:39:09.335 reset freemap
69002026-08-26T00:39:11.085Z
69012026-08-26T00:39:11.085Z, unitAug 26 00:39:09.335: Aug 26 00:39:09.335INFODEBG DEBGfreemap_route_ipv4initted freemap. size: 64
69022026-08-26T00:39:11.091Z, replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
69032026-08-26T00:39:11.091Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ff: freemap_route_ipv6
69042026-08-26T00:39:11.091Z
69052026-08-26T00:39:11.091ZAug 26 00:39:09.335 Aug 26 00:39:09.335Aug 26 00:39:09.335Aug 26 00:39:09.335 DEBGDEBG INFODEBGAug 26 00:39:09.335 initted freemap. size: 64reset freemap , , 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 } }]unitadding route 3fff:beef:33::/64 -> 2001:db8::55:ffunit:
69062026-08-26T00:39:11.091Z :freemap_route_ipv6
69072026-08-26T00:39:11.091Z DEBG
69082026-08-26T00:39:11.091ZAug 26 00:39:09.335 freemap_route_ipv6 Aug 26 00:39:09.335replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
69092026-08-26T00:39:11.091Z 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 } }]Aug 26 00:39:09.335
69102026-08-26T00:39:11.091Z INFOadding route 172.17.0.10/32 -> 10.0.0.255Aug 26 00:39:09.335
69112026-08-26T00:39:11.091Z Aug 26 00:39:09.335 adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBGINFO
69122026-08-26T00:39:11.091Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ffreset freemapAug 26 00:39:09.335
69132026-08-26T00:39:11.091ZDEBGAug 26 00:39:09.335,
69142026-08-26T00:39:11.091ZDEBGunit replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 00:39:09.335:
69152026-08-26T00:39:11.091ZDEBG freemap_route_ipv6replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
69162026-08-26T00:39:11.092Z
69172026-08-26T00:39:11.092Z
69182026-08-26T00:39:11.092ZAug 26 00:39:09.335 Aug 26 00:39:09.335INFO DEBG Aug 26 00:39:09.335Aug 26 00:39:09.335adding route 3fff:beef:c::/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 } }]Aug 26 00:39:09.335
69192026-08-26T00:39:11.092Z
69202026-08-26T00:39:11.092ZINFO INFOINFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ff Aug 26 00:39:09.335adding route 3fff:dead::/64 -> 2001:db8::55:1
69212026-08-26T00:39:11.092Z
69222026-08-26T00:39:11.092Z DEBGadding route 172.17.0.11/32 -> 10.0.0.255
69232026-08-26T00:39:11.092Zreplacing 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 00:39:09.335
69242026-08-26T00:39:11.092Z DEBGAug 26 00:39:09.335 Aug 26 00:39:09.335replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
69252026-08-26T00:39:11.092ZDEBGDEBG 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 } }]
69262026-08-26T00:39:11.092Zreplacing 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 00:39:09.335
69272026-08-26T00:39:11.092Z INFOAug 26 00:39:09.335Aug 26 00:39:09.335 Aug 26 00:39:09.335 INFOadding route 3fff:dead::/64 -> 2001:db8::55:2INFO
69282026-08-26T00:39:11.092Zadding route 172.17.0.12/32 -> 10.0.0.255INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
69292026-08-26T00:39:11.092ZAug 26 00:39:09.335
69302026-08-26T00:39:11.093Z
69312026-08-26T00:39:11.093ZDEBG Aug 26 00:39:09.335Aug 26 00:39:09.335 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 00:39:09.335DEBGDEBG
69322026-08-26T00:39:11.093Z 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
69332026-08-26T00:39:11.093Zreplacing 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 00:39:09.335
69342026-08-26T00:39:11.093Z 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 00:39:09.335
69352026-08-26T00:39:11.093ZAug 26 00:39:09.335 adding route 3fff:dead::/64 -> 2001:db8::55:3 INFOINFO
69362026-08-26T00:39:11.093Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 26 00:39:09.335adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
69372026-08-26T00:39:11.093Z
69382026-08-26T00:39:11.093ZINFO Aug 26 00:39:09.335adding route 172.17.0.13/32 -> 10.0.0.255
69392026-08-26T00:39:11.093ZAug 26 00:39:09.335DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 00:39:09.335 Aug 26 00:39:09.335replacing 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 } }]
69402026-08-26T00:39:11.093Z
69412026-08-26T00:39:11.093ZDEBG DEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:39:09.335replacing 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 } }]
69422026-08-26T00:39:11.093Z Aug 26 00:39:09.335INFO INFO
69432026-08-26T00:39:11.093Z Aug 26 00:39:09.335adding route 3fff:dead::/64 -> 2001:db8::55:4
69442026-08-26T00:39:11.094Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO
69452026-08-26T00:39:11.094Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 26 00:39:09.335Aug 26 00:39:09.335
69462026-08-26T00:39:11.094Z 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 00:39:09.335Aug 26 00:39:09.335INFO
69472026-08-26T00:39:11.094Z DEBGDEBG 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 } }, NextHop { asic_port_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 00:39:09.335
69482026-08-26T00:39:11.094Z
69492026-08-26T00:39:11.094Z 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 } }]INFO
69502026-08-26T00:39:11.094Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
69512026-08-26T00:39:11.094ZAug 26 00:39:09.335Aug 26 00:39:09.335
69522026-08-26T00:39:11.094ZDEBG replacing targets for 3fff:dead::/64 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 } }]DEBGAug 26 00:39:09.335
69532026-08-26T00:39:11.094Z Aug 26 00:39:09.335INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBG Aug 26 00:39:09.335
69542026-08-26T00:39:11.094Z 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 } }]
69552026-08-26T00:39:11.094ZWARNreplacing 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 } }]
69562026-08-26T00:39:11.094ZAug 26 00:39:09.335shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 26 00:39:09.335 Aug 26 00:39:09.335DEBG
69572026-08-26T00:39:11.094Z Aug 26 00:39:09.335INFO INFO INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 26 00:39:09.335replacing 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 } }] ERROadding route 172.17.0.15/32 -> 10.0.0.255
69582026-08-26T00:39:11.094Zrollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
69592026-08-26T00:39:11.094Z
69602026-08-26T00:39:11.094Z
69612026-08-26T00:39:11.095Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
69622026-08-26T00:39:11.095ZAug 26 00:39:09.335Aug 26 00:39:09.335 INFODEBG
69632026-08-26T00:39:11.095ZAug 26 00:39:09.335 Aug 26 00:39:09.335replacing 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 00:39:09.335 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
69642026-08-26T00:39:11.095ZERRO 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 itDEBG
69652026-08-26T00:39:11.095Ztest route::tests::grow_succeeds ... ok
69662026-08-26T00:39:11.095Zreplacing 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 } }]
69672026-08-26T00:39:11.095Zreplacing 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 } }]
69682026-08-26T00:39:11.095Z
69692026-08-26T00:39:11.095ZAug 26 00:39:09.335Aug 26 00:39:09.335 Aug 26 00:39:09.335INFO Aug 26 00:39:09.335INFODEBG INFOadding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/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 } }]
69702026-08-26T00:39:11.095Z
69712026-08-26T00:39:11.095Z
69722026-08-26T00:39:11.095Zadding route 172.17.0.16/32 -> 10.0.0.255
69732026-08-26T00:39:11.095Ztest route::tests::rollback_on_compact_delete_failure ... ok
69742026-08-26T00:39:11.095ZAug 26 00:39:09.335Aug 26 00:39:09.335Aug 26 00:39:09.335 DEBGDEBGINFOAug 26 00:39:09.335 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 } }]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:3b::/64 -> 2001:db8::55:ff
69752026-08-26T00:39:11.095Z
69762026-08-26T00:39:11.096Z
69772026-08-26T00:39:11.096Zreplacing 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 } }]
69782026-08-26T00:39:11.096ZAug 26 00:39:09.335Aug 26 00:39:09.335 , Aug 26 00:39:09.335unitINFOAug 26 00:39:09.335 :DEBG freemap_route_ipv4INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
69792026-08-26T00:39:11.096Z
69802026-08-26T00:39:11.096Z 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 } }]
69812026-08-26T00:39:11.096Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO
69822026-08-26T00:39:11.096Z adding route 172.17.0.17/32 -> 10.0.0.255
69832026-08-26T00:39:11.096ZAug 26 00:39:09.335Aug 26 00:39:09.335Aug 26 00:39:09.335 Aug 26 00:39:09.335INFO DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff DEBGDEBG
69842026-08-26T00:39:11.096Z 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 } }]created new freemapAug 26 00:39:09.335
69852026-08-26T00:39:11.096Z, unit: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 00:39:09.335freemap_route_ipv6
69862026-08-26T00:39:11.096ZAug 26 00:39:09.335
69872026-08-26T00:39:11.096ZDEBG INFO replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 26 00:39:09.335adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 26 00:39:09.335
69882026-08-26T00:39:11.096Z
69892026-08-26T00:39:11.096ZDEBG INFOinitted freemap. size: 64 Aug 26 00:39:09.335 , DEBGunit adding route 3fff:beef:24::/64 -> 2001:db8::55:fffailed to allocate space for the new target list
69902026-08-26T00:39:11.097Z
69912026-08-26T00:39:11.097ZAug 26 00:39:09.335 DEBG: freemap_route_ipv4
69922026-08-26T00:39:11.097Zreplacing 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 } }]
69932026-08-26T00:39:11.097ZAug 26 00:39:09.335Aug 26 00:39:09.335 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 00:39:09.335
69942026-08-26T00:39:11.097ZDEBG DEBGDEBGreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:39:09.335
69952026-08-26T00:39:11.097Zreplacing targets for 3fff:dead::/64 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 } }] INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 26 00:39:09.345Aug 26 00:39:09.335 DEBGINFO
69962026-08-26T00:39:11.097Z adding route 172.17.0.18/32 -> 10.0.0.255created new freemapAug 26 00:39:09.336
69972026-08-26T00:39:11.097ZDEBG, created new freemapAug 26 00:39:09.345, unitunit: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 } }] freemap_route_ipv4
69982026-08-26T00:39:11.097Zfreemap_route_ipv4
69992026-08-26T00:39:11.097Z
70002026-08-26T00:39:11.097ZAug 26 00:39:09.345reset freemapAug 26 00:39:09.345 INFO , unitadding route 172.17.0.19/32 -> 10.0.0.255DEBGAug 26 00:39:09.345:
70012026-08-26T00:39:11.097Z created new freemap DEBG, unitfreemap_route_ipv4created new freemapAug 26 00:39:09.346, :
70022026-08-26T00:39:11.103Z unit :freemap_route_ipv6DEBG freemap_route_ipv6
70032026-08-26T00:39:11.103Z
70042026-08-26T00:39:11.103Zreplacing 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 } }]
70052026-08-26T00:39:11.103ZAug 26 00:39:09.346Aug 26 00:39:09.346 DEBGDEBG Aug 26 00:39:09.346initted freemap. size: 64 initted freemap. size: 64, , DEBGunit :initted freemap. size: 64unit, : unit freemap_route_ipv4freemap_route_ipv4
70062026-08-26T00:39:11.103Z:Aug 26 00:39:09.346 freemap_route_ipv6
70072026-08-26T00:39:11.103Z INFO
70082026-08-26T00:39:11.103Z adding route 172.17.0.20/32 -> 10.0.0.255Aug 26 00:39:09.346
70092026-08-26T00:39:11.104ZAug 26 00:39:09.346 DEBGDEBG reset freemapAug 26 00:39:09.346, Aug 26 00:39:09.346unit DEBGDEBG:reset freemap , freemap_route_ipv4reset freemapunitreplacing 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 } }]:
70102026-08-26T00:39:11.104Z
70112026-08-26T00:39:11.104Z, unitfreemap_route_ipv4:
70122026-08-26T00:39:11.104Z freemap_route_ipv6Aug 26 00:39:09.346Aug 26 00:39:09.346
70132026-08-26T00:39:11.104Z DEBGINFO Aug 26 00:39:09.346initted freemap. size: 64 adding route 172.17.0.21/32 -> 10.0.0.255, INFOAug 26 00:39:09.346unit DEBG:adding route 172.16.0.0/32 -> 10.0.0.1
70142026-08-26T00:39:11.104Z
70152026-08-26T00:39:11.104Zinitted freemap. size: 64freemap_route_ipv6,
70162026-08-26T00:39:11.104Zunit:Aug 26 00:39:09.346Aug 26 00:39:09.346Aug 26 00:39:09.346 DEBGDEBG reset freemap freemap_route_ipv6replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
70172026-08-26T00:39:11.104Z, DEBG unit
70182026-08-26T00:39:11.104Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 00:39:09.346
70192026-08-26T00:39:11.104Z: DEBGAug 26 00:39:09.346freemap_route_ipv6 Aug 26 00:39:09.346INFO INFOadding route 172.17.0.22/32 -> 10.0.0.255
70202026-08-26T00:39:11.104Z
70212026-08-26T00:39:11.104Zreset freemapadding route 172.16.0.0/32 -> 10.0.0.2,
70222026-08-26T00:39:11.104Zunit: Aug 26 00:39:09.346Aug 26 00:39:09.346 INFODEBG freemap_route_ipv6adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 00:39:09.346
70232026-08-26T00:39:11.104Z
70242026-08-26T00:39:11.104ZDEBG
70252026-08-26T00:39:11.104Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 00:39:09.346
70262026-08-26T00:39:11.105Z Aug 26 00:39:09.346DEBG 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 } }]
70272026-08-26T00:39:11.105Zadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 26 00:39:09.346
70282026-08-26T00:39:11.105ZINFO Aug 26 00:39:09.346adding route 172.16.0.0/32 -> 10.0.0.3
70292026-08-26T00:39:11.105ZDEBG Aug 26 00:39:09.346replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
70302026-08-26T00:39:11.105ZINFO Aug 26 00:39:09.346Aug 26 00:39:09.346 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 } }]
70312026-08-26T00:39:11.105Zadding route 172.17.0.23/32 -> 10.0.0.255Aug 26 00:39:09.346Aug 26 00:39:09.346
70322026-08-26T00:39:11.105Z INFO adding route 172.16.0.0/32 -> 10.0.0.4INFO
70332026-08-26T00:39:11.105ZAug 26 00:39:09.346 DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
70342026-08-26T00:39:11.105ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 00:39:09.346
70352026-08-26T00:39:11.105Z 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
70362026-08-26T00:39:11.105Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 00:39:09.346
70372026-08-26T00:39:11.105Z Aug 26 00:39:09.346INFOAug 26 00:39:09.346 Aug 26 00:39:09.346 INFOadding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
70382026-08-26T00:39:11.105Z replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.0/32 -> 10.0.0.255
70392026-08-26T00:39:11.106ZINFO
70402026-08-26T00:39:11.106ZAug 26 00:39:09.346adding route 172.17.0.24/32 -> 10.0.0.255
70412026-08-26T00:39:11.106ZDEBGAug 26 00:39:09.346 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
70422026-08-26T00:39:11.106Z
70432026-08-26T00:39:11.106ZAug 26 00:39:09.346Aug 26 00:39:09.346 DEBG DEBGreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:39:09.346Aug 26 00:39:09.346
70442026-08-26T00:39:11.106ZINFO 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 } }] adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 26 00:39:09.346
70452026-08-26T00:39:11.106Z
70462026-08-26T00:39:11.106Zreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
70472026-08-26T00:39:11.106Z Aug 26 00:39:09.346adding route 172.17.0.1/32 -> 10.0.0.255Aug 26 00:39:09.346
70482026-08-26T00:39:11.106ZINFODEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
70492026-08-26T00:39:11.106Z
70502026-08-26T00:39:11.106ZAug 26 00:39:09.346Aug 26 00:39:09.346 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 } }]
70512026-08-26T00:39:11.106Z INFOAug 26 00:39:09.346 Aug 26 00:39:09.346adding route 172.17.0.25/32 -> 10.0.0.255
70522026-08-26T00:39:11.106ZDEBGINFO Aug 26 00:39:09.346replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255
70532026-08-26T00:39:11.107Z
70542026-08-26T00:39:11.107ZINFO Aug 26 00:39:09.346adding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 26 00:39:09.346DEBG
70552026-08-26T00:39:11.107ZINFOAug 26 00:39:09.346 replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG
70562026-08-26T00:39:11.107ZAug 26 00:39:09.346 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
70572026-08-26T00:39:11.107Z
70582026-08-26T00:39:11.107Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 00:39:09.346
70592026-08-26T00:39:11.107Z DEBG Aug 26 00:39:09.346replacing 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 } }]
70602026-08-26T00:39:11.107ZAug 26 00:39:09.346INFO INFO adding route 172.17.0.26/32 -> 10.0.0.255adding route 172.17.0.3/32 -> 10.0.0.255Aug 26 00:39:09.346
70612026-08-26T00:39:11.107ZAug 26 00:39:09.346 DEBG
70622026-08-26T00:39:11.107Z INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
70632026-08-26T00:39:11.107ZAug 26 00:39:09.346adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
70642026-08-26T00:39:11.107Z DEBG Aug 26 00:39:09.346replacing 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 00:39:09.346
70652026-08-26T00:39:11.107ZWARNAug 26 00:39:09.346 shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG DEBG
70662026-08-26T00:39:11.107Ztest route::tests::rollback_on_index_readd_failure ... ok
70672026-08-26T00:39:11.107Zreplacing 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.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 00:39:09.346
70682026-08-26T00:39:11.107Z INFO
70692026-08-26T00:39:11.108Zadding route 172.17.0.4/32 -> 10.0.0.255
70702026-08-26T00:39:11.108ZAug 26 00:39:09.346Aug 26 00:39:09.346 DEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:39:09.346
70712026-08-26T00:39:11.108Z INFO INFO adding route 172.17.0.27/32 -> 10.0.0.255Aug 26 00:39:09.346
70722026-08-26T00:39:11.108Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff INFO
70732026-08-26T00:39:11.108Z adding route 172.17.0.5/32 -> 10.0.0.255
70742026-08-26T00:39:11.108Z
70752026-08-26T00:39:11.108ZAug 26 00:39:09.346 DEBG Aug 26 00:39:09.346replacing 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 00:39:09.346
70762026-08-26T00:39:11.108Z Aug 26 00:39:09.345 DEBGDEBG Aug 26 00:39:09.346DEBGreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
70772026-08-26T00:39:11.108ZINFO
70782026-08-26T00:39:11.108Z
70792026-08-26T00:39:11.108Z adding route 172.17.0.28/32 -> 10.0.0.255Aug 26 00:39:09.346
70802026-08-26T00:39:11.108Z Aug 26 00:39:09.346INFO adding route 172.17.0.6/32 -> 10.0.0.255Aug 26 00:39:09.346
70812026-08-26T00:39:11.108Z INFO INFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
70822026-08-26T00:39:11.108Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
70832026-08-26T00:39:11.108ZAug 26 00:39:09.346 DEBGAug 26 00:39:09.346 replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
70842026-08-26T00:39:11.109Z 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 00:39:09.346
70852026-08-26T00:39:11.109ZAug 26 00:39:09.346 DEBG DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:39:09.346
70862026-08-26T00:39:11.109ZINFOreplacing 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 00:39:09.346
70872026-08-26T00:39:11.109Z INFO Aug 26 00:39:09.346adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.7/32 -> 10.0.0.255
70882026-08-26T00:39:11.109Z INFO
70892026-08-26T00:39:11.109ZAug 26 00:39:09.346 Aug 26 00:39:09.346INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff Aug 26 00:39:09.346 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG
70902026-08-26T00:39:11.109Z
70912026-08-26T00:39:11.109ZDEBG 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.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 } }]
70922026-08-26T00:39:11.109Z
70932026-08-26T00:39:11.109ZAug 26 00:39:09.346 Aug 26 00:39:09.346DEBGAug 26 00:39:09.346 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
70942026-08-26T00:39:11.109Z replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO adding route 172.17.0.8/32 -> 10.0.0.255
70952026-08-26T00:39:11.109Z
70962026-08-26T00:39:11.109ZAug 26 00:39:09.346Aug 26 00:39:09.346 INFO adding route 172.17.0.30/32 -> 10.0.0.255INFO
70972026-08-26T00:39:11.110ZAug 26 00:39:09.346 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG
70982026-08-26T00:39:11.110Z Aug 26 00:39:09.346replacing 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 } }]
70992026-08-26T00:39:11.110ZINFO Aug 26 00:39:09.346adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
71002026-08-26T00:39:11.110ZDEBGAug 26 00:39:09.346 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 } }]
71012026-08-26T00:39:11.110ZAug 26 00:39:09.346INFOAug 26 00:39:09.346 DEBGDEBG adding route 172.17.0.9/32 -> 10.0.0.255replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
71022026-08-26T00:39:11.115Z
71032026-08-26T00:39:11.115Z
71042026-08-26T00:39:11.115ZAug 26 00:39:09.346 INFO Aug 26 00:39:09.346adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
71052026-08-26T00:39:11.115ZAug 26 00:39:09.346 INFOAug 26 00:39:09.356 adding route 172.17.0.31/32 -> 10.0.0.255DEBG
71062026-08-26T00:39:11.116Z 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 } }]
71072026-08-26T00:39:11.116ZAug 26 00:39:09.346Aug 26 00:39:09.356 Aug 26 00:39:09.347 DEBGAug 26 00:39:09.356DEBGDEBG DEBG INFOcreated new freemapreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
71082026-08-26T00:39:11.116Zunitreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] :adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 26 00:39:09.336created new freemap
71092026-08-26T00:39:11.116Z
71102026-08-26T00:39:11.116Z, DEBG unitfreemap_route_ipv4:Aug 26 00:39:09.356 Aug 26 00:39:09.356
71112026-08-26T00:39:11.116Z DEBGINFOfreemap_route_ipv4
71122026-08-26T00:39:11.116Z Aug 26 00:39:09.356 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.255INFO
71132026-08-26T00:39:11.116Z
71142026-08-26T00:39:11.116Z Aug 26 00:39:09.356 adding route 172.17.0.32/32 -> 10.0.0.255Aug 26 00:39:09.356created new freemap Aug 26 00:39:09.356, DEBGDEBG
71152026-08-26T00:39:11.116ZAug 26 00:39:09.356 DEBGINFO replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
71162026-08-26T00:39:11.116Zcreated new freemap:created new freemap, unit, Aug 26 00:39:09.356: unitAug 26 00:39:09.356DEBG freemap_route_ipv4adding route 3fff:beef:30::/64 -> 2001:db8::55:fffreemap_route_ipv6:
71172026-08-26T00:39:11.116ZINFO adding route 172.17.0.11/32 -> 10.0.0.255
71182026-08-26T00:39:11.116Z
71192026-08-26T00:39:11.116Z
71202026-08-26T00:39:11.116Z freemap_route_ipv6Aug 26 00:39:09.356 DEBGAug 26 00:39:09.356 Aug 26 00:39:09.356 replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG DEBG initted freemap. size: 64replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71212026-08-26T00:39:11.116Z
71222026-08-26T00:39:11.116Zreplacing 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 } }]
71232026-08-26T00:39:11.117Z
71242026-08-26T00:39:11.117Z, Aug 26 00:39:09.356Aug 26 00:39:09.356Aug 26 00:39:09.356 Aug 26 00:39:09.356INFO INFOAug 26 00:39:09.356unitDEBG : adding route 172.17.0.33/32 -> 10.0.0.255freemap_route_ipv4adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
71252026-08-26T00:39:11.117Zinitted freemap. size: 64
71262026-08-26T00:39:11.117Z, unitINFODEBG:Aug 26 00:39:09.356Aug 26 00:39:09.356
71272026-08-26T00:39:11.117ZDEBG DEBG reset freemapcreated new freemapadding route 172.17.0.12/32 -> 10.0.0.255replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
71282026-08-26T00:39:11.117Z, freemap_route_ipv4unit
71292026-08-26T00:39:11.117Z:
71302026-08-26T00:39:11.117Z Aug 26 00:39:09.356unit Aug 26 00:39:09.356freemap_route_ipv4Aug 26 00:39:09.356
71312026-08-26T00:39:11.117ZAug 26 00:39:09.356 DEBG : DEBGreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO reset freemap ,
71322026-08-26T00:39:11.117Zunit: freemap_route_ipv6adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 26 00:39:09.356Aug 26 00:39:09.356
71332026-08-26T00:39:11.117Z
71342026-08-26T00:39:11.117Zfreemap_route_ipv4DEBG
71352026-08-26T00:39:11.117Z DEBGINFOAug 26 00:39:09.356 initted freemap. size: 64 , adding route 172.17.0.13/32 -> 10.0.0.255 unitAug 26 00:39:09.356: 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 00:39:09.356 DEBGfreemap_route_ipv6
71362026-08-26T00:39:11.117Zinitted freemap. size: 64
71372026-08-26T00:39:11.117Z, DEBG
71382026-08-26T00:39:11.117Zunit:replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] initted freemap. size: 64Aug 26 00:39:09.356, unitDEBGAug 26 00:39:09.356
71392026-08-26T00:39:11.117Zfreemap_route_ipv6 reset freemapDEBG
71402026-08-26T00:39:11.117Z, :unit:Aug 26 00:39:09.356 Aug 26 00:39:09.356 freemap_route_ipv6replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71412026-08-26T00:39:11.118Z Aug 26 00:39:09.356INFO
71422026-08-26T00:39:11.118Z Aug 26 00:39:09.356 INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO freemap_route_ipv4 DEBG
71432026-08-26T00:39:11.118Zadding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 26 00:39:09.356adding route 172.17.0.34/32 -> 10.0.0.255
71442026-08-26T00:39:11.118Z reset freemap
71452026-08-26T00:39:11.118ZINFO
71462026-08-26T00:39:11.118Z, Aug 26 00:39:09.356adding route 172.17.0.14/32 -> 10.0.0.255unit 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 } }]
71472026-08-26T00:39:11.118Z:
71482026-08-26T00:39:11.118Z freemap_route_ipv6Aug 26 00:39:09.356
71492026-08-26T00:39:11.118Z Aug 26 00:39:09.356DEBG Aug 26 00:39:09.356replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 00:39:09.356
71502026-08-26T00:39:11.118Z DEBGDEBG Aug 26 00:39:09.356reset freemap Aug 26 00:39:09.356 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 00:39:09.356
71512026-08-26T00:39:11.118ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
71522026-08-26T00:39:11.118Z , INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 26 00:39:09.356DEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 26 00:39:09.356
71532026-08-26T00:39:11.118ZINFO
71542026-08-26T00:39:11.118Zunit : DEBGadding route 172.17.0.15/32 -> 10.0.0.255 Aug 26 00:39:09.356
71552026-08-26T00:39:11.118Z DEBGfreemap_route_ipv4
71562026-08-26T00:39:11.119Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
71572026-08-26T00:39:11.119Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 00:39:09.356Aug 26 00:39:09.356replacing 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 } }]
71582026-08-26T00:39:11.119Z DEBG Aug 26 00:39:09.356DEBGreplacing 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 } }]
71592026-08-26T00:39:11.119ZAug 26 00:39:09.356replacing 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 } }]
71602026-08-26T00:39:11.119Z
71612026-08-26T00:39:11.119Ztest route::tests::rollback_on_compact_write_failure ... ok
71622026-08-26T00:39:11.119Z Aug 26 00:39:09.356 INFODEBG Aug 26 00:39:09.356Aug 26 00:39:09.356replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
71632026-08-26T00:39:11.119Z INFODEBG Aug 26 00:39:09.356 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2initted freemap. size: 64
71642026-08-26T00:39:11.119Z , INFOunitadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
71652026-08-26T00:39:11.119Z:adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255
71662026-08-26T00:39:11.119Ztest route::tests::same_size_non_subset_replace ... ok
71672026-08-26T00:39:11.119Z
71682026-08-26T00:39:11.119Zfreemap_route_ipv6Aug 26 00:39:09.356
71692026-08-26T00:39:11.119ZAug 26 00:39:09.356 DEBGDEBGAug 26 00:39:09.356 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
71702026-08-26T00:39:11.119Z
71712026-08-26T00:39:11.120ZDEBG 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 00:39:09.356Aug 26 00:39:09.356Aug 26 00:39:09.356 Aug 26 00:39:09.356INFO DEBGDEBG adding route 3fff:dead::/64 -> 2001:db8::55:3
71722026-08-26T00:39:11.120Zreplacing 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 } }]
71732026-08-26T00:39:11.120ZINFOreset freemap
71742026-08-26T00:39:11.120Z, Aug 26 00:39:09.356Aug 26 00:39:09.356 INFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG
71752026-08-26T00:39:11.120Z unitadding route 172.17.0.17/32 -> 10.0.0.255:
71762026-08-26T00:39:11.120Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 00:39:09.356freemap_route_ipv6
71772026-08-26T00:39:11.120ZAug 26 00:39:09.356
71782026-08-26T00:39:11.120ZAug 26 00:39:09.356 INFO DEBG Aug 26 00:39:09.356 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 } }]
71792026-08-26T00:39:11.120Zreplacing 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 } }]
71802026-08-26T00:39:11.120ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 26 00:39:09.356
71812026-08-26T00:39:11.120Z INFOadding route 172.17.0.36/32 -> 10.0.0.255
71822026-08-26T00:39:11.120Zadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 26 00:39:09.356Aug 26 00:39:09.356Aug 26 00:39:09.356
71832026-08-26T00:39:11.120Z INFOINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff adding route 172.17.0.18/32 -> 10.0.0.255
71842026-08-26T00:39:11.120Z
71852026-08-26T00:39:11.121ZAug 26 00:39:09.356DEBG Aug 26 00:39:09.356DEBG Aug 26 00:39:09.356replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
71862026-08-26T00:39:11.121ZAug 26 00:39:09.356 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
71872026-08-26T00:39:11.121Zreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
71882026-08-26T00:39:11.121ZAug 26 00:39:09.356replacing 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 } }]DEBGAug 26 00:39:09.356
71892026-08-26T00:39:11.121Z Aug 26 00:39:09.356DEBG replacing targets for 3fff:dead::/64 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 INFO
71902026-08-26T00:39:11.121Zreplacing 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 00:39:09.356adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
71912026-08-26T00:39:11.121Zadding route 3fff:dead::/64 -> 2001:db8::55:2
71922026-08-26T00:39:11.121Z
71932026-08-26T00:39:11.121Z Aug 26 00:39:09.356INFO WARN adding route 172.17.0.19/32 -> 10.0.0.255Aug 26 00:39:09.356shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 26 00:39:09.356
71942026-08-26T00:39:11.121Z INFOAug 26 00:39:09.356
71952026-08-26T00:39:11.121Z DEBGDEBGadding route 172.17.0.37/32 -> 10.0.0.255
71962026-08-26T00:39:11.121Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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: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 } }]
71972026-08-26T00:39:11.121ZAug 26 00:39:09.356
71982026-08-26T00:39:11.121Z DEBG Aug 26 00:39:09.356replacing 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 } }]
71992026-08-26T00:39:11.121ZAug 26 00:39:09.356 DEBG INFOreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
72002026-08-26T00:39:11.121Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 26 00:39:09.356
72012026-08-26T00:39:11.121ZAug 26 00:39:09.356 INFOINFOAug 26 00:39:09.356 Aug 26 00:39:09.356 adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG INFO
72022026-08-26T00:39:11.127Zadding route 172.17.0.20/32 -> 10.0.0.255
72032026-08-26T00:39:11.127Zadding route 172.17.0.38/32 -> 10.0.0.255replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
72042026-08-26T00:39:11.127Z
72052026-08-26T00:39:11.127ZAug 26 00:39:09.356Aug 26 00:39:09.356 DEBGDEBGAug 26 00:39:09.356 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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
72062026-08-26T00:39:11.127Z
72072026-08-26T00:39:11.127Zreplacing 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 00:39:09.356
72082026-08-26T00:39:11.127Z Aug 26 00:39:09.356INFO Aug 26 00:39:09.356 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff INFOINFO
72092026-08-26T00:39:11.127Z adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 26 00:39:09.356adding route 172.17.0.21/32 -> 10.0.0.255
72102026-08-26T00:39:11.127Z
72112026-08-26T00:39:11.127ZINFOAug 26 00:39:09.356 adding route 172.17.0.39/32 -> 10.0.0.255DEBGAug 26 00:39:09.356
72122026-08-26T00:39:11.127ZAug 26 00:39:09.356 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 } }]
72132026-08-26T00:39:11.127Z 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 } }]
72142026-08-26T00:39:11.127Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 00:39:09.356 Aug 26 00:39:09.356INFO DEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:39:09.347
72152026-08-26T00:39:11.127Z
72162026-08-26T00:39:11.127Z
72172026-08-26T00:39:11.127ZDEBG created new freemapAug 26 00:39:09.357Aug 26 00:39:09.346Aug 26 00:39:09.366Aug 26 00:39:09.366 , INFODEBGunit DEBG Aug 26 00:39:09.366adding route 3fff:beef:19::/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 } }]
72182026-08-26T00:39:11.127ZDEBG:
72192026-08-26T00:39:11.127Zcreated new freemap freemap_route_ipv4,
72202026-08-26T00:39:11.128Zunit:INFO freemap_route_ipv4 replacing targets for 3fff:dead::/64 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.40/32 -> 10.0.0.255Aug 26 00:39:09.366Aug 26 00:39:09.366
72212026-08-26T00:39:11.128Z Aug 26 00:39:09.366INFO 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 } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffcreated new freemap
72222026-08-26T00:39:11.128Z,
72232026-08-26T00:39:11.128Zunit
72242026-08-26T00:39:11.128ZAug 26 00:39:09.366 DEBG:
72252026-08-26T00:39:11.128Zcreated new freemapAug 26 00:39:09.366 Aug 26 00:39:09.366freemap_route_ipv6 , DEBGWARNunit
72262026-08-26T00:39:11.128Z :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 00:39:09.366freemap_route_ipv6
72272026-08-26T00:39:11.128ZAug 26 00:39:09.366 INFO
72282026-08-26T00:39:11.128ZDEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
72292026-08-26T00:39:11.128Z initted freemap. size: 64,
72302026-08-26T00:39:11.128ZunitAug 26 00:39:09.366:Aug 26 00:39:09.366 Aug 26 00:39:09.366 DEBGDEBG initted freemap. size: 64replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] ,
72312026-08-26T00:39:11.128Zfreemap_route_ipv4
72322026-08-26T00:39:11.128ZunitDEBG:Aug 26 00:39:09.366 freemap_route_ipv4Aug 26 00:39:09.366
72332026-08-26T00:39:11.128ZDEBG Aug 26 00:39:09.366INFO DEBGadding route 3fff:beef:1b::/64 -> 2001:db8::55:fffailed to allocate space for the new target list
72342026-08-26T00:39:11.128Z
72352026-08-26T00:39:11.128Z reset freemap, 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 00:39:09.366
72362026-08-26T00:39:11.128ZAug 26 00:39:09.366 unitDEBG :reset freemapDEBG , freemap_route_ipv4 Aug 26 00:39:09.366unitreplacing 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 } }]:
72372026-08-26T00:39:11.128Z
72382026-08-26T00:39:11.128Zfreemap_route_ipv4
72392026-08-26T00:39:11.128ZDEBG Aug 26 00:39:09.366replacing targets for 3fff:dead::/64 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 00:39:09.366
72402026-08-26T00:39:11.128Z INFOAug 26 00:39:09.366 DEBGDEBG initted freemap. size: 64initted freemap. size: 64, adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffunit
72412026-08-26T00:39:11.129Z, Aug 26 00:39:09.366:unit :freemap_route_ipv6
72422026-08-26T00:39:11.129Zfreemap_route_ipv6 Aug 26 00:39:09.366
72432026-08-26T00:39:11.129Z DEBG INFOreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 26 00:39:09.366Aug 26 00:39:09.366
72442026-08-26T00:39:11.129Z adding route 172.17.0.41/32 -> 10.0.0.255DEBG
72452026-08-26T00:39:11.129Z reset freemap , DEBGunitAug 26 00:39:09.366Aug 26 00:39:09.366 :reset freemap , freemap_route_ipv6unit :
72462026-08-26T00:39:11.129Z INFOfreemap_route_ipv6
72472026-08-26T00:39:11.129ZDEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
72482026-08-26T00:39:11.129ZAug 26 00:39:09.366replacing 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 00:39:09.366 INFOAug 26 00:39:09.366 INFOadding route 172.16.0.0/32 -> 10.0.0.1
72492026-08-26T00:39:11.129Z DEBGadding route 172.16.0.0/32 -> 10.0.0.1
72502026-08-26T00:39:11.129Z
72512026-08-26T00:39:11.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 } }]
72522026-08-26T00:39:11.129ZAug 26 00:39:09.366 Aug 26 00:39:09.366DEBG 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 } }]
72532026-08-26T00:39:11.129Zreplacing 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 } }]
72542026-08-26T00:39:11.129ZAug 26 00:39:09.366 INFOAug 26 00:39:09.366 INFOAug 26 00:39:09.366 adding route 172.17.0.42/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.2INFO
72552026-08-26T00:39:11.129Z adding route 172.16.0.0/32 -> 10.0.0.1Aug 26 00:39:09.366
72562026-08-26T00:39:11.129Z
72572026-08-26T00:39:11.129Z INFOAug 26 00:39:09.366 Aug 26 00:39:09.366DEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff DEBG
72582026-08-26T00:39:11.129Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 00:39:09.366
72592026-08-26T00:39:11.129Z 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 } }]Aug 26 00:39:09.366DEBG
72602026-08-26T00:39:11.129Z DEBGreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
72612026-08-26T00:39:11.129ZAug 26 00:39:09.366replacing 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 00:39:09.366
72622026-08-26T00:39:11.130Z DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1
72632026-08-26T00:39:11.130Z
72642026-08-26T00:39:11.130ZAug 26 00:39:09.366Aug 26 00:39:09.366 INFO adding route 172.17.0.43/32 -> 10.0.0.255
72652026-08-26T00:39:11.130Z Aug 26 00:39:09.366Aug 26 00:39:09.366INFO DEBGDEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff 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.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 } }]
72662026-08-26T00:39:11.130Z
72672026-08-26T00:39:11.130Z
72682026-08-26T00:39:11.130ZAug 26 00:39:09.366Aug 26 00:39:09.366Aug 26 00:39:09.366 INFOINFO DEBGadding route 172.17.0.44/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2
72692026-08-26T00:39:11.130Z
72702026-08-26T00:39:11.130Z 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 } }]
72712026-08-26T00:39:11.130ZAug 26 00:39:09.366Aug 26 00:39:09.366 Aug 26 00:39:09.366 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 00:39:09.367DEBG
72722026-08-26T00:39:11.130ZDEBG created new freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 00:39:09.357
72732026-08-26T00:39:11.130ZunitAug 26 00:39:09.379: Aug 26 00:39:09.379DEBG INFOfreemap_route_ipv4
72742026-08-26T00:39:11.130Zcreated new freemapadding route 172.17.0.0/32 -> 10.0.0.255
72752026-08-26T00:39:11.130Z, unit: freemap_route_ipv4Aug 26 00:39:09.379
72762026-08-26T00:39:11.130ZDEBG 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 } }]Aug 26 00:39:09.379
72772026-08-26T00:39:11.130ZAug 26 00:39:09.367Aug 26 00:39:09.379 adding route 172.17.0.45/32 -> 10.0.0.255DEBGDEBGDEBG
72782026-08-26T00:39:11.130Zcreated new freemapcreated new freemapAug 26 00:39:09.379 , , INFOcreated new freemapunitAug 26 00:39:09.379, unit:unit :freemap_route_ipv6:
72792026-08-26T00:39:11.130Z DEBG adding route 172.17.0.1/32 -> 10.0.0.255freemap_route_ipv4
72802026-08-26T00:39:11.130Zreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
72812026-08-26T00:39:11.131ZAug 26 00:39:09.379
72822026-08-26T00:39:11.131Z DEBGAug 26 00:39:09.379
72832026-08-26T00:39:11.131Z DEBGinitted freemap. size: 64Aug 26 00:39:09.379, unitAug 26 00:39:09.379replacing 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 00:39:09.379
72842026-08-26T00:39:11.131Zfreemap_route_ipv4DEBG created new freemapDEBG,
72852026-08-26T00:39:11.131ZAug 26 00:39:09.379 unitINFOINFO: initted freemap. size: 64adding route 172.17.0.2/32 -> 10.0.0.255, adding route 172.17.0.46/32 -> 10.0.0.255unitAug 26 00:39:09.379
72862026-08-26T00:39:11.131Z
72872026-08-26T00:39:11.131Z DEBG:freemap_route_ipv6Aug 26 00:39:09.379
72882026-08-26T00:39:11.131Z freemap_route_ipv4 Aug 26 00:39:09.379reset freemap , DEBGunit :Aug 26 00:39:09.379DEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv4
72892026-08-26T00:39:11.131Z
72902026-08-26T00:39:11.131Z
72912026-08-26T00:39:11.131ZDEBGreplacing 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 } }] initted freemap. size: 64Aug 26 00:39:09.379 ,
72922026-08-26T00:39:11.131ZunitINFO:Aug 26 00:39:09.379 Aug 26 00:39:09.379freemap_route_ipv4 DEBG
72932026-08-26T00:39:11.131Z DEBGadding route 172.17.0.3/32 -> 10.0.0.255
72942026-08-26T00:39:11.131Zreset freemapinitted freemap. size: 64, unit, :unitAug 26 00:39:09.379:Aug 26 00:39:09.379 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 } }]reset freemap
72952026-08-26T00:39:11.131Z , freemap_route_ipv6unit:
72962026-08-26T00:39:11.131ZAug 26 00:39:09.379Aug 26 00:39:09.379 freemap_route_ipv4freemap_route_ipv4
72972026-08-26T00:39:11.131Z
72982026-08-26T00:39:11.131Z INFOAug 26 00:39:09.379 INFO Aug 26 00:39:09.379adding route 172.17.0.47/32 -> 10.0.0.255DEBG adding route 172.17.0.4/32 -> 10.0.0.255DEBGAug 26 00:39:09.379
72992026-08-26T00:39:11.131Z DEBG
73002026-08-26T00:39:11.131Zreset freemap initted freemap. size: 64, unit:, initted freemap. size: 64 Aug 26 00:39:09.379Aug 26 00:39:09.379, unit freemap_route_ipv6unitDEBG
73012026-08-26T00:39:11.131Z: : DEBG Aug 26 00:39:09.379 freemap_route_ipv6replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73022026-08-26T00:39:11.137Zfreemap_route_ipv6
73032026-08-26T00:39:11.137Z
73042026-08-26T00:39:11.137ZINFOreplacing 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 00:39:09.379adding route 3fff:dead::/64 -> 2001:db8::55:1
73052026-08-26T00:39:11.137Z
73062026-08-26T00:39:11.137ZAug 26 00:39:09.379DEBG INFO Aug 26 00:39:09.379adding route 172.17.0.5/32 -> 10.0.0.255Aug 26 00:39:09.379reset freemap
73072026-08-26T00:39:11.137Z Aug 26 00:39:09.379DEBG, INFOunit: reset freemap adding route 172.17.0.48/32 -> 10.0.0.255DEBGAug 26 00:39:09.379freemap_route_ipv6
73082026-08-26T00:39:11.137Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
73092026-08-26T00:39:11.137Z
73102026-08-26T00:39:11.137ZDEBG 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 } }],
73112026-08-26T00:39:11.137ZAug 26 00:39:09.379unit :INFOAug 26 00:39:09.379Aug 26 00:39:09.379 Aug 26 00:39:09.379adding route 172.16.0.0/32 -> 10.0.0.1
73122026-08-26T00:39:11.137ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2freemap_route_ipv6INFO
73132026-08-26T00:39:11.137ZAug 26 00:39:09.379DEBG DEBGadding route 172.17.0.6/32 -> 10.0.0.255
73142026-08-26T00:39:11.137Z
73152026-08-26T00:39:11.137Zreplacing 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 } }]
73162026-08-26T00:39:11.138Z Aug 26 00:39:09.379replacing 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 00:39:09.379DEBGAug 26 00:39:09.379Aug 26 00:39:09.379 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
73172026-08-26T00:39:11.138Z DEBGadding route 172.16.0.0/32 -> 10.0.0.1INFO
73182026-08-26T00:39:11.138Z 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 3fff:dead::/64 -> 2001:db8::55:1Aug 26 00:39:09.379
73192026-08-26T00:39:11.138Z
73202026-08-26T00:39:11.138ZAug 26 00:39:09.379 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG
73212026-08-26T00:39:11.138Z Aug 26 00:39:09.379replacing 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 00:39:09.379 INFOAug 26 00:39:09.379
73222026-08-26T00:39:11.138Z 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 } }]
73232026-08-26T00:39:11.138Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255Aug 26 00:39:09.379
73242026-08-26T00:39:11.138Z
73252026-08-26T00:39:11.138Z INFO Aug 26 00:39:09.379Aug 26 00:39:09.379 DEBG
73262026-08-26T00:39:11.138Zreplacing 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 00:39:09.379
73272026-08-26T00:39:11.138Z adding route 172.16.0.0/32 -> 10.0.0.1INFO
73282026-08-26T00:39:11.138Z adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 26 00:39:09.379INFOAug 26 00:39:09.379
73292026-08-26T00:39:11.138ZAug 26 00:39:09.379 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 INFO
73302026-08-26T00:39:11.138Zreplacing 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.17.0.49/32 -> 10.0.0.255
73312026-08-26T00:39:11.138ZAug 26 00:39:09.379
73322026-08-26T00:39:11.138ZDEBGAug 26 00:39:09.379 Aug 26 00:39:09.379replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
73332026-08-26T00:39:11.138ZINFOINFODEBG Aug 26 00:39:09.379replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.2Aug 26 00:39:09.379
73342026-08-26T00:39:11.139Z
73352026-08-26T00:39:11.139Zadding route 172.17.0.8/32 -> 10.0.0.255DEBG
73362026-08-26T00:39:11.139Z 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 00:39:09.379
73372026-08-26T00:39:11.139Zadding route 3fff:dead::/64 -> 2001:db8::55:3Aug 26 00:39:09.379Aug 26 00:39:09.379 DEBGDEBG
73382026-08-26T00:39:11.139Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG
73392026-08-26T00:39:11.139Zreplacing 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 } }]
73402026-08-26T00:39:11.139Z 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 00:39:09.379
73412026-08-26T00:39:11.139Z INFO adding route 172.17.0.50/32 -> 10.0.0.255
73422026-08-26T00:39:11.139ZAug 26 00:39:09.379 INFO Aug 26 00:39:09.379adding route 172.17.0.9/32 -> 10.0.0.255Aug 26 00:39:09.379 DEBGAug 26 00:39:09.379
73432026-08-26T00:39:11.139Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFODEBGINFO
73442026-08-26T00:39:11.139Zadding route 172.17.0.0/32 -> 10.0.0.255
73452026-08-26T00:39:11.139Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
73462026-08-26T00:39:11.139ZAug 26 00:39:09.379Aug 26 00:39:09.379replacing 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 00:39:09.379DEBG INFO
73472026-08-26T00:39:11.139Z adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }]
73482026-08-26T00:39:11.139Z
73492026-08-26T00:39:11.139ZAug 26 00:39:09.379DEBG DEBG Aug 26 00:39:09.379 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 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 } }]
73502026-08-26T00:39:11.139ZAug 26 00:39:09.379 Aug 26 00:39:09.379 INFO
73512026-08-26T00:39:11.139Z INFOadding route 172.17.0.1/32 -> 10.0.0.255Aug 26 00:39:09.379DEBG
73522026-08-26T00:39:11.139Zadding route 172.17.0.51/32 -> 10.0.0.255
73532026-08-26T00:39:11.140Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 00:39:09.379
73542026-08-26T00:39:11.140Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 26 00:39:09.379INFO
73552026-08-26T00:39:11.140Z DEBGadding route 172.17.0.10/32 -> 10.0.0.255
73562026-08-26T00:39:11.140ZAug 26 00:39:09.379replacing 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 00:39:09.379 Aug 26 00:39:09.379DEBG
73572026-08-26T00:39:11.140ZAug 26 00:39:09.379 replacing targets for 3fff:dead::/64 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 } }]
73582026-08-26T00:39:11.140ZDEBGDEBG 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 } }]
73592026-08-26T00:39:11.140ZDEBG Aug 26 00:39:09.379replacing 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.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 } }]
73602026-08-26T00:39:11.140ZINFO
73612026-08-26T00:39:11.140Z adding route 172.17.0.2/32 -> 10.0.0.255
73622026-08-26T00:39:11.140ZAug 26 00:39:09.379 Aug 26 00:39:09.379INFO Aug 26 00:39:09.379Aug 26 00:39:09.379 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBGadding route 172.17.0.11/32 -> 10.0.0.255INFO
73632026-08-26T00:39:11.140Z
73642026-08-26T00:39:11.140Z replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.52/32 -> 10.0.0.255
73652026-08-26T00:39:11.140Ztest route::tests::shrink_preserves_compacted_order ... ok
73662026-08-26T00:39:11.140Z
73672026-08-26T00:39:11.140ZAug 26 00:39:09.379Aug 26 00:39:09.379 DEBGDEBG Aug 26 00:39:09.379 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 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 } }]
73682026-08-26T00:39:11.140Z
73692026-08-26T00:39:11.140Z DEBG Aug 26 00:39:09.379replacing 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 00:39:09.379INFO
73702026-08-26T00:39:11.140Z Aug 26 00:39:09.379 adding route 172.17.0.3/32 -> 10.0.0.255INFO INFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
73712026-08-26T00:39:11.140Z adding route 172.17.0.12/32 -> 10.0.0.255
73722026-08-26T00:39:11.141Z
73732026-08-26T00:39:11.141ZAug 26 00:39:09.379 DEBG Aug 26 00:39:09.379replacing 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 } }]
73742026-08-26T00:39:11.141ZINFOAug 26 00:39:09.379 adding route 172.17.0.53/32 -> 10.0.0.255DEBGAug 26 00:39:09.379
73752026-08-26T00:39:11.141Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
73762026-08-26T00:39:11.141Z Aug 26 00:39:09.379 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 } }]
73772026-08-26T00:39:11.141ZAug 26 00:39:09.380 Aug 26 00:39:09.390Aug 26 00:39:09.390DEBG DEBGINFO replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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.13/32 -> 10.0.0.255
73782026-08-26T00:39:11.141Z
73792026-08-26T00:39:11.141ZDEBGAug 26 00:39:09.390 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 } }]
73802026-08-26T00:39:11.141ZAug 26 00:39:09.390 INFO Aug 26 00:39:09.390adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
73812026-08-26T00:39:11.141ZINFO adding route 172.17.0.14/32 -> 10.0.0.255
73822026-08-26T00:39:11.141Zcreated new freemapAug 26 00:39:09.390, unitDEBG: Aug 26 00:39:09.390freemap_route_ipv4
73832026-08-26T00:39:11.141Zreplacing 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
73842026-08-26T00:39:11.141Z 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 00:39:09.390
73852026-08-26T00:39:11.141ZAug 26 00:39:09.390
73862026-08-26T00:39:11.141Z DEBG created new freemap , INFOunitAug 26 00:39:09.390 Aug 26 00:39:09.390 : INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff INFOfreemap_route_ipv6adding route 172.17.0.54/32 -> 10.0.0.255
73872026-08-26T00:39:11.141Z
73882026-08-26T00:39:11.141Z
73892026-08-26T00:39:11.141Zadding route 172.17.0.15/32 -> 10.0.0.255
73902026-08-26T00:39:11.141ZAug 26 00:39:09.390Aug 26 00:39:09.390 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 } }]initted freemap. size: 64
73912026-08-26T00:39:11.141Z, Aug 26 00:39:09.390unit Aug 26 00:39:09.390:DEBG Aug 26 00:39:09.390 DEBGreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv4replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
73922026-08-26T00:39:11.142Z
73932026-08-26T00:39:11.142Z
73942026-08-26T00:39:11.142Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
73952026-08-26T00:39:11.142ZAug 26 00:39:09.390Aug 26 00:39:09.390 INFO adding route 172.17.0.55/32 -> 10.0.0.255
73962026-08-26T00:39:11.142Z Aug 26 00:39:09.390INFO Aug 26 00:39:09.390DEBGAug 26 00:39:09.380 adding route 172.17.0.16/32 -> 10.0.0.255reset freemap
73972026-08-26T00:39:11.142Z, unitDEBG: DEBGfreemap_route_ipv4Aug 26 00:39:09.390 Aug 26 00:39:09.390created new freemap
73982026-08-26T00:39:11.142Z DEBGDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], replacing targets for 172.17.0.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 } }]unitAug 26 00:39:09.390
73992026-08-26T00:39:11.142Z :
74002026-08-26T00:39:11.142Zreplacing 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 } }]freemap_route_ipv4
74012026-08-26T00:39:11.142ZDEBG initted freemap. size: 64
74022026-08-26T00:39:11.147Z, Aug 26 00:39:09.390Aug 26 00:39:09.390unit : INFO INFO adding route 172.17.0.17/32 -> 10.0.0.255 Aug 26 00:39:09.390freemap_route_ipv6
74032026-08-26T00:39:11.147Z
74042026-08-26T00:39:11.147Zadding route 172.17.0.56/32 -> 10.0.0.255Aug 26 00:39:09.390
74052026-08-26T00:39:11.148Z Aug 26 00:39:09.390 INFODEBG adding route 3fff:beef:27::/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 } }]DEBG
74062026-08-26T00:39:11.148Z
74072026-08-26T00:39:11.148Z created new freemapAug 26 00:39:09.390Aug 26 00:39:09.390 , DEBGunitAug 26 00:39:09.390 Aug 26 00:39:09.390reset freemapDEBGDEBG, unitINFO: : adding route 172.17.0.18/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 } }]
74082026-08-26T00:39:11.148Z
74092026-08-26T00:39:11.148Zfreemap_route_ipv6
74102026-08-26T00:39:11.148Zfreemap_route_ipv6
74112026-08-26T00:39:11.148ZAug 26 00:39:09.390 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
74122026-08-26T00:39:11.148Z Aug 26 00:39:09.390replacing 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 00:39:09.390INFOAug 26 00:39:09.390 adding route 172.16.0.0/32 -> 10.0.0.1
74132026-08-26T00:39:11.148Z
74142026-08-26T00:39:11.148Z INFOINFO Aug 26 00:39:09.390adding route 172.17.0.57/32 -> 10.0.0.255Aug 26 00:39:09.390
74152026-08-26T00:39:11.148Z Aug 26 00:39:09.390INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff adding route 172.17.0.19/32 -> 10.0.0.255DEBG
74162026-08-26T00:39:11.148ZDEBG
74172026-08-26T00:39:11.148Z initted freemap. size: 64replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }],
74182026-08-26T00:39:11.148ZunitAug 26 00:39:09.390Aug 26 00:39:09.390 :DEBG freemap_route_ipv4 Aug 26 00:39:09.390replacing 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 } }]
74192026-08-26T00:39:11.149Z
74202026-08-26T00:39:11.149Z Aug 26 00:39:09.390DEBG INFOreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74212026-08-26T00:39:11.149Zadding route 172.16.0.0/32 -> 10.0.0.2Aug 26 00:39:09.390Aug 26 00:39:09.390
74222026-08-26T00:39:11.149ZDEBG reset freemap DEBG INFO, unitreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:39:09.391:Aug 26 00:39:09.391
74232026-08-26T00:39:11.149Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFO
74242026-08-26T00:39:11.149Z DEBG adding route 172.17.0.20/32 -> 10.0.0.255
74252026-08-26T00:39:11.149ZAug 26 00:39:09.391replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]freemap_route_ipv4
74262026-08-26T00:39:11.149Z
74272026-08-26T00:39:11.149Z Aug 26 00:39:09.391Aug 26 00:39:09.391 INFODEBG DEBGadding route 172.17.0.58/32 -> 10.0.0.255
74282026-08-26T00:39:11.149Z 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 00:39:09.391
74292026-08-26T00:39:11.149Zreplacing 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 00:39:09.391
74302026-08-26T00:39:11.149Z DEBGINFO initted freemap. size: 64Aug 26 00:39:09.391adding route 172.16.0.0/32 -> 10.0.0.3 INFO,
74312026-08-26T00:39:11.149Z adding route 172.17.0.21/32 -> 10.0.0.255unit
74322026-08-26T00:39:11.149Z: Aug 26 00:39:09.391freemap_route_ipv6Aug 26 00:39:09.391 Aug 26 00:39:09.391Aug 26 00:39:09.391 DEBG
74332026-08-26T00:39:11.149Z 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 } }, NextHop { asic_port_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
74342026-08-26T00:39:11.150Zreplacing 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 00:39:09.391
74352026-08-26T00:39:11.150Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffreplacing 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
74362026-08-26T00:39:11.150ZAug 26 00:39:09.391
74372026-08-26T00:39:11.150Z reset freemapAug 26 00:39:09.391, INFOINFOunit Aug 26 00:39:09.391 :adding route 172.17.0.22/32 -> 10.0.0.255
74382026-08-26T00:39:11.150Zfreemap_route_ipv6adding route 172.16.0.0/32 -> 10.0.0.4
74392026-08-26T00:39:11.150Z
74402026-08-26T00:39:11.150ZDEBG Aug 26 00:39:09.391Aug 26 00:39:09.391 Aug 26 00:39:09.391 INFO INFODEBG Aug 26 00:39:09.391 adding route 172.16.0.0/32 -> 10.0.0.1 adding route 172.17.0.59/32 -> 10.0.0.255
74412026-08-26T00:39:11.150ZDEBGreplacing 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 } }]
74422026-08-26T00:39:11.150Z
74432026-08-26T00:39:11.150Zreplacing 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 } }]
74442026-08-26T00:39:11.150ZAug 26 00:39:09.391replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 00:39:09.391
74452026-08-26T00:39:11.150ZAug 26 00:39:09.391 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
74462026-08-26T00:39:11.150ZAug 26 00:39:09.391INFO DEBGadding route 172.17.0.23/32 -> 10.0.0.255
74472026-08-26T00:39:11.150Zreplacing targets for 172.16.0.0/32 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 } }]
74482026-08-26T00:39:11.150Zreplacing 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 00:39:09.391
74492026-08-26T00:39:11.150Z Aug 26 00:39:09.391INFO Aug 26 00:39:09.391DEBG INFO replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2
74502026-08-26T00:39:11.150Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
74512026-08-26T00:39:11.151Z
74522026-08-26T00:39:11.151ZAug 26 00:39:09.391 Aug 26 00:39:09.391 Aug 26 00:39:09.391INFO DEBGadding route 172.17.0.24/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 } }]INFO
74532026-08-26T00:39:11.151Z
74542026-08-26T00:39:11.151Zadding route 172.17.0.60/32 -> 10.0.0.255Aug 26 00:39:09.356
74552026-08-26T00:39:11.151ZAug 26 00:39:09.391 Aug 26 00:39:09.391INFO DEBGAug 26 00:39:09.391 adding route 172.17.0.22/32 -> 10.0.0.255Aug 26 00:39:09.391
74562026-08-26T00:39:11.151Z 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 } }]
74572026-08-26T00:39:11.151ZINFO DEBG Aug 26 00:39:09.391adding route 172.16.0.0/32 -> 10.0.0.3replacing 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 } }]
74582026-08-26T00:39:11.151ZDEBG
74592026-08-26T00:39:11.151ZDEBGAug 26 00:39:09.391 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 } }]INFOAug 26 00:39:09.391
74602026-08-26T00:39:11.151ZAug 26 00:39:09.391 INFODEBG adding route 172.17.0.25/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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:2c::/64 -> 2001:db8::55:ffreplacing 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 } }]
74612026-08-26T00:39:11.152Z
74622026-08-26T00:39:11.152ZAug 26 00:39:09.391
74632026-08-26T00:39:11.152Z
74642026-08-26T00:39:11.152ZINFOAug 26 00:39:09.391 Aug 26 00:39:09.391adding route 172.17.0.23/32 -> 10.0.0.255 INFO
74652026-08-26T00:39:11.152Z DEBG Aug 26 00:39:09.391 adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }]
74662026-08-26T00:39:11.152Z
74672026-08-26T00:39:11.152ZDEBGAug 26 00:39:09.391 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 00:39:09.391Aug 26 00:39:09.391Aug 26 00:39:09.391 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 } }]INFO
74682026-08-26T00:39:11.152Z
74692026-08-26T00:39:11.152Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]INFO adding route 172.17.0.26/32 -> 10.0.0.255adding route 172.17.0.61/32 -> 10.0.0.255
74702026-08-26T00:39:11.152Z
74712026-08-26T00:39:11.152Z
74722026-08-26T00:39:11.152ZAug 26 00:39:09.391 Aug 26 00:39:09.391INFOAug 26 00:39:09.391 Aug 26 00:39:09.391 INFO DEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 172.17.0.24/32 -> 10.0.0.255DEBG
74732026-08-26T00:39:11.152Zreplacing targets for 172.16.0.0/32 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 } }]
74742026-08-26T00:39:11.152Z
74752026-08-26T00:39:11.152Zreplacing 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 00:39:09.391
74762026-08-26T00:39:11.153Z DEBGAug 26 00:39:09.391 Aug 26 00:39:09.391replacing 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 } }]
74772026-08-26T00:39:11.153Z DEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
74782026-08-26T00:39:11.153Z Aug 26 00:39:09.391replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
74792026-08-26T00:39:11.153ZAug 26 00:39:09.391 Aug 26 00:39:09.391adding route 172.17.0.62/32 -> 10.0.0.255
74802026-08-26T00:39:11.153ZINFO INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
74812026-08-26T00:39:11.153Zadding route 172.17.0.27/32 -> 10.0.0.255Aug 26 00:39:09.391
74822026-08-26T00:39:11.153ZAug 26 00:39:09.391 DEBGINFO Aug 26 00:39:09.391adding route 172.17.0.25/32 -> 10.0.0.255 Aug 26 00:39:09.391
74832026-08-26T00:39:11.153Ztest route::tests::add_target_fails_full ... ok
74842026-08-26T00:39:11.153ZDEBGreplacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 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 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 } }]
74852026-08-26T00:39:11.153Z
74862026-08-26T00:39:11.153Z
74872026-08-26T00:39:11.153ZAug 26 00:39:09.402 INFO adding route 172.17.0.28/32 -> 10.0.0.255Aug 26 00:39:09.402
74882026-08-26T00:39:11.154Z Aug 26 00:39:09.402INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO
74892026-08-26T00:39:11.154Z Aug 26 00:39:09.402adding route 172.17.0.4/32 -> 10.0.0.255 DEBG
74902026-08-26T00:39:11.154Z 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 00:39:09.402
74912026-08-26T00:39:11.154Z INFOAug 26 00:39:09.402DEBG 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 } }]
74922026-08-26T00:39:11.154Z DEBGadding route 172.17.0.63/32 -> 10.0.0.255
74932026-08-26T00:39:11.154ZAug 26 00:39:09.403 INFO Aug 26 00:39:09.403adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
74942026-08-26T00:39:11.154Z 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 00:39:09.403
74952026-08-26T00:39:11.154ZAug 26 00:39:09.403 DEBGDEBG Aug 26 00:39:09.403 Aug 26 00:39:09.403replacing 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 } }] INFO
74962026-08-26T00:39:11.154ZDEBGreplacing 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
74972026-08-26T00:39:11.155Zreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.26/32 -> 10.0.0.255
74982026-08-26T00:39:11.155Z
74992026-08-26T00:39:11.155Z
75002026-08-26T00:39:11.155ZAug 26 00:39:09.403Aug 26 00:39:09.403Aug 26 00:39:09.403Aug 26 00:39:09.403 INFO DEBGAug 26 00:39:09.403adding route 172.17.0.5/32 -> 10.0.0.255DEBG
75012026-08-26T00:39:11.155Z INFOreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
75022026-08-26T00:39:11.165Z
75032026-08-26T00:39:11.165ZDEBGreplacing 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 } }] failed to allocate space for the new target list
75042026-08-26T00:39:11.165Z
75052026-08-26T00:39:11.165ZAug 26 00:39:09.403Aug 26 00:39:09.403 Aug 26 00:39:09.403DEBGAug 26 00:39:09.403 DEBG INFOreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
75062026-08-26T00:39:11.165ZINFO
75072026-08-26T00:39:11.165Z adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.27/32 -> 10.0.0.255Aug 26 00:39:09.403
75082026-08-26T00:39:11.165ZINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 26 00:39:09.403
75092026-08-26T00:39:11.165Z
75102026-08-26T00:39:11.165ZAug 26 00:39:09.403 INFO adding route 172.17.0.6/32 -> 10.0.0.255Aug 26 00:39:09.403 Aug 26 00:39:09.403
75112026-08-26T00:39:11.165Z Aug 26 00:39:09.403DEBGDEBG DEBG 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 } }] Aug 26 00:39:09.403replacing 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 } }]
75122026-08-26T00:39:11.165Z
75132026-08-26T00:39:11.165ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75142026-08-26T00:39:11.165Z
75152026-08-26T00:39:11.165ZAug 26 00:39:09.403replacing 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 00:39:09.403
75162026-08-26T00:39:11.165Z INFO INFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
75172026-08-26T00:39:11.165ZAug 26 00:39:09.403
75182026-08-26T00:39:11.165ZAug 26 00:39:09.403 INFOAug 26 00:39:09.403 adding route 172.17.0.7/32 -> 10.0.0.255Aug 26 00:39:09.403INFO DEBGDEBG
75192026-08-26T00:39:11.165Z Aug 26 00:39:09.403adding route 172.17.0.28/32 -> 10.0.0.255replacing 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 } }] DEBGAug 26 00:39:09.403failed to allocate space for the new target list
75202026-08-26T00:39:11.165Z
75212026-08-26T00:39:11.166ZDEBG
75222026-08-26T00:39:11.166Zreplacing 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 00:39:09.403
75232026-08-26T00:39:11.166Zreplacing 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 } }]
75242026-08-26T00:39:11.166ZDEBGAug 26 00:39:09.403 INFOreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:39:09.403 Aug 26 00:39:09.403adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
75252026-08-26T00:39:11.166Z INFO
75262026-08-26T00:39:11.166ZINFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.8/32 -> 10.0.0.255
75272026-08-26T00:39:11.166ZAug 26 00:39:09.403
75282026-08-26T00:39:11.166Z INFOAug 26 00:39:09.403 Aug 26 00:39:09.403adding route 172.17.0.29/32 -> 10.0.0.255Aug 26 00:39:09.403DEBG DEBGDEBG
75292026-08-26T00:39:11.166Z replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
75302026-08-26T00:39:11.166Z
75312026-08-26T00:39:11.166Z
75322026-08-26T00:39:11.166ZAug 26 00:39:09.403 DEBGAug 26 00:39:09.403Aug 26 00:39:09.403 INFOAug 26 00:39:09.403 INFOreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255
75332026-08-26T00:39:11.166Z
75342026-08-26T00:39:11.166Z adding route 172.17.0.9/32 -> 10.0.0.255INFO
75352026-08-26T00:39:11.166Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 26 00:39:09.403
75362026-08-26T00:39:11.166Z Aug 26 00:39:09.403INFO adding route 172.17.0.30/32 -> 10.0.0.255Aug 26 00:39:09.403DEBG
75372026-08-26T00:39:11.166Z Aug 26 00:39:09.403 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 } }]DEBGDEBG
75382026-08-26T00:39:11.166ZAug 26 00:39:09.403replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75392026-08-26T00:39:11.166ZDEBG
75402026-08-26T00:39:11.166Zreplacing 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 } }]
75412026-08-26T00:39:11.166ZAug 26 00:39:09.403 Aug 26 00:39:09.403INFO INFOAug 26 00:39:09.403Aug 26 00:39:09.403adding route 172.17.0.34/32 -> 10.0.0.255 INFO
75422026-08-26T00:39:11.166ZINFO adding route 172.17.0.10/32 -> 10.0.0.255 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 172.17.0.31/32 -> 10.0.0.255
75432026-08-26T00:39:11.166Z
75442026-08-26T00:39:11.166Z
75452026-08-26T00:39:11.166ZAug 26 00:39:09.403 DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:39:09.403
75462026-08-26T00:39:11.166ZAug 26 00:39:09.403Aug 26 00:39:09.403 DEBGDEBG DEBGAug 26 00:39:09.403replacing 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 } }] 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 } }]
75472026-08-26T00:39:11.166Z
75482026-08-26T00:39:11.166Zreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.35/32 -> 10.0.0.255
75492026-08-26T00:39:11.166Z
75502026-08-26T00:39:11.166ZAug 26 00:39:09.403Aug 26 00:39:09.403 Aug 26 00:39:09.403INFO INFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO
75512026-08-26T00:39:11.167Z Aug 26 00:39:09.403adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.32/32 -> 10.0.0.255
75522026-08-26T00:39:11.167Z
75532026-08-26T00:39:11.167ZAug 26 00:39:09.403DEBG DEBGreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75542026-08-26T00:39:11.167ZAug 26 00:39:09.403 replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
75552026-08-26T00:39:11.167ZAug 26 00:39:09.403 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 00:39:09.403DEBG
75562026-08-26T00:39:11.167Z replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
75572026-08-26T00:39:11.167Z adding route 172.17.0.36/32 -> 10.0.0.255Aug 26 00:39:09.403
75582026-08-26T00:39:11.167Z Aug 26 00:39:09.403INFOAug 26 00:39:09.403 INFOadding route 172.17.0.12/32 -> 10.0.0.255 adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
75592026-08-26T00:39:11.167ZINFOAug 26 00:39:09.403
75602026-08-26T00:39:11.167Z adding route 172.17.0.33/32 -> 10.0.0.255DEBGAug 26 00:39:09.403 Aug 26 00:39:09.403replacing 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 } }]
75612026-08-26T00:39:11.167Z DEBGDEBG
75622026-08-26T00:39:11.167Z replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
75632026-08-26T00:39:11.167ZAug 26 00:39:09.403
75642026-08-26T00:39:11.167Z Aug 26 00:39:09.403INFO DEBGadding route 172.17.0.37/32 -> 10.0.0.255Aug 26 00:39:09.403 Aug 26 00:39:09.403replacing 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 } }]
75652026-08-26T00:39:11.167Z
75662026-08-26T00:39:11.167ZINFO INFOAug 26 00:39:09.403 adding route 172.17.0.13/32 -> 10.0.0.255Aug 26 00:39:09.403
75672026-08-26T00:39:11.167Z INFO DEBG adding route 172.17.0.34/32 -> 10.0.0.255Aug 26 00:39:09.403
75682026-08-26T00:39:11.167Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75692026-08-26T00:39:11.167ZDEBG
75702026-08-26T00:39:11.167Zreplacing 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 } }]
75712026-08-26T00:39:11.167ZAug 26 00:39:09.403Aug 26 00:39:09.403 Aug 26 00:39:09.403INFO DEBGadding route 172.17.0.38/32 -> 10.0.0.255 Aug 26 00:39:09.403DEBG
75722026-08-26T00:39:11.167ZINFO adding route 172.17.0.14/32 -> 10.0.0.255 replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
75732026-08-26T00:39:11.167Z
75742026-08-26T00:39:11.167ZAug 26 00:39:09.403
75752026-08-26T00:39:11.167Z DEBG Aug 26 00:39:09.403replacing 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 } }]
75762026-08-26T00:39:11.167ZINFOAug 26 00:39:09.403Aug 26 00:39:09.403 INFODEBGAug 26 00:39:09.403 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff adding route 172.17.0.35/32 -> 10.0.0.255replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75772026-08-26T00:39:11.167Z
75782026-08-26T00:39:11.167ZINFO
75792026-08-26T00:39:11.167Zadding route 172.17.0.39/32 -> 10.0.0.255
75802026-08-26T00:39:11.167ZAug 26 00:39:09.403Aug 26 00:39:09.403Aug 26 00:39:09.403 Aug 26 00:39:09.403INFO DEBGadding route 172.17.0.15/32 -> 10.0.0.255
75812026-08-26T00:39:11.167ZDEBG 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 } }]
75822026-08-26T00:39:11.167Z 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
75832026-08-26T00:39:11.167Zreplacing 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 } }]
75842026-08-26T00:39:11.167ZAug 26 00:39:09.403 DEBGAug 26 00:39:09.403 Aug 26 00:39:09.403replacing 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 } }]
75852026-08-26T00:39:11.167ZINFOAug 26 00:39:09.403 INFOINFO Aug 26 00:39:09.403adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.40/32 -> 10.0.0.255
75862026-08-26T00:39:11.167Z
75872026-08-26T00:39:11.167Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFO
75882026-08-26T00:39:11.168Zadding route 172.17.0.16/32 -> 10.0.0.255
75892026-08-26T00:39:11.168ZAug 26 00:39:09.403 DEBGAug 26 00:39:09.403Aug 26 00:39:09.403 Aug 26 00:39:09.403DEBG DEBGreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
75902026-08-26T00:39:11.168Z
75912026-08-26T00:39:11.168Zreplacing 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.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 } }]
75922026-08-26T00:39:11.168Z
75932026-08-26T00:39:11.168ZAug 26 00:39:09.403Aug 26 00:39:09.403 INFOINFOAug 26 00:39:09.403 Aug 26 00:39:09.403adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
75942026-08-26T00:39:11.168Zadding route 172.17.0.37/32 -> 10.0.0.255INFO
75952026-08-26T00:39:11.168Zadding route 172.17.0.41/32 -> 10.0.0.255INFO
75962026-08-26T00:39:11.168Z Aug 26 00:39:09.403adding route 172.17.0.17/32 -> 10.0.0.255
75972026-08-26T00:39:11.168ZAug 26 00:39:09.403DEBG Aug 26 00:39:09.403DEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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 00:39:09.403
75982026-08-26T00:39:11.168Z
75992026-08-26T00:39:11.168Z 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 } }]Aug 26 00:39:09.403
76002026-08-26T00:39:11.168Zreplacing 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 00:39:09.403
76012026-08-26T00:39:11.168ZINFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
76022026-08-26T00:39:11.173ZAug 26 00:39:09.415 INFO adding route 172.17.0.42/32 -> 10.0.0.255
76032026-08-26T00:39:11.173ZAug 26 00:39:09.415 DEBGAug 26 00:39:09.415 DEBG replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
76042026-08-26T00:39:11.173Zreplacing 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 00:39:09.415
76052026-08-26T00:39:11.173Z INFO Aug 26 00:39:09.415adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff INFO
76062026-08-26T00:39:11.173Z adding route 172.17.0.43/32 -> 10.0.0.255INFO
76072026-08-26T00:39:11.173Z adding route 172.17.0.38/32 -> 10.0.0.255Aug 26 00:39:09.415
76082026-08-26T00:39:11.173ZAug 26 00:39:09.415 Aug 26 00:39:09.415DEBG DEBG INFOreplacing 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 00:39:09.415 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.18/32 -> 10.0.0.255
76092026-08-26T00:39:11.173Z
76102026-08-26T00:39:11.174Z DEBG
76112026-08-26T00:39:11.174Zreplacing 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 00:39:09.415Aug 26 00:39:09.415
76122026-08-26T00:39:11.174Z INFO DEBGadding route 172.17.0.44/32 -> 10.0.0.255
76132026-08-26T00:39:11.174Zreplacing 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 00:39:09.415Aug 26 00:39:09.415 DEBG
76142026-08-26T00:39:11.174Z INFO Aug 26 00:39:09.415adding route 172.17.0.39/32 -> 10.0.0.255failed to allocate space for the new target list
76152026-08-26T00:39:11.174Z
76162026-08-26T00:39:11.174Z Aug 26 00:39:09.415DEBG 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 } }]INFO
76172026-08-26T00:39:11.174ZAug 26 00:39:09.415 adding route 172.17.0.19/32 -> 10.0.0.255Aug 26 00:39:09.415
76182026-08-26T00:39:11.174ZAug 26 00:39:09.415DEBG DEBG Aug 26 00:39:09.415replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
76192026-08-26T00:39:11.174ZDEBG 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.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 } }]
76202026-08-26T00:39:11.174Z
76212026-08-26T00:39:11.174ZINFO adding route 172.17.0.45/32 -> 10.0.0.255
76222026-08-26T00:39:11.174ZAug 26 00:39:09.415Aug 26 00:39:09.415 INFOINFO adding route 172.17.0.20/32 -> 10.0.0.255Aug 26 00:39:09.415
76232026-08-26T00:39:11.175Z adding route 172.17.0.40/32 -> 10.0.0.255DEBG
76242026-08-26T00:39:11.175Z 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 } }]
76252026-08-26T00:39:11.175ZAug 26 00:39:09.415 Aug 26 00:39:09.415DEBG Aug 26 00:39:09.415DEBGreplacing 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 } }]
76262026-08-26T00:39:11.175Z replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
76272026-08-26T00:39:11.175Z adding route 172.17.0.46/32 -> 10.0.0.255Aug 26 00:39:09.415
76282026-08-26T00:39:11.175Z Aug 26 00:39:09.415INFO adding route 172.17.0.21/32 -> 10.0.0.255INFO
76292026-08-26T00:39:11.175ZAug 26 00:39:09.415 adding route 172.17.0.41/32 -> 10.0.0.255DEBG
76302026-08-26T00:39:11.175Z 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 } }]
76312026-08-26T00:39:11.175ZAug 26 00:39:09.415Aug 26 00:39:09.415 DEBGAug 26 00:39:09.415DEBG 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.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 } }]
76322026-08-26T00:39:11.175Z
76332026-08-26T00:39:11.175Z INFO adding route 172.17.0.47/32 -> 10.0.0.255
76342026-08-26T00:39:11.175ZAug 26 00:39:09.415Aug 26 00:39:09.415 INFOINFO Aug 26 00:39:09.415adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255
76352026-08-26T00:39:11.175Z
76362026-08-26T00:39:11.175Z DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:39:09.415
76372026-08-26T00:39:11.175ZAug 26 00:39:09.415 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.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 } }]
76382026-08-26T00:39:11.175ZAug 26 00:39:09.415
76392026-08-26T00:39:11.175Z INFO adding route 172.17.0.48/32 -> 10.0.0.255
76402026-08-26T00:39:11.175ZAug 26 00:39:09.415Aug 26 00:39:09.415 INFOAug 26 00:39:09.415INFO DEBGadding route 172.17.0.23/32 -> 10.0.0.255
76412026-08-26T00:39:11.175Zreplacing 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.43/32 -> 10.0.0.255
76422026-08-26T00:39:11.176Z
76432026-08-26T00:39:11.176ZAug 26 00:39:09.415Aug 26 00:39:09.415 Aug 26 00:39:09.415DEBG INFO DEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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.49/32 -> 10.0.0.255
76442026-08-26T00:39:11.176Z
76452026-08-26T00:39:11.176Z
76462026-08-26T00:39:11.176ZAug 26 00:39:09.415Aug 26 00:39:09.415 Aug 26 00:39:09.415DEBG INFO replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
76472026-08-26T00:39:11.176Z adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255
76482026-08-26T00:39:11.176Z
76492026-08-26T00:39:11.176ZAug 26 00:39:09.415 INFO Aug 26 00:39:09.415Aug 26 00:39:09.415 DEBGDEBGadding route 172.17.0.50/32 -> 10.0.0.255
76502026-08-26T00:39:11.176Zreplacing 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 } }]
76512026-08-26T00:39:11.176Zreplacing 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 } }]
76522026-08-26T00:39:11.176ZAug 26 00:39:09.415 DEBGAug 26 00:39:09.415 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 } }]INFOAug 26 00:39:09.415
76532026-08-26T00:39:11.176Z INFO adding route 172.17.0.25/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255
76542026-08-26T00:39:11.176Z
76552026-08-26T00:39:11.176ZAug 26 00:39:09.415 INFO Aug 26 00:39:09.415Aug 26 00:39:09.415 adding route 172.17.0.51/32 -> 10.0.0.255DEBG
76562026-08-26T00:39:11.176ZDEBG 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.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 } }]
76572026-08-26T00:39:11.177Z
76582026-08-26T00:39:11.177ZAug 26 00:39:09.415 DEBG Aug 26 00:39:09.415replacing 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 00:39:09.415INFO
76592026-08-26T00:39:11.177ZINFO adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.26/32 -> 10.0.0.255
76602026-08-26T00:39:11.177Z
76612026-08-26T00:39:11.177ZAug 26 00:39:09.415Aug 26 00:39:09.415Aug 26 00:39:09.415 DEBG INFODEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.52/32 -> 10.0.0.255
76622026-08-26T00:39:11.177Z
76632026-08-26T00:39:11.177Zreplacing 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 } }]
76642026-08-26T00:39:11.177ZAug 26 00:39:09.415 Aug 26 00:39:09.415INFOAug 26 00:39:09.415 adding route 172.17.0.47/32 -> 10.0.0.255INFO
76652026-08-26T00:39:11.177Z DEBGadding route 172.17.0.27/32 -> 10.0.0.255
76662026-08-26T00:39:11.177Ztest route::tests::delete_targets_fragmented ... ok
76672026-08-26T00:39:11.177Zreplacing 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 } }]
76682026-08-26T00:39:11.177ZAug 26 00:39:09.415 DEBGAug 26 00:39:09.415 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 00:39:09.415DEBG
76692026-08-26T00:39:11.177Z 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 } }]
76702026-08-26T00:39:11.177Zadding route 172.17.0.53/32 -> 10.0.0.255
76712026-08-26T00:39:11.178ZAug 26 00:39:09.415 Aug 26 00:39:09.415Aug 26 00:39:09.415INFO DEBG INFOadding route 172.17.0.48/32 -> 10.0.0.255 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.28/32 -> 10.0.0.255
76722026-08-26T00:39:11.178Z
76732026-08-26T00:39:11.178Ztest route::tests::delete_target_fragmented ... ok
76742026-08-26T00:39:11.178Z
76752026-08-26T00:39:11.178ZAug 26 00:39:09.415Aug 26 00:39:09.415Aug 26 00:39:09.415 DEBGINFO DEBGreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76762026-08-26T00:39:11.178Zreplacing 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.54/32 -> 10.0.0.255
76772026-08-26T00:39:11.178Z
76782026-08-26T00:39:11.178ZAug 26 00:39:09.415 Aug 26 00:39:09.415INFOAug 26 00:39:09.415 adding route 172.17.0.29/32 -> 10.0.0.255
76792026-08-26T00:39:11.178ZDEBGINFO 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 } }]
76802026-08-26T00:39:11.178Zadding route 172.17.0.49/32 -> 10.0.0.255Aug 26 00:39:09.415
76812026-08-26T00:39:11.178Z 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 } }]
76822026-08-26T00:39:11.178ZAug 26 00:39:09.415Aug 26 00:39:09.415 INFODEBG adding route 172.17.0.55/32 -> 10.0.0.255replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:39:09.415
76832026-08-26T00:39:11.179Z
76842026-08-26T00:39:11.179ZINFO adding route 172.17.0.30/32 -> 10.0.0.255
76852026-08-26T00:39:11.179ZAug 26 00:39:09.415Aug 26 00:39:09.415 Aug 26 00:39:09.415INFO DEBGDEBG adding route 172.17.0.50/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 } }]
76862026-08-26T00:39:11.179Z
76872026-08-26T00:39:11.179Zreplacing 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 } }]
76882026-08-26T00:39:11.179ZAug 26 00:39:09.415Aug 26 00:39:09.415 Aug 26 00:39:09.415 INFOINFODEBG adding route 172.17.0.56/32 -> 10.0.0.255
76892026-08-26T00:39:11.179Zadding route 172.17.0.31/32 -> 10.0.0.255replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76902026-08-26T00:39:11.179Z
76912026-08-26T00:39:11.179ZAug 26 00:39:09.415Aug 26 00:39:09.415Aug 26 00:39:09.415 DEBGINFODEBG adding route 172.17.0.51/32 -> 10.0.0.255replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76922026-08-26T00:39:11.179Z
76932026-08-26T00:39:11.179Z 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 } }]
76942026-08-26T00:39:11.179ZAug 26 00:39:09.415Aug 26 00:39:09.415 Aug 26 00:39:09.415INFO DEBG INFOadding route 172.17.0.32/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 } }]
76952026-08-26T00:39:11.179Z
76962026-08-26T00:39:11.179Z adding route 172.17.0.57/32 -> 10.0.0.255
76972026-08-26T00:39:11.179ZAug 26 00:39:09.415 Aug 26 00:39:09.415DEBG 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 } }]
76982026-08-26T00:39:11.179Zadding route 172.17.0.52/32 -> 10.0.0.255Aug 26 00:39:09.415
76992026-08-26T00:39:11.180Z 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 } }]
77002026-08-26T00:39:11.180ZAug 26 00:39:09.415Aug 26 00:39:09.415 INFO DEBGadding route 172.17.0.33/32 -> 10.0.0.255Aug 26 00:39:09.415
77012026-08-26T00:39:11.180Z replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
77022026-08-26T00:39:11.185Z adding route 172.17.0.58/32 -> 10.0.0.255
77032026-08-26T00:39:11.185ZAug 26 00:39:09.415Aug 26 00:39:09.415 DEBGAug 26 00:39:09.415INFO adding route 172.17.0.53/32 -> 10.0.0.255DEBGreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77042026-08-26T00:39:11.185Z
77052026-08-26T00:39:11.185Z 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 } }]
77062026-08-26T00:39:11.185ZAug 26 00:39:09.415 Aug 26 00:39:09.415Aug 26 00:39:09.415 INFODEBGINFO adding route 172.17.0.34/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 } }]
77072026-08-26T00:39:11.185Z
77082026-08-26T00:39:11.185Zadding route 172.17.0.59/32 -> 10.0.0.255
77092026-08-26T00:39:11.185ZAug 26 00:39:09.415Aug 26 00:39:09.415 Aug 26 00:39:09.415 INFODEBGDEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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.54/32 -> 10.0.0.255
77102026-08-26T00:39:11.185Z
77112026-08-26T00:39:11.185Z
77122026-08-26T00:39:11.185ZAug 26 00:39:09.415Aug 26 00:39:09.415 Aug 26 00:39:09.415INFO INFO DEBGadding route 172.17.0.35/32 -> 10.0.0.255
77132026-08-26T00:39:11.185Zadding route 172.17.0.60/32 -> 10.0.0.255
77142026-08-26T00:39:11.186Zreplacing 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 } }]
77152026-08-26T00:39:11.186ZAug 26 00:39:09.415 DEBGAug 26 00:39:09.415 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
77162026-08-26T00:39:11.186Z Aug 26 00:39:09.416replacing 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 } }]
77172026-08-26T00:39:11.186ZINFO adding route 172.17.0.55/32 -> 10.0.0.255
77182026-08-26T00:39:11.186ZAug 26 00:39:09.416Aug 26 00:39:09.416 INFODEBG adding route 172.17.0.36/32 -> 10.0.0.255failed to allocate space for the new target listAug 26 00:39:09.416
77192026-08-26T00:39:11.186Z
77202026-08-26T00:39:11.186Z 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 } }]
77212026-08-26T00:39:11.186ZAug 26 00:39:09.416 DEBG created new freemap, unit: freemap_route_ipv4
77222026-08-26T00:39:11.186ZAug 26 00:39:09.416Aug 26 00:39:09.416Aug 26 00:39:09.427 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.56/32 -> 10.0.0.255
77232026-08-26T00:39:11.186Z
77242026-08-26T00:39:11.186ZAug 26 00:39:09.427 DEBG created new freemap, Aug 26 00:39:09.427unit :DEBG freemap_route_ipv6replacing 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 } }]
77252026-08-26T00:39:11.186Z
77262026-08-26T00:39:11.186ZAug 26 00:39:09.427 INFO adding route 172.17.0.57/32 -> 10.0.0.255
77272026-08-26T00:39:11.186ZAug 26 00:39:09.427 Aug 26 00:39:09.427DEBG DEBGinitted freemap. size: 64 , replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
77282026-08-26T00:39:11.186Z: freemap_route_ipv4
77292026-08-26T00:39:11.186ZAug 26 00:39:09.427 DEBG reset freemap, Aug 26 00:39:09.427unit :INFO freemap_route_ipv4adding route 172.17.0.58/32 -> 10.0.0.255
77302026-08-26T00:39:11.186Z
77312026-08-26T00:39:11.186ZAug 26 00:39:09.427 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 } }]
77322026-08-26T00:39:11.186ZAug 26 00:39:09.427 DEBGAug 26 00:39:09.427 initted freemap. size: 64INFO, unitadding route 172.17.0.59/32 -> 10.0.0.255:
77332026-08-26T00:39:11.186Z freemap_route_ipv6
77342026-08-26T00:39:11.186ZAug 26 00:39:09.427 DEBG reset freemap, unitAug 26 00:39:09.427: DEBGfreemap_route_ipv6
77352026-08-26T00:39:11.187Zreplacing 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 } }]
77362026-08-26T00:39:11.187ZAug 26 00:39:09.427Aug 26 00:39:09.427 INFOINFO adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1
77372026-08-26T00:39:11.187Z
77382026-08-26T00:39:11.187ZAug 26 00:39:09.427 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 } }]
77392026-08-26T00:39:11.187ZAug 26 00:39:09.427Aug 26 00:39:09.427 DEBGINFO replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2
77402026-08-26T00:39:11.187Z
77412026-08-26T00:39:11.187ZAug 26 00:39:09.427 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 } }]
77422026-08-26T00:39:11.187ZAug 26 00:39:09.427 Aug 26 00:39:09.427DEBG INFOfailed to allocate space for the new target list
77432026-08-26T00:39:11.187Zadding route 172.17.0.0/32 -> 10.0.0.255
77442026-08-26T00:39:11.187ZAug 26 00:39:09.427 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 } }]
77452026-08-26T00:39:11.187ZAug 26 00:39:09.427 Aug 26 00:39:09.427DEBG 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 } }]
77462026-08-26T00:39:11.187Zadding route 172.17.0.1/32 -> 10.0.0.255
77472026-08-26T00:39:11.187ZAug 26 00:39:09.427 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 } }]
77482026-08-26T00:39:11.187ZAug 26 00:39:09.427 INFO adding route 172.17.0.2/32 -> 10.0.0.255DEBG
77492026-08-26T00:39:11.187Z 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 } }]
77502026-08-26T00:39:11.187ZAug 26 00:39:09.427 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 } }]
77512026-08-26T00:39:11.187ZAug 26 00:39:09.427Aug 26 00:39:09.427 INFOINFO adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.3/32 -> 10.0.0.255
77522026-08-26T00:39:11.187Z
77532026-08-26T00:39:11.188ZAug 26 00:39:09.427Aug 26 00:39:09.427 DEBGDEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 } }]
77542026-08-26T00:39:11.188Z
77552026-08-26T00:39:11.188ZAug 26 00:39:09.427 INFO adding route 172.17.0.38/32 -> 10.0.0.255
77562026-08-26T00:39:11.188ZAug 26 00:39:09.427Aug 26 00:39:09.427 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 } }]INFO
77572026-08-26T00:39:11.188Z adding route 172.17.0.4/32 -> 10.0.0.255
77582026-08-26T00:39:11.188ZAug 26 00:39:09.427 Aug 26 00:39:09.427INFO DEBGadding route 172.17.0.39/32 -> 10.0.0.255
77592026-08-26T00:39:11.188Zreplacing 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 } }]
77602026-08-26T00:39:11.188ZAug 26 00:39:09.427 Aug 26 00:39:09.427DEBG 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 } }]
77612026-08-26T00:39:11.188Zadding route 172.17.0.5/32 -> 10.0.0.255
77622026-08-26T00:39:11.188ZAug 26 00:39:09.427Aug 26 00:39:09.427 INFODEBG adding route 172.17.0.40/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 } }]
77632026-08-26T00:39:11.188Z
77642026-08-26T00:39:11.188ZAug 26 00:39:09.427Aug 26 00:39:09.427 DEBGINFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.6/32 -> 10.0.0.255
77652026-08-26T00:39:11.188Z
77662026-08-26T00:39:11.188ZAug 26 00:39:09.427Aug 26 00:39:09.427 INFODEBG adding route 172.17.0.41/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 } }]
77672026-08-26T00:39:11.188Z
77682026-08-26T00:39:11.188Ztest route::tests::delete_targets_full ... ok
77692026-08-26T00:39:11.188ZAug 26 00:39:09.427Aug 26 00:39:09.427 INFODEBG adding route 172.17.0.7/32 -> 10.0.0.255replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77702026-08-26T00:39:11.188ZAug 26 00:39:09.427
77712026-08-26T00:39:11.188Z 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 } }]
77722026-08-26T00:39:11.188ZAug 26 00:39:09.427Aug 26 00:39:09.427 INFOINFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.8/32 -> 10.0.0.255
77732026-08-26T00:39:11.188Z
77742026-08-26T00:39:11.188ZAug 26 00:39:09.427Aug 26 00:39:09.427 DEBGDEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
77752026-08-26T00:39:11.188Z
77762026-08-26T00:39:11.188ZAug 26 00:39:09.427Aug 26 00:39:09.427 INFOINFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255
77772026-08-26T00:39:11.188Z
77782026-08-26T00:39:11.188ZAug 26 00:39:09.427Aug 26 00:39:09.427 DEBGDEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
77792026-08-26T00:39:11.188Z
77802026-08-26T00:39:11.188ZAug 26 00:39:09.427Aug 26 00:39:09.427 INFOINFO adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.44/32 -> 10.0.0.255
77812026-08-26T00:39:11.188Z
77822026-08-26T00:39:11.188ZAug 26 00:39:09.427Aug 26 00:39:09.427 DEBGDEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
77832026-08-26T00:39:11.188Z
77842026-08-26T00:39:11.188ZAug 26 00:39:09.427Aug 26 00:39:09.427 INFOINFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255
77852026-08-26T00:39:11.188Z
77862026-08-26T00:39:11.188ZAug 26 00:39:09.427Aug 26 00:39:09.427 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.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 } }]
77872026-08-26T00:39:11.188Z
77882026-08-26T00:39:11.189ZAug 26 00:39:09.427Aug 26 00:39:09.427 INFOINFO adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255
77892026-08-26T00:39:11.189Z
77902026-08-26T00:39:11.189ZAug 26 00:39:09.427Aug 26 00:39:09.427 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.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 } }]
77912026-08-26T00:39:11.189Z
77922026-08-26T00:39:11.189ZAug 26 00:39:09.427Aug 26 00:39:09.427 INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255
77932026-08-26T00:39:11.189Z
77942026-08-26T00:39:11.189ZAug 26 00:39:09.427Aug 26 00:39:09.427 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.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 } }]
77952026-08-26T00:39:11.189Z
77962026-08-26T00:39:11.189ZAug 26 00:39:09.427Aug 26 00:39:09.427 INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.14/32 -> 10.0.0.255
77972026-08-26T00:39:11.189Z
77982026-08-26T00:39:11.189ZAug 26 00:39:09.427Aug 26 00:39:09.427 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.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 } }]
77992026-08-26T00:39:11.189Z
78002026-08-26T00:39:11.189ZAug 26 00:39:09.427Aug 26 00:39:09.427 INFOINFO adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.49/32 -> 10.0.0.255
78012026-08-26T00:39:11.189Z
78022026-08-26T00:39:11.194ZAug 26 00:39:09.427Aug 26 00:39:09.427 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.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78032026-08-26T00:39:11.194Z
78042026-08-26T00:39:11.194ZAug 26 00:39:09.427Aug 26 00:39:09.427 INFOINFO adding route 172.17.0.50/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255
78052026-08-26T00:39:11.194Z
78062026-08-26T00:39:11.194ZAug 26 00:39:09.427Aug 26 00:39:09.427 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.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 } }]
78072026-08-26T00:39:11.194Z
78082026-08-26T00:39:11.194ZAug 26 00:39:09.427Aug 26 00:39:09.427 INFOINFO adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255
78092026-08-26T00:39:11.194Z
78102026-08-26T00:39:11.194ZAug 26 00:39:09.427Aug 26 00:39:09.427 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 } }]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 } }]
78112026-08-26T00:39:11.194Z
78122026-08-26T00:39:11.194ZAug 26 00:39:09.427Aug 26 00:39:09.427 INFOINFO adding route 172.17.0.18/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255
78132026-08-26T00:39:11.194Z
78142026-08-26T00:39:11.195ZAug 26 00:39:09.427Aug 26 00:39:09.427 DEBGDEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
78152026-08-26T00:39:11.195Z
78162026-08-26T00:39:11.195ZAug 26 00:39:09.427Aug 26 00:39:09.427 INFOINFO adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.17.0.53/32 -> 10.0.0.255
78172026-08-26T00:39:11.195Z
78182026-08-26T00:39:11.195ZAug 26 00:39:09.427Aug 26 00:39:09.427 DEBGDEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
78192026-08-26T00:39:11.195Z
78202026-08-26T00:39:11.195ZAug 26 00:39:09.427Aug 26 00:39:09.427 INFOINFO adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255
78212026-08-26T00:39:11.195Z
78222026-08-26T00:39:11.195ZAug 26 00:39:09.427Aug 26 00:39:09.427 DEBGDEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
78232026-08-26T00:39:11.195Z
78242026-08-26T00:39:11.195ZAug 26 00:39:09.427Aug 26 00:39:09.427 INFOINFO adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.17.0.21/32 -> 10.0.0.255
78252026-08-26T00:39:11.195Z
78262026-08-26T00:39:11.195ZAug 26 00:39:09.427Aug 26 00:39:09.427 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.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 } }]
78272026-08-26T00:39:11.195Z
78282026-08-26T00:39:11.195ZAug 26 00:39:09.427Aug 26 00:39:09.427 INFOINFO adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255
78292026-08-26T00:39:11.195Z
78302026-08-26T00:39:11.195ZAug 26 00:39:09.427Aug 26 00:39:09.427 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.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 } }]
78312026-08-26T00:39:11.195Z
78322026-08-26T00:39:11.195ZAug 26 00:39:09.427Aug 26 00:39:09.427 INFOINFO adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.57/32 -> 10.0.0.255
78332026-08-26T00:39:11.195Z
78342026-08-26T00:39:11.196ZAug 26 00:39:09.427Aug 26 00:39:09.427 DEBGDEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
78352026-08-26T00:39:11.196Z
78362026-08-26T00:39:11.196ZAug 26 00:39:09.427Aug 26 00:39:09.427 INFOINFO adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255
78372026-08-26T00:39:11.196Z
78382026-08-26T00:39:11.196ZAug 26 00:39:09.427Aug 26 00:39:09.427 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.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 } }]
78392026-08-26T00:39:11.196ZAug 26 00:39:09.437 INFO adding route 172.17.0.25/32 -> 10.0.0.255
78402026-08-26T00:39:11.196ZAug 26 00:39:09.437 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-26T00:39:11.196ZAug 26 00:39:09.437 INFO
78422026-08-26T00:39:11.196Z adding route 172.17.0.26/32 -> 10.0.0.255
78432026-08-26T00:39:11.196ZAug 26 00:39:09.437 DEBGAug 26 00:39:09.437 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
78442026-08-26T00:39:11.196Z adding route 172.17.0.59/32 -> 10.0.0.255
78452026-08-26T00:39:11.196ZAug 26 00:39:09.437 INFO Aug 26 00:39:09.437adding route 172.17.0.27/32 -> 10.0.0.255
78462026-08-26T00:39:11.196ZDEBG 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 } }]
78472026-08-26T00:39:11.196ZAug 26 00:39:09.437 DEBG Aug 26 00:39:09.437replacing 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 } }]
78482026-08-26T00:39:11.196ZINFO adding route 172.17.0.60/32 -> 10.0.0.255
78492026-08-26T00:39:11.196ZAug 26 00:39:09.437 INFO Aug 26 00:39:09.437adding route 172.17.0.28/32 -> 10.0.0.255
78502026-08-26T00:39:11.196ZDEBG 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 } }]
78512026-08-26T00:39:11.196ZAug 26 00:39:09.437 DEBG Aug 26 00:39:09.437replacing 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 } }]
78522026-08-26T00:39:11.196ZDEBG failed to allocate space for the new target list
78532026-08-26T00:39:11.196ZAug 26 00:39:09.437 INFO Aug 26 00:39:09.437adding route 172.17.0.29/32 -> 10.0.0.255
78542026-08-26T00:39:11.196ZDEBG replacing targets for 172.16.0.0/32 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 } }]
78552026-08-26T00:39:11.196ZAug 26 00:39:09.437 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 } }]
78562026-08-26T00:39:11.196ZAug 26 00:39:09.437 INFO adding route 172.17.0.30/32 -> 10.0.0.255
78572026-08-26T00:39:11.196ZAug 26 00:39:09.437 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 } }]
78582026-08-26T00:39:11.197ZAug 26 00:39:09.437 INFO adding route 172.17.0.31/32 -> 10.0.0.255
78592026-08-26T00:39:11.197Ztest route::tests::delete_target_full ... ok
78602026-08-26T00:39:11.197ZAug 26 00:39:09.437 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 } }]
78612026-08-26T00:39:11.197Z
78622026-08-26T00:39:11.197Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
78632026-08-26T00:39:11.197Z
78642026-08-26T00:39:11.197ZAug 26 00:39:09.437 INFO adding route 172.17.0.32/32 -> 10.0.0.255
78652026-08-26T00:39:11.197Z
78662026-08-26T00:39:11.197Zrunning 0 tests
78672026-08-26T00:39:11.197ZAug 26 00:39:09.437 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 } }]
78682026-08-26T00:39:11.197Z
78692026-08-26T00:39:11.197Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78702026-08-26T00:39:11.197ZAug 26 00:39:09.437 INFO adding route 172.17.0.33/32 -> 10.0.0.255
78712026-08-26T00:39:11.197Z
78722026-08-26T00:39:11.197Z
78732026-08-26T00:39:11.197ZAug 26 00:39:09.437 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 } }]
78742026-08-26T00:39:11.197Zrunning 0 tests
78752026-08-26T00:39:11.197Z
78762026-08-26T00:39:11.197ZAug 26 00:39:09.437 INFO adding route 172.17.0.34/32 -> 10.0.0.255
78772026-08-26T00:39:11.197Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78782026-08-26T00:39:11.197Z
78792026-08-26T00:39:11.197ZAug 26 00:39:09.437 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 } }]
78802026-08-26T00:39:11.198ZAug 26 00:39:09.437 INFO adding route 172.17.0.35/32 -> 10.0.0.255
78812026-08-26T00:39:11.198ZAug 26 00:39:09.437 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 } }]
78822026-08-26T00:39:11.198ZAug 26 00:39:09.437 INFO adding route 172.17.0.36/32 -> 10.0.0.255
78832026-08-26T00:39:11.198ZAug 26 00:39:09.437 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 } }]
78842026-08-26T00:39:11.198ZAug 26 00:39:09.437 INFO adding route 172.17.0.37/32 -> 10.0.0.255
78852026-08-26T00:39:11.198ZAug 26 00:39:09.437 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 } }]
78862026-08-26T00:39:11.198ZAug 26 00:39:09.437 INFO adding route 172.17.0.38/32 -> 10.0.0.255
78872026-08-26T00:39:11.198ZAug 26 00:39:09.437 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 } }]
78882026-08-26T00:39:11.198ZAug 26 00:39:09.437 INFO adding route 172.17.0.39/32 -> 10.0.0.255
78892026-08-26T00:39:11.198ZAug 26 00:39:09.437 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 } }]
78902026-08-26T00:39:11.198ZAug 26 00:39:09.437 INFO adding route 172.17.0.40/32 -> 10.0.0.255
78912026-08-26T00:39:11.198ZAug 26 00:39:09.437 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 } }]
78922026-08-26T00:39:11.198ZAug 26 00:39:09.437 INFO adding route 172.17.0.41/32 -> 10.0.0.255
78932026-08-26T00:39:11.198ZAug 26 00:39:09.437 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 } }]
78942026-08-26T00:39:11.198ZAug 26 00:39:09.437 INFO adding route 172.17.0.42/32 -> 10.0.0.255
78952026-08-26T00:39:11.198ZAug 26 00:39:09.437 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 } }]
78962026-08-26T00:39:11.198ZAug 26 00:39:09.437 INFO adding route 172.17.0.43/32 -> 10.0.0.255
78972026-08-26T00:39:11.198ZAug 26 00:39:09.437 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 } }]
78982026-08-26T00:39:11.198ZAug 26 00:39:09.437 INFO adding route 172.17.0.44/32 -> 10.0.0.255
78992026-08-26T00:39:11.198ZAug 26 00:39:09.437 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 } }]
79002026-08-26T00:39:11.198ZAug 26 00:39:09.437 INFO adding route 172.17.0.45/32 -> 10.0.0.255
79012026-08-26T00:39:11.199ZAug 26 00:39:09.437 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 } }]
79022026-08-26T00:39:11.255ZAug 26 00:39:09.437 INFO adding route 172.17.0.46/32 -> 10.0.0.255
79032026-08-26T00:39:11.255ZAug 26 00:39:09.437 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 } }]
79042026-08-26T00:39:11.255ZAug 26 00:39:09.437 INFO adding route 172.17.0.47/32 -> 10.0.0.255
79052026-08-26T00:39:11.255ZAug 26 00:39:09.437 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 } }]
79062026-08-26T00:39:11.256ZAug 26 00:39:09.437 INFO adding route 172.17.0.48/32 -> 10.0.0.255
79072026-08-26T00:39:11.256ZAug 26 00:39:09.437 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 } }]
79082026-08-26T00:39:11.256ZAug 26 00:39:09.437 INFO adding route 172.17.0.49/32 -> 10.0.0.255
79092026-08-26T00:39:11.256ZAug 26 00:39:09.437 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 } }]
79102026-08-26T00:39:11.256ZAug 26 00:39:09.437 INFO adding route 172.17.0.50/32 -> 10.0.0.255
79112026-08-26T00:39:11.256ZAug 26 00:39:09.437 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 } }]
79122026-08-26T00:39:11.256ZAug 26 00:39:09.447 INFO adding route 172.17.0.51/32 -> 10.0.0.255
79132026-08-26T00:39:11.256ZAug 26 00:39:09.447 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 } }]
79142026-08-26T00:39:11.256ZAug 26 00:39:09.447 INFO adding route 172.17.0.52/32 -> 10.0.0.255
79152026-08-26T00:39:11.256ZAug 26 00:39:09.447 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 } }]
79162026-08-26T00:39:11.256ZAug 26 00:39:09.447 INFO adding route 172.17.0.53/32 -> 10.0.0.255
79172026-08-26T00:39:11.256ZAug 26 00:39:09.447 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 } }]
79182026-08-26T00:39:11.256ZAug 26 00:39:09.447 INFO adding route 172.17.0.54/32 -> 10.0.0.255
79192026-08-26T00:39:11.256ZAug 26 00:39:09.447 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 } }]
79202026-08-26T00:39:11.256ZAug 26 00:39:09.447 INFO adding route 172.17.0.55/32 -> 10.0.0.255
79212026-08-26T00:39:11.256ZAug 26 00:39:09.447 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 } }]
79222026-08-26T00:39:11.256ZAug 26 00:39:09.447 INFO adding route 172.17.0.56/32 -> 10.0.0.255
79232026-08-26T00:39:11.257ZAug 26 00:39:09.447 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 } }]
79242026-08-26T00:39:11.257ZAug 26 00:39:09.447 INFO adding route 172.17.0.57/32 -> 10.0.0.255
79252026-08-26T00:39:11.257ZAug 26 00:39:09.447 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 } }]
79262026-08-26T00:39:11.257ZAug 26 00:39:09.447 INFO adding route 172.17.0.58/32 -> 10.0.0.255
79272026-08-26T00:39:11.257ZAug 26 00:39:09.447 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 } }]
79282026-08-26T00:39:11.257ZAug 26 00:39:09.447 INFO adding route 172.17.0.59/32 -> 10.0.0.255
79292026-08-26T00:39:11.257ZAug 26 00:39:09.447 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 } }]
79302026-08-26T00:39:11.257ZAug 26 00:39:09.447 INFO adding route 172.17.0.60/32 -> 10.0.0.255
79312026-08-26T00:39:11.257ZAug 26 00:39:09.447 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 } }]
79322026-08-26T00:39:11.257ZAug 26 00:39:09.447 INFO adding route 172.17.0.61/32 -> 10.0.0.255
79332026-08-26T00:39:11.257ZAug 26 00:39:09.447 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 } }]
79342026-08-26T00:39:11.257ZAug 26 00:39:09.447 INFO adding route 172.17.0.62/32 -> 10.0.0.255
79352026-08-26T00:39:11.257ZAug 26 00:39:09.447 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 } }]
79362026-08-26T00:39:11.257ZAug 26 00:39:09.447 DEBG failed to allocate space for the new target list
79372026-08-26T00:39:11.257ZAug 26 00:39:09.447 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 } }]
79382026-08-26T00:39:11.257Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-8eb1c8c2d7d06d7f)
79392026-08-26T00:39:11.257Z Running unittests src/lib.rs (target/debug/deps/dpd_api-acda18f7a0b943fc)
79402026-08-26T00:39:11.257Z Running unittests src/lib.rs (target/debug/deps/dpd_client-46f990a541b57c34)
79412026-08-26T00:39:11.257Z
79422026-08-26T00:39:11.257Zrunning 6 tests
79432026-08-26T00:39:11.258Ztest tests::test_port_id_cmp ... ok
79442026-08-26T00:39:11.258Ztest tests::test_parse_client_port_id ... ok
79452026-08-26T00:39:11.258Ztest tests::test_full_lot_id_neither_present ... ok
79462026-08-26T00:39:11.258Ztest tests::test_full_lot_id_lotnum_only ... ok
79472026-08-26T00:39:11.258Ztest tests::test_full_lot_id_lot_only ... ok
79482026-08-26T00:39:11.258Ztest tests::test_full_lot_id_both_present ... ok
79492026-08-26T00:39:11.258Z
79502026-08-26T00:39:11.258Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79512026-08-26T00:39:11.258Z
79522026-08-26T00:39:11.258Z Running tests/test_all.rs (target/debug/deps/test_all-d463c0c7b8038ad2)
79532026-08-26T00:39:11.258Z
79542026-08-26T00:39:11.258Zrunning 0 tests
79552026-08-26T00:39:11.258Z
79562026-08-26T00:39:11.258Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79572026-08-26T00:39:11.258Z
79582026-08-26T00:39:11.258Z Running unittests src/lib.rs (target/debug/deps/dpd_types-13ccc83203b2fded)
79592026-08-26T00:39:11.258Z
79602026-08-26T00:39:11.258Zrunning 0 tests
79612026-08-26T00:39:11.258Z
79622026-08-26T00:39:11.258Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79632026-08-26T00:39:11.258Z
79642026-08-26T00:39:11.259Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a087f10fd23084c3)
79652026-08-26T00:39:11.259Z
79662026-08-26T00:39:11.259Zrunning 15 tests
79672026-08-26T00:39:11.259Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
79682026-08-26T00:39:11.259Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
79692026-08-26T00:39:11.259Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
79702026-08-26T00:39:11.259Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
79712026-08-26T00:39:11.259Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
79722026-08-26T00:39:11.259Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
79732026-08-26T00:39:11.259Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
79742026-08-26T00:39:11.259Ztest v1::network::tests::test_equal ... ok
79752026-08-26T00:39:11.259Ztest v1::network::tests::test_eui64 ... ok
79762026-08-26T00:39:11.259Ztest v1::network::tests::test_into ... ok
79772026-08-26T00:39:11.259Ztest v1::network::tests::test_not_equal ... ok
79782026-08-26T00:39:11.259Ztest v1::network::tests::test_parse ... ok
79792026-08-26T00:39:11.259Ztest v1::network::tests::test_to_string ... ok
79802026-08-26T00:39:11.259Ztest v1::port::tests::port_ids_are_ascii ... ok
79812026-08-26T00:39:11.259Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
79822026-08-26T00:39:11.259Z
79832026-08-26T00:39:11.259Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
79842026-08-26T00:39:11.260Z
79852026-08-26T00:39:11.260Z Running unittests src/lib.rs (target/debug/deps/packet-ba01ebb1966a5934)
79862026-08-26T00:39:11.260Z
79872026-08-26T00:39:11.260Zrunning 12 tests
79882026-08-26T00:39:11.260Ztest icmp::test_v6_checksum ... ok
79892026-08-26T00:39:11.260Ztest icmp::test_v4_checksum ... ok
79902026-08-26T00:39:11.260Ztest lldp::test_lldp_parse ... ok
79912026-08-26T00:39:11.260Ztest ipv6::test_ipv6_parse ... ok
79922026-08-26T00:39:11.260Ztest pbuf::test_byte ... ok
79932026-08-26T00:39:11.260Ztest pbuf::test_nibble ... ok
79942026-08-26T00:39:11.260Ztest pbuf::test_short ... ok
79952026-08-26T00:39:11.260Ztest pbuf::test_overflow ... ok
79962026-08-26T00:39:11.260Ztest pbuf::test_twelve ... ok
79972026-08-26T00:39:11.260Ztest pbuf::test_word ... ok
79982026-08-26T00:39:11.260Ztest tcp::test_checksum_ack_data ... ok
79992026-08-26T00:39:11.260Ztest tcp::test_checksum_syn_nodata ... ok
80002026-08-26T00:39:11.260Z
80012026-08-26T00:39:11.260Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80022026-08-26T00:39:11.266Z
80032026-08-26T00:39:11.266Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
80042026-08-26T00:39:11.266Z
80052026-08-26T00:39:11.266Zrunning 0 tests
80062026-08-26T00:39:11.266Z
80072026-08-26T00:39:11.266Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80082026-08-26T00:39:11.266Z
80092026-08-26T00:39:11.266Z Running unittests src/main.rs (target/debug/deps/swadm-8b60a7681ffc8f1d)
80102026-08-26T00:39:11.266Z
80112026-08-26T00:39:11.266Zrunning 5 tests
80122026-08-26T00:39:11.266Ztest switchport::test::test_compute_lanes ... ok
80132026-08-26T00:39:11.270Ztest switchport::test::port_id_ordering ... ok
80142026-08-26T00:39:11.271Z Lane 0 Lane 1 Lane 2 Lane 3
80152026-08-26T00:39:11.271Z Rx Loss-of-lock: Yes Yes Yes Yes
80162026-08-26T00:39:11.271Z Rx Loss-of-signal: Yes Yes Yes Yes
80172026-08-26T00:39:11.271Z Rx CDR Enabled: Yes Yes Yes Yes
80182026-08-26T00:39:11.271Z Tx Enabled: Yes Yes Yes Yes
80192026-08-26T00:39:11.271Z Lane 0 Tx Loss-of-lock: No No No Lane 1No
80202026-08-26T00:39:11.271Z Tx Loss-of-signal: NoLane 2 NoLane 3
80212026-08-26T00:39:11.271ZNo No
80222026-08-26T00:39:11.271Z State: Activated Tx CDR Enabled: No NoActivated NoActivated NoActivated
80232026-08-26T00:39:11.271Z
80242026-08-26T00:39:11.271Z Tx Adaptive EQ Fault: No Rx Output Enabled: falseNo falseNo falseNo
80252026-08-26T00:39:11.271Zfalse
80262026-08-26T00:39:11.271Z Tx Fault: Yes Rx Output Status: valid Yes validYes validYes
80272026-08-26T00:39:11.272Zvalid
80282026-08-26T00:39:11.272Z Rx Loss-of-lock: true true true true
80292026-08-26T00:39:11.272Z Rx Loss-of-signal: false false false false
80302026-08-26T00:39:11.272Ztest link::test_filter ... Rx Auto-squelch Disable: trueok
80312026-08-26T00:39:11.272Ztrue true true
80322026-08-26T00:39:11.272Z Tx Output Enabled: true true true true
80332026-08-26T00:39:11.272Z Tx Output Status: invalid invalid invalid invalid
80342026-08-26T00:39:11.272Z Tx Loss-of-lock: false false false false
80352026-08-26T00:39:11.272Z Tx Loss-of-signal: true true true true
80362026-08-26T00:39:11.272ZTx Auto-squelch Disable: false false false false
80372026-08-26T00:39:11.272Z Tx Adaptive EQ Fail: true true true true
80382026-08-26T00:39:11.272Z Tx Failure: false false false false
80392026-08-26T00:39:11.272Z Tx Force Squelch: true true true true
80402026-08-26T00:39:11.272Z Tx Input Polarity: normal normal normal normal
80412026-08-26T00:39:11.272Ztest switchport::test::test_print_cmis_datapath ... ok
80422026-08-26T00:39:11.272Ztest switchport::test::test_print_sff_datapath ... ok
80432026-08-26T00:39:11.272Z
80442026-08-26T00:39:11.272Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
80452026-08-26T00:39:11.272Z
80462026-08-26T00:39:11.276Z Running tests/counters.rs (target/debug/deps/counters-e3479b23dddbc240)
80472026-08-26T00:39:11.280Z
80482026-08-26T00:39:11.280Zrunning 1 test
80492026-08-26T00:39:11.280Ztest test_p4_counter_list ... ignored
80502026-08-26T00:39:11.280Z
80512026-08-26T00:39:11.280Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
80522026-08-26T00:39:11.280Z
80532026-08-26T00:39:11.280Z Running tests/port-link.rs (target/debug/deps/port_link-00db9624adb8b2ed)
80542026-08-26T00:39:11.285Z
80552026-08-26T00:39:11.285Zrunning 5 tests
80562026-08-26T00:39:11.288Ztest test_an ... ignored
80572026-08-26T00:39:11.289Ztest test_enable ... ignored
80582026-08-26T00:39:11.289Ztest test_ip_addresses ... ignored
80592026-08-26T00:39:11.289Ztest test_kr ... ignored
80602026-08-26T00:39:11.289Ztest test_mac ... ignored
80612026-08-26T00:39:11.289Z
80622026-08-26T00:39:11.289Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
80632026-08-26T00:39:11.289Z
80642026-08-26T00:39:11.289Z Running unittests src/main.rs (target/debug/deps/tfportd-6974a95e51a2690a)
80652026-08-26T00:39:11.292Z
80662026-08-26T00:39:11.292Zrunning 3 tests
80672026-08-26T00:39:11.293Ztest linklocal::test_parse_ipadm ... ok
80682026-08-26T00:39:11.293Ztest tfport::test_parse_tfport ... ok
80692026-08-26T00:39:11.293Ztest config::tests::test_updates ... ok
80702026-08-26T00:39:11.293Z
80712026-08-26T00:39:11.293Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80722026-08-26T00:39:11.293Z
80732026-08-26T00:39:11.293Z Running unittests src/main.rs (target/debug/deps/uplinkd-58387cf59eafe330)
80742026-08-26T00:39:11.297Z
80752026-08-26T00:39:11.297Zrunning 0 tests
80762026-08-26T00:39:11.300Z
80772026-08-26T00:39:11.300Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80782026-08-26T00:39:11.300Z
80792026-08-26T00:39:11.301Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
80802026-08-26T00:39:11.304Z
80812026-08-26T00:39:11.304Zrunning 0 tests
80822026-08-26T00:39:11.304Z
80832026-08-26T00:39:11.304Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80842026-08-26T00:39:11.304Z
80852026-08-26T00:39:11.304Z Doc-tests aal
80862026-08-26T00:39:11.529Z
80872026-08-26T00:39:11.530Zrunning 0 tests
80882026-08-26T00:39:11.530Z
80892026-08-26T00:39:11.533Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80902026-08-26T00:39:11.534Z
80912026-08-26T00:39:11.556Z Doc-tests aal_macros
80922026-08-26T00:39:11.629Z
80932026-08-26T00:39:11.630Zrunning 0 tests
80942026-08-26T00:39:11.630Z
80952026-08-26T00:39:11.630Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80962026-08-26T00:39:11.630Z
80972026-08-26T00:39:11.640Z Doc-tests common
80982026-08-26T00:39:11.878Z
80992026-08-26T00:39:11.878Zrunning 0 tests
81002026-08-26T00:39:11.878Z
81012026-08-26T00:39:11.878Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81022026-08-26T00:39:11.879Z
81032026-08-26T00:39:11.905Z Doc-tests dpd_api
81042026-08-26T00:39:12.618Z
81052026-08-26T00:39:12.618Zrunning 2 tests
81062026-08-26T00:39:12.618Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
81072026-08-26T00:39:12.618Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
81082026-08-26T00:39:12.618Z
81092026-08-26T00:39:12.618Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81102026-08-26T00:39:12.618Z
81112026-08-26T00:39:12.648Z Doc-tests dpd_client
81122026-08-26T00:39:14.140Z
81132026-08-26T00:39:14.141Zrunning 0 tests
81142026-08-26T00:39:14.141Z
81152026-08-26T00:39:14.141Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81162026-08-26T00:39:14.141Z
81172026-08-26T00:39:14.194Z Doc-tests dpd_types
81182026-08-26T00:39:14.380Z
81192026-08-26T00:39:14.380Zrunning 0 tests
81202026-08-26T00:39:14.380Z
81212026-08-26T00:39:14.380Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81222026-08-26T00:39:14.380Z
81232026-08-26T00:39:14.405Z Doc-tests dpd_types_versions
81242026-08-26T00:39:15.912Z
81252026-08-26T00:39:15.912Zrunning 1 test
81262026-08-26T00:39:15.912Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
81272026-08-26T00:39:15.912Z
81282026-08-26T00:39:15.912Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
81292026-08-26T00:39:15.912Z
81302026-08-26T00:39:15.963Z Doc-tests packet
81312026-08-26T00:39:16.184Z
81322026-08-26T00:39:16.184Zrunning 0 tests
81332026-08-26T00:39:16.184Z
81342026-08-26T00:39:16.184Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81352026-08-26T00:39:16.184Z
81362026-08-26T00:39:16.211Z Doc-tests pcap
81372026-08-26T00:39:16.264Z
81382026-08-26T00:39:16.264Zrunning 0 tests
81392026-08-26T00:39:16.264Z
81402026-08-26T00:39:16.264Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81412026-08-26T00:39:16.264Z
81422026-08-26T00:39:16.314Z+ for feat in tofino_stub tofino_asic softnpu chaos
81432026-08-26T00:39:16.314Z+ RUST_BACKTRACE=full
81442026-08-26T00:39:16.314Z+ cargo test --features chaos --no-fail-fast
81452026-08-26T00:39:16.931Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
81462026-08-26T00:39:17.012Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
81472026-08-26T00:39:17.019Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
81482026-08-26T00:39:25.736Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
81492026-08-26T00:39:25.883Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
81502026-08-26T00:40:03.466Z Finished `test` profile [unoptimized + debuginfo] target(s) in 47.13s
81512026-08-26T00:40:03.583Z Running unittests src/lib.rs (target/debug/deps/aal-43e0b8f52d66773a)
81522026-08-26T00:40:03.592Z
81532026-08-26T00:40:03.592Zrunning 0 tests
81542026-08-26T00:40:03.592Z
81552026-08-26T00:40:03.595Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81562026-08-26T00:40:03.595Z
81572026-08-26T00:40:03.595Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
81582026-08-26T00:40:03.598Z
81592026-08-26T00:40:03.599Zrunning 0 tests
81602026-08-26T00:40:03.599Z
81612026-08-26T00:40:03.599Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81622026-08-26T00:40:03.599Z
81632026-08-26T00:40:03.602Z Running unittests src/lib.rs (target/debug/deps/asic-993c138cbfdc1231)
81642026-08-26T00:40:03.607Z
81652026-08-26T00:40:03.607Zrunning 0 tests
81662026-08-26T00:40:03.607Z
81672026-08-26T00:40:03.611Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81682026-08-26T00:40:03.611Z
81692026-08-26T00:40:03.611Z Running unittests src/lib.rs (target/debug/deps/common-6afafc4407b0a90c)
81702026-08-26T00:40:03.631Z
81712026-08-26T00:40:03.631Zrunning 4 tests
81722026-08-26T00:40:03.634Ztest nat::tests::test_vni ... ok
81732026-08-26T00:40:03.635Ztest network::tests::test_generate_ipv6_link_local ... ok
81742026-08-26T00:40:03.637Ztest test_purge ... ok
81752026-08-26T00:40:03.640Ztest illumos::test::address_exists_handles_missing_object ... ok
81762026-08-26T00:40:03.641Z
81772026-08-26T00:40:03.644Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
81782026-08-26T00:40:03.644Z
81792026-08-26T00:40:03.644Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-3b6a1705a6b97607)
81802026-08-26T00:40:03.667Z
81812026-08-26T00:40:03.667Zrunning 1 test
81822026-08-26T00:40:03.671Z -------
81832026-08-26T00:40:03.674Z Generating OpenAPI documents from API definitions ...
81842026-08-26T00:40:03.832Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
81852026-08-26T00:40:03.912Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
81862026-08-26T00:40:04.950Z -------
81872026-08-26T00:40:04.950Z Checking 13 OpenAPI documents...
81882026-08-26T00:40:04.950Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
81892026-08-26T00:40:04.950Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
81902026-08-26T00:40:04.950Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
81912026-08-26T00:40:04.950Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
81922026-08-26T00:40:04.953Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
81932026-08-26T00:40:04.953Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
81942026-08-26T00:40:04.953Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
81952026-08-26T00:40:04.954Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
81962026-08-26T00:40:04.954Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
81972026-08-26T00:40:04.954Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
81982026-08-26T00:40:04.954Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
81992026-08-26T00:40:04.954Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
82002026-08-26T00:40:04.954Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
82012026-08-26T00:40:04.954Z Fresh dpd "latest" symlink
82022026-08-26T00:40:04.954Z -------
82032026-08-26T00:40:04.954Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
82042026-08-26T00:40:05.019Ztest test::test_apis_up_to_date ... ok
82052026-08-26T00:40:05.019Z
82062026-08-26T00:40:05.019Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.35s
82072026-08-26T00:40:05.019Z
82082026-08-26T00:40:05.082Z Running unittests src/main.rs (target/debug/deps/dpd-e7face9dfb47d614)
82092026-08-26T00:40:05.090Z
82102026-08-26T00:40:05.090Zrunning 34 tests
82112026-08-26T00:40:05.094Ztest freemap::test_ordering ... ok
82122026-08-26T00:40:05.094Ztest config::tests::test_updates ... ok
82132026-08-26T00:40:05.094Ztest dhcpv6::tests::test_create_duid_bytes ... ok
82142026-08-26T00:40:05.094Ztest freemap::test_split ... ok
82152026-08-26T00:40:05.094Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
82162026-08-26T00:40:05.094Ztest macaddrs::tests::test_mac_offset ... ok
82172026-08-26T00:40:05.099Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
82182026-08-26T00:40:05.099ZAug 26 00:40:03.394 DEBG created new freemap, unit: freemap_test
82192026-08-26T00:40:05.099ZAug 26 00:40:03.394 DEBG initted freemap. size: 128, unit: freemap_testAug 26 00:40:03.394
82202026-08-26T00:40:05.099Z DEBG created new freemapAug 26 00:40:03.394, unitDEBG: reset freemapfreemap_test, unit
82212026-08-26T00:40:05.099Z: freemap_test
82222026-08-26T00:40:05.099ZAug 26 00:40:03.394 DEBG initted freemap. size: 128, unit: freemap_test
82232026-08-26T00:40:05.099ZAug 26 00:40:03.394 DEBG reset freemap, unit: freemap_test
82242026-08-26T00:40:05.099ZAug 26 00:40:03.394 DEBG Aug 26 00:40:03.394created new freemap , DEBGunit :created new freemap freemap_test,
82252026-08-26T00:40:05.099Zunit: freemap_test
82262026-08-26T00:40:05.099Ztest macaddrs::tests::test_parse_port_id ... ok
82272026-08-26T00:40:05.099ZAug 26 00:40:03.395 DEBG initted freemap. size: 128, unitAug 26 00:40:03.395: freemap_testDEBG
82282026-08-26T00:40:05.099Z initted freemap. size: 128, unit: freemap_test
82292026-08-26T00:40:05.099ZAug 26 00:40:03.395Aug 26 00:40:03.395 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test
82302026-08-26T00:40:05.099Z
82312026-08-26T00:40:05.100Ztest freemap::test_basic ... ok
82322026-08-26T00:40:05.100Ztest freemap::test_exhaustion ... ok
82332026-08-26T00:40:05.100Ztest nat::test_mapping ... ok
82342026-08-26T00:40:05.100Ztest freemap::test_free ... ok
82352026-08-26T00:40:05.100Ztest freemap::test_reclaim ... ok
82362026-08-26T00:40:05.100Ztest port_map::tests::test_backplane_group ... ok
82372026-08-26T00:40:05.100Ztest port_map::tests::test_port_map ... ok
82382026-08-26T00:40:05.100Ztest port_map::tests::dump_map ... ok
82392026-08-26T00:40:05.100ZAug 26 00:40:03.395 DEBG created new freemap, unit: freemap_test
82402026-08-26T00:40:05.100ZAug 26 00:40:03.395 DEBG initted freemap. size: 8, unit: freemap_test
82412026-08-26T00:40:05.100ZAug 26 00:40:03.395 DEBG reset freemap, unit: freemap_test
82422026-08-26T00:40:05.100Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
82432026-08-26T00:40:05.100ZAug 26 00:40:03.396 DEBG created new freemap, unit: freemap_test
82442026-08-26T00:40:05.100ZAug 26 00:40:03.396 DEBG initted freemap. size: 128, unit: freemap_test
82452026-08-26T00:40:05.100ZAug 26 00:40:03.396 DEBG reset freemap, unit: freemap_test
82462026-08-26T00:40:05.100ZAug 26 00:40:03.396 DEBG created new freemap, unit: freemap_route_ipv4
82472026-08-26T00:40:05.100ZAug 26 00:40:03.396 DEBG created new freemap, unit: freemap_route_ipv6
82482026-08-26T00:40:05.100ZAug 26 00:40:03.396 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
82492026-08-26T00:40:05.100ZAug 26 00:40:03.396 DEBG reset freemap, unit: freemap_route_ipv4
82502026-08-26T00:40:05.100ZAug 26 00:40:03.396 DEBG Aug 26 00:40:03.396created new freemap DEBG , initted freemap. size: 64unit, :unit :freemap_route_ipv4 freemap_route_ipv6
82512026-08-26T00:40:05.100Z
82522026-08-26T00:40:05.100ZAug 26 00:40:03.396 DEBG Aug 26 00:40:03.396reset freemap , DEBGunit :created new freemap , freemap_route_ipv6unit
82532026-08-26T00:40:05.100Z: freemap_route_ipv6
82542026-08-26T00:40:05.100ZAug 26 00:40:03.396 INFO Aug 26 00:40:03.396adding route 3fff:dead::/64 -> 2001:db8::55:1
82552026-08-26T00:40:05.100ZDEBG initted freemap. size: 64, unitAug 26 00:40:03.396: DEBGfreemap_route_ipv4
82562026-08-26T00:40:05.100Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
82572026-08-26T00:40:05.100ZAug 26 00:40:03.396Aug 26 00:40:03.396 DEBGINFO reset freemapadding route 3fff:dead::/64 -> 2001:db8::55:2,
82582026-08-26T00:40:05.101Zunit: freemap_route_ipv4
82592026-08-26T00:40:05.101ZAug 26 00:40:03.396 DEBGAug 26 00:40:03.396 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
82602026-08-26T00:40:05.101Z initted freemap. size: 64, unit: freemap_route_ipv6Aug 26 00:40:03.396
82612026-08-26T00:40:05.101Z INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
82622026-08-26T00:40:05.101ZAug 26 00:40:03.396 DEBG reset freemapAug 26 00:40:03.396, unitDEBG: replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
82632026-08-26T00:40:05.101Z
82642026-08-26T00:40:05.101ZAug 26 00:40:03.396Aug 26 00:40:03.396 INFOINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
82652026-08-26T00:40:05.101Z
82662026-08-26T00:40:05.101ZAug 26 00:40:03.396Aug 26 00:40:03.396 DEBGDEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
82672026-08-26T00:40:05.101Z
82682026-08-26T00:40:05.101ZAug 26 00:40:03.396Aug 26 00:40:03.396 INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2
82692026-08-26T00:40:05.101Z
82702026-08-26T00:40:05.101ZAug 26 00:40:03.396Aug 26 00:40:03.396 DEBGDEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
82712026-08-26T00:40:05.101Z
82722026-08-26T00:40:05.101ZAug 26 00:40:03.396Aug 26 00:40:03.396 INFOINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:3
82732026-08-26T00:40:05.101Z
82742026-08-26T00:40:05.101ZAug 26 00:40:03.396Aug 26 00:40:03.396 DEBGDEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
82752026-08-26T00:40:05.101Z
82762026-08-26T00:40:05.101ZAug 26 00:40:03.396Aug 26 00:40:03.396 INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4
82772026-08-26T00:40:05.101Z
82782026-08-26T00:40:05.101ZAug 26 00:40:03.396Aug 26 00:40:03.396 DEBGDEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
82792026-08-26T00:40:05.101Z
82802026-08-26T00:40:05.101ZAug 26 00:40:03.396Aug 26 00:40:03.396 INFOINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff
82812026-08-26T00:40:05.101Z
82822026-08-26T00:40:05.101ZAug 26 00:40:03.396Aug 26 00:40:03.396 DEBGDEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82832026-08-26T00:40:05.101Z
82842026-08-26T00:40:05.101ZAug 26 00:40:03.396Aug 26 00:40:03.396 INFOINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
82852026-08-26T00:40:05.101Z
82862026-08-26T00:40:05.102ZAug 26 00:40:03.396Aug 26 00:40:03.396 DEBGDEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
82872026-08-26T00:40:05.102Z
82882026-08-26T00:40:05.102ZAug 26 00:40:03.396Aug 26 00:40:03.396 INFOINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
82892026-08-26T00:40:05.102Z
82902026-08-26T00:40:05.102ZAug 26 00:40:03.396Aug 26 00:40:03.396 DEBGDEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
82912026-08-26T00:40:05.102Z
82922026-08-26T00:40:05.102ZAug 26 00:40:03.396Aug 26 00:40:03.396 INFOINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
82932026-08-26T00:40:05.102Z
82942026-08-26T00:40:05.102ZAug 26 00:40:03.396Aug 26 00:40:03.396 DEBGAug 26 00:40:03.396 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 } }]DEBGDEBG
82952026-08-26T00:40:05.102Zcreated new freemapreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
82962026-08-26T00:40:05.102Zunit: freemap_route_ipv4
82972026-08-26T00:40:05.102ZAug 26 00:40:03.396 DEBG created new freemap, unit: freemap_route_ipv6
82982026-08-26T00:40:05.102ZAug 26 00:40:03.396 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
82992026-08-26T00:40:05.102Ztest freemap::test_span ... ok
83002026-08-26T00:40:05.102ZAug 26 00:40:03.396 DEBG reset freemap, unit: freemap_route_ipv4
83012026-08-26T00:40:05.102ZAug 26 00:40:03.396 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
83022026-08-26T00:40:05.102ZAug 26 00:40:03.396 DEBG reset freemap, unit:Aug 26 00:40:03.396 freemap_route_ipv6INFO
83032026-08-26T00:40:05.102Z adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
83042026-08-26T00:40:05.102ZAug 26 00:40:03.396Aug 26 00:40:03.396 INFODEBG 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 } }]
83052026-08-26T00:40:05.102Z
83062026-08-26T00:40:05.102ZAug 26 00:40:03.396Aug 26 00:40:03.396 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:a::/64 -> 2001:db8::55:ff
83072026-08-26T00:40:05.102Z
83082026-08-26T00:40:05.102ZAug 26 00:40:03.396Aug 26 00:40:03.396 INFODEBG adding route 3fff:beef::/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 } }]
83092026-08-26T00:40:05.102Z
83102026-08-26T00:40:05.102ZAug 26 00:40:03.396Aug 26 00:40:03.396 DEBGINFO replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
83112026-08-26T00:40:05.102Z
83122026-08-26T00:40:05.102ZAug 26 00:40:03.396Aug 26 00:40:03.396 INFODEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83132026-08-26T00:40:05.103Z
83142026-08-26T00:40:05.103ZAug 26 00:40:03.396Aug 26 00:40:03.396 DEBGINFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
83152026-08-26T00:40:05.103Z
83162026-08-26T00:40:05.103ZAug 26 00:40:03.396Aug 26 00:40:03.396 INFODEBG adding route 3fff:beef:2::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83172026-08-26T00:40:05.108Z
83182026-08-26T00:40:05.108ZAug 26 00:40:03.396Aug 26 00:40:03.396 Aug 26 00:40:03.396 DEBGINFO INFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
83192026-08-26T00:40:05.108Z adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83202026-08-26T00:40:05.108Z
83212026-08-26T00:40:05.108ZAug 26 00:40:03.396 DEBGAug 26 00:40:03.396 replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 26 00:40:03.396
83222026-08-26T00:40:05.108Z adding route 3fff:beef:3::/64 -> 2001:db8::55:ffDEBG
83232026-08-26T00:40:05.108Z replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:40:03.396
83242026-08-26T00:40:05.108Z INFOAug 26 00:40:03.396 adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBGAug 26 00:40:03.396
83252026-08-26T00:40:05.108Z 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 } }]
83262026-08-26T00:40:05.108ZINFO Aug 26 00:40:03.396adding route 3fff:beef:5::/64 -> 2001:db8::55:ff Aug 26 00:40:03.396
83272026-08-26T00:40:05.108Z INFODEBG 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 } }]
83282026-08-26T00:40:05.108Z
83292026-08-26T00:40:05.108ZAug 26 00:40:03.396 DEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:40:03.396
83302026-08-26T00:40:05.108Z Aug 26 00:40:03.396INFO DEBG adding route 3fff:beef:f::/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 } }]
83312026-08-26T00:40:05.108Z
83322026-08-26T00:40:05.108ZAug 26 00:40:03.396 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
83332026-08-26T00:40:05.108ZAug 26 00:40:03.396Aug 26 00:40:03.396 DEBGINFO Aug 26 00:40:03.396replacing 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 } }]
83342026-08-26T00:40:05.108Ztest port_map::tests::parse_softnpu_revision ... ok
83352026-08-26T00:40:05.108Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBG
83362026-08-26T00:40:05.108Z 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 } }]
83372026-08-26T00:40:05.108ZAug 26 00:40:03.396Aug 26 00:40:03.396 Aug 26 00:40:03.396 DEBGINFO INFO replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
83382026-08-26T00:40:05.108Z
83392026-08-26T00:40:05.108Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
83402026-08-26T00:40:05.108ZAug 26 00:40:03.396Aug 26 00:40:03.396 Aug 26 00:40:03.396DEBG 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 } }]INFO
83412026-08-26T00:40:05.108Z 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 } }]
83422026-08-26T00:40:05.108Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
83432026-08-26T00:40:05.109ZAug 26 00:40:03.396 Aug 26 00:40:03.396INFO Aug 26 00:40:03.396 INFOadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
83442026-08-26T00:40:05.109Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
83452026-08-26T00:40:05.109ZDEBG Aug 26 00:40:03.396replacing 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 } }]
83462026-08-26T00:40:05.109ZDEBGAug 26 00:40:03.396 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
83472026-08-26T00:40:05.109Z 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 00:40:03.396
83482026-08-26T00:40:05.109Z Aug 26 00:40:03.396INFO INFOadding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 26 00:40:03.396
83492026-08-26T00:40:05.109Z adding route 3fff:beef:9::/64 -> 2001:db8::55:ffINFO
83502026-08-26T00:40:05.109Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
83512026-08-26T00:40:05.109ZAug 26 00:40:03.397Aug 26 00:40:03.397 DEBGDEBG Aug 26 00:40:03.397replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
83522026-08-26T00:40:05.109Z
83532026-08-26T00:40:05.109ZDEBG 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 } }]
83542026-08-26T00:40:05.109ZAug 26 00:40:03.397Aug 26 00:40:03.397 INFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 26 00:40:03.397adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
83552026-08-26T00:40:05.109ZINFO
83562026-08-26T00:40:05.109Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
83572026-08-26T00:40:05.109ZAug 26 00:40:03.397Aug 26 00:40:03.397 Aug 26 00:40:03.397DEBG DEBGreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }]
83582026-08-26T00:40:05.109Z
83592026-08-26T00:40:05.109Z 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 } }]
83602026-08-26T00:40:05.109ZAug 26 00:40:03.396Aug 26 00:40:03.397Aug 26 00:40:03.397 Aug 26 00:40:03.397INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
83612026-08-26T00:40:05.109Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO
83622026-08-26T00:40:05.109ZDEBGAug 26 00:40:03.397 adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
83632026-08-26T00:40:05.109Z DEBGcreated new freemapAug 26 00:40:03.397 , replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 26 00:40:03.397
83642026-08-26T00:40:05.109Z DEBGreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
83652026-08-26T00:40:05.109Z: 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 } }]freemap_route_ipv4Aug 26 00:40:03.397
83662026-08-26T00:40:05.109Z
83672026-08-26T00:40:05.109ZAug 26 00:40:03.397INFO Aug 26 00:40:03.397adding route 3fff:beef:15::/64 -> 2001:db8::55:ffINFO
83682026-08-26T00:40:05.109ZINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 26 00:40:03.397
83692026-08-26T00:40:05.109Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff Aug 26 00:40:03.397
83702026-08-26T00:40:05.109Z DEBGDEBG created new freemapreplacing 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 00:40:03.397, Aug 26 00:40:03.397unit
83712026-08-26T00:40:05.110Z: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 } }]freemap_route_ipv6 Aug 26 00:40:03.397
83722026-08-26T00:40:05.110Z
83732026-08-26T00:40:05.110Z INFODEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ff Aug 26 00:40:03.397replacing 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 } }]
83742026-08-26T00:40:05.110Z
83752026-08-26T00:40:05.110ZAug 26 00:40:03.397INFO DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff initted freemap. size: 64
83762026-08-26T00:40:05.110Z, unitAug 26 00:40:03.397Aug 26 00:40:03.397: Aug 26 00:40:03.397INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBGfreemap_route_ipv4
83772026-08-26T00:40:05.110Z
83782026-08-26T00:40:05.110Zreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 26 00:40:03.397
83792026-08-26T00:40:05.110Z 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
83802026-08-26T00:40:05.110ZAug 26 00:40:03.397Aug 26 00:40:03.397 reset freemap , INFOunit :DEBG Aug 26 00:40:03.397adding route 3fff:beef:c::/64 -> 2001:db8::55:fffreemap_route_ipv4
83812026-08-26T00:40:05.110Z
83822026-08-26T00:40:05.110Z 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 } }]
83832026-08-26T00:40:05.110ZINFO Aug 26 00:40:03.397adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
83842026-08-26T00:40:05.110ZDEBGAug 26 00:40:03.397 initted freemap. size: 64Aug 26 00:40:03.397 INFO, DEBGunit :adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83852026-08-26T00:40:05.110Z
83862026-08-26T00:40:05.110ZAug 26 00:40:03.397 DEBGfreemap_route_ipv6 Aug 26 00:40:03.397replacing 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 } }]
83872026-08-26T00:40:05.110ZAug 26 00:40:03.397
83882026-08-26T00:40:05.110Z INFODEBG Aug 26 00:40:03.397adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
83892026-08-26T00:40:05.110Zreplacing 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 00:40:03.397DEBG INFO
83902026-08-26T00:40:05.110Zreset freemap , adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 26 00:40:03.397
83912026-08-26T00:40:05.110ZAug 26 00:40:03.397 unitDEBG :INFO freemap_route_ipv6adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
83922026-08-26T00:40:05.110Zreplacing 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 } }]
83932026-08-26T00:40:05.110Z
83942026-08-26T00:40:05.110ZAug 26 00:40:03.397 Aug 26 00:40:03.397Aug 26 00:40:03.397DEBG Aug 26 00:40:03.397 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 } }]INFO
83952026-08-26T00:40:05.110Z 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 } }]
83962026-08-26T00:40:05.110Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFO
83972026-08-26T00:40:05.110Z adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 26 00:40:03.397
83982026-08-26T00:40:05.111Z Aug 26 00:40:03.397Aug 26 00:40:03.397INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO
83992026-08-26T00:40:05.111Z DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff Aug 26 00:40:03.397replacing 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 } }]
84002026-08-26T00:40:05.111ZAug 26 00:40:03.397 DEBG
84012026-08-26T00:40:05.111Z 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 } }]DEBGAug 26 00:40:03.397Aug 26 00:40:03.397 DEBGINFO replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84022026-08-26T00:40:05.111Z
84032026-08-26T00:40:05.111Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
84042026-08-26T00:40:05.111Zreplacing 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 00:40:03.397 Aug 26 00:40:03.397INFO
84052026-08-26T00:40:05.111ZAug 26 00:40:03.397INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 26 00:40:03.397
84062026-08-26T00:40:05.111Z replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
84072026-08-26T00:40:05.111Z
84082026-08-26T00:40:05.111Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 26 00:40:03.397
84092026-08-26T00:40:05.111ZAug 26 00:40:03.397 Aug 26 00:40:03.397DEBG Aug 26 00:40:03.397 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 } }]DEBG DEBG
84102026-08-26T00:40:05.111Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
84112026-08-26T00:40:05.111Z
84122026-08-26T00:40:05.111Z
84132026-08-26T00:40:05.111ZAug 26 00:40:03.397 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 26 00:40:03.397
84142026-08-26T00:40:05.111ZAug 26 00:40:03.397Aug 26 00:40:03.397 DEBG INFOINFOreplacing 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 00:40:03.397adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
84152026-08-26T00:40:05.111Zadding route 3fff:dead::/64 -> 2001:db8::55:1
84162026-08-26T00:40:05.111Z
84172026-08-26T00:40:05.117ZDEBG Aug 26 00:40:03.397replacing 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 } }]
84182026-08-26T00:40:05.117ZINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 26 00:40:03.397
84192026-08-26T00:40:05.117Z Aug 26 00:40:03.397DEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:40:03.397Aug 26 00:40:03.397
84202026-08-26T00:40:05.117Z INFO
84212026-08-26T00:40:05.117Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG
84222026-08-26T00:40:05.117ZAug 26 00:40:03.397 INFOreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:2
84232026-08-26T00:40:05.117ZAug 26 00:40:03.397
84242026-08-26T00:40:05.117Z DEBGAug 26 00:40:03.397 replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:40:03.397INFO
84252026-08-26T00:40:05.117Ztest api_server::tests::test_build_info ... ok
84262026-08-26T00:40:05.117Z INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
84272026-08-26T00:40:05.117ZAug 26 00:40:03.397adding route 3fff:beef:12::/64 -> 2001:db8::55:ff Aug 26 00:40:03.397
84282026-08-26T00:40:05.117ZDEBG 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 } }]INFO
84292026-08-26T00:40:05.118Z adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
84302026-08-26T00:40:05.118ZAug 26 00:40:03.397Aug 26 00:40:03.397Aug 26 00:40:03.397 DEBGAug 26 00:40:03.397 replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
84312026-08-26T00:40:05.118Z 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 } }]Aug 26 00:40:03.397
84322026-08-26T00:40:05.118Zreplacing 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 } }]
84332026-08-26T00:40:05.118Z INFOAug 26 00:40:03.397 adding route 3fff:beef::/64 -> 2001:db8::55:ff adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
84342026-08-26T00:40:05.118ZINFO
84352026-08-26T00:40:05.118Z Aug 26 00:40:03.397adding route 3fff:beef:14::/64 -> 2001:db8::55:ff INFO
84362026-08-26T00:40:05.118Z Aug 26 00:40:03.397adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff Aug 26 00:40:03.397
84372026-08-26T00:40:05.118ZDEBGDEBGAug 26 00:40:03.397 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 } }]
84382026-08-26T00:40:05.118Zreplacing 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 00:40:03.397DEBG
84392026-08-26T00:40:05.118Z Aug 26 00:40:03.397 DEBGINFO replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
84402026-08-26T00:40:05.118Z
84412026-08-26T00:40:05.118Zreplacing 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 00:40:03.397
84422026-08-26T00:40:05.118Z INFOAug 26 00:40:03.397 adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 26 00:40:03.397Aug 26 00:40:03.397
84432026-08-26T00:40:05.118Z INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff INFOAug 26 00:40:03.397
84442026-08-26T00:40:05.118Z DEBG DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff Aug 26 00:40:03.397
84452026-08-26T00:40:05.118Zreplacing 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: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 } }]
84462026-08-26T00:40:05.118Z
84472026-08-26T00:40:05.118ZDEBG 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 } }]
84482026-08-26T00:40:05.118ZAug 26 00:40:03.397Aug 26 00:40:03.397Aug 26 00:40:03.397Aug 26 00:40:03.397 DEBGINFOINFO replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
84492026-08-26T00:40:05.118Z
84502026-08-26T00:40:05.118Z
84512026-08-26T00:40:05.118Z INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 26 00:40:03.397
84522026-08-26T00:40:05.118ZAug 26 00:40:03.397Aug 26 00:40:03.397 DEBGINFODEBG Aug 26 00:40:03.397 adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
84532026-08-26T00:40:05.118Zreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
84542026-08-26T00:40:05.118Z
84552026-08-26T00:40:05.118ZDEBG Aug 26 00:40:03.397replacing 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 } }]
84562026-08-26T00:40:05.118ZDEBG Aug 26 00:40:03.397replacing 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 } }]
84572026-08-26T00:40:05.119ZINFOAug 26 00:40:03.397 Aug 26 00:40:03.397Aug 26 00:40:03.397 Aug 26 00:40:03.397 INFOINFOINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
84582026-08-26T00:40:05.119Z
84592026-08-26T00:40:05.119Zcreated new freemapadding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
84602026-08-26T00:40:05.119Z,
84612026-08-26T00:40:05.119ZunitAug 26 00:40:03.397:Aug 26 00:40:03.397 Aug 26 00:40:03.397 DEBGDEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
84622026-08-26T00:40:05.119Zfreemap_route_ipv4Aug 26 00:40:03.397replacing 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 } }]
84632026-08-26T00:40:05.119Zreplacing 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 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 } }]
84642026-08-26T00:40:05.119Z
84652026-08-26T00:40:05.119ZAug 26 00:40:03.397 INFO
84662026-08-26T00:40:05.119Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 26 00:40:03.397
84672026-08-26T00:40:05.119Z Aug 26 00:40:03.397 DEBG INFOcreated new freemapAug 26 00:40:03.397Aug 26 00:40:03.397, Aug 26 00:40:03.397 unit :INFODEBG INFOadding route 3fff:beef:22::/64 -> 2001:db8::55:fffreemap_route_ipv6
84682026-08-26T00:40:05.119Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
84692026-08-26T00:40:05.119Z
84702026-08-26T00:40:05.119Z
84712026-08-26T00:40:05.119Zreplacing 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 00:40:03.397
84722026-08-26T00:40:05.119ZAug 26 00:40:03.397 DEBGDEBG Aug 26 00:40:03.397replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFOreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84732026-08-26T00:40:05.119Z
84742026-08-26T00:40:05.119ZAug 26 00:40:03.397adding route 3fff:beef:5::/64 -> 2001:db8::55:ff DEBGAug 26 00:40:03.397
84752026-08-26T00:40:05.119ZAug 26 00:40:03.397 INFO INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
84762026-08-26T00:40:05.119Z initted freemap. size: 64adding route 3fff:beef:23::/64 -> 2001:db8::55:ff, Aug 26 00:40:03.397
84772026-08-26T00:40:05.119Z Aug 26 00:40:03.397unitDEBGAug 26 00:40:03.397 : Aug 26 00:40:03.397DEBG 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 } }]
84782026-08-26T00:40:05.119Zreplacing 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: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 } }]
84792026-08-26T00:40:05.119Zfreemap_route_ipv4
84802026-08-26T00:40:05.119Z Aug 26 00:40:03.397
84812026-08-26T00:40:05.119Zreplacing 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 } }]
84822026-08-26T00:40:05.119ZAug 26 00:40:03.397 INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 26 00:40:03.397Aug 26 00:40:03.397
84832026-08-26T00:40:05.119Z
84842026-08-26T00:40:05.120Z DEBGINFO reset freemap, adding route 3fff:beef:6::/64 -> 2001:db8::55:ffunitAug 26 00:40:03.397:
84852026-08-26T00:40:05.120Z DEBGfreemap_route_ipv4
84862026-08-26T00:40:05.120Zreplacing 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 } }]
84872026-08-26T00:40:05.120ZAug 26 00:40:03.397 DEBGAug 26 00:40:03.397Aug 26 00:40:03.397 INFOAug 26 00:40:03.397Aug 26 00:40:03.397replacing 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 } }]
84882026-08-26T00:40:05.120ZINFO DEBGDEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
84892026-08-26T00:40:05.120Zinitted freemap. size: 64replacing 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 } }]
84902026-08-26T00:40:05.120Z, unitAug 26 00:40:03.397Aug 26 00:40:03.397: INFOfreemap_route_ipv6 Aug 26 00:40:03.397DEBG
84912026-08-26T00:40:05.120Z adding route 3fff:beef:19::/64 -> 2001:db8::55:ff adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
84922026-08-26T00:40:05.120Zreplacing 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
84932026-08-26T00:40:05.120Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
84942026-08-26T00:40:05.120Z
84952026-08-26T00:40:05.120ZAug 26 00:40:03.397 Aug 26 00:40:03.397Aug 26 00:40:03.397Aug 26 00:40:03.397DEBGAug 26 00:40:03.397 DEBG INFO 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 } }]DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG
84962026-08-26T00:40:05.120Z
84972026-08-26T00:40:05.120Zreplacing 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 } }]
84982026-08-26T00:40:05.120Zreset freemap Aug 26 00:40:03.397, Aug 26 00:40:03.397Aug 26 00:40:03.397unit :INFODEBGreplacing 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 adding route 3fff:beef:8::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
84992026-08-26T00:40:05.120Z
85002026-08-26T00:40:05.120Z
85012026-08-26T00:40:05.120Z
85022026-08-26T00:40:05.120ZAug 26 00:40:03.397 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 26 00:40:03.397
85032026-08-26T00:40:05.120Z Aug 26 00:40:03.397Aug 26 00:40:03.397 INFODEBG DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
85042026-08-26T00:40:05.120Zreplacing 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 00:40:03.397
85052026-08-26T00:40:05.120Zreplacing 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 } }]
85062026-08-26T00:40:05.120Z DEBGAug 26 00:40:03.397Aug 26 00:40:03.397 Aug 26 00:40:03.397 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 } }]INFOreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85072026-08-26T00:40:05.120Z
85082026-08-26T00:40:05.120Z INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
85092026-08-26T00:40:05.120ZAug 26 00:40:03.397
85102026-08-26T00:40:05.120Z INFO Aug 26 00:40:03.397Aug 26 00:40:03.397 adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
85112026-08-26T00:40:05.120ZDEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 26 00:40:03.397
85122026-08-26T00:40:05.121ZAug 26 00:40:03.397 INFO DEBGreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:1b::/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 } }]
85132026-08-26T00:40:05.121Z
85142026-08-26T00:40:05.121Z
85152026-08-26T00:40:05.121ZAug 26 00:40:03.397 Aug 26 00:40:03.397Aug 26 00:40:03.397INFO Aug 26 00:40:03.397INFO INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
85162026-08-26T00:40:05.121Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
85172026-08-26T00:40:05.126ZDEBG
85182026-08-26T00:40:05.126Z Aug 26 00:40:03.397Aug 26 00:40:03.397 replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
85192026-08-26T00:40:05.126Z Aug 26 00:40:03.397replacing 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 } }]
85202026-08-26T00:40:05.126ZDEBG 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 } }] Aug 26 00:40:03.397
85212026-08-26T00:40:05.126Zreplacing 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 } }]
85222026-08-26T00:40:05.126ZINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 26 00:40:03.397
85232026-08-26T00:40:05.126ZAug 26 00:40:03.397 Aug 26 00:40:03.397INFO INFO INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 26 00:40:03.397
85242026-08-26T00:40:05.126Z DEBG
85252026-08-26T00:40:05.126Z replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
85262026-08-26T00:40:05.126ZAug 26 00:40:03.397Aug 26 00:40:03.397
85272026-08-26T00:40:05.126Z DEBGDEBG Aug 26 00:40:03.397replacing 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 } }]
85282026-08-26T00:40:05.126ZINFO Aug 26 00:40:03.397replacing 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:c::/64 -> 2001:db8::55:ff
85292026-08-26T00:40:05.126ZDEBGAug 26 00:40:03.398
85302026-08-26T00:40:05.126Z INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 26 00:40:03.398replacing 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 00:40:03.398
85312026-08-26T00:40:05.126Z
85322026-08-26T00:40:05.126ZDEBG 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 } }]
85332026-08-26T00:40:05.126ZINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 26 00:40:03.398
85342026-08-26T00:40:05.126Z Aug 26 00:40:03.398DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:40:03.398Aug 26 00:40:03.398INFO
85352026-08-26T00:40:05.126Z INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff DEBGAug 26 00:40:03.398
85362026-08-26T00:40:05.126Z 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:1d::/64 -> 2001:db8::55:ff
85372026-08-26T00:40:05.126ZAug 26 00:40:03.398INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
85382026-08-26T00:40:05.126ZAug 26 00:40:03.398DEBG
85392026-08-26T00:40:05.126Z 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 } }]
85402026-08-26T00:40:05.126Zfreemap_route_ipv6
85412026-08-26T00:40:05.126Z Aug 26 00:40:03.398adding route 3fff:beef:20::/64 -> 2001:db8::55:ff Aug 26 00:40:03.398INFO INFO
85422026-08-26T00:40:05.127Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
85432026-08-26T00:40:05.127Z
85442026-08-26T00:40:05.127ZAug 26 00:40:03.398 Aug 26 00:40:03.398Aug 26 00:40:03.398 DEBG DEBGDEBGreplacing 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 } }]
85452026-08-26T00:40:05.127Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
85462026-08-26T00:40:05.127Zreplacing 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 } }]
85472026-08-26T00:40:05.127ZAug 26 00:40:03.398Aug 26 00:40:03.398 Aug 26 00:40:03.398INFO DEBG INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
85482026-08-26T00:40:05.127Z
85492026-08-26T00:40:05.127Z
85502026-08-26T00:40:05.127ZAug 26 00:40:03.398Aug 26 00:40:03.398 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 } }]
85512026-08-26T00:40:05.127Z
85522026-08-26T00:40:05.127ZAug 26 00:40:03.398 Aug 26 00:40:03.398INFO INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
85532026-08-26T00:40:05.127Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 26 00:40:03.398
85542026-08-26T00:40:05.127Z DEBG Aug 26 00:40:03.398replacing 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 } }]
85552026-08-26T00:40:05.127ZAug 26 00:40:03.398DEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
85562026-08-26T00:40:05.127Z Aug 26 00:40:03.398replacing 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 } }]
85572026-08-26T00:40:05.127ZINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 26 00:40:03.398
85582026-08-26T00:40:05.127ZAug 26 00:40:03.398 INFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
85592026-08-26T00:40:05.127Z
85602026-08-26T00:40:05.127ZAug 26 00:40:03.398Aug 26 00:40:03.398 Aug 26 00:40:03.398DEBGDEBG 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
85612026-08-26T00:40:05.127Z replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
85622026-08-26T00:40:05.127Z
85632026-08-26T00:40:05.127ZAug 26 00:40:03.398 INFO Aug 26 00:40:03.398adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 26 00:40:03.398
85642026-08-26T00:40:05.127Z INFOINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 26 00:40:03.398
85652026-08-26T00:40:05.127Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBG
85662026-08-26T00:40:05.127Z replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:40:03.398
85672026-08-26T00:40:05.127Z Aug 26 00:40:03.398DEBG 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
85682026-08-26T00:40:05.127Z Aug 26 00:40:03.398replacing 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 } }]
85692026-08-26T00:40:05.127ZINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
85702026-08-26T00:40:05.128ZAug 26 00:40:03.398Aug 26 00:40:03.398 Aug 26 00:40:03.398INFOINFO DEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
85712026-08-26T00:40:05.128Zreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
85722026-08-26T00:40:05.128Z
85732026-08-26T00:40:05.128ZAug 26 00:40:03.398 Aug 26 00:40:03.398Aug 26 00:40:03.398 DEBGDEBGINFO 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:26::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85742026-08-26T00:40:05.128Z
85752026-08-26T00:40:05.128Z
85762026-08-26T00:40:05.128ZAug 26 00:40:03.398 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 } }]
85772026-08-26T00:40:05.128ZAug 26 00:40:03.398Aug 26 00:40:03.398 INFODEBG adding route 3fff:beef:27::/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 } }]
85782026-08-26T00:40:05.128Z
85792026-08-26T00:40:05.128ZAug 26 00:40:03.398Aug 26 00:40:03.398Aug 26 00:40:03.398 INFODEBG INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing 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 } }]
85802026-08-26T00:40:05.128Z
85812026-08-26T00:40:05.128Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
85822026-08-26T00:40:05.128ZAug 26 00:40:03.398Aug 26 00:40:03.398 INFODEBG adding route 3fff:beef:28::/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 } }]
85832026-08-26T00:40:05.128Z
85842026-08-26T00:40:05.128ZAug 26 00:40:03.398Aug 26 00:40:03.398 Aug 26 00:40:03.398INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG
85852026-08-26T00:40:05.128ZDEBG 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 00:40:03.398
85862026-08-26T00:40:05.128Z 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
85872026-08-26T00:40:05.128Zreplacing 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 } }]
85882026-08-26T00:40:05.128ZAug 26 00:40:03.398 Aug 26 00:40:03.398INFO INFOAug 26 00:40:03.398adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
85892026-08-26T00:40:05.128Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFO
85902026-08-26T00:40:05.128Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
85912026-08-26T00:40:05.128ZAug 26 00:40:03.398Aug 26 00:40:03.398 Aug 26 00:40:03.398DEBG DEBG 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 } }]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: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 } }]
85922026-08-26T00:40:05.128Z
85932026-08-26T00:40:05.128Z
85942026-08-26T00:40:05.128ZAug 26 00:40:03.398Aug 26 00:40:03.398Aug 26 00:40:03.398 INFOINFOINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
85952026-08-26T00:40:05.128Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
85962026-08-26T00:40:05.128Z
85972026-08-26T00:40:05.128ZAug 26 00:40:03.398Aug 26 00:40:03.398Aug 26 00:40:03.398 DEBG DEBG 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 } }]
85982026-08-26T00:40:05.129Zreplacing 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 } }]
85992026-08-26T00:40:05.129Zreplacing 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 } }]
86002026-08-26T00:40:05.129ZAug 26 00:40:03.398Aug 26 00:40:03.398 Aug 26 00:40:03.398INFO INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFO
86012026-08-26T00:40:05.129Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
86022026-08-26T00:40:05.129Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
86032026-08-26T00:40:05.129ZAug 26 00:40:03.398 DEBGAug 26 00:40:03.398 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 } }]DEBGAug 26 00:40:03.398
86042026-08-26T00:40:05.129Z 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 } }]
86052026-08-26T00:40:05.129Zreplacing 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 00:40:03.398
86062026-08-26T00:40:05.129Z INFOAug 26 00:40:03.398 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFO
86072026-08-26T00:40:05.129ZAug 26 00:40:03.398 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFO
86082026-08-26T00:40:05.129ZAug 26 00:40:03.398 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG
86092026-08-26T00:40:05.129Z 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 } }]
86102026-08-26T00:40:05.129ZAug 26 00:40:03.398Aug 26 00:40:03.398 Aug 26 00:40:03.398DEBGDEBG INFOreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }]
86112026-08-26T00:40:05.129Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
86122026-08-26T00:40:05.129Z
86132026-08-26T00:40:05.129ZAug 26 00:40:03.398Aug 26 00:40:03.398Aug 26 00:40:03.398 INFODEBG INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
86142026-08-26T00:40:05.129Zadding route 3fff:beef:26::/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 } }]
86152026-08-26T00:40:05.129Z
86162026-08-26T00:40:05.129ZAug 26 00:40:03.398Aug 26 00:40:03.398 Aug 26 00:40:03.398 DEBGDEBG INFO replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
86172026-08-26T00:40:05.134Z
86182026-08-26T00:40:05.134Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
86192026-08-26T00:40:05.134ZAug 26 00:40:03.398Aug 26 00:40:03.398 INFOINFO Aug 26 00:40:03.398 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG
86202026-08-26T00:40:05.134Z adding route 3fff:beef:27::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86212026-08-26T00:40:05.134Z
86222026-08-26T00:40:05.134ZAug 26 00:40:03.398 DEBGAug 26 00:40:03.398Aug 26 00:40:03.398 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
86232026-08-26T00:40:05.134Z INFOreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
86242026-08-26T00:40:05.134Z
86252026-08-26T00:40:05.134ZAug 26 00:40:03.398 INFO Aug 26 00:40:03.398adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
86262026-08-26T00:40:05.134ZAug 26 00:40:03.398INFO DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff Aug 26 00:40:03.398replacing 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 } }]
86272026-08-26T00:40:05.134Z
86282026-08-26T00:40:05.134ZDEBG 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 00:40:03.398Aug 26 00:40:03.398
86292026-08-26T00:40:05.134Z INFODEBG adding route 3fff:beef:36::/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 } }]Aug 26 00:40:03.398
86302026-08-26T00:40:05.134Z INFO
86312026-08-26T00:40:05.134Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 26 00:40:03.398
86322026-08-26T00:40:05.134Z Aug 26 00:40:03.398DEBG INFOreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86332026-08-26T00:40:05.135Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 26 00:40:03.398
86342026-08-26T00:40:05.135Z DEBGAug 26 00:40:03.398 Aug 26 00:40:03.398replacing 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 } }]
86352026-08-26T00:40:05.135ZINFODEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86362026-08-26T00:40:05.135Z
86372026-08-26T00:40:05.135ZAug 26 00:40:03.398Aug 26 00:40:03.398Aug 26 00:40:03.398 INFOINFODEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
86382026-08-26T00:40:05.135Zreplacing 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:2a::/64 -> 2001:db8::55:ff
86392026-08-26T00:40:05.135Z
86402026-08-26T00:40:05.135ZAug 26 00:40:03.398Aug 26 00:40:03.398Aug 26 00:40:03.398 INFO DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG
86412026-08-26T00:40:05.135Z 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: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 } }]
86422026-08-26T00:40:05.135Z
86432026-08-26T00:40:05.135ZAug 26 00:40:03.398 DEBG Aug 26 00:40:03.398replacing 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 } }]
86442026-08-26T00:40:05.135ZINFOAug 26 00:40:03.398 Aug 26 00:40:03.398 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
86452026-08-26T00:40:05.135Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
86462026-08-26T00:40:05.135Z
86472026-08-26T00:40:05.135ZAug 26 00:40:03.398Aug 26 00:40:03.398 DEBGAug 26 00:40:03.398 DEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86482026-08-26T00:40:05.135ZDEBGreplacing 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 } }]
86492026-08-26T00:40:05.135Zreplacing 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 } }]
86502026-08-26T00:40:05.135ZAug 26 00:40:03.398Aug 26 00:40:03.398Aug 26 00:40:03.398 INFOINFO INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
86512026-08-26T00:40:05.135Z
86522026-08-26T00:40:05.135Z
86532026-08-26T00:40:05.135ZAug 26 00:40:03.398Aug 26 00:40:03.398 DEBGDEBG Aug 26 00:40:03.398replacing 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 } }]
86542026-08-26T00:40:05.135Z replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
86552026-08-26T00:40:05.135Zreplacing 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 } }]
86562026-08-26T00:40:05.135ZAug 26 00:40:03.398 Aug 26 00:40:03.398INFO Aug 26 00:40:03.398 INFOINFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ff adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
86572026-08-26T00:40:05.135Z
86582026-08-26T00:40:05.135Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
86592026-08-26T00:40:05.135ZAug 26 00:40:03.398Aug 26 00:40:03.398 Aug 26 00:40:03.398DEBG DEBGDEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
86602026-08-26T00:40:05.135Zreplacing 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 } }]
86612026-08-26T00:40:05.136Z
86622026-08-26T00:40:05.136ZAug 26 00:40:03.398Aug 26 00:40:03.398 Aug 26 00:40:03.398 INFOINFOINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
86632026-08-26T00:40:05.136Z
86642026-08-26T00:40:05.136Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
86652026-08-26T00:40:05.136ZAug 26 00:40:03.398Aug 26 00:40:03.398 DEBG DEBGreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:40:03.398
86662026-08-26T00:40:05.136Zreplacing 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 } }]
86672026-08-26T00:40:05.136ZDEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:40:03.398
86682026-08-26T00:40:05.136ZAug 26 00:40:03.398 INFOINFOAug 26 00:40:03.398 adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
86692026-08-26T00:40:05.136ZINFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
86702026-08-26T00:40:05.136Z
86712026-08-26T00:40:05.136ZAug 26 00:40:03.398 DEBG Aug 26 00:40:03.398replacing 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 00:40:03.398
86722026-08-26T00:40:05.136ZDEBGDEBG 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: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 } }]
86732026-08-26T00:40:05.136ZAug 26 00:40:03.398
86742026-08-26T00:40:05.136Z INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 26 00:40:03.398Aug 26 00:40:03.398
86752026-08-26T00:40:05.136ZINFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffINFO
86762026-08-26T00:40:05.136ZAug 26 00:40:03.398 adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
86772026-08-26T00:40:05.136ZDEBG 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 } }]
86782026-08-26T00:40:05.136Ztest route::tests::grow_succeeds ... ok
86792026-08-26T00:40:05.136ZAug 26 00:40:03.398Aug 26 00:40:03.398 DEBGDEBG Aug 26 00:40:03.398 replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
86802026-08-26T00:40:05.136Z
86812026-08-26T00:40:05.136Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
86822026-08-26T00:40:05.136ZAug 26 00:40:03.398Aug 26 00:40:03.398Aug 26 00:40:03.398 Aug 26 00:40:03.398INFODEBG INFO DEBGfailed to allocate space for the new target listadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
86832026-08-26T00:40:05.136Z
86842026-08-26T00:40:05.136Zreplacing 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 } }]
86852026-08-26T00:40:05.136Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 26 00:40:03.398
86862026-08-26T00:40:05.136Z DEBGAug 26 00:40:03.398 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 00:40:03.398
86872026-08-26T00:40:05.136ZDEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:39::/64 -> 2001:db8::55:ff
86882026-08-26T00:40:05.136ZAug 26 00:40:03.398
86892026-08-26T00:40:05.137Z DEBGAug 26 00:40:03.398 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 } }]INFOAug 26 00:40:03.398
86902026-08-26T00:40:05.137Z DEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86912026-08-26T00:40:05.137Z
86922026-08-26T00:40:05.137ZAug 26 00:40:03.398 INFO Aug 26 00:40:03.398adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
86932026-08-26T00:40:05.137ZAug 26 00:40:03.398DEBG INFOAug 26 00:40:03.398replacing 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 } }]
86942026-08-26T00:40:05.137Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
86952026-08-26T00:40:05.137ZDEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:40:03.398
86962026-08-26T00:40:05.137ZAug 26 00:40:03.398 DEBGINFO replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
86972026-08-26T00:40:05.137Z
86982026-08-26T00:40:05.137ZAug 26 00:40:03.398Aug 26 00:40:03.398Aug 26 00:40:03.398 INFOINFO DEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
86992026-08-26T00:40:05.137Zadding route 3fff:beef:3b::/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 } }]
87002026-08-26T00:40:05.137ZAug 26 00:40:03.398
87012026-08-26T00:40:05.137ZAug 26 00:40:03.398 Aug 26 00:40:03.398DEBG DEBGAug 26 00:40:03.398 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
87022026-08-26T00:40:05.137Zcreated new freemap INFO, replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ffunit
87032026-08-26T00:40:05.137Z
87042026-08-26T00:40:05.137ZAug 26 00:40:03.398: INFO freemap_route_ipv4Aug 26 00:40:03.398adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
87052026-08-26T00:40:05.137ZDEBG
87062026-08-26T00:40:05.137ZAug 26 00:40:03.398 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 00:40:03.398
87072026-08-26T00:40:05.137Z Aug 26 00:40:03.398INFO DEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBG
87082026-08-26T00:40:05.137Zreplacing 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 00:40:03.399 created new freemapINFOAug 26 00:40:03.399 , adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
87092026-08-26T00:40:05.137Z unitDEBG: freemap_route_ipv6
87102026-08-26T00:40:05.137Z
87112026-08-26T00:40:05.137Zreplacing 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 00:40:03.399
87122026-08-26T00:40:05.137Z INFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
87132026-08-26T00:40:05.137ZAug 26 00:40:03.399Aug 26 00:40:03.399 Aug 26 00:40:03.399INFODEBG Aug 26 00:40:03.399adding route 3fff:beef:18::/64 -> 2001:db8::55:ff DEBG
87142026-08-26T00:40:05.137Z 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 } }]DEBGinitted freemap. size: 64
87152026-08-26T00:40:05.137Z, unitreplacing 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 00:40:03.399
87162026-08-26T00:40:05.137Zfreemap_route_ipv4 Aug 26 00:40:03.399
87172026-08-26T00:40:05.143Z INFODEBG adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 26 00:40:03.399replacing 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 } }]
87182026-08-26T00:40:05.143ZAug 26 00:40:03.399
87192026-08-26T00:40:05.143Z INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG
87202026-08-26T00:40:05.143Z Aug 26 00:40:03.399reset freemapAug 26 00:40:03.399 , DEBGunit 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 } }]
87212026-08-26T00:40:05.143ZINFO: adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 26 00:40:03.399
87222026-08-26T00:40:05.143ZAug 26 00:40:03.399 DEBG INFOfreemap_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 } }]
87232026-08-26T00:40:05.143Z
87242026-08-26T00:40:05.143ZAug 26 00:40:03.399adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff
87252026-08-26T00:40:05.143ZDEBG 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 } }]
87262026-08-26T00:40:05.143ZAug 26 00:40:03.399Aug 26 00:40:03.399 Aug 26 00:40:03.399DEBG Aug 26 00:40:03.399 replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
87272026-08-26T00:40:05.143ZINFOINFO initted freemap. size: 64adding route 3fff:beef:37::/64 -> 2001:db8::55:ff ,
87282026-08-26T00:40:05.143Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 26 00:40:03.399unit
87292026-08-26T00:40:05.143Z:DEBG Aug 26 00:40:03.399failed to allocate space for the new target list
87302026-08-26T00:40:05.143ZDEBG Aug 26 00:40:03.399freemap_route_ipv6
87312026-08-26T00:40:05.143ZDEBGreplacing 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 00:40:03.399
87322026-08-26T00:40:05.143Z 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
87332026-08-26T00:40:05.143Z
87342026-08-26T00:40:05.143ZAug 26 00:40:03.399 Aug 26 00:40:03.399Aug 26 00:40:03.399INFO Aug 26 00:40:03.399 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFO DEBG
87352026-08-26T00:40:05.143Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:fffailed to allocate space for the new target listDEBG
87362026-08-26T00:40:05.143Z
87372026-08-26T00:40:05.143ZAug 26 00:40:03.399reset freemap DEBG, unitreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
87382026-08-26T00:40:05.143ZAug 26 00:40:03.399 freemap_route_ipv6DEBG
87392026-08-26T00:40:05.143Z Aug 26 00:40:03.399replacing 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 } }]
87402026-08-26T00:40:05.144ZINFOAug 26 00:40:03.399 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFO
87412026-08-26T00:40:05.144ZAug 26 00:40:03.399 adding route 172.16.0.0/32 -> 10.0.0.1INFO
87422026-08-26T00:40:05.144Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 26 00:40:03.399
87432026-08-26T00:40:05.144Z DEBG Aug 26 00:40:03.399Aug 26 00:40:03.399 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 } }]
87442026-08-26T00:40:05.144ZDEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:40:03.399
87452026-08-26T00:40:05.144Z
87462026-08-26T00:40:05.144Z INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 26 00:40:03.399
87472026-08-26T00:40:05.144Z Aug 26 00:40:03.399INFO Aug 26 00:40:03.399adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff DEBGDEBG
87482026-08-26T00:40:05.144Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
87492026-08-26T00:40:05.144Z
87502026-08-26T00:40:05.144ZAug 26 00:40:03.399 DEBGAug 26 00:40:03.399 replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
87512026-08-26T00:40:05.144Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
87522026-08-26T00:40:05.144ZAug 26 00:40:03.399 INFOAug 26 00:40:03.399 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffDEBG
87532026-08-26T00:40:05.144Z 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 } }]
87542026-08-26T00:40:05.144ZAug 26 00:40:03.399 DEBGAug 26 00:40:03.399 replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
87552026-08-26T00:40:05.144Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
87562026-08-26T00:40:05.144ZAug 26 00:40:03.399 Aug 26 00:40:03.399INFO DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
87572026-08-26T00:40:05.144Zreplacing 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 } }]
87582026-08-26T00:40:05.144ZAug 26 00:40:03.399 Aug 26 00:40:03.399DEBG DEBGreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87592026-08-26T00:40:05.144Zfailed to allocate space for the new target list
87602026-08-26T00:40:05.144ZAug 26 00:40:03.399 Aug 26 00:40:03.399 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 } }]
87612026-08-26T00:40:05.144ZINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
87622026-08-26T00:40:05.144ZAug 26 00:40:03.399 Aug 26 00:40:03.399DEBG DEBGcreated 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 } }]unit
87632026-08-26T00:40:05.144Z: freemap_route_ipv4
87642026-08-26T00:40:05.144ZAug 26 00:40:03.399 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
87652026-08-26T00:40:05.144ZAug 26 00:40:03.399 DEBGAug 26 00:40:03.399 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 } }]:
87662026-08-26T00:40:05.144Z freemap_route_ipv6
87672026-08-26T00:40:05.145ZAug 26 00:40:03.399 Aug 26 00:40:03.399INFO DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
87682026-08-26T00:40:05.145Zinitted freemap. size: 64, unit:Aug 26 00:40:03.399 freemap_route_ipv4DEBG
87692026-08-26T00:40:05.145Z 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 } }]
87702026-08-26T00:40:05.145ZAug 26 00:40:03.399 Aug 26 00:40:03.399DEBG INFOreset freemap , adding route 3fff:beef:23::/64 -> 2001:db8::55:ffunit
87712026-08-26T00:40:05.145Z: freemap_route_ipv4
87722026-08-26T00:40:05.145ZAug 26 00:40:03.399 DEBGAug 26 00:40:03.399 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
87732026-08-26T00:40:05.145Z initted freemap. size: 64, unitAug 26 00:40:03.399: INFOfreemap_route_ipv6
87742026-08-26T00:40:05.145Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
87752026-08-26T00:40:05.145ZAug 26 00:40:03.399 Aug 26 00:40:03.399DEBG DEBGreset freemap , 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 } }]unit
87762026-08-26T00:40:05.145Z: freemap_route_ipv6
87772026-08-26T00:40:05.145ZAug 26 00:40:03.399 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 26 00:40:03.399
87782026-08-26T00:40:05.145Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
87792026-08-26T00:40:05.145ZAug 26 00:40:03.399 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 00:40:03.399
87802026-08-26T00:40:05.145Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 26 00:40:03.399
87812026-08-26T00:40:05.145Z INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
87822026-08-26T00:40:05.145ZAug 26 00:40:03.399 INFO Aug 26 00:40:03.399adding route 3fff:dead::/64 -> 2001:db8::55:1
87832026-08-26T00:40:05.145ZDEBG 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 00:40:03.399
87842026-08-26T00:40:05.145Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 26 00:40:03.399
87852026-08-26T00:40:05.145Z INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
87862026-08-26T00:40:05.145ZAug 26 00:40:03.399 INFO Aug 26 00:40:03.399adding route 3fff:dead::/64 -> 2001:db8::55:1
87872026-08-26T00:40:05.145ZDEBG 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 } }]
87882026-08-26T00:40:05.145ZAug 26 00:40:03.399 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 26 00:40:03.399
87892026-08-26T00:40:05.145Z INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
87902026-08-26T00:40:05.145Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
87912026-08-26T00:40:05.145ZAug 26 00:40:03.399 INFO Aug 26 00:40:03.399adding route 3fff:dead::/64 -> 2001:db8::55:2 DEBGAug 26 00:40:03.400 Aug 26 00:40:03.400DEBG created new freemapDEBG, 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 } }] unitcreated new freemap:
87922026-08-26T00:40:05.145Z freemap_route_ipv4
87932026-08-26T00:40:05.145Z
87942026-08-26T00:40:05.145ZAug 26 00:40:03.407Aug 26 00:40:03.407 DEBGINFO Aug 26 00:40:03.399 created new freemapadding route 3fff:beef:29::/64 -> 2001:db8::55:ff , DEBG
87952026-08-26T00:40:05.145Zunit :created new freemap Aug 26 00:40:03.407, Aug 26 00:40:03.407DEBGfreemap_route_ipv6unit
87962026-08-26T00:40:05.145Z : DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_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 } }]
87972026-08-26T00:40:05.146Z
87982026-08-26T00:40:05.146Z
87992026-08-26T00:40:05.146ZAug 26 00:40:03.407 Aug 26 00:40:03.407DEBG initted freemap. size: 64, Aug 26 00:40:03.407unit : INFOfreemap_route_ipv4 INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
88002026-08-26T00:40:05.146Z
88012026-08-26T00:40:05.146Zadding route 3fff:beef::/64 -> 2001:db8::55:ffAug 26 00:40:03.407
88022026-08-26T00:40:05.146Z Aug 26 00:40:03.407DEBG Aug 26 00:40:03.407DEBG Aug 26 00:40:03.407created new freemapreset freemap , , DEBGunitunit: 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 } }]:
88032026-08-26T00:40:05.146Z replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv6
88042026-08-26T00:40:05.146Zfreemap_route_ipv4
88052026-08-26T00:40:05.146ZAug 26 00:40:03.407
88062026-08-26T00:40:05.146Z INFO Aug 26 00:40:03.407Aug 26 00:40:03.407 INFODEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffinitted freemap. size: 64
88072026-08-26T00:40:05.146ZAug 26 00:40:03.407
88082026-08-26T00:40:05.146Z, unitDEBG: Aug 26 00:40:03.407freemap_route_ipv6 Aug 26 00:40:03.407
88092026-08-26T00:40:05.146Zinitted freemap. size: 64 DEBG, unitreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
88102026-08-26T00:40:05.146Z: freemap_route_ipv4Aug 26 00:40:03.407
88112026-08-26T00:40:05.146ZAug 26 00:40:03.407 DEBGINFO replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap , adding route 3fff:beef:2::/64 -> 2001:db8::55:ffunit
88122026-08-26T00:40:05.146Z:Aug 26 00:40:03.407
88132026-08-26T00:40:05.146Zfreemap_route_ipv6 DEBG
88142026-08-26T00:40:05.146Zreset freemap, Aug 26 00:40:03.407unit :DEBGAug 26 00:40:03.407 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 } }]INFO
88152026-08-26T00:40:05.146Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
88162026-08-26T00:40:05.146Zfreemap_route_ipv4
88172026-08-26T00:40:05.151ZAug 26 00:40:03.407Aug 26 00:40:03.407 INFOINFO Aug 26 00:40:03.407Aug 26 00:40:03.407adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
88182026-08-26T00:40:05.151Z
88192026-08-26T00:40:05.151ZDEBGDEBG 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 } }]initted freemap. size: 64Aug 26 00:40:03.407Aug 26 00:40:03.407 , DEBG unit DEBGreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] :
88202026-08-26T00:40:05.151Z
88212026-08-26T00:40:05.151Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
88222026-08-26T00:40:05.151Z
88232026-08-26T00:40:05.151ZAug 26 00:40:03.407Aug 26 00:40:03.407 Aug 26 00:40:03.407INFOINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 26 00:40:03.407DEBG INFO
88242026-08-26T00:40:05.151Z adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreset freemap
88252026-08-26T00:40:05.151Z,
88262026-08-26T00:40:05.151ZAug 26 00:40:03.407unit :DEBG Aug 26 00:40:03.407replacing 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 00:40:03.407freemap_route_ipv6
88272026-08-26T00:40:05.151ZDEBG
88282026-08-26T00:40:05.151Z 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: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 } }]
88292026-08-26T00:40:05.151Z
88302026-08-26T00:40:05.151ZAug 26 00:40:03.407Aug 26 00:40:03.407 INFO INFOadding route 172.16.0.0/32 -> 10.0.0.1Aug 26 00:40:03.407Aug 26 00:40:03.407
88312026-08-26T00:40:05.152Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO
88322026-08-26T00:40:05.152Z INFOadding route 3fff:dead::/64 -> 2001:db8::55:3Aug 26 00:40:03.407 adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
88332026-08-26T00:40:05.152ZAug 26 00:40:03.407DEBG
88342026-08-26T00:40:05.152Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
88352026-08-26T00:40:05.152Z Aug 26 00:40:03.407replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:40:03.407
88362026-08-26T00:40:05.152Z DEBGAug 26 00:40:03.407 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 } }]
88372026-08-26T00:40:05.152ZAug 26 00:40:03.407 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 } }] INFO
88382026-08-26T00:40:05.152Zadding route 172.16.0.0/32 -> 10.0.0.2
88392026-08-26T00:40:05.152Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 26 00:40:03.407
88402026-08-26T00:40:05.152Z Aug 26 00:40:03.407INFOAug 26 00:40:03.407 Aug 26 00:40:03.407adding route 3fff:dead::/64 -> 2001:db8::55:4
88412026-08-26T00:40:05.152ZINFODEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG
88422026-08-26T00:40:05.152Z Aug 26 00:40:03.407
88432026-08-26T00:40:05.152Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] DEBG
88442026-08-26T00:40:05.152Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
88452026-08-26T00:40:05.152ZAug 26 00:40:03.407Aug 26 00:40:03.407 Aug 26 00:40:03.407DEBGAug 26 00:40:03.407 replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
88462026-08-26T00:40:05.152Z INFO INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 26 00:40:03.407
88472026-08-26T00:40:05.152Z replacing targets for 3fff:dead::/64 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 } }]
88482026-08-26T00:40:05.152Zadding route 172.17.0.0/32 -> 10.0.0.255INFO
88492026-08-26T00:40:05.152Z adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 26 00:40:03.407
88502026-08-26T00:40:05.152ZAug 26 00:40:03.407 DEBGWARN Aug 26 00:40:03.408shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
88512026-08-26T00:40:05.152ZDEBGreplacing 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 00:40:03.408
88522026-08-26T00:40:05.152Z 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 00:40:03.408DEBG
88532026-08-26T00:40:05.152Z Aug 26 00:40:03.408 ERRO 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 3fff:beef:31::/64 -> 2001:db8::55:ffrollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
88542026-08-26T00:40:05.152Z
88552026-08-26T00:40:05.152Z
88562026-08-26T00:40:05.152ZAug 26 00:40:03.408Aug 26 00:40:03.408Aug 26 00:40:03.408 Aug 26 00:40:03.408ERRO 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 itDEBGINFO
88572026-08-26T00:40:05.152Z 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.1/32 -> 10.0.0.255
88582026-08-26T00:40:05.153Z
88592026-08-26T00:40:05.153ZINFO Aug 26 00:40:03.408Aug 26 00:40:03.408 INFODEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/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 } }]
88602026-08-26T00:40:05.153Z
88612026-08-26T00:40:05.153Z
88622026-08-26T00:40:05.153ZAug 26 00:40:03.399 Aug 26 00:40:03.408 INFO adding route 172.17.0.2/32 -> 10.0.0.255
88632026-08-26T00:40:05.153ZDEBG Aug 26 00:40:03.408created new freemapAug 26 00:40:03.408 , DEBG Aug 26 00:40:03.408DEBG unitDEBG: replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
88642026-08-26T00:40:05.153Z
88652026-08-26T00:40:05.153Z
88662026-08-26T00:40:05.153Z Aug 26 00:40:03.408Aug 26 00:40:03.408 INFOAug 26 00:40:03.408 adding route 172.17.0.3/32 -> 10.0.0.255DEBG
88672026-08-26T00:40:05.153Zreplacing 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
88682026-08-26T00:40:05.153Z created new freemap , adding route 3fff:beef:33::/64 -> 2001:db8::55:ffunit
88692026-08-26T00:40:05.153Z:Aug 26 00:40:03.408Aug 26 00:40:03.408 INFO freemap_route_ipv6 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 26 00:40:03.408
88702026-08-26T00:40:05.153ZDEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
88712026-08-26T00:40:05.153Z
88722026-08-26T00:40:05.153Zreplacing 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 } }]
88732026-08-26T00:40:05.153ZAug 26 00:40:03.408 Aug 26 00:40:03.408DEBG Aug 26 00:40:03.408, Aug 26 00:40:03.408 INFO unitDEBG : 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 } }]
88742026-08-26T00:40:05.153Zadding route 172.17.0.4/32 -> 10.0.0.255
88752026-08-26T00:40:05.153Zfreemap_route_ipv4INFO
88762026-08-26T00:40:05.153Zinitted freemap. size: 64Aug 26 00:40:03.408, INFO Aug 26 00:40:03.408adding route 3fff:beef:a::/64 -> 2001:db8::55:ff adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 26 00:40:03.408
88772026-08-26T00:40:05.153Z
88782026-08-26T00:40:05.153Zunit DEBG:DEBG Aug 26 00:40:03.408freemap_route_ipv4 Aug 26 00:40:03.408DEBG
88792026-08-26T00:40:05.153Z DEBGreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemap replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
88802026-08-26T00:40:05.153Z
88812026-08-26T00:40:05.153Z, unit
88822026-08-26T00:40:05.153ZAug 26 00:40:03.408: DEBGfreemap_route_ipv6Aug 26 00:40:03.408
88832026-08-26T00:40:05.153ZINFO Aug 26 00:40:03.408 Aug 26 00:40:03.408adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
88842026-08-26T00:40:05.153ZINFOINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 172.17.0.5/32 -> 10.0.0.255
88852026-08-26T00:40:05.153Zreset freemapAug 26 00:40:03.408
88862026-08-26T00:40:05.154ZDEBG, Aug 26 00:40:03.408 Aug 26 00:40:03.408DEBG Aug 26 00:40:03.408 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 } }]unitinitted freemap. size: 64
88872026-08-26T00:40:05.154ZDEBG: , freemap_route_ipv4unit
88882026-08-26T00:40:05.154ZAug 26 00:40:03.408 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 } }] :
88892026-08-26T00:40:05.154Z Aug 26 00:40:03.408INFO freemap_route_ipv4DEBG
88902026-08-26T00:40:05.154ZDEBG initted freemap. size: 64adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
88912026-08-26T00:40:05.154Z, 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 00:40:03.408Aug 26 00:40:03.408
88922026-08-26T00:40:05.154ZDEBGAug 26 00:40:03.408 reset freemapAug 26 00:40:03.408INFO , INFODEBGunit adding route 172.17.0.6/32 -> 10.0.0.255adding route 3fff:beef:36::/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 } }]unit
88932026-08-26T00:40:05.154Z
88942026-08-26T00:40:05.154Z
88952026-08-26T00:40:05.154Z: freemap_route_ipv4Aug 26 00:40:03.408
88962026-08-26T00:40:05.154Z Aug 26 00:40:03.408freemap_route_ipv6 Aug 26 00:40:03.408
88972026-08-26T00:40:05.154ZDEBG 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 } }]Aug 26 00:40:03.408
88982026-08-26T00:40:05.154Z DEBGDEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:d::/64 -> 2001:db8::55:ffinitted freemap. size: 64
88992026-08-26T00:40:05.154Z
89002026-08-26T00:40:05.154Ztest route::tests::rollback_on_compact_delete_failure ... ok
89012026-08-26T00:40:05.154ZAug 26 00:40:03.408, DEBGunitAug 26 00:40:03.408 Aug 26 00:40:03.408reset freemapDEBG Aug 26 00:40:03.408, replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO:unitINFO
89022026-08-26T00:40:05.154Z adding route 3fff:beef:37::/64 -> 2001:db8::55:fffreemap_route_ipv6
89032026-08-26T00:40:05.154Z
89042026-08-26T00:40:05.154ZAug 26 00:40:03.416adding route 172.17.0.7/32 -> 10.0.0.255 DEBG
89052026-08-26T00:40:05.154Z Aug 26 00:40:03.400reset freemap DEBGAug 26 00:40:03.416, created new freemapunit , DEBG:unit : freemap_route_ipv4
89062026-08-26T00:40:05.154ZAug 26 00:40:03.416 INFOAug 26 00:40:03.416 DEBGfreemap_route_ipv6
89072026-08-26T00:40:05.154Zcreated new freemapadding route 3fff:beef:e::/64 -> 2001:db8::55:ff,
89082026-08-26T00:40:05.154Zunit: replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:40:03.416
89092026-08-26T00:40:05.154ZAug 26 00:40:03.416 freemap_route_ipv6DEBGINFO
89102026-08-26T00:40:05.154Z Aug 26 00:40:03.416replacing 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 } }]
89112026-08-26T00:40:05.154Zadding route 3fff:dead::/64 -> 2001:db8::55:1INFO
89122026-08-26T00:40:05.154ZAug 26 00:40:03.416 adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
89132026-08-26T00:40:05.154ZDEBG Aug 26 00:40:03.416initted freemap. size: 64 , INFOunit :Aug 26 00:40:03.416Aug 26 00:40:03.416 adding route 3fff:beef:f::/64 -> 2001:db8::55:fffreemap_route_ipv4DEBG
89142026-08-26T00:40:05.155Z
89152026-08-26T00:40:05.155Zreplacing 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
89162026-08-26T00:40:05.155Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 00:40:03.416Aug 26 00:40:03.416
89172026-08-26T00:40:05.160Z DEBGDEBG reset freemapreplacing 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 } }],
89182026-08-26T00:40:05.160Zunit:Aug 26 00:40:03.416 Aug 26 00:40:03.416 freemap_route_ipv4Aug 26 00:40:03.416INFO
89192026-08-26T00:40:05.160Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFO INFO
89202026-08-26T00:40:05.160Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2
89212026-08-26T00:40:05.160ZAug 26 00:40:03.416
89222026-08-26T00:40:05.160Z DEBGAug 26 00:40:03.416 Aug 26 00:40:03.416initted freemap. size: 64 , DEBG unitDEBG: replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6replacing targets for 3fff:beef: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 } }]
89232026-08-26T00:40:05.160Z
89242026-08-26T00:40:05.160Z
89252026-08-26T00:40:05.160ZAug 26 00:40:03.416Aug 26 00:40:03.416Aug 26 00:40:03.416 DEBG DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]reset freemapAug 26 00:40:03.416,
89262026-08-26T00:40:05.160Z unitadding route 3fff:beef:11::/64 -> 2001:db8::55:ffINFO:
89272026-08-26T00:40:05.160Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
89282026-08-26T00:40:05.160Zfreemap_route_ipv6
89292026-08-26T00:40:05.160ZAug 26 00:40:03.416 Aug 26 00:40:03.416 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 26 00:40:03.416
89302026-08-26T00:40:05.160Z replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO Aug 26 00:40:03.416adding route 3fff:dead::/64 -> 2001:db8::55:1
89312026-08-26T00:40:05.160ZDEBG
89322026-08-26T00:40:05.160ZAug 26 00:40:03.416 DEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:40:03.416
89332026-08-26T00:40:05.160Z Aug 26 00:40:03.416DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] INFO
89342026-08-26T00:40:05.160Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 26 00:40:03.416
89352026-08-26T00:40:05.160Z Aug 26 00:40:03.416INFO
89362026-08-26T00:40:05.160Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
89372026-08-26T00:40:05.160ZINFOAug 26 00:40:03.416 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }]
89382026-08-26T00:40:05.160Z
89392026-08-26T00:40:05.160ZAug 26 00:40:03.416Aug 26 00:40:03.416 INFODEBGAug 26 00:40:03.416 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 } }]
89402026-08-26T00:40:05.160Zadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 26 00:40:03.416
89412026-08-26T00:40:05.160Z DEBGINFO Aug 26 00:40:03.416 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 00:40:03.416 adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
89422026-08-26T00:40:05.161ZDEBGINFO
89432026-08-26T00:40:05.161Z adding route 3fff:beef:3c::/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 } }]
89442026-08-26T00:40:05.161Z
89452026-08-26T00:40:05.161ZAug 26 00:40:03.416Aug 26 00:40:03.416 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 26 00:40:03.416replacing 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 00:40:03.416
89462026-08-26T00:40:05.161ZINFO
89472026-08-26T00:40:05.161Zadding route 3fff:dead::/64 -> 2001:db8::55:3DEBG
89482026-08-26T00:40:05.161Z 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 } }]
89492026-08-26T00:40:05.161ZAug 26 00:40:03.416Aug 26 00:40:03.416 DEBGINFO failed to allocate space for the new target listAug 26 00:40:03.416adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
89502026-08-26T00:40:05.161Z
89512026-08-26T00:40:05.161ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 00:40:03.416
89522026-08-26T00:40:05.161Z DEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:40:03.416
89532026-08-26T00:40:05.161Z Aug 26 00:40:03.416DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 26 00:40:03.416
89542026-08-26T00:40:05.161Z INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4
89552026-08-26T00:40:05.161Z
89562026-08-26T00:40:05.161ZAug 26 00:40:03.400Aug 26 00:40:03.416 DEBGDEBG Aug 26 00:40:03.416replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]created new freemap
89572026-08-26T00:40:05.161Z DEBG, unitreplacing 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 } }]:
89582026-08-26T00:40:05.161ZAug 26 00:40:03.416 freemap_route_ipv4DEBG
89592026-08-26T00:40:05.161Z replacing targets for 3fff:dead::/64 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 00:40:03.416
89602026-08-26T00:40:05.161Z INFOAug 26 00:40:03.408 Aug 26 00:40:03.416DEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ff WARNcreated new freemap Aug 26 00:40:03.416, shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
89612026-08-26T00:40:05.161Z unitDEBG :
89622026-08-26T00:40:05.161Z created new freemapfreemap_route_ipv4,
89632026-08-26T00:40:05.161ZunitAug 26 00:40:03.416: DEBGfreemap_route_ipv6
89642026-08-26T00:40:05.161ZAug 26 00:40:03.416replacing 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
89652026-08-26T00:40:05.161Z created new freemapAug 26 00:40:03.416, unitDEBG:Aug 26 00:40:03.416 initted freemap. size: 64freemap_route_ipv6INFO
89662026-08-26T00:40:05.161Z, unitadding route 3fff:beef:17::/64 -> 2001:db8::55:ff:
89672026-08-26T00:40:05.161Z freemap_route_ipv4Aug 26 00:40:03.416
89682026-08-26T00:40:05.161Z DEBGAug 26 00:40:03.416 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 00:40:03.416
89692026-08-26T00:40:05.161Z :DEBG freemap_route_ipv4reset freemap
89702026-08-26T00:40:05.162Z, unitAug 26 00:40:03.416: INFOfreemap_route_ipv4Aug 26 00:40:03.416
89712026-08-26T00:40:05.162Z DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
89722026-08-26T00:40:05.162Zreset freemap, Aug 26 00:40:03.416unit :DEBGAug 26 00:40:03.416 freemap_route_ipv4initted freemap. size: 64
89732026-08-26T00:40:05.162Z, unitDEBG: replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:40:03.416
89742026-08-26T00:40:05.162Z freemap_route_ipv6DEBG
89752026-08-26T00:40:05.162Zinitted freemap. size: 64Aug 26 00:40:03.416, unitAug 26 00:40:03.416: Aug 26 00:40:03.416 INFO freemap_route_ipv6DEBG DEBG
89762026-08-26T00:40:05.162Zadding route 172.17.0.8/32 -> 10.0.0.255reset freemap
89772026-08-26T00:40:05.162Z, unitreplacing 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 00:40:03.416
89782026-08-26T00:40:05.162Z: DEBG Aug 26 00:40:03.416freemap_route_ipv6
89792026-08-26T00:40:05.162Zreset freemapAug 26 00:40:03.416DEBG , unitINFO: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 00:40:03.416freemap_route_ipv6adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
89802026-08-26T00:40:05.162Z
89812026-08-26T00:40:05.162ZINFO
89822026-08-26T00:40:05.162Z adding route 172.16.0.0/32 -> 10.0.0.1
89832026-08-26T00:40:05.162Ztest route::tests::rollback_on_compact_write_failure ... ok
89842026-08-26T00:40:05.162ZAug 26 00:40:03.416Aug 26 00:40:03.416 INFOAug 26 00:40:03.416 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGINFO
89852026-08-26T00:40:05.162Z Aug 26 00:40:03.416 adding route 172.17.0.9/32 -> 10.0.0.255
89862026-08-26T00:40:05.162Zreplacing 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
89872026-08-26T00:40:05.162Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
89882026-08-26T00:40:05.162ZAug 26 00:40:03.416Aug 26 00:40:03.416Aug 26 00:40:03.416 DEBGDEBG Aug 26 00:40:03.416replacing 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 } }]
89892026-08-26T00:40:05.162ZINFO INFOadding route 172.16.0.0/32 -> 10.0.0.2
89902026-08-26T00:40:05.162Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:1a::/64 -> 2001:db8::55:ff
89912026-08-26T00:40:05.162Z
89922026-08-26T00:40:05.162Ztest route::tests::rollback_on_index_readd_failure ... ok
89932026-08-26T00:40:05.162ZAug 26 00:40:03.416Aug 26 00:40:03.416 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 } }, NextHop { asic_port_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.10/32 -> 10.0.0.255
89942026-08-26T00:40:05.162Ztest route::tests::identity_replace_is_noop ... ok
89952026-08-26T00:40:05.162Z
89962026-08-26T00:40:05.162ZAug 26 00:40:03.416 Aug 26 00:40:03.416INFOAug 26 00:40:03.416 DEBG Aug 26 00:40:03.416adding route 3fff:dead::/64 -> 2001:db8::55:2
89972026-08-26T00:40:05.162ZINFO DEBGadding route 172.16.0.0/32 -> 10.0.0.3
89982026-08-26T00:40:05.163Zreplacing 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 } }]
89992026-08-26T00:40:05.163ZAug 26 00:40:03.416 replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
90002026-08-26T00:40:05.163ZAug 26 00:40:03.416 Aug 26 00:40:03.416DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
90012026-08-26T00:40:05.163Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
90022026-08-26T00:40:05.163ZINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 26 00:40:03.416
90032026-08-26T00:40:05.163Z Aug 26 00:40:03.416INFO INFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.4Aug 26 00:40:03.416
90042026-08-26T00:40:05.163Z DEBGAug 26 00:40:03.416
90052026-08-26T00:40:05.163Z Aug 26 00:40:03.416replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3
90062026-08-26T00:40:05.163ZAug 26 00:40:03.416
90072026-08-26T00:40:05.163Z 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 } }]DEBGAug 26 00:40:03.416 INFO
90082026-08-26T00:40:05.163Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
90092026-08-26T00:40:05.163ZAug 26 00:40:03.417 DEBG: created new freemapfreemap_route_ipv6Aug 26 00:40:03.416
90102026-08-26T00:40:05.163Z, 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]freemap_route_ipv4
90112026-08-26T00:40:05.163Z
90122026-08-26T00:40:05.163ZAug 26 00:40:03.425 INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 26 00:40:03.425
90132026-08-26T00:40:05.163ZAug 26 00:40:03.425 Aug 26 00:40:03.417DEBG Aug 26 00:40:03.425DEBG Aug 26 00:40:03.425created new freemap , INFOunitDEBG: 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 } }]freemap_route_ipv4
90142026-08-26T00:40:05.163Zadding route 3fff:dead::/64 -> 2001:db8::55:4
90152026-08-26T00:40:05.163Zcreated new freemap ,
90162026-08-26T00:40:05.163Zunitreplacing 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 00:40:03.425 :
90172026-08-26T00:40:05.169ZINFOAug 26 00:40:03.425 Aug 26 00:40:03.425 DEBGDEBG adding route 172.17.0.0/32 -> 10.0.0.255created new freemap
90182026-08-26T00:40:05.169Z , unitfreemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]:
90192026-08-26T00:40:05.169ZAug 26 00:40:03.425 freemap_route_ipv6
90202026-08-26T00:40:05.169Z
90212026-08-26T00:40:05.169ZAug 26 00:40:03.425 INFOAug 26 00:40:03.426DEBG Aug 26 00:40:03.426DEBG DEBGreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:40:03.426
90222026-08-26T00:40:05.169Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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: 64DEBG,
90232026-08-26T00:40:05.170Z unitadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff:initted freemap. size: 64
90242026-08-26T00:40:05.170Z Aug 26 00:40:03.426, freemap_route_ipv4 unit
90252026-08-26T00:40:05.170ZINFOAug 26 00:40:03.426Aug 26 00:40:03.426 adding route 172.17.0.1/32 -> 10.0.0.255:WARN
90262026-08-26T00:40:05.170Z DEBGfreemap_route_ipv4 shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }]
90272026-08-26T00:40:05.170Z
90282026-08-26T00:40:05.170Z
90292026-08-26T00:40:05.170ZAug 26 00:40:03.426 Aug 26 00:40:03.426DEBG DEBG Aug 26 00:40:03.426replacing 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 } }]reset freemap
90302026-08-26T00:40:05.170Z, unitDEBG :Aug 26 00:40:03.426reset freemapAug 26 00:40:03.426 freemap_route_ipv4INFOINFO,
90312026-08-26T00:40:05.170Z unitadding route 172.17.0.2/32 -> 10.0.0.255adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
90322026-08-26T00:40:05.170Z:
90332026-08-26T00:40:05.170Z freemap_route_ipv4Aug 26 00:40:03.426
90342026-08-26T00:40:05.170Z Aug 26 00:40:03.426DEBG DEBG
90352026-08-26T00:40:05.170Z Aug 26 00:40:03.426initted freemap. size: 64 , DEBGunit :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 } }]
90362026-08-26T00:40:05.170Zfreemap_route_ipv6
90372026-08-26T00:40:05.170ZAug 26 00:40:03.426 INFOAug 26 00:40:03.416 Aug 26 00:40:03.426Aug 26 00:40:03.426adding route 172.17.0.0/32 -> 10.0.0.255 Aug 26 00:40:03.426 INFO
90382026-08-26T00:40:05.170Z adding route 172.17.0.12/32 -> 10.0.0.255DEBG
90392026-08-26T00:40:05.170Z INFOinitted freemap. size: 64 , DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff unitAug 26 00:40:03.426:Aug 26 00:40:03.426
90402026-08-26T00:40:05.170Z DEBGDEBGfreemap_route_ipv6 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 } }]
90412026-08-26T00:40:05.170Z
90422026-08-26T00:40:05.170Zreplacing 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 } }]reset freemap
90432026-08-26T00:40:05.170Z, Aug 26 00:40:03.426unitAug 26 00:40:03.426: Aug 26 00:40:03.426INFO DEBGadding route 172.17.0.1/32 -> 10.0.0.255 Aug 26 00:40:03.426
90442026-08-26T00:40:05.170Z reset freemapINFO DEBGfreemap_route_ipv6, Aug 26 00:40:03.426unitadding route 172.17.0.13/32 -> 10.0.0.255
90452026-08-26T00:40:05.170Z
90462026-08-26T00:40:05.170Z: freemap_route_ipv6DEBG
90472026-08-26T00:40:05.170Z replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 26 00:40:03.426replacing 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 } }]
90482026-08-26T00:40:05.170Z
90492026-08-26T00:40:05.170Z INFO Aug 26 00:40:03.426adding route 172.16.0.0/32 -> 10.0.0.1
90502026-08-26T00:40:05.171ZDEBGAug 26 00:40:03.426 Aug 26 00:40:03.426INFO 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 } }]
90512026-08-26T00:40:05.171ZINFOAug 26 00:40:03.426 adding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 172.17.0.2/32 -> 10.0.0.255
90522026-08-26T00:40:05.171Z
90532026-08-26T00:40:05.171ZAug 26 00:40:03.426DEBGAug 26 00:40:03.426 INFO Aug 26 00:40:03.426Aug 26 00:40:03.426replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
90542026-08-26T00:40:05.171ZDEBGadding route 172.17.0.14/32 -> 10.0.0.255DEBG INFOreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90552026-08-26T00:40:05.171Z
90562026-08-26T00:40:05.171ZAug 26 00:40:03.426 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
90572026-08-26T00:40:05.171Z
90582026-08-26T00:40:05.171ZAug 26 00:40:03.426 INFO adding route 172.16.0.0/32 -> 10.0.0.2INFO
90592026-08-26T00:40:05.171Z Aug 26 00:40:03.426Aug 26 00:40:03.426adding route 172.17.0.3/32 -> 10.0.0.255
90602026-08-26T00:40:05.171Z Aug 26 00:40:03.426Aug 26 00:40:03.426 Aug 26 00:40:03.426DEBGDEBG DEBGINFODEBGreplacing 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 } }]
90612026-08-26T00:40:05.171Zreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
90622026-08-26T00:40:05.171Z
90632026-08-26T00:40:05.171Zreplacing 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 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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-26T00:40:05.171Z
90652026-08-26T00:40:05.171ZAug 26 00:40:03.426Aug 26 00:40:03.426 INFOINFO Aug 26 00:40:03.426 adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.4/32 -> 10.0.0.255
90662026-08-26T00:40:05.171Z Aug 26 00:40:03.426
90672026-08-26T00:40:05.171ZDEBGAug 26 00:40:03.426Aug 26 00:40:03.426 INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
90682026-08-26T00:40:05.171Z DEBGINFOadding route 172.16.0.0/32 -> 10.0.0.3 Aug 26 00:40:03.426replacing 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 } }]
90692026-08-26T00:40:05.171ZDEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
90702026-08-26T00:40:05.171Z
90712026-08-26T00:40:05.171Z 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 } }]
90722026-08-26T00:40:05.171ZAug 26 00:40:03.426Aug 26 00:40:03.426 Aug 26 00:40:03.426INFO DEBGAug 26 00:40:03.426adding route 172.17.0.16/32 -> 10.0.0.255 DEBG
90732026-08-26T00:40:05.171ZAug 26 00:40:03.426 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] INFOINFOreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.5/32 -> 10.0.0.255
90742026-08-26T00:40:05.171Zadding route 3fff:dead::/64 -> 2001:db8::55:3
90752026-08-26T00:40:05.171Z
90762026-08-26T00:40:05.171ZAug 26 00:40:03.426replacing 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 } }]
90772026-08-26T00:40:05.171Z DEBG
90782026-08-26T00:40:05.171Z 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 00:40:03.426
90792026-08-26T00:40:05.172ZAug 26 00:40:03.426Aug 26 00:40:03.426 INFODEBG 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 00:40:03.426adding route 172.17.0.3/32 -> 10.0.0.255
90802026-08-26T00:40:05.172Z DEBGINFO Aug 26 00:40:03.426replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 00:40:03.426
90812026-08-26T00:40:05.172Z
90822026-08-26T00:40:05.172Z INFOadding route 172.17.0.17/32 -> 10.0.0.255Aug 26 00:40:03.426
90832026-08-26T00:40:05.172Z Aug 26 00:40:03.426INFOAug 26 00:40:03.426 adding route 172.17.0.6/32 -> 10.0.0.255INFOINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
90842026-08-26T00:40:05.172ZDEBG
90852026-08-26T00:40:05.172Z Aug 26 00:40:03.426adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }]
90862026-08-26T00:40:05.172Z
90872026-08-26T00:40:05.172ZDEBG Aug 26 00:40:03.426replacing 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 00:40:03.426
90882026-08-26T00:40:05.172Z Aug 26 00:40:03.426DEBG Aug 26 00:40:03.426adding route 172.16.0.0/32 -> 10.0.0.4
90892026-08-26T00:40:05.172Z INFO DEBGAug 26 00:40:03.426 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 adding route 172.17.0.7/32 -> 10.0.0.255
90902026-08-26T00:40:05.172Z
90912026-08-26T00:40:05.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 } }]
90922026-08-26T00:40:05.172ZAug 26 00:40:03.426adding route 172.17.0.4/32 -> 10.0.0.255 DEBG
90932026-08-26T00:40:05.172ZAug 26 00:40:03.426 Aug 26 00:40:03.426Aug 26 00:40:03.426INFO DEBG DEBGAug 26 00:40:03.426 adding route 172.17.0.18/32 -> 10.0.0.255 DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]DEBG
90942026-08-26T00:40:05.172Z replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 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 } }]
90952026-08-26T00:40:05.172Zreplacing 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 } }]
90962026-08-26T00:40:05.172Zreplacing 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 } }]
90972026-08-26T00:40:05.172Z
90982026-08-26T00:40:05.172Z
90992026-08-26T00:40:05.172ZAug 26 00:40:03.426 WARNAug 26 00:40:03.426Aug 26 00:40:03.426 Aug 26 00:40:03.426INFO shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFOadding route 172.17.0.5/32 -> 10.0.0.255Aug 26 00:40:03.426 Aug 26 00:40:03.426
91002026-08-26T00:40:05.172Z adding route 172.17.0.8/32 -> 10.0.0.255
91012026-08-26T00:40:05.172Z
91022026-08-26T00:40:05.172ZDEBGINFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 00:40:03.426
91032026-08-26T00:40:05.172Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
91042026-08-26T00:40:05.172Zreplacing 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 00:40:03.426
91052026-08-26T00:40:05.172Z DEBG DEBGreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
91062026-08-26T00:40:05.172ZAug 26 00:40:03.427 Aug 26 00:40:03.427Aug 26 00:40:03.426Aug 26 00:40:03.426DEBG INFO DEBGcreated new freemapadding route 172.17.0.19/32 -> 10.0.0.255
91072026-08-26T00:40:05.173Zcreated new freemapDEBG Aug 26 00:40:03.434Aug 26 00:40:03.417, , DEBGunit created new freemap Aug 26 00:40:03.434, :DEBG unit freemap_route_ipv4replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
91082026-08-26T00:40:05.173Z:created new freemap unit adding route 172.17.0.6/32 -> 10.0.0.255
91092026-08-26T00:40:05.173Zfreemap_route_ipv4
91102026-08-26T00:40:05.173Z
91112026-08-26T00:40:05.173Z: , freemap_route_ipv4Aug 26 00:40:03.434Aug 26 00:40:03.434unit
91122026-08-26T00:40:05.173Z :Aug 26 00:40:03.434DEBGINFO Aug 26 00:40:03.434replacing 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 } }]
91132026-08-26T00:40:05.173Z DEBGadding route 172.17.0.20/32 -> 10.0.0.255 freemap_route_ipv4DEBG
91142026-08-26T00:40:05.173Zcreated new freemapAug 26 00:40:03.434, unit created new freemapINFO:
91152026-08-26T00:40:05.173Zadding route 172.17.0.7/32 -> 10.0.0.255 , unitfreemap_route_ipv6
91162026-08-26T00:40:05.173Z
91172026-08-26T00:40:05.178ZAug 26 00:40:03.434Aug 26 00:40:03.434: DEBGfreemap_route_ipv6DEBGAug 26 00:40:03.434 Aug 26 00:40:03.434replacing 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 00:40:03.434created new freemap
91182026-08-26T00:40:05.178Z, DEBG
91192026-08-26T00:40:05.178ZunitDEBG :DEBG Aug 26 00:40:03.434 created new freemap replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
91202026-08-26T00:40:05.178Z,
91212026-08-26T00:40:05.178ZAug 26 00:40:03.434initted freemap. size: 64DEBG unit :initted freemap. size: 64, , unitunit::INFO freemap_route_ipv4
91222026-08-26T00:40:05.178Z Aug 26 00:40:03.434Aug 26 00:40:03.434freemap_route_ipv4 adding route 172.17.0.21/32 -> 10.0.0.255
91232026-08-26T00:40:05.178ZDEBGINFO
91242026-08-26T00:40:05.178Z Aug 26 00:40:03.434freemap_route_ipv6 adding route 172.17.0.8/32 -> 10.0.0.255
91252026-08-26T00:40:05.178Zinitted freemap. size: 64
91262026-08-26T00:40:05.178Z, unit:DEBG reset freemapAug 26 00:40:03.434, unitAug 26 00:40:03.434freemap_route_ipv4Aug 26 00:40:03.434Aug 26 00:40:03.434
91272026-08-26T00:40:05.178Z: 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 } }]freemap_route_ipv4reset freemap
91282026-08-26T00:40:05.178Z
91292026-08-26T00:40:05.178Z, unitDEBG : Aug 26 00:40:03.434DEBGAug 26 00:40:03.434 freemap_route_ipv4 DEBGINFO
91302026-08-26T00:40:05.178Z replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap
91312026-08-26T00:40:05.178Z, initted freemap. size: 64adding route 172.17.0.22/32 -> 10.0.0.255
91322026-08-26T00:40:05.178ZAug 26 00:40:03.434unit, unit: freemap_route_ipv4Aug 26 00:40:03.434
91332026-08-26T00:40:05.178Z:Aug 26 00:40:03.434 Aug 26 00:40:03.434 DEBGINFO DEBG DEBG Aug 26 00:40:03.434replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] initted freemap. size: 64 DEBG
91342026-08-26T00:40:05.178Z, adding route 172.17.0.9/32 -> 10.0.0.255 unitfreemap_route_ipv4
91352026-08-26T00:40:05.178Z
91362026-08-26T00:40:05.178Zinitted freemap. size: 64:, unitfreemap_route_ipv6:Aug 26 00:40:03.434Aug 26 00:40:03.434
91372026-08-26T00:40:05.179ZINFO freemap_route_ipv6
91382026-08-26T00:40:05.179ZAug 26 00:40:03.434adding route 172.17.0.23/32 -> 10.0.0.255Aug 26 00:40:03.434 DEBG
91392026-08-26T00:40:05.179Zreset freemapDEBGDEBG , reset freemapreplacing 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 } }]
91402026-08-26T00:40:05.179Z, Aug 26 00:40:03.434unit unitAug 26 00:40:03.434:: 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 } }] reset freemapAug 26 00:40:03.434
91412026-08-26T00:40:05.179Z, freemap_route_ipv6 freemap_route_ipv4unit
91422026-08-26T00:40:05.179Z
91432026-08-26T00:40:05.179ZAug 26 00:40:03.434INFO : INFO adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255Aug 26 00:40:03.434freemap_route_ipv6
91442026-08-26T00:40:05.179ZINFO
91452026-08-26T00:40:05.179Z
91462026-08-26T00:40:05.179Z adding route 3fff:dead::/64 -> 2001:db8::55:1
91472026-08-26T00:40:05.179ZAug 26 00:40:03.434 Aug 26 00:40:03.434Aug 26 00:40:03.434 Aug 26 00:40:03.434 INFO DEBGDEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
91482026-08-26T00:40:05.179Z
91492026-08-26T00:40:05.179Z 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 00:40:03.434
91502026-08-26T00:40:05.179Z DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 26 00:40:03.434 initted freemap. size: 64
91512026-08-26T00:40:05.179ZINFO, unit Aug 26 00:40:03.434: adding route 172.17.0.25/32 -> 10.0.0.255DEBGAug 26 00:40:03.434
91522026-08-26T00:40:05.179Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 26 00:40:03.434
91532026-08-26T00:40:05.179Z Aug 26 00:40:03.434INFO DEBGINFO adding route 172.17.0.11/32 -> 10.0.0.255Aug 26 00:40:03.434replacing 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 } }]
91542026-08-26T00:40:05.179ZINFOfreemap_route_ipv6 adding route 3fff:dead::/64 -> 2001:db8::55:2
91552026-08-26T00:40:05.179Zadding route 3fff:dead::/64 -> 2001:db8::55:2
91562026-08-26T00:40:05.179Z
91572026-08-26T00:40:05.179ZAug 26 00:40:03.434
91582026-08-26T00:40:05.179ZINFOAug 26 00:40:03.434 adding route 172.17.0.26/32 -> 10.0.0.255Aug 26 00:40:03.434Aug 26 00:40:03.434DEBGAug 26 00:40:03.434
91592026-08-26T00:40:05.179Z DEBG DEBG 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 } }]Aug 26 00:40:03.434replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
91602026-08-26T00:40:05.179Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] DEBG
91612026-08-26T00:40:05.179Z
91622026-08-26T00:40:05.179Zreset freemapreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:40:03.434
91632026-08-26T00:40:05.179Z, unitINFOAug 26 00:40:03.434 Aug 26 00:40:03.434adding route 172.17.0.12/32 -> 10.0.0.255 Aug 26 00:40:03.434
91642026-08-26T00:40:05.179Z 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:3, vlan_id: None } }] INFOadding route 172.17.0.27/32 -> 10.0.0.255
91652026-08-26T00:40:05.179Z
91662026-08-26T00:40:05.180Z Aug 26 00:40:03.434adding route 3fff:dead::/64 -> 2001:db8::55:3 DEBG
91672026-08-26T00:40:05.180Z : Aug 26 00:40:03.434freemap_route_ipv6replacing 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 } }]
91682026-08-26T00:40:05.180ZAug 26 00:40:03.434
91692026-08-26T00:40:05.180ZDEBG 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 } }]
91702026-08-26T00:40:05.180ZDEBG Aug 26 00:40:03.434replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] INFOAug 26 00:40:03.434
91712026-08-26T00:40:05.180Zadding route 172.17.0.13/32 -> 10.0.0.255Aug 26 00:40:03.434
91722026-08-26T00:40:05.180Z INFO INFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.28/32 -> 10.0.0.255
91732026-08-26T00:40:05.180Z
91742026-08-26T00:40:05.180ZAug 26 00:40:03.434Aug 26 00:40:03.434 DEBGINFO 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 00:40:03.434
91752026-08-26T00:40:05.180Ztest route::tests::shrink_preserves_compacted_order ... ok
91762026-08-26T00:40:05.180Ztest route::tests::same_size_non_subset_replace ... ok
91772026-08-26T00:40:05.180Z DEBG adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 00:40:03.434
91782026-08-26T00:40:05.180Z INFOAug 26 00:40:03.434
91792026-08-26T00:40:05.180Z DEBG adding 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 } }]Aug 26 00:40:03.434
91802026-08-26T00:40:05.180Z Aug 26 00:40:03.434
91812026-08-26T00:40:05.180Z DEBG INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 00:40:03.434adding route 172.17.0.29/32 -> 10.0.0.255
91822026-08-26T00:40:05.180ZDEBG
91832026-08-26T00:40:05.180Z 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 00:40:03.434
91842026-08-26T00:40:05.180Z INFOAug 26 00:40:03.434 Aug 26 00:40:03.434adding route 172.16.0.0/32 -> 10.0.0.1
91852026-08-26T00:40:05.180ZDEBG 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: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 } }]
91862026-08-26T00:40:05.180Zreplacing 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 00:40:03.434
91872026-08-26T00:40:05.180Z Aug 26 00:40:03.434DEBG Aug 26 00:40:03.434INFO 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 } }]adding route 172.17.0.15/32 -> 10.0.0.255
91882026-08-26T00:40:05.180Zadding route 172.17.0.30/32 -> 10.0.0.255
91892026-08-26T00:40:05.180Z
91902026-08-26T00:40:05.180ZAug 26 00:40:03.434Aug 26 00:40:03.434 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.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 } }]
91912026-08-26T00:40:05.180Z
91922026-08-26T00:40:05.180ZAug 26 00:40:03.434 INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 26 00:40:03.434
91932026-08-26T00:40:05.180Z
91942026-08-26T00:40:05.181ZINFO Aug 26 00:40:03.434adding route 172.17.0.16/32 -> 10.0.0.255 Aug 26 00:40:03.434DEBG
91952026-08-26T00:40:05.181ZAug 26 00:40:03.434INFO adding route 172.17.0.31/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 } }]INFO
91962026-08-26T00:40:05.181ZAug 26 00:40:03.434
91972026-08-26T00:40:05.181Z 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 } }]adding route 172.17.0.9/32 -> 10.0.0.255
91982026-08-26T00:40:05.181Z
91992026-08-26T00:40:05.181ZAug 26 00:40:03.434 Aug 26 00:40:03.434DEBG 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 } }] Aug 26 00:40:03.434adding route 172.16.0.0/32 -> 10.0.0.2
92002026-08-26T00:40:05.181ZAug 26 00:40:03.434INFOAug 26 00:40:03.434
92012026-08-26T00:40:05.181Z DEBG adding route 172.17.0.17/32 -> 10.0.0.255Aug 26 00:40:03.434
92022026-08-26T00:40:05.181Z 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 } }]INFODEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255
92032026-08-26T00:40:05.181Z
92042026-08-26T00:40:05.181Z
92052026-08-26T00:40:05.181ZAug 26 00:40:03.434 Aug 26 00:40:03.434DEBG DEBGAug 26 00:40:03.434Aug 26 00:40:03.434 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 00:40:03.434INFOreplacing 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 } }]
92062026-08-26T00:40:05.181Z
92072026-08-26T00:40:05.181Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
92082026-08-26T00:40:05.181ZINFODEBG Aug 26 00:40:03.434Aug 26 00:40:03.434 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 } }]INFOINFO
92092026-08-26T00:40:05.181Zadding route 172.17.0.10/32 -> 10.0.0.255Aug 26 00:40:03.434 DEBGadding route 172.17.0.0/32 -> 10.0.0.255
92102026-08-26T00:40:05.181Z Aug 26 00:40:03.434replacing 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 } }]
92112026-08-26T00:40:05.181Z
92122026-08-26T00:40:05.181ZINFO adding route 172.17.0.18/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255
92132026-08-26T00:40:05.181Z
92142026-08-26T00:40:05.181ZAug 26 00:40:03.434 INFOAug 26 00:40:03.434 Aug 26 00:40:03.434Aug 26 00:40:03.434 Aug 26 00:40:03.434DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff 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
92152026-08-26T00:40:05.181Z 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 } }]
92162026-08-26T00:40:05.181Z
92172026-08-26T00:40:05.186Z DEBG DEBG Aug 26 00:40:03.434replacing 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 00:40:03.434Aug 26 00:40:03.434replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG Aug 26 00:40:03.435replacing 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 } }]
92182026-08-26T00:40:05.187Zinitted freemap. size: 64
92192026-08-26T00:40:05.187Z, DEBGunit: created new freemap , freemap_route_ipv6INFOAug 26 00:40:03.442Aug 26 00:40:03.442
92202026-08-26T00:40:05.187Zunit :INFO freemap_route_ipv4Aug 26 00:40:03.442
92212026-08-26T00:40:05.187ZDEBGadding route 172.17.0.11/32 -> 10.0.0.255
92222026-08-26T00:40:05.187Z reset freemap
92232026-08-26T00:40:05.187Z, unitAug 26 00:40:03.442: DEBGAug 26 00:40:03.442Aug 26 00:40:03.442 freemap_route_ipv6 DEBGINFO
92242026-08-26T00:40:05.187Z 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.1/32 -> 10.0.0.255created new freemap
92252026-08-26T00:40:05.187Z,
92262026-08-26T00:40:05.187Zunit:Aug 26 00:40:03.442 freemap_route_ipv6Aug 26 00:40:03.442INFO DEBG
92272026-08-26T00:40:05.187Z Aug 26 00:40:03.442adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
92282026-08-26T00:40:05.187Z
92292026-08-26T00:40:05.187Z Aug 26 00:40:03.442INFO DEBGadding route 172.17.0.12/32 -> 10.0.0.255Aug 26 00:40:03.435 Aug 26 00:40:03.442 initted freemap. size: 64
92302026-08-26T00:40:05.187Z DEBG, 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 } }]Aug 26 00:40:03.442:created new freemap
92312026-08-26T00:40:05.187Z, Aug 26 00:40:03.442unitfreemap_route_ipv4 INFODEBG
92322026-08-26T00:40:05.187Z: 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 } }]freemap_route_ipv4adding route 172.17.0.2/32 -> 10.0.0.255
92332026-08-26T00:40:05.187Z
92342026-08-26T00:40:05.187Z
92352026-08-26T00:40:05.187ZAug 26 00:40:03.442Aug 26 00:40:03.442 INFODEBGAug 26 00:40:03.442 reset freemapAug 26 00:40:03.442DEBG DEBGreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
92362026-08-26T00:40:05.187Z , created new freemapunit
92372026-08-26T00:40:05.187Z:, freemap_route_ipv4unit
92382026-08-26T00:40:05.187ZAug 26 00:40:03.442: freemap_route_ipv6
92392026-08-26T00:40:05.187Z INFOAug 26 00:40:03.442Aug 26 00:40:03.442Aug 26 00:40:03.442 DEBG INFO DEBGinitted freemap. size: 64 Aug 26 00:40:03.442 adding route 172.17.0.3/32 -> 10.0.0.255 DEBG
92402026-08-26T00:40:05.187Zadding route 172.17.0.13/32 -> 10.0.0.255,
92412026-08-26T00:40:05.187Zunitinitted 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 } }]Aug 26 00:40:03.442:, unit: DEBGfreemap_route_ipv6
92422026-08-26T00:40:05.187Z
92432026-08-26T00:40:05.187ZAug 26 00:40:03.442 DEBGreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 00:40:03.442Aug 26 00:40:03.442 INFO
92442026-08-26T00:40:05.188ZDEBG
92452026-08-26T00:40:05.188Zfreemap_route_ipv4
92462026-08-26T00:40:05.188Zreset freemap , adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 26 00:40:03.442unitAug 26 00:40:03.442
92472026-08-26T00:40:05.188ZAug 26 00:40:03.442 : DEBG Aug 26 00:40:03.442freemap_route_ipv6 DEBG
92482026-08-26T00:40:05.188ZINFO INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 172.17.0.4/32 -> 10.0.0.255
92492026-08-26T00:40:05.188Z
92502026-08-26T00:40:05.188Zadding route 172.17.0.14/32 -> 10.0.0.255
92512026-08-26T00:40:05.188Z reset freemap, Aug 26 00:40:03.442unitAug 26 00:40:03.442:Aug 26 00:40:03.442 freemap_route_ipv4INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1
92522026-08-26T00:40:05.188ZINFO Aug 26 00:40:03.442
92532026-08-26T00:40:05.188Z adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }]
92542026-08-26T00:40:05.188Z
92552026-08-26T00:40:05.188Z Aug 26 00:40:03.442Aug 26 00:40:03.442 DEBGDEBGAug 26 00:40:03.442DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 00:40:03.442initted freemap. size: 64 DEBGINFO
92562026-08-26T00:40:05.188Z, unit:replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.5/32 -> 10.0.0.255
92572026-08-26T00:40:05.188Z
92582026-08-26T00:40:05.188Z
92592026-08-26T00:40:05.188ZAug 26 00:40:03.442 INFO Aug 26 00:40:03.442 adding route 172.16.0.0/32 -> 10.0.0.2DEBG
92602026-08-26T00:40:05.188Z replacing targets for 3fff:dead::/64 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 00:40:03.442
92612026-08-26T00:40:05.188Z Aug 26 00:40:03.442INFO Aug 26 00:40:03.442DEBG 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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
92622026-08-26T00:40:05.188Zadding route 172.17.0.15/32 -> 10.0.0.255
92632026-08-26T00:40:05.188Z
92642026-08-26T00:40:05.188ZAug 26 00:40:03.442 INFOINFO Aug 26 00:40:03.442 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFOadding route 172.17.0.6/32 -> 10.0.0.255
92652026-08-26T00:40:05.188Zadding route 172.16.0.0/32 -> 10.0.0.3Aug 26 00:40:03.442
92662026-08-26T00:40:05.188Z
92672026-08-26T00:40:05.188ZDEBG Aug 26 00:40:03.442replacing 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 00:40:03.442
92682026-08-26T00:40:05.188Z Aug 26 00:40:03.442DEBG DEBG DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 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 } }]
92692026-08-26T00:40:05.188Z
92702026-08-26T00:40:05.188ZAug 26 00:40:03.442 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
92712026-08-26T00:40:05.188ZAug 26 00:40:03.443Aug 26 00:40:03.443 INFO INFOadding route 172.16.0.0/32 -> 10.0.0.4 adding route 172.17.0.16/32 -> 10.0.0.255
92722026-08-26T00:40:05.189Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
92732026-08-26T00:40:05.189Z
92742026-08-26T00:40:05.189Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
92752026-08-26T00:40:05.189ZAug 26 00:40:03.443Aug 26 00:40:03.443 DEBG Aug 26 00:40:03.443INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255
92762026-08-26T00:40:05.189ZAug 26 00:40:03.443 freemap_route_ipv6DEBG
92772026-08-26T00:40:05.189Z 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 } }]
92782026-08-26T00:40:05.189Z
92792026-08-26T00:40:05.189ZDEBG Aug 26 00:40:03.443replacing 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 } }]
92802026-08-26T00:40:05.189ZDEBGAug 26 00:40:03.443 Aug 26 00:40:03.443replacing targets for 172.16.0.0/32 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 } }]
92812026-08-26T00:40:05.189ZDEBGINFO Aug 26 00:40:03.443 adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
92822026-08-26T00:40:05.189Zreset freemapINFO , adding route 172.17.0.17/32 -> 10.0.0.255unitAug 26 00:40:03.443:
92832026-08-26T00:40:05.189Z Aug 26 00:40:03.443freemap_route_ipv6DEBG
92842026-08-26T00:40:05.189Z 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
92852026-08-26T00:40:05.189Z Aug 26 00:40:03.443replacing 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 00:40:03.443 DEBG
92862026-08-26T00:40:05.189ZINFO 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 00:40:03.443adding route 172.16.0.0/32 -> 10.0.0.1
92872026-08-26T00:40:05.189Z
92882026-08-26T00:40:05.189ZINFOAug 26 00:40:03.443 INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 26 00:40:03.443
92892026-08-26T00:40:05.189Z Aug 26 00:40:03.443 adding route 172.17.0.8/32 -> 10.0.0.255DEBGINFO
92902026-08-26T00:40:05.189ZAug 26 00:40:03.443replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
92912026-08-26T00:40:05.189Z adding route 172.17.0.18/32 -> 10.0.0.255DEBG
92922026-08-26T00:40:05.189Z 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 00:40:03.443 Aug 26 00:40:03.443INFO Aug 26 00:40:03.443adding route 172.16.0.0/32 -> 10.0.0.2DEBG
92932026-08-26T00:40:05.189Z 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 } }]
92942026-08-26T00:40:05.189ZDEBG
92952026-08-26T00:40:05.189Z 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 00:40:03.443
92962026-08-26T00:40:05.189Z Aug 26 00:40:03.443INFO DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff Aug 26 00:40:03.443
92972026-08-26T00:40:05.189Z Aug 26 00:40:03.443INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
92982026-08-26T00:40:05.189Z INFO adding route 172.17.0.19/32 -> 10.0.0.255Aug 26 00:40:03.443adding route 172.17.0.9/32 -> 10.0.0.255 Aug 26 00:40:03.443
92992026-08-26T00:40:05.189Z
93002026-08-26T00:40:05.190ZDEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
93012026-08-26T00:40:05.190ZAug 26 00:40:03.443replacing 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 } }]
93022026-08-26T00:40:05.190ZAug 26 00:40:03.443DEBG DEBGreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 26 00:40:03.443replacing 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 } }]
93032026-08-26T00:40:05.190ZINFO
93042026-08-26T00:40:05.190Z adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 26 00:40:03.443 INFOAug 26 00:40:03.443 adding route 172.17.0.10/32 -> 10.0.0.255
93052026-08-26T00:40:05.190ZINFO
93062026-08-26T00:40:05.190Z adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255
93072026-08-26T00:40:05.190ZAug 26 00:40:03.443Aug 26 00:40:03.443 DEBG
93082026-08-26T00:40:05.190Z 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 } }]
93092026-08-26T00:40:05.190Zreplacing 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 00:40:03.443
93102026-08-26T00:40:05.190Z 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 } }]
93112026-08-26T00:40:05.190ZAug 26 00:40:03.443 INFO adding route 172.17.0.11/32 -> 10.0.0.255Aug 26 00:40:03.443
93122026-08-26T00:40:05.190Z Aug 26 00:40:03.443Aug 26 00:40:03.443INFO adding route 172.17.0.21/32 -> 10.0.0.255Aug 26 00:40:03.443DEBGINFO
93132026-08-26T00:40:05.190Z 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 } }] DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
93142026-08-26T00:40:05.190Z 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 } }]
93152026-08-26T00:40:05.190Z
93162026-08-26T00:40:05.190ZAug 26 00:40:03.443 DEBGAug 26 00:40:03.443 Aug 26 00:40:03.443INFO replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
93172026-08-26T00:40:05.195Z Aug 26 00:40:03.443 adding route 172.17.0.35/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255
93182026-08-26T00:40:05.195ZAug 26 00:40:03.443
93192026-08-26T00:40:05.195ZDEBG 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
93202026-08-26T00:40:05.195Z Aug 26 00:40:03.443adding route 172.17.0.22/32 -> 10.0.0.255 Aug 26 00:40:03.443DEBG
93212026-08-26T00:40:05.195Z 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 00:40:03.443
93222026-08-26T00:40:05.195Z DEBG 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 } }]
93232026-08-26T00:40:05.195ZAug 26 00:40:03.443Aug 26 00:40:03.443adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff DEBGINFO
93242026-08-26T00:40:05.195Zreplacing 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 } }]
93252026-08-26T00:40:05.195ZAug 26 00:40:03.443adding route 172.17.0.36/32 -> 10.0.0.255
93262026-08-26T00:40:05.195ZINFO Aug 26 00:40:03.443Aug 26 00:40:03.443adding route 172.17.0.13/32 -> 10.0.0.255
93272026-08-26T00:40:05.195Z DEBGINFO replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.23/32 -> 10.0.0.255Aug 26 00:40:03.443
93282026-08-26T00:40:05.195ZDEBG Aug 26 00:40:03.443created new freemap , DEBGunit :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 } }] freemap_route_ipv4
93292026-08-26T00:40:05.195Z
93302026-08-26T00:40:05.195Z
93312026-08-26T00:40:05.195ZAug 26 00:40:03.451Aug 26 00:40:03.451 Aug 26 00:40:03.451 DEBGDEBG INFO created new freemapadding route 172.17.0.37/32 -> 10.0.0.255,
93322026-08-26T00:40:05.195Zunitreplacing 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 } }]
93332026-08-26T00:40:05.195ZAug 26 00:40:03.451 :INFO freemap_route_ipv6adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
93342026-08-26T00:40:05.195Z
93352026-08-26T00:40:05.196ZAug 26 00:40:03.451 INFO adding route 172.17.0.24/32 -> 10.0.0.255Aug 26 00:40:03.451
93362026-08-26T00:40:05.196Z Aug 26 00:40:03.451Aug 26 00:40:03.451Aug 26 00:40:03.451 DEBG DEBG 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 } }]
93372026-08-26T00:40:05.196Zreplacing 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 } }]initted freemap. size: 64
93382026-08-26T00:40:05.196Z, DEBGunitAug 26 00:40:03.451: INFOreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 26 00:40:03.451adding route 172.17.0.38/32 -> 10.0.0.255
93392026-08-26T00:40:05.196ZINFO freemap_route_ipv4adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
93402026-08-26T00:40:05.196Z
93412026-08-26T00:40:05.196ZAug 26 00:40:03.451
93422026-08-26T00:40:05.196Z DEBGAug 26 00:40:03.451Aug 26 00:40:03.451 Aug 26 00:40:03.451DEBG 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 } }] reset freemapreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
93432026-08-26T00:40:05.196Z adding route 172.17.0.25/32 -> 10.0.0.255,
93442026-08-26T00:40:05.196Z
93452026-08-26T00:40:05.196ZunitAug 26 00:40:03.451: freemap_route_ipv4INFOAug 26 00:40:03.451 adding route 172.17.0.39/32 -> 10.0.0.255INFO
93462026-08-26T00:40:05.196Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
93472026-08-26T00:40:05.196Z
93482026-08-26T00:40:05.196ZAug 26 00:40:03.451 Aug 26 00:40:03.451DEBG 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 } }]
93492026-08-26T00:40:05.196Zreplacing 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 } }]
93502026-08-26T00:40:05.196ZAug 26 00:40:03.451Aug 26 00:40:03.451Aug 26 00:40:03.451 Aug 26 00:40:03.451 INFOINFODEBG adding route 172.17.0.40/32 -> 10.0.0.255DEBG
93512026-08-26T00:40:05.196Zreplacing 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 } }]
93522026-08-26T00:40:05.196Zinitted freemap. size: 64adding route 172.17.0.26/32 -> 10.0.0.255,
93532026-08-26T00:40:05.196ZunitAug 26 00:40:03.451:Aug 26 00:40:03.451 DEBGINFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:fffreemap_route_ipv6
93542026-08-26T00:40:05.196Z
93552026-08-26T00:40:05.196ZAug 26 00:40:03.451
93562026-08-26T00:40:05.196Z DEBG Aug 26 00:40:03.451Aug 26 00:40:03.451 INFODEBG adding route 172.17.0.41/32 -> 10.0.0.255reset freemapreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
93572026-08-26T00:40:05.196ZAug 26 00:40:03.451unit
93582026-08-26T00:40:05.196Z: freemap_route_ipv6Aug 26 00:40:03.451
93592026-08-26T00:40:05.196Z DEBGAug 26 00:40:03.451 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
93602026-08-26T00:40:05.196ZINFOreplacing 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 00:40:03.451
93612026-08-26T00:40:05.196Z INFOadding route 172.17.0.27/32 -> 10.0.0.255
93622026-08-26T00:40:05.196ZAug 26 00:40:03.451adding route 172.16.0.0/32 -> 10.0.0.1
93632026-08-26T00:40:05.197ZINFOAug 26 00:40:03.451 Aug 26 00:40:03.451adding route 172.17.0.42/32 -> 10.0.0.255 Aug 26 00:40:03.451
93642026-08-26T00:40:05.197Z 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 } }]DEBGINFO Aug 26 00:40:03.451
93652026-08-26T00:40:05.197Z DEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
93662026-08-26T00:40:05.197Z
93672026-08-26T00:40:05.197ZAug 26 00:40:03.451
93682026-08-26T00:40:05.197ZINFOAug 26 00:40:03.451 adding route 172.16.0.0/32 -> 10.0.0.2INFO
93692026-08-26T00:40:05.197Z adding route 172.17.0.43/32 -> 10.0.0.255
93702026-08-26T00:40:05.197ZAug 26 00:40:03.451Aug 26 00:40:03.451 DEBGINFO replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.28/32 -> 10.0.0.255Aug 26 00:40:03.451
93712026-08-26T00:40:05.197Z
93722026-08-26T00:40:05.197Z Aug 26 00:40:03.443DEBGAug 26 00:40:03.451 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 } }]DEBGAug 26 00:40:03.451
93732026-08-26T00:40:05.197Z 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.19/32 -> 10.0.0.255
93742026-08-26T00:40:05.197Z
93752026-08-26T00:40:05.197ZAug 26 00:40:03.451 INFO DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff DEBGAug 26 00:40:03.451Aug 26 00:40:03.451
93762026-08-26T00:40:05.197ZINFO adding route 172.16.0.0/32 -> 10.0.0.3INFO adding route 172.17.0.44/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 } }]
93772026-08-26T00:40:05.197ZAug 26 00:40:03.451
93782026-08-26T00:40:05.197ZDEBG
93792026-08-26T00:40:05.197Z 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 } }]
93802026-08-26T00:40:05.197ZAug 26 00:40:03.451replacing 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 00:40:03.451Aug 26 00:40:03.451 DEBG DEBG DEBGreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
93812026-08-26T00:40:05.197Z
93822026-08-26T00:40:05.197Z
93832026-08-26T00:40:05.197ZAug 26 00:40:03.451
93842026-08-26T00:40:05.197Z INFOAug 26 00:40:03.451 Aug 26 00:40:03.451adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
93852026-08-26T00:40:05.197ZAug 26 00:40:03.451Aug 26 00:40:03.451 INFOINFO adding route 172.17.0.20/32 -> 10.0.0.255Aug 26 00:40:03.451
93862026-08-26T00:40:05.197ZINFO INFOadding route 172.16.0.0/32 -> 10.0.0.4
93872026-08-26T00:40:05.197Zadding route 172.17.0.45/32 -> 10.0.0.255Aug 26 00:40:03.451
93882026-08-26T00:40:05.197ZAug 26 00:40:03.451 DEBG 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 } }]
93892026-08-26T00:40:05.197Z Aug 26 00:40:03.451 Aug 26 00:40:03.451replacing 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 adding route 172.17.0.29/32 -> 10.0.0.255
93902026-08-26T00:40:05.197ZDEBG DEBGadding route 172.17.0.14/32 -> 10.0.0.255 Aug 26 00:40:03.451replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 } }]
93912026-08-26T00:40:05.198Z
93922026-08-26T00:40:05.198ZAug 26 00:40:03.451 INFO
93932026-08-26T00:40:05.198ZAug 26 00:40:03.451adding route 172.17.0.21/32 -> 10.0.0.255
93942026-08-26T00:40:05.198ZINFOAug 26 00:40:03.451 DEBG
93952026-08-26T00:40:05.198Z Aug 26 00:40:03.451INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
93962026-08-26T00:40:05.198Z
93972026-08-26T00:40:05.198Zadding route 172.17.0.46/32 -> 10.0.0.255
93982026-08-26T00:40:05.198ZAug 26 00:40:03.451 Aug 26 00:40:03.451Aug 26 00:40:03.451DEBG DEBGDEBGDEBG Aug 26 00:40:03.451 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 } }]
93992026-08-26T00:40:05.198Zreplacing 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.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 } }]
94002026-08-26T00:40:05.198Z
94012026-08-26T00:40:05.198Zreplacing 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 } }]
94022026-08-26T00:40:05.198Z DEBGAug 26 00:40:03.451 Aug 26 00:40:03.451 Aug 26 00:40:03.451INFOAug 26 00:40:03.451 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
94032026-08-26T00:40:05.198Z
94042026-08-26T00:40:05.198ZINFO adding route 172.17.0.47/32 -> 10.0.0.255
94052026-08-26T00:40:05.198ZINFOadding route 172.17.0.30/32 -> 10.0.0.255Aug 26 00:40:03.451
94062026-08-26T00:40:05.198ZAug 26 00:40:03.451 DEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255
94072026-08-26T00:40:05.198Z
94082026-08-26T00:40:05.198ZAug 26 00:40:03.451INFO Aug 26 00:40:03.451adding route 172.17.0.15/32 -> 10.0.0.255 Aug 26 00:40:03.451DEBG
94092026-08-26T00:40:05.198Z Aug 26 00:40:03.451DEBG 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 } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
94102026-08-26T00:40:05.198Z
94112026-08-26T00:40:05.198ZDEBGAug 26 00:40:03.451 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.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 } }]
94122026-08-26T00:40:05.198Z
94132026-08-26T00:40:05.198ZAug 26 00:40:03.451 Aug 26 00:40:03.451INFO DEBGadding route 172.17.0.48/32 -> 10.0.0.255 Aug 26 00:40:03.451
94142026-08-26T00:40:05.198Zreplacing 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 00:40:03.451
94152026-08-26T00:40:05.198Z INFO DEBGAug 26 00:40:03.451INFO Aug 26 00:40:03.451 adding route 172.17.0.31/32 -> 10.0.0.255replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
94162026-08-26T00:40:05.198Zadding route 172.17.0.23/32 -> 10.0.0.255 INFO
94172026-08-26T00:40:05.203Zreplacing 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 } }]
94182026-08-26T00:40:05.203Z
94192026-08-26T00:40:05.203Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
94202026-08-26T00:40:05.203ZAug 26 00:40:03.451 Aug 26 00:40:03.451DEBGAug 26 00:40:03.451Aug 26 00:40:03.451Aug 26 00:40:03.451 INFODEBGINFO adding route 172.17.0.49/32 -> 10.0.0.255 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
94212026-08-26T00:40:05.203Z 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.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 } }]
94222026-08-26T00:40:05.203Z
94232026-08-26T00:40:05.203Zadding route 172.17.0.16/32 -> 10.0.0.255Aug 26 00:40:03.451
94242026-08-26T00:40:05.203Z
94252026-08-26T00:40:05.203ZINFOAug 26 00:40:03.451 Aug 26 00:40:03.451adding route 3fff:beef:39::/64 -> 2001:db8::55:ff Aug 26 00:40:03.451DEBG
94262026-08-26T00:40:05.204ZINFO 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.24/32 -> 10.0.0.255
94272026-08-26T00:40:05.204Z
94282026-08-26T00:40:05.204ZAug 26 00:40:03.451INFO Aug 26 00:40:03.451DEBGAug 26 00:40:03.451 INFO Aug 26 00:40:03.451 adding route 172.17.0.32/32 -> 10.0.0.255DEBG adding route 172.17.0.50/32 -> 10.0.0.255DEBGreplacing 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.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 } }]
94292026-08-26T00:40:05.204Z
94302026-08-26T00:40:05.204Zreplacing 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 } }]
94312026-08-26T00:40:05.204Z
94322026-08-26T00:40:05.204Z
94332026-08-26T00:40:05.204ZAug 26 00:40:03.451Aug 26 00:40:03.451 Aug 26 00:40:03.451Aug 26 00:40:03.451INFOINFO DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff Aug 26 00:40:03.451
94342026-08-26T00:40:05.204Z 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 } }]
94352026-08-26T00:40:05.204Zadding route 172.17.0.25/32 -> 10.0.0.255INFOAug 26 00:40:03.451
94362026-08-26T00:40:05.204Zreplacing 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.17/32 -> 10.0.0.255
94372026-08-26T00:40:05.204Z
94382026-08-26T00:40:05.204ZAug 26 00:40:03.451 Aug 26 00:40:03.451DEBG Aug 26 00:40:03.451 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 } }]
94392026-08-26T00:40:05.204ZAug 26 00:40:03.451replacing 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 adding route 172.17.0.51/32 -> 10.0.0.255
94402026-08-26T00:40:05.204ZINFO
94412026-08-26T00:40:05.204Zadding route 172.17.0.33/32 -> 10.0.0.255
94422026-08-26T00:40:05.204Z Aug 26 00:40:03.459Aug 26 00:40:03.459 INFODEBG Aug 26 00:40:03.459adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff DEBG
94432026-08-26T00:40:05.204Zreplacing 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 } }]
94442026-08-26T00:40:05.204Zreplacing 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
94452026-08-26T00:40:05.204Z 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 } }]
94462026-08-26T00:40:05.204ZAug 26 00:40:03.459Aug 26 00:40:03.459 Aug 26 00:40:03.459INFO Aug 26 00:40:03.459adding route 172.17.0.18/32 -> 10.0.0.255 INFODEBG INFO
94472026-08-26T00:40:05.204Zadding route 172.17.0.52/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 } }]
94482026-08-26T00:40:05.204Z
94492026-08-26T00:40:05.204Zadding route 172.17.0.34/32 -> 10.0.0.255Aug 26 00:40:03.459Aug 26 00:40:03.459 Aug 26 00:40:03.459DEBGDEBG
94502026-08-26T00:40:05.204Z 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.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
94512026-08-26T00:40:05.204Z
94522026-08-26T00:40:05.205Z Aug 26 00:40:03.459adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff Aug 26 00:40:03.459
94532026-08-26T00:40:05.205ZDEBG Aug 26 00:40:03.459replacing 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 } }]
94542026-08-26T00:40:05.205ZINFO Aug 26 00:40:03.459adding route 172.17.0.19/32 -> 10.0.0.255
94552026-08-26T00:40:05.205ZAug 26 00:40:03.459 DEBG INFOreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
94562026-08-26T00:40:05.205Zadding route 172.17.0.53/32 -> 10.0.0.255 adding route 172.17.0.35/32 -> 10.0.0.255
94572026-08-26T00:40:05.205ZAug 26 00:40:03.459 Aug 26 00:40:03.459
94582026-08-26T00:40:05.205ZDEBGAug 26 00:40:03.459 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 } }] DEBGDEBG
94592026-08-26T00:40:05.205Zreplacing 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 } }]
94602026-08-26T00:40:05.205Zfailed to allocate space for the new target listAug 26 00:40:03.459
94612026-08-26T00:40:05.205Z DEBG Aug 26 00:40:03.459 Aug 26 00:40:03.459INFO 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 } }]
94622026-08-26T00:40:05.205Z 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 } }]
94632026-08-26T00:40:05.205Zadding route 172.17.0.54/32 -> 10.0.0.255Aug 26 00:40:03.459
94642026-08-26T00:40:05.205Z INFO adding route 172.17.0.36/32 -> 10.0.0.255
94652026-08-26T00:40:05.205ZAug 26 00:40:03.459Aug 26 00:40:03.459 DEBG DEBGreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94662026-08-26T00:40:05.205Zreplacing 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 } }]
94672026-08-26T00:40:05.205ZAug 26 00:40:03.459Aug 26 00:40:03.459 INFOINFO adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255
94682026-08-26T00:40:05.205Z
94692026-08-26T00:40:05.205ZAug 26 00:40:03.459 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 } }]
94702026-08-26T00:40:05.205ZAug 26 00:40:03.459 DEBG Aug 26 00:40:03.459replacing 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 } }]
94712026-08-26T00:40:05.205ZINFO Aug 26 00:40:03.459 adding route 172.17.0.56/32 -> 10.0.0.255INFO
94722026-08-26T00:40:05.205Z adding route 172.17.0.38/32 -> 10.0.0.255
94732026-08-26T00:40:05.205ZAug 26 00:40:03.459 Aug 26 00:40:03.459Aug 26 00:40:03.459 DEBGINFO 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 } }]adding route 172.17.0.20/32 -> 10.0.0.255
94742026-08-26T00:40:05.205Z
94752026-08-26T00:40:05.205Z 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 00:40:03.459
94762026-08-26T00:40:05.205ZAug 26 00:40:03.459 INFODEBG adding route 172.17.0.39/32 -> 10.0.0.255replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:40:03.459
94772026-08-26T00:40:05.205Z
94782026-08-26T00:40:05.205Z INFO adding route 172.17.0.57/32 -> 10.0.0.255Aug 26 00:40:03.459
94792026-08-26T00:40:05.205Z INFO adding route 172.17.0.21/32 -> 10.0.0.255
94802026-08-26T00:40:05.206ZAug 26 00:40:03.459 Aug 26 00:40:03.459DEBG Aug 26 00:40:03.459DEBG 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 } }]
94812026-08-26T00:40:05.206Zreplacing 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
94822026-08-26T00:40:05.206Z 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 } }]
94832026-08-26T00:40:05.206Ztest route::tests::delete_target_full ... ok
94842026-08-26T00:40:05.206ZAug 26 00:40:03.459 INFO adding route 172.17.0.58/32 -> 10.0.0.255Aug 26 00:40:03.459
94852026-08-26T00:40:05.206Z INFO Aug 26 00:40:03.459adding route 172.17.0.22/32 -> 10.0.0.255
94862026-08-26T00:40:05.206ZINFO Aug 26 00:40:03.459adding route 172.17.0.40/32 -> 10.0.0.255
94872026-08-26T00:40:05.206ZDEBGAug 26 00:40:03.459 replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
94882026-08-26T00:40:05.206Z Aug 26 00:40:03.459replacing 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 } }]
94892026-08-26T00:40:05.206ZDEBGAug 26 00:40:03.459 replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
94902026-08-26T00:40:05.206Z adding route 172.17.0.59/32 -> 10.0.0.255Aug 26 00:40:03.459
94912026-08-26T00:40:05.206Z Aug 26 00:40:03.459INFO INFO adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255
94922026-08-26T00:40:05.206Z
94932026-08-26T00:40:05.206ZAug 26 00:40:03.459 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 00:40:03.459
94942026-08-26T00:40:05.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 } }]
94952026-08-26T00:40:05.206ZAug 26 00:40:03.459Aug 26 00:40:03.459 INFODEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255
94962026-08-26T00:40:05.206ZAug 26 00:40:03.459
94972026-08-26T00:40:05.206ZAug 26 00:40:03.459 INFOINFO adding route 172.17.0.42/32 -> 10.0.0.255Aug 26 00:40:03.459
94982026-08-26T00:40:05.206Zadding route 172.17.0.26/32 -> 10.0.0.255 DEBGAug 26 00:40:03.459
94992026-08-26T00:40:05.206Z INFO replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255
95002026-08-26T00:40:05.206ZAug 26 00:40:03.460 DEBG
95012026-08-26T00:40:05.206Z created new freemap, Aug 26 00:40:03.459unit :Aug 26 00:40:03.468DEBG Aug 26 00:40:03.468 INFOfreemap_route_ipv4 DEBG
95022026-08-26T00:40:05.206Z 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.61/32 -> 10.0.0.255
95032026-08-26T00:40:05.206Zreplacing 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 } }]
95042026-08-26T00:40:05.206Z
95052026-08-26T00:40:05.206ZAug 26 00:40:03.468 Aug 26 00:40:03.468 INFODEBGAug 26 00:40:03.459 adding route 172.17.0.43/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 } }]
95062026-08-26T00:40:05.206Z
95072026-08-26T00:40:05.206Z 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 } }]
95082026-08-26T00:40:05.207ZAug 26 00:40:03.468Aug 26 00:40:03.468 DEBGINFO 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.62/32 -> 10.0.0.255
95092026-08-26T00:40:05.207Z
95102026-08-26T00:40:05.207ZAug 26 00:40:03.468Aug 26 00:40:03.468 INFOINFO Aug 26 00:40:03.468adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.44/32 -> 10.0.0.255
95112026-08-26T00:40:05.207Z
95122026-08-26T00:40:05.207ZDEBG replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:40:03.468
95132026-08-26T00:40:05.207Z 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 00:40:03.468
95142026-08-26T00:40:05.207Z DEBG failed to allocate space for the new target listAug 26 00:40:03.468
95152026-08-26T00:40:05.207ZAug 26 00:40:03.468 DEBG 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 } }] Aug 26 00:40:03.468
95162026-08-26T00:40:05.207Zadding route 172.17.0.45/32 -> 10.0.0.255
95172026-08-26T00:40:05.212ZDEBG Aug 26 00:40:03.468 INFO Aug 26 00:40:03.468Aug 26 00:40:03.468 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.28/32 -> 10.0.0.255DEBG
95182026-08-26T00:40:05.212Z
95192026-08-26T00:40:05.212ZDEBGreplacing 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 } }]
95202026-08-26T00:40:05.212Zcreated new freemapAug 26 00:40:03.468, unitDEBG: 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 } }]freemap_route_ipv6
95212026-08-26T00:40:05.212Z
95222026-08-26T00:40:05.212ZAug 26 00:40:03.468 INFO adding route 172.17.0.46/32 -> 10.0.0.255Aug 26 00:40:03.468
95232026-08-26T00:40:05.212ZAug 26 00:40:03.468 INFO DEBGadding route 172.17.0.29/32 -> 10.0.0.255
95242026-08-26T00:40:05.212ZAug 26 00:40:03.468initted freemap. size: 64 , DEBG unitreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:
95252026-08-26T00:40:05.212ZAug 26 00:40:03.468 DEBGfreemap_route_ipv4
95262026-08-26T00:40:05.212ZAug 26 00:40:03.468replacing 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 } }]
95272026-08-26T00:40:05.212ZINFO adding route 172.17.0.47/32 -> 10.0.0.255
95282026-08-26T00:40:05.212ZAug 26 00:40:03.468 Aug 26 00:40:03.468INFOAug 26 00:40:03.468 DEBGadding route 172.17.0.30/32 -> 10.0.0.255DEBG
95292026-08-26T00:40:05.212Z 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 } }]reset freemap
95302026-08-26T00:40:05.212Z, unit: freemap_route_ipv4
95312026-08-26T00:40:05.212ZAug 26 00:40:03.468 INFO adding route 172.17.0.48/32 -> 10.0.0.255Aug 26 00:40:03.468
95322026-08-26T00:40:05.212Z Aug 26 00:40:03.468DEBG initted freemap. size: 64DEBG, Aug 26 00:40:03.468unit 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
95332026-08-26T00:40:05.212Z: freemap_route_ipv6replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95342026-08-26T00:40:05.212Z
95352026-08-26T00:40:05.212ZAug 26 00:40:03.468 Aug 26 00:40:03.468Aug 26 00:40:03.468 INFODEBGINFO adding route 172.17.0.49/32 -> 10.0.0.255 reset freemapadding route 172.17.0.31/32 -> 10.0.0.255
95362026-08-26T00:40:05.212Z
95372026-08-26T00:40:05.212Z, unit: freemap_route_ipv6
95382026-08-26T00:40:05.213ZAug 26 00:40:03.468Aug 26 00:40:03.468 DEBGDEBGAug 26 00:40:03.468 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.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 } }]
95392026-08-26T00:40:05.213Z
95402026-08-26T00:40:05.213Z INFO adding route 172.16.0.0/32 -> 10.0.0.1
95412026-08-26T00:40:05.213ZAug 26 00:40:03.468 INFOAug 26 00:40:03.468 adding route 172.17.0.50/32 -> 10.0.0.255DEBG
95422026-08-26T00:40:05.213Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 26 00:40:03.468
95432026-08-26T00:40:05.213Z Aug 26 00:40:03.468INFO DEBGadding route 172.17.0.32/32 -> 10.0.0.255
95442026-08-26T00:40:05.213ZAug 26 00:40:03.468replacing 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
95452026-08-26T00:40:05.213Z adding route 172.16.0.0/32 -> 10.0.0.1Aug 26 00:40:03.468
95462026-08-26T00:40:05.213Z 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 } }]
95472026-08-26T00:40:05.213ZAug 26 00:40:03.468 DEBG Aug 26 00:40:03.468Aug 26 00:40:03.468replacing 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 } }]
95482026-08-26T00:40:05.213ZINFO INFOadding route 172.17.0.51/32 -> 10.0.0.255
95492026-08-26T00:40:05.213Zadding route 172.17.0.33/32 -> 10.0.0.255
95502026-08-26T00:40:05.213ZAug 26 00:40:03.468 INFOAug 26 00:40:03.468 adding route 172.16.0.0/32 -> 10.0.0.1DEBG
95512026-08-26T00:40:05.213Z Aug 26 00:40:03.468replacing 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 } }]
95522026-08-26T00:40:05.213ZDEBG 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 00:40:03.468
95532026-08-26T00:40:05.213Z DEBGAug 26 00:40:03.468 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 } }]INFOAug 26 00:40:03.468
95542026-08-26T00:40:05.213Z INFOadding route 172.17.0.34/32 -> 10.0.0.255
95552026-08-26T00:40:05.213Zadding route 172.17.0.52/32 -> 10.0.0.255
95562026-08-26T00:40:05.213ZAug 26 00:40:03.468 Aug 26 00:40:03.468DEBG DEBGreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95572026-08-26T00:40:05.213Zreplacing 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 00:40:03.468
95582026-08-26T00:40:05.213Z INFO Aug 26 00:40:03.468Aug 26 00:40:03.468 INFOadding route 172.16.0.0/32 -> 10.0.0.2INFO
95592026-08-26T00:40:05.213Z adding route 172.17.0.35/32 -> 10.0.0.255adding route 172.17.0.53/32 -> 10.0.0.255
95602026-08-26T00:40:05.213Z
95612026-08-26T00:40:05.213ZAug 26 00:40:03.468 DEBGAug 26 00:40:03.468 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBG
95622026-08-26T00:40:05.213Z 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 00:40:03.468
95632026-08-26T00:40:05.213Z Aug 26 00:40:03.468DEBG INFOreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 26 00:40:03.468adding route 172.17.0.0/32 -> 10.0.0.255
95642026-08-26T00:40:05.213ZINFO
95652026-08-26T00:40:05.213Z adding route 172.17.0.54/32 -> 10.0.0.255
95662026-08-26T00:40:05.213ZAug 26 00:40:03.468 Aug 26 00:40:03.468INFO DEBG adding route 172.17.0.36/32 -> 10.0.0.255Aug 26 00:40:03.468
95672026-08-26T00:40:05.214Zreplacing 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 00:40:03.468DEBG
95682026-08-26T00:40:05.214Z 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 } }]
95692026-08-26T00:40:05.214ZAug 26 00:40:03.468INFO Aug 26 00:40:03.468DEBG adding route 172.17.0.25/32 -> 10.0.0.255 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
95702026-08-26T00:40:05.214Z Aug 26 00:40:03.468adding route 172.17.0.55/32 -> 10.0.0.255
95712026-08-26T00:40:05.214Z
95722026-08-26T00:40:05.214ZINFOAug 26 00:40:03.468 INFO adding route 172.17.0.1/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255
95732026-08-26T00:40:05.214Z
95742026-08-26T00:40:05.214Ztest route::tests::delete_target_fragmented ... ok
95752026-08-26T00:40:05.214ZAug 26 00:40:03.468Aug 26 00:40:03.468 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 00:40:03.468Aug 26 00:40:03.468
95762026-08-26T00:40:05.214ZDEBG 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 } }] DEBGDEBG
95772026-08-26T00:40:05.214Z Aug 26 00:40:03.468 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 } }]INFOreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95782026-08-26T00:40:05.214Zadding route 172.17.0.56/32 -> 10.0.0.255Aug 26 00:40:03.468
95792026-08-26T00:40:05.214Z
95802026-08-26T00:40:05.214Z Aug 26 00:40:03.468INFO Aug 26 00:40:03.468INFOAug 26 00:40:03.468 adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.17.0.38/32 -> 10.0.0.255
95812026-08-26T00:40:05.214ZDEBG
95822026-08-26T00:40:05.214ZINFO 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 } }]
95832026-08-26T00:40:05.214Zadding route 172.17.0.26/32 -> 10.0.0.255Aug 26 00:40:03.468Aug 26 00:40:03.468
95842026-08-26T00:40:05.214Z 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 } }]Aug 26 00:40:03.468
95852026-08-26T00:40:05.214ZDEBG Aug 26 00:40:03.468 INFOreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95862026-08-26T00:40:05.214Zadding route 172.17.0.57/32 -> 10.0.0.255DEBG
95872026-08-26T00:40:05.214ZAug 26 00:40:03.468replacing 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
95882026-08-26T00:40:05.214Zadding route 172.17.0.39/32 -> 10.0.0.255
95892026-08-26T00:40:05.214ZAug 26 00:40:03.468Aug 26 00:40:03.468 Aug 26 00:40:03.468DEBG INFOreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:40:03.468
95902026-08-26T00:40:05.214Z DEBG INFOadding route 172.17.0.27/32 -> 10.0.0.255
95912026-08-26T00:40:05.214ZAug 26 00:40:03.468adding route 172.17.0.3/32 -> 10.0.0.255 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 } }]
95922026-08-26T00:40:05.214ZAug 26 00:40:03.468
95932026-08-26T00:40:05.214Zadding route 172.17.0.58/32 -> 10.0.0.255
95942026-08-26T00:40:05.215ZDEBG 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 00:40:03.468
95952026-08-26T00:40:05.215ZAug 26 00:40:03.468 Aug 26 00:40:03.468 DEBG DEBGreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95962026-08-26T00:40:05.215Zadding route 172.17.0.40/32 -> 10.0.0.255Aug 26 00:40:03.468
95972026-08-26T00:40:05.215Z
95982026-08-26T00:40:05.215ZINFOAug 26 00:40:03.468 adding route 172.17.0.28/32 -> 10.0.0.255INFO
95992026-08-26T00:40:05.215Zadding route 172.17.0.59/32 -> 10.0.0.255Aug 26 00:40:03.468Aug 26 00:40:03.468
96002026-08-26T00:40:05.215Z DEBG INFOreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 26 00:40:03.468
96012026-08-26T00:40:05.215Z DEBGadding route 172.17.0.4/32 -> 10.0.0.255Aug 26 00:40:03.468
96022026-08-26T00:40:05.215Zreplacing 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 00:40:03.468
96032026-08-26T00:40:05.215Z DEBG Aug 26 00:40:03.468INFO DEBGadding route 172.17.0.41/32 -> 10.0.0.255Aug 26 00:40:03.468
96042026-08-26T00:40:05.215Z INFOreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96052026-08-26T00:40:05.215Zreplacing 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.60/32 -> 10.0.0.255
96062026-08-26T00:40:05.215Z
96072026-08-26T00:40:05.215ZAug 26 00:40:03.468 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 00:40:03.468
96082026-08-26T00:40:05.215ZAug 26 00:40:03.468Aug 26 00:40:03.468 INFO INFODEBGAug 26 00:40:03.468 INFOadding route 172.17.0.29/32 -> 10.0.0.255 replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.5/32 -> 10.0.0.255
96092026-08-26T00:40:05.215Z
96102026-08-26T00:40:05.215Zadding route 172.17.0.42/32 -> 10.0.0.255
96112026-08-26T00:40:05.215Z
96122026-08-26T00:40:05.215ZAug 26 00:40:03.468 Aug 26 00:40:03.468Aug 26 00:40:03.468Aug 26 00:40:03.468 DEBGDEBG DEBGfailed to allocate space for the new target list
96132026-08-26T00:40:05.215Zreplacing 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.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 } }]
96142026-08-26T00:40:05.215ZDEBG
96152026-08-26T00:40:05.215Z 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 } }]
96162026-08-26T00:40:05.215ZAug 26 00:40:03.468 Aug 26 00:40:03.468Aug 26 00:40:03.478INFO INFO INFOadding route 172.17.0.6/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255
96172026-08-26T00:40:05.220Z
96182026-08-26T00:40:05.220Zadding route 172.17.0.30/32 -> 10.0.0.255
96192026-08-26T00:40:05.220ZAug 26 00:40:03.478Aug 26 00:40:03.478Aug 26 00:40:03.478 DEBG 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 } }]
96202026-08-26T00:40:05.220Zreplacing 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 } }]
96212026-08-26T00:40:05.220ZAug 26 00:40:03.478 Aug 26 00:40:03.478INFO INFOadding route 172.17.0.31/32 -> 10.0.0.255DEBG
96222026-08-26T00:40:05.220Z adding route 172.17.0.44/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 } }]
96232026-08-26T00:40:05.220Z
96242026-08-26T00:40:05.220ZAug 26 00:40:03.478 DEBG Aug 26 00:40:03.478replacing 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 } }]
96252026-08-26T00:40:05.220ZAug 26 00:40:03.478DEBG 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 } }]INFO
96262026-08-26T00:40:05.220Z Aug 26 00:40:03.478adding route 172.17.0.7/32 -> 10.0.0.255
96272026-08-26T00:40:05.221ZINFO adding route 172.17.0.32/32 -> 10.0.0.255
96282026-08-26T00:40:05.221ZAug 26 00:40:03.478 Aug 26 00:40:03.478INFO DEBGadding route 172.17.0.45/32 -> 10.0.0.255Aug 26 00:40:03.478
96292026-08-26T00:40:05.221Z 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
96302026-08-26T00:40:05.221Z Aug 26 00:40:03.478replacing 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 } }]
96312026-08-26T00:40:05.221ZDEBGAug 26 00:40:03.478 INFOreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96322026-08-26T00:40:05.221Zadding route 172.17.0.8/32 -> 10.0.0.255Aug 26 00:40:03.478
96332026-08-26T00:40:05.221Z INFO adding route 172.17.0.33/32 -> 10.0.0.255Aug 26 00:40:03.478
96342026-08-26T00:40:05.221Z INFOAug 26 00:40:03.478 adding route 172.17.0.46/32 -> 10.0.0.255
96352026-08-26T00:40:05.221ZDEBGAug 26 00:40:03.478 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
96362026-08-26T00:40:05.221Z replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:40:03.478
96372026-08-26T00:40:05.221Z 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 00:40:03.478
96382026-08-26T00:40:05.221ZAug 26 00:40:03.478 Aug 26 00:40:03.468 INFO DEBG INFOadding route 172.17.0.34/32 -> 10.0.0.255
96392026-08-26T00:40:05.221Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 00:40:03.478
96402026-08-26T00:40:05.221ZINFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255
96412026-08-26T00:40:05.221Z
96422026-08-26T00:40:05.221ZAug 26 00:40:03.478 DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:40:03.478
96432026-08-26T00:40:05.221ZAug 26 00:40:03.478 DEBGDEBG Aug 26 00:40:03.478replacing 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.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 } }]
96442026-08-26T00:40:05.221Z
96452026-08-26T00:40:05.221Z INFO adding route 172.17.0.35/32 -> 10.0.0.255
96462026-08-26T00:40:05.221ZAug 26 00:40:03.478Aug 26 00:40:03.478 INFOINFO Aug 26 00:40:03.478adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255
96472026-08-26T00:40:05.221Z
96482026-08-26T00:40:05.221ZDEBG 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 } }]
96492026-08-26T00:40:05.221ZAug 26 00:40:03.478Aug 26 00:40:03.478 Aug 26 00:40:03.478DEBG INFOreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
96502026-08-26T00:40:05.221Z adding route 172.17.0.36/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 } }]
96512026-08-26T00:40:05.221Z
96522026-08-26T00:40:05.221ZAug 26 00:40:03.478 Aug 26 00:40:03.478Aug 26 00:40:03.478INFO INFOadding route 172.17.0.49/32 -> 10.0.0.255 DEBGadding route 172.17.0.11/32 -> 10.0.0.255
96532026-08-26T00:40:05.221Z
96542026-08-26T00:40:05.221Z 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 } }]
96552026-08-26T00:40:05.222ZAug 26 00:40:03.478Aug 26 00:40:03.478 Aug 26 00:40:03.478 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 } }]INFO
96562026-08-26T00:40:05.222Z adding route 172.17.0.37/32 -> 10.0.0.255
96572026-08-26T00:40:05.222Z Aug 26 00:40:03.478replacing 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 00:40:03.478
96582026-08-26T00:40:05.222ZINFO DEBGadding route 172.17.0.50/32 -> 10.0.0.255
96592026-08-26T00:40:05.222Zreplacing 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 00:40:03.478
96602026-08-26T00:40:05.222Z INFOAug 26 00:40:03.478 adding route 172.17.0.12/32 -> 10.0.0.255DEBG
96612026-08-26T00:40:05.222ZAug 26 00:40:03.478 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
96622026-08-26T00:40:05.222Zadding route 172.17.0.38/32 -> 10.0.0.255
96632026-08-26T00:40:05.222ZAug 26 00:40:03.478 DEBGAug 26 00:40:03.478 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 00:40:03.478
96642026-08-26T00:40:05.222ZINFO DEBGadding route 172.17.0.51/32 -> 10.0.0.255
96652026-08-26T00:40:05.222Zreplacing 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 00:40:03.478
96662026-08-26T00:40:05.222Z INFO adding route 172.17.0.13/32 -> 10.0.0.255Aug 26 00:40:03.478
96672026-08-26T00:40:05.222Z Aug 26 00:40:03.478DEBG 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 } }]
96682026-08-26T00:40:05.222Zadding route 172.17.0.39/32 -> 10.0.0.255Aug 26 00:40:03.478
96692026-08-26T00:40:05.222Z DEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:40:03.478
96702026-08-26T00:40:05.222ZAug 26 00:40:03.478 INFODEBG adding route 172.17.0.52/32 -> 10.0.0.255Aug 26 00:40:03.478replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96712026-08-26T00:40:05.222Z
96722026-08-26T00:40:05.222ZINFO adding route 172.17.0.14/32 -> 10.0.0.255
96732026-08-26T00:40:05.222ZAug 26 00:40:03.478Aug 26 00:40:03.478 INFODEBG adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96742026-08-26T00:40:05.222Ztest route::tests::add_target_fails_full ... ok
96752026-08-26T00:40:05.222Z
96762026-08-26T00:40:05.222ZAug 26 00:40:03.478 DEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:40:03.478
96772026-08-26T00:40:05.222ZAug 26 00:40:03.478 INFODEBG Aug 26 00:40:03.478adding route 172.17.0.53/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 } }]
96782026-08-26T00:40:05.222ZINFO
96792026-08-26T00:40:05.222Z adding route 172.17.0.15/32 -> 10.0.0.255
96802026-08-26T00:40:05.222ZAug 26 00:40:03.478Aug 26 00:40:03.478 Aug 26 00:40:03.478INFO 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 } }]
96812026-08-26T00:40:05.222ZAug 26 00:40:03.478 INFO adding route 172.17.0.54/32 -> 10.0.0.255
96822026-08-26T00:40:05.223Zadding route 172.17.0.41/32 -> 10.0.0.255Aug 26 00:40:03.478
96832026-08-26T00:40:05.223Z DEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
96842026-08-26T00:40:05.223Z
96852026-08-26T00:40:05.223ZAug 26 00:40:03.478 DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 26 00:40:03.478Aug 26 00:40:03.478
96862026-08-26T00:40:05.223Ztest route::tests::delete_targets_full ... ok
96872026-08-26T00:40:05.223Z INFOINFO adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255
96882026-08-26T00:40:05.223Ztest route::tests::delete_targets_fragmented ... ok
96892026-08-26T00:40:05.223Z
96902026-08-26T00:40:05.223Z
96912026-08-26T00:40:05.223ZAug 26 00:40:03.478Aug 26 00:40:03.478 Aug 26 00:40:03.478 DEBGDEBGINFO 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.42/32 -> 10.0.0.255
96922026-08-26T00:40:05.223Z
96932026-08-26T00:40:05.223Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
96942026-08-26T00:40:05.223Z
96952026-08-26T00:40:05.223Zreplacing 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 } }]
96962026-08-26T00:40:05.223ZAug 26 00:40:03.478 INFOAug 26 00:40:03.478 Aug 26 00:40:03.478adding route 172.17.0.17/32 -> 10.0.0.255DEBG
96972026-08-26T00:40:05.223Z replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
96982026-08-26T00:40:05.223Z adding route 172.17.0.56/32 -> 10.0.0.255
96992026-08-26T00:40:05.223ZAug 26 00:40:03.478Aug 26 00:40:03.478 INFODEBGAug 26 00:40:03.478 replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255
97002026-08-26T00:40:05.223Z
97012026-08-26T00:40:05.223ZDEBG 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 } }]
97022026-08-26T00:40:05.223ZAug 26 00:40:03.478Aug 26 00:40:03.478 Aug 26 00:40:03.478INFODEBG adding route 172.17.0.18/32 -> 10.0.0.255 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 } }]
97032026-08-26T00:40:05.223Z
97042026-08-26T00:40:05.223ZINFO adding route 172.17.0.57/32 -> 10.0.0.255
97052026-08-26T00:40:05.223ZAug 26 00:40:03.478Aug 26 00:40:03.478 DEBGINFO Aug 26 00:40:03.478replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.44/32 -> 10.0.0.255
97062026-08-26T00:40:05.223ZDEBG
97072026-08-26T00:40:05.223Z 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 } }]
97082026-08-26T00:40:05.223ZAug 26 00:40:03.478Aug 26 00:40:03.478 DEBGINFO Aug 26 00:40:03.478 replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.19/32 -> 10.0.0.255
97092026-08-26T00:40:05.223Z
97102026-08-26T00:40:05.223Z INFO adding route 172.17.0.58/32 -> 10.0.0.255
97112026-08-26T00:40:05.224ZAug 26 00:40:03.478Aug 26 00:40:03.478 DEBGINFOAug 26 00:40:03.478 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 } }]
97122026-08-26T00:40:05.224ZDEBGadding route 172.17.0.45/32 -> 10.0.0.255
97132026-08-26T00:40:05.224Zreplacing 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 } }]
97142026-08-26T00:40:05.224ZAug 26 00:40:03.478Aug 26 00:40:03.478 Aug 26 00:40:03.478DEBG INFOreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
97152026-08-26T00:40:05.224Z adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255
97162026-08-26T00:40:05.224Z
97172026-08-26T00:40:05.230ZAug 26 00:40:03.478 INFO Aug 26 00:40:03.478Aug 26 00:40:03.478 adding route 172.17.0.46/32 -> 10.0.0.255
97182026-08-26T00:40:05.230ZDEBGDEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97192026-08-26T00:40:05.230Z
97202026-08-26T00:40:05.230ZAug 26 00:40:03.478 Aug 26 00:40:03.478DEBG Aug 26 00:40:03.478INFO replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255
97212026-08-26T00:40:05.230Z
97222026-08-26T00:40:05.230ZINFO adding route 172.17.0.60/32 -> 10.0.0.255
97232026-08-26T00:40:05.230ZAug 26 00:40:03.478Aug 26 00:40:03.478 INFODEBG Aug 26 00:40:03.478 adding route 172.17.0.47/32 -> 10.0.0.255replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97242026-08-26T00:40:05.230Z
97252026-08-26T00:40:05.230ZDEBG 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 } }]
97262026-08-26T00:40:05.230ZAug 26 00:40:03.478Aug 26 00:40:03.478 INFODEBG Aug 26 00:40:03.478adding route 172.17.0.22/32 -> 10.0.0.255 INFO
97272026-08-26T00:40:05.230Zreplacing 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 } }]
97282026-08-26T00:40:05.231Zadding route 172.17.0.61/32 -> 10.0.0.255
97292026-08-26T00:40:05.231ZAug 26 00:40:03.478 DEBGAug 26 00:40:03.478 Aug 26 00:40:03.478 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
97302026-08-26T00:40:05.231ZDEBG adding route 172.17.0.48/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 } }]
97312026-08-26T00:40:05.231ZAug 26 00:40:03.478
97322026-08-26T00:40:05.231Z INFO adding route 172.17.0.23/32 -> 10.0.0.255
97332026-08-26T00:40:05.231ZAug 26 00:40:03.478Aug 26 00:40:03.478 DEBGINFO Aug 26 00:40:03.478replacing 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 } }]
97342026-08-26T00:40:05.231ZDEBGadding route 172.17.0.62/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 } }]
97352026-08-26T00:40:05.231Z
97362026-08-26T00:40:05.231ZAug 26 00:40:03.478 INFO Aug 26 00:40:03.478adding route 172.17.0.49/32 -> 10.0.0.255Aug 26 00:40:03.478
97372026-08-26T00:40:05.231Z DEBGINFO replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255
97382026-08-26T00:40:05.231ZAug 26 00:40:03.478 DEBG
97392026-08-26T00:40:05.231ZAug 26 00:40:03.486 replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
97402026-08-26T00:40:05.231Z 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 } }]
97412026-08-26T00:40:05.231ZAug 26 00:40:03.486Aug 26 00:40:03.486 Aug 26 00:40:03.486 INFOINFO adding route 172.17.0.63/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255
97422026-08-26T00:40:05.231Z
97432026-08-26T00:40:05.231ZINFO adding route 172.17.0.50/32 -> 10.0.0.255
97442026-08-26T00:40:05.231ZAug 26 00:40:03.486Aug 26 00:40:03.486 DEBGDEBG replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 00:40:03.486
97452026-08-26T00:40:05.231Z
97462026-08-26T00:40:05.231ZDEBG 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 } }]
97472026-08-26T00:40:05.231ZAug 26 00:40:03.486 INFO adding route 172.17.0.26/32 -> 10.0.0.255
97482026-08-26T00:40:05.231ZAug 26 00:40:03.486Aug 26 00:40:03.486 INFODEBG adding route 172.17.0.51/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 } }]
97492026-08-26T00:40:05.231Z
97502026-08-26T00:40:05.231ZAug 26 00:40:03.486 Aug 26 00:40:03.486INFO DEBGadding route 172.17.0.27/32 -> 10.0.0.255
97512026-08-26T00:40:05.231Zreplacing 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 } }]
97522026-08-26T00:40:05.231ZAug 26 00:40:03.486Aug 26 00:40:03.486 INFODEBG adding route 172.17.0.52/32 -> 10.0.0.255replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97532026-08-26T00:40:05.231Z
97542026-08-26T00:40:05.231ZAug 26 00:40:03.486 Aug 26 00:40:03.486INFO DEBGadding route 172.17.0.28/32 -> 10.0.0.255
97552026-08-26T00:40:05.232Zreplacing 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 } }]
97562026-08-26T00:40:05.232ZAug 26 00:40:03.486Aug 26 00:40:03.486 INFODEBG adding route 172.17.0.53/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 } }]
97572026-08-26T00:40:05.232Z
97582026-08-26T00:40:05.232ZAug 26 00:40:03.486 Aug 26 00:40:03.486INFO DEBGadding route 172.17.0.29/32 -> 10.0.0.255
97592026-08-26T00:40:05.232Zreplacing 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 } }]
97602026-08-26T00:40:05.232ZAug 26 00:40:03.486Aug 26 00:40:03.486 INFODEBG adding route 172.17.0.54/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 } }]
97612026-08-26T00:40:05.232Z
97622026-08-26T00:40:05.232ZAug 26 00:40:03.486 Aug 26 00:40:03.486INFO DEBGadding route 172.17.0.30/32 -> 10.0.0.255
97632026-08-26T00:40:05.232Zreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97642026-08-26T00:40:05.232ZAug 26 00:40:03.486Aug 26 00:40:03.486 INFODEBG adding route 172.17.0.55/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 } }]
97652026-08-26T00:40:05.232Z
97662026-08-26T00:40:05.232ZAug 26 00:40:03.486 Aug 26 00:40:03.486Aug 26 00:40:03.486INFO DEBG adding route 172.17.0.31/32 -> 10.0.0.255failed to allocate space for the new target list
97672026-08-26T00:40:05.232Z
97682026-08-26T00:40:05.232ZDEBG 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 } }]
97692026-08-26T00:40:05.232ZAug 26 00:40:03.486 Aug 26 00:40:03.486DEBG DEBGAug 26 00:40:03.486replacing 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 } }]
97702026-08-26T00:40:05.232Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
97712026-08-26T00:40:05.232ZINFO Aug 26 00:40:03.486adding route 172.17.0.56/32 -> 10.0.0.255
97722026-08-26T00:40:05.232ZINFOAug 26 00:40:03.486 adding route 172.17.0.32/32 -> 10.0.0.255
97732026-08-26T00:40:05.232ZDEBG Aug 26 00:40:03.486failed to allocate space for the new target list
97742026-08-26T00:40:05.232Z
97752026-08-26T00:40:05.232Zrunning 0 tests
97762026-08-26T00:40:05.232ZDEBGAug 26 00:40:03.486 DEBGreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97772026-08-26T00:40:05.232Zreplacing 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 } }]
97782026-08-26T00:40:05.232ZAug 26 00:40:03.486 Aug 26 00:40:03.486INFO INFOadding route 172.17.0.57/32 -> 10.0.0.255
97792026-08-26T00:40:05.232Z
97802026-08-26T00:40:05.232Zadding route 172.17.0.33/32 -> 10.0.0.255
97812026-08-26T00:40:05.232Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97822026-08-26T00:40:05.232Z
97832026-08-26T00:40:05.233ZAug 26 00:40:03.486Aug 26 00:40:03.486 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.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 } }]
97842026-08-26T00:40:05.233Z
97852026-08-26T00:40:05.233ZAug 26 00:40:03.486Aug 26 00:40:03.486 INFOINFO adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255
97862026-08-26T00:40:05.233Z
97872026-08-26T00:40:05.233ZAug 26 00:40:03.486Aug 26 00:40:03.486 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 } }]
97882026-08-26T00:40:05.233Z DEBGAug 26 00:40:03.486 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 } }]
97892026-08-26T00:40:05.233ZAug 26 00:40:03.486 INFO adding route 172.17.0.35/32 -> 10.0.0.255
97902026-08-26T00:40:05.233ZAug 26 00:40:03.486INFO DEBGadding route 172.17.0.59/32 -> 10.0.0.255
97912026-08-26T00:40:05.233Zreplacing 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 } }]
97922026-08-26T00:40:05.233ZAug 26 00:40:03.487Aug 26 00:40:03.487 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.36/32 -> 10.0.0.255
97932026-08-26T00:40:05.233Z
97942026-08-26T00:40:05.233ZAug 26 00:40:03.487Aug 26 00:40:03.487 INFODEBG adding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97952026-08-26T00:40:05.233Z
97962026-08-26T00:40:05.233ZAug 26 00:40:03.487Aug 26 00:40:03.487 DEBGINFO replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.37/32 -> 10.0.0.255
97972026-08-26T00:40:05.233Z
97982026-08-26T00:40:05.233ZAug 26 00:40:03.487Aug 26 00:40:03.487 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
97992026-08-26T00:40:05.233Z
98002026-08-26T00:40:05.233ZAug 26 00:40:03.487Aug 26 00:40:03.487 INFODEBG adding route 172.17.0.38/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
98012026-08-26T00:40:05.233Z
98022026-08-26T00:40:05.233ZAug 26 00:40:03.487 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 } }]
98032026-08-26T00:40:05.233ZAug 26 00:40:03.487 INFO adding route 172.17.0.39/32 -> 10.0.0.255
98042026-08-26T00:40:05.233ZAug 26 00:40:03.487 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 } }]
98052026-08-26T00:40:05.233ZAug 26 00:40:03.487 INFO adding route 172.17.0.40/32 -> 10.0.0.255
98062026-08-26T00:40:05.233ZAug 26 00:40:03.487 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 } }]
98072026-08-26T00:40:05.233ZAug 26 00:40:03.487 INFO adding route 172.17.0.41/32 -> 10.0.0.255
98082026-08-26T00:40:05.233ZAug 26 00:40:03.487 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 } }]
98092026-08-26T00:40:05.233ZAug 26 00:40:03.487 INFO adding route 172.17.0.42/32 -> 10.0.0.255
98102026-08-26T00:40:05.233ZAug 26 00:40:03.487 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 } }]
98112026-08-26T00:40:05.233ZAug 26 00:40:03.487 INFO adding route 172.17.0.43/32 -> 10.0.0.255
98122026-08-26T00:40:05.234ZAug 26 00:40:03.487 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 } }]
98132026-08-26T00:40:05.234ZAug 26 00:40:03.487 INFO adding route 172.17.0.44/32 -> 10.0.0.255
98142026-08-26T00:40:05.234ZAug 26 00:40:03.487 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 } }]
98152026-08-26T00:40:05.234ZAug 26 00:40:03.487 INFO adding route 172.17.0.45/32 -> 10.0.0.255
98162026-08-26T00:40:05.234ZAug 26 00:40:03.487 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 } }]
98172026-08-26T00:40:05.238ZAug 26 00:40:03.487 INFO adding route 172.17.0.46/32 -> 10.0.0.255
98182026-08-26T00:40:05.238ZAug 26 00:40:03.487 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 } }]
98192026-08-26T00:40:05.238ZAug 26 00:40:03.487 INFO adding route 172.17.0.47/32 -> 10.0.0.255
98202026-08-26T00:40:05.238ZAug 26 00:40:03.487 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 } }]
98212026-08-26T00:40:05.238ZAug 26 00:40:03.487 INFO adding route 172.17.0.48/32 -> 10.0.0.255
98222026-08-26T00:40:05.238ZAug 26 00:40:03.487 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 } }]
98232026-08-26T00:40:05.238ZAug 26 00:40:03.487 INFO adding route 172.17.0.49/32 -> 10.0.0.255
98242026-08-26T00:40:05.238ZAug 26 00:40:03.487 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 } }]
98252026-08-26T00:40:05.238ZAug 26 00:40:03.487 INFO adding route 172.17.0.50/32 -> 10.0.0.255
98262026-08-26T00:40:05.239ZAug 26 00:40:03.487 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 } }]
98272026-08-26T00:40:05.239ZAug 26 00:40:03.487 INFO adding route 172.17.0.51/32 -> 10.0.0.255
98282026-08-26T00:40:05.239ZAug 26 00:40:03.487 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 } }]
98292026-08-26T00:40:05.239ZAug 26 00:40:03.487 INFO adding route 172.17.0.52/32 -> 10.0.0.255
98302026-08-26T00:40:05.239ZAug 26 00:40:03.487 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 } }]
98312026-08-26T00:40:05.239ZAug 26 00:40:03.487 INFO adding route 172.17.0.53/32 -> 10.0.0.255
98322026-08-26T00:40:05.239ZAug 26 00:40:03.487 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 } }]
98332026-08-26T00:40:05.239ZAug 26 00:40:03.487 INFO adding route 172.17.0.54/32 -> 10.0.0.255
98342026-08-26T00:40:05.239ZAug 26 00:40:03.487 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 } }]
98352026-08-26T00:40:05.239ZAug 26 00:40:03.487 INFO adding route 172.17.0.55/32 -> 10.0.0.255
98362026-08-26T00:40:05.239ZAug 26 00:40:03.487 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 } }]
98372026-08-26T00:40:05.239ZAug 26 00:40:03.487 INFO adding route 172.17.0.56/32 -> 10.0.0.255
98382026-08-26T00:40:05.239ZAug 26 00:40:03.487 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 } }]
98392026-08-26T00:40:05.239ZAug 26 00:40:03.487 INFO adding route 172.17.0.57/32 -> 10.0.0.255
98402026-08-26T00:40:05.239ZAug 26 00:40:03.487 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 } }]
98412026-08-26T00:40:05.239ZAug 26 00:40:03.487 INFO adding route 172.17.0.58/32 -> 10.0.0.255
98422026-08-26T00:40:05.239ZAug 26 00:40:03.487 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 } }]
98432026-08-26T00:40:05.239ZAug 26 00:40:03.487 INFO adding route 172.17.0.59/32 -> 10.0.0.255
98442026-08-26T00:40:05.239ZAug 26 00:40:03.487 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 } }]
98452026-08-26T00:40:05.239ZAug 26 00:40:03.487 INFO adding route 172.17.0.60/32 -> 10.0.0.255
98462026-08-26T00:40:05.239ZAug 26 00:40:03.487 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 } }]
98472026-08-26T00:40:05.239ZAug 26 00:40:03.487 DEBG failed to allocate space for the new target list
98482026-08-26T00:40:05.239ZAug 26 00:40:03.487 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
98492026-08-26T00:40:05.239Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-533ffba855d0bdc4)
98502026-08-26T00:40:05.239Z Running unittests src/lib.rs (target/debug/deps/dpd_api-acda18f7a0b943fc)
98512026-08-26T00:40:05.239Z
98522026-08-26T00:40:05.239Zrunning 0 tests
98532026-08-26T00:40:05.239Z
98542026-08-26T00:40:05.240Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98552026-08-26T00:40:05.240Z
98562026-08-26T00:40:05.240Z Running unittests src/lib.rs (target/debug/deps/dpd_client-010cc57018614502)
98572026-08-26T00:40:05.240Z
98582026-08-26T00:40:05.240Zrunning 6 tests
98592026-08-26T00:40:05.240Ztest tests::test_full_lot_id_lot_only ... ok
98602026-08-26T00:40:05.240Ztest tests::test_full_lot_id_both_present ... ok
98612026-08-26T00:40:05.240Ztest tests::test_full_lot_id_lotnum_only ... ok
98622026-08-26T00:40:05.240Ztest tests::test_full_lot_id_neither_present ... ok
98632026-08-26T00:40:05.240Ztest tests::test_parse_client_port_id ... ok
98642026-08-26T00:40:05.240Ztest tests::test_port_id_cmp ... ok
98652026-08-26T00:40:05.240Z
98662026-08-26T00:40:05.240Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98672026-08-26T00:40:05.240Z
98682026-08-26T00:40:05.240Z Running tests/test_all.rs (target/debug/deps/test_all-8956ce6591e34167)
98692026-08-26T00:40:05.244Z
98702026-08-26T00:40:05.244Zrunning 6 tests
98712026-08-26T00:40:08.263Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
98722026-08-26T00:40:08.267Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
98732026-08-26T00:40:08.267Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
98742026-08-26T00:40:08.271Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
98752026-08-26T00:40:08.600Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
98762026-08-26T00:40:09.600Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
98772026-08-26T00:40:09.600Z
98782026-08-26T00:40:09.600Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.36s
98792026-08-26T00:40:09.600Z
98802026-08-26T00:40:09.608Z Running unittests src/lib.rs (target/debug/deps/dpd_types-13ccc83203b2fded)
98812026-08-26T00:40:09.617Z
98822026-08-26T00:40:09.617Zrunning 0 tests
98832026-08-26T00:40:09.617Z
98842026-08-26T00:40:09.621Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98852026-08-26T00:40:09.621Z
98862026-08-26T00:40:09.621Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a087f10fd23084c3)
98872026-08-26T00:40:09.639Z
98882026-08-26T00:40:09.639Zrunning 15 tests
98892026-08-26T00:40:09.643Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
98902026-08-26T00:40:09.643Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
98912026-08-26T00:40:09.643Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
98922026-08-26T00:40:09.643Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
98932026-08-26T00:40:09.643Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
98942026-08-26T00:40:09.643Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
98952026-08-26T00:40:09.643Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
98962026-08-26T00:40:09.643Ztest v1::network::tests::test_equal ... ok
98972026-08-26T00:40:09.643Ztest v1::network::tests::test_eui64 ... ok
98982026-08-26T00:40:09.643Ztest v1::network::tests::test_into ... ok
98992026-08-26T00:40:09.643Ztest v1::network::tests::test_to_string ... ok
99002026-08-26T00:40:09.643Ztest v1::network::tests::test_not_equal ... ok
99012026-08-26T00:40:09.643Ztest v1::port::tests::port_ids_are_ascii ... ok
99022026-08-26T00:40:09.643Ztest v1::network::tests::test_parse ... ok
99032026-08-26T00:40:09.646Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
99042026-08-26T00:40:09.646Z
99052026-08-26T00:40:09.646Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
99062026-08-26T00:40:09.646Z
99072026-08-26T00:40:09.651Z Running unittests src/lib.rs (target/debug/deps/packet-ba01ebb1966a5934)
99082026-08-26T00:40:09.671Z
99092026-08-26T00:40:09.671Zrunning 12 tests
99102026-08-26T00:40:09.674Ztest ipv6::test_ipv6_parse ... ok
99112026-08-26T00:40:09.675Ztest icmp::test_v6_checksum ... ok
99122026-08-26T00:40:09.675Ztest icmp::test_v4_checksum ... ok
99132026-08-26T00:40:09.675Ztest lldp::test_lldp_parse ... ok
99142026-08-26T00:40:09.675Ztest pbuf::test_byte ... ok
99152026-08-26T00:40:09.675Ztest pbuf::test_nibble ... ok
99162026-08-26T00:40:09.675Ztest pbuf::test_short ... ok
99172026-08-26T00:40:09.675Ztest pbuf::test_twelve ... ok
99182026-08-26T00:40:09.675Ztest pbuf::test_overflow ... ok
99192026-08-26T00:40:09.675Ztest pbuf::test_word ... ok
99202026-08-26T00:40:09.675Ztest tcp::test_checksum_ack_data ... ok
99212026-08-26T00:40:09.675Ztest tcp::test_checksum_syn_nodata ... ok
99222026-08-26T00:40:09.675Z
99232026-08-26T00:40:09.675Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99242026-08-26T00:40:09.675Z
99252026-08-26T00:40:09.679Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
99262026-08-26T00:40:09.682Z
99272026-08-26T00:40:09.682Zrunning 0 tests
99282026-08-26T00:40:09.682Z
99292026-08-26T00:40:09.682Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99302026-08-26T00:40:09.682Z
99312026-08-26T00:40:09.685Z Running unittests src/main.rs (target/debug/deps/swadm-3cab8fcc95f76afd)
99322026-08-26T00:40:09.689Z
99332026-08-26T00:40:09.689Zrunning 5 tests
99342026-08-26T00:40:09.689Ztest switchport::test::test_compute_lanes ... ok
99352026-08-26T00:40:09.689Ztest switchport::test::port_id_ordering ... ok
99362026-08-26T00:40:09.689Z Lane 0 Lane 1 Lane 0Lane 2 Lane 3
99372026-08-26T00:40:09.689ZLane 1 Rx Loss-of-lock: Yes Lane 2 Yes Lane 3Yes
99382026-08-26T00:40:09.689Z Yes State: Activated
99392026-08-26T00:40:09.689Z Rx Loss-of-signal: YesActivated ActivatedYes ActivatedYes
99402026-08-26T00:40:09.689Z Rx Output Enabled: falseYes
99412026-08-26T00:40:09.689Zfalse Rx CDR Enabled: Yes falseYes falseYes
99422026-08-26T00:40:09.689Z Yes Rx Output Status: valid
99432026-08-26T00:40:09.689Z valid Tx Enabled: Yes validYes Yesvalid
99442026-08-26T00:40:09.689ZYes
99452026-08-26T00:40:09.689Z Rx Loss-of-lock: true Tx Loss-of-lock: No Notrue No trueNo
99462026-08-26T00:40:09.689Ztrue
99472026-08-26T00:40:09.689Z Tx Loss-of-signal: No Rx Loss-of-signal: false false Nofalse falseNo
99482026-08-26T00:40:09.690Z No
99492026-08-26T00:40:09.690ZRx Auto-squelch Disable: true Tx CDR Enabled: Notrue No true Notrue
99502026-08-26T00:40:09.690ZNo
99512026-08-26T00:40:09.690Z Tx Output Enabled: true Tx Adaptive EQ Fault: No trueNo true Notrue
99522026-08-26T00:40:09.690ZNo
99532026-08-26T00:40:09.690Z Tx Output Status: invalid Tx Fault: Yesinvalid Yes invalid Yesinvalid
99542026-08-26T00:40:09.690Z Yes
99552026-08-26T00:40:09.690Z Tx Loss-of-lock: false false false false
99562026-08-26T00:40:09.690Z Tx Loss-of-signal: true true true true
99572026-08-26T00:40:09.690ZTx Auto-squelch Disable: false false false false
99582026-08-26T00:40:09.690Z Tx Adaptive EQ Fail: true true true true
99592026-08-26T00:40:09.690Z Tx Failure: false false false false
99602026-08-26T00:40:09.690Z Tx Force Squelch: true true true true
99612026-08-26T00:40:09.690Z Tx Input Polarity: normal normal normal normal
99622026-08-26T00:40:09.690Ztest switchport::test::test_print_sff_datapath ... ok
99632026-08-26T00:40:09.690Ztest switchport::test::test_print_cmis_datapath ... ok
99642026-08-26T00:40:09.693Ztest link::test_filter ... ok
99652026-08-26T00:40:09.694Z
99662026-08-26T00:40:09.694Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99672026-08-26T00:40:09.694Z
99682026-08-26T00:40:09.694Z Running tests/counters.rs (target/debug/deps/counters-adc46d7ad514a7fd)
99692026-08-26T00:40:09.697Z
99702026-08-26T00:40:09.697Zrunning 1 test
99712026-08-26T00:40:09.697Ztest test_p4_counter_list ... ignored
99722026-08-26T00:40:09.697Z
99732026-08-26T00:40:09.697Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
99742026-08-26T00:40:09.697Z
99752026-08-26T00:40:09.697Z Running tests/port-link.rs (target/debug/deps/port_link-28f05c94768857aa)
99762026-08-26T00:40:09.703Z
99772026-08-26T00:40:09.703Zrunning 5 tests
99782026-08-26T00:40:09.743Ztest test_an ... ignored
99792026-08-26T00:40:09.743Ztest test_enable ... ignored
99802026-08-26T00:40:09.743Ztest test_ip_addresses ... ignored
99812026-08-26T00:40:09.743Ztest test_kr ... ignored
99822026-08-26T00:40:09.744Ztest test_mac ... ignored
99832026-08-26T00:40:09.744Z
99842026-08-26T00:40:09.744Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
99852026-08-26T00:40:09.744Z
99862026-08-26T00:40:09.744Z Running unittests src/main.rs (target/debug/deps/tfportd-902caed4cd2c2ea0)
99872026-08-26T00:40:09.747Z
99882026-08-26T00:40:09.747Zrunning 3 tests
99892026-08-26T00:40:09.747Ztest linklocal::test_parse_ipadm ... ok
99902026-08-26T00:40:09.747Ztest tfport::test_parse_tfport ... ok
99912026-08-26T00:40:09.747Ztest config::tests::test_updates ... ok
99922026-08-26T00:40:09.747Z
99932026-08-26T00:40:09.747Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99942026-08-26T00:40:09.747Z
99952026-08-26T00:40:09.747Z Running unittests src/main.rs (target/debug/deps/uplinkd-58387cf59eafe330)
99962026-08-26T00:40:09.747Z
99972026-08-26T00:40:09.747Zrunning 0 tests
99982026-08-26T00:40:09.747Z
99992026-08-26T00:40:09.747Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100002026-08-26T00:40:09.747Z
100012026-08-26T00:40:09.747Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
100022026-08-26T00:40:09.747Z
100032026-08-26T00:40:09.747Zrunning 0 tests
100042026-08-26T00:40:09.747Z
100052026-08-26T00:40:09.748Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100062026-08-26T00:40:09.748Z
100072026-08-26T00:40:09.748Z Doc-tests aal
100082026-08-26T00:40:10.234Z
100092026-08-26T00:40:10.234Zrunning 0 tests
100102026-08-26T00:40:10.234Z
100112026-08-26T00:40:10.234Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100122026-08-26T00:40:10.234Z
100132026-08-26T00:40:10.259Z Doc-tests aal_macros
100142026-08-26T00:40:10.333Z
100152026-08-26T00:40:10.333Zrunning 0 tests
100162026-08-26T00:40:10.333Z
100172026-08-26T00:40:10.333Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100182026-08-26T00:40:10.333Z
100192026-08-26T00:40:10.344Z Doc-tests common
100202026-08-26T00:40:10.575Z
100212026-08-26T00:40:10.575Zrunning 0 tests
100222026-08-26T00:40:10.575Z
100232026-08-26T00:40:10.575Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100242026-08-26T00:40:10.575Z
100252026-08-26T00:40:10.600Z Doc-tests dpd_api
100262026-08-26T00:40:11.403Z
100272026-08-26T00:40:11.403Zrunning 2 tests
100282026-08-26T00:40:11.403Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
100292026-08-26T00:40:11.404Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
100302026-08-26T00:40:11.404Z
100312026-08-26T00:40:11.404Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
100322026-08-26T00:40:11.404Z
100332026-08-26T00:40:11.433Z Doc-tests dpd_client
100342026-08-26T00:40:12.878Z
100352026-08-26T00:40:12.878Zrunning 0 tests
100362026-08-26T00:40:12.879Z
100372026-08-26T00:40:12.879Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100382026-08-26T00:40:12.879Z
100392026-08-26T00:40:12.929Z Doc-tests dpd_types
100402026-08-26T00:40:13.107Z
100412026-08-26T00:40:13.107Zrunning 0 tests
100422026-08-26T00:40:13.107Z
100432026-08-26T00:40:13.107Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100442026-08-26T00:40:13.107Z
100452026-08-26T00:40:13.127Z Doc-tests dpd_types_versions
100462026-08-26T00:40:14.644Z
100472026-08-26T00:40:14.644Zrunning 1 test
100482026-08-26T00:40:14.644Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
100492026-08-26T00:40:14.644Z
100502026-08-26T00:40:14.645Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
100512026-08-26T00:40:14.645Z
100522026-08-26T00:40:14.694Z Doc-tests packet
100532026-08-26T00:40:14.912Z
100542026-08-26T00:40:14.912Zrunning 0 tests
100552026-08-26T00:40:14.912Z
100562026-08-26T00:40:14.912Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100572026-08-26T00:40:14.912Z
100582026-08-26T00:40:14.937Z Doc-tests pcap
100592026-08-26T00:40:14.990Z
100602026-08-26T00:40:14.990Zrunning 0 tests
100612026-08-26T00:40:14.990Z
100622026-08-26T00:40:14.990Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100632026-08-26T00:40:14.990Z
100642026-08-26T00:40:15.039Zprocess exited: duration 601926 ms, exit code 0
 
100652026-08-26T00:40:15.049Zfound 0 output files