01M0WQBKJPK390WBG018BG8DCE: test

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

Buildomat Job: 01M0WQC1GDM2TPG0Q3YDPGJCCJ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T15:07:57.700Zjob assigned to worker 01M0WQC52XG7JJR0DTXNHAB56V [factory aws, i-0de1b543ba2ee6c90] (queued for 46 s)
 
22026-08-25T15:08:03.914Zstarting task 0: "setup"
32026-08-25T15:08:03.918Z++ uname -s
42026-08-25T15:08:03.921Z+ kern=SunOS
52026-08-25T15:08:03.921Z+ build_user=build
62026-08-25T15:08:03.921Z+ build_uid=12345
72026-08-25T15:08:03.921Z+ work_dir=/work
82026-08-25T15:08:03.921Z+ input_dir=/input
92026-08-25T15:08:03.921Z+ [[ 0 == 12345 ]]
102026-08-25T15:08:03.921Z+ case "$kern" in
112026-08-25T15:08:03.921Z+ groupadd -g 12345 build
122026-08-25T15:08:03.933Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T15:08:06.041Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T15:08:06.179Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T15:08:06.180Z+ home_fs=zfs
162026-08-25T15:08:06.180Z+ [[ zfs == autofs ]]
172026-08-25T15:08:06.180Z+ mkdir -p /home/build
182026-08-25T15:08:06.180Z+ chown build:build /home/build /work
192026-08-25T15:08:08.011Z+ chmod 0700 /home/build /work
202026-08-25T15:08:08.014Zprocess exited: duration 4098 ms, exit code 0
 
212026-08-25T15:08:08.021Zstarting task 1: "rust-toolchain"
222026-08-25T15:08:08.025Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-08-25T15:08:08.025Z * rust toolchain channel = "1.90.0"
242026-08-25T15:08:08.025Z * rust toolchain profile = "default"
252026-08-25T15:08:08.025Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-25T15:08:08.025Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-25T15:08:08.025Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-25T15:08:08.028Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T15:08:08.028Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-08-25T15:08:08.106Zinfo: downloading installer
312026-08-25T15:08:09.483Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T15:08:09.483Zwarn: /home/build/.rustup/settings.toml
332026-08-25T15:08:09.483Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T15:08:09.483Zwarn: instead of the one inferred from the default host triple.
352026-08-25T15:08:09.496Zinfo: profile set to default
362026-08-25T15:08:09.496Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T15:08:09.501Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-08-25T15:08:09.633Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-08-25T15:08:09.636Zinfo: downloading 6 components
402026-08-25T15:08:23.424Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
412026-08-25T15:08:23.425Z
422026-08-25T15:08:23.456Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-08-25T15:08:23.456Z
442026-08-25T15:08:23.456Z
452026-08-25T15:08:23.457ZRust is installed now. Great!
462026-08-25T15:08:23.457Z
472026-08-25T15:08:23.457ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T15:08:23.457Zenvironment variable. This has not been done automatically.
492026-08-25T15:08:23.457Z
502026-08-25T15:08:23.457ZTo configure your current shell, you need to source
512026-08-25T15:08:23.457Zthe corresponding env file under $HOME/.cargo.
522026-08-25T15:08:23.457Z
532026-08-25T15:08:23.457ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T15:08:23.461Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T15:08:23.461Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T15:08:23.461Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T15:08:23.461Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T15:08:23.461Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T15:08:23.461Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T15:08:23.461Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T15:08:23.461Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T15:08:23.535Z+ rustup --version
632026-08-25T15:08:23.543Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T15:08:23.546Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T15:08:23.565Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-08-25T15:08:23.569Z+ cargo --version
672026-08-25T15:08:23.580Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-08-25T15:08:23.583Z+ rustc --version
692026-08-25T15:08:23.604Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-08-25T15:08:23.608Zprocess exited: duration 15583 ms, exit code 0
 
712026-08-25T15:08:23.615Zstarting task 2: "authentication"
722026-08-25T15:08:23.631Zprocess exited: duration 16 ms, exit code 0
 
732026-08-25T15:08:23.640Zstarting task 3: "clone repository"
742026-08-25T15:08:23.643Z+ mkdir -p /work/oxidecomputer/dendrite
752026-08-25T15:08:23.643Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-08-25T15:08:23.675ZCloning into '/work/oxidecomputer/dendrite'...
772026-08-25T15:08:24.441Z+ cd /work/oxidecomputer/dendrite
782026-08-25T15:08:24.441Z+ git fetch origin 345f370a1d39c82d3fb5bcd0baca3c0861242b52
792026-08-25T15:08:26.147ZFrom https://github.com/oxidecomputer/dendrite
802026-08-25T15:08:26.147Z * branch 345f370a1d39c82d3fb5bcd0baca3c0861242b52 -> FETCH_HEAD
812026-08-25T15:08:26.153Z+ [[ -n cory/uprev-tofino-sde ]]
822026-08-25T15:08:26.156Z++ git branch --show-current
832026-08-25T15:08:26.156Z+ current=main
842026-08-25T15:08:26.156Z+ [[ main != cory/uprev-tofino-sde ]]
852026-08-25T15:08:26.156Z+ git branch -f cory/uprev-tofino-sde 345f370a1d39c82d3fb5bcd0baca3c0861242b52
862026-08-25T15:08:26.159Z+ git checkout -f cory/uprev-tofino-sde
872026-08-25T15:08:26.177ZSwitched to branch 'cory/uprev-tofino-sde'
882026-08-25T15:08:26.180Z+ git reset --hard 345f370a1d39c82d3fb5bcd0baca3c0861242b52
892026-08-25T15:08:26.183ZHEAD is now at 345f370 Use updated tofino SDE in CI tests
902026-08-25T15:08:26.183Zprocess exited: duration 2543 ms, exit code 0
 
912026-08-25T15:08:26.191Zstarting task 4: "build"
922026-08-25T15:08:26.195Z+ source .github/buildomat/common.sh
932026-08-25T15:08:26.195Z++ TOFINO_STAGES=20
942026-08-25T15:08:26.195Z++ SDE_COMMIT=ea8ca18caff37764e2bf0457c887b0d9433e88b3
952026-08-25T15:08:26.195Z++ SDE_PKG_SHA256=3bb3550833f23c34028de98b8fa4d716447aaef83fd0180657f40ce3e009f771
962026-08-25T15:08:26.195Z++ SDE_DEB_SHA256=ea9bfce494d641430ddaf0aea1a19c10773814a1910532f15451aaaf56ac7c96
972026-08-25T15:08:26.199Z+++ uname -s
982026-08-25T15:08:26.199Z++ '[' SunOS == SunOS ']'
992026-08-25T15:08:26.199Z++ SERIES=illumos
1002026-08-25T15:08:26.199Z+++ uname -s
1012026-08-25T15:08:26.199Z++ '[' SunOS == SunOS ']'
1022026-08-25T15:08:26.199Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/ea8ca18caff37764e2bf0457c887b0d9433e88b3
1032026-08-25T15:08:26.199Z++ rustup show active-toolchain
1042026-08-25T15:08:26.203Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-08-25T15:08:26.206Z+ source .github/buildomat/illumos.sh
1062026-08-25T15:08:26.206Z++ banner 'sde setup'
1072026-08-25T15:08:26.206Z
1082026-08-25T15:08:26.206Z #### ##### ###### #### ###### ##### # # #####
1092026-08-25T15:08:26.207Z # # # # # # # # # # #
1102026-08-25T15:08:26.207Z #### # # ##### #### ##### # # # # #
1112026-08-25T15:08:26.207Z # # # # # # # # # #####
1122026-08-25T15:08:26.207Z # # # # # # # # # # # #
1132026-08-25T15:08:26.207Z #### ##### ###### #### ###### # #### #
1142026-08-25T15:08:26.207Z
1152026-08-25T15:08:26.207Z++ export PKG_SUCCESS_ON_NOP=1
1162026-08-25T15:08:26.207Z++ PKG_SUCCESS_ON_NOP=1
1172026-08-25T15:08:26.207Z++ export PKG=tofino_sde.p5p
1182026-08-25T15:08:26.207Z++ PKG=tofino_sde.p5p
1192026-08-25T15:08:26.207Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/ea8ca18caff37764e2bf0457c887b0d9433e88b3/tofino_sde.p5p
1202026-08-25T15:08:26.212Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-08-25T15:08:26.215Z Dload Upload Total Spent Left Speed
1222026-08-25T15:08:30.600Z 0 0 0 0 0 0 0 0 0 2 76.03M 2 2.06M 0 0 1.45M 0 00:52 00:01 00:51 1.45M 2 76.03M 2 2.06M 0 0 871.7k 0 01:29 00:02 01:27 871.8k 33 76.03M 33 25.58M 0 0 7.47M 0 00:10 00:03 00:07 7.47M 100 76.03M 100 76.03M 0 0 17.33M 0 00:04 00:04 7.47M 100 76.03M 100 76.03M 0 0 17.33M 0 00:04 00:04 7.47M 100 76.03M 100 76.03M 0 0 17.33M 0 00:04 00:04 7.47M
1232026-08-25T15:08:30.603Z+++ digest -a sha256 tofino_sde.p5p
1242026-08-25T15:08:30.650Z++ SDE_CALC=3bb3550833f23c34028de98b8fa4d716447aaef83fd0180657f40ce3e009f771
1252026-08-25T15:08:30.653Z++ '[' 3bb3550833f23c34028de98b8fa4d716447aaef83fd0180657f40ce3e009f771 '!=' 3bb3550833f23c34028de98b8fa4d716447aaef83fd0180657f40ce3e009f771 ']'
1262026-08-25T15:08:30.653Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-08-25T15:08:32.062Z Startup: Refreshing catalog 'helios' ... Done
1282026-08-25T15:08:32.456Z Startup: Caching catalogs ... Done
1292026-08-25T15:08:32.513Z Startup: Refreshing catalog 'oxide' ... Done
1302026-08-25T15:08:35.097ZPlanning: Solver setup ... Done
1312026-08-25T15:08:35.168ZPlanning: Running solver ... Done
1322026-08-25T15:08:35.220ZPlanning: Finding local manifests ... Done
1332026-08-25T15:08:35.223ZPlanning: Fetching manifests: 1/1 100% complete
1342026-08-25T15:08:35.226ZPlanning: Fetching manifests: 1/1 100% complete
1352026-08-25T15:08:35.241ZPlanning: Package planning ... Done
1362026-08-25T15:08:35.244ZPlanning: Merging actions ... Done
1372026-08-25T15:08:35.412ZPlanning: Checking for conflicting actions ... Done
1382026-08-25T15:08:35.417ZPlanning: Consolidating action changes ... Done
1392026-08-25T15:08:36.145ZPlanning: Evaluating mediators ... Done
1402026-08-25T15:08:36.149ZPlanning: Planning completed in 3.63 seconds
1412026-08-25T15:08:36.155Z Packages to install: 1
1422026-08-25T15:08:36.158Z Create boot environment: No
1432026-08-25T15:08:36.158ZCreate backup boot environment: No
1442026-08-25T15:08:36.177Z
1452026-08-25T15:08:36.177ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-08-25T15:08:36.310ZDownload: Completed 75.30 MB in 0.13 seconds (566M/s)
1472026-08-25T15:08:36.522Z Actions: 1/293 actions (Installing new actions)
1482026-08-25T15:08:37.506Z Actions: Completed 293 actions in 0.98 seconds.
1492026-08-25T15:08:37.509ZFinalize: Updating package state database ... Done
1502026-08-25T15:08:37.552ZFinalize: Updating package cache ... Done
1512026-08-25T15:08:37.645ZFinalize: Updating image state ... Done
1522026-08-25T15:08:40.216ZFinalize: Creating fast lookup database ... Done
1532026-08-25T15:08:40.291ZFinalize: Reading search index ... Done
1542026-08-25T15:08:40.295ZFinalize: Updating search index ... Done
1552026-08-25T15:08:40.597ZFinalize: Updating package cache ... Done
1562026-08-25T15:08:40.760Z++ export SDE=/opt/oxide/tofino_sde
1572026-08-25T15:08:40.760Z++ SDE=/opt/oxide/tofino_sde
1582026-08-25T15:08:40.760Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-08-25T15:08:40.760Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-08-25T15:08:40.760Z++ banner packages
1612026-08-25T15:08:40.764Z
1622026-08-25T15:08:40.764Z ##### ## #### # # ## #### ###### ####
1632026-08-25T15:08:40.764Z # # # # # # # # # # # # # #
1642026-08-25T15:08:40.764Z # # # # # #### # # # ##### ####
1652026-08-25T15:08:40.764Z ##### ###### # # # ###### # ### # #
1662026-08-25T15:08:40.764Z # # # # # # # # # # # # # #
1672026-08-25T15:08:40.764Z # # # #### # # # # #### ###### ####
1682026-08-25T15:08:40.764Z
1692026-08-25T15:08:40.764Z++ pfexec pkg install clang-15 pcap gcc14
1702026-08-25T15:08:41.037Z Startup: Refreshing catalog 'helios' ... Done
1712026-08-25T15:08:41.040Z Startup: Refreshing catalog 'oxide' ... Done
1722026-08-25T15:08:43.336ZPlanning: Solver setup ... Done
1732026-08-25T15:08:43.406ZPlanning: Running solver ... Done
1742026-08-25T15:08:43.455ZPlanning: Consolidating action changes ... Done
1752026-08-25T15:08:43.459ZPlanning: Evaluating mediators ... Done
1762026-08-25T15:08:43.459ZPlanning: Planning completed in 2.42 seconds
1772026-08-25T15:08:43.473ZNo updates necessary for this image.
1782026-08-25T15:08:43.610Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-08-25T15:08:43.826ZPlanning: Evaluating mediator changes ... Done
1802026-08-25T15:08:43.940ZPlanning: Checking for conflicting actions ... Done
1812026-08-25T15:08:43.945ZPlanning: Consolidating action changes ... Done
1822026-08-25T15:08:44.107ZPlanning: Evaluating mediators ... Done
1832026-08-25T15:08:44.111ZPlanning: Planning completed in 0.28 seconds
1842026-08-25T15:08:44.128Z Mediators to change: 2
1852026-08-25T15:08:44.128Z Create boot environment: No
1862026-08-25T15:08:44.133ZCreate backup boot environment: No
1872026-08-25T15:08:44.177ZFinalize: Updating package state database ... Done
1882026-08-25T15:08:44.177ZFinalize: Updating package cache ... Done
1892026-08-25T15:08:44.228ZFinalize: Updating image state ... Done
1902026-08-25T15:08:46.251ZFinalize: Creating fast lookup database ... Done
1912026-08-25T15:08:46.322ZFinalize: Reading search index ... Done
1922026-08-25T15:08:46.325ZFinalize: Updating search index ... Done
1932026-08-25T15:08:46.393ZFinalize: Updating package cache ... Done
1942026-08-25T15:08:46.466Z++ cargo --version
1952026-08-25T15:08:46.475Zcargo 1.90.0 (840b83a10 2025-07-30)
1962026-08-25T15:08:46.478Z++ rustc --version
1972026-08-25T15:08:46.498Zrustc 1.90.0 (1159e78c4 2025-09-14)
1982026-08-25T15:08:46.503Z+ banner copyrights
1992026-08-25T15:08:46.503Z
2002026-08-25T15:08:46.503Z #### #### ##### # # ##### # #### # # ##### ####
2012026-08-25T15:08:46.503Z # # # # # # # # # # # # # # # # #
2022026-08-25T15:08:46.503Z # # # # # # # # # # ###### # ####
2032026-08-25T15:08:46.503Z # # # ##### # ##### # # ### # # # #
2042026-08-25T15:08:46.503Z # # # # # # # # # # # # # # # #
2052026-08-25T15:08:46.503Z #### #### # # # # # #### # # # ####
2062026-08-25T15:08:46.503Z
2072026-08-25T15:08:46.503Z+ ./tools/check_copyrights.sh
2082026-08-25T15:08:46.793Zcommon/src/illumos.rs: Copyright with wrong year
2092026-08-25T15:08:47.683Zdpd/p4/headers.p4: Copyright with wrong year
2102026-08-25T15:08:48.096Zdpd/src/transceivers/stub_impl.rs: Copyright with wrong year
2112026-08-25T15:08:48.153Zpacket/src/eth.rs: Copyright with wrong year
2122026-08-25T15:08:48.246Zpcap/build.rs: Copyright with wrong year
2132026-08-25T15:08:48.419Ztfportd/src/linklocal.rs: Copyright with wrong year
2142026-08-25T15:08:48.653Z+ banner clippy
2152026-08-25T15:08:48.656Z
2162026-08-25T15:08:48.656Z #### # # ##### ##### # #
2172026-08-25T15:08:48.656Z # # # # # # # # # #
2182026-08-25T15:08:48.656Z # # # # # # # #
2192026-08-25T15:08:48.656Z # # # ##### ##### #
2202026-08-25T15:08:48.656Z # # # # # # #
2212026-08-25T15:08:48.656Z #### ###### # # # #
2222026-08-25T15:08:48.656Z
2232026-08-25T15:08:48.656Z+ for feat in tofino_stub tofino_asic softnpu chaos
2242026-08-25T15:08:48.656Z+ cargo clippy --features tofino_stub -- --deny warnings
2252026-08-25T15:08:48.799Z Updating git repository `https://github.com/oxidecomputer/omicron`
2262026-08-25T15:09:02.302Z Updating crates.io index
2272026-08-25T15:09:02.306Z Updating git repository `https://github.com/illumos/smf-rs`
2282026-08-25T15:09:02.624Z Updating git repository `https://github.com/oxidecomputer/propolis`
2292026-08-25T15:09:03.626Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2302026-08-25T15:09:03.931Z Updating git repository `https://github.com/oxidecomputer/tofino`
2312026-08-25T15:09:04.282Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2322026-08-25T15:09:04.878Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2332026-08-25T15:09:05.885Z Updating git repository `https://github.com/oxidecomputer/ispf`
2342026-08-25T15:09:06.493Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2352026-08-25T15:09:06.976Z Updating git repository `https://github.com/oxidecomputer/lldp`
2362026-08-25T15:09:07.545Z Updating git repository `https://github.com/oxidecomputer/lldp`
2372026-08-25T15:09:08.052Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2382026-08-25T15:09:09.160Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2392026-08-25T15:09:09.319Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2402026-08-25T15:09:09.817Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2412026-08-25T15:09:10.365Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2422026-08-25T15:09:10.721Z Updating git repository `https://github.com/oxidecomputer/p4`
2432026-08-25T15:09:11.435Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2442026-08-25T15:09:11.650Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2452026-08-25T15:09:12.464Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2462026-08-25T15:09:12.953Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2472026-08-25T15:09:13.336Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2482026-08-25T15:09:13.681Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2492026-08-25T15:09:14.712Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-08-25T15:09:15.573Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-08-25T15:09:17.267Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-08-25T15:09:17.932Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-08-25T15:09:18.233Z Updating git repository `https://github.com/oxidecomputer/clickward`
2542026-08-25T15:09:18.586Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2552026-08-25T15:09:20.712Z Downloading crates ...
2562026-08-25T15:09:20.767Z Downloaded async-recursion v1.1.1
2572026-08-25T15:09:20.779Z Downloaded colorchoice v1.0.4
2582026-08-25T15:09:20.783Z Downloaded async-trait v0.1.89
2592026-08-25T15:09:20.787Z Downloaded async-stream-impl v0.3.6
2602026-08-25T15:09:20.791Z Downloaded defmt v0.3.100
2612026-08-25T15:09:20.796Z Downloaded defmt-parser v1.0.0
2622026-08-25T15:09:20.800Z Downloaded async-compression v0.4.33
2632026-08-25T15:09:20.804Z Downloaded futures-core v0.3.32
2642026-08-25T15:09:20.804Z Downloaded adler2 v2.0.1
2652026-08-25T15:09:20.808Z Downloaded digest v0.11.3
2662026-08-25T15:09:20.812Z Downloaded derive_more v0.99.20
2672026-08-25T15:09:20.816Z Downloaded heck v0.5.0
2682026-08-25T15:09:20.819Z Downloaded git-stub-vcs v0.1.0
2692026-08-25T15:09:20.819Z Downloaded fastrand v2.3.0
2702026-08-25T15:09:20.822Z Downloaded dropshot_endpoint v0.16.7
2712026-08-25T15:09:20.826Z Downloaded displaydoc v0.2.5
2722026-08-25T15:09:20.829Z Downloaded clap_lex v1.1.0
2732026-08-25T15:09:20.834Z Downloaded data-encoding v2.9.0
2742026-08-25T15:09:20.834Z Downloaded ciborium-ll v0.2.2
2752026-08-25T15:09:20.837Z Downloaded elliptic-curve v0.13.8
2762026-08-25T15:09:20.841Z Downloaded const_format v0.2.34
2772026-08-25T15:09:20.849Z Downloaded h2 v0.4.14
2782026-08-25T15:09:20.852Z Downloaded dyn-clone v1.0.20
2792026-08-25T15:09:20.852Z Downloaded dunce v1.0.5
2802026-08-25T15:09:20.863Z Downloaded constant_time_eq v0.3.1
2812026-08-25T15:09:20.863Z Downloaded foreign-types-shared v0.1.1
2822026-08-25T15:09:20.867Z Downloaded foreign-types v0.3.2
2832026-08-25T15:09:20.868Z Downloaded errno v0.3.14
2842026-08-25T15:09:20.868Z Downloaded convert_case v0.4.0
2852026-08-25T15:09:20.868Z Downloaded gethostname v0.5.0
2862026-08-25T15:09:20.868Z Downloaded futures-macro v0.3.32
2872026-08-25T15:09:20.868Z Downloaded crypto-common v0.1.6
2882026-08-25T15:09:20.871Z Downloaded hubpack_derive v0.1.1
2892026-08-25T15:09:20.871Z Downloaded form_urlencoded v1.2.2
2902026-08-25T15:09:20.875Z Downloaded filetime v0.2.26
2912026-08-25T15:09:20.880Z Downloaded crypto-common v0.2.2
2922026-08-25T15:09:20.880Z Downloaded futures-sink v0.3.32
2932026-08-25T15:09:20.884Z Downloaded foreign-types v0.5.0
2942026-08-25T15:09:20.884Z Downloaded foreign-types-macros v0.2.3
2952026-08-25T15:09:20.885Z Downloaded httpdate v1.0.3
2962026-08-25T15:09:20.889Z Downloaded futures-task v0.3.32
2972026-08-25T15:09:20.890Z Downloaded erased-serde v0.3.31
2982026-08-25T15:09:20.893Z Downloaded futures-io v0.3.32
2992026-08-25T15:09:20.893Z Downloaded ff v0.13.1
3002026-08-25T15:09:20.897Z Downloaded cargo-platform v0.1.9
3012026-08-25T15:09:20.897Z Downloaded hubpack v0.1.2
3022026-08-25T15:09:20.901Z Downloaded hash32 v0.3.1
3032026-08-25T15:09:20.901Z Downloaded git-stub v1.0.0
3042026-08-25T15:09:20.906Z Downloaded crossbeam-utils v0.8.21
3052026-08-25T15:09:20.906Z Downloaded hostname v0.4.2
3062026-08-25T15:09:20.910Z Downloaded hostname v0.3.1
3072026-08-25T15:09:20.913Z Downloaded idna_adapter v1.2.1
3082026-08-25T15:09:20.913Z Downloaded indent_write v2.2.0
3092026-08-25T15:09:20.916Z Downloaded hex v0.4.3
3102026-08-25T15:09:20.917Z Downloaded internet-checksum v0.2.1
3112026-08-25T15:09:20.920Z Downloaded is_ci v1.2.0
3122026-08-25T15:09:20.920Z Downloaded chacha20poly1305 v0.10.1
3132026-08-25T15:09:20.924Z Downloaded is-terminal v0.4.16
3142026-08-25T15:09:20.927Z Downloaded futures-executor v0.3.32
3152026-08-25T15:09:20.927Z Downloaded ident_case v1.0.1
3162026-08-25T15:09:20.931Z Downloaded cpufeatures v0.3.0
3172026-08-25T15:09:20.931Z Downloaded either v1.15.0
3182026-08-25T15:09:20.934Z Downloaded csv-core v0.1.12
3192026-08-25T15:09:20.934Z Downloaded hyper-tls v0.6.0
3202026-08-25T15:09:20.940Z Downloaded arrayvec v0.7.6
3212026-08-25T15:09:20.943Z Downloaded deranged v0.5.3
3222026-08-25T15:09:20.943Z Downloaded cipher v0.4.4
3232026-08-25T15:09:20.943Z Downloaded kstat-rs v0.2.4
3242026-08-25T15:09:20.946Z Downloaded lazy_static v1.5.0
3252026-08-25T15:09:20.950Z Downloaded itoa v1.0.15
3262026-08-25T15:09:20.950Z Downloaded daft v0.1.5
3272026-08-25T15:09:20.953Z Downloaded bit-vec v0.8.0
3282026-08-25T15:09:20.953Z Downloaded libscf-sys v1.2.0
3292026-08-25T15:09:20.956Z Downloaded match_cfg v0.1.0
3302026-08-25T15:09:20.960Z Downloaded macaddr v1.0.1
3312026-08-25T15:09:20.960Z Downloaded lru-cache v0.1.2
3322026-08-25T15:09:20.965Z Downloaded keccak v0.1.6
3332026-08-25T15:09:20.965Z Downloaded is_terminal_polyfill v1.70.1
3342026-08-25T15:09:20.968Z Downloaded critical-section v1.2.0
3352026-08-25T15:09:20.968Z Downloaded managed v0.8.0
3362026-08-25T15:09:20.968Z Downloaded fs_extra v1.3.0
3372026-08-25T15:09:20.972Z Downloaded defmt v1.0.1
3382026-08-25T15:09:20.975Z Downloaded newtype_derive v0.1.6
3392026-08-25T15:09:20.978Z Downloaded newtype-uuid-macros v0.1.0
3402026-08-25T15:09:20.978Z Downloaded memoffset v0.9.1
3412026-08-25T15:09:20.982Z Downloaded memmap v0.7.0
3422026-08-25T15:09:20.982Z Downloaded http-body-util v0.1.3
3432026-08-25T15:09:20.985Z Downloaded dropshot_endpoint v0.17.1
3442026-08-25T15:09:20.988Z Downloaded mime v0.3.17
3452026-08-25T15:09:20.988Z Downloaded cookie v0.18.1
3462026-08-25T15:09:20.992Z Downloaded chacha20 v0.9.1
3472026-08-25T15:09:21.000Z Downloaded darling v0.21.3
3482026-08-25T15:09:21.006Z Downloaded group v0.13.0
3492026-08-25T15:09:21.006Z Downloaded anyhow v1.0.102
3502026-08-25T15:09:21.006Z Downloaded openssl-macros v0.1.1
3512026-08-25T15:09:21.006Z Downloaded num-iter v0.1.45
3522026-08-25T15:09:21.010Z Downloaded openssl-probe v0.1.6
3532026-08-25T15:09:21.011Z Downloaded highway v1.3.0
3542026-08-25T15:09:21.014Z Downloaded opaque-debug v0.3.1
3552026-08-25T15:09:21.015Z Downloaded olpc-cjson v0.1.4
3562026-08-25T15:09:21.015Z Downloaded omicron-workspace-hack v0.1.0
3572026-08-25T15:09:21.018Z Downloaded ipnet v2.11.0
3582026-08-25T15:09:21.018Z Downloaded ipnetwork v0.21.1
3592026-08-25T15:09:21.023Z Downloaded ingot-types v0.1.2
3602026-08-25T15:09:21.023Z Downloaded libloading v0.8.9
3612026-08-25T15:09:21.029Z Downloaded lru-slab v0.1.2
3622026-08-25T15:09:21.029Z Downloaded libsw-core v0.3.2
3632026-08-25T15:09:21.029Z Downloaded percent-encoding v2.3.2
3642026-08-25T15:09:21.029Z Downloaded parse-display v0.10.0
3652026-08-25T15:09:21.033Z Downloaded futures v0.3.32
3662026-08-25T15:09:21.036Z Downloaded drift v0.2.0
3672026-08-25T15:09:21.041Z Downloaded newtype-uuid v1.3.2
3682026-08-25T15:09:21.057Z Downloaded newline-converter v0.3.0
3692026-08-25T15:09:21.057Z Downloaded humantime v2.3.0
3702026-08-25T15:09:21.064Z Downloaded plain v0.2.3
3712026-08-25T15:09:21.064Z Downloaded linked-hash-map v0.5.6
3722026-08-25T15:09:21.064Z Downloaded pretty-hex v0.4.1
3732026-08-25T15:09:21.064Z Downloaded phf_shared v0.12.1
3742026-08-25T15:09:21.064Z Downloaded hybrid-array v0.4.12
3752026-08-25T15:09:21.064Z Downloaded num-rational v0.4.2
3762026-08-25T15:09:21.064Z Downloaded lock_api v0.4.14
3772026-08-25T15:09:21.064Z Downloaded const-oid v0.10.2
3782026-08-25T15:09:21.064Z Downloaded num-complex v0.4.6
3792026-08-25T15:09:21.064Z Downloaded num v0.4.3
3802026-08-25T15:09:21.072Z Downloaded proc-macro-crate v1.3.1
3812026-08-25T15:09:21.072Z Downloaded native-tls v0.2.14
3822026-08-25T15:09:21.076Z Downloaded hyper-rustls v0.27.7
3832026-08-25T15:09:21.076Z Downloaded num_enum v0.5.11
3842026-08-25T15:09:21.076Z Downloaded proc-macro-error-attr2 v2.0.0
3852026-08-25T15:09:21.076Z Downloaded parse-display-derive v0.10.0
3862026-08-25T15:09:21.080Z Downloaded num_enum_derive v0.7.5
3872026-08-25T15:09:21.080Z Downloaded proc-macro-error-attr v1.0.4
3882026-08-25T15:09:21.080Z Downloaded password-hash v0.5.0
3892026-08-25T15:09:21.084Z Downloaded oxide-tokio-rt v0.1.2
3902026-08-25T15:09:21.087Z Downloaded quick-error v1.2.3
3912026-08-25T15:09:21.087Z Downloaded progenitor-client v0.14.0
3922026-08-25T15:09:21.087Z Downloaded ingot-macros v0.1.1
3932026-08-25T15:09:21.091Z Downloaded progenitor-macro v0.11.1
3942026-08-25T15:09:21.091Z Downloaded litemap v0.8.0
3952026-08-25T15:09:21.097Z Downloaded rand_chacha v0.3.1
3962026-08-25T15:09:21.098Z Downloaded progenitor-macro v0.10.0
3972026-08-25T15:09:21.098Z Downloaded ref-cast v1.0.25
3982026-08-25T15:09:21.101Z Downloaded rand_xorshift v0.4.0
3992026-08-25T15:09:21.101Z Downloaded paste v1.0.15
4002026-08-25T15:09:21.104Z Downloaded getrandom v0.3.3
4012026-08-25T15:09:21.118Z Downloaded icu_provider v2.0.0
4022026-08-25T15:09:21.118Z Downloaded memmap2 v0.9.8
4032026-08-25T15:09:21.118Z Downloaded httparse v1.10.1
4042026-08-25T15:09:21.125Z Downloaded pest_generator v2.8.2
4052026-08-25T15:09:21.125Z Downloaded potential_utf v0.1.3
4062026-08-25T15:09:21.126Z Downloaded pin-project-lite v0.2.16
4072026-08-25T15:09:21.126Z Downloaded poly1305 v0.8.0
4082026-08-25T15:09:21.126Z Downloaded rustc_version v0.1.7
4092026-08-25T15:09:21.133Z Downloaded rustc-hash v2.1.1
4102026-08-25T15:09:21.133Z Downloaded phf v0.12.1
4112026-08-25T15:09:21.133Z Downloaded rustc_version v0.4.1
4122026-08-25T15:09:21.133Z Downloaded pin-project-internal v1.1.10
4132026-08-25T15:09:21.133Z Downloaded num_enum v0.7.5
4142026-08-25T15:09:21.137Z Downloaded ref-cast-impl v1.0.25
4152026-08-25T15:09:21.138Z Downloaded darling_core v0.21.3
4162026-08-25T15:09:21.148Z Downloaded pkg-config v0.3.32
4172026-08-25T15:09:21.148Z Downloaded half v2.7.1
4182026-08-25T15:09:21.148Z Downloaded pem v3.0.5
4192026-08-25T15:09:21.154Z Downloaded icu_properties v2.0.1
4202026-08-25T15:09:21.154Z Downloaded same-file v1.0.6
4212026-08-25T15:09:21.154Z Downloaded multer v3.1.0
4222026-08-25T15:09:21.154Z Downloaded scroll_derive v0.12.1
4232026-08-25T15:09:21.154Z Downloaded powerfmt v0.2.0
4242026-08-25T15:09:21.154Z Downloaded search_path v0.1.4
4252026-08-25T15:09:21.158Z Downloaded semver v0.1.20
4262026-08-25T15:09:21.158Z Downloaded scroll_derive v0.13.1
4272026-08-25T15:09:21.158Z Downloaded proc-macro-error v1.0.4
4282026-08-25T15:09:21.162Z Downloaded proc-macro-error2 v2.0.1
4292026-08-25T15:09:21.166Z Downloaded progenitor v0.14.0
4302026-08-25T15:09:21.166Z Downloaded progenitor v0.11.1
4312026-08-25T15:09:21.166Z Downloaded secrecy v0.10.3
4322026-08-25T15:09:21.174Z Downloaded rand_core v0.6.4
4332026-08-25T15:09:21.174Z Downloaded quote v1.0.45
4342026-08-25T15:09:21.174Z Downloaded serde_plain v1.0.2
4352026-08-25T15:09:21.178Z Downloaded icu_normalizer_data v2.0.0
4362026-08-25T15:09:21.179Z Downloaded serde_spanned v0.6.9
4372026-08-25T15:09:21.179Z Downloaded pest_meta v2.8.2
4382026-08-25T15:09:21.179Z Downloaded pest_derive v2.8.2
4392026-08-25T15:09:21.187Z Downloaded heapless v0.8.0
4402026-08-25T15:09:21.187Z Downloaded serde-big-array v0.5.1
4412026-08-25T15:09:21.187Z Downloaded log v0.4.29
4422026-08-25T15:09:21.191Z Downloaded rand_core v0.9.3
4432026-08-25T15:09:21.191Z Downloaded progenitor v0.10.0
4442026-08-25T15:09:21.191Z Downloaded parking_lot_core v0.9.12
4452026-08-25T15:09:21.191Z Downloaded sha1 v0.11.0
4462026-08-25T15:09:21.205Z Downloaded serde_spanned v1.1.1
4472026-08-25T15:09:21.205Z Downloaded sha1 v0.10.6
4482026-08-25T15:09:21.215Z Downloaded serde_urlencoded v0.7.1
4492026-08-25T15:09:21.215Z Downloaded serde_repr v0.1.20
4502026-08-25T15:09:21.215Z Downloaded parking_lot v0.12.5
4512026-08-25T15:09:21.215Z Downloaded hyper-util v0.1.20
4522026-08-25T15:09:21.215Z Downloaded postcard v1.1.3
4532026-08-25T15:09:21.215Z Downloaded resolv-conf v0.7.5
4542026-08-25T15:09:21.215Z Downloaded rustls-pemfile v2.2.0
4552026-08-25T15:09:21.215Z Downloaded siphasher v1.0.1
4562026-08-25T15:09:21.215Z Downloaded sigpipe v0.1.3
4572026-08-25T15:09:21.222Z Downloaded signal-hook-tokio v0.4.0
4582026-08-25T15:09:21.222Z Downloaded dropshot-api-manager v0.7.2
4592026-08-25T15:09:21.222Z Downloaded slog-bunyan v2.5.0
4602026-08-25T15:09:21.228Z Downloaded scroll v0.13.0
4612026-08-25T15:09:21.228Z Downloaded scroll v0.12.0
4622026-08-25T15:09:21.229Z Downloaded rustversion v1.0.22
4632026-08-25T15:09:21.229Z Downloaded rusty-fork v0.3.0
4642026-08-25T15:09:21.235Z Downloaded crypto-bigint v0.5.5
4652026-08-25T15:09:21.235Z Downloaded strum v0.26.3
4662026-08-25T15:09:21.235Z Downloaded stable_deref_trait v1.2.0
4672026-08-25T15:09:21.245Z Downloaded schemars_derive v0.8.22
4682026-08-25T15:09:21.245Z Downloaded icu_locale_core v2.0.0
4692026-08-25T15:09:21.245Z Downloaded strum v0.27.2
4702026-08-25T15:09:21.252Z Downloaded structmeta-derive v0.3.0
4712026-08-25T15:09:21.252Z Downloaded structmeta v0.3.0
4722026-08-25T15:09:21.252Z Downloaded strsim v0.11.1
4732026-08-25T15:09:21.252Z Downloaded rand_chacha v0.9.0
4742026-08-25T15:09:21.252Z Downloaded icu_collections v2.0.0
4752026-08-25T15:09:21.261Z Downloaded quinn-udp v0.5.14
4762026-08-25T15:09:21.261Z Downloaded pin-project v1.1.10
4772026-08-25T15:09:21.261Z Downloaded tabled_derive v0.7.0
4782026-08-25T15:09:21.261Z Downloaded terminal_size v0.4.3
4792026-08-25T15:09:21.270Z Downloaded sync_wrapper v1.0.2
4802026-08-25T15:09:21.270Z Downloaded termtree v0.5.1
4812026-08-25T15:09:21.270Z Downloaded swrite v0.1.0
4822026-08-25T15:09:21.270Z Downloaded hickory-resolver v0.24.4
4832026-08-25T15:09:21.285Z Downloaded cc v1.2.64
4842026-08-25T15:09:21.285Z Downloaded serde_derive_internals v0.29.1
4852026-08-25T15:09:21.285Z Downloaded supports-color v3.0.2
4862026-08-25T15:09:21.285Z Downloaded take_mut v0.2.2
4872026-08-25T15:09:21.285Z Downloaded serde_tokenstream v0.2.3
4882026-08-25T15:09:21.285Z Downloaded tabwriter v1.4.1
4892026-08-25T15:09:21.285Z Downloaded shlex v1.3.0
4902026-08-25T15:09:21.286Z Downloaded tagptr v0.2.0
4912026-08-25T15:09:21.286Z Downloaded miniz_oxide v0.8.9
4922026-08-25T15:09:21.286Z Downloaded subtle v2.6.1
4932026-08-25T15:09:21.290Z Downloaded signal-hook-registry v1.4.6
4942026-08-25T15:09:21.290Z Downloaded strum v0.28.0
4952026-08-25T15:09:21.290Z Downloaded ryu v1.0.20
4962026-08-25T15:09:21.290Z Downloaded slog-term v2.9.2
4972026-08-25T15:09:21.290Z Downloaded num-traits v0.2.19
4982026-08-25T15:09:21.308Z Downloaded thread-id v4.2.2
4992026-08-25T15:09:21.308Z Downloaded slab v0.4.11
5002026-08-25T15:09:21.308Z Downloaded thread-id v5.0.0
5012026-08-25T15:09:21.308Z Downloaded thiserror-impl-no-std v2.0.2
5022026-08-25T15:09:21.326Z Downloaded shlex v2.0.1
5032026-08-25T15:09:21.326Z Downloaded serde_path_to_error v0.1.20
5042026-08-25T15:09:21.326Z Downloaded slog-dtrace v0.3.0
5052026-08-25T15:09:21.327Z Downloaded hickory-resolver v0.25.2
5062026-08-25T15:09:21.327Z Downloaded slog-json v2.6.1
5072026-08-25T15:09:21.327Z Downloaded snafu-derive v0.8.9
5082026-08-25T15:09:21.327Z Downloaded smawk v0.3.2
5092026-08-25T15:09:21.327Z Downloaded tokio-macros v2.7.0
5102026-08-25T15:09:21.327Z Downloaded semver v1.0.28
5112026-08-25T15:09:21.327Z Downloaded time-core v0.1.8
5122026-08-25T15:09:21.327Z Downloaded tinyvec_macros v0.1.1
5132026-08-25T15:09:21.327Z Downloaded static_assertions v1.1.0
5142026-08-25T15:09:21.327Z Downloaded slog-async v2.8.0
5152026-08-25T15:09:21.327Z Downloaded proc-macro2 v1.0.106
5162026-08-25T15:09:21.341Z Downloaded papergrid v0.18.0
5172026-08-25T15:09:21.341Z Downloaded openssl-sys v0.9.117
5182026-08-25T15:09:21.341Z Downloaded jiff-static v0.2.15
5192026-08-25T15:09:21.341Z Downloaded icu_normalizer v2.0.0
5202026-08-25T15:09:21.341Z Downloaded serde_with_macros v3.14.1
5212026-08-25T15:09:21.341Z Downloaded progenitor-impl v0.14.0
5222026-08-25T15:09:21.341Z Downloaded progenitor-impl v0.11.1
5232026-08-25T15:09:21.341Z Downloaded toml_datetime v0.6.11
5242026-08-25T15:09:21.351Z Downloaded papergrid v0.11.0
5252026-08-25T15:09:21.351Z Downloaded strum_macros v0.28.0
5262026-08-25T15:09:21.351Z Downloaded signal-hook v0.4.4
5272026-08-25T15:09:21.351Z Downloaded hashbrown v0.12.3
5282026-08-25T15:09:21.351Z Downloaded http v1.4.2
5292026-08-25T15:09:21.371Z Downloaded curl v0.4.50
5302026-08-25T15:09:21.371Z Downloaded testing_table v0.3.0
5312026-08-25T15:09:21.371Z Downloaded thiserror v2.0.18
5322026-08-25T15:09:21.371Z Downloaded tower-service v0.3.3
5332026-08-25T15:09:21.371Z Downloaded toml_write v0.1.2
5342026-08-25T15:09:21.398Z Downloaded minimal-lexical v0.2.1
5352026-08-25T15:09:21.398Z Downloaded tower-layer v0.3.3
5362026-08-25T15:09:21.398Z Downloaded thiserror-impl v2.0.18
5372026-08-25T15:09:21.398Z Downloaded thiserror v1.0.69
5382026-08-25T15:09:21.398Z Downloaded typify-macro v0.6.2
5392026-08-25T15:09:21.398Z Downloaded typify-macro v0.4.3
5402026-08-25T15:09:21.398Z Downloaded thiserror-no-std v2.0.2
5412026-08-25T15:09:21.398Z Downloaded thread_local v1.1.9
5422026-08-25T15:09:21.398Z Downloaded thiserror-impl v1.0.69
5432026-08-25T15:09:21.398Z Downloaded synstructure v0.13.2
5442026-08-25T15:09:21.399Z Downloaded smf v0.2.3
5452026-08-25T15:09:21.399Z Downloaded try-lock v0.2.5
5462026-08-25T15:09:21.399Z Downloaded progenitor-impl v0.10.0
5472026-08-25T15:09:21.399Z Downloaded sha2 v0.10.9
5482026-08-25T15:09:21.399Z Downloaded smallvec v1.15.1
5492026-08-25T15:09:21.399Z Downloaded tokio-dtrace v0.1.1
5502026-08-25T15:09:21.399Z Downloaded untrusted v0.9.0
5512026-08-25T15:09:21.399Z Downloaded tinystr v0.8.1
5522026-08-25T15:09:21.399Z Downloaded unicode-linebreak v0.1.5
5532026-08-25T15:09:21.399Z Downloaded unarray v0.1.4
5542026-08-25T15:09:21.399Z Downloaded tokio-native-tls v0.3.1
5552026-08-25T15:09:21.874Z Downloaded universal-hash v0.5.1
5562026-08-25T15:09:21.875Z Downloaded unicode-xid v0.2.6
5572026-08-25T15:09:21.875Z Downloaded mio v1.2.1
5582026-08-25T15:09:21.875Z Downloaded memchr v2.7.5
5592026-08-25T15:09:21.875Z Downloaded rayon-core v1.13.0
5602026-08-25T15:09:21.875Z Downloaded tokio-rustls v0.25.0
5612026-08-25T15:09:21.875Z Downloaded topological-sort v0.2.2
5622026-08-25T15:09:21.875Z Downloaded serde_core v1.0.228
5632026-08-25T15:09:21.875Z Downloaded flate2 v1.1.2
5642026-08-25T15:09:21.875Z Downloaded usdt-attr-macro v0.5.0
5652026-08-25T15:09:21.875Z Downloaded usdt v0.5.0
5662026-08-25T15:09:21.875Z Downloaded utf8parse v0.2.2
5672026-08-25T15:09:21.875Z Downloaded usdt-attr-macro v0.6.0
5682026-08-25T15:09:21.875Z Downloaded utf8_iter v1.0.4
5692026-08-25T15:09:21.875Z Downloaded usdt-macro v0.6.0
5702026-08-25T15:09:21.875Z Downloaded usdt-macro v0.5.0
5712026-08-25T15:09:21.875Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5722026-08-25T15:09:21.875Z Downloaded strum_macros v0.26.4
5732026-08-25T15:09:21.875Z Downloaded indexmap v2.14.0
5742026-08-25T15:09:21.875Z Downloaded usdt v0.6.0
5752026-08-25T15:09:21.875Z Downloaded untrusted v0.7.1
5762026-08-25T15:09:21.876Z Downloaded strum_macros v0.27.2
5772026-08-25T15:09:21.876Z Downloaded toml_datetime v1.1.1+spec-1.1.0
5782026-08-25T15:09:21.876Z Downloaded expectorate v1.2.0
5792026-08-25T15:09:21.876Z Downloaded owo-colors v4.3.0
5802026-08-25T15:09:21.876Z Downloaded version_check v0.9.5
5812026-08-25T15:09:21.876Z Downloaded prettyplease v0.2.37
5822026-08-25T15:09:21.876Z Downloaded term v1.2.0
5832026-08-25T15:09:21.876Z Downloaded want v0.3.1
5842026-08-25T15:09:21.876Z Downloaded waitgroup v0.1.2
5852026-08-25T15:09:21.876Z Downloaded similar v2.7.0
5862026-08-25T15:09:21.876Z Downloaded wait-timeout v0.2.1
5872026-08-25T15:09:21.876Z Downloaded rustls-pki-types v1.12.0
5882026-08-25T15:09:21.876Z Downloaded socket2 v0.5.10
5892026-08-25T15:09:21.876Z Downloaded toml_writer v1.1.1+spec-1.1.0
5902026-08-25T15:09:21.884Z Downloaded schemars v0.8.22
5912026-08-25T15:09:21.884Z Downloaded time-macros v0.2.27
5922026-08-25T15:09:21.884Z Downloaded spin v0.9.8
5932026-08-25T15:09:21.884Z Downloaded socket2 v0.6.4
5942026-08-25T15:09:21.884Z Downloaded slog v2.8.2
5952026-08-25T15:09:21.884Z Downloaded quinn v0.11.9
5962026-08-25T15:09:21.884Z Downloaded zerofrom v0.1.6
5972026-08-25T15:09:21.885Z Downloaded yoke-derive v0.8.0
5982026-08-25T15:09:21.885Z Downloaded indexmap v1.9.3
5992026-08-25T15:09:21.885Z Downloaded scuffle v0.1.0
6002026-08-25T15:09:21.885Z Downloaded rand v0.8.5
6012026-08-25T15:09:21.885Z Downloaded nom v7.1.3
6022026-08-25T15:09:21.885Z Downloaded scopeguard v1.2.0
6032026-08-25T15:09:21.885Z Downloaded once_cell v1.21.3
6042026-08-25T15:09:21.885Z Downloaded tokio-stream v0.1.17
6052026-08-25T15:09:21.885Z Downloaded toml v0.8.23
6062026-08-25T15:09:21.885Z Downloaded zone_cfg_derive v0.3.1
6072026-08-25T15:09:21.885Z Downloaded usdt-impl v0.6.0
6082026-08-25T15:09:21.885Z Downloaded usdt-impl v0.5.0
6092026-08-25T15:09:21.885Z Downloaded zeroize_derive v1.4.3
6102026-08-25T15:09:21.885Z Downloaded serde_yaml v0.9.34+deprecated
6112026-08-25T15:09:21.885Z Downloaded zone v0.3.1
6122026-08-25T15:09:21.885Z Downloaded serde_derive v1.0.228
6132026-08-25T15:09:21.885Z Downloaded omicron-zone-package v0.12.2
6142026-08-25T15:09:21.885Z Downloaded iana-time-zone v0.1.64
6152026-08-25T15:09:21.885Z Downloaded ppv-lite86 v0.2.21
6162026-08-25T15:09:21.885Z Downloaded getrandom v0.4.2
6172026-08-25T15:09:21.885Z Downloaded tempfile v3.27.0
6182026-08-25T15:09:21.885Z Downloaded crossbeam-channel v0.5.15
6192026-08-25T15:09:21.886Z Downloaded toml_parser v1.1.2+spec-1.1.0
6202026-08-25T15:09:21.886Z Downloaded walkdir v2.5.0
6212026-08-25T15:09:21.886Z Downloaded textwrap v0.16.2
6222026-08-25T15:09:21.886Z Downloaded test-strategy v0.4.3
6232026-08-25T15:09:21.886Z Downloaded vsss-rs v3.3.4
6242026-08-25T15:09:21.886Z Downloaded hmac v0.12.1
6252026-08-25T15:09:21.886Z Downloaded clap v4.6.1
6262026-08-25T15:09:21.886Z Downloaded snafu v0.8.9
6272026-08-25T15:09:21.886Z Downloaded ucd-trie v0.1.7
6282026-08-25T15:09:21.886Z Downloaded tinyvec v1.10.0
6292026-08-25T15:09:21.886Z Downloaded serde v1.0.228
6302026-08-25T15:09:21.886Z Downloaded writeable v0.6.1
6312026-08-25T15:09:21.886Z Downloaded xattr v1.6.1
6322026-08-25T15:09:21.886Z Downloaded zerovec-derive v0.11.1
6332026-08-25T15:09:21.886Z Downloaded tokio-rustls v0.26.4
6342026-08-25T15:09:21.886Z Downloaded zmij v1.0.17
6352026-08-25T15:09:21.886Z Downloaded yoke v0.8.0
6362026-08-25T15:09:21.886Z Downloaded rand v0.9.3
6372026-08-25T15:09:21.886Z Downloaded schemars v1.2.0
6382026-08-25T15:09:21.886Z Downloaded zerofrom-derive v0.1.6
6392026-08-25T15:09:21.886Z Downloaded toml v1.1.2+spec-1.1.0
6402026-08-25T15:09:21.887Z Downloaded zeroize v1.8.1
6412026-08-25T15:09:21.887Z Downloaded toml v0.9.12+spec-1.1.0
6422026-08-25T15:09:21.887Z Downloaded toml v0.7.8
6432026-08-25T15:09:21.887Z Downloaded schemars v0.9.0
6442026-08-25T15:09:21.887Z Downloaded tar v0.4.45
6452026-08-25T15:09:21.887Z Downloaded iri-string v0.7.8
6462026-08-25T15:09:21.887Z Downloaded hashbrown v0.15.5
6472026-08-25T15:09:21.887Z Downloaded whoami v1.6.1
6482026-08-25T15:09:21.887Z Downloaded tracing-attributes v0.1.30
6492026-08-25T15:09:21.887Z Downloaded rustls-webpki v0.103.6
6502026-08-25T15:09:21.887Z Downloaded typify v0.6.2
6512026-08-25T15:09:21.887Z Downloaded steno v0.4.1
6522026-08-25T15:09:21.887Z Downloaded typify v0.4.3
6532026-08-25T15:09:21.887Z Downloaded progenitor-macro v0.14.0
6542026-08-25T15:09:21.887Z Downloaded qorb v0.4.1
6552026-08-25T15:09:21.887Z Downloaded itertools v0.12.1
6562026-08-25T15:09:21.887Z Downloaded idna v1.1.0
6572026-08-25T15:09:21.887Z Downloaded unsafe-libyaml v0.2.11
6582026-08-25T15:09:21.887Z Downloaded icu_properties_data v2.0.1
6592026-08-25T15:09:21.887Z Downloaded pest v2.8.2
6602026-08-25T15:09:21.887Z Downloaded progenitor-client v0.11.1
6612026-08-25T15:09:21.887Z Downloaded progenitor-client v0.10.0
6622026-08-25T15:09:21.887Z Downloaded oxnet v0.1.6
6632026-08-25T15:09:21.888Z Downloaded num-integer v0.1.46
6642026-08-25T15:09:21.888Z Downloaded base64 v0.22.1
6652026-08-25T15:09:21.888Z Downloaded linear-map v1.2.0
6662026-08-25T15:09:21.888Z Downloaded libsw v3.5.0
6672026-08-25T15:09:21.888Z Downloaded colored v3.1.1
6682026-08-25T15:09:21.888Z Downloaded uuid v1.23.3
6692026-08-25T15:09:21.888Z Downloaded vergen v8.3.2
6702026-08-25T15:09:21.888Z Downloaded toml_edit v0.22.27
6712026-08-25T15:09:21.888Z Downloaded itertools v0.15.0
6722026-08-25T15:09:21.888Z Downloaded tracing-core v0.1.34
6732026-08-25T15:09:21.889Z Downloaded iddqd v0.3.18
6742026-08-25T15:09:21.889Z Downloaded unicode-ident v1.0.24
6752026-08-25T15:09:21.889Z Downloaded clap_builder v4.6.0
6762026-08-25T15:09:21.889Z Downloaded libm v0.2.15
6772026-08-25T15:09:21.889Z Downloaded hyper v1.10.1
6782026-08-25T15:09:21.889Z Downloaded zerocopy-derive v0.7.35
6792026-08-25T15:09:21.889Z Downloaded hashbrown v0.16.1
6802026-08-25T15:09:21.889Z Downloaded hashbrown v0.17.1
6812026-08-25T15:09:21.889Z Downloaded futures-util v0.3.32
6822026-08-25T15:09:21.889Z Downloaded hkdf v0.12.4
6832026-08-25T15:09:21.889Z Downloaded blake3 v1.8.2
6842026-08-25T15:09:21.889Z Downloaded jobserver v0.1.34
6852026-08-25T15:09:21.889Z Downloaded ingot v0.1.1
6862026-08-25T15:09:21.889Z Downloaded globset v0.4.16
6872026-08-25T15:09:21.890Z Downloaded futures-channel v0.3.32
6882026-08-25T15:09:21.890Z Downloaded num-conv v0.2.1
6892026-08-25T15:09:21.890Z Downloaded cancel-safe-futures v0.1.5
6902026-08-25T15:09:21.919Z Downloaded url v2.5.7
6912026-08-25T15:09:21.919Z Downloaded num_threads v0.1.7
6922026-08-25T15:09:21.919Z Downloaded num_enum_derive v0.5.11
6932026-08-25T15:09:21.919Z Downloaded num-derive v0.4.2
6942026-08-25T15:09:21.919Z Downloaded bitflags v1.3.2
6952026-08-25T15:09:21.919Z Downloaded glob v0.3.3
6962026-08-25T15:09:21.919Z Downloaded crossbeam-epoch v0.9.18
6972026-08-25T15:09:21.919Z Downloaded crossbeam-deque v0.8.6
6982026-08-25T15:09:21.919Z Downloaded crc32fast v1.5.0
6992026-08-25T15:09:21.919Z Downloaded console v0.15.11
7002026-08-25T15:09:21.919Z Downloaded zerotrie v0.2.2
7012026-08-25T15:09:21.919Z Downloaded cmake v0.1.54
7022026-08-25T15:09:21.920Z Downloaded clang-sys v1.8.1
7032026-08-25T15:09:21.920Z Downloaded ciborium v0.2.2
7042026-08-25T15:09:21.920Z Downloaded bitflags v2.11.1
7052026-08-25T15:09:21.920Z Downloaded tracing v0.1.41
7062026-08-25T15:09:21.920Z Downloaded tower v0.5.2
7072026-08-25T15:09:21.920Z Downloaded itertools v0.14.0
7082026-08-25T15:09:21.920Z Downloaded goblin v0.8.2
7092026-08-25T15:09:21.920Z Downloaded getrandom v0.2.16
7102026-08-25T15:09:21.920Z Downloaded zerocopy-derive v0.8.27
7112026-08-25T15:09:21.920Z Downloaded daft-derive v0.1.5
7122026-08-25T15:09:21.920Z Downloaded toml_edit v0.19.15
7132026-08-25T15:09:21.920Z Downloaded typenum v1.20.1
7142026-08-25T15:09:21.920Z Downloaded aho-corasick v1.1.3
7152026-08-25T15:09:21.920Z Downloaded reqwest v0.12.23
7162026-08-25T15:09:21.920Z Downloaded regex v1.12.4
7172026-08-25T15:09:21.920Z Downloaded typed-path v0.9.3
7182026-08-25T15:09:21.920Z Downloaded iddqd v0.4.5
7192026-08-25T15:09:21.920Z Downloaded unicode-segmentation v1.12.0
7202026-08-25T15:09:21.920Z Downloaded tokio-util v0.7.16
7212026-08-25T15:09:21.921Z Downloaded fs-err v3.1.2
7222026-08-25T15:09:21.921Z Downloaded aws-lc-rs v1.16.2
7232026-08-25T15:09:21.921Z Downloaded foldhash v0.2.0
7242026-08-25T15:09:21.921Z Downloaded camino v1.2.3
7252026-08-25T15:09:21.921Z Downloaded blake2 v0.10.6
7262026-08-25T15:09:21.921Z Downloaded heck v0.4.1
7272026-08-25T15:09:21.921Z Downloaded foldhash v0.1.5
7282026-08-25T15:09:21.921Z Downloaded derive-ex v0.1.8
7292026-08-25T15:09:21.922Z Downloaded bytecount v0.6.9
7302026-08-25T15:09:21.922Z Downloaded reqwest v0.13.2
7312026-08-25T15:09:21.922Z Downloaded defmt-macros v1.0.1
7322026-08-25T15:09:21.922Z Downloaded find-msvc-tools v0.1.9
7332026-08-25T15:09:21.922Z Downloaded cargo_metadata v0.18.1
7342026-08-25T15:09:21.922Z Downloaded unicode-normalization v0.1.24
7352026-08-25T15:09:21.922Z Downloaded bcs v0.1.6
7362026-08-25T15:09:21.922Z Downloaded backoff v0.4.0
7372026-08-25T15:09:21.922Z Downloaded autocfg v1.5.0
7382026-08-25T15:09:21.922Z Downloaded serde_json v1.0.150
7392026-08-25T15:09:21.922Z Downloaded tough v0.20.0
7402026-08-25T15:09:21.922Z Downloaded instant v0.1.13
7412026-08-25T15:09:21.922Z Downloaded inout v0.1.4
7422026-08-25T15:09:21.922Z Downloaded atomic-waker v1.1.2
7432026-08-25T15:09:21.923Z Downloaded clap_derive v4.6.1
7442026-08-25T15:09:21.923Z Downloaded cexpr v0.6.0
7452026-08-25T15:09:21.923Z Downloaded bit-set v0.8.0
7462026-08-25T15:09:21.923Z Downloaded portable-atomic v1.11.1
7472026-08-25T15:09:21.923Z Downloaded anstyle-parse v1.0.0
7482026-08-25T15:09:21.923Z Downloaded http-body v1.0.1
7492026-08-25T15:09:21.923Z Downloaded compression-codecs v0.4.32
7502026-08-25T15:09:21.923Z Downloaded serde_with v3.14.1
7512026-08-25T15:09:21.923Z Downloaded zerovec v0.11.4
7522026-08-25T15:09:21.924Z Downloaded tower-http v0.6.8
7532026-08-25T15:09:21.924Z Downloaded rayon v1.11.0
7542026-08-25T15:09:21.924Z Downloaded rustls-webpki v0.102.8
7552026-08-25T15:09:21.924Z Downloaded proptest v1.8.0
7562026-08-25T15:09:21.924Z Downloaded git2 v0.19.0
7572026-08-25T15:09:21.924Z Downloaded chrono v0.4.45
7582026-08-25T15:09:21.924Z Downloaded zerocopy v0.7.35
7592026-08-25T15:09:21.924Z Downloaded winnow v0.5.40
7602026-08-25T15:09:21.924Z Downloaded byteorder v1.5.0
7612026-08-25T15:09:21.924Z Downloaded block-buffer v0.12.0
7622026-08-25T15:09:21.924Z Downloaded argon2 v0.5.3
7632026-08-25T15:09:21.924Z Downloaded anstyle-query v1.1.4
7642026-08-25T15:09:21.924Z Downloaded debug-ignore v1.0.5
7652026-08-25T15:09:21.924Z Downloaded crucible-workspace-hack v0.1.0
7662026-08-25T15:09:21.924Z Downloaded cpufeatures v0.2.17
7672026-08-25T15:09:21.924Z Downloaded goblin v0.10.1
7682026-08-25T15:09:21.924Z Downloaded cobs v0.3.0
7692026-08-25T15:09:21.924Z Downloaded atomicwrites v0.4.4
7702026-08-25T15:09:21.924Z Downloaded fixedbitset v0.4.2
7712026-08-25T15:09:21.924Z Downloaded quinn-proto v0.11.14
7722026-08-25T15:09:21.925Z Downloaded curve25519-dalek-derive v0.1.1
7732026-08-25T15:09:21.925Z Downloaded compression-core v0.4.32
7742026-08-25T15:09:21.925Z Downloaded cfg_aliases v0.2.1
7752026-08-25T15:09:21.925Z Downloaded curve25519-dalek v4.1.3
7762026-08-25T15:09:21.925Z Downloaded dropshot v0.17.1
7772026-08-25T15:09:21.925Z Downloaded winnow v1.0.3
7782026-08-25T15:09:21.925Z Downloaded moka v0.12.11
7792026-08-25T15:09:21.925Z Downloaded winnow v0.7.14
7802026-08-25T15:09:21.925Z Downloaded tabled v0.21.0
7812026-08-25T15:09:21.925Z Downloaded vcpkg v0.2.15
7822026-08-25T15:09:21.946Z Downloaded dropshot v0.16.7
7832026-08-25T15:09:21.964Z Downloaded syn v1.0.109
7842026-08-25T15:09:21.965Z Downloaded time v0.3.47
7852026-08-25T15:09:21.965Z Downloaded tabled v0.15.0
7862026-08-25T15:09:21.965Z Downloaded nix v0.31.3
7872026-08-25T15:09:21.993Z Downloaded webpki-roots v1.0.2
7882026-08-25T15:09:21.993Z Downloaded bstr v1.12.0
7892026-08-25T15:09:22.016Z Downloaded smoltcp v0.11.0
7902026-08-25T15:09:22.016Z Downloaded zerocopy v0.8.27
7912026-08-25T15:09:22.016Z Downloaded regress v0.10.5
7922026-08-25T15:09:22.016Z Downloaded regex-syntax v0.8.11
7932026-08-25T15:09:22.016Z Downloaded rustls v0.22.4
7942026-08-25T15:09:22.016Z Downloaded rustix v0.38.44
7952026-08-25T15:09:22.027Z Downloaded openapiv3 v2.2.0
7962026-08-25T15:09:22.040Z Downloaded rustls v0.23.40
7972026-08-25T15:09:22.040Z Downloaded regress v0.11.1
7982026-08-25T15:09:22.040Z Downloaded hickory-proto v0.25.2
7992026-08-25T15:09:22.044Z Downloaded hickory-proto v0.24.4
8002026-08-25T15:09:22.050Z Downloaded nix v0.30.1
8012026-08-25T15:09:22.057Z Downloaded rustix v1.1.4
8022026-08-25T15:09:22.088Z Downloaded unicode-width v0.2.1
8032026-08-25T15:09:22.096Z Downloaded unicode-width v0.1.14
8042026-08-25T15:09:22.096Z Downloaded syn v2.0.118
8052026-08-25T15:09:22.096Z Downloaded openssl v0.10.81
8062026-08-25T15:09:22.096Z Downloaded crc8 v0.1.1
8072026-08-25T15:09:22.096Z Downloaded ciborium-io v0.2.2
8082026-08-25T15:09:22.096Z Downloaded foreign-types-shared v0.3.1
8092026-08-25T15:09:22.096Z Downloaded fixedbitset v0.5.7
8102026-08-25T15:09:22.096Z Downloaded embedded-io v0.6.1
8112026-08-25T15:09:22.096Z Downloaded typify-impl v0.6.2
8122026-08-25T15:09:22.102Z Downloaded darling_macro v0.21.3
8132026-08-25T15:09:22.102Z Downloaded arrayref v0.3.9
8142026-08-25T15:09:22.102Z Downloaded fnv v1.0.7
8152026-08-25T15:09:22.108Z Downloaded float-ord v0.3.2
8162026-08-25T15:09:22.108Z Downloaded dtrace-parser v0.2.0
8172026-08-25T15:09:22.108Z Downloaded allocator-api2 v0.2.21
8182026-08-25T15:09:22.108Z Downloaded anstyle v1.0.14
8192026-08-25T15:09:22.108Z Downloaded dtrace-parser v0.3.0
8202026-08-25T15:09:22.108Z Downloaded dropshot-api-manager-types v0.7.2
8212026-08-25T15:09:22.108Z Downloaded dof v0.3.0
8222026-08-25T15:09:22.108Z Downloaded async-stream v0.3.6
8232026-08-25T15:09:22.109Z Downloaded aead v0.5.2
8242026-08-25T15:09:22.109Z Downloaded equivalent v1.0.2
8252026-08-25T15:09:22.115Z Downloaded typify-impl v0.4.3
8262026-08-25T15:09:22.127Z Downloaded cstr-argument v0.1.2
8272026-08-25T15:09:22.127Z Downloaded cfg-if v1.0.4
8282026-08-25T15:09:22.127Z Downloaded base16ct v0.2.0
8292026-08-25T15:09:22.127Z Downloaded anstream v1.0.0
8302026-08-25T15:09:22.127Z Downloaded camino-tempfile v1.4.1
8312026-08-25T15:09:22.128Z Downloaded block-buffer v0.10.4
8322026-08-25T15:09:22.128Z Downloaded generic-array v0.14.7
8332026-08-25T15:09:22.128Z Downloaded derive-where v1.6.0
8342026-08-25T15:09:22.128Z Downloaded const_format_proc_macros v0.2.34
8352026-08-25T15:09:22.128Z Downloaded bytes v1.12.0
8362026-08-25T15:09:22.128Z Downloaded bindgen v0.72.1
8372026-08-25T15:09:22.141Z Downloaded base64ct v1.8.0
8382026-08-25T15:09:22.141Z Downloaded digest v0.10.7
8392026-08-25T15:09:22.146Z Downloaded enum-as-inner v0.6.1
8402026-08-25T15:09:22.146Z Downloaded embedded-io v0.4.0
8412026-08-25T15:09:22.146Z Downloaded dof v0.4.0
8422026-08-25T15:09:22.146Z Downloaded chrono-tz v0.10.4
8432026-08-25T15:09:22.165Z Downloaded regex-automata v0.4.13
8442026-08-25T15:09:22.169Z Downloaded petgraph v0.8.2
8452026-08-25T15:09:22.180Z Downloaded libc v0.2.186
8462026-08-25T15:09:22.202Z Downloaded csv v1.4.0
8472026-08-25T15:09:22.210Z Downloaded petgraph v0.6.5
8482026-08-25T15:09:22.217Z Downloaded jiff v0.2.15
8492026-08-25T15:09:22.243Z Downloaded sha3 v0.10.8
8502026-08-25T15:09:22.258Z Downloaded libz-sys v1.1.22
8512026-08-25T15:09:22.294Z Downloaded tokio v1.52.3
8522026-08-25T15:09:22.354Z Downloaded curl-sys v0.4.89+curl-8.20.0
8532026-08-25T15:09:22.393Z Downloaded encoding_rs v0.8.35
8542026-08-25T15:09:22.414Z Downloaded ring v0.17.14
8552026-08-25T15:09:22.440Z Downloaded libgit2-sys v0.17.0+1.8.1
8562026-08-25T15:09:22.850Z Downloaded aws-lc-sys v0.39.1
8572026-08-25T15:09:23.175Z Compiling proc-macro2 v1.0.106
8582026-08-25T15:09:23.175Z Compiling quote v1.0.45
8592026-08-25T15:09:23.175Z Compiling unicode-ident v1.0.24
8602026-08-25T15:09:23.181Z Compiling serde_core v1.0.228
8612026-08-25T15:09:23.181Z Compiling serde v1.0.228
8622026-08-25T15:09:23.181Z Compiling libc v0.2.186
8632026-08-25T15:09:23.181Z Checking cfg-if v1.0.4
8642026-08-25T15:09:23.427Z Compiling zmij v1.0.17
8652026-08-25T15:09:23.490Z Compiling autocfg v1.5.0
8662026-08-25T15:09:23.776Z Compiling memchr v2.7.5
8672026-08-25T15:09:23.789Z Compiling libm v0.2.15
8682026-08-25T15:09:24.112Z Compiling getrandom v0.4.2
8692026-08-25T15:09:24.190Z Compiling jobserver v0.1.34
8702026-08-25T15:09:24.245Z Compiling shlex v2.0.1
8712026-08-25T15:09:24.261Z Compiling find-msvc-tools v0.1.9
8722026-08-25T15:09:24.338Z Compiling version_check v0.9.5
8732026-08-25T15:09:24.388Z Compiling thiserror v2.0.18
8742026-08-25T15:09:24.484Z Compiling cc v1.2.64
8752026-08-25T15:09:24.508Z Checking smallvec v1.15.1
8762026-08-25T15:09:24.598Z Compiling syn v2.0.118
8772026-08-25T15:09:24.613Z Checking itoa v1.0.15
8782026-08-25T15:09:24.663Z Compiling icu_properties_data v2.0.1
8792026-08-25T15:09:24.730Z Compiling icu_normalizer_data v2.0.0
8802026-08-25T15:09:24.804Z Compiling parking_lot_core v0.9.12
8812026-08-25T15:09:24.908Z Checking stable_deref_trait v1.2.0
8822026-08-25T15:09:24.921Z Compiling serde_json v1.0.150
8832026-08-25T15:09:25.162Z Compiling heck v0.5.0
8842026-08-25T15:09:25.168Z Checking writeable v0.6.1
8852026-08-25T15:09:25.227Z Checking litemap v0.8.0
8862026-08-25T15:09:25.333Z Compiling num-traits v0.2.19
8872026-08-25T15:09:25.337Z Checking percent-encoding v2.3.2
8882026-08-25T15:09:25.607Z Checking form_urlencoded v1.2.2
8892026-08-25T15:09:25.717Z Checking utf8_iter v1.0.4
8902026-08-25T15:09:25.733Z Compiling zerocopy v0.8.27
8912026-08-25T15:09:25.741Z Checking pin-project-lite v0.2.16
8922026-08-25T15:09:25.754Z Compiling log v0.4.29
8932026-08-25T15:09:25.828Z Compiling equivalent v1.0.2
8942026-08-25T15:09:25.841Z Compiling semver v1.0.28
8952026-08-25T15:09:25.856Z Checking iana-time-zone v0.1.64
8962026-08-25T15:09:25.913Z Compiling rustversion v1.0.22
8972026-08-25T15:09:25.926Z Checking getrandom v0.2.16
8982026-08-25T15:09:25.951Z Checking socket2 v0.6.4
8992026-08-25T15:09:26.060Z Checking uuid v1.23.3
9002026-08-25T15:09:26.122Z Checking scopeguard v1.2.0
9012026-08-25T15:09:26.221Z Checking lock_api v0.4.14
9022026-08-25T15:09:26.352Z Checking bitflags v2.11.1
9032026-08-25T15:09:26.399Z Checking signal-hook-registry v1.4.6
9042026-08-25T15:09:26.485Z Checking mio v1.2.1
9052026-08-25T15:09:26.515Z Checking parking_lot v0.12.5
9062026-08-25T15:09:26.620Z Compiling schemars v0.8.22
9072026-08-25T15:09:26.624Z Checking dyn-clone v1.0.20
9082026-08-25T15:09:26.697Z Compiling portable-atomic v1.11.1
9092026-08-25T15:09:26.757Z Checking futures-core v0.3.32
9102026-08-25T15:09:26.877Z Compiling ring v0.17.14
9112026-08-25T15:09:26.880Z Checking critical-section v1.2.0
9122026-08-25T15:09:26.902Z Compiling hashbrown v0.17.1
9132026-08-25T15:09:26.927Z Compiling httparse v1.10.1
9142026-08-25T15:09:27.162Z Checking subtle v2.6.1
9152026-08-25T15:09:27.296Z Compiling regex-syntax v0.8.11
9162026-08-25T15:09:27.316Z Checking futures-sink v0.3.32
9172026-08-25T15:09:27.414Z Compiling synstructure v0.13.2
9182026-08-25T15:09:27.460Z Compiling serde_derive_internals v0.29.1
9192026-08-25T15:09:27.648Z Checking once_cell v1.21.3
9202026-08-25T15:09:27.742Z Compiling indexmap v2.14.0
9212026-08-25T15:09:27.932Z Checking slab v0.4.11
9222026-08-25T15:09:27.966Z Compiling aho-corasick v1.1.3
9232026-08-25T15:09:28.024Z Compiling rustix v1.1.4
9242026-08-25T15:09:28.090Z Compiling thiserror v1.0.69
9252026-08-25T15:09:28.240Z Checking rand_core v0.6.4
9262026-08-25T15:09:28.394Z Checking typenum v1.20.1
9272026-08-25T15:09:28.582Z Checking futures-channel v0.3.32
9282026-08-25T15:09:28.602Z Compiling ucd-trie v0.1.7
9292026-08-25T15:09:28.692Z Compiling serde_derive v1.0.228
9302026-08-25T15:09:28.772Z Compiling zerofrom-derive v0.1.6
9312026-08-25T15:09:28.823Z Compiling yoke-derive v0.8.0
9322026-08-25T15:09:28.886Z Compiling zerovec-derive v0.11.1
9332026-08-25T15:09:29.167Z Compiling displaydoc v0.2.5
9342026-08-25T15:09:29.426Z Compiling thiserror-impl v2.0.18
9352026-08-25T15:09:29.426Z Compiling schemars_derive v0.8.22
9362026-08-25T15:09:29.855Z Compiling tokio-macros v2.7.0
9372026-08-25T15:09:29.922Z Compiling zerocopy-derive v0.8.27
9382026-08-25T15:09:29.978Z Compiling futures-macro v0.3.32
9392026-08-25T15:09:29.992Z Checking zerofrom v0.1.6
9402026-08-25T15:09:30.112Z Checking yoke v0.8.0
9412026-08-25T15:09:30.286Z Checking zerovec v0.11.4
9422026-08-25T15:09:30.563Z Checking zerotrie v0.2.2
9432026-08-25T15:09:30.618Z Compiling zeroize_derive v1.4.3
9442026-08-25T15:09:30.769Z Compiling regex-automata v0.4.13
9452026-08-25T15:09:30.796Z Compiling thiserror-impl v1.0.69
9462026-08-25T15:09:30.982Z Checking tinystr v0.8.1
9472026-08-25T15:09:31.156Z Checking potential_utf v0.1.3
9482026-08-25T15:09:31.201Z Checking icu_locale_core v2.0.0
9492026-08-25T15:09:31.280Z Checking zeroize v1.8.1
9502026-08-25T15:09:31.285Z Checking icu_collections v2.0.0
9512026-08-25T15:09:31.614Z Compiling pest v2.8.2
9522026-08-25T15:09:31.685Z Checking icu_provider v2.0.0
9532026-08-25T15:09:31.788Z Checking futures-io v0.3.32
9542026-08-25T15:09:31.832Z Checking bytes v1.12.0
9552026-08-25T15:09:31.930Z Checking icu_properties v2.0.1
9562026-08-25T15:09:31.971Z Checking icu_normalizer v2.0.0
9572026-08-25T15:09:32.021Z Checking chrono v0.4.45
9582026-08-25T15:09:32.263Z Compiling serde_tokenstream v0.2.3
9592026-08-25T15:09:32.289Z Checking tokio v1.52.3
9602026-08-25T15:09:32.546Z Compiling regex v1.12.4
9612026-08-25T15:09:32.752Z Checking idna_adapter v1.2.1
9622026-08-25T15:09:32.831Z Checking futures-task v0.3.32
9632026-08-25T15:09:32.850Z Compiling pest_meta v2.8.2
9642026-08-25T15:09:32.864Z Compiling pkg-config v0.3.32
9652026-08-25T15:09:32.879Z Checking idna v1.1.0
9662026-08-25T15:09:32.951Z Compiling anyhow v1.0.102
9672026-08-25T15:09:32.967Z Checking futures-util v0.3.32
9682026-08-25T15:09:33.111Z Checking url v2.5.7
9692026-08-25T15:09:33.308Z Compiling tracing-attributes v0.1.30
9702026-08-25T15:09:33.410Z Checking tracing-core v0.1.34
9712026-08-25T15:09:33.711Z Compiling pest_generator v2.8.2
9722026-08-25T15:09:33.780Z Compiling generic-array v0.14.7
9732026-08-25T15:09:34.005Z Compiling vcpkg v0.2.15
9742026-08-25T15:09:34.157Z Compiling foldhash v0.2.0
9752026-08-25T15:09:34.171Z Compiling allocator-api2 v0.2.21
9762026-08-25T15:09:34.330Z Compiling pest_derive v2.8.2
9772026-08-25T15:09:34.356Z Compiling fnv v1.0.7
9782026-08-25T15:09:34.454Z Compiling hashbrown v0.16.1
9792026-08-25T15:09:34.509Z Checking tracing v0.1.41
9802026-08-25T15:09:34.582Z Checking http v1.4.2
9812026-08-25T15:09:34.628Z Compiling getrandom v0.3.3
9822026-08-25T15:09:34.850Z Compiling byteorder v1.5.0
9832026-08-25T15:09:35.006Z Compiling camino v1.2.3
9842026-08-25T15:09:35.018Z Checking crypto-common v0.1.6
9852026-08-25T15:09:35.077Z Checking errno v0.3.14
9862026-08-25T15:09:35.122Z Checking ipnet v2.11.0
9872026-08-25T15:09:35.135Z Compiling time-core v0.1.8
9882026-08-25T15:09:35.196Z Compiling num-conv v0.2.1
9892026-08-25T15:09:35.283Z Checking base64 v0.22.1
9902026-08-25T15:09:35.341Z Compiling scroll_derive v0.13.1
9912026-08-25T15:09:35.362Z Compiling time-macros v0.2.27
9922026-08-25T15:09:35.378Z Compiling paste v1.0.15
9932026-08-25T15:09:35.436Z Checking tokio-util v0.7.16
9942026-08-25T15:09:35.537Z Checking http-body v1.0.1
9952026-08-25T15:09:35.680Z Checking rustls-pki-types v1.12.0
9962026-08-25T15:09:35.694Z Checking atomic-waker v1.1.2
9972026-08-25T15:09:35.926Z Checking untrusted v0.9.0
9982026-08-25T15:09:36.048Z Checking tower-service v0.3.3
9992026-08-25T15:09:36.132Z Checking try-lock v0.2.5
10002026-08-25T15:09:36.141Z Checking tower-layer v0.3.3
10012026-08-25T15:09:36.230Z Checking want v0.3.1
10022026-08-25T15:09:36.266Z Checking h2 v0.4.14
10032026-08-25T15:09:36.286Z Checking ryu v1.0.20
10042026-08-25T15:09:36.337Z Checking httpdate v1.0.3
10052026-08-25T15:09:36.357Z Compiling openssl-sys v0.9.117
10062026-08-25T15:09:36.447Z Compiling async-trait v0.1.89
10072026-08-25T15:09:36.484Z Compiling cmake v0.1.54
10082026-08-25T15:09:36.500Z Checking socket2 v0.5.10
10092026-08-25T15:09:36.744Z Compiling strsim v0.11.1
10102026-08-25T15:09:36.757Z Checking pretty-hex v0.4.1
10112026-08-25T15:09:36.819Z Compiling fs_extra v1.3.0
10122026-08-25T15:09:36.881Z Compiling dunce v1.0.5
10132026-08-25T15:09:36.937Z Compiling crossbeam-utils v0.8.21
10142026-08-25T15:09:37.038Z Compiling scroll v0.13.0
10152026-08-25T15:09:37.057Z Checking block-buffer v0.10.4
10162026-08-25T15:09:37.085Z Compiling aws-lc-sys v0.39.1
10172026-08-25T15:09:37.179Z Compiling regress v0.10.5
10182026-08-25T15:09:37.191Z Checking ppv-lite86 v0.2.21
10192026-08-25T15:09:37.276Z Compiling slog v2.8.2
10202026-08-25T15:09:37.301Z Compiling usdt-impl v0.6.0
10212026-08-25T15:09:37.313Z Compiling plain v0.2.3
10222026-08-25T15:09:37.437Z Compiling goblin v0.10.1
10232026-08-25T15:09:37.518Z Checking digest v0.10.7
10242026-08-25T15:09:37.568Z Checking http-body-util v0.1.3
10252026-08-25T15:09:37.604Z Checking ipnetwork v0.21.1
10262026-08-25T15:09:37.710Z Checking erased-serde v0.3.31
10272026-08-25T15:09:37.782Z Compiling ident_case v1.0.1
10282026-08-25T15:09:37.958Z Compiling omicron-workspace-hack v0.1.0
10292026-08-25T15:09:38.005Z Compiling darling_core v0.21.3
10302026-08-25T15:09:38.098Z Checking serde_urlencoded v0.7.1
10312026-08-25T15:09:38.176Z Checking hyper v1.10.1
10322026-08-25T15:09:38.191Z Compiling dtrace-parser v0.3.0
10332026-08-25T15:09:38.293Z Compiling openapiv3 v2.2.0
10342026-08-25T15:09:38.327Z Compiling daft-derive v0.1.5
10352026-08-25T15:09:38.788Z Compiling typify-impl v0.4.3
10362026-08-25T15:09:39.040Z Compiling thread-id v5.0.0
10372026-08-25T15:09:39.053Z Checking hyper-util v0.1.20
10382026-08-25T15:09:39.713Z Compiling aws-lc-rs v1.16.2
10392026-08-25T15:09:40.057Z Compiling darling_macro v0.21.3
10402026-08-25T15:09:40.106Z Compiling dof v0.4.0
10412026-08-25T15:09:40.348Z Checking encoding_rs v0.8.35
10422026-08-25T15:09:40.408Z Checking cpufeatures v0.2.17
10432026-08-25T15:09:40.478Z Checking mime v0.3.17
10442026-08-25T15:09:40.648Z Compiling darling v0.21.3
10452026-08-25T15:09:40.732Z Checking untrusted v0.7.1
10462026-08-25T15:09:40.844Z Compiling slog-async v2.8.0
10472026-08-25T15:09:40.972Z Checking rand_core v0.9.3
10482026-08-25T15:09:41.080Z Checking oxnet v0.1.6
10492026-08-25T15:09:41.084Z Compiling usdt-attr-macro v0.6.0
10502026-08-25T15:09:41.135Z Compiling usdt-macro v0.6.0
10512026-08-25T15:09:41.274Z Compiling structmeta-derive v0.3.0
10522026-08-25T15:09:41.336Z Compiling multer v3.1.0
10532026-08-25T15:09:41.522Z Compiling unsafe-libyaml v0.2.11
10542026-08-25T15:09:41.570Z Compiling rustls v0.22.4
10552026-08-25T15:09:41.599Z Compiling rustls v0.23.40
10562026-08-25T15:09:41.958Z Compiling async-stream-impl v0.3.6
10572026-08-25T15:09:41.962Z Checking sync_wrapper v1.0.2
10582026-08-25T15:09:42.055Z Compiling serde_yaml v0.9.34+deprecated
10592026-08-25T15:09:42.136Z Compiling typify-macro v0.4.3
10602026-08-25T15:09:42.199Z Checking hex v0.4.3
10612026-08-25T15:09:42.321Z Compiling structmeta v0.3.0
10622026-08-25T15:09:42.415Z Checking foreign-types-shared v0.1.1
10632026-08-25T15:09:42.500Z Compiling openssl v0.10.81
10642026-08-25T15:09:42.567Z Checking fastrand v2.3.0
10652026-08-25T15:09:42.720Z Checking foreign-types v0.3.2
10662026-08-25T15:09:42.753Z Checking tempfile v3.27.0
10672026-08-25T15:09:42.775Z Checking tower v0.5.2
10682026-08-25T15:09:42.788Z Checking rand_chacha v0.9.0
10692026-08-25T15:09:42.931Z Checking futures-executor v0.3.32
10702026-08-25T15:09:42.972Z Compiling strum_macros v0.26.4
10712026-08-25T15:09:43.080Z Compiling openssl-macros v0.1.1
10722026-08-25T15:09:43.123Z Checking openssl-probe v0.1.6
10732026-08-25T15:09:43.141Z Checking iri-string v0.7.8
10742026-08-25T15:09:43.229Z Checking powerfmt v0.2.0
10752026-08-25T15:09:43.300Z Compiling native-tls v0.2.14
10762026-08-25T15:09:43.377Z Checking deranged v0.5.3
10772026-08-25T15:09:43.556Z Checking futures v0.3.32
10782026-08-25T15:09:43.618Z Compiling typify v0.4.3
10792026-08-25T15:09:43.632Z Checking rand v0.9.3
10802026-08-25T15:09:43.706Z Compiling newtype-uuid-macros v0.1.0
10812026-08-25T15:09:44.144Z Checking tower-http v0.6.8
10822026-08-25T15:09:44.207Z Checking num_threads v0.1.7
10832026-08-25T15:09:44.216Z Compiling ref-cast v1.0.25
10842026-08-25T15:09:44.359Z Checking time v0.3.47
10852026-08-25T15:09:44.401Z Compiling ref-cast-impl v1.0.25
10862026-08-25T15:09:44.447Z Compiling dropshot v0.16.7
10872026-08-25T15:09:44.508Z Checking memmap2 v0.9.8
10882026-08-25T15:09:44.569Z Checking unicode-width v0.2.1
10892026-08-25T15:09:44.718Z Compiling derive-ex v0.1.8
10902026-08-25T15:09:44.821Z Checking crossbeam-channel v0.5.15
10912026-08-25T15:09:44.945Z Checking webpki-roots v1.0.2
10922026-08-25T15:09:44.971Z Compiling dropshot_endpoint v0.16.7
10932026-08-25T15:09:45.063Z Compiling strum_macros v0.27.2
10942026-08-25T15:09:45.137Z Checking winnow v0.7.14
10952026-08-25T15:09:45.451Z Compiling progenitor-impl v0.11.1
10962026-08-25T15:09:45.789Z Checking tokio-native-tls v0.3.1
10972026-08-25T15:09:45.944Z Checking hyper-tls v0.6.0
10982026-08-25T15:09:46.235Z Compiling test-strategy v0.4.3
10992026-08-25T15:09:46.334Z Checking newtype-uuid v1.3.2
11002026-08-25T15:09:46.494Z Checking thread_local v1.1.9
11012026-08-25T15:09:46.559Z Checking winnow v1.0.3
11022026-08-25T15:09:46.584Z Checking daft v0.1.5
11032026-08-25T15:09:46.657Z Compiling serde_with_macros v3.14.1
11042026-08-25T15:09:46.811Z Checking serde_spanned v1.1.1
11052026-08-25T15:09:46.842Z Checking toml_parser v1.1.2+spec-1.1.0
11062026-08-25T15:09:46.890Z Checking is-terminal v0.4.16
11072026-08-25T15:09:46.944Z Checking match_cfg v0.1.0
11082026-08-25T15:09:46.986Z Checking take_mut v0.2.2
11092026-08-25T15:09:47.013Z Checking toml_writer v1.1.1+spec-1.1.0
11102026-08-25T15:09:47.086Z Checking debug-ignore v1.0.5
11112026-08-25T15:09:47.176Z Checking either v1.15.0
11122026-08-25T15:09:47.191Z Checking term v1.2.0
11132026-08-25T15:09:47.360Z Checking hostname v0.3.1
11142026-08-25T15:09:47.374Z Checking slog-json v2.6.1
11152026-08-25T15:09:47.406Z Checking slog-term v2.9.2
11162026-08-25T15:09:47.526Z Checking spin v0.9.8
11172026-08-25T15:09:47.567Z Compiling progenitor-macro v0.11.1
11182026-08-25T15:09:47.610Z Compiling syn v1.0.109
11192026-08-25T15:09:47.659Z Checking slog-bunyan v2.5.0
11202026-08-25T15:09:47.670Z Checking usdt v0.6.0
11212026-08-25T15:09:47.764Z Checking async-stream v0.3.6
11222026-08-25T15:09:47.778Z Compiling parse-display-derive v0.10.0
11232026-08-25T15:09:47.852Z Checking rustls-webpki v0.102.8
11242026-08-25T15:09:47.895Z Checking rustls-pemfile v2.2.0
11252026-08-25T15:09:47.903Z Checking waitgroup v0.1.2
11262026-08-25T15:09:47.972Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11272026-08-25T15:09:47.998Z Checking serde_path_to_error v0.1.20
11282026-08-25T15:09:48.025Z Checking hostname v0.4.2
11292026-08-25T15:09:48.122Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11302026-08-25T15:09:48.255Z Checking strum v0.26.3
11312026-08-25T15:09:48.368Z Checking rand_chacha v0.3.1
11322026-08-25T15:09:48.412Z Checking macaddr v1.0.1
11332026-08-25T15:09:48.429Z Checking toml_datetime v0.7.5+spec-1.1.0
11342026-08-25T15:09:48.559Z Checking wait-timeout v0.2.1
11352026-08-25T15:09:48.585Z Checking lazy_static v1.5.0
11362026-08-25T15:09:48.618Z Checking quick-error v1.2.3
11372026-08-25T15:09:48.681Z Checking bit-vec v0.8.0
11382026-08-25T15:09:48.685Z Checking toml v0.9.12+spec-1.1.0
11392026-08-25T15:09:48.721Z Checking rusty-fork v0.3.0
11402026-08-25T15:09:48.870Z Checking bit-set v0.8.0
11412026-08-25T15:09:48.884Z Checking rand v0.8.5
11422026-08-25T15:09:49.015Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11432026-08-25T15:09:49.245Z Checking rand_xorshift v0.4.0
11442026-08-25T15:09:49.270Z Checking sha1 v0.10.6
11452026-08-25T15:09:49.362Z Checking unarray v0.1.4
11462026-08-25T15:09:49.457Z Checking strum v0.27.2
11472026-08-25T15:09:49.470Z Checking proptest v1.8.0
11482026-08-25T15:09:49.583Z Checking tabwriter v1.4.1
11492026-08-25T15:09:49.602Z Checking tokio-rustls v0.25.0
11502026-08-25T15:09:49.663Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11512026-08-25T15:09:49.717Z Checking colored v3.1.1
11522026-08-25T15:09:49.793Z Checking serde_with v3.14.1
11532026-08-25T15:09:50.209Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11542026-08-25T15:09:50.440Z Checking instant v0.1.13
11552026-08-25T15:09:50.741Z Checking rustc-hash v2.1.1
11562026-08-25T15:09:50.855Z Checking iddqd v0.3.18
11572026-08-25T15:09:50.923Z Checking backoff v0.4.0
11582026-08-25T15:09:51.054Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11592026-08-25T15:09:51.098Z Checking parse-display v0.10.0
11602026-08-25T15:09:51.126Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11612026-08-25T15:09:51.232Z Checking itertools v0.14.0
11622026-08-25T15:09:51.245Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11632026-08-25T15:09:51.648Z Compiling toml_datetime v0.6.11
11642026-08-25T15:09:51.707Z Compiling clap_derive v4.6.1
11652026-08-25T15:09:51.723Z Checking utf8parse v0.2.2
11662026-08-25T15:09:51.823Z Checking anstyle-parse v1.0.0
11672026-08-25T15:09:51.977Z Checking terminal_size v0.4.3
11682026-08-25T15:09:52.145Z Checking anstyle v1.0.14
11692026-08-25T15:09:52.179Z Checking anstyle-query v1.1.4
11702026-08-25T15:09:52.262Z Checking is_terminal_polyfill v1.70.1
11712026-08-25T15:09:52.276Z Checking colorchoice v1.0.4
11722026-08-25T15:09:52.371Z Checking anstream v1.0.0
11732026-08-25T15:09:52.704Z Checking clap_lex v1.1.0
11742026-08-25T15:09:52.853Z Checking clap_builder v4.6.0
11752026-08-25T15:09:54.070Z Checking clap v4.6.1
11762026-08-25T15:09:55.082Z Compiling num-derive v0.4.2
11772026-08-25T15:09:55.676Z Compiling rustls-webpki v0.103.6
11782026-08-25T15:09:56.168Z Compiling prettyplease v0.2.37
11792026-08-25T15:09:57.787Z Checking crossbeam-epoch v0.9.18
11802026-08-25T15:09:57.998Z Compiling winnow v0.5.40
11812026-08-25T15:09:58.005Z Compiling cfg_aliases v0.2.1
11822026-08-25T15:09:58.606Z Checking serde_spanned v0.6.9
11832026-08-25T15:09:58.823Z Compiling memoffset v0.9.1
11842026-08-25T15:09:59.017Z Compiling tokio-rustls v0.26.4
11852026-08-25T15:09:59.261Z Compiling toml_edit v0.19.15
11862026-08-25T15:09:59.346Z Compiling rayon-core v1.13.0
11872026-08-25T15:10:00.454Z Compiling proc-macro-crate v1.3.1
11882026-08-25T15:10:00.531Z Compiling zerocopy-derive v0.7.35
11892026-08-25T15:10:01.007Z Compiling crc32fast v1.5.0
11902026-08-25T15:10:01.340Z Compiling hyper-rustls v0.27.7
11912026-08-25T15:10:01.531Z Compiling reqwest v0.12.23
11922026-08-25T15:10:01.818Z Checking crossbeam-deque v0.8.6
11932026-08-25T15:10:02.167Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
11942026-08-25T15:10:02.379Z Checking adler2 v2.0.1
11952026-08-25T15:10:02.746Z Compiling progenitor-client v0.11.1
11962026-08-25T15:10:03.009Z Compiling progenitor v0.11.1
11972026-08-25T15:10:03.340Z Checking miniz_oxide v0.8.9
11982026-08-25T15:10:04.210Z Compiling num-integer v0.1.46
11992026-08-25T15:10:04.254Z Compiling proc-macro-error-attr v1.0.4
12002026-08-25T15:10:04.464Z Compiling heck v0.4.1
12012026-08-25T15:10:04.511Z Compiling heapless v0.8.0
12022026-08-25T15:10:04.645Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
12032026-08-25T15:10:04.732Z Checking flate2 v1.1.2
12042026-08-25T15:10:04.845Z Compiling progenitor-client v0.10.0
12052026-08-25T15:10:05.147Z Compiling ingot-macros v0.1.1
12062026-08-25T15:10:05.991Z Checking hash32 v0.3.1
12072026-08-25T15:10:06.106Z Checking hybrid-array v0.4.12
12082026-08-25T15:10:06.117Z Compiling proc-macro-error v1.0.4
12092026-08-25T15:10:06.342Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12102026-08-25T15:10:06.578Z Compiling smoltcp v0.11.0
12112026-08-25T15:10:06.592Z Checking toml_write v0.1.2
12122026-08-25T15:10:06.762Z Checking toml_edit v0.22.27
12132026-08-25T15:10:07.126Z Checking num-rational v0.4.2
12142026-08-25T15:10:07.396Z Checking num-iter v0.1.45
12152026-08-25T15:10:07.458Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12162026-08-25T15:10:07.635Z Compiling zerocopy v0.7.35
12172026-08-25T15:10:07.771Z Checking ingot-types v0.1.2
12182026-08-25T15:10:07.839Z Compiling num_enum_derive v0.7.5
12192026-08-25T15:10:07.913Z Compiling hubpack_derive v0.1.1
12202026-08-25T15:10:08.113Z Checking cobs v0.3.0
12212026-08-25T15:10:08.143Z Compiling foreign-types-macros v0.2.3
12222026-08-25T15:10:08.174Z Compiling scroll_derive v0.12.1
12232026-08-25T15:10:08.186Z Compiling num-complex v0.4.6
12242026-08-25T15:10:08.416Z Compiling usdt-impl v0.5.0
12252026-08-25T15:10:08.575Z Checking bitflags v1.3.2
12262026-08-25T15:10:08.648Z Checking foreign-types-shared v0.3.1
12272026-08-25T15:10:09.081Z Compiling crucible-workspace-hack v0.1.0
12282026-08-25T15:10:09.086Z Checking managed v0.8.0
12292026-08-25T15:10:09.086Z Checking foreign-types v0.5.0
12302026-08-25T15:10:09.086Z Checking scroll v0.12.0
12312026-08-25T15:10:09.086Z Checking num_enum v0.7.5
12322026-08-25T15:10:09.086Z Checking num v0.4.3
12332026-08-25T15:10:09.086Z Checking hubpack v0.1.2
12342026-08-25T15:10:09.086Z Checking postcard v1.1.3
12352026-08-25T15:10:09.123Z Checking ingot v0.1.1
12362026-08-25T15:10:09.214Z Compiling dof v0.3.0
12372026-08-25T15:10:09.346Z Checking toml v0.8.23
12382026-08-25T15:10:09.764Z Checking block-buffer v0.12.0
12392026-08-25T15:10:09.830Z Checking crypto-common v0.2.2
12402026-08-25T15:10:10.024Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12412026-08-25T15:10:10.080Z Compiling dtrace-parser v0.2.0
12422026-08-25T15:10:10.372Z Checking camino-tempfile v1.4.1
12432026-08-25T15:10:10.445Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12442026-08-25T15:10:10.493Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12452026-08-25T15:10:10.527Z Checking cstr-argument v0.1.2
12462026-08-25T15:10:10.649Z Compiling thread-id v4.2.2
12472026-08-25T15:10:10.653Z Compiling minimal-lexical v0.2.1
12482026-08-25T15:10:10.691Z Checking static_assertions v1.1.0
12492026-08-25T15:10:10.717Z Checking const-oid v0.10.2
12502026-08-25T15:10:10.745Z Checking compression-core v0.4.32
12512026-08-25T15:10:10.761Z Checking float-ord v0.3.2
12522026-08-25T15:10:10.872Z Checking compression-codecs v0.4.32
12532026-08-25T15:10:10.876Z Checking digest v0.11.3
12542026-08-25T15:10:10.898Z Compiling nom v7.1.3
12552026-08-25T15:10:11.044Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12562026-08-25T15:10:11.061Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12572026-08-25T15:10:11.079Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12582026-08-25T15:10:11.272Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12592026-08-25T15:10:11.375Z Checking goblin v0.8.2
12602026-08-25T15:10:11.494Z Checking rayon v1.11.0
12612026-08-25T15:10:11.774Z Compiling num_enum_derive v0.5.11
12622026-08-25T15:10:11.820Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12632026-08-25T15:10:12.049Z Compiling rustc_version v0.4.1
12642026-08-25T15:10:12.232Z Checking toml_datetime v1.1.1+spec-1.1.0
12652026-08-25T15:10:12.312Z Compiling dropshot v0.17.1
12662026-08-25T15:10:12.432Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12672026-08-25T15:10:12.552Z Compiling rustix v0.38.44
12682026-08-25T15:10:12.585Z Checking tinyvec_macros v0.1.1
12692026-08-25T15:10:12.652Z Compiling convert_case v0.4.0
12702026-08-25T15:10:12.657Z Checking cpufeatures v0.3.0
12712026-08-25T15:10:12.739Z Checking sha1 v0.11.0
12722026-08-25T15:10:12.769Z Checking num_enum v0.5.11
12732026-08-25T15:10:12.897Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12742026-08-25T15:10:12.923Z Checking tinyvec v1.10.0
12752026-08-25T15:10:12.955Z Compiling derive_more v0.99.20
12762026-08-25T15:10:13.035Z Checking toml v1.1.2+spec-1.1.0
12772026-08-25T15:10:13.236Z Checking async-compression v0.4.33
12782026-08-25T15:10:13.336Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12792026-08-25T15:10:13.399Z Compiling nix v0.30.1
12802026-08-25T15:10:13.594Z Checking libscf-sys v1.2.0
12812026-08-25T15:10:13.723Z Compiling libz-sys v1.1.22
12822026-08-25T15:10:13.779Z Compiling dropshot_endpoint v0.17.1
12832026-08-25T15:10:13.864Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12842026-08-25T15:10:14.056Z Checking bytecount v0.6.9
12852026-08-25T15:10:14.204Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12862026-08-25T15:10:14.571Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12872026-08-25T15:10:14.743Z Compiling usdt-attr-macro v0.5.0
12882026-08-25T15:10:14.822Z Compiling usdt-macro v0.5.0
12892026-08-25T15:10:15.075Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12902026-08-25T15:10:15.139Z Compiling zone_cfg_derive v0.3.1
12912026-08-25T15:10:15.156Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12922026-08-25T15:10:15.324Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12932026-08-25T15:10:15.365Z Checking itertools v0.12.1
12942026-08-25T15:10:15.466Z Checking sigpipe v0.1.3
12952026-08-25T15:10:15.488Z Checking memmap v0.7.0
12962026-08-25T15:10:15.544Z Checking jiff v0.2.15
12972026-08-25T15:10:15.603Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12982026-08-25T15:10:15.618Z Checking glob v0.3.3
12992026-08-25T15:10:15.787Z Checking usdt v0.5.0
13002026-08-25T15:10:15.801Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13012026-08-25T15:10:15.837Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
13022026-08-25T15:10:15.947Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
13032026-08-25T15:10:16.013Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13042026-08-25T15:10:16.030Z Checking smf v0.2.3
13052026-08-25T15:10:16.145Z Checking secrecy v0.10.3
13062026-08-25T15:10:16.211Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13072026-08-25T15:10:16.224Z Checking bstr v1.12.0
13082026-08-25T15:10:16.257Z Checking whoami v1.6.1
13092026-08-25T15:10:16.333Z Checking zone v0.3.1
13102026-08-25T15:10:16.470Z Compiling curve25519-dalek v4.1.3
13112026-08-25T15:10:16.595Z Compiling clang-sys v1.8.1
13122026-08-25T15:10:16.609Z Checking hmac v0.12.1
13132026-08-25T15:10:16.721Z Checking inout v0.1.4
13142026-08-25T15:10:16.741Z Compiling enum-as-inner v0.6.1
13152026-08-25T15:10:16.752Z Checking ff v0.13.1
13162026-08-25T15:10:16.831Z Checking data-encoding v2.9.0
13172026-08-25T15:10:16.851Z Compiling semver v0.1.20
13182026-08-25T15:10:16.872Z Checking group v0.13.0
13192026-08-25T15:10:16.976Z Checking cipher v0.4.4
13202026-08-25T15:10:17.068Z Compiling rustc_version v0.1.7
13212026-08-25T15:10:17.097Z Checking hkdf v0.12.4
13222026-08-25T15:10:17.100Z Checking atomicwrites v0.4.4
13232026-08-25T15:10:17.167Z Compiling thiserror-impl-no-std v2.0.2
13242026-08-25T15:10:17.231Z Checking universal-hash v0.5.1
13252026-08-25T15:10:17.234Z Checking crypto-bigint v0.5.5
13262026-08-25T15:10:17.265Z Compiling regress v0.11.1
13272026-08-25T15:10:17.278Z Checking half v2.7.1
13282026-08-25T15:10:17.350Z Compiling curve25519-dalek-derive v0.1.1
13292026-08-25T15:10:17.519Z Checking indent_write v2.2.0
13302026-08-25T15:10:17.652Z Checking opaque-debug v0.3.1
13312026-08-25T15:10:17.724Z Checking base64ct v1.8.0
13322026-08-25T15:10:17.955Z Checking ciborium-io v0.2.2
13332026-08-25T15:10:17.971Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13342026-08-25T15:10:18.005Z Checking base16ct v0.2.0
13352026-08-25T15:10:18.045Z Checking ciborium-ll v0.2.2
13362026-08-25T15:10:18.137Z Checking password-hash v0.5.0
13372026-08-25T15:10:18.215Z Checking poly1305 v0.8.0
13382026-08-25T15:10:18.229Z Checking thiserror-no-std v2.0.2
13392026-08-25T15:10:18.263Z Checking elliptic-curve v0.13.8
13402026-08-25T15:10:18.314Z Compiling newtype_derive v0.1.6
13412026-08-25T15:10:18.360Z Checking chacha20 v0.9.1
13422026-08-25T15:10:18.441Z Checking similar v2.7.0
13432026-08-25T15:10:18.503Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13442026-08-25T15:10:18.538Z Compiling nix v0.31.3
13452026-08-25T15:10:18.552Z Checking blake2 v0.10.6
13462026-08-25T15:10:18.747Z Checking aead v0.5.2
13472026-08-25T15:10:18.762Z Compiling libloading v0.8.9
13482026-08-25T15:10:18.774Z Compiling typify-impl v0.6.2
13492026-08-25T15:10:18.814Z Checking keccak v0.1.6
13502026-08-25T15:10:18.881Z Compiling owo-colors v4.3.0
13512026-08-25T15:10:18.919Z Compiling bindgen v0.72.1
13522026-08-25T15:10:18.949Z Checking linked-hash-map v0.5.6
13532026-08-25T15:10:18.968Z Checking resolv-conf v0.7.5
13542026-08-25T15:10:19.115Z Checking lru-cache v0.1.2
13552026-08-25T15:10:19.146Z Checking sha3 v0.10.8
13562026-08-25T15:10:19.250Z Checking chacha20poly1305 v0.10.1
13572026-08-25T15:10:19.263Z Checking vsss-rs v3.3.4
13582026-08-25T15:10:19.333Z Checking argon2 v0.5.3
13592026-08-25T15:10:19.423Z Checking ciborium v0.2.2
13602026-08-25T15:10:19.632Z Checking hickory-proto v0.24.4
13612026-08-25T15:10:19.834Z Checking tokio-dtrace v0.1.1
13622026-08-25T15:10:19.869Z Checking papergrid v0.18.0
13632026-08-25T15:10:19.884Z Compiling cexpr v0.6.0
13642026-08-25T15:10:20.007Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13652026-08-25T15:10:20.292Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13662026-08-25T15:10:20.454Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13672026-08-25T15:10:20.630Z Checking serde-big-array v0.5.1
13682026-08-25T15:10:20.686Z Compiling serde_repr v0.1.20
13692026-08-25T15:10:20.791Z Compiling derive-where v1.6.0
13702026-08-25T15:10:21.054Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13712026-08-25T15:10:21.145Z Checking unicode-segmentation v1.12.0
13722026-08-25T15:10:21.230Z Checking same-file v1.0.6
13732026-08-25T15:10:21.263Z Compiling shlex v1.3.0
13742026-08-25T15:10:21.287Z Checking siphasher v1.0.1
13752026-08-25T15:10:21.349Z Checking walkdir v2.5.0
13762026-08-25T15:10:21.479Z Checking phf_shared v0.12.1
13772026-08-25T15:10:21.506Z Checking newline-converter v0.3.0
13782026-08-25T15:10:21.608Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13792026-08-25T15:10:21.620Z Checking hickory-resolver v0.24.4
13802026-08-25T15:10:21.634Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
13812026-08-25T15:10:22.075Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13822026-08-25T15:10:22.212Z Checking tabled v0.21.0
13832026-08-25T15:10:22.227Z Compiling typify-macro v0.6.2
13842026-08-25T15:10:22.301Z Checking oxide-tokio-rt v0.1.2
13852026-08-25T15:10:22.442Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13862026-08-25T15:10:23.182Z Checking itertools v0.15.0
13872026-08-25T15:10:23.229Z Checking console v0.15.11
13882026-08-25T15:10:23.324Z Compiling progenitor-impl v0.10.0
13892026-08-25T15:10:23.497Z Checking tokio-stream v0.1.17
13902026-08-25T15:10:23.516Z Compiling pin-project-internal v1.1.10
13912026-08-25T15:10:23.743Z Compiling slog-dtrace v0.3.0
13922026-08-25T15:10:23.838Z Checking csv-core v0.1.12
13932026-08-25T15:10:23.863Z Checking foldhash v0.1.5
13942026-08-25T15:10:23.974Z Checking unicode-linebreak v0.1.5
13952026-08-25T15:10:23.999Z Checking smawk v0.3.2
13962026-08-25T15:10:24.019Z Checking unicode-width v0.1.14
13972026-08-25T15:10:24.132Z Compiling cancel-safe-futures v0.1.5
13982026-08-25T15:10:24.188Z Compiling unicode-xid v0.2.6
13992026-08-25T15:10:24.241Z Compiling chrono-tz v0.10.4
14002026-08-25T15:10:24.268Z Checking swrite v0.1.0
14012026-08-25T15:10:24.308Z Compiling const_format_proc_macros v0.2.34
14022026-08-25T15:10:24.400Z Checking textwrap v0.16.2
14032026-08-25T15:10:24.474Z Checking csv v1.4.0
14042026-08-25T15:10:24.593Z Checking pin-project v1.1.10
14052026-08-25T15:10:24.613Z Checking hashbrown v0.15.5
14062026-08-25T15:10:24.741Z Checking qorb v0.4.1
14072026-08-25T15:10:24.839Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14082026-08-25T15:10:25.077Z Checking expectorate v1.2.0
14092026-08-25T15:10:25.115Z Checking phf v0.12.1
14102026-08-25T15:10:25.217Z Checking unicode-normalization v0.1.24
14112026-08-25T15:10:25.262Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14122026-08-25T15:10:25.360Z Compiling progenitor-macro v0.10.0
14132026-08-25T15:10:25.636Z Compiling snafu-derive v0.8.9
14142026-08-25T15:10:26.099Z Checking libsw-core v0.3.2
14152026-08-25T15:10:26.257Z Compiling libgit2-sys v0.17.0+1.8.1
14162026-08-25T15:10:26.289Z Compiling async-recursion v1.1.1
14172026-08-25T15:10:26.593Z Compiling cookie v0.18.1
14182026-08-25T15:10:26.716Z Compiling moka v0.12.11
14192026-08-25T15:10:26.948Z Checking fixedbitset v0.5.7
14202026-08-25T15:10:27.007Z Checking fixedbitset v0.4.2
14212026-08-25T15:10:27.041Z Checking highway v1.3.0
14222026-08-25T15:10:27.149Z Checking petgraph v0.8.2
14232026-08-25T15:10:27.162Z Checking petgraph v0.6.5
14242026-08-25T15:10:27.404Z Checking snafu v0.8.9
14252026-08-25T15:10:27.608Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14262026-08-25T15:10:27.771Z Checking libsw v3.5.0
14272026-08-25T15:10:27.947Z Checking olpc-cjson v0.1.4
14282026-08-25T15:10:28.106Z Checking const_format v0.2.34
14292026-08-25T15:10:28.323Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14302026-08-25T15:10:28.437Z Checking papergrid v0.11.0
14312026-08-25T15:10:28.545Z Compiling typify v0.6.2
14322026-08-25T15:10:28.584Z Checking globset v0.4.16
14332026-08-25T15:10:28.640Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14342026-08-25T15:10:28.714Z Checking gethostname v0.5.0
14352026-08-25T15:10:28.822Z Compiling tabled_derive v0.7.0
14362026-08-25T15:10:28.918Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14372026-08-25T15:10:29.031Z Checking reqwest v0.13.2
14382026-08-25T15:10:29.127Z Checking bcs v0.1.6
14392026-08-25T15:10:29.244Z Checking pem v3.0.5
14402026-08-25T15:10:29.357Z Checking serde_plain v1.0.2
14412026-08-25T15:10:29.408Z Checking typed-path v0.9.3
14422026-08-25T15:10:29.491Z Checking progenitor v0.10.0
14432026-08-25T15:10:29.504Z Checking crc8 v0.1.1
14442026-08-25T15:10:29.582Z Checking tagptr v0.2.0
14452026-08-25T15:10:29.598Z Checking linear-map v1.2.0
14462026-08-25T15:10:29.620Z Compiling signal-hook v0.4.4
14472026-08-25T15:10:29.719Z Checking termtree v0.5.1
14482026-08-25T15:10:29.742Z Checking humantime v2.3.0
14492026-08-25T15:10:29.767Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14502026-08-25T15:10:29.852Z Checking tabled v0.15.0
14512026-08-25T15:10:29.920Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14522026-08-25T15:10:30.162Z Checking tough v0.20.0
14532026-08-25T15:10:30.485Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14542026-08-25T15:10:30.656Z Compiling progenitor-impl v0.14.0
14552026-08-25T15:10:30.972Z Checking steno v0.4.1
14562026-08-25T15:10:31.316Z Checking hickory-proto v0.25.2
14572026-08-25T15:10:31.973Z Compiling curl-sys v0.4.89+curl-8.20.0
14582026-08-25T15:10:32.066Z Compiling cargo-platform v0.1.9
14592026-08-25T15:10:32.076Z Compiling vergen v8.3.2
14602026-08-25T15:10:32.306Z Compiling fs-err v3.1.2
14612026-08-25T15:10:32.337Z Compiling cargo_metadata v0.18.1
14622026-08-25T15:10:32.598Z Checking progenitor-client v0.14.0
14632026-08-25T15:10:32.647Z Checking dropshot-api-manager-types v0.7.2
14642026-08-25T15:10:32.780Z Compiling progenitor-macro v0.14.0
14652026-08-25T15:10:32.811Z Checking sha2 v0.10.9
14662026-08-25T15:10:32.825Z Compiling blake3 v1.8.2
14672026-08-25T15:10:32.946Z Checking hickory-resolver v0.25.2
14682026-08-25T15:10:33.535Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14692026-08-25T15:10:33.562Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14702026-08-25T15:10:33.667Z Checking git-stub v1.0.0
14712026-08-25T15:10:33.694Z Compiling strum_macros v0.28.0
14722026-08-25T15:10:33.821Z Checking filetime v0.2.26
14732026-08-25T15:10:34.278Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
14742026-08-25T15:10:34.713Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14752026-08-25T15:10:34.869Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14762026-08-25T15:10:35.264Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14772026-08-25T15:10:35.652Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14782026-08-25T15:10:35.681Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14792026-08-25T15:10:35.947Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14802026-08-25T15:10:36.088Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14812026-08-25T15:10:36.104Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14822026-08-25T15:10:36.194Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14832026-08-25T15:10:36.308Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14842026-08-25T15:10:36.463Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14852026-08-25T15:10:36.544Z Checking arrayvec v0.7.6
14862026-08-25T15:10:36.732Z Checking constant_time_eq v0.3.1
14872026-08-25T15:10:36.830Z Checking is_ci v1.2.0
14882026-08-25T15:10:36.894Z Checking progenitor v0.14.0
14892026-08-25T15:10:36.928Z Checking xattr v1.6.1
14902026-08-25T15:10:36.943Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14912026-08-25T15:10:37.018Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14922026-08-25T15:10:37.059Z Checking arrayref v0.3.9
14932026-08-25T15:10:37.135Z Compiling curl v0.4.50
14942026-08-25T15:10:37.261Z Checking tar v0.4.45
14952026-08-25T15:10:37.337Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14962026-08-25T15:10:37.403Z Checking supports-color v3.0.2
14972026-08-25T15:10:37.459Z Checking toml v0.7.8
14982026-08-25T15:10:37.528Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14992026-08-25T15:10:37.531Z Checking strum v0.28.0
15002026-08-25T15:10:37.655Z Checking git-stub-vcs v0.1.0
15012026-08-25T15:10:37.890Z Checking drift v0.2.0
15022026-08-25T15:10:38.026Z Checking kstat-rs v0.2.4
15032026-08-25T15:10:38.195Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15042026-08-25T15:10:38.218Z Checking topological-sort v0.2.2
15052026-08-25T15:10:38.356Z Checking omicron-zone-package v0.12.2
15062026-08-25T15:10:38.516Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15072026-08-25T15:10:38.583Z Checking dropshot-api-manager v0.7.2
15082026-08-25T15:10:39.528Z Checking signal-hook-tokio v0.4.0
15092026-08-25T15:10:39.558Z Checking scuffle v0.1.0
15102026-08-25T15:10:39.659Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15112026-08-25T15:10:39.859Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15122026-08-25T15:10:39.903Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15132026-08-25T15:10:40.081Z Checking iddqd v0.4.5
15142026-08-25T15:10:40.097Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
15152026-08-25T15:10:40.441Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15162026-08-25T15:10:40.638Z Checking search_path v0.1.4
15172026-08-25T15:10:40.688Z Checking internet-checksum v0.2.1
15182026-08-25T15:10:40.777Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15192026-08-25T15:10:40.805Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15202026-08-25T15:10:40.821Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15212026-08-25T15:10:40.877Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15222026-08-25T15:10:40.923Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15232026-08-25T15:10:41.218Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15242026-08-25T15:10:41.838Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15252026-08-25T15:10:42.708Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15262026-08-25T15:10:42.920Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15272026-08-25T15:10:43.060Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15282026-08-25T15:10:43.597Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15292026-08-25T15:10:44.071Z Compiling git2 v0.19.0
15302026-08-25T15:10:46.338Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15312026-08-25T15:10:48.606Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15322026-08-25T15:10:54.679Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15332026-08-25T15:10:55.948Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15342026-08-25T15:11:00.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s
15352026-08-25T15:11:01.132Z+ for feat in tofino_stub tofino_asic softnpu chaos
15362026-08-25T15:11:01.132Z+ cargo clippy --features tofino_asic -- --deny warnings
15372026-08-25T15:11:01.630Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15382026-08-25T15:11:01.634Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15392026-08-25T15:11:01.708Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15402026-08-25T15:11:01.712Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15412026-08-25T15:11:08.922Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15422026-08-25T15:11:08.926Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15432026-08-25T15:11:11.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.41s
15442026-08-25T15:11:11.726Z+ for feat in tofino_stub tofino_asic softnpu chaos
15452026-08-25T15:11:11.726Z+ cargo clippy --features softnpu -- --deny warnings
15462026-08-25T15:11:12.056Z Downloading crates ...
15472026-08-25T15:11:12.162Z Downloaded typeid v1.0.3
15482026-08-25T15:11:12.170Z Downloaded serde_arrays v0.1.0
15492026-08-25T15:11:12.174Z Downloaded bitstruct_derive v0.1.0
15502026-08-25T15:11:12.174Z Downloaded radium v0.7.0
15512026-08-25T15:11:12.186Z Downloaded bitstruct v0.1.1
15522026-08-25T15:11:12.189Z Downloaded wyz v0.5.1
15532026-08-25T15:11:12.189Z Downloaded libloading v0.7.4
15542026-08-25T15:11:12.189Z Downloaded erased-serde v0.4.8
15552026-08-25T15:11:12.192Z Downloaded num-bigint v0.4.6
15562026-08-25T15:11:12.193Z Downloaded tap v1.0.1
15572026-08-25T15:11:12.193Z Downloaded ascii v1.1.0
15582026-08-25T15:11:12.196Z Downloaded funty v2.0.0
15592026-08-25T15:11:12.209Z Downloaded bitvec v1.0.1
15602026-08-25T15:11:12.330Z Checking num-integer v0.1.46
15612026-08-25T15:11:12.408Z Checking num-complex v0.4.6
15622026-08-25T15:11:12.418Z Compiling radium v0.7.0
15632026-08-25T15:11:12.425Z Checking tap v1.0.1
15642026-08-25T15:11:12.431Z Checking funty v2.0.0
15652026-08-25T15:11:12.437Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15662026-08-25T15:11:12.440Z Compiling typeid v1.0.3
15672026-08-25T15:11:12.449Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15682026-08-25T15:11:12.510Z Checking wyz v0.5.1
15692026-08-25T15:11:12.599Z Checking num-bigint v0.4.6
15702026-08-25T15:11:12.599Z Checking num-iter v0.1.45
15712026-08-25T15:11:12.654Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15722026-08-25T15:11:12.672Z Compiling erased-serde v0.4.8
15732026-08-25T15:11:12.719Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15742026-08-25T15:11:12.727Z Compiling bitstruct_derive v0.1.0
15752026-08-25T15:11:12.751Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15762026-08-25T15:11:12.798Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15772026-08-25T15:11:12.825Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15782026-08-25T15:11:12.848Z Checking bitvec v1.0.1
15792026-08-25T15:11:12.851Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15802026-08-25T15:11:12.857Z Checking ascii v1.1.0
15812026-08-25T15:11:12.918Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15822026-08-25T15:11:12.938Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15832026-08-25T15:11:13.031Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15842026-08-25T15:11:13.040Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15852026-08-25T15:11:13.052Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15862026-08-25T15:11:13.072Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15872026-08-25T15:11:13.327Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15882026-08-25T15:11:13.339Z Checking serde_arrays v0.1.0
15892026-08-25T15:11:13.360Z Checking bitstruct v0.1.1
15902026-08-25T15:11:13.453Z Checking libloading v0.7.4
15912026-08-25T15:11:13.465Z Checking num-rational v0.4.2
15922026-08-25T15:11:13.465Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15932026-08-25T15:11:13.706Z Checking num v0.4.3
15942026-08-25T15:11:13.771Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15952026-08-25T15:11:14.283Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15962026-08-25T15:11:14.566Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15972026-08-25T15:11:14.566Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15982026-08-25T15:11:14.754Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15992026-08-25T15:11:14.970Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16002026-08-25T15:11:14.970Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16012026-08-25T15:11:15.427Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16022026-08-25T15:11:15.638Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16032026-08-25T15:11:15.638Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16042026-08-25T15:11:15.641Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
16052026-08-25T15:11:15.641Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16062026-08-25T15:11:16.422Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16072026-08-25T15:11:17.254Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16082026-08-25T15:11:21.313Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16092026-08-25T15:11:21.430Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16102026-08-25T15:11:27.881Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16112026-08-25T15:11:29.146Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16122026-08-25T15:11:29.672Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16132026-08-25T15:11:34.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.26s
16142026-08-25T15:11:34.173Z+ for feat in tofino_stub tofino_asic softnpu chaos
16152026-08-25T15:11:34.173Z+ cargo clippy --features chaos -- --deny warnings
16162026-08-25T15:11:34.653Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16172026-08-25T15:11:34.657Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16182026-08-25T15:11:34.657Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16192026-08-25T15:11:41.908Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16202026-08-25T15:11:41.911Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16212026-08-25T15:11:44.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.30s
16222026-08-25T15:11:44.655Z+ banner fmt
16232026-08-25T15:11:44.659Z
16242026-08-25T15:11:44.659Z ###### # # #####
16252026-08-25T15:11:44.659Z # ## ## #
16262026-08-25T15:11:44.659Z ##### # ## # #
16272026-08-25T15:11:44.659Z # # # #
16282026-08-25T15:11:44.659Z # # # #
16292026-08-25T15:11:44.659Z # # # #
16302026-08-25T15:11:44.659Z
16312026-08-25T15:11:44.659Z+ cargo fmt -- --check
16322026-08-25T15:11:45.106Z+ banner test
16332026-08-25T15:11:45.109Z
16342026-08-25T15:11:45.109Z ##### ###### #### #####
16352026-08-25T15:11:45.109Z # # # #
16362026-08-25T15:11:45.109Z # ##### #### #
16372026-08-25T15:11:45.109Z # # # #
16382026-08-25T15:11:45.109Z # # # # #
16392026-08-25T15:11:45.109Z # ###### #### #
16402026-08-25T15:11:45.109Z
16412026-08-25T15:11:45.109Z+ for feat in tofino_stub tofino_asic softnpu chaos
16422026-08-25T15:11:45.109Z+ RUST_BACKTRACE=full
16432026-08-25T15:11:45.109Z+ cargo test --features tofino_stub --no-fail-fast
16442026-08-25T15:11:45.948Z Compiling unicode-ident v1.0.24
16452026-08-25T15:11:45.948Z Compiling cfg-if v1.0.4
16462026-08-25T15:11:45.952Z Compiling memchr v2.7.5
16472026-08-25T15:11:46.053Z Compiling serde_core v1.0.228
16482026-08-25T15:11:46.068Z Compiling itoa v1.0.15
16492026-08-25T15:11:46.075Z Compiling libc v0.2.186
16502026-08-25T15:11:46.083Z Compiling zmij v1.0.17
16512026-08-25T15:11:46.108Z Compiling libm v0.2.15
16522026-08-25T15:11:46.158Z Compiling proc-macro2 v1.0.106
16532026-08-25T15:11:46.209Z Compiling equivalent v1.0.2
16542026-08-25T15:11:46.297Z Compiling log v0.4.29
16552026-08-25T15:11:46.356Z Compiling heck v0.5.0
16562026-08-25T15:11:46.570Z Compiling quote v1.0.45
16572026-08-25T15:11:46.614Z Compiling iana-time-zone v0.1.64
16582026-08-25T15:11:46.627Z Compiling smallvec v1.15.1
16592026-08-25T15:11:46.821Z Compiling syn v2.0.118
16602026-08-25T15:11:46.836Z Compiling dyn-clone v1.0.20
16612026-08-25T15:11:46.840Z Compiling hashbrown v0.17.1
16622026-08-25T15:11:46.890Z Compiling fnv v1.0.7
16632026-08-25T15:11:46.895Z Compiling stable_deref_trait v1.2.0
16642026-08-25T15:11:46.979Z Compiling regex-syntax v0.8.11
16652026-08-25T15:11:46.984Z Compiling pin-project-lite v0.2.16
16662026-08-25T15:11:47.003Z Compiling percent-encoding v2.3.2
16672026-08-25T15:11:47.087Z Compiling litemap v0.8.0
16682026-08-25T15:11:47.243Z Compiling writeable v0.6.1
16692026-08-25T15:11:47.251Z Compiling num-traits v0.2.19
16702026-08-25T15:11:47.306Z Compiling icu_properties_data v2.0.1
16712026-08-25T15:11:47.391Z Compiling icu_normalizer_data v2.0.0
16722026-08-25T15:11:47.445Z Compiling form_urlencoded v1.2.2
16732026-08-25T15:11:47.472Z Compiling utf8_iter v1.0.4
16742026-08-25T15:11:47.496Z Compiling getrandom v0.4.2
16752026-08-25T15:11:47.625Z Compiling aho-corasick v1.1.3
16762026-08-25T15:11:47.646Z Compiling byteorder v1.5.0
16772026-08-25T15:11:47.651Z Compiling ucd-trie v0.1.7
16782026-08-25T15:11:47.885Z Compiling semver v1.0.28
16792026-08-25T15:11:47.955Z Compiling serde_json v1.0.150
16802026-08-25T15:11:47.955Z Compiling indexmap v2.14.0
16812026-08-25T15:11:48.105Z Compiling scopeguard v1.2.0
16822026-08-25T15:11:48.166Z Compiling lock_api v0.4.14
16832026-08-25T15:11:48.196Z Compiling uuid v1.23.3
16842026-08-25T15:11:48.267Z Compiling allocator-api2 v0.2.21
16852026-08-25T15:11:48.280Z Compiling foldhash v0.2.0
16862026-08-25T15:11:48.490Z Compiling regex-automata v0.4.13
16872026-08-25T15:11:48.504Z Compiling futures-core v0.3.32
16882026-08-25T15:11:48.587Z Compiling hashbrown v0.16.1
16892026-08-25T15:11:48.657Z Compiling ryu v1.0.20
16902026-08-25T15:11:48.848Z Compiling pretty-hex v0.4.1
16912026-08-25T15:11:48.989Z Compiling strsim v0.11.1
16922026-08-25T15:11:49.058Z Compiling time-core v0.1.8
16932026-08-25T15:11:49.173Z Compiling num-conv v0.2.1
16942026-08-25T15:11:49.211Z Compiling futures-sink v0.3.32
16952026-08-25T15:11:49.270Z Compiling plain v0.2.3
16962026-08-25T15:11:49.318Z Compiling slab v0.4.11
16972026-08-25T15:11:49.330Z Compiling time-macros v0.2.27
16982026-08-25T15:11:49.392Z Compiling futures-channel v0.3.32
16992026-08-25T15:11:49.613Z Compiling synstructure v0.13.2
17002026-08-25T15:11:49.635Z Compiling serde_derive_internals v0.29.1
17012026-08-25T15:11:49.648Z Compiling futures-task v0.3.32
17022026-08-25T15:11:49.818Z Compiling futures-io v0.3.32
17032026-08-25T15:11:49.981Z Compiling regress v0.10.5
17042026-08-25T15:11:50.002Z Compiling darling_core v0.21.3
17052026-08-25T15:11:50.116Z Compiling thread-id v5.0.0
17062026-08-25T15:11:50.200Z Compiling regex v1.12.4
17072026-08-25T15:11:50.238Z Compiling getrandom v0.2.16
17082026-08-25T15:11:50.318Z Compiling socket2 v0.6.4
17092026-08-25T15:11:50.421Z Compiling parking_lot_core v0.9.12
17102026-08-25T15:11:50.669Z Compiling parking_lot v0.12.5
17112026-08-25T15:11:50.717Z Compiling bitflags v2.11.1
17122026-08-25T15:11:50.761Z Compiling signal-hook-registry v1.4.6
17132026-08-25T15:11:50.795Z Compiling serde_derive v1.0.228
17142026-08-25T15:11:50.807Z Compiling zerofrom-derive v0.1.6
17152026-08-25T15:11:50.960Z Compiling yoke-derive v0.8.0
17162026-08-25T15:11:51.040Z Compiling zerovec-derive v0.11.1
17172026-08-25T15:11:51.074Z Compiling displaydoc v0.2.5
17182026-08-25T15:11:51.151Z Compiling thiserror-impl v2.0.18
17192026-08-25T15:11:51.896Z Compiling schemars_derive v0.8.22
17202026-08-25T15:11:52.033Z Compiling tokio-macros v2.7.0
17212026-08-25T15:11:52.088Z Compiling zeroize_derive v1.4.3
17222026-08-25T15:11:52.150Z Compiling zerocopy-derive v0.8.27
17232026-08-25T15:11:52.177Z Compiling futures-macro v0.3.32
17242026-08-25T15:11:52.410Z Compiling thiserror v2.0.18
17252026-08-25T15:11:52.519Z Compiling zerofrom v0.1.6
17262026-08-25T15:11:52.653Z Compiling yoke v0.8.0
17272026-08-25T15:11:52.782Z Compiling tracing-attributes v0.1.30
17282026-08-25T15:11:52.795Z Compiling thiserror-impl v1.0.69
17292026-08-25T15:11:52.843Z Compiling zerovec v0.11.4
17302026-08-25T15:11:53.026Z Compiling zerotrie v0.2.2
17312026-08-25T15:11:53.129Z Compiling pest v2.8.2
17322026-08-25T15:11:53.336Z Compiling scroll_derive v0.13.1
17332026-08-25T15:11:53.426Z Compiling zerocopy v0.8.27
17342026-08-25T15:11:53.512Z Compiling serde v1.0.228
17352026-08-25T15:11:53.874Z Compiling tinystr v0.8.1
17362026-08-25T15:11:53.962Z Compiling bytes v1.12.0
17372026-08-25T15:11:54.006Z Compiling serde_tokenstream v0.2.3
17382026-08-25T15:11:54.035Z Compiling icu_locale_core v2.0.0
17392026-08-25T15:11:54.077Z Compiling potential_utf v0.1.3
17402026-08-25T15:11:54.195Z Compiling icu_collections v2.0.0
17412026-08-25T15:11:54.199Z Compiling chrono v0.4.45
17422026-08-25T15:11:54.246Z Compiling pest_meta v2.8.2
17432026-08-25T15:11:54.284Z Compiling async-trait v0.1.89
17442026-08-25T15:11:54.423Z Compiling http v1.4.2
17452026-08-25T15:11:54.604Z Compiling icu_provider v2.0.0
17462026-08-25T15:11:54.716Z Compiling scroll v0.13.0
17472026-08-25T15:11:54.878Z Compiling icu_normalizer v2.0.0
17482026-08-25T15:11:54.883Z Compiling icu_properties v2.0.1
17492026-08-25T15:11:54.915Z Compiling pest_generator v2.8.2
17502026-08-25T15:11:54.983Z Compiling goblin v0.10.1
17512026-08-25T15:11:55.272Z Compiling schemars v0.8.22
17522026-08-25T15:11:55.407Z Compiling daft-derive v0.1.5
17532026-08-25T15:11:55.543Z Compiling darling_macro v0.21.3
17542026-08-25T15:11:55.555Z Compiling pest_derive v2.8.2
17552026-08-25T15:11:55.724Z Compiling openssl-macros v0.1.1
17562026-08-25T15:11:56.074Z Compiling idna_adapter v1.2.1
17572026-08-25T15:11:56.113Z Compiling typify-impl v0.4.3
17582026-08-25T15:11:56.125Z Compiling dtrace-parser v0.3.0
17592026-08-25T15:11:56.136Z Compiling darling v0.21.3
17602026-08-25T15:11:56.166Z Compiling openapiv3 v2.2.0
17612026-08-25T15:11:56.280Z Compiling idna v1.1.0
17622026-08-25T15:11:56.307Z Compiling async-stream-impl v0.3.6
17632026-08-25T15:11:56.434Z Compiling structmeta-derive v0.3.0
17642026-08-25T15:11:56.958Z Compiling url v2.5.7
17652026-08-25T15:11:57.036Z Compiling newtype-uuid-macros v0.1.0
17662026-08-25T15:11:57.047Z Compiling serde_yaml v0.9.34+deprecated
17672026-08-25T15:11:57.498Z Compiling structmeta v0.3.0
17682026-08-25T15:11:57.707Z Compiling zeroize v1.8.1
17692026-08-25T15:11:57.801Z Compiling dof v0.4.0
17702026-08-25T15:11:57.824Z Compiling strum_macros v0.26.4
17712026-08-25T15:11:57.849Z Compiling untrusted v0.9.0
17722026-08-25T15:11:57.862Z Compiling thiserror v1.0.69
17732026-08-25T15:11:57.912Z Compiling mio v1.2.1
17742026-08-25T15:11:57.962Z Compiling omicron-workspace-hack v0.1.0
17752026-08-25T15:11:57.976Z Compiling base64 v0.22.1
17762026-08-25T15:11:58.312Z Compiling usdt-impl v0.6.0
17772026-08-25T15:11:58.330Z Compiling tokio v1.52.3
17782026-08-25T15:11:58.431Z Compiling http-body v1.0.1
17792026-08-25T15:11:58.592Z Compiling dropshot_endpoint v0.16.7
17802026-08-25T15:11:58.899Z Compiling ref-cast-impl v1.0.25
17812026-08-25T15:11:59.014Z Compiling atomic-waker v1.1.2
17822026-08-25T15:11:59.227Z Compiling ipnet v2.11.0
17832026-08-25T15:11:59.456Z Compiling derive-ex v0.1.8
17842026-08-25T15:11:59.541Z Compiling strum_macros v0.27.2
17852026-08-25T15:11:59.547Z Compiling httparse v1.10.1
17862026-08-25T15:11:59.772Z Compiling portable-atomic v1.11.1
17872026-08-25T15:11:59.838Z Compiling usdt-macro v0.6.0
17882026-08-25T15:11:59.850Z Compiling usdt-attr-macro v0.6.0
17892026-08-25T15:12:00.259Z Compiling tower-service v0.3.3
17902026-08-25T15:12:00.292Z Compiling tower-layer v0.3.3
17912026-08-25T15:12:00.459Z Compiling try-lock v0.2.5
17922026-08-25T15:12:00.491Z Compiling critical-section v1.2.0
17932026-08-25T15:12:00.573Z Compiling want v0.3.1
17942026-08-25T15:12:00.604Z Compiling once_cell v1.21.3
17952026-08-25T15:12:00.823Z Compiling httpdate v1.0.3
17962026-08-25T15:12:00.948Z Compiling serde_with_macros v3.14.1
17972026-08-25T15:12:01.044Z Compiling test-strategy v0.4.3
17982026-08-25T15:12:01.059Z Compiling ppv-lite86 v0.2.21
17992026-08-25T15:12:01.421Z Compiling erased-serde v0.3.31
18002026-08-25T15:12:01.450Z Compiling subtle v2.6.1
18012026-08-25T15:12:01.625Z Compiling parse-display-derive v0.10.0
18022026-08-25T15:12:01.926Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18032026-08-25T15:12:02.425Z Compiling typify-macro v0.4.3
18042026-08-25T15:12:02.457Z Compiling http-body-util v0.1.3
18052026-08-25T15:12:02.505Z Compiling anyhow v1.0.102
18062026-08-25T15:12:02.719Z Compiling serde_urlencoded v0.7.1
18072026-08-25T15:12:02.789Z Compiling rand_core v0.6.4
18082026-08-25T15:12:02.969Z Compiling typenum v1.20.1
18092026-08-25T15:12:03.190Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18102026-08-25T15:12:03.512Z Compiling futures-util v0.3.32
18112026-08-25T15:12:03.779Z Compiling sync_wrapper v1.0.2
18122026-08-25T15:12:03.847Z Compiling powerfmt v0.2.0
18132026-08-25T15:12:04.041Z Compiling deranged v0.5.3
18142026-08-25T15:12:04.068Z Compiling num_threads v0.1.7
18152026-08-25T15:12:04.204Z Compiling tracing-core v0.1.34
18162026-08-25T15:12:04.317Z Compiling camino v1.2.3
18172026-08-25T15:12:04.414Z Compiling iri-string v0.7.8
18182026-08-25T15:12:04.461Z Compiling typify v0.4.3
18192026-08-25T15:12:04.557Z Compiling progenitor-impl v0.11.1
18202026-08-25T15:12:04.791Z Compiling tracing v0.1.41
18212026-08-25T15:12:04.908Z Compiling encoding_rs v0.8.35
18222026-08-25T15:12:04.976Z Compiling fastrand v2.3.0
18232026-08-25T15:12:05.020Z Compiling cpufeatures v0.2.17
18242026-08-25T15:12:05.095Z Compiling mime v0.3.17
18252026-08-25T15:12:05.108Z Compiling generic-array v0.14.7
18262026-08-25T15:12:05.389Z Compiling hex v0.4.3
18272026-08-25T15:12:05.594Z Compiling crypto-common v0.1.6
18282026-08-25T15:12:05.608Z Compiling errno v0.3.14
18292026-08-25T15:12:05.757Z Compiling tokio-util v0.7.16
18302026-08-25T15:12:05.990Z Compiling thread_local v1.1.9
18312026-08-25T15:12:06.004Z Compiling unicode-width v0.2.1
18322026-08-25T15:12:06.183Z Compiling syn v1.0.109
18332026-08-25T15:12:06.271Z Compiling rustls-pki-types v1.12.0
18342026-08-25T15:12:06.361Z Compiling match_cfg v0.1.0
18352026-08-25T15:12:06.541Z Compiling winnow v0.7.14
18362026-08-25T15:12:06.660Z Compiling rustix v1.1.4
18372026-08-25T15:12:07.081Z Compiling take_mut v0.2.2
18382026-08-25T15:12:07.197Z Compiling term v1.2.0
18392026-08-25T15:12:07.302Z Compiling winnow v1.0.3
18402026-08-25T15:12:07.657Z Compiling toml_parser v1.1.2+spec-1.1.0
18412026-08-25T15:12:07.691Z Compiling h2 v0.4.14
18422026-08-25T15:12:07.862Z Compiling ring v0.17.14
18432026-08-25T15:12:08.092Z Compiling progenitor-macro v0.11.1
18442026-08-25T15:12:08.108Z Compiling serde_spanned v1.1.1
18452026-08-25T15:12:08.368Z Compiling spin v0.9.8
18462026-08-25T15:12:08.381Z Compiling debug-ignore v1.0.5
18472026-08-25T15:12:08.486Z Compiling toml_writer v1.1.1+spec-1.1.0
18482026-08-25T15:12:08.714Z Compiling socket2 v0.5.10
18492026-08-25T15:12:08.885Z Compiling quick-error v1.2.3
18502026-08-25T15:12:09.165Z Compiling block-buffer v0.10.4
18512026-08-25T15:12:09.320Z Compiling waitgroup v0.1.2
18522026-08-25T15:12:09.467Z Compiling async-stream v0.3.6
18532026-08-25T15:12:09.590Z Compiling serde_path_to_error v0.1.20
18542026-08-25T15:12:09.639Z Compiling lazy_static v1.5.0
18552026-08-25T15:12:09.745Z Compiling bit-vec v0.8.0
18562026-08-25T15:12:09.887Z Compiling hyper v1.10.1
18572026-08-25T15:12:09.947Z Compiling bit-set v0.8.0
18582026-08-25T15:12:09.986Z Compiling digest v0.10.7
18592026-08-25T15:12:10.053Z Compiling strum v0.26.3
18602026-08-25T15:12:10.109Z Compiling ipnetwork v0.21.1
18612026-08-25T15:12:10.181Z Compiling crossbeam-utils v0.8.21
18622026-08-25T15:12:10.200Z Compiling toml_datetime v0.7.5+spec-1.1.0
18632026-08-25T15:12:10.555Z Compiling unarray v0.1.4
18642026-08-25T15:12:10.628Z Compiling toml v0.9.12+spec-1.1.0
18652026-08-25T15:12:10.663Z Compiling slog v2.8.2
18662026-08-25T15:12:10.675Z Compiling macaddr v1.0.1
18672026-08-25T15:12:10.686Z Compiling tabwriter v1.4.1
18682026-08-25T15:12:10.837Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18692026-08-25T15:12:10.901Z Compiling ref-cast v1.0.25
18702026-08-25T15:12:10.923Z Compiling colored v3.1.1
18712026-08-25T15:12:11.006Z Compiling hyper-util v0.1.20
18722026-08-25T15:12:11.062Z Compiling strum v0.27.2
18732026-08-25T15:12:11.113Z Compiling aws-lc-sys v0.39.1
18742026-08-25T15:12:11.188Z Compiling getrandom v0.3.3
18752026-08-25T15:12:11.400Z Compiling untrusted v0.7.1
18762026-08-25T15:12:11.531Z Compiling rand_core v0.9.3
18772026-08-25T15:12:11.655Z Compiling oxnet v0.1.6
18782026-08-25T15:12:11.757Z Compiling aws-lc-rs v1.16.2
18792026-08-25T15:12:11.805Z Compiling openssl-sys v0.9.117
18802026-08-25T15:12:12.231Z Compiling instant v0.1.13
18812026-08-25T15:12:12.264Z Compiling foreign-types-shared v0.1.1
18822026-08-25T15:12:12.343Z Compiling foreign-types v0.3.2
18832026-08-25T15:12:12.356Z Compiling rand_chacha v0.9.0
18842026-08-25T15:12:12.420Z Compiling tempfile v3.27.0
18852026-08-25T15:12:12.746Z Compiling rustls-webpki v0.103.6
18862026-08-25T15:12:12.841Z Compiling futures-executor v0.3.32
18872026-08-25T15:12:12.853Z Compiling tower v0.5.2
18882026-08-25T15:12:13.260Z Compiling rustls v0.23.40
18892026-08-25T15:12:13.293Z Compiling openssl-probe v0.1.6
18902026-08-25T15:12:13.325Z Compiling tower-http v0.6.8
18912026-08-25T15:12:13.510Z Compiling futures v0.3.32
18922026-08-25T15:12:13.567Z Compiling rand v0.9.3
18932026-08-25T15:12:13.755Z Compiling openssl v0.10.81
18942026-08-25T15:12:13.768Z Compiling toml_datetime v0.6.11
18952026-08-25T15:12:13.893Z Compiling time v0.3.47
18962026-08-25T15:12:14.173Z Compiling clap_derive v4.6.1
18972026-08-25T15:12:14.243Z Compiling memmap2 v0.9.8
18982026-08-25T15:12:14.903Z Compiling crossbeam-channel v0.5.15
18992026-08-25T15:12:15.300Z Compiling webpki-roots v1.0.2
19002026-08-25T15:12:15.368Z Compiling newtype-uuid v1.3.2
19012026-08-25T15:12:15.582Z Compiling daft v0.1.5
19022026-08-25T15:12:15.826Z Compiling is-terminal v0.4.16
19032026-08-25T15:12:15.859Z Compiling either v1.15.0
19042026-08-25T15:12:15.953Z Compiling slog-term v2.9.2
19052026-08-25T15:12:16.066Z Compiling native-tls v0.2.14
19062026-08-25T15:12:16.434Z Compiling tokio-rustls v0.26.4
19072026-08-25T15:12:16.574Z Compiling tokio-native-tls v0.3.1
19082026-08-25T15:12:16.587Z Compiling usdt v0.6.0
19092026-08-25T15:12:16.614Z Compiling slog-async v2.8.0
19102026-08-25T15:12:16.655Z Compiling hyper-rustls v0.27.7
19112026-08-25T15:12:16.707Z Compiling hyper-tls v0.6.0
19122026-08-25T15:12:16.710Z Compiling slog-json v2.6.1
19132026-08-25T15:12:16.750Z Compiling hostname v0.3.1
19142026-08-25T15:12:16.868Z Compiling reqwest v0.12.23
19152026-08-25T15:12:16.943Z Compiling slog-bunyan v2.5.0
19162026-08-25T15:12:16.997Z Compiling rustls-webpki v0.102.8
19172026-08-25T15:12:17.081Z Compiling multer v3.1.0
19182026-08-25T15:12:17.132Z Compiling rustls-pemfile v2.2.0
19192026-08-25T15:12:17.162Z Compiling hostname v0.4.2
19202026-08-25T15:12:17.330Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19212026-08-25T15:12:17.680Z Compiling rustls v0.22.4
19222026-08-25T15:12:17.894Z Compiling rand_chacha v0.3.1
19232026-08-25T15:12:17.918Z Compiling wait-timeout v0.2.1
19242026-08-25T15:12:18.224Z Compiling rand v0.8.5
19252026-08-25T15:12:18.396Z Compiling rusty-fork v0.3.0
19262026-08-25T15:12:18.523Z Compiling rand_xorshift v0.4.0
19272026-08-25T15:12:18.676Z Compiling sha1 v0.10.6
19282026-08-25T15:12:18.886Z Compiling proptest v1.8.0
19292026-08-25T15:12:19.353Z Compiling tokio-rustls v0.25.0
19302026-08-25T15:12:19.575Z Compiling dropshot v0.16.7
19312026-08-25T15:12:19.722Z Compiling itertools v0.14.0
19322026-08-25T15:12:20.964Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19332026-08-25T15:12:21.464Z Compiling progenitor-client v0.11.1
19342026-08-25T15:12:21.592Z Compiling progenitor-client v0.10.0
19352026-08-25T15:12:21.777Z Compiling serde_with v3.14.1
19362026-08-25T15:12:21.897Z Compiling num-derive v0.4.2
19372026-08-25T15:12:22.109Z Compiling progenitor v0.11.1
19382026-08-25T15:12:22.261Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19392026-08-25T15:12:22.611Z Compiling rustc-hash v2.1.1
19402026-08-25T15:12:22.741Z Compiling iddqd v0.3.18
19412026-08-25T15:12:22.755Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19422026-08-25T15:12:22.869Z Compiling backoff v0.4.0
19432026-08-25T15:12:23.270Z Compiling parse-display v0.10.0
19442026-08-25T15:12:23.451Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19452026-08-25T15:12:23.588Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19462026-08-25T15:12:23.612Z Compiling anstyle v1.0.14
19472026-08-25T15:12:23.847Z Compiling utf8parse v0.2.2
19482026-08-25T15:12:24.196Z Compiling anstyle-parse v1.0.0
19492026-08-25T15:12:24.364Z Compiling colorchoice v1.0.4
19502026-08-25T15:12:24.377Z Compiling anstyle-query v1.1.4
19512026-08-25T15:12:24.389Z Compiling is_terminal_polyfill v1.70.1
19522026-08-25T15:12:24.479Z Compiling anstream v1.0.0
19532026-08-25T15:12:24.528Z Compiling clap_lex v1.1.0
19542026-08-25T15:12:25.605Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19552026-08-25T15:12:28.028Z Compiling winnow v0.5.40
19562026-08-25T15:12:33.037Z Compiling terminal_size v0.4.3
19572026-08-25T15:12:34.312Z Compiling clap_builder v4.6.0
19582026-08-25T15:12:34.518Z Compiling toml_edit v0.19.15
19592026-08-25T15:12:35.001Z Compiling dropshot_endpoint v0.17.1
19602026-08-25T15:12:36.498Z Compiling clap v4.6.1
19612026-08-25T15:12:36.804Z Compiling proc-macro-crate v1.3.1
19622026-08-25T15:12:42.713Z Compiling serde_spanned v0.6.9
19632026-08-25T15:12:42.778Z Compiling adler2 v2.0.1
19642026-08-25T15:12:42.906Z Compiling miniz_oxide v0.8.9
19652026-08-25T15:12:43.264Z Compiling prettyplease v0.2.37
19662026-08-25T15:12:43.276Z Compiling crc32fast v1.5.0
19672026-08-25T15:12:43.477Z Compiling zerocopy-derive v0.7.35
19682026-08-25T15:12:43.499Z Compiling flate2 v1.1.2
19692026-08-25T15:12:43.598Z Compiling ingot-macros v0.1.1
19702026-08-25T15:12:43.925Z Compiling hubpack_derive v0.1.1
19712026-08-25T15:12:43.952Z Compiling hybrid-array v0.4.12
19722026-08-25T15:12:45.789Z Compiling scroll_derive v0.12.1
19732026-08-25T15:12:46.871Z Compiling crypto-common v0.2.2
19742026-08-25T15:12:46.903Z Compiling block-buffer v0.12.0
19752026-08-25T15:12:47.450Z Compiling const-oid v0.10.2
19762026-08-25T15:12:47.493Z Compiling toml_write v0.1.2
19772026-08-25T15:12:47.547Z Compiling compression-core v0.4.32
19782026-08-25T15:12:47.676Z Compiling digest v0.11.3
19792026-08-25T15:12:47.686Z Compiling toml_edit v0.22.27
19802026-08-25T15:12:47.686Z Compiling compression-codecs v0.4.32
19812026-08-25T15:12:48.645Z Compiling zerocopy v0.7.35
19822026-08-25T15:12:48.992Z Compiling num_enum_derive v0.7.5
19832026-08-25T15:12:49.972Z Compiling foreign-types-macros v0.2.3
19842026-08-25T15:12:50.046Z Compiling num-integer v0.1.46
19852026-08-25T15:12:50.076Z Compiling toml_datetime v1.1.1+spec-1.1.0
19862026-08-25T15:12:50.363Z Compiling cpufeatures v0.3.0
19872026-08-25T15:12:50.375Z Compiling float-ord v0.3.2
19882026-08-25T15:12:50.388Z Compiling toml v1.1.2+spec-1.1.0
19892026-08-25T15:12:50.484Z Compiling sha1 v0.11.0
19902026-08-25T15:12:50.873Z Compiling toml v0.8.23
19912026-08-25T15:12:51.057Z Compiling async-compression v0.4.33
19922026-08-25T15:12:52.010Z Compiling glob v0.3.3
19932026-08-25T15:12:52.253Z Compiling dropshot v0.17.1
19942026-08-25T15:12:52.479Z Compiling proc-macro-error-attr v1.0.4
19952026-08-25T15:12:52.563Z Compiling num-iter v0.1.45
19962026-08-25T15:12:52.688Z Compiling num-rational v0.4.2
19972026-08-25T15:12:52.917Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19982026-08-25T15:12:53.063Z Compiling dtrace-parser v0.2.0
19992026-08-25T15:12:53.127Z Compiling num-complex v0.4.6
20002026-08-25T15:12:53.442Z Compiling proc-macro-error v1.0.4
20012026-08-25T15:12:53.520Z Compiling num v0.4.3
20022026-08-25T15:12:53.602Z Compiling dof v0.3.0
20032026-08-25T15:12:53.712Z Compiling num_enum_derive v0.5.11
20042026-08-25T15:12:53.974Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20052026-08-25T15:12:54.504Z Compiling thread-id v4.2.2
20062026-08-25T15:12:54.599Z Compiling usdt-impl v0.5.0
20072026-08-25T15:12:54.868Z Compiling derive_more v0.99.20
20082026-08-25T15:12:55.166Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20092026-08-25T15:12:55.328Z Compiling minimal-lexical v0.2.1
20102026-08-25T15:12:55.714Z Compiling nom v7.1.3
20112026-08-25T15:12:56.123Z Compiling usdt-attr-macro v0.5.0
20122026-08-25T15:12:57.002Z Compiling usdt-macro v0.5.0
20132026-08-25T15:12:57.020Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20142026-08-25T15:12:57.246Z Compiling zone_cfg_derive v0.3.1
20152026-08-25T15:12:57.375Z Compiling libscf-sys v1.2.0
20162026-08-25T15:12:57.565Z Compiling memoffset v0.9.1
20172026-08-25T15:12:57.654Z Compiling rustc_version v0.4.1
20182026-08-25T15:12:57.777Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
20192026-08-25T15:12:57.825Z Compiling crossbeam-epoch v0.9.18
20202026-08-25T15:12:58.082Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20212026-08-25T15:12:58.166Z Compiling enum-as-inner v0.6.1
20222026-08-25T15:12:58.178Z Compiling regress v0.11.1
20232026-08-25T15:12:58.420Z Compiling curve25519-dalek v4.1.3
20242026-08-25T15:12:58.565Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20252026-08-25T15:12:58.649Z Compiling hubpack v0.1.2
20262026-08-25T15:12:58.720Z Compiling static_assertions v1.1.0
20272026-08-25T15:12:58.797Z Compiling crossbeam-deque v0.8.6
20282026-08-25T15:12:58.881Z Compiling thiserror-impl-no-std v2.0.2
20292026-08-25T15:12:58.994Z Compiling curve25519-dalek-derive v0.1.1
20302026-08-25T15:13:00.087Z Compiling typify-impl v0.6.2
20312026-08-25T15:13:00.273Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20322026-08-25T15:13:00.699Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
20332026-08-25T15:13:00.964Z Compiling rayon-core v1.13.0
20342026-08-25T15:13:01.449Z Compiling clang-sys v1.8.1
20352026-08-25T15:13:01.809Z Compiling bytecount v0.6.9
20362026-08-25T15:13:01.977Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20372026-08-25T15:13:02.034Z Compiling scroll v0.12.0
20382026-08-25T15:13:02.286Z Compiling hash32 v0.3.1
20392026-08-25T15:13:02.308Z Compiling goblin v0.8.2
20402026-08-25T15:13:02.451Z Compiling heapless v0.8.0
20412026-08-25T15:13:02.466Z Compiling ingot-types v0.1.2
20422026-08-25T15:13:02.775Z Compiling cobs v0.3.0
20432026-08-25T15:13:02.888Z Compiling libloading v0.8.9
20442026-08-25T15:13:02.901Z Compiling managed v0.8.0
20452026-08-25T15:13:02.988Z Compiling bitflags v1.3.2
20462026-08-25T15:13:03.071Z Compiling foreign-types-shared v0.3.1
20472026-08-25T15:13:03.093Z Compiling bindgen v0.72.1
20482026-08-25T15:13:03.110Z Compiling smoltcp v0.11.0
20492026-08-25T15:13:03.135Z Compiling postcard v1.1.3
20502026-08-25T15:13:03.169Z Compiling foreign-types v0.5.0
20512026-08-25T15:13:03.255Z Compiling ingot v0.1.1
20522026-08-25T15:13:03.533Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20532026-08-25T15:13:03.630Z Compiling cexpr v0.6.0
20542026-08-25T15:13:03.897Z Compiling num_enum v0.7.5
20552026-08-25T15:13:04.024Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20562026-08-25T15:13:04.423Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20572026-08-25T15:13:04.560Z Compiling camino-tempfile v1.4.1
20582026-08-25T15:13:04.779Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20592026-08-25T15:13:04.999Z Compiling serde_repr v0.1.20
20602026-08-25T15:13:05.018Z Compiling derive-where v1.6.0
20612026-08-25T15:13:05.168Z Compiling cstr-argument v0.1.2
20622026-08-25T15:13:05.604Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20632026-08-25T15:13:06.019Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20642026-08-25T15:13:06.469Z Compiling typify-macro v0.6.2
20652026-08-25T15:13:06.700Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20662026-08-25T15:13:06.883Z Compiling rayon v1.11.0
20672026-08-25T15:13:07.194Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20682026-08-25T15:13:07.324Z Compiling crucible-workspace-hack v0.1.0
20692026-08-25T15:13:07.954Z Compiling memmap v0.7.0
20702026-08-25T15:13:08.134Z Compiling tinyvec_macros v0.1.1
20712026-08-25T15:13:08.210Z Compiling tinyvec v1.10.0
20722026-08-25T15:13:08.555Z Compiling typify v0.6.2
20732026-08-25T15:13:08.566Z Compiling usdt v0.5.0
20742026-08-25T15:13:08.587Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20752026-08-25T15:13:08.851Z Compiling num_enum v0.5.11
20762026-08-25T15:13:09.377Z Compiling pin-project-internal v1.1.10
20772026-08-25T15:13:10.174Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20782026-08-25T15:13:10.230Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20792026-08-25T15:13:10.382Z Compiling progenitor-impl v0.14.0
20802026-08-25T15:13:10.512Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20812026-08-25T15:13:10.529Z Compiling papergrid v0.18.0
20822026-08-25T15:13:10.546Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20832026-08-25T15:13:10.958Z Compiling rustix v0.38.44
20842026-08-25T15:13:11.647Z Compiling itertools v0.12.1
20852026-08-25T15:13:11.667Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20862026-08-25T15:13:11.816Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20872026-08-25T15:13:11.856Z Compiling progenitor-impl v0.10.0
20882026-08-25T15:13:12.002Z Compiling sigpipe v0.1.3
20892026-08-25T15:13:12.063Z Compiling jiff v0.2.15
20902026-08-25T15:13:12.196Z Compiling const_format_proc_macros v0.2.34
20912026-08-25T15:13:12.584Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20922026-08-25T15:13:12.839Z Compiling zone v0.3.1
20932026-08-25T15:13:12.885Z Compiling tabled v0.21.0
20942026-08-25T15:13:13.014Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20952026-08-25T15:13:13.027Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20962026-08-25T15:13:13.947Z Compiling progenitor-macro v0.14.0
20972026-08-25T15:13:13.970Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20982026-08-25T15:13:14.299Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
20992026-08-25T15:13:14.613Z Compiling nix v0.31.3
21002026-08-25T15:13:14.650Z Compiling nix v0.30.1
21012026-08-25T15:13:15.199Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21022026-08-25T15:13:15.262Z Compiling snafu-derive v0.8.9
21032026-08-25T15:13:15.331Z Compiling progenitor-macro v0.10.0
21042026-08-25T15:13:15.680Z Compiling itertools v0.15.0
21052026-08-25T15:13:15.921Z Compiling smf v0.2.3
21062026-08-25T15:13:15.941Z Compiling secrecy v0.10.3
21072026-08-25T15:13:16.553Z Compiling async-recursion v1.1.1
21082026-08-25T15:13:16.959Z Compiling bstr v1.12.0
21092026-08-25T15:13:17.082Z Compiling whoami v1.6.1
21102026-08-25T15:13:17.419Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21112026-08-25T15:13:17.480Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
21122026-08-25T15:13:19.543Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21132026-08-25T15:13:20.239Z Compiling hmac v0.12.1
21142026-08-25T15:13:20.311Z Compiling inout v0.1.4
21152026-08-25T15:13:20.466Z Compiling ff v0.13.1
21162026-08-25T15:13:20.508Z Compiling data-encoding v2.9.0
21172026-08-25T15:13:20.601Z Compiling crc8 v0.1.1
21182026-08-25T15:13:20.745Z Compiling group v0.13.0
21192026-08-25T15:13:20.814Z Compiling cipher v0.4.4
21202026-08-25T15:13:20.853Z Compiling hkdf v0.12.4
21212026-08-25T15:13:20.886Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21222026-08-25T15:13:21.417Z Compiling atomicwrites v0.4.4
21232026-08-25T15:13:21.600Z Compiling tokio-dtrace v0.1.1
21242026-08-25T15:13:21.639Z Compiling tabled_derive v0.7.0
21252026-08-25T15:13:21.959Z Compiling reqwest v0.13.2
21262026-08-25T15:13:22.003Z Compiling universal-hash v0.5.1
21272026-08-25T15:13:22.015Z Compiling crypto-bigint v0.5.5
21282026-08-25T15:13:22.138Z Compiling half v2.7.1
21292026-08-25T15:13:22.191Z Compiling opaque-debug v0.3.1
21302026-08-25T15:13:22.272Z Compiling base16ct v0.2.0
21312026-08-25T15:13:22.573Z Compiling ciborium-io v0.2.2
21322026-08-25T15:13:22.603Z Compiling indent_write v2.2.0
21332026-08-25T15:13:22.679Z Compiling base64ct v1.8.0
21342026-08-25T15:13:22.749Z Compiling ciborium-ll v0.2.2
21352026-08-25T15:13:22.985Z Compiling password-hash v0.5.0
21362026-08-25T15:13:23.001Z Compiling progenitor-client v0.14.0
21372026-08-25T15:13:23.287Z Compiling elliptic-curve v0.13.8
21382026-08-25T15:13:23.445Z Compiling poly1305 v0.8.0
21392026-08-25T15:13:24.102Z Compiling oxide-tokio-rt v0.1.2
21402026-08-25T15:13:24.319Z Compiling chacha20 v0.9.1
21412026-08-25T15:13:24.550Z Compiling similar v2.7.0
21422026-08-25T15:13:24.618Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21432026-08-25T15:13:25.048Z Compiling thiserror-no-std v2.0.2
21442026-08-25T15:13:25.679Z Compiling blake2 v0.10.6
21452026-08-25T15:13:25.809Z Compiling aead v0.5.2
21462026-08-25T15:13:25.974Z Compiling strum_macros v0.28.0
21472026-08-25T15:13:26.344Z Compiling linked-hash-map v0.5.6
21482026-08-25T15:13:26.514Z Compiling resolv-conf v0.7.5
21492026-08-25T15:13:26.530Z Compiling keccak v0.1.6
21502026-08-25T15:13:26.539Z Compiling lru-cache v0.1.2
21512026-08-25T15:13:26.799Z Compiling sha3 v0.10.8
21522026-08-25T15:13:27.051Z Compiling chacha20poly1305 v0.10.1
21532026-08-25T15:13:27.067Z Compiling argon2 v0.5.3
21542026-08-25T15:13:27.113Z Compiling vsss-rs v3.3.4
21552026-08-25T15:13:27.126Z Compiling progenitor v0.14.0
21562026-08-25T15:13:27.192Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21572026-08-25T15:13:27.296Z Compiling ciborium v0.2.2
21582026-08-25T15:13:27.500Z Compiling hickory-proto v0.24.4
21592026-08-25T15:13:27.839Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21602026-08-25T15:13:27.896Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21612026-08-25T15:13:28.575Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21622026-08-25T15:13:28.583Z Compiling serde-big-array v0.5.1
21632026-08-25T15:13:28.853Z Compiling unicode-segmentation v1.12.0
21642026-08-25T15:13:28.905Z Compiling siphasher v1.0.1
21652026-08-25T15:13:29.153Z Compiling same-file v1.0.6
21662026-08-25T15:13:29.256Z Compiling walkdir v2.5.0
21672026-08-25T15:13:29.301Z Compiling hickory-resolver v0.24.4
21682026-08-25T15:13:29.350Z Compiling newline-converter v0.3.0
21692026-08-25T15:13:29.380Z Compiling phf_shared v0.12.1
21702026-08-25T15:13:29.471Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21712026-08-25T15:13:29.621Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21722026-08-25T15:13:30.236Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21732026-08-25T15:13:30.792Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21742026-08-25T15:13:31.412Z Compiling newtype_derive v0.1.6
21752026-08-25T15:13:31.499Z Compiling owo-colors v4.3.0
21762026-08-25T15:13:31.851Z Compiling tokio-stream v0.1.17
21772026-08-25T15:13:31.882Z Compiling console v0.15.11
21782026-08-25T15:13:31.930Z Compiling csv-core v0.1.12
21792026-08-25T15:13:32.207Z Compiling foldhash v0.1.5
21802026-08-25T15:13:32.270Z Compiling unicode-width v0.1.14
21812026-08-25T15:13:32.320Z Compiling termtree v0.5.1
21822026-08-25T15:13:32.391Z Compiling swrite v0.1.0
21832026-08-25T15:13:32.394Z Compiling humantime v2.3.0
21842026-08-25T15:13:32.469Z Compiling unicode-linebreak v0.1.5
21852026-08-25T15:13:32.515Z Compiling smawk v0.3.2
21862026-08-25T15:13:32.560Z Compiling hashbrown v0.15.5
21872026-08-25T15:13:32.567Z Compiling qorb v0.4.1
21882026-08-25T15:13:32.657Z Compiling textwrap v0.16.2
21892026-08-25T15:13:32.676Z Compiling expectorate v1.2.0
21902026-08-25T15:13:32.903Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21912026-08-25T15:13:32.915Z Compiling csv v1.4.0
21922026-08-25T15:13:33.216Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21932026-08-25T15:13:35.042Z Compiling phf v0.12.1
21942026-08-25T15:13:35.121Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21952026-08-25T15:13:35.402Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
21962026-08-25T15:13:35.762Z Compiling pin-project v1.1.10
21972026-08-25T15:13:35.873Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21982026-08-25T15:13:36.043Z Compiling libz-sys v1.1.22
21992026-08-25T15:13:36.081Z Compiling unicode-normalization v0.1.24
22002026-08-25T15:13:36.610Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22012026-08-25T15:13:37.289Z Compiling libsw-core v0.3.2
22022026-08-25T15:13:37.628Z Compiling fixedbitset v0.4.2
22032026-08-25T15:13:37.660Z Compiling fixedbitset v0.5.7
22042026-08-25T15:13:37.877Z Compiling highway v1.3.0
22052026-08-25T15:13:38.112Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22062026-08-25T15:13:38.237Z Compiling progenitor v0.10.0
22072026-08-25T15:13:38.849Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22082026-08-25T15:13:39.080Z Compiling petgraph v0.8.2
22092026-08-25T15:13:40.063Z Compiling petgraph v0.6.5
22102026-08-25T15:13:40.631Z Compiling libsw v3.5.0
22112026-08-25T15:13:40.910Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22122026-08-25T15:13:41.788Z Compiling olpc-cjson v0.1.4
22132026-08-25T15:13:41.975Z Compiling libgit2-sys v0.17.0+1.8.1
22142026-08-25T15:13:42.267Z Compiling snafu v0.8.9
22152026-08-25T15:13:42.637Z Compiling chrono-tz v0.10.4
22162026-08-25T15:13:42.749Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22172026-08-25T15:13:42.856Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22182026-08-25T15:13:43.103Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22192026-08-25T15:13:43.734Z Compiling papergrid v0.11.0
22202026-08-25T15:13:43.807Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22212026-08-25T15:13:44.103Z Compiling strum v0.28.0
22222026-08-25T15:13:44.247Z Compiling globset v0.4.16
22232026-08-25T15:13:44.556Z Compiling const_format v0.2.34
22242026-08-25T15:13:44.838Z Compiling slog-dtrace v0.3.0
22252026-08-25T15:13:44.899Z Compiling cancel-safe-futures v0.1.5
22262026-08-25T15:13:45.062Z Compiling gethostname v0.5.0
22272026-08-25T15:13:45.220Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22282026-08-25T15:13:46.029Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22292026-08-25T15:13:46.253Z Compiling dropshot-api-manager-types v0.7.2
22302026-08-25T15:13:46.420Z Compiling pem v3.0.5
22312026-08-25T15:13:46.636Z Compiling bcs v0.1.6
22322026-08-25T15:13:46.639Z Compiling serde_plain v1.0.2
22332026-08-25T15:13:46.734Z Compiling cargo-platform v0.1.9
22342026-08-25T15:13:46.815Z Compiling tagptr v0.2.0
22352026-08-25T15:13:46.981Z Compiling linear-map v1.2.0
22362026-08-25T15:13:47.187Z Compiling typed-path v0.9.3
22372026-08-25T15:13:47.298Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22382026-08-25T15:13:48.519Z Compiling tough v0.20.0
22392026-08-25T15:13:48.929Z Compiling moka v0.12.11
22402026-08-25T15:13:48.943Z Compiling cargo_metadata v0.18.1
22412026-08-25T15:13:49.128Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22422026-08-25T15:13:50.233Z Compiling tabled v0.15.0
22432026-08-25T15:13:50.465Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22442026-08-25T15:13:50.734Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22452026-08-25T15:13:50.774Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22462026-08-25T15:13:51.084Z Compiling git2 v0.19.0
22472026-08-25T15:13:52.085Z Compiling steno v0.4.1
22482026-08-25T15:13:53.867Z Compiling cookie v0.18.1
22492026-08-25T15:13:54.041Z Compiling hickory-proto v0.25.2
22502026-08-25T15:13:56.167Z Compiling hickory-resolver v0.25.2
22512026-08-25T15:13:56.663Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22522026-08-25T15:13:58.639Z Compiling vergen v8.3.2
22532026-08-25T15:13:59.703Z Compiling signal-hook v0.4.4
22542026-08-25T15:14:00.556Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22552026-08-25T15:14:00.597Z Compiling predicates-core v1.0.9
22562026-08-25T15:14:00.807Z Compiling mockall_derive v0.14.0
22572026-08-25T15:14:01.059Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22582026-08-25T15:14:01.097Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22592026-08-25T15:14:01.351Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22602026-08-25T15:14:01.586Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22612026-08-25T15:14:01.770Z Compiling sha2 v0.10.9
22622026-08-25T15:14:02.389Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22632026-08-25T15:14:03.188Z Compiling diff v0.1.13
22642026-08-25T15:14:03.302Z Compiling yansi v1.0.1
22652026-08-25T15:14:03.343Z Compiling mockall v0.14.0
22662026-08-25T15:14:03.627Z Compiling pretty_assertions v1.4.1
22672026-08-25T15:14:03.651Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22682026-08-25T15:14:04.802Z Compiling fs-err v3.1.2
22692026-08-25T15:14:04.917Z Compiling predicates v3.1.3
22702026-08-25T15:14:05.114Z Compiling predicates-tree v1.0.12
22712026-08-25T15:14:06.157Z Compiling git-stub v1.0.0
22722026-08-25T15:14:06.276Z Compiling filetime v0.2.26
22732026-08-25T15:14:06.447Z Compiling downcast v0.11.0
22742026-08-25T15:14:06.478Z Compiling fragile v2.0.1
22752026-08-25T15:14:06.610Z Compiling constant_time_eq v0.3.1
22762026-08-25T15:14:06.740Z Compiling is_ci v1.2.0
22772026-08-25T15:14:06.796Z Compiling arrayvec v0.7.6
22782026-08-25T15:14:06.809Z Compiling xattr v1.6.1
22792026-08-25T15:14:06.900Z Compiling arrayref v0.3.9
22802026-08-25T15:14:06.989Z Compiling tar v0.4.45
22812026-08-25T15:14:07.001Z Compiling blake3 v1.8.2
22822026-08-25T15:14:07.016Z Compiling supports-color v3.0.2
22832026-08-25T15:14:07.209Z Compiling toml v0.7.8
22842026-08-25T15:14:07.794Z Compiling git-stub-vcs v0.1.0
22852026-08-25T15:14:08.178Z Compiling curl-sys v0.4.89+curl-8.20.0
22862026-08-25T15:14:08.335Z Compiling signal-hook-tokio v0.4.0
22872026-08-25T15:14:08.627Z Compiling scuffle v0.1.0
22882026-08-25T15:14:09.589Z Compiling drift v0.2.0
22892026-08-25T15:14:10.021Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22902026-08-25T15:14:10.068Z Compiling kstat-rs v0.2.4
22912026-08-25T15:14:10.394Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22922026-08-25T15:14:10.509Z Compiling hex-literal v1.1.0
22932026-08-25T15:14:10.635Z Compiling topological-sort v0.2.2
22942026-08-25T15:14:10.795Z Compiling omicron-zone-package v0.12.2
22952026-08-25T15:14:10.808Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22962026-08-25T15:14:10.929Z Compiling dropshot-api-manager v0.7.2
22972026-08-25T15:14:12.335Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22982026-08-25T15:14:13.289Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22992026-08-25T15:14:13.740Z Compiling curl v0.4.50
23002026-08-25T15:14:13.990Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
23012026-08-25T15:14:14.256Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23022026-08-25T15:14:14.593Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
23032026-08-25T15:14:14.850Z Compiling iddqd v0.4.5
23042026-08-25T15:14:14.998Z Compiling search_path v0.1.4
23052026-08-25T15:14:15.360Z Compiling internet-checksum v0.2.1
23062026-08-25T15:14:15.407Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
23072026-08-25T15:14:15.492Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
23082026-08-25T15:14:18.377Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
23092026-08-25T15:14:19.063Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
23102026-08-25T15:15:07.210Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 22s
23112026-08-25T15:15:07.337Z Running unittests src/lib.rs (target/debug/deps/aal-43e0b8f52d66773a)
23122026-08-25T15:15:07.341Z
23132026-08-25T15:15:07.341Zrunning 0 tests
23142026-08-25T15:15:07.341Z
23152026-08-25T15:15:07.341Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23162026-08-25T15:15:07.341Z
23172026-08-25T15:15:07.341Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
23182026-08-25T15:15:07.344Z
23192026-08-25T15:15:07.344Zrunning 0 tests
23202026-08-25T15:15:07.344Z
23212026-08-25T15:15:07.344Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23222026-08-25T15:15:07.344Z
23232026-08-25T15:15:07.344Z Running unittests src/lib.rs (target/debug/deps/asic-a0a7892820f1f61b)
23242026-08-25T15:15:07.348Z
23252026-08-25T15:15:07.348Zrunning 0 tests
23262026-08-25T15:15:07.348Z
23272026-08-25T15:15:07.348Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23282026-08-25T15:15:07.348Z
23292026-08-25T15:15:07.348Z Running unittests src/lib.rs (target/debug/deps/common-6afafc4407b0a90c)
23302026-08-25T15:15:07.351Z
23312026-08-25T15:15:07.351Zrunning 4 tests
23322026-08-25T15:15:07.355Ztest nat::tests::test_vni ... ok
23332026-08-25T15:15:07.355Ztest network::tests::test_generate_ipv6_link_local ... ok
23342026-08-25T15:15:07.355Ztest test_purge ... ok
23352026-08-25T15:15:07.358Ztest illumos::test::address_exists_handles_missing_object ... ok
23362026-08-25T15:15:07.358Z
23372026-08-25T15:15:07.358Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23382026-08-25T15:15:07.358Z
23392026-08-25T15:15:07.358Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-3b6a1705a6b97607)
23402026-08-25T15:15:07.361Z
23412026-08-25T15:15:07.361Zrunning 1 test
23422026-08-25T15:15:07.361Z -------
23432026-08-25T15:15:07.361Z Generating OpenAPI documents from API definitions ...
23442026-08-25T15:15:07.502Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23452026-08-25T15:15:07.573Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23462026-08-25T15:15:08.625Z -------
23472026-08-25T15:15:08.625Z Checking 13 OpenAPI documents...
23482026-08-25T15:15:08.625Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23492026-08-25T15:15:08.625Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23502026-08-25T15:15:08.626Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23512026-08-25T15:15:08.626Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23522026-08-25T15:15:08.626Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23532026-08-25T15:15:08.629Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23542026-08-25T15:15:08.629Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23552026-08-25T15:15:08.629Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23562026-08-25T15:15:08.629Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23572026-08-25T15:15:08.629Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23582026-08-25T15:15:08.629Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23592026-08-25T15:15:08.629Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23602026-08-25T15:15:08.629Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
23612026-08-25T15:15:08.629Z Fresh dpd "latest" symlink
23622026-08-25T15:15:08.630Z -------
23632026-08-25T15:15:08.630Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
23642026-08-25T15:15:08.693Ztest test::test_apis_up_to_date ... ok
23652026-08-25T15:15:08.693Z
23662026-08-25T15:15:08.693Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.33s
23672026-08-25T15:15:08.693Z
23682026-08-25T15:15:08.751Z Running unittests src/main.rs (target/debug/deps/dpd-4835e479bf07068c)
23692026-08-25T15:15:08.758Z
23702026-08-25T15:15:08.758Zrunning 34 tests
23712026-08-25T15:15:08.765Ztest freemap::test_ordering ... ok
23722026-08-25T15:15:08.765Ztest config::tests::test_updates ... ok
23732026-08-25T15:15:08.765Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23742026-08-25T15:15:08.765Ztest freemap::test_split ... ok
23752026-08-25T15:15:08.766Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23762026-08-25T15:15:08.766Ztest macaddrs::tests::test_mac_offset ... ok
23772026-08-25T15:15:08.766ZAug 25 15:15:07.005 DEBG created new freemapAug 25 15:15:07.005 DEBG , created new freemapunit:, unitfreemap_test: freemap_test
23782026-08-25T15:15:08.766Z
23792026-08-25T15:15:08.766ZAug 25 15:15:07.005Aug 25 15:15:07.005 DEBGDEBG initted freemap. size: 128created new freemap, unitAug 25 15:15:07.005, : unitDEBG : initted freemap. size: 128freemap_testfreemap_test
23802026-08-25T15:15:08.766Z,
23812026-08-25T15:15:08.766Zunit: freemap_test
23822026-08-25T15:15:08.766ZAug 25 15:15:07.006 DEBG Aug 25 15:15:07.006reset freemap Aug 25 15:15:07.006DEBG, unit :initted freemap. size: 128DEBG , freemap_testunitreset freemap
23832026-08-25T15:15:08.766Z:, unitfreemap_test:
23842026-08-25T15:15:08.766Z freemap_test
23852026-08-25T15:15:08.766ZAug 25 15:15:07.006 DEBGAug 25 15:15:07.005 reset freemapDEBG, unit:created new freemap freemap_test
23862026-08-25T15:15:08.766Z, unit: freemap_test
23872026-08-25T15:15:08.766ZAug 25 15:15:07.006 DEBG initted freemap. size: 128, unit: freemap_test
23882026-08-25T15:15:08.766ZAug 25 15:15:07.006 DEBG reset freemap, unit: freemap_test
23892026-08-25T15:15:08.766Ztest freemap::test_reclaim ... ok
23902026-08-25T15:15:08.766Ztest freemap::test_free ... ok
23912026-08-25T15:15:08.766Ztest freemap::test_basic ... ok
23922026-08-25T15:15:08.766Ztest freemap::test_exhaustion ... ok
23932026-08-25T15:15:08.766Ztest macaddrs::tests::test_parse_port_id ... ok
23942026-08-25T15:15:08.766Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23952026-08-25T15:15:08.766Ztest nat::test_mapping ... ok
23962026-08-25T15:15:08.766Ztest port_map::tests::test_backplane_group ... ok
23972026-08-25T15:15:08.766Ztest port_map::tests::test_port_map ... ok
23982026-08-25T15:15:08.766Ztest port_map::tests::dump_map ... ok
23992026-08-25T15:15:08.766ZAug 25 15:15:07.007 DEBG created new freemap, unit: freemap_test
24002026-08-25T15:15:08.767ZAug 25 15:15:07.007 DEBG initted freemap. size: 8, unit: freemap_test
24012026-08-25T15:15:08.767ZAug 25 15:15:07.007 DEBG reset freemap, unit: freemap_test
24022026-08-25T15:15:08.767Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
24032026-08-25T15:15:08.767ZAug 25 15:15:07.007 DEBG created new freemap, unit: freemap_test
24042026-08-25T15:15:08.767ZAug 25 15:15:07.007 DEBG initted freemap. size: 128, unit: freemap_test
24052026-08-25T15:15:08.767ZAug 25 15:15:07.007 DEBG reset freemap, unit: freemap_test
24062026-08-25T15:15:08.767ZAug 25 15:15:07.007 DEBG created new freemap, unit: freemap_route_ipv4
24072026-08-25T15:15:08.767ZAug 25 15:15:07.007 DEBG created new freemap, unit: freemap_route_ipv6
24082026-08-25T15:15:08.767ZAug 25 15:15:07.007 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
24092026-08-25T15:15:08.767ZAug 25 15:15:07.007 DEBG reset freemap, unit: freemap_route_ipv4
24102026-08-25T15:15:08.767ZAug 25 15:15:07.007 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
24112026-08-25T15:15:08.767ZAug 25 15:15:07.007 DEBG reset freemap, unit: freemap_route_ipv6
24122026-08-25T15:15:08.767ZAug 25 15:15:07.007 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
24132026-08-25T15:15:08.767ZAug 25 15:15:07.007 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 } }]
24142026-08-25T15:15:08.767ZAug 25 15:15:07.007 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
24152026-08-25T15:15:08.767ZAug 25 15:15:07.007 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 } }]
24162026-08-25T15:15:08.767ZAug 25 15:15:07.007 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
24172026-08-25T15:15:08.767ZAug 25 15:15:07.007 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 } }]
24182026-08-25T15:15:08.767ZAug 25 15:15:07.007 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
24192026-08-25T15:15:08.767ZAug 25 15:15:07.007 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 } }]
24202026-08-25T15:15:08.767ZAug 25 15:15:07.007 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
24212026-08-25T15:15:08.767ZAug 25 15:15:07.007 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 } }]
24222026-08-25T15:15:08.767ZAug 25 15:15:07.007 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
24232026-08-25T15:15:08.767ZAug 25 15:15:07.007 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 } }]
24242026-08-25T15:15:08.767ZAug 25 15:15:07.007 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
24252026-08-25T15:15:08.767ZAug 25 15:15:07.007 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 } }]
24262026-08-25T15:15:08.768ZAug 25 15:15:07.007 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
24272026-08-25T15:15:08.768ZAug 25 15:15:07.007 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 } }]
24282026-08-25T15:15:08.768ZAug 25 15:15:07.007 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
24292026-08-25T15:15:08.768ZAug 25 15:15:07.007 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 } }]
24302026-08-25T15:15:08.768ZAug 25 15:15:07.007 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
24312026-08-25T15:15:08.768ZAug 25 15:15:07.007 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 } }]
24322026-08-25T15:15:08.768ZAug 25 15:15:07.007 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
24332026-08-25T15:15:08.768ZAug 25 15:15:07.007 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 } }]
24342026-08-25T15:15:08.768ZAug 25 15:15:07.007 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
24352026-08-25T15:15:08.768ZAug 25 15:15:07.007 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 } }]
24362026-08-25T15:15:08.768ZAug 25 15:15:07.007 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
24372026-08-25T15:15:08.768ZAug 25 15:15:07.007 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 } }]
24382026-08-25T15:15:08.768ZAug 25 15:15:07.007 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
24392026-08-25T15:15:08.768ZAug 25 15:15:07.007 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 } }]
24402026-08-25T15:15:08.768ZAug 25 15:15:07.007 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
24412026-08-25T15:15:08.768ZAug 25 15:15:07.007 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 } }]
24422026-08-25T15:15:08.768ZAug 25 15:15:07.007 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
24432026-08-25T15:15:08.768ZAug 25 15:15:07.007 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 } }]
24442026-08-25T15:15:08.768ZAug 25 15:15:07.007 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
24452026-08-25T15:15:08.768ZAug 25 15:15:07.007 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 } }]
24462026-08-25T15:15:08.768ZAug 25 15:15:07.007 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
24472026-08-25T15:15:08.768ZAug 25 15:15:07.007 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 } }]
24482026-08-25T15:15:08.768ZAug 25 15:15:07.007 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
24492026-08-25T15:15:08.768ZAug 25 15:15:07.007 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 } }]
24502026-08-25T15:15:08.768ZAug 25 15:15:07.007 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
24512026-08-25T15:15:08.768ZAug 25 15:15:07.007 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 } }]
24522026-08-25T15:15:08.769ZAug 25 15:15:07.007 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
24532026-08-25T15:15:08.769ZAug 25 15:15:07.007 DEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24542026-08-25T15:15:08.769ZAug 25 15:15:07.007 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
24552026-08-25T15:15:08.769ZAug 25 15:15:07.007 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 } }]
24562026-08-25T15:15:08.769ZAug 25 15:15:07.007 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
24572026-08-25T15:15:08.769ZAug 25 15:15:07.007 DEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24582026-08-25T15:15:08.769ZAug 25 15:15:07.007 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
24592026-08-25T15:15:08.769ZAug 25 15:15:07.007 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 } }]
24602026-08-25T15:15:08.769ZAug 25 15:15:07.007 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
24612026-08-25T15:15:08.769ZAug 25 15:15:07.007 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 } }]
24622026-08-25T15:15:08.769ZAug 25 15:15:07.007 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
24632026-08-25T15:15:08.769ZAug 25 15:15:07.007 DEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24642026-08-25T15:15:08.769ZAug 25 15:15:07.007 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
24652026-08-25T15:15:08.769ZAug 25 15:15:07.007 DEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24662026-08-25T15:15:08.769ZAug 25 15:15:07.007 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
24672026-08-25T15:15:08.769ZAug 25 15:15:07.007 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 } }]
24682026-08-25T15:15:08.769ZAug 25 15:15:07.007 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
24692026-08-25T15:15:08.769ZAug 25 15:15:07.007 DEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24702026-08-25T15:15:08.769ZAug 25 15:15:07.007 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
24712026-08-25T15:15:08.775ZAug 25 15:15:07.007 DEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24722026-08-25T15:15:08.775ZAug 25 15:15:07.007 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
24732026-08-25T15:15:08.775ZAug 25 15:15:07.007 DEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24742026-08-25T15:15:08.775ZAug 25 15:15:07.007 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
24752026-08-25T15:15:08.775ZAug 25 15:15:07.007 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 } }]
24762026-08-25T15:15:08.775ZAug 25 15:15:07.007 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
24772026-08-25T15:15:08.775ZAug 25 15:15:07.007 DEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24782026-08-25T15:15:08.775ZAug 25 15:15:07.007 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
24792026-08-25T15:15:08.775ZAug 25 15:15:07.007 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 } }]
24802026-08-25T15:15:08.775ZAug 25 15:15:07.007 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
24812026-08-25T15:15:08.775ZAug 25 15:15:07.007 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 } }]
24822026-08-25T15:15:08.775ZAug 25 15:15:07.007 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
24832026-08-25T15:15:08.775ZAug 25 15:15:07.007 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 } }]
24842026-08-25T15:15:08.775ZAug 25 15:15:07.007 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
24852026-08-25T15:15:08.775ZAug 25 15:15:07.007 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 } }]
24862026-08-25T15:15:08.775ZAug 25 15:15:07.007 DEBG Aug 25 15:15:07.007created new freemap INFO, unitadding route 3fff:beef:24::/64 -> 2001:db8::55:ff:
24872026-08-25T15:15:08.776Z freemap_route_ipv4
24882026-08-25T15:15:08.776ZAug 25 15:15:07.007 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 } }]
24892026-08-25T15:15:08.776ZAug 25 15:15:07.007 DEBG Aug 25 15:15:07.007created new freemap , INFOunit :adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
24902026-08-25T15:15:08.776Zfreemap_route_ipv6
24912026-08-25T15:15:08.776ZAug 25 15:15:07.007 Aug 25 15:15:07.007DEBG 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 } }]
24922026-08-25T15:15:08.776Zinitted freemap. size: 64, unit:Aug 25 15:15:07.007 freemap_route_ipv4INFO
24932026-08-25T15:15:08.776Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
24942026-08-25T15:15:08.776ZAug 25 15:15:07.007 Aug 25 15:15:07.007DEBG DEBGreset freemap , 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 } }]unit
24952026-08-25T15:15:08.776Z: freemap_route_ipv4
24962026-08-25T15:15:08.776ZAug 25 15:15:07.007 INFO Aug 25 15:15:07.007adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
24972026-08-25T15:15:08.776ZDEBG initted freemap. size: 64, unitAug 25 15:15:07.007: DEBGfreemap_route_ipv6
24982026-08-25T15:15:08.776Zreplacing 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 } }]
24992026-08-25T15:15:08.776Ztest port_map::tests::parse_softnpu_revision ... ok
25002026-08-25T15:15:08.777Ztest freemap::test_span ... ok
25012026-08-25T15:15:08.777ZAug 25 15:15:07.007 DEBG Aug 25 15:15:07.007reset freemap , INFOunit :adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
25022026-08-25T15:15:08.777Zfreemap_route_ipv6
25032026-08-25T15:15:08.777ZAug 25 15:15:07.007Aug 25 15:15:07.007 DEBGINFO replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
25042026-08-25T15:15:08.777Z
25052026-08-25T15:15:08.777ZAug 25 15:15:07.007Aug 25 15:15:07.007 INFODEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
25062026-08-25T15:15:08.777Z
25072026-08-25T15:15:08.777ZAug 25 15:15:07.007Aug 25 15:15:07.007 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:dead::/64 -> 2001:db8::55:2
25082026-08-25T15:15:08.777Z
25092026-08-25T15:15:08.777ZAug 25 15:15:07.007Aug 25 15:15:07.007 INFODEBG adding route 3fff:beef:2a::/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 } }]
25102026-08-25T15:15:08.777Z
25112026-08-25T15:15:08.777ZAug 25 15:15:07.007Aug 25 15:15:07.007 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:dead::/64 -> 2001:db8::55:3
25122026-08-25T15:15:08.777Z
25132026-08-25T15:15:08.778ZAug 25 15:15:07.007Aug 25 15:15:07.007 INFODEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
25142026-08-25T15:15:08.778Z
25152026-08-25T15:15:08.778ZAug 25 15:15:07.007Aug 25 15:15:07.007 Aug 25 15:15:07.007DEBG INFODEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
25162026-08-25T15:15:08.778Z
25172026-08-25T15:15:08.778Z created new freemapAug 25 15:15:07.007, Aug 25 15:15:07.007unit INFODEBG: freemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
25182026-08-25T15:15:08.778Z
25192026-08-25T15:15:08.778Z
25202026-08-25T15:15:08.778ZAug 25 15:15:07.007Aug 25 15:15:07.007Aug 25 15:15:07.007 DEBGDEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap
25212026-08-25T15:15:08.778ZINFO , adding route 3fff:beef::/64 -> 2001:db8::55:ffunit
25222026-08-25T15:15:08.778ZAug 25 15:15:07.007 Aug 25 15:15:07.007:INFO DEBGfreemap_route_ipv6adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
25232026-08-25T15:15:08.778Z
25242026-08-25T15:15:08.778Z 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 } }]
25252026-08-25T15:15:08.778ZAug 25 15:15:07.007Aug 25 15:15:07.007 DEBGDEBGAug 25 15:15:07.007 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 } }] INFOinitted freemap. size: 64
25262026-08-25T15:15:08.778Z, unit :adding route 3fff:beef:1::/64 -> 2001:db8::55:ff Aug 25 15:15:07.007freemap_route_ipv4
25272026-08-25T15:15:08.779Z
25282026-08-25T15:15:08.779ZINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
25292026-08-25T15:15:08.779ZAug 25 15:15:07.007Aug 25 15:15:07.007 DEBGDEBGAug 25 15:15:07.007 replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
25302026-08-25T15:15:08.779Z reset freemapreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
25312026-08-25T15:15:08.779Zunit: freemap_route_ipv4
25322026-08-25T15:15:08.779ZAug 25 15:15:07.007Aug 25 15:15:07.007 INFOINFOAug 25 15:15:07.007 DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff adding route 3fff:beef:2::/64 -> 2001:db8::55:ffinitted freemap. size: 64
25332026-08-25T15:15:08.779Z,
25342026-08-25T15:15:08.779Zunit: Aug 25 15:15:07.007freemap_route_ipv6
25352026-08-25T15:15:08.779ZDEBG 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 } }]
25362026-08-25T15:15:08.780ZAug 25 15:15:07.008 Aug 25 15:15:07.008DEBG INFOreset freemap , adding route 3fff:beef:30::/64 -> 2001:db8::55:ffunit
25372026-08-25T15:15:08.780Z: Aug 25 15:15:07.008freemap_route_ipv6
25382026-08-25T15:15:08.780ZDEBGAug 25 15:15:07.008 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 } }]
25392026-08-25T15:15:08.780ZDEBGAug 25 15:15:07.008 INFOreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25402026-08-25T15:15:08.780ZAug 25 15:15:07.008adding route 3fff:dead::/64 -> 2001:db8::55:1 INFO
25412026-08-25T15:15:08.780Z adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 25 15:15:07.008
25422026-08-25T15:15:08.780Z Aug 25 15:15:07.008INFO DEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
25432026-08-25T15:15:08.780ZAug 25 15:15:07.008
25442026-08-25T15:15:08.780Z 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 } }]
25452026-08-25T15:15:08.780ZAug 25 15:15:07.008Aug 25 15:15:07.008 INFODEBG Aug 25 15:15:07.008 adding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25462026-08-25T15:15:08.780Z
25472026-08-25T15:15:08.780ZINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 25 15:15:07.008Aug 25 15:15:07.008
25482026-08-25T15:15:08.780ZDEBG 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 } }] Aug 25 15:15:07.007
25492026-08-25T15:15:08.780Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
25502026-08-25T15:15:08.780ZDEBG created new freemapAug 25 15:15:07.008, Aug 25 15:15:07.008 unit :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 } }]freemap_route_ipv4
25512026-08-25T15:15:08.780Zreplacing 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 } }]
25522026-08-25T15:15:08.780Z
25532026-08-25T15:15:08.780ZAug 25 15:15:07.008Aug 25 15:15:07.008 INFOAug 25 15:15:07.008INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
25542026-08-25T15:15:08.780Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG
25552026-08-25T15:15:08.780Z created new freemap, unitAug 25 15:15:07.008Aug 25 15:15:07.008 :DEBGDEBG freemap_route_ipv6replacing 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 } }]
25562026-08-25T15:15:08.780Zreplacing 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 } }]
25572026-08-25T15:15:08.780Z
25582026-08-25T15:15:08.780ZAug 25 15:15:07.008Aug 25 15:15:07.008 Aug 25 15:15:07.008 DEBGINFO INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
25592026-08-25T15:15:08.780Zinitted freemap. size: 64
25602026-08-25T15:15:08.780Ztest api_server::tests::test_build_info ... ok
25612026-08-25T15:15:08.780Z, unit:Aug 25 15:15:07.008 Aug 25 15:15:07.008freemap_route_ipv4DEBG DEBG
25622026-08-25T15:15:08.781Zreplacing 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 } }]
25632026-08-25T15:15:08.781Zreplacing 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 } }]
25642026-08-25T15:15:08.781ZAug 25 15:15:07.008Aug 25 15:15:07.008 Aug 25 15:15:07.008 INFO INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG
25652026-08-25T15:15:08.781Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff reset freemap
25662026-08-25T15:15:08.781ZAug 25 15:15:07.008 , DEBGunit Aug 25 15:15:07.008replacing 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 } }]
25672026-08-25T15:15:08.781Z:DEBG freemap_route_ipv4replacing 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 } }]
25682026-08-25T15:15:08.782ZAug 25 15:15:07.008
25692026-08-25T15:15:08.782Z INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
25702026-08-25T15:15:08.782ZAug 25 15:15:07.008Aug 25 15:15:07.008 DEBGINFOAug 25 15:15:07.008 DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
25712026-08-25T15:15:08.790Zreplacing 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 } }]initted freemap. size: 64
25722026-08-25T15:15:08.790Z, unit: Aug 25 15:15:07.008freemap_route_ipv6Aug 25 15:15:07.008 DEBGINFO
25732026-08-25T15:15:08.790Z adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
25742026-08-25T15:15:08.790Zreplacing 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 } }]
25752026-08-25T15:15:08.790ZAug 25 15:15:07.008 DEBGAug 25 15:15:07.008Aug 25 15:15:07.008 reset freemapDEBGINFO replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], adding route 3fff:beef:37::/64 -> 2001:db8::55:ffunit
25762026-08-25T15:15:08.790Z:
25772026-08-25T15:15:08.790Zfreemap_route_ipv6
25782026-08-25T15:15:08.790ZAug 25 15:15:07.008Aug 25 15:15:07.008 Aug 25 15:15:07.008DEBGINFO 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:a::/64 -> 2001:db8::55:ff
25792026-08-25T15:15:08.790Z
25802026-08-25T15:15:08.790ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1
25812026-08-25T15:15:08.790ZAug 25 15:15:07.008Aug 25 15:15:07.008 DEBGAug 25 15:15:07.008 INFO 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 } }]
25822026-08-25T15:15:08.790ZDEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
25832026-08-25T15:15:08.790Zreplacing 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 25 15:15:07.008
25842026-08-25T15:15:08.790Z INFOAug 25 15:15:07.008 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBGAug 25 15:15:07.008
25852026-08-25T15:15:08.790Z INFOreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25862026-08-25T15:15:08.790Zadding route 3fff:dead::/64 -> 2001:db8::55:1
25872026-08-25T15:15:08.790ZAug 25 15:15:07.008 DEBGAug 25 15:15:07.008 Aug 25 15:15:07.008replacing 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
25882026-08-25T15:15:08.790Z DEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "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 } }]
25892026-08-25T15:15:08.790Z
25902026-08-25T15:15:08.790ZAug 25 15:15:07.008 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
25912026-08-25T15:15:08.790ZAug 25 15:15:07.008Aug 25 15:15:07.008 DEBGINFOAug 25 15:15:07.008 Aug 25 15:15:07.008 INFODEBGreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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:dead::/64 -> 2001:db8::55:1
25922026-08-25T15:15:08.790Z
25932026-08-25T15:15:08.790Z
25942026-08-25T15:15:08.790Zadding route 3fff:beef::/64 -> 2001:db8::55:ff
25952026-08-25T15:15:08.790ZAug 25 15:15:07.008 Aug 25 15:15:07.008INFOAug 25 15:15:07.008 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
25962026-08-25T15:15:08.790ZINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 25 15:15:07.008
25972026-08-25T15:15:08.790Z DEBGAug 25 15:15:07.008DEBG DEBGreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25982026-08-25T15:15:08.791Zreplacing 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 } }]
25992026-08-25T15:15:08.791Zreplacing 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 25 15:15:07.008
26002026-08-25T15:15:08.791Z Aug 25 15:15:07.008DEBG Aug 25 15:15:07.008INFO INFO adding route 3fff:beef:1::/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 } }] Aug 25 15:15:07.008adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
26012026-08-25T15:15:08.791ZINFO
26022026-08-25T15:15:08.791Z
26032026-08-25T15:15:08.791Z adding route 3fff:dead::/64 -> 2001:db8::55:2
26042026-08-25T15:15:08.791ZAug 25 15:15:07.008 Aug 25 15:15:07.008DEBG Aug 25 15:15:07.008DEBG Aug 25 15:15:07.008 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 } }]
26052026-08-25T15:15:08.791ZINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
26062026-08-25T15:15:08.791Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 25 15:15:07.008
26072026-08-25T15:15:08.791Z
26082026-08-25T15:15:08.791Z INFO Aug 25 15:15:07.008adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
26092026-08-25T15:15:08.791ZAug 25 15:15:07.008Aug 25 15:15:07.008INFO DEBG Aug 25 15:15:07.008adding route 3fff:beef::/64 -> 2001:db8::55:ff
26102026-08-25T15:15:08.791ZINFO DEBGreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26112026-08-25T15:15:08.791Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ff Aug 25 15:15:07.008replacing 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 } }]
26122026-08-25T15:15:08.791Z
26132026-08-25T15:15:08.791Z DEBG Aug 25 15:15:07.008replacing 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 25 15:15:07.008INFO
26142026-08-25T15:15:08.791Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFOAug 25 15:15:07.008
26152026-08-25T15:15:08.791Z adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffDEBG
26162026-08-25T15:15:08.791ZAug 25 15:15:07.008replacing 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 } }]
26172026-08-25T15:15:08.791ZAug 25 15:15:07.008Aug 25 15:15:07.008 INFO DEBGDEBG Aug 25 15:15:07.008adding route 3fff:beef:1::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
26182026-08-25T15:15:08.792Z
26192026-08-25T15:15:08.792Z
26202026-08-25T15:15:08.792ZINFO Aug 25 15:15:07.008adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 25 15:15:07.008Aug 25 15:15:07.008
26212026-08-25T15:15:08.792ZINFO INFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffDEBG
26222026-08-25T15:15:08.792Zreplacing 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:10::/64 -> 2001:db8::55:ff
26232026-08-25T15:15:08.792Z
26242026-08-25T15:15:08.792ZAug 25 15:15:07.008 Aug 25 15:15:07.008DEBGAug 25 15:15:07.008 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 } }]DEBGDEBG
26252026-08-25T15:15:08.792Z 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 } }]Aug 25 15:15:07.008replacing 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 25 15:15:07.008
26262026-08-25T15:15:08.792Z
26272026-08-25T15:15:08.792ZINFO INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
26282026-08-25T15:15:08.792ZAug 25 15:15:07.008 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffINFOAug 25 15:15:07.008 Aug 25 15:15:07.008adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
26292026-08-25T15:15:08.792ZDEBG
26302026-08-25T15:15:08.792Z INFO replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff
26312026-08-25T15:15:08.792Z
26322026-08-25T15:15:08.792ZAug 25 15:15:07.008 DEBGAug 25 15:15:07.008Aug 25 15:15:07.008 Aug 25 15:15:07.008replacing 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 } }]
26332026-08-25T15:15:08.792ZDEBGINFO DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
26342026-08-25T15:15:08.792ZAug 25 15:15:07.008replacing 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 } }]
26352026-08-25T15:15:08.792Z INFOreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 15:15:07.008adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
26362026-08-25T15:15:08.792Z
26372026-08-25T15:15:08.792ZDEBG Aug 25 15:15:07.008failed to allocate space for the new target list
26382026-08-25T15:15:08.792ZDEBG 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 25 15:15:07.008
26392026-08-25T15:15:08.792ZAug 25 15:15:07.008Aug 25 15:15:07.008 INFO Aug 25 15:15:07.008DEBG DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff INFO
26402026-08-25T15:15:08.792Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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: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 } }]
26412026-08-25T15:15:08.792Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
26422026-08-25T15:15:08.792Z
26432026-08-25T15:15:08.792ZAug 25 15:15:07.008Aug 25 15:15:07.008Aug 25 15:15:07.008Aug 25 15:15:07.008 DEBG DEBG DEBGreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
26442026-08-25T15:15:08.792Z failed to allocate space for the new target list
26452026-08-25T15:15:08.792Z
26462026-08-25T15:15:08.792Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
26472026-08-25T15:15:08.792ZAug 25 15:15:07.008Aug 25 15:15:07.008 INFOAug 25 15:15:07.008 adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG
26482026-08-25T15:15:08.793ZINFO 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:5::/64 -> 2001:db8::55:ff
26492026-08-25T15:15:08.793Z
26502026-08-25T15:15:08.793ZAug 25 15:15:07.008Aug 25 15:15:07.008Aug 25 15:15:07.008 DEBG INFODEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26512026-08-25T15:15:08.793Z
26522026-08-25T15:15:08.793Zreplacing 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 } }]
26532026-08-25T15:15:08.793ZAug 25 15:15:07.008Aug 25 15:15:07.008 Aug 25 15:15:07.008INFO INFOadding route 3fff:beef:7::/64 -> 2001:db8::55:ff DEBG
26542026-08-25T15:15:08.793Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff 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 } }]
26552026-08-25T15:15:08.793Z
26562026-08-25T15:15:08.793ZAug 25 15:15:07.008Aug 25 15:15:07.008 Aug 25 15:15:07.008DEBG DEBGINFOreplacing 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:15::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26572026-08-25T15:15:08.793Z
26582026-08-25T15:15:08.793Z
26592026-08-25T15:15:08.793ZAug 25 15:15:07.008Aug 25 15:15:07.008 Aug 25 15:15:07.008INFOINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
26602026-08-25T15:15:08.793Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBG
26612026-08-25T15:15:08.793Z 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 } }]
26622026-08-25T15:15:08.793ZAug 25 15:15:07.008Aug 25 15:15:07.008 DEBGDEBGAug 25 15:15:07.008 replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
26632026-08-25T15:15:08.793Z adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26642026-08-25T15:15:08.793Z
26652026-08-25T15:15:08.793ZAug 25 15:15:07.008Aug 25 15:15:07.008 Aug 25 15:15:07.008DEBG INFOINFO 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:9::/64 -> 2001:db8::55:ff
26662026-08-25T15:15:08.793Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
26672026-08-25T15:15:08.793Z
26682026-08-25T15:15:08.793ZAug 25 15:15:07.008Aug 25 15:15:07.008Aug 25 15:15:07.008 INFO DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
26692026-08-25T15:15:08.793Zreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
26702026-08-25T15:15:08.793Z Aug 25 15:15:07.008replacing 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 25 15:15:07.008DEBG
26712026-08-25T15:15:08.798ZINFO 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:a::/64 -> 2001:db8::55:ff
26722026-08-25T15:15:08.798Z
26732026-08-25T15:15:08.798ZAug 25 15:15:07.008 INFO Aug 25 15:15:07.008Aug 25 15:15:07.008adding route 3fff:beef:9::/64 -> 2001:db8::55:ff Aug 25 15:15:07.008DEBG
26742026-08-25T15:15:08.798Z INFODEBG 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 } }]
26752026-08-25T15:15:08.798ZAug 25 15:15:07.008created new freemapadding route 3fff:beef:18::/64 -> 2001:db8::55:ff , DEBG
26762026-08-25T15:15:08.798Z unitreplacing 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 25 15:15:07.008
26772026-08-25T15:15:08.798Zfreemap_route_ipv4INFOAug 25 15:15:07.008
26782026-08-25T15:15:08.798Z adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 25 15:15:07.008DEBG
26792026-08-25T15:15:08.798Z INFOAug 25 15:15:07.008replacing 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
26802026-08-25T15:15:08.798Z created new freemapAug 25 15:15:07.008adding route 3fff:beef:a::/64 -> 2001:db8::55:ff,
26812026-08-25T15:15:08.798ZAug 25 15:15:07.008unit INFO: Aug 25 15:15:07.008DEBG freemap_route_ipv6adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG
26822026-08-25T15:15:08.798Z 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 } }]
26832026-08-25T15:15:08.798Zreplacing 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 } }]
26842026-08-25T15:15:08.798Z
26852026-08-25T15:15:08.798ZAug 25 15:15:07.008 DEBGAug 25 15:15:07.008 Aug 25 15:15:07.008initted freemap. size: 64 , INFOunit :adding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO Aug 25 15:15:07.008freemap_route_ipv4
26862026-08-25T15:15:08.798Z
26872026-08-25T15:15:08.798ZDEBG adding route 3fff:beef:c::/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 } }]
26882026-08-25T15:15:08.798Z
26892026-08-25T15:15:08.798ZAug 25 15:15:07.008Aug 25 15:15:07.008Aug 25 15:15:07.008 DEBGAug 25 15:15:07.008DEBG 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 } }]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 } }]reset freemap
26902026-08-25T15:15:08.798Z,
26912026-08-25T15:15:08.798ZINFOunit: freemap_route_ipv4adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
26922026-08-25T15:15:08.798Z
26932026-08-25T15:15:08.798ZAug 25 15:15:07.008Aug 25 15:15:07.008 INFOAug 25 15:15:07.008 INFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ff DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
26942026-08-25T15:15:08.798Z
26952026-08-25T15:15:08.798Zinitted freemap. size: 64Aug 25 15:15:07.008, unitDEBG: Aug 25 15:15:07.008 Aug 25 15:15:07.008 freemap_route_ipv6 DEBG
26962026-08-25T15:15:08.798Zreplacing 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 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 25 15:15:07.008
26972026-08-25T15:15:08.798Zreplacing 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 } }]
26982026-08-25T15:15:08.798Z DEBG
26992026-08-25T15:15:08.799ZAug 25 15:15:07.008Aug 25 15:15:07.008reset freemap , unit:INFO INFOfreemap_route_ipv6Aug 25 15:15:07.008
27002026-08-25T15:15:08.799Z INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 25 15:15:07.008
27012026-08-25T15:15:08.799Z
27022026-08-25T15:15:08.799ZINFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
27032026-08-25T15:15:08.799Zadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 15:15:07.008
27042026-08-25T15:15:08.799Z DEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:15:07.008
27052026-08-25T15:15:08.799Z DEBGAug 25 15:15:07.008Aug 25 15:15:07.008 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
27062026-08-25T15:15:08.799Z Aug 25 15:15:07.008 DEBGINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
27072026-08-25T15:15:08.799Zreplacing 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:e::/64 -> 2001:db8::55:ff
27082026-08-25T15:15:08.799Z
27092026-08-25T15:15:08.799ZAug 25 15:15:07.008Aug 25 15:15:07.008 DEBGINFO Aug 25 15:15:07.008Aug 25 15:15:07.008replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
27102026-08-25T15:15:08.799Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffINFO
27112026-08-25T15:15:08.799ZDEBG adding route 3fff:beef:f::/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 } }]
27122026-08-25T15:15:08.799Z
27132026-08-25T15:15:08.800ZAug 25 15:15:07.008 Aug 25 15:15:07.008DEBG 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 } }]
27142026-08-25T15:15:08.800ZAug 25 15:15:07.008replacing 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 } }]
27152026-08-25T15:15:08.800ZINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
27162026-08-25T15:15:08.800ZAug 25 15:15:07.008Aug 25 15:15:07.008 INFOINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 25 15:15:07.008
27172026-08-25T15:15:08.800Z 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 } }]
27182026-08-25T15:15:08.800ZAug 25 15:15:07.009 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 } }]Aug 25 15:15:07.009
27192026-08-25T15:15:08.800Z INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
27202026-08-25T15:15:08.800ZAug 25 15:15:07.009 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 25 15:15:07.009
27212026-08-25T15:15:08.800Z 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 } }]
27222026-08-25T15:15:08.800ZAug 25 15:15:07.009adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff DEBG
27232026-08-25T15:15:08.800Z 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 25 15:15:07.009
27242026-08-25T15:15:08.800Z INFOAug 25 15:15:07.009 Aug 25 15:15:07.009adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG
27252026-08-25T15:15:08.800Z 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
27262026-08-25T15:15:08.801Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 25 15:15:07.009
27272026-08-25T15:15:08.801Z 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 25 15:15:07.009Aug 25 15:15:07.009
27282026-08-25T15:15:08.801Z DEBG INFOreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27292026-08-25T15:15:08.801Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 25 15:15:07.009
27302026-08-25T15:15:08.801Z INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
27312026-08-25T15:15:08.801ZAug 25 15:15:07.009Aug 25 15:15:07.009 INFO DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 25 15:15:07.009
27322026-08-25T15:15:08.801Z 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 } }]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 } }]
27332026-08-25T15:15:08.801Z
27342026-08-25T15:15:08.801ZAug 25 15:15:07.009 DEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27352026-08-25T15:15:08.801ZAug 25 15:15:07.009Aug 25 15:15:07.009 INFOINFOAug 25 15:15:07.009 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
27362026-08-25T15:15:08.801Z
27372026-08-25T15:15:08.801ZINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
27382026-08-25T15:15:08.801ZAug 25 15:15:07.009Aug 25 15:15:07.009 Aug 25 15:15:07.009DEBGDEBG 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 } }]
27392026-08-25T15:15:08.801Zreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
27402026-08-25T15:15:08.801Z
27412026-08-25T15:15:08.801ZAug 25 15:15:07.009 Aug 25 15:15:07.009INFOAug 25 15:15:07.009 adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
27422026-08-25T15:15:08.801ZINFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
27432026-08-25T15:15:08.801Z
27442026-08-25T15:15:08.801ZAug 25 15:15:07.009 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 } }]
27452026-08-25T15:15:08.801ZAug 25 15:15:07.009 Aug 25 15:15:07.009DEBG 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 } }]
27462026-08-25T15:15:08.801Zreplacing 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 25 15:15:07.009
27472026-08-25T15:15:08.801Z INFO Aug 25 15:15:07.009adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 25 15:15:07.009
27482026-08-25T15:15:08.801Z INFO INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
27492026-08-25T15:15:08.801Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 25 15:15:07.009
27502026-08-25T15:15:08.801Z DEBG Aug 25 15:15:07.009replacing 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 25 15:15:07.009
27512026-08-25T15:15:08.801Z DEBGDEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
27522026-08-25T15:15:08.801ZAug 25 15:15:07.009
27532026-08-25T15:15:08.801Z INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
27542026-08-25T15:15:08.801ZAug 25 15:15:07.009Aug 25 15:15:07.009 INFO INFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
27552026-08-25T15:15:08.801ZAug 25 15:15:07.009adding route 3fff:beef:17::/64 -> 2001:db8::55:ff DEBG
27562026-08-25T15:15:08.801Z Aug 25 15:15:07.009replacing 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 } }]
27572026-08-25T15:15:08.801ZDEBGAug 25 15:15:07.009 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
27582026-08-25T15:15:08.801Z 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 } }]
27592026-08-25T15:15:08.801ZAug 25 15:15:07.009Aug 25 15:15:07.009 Aug 25 15:15:07.009 INFOINFOINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
27602026-08-25T15:15:08.801Z
27612026-08-25T15:15:08.801Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
27622026-08-25T15:15:08.801ZAug 25 15:15:07.009 Aug 25 15:15:07.009DEBG Aug 25 15:15:07.009replacing 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 DEBG
27632026-08-25T15:15:08.801Z replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
27642026-08-25T15:15:08.801Z
27652026-08-25T15:15:08.802ZAug 25 15:15:07.009 INFOAug 25 15:15:07.009Aug 25 15:15:07.009 INFOINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
27662026-08-25T15:15:08.802Z
27672026-08-25T15:15:08.802Z
27682026-08-25T15:15:08.802ZAug 25 15:15:07.009Aug 25 15:15:07.009Aug 25 15:15:07.009 DEBG 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 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 } }]
27692026-08-25T15:15:08.802Z
27702026-08-25T15:15:08.802Zreplacing 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 } }]
27712026-08-25T15:15:08.806ZAug 25 15:15:07.009Aug 25 15:15:07.009Aug 25 15:15:07.009 INFOINFO INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
27722026-08-25T15:15:08.806Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
27732026-08-25T15:15:08.806Z
27742026-08-25T15:15:08.806ZAug 25 15:15:07.009Aug 25 15:15:07.009Aug 25 15:15:07.009 DEBGDEBG DEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
27752026-08-25T15:15:08.806Zreplacing 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 } }]
27762026-08-25T15:15:08.806Z
27772026-08-25T15:15:08.806ZAug 25 15:15:07.009Aug 25 15:15:07.009Aug 25 15:15:07.009 INFOINFO INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
27782026-08-25T15:15:08.807Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
27792026-08-25T15:15:08.807Z
27802026-08-25T15:15:08.807ZAug 25 15:15:07.009 Aug 25 15:15:07.009Aug 25 15:15:07.009DEBG 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 } }]DEBG
27812026-08-25T15:15:08.807Z 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: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 } }]
27822026-08-25T15:15:08.807Z
27832026-08-25T15:15:08.807ZAug 25 15:15:07.009 INFOAug 25 15:15:07.009Aug 25 15:15:07.009 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
27842026-08-25T15:15:08.808Z
27852026-08-25T15:15:08.808ZAug 25 15:15:07.009Aug 25 15:15:07.009 DEBGDEBG created new freemapreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
27862026-08-25T15:15:08.808Zunit: freemap_route_ipv4
27872026-08-25T15:15:08.808ZAug 25 15:15:07.009 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
27882026-08-25T15:15:08.808ZAug 25 15:15:07.009 DEBG Aug 25 15:15:07.009Aug 25 15:15:07.009created new freemap DEBG, unitDEBGreplacing 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: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 } }]
27892026-08-25T15:15:08.808Z
27902026-08-25T15:15:08.808ZAug 25 15:15:07.009freemap_route_ipv6
27912026-08-25T15:15:08.808ZINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 25 15:15:07.009
27922026-08-25T15:15:08.808Z Aug 25 15:15:07.009INFO DEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
27932026-08-25T15:15:08.808Zinitted freemap. size: 64Aug 25 15:15:07.009, unit:DEBG Aug 25 15:15:07.009replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4
27942026-08-25T15:15:08.808ZDEBG
27952026-08-25T15:15:08.808Zreplacing 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 } }]
27962026-08-25T15:15:08.808ZAug 25 15:15:07.009 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 25 15:15:07.009
27972026-08-25T15:15:08.808ZAug 25 15:15:07.009 INFODEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 25 15:15:07.009reset freemap
27982026-08-25T15:15:08.808Z, unitDEBG: replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4Aug 25 15:15:07.009
27992026-08-25T15:15:08.808Z
28002026-08-25T15:15:08.808Z DEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:15:07.009
28012026-08-25T15:15:08.808Z DEBGAug 25 15:15:07.009 initted freemap. size: 64INFO, Aug 25 15:15:07.009adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
28022026-08-25T15:15:08.808ZINFOunit :adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff Aug 25 15:15:07.009
28032026-08-25T15:15:08.808Z DEBG freemap_route_ipv6replacing 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 } }]
28042026-08-25T15:15:08.808ZAug 25 15:15:07.009
28052026-08-25T15:15:08.808Z DEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:15:07.009
28062026-08-25T15:15:08.808Z Aug 25 15:15:07.009DEBG INFOreset freemap , Aug 25 15:15:07.009unitadding route 3fff:beef:20::/64 -> 2001:db8::55:ff :INFO
28072026-08-25T15:15:08.808Z freemap_route_ipv6adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
28082026-08-25T15:15:08.809Z
28092026-08-25T15:15:08.809ZAug 25 15:15:07.009Aug 25 15:15:07.009 Aug 25 15:15:07.009 DEBGINFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
28102026-08-25T15:15:08.809Zreplacing 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 } }]
28112026-08-25T15:15:08.809Z
28122026-08-25T15:15:08.809ZAug 25 15:15:07.009Aug 25 15:15:07.009Aug 25 15:15:07.009 INFODEBG adding route 3fff:beef:21::/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 } }]
28132026-08-25T15:15:08.809Z
28142026-08-25T15:15:08.809Z INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
28152026-08-25T15:15:08.809ZAug 25 15:15:07.009 Aug 25 15:15:07.009INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 25 15:15:07.009replacing 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 } }]
28162026-08-25T15:15:08.809ZDEBG
28172026-08-25T15:15:08.809Z 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 } }]
28182026-08-25T15:15:08.809ZAug 25 15:15:07.009 Aug 25 15:15:07.009DEBG Aug 25 15:15:07.009 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFOINFO
28192026-08-25T15:15:08.809Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
28202026-08-25T15:15:08.809Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 25 15:15:07.009
28212026-08-25T15:15:08.809Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 25 15:15:07.009Aug 25 15:15:07.009
28222026-08-25T15:15:08.809Z DEBG DEBGreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28232026-08-25T15:15:08.809ZAug 25 15:15:07.009replacing 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 } }]
28242026-08-25T15:15:08.809ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 25 15:15:07.009
28252026-08-25T15:15:08.809Z INFO Aug 25 15:15:07.009adding route 3fff:beef:23::/64 -> 2001:db8::55:ff Aug 25 15:15:07.009
28262026-08-25T15:15:08.809Z INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:4
28272026-08-25T15:15:08.809Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 25 15:15:07.009
28282026-08-25T15:15:08.809Z DEBG Aug 25 15:15:07.009replacing 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 } }]
28292026-08-25T15:15:08.809Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
28302026-08-25T15:15:08.809Ztest route::tests::grow_succeeds ... ok
28312026-08-25T15:15:08.809ZDEBGAug 25 15:15:07.009 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 25 15:15:07.009
28322026-08-25T15:15:08.809Z 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
28332026-08-25T15:15:08.809Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 25 15:15:07.009
28342026-08-25T15:15:08.810Z DEBGAug 25 15:15:07.009 replacing targets for 3fff:dead::/64 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 25 15:15:07.009INFO
28352026-08-25T15:15:08.810ZDEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
28362026-08-25T15:15:08.810Zreplacing 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 } }]
28372026-08-25T15:15:08.810ZAug 25 15:15:07.009Aug 25 15:15:07.009Aug 25 15:15:07.009 INFO WARN adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBGshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
28382026-08-25T15:15:08.810Z
28392026-08-25T15:15:08.810Zreplacing 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 } }]
28402026-08-25T15:15:08.810ZAug 25 15:15:07.009 Aug 25 15:15:07.009ERROAug 25 15:15:07.009 rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG
28412026-08-25T15:15:08.810Z 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 } }]
28422026-08-25T15:15:08.810Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
28432026-08-25T15:15:08.810ZAug 25 15:15:07.009 ERRO Aug 25 15:15:07.009Aug 25 15:15:07.009shrink-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
28442026-08-25T15:15:08.810ZDEBG adding route 3fff:beef:26::/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 } }]
28452026-08-25T15:15:08.810Z
28462026-08-25T15:15:08.810ZAug 25 15:15:07.009 Aug 25 15:15:07.009INFO DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
28472026-08-25T15:15:08.810Zreplacing 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 } }]
28482026-08-25T15:15:08.810ZAug 25 15:15:07.009Aug 25 15:15:07.009 INFODEBG adding route 3fff:beef:27::/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 } }]
28492026-08-25T15:15:08.810Z
28502026-08-25T15:15:08.810ZAug 25 15:15:07.009 Aug 25 15:15:07.009INFO DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
28512026-08-25T15:15:08.810Zreplacing 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 } }]
28522026-08-25T15:15:08.810ZAug 25 15:15:07.009Aug 25 15:15:07.009 INFODEBG adding route 3fff:beef:28::/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 } }]
28532026-08-25T15:15:08.810Z
28542026-08-25T15:15:08.810ZAug 25 15:15:07.009Aug 25 15:15:07.009 INFODEBG adding route 3fff:beef:28::/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 } }]
28552026-08-25T15:15:08.810Z
28562026-08-25T15:15:08.810ZAug 25 15:15:07.009 Aug 25 15:15:07.009INFO DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
28572026-08-25T15:15:08.810Zreplacing 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 } }]
28582026-08-25T15:15:08.810ZAug 25 15:15:07.009 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
28592026-08-25T15:15:08.811ZAug 25 15:15:07.009 Aug 25 15:15:07.009DEBG 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 } }]
28602026-08-25T15:15:08.811Zreplacing 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 } }]
28612026-08-25T15:15:08.811ZAug 25 15:15:07.009Aug 25 15:15:07.009 INFOINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
28622026-08-25T15:15:08.811Z
28632026-08-25T15:15:08.811ZAug 25 15:15:07.009 Aug 25 15:15:07.009DEBG 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 } }]
28642026-08-25T15:15:08.811Zreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28652026-08-25T15:15:08.811ZAug 25 15:15:07.009Aug 25 15:15:07.009 INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
28662026-08-25T15:15:08.811Z
28672026-08-25T15:15:08.811ZAug 25 15:15:07.009Aug 25 15:15:07.009 DEBGDEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
28682026-08-25T15:15:08.811Z
28692026-08-25T15:15:08.811ZAug 25 15:15:07.009 INFOINFOAug 25 15:15:07.009 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
28702026-08-25T15:15:08.811ZINFO
28712026-08-25T15:15:08.816Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
28722026-08-25T15:15:08.816ZAug 25 15:15:07.009Aug 25 15:15:07.009 DEBGDEBG Aug 25 15:15:07.009replacing 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 } }]
28732026-08-25T15:15:08.816ZDEBGreplacing 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 } }]
28742026-08-25T15:15:08.816Zreplacing 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 } }]
28752026-08-25T15:15:08.816ZAug 25 15:15:07.009 Aug 25 15:15:07.009INFO Aug 25 15:15:07.009adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff INFO
28762026-08-25T15:15:08.816ZINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
28772026-08-25T15:15:08.816Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 25 15:15:07.009
28782026-08-25T15:15:08.816Z DEBGAug 25 15:15:07.009 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
28792026-08-25T15:15:08.816Z Aug 25 15:15:07.009replacing 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 } }]
28802026-08-25T15:15:08.816ZDEBG Aug 25 15:15:07.009replacing 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 } }]
28812026-08-25T15:15:08.816ZAug 25 15:15:07.009INFO INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff Aug 25 15:15:07.009adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
28822026-08-25T15:15:08.816ZINFO
28832026-08-25T15:15:08.816Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
28842026-08-25T15:15:08.816ZAug 25 15:15:07.009 Aug 25 15:15:07.009DEBG Aug 25 15:15:07.009DEBG 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 } }]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 } }]
28852026-08-25T15:15:08.816Z
28862026-08-25T15:15:08.816Zreplacing 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 25 15:15:07.009
28872026-08-25T15:15:08.816Z Aug 25 15:15:07.009DEBG INFOcreated new freemap , Aug 25 15:15:07.009Aug 25 15:15:07.009adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffunit
28882026-08-25T15:15:08.816Z: INFOfreemap_route_ipv4INFO
28892026-08-25T15:15:08.816Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 25 15:15:07.009
28902026-08-25T15:15:08.816ZAug 25 15:15:07.009adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff DEBG
28912026-08-25T15:15:08.816Z 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 } }]
28922026-08-25T15:15:08.817ZDEBG created new freemapAug 25 15:15:07.009, unitAug 25 15:15:07.009Aug 25 15:15:07.009DEBG : 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 freemap_route_ipv6adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
28932026-08-25T15:15:08.817Z
28942026-08-25T15:15:08.817ZDEBG 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 } }]
28952026-08-25T15:15:08.817Z
28962026-08-25T15:15:08.817ZAug 25 15:15:07.009 Aug 25 15:15:07.009DEBG Aug 25 15:15:07.009Aug 25 15:15:07.009 INFODEBGreplacing 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 } }]
28972026-08-25T15:15:08.817Z adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffinitted freemap. size: 64INFO,
28982026-08-25T15:15:08.817Zunit : freemap_route_ipv4adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
28992026-08-25T15:15:08.817Z
29002026-08-25T15:15:08.817ZAug 25 15:15:07.009 Aug 25 15:15:07.009INFO DEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 25 15:15:07.009replacing 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 } }]
29012026-08-25T15:15:08.817Z
29022026-08-25T15:15:08.817ZDEBG Aug 25 15:15:07.009reset freemap Aug 25 15:15:07.009Aug 25 15:15:07.009, unitDEBG: INFOfreemap_route_ipv4replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
29032026-08-25T15:15:08.817Z
29042026-08-25T15:15:08.817Z 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 } }]
29052026-08-25T15:15:08.817Z
29062026-08-25T15:15:08.817ZAug 25 15:15:07.009 Aug 25 15:15:07.009Aug 25 15:15:07.009 Aug 25 15:15:07.009DEBG DEBGINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFOreplacing 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 } }]
29072026-08-25T15:15:08.817Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ffinitted freemap. size: 64
29082026-08-25T15:15:08.817Z
29092026-08-25T15:15:08.817Z, unit:Aug 25 15:15:07.009 Aug 25 15:15:07.009freemap_route_ipv6 INFODEBG Aug 25 15:15:07.009
29102026-08-25T15:15:08.817Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG
29112026-08-25T15:15:08.817Zreplacing 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 } }]
29122026-08-25T15:15:08.817ZAug 25 15:15:07.009 Aug 25 15:15:07.009DEBG 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 } }]reset freemapDEBG, unit
29132026-08-25T15:15:08.817ZAug 25 15:15:07.009replacing 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 } }]:
29142026-08-25T15:15:08.817Z freemap_route_ipv6
29152026-08-25T15:15:08.817ZINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 25 15:15:07.009
29162026-08-25T15:15:08.817Z Aug 25 15:15:07.009Aug 25 15:15:07.009 INFOAug 25 15:15:07.009INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1INFO 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 } }]
29172026-08-25T15:15:08.817Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
29182026-08-25T15:15:08.818Z
29192026-08-25T15:15:08.818ZAug 25 15:15:07.010Aug 25 15:15:07.010adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
29202026-08-25T15:15:08.818ZAug 25 15:15:07.010DEBGINFO 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 } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 25 15:15:07.010adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
29212026-08-25T15:15:08.818ZDEBG
29222026-08-25T15:15:08.818Z
29232026-08-25T15:15:08.818Zreplacing 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 25 15:15:07.010
29242026-08-25T15:15:08.818Z Aug 25 15:15:07.010DEBG Aug 25 15:15:07.010INFOAug 25 15:15:07.010 replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
29252026-08-25T15:15:08.818Z INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff adding 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
29262026-08-25T15:15:08.818Z
29272026-08-25T15:15:08.818ZAug 25 15:15:07.010
29282026-08-25T15:15:08.818ZINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
29292026-08-25T15:15:08.818ZAug 25 15:15:07.010Aug 25 15:15:07.010 DEBGAug 25 15:15:07.010 DEBGreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29302026-08-25T15:15:08.818Ztest route::tests::rollback_on_compact_write_failure ... ok
29312026-08-25T15:15:08.818ZDEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
29322026-08-25T15:15:08.818ZAug 25 15:15:07.010
29332026-08-25T15:15:08.818Z INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
29342026-08-25T15:15:08.818ZAug 25 15:15:07.010 Aug 25 15:15:07.010INFO Aug 25 15:15:07.010 INFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
29352026-08-25T15:15:08.818ZDEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
29362026-08-25T15:15:08.818Zreplacing 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 } }]
29372026-08-25T15:15:08.818Ztest route::tests::rollback_on_compact_delete_failure ... ok
29382026-08-25T15:15:08.818ZAug 25 15:15:07.010Aug 25 15:15:07.010 Aug 25 15:15:07.010INFO DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBGAug 25 15:15:07.010 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 } }]
29392026-08-25T15:15:08.818Z 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 } }]
29402026-08-25T15:15:08.818ZAug 25 15:15:07.011Aug 25 15:15:07.010 Aug 25 15:15:07.011Aug 25 15:15:07.018 DEBGINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG
29412026-08-25T15:15:08.818Z created new freemap, Aug 25 15:15:07.010Aug 25 15:15:07.018unit :DEBG DEBGfreemap_route_ipv4 replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29422026-08-25T15:15:08.818Zreplacing 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 } }]
29432026-08-25T15:15:08.819Z
29442026-08-25T15:15:08.819ZAug 25 15:15:07.018Aug 25 15:15:07.018 Aug 25 15:15:07.010 INFODEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ffcreated new freemap
29452026-08-25T15:15:08.819Z, unitAug 25 15:15:07.018: INFO freemap_route_ipv6
29462026-08-25T15:15:08.819ZAug 25 15:15:07.018adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
29472026-08-25T15:15:08.819ZDEBGDEBG 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 25 15:15:07.018
29482026-08-25T15:15:08.819Z DEBG initted freemap. size: 64, unit:Aug 25 15:15:07.018 freemap_route_ipv4DEBG
29492026-08-25T15:15:08.819Z 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 } }]
29502026-08-25T15:15:08.819ZAug 25 15:15:07.018Aug 25 15:15:07.018Aug 25 15:15:07.018 INFODEBGINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffreset freemapadding route 3fff:beef:37::/64 -> 2001:db8::55:ff,
29512026-08-25T15:15:08.819Z
29522026-08-25T15:15:08.819Zunit:Aug 25 15:15:07.018 freemap_route_ipv4
29532026-08-25T15:15:08.819ZAug 25 15:15:07.018 DEBGcreated new freemap Aug 25 15:15:07.018DEBG, unit replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG:
29542026-08-25T15:15:08.819Z freemap_route_ipv4replacing 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 } }]
29552026-08-25T15:15:08.819Zinitted freemap. size: 64
29562026-08-25T15:15:08.819Z, unitAug 25 15:15:07.018: freemap_route_ipv6INFO
29572026-08-25T15:15:08.819Z Aug 25 15:15:07.018adding route 3fff:beef:38::/64 -> 2001:db8::55:ff DEBGDEBGAug 25 15:15:07.018Aug 25 15:15:07.018
29582026-08-25T15:15:08.819Zcreated new freemapcreated new freemap, DEBG, unitreset freemap:unit, Aug 25 15:15:07.018freemap_route_ipv6INFO
29592026-08-25T15:15:08.819Zunit :DEBG :Aug 25 15:15:07.018 freemap_route_ipv4adding route 3fff:beef:34::/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 } }]
29602026-08-25T15:15:08.819ZDEBG
29612026-08-25T15:15:08.819Z freemap_route_ipv6initted freemap. size: 64
29622026-08-25T15:15:08.819Z, unit
29632026-08-25T15:15:08.819Z: Aug 25 15:15:07.018Aug 25 15:15:07.018 freemap_route_ipv4INFOAug 25 15:15:07.018 Aug 25 15:15:07.018
29642026-08-25T15:15:08.819Z INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
29652026-08-25T15:15:08.819ZDEBG DEBGAug 25 15:15:07.018adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
29662026-08-25T15:15:08.819ZDEBGAug 25 15:15:07.018 reset freemapDEBG, replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] unit:
29672026-08-25T15:15:08.819Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 25 15:15:07.018freemap_route_ipv4created new freemap ,
29682026-08-25T15:15:08.819Z
29692026-08-25T15:15:08.820ZunitDEBG: replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
29702026-08-25T15:15:08.820Z
29712026-08-25T15:15:08.824ZAug 25 15:15:07.018Aug 25 15:15:07.018 Aug 25 15:15:07.018INFO INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
29722026-08-25T15:15:08.825ZAug 25 15:15:07.018
29732026-08-25T15:15:08.825ZAug 25 15:15:07.018initted freemap. size: 64, unit: freemap_route_ipv6DEBGINFO
29742026-08-25T15:15:08.825Z initted freemap. size: 64adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
29752026-08-25T15:15:08.825Z, Aug 25 15:15:07.018unitAug 25 15:15:07.018: freemap_route_ipv4DEBGAug 25 15:15:07.018
29762026-08-25T15:15:08.825Z reset freemapDEBGDEBG, unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]: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 } }]
29772026-08-25T15:15:08.825Zfreemap_route_ipv6Aug 25 15:15:07.018
29782026-08-25T15:15:08.825Z DEBG
29792026-08-25T15:15:08.825Z reset freemapAug 25 15:15:07.018 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
29802026-08-25T15:15:08.825Z, unit: Aug 25 15:15:07.018Aug 25 15:15:07.018 freemap_route_ipv4DEBG Aug 25 15:15:07.018INFO
29812026-08-25T15:15:08.825Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
29822026-08-25T15:15:08.825Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
29832026-08-25T15:15:08.825Z
29842026-08-25T15:15:08.825ZAug 25 15:15:07.018Aug 25 15:15:07.018 Aug 25 15:15:07.018 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 } }]INFO
29852026-08-25T15:15:08.825Z Aug 25 15:15:07.018 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
29862026-08-25T15:15:08.825Zinitted freemap. size: 64 , replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:15:07.018unit
29872026-08-25T15:15:08.825ZAug 25 15:15:07.018:INFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:2DEBGAug 25 15:15:07.018
29882026-08-25T15:15:08.825Z
29892026-08-25T15:15:08.825Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_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
29902026-08-25T15:15:08.825Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
29912026-08-25T15:15:08.825ZAug 25 15:15:07.018Aug 25 15:15:07.018 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]reset freemapAug 25 15:15:07.018Aug 25 15:15:07.018 DEBG, DEBG unit
29922026-08-25T15:15:08.825Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] :replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29932026-08-25T15:15:08.825Zfreemap_route_ipv6Aug 25 15:15:07.018
29942026-08-25T15:15:08.825Z
29952026-08-25T15:15:08.825Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
29962026-08-25T15:15:08.825ZAug 25 15:15:07.018 Aug 25 15:15:07.018INFO WARNadding route 172.16.0.0/32 -> 10.0.0.1
29972026-08-25T15:15:08.826Zshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 25 15:15:07.018Aug 25 15:15:07.018
29982026-08-25T15:15:08.826Z Aug 25 15:15:07.018DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]failed to allocate space for the new target list
29992026-08-25T15:15:08.826ZDEBG
30002026-08-25T15:15:08.826Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 25 15:15:07.018
30012026-08-25T15:15:08.826Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 25 15:15:07.018Aug 25 15:15:07.018
30022026-08-25T15:15:08.826Z INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255
30032026-08-25T15:15:08.826Z
30042026-08-25T15:15:08.826ZAug 25 15:15:07.018 DEBGAug 25 15:15:07.018 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
30052026-08-25T15:15:08.826Z 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 } }]
30062026-08-25T15:15:08.826ZAug 25 15:15:07.018Aug 25 15:15:07.018 Aug 25 15:15:07.018DEBG 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 } }]INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55: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.1/32 -> 10.0.0.255
30072026-08-25T15:15:08.826Z
30082026-08-25T15:15:08.826Z
30092026-08-25T15:15:08.826ZAug 25 15:15:07.018Aug 25 15:15:07.018 DEBGINFO adding route 3fff:beef:36::/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 } }]
30102026-08-25T15:15:08.826ZAug 25 15:15:07.018
30112026-08-25T15:15:08.826Z WARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
30122026-08-25T15:15:08.826ZAug 25 15:15:07.018Aug 25 15:15:07.018
30132026-08-25T15:15:08.826Z INFOcreated new freemapDEBG , replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255
30142026-08-25T15:15:08.826Z
30152026-08-25T15:15:08.826Zunit: freemap_route_ipv4Aug 25 15:15:07.018
30162026-08-25T15:15:08.826Z Aug 25 15:15:07.018INFO DEBGAug 25 15:15:07.018 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
30172026-08-25T15:15:08.827ZAug 25 15:15:07.018
30182026-08-25T15:15:08.827Z DEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 25 15:15:07.018Aug 25 15:15:07.018
30192026-08-25T15:15:08.827Zcreated new freemap INFO, unitDEBG:adding route 172.17.0.3/32 -> 10.0.0.255Aug 25 15:15:07.018 DEBG
30202026-08-25T15:15:08.827Z freemap_route_ipv6replacing 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 } }]
30212026-08-25T15:15:08.827Z
30222026-08-25T15:15:08.827Zreplacing 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 } }]
30232026-08-25T15:15:08.827ZAug 25 15:15:07.018Aug 25 15:15:07.018 DEBG Aug 25 15:15:07.018DEBG INFOreplacing 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
30242026-08-25T15:15:08.827Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ffinitted freemap. size: 64
30252026-08-25T15:15:08.827Z, unit:created new freemap Aug 25 15:15:07.018, Aug 25 15:15:07.018INFO unitfreemap_route_ipv4DEBG
30262026-08-25T15:15:08.827Zadding route 172.17.0.4/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 } }]
30272026-08-25T15:15:08.827Z
30282026-08-25T15:15:08.827ZAug 25 15:15:07.018 Aug 25 15:15:07.018 INFODEBGfreemap_route_ipv4 Aug 25 15:15:07.018Aug 25 15:15:07.018
30292026-08-25T15:15:08.827Z DEBGreset freemap , replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
30302026-08-25T15:15:08.827Z unitadding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ff:
30312026-08-25T15:15:08.827Z
30322026-08-25T15:15:08.827Zfreemap_route_ipv4Aug 25 15:15:07.018
30332026-08-25T15:15:08.827Ztest route::tests::rollback_on_index_readd_failure ... ok
30342026-08-25T15:15:08.827ZAug 25 15:15:07.018 DEBGAug 25 15:15:07.018 Aug 25 15:15:07.018INFOAug 25 15:15:07.018 DEBGDEBGDEBG adding route 172.17.0.5/32 -> 10.0.0.255 initted freemap. size: 64replacing 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 } }]
30352026-08-25T15:15:08.827Z,
30362026-08-25T15:15:08.827Zreplacing 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 } }]unitcreated new freemap:Aug 25 15:15:07.018
30372026-08-25T15:15:08.827Zfreemap_route_ipv6Aug 25 15:15:07.018
30382026-08-25T15:15:08.827Z , unit INFODEBGAug 25 15:15:07.018 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 } }]
30392026-08-25T15:15:08.827Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff:DEBG reset freemapAug 25 15:15:07.018Aug 25 15:15:07.018, freemap_route_ipv6unit
30402026-08-25T15:15:08.827Z:
30412026-08-25T15:15:08.828Z INFO freemap_route_ipv6
30422026-08-25T15:15:08.828ZINFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
30432026-08-25T15:15:08.828ZAug 25 15:15:07.018Aug 25 15:15:07.018 Aug 25 15:15:07.018adding route 172.17.0.6/32 -> 10.0.0.255DEBG
30442026-08-25T15:15:08.828Z 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
30452026-08-25T15:15:08.828Z DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 15:15:07.018
30462026-08-25T15:15:08.828Z Aug 25 15:15:07.018DEBG INFOAug 25 15:15:07.018initted freemap. size: 64Aug 25 15:15:07.018 , unit DEBG: replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]freemap_route_ipv4
30472026-08-25T15:15:08.828Z
30482026-08-25T15:15:08.828Z
30492026-08-25T15:15:08.828ZDEBG 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 25 15:15:07.018adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
30502026-08-25T15:15:08.828ZAug 25 15:15:07.018
30512026-08-25T15:15:08.828ZAug 25 15:15:07.018Aug 25 15:15:07.018INFOINFO adding route 172.17.0.7/32 -> 10.0.0.255DEBG
30522026-08-25T15:15:08.828Z reset freemapAug 25 15:15:07.018adding route 3fff:dead::/64 -> 2001:db8::55:2
30532026-08-25T15:15:08.828ZINFOAug 25 15:15:07.018, unit:Aug 25 15:15:07.019Aug 25 15:15:07.019 freemap_route_ipv4DEBGDEBG
30542026-08-25T15:15:08.828Z created new freemapcreated new freemap, , unitunitAug 25 15:15:07.030: DEBG: freemap_route_ipv4Aug 25 15:15:07.030
30552026-08-25T15:15:08.828Z 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 } }, NextHop { asic_port_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 25 15:15:07.030
30562026-08-25T15:15:08.829Z DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:fffreemap_route_ipv6 created new freemap
30572026-08-25T15:15:08.829Z
30582026-08-25T15:15:08.829Z, DEBGunit: Aug 25 15:15:07.030replacing 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_ipv6INFOAug 25 15:15:07.030
30592026-08-25T15:15:08.829Z adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG
30602026-08-25T15:15:08.829Z
30612026-08-25T15:15:08.829Z Aug 25 15:15:07.030replacing 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 } }]
30622026-08-25T15:15:08.829ZAug 25 15:15:07.030 Aug 25 15:15:07.030 DEBGDEBGAug 25 15:15:07.030DEBG Aug 25 15:15:07.030INFOreset freemap replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
30632026-08-25T15:15:08.829Z INFO
30642026-08-25T15:15:08.829Z adding route 172.17.0.8/32 -> 10.0.0.255
30652026-08-25T15:15:08.829Z, Aug 25 15:15:07.030Aug 25 15:15:07.030initted freemap. size: 64 DEBGINFO Aug 25 15:15:07.030 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 } }]unit adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
30662026-08-25T15:15:08.829Z:
30672026-08-25T15:15:08.829Z, unitreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6Aug 25 15:15:07.030:
30682026-08-25T15:15:08.829ZINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
30692026-08-25T15:15:08.829Zfreemap_route_ipv4
30702026-08-25T15:15:08.829Z
30712026-08-25T15:15:08.834ZAug 25 15:15:07.030Aug 25 15:15:07.030Aug 25 15:15:07.030 INFOAug 25 15:15:07.030Aug 25 15:15:07.030 DEBG adding route 172.17.0.9/32 -> 10.0.0.255 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 } }]
30722026-08-25T15:15:08.834ZDEBGreplacing 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
30732026-08-25T15:15:08.834Z
30742026-08-25T15:15:08.834Zreset freemap, unitadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 15:15:07.030Aug 25 15:15:07.030
30752026-08-25T15:15:08.834ZAug 25 15:15:07.030 DEBG: 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 } }]DEBGAug 25 15:15:07.030 failed to allocate space for the new target listreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
30762026-08-25T15:15:08.834Z 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 } }]
30772026-08-25T15:15:08.834Z
30782026-08-25T15:15:08.834Z
30792026-08-25T15:15:08.834Zfreemap_route_ipv4Aug 25 15:15:07.030
30802026-08-25T15:15:08.834Z Aug 25 15:15:07.030INFOAug 25 15:15:07.030 adding route 172.17.0.10/32 -> 10.0.0.255
30812026-08-25T15:15:08.834Z 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 } }]
30822026-08-25T15:15:08.835ZAug 25 15:15:07.030 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
30832026-08-25T15:15:08.835Z Aug 25 15:15:07.030 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
30842026-08-25T15:15:08.835Z initted freemap. size: 64Aug 25 15:15:07.030, Aug 25 15:15:07.030DEBG unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO:
30852026-08-25T15:15:08.835Z freemap_route_ipv6adding route 172.17.0.11/32 -> 10.0.0.255
30862026-08-25T15:15:08.835Z
30872026-08-25T15:15:08.835ZAug 25 15:15:07.030 INFOAug 25 15:15:07.030 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
30882026-08-25T15:15:08.835Z 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 25 15:15:07.030
30892026-08-25T15:15:08.835ZDEBG Aug 25 15:15:07.030reset freemap 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 } }]Aug 25 15:15:07.030
30902026-08-25T15:15:08.835Z INFOunitreplacing 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 } }]:
30912026-08-25T15:15:08.835Z Aug 25 15:15:07.030freemap_route_ipv6 INFO
30922026-08-25T15:15:08.835Zadding route 172.17.0.12/32 -> 10.0.0.255 Aug 25 15:15:07.030adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
30932026-08-25T15:15:08.835Z
30942026-08-25T15:15:08.835Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
30952026-08-25T15:15:08.835ZAug 25 15:15:07.030Aug 25 15:15:07.030 DEBG Aug 25 15:15:07.030 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 25 15:15:07.030
30962026-08-25T15:15:08.836ZDEBG 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:dead::/64 -> 2001:db8::55:1DEBGAug 25 15:15:07.030
30972026-08-25T15:15:08.836Z
30982026-08-25T15:15:08.836Z 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
30992026-08-25T15:15:08.836Zadding route 172.17.0.13/32 -> 10.0.0.255Aug 25 15:15:07.030
31002026-08-25T15:15:08.836ZINFO Aug 25 15:15:07.030adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
31012026-08-25T15:15:08.836ZAug 25 15:15:07.030DEBG DEBGAug 25 15:15:07.030 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.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 25 15:15:07.030
31022026-08-25T15:15:08.836Z
31032026-08-25T15:15:08.836Z DEBGINFO Aug 25 15:15:07.030adding route 3fff:beef::/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 } }]Aug 25 15:15:07.030
31042026-08-25T15:15:08.836ZINFO
31052026-08-25T15:15:08.836Z INFO adding route 172.17.0.14/32 -> 10.0.0.255Aug 25 15:15:07.030
31062026-08-25T15:15:08.836Z adding route 3fff:dead::/64 -> 2001:db8::55:2INFO Aug 25 15:15:07.030adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff Aug 25 15:15:07.030
31072026-08-25T15:15:08.836ZDEBG
31082026-08-25T15:15:08.836ZDEBGreplacing 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 25 15:15:07.030 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 } }]
31092026-08-25T15:15:08.836Z
31102026-08-25T15:15:08.836ZDEBG Aug 25 15:15:07.030replacing 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 25 15:15:07.030 Aug 25 15:15:07.030
31112026-08-25T15:15:08.836Z INFODEBG INFOadding route 172.17.0.15/32 -> 10.0.0.255
31122026-08-25T15:15:08.836Zadding route 3fff:beef:1::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
31132026-08-25T15:15:08.836Z
31142026-08-25T15:15:08.836ZAug 25 15:15:07.030Aug 25 15:15:07.030Aug 25 15:15:07.030 Aug 25 15:15:07.030DEBG DEBGfailed to allocate space for the new target listINFO
31152026-08-25T15:15:08.836Z replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
31162026-08-25T15:15:08.836Z
31172026-08-25T15:15:08.836ZDEBGAug 25 15:15:07.030 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 25 15:15:07.030
31182026-08-25T15:15:08.836Z INFO
31192026-08-25T15:15:08.836Z adding route 172.17.0.16/32 -> 10.0.0.255
31202026-08-25T15:15:08.836ZAug 25 15:15:07.030 Aug 25 15:15:07.030DEBG INFOfreemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 25 15:15:07.030
31212026-08-25T15:15:08.836Z
31222026-08-25T15:15:08.836Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ffDEBG
31232026-08-25T15:15:08.839Z 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 } }]
31242026-08-25T15:15:08.839ZAug 25 15:15:07.030 Aug 25 15:15:07.019Aug 25 15:15:07.030 DEBG Aug 25 15:15:07.030INFODEBG Aug 25 15:15:07.030 adding route 172.17.0.17/32 -> 10.0.0.255created new freemap
31252026-08-25T15:15:08.839Z, INFOunit adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG:
31262026-08-25T15:15:08.839Z 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 } }]created new freemapfreemap_route_ipv4Aug 25 15:15:07.030
31272026-08-25T15:15:08.839Z, Aug 25 15:15:07.030unit :
31282026-08-25T15:15:08.839ZDEBG 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 } }] freemap_route_ipv6
31292026-08-25T15:15:08.839Z
31302026-08-25T15:15:08.839ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 25 15:15:07.030
31312026-08-25T15:15:08.839ZAug 25 15:15:07.030Aug 25 15:15:07.030 DEBGINFO Aug 25 15:15:07.030DEBGadding route 172.17.0.18/32 -> 10.0.0.255Aug 25 15:15:07.030created new freemap
31322026-08-25T15:15:08.839Z, unit initted freemap. size: 64:DEBG freemap_route_ipv6Aug 25 15:15:07.030, replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]unit
31332026-08-25T15:15:08.839ZDEBG: replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
31342026-08-25T15:15:08.839Z
31352026-08-25T15:15:08.839Zfreemap_route_ipv4
31362026-08-25T15:15:08.839Z adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 25 15:15:07.030
31372026-08-25T15:15:08.839Z Aug 25 15:15:07.030Aug 25 15:15:07.030DEBG DEBGINFOAug 25 15:15:07.030 adding route 172.17.0.19/32 -> 10.0.0.255reset freemapWARN, unitshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })initted freemap. size: 64:
31382026-08-25T15:15:08.839Z
31392026-08-25T15:15:08.839Z Aug 25 15:15:07.030freemap_route_ipv4,
31402026-08-25T15:15:08.839Zunit : freemap_route_ipv4DEBG
31412026-08-25T15:15:08.839ZAug 25 15:15:07.030 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 25 15:15:07.030DEBG
31422026-08-25T15:15:08.839Zreplacing 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 } }]
31432026-08-25T15:15:08.839ZDEBG initted freemap. size: 64Aug 25 15:15:07.030, unitDEBGAug 25 15:15:07.030: Aug 25 15:15:07.030reset freemap , INFOunit :adding route 172.17.0.20/32 -> 10.0.0.255
31442026-08-25T15:15:08.839Z freemap_route_ipv6freemap_route_ipv4INFO
31452026-08-25T15:15:08.839Z adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
31462026-08-25T15:15:08.839Z
31472026-08-25T15:15:08.839ZAug 25 15:15:07.030 DEBGAug 25 15:15:07.030 Aug 25 15:15:07.030replacing 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 } }]
31482026-08-25T15:15:08.839Z DEBGAug 25 15:15:07.030 DEBGinitted freemap. size: 64 DEBG, Aug 25 15:15:07.030reset freemap 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 } }],
31492026-08-25T15:15:08.839ZunitunitINFO: adding route 172.17.0.21/32 -> 10.0.0.255:freemap_route_ipv6
31502026-08-25T15:15:08.839Z
31512026-08-25T15:15:08.839Zfreemap_route_ipv6
31522026-08-25T15:15:08.839ZAug 25 15:15:07.030Aug 25 15:15:07.030 Aug 25 15:15:07.031 INFODEBGAug 25 15:15:07.031 created new freemapadding route 3fff:dead::/64 -> 2001:db8::55:1,
31532026-08-25T15:15:08.839Zunit: freemap_route_ipv4
31542026-08-25T15:15:08.839ZAug 25 15:15:07.041 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 } }]
31552026-08-25T15:15:08.839ZDEBGAug 25 15:15:07.041Aug 25 15:15:07.041 INFODEBG created new freemapcreated new freemap, unit: freemap_route_ipv6
31562026-08-25T15:15:08.839Zadding route 3fff:dead::/64 -> 2001:db8::55:2,
31572026-08-25T15:15:08.839ZunitAug 25 15:15:07.041: DEBGAug 25 15:15:07.041freemap_route_ipv4
31582026-08-25T15:15:08.839Zinitted freemap. size: 64 , DEBGunit :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
31592026-08-25T15:15:08.840ZAug 25 15:15:07.041freemap_route_ipv4
31602026-08-25T15:15:08.840ZDEBG created new freemap, Aug 25 15:15:07.041unitAug 25 15:15:07.041 :DEBG DEBG freemap_route_ipv6
31612026-08-25T15:15:08.840Zreset freemapDEBGreplacing 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 } }]
31622026-08-25T15:15:08.840Z, unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]:
31632026-08-25T15:15:08.840Z Aug 25 15:15:07.041freemap_route_ipv4Aug 25 15:15:07.041
31642026-08-25T15:15:08.840Z INFODEBG adding route 172.17.0.22/32 -> 10.0.0.255initted freemap. size: 64
31652026-08-25T15:15:08.840Z, Aug 25 15:15:07.041unit :DEBG freemap_route_ipv4initted freemap. size: 64
31662026-08-25T15:15:08.840Z, Aug 25 15:15:07.041unit : DEBGfreemap_route_ipv6
31672026-08-25T15:15:08.840Zreplacing 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 25 15:15:07.041
31682026-08-25T15:15:08.840Z DEBG reset freemapAug 25 15:15:07.041, Aug 25 15:15:07.041DEBG INFOreset freemap , adding route 172.17.0.23/32 -> 10.0.0.255unit
31692026-08-25T15:15:08.840Zunit:: freemap_route_ipv6freemap_route_ipv4
31702026-08-25T15:15:08.840ZAug 25 15:15:07.041
31712026-08-25T15:15:08.844Z DEBGAug 25 15:15:07.041 INFOreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 15:15:07.041
31722026-08-25T15:15:08.846Zadding route 3fff:dead::/64 -> 2001:db8::55:1
31732026-08-25T15:15:08.846ZDEBGAug 25 15:15:07.030Aug 25 15:15:07.041 initted freemap. size: 64INFO, unitINFO: Aug 25 15:15:07.041 adding route 3fff:beef:5::/64 -> 2001:db8::55:fffreemap_route_ipv6adding route 172.17.0.24/32 -> 10.0.0.255
31742026-08-25T15:15:08.846Z
31752026-08-25T15:15:08.846Z
31762026-08-25T15:15:08.846ZDEBG Aug 25 15:15:07.041 Aug 25 15:15:07.041DEBG DEBGAug 25 15:15:07.041 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 } }]reset freemap
31772026-08-25T15:15:08.846Z , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBGunit
31782026-08-25T15:15:08.846Z: freemap_route_ipv6replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
31792026-08-25T15:15:08.846Z
31802026-08-25T15:15:08.846ZAug 25 15:15:07.041Aug 25 15:15:07.041 Aug 25 15:15:07.041INFOINFOAug 25 15:15:07.041 adding route 172.17.0.25/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2
31812026-08-25T15:15:08.846Z INFOINFO
31822026-08-25T15:15:08.846Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
31832026-08-25T15:15:08.846Zadding route 172.16.0.0/32 -> 10.0.0.1
31842026-08-25T15:15:08.846ZAug 25 15:15:07.041Aug 25 15:15:07.041 DEBGDEBGAug 25 15:15:07.041 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 } }]
31852026-08-25T15:15:08.846Zreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
31862026-08-25T15:15:08.846Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 25 15:15:07.041
31872026-08-25T15:15:08.846ZAug 25 15:15:07.041 DEBG Aug 25 15:15:07.041 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 25 15:15:07.041INFOINFO
31882026-08-25T15:15:08.846Z INFOadding route 172.17.0.26/32 -> 10.0.0.255 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.2
31892026-08-25T15:15:08.846Z
31902026-08-25T15:15:08.846Z
31912026-08-25T15:15:08.847ZAug 25 15:15:07.041Aug 25 15:15:07.041Aug 25 15:15:07.041 INFODEBG 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 } }] adding route 3fff:dead::/64 -> 2001:db8::55:3
31922026-08-25T15:15:08.847ZAug 25 15:15:07.041replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
31932026-08-25T15:15:08.847Z DEBG
31942026-08-25T15:15:08.847Zreplacing 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 25 15:15:07.041
31952026-08-25T15:15:08.847Z INFOAug 25 15:15:07.041Aug 25 15:15:07.041 Aug 25 15:15:07.041adding route 172.17.0.27/32 -> 10.0.0.255 INFOINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.3
31962026-08-25T15:15:08.847Z
31972026-08-25T15:15:08.847Z
31982026-08-25T15:15:08.847ZAug 25 15:15:07.042Aug 25 15:15:07.042 DEBGDEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
31992026-08-25T15:15:08.847Z
32002026-08-25T15:15:08.847ZAug 25 15:15:07.042 DEBGAug 25 15:15:07.031 Aug 25 15:15:07.042 Aug 25 15:15:07.042DEBG 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 } }]created new freemapINFO
32012026-08-25T15:15:08.848Z, unitadding route 3fff:beef:9::/64 -> 2001:db8::55:ff:
32022026-08-25T15:15:08.848Z Aug 25 15:15:07.042INFOfreemap_route_ipv4 adding route 172.16.0.0/32 -> 10.0.0.4
32032026-08-25T15:15:08.848Z
32042026-08-25T15:15:08.848Z Aug 25 15:15:07.042INFO adding route 172.17.0.28/32 -> 10.0.0.255
32052026-08-25T15:15:08.848ZDEBG Aug 25 15:15:07.042replacing 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 } }]
32062026-08-25T15:15:08.848ZDEBG Aug 25 15:15:07.042replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
32072026-08-25T15:15:08.848ZDEBG Aug 25 15:15:07.042replacing 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 25 15:15:07.042
32082026-08-25T15:15:08.848Z INFODEBG created new freemapadding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 25 15:15:07.042
32092026-08-25T15:15:08.848Z, Aug 25 15:15:07.042 unitINFO: freemap_route_ipv6adding route 172.17.0.0/32 -> 10.0.0.255
32102026-08-25T15:15:08.848Z
32112026-08-25T15:15:08.848Z INFO adding route 172.17.0.29/32 -> 10.0.0.255Aug 25 15:15:07.042Aug 25 15:15:07.042 Aug 25 15:15:07.030DEBGAug 25 15:15:07.042DEBG
32122026-08-25T15:15:08.848Z DEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
32132026-08-25T15:15:08.848Z
32142026-08-25T15:15:08.848Zinitted freemap. size: 64DEBGAug 25 15:15:07.042, unit Aug 25 15:15:07.042Aug 25 15:15:07.042 :INFODEBG reset freemap freemap_route_ipv4, INFO
32152026-08-25T15:15:08.848Zadding route 172.17.0.1/32 -> 10.0.0.255 replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
32162026-08-25T15:15:08.848Z
32172026-08-25T15:15:08.848Zunit
32182026-08-25T15:15:08.848Z: freemap_route_ipv6Aug 25 15:15:07.042
32192026-08-25T15:15:08.848ZAug 25 15:15:07.042 DEBGAug 25 15:15:07.031Aug 25 15:15:07.042Aug 25 15:15:07.042 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 } }] DEBG
32202026-08-25T15:15:08.848Zcreated new freemap , replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
32212026-08-25T15:15:08.848ZDEBG: Aug 25 15:15:07.042 Aug 25 15:15:07.042freemap_route_ipv4 Aug 25 15:15:07.042reset freemap INFO,
32222026-08-25T15:15:08.848ZINFOunit :INFO freemap_route_ipv4 adding route 172.16.0.0/32 -> 10.0.0.1
32232026-08-25T15:15:08.848Zadding route 172.17.0.30/32 -> 10.0.0.255adding route 3fff:beef:c::/64 -> 2001:db8::55:ffINFO
32242026-08-25T15:15:08.848Z adding route 172.17.0.2/32 -> 10.0.0.255
32252026-08-25T15:15:08.849Z
32262026-08-25T15:15:08.849Z
32272026-08-25T15:15:08.849ZAug 25 15:15:07.042 Aug 25 15:15:07.042DEBGAug 25 15:15:07.042 initted freemap. size: 64DEBG, Aug 25 15:15:07.042unit Aug 25 15:15:07.042 :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
32282026-08-25T15:15:08.849Zfreemap_route_ipv6DEBG
32292026-08-25T15:15:08.849ZAug 25 15:15:07.042 DEBG Aug 25 15:15:07.042 Aug 25 15:15:07.042replacing 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 } }]
32302026-08-25T15:15:08.849Z replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
32312026-08-25T15:15:08.849Z DEBGDEBGreplacing 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 } }] reset freemapAug 25 15:15:07.042
32322026-08-25T15:15:08.849Zcreated new freemap adding route 172.17.0.31/32 -> 10.0.0.255, unitAug 25 15:15:07.042:INFO,
32332026-08-25T15:15:08.849Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff unitfreemap_route_ipv6 :INFO
32342026-08-25T15:15:08.849Z
32352026-08-25T15:15:08.849Zadding route 172.17.0.3/32 -> 10.0.0.255freemap_route_ipv6
32362026-08-25T15:15:08.849Z
32372026-08-25T15:15:08.849ZAug 25 15:15:07.042Aug 25 15:15:07.042Aug 25 15:15:07.042 Aug 25 15:15:07.042Aug 25 15:15:07.042INFO DEBGDEBG DEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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.16.0.0/32 -> 10.0.0.1
32382026-08-25T15:15:08.849Zreplacing 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 } }]
32392026-08-25T15:15:08.849Z
32402026-08-25T15:15:08.849Z
32412026-08-25T15:15:08.849ZAug 25 15:15:07.042DEBG Aug 25 15:15:07.042initted freemap. size: 64 , INFO Aug 25 15:15:07.042adding route 172.17.0.4/32 -> 10.0.0.255 Aug 25 15:15:07.042DEBG
32422026-08-25T15:15:08.849ZINFOunit Aug 25 15:15:07.042adding route 172.16.0.0/32 -> 10.0.0.1 INFODEBG Aug 25 15:15:07.042adding route 3fff:beef:e::/64 -> 2001:db8::55:ff:
32432026-08-25T15:15:08.849Z freemap_route_ipv4 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
32442026-08-25T15:15:08.849Z 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 } }]
32452026-08-25T15:15:08.849ZINFO
32462026-08-25T15:15:08.849ZAug 25 15:15:07.042adding route 172.17.0.32/32 -> 10.0.0.255Aug 25 15:15:07.042
32472026-08-25T15:15:08.849Ztest route::tests::same_size_non_subset_replace ... ok
32482026-08-25T15:15:08.849Z
32492026-08-25T15:15:08.849ZAug 25 15:15:07.042Aug 25 15:15:07.042 DEBG INFO Aug 25 15:15:07.042 DEBG adding route 172.17.0.5/32 -> 10.0.0.255DEBG
32502026-08-25T15:15:08.850ZINFOAug 25 15:15:07.042 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2 replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
32512026-08-25T15:15:08.850ZAug 25 15:15:07.042
32522026-08-25T15:15:08.850Z reset freemap, DEBGunit :replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.042
32532026-08-25T15:15:08.850Z
32542026-08-25T15:15:08.850Z freemap_route_ipv4Aug 25 15:15:07.042DEBG Aug 25 15:15:07.042
32552026-08-25T15:15:08.850Z
32562026-08-25T15:15:08.850Z INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
32572026-08-25T15:15:08.850Z
32582026-08-25T15:15:08.850ZAug 25 15:15:07.042Aug 25 15:15:07.042 INFO DEBGadding route 172.17.0.6/32 -> 10.0.0.255INFOAug 25 15:15:07.042 initted freemap. size: 64Aug 25 15:15:07.042DEBG
32592026-08-25T15:15:08.850ZAug 25 15:15:07.042, INFOINFOadding route 172.17.0.33/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.3unit
32602026-08-25T15:15:08.850Z
32612026-08-25T15:15:08.850Z Aug 25 15:15:07.042:replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG freemap_route_ipv6
32622026-08-25T15:15:08.850ZAug 25 15:15:07.042replacing 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 } }]
32632026-08-25T15:15:08.850ZAug 25 15:15:07.042
32642026-08-25T15:15:08.850Z DEBG DEBG Aug 25 15:15:07.042 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]INFOreplacing targets for 172.17.0.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 25 15:15:07.042
32652026-08-25T15:15:08.850ZAug 25 15:15:07.042
32662026-08-25T15:15:08.850Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBGadding route 172.16.0.0/32 -> 10.0.0.1 reset freemap
32672026-08-25T15:15:08.850Z
32682026-08-25T15:15:08.850Z , INFO Aug 25 15:15:07.042Aug 25 15:15:07.042unitAug 25 15:15:07.042 INFO adding route 172.16.0.0/32 -> 10.0.0.4:
32692026-08-25T15:15:08.850Z Aug 25 15:15:07.042freemap_route_ipv6
32702026-08-25T15:15:08.850ZINFO adding route 172.17.0.34/32 -> 10.0.0.255
32712026-08-25T15:15:08.856ZAug 25 15:15:07.050 Aug 25 15:15:07.050Aug 25 15:15:07.050 INFO DEBGDEBG adding route 172.16.0.0/32 -> 10.0.0.1 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
32722026-08-25T15:15:08.857Z
32732026-08-25T15:15:08.857Z
32742026-08-25T15:15:08.857Zadding route 172.17.0.7/32 -> 10.0.0.255
32752026-08-25T15:15:08.857ZAug 25 15:15:07.050 INFOAug 25 15:15:07.050 Aug 25 15:15:07.042adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 25 15:15:07.050Aug 25 15:15:07.050
32762026-08-25T15:15:08.857ZDEBG 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 } }]
32772026-08-25T15:15:08.857ZDEBGDEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.35/32 -> 10.0.0.255Aug 25 15:15:07.050created new freemap
32782026-08-25T15:15:08.857ZINFO, adding route 172.17.0.8/32 -> 10.0.0.255unitAug 25 15:15:07.050: Aug 25 15:15:07.050
32792026-08-25T15:15:08.857Z
32802026-08-25T15:15:08.857Z DEBG freemap_route_ipv4replacing 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 } }]
32812026-08-25T15:15:08.857ZAug 25 15:15:07.050
32822026-08-25T15:15:08.857Z Aug 25 15:15:07.050 DEBGDEBGINFOAug 25 15:15:07.050 Aug 25 15:15:07.050replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
32832026-08-25T15:15:08.857Z 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
32842026-08-25T15:15:08.857Z adding route 172.17.0.36/32 -> 10.0.0.255
32852026-08-25T15:15:08.857Zcreated new freemapadding route 172.16.0.0/32 -> 10.0.0.2, Aug 25 15:15:07.050unit
32862026-08-25T15:15:08.857Z:Aug 25 15:15:07.050 Aug 25 15:15:07.050 freemap_route_ipv6
32872026-08-25T15:15:08.857Z INFO DEBGDEBG adding route 172.17.0.9/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 } }]Aug 25 15:15:07.050
32882026-08-25T15:15:08.857Z
32892026-08-25T15:15:08.857ZAug 25 15:15:07.050DEBG replacing targets for 3fff:dead::/64 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 } }]initted freemap. size: 64DEBG,
32902026-08-25T15:15:08.857ZAug 25 15:15:07.050 unit :INFO adding route 172.17.0.37/32 -> 10.0.0.255freemap_route_ipv4
32912026-08-25T15:15:08.857ZAug 25 15:15:07.050replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
32922026-08-25T15:15:08.858Z
32932026-08-25T15:15:08.858ZDEBG Aug 25 15:15:07.050replacing 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 } }]
32942026-08-25T15:15:08.858ZAug 25 15:15:07.050INFO DEBGadding route 172.17.0.0/32 -> 10.0.0.255 Aug 25 15:15:07.050reset freemap
32952026-08-25T15:15:08.858Z, Aug 25 15:15:07.050unit :DEBGAug 25 15:15:07.050 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 } }]freemap_route_ipv4
32962026-08-25T15:15:08.858Z
32972026-08-25T15:15:08.858Z adding route 172.17.0.10/32 -> 10.0.0.255DEBG
32982026-08-25T15:15:08.858ZAug 25 15:15:07.050Aug 25 15:15:07.050 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 } }]INFO
32992026-08-25T15:15:08.858Z adding route 172.17.0.38/32 -> 10.0.0.255initted freemap. size: 64
33002026-08-25T15:15:08.858Z, unit:Aug 25 15:15:07.050 Aug 25 15:15:07.050DEBGfreemap_route_ipv6
33012026-08-25T15:15:08.858Zreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
33022026-08-25T15:15:08.858ZAug 25 15:15:07.050 adding route 172.17.0.1/32 -> 10.0.0.255DEBG
33032026-08-25T15:15:08.859ZAug 25 15:15:07.050 Aug 25 15:15:07.050DEBG reset freemapINFO, unitadding route 172.17.0.11/32 -> 10.0.0.255:Aug 25 15:15:07.050
33042026-08-25T15:15:08.859Zfreemap_route_ipv6replacing 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 } }]
33052026-08-25T15:15:08.859Z
33062026-08-25T15:15:08.859ZDEBG Aug 25 15:15:07.050Aug 25 15:15:07.050 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 } }]
33072026-08-25T15:15:08.859ZINFODEBG DEBGreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.050
33082026-08-25T15:15:08.859Z INFOadding route 172.17.0.39/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.1
33092026-08-25T15:15:08.859Zreplacing 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 } }]
33102026-08-25T15:15:08.859ZAug 25 15:15:07.050
33112026-08-25T15:15:08.859Z INFOAug 25 15:15:07.050 adding route 172.17.0.12/32 -> 10.0.0.255Aug 25 15:15:07.050
33122026-08-25T15:15:08.859ZAug 25 15:15:07.050Aug 25 15:15:07.050INFO INFODEBG 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 } }]adding route 172.16.0.0/32 -> 10.0.0.2
33132026-08-25T15:15:08.859Z
33142026-08-25T15:15:08.859Zadding route 172.17.0.2/32 -> 10.0.0.255
33152026-08-25T15:15:08.860ZAug 25 15:15:07.050replacing 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 25 15:15:07.050
33162026-08-25T15:15:08.860Z Aug 25 15:15:07.050DEBGDEBG 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 } }]
33172026-08-25T15:15:08.860ZINFO replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2Aug 25 15:15:07.050
33182026-08-25T15:15:08.860Z
33192026-08-25T15:15:08.860Z INFO Aug 25 15:15:07.050adding route 172.17.0.40/32 -> 10.0.0.255Aug 25 15:15:07.050
33202026-08-25T15:15:08.860ZAug 25 15:15:07.050 INFO Aug 25 15:15:07.050INFO Aug 25 15:15:07.050DEBG DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] adding route 172.17.0.13/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 } }]
33212026-08-25T15:15:08.860Z adding route 172.17.0.0/32 -> 10.0.0.255
33222026-08-25T15:15:08.860Zreplacing 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 } }]
33232026-08-25T15:15:08.860Z
33242026-08-25T15:15:08.860Z
33252026-08-25T15:15:08.861ZAug 25 15:15:07.050 Aug 25 15:15:07.050DEBG Aug 25 15:15:07.050Aug 25 15:15:07.050replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }]
33262026-08-25T15:15:08.861Z DEBGAug 25 15:15:07.050 DEBGINFOreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
33272026-08-25T15:15:08.861Z adding route 172.17.0.41/32 -> 10.0.0.255replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33282026-08-25T15:15:08.861Zadding route 172.17.0.3/32 -> 10.0.0.255
33292026-08-25T15:15:08.861Z
33302026-08-25T15:15:08.861ZAug 25 15:15:07.050 Aug 25 15:15:07.050INFOAug 25 15:15:07.050 adding route 172.17.0.14/32 -> 10.0.0.255INFO
33312026-08-25T15:15:08.861Zadding route 172.17.0.1/32 -> 10.0.0.255Aug 25 15:15:07.050
33322026-08-25T15:15:08.861Z DEBG DEBGreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 15:15:07.050
33332026-08-25T15:15:08.861Z Aug 25 15:15:07.050DEBGreplacing 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
33342026-08-25T15:15:08.861Zreplacing 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 25 15:15:07.050
33352026-08-25T15:15:08.861Z INFOreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 15:15:07.050
33362026-08-25T15:15:08.861Z INFOadding route 172.17.0.42/32 -> 10.0.0.255Aug 25 15:15:07.050
33372026-08-25T15:15:08.861Z adding route 172.17.0.4/32 -> 10.0.0.255INFO
33382026-08-25T15:15:08.861ZAug 25 15:15:07.050 Aug 25 15:15:07.050INFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255
33392026-08-25T15:15:08.861ZDEBG 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 } }]
33402026-08-25T15:15:08.861Z
33412026-08-25T15:15:08.861ZAug 25 15:15:07.050 Aug 25 15:15:07.050Aug 25 15:15:07.050Aug 25 15:15:07.050 DEBG DEBGDEBGINFO 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.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.43/32 -> 10.0.0.255
33422026-08-25T15:15:08.861Z
33432026-08-25T15:15:08.861Z
33442026-08-25T15:15:08.861Z 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 25 15:15:07.050
33452026-08-25T15:15:08.861Z Aug 25 15:15:07.050INFOAug 25 15:15:07.050 DEBGadding route 172.17.0.3/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 } }]INFO
33462026-08-25T15:15:08.861Z
33472026-08-25T15:15:08.861ZAug 25 15:15:07.050adding route 172.17.0.16/32 -> 10.0.0.255
33482026-08-25T15:15:08.861ZAug 25 15:15:07.050Aug 25 15:15:07.050 INFODEBG INFOAug 25 15:15:07.050adding route 172.17.0.5/32 -> 10.0.0.255replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33492026-08-25T15:15:08.861Zadding route 172.17.0.44/32 -> 10.0.0.255DEBG
33502026-08-25T15:15:08.861Z
33512026-08-25T15:15:08.861Z 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 25 15:15:07.050 Aug 25 15:15:07.050INFO DEBGadding route 172.17.0.4/32 -> 10.0.0.255
33522026-08-25T15:15:08.861Zreplacing 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 } }]
33532026-08-25T15:15:08.861ZAug 25 15:15:07.050 DEBGAug 25 15:15:07.050 Aug 25 15:15:07.050DEBGreplacing 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 } }]
33542026-08-25T15:15:08.862Zreplacing 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 } }]
33552026-08-25T15:15:08.862ZINFO
33562026-08-25T15:15:08.862Z adding route 172.17.0.45/32 -> 10.0.0.255
33572026-08-25T15:15:08.862ZAug 25 15:15:07.050Aug 25 15:15:07.050 INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.17.0.5/32 -> 10.0.0.255
33582026-08-25T15:15:08.862Z
33592026-08-25T15:15:08.862Ztest route::tests::identity_replace_is_noop ... ok
33602026-08-25T15:15:08.862ZAug 25 15:15:07.050 INFO adding route 172.17.0.6/32 -> 10.0.0.255Aug 25 15:15:07.050Aug 25 15:15:07.050Aug 25 15:15:07.050 DEBGDEBG
33612026-08-25T15:15:08.862Zreplacing 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.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
33622026-08-25T15:15:08.862Zreplacing 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 } }]
33632026-08-25T15:15:08.862Z
33642026-08-25T15:15:08.862ZAug 25 15:15:07.050Aug 25 15:15:07.050 DEBGAug 25 15:15:07.050 INFOreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33652026-08-25T15:15:08.862ZINFOadding route 172.17.0.6/32 -> 10.0.0.255
33662026-08-25T15:15:08.862Ztest route::tests::shrink_preserves_compacted_order ... ok
33672026-08-25T15:15:08.862ZAug 25 15:15:07.050 adding route 172.17.0.46/32 -> 10.0.0.255INFO
33682026-08-25T15:15:08.862Z Aug 25 15:15:07.050Aug 25 15:15:07.050adding route 172.17.0.18/32 -> 10.0.0.255
33692026-08-25T15:15:08.862Z DEBG Aug 25 15:15:07.050replacing 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 Aug 25 15:15:07.050
33702026-08-25T15:15:08.862Z DEBGDEBGadding route 172.17.0.7/32 -> 10.0.0.255
33712026-08-25T15:15:08.868Zreplacing 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 25 15:15:07.050
33722026-08-25T15:15:08.868Zreplacing 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 } }]
33732026-08-25T15:15:08.868Z INFO Aug 25 15:15:07.050adding route 172.17.0.7/32 -> 10.0.0.255
33742026-08-25T15:15:08.868ZDEBG 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 } }]
33752026-08-25T15:15:08.868ZAug 25 15:15:07.050 Aug 25 15:15:07.050Aug 25 15:15:07.050DEBG Aug 25 15:15:07.050 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
33762026-08-25T15:15:08.868Z INFO adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255
33772026-08-25T15:15:08.868ZAug 25 15:15:07.051 Aug 25 15:15:07.059Aug 25 15:15:07.051 DEBGDEBG DEBGINFO adding route 172.17.0.8/32 -> 10.0.0.255created new freemapreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33782026-08-25T15:15:08.868Z
33792026-08-25T15:15:08.868Z, unitcreated new freemap:, unitfreemap_route_ipv4
33802026-08-25T15:15:08.868ZAug 25 15:15:07.059DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 25 15:15:07.050
33812026-08-25T15:15:08.868ZAug 25 15:15:07.059 INFOadding route 172.17.0.48/32 -> 10.0.0.255DEBG
33822026-08-25T15:15:08.868Z created new freemapAug 25 15:15:07.059, adding route 172.17.0.8/32 -> 10.0.0.255DEBGunit :replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
33832026-08-25T15:15:08.868Z
33842026-08-25T15:15:08.869ZAug 25 15:15:07.059 freemap_route_ipv6DEBG
33852026-08-25T15:15:08.869Z replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.059
33862026-08-25T15:15:08.869ZDEBG Aug 25 15:15:07.059replacing 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 } }]
33872026-08-25T15:15:08.869ZDEBG initted freemap. size: 64Aug 25 15:15:07.059DEBG , 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 } }]Aug 25 15:15:07.059
33882026-08-25T15:15:08.869Z unit:INFO INFO freemap_route_ipv4adding route 172.17.0.9/32 -> 10.0.0.255
33892026-08-25T15:15:08.869Z
33902026-08-25T15:15:08.869Zadding route 172.17.0.49/32 -> 10.0.0.255
33912026-08-25T15:15:08.869ZAug 25 15:15:07.059 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
33922026-08-25T15:15:08.869ZAug 25 15:15:07.059Aug 25 15:15:07.059 DEBGDEBG 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 } }]reset freemap
33932026-08-25T15:15:08.869Z, unitAug 25 15:15:07.059Aug 25 15:15:07.059: 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 } }]freemap_route_ipv4replacing 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 } }]
33942026-08-25T15:15:08.869Z
33952026-08-25T15:15:08.869Z
33962026-08-25T15:15:08.869ZAug 25 15:15:07.059
33972026-08-25T15:15:08.869ZAug 25 15:15:07.059DEBGAug 25 15:15:07.059 Aug 25 15:15:07.059INFO INFOadding route 172.17.0.50/32 -> 10.0.0.255replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 15:15:07.059adding route 172.17.0.9/32 -> 10.0.0.255
33982026-08-25T15:15:08.869Z
33992026-08-25T15:15:08.869Z
34002026-08-25T15:15:08.869ZINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 25 15:15:07.059 DEBGDEBGAug 25 15:15:07.059 initted freemap. size: 64 DEBG
34012026-08-25T15:15:08.869ZAug 25 15:15:07.059, Aug 25 15:15:07.059 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 } }] :
34022026-08-25T15:15:08.869ZINFODEBG freemap_route_ipv6adding route 172.17.0.10/32 -> 10.0.0.255
34032026-08-25T15:15:08.869Zreplacing 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 } }]
34042026-08-25T15:15:08.869Z
34052026-08-25T15:15:08.869ZAug 25 15:15:07.059 replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.059INFO
34062026-08-25T15:15:08.869ZAug 25 15:15:07.059adding route 172.17.0.10/32 -> 10.0.0.255Aug 25 15:15:07.059
34072026-08-25T15:15:08.869Z DEBGINFO reset freemapadding route 172.17.0.51/32 -> 10.0.0.255DEBGAug 25 15:15:07.059, unit :
34082026-08-25T15:15:08.869Zreplacing 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 } }]DEBGAug 25 15:15:07.059
34092026-08-25T15:15:08.869Z freemap_route_ipv6 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 } }]
34102026-08-25T15:15:08.870ZINFO
34112026-08-25T15:15:08.870ZAug 25 15:15:07.059 adding route 172.17.0.20/32 -> 10.0.0.255Aug 25 15:15:07.059DEBGAug 25 15:15:07.059
34122026-08-25T15:15:08.870Z Aug 25 15:15:07.059replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
34132026-08-25T15:15:08.870ZINFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.11/32 -> 10.0.0.255
34142026-08-25T15:15:08.870ZAug 25 15:15:07.059
34152026-08-25T15:15:08.870ZINFOINFO Aug 25 15:15:07.059adding route 172.17.0.52/32 -> 10.0.0.255
34162026-08-25T15:15:08.870Z DEBGAug 25 15:15:07.059 adding route 172.16.0.0/32 -> 10.0.0.1 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 25 15:15:07.059
34172026-08-25T15:15:08.870ZAug 25 15:15:07.059
34182026-08-25T15:15:08.870Z 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 } }]DEBGDEBG
34192026-08-25T15:15:08.870Z 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 } }]
34202026-08-25T15:15:08.870Zreplacing 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 } }]
34212026-08-25T15:15:08.870ZAug 25 15:15:07.059Aug 25 15:15:07.059 Aug 25 15:15:07.059 DEBGAug 25 15:15:07.059 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.12/32 -> 10.0.0.255INFO
34222026-08-25T15:15:08.870Z
34232026-08-25T15:15:08.870Z adding route 172.17.0.12/32 -> 10.0.0.255
34242026-08-25T15:15:08.870ZAug 25 15:15:07.059adding route 172.17.0.53/32 -> 10.0.0.255
34252026-08-25T15:15:08.870ZAug 25 15:15:07.059Aug 25 15:15:07.059Aug 25 15:15:07.059 INFO DEBGDEBGINFOAug 25 15:15:07.059 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 } }] adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }]
34262026-08-25T15:15:08.870Z
34272026-08-25T15:15:08.870Z
34282026-08-25T15:15:08.870Zadding route 172.17.0.21/32 -> 10.0.0.255replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.060
34292026-08-25T15:15:08.870Z Aug 25 15:15:07.060Aug 25 15:15:07.060
34302026-08-25T15:15:08.870ZINFO DEBGINFOadding route 172.17.0.13/32 -> 10.0.0.255 Aug 25 15:15:07.060adding route 172.17.0.13/32 -> 10.0.0.255
34312026-08-25T15:15:08.870ZAug 25 15:15:07.060
34322026-08-25T15:15:08.870Ztest route::tests::add_target_fails_full ... ok
34332026-08-25T15:15:08.870ZINFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
34342026-08-25T15:15:08.870Zadding route 172.17.0.54/32 -> 10.0.0.255Aug 25 15:15:07.060
34352026-08-25T15:15:08.871Z Aug 25 15:15:07.060 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 } }] DEBGDEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34362026-08-25T15:15:08.871Zreplacing 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 } }]
34372026-08-25T15:15:08.871Z
34382026-08-25T15:15:08.871ZAug 25 15:15:07.060Aug 25 15:15:07.060 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 25 15:15:07.060
34392026-08-25T15:15:08.871Z Aug 25 15:15:07.060INFO INFO INFOadding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.14/32 -> 10.0.0.255
34402026-08-25T15:15:08.871ZAug 25 15:15:07.060adding route 172.17.0.14/32 -> 10.0.0.255 INFO
34412026-08-25T15:15:08.871Z
34422026-08-25T15:15:08.871ZAug 25 15:15:07.060Aug 25 15:15:07.060 adding route 172.17.0.55/32 -> 10.0.0.255DEBGAug 25 15:15:07.060INFOAug 25 15:15:07.060
34432026-08-25T15:15:08.871Z 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.22/32 -> 10.0.0.255
34442026-08-25T15:15:08.871ZDEBG DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
34452026-08-25T15:15:08.871ZAug 25 15:15:07.060
34462026-08-25T15:15:08.871Z
34472026-08-25T15:15:08.871Z INFOAug 25 15:15:07.060 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 25 15:15:07.060
34482026-08-25T15:15:08.871Zadding route 172.17.0.15/32 -> 10.0.0.255 INFO
34492026-08-25T15:15:08.871Z adding route 172.17.0.15/32 -> 10.0.0.255Aug 25 15:15:07.060
34502026-08-25T15:15:08.871Z INFOAug 25 15:15:07.060 Aug 25 15:15:07.060DEBGAug 25 15:15:07.060 adding route 172.17.0.56/32 -> 10.0.0.255
34512026-08-25T15:15:08.871ZDEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 15:15:07.060replacing 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 25 15:15:07.060
34522026-08-25T15:15:08.871Z DEBG
34532026-08-25T15:15:08.871Z replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
34542026-08-25T15:15:08.871Z replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.060
34552026-08-25T15:15:08.871Z INFOINFO adding route 172.17.0.16/32 -> 10.0.0.255Aug 25 15:15:07.060
34562026-08-25T15:15:08.871Z Aug 25 15:15:07.060INFOAug 25 15:15:07.060 adding route 172.16.0.0/32 -> 10.0.0.4adding route 172.17.0.57/32 -> 10.0.0.255
34572026-08-25T15:15:08.871ZINFO Aug 25 15:15:07.060
34582026-08-25T15:15:08.871Zadding route 172.17.0.16/32 -> 10.0.0.255 INFO
34592026-08-25T15:15:08.871Z DEBGadding route 172.17.0.23/32 -> 10.0.0.255 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 25 15:15:07.060Aug 25 15:15:07.060
34602026-08-25T15:15:08.871Z Aug 25 15:15:07.060DEBG
34612026-08-25T15:15:08.872Z replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.060DEBG
34622026-08-25T15:15:08.872Z DEBGINFOreplacing 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 25 15:15:07.060 adding route 172.17.0.17/32 -> 10.0.0.255
34632026-08-25T15:15:08.872Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 25 15:15:07.060
34642026-08-25T15:15:08.872ZDEBGINFOAug 25 15:15:07.060 adding route 172.17.0.58/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 } }]INFOAug 25 15:15:07.060
34652026-08-25T15:15:08.872Z
34662026-08-25T15:15:08.872ZDEBG adding route 172.17.0.17/32 -> 10.0.0.255replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34672026-08-25T15:15:08.872Z
34682026-08-25T15:15:08.872ZAug 25 15:15:07.060Aug 25 15:15:07.060
34692026-08-25T15:15:08.872Z Aug 25 15:15:07.060DEBG 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 } }]INFO
34702026-08-25T15:15:08.872ZAug 25 15:15:07.060 Aug 25 15:15:07.060 adding route 172.17.0.18/32 -> 10.0.0.255 DEBGadding route 172.17.0.24/32 -> 10.0.0.255
34712026-08-25T15:15:08.876Z
34722026-08-25T15:15:08.877ZDEBG replacing targets for 172.16.0.0/32 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 } }]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 25 15:15:07.060
34732026-08-25T15:15:08.877ZAug 25 15:15:07.060
34742026-08-25T15:15:08.877Z INFODEBG adding route 172.17.0.59/32 -> 10.0.0.255replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34752026-08-25T15:15:08.877ZAug 25 15:15:07.060
34762026-08-25T15:15:08.877ZAug 25 15:15:07.060 INFOAug 25 15:15:07.060DEBG Aug 25 15:15:07.060adding route 172.17.0.18/32 -> 10.0.0.255 INFO
34772026-08-25T15:15:08.877Z DEBGadding route 172.17.0.19/32 -> 10.0.0.255 replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
34782026-08-25T15:15:08.877Z
34792026-08-25T15:15:08.877Z
34802026-08-25T15:15:08.877ZAug 25 15:15:07.060 DEBGAug 25 15:15:07.060 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 25 15:15:07.060DEBG
34812026-08-25T15:15:08.877ZINFOreplacing 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 } }]
34822026-08-25T15:15:08.877Zadding route 172.17.0.60/32 -> 10.0.0.255
34832026-08-25T15:15:08.877Z:Aug 25 15:15:07.060Aug 25 15:15:07.060Aug 25 15:15:07.060 Aug 25 15:15:07.060 INFO INFOINFO DEBGfreemap_route_ipv4adding route 172.17.0.20/32 -> 10.0.0.255
34842026-08-25T15:15:08.877Z adding route 172.17.0.19/32 -> 10.0.0.255
34852026-08-25T15:15:08.877Zreplacing 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 } }]
34862026-08-25T15:15:08.877ZAug 25 15:15:07.060Aug 25 15:15:07.068 Aug 25 15:15:07.068DEBG INFOcreated new freemap , adding route 172.17.0.61/32 -> 10.0.0.255unitDEBG
34872026-08-25T15:15:08.877Z: freemap_route_ipv6
34882026-08-25T15:15:08.878ZAug 25 15:15:07.068 DEBGreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.068
34892026-08-25T15:15:08.878Z 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 } }]
34902026-08-25T15:15:08.878Zinitted freemap. size: 64, Aug 25 15:15:07.068unit :INFO freemap_route_ipv4adding route 172.17.0.21/32 -> 10.0.0.255
34912026-08-25T15:15:08.878Z
34922026-08-25T15:15:08.878ZAug 25 15:15:07.068 INFO adding route 172.17.0.62/32 -> 10.0.0.255Aug 25 15:15:07.068
34932026-08-25T15:15:08.878Z DEBG Aug 25 15:15:07.068reset freemap , DEBGAug 25 15:15:07.068 unit 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 } }]:DEBG
34942026-08-25T15:15:08.878ZAug 25 15:15:07.068freemap_route_ipv4
34952026-08-25T15:15:08.878ZDEBG Aug 25 15:15:07.068 replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
34962026-08-25T15:15:08.878Z Aug 25 15:15:07.068
34972026-08-25T15:15:08.878Z INFO DEBGadding route 172.17.0.22/32 -> 10.0.0.255
34982026-08-25T15:15:08.878Zinitted freemap. size: 64Aug 25 15:15:07.068Aug 25 15:15:07.068, unit Aug 25 15:15:07.068:INFO DEBGfreemap_route_ipv6INFO
34992026-08-25T15:15:08.878Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.63/32 -> 10.0.0.255
35002026-08-25T15:15:08.878Z
35012026-08-25T15:15:08.878Z
35022026-08-25T15:15:08.878ZAug 25 15:15:07.068 Aug 25 15:15:07.068DEBGAug 25 15:15:07.068 INFOreset freemap DEBGadding route 172.17.0.23/32 -> 10.0.0.255, Aug 25 15:15:07.068unit
35032026-08-25T15:15:08.878Z 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 } }]:
35042026-08-25T15:15:08.878Z Aug 25 15:15:07.068freemap_route_ipv6DEBG 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 } }]DEBG
35052026-08-25T15:15:08.878Zreplacing 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 } }]
35062026-08-25T15:15:08.878ZAug 25 15:15:07.068
35072026-08-25T15:15:08.878ZINFOAug 25 15:15:07.068 Aug 25 15:15:07.068adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
35082026-08-25T15:15:08.878ZINFODEBG Aug 25 15:15:07.068adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 15:15:07.068
35092026-08-25T15:15:08.878Z DEBGfailed to allocate space for the new target list replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
35102026-08-25T15:15:08.878Z
35112026-08-25T15:15:08.878Zadding route 172.17.0.24/32 -> 10.0.0.255Aug 25 15:15:07.068
35122026-08-25T15:15:08.878Z DEBGAug 25 15:15:07.068 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
35132026-08-25T15:15:08.878ZAug 25 15:15:07.068 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBGAug 25 15:15:07.068 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 } }]
35142026-08-25T15:15:08.878ZDEBG
35152026-08-25T15:15:08.878Z Aug 25 15:15:07.068replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 25 15:15:07.068 Aug 25 15:15:07.068
35162026-08-25T15:15:08.878ZINFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 DEBGAug 25 15:15:07.068adding route 172.17.0.25/32 -> 10.0.0.255
35172026-08-25T15:15:08.878Z
35182026-08-25T15:15:08.878Z 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 } }] failed to allocate space for the new target list
35192026-08-25T15:15:08.878Z
35202026-08-25T15:15:08.879ZAug 25 15:15:07.068 DEBGAug 25 15:15:07.068 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
35212026-08-25T15:15:08.879Z adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 25 15:15:07.068
35222026-08-25T15:15:08.879Z DEBG adding route 172.17.0.25/32 -> 10.0.0.255Aug 25 15:15:07.068Aug 25 15:15:07.068 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 } }]
35232026-08-25T15:15:08.879ZINFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }]
35242026-08-25T15:15:08.879Z
35252026-08-25T15:15:08.879Z
35262026-08-25T15:15:08.879ZAug 25 15:15:07.068Aug 25 15:15:07.068 Aug 25 15:15:07.068 DEBGINFO INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
35272026-08-25T15:15:08.879Z adding route 172.17.0.26/32 -> 10.0.0.255adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
35282026-08-25T15:15:08.879ZAug 25 15:15:07.068
35292026-08-25T15:15:08.879Z DEBGAug 25 15:15:07.068Aug 25 15:15:07.068 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 } }] INFOAug 25 15:15:07.068 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBGreplacing 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 } }]
35302026-08-25T15:15:08.879Z
35312026-08-25T15:15:08.879Zreplacing 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 } }]
35322026-08-25T15:15:08.879Z
35332026-08-25T15:15:08.879ZAug 25 15:15:07.068Aug 25 15:15:07.068 Aug 25 15:15:07.068INFO 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:18::/64 -> 2001:db8::55:ff
35342026-08-25T15:15:08.879Zadding route 172.17.0.27/32 -> 10.0.0.255Aug 25 15:15:07.068
35352026-08-25T15:15:08.879Z
35362026-08-25T15:15:08.879Z INFO Aug 25 15:15:07.068adding route 172.17.0.26/32 -> 10.0.0.255Aug 25 15:15:07.068
35372026-08-25T15:15:08.879Z 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 3fff:dead::/64 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 } }]
35382026-08-25T15:15:08.879Z
35392026-08-25T15:15:08.879ZAug 25 15:15:07.077 INFO adding route 172.17.0.28/32 -> 10.0.0.255
35402026-08-25T15:15:08.879Z
35412026-08-25T15:15:08.879ZAug 25 15:15:07.077 DEBGAug 25 15:15:07.077 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
35422026-08-25T15:15:08.879Z 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 } }]
35432026-08-25T15:15:08.879ZAug 25 15:15:07.068 DEBGAug 25 15:15:07.077 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
35442026-08-25T15:15:08.879Z adding route 172.17.0.20/32 -> 10.0.0.255Aug 25 15:15:07.077
35452026-08-25T15:15:08.879ZAug 25 15:15:07.077 INFO Aug 25 15:15:07.077adding route 172.17.0.27/32 -> 10.0.0.255
35462026-08-25T15:15:08.879ZDEBG 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 } }]
35472026-08-25T15:15:08.879ZAug 25 15:15:07.077 INFODEBG adding route 172.17.0.29/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 } }]
35482026-08-25T15:15:08.879Z
35492026-08-25T15:15:08.879ZAug 25 15:15:07.078 Aug 25 15:15:07.078INFO DEBGadding route 172.17.0.28/32 -> 10.0.0.255
35502026-08-25T15:15:08.879ZAug 25 15:15:07.077replacing 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 } }]
35512026-08-25T15:15:08.879ZINFO adding route 172.17.0.21/32 -> 10.0.0.255
35522026-08-25T15:15:08.879ZAug 25 15:15:07.078 INFOAug 25 15:15:07.068 Aug 25 15:15:07.078Aug 25 15:15:07.078adding route 172.17.0.30/32 -> 10.0.0.255
35532026-08-25T15:15:08.879ZDEBGDEBG 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.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 } }]
35542026-08-25T15:15:08.879Z
35552026-08-25T15:15:08.879ZDEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:15:07.078
35562026-08-25T15:15:08.879Z Aug 25 15:15:07.078DEBGAug 25 15:15:07.078 replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
35572026-08-25T15:15:08.879ZAug 25 15:15:07.078 INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255
35582026-08-25T15:15:08.879ZAug 25 15:15:07.078
35592026-08-25T15:15:08.880Z
35602026-08-25T15:15:08.880Z INFOAug 25 15:15:07.078 adding route 172.17.0.31/32 -> 10.0.0.255DEBGAug 25 15:15:07.078
35612026-08-25T15:15:08.880Z 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 } }]
35622026-08-25T15:15:08.880ZDEBGAug 25 15:15:07.078 replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:15:07.078
35632026-08-25T15:15:08.880Z DEBGDEBG Aug 25 15:15:07.078replacing 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.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 } }]
35642026-08-25T15:15:08.880ZAug 25 15:15:07.078
35652026-08-25T15:15:08.880Z INFOINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 25 15:15:07.078
35662026-08-25T15:15:08.880Z adding route 172.17.0.30/32 -> 10.0.0.255INFO
35672026-08-25T15:15:08.880Z adding route 172.17.0.32/32 -> 10.0.0.255Aug 25 15:15:07.078
35682026-08-25T15:15:08.880Z Aug 25 15:15:07.078 INFODEBG Aug 25 15:15:07.078 Aug 25 15:15:07.078adding route 172.17.0.23/32 -> 10.0.0.255
35692026-08-25T15:15:08.880ZDEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
35702026-08-25T15:15:08.880Zreplacing 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 } }]
35712026-08-25T15:15:08.887Zreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.078
35722026-08-25T15:15:08.887Z Aug 25 15:15:07.078 Aug 25 15:15:07.078INFO Aug 25 15:15:07.078adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff INFO
35732026-08-25T15:15:08.887ZINFO DEBG adding route 172.17.0.33/32 -> 10.0.0.255 Aug 25 15:15:07.078
35742026-08-25T15:15:08.887Zreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255
35752026-08-25T15:15:08.887Z
35762026-08-25T15:15:08.887ZDEBGAug 25 15:15:07.078 Aug 25 15:15:07.078 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 } }]INFO
35772026-08-25T15:15:08.887Z 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.24/32 -> 10.0.0.255
35782026-08-25T15:15:08.887ZAug 25 15:15:07.078
35792026-08-25T15:15:08.887Z DEBGAug 25 15:15:07.078Aug 25 15:15:07.078 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 } }]INFOAug 25 15:15:07.078 DEBGadding route 172.17.0.34/32 -> 10.0.0.255
35802026-08-25T15:15:08.888ZINFOreplacing 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 } }]
35812026-08-25T15:15:08.888Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
35822026-08-25T15:15:08.888Z
35832026-08-25T15:15:08.888ZAug 25 15:15:07.078Aug 25 15:15:07.078 Aug 25 15:15:07.078INFO DEBGAug 25 15:15:07.078adding route 172.17.0.25/32 -> 10.0.0.255 DEBG
35842026-08-25T15:15:08.888Zreplacing 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 } }]
35852026-08-25T15:15:08.888Z 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 25 15:15:07.078
35862026-08-25T15:15:08.888Z adding route 172.17.0.32/32 -> 10.0.0.255DEBG
35872026-08-25T15:15:08.888ZAug 25 15:15:07.078 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 25 15:15:07.078 Aug 25 15:15:07.078
35882026-08-25T15:15:08.888Zadding route 172.17.0.35/32 -> 10.0.0.255INFO
35892026-08-25T15:15:08.888Z adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
35902026-08-25T15:15:08.888ZDEBGAug 25 15:15:07.078Aug 25 15:15:07.078 DEBGINFO replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35912026-08-25T15:15:08.888Zreplacing 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 25 15:15:07.078adding route 172.17.0.26/32 -> 10.0.0.255
35922026-08-25T15:15:08.888Z
35932026-08-25T15:15:08.888ZDEBG 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 } }]
35942026-08-25T15:15:08.888ZAug 25 15:15:07.078Aug 25 15:15:07.078 Aug 25 15:15:07.078Aug 25 15:15:07.078INFO DEBGadding route 172.17.0.36/32 -> 10.0.0.255INFO
35952026-08-25T15:15:08.888Z adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
35962026-08-25T15:15:08.888Z
35972026-08-25T15:15:08.888Z adding route 172.17.0.33/32 -> 10.0.0.255Aug 25 15:15:07.078
35982026-08-25T15:15:08.888Z Aug 25 15:15:07.078DEBG 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 } }]
35992026-08-25T15:15:08.889Zreplacing 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 25 15:15:07.078
36002026-08-25T15:15:08.889ZAug 25 15:15:07.078 Aug 25 15:15:07.078 INFO INFO adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255
36012026-08-25T15:15:08.889Z
36022026-08-25T15:15:08.889ZAug 25 15:15:07.078DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
36032026-08-25T15:15:08.889Z Aug 25 15:15:07.078adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff DEBG
36042026-08-25T15:15:08.889ZAug 25 15:15:07.078 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 25 15:15:07.078
36052026-08-25T15:15:08.889Z Aug 25 15:15:07.078DEBG DEBGreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36062026-08-25T15:15:08.889Zreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO Aug 25 15:15:07.078
36072026-08-25T15:15:08.889Z Aug 25 15:15:07.078adding route 172.17.0.34/32 -> 10.0.0.255 INFOINFO adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255
36082026-08-25T15:15:08.889Z
36092026-08-25T15:15:08.889Z
36102026-08-25T15:15:08.889ZAug 25 15:15:07.078 INFOAug 25 15:15:07.078 Aug 25 15:15:07.078adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG Aug 25 15:15:07.078
36112026-08-25T15:15:08.889Zreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
36122026-08-25T15:15:08.889ZDEBG 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 25 15:15:07.078replacing 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 25 15:15:07.078
36132026-08-25T15:15:08.889Z
36142026-08-25T15:15:08.889ZDEBGINFO replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.39/32 -> 10.0.0.255Aug 25 15:15:07.078
36152026-08-25T15:15:08.889Z
36162026-08-25T15:15:08.889Z INFOAug 25 15:15:07.078 Aug 25 15:15:07.078INFOAug 25 15:15:07.078adding route 172.17.0.29/32 -> 10.0.0.255
36172026-08-25T15:15:08.889ZINFO DEBG adding route 172.17.0.35/32 -> 10.0.0.255adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
36182026-08-25T15:15:08.889Zreplacing 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 } }]
36192026-08-25T15:15:08.889Z
36202026-08-25T15:15:08.889ZAug 25 15:15:07.078 DEBG Aug 25 15:15:07.078Aug 25 15:15:07.078Aug 25 15:15:07.078 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 } }]
36212026-08-25T15:15:08.889ZINFO adding route 172.17.0.40/32 -> 10.0.0.255DEBG
36222026-08-25T15:15:08.889ZDEBGAug 25 15:15:07.078 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 } }]
36232026-08-25T15:15:08.889ZINFO adding route 172.17.0.30/32 -> 10.0.0.255Aug 25 15:15:07.078
36242026-08-25T15:15:08.889Z DEBGAug 25 15:15:07.078replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 25 15:15:07.078INFO DEBG
36252026-08-25T15:15:08.889Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ffreplacing 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 } }]
36262026-08-25T15:15:08.890Z
36272026-08-25T15:15:08.890Z
36282026-08-25T15:15:08.890ZAug 25 15:15:07.078Aug 25 15:15:07.078Aug 25 15:15:07.078 INFOINFO INFOAug 25 15:15:07.078 adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255
36292026-08-25T15:15:08.890Z
36302026-08-25T15:15:08.890Z adding route 172.17.0.36/32 -> 10.0.0.255
36312026-08-25T15:15:08.890ZDEBGAug 25 15:15:07.078 Aug 25 15:15:07.078DEBG 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
36322026-08-25T15:15:08.890Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
36332026-08-25T15:15:08.890Z Aug 25 15:15:07.078replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
36342026-08-25T15:15:08.890Z
36352026-08-25T15:15:08.890ZDEBGAug 25 15:15:07.078 replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.078
36362026-08-25T15:15:08.890Z INFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 172.17.0.42/32 -> 10.0.0.255
36372026-08-25T15:15:08.890ZAug 25 15:15:07.078
36382026-08-25T15:15:08.890Z Aug 25 15:15:07.078INFO INFOadding route 172.17.0.32/32 -> 10.0.0.255Aug 25 15:15:07.078
36392026-08-25T15:15:08.890Z DEBG Aug 25 15:15:07.078 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.37/32 -> 10.0.0.255Aug 25 15:15:07.078DEBG
36402026-08-25T15:15:08.890Z
36412026-08-25T15:15:08.890ZDEBG 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.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 } }]
36422026-08-25T15:15:08.890Z
36432026-08-25T15:15:08.890ZAug 25 15:15:07.078Aug 25 15:15:07.078Aug 25 15:15:07.078Aug 25 15:15:07.078 INFO INFOadding route 172.17.0.33/32 -> 10.0.0.255
36442026-08-25T15:15:08.890Zadding route 172.17.0.43/32 -> 10.0.0.255INFO
36452026-08-25T15:15:08.890Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
36462026-08-25T15:15:08.890ZAug 25 15:15:07.078DEBGAug 25 15:15:07.078 DEBG DEBGreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 15:15:07.078replacing 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 } }]
36472026-08-25T15:15:08.890Zreplacing 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 } }]
36482026-08-25T15:15:08.890ZDEBG
36492026-08-25T15:15:08.890Zreplacing 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 25 15:15:07.078
36502026-08-25T15:15:08.890ZAug 25 15:15:07.078 INFO Aug 25 15:15:07.078INFO adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255
36512026-08-25T15:15:08.890Z
36522026-08-25T15:15:08.890ZAug 25 15:15:07.078INFO Aug 25 15:15:07.078INFO Aug 25 15:15:07.078 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBGDEBGadding route 172.17.0.38/32 -> 10.0.0.255
36532026-08-25T15:15:08.890Zreplacing 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.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 } }]
36542026-08-25T15:15:08.891Z
36552026-08-25T15:15:08.891ZAug 25 15:15:07.088 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 25 15:15:07.088
36562026-08-25T15:15:08.891Z INFO adding route 172.17.0.35/32 -> 10.0.0.255Aug 25 15:15:07.078
36572026-08-25T15:15:08.891ZAug 25 15:15:07.088 DEBGINFO created new freemap
36582026-08-25T15:15:08.891Z, adding route 3fff:beef:26::/64 -> 2001:db8::55:ffunit
36592026-08-25T15:15:08.891ZAug 25 15:15:07.088 : freemap_route_ipv4
36602026-08-25T15:15:08.891ZAug 25 15:15:07.088Aug 25 15:15:07.088 DEBGINFO created new freemapadding route 172.17.0.45/32 -> 10.0.0.255,
36612026-08-25T15:15:08.891Zunit: freemap_route_ipv6
36622026-08-25T15:15:08.891ZAug 25 15:15:07.088Aug 25 15:15:07.088 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.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 } }]
36632026-08-25T15:15:08.891Z
36642026-08-25T15:15:08.891ZAug 25 15:15:07.088 DEBGAug 25 15:15:07.088 initted freemap. size: 64INFO, unitAug 25 15:15:07.088adding route 3fff:beef:27::/64 -> 2001:db8::55:ff:
36652026-08-25T15:15:08.891Z INFO freemap_route_ipv4
36662026-08-25T15:15:08.891Zadding route 172.17.0.46/32 -> 10.0.0.255Aug 25 15:15:07.088
36672026-08-25T15:15:08.891Z 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 } }]
36682026-08-25T15:15:08.891ZAug 25 15:15:07.088 Aug 25 15:15:07.088DEBG Aug 25 15:15:07.088replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
36692026-08-25T15:15:08.891Z DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
36702026-08-25T15:15:08.891Zreset freemapAug 25 15:15:07.088, unitAug 25 15:15:07.088INFO: DEBGadding route 172.17.0.47/32 -> 10.0.0.255freemap_route_ipv4
36712026-08-25T15:15:08.896Z
36722026-08-25T15:15:08.896Z Aug 25 15:15:07.088Aug 25 15:15:07.088 DEBGDEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
36732026-08-25T15:15:08.896Z
36742026-08-25T15:15:08.897Z initted freemap. size: 64, unitAug 25 15:15:07.088Aug 25 15:15:07.088: INFOAug 25 15:15:07.088 freemap_route_ipv6
36752026-08-25T15:15:08.897Z INFODEBGadding route 172.17.0.48/32 -> 10.0.0.255
36762026-08-25T15:15:08.897Z 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 25 15:15:07.088
36772026-08-25T15:15:08.897Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
36782026-08-25T15:15:08.897ZDEBG Aug 25 15:15:07.088reset freemap , DEBGunit :Aug 25 15:15:07.088replacing 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 25 15:15:07.088
36792026-08-25T15:15:08.897Z INFODEBG 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 25 15:15:07.088adding route 172.17.0.39/32 -> 10.0.0.255freemap_route_ipv6
36802026-08-25T15:15:08.897Z
36812026-08-25T15:15:08.897Z
36822026-08-25T15:15:08.897ZINFO adding route 172.17.0.49/32 -> 10.0.0.255Aug 25 15:15:07.088
36832026-08-25T15:15:08.897Z Aug 25 15:15:07.088INFO Aug 25 15:15:07.088INFOAug 25 15:15:07.088adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
36842026-08-25T15:15:08.897ZDEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
36852026-08-25T15:15:08.897Z
36862026-08-25T15:15:08.898Z 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 } }]
36872026-08-25T15:15:08.898ZAug 25 15:15:07.088 Aug 25 15:15:07.088DEBGAug 25 15:15:07.088Aug 25 15:15:07.088 DEBG 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 } }]
36882026-08-25T15:15:08.898Zadding route 172.17.0.40/32 -> 10.0.0.255DEBG
36892026-08-25T15:15:08.898Z 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 172.17.0.50/32 -> 10.0.0.255
36902026-08-25T15:15:08.898Z
36912026-08-25T15:15:08.898Zreplacing 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 25 15:15:07.088
36922026-08-25T15:15:08.898ZAug 25 15:15:07.088Aug 25 15:15:07.088DEBG Aug 25 15:15:07.088replacing 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 25 15:15:07.088INFO INFODEBG adding route 172.17.0.36/32 -> 10.0.0.255INFO
36932026-08-25T15:15:08.898Z 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 } }]adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
36942026-08-25T15:15:08.898Z
36952026-08-25T15:15:08.898Z
36962026-08-25T15:15:08.898Z
36972026-08-25T15:15:08.898ZAug 25 15:15:07.088Aug 25 15:15:07.088 Aug 25 15:15:07.088DEBGINFOAug 25 15:15:07.088 replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG adding route 172.17.0.51/32 -> 10.0.0.255DEBG
36982026-08-25T15:15:08.898Z 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 } }]
36992026-08-25T15:15:08.898Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
37002026-08-25T15:15:08.898Z
37012026-08-25T15:15:08.898ZAug 25 15:15:07.088 Aug 25 15:15:07.088INFO Aug 25 15:15:07.088Aug 25 15:15:07.088 DEBGINFO INFOreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
37022026-08-25T15:15:08.898Zadding route 172.16.0.0/32 -> 10.0.0.3Aug 25 15:15:07.088
37032026-08-25T15:15:08.898Z
37042026-08-25T15:15:08.898ZINFO adding route 172.17.0.41/32 -> 10.0.0.255Aug 25 15:15:07.088adding route 172.17.0.37/32 -> 10.0.0.255
37052026-08-25T15:15:08.898ZAug 25 15:15:07.088DEBGAug 25 15:15:07.088 DEBGreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
37062026-08-25T15:15:08.898Z
37072026-08-25T15:15:08.898Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
37082026-08-25T15:15:08.898ZINFO adding route 172.17.0.52/32 -> 10.0.0.255
37092026-08-25T15:15:08.898ZAug 25 15:15:07.088 Aug 25 15:15:07.088INFOAug 25 15:15:07.088Aug 25 15:15:07.088 Aug 25 15:15:07.088 INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
37102026-08-25T15:15:08.898Z DEBGDEBG adding route 172.16.0.0/32 -> 10.0.0.4 replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
37112026-08-25T15:15:08.898Z
37122026-08-25T15:15:08.899ZAug 25 15:15:07.088replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
37132026-08-25T15:15:08.899Z DEBG
37142026-08-25T15:15:08.899ZAug 25 15:15:07.088Aug 25 15:15:07.088 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 } }]
37152026-08-25T15:15:08.899ZDEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]
37162026-08-25T15:15:08.899ZAug 25 15:15:07.088adding route 172.17.0.53/32 -> 10.0.0.255 Aug 25 15:15:07.088
37172026-08-25T15:15:08.899ZINFOAug 25 15:15:07.088 INFOAug 25 15:15:07.088INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff DEBGAug 25 15:15:07.088adding route 172.17.0.42/32 -> 10.0.0.255
37182026-08-25T15:15:08.899Z
37192026-08-25T15:15:08.899Z replacing targets for 172.16.0.0/32 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 } }]DEBGadding route 172.17.0.38/32 -> 10.0.0.255
37202026-08-25T15:15:08.899Z
37212026-08-25T15:15:08.899Zreplacing 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 25 15:15:07.088
37222026-08-25T15:15:08.899Z DEBGAug 25 15:15:07.088 Aug 25 15:15:07.088DEBGreplacing 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 25 15:15:07.088
37232026-08-25T15:15:08.899ZINFO 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 } }]
37242026-08-25T15:15:08.899Zadding route 172.17.0.54/32 -> 10.0.0.255replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37252026-08-25T15:15:08.899ZAug 25 15:15:07.088
37262026-08-25T15:15:08.899Z Aug 25 15:15:07.088INFO INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 25 15:15:07.088
37272026-08-25T15:15:08.899Z adding route 172.17.0.43/32 -> 10.0.0.255DEBGAug 25 15:15:07.088
37282026-08-25T15:15:08.899Zreplacing 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 } }]
37292026-08-25T15:15:08.899ZINFOAug 25 15:15:07.088 Aug 25 15:15:07.088adding route 172.17.0.39/32 -> 10.0.0.255DEBG Aug 25 15:15:07.088
37302026-08-25T15:15:08.899Z INFOreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.55/32 -> 10.0.0.255DEBG
37312026-08-25T15:15:08.899Z
37322026-08-25T15:15:08.899Z 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 } }]
37332026-08-25T15:15:08.899ZAug 25 15:15:07.088Aug 25 15:15:07.088Aug 25 15:15:07.088 INFO DEBGDEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
37342026-08-25T15:15:08.899Zreplacing 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.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 } }]
37352026-08-25T15:15:08.899Z
37362026-08-25T15:15:08.899ZAug 25 15:15:07.088 Aug 25 15:15:07.088INFO Aug 25 15:15:07.088DEBGadding route 172.17.0.44/32 -> 10.0.0.255Aug 25 15:15:07.088
37372026-08-25T15:15:08.899Z replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
37382026-08-25T15:15:08.899ZINFO adding route 172.17.0.40/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255
37392026-08-25T15:15:08.900ZAug 25 15:15:07.088
37402026-08-25T15:15:08.900Z INFO Aug 25 15:15:07.088adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 25 15:15:07.088Aug 25 15:15:07.088
37412026-08-25T15:15:08.900Z 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 } }]DEBG
37422026-08-25T15:15:08.900Z DEBGreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.088
37432026-08-25T15:15:08.900Zreplacing 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 25 15:15:07.088
37442026-08-25T15:15:08.900Z INFODEBG adding route 172.17.0.57/32 -> 10.0.0.255Aug 25 15:15:07.088replacing 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 25 15:15:07.088
37452026-08-25T15:15:08.900Ztest route::tests::delete_target_full ... ok
37462026-08-25T15:15:08.900Z
37472026-08-25T15:15:08.900Z INFOINFO Aug 25 15:15:07.088Aug 25 15:15:07.088 adding route 172.17.0.41/32 -> 10.0.0.255
37482026-08-25T15:15:08.900ZINFO DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff adding route 172.17.0.45/32 -> 10.0.0.255
37492026-08-25T15:15:08.900Zreplacing 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 25 15:15:07.088
37502026-08-25T15:15:08.900Z
37512026-08-25T15:15:08.900ZDEBG 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 25 15:15:07.088
37522026-08-25T15:15:08.900Z Aug 25 15:15:07.088Aug 25 15:15:07.088DEBG DEBGINFO replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.58/32 -> 10.0.0.255replacing 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 } }]
37532026-08-25T15:15:08.900Z
37542026-08-25T15:15:08.900ZAug 25 15:15:07.088 INFO
37552026-08-25T15:15:08.900Z adding route 172.17.0.42/32 -> 10.0.0.255Aug 25 15:15:07.088
37562026-08-25T15:15:08.900ZAug 25 15:15:07.088Aug 25 15:15:07.088 DEBGINFO replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37572026-08-25T15:15:08.900ZINFOAug 25 15:15:07.088adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
37582026-08-25T15:15:08.900Ztest route::tests::delete_targets_full ... ok
37592026-08-25T15:15:08.900ZDEBGadding route 172.17.0.46/32 -> 10.0.0.255
37602026-08-25T15:15:08.900ZAug 25 15:15:07.088replacing 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 } }]
37612026-08-25T15:15:08.900Ztest route::tests::delete_target_fragmented ... ok
37622026-08-25T15:15:08.900ZINFO Aug 25 15:15:07.088adding route 172.17.0.59/32 -> 10.0.0.255Aug 25 15:15:07.088
37632026-08-25T15:15:08.900Z DEBG DEBGreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 15:15:07.088
37642026-08-25T15:15:08.900ZAug 25 15:15:07.088replacing 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 } }]
37652026-08-25T15:15:08.900ZDEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
37662026-08-25T15:15:08.900ZAug 25 15:15:07.088 adding route 172.17.0.43/32 -> 10.0.0.255INFO
37672026-08-25T15:15:08.900Z Aug 25 15:15:07.088adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
37682026-08-25T15:15:08.901ZINFOAug 25 15:15:07.088 Aug 25 15:15:07.088adding route 172.17.0.60/32 -> 10.0.0.255DEBG
37692026-08-25T15:15:08.901Z 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 } }]INFOAug 25 15:15:07.088
37702026-08-25T15:15:08.901ZAug 25 15:15:07.088 DEBGadding route 172.17.0.47/32 -> 10.0.0.255DEBG
37712026-08-25T15:15:08.905Z 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 } }]
37722026-08-25T15:15:08.905ZAug 25 15:15:07.088 INFO adding route 172.17.0.44/32 -> 10.0.0.255
37732026-08-25T15:15:08.905ZAug 25 15:15:07.099 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 25 15:15:07.099
37742026-08-25T15:15:08.905Z 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 } }]
37752026-08-25T15:15:08.905ZAug 25 15:15:07.099 Aug 25 15:15:07.099DEBG 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 } }]
37762026-08-25T15:15:08.905Zadding route 172.17.0.45/32 -> 10.0.0.255
37772026-08-25T15:15:08.905ZAug 25 15:15:07.099 DEBGAug 25 15:15:07.099 INFO 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 } }]
37782026-08-25T15:15:08.906Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 25 15:15:07.099
37792026-08-25T15:15:08.906Z INFO adding route 172.17.0.46/32 -> 10.0.0.255
37802026-08-25T15:15:08.906ZAug 25 15:15:07.099 DEBGAug 25 15:15:07.099 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
37812026-08-25T15:15:08.906Z 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 25 15:15:07.088
37822026-08-25T15:15:08.906Z Aug 25 15:15:07.099DEBG Aug 25 15:15:07.099INFO INFO adding route 172.17.0.47/32 -> 10.0.0.255replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37832026-08-25T15:15:08.906Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
37842026-08-25T15:15:08.906Z
37852026-08-25T15:15:08.906ZAug 25 15:15:07.099Aug 25 15:15:07.099 DEBGDEBG Aug 25 15:15:07.099replacing 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 } }]
37862026-08-25T15:15:08.906Z INFOreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
37872026-08-25T15:15:08.906Zadding route 172.17.0.48/32 -> 10.0.0.255
37882026-08-25T15:15:08.906ZAug 25 15:15:07.099 INFO adding route 172.17.0.48/32 -> 10.0.0.255Aug 25 15:15:07.099replacing 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 25 15:15:07.099
37892026-08-25T15:15:08.906Z
37902026-08-25T15:15:08.906Z INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG
37912026-08-25T15:15:08.906Z Aug 25 15:15:07.099replacing 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 25 15:15:07.099
37922026-08-25T15:15:08.906Z DEBGINFO 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.61/32 -> 10.0.0.255
37932026-08-25T15:15:08.906ZAug 25 15:15:07.099Aug 25 15:15:07.099
37942026-08-25T15:15:08.906Z INFODEBG adding route 172.17.0.49/32 -> 10.0.0.255Aug 25 15:15:07.099
37952026-08-25T15:15:08.906Z DEBGAug 25 15:15:07.099replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
37962026-08-25T15:15:08.906ZINFO
37972026-08-25T15:15:08.910Z adding route 172.17.0.49/32 -> 10.0.0.255Aug 25 15:15:07.099
37982026-08-25T15:15:08.910Z DEBGAug 25 15:15:07.099 Aug 25 15:15:07.099Aug 25 15:15:07.099INFO 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 } }]
37992026-08-25T15:15:08.910Z DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 172.17.0.62/32 -> 10.0.0.255
38002026-08-25T15:15:08.910Z
38012026-08-25T15:15:08.910Zreplacing 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 } }]
38022026-08-25T15:15:08.910ZAug 25 15:15:07.099Aug 25 15:15:07.099Aug 25 15:15:07.099 Aug 25 15:15:07.099DEBGINFO adding route 172.17.0.50/32 -> 10.0.0.255DEBGINFO 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.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.50/32 -> 10.0.0.255
38032026-08-25T15:15:08.910Z
38042026-08-25T15:15:08.910Z
38052026-08-25T15:15:08.911Z
38062026-08-25T15:15:08.911ZAug 25 15:15:07.099Aug 25 15:15:07.099 Aug 25 15:15:07.099INFODEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:fffailed to allocate space for the new target list
38072026-08-25T15:15:08.911ZAug 25 15:15:07.099
38082026-08-25T15:15:08.911ZDEBG DEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 15:15:07.099replacing 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 } }]
38092026-08-25T15:15:08.911ZDEBG
38102026-08-25T15:15:08.911Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 25 15:15:07.099
38112026-08-25T15:15:08.911Z Aug 25 15:15:07.099DEBG Aug 25 15:15:07.099 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 } }] INFOINFO
38122026-08-25T15:15:08.911Z adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255
38132026-08-25T15:15:08.911Z
38142026-08-25T15:15:08.911ZAug 25 15:15:07.099 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 25 15:15:07.099
38152026-08-25T15:15:08.911Z Aug 25 15:15:07.099DEBG 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 } }] Aug 25 15:15:07.099replacing 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 } }]
38162026-08-25T15:15:08.911Z
38172026-08-25T15:15:08.911ZDEBG 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 } }]
38182026-08-25T15:15:08.911ZAug 25 15:15:07.099Aug 25 15:15:07.099 INFOINFO Aug 25 15:15:07.099adding route 172.17.0.52/32 -> 10.0.0.255 adding route 172.17.0.52/32 -> 10.0.0.255INFO
38192026-08-25T15:15:08.911Z
38202026-08-25T15:15:08.911Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
38212026-08-25T15:15:08.911ZAug 25 15:15:07.099Aug 25 15:15:07.099Aug 25 15:15:07.099 DEBGDEBG 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 } }]
38222026-08-25T15:15:08.911Zreplacing 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 } }]
38232026-08-25T15:15:08.911Zreplacing 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 } }]
38242026-08-25T15:15:08.911ZAug 25 15:15:07.099Aug 25 15:15:07.099 Aug 25 15:15:07.099 INFODEBG INFOfailed to allocate space for the new target list
38252026-08-25T15:15:08.911Zadding route 172.17.0.53/32 -> 10.0.0.255adding route 172.17.0.53/32 -> 10.0.0.255
38262026-08-25T15:15:08.911Z
38272026-08-25T15:15:08.911ZAug 25 15:15:07.099Aug 25 15:15:07.099Aug 25 15:15:07.099 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 } }]
38282026-08-25T15:15:08.911ZDEBG Aug 25 15:15:07.099replacing targets for 3fff:dead::/64 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 } }]
38292026-08-25T15:15:08.912Ztest route::tests::delete_targets_fragmented ... ok
38302026-08-25T15:15:08.912Z
38312026-08-25T15:15:08.912Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
38322026-08-25T15:15:08.912Z
38332026-08-25T15:15:08.912ZINFO adding route 172.17.0.54/32 -> 10.0.0.255
38342026-08-25T15:15:08.912ZAug 25 15:15:07.099 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 } }]
38352026-08-25T15:15:08.912ZAug 25 15:15:07.099 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.55/32 -> 10.0.0.255
38362026-08-25T15:15:08.912Z
38372026-08-25T15:15:08.912ZAug 25 15:15:07.099Aug 25 15:15:07.099 DEBGINFO replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255
38382026-08-25T15:15:08.912Z
38392026-08-25T15:15:08.912ZAug 25 15:15:07.099Aug 25 15:15:07.099 INFODEBG adding route 172.17.0.56/32 -> 10.0.0.255replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38402026-08-25T15:15:08.912ZAug 25 15:15:07.099
38412026-08-25T15:15:08.912Z INFO adding route 172.17.0.55/32 -> 10.0.0.255
38422026-08-25T15:15:08.913ZAug 25 15:15:07.099 Aug 25 15:15:07.099DEBG 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 } }]
38432026-08-25T15:15:08.913Zreplacing 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 } }]
38442026-08-25T15:15:08.913ZAug 25 15:15:07.099 Aug 25 15:15:07.099INFO INFOadding route 172.17.0.56/32 -> 10.0.0.255
38452026-08-25T15:15:08.913Zadding route 172.17.0.57/32 -> 10.0.0.255
38462026-08-25T15:15:08.913ZAug 25 15:15:07.099Aug 25 15:15:07.099 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.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 } }]
38472026-08-25T15:15:08.913Z
38482026-08-25T15:15:08.913ZAug 25 15:15:07.099Aug 25 15:15:07.099 INFOINFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255
38492026-08-25T15:15:08.913Z
38502026-08-25T15:15:08.913ZAug 25 15:15:07.099Aug 25 15:15:07.099 DEBGDEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38512026-08-25T15:15:08.913Z
38522026-08-25T15:15:08.913ZAug 25 15:15:07.099Aug 25 15:15:07.099 INFOINFO adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255
38532026-08-25T15:15:08.913Z
38542026-08-25T15:15:08.913ZAug 25 15:15:07.099Aug 25 15:15:07.099 DEBGDEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38552026-08-25T15:15:08.913Z
38562026-08-25T15:15:08.913ZAug 25 15:15:07.099Aug 25 15:15:07.099 INFOINFO adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255
38572026-08-25T15:15:08.913Z
38582026-08-25T15:15:08.913ZAug 25 15:15:07.099Aug 25 15:15:07.099 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.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 } }]
38592026-08-25T15:15:08.913Z
38602026-08-25T15:15:08.913ZAug 25 15:15:07.099Aug 25 15:15:07.099 INFODEBG adding route 172.17.0.60/32 -> 10.0.0.255failed to allocate space for the new target list
38612026-08-25T15:15:08.913Z
38622026-08-25T15:15:08.913ZAug 25 15:15:07.099Aug 25 15:15:07.099 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38632026-08-25T15:15:08.914Z
38642026-08-25T15:15:08.914ZAug 25 15:15:07.099 DEBG failed to allocate space for the new target list
38652026-08-25T15:15:08.914ZAug 25 15:15:07.099 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 } }]
38662026-08-25T15:15:08.914ZAug 25 15:15:07.100 DEBG created new freemap, unit: freemap_route_ipv4
38672026-08-25T15:15:08.914ZAug 25 15:15:07.100 DEBG created new freemap, unit: freemap_route_ipv6
38682026-08-25T15:15:08.914ZAug 25 15:15:07.100 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
38692026-08-25T15:15:08.914ZAug 25 15:15:07.100 DEBG reset freemap, unit: freemap_route_ipv4
38702026-08-25T15:15:08.914ZAug 25 15:15:07.100 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
38712026-08-25T15:15:08.923ZAug 25 15:15:07.100 DEBG reset freemap, unit: freemap_route_ipv6
38722026-08-25T15:15:08.923ZAug 25 15:15:07.100 INFO adding route 172.16.0.0/32 -> 10.0.0.1
38732026-08-25T15:15:08.923ZAug 25 15:15:07.100 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 } }]
38742026-08-25T15:15:08.923ZAug 25 15:15:07.100 INFO adding route 172.16.0.0/32 -> 10.0.0.1
38752026-08-25T15:15:08.923ZAug 25 15:15:07.100 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 } }]
38762026-08-25T15:15:08.923ZAug 25 15:15:07.100 INFO adding route 172.16.0.0/32 -> 10.0.0.1
38772026-08-25T15:15:08.923ZAug 25 15:15:07.100 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 } }]
38782026-08-25T15:15:08.923ZAug 25 15:15:07.100 INFO adding route 172.16.0.0/32 -> 10.0.0.2
38792026-08-25T15:15:08.923ZAug 25 15:15:07.100 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 } }]
38802026-08-25T15:15:08.923ZAug 25 15:15:07.100 INFO adding route 172.17.0.0/32 -> 10.0.0.255
38812026-08-25T15:15:08.923ZAug 25 15:15:07.100 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 } }]
38822026-08-25T15:15:08.923ZAug 25 15:15:07.100 INFO adding route 172.17.0.1/32 -> 10.0.0.255
38832026-08-25T15:15:08.923ZAug 25 15:15:07.100 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 } }]
38842026-08-25T15:15:08.923ZAug 25 15:15:07.100 INFO adding route 172.17.0.2/32 -> 10.0.0.255
38852026-08-25T15:15:08.923ZAug 25 15:15:07.100 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 } }]
38862026-08-25T15:15:08.923ZAug 25 15:15:07.100 INFO adding route 172.17.0.3/32 -> 10.0.0.255
38872026-08-25T15:15:08.923ZAug 25 15:15:07.111 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 } }]
38882026-08-25T15:15:08.923ZAug 25 15:15:07.111 INFO adding route 172.17.0.4/32 -> 10.0.0.255
38892026-08-25T15:15:08.924ZAug 25 15:15:07.112 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 } }]
38902026-08-25T15:15:08.924ZAug 25 15:15:07.112 INFO adding route 172.17.0.5/32 -> 10.0.0.255
38912026-08-25T15:15:08.924ZAug 25 15:15:07.112 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 } }]
38922026-08-25T15:15:08.924ZAug 25 15:15:07.112 INFO adding route 172.17.0.6/32 -> 10.0.0.255
38932026-08-25T15:15:08.924ZAug 25 15:15:07.112 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 } }]
38942026-08-25T15:15:08.924ZAug 25 15:15:07.112 INFO adding route 172.17.0.7/32 -> 10.0.0.255
38952026-08-25T15:15:08.924ZAug 25 15:15:07.112 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 } }]
38962026-08-25T15:15:08.924ZAug 25 15:15:07.112 INFO adding route 172.17.0.8/32 -> 10.0.0.255
38972026-08-25T15:15:08.924ZAug 25 15:15:07.112 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 } }]
38982026-08-25T15:15:08.924ZAug 25 15:15:07.112 INFO adding route 172.17.0.9/32 -> 10.0.0.255
38992026-08-25T15:15:08.924ZAug 25 15:15:07.112 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 } }]
39002026-08-25T15:15:08.924ZAug 25 15:15:07.112 INFO adding route 172.17.0.10/32 -> 10.0.0.255
39012026-08-25T15:15:08.924ZAug 25 15:15:07.112 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 } }]
39022026-08-25T15:15:08.924ZAug 25 15:15:07.112 INFO adding route 172.17.0.11/32 -> 10.0.0.255
39032026-08-25T15:15:08.924ZAug 25 15:15:07.112 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 } }]
39042026-08-25T15:15:08.924ZAug 25 15:15:07.112 INFO adding route 172.17.0.12/32 -> 10.0.0.255
39052026-08-25T15:15:08.924ZAug 25 15:15:07.112 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 } }]
39062026-08-25T15:15:08.924ZAug 25 15:15:07.112 INFO adding route 172.17.0.13/32 -> 10.0.0.255
39072026-08-25T15:15:08.924ZAug 25 15:15:07.112 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 } }]
39082026-08-25T15:15:08.924ZAug 25 15:15:07.112 INFO adding route 172.17.0.14/32 -> 10.0.0.255
39092026-08-25T15:15:08.924ZAug 25 15:15:07.112 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-25T15:15:08.924ZAug 25 15:15:07.112 INFO adding route 172.17.0.15/32 -> 10.0.0.255
39112026-08-25T15:15:08.924ZAug 25 15:15:07.112 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-25T15:15:08.924ZAug 25 15:15:07.112 INFO adding route 172.17.0.16/32 -> 10.0.0.255
39132026-08-25T15:15:08.924ZAug 25 15:15:07.112 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-25T15:15:08.924ZAug 25 15:15:07.112 INFO adding route 172.17.0.17/32 -> 10.0.0.255
39152026-08-25T15:15:08.924ZAug 25 15:15:07.112 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-25T15:15:08.924ZAug 25 15:15:07.112 INFO adding route 172.17.0.18/32 -> 10.0.0.255
39172026-08-25T15:15:08.924ZAug 25 15:15:07.112 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-25T15:15:08.924ZAug 25 15:15:07.112 INFO adding route 172.17.0.19/32 -> 10.0.0.255
39192026-08-25T15:15:08.924ZAug 25 15:15:07.112 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-25T15:15:08.924ZAug 25 15:15:07.112 INFO adding route 172.17.0.20/32 -> 10.0.0.255
39212026-08-25T15:15:08.924ZAug 25 15:15:07.112 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-25T15:15:08.924ZAug 25 15:15:07.112 INFO adding route 172.17.0.21/32 -> 10.0.0.255
39232026-08-25T15:15:08.924ZAug 25 15:15:07.112 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-25T15:15:08.924ZAug 25 15:15:07.112 INFO adding route 172.17.0.22/32 -> 10.0.0.255
39252026-08-25T15:15:08.924ZAug 25 15:15:07.112 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-25T15:15:08.924ZAug 25 15:15:07.112 INFO adding route 172.17.0.23/32 -> 10.0.0.255
39272026-08-25T15:15:08.924ZAug 25 15:15:07.112 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-25T15:15:08.925ZAug 25 15:15:07.112 INFO adding route 172.17.0.24/32 -> 10.0.0.255
39292026-08-25T15:15:08.925ZAug 25 15:15:07.112 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-25T15:15:08.925ZAug 25 15:15:07.112 INFO adding route 172.17.0.25/32 -> 10.0.0.255
39312026-08-25T15:15:08.925ZAug 25 15:15:07.112 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-25T15:15:08.925ZAug 25 15:15:07.112 INFO adding route 172.17.0.26/32 -> 10.0.0.255
39332026-08-25T15:15:08.926ZAug 25 15:15:07.112 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-25T15:15:08.926ZAug 25 15:15:07.112 INFO adding route 172.17.0.27/32 -> 10.0.0.255
39352026-08-25T15:15:08.926ZAug 25 15:15:07.112 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-25T15:15:08.926ZAug 25 15:15:07.112 INFO adding route 172.17.0.28/32 -> 10.0.0.255
39372026-08-25T15:15:08.926Z
39382026-08-25T15:15:08.926ZAug 25 15:15:07.112 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 } }]
39392026-08-25T15:15:08.926ZAug 25 15:15:07.112 INFO adding route 172.17.0.29/32 -> 10.0.0.255
39402026-08-25T15:15:08.926ZAug 25 15:15:07.112 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-25T15:15:08.926ZAug 25 15:15:07.112 INFO adding route 172.17.0.30/32 -> 10.0.0.255
39422026-08-25T15:15:08.926Zrunning 0 tests
39432026-08-25T15:15:08.926ZAug 25 15:15:07.112 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-25T15:15:08.926ZAug 25 15:15:07.112 INFO adding route 172.17.0.31/32 -> 10.0.0.255
39452026-08-25T15:15:08.926ZAug 25 15:15:07.112 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-25T15:15:08.926ZAug 25 15:15:07.112 INFO adding route 172.17.0.32/32 -> 10.0.0.255
39472026-08-25T15:15:08.926Z
39482026-08-25T15:15:08.926Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39492026-08-25T15:15:08.926Z
39502026-08-25T15:15:08.926Z
39512026-08-25T15:15:08.926Zrunning 0 tests
39522026-08-25T15:15:08.926Z
39532026-08-25T15:15:08.927Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39542026-08-25T15:15:08.927Z
39552026-08-25T15:15:08.927ZAug 25 15:15:07.112 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 } }]
39562026-08-25T15:15:08.927ZAug 25 15:15:07.112 INFO adding route 172.17.0.33/32 -> 10.0.0.255
39572026-08-25T15:15:08.927ZAug 25 15:15:07.112 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 } }]
39582026-08-25T15:15:08.927ZAug 25 15:15:07.112 INFO adding route 172.17.0.34/32 -> 10.0.0.255
39592026-08-25T15:15:08.927ZAug 25 15:15:07.112 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 } }]
39602026-08-25T15:15:08.927ZAug 25 15:15:07.112 INFO adding route 172.17.0.35/32 -> 10.0.0.255
39612026-08-25T15:15:08.927ZAug 25 15:15:07.112 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 } }]
39622026-08-25T15:15:08.927ZAug 25 15:15:07.112 INFO adding route 172.17.0.36/32 -> 10.0.0.255
39632026-08-25T15:15:08.927ZAug 25 15:15:07.112 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-25T15:15:08.927ZAug 25 15:15:07.112 INFO adding route 172.17.0.37/32 -> 10.0.0.255
39652026-08-25T15:15:08.927ZAug 25 15:15:07.112 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-25T15:15:08.927ZAug 25 15:15:07.112 INFO adding route 172.17.0.38/32 -> 10.0.0.255
39672026-08-25T15:15:08.927ZAug 25 15:15:07.112 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-25T15:15:08.927ZAug 25 15:15:07.112 INFO adding route 172.17.0.39/32 -> 10.0.0.255
39692026-08-25T15:15:08.927ZAug 25 15:15:07.112 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-25T15:15:08.927ZAug 25 15:15:07.112 INFO adding route 172.17.0.40/32 -> 10.0.0.255
39712026-08-25T15:15:08.932ZAug 25 15:15:07.112 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-25T15:15:08.932ZAug 25 15:15:07.112 INFO adding route 172.17.0.41/32 -> 10.0.0.255
39732026-08-25T15:15:08.932ZAug 25 15:15:07.112 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-25T15:15:08.932ZAug 25 15:15:07.112 INFO adding route 172.17.0.42/32 -> 10.0.0.255
39752026-08-25T15:15:08.932ZAug 25 15:15:07.112 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-25T15:15:08.932ZAug 25 15:15:07.112 INFO adding route 172.17.0.43/32 -> 10.0.0.255
39772026-08-25T15:15:08.932ZAug 25 15:15:07.112 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-25T15:15:08.932ZAug 25 15:15:07.112 INFO adding route 172.17.0.44/32 -> 10.0.0.255
39792026-08-25T15:15:08.932ZAug 25 15:15:07.112 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-25T15:15:08.932ZAug 25 15:15:07.112 INFO adding route 172.17.0.45/32 -> 10.0.0.255
39812026-08-25T15:15:08.932ZAug 25 15:15:07.112 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-25T15:15:08.933ZAug 25 15:15:07.112 INFO adding route 172.17.0.46/32 -> 10.0.0.255
39832026-08-25T15:15:08.933ZAug 25 15:15:07.112 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-25T15:15:08.933ZAug 25 15:15:07.112 INFO adding route 172.17.0.47/32 -> 10.0.0.255
39852026-08-25T15:15:08.933ZAug 25 15:15:07.112 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-25T15:15:08.933ZAug 25 15:15:07.112 INFO adding route 172.17.0.48/32 -> 10.0.0.255
39872026-08-25T15:15:08.933ZAug 25 15:15:07.112 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-25T15:15:08.933ZAug 25 15:15:07.112 INFO adding route 172.17.0.49/32 -> 10.0.0.255
39892026-08-25T15:15:08.933ZAug 25 15:15:07.112 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-25T15:15:08.933ZAug 25 15:15:07.112 INFO adding route 172.17.0.50/32 -> 10.0.0.255
39912026-08-25T15:15:08.933ZAug 25 15:15:07.112 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-25T15:15:08.933ZAug 25 15:15:07.112 INFO adding route 172.17.0.51/32 -> 10.0.0.255
39932026-08-25T15:15:08.933ZAug 25 15:15:07.112 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-25T15:15:08.933ZAug 25 15:15:07.112 INFO adding route 172.17.0.52/32 -> 10.0.0.255
39952026-08-25T15:15:08.933ZAug 25 15:15:07.112 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-25T15:15:08.933ZAug 25 15:15:07.112 INFO adding route 172.17.0.53/32 -> 10.0.0.255
39972026-08-25T15:15:08.933ZAug 25 15:15:07.112 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-25T15:15:08.933ZAug 25 15:15:07.112 INFO adding route 172.17.0.54/32 -> 10.0.0.255
39992026-08-25T15:15:08.933ZAug 25 15:15:07.112 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-25T15:15:08.933ZAug 25 15:15:07.112 INFO adding route 172.17.0.55/32 -> 10.0.0.255
40012026-08-25T15:15:08.933ZAug 25 15:15:07.112 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-25T15:15:08.933ZAug 25 15:15:07.112 INFO adding route 172.17.0.56/32 -> 10.0.0.255
40032026-08-25T15:15:08.933ZAug 25 15:15:07.112 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-25T15:15:08.933ZAug 25 15:15:07.112 INFO adding route 172.17.0.57/32 -> 10.0.0.255
40052026-08-25T15:15:08.933ZAug 25 15:15:07.112 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-25T15:15:08.933ZAug 25 15:15:07.112 INFO adding route 172.17.0.58/32 -> 10.0.0.255
40072026-08-25T15:15:08.933ZAug 25 15:15:07.112 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-25T15:15:08.933ZAug 25 15:15:07.112 INFO adding route 172.17.0.59/32 -> 10.0.0.255
40092026-08-25T15:15:08.933ZAug 25 15:15:07.112 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-25T15:15:08.933ZAug 25 15:15:07.112 INFO adding route 172.17.0.60/32 -> 10.0.0.255
40112026-08-25T15:15:08.933ZAug 25 15:15:07.112 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-25T15:15:08.933ZAug 25 15:15:07.112 DEBG failed to allocate space for the new target list
40132026-08-25T15:15:08.933ZAug 25 15:15:07.112 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-25T15:15:08.933Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-a9504462cba8402a)
40152026-08-25T15:15:08.933Z Running unittests src/lib.rs (target/debug/deps/dpd_api-acda18f7a0b943fc)
40162026-08-25T15:15:08.933Z Running unittests src/lib.rs (target/debug/deps/dpd_client-781785128f86fce3)
40172026-08-25T15:15:08.933Z
40182026-08-25T15:15:08.933Zrunning 6 tests
40192026-08-25T15:15:08.933Ztest tests::test_full_lot_id_neither_present ... ok
40202026-08-25T15:15:08.934Ztest tests::test_full_lot_id_both_present ... ok
40212026-08-25T15:15:08.934Ztest tests::test_full_lot_id_lotnum_only ... ok
40222026-08-25T15:15:08.934Ztest tests::test_full_lot_id_lot_only ... ok
40232026-08-25T15:15:08.934Ztest tests::test_parse_client_port_id ... ok
40242026-08-25T15:15:08.934Ztest tests::test_port_id_cmp ... ok
40252026-08-25T15:15:08.934Z
40262026-08-25T15:15:08.934Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40272026-08-25T15:15:08.934Z
40282026-08-25T15:15:08.934Z
40292026-08-25T15:15:08.934Z Running tests/test_all.rs (target/debug/deps/test_all-0baa5b20ec54b6c2)
40302026-08-25T15:15:08.934Zrunning 0 tests
40312026-08-25T15:15:08.934Z Running unittests src/lib.rs (target/debug/deps/dpd_types-13ccc83203b2fded)
40322026-08-25T15:15:08.934Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a087f10fd23084c3)
40332026-08-25T15:15:08.934Z
40342026-08-25T15:15:08.934Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40352026-08-25T15:15:08.934Z
40362026-08-25T15:15:08.934Z
40372026-08-25T15:15:08.934Zrunning 0 tests
40382026-08-25T15:15:08.934Z
40392026-08-25T15:15:08.934Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40402026-08-25T15:15:08.934Z
40412026-08-25T15:15:08.934Z
40422026-08-25T15:15:08.934Zrunning 15 tests
40432026-08-25T15:15:08.934Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
40442026-08-25T15:15:08.934Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
40452026-08-25T15:15:08.934Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
40462026-08-25T15:15:08.934Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
40472026-08-25T15:15:08.934Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
40482026-08-25T15:15:08.934Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
40492026-08-25T15:15:08.934Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
40502026-08-25T15:15:08.934Ztest v1::network::tests::test_equal ... ok
40512026-08-25T15:15:08.934Ztest v1::network::tests::test_eui64 ... ok
40522026-08-25T15:15:08.934Ztest v1::network::tests::test_into ... ok
40532026-08-25T15:15:08.935Ztest v1::network::tests::test_to_string ... ok
40542026-08-25T15:15:08.935Ztest v1::network::tests::test_not_equal ... ok
40552026-08-25T15:15:08.935Ztest v1::port::tests::port_ids_are_ascii ... ok
40562026-08-25T15:15:08.935Ztest v1::network::tests::test_parse ... ok
40572026-08-25T15:15:08.935Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
40582026-08-25T15:15:08.935Z
40592026-08-25T15:15:08.935Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40602026-08-25T15:15:08.935Z
40612026-08-25T15:15:08.935Z Running unittests src/lib.rs (target/debug/deps/packet-ba01ebb1966a5934)
40622026-08-25T15:15:08.935Z
40632026-08-25T15:15:08.935Zrunning 12 tests
40642026-08-25T15:15:08.935Ztest lldp::test_lldp_parse ... ok
40652026-08-25T15:15:08.935Ztest icmp::test_v6_checksum ... ok
40662026-08-25T15:15:08.935Ztest icmp::test_v4_checksum ... ok
40672026-08-25T15:15:08.936Ztest ipv6::test_ipv6_parse ... ok
40682026-08-25T15:15:08.936Ztest pbuf::test_byte ... ok
40692026-08-25T15:15:08.936Ztest pbuf::test_nibble ... ok
40702026-08-25T15:15:08.936Ztest pbuf::test_overflow ... ok
40712026-08-25T15:15:08.940Ztest pbuf::test_short ... ok
40722026-08-25T15:15:08.940Ztest pbuf::test_twelve ... ok
40732026-08-25T15:15:08.940Ztest pbuf::test_word ... ok
40742026-08-25T15:15:08.940Ztest tcp::test_checksum_ack_data ... ok
40752026-08-25T15:15:08.940Ztest tcp::test_checksum_syn_nodata ... ok
40762026-08-25T15:15:08.940Z
40772026-08-25T15:15:08.940Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40782026-08-25T15:15:08.940Z
40792026-08-25T15:15:08.940Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
40802026-08-25T15:15:08.941Z
40812026-08-25T15:15:08.941Zrunning 0 tests
40822026-08-25T15:15:08.941Z
40832026-08-25T15:15:08.941Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40842026-08-25T15:15:08.941Z
40852026-08-25T15:15:08.941Z Running unittests src/main.rs (target/debug/deps/swadm-8b60a7681ffc8f1d)
40862026-08-25T15:15:08.941Z
40872026-08-25T15:15:08.941Zrunning 5 tests
40882026-08-25T15:15:08.941Ztest switchport::test::test_compute_lanes ... ok
40892026-08-25T15:15:08.941Ztest switchport::test::port_id_ordering ... ok
40902026-08-25T15:15:08.941Z Lane 0 Lane 1 Lane 0 Lane 2 Lane 3Lane 1
40912026-08-25T15:15:08.941Z Lane 2 State: Activated Lane 3Activated
40922026-08-25T15:15:08.941Z Activated Rx Loss-of-lock: YesActivated
40932026-08-25T15:15:08.941ZYes Rx Output Enabled: false falseYes Yesfalse
40942026-08-25T15:15:08.941Z Rx Loss-of-signal: Yesfalse
40952026-08-25T15:15:08.941Z Rx Output Status: validYes valid Yes validYes
40962026-08-25T15:15:08.941Zvalid
40972026-08-25T15:15:08.941Z Rx CDR Enabled: Yes Rx Loss-of-lock: true Yes true Yes trueYes
40982026-08-25T15:15:08.941Ztrue
40992026-08-25T15:15:08.942Z Tx Enabled: Yes Rx Loss-of-signal: false Yesfalse Yes Yesfalse
41002026-08-25T15:15:08.942Z false Tx Loss-of-lock: No
41012026-08-25T15:15:08.942Z Rx Auto-squelch Disable: trueNo true Notrue Notrue
41022026-08-25T15:15:08.942Z
41032026-08-25T15:15:08.942Z Tx Loss-of-signal: No Tx Output Enabled: trueNo trueNo trueNo
41042026-08-25T15:15:08.942Ztrue Tx CDR Enabled: No
41052026-08-25T15:15:08.942Z Tx Output Status: invalid Noinvalid Noinvalid Noinvalid
41062026-08-25T15:15:08.942Z
41072026-08-25T15:15:08.942Z Tx Adaptive EQ Fault: No Tx Loss-of-lock: false Nofalse No falseNo
41082026-08-25T15:15:08.942Zfalse
41092026-08-25T15:15:08.942Z Tx Fault: Yes Tx Loss-of-signal: true trueYes true Yestrue
41102026-08-25T15:15:08.942ZYes
41112026-08-25T15:15:08.942ZTx Auto-squelch Disable: false false false false
41122026-08-25T15:15:08.942Z Tx Adaptive EQ Fail: true true true true
41132026-08-25T15:15:08.942Z Tx Failure: false false false false
41142026-08-25T15:15:08.942Z Tx Force Squelch: true true true true
41152026-08-25T15:15:08.942Z Tx Input Polarity: normal normal normal normal
41162026-08-25T15:15:08.943Ztest switchport::test::test_print_sff_datapath ... ok
41172026-08-25T15:15:08.943Ztest switchport::test::test_print_cmis_datapath ... ok
41182026-08-25T15:15:08.943Ztest link::test_filter ... ok
41192026-08-25T15:15:08.943Z
41202026-08-25T15:15:08.943Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41212026-08-25T15:15:08.943Z
41222026-08-25T15:15:08.943Z Running tests/counters.rs (target/debug/deps/counters-e3479b23dddbc240)
41232026-08-25T15:15:08.943Z
41242026-08-25T15:15:08.943Zrunning 1 test
41252026-08-25T15:15:08.943Ztest test_p4_counter_list ... ignored
41262026-08-25T15:15:08.943Z
41272026-08-25T15:15:08.943Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
41282026-08-25T15:15:08.943Z
41292026-08-25T15:15:08.943Z Running tests/port-link.rs (target/debug/deps/port_link-00db9624adb8b2ed)
41302026-08-25T15:15:08.943Z
41312026-08-25T15:15:08.943Zrunning 5 tests
41322026-08-25T15:15:08.943Ztest test_an ... ignored
41332026-08-25T15:15:08.943Ztest test_enable ... ignored
41342026-08-25T15:15:08.943Ztest test_ip_addresses ... ignored
41352026-08-25T15:15:08.943Ztest test_kr ... ignored
41362026-08-25T15:15:08.943Ztest test_mac ... ignored
41372026-08-25T15:15:08.943Z
41382026-08-25T15:15:08.943Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
41392026-08-25T15:15:08.943Z
41402026-08-25T15:15:08.943Z Running unittests src/main.rs (target/debug/deps/tfportd-f13fe9d5b1c9c428)
41412026-08-25T15:15:08.943Z
41422026-08-25T15:15:08.943Zrunning 3 tests
41432026-08-25T15:15:08.943Ztest linklocal::test_parse_ipadm ... ok
41442026-08-25T15:15:08.943Ztest tfport::test_parse_tfport ... ok
41452026-08-25T15:15:08.943Ztest config::tests::test_updates ... ok
41462026-08-25T15:15:08.943Z
41472026-08-25T15:15:08.943Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41482026-08-25T15:15:08.943Z
41492026-08-25T15:15:08.943Z Running unittests src/main.rs (target/debug/deps/uplinkd-58387cf59eafe330)
41502026-08-25T15:15:08.943Z
41512026-08-25T15:15:08.943Zrunning 0 tests
41522026-08-25T15:15:08.943Z
41532026-08-25T15:15:08.943Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41542026-08-25T15:15:08.943Z
41552026-08-25T15:15:08.944Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
41562026-08-25T15:15:08.944Z
41572026-08-25T15:15:08.944Zrunning 0 tests
41582026-08-25T15:15:08.944Z
41592026-08-25T15:15:08.944Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41602026-08-25T15:15:08.944Z
41612026-08-25T15:15:08.944Z Doc-tests aal
41622026-08-25T15:15:09.147Z
41632026-08-25T15:15:09.147Zrunning 0 tests
41642026-08-25T15:15:09.147Z
41652026-08-25T15:15:09.151Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41662026-08-25T15:15:09.151Z
41672026-08-25T15:15:09.172Z Doc-tests aal_macros
41682026-08-25T15:15:09.240Z
41692026-08-25T15:15:09.240Zrunning 0 tests
41702026-08-25T15:15:09.240Z
41712026-08-25T15:15:09.240Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41722026-08-25T15:15:09.240Z
41732026-08-25T15:15:09.249Z Doc-tests common
41742026-08-25T15:15:09.479Z
41752026-08-25T15:15:09.479Zrunning 0 tests
41762026-08-25T15:15:09.479Z
41772026-08-25T15:15:09.479Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41782026-08-25T15:15:09.479Z
41792026-08-25T15:15:09.504Z Doc-tests dpd_api
41802026-08-25T15:15:10.208Z
41812026-08-25T15:15:10.208Zrunning 2 tests
41822026-08-25T15:15:10.208Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
41832026-08-25T15:15:10.208Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
41842026-08-25T15:15:10.208Z
41852026-08-25T15:15:10.208Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
41862026-08-25T15:15:10.208Z
41872026-08-25T15:15:10.237Z Doc-tests dpd_client
41882026-08-25T15:15:11.620Z
41892026-08-25T15:15:11.620Zrunning 0 tests
41902026-08-25T15:15:11.620Z
41912026-08-25T15:15:11.620Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41922026-08-25T15:15:11.620Z
41932026-08-25T15:15:11.673Z Doc-tests dpd_types
41942026-08-25T15:15:11.859Z
41952026-08-25T15:15:11.859Zrunning 0 tests
41962026-08-25T15:15:11.859Z
41972026-08-25T15:15:11.859Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41982026-08-25T15:15:11.859Z
41992026-08-25T15:15:11.882Z Doc-tests dpd_types_versions
42002026-08-25T15:15:13.387Z
42012026-08-25T15:15:13.387Zrunning 1 test
42022026-08-25T15:15:13.387Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
42032026-08-25T15:15:13.387Z
42042026-08-25T15:15:13.387Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
42052026-08-25T15:15:13.387Z
42062026-08-25T15:15:13.434Z Doc-tests packet
42072026-08-25T15:15:13.655Z
42082026-08-25T15:15:13.655Zrunning 0 tests
42092026-08-25T15:15:13.655Z
42102026-08-25T15:15:13.656Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42112026-08-25T15:15:13.656Z
42122026-08-25T15:15:13.679Z Doc-tests pcap
42132026-08-25T15:15:13.730Z
42142026-08-25T15:15:13.730Zrunning 0 tests
42152026-08-25T15:15:13.730Z
42162026-08-25T15:15:13.730Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42172026-08-25T15:15:13.730Z
42182026-08-25T15:15:13.803Z+ for feat in tofino_stub tofino_asic softnpu chaos
42192026-08-25T15:15:13.803Z+ RUST_BACKTRACE=full
42202026-08-25T15:15:13.803Z+ cargo test --features tofino_asic --no-fail-fast
42212026-08-25T15:15:14.401Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
42222026-08-25T15:15:14.481Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
42232026-08-25T15:15:14.488Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
42242026-08-25T15:15:14.496Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
42252026-08-25T15:15:23.299Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
42262026-08-25T15:15:23.696Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
42272026-08-25T15:16:04.684Z Finished `test` profile [unoptimized + debuginfo] target(s) in 50.86s
42282026-08-25T15:16:04.804Z Running unittests src/lib.rs (target/debug/deps/aal-43e0b8f52d66773a)
42292026-08-25T15:16:04.807Z
42302026-08-25T15:16:04.807Zrunning 0 tests
42312026-08-25T15:16:04.807Z
42322026-08-25T15:16:04.807Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42332026-08-25T15:16:04.807Z
42342026-08-25T15:16:04.807Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
42352026-08-25T15:16:04.810Z
42362026-08-25T15:16:04.810Zrunning 0 tests
42372026-08-25T15:16:04.810Z
42382026-08-25T15:16:04.810Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42392026-08-25T15:16:04.810Z
42402026-08-25T15:16:04.810Z Running unittests src/lib.rs (target/debug/deps/asic-6ca28387d5194340)
42412026-08-25T15:16:04.914Z
42422026-08-25T15:16:04.914Zrunning 8 tests
42432026-08-25T15:16:04.918Ztest tofino_asic::qsfp::tests::fix_link ... ok
42442026-08-25T15:16:04.918Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
42452026-08-25T15:16:04.918Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
42462026-08-25T15:16:04.918Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
42472026-08-25T15:16:04.918Ztest tofino_asic::stats::constants_sanity_check ... ok
42482026-08-25T15:16:04.918Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
42492026-08-25T15:16:04.925Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
42502026-08-25T15:16:05.418Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
42512026-08-25T15:16:05.418Z
42522026-08-25T15:16:05.418Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
42532026-08-25T15:16:05.421Z
42542026-08-25T15:16:05.426Z Running unittests src/lib.rs (target/debug/deps/common-6afafc4407b0a90c)
42552026-08-25T15:16:05.430Z
42562026-08-25T15:16:05.430Zrunning 4 tests
42572026-08-25T15:16:05.433Ztest nat::tests::test_vni ... ok
42582026-08-25T15:16:05.433Ztest network::tests::test_generate_ipv6_link_local ... ok
42592026-08-25T15:16:05.433Ztest test_purge ... ok
42602026-08-25T15:16:05.437Ztest illumos::test::address_exists_handles_missing_object ... ok
42612026-08-25T15:16:05.437Z
42622026-08-25T15:16:05.437Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42632026-08-25T15:16:05.437Z
42642026-08-25T15:16:05.437Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-3b6a1705a6b97607)
42652026-08-25T15:16:05.440Z
42662026-08-25T15:16:05.440Zrunning 1 test
42672026-08-25T15:16:05.440Z -------
42682026-08-25T15:16:05.441Z Generating OpenAPI documents from API definitions ...
42692026-08-25T15:16:05.580Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
42702026-08-25T15:16:05.650Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
42712026-08-25T15:16:06.705Z -------
42722026-08-25T15:16:06.705Z Checking 13 OpenAPI documents...
42732026-08-25T15:16:06.705Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
42742026-08-25T15:16:06.705Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
42752026-08-25T15:16:06.705Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
42762026-08-25T15:16:06.705Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
42772026-08-25T15:16:06.709Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
42782026-08-25T15:16:06.709Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
42792026-08-25T15:16:06.709Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
42802026-08-25T15:16:06.709Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
42812026-08-25T15:16:06.709Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
42822026-08-25T15:16:06.709Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
42832026-08-25T15:16:06.709Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
42842026-08-25T15:16:06.709Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
42852026-08-25T15:16:06.709Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
42862026-08-25T15:16:06.709Z Fresh dpd "latest" symlink
42872026-08-25T15:16:06.709Z -------
42882026-08-25T15:16:06.709Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
42892026-08-25T15:16:06.774Ztest test::test_apis_up_to_date ... ok
42902026-08-25T15:16:06.774Z
42912026-08-25T15:16:06.774Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.33s
42922026-08-25T15:16:06.774Z
42932026-08-25T15:16:06.826Z Running unittests src/main.rs (target/debug/deps/dpd-e16ac5255740ee4f)
42942026-08-25T15:16:06.893Z
42952026-08-25T15:16:06.893Zrunning 66 tests
42962026-08-25T15:16:06.897Ztest freemap::test_ordering ... ok
42972026-08-25T15:16:06.897Ztest config::tests::test_updates ... ok
42982026-08-25T15:16:06.897Ztest dhcpv6::tests::test_create_duid_bytes ... ok
42992026-08-25T15:16:06.897Ztest freemap::test_split ... ok
43002026-08-25T15:16:06.897Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
43012026-08-25T15:16:06.897Ztest macaddrs::tests::test_mac_offset ... ok
43022026-08-25T15:16:06.897Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
43032026-08-25T15:16:06.897Ztest macaddrs::tests::test_parse_port_id ... ok
43042026-08-25T15:16:06.897Ztest nat::test_mapping ... ok
43052026-08-25T15:16:06.903ZAug 25 15:16:05.141 DEBG created new freemap, Aug 25 15:16:05.141 DEBGunit created new freemap, unit: freemap_test: freemap_test
43062026-08-25T15:16:06.903Z
43072026-08-25T15:16:06.903ZAug 25 15:16:05.141 DEBG initted freemap. size: 128, unit:Aug 25 15:16:05.141 freemap_testDEBG
43082026-08-25T15:16:06.903Z created new freemapAug 25 15:16:05.141 , DEBGunit :reset freemap , freemap_testunit
43092026-08-25T15:16:06.903Z: freemap_test
43102026-08-25T15:16:06.903ZAug 25 15:16:05.141Aug 25 15:16:05.141 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test
43112026-08-25T15:16:06.903Z
43122026-08-25T15:16:06.903ZAug 25 15:16:05.141 DEBG Aug 25 15:16:05.141reset freemap , DEBGunit :reset freemap , freemap_testunit
43132026-08-25T15:16:06.903Z: freemap_test
43142026-08-25T15:16:06.903ZAug 25 15:16:05.141 DEBG created new freemap, unit: freemap_test
43152026-08-25T15:16:06.903ZAug 25 15:16:05.141 DEBG initted freemap. size: 8, unit: freemap_test
43162026-08-25T15:16:06.903ZAug 25 15:16:05.141 DEBG reset freemap, unit: freemap_test
43172026-08-25T15:16:06.903Ztest port_map::tests::dump_map ... ok
43182026-08-25T15:16:06.903Ztest freemap::test_free ... ok
43192026-08-25T15:16:06.903Ztest freemap::test_basic ... ok
43202026-08-25T15:16:06.903Ztest freemap::test_reclaim ... ok
43212026-08-25T15:16:06.903Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
43222026-08-25T15:16:06.903ZAug 25 15:16:05.142 DEBG created new freemap, unit: freemap_test
43232026-08-25T15:16:06.904Ztest port_map::tests::test_backplane_group ... ok
43242026-08-25T15:16:06.904ZAug 25 15:16:05.142 DEBG initted freemap. size: 128, unit: freemap_test
43252026-08-25T15:16:06.904ZAug 25 15:16:05.142 DEBG reset freemap, unit: freemap_test
43262026-08-25T15:16:06.904Ztest port_map::tests::test_port_map ... ok
43272026-08-25T15:16:06.904Ztest freemap::test_exhaustion ... ok
43282026-08-25T15:16:06.904ZAug 25 15:16:05.142 DEBG created new freemap, unit: freemap_test
43292026-08-25T15:16:06.904ZAug 25 15:16:05.142 DEBG initted freemap. size: 128, unit: freemap_test
43302026-08-25T15:16:06.904ZAug 25 15:16:05.142 DEBG reset freemap, unit: freemap_test
43312026-08-25T15:16:06.904Ztest freemap::test_span ... ok
43322026-08-25T15:16:06.904ZAug 25 15:16:05.142 DEBG created new freemap, unit: freemap_route_ipv4
43332026-08-25T15:16:06.904ZAug 25 15:16:05.142 Aug 25 15:16:05.143DEBG DEBGcreated new freemap created new freemap, unit: freemap_route_ipv6
43342026-08-25T15:16:06.904ZAug 25 15:16:05.143 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
43352026-08-25T15:16:06.904Ztest api_server::tests::test_build_info ... ok
43362026-08-25T15:16:06.904ZAug 25 15:16:05.143 Aug 25 15:16:05.143DEBG DEBGreset freemap , created new freemapunit, :unit :freemap_route_ipv4
43372026-08-25T15:16:06.904Zfreemap_route_ipv4
43382026-08-25T15:16:06.904ZAug 25 15:16:05.143Aug 25 15:16:05.143 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
43392026-08-25T15:16:06.904ZAug 25 15:16:05.143 DEBG reset freemap, unit: freemap_route_ipv6
43402026-08-25T15:16:06.904ZAug 25 15:16:05.143 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
43412026-08-25T15:16:06.904ZAug 25 15:16:05.143 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 } }]
43422026-08-25T15:16:06.904ZAug 25 15:16:05.143 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
43432026-08-25T15:16:06.904ZAug 25 15:16:05.143 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 } }]
43442026-08-25T15:16:06.904ZAug 25 15:16:05.143 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
43452026-08-25T15:16:06.904Ztest port_map::tests::parse_softnpu_revision ... ok
43462026-08-25T15:16:06.904ZAug 25 15:16:05.143 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 } }]
43472026-08-25T15:16:06.904ZDEBG created new freemap, unitAug 25 15:16:05.143: INFOfreemap_route_ipv6
43482026-08-25T15:16:06.904Zadding route 3fff:dead::/64 -> 2001:db8::55:4
43492026-08-25T15:16:06.904ZAug 25 15:16:05.143Aug 25 15:16:05.143 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }],
43502026-08-25T15:16:06.904Zunit: freemap_route_ipv4
43512026-08-25T15:16:06.904ZAug 25 15:16:05.143 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 25 15:16:05.143
43522026-08-25T15:16:06.904Z DEBG reset freemap, Aug 25 15:16:05.143unit :DEBG freemap_route_ipv4replacing 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 } }]
43532026-08-25T15:16:06.904Z
43542026-08-25T15:16:06.904ZAug 25 15:16:05.143Aug 25 15:16:05.143 DEBGINFO initted freemap. size: 64adding route 3fff:beef:1::/64 -> 2001:db8::55:ff,
43552026-08-25T15:16:06.904Zunit: freemap_route_ipv6
43562026-08-25T15:16:06.904ZAug 25 15:16:05.143 DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.143
43572026-08-25T15:16:06.904Z DEBG reset freemap, Aug 25 15:16:05.143unit :INFO freemap_route_ipv6adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
43582026-08-25T15:16:06.904Z
43592026-08-25T15:16:06.904ZAug 25 15:16:05.143Aug 25 15:16:05.143 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
43602026-08-25T15:16:06.904Z
43612026-08-25T15:16:06.905ZAug 25 15:16:05.143Aug 25 15:16:05.143 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:3::/64 -> 2001:db8::55:ff
43622026-08-25T15:16:06.905Z
43632026-08-25T15:16:06.905ZAug 25 15:16:05.143Aug 25 15:16:05.143 INFODEBG adding route 3fff:beef::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43642026-08-25T15:16:06.905Z
43652026-08-25T15:16:06.905ZAug 25 15:16:05.143Aug 25 15:16:05.143 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:4::/64 -> 2001:db8::55:ff
43662026-08-25T15:16:06.905Z
43672026-08-25T15:16:06.905ZAug 25 15:16:05.143Aug 25 15:16:05.143 INFODEBG adding route 3fff:beef:1::/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 } }]
43682026-08-25T15:16:06.905Z
43692026-08-25T15:16:06.905ZAug 25 15:16:05.143Aug 25 15:16:05.143 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:5::/64 -> 2001:db8::55:ff
43702026-08-25T15:16:06.905Z
43712026-08-25T15:16:06.905ZAug 25 15:16:05.143Aug 25 15:16:05.143 INFODEBG adding route 3fff:beef:2::/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 } }]
43722026-08-25T15:16:06.905Z
43732026-08-25T15:16:06.905ZAug 25 15:16:05.143Aug 25 15:16:05.143 DEBGINFO replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
43742026-08-25T15:16:06.905Z
43752026-08-25T15:16:06.905ZAug 25 15:16:05.143Aug 25 15:16:05.143 INFODEBG adding route 3fff:beef:3::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43762026-08-25T15:16:06.905Z
43772026-08-25T15:16:06.905ZAug 25 15:16:05.143Aug 25 15:16:05.143 DEBGINFO replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
43782026-08-25T15:16:06.905Z
43792026-08-25T15:16:06.905ZAug 25 15:16:05.143Aug 25 15:16:05.143 INFODEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43802026-08-25T15:16:06.905Z
43812026-08-25T15:16:06.905ZAug 25 15:16:05.143Aug 25 15:16:05.143 DEBGINFO replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
43822026-08-25T15:16:06.905Z
43832026-08-25T15:16:06.906ZAug 25 15:16:05.143Aug 25 15:16:05.143 INFODEBG adding route 3fff:beef:5::/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 } }]
43842026-08-25T15:16:06.906Z
43852026-08-25T15:16:06.906ZAug 25 15:16:05.143Aug 25 15:16:05.143 DEBGINFO replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
43862026-08-25T15:16:06.906Z
43872026-08-25T15:16:06.906ZAug 25 15:16:05.143Aug 25 15:16:05.143 INFODEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43882026-08-25T15:16:06.906Z
43892026-08-25T15:16:06.906ZAug 25 15:16:05.143Aug 25 15:16:05.143 DEBGINFO replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
43902026-08-25T15:16:06.906Z
43912026-08-25T15:16:06.906ZAug 25 15:16:05.143Aug 25 15:16:05.143 INFODEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43922026-08-25T15:16:06.906Z
43932026-08-25T15:16:06.906ZAug 25 15:16:05.143Aug 25 15:16:05.143 INFODEBG adding route 3fff:beef:b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43942026-08-25T15:16:06.906Z
43952026-08-25T15:16:06.906ZAug 25 15:16:05.143Aug 25 15:16:05.143 DEBGINFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
43962026-08-25T15:16:06.906Z
43972026-08-25T15:16:06.906ZAug 25 15:16:05.143Aug 25 15:16:05.143Aug 25 15:16:05.143 INFODEBG DEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ff created new freemapreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43982026-08-25T15:16:06.906Z
43992026-08-25T15:16:06.906Z, unit:Aug 25 15:16:05.143 Aug 25 15:16:05.143INFOfreemap_route_ipv4 DEBG
44002026-08-25T15:16:06.906Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
44012026-08-25T15:16:06.906Zreplacing 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 } }]
44022026-08-25T15:16:06.906ZAug 25 15:16:05.143 Aug 25 15:16:05.143DEBG INFOreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44032026-08-25T15:16:06.906Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
44042026-08-25T15:16:06.906ZAug 25 15:16:05.143 Aug 25 15:16:05.143Aug 25 15:16:05.143INFO DEBG DEBGcreated new freemap adding route 3fff:beef:a::/64 -> 2001:db8::55:ff, replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44052026-08-25T15:16:06.910Zunit
44062026-08-25T15:16:06.910Z: freemap_route_ipv6
44072026-08-25T15:16:06.910ZAug 25 15:16:05.143Aug 25 15:16:05.143 Aug 25 15:16:05.143INFODEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
44082026-08-25T15:16:06.910Z
44092026-08-25T15:16:06.910Zinitted freemap. size: 64, Aug 25 15:16:05.143unit :Aug 25 15:16:05.143 freemap_route_ipv4DEBGINFO 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 } }]
44102026-08-25T15:16:06.910Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
44112026-08-25T15:16:06.910Z
44122026-08-25T15:16:06.910ZAug 25 15:16:05.143Aug 25 15:16:05.143Aug 25 15:16:05.143 DEBGINFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
44132026-08-25T15:16:06.910Z
44142026-08-25T15:16:06.910Zreset freemap, unit: Aug 25 15:16:05.143Aug 25 15:16:05.143 INFODEBGfreemap_route_ipv4
44152026-08-25T15:16:06.910Z adding route 3fff:beef:c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44162026-08-25T15:16:06.910Z
44172026-08-25T15:16:06.911ZAug 25 15:16:05.143Aug 25 15:16:05.143Aug 25 15:16:05.143 INFODEBGDEBG adding route 3fff:beef:10::/64 -> 2001:db8::55:ffinitted 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 } }]
44182026-08-25T15:16:06.911Z
44192026-08-25T15:16:06.911Z, unit: freemap_route_ipv6Aug 25 15:16:05.143Aug 25 15:16:05.143 DEBG
44202026-08-25T15:16:06.911Z 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 } }]
44212026-08-25T15:16:06.911Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
44222026-08-25T15:16:06.911ZAug 25 15:16:05.143 DEBG Aug 25 15:16:05.143reset freemap Aug 25 15:16:05.143INFO, unitadding route 3fff:beef:11::/64 -> 2001:db8::55:ff:DEBG
44232026-08-25T15:16:06.911Z replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
44242026-08-25T15:16:06.911Z
44252026-08-25T15:16:06.911ZAug 25 15:16:05.143 Aug 25 15:16:05.143Aug 25 15:16:05.143DEBG INFOINFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:1
44262026-08-25T15:16:06.911Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
44272026-08-25T15:16:06.911Z
44282026-08-25T15:16:06.911ZAug 25 15:16:05.143Aug 25 15:16:05.143 Aug 25 15:16:05.143INFO DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBG
44292026-08-25T15:16:06.911Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44302026-08-25T15:16:06.911Z
44312026-08-25T15:16:06.911ZAug 25 15:16:05.143 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 25 15:16:05.143Aug 25 15:16:05.143
44322026-08-25T15:16:06.911Z INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
44332026-08-25T15:16:06.911Z
44342026-08-25T15:16:06.911ZAug 25 15:16:05.143Aug 25 15:16:05.143Aug 25 15:16:05.143 DEBGDEBGINFO replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
44352026-08-25T15:16:06.911Z
44362026-08-25T15:16:06.911Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
44372026-08-25T15:16:06.911ZAug 25 15:16:05.143 INFOAug 25 15:16:05.143Aug 25 15:16:05.143 INFO DEBGadding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
44382026-08-25T15:16:06.911Z
44392026-08-25T15:16:06.911Zreplacing 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 } }]
44402026-08-25T15:16:06.911ZAug 25 15:16:05.143Aug 25 15:16:05.143Aug 25 15:16:05.143 DEBGAug 25 15:16:05.143INFODEBG DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44412026-08-25T15:16:06.911Z 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 } }]created new freemap
44422026-08-25T15:16:06.911Z
44432026-08-25T15:16:06.911Z, unitAug 25 15:16:05.143: Aug 25 15:16:05.143Aug 25 15:16:05.143 INFO DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ffINFO freemap_route_ipv4
44442026-08-25T15:16:06.911Z
44452026-08-25T15:16:06.911Zreplacing 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:1::/64 -> 2001:db8::55:ff
44462026-08-25T15:16:06.911Z
44472026-08-25T15:16:06.911ZAug 25 15:16:05.143Aug 25 15:16:05.143Aug 25 15:16:05.143 Aug 25 15:16:05.143 INFO DEBGDEBG created new freemapreplacing 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 } }]
44482026-08-25T15:16:06.911Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ff, unit
44492026-08-25T15:16:06.911Z:DEBG Aug 25 15:16:05.143freemap_route_ipv6
44502026-08-25T15:16:06.911Z Aug 25 15:16:05.143replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
44512026-08-25T15:16:06.911Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
44522026-08-25T15:16:06.911ZDEBGAug 25 15:16:05.143 Aug 25 15:16:05.143replacing 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 } }]
44532026-08-25T15:16:06.911ZINFODEBGAug 25 15:16:05.143 adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
44542026-08-25T15:16:06.911Z DEBGinitted freemap. size: 64 , 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 25 15:16:05.143
44552026-08-25T15:16:06.911Zunit: Aug 25 15:16:05.143INFO Aug 25 15:16:05.143adding route 3fff:beef:16::/64 -> 2001:db8::55:ff INFOfreemap_route_ipv4
44562026-08-25T15:16:06.912Z DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
44572026-08-25T15:16:06.912Z
44582026-08-25T15:16:06.912Z 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 } }]
44592026-08-25T15:16:06.912ZAug 25 15:16:05.143 Aug 25 15:16:05.143Aug 25 15:16:05.143 Aug 25 15:16:05.143DEBG DEBGINFODEBG 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:3::/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 } }]reset freemap
44602026-08-25T15:16:06.912Z
44612026-08-25T15:16:06.912Z,
44622026-08-25T15:16:06.912Zunit: Aug 25 15:16:05.143freemap_route_ipv4 Aug 25 15:16:05.143INFO Aug 25 15:16:05.143 DEBG
44632026-08-25T15:16:06.912Z INFO replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
44642026-08-25T15:16:06.912Z
44652026-08-25T15:16:06.912ZAug 25 15:16:05.143 DEBGAug 25 15:16:05.144 initted freemap. size: 64Aug 25 15:16:05.144INFO, adding route 3fff:beef:14::/64 -> 2001:db8::55:ffunit
44662026-08-25T15:16:06.912Z: freemap_route_ipv6adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
44672026-08-25T15:16:06.912Z
44682026-08-25T15:16:06.912ZAug 25 15:16:05.144 DEBGDEBG Aug 25 15:16:05.144 Aug 25 15:16:05.144 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
44692026-08-25T15:16:06.912Zreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] reset freemapDEBG
44702026-08-25T15:16:06.912Z, Aug 25 15:16:05.144unit :replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
44712026-08-25T15:16:06.912Z Aug 25 15:16:05.144adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
44722026-08-25T15:16:06.912Zfreemap_route_ipv6INFO
44732026-08-25T15:16:06.912Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 25 15:16:05.144
44742026-08-25T15:16:06.912ZAug 25 15:16:05.144Aug 25 15:16:05.144 DEBG INFOAug 25 15:16:05.144replacing 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
44752026-08-25T15:16:06.912Z DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 25 15:16:05.144
44762026-08-25T15:16:06.912Z INFO
44772026-08-25T15:16:06.912Zreplacing 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 25 15:16:05.144adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
44782026-08-25T15:16:06.912ZAug 25 15:16:05.144 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: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 } }]
44792026-08-25T15:16:06.912Z
44802026-08-25T15:16:06.912Z
44812026-08-25T15:16:06.912ZAug 25 15:16:05.144 INFOAug 25 15:16:05.144 Aug 25 15:16:05.144Aug 25 15:16:05.144adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
44822026-08-25T15:16:06.912ZDEBGINFO 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:6::/64 -> 2001:db8::55:ff
44832026-08-25T15:16:06.912Z
44842026-08-25T15:16:06.912ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 15:16:05.144
44852026-08-25T15:16:06.912Z Aug 25 15:16:05.144INFOAug 25 15:16:05.144 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBGDEBGAug 25 15:16:05.144
44862026-08-25T15:16:06.912Z 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 } }]
44872026-08-25T15:16:06.912Z Aug 25 15:16:05.144replacing 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG
44882026-08-25T15:16:06.912Z
44892026-08-25T15:16:06.912Z 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 25 15:16:05.144
44902026-08-25T15:16:06.912Z INFOAug 25 15:16:05.144 Aug 25 15:16:05.144adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
44912026-08-25T15:16:06.912Z Aug 25 15:16:05.144INFOINFO INFO Aug 25 15:16:05.144adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
44922026-08-25T15:16:06.912Z
44932026-08-25T15:16:06.912ZDEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44942026-08-25T15:16:06.912ZAug 25 15:16:05.144
44952026-08-25T15:16:06.913Z Aug 25 15:16:05.144DEBG Aug 25 15:16:05.144Aug 25 15:16:05.144DEBGreplacing 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 } }]
44962026-08-25T15:16:06.913Z INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, 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 25 15:16:05.144
44972026-08-25T15:16:06.913Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ffINFO
44982026-08-25T15:16:06.913ZDEBG 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 25 15:16:05.144adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
44992026-08-25T15:16:06.913Z
45002026-08-25T15:16:06.913ZAug 25 15:16:05.144DEBG 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 } }]INFOAug 25 15:16:05.144
45012026-08-25T15:16:06.913Z adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 25 15:16:05.144
45022026-08-25T15:16:06.913Z INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 25 15:16:05.144Aug 25 15:16:05.144
45032026-08-25T15:16:06.913ZDEBG 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 } }]DEBG
45042026-08-25T15:16:06.913Z adding route 3fff:beef:9::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
45052026-08-25T15:16:06.917Z
45062026-08-25T15:16:06.917ZAug 25 15:16:05.144 INFOAug 25 15:16:05.144 Aug 25 15:16:05.144adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff Aug 25 15:16:05.144DEBGDEBG
45072026-08-25T15:16:06.917Z INFO replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45082026-08-25T15:16:06.917Zreplacing 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 25 15:16:05.144adding route 3fff:beef::/64 -> 2001:db8::55:ff
45092026-08-25T15:16:06.917Z
45102026-08-25T15:16:06.917Z DEBGAug 25 15:16:05.144 replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 25 15:16:05.144
45112026-08-25T15:16:06.917Z DEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 25 15:16:05.144 Aug 25 15:16:05.144
45122026-08-25T15:16:06.917Z replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
45132026-08-25T15:16:06.917Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
45142026-08-25T15:16:06.917ZINFOAug 25 15:16:05.144 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBGAug 25 15:16:05.144Aug 25 15:16:05.144
45152026-08-25T15:16:06.917Z 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
45162026-08-25T15:16:06.917Zreplacing 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 } }]
45172026-08-25T15:16:06.917Zadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
45182026-08-25T15:16:06.917ZAug 25 15:16:05.144 Aug 25 15:16:05.144Aug 25 15:16:05.144Aug 25 15:16:05.144 INFODEBG INFOadding route 3fff:beef:b::/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 } }]DEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45192026-08-25T15:16:06.917Z
45202026-08-25T15:16:06.917Z
45212026-08-25T15:16:06.917Z
45222026-08-25T15:16:06.918ZAug 25 15:16:05.144 Aug 25 15:16:05.144Aug 25 15:16:05.144 DEBGAug 25 15:16:05.144 INFODEBG INFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
45232026-08-25T15:16:06.918Z
45242026-08-25T15:16:06.918Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45252026-08-25T15:16:06.918Z
45262026-08-25T15:16:06.918ZAug 25 15:16:05.144 Aug 25 15:16:05.144INFOAug 25 15:16:05.144 DEBG Aug 25 15:16:05.144DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
45272026-08-25T15:16:06.918ZINFO replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1d::/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 } }]
45282026-08-25T15:16:06.918Z
45292026-08-25T15:16:06.918Z
45302026-08-25T15:16:06.918ZAug 25 15:16:05.144 DEBGAug 25 15:16:05.144 Aug 25 15:16:05.144Aug 25 15:16:05.144 INFODEBGreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45312026-08-25T15:16:06.918Zreplacing 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:3::/64 -> 2001:db8::55:ff
45322026-08-25T15:16:06.918ZINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
45332026-08-25T15:16:06.918Z
45342026-08-25T15:16:06.918ZAug 25 15:16:05.144 Aug 25 15:16:05.144INFO Aug 25 15:16:05.144adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffINFO DEBG
45352026-08-25T15:16:06.918Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 25 15:16:05.144
45362026-08-25T15:16:06.918Z DEBGAug 25 15:16:05.144replacing 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 } }]
45372026-08-25T15:16:06.918ZAug 25 15:16:05.144 DEBG DEBGreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.144replacing 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 } }]
45382026-08-25T15:16:06.918ZINFO
45392026-08-25T15:16:06.918Zreplacing 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 } }]
45402026-08-25T15:16:06.918Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
45412026-08-25T15:16:06.918ZAug 25 15:16:05.144 INFOAug 25 15:16:05.144Aug 25 15:16:05.144Aug 25 15:16:05.144 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG
45422026-08-25T15:16:06.918Z replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
45432026-08-25T15:16:06.918Z INFOAug 25 15:16:05.144adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
45442026-08-25T15:16:06.918ZDEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
45452026-08-25T15:16:06.918Zreplacing 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 25 15:16:05.144
45462026-08-25T15:16:06.918ZINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
45472026-08-25T15:16:06.918ZAug 25 15:16:05.144Aug 25 15:16:05.144Aug 25 15:16:05.144 DEBGINFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
45482026-08-25T15:16:06.918Z
45492026-08-25T15:16:06.918ZDEBG 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 } }]
45502026-08-25T15:16:06.918ZAug 25 15:16:05.144Aug 25 15:16:05.144Aug 25 15:16:05.144 DEBGDEBGINFO replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:f::/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 } }]
45512026-08-25T15:16:06.918Z
45522026-08-25T15:16:06.918Z
45532026-08-25T15:16:06.918ZAug 25 15:16:05.144 Aug 25 15:16:05.144Aug 25 15:16:05.144INFO INFOINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
45542026-08-25T15:16:06.918ZAug 25 15:16:05.144adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
45552026-08-25T15:16:06.918Z
45562026-08-25T15:16:06.918ZDEBG Aug 25 15:16:05.144replacing 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 25 15:16:05.144
45572026-08-25T15:16:06.918Z Aug 25 15:16:05.144DEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGDEBG
45582026-08-25T15:16:06.918Z replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 25 15:16:05.144
45592026-08-25T15:16:06.918Z INFO Aug 25 15:16:05.144adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
45602026-08-25T15:16:06.919Z INFO
45612026-08-25T15:16:06.919Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 25 15:16:05.144
45622026-08-25T15:16:06.919ZAug 25 15:16:05.144 INFO INFOAug 25 15:16:05.144 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 25 15:16:05.144adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
45632026-08-25T15:16:06.919Z
45642026-08-25T15:16:06.919ZDEBG 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: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 } }]
45652026-08-25T15:16:06.919Z
45662026-08-25T15:16:06.919ZAug 25 15:16:05.144Aug 25 15:16:05.144 DEBGDEBGAug 25 15:16:05.144 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 25 15:16:05.144
45672026-08-25T15:16:06.919ZINFO 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 } }]INFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
45682026-08-25T15:16:06.919Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
45692026-08-25T15:16:06.919Z
45702026-08-25T15:16:06.919ZAug 25 15:16:05.144 INFOAug 25 15:16:05.144Aug 25 15:16:05.144 Aug 25 15:16:05.144 DEBGDEBG INFO adding route 3fff:beef:22::/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 } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
45712026-08-25T15:16:06.919Z
45722026-08-25T15:16:06.919Z
45732026-08-25T15:16:06.919Zreplacing 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 } }]
45742026-08-25T15:16:06.919ZAug 25 15:16:05.144Aug 25 15:16:05.144 DEBGINFOAug 25 15:16:05.144Aug 25 15:16:05.144 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG
45752026-08-25T15:16:06.919Z INFOreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
45762026-08-25T15:16:06.919Z
45772026-08-25T15:16:06.919Z
45782026-08-25T15:16:06.919ZAug 25 15:16:05.144 DEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.144Aug 25 15:16:05.144Aug 25 15:16:05.144
45792026-08-25T15:16:06.919Z DEBGINFOINFO Aug 25 15:16:05.144adding route 3fff:beef:9::/64 -> 2001:db8::55:ff INFO
45802026-08-25T15:16:06.919Zreplacing 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:23::/64 -> 2001:db8::55:ff
45812026-08-25T15:16:06.919Z
45822026-08-25T15:16:06.919Z adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
45832026-08-25T15:16:06.919ZAug 25 15:16:05.144Aug 25 15:16:05.144 Aug 25 15:16:05.144DEBG Aug 25 15:16:05.144 INFODEBGreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
45842026-08-25T15:16:06.919Zreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.144
45852026-08-25T15:16:06.919Z INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
45862026-08-25T15:16:06.919Z
45872026-08-25T15:16:06.919ZAug 25 15:16:05.144adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
45882026-08-25T15:16:06.919ZAug 25 15:16:05.144INFOAug 25 15:16:05.144 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG
45892026-08-25T15:16:06.919Zreplacing 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 } }]
45902026-08-25T15:16:06.919ZAug 25 15:16:05.144INFO Aug 25 15:16:05.144Aug 25 15:16:05.144adding route 3fff:beef:24::/64 -> 2001:db8::55:ff DEBGINFO
45912026-08-25T15:16:06.919Zadding route 3fff:beef:14::/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 } }]DEBG
45922026-08-25T15:16:06.919Z
45932026-08-25T15:16:06.919Z Aug 25 15:16:05.144replacing 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 25 15:16:05.144
45942026-08-25T15:16:06.919Z DEBGINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 25 15:16:05.144
45952026-08-25T15:16:06.919Z DEBGAug 25 15:16:05.144 replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 25 15:16:05.144INFO DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
45962026-08-25T15:16:06.919Z
45972026-08-25T15:16:06.919Z 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 } }]
45982026-08-25T15:16:06.919Z
45992026-08-25T15:16:06.919ZAug 25 15:16:05.144Aug 25 15:16:05.144Aug 25 15:16:05.144Aug 25 15:16:05.144 INFO DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFO
46002026-08-25T15:16:06.920Z adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFO 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 } }]
46012026-08-25T15:16:06.920Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
46022026-08-25T15:16:06.920ZAug 25 15:16:05.144
46032026-08-25T15:16:06.920Z DEBGAug 25 15:16:05.144 Aug 25 15:16:05.144replacing 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 25 15:16:05.144INFO
46042026-08-25T15:16:06.920Z adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
46052026-08-25T15:16:06.925Z DEBGDEBG Aug 25 15:16:05.144replacing 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 } }]
46062026-08-25T15:16:06.925ZINFO Aug 25 15:16:05.144adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
46072026-08-25T15:16:06.925ZDEBG 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 25 15:16:05.144replacing 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 } }]
46082026-08-25T15:16:06.925Z
46092026-08-25T15:16:06.925ZINFO Aug 25 15:16:05.144adding route 3fff:beef:16::/64 -> 2001:db8::55:ff Aug 25 15:16:05.144DEBG
46102026-08-25T15:16:06.925ZAug 25 15:16:05.144 INFOINFOAug 25 15:16:05.144 DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
46112026-08-25T15:16:06.925Z
46122026-08-25T15:16:06.925Z replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
46132026-08-25T15:16:06.925Z
46142026-08-25T15:16:06.925ZAug 25 15:16:05.144Aug 25 15:16:05.144 Aug 25 15:16:05.144Aug 25 15:16:05.144 INFODEBGINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
46152026-08-25T15:16:06.925Z
46162026-08-25T15:16:06.925Zreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
46172026-08-25T15:16:06.925Z 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 25 15:16:05.144
46182026-08-25T15:16:06.926ZAug 25 15:16:05.144 DEBGAug 25 15:16:05.144DEBG Aug 25 15:16:05.144 replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
46192026-08-25T15:16:06.926ZINFO
46202026-08-25T15:16:06.926Z INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ff adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
46212026-08-25T15:16:06.926Z
46222026-08-25T15:16:06.926ZAug 25 15:16:05.144 Aug 25 15:16:05.144Aug 25 15:16:05.144INFO INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
46232026-08-25T15:16:06.926Z DEBG Aug 25 15:16:05.144adding route 3fff:beef:18::/64 -> 2001:db8::55:ff Aug 25 15:16:05.144DEBG
46242026-08-25T15:16:06.926ZDEBGreplacing 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 } }]
46252026-08-25T15:16:06.926Z replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
46262026-08-25T15:16:06.926Z
46272026-08-25T15:16:06.926ZAug 25 15:16:05.144Aug 25 15:16:05.144 DEBG Aug 25 15:16:05.144Aug 25 15:16:05.144 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 } }]INFOINFO
46282026-08-25T15:16:06.926Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
46292026-08-25T15:16:06.926Z
46302026-08-25T15:16:06.926ZINFOAug 25 15:16:05.144 Aug 25 15:16:05.144Aug 25 15:16:05.144INFO DEBG DEBGreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
46312026-08-25T15:16:06.926Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
46322026-08-25T15:16:06.926Z
46332026-08-25T15:16:06.926Z 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 25 15:16:05.144
46342026-08-25T15:16:06.926Z Aug 25 15:16:05.144INFO DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
46352026-08-25T15:16:06.926Zreplacing 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 } }]
46362026-08-25T15:16:06.926ZAug 25 15:16:05.144 INFO, unitadding route 3fff:beef:29::/64 -> 2001:db8::55:ff:
46372026-08-25T15:16:06.926Z freemap_route_ipv4
46382026-08-25T15:16:06.926ZAug 25 15:16:05.144Aug 25 15:16:05.144 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: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 } }]
46392026-08-25T15:16:06.926Z
46402026-08-25T15:16:06.926ZAug 25 15:16:05.144Aug 25 15:16:05.144 INFOAug 25 15:16:05.144 INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
46412026-08-25T15:16:06.926Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG
46422026-08-25T15:16:06.926Z created new freemap, unitAug 25 15:16:05.144:Aug 25 15:16:05.144 DEBG DEBGfreemap_route_ipv6 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 } }]
46432026-08-25T15:16:06.926Zreplacing 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 } }]
46442026-08-25T15:16:06.926Z
46452026-08-25T15:16:06.926ZAug 25 15:16:05.144Aug 25 15:16:05.144Aug 25 15:16:05.144 DEBGINFO INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
46462026-08-25T15:16:06.926ZAug 25 15:16:05.144 DEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46472026-08-25T15:16:06.926ZAug 25 15:16:05.145 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
46482026-08-25T15:16:06.926ZAug 25 15:16:05.145 DEBGinitted freemap. size: 64 , 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 25 15:16:05.145unit
46492026-08-25T15:16:06.926Z:DEBG freemap_route_ipv4
46502026-08-25T15:16:06.926Zreplacing 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 } }]
46512026-08-25T15:16:06.926ZAug 25 15:16:05.145 INFOAug 25 15:16:05.145 Aug 25 15:16:05.145adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
46522026-08-25T15:16:06.926ZDEBG reset freemap, unitAug 25 15:16:05.145:INFO freemap_route_ipv4DEBG
46532026-08-25T15:16:06.926Z 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 } }]
46542026-08-25T15:16:06.926Z Aug 25 15:16:05.145 Aug 25 15:16:05.145DEBG INFOinitted freemap. size: 64 , adding route 3fff:beef:31::/64 -> 2001:db8::55:ffunit
46552026-08-25T15:16:06.926Z: freemap_route_ipv6
46562026-08-25T15:16:06.927Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 25 15:16:05.145 DEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.145
46572026-08-25T15:16:06.927Z
46582026-08-25T15:16:06.927ZDEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff Aug 25 15:16:05.145reset freemap Aug 25 15:16:05.145INFO,
46592026-08-25T15:16:06.927Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ffunit
46602026-08-25T15:16:06.927Z:DEBG freemap_route_ipv6replacing 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 } }]
46612026-08-25T15:16:06.927Z
46622026-08-25T15:16:06.927ZAug 25 15:16:05.145 DEBGAug 25 15:16:05.145 Aug 25 15:16:05.145 Aug 25 15:16:05.145replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
46632026-08-25T15:16:06.927ZINFOreplacing 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 } }]
46642026-08-25T15:16:06.927Zadding route 3fff:dead::/64 -> 2001:db8::55:1
46652026-08-25T15:16:06.927ZINFO Aug 25 15:16:05.145adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff Aug 25 15:16:05.145INFO
46662026-08-25T15:16:06.927ZINFOAug 25 15:16:05.145 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG
46672026-08-25T15:16:06.927Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
46682026-08-25T15:16:06.927Z
46692026-08-25T15:16:06.927ZAug 25 15:16:05.145Aug 25 15:16:05.145Aug 25 15:16:05.145Aug 25 15:16:05.145 DEBG 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 } }]DEBG
46702026-08-25T15:16:06.927Zreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO 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 } }]
46712026-08-25T15:16:06.927ZAug 25 15:16:05.145
46722026-08-25T15:16:06.927Z adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
46732026-08-25T15:16:06.927Z Aug 25 15:16:05.145Aug 25 15:16:05.145 Aug 25 15:16:05.145 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff INFO
46742026-08-25T15:16:06.927ZDEBG INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Aug 25 15:16:05.145
46752026-08-25T15:16:06.927Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
46762026-08-25T15:16:06.927Z
46772026-08-25T15:16:06.927ZDEBGAug 25 15:16:05.145 replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.145
46782026-08-25T15:16:06.927ZDEBG Aug 25 15:16:05.145 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 } }]
46792026-08-25T15:16:06.927ZDEBGINFO replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
46802026-08-25T15:16:06.927Z
46812026-08-25T15:16:06.927ZAug 25 15:16:05.145Aug 25 15:16:05.145 INFOINFOAug 25 15:16:05.145 INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff Aug 25 15:16:05.145
46822026-08-25T15:16:06.927Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
46832026-08-25T15:16:06.927Z
46842026-08-25T15:16:06.927Z Aug 25 15:16:05.145replacing 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 } }]
46852026-08-25T15:16:06.927ZDEBGAug 25 15:16:05.145 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 25 15:16:05.145
46862026-08-25T15:16:06.927Z Aug 25 15:16:05.145 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 } }] Aug 25 15:16:05.145 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:dead::/64 -> 2001:db8::55:2
46872026-08-25T15:16:06.927ZINFO
46882026-08-25T15:16:06.927Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
46892026-08-25T15:16:06.927Z
46902026-08-25T15:16:06.927ZAug 25 15:16:05.145Aug 25 15:16:05.145Aug 25 15:16:05.145 DEBGINFOAug 25 15:16:05.145 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:36::/64 -> 2001:db8::55:ff
46912026-08-25T15:16:06.927ZAug 25 15:16:05.145
46922026-08-25T15:16:06.927ZDEBG Aug 25 15:16:05.145DEBGAug 25 15:16:05.145 INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] DEBG
46932026-08-25T15:16:06.927Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ffcreated new freemap
46942026-08-25T15:16:06.927ZINFOAug 25 15:16:05.145 , INFOunitreplacing 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:1f::/64 -> 2001:db8::55:ff
46952026-08-25T15:16:06.927Zadding route 3fff:beef::/64 -> 2001:db8::55:ffAug 25 15:16:05.145
46962026-08-25T15:16:06.928Z
46972026-08-25T15:16:06.928Z DEBGfreemap_route_ipv4Aug 25 15:16:05.145 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 } }]
46982026-08-25T15:16:06.928ZDEBG
46992026-08-25T15:16:06.928Z Aug 25 15:16:05.145 Aug 25 15:16:05.145replacing 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 } }] DEBGAug 25 15:16:05.145Aug 25 15:16:05.145
47002026-08-25T15:16:06.928ZINFOreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
47012026-08-25T15:16:06.928Z DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
47022026-08-25T15:16:06.928Z
47032026-08-25T15:16:06.928Zcreated new freemapAug 25 15:16:05.145 , INFOunit :adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 25 15:16:05.145Aug 25 15:16:05.145
47042026-08-25T15:16:06.928Z INFO DEBGfreemap_route_ipv6 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 } }]
47052026-08-25T15:16:06.932Z
47062026-08-25T15:16:06.932Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 25 15:16:05.145Aug 25 15:16:05.145
47072026-08-25T15:16:06.932Z DEBGINFOAug 25 15:16:05.145 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 25 15:16:05.145
47082026-08-25T15:16:06.932Z Aug 25 15:16:05.145replacing 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 } }]
47092026-08-25T15:16:06.932Z DEBG DEBG initted freemap. size: 64DEBGAug 25 15:16:05.145, Aug 25 15:16:05.145 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 DEBG
47102026-08-25T15:16:06.932Z unit replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
47112026-08-25T15:16:06.933Z
47122026-08-25T15:16:06.933Z:adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 25 15:16:05.145
47132026-08-25T15:16:06.933Z Aug 25 15:16:05.145 freemap_route_ipv4 INFO Aug 25 15:16:05.145
47142026-08-25T15:16:06.933Z adding route 3fff:beef:2::/64 -> 2001:db8::55:ffINFOAug 25 15:16:05.145
47152026-08-25T15:16:06.933Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
47162026-08-25T15:16:06.933Z Aug 25 15:16:05.145DEBGAug 25 15:16:05.145 DEBGAug 25 15:16:05.145 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 } }] reset freemapreplacing 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 } }],
47172026-08-25T15:16:06.933ZDEBG unitreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
47182026-08-25T15:16:06.933Z
47192026-08-25T15:16:06.933ZAug 25 15:16:05.145 INFO freemap_route_ipv4Aug 25 15:16:05.145
47202026-08-25T15:16:06.933Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
47212026-08-25T15:16:06.933ZINFOAug 25 15:16:05.145 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFO
47222026-08-25T15:16:06.933Z Aug 25 15:16:05.145Aug 25 15:16:05.145 adding route 3fff:beef:34::/64 -> 2001:db8::55:ff DEBGDEBG
47232026-08-25T15:16:06.933Z 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 25 15:16:05.145
47242026-08-25T15:16:06.933Z initted freemap. size: 64DEBG, Aug 25 15:16:05.145 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
47252026-08-25T15:16:06.933ZAug 25 15:16:05.145unit INFO replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
47262026-08-25T15:16:06.933Z
47272026-08-25T15:16:06.933ZAug 25 15:16:05.145 :INFO freemap_route_ipv6adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 25 15:16:05.145
47282026-08-25T15:16:06.933Z Aug 25 15:16:05.145 DEBGINFO Aug 25 15:16:05.145 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 } }]
47292026-08-25T15:16:06.934Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
47302026-08-25T15:16:06.934Z DEBG
47312026-08-25T15:16:06.934Z 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 } }]
47322026-08-25T15:16:06.934ZAug 25 15:16:05.145 INFO Aug 25 15:16:05.145Aug 25 15:16:05.145adding route 3fff:beef:5::/64 -> 2001:db8::55:ff Aug 25 15:16:05.145 DEBGDEBG
47332026-08-25T15:16:06.934ZINFO reset freemap 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:3b::/64 -> 2001:db8::55:ff, unit
47342026-08-25T15:16:06.934Z:
47352026-08-25T15:16:06.934ZAug 25 15:16:05.145 freemap_route_ipv6DEBG
47362026-08-25T15:16:06.934Z Aug 25 15:16:05.145replacing 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 25 15:16:05.145
47372026-08-25T15:16:06.934ZINFO Aug 25 15:16:05.145adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG
47382026-08-25T15:16:06.934Z replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
47392026-08-25T15:16:06.934Z adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 15:16:05.145
47402026-08-25T15:16:06.934Z Aug 25 15:16:05.145INFOAug 25 15:16:05.145 DEBGadding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 25 15:16:05.145
47412026-08-25T15:16:06.934Z 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
47422026-08-25T15:16:06.934Z
47432026-08-25T15:16:06.934ZAug 25 15:16:05.145 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
47442026-08-25T15:16:06.934ZDEBG 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 25 15:16:05.145
47452026-08-25T15:16:06.934Z Aug 25 15:16:05.145DEBGAug 25 15:16:05.145 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
47462026-08-25T15:16:06.934ZINFO Aug 25 15:16:05.145adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
47472026-08-25T15:16:06.934ZINFO DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
47482026-08-25T15:16:06.934Zreplacing 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 } }]
47492026-08-25T15:16:06.934ZAug 25 15:16:05.145 DEBG Aug 25 15:16:05.145replacing 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 25 15:16:05.145
47502026-08-25T15:16:06.934Z INFO DEBGadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
47512026-08-25T15:16:06.934ZAug 25 15:16:05.145replacing 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 } }]
47522026-08-25T15:16:06.934ZINFO Aug 25 15:16:05.145adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
47532026-08-25T15:16:06.934ZAug 25 15:16:05.145DEBG INFOreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 15:16:05.145adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
47542026-08-25T15:16:06.934ZDEBG
47552026-08-25T15:16:06.934Z 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 } }]
47562026-08-25T15:16:06.934ZAug 25 15:16:05.145Aug 25 15:16:05.145 DEBGINFO Aug 25 15:16:05.145 replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
47572026-08-25T15:16:06.934ZINFO
47582026-08-25T15:16:06.934Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
47592026-08-25T15:16:06.934ZAug 25 15:16:05.145Aug 25 15:16:05.145Aug 25 15:16:05.145 INFODEBGDEBG replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
47602026-08-25T15:16:06.935Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
47612026-08-25T15:16:06.935Z
47622026-08-25T15:16:06.935ZAug 25 15:16:05.145Aug 25 15:16:05.145 INFOAug 25 15:16:05.145 DEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFOreplacing 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 } }]
47632026-08-25T15:16:06.935Z
47642026-08-25T15:16:06.935Z adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffAug 25 15:16:05.145Aug 25 15:16:05.145 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 } }]
47652026-08-25T15:16:06.935Z
47662026-08-25T15:16:06.935Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
47672026-08-25T15:16:06.935ZAug 25 15:16:05.144Aug 25 15:16:05.145 Aug 25 15:16:05.145Aug 25 15:16:05.145INFO DEBG INFODEBGreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
47682026-08-25T15:16:06.935Z
47692026-08-25T15:16:06.935Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47702026-08-25T15:16:06.935Z
47712026-08-25T15:16:06.935ZAug 25 15:16:05.145Aug 25 15:16:05.145 INFOAug 25 15:16:05.145DEBG 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 } }]Aug 25 15:16:05.145DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
47722026-08-25T15:16:06.935ZDEBG failed to allocate space for the new target list
47732026-08-25T15:16:06.935ZAug 25 15:16:05.145replacing 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 } }]
47742026-08-25T15:16:06.935Z INFO
47752026-08-25T15:16:06.935Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
47762026-08-25T15:16:06.935ZAug 25 15:16:05.145Aug 25 15:16:05.145 DEBGDEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 15:16:05.145replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 25 15:16:05.145
47772026-08-25T15:16:06.935Z INFODEBG
47782026-08-25T15:16:06.935Z replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47792026-08-25T15:16:06.935Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 25 15:16:05.145
47802026-08-25T15:16:06.935Z INFOAug 25 15:16:05.145 Aug 25 15:16:05.145 DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff INFOfailed to allocate space for the new target listAug 25 15:16:05.145
47812026-08-25T15:16:06.935Z
47822026-08-25T15:16:06.935Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
47832026-08-25T15:16:06.935Z DEBG Aug 25 15:16:05.145Aug 25 15:16:05.145replacing 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 } }]
47842026-08-25T15:16:06.935ZDEBG DEBGreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47852026-08-25T15:16:06.935Zreplacing 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 } }]
47862026-08-25T15:16:06.935ZAug 25 15:16:05.145 DEBGAug 25 15:16:05.145 failed to allocate space for the new target listINFOAug 25 15:16:05.145
47872026-08-25T15:16:06.935Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFO
47882026-08-25T15:16:06.936ZAug 25 15:16:05.145 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG
47892026-08-25T15:16:06.936Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
47902026-08-25T15:16:06.936ZAug 25 15:16:05.145 Aug 25 15:16:05.145DEBG DEBGreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47912026-08-25T15:16:06.936Zreplacing 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 } }]
47922026-08-25T15:16:06.936ZAug 25 15:16:05.145Aug 25 15:16:05.145 INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
47932026-08-25T15:16:06.936Z
47942026-08-25T15:16:06.936ZAug 25 15:16:05.145 Aug 25 15:16:05.145DEBG DEBGreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47952026-08-25T15:16:06.936Zreplacing 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 } }]
47962026-08-25T15:16:06.936ZAug 25 15:16:05.145Aug 25 15:16:05.145 INFOINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
47972026-08-25T15:16:06.936Z
47982026-08-25T15:16:06.936ZAug 25 15:16:05.145Aug 25 15:16:05.145 DEBGDEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
47992026-08-25T15:16:06.936Z
48002026-08-25T15:16:06.936ZAug 25 15:16:05.145Aug 25 15:16:05.145 INFOINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
48012026-08-25T15:16:06.936Z
48022026-08-25T15:16:06.936ZAug 25 15:16:05.145Aug 25 15:16:05.145 DEBGDEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
48032026-08-25T15:16:06.936Z
48042026-08-25T15:16:06.936ZAug 25 15:16:05.145Aug 25 15:16:05.145 INFOINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
48052026-08-25T15:16:06.940Z
48062026-08-25T15:16:06.941ZAug 25 15:16:05.145Aug 25 15:16:05.145 DEBGDEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
48072026-08-25T15:16:06.941Z
48082026-08-25T15:16:06.941ZAug 25 15:16:05.145Aug 25 15:16:05.145 INFOINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
48092026-08-25T15:16:06.941Z
48102026-08-25T15:16:06.941ZAug 25 15:16:05.145Aug 25 15:16:05.145 DEBGDEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
48112026-08-25T15:16:06.941Z
48122026-08-25T15:16:06.941ZAug 25 15:16:05.145 Aug 25 15:16:05.145INFO INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
48132026-08-25T15:16:06.941Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
48142026-08-25T15:16:06.941ZAug 25 15:16:05.145Aug 25 15:16:05.145 DEBGDEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
48152026-08-25T15:16:06.941Z
48162026-08-25T15:16:06.941ZAug 25 15:16:05.145Aug 25 15:16:05.145 INFOINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
48172026-08-25T15:16:06.941Z
48182026-08-25T15:16:06.941ZAug 25 15:16:05.145 Aug 25 15:16:05.145DEBG 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 } }]
48192026-08-25T15:16:06.941Zreplacing 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 } }]
48202026-08-25T15:16:06.941ZAug 25 15:16:05.145Aug 25 15:16:05.145 INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
48212026-08-25T15:16:06.941Z
48222026-08-25T15:16:06.941ZAug 25 15:16:05.146 INFOAug 25 15:16:05.146 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBGDEBG
48232026-08-25T15:16:06.941Zreplacing 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 } }]
48242026-08-25T15:16:06.941Zreplacing 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 } }]
48252026-08-25T15:16:06.941ZAug 25 15:16:05.146Aug 25 15:16:05.146Aug 25 15:16:05.146 INFO INFO DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
48262026-08-25T15:16:06.941Z 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:1c::/64 -> 2001:db8::55:ff
48272026-08-25T15:16:06.941Z
48282026-08-25T15:16:06.941ZAug 25 15:16:05.146 DEBGAug 25 15:16:05.146 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 } }]INFOAug 25 15:16:05.146
48292026-08-25T15:16:06.941Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
48302026-08-25T15:16:06.941ZDEBG Aug 25 15:16:05.146replacing 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 } }]
48312026-08-25T15:16:06.941ZINFOAug 25 15:16:05.146 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBGAug 25 15:16:05.146
48322026-08-25T15:16:06.941Z replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
48332026-08-25T15:16:06.941Z adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
48342026-08-25T15:16:06.941ZAug 25 15:16:05.146Aug 25 15:16:05.146 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:23::/64 -> 2001:db8::55:ff
48352026-08-25T15:16:06.941ZAug 25 15:16:05.146
48362026-08-25T15:16:06.941Z DEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48372026-08-25T15:16:06.941ZAug 25 15:16:05.146Aug 25 15:16:05.146 INFODEBGAug 25 15:16:05.146 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 } }]INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
48382026-08-25T15:16:06.941Z
48392026-08-25T15:16:06.941Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
48402026-08-25T15:16:06.941ZAug 25 15:16:05.146Aug 25 15:16:05.146Aug 25 15:16:05.146 DEBGDEBG INFO replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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:24::/64 -> 2001:db8::55:ff
48412026-08-25T15:16:06.941Z
48422026-08-25T15:16:06.941Z
48432026-08-25T15:16:06.941ZAug 25 15:16:05.146Aug 25 15:16:05.146 Aug 25 15:16:05.146 INFO INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
48442026-08-25T15:16:06.942ZDEBG adding route 3fff:beef:1f::/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 } }]
48452026-08-25T15:16:06.942Z
48462026-08-25T15:16:06.942ZAug 25 15:16:05.146 DEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.146Aug 25 15:16:05.146
48472026-08-25T15:16:06.942Z DEBGINFO replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.146
48482026-08-25T15:16:06.942Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
48492026-08-25T15:16:06.943ZINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 25 15:16:05.146
48502026-08-25T15:16:06.943Z Aug 25 15:16:05.146INFO DEBG adding route 3fff:beef:20::/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 } }]Aug 25 15:16:05.146
48512026-08-25T15:16:06.943Z
48522026-08-25T15:16:06.943ZDEBG 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 } }]
48532026-08-25T15:16:06.943ZAug 25 15:16:05.146Aug 25 15:16:05.146 INFODEBG Aug 25 15:16:05.146adding 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 } }]
48542026-08-25T15:16:06.943Z INFO
48552026-08-25T15:16:06.943Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
48562026-08-25T15:16:06.943ZAug 25 15:16:05.146Aug 25 15:16:05.146 DEBGINFO Aug 25 15:16:05.146replacing 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:21::/64 -> 2001:db8::55:ff
48572026-08-25T15:16:06.943Z
48582026-08-25T15:16:06.943ZDEBG 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 } }]
48592026-08-25T15:16:06.943ZAug 25 15:16:05.146Aug 25 15:16:05.146 INFODEBGAug 25 15:16:05.146 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 } }]INFO
48602026-08-25T15:16:06.943Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
48612026-08-25T15:16:06.943ZAug 25 15:16:05.146 Aug 25 15:16:05.146INFO DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
48622026-08-25T15:16:06.943Zreplacing 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 } }]
48632026-08-25T15:16:06.943ZAug 25 15:16:05.146 Aug 25 15:16:05.146adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
48642026-08-25T15:16:06.943Z INFODEBG adding route 3fff:beef:1d::/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 } }]
48652026-08-25T15:16:06.943Z
48662026-08-25T15:16:06.943ZAug 25 15:16:05.146Aug 25 15:16:05.146Aug 25 15:16:05.146 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:23::/64 -> 2001:db8::55:ff
48672026-08-25T15:16:06.943Z
48682026-08-25T15:16:06.943Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
48692026-08-25T15:16:06.943ZAug 25 15:16:05.146 Aug 25 15:16:05.146DEBGINFO replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
48702026-08-25T15:16:06.943Z
48712026-08-25T15:16:06.943Z DEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.146Aug 25 15:16:05.146 DEBGAug 25 15:16:05.146 INFODEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48722026-08-25T15:16:06.943Z created new freemap, unit
48732026-08-25T15:16:06.943Z: freemap_route_ipv4
48742026-08-25T15:16:06.943ZAug 25 15:16:05.146Aug 25 15:16:05.146 Aug 25 15:16:05.153DEBG created new freemapDEBG, unitDEBG: created new freemapfreemap_route_ipv4created new freemap
48752026-08-25T15:16:06.943Z, , unitunit:: freemap_route_ipv4freemap_route_ipv6Aug 25 15:16:05.153
48762026-08-25T15:16:06.943Z
48772026-08-25T15:16:06.943Z DEBG Aug 25 15:16:05.153 DEBG created new freemapinitted freemap. size: 64, , unitunit:: Aug 25 15:16:05.153freemap_route_ipv6 freemap_route_ipv4DEBG
48782026-08-25T15:16:06.944Z
48792026-08-25T15:16:06.944Z created new freemapAug 25 15:16:05.153Aug 25 15:16:05.153 DEBGDEBG initted freemap. size: 64, , unitunit:: freemap_route_ipv6
48802026-08-25T15:16:06.944Zfreemap_route_ipv4
48812026-08-25T15:16:06.944ZAug 25 15:16:05.154Aug 25 15:16:05.146 Aug 25 15:16:05.154
48822026-08-25T15:16:06.944Z DEBG DEBG Aug 25 15:16:05.154Aug 25 15:16:05.154DEBG initted freemap. size: 64 reset freemap, , created new freemapINFOINFO, unit adding route 3fff:beef:24::/64 -> 2001:db8::55:ffunit
48832026-08-25T15:16:06.944Zunitadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff::
48842026-08-25T15:16:06.944Z: freemap_route_ipv4Aug 25 15:16:05.154freemap_route_ipv4
48852026-08-25T15:16:06.944Z
48862026-08-25T15:16:06.944Z DEBGfreemap_route_ipv4 Aug 25 15:16:05.154replacing 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 } }]
48872026-08-25T15:16:06.944Z
48882026-08-25T15:16:06.944Z Aug 25 15:16:05.154DEBGAug 25 15:16:05.154 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 } }]
48892026-08-25T15:16:06.944ZDEBGAug 25 15:16:05.154 DEBG INFO reset freemapadding route 3fff:beef:25::/64 -> 2001:db8::55:ff, created new freemapAug 25 15:16:05.154
48902026-08-25T15:16:06.944Z DEBG, Aug 25 15:16:05.154unitunit Aug 25 15:16:05.154initted freemap. size: 64 :, DEBGINFO: replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48912026-08-25T15:16:06.944Zfreemap_route_ipv4
48922026-08-25T15:16:06.944Zadding route 3fff:beef:20::/64 -> 2001:db8::55:fffreemap_route_ipv6
48932026-08-25T15:16:06.944Zunit:Aug 25 15:16:05.154
48942026-08-25T15:16:06.944Z INFOAug 25 15:16:05.154 adding route 3fff:beef:26::/64 -> 2001:db8::55:fffreemap_route_ipv6Aug 25 15:16:05.154
48952026-08-25T15:16:06.944Z
48962026-08-25T15:16:06.944ZDEBGDEBGAug 25 15:16:05.154Aug 25 15:16:05.154 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 } }]DEBGDEBG
48972026-08-25T15:16:06.944Z Aug 25 15:16:05.154replacing 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 } }] initted freemap. size: 64
48982026-08-25T15:16:06.944Z, unit:initted freemap. size: 64 , Aug 25 15:16:05.154freemap_route_ipv4 DEBGAug 25 15:16:05.154INFO
48992026-08-25T15:16:06.944Z reset freemapunit:, unitINFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff: Aug 25 15:16:05.154
49002026-08-25T15:16:06.945Z freemap_route_ipv6 DEBG
49012026-08-25T15:16:06.945Zfreemap_route_ipv6adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 25 15:16:05.154
49022026-08-25T15:16:06.945Z DEBGAug 25 15:16:05.154reset freemap ,
49032026-08-25T15:16:06.945Zunitreplacing 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 } }]
49042026-08-25T15:16:06.945ZDEBG: reset freemapfreemap_route_ipv4, Aug 25 15:16:05.154Aug 25 15:16:05.154Aug 25 15:16:05.154
49052026-08-25T15:16:06.949Z DEBGINFO unitreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 15:16:05.154INFO :adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
49062026-08-25T15:16:06.950Z DEBG
49072026-08-25T15:16:06.950Z adding route 172.16.0.0/32 -> 10.0.0.1
49082026-08-25T15:16:06.950Zinitted freemap. size: 64freemap_route_ipv6,
49092026-08-25T15:16:06.950ZAug 25 15:16:05.154 unit: INFOfreemap_route_ipv6Aug 25 15:16:05.154
49102026-08-25T15:16:06.950Z DEBG Aug 25 15:16:05.154replacing 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 25 15:16:05.154Aug 25 15:16:05.154adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
49112026-08-25T15:16:06.950ZDEBG
49122026-08-25T15:16:06.950ZDEBGreset 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 } }]unit
49132026-08-25T15:16:06.950Z: Aug 25 15:16:05.154INFO INFOfreemap_route_ipv6adding route 172.16.0.0/32 -> 10.0.0.1
49142026-08-25T15:16:06.950ZAug 25 15:16:05.154
49152026-08-25T15:16:06.950ZAug 25 15:16:05.154 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBGAug 25 15:16:05.154 INFO
49162026-08-25T15:16:06.950Zreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 15:16:05.154
49172026-08-25T15:16:06.950Zadding route 3fff:dead::/64 -> 2001:db8::55:1
49182026-08-25T15:16:06.950ZDEBGINFO Aug 25 15:16:05.154adding route 172.16.0.0/32 -> 10.0.0.2Aug 25 15:16:05.154 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 } }]DEBG
49192026-08-25T15:16:06.950Z
49202026-08-25T15:16:06.950ZAug 25 15:16:05.154 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
49212026-08-25T15:16:06.950Z INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 25 15:16:05.154
49222026-08-25T15:16:06.950ZAug 25 15:16:05.154 Aug 25 15:16:05.154INFO 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 } }]
49232026-08-25T15:16:06.950ZINFOadding route 172.17.0.0/32 -> 10.0.0.255DEBG
49242026-08-25T15:16:06.950Z adding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
49252026-08-25T15:16:06.950Z
49262026-08-25T15:16:06.950ZAug 25 15:16:05.154Aug 25 15:16:05.154 DEBGAug 25 15:16:05.154Aug 25 15:16:05.154 INFOAug 25 15:16:05.154 adding route 3fff:beef:2a::/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 } }]
49272026-08-25T15:16:06.950Z
49282026-08-25T15:16:06.950ZDEBG DEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
49292026-08-25T15:16:06.950Z
49302026-08-25T15:16:06.950ZAug 25 15:16:05.154INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.3
49312026-08-25T15:16:06.950ZAug 25 15:16:05.154Aug 25 15:16:05.154 replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 25 15:16:05.154 Aug 25 15:16:05.154
49322026-08-25T15:16:06.951Zadding route 3fff:dead::/64 -> 2001:db8::55:3
49332026-08-25T15:16:06.951Z INFO DEBGINFOadding route 172.17.0.1/32 -> 10.0.0.255
49342026-08-25T15:16:06.951Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 25 15:16:05.154
49352026-08-25T15:16:06.951ZAug 25 15:16:05.154 DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
49362026-08-25T15:16:06.951ZINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
49372026-08-25T15:16:06.951Z
49382026-08-25T15:16:06.951ZAug 25 15:16:05.154 DEBGAug 25 15:16:05.154 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 25 15:16:05.154
49392026-08-25T15:16:06.951Z Aug 25 15:16:05.154Aug 25 15:16:05.154DEBG 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 } }]
49402026-08-25T15:16:06.951ZAug 25 15:16:05.154INFOINFO adding route 172.16.0.0/32 -> 10.0.0.4Aug 25 15:16:05.154INFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:4INFO
49412026-08-25T15:16:06.951Z
49422026-08-25T15:16:06.951Z
49432026-08-25T15:16:06.951Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG 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 } }]
49442026-08-25T15:16:06.951Z
49452026-08-25T15:16:06.951ZAug 25 15:16:05.154Aug 25 15:16:05.154 DEBGAug 25 15:16:05.154DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 25 15:16:05.154
49462026-08-25T15:16:06.951Z DEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 25 15:16:05.154
49472026-08-25T15:16:06.951ZAug 25 15:16:05.154 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
49482026-08-25T15:16:06.951Z
49492026-08-25T15:16:06.951Z INFOAug 25 15:16:05.154DEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ff Aug 25 15:16:05.154INFOAug 25 15:16:05.154 replacing targets for 3fff:dead::/64 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 } }]
49502026-08-25T15:16:06.951Z
49512026-08-25T15:16:06.951Zadding route 172.17.0.3/32 -> 10.0.0.255
49522026-08-25T15:16:06.951ZINFO INFOAug 25 15:16:05.154adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
49532026-08-25T15:16:06.951ZAug 25 15:16:05.154WARNAug 25 15:16:05.154 shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBGDEBG
49542026-08-25T15:16:06.951Z replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:16:05.154replacing 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 } }]
49552026-08-25T15:16:06.952ZDEBG 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.0/32 -> 10.0.0.255
49562026-08-25T15:16:06.952Z
49572026-08-25T15:16:06.952ZAug 25 15:16:05.154
49582026-08-25T15:16:06.952Z INFOAug 25 15:16:05.154Aug 25 15:16:05.154 Aug 25 15:16:05.154ERRO INFOAug 25 15:16:05.154 rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
49592026-08-25T15:16:06.952ZINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG
49602026-08-25T15:16:06.952Zadding route 172.17.0.4/32 -> 10.0.0.255 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
49612026-08-25T15:16:06.952ZAug 25 15:16:05.154replacing 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 } }]
49622026-08-25T15:16:06.952Z
49632026-08-25T15:16:06.952ZAug 25 15:16:05.154 ERRO DEBGshrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds it Aug 25 15:16:05.154
49642026-08-25T15:16:06.952Z Aug 25 15:16:05.154replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
49652026-08-25T15:16:06.952ZAug 25 15:16:05.154 adding route 172.17.0.1/32 -> 10.0.0.255DEBG
49662026-08-25T15:16:06.952Z 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
49672026-08-25T15:16:06.952Z Aug 25 15:16:05.154Aug 25 15:16:05.154 replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 25 15:16:05.154INFO
49682026-08-25T15:16:06.952ZINFOreplacing 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 } }]
49692026-08-25T15:16:06.952Ztest route::tests::rollback_on_compact_delete_failure ... ok
49702026-08-25T15:16:06.953Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
49712026-08-25T15:16:06.953Z
49722026-08-25T15:16:06.953ZAug 25 15:16:05.154 Aug 25 15:16:05.154Aug 25 15:16:05.154Aug 25 15:16:05.154INFO DEBG adding route 172.17.0.5/32 -> 10.0.0.255 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 } }]
49732026-08-25T15:16:06.953ZDEBG adding route 172.17.0.2/32 -> 10.0.0.255
49742026-08-25T15:16:06.953Z
49752026-08-25T15:16:06.953Zreplacing 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 } }]
49762026-08-25T15:16:06.953ZAug 25 15:16:05.154Aug 25 15:16:05.154 DEBGAug 25 15:16:05.154 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 25 15:16:05.154INFO
49772026-08-25T15:16:06.953Z INFO DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 25 15:16:05.154
49782026-08-25T15:16:06.953Z 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 } }]
49792026-08-25T15:16:06.953ZINFO
49802026-08-25T15:16:06.953Z adding route 172.17.0.6/32 -> 10.0.0.255Aug 25 15:16:05.154
49812026-08-25T15:16:06.953Z Aug 25 15:16:05.154DEBG DEBGAug 25 15:16:05.154 replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO Aug 25 15:16:05.154replacing 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 } }]
49822026-08-25T15:16:06.953ZDEBG
49832026-08-25T15:16:06.953Z adding route 172.17.0.3/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 } }]
49842026-08-25T15:16:06.953Z
49852026-08-25T15:16:06.953ZAug 25 15:16:05.154Aug 25 15:16:05.154 INFO INFO Aug 25 15:16:05.154adding route 3fff:beef:29::/64 -> 2001:db8::55:ff DEBGAug 25 15:16:05.155 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 } }]
49862026-08-25T15:16:06.953Z
49872026-08-25T15:16:06.953ZDEBGAug 25 15:16:05.154 created new freemapAug 25 15:16:05.160INFO , INFO unitAug 25 15:16:05.160 adding route 172.17.0.7/32 -> 10.0.0.255
49882026-08-25T15:16:06.953Zadding route 172.17.0.4/32 -> 10.0.0.255:
49892026-08-25T15:16:06.953ZDEBG freemap_route_ipv4
49902026-08-25T15:16:06.953Zreplacing 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 } }]
49912026-08-25T15:16:06.953ZAug 25 15:16:05.160Aug 25 15:16:05.160 DEBGAug 25 15:16:05.146 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 } }]DEBGAug 25 15:16:05.160 INFO Aug 25 15:16:05.160
49922026-08-25T15:16:06.953Zreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
49932026-08-25T15:16:06.953Z
49942026-08-25T15:16:06.954ZDEBG reset freemapAug 25 15:16:05.160created new freemapAug 25 15:16:05.160, , unitAug 25 15:16:05.160 INFODEBG: unitadding route 172.17.0.8/32 -> 10.0.0.255:
49952026-08-25T15:16:06.954Z freemap_route_ipv4INFO freemap_route_ipv6replacing 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 } }]
49962026-08-25T15:16:06.954Z
49972026-08-25T15:16:06.954ZAug 25 15:16:05.160
49982026-08-25T15:16:06.954Z adding route 172.17.0.5/32 -> 10.0.0.255
49992026-08-25T15:16:06.954ZAug 25 15:16:05.160DEBG INFOAug 25 15:16:05.160Aug 25 15:16:05.160 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
50002026-08-25T15:16:06.954Z initted freemap. size: 64Aug 25 15:16:05.160, unitadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff:Aug 25 15:16:05.160
50012026-08-25T15:16:06.954Z DEBG INFO freemap_route_ipv4adding route 172.17.0.9/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 } }]
50022026-08-25T15:16:06.954Z
50032026-08-25T15:16:06.954ZAug 25 15:16:05.160 DEBG
50042026-08-25T15:16:06.954ZDEBGAug 25 15:16:05.160Aug 25 15:16:05.160 initted freemap. size: 64 Aug 25 15:16:05.160, unit replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:INFO
50052026-08-25T15:16:07.048ZDEBGDEBG 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 } }]reset freemapadding route 172.17.0.6/32 -> 10.0.0.255,
50062026-08-25T15:16:07.048Zunit
50072026-08-25T15:16:07.048ZAug 25 15:16:05.161 INFO freemap_route_ipv6
50082026-08-25T15:16:07.048Z:adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 25 15:16:05.161
50092026-08-25T15:16:07.048Z freemap_route_ipv4 DEBG Aug 25 15:16:05.161Aug 25 15:16:05.161replacing 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 } }]
50102026-08-25T15:16:07.048Z
50112026-08-25T15:16:07.048ZINFODEBG Aug 25 15:16:05.161adding route 172.17.0.10/32 -> 10.0.0.255
50122026-08-25T15:16:07.048ZDEBGreset freemap , 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 } }]unit
50132026-08-25T15:16:07.048ZAug 25 15:16:05.161 Aug 25 15:16:05.161:DEBG initted freemap. size: 64 Aug 25 15:16:05.161freemap_route_ipv6INFO
50142026-08-25T15:16:07.048Z DEBG, unit replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: adding route 172.17.0.7/32 -> 10.0.0.255freemap_route_ipv6
50152026-08-25T15:16:07.048Z
50162026-08-25T15:16:07.048ZAug 25 15:16:05.161Aug 25 15:16:05.161
50172026-08-25T15:16:07.048ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
50182026-08-25T15:16:07.048Z Aug 25 15:16:05.161adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 25 15:16:05.161
50192026-08-25T15:16:07.048Z DEBGINFOAug 25 15:16:05.161 reset freemapAug 25 15:16:05.161, DEBGAug 25 15:16:05.161 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
50202026-08-25T15:16:07.048Zadding route 172.17.0.11/32 -> 10.0.0.255unit 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 } }]:
50212026-08-25T15:16:07.048Z
50222026-08-25T15:16:07.048Zfreemap_route_ipv6
50232026-08-25T15:16:07.048ZDEBGAug 25 15:16:05.161 Aug 25 15:16:05.161Aug 25 15:16:05.161 replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.161
50242026-08-25T15:16:07.048Z INFO DEBG adding route 172.17.0.8/32 -> 10.0.0.255INFOINFO
50252026-08-25T15:16:07.048ZAug 25 15:16:05.161 adding route 3fff:dead::/64 -> 2001:db8::55:2
50262026-08-25T15:16:07.048Z replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
50272026-08-25T15:16:07.048Zadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 15:16:05.161
50282026-08-25T15:16:07.048Z Aug 25 15:16:05.161DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff 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 } }] Aug 25 15:16:05.161Aug 25 15:16:05.161
50292026-08-25T15:16:07.048Zreplacing 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 } }]
50302026-08-25T15:16:07.048ZDEBG
50312026-08-25T15:16:07.048Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
50322026-08-25T15:16:07.048ZINFO Aug 25 15:16:05.161Aug 25 15:16:05.161Aug 25 15:16:05.161adding route 172.17.0.12/32 -> 10.0.0.255 INFO
50332026-08-25T15:16:07.048ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.17.0.9/32 -> 10.0.0.255 DEBG
50342026-08-25T15:16:07.049Z
50352026-08-25T15:16:07.049ZAug 25 15:16:05.161 INFOAug 25 15:16:05.161 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 } }]DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 25 15:16:05.161
50362026-08-25T15:16:07.049ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
50372026-08-25T15:16:07.049Z
50382026-08-25T15:16:07.049ZAug 25 15:16:05.161Aug 25 15:16:05.161 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 } }]DEBG
50392026-08-25T15:16:07.049ZAug 25 15:16:05.161Aug 25 15:16:05.161 INFOreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
50402026-08-25T15:16:07.049Z INFO
50412026-08-25T15:16:07.049Z Aug 25 15:16:05.161 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 25 15:16:05.161INFOadding route 3fff:dead::/64 -> 2001:db8::55:4
50422026-08-25T15:16:07.049Zadding route 172.17.0.13/32 -> 10.0.0.255INFO
50432026-08-25T15:16:07.049Z
50442026-08-25T15:16:07.049ZAug 25 15:16:05.161 adding route 172.17.0.10/32 -> 10.0.0.255INFO
50452026-08-25T15:16:07.049ZAug 25 15:16:05.161adding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 25 15:16:05.161DEBGAug 25 15:16:05.161
50462026-08-25T15:16:07.049ZDEBGAug 25 15:16:05.161 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 } }]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 } }]
50472026-08-25T15:16:07.049ZAug 25 15:16:05.161replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
50482026-08-25T15:16:07.049ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
50492026-08-25T15:16:07.049Zreplacing 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 } }]
50502026-08-25T15:16:07.049ZAug 25 15:16:05.161
50512026-08-25T15:16:07.049Z DEBG Aug 25 15:16:05.161replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 25 15:16:05.161
50522026-08-25T15:16:07.049ZAug 25 15:16:05.161 Aug 25 15:16:05.161INFOINFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:4INFO
50532026-08-25T15:16:07.049Z
50542026-08-25T15:16:07.049Z INFO adding route 172.17.0.14/32 -> 10.0.0.255adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
50552026-08-25T15:16:07.049Z
50562026-08-25T15:16:07.049ZAug 25 15:16:05.161Aug 25 15:16:05.161 DEBGDEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
50572026-08-25T15:16:07.049ZAug 25 15:16:05.161
50582026-08-25T15:16:07.049ZDEBG
50592026-08-25T15:16:07.049Z 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 25 15:16:05.161
50602026-08-25T15:16:07.049Z DEBGAug 25 15:16:05.161 DEBGreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 15:16:05.161Aug 25 15:16:05.161replacing 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 25 15:16:05.161Aug 25 15:16:05.161
50612026-08-25T15:16:07.049Z DEBG
50622026-08-25T15:16:07.049ZDEBGINFO INFOadding route 172.17.0.15/32 -> 10.0.0.255Aug 25 15:16:05.161 adding route 172.17.0.12/32 -> 10.0.0.255
50632026-08-25T15:16:07.049Z
50642026-08-25T15:16:07.049Z Aug 25 15:16:05.161INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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: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 } }]INFOAug 25 15:16:05.161
50652026-08-25T15:16:07.049Z
50662026-08-25T15:16:07.049Z
50672026-08-25T15:16:07.049Z DEBG Aug 25 15:16:05.161 replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:16:05.161
50682026-08-25T15:16:07.049Ztest route::tests::grow_succeeds ... ok
50692026-08-25T15:16:07.049Z Aug 25 15:16:05.161DEBGAug 25 15:16:05.161 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
50702026-08-25T15:16:07.049Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ff WARN
50712026-08-25T15:16:07.049Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBGAug 25 15:16:05.161
50722026-08-25T15:16:07.049Z INFO Aug 25 15:16:05.161adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff Aug 25 15:16:05.161INFO
50732026-08-25T15:16:07.049Z shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 172.17.0.16/32 -> 10.0.0.255DEBG
50742026-08-25T15:16:07.050ZAug 25 15:16:05.161 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 } }]
50752026-08-25T15:16:07.050Z
50762026-08-25T15:16:07.050ZAug 25 15:16:05.161DEBG 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 } }]
50772026-08-25T15:16:07.050Zreplacing 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 25 15:16:05.161
50782026-08-25T15:16:07.050Z 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 } }]
50792026-08-25T15:16:07.050Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 25 15:16:05.161 Aug 25 15:16:05.161Aug 25 15:16:05.161DEBG
50802026-08-25T15:16:07.050Z INFOAug 25 15:16:05.161 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 } }] INFOINFO
50812026-08-25T15:16:07.050Z adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
50822026-08-25T15:16:07.050Zadding route 172.17.0.13/32 -> 10.0.0.255adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
50832026-08-25T15:16:07.050ZAug 25 15:16:05.161
50842026-08-25T15:16:07.050Z INFO Aug 25 15:16:05.161adding route 172.17.0.17/32 -> 10.0.0.255
50852026-08-25T15:16:07.050ZAug 25 15:16:05.161DEBGAug 25 15:16:05.161 Aug 25 15:16:05.161DEBG Aug 25 15:16:05.161replacing 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 } }]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 } }]
50862026-08-25T15:16:07.050Z
50872026-08-25T15:16:07.050ZDEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG 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 25 15:16:05.161Aug 25 15:16:05.162
50882026-08-25T15:16:07.050Z DEBG created new freemap , DEBG
50892026-08-25T15:16:07.050Z unitcreated new freemap:, Aug 25 15:16:05.167 Aug 25 15:16:05.167 Aug 25 15:16:05.167INFO INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
50902026-08-25T15:16:07.050Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
50912026-08-25T15:16:07.050ZAug 25 15:16:05.167 INFODEBG adding route 172.17.0.14/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 } }]Aug 25 15:16:05.167
50922026-08-25T15:16:07.050Z
50932026-08-25T15:16:07.050ZDEBG 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 } }]
50942026-08-25T15:16:07.050ZAug 25 15:16:05.167 Aug 25 15:16:05.167replacing 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
50952026-08-25T15:16:07.050Zreplacing 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
50962026-08-25T15:16:07.050Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 25 15:16:05.167
50972026-08-25T15:16:07.050Z Aug 25 15:16:05.167 INFOINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
50982026-08-25T15:16:07.050ZAug 25 15:16:05.167Aug 25 15:16:05.167DEBG adding route 172.17.0.15/32 -> 10.0.0.255 DEBGcreated new freemap
50992026-08-25T15:16:07.050Zreplacing 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 } }]
51002026-08-25T15:16:07.050ZAug 25 15:16:05.167 , DEBGunit Aug 25 15:16:05.167replacing 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 } }]:
51012026-08-25T15:16:07.050ZINFO DEBG 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 } }]adding route 172.17.0.18/32 -> 10.0.0.255
51022026-08-25T15:16:07.050Z
51032026-08-25T15:16:07.050Z
51042026-08-25T15:16:07.050ZAug 25 15:16:05.167Aug 25 15:16:05.167 INFOINFOAug 25 15:16:05.167 Aug 25 15:16:05.167adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
51052026-08-25T15:16:07.055Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBGINFO adding route 172.17.0.16/32 -> 10.0.0.255
51062026-08-25T15:16:07.055Z
51072026-08-25T15:16:07.055ZAug 25 15:16:05.167 DEBGreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:16:05.167
51082026-08-25T15:16:07.055Z Aug 25 15:16:05.167replacing 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
51092026-08-25T15:16:07.055ZDEBG 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 } }]created new freemap
51102026-08-25T15:16:07.055Z, unitAug 25 15:16:05.167:Aug 25 15:16:05.167 INFOfreemap_route_ipv6Aug 25 15:16:05.167
51112026-08-25T15:16:07.055ZINFO INFOadding route 172.17.0.19/32 -> 10.0.0.255
51122026-08-25T15:16:07.055Z adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
51132026-08-25T15:16:07.055ZAug 25 15:16:05.167
51142026-08-25T15:16:07.055Z DEBGAug 25 15:16:05.167Aug 25 15:16:05.167 Aug 25 15:16:05.167 DEBGDEBG DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
51152026-08-25T15:16:07.055Zreplacing 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 25 15:16:05.167
51162026-08-25T15:16:07.055Z initted freemap. size: 64 DEBG, Aug 25 15:16:05.167unit
51172026-08-25T15:16:07.055ZINFOAug 25 15:16:05.167 INFOadding route 3fff:beef:30::/64 -> 2001:db8::55:ff: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 } }]
51182026-08-25T15:16:07.055Zfreemap_route_ipv4
51192026-08-25T15:16:07.055Z
51202026-08-25T15:16:07.055ZAug 25 15:16:05.167adding route 172.17.0.20/32 -> 10.0.0.255
51212026-08-25T15:16:07.055ZINFOAug 25 15:16:05.167Aug 25 15:16:05.167 adding route 172.17.0.17/32 -> 10.0.0.255Aug 25 15:16:05.167
51222026-08-25T15:16:07.055ZDEBGDEBG reset freemapreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO, Aug 25 15:16:05.167
51232026-08-25T15:16:07.055Zunit DEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ff:
51242026-08-25T15:16:07.055ZAug 25 15:16:05.167 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 } }]freemap_route_ipv4
51252026-08-25T15:16:07.055ZINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 25 15:16:05.167
51262026-08-25T15:16:07.056Z Aug 25 15:16:05.167Aug 25 15:16:05.167 INFO
51272026-08-25T15:16:07.056ZDEBGDEBGAug 25 15:16:05.167 replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255 replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
51282026-08-25T15:16:07.056Z
51292026-08-25T15:16:07.056ZDEBG
51302026-08-25T15:16:07.056Z 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 25 15:16:05.167 Aug 25 15:16:05.167INFO
51312026-08-25T15:16:07.056Z DEBG Aug 25 15:16:05.167adding route 3fff:beef:38::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:16:05.167Aug 25 15:16:05.167
51322026-08-25T15:16:07.056ZINFO DEBGadding route 172.17.0.18/32 -> 10.0.0.255INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
51332026-08-25T15:16:07.056Z
51342026-08-25T15:16:07.056ZAug 25 15:16:05.167 initted freemap. size: 64Aug 25 15:16:05.167
51352026-08-25T15:16:07.056ZINFO, Aug 25 15:16:05.167 unitDEBG 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 } }]
51362026-08-25T15:16:07.056Zreplacing 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 25 15:16:05.167adding route 172.17.0.22/32 -> 10.0.0.255
51372026-08-25T15:16:07.056Z
51382026-08-25T15:16:07.056Z Aug 25 15:16:05.167DEBG 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
51392026-08-25T15:16:07.056Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 25 15:16:05.167
51402026-08-25T15:16:07.056Zfreemap_route_ipv6Aug 25 15:16:05.167
51412026-08-25T15:16:07.056Z INFO Aug 25 15:16:05.167adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
51422026-08-25T15:16:07.056ZDEBG Aug 25 15:16:05.167INFO Aug 25 15:16:05.167DEBG Aug 25 15:16:05.167adding route 172.17.0.19/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 } }]DEBG
51432026-08-25T15:16:07.056Z 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 } }]
51442026-08-25T15:16:07.056Z
51452026-08-25T15:16:07.056ZDEBG 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 25 15:16:05.167
51462026-08-25T15:16:07.056ZAug 25 15:16:05.167 INFO INFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ffreset freemap
51472026-08-25T15:16:07.056Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 25 15:16:05.167
51482026-08-25T15:16:07.056Z Aug 25 15:16:05.167, unitDEBG: Aug 25 15:16:05.167INFO Aug 25 15:16:05.167 freemap_route_ipv6 DEBG
51492026-08-25T15:16:07.056Zadding route 172.17.0.23/32 -> 10.0.0.255DEBGreplacing 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 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: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 } }]
51502026-08-25T15:16:07.056Z
51512026-08-25T15:16:07.056Z
51522026-08-25T15:16:07.056ZAug 25 15:16:05.168
51532026-08-25T15:16:07.056Z Aug 25 15:16:05.168 DEBGAug 25 15:16:05.168 INFOINFO Aug 25 15:16:05.168replacing 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.1adding route 3fff:beef:35::/64 -> 2001:db8::55:ffINFOAug 25 15:16:05.168
51542026-08-25T15:16:07.056Z
51552026-08-25T15:16:07.056Z
51562026-08-25T15:16:07.056Z adding route 172.17.0.20/32 -> 10.0.0.255INFO
51572026-08-25T15:16:07.056Z Aug 25 15:16:05.168Aug 25 15:16:05.168adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
51582026-08-25T15:16:07.056ZINFOAug 25 15:16:05.168DEBG Aug 25 15:16:05.168DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 25 15:16:05.168
51592026-08-25T15:16:07.056Z DEBGadding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
51602026-08-25T15:16:07.056Z
51612026-08-25T15:16:07.056ZDEBG 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 } }]
51622026-08-25T15:16:07.056Ztest route::tests::identity_replace_is_noop ... ok
51632026-08-25T15:16:07.056Ztest route::tests::rollback_on_index_readd_failure ... ok
51642026-08-25T15:16:07.056Zreplacing 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 25 15:16:05.168
51652026-08-25T15:16:07.057ZAug 25 15:16:05.168 DEBGAug 25 15:16:05.168Aug 25 15:16:05.168INFO INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffreplacing 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 } }]
51662026-08-25T15:16:07.057Z
51672026-08-25T15:16:07.057Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 25 15:16:05.168
51682026-08-25T15:16:07.057ZDEBGINFOAug 25 15:16:05.168 Aug 25 15:16:05.168replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] DEBGINFO
51692026-08-25T15:16:07.057Z 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 } }]
51702026-08-25T15:16:07.057ZAug 25 15:16:05.168adding route 172.17.0.25/32 -> 10.0.0.255adding route 172.17.0.21/32 -> 10.0.0.255
51712026-08-25T15:16:07.057Z
51722026-08-25T15:16:07.057ZAug 25 15:16:05.168DEBG 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 } }]Aug 25 15:16:05.168
51732026-08-25T15:16:07.057Z Aug 25 15:16:05.168 DEBG DEBGreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
51742026-08-25T15:16:07.057Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ffreplacing 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 25 15:16:05.168
51752026-08-25T15:16:07.057Z
51762026-08-25T15:16:07.057Z DEBGAug 25 15:16:05.168 Aug 25 15:16:05.168failed to allocate space for the new target list Aug 25 15:16:05.168DEBG INFO
51772026-08-25T15:16:07.057ZINFO adding route 172.17.0.26/32 -> 10.0.0.255replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
51782026-08-25T15:16:07.057Zadding route 172.17.0.22/32 -> 10.0.0.255
51792026-08-25T15:16:07.057ZAug 25 15:16:05.168
51802026-08-25T15:16:07.057Z DEBGAug 25 15:16:05.168 replacing targets for 3fff:dead::/64 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
51812026-08-25T15:16:07.057ZAug 25 15:16:05.168Aug 25 15:16:05.168 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG
51822026-08-25T15:16:07.057ZDEBG 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.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 } }]
51832026-08-25T15:16:07.057Z
51842026-08-25T15:16:07.057ZAug 25 15:16:05.168 DEBGAug 25 15:16:05.168 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
51852026-08-25T15:16:07.057ZAug 25 15:16:05.168 adding route 172.17.0.27/32 -> 10.0.0.255INFO
51862026-08-25T15:16:07.057Z adding route 172.17.0.23/32 -> 10.0.0.255
51872026-08-25T15:16:07.057ZunitAug 25 15:16:05.168Aug 25 15:16:05.168: DEBGDEBGfreemap_route_ipv4 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.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 } }]
51882026-08-25T15:16:07.057Z
51892026-08-25T15:16:07.057Z
51902026-08-25T15:16:07.057ZAug 25 15:16:05.168 INFO Aug 25 15:16:05.168Aug 25 15:16:05.168Aug 25 15:16:05.168 adding route 172.17.0.28/32 -> 10.0.0.255 DEBGINFO INFOcreated new freemap adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 172.17.0.24/32 -> 10.0.0.255,
51912026-08-25T15:16:07.057Z
51922026-08-25T15:16:07.057Zunit
51932026-08-25T15:16:07.058Z: freemap_route_ipv6Aug 25 15:16:05.168Aug 25 15:16:05.168 Aug 25 15:16:05.168 DEBG DEBGDEBGreplacing 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.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
51942026-08-25T15:16:07.058Z
51952026-08-25T15:16:07.058Z
51962026-08-25T15:16:07.058Z
51972026-08-25T15:16:07.058ZAug 25 15:16:05.168Aug 25 15:16:05.168 Aug 25 15:16:05.168 INFOINFOINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 25 15:16:05.168
51982026-08-25T15:16:07.058Z DEBGadding route 172.17.0.25/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255
51992026-08-25T15:16:07.058Z
52002026-08-25T15:16:07.059ZAug 25 15:16:05.168 initted freemap. size: 64DEBGAug 25 15:16:05.168 , Aug 25 15:16:05.168replacing 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
52012026-08-25T15:16:07.059Z unitDEBGreplacing 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 } }]:
52022026-08-25T15:16:07.059Z freemap_route_ipv4Aug 25 15:16:05.168
52032026-08-25T15:16:07.059Zreplacing 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 } }]INFOAug 25 15:16:05.168
52042026-08-25T15:16:07.059Z INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 172.17.0.26/32 -> 10.0.0.255
52052026-08-25T15:16:07.063Z
52062026-08-25T15:16:07.063ZAug 25 15:16:05.168 INFOAug 25 15:16:05.168 Aug 25 15:16:05.168adding route 172.17.0.30/32 -> 10.0.0.255Aug 25 15:16:05.168
52072026-08-25T15:16:07.063Z DEBG 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: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 } }]
52082026-08-25T15:16:07.063ZAug 25 15:16:05.168 Aug 25 15:16:05.176reset freemap , DEBGunitINFO : created new freemapadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
52092026-08-25T15:16:07.063Z, freemap_route_ipv4unit
52102026-08-25T15:16:07.063Z: freemap_route_ipv4Aug 25 15:16:05.176
52112026-08-25T15:16:07.063Z DEBGAug 25 15:16:05.168 Aug 25 15:16:05.176replacing 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 } }]
52122026-08-25T15:16:07.063Z DEBGDEBGAug 25 15:16:05.176 created new freemapDEBG , initted freemap. size: 64unit, :unit Aug 25 15:16:05.176: INFOcreated new freemapfreemap_route_ipv6,
52132026-08-25T15:16:07.063Zfreemap_route_ipv4unit
52142026-08-25T15:16:07.063Z:adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
52152026-08-25T15:16:07.063Z freemap_route_ipv6Aug 25 15:16:05.176 Aug 25 15:16:05.176
52162026-08-25T15:16:07.063Z DEBG
52172026-08-25T15:16:07.063Z created new freemap, unitAug 25 15:16:05.176Aug 25 15:16:05.176 Aug 25 15:16:05.176DEBGDEBG: DEBGreset freemap freemap_route_ipv6replacing 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 } }]
52182026-08-25T15:16:07.063Z, initted freemap. size: 64unit:
52192026-08-25T15:16:07.063ZINFO Aug 25 15:16:05.176 freemap_route_ipv6DEBG
52202026-08-25T15:16:07.063Zadding route 172.17.0.27/32 -> 10.0.0.255initted freemap. size: 64, Aug 25 15:16:05.176unit :, INFO
52212026-08-25T15:16:07.063ZAug 25 15:16:05.176 freemap_route_ipv4
52222026-08-25T15:16:07.064Z unit:adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
52232026-08-25T15:16:07.064ZAug 25 15:16:05.176INFOfreemap_route_ipv4Aug 25 15:16:05.176
52242026-08-25T15:16:07.064Z DEBGadding route 172.16.0.0/32 -> 10.0.0.1Aug 25 15:16:05.176
52252026-08-25T15:16:07.064Z DEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 15:16:05.176
52262026-08-25T15:16:07.064Z DEBGreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
52272026-08-25T15:16:07.064ZDEBGAug 25 15:16:05.176 Aug 25 15:16:05.176
52282026-08-25T15:16:07.064Z INFODEBGreset freemap adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff reset freemap
52292026-08-25T15:16:07.064ZAug 25 15:16:05.176, , unitunitAug 25 15:16:05.176 :: INFOfreemap_route_ipv4Aug 25 15:16:05.176INFO
52302026-08-25T15:16:07.064Z adding route 172.17.0.28/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.2
52312026-08-25T15:16:07.064ZDEBG
52322026-08-25T15:16:07.064Z 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 25 15:16:05.176
52332026-08-25T15:16:07.064Z DEBGfreemap_route_ipv4 Aug 25 15:16:05.176Aug 25 15:16:05.176initted freemap. size: 64 , Aug 25 15:16:05.176INFOunit adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff:
52342026-08-25T15:16:07.064Z DEBG freemap_route_ipv6 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 25 15:16:05.176
52352026-08-25T15:16:07.064Z
52362026-08-25T15:16:07.064Z 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
52372026-08-25T15:16:07.064ZAug 25 15:16:05.176
52382026-08-25T15:16:07.064ZAug 25 15:16:05.176replacing 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 INFOreset freemap
52392026-08-25T15:16:07.064Z, unit Aug 25 15:16:05.176adding route 172.16.0.0/32 -> 10.0.0.3
52402026-08-25T15:16:07.064Z:Aug 25 15:16:05.176DEBG initted freemap. size: 64 , INFOAug 25 15:16:05.176 unit Aug 25 15:16:05.176:DEBG freemap_route_ipv6 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffINFO
52412026-08-25T15:16:07.064Z
52422026-08-25T15:16:07.064Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] freemap_route_ipv6adding route 172.17.0.29/32 -> 10.0.0.255
52432026-08-25T15:16:07.064Z
52442026-08-25T15:16:07.064Z
52452026-08-25T15:16:07.064ZAug 25 15:16:05.176Aug 25 15:16:05.176Aug 25 15:16:05.176 DEBGINFO reset freemapadding route 172.16.0.0/32 -> 10.0.0.4,
52462026-08-25T15:16:07.064ZunitAug 25 15:16:05.176Aug 25 15:16:05.176: DEBGDEBGINFOAug 25 15:16:05.176 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
52472026-08-25T15:16:07.064Zfreemap_route_ipv6replacing 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 } }]
52482026-08-25T15:16:07.064Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
52492026-08-25T15:16:07.064Z Aug 25 15:16:05.176
52502026-08-25T15:16:07.064ZAug 25 15:16:05.176replacing 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 25 15:16:05.176INFOAug 25 15:16:05.176 DEBG
52512026-08-25T15:16:07.064ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]failed to allocate space for the new target listadding route 172.16.0.0/32 -> 10.0.0.1
52522026-08-25T15:16:07.064Z
52532026-08-25T15:16:07.064Z
52542026-08-25T15:16:07.064Z DEBG Aug 25 15:16:05.176replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 25 15:16:05.176
52552026-08-25T15:16:07.064Z Aug 25 15:16:05.176DEBG DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] replacing targets for 3fff:dead::/64 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 } }]
52562026-08-25T15:16:07.064Z
52572026-08-25T15:16:07.064Zadding route 172.17.0.30/32 -> 10.0.0.255Aug 25 15:16:05.176
52582026-08-25T15:16:07.064Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
52592026-08-25T15:16:07.064ZAug 25 15:16:05.176 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 } }]Aug 25 15:16:05.176
52602026-08-25T15:16:07.064Z DEBG Aug 25 15:16:05.176replacing 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 } }]
52612026-08-25T15:16:07.065ZINFOAug 25 15:16:05.176freemap_route_ipv4 adding route 172.16.0.0/32 -> 10.0.0.1
52622026-08-25T15:16:07.065Z
52632026-08-25T15:16:07.065ZINFOAug 25 15:16:05.176 INFOAug 25 15:16:05.176adding route 3fff:dead::/64 -> 2001:db8::55:3 adding route 172.17.0.31/32 -> 10.0.0.255INFO
52642026-08-25T15:16:07.065Z
52652026-08-25T15:16:07.065Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 25 15:16:05.176
52662026-08-25T15:16:07.065Z Aug 25 15:16:05.176 DEBGDEBG Aug 25 15:16:05.176created new freemap , Aug 25 15:16:05.176Aug 25 15:16:05.176replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] unit
52672026-08-25T15:16:07.065ZDEBG :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
52682026-08-25T15:16:07.065Z DEBGDEBGfreemap_route_ipv6
52692026-08-25T15:16:07.065Z Aug 25 15:16:05.176replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 25 15:16:05.176
52702026-08-25T15:16:07.065Z
52712026-08-25T15:16:07.065Z INFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.16.0.0/32 -> 10.0.0.1
52722026-08-25T15:16:07.065Z
52732026-08-25T15:16:07.065ZAug 25 15:16:05.176 Aug 25 15:16:05.176Aug 25 15:16:05.176 DEBGINFO INFOinitted freemap. size: 64 Aug 25 15:16:05.176, adding route 172.17.0.32/32 -> 10.0.0.255unitadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff:
52742026-08-25T15:16:07.065ZDEBG freemap_route_ipv4Aug 25 15:16:05.176 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 } }]
52752026-08-25T15:16:07.065Z
52762026-08-25T15:16:07.065Z
52772026-08-25T15:16:07.065ZDEBG Aug 25 15:16:05.176replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 25 15:16:05.176DEBG
52782026-08-25T15:16:07.065Z Aug 25 15:16:05.176Aug 25 15:16:05.176DEBG 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.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
52792026-08-25T15:16:07.065ZAug 25 15:16:05.176
52802026-08-25T15:16:07.065Z DEBGreset freemapAug 25 15:16:05.176 replacing targets for 3fff:dead::/64 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
52812026-08-25T15:16:07.065Z , INFO Aug 25 15:16:05.176adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffunit
52822026-08-25T15:16:07.065ZAug 25 15:16:05.176adding route 172.16.0.0/32 -> 10.0.0.2
52832026-08-25T15:16:07.065Z: WARNfreemap_route_ipv4INFO Aug 25 15:16:05.176 adding route 172.17.0.33/32 -> 10.0.0.255Aug 25 15:16:05.176shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
52842026-08-25T15:16:07.065ZDEBG
52852026-08-25T15:16:07.065ZDEBG
52862026-08-25T15:16:07.065Zreplacing 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 } }]
52872026-08-25T15:16:07.065Zreplacing 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 } }]
52882026-08-25T15:16:07.065ZAug 25 15:16:05.176Aug 25 15:16:05.176 DEBGDEBG Aug 25 15:16:05.176replacing 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 } }] initted freemap. size: 64
52892026-08-25T15:16:07.065ZINFOAug 25 15:16:05.176 , adding route 172.17.0.0/32 -> 10.0.0.255unitINFO
52902026-08-25T15:16:07.065Z Aug 25 15:16:05.176:adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
52912026-08-25T15:16:07.065ZINFO freemap_route_ipv6adding route 172.17.0.34/32 -> 10.0.0.255Aug 25 15:16:05.176
52922026-08-25T15:16:07.065Z
52932026-08-25T15:16:07.065ZAug 25 15:16:05.176 DEBGDEBG Aug 25 15:16:05.176replacing 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 25 15:16:05.176
52942026-08-25T15:16:07.065Z 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 } }]DEBGAug 25 15:16:05.176reset freemap ,
52952026-08-25T15:16:07.065Zreplacing 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 } }]unit
52962026-08-25T15:16:07.065Z: freemap_route_ipv6INFOAug 25 15:16:05.176 adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffINFO
52972026-08-25T15:16:07.065Z
52982026-08-25T15:16:07.065ZAug 25 15:16:05.176 adding route 172.17.0.1/32 -> 10.0.0.255INFO
52992026-08-25T15:16:07.065Z Aug 25 15:16:05.176adding route 172.17.0.35/32 -> 10.0.0.255Aug 25 15:16:05.176 INFO
53002026-08-25T15:16:07.066ZDEBG replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 15:16:05.176
53012026-08-25T15:16:07.066Z
53022026-08-25T15:16:07.066Z Aug 25 15:16:05.176DEBG DEBGreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:16:05.176
53032026-08-25T15:16:07.066Z Aug 25 15:16:05.176INFO 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
53042026-08-25T15:16:07.066Zadding route 3fff:beef:3e::/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 } }]
53052026-08-25T15:16:07.070ZAug 25 15:16:05.176
53062026-08-25T15:16:07.070Z INFO Aug 25 15:16:05.176adding route 172.17.0.2/32 -> 10.0.0.255 Aug 25 15:16:05.176
53072026-08-25T15:16:07.071Z INFO DEBGadding route 172.17.0.36/32 -> 10.0.0.255
53082026-08-25T15:16:07.071Zreplacing 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 25 15:16:05.176
53092026-08-25T15:16:07.071Z DEBGAug 25 15:16:05.176 INFOreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 15:16:05.176adding route 3fff:dead::/64 -> 2001:db8::55:2
53102026-08-25T15:16:07.071ZAug 25 15:16:05.176
53112026-08-25T15:16:07.071ZDEBG 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 } }] failed to allocate space for the new target list
53122026-08-25T15:16:07.071ZAug 25 15:16:05.184 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 } }]
53132026-08-25T15:16:07.071ZAug 25 15:16:05.177 DEBG created new freemap, unit: freemap_route_ipv4
53142026-08-25T15:16:07.071ZAug 25 15:16:05.184 DEBG created new freemap, unit: freemap_route_ipv6
53152026-08-25T15:16:07.071ZAug 25 15:16:05.184 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
53162026-08-25T15:16:07.071ZAug 25 15:16:05.184 DEBG reset freemap, unit: freemap_route_ipv4
53172026-08-25T15:16:07.071ZAug 25 15:16:05.184 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
53182026-08-25T15:16:07.071ZAug 25 15:16:05.184 DEBG reset freemap, unit: freemap_route_ipv6
53192026-08-25T15:16:07.071ZAug 25 15:16:05.184 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
53202026-08-25T15:16:07.071ZAug 25 15:16:05.184 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 } }]
53212026-08-25T15:16:07.071ZAug 25 15:16:05.184 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
53222026-08-25T15:16:07.072ZAug 25 15:16:05.184 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 } }]
53232026-08-25T15:16:07.072ZAug 25 15:16:05.184 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
53242026-08-25T15:16:07.072ZAug 25 15:16:05.184 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 } }]
53252026-08-25T15:16:07.072ZAug 25 15:16:05.184 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
53262026-08-25T15:16:07.072ZAug 25 15:16:05.184 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 } }]
53272026-08-25T15:16:07.072ZAug 25 15:16:05.184 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 } }]
53282026-08-25T15:16:07.072ZAug 25 15:16:05.168 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 } }]
53292026-08-25T15:16:07.072ZAug 25 15:16:05.184 INFO adding route 172.17.0.31/32 -> 10.0.0.255
53302026-08-25T15:16:07.072ZAug 25 15:16:05.184 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 } }]
53312026-08-25T15:16:07.072ZAug 25 15:16:05.184 INFO adding route 172.17.0.32/32 -> 10.0.0.255
53322026-08-25T15:16:07.072ZAug 25 15:16:05.184 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 } }]
53332026-08-25T15:16:07.072ZAug 25 15:16:05.184 INFO adding route 172.17.0.33/32 -> 10.0.0.255
53342026-08-25T15:16:07.072ZAug 25 15:16:05.184 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 } }]
53352026-08-25T15:16:07.072ZAug 25 15:16:05.184 INFO adding route 172.17.0.34/32 -> 10.0.0.255
53362026-08-25T15:16:07.072ZAug 25 15:16:05.184 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 } }]
53372026-08-25T15:16:07.072ZAug 25 15:16:05.184 INFO adding route 172.17.0.35/32 -> 10.0.0.255
53382026-08-25T15:16:07.072ZAug 25 15:16:05.184 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 } }]
53392026-08-25T15:16:07.072ZAug 25 15:16:05.184 INFO adding route 172.17.0.36/32 -> 10.0.0.255
53402026-08-25T15:16:07.072ZAug 25 15:16:05.184 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 } }]
53412026-08-25T15:16:07.072ZAug 25 15:16:05.184 INFO adding route 172.17.0.37/32 -> 10.0.0.255
53422026-08-25T15:16:07.072ZAug 25 15:16:05.184 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 } }]
53432026-08-25T15:16:07.072ZAug 25 15:16:05.184 INFO adding route 172.17.0.38/32 -> 10.0.0.255
53442026-08-25T15:16:07.072ZAug 25 15:16:05.184 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 } }]
53452026-08-25T15:16:07.072ZAug 25 15:16:05.184 INFO adding route 172.17.0.39/32 -> 10.0.0.255
53462026-08-25T15:16:07.072ZAug 25 15:16:05.184 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 } }]
53472026-08-25T15:16:07.072ZAug 25 15:16:05.184 INFO adding route 172.17.0.40/32 -> 10.0.0.255
53482026-08-25T15:16:07.072ZAug 25 15:16:05.184 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 } }]
53492026-08-25T15:16:07.072ZAug 25 15:16:05.184 INFO adding route 172.17.0.41/32 -> 10.0.0.255
53502026-08-25T15:16:07.072ZAug 25 15:16:05.184 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 } }]
53512026-08-25T15:16:07.072ZAug 25 15:16:05.184 INFO adding route 172.17.0.42/32 -> 10.0.0.255
53522026-08-25T15:16:07.072ZAug 25 15:16:05.184 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 } }]
53532026-08-25T15:16:07.072ZAug 25 15:16:05.184 INFO adding route 172.17.0.43/32 -> 10.0.0.255
53542026-08-25T15:16:07.072ZAug 25 15:16:05.184 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 } }]
53552026-08-25T15:16:07.072ZAug 25 15:16:05.184 INFO adding route 172.17.0.44/32 -> 10.0.0.255
53562026-08-25T15:16:07.072ZAug 25 15:16:05.184 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 } }]
53572026-08-25T15:16:07.072ZAug 25 15:16:05.184 INFO adding route 172.17.0.45/32 -> 10.0.0.255
53582026-08-25T15:16:07.072ZAug 25 15:16:05.184 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 } }]
53592026-08-25T15:16:07.072ZAug 25 15:16:05.184 INFO adding route 172.17.0.46/32 -> 10.0.0.255
53602026-08-25T15:16:07.073ZAug 25 15:16:05.184 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 } }]
53612026-08-25T15:16:07.073ZAug 25 15:16:05.184 INFO adding route 172.17.0.47/32 -> 10.0.0.255
53622026-08-25T15:16:07.073Ztest route::tests::shrink_preserves_compacted_order ... ok
53632026-08-25T15:16:07.073Ztest route::tests::add_target_fails_full ... ok
53642026-08-25T15:16:07.073Ztest transceivers::mpn_test::test_mpn_missing ... ok
53652026-08-25T15:16:07.073Ztest transceivers::mpn_test::test_mpn_present ... ok
53662026-08-25T15:16:07.073Ztest transceivers::mpn_test::test_xcvr_missing ... ok
53672026-08-25T15:16:07.073Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
53682026-08-25T15:16:07.073Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
53692026-08-25T15:16:07.073Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
53702026-08-25T15:16:07.073Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
53712026-08-25T15:16:07.073Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
53722026-08-25T15:16:07.073Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
53732026-08-25T15:16:07.073Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
53742026-08-25T15:16:07.073Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
53752026-08-25T15:16:07.073Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
53762026-08-25T15:16:07.073Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
53772026-08-25T15:16:07.073Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
53782026-08-25T15:16:07.073Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
53792026-08-25T15:16:07.073Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
53802026-08-25T15:16:07.073Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
53812026-08-25T15:16:07.073Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
53822026-08-25T15:16:07.073Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
53832026-08-25T15:16:07.073Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
53842026-08-25T15:16:07.073Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
53852026-08-25T15:16:07.073Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
53862026-08-25T15:16:07.073Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
53872026-08-25T15:16:07.073Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
53882026-08-25T15:16:07.073Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
53892026-08-25T15:16:07.073Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
53902026-08-25T15:16:07.073Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
53912026-08-25T15:16:07.073Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
53922026-08-25T15:16:07.073Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
53932026-08-25T15:16:07.073Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
53942026-08-25T15:16:07.073Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
53952026-08-25T15:16:07.073Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
53962026-08-25T15:16:07.073ZAug 25 15:16:05.184 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 } }]
53972026-08-25T15:16:07.073ZAug 25 15:16:05.184 INFO adding route 172.17.0.48/32 -> 10.0.0.255
53982026-08-25T15:16:07.073ZAug 25 15:16:05.193 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 } }]
53992026-08-25T15:16:07.073ZAug 25 15:16:05.193 INFO adding route 172.17.0.49/32 -> 10.0.0.255
54002026-08-25T15:16:07.074ZAug 25 15:16:05.193 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 } }]
54012026-08-25T15:16:07.074ZAug 25 15:16:05.193 INFO adding route 172.17.0.50/32 -> 10.0.0.255
54022026-08-25T15:16:07.074ZAug 25 15:16:05.193 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 } }]
54032026-08-25T15:16:07.074ZAug 25 15:16:05.193 INFO adding route 172.17.0.51/32 -> 10.0.0.255
54042026-08-25T15:16:07.074ZAug 25 15:16:05.193 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 } }]
54052026-08-25T15:16:07.078ZAug 25 15:16:05.193 INFO adding route 172.17.0.52/32 -> 10.0.0.255
54062026-08-25T15:16:07.078Z
54072026-08-25T15:16:07.078ZAug 25 15:16:05.193 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 } }]
54082026-08-25T15:16:07.078ZAug 25 15:16:05.193 INFO adding route 172.17.0.53/32 -> 10.0.0.255
54092026-08-25T15:16:07.078ZAug 25 15:16:05.193 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 } }]
54102026-08-25T15:16:07.078ZAug 25 15:16:05.177 Aug 25 15:16:05.193DEBG INFO created new freemapadding route 172.17.0.54/32 -> 10.0.0.255
54112026-08-25T15:16:07.078Z, unitAug 25 15:16:05.193: DEBGfreemap_route_ipv4 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 } }]
54122026-08-25T15:16:07.078Z
54132026-08-25T15:16:07.078ZAug 25 15:16:05.193 INFO adding route 172.17.0.55/32 -> 10.0.0.255
54142026-08-25T15:16:07.078ZAug 25 15:16:05.193 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 } }]
54152026-08-25T15:16:07.078ZAug 25 15:16:05.193Aug 25 15:16:05.193 DEBGINFO created new freemapadding route 172.17.0.56/32 -> 10.0.0.255,
54162026-08-25T15:16:07.079Zunit: freemap_route_ipv6
54172026-08-25T15:16:07.079ZAug 25 15:16:05.193 DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:16:05.193
54182026-08-25T15:16:07.079Z DEBG initted freemap. size: 64, unitAug 25 15:16:05.193: INFOfreemap_route_ipv4
54192026-08-25T15:16:07.079Zadding route 172.17.0.57/32 -> 10.0.0.255
54202026-08-25T15:16:07.079ZAug 25 15:16:05.193 Aug 25 15:16:05.193DEBG DEBGreset freemap , 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
54212026-08-25T15:16:07.079Z: freemap_route_ipv4
54222026-08-25T15:16:07.079ZAug 25 15:16:05.193 INFO Aug 25 15:16:05.193adding route 172.17.0.58/32 -> 10.0.0.255
54232026-08-25T15:16:07.079ZDEBG initted freemap. size: 64, unitAug 25 15:16:05.193: DEBGfreemap_route_ipv6
54242026-08-25T15:16:07.079Zreplacing 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 } }]
54252026-08-25T15:16:07.079ZAug 25 15:16:05.193Aug 25 15:16:05.193 DEBGINFO reset freemapadding route 172.17.0.59/32 -> 10.0.0.255,
54262026-08-25T15:16:07.079Zunit: freemap_route_ipv6
54272026-08-25T15:16:07.079ZAug 25 15:16:05.193 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 25 15:16:05.193
54282026-08-25T15:16:07.079Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
54292026-08-25T15:16:07.079ZAug 25 15:16:05.193 INFO Aug 25 15:16:05.193adding route 172.17.0.60/32 -> 10.0.0.255
54302026-08-25T15:16:07.079ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
54312026-08-25T15:16:07.079ZAug 25 15:16:05.193 DEBG Aug 25 15:16:05.193replacing 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 } }]
54322026-08-25T15:16:07.079ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2
54332026-08-25T15:16:07.079ZAug 25 15:16:05.193 INFO Aug 25 15:16:05.193adding route 172.17.0.61/32 -> 10.0.0.255
54342026-08-25T15:16:07.079ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
54352026-08-25T15:16:07.079ZAug 25 15:16:05.193 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 25 15:16:05.193
54362026-08-25T15:16:07.079Z 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:3, vlan_id: None } }]
54372026-08-25T15:16:07.079ZAug 25 15:16:05.193 INFO adding route 172.17.0.62/32 -> 10.0.0.255
54382026-08-25T15:16:07.079ZAug 25 15:16:05.193 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 } }]
54392026-08-25T15:16:07.079ZAug 25 15:16:05.193 INFO adding route 172.17.0.63/32 -> 10.0.0.255
54402026-08-25T15:16:07.079ZAug 25 15:16:05.193 DEBG replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54412026-08-25T15:16:07.080ZAug 25 15:16:05.193 DEBG failed to allocate space for the new target list
54422026-08-25T15:16:07.080ZAug 25 15:16:05.193 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 } }]
54432026-08-25T15:16:07.080ZAug 25 15:16:05.193 DEBG failed to allocate space for the new target list
54442026-08-25T15:16:07.080ZAug 25 15:16:05.193 INFO adding route 172.17.0.37/32 -> 10.0.0.255
54452026-08-25T15:16:07.080ZAug 25 15:16:05.193 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 } }]
54462026-08-25T15:16:07.080ZAug 25 15:16:05.193 INFO adding route 172.17.0.38/32 -> 10.0.0.255
54472026-08-25T15:16:07.080ZAug 25 15:16:05.193 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 } }]
54482026-08-25T15:16:07.080ZAug 25 15:16:05.193 INFO adding route 172.17.0.39/32 -> 10.0.0.255
54492026-08-25T15:16:07.080ZAug 25 15:16:05.193 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 } }]
54502026-08-25T15:16:07.080ZAug 25 15:16:05.185 DEBG created new freemapAug 25 15:16:05.193 , INFOunit :adding route 172.17.0.40/32 -> 10.0.0.255
54512026-08-25T15:16:07.080Zfreemap_route_ipv4
54522026-08-25T15:16:07.080ZAug 25 15:16:05.193 DEBGAug 25 15:16:05.193 replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
54532026-08-25T15:16:07.080Z created new freemap, unit:Aug 25 15:16:05.193 freemap_route_ipv6INFO
54542026-08-25T15:16:07.080Z adding route 172.17.0.41/32 -> 10.0.0.255
54552026-08-25T15:16:07.080ZAug 25 15:16:05.193 DEBGAug 25 15:16:05.193 initted freemap. size: 64DEBG, unitreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:
54562026-08-25T15:16:07.080Z freemap_route_ipv4
54572026-08-25T15:16:07.080ZAug 25 15:16:05.193 Aug 25 15:16:05.193INFO DEBGadding route 172.17.0.42/32 -> 10.0.0.255
54582026-08-25T15:16:07.080Zreset freemap, unit: freemap_route_ipv4Aug 25 15:16:05.193
54592026-08-25T15:16:07.080Z 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 } }]
54602026-08-25T15:16:07.080ZAug 25 15:16:05.193 DEBG initted freemap. size: 64Aug 25 15:16:05.193, unitINFO: adding route 172.17.0.43/32 -> 10.0.0.255freemap_route_ipv6
54612026-08-25T15:16:07.080Z
54622026-08-25T15:16:07.080Ztest route::tests::same_size_non_subset_replace ... ok
54632026-08-25T15:16:07.080Ztest route::tests::delete_target_fragmented ... ok
54642026-08-25T15:16:07.080Ztest route::tests::rollback_on_compact_write_failure ... ok
54652026-08-25T15:16:07.080ZAug 25 15:16:05.193Aug 25 15:16:05.193 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 } }]reset freemap
54662026-08-25T15:16:07.080Z, unit: freemap_route_ipv6
54672026-08-25T15:16:07.080ZAug 25 15:16:05.193 INFO adding route 172.17.0.44/32 -> 10.0.0.255
54682026-08-25T15:16:07.080ZAug 25 15:16:05.193 INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 15:16:05.193
54692026-08-25T15:16:07.080Z 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 } }]
54702026-08-25T15:16:07.080ZAug 25 15:16:05.193 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 25 15:16:05.193
54712026-08-25T15:16:07.080Z INFO adding route 172.17.0.45/32 -> 10.0.0.255
54722026-08-25T15:16:07.080ZAug 25 15:16:05.193 INFO adding route 172.16.0.0/32 -> 10.0.0.2Aug 25 15:16:05.193
54732026-08-25T15:16:07.080Z 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 } }]
54742026-08-25T15:16:07.081ZAug 25 15:16:05.193 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 25 15:16:05.193
54752026-08-25T15:16:07.081Z INFO adding route 172.17.0.46/32 -> 10.0.0.255
54762026-08-25T15:16:07.081ZAug 25 15:16:05.193 INFO Aug 25 15:16:05.193adding route 172.16.0.0/32 -> 10.0.0.3
54772026-08-25T15:16:07.081ZDEBG 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 } }]
54782026-08-25T15:16:07.081ZAug 25 15:16:05.193 DEBG Aug 25 15:16:05.193replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
54792026-08-25T15:16:07.081ZINFO adding route 172.17.0.47/32 -> 10.0.0.255
54802026-08-25T15:16:07.081ZAug 25 15:16:05.193 INFO Aug 25 15:16:05.193adding route 172.16.0.0/32 -> 10.0.0.4
54812026-08-25T15:16:07.081ZDEBG 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 } }]
54822026-08-25T15:16:07.081ZAug 25 15:16:05.193 DEBG Aug 25 15:16:05.193replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
54832026-08-25T15:16:07.081ZINFO adding route 172.17.0.48/32 -> 10.0.0.255
54842026-08-25T15:16:07.081ZAug 25 15:16:05.193 Aug 25 15:16:05.193DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
54852026-08-25T15:16:07.081Zreplacing 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 } }]
54862026-08-25T15:16:07.081ZAug 25 15:16:05.193 INFO adding route 172.17.0.49/32 -> 10.0.0.255
54872026-08-25T15:16:07.081ZAug 25 15:16:05.193 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 } }]
54882026-08-25T15:16:07.081ZAug 25 15:16:05.193 INFO adding route 172.17.0.50/32 -> 10.0.0.255
54892026-08-25T15:16:07.082ZAug 25 15:16:05.193 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 } }]
54902026-08-25T15:16:07.082ZAug 25 15:16:05.193 INFO adding route 172.17.0.51/32 -> 10.0.0.255
54912026-08-25T15:16:07.082ZAug 25 15:16:05.193 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 } }]
54922026-08-25T15:16:07.082ZAug 25 15:16:05.193 INFO adding route 172.17.0.52/32 -> 10.0.0.255
54932026-08-25T15:16:07.082ZAug 25 15:16:05.193 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 } }]
54942026-08-25T15:16:07.082ZAug 25 15:16:05.193 INFO adding route 172.17.0.53/32 -> 10.0.0.255
54952026-08-25T15:16:07.082ZAug 25 15:16:05.193 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 } }]
54962026-08-25T15:16:07.082ZAug 25 15:16:05.193 INFO adding route 172.17.0.54/32 -> 10.0.0.255
54972026-08-25T15:16:07.082ZAug 25 15:16:05.193 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 } }]
54982026-08-25T15:16:07.082ZAug 25 15:16:05.193 INFO adding route 172.17.0.55/32 -> 10.0.0.255
54992026-08-25T15:16:07.082ZAug 25 15:16:05.193 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 } }]
55002026-08-25T15:16:07.082ZAug 25 15:16:05.193 INFO adding route 172.17.0.56/32 -> 10.0.0.255
55012026-08-25T15:16:07.082ZAug 25 15:16:05.193 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 } }]
55022026-08-25T15:16:07.082ZAug 25 15:16:05.193 INFO adding route 172.17.0.57/32 -> 10.0.0.255
55032026-08-25T15:16:07.082ZAug 25 15:16:05.193 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 } }]
55042026-08-25T15:16:07.082ZAug 25 15:16:05.193 INFO adding route 172.17.0.58/32 -> 10.0.0.255
55052026-08-25T15:16:07.086ZAug 25 15:16:05.193 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 } }]
55062026-08-25T15:16:07.087ZAug 25 15:16:05.193 INFO Aug 25 15:16:05.177adding route 172.17.0.59/32 -> 10.0.0.255
55072026-08-25T15:16:07.087ZDEBG created new freemapAug 25 15:16:05.193, unitDEBG: replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4
55082026-08-25T15:16:07.087Z
55092026-08-25T15:16:07.087ZAug 25 15:16:05.193 INFO Aug 25 15:16:05.193adding route 172.17.0.60/32 -> 10.0.0.255
55102026-08-25T15:16:07.087ZDEBG created new freemap, Aug 25 15:16:05.193unit :DEBG freemap_route_ipv6replacing 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 } }]
55112026-08-25T15:16:07.087Z
55122026-08-25T15:16:07.087ZAug 25 15:16:05.193Aug 25 15:16:05.193 DEBGDEBG failed to allocate space for the new target listinitted freemap. size: 64
55132026-08-25T15:16:07.087Z, unit: freemap_route_ipv4Aug 25 15:16:05.193
55142026-08-25T15:16:07.087Z 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 } }]
55152026-08-25T15:16:07.087ZAug 25 15:16:05.195 DEBG created new freemap, unit: freemap_route_ipv4
55162026-08-25T15:16:07.087ZAug 25 15:16:05.289Aug 25 15:16:05.289 INFO adding route 172.17.0.3/32 -> 10.0.0.255
55172026-08-25T15:16:07.087ZDEBGAug 25 15:16:05.290 created new freemapDEBG, unitreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:
55182026-08-25T15:16:07.087Z freemap_route_ipv6
55192026-08-25T15:16:07.087ZAug 25 15:16:05.290 INFO Aug 25 15:16:05.290adding route 172.17.0.4/32 -> 10.0.0.255
55202026-08-25T15:16:07.088ZDEBG initted freemap. size: 64, unit:Aug 25 15:16:05.290 freemap_route_ipv4DEBG
55212026-08-25T15:16:07.088Z 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 } }]
55222026-08-25T15:16:07.088ZAug 25 15:16:05.290 DEBG Aug 25 15:16:05.290reset freemap , INFOunit :adding route 172.17.0.5/32 -> 10.0.0.255
55232026-08-25T15:16:07.088Zfreemap_route_ipv4
55242026-08-25T15:16:07.088ZAug 25 15:16:05.290 DEBG Aug 25 15:16:05.290replacing 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 } }]
55252026-08-25T15:16:07.088ZDEBG initted freemap. size: 64, unit:Aug 25 15:16:05.290 freemap_route_ipv6INFO
55262026-08-25T15:16:07.088Z adding route 172.17.0.6/32 -> 10.0.0.255
55272026-08-25T15:16:07.088ZAug 25 15:16:05.290 DEBG Aug 25 15:16:05.290reset freemap , DEBGunit :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 } }]
55282026-08-25T15:16:07.088Zfreemap_route_ipv6
55292026-08-25T15:16:07.088ZAug 25 15:16:05.290 Aug 25 15:16:05.290INFO INFOadding route 172.17.0.7/32 -> 10.0.0.255
55302026-08-25T15:16:07.088Zadding route 172.16.0.0/32 -> 10.0.0.1
55312026-08-25T15:16:07.088ZAug 25 15:16:05.290Aug 25 15:16:05.290 DEBGDEBG 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 } }]
55322026-08-25T15:16:07.088Z
55332026-08-25T15:16:07.088ZAug 25 15:16:05.290Aug 25 15:16:05.290 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.8/32 -> 10.0.0.255
55342026-08-25T15:16:07.088Z
55352026-08-25T15:16:07.088ZAug 25 15:16:05.290Aug 25 15:16:05.290 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
55362026-08-25T15:16:07.088Z
55372026-08-25T15:16:07.088ZAug 25 15:16:05.290Aug 25 15:16:05.290 INFODEBG adding route 172.17.0.9/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
55382026-08-25T15:16:07.088Z
55392026-08-25T15:16:07.088ZAug 25 15:16:05.290 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 } }]
55402026-08-25T15:16:07.088ZAug 25 15:16:05.290 INFO adding route 172.17.0.10/32 -> 10.0.0.255
55412026-08-25T15:16:07.088ZAug 25 15:16:05.290 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 } }]
55422026-08-25T15:16:07.088ZAug 25 15:16:05.290 INFO adding route 172.17.0.11/32 -> 10.0.0.255
55432026-08-25T15:16:07.088ZAug 25 15:16:05.290 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 } }]
55442026-08-25T15:16:07.088ZAug 25 15:16:05.290 INFO adding route 172.17.0.12/32 -> 10.0.0.255
55452026-08-25T15:16:07.088ZAug 25 15:16:05.176Aug 25 15:16:05.290 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 } }]
55462026-08-25T15:16:07.088Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
55472026-08-25T15:16:07.088ZAug 25 15:16:05.290 INFO adding route 172.17.0.13/32 -> 10.0.0.255
55482026-08-25T15:16:07.088ZAug 25 15:16:05.290 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 25 15:16:05.290
55492026-08-25T15:16:07.088Z 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 } }]
55502026-08-25T15:16:07.088ZAug 25 15:16:05.290 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 25 15:16:05.290
55512026-08-25T15:16:07.088Z INFO adding route 172.17.0.14/32 -> 10.0.0.255
55522026-08-25T15:16:07.088ZAug 25 15:16:05.290 Aug 25 15:16:05.290INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4
55532026-08-25T15:16:07.088Zreplacing 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 } }]
55542026-08-25T15:16:07.088ZAug 25 15:16:05.290Aug 25 15:16:05.290 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 172.17.0.15/32 -> 10.0.0.255
55552026-08-25T15:16:07.088Z
55562026-08-25T15:16:07.088ZAug 25 15:16:05.290Aug 25 15:16:05.290 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:dead::/64 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 } }]
55572026-08-25T15:16:07.088Z
55582026-08-25T15:16:07.088ZAug 25 15:16:05.290Aug 25 15:16:05.290 WARNINFO shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 172.17.0.16/32 -> 10.0.0.255
55592026-08-25T15:16:07.089Z
55602026-08-25T15:16:07.089ZAug 25 15:16:05.290 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 } }]
55612026-08-25T15:16:07.089ZAug 25 15:16:05.290 INFO adding route 172.17.0.17/32 -> 10.0.0.255
55622026-08-25T15:16:07.089ZAug 25 15:16:05.290 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 } }]
55632026-08-25T15:16:07.089ZAug 25 15:16:05.290 INFO adding route 172.17.0.18/32 -> 10.0.0.255
55642026-08-25T15:16:07.089ZAug 25 15:16:05.186Aug 25 15:16:05.290 DEBGDEBG created new freemapreplacing 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 } }],
55652026-08-25T15:16:07.089Zunit: freemap_route_ipv4
55662026-08-25T15:16:07.089ZAug 25 15:16:05.290 INFO adding route 172.17.0.19/32 -> 10.0.0.255
55672026-08-25T15:16:07.089ZAug 25 15:16:05.290Aug 25 15:16:05.290 DEBGDEBG created new freemapreplacing 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 } }],
55682026-08-25T15:16:07.089Zunit: freemap_route_ipv6
55692026-08-25T15:16:07.089ZAug 25 15:16:05.290 INFO adding route 172.17.0.20/32 -> 10.0.0.255Aug 25 15:16:05.290
55702026-08-25T15:16:07.089Z DEBG initted freemap. size: 64, Aug 25 15:16:05.290unit :DEBG freemap_route_ipv4replacing 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 } }]
55712026-08-25T15:16:07.089Z
55722026-08-25T15:16:07.089ZAug 25 15:16:05.290Aug 25 15:16:05.290 INFODEBG adding route 172.17.0.21/32 -> 10.0.0.255reset freemap
55732026-08-25T15:16:07.089Z, unit: freemap_route_ipv4Aug 25 15:16:05.290
55742026-08-25T15:16:07.089Z 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 } }]
55752026-08-25T15:16:07.089ZAug 25 15:16:05.290 DEBG initted freemap. size: 64Aug 25 15:16:05.290, unitINFO: adding route 172.17.0.22/32 -> 10.0.0.255freemap_route_ipv6
55762026-08-25T15:16:07.089Z
55772026-08-25T15:16:07.089ZAug 25 15:16:05.290Aug 25 15:16:05.290 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 } }]reset freemap
55782026-08-25T15:16:07.089Z, unit: freemap_route_ipv6Aug 25 15:16:05.290
55792026-08-25T15:16:07.089Z INFO adding route 172.17.0.23/32 -> 10.0.0.255
55802026-08-25T15:16:07.089ZAug 25 15:16:05.290 INFO Aug 25 15:16:05.290adding route 172.16.0.0/32 -> 10.0.0.1
55812026-08-25T15:16:07.089ZDEBG 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 } }]
55822026-08-25T15:16:07.089ZAug 25 15:16:05.290 DEBG Aug 25 15:16:05.290replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
55832026-08-25T15:16:07.089ZINFO adding route 172.17.0.24/32 -> 10.0.0.255
55842026-08-25T15:16:07.089ZAug 25 15:16:05.290 INFOAug 25 15:16:05.290 adding route 172.16.0.0/32 -> 10.0.0.2DEBG
55852026-08-25T15:16:07.089Z 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 } }]
55862026-08-25T15:16:07.089ZAug 25 15:16:05.290 DEBGAug 25 15:16:05.290 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
55872026-08-25T15:16:07.089Z adding route 172.17.0.25/32 -> 10.0.0.255
55882026-08-25T15:16:07.089ZAug 25 15:16:05.290 INFOAug 25 15:16:05.290 adding route 172.17.0.0/32 -> 10.0.0.255DEBG
55892026-08-25T15:16:07.089Z 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 } }]
55902026-08-25T15:16:07.089ZAug 25 15:16:05.290 DEBGAug 25 15:16:05.290 replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
55912026-08-25T15:16:07.089Z adding route 172.17.0.26/32 -> 10.0.0.255
55922026-08-25T15:16:07.089ZAug 25 15:16:05.290 Aug 25 15:16:05.290INFO DEBGadding route 172.17.0.1/32 -> 10.0.0.255
55932026-08-25T15:16:07.089Zreplacing 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 } }]
55942026-08-25T15:16:07.089ZAug 25 15:16:05.290 Aug 25 15:16:05.290DEBG INFOreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55952026-08-25T15:16:07.089Zadding route 172.17.0.27/32 -> 10.0.0.255
55962026-08-25T15:16:07.089ZAug 25 15:16:05.290Aug 25 15:16:05.290 INFODEBG adding route 172.17.0.2/32 -> 10.0.0.255replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55972026-08-25T15:16:07.089Z
55982026-08-25T15:16:07.090ZAug 25 15:16:05.290Aug 25 15:16:05.290 INFODEBG adding route 172.17.0.28/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 } }]
55992026-08-25T15:16:07.090Z
56002026-08-25T15:16:07.090ZAug 25 15:16:05.290Aug 25 15:16:05.290 DEBGINFO replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.3/32 -> 10.0.0.255
56012026-08-25T15:16:07.090Z
56022026-08-25T15:16:07.090ZAug 25 15:16:05.290Aug 25 15:16:05.290 INFODEBG adding route 172.17.0.29/32 -> 10.0.0.255replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56032026-08-25T15:16:07.090Z
56042026-08-25T15:16:07.090ZAug 25 15:16:05.290Aug 25 15:16:05.290 DEBGINFO replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.4/32 -> 10.0.0.255
56052026-08-25T15:16:07.094Z
56062026-08-25T15:16:07.094ZAug 25 15:16:05.290Aug 25 15:16:05.290 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.30/32 -> 10.0.0.255
56072026-08-25T15:16:07.094Z
56082026-08-25T15:16:07.094ZAug 25 15:16:05.290Aug 25 15:16:05.290 INFODEBG adding route 172.17.0.5/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 } }]
56092026-08-25T15:16:07.094Z
56102026-08-25T15:16:07.094ZAug 25 15:16:05.290Aug 25 15:16:05.290 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.31/32 -> 10.0.0.255
56112026-08-25T15:16:07.094Z
56122026-08-25T15:16:07.094ZAug 25 15:16:05.290Aug 25 15:16:05.290 INFODEBG adding route 172.17.0.6/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 } }]
56132026-08-25T15:16:07.094Z
56142026-08-25T15:16:07.094ZAug 25 15:16:05.290Aug 25 15:16:05.290 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.32/32 -> 10.0.0.255
56152026-08-25T15:16:07.094Z
56162026-08-25T15:16:07.094ZAug 25 15:16:05.290Aug 25 15:16:05.290 DEBGINFO replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255
56172026-08-25T15:16:07.095Z
56182026-08-25T15:16:07.095ZAug 25 15:16:05.290Aug 25 15:16:05.290 INFODEBG adding route 172.17.0.33/32 -> 10.0.0.255replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56192026-08-25T15:16:07.095Z
56202026-08-25T15:16:07.095ZAug 25 15:16:05.290Aug 25 15:16:05.290 INFODEBG adding route 172.17.0.8/32 -> 10.0.0.255replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56212026-08-25T15:16:07.095Z
56222026-08-25T15:16:07.095ZAug 25 15:16:05.290Aug 25 15:16:05.290 DEBGINFO replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.34/32 -> 10.0.0.255
56232026-08-25T15:16:07.095Z
56242026-08-25T15:16:07.095ZAug 25 15:16:05.290Aug 25 15:16:05.290 INFODEBG adding route 172.17.0.9/32 -> 10.0.0.255replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56252026-08-25T15:16:07.095Z
56262026-08-25T15:16:07.095ZAug 25 15:16:05.290Aug 25 15:16:05.290 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 } }]
56272026-08-25T15:16:07.095ZAug 25 15:16:05.193Aug 25 15:16:05.298 INFO DEBGadding route 172.17.0.10/32 -> 10.0.0.255
56282026-08-25T15:16:07.095Zreset freemap, unitAug 25 15:16:05.298: DEBGfreemap_route_ipv4 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 } }]
56292026-08-25T15:16:07.095Z
56302026-08-25T15:16:07.095ZAug 25 15:16:05.298 INFO adding route 172.17.0.11/32 -> 10.0.0.255
56312026-08-25T15:16:07.095ZAug 25 15:16:05.298 DEBG initted freemap. size: 64, Aug 25 15:16:05.298unit :DEBG freemap_route_ipv6replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56322026-08-25T15:16:07.095Z
56332026-08-25T15:16:07.096ZAug 25 15:16:05.298Aug 25 15:16:05.298 DEBGINFO reset freemapadding route 172.17.0.12/32 -> 10.0.0.255,
56342026-08-25T15:16:07.096Zunit: freemap_route_ipv6
56352026-08-25T15:16:07.096ZAug 25 15:16:05.298 DEBG Aug 25 15:16:05.298replacing 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 } }]
56362026-08-25T15:16:07.096ZINFO adding route 172.16.0.0/32 -> 10.0.0.1
56372026-08-25T15:16:07.096ZAug 25 15:16:05.298 INFOAug 25 15:16:05.298 adding route 172.17.0.13/32 -> 10.0.0.255DEBG
56382026-08-25T15:16:07.096Z 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 } }]
56392026-08-25T15:16:07.096ZAug 25 15:16:05.298 DEBGAug 25 15:16:05.298 replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
56402026-08-25T15:16:07.096Z adding route 172.16.0.0/32 -> 10.0.0.1
56412026-08-25T15:16:07.096ZAug 25 15:16:05.298 Aug 25 15:16:05.298INFO DEBGadding route 172.17.0.14/32 -> 10.0.0.255
56422026-08-25T15:16:07.096Zreplacing 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 } }]
56432026-08-25T15:16:07.096ZAug 25 15:16:05.298 Aug 25 15:16:05.298DEBG INFOreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56442026-08-25T15:16:07.096Zadding route 172.16.0.0/32 -> 10.0.0.1
56452026-08-25T15:16:07.096ZAug 25 15:16:05.298 Aug 25 15:16:05.298INFO DEBGadding route 172.17.0.15/32 -> 10.0.0.255
56462026-08-25T15:16:07.096Zreplacing 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 } }]
56472026-08-25T15:16:07.096ZAug 25 15:16:05.298Aug 25 15:16:05.298 DEBGINFO replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2
56482026-08-25T15:16:07.096Z
56492026-08-25T15:16:07.096ZAug 25 15:16:05.298Aug 25 15:16:05.298 INFODEBG adding route 172.17.0.16/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
56502026-08-25T15:16:07.096Z
56512026-08-25T15:16:07.096ZAug 25 15:16:05.298 Aug 25 15:16:05.298DEBG INFOreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56522026-08-25T15:16:07.096Zadding route 172.17.0.0/32 -> 10.0.0.255
56532026-08-25T15:16:07.096ZAug 25 15:16:05.298 Aug 25 15:16:05.298INFO DEBGadding route 172.17.0.17/32 -> 10.0.0.255
56542026-08-25T15:16:07.096Zreplacing 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 } }]
56552026-08-25T15:16:07.096ZAug 25 15:16:05.298 Aug 25 15:16:05.298DEBG INFOreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56562026-08-25T15:16:07.096Zadding route 172.17.0.1/32 -> 10.0.0.255
56572026-08-25T15:16:07.096ZAug 25 15:16:05.298 Aug 25 15:16:05.298INFO DEBGadding route 172.17.0.18/32 -> 10.0.0.255
56582026-08-25T15:16:07.096Zreplacing 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 } }]
56592026-08-25T15:16:07.096ZAug 25 15:16:05.298 Aug 25 15:16:05.298DEBG INFOreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56602026-08-25T15:16:07.096Zadding route 172.17.0.2/32 -> 10.0.0.255
56612026-08-25T15:16:07.096ZAug 25 15:16:05.298 Aug 25 15:16:05.298INFO DEBGadding route 172.17.0.19/32 -> 10.0.0.255
56622026-08-25T15:16:07.096Zreplacing 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 } }]
56632026-08-25T15:16:07.096ZAug 25 15:16:05.298 Aug 25 15:16:05.298DEBG 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 } }]
56642026-08-25T15:16:07.096Zadding route 172.17.0.3/32 -> 10.0.0.255
56652026-08-25T15:16:07.096ZAug 25 15:16:05.298 Aug 25 15:16:05.298INFO DEBGadding route 172.17.0.20/32 -> 10.0.0.255
56662026-08-25T15:16:07.096Zreplacing 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 } }]
56672026-08-25T15:16:07.096ZAug 25 15:16:05.298Aug 25 15:16:05.298 DEBGINFO replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.4/32 -> 10.0.0.255
56682026-08-25T15:16:07.096Z
56692026-08-25T15:16:07.096ZAug 25 15:16:05.298Aug 25 15:16:05.298 INFODEBG adding route 172.17.0.21/32 -> 10.0.0.255replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56702026-08-25T15:16:07.097Z
56712026-08-25T15:16:07.097ZAug 25 15:16:05.298Aug 25 15:16:05.298 DEBGINFO replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.5/32 -> 10.0.0.255
56722026-08-25T15:16:07.097Z
56732026-08-25T15:16:07.097ZAug 25 15:16:05.298Aug 25 15:16:05.298 INFODEBG adding route 172.17.0.22/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 } }]
56742026-08-25T15:16:07.097Z
56752026-08-25T15:16:07.097ZAug 25 15:16:05.298Aug 25 15:16:05.298 DEBGINFO replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.6/32 -> 10.0.0.255
56762026-08-25T15:16:07.097Z
56772026-08-25T15:16:07.097ZAug 25 15:16:05.298Aug 25 15:16:05.298 INFODEBG adding route 172.17.0.23/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 } }]
56782026-08-25T15:16:07.097Z
56792026-08-25T15:16:07.097ZAug 25 15:16:05.298Aug 25 15:16:05.298 DEBGINFO replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255
56802026-08-25T15:16:07.097ZAug 25 15:16:05.306 INFO adding route 172.17.0.24/32 -> 10.0.0.255
56812026-08-25T15:16:07.097ZAug 25 15:16:05.306 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 } }]
56822026-08-25T15:16:07.097ZAug 25 15:16:05.306 INFO adding route 172.17.0.25/32 -> 10.0.0.255
56832026-08-25T15:16:07.097ZAug 25 15:16:05.306 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 } }]
56842026-08-25T15:16:07.097ZAug 25 15:16:05.306 INFO adding route 172.17.0.26/32 -> 10.0.0.255
56852026-08-25T15:16:07.097ZAug 25 15:16:05.306 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 } }]
56862026-08-25T15:16:07.097ZAug 25 15:16:05.306 INFO adding route 172.17.0.27/32 -> 10.0.0.255
56872026-08-25T15:16:07.097Z Aug 25 15:16:05.306 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.35/32 -> 10.0.0.255
56882026-08-25T15:16:07.097Z
56892026-08-25T15:16:07.098ZAug 25 15:16:05.306 INFO adding route 172.17.0.28/32 -> 10.0.0.255
56902026-08-25T15:16:07.098ZAug 25 15:16:05.306 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 } }]
56912026-08-25T15:16:07.098ZAug 25 15:16:05.306 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 } }]
56922026-08-25T15:16:07.098ZAug 25 15:16:05.306 INFO adding route 172.17.0.36/32 -> 10.0.0.255
56932026-08-25T15:16:07.098ZAug 25 15:16:05.306 INFO adding route 172.17.0.29/32 -> 10.0.0.255
56942026-08-25T15:16:07.098ZAug 25 15:16:05.306 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 } }]
56952026-08-25T15:16:07.098ZAug 25 15:16:05.306 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 25 15:16:05.306
56962026-08-25T15:16:07.098Z INFO adding route 172.17.0.37/32 -> 10.0.0.255
56972026-08-25T15:16:07.098ZAug 25 15:16:05.306 INFO adding route 172.17.0.30/32 -> 10.0.0.255Aug 25 15:16:05.306
56982026-08-25T15:16:07.098Z 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 } }]
56992026-08-25T15:16:07.098ZAug 25 15:16:05.306 DEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:16:05.306
57002026-08-25T15:16:07.098Z INFO adding route 172.17.0.38/32 -> 10.0.0.255
57012026-08-25T15:16:07.098ZAug 25 15:16:05.306 INFO adding route 172.17.0.31/32 -> 10.0.0.255Aug 25 15:16:05.306
57022026-08-25T15:16:07.098Z 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 } }]
57032026-08-25T15:16:07.098ZAug 25 15:16:05.306 DEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:16:05.306
57042026-08-25T15:16:07.098Z INFO adding route 172.17.0.39/32 -> 10.0.0.255
57052026-08-25T15:16:07.102ZAug 25 15:16:05.306 INFO adding route 172.17.0.32/32 -> 10.0.0.255Aug 25 15:16:05.306
57062026-08-25T15:16:07.102Z 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 } }]
57072026-08-25T15:16:07.102ZAug 25 15:16:05.306 DEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:16:05.306
57082026-08-25T15:16:07.102Z INFO adding route 172.17.0.40/32 -> 10.0.0.255
57092026-08-25T15:16:07.102ZAug 25 15:16:05.306 INFO adding route 172.17.0.33/32 -> 10.0.0.255Aug 25 15:16:05.306
57102026-08-25T15:16:07.102Z 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 } }]
57112026-08-25T15:16:07.102ZAug 25 15:16:05.306 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 } }]Aug 25 15:16:05.306
57122026-08-25T15:16:07.103Z INFO adding route 172.17.0.41/32 -> 10.0.0.255
57132026-08-25T15:16:07.103ZAug 25 15:16:05.306 INFO Aug 25 15:16:05.306adding route 172.17.0.34/32 -> 10.0.0.255
57142026-08-25T15:16:07.103ZDEBG 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-25T15:16:07.103ZAug 25 15:16:05.306 DEBG Aug 25 15:16:05.306replacing 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 } }]
57162026-08-25T15:16:07.103ZINFO adding route 172.17.0.42/32 -> 10.0.0.255
57172026-08-25T15:16:07.103ZAug 25 15:16:05.306 INFO Aug 25 15:16:05.306adding route 172.17.0.35/32 -> 10.0.0.255
57182026-08-25T15:16:07.103ZDEBG 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 } }]
57192026-08-25T15:16:07.103ZAug 25 15:16:05.306 DEBGAug 25 15:16:05.306 replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
57202026-08-25T15:16:07.103Z adding route 172.17.0.43/32 -> 10.0.0.255
57212026-08-25T15:16:07.103ZAug 25 15:16:05.306 INFOAug 25 15:16:05.306 adding route 172.17.0.36/32 -> 10.0.0.255DEBG
57222026-08-25T15:16:07.103Z 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 } }]
57232026-08-25T15:16:07.103ZAug 25 15:16:05.306 Aug 25 15:16:05.306DEBG 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 } }]
57242026-08-25T15:16:07.103Zadding route 172.17.0.44/32 -> 10.0.0.255
57252026-08-25T15:16:07.103ZAug 25 15:16:05.306Aug 25 15:16:05.306 INFODEBG adding route 172.17.0.37/32 -> 10.0.0.255replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57262026-08-25T15:16:07.103Z
57272026-08-25T15:16:07.103ZAug 25 15:16:05.306Aug 25 15:16:05.306 INFODEBG adding route 172.17.0.45/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 } }]
57282026-08-25T15:16:07.103Z
57292026-08-25T15:16:07.103ZAug 25 15:16:05.306Aug 25 15:16:05.306 DEBGINFO replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.38/32 -> 10.0.0.255
57302026-08-25T15:16:07.103Z
57312026-08-25T15:16:07.103ZAug 25 15:16:05.306Aug 25 15:16:05.306 INFODEBG adding route 172.17.0.46/32 -> 10.0.0.255replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57322026-08-25T15:16:07.103Z
57332026-08-25T15:16:07.103ZAug 25 15:16:05.306Aug 25 15:16:05.306 DEBGINFO 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.39/32 -> 10.0.0.255
57342026-08-25T15:16:07.103Z
57352026-08-25T15:16:07.103ZAug 25 15:16:05.306Aug 25 15:16:05.306 INFODEBG adding route 172.17.0.47/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 } }]
57362026-08-25T15:16:07.103Z
57372026-08-25T15:16:07.103ZAug 25 15:16:05.307Aug 25 15:16:05.307 INFODEBG adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57382026-08-25T15:16:07.103Z
57392026-08-25T15:16:07.103ZAug 25 15:16:05.307Aug 25 15:16:05.307 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.48/32 -> 10.0.0.255
57402026-08-25T15:16:07.103Z
57412026-08-25T15:16:07.103ZAug 25 15:16:05.307Aug 25 15:16:05.307 INFODEBG adding route 172.17.0.41/32 -> 10.0.0.255replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57422026-08-25T15:16:07.103Z
57432026-08-25T15:16:07.103ZAug 25 15:16:05.194Aug 25 15:16:05.307Aug 25 15:16:05.307 INFODEBGDEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255
57442026-08-25T15:16:07.103Z
57452026-08-25T15:16:07.103Zcreated new freemap, Aug 25 15:16:05.307unit Aug 25 15:16:05.307: INFO DEBGfreemap_route_ipv4 adding route 172.17.0.42/32 -> 10.0.0.255
57462026-08-25T15:16:07.103Z
57472026-08-25T15:16:07.103Zreplacing 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 } }]
57482026-08-25T15:16:07.103ZAug 25 15:16:05.307Aug 25 15:16:05.307 INFODEBG adding route 172.17.0.50/32 -> 10.0.0.255replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57492026-08-25T15:16:07.103Z
57502026-08-25T15:16:07.103ZAug 25 15:16:05.307 DEBGAug 25 15:16:05.307 created new freemapINFOAug 25 15:16:05.307 , unitadding route 172.17.0.43/32 -> 10.0.0.255DEBG
57512026-08-25T15:16:07.104Z : 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 } }]freemap_route_ipv6
57522026-08-25T15:16:07.104Z
57532026-08-25T15:16:07.104ZAug 25 15:16:05.307 DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:16:05.307Aug 25 15:16:05.307 DEBGINFO initted freemap. size: 64adding route 172.17.0.51/32 -> 10.0.0.255,
57542026-08-25T15:16:07.104Zunit
57552026-08-25T15:16:07.104Z: freemap_route_ipv4
57562026-08-25T15:16:07.104ZAug 25 15:16:05.307Aug 25 15:16:05.307 Aug 25 15:16:05.307INFO adding route 172.17.0.44/32 -> 10.0.0.255DEBGDEBG
57572026-08-25T15:16:07.104Zreset freemapreplacing 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 } }],
57582026-08-25T15:16:07.104Zunit: Aug 25 15:16:05.307freemap_route_ipv4
57592026-08-25T15:16:07.104ZDEBG Aug 25 15:16:05.307replacing 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 } }]
57602026-08-25T15:16:07.104ZINFO
57612026-08-25T15:16:07.104Z Aug 25 15:16:05.307adding route 172.17.0.52/32 -> 10.0.0.255
57622026-08-25T15:16:07.104ZAug 25 15:16:05.307INFO DEBGadding route 172.17.0.45/32 -> 10.0.0.255 Aug 25 15:16:05.307
57632026-08-25T15:16:07.104Zinitted freemap. size: 64 , DEBGunit :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 } }]
57642026-08-25T15:16:07.104Zfreemap_route_ipv6
57652026-08-25T15:16:07.104Ztest route::tests::delete_targets_fragmented ... ok
57662026-08-25T15:16:07.104ZAug 25 15:16:05.307 Aug 25 15:16:05.307DEBG Aug 25 15:16:05.307Aug 25 15:16:05.307 INFO 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 } }]adding route 172.17.0.53/32 -> 10.0.0.255
57672026-08-25T15:16:07.104Ztest route::tests::delete_target_full ... ok
57682026-08-25T15:16:07.104Zreset freemap
57692026-08-25T15:16:07.104Z , DEBGunit : Aug 25 15:16:05.307freemap_route_ipv6replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57702026-08-25T15:16:07.104Z
57712026-08-25T15:16:07.104ZAug 25 15:16:05.307 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.8/32 -> 10.0.0.255Aug 25 15:16:05.307
57722026-08-25T15:16:07.104Z Aug 25 15:16:05.307INFO adding route 172.17.0.46/32 -> 10.0.0.255INFO
57732026-08-25T15:16:07.104Z
57742026-08-25T15:16:07.104Z Aug 25 15:16:05.307adding route 3fff:dead::/64 -> 2001:db8::55:1
57752026-08-25T15:16:07.104ZAug 25 15:16:05.307DEBGAug 25 15:16:05.307 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 } }]INFODEBG
57762026-08-25T15:16:07.104Z 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.54/32 -> 10.0.0.255
57772026-08-25T15:16:07.104Z
57782026-08-25T15:16:07.104ZAug 25 15:16:05.307Aug 25 15:16:05.307Aug 25 15:16:05.307 DEBG Aug 25 15:16:05.307 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 } }]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 } }]
57792026-08-25T15:16:07.104ZINFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255
57802026-08-25T15:16:07.104Z
57812026-08-25T15:16:07.104ZAug 25 15:16:05.307
57822026-08-25T15:16:07.104ZINFO adding route 172.17.0.55/32 -> 10.0.0.255
57832026-08-25T15:16:07.104ZAug 25 15:16:05.307 Aug 25 15:16:05.307INFO Aug 25 15:16:05.307Aug 25 15:16:05.307 DEBG 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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
57842026-08-25T15:16:07.104Z
57852026-08-25T15:16:07.104Z 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 } }]
57862026-08-25T15:16:07.104Z
57872026-08-25T15:16:07.104ZAug 25 15:16:05.307 INFO Aug 25 15:16:05.307Aug 25 15:16:05.307Aug 25 15:16:05.307 adding route 172.17.0.48/32 -> 10.0.0.255INFO
57882026-08-25T15:16:07.104ZDEBG 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 } }] adding route 172.17.0.10/32 -> 10.0.0.255
57892026-08-25T15:16:07.104Zadding route 172.17.0.56/32 -> 10.0.0.255
57902026-08-25T15:16:07.105Z
57912026-08-25T15:16:07.105ZAug 25 15:16:05.307 DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:16:05.307Aug 25 15:16:05.307Aug 25 15:16:05.307 DEBG
57922026-08-25T15:16:07.105ZINFODEBG 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.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 } }]
57932026-08-25T15:16:07.105Zadding route 3fff:dead::/64 -> 2001:db8::55:3
57942026-08-25T15:16:07.105Z
57952026-08-25T15:16:07.105ZAug 25 15:16:05.307 INFOAug 25 15:16:05.307 Aug 25 15:16:05.307 Aug 25 15:16:05.307INFOadding route 172.17.0.11/32 -> 10.0.0.255 DEBGadding route 172.17.0.57/32 -> 10.0.0.255INFO
57962026-08-25T15:16:07.105Z
57972026-08-25T15:16:07.105Z adding route 172.17.0.49/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 } }]
57982026-08-25T15:16:07.105Z
57992026-08-25T15:16:07.105ZAug 25 15:16:05.307Aug 25 15:16:05.307 DEBGDEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:16:05.307replacing 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
58002026-08-25T15:16:07.105Zreplacing 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 } }]
58012026-08-25T15:16:07.105Z
58022026-08-25T15:16:07.105ZAug 25 15:16:05.314 INFO adding route 172.17.0.50/32 -> 10.0.0.255Aug 25 15:16:05.307
58032026-08-25T15:16:07.105Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
58042026-08-25T15:16:07.105ZAug 25 15:16:05.314 Aug 25 15:16:05.314DEBGAug 25 15:16:05.314 Aug 25 15:16:05.314INFO DEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
58052026-08-25T15:16:07.110Zadding route 172.17.0.12/32 -> 10.0.0.255
58062026-08-25T15:16:07.110Zadding route 172.17.0.58/32 -> 10.0.0.255
58072026-08-25T15:16:07.110Z
58082026-08-25T15:16:07.110ZAug 25 15:16:05.314Aug 25 15:16:05.314 Aug 25 15:16:05.314Aug 25 15:16:05.314 DEBG DEBGreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
58092026-08-25T15:16:07.110Z
58102026-08-25T15:16:07.110Zadding route 172.17.0.51/32 -> 10.0.0.255
58112026-08-25T15:16:07.110ZAug 25 15:16:05.314 Aug 25 15:16:05.314INFO DEBGAug 25 15:16:05.314 adding route 172.17.0.59/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 } }]
58122026-08-25T15:16:07.110Z
58132026-08-25T15:16:07.110Z INFO adding route 172.17.0.13/32 -> 10.0.0.255
58142026-08-25T15:16:07.110ZAug 25 15:16:05.314Aug 25 15:16:05.314 Aug 25 15:16:05.314INFO DEBGDEBG adding route 172.17.0.52/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 } }]
58152026-08-25T15:16:07.110Z
58162026-08-25T15:16:07.110Z 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 } }]
58172026-08-25T15:16:07.110ZAug 25 15:16:05.314 DEBGAug 25 15:16:05.314 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
58182026-08-25T15:16:07.110Z Aug 25 15:16:05.314adding route 172.17.0.14/32 -> 10.0.0.255
58192026-08-25T15:16:07.110ZINFO adding route 172.17.0.60/32 -> 10.0.0.255
58202026-08-25T15:16:07.111ZAug 25 15:16:05.314 INFOAug 25 15:16:05.314 Aug 25 15:16:05.314DEBGadding route 172.17.0.53/32 -> 10.0.0.255
58212026-08-25T15:16:07.111Zreplacing 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 } }]
58222026-08-25T15:16:07.111ZDEBG 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 25 15:16:05.314
58232026-08-25T15:16:07.111Z DEBGAug 25 15:16:05.314 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 } }]INFOAug 25 15:16:05.314
58242026-08-25T15:16:07.111Z DEBGadding route 172.17.0.15/32 -> 10.0.0.255
58252026-08-25T15:16:07.111Zfailed to allocate space for the new target list
58262026-08-25T15:16:07.111ZAug 25 15:16:05.314Aug 25 15:16:05.314 Aug 25 15:16:05.314 DEBGDEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]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 } }]
58272026-08-25T15:16:07.111Z
58282026-08-25T15:16:07.111Z adding route 172.17.0.54/32 -> 10.0.0.255
58292026-08-25T15:16:07.111ZDEBGAug 25 15:16:05.314Aug 25 15:16:05.314 replacing targets for 3fff:dead::/64 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 } }]DEBGINFO
58302026-08-25T15:16:07.111Zreplacing 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 } }]
58312026-08-25T15:16:07.111Zadding route 172.17.0.16/32 -> 10.0.0.255
58322026-08-25T15:16:07.111ZAug 25 15:16:05.314 Aug 25 15:16:05.314INFO DEBGadding route 172.17.0.55/32 -> 10.0.0.255
58332026-08-25T15:16:07.111Zreplacing 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 } }]
58342026-08-25T15:16:07.111ZAug 25 15:16:05.314 Aug 25 15:16:05.314DEBG INFOreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58352026-08-25T15:16:07.111Zadding route 172.17.0.17/32 -> 10.0.0.255
58362026-08-25T15:16:07.111ZAug 25 15:16:05.314 Aug 25 15:16:05.314INFO DEBGadding route 172.17.0.56/32 -> 10.0.0.255
58372026-08-25T15:16:07.111Zreplacing 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 } }]
58382026-08-25T15:16:07.111ZAug 25 15:16:05.314 Aug 25 15:16:05.314DEBG 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 } }]
58392026-08-25T15:16:07.112Zadding route 172.17.0.18/32 -> 10.0.0.255
58402026-08-25T15:16:07.112ZAug 25 15:16:05.314Aug 25 15:16:05.314 INFODEBG adding route 172.17.0.57/32 -> 10.0.0.255replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58412026-08-25T15:16:07.112Z
58422026-08-25T15:16:07.112ZAug 25 15:16:05.314Aug 25 15:16:05.314 DEBGINFO replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.19/32 -> 10.0.0.255
58432026-08-25T15:16:07.112Z
58442026-08-25T15:16:07.112ZAug 25 15:16:05.314Aug 25 15:16:05.314 DEBGINFO replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.58/32 -> 10.0.0.255
58452026-08-25T15:16:07.112Z
58462026-08-25T15:16:07.112ZAug 25 15:16:05.314Aug 25 15:16:05.314 INFODEBG adding route 172.17.0.20/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 } }]
58472026-08-25T15:16:07.112Z
58482026-08-25T15:16:07.112ZAug 25 15:16:05.314Aug 25 15:16:05.314 DEBGINFO replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255
58492026-08-25T15:16:07.112Z
58502026-08-25T15:16:07.112ZAug 25 15:16:05.314Aug 25 15:16:05.314 INFODEBG 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 } }]
58512026-08-25T15:16:07.112Z
58522026-08-25T15:16:07.112ZAug 25 15:16:05.314Aug 25 15:16:05.314 DEBGINFO replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255
58532026-08-25T15:16:07.112Z
58542026-08-25T15:16:07.112ZAug 25 15:16:05.314Aug 25 15:16:05.314 INFODEBG adding route 172.17.0.22/32 -> 10.0.0.255replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58552026-08-25T15:16:07.112Z
58562026-08-25T15:16:07.112ZAug 25 15:16:05.314Aug 25 15:16:05.314 INFODEBG adding route 172.17.0.61/32 -> 10.0.0.255
58572026-08-25T15:16:07.112ZAug 25 15:16:05.314replacing 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 } }]
58582026-08-25T15:16:07.112ZDEBG 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 } }]
58592026-08-25T15:16:07.112ZAug 25 15:16:05.314 INFOAug 25 15:16:05.314 INFO adding route 172.17.0.62/32 -> 10.0.0.255
58602026-08-25T15:16:07.112Z adding route 172.17.0.23/32 -> 10.0.0.255
58612026-08-25T15:16:07.112ZAug 25 15:16:05.314 DEBG Aug 25 15:16:05.314replacing 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 } }]
58622026-08-25T15:16:07.112ZDEBG 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 } }]
58632026-08-25T15:16:07.112ZAug 25 15:16:05.314 DEBG Aug 25 15:16:05.314failed to allocate space for the new target list
58642026-08-25T15:16:07.112ZINFO adding route 172.17.0.24/32 -> 10.0.0.255
58652026-08-25T15:16:07.112ZAug 25 15:16:05.314 DEBG Aug 25 15:16:05.314replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
58662026-08-25T15:16:07.112ZDEBG 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 } }]
58672026-08-25T15:16:07.112Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
58682026-08-25T15:16:07.112ZAug 25 15:16:05.314 INFO adding route 172.17.0.25/32 -> 10.0.0.255
58692026-08-25T15:16:07.112ZAug 25 15:16:05.314 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 } }]
58702026-08-25T15:16:07.112ZAug 25 15:16:05.314 INFO adding route 172.17.0.26/32 -> 10.0.0.255
58712026-08-25T15:16:07.112ZAug 25 15:16:05.314 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 } }]
58722026-08-25T15:16:07.112ZAug 25 15:16:05.314 INFO adding route 172.17.0.27/32 -> 10.0.0.255
58732026-08-25T15:16:07.112ZAug 25 15:16:05.314 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 } }]
58742026-08-25T15:16:07.112ZAug 25 15:16:05.314 INFO adding route 172.17.0.28/32 -> 10.0.0.255
58752026-08-25T15:16:07.112ZAug 25 15:16:05.314 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 } }]
58762026-08-25T15:16:07.113ZAug 25 15:16:05.314 INFO adding route 172.17.0.29/32 -> 10.0.0.255
58772026-08-25T15:16:07.113ZAug 25 15:16:05.314 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 } }]
58782026-08-25T15:16:07.113ZAug 25 15:16:05.314 INFO adding route 172.17.0.30/32 -> 10.0.0.255
58792026-08-25T15:16:07.113ZAug 25 15:16:05.314 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 } }]
58802026-08-25T15:16:07.113ZAug 25 15:16:05.314 INFO adding route 172.17.0.31/32 -> 10.0.0.255
58812026-08-25T15:16:07.113Ztest route::tests::delete_targets_full ... ok
58822026-08-25T15:16:07.113Z
58832026-08-25T15:16:07.113Ztest result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
58842026-08-25T15:16:07.113Z
58852026-08-25T15:16:07.113ZAug 25 15:16:05.314 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 } }]
58862026-08-25T15:16:07.113ZAug 25 15:16:05.314 INFO adding route 172.17.0.32/32 -> 10.0.0.255
58872026-08-25T15:16:07.113ZAug 25 15:16:05.314 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 } }]
58882026-08-25T15:16:07.113ZAug 25 15:16:05.314 INFO adding route 172.17.0.33/32 -> 10.0.0.255
58892026-08-25T15:16:07.113ZAug 25 15:16:05.314 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 } }]
58902026-08-25T15:16:07.113ZAug 25 15:16:05.314 INFO adding route 172.17.0.34/32 -> 10.0.0.255
58912026-08-25T15:16:07.113ZAug 25 15:16:05.314 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 } }]
58922026-08-25T15:16:07.113ZAug 25 15:16:05.314 INFO adding route 172.17.0.35/32 -> 10.0.0.255
58932026-08-25T15:16:07.113ZAug 25 15:16:05.314 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 } }]
58942026-08-25T15:16:07.113ZAug 25 15:16:05.314 INFO adding route 172.17.0.36/32 -> 10.0.0.255
58952026-08-25T15:16:07.113ZAug 25 15:16:05.314 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 } }]
58962026-08-25T15:16:07.113ZAug 25 15:16:05.314 INFO adding route 172.17.0.37/32 -> 10.0.0.255
58972026-08-25T15:16:07.113ZAug 25 15:16:05.314 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 } }]
58982026-08-25T15:16:07.113ZAug 25 15:16:05.314 INFO adding route 172.17.0.38/32 -> 10.0.0.255
58992026-08-25T15:16:07.113ZAug 25 15:16:05.314 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 } }]
59002026-08-25T15:16:07.113ZAug 25 15:16:05.314 INFO adding route 172.17.0.39/32 -> 10.0.0.255
59012026-08-25T15:16:07.113ZAug 25 15:16:05.314 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 } }]
59022026-08-25T15:16:07.113ZAug 25 15:16:05.314 INFO adding route 172.17.0.40/32 -> 10.0.0.255
59032026-08-25T15:16:07.113ZAug 25 15:16:05.314 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 } }]
59042026-08-25T15:16:07.113ZAug 25 15:16:05.314 INFO adding route 172.17.0.41/32 -> 10.0.0.255
59052026-08-25T15:16:07.118ZAug 25 15:16:05.314 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 } }]
59062026-08-25T15:16:07.118ZAug 25 15:16:05.314 INFO adding route 172.17.0.42/32 -> 10.0.0.255
59072026-08-25T15:16:07.118ZAug 25 15:16:05.314 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 } }]
59082026-08-25T15:16:07.118ZAug 25 15:16:05.314 INFO adding route 172.17.0.43/32 -> 10.0.0.255
59092026-08-25T15:16:07.118ZAug 25 15:16:05.314 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 } }]
59102026-08-25T15:16:07.118ZAug 25 15:16:05.314 INFO adding route 172.17.0.44/32 -> 10.0.0.255
59112026-08-25T15:16:07.118ZAug 25 15:16:05.314 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 } }]
59122026-08-25T15:16:07.118ZAug 25 15:16:05.314 INFO adding route 172.17.0.45/32 -> 10.0.0.255
59132026-08-25T15:16:07.118ZAug 25 15:16:05.314 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 } }]
59142026-08-25T15:16:07.118ZAug 25 15:16:05.314 INFO adding route 172.17.0.46/32 -> 10.0.0.255
59152026-08-25T15:16:07.118ZAug 25 15:16:05.314 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 } }]
59162026-08-25T15:16:07.118ZAug 25 15:16:05.314 INFO adding route 172.17.0.47/32 -> 10.0.0.255
59172026-08-25T15:16:07.118ZAug 25 15:16:05.314 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 } }]
59182026-08-25T15:16:07.118ZAug 25 15:16:05.314 INFO adding route 172.17.0.48/32 -> 10.0.0.255
59192026-08-25T15:16:07.119ZAug 25 15:16:05.314 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 } }]
59202026-08-25T15:16:07.119ZAug 25 15:16:05.321 INFO adding route 172.17.0.49/32 -> 10.0.0.255
59212026-08-25T15:16:07.119ZAug 25 15:16:05.314Aug 25 15:16:05.321 DEBGDEBG created new freemapreplacing 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 } }],
59222026-08-25T15:16:07.119Zunit: freemap_route_ipv4
59232026-08-25T15:16:07.119ZAug 25 15:16:05.321 INFO adding route 172.17.0.50/32 -> 10.0.0.255
59242026-08-25T15:16:07.119ZAug 25 15:16:05.321 Aug 25 15:16:05.321DEBG created new freemap, unit: freemap_route_ipv6
59252026-08-25T15:16:07.119Z Aug 25 15:16:05.322DEBG DEBGreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59262026-08-25T15:16:07.119Zinitted freemap. size: 64, unit: freemap_route_ipv4Aug 25 15:16:05.322
59272026-08-25T15:16:07.119Z INFO adding route 172.17.0.51/32 -> 10.0.0.255
59282026-08-25T15:16:07.120ZAug 25 15:16:05.322 DEBG reset freemapAug 25 15:16:05.322, unitDEBG: 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 } }]freemap_route_ipv4
59292026-08-25T15:16:07.120Z
59302026-08-25T15:16:07.120ZAug 25 15:16:05.322Aug 25 15:16:05.322 INFODEBG adding route 172.17.0.52/32 -> 10.0.0.255initted freemap. size: 64
59312026-08-25T15:16:07.120Z, unit: freemap_route_ipv6
59322026-08-25T15:16:07.120ZAug 25 15:16:05.322 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 } }]Aug 25 15:16:05.322
59332026-08-25T15:16:07.120Z DEBG reset freemap, Aug 25 15:16:05.322unit :INFO freemap_route_ipv6adding route 172.17.0.53/32 -> 10.0.0.255
59342026-08-25T15:16:07.120Z
59352026-08-25T15:16:07.120ZAug 25 15:16:05.322Aug 25 15:16:05.322 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
59362026-08-25T15:16:07.120Z
59372026-08-25T15:16:07.120ZAug 25 15:16:05.322Aug 25 15:16:05.322 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255
59382026-08-25T15:16:07.120Z
59392026-08-25T15:16:07.120ZAug 25 15:16:05.322Aug 25 15:16:05.322 DEBGINFO replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2
59402026-08-25T15:16:07.120Z
59412026-08-25T15:16:07.120ZAug 25 15:16:05.322Aug 25 15:16:05.322 INFODEBG adding route 172.17.0.55/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 } }]
59422026-08-25T15:16:07.120Z
59432026-08-25T15:16:07.120ZAug 25 15:16:05.322Aug 25 15:16:05.322 DEBGINFO 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.3
59442026-08-25T15:16:07.120Z
59452026-08-25T15:16:07.120ZAug 25 15:16:05.322Aug 25 15:16:05.322 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 172.17.0.56/32 -> 10.0.0.255
59462026-08-25T15:16:07.120Z
59472026-08-25T15:16:07.120ZAug 25 15:16:05.322Aug 25 15:16:05.322 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }]
59482026-08-25T15:16:07.120Z
59492026-08-25T15:16:07.120ZAug 25 15:16:05.322Aug 25 15:16:05.322 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]adding route 172.17.0.57/32 -> 10.0.0.255
59502026-08-25T15:16:07.120Z
59512026-08-25T15:16:07.120ZAug 25 15:16:05.322Aug 25 15:16:05.322 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.16.0.0/32 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 } }]
59522026-08-25T15:16:07.120Z
59532026-08-25T15:16:07.120ZAug 25 15:16:05.322 INFO adding route 172.17.0.58/32 -> 10.0.0.255
59542026-08-25T15:16:07.120ZAug 25 15:16:05.322 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-25T15:16:07.120ZAug 25 15:16:05.322 INFO adding route 172.17.0.59/32 -> 10.0.0.255
59562026-08-25T15:16:07.120ZAug 25 15:16:05.322 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-25T15:16:07.120ZAug 25 15:16:05.322 INFO adding route 172.17.0.60/32 -> 10.0.0.255
59582026-08-25T15:16:07.120ZAug 25 15:16:05.322 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-25T15:16:07.120ZAug 25 15:16:05.322 DEBG failed to allocate space for the new target list
59602026-08-25T15:16:07.120ZAug 25 15:16:05.322 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-25T15:16:07.120Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-a804865a37201522)
59622026-08-25T15:16:07.120Z
59632026-08-25T15:16:07.120Zrunning 0 tests
59642026-08-25T15:16:07.120Z
59652026-08-25T15:16:07.120Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59662026-08-25T15:16:07.120Z
59672026-08-25T15:16:07.121Z Running unittests src/lib.rs (target/debug/deps/dpd_api-acda18f7a0b943fc)
59682026-08-25T15:16:07.121Z
59692026-08-25T15:16:07.121Zrunning 0 tests
59702026-08-25T15:16:07.121Z
59712026-08-25T15:16:07.121Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59722026-08-25T15:16:07.121Z
59732026-08-25T15:16:07.121Z Running unittests src/lib.rs (target/debug/deps/dpd_client-ed47d9a65b6b4825)
59742026-08-25T15:16:07.121Z
59752026-08-25T15:16:07.121Zrunning 6 tests
59762026-08-25T15:16:07.121Ztest tests::test_parse_client_port_id ... ok
59772026-08-25T15:16:07.121Ztest tests::test_port_id_cmp ... ok
59782026-08-25T15:16:07.121Ztest tests::test_full_lot_id_neither_present ... ok
59792026-08-25T15:16:07.121Ztest tests::test_full_lot_id_both_present ... ok
59802026-08-25T15:16:07.121Ztest tests::test_full_lot_id_lotnum_only ... ok
59812026-08-25T15:16:07.121Ztest tests::test_full_lot_id_lot_only ... ok
59822026-08-25T15:16:07.121Z
59832026-08-25T15:16:07.121Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59842026-08-25T15:16:07.121Z
59852026-08-25T15:16:07.121Z Running tests/test_all.rs (target/debug/deps/test_all-0f6543fcb0fd5fc6)
59862026-08-25T15:16:07.121Z
59872026-08-25T15:16:07.121Zrunning 0 tests
59882026-08-25T15:16:07.121Z
59892026-08-25T15:16:07.121Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59902026-08-25T15:16:07.121Z
59912026-08-25T15:16:07.121Z Running unittests src/lib.rs (target/debug/deps/dpd_types-13ccc83203b2fded)
59922026-08-25T15:16:07.121Z
59932026-08-25T15:16:07.121Zrunning 0 tests
59942026-08-25T15:16:07.121Z
59952026-08-25T15:16:07.121Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59962026-08-25T15:16:07.121Z
59972026-08-25T15:16:07.121Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a087f10fd23084c3)
59982026-08-25T15:16:07.125Z
59992026-08-25T15:16:07.125Zrunning 15 tests
60002026-08-25T15:16:07.125Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
60012026-08-25T15:16:07.125Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
60022026-08-25T15:16:07.125Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
60032026-08-25T15:16:07.125Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
60042026-08-25T15:16:07.125Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
60052026-08-25T15:16:07.125Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
60062026-08-25T15:16:07.126Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
60072026-08-25T15:16:07.126Ztest v1::network::tests::test_eui64 ... ok
60082026-08-25T15:16:07.126Ztest v1::network::tests::test_equal ... ok
60092026-08-25T15:16:07.126Ztest v1::network::tests::test_into ... ok
60102026-08-25T15:16:07.126Ztest v1::network::tests::test_not_equal ... ok
60112026-08-25T15:16:07.126Ztest v1::network::tests::test_to_string ... ok
60122026-08-25T15:16:07.126Ztest v1::port::tests::port_ids_are_ascii ... ok
60132026-08-25T15:16:07.126Ztest v1::network::tests::test_parse ... ok
60142026-08-25T15:16:07.126Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
60152026-08-25T15:16:07.126Z
60162026-08-25T15:16:07.126Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60172026-08-25T15:16:07.126Z
60182026-08-25T15:16:07.126Z Running unittests src/lib.rs (target/debug/deps/packet-ba01ebb1966a5934)
60192026-08-25T15:16:07.126Z
60202026-08-25T15:16:07.126Zrunning 12 tests
60212026-08-25T15:16:07.126Ztest lldp::test_lldp_parse ... ok
60222026-08-25T15:16:07.126Ztest icmp::test_v6_checksum ... ok
60232026-08-25T15:16:07.126Ztest ipv6::test_ipv6_parse ... ok
60242026-08-25T15:16:07.126Ztest icmp::test_v4_checksum ... ok
60252026-08-25T15:16:07.126Ztest pbuf::test_byte ... ok
60262026-08-25T15:16:07.126Ztest pbuf::test_nibble ... ok
60272026-08-25T15:16:07.126Ztest pbuf::test_overflow ... ok
60282026-08-25T15:16:07.126Ztest pbuf::test_short ... ok
60292026-08-25T15:16:07.126Ztest pbuf::test_twelve ... ok
60302026-08-25T15:16:07.126Ztest pbuf::test_word ... ok
60312026-08-25T15:16:07.130Ztest tcp::test_checksum_ack_data ... ok
60322026-08-25T15:16:07.130Ztest tcp::test_checksum_syn_nodata ... ok
60332026-08-25T15:16:07.130Z
60342026-08-25T15:16:07.130Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60352026-08-25T15:16:07.130Z
60362026-08-25T15:16:07.130Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
60372026-08-25T15:16:07.130Z
60382026-08-25T15:16:07.130Zrunning 0 tests
60392026-08-25T15:16:07.130Z
60402026-08-25T15:16:07.130Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60412026-08-25T15:16:07.130Z
60422026-08-25T15:16:07.130Z Running unittests src/main.rs (target/debug/deps/swadm-d1296a2fbade52c1)
60432026-08-25T15:16:07.134Z
60442026-08-25T15:16:07.134Zrunning 5 tests
60452026-08-25T15:16:07.134Ztest switchport::test::test_compute_lanes ... ok
60462026-08-25T15:16:07.134Ztest switchport::test::port_id_ordering ... ok
60472026-08-25T15:16:07.134Z Lane 0 Lane 1 Lane 0 Lane 2 Lane 3
60482026-08-25T15:16:07.134ZLane 1 Lane 2 State: Activated Lane 3Activated
60492026-08-25T15:16:07.134Z Activated Rx Loss-of-lock: Yes Activated
60502026-08-25T15:16:07.134ZYes Rx Output Enabled: falseYes falseYes
60512026-08-25T15:16:07.134Zfalse Rx Loss-of-signal: Yes falseYes
60522026-08-25T15:16:07.134Z Yes Rx Output Status: valid Yes
60532026-08-25T15:16:07.134Zvalid Rx CDR Enabled: Yes valid Yes valid
60542026-08-25T15:16:07.134ZYes Rx Loss-of-lock: trueYes
60552026-08-25T15:16:07.134Ztrue Tx Enabled: Yes trueYes true
60562026-08-25T15:16:07.134ZYes Rx Loss-of-signal: falseYes
60572026-08-25T15:16:07.134Z Tx Loss-of-lock: No false No Nofalse Nofalse
60582026-08-25T15:16:07.134Z
60592026-08-25T15:16:07.135Z Tx Loss-of-signal: NoRx Auto-squelch Disable: true No true No trueNo
60602026-08-25T15:16:07.135Ztrue
60612026-08-25T15:16:07.135Z Tx CDR Enabled: No Tx Output Enabled: true No trueNo Notrue
60622026-08-25T15:16:07.135Z true
60632026-08-25T15:16:07.135Z Tx Adaptive EQ Fault: No Tx Output Status: invalid No invalidNo invalidNo
60642026-08-25T15:16:07.135Zinvalid
60652026-08-25T15:16:07.135Z Tx Fault: Yes Tx Loss-of-lock: false Yes falseYes Yesfalse
60662026-08-25T15:16:07.135Z false
60672026-08-25T15:16:07.135Z Tx Loss-of-signal: true true true true
60682026-08-25T15:16:07.135ZTx Auto-squelch Disable: false false false false
60692026-08-25T15:16:07.135Z Tx Adaptive EQ Fail: true true true true
60702026-08-25T15:16:07.135Z Tx Failure: false false false false
60712026-08-25T15:16:07.135Z Tx Force Squelch: true true true true
60722026-08-25T15:16:07.135Z Tx Input Polarity: normal normal normal normal
60732026-08-25T15:16:07.135Ztest switchport::test::test_print_sff_datapath ... ok
60742026-08-25T15:16:07.135Ztest switchport::test::test_print_cmis_datapath ... ok
60752026-08-25T15:16:07.139Ztest link::test_filter ... ok
60762026-08-25T15:16:07.139Z
60772026-08-25T15:16:07.139Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60782026-08-25T15:16:07.139Z
60792026-08-25T15:16:07.139Z Running tests/counters.rs (target/debug/deps/counters-aecad265e7a0b390)
60802026-08-25T15:16:07.139Z
60812026-08-25T15:16:07.139Zrunning 1 test
60822026-08-25T15:16:07.139Ztest test_p4_counter_list ... ignored
60832026-08-25T15:16:07.139Z
60842026-08-25T15:16:07.139Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
60852026-08-25T15:16:07.139Z
60862026-08-25T15:16:07.139Z Running tests/port-link.rs (target/debug/deps/port_link-36820cbf083b7ae3)
60872026-08-25T15:16:07.142Z
60882026-08-25T15:16:07.142Zrunning 5 tests
60892026-08-25T15:16:07.142Ztest test_an ... ignored
60902026-08-25T15:16:07.142Ztest test_enable ... ignored
60912026-08-25T15:16:07.142Ztest test_ip_addresses ... ignored
60922026-08-25T15:16:07.142Ztest test_kr ... ignored
60932026-08-25T15:16:07.142Ztest test_mac ... ignored
60942026-08-25T15:16:07.142Z
60952026-08-25T15:16:07.142Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
60962026-08-25T15:16:07.142Z
60972026-08-25T15:16:07.142Z Running unittests src/main.rs (target/debug/deps/tfportd-1718e82b6bca7b26)
60982026-08-25T15:16:07.146Z
60992026-08-25T15:16:07.146Zrunning 3 tests
61002026-08-25T15:16:07.146Ztest linklocal::test_parse_ipadm ... ok
61012026-08-25T15:16:07.146Ztest tfport::test_parse_tfport ... ok
61022026-08-25T15:16:07.146Ztest config::tests::test_updates ... ok
61032026-08-25T15:16:07.146Z
61042026-08-25T15:16:07.146Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61052026-08-25T15:16:07.146Z
61062026-08-25T15:16:07.146Z Running unittests src/main.rs (target/debug/deps/uplinkd-58387cf59eafe330)
61072026-08-25T15:16:07.149Z
61082026-08-25T15:16:07.149Zrunning 0 tests
61092026-08-25T15:16:07.149Z
61102026-08-25T15:16:07.149Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61112026-08-25T15:16:07.149Z
61122026-08-25T15:16:07.149Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
61132026-08-25T15:16:07.150Z
61142026-08-25T15:16:07.150Zrunning 0 tests
61152026-08-25T15:16:07.150Z
61162026-08-25T15:16:07.150Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61172026-08-25T15:16:07.150Z
61182026-08-25T15:16:07.150Z Doc-tests aal
61192026-08-25T15:16:07.360Z
61202026-08-25T15:16:07.360Zrunning 0 tests
61212026-08-25T15:16:07.360Z
61222026-08-25T15:16:07.360Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61232026-08-25T15:16:07.360Z
61242026-08-25T15:16:07.383Z Doc-tests aal_macros
61252026-08-25T15:16:07.449Z
61262026-08-25T15:16:07.449Zrunning 0 tests
61272026-08-25T15:16:07.449Z
61282026-08-25T15:16:07.449Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61292026-08-25T15:16:07.449Z
61302026-08-25T15:16:07.458Z Doc-tests common
61312026-08-25T15:16:07.687Z
61322026-08-25T15:16:07.687Zrunning 0 tests
61332026-08-25T15:16:07.687Z
61342026-08-25T15:16:07.687Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61352026-08-25T15:16:07.687Z
61362026-08-25T15:16:07.712Z Doc-tests dpd_api
61372026-08-25T15:16:08.411Z
61382026-08-25T15:16:08.412Zrunning 2 tests
61392026-08-25T15:16:08.412Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
61402026-08-25T15:16:08.412Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
61412026-08-25T15:16:08.412Z
61422026-08-25T15:16:08.412Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
61432026-08-25T15:16:08.412Z
61442026-08-25T15:16:08.440Z Doc-tests dpd_client
61452026-08-25T15:16:09.826Z
61462026-08-25T15:16:09.826Zrunning 0 tests
61472026-08-25T15:16:09.826Z
61482026-08-25T15:16:09.826Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61492026-08-25T15:16:09.826Z
61502026-08-25T15:16:09.875Z Doc-tests dpd_types
61512026-08-25T15:16:10.058Z
61522026-08-25T15:16:10.058Zrunning 0 tests
61532026-08-25T15:16:10.058Z
61542026-08-25T15:16:10.058Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61552026-08-25T15:16:10.058Z
61562026-08-25T15:16:10.080Z Doc-tests dpd_types_versions
61572026-08-25T15:16:11.578Z
61582026-08-25T15:16:11.578Zrunning 1 test
61592026-08-25T15:16:11.578Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
61602026-08-25T15:16:11.578Z
61612026-08-25T15:16:11.578Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
61622026-08-25T15:16:11.578Z
61632026-08-25T15:16:11.623Z Doc-tests packet
61642026-08-25T15:16:11.843Z
61652026-08-25T15:16:11.843Zrunning 0 tests
61662026-08-25T15:16:11.843Z
61672026-08-25T15:16:11.843Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61682026-08-25T15:16:11.843Z
61692026-08-25T15:16:11.867Z Doc-tests pcap
61702026-08-25T15:16:11.918Z
61712026-08-25T15:16:11.918Zrunning 0 tests
61722026-08-25T15:16:11.918Z
61732026-08-25T15:16:11.918Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61742026-08-25T15:16:11.918Z
61752026-08-25T15:16:11.964Z+ for feat in tofino_stub tofino_asic softnpu chaos
61762026-08-25T15:16:11.964Z+ RUST_BACKTRACE=full
61772026-08-25T15:16:11.964Z+ cargo test --features softnpu --no-fail-fast
61782026-08-25T15:16:12.608Z Compiling num-integer v0.1.46
61792026-08-25T15:16:12.690Z Compiling num-complex v0.4.6
61802026-08-25T15:16:12.727Z Compiling bitstruct_derive v0.1.0
61812026-08-25T15:16:12.737Z Compiling tap v1.0.1
61822026-08-25T15:16:12.846Z Compiling wyz v0.5.1
61832026-08-25T15:16:12.981Z Compiling num-rational v0.4.2
61842026-08-25T15:16:13.012Z Compiling num-iter v0.1.45
61852026-08-25T15:16:13.026Z Compiling num-bigint v0.4.6
61862026-08-25T15:16:13.115Z Compiling radium v0.7.0
61872026-08-25T15:16:13.129Z Compiling funty v2.0.0
61882026-08-25T15:16:13.157Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
61892026-08-25T15:16:13.213Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61902026-08-25T15:16:13.329Z Compiling num v0.4.3
61912026-08-25T15:16:13.395Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
61922026-08-25T15:16:13.414Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61932026-08-25T15:16:13.425Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61942026-08-25T15:16:13.493Z Compiling bitvec v1.0.1
61952026-08-25T15:16:13.542Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61962026-08-25T15:16:13.678Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
61972026-08-25T15:16:13.714Z Compiling typeid v1.0.3
61982026-08-25T15:16:13.790Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61992026-08-25T15:16:13.801Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62002026-08-25T15:16:13.828Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62012026-08-25T15:16:14.128Z Compiling ascii v1.1.0
62022026-08-25T15:16:14.414Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62032026-08-25T15:16:14.623Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62042026-08-25T15:16:14.693Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62052026-08-25T15:16:14.844Z Compiling erased-serde v0.4.8
62062026-08-25T15:16:14.895Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
62072026-08-25T15:16:14.940Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
62082026-08-25T15:16:15.127Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62092026-08-25T15:16:15.131Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
62102026-08-25T15:16:15.324Z Compiling bitstruct v0.1.1
62112026-08-25T15:16:15.639Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
62122026-08-25T15:16:15.724Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62132026-08-25T15:16:15.727Z Compiling serde_arrays v0.1.0
62142026-08-25T15:16:15.768Z Compiling libloading v0.7.4
62152026-08-25T15:16:15.917Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
62162026-08-25T15:16:16.523Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62172026-08-25T15:16:16.778Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
62182026-08-25T15:16:16.864Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62192026-08-25T15:16:17.942Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
62202026-08-25T15:16:18.790Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
62212026-08-25T15:16:24.951Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62222026-08-25T15:16:25.163Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
62232026-08-25T15:16:25.167Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62242026-08-25T15:16:25.167Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62252026-08-25T15:16:25.240Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62262026-08-25T15:16:26.204Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62272026-08-25T15:16:27.392Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
62282026-08-25T15:16:27.646Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62292026-08-25T15:16:32.872Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62302026-08-25T15:16:33.108Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62312026-08-25T15:16:41.497Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62322026-08-25T15:16:43.930Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62332026-08-25T15:16:47.546Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
62342026-08-25T15:17:26.667Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 14s
62352026-08-25T15:17:26.786Z Running unittests src/lib.rs (target/debug/deps/aal-169c9c6e8c7e0be8)
62362026-08-25T15:17:26.840Z
62372026-08-25T15:17:26.840Zrunning 0 tests
62382026-08-25T15:17:26.840Z
62392026-08-25T15:17:26.843Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62402026-08-25T15:17:26.843Z
62412026-08-25T15:17:26.843Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
62422026-08-25T15:17:26.843Z
62432026-08-25T15:17:26.844Zrunning 0 tests
62442026-08-25T15:17:26.844Z
62452026-08-25T15:17:26.844Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62462026-08-25T15:17:26.844Z
62472026-08-25T15:17:26.844Z Running unittests src/lib.rs (target/debug/deps/asic-9778e4a822966eeb)
62482026-08-25T15:17:26.844Z
62492026-08-25T15:17:26.844Zrunning 0 tests
62502026-08-25T15:17:26.845Z
62512026-08-25T15:17:26.845Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62522026-08-25T15:17:26.845Z
62532026-08-25T15:17:26.845Z Running unittests src/lib.rs (target/debug/deps/common-6afafc4407b0a90c)
62542026-08-25T15:17:26.845Z
62552026-08-25T15:17:26.845Zrunning 4 tests
62562026-08-25T15:17:26.845Ztest network::tests::test_generate_ipv6_link_local ... ok
62572026-08-25T15:17:26.845Ztest nat::tests::test_vni ... ok
62582026-08-25T15:17:26.845Ztest test_purge ... ok
62592026-08-25T15:17:26.845Ztest illumos::test::address_exists_handles_missing_object ... ok
62602026-08-25T15:17:26.845Z
62612026-08-25T15:17:26.845Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
62622026-08-25T15:17:26.845Z
62632026-08-25T15:17:26.845Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-3b6a1705a6b97607)
62642026-08-25T15:17:26.845Z
62652026-08-25T15:17:26.845Zrunning 1 test
62662026-08-25T15:17:26.850Z -------
62672026-08-25T15:17:26.850Z Generating OpenAPI documents from API definitions ...
62682026-08-25T15:17:26.989Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
62692026-08-25T15:17:27.064Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
62702026-08-25T15:17:28.120Z -------
62712026-08-25T15:17:28.120Z Checking 13 OpenAPI documents...
62722026-08-25T15:17:28.120Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
62732026-08-25T15:17:28.120Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
62742026-08-25T15:17:28.120Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
62752026-08-25T15:17:28.120Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
62762026-08-25T15:17:28.123Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
62772026-08-25T15:17:28.123Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
62782026-08-25T15:17:28.123Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
62792026-08-25T15:17:28.123Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
62802026-08-25T15:17:28.123Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
62812026-08-25T15:17:28.123Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
62822026-08-25T15:17:28.123Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
62832026-08-25T15:17:28.123Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
62842026-08-25T15:17:28.123Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
62852026-08-25T15:17:28.123Z Fresh dpd "latest" symlink
62862026-08-25T15:17:28.123Z -------
62872026-08-25T15:17:28.123Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
62882026-08-25T15:17:28.189Ztest test::test_apis_up_to_date ... ok
62892026-08-25T15:17:28.189Z
62902026-08-25T15:17:28.189Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.35s
62912026-08-25T15:17:28.189Z
62922026-08-25T15:17:28.252Z Running unittests src/main.rs (target/debug/deps/dpd-8083d66362bc5a10)
62932026-08-25T15:17:28.260Z
62942026-08-25T15:17:28.260Zrunning 34 tests
62952026-08-25T15:17:28.265Ztest freemap::test_ordering ... ok
62962026-08-25T15:17:28.265Ztest config::tests::test_updates ... ok
62972026-08-25T15:17:28.265Ztest dhcpv6::tests::test_create_duid_bytes ... ok
62982026-08-25T15:17:28.265Ztest freemap::test_split ... ok
62992026-08-25T15:17:28.265Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
63002026-08-25T15:17:28.265Ztest macaddrs::tests::test_mac_offset ... ok
63012026-08-25T15:17:28.265Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
63022026-08-25T15:17:28.265Ztest macaddrs::tests::test_parse_port_id ... ok
63032026-08-25T15:17:28.265ZAug 25 15:17:26.505 DEBG created new freemap, Aug 25 15:17:26.505unit Aug 25 15:17:26.505DEBG: created new freemapfreemap_testDEBG, unitcreated new freemap:
63042026-08-25T15:17:28.265Z, unitfreemap_testAug 25 15:17:26.505
63052026-08-25T15:17:28.265Z: DEBGfreemap_test
63062026-08-25T15:17:28.265Zcreated new freemap, Aug 25 15:17:26.505unitAug 25 15:17:26.505:Aug 25 15:17:26.505 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, freemap_test, unitunit
63072026-08-25T15:17:28.265Z: : freemap_test DEBG
63082026-08-25T15:17:28.265Zfreemap_test initted freemap. size: 128
63092026-08-25T15:17:28.265Z, Aug 25 15:17:26.505Aug 25 15:17:26.505unit DEBGDEBG reset freemapAug 25 15:17:26.505, initted freemap. size: 128 :unit, unit:DEBG: reset freemapfreemap_test,
63102026-08-25T15:17:28.265Zfreemap_testfreemap_testunit
63112026-08-25T15:17:28.265Z:
63122026-08-25T15:17:28.265Z freemap_test
63132026-08-25T15:17:28.265ZAug 25 15:17:26.505Aug 25 15:17:26.505 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test
63142026-08-25T15:17:28.265Ztest nat::test_mapping ... ok
63152026-08-25T15:17:28.265Z
63162026-08-25T15:17:28.265Ztest freemap::test_exhaustion ... ok
63172026-08-25T15:17:28.265Ztest freemap::test_reclaim ... ok
63182026-08-25T15:17:28.265Ztest freemap::test_free ... ok
63192026-08-25T15:17:28.265Ztest freemap::test_basic ... ok
63202026-08-25T15:17:28.265Ztest port_map::tests::test_backplane_group ... ok
63212026-08-25T15:17:28.265Ztest port_map::tests::test_port_map ... ok
63222026-08-25T15:17:28.265Ztest port_map::tests::dump_map ... ok
63232026-08-25T15:17:28.265ZAug 25 15:17:26.505 DEBG created new freemap, unit: freemap_test
63242026-08-25T15:17:28.265ZAug 25 15:17:26.505 DEBG initted freemap. size: 8, unit: freemap_test
63252026-08-25T15:17:28.265ZAug 25 15:17:26.505 DEBG reset freemap, unit: freemap_test
63262026-08-25T15:17:28.265Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
63272026-08-25T15:17:28.265ZAug 25 15:17:26.506 DEBG created new freemap, unit: freemap_test
63282026-08-25T15:17:28.265ZAug 25 15:17:26.506 DEBG initted freemap. size: 128, unit: freemap_test
63292026-08-25T15:17:28.266ZAug 25 15:17:26.506 DEBG reset freemap, unit: freemap_test
63302026-08-25T15:17:28.266ZAug 25 15:17:26.506 DEBG created new freemap, unit: freemap_route_ipv4
63312026-08-25T15:17:28.266ZAug 25 15:17:26.506 DEBG created new freemap, unit: freemap_route_ipv6
63322026-08-25T15:17:28.266ZAug 25 15:17:26.506Aug 25 15:17:26.506 DEBGDEBG created new freemapinitted freemap. size: 64, , unitunit:: freemap_route_ipv4freemap_route_ipv4
63332026-08-25T15:17:28.266Z
63342026-08-25T15:17:28.266ZAug 25 15:17:26.506Aug 25 15:17:26.506 DEBGDEBG reset freemapcreated new freemap, , unitunit:: freemap_route_ipv4freemap_route_ipv6
63352026-08-25T15:17:28.266Z
63362026-08-25T15:17:28.266ZAug 25 15:17:26.506Aug 25 15:17:26.506 DEBGDEBG initted freemap. size: 64initted freemap. size: 64, , unitunit:: freemap_route_ipv6freemap_route_ipv4
63372026-08-25T15:17:28.266Z
63382026-08-25T15:17:28.266ZAug 25 15:17:26.506Aug 25 15:17:26.506 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_route_ipv4freemap_route_ipv6
63392026-08-25T15:17:28.266Z
63402026-08-25T15:17:28.266ZAug 25 15:17:26.506Aug 25 15:17:26.506 DEBGINFO initted freemap. size: 64adding route 3fff:dead::/64 -> 2001:db8::55:1,
63412026-08-25T15:17:28.266Zunit: freemap_route_ipv6
63422026-08-25T15:17:28.266ZAug 25 15:17:26.506 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 25 15:17:26.506
63432026-08-25T15:17:28.266Z DEBG reset freemapAug 25 15:17:26.506, unitINFO: adding route 3fff:beef::/64 -> 2001:db8::55:fffreemap_route_ipv6
63442026-08-25T15:17:28.266Z
63452026-08-25T15:17:28.266ZAug 25 15:17:26.506Aug 25 15:17:26.506 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:dead::/64 -> 2001:db8::55:1
63462026-08-25T15:17:28.266Z
63472026-08-25T15:17:28.266ZAug 25 15:17:26.506Aug 25 15:17:26.506 INFODEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
63482026-08-25T15:17:28.266Z
63492026-08-25T15:17:28.266ZAug 25 15:17:26.506Aug 25 15:17:26.506 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }]
63502026-08-25T15:17:28.266Z
63512026-08-25T15:17:28.266ZAug 25 15:17:26.506Aug 25 15:17:26.506 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
63522026-08-25T15:17:28.266Ztest freemap::test_span ... ok
63532026-08-25T15:17:28.266Z
63542026-08-25T15:17:28.268ZAug 25 15:17:26.506Aug 25 15:17:26.506 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
63552026-08-25T15:17:28.268Z
63562026-08-25T15:17:28.268ZAug 25 15:17:26.506 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
63572026-08-25T15:17:28.268ZAug 25 15:17:26.506 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 } }]
63582026-08-25T15:17:28.268Ztest api_server::tests::test_build_info ... ok
63592026-08-25T15:17:28.268ZAug 25 15:17:26.506 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
63602026-08-25T15:17:28.268ZAug 25 15:17:26.506 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 } }]
63612026-08-25T15:17:28.268ZAug 25 15:17:26.506Aug 25 15:17:26.506 INFODEBG adding route 3fff:beef:5::/64 -> 2001:db8::55:ffcreated new freemap
63622026-08-25T15:17:28.268Z, unit: freemap_route_ipv4Aug 25 15:17:26.506
63632026-08-25T15:17:28.268Z 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 } }]
63642026-08-25T15:17:28.268ZAug 25 15:17:26.506 DEBG created new freemapAug 25 15:17:26.506, unitINFO: adding route 3fff:beef:6::/64 -> 2001:db8::55:fffreemap_route_ipv6
63652026-08-25T15:17:28.268Z
63662026-08-25T15:17:28.268ZAug 25 15:17:26.506Aug 25 15:17:26.506 DEBGDEBG 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 } }],
63672026-08-25T15:17:28.268Zunit: Aug 25 15:17:26.506freemap_route_ipv4
63682026-08-25T15:17:28.268ZINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
63692026-08-25T15:17:28.268ZAug 25 15:17:26.506 DEBG Aug 25 15:17:26.506reset freemap , 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 } }]
63702026-08-25T15:17:28.268Zfreemap_route_ipv4
63712026-08-25T15:17:28.268ZAug 25 15:17:26.506 Aug 25 15:17:26.506INFO DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
63722026-08-25T15:17:28.268Zinitted freemap. size: 64, unit:Aug 25 15:17:26.506 freemap_route_ipv6DEBG
63732026-08-25T15:17:28.268Z 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 25 15:17:26.506 DEBG reset freemap, unit: freemap_route_ipv6
63742026-08-25T15:17:28.268ZAug 25 15:17:26.506 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
63752026-08-25T15:17:28.268ZAug 25 15:17:26.506 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 } }]
63762026-08-25T15:17:28.268ZAug 25 15:17:26.506 INFO
63772026-08-25T15:17:28.268Z adding route 3fff:dead::/64 -> 2001:db8::55:1
63782026-08-25T15:17:28.268ZAug 25 15:17:26.506 INFOAug 25 15:17:26.506 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG
63792026-08-25T15:17:28.268Z 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 } }]
63802026-08-25T15:17:28.268ZAug 25 15:17:26.506 DEBG Aug 25 15:17:26.506replacing 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 } }]
63812026-08-25T15:17:28.268ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1
63822026-08-25T15:17:28.268ZAug 25 15:17:26.506 INFO Aug 25 15:17:26.506adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
63832026-08-25T15:17:28.268ZDEBG 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 } }]
63842026-08-25T15:17:28.268ZAug 25 15:17:26.506 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 } }]
63852026-08-25T15:17:28.268ZAug 25 15:17:26.506 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 25 15:17:26.506
63862026-08-25T15:17:28.268Z INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
63872026-08-25T15:17:28.268ZAug 25 15:17:26.506 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 25 15:17:26.506
63882026-08-25T15:17:28.268Z 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 } }]
63892026-08-25T15:17:28.268ZAug 25 15:17:26.506 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 25 15:17:26.506
63902026-08-25T15:17:28.268Z INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
63912026-08-25T15:17:28.269ZAug 25 15:17:26.506 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 25 15:17:26.506
63922026-08-25T15:17:28.269Z 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 } }]
63932026-08-25T15:17:28.269ZAug 25 15:17:26.506 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 25 15:17:26.506
63942026-08-25T15:17:28.269Z INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
63952026-08-25T15:17:28.273ZAug 25 15:17:26.506 Aug 25 15:17:26.506DEBG DEBGreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63962026-08-25T15:17:28.273Zreplacing 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 } }]
63972026-08-25T15:17:28.273ZAug 25 15:17:26.506Aug 25 15:17:26.506 INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
63982026-08-25T15:17:28.273Z
63992026-08-25T15:17:28.273ZAug 25 15:17:26.506Aug 25 15:17:26.506 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: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 } }]
64002026-08-25T15:17:28.273Z
64012026-08-25T15:17:28.273ZAug 25 15:17:26.506Aug 25 15:17:26.506 INFOINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
64022026-08-25T15:17:28.273Z
64032026-08-25T15:17:28.273ZAug 25 15:17:26.506Aug 25 15:17:26.506 DEBGDEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
64042026-08-25T15:17:28.273Z
64052026-08-25T15:17:28.273ZAug 25 15:17:26.506Aug 25 15:17:26.506 INFOINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
64062026-08-25T15:17:28.273Z
64072026-08-25T15:17:28.273ZAug 25 15:17:26.506Aug 25 15:17:26.506 DEBGDEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
64082026-08-25T15:17:28.273Z
64092026-08-25T15:17:28.273ZAug 25 15:17:26.506Aug 25 15:17:26.506 INFOINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
64102026-08-25T15:17:28.273Z
64112026-08-25T15:17:28.273ZAug 25 15:17:26.506Aug 25 15:17:26.506 DEBGDEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64122026-08-25T15:17:28.273Z
64132026-08-25T15:17:28.273ZAug 25 15:17:26.506Aug 25 15:17:26.506 INFOINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
64142026-08-25T15:17:28.273Z
64152026-08-25T15:17:28.273ZAug 25 15:17:26.506Aug 25 15:17:26.506 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: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 } }]
64162026-08-25T15:17:28.273Z
64172026-08-25T15:17:28.273ZAug 25 15:17:26.506 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
64182026-08-25T15:17:28.273ZAug 25 15:17:26.506 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 } }]
64192026-08-25T15:17:28.273ZAug 25 15:17:26.506Aug 25 15:17:26.506 INFOINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
64202026-08-25T15:17:28.273Z
64212026-08-25T15:17:28.273ZAug 25 15:17:26.507Aug 25 15:17:26.507 DEBGDEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
64222026-08-25T15:17:28.273Z
64232026-08-25T15:17:28.274ZAug 25 15:17:26.507Aug 25 15:17:26.507 INFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
64242026-08-25T15:17:28.274Z
64252026-08-25T15:17:28.274ZAug 25 15:17:26.507Aug 25 15:17:26.507 DEBGDEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }]
64262026-08-25T15:17:28.274Z
64272026-08-25T15:17:28.274ZAug 25 15:17:26.507Aug 25 15:17:26.507 INFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
64282026-08-25T15:17:28.274Z
64292026-08-25T15:17:28.274ZAug 25 15:17:26.507Aug 25 15:17:26.507 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 } }]
64302026-08-25T15:17:28.274Z
64312026-08-25T15:17:28.274ZAug 25 15:17:26.507Aug 25 15:17:26.507 INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
64322026-08-25T15:17:28.274Z
64332026-08-25T15:17:28.274ZAug 25 15:17:26.507Aug 25 15:17:26.507 DEBGDEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
64342026-08-25T15:17:28.274Z
64352026-08-25T15:17:28.274ZAug 25 15:17:26.507Aug 25 15:17:26.507 INFOINFO Aug 25 15:17:26.507 adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
64362026-08-25T15:17:28.274ZDEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
64372026-08-25T15:17:28.274Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
64382026-08-25T15:17:28.274Ztest port_map::tests::parse_softnpu_revision ... ok
64392026-08-25T15:17:28.274ZAug 25 15:17:26.507 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 } }]
64402026-08-25T15:17:28.274ZAug 25 15:17:26.507 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
64412026-08-25T15:17:28.274ZAug 25 15:17:26.507 DEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64422026-08-25T15:17:28.274ZAug 25 15:17:26.507 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
64432026-08-25T15:17:28.274ZAug 25 15:17:26.507Aug 25 15:17:26.507 DEBGDEBG created new freemapreplacing 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 } }],
64442026-08-25T15:17:28.274Zunit: freemap_route_ipv4
64452026-08-25T15:17:28.274ZAug 25 15:17:26.507 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
64462026-08-25T15:17:28.274ZAug 25 15:17:26.507 DEBG created new freemapAug 25 15:17:26.507, unitDEBG: replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
64472026-08-25T15:17:28.274Z
64482026-08-25T15:17:28.274ZAug 25 15:17:26.507Aug 25 15:17:26.507 INFODEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffinitted freemap. size: 64
64492026-08-25T15:17:28.274Z, unit:Aug 25 15:17:26.507 freemap_route_ipv4DEBG
64502026-08-25T15:17:28.274Z 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 } }]
64512026-08-25T15:17:28.274ZAug 25 15:17:26.507 Aug 25 15:17:26.507DEBG INFOreset freemap , adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffunit
64522026-08-25T15:17:28.274Z: freemap_route_ipv4
64532026-08-25T15:17:28.274ZAug 25 15:17:26.507Aug 25 15:17:26.507 DEBGDEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64
64542026-08-25T15:17:28.274Z, unit: freemap_route_ipv6Aug 25 15:17:26.507
64552026-08-25T15:17:28.274Z INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
64562026-08-25T15:17:28.274ZAug 25 15:17:26.507Aug 25 15:17:26.507 DEBGDEBG reset freemapreplacing 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 25 15:17:26.507, unitDEBG
64572026-08-25T15:17:28.274Z: replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
64582026-08-25T15:17:28.274Z
64592026-08-25T15:17:28.274ZAug 25 15:17:26.507Aug 25 15:17:26.507 Aug 25 15:17:26.507 INFOINFOINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
64602026-08-25T15:17:28.274Zadding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
64612026-08-25T15:17:28.275Z
64622026-08-25T15:17:28.275ZAug 25 15:17:26.507Aug 25 15:17:26.507Aug 25 15:17:26.507 DEBGDEBG DEBGreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
64632026-08-25T15:17:28.275Zreplacing 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 } }]
64642026-08-25T15:17:28.275Z
64652026-08-25T15:17:28.275ZAug 25 15:17:26.507Aug 25 15:17:26.507 Aug 25 15:17:26.507 INFO INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFOadding route 3fff:dead::/64 -> 2001:db8::55:2
64662026-08-25T15:17:28.275Z
64672026-08-25T15:17:28.275Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
64682026-08-25T15:17:28.275ZAug 25 15:17:26.507Aug 25 15:17:26.507 Aug 25 15:17:26.507 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: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
64692026-08-25T15:17:28.275Z
64702026-08-25T15:17:28.275Z 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 } }]
64712026-08-25T15:17:28.275ZAug 25 15:17:26.507Aug 25 15:17:26.507 Aug 25 15:17:26.507 INFOINFOINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff
64722026-08-25T15:17:28.275Z
64732026-08-25T15:17:28.275Z
64742026-08-25T15:17:28.275ZAug 25 15:17:26.507Aug 25 15:17:26.507Aug 25 15:17:26.507 DEBGDEBGDEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
64752026-08-25T15:17:28.276Z
64762026-08-25T15:17:28.276Zreplacing 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 } }]
64772026-08-25T15:17:28.276ZAug 25 15:17:26.507Aug 25 15:17:26.507 Aug 25 15:17:26.507 INFOINFOINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
64782026-08-25T15:17:28.276Z
64792026-08-25T15:17:28.276Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
64802026-08-25T15:17:28.276ZAug 25 15:17:26.507Aug 25 15:17:26.507Aug 25 15:17:26.507 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:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64812026-08-25T15:17:28.276Z
64822026-08-25T15:17:28.276ZDEBG 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 } }]
64832026-08-25T15:17:28.276ZAug 25 15:17:26.507Aug 25 15:17:26.507 Aug 25 15:17:26.507 INFOINFO INFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
64842026-08-25T15:17:28.276Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
64852026-08-25T15:17:28.276Z
64862026-08-25T15:17:28.276ZAug 25 15:17:26.507Aug 25 15:17:26.507 DEBGDEBG Aug 25 15:17:26.507 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: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
64872026-08-25T15:17:28.276Z
64882026-08-25T15:17:28.276Z 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 } }]
64892026-08-25T15:17:28.276ZAug 25 15:17:26.507Aug 25 15:17:26.507 Aug 25 15:17:26.507INFOINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO
64902026-08-25T15:17:28.276Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
64912026-08-25T15:17:28.276Z
64922026-08-25T15:17:28.276ZAug 25 15:17:26.507 DEBG Aug 25 15:17:26.507replacing 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 } }]
64932026-08-25T15:17:28.276ZDEBG 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 } }]
64942026-08-25T15:17:28.276ZAug 25 15:17:26.507Aug 25 15:17:26.507 DEBGINFO Aug 25 15:17:26.507 adding route 3fff:beef:4::/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 } }]
64952026-08-25T15:17:28.281ZINFO
64962026-08-25T15:17:28.281Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
64972026-08-25T15:17:28.281ZAug 25 15:17:26.507Aug 25 15:17:26.507 Aug 25 15:17:26.507DEBG INFO replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
64982026-08-25T15:17:28.281ZAug 25 15:17:26.507adding route 3fff:beef:24::/64 -> 2001:db8::55:ff 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 } }]
64992026-08-25T15:17:28.281Z
65002026-08-25T15:17:28.281Zcreated new freemapAug 25 15:17:26.507, unitINFOAug 25 15:17:26.507 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 25 15:17:26.507DEBG :INFO
65012026-08-25T15:17:28.281Zfreemap_route_ipv4 adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
65022026-08-25T15:17:28.281Z
65032026-08-25T15:17:28.281Zreplacing 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 } }]
65042026-08-25T15:17:28.281ZAug 25 15:17:26.507Aug 25 15:17:26.507Aug 25 15:17:26.507 DEBGDEBG DEBGAug 25 15:17:26.507created 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 } }] , INFO
65052026-08-25T15:17:28.281Z unitadding route 3fff:beef:25::/64 -> 2001:db8::55:ff: 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_ipv6
65062026-08-25T15:17:28.281Z
65072026-08-25T15:17:28.281Z
65082026-08-25T15:17:28.281ZAug 25 15:17:26.507 INFOAug 25 15:17:26.507Aug 25 15:17:26.507 adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG
65092026-08-25T15:17:28.281ZAug 25 15:17:26.507 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 } }]INFOinitted freemap. size: 64
65102026-08-25T15:17:28.281Z Aug 25 15:17:26.507adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
65112026-08-25T15:17:28.281ZDEBG Aug 25 15:17:26.507replacing 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 } }] ,
65122026-08-25T15:17:28.281ZINFO unitadding route 3fff:beef:26::/64 -> 2001:db8::55:ff:
65132026-08-25T15:17:28.281ZAug 25 15:17:26.507 freemap_route_ipv4Aug 25 15:17:26.507DEBG
65142026-08-25T15:17:28.281Z 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 } }]INFOAug 25 15:17:26.507
65152026-08-25T15:17:28.281Z adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG
65162026-08-25T15:17:28.281Z Aug 25 15:17:26.507Aug 25 15:17:26.507 Aug 25 15:17:26.507 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 } }]
65172026-08-25T15:17:28.281ZDEBGDEBG INFOreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemapAug 25 15:17:26.507
65182026-08-25T15:17:28.281Z, adding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFOunit
65192026-08-25T15:17:28.281Z:Aug 25 15:17:26.507 adding route 3fff:beef:27::/64 -> 2001:db8::55:fffreemap_route_ipv4INFO
65202026-08-25T15:17:28.281Z
65212026-08-25T15:17:28.281Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
65222026-08-25T15:17:28.281ZAug 25 15:17:26.507 DEBGAug 25 15:17:26.507Aug 25 15:17:26.507 DEBGDEBG initted freemap. size: 64replacing 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 } }],
65232026-08-25T15:17:28.282Z unitreplacing 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 } }]:
65242026-08-25T15:17:28.282Z freemap_route_ipv6Aug 25 15:17:26.507
65252026-08-25T15:17:28.282Z Aug 25 15:17:26.507INFO INFOAug 25 15:17:26.507 Aug 25 15:17:26.507DEBG DEBGreset freemap , replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit: freemap_route_ipv6
65262026-08-25T15:17:28.282Z
65272026-08-25T15:17:28.282ZAug 25 15:17:26.507 INFOadding route 3fff:beef:9::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:1
65282026-08-25T15:17:28.282Z
65292026-08-25T15:17:28.282Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 25 15:17:26.507Aug 25 15:17:26.507
65302026-08-25T15:17:28.282ZAug 25 15:17:26.507 DEBGINFO replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBG
65312026-08-25T15:17:28.282Z Aug 25 15:17:26.507replacing 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 } }]
65322026-08-25T15:17:28.282ZDEBG
65332026-08-25T15:17:28.282Z 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 25 15:17:26.507
65342026-08-25T15:17:28.282Z Aug 25 15:17:26.507INFOAug 25 15:17:26.507 adding route 3fff:beef:a::/64 -> 2001:db8::55:ffDEBG
65352026-08-25T15:17:28.282Z 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 } }]
65362026-08-25T15:17:28.282ZINFOAug 25 15:17:26.507 adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 15:17:26.507INFO
65372026-08-25T15:17:28.282Z Aug 25 15:17:26.507adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBG
65382026-08-25T15:17:28.282Z INFO replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
65392026-08-25T15:17:28.283ZAug 25 15:17:26.507
65402026-08-25T15:17:28.283ZAug 25 15:17:26.507 DEBG DEBGAug 25 15:17:26.507 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 25 15:17:26.507
65412026-08-25T15:17:28.283ZINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
65422026-08-25T15:17:28.283Z
65432026-08-25T15:17:28.283ZAug 25 15:17:26.507 DEBG INFOAug 25 15:17:26.507 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:17:26.507
65442026-08-25T15:17:28.283Z
65452026-08-25T15:17:28.283ZDEBG 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 25 15:17:26.507INFO
65462026-08-25T15:17:28.283Z adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 15:17:26.507DEBG INFO
65472026-08-25T15:17:28.283ZAug 25 15:17:26.507 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
65482026-08-25T15:17:28.283Z adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
65492026-08-25T15:17:28.283Z
65502026-08-25T15:17:28.283ZAug 25 15:17:26.507Aug 25 15:17:26.507Aug 25 15:17:26.507 DEBGDEBG Aug 25 15:17:26.507replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO
65512026-08-25T15:17:28.283Z 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 } }]
65522026-08-25T15:17:28.283Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff Aug 25 15:17:26.507DEBG Aug 25 15:17:26.507 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 } }]
65532026-08-25T15:17:28.283Z INFO
65542026-08-25T15:17:28.283Z INFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
65552026-08-25T15:17:28.283Zadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 25 15:17:26.507Aug 25 15:17:26.507
65562026-08-25T15:17:28.283Z DEBGINFOAug 25 15:17:26.507 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 } }]
65572026-08-25T15:17:28.283Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 25 15:17:26.507DEBG
65582026-08-25T15:17:28.283Z 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 } }]
65592026-08-25T15:17:28.283ZDEBGAug 25 15:17:26.507Aug 25 15:17:26.507 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] DEBG
65602026-08-25T15:17:28.283ZAug 25 15:17:26.507INFO Aug 25 15:17:26.507INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFO
65612026-08-25T15:17:28.283Z adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/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 } }]
65622026-08-25T15:17:28.283ZAug 25 15:17:26.507 DEBG
65632026-08-25T15:17:28.283Z
65642026-08-25T15:17:28.283Z Aug 25 15:17:26.507 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
65652026-08-25T15:17:28.283ZAug 25 15:17:26.507 Aug 25 15:17:26.507 replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
65662026-08-25T15:17:28.283ZDEBG adding route 3fff:beef:1b::/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 } }]
65672026-08-25T15:17:28.283Z
65682026-08-25T15:17:28.283ZAug 25 15:17:26.507Aug 25 15:17:26.507Aug 25 15:17:26.507 INFOINFO Aug 25 15:17:26.507DEBG 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 } }]INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
65692026-08-25T15:17:28.283Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
65702026-08-25T15:17:28.283Zadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
65712026-08-25T15:17:28.283Z
65722026-08-25T15:17:28.283ZAug 25 15:17:26.507Aug 25 15:17:26.507 Aug 25 15:17:26.507DEBGINFO Aug 25 15:17:26.507 replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
65732026-08-25T15:17:28.284Z 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
65742026-08-25T15:17:28.284ZAug 25 15:17:26.507 adding route 3fff:beef:1c::/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 } }]
65752026-08-25T15:17:28.284Z
65762026-08-25T15:17:28.284ZINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 25 15:17:26.507Aug 25 15:17:26.507
65772026-08-25T15:17:28.284Z Aug 25 15:17:26.507 INFODEBGINFO 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:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 25 15:17:26.508
65782026-08-25T15:17:28.284Z
65792026-08-25T15:17:28.284Z
65802026-08-25T15:17:28.284Z 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 } }]Aug 25 15:17:26.508
65812026-08-25T15:17:28.284ZAug 25 15:17:26.508 DEBGAug 25 15:17:26.508 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 25 15:17:26.508
65822026-08-25T15:17:28.284Z INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG
65832026-08-25T15:17:28.284ZAug 25 15:17:26.508
65842026-08-25T15:17:28.284Zreplacing 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 } }]
65852026-08-25T15:17:28.284ZINFO Aug 25 15:17:26.508Aug 25 15:17:26.508adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
65862026-08-25T15:17:28.284Z DEBGAug 25 15:17:26.508 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
65872026-08-25T15:17:28.284ZDEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 25 15:17:26.508
65882026-08-25T15:17:28.284Z 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 } }]
65892026-08-25T15:17:28.284ZAug 25 15:17:26.508DEBG 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 25 15:17:26.508INFO Aug 25 15:17:26.508adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
65902026-08-25T15:17:28.284ZDEBGINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
65912026-08-25T15:17:28.284Z
65922026-08-25T15:17:28.284Z Aug 25 15:17:26.508replacing 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 } }]
65932026-08-25T15:17:28.284ZDEBGAug 25 15:17:26.508 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 } }] Aug 25 15:17:26.508
65942026-08-25T15:17:28.284Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff DEBG
65952026-08-25T15:17:28.288Z replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:17:26.508Aug 25 15:17:26.508
65962026-08-25T15:17:28.288Z INFOINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
65972026-08-25T15:17:28.288Z
65982026-08-25T15:17:28.288ZAug 25 15:17:26.508 DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:17:26.508
65992026-08-25T15:17:28.288ZAug 25 15:17:26.508 Aug 25 15:17:26.508 DEBG Aug 25 15:17:26.508INFODEBG 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 } }]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 } }]
66002026-08-25T15:17:28.288Z
66012026-08-25T15:17:28.288Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
66022026-08-25T15:17:28.288Z
66032026-08-25T15:17:28.288ZAug 25 15:17:26.508Aug 25 15:17:26.508 INFOINFO Aug 25 15:17:26.508adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
66042026-08-25T15:17:28.288Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 25 15:17:26.508 DEBG
66052026-08-25T15:17:28.288Z DEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
66062026-08-25T15:17:28.288Z
66072026-08-25T15:17:28.288ZAug 25 15:17:26.508 Aug 25 15:17:26.508Aug 25 15:17:26.508DEBG DEBGAug 25 15:17:26.508 replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOreplacing targets for 3fff:beef: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 } }]
66082026-08-25T15:17:28.289Z INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
66092026-08-25T15:17:28.289Z
66102026-08-25T15:17:28.289ZAug 25 15:17:26.508adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
66112026-08-25T15:17:28.289ZINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 25 15:17:26.508
66122026-08-25T15:17:28.289ZAug 25 15:17:26.508Aug 25 15:17:26.508 INFO Aug 25 15:17:26.508DEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBGDEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
66132026-08-25T15:17:28.289Z
66142026-08-25T15:17:28.289Z
66152026-08-25T15:17:28.289Z
66162026-08-25T15:17:28.289ZAug 25 15:17:26.508 Aug 25 15:17:26.508Aug 25 15:17:26.508Aug 25 15:17:26.508INFO INFO INFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
66172026-08-25T15:17:28.289Z DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
66182026-08-25T15:17:28.289Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 25 15:17:26.508
66192026-08-25T15:17:28.290Z 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 } }] 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 } }]
66202026-08-25T15:17:28.290Z
66212026-08-25T15:17:28.290ZAug 25 15:17:26.508Aug 25 15:17:26.508 Aug 25 15:17:26.508DEBG DEBGAug 25 15:17:26.508INFO 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 } }] INFO
66222026-08-25T15:17:28.290Z replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
66232026-08-25T15:17:28.290Z
66242026-08-25T15:17:28.290Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
66252026-08-25T15:17:28.290ZAug 25 15:17:26.508 Aug 25 15:17:26.508Aug 25 15:17:26.508Aug 25 15:17:26.508 INFO DEBGDEBG 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 } }]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 } }]
66262026-08-25T15:17:28.290Z
66272026-08-25T15:17:28.290Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
66282026-08-25T15:17:28.290Z
66292026-08-25T15:17:28.290ZAug 25 15:17:26.508 INFOAug 25 15:17:26.508 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFOAug 25 15:17:26.508
66302026-08-25T15:17:28.290Z DEBGAug 25 15:17:26.508adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
66312026-08-25T15:17:28.290Zreplacing 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 25 15:17:26.508
66322026-08-25T15:17:28.290Z DEBGDEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
66332026-08-25T15:17:28.290ZAug 25 15:17:26.508Aug 25 15:17:26.508
66342026-08-25T15:17:28.290Z INFODEBGAug 25 15:17:26.508 Aug 25 15:17:26.508adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
66352026-08-25T15:17:28.290ZINFO 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 } }]
66362026-08-25T15:17:28.290Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 25 15:17:26.508
66372026-08-25T15:17:28.290ZINFOAug 25 15:17:26.508 DEBGINFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
66382026-08-25T15:17:28.290Z 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 25 15:17:26.508
66392026-08-25T15:17:28.290Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
66402026-08-25T15:17:28.290ZDEBGAug 25 15:17:26.508 replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:17:26.508
66412026-08-25T15:17:28.290Z DEBGINFO Aug 25 15:17:26.508adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
66422026-08-25T15:17:28.290ZINFOreplacing 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:1a::/64 -> 2001:db8::55:ff
66432026-08-25T15:17:28.290ZAug 25 15:17:26.508
66442026-08-25T15:17:28.290ZAug 25 15:17:26.508 DEBGDEBGAug 25 15:17:26.508 Aug 25 15:17:26.508replacing 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 } }]
66452026-08-25T15:17:28.290ZDEBGINFO 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: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:24::/64 -> 2001:db8::55:ff
66462026-08-25T15:17:28.290Z
66472026-08-25T15:17:28.290Z
66482026-08-25T15:17:28.290ZAug 25 15:17:26.508 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 25 15:17:26.508Aug 25 15:17:26.508
66492026-08-25T15:17:28.290Z Aug 25 15:17:26.508DEBGINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFOreplacing 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 } }]
66502026-08-25T15:17:28.290Z
66512026-08-25T15:17:28.290Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 25 15:17:26.508
66522026-08-25T15:17:28.290ZAug 25 15:17:26.508 Aug 25 15:17:26.508DEBG Aug 25 15:17:26.508DEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFODEBG
66532026-08-25T15:17:28.290Zreplacing 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 } }]
66542026-08-25T15:17:28.290Z 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:25::/64 -> 2001:db8::55:ff
66552026-08-25T15:17:28.290ZAug 25 15:17:26.508
66562026-08-25T15:17:28.290Z Aug 25 15:17:26.508INFO Aug 25 15:17:26.508adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
66572026-08-25T15:17:28.291ZAug 25 15:17:26.508INFO DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFO
66582026-08-25T15:17:28.291Z Aug 25 15:17:26.508replacing 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-25T15:17:28.291ZDEBG 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 } }]
66602026-08-25T15:17:28.291ZAug 25 15:17:26.508Aug 25 15:17:26.508Aug 25 15:17:26.508 INFOINFODEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
66612026-08-25T15:17:28.291Z
66622026-08-25T15:17:28.291Zreplacing 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 } }]
66632026-08-25T15:17:28.291ZAug 25 15:17:26.508Aug 25 15:17:26.508 DEBGAug 25 15:17:26.508 INFOreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66642026-08-25T15:17:28.291ZDEBG adding route 3fff:beef:39::/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 } }]
66652026-08-25T15:17:28.291Z
66662026-08-25T15:17:28.291ZAug 25 15:17:26.508 INFOAug 25 15:17:26.508 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 25 15:17:26.508
66672026-08-25T15:17:28.291Z DEBG INFOreplacing 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 } }]
66682026-08-25T15:17:28.291Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 25 15:17:26.508
66692026-08-25T15:17:28.291Z DEBG Aug 25 15:17:26.508replacing 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 } }]
66702026-08-25T15:17:28.292ZINFOAug 25 15:17:26.508 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG
66712026-08-25T15:17:28.292ZAug 25 15:17:26.508 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 } }] Aug 25 15:17:26.508adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
66722026-08-25T15:17:28.292Z
66732026-08-25T15:17:28.292ZDEBG Aug 25 15:17:26.508Aug 25 15:17:26.508replacing 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 } }] INFODEBG
66742026-08-25T15:17:28.292Z 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:ff
66752026-08-25T15:17:28.292Z
66762026-08-25T15:17:28.292ZAug 25 15:17:26.508 INFO Aug 25 15:17:26.508adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
66772026-08-25T15:17:28.292ZINFOAug 25 15:17:26.508 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG
66782026-08-25T15:17:28.292Z 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 25 15:17:26.508
66792026-08-25T15:17:28.292Z DEBG Aug 25 15:17:26.508Aug 25 15:17:26.508 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
66802026-08-25T15:17:28.292Z 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
66812026-08-25T15:17:28.292Z adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 25 15:17:26.508
66822026-08-25T15:17:28.292Z INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 25 15:17:26.508Aug 25 15:17:26.508
66832026-08-25T15:17:28.292ZINFO DEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 25 15:17:26.508
66842026-08-25T15:17:28.292Z 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
66852026-08-25T15:17:28.292Z Aug 25 15:17:26.508adding route 3fff:dead::/64 -> 2001:db8::55:4 DEBGAug 25 15:17:26.508
66862026-08-25T15:17:28.292Z Aug 25 15:17:26.508DEBG 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 } }] 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 } }]
66872026-08-25T15:17:28.292Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
66882026-08-25T15:17:28.292Z
66892026-08-25T15:17:28.292ZAug 25 15:17:26.508Aug 25 15:17:26.508 INFOAug 25 15:17:26.508DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 25 15:17:26.508
66902026-08-25T15:17:28.292Z
66912026-08-25T15:17:28.292Z INFO Aug 25 15:17:26.508DEBG adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffDEBG
66922026-08-25T15:17:28.292Z replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:17:26.508replacing 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 } }]
66932026-08-25T15:17:28.292Z
66942026-08-25T15:17:28.292ZINFOAug 25 15:17:26.508 adding route 3fff:beef::/64 -> 2001:db8::55:ff
66952026-08-25T15:17:28.372ZDEBGAug 25 15:17:26.508Aug 25 15:17:26.508 INFOreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66962026-08-25T15:17:28.372ZINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
66972026-08-25T15:17:28.372Z
66982026-08-25T15:17:28.373ZAug 25 15:17:26.508Aug 25 15:17:26.508 Aug 25 15:17:26.508DEBG DEBG Aug 25 15:17:26.508replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGINFO
66992026-08-25T15:17:28.373Z
67002026-08-25T15:17:28.373Z adding route 3fff:beef:3e::/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 } }]
67012026-08-25T15:17:28.373Z
67022026-08-25T15:17:28.373ZAug 25 15:17:26.508Aug 25 15:17:26.508Aug 25 15:17:26.508 INFOINFO Aug 25 15:17:26.508 INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
67032026-08-25T15:17:28.373Z
67042026-08-25T15:17:28.373ZDEBG adding route 3fff:beef:2c::/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 } }]
67052026-08-25T15:17:28.373Z
67062026-08-25T15:17:28.373ZAug 25 15:17:26.508 Aug 25 15:17:26.508DEBG Aug 25 15:17:26.508replacing 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
67072026-08-25T15:17:28.373Z 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 25 15:17:26.508
67082026-08-25T15:17:28.373Z INFOAug 25 15:17:26.508 DEBGadding route 3fff:beef:3f::/64 -> 2001:db8::55:ff
67092026-08-25T15:17:28.373Zreplacing 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
67102026-08-25T15:17:28.373Z Aug 25 15:17:26.508Aug 25 15:17:26.508adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
67112026-08-25T15:17:28.373ZINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG
67122026-08-25T15:17:28.373Z Aug 25 15:17:26.508replacing 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 25 15:17:26.508
67132026-08-25T15:17:28.373ZAug 25 15:17:26.508DEBG 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 } }] 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 } }]
67142026-08-25T15:17:28.373Z
67152026-08-25T15:17:28.373Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
67162026-08-25T15:17:28.373ZAug 25 15:17:26.508 Aug 25 15:17:26.508INFOAug 25 15:17:26.508Aug 25 15:17:26.508 DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFO
67172026-08-25T15:17:28.373Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ff DEBGreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67182026-08-25T15:17:28.373Zfailed to allocate space for the new target listAug 25 15:17:26.508
67192026-08-25T15:17:28.373Z
67202026-08-25T15:17:28.373ZDEBGAug 25 15:17:26.508 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 } }]
67212026-08-25T15:17:28.373ZDEBGAug 25 15:17:26.508Aug 25 15:17:26.508 DEBGINFO replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:17:26.508
67222026-08-25T15:17:28.373Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:2e::/64 -> 2001:db8::55:ffAug 25 15:17:26.508
67232026-08-25T15:17:28.373Z INFOINFO
67242026-08-25T15:17:28.373Z adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
67252026-08-25T15:17:28.374Z
67262026-08-25T15:17:28.374ZAug 25 15:17:26.508Aug 25 15:17:26.508 Aug 25 15:17:26.508Aug 25 15:17:26.508 DEBG DEBGDEBGreplacing 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
67272026-08-25T15:17:28.374Z 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: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 } }]
67282026-08-25T15:17:28.374Zfailed to allocate space for the new target list
67292026-08-25T15:17:28.374Z
67302026-08-25T15:17:28.374ZAug 25 15:17:26.508Aug 25 15:17:26.508Aug 25 15:17:26.508 INFOINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ffINFO
67312026-08-25T15:17:28.374Z
67322026-08-25T15:17:28.374Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
67332026-08-25T15:17:28.374ZAug 25 15:17:26.508Aug 25 15:17:26.508Aug 25 15:17:26.508 DEBG DEBGDEBGreplacing 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 } }]
67342026-08-25T15:17:28.374Z 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: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 } }]
67352026-08-25T15:17:28.374Z
67362026-08-25T15:17:28.374ZAug 25 15:17:26.508 INFOAug 25 15:17:26.508 Aug 25 15:17:26.508INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
67372026-08-25T15:17:28.374ZINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
67382026-08-25T15:17:28.374Z
67392026-08-25T15:17:28.374ZAug 25 15:17:26.508 DEBG Aug 25 15:17:26.508replacing 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 } }]
67402026-08-25T15:17:28.374ZDEBGAug 25 15:17:26.508 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
67412026-08-25T15:17:28.374Z replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:17:26.508
67422026-08-25T15:17:28.374Z Aug 25 15:17:26.508INFO INFOAug 25 15:17:26.508adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
67432026-08-25T15:17:28.375ZINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
67442026-08-25T15:17:28.375Z
67452026-08-25T15:17:28.375ZAug 25 15:17:26.508 DEBGAug 25 15:17:26.508 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 25 15:17:26.508
67462026-08-25T15:17:28.375ZDEBG 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
67472026-08-25T15:17:28.375Z Aug 25 15:17:26.508replacing 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 } }]
67482026-08-25T15:17:28.375ZINFO Aug 25 15:17:26.508adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
67492026-08-25T15:17:28.375ZINFO Aug 25 15:17:26.508adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
67502026-08-25T15:17:28.375ZINFOAug 25 15:17:26.508 DEBGAug 25 15:17:26.508 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:8::/64 -> 2001:db8::55:ff
67512026-08-25T15:17:28.375ZDEBG
67522026-08-25T15:17:28.375Z 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 } }]
67532026-08-25T15:17:28.375ZAug 25 15:17:26.508Aug 25 15:17:26.508 Aug 25 15:17:26.508 INFODEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff INFO
67542026-08-25T15:17:28.375Z replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
67552026-08-25T15:17:28.375Z
67562026-08-25T15:17:28.375Z adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 25 15:17:26.508Aug 25 15:17:26.508Aug 25 15:17:26.508
67572026-08-25T15:17:28.375Z DEBGINFO DEBGreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 25 15:17:26.508
67582026-08-25T15:17:28.375Z
67592026-08-25T15:17:28.375Z 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 } }]
67602026-08-25T15:17:28.375Zreplacing 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 25 15:17:26.508
67612026-08-25T15:17:28.375Z Aug 25 15:17:26.508DEBGAug 25 15:17:26.508 replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
67622026-08-25T15:17:28.375ZAug 25 15:17:26.508 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFO
67632026-08-25T15:17:28.375Z adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
67642026-08-25T15:17:28.375ZAug 25 15:17:26.508Aug 25 15:17:26.508INFO INFODEBG 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 } }]
67652026-08-25T15:17:28.375Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 25 15:17:26.508
67662026-08-25T15:17:28.375Z DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
67672026-08-25T15:17:28.375Zreplacing 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 25 15:17:26.508
67682026-08-25T15:17:28.376ZAug 25 15:17:26.508 Aug 25 15:17:26.508INFO DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
67692026-08-25T15:17:28.376Zreplacing 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 } }]
67702026-08-25T15:17:28.376ZDEBGAug 25 15:17:26.508 Aug 25 15:17:26.508Aug 25 15:17:26.508 replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG INFO 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:b::/64 -> 2001:db8::55:ff
67712026-08-25T15:17:28.376Z
67722026-08-25T15:17:28.376Z
67732026-08-25T15:17:28.376ZAug 25 15:17:26.509Aug 25 15:17:26.509 INFODEBG adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 25 15:17:26.509
67742026-08-25T15:17:28.376Z replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
67752026-08-25T15:17:28.376Z Aug 25 15:17:26.509adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
67762026-08-25T15:17:28.376ZINFO Aug 25 15:17:26.509DEBG INFO replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:17:26.509adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
67772026-08-25T15:17:28.376Z
67782026-08-25T15:17:28.376ZDEBG 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 } }]
67792026-08-25T15:17:28.376Z
67802026-08-25T15:17:28.376ZAug 25 15:17:26.509Aug 25 15:17:26.509 Aug 25 15:17:26.509Aug 25 15:17:26.509INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFODEBG
67812026-08-25T15:17:28.376Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG
67822026-08-25T15:17:28.376Z Aug 25 15:17:26.509replacing 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 } }]
67832026-08-25T15:17:28.376Zreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
67842026-08-25T15:17:28.376Z 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 } }]
67852026-08-25T15:17:28.376ZAug 25 15:17:26.509Aug 25 15:17:26.509 Aug 25 15:17:26.509Aug 25 15:17:26.509 INFODEBGINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67862026-08-25T15:17:28.376Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
67872026-08-25T15:17:28.376Z
67882026-08-25T15:17:28.376Z INFOAug 25 15:17:26.509 Aug 25 15:17:26.509 Aug 25 15:17:26.509 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 } }]DEBG
67892026-08-25T15:17:28.376Z 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:e::/64 -> 2001:db8::55:ff
67902026-08-25T15:17:28.376Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
67912026-08-25T15:17:28.376Z
67922026-08-25T15:17:28.376ZAug 25 15:17:26.509Aug 25 15:17:26.509 Aug 25 15:17:26.509Aug 25 15:17:26.509 INFO DEBGDEBGINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
67932026-08-25T15:17:28.377Zreplacing 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 } }]
67942026-08-25T15:17:28.377Z
67952026-08-25T15:17:28.382Zreplacing 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 } }]
67962026-08-25T15:17:28.382ZAug 25 15:17:26.509Aug 25 15:17:26.509 Aug 25 15:17:26.509Aug 25 15:17:26.509 DEBGDEBG 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 } }]INFO
67972026-08-25T15:17:28.382Z 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 } }]
67982026-08-25T15:17:28.382Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
67992026-08-25T15:17:28.382Z
68002026-08-25T15:17:28.382ZAug 25 15:17:26.509Aug 25 15:17:26.509 INFO INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 25 15:17:26.509
68012026-08-25T15:17:28.382Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
68022026-08-25T15:17:28.382ZAug 25 15:17:26.509DEBG DEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 25 15:17:26.509
68032026-08-25T15:17:28.382Z
68042026-08-25T15:17:28.382Z Aug 25 15:17:26.509DEBGAug 25 15:17:26.509 Aug 25 15:17:26.509 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 } }] INFO
68052026-08-25T15:17:28.382Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ff adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
68062026-08-25T15:17:28.382Z
68072026-08-25T15:17:28.382ZDEBGAug 25 15:17:26.509 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 } }]
68082026-08-25T15:17:28.382ZINFOAug 25 15:17:26.509 adding route 3fff:beef:34::/64 -> 2001:db8::55:ff DEBGAug 25 15:17:26.509
68092026-08-25T15:17:28.382Z 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
68102026-08-25T15:17:28.383Z Aug 25 15:17:26.509replacing 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 25 15:17:26.509
68112026-08-25T15:17:28.383Z DEBGAug 25 15:17:26.509 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 } }]
68122026-08-25T15:17:28.383ZINFOINFOAug 25 15:17:26.509 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 25 15:17:26.509
68132026-08-25T15:17:28.383Z
68142026-08-25T15:17:28.383ZINFOINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
68152026-08-25T15:17:28.383Z
68162026-08-25T15:17:28.383ZAug 25 15:17:26.509 DEBG Aug 25 15:17:26.509Aug 25 15:17:26.509replacing 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 25 15:17:26.509DEBG 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 } }]
68172026-08-25T15:17:28.383ZDEBGreplacing 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 } }]
68182026-08-25T15:17:28.383Z
68192026-08-25T15:17:28.383Zreplacing 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 25 15:17:26.509
68202026-08-25T15:17:28.383ZAug 25 15:17:26.509Aug 25 15:17:26.509 INFOINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
68212026-08-25T15:17:28.383Z
68222026-08-25T15:17:28.383Z INFO Aug 25 15:17:26.509adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
68232026-08-25T15:17:28.383ZDEBGAug 25 15:17:26.509 Aug 25 15:17:26.509replacing 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
68242026-08-25T15:17:28.383ZINFOreplacing 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 } }]
68252026-08-25T15:17:28.383Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 25 15:17:26.509Aug 25 15:17:26.509
68262026-08-25T15:17:28.383Z INFODEBG Aug 25 15:17:26.509 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
68272026-08-25T15:17:28.383Z
68282026-08-25T15:17:28.383Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
68292026-08-25T15:17:28.383ZAug 25 15:17:26.509Aug 25 15:17:26.509 Aug 25 15:17:26.509 DEBGAug 25 15:17:26.509 INFOreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
68302026-08-25T15:17:28.383Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff DEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68312026-08-25T15:17:28.383ZAug 25 15:17:26.509
68322026-08-25T15:17:28.383Z 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 } }] Aug 25 15:17:26.509adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
68332026-08-25T15:17:28.383ZDEBGAug 25 15:17:26.509 replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
68342026-08-25T15:17:28.383Z
68352026-08-25T15:17:28.383ZAug 25 15:17:26.509
68362026-08-25T15:17:28.383Z DEBGAug 25 15:17:26.509 Aug 25 15:17:26.509replacing 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 25 15:17:26.509
68372026-08-25T15:17:28.383Z DEBGINFODEBG 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 } }]failed to allocate space for the new target listadding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 25 15:17:26.509
68382026-08-25T15:17:28.383Z
68392026-08-25T15:17:28.383Z INFO
68402026-08-25T15:17:28.383Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 25 15:17:26.509
68412026-08-25T15:17:28.383Z INFO Aug 25 15:17:26.509adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 25 15:17:26.509
68422026-08-25T15:17:28.383Z Aug 25 15:17:26.509DEBG 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
68432026-08-25T15:17:28.383ZAug 25 15:17:26.509 DEBGDEBG Aug 25 15:17:26.509replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] replacing targets for 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
68442026-08-25T15:17:28.383Z
68452026-08-25T15:17:28.383Z adding route 3fff:beef:3a::/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 } }]
68462026-08-25T15:17:28.384Z
68472026-08-25T15:17:28.384ZAug 25 15:17:26.509 INFO Aug 25 15:17:26.509adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
68482026-08-25T15:17:28.384ZDEBGAug 25 15:17:26.509 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
68492026-08-25T15:17:28.384Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
68502026-08-25T15:17:28.384ZAug 25 15:17:26.509Aug 25 15:17:26.509 INFODEBG Aug 25 15:17:26.509adding route 3fff:beef:3b::/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 } }]
68512026-08-25T15:17:28.384Z
68522026-08-25T15:17:28.384Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
68532026-08-25T15:17:28.384Z DEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:17:26.509Aug 25 15:17:26.509
68542026-08-25T15:17:28.384Z 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:17::/64 -> 2001:db8::55:ffAug 25 15:17:26.509
68552026-08-25T15:17:28.384Z
68562026-08-25T15:17:28.384Z INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 25 15:17:26.509Aug 25 15:17:26.509
68572026-08-25T15:17:28.384Z DEBGINFO Aug 25 15:17:26.509replacing 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 } }]
68582026-08-25T15:17:28.384Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
68592026-08-25T15:17:28.384ZDEBG 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 25 15:17:26.509
68602026-08-25T15:17:28.384ZAug 25 15:17:26.509 INFODEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
68612026-08-25T15:17:28.384Z
68622026-08-25T15:17:28.384ZAug 25 15:17:26.509 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 25 15:17:26.509
68632026-08-25T15:17:28.384Z INFOAug 25 15:17:26.509 Aug 25 15:17:26.509adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffDEBG
68642026-08-25T15:17:28.384Zreplacing 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
68652026-08-25T15:17:28.384Z 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 } }]
68662026-08-25T15:17:28.384ZAug 25 15:17:26.509Aug 25 15:17:26.509 INFODEBG 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 } }]
68672026-08-25T15:17:28.384ZAug 25 15:17:26.510Aug 25 15:17:26.510 Aug 25 15:17:26.509DEBG Aug 25 15:17:26.515created new freemapDEBG INFOcreated new freemap , adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffDEBG
68682026-08-25T15:17:28.384Z , unitunitcreated new freemap:: , freemap_route_ipv4freemap_route_ipv4unitAug 25 15:17:26.515
68692026-08-25T15:17:28.384Z DEBG:
68702026-08-25T15:17:28.384ZAug 25 15:17:26.515 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
68712026-08-25T15:17:28.384ZDEBG created new freemapAug 25 15:17:26.515
68722026-08-25T15:17:28.384ZAug 25 15:17:26.510Aug 25 15:17:26.515 , DEBGDEBG unitfailed to allocate space for the new target listcreated new freemap:DEBG
68732026-08-25T15:17:28.384Z, freemap_route_ipv6unit :created new freemap , freemap_route_ipv6Aug 25 15:17:26.515
68742026-08-25T15:17:28.384Z
68752026-08-25T15:17:28.384Z unitDEBGAug 25 15:17:26.515: 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 } }]freemap_route_ipv4
68762026-08-25T15:17:28.384Z Aug 25 15:17:26.515
68772026-08-25T15:17:28.384Zcreated new freemapAug 25 15:17:26.515 , DEBGDEBG unit :Aug 25 15:17:26.515initted freemap. size: 64initted freemap. size: 64 , , freemap_route_ipv6unit unit
68782026-08-25T15:17:28.384ZDEBG:: freemap_route_ipv4 created new freemap
68792026-08-25T15:17:28.384Z, freemap_route_ipv4unitAug 25 15:17:26.515: DEBG
68802026-08-25T15:17:28.384ZAug 25 15:17:26.515freemap_route_ipv6 DEBG
68812026-08-25T15:17:28.384Zreset freemap , Aug 25 15:17:26.515unitinitted freemap. size: 64:Aug 25 15:17:26.515, unitfreemap_route_ipv4
68822026-08-25T15:17:28.385ZDEBG: initted freemap. size: 64freemap_route_ipv4,
68832026-08-25T15:17:28.385ZDEBGunitAug 25 15:17:26.516 :reset freemap , DEBG unit freemap_route_ipv4initted freemap. size: 64
68842026-08-25T15:17:28.385Z, :unitAug 25 15:17:26.516: freemap_route_ipv4
68852026-08-25T15:17:28.385Zfreemap_route_ipv6
68862026-08-25T15:17:28.385ZDEBG Aug 25 15:17:26.516reset freemap Aug 25 15:17:26.516Aug 25 15:17:26.516 DEBG DEBG DEBG reset freemap, , reset freemapinitted freemap. size: 64, , unitunitunitunit:: : freemap_route_ipv6freemap_route_ipv6
68872026-08-25T15:17:28.385Z:
68882026-08-25T15:17:28.385Zfreemap_route_ipv4freemap_route_ipv4
68892026-08-25T15:17:28.385ZAug 25 15:17:26.516
68902026-08-25T15:17:28.385ZAug 25 15:17:26.516 DEBGINFO Aug 25 15:17:26.516adding route 172.16.0.0/32 -> 10.0.0.1reset freemap , DEBG
68912026-08-25T15:17:28.385Zunit :initted freemap. size: 64Aug 25 15:17:26.516Aug 25 15:17:26.516 , freemap_route_ipv6DEBGunit replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]:
68922026-08-25T15:17:28.385Z
68932026-08-25T15:17:28.385Zfreemap_route_ipv6DEBG
68942026-08-25T15:17:28.385Z initted freemap. size: 64, Aug 25 15:17:26.516Aug 25 15:17:26.516 INFO adding route 172.17.0.0/32 -> 10.0.0.255
68952026-08-25T15:17:28.389Zunit: Aug 25 15:17:26.516Aug 25 15:17:26.516 DEBGfreemap_route_ipv6 INFODEBG
68962026-08-25T15:17:28.389Z adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
68972026-08-25T15:17:28.389Z
68982026-08-25T15:17:28.389Zreset freemap, unitAug 25 15:17:26.516Aug 25 15:17:26.516 DEBGDEBG reset freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }], :Aug 25 15:17:26.516unit
68992026-08-25T15:17:28.389ZINFO freemap_route_ipv6adding route 172.17.0.1/32 -> 10.0.0.255
69002026-08-25T15:17:28.389Z
69012026-08-25T15:17:28.390Z:Aug 25 15:17:26.516 freemap_route_ipv6INFOAug 25 15:17:26.516 Aug 25 15:17:26.516adding route 172.16.0.0/32 -> 10.0.0.1
69022026-08-25T15:17:28.390ZDEBGINFO
69032026-08-25T15:17:28.390Zreplacing 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 } }]
69042026-08-25T15:17:28.390Zadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 15:17:26.516
69052026-08-25T15:17:28.390Z DEBGAug 25 15:17:26.516 Aug 25 15:17:26.516 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 } }]INFO
69062026-08-25T15:17:28.390Z INFOadding route 172.17.0.2/32 -> 10.0.0.255 Aug 25 15:17:26.516adding route 3fff:dead::/64 -> 2001:db8::55:1
69072026-08-25T15:17:28.390ZDEBG
69082026-08-25T15:17:28.390Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
69092026-08-25T15:17:28.390ZAug 25 15:17:26.516 INFO adding route 172.16.0.0/32 -> 10.0.0.1
69102026-08-25T15:17:28.390ZAug 25 15:17:26.516 Aug 25 15:17:26.516DEBG Aug 25 15:17:26.516 Aug 25 15:17:26.509 DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
69112026-08-25T15:17:28.390Z 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 } }]INFO
69122026-08-25T15:17:28.390Z adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 25 15:17:26.516replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
69132026-08-25T15:17:28.390ZINFOAug 25 15:17:26.516
69142026-08-25T15:17:28.390ZAug 25 15:17:26.516 INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 adding route 172.16.0.0/32 -> 10.0.0.2
69152026-08-25T15:17:28.390Z
69162026-08-25T15:17:28.390Zadding route 172.17.0.3/32 -> 10.0.0.255Aug 25 15:17:26.516
69172026-08-25T15:17:28.390Z DEBG Aug 25 15:17:26.516 Aug 25 15:17:26.516DEBG 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 25 15:17:26.516
69182026-08-25T15:17:28.390Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
69192026-08-25T15:17:28.390Z Aug 25 15:17:26.516INFO DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 25 15:17:26.516
69202026-08-25T15:17:28.390Z INFOAug 25 15:17:26.516replacing 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:17::/64 -> 2001:db8::55:ff
69212026-08-25T15:17:28.390Z
69222026-08-25T15:17:28.390ZINFOadding route 3fff:dead::/64 -> 2001:db8::55:2
69232026-08-25T15:17:28.390Zadding route 3fff:dead::/64 -> 2001:db8::55:3Aug 25 15:17:26.516Aug 25 15:17:26.516 INFOINFO
69242026-08-25T15:17:28.390Z adding route 172.17.0.0/32 -> 10.0.0.255adding route 172.17.0.4/32 -> 10.0.0.255Aug 25 15:17:26.516
69252026-08-25T15:17:28.390Z
69262026-08-25T15:17:28.390Z DEBG Aug 25 15:17:26.516Aug 25 15:17:26.516Aug 25 15:17:26.516 DEBGDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 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 25 15:17:26.516 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
69272026-08-25T15:17:28.390Z DEBG
69282026-08-25T15:17:28.390Zreplacing 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 } }]
69292026-08-25T15:17:28.390Zreplacing 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 } }]
69302026-08-25T15:17:28.390Z
69312026-08-25T15:17:28.390ZAug 25 15:17:26.516Aug 25 15:17:26.516Aug 25 15:17:26.516 INFOINFO adding route 172.17.0.5/32 -> 10.0.0.255Aug 25 15:17:26.516 INFO
69322026-08-25T15:17:28.390ZAug 25 15:17:26.516 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.17.0.1/32 -> 10.0.0.255
69332026-08-25T15:17:28.390Z
69342026-08-25T15:17:28.390ZAug 25 15:17:26.516adding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFO
69352026-08-25T15:17:28.390ZDEBG Aug 25 15:17:26.516replacing 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 25 15:17:26.516 DEBG
69362026-08-25T15:17:28.390Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 25 15:17:26.516
69372026-08-25T15:17:28.390Zadding route 3fff:dead::/64 -> 2001:db8::55:3
69382026-08-25T15:17:28.390ZDEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
69392026-08-25T15:17:28.391Z Aug 25 15:17:26.516Aug 25 15:17:26.516replacing 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 25 15:17:26.516DEBG INFO
69402026-08-25T15:17:28.391Z replacing targets for 3fff:dead::/64 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 25 15:17:26.516
69412026-08-25T15:17:28.391ZINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG
69422026-08-25T15:17:28.391Z Aug 25 15:17:26.516replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.6/32 -> 10.0.0.255Aug 25 15:17:26.516
69432026-08-25T15:17:28.391Z Aug 25 15:17:26.516
69442026-08-25T15:17:28.391Z INFODEBG 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 } }]WARNadding route 172.17.0.2/32 -> 10.0.0.255
69452026-08-25T15:17:28.391Z Aug 25 15:17:26.516
69462026-08-25T15:17:28.391Zshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 25 15:17:26.516
69472026-08-25T15:17:28.391Z DEBG INFO Aug 25 15:17:26.516replacing 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:4Aug 25 15:17:26.516Aug 25 15:17:26.516
69482026-08-25T15:17:28.391Z INFO
69492026-08-25T15:17:28.391Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBGERRO
69502026-08-25T15:17:28.391Z 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 } }]rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
69512026-08-25T15:17:28.391Z
69522026-08-25T15:17:28.391ZAug 25 15:17:26.516 Aug 25 15:17:26.516DEBGAug 25 15:17:26.516 Aug 25 15:17:26.509Aug 25 15:17:26.516 INFOreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.7/32 -> 10.0.0.255DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
69532026-08-25T15:17:28.391Z Aug 25 15:17:26.516INFO
69542026-08-25T15:17:28.392Z adding route 172.17.0.3/32 -> 10.0.0.255 ERROAug 25 15:17:26.516
69552026-08-25T15:17:28.392Zcreated new freemap
69562026-08-25T15:17:28.392Z, DEBGDEBG Aug 25 15:17:26.516 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
69572026-08-25T15:17:28.392Zshrink-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 25 15:17:26.516:replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
69582026-08-25T15:17:28.392Z
69592026-08-25T15:17:28.392ZDEBGAug 25 15:17:26.516 replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
69602026-08-25T15:17:28.392ZAug 25 15:17:26.516
69612026-08-25T15:17:28.392Z 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 } }]
69622026-08-25T15:17:28.392ZINFODEBG created new freemapadding route 172.17.0.8/32 -> 10.0.0.255Aug 25 15:17:26.516
69632026-08-25T15:17:28.392ZAug 25 15:17:26.516, unit:DEBGAug 25 15:17:26.516 Aug 25 15:17:26.516freemap_route_ipv6 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
69642026-08-25T15:17:28.392ZINFODEBG INFO
69652026-08-25T15:17:28.392Z 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 } }]
69662026-08-25T15:17:28.392Zadding route 172.17.0.4/32 -> 10.0.0.255adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
69672026-08-25T15:17:28.392Z
69682026-08-25T15:17:28.392ZAug 25 15:17:26.516Aug 25 15:17:26.516 INFODEBG adding route 172.17.0.9/32 -> 10.0.0.255initted freemap. size: 64
69692026-08-25T15:17:28.392Z, Aug 25 15:17:26.516unit :DEBG freemap_route_ipv4 Aug 25 15:17:26.516Aug 25 15:17:26.516
69702026-08-25T15:17:28.392Z 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 } }] DEBGDEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
69712026-08-25T15:17:28.392ZAug 25 15:17:26.517
69722026-08-25T15:17:28.392Z Aug 25 15:17:26.523Aug 25 15:17:26.516 INFODEBG DEBGadding route 172.17.0.10/32 -> 10.0.0.255
69732026-08-25T15:17:28.392ZAug 25 15:17:26.523created new freemap, unitcreated new freemap, : freemap_route_ipv4
69742026-08-25T15:17:28.392Zunit:
69752026-08-25T15:17:28.392Zfreemap_route_ipv4Aug 25 15:17:26.523
69762026-08-25T15:17:28.392Z Aug 25 15:17:26.523DEBGAug 25 15:17:26.523Aug 25 15:17:26.523 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
69772026-08-25T15:17:28.392Z INFO Aug 25 15:17:26.523 DEBG adding route 172.17.0.5/32 -> 10.0.0.255DEBG
69782026-08-25T15:17:28.392ZAug 25 15:17:26.523DEBG created new freemap reset freemapcreated new freemapAug 25 15:17:26.523, , , unitINFO:unitDEBG unit:freemap_route_ipv6 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
69792026-08-25T15:17:28.392Z Aug 25 15:17:26.523replacing 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 } }]
69802026-08-25T15:17:28.392Z: INFOfreemap_route_ipv4
69812026-08-25T15:17:28.392Z Aug 25 15:17:26.523freemap_route_ipv6
69822026-08-25T15:17:28.392ZINFO
69832026-08-25T15:17:28.392Zadding route 172.17.0.11/32 -> 10.0.0.255 Aug 25 15:17:26.523adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
69842026-08-25T15:17:28.392Zadding route 172.17.0.6/32 -> 10.0.0.255Aug 25 15:17:26.523
69852026-08-25T15:17:28.392Z Aug 25 15:17:26.523Aug 25 15:17:26.523DEBG
69862026-08-25T15:17:28.392Z Aug 25 15:17:26.523initted freemap. size: 64 DEBGAug 25 15:17:26.523 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 } }]DEBG DEBGinitted freemap. size: 64unit
69872026-08-25T15:17:28.392Z :Aug 25 15:17:26.523 initted freemap. size: 64DEBGreplacing 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 } }]
69882026-08-25T15:17:28.392ZDEBG, Aug 25 15:17:26.523replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
69892026-08-25T15:17:28.392ZINFO, Aug 25 15:17:26.523adding route 172.17.0.12/32 -> 10.0.0.255
69902026-08-25T15:17:28.392Z unit:INFO Aug 25 15:17:26.523 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 25 15:17:26.523
69912026-08-25T15:17:28.392Zreplacing 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
69922026-08-25T15:17:28.393Z
69932026-08-25T15:17:28.393Z adding route 172.17.0.7/32 -> 10.0.0.255
69942026-08-25T15:17:28.393ZDEBGunitAug 25 15:17:26.523Aug 25 15:17:26.523 : Aug 25 15:17:26.523 DEBGAug 25 15:17:26.523 reset freemap , unitINFODEBG: 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 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
69952026-08-25T15:17:28.397Z
69962026-08-25T15:17:28.397Zreplacing 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_ipv4freemap_route_ipv4
69972026-08-25T15:17:28.397Zfreemap_route_ipv6Aug 25 15:17:26.523
69982026-08-25T15:17:28.397Zreplacing 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 25 15:17:26.523
69992026-08-25T15:17:28.397Z
70002026-08-25T15:17:28.397Z
70012026-08-25T15:17:28.397Z INFO adding route 172.17.0.8/32 -> 10.0.0.255
70022026-08-25T15:17:28.397ZINFO Aug 25 15:17:26.523 DEBGAug 25 15:17:26.523adding route 172.17.0.13/32 -> 10.0.0.255
70032026-08-25T15:17:28.397ZAug 25 15:17:26.523 Aug 25 15:17:26.523Aug 25 15:17:26.523 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 } }]
70042026-08-25T15:17:28.397ZINFO Aug 25 15:17:26.523replacing 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 } }]
70052026-08-25T15:17:28.397ZAug 25 15:17:26.523DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 25 15:17:26.523DEBG
70062026-08-25T15:17:28.397Z 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 } }]INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
70072026-08-25T15:17:28.397Zreset freemapadding route 172.17.0.9/32 -> 10.0.0.255
70082026-08-25T15:17:28.397Z
70092026-08-25T15:17:28.397Z, unitAug 25 15:17:26.523Aug 25 15:17:26.524 Aug 25 15:17:26.524Aug 25 15:17:26.524 DEBGDEBGINFO Aug 25 15:17:26.524 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 } }]adding route 172.17.0.14/32 -> 10.0.0.255DEBG
70102026-08-25T15:17:28.398Z
70112026-08-25T15:17:28.398Zreset freemapINFO replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }],
70122026-08-25T15:17:28.398Z unit:
70132026-08-25T15:17:28.398ZAug 25 15:17:26.524 Aug 25 15:17:26.524 Aug 25 15:17:26.524DEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff DEBG INFO Aug 25 15:17:26.524replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
70142026-08-25T15:17:28.398Zfreemap_route_ipv4replacing 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
70152026-08-25T15:17:28.398Z adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
70162026-08-25T15:17:28.398Z
70172026-08-25T15:17:28.398Zadding route 172.17.0.10/32 -> 10.0.0.255
70182026-08-25T15:17:28.398ZAug 25 15:17:26.524
70192026-08-25T15:17:28.398Z INFO Aug 25 15:17:26.524adding route 172.17.0.15/32 -> 10.0.0.255Aug 25 15:17:26.524
70202026-08-25T15:17:28.398ZAug 25 15:17:26.524 DEBG Aug 25 15:17:26.524DEBGAug 25 15:17:26.524 replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG 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 } }]
70212026-08-25T15:17:28.398Zreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
70222026-08-25T15:17:28.398Z
70232026-08-25T15:17:28.398Z initted freemap. size: 64Aug 25 15:17:26.524, Aug 25 15:17:26.524unitAug 25 15:17:26.524 INFOINFO INFO:adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 172.17.0.11/32 -> 10.0.0.255
70242026-08-25T15:17:28.398Z
70252026-08-25T15:17:28.398Z
70262026-08-25T15:17:28.398Z adding route 172.17.0.16/32 -> 10.0.0.255
70272026-08-25T15:17:28.398Zfreemap_route_ipv6Aug 25 15:17:26.524
70282026-08-25T15:17:28.398Z DEBGAug 25 15:17:26.524 Aug 25 15:17:26.524 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 } }]DEBGDEBG
70292026-08-25T15:17:28.398Z 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 25 15:17:26.524
70302026-08-25T15:17:28.398Zreplacing 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 } }]
70312026-08-25T15:17:28.398Z DEBGAug 25 15:17:26.524Aug 25 15:17:26.524Aug 25 15:17:26.524 INFO INFOAug 25 15:17:26.524adding route 3fff:beef:20::/64 -> 2001:db8::55:ff adding route 172.17.0.12/32 -> 10.0.0.255
70322026-08-25T15:17:28.399ZINFO adding route 172.17.0.17/32 -> 10.0.0.255
70332026-08-25T15:17:28.399Z INFOAug 25 15:17:26.524 reset freemapadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
70342026-08-25T15:17:28.399Z
70352026-08-25T15:17:28.399Z , unit:DEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 15:17:26.524freemap_route_ipv6Aug 25 15:17:26.524
70362026-08-25T15:17:28.399ZAug 25 15:17:26.524 DEBG
70372026-08-25T15:17:28.399Z DEBGreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 15:17:26.524replacing 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 } }]
70382026-08-25T15:17:28.399Z
70392026-08-25T15:17:28.399ZINFO Aug 25 15:17:26.524adding route 172.17.0.13/32 -> 10.0.0.255
70402026-08-25T15:17:28.399ZAug 25 15:17:26.524INFO INFO adding route 172.16.0.0/32 -> 10.0.0.1DEBGadding route 172.17.0.18/32 -> 10.0.0.255
70412026-08-25T15:17:28.399Z
70422026-08-25T15:17:28.399ZAug 25 15:17:26.524replacing 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 } }]
70432026-08-25T15:17:28.399ZAug 25 15:17:26.524 DEBGINFO Aug 25 15:17:26.524replacing 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 } }]
70442026-08-25T15:17:28.399ZDEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
70452026-08-25T15:17:28.399ZAug 25 15:17:26.524Aug 25 15:17:26.524
70462026-08-25T15:17:28.399ZAug 25 15:17:26.524 INFODEBG Aug 25 15:17:26.524replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.14/32 -> 10.0.0.255Aug 25 15:17:26.524
70472026-08-25T15:17:28.399Z
70482026-08-25T15:17:28.399Z DEBG INFO INFO adding route 172.17.0.19/32 -> 10.0.0.255adding route 3fff:beef:1f::/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 } }]
70492026-08-25T15:17:28.399Z
70502026-08-25T15:17:28.399ZAug 25 15:17:26.524
70512026-08-25T15:17:28.399ZDEBG Aug 25 15:17:26.524replacing 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 25 15:17:26.524
70522026-08-25T15:17:28.399Z Aug 25 15:17:26.524DEBG 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
70532026-08-25T15:17:28.399Z 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 } }]Aug 25 15:17:26.524
70542026-08-25T15:17:28.399ZAug 25 15:17:26.524 INFOAug 25 15:17:26.524 INFO INFOadding route 172.17.0.15/32 -> 10.0.0.255
70552026-08-25T15:17:28.399Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 25 15:17:26.524 adding route 3fff:beef:22::/64 -> 2001:db8::55:ff INFO
70562026-08-25T15:17:28.399Z
70572026-08-25T15:17:28.399Zadding route 172.17.0.20/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2Aug 25 15:17:26.524
70582026-08-25T15:17:28.399ZDEBG
70592026-08-25T15:17:28.399Z Aug 25 15:17:26.524replacing 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 } }]
70602026-08-25T15:17:28.399ZAug 25 15:17:26.524DEBG DEBG Aug 25 15:17:26.524Aug 25 15:17:26.524 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 } }]
70612026-08-25T15:17:28.399Z DEBGreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 25 15:17:26.524replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
70622026-08-25T15:17:28.399Z INFO adding route 172.17.0.16/32 -> 10.0.0.255
70632026-08-25T15:17:28.399Z
70642026-08-25T15:17:28.399Z
70652026-08-25T15:17:28.399ZAug 25 15:17:26.524Aug 25 15:17:26.524Aug 25 15:17:26.524 Aug 25 15:17:26.524Aug 25 15:17:26.524INFO INFO DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 172.17.0.21/32 -> 10.0.0.255
70662026-08-25T15:17:28.399Zreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
70672026-08-25T15:17:28.399Ztest route::tests::identity_replace_is_noop ... ok
70682026-08-25T15:17:28.399Z
70692026-08-25T15:17:28.399ZINFO INFO Aug 25 15:17:26.524adding route 172.17.0.0/32 -> 10.0.0.255 Aug 25 15:17:26.524
70702026-08-25T15:17:28.399Z DEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFOAug 25 15:17:26.524
70712026-08-25T15:17:28.399ZAug 25 15:17:26.524replacing 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 } }]
70722026-08-25T15:17:28.400Zadding route 172.17.0.17/32 -> 10.0.0.255DEBGDEBG
70732026-08-25T15:17:28.400Z 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 } }]
70742026-08-25T15:17:28.400ZAug 25 15:17:26.524 replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.524INFOAug 25 15:17:26.524 DEBGadding route 172.17.0.22/32 -> 10.0.0.255 DEBG
70752026-08-25T15:17:28.400Z replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
70762026-08-25T15:17:28.400Z
70772026-08-25T15:17:28.400Z
70782026-08-25T15:17:28.400ZAug 25 15:17:26.524 Aug 25 15:17:26.524Aug 25 15:17:26.524 INFOINFOINFO adding route 172.17.0.18/32 -> 10.0.0.255 Aug 25 15:17:26.524adding route 172.17.0.1/32 -> 10.0.0.255adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
70792026-08-25T15:17:28.400Z
70802026-08-25T15:17:28.400Z
70812026-08-25T15:17:28.400ZAug 25 15:17:26.524DEBG Aug 25 15:17:26.524Aug 25 15:17:26.524 Aug 25 15:17:26.524INFODEBGreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:22::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
70822026-08-25T15:17:28.400Z
70832026-08-25T15:17:28.400Z
70842026-08-25T15:17:28.400ZDEBGDEBG 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 25 15:17:26.524Aug 25 15:17:26.524Aug 25 15:17:26.524 replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
70852026-08-25T15:17:28.400ZINFO DEBGadding route 172.17.0.23/32 -> 10.0.0.255
70862026-08-25T15:17:28.401Zreplacing 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 } }]
70872026-08-25T15:17:28.402Z
70882026-08-25T15:17:28.402Z adding route 172.17.0.19/32 -> 10.0.0.255
70892026-08-25T15:17:28.402ZAug 25 15:17:26.524Aug 25 15:17:26.524Aug 25 15:17:26.524Aug 25 15:17:26.524 Aug 25 15:17:26.524 DEBGDEBG INFO INFOINFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing 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 } }]
70902026-08-25T15:17:28.402ZAug 25 15:17:26.524
70912026-08-25T15:17:28.402Zreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 15:17:26.531DEBG
70922026-08-25T15:17:28.402Z 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 } }]created new freemap
70932026-08-25T15:17:28.402ZAug 25 15:17:26.531, unitINFO:Aug 25 15:17:26.531 INFO adding route 172.17.0.20/32 -> 10.0.0.255Aug 25 15:17:26.531adding route 172.17.0.24/32 -> 10.0.0.255
70942026-08-25T15:17:28.402Z
70952026-08-25T15:17:28.406Z:INFO freemap_route_ipv4Aug 25 15:17:26.531adding route 172.17.0.3/32 -> 10.0.0.255
70962026-08-25T15:17:28.407Z
70972026-08-25T15:17:28.407ZAug 25 15:17:26.531 DEBG DEBGAug 25 15:17:26.531 Aug 25 15:17:26.531replacing 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.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 } }]
70982026-08-25T15:17:28.407Z DEBGDEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.531
70992026-08-25T15:17:28.407Zinitted freemap. size: 64
71002026-08-25T15:17:28.407Z, INFOunit :adding route 172.17.0.25/32 -> 10.0.0.255
71012026-08-25T15:17:28.407ZAug 25 15:17:26.531freemap_route_ipv6
71022026-08-25T15:17:28.407ZINFO Aug 25 15:17:26.531adding route 172.17.0.4/32 -> 10.0.0.255
71032026-08-25T15:17:28.407ZAug 25 15:17:26.531Aug 25 15:17:26.531 DEBG INFODEBG 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 } }]reset freemap ,
71042026-08-25T15:17:28.407Zunitadding route 172.17.0.21/32 -> 10.0.0.255:
71052026-08-25T15:17:28.407Z freemap_route_ipv6Aug 25 15:17:26.531Aug 25 15:17:26.531
71062026-08-25T15:17:28.407ZDEBG 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 } }]
71072026-08-25T15:17:28.407ZAug 25 15:17:26.531adding route 172.17.0.26/32 -> 10.0.0.255 INFO
71082026-08-25T15:17:28.407Z adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 15:17:26.531
71092026-08-25T15:17:28.407Z Aug 25 15:17:26.531DEBG INFOAug 25 15:17:26.531 Aug 25 15:17:26.531DEBGadding route 172.17.0.5/32 -> 10.0.0.255 replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
71102026-08-25T15:17:28.407Z
71112026-08-25T15:17:28.407Z
71122026-08-25T15:17:28.407ZDEBG 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 } }]
71132026-08-25T15:17:28.407ZAug 25 15:17:26.531Aug 25 15:17:26.531 INFO adding route 172.17.0.22/32 -> 10.0.0.255
71142026-08-25T15:17:28.407ZAug 25 15:17:26.531 Aug 25 15:17:26.531 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.2replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
71152026-08-25T15:17:28.407Z Aug 25 15:17:26.531replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71162026-08-25T15:17:28.407ZINFO
71172026-08-25T15:17:28.407Z Aug 25 15:17:26.531adding route 172.17.0.27/32 -> 10.0.0.255
71182026-08-25T15:17:28.407ZAug 25 15:17:26.531DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
71192026-08-25T15:17:28.407ZAug 25 15:17:26.531Aug 25 15:17:26.531 INFO DEBGINFO Aug 25 15:17:26.531adding route 172.17.0.6/32 -> 10.0.0.255
71202026-08-25T15:17:28.407ZINFO 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.16.0.0/32 -> 10.0.0.3
71212026-08-25T15:17:28.407Z
71222026-08-25T15:17:28.407Zadding route 172.17.0.23/32 -> 10.0.0.255
71232026-08-25T15:17:28.407ZAug 25 15:17:26.531Aug 25 15:17:26.531 Aug 25 15:17:26.531Aug 25 15:17:26.531DEBG DEBG
71242026-08-25T15:17:28.407ZDEBG 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 } }]
71252026-08-25T15:17:28.407Z 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.28/32 -> 10.0.0.255
71262026-08-25T15:17:28.407Z
71272026-08-25T15:17:28.407ZAug 25 15:17:26.531 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
71282026-08-25T15:17:28.407ZAug 25 15:17:26.531 Aug 25 15:17:26.531Aug 25 15:17:26.531 INFOINFO DEBGAug 25 15:17:26.531 adding route 172.16.0.0/32 -> 10.0.0.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 } }]
71292026-08-25T15:17:28.407Zadding route 172.17.0.7/32 -> 10.0.0.255INFOreplacing 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 } }]
71302026-08-25T15:17:28.407Z
71312026-08-25T15:17:28.407Zadding route 172.17.0.24/32 -> 10.0.0.255Aug 25 15:17:26.531
71322026-08-25T15:17:28.407ZDEBG Aug 25 15:17:26.531 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
71332026-08-25T15:17:28.407ZAug 25 15:17:26.531DEBG
71342026-08-25T15:17:28.407Z 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 25 15:17:26.531Aug 25 15:17:26.531Aug 25 15:17:26.531
71352026-08-25T15:17:28.408ZINFO 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 } }, 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
71362026-08-25T15:17:28.408Z replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.29/32 -> 10.0.0.255
71372026-08-25T15:17:28.408Z
71382026-08-25T15:17:28.408Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 25 15:17:26.531
71392026-08-25T15:17:28.408Z Aug 25 15:17:26.531INFO Aug 25 15:17:26.531 DEBGINFOadding route 172.17.0.8/32 -> 10.0.0.255Aug 25 15:17:26.531
71402026-08-25T15:17:28.408Z DEBGadding route 172.17.0.25/32 -> 10.0.0.255 replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71412026-08-25T15:17:28.408Z
71422026-08-25T15:17:28.408Zreplacing 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 25 15:17:26.531
71432026-08-25T15:17:28.408ZAug 25 15:17:26.531 DEBGAug 25 15:17:26.531 DEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
71442026-08-25T15:17:28.408Zreplacing 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 } }]
71452026-08-25T15:17:28.408Zadding route 172.17.0.30/32 -> 10.0.0.255
71462026-08-25T15:17:28.408ZAug 25 15:17:26.531Aug 25 15:17:26.531 Aug 25 15:17:26.531INFO INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 25 15:17:26.531 adding route 172.17.0.9/32 -> 10.0.0.255
71472026-08-25T15:17:28.408Z
71482026-08-25T15:17:28.408Z INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 172.17.0.26/32 -> 10.0.0.255DEBG
71492026-08-25T15:17:28.408Z
71502026-08-25T15:17:28.408Zreplacing 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 25 15:17:26.531
71512026-08-25T15:17:28.408Z Aug 25 15:17:26.531DEBG Aug 25 15:17:26.531 replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 25 15:17:26.531Aug 25 15:17:26.531
71522026-08-25T15:17:28.408Ztest route::tests::grow_succeeds ... ok
71532026-08-25T15:17:28.408Ztest route::tests::rollback_on_compact_delete_failure ... ok
71542026-08-25T15:17:28.408ZINFO DEBGadding route 172.17.0.31/32 -> 10.0.0.255
71552026-08-25T15:17:28.408Zreplacing 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 } }]
71562026-08-25T15:17:28.408ZAug 25 15:17:26.531 INFO freemap_route_ipv4 Aug 25 15:17:26.531adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
71572026-08-25T15:17:28.408ZINFOAug 25 15:17:26.531
71582026-08-25T15:17:28.408ZDEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
71592026-08-25T15:17:28.408ZAug 25 15:17:26.531
71602026-08-25T15:17:28.408Z Aug 25 15:17:26.531DEBG Aug 25 15:17:26.531 DEBGcreated new freemapAug 25 15:17:26.531INFO, unit 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.32/32 -> 10.0.0.255
71612026-08-25T15:17:28.408Z
71622026-08-25T15:17:28.408ZDEBG: freemap_route_ipv6
71632026-08-25T15:17:28.408Zreplacing 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 } }]
71642026-08-25T15:17:28.408ZAug 25 15:17:26.531Aug 25 15:17:26.531 INFODEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.531
71652026-08-25T15:17:28.408Z
71662026-08-25T15:17:28.408ZAug 25 15:17:26.531 INFODEBGAug 25 15:17:26.531Aug 25 15:17:26.531 INFO DEBG adding route 172.17.0.33/32 -> 10.0.0.255 initted freemap. size: 64adding route 3fff:beef:27::/64 -> 2001:db8::55:ff,
71672026-08-25T15:17:28.408Zunit:
71682026-08-25T15:17:28.408Zreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 15:17:26.531
71692026-08-25T15:17:28.408Z DEBGfreemap_route_ipv4Aug 25 15:17:26.531
71702026-08-25T15:17:28.408Zreplacing 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
71712026-08-25T15:17:28.408Z Aug 25 15:17:26.531replacing 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
71722026-08-25T15:17:28.408Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 25 15:17:26.531
71732026-08-25T15:17:28.408Z Aug 25 15:17:26.531INFO INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 25 15:17:26.531
71742026-08-25T15:17:28.408Z adding route 172.17.0.34/32 -> 10.0.0.255DEBG
71752026-08-25T15:17:28.409Zreplacing 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 25 15:17:26.531
71762026-08-25T15:17:28.409ZAug 25 15:17:26.531DEBG Aug 25 15:17:26.531reset freemap Aug 25 15:17:26.531DEBG , DEBGunitINFO 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 } }]
71772026-08-25T15:17:28.409Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71782026-08-25T15:17:28.409Z
71792026-08-25T15:17:28.409Z: freemap_route_ipv4
71802026-08-25T15:17:28.409ZAug 25 15:17:26.531 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
71812026-08-25T15:17:28.409ZAug 25 15:17:26.531 Aug 25 15:17:26.531DEBG Aug 25 15:17:26.531replacing 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 } }] DEBGINFO
71822026-08-25T15:17:28.410Zinitted freemap. size: 64 , adding route 172.17.0.35/32 -> 10.0.0.255unit
71832026-08-25T15:17:28.410Z:Aug 25 15:17:26.531 freemap_route_ipv6Aug 25 15:17:26.531Aug 25 15:17:26.531DEBG
71842026-08-25T15:17:28.410Z 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 } }] replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
71852026-08-25T15:17:28.410Z
71862026-08-25T15:17:28.410Z
71872026-08-25T15:17:28.410ZAug 25 15:17:26.531 Aug 25 15:17:26.531DEBG INFOAug 25 15:17:26.531reset freemap Aug 25 15:17:26.531, DEBG unitINFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff adding route 172.17.0.36/32 -> 10.0.0.255
71882026-08-25T15:17:28.410Z: 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 } }]
71892026-08-25T15:17:28.410Zfreemap_route_ipv6
71902026-08-25T15:17:28.410Z
71912026-08-25T15:17:28.410ZAug 25 15:17:26.531 Aug 25 15:17:26.531DEBGAug 25 15:17:26.531 DEBG 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 } }]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 } }]
71922026-08-25T15:17:28.410ZAug 25 15:17:26.531
71932026-08-25T15:17:28.410Z INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 15:17:26.531
71942026-08-25T15:17:28.410Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
71952026-08-25T15:17:28.414ZINFO adding route 172.17.0.37/32 -> 10.0.0.255Aug 25 15:17:26.531
71962026-08-25T15:17:28.414Z Aug 25 15:17:26.531INFO DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff Aug 25 15:17:26.531replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
71972026-08-25T15:17:28.414ZAug 25 15:17:26.531
71982026-08-25T15:17:28.414Z DEBGDEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
71992026-08-25T15:17:28.414Z
72002026-08-25T15:17:28.414ZAug 25 15:17:26.531Aug 25 15:17:26.531 Aug 25 15:17:26.531INFO DEBGadding route 172.17.0.38/32 -> 10.0.0.255
72012026-08-25T15:17:28.414Z Aug 25 15:17:26.531INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 25 15:17:26.531DEBG DEBG
72022026-08-25T15:17:28.414Z 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 } }]
72032026-08-25T15:17:28.414Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
72042026-08-25T15:17:28.414ZAug 25 15:17:26.532 DEBG DEBGcreated new freemap , 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 } }]unitAug 25 15:17:26.539
72052026-08-25T15:17:28.414Z :INFO freemap_route_ipv4adding route 172.17.0.39/32 -> 10.0.0.255
72062026-08-25T15:17:28.414Z
72072026-08-25T15:17:28.414ZAug 25 15:17:26.539 DEBGAug 25 15:17:26.539 replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
72082026-08-25T15:17:28.414Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
72092026-08-25T15:17:28.414ZAug 25 15:17:26.539 INFO
72102026-08-25T15:17:28.414Zadding route 172.17.0.40/32 -> 10.0.0.255Aug 25 15:17:26.539
72112026-08-25T15:17:28.414Z Aug 25 15:17:26.517INFO Aug 25 15:17:26.539DEBG Aug 25 15:17:26.539 adding route 172.17.0.27/32 -> 10.0.0.255 DEBG
72122026-08-25T15:17:28.414Z Aug 25 15:17:26.539replacing 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 } }] created new freemap
72132026-08-25T15:17:28.414Z , DEBG DEBGreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 15:17:26.539
72142026-08-25T15:17:28.414Zunit :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 Aug 25 15:17:26.539adding route 172.17.0.41/32 -> 10.0.0.255Aug 25 15:17:26.539
72152026-08-25T15:17:28.415Z
72162026-08-25T15:17:28.415Z freemap_route_ipv4INFO
72172026-08-25T15:17:28.415Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG
72182026-08-25T15:17:28.415Zreplacing 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 25 15:17:26.539Aug 25 15:17:26.539Aug 25 15:17:26.539 Aug 25 15:17:26.539DEBGINFO DEBG
72192026-08-25T15:17:28.415Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG
72202026-08-25T15:17:28.415Z created new freemap , replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:17:26.539unit
72212026-08-25T15:17:28.415Z: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 } }]
72222026-08-25T15:17:28.415Zfreemap_route_ipv6
72232026-08-25T15:17:28.415ZINFO Aug 25 15:17:26.539Aug 25 15:17:26.539Aug 25 15:17:26.539 INFODEBGadding route 172.17.0.28/32 -> 10.0.0.255
72242026-08-25T15:17:28.415ZAug 25 15:17:26.539initted freemap. size: 64 , INFOunitadding route 172.17.0.42/32 -> 10.0.0.255
72252026-08-25T15:17:28.415Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff: freemap_route_ipv4
72262026-08-25T15:17:28.415Z
72272026-08-25T15:17:28.415ZDEBG Aug 25 15:17:26.539Aug 25 15:17:26.539 replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 15:17:26.539DEBG 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 } }]
72282026-08-25T15:17:28.415Z
72292026-08-25T15:17:28.415ZDEBG reset freemap , Aug 25 15:17:26.539replacing 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 } }]unit :
72302026-08-25T15:17:28.415ZAug 25 15:17:26.539 INFOfreemap_route_ipv4
72312026-08-25T15:17:28.415ZINFO adding route 172.17.0.43/32 -> 10.0.0.255 Aug 25 15:17:26.539Aug 25 15:17:26.539adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
72322026-08-25T15:17:28.415ZAug 25 15:17:26.539
72332026-08-25T15:17:28.415Z DEBG initted freemap. size: 64 , DEBG Aug 25 15:17:26.539unitINFO :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 } }]
72342026-08-25T15:17:28.415ZAug 25 15:17:26.539DEBG 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 } }]freemap_route_ipv6
72352026-08-25T15:17:28.415ZAug 25 15:17:26.539 INFO
72362026-08-25T15:17:28.415ZDEBGadding route 172.17.0.29/32 -> 10.0.0.255Aug 25 15:17:26.539 replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
72372026-08-25T15:17:28.415Z
72382026-08-25T15:17:28.415ZAug 25 15:17:26.539 reset freemapINFO, adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffunit Aug 25 15:17:26.539:
72392026-08-25T15:17:28.415Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff INFOfreemap_route_ipv6
72402026-08-25T15:17:28.415Z
72412026-08-25T15:17:28.415ZAug 25 15:17:26.539 Aug 25 15:17:26.539adding route 172.17.0.44/32 -> 10.0.0.255DEBG
72422026-08-25T15:17:28.415Zreplacing 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 25 15:17:26.539replacing 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 25 15:17:26.539Aug 25 15:17:26.539
72432026-08-25T15:17:28.415Z
72442026-08-25T15:17:28.415Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
72452026-08-25T15:17:28.415ZAug 25 15:17:26.539DEBG 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 } }]
72462026-08-25T15:17:28.415Zreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 25 15:17:26.539
72472026-08-25T15:17:28.415ZDEBGAug 25 15:17:26.539
72482026-08-25T15:17:28.415ZAug 25 15:17:26.539 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFOAug 25 15:17:26.539
72492026-08-25T15:17:28.415Z adding route 172.17.0.45/32 -> 10.0.0.255
72502026-08-25T15:17:28.415ZINFOINFO Aug 25 15:17:26.539 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 172.17.0.30/32 -> 10.0.0.255Aug 25 15:17:26.539Aug 25 15:17:26.539INFO DEBG
72512026-08-25T15:17:28.415Z
72522026-08-25T15:17:28.415Ztest route::tests::rollback_on_compact_write_failure ... ok
72532026-08-25T15:17:28.415Zreplacing 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 } }]DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2
72542026-08-25T15:17:28.416Z
72552026-08-25T15:17:28.416Z 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 } }]
72562026-08-25T15:17:28.416ZAug 25 15:17:26.539 Aug 25 15:17:26.539Aug 25 15:17:26.539 DEBGAug 25 15:17:26.539 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
72572026-08-25T15:17:28.416ZAug 25 15:17:26.539 DEBGINFODEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff Aug 25 15:17:26.539replacing 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 } }]
72582026-08-25T15:17:28.416Z adding route 172.17.0.46/32 -> 10.0.0.255replacing 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 } }]
72592026-08-25T15:17:28.416Z
72602026-08-25T15:17:28.416Z
72612026-08-25T15:17:28.416Z INFOAug 25 15:17:26.539 Aug 25 15:17:26.539adding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 25 15:17:26.539
72622026-08-25T15:17:28.416ZINFO adding route 172.17.0.31/32 -> 10.0.0.255
72632026-08-25T15:17:28.416ZDEBG DEBGAug 25 15:17:26.539 Aug 25 15:17:26.539replacing 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.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 } }]
72642026-08-25T15:17:28.416Z
72652026-08-25T15:17:28.416ZDEBGINFOAug 25 15:17:26.539 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 } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 25 15:17:26.539
72662026-08-25T15:17:28.416ZAug 25 15:17:26.539 INFO
72672026-08-25T15:17:28.416Zreplacing 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.47/32 -> 10.0.0.255Aug 25 15:17:26.539
72682026-08-25T15:17:28.416Z
72692026-08-25T15:17:28.416Z INFOAug 25 15:17:26.539 INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4
72702026-08-25T15:17:28.416Z
72712026-08-25T15:17:28.416Z DEBG Aug 25 15:17:26.539replacing 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 25 15:17:26.540
72722026-08-25T15:17:28.416Z DEBGDEBG Aug 25 15:17:26.540Aug 25 15:17:26.539replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 } }]
72732026-08-25T15:17:28.416ZAug 25 15:17:26.540 INFO DEBG
72742026-08-25T15:17:28.416Z adding route 3fff:beef:32::/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 } }]
72752026-08-25T15:17:28.416ZINFOAug 25 15:17:26.540
72762026-08-25T15:17:28.416Z Aug 25 15:17:26.540 DEBGAug 25 15:17:26.540 replacing targets for 3fff:dead::/64 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 } }]
72772026-08-25T15:17:28.416ZINFODEBGadding route 172.17.0.32/32 -> 10.0.0.255 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 } }]
72782026-08-25T15:17:28.416Zadding route 172.17.0.48/32 -> 10.0.0.255Aug 25 15:17:26.540Aug 25 15:17:26.540
72792026-08-25T15:17:28.416Z
72802026-08-25T15:17:28.416ZWARN Aug 25 15:17:26.540Aug 25 15:17:26.540 DEBGINFO shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
72812026-08-25T15:17:28.416Z
72822026-08-25T15:17:28.416Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ff adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
72832026-08-25T15:17:28.416Z
72842026-08-25T15:17:28.416ZAug 25 15:17:26.540 INFOAug 25 15:17:26.540 adding route 172.17.0.49/32 -> 10.0.0.255DEBG
72852026-08-25T15:17:28.416Z 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 } }]
72862026-08-25T15:17:28.416ZAug 25 15:17:26.540 Aug 25 15:17:26.540DEBG Aug 25 15:17:26.540Aug 25 15:17:26.539 DEBG 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 } }]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 } }]
72872026-08-25T15:17:28.416Zadding route 172.17.0.33/32 -> 10.0.0.255
72882026-08-25T15:17:28.416ZDEBG Aug 25 15:17:26.540
72892026-08-25T15:17:28.416Z Aug 25 15:17:26.540Aug 25 15:17:26.540created new freemapDEBG , unitINFO : Aug 25 15:17:26.540 freemap_route_ipv6 INFOadding route 172.17.0.50/32 -> 10.0.0.255DEBG
72902026-08-25T15:17:28.416Z
72912026-08-25T15:17:28.416Zadding route 3fff:beef:34::/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 } }]
72922026-08-25T15:17:28.416Zreplacing 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 } }]
72932026-08-25T15:17:28.417Z
72942026-08-25T15:17:28.417ZAug 25 15:17:26.540 Aug 25 15:17:26.540DEBG 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 25 15:17:26.540
72952026-08-25T15:17:28.421ZDEBGAug 25 15:17:26.540Aug 25 15:17:26.540 INFO Aug 25 15:17:26.540initted freemap. size: 64 INFO INFODEBG , adding route 172.17.0.34/32 -> 10.0.0.255 adding route 172.17.0.51/32 -> 10.0.0.255adding route 3fff:beef:34::/64 -> 2001:db8::55:ffunitreplacing 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 } }]
72962026-08-25T15:17:28.421Z:
72972026-08-25T15:17:28.421Z freemap_route_ipv4
72982026-08-25T15:17:28.421Z
72992026-08-25T15:17:28.421Z
73002026-08-25T15:17:28.421ZAug 25 15:17:26.540Aug 25 15:17:26.540 Aug 25 15:17:26.540 DEBGINFO Aug 25 15:17:26.540Aug 25 15:17:26.540DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff reset freemap DEBGDEBG
73012026-08-25T15:17:28.421Z, 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 } }]unit
73022026-08-25T15:17:28.421Z: freemap_route_ipv4 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.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 25 15:17:26.540Aug 25 15:17:26.540
73032026-08-25T15:17:28.421Z DEBGINFO
73042026-08-25T15:17:28.421Z adding route 172.17.0.52/32 -> 10.0.0.255Aug 25 15:17:26.540
73052026-08-25T15:17:28.421Zreplacing 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 } }]
73062026-08-25T15:17:28.421ZDEBG initted freemap. size: 64Aug 25 15:17:26.540,
73072026-08-25T15:17:28.421ZunitAug 25 15:17:26.540: DEBGfreemap_route_ipv6INFO
73082026-08-25T15:17:28.421Zreplacing 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 25 15:17:26.540
73092026-08-25T15:17:28.421Z adding route 172.17.0.35/32 -> 10.0.0.255 INFO
73102026-08-25T15:17:28.421ZAug 25 15:17:26.540Aug 25 15:17:26.540 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 172.17.0.53/32 -> 10.0.0.255Aug 25 15:17:26.540
73112026-08-25T15:17:28.422ZDEBG INFO
73122026-08-25T15:17:28.422ZAug 25 15:17:26.540 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffreset freemapAug 25 15:17:26.540
73132026-08-25T15:17:28.422Z, DEBGunitAug 25 15:17:26.540 :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 25 15:17:26.540freemap_route_ipv6DEBGreplacing 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 } }]
73142026-08-25T15:17:28.422Z
73152026-08-25T15:17:28.422Zreplacing 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 } }]
73162026-08-25T15:17:28.422ZAug 25 15:17:26.540Aug 25 15:17:26.540 Aug 25 15:17:26.624DEBG INFO created new freemapINFOadding route 172.17.0.54/32 -> 10.0.0.255, unitadding route 3fff:dead::/64 -> 2001:db8::55:1:
73172026-08-25T15:17:28.422Z
73182026-08-25T15:17:28.422Z freemap_route_ipv4Aug 25 15:17:26.624
73192026-08-25T15:17:28.422Z DEBGAug 25 15:17:26.624DEBG DEBG replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
73202026-08-25T15:17:28.422ZAug 25 15:17:26.624Aug 25 15:17:26.624
73212026-08-25T15:17:28.422Z DEBGINFO
73222026-08-25T15:17:28.422Z Aug 25 15:17:26.624adding route 3fff:beef:37::/64 -> 2001:db8::55:ff created new freemapINFO ,
73232026-08-25T15:17:28.422Zadding route 172.17.0.55/32 -> 10.0.0.255unitAug 25 15:17:26.624
73242026-08-25T15:17:28.422Z INFO: adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 25 15:17:26.624
73252026-08-25T15:17:28.422Z freemap_route_ipv6Aug 25 15:17:26.624DEBGAug 25 15:17:26.624 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 } }]
73262026-08-25T15:17:28.422Z DEBGINFO
73272026-08-25T15:17:28.422Z 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 } }]
73282026-08-25T15:17:28.422Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 25 15:17:26.624Aug 25 15:17:26.624
73292026-08-25T15:17:28.422ZINFO Aug 25 15:17:26.624 Aug 25 15:17:26.624DEBGDEBGadding route 172.17.0.56/32 -> 10.0.0.255 initted freemap. size: 64
73302026-08-25T15:17:28.422Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
73312026-08-25T15:17:28.422Z, adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
73322026-08-25T15:17:28.422ZAug 25 15:17:26.624unit Aug 25 15:17:26.624:Aug 25 15:17:26.624 DEBG INFO Aug 25 15:17:26.624DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3 DEBGreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 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 } }]
73332026-08-25T15:17:28.422Zfreemap_route_ipv4replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
73342026-08-25T15:17:28.422Z
73352026-08-25T15:17:28.422Z
73362026-08-25T15:17:28.422Z
73372026-08-25T15:17:28.422ZAug 25 15:17:26.624Aug 25 15:17:26.624Aug 25 15:17:26.624 INFOINFODEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 25 15:17:26.624
73382026-08-25T15:17:28.422Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.57/32 -> 10.0.0.255
73392026-08-25T15:17:28.422Z
73402026-08-25T15:17:28.422ZDEBGAug 25 15:17:26.624 Aug 25 15:17:26.624 INFODEBGreset freemap Aug 25 15:17:26.624 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 } }] INFOAug 25 15:17:26.624
73412026-08-25T15:17:28.422Z , unit DEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }]:
73422026-08-25T15:17:28.422Z
73432026-08-25T15:17:28.422Z
73442026-08-25T15:17:28.422Zfreemap_route_ipv4
73452026-08-25T15:17:28.422ZAug 25 15:17:26.624 INFOAug 25 15:17:26.624 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 25 15:17:26.624Aug 25 15:17:26.624
73462026-08-25T15:17:28.422ZDEBG DEBGINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_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 25 15:17:26.624initted freemap. size: 64
73472026-08-25T15:17:28.422Zadding route 172.17.0.58/32 -> 10.0.0.255, unit:Aug 25 15:17:26.624
73482026-08-25T15:17:28.423Z DEBGAug 25 15:17:26.624DEBG 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 } }]replacing targets for 3fff:dead::/64 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 } }]
73492026-08-25T15:17:28.423Z
73502026-08-25T15:17:28.423Zreplacing 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 } }]
73512026-08-25T15:17:28.423Zfreemap_route_ipv6Aug 25 15:17:26.624
73522026-08-25T15:17:28.423Z DEBGAug 25 15:17:26.624Aug 25 15:17:26.624Aug 25 15:17:26.624 Aug 25 15:17:26.624replacing 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 } }]
73532026-08-25T15:17:28.423ZINFO DEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffWARN
73542026-08-25T15:17:28.423Z INFOshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
73552026-08-25T15:17:28.423ZAug 25 15:17:26.624reset freemapAug 25 15:17:26.624, unitDEBG :INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
73562026-08-25T15:17:28.423Z
73572026-08-25T15:17:28.423Zadding route 172.17.0.59/32 -> 10.0.0.255freemap_route_ipv6
73582026-08-25T15:17:28.423Z
73592026-08-25T15:17:28.423ZAug 25 15:17:26.624Aug 25 15:17:26.624Aug 25 15:17:26.624 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
73602026-08-25T15:17:28.423ZAug 25 15:17:26.624
73612026-08-25T15:17:28.423Z INFODEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffreplacing 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 } }]
73622026-08-25T15:17:28.423Z
73632026-08-25T15:17:28.423ZAug 25 15:17:26.624Aug 25 15:17:26.624 INFODEBGAug 25 15:17:26.624Aug 25 15:17:26.624 INFODEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] replacing targets for 3fff:beef: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.60/32 -> 10.0.0.255adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
73642026-08-25T15:17:28.423Z
73652026-08-25T15:17:28.423Z
73662026-08-25T15:17:28.423Z
73672026-08-25T15:17:28.423ZAug 25 15:17:26.624Aug 25 15:17:26.624 Aug 25 15:17:26.624INFODEBG DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 25 15:17:26.624 replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG failed to allocate space for the new target listAug 25 15:17:26.625
73682026-08-25T15:17:28.423Z DEBG
73692026-08-25T15:17:28.423Zreplacing 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 } }]
73702026-08-25T15:17:28.423Z
73712026-08-25T15:17:28.423Zcreated new freemapAug 25 15:17:26.632 Aug 25 15:17:26.632, DEBGunit :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 25 15:17:26.632
73722026-08-25T15:17:28.423Z INFOfreemap_route_ipv4 Aug 25 15:17:26.632
73732026-08-25T15:17:28.423Z adding route 172.17.0.36/32 -> 10.0.0.255INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
73742026-08-25T15:17:28.423Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 25 15:17:26.632Aug 25 15:17:26.632
73752026-08-25T15:17:28.423ZDEBG DEBGcreated new freemap
73762026-08-25T15:17:28.423Z , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 25 15:17:26.632unit:
73772026-08-25T15:17:28.423Z DEBGfreemap_route_ipv6
73782026-08-25T15:17:28.423Zreplacing 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 } }]
73792026-08-25T15:17:28.423ZAug 25 15:17:26.632Aug 25 15:17:26.632 DEBGINFO initted freemap. size: 64adding route 172.17.0.37/32 -> 10.0.0.255,
73802026-08-25T15:17:28.423ZAug 25 15:17:26.632unit :DEBG Aug 25 15:17:26.632freemap_route_ipv4
73812026-08-25T15:17:28.423ZDEBGreplacing 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 } }]
73822026-08-25T15:17:28.423Zreplacing 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 } }]
73832026-08-25T15:17:28.423ZAug 25 15:17:26.632 Aug 25 15:17:26.632 INFOAug 25 15:17:26.632 adding route 172.17.0.38/32 -> 10.0.0.255DEBG
73842026-08-25T15:17:28.423Z INFOreset freemap , adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffunit
73852026-08-25T15:17:28.423Z:Aug 25 15:17:26.632 freemap_route_ipv4DEBG
73862026-08-25T15:17:28.423Z 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 25 15:17:26.632 DEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
73872026-08-25T15:17:28.424Z
73882026-08-25T15:17:28.424Z Aug 25 15:17:26.632Aug 25 15:17:26.632 replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO INFO
73892026-08-25T15:17:28.424Zadding route 172.17.0.39/32 -> 10.0.0.255Aug 25 15:17:26.632
73902026-08-25T15:17:28.424Z DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
73912026-08-25T15:17:28.424Zinitted freemap. size: 64Aug 25 15:17:26.632, unitAug 25 15:17:26.632: DEBGINFOfreemap_route_ipv6Aug 25 15:17:26.632
73922026-08-25T15:17:28.424Z adding route 172.17.0.10/32 -> 10.0.0.255
73932026-08-25T15:17:28.424ZDEBGreplacing 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 25 15:17:26.632replacing 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 } }]
73942026-08-25T15:17:28.424Z
73952026-08-25T15:17:28.428ZDEBG Aug 25 15:17:26.632reset freemap , DEBGunit :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 } }] freemap_route_ipv6
73962026-08-25T15:17:28.428ZAug 25 15:17:26.632
73972026-08-25T15:17:28.428Z INFOAug 25 15:17:26.632 adding route 172.17.0.40/32 -> 10.0.0.255DEBG
73982026-08-25T15:17:28.428Z Aug 25 15:17:26.632Aug 25 15:17:26.632failed to allocate space for the new target list INFO
73992026-08-25T15:17:28.428Z INFOadding route 172.17.0.11/32 -> 10.0.0.255 Aug 25 15:17:26.632adding route 3fff:dead::/64 -> 2001:db8::55:1
74002026-08-25T15:17:28.428ZDEBG
74012026-08-25T15:17:28.428Z 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 25 15:17:26.632Aug 25 15:17:26.632Aug 25 15:17:26.632 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 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 } }]
74022026-08-25T15:17:28.428Z
74032026-08-25T15:17:28.428Z
74042026-08-25T15:17:28.428Z DEBGAug 25 15:17:26.540Aug 25 15:17:26.632 Aug 25 15:17:26.632INFOreplacing targets for 3fff:dead::/64 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 25 15:17:26.632adding route 3fff:dead::/64 -> 2001:db8::55:2
74052026-08-25T15:17:28.428ZINFO
74062026-08-25T15:17:28.428Z DEBGINFOadding route 172.17.0.41/32 -> 10.0.0.255
74072026-08-25T15:17:28.428Zadding route 172.17.0.12/32 -> 10.0.0.255
74082026-08-25T15:17:28.429Zcreated new freemapAug 25 15:17:26.632 Aug 25 15:17:26.632DEBG, Aug 25 15:17:26.632unitDEBG :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 } }]freemap_route_ipv4 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 } }]
74092026-08-25T15:17:28.429Zreplacing 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 } }]
74102026-08-25T15:17:28.429Z
74112026-08-25T15:17:28.429Z
74122026-08-25T15:17:28.429ZAug 25 15:17:26.632 INFOAug 25 15:17:26.632 Aug 25 15:17:26.632adding route 3fff:dead::/64 -> 2001:db8::55:3
74132026-08-25T15:17:28.429ZINFO INFOadding route 172.17.0.13/32 -> 10.0.0.255
74142026-08-25T15:17:28.429Zadding route 172.17.0.42/32 -> 10.0.0.255Aug 25 15:17:26.632Aug 25 15:17:26.632
74152026-08-25T15:17:28.429Z Aug 25 15:17:26.632DEBG 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 } }]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 } }]Aug 25 15:17:26.632
74162026-08-25T15:17:28.429Zcreated new freemap DEBG,
74172026-08-25T15:17:28.429Zunit: Aug 25 15:17:26.632freemap_route_ipv6 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 } }]INFOAug 25 15:17:26.632
74182026-08-25T15:17:28.429ZINFOadding route 3fff:dead::/64 -> 2001:db8::55:4
74192026-08-25T15:17:28.429Z
74202026-08-25T15:17:28.429Zadding route 172.17.0.14/32 -> 10.0.0.255
74212026-08-25T15:17:28.429ZAug 25 15:17:26.632Aug 25 15:17:26.632
74222026-08-25T15:17:28.429ZAug 25 15:17:26.632INFOAug 25 15:17:26.632DEBG DEBG initted freemap. size: 64replacing 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 } }],
74232026-08-25T15:17:28.429Zunit DEBG adding route 172.17.0.43/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 25 15:17:26.632
74242026-08-25T15:17:28.429Z
74252026-08-25T15:17:28.429Z freemap_route_ipv4
74262026-08-25T15:17:28.429ZINFOAug 25 15:17:26.632 Aug 25 15:17:26.632adding route 172.17.0.15/32 -> 10.0.0.255
74272026-08-25T15:17:28.429ZAug 25 15:17:26.632DEBG Aug 25 15:17:26.632DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.632
74282026-08-25T15:17:28.429ZINFOreplacing targets for 3fff:dead::/64 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 } }]
74292026-08-25T15:17:28.430ZDEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
74302026-08-25T15:17:28.430Z reset freemapadding route 172.17.0.61/32 -> 10.0.0.255,
74312026-08-25T15:17:28.430ZAug 25 15:17:26.632Aug 25 15:17:26.632unit : INFOINFO adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.44/32 -> 10.0.0.255
74322026-08-25T15:17:28.430Z
74332026-08-25T15:17:28.430Zfreemap_route_ipv4
74342026-08-25T15:17:28.430ZAug 25 15:17:26.632Aug 25 15:17:26.632Aug 25 15:17:26.632 DEBGAug 25 15:17:26.632DEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
74352026-08-25T15:17:28.430ZDEBGDEBG initted freemap. size: 64
74362026-08-25T15:17:28.430Z, Aug 25 15:17:26.632replacing 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 } }] unit
74372026-08-25T15:17:28.430ZINFOAug 25 15:17:26.632 :adding route 172.17.0.17/32 -> 10.0.0.255
74382026-08-25T15:17:28.430ZINFOfreemap_route_ipv6 adding route 172.17.0.45/32 -> 10.0.0.255
74392026-08-25T15:17:28.430Z
74402026-08-25T15:17:28.430ZAug 25 15:17:26.632 DEBG Aug 25 15:17:26.632replacing 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 25 15:17:26.632Aug 25 15:17:26.632
74412026-08-25T15:17:28.430Z DEBG reset freemapDEBG, INFOunit Aug 25 15:17:26.632replacing 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 } }]:
74422026-08-25T15:17:28.430ZINFO adding route 172.17.0.18/32 -> 10.0.0.255
74432026-08-25T15:17:28.430Zfreemap_route_ipv6Aug 25 15:17:26.632
74442026-08-25T15:17:28.430Z adding route 172.17.0.62/32 -> 10.0.0.255INFO
74452026-08-25T15:17:28.430Z Aug 25 15:17:26.632adding route 172.17.0.46/32 -> 10.0.0.255
74462026-08-25T15:17:28.430ZINFOAug 25 15:17:26.632 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
74472026-08-25T15:17:28.430ZAug 25 15:17:26.632Aug 25 15:17:26.632replacing 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 } }]
74482026-08-25T15:17:28.430ZDEBG Aug 25 15:17:26.632 DEBGreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
74492026-08-25T15:17:28.430ZAug 25 15:17:26.632 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFOreplacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74502026-08-25T15:17:28.430Z
74512026-08-25T15:17:28.430Zadding route 172.17.0.19/32 -> 10.0.0.255Aug 25 15:17:26.632
74522026-08-25T15:17:28.430Ztest route::tests::rollback_on_index_readd_failure ... ok
74532026-08-25T15:17:28.430Ztest route::tests::add_target_fails_full ... ok
74542026-08-25T15:17:28.430Z INFOAug 25 15:17:26.632Aug 25 15:17:26.632 Aug 25 15:17:26.632INFO adding route 172.17.0.47/32 -> 10.0.0.255INFODEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
74552026-08-25T15:17:28.430Z
74562026-08-25T15:17:28.430Z
74572026-08-25T15:17:28.430Zadding route 172.17.0.63/32 -> 10.0.0.255
74582026-08-25T15:17:28.430ZAug 25 15:17:26.632Aug 25 15:17:26.632 Aug 25 15:17:26.632INFOAug 25 15:17:26.632 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 } }]adding route 172.17.0.20/32 -> 10.0.0.255
74592026-08-25T15:17:28.431Z
74602026-08-25T15:17:28.431Z 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 } }]
74612026-08-25T15:17:28.431Zreplacing 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 25 15:17:26.632
74622026-08-25T15:17:28.431Z Aug 25 15:17:26.632DEBGAug 25 15:17:26.632 replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
74632026-08-25T15:17:28.431ZINFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:3
74642026-08-25T15:17:28.431ZAug 25 15:17:26.632
74652026-08-25T15:17:28.431Z Aug 25 15:17:26.632DEBG INFOAug 25 15:17:26.632 adding route 172.17.0.21/32 -> 10.0.0.255DEBGAug 25 15:17:26.632
74662026-08-25T15:17:28.431Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] failed to allocate space for the new target list
74672026-08-25T15:17:28.431ZDEBG
74682026-08-25T15:17:28.431Z replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.632
74692026-08-25T15:17:28.431Z DEBGAug 25 15:17:26.632 Aug 25 15:17:26.632replacing 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 25 15:17:26.632INFO
74702026-08-25T15:17:28.431Z INFOadding route 3fff:dead::/64 -> 2001:db8::55:4
74712026-08-25T15:17:28.431Zadding route 172.17.0.49/32 -> 10.0.0.255Aug 25 15:17:26.632
74722026-08-25T15:17:28.431ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
74732026-08-25T15:17:28.431ZAug 25 15:17:26.632Aug 25 15:17:26.632INFO DEBGDEBG adding route 172.17.0.22/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 } }]
74742026-08-25T15:17:28.432ZAug 25 15:17:26.633Aug 25 15:17:26.633 Aug 25 15:17:26.640DEBG DEBGcreated new freemap , created new freemap
74752026-08-25T15:17:28.432Zunit, :unit :freemap_route_ipv4
74762026-08-25T15:17:28.432Zfreemap_route_ipv4Aug 25 15:17:26.633
74772026-08-25T15:17:28.432Z 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 } }]Aug 25 15:17:26.640
74782026-08-25T15:17:28.432Zcreated new freemap DEBG, Aug 25 15:17:26.640 Aug 25 15:17:26.640unitDEBG:Aug 25 15:17:26.640 replacing targets for 3fff:dead::/64 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
74792026-08-25T15:17:28.432Z DEBGcreated new freemap freemap_route_ipv4adding route 172.17.0.23/32 -> 10.0.0.255, Aug 25 15:17:26.640
74802026-08-25T15:17:28.432Z
74812026-08-25T15:17:28.432ZWARNunit : Aug 25 15:17:26.640shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) created new freemap
74822026-08-25T15:17:28.432ZDEBG , freemap_route_ipv6Aug 25 15:17:26.640unit
74832026-08-25T15:17:28.433Z 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 } }]created new freemap
74842026-08-25T15:17:28.433Z , freemap_route_ipv6Aug 25 15:17:26.640unit
74852026-08-25T15:17:28.433Z:Aug 25 15:17:26.640 freemap_route_ipv6INFO
74862026-08-25T15:17:28.433ZDEBG initted freemap. size: 64adding route 172.17.0.24/32 -> 10.0.0.255,
74872026-08-25T15:17:28.433ZunitAug 25 15:17:26.640: Aug 25 15:17:26.640DEBG freemap_route_ipv4initted freemap. size: 64DEBGAug 25 15:17:26.640 , DEBG
74882026-08-25T15:17:28.433Zunit 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 } }]:initted freemap. size: 64
74892026-08-25T15:17:28.433Z, Aug 25 15:17:26.640 unitDEBG:freemap_route_ipv4Aug 25 15:17:26.640
74902026-08-25T15:17:28.433Z freemap_route_ipv4INFO
74912026-08-25T15:17:28.433Z reset freemapadding route 172.17.0.25/32 -> 10.0.0.255,
74922026-08-25T15:17:28.433ZunitAug 25 15:17:26.640:Aug 25 15:17:26.640 Aug 25 15:17:26.640 freemap_route_ipv4 DEBGDEBG
74932026-08-25T15:17:28.433Zreset freemap , 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 } }]unit
74942026-08-25T15:17:28.433Z:DEBG Aug 25 15:17:26.640freemap_route_ipv4 reset freemapDEBGAug 25 15:17:26.640,
74952026-08-25T15:17:28.437Zunit INFO initted freemap. size: 64:, Aug 25 15:17:26.640adding route 172.17.0.26/32 -> 10.0.0.255
74962026-08-25T15:17:28.437ZunitDEBGfreemap_route_ipv4:
74972026-08-25T15:17:28.437Z Aug 25 15:17:26.640 freemap_route_ipv6DEBGinitted freemap. size: 64
74982026-08-25T15:17:28.437Zreplacing 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 } }],
74992026-08-25T15:17:28.437ZAug 25 15:17:26.640unit :DEBG Aug 25 15:17:26.640initted freemap. size: 64freemap_route_ipv6, unitDEBG
75002026-08-25T15:17:28.437ZAug 25 15:17:26.640 :reset freemapINFO, adding route 172.17.0.27/32 -> 10.0.0.255 unit
75012026-08-25T15:17:28.437ZAug 25 15:17:26.640: DEBGfreemap_route_ipv6 freemap_route_ipv6reset freemapAug 25 15:17:26.640,
75022026-08-25T15:17:28.437Z unitDEBG:
75032026-08-25T15:17:28.437Zreplacing 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 } }]
75042026-08-25T15:17:28.437Zfreemap_route_ipv6Aug 25 15:17:26.640Aug 25 15:17:26.640Aug 25 15:17:26.640 INFODEBG
75052026-08-25T15:17:28.437ZINFO adding route 172.17.0.28/32 -> 10.0.0.255
75062026-08-25T15:17:28.437Z adding route 172.16.0.0/32 -> 10.0.0.1reset freemap
75072026-08-25T15:17:28.437Z, Aug 25 15:17:26.640unit Aug 25 15:17:26.640: INFODEBG Aug 25 15:17:26.640 adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75082026-08-25T15:17:28.437ZDEBG
75092026-08-25T15:17:28.437Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]freemap_route_ipv6
75102026-08-25T15:17:28.437ZAug 25 15:17:26.640
75112026-08-25T15:17:28.437ZAug 25 15:17:26.640 DEBGINFOAug 25 15:17:26.640 Aug 25 15:17:26.640 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.29/32 -> 10.0.0.255
75122026-08-25T15:17:28.437Z
75132026-08-25T15:17:28.437ZINFO INFOadding route 172.16.0.0/32 -> 10.0.0.1
75142026-08-25T15:17:28.437Z adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 15:17:26.640Aug 25 15:17:26.640 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.2replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75152026-08-25T15:17:28.437Z
75162026-08-25T15:17:28.437Z
75172026-08-25T15:17:28.437ZAug 25 15:17:26.640 DEBGAug 25 15:17:26.633 Aug 25 15:17:26.640replacing 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 25 15:17:26.640
75182026-08-25T15:17:28.437Z DEBGDEBGAug 25 15:17:26.640DEBG 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 } }] adding route 172.17.0.30/32 -> 10.0.0.255
75192026-08-25T15:17:28.437Z
75202026-08-25T15:17:28.438Zcreated new freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 25 15:17:26.640
75212026-08-25T15:17:28.438ZAug 25 15:17:26.640 DEBGINFOAug 25 15:17:26.640Aug 25 15:17:26.640 replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO INFO
75222026-08-25T15:17:28.438Z adding route 172.16.0.0/32 -> 10.0.0.3 adding route 172.16.0.0/32 -> 10.0.0.1
75232026-08-25T15:17:28.438Zadding route 172.16.0.0/32 -> 10.0.0.2
75242026-08-25T15:17:28.438ZAug 25 15:17:26.640
75252026-08-25T15:17:28.438Z INFO adding route 172.17.0.31/32 -> 10.0.0.255, Aug 25 15:17:26.640unit
75262026-08-25T15:17:28.438ZAug 25 15:17:26.640: Aug 25 15:17:26.640 DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]DEBGAug 25 15:17:26.640freemap_route_ipv4
75272026-08-25T15:17:28.438Z
75282026-08-25T15:17:28.438ZDEBG 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.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 25 15:17:26.640
75292026-08-25T15:17:28.438Z
75302026-08-25T15:17:28.438Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
75312026-08-25T15:17:28.438ZINFO Aug 25 15:17:26.640 Aug 25 15:17:26.640Aug 25 15:17:26.640INFO adding route 172.16.0.0/32 -> 10.0.0.2INFO
75322026-08-25T15:17:28.438Z INFOadding route 172.16.0.0/32 -> 10.0.0.4
75332026-08-25T15:17:28.438Zadding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.32/32 -> 10.0.0.255
75342026-08-25T15:17:28.438Z
75352026-08-25T15:17:28.438Zreplacing 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 25 15:17:26.640Aug 25 15:17:26.640
75362026-08-25T15:17:28.438ZAug 25 15:17:26.640 DEBGDEBGAug 25 15:17:26.640 DEBGreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75372026-08-25T15:17:28.438Z 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 } }] Aug 25 15:17:26.640 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
75382026-08-25T15:17:28.438Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFOAug 25 15:17:26.640 adding route 172.17.0.50/32 -> 10.0.0.255Aug 25 15:17:26.640INFO
75392026-08-25T15:17:28.438Z adding route 172.17.0.33/32 -> 10.0.0.255INFO
75402026-08-25T15:17:28.438Z adding route 172.17.0.0/32 -> 10.0.0.255
75412026-08-25T15:17:28.438ZAug 25 15:17:26.640Aug 25 15:17:26.640 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 } }]
75422026-08-25T15:17:28.438ZAug 25 15:17:26.640 INFO adding route 172.17.0.34/32 -> 10.0.0.255
75432026-08-25T15:17:28.438ZAug 25 15:17:26.640 DEBG Aug 25 15:17:26.632replacing 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 25 15:17:26.640
75442026-08-25T15:17:28.438Z DEBG DEBGfailed to allocate space for the new target list
75452026-08-25T15:17:28.438Zreplacing 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 } }]
75462026-08-25T15:17:28.438ZAug 25 15:17:26.640 INFO Aug 25 15:17:26.640DEBGadding route 172.17.0.35/32 -> 10.0.0.255
75472026-08-25T15:17:28.438Z INFOreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75482026-08-25T15:17:28.438ZAug 25 15:17:26.640 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 } }]
75492026-08-25T15:17:28.438Zadding route 172.17.0.1/32 -> 10.0.0.255Aug 25 15:17:26.640
75502026-08-25T15:17:28.438Z Aug 25 15:17:26.640
75512026-08-25T15:17:28.438ZDEBG Aug 25 15:17:26.640INFOcreated new freemap , adding route 172.17.0.51/32 -> 10.0.0.255unitINFO:
75522026-08-25T15:17:28.438Ztest route::tests::same_size_non_subset_replace ... ok
75532026-08-25T15:17:28.438Z adding route 172.17.0.36/32 -> 10.0.0.255freemap_route_ipv6
75542026-08-25T15:17:28.438Z
75552026-08-25T15:17:28.438ZAug 25 15:17:26.640Aug 25 15:17:26.640 Aug 25 15:17:26.640DEBGAug 25 15:17:26.640 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 } }]DEBGadding route 172.17.0.0/32 -> 10.0.0.255DEBG
75562026-08-25T15:17:28.438Z
75572026-08-25T15:17:28.438Ztest route::tests::shrink_preserves_compacted_order ... ok
75582026-08-25T15:17:28.439Zreplacing 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 25 15:17:26.640
75592026-08-25T15:17:28.439Ztest route::tests::delete_targets_fragmented ... ok
75602026-08-25T15:17:28.439ZDEBGreplacing 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 } }] initted freemap. size: 64Aug 25 15:17:26.640, INFOunit :Aug 25 15:17:26.640 adding route 172.17.0.2/32 -> 10.0.0.255DEBGfreemap_route_ipv4
75612026-08-25T15:17:28.439Zreplacing 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 25 15:17:26.640
75622026-08-25T15:17:28.439Z
75632026-08-25T15:17:28.439ZINFO
75642026-08-25T15:17:28.439ZAug 25 15:17:26.640adding route 172.17.0.37/32 -> 10.0.0.255
75652026-08-25T15:17:28.439ZDEBGAug 25 15:17:26.640 INFOreset freemap , unitadding route 172.17.0.1/32 -> 10.0.0.255:Aug 25 15:17:26.640Aug 25 15:17:26.640
75662026-08-25T15:17:28.439Z Aug 25 15:17:26.640 freemap_route_ipv4DEBG
75672026-08-25T15:17:28.439Z Aug 25 15:17:26.640INFO adding route 172.17.0.52/32 -> 10.0.0.255DEBG
75682026-08-25T15:17:28.439ZDEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 25 15:17:26.640
75692026-08-25T15:17:28.439Z Aug 25 15:17:26.640
75702026-08-25T15:17:28.439Z 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
75712026-08-25T15:17:28.439Z initted freemap. size: 64DEBGAug 25 15:17:26.640Aug 25 15:17:26.640 Aug 25 15:17:26.640, unitINFO: INFOadding route 172.17.0.2/32 -> 10.0.0.255freemap_route_ipv6 INFO
75722026-08-25T15:17:28.439Z
75732026-08-25T15:17:28.439Z adding route 172.17.0.3/32 -> 10.0.0.255adding route 172.17.0.38/32 -> 10.0.0.255
75742026-08-25T15:17:28.439Z
75752026-08-25T15:17:28.439ZAug 25 15:17:26.640 replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
75762026-08-25T15:17:28.439ZAug 25 15:17:26.640Aug 25 15:17:26.640 DEBG DEBG Aug 25 15:17:26.640 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
75772026-08-25T15:17:28.439Zreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] reset freemapreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.640
75782026-08-25T15:17:28.439Z,
75792026-08-25T15:17:28.439ZAug 25 15:17:26.640unit :INFO Aug 25 15:17:26.640freemap_route_ipv6adding route 172.17.0.53/32 -> 10.0.0.255
75802026-08-25T15:17:28.439Z INFOINFO adding route 172.17.0.3/32 -> 10.0.0.255
75812026-08-25T15:17:28.439Z
75822026-08-25T15:17:28.439ZAug 25 15:17:26.640adding route 172.17.0.4/32 -> 10.0.0.255
75832026-08-25T15:17:28.439ZAug 25 15:17:26.640INFO INFO Aug 25 15:17:26.640adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.39/32 -> 10.0.0.255
75842026-08-25T15:17:28.439ZAug 25 15:17:26.640 Aug 25 15:17:26.640
75852026-08-25T15:17:28.439Z DEBGDEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
75862026-08-25T15:17:28.439Z Aug 25 15:17:26.640replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
75872026-08-25T15:17:28.439Z
75882026-08-25T15:17:28.439ZDEBGAug 25 15:17:26.640Aug 25 15:17:26.640 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO adding route 172.17.0.5/32 -> 10.0.0.255Aug 25 15:17:26.641
75892026-08-25T15:17:28.439Z DEBG created new freemapDEBG , replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.640
75902026-08-25T15:17:28.439Z unitINFO: adding route 172.17.0.4/32 -> 10.0.0.255freemap_route_ipv4
75912026-08-25T15:17:28.439ZAug 25 15:17:26.649
75922026-08-25T15:17:28.439ZAug 25 15:17:26.649 INFO Aug 25 15:17:26.649adding route 172.17.0.54/32 -> 10.0.0.255 INFO
75932026-08-25T15:17:28.439Z DEBGadding route 172.17.0.40/32 -> 10.0.0.255Aug 25 15:17:26.649
75942026-08-25T15:17:28.439Z replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
75952026-08-25T15:17:28.444Z Aug 25 15:17:26.649created new freemapAug 25 15:17:26.649, DEBGunit :DEBGAug 25 15:17:26.649replacing 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_ipv6INFO
75962026-08-25T15:17:28.444Z
75972026-08-25T15:17:28.444Zadding route 172.17.0.5/32 -> 10.0.0.255
75982026-08-25T15:17:28.444Z 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 25 15:17:26.649
75992026-08-25T15:17:28.444Z INFO adding route 172.17.0.55/32 -> 10.0.0.255
76002026-08-25T15:17:28.444ZAug 25 15:17:26.649Aug 25 15:17:26.649Aug 25 15:17:26.649 Aug 25 15:17:26.649DEBG DEBGINFO DEBGreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76012026-08-25T15:17:28.444Zreplacing 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 } }]
76022026-08-25T15:17:28.444Zadding route 172.17.0.41/32 -> 10.0.0.255initted freemap. size: 64,
76032026-08-25T15:17:28.444Zunit:Aug 25 15:17:26.649 Aug 25 15:17:26.649INFO freemap_route_ipv4adding route 172.17.0.6/32 -> 10.0.0.255INFO
76042026-08-25T15:17:28.444Z
76052026-08-25T15:17:28.444Z adding route 172.17.0.56/32 -> 10.0.0.255Aug 25 15:17:26.649 Aug 25 15:17:26.649DEBG 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 } }]
76062026-08-25T15:17:28.444Zreset freemap
76072026-08-25T15:17:28.444Z, unit:
76082026-08-25T15:17:28.444ZAug 25 15:17:26.649Aug 25 15:17:26.649 DEBGDEBG Aug 25 15:17:26.649 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 } }]INFOAug 25 15:17:26.649
76092026-08-25T15:17:28.444Zfreemap_route_ipv4replacing 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 } }]
76102026-08-25T15:17:28.444Z
76112026-08-25T15:17:28.444ZINFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2Aug 25 15:17:26.649
76122026-08-25T15:17:28.444Z
76132026-08-25T15:17:28.444Z Aug 25 15:17:26.649 Aug 25 15:17:26.649INFODEBG adding route 172.17.0.7/32 -> 10.0.0.255Aug 25 15:17:26.649
76142026-08-25T15:17:28.444Z DEBGinitted freemap. size: 64 , unitINFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
76152026-08-25T15:17:28.444Zadding route 172.17.0.57/32 -> 10.0.0.255Aug 25 15:17:26.649
76162026-08-25T15:17:28.444ZAug 25 15:17:26.649: DEBGfreemap_route_ipv6Aug 25 15:17:26.649
76172026-08-25T15:17:28.444Z 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 25 15:17:26.649Aug 25 15:17:26.649 DEBG
76182026-08-25T15:17:28.444ZDEBGreplacing 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.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }]
76192026-08-25T15:17:28.444Z
76202026-08-25T15:17:28.444Z
76212026-08-25T15:17:28.444ZAug 25 15:17:26.649 INFO DEBGadding route 172.17.0.8/32 -> 10.0.0.255Aug 25 15:17:26.649Aug 25 15:17:26.649
76222026-08-25T15:17:28.444ZINFOreset freemapINFO, unitAug 25 15:17:26.649: adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255DEBG
76232026-08-25T15:17:28.444Z freemap_route_ipv6replacing 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 } }]
76242026-08-25T15:17:28.444Z
76252026-08-25T15:17:28.444Z
76262026-08-25T15:17:28.444ZAug 25 15:17:26.649Aug 25 15:17:26.649 Aug 25 15:17:26.649 DEBGINFOINFO Aug 25 15:17:26.649 adding route 172.17.0.9/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
76272026-08-25T15:17:28.444Z
76282026-08-25T15:17:28.444Zreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
76292026-08-25T15:17:28.444Z
76302026-08-25T15:17:28.444ZAug 25 15:17:26.649 Aug 25 15:17:26.649DEBG 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 } }]
76312026-08-25T15:17:28.445Zreplacing 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 } }]
76322026-08-25T15:17:28.445ZAug 25 15:17:26.649Aug 25 15:17:26.649Aug 25 15:17:26.649 INFO INFOINFO Aug 25 15:17:26.649adding route 172.17.0.44/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2
76332026-08-25T15:17:28.445Z
76342026-08-25T15:17:28.445Zadding route 172.17.0.59/32 -> 10.0.0.255 INFO
76352026-08-25T15:17:28.445Z adding route 172.17.0.10/32 -> 10.0.0.255Aug 25 15:17:26.649
76362026-08-25T15:17:28.445ZAug 25 15:17:26.649 DEBG Aug 25 15:17:26.649DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 25 15:17:26.649
76372026-08-25T15:17:28.445ZDEBG 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.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 } }]
76382026-08-25T15:17:28.445Z
76392026-08-25T15:17:28.445ZAug 25 15:17:26.649Aug 25 15:17:26.649 INFOINFO Aug 25 15:17:26.649 adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.17.0.60/32 -> 10.0.0.255
76402026-08-25T15:17:28.445ZINFO
76412026-08-25T15:17:28.445Z adding route 172.17.0.45/32 -> 10.0.0.255
76422026-08-25T15:17:28.445ZAug 25 15:17:26.649Aug 25 15:17:26.649 Aug 25 15:17:26.649DEBG
76432026-08-25T15:17:28.445Zreplacing 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 } }]
76442026-08-25T15:17:28.445ZDEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 } }]
76452026-08-25T15:17:28.445Z
76462026-08-25T15:17:28.445ZAug 25 15:17:26.649 Aug 25 15:17:26.649 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 25 15:17:26.649
76472026-08-25T15:17:28.445ZDEBG INFOAug 25 15:17:26.649failed to allocate space for the new target list
76482026-08-25T15:17:28.445Zadding route 172.16.0.0/32 -> 10.0.0.4
76492026-08-25T15:17:28.445Z INFOAug 25 15:17:26.649 Aug 25 15:17:26.649DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
76502026-08-25T15:17:28.445Zadding route 172.17.0.46/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 } }]
76512026-08-25T15:17:28.445Z
76522026-08-25T15:17:28.445Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
76532026-08-25T15:17:28.445Ztest route::tests::delete_target_full ... ok
76542026-08-25T15:17:28.445ZAug 25 15:17:26.649 Aug 25 15:17:26.649DEBG DEBGAug 25 15:17:26.649 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
76552026-08-25T15:17:28.445Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
76562026-08-25T15:17:28.445Z
76572026-08-25T15:17:28.445ZAug 25 15:17:26.649Aug 25 15:17:26.649 INFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255
76582026-08-25T15:17:28.445Zreplacing targets for 172.16.0.0/32 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 } }]
76592026-08-25T15:17:28.445Z 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 } }]
76602026-08-25T15:17:28.445ZAug 25 15:17:26.649Aug 25 15:17:26.649 DEBGINFO replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.11/32 -> 10.0.0.255
76612026-08-25T15:17:28.445Z
76622026-08-25T15:17:28.445ZAug 25 15:17:26.649 Aug 25 15:17:26.649DEBG INFOreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76632026-08-25T15:17:28.445Zadding route 172.17.0.48/32 -> 10.0.0.255
76642026-08-25T15:17:28.445ZAug 25 15:17:26.649Aug 25 15:17:26.649 Aug 25 15:17:26.649DEBG DEBG INFO replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }]
76652026-08-25T15:17:28.445Z
76662026-08-25T15:17:28.445Zadding route 172.17.0.12/32 -> 10.0.0.255
76672026-08-25T15:17:28.445ZAug 25 15:17:26.649 Aug 25 15:17:26.649Aug 25 15:17:26.649INFO INFO adding route 172.17.0.6/32 -> 10.0.0.255DEBG
76682026-08-25T15:17:28.445Zadding route 172.17.0.49/32 -> 10.0.0.255
76692026-08-25T15:17:28.445Zreplacing 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 } }]
76702026-08-25T15:17:28.446ZAug 25 15:17:26.649Aug 25 15:17:26.649Aug 25 15:17:26.649 DEBGINFO DEBGreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76712026-08-25T15:17:28.446Z adding route 172.17.0.13/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 } }]
76722026-08-25T15:17:28.446Z
76732026-08-25T15:17:28.446ZAug 25 15:17:26.650 INFO Aug 25 15:17:26.650Aug 25 15:17:26.650 DEBGadding route 172.17.0.50/32 -> 10.0.0.255
76742026-08-25T15:17:28.446Zreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
76752026-08-25T15:17:28.446Z adding route 172.17.0.7/32 -> 10.0.0.255
76762026-08-25T15:17:28.446ZAug 25 15:17:26.650Aug 25 15:17:26.650 DEBGINFO Aug 25 15:17:26.650replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.14/32 -> 10.0.0.255
76772026-08-25T15:17:28.446Z DEBG
76782026-08-25T15:17:28.446Z 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 25 15:17:26.650
76792026-08-25T15:17:28.446Z INFOAug 25 15:17:26.650 Aug 25 15:17:26.650adding route 172.17.0.51/32 -> 10.0.0.255DEBG
76802026-08-25T15:17:28.446Z INFOreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76812026-08-25T15:17:28.446Zadding route 172.17.0.8/32 -> 10.0.0.255Aug 25 15:17:26.650
76822026-08-25T15:17:28.446Z DEBGAug 25 15:17:26.650 Aug 25 15:17:26.650INFOreplacing 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 } }]
76832026-08-25T15:17:28.446Z adding route 172.17.0.15/32 -> 10.0.0.255DEBG
76842026-08-25T15:17:28.446Z 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 25 15:17:26.650
76852026-08-25T15:17:28.446Z INFOAug 25 15:17:26.650 adding route 172.17.0.52/32 -> 10.0.0.255DEBGAug 25 15:17:26.650
76862026-08-25T15:17:28.446Z replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
76872026-08-25T15:17:28.446Zadding route 172.17.0.9/32 -> 10.0.0.255
76882026-08-25T15:17:28.446ZAug 25 15:17:26.650Aug 25 15:17:26.650 DEBGAug 25 15:17:26.650INFO 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 } }] DEBGadding route 172.17.0.16/32 -> 10.0.0.255
76892026-08-25T15:17:28.446Z
76902026-08-25T15:17:28.446Zreplacing 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 } }]
76912026-08-25T15:17:28.446ZAug 25 15:17:26.650 Aug 25 15:17:26.650INFO Aug 25 15:17:26.650DEBGadding route 172.17.0.53/32 -> 10.0.0.255
76922026-08-25T15:17:28.446ZINFO 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.10/32 -> 10.0.0.255
76932026-08-25T15:17:28.446Z
76942026-08-25T15:17:28.446ZAug 25 15:17:26.650 Aug 25 15:17:26.650DEBGAug 25 15:17:26.650 INFODEBGreplacing 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 } }]
76952026-08-25T15:17:28.450Zadding route 172.17.0.17/32 -> 10.0.0.255
76962026-08-25T15:17:28.450Zreplacing 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 } }]
76972026-08-25T15:17:28.450ZAug 25 15:17:26.650 Aug 25 15:17:26.650INFO Aug 25 15:17:26.650DEBG adding route 172.17.0.54/32 -> 10.0.0.255INFO
76982026-08-25T15:17:28.450Z adding route 172.17.0.11/32 -> 10.0.0.255replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76992026-08-25T15:17:28.450ZAug 25 15:17:26.650 DEBG created new freemap, unit:Aug 25 15:17:26.657 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 } }]
77002026-08-25T15:17:28.450Z freemap_route_ipv4Aug 25 15:17:26.657
77012026-08-25T15:17:28.450Z INFOAug 25 15:17:26.657 adding route 172.17.0.12/32 -> 10.0.0.255DEBG
77022026-08-25T15:17:28.450Z created new freemapAug 25 15:17:26.657Aug 25 15:17:26.650 DEBGDEBG , replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]unit
77032026-08-25T15:17:28.451Z
77042026-08-25T15:17:28.451Z: freemap_route_ipv6
77052026-08-25T15:17:28.451ZAug 25 15:17:26.657 INFO adding route 172.17.0.13/32 -> 10.0.0.255Aug 25 15:17:26.657
77062026-08-25T15:17:28.451Z DEBG initted freemap. size: 64, Aug 25 15:17:26.657Aug 25 15:17:26.657unit :DEBG freemap_route_ipv4INFOreplacing 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 } }]
77072026-08-25T15:17:28.451Z
77082026-08-25T15:17:28.451Zadding route 172.17.0.55/32 -> 10.0.0.255
77092026-08-25T15:17:28.451ZAug 25 15:17:26.657 Aug 25 15:17:26.657DEBG DEBGreset freemap , 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 } }]unit
77102026-08-25T15:17:28.451Z:Aug 25 15:17:26.657 freemap_route_ipv4INFO
77112026-08-25T15:17:28.451Z Aug 25 15:17:26.657adding route 172.17.0.14/32 -> 10.0.0.255
77122026-08-25T15:17:28.451ZINFO adding route 172.17.0.56/32 -> 10.0.0.255Aug 25 15:17:26.657
77132026-08-25T15:17:28.451Z DEBG initted freemap. size: 64, Aug 25 15:17:26.657unit :Aug 25 15:17:26.657 DEBG
77142026-08-25T15:17:28.451Z 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 } }]freemap_route_ipv6
77152026-08-25T15:17:28.451Z
77162026-08-25T15:17:28.451Z 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 25 15:17:26.657
77172026-08-25T15:17:28.451Z Aug 25 15:17:26.657Aug 25 15:17:26.657INFO DEBGINFO Aug 25 15:17:26.657adding route 172.17.0.18/32 -> 10.0.0.255 adding route 172.17.0.57/32 -> 10.0.0.255INFO
77182026-08-25T15:17:28.451Z
77192026-08-25T15:17:28.451Zadding route 172.17.0.15/32 -> 10.0.0.255reset freemap
77202026-08-25T15:17:28.451Z, unit: Aug 25 15:17:26.657Aug 25 15:17:26.657Aug 25 15:17:26.657 freemap_route_ipv6DEBGDEBG
77212026-08-25T15:17:28.451Z replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77222026-08-25T15:17:28.451Z
77232026-08-25T15:17:28.451Z DEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.657Aug 25 15:17:26.657
77242026-08-25T15:17:28.451ZAug 25 15:17:26.657 INFOINFO adding route 172.17.0.58/32 -> 10.0.0.255INFO
77252026-08-25T15:17:28.451Z Aug 25 15:17:26.657adding route 172.17.0.16/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.1
77262026-08-25T15:17:28.451ZINFOAug 25 15:17:26.657
77272026-08-25T15:17:28.451Z DEBGadding route 172.17.0.19/32 -> 10.0.0.255
77282026-08-25T15:17:28.451Zreplacing 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 } }]
77292026-08-25T15:17:28.451ZAug 25 15:17:26.657Aug 25 15:17:26.657Aug 25 15:17:26.657Aug 25 15:17:26.657 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.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
77302026-08-25T15:17:28.451Z
77312026-08-25T15:17:28.451Zadding route 172.17.0.59/32 -> 10.0.0.255DEBG
77322026-08-25T15:17:28.451Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
77332026-08-25T15:17:28.451ZAug 25 15:17:26.657Aug 25 15:17:26.657Aug 25 15:17:26.657 INFODEBG Aug 25 15:17:26.657replacing 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.20/32 -> 10.0.0.255
77342026-08-25T15:17:28.451ZINFO
77352026-08-25T15:17:28.451Zadding route 172.16.0.0/32 -> 10.0.0.2 INFO
77362026-08-25T15:17:28.451ZAug 25 15:17:26.657 Aug 25 15:17:26.657 DEBGAug 25 15:17:26.657 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 } }]INFODEBGadding route 172.17.0.17/32 -> 10.0.0.255
77372026-08-25T15:17:28.451Z
77382026-08-25T15:17:28.451Zadding route 172.17.0.60/32 -> 10.0.0.255
77392026-08-25T15:17:28.451Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 25 15:17:26.657
77402026-08-25T15:17:28.451Z Aug 25 15:17:26.657INFO Aug 25 15:17:26.657DEBGAug 25 15:17:26.657 DEBG INFOreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.21/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 } }]
77412026-08-25T15:17:28.452Z
77422026-08-25T15:17:28.452Z
77432026-08-25T15:17:28.452Zadding route 172.16.0.0/32 -> 10.0.0.3
77442026-08-25T15:17:28.452ZAug 25 15:17:26.657 Aug 25 15:17:26.657Aug 25 15:17:26.657 INFOAug 25 15:17:26.657INFO DEBGadding route 172.17.0.18/32 -> 10.0.0.255
77452026-08-25T15:17:28.452Z 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 } }]DEBG adding route 172.17.0.61/32 -> 10.0.0.255
77462026-08-25T15:17:28.452Z
77472026-08-25T15:17:28.452Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
77482026-08-25T15:17:28.452ZAug 25 15:17:26.657Aug 25 15:17:26.657Aug 25 15:17:26.657 INFODEBG adding route 172.17.0.22/32 -> 10.0.0.255replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.657
77492026-08-25T15:17:28.452Z
77502026-08-25T15:17:28.452ZDEBGINFO replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4
77512026-08-25T15:17:28.452Z
77522026-08-25T15:17:28.452ZAug 25 15:17:26.657Aug 25 15:17:26.657 Aug 25 15:17:26.657 INFODEBGDEBG Aug 25 15:17:26.657adding route 172.17.0.19/32 -> 10.0.0.255 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 } }]
77532026-08-25T15:17:28.452ZINFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
77542026-08-25T15:17:28.452Z
77552026-08-25T15:17:28.452Zadding route 172.17.0.62/32 -> 10.0.0.255Aug 25 15:17:26.657
77562026-08-25T15:17:28.452Z Aug 25 15:17:26.657DEBGAug 25 15:17:26.657 DEBGINFO Aug 25 15:17:26.657 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 172.17.0.23/32 -> 10.0.0.255
77572026-08-25T15:17:28.452Z 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 } }]
77582026-08-25T15:17:28.452Zreplacing 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 } }]
77592026-08-25T15:17:28.452Z
77602026-08-25T15:17:28.453ZAug 25 15:17:26.657Aug 25 15:17:26.657Aug 25 15:17:26.657 INFODEBGDEBG failed to allocate space for the new target listadding route 172.17.0.20/32 -> 10.0.0.255
77612026-08-25T15:17:28.453Zreplacing 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 } }]
77622026-08-25T15:17:28.453Z
77632026-08-25T15:17:28.453ZAug 25 15:17:26.657Aug 25 15:17:26.657Aug 25 15:17:26.657 DEBGINFO 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 } }]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 } }]
77642026-08-25T15:17:28.453Z
77652026-08-25T15:17:28.453Z
77662026-08-25T15:17:28.453ZAug 25 15:17:26.657Aug 25 15:17:26.657 DEBGINFO replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255
77672026-08-25T15:17:28.453Z
77682026-08-25T15:17:28.453ZAug 25 15:17:26.657Aug 25 15:17:26.657 INFODEBG adding route 172.17.0.25/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 } }]
77692026-08-25T15:17:28.453Z
77702026-08-25T15:17:28.453ZAug 25 15:17:26.657Aug 25 15:17:26.657 DEBGINFO replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255
77712026-08-25T15:17:28.453Z
77722026-08-25T15:17:28.453ZAug 25 15:17:26.657Aug 25 15:17:26.657 INFODEBG adding route 172.17.0.26/32 -> 10.0.0.255replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77732026-08-25T15:17:28.453Z
77742026-08-25T15:17:28.453ZAug 25 15:17:26.657Aug 25 15:17:26.657 DEBGINFO replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.23/32 -> 10.0.0.255
77752026-08-25T15:17:28.453Z
77762026-08-25T15:17:28.454ZAug 25 15:17:26.657Aug 25 15:17:26.657 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 } }]
77772026-08-25T15:17:28.454ZINFO adding route 172.17.0.27/32 -> 10.0.0.255
77782026-08-25T15:17:28.454ZAug 25 15:17:26.657 INFO Aug 25 15:17:26.657adding route 172.17.0.24/32 -> 10.0.0.255
77792026-08-25T15:17:28.454Z Aug 25 15:17:26.657DEBG DEBGreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77802026-08-25T15:17:28.454Zreplacing 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 } }]
77812026-08-25T15:17:28.454ZAug 25 15:17:26.657 Aug 25 15:17:26.657INFO INFOadding route 172.17.0.28/32 -> 10.0.0.255
77822026-08-25T15:17:28.454Zadding route 172.17.0.25/32 -> 10.0.0.255
77832026-08-25T15:17:28.454ZAug 25 15:17:26.657 Aug 25 15:17:26.657DEBG 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 } }]
77842026-08-25T15:17:28.454Zreplacing 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 } }]
77852026-08-25T15:17:28.454ZAug 25 15:17:26.657 Aug 25 15:17:26.657INFO INFOadding route 172.17.0.29/32 -> 10.0.0.255
77862026-08-25T15:17:28.454Zadding route 172.17.0.26/32 -> 10.0.0.255
77872026-08-25T15:17:28.454ZAug 25 15:17:26.657 Aug 25 15:17:26.657DEBG DEBGreplacing 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 } }]
77882026-08-25T15:17:28.454Zreplacing 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 } }]
77892026-08-25T15:17:28.454ZAug 25 15:17:26.657 Aug 25 15:17:26.657INFO INFOadding route 172.17.0.30/32 -> 10.0.0.255
77902026-08-25T15:17:28.454Zadding route 172.17.0.27/32 -> 10.0.0.255
77912026-08-25T15:17:28.454ZAug 25 15:17:26.657Aug 25 15:17:26.657 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.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 } }]
77922026-08-25T15:17:28.454Z
77932026-08-25T15:17:28.454ZAug 25 15:17:26.657Aug 25 15:17:26.657 INFO adding route 172.17.0.28/32 -> 10.0.0.255
77942026-08-25T15:17:28.455ZINFO Aug 25 15:17:26.657adding route 172.17.0.31/32 -> 10.0.0.255
77952026-08-25T15:17:28.461ZAug 25 15:17:26.657 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 } }]
77962026-08-25T15:17:28.461ZDEBG 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 25 15:17:26.657
77972026-08-25T15:17:28.461Z INFO adding route 172.17.0.29/32 -> 10.0.0.255
77982026-08-25T15:17:28.461ZAug 25 15:17:26.657 INFO adding route 172.17.0.32/32 -> 10.0.0.255Aug 25 15:17:26.657
77992026-08-25T15:17:28.461Z 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 25 15:17:26.657
78002026-08-25T15:17:28.461Z DEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.657
78012026-08-25T15:17:28.462Z INFO adding route 172.17.0.30/32 -> 10.0.0.255
78022026-08-25T15:17:28.462ZAug 25 15:17:26.657 INFO adding route 172.17.0.33/32 -> 10.0.0.255Aug 25 15:17:26.657
78032026-08-25T15:17:28.462Z 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 } }]
78042026-08-25T15:17:28.462ZAug 25 15:17:26.657 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 } }]Aug 25 15:17:26.657
78052026-08-25T15:17:28.462Z INFO adding route 172.17.0.31/32 -> 10.0.0.255
78062026-08-25T15:17:28.462ZAug 25 15:17:26.657 INFO adding route 172.17.0.34/32 -> 10.0.0.255Aug 25 15:17:26.657
78072026-08-25T15:17:28.462Z 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 } }]
78082026-08-25T15:17:28.462ZAug 25 15:17:26.657 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 25 15:17:26.657
78092026-08-25T15:17:28.462Z INFO adding route 172.17.0.32/32 -> 10.0.0.255
78102026-08-25T15:17:28.462ZAug 25 15:17:26.657 INFO adding route 172.17.0.35/32 -> 10.0.0.255Aug 25 15:17:26.657
78112026-08-25T15:17:28.462Z DEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.657
78122026-08-25T15:17:28.462Z 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 } }]
78132026-08-25T15:17:28.462ZAug 25 15:17:26.657 INFO adding route 172.17.0.33/32 -> 10.0.0.255
78142026-08-25T15:17:28.462ZAug 25 15:17:26.663Aug 25 15:17:26.663 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 } }]
78152026-08-25T15:17:28.462ZINFO Aug 25 15:17:26.664adding route 172.17.0.36/32 -> 10.0.0.255
78162026-08-25T15:17:28.462ZINFO adding route 172.17.0.34/32 -> 10.0.0.255
78172026-08-25T15:17:28.462ZAug 25 15:17:26.664 DEBG Aug 25 15:17:26.664replacing 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 } }]
78182026-08-25T15:17:28.462ZDEBG 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 } }]
78192026-08-25T15:17:28.462ZAug 25 15:17:26.664 INFO Aug 25 15:17:26.664adding route 172.17.0.37/32 -> 10.0.0.255
78202026-08-25T15:17:28.462ZINFO adding route 172.17.0.35/32 -> 10.0.0.255
78212026-08-25T15:17:28.462ZAug 25 15:17:26.664 DEBG Aug 25 15:17:26.664replacing 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 } }]
78222026-08-25T15:17:28.462ZDEBG 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 } }]
78232026-08-25T15:17:28.462ZAug 25 15:17:26.664 INFO Aug 25 15:17:26.664adding route 172.17.0.38/32 -> 10.0.0.255
78242026-08-25T15:17:28.462ZINFO adding route 172.17.0.36/32 -> 10.0.0.255
78252026-08-25T15:17:28.462ZAug 25 15:17:26.664 DEBG Aug 25 15:17:26.664replacing 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 } }]
78262026-08-25T15:17:28.462ZDEBG 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 } }]
78272026-08-25T15:17:28.462ZAug 25 15:17:26.664 INFO Aug 25 15:17:26.664adding route 172.17.0.39/32 -> 10.0.0.255
78282026-08-25T15:17:28.462ZINFO adding route 172.17.0.37/32 -> 10.0.0.255
78292026-08-25T15:17:28.462ZAug 25 15:17:26.664 DEBG Aug 25 15:17:26.664replacing 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 } }]
78302026-08-25T15:17:28.462ZDEBG 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 } }]
78312026-08-25T15:17:28.462ZAug 25 15:17:26.664 INFO Aug 25 15:17:26.664adding route 172.17.0.40/32 -> 10.0.0.255
78322026-08-25T15:17:28.462ZINFO adding route 172.17.0.38/32 -> 10.0.0.255
78332026-08-25T15:17:28.463ZAug 25 15:17:26.664 DEBGAug 25 15:17:26.664 replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
78342026-08-25T15:17:28.463Z 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 } }]
78352026-08-25T15:17:28.463ZAug 25 15:17:26.664 Aug 25 15:17:26.664INFO INFOadding route 172.17.0.41/32 -> 10.0.0.255
78362026-08-25T15:17:28.463Zadding route 172.17.0.39/32 -> 10.0.0.255
78372026-08-25T15:17:28.463ZAug 25 15:17:26.664 Aug 25 15:17:26.664DEBG 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 } }]
78382026-08-25T15:17:28.463Zreplacing 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 } }]
78392026-08-25T15:17:28.463ZAug 25 15:17:26.664Aug 25 15:17:26.664 INFOINFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.40/32 -> 10.0.0.255
78402026-08-25T15:17:28.463Z
78412026-08-25T15:17:28.463ZAug 25 15:17:26.664Aug 25 15:17:26.664 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.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 } }]
78422026-08-25T15:17:28.463Z
78432026-08-25T15:17:28.463ZAug 25 15:17:26.664Aug 25 15:17:26.664 INFOINFO adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255
78442026-08-25T15:17:28.463Z
78452026-08-25T15:17:28.463ZAug 25 15:17:26.664Aug 25 15:17:26.664 DEBGDEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
78462026-08-25T15:17:28.463Z
78472026-08-25T15:17:28.463ZAug 25 15:17:26.664Aug 25 15:17:26.664 INFOINFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.44/32 -> 10.0.0.255
78482026-08-25T15:17:28.463Z
78492026-08-25T15:17:28.463ZAug 25 15:17:26.664Aug 25 15:17:26.664 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.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 } }]
78502026-08-25T15:17:28.463Z
78512026-08-25T15:17:28.463ZAug 25 15:17:26.664Aug 25 15:17:26.664 INFOINFO adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255
78522026-08-25T15:17:28.463Ztest route::tests::delete_target_fragmented ... ok
78532026-08-25T15:17:28.463Ztest route::tests::delete_targets_full ... ok
78542026-08-25T15:17:28.463Z
78552026-08-25T15:17:28.463Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s
78562026-08-25T15:17:28.463Z
78572026-08-25T15:17:28.463Z
78582026-08-25T15:17:28.463ZAug 25 15:17:26.664Aug 25 15:17:26.664 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.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 } }]
78592026-08-25T15:17:28.463Z
78602026-08-25T15:17:28.463ZAug 25 15:17:26.664Aug 25 15:17:26.664 INFOINFO adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.44/32 -> 10.0.0.255
78612026-08-25T15:17:28.463Z
78622026-08-25T15:17:28.463ZAug 25 15:17:26.664Aug 25 15:17:26.664 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.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 } }]
78632026-08-25T15:17:28.463Z
78642026-08-25T15:17:28.463ZAug 25 15:17:26.664Aug 25 15:17:26.664 INFOINFO adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255
78652026-08-25T15:17:28.463Z
78662026-08-25T15:17:28.463ZAug 25 15:17:26.664Aug 25 15:17:26.664 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.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 } }]
78672026-08-25T15:17:28.463Z
78682026-08-25T15:17:28.463ZAug 25 15:17:26.664Aug 25 15:17:26.664 INFOINFO adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255
78692026-08-25T15:17:28.463Z
78702026-08-25T15:17:28.464ZAug 25 15:17:26.664Aug 25 15:17:26.664 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.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 } }]
78712026-08-25T15:17:28.464Z
78722026-08-25T15:17:28.464ZAug 25 15:17:26.664Aug 25 15:17:26.664 INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.49/32 -> 10.0.0.255
78732026-08-25T15:17:28.464Z
78742026-08-25T15:17:28.464ZAug 25 15:17:26.664Aug 25 15:17:26.664 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.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 } }]
78752026-08-25T15:17:28.464Z
78762026-08-25T15:17:28.464ZAug 25 15:17:26.664Aug 25 15:17:26.664 INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255
78772026-08-25T15:17:28.464ZAug 25 15:17:26.671 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 } }]
78782026-08-25T15:17:28.464ZAug 25 15:17:26.671 INFO adding route 172.17.0.49/32 -> 10.0.0.255
78792026-08-25T15:17:28.464ZAug 25 15:17:26.671 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 } }]
78802026-08-25T15:17:28.464ZAug 25 15:17:26.671 INFO adding route 172.17.0.50/32 -> 10.0.0.255
78812026-08-25T15:17:28.464Z
78822026-08-25T15:17:28.464ZAug 25 15:17:26.671 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 } }]
78832026-08-25T15:17:28.464ZAug 25 15:17:26.671 INFO adding route 172.17.0.51/32 -> 10.0.0.255
78842026-08-25T15:17:28.464ZAug 25 15:17:26.671 Aug 25 15:17:26.671DEBG DEBGreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }]
78852026-08-25T15:17:28.464Z
78862026-08-25T15:17:28.464ZAug 25 15:17:26.671Aug 25 15:17:26.671 INFOINFO adding route 172.17.0.52/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255
78872026-08-25T15:17:28.464Z
78882026-08-25T15:17:28.464ZAug 25 15:17:26.671Aug 25 15:17:26.671 DEBGDEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
78892026-08-25T15:17:28.464Z
78902026-08-25T15:17:28.464ZAug 25 15:17:26.671Aug 25 15:17:26.671 INFOINFO adding route 172.17.0.53/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255
78912026-08-25T15:17:28.464Z
78922026-08-25T15:17:28.464ZAug 25 15:17:26.671Aug 25 15:17:26.671 DEBGDEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
78932026-08-25T15:17:28.464Z
78942026-08-25T15:17:28.464ZAug 25 15:17:26.671Aug 25 15:17:26.671 INFOINFO adding route 172.17.0.54/32 -> 10.0.0.255adding route 172.17.0.53/32 -> 10.0.0.255
78952026-08-25T15:17:28.468Z
78962026-08-25T15:17:28.468ZAug 25 15:17:26.671Aug 25 15:17:26.671 DEBGDEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
78972026-08-25T15:17:28.469Z
78982026-08-25T15:17:28.469ZAug 25 15:17:26.671Aug 25 15:17:26.671 INFOINFO adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255
78992026-08-25T15:17:28.469Z
79002026-08-25T15:17:28.469ZAug 25 15:17:26.671Aug 25 15:17:26.671 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.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 } }]
79012026-08-25T15:17:28.469Z
79022026-08-25T15:17:28.469ZAug 25 15:17:26.671Aug 25 15:17:26.671 INFOINFO adding route 172.17.0.56/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255
79032026-08-25T15:17:28.469Z
79042026-08-25T15:17:28.469ZAug 25 15:17:26.671Aug 25 15:17:26.671 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.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 } }]
79052026-08-25T15:17:28.469Z
79062026-08-25T15:17:28.469ZAug 25 15:17:26.671Aug 25 15:17:26.671 INFOINFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255
79072026-08-25T15:17:28.469Z
79082026-08-25T15:17:28.469ZAug 25 15:17:26.671Aug 25 15:17:26.671 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.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 } }]
79092026-08-25T15:17:28.469Z
79102026-08-25T15:17:28.469ZAug 25 15:17:26.671Aug 25 15:17:26.671 INFOINFO adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.57/32 -> 10.0.0.255
79112026-08-25T15:17:28.469Z
79122026-08-25T15:17:28.469ZAug 25 15:17:26.671Aug 25 15:17:26.671 DEBGDEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
79132026-08-25T15:17:28.469Z
79142026-08-25T15:17:28.469ZAug 25 15:17:26.671Aug 25 15:17:26.671 INFOINFO adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255
79152026-08-25T15:17:28.469Z
79162026-08-25T15:17:28.469ZAug 25 15:17:26.671Aug 25 15:17:26.671 DEBGDEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
79172026-08-25T15:17:28.469Z
79182026-08-25T15:17:28.469ZAug 25 15:17:26.671Aug 25 15:17:26.671 INFOINFO adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255
79192026-08-25T15:17:28.469Z
79202026-08-25T15:17:28.469ZAug 25 15:17:26.671Aug 25 15:17:26.671 DEBGDEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
79212026-08-25T15:17:28.469Z
79222026-08-25T15:17:28.469ZAug 25 15:17:26.671Aug 25 15:17:26.671 INFODEBG adding route 172.17.0.60/32 -> 10.0.0.255failed to allocate space for the new target list
79232026-08-25T15:17:28.469Z
79242026-08-25T15:17:28.469ZAug 25 15:17:26.671Aug 25 15:17:26.671 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
79252026-08-25T15:17:28.470Z
79262026-08-25T15:17:28.470ZAug 25 15:17:26.671 DEBG failed to allocate space for the new target list
79272026-08-25T15:17:28.470ZAug 25 15:17:26.671 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 } }]
79282026-08-25T15:17:28.470Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-8eb1c8c2d7d06d7f)
79292026-08-25T15:17:28.470Z
79302026-08-25T15:17:28.470Zrunning 0 tests
79312026-08-25T15:17:28.470Z
79322026-08-25T15:17:28.470Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79332026-08-25T15:17:28.470Z
79342026-08-25T15:17:28.470Z Running unittests src/lib.rs (target/debug/deps/dpd_api-acda18f7a0b943fc)
79352026-08-25T15:17:28.470Z
79362026-08-25T15:17:28.470Zrunning 0 tests
79372026-08-25T15:17:28.470Z
79382026-08-25T15:17:28.470Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79392026-08-25T15:17:28.470Z
79402026-08-25T15:17:28.470Z Running unittests src/lib.rs (target/debug/deps/dpd_client-46f990a541b57c34)
79412026-08-25T15:17:28.470Z
79422026-08-25T15:17:28.470Zrunning 6 tests
79432026-08-25T15:17:28.470Ztest tests::test_full_lot_id_neither_present ... ok
79442026-08-25T15:17:28.470Ztest tests::test_port_id_cmp ... ok
79452026-08-25T15:17:28.470Ztest tests::test_full_lot_id_lot_only ... ok
79462026-08-25T15:17:28.470Ztest tests::test_full_lot_id_both_present ... ok
79472026-08-25T15:17:28.470Ztest tests::test_full_lot_id_lotnum_only ... ok
79482026-08-25T15:17:28.470Ztest tests::test_parse_client_port_id ... ok
79492026-08-25T15:17:28.470Z
79502026-08-25T15:17:28.470Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79512026-08-25T15:17:28.470Z
79522026-08-25T15:17:28.470Z Running tests/test_all.rs (target/debug/deps/test_all-d463c0c7b8038ad2)
79532026-08-25T15:17:28.470Z
79542026-08-25T15:17:28.470Zrunning 0 tests
79552026-08-25T15:17:28.470Z
79562026-08-25T15:17:28.470Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79572026-08-25T15:17:28.470Z
79582026-08-25T15:17:28.470Z Running unittests src/lib.rs (target/debug/deps/dpd_types-13ccc83203b2fded)
79592026-08-25T15:17:28.474Z
79602026-08-25T15:17:28.474Zrunning 0 tests
79612026-08-25T15:17:28.474Z
79622026-08-25T15:17:28.474Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79632026-08-25T15:17:28.474Z
79642026-08-25T15:17:28.474Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a087f10fd23084c3)
79652026-08-25T15:17:28.490Z
79662026-08-25T15:17:28.490Zrunning 15 tests
79672026-08-25T15:17:28.494Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
79682026-08-25T15:17:28.494Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
79692026-08-25T15:17:28.494Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
79702026-08-25T15:17:28.494Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
79712026-08-25T15:17:28.494Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
79722026-08-25T15:17:28.494Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
79732026-08-25T15:17:28.494Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
79742026-08-25T15:17:28.494Ztest v1::network::tests::test_into ... ok
79752026-08-25T15:17:28.494Ztest v1::network::tests::test_eui64 ... ok
79762026-08-25T15:17:28.494Ztest v1::network::tests::test_equal ... ok
79772026-08-25T15:17:28.494Ztest v1::network::tests::test_not_equal ... ok
79782026-08-25T15:17:28.494Ztest v1::network::tests::test_to_string ... ok
79792026-08-25T15:17:28.494Ztest v1::port::tests::port_ids_are_ascii ... ok
79802026-08-25T15:17:28.494Ztest v1::network::tests::test_parse ... ok
79812026-08-25T15:17:28.497Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
79822026-08-25T15:17:28.497Z
79832026-08-25T15:17:28.497Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
79842026-08-25T15:17:28.497Z
79852026-08-25T15:17:28.500Z Running unittests src/lib.rs (target/debug/deps/packet-ba01ebb1966a5934)
79862026-08-25T15:17:28.520Z
79872026-08-25T15:17:28.520Zrunning 12 tests
79882026-08-25T15:17:28.523Ztest icmp::test_v6_checksum ... ok
79892026-08-25T15:17:28.523Ztest icmp::test_v4_checksum ... ok
79902026-08-25T15:17:28.523Ztest ipv6::test_ipv6_parse ... ok
79912026-08-25T15:17:28.523Ztest pbuf::test_byte ... ok
79922026-08-25T15:17:28.523Ztest lldp::test_lldp_parse ... ok
79932026-08-25T15:17:28.523Ztest pbuf::test_nibble ... ok
79942026-08-25T15:17:28.523Ztest pbuf::test_short ... ok
79952026-08-25T15:17:28.523Ztest pbuf::test_overflow ... ok
79962026-08-25T15:17:28.523Ztest pbuf::test_twelve ... ok
79972026-08-25T15:17:28.523Ztest pbuf::test_word ... ok
79982026-08-25T15:17:28.523Ztest tcp::test_checksum_ack_data ... ok
79992026-08-25T15:17:28.523Ztest tcp::test_checksum_syn_nodata ... ok
80002026-08-25T15:17:28.523Z
80012026-08-25T15:17:28.523Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80022026-08-25T15:17:28.523Z
80032026-08-25T15:17:28.526Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
80042026-08-25T15:17:28.526Z
80052026-08-25T15:17:28.527Zrunning 0 tests
80062026-08-25T15:17:28.527Z
80072026-08-25T15:17:28.527Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80082026-08-25T15:17:28.527Z
80092026-08-25T15:17:28.527Z Running unittests src/main.rs (target/debug/deps/swadm-8b60a7681ffc8f1d)
80102026-08-25T15:17:28.548Z
80112026-08-25T15:17:28.549Zrunning 5 tests
80122026-08-25T15:17:28.555Ztest switchport::test::test_compute_lanes ... ok
80132026-08-25T15:17:28.559Ztest switchport::test::port_id_ordering ... ok
80142026-08-25T15:17:28.559Ztest link::test_filter ... ok
80152026-08-25T15:17:28.559Z Lane 0 Lane 1 Lane 2 Lane 3
80162026-08-25T15:17:28.559Z Rx Loss-of-lock: Yes Yes Yes Yes
80172026-08-25T15:17:28.559Z Rx Loss-of-signal: Yes Yes Yes Yes
80182026-08-25T15:17:28.559Z Rx CDR Enabled: Yes Yes Yes Yes
80192026-08-25T15:17:28.559Z Tx Enabled: Yes Yes Yes Yes
80202026-08-25T15:17:28.559Z Tx Loss-of-lock: No No No No
80212026-08-25T15:17:28.559Z Lane 0 Tx Loss-of-signal: No No No Lane 1No
80222026-08-25T15:17:28.559Z Tx CDR Enabled: NoLane 2 No Lane 3No
80232026-08-25T15:17:28.559ZNo
80242026-08-25T15:17:28.559Z State: Activated Tx Adaptive EQ Fault: No Activated NoActivated NoActivated
80252026-08-25T15:17:28.559ZNo
80262026-08-25T15:17:28.559Z Rx Output Enabled: false Tx Fault: Yes false Yes false Yesfalse
80272026-08-25T15:17:28.559ZYes
80282026-08-25T15:17:28.560Z Rx Output Status: valid valid valid valid
80292026-08-25T15:17:28.560Z Rx Loss-of-lock: true true true true
80302026-08-25T15:17:28.560Z Rx Loss-of-signal: false false false false
80312026-08-25T15:17:28.560ZRx Auto-squelch Disable: true true true true
80322026-08-25T15:17:28.560Z Tx Output Enabled: true true true true
80332026-08-25T15:17:28.560Z Tx Output Status: invalid invalid invalid invalid
80342026-08-25T15:17:28.560Z Tx Loss-of-lock: false false false false
80352026-08-25T15:17:28.560Z Tx Loss-of-signal: true true true true
80362026-08-25T15:17:28.560ZTx Auto-squelch Disable: false false false false
80372026-08-25T15:17:28.560Z Tx Adaptive EQ Fail: true true true true
80382026-08-25T15:17:28.560Z Tx Failure: false false false false
80392026-08-25T15:17:28.560Z Tx Force Squelch: true true true true
80402026-08-25T15:17:28.560Z Tx Input Polarity: normal normal normal normal
80412026-08-25T15:17:28.560Ztest switchport::test::test_print_cmis_datapath ... ok
80422026-08-25T15:17:28.560Ztest switchport::test::test_print_sff_datapath ... ok
80432026-08-25T15:17:28.560Z
80442026-08-25T15:17:28.561Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
80452026-08-25T15:17:28.561Z
80462026-08-25T15:17:28.564Z Running tests/counters.rs (target/debug/deps/counters-e3479b23dddbc240)
80472026-08-25T15:17:28.567Z
80482026-08-25T15:17:28.567Zrunning 1 test
80492026-08-25T15:17:28.567Ztest test_p4_counter_list ... ignored
80502026-08-25T15:17:28.567Z
80512026-08-25T15:17:28.567Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
80522026-08-25T15:17:28.567Z
80532026-08-25T15:17:28.567Z Running tests/port-link.rs (target/debug/deps/port_link-00db9624adb8b2ed)
80542026-08-25T15:17:28.572Z
80552026-08-25T15:17:28.572Zrunning 5 tests
80562026-08-25T15:17:28.575Ztest test_an ... ignored
80572026-08-25T15:17:28.575Ztest test_enable ... ignored
80582026-08-25T15:17:28.575Ztest test_ip_addresses ... ignored
80592026-08-25T15:17:28.575Ztest test_kr ... ignored
80602026-08-25T15:17:28.575Ztest test_mac ... ignored
80612026-08-25T15:17:28.575Z
80622026-08-25T15:17:28.575Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
80632026-08-25T15:17:28.575Z
80642026-08-25T15:17:28.575Z Running unittests src/main.rs (target/debug/deps/tfportd-6974a95e51a2690a)
80652026-08-25T15:17:28.578Z
80662026-08-25T15:17:28.578Zrunning 3 tests
80672026-08-25T15:17:28.581Ztest linklocal::test_parse_ipadm ... ok
80682026-08-25T15:17:28.581Ztest tfport::test_parse_tfport ... ok
80692026-08-25T15:17:28.582Ztest config::tests::test_updates ... ok
80702026-08-25T15:17:28.583Z
80712026-08-25T15:17:28.583Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80722026-08-25T15:17:28.583Z
80732026-08-25T15:17:28.583Z Running unittests src/main.rs (target/debug/deps/uplinkd-58387cf59eafe330)
80742026-08-25T15:17:28.586Z
80752026-08-25T15:17:28.586Zrunning 0 tests
80762026-08-25T15:17:28.586Z
80772026-08-25T15:17:28.586Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80782026-08-25T15:17:28.586Z
80792026-08-25T15:17:28.586Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
80802026-08-25T15:17:28.589Z
80812026-08-25T15:17:28.589Zrunning 0 tests
80822026-08-25T15:17:28.589Z
80832026-08-25T15:17:28.589Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80842026-08-25T15:17:28.589Z
80852026-08-25T15:17:28.592Z Doc-tests aal
80862026-08-25T15:17:28.812Z
80872026-08-25T15:17:28.812Zrunning 0 tests
80882026-08-25T15:17:28.812Z
80892026-08-25T15:17:28.816Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80902026-08-25T15:17:28.816Z
80912026-08-25T15:17:28.837Z Doc-tests aal_macros
80922026-08-25T15:17:28.906Z
80932026-08-25T15:17:28.906Zrunning 0 tests
80942026-08-25T15:17:28.906Z
80952026-08-25T15:17:28.906Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80962026-08-25T15:17:28.906Z
80972026-08-25T15:17:28.917Z Doc-tests common
80982026-08-25T15:17:29.148Z
80992026-08-25T15:17:29.148Zrunning 0 tests
81002026-08-25T15:17:29.148Z
81012026-08-25T15:17:29.148Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81022026-08-25T15:17:29.148Z
81032026-08-25T15:17:29.176Z Doc-tests dpd_api
81042026-08-25T15:17:29.889Z
81052026-08-25T15:17:29.889Zrunning 2 tests
81062026-08-25T15:17:29.889Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
81072026-08-25T15:17:29.889Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
81082026-08-25T15:17:29.889Z
81092026-08-25T15:17:29.889Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81102026-08-25T15:17:29.889Z
81112026-08-25T15:17:29.918Z Doc-tests dpd_client
81122026-08-25T15:17:31.284Z
81132026-08-25T15:17:31.284Zrunning 0 tests
81142026-08-25T15:17:31.284Z
81152026-08-25T15:17:31.284Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81162026-08-25T15:17:31.284Z
81172026-08-25T15:17:31.339Z Doc-tests dpd_types
81182026-08-25T15:17:31.523Z
81192026-08-25T15:17:31.523Zrunning 0 tests
81202026-08-25T15:17:31.523Z
81212026-08-25T15:17:31.523Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81222026-08-25T15:17:31.523Z
81232026-08-25T15:17:31.547Z Doc-tests dpd_types_versions
81242026-08-25T15:17:33.061Z
81252026-08-25T15:17:33.061Zrunning 1 test
81262026-08-25T15:17:33.061Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
81272026-08-25T15:17:33.061Z
81282026-08-25T15:17:33.061Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
81292026-08-25T15:17:33.061Z
81302026-08-25T15:17:33.109Z Doc-tests packet
81312026-08-25T15:17:33.329Z
81322026-08-25T15:17:33.329Zrunning 0 tests
81332026-08-25T15:17:33.330Z
81342026-08-25T15:17:33.330Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81352026-08-25T15:17:33.330Z
81362026-08-25T15:17:33.353Z Doc-tests pcap
81372026-08-25T15:17:33.405Z
81382026-08-25T15:17:33.405Zrunning 0 tests
81392026-08-25T15:17:33.405Z
81402026-08-25T15:17:33.405Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81412026-08-25T15:17:33.405Z
81422026-08-25T15:17:33.455Z+ for feat in tofino_stub tofino_asic softnpu chaos
81432026-08-25T15:17:33.455Z+ RUST_BACKTRACE=full
81442026-08-25T15:17:33.455Z+ cargo test --features chaos --no-fail-fast
81452026-08-25T15:17:34.061Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
81462026-08-25T15:17:34.141Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
81472026-08-25T15:17:34.149Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
81482026-08-25T15:17:42.768Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
81492026-08-25T15:17:42.820Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
81502026-08-25T15:18:20.448Z Finished `test` profile [unoptimized + debuginfo] target(s) in 46.97s
81512026-08-25T15:18:20.564Z Running unittests src/lib.rs (target/debug/deps/aal-43e0b8f52d66773a)
81522026-08-25T15:18:20.574Z
81532026-08-25T15:18:20.574Zrunning 0 tests
81542026-08-25T15:18:20.574Z
81552026-08-25T15:18:20.577Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81562026-08-25T15:18:20.577Z
81572026-08-25T15:18:20.577Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
81582026-08-25T15:18:20.581Z
81592026-08-25T15:18:20.581Zrunning 0 tests
81602026-08-25T15:18:20.581Z
81612026-08-25T15:18:20.584Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81622026-08-25T15:18:20.584Z
81632026-08-25T15:18:20.584Z Running unittests src/lib.rs (target/debug/deps/asic-993c138cbfdc1231)
81642026-08-25T15:18:20.587Z
81652026-08-25T15:18:20.587Zrunning 0 tests
81662026-08-25T15:18:20.587Z
81672026-08-25T15:18:20.590Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81682026-08-25T15:18:20.590Z
81692026-08-25T15:18:20.590Z Running unittests src/lib.rs (target/debug/deps/common-6afafc4407b0a90c)
81702026-08-25T15:18:20.611Z
81712026-08-25T15:18:20.611Zrunning 4 tests
81722026-08-25T15:18:20.615Ztest nat::tests::test_vni ... ok
81732026-08-25T15:18:20.615Ztest network::tests::test_generate_ipv6_link_local ... ok
81742026-08-25T15:18:20.618Ztest test_purge ... ok
81752026-08-25T15:18:20.621Ztest illumos::test::address_exists_handles_missing_object ... ok
81762026-08-25T15:18:20.621Z
81772026-08-25T15:18:20.624Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
81782026-08-25T15:18:20.624Z
81792026-08-25T15:18:20.624Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-3b6a1705a6b97607)
81802026-08-25T15:18:20.650Z
81812026-08-25T15:18:20.650Zrunning 1 test
81822026-08-25T15:18:20.655Z -------
81832026-08-25T15:18:20.658Z Generating OpenAPI documents from API definitions ...
81842026-08-25T15:18:20.814Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
81852026-08-25T15:18:20.892Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
81862026-08-25T15:18:21.968Z -------
81872026-08-25T15:18:21.968Z Checking 13 OpenAPI documents...
81882026-08-25T15:18:21.968Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
81892026-08-25T15:18:21.968Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
81902026-08-25T15:18:21.968Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
81912026-08-25T15:18:21.972Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
81922026-08-25T15:18:21.972Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
81932026-08-25T15:18:21.972Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
81942026-08-25T15:18:21.972Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
81952026-08-25T15:18:21.972Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
81962026-08-25T15:18:21.972Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
81972026-08-25T15:18:21.972Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
81982026-08-25T15:18:21.972Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
81992026-08-25T15:18:21.972Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
82002026-08-25T15:18:21.972Z Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller
82012026-08-25T15:18:21.972Z Fresh dpd "latest" symlink
82022026-08-25T15:18:21.972Z -------
82032026-08-25T15:18:21.972Z Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems
82042026-08-25T15:18:22.045Ztest test::test_apis_up_to_date ... ok
82052026-08-25T15:18:22.045Z
82062026-08-25T15:18:22.045Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.39s
82072026-08-25T15:18:22.045Z
82082026-08-25T15:18:22.106Z Running unittests src/main.rs (target/debug/deps/dpd-e7face9dfb47d614)
82092026-08-25T15:18:22.113Z
82102026-08-25T15:18:22.113Zrunning 34 tests
82112026-08-25T15:18:22.116Ztest freemap::test_ordering ... ok
82122026-08-25T15:18:22.116Ztest config::tests::test_updates ... ok
82132026-08-25T15:18:22.116Ztest dhcpv6::tests::test_create_duid_bytes ... ok
82142026-08-25T15:18:22.116Ztest freemap::test_split ... ok
82152026-08-25T15:18:22.121Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
82162026-08-25T15:18:22.121Ztest macaddrs::tests::test_mac_offset ... ok
82172026-08-25T15:18:22.121Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
82182026-08-25T15:18:22.121ZAug 25 15:18:20.360 DEBG created new freemapAug 25 15:18:20.360, unitDEBG:Aug 25 15:18:20.360 freemap_test DEBGcreated new freemap created new freemap,
82192026-08-25T15:18:22.121Zunit, :unit :freemap_test
82202026-08-25T15:18:22.121Zfreemap_test
82212026-08-25T15:18:22.121Ztest macaddrs::tests::test_parse_port_id ... ok
82222026-08-25T15:18:22.121ZAug 25 15:18:20.360Aug 25 15:18:20.360 Aug 25 15:18:20.360DEBG DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: initted freemap. size: 128 freemap_test, freemap_testunit
82232026-08-25T15:18:22.121Z:
82242026-08-25T15:18:22.121Z freemap_test
82252026-08-25T15:18:22.121Ztest nat::test_mapping ... ok
82262026-08-25T15:18:22.121ZAug 25 15:18:20.360Aug 25 15:18:20.360 DEBGDEBG reset freemapreset freemap, , unitAug 25 15:18:20.360:Aug 25 15:18:20.360 DEBGfreemap_test
82272026-08-25T15:18:22.121Zreset freemapDEBG, unitunit:: created new freemap freemap_testfreemap_test
82282026-08-25T15:18:22.121Z
82292026-08-25T15:18:22.121Z, unit: freemap_test
82302026-08-25T15:18:22.121ZAug 25 15:18:20.360 DEBG initted freemap. size: 128, unit: freemap_test
82312026-08-25T15:18:22.121ZAug 25 15:18:20.360 DEBG reset freemap, unit: freemap_test
82322026-08-25T15:18:22.121Ztest freemap::test_free ... ok
82332026-08-25T15:18:22.121Ztest freemap::test_exhaustion ... ok
82342026-08-25T15:18:22.121Ztest freemap::test_reclaim ... ok
82352026-08-25T15:18:22.121Ztest freemap::test_basic ... ok
82362026-08-25T15:18:22.121Ztest port_map::tests::test_backplane_group ... ok
82372026-08-25T15:18:22.121Ztest port_map::tests::test_port_map ... ok
82382026-08-25T15:18:22.121Ztest port_map::tests::dump_map ... ok
82392026-08-25T15:18:22.121ZAug 25 15:18:20.361 DEBG created new freemap, unit: freemap_test
82402026-08-25T15:18:22.121ZAug 25 15:18:20.361 DEBG initted freemap. size: 8, unit: freemap_test
82412026-08-25T15:18:22.121ZAug 25 15:18:20.361 DEBG reset freemap, unit: freemap_test
82422026-08-25T15:18:22.121Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
82432026-08-25T15:18:22.121ZAug 25 15:18:20.361 DEBG created new freemap, unit: freemap_test
82442026-08-25T15:18:22.121Ztest api_server::tests::test_build_info ... ok
82452026-08-25T15:18:22.121ZAug 25 15:18:20.361 DEBG initted freemap. size: 128, unit: freemap_test
82462026-08-25T15:18:22.122ZAug 25 15:18:20.361Aug 25 15:18:20.361 DEBGDEBG created new freemapreset freemap, , unitunit:: freemap_route_ipv4freemap_test
82472026-08-25T15:18:22.122Z
82482026-08-25T15:18:22.122ZAug 25 15:18:20.361 DEBG created new freemap, unit: freemap_route_ipv6
82492026-08-25T15:18:22.122ZAug 25 15:18:20.361 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
82502026-08-25T15:18:22.122ZAug 25 15:18:20.361 DEBG reset freemap, unit: freemap_route_ipv4
82512026-08-25T15:18:22.122ZAug 25 15:18:20.361 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
82522026-08-25T15:18:22.122ZAug 25 15:18:20.362 DEBG reset freemap, unit: freemap_route_ipv6
82532026-08-25T15:18:22.122ZAug 25 15:18:20.362 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
82542026-08-25T15:18:22.122ZAug 25 15:18:20.362 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 } }]
82552026-08-25T15:18:22.122ZAug 25 15:18:20.362 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
82562026-08-25T15:18:22.122ZAug 25 15:18:20.362 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 } }]
82572026-08-25T15:18:22.122ZAug 25 15:18:20.362 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
82582026-08-25T15:18:22.122ZAug 25 15:18:20.362 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 } }]
82592026-08-25T15:18:22.122ZAug 25 15:18:20.362 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
82602026-08-25T15:18:22.122ZAug 25 15:18:20.362 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 } }]
82612026-08-25T15:18:22.122ZAug 25 15:18:20.362 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
82622026-08-25T15:18:22.122ZAug 25 15:18:20.362 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 } }]
82632026-08-25T15:18:22.122ZAug 25 15:18:20.362 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
82642026-08-25T15:18:22.122ZAug 25 15:18:20.362 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 } }]
82652026-08-25T15:18:22.122ZAug 25 15:18:20.362 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
82662026-08-25T15:18:22.122ZAug 25 15:18:20.362 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 } }]
82672026-08-25T15:18:22.122ZAug 25 15:18:20.362 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
82682026-08-25T15:18:22.122ZAug 25 15:18:20.362 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 } }]
82692026-08-25T15:18:22.122ZAug 25 15:18:20.362 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
82702026-08-25T15:18:22.122ZAug 25 15:18:20.362 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 } }]
82712026-08-25T15:18:22.122ZAug 25 15:18:20.362 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
82722026-08-25T15:18:22.122ZAug 25 15:18:20.362 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 } }]
82732026-08-25T15:18:22.122ZAug 25 15:18:20.362 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
82742026-08-25T15:18:22.122ZAug 25 15:18:20.362 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 } }]
82752026-08-25T15:18:22.122ZAug 25 15:18:20.362 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
82762026-08-25T15:18:22.122ZAug 25 15:18:20.362 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 } }]
82772026-08-25T15:18:22.122ZAug 25 15:18:20.362 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
82782026-08-25T15:18:22.122ZAug 25 15:18:20.362 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 } }]
82792026-08-25T15:18:22.122ZAug 25 15:18:20.362 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
82802026-08-25T15:18:22.122ZAug 25 15:18:20.362 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 } }]
82812026-08-25T15:18:22.122ZAug 25 15:18:20.362 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
82822026-08-25T15:18:22.122ZAug 25 15:18:20.362 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 } }]
82832026-08-25T15:18:22.122ZAug 25 15:18:20.362 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
82842026-08-25T15:18:22.122ZAug 25 15:18:20.362 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 } }]
82852026-08-25T15:18:22.123ZAug 25 15:18:20.362 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
82862026-08-25T15:18:22.123ZAug 25 15:18:20.362 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 } }]
82872026-08-25T15:18:22.123ZAug 25 15:18:20.362 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
82882026-08-25T15:18:22.123ZAug 25 15:18:20.362 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 } }]
82892026-08-25T15:18:22.123ZAug 25 15:18:20.362 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
82902026-08-25T15:18:22.123ZAug 25 15:18:20.362 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 } }]
82912026-08-25T15:18:22.123ZAug 25 15:18:20.362 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
82922026-08-25T15:18:22.123ZAug 25 15:18:20.362 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 } }]
82932026-08-25T15:18:22.123ZAug 25 15:18:20.362 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
82942026-08-25T15:18:22.123ZAug 25 15:18:20.362 DEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82952026-08-25T15:18:22.123ZAug 25 15:18:20.362 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
82962026-08-25T15:18:22.123ZAug 25 15:18:20.362 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 } }]
82972026-08-25T15:18:22.123ZAug 25 15:18:20.362 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
82982026-08-25T15:18:22.123ZAug 25 15:18:20.362 DEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82992026-08-25T15:18:22.123ZAug 25 15:18:20.362 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
83002026-08-25T15:18:22.123ZAug 25 15:18:20.362 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 } }]
83012026-08-25T15:18:22.123ZAug 25 15:18:20.362 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
83022026-08-25T15:18:22.123ZAug 25 15:18:20.362 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 } }]
83032026-08-25T15:18:22.123ZAug 25 15:18:20.362 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
83042026-08-25T15:18:22.123ZAug 25 15:18:20.362 DEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83052026-08-25T15:18:22.123ZAug 25 15:18:20.362 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
83062026-08-25T15:18:22.123ZAug 25 15:18:20.362 DEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83072026-08-25T15:18:22.123ZAug 25 15:18:20.362 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
83082026-08-25T15:18:22.123ZAug 25 15:18:20.362 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 } }]
83092026-08-25T15:18:22.123ZAug 25 15:18:20.362 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
83102026-08-25T15:18:22.123ZAug 25 15:18:20.362 DEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83112026-08-25T15:18:22.123ZAug 25 15:18:20.362 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
83122026-08-25T15:18:22.123ZAug 25 15:18:20.362 DEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83132026-08-25T15:18:22.123ZAug 25 15:18:20.362 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
83142026-08-25T15:18:22.123ZAug 25 15:18:20.362 DEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83152026-08-25T15:18:22.127ZAug 25 15:18:20.362 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
83162026-08-25T15:18:22.128ZAug 25 15:18:20.362 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 } }]
83172026-08-25T15:18:22.128ZAug 25 15:18:20.362 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
83182026-08-25T15:18:22.128ZAug 25 15:18:20.362 DEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83192026-08-25T15:18:22.128ZAug 25 15:18:20.362 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
83202026-08-25T15:18:22.128ZAug 25 15:18:20.362 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 } }]
83212026-08-25T15:18:22.128ZAug 25 15:18:20.362 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
83222026-08-25T15:18:22.128ZAug 25 15:18:20.362 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 } }]
83232026-08-25T15:18:22.128ZAug 25 15:18:20.362 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
83242026-08-25T15:18:22.128ZAug 25 15:18:20.362 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 } }]
83252026-08-25T15:18:22.128ZAug 25 15:18:20.362 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
83262026-08-25T15:18:22.128ZAug 25 15:18:20.362 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 } }]
83272026-08-25T15:18:22.128ZAug 25 15:18:20.362 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
83282026-08-25T15:18:22.128ZAug 25 15:18:20.362 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 } }]
83292026-08-25T15:18:22.128ZAug 25 15:18:20.362 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
83302026-08-25T15:18:22.128ZAug 25 15:18:20.362 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 } }]
83312026-08-25T15:18:22.128ZAug 25 15:18:20.362 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
83322026-08-25T15:18:22.128ZAug 25 15:18:20.362 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 } }]
83332026-08-25T15:18:22.128ZAug 25 15:18:20.362 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
83342026-08-25T15:18:22.128ZAug 25 15:18:20.362 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 } }]
83352026-08-25T15:18:22.128ZAug 25 15:18:20.362 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
83362026-08-25T15:18:22.128ZAug 25 15:18:20.362 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 } }]
83372026-08-25T15:18:22.128ZAug 25 15:18:20.362 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
83382026-08-25T15:18:22.128ZAug 25 15:18:20.362 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 } }]
83392026-08-25T15:18:22.128ZAug 25 15:18:20.362 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
83402026-08-25T15:18:22.128ZAug 25 15:18:20.362 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 } }]
83412026-08-25T15:18:22.128ZAug 25 15:18:20.362 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
83422026-08-25T15:18:22.128ZAug 25 15:18:20.362 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 } }]
83432026-08-25T15:18:22.128ZAug 25 15:18:20.362 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
83442026-08-25T15:18:22.128ZAug 25 15:18:20.362 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 } }]
83452026-08-25T15:18:22.128Ztest freemap::test_span ... ok
83462026-08-25T15:18:22.128ZAug 25 15:18:20.362 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
83472026-08-25T15:18:22.128ZAug 25 15:18:20.362 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 } }]
83482026-08-25T15:18:22.128ZAug 25 15:18:20.362 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
83492026-08-25T15:18:22.128ZAug 25 15:18:20.362 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 } }]
83502026-08-25T15:18:22.128ZAug 25 15:18:20.362 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
83512026-08-25T15:18:22.128ZAug 25 15:18:20.362 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 } }]
83522026-08-25T15:18:22.128ZAug 25 15:18:20.362 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
83532026-08-25T15:18:22.128ZAug 25 15:18:20.362 DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:18:20.362
83542026-08-25T15:18:22.129Z DEBGAug 25 15:18:20.362 created new freemapINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff,
83552026-08-25T15:18:22.129Zunit: freemap_route_ipv4Aug 25 15:18:20.362
83562026-08-25T15:18:22.129Z DEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83572026-08-25T15:18:22.129ZAug 25 15:18:20.362 DEBG created new freemapAug 25 15:18:20.362, unitINFO: adding route 3fff:beef:32::/64 -> 2001:db8::55:fffreemap_route_ipv6
83582026-08-25T15:18:22.129Z
83592026-08-25T15:18:22.129ZAug 25 15:18:20.362Aug 25 15:18:20.362 DEBGDEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64
83602026-08-25T15:18:22.129Z, unit: freemap_route_ipv4Aug 25 15:18:20.362
83612026-08-25T15:18:22.129Z INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
83622026-08-25T15:18:22.129ZAug 25 15:18:20.362 DEBG Aug 25 15:18:20.362reset freemap , DEBGunit :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 } }]
83632026-08-25T15:18:22.129Zfreemap_route_ipv4
83642026-08-25T15:18:22.129ZAug 25 15:18:20.362 Aug 25 15:18:20.362INFO DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
83652026-08-25T15:18:22.129Zinitted freemap. size: 64, unitAug 25 15:18:20.362: DEBGfreemap_route_ipv6
83662026-08-25T15:18:22.129Zreplacing 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 } }]
83672026-08-25T15:18:22.129ZAug 25 15:18:20.362Aug 25 15:18:20.362 DEBGINFO reset freemapadding route 3fff:beef:35::/64 -> 2001:db8::55:ff,
83682026-08-25T15:18:22.129Zunit: freemap_route_ipv6
83692026-08-25T15:18:22.130ZAug 25 15:18:20.362 DEBG replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:18:20.362
83702026-08-25T15:18:22.130Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
83712026-08-25T15:18:22.130ZAug 25 15:18:20.362 INFO Aug 25 15:18:20.362Aug 25 15:18:20.362adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
83722026-08-25T15:18:22.130ZDEBG DEBG created new freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }], Aug 25 15:18:20.362unit
83732026-08-25T15:18:22.130Z :DEBG freemap_route_ipv4replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83742026-08-25T15:18:22.130Z
83752026-08-25T15:18:22.130ZAug 25 15:18:20.362 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
83762026-08-25T15:18:22.130ZAug 25 15:18:20.362Aug 25 15:18:20.362 INFODEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ffcreated new freemap
83772026-08-25T15:18:22.130Ztest port_map::tests::parse_softnpu_revision ... ok
83782026-08-25T15:18:22.130Z, unit: Aug 25 15:18:20.362freemap_route_ipv6
83792026-08-25T15:18:22.130ZDEBG 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 } }]
83802026-08-25T15:18:22.130ZAug 25 15:18:20.362 Aug 25 15:18:20.362Aug 25 15:18:20.362 DEBGDEBG initted freemap. size: 64 Aug 25 15:18:20.362, INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] DEBG
83812026-08-25T15:18:22.130Zunitadding route 3fff:beef:38::/64 -> 2001:db8::55:ff:
83822026-08-25T15:18:22.130Z freemap_route_ipv4created new freemapAug 25 15:18:20.362,
83832026-08-25T15:18:22.130Zunit :Aug 25 15:18:20.362 DEBG 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 } }]freemap_route_ipv4
83842026-08-25T15:18:22.130Z Aug 25 15:18:20.362
83852026-08-25T15:18:22.131Zcreated new freemapAug 25 15:18:20.362 DEBG, INFOAug 25 15:18:20.362reset freemap Aug 25 15:18:20.362DEBGunit :created new freemap adding route 3fff:dead::/64 -> 2001:db8::55:3, INFOunit : freemap_route_ipv4,
83862026-08-25T15:18:22.131Z
83872026-08-25T15:18:22.131Zfreemap_route_ipv6
83882026-08-25T15:18:22.131Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
83892026-08-25T15:18:22.131ZAug 25 15:18:20.362unitAug 25 15:18:20.362: DEBG freemap_route_ipv4Aug 25 15:18:20.362replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
83902026-08-25T15:18:22.131ZDEBG
83912026-08-25T15:18:22.131Z Aug 25 15:18:20.362 initted freemap. size: 64Aug 25 15:18:20.362Aug 25 15:18:20.362DEBG, DEBGunit INFO :created new freemap DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4freemap_route_ipv4
83922026-08-25T15:18:22.131Z
83932026-08-25T15:18:22.131Zreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64, , unit
83942026-08-25T15:18:22.131ZunitAug 25 15:18:20.362:: DEBGfreemap_route_ipv6Aug 25 15:18:20.362
83952026-08-25T15:18:22.131Z Aug 25 15:18:20.362reset freemapfreemap_route_ipv6, unit :INFODEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:fffreemap_route_ipv4
83962026-08-25T15:18:22.131Z
83972026-08-25T15:18:22.131Z
83982026-08-25T15:18:22.131Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 25 15:18:20.362
83992026-08-25T15:18:22.131ZAug 25 15:18:20.362DEBG DEBGinitted freemap. size: 64 , Aug 25 15:18:20.362unitreplacing 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 } }]:
84002026-08-25T15:18:22.131Zfreemap_route_ipv6Aug 25 15:18:20.362
84012026-08-25T15:18:22.131Z Aug 25 15:18:20.362INFO Aug 25 15:18:20.362adding route 3fff:beef::/64 -> 2001:db8::55:ff
84022026-08-25T15:18:22.131ZDEBG reset freemap, unit: freemap_route_ipv6
84032026-08-25T15:18:22.131ZAug 25 15:18:20.363 DEBG DEBGreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84042026-08-25T15:18:22.131ZAug 25 15:18:20.363initted freemap. size: 64 , INFOunitAug 25 15:18:20.363 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
84052026-08-25T15:18:22.131Z: adding route 3fff:beef:1::/64 -> 2001:db8::55:fffreemap_route_ipv4
84062026-08-25T15:18:22.131ZAug 25 15:18:20.363
84072026-08-25T15:18:22.131Z DEBG Aug 25 15:18:20.363 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 } }]
84082026-08-25T15:18:22.131ZAug 25 15:18:20.363Aug 25 15:18:20.363 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 } }]reset freemap
84092026-08-25T15:18:22.131Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 25 15:18:20.362, unit
84102026-08-25T15:18:22.131ZAug 25 15:18:20.363: INFOINFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
84112026-08-25T15:18:22.131Z
84122026-08-25T15:18:22.131ZAug 25 15:18:20.363 freemap_route_ipv4
84132026-08-25T15:18:22.131ZDEBG 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 25 15:18:20.363
84142026-08-25T15:18:22.131ZAug 25 15:18:20.363Aug 25 15:18:20.363 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 } }]DEBG
84152026-08-25T15:18:22.135Z 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
84162026-08-25T15:18:22.136Z Aug 25 15:18:20.363Aug 25 15:18:20.363 initted freemap. size: 64INFO, INFOAug 25 15:18:20.363 adding route 3fff:dead::/64 -> 2001:db8::55:1
84172026-08-25T15:18:22.136Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO
84182026-08-25T15:18:22.136Zunit: freemap_route_ipv6Aug 25 15:18:20.363 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 25 15:18:20.363DEBG
84192026-08-25T15:18:22.136ZDEBG 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 } }]
84202026-08-25T15:18:22.136Z
84212026-08-25T15:18:22.136Z 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 } }]
84222026-08-25T15:18:22.136ZAug 25 15:18:20.363Aug 25 15:18:20.363Aug 25 15:18:20.363 Aug 25 15:18:20.363 INFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:2DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
84232026-08-25T15:18:22.136Z
84242026-08-25T15:18:22.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 } }]
84252026-08-25T15:18:22.136Z DEBG Aug 25 15:18:20.363Aug 25 15:18:20.363 Aug 25 15:18:20.363DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
84262026-08-25T15:18:22.136Zadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff DEBG
84272026-08-25T15:18:22.136Z reset freemapreplacing 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 25 15:18:20.363
84282026-08-25T15:18:22.136Z, INFOunit adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 25 15:18:20.363
84292026-08-25T15:18:22.136ZAug 25 15:18:20.363: INFO DEBG Aug 25 15:18:20.363replacing 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_ipv6adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
84302026-08-25T15:18:22.136ZDEBG
84312026-08-25T15:18:22.136Z
84322026-08-25T15:18:22.136Z 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 } }]
84332026-08-25T15:18:22.136ZAug 25 15:18:20.363Aug 25 15:18:20.363 Aug 25 15:18:20.363DEBGAug 25 15:18:20.363INFO 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 } }]
84342026-08-25T15:18:22.136ZINFOadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
84352026-08-25T15:18:22.136Z INFOadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
84362026-08-25T15:18:22.136ZAug 25 15:18:20.363Aug 25 15:18:20.363 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
84372026-08-25T15:18:22.136ZDEBGAug 25 15:18:20.363 adding route 3fff:beef:6::/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 } }]DEBG
84382026-08-25T15:18:22.136Z
84392026-08-25T15:18:22.136Zreplacing 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 25 15:18:20.363
84402026-08-25T15:18:22.136ZDEBGAug 25 15:18:20.363 INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 25 15:18:20.363Aug 25 15:18:20.363 adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff DEBGINFO
84412026-08-25T15:18:22.136Z 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:2::/64 -> 2001:db8::55:ff
84422026-08-25T15:18:22.136Z
84432026-08-25T15:18:22.136Z
84442026-08-25T15:18:22.136ZAug 25 15:18:20.363 DEBG Aug 25 15:18:20.363Aug 25 15:18:20.363replacing 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 } }] INFO
84452026-08-25T15:18:22.136ZDEBG adding route 3fff:beef:7::/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 } }]
84462026-08-25T15:18:22.136Z
84472026-08-25T15:18:22.136ZAug 25 15:18:20.363 DEBGAug 25 15:18:20.363 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 } }]failed to allocate space for the new target listAug 25 15:18:20.363Aug 25 15:18:20.363
84482026-08-25T15:18:22.136Z DEBG
84492026-08-25T15:18:22.136ZINFOreplacing 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 25 15:18:20.363
84502026-08-25T15:18:22.137Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ff DEBG
84512026-08-25T15:18:22.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 } }, NextHop { asic_port_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 25 15:18:20.363
84522026-08-25T15:18:22.137ZAug 25 15:18:20.363 INFO DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
84532026-08-25T15:18:22.137Zreplacing 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 25 15:18:20.363
84542026-08-25T15:18:22.137Z DEBG failed to allocate space for the new target list
84552026-08-25T15:18:22.137ZAug 25 15:18:20.363 DEBGAug 25 15:18:20.363 replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
84562026-08-25T15:18:22.137Z adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
84572026-08-25T15:18:22.137ZAug 25 15:18:20.363Aug 25 15:18:20.363DEBG DEBGINFO replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap
84582026-08-25T15:18:22.137Z, adding route 3fff:beef:9::/64 -> 2001:db8::55:ffunit
84592026-08-25T15:18:22.137Z: freemap_route_ipv6Aug 25 15:18:20.363
84602026-08-25T15:18:22.137Z INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
84612026-08-25T15:18:22.137ZAug 25 15:18:20.363 Aug 25 15:18:20.363DEBG DEBGreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84622026-08-25T15:18:22.137Zreplacing 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 } }]
84632026-08-25T15:18:22.137ZAug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
84642026-08-25T15:18:22.137Z
84652026-08-25T15:18:22.137ZAug 25 15:18:20.363Aug 25 15:18:20.363 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: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 } }]
84662026-08-25T15:18:22.137Z
84672026-08-25T15:18:22.137ZAug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
84682026-08-25T15:18:22.137Z
84692026-08-25T15:18:22.137ZAug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
84702026-08-25T15:18:22.137Z
84712026-08-25T15:18:22.137ZAug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
84722026-08-25T15:18:22.137Z
84732026-08-25T15:18:22.137ZAug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
84742026-08-25T15:18:22.137Z
84752026-08-25T15:18:22.137ZAug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
84762026-08-25T15:18:22.137Z
84772026-08-25T15:18:22.137ZAug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
84782026-08-25T15:18:22.137Z
84792026-08-25T15:18:22.137ZAug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
84802026-08-25T15:18:22.137Z
84812026-08-25T15:18:22.137ZAug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
84822026-08-25T15:18:22.137Z
84832026-08-25T15:18:22.137ZAug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
84842026-08-25T15:18:22.137Z
84852026-08-25T15:18:22.137ZAug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
84862026-08-25T15:18:22.137Z
84872026-08-25T15:18:22.137ZAug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
84882026-08-25T15:18:22.137Z
84892026-08-25T15:18:22.138ZAug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
84902026-08-25T15:18:22.138Z
84912026-08-25T15:18:22.138ZAug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
84922026-08-25T15:18:22.138Z
84932026-08-25T15:18:22.138ZAug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
84942026-08-25T15:18:22.138Z
84952026-08-25T15:18:22.138ZAug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
84962026-08-25T15:18:22.138Z
84972026-08-25T15:18:22.138ZAug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
84982026-08-25T15:18:22.138Z
84992026-08-25T15:18:22.138ZAug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
85002026-08-25T15:18:22.138Z
85012026-08-25T15:18:22.138ZAug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
85022026-08-25T15:18:22.138Z
85032026-08-25T15:18:22.138ZAug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
85042026-08-25T15:18:22.138Z
85052026-08-25T15:18:22.138ZAug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
85062026-08-25T15:18:22.138Z
85072026-08-25T15:18:22.138ZAug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
85082026-08-25T15:18:22.138Z
85092026-08-25T15:18:22.138ZAug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
85102026-08-25T15:18:22.138Z
85112026-08-25T15:18:22.138ZAug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
85122026-08-25T15:18:22.138Z
85132026-08-25T15:18:22.138ZAug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
85142026-08-25T15:18:22.138Z
85152026-08-25T15:18:22.142ZAug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
85162026-08-25T15:18:22.142Z
85172026-08-25T15:18:22.142ZAug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
85182026-08-25T15:18:22.142Z
85192026-08-25T15:18:22.142ZAug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
85202026-08-25T15:18:22.143Z
85212026-08-25T15:18:22.143ZAug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
85222026-08-25T15:18:22.143Z
85232026-08-25T15:18:22.143ZAug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
85242026-08-25T15:18:22.143Z
85252026-08-25T15:18:22.143ZAug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
85262026-08-25T15:18:22.143Z
85272026-08-25T15:18:22.143ZAug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
85282026-08-25T15:18:22.143Z
85292026-08-25T15:18:22.143ZAug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
85302026-08-25T15:18:22.143Z
85312026-08-25T15:18:22.143ZAug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
85322026-08-25T15:18:22.143Z
85332026-08-25T15:18:22.143ZAug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
85342026-08-25T15:18:22.143Z
85352026-08-25T15:18:22.143ZAug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
85362026-08-25T15:18:22.143Z
85372026-08-25T15:18:22.143ZAug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
85382026-08-25T15:18:22.143Z
85392026-08-25T15:18:22.143ZAug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
85402026-08-25T15:18:22.143Z
85412026-08-25T15:18:22.143ZAug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
85422026-08-25T15:18:22.143Z
85432026-08-25T15:18:22.143ZAug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
85442026-08-25T15:18:22.143Z
85452026-08-25T15:18:22.143ZAug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }]
85462026-08-25T15:18:22.143Z
85472026-08-25T15:18:22.143ZAug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
85482026-08-25T15:18:22.144Z
85492026-08-25T15:18:22.144ZAug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
85502026-08-25T15:18:22.144Z
85512026-08-25T15:18:22.144ZAug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
85522026-08-25T15:18:22.144Z
85532026-08-25T15:18:22.144ZAug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
85542026-08-25T15:18:22.144Z
85552026-08-25T15:18:22.144ZAug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
85562026-08-25T15:18:22.144Z
85572026-08-25T15:18:22.144ZAug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
85582026-08-25T15:18:22.144Z
85592026-08-25T15:18:22.144ZAug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
85602026-08-25T15:18:22.144Z
85612026-08-25T15:18:22.144ZAug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }]
85622026-08-25T15:18:22.144Z
85632026-08-25T15:18:22.144ZAug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
85642026-08-25T15:18:22.144Z
85652026-08-25T15:18:22.144ZAug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
85662026-08-25T15:18:22.144Z
85672026-08-25T15:18:22.144ZAug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
85682026-08-25T15:18:22.144Z
85692026-08-25T15:18:22.144ZAug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
85702026-08-25T15:18:22.144Z
85712026-08-25T15:18:22.144ZAug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
85722026-08-25T15:18:22.144Z
85732026-08-25T15:18:22.144ZAug 25 15:18:20.363Aug 25 15:18:20.363 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: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 } }]
85742026-08-25T15:18:22.145Z
85752026-08-25T15:18:22.145ZAug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
85762026-08-25T15:18:22.145Z
85772026-08-25T15:18:22.145ZAug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
85782026-08-25T15:18:22.145Z
85792026-08-25T15:18:22.145ZAug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
85802026-08-25T15:18:22.145Z
85812026-08-25T15:18:22.145ZAug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
85822026-08-25T15:18:22.145Z
85832026-08-25T15:18:22.145ZAug 25 15:18:20.363 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 25 15:18:20.363
85842026-08-25T15:18:22.145Z INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
85852026-08-25T15:18:22.145ZAug 25 15:18:20.364 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 } }]
85862026-08-25T15:18:22.145ZAug 25 15:18:20.364Aug 25 15:18:20.364 INFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
85872026-08-25T15:18:22.145Z
85882026-08-25T15:18:22.145ZAug 25 15:18:20.364Aug 25 15:18:20.364 DEBGDEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
85892026-08-25T15:18:22.145Z
85902026-08-25T15:18:22.145ZAug 25 15:18:20.364Aug 25 15:18:20.364 INFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2
85912026-08-25T15:18:22.145Z
85922026-08-25T15:18:22.145ZAug 25 15:18:20.364Aug 25 15:18:20.364 DEBGDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
85932026-08-25T15:18:22.146Z
85942026-08-25T15:18:22.146ZAug 25 15:18:20.364Aug 25 15:18:20.364 INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff
85952026-08-25T15:18:22.146Z
85962026-08-25T15:18:22.146ZAug 25 15:18:20.364Aug 25 15:18:20.364 DEBGDEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
85972026-08-25T15:18:22.146Z
85982026-08-25T15:18:22.146ZAug 25 15:18:20.364Aug 25 15:18:20.364 INFOINFO Aug 25 15:18:20.364Aug 25 15:18:20.363 DEBG created new freemap, unit: freemap_route_ipv4
85992026-08-25T15:18:22.146Zadding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
86002026-08-25T15:18:22.146ZAug 25 15:18:20.364
86012026-08-25T15:18:22.146ZDEBG Aug 25 15:18:20.364created new freemap, unitDEBG: freemap_route_ipv6DEBGAug 25 15:18:20.364
86022026-08-25T15:18:22.146Zreplacing 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 } }]
86032026-08-25T15:18:22.146ZAug 25 15:18:20.364Aug 25 15:18:20.364 DEBG Aug 25 15:18:20.364initted freemap. size: 64, unit: freemap_route_ipv4
86042026-08-25T15:18:22.146ZDEBG Aug 25 15:18:20.364 DEBG reset freemap, unit: freemap_route_ipv4INFO
86052026-08-25T15:18:22.146Z Aug 25 15:18:20.364 DEBGcreated new freemap initted freemap. size: 64, unit: freemap_route_ipv6
86062026-08-25T15:18:22.146ZAug 25 15:18:20.364 DEBGDEBG reset freemapreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], unit
86072026-08-25T15:18:22.146Z: freemap_route_ipv6
86082026-08-25T15:18:22.146ZAug 25 15:18:20.364 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
86092026-08-25T15:18:22.146ZAug 25 15:18:20.364 INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 15:18:20.364
86102026-08-25T15:18:22.146Z DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:18:20.364
86112026-08-25T15:18:22.146Z DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 25 15:18:20.364
86122026-08-25T15:18:22.146Z INFO , adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 25 15:18:20.364unit
86132026-08-25T15:18:22.146Z :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 } }]freemap_route_ipv4
86142026-08-25T15:18:22.146Z
86152026-08-25T15:18:22.150ZAug 25 15:18:20.364 DEBG Aug 25 15:18:20.364replacing 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 } }]
86162026-08-25T15:18:22.150ZDEBG created new freemap, Aug 25 15:18:20.364unit :INFO freemap_route_ipv6adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
86172026-08-25T15:18:22.150Z
86182026-08-25T15:18:22.151ZAug 25 15:18:20.364Aug 25 15:18:20.364 DEBGDEBG initted freemap. size: 64replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
86192026-08-25T15:18:22.151Zunit: Aug 25 15:18:20.364freemap_route_ipv4
86202026-08-25T15:18:22.151ZINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
86212026-08-25T15:18:22.151Zreplacing 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 25 15:18:20.364Aug 25 15:18:20.364
86222026-08-25T15:18:22.151ZDEBG DEBGreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86232026-08-25T15:18:22.151Zreset freemap, unit: freemap_route_ipv4Aug 25 15:18:20.364
86242026-08-25T15:18:22.151Z INFO Aug 25 15:18:20.364adding route 3fff:beef:6::/64 -> 2001:db8::55:ff Aug 25 15:18:20.364INFO
86252026-08-25T15:18:22.151ZDEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
86262026-08-25T15:18:22.151Ztest route::tests::grow_succeeds ... ok
86272026-08-25T15:18:22.151Zinitted freemap. size: 64, unit:Aug 25 15:18:20.364 Aug 25 15:18:20.364freemap_route_ipv6
86282026-08-25T15:18:22.151ZDEBG 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
86292026-08-25T15:18:22.151Z Aug 25 15:18:20.364replacing 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 } }]
86302026-08-25T15:18:22.151ZDEBGAug 25 15:18:20.364 INFOAug 25 15:18:20.364reset freemap , unitINFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
86312026-08-25T15:18:22.151Z:adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
86322026-08-25T15:18:22.151Zfreemap_route_ipv6
86332026-08-25T15:18:22.151ZAug 25 15:18:20.364 Aug 25 15:18:20.364Aug 25 15:18:20.364 INFODEBG DEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
86342026-08-25T15:18:22.151Z
86352026-08-25T15:18:22.151Zreplacing 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 } }]
86362026-08-25T15:18:22.151ZAug 25 15:18:20.364Aug 25 15:18:20.364 Aug 25 15:18:20.364INFO INFODEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
86372026-08-25T15:18:22.151Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
86382026-08-25T15:18:22.151Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
86392026-08-25T15:18:22.151ZAug 25 15:18:20.364 Aug 25 15:18:20.364DEBG INFOreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86402026-08-25T15:18:22.151ZAug 25 15:18:20.364adding route 172.17.0.0/32 -> 10.0.0.255
86412026-08-25T15:18:22.151ZDEBGAug 25 15:18:20.364 INFOreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86422026-08-25T15:18:22.151ZAug 25 15:18:20.364adding route 3fff:beef:9::/64 -> 2001:db8::55:ff DEBG
86432026-08-25T15:18:22.151Z 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 } }]
86442026-08-25T15:18:22.151ZAug 25 15:18:20.364Aug 25 15:18:20.364 INFO Aug 25 15:18:20.364DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff INFOreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86452026-08-25T15:18:22.151Z
86462026-08-25T15:18:22.151Zadding route 172.17.0.1/32 -> 10.0.0.255
86472026-08-25T15:18:22.151ZAug 25 15:18:20.364Aug 25 15:18:20.364 DEBGINFOAug 25 15:18:20.364 adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
86482026-08-25T15:18:22.151ZDEBGreplacing 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 } }]
86492026-08-25T15:18:22.151Zreplacing 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 } }]
86502026-08-25T15:18:22.151ZAug 25 15:18:20.364Aug 25 15:18:20.364Aug 25 15:18:20.364 DEBGINFO INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255
86512026-08-25T15:18:22.151Z
86522026-08-25T15:18:22.151Z
86532026-08-25T15:18:22.151ZAug 25 15:18:20.364Aug 25 15:18:20.364Aug 25 15:18:20.364 DEBGDEBGINFO replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
86542026-08-25T15:18:22.151Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
86552026-08-25T15:18:22.152Z
86562026-08-25T15:18:22.152ZAug 25 15:18:20.364Aug 25 15:18:20.364Aug 25 15:18:20.364 DEBGINFOINFO 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 } }]
86572026-08-25T15:18:22.152Zadding route 172.17.0.3/32 -> 10.0.0.255adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
86582026-08-25T15:18:22.152Z
86592026-08-25T15:18:22.152ZAug 25 15:18:20.364Aug 25 15:18:20.364Aug 25 15:18:20.364 DEBG DEBGINFO 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:c::/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 } }]
86602026-08-25T15:18:22.152Z
86612026-08-25T15:18:22.152Z
86622026-08-25T15:18:22.152ZAug 25 15:18:20.364Aug 25 15:18:20.364 Aug 25 15:18:20.364INFO DEBGadding route 172.17.0.4/32 -> 10.0.0.255
86632026-08-25T15:18:22.152Z 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 25 15:18:20.364
86642026-08-25T15:18:22.152Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
86652026-08-25T15:18:22.152Z DEBG Aug 25 15:18:20.364replacing 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 25 15:18:20.364 INFO
86662026-08-25T15:18:22.152Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG
86672026-08-25T15:18:22.152Z 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 25 15:18:20.364
86682026-08-25T15:18:22.152Z Aug 25 15:18:20.364INFO DEBG Aug 25 15:18:20.364adding route 172.17.0.5/32 -> 10.0.0.255replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86692026-08-25T15:18:22.152Z
86702026-08-25T15:18:22.152ZINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
86712026-08-25T15:18:22.153ZAug 25 15:18:20.364Aug 25 15:18:20.364 Aug 25 15:18:20.364DEBG INFODEBGreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:e::/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 } }]
86722026-08-25T15:18:22.153Z
86732026-08-25T15:18:22.153Z
86742026-08-25T15:18:22.153ZAug 25 15:18:20.364 Aug 25 15:18:20.364Aug 25 15:18:20.364INFO DEBG adding route 172.17.0.6/32 -> 10.0.0.255replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
86752026-08-25T15:18:22.153Z
86762026-08-25T15:18:22.153Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
86772026-08-25T15:18:22.153ZAug 25 15:18:20.364Aug 25 15:18:20.364 INFOAug 25 15:18:20.364 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBG
86782026-08-25T15:18:22.153ZDEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
86792026-08-25T15:18:22.153Z
86802026-08-25T15:18:22.153Z
86812026-08-25T15:18:22.154ZAug 25 15:18:20.364 Aug 25 15:18:20.364DEBGAug 25 15:18:20.364 INFOreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
86822026-08-25T15:18:22.154Zadding route 172.17.0.7/32 -> 10.0.0.255
86832026-08-25T15:18:22.154Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
86842026-08-25T15:18:22.154ZAug 25 15:18:20.364 DEBGAug 25 15:18:20.364Aug 25 15:18:20.364Aug 25 15:18:20.364 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 } }]
86852026-08-25T15:18:22.154ZDEBGDEBG INFO replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
86862026-08-25T15:18:22.154ZAug 25 15:18:20.364
86872026-08-25T15:18:22.154ZINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 25 15:18:20.364
86882026-08-25T15:18:22.154ZAug 25 15:18:20.364
86892026-08-25T15:18:22.154Z Aug 25 15:18:20.364INFOINFO Aug 25 15:18:20.364adding route 172.17.0.8/32 -> 10.0.0.255
86902026-08-25T15:18:22.154Z DEBGDEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86912026-08-25T15:18:22.154Zreplacing 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 } }]
86922026-08-25T15:18:22.154Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 25 15:18:20.364Aug 25 15:18:20.364
86932026-08-25T15:18:22.154ZAug 25 15:18:20.364 INFOINFODEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
86942026-08-25T15:18:22.154Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
86952026-08-25T15:18:22.154Z
86962026-08-25T15:18:22.154ZAug 25 15:18:20.364Aug 25 15:18:20.364Aug 25 15:18:20.364Aug 25 15:18:20.364 INFO DEBGadding route 172.17.0.9/32 -> 10.0.0.255
86972026-08-25T15:18:22.154Zreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
86982026-08-25T15:18:22.154Z DEBGreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:18:20.364Aug 25 15:18:20.364 INFODEBG
86992026-08-25T15:18:22.154Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
87002026-08-25T15:18:22.154Zreplacing 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 25 15:18:20.364
87012026-08-25T15:18:22.154ZAug 25 15:18:20.364 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 } }]DEBG
87022026-08-25T15:18:22.155Z 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:34::/64 -> 2001:db8::55:ffAug 25 15:18:20.364
87032026-08-25T15:18:22.155ZAug 25 15:18:20.364
87042026-08-25T15:18:22.155Z INFO Aug 25 15:18:20.364INFOAug 25 15:18:20.364adding route 172.17.0.10/32 -> 10.0.0.255
87052026-08-25T15:18:22.155ZDEBG INFOadding route 3fff:beef:12::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
87062026-08-25T15:18:22.155ZAug 25 15:18:20.364
87072026-08-25T15:18:22.155ZDEBG
87082026-08-25T15:18:22.155Z 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 } }]
87092026-08-25T15:18:22.155ZAug 25 15:18:20.364Aug 25 15:18:20.364Aug 25 15:18:20.364 Aug 25 15:18:20.364 DEBGDEBGINFO 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
87102026-08-25T15:18:22.155Zadding route 172.17.0.11/32 -> 10.0.0.255
87112026-08-25T15:18:22.155Z 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:35::/64 -> 2001:db8::55:ff
87122026-08-25T15:18:22.155ZAug 25 15:18:20.364 INFOAug 25 15:18:20.364
87132026-08-25T15:18:22.155ZAug 25 15:18:20.364 DEBGINFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
87142026-08-25T15:18:22.155Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
87152026-08-25T15:18:22.159Z
87162026-08-25T15:18:22.159ZAug 25 15:18:20.364 Aug 25 15:18:20.364DEBG 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 25 15:18:20.364
87172026-08-25T15:18:22.159ZAug 25 15:18:20.364DEBG replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
87182026-08-25T15:18:22.159Z adding route 172.17.0.12/32 -> 10.0.0.255DEBG
87192026-08-25T15:18:22.159Z Aug 25 15:18:20.364replacing 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 } }]
87202026-08-25T15:18:22.159ZAug 25 15:18:20.364INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 25 15:18:20.364
87212026-08-25T15:18:22.159Z INFODEBG Aug 25 15:18:20.364replacing 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 } }]
87222026-08-25T15:18:22.159ZINFOAug 25 15:18:20.364adding route 3fff:beef:14::/64 -> 2001:db8::55:ff adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
87232026-08-25T15:18:22.159ZDEBGAug 25 15:18:20.364
87242026-08-25T15:18:22.159Zreplacing 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 } }]
87252026-08-25T15:18:22.159ZINFO Aug 25 15:18:20.365adding route 172.17.0.13/32 -> 10.0.0.255Aug 25 15:18:20.365 DEBG
87262026-08-25T15:18:22.159ZAug 25 15:18:20.365INFO 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 } }]
87272026-08-25T15:18:22.160Z
87282026-08-25T15:18:22.160ZAug 25 15:18:20.365 DEBG DEBGAug 25 15:18:20.365Aug 25 15:18:20.365 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 } }]
87292026-08-25T15:18:22.160Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
87302026-08-25T15:18:22.160Z DEBG
87312026-08-25T15:18:22.160Z replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:18:20.365Aug 25 15:18:20.365
87322026-08-25T15:18:22.160Z INFO DEBG Aug 25 15:18:20.365Aug 25 15:18:20.365adding route 172.17.0.14/32 -> 10.0.0.255
87332026-08-25T15:18:22.160Z 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
87342026-08-25T15:18:22.160ZINFO Aug 25 15:18:20.365adding route 3fff:beef:31::/64 -> 2001:db8::55:ff Aug 25 15:18:20.365
87352026-08-25T15:18:22.160ZDEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
87362026-08-25T15:18:22.160ZINFO
87372026-08-25T15:18:22.160Z adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 25 15:18:20.365
87382026-08-25T15:18:22.160Z DEBGAug 25 15:18:20.365Aug 25 15:18:20.365 Aug 25 15:18:20.365 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 } }]DEBGINFO
87392026-08-25T15:18:22.160Z DEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]
87402026-08-25T15:18:22.160Zadding route 172.17.0.15/32 -> 10.0.0.255
87412026-08-25T15:18:22.160ZAug 25 15:18:20.365 INFO
87422026-08-25T15:18:22.160Z Aug 25 15:18:20.365adding route 3fff:beef:32::/64 -> 2001:db8::55:ff Aug 25 15:18:20.365
87432026-08-25T15:18:22.160ZINFOAug 25 15:18:20.365 DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
87442026-08-25T15:18:22.160Zreplacing 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 } }]
87452026-08-25T15:18:22.160ZINFOAug 25 15:18:20.365 Aug 25 15:18:20.365DEBGAug 25 15:18:20.365adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
87462026-08-25T15:18:22.160Zreplacing 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 } }]
87472026-08-25T15:18:22.160Z INFOAug 25 15:18:20.365 DEBGDEBGadding route 172.17.0.16/32 -> 10.0.0.255
87482026-08-25T15:18:22.160Z replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:18:20.365replacing 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 } }]
87492026-08-25T15:18:22.160ZINFO
87502026-08-25T15:18:22.160Z Aug 25 15:18:20.365 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG
87512026-08-25T15:18:22.160Z 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 } }]
87522026-08-25T15:18:22.160ZAug 25 15:18:20.365Aug 25 15:18:20.365 Aug 25 15:18:20.365 Aug 25 15:18:20.365INFODEBG INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 172.17.0.17/32 -> 10.0.0.255INFO
87532026-08-25T15:18:22.160Zreplacing 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 } }]
87542026-08-25T15:18:22.160Z
87552026-08-25T15:18:22.160Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 25 15:18:20.365
87562026-08-25T15:18:22.160ZAug 25 15:18:20.365 Aug 25 15:18:20.365INFODEBG DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87572026-08-25T15:18:22.160Z
87582026-08-25T15:18:22.160Zreplacing 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 } }]
87592026-08-25T15:18:22.160ZAug 25 15:18:20.365 Aug 25 15:18:20.365Aug 25 15:18:20.365 DEBGINFO Aug 25 15:18:20.365 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 } }]INFOadding route 172.17.0.18/32 -> 10.0.0.255
87602026-08-25T15:18:22.160ZDEBG
87612026-08-25T15:18:22.160Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
87622026-08-25T15:18:22.160Zreplacing 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 } }]
87632026-08-25T15:18:22.160ZAug 25 15:18:20.365 Aug 25 15:18:20.365Aug 25 15:18:20.365 INFODEBGDEBGAug 25 15:18:20.365 replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:35::/64 -> 2001:db8::55:ffINFO
87642026-08-25T15:18:22.160Z
87652026-08-25T15:18:22.160Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
87662026-08-25T15:18:22.161Zreplacing 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 25 15:18:20.365Aug 25 15:18:20.365
87672026-08-25T15:18:22.161Z Aug 25 15:18:20.365INFO DEBG adding route 172.17.0.19/32 -> 10.0.0.255 Aug 25 15:18:20.365
87682026-08-25T15:18:22.161Z 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
87692026-08-25T15:18:22.161Z 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 } }]
87702026-08-25T15:18:22.161ZINFO Aug 25 15:18:20.365adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 25 15:18:20.365Aug 25 15:18:20.365Aug 25 15:18:20.365 INFODEBG DEBG
87712026-08-25T15:18:22.161Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ffcreated new 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 } }]Aug 25 15:18:20.365unit :
87722026-08-25T15:18:22.161Z
87732026-08-25T15:18:22.161ZDEBG freemap_route_ipv4
87742026-08-25T15:18:22.161ZINFO Aug 25 15:18:20.365 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 } }]INFOadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
87752026-08-25T15:18:22.161ZAug 25 15:18:20.365 Aug 25 15:18:20.365adding route 172.17.0.20/32 -> 10.0.0.255DEBG
87762026-08-25T15:18:22.161Z Aug 25 15:18:20.365 DEBGcreated new freemapDEBG,
87772026-08-25T15:18:22.161Z created new freemapreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], unitunit:: freemap_route_ipv6freemap_route_ipv4
87782026-08-25T15:18:22.161Z
87792026-08-25T15:18:22.161Z
87802026-08-25T15:18:22.161Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
87812026-08-25T15:18:22.161ZAug 25 15:18:20.365Aug 25 15:18:20.365 Aug 25 15:18:20.365Aug 25 15:18:20.365 DEBGDEBGAug 25 15:18:20.365 created new freemap , unitDEBG: 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 } }]initted freemap. size: 64freemap_route_ipv6,
87822026-08-25T15:18:22.161Zunit
87832026-08-25T15:18:22.161ZDEBG: INFOAug 25 15:18:20.365Aug 25 15:18:20.365 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 } }]
87842026-08-25T15:18:22.161Zfreemap_route_ipv4 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG
87852026-08-25T15:18:22.161ZINFO adding route 172.17.0.21/32 -> 10.0.0.255
87862026-08-25T15:18:22.161Zinitted freemap. size: 64,
87872026-08-25T15:18:22.161ZunitAug 25 15:18:20.365Aug 25 15:18:20.365: Aug 25 15:18:20.365 DEBGfreemap_route_ipv4DEBG
87882026-08-25T15:18:22.161Zreset freemap , unitreplacing 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 25 15:18:20.365 freemap_route_ipv4
87892026-08-25T15:18:22.161ZDEBG reset freemap
87902026-08-25T15:18:22.161Z, INFOunit :Aug 25 15:18:20.365 Aug 25 15:18:20.365 adding route 3fff:beef:3c::/64 -> 2001:db8::55:fffreemap_route_ipv4
87912026-08-25T15:18:22.161Z
87922026-08-25T15:18:22.161ZDEBGINFO initted freemap. size: 64adding route 172.17.0.22/32 -> 10.0.0.255, Aug 25 15:18:20.365
87932026-08-25T15:18:22.161Z unitDEBG :Aug 25 15:18:20.365Aug 25 15:18:20.365 Aug 25 15:18:20.365 DEBG Aug 25 15:18:20.365created new freemap DEBGDEBG, unitcreated new freemap:, unitfreemap_route_ipv4: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 } }]
87942026-08-25T15:18:22.161Zfreemap_route_ipv4
87952026-08-25T15:18:22.161Z
87962026-08-25T15:18:22.161ZAug 25 15:18:20.370 INFOAug 25 15:18:20.370 initted freemap. size: 64Aug 25 15:18:20.370DEBG adding route 172.17.0.23/32 -> 10.0.0.255created new freemapDEBG
87972026-08-25T15:18:22.161Z, , unit :created new freemap , freemap_route_ipv6unit
87982026-08-25T15:18:22.161ZAug 25 15:18:20.370unit :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 } }]Aug 25 15:18:20.370 freemap_route_ipv6
87992026-08-25T15:18:22.161Z DEBG
88002026-08-25T15:18:22.161Z freemap_route_ipv6initted freemap. size: 64
88012026-08-25T15:18:22.161Z, unitAug 25 15:18:20.370 INFO: adding route 172.17.0.24/32 -> 10.0.0.255freemap_route_ipv4
88022026-08-25T15:18:22.162Z
88032026-08-25T15:18:22.162ZAug 25 15:18:20.370Aug 25 15:18:20.370 DEBG Aug 25 15:18:20.370 Aug 25 15:18:20.370reset freemapDEBG DEBGreset freemap, DEBGunit :, 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 } }]initted freemap. size: 64unit,
88042026-08-25T15:18:22.162Z:unit: freemap_route_ipv4freemap_route_ipv6
88052026-08-25T15:18:22.162Z
88062026-08-25T15:18:22.162ZAug 25 15:18:20.370 INFOfreemap_route_ipv4
88072026-08-25T15:18:22.162Zadding route 172.17.0.25/32 -> 10.0.0.255Aug 25 15:18:20.370 Aug 25 15:18:20.370DEBG
88082026-08-25T15:18:22.162ZAug 25 15:18:20.370 initted freemap. size: 64 DEBG, INFOreset freemapAug 25 15:18:20.370 , unitunit :adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG :freemap_route_ipv6
88092026-08-25T15:18:22.162Z
88102026-08-25T15:18:22.162Z replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4
88112026-08-25T15:18:22.162Z
88122026-08-25T15:18:22.162ZAug 25 15:18:20.370Aug 25 15:18:20.370 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 } }]reset freemapAug 25 15:18:20.370, unit
88132026-08-25T15:18:22.162Z:INFO freemap_route_ipv6adding route 172.17.0.26/32 -> 10.0.0.255
88142026-08-25T15:18:22.162Z
88152026-08-25T15:18:22.167ZAug 25 15:18:20.370Aug 25 15:18:20.370 DEBGINFO initted freemap. size: 64, adding route 3fff:dead::/64 -> 2001:db8::55:1unit
88162026-08-25T15:18:22.167Z:Aug 25 15:18:20.370 freemap_route_ipv6Aug 25 15:18:20.370 Aug 25 15:18:20.370INFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
88172026-08-25T15:18:22.167Z 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 } }]
88182026-08-25T15:18:22.167Z
88192026-08-25T15:18:22.167Z
88202026-08-25T15:18:22.167ZAug 25 15:18:20.370 Aug 25 15:18:20.370Aug 25 15:18:20.370Aug 25 15:18:20.370 DEBGDEBG INFOINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:1reset freemap
88212026-08-25T15:18:22.167Z
88222026-08-25T15:18:22.167Z, unit:adding route 172.17.0.27/32 -> 10.0.0.255 Aug 25 15:18:20.370freemap_route_ipv6
88232026-08-25T15:18:22.167Z INFOAug 25 15:18:20.370 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
88242026-08-25T15:18:22.167Z
88252026-08-25T15:18:22.167Z 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 25 15:18:20.370
88262026-08-25T15:18:22.167Z DEBG Aug 25 15:18:20.370replacing 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 25 15:18:20.370
88272026-08-25T15:18:22.167ZDEBG INFOAug 25 15:18:20.370replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
88282026-08-25T15:18:22.168Zadding route 3fff:dead::/64 -> 2001:db8::55:2INFO
88292026-08-25T15:18:22.168Z adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 15:18:20.370Aug 25 15:18:20.370 INFO adding route 172.17.0.28/32 -> 10.0.0.255
88302026-08-25T15:18:22.168Z
88312026-08-25T15:18:22.168Z INFOAug 25 15:18:20.370 Aug 25 15:18:20.370adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 25 15:18:20.370
88322026-08-25T15:18:22.168Z DEBG DEBGDEBGAug 25 15:18:20.370 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG
88332026-08-25T15:18:22.168Z replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
88342026-08-25T15:18:22.168Z
88352026-08-25T15:18:22.168Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
88362026-08-25T15:18:22.168ZAug 25 15:18:20.370Aug 25 15:18:20.370 Aug 25 15:18:20.370INFO INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef::/64 -> 2001:db8::55:ff
88372026-08-25T15:18:22.168Z
88382026-08-25T15:18:22.168Zadding route 172.17.0.29/32 -> 10.0.0.255
88392026-08-25T15:18:22.168ZAug 25 15:18:20.370Aug 25 15:18:20.370 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
88402026-08-25T15:18:22.168Z Aug 25 15:18:20.370Aug 25 15:18:20.370 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 } }]
88412026-08-25T15:18:22.168ZDEBG DEBGDEBGreplacing 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 25 15:18:20.370
88422026-08-25T15:18:22.168Z Aug 25 15:18:20.370DEBG DEBGreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 3fff:beef: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 25 15:18:20.370
88432026-08-25T15:18:22.168Z
88442026-08-25T15:18:22.168Z
88452026-08-25T15:18:22.168Z INFOAug 25 15:18:20.370Aug 25 15:18:20.370replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
88462026-08-25T15:18:22.168ZWARNadding route 172.17.0.30/32 -> 10.0.0.255
88472026-08-25T15:18:22.168Z Aug 25 15:18:20.370shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
88482026-08-25T15:18:22.168ZINFODEBGAug 25 15:18:20.370 failed to allocate space for the new target listAug 25 15:18:20.370
88492026-08-25T15:18:22.168Z Aug 25 15:18:20.370INFOadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
88502026-08-25T15:18:22.168ZERRODEBG 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 25 15:18:20.370
88512026-08-25T15:18:22.168Z Aug 25 15:18:20.370adding route 3fff:dead::/64 -> 2001:db8::55:3rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG
88522026-08-25T15:18:22.168Z replacing targets for 3fff:dead::/64 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
88532026-08-25T15:18:22.168Z
88542026-08-25T15:18:22.168Zreplacing 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 25 15:18:20.370
88552026-08-25T15:18:22.168Z ERROAug 25 15:18:20.370 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 itINFO
88562026-08-25T15:18:22.168Z Aug 25 15:18:20.370 adding route 172.17.0.31/32 -> 10.0.0.255DEBGAug 25 15:18:20.370
88572026-08-25T15:18:22.168ZINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
88582026-08-25T15:18:22.168Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
88592026-08-25T15:18:22.168ZAug 25 15:18:20.370 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 } }]
88602026-08-25T15:18:22.168ZAug 25 15:18:20.370Aug 25 15:18:20.370 Aug 25 15:18:20.370INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:4
88612026-08-25T15:18:22.168Zadding route 172.17.0.32/32 -> 10.0.0.255DEBG
88622026-08-25T15:18:22.168Z 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 } }]
88632026-08-25T15:18:22.168ZAug 25 15:18:20.370Aug 25 15:18:20.370 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 } }]
88642026-08-25T15:18:22.168Zreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:18:20.370
88652026-08-25T15:18:22.169Z INFO Aug 25 15:18:20.370freemap_route_ipv6adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 25 15:18:20.370
88662026-08-25T15:18:22.169ZAug 25 15:18:20.370
88672026-08-25T15:18:22.169Z INFODEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255Aug 25 15:18:20.370
88682026-08-25T15:18:22.169ZAug 25 15:18:20.370
88692026-08-25T15:18:22.169Z DEBGDEBG reset freemapDEBGAug 25 15:18:20.370, 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 } }] freemap_route_ipv6INFO
88702026-08-25T15:18:22.169Z
88712026-08-25T15:18:22.169Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
88722026-08-25T15:18:22.169ZAug 25 15:18:20.370
88732026-08-25T15:18:22.169ZAug 25 15:18:20.370 DEBGINFOAug 25 15:18:20.370 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 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 } }]
88742026-08-25T15:18:22.169Zreplacing 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 } }]
88752026-08-25T15:18:22.169Z
88762026-08-25T15:18:22.169ZAug 25 15:18:20.370 DEBGAug 25 15:18:20.370Aug 25 15:18:20.370 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 25 15:18:20.370
88772026-08-25T15:18:22.169Ztest route::tests::rollback_on_compact_delete_failure ... ok
88782026-08-25T15:18:22.169ZINFO INFO INFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
88792026-08-25T15:18:22.169ZAug 25 15:18:20.370 adding route 3fff:beef:4::/64 -> 2001:db8::55:ff adding route 172.17.0.34/32 -> 10.0.0.255INFO
88802026-08-25T15:18:22.169Z
88812026-08-25T15:18:22.169Zadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 25 15:18:20.370
88822026-08-25T15:18:22.169Z DEBG Aug 25 15:18:20.370 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 25 15:18:20.370DEBG
88832026-08-25T15:18:22.169ZAug 25 15:18:20.370DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 } }]DEBG
88842026-08-25T15:18:22.169Z
88852026-08-25T15:18:22.169ZAug 25 15:18:20.370 INFOreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:18:20.370
88862026-08-25T15:18:22.169Z Aug 25 15:18:20.370INFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:3
88872026-08-25T15:18:22.169Z
88882026-08-25T15:18:22.169ZAug 25 15:18:20.370Aug 25 15:18:20.370Aug 25 15:18:20.370 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 } }]INFO
88892026-08-25T15:18:22.169Z adding route 172.17.0.35/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
88902026-08-25T15:18:22.169ZAug 25 15:18:20.371Aug 25 15:18:20.371Aug 25 15:18:20.377 DEBGDEBG created new freemapDEBG, unitcreated new freemap: , freemap_route_ipv4unitreplacing 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 } }]
88912026-08-25T15:18:22.169ZAug 25 15:18:20.378 DEBG created new freemap, unit: freemap_route_ipv6
88922026-08-25T15:18:22.169ZAug 25 15:18:20.378 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
88932026-08-25T15:18:22.169Z
88942026-08-25T15:18:22.169Z:Aug 25 15:18:20.378
88952026-08-25T15:18:22.169Z freemap_route_ipv4DEBG
88962026-08-25T15:18:22.169ZINFOAug 25 15:18:20.370 Aug 25 15:18:20.378reset freemap Aug 25 15:18:20.378, INFOunit Aug 25 15:18:20.378adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
88972026-08-25T15:18:22.169Z INFO:adding route 3fff:beef:5::/64 -> 2001:db8::55:ffINFO Aug 25 15:18:20.378freemap_route_ipv4adding route 172.17.0.36/32 -> 10.0.0.255
88982026-08-25T15:18:22.169Zadding route 3fff:dead::/64 -> 2001:db8::55:4
88992026-08-25T15:18:22.169Z
89002026-08-25T15:18:22.169ZAug 25 15:18:20.378DEBG DEBGDEBGreplacing 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 } }]
89012026-08-25T15:18:22.169Z
89022026-08-25T15:18:22.169ZAug 25 15:18:20.378 Aug 25 15:18:20.378 initted freemap. size: 64Aug 25 15:18:20.378 INFOINFO, unitadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff :
89032026-08-25T15:18:22.169Z Aug 25 15:18:20.378DEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff Aug 25 15:18:20.378 freemap_route_ipv6DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
89042026-08-25T15:18:22.170Z
89052026-08-25T15:18:22.170ZDEBG, 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 } }]
89062026-08-25T15:18:22.170ZAug 25 15:18:20.378
89072026-08-25T15:18:22.170Z Aug 25 15:18:20.378Aug 25 15:18:20.378unitAug 25 15:18:20.378 Aug 25 15:18:20.378DEBG: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 } }] DEBG DEBGfreemap_route_ipv6 reset freemap
89082026-08-25T15:18:22.170Z
89092026-08-25T15:18:22.170Zfailed to allocate space for the new target list
89102026-08-25T15:18:22.170Z, replacing targets for 3fff:dead::/64 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 } }]unit:
89112026-08-25T15:18:22.170Z Aug 25 15:18:20.378freemap_route_ipv6
89122026-08-25T15:18:22.170Z 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 25 15:18:20.378Aug 25 15:18:20.378
89132026-08-25T15:18:22.170ZDEBG WARNINFO Aug 25 15:18:20.378replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 172.16.0.0/32 -> 10.0.0.1
89142026-08-25T15:18:22.170ZINFO
89152026-08-25T15:18:22.174Z
89162026-08-25T15:18:22.174Z adding route 172.17.0.37/32 -> 10.0.0.255Aug 25 15:18:20.378
89172026-08-25T15:18:22.174Z Aug 25 15:18:20.378 Aug 25 15:18:20.378DEBGINFOAug 25 15:18:20.378 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 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
89182026-08-25T15:18:22.174Z
89192026-08-25T15:18:22.174Zinitted freemap. size: 64DEBG , Aug 25 15:18:20.378replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit :INFO
89202026-08-25T15:18:22.174Z adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 15:18:20.378freemap_route_ipv4
89212026-08-25T15:18:22.174ZDEBGAug 25 15:18:20.378 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 } }]
89222026-08-25T15:18:22.174ZAug 25 15:18:20.378adding route 172.17.0.38/32 -> 10.0.0.255
89232026-08-25T15:18:22.174Z
89242026-08-25T15:18:22.174Z DEBG Aug 25 15:18:20.378Aug 25 15:18:20.378Aug 25 15:18:20.378 DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] INFO
89252026-08-25T15:18:22.174Z reset freemap , replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
89262026-08-25T15:18:22.174Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 25 15:18:20.378
89272026-08-25T15:18:22.174Z : INFOfreemap_route_ipv4
89282026-08-25T15:18:22.175ZAug 25 15:18:20.378adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 15:18:20.378
89292026-08-25T15:18:22.175ZDEBG 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
89302026-08-25T15:18:22.175ZAug 25 15:18:20.378 adding route 172.17.0.39/32 -> 10.0.0.255DEBG
89312026-08-25T15:18:22.175Z Aug 25 15:18:20.378Aug 25 15:18:20.378 INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG
89322026-08-25T15:18:22.175Z Aug 25 15:18:20.378adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
89332026-08-25T15:18:22.175ZAug 25 15:18:20.378 DEBGINFO Aug 25 15:18:20.378 replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2
89342026-08-25T15:18:22.175Zinitted freemap. size: 64
89352026-08-25T15:18:22.175Z, DEBGunitAug 25 15:18:20.378:Aug 25 15:18:20.378 DEBGfreemap_route_ipv6 INFO
89362026-08-25T15:18:22.175Z 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 } }]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.40/32 -> 10.0.0.255
89372026-08-25T15:18:22.175Z
89382026-08-25T15:18:22.175Z
89392026-08-25T15:18:22.175ZAug 25 15:18:20.378Aug 25 15:18:20.378 DEBGINFO reset freemapadding route 172.17.0.0/32 -> 10.0.0.255,
89402026-08-25T15:18:22.175ZunitAug 25 15:18:20.378Aug 25 15:18:20.378: 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 25 15:18:20.378
89412026-08-25T15:18:22.175Z freemap_route_ipv6
89422026-08-25T15:18:22.175ZDEBGDEBG Aug 25 15:18:20.378replacing 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 25 15:18:20.378
89432026-08-25T15:18:22.175Z INFOINFOreplacing 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 } }]
89442026-08-25T15:18:22.175ZINFO Aug 25 15:18:20.378adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
89452026-08-25T15:18:22.175Z INFOadding route 172.16.0.0/32 -> 10.0.0.1 Aug 25 15:18:20.378adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff Aug 25 15:18:20.378
89462026-08-25T15:18:22.175Zadding route 172.17.0.1/32 -> 10.0.0.255
89472026-08-25T15:18:22.175ZDEBGINFO
89482026-08-25T15:18:22.175Zreplacing 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 25 15:18:20.378
89492026-08-25T15:18:22.175Zadding route 172.17.0.41/32 -> 10.0.0.255 DEBG
89502026-08-25T15:18:22.175ZAug 25 15:18:20.378 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 25 15:18:20.378
89512026-08-25T15:18:22.175ZDEBGAug 25 15:18:20.378 INFOreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
89522026-08-25T15:18:22.175Z
89532026-08-25T15:18:22.175ZAug 25 15:18:20.378 INFODEBGAug 25 15:18:20.378Aug 25 15:18:20.378 DEBGDEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
89542026-08-25T15:18:22.175Zreplacing 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 } }]
89552026-08-25T15:18:22.175Z adding route 172.16.0.0/32 -> 10.0.0.2Aug 25 15:18:20.378
89562026-08-25T15:18:22.175Z INFOAug 25 15:18:20.378
89572026-08-25T15:18:22.175Z INFOadding route 172.17.0.2/32 -> 10.0.0.255
89582026-08-25T15:18:22.175Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
89592026-08-25T15:18:22.175ZAug 25 15:18:20.378 Aug 25 15:18:20.378INFO DEBGadding route 172.17.0.42/32 -> 10.0.0.255Aug 25 15:18:20.378Aug 25 15:18:20.378Aug 25 15:18:20.378 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]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 } }]
89602026-08-25T15:18:22.175Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
89612026-08-25T15:18:22.175Z
89622026-08-25T15:18:22.175ZDEBG
89632026-08-25T15:18:22.175Zreplacing 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 } }]
89642026-08-25T15:18:22.175ZAug 25 15:18:20.378Aug 25 15:18:20.378 Aug 25 15:18:20.378INFO DEBGAug 25 15:18:20.378 Aug 25 15:18:20.378INFOadding route 3fff:beef:9::/64 -> 2001:db8::55:ff 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 } }]
89652026-08-25T15:18:22.175Zadding route 172.17.0.3/32 -> 10.0.0.255
89662026-08-25T15:18:22.175ZINFOreplacing 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 } }]
89672026-08-25T15:18:22.176ZAug 25 15:18:20.378
89682026-08-25T15:18:22.176Z DEBGadding route 172.16.0.0/32 -> 10.0.0.3
89692026-08-25T15:18:22.176ZAug 25 15:18:20.378 Aug 25 15:18:20.378replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
89702026-08-25T15:18:22.176Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG Aug 25 15:18:20.378
89712026-08-25T15:18:22.176Z 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 } }]
89722026-08-25T15:18:22.176ZAug 25 15:18:20.378INFOAug 25 15:18:20.378 INFOadding route 172.17.0.43/32 -> 10.0.0.255
89732026-08-25T15:18:22.176Z adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 25 15:18:20.378
89742026-08-25T15:18:22.176Z DEBGAug 25 15:18:20.378 Aug 25 15:18:20.378DEBG DEBGAug 25 15:18:20.378replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
89752026-08-25T15:18:22.176Z 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 } }]
89762026-08-25T15:18:22.176Ztest route::tests::identity_replace_is_noop ... ok
89772026-08-25T15:18:22.176ZINFOreplacing 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 25 15:18:20.378 adding route 172.17.0.4/32 -> 10.0.0.255INFO
89782026-08-25T15:18:22.176Z
89792026-08-25T15:18:22.176Z
89802026-08-25T15:18:22.176Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 25 15:18:20.378
89812026-08-25T15:18:22.176Z Aug 25 15:18:20.378Aug 25 15:18:20.378INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff INFO
89822026-08-25T15:18:22.176ZAug 25 15:18:20.378Aug 25 15:18:20.378INFO DEBGadding route 172.17.0.44/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.4 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 } }]
89832026-08-25T15:18:22.176Z
89842026-08-25T15:18:22.176ZDEBG
89852026-08-25T15:18:22.176Zreplacing 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 25 15:18:20.378
89862026-08-25T15:18:22.176ZAug 25 15:18:20.378Aug 25 15:18:20.378 DEBGINFO replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
89872026-08-25T15:18:22.176Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
89882026-08-25T15:18:22.176ZAug 25 15:18:20.378Aug 25 15:18:20.378 DEBGINFOAug 25 15:18:20.378 DEBGadding route 172.17.0.5/32 -> 10.0.0.255 Aug 25 15:18:20.378replacing 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 } }]
89892026-08-25T15:18:22.176Z
89902026-08-25T15:18:22.176Z
89912026-08-25T15:18:22.176Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 Aug 25 15:18:20.378adding route 172.17.0.45/32 -> 10.0.0.255 Aug 25 15:18:20.378
89922026-08-25T15:18:22.176ZDEBG DEBGcreated new freemapAug 25 15:18:20.384 , unitreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
89932026-08-25T15:18:22.176Z: 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 } }]
89942026-08-25T15:18:22.176Zfreemap_route_ipv4Aug 25 15:18:20.384
89952026-08-25T15:18:22.176Z INFO adding route 172.17.0.6/32 -> 10.0.0.255
89962026-08-25T15:18:22.176ZAug 25 15:18:20.378Aug 25 15:18:20.384Aug 25 15:18:20.384
89972026-08-25T15:18:22.176ZAug 25 15:18:20.384 DEBGINFO INFO adding route 172.17.0.46/32 -> 10.0.0.255created new freemap DEBG, adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 25 15:18:20.384unit
89982026-08-25T15:18:22.176Z :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 } }]
89992026-08-25T15:18:22.176ZDEBG
90002026-08-25T15:18:22.176ZAug 25 15:18:20.384replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 25 15:18:20.384
90012026-08-25T15:18:22.176Z DEBGAug 25 15:18:20.384 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 } }]freemap_route_ipv6
90022026-08-25T15:18:22.176ZDEBG
90032026-08-25T15:18:22.176Zadding route 172.17.0.7/32 -> 10.0.0.255
90042026-08-25T15:18:22.176Zreplacing 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 25 15:18:20.385
90052026-08-25T15:18:22.177Z INFO Aug 25 15:18:20.385adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
90062026-08-25T15:18:22.177ZDEBGAug 25 15:18:20.385 initted freemap. size: 64 , Aug 25 15:18:20.378Aug 25 15:18:20.385Aug 25 15:18:20.385 DEBGINFO INFOunit adding route 172.17.0.47/32 -> 10.0.0.255replacing 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:23::/64 -> 2001:db8::55:ff
90072026-08-25T15:18:22.177ZDEBG 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 } }]
90082026-08-25T15:18:22.177Zfreemap_route_ipv4
90092026-08-25T15:18:22.177Z
90102026-08-25T15:18:22.177ZAug 25 15:18:20.385
90112026-08-25T15:18:22.177Z INFOAug 25 15:18:20.385 adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
90122026-08-25T15:18:22.177ZDEBGAug 25 15:18:20.385 Aug 25 15:18:20.385 Aug 25 15:18:20.385Aug 25 15:18:20.385DEBG INFODEBGreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef: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 172.17.0.8/32 -> 10.0.0.255
90132026-08-25T15:18:22.177Zreset freemap
90142026-08-25T15:18:22.177Z, unitDEBG
90152026-08-25T15:18:22.181ZAug 25 15:18:20.385 :Aug 25 15:18:20.385replacing 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 25 15:18:20.385 INFODEBG
90162026-08-25T15:18:22.181Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
90172026-08-25T15:18:22.181Zreplacing 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 } }]
90182026-08-25T15:18:22.181ZINFOfreemap_route_ipv4Aug 25 15:18:20.385Aug 25 15:18:20.385
90192026-08-25T15:18:22.181ZINFODEBGadding route 172.17.0.48/32 -> 10.0.0.255 Aug 25 15:18:20.385 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 25 15:18:20.385
90202026-08-25T15:18:22.181Z DEBGadding route 172.17.0.9/32 -> 10.0.0.255
90212026-08-25T15:18:22.181Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
90222026-08-25T15:18:22.181ZAug 25 15:18:20.385initted freemap. size: 64
90232026-08-25T15:18:22.181Z INFO , adding route 3fff:beef:11::/64 -> 2001:db8::55:ffunitAug 25 15:18:20.385
90242026-08-25T15:18:22.181ZAug 25 15:18:20.385 DEBG :DEBGAug 25 15:18:20.385 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 } }]
90252026-08-25T15:18:22.181ZDEBGreplacing 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 25 15:18:20.385freemap_route_ipv6
90262026-08-25T15:18:22.181Zreplacing 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 } }]
90272026-08-25T15:18:22.181Z
90282026-08-25T15:18:22.181ZDEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:18:20.385
90292026-08-25T15:18:22.181Z Aug 25 15:18:20.385Aug 25 15:18:20.385 Aug 25 15:18:20.385DEBGINFOAug 25 15:18:20.385 INFO reset freemapadding route 3fff:beef:12::/64 -> 2001:db8::55:ff , unit
90302026-08-25T15:18:22.181Z: INFOadding route 172.17.0.10/32 -> 10.0.0.255INFO
90312026-08-25T15:18:22.181Z adding route 172.17.0.49/32 -> 10.0.0.255freemap_route_ipv6
90322026-08-25T15:18:22.181ZAug 25 15:18:20.385adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
90332026-08-25T15:18:22.181ZDEBG
90342026-08-25T15:18:22.181ZAug 25 15:18:20.385replacing 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 25 15:18:20.385DEBG
90352026-08-25T15:18:22.182ZDEBG 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 25 15:18:20.385
90362026-08-25T15:18:22.182Z Aug 25 15:18:20.385Aug 25 15:18:20.385 DEBGINFOreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
90372026-08-25T15:18:22.182Z
90382026-08-25T15:18:22.182ZINFOreplacing 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 } }]
90392026-08-25T15:18:22.182Z Aug 25 15:18:20.385adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 15:18:20.385 DEBGAug 25 15:18:20.385 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 } }]
90402026-08-25T15:18:22.182Zadding route 172.17.0.11/32 -> 10.0.0.255
90412026-08-25T15:18:22.182Z
90422026-08-25T15:18:22.182Z Aug 25 15:18:20.385 INFOINFO Aug 25 15:18:20.385Aug 25 15:18:20.385 adding route 172.17.0.50/32 -> 10.0.0.255Aug 25 15:18:20.385adding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFO
90432026-08-25T15:18:22.182Z DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
90442026-08-25T15:18:22.182Z
90452026-08-25T15:18:22.182ZDEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
90462026-08-25T15:18:22.182Zreplacing 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 } }]
90472026-08-25T15:18:22.182ZAug 25 15:18:20.385Aug 25 15:18:20.385 DEBGAug 25 15:18:20.385 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 } }]
90482026-08-25T15:18:22.182Z 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
90492026-08-25T15:18:22.182ZAug 25 15:18:20.385Aug 25 15:18:20.385 Aug 25 15:18:20.385INFO INFO Aug 25 15:18:20.385adding route 172.17.0.12/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.2
90502026-08-25T15:18:22.182Z
90512026-08-25T15:18:22.182Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
90522026-08-25T15:18:22.182ZDEBGINFO Aug 25 15:18:20.385 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
90532026-08-25T15:18:22.182ZAug 25 15:18:20.385Aug 25 15:18:20.385 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 DEBG
90542026-08-25T15:18:22.182Zadding route 172.17.0.51/32 -> 10.0.0.255 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 } }]
90552026-08-25T15:18:22.182Z
90562026-08-25T15:18:22.182Z Aug 25 15:18:20.385 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFOAug 25 15:18:20.385Aug 25 15:18:20.385 Aug 25 15:18:20.385INFO
90572026-08-25T15:18:22.182Z INFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
90582026-08-25T15:18:22.182Zadding route 172.17.0.13/32 -> 10.0.0.255 Aug 25 15:18:20.385DEBG
90592026-08-25T15:18:22.182Z adding route 3fff:beef:27::/64 -> 2001:db8::55:ffreplacing 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 25 15:18:20.385
90602026-08-25T15:18:22.182Z
90612026-08-25T15:18:22.182Z Aug 25 15:18:20.385 DEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
90622026-08-25T15:18:22.182Zreplacing 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 25 15:18:20.385
90632026-08-25T15:18:22.182ZAug 25 15:18:20.385Aug 25 15:18:20.385INFO INFODEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO
90642026-08-25T15:18:22.182ZAug 25 15:18:20.385adding route 172.16.0.0/32 -> 10.0.0.3 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 } }]
90652026-08-25T15:18:22.183ZAug 25 15:18:20.385
90662026-08-25T15:18:22.183Z INFODEBGadding route 172.17.0.52/32 -> 10.0.0.255 adding route 172.17.0.14/32 -> 10.0.0.255replacing 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 } }]
90672026-08-25T15:18:22.183Z
90682026-08-25T15:18:22.183Z
90692026-08-25T15:18:22.183ZAug 25 15:18:20.385 Aug 25 15:18:20.385DEBG Aug 25 15:18:20.385INFOAug 25 15:18:20.385 DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
90702026-08-25T15:18:22.183Z 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 25 15:18:20.385
90712026-08-25T15:18:22.183ZAug 25 15:18:20.385replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
90722026-08-25T15:18:22.183Z DEBG
90732026-08-25T15:18:22.183Z Aug 25 15:18:20.385replacing 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 } }]
90742026-08-25T15:18:22.183ZINFO INFOAug 25 15:18:20.385 Aug 25 15:18:20.385 INFOINFOAug 25 15:18:20.385 INFOadding route 172.17.0.15/32 -> 10.0.0.255
90752026-08-25T15:18:22.183Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
90762026-08-25T15:18:22.183Zadding route 172.17.0.53/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.4
90772026-08-25T15:18:22.183Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
90782026-08-25T15:18:22.183ZAug 25 15:18:20.385Aug 25 15:18:20.385 DEBG
90792026-08-25T15:18:22.183Z 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 } }]Aug 25 15:18:20.385 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 } }]
90802026-08-25T15:18:22.183ZDEBG
90812026-08-25T15:18:22.183Z 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 25 15:18:20.385Aug 25 15:18:20.385 DEBGAug 25 15:18:20.385 INFO INFO
90822026-08-25T15:18:22.183Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
90832026-08-25T15:18:22.184Zadding route 172.17.0.16/32 -> 10.0.0.255Aug 25 15:18:20.385
90842026-08-25T15:18:22.184ZAug 25 15:18:20.385DEBGAug 25 15:18:20.385 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
90852026-08-25T15:18:22.184Zreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
90862026-08-25T15:18:22.184Z
90872026-08-25T15:18:22.184ZINFO adding route 172.17.0.54/32 -> 10.0.0.255
90882026-08-25T15:18:22.184ZAug 25 15:18:20.385 INFOAug 25 15:18:20.385 Aug 25 15:18:20.385 INFOAug 25 15:18:20.385 Aug 25 15:18:20.385adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff DEBG adding route 172.17.0.0/32 -> 10.0.0.255
90892026-08-25T15:18:22.184ZINFOreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
90902026-08-25T15:18:22.184Z
90912026-08-25T15:18:22.184Zreplacing 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 25 15:18:20.385adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
90922026-08-25T15:18:22.184ZAug 25 15:18:20.385 DEBG
90932026-08-25T15:18:22.184Z 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
90942026-08-25T15:18:22.184ZAug 25 15:18:20.385 adding route 172.17.0.17/32 -> 10.0.0.255DEBG
90952026-08-25T15:18:22.184ZAug 25 15:18:20.385Aug 25 15:18:20.385Aug 25 15:18:20.385 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 } }]INFOAug 25 15:18:20.385
90962026-08-25T15:18:22.184Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG
90972026-08-25T15:18:22.184ZDEBG 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 } }]
90982026-08-25T15:18:22.184ZINFO adding route 172.17.0.55/32 -> 10.0.0.255replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:18:20.385
90992026-08-25T15:18:22.184Z Aug 25 15:18:20.385
91002026-08-25T15:18:22.184ZDEBG INFO replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.18/32 -> 10.0.0.255
91012026-08-25T15:18:22.184ZAug 25 15:18:20.385Aug 25 15:18:20.385Aug 25 15:18:20.393 DEBG DEBGINFO created new freemapadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff,
91022026-08-25T15:18:22.184Z unit: freemap_route_ipv4
91032026-08-25T15:18:22.184Zreplacing 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 } }]
91042026-08-25T15:18:22.184ZAug 25 15:18:20.393 DEBGAug 25 15:18:20.393 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 25 15:18:20.393DEBG
91052026-08-25T15:18:22.184ZINFO adding route 172.17.0.1/32 -> 10.0.0.255Aug 25 15:18:20.393
91062026-08-25T15:18:22.184Zcreated new freemapINFOAug 25 15:18:20.393, unitINFO:Aug 25 15:18:20.393 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
91072026-08-25T15:18:22.184Zadding route 172.17.0.19/32 -> 10.0.0.255freemap_route_ipv6
91082026-08-25T15:18:22.184Z
91092026-08-25T15:18:22.184ZDEBG Aug 25 15:18:20.393Aug 25 15:18:20.393 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 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 } }]
91102026-08-25T15:18:22.184Z
91112026-08-25T15:18:22.184Z replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:18:20.393
91122026-08-25T15:18:22.184Z DEBGAug 25 15:18:20.393 Aug 25 15:18:20.393Aug 25 15:18:20.378 INFOinitted freemap. size: 64 Aug 25 15:18:20.393, DEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFOINFOunit
91132026-08-25T15:18:22.184Z :adding route 172.17.0.2/32 -> 10.0.0.255created new freemap
91142026-08-25T15:18:22.184ZAug 25 15:18:20.393 , adding route 172.17.0.20/32 -> 10.0.0.255DEBGunit
91152026-08-25T15:18:22.189Zreplacing 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 } }]freemap_route_ipv4:
91162026-08-25T15:18:22.189ZAug 25 15:18:20.393
91172026-08-25T15:18:22.189Z freemap_route_ipv4
91182026-08-25T15:18:22.189Z DEBGAug 25 15:18:20.393Aug 25 15:18:20.393 Aug 25 15:18:20.393
91192026-08-25T15:18:22.189Z 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 } }] DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff 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 } }]
91202026-08-25T15:18:22.189Z
91212026-08-25T15:18:22.189Z
91222026-08-25T15:18:22.189ZDEBGAug 25 15:18:20.393Aug 25 15:18:20.393 reset freemap DEBGAug 25 15:18:20.393 created new freemapAug 25 15:18:20.393, INFODEBG 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 } }] adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 172.17.0.21/32 -> 10.0.0.255
91232026-08-25T15:18:22.189Z, Aug 25 15:18:20.393
91242026-08-25T15:18:22.189Zunit
91252026-08-25T15:18:22.189Z:unit :Aug 25 15:18:20.393 Aug 25 15:18:20.393 freemap_route_ipv4INFOfreemap_route_ipv6 INFOadding route 172.17.0.3/32 -> 10.0.0.255
91262026-08-25T15:18:22.189Z
91272026-08-25T15:18:22.189Z DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
91282026-08-25T15:18:22.189Z
91292026-08-25T15:18:22.189Z Aug 25 15:18:20.393Aug 25 15:18:20.393 Aug 25 15:18:20.393replacing 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 25 15:18:20.393
91302026-08-25T15:18:22.189ZAug 25 15:18:20.393 DEBGDEBG DEBGDEBGreplacing 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 } }]
91312026-08-25T15:18:22.189Z initted freemap. size: 64replacing 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 } }]
91322026-08-25T15:18:22.189ZAug 25 15:18:20.393 INFO, initted freemap. size: 64adding route 172.17.0.22/32 -> 10.0.0.255Aug 25 15:18:20.393unit :DEBG
91332026-08-25T15:18:22.189Z INFO , adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
91342026-08-25T15:18:22.189Zfreemap_route_ipv4
91352026-08-25T15:18:22.189Zreplacing 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 } }]unit
91362026-08-25T15:18:22.189ZAug 25 15:18:20.393:Aug 25 15:18:20.393 DEBG freemap_route_ipv6DEBG
91372026-08-25T15:18:22.189Zreplacing 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 } }]
91382026-08-25T15:18:22.189Zreplacing 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 } }]
91392026-08-25T15:18:22.189ZAug 25 15:18:20.393Aug 25 15:18:20.393 Aug 25 15:18:20.393INFO Aug 25 15:18:20.393 INFOadding route 172.17.0.4/32 -> 10.0.0.255
91402026-08-25T15:18:22.189Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
91412026-08-25T15:18:22.189ZAug 25 15:18:20.393 INFOINFO Aug 25 15:18:20.393 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffDEBG
91422026-08-25T15:18:22.189ZAug 25 15:18:20.393adding route 172.17.0.23/32 -> 10.0.0.255 DEBGreset freemap
91432026-08-25T15:18:22.189Z 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 } }]
91442026-08-25T15:18:22.189Z, unit: Aug 25 15:18:20.393DEBG Aug 25 15:18:20.393freemap_route_ipv6
91452026-08-25T15:18:22.189ZDEBGAug 25 15:18:20.393 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 } }]
91462026-08-25T15:18:22.189ZINFODEBG Aug 25 15:18:20.393replacing 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 } }]
91472026-08-25T15:18:22.189ZINFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
91482026-08-25T15:18:22.190Zreplacing 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 25 15:18:20.393adding route 3fff:dead::/64 -> 2001:db8::55:1
91492026-08-25T15:18:22.190Z
91502026-08-25T15:18:22.190ZINFOAug 25 15:18:20.393 INFOAug 25 15:18:20.393 adding route 172.17.0.5/32 -> 10.0.0.255Aug 25 15:18:20.393
91512026-08-25T15:18:22.190ZDEBG adding route 172.17.0.24/32 -> 10.0.0.255
91522026-08-25T15:18:22.190Zreplacing 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 } }]INFOAug 25 15:18:20.393
91532026-08-25T15:18:22.190Z DEBG adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
91542026-08-25T15:18:22.190ZAug 25 15:18:20.393 Aug 25 15:18:20.393replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFOAug 25 15:18:20.393
91552026-08-25T15:18:22.190Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG
91562026-08-25T15:18:22.190Z DEBG Aug 25 15:18:20.393replacing 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 25 15:18:20.393INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff: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 } }]
91572026-08-25T15:18:22.190Z
91582026-08-25T15:18:22.190Z
91592026-08-25T15:18:22.190Z
91602026-08-25T15:18:22.190ZAug 25 15:18:20.393 Aug 25 15:18:20.393Aug 25 15:18:20.393 Aug 25 15:18:20.393INFOINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG
91612026-08-25T15:18:22.190ZAug 25 15:18:20.393 adding route 172.17.0.25/32 -> 10.0.0.255 DEBGINFO
91622026-08-25T15:18:22.190Z Aug 25 15:18:20.393 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 25 15:18:20.393replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
91632026-08-25T15:18:22.190Z DEBGreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.6/32 -> 10.0.0.255
91642026-08-25T15:18:22.190Z
91652026-08-25T15:18:22.190Z
91662026-08-25T15:18:22.190Z
91672026-08-25T15:18:22.190ZAug 25 15:18:20.393 DEBGAug 25 15:18:20.393 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 25 15:18:20.393INFOAug 25 15:18:20.393
91682026-08-25T15:18:22.190ZINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 172.17.0.26/32 -> 10.0.0.255
91692026-08-25T15:18:22.190ZDEBGAug 25 15:18:20.393 INFO
91702026-08-25T15:18:22.190Z Aug 25 15:18:20.393replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
91712026-08-25T15:18:22.190Z 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 25 15:18:20.393
91722026-08-25T15:18:22.190Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
91732026-08-25T15:18:22.190ZDEBG Aug 25 15:18:20.393Aug 25 15:18:20.393Aug 25 15:18:20.393 INFO 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 } }]
91742026-08-25T15:18:22.190Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG
91752026-08-25T15:18:22.190Z adding route 172.17.0.7/32 -> 10.0.0.255replacing 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 } }]
91762026-08-25T15:18:22.190Z
91772026-08-25T15:18:22.190Ztest route::tests::same_size_non_subset_replace ... ok
91782026-08-25T15:18:22.190Ztest route::tests::rollback_on_index_readd_failure ... ok
91792026-08-25T15:18:22.190Ztest route::tests::add_target_fails_full ... ok
91802026-08-25T15:18:22.190ZAug 25 15:18:20.393Aug 25 15:18:20.393 INFODEBG adding route 172.17.0.27/32 -> 10.0.0.255 replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
91812026-08-25T15:18:22.190Z
91822026-08-25T15:18:22.190ZAug 25 15:18:20.393 Aug 25 15:18:20.393DEBGAug 25 15:18:20.393 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 25 15:18:20.393
91832026-08-25T15:18:22.190ZINFO INFODEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ffreplacing 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 } }]
91842026-08-25T15:18:22.190Z
91852026-08-25T15:18:22.190Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
91862026-08-25T15:18:22.191ZAug 25 15:18:20.393Aug 25 15:18:20.393 INFODEBG adding route 172.17.0.8/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 } }]Aug 25 15:18:20.393Aug 25 15:18:20.393
91872026-08-25T15:18:22.191Z
91882026-08-25T15:18:22.191Z 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 } }]Aug 25 15:18:20.393adding route 172.17.0.28/32 -> 10.0.0.255
91892026-08-25T15:18:22.191ZINFO
91902026-08-25T15:18:22.191Z adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
91912026-08-25T15:18:22.191ZAug 25 15:18:20.393Aug 25 15:18:20.393 Aug 25 15:18:20.393DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
91922026-08-25T15:18:22.191Z DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 25 15:18:20.393 DEBG
91932026-08-25T15:18:22.191Z replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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 } }]
91942026-08-25T15:18:22.191ZAug 25 15:18:20.393
91952026-08-25T15:18:22.191ZINFOAug 25 15:18:20.393 DEBG adding route 172.17.0.29/32 -> 10.0.0.255replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:18:20.393Aug 25 15:18:20.393
91962026-08-25T15:18:22.191Z INFO
91972026-08-25T15:18:22.191Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 25 15:18:20.393
91982026-08-25T15:18:22.191ZINFO adding route 172.17.0.9/32 -> 10.0.0.255DEBGAug 25 15:18:20.393
91992026-08-25T15:18:22.191Zreplacing 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
92002026-08-25T15:18:22.191Z Aug 25 15:18:20.393adding route 3fff:beef:23::/64 -> 2001:db8::55:ff Aug 25 15:18:20.393DEBG
92012026-08-25T15:18:22.191Z 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 } }]
92022026-08-25T15:18:22.191ZAug 25 15:18:20.393replacing 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 } }]
92032026-08-25T15:18:22.191ZINFO Aug 25 15:18:20.393adding route 172.17.0.30/32 -> 10.0.0.255
92042026-08-25T15:18:22.191ZINFO Aug 25 15:18:20.393adding route 3fff:beef:39::/64 -> 2001:db8::55:ff Aug 25 15:18:20.393
92052026-08-25T15:18:22.191Z Aug 25 15:18:20.393INFO DEBGadding route 172.17.0.10/32 -> 10.0.0.255DEBG 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 25 15:18:20.393
92062026-08-25T15:18:22.191Z
92072026-08-25T15:18:22.191Z 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 } }]
92082026-08-25T15:18:22.191ZDEBG Aug 25 15:18:20.393replacing 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 25 15:18:20.393
92092026-08-25T15:18:22.191ZINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffINFOAug 25 15:18:20.393
92102026-08-25T15:18:22.191Z Aug 25 15:18:20.393 adding route 172.17.0.31/32 -> 10.0.0.255 DEBGINFO
92112026-08-25T15:18:22.191Z 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 } }]
92122026-08-25T15:18:22.191Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 25 15:18:20.393
92132026-08-25T15:18:22.191ZDEBG 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 25 15:18:20.393
92142026-08-25T15:18:22.191Z DEBGAug 25 15:18:20.393Aug 25 15:18:20.393 DEBGreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 15:18:20.393 INFOreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
92152026-08-25T15:18:22.195Z
92162026-08-25T15:18:22.195Zadding route 172.17.0.11/32 -> 10.0.0.255INFO
92172026-08-25T15:18:22.195Z Aug 25 15:18:20.393Aug 25 15:18:20.393 INFOAug 25 15:18:20.393INFO adding route 172.17.0.32/32 -> 10.0.0.255DEBG
92182026-08-25T15:18:22.195Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92192026-08-25T15:18:22.195Z
92202026-08-25T15:18:22.195Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
92212026-08-25T15:18:22.195ZAug 25 15:18:20.393Aug 25 15:18:20.393 Aug 25 15:18:20.371 DEBGDEBG Aug 25 15:18:20.393 replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.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 } }]
92222026-08-25T15:18:22.196Z
92232026-08-25T15:18:22.196ZAug 25 15:18:20.394 Aug 25 15:18:20.401DEBG created new freemap, INFOunit :adding route 172.17.0.33/32 -> 10.0.0.255Aug 25 15:18:20.401
92242026-08-25T15:18:22.196Z freemap_route_ipv4INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
92252026-08-25T15:18:22.196Z
92262026-08-25T15:18:22.196ZAug 25 15:18:20.401 Aug 25 15:18:20.385 DEBGDEBGAug 25 15:18:20.401 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
92272026-08-25T15:18:22.196Zreplacing 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 } }]
92282026-08-25T15:18:22.196Zreplacing 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 } }]
92292026-08-25T15:18:22.196ZAug 25 15:18:20.401 Aug 25 15:18:20.401Aug 25 15:18:20.401 DEBGINFO created new freemapadding route 172.17.0.56/32 -> 10.0.0.255INFO
92302026-08-25T15:18:22.196Z, unit Aug 25 15:18:20.401: adding route 172.17.0.34/32 -> 10.0.0.255INFO
92312026-08-25T15:18:22.196Z Aug 25 15:18:20.401freemap_route_ipv6adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
92322026-08-25T15:18:22.196Z
92332026-08-25T15:18:22.196ZAug 25 15:18:20.401 DEBGDEBG Aug 25 15:18:20.401replacing 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 } }]
92342026-08-25T15:18:22.196Zreplacing 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 25 15:18:20.401
92352026-08-25T15:18:22.196ZDEBG DEBGreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
92362026-08-25T15:18:22.196Zinitted freemap. size: 64Aug 25 15:18:20.401 , INFOunitAug 25 15:18:20.401Aug 25 15:18:20.401: adding route 172.17.0.35/32 -> 10.0.0.255INFO
92372026-08-25T15:18:22.196Zadding route 3fff:beef:3e::/64 -> 2001:db8::55:fffreemap_route_ipv4
92382026-08-25T15:18:22.196Z
92392026-08-25T15:18:22.196ZINFOAug 25 15:18:20.401 DEBGadding route 172.17.0.57/32 -> 10.0.0.255
92402026-08-25T15:18:22.196ZAug 25 15:18:20.401 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
92412026-08-25T15:18:22.196Zreplacing 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 25 15:18:20.401
92422026-08-25T15:18:22.196Z DEBGAug 25 15:18:20.401 Aug 25 15:18:20.401 reset freemapDEBGAug 25 15:18:20.401, 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
92432026-08-25T15:18:22.196ZunitINFO : failed to allocate space for the new target list freemap_route_ipv4
92442026-08-25T15:18:22.196Z
92452026-08-25T15:18:22.196Zadding route 172.17.0.36/32 -> 10.0.0.255
92462026-08-25T15:18:22.196ZAug 25 15:18:20.402 INFO adding route 172.17.0.58/32 -> 10.0.0.255Aug 25 15:18:20.402Aug 25 15:18:20.402
92472026-08-25T15:18:22.196ZAug 25 15:18:20.402 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 } }] 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 } }]
92482026-08-25T15:18:22.196Z
92492026-08-25T15:18:22.196Zinitted freemap. size: 64Aug 25 15:18:20.402, Aug 25 15:18:20.402 unitDEBG Aug 25 15:18:20.402reset freemap: , INFOunitDEBG freemap_route_ipv6replacing 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 } }]
92502026-08-25T15:18:22.196Z:adding route 172.17.0.37/32 -> 10.0.0.255
92512026-08-25T15:18:22.196Zfreemap_route_ipv4
92522026-08-25T15:18:22.196Z
92532026-08-25T15:18:22.196ZAug 25 15:18:20.402Aug 25 15:18:20.402 DEBGDEBGAug 25 15:18:20.402 reset freemap , 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
92542026-08-25T15:18:22.196Z unitinitted freemap. size: 64:Aug 25 15:18:20.402, unitfreemap_route_ipv6:INFOAug 25 15:18:20.402
92552026-08-25T15:18:22.196Z freemap_route_ipv6adding route 172.17.0.59/32 -> 10.0.0.255
92562026-08-25T15:18:22.196Z
92572026-08-25T15:18:22.196ZINFOAug 25 15:18:20.402Aug 25 15:18:20.402 Aug 25 15:18:20.402DEBGINFO reset freemapadding route 172.17.0.38/32 -> 10.0.0.255, adding route 172.16.0.0/32 -> 10.0.0.1
92582026-08-25T15:18:22.196Zunit
92592026-08-25T15:18:22.196Z 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 } }]
92602026-08-25T15:18:22.196Zfreemap_route_ipv6Aug 25 15:18:20.402
92612026-08-25T15:18:22.197ZAug 25 15:18:20.402 DEBG DEBGreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 15:18:20.402replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
92622026-08-25T15:18:22.197ZAug 25 15:18:20.402 INFO
92632026-08-25T15:18:22.197Z adding route 172.17.0.60/32 -> 10.0.0.255Aug 25 15:18:20.402 INFO INFOAug 25 15:18:20.402adding route 3fff:dead::/64 -> 2001:db8::55:1
92642026-08-25T15:18:22.197Z
92652026-08-25T15:18:22.197Z adding route 172.17.0.39/32 -> 10.0.0.255INFO adding route 172.16.0.0/32 -> 10.0.0.2
92662026-08-25T15:18:22.197Z
92672026-08-25T15:18:22.197ZAug 25 15:18:20.402Aug 25 15:18:20.402 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 25 15:18:20.402DEBGAug 25 15:18:20.402 DEBGDEBG
92682026-08-25T15:18:22.197Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 } }]
92692026-08-25T15:18:22.197Z
92702026-08-25T15:18:22.197Z Aug 25 15:18:20.402 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 3fff:dead::/64 -> 2001:db8::55:2
92712026-08-25T15:18:22.197ZAug 25 15:18:20.402
92722026-08-25T15:18:22.197Z Aug 25 15:18:20.402INFO adding route 172.17.0.40/32 -> 10.0.0.255Aug 25 15:18:20.402DEBG
92732026-08-25T15:18:22.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 } }, 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 25 15:18:20.402
92742026-08-25T15:18:22.197Z
92752026-08-25T15:18:22.198Z Aug 25 15:18:20.402INFO Aug 25 15:18:20.402 DEBGadding route 172.17.0.61/32 -> 10.0.0.255INFO
92762026-08-25T15:18:22.198Zadding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }]
92772026-08-25T15:18:22.198Z
92782026-08-25T15:18:22.198Ztest route::tests::rollback_on_compact_write_failure ... ok
92792026-08-25T15:18:22.198ZAug 25 15:18:20.402Aug 25 15:18:20.402 INFO adding route 172.17.0.41/32 -> 10.0.0.255Aug 25 15:18:20.402
92802026-08-25T15:18:22.198Z 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 } }]
92812026-08-25T15:18:22.198ZAug 25 15:18:20.402DEBG 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 } }]DEBG
92822026-08-25T15:18:22.198ZAug 25 15:18:20.402 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
92832026-08-25T15:18:22.198Z adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 25 15:18:20.402
92842026-08-25T15:18:22.198Z INFO adding route 172.17.0.62/32 -> 10.0.0.255
92852026-08-25T15:18:22.198ZAug 25 15:18:20.402 Aug 25 15:18:20.402INFO DEBGAug 25 15:18:20.402 adding route 172.17.0.42/32 -> 10.0.0.255
92862026-08-25T15:18:22.198ZDEBGreplacing 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
92872026-08-25T15:18:22.198Z
92882026-08-25T15:18:22.198ZAug 25 15:18:20.402 DEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:18:20.402
92892026-08-25T15:18:22.198Z 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:4, vlan_id: None } }]
92902026-08-25T15:18:22.198ZAug 25 15:18:20.393Aug 25 15:18:20.402Aug 25 15:18:20.402 Aug 25 15:18:20.402DEBG INFO INFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
92912026-08-25T15:18:22.198Z adding route 172.17.0.43/32 -> 10.0.0.255WARN
92922026-08-25T15:18:22.198Z adding route 172.17.0.63/32 -> 10.0.0.255shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
92932026-08-25T15:18:22.198Z
92942026-08-25T15:18:22.198ZAug 25 15:18:20.402Aug 25 15:18:20.402 Aug 25 15:18:20.402DEBG INFO replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
92952026-08-25T15:18:22.198Z
92962026-08-25T15:18:22.198ZDEBGDEBG 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 } }]created new freemap
92972026-08-25T15:18:22.198ZAug 25 15:18:20.402, unitDEBGAug 25 15:18:20.402 : 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
92982026-08-25T15:18:22.198Z failed to allocate space for the new target listfreemap_route_ipv4Aug 25 15:18:20.402
92992026-08-25T15:18:22.198Z
93002026-08-25T15:18:22.198Z Aug 25 15:18:20.402INFO INFO adding route 172.17.0.44/32 -> 10.0.0.255adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
93012026-08-25T15:18:22.198Z
93022026-08-25T15:18:22.198ZAug 25 15:18:20.402 Aug 25 15:18:20.402DEBG Aug 25 15:18:20.402Aug 25 15:18:20.402DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
93032026-08-25T15:18:22.198Z created new freemapDEBG, unit :replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
93042026-08-25T15:18:22.198Zfreemap_route_ipv6 Aug 25 15:18:20.402
93052026-08-25T15:18:22.198Zreplacing 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 } }]
93062026-08-25T15:18:22.198Z DEBGAug 25 15:18:20.402 Aug 25 15:18:20.402failed to allocate space for the new target list Aug 25 15:18:20.402INFO INFO
93072026-08-25T15:18:22.198Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 172.17.0.45/32 -> 10.0.0.255
93082026-08-25T15:18:22.198Z
93092026-08-25T15:18:22.198ZDEBG initted freemap. size: 64Aug 25 15:18:20.402, unitAug 25 15:18:20.402DEBG : DEBG freemap_route_ipv4replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
93102026-08-25T15:18:22.198Z
93112026-08-25T15:18:22.198Z
93122026-08-25T15:18:22.198ZAug 25 15:18:20.402Aug 25 15:18:20.402 INFODEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffreset freemapAug 25 15:18:20.402,
93132026-08-25T15:18:22.199Zunit :INFO freemap_route_ipv4adding route 172.17.0.46/32 -> 10.0.0.255
93142026-08-25T15:18:22.199Z
93152026-08-25T15:18:22.204ZAug 25 15:18:20.402 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 25 15:18:20.402
93162026-08-25T15:18:22.204Z 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 } }]
93172026-08-25T15:18:22.204ZAug 25 15:18:20.402 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 25 15:18:20.402
93182026-08-25T15:18:22.204Z INFO adding route 172.17.0.47/32 -> 10.0.0.255
93192026-08-25T15:18:22.204ZAug 25 15:18:20.402Aug 25 15:18:20.402 DEBGDEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
93202026-08-25T15:18:22.204Zinitted freemap. size: 64, unitAug 25 15:18:20.402: DEBGfreemap_route_ipv6 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 } }]
93212026-08-25T15:18:22.204Z
93222026-08-25T15:18:22.204ZAug 25 15:18:20.402 Aug 25 15:18:20.402INFOAug 25 15:18:20.402 DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff reset freemap
93232026-08-25T15:18:22.205Z, unitINFO: adding route 172.17.0.48/32 -> 10.0.0.255Aug 25 15:18:20.402
93242026-08-25T15:18:22.205Z freemap_route_ipv6DEBG
93252026-08-25T15:18:22.205Z 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 } }]
93262026-08-25T15:18:22.205ZAug 25 15:18:20.402 DEBGAug 25 15:18:20.402 replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:18:20.402INFO
93272026-08-25T15:18:22.205Z INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
93282026-08-25T15:18:22.205Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
93292026-08-25T15:18:22.205ZAug 25 15:18:20.402 INFO adding route 172.17.0.49/32 -> 10.0.0.255
93302026-08-25T15:18:22.205ZAug 25 15:18:20.402 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 25 15:18:20.402
93312026-08-25T15:18:22.205ZAug 25 15:18:20.402 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 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 25 15:18:20.402
93322026-08-25T15:18:22.205Z
93332026-08-25T15:18:22.205Z INFO Aug 25 15:18:20.402Aug 25 15:18:20.402 INFOAug 25 15:18:20.403 DEBGadding route 172.17.0.50/32 -> 10.0.0.255
93342026-08-25T15:18:22.205Zcreated new freemap, Aug 25 15:18:20.402Aug 25 15:18:20.402 DEBG Aug 25 15:18:20.409DEBG created new freemap DEBG, created new freemapunit, unitunit:: :freemap_route_ipv4replacing 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 } }]
93352026-08-25T15:18:22.205Zfreemap_route_ipv4freemap_route_ipv4
93362026-08-25T15:18:22.205Z
93372026-08-25T15:18:22.205Z
93382026-08-25T15:18:22.205ZAug 25 15:18:20.409Aug 25 15:18:20.409 INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFOAug 25 15:18:20.409 DEBGAug 25 15:18:20.409
93392026-08-25T15:18:22.205Z DEBG DEBG created new freemapcreated new freemapadding route 3fff:dead::/64 -> 2001:db8::55:2
93402026-08-25T15:18:22.205Zadding route 172.17.0.51/32 -> 10.0.0.255
93412026-08-25T15:18:22.206ZAug 25 15:18:20.409 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 } }]Aug 25 15:18:20.409
93422026-08-25T15:18:22.206Z 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 } }]
93432026-08-25T15:18:22.206ZAug 25 15:18:20.409 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 25 15:18:20.409
93442026-08-25T15:18:22.206Zcreated new freemap , INFO, unitadding route 172.17.0.52/32 -> 10.0.0.255Aug 25 15:18:20.409unit::
93452026-08-25T15:18:22.206Z freemap_route_ipv6freemap_route_ipv6
93462026-08-25T15:18:22.206Z
93472026-08-25T15:18:22.206ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 25 15:18:20.409
93482026-08-25T15:18:22.206ZAug 25 15:18:20.409 DEBGDEBG Aug 25 15:18:20.409 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 } }]initted freemap. size: 64DEBG,
93492026-08-25T15:18:22.206Zunitinitted freemap. size: 64:, unit :freemap_route_ipv4 Aug 25 15:18:20.409freemap_route_ipv4
93502026-08-25T15:18:22.206Z
93512026-08-25T15:18:22.206Z Aug 25 15:18:20.409 INFOAug 25 15:18:20.409INFO DEBG Aug 25 15:18:20.409 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
93522026-08-25T15:18:22.206Zreset freemapadding route 172.17.0.53/32 -> 10.0.0.255,
93532026-08-25T15:18:22.206Zunitreset freemap: , Aug 25 15:18:20.409freemap_route_ipv4
93542026-08-25T15:18:22.206ZDEBGunitAug 25 15:18:20.409 : DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]freemap_route_ipv4
93552026-08-25T15:18:22.206Z
93562026-08-25T15:18:22.206ZAug 25 15:18:20.409 replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
93572026-08-25T15:18:22.206ZAug 25 15:18:20.409Aug 25 15:18:20.409 initted freemap. size: 64 DEBGDEBG, unitinitted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]:, unit
93582026-08-25T15:18:22.206Zfreemap_route_ipv6:Aug 25 15:18:20.409
93592026-08-25T15:18:22.206Z freemap_route_ipv6
93602026-08-25T15:18:22.206Z INFOAug 25 15:18:20.409Aug 25 15:18:20.409 DEBGWARN reset freemapshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 25 15:18:20.409
93612026-08-25T15:18:22.206Z, unitDEBG :reset freemapadding route 172.17.0.54/32 -> 10.0.0.255 , freemap_route_ipv6unit
93622026-08-25T15:18:22.206Z:
93632026-08-25T15:18:22.206Z freemap_route_ipv6Aug 25 15:18:20.409
93642026-08-25T15:18:22.206Z INFOAug 25 15:18:20.409 Aug 25 15:18:20.409adding route 3fff:dead::/64 -> 2001:db8::55:1
93652026-08-25T15:18:22.206Z INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
93662026-08-25T15:18:22.206ZAug 25 15:18:20.409 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
93672026-08-25T15:18:22.206Z Aug 25 15:18:20.409 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
93682026-08-25T15:18:22.206Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
93692026-08-25T15:18:22.206ZAug 25 15:18:20.409 INFO, Aug 25 15:18:20.409unitAug 25 15:18:20.409 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2:adding route 3fff:dead::/64 -> 2001:db8::55:2
93702026-08-25T15:18:22.206Z
93712026-08-25T15:18:22.206Zadding route 172.17.0.55/32 -> 10.0.0.255 freemap_route_ipv6
93722026-08-25T15:18:22.206Z
93732026-08-25T15:18:22.206ZAug 25 15:18:20.409Aug 25 15:18:20.409 Aug 25 15:18:20.409DEBGAug 25 15:18:20.409Aug 25 15:18:20.409 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
93742026-08-25T15:18:22.206ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG
93752026-08-25T15:18:22.206ZDEBG 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 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 25 15:18:20.409initted freemap. size: 64Aug 25 15:18:20.409
93762026-08-25T15:18:22.206Z
93772026-08-25T15:18:22.206Z, unitINFOINFO: freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:3
93782026-08-25T15:18:22.206Z
93792026-08-25T15:18:22.207Zadding route 3fff:dead::/64 -> 2001:db8::55:3
93802026-08-25T15:18:22.207Ztest route::tests::delete_targets_full ... ok
93812026-08-25T15:18:22.207ZAug 25 15:18:20.409Aug 25 15:18:20.409 Aug 25 15:18:20.409Aug 25 15:18:20.409Aug 25 15:18:20.409 DEBGINFODEBGDEBG INFOadding route 172.17.0.56/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 } }]reset freemap
93822026-08-25T15:18:22.207Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
93832026-08-25T15:18:22.207Z,
93842026-08-25T15:18:22.207Z unitadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff:Aug 25 15:18:20.409Aug 25 15:18:20.409 Aug 25 15:18:20.409DEBG INFOINFO
93852026-08-25T15:18:22.207Z adding route 3fff:dead::/64 -> 2001:db8::55:4
93862026-08-25T15:18:22.207Z freemap_route_ipv4
93872026-08-25T15:18:22.207Zreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
93882026-08-25T15:18:22.207ZAug 25 15:18:20.409 Aug 25 15:18:20.409 Aug 25 15:18:20.416DEBG 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 25 15:18:20.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 } }]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 } }]
93892026-08-25T15:18:22.208Z
93902026-08-25T15:18:22.208Z
93912026-08-25T15:18:22.208Z DEBG initted freemap. size: 64Aug 25 15:18:20.416 , unit: freemap_route_ipv6
93922026-08-25T15:18:22.208ZAug 25 15:18:20.416DEBG 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:3, vlan_id: None } }]adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 25 15:18:20.416
93932026-08-25T15:18:22.208Z
93942026-08-25T15:18:22.208Z DEBG reset freemap, Aug 25 15:18:20.416unit :DEBG freemap_route_ipv6INFO 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 } }]
93952026-08-25T15:18:22.208Z
93962026-08-25T15:18:22.208Zadding route 172.17.0.12/32 -> 10.0.0.255
93972026-08-25T15:18:22.208ZAug 25 15:18:20.416Aug 25 15:18:20.416 INFODEBG Aug 25 15:18:20.416 replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
93982026-08-25T15:18:22.208Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1
93992026-08-25T15:18:22.208Z
94002026-08-25T15:18:22.208ZAug 25 15:18:20.416 INFO Aug 25 15:18:20.416adding route 172.17.0.13/32 -> 10.0.0.255
94012026-08-25T15:18:22.208ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 25 15:18:20.416
94022026-08-25T15:18:22.209Z DEBGAug 25 15:18:20.416 DEBGreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:18:20.416 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 } }]
94032026-08-25T15:18:22.209Z
94042026-08-25T15:18:22.209ZINFO adding route 172.16.0.0/32 -> 10.0.0.2Aug 25 15:18:20.416
94052026-08-25T15:18:22.209Z INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 25 15:18:20.416
94062026-08-25T15:18:22.209Z DEBGAug 25 15:18:20.416 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
94072026-08-25T15:18:22.209ZAug 25 15:18:20.416 DEBGadding route 172.17.0.14/32 -> 10.0.0.255
94082026-08-25T15:18:22.209Zreplacing 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 25 15:18:20.416
94092026-08-25T15:18:22.209Z INFOAug 25 15:18:20.416 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 25 15:18:20.416
94102026-08-25T15:18:22.209ZINFO adding route 172.17.0.0/32 -> 10.0.0.255adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
94112026-08-25T15:18:22.209Z
94122026-08-25T15:18:22.209ZAug 25 15:18:20.416 INFO Aug 25 15:18:20.416adding route 172.17.0.15/32 -> 10.0.0.255Aug 25 15:18:20.416
94132026-08-25T15:18:22.209Z DEBGDEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff: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 } }]
94142026-08-25T15:18:22.209Z
94152026-08-25T15:18:22.214ZAug 25 15:18:20.416 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 } }]
94162026-08-25T15:18:22.214ZAug 25 15:18:20.416Aug 25 15:18:20.416 Aug 25 15:18:20.416INFO INFOINFO adding route 172.17.0.16/32 -> 10.0.0.255adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 172.17.0.1/32 -> 10.0.0.255
94172026-08-25T15:18:22.214Z
94182026-08-25T15:18:22.214Z
94192026-08-25T15:18:22.215ZAug 25 15:18:20.416Aug 25 15:18:20.416 DEBGDEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
94202026-08-25T15:18:22.215Z
94212026-08-25T15:18:22.215ZAug 25 15:18:20.416 DEBG Aug 25 15:18:20.416replacing 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 25 15:18:20.416
94222026-08-25T15:18:22.215Z INFO adding route 172.17.0.17/32 -> 10.0.0.255INFO
94232026-08-25T15:18:22.215Z Aug 25 15:18:20.416adding route 172.17.0.2/32 -> 10.0.0.255
94242026-08-25T15:18:22.215ZINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
94252026-08-25T15:18:22.215ZAug 25 15:18:20.416Aug 25 15:18:20.416 DEBGDEBGAug 25 15:18:20.416 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.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 } }]
94262026-08-25T15:18:22.215Z
94272026-08-25T15:18:22.215ZDEBG 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 25 15:18:20.416 Aug 25 15:18:20.416INFO INFOadding route 172.17.0.18/32 -> 10.0.0.255
94282026-08-25T15:18:22.215Z
94292026-08-25T15:18:22.215Zadding route 172.17.0.3/32 -> 10.0.0.255
94302026-08-25T15:18:22.215ZAug 25 15:18:20.416Aug 25 15:18:20.416Aug 25 15:18:20.416Aug 25 15:18:20.416 DEBGDEBGDEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 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 } }]
94312026-08-25T15:18:22.215Zreplacing 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 } }]
94322026-08-25T15:18:22.215Z
94332026-08-25T15:18:22.215ZINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
94342026-08-25T15:18:22.215ZAug 25 15:18:20.416 INFO
94352026-08-25T15:18:22.215ZAug 25 15:18:20.416Aug 25 15:18:20.416 INFODEBG adding route 172.17.0.19/32 -> 10.0.0.255
94362026-08-25T15:18:22.215Zreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.4/32 -> 10.0.0.255
94372026-08-25T15:18:22.215Z
94382026-08-25T15:18:22.215ZAug 25 15:18:20.416 Aug 25 15:18:20.416Aug 25 15:18:20.416 Aug 25 15:18:20.416INFODEBG INFO replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG adding route 172.17.0.57/32 -> 10.0.0.255adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
94392026-08-25T15:18:22.215Z
94402026-08-25T15:18:22.215Z
94412026-08-25T15:18:22.215Zreplacing 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 25 15:18:20.416
94422026-08-25T15:18:22.215ZAug 25 15:18:20.416 DEBGAug 25 15:18:20.416 DEBGreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:18:20.416 INFO
94432026-08-25T15:18:22.215Zreplacing 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.5/32 -> 10.0.0.255INFO
94442026-08-25T15:18:22.215Z
94452026-08-25T15:18:22.215Zadding route 172.17.0.20/32 -> 10.0.0.255Aug 25 15:18:20.416
94462026-08-25T15:18:22.215ZINFO adding route 172.17.0.58/32 -> 10.0.0.255Aug 25 15:18:20.416
94472026-08-25T15:18:22.215Z Aug 25 15:18:20.416 DEBGAug 25 15:18:20.416INFOAug 25 15:18:20.416 DEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 } }]
94482026-08-25T15:18:22.215Z
94492026-08-25T15:18:22.215ZDEBG
94502026-08-25T15:18:22.215Zreplacing 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 } }]
94512026-08-25T15:18:22.215ZAug 25 15:18:20.416Aug 25 15:18:20.416Aug 25 15:18:20.416 INFO DEBG adding route 172.17.0.21/32 -> 10.0.0.255Aug 25 15:18:20.416
94522026-08-25T15:18:22.215ZINFO INFOreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.6/32 -> 10.0.0.255
94532026-08-25T15:18:22.215Zadding route 172.17.0.59/32 -> 10.0.0.255
94542026-08-25T15:18:22.215Z
94552026-08-25T15:18:22.215ZAug 25 15:18:20.416 DEBGAug 25 15:18:20.416 replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:18:20.416Aug 25 15:18:20.416DEBG
94562026-08-25T15:18:22.215Z DEBG INFO 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.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 } }]
94572026-08-25T15:18:22.216Z
94582026-08-25T15:18:22.216Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 25 15:18:20.416
94592026-08-25T15:18:22.216ZAug 25 15:18:20.416INFO adding route 172.17.0.22/32 -> 10.0.0.255INFOAug 25 15:18:20.416 adding route 172.17.0.60/32 -> 10.0.0.255INFO
94602026-08-25T15:18:22.216ZAug 25 15:18:20.416
94612026-08-25T15:18:22.216Z adding route 172.17.0.7/32 -> 10.0.0.255DEBG
94622026-08-25T15:18:22.216ZAug 25 15:18:20.416 Aug 25 15:18:20.416 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 } }]Aug 25 15:18:20.416replacing 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 } }]
94632026-08-25T15:18:22.216Zreplacing 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 } }]
94642026-08-25T15:18:22.216Z
94652026-08-25T15:18:22.216ZDEBGAug 25 15:18:20.417 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
94662026-08-25T15:18:22.216Z failed to allocate space for the new target listAug 25 15:18:20.417
94672026-08-25T15:18:22.216Z Aug 25 15:18:20.417INFOAug 25 15:18:20.417 INFOINFO adding route 172.17.0.8/32 -> 10.0.0.255adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
94682026-08-25T15:18:22.216Z
94692026-08-25T15:18:22.216Zadding route 172.17.0.23/32 -> 10.0.0.255
94702026-08-25T15:18:22.216ZAug 25 15:18:20.417 DEBGAug 25 15:18:20.417 Aug 25 15:18:20.417replacing targets for 172.16.0.0/32 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 25 15:18:20.417DEBG
94712026-08-25T15:18:22.216Z DEBG DEBGreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94722026-08-25T15:18:22.216Zreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff: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 } }]
94732026-08-25T15:18:22.216Z
94742026-08-25T15:18:22.216ZAug 25 15:18:20.417 INFOAug 25 15:18:20.417Aug 25 15:18:20.417 INFOadding route 172.17.0.24/32 -> 10.0.0.255INFO
94752026-08-25T15:18:22.216Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 172.17.0.9/32 -> 10.0.0.255
94762026-08-25T15:18:22.216Z
94772026-08-25T15:18:22.216ZAug 25 15:18:20.417 DEBG Aug 25 15:18:20.417replacing 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 } }]
94782026-08-25T15:18:22.216Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
94792026-08-25T15:18:22.216ZAug 25 15:18:20.417DEBG 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
94802026-08-25T15:18:22.216ZAug 25 15:18:20.417 INFOreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94812026-08-25T15:18:22.216Zadding route 172.17.0.25/32 -> 10.0.0.255
94822026-08-25T15:18:22.216ZAug 25 15:18:20.417Aug 25 15:18:20.417 INFOAug 25 15:18:20.417INFO DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
94832026-08-25T15:18:22.216Zreplacing 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 } }]
94842026-08-25T15:18:22.216Zadding route 172.17.0.10/32 -> 10.0.0.255
94852026-08-25T15:18:22.216ZAug 25 15:18:20.417Aug 25 15:18:20.417 Aug 25 15:18:20.417DEBGINFO DEBG adding route 172.17.0.26/32 -> 10.0.0.255replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
94862026-08-25T15:18:22.216Z
94872026-08-25T15:18:22.216Z
94882026-08-25T15:18:22.216ZAug 25 15:18:20.417Aug 25 15:18:20.417Aug 25 15:18:20.417 INFOINFO DEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 172.17.0.11/32 -> 10.0.0.255
94892026-08-25T15:18:22.216Z
94902026-08-25T15:18:22.216Zreplacing 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 } }]
94912026-08-25T15:18:22.216ZAug 25 15:18:20.417Aug 25 15:18:20.417 DEBGDEBGAug 25 15:18:20.417 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 } }]
94922026-08-25T15:18:22.216Zadding route 172.17.0.27/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 } }]
94932026-08-25T15:18:22.216Z
94942026-08-25T15:18:22.216ZAug 25 15:18:20.417 Aug 25 15:18:20.417DEBG Aug 25 15:18:20.417INFOfailed to allocate space for the new target list
94952026-08-25T15:18:22.216Zadding route 172.17.0.12/32 -> 10.0.0.255DEBG 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 } }]
94962026-08-25T15:18:22.217ZAug 25 15:18:20.417Aug 25 15:18:20.417Aug 25 15:18:20.423 DEBGDEBG DEBGcreated new freemap , replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]:
94972026-08-25T15:18:22.217Z
94982026-08-25T15:18:22.217Z freemap_route_ipv4
94992026-08-25T15:18:22.217ZAug 25 15:18:20.423 INFO adding route 172.17.0.13/32 -> 10.0.0.255Aug 25 15:18:20.423
95002026-08-25T15:18:22.217Z DEBG Aug 25 15:18:20.423 DEBG created new freemapreplacing 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 } }],
95012026-08-25T15:18:22.217Zunit: freemap_route_ipv6
95022026-08-25T15:18:22.217ZAug 25 15:18:20.423 INFO adding route 172.17.0.14/32 -> 10.0.0.255
95032026-08-25T15:18:22.217ZAug 25 15:18:20.423 DEBG
95042026-08-25T15:18:22.217Z initted freemap. size: 64, Aug 25 15:18:20.423unit :Aug 25 15:18:20.423 freemap_route_ipv4INFO
95052026-08-25T15:18:22.217ZDEBG 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.28/32 -> 10.0.0.255
95062026-08-25T15:18:22.217Z
95072026-08-25T15:18:22.217ZAug 25 15:18:20.423 DEBG reset freemapAug 25 15:18:20.423, 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_ipv4
95082026-08-25T15:18:22.217ZAug 25 15:18:20.423
95092026-08-25T15:18:22.217Z INFO adding route 172.17.0.15/32 -> 10.0.0.255Aug 25 15:18:20.423
95102026-08-25T15:18:22.217Z Aug 25 15:18:20.423 INFODEBG Aug 25 15:18:20.423adding route 172.17.0.29/32 -> 10.0.0.255initted freemap. size: 64
95112026-08-25T15:18:22.217Z, DEBGunit: 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 } }]
95122026-08-25T15:18:22.217Zfreemap_route_ipv6Aug 25 15:18:20.423
95132026-08-25T15:18:22.217ZDEBGAug 25 15:18:20.423 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 } }]INFOAug 25 15:18:20.423 adding route 172.17.0.16/32 -> 10.0.0.255
95142026-08-25T15:18:22.217Z
95152026-08-25T15:18:22.221ZDEBG reset freemap, unit:Aug 25 15:18:20.423 freemap_route_ipv6INFO
95162026-08-25T15:18:22.221Z adding route 172.17.0.30/32 -> 10.0.0.255Aug 25 15:18:20.423
95172026-08-25T15:18:22.222Z DEBGAug 25 15:18:20.423 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
95182026-08-25T15:18:22.222Z adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 15:18:20.423
95192026-08-25T15:18:22.222Z 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 } }]
95202026-08-25T15:18:22.222ZAug 25 15:18:20.423 DEBG Aug 25 15:18:20.423replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 25 15:18:20.423
95212026-08-25T15:18:22.222Z INFO INFOadding route 172.17.0.31/32 -> 10.0.0.255 Aug 25 15:18:20.423adding route 172.17.0.17/32 -> 10.0.0.255
95222026-08-25T15:18:22.222Z
95232026-08-25T15:18:22.222ZINFO adding route 172.16.0.0/32 -> 10.0.0.2
95242026-08-25T15:18:22.222ZAug 25 15:18:20.423 DEBGAug 25 15:18:20.423 replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
95252026-08-25T15:18:22.222Z Aug 25 15:18:20.423replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
95262026-08-25T15:18:22.222ZAug 25 15:18:20.423DEBG 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
95272026-08-25T15:18:22.222Z Aug 25 15:18:20.423adding route 172.17.0.32/32 -> 10.0.0.255
95282026-08-25T15:18:22.222ZINFO adding route 172.16.0.0/32 -> 10.0.0.3
95292026-08-25T15:18:22.222ZAug 25 15:18:20.423 INFO adding route 172.17.0.18/32 -> 10.0.0.255Aug 25 15:18:20.423
95302026-08-25T15:18:22.222Z DEBG Aug 25 15:18:20.423replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 25 15:18:20.423
95312026-08-25T15:18:22.222Z DEBG DEBGreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95322026-08-25T15:18:22.222Zreplacing 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 } }]
95332026-08-25T15:18:22.223ZAug 25 15:18:20.423 INFO adding route 172.16.0.0/32 -> 10.0.0.4Aug 25 15:18:20.423
95342026-08-25T15:18:22.223Z INFO adding route 172.17.0.33/32 -> 10.0.0.255
95352026-08-25T15:18:22.223ZAug 25 15:18:20.423Aug 25 15:18:20.423 INFODEBG adding route 172.17.0.19/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 } }]
95362026-08-25T15:18:22.223Z
95372026-08-25T15:18:22.223ZAug 25 15:18:20.423 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 } }]
95382026-08-25T15:18:22.223ZAug 25 15:18:20.423 DEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:18:20.423
95392026-08-25T15:18:22.223Z INFO Aug 25 15:18:20.423adding route 172.17.0.34/32 -> 10.0.0.255 Aug 25 15:18:20.423DEBG
95402026-08-25T15:18:22.223Z 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.3, vlan_id: None } }]adding route 172.17.0.20/32 -> 10.0.0.255
95412026-08-25T15:18:22.223Z
95422026-08-25T15:18:22.223ZAug 25 15:18:20.423 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 25 15:18:20.423
95432026-08-25T15:18:22.223Z 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 } }]
95442026-08-25T15:18:22.223ZAug 25 15:18:20.423 INFO adding route 172.17.0.35/32 -> 10.0.0.255Aug 25 15:18:20.423
95452026-08-25T15:18:22.223Z INFO adding route 172.17.0.21/32 -> 10.0.0.255Aug 25 15:18:20.423
95462026-08-25T15:18:22.223Z DEBG Aug 25 15:18:20.423replacing 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 } }]
95472026-08-25T15:18:22.223ZDEBG 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 } }]
95482026-08-25T15:18:22.223ZAug 25 15:18:20.423Aug 25 15:18:20.423 INFOINFO adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255
95492026-08-25T15:18:22.223Z
95502026-08-25T15:18:22.223ZAug 25 15:18:20.423 Aug 25 15:18:20.423DEBG DEBGreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95512026-08-25T15:18:22.223Zreplacing 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 } }]
95522026-08-25T15:18:22.223ZAug 25 15:18:20.423Aug 25 15:18:20.423 INFOINFO adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.23/32 -> 10.0.0.255
95532026-08-25T15:18:22.223Z
95542026-08-25T15:18:22.223ZAug 25 15:18:20.423 Aug 25 15:18:20.423DEBG 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 } }]
95552026-08-25T15:18:22.223Zreplacing 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 } }]
95562026-08-25T15:18:22.223ZAug 25 15:18:20.423Aug 25 15:18:20.423 INFOINFO adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255
95572026-08-25T15:18:22.223Z
95582026-08-25T15:18:22.223ZAug 25 15:18:20.423 Aug 25 15:18:20.423DEBG 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 } }]
95592026-08-25T15:18:22.223Zreplacing 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 } }]
95602026-08-25T15:18:22.223ZAug 25 15:18:20.423Aug 25 15:18:20.423 INFOINFO adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255
95612026-08-25T15:18:22.223Z
95622026-08-25T15:18:22.223ZAug 25 15:18:20.423 Aug 25 15:18:20.423DEBG 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 } }]
95632026-08-25T15:18:22.223Zreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95642026-08-25T15:18:22.223ZAug 25 15:18:20.423Aug 25 15:18:20.423 INFOINFO adding route 172.17.0.40/32 -> 10.0.0.255adding route 172.17.0.26/32 -> 10.0.0.255
95652026-08-25T15:18:22.223Z
95662026-08-25T15:18:22.223ZAug 25 15:18:20.423 Aug 25 15:18:20.423DEBG 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 } }]
95672026-08-25T15:18:22.223Zreplacing 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 } }]
95682026-08-25T15:18:22.223ZAug 25 15:18:20.423Aug 25 15:18:20.423 INFOINFO adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.27/32 -> 10.0.0.255
95692026-08-25T15:18:22.223Z
95702026-08-25T15:18:22.223ZAug 25 15:18:20.423 Aug 25 15:18:20.423DEBG DEBGreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95712026-08-25T15:18:22.224Zreplacing 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 } }]
95722026-08-25T15:18:22.224ZAug 25 15:18:20.423Aug 25 15:18:20.423 INFOINFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255
95732026-08-25T15:18:22.224Z
95742026-08-25T15:18:22.224ZAug 25 15:18:20.423Aug 25 15:18:20.423 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.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 } }]
95752026-08-25T15:18:22.224Z
95762026-08-25T15:18:22.224ZAug 25 15:18:20.423 Aug 25 15:18:20.423INFO INFOadding route 172.17.0.43/32 -> 10.0.0.255
95772026-08-25T15:18:22.224Ztest route::tests::shrink_preserves_compacted_order ... ok
95782026-08-25T15:18:22.224Zadding route 172.17.0.29/32 -> 10.0.0.255
95792026-08-25T15:18:22.224ZAug 25 15:18:20.423Aug 25 15:18:20.423 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.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 } }]
95802026-08-25T15:18:22.224Z
95812026-08-25T15:18:22.224ZAug 25 15:18:20.423 Aug 25 15:18:20.423INFO INFOadding route 172.17.0.44/32 -> 10.0.0.255
95822026-08-25T15:18:22.224Zadding route 172.17.0.30/32 -> 10.0.0.255
95832026-08-25T15:18:22.224ZAug 25 15:18:20.423Aug 25 15:18:20.423 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.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 } }]
95842026-08-25T15:18:22.224Z
95852026-08-25T15:18:22.224ZAug 25 15:18:20.423 Aug 25 15:18:20.423INFO INFOadding route 172.17.0.45/32 -> 10.0.0.255
95862026-08-25T15:18:22.224Ztest route::tests::delete_target_fragmented ... ok
95872026-08-25T15:18:22.224Zadding route 172.17.0.31/32 -> 10.0.0.255
95882026-08-25T15:18:22.224ZAug 25 15:18:20.423Aug 25 15:18:20.423 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.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 } }]
95892026-08-25T15:18:22.224Z
95902026-08-25T15:18:22.224ZAug 25 15:18:20.423 Aug 25 15:18:20.423INFO INFOadding route 172.17.0.46/32 -> 10.0.0.255
95912026-08-25T15:18:22.224Zadding route 172.17.0.32/32 -> 10.0.0.255
95922026-08-25T15:18:22.224ZAug 25 15:18:20.423Aug 25 15:18:20.417Aug 25 15:18:20.423 DEBG DEBGDEBG created new freemap , replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
95932026-08-25T15:18:22.224Z: freemap_route_ipv4replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95942026-08-25T15:18:22.224Z
95952026-08-25T15:18:22.224ZAug 25 15:18:20.423 INFO adding route 172.17.0.33/32 -> 10.0.0.255
95962026-08-25T15:18:22.224ZAug 25 15:18:20.423Aug 25 15:18:20.423 Aug 25 15:18:20.423DEBGINFO created new freemapDEBG, unitreplacing 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 } }] :
95972026-08-25T15:18:22.224Z adding route 172.17.0.47/32 -> 10.0.0.255freemap_route_ipv6
95982026-08-25T15:18:22.224Z
95992026-08-25T15:18:22.224ZAug 25 15:18:20.423Aug 25 15:18:20.423Aug 25 15:18:20.423 DEBGDEBGINFO initted freemap. size: 64adding route 172.17.0.34/32 -> 10.0.0.255
96002026-08-25T15:18:22.224Z, 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 } }]unit
96012026-08-25T15:18:22.224Z: freemap_route_ipv4
96022026-08-25T15:18:22.224ZAug 25 15:18:20.423 Aug 25 15:18:20.423DEBGAug 25 15:18:20.423 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
96032026-08-25T15:18:22.224Z INFOreset freemap , adding route 172.17.0.48/32 -> 10.0.0.255unitAug 25 15:18:20.423:
96042026-08-25T15:18:22.224ZINFOfreemap_route_ipv4
96052026-08-25T15:18:22.224Zadding route 172.17.0.35/32 -> 10.0.0.255
96062026-08-25T15:18:22.224ZAug 25 15:18:20.423 Aug 25 15:18:20.423DEBGAug 25 15:18:20.423 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 } }]
96072026-08-25T15:18:22.224ZDEBG DEBGinitted freemap. size: 64 , 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 } }]unit
96082026-08-25T15:18:22.224ZAug 25 15:18:20.423 :INFO adding route 172.17.0.49/32 -> 10.0.0.255freemap_route_ipv6
96092026-08-25T15:18:22.225ZAug 25 15:18:20.423
96102026-08-25T15:18:22.225Z INFO adding route 172.17.0.36/32 -> 10.0.0.255
96112026-08-25T15:18:22.225ZAug 25 15:18:20.424Aug 25 15:18:20.424 DEBGAug 25 15:18:20.424DEBG DEBGreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap
96122026-08-25T15:18:22.225Z, unitreplacing 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 } }]:
96132026-08-25T15:18:22.225Zfreemap_route_ipv6Aug 25 15:18:20.424
96142026-08-25T15:18:22.225Z INFOAug 25 15:18:20.424 adding route 172.17.0.50/32 -> 10.0.0.255INFO adding route 172.17.0.37/32 -> 10.0.0.255
96152026-08-25T15:18:22.230Z
96162026-08-25T15:18:22.230ZAug 25 15:18:20.424Aug 25 15:18:20.431 DEBG Aug 25 15:18:20.431 INFODEBGreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96172026-08-25T15:18:22.230Z adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
96182026-08-25T15:18:22.230Z
96192026-08-25T15:18:22.230ZAug 25 15:18:20.431 DEBGAug 25 15:18:20.431 Aug 25 15:18:20.431replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
96202026-08-25T15:18:22.230ZINFO adding route 172.17.0.38/32 -> 10.0.0.255INFO
96212026-08-25T15:18:22.231Z Aug 25 15:18:20.431 adding route 172.17.0.51/32 -> 10.0.0.255INFO
96222026-08-25T15:18:22.231Z Aug 25 15:18:20.431adding route 172.16.0.0/32 -> 10.0.0.2
96232026-08-25T15:18:22.231ZDEBG Aug 25 15:18:20.431replacing 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 } }]
96242026-08-25T15:18:22.231ZDEBG 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 } }]
96252026-08-25T15:18:22.231ZAug 25 15:18:20.431 Aug 25 15:18:20.431INFOAug 25 15:18:20.431 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255
96262026-08-25T15:18:22.231Z
96272026-08-25T15:18:22.231Z
96282026-08-25T15:18:22.231ZAug 25 15:18:20.431Aug 25 15:18:20.431 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.3replacing 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 } }]
96292026-08-25T15:18:22.231Z
96302026-08-25T15:18:22.231ZAug 25 15:18:20.431 DEBG Aug 25 15:18:20.431replacing 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 } }]
96312026-08-25T15:18:22.231ZAug 25 15:18:20.431INFO adding route 172.17.0.40/32 -> 10.0.0.255
96322026-08-25T15:18:22.231ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 25 15:18:20.431
96332026-08-25T15:18:22.231Z Aug 25 15:18:20.431 DEBGINFO Aug 25 15:18:20.431adding route 172.17.0.53/32 -> 10.0.0.255 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 } }]
96342026-08-25T15:18:22.231Z
96352026-08-25T15:18:22.231ZINFO adding route 172.16.0.0/32 -> 10.0.0.4
96362026-08-25T15:18:22.231ZAug 25 15:18:20.431 DEBG Aug 25 15:18:20.431replacing 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 } }]
96372026-08-25T15:18:22.231ZDEBGAug 25 15:18:20.431 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
96382026-08-25T15:18:22.231Zadding route 172.17.0.41/32 -> 10.0.0.255
96392026-08-25T15:18:22.231ZAug 25 15:18:20.431 INFO adding route 172.17.0.54/32 -> 10.0.0.255Aug 25 15:18:20.431
96402026-08-25T15:18:22.231Z 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 25 15:18:20.431
96412026-08-25T15:18:22.231Z Aug 25 15:18:20.431DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
96422026-08-25T15:18:22.231Zreplacing 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 } }]
96432026-08-25T15:18:22.231ZAug 25 15:18:20.431 INFO adding route 172.17.0.42/32 -> 10.0.0.255Aug 25 15:18:20.431
96442026-08-25T15:18:22.231Z INFO adding route 172.17.0.55/32 -> 10.0.0.255
96452026-08-25T15:18:22.231ZAug 25 15:18:20.431 DEBGAug 25 15:18:20.431 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
96462026-08-25T15:18:22.231Z 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 } }]
96472026-08-25T15:18:22.231ZAug 25 15:18:20.431Aug 25 15:18:20.431 INFOINFO adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255
96482026-08-25T15:18:22.231Z
96492026-08-25T15:18:22.231ZAug 25 15:18:20.431 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 } }]
96502026-08-25T15:18:22.231ZAug 25 15:18:20.431 Aug 25 15:18:20.431DEBG INFOreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96512026-08-25T15:18:22.231Zadding route 172.17.0.57/32 -> 10.0.0.255
96522026-08-25T15:18:22.231ZAug 25 15:18:20.431 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 } }]
96532026-08-25T15:18:22.231ZAug 25 15:18:20.431 INFOAug 25 15:18:20.431 Aug 25 15:18:20.424adding route 172.17.0.44/32 -> 10.0.0.255INFO
96542026-08-25T15:18:22.231Z adding route 172.17.0.58/32 -> 10.0.0.255
96552026-08-25T15:18:22.231ZDEBG Aug 25 15:18:20.431created new freemap Aug 25 15:18:20.431DEBG , DEBGunit :replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4
96562026-08-25T15:18:22.231Z
96572026-08-25T15:18:22.231Z
96582026-08-25T15:18:22.231ZAug 25 15:18:20.431 Aug 25 15:18:20.431INFOAug 25 15:18:20.431 INFODEBG adding route 172.17.0.45/32 -> 10.0.0.255
96592026-08-25T15:18:22.231Zcreated new freemapadding route 172.17.0.59/32 -> 10.0.0.255,
96602026-08-25T15:18:22.232Zunit:Aug 25 15:18:20.431 freemap_route_ipv6DEBG
96612026-08-25T15:18:22.232Z Aug 25 15:18:20.431replacing 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 } }]
96622026-08-25T15:18:22.232ZDEBG Aug 25 15:18:20.431replacing 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 } }]
96632026-08-25T15:18:22.232ZDEBGAug 25 15:18:20.431 initted freemap. size: 64INFO, unitadding route 172.17.0.46/32 -> 10.0.0.255Aug 25 15:18:20.431
96642026-08-25T15:18:22.232Z: INFOfreemap_route_ipv4
96652026-08-25T15:18:22.232Zadding route 172.17.0.60/32 -> 10.0.0.255
96662026-08-25T15:18:22.232ZAug 25 15:18:20.431Aug 25 15:18:20.431 Aug 25 15:18:20.431DEBGDEBG reset freemapreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
96672026-08-25T15:18:22.232ZDEBGunit: freemap_route_ipv4replacing 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 } }]
96682026-08-25T15:18:22.232ZAug 25 15:18:20.431 INFO
96692026-08-25T15:18:22.232Z adding route 172.17.0.47/32 -> 10.0.0.255Aug 25 15:18:20.431
96702026-08-25T15:18:22.232Z DEBG Aug 25 15:18:20.431initted freemap. size: 64 , DEBGAug 25 15:18:20.431unit : DEBGfreemap_route_ipv6failed to allocate space for the new target list
96712026-08-25T15:18:22.232Z
96722026-08-25T15:18:22.232Zreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96732026-08-25T15:18:22.232ZAug 25 15:18:20.431 Aug 25 15:18:20.431DEBGAug 25 15:18:20.431 reset freemap , INFOunitDEBG: adding route 172.17.0.48/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 } }]freemap_route_ipv6
96742026-08-25T15:18:22.233Z
96752026-08-25T15:18:22.233Z
96762026-08-25T15:18:22.233Ztest route::tests::delete_target_full ... ok
96772026-08-25T15:18:22.233ZAug 25 15:18:20.431Aug 25 15:18:20.431 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
96782026-08-25T15:18:22.233Z
96792026-08-25T15:18:22.233ZAug 25 15:18:20.431Aug 25 15:18:20.431 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255
96802026-08-25T15:18:22.233Z
96812026-08-25T15:18:22.233ZAug 25 15:18:20.431Aug 25 15:18:20.431 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
96822026-08-25T15:18:22.233Z
96832026-08-25T15:18:22.233ZAug 25 15:18:20.431 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 } }]
96842026-08-25T15:18:22.233ZAug 25 15:18:20.431 INFO adding route 172.17.0.50/32 -> 10.0.0.255
96852026-08-25T15:18:22.233ZAug 25 15:18:20.431 Aug 25 15:18:20.431DEBG INFOreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96862026-08-25T15:18:22.233Zadding route 172.16.0.0/32 -> 10.0.0.1
96872026-08-25T15:18:22.233ZAug 25 15:18:20.431 Aug 25 15:18:20.431INFO DEBGadding route 172.17.0.51/32 -> 10.0.0.255
96882026-08-25T15:18:22.233Zreplacing 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 } }]
96892026-08-25T15:18:22.233ZAug 25 15:18:20.431 Aug 25 15:18:20.431DEBG 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 } }]
96902026-08-25T15:18:22.233Zadding route 172.16.0.0/32 -> 10.0.0.2
96912026-08-25T15:18:22.233ZAug 25 15:18:20.431 Aug 25 15:18:20.431INFO DEBGadding route 172.17.0.52/32 -> 10.0.0.255
96922026-08-25T15:18:22.233Zreplacing 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 } }]
96932026-08-25T15:18:22.233ZAug 25 15:18:20.431 Aug 25 15:18:20.431DEBG INFOreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96942026-08-25T15:18:22.233Zadding route 172.17.0.0/32 -> 10.0.0.255
96952026-08-25T15:18:22.233ZAug 25 15:18:20.431 Aug 25 15:18:20.431INFO DEBGadding route 172.17.0.53/32 -> 10.0.0.255
96962026-08-25T15:18:22.233Zreplacing 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 } }]
96972026-08-25T15:18:22.233ZAug 25 15:18:20.431 Aug 25 15:18:20.431DEBG 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 } }]
96982026-08-25T15:18:22.233Z INFO adding route 172.17.0.1/32 -> 10.0.0.255
96992026-08-25T15:18:22.233ZAug 25 15:18:20.431Aug 25 15:18:20.431 INFO adding route 172.17.0.54/32 -> 10.0.0.255
97002026-08-25T15:18:22.233ZDEBG 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 } }]
97012026-08-25T15:18:22.233ZAug 25 15:18:20.431 Aug 25 15:18:20.431DEBG INFOreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97022026-08-25T15:18:22.233Zadding route 172.17.0.2/32 -> 10.0.0.255
97032026-08-25T15:18:22.233ZAug 25 15:18:20.431 Aug 25 15:18:20.431INFO DEBGadding route 172.17.0.55/32 -> 10.0.0.255
97042026-08-25T15:18:22.233Zreplacing 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 } }]
97052026-08-25T15:18:22.233ZAug 25 15:18:20.431Aug 25 15:18:20.431 DEBGINFO replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.3/32 -> 10.0.0.255
97062026-08-25T15:18:22.233Z
97072026-08-25T15:18:22.233ZAug 25 15:18:20.431Aug 25 15:18:20.431 INFODEBG adding route 172.17.0.56/32 -> 10.0.0.255replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97082026-08-25T15:18:22.233Z
97092026-08-25T15:18:22.233ZAug 25 15:18:20.431Aug 25 15:18:20.431 DEBGINFO replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.4/32 -> 10.0.0.255
97102026-08-25T15:18:22.233Z
97112026-08-25T15:18:22.233ZAug 25 15:18:20.431Aug 25 15:18:20.431 INFODEBG adding route 172.17.0.57/32 -> 10.0.0.255replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97122026-08-25T15:18:22.234Z
97132026-08-25T15:18:22.234ZAug 25 15:18:20.431Aug 25 15:18:20.431 DEBGINFO replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.5/32 -> 10.0.0.255
97142026-08-25T15:18:22.234Z
97152026-08-25T15:18:22.340ZAug 25 15:18:20.431Aug 25 15:18:20.431 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.58/32 -> 10.0.0.255
97162026-08-25T15:18:22.340Z
97172026-08-25T15:18:22.340ZAug 25 15:18:20.431Aug 25 15:18:20.431 DEBGINFO replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.6/32 -> 10.0.0.255
97182026-08-25T15:18:22.340Z
97192026-08-25T15:18:22.340ZAug 25 15:18:20.431Aug 25 15:18:20.431 INFODEBG adding route 172.17.0.59/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 } }]
97202026-08-25T15:18:22.340Z
97212026-08-25T15:18:22.341ZAug 25 15:18:20.431Aug 25 15:18:20.431 INFODEBG adding route 172.17.0.7/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 } }]
97222026-08-25T15:18:22.341ZAug 25 15:18:20.437 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 } }]
97232026-08-25T15:18:22.341Z
97242026-08-25T15:18:22.341ZAug 25 15:18:20.438 INFO adding route 172.17.0.8/32 -> 10.0.0.255
97252026-08-25T15:18:22.341ZAug 25 15:18:20.438 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 } }]
97262026-08-25T15:18:22.341ZAug 25 15:18:20.438 Aug 25 15:18:20.438INFO INFOadding route 172.17.0.60/32 -> 10.0.0.255
97272026-08-25T15:18:22.341Zadding route 172.17.0.9/32 -> 10.0.0.255
97282026-08-25T15:18:22.341ZAug 25 15:18:20.438Aug 25 15:18:20.438 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.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 } }]
97292026-08-25T15:18:22.341Z
97302026-08-25T15:18:22.341ZAug 25 15:18:20.438Aug 25 15:18:20.438 INFOINFO adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.61/32 -> 10.0.0.255
97312026-08-25T15:18:22.341Z
97322026-08-25T15:18:22.341ZAug 25 15:18:20.438Aug 25 15:18:20.438 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.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 } }]
97332026-08-25T15:18:22.341Z
97342026-08-25T15:18:22.341ZAug 25 15:18:20.438Aug 25 15:18:20.438 INFOINFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.62/32 -> 10.0.0.255
97352026-08-25T15:18:22.341Z
97362026-08-25T15:18:22.341ZAug 25 15:18:20.438Aug 25 15:18:20.438 DEBGDEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
97372026-08-25T15:18:22.341Z
97382026-08-25T15:18:22.341ZAug 25 15:18:20.438Aug 25 15:18:20.438 INFODEBG adding route 172.17.0.12/32 -> 10.0.0.255failed to allocate space for the new target list
97392026-08-25T15:18:22.341Z
97402026-08-25T15:18:22.341ZAug 25 15:18:20.438Aug 25 15:18:20.438 DEBGDEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
97412026-08-25T15:18:22.341Z
97422026-08-25T15:18:22.341ZAug 25 15:18:20.438 INFO adding route 172.17.0.13/32 -> 10.0.0.255
97432026-08-25T15:18:22.341ZAug 25 15:18:20.438 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 } }]
97442026-08-25T15:18:22.341ZAug 25 15:18:20.438 INFO adding route 172.17.0.14/32 -> 10.0.0.255
97452026-08-25T15:18:22.341ZAug 25 15:18:20.438 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 } }]
97462026-08-25T15:18:22.341ZAug 25 15:18:20.438 INFO adding route 172.17.0.15/32 -> 10.0.0.255
97472026-08-25T15:18:22.341ZAug 25 15:18:20.438 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 } }]
97482026-08-25T15:18:22.341ZAug 25 15:18:20.438 INFO adding route 172.17.0.16/32 -> 10.0.0.255
97492026-08-25T15:18:22.341ZAug 25 15:18:20.438 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 } }]
97502026-08-25T15:18:22.341ZAug 25 15:18:20.438 INFO adding route 172.17.0.17/32 -> 10.0.0.255
97512026-08-25T15:18:22.341ZAug 25 15:18:20.438 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 } }]
97522026-08-25T15:18:22.341ZAug 25 15:18:20.438 INFO adding route 172.17.0.18/32 -> 10.0.0.255
97532026-08-25T15:18:22.341ZAug 25 15:18:20.438 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 } }]
97542026-08-25T15:18:22.341ZAug 25 15:18:20.438 INFO adding route 172.17.0.19/32 -> 10.0.0.255
97552026-08-25T15:18:22.341ZAug 25 15:18:20.438 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 } }]
97562026-08-25T15:18:22.341ZAug 25 15:18:20.438 INFO adding route 172.17.0.20/32 -> 10.0.0.255
97572026-08-25T15:18:22.341ZAug 25 15:18:20.438 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 } }]
97582026-08-25T15:18:22.342ZAug 25 15:18:20.438 INFO adding route 172.17.0.21/32 -> 10.0.0.255
97592026-08-25T15:18:22.342ZAug 25 15:18:20.438 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 } }]
97602026-08-25T15:18:22.342ZAug 25 15:18:20.438 INFO adding route 172.17.0.22/32 -> 10.0.0.255
97612026-08-25T15:18:22.342ZAug 25 15:18:20.438 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 } }]
97622026-08-25T15:18:22.342ZAug 25 15:18:20.438 INFO adding route 172.17.0.23/32 -> 10.0.0.255
97632026-08-25T15:18:22.342ZAug 25 15:18:20.438 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 } }]
97642026-08-25T15:18:22.342ZAug 25 15:18:20.438 INFO adding route 172.17.0.24/32 -> 10.0.0.255
97652026-08-25T15:18:22.342ZAug 25 15:18:20.438 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 } }]
97662026-08-25T15:18:22.342ZAug 25 15:18:20.438 INFO adding route 172.17.0.25/32 -> 10.0.0.255
97672026-08-25T15:18:22.342ZAug 25 15:18:20.438 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 } }]
97682026-08-25T15:18:22.342ZAug 25 15:18:20.438 INFO adding route 172.17.0.26/32 -> 10.0.0.255
97692026-08-25T15:18:22.342ZAug 25 15:18:20.438 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 } }]
97702026-08-25T15:18:22.342ZAug 25 15:18:20.438 INFO adding route 172.17.0.27/32 -> 10.0.0.255
97712026-08-25T15:18:22.342ZAug 25 15:18:20.438 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 } }]
97722026-08-25T15:18:22.342ZAug 25 15:18:20.438 INFO adding route 172.17.0.28/32 -> 10.0.0.255
97732026-08-25T15:18:22.342ZAug 25 15:18:20.438 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 } }]
97742026-08-25T15:18:22.342ZAug 25 15:18:20.438 INFO adding route 172.17.0.29/32 -> 10.0.0.255
97752026-08-25T15:18:22.342ZAug 25 15:18:20.438 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 } }]
97762026-08-25T15:18:22.342Ztest route::tests::delete_targets_fragmented ... ok
97772026-08-25T15:18:22.342ZAug 25 15:18:20.438 INFO adding route 172.17.0.30/32 -> 10.0.0.255
97782026-08-25T15:18:22.342ZAug 25 15:18:20.438 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 } }]
97792026-08-25T15:18:22.342ZAug 25 15:18:20.438 INFO adding route 172.17.0.31/32 -> 10.0.0.255
97802026-08-25T15:18:22.342ZAug 25 15:18:20.438 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 } }]
97812026-08-25T15:18:22.342Z
97822026-08-25T15:18:22.342Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
97832026-08-25T15:18:22.342Z
97842026-08-25T15:18:22.342ZAug 25 15:18:20.438 INFO adding route 172.17.0.32/32 -> 10.0.0.255
97852026-08-25T15:18:22.342ZAug 25 15:18:20.438 DEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97862026-08-25T15:18:22.342ZAug 25 15:18:20.438 INFO adding route 172.17.0.33/32 -> 10.0.0.255
97872026-08-25T15:18:22.342ZAug 25 15:18:20.438 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 } }]
97882026-08-25T15:18:22.342ZAug 25 15:18:20.438 INFO adding route 172.17.0.34/32 -> 10.0.0.255
97892026-08-25T15:18:22.342ZAug 25 15:18:20.438 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 } }]
97902026-08-25T15:18:22.342ZAug 25 15:18:20.438 INFO adding route 172.17.0.35/32 -> 10.0.0.255
97912026-08-25T15:18:22.342ZAug 25 15:18:20.438 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 } }]
97922026-08-25T15:18:22.342ZAug 25 15:18:20.438 INFO adding route 172.17.0.36/32 -> 10.0.0.255
97932026-08-25T15:18:22.342ZAug 25 15:18:20.438 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 } }]
97942026-08-25T15:18:22.342ZAug 25 15:18:20.438 INFO adding route 172.17.0.37/32 -> 10.0.0.255
97952026-08-25T15:18:22.342ZAug 25 15:18:20.438 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 } }]
97962026-08-25T15:18:22.342ZAug 25 15:18:20.438 INFO adding route 172.17.0.38/32 -> 10.0.0.255
97972026-08-25T15:18:22.343ZAug 25 15:18:20.438 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 } }]
97982026-08-25T15:18:22.343ZAug 25 15:18:20.438 INFO adding route 172.17.0.39/32 -> 10.0.0.255
97992026-08-25T15:18:22.343ZAug 25 15:18:20.438 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 } }]
98002026-08-25T15:18:22.343ZAug 25 15:18:20.438 INFO adding route 172.17.0.40/32 -> 10.0.0.255
98012026-08-25T15:18:22.343ZAug 25 15:18:20.438 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 } }]
98022026-08-25T15:18:22.343ZAug 25 15:18:20.438 INFO adding route 172.17.0.41/32 -> 10.0.0.255
98032026-08-25T15:18:22.343ZAug 25 15:18:20.438 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 } }]
98042026-08-25T15:18:22.343ZAug 25 15:18:20.438 INFO adding route 172.17.0.42/32 -> 10.0.0.255
98052026-08-25T15:18:22.343ZAug 25 15:18:20.438 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 } }]
98062026-08-25T15:18:22.343ZAug 25 15:18:20.438 INFO adding route 172.17.0.43/32 -> 10.0.0.255
98072026-08-25T15:18:22.343ZAug 25 15:18:20.438 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 } }]
98082026-08-25T15:18:22.343ZAug 25 15:18:20.438 INFO adding route 172.17.0.44/32 -> 10.0.0.255
98092026-08-25T15:18:22.343ZAug 25 15:18:20.438 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 } }]
98102026-08-25T15:18:22.343ZAug 25 15:18:20.438 INFO adding route 172.17.0.45/32 -> 10.0.0.255
98112026-08-25T15:18:22.343ZAug 25 15:18:20.438 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 } }]
98122026-08-25T15:18:22.343ZAug 25 15:18:20.438 INFO adding route 172.17.0.46/32 -> 10.0.0.255
98132026-08-25T15:18:22.343ZAug 25 15:18:20.438 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 } }]
98142026-08-25T15:18:22.343ZAug 25 15:18:20.438 INFO adding route 172.17.0.47/32 -> 10.0.0.255
98152026-08-25T15:18:22.347ZAug 25 15:18:20.438 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 } }]
98162026-08-25T15:18:22.347ZAug 25 15:18:20.438 INFO adding route 172.17.0.48/32 -> 10.0.0.255
98172026-08-25T15:18:22.347ZAug 25 15:18:20.438 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 } }]
98182026-08-25T15:18:22.347ZAug 25 15:18:20.438 INFO adding route 172.17.0.49/32 -> 10.0.0.255
98192026-08-25T15:18:22.347ZAug 25 15:18:20.438 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 } }]
98202026-08-25T15:18:22.347ZAug 25 15:18:20.438 INFO adding route 172.17.0.50/32 -> 10.0.0.255
98212026-08-25T15:18:22.347ZAug 25 15:18:20.438 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 } }]
98222026-08-25T15:18:22.347ZAug 25 15:18:20.438 INFO adding route 172.17.0.51/32 -> 10.0.0.255
98232026-08-25T15:18:22.347ZAug 25 15:18:20.438 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 } }]
98242026-08-25T15:18:22.347ZAug 25 15:18:20.438 INFO adding route 172.17.0.52/32 -> 10.0.0.255
98252026-08-25T15:18:22.347ZAug 25 15:18:20.438 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 } }]
98262026-08-25T15:18:22.347ZAug 25 15:18:20.438 INFO adding route 172.17.0.53/32 -> 10.0.0.255
98272026-08-25T15:18:22.347ZAug 25 15:18:20.438 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 } }]
98282026-08-25T15:18:22.347ZAug 25 15:18:20.438 INFO adding route 172.17.0.54/32 -> 10.0.0.255
98292026-08-25T15:18:22.348ZAug 25 15:18:20.438 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 } }]
98302026-08-25T15:18:22.348ZAug 25 15:18:20.438 INFO adding route 172.17.0.55/32 -> 10.0.0.255
98312026-08-25T15:18:22.348ZAug 25 15:18:20.438 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 } }]
98322026-08-25T15:18:22.348ZAug 25 15:18:20.438 INFO adding route 172.17.0.56/32 -> 10.0.0.255
98332026-08-25T15:18:22.348ZAug 25 15:18:20.438 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 } }]
98342026-08-25T15:18:22.348ZAug 25 15:18:20.438 INFO adding route 172.17.0.57/32 -> 10.0.0.255
98352026-08-25T15:18:22.348ZAug 25 15:18:20.438 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 } }]
98362026-08-25T15:18:22.348ZAug 25 15:18:20.438 INFO adding route 172.17.0.58/32 -> 10.0.0.255
98372026-08-25T15:18:22.348ZAug 25 15:18:20.438 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 } }]
98382026-08-25T15:18:22.348ZAug 25 15:18:20.438 INFO adding route 172.17.0.59/32 -> 10.0.0.255
98392026-08-25T15:18:22.348ZAug 25 15:18:20.438 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 } }]
98402026-08-25T15:18:22.348ZAug 25 15:18:20.438 INFO adding route 172.17.0.60/32 -> 10.0.0.255
98412026-08-25T15:18:22.348ZAug 25 15:18:20.438 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 } }]
98422026-08-25T15:18:22.348ZAug 25 15:18:20.438 DEBG failed to allocate space for the new target list
98432026-08-25T15:18:22.348ZAug 25 15:18:20.438 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 } }]
98442026-08-25T15:18:22.348Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-533ffba855d0bdc4)
98452026-08-25T15:18:22.348Z
98462026-08-25T15:18:22.348Zrunning 0 tests
98472026-08-25T15:18:22.348Z
98482026-08-25T15:18:22.348Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98492026-08-25T15:18:22.348Z
98502026-08-25T15:18:22.348Z Running unittests src/lib.rs (target/debug/deps/dpd_api-acda18f7a0b943fc)
98512026-08-25T15:18:22.348Z
98522026-08-25T15:18:22.349Zrunning 0 tests
98532026-08-25T15:18:22.349Z
98542026-08-25T15:18:22.349Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98552026-08-25T15:18:22.349Z
98562026-08-25T15:18:22.349Z Running unittests src/lib.rs (target/debug/deps/dpd_client-010cc57018614502)
98572026-08-25T15:18:22.349Z
98582026-08-25T15:18:22.349Zrunning 6 tests
98592026-08-25T15:18:22.349Ztest tests::test_full_lot_id_neither_present ... ok
98602026-08-25T15:18:22.349Ztest tests::test_parse_client_port_id ... ok
98612026-08-25T15:18:22.349Ztest tests::test_port_id_cmp ... ok
98622026-08-25T15:18:22.349Ztest tests::test_full_lot_id_lot_only ... ok
98632026-08-25T15:18:22.349Ztest tests::test_full_lot_id_lotnum_only ... ok
98642026-08-25T15:18:22.349Ztest tests::test_full_lot_id_both_present ... ok
98652026-08-25T15:18:22.349Z
98662026-08-25T15:18:22.349Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98672026-08-25T15:18:22.349Z
98682026-08-25T15:18:22.349Z Running tests/test_all.rs (target/debug/deps/test_all-8956ce6591e34167)
98692026-08-25T15:18:22.349Z
98702026-08-25T15:18:22.349Zrunning 6 tests
98712026-08-25T15:18:25.245Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
98722026-08-25T15:18:25.248Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
98732026-08-25T15:18:25.248Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
98742026-08-25T15:18:25.253Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
98752026-08-25T15:18:25.582Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
98762026-08-25T15:18:27.694Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
98772026-08-25T15:18:27.694Z
98782026-08-25T15:18:27.695Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.46s
98792026-08-25T15:18:27.695Z
98802026-08-25T15:18:27.701Z Running unittests src/lib.rs (target/debug/deps/dpd_types-13ccc83203b2fded)
98812026-08-25T15:18:27.710Z
98822026-08-25T15:18:27.710Zrunning 0 tests
98832026-08-25T15:18:27.713Z
98842026-08-25T15:18:27.714Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98852026-08-25T15:18:27.714Z
98862026-08-25T15:18:27.714Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a087f10fd23084c3)
98872026-08-25T15:18:27.733Z
98882026-08-25T15:18:27.733Zrunning 15 tests
98892026-08-25T15:18:27.736Ztest impls::switch_identifiers::tests::chip_revision_a0 ... ok
98902026-08-25T15:18:27.736Ztest impls::switch_identifiers::tests::chip_revision_b1 ... ok
98912026-08-25T15:18:27.736Ztest impls::switch_identifiers::tests::chip_revision_b0 ... ok
98922026-08-25T15:18:27.736Ztest impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok
98932026-08-25T15:18:27.736Ztest impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok
98942026-08-25T15:18:27.736Ztest impls::table::tests::table_entry_new_collects_display_values ... ok
98952026-08-25T15:18:27.736Ztest impls::table::tests::table_counter_entry_new_collects_key_values ... ok
98962026-08-25T15:18:27.736Ztest v1::network::tests::test_eui64 ... ok
98972026-08-25T15:18:27.736Ztest v1::network::tests::test_equal ... ok
98982026-08-25T15:18:27.736Ztest v1::network::tests::test_not_equal ... ok
98992026-08-25T15:18:27.736Ztest v1::network::tests::test_into ... ok
99002026-08-25T15:18:27.736Ztest v1::network::tests::test_to_string ... ok
99012026-08-25T15:18:27.736Ztest v1::network::tests::test_parse ... ok
99022026-08-25T15:18:27.737Ztest v1::port::tests::port_ids_are_ascii ... ok
99032026-08-25T15:18:27.740Ztest v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok
99042026-08-25T15:18:27.740Z
99052026-08-25T15:18:27.740Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
99062026-08-25T15:18:27.740Z
99072026-08-25T15:18:27.743Z Running unittests src/lib.rs (target/debug/deps/packet-ba01ebb1966a5934)
99082026-08-25T15:18:27.765Z
99092026-08-25T15:18:27.765Zrunning 12 tests
99102026-08-25T15:18:27.768Ztest icmp::test_v6_checksum ... ok
99112026-08-25T15:18:27.768Ztest icmp::test_v4_checksum ... ok
99122026-08-25T15:18:27.768Ztest lldp::test_lldp_parse ... ok
99132026-08-25T15:18:27.768Ztest ipv6::test_ipv6_parse ... ok
99142026-08-25T15:18:27.768Ztest pbuf::test_byte ... ok
99152026-08-25T15:18:27.768Ztest pbuf::test_nibble ... ok
99162026-08-25T15:18:27.768Ztest pbuf::test_short ... ok
99172026-08-25T15:18:27.768Ztest pbuf::test_twelve ... ok
99182026-08-25T15:18:27.769Ztest pbuf::test_overflow ... ok
99192026-08-25T15:18:27.769Ztest pbuf::test_word ... ok
99202026-08-25T15:18:27.769Ztest tcp::test_checksum_syn_nodata ... ok
99212026-08-25T15:18:27.769Ztest tcp::test_checksum_ack_data ... ok
99222026-08-25T15:18:27.769Z
99232026-08-25T15:18:27.769Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99242026-08-25T15:18:27.769Z
99252026-08-25T15:18:27.772Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
99262026-08-25T15:18:27.775Z
99272026-08-25T15:18:27.775Zrunning 0 tests
99282026-08-25T15:18:27.775Z
99292026-08-25T15:18:27.775Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99302026-08-25T15:18:27.775Z
99312026-08-25T15:18:27.778Z Running unittests src/main.rs (target/debug/deps/swadm-3cab8fcc95f76afd)
99322026-08-25T15:18:27.781Z
99332026-08-25T15:18:27.781Zrunning 5 tests
99342026-08-25T15:18:27.781Ztest switchport::test::test_compute_lanes ... ok
99352026-08-25T15:18:27.781Ztest switchport::test::port_id_ordering ... ok
99362026-08-25T15:18:27.784Z Lane 0 Lane 0 Lane 1 Lane 1Lane 2 Lane 3Lane 2
99372026-08-25T15:18:27.784ZLane 3
99382026-08-25T15:18:27.784Z Rx Loss-of-lock: Yes State: Activated Yes Activated YesActivated YesActivated
99392026-08-25T15:18:27.784Z
99402026-08-25T15:18:27.784Z Rx Loss-of-signal: Yes Rx Output Enabled: false Yesfalse Yes false Yes
99412026-08-25T15:18:27.784Zfalse
99422026-08-25T15:18:27.784Z Rx CDR Enabled: Yes Rx Output Status: valid Yes valid Yes validYes
99432026-08-25T15:18:27.784Z Tx Enabled: Yesvalid
99442026-08-25T15:18:27.784ZYes Rx Loss-of-lock: true Yes trueYes
99452026-08-25T15:18:27.784Ztrue Tx Loss-of-lock: No trueNo
99462026-08-25T15:18:27.784Z No Rx Loss-of-signal: false No
99472026-08-25T15:18:27.784Zfalse Tx Loss-of-signal: No Nofalse falseNo
99482026-08-25T15:18:27.784Z NoRx Auto-squelch Disable: true
99492026-08-25T15:18:27.784Z Tx CDR Enabled: Notrue No true Notrue
99502026-08-25T15:18:27.784ZNo Tx Output Enabled: true
99512026-08-25T15:18:27.784Z true Tx Adaptive EQ Fault: No true Notrue
99522026-08-25T15:18:27.784ZNo Tx Output Status: invalidNo
99532026-08-25T15:18:27.784Z Tx Fault: Yesinvalid invalidYes invalid
99542026-08-25T15:18:27.784ZYes Tx Loss-of-lock: falseYes
99552026-08-25T15:18:27.784Z false false false
99562026-08-25T15:18:27.784Z Tx Loss-of-signal: true true true true
99572026-08-25T15:18:27.784ZTx Auto-squelch Disable: false false false false
99582026-08-25T15:18:27.784Z Tx Adaptive EQ Fail: true true true true
99592026-08-25T15:18:27.784Z Tx Failure: false false false false
99602026-08-25T15:18:27.784Z Tx Force Squelch: true true true true
99612026-08-25T15:18:27.785Z Tx Input Polarity: normal normal normal normal
99622026-08-25T15:18:27.785Ztest switchport::test::test_print_sff_datapath ... ok
99632026-08-25T15:18:27.785Ztest switchport::test::test_print_cmis_datapath ... ok
99642026-08-25T15:18:27.785Ztest link::test_filter ... ok
99652026-08-25T15:18:27.785Z
99662026-08-25T15:18:27.785Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99672026-08-25T15:18:27.785Z
99682026-08-25T15:18:27.785Z Running tests/counters.rs (target/debug/deps/counters-adc46d7ad514a7fd)
99692026-08-25T15:18:27.788Z
99702026-08-25T15:18:27.788Zrunning 1 test
99712026-08-25T15:18:27.788Ztest test_p4_counter_list ... ignored
99722026-08-25T15:18:27.788Z
99732026-08-25T15:18:27.788Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
99742026-08-25T15:18:27.788Z
99752026-08-25T15:18:27.788Z Running tests/port-link.rs (target/debug/deps/port_link-28f05c94768857aa)
99762026-08-25T15:18:27.792Z
99772026-08-25T15:18:27.792Zrunning 5 tests
99782026-08-25T15:18:27.795Ztest test_an ... ignored
99792026-08-25T15:18:27.795Ztest test_enable ... ignored
99802026-08-25T15:18:27.795Ztest test_ip_addresses ... ignored
99812026-08-25T15:18:27.795Ztest test_kr ... ignored
99822026-08-25T15:18:27.795Ztest test_mac ... ignored
99832026-08-25T15:18:27.795Z
99842026-08-25T15:18:27.795Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
99852026-08-25T15:18:27.795Z
99862026-08-25T15:18:27.795Z Running unittests src/main.rs (target/debug/deps/tfportd-902caed4cd2c2ea0)
99872026-08-25T15:18:27.798Z
99882026-08-25T15:18:27.798Zrunning 3 tests
99892026-08-25T15:18:27.802Ztest linklocal::test_parse_ipadm ... ok
99902026-08-25T15:18:27.802Ztest tfport::test_parse_tfport ... ok
99912026-08-25T15:18:27.802Ztest config::tests::test_updates ... ok
99922026-08-25T15:18:27.802Z
99932026-08-25T15:18:27.802Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99942026-08-25T15:18:27.802Z
99952026-08-25T15:18:27.802Z Running unittests src/main.rs (target/debug/deps/uplinkd-58387cf59eafe330)
99962026-08-25T15:18:27.805Z
99972026-08-25T15:18:27.805Zrunning 0 tests
99982026-08-25T15:18:27.805Z
99992026-08-25T15:18:27.805Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100002026-08-25T15:18:27.805Z
100012026-08-25T15:18:27.808Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
100022026-08-25T15:18:27.811Z
100032026-08-25T15:18:27.811Zrunning 0 tests
100042026-08-25T15:18:27.811Z
100052026-08-25T15:18:27.811Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100062026-08-25T15:18:27.811Z
100072026-08-25T15:18:27.814Z Doc-tests aal
100082026-08-25T15:18:28.322Z
100092026-08-25T15:18:28.322Zrunning 0 tests
100102026-08-25T15:18:28.322Z
100112026-08-25T15:18:28.326Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100122026-08-25T15:18:28.326Z
100132026-08-25T15:18:28.347Z Doc-tests aal_macros
100142026-08-25T15:18:28.420Z
100152026-08-25T15:18:28.421Zrunning 0 tests
100162026-08-25T15:18:28.421Z
100172026-08-25T15:18:28.421Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100182026-08-25T15:18:28.421Z
100192026-08-25T15:18:28.430Z Doc-tests common
100202026-08-25T15:18:28.670Z
100212026-08-25T15:18:28.670Zrunning 0 tests
100222026-08-25T15:18:28.670Z
100232026-08-25T15:18:28.670Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100242026-08-25T15:18:28.670Z
100252026-08-25T15:18:28.696Z Doc-tests dpd_api
100262026-08-25T15:18:29.476Z
100272026-08-25T15:18:29.476Zrunning 2 tests
100282026-08-25T15:18:29.476Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored
100292026-08-25T15:18:29.476Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored
100302026-08-25T15:18:29.476Z
100312026-08-25T15:18:29.476Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
100322026-08-25T15:18:29.476Z
100332026-08-25T15:18:29.506Z Doc-tests dpd_client
100342026-08-25T15:18:30.895Z
100352026-08-25T15:18:30.895Zrunning 0 tests
100362026-08-25T15:18:30.895Z
100372026-08-25T15:18:30.895Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100382026-08-25T15:18:30.895Z
100392026-08-25T15:18:30.950Z Doc-tests dpd_types
100402026-08-25T15:18:31.131Z
100412026-08-25T15:18:31.131Zrunning 0 tests
100422026-08-25T15:18:31.131Z
100432026-08-25T15:18:31.131Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100442026-08-25T15:18:31.131Z
100452026-08-25T15:18:31.156Z Doc-tests dpd_types_versions
100462026-08-25T15:18:32.699Z
100472026-08-25T15:18:32.699Zrunning 1 test
100482026-08-25T15:18:32.699Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
100492026-08-25T15:18:32.699Z
100502026-08-25T15:18:32.699Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
100512026-08-25T15:18:32.699Z
100522026-08-25T15:18:32.749Z Doc-tests packet
100532026-08-25T15:18:32.968Z
100542026-08-25T15:18:32.968Zrunning 0 tests
100552026-08-25T15:18:32.968Z
100562026-08-25T15:18:32.968Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100572026-08-25T15:18:32.968Z
100582026-08-25T15:18:32.994Z Doc-tests pcap
100592026-08-25T15:18:33.047Z
100602026-08-25T15:18:33.047Zrunning 0 tests
100612026-08-25T15:18:33.047Z
100622026-08-25T15:18:33.047Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100632026-08-25T15:18:33.047Z
100642026-08-25T15:18:33.099Zprocess exited: duration 606901 ms, exit code 0
 
100652026-08-25T15:18:33.109Zfound 0 output files