01KZFMM0GJN6C6QFXMAF3BV0D8: test

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

Buildomat Job: 01KZFMMFTXR5CDMKJ7MHFFXH3P

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-08T02:54:27.959Zjob assigned to worker 01KZFMMTT6DA0G7WKH05N1ADKJ [factory aws, i-0947f3809ce7c4116] (queued for 55 s)
 
22026-08-08T02:54:34.143Zstarting task 0: "setup"
32026-08-08T02:54:34.147Z++ uname -s
42026-08-08T02:54:34.150Z+ kern=SunOS
52026-08-08T02:54:34.150Z+ build_user=build
62026-08-08T02:54:34.150Z+ build_uid=12345
72026-08-08T02:54:34.150Z+ work_dir=/work
82026-08-08T02:54:34.150Z+ input_dir=/input
92026-08-08T02:54:34.150Z+ [[ 0 == 12345 ]]
102026-08-08T02:54:34.150Z+ case "$kern" in
112026-08-08T02:54:34.150Z+ groupadd -g 12345 build
122026-08-08T02:54:34.153Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-08T02:54:36.155Z+ zfs create -o mountpoint=/work rpool/work
142026-08-08T02:54:36.269Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-08T02:54:36.272Z+ home_fs=zfs
162026-08-08T02:54:36.272Z+ [[ zfs == autofs ]]
172026-08-08T02:54:36.272Z+ mkdir -p /home/build
182026-08-08T02:54:36.272Z+ chown build:build /home/build /work
192026-08-08T02:54:38.273Z+ chmod 0700 /home/build /work
202026-08-08T02:54:38.276Zprocess exited: duration 4133 ms, exit code 0
 
212026-08-08T02:54:38.281Zstarting task 1: "rust-toolchain"
222026-08-08T02:54:38.284Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-08-08T02:54:38.284Z * rust toolchain channel = "1.90.0"
242026-08-08T02:54:38.284Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-08T02:54:38.284Z * rust toolchain profile = "default"
262026-08-08T02:54:38.285Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-08T02:54:38.285Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-08T02:54:38.287Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-08T02:54:38.288Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-08-08T02:54:38.375Zinfo: downloading installer
312026-08-08T02:54:39.736Zwarn: It looks like you have an existing rustup settings file at:
322026-08-08T02:54:39.736Zwarn: /home/build/.rustup/settings.toml
332026-08-08T02:54:39.736Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-08T02:54:39.736Zwarn: instead of the one inferred from the default host triple.
352026-08-08T02:54:39.748Zinfo: profile set to default
362026-08-08T02:54:39.748Zinfo: default host triple is x86_64-unknown-illumos
372026-08-08T02:54:39.751Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-08-08T02:54:39.899Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-08-08T02:54:39.903Zinfo: downloading 6 components
402026-08-08T02:54:54.003Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
412026-08-08T02:54:54.003Z
422026-08-08T02:54:54.035Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-08-08T02:54:54.035Z
442026-08-08T02:54:54.035Z
452026-08-08T02:54:54.035ZRust is installed now. Great!
462026-08-08T02:54:54.035Z
472026-08-08T02:54:54.039ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-08T02:54:54.039Zenvironment variable. This has not been done automatically.
492026-08-08T02:54:54.039Z
502026-08-08T02:54:54.039ZTo configure your current shell, you need to source
512026-08-08T02:54:54.039Zthe corresponding env file under $HOME/.cargo.
522026-08-08T02:54:54.039Z
532026-08-08T02:54:54.039ZThis is usually done by running one of the following (note the leading DOT):
542026-08-08T02:54:54.039Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-08T02:54:54.039Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-08T02:54:54.039Zsource "~/.cargo/env.nu" # For nushell
572026-08-08T02:54:54.039Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-08T02:54:54.039Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-08T02:54:54.039Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-08T02:54:54.039Zwarn: no default linker (`cc`) was found in your PATH
612026-08-08T02:54:54.039Zwarn: many Rust crates require a system C toolchain to build
622026-08-08T02:54:54.115Z+ rustup --version
632026-08-08T02:54:54.124Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-08T02:54:54.128Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-08T02:54:54.147Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-08-08T02:54:54.150Z+ cargo --version
672026-08-08T02:54:54.163Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-08-08T02:54:54.165Z+ rustc --version
692026-08-08T02:54:54.185Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-08-08T02:54:54.188Zprocess exited: duration 15906 ms, exit code 0
 
712026-08-08T02:54:54.194Zstarting task 2: "authentication"
722026-08-08T02:54:54.214Zprocess exited: duration 15 ms, exit code 0
 
732026-08-08T02:54:54.224Zstarting task 3: "clone repository"
742026-08-08T02:54:54.228Z+ mkdir -p /work/oxidecomputer/dendrite
752026-08-08T02:54:54.230Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-08-08T02:54:54.261ZCloning into '/work/oxidecomputer/dendrite'...
772026-08-08T02:54:54.919Z+ cd /work/oxidecomputer/dendrite
782026-08-08T02:54:54.920Z+ git fetch origin c597b425e6aab8036d786187d51d0827d58e5eb6
792026-08-08T02:54:55.214ZFrom https://github.com/oxidecomputer/dendrite
802026-08-08T02:54:55.214Z * branch c597b425e6aab8036d786187d51d0827d58e5eb6 -> FETCH_HEAD
812026-08-08T02:54:55.221Z+ [[ -n '' ]]
822026-08-08T02:54:55.221Z+ git reset --hard c597b425e6aab8036d786187d51d0827d58e5eb6
832026-08-08T02:54:55.230ZHEAD is now at c597b42 introduce NatAddress trait for the NAT ingress tables
842026-08-08T02:54:55.230Zprocess exited: duration 1002 ms, exit code 0
 
852026-08-08T02:54:55.244Zstarting task 4: "build"
862026-08-08T02:54:55.249Z+ source .github/buildomat/common.sh
872026-08-08T02:54:55.250Z++ TOFINO_STAGES=20
882026-08-08T02:54:55.250Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
892026-08-08T02:54:55.250Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
902026-08-08T02:54:55.250Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
912026-08-08T02:54:55.250Z+++ uname -s
922026-08-08T02:54:55.250Z++ '[' SunOS == SunOS ']'
932026-08-08T02:54:55.250Z++ SERIES=illumos
942026-08-08T02:54:55.250Z+++ uname -s
952026-08-08T02:54:55.260Z++ '[' SunOS == SunOS ']'
962026-08-08T02:54:55.260Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
972026-08-08T02:54:55.260Z++ rustup show active-toolchain
982026-08-08T02:54:55.265Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
992026-08-08T02:54:55.265Z+ source .github/buildomat/illumos.sh
1002026-08-08T02:54:55.265Z++ banner 'sde setup'
1012026-08-08T02:54:55.265Z
1022026-08-08T02:54:55.266Z #### ##### ###### #### ###### ##### # # #####
1032026-08-08T02:54:55.266Z # # # # # # # # # # #
1042026-08-08T02:54:55.266Z #### # # ##### #### ##### # # # # #
1052026-08-08T02:54:55.266Z # # # # # # # # # #####
1062026-08-08T02:54:55.266Z # # # # # # # # # # # #
1072026-08-08T02:54:55.266Z #### ##### ###### #### ###### # #### #
1082026-08-08T02:54:55.266Z
1092026-08-08T02:54:55.266Z++ export PKG_SUCCESS_ON_NOP=1
1102026-08-08T02:54:55.266Z++ PKG_SUCCESS_ON_NOP=1
1112026-08-08T02:54:55.266Z++ export PKG=tofino_sde.p5p
1122026-08-08T02:54:55.266Z++ PKG=tofino_sde.p5p
1132026-08-08T02:54:55.266Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1142026-08-08T02:54:55.266Z % Total % Received % Xferd Average Speed Time Time Time Current
1152026-08-08T02:54:55.266Z Dload Upload Total Spent Left Speed
1162026-08-08T02:54:56.610Z 0 0 0 0 0 0 0 0 0 66 76.03M 66 50.29M 0 0 46.19M 0 00:01 00:01 46.20M 100 76.03M 100 76.03M 0 0 56.48M 0 00:01 00:01 46.20M 100 76.03M 100 76.03M 0 0 56.47M 0 00:01 00:01 46.20M 100 76.03M 100 76.03M 0 0 56.47M 0 00:01 00:01 46.20M
1172026-08-08T02:54:56.613Z+++ digest -a sha256 tofino_sde.p5p
1182026-08-08T02:54:56.659Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1192026-08-08T02:54:56.662Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1202026-08-08T02:54:56.662Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1212026-08-08T02:54:57.878Z Startup: Refreshing catalog 'helios' ... Done
1222026-08-08T02:54:58.207Z Startup: Caching catalogs ... Done
1232026-08-08T02:54:58.256Z Startup: Refreshing catalog 'oxide' ... Done
1242026-08-08T02:54:59.832ZPlanning: Solver setup ... Done
1252026-08-08T02:54:59.878ZPlanning: Running solver ... Done
1262026-08-08T02:54:59.910ZPlanning: Finding local manifests ... Done
1272026-08-08T02:54:59.913ZPlanning: Fetching manifests: 1/1 100% complete
1282026-08-08T02:54:59.917ZPlanning: Fetching manifests: 1/1 100% complete
1292026-08-08T02:54:59.933ZPlanning: Package planning ... Done
1302026-08-08T02:54:59.936ZPlanning: Merging actions ... Done
1312026-08-08T02:55:00.025ZPlanning: Checking for conflicting actions ... Done
1322026-08-08T02:55:00.029ZPlanning: Consolidating action changes ... Done
1332026-08-08T02:55:00.831ZPlanning: Evaluating mediators ... Done
1342026-08-08T02:55:00.834ZPlanning: Planning completed in 2.57 seconds
1352026-08-08T02:55:00.838Z Packages to install: 1
1362026-08-08T02:55:00.841Z Create boot environment: No
1372026-08-08T02:55:00.841ZCreate backup boot environment: No
1382026-08-08T02:55:00.864Z
1392026-08-08T02:55:00.864ZDownload: 0/242 items 0.0/75.3MB 0% complete
1402026-08-08T02:55:01.000ZDownload: Completed 75.30 MB in 0.13 seconds (563M/s)
1412026-08-08T02:55:01.199Z Actions: 1/293 actions (Installing new actions)
1422026-08-08T02:55:02.159Z Actions: Completed 293 actions in 0.96 seconds.
1432026-08-08T02:55:02.162ZFinalize: Updating package state database ... Done
1442026-08-08T02:55:02.206ZFinalize: Updating package cache ... Done
1452026-08-08T02:55:02.270ZFinalize: Updating image state ... Done
1462026-08-08T02:55:04.815ZFinalize: Creating fast lookup database ... Done
1472026-08-08T02:55:04.891ZFinalize: Reading search index ... Done
1482026-08-08T02:55:04.894ZFinalize: Updating search index ... Done
1492026-08-08T02:55:05.250ZFinalize: Updating package cache ... Done
1502026-08-08T02:55:05.395Z++ export SDE=/opt/oxide/tofino_sde
1512026-08-08T02:55:05.395Z++ SDE=/opt/oxide/tofino_sde
1522026-08-08T02:55:05.395Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1532026-08-08T02:55:05.395Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1542026-08-08T02:55:05.399Z++ banner packages
1552026-08-08T02:55:05.399Z
1562026-08-08T02:55:05.399Z ##### ## #### # # ## #### ###### ####
1572026-08-08T02:55:05.399Z # # # # # # # # # # # # # #
1582026-08-08T02:55:05.399Z # # # # # #### # # # ##### ####
1592026-08-08T02:55:05.399Z ##### ###### # # # ###### # ### # #
1602026-08-08T02:55:05.400Z # # # # # # # # # # # # # #
1612026-08-08T02:55:05.400Z # # # #### # # # # #### ###### ####
1622026-08-08T02:55:05.400Z
1632026-08-08T02:55:05.400Z++ pfexec pkg install clang-15 pcap gcc14
1642026-08-08T02:55:05.666Z Startup: Refreshing catalog 'helios' ... Done
1652026-08-08T02:55:05.671Z Startup: Refreshing catalog 'oxide' ... Done
1662026-08-08T02:55:06.975ZPlanning: Solver setup ... Done
1672026-08-08T02:55:07.027ZPlanning: Running solver ... Done
1682026-08-08T02:55:07.060ZPlanning: Consolidating action changes ... Done
1692026-08-08T02:55:07.063ZPlanning: Evaluating mediators ... Done
1702026-08-08T02:55:07.063ZPlanning: Planning completed in 1.39 seconds
1712026-08-08T02:55:07.080ZNo updates necessary for this image.
1722026-08-08T02:55:07.193Z++ pfexec pkg set-mediator -V 15 clang llvm
1732026-08-08T02:55:07.407ZPlanning: Evaluating mediator changes ... Done
1742026-08-08T02:55:07.521ZPlanning: Checking for conflicting actions ... Done
1752026-08-08T02:55:07.524ZPlanning: Consolidating action changes ... Done
1762026-08-08T02:55:07.690ZPlanning: Evaluating mediators ... Done
1772026-08-08T02:55:07.693ZPlanning: Planning completed in 0.28 seconds
1782026-08-08T02:55:07.712Z Mediators to change: 2
1792026-08-08T02:55:07.712Z Create boot environment: No
1802026-08-08T02:55:07.715ZCreate backup boot environment: No
1812026-08-08T02:55:07.752ZFinalize: Updating package state database ... Done
1822026-08-08T02:55:07.752ZFinalize: Updating package cache ... Done
1832026-08-08T02:55:07.789ZFinalize: Updating image state ... Done
1842026-08-08T02:55:09.807ZFinalize: Creating fast lookup database ... Done
1852026-08-08T02:55:09.880ZFinalize: Reading search index ... Done
1862026-08-08T02:55:09.883ZFinalize: Updating search index ... Done
1872026-08-08T02:55:09.938ZFinalize: Updating package cache ... Done
1882026-08-08T02:55:10.013Z++ cargo --version
1892026-08-08T02:55:10.024Zcargo 1.90.0 (840b83a10 2025-07-30)
1902026-08-08T02:55:10.026Z++ rustc --version
1912026-08-08T02:55:10.046Zrustc 1.90.0 (1159e78c4 2025-09-14)
1922026-08-08T02:55:10.049Z+ banner copyrights
1932026-08-08T02:55:10.052Z
1942026-08-08T02:55:10.052Z #### #### ##### # # ##### # #### # # ##### ####
1952026-08-08T02:55:10.052Z # # # # # # # # # # # # # # # # #
1962026-08-08T02:55:10.052Z # # # # # # # # # # ###### # ####
1972026-08-08T02:55:10.052Z # # # ##### # ##### # # ### # # # #
1982026-08-08T02:55:10.053Z # # # # # # # # # # # # # # # #
1992026-08-08T02:55:10.053Z #### #### # # # # # #### # # # ####
2002026-08-08T02:55:10.053Z
2012026-08-08T02:55:10.053Z+ ./tools/check_copyrights.sh
2022026-08-08T02:55:10.346Zcommon/src/illumos.rs: Copyright with wrong year
2032026-08-08T02:55:11.145Zdpd/p4/headers.p4: Copyright with wrong year
2042026-08-08T02:55:11.616Zpacket/src/eth.rs: Copyright with wrong year
2052026-08-08T02:55:11.706Zpcap/build.rs: Copyright with wrong year
2062026-08-08T02:55:11.882Ztfportd/src/linklocal.rs: Copyright with wrong year
2072026-08-08T02:55:12.116Z+ banner clippy
2082026-08-08T02:55:12.121Z
2092026-08-08T02:55:12.121Z #### # # ##### ##### # #
2102026-08-08T02:55:12.121Z # # # # # # # # # #
2112026-08-08T02:55:12.121Z # # # # # # # #
2122026-08-08T02:55:12.121Z # # # ##### ##### #
2132026-08-08T02:55:12.121Z # # # # # # #
2142026-08-08T02:55:12.121Z #### ###### # # # #
2152026-08-08T02:55:12.121Z
2162026-08-08T02:55:12.121Z+ for feat in tofino_stub tofino_asic softnpu chaos
2172026-08-08T02:55:12.121Z+ cargo clippy --features tofino_stub -- --deny warnings
2182026-08-08T02:55:12.269Z Updating git repository `https://github.com/oxidecomputer/omicron`
2192026-08-08T02:55:26.040Z Updating crates.io index
2202026-08-08T02:55:26.072Z Updating git repository `https://github.com/illumos/smf-rs`
2212026-08-08T02:55:26.344Z Updating git repository `https://github.com/oxidecomputer/propolis`
2222026-08-08T02:55:27.384Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2232026-08-08T02:55:27.739Z Updating git repository `https://github.com/oxidecomputer/tofino`
2242026-08-08T02:55:28.158Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2252026-08-08T02:55:29.424Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2262026-08-08T02:55:29.701Z Updating git repository `https://github.com/oxidecomputer/ispf`
2272026-08-08T02:55:30.207Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2282026-08-08T02:55:30.600Z Updating git repository `https://github.com/oxidecomputer/lldp`
2292026-08-08T02:55:31.120Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2302026-08-08T02:55:31.391Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2312026-08-08T02:55:31.769Z Updating git repository `https://github.com/oxidecomputer/p4`
2322026-08-08T02:55:32.237Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2332026-08-08T02:55:32.606Z Updating git repository `https://github.com/oxidecomputer/lldp`
2342026-08-08T02:55:32.907Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2352026-08-08T02:55:33.622Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2362026-08-08T02:55:33.967Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2372026-08-08T02:55:34.362Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2382026-08-08T02:55:35.066Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2392026-08-08T02:55:35.345Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2402026-08-08T02:55:35.649Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2412026-08-08T02:55:37.095Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2422026-08-08T02:55:37.645Z Updating git repository `https://github.com/oxidecomputer/propolis`
2432026-08-08T02:55:38.120Z Updating git repository `https://github.com/oxidecomputer/crucible`
2442026-08-08T02:55:40.097Z Updating git repository `https://github.com/oxidecomputer/opte`
2452026-08-08T02:55:40.737Z Updating git repository `https://github.com/oxidecomputer/tofino`
2462026-08-08T02:55:41.031Z Updating git repository `https://github.com/oxidecomputer/clickward`
2472026-08-08T02:55:41.686Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-08-08T02:55:43.882Z Downloading crates ...
2492026-08-08T02:55:43.960Z Downloaded allocator-api2 v0.2.21
2502026-08-08T02:55:43.966Z Downloaded arrayref v0.3.9
2512026-08-08T02:55:43.971Z Downloaded anstyle-query v1.1.4
2522026-08-08T02:55:43.971Z Downloaded adler2 v2.0.1
2532026-08-08T02:55:43.975Z Downloaded anstyle v1.0.14
2542026-08-08T02:55:43.975Z Downloaded async-recursion v1.1.1
2552026-08-08T02:55:43.977Z Downloaded atomicwrites v0.4.4
2562026-08-08T02:55:43.978Z Downloaded cstr-argument v0.1.2
2572026-08-08T02:55:43.980Z Downloaded argon2 v0.5.3
2582026-08-08T02:55:43.985Z Downloaded darling_macro v0.21.3
2592026-08-08T02:55:43.988Z Downloaded anyhow v1.0.102
2602026-08-08T02:55:43.991Z Downloaded foreign-types-macros v0.2.3
2612026-08-08T02:55:43.997Z Downloaded derive-where v1.6.0
2622026-08-08T02:55:43.999Z Downloaded daft v0.1.5
2632026-08-08T02:55:43.999Z Downloaded backoff v0.4.0
2642026-08-08T02:55:44.003Z Downloaded dtrace-parser v0.2.0
2652026-08-08T02:55:44.003Z Downloaded camino-tempfile v1.4.1
2662026-08-08T02:55:44.005Z Downloaded crypto-common v0.1.6
2672026-08-08T02:55:44.008Z Downloaded derive-ex v0.1.8
2682026-08-08T02:55:44.011Z Downloaded convert_case v0.4.0
2692026-08-08T02:55:44.011Z Downloaded cmake v0.1.54
2702026-08-08T02:55:44.014Z Downloaded aead v0.5.2
2712026-08-08T02:55:44.019Z Downloaded dropshot-api-manager-types v0.7.2
2722026-08-08T02:55:44.019Z Downloaded colored v3.1.1
2732026-08-08T02:55:44.023Z Downloaded crypto-common v0.2.2
2742026-08-08T02:55:44.023Z Downloaded const-oid v0.10.2
2752026-08-08T02:55:44.026Z Downloaded digest v0.11.3
2762026-08-08T02:55:44.026Z Downloaded dof v0.3.0
2772026-08-08T02:55:44.031Z Downloaded dof v0.4.0
2782026-08-08T02:55:44.036Z Downloaded ciborium-ll v0.2.2
2792026-08-08T02:55:44.036Z Downloaded defmt v1.0.1
2802026-08-08T02:55:44.039Z Downloaded clap_lex v1.1.0
2812026-08-08T02:55:44.039Z Downloaded dropshot_endpoint v0.17.1
2822026-08-08T02:55:44.043Z Downloaded crucible-workspace-hack v0.1.0
2832026-08-08T02:55:44.043Z Downloaded futures-macro v0.3.32
2842026-08-08T02:55:44.046Z Downloaded displaydoc v0.2.5
2852026-08-08T02:55:44.050Z Downloaded dtrace-parser v0.3.0
2862026-08-08T02:55:44.050Z Downloaded flate2 v1.1.2
2872026-08-08T02:55:44.053Z Downloaded dropshot_endpoint v0.16.7
2882026-08-08T02:55:44.057Z Downloaded async-stream-impl v0.3.6
2892026-08-08T02:55:44.071Z Downloaded drift v0.2.0
2902026-08-08T02:55:44.074Z Downloaded futures-io v0.3.32
2912026-08-08T02:55:44.074Z Downloaded ciborium-io v0.2.2
2922026-08-08T02:55:44.074Z Downloaded fastrand v2.3.0
2932026-08-08T02:55:44.074Z Downloaded git-stub v1.0.0
2942026-08-08T02:55:44.074Z Downloaded hex v0.4.3
2952026-08-08T02:55:44.074Z Downloaded either v1.15.0
2962026-08-08T02:55:44.077Z Downloaded colorchoice v1.0.4
2972026-08-08T02:55:44.077Z Downloaded derive_more v0.99.20
2982026-08-08T02:55:44.084Z Downloaded fixedbitset v0.4.2
2992026-08-08T02:55:44.088Z Downloaded futures-core v0.3.32
3002026-08-08T02:55:44.088Z Downloaded atomic-waker v1.1.2
3012026-08-08T02:55:44.088Z Downloaded heck v0.5.0
3022026-08-08T02:55:44.091Z Downloaded heck v0.4.1
3032026-08-08T02:55:44.092Z Downloaded httpdate v1.0.3
3042026-08-08T02:55:44.092Z Downloaded enum-as-inner v0.6.1
3052026-08-08T02:55:44.096Z Downloaded embedded-io v0.4.0
3062026-08-08T02:55:44.100Z Downloaded embedded-io v0.6.1
3072026-08-08T02:55:44.100Z Downloaded hostname v0.3.1
3082026-08-08T02:55:44.100Z Downloaded foreign-types v0.3.2
3092026-08-08T02:55:44.104Z Downloaded hubpack_derive v0.1.1
3102026-08-08T02:55:44.104Z Downloaded block-buffer v0.12.0
3112026-08-08T02:55:44.104Z Downloaded constant_time_eq v0.3.1
3122026-08-08T02:55:44.107Z Downloaded hash32 v0.3.1
3132026-08-08T02:55:44.107Z Downloaded defmt v0.3.100
3142026-08-08T02:55:44.112Z Downloaded errno v0.3.14
3152026-08-08T02:55:44.115Z Downloaded crossbeam-deque v0.8.6
3162026-08-08T02:55:44.115Z Downloaded globset v0.4.16
3172026-08-08T02:55:44.115Z Downloaded dunce v1.0.5
3182026-08-08T02:55:44.118Z Downloaded csv-core v0.1.12
3192026-08-08T02:55:44.120Z Downloaded gethostname v0.5.0
3202026-08-08T02:55:44.120Z Downloaded console v0.15.11
3212026-08-08T02:55:44.123Z Downloaded byteorder v1.5.0
3222026-08-08T02:55:44.128Z Downloaded async-stream v0.3.6
3232026-08-08T02:55:44.131Z Downloaded hubpack v0.1.2
3242026-08-08T02:55:44.131Z Downloaded hyper-tls v0.6.0
3252026-08-08T02:55:44.131Z Downloaded ident_case v1.0.1
3262026-08-08T02:55:44.134Z Downloaded generic-array v0.14.7
3272026-08-08T02:55:44.134Z Downloaded dyn-clone v1.0.20
3282026-08-08T02:55:44.137Z Downloaded indent_write v2.2.0
3292026-08-08T02:55:44.137Z Downloaded foreign-types v0.5.0
3302026-08-08T02:55:44.141Z Downloaded defmt-parser v1.0.0
3312026-08-08T02:55:44.141Z Downloaded http-body v1.0.1
3322026-08-08T02:55:44.150Z Downloaded foldhash v0.2.0
3332026-08-08T02:55:44.153Z Downloaded internet-checksum v0.2.1
3342026-08-08T02:55:44.153Z Downloaded is_terminal_polyfill v1.70.1
3352026-08-08T02:55:44.153Z Downloaded is-terminal v0.4.16
3362026-08-08T02:55:44.153Z Downloaded hostname v0.4.2
3372026-08-08T02:55:44.153Z Downloaded bitflags v1.3.2
3382026-08-08T02:55:44.153Z Downloaded arrayvec v0.7.6
3392026-08-08T02:55:44.156Z Downloaded idna_adapter v1.2.1
3402026-08-08T02:55:44.162Z Downloaded foreign-types-shared v0.1.1
3412026-08-08T02:55:44.162Z Downloaded chacha20 v0.9.1
3422026-08-08T02:55:44.166Z Downloaded group v0.13.0
3432026-08-08T02:55:44.166Z Downloaded fs_extra v1.3.0
3442026-08-08T02:55:44.166Z Downloaded ff v0.13.1
3452026-08-08T02:55:44.171Z Downloaded find-msvc-tools v0.1.9
3462026-08-08T02:55:44.171Z Downloaded itoa v1.0.15
3472026-08-08T02:55:44.171Z Downloaded base64ct v1.8.0
3482026-08-08T02:55:44.175Z Downloaded deranged v0.5.3
3492026-08-08T02:55:44.176Z Downloaded bcs v0.1.6
3502026-08-08T02:55:44.179Z Downloaded lazy_static v1.5.0
3512026-08-08T02:55:44.180Z Downloaded is_ci v1.2.0
3522026-08-08T02:55:44.183Z Downloaded cipher v0.4.4
3532026-08-08T02:55:44.183Z Downloaded cexpr v0.6.0
3542026-08-08T02:55:44.183Z Downloaded kstat-rs v0.2.4
3552026-08-08T02:55:44.187Z Downloaded autocfg v1.5.0
3562026-08-08T02:55:44.187Z Downloaded futures-channel v0.3.32
3572026-08-08T02:55:44.191Z Downloaded http-body-util v0.1.3
3582026-08-08T02:55:44.195Z Downloaded glob v0.3.3
3592026-08-08T02:55:44.196Z Downloaded camino v1.2.3
3602026-08-08T02:55:44.196Z Downloaded humantime v2.3.0
3612026-08-08T02:55:44.201Z Downloaded futures-executor v0.3.32
3622026-08-08T02:55:44.201Z Downloaded erased-serde v0.3.31
3632026-08-08T02:55:44.205Z Downloaded linked-hash-map v0.5.6
3642026-08-08T02:55:44.205Z Downloaded match_cfg v0.1.0
3652026-08-08T02:55:44.205Z Downloaded libscf-sys v1.2.0
3662026-08-08T02:55:44.205Z Downloaded highway v1.3.0
3672026-08-08T02:55:44.209Z Downloaded lru-slab v0.1.2
3682026-08-08T02:55:44.209Z Downloaded hmac v0.12.1
3692026-08-08T02:55:44.215Z Downloaded memoffset v0.9.1
3702026-08-08T02:55:44.215Z Downloaded lru-cache v0.1.2
3712026-08-08T02:55:44.215Z Downloaded foldhash v0.1.5
3722026-08-08T02:55:44.217Z Downloaded bit-vec v0.8.0
3732026-08-08T02:55:44.217Z Downloaded memmap v0.7.0
3742026-08-08T02:55:44.218Z Downloaded macaddr v1.0.1
3752026-08-08T02:55:44.221Z Downloaded const_format_proc_macros v0.2.34
3762026-08-08T02:55:44.224Z Downloaded bytecount v0.6.9
3772026-08-08T02:55:44.225Z Downloaded compression-codecs v0.4.32
3782026-08-08T02:55:44.227Z Downloaded num_enum_derive v0.5.11
3792026-08-08T02:55:44.227Z Downloaded num-derive v0.4.2
3802026-08-08T02:55:44.230Z Downloaded newtype-uuid-macros v0.1.0
3812026-08-08T02:55:44.233Z Downloaded num v0.4.3
3822026-08-08T02:55:44.233Z Downloaded newline-converter v0.3.0
3832026-08-08T02:55:44.235Z Downloaded crc32fast v1.5.0
3842026-08-08T02:55:44.254Z Downloaded num-iter v0.1.45
3852026-08-08T02:55:44.254Z Downloaded num_threads v0.1.7
3862026-08-08T02:55:44.254Z Downloaded ingot-types v0.1.2
3872026-08-08T02:55:44.254Z Downloaded num-conv v0.2.1
3882026-08-08T02:55:44.254Z Downloaded getrandom v0.2.16
3892026-08-08T02:55:44.254Z Downloaded crossbeam-utils v0.8.21
3902026-08-08T02:55:44.254Z Downloaded ingot v0.1.1
3912026-08-08T02:55:44.254Z Downloaded clang-sys v1.8.1
3922026-08-08T02:55:44.258Z Downloaded darling v0.21.3
3932026-08-08T02:55:44.258Z Downloaded jobserver v0.1.34
3942026-08-08T02:55:44.258Z Downloaded httparse v1.10.1
3952026-08-08T02:55:44.262Z Downloaded openssl-probe v0.1.6
3962026-08-08T02:55:44.262Z Downloaded keccak v0.1.6
3972026-08-08T02:55:44.262Z Downloaded libsw v3.5.0
3982026-08-08T02:55:44.265Z Downloaded olpc-cjson v0.1.4
3992026-08-08T02:55:44.265Z Downloaded crossbeam-epoch v0.9.18
4002026-08-08T02:55:44.268Z Downloaded opaque-debug v0.3.1
4012026-08-08T02:55:44.268Z Downloaded cookie v0.18.1
4022026-08-08T02:55:44.271Z Downloaded fixedbitset v0.5.7
4032026-08-08T02:55:44.276Z Downloaded bitflags v2.11.1
4042026-08-08T02:55:44.279Z Downloaded ipnetwork v0.21.1
4052026-08-08T02:55:44.279Z Downloaded omicron-workspace-hack v0.1.0
4062026-08-08T02:55:44.279Z Downloaded ipnet v2.11.0
4072026-08-08T02:55:44.279Z Downloaded clap_derive v4.6.1
4082026-08-08T02:55:44.282Z Downloaded parse-display v0.10.0
4092026-08-08T02:55:44.282Z Downloaded openssl-macros v0.1.1
4102026-08-08T02:55:44.285Z Downloaded ciborium v0.2.2
4112026-08-08T02:55:44.288Z Downloaded percent-encoding v2.3.2
4122026-08-08T02:55:44.288Z Downloaded linear-map v1.2.0
4132026-08-08T02:55:44.288Z Downloaded libsw-core v0.3.2
4142026-08-08T02:55:44.291Z Downloaded managed v0.8.0
4152026-08-08T02:55:44.294Z Downloaded phf_shared v0.12.1
4162026-08-08T02:55:44.294Z Downloaded hybrid-array v0.4.12
4172026-08-08T02:55:44.297Z Downloaded filetime v0.2.26
4182026-08-08T02:55:44.297Z Downloaded critical-section v1.2.0
4192026-08-08T02:55:44.300Z Downloaded hyper-rustls v0.27.7
4202026-08-08T02:55:44.300Z Downloaded newtype_derive v0.1.6
4212026-08-08T02:55:44.303Z Downloaded iana-time-zone v0.1.64
4222026-08-08T02:55:44.306Z Downloaded mime v0.3.17
4232026-08-08T02:55:44.306Z Downloaded cargo_metadata v0.18.1
4242026-08-08T02:55:44.310Z Downloaded async-trait v0.1.89
4252026-08-08T02:55:44.312Z Downloaded instant v0.1.13
4262026-08-08T02:55:44.312Z Downloaded fs-err v3.1.2
4272026-08-08T02:55:44.315Z Downloaded inout v0.1.4
4282026-08-08T02:55:44.315Z Downloaded futures-sink v0.3.32
4292026-08-08T02:55:44.319Z Downloaded num_enum v0.7.5
4302026-08-08T02:55:44.322Z Downloaded multer v3.1.0
4312026-08-08T02:55:44.322Z Downloaded num-complex v0.4.6
4322026-08-08T02:55:44.325Z Downloaded proc-macro-error-attr2 v2.0.0
4332026-08-08T02:55:44.325Z Downloaded progenitor-client v0.11.1
4342026-08-08T02:55:44.328Z Downloaded proc-macro-crate v1.3.1
4352026-08-08T02:55:44.328Z Downloaded potential_utf v0.1.3
4362026-08-08T02:55:44.331Z Downloaded progenitor-client v0.10.0
4372026-08-08T02:55:44.331Z Downloaded num_enum v0.5.11
4382026-08-08T02:55:44.333Z Downloaded clap v4.6.1
4392026-08-08T02:55:44.338Z Downloaded git-stub-vcs v0.1.0
4402026-08-08T02:55:44.341Z Downloaded elliptic-curve v0.13.8
4412026-08-08T02:55:44.344Z Downloaded blake2 v0.10.6
4422026-08-08T02:55:44.347Z Downloaded cancel-safe-futures v0.1.5
4432026-08-08T02:55:44.351Z Downloaded progenitor-macro v0.10.0
4442026-08-08T02:55:44.351Z Downloaded darling_core v0.21.3
4452026-08-08T02:55:44.357Z Downloaded ingot-macros v0.1.1
4462026-08-08T02:55:44.357Z Downloaded progenitor-macro v0.11.1
4472026-08-08T02:55:44.360Z Downloaded daft-derive v0.1.5
4482026-08-08T02:55:44.360Z Downloaded quick-error v1.2.3
4492026-08-08T02:55:44.360Z Downloaded progenitor-client v0.14.0
4502026-08-08T02:55:44.363Z Downloaded proc-macro-error-attr v1.0.4
4512026-08-08T02:55:44.363Z Downloaded num_enum_derive v0.7.5
4522026-08-08T02:55:44.367Z Downloaded litemap v0.8.0
4532026-08-08T02:55:44.368Z Downloaded owo-colors v4.3.0
4542026-08-08T02:55:44.372Z Downloaded half v2.7.1
4552026-08-08T02:55:44.372Z Downloaded oxnet v0.1.6
4562026-08-08T02:55:44.376Z Downloaded libloading v0.8.9
4572026-08-08T02:55:44.376Z Downloaded num-rational v0.4.2
4582026-08-08T02:55:44.376Z Downloaded phf v0.12.1
4592026-08-08T02:55:44.381Z Downloaded pest_generator v2.8.2
4602026-08-08T02:55:44.381Z Downloaded pem v3.0.5
4612026-08-08T02:55:44.385Z Downloaded ref-cast-impl v1.0.25
4622026-08-08T02:55:44.385Z Downloaded paste v1.0.15
4632026-08-08T02:55:44.385Z Downloaded parse-display-derive v0.10.0
4642026-08-08T02:55:44.385Z Downloaded oxide-tokio-rt v0.1.2
4652026-08-08T02:55:44.389Z Downloaded rustc-hash v2.1.1
4662026-08-08T02:55:44.389Z Downloaded ref-cast v1.0.25
4672026-08-08T02:55:44.394Z Downloaded rustc_version v0.4.1
4682026-08-08T02:55:44.394Z Downloaded rustc_version v0.1.7
4692026-08-08T02:55:44.394Z Downloaded lock_api v0.4.14
4702026-08-08T02:55:44.397Z Downloaded rand_xorshift v0.4.0
4712026-08-08T02:55:44.397Z Downloaded num-integer v0.1.46
4722026-08-08T02:55:44.397Z Downloaded pkg-config v0.3.32
4732026-08-08T02:55:44.402Z Downloaded icu_properties v2.0.1
4742026-08-08T02:55:44.402Z Downloaded indexmap v1.9.3
4752026-08-08T02:55:44.405Z Downloaded newtype-uuid v1.3.2
4762026-08-08T02:55:44.405Z Downloaded memmap2 v0.9.8
4772026-08-08T02:55:44.405Z Downloaded plain v0.2.3
4782026-08-08T02:55:44.409Z Downloaded pin-project-internal v1.1.10
4792026-08-08T02:55:44.410Z Downloaded poly1305 v0.8.0
4802026-08-08T02:55:44.412Z Downloaded icu_provider v2.0.0
4812026-08-08T02:55:44.412Z Downloaded getrandom v0.3.3
4822026-08-08T02:55:44.415Z Downloaded same-file v1.0.6
4832026-08-08T02:55:44.418Z Downloaded base64 v0.22.1
4842026-08-08T02:55:44.418Z Downloaded getrandom v0.4.2
4852026-08-08T02:55:44.421Z Downloaded proc-macro-error2 v2.0.1
4862026-08-08T02:55:44.424Z Downloaded proc-macro-error v1.0.4
4872026-08-08T02:55:44.430Z Downloaded chacha20poly1305 v0.10.1
4882026-08-08T02:55:44.430Z Downloaded futures v0.3.32
4892026-08-08T02:55:44.434Z Downloaded progenitor v0.11.1
4902026-08-08T02:55:44.434Z Downloaded ppv-lite86 v0.2.21
4912026-08-08T02:55:44.438Z Downloaded bytes v1.12.0
4922026-08-08T02:55:44.438Z Downloaded cc v1.2.64
4932026-08-08T02:55:44.442Z Downloaded pretty-hex v0.4.1
4942026-08-08T02:55:44.442Z Downloaded rand_chacha v0.3.1
4952026-08-08T02:55:44.442Z Downloaded progenitor v0.10.0
4962026-08-08T02:55:44.445Z Downloaded omicron-zone-package v0.12.2
4972026-08-08T02:55:44.445Z Downloaded secrecy v0.10.3
4982026-08-08T02:55:44.448Z Downloaded powerfmt v0.2.0
4992026-08-08T02:55:44.448Z Downloaded native-tls v0.2.14
5002026-08-08T02:55:44.448Z Downloaded fnv v1.0.7
5012026-08-08T02:55:44.452Z Downloaded parking_lot_core v0.9.12
5022026-08-08T02:55:44.452Z Downloaded log v0.4.29
5032026-08-08T02:55:44.456Z Downloaded float-ord v0.3.2
5042026-08-08T02:55:44.456Z Downloaded equivalent v1.0.2
5052026-08-08T02:55:44.462Z Downloaded once_cell v1.21.3
5062026-08-08T02:55:44.462Z Downloaded parking_lot v0.12.5
5072026-08-08T02:55:44.462Z Downloaded progenitor-macro v0.14.0
5082026-08-08T02:55:44.465Z Downloaded rand_core v0.9.3
5092026-08-08T02:55:44.465Z Downloaded scopeguard v1.2.0
5102026-08-08T02:55:44.465Z Downloaded cargo-platform v0.1.9
5112026-08-08T02:55:44.465Z Downloaded semver v0.1.20
5122026-08-08T02:55:44.468Z Downloaded scroll_derive v0.13.1
5132026-08-08T02:55:44.468Z Downloaded scroll_derive v0.12.1
5142026-08-08T02:55:44.468Z Downloaded foreign-types-shared v0.3.1
5152026-08-08T02:55:44.473Z Downloaded heapless v0.8.0
5162026-08-08T02:55:44.476Z Downloaded serde_repr v0.1.20
5172026-08-08T02:55:44.476Z Downloaded serde_spanned v0.6.9
5182026-08-08T02:55:44.476Z Downloaded serde_plain v1.0.2
5192026-08-08T02:55:44.476Z Downloaded rand_chacha v0.9.0
5202026-08-08T02:55:44.479Z Downloaded form_urlencoded v1.2.2
5212026-08-08T02:55:44.479Z Downloaded debug-ignore v1.0.5
5222026-08-08T02:55:44.482Z Downloaded curve25519-dalek-derive v0.1.1
5232026-08-08T02:55:44.482Z Downloaded pest_derive v2.8.2
5242026-08-08T02:55:44.485Z Downloaded pin-project-lite v0.2.16
5252026-08-08T02:55:44.487Z Downloaded futures-task v0.3.32
5262026-08-08T02:55:44.487Z Downloaded crc8 v0.1.1
5272026-08-08T02:55:44.490Z Downloaded compression-core v0.4.32
5282026-08-08T02:55:44.490Z Downloaded serde-big-array v0.5.1
5292026-08-08T02:55:44.493Z Downloaded serde_urlencoded v0.7.1
5302026-08-08T02:55:44.493Z Downloaded search_path v0.1.4
5312026-08-08T02:55:44.495Z Downloaded num-traits v0.2.19
5322026-08-08T02:55:44.495Z Downloaded base16ct v0.2.0
5332026-08-08T02:55:44.500Z Downloaded sha1 v0.11.0
5342026-08-08T02:55:44.500Z Downloaded pest_meta v2.8.2
5352026-08-08T02:55:44.503Z Downloaded icu_normalizer_data v2.0.0
5362026-08-08T02:55:44.503Z Downloaded icu_locale_core v2.0.0
5372026-08-08T02:55:44.506Z Downloaded icu_normalizer v2.0.0
5382026-08-08T02:55:44.508Z Downloaded crypto-bigint v0.5.5
5392026-08-08T02:55:44.512Z Downloaded progenitor v0.14.0
5402026-08-08T02:55:44.514Z Downloaded const_format v0.2.34
5412026-08-08T02:55:44.517Z Downloaded rustls-pemfile v2.2.0
5422026-08-08T02:55:44.520Z Downloaded siphasher v1.0.1
5432026-08-08T02:55:44.520Z Downloaded resolv-conf v0.7.5
5442026-08-08T02:55:44.524Z Downloaded slog-bunyan v2.5.0
5452026-08-08T02:55:44.524Z Downloaded sigpipe v0.1.3
5462026-08-08T02:55:44.524Z Downloaded sha1 v0.10.6
5472026-08-08T02:55:44.528Z Downloaded signal-hook-tokio v0.4.0
5482026-08-08T02:55:44.528Z Downloaded cobs v0.3.0
5492026-08-08T02:55:44.529Z Downloaded cpufeatures v0.3.0
5502026-08-08T02:55:44.533Z Downloaded hickory-resolver v0.24.4
5512026-08-08T02:55:44.533Z Downloaded cfg_aliases v0.2.1
5522026-08-08T02:55:44.535Z Downloaded data-encoding v2.9.0
5532026-08-08T02:55:44.535Z Downloaded jiff-static v0.2.15
5542026-08-08T02:55:44.535Z Downloaded smawk v0.3.2
5552026-08-08T02:55:44.539Z Downloaded cpufeatures v0.2.17
5562026-08-08T02:55:44.539Z Downloaded digest v0.10.7
5572026-08-08T02:55:44.542Z Downloaded cfg-if v1.0.4
5582026-08-08T02:55:44.542Z Downloaded rusty-fork v0.3.0
5592026-08-08T02:55:44.542Z Downloaded rustversion v1.0.22
5602026-08-08T02:55:44.544Z Downloaded strsim v0.11.1
5612026-08-08T02:55:44.544Z Downloaded block-buffer v0.10.4
5622026-08-08T02:55:44.547Z Downloaded schemars_derive v0.8.22
5632026-08-08T02:55:44.547Z Downloaded papergrid v0.11.0
5642026-08-08T02:55:44.550Z Downloaded bit-set v0.8.0
5652026-08-08T02:55:44.553Z Downloaded anstyle-parse v1.0.0
5662026-08-08T02:55:44.553Z Downloaded defmt-macros v1.0.1
5672026-08-08T02:55:44.555Z Downloaded anstream v1.0.0
5682026-08-08T02:55:44.558Z Downloaded password-hash v0.5.0
5692026-08-08T02:55:44.562Z Downloaded serde_spanned v1.1.1
5702026-08-08T02:55:44.564Z Downloaded quote v1.0.45
5712026-08-08T02:55:44.567Z Downloaded scroll v0.13.0
5722026-08-08T02:55:44.567Z Downloaded strum v0.26.3
5732026-08-08T02:55:44.570Z Downloaded strum v0.28.0
5742026-08-08T02:55:44.570Z Downloaded structmeta-derive v0.3.0
5752026-08-08T02:55:44.574Z Downloaded stable_deref_trait v1.2.0
5762026-08-08T02:55:44.574Z Downloaded scroll v0.12.0
5772026-08-08T02:55:44.574Z Downloaded quinn-udp v0.5.14
5782026-08-08T02:55:44.577Z Downloaded hickory-resolver v0.25.2
5792026-08-08T02:55:44.580Z Downloaded rand_core v0.6.4
5802026-08-08T02:55:44.583Z Downloaded icu_collections v2.0.0
5812026-08-08T02:55:44.586Z Downloaded strum v0.27.2
5822026-08-08T02:55:44.589Z Downloaded miniz_oxide v0.8.9
5832026-08-08T02:55:44.589Z Downloaded sync_wrapper v1.0.2
5842026-08-08T02:55:44.592Z Downloaded swrite v0.1.0
5852026-08-08T02:55:44.592Z Downloaded supports-color v3.0.2
5862026-08-08T02:55:44.594Z Downloaded signal-hook-registry v1.4.6
5872026-08-08T02:55:44.595Z Downloaded pin-project v1.1.10
5882026-08-08T02:55:44.600Z Downloaded curl v0.4.50
5892026-08-08T02:55:44.604Z Downloaded shlex v1.3.0
5902026-08-08T02:55:44.607Z Downloaded async-compression v0.4.33
5912026-08-08T02:55:44.609Z Downloaded postcard v1.1.3
5922026-08-08T02:55:44.609Z Downloaded sha2 v0.10.9
5932026-08-08T02:55:44.613Z Downloaded serde_tokenstream v0.2.3
5942026-08-08T02:55:44.613Z Downloaded serde_derive_internals v0.29.1
5952026-08-08T02:55:44.616Z Downloaded terminal_size v0.4.3
5962026-08-08T02:55:44.616Z Downloaded take_mut v0.2.2
5972026-08-08T02:55:44.616Z Downloaded shlex v2.0.1
5982026-08-08T02:55:44.619Z Downloaded termtree v0.5.1
5992026-08-08T02:55:44.619Z Downloaded tabled_derive v0.7.0
6002026-08-08T02:55:44.622Z Downloaded tagptr v0.2.0
6012026-08-08T02:55:44.627Z Downloaded tabwriter v1.4.1
6022026-08-08T02:55:44.627Z Downloaded slog-dtrace v0.3.0
6032026-08-08T02:55:44.630Z Downloaded structmeta v0.3.0
6042026-08-08T02:55:44.630Z Downloaded snafu-derive v0.8.9
6052026-08-08T02:55:44.634Z Downloaded smf v0.2.3
6062026-08-08T02:55:44.634Z Downloaded slog-term v2.9.2
6072026-08-08T02:55:44.638Z Downloaded time-core v0.1.8
6082026-08-08T02:55:44.642Z Downloaded papergrid v0.18.0
6092026-08-08T02:55:44.645Z Downloaded progenitor-impl v0.10.0
6102026-08-08T02:55:44.645Z Downloaded testing_table v0.3.0
6112026-08-08T02:55:44.645Z Downloaded slog-async v2.8.0
6122026-08-08T02:55:44.645Z Downloaded ryu v1.0.20
6132026-08-08T02:55:44.648Z Downloaded proc-macro2 v1.0.106
6142026-08-08T02:55:44.650Z Downloaded hashbrown v0.12.3
6152026-08-08T02:55:44.653Z Downloaded dropshot-api-manager v0.7.2
6162026-08-08T02:55:44.656Z Downloaded serde_path_to_error v0.1.20
6172026-08-08T02:55:44.659Z Downloaded static_assertions v1.1.0
6182026-08-08T02:55:44.659Z Downloaded subtle v2.6.1
6192026-08-08T02:55:44.663Z Downloaded thread-id v5.0.0
6202026-08-08T02:55:44.663Z Downloaded thread-id v4.2.2
6212026-08-08T02:55:44.666Z Downloaded strum_macros v0.28.0
6222026-08-08T02:55:44.666Z Downloaded strum_macros v0.27.2
6232026-08-08T02:55:44.666Z Downloaded tinyvec_macros v0.1.1
6242026-08-08T02:55:44.669Z Downloaded semver v1.0.28
6252026-08-08T02:55:44.671Z Downloaded expectorate v1.2.0
6262026-08-08T02:55:44.674Z Downloaded serde_with_macros v3.14.1
6272026-08-08T02:55:44.677Z Downloaded strum_macros v0.26.4
6282026-08-08T02:55:44.683Z Downloaded indexmap v2.14.0
6292026-08-08T02:55:44.686Z Downloaded prettyplease v0.2.37
6302026-08-08T02:55:44.688Z Downloaded toml_write v0.1.2
6312026-08-08T02:55:44.692Z Downloaded synstructure v0.13.2
6322026-08-08T02:55:44.696Z Downloaded toml_datetime v0.6.11
6332026-08-08T02:55:44.698Z Downloaded crossbeam-channel v0.5.15
6342026-08-08T02:55:44.702Z Downloaded schemars v0.8.22
6352026-08-08T02:55:44.710Z Downloaded topological-sort v0.2.2
6362026-08-08T02:55:44.713Z Downloaded signal-hook v0.4.4
6372026-08-08T02:55:44.716Z Downloaded rustls-pki-types v1.12.0
6382026-08-08T02:55:44.719Z Downloaded slab v0.4.11
6392026-08-08T02:55:44.722Z Downloaded tower-service v0.3.3
6402026-08-08T02:55:44.725Z Downloaded http v1.4.2
6412026-08-08T02:55:44.725Z Downloaded thiserror-impl-no-std v2.0.2
6422026-08-08T02:55:44.725Z Downloaded try-lock v0.2.5
6432026-08-08T02:55:44.728Z Downloaded tower-layer v0.3.3
6442026-08-08T02:55:44.728Z Downloaded slog-json v2.6.1
6452026-08-08T02:55:44.728Z Downloaded thiserror-impl v1.0.69
6462026-08-08T02:55:44.731Z Downloaded typify-macro v0.4.3
6472026-08-08T02:55:44.731Z Downloaded thiserror v1.0.69
6482026-08-08T02:55:44.734Z Downloaded typify-macro v0.6.2
6492026-08-08T02:55:44.734Z Downloaded clap_builder v4.6.0
6502026-08-08T02:55:44.737Z Downloaded aho-corasick v1.1.3
6512026-08-08T02:55:44.740Z Downloaded progenitor-impl v0.14.0
6522026-08-08T02:55:44.743Z Downloaded progenitor-impl v0.11.1
6532026-08-08T02:55:44.746Z Downloaded thiserror v2.0.18
6542026-08-08T02:55:44.748Z Downloaded thiserror-impl v2.0.18
6552026-08-08T02:55:44.748Z Downloaded thread_local v1.1.9
6562026-08-08T02:55:44.751Z Downloaded serde_yaml v0.9.34+deprecated
6572026-08-08T02:55:44.751Z Downloaded thiserror-no-std v2.0.2
6582026-08-08T02:55:44.754Z Downloaded unarray v0.1.4
6592026-08-08T02:55:44.754Z Downloaded tokio-macros v2.7.0
6602026-08-08T02:55:44.757Z Downloaded tokio-dtrace v0.1.1
6612026-08-08T02:55:44.757Z Downloaded time-macros v0.2.27
6622026-08-08T02:55:44.760Z Downloaded untrusted v0.7.1
6632026-08-08T02:55:44.760Z Downloaded unicode-linebreak v0.1.5
6642026-08-08T02:55:44.760Z Downloaded spin v0.9.8
6652026-08-08T02:55:44.763Z Downloaded serde_derive v1.0.228
6662026-08-08T02:55:44.767Z Downloaded tokio-native-tls v0.3.1
6672026-08-08T02:55:44.770Z Downloaded tinystr v0.8.1
6682026-08-08T02:55:44.770Z Downloaded tokio-rustls v0.25.0
6692026-08-08T02:55:44.775Z Downloaded usdt v0.6.0
6702026-08-08T02:55:44.778Z Downloaded usdt v0.5.0
6712026-08-08T02:55:44.781Z Downloaded usdt-macro v0.5.0
6722026-08-08T02:55:44.781Z Downloaded usdt-attr-macro v0.6.0
6732026-08-08T02:55:44.781Z Downloaded usdt-attr-macro v0.5.0
6742026-08-08T02:55:44.784Z Downloaded tempfile v3.27.0
6752026-08-08T02:55:44.784Z Downloaded serde_core v1.0.228
6762026-08-08T02:55:44.784Z Downloaded untrusted v0.9.0
6772026-08-08T02:55:44.789Z Downloaded memchr v2.7.5
6782026-08-08T02:55:44.793Z Downloaded similar v2.7.0
6792026-08-08T02:55:44.798Z Downloaded mio v1.2.1
6802026-08-08T02:55:44.801Z Downloaded utf8parse v0.2.2
6812026-08-08T02:55:44.804Z Downloaded toml_writer v1.1.1+spec-1.1.0
6822026-08-08T02:55:44.804Z Downloaded wait-timeout v0.2.1
6832026-08-08T02:55:44.804Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6842026-08-08T02:55:44.807Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6852026-08-08T02:55:44.807Z Downloaded term v1.2.0
6862026-08-08T02:55:44.810Z Downloaded usdt-macro v0.6.0
6872026-08-08T02:55:44.810Z Downloaded want v0.3.1
6882026-08-08T02:55:44.810Z Downloaded qorb v0.4.1
6892026-08-08T02:55:44.812Z Downloaded socket2 v0.6.4
6902026-08-08T02:55:44.815Z Downloaded slog v2.8.2
6912026-08-08T02:55:44.815Z Downloaded socket2 v0.5.10
6922026-08-08T02:55:44.822Z Downloaded waitgroup v0.1.2
6932026-08-08T02:55:44.824Z Downloaded xattr v1.6.1
6942026-08-08T02:55:44.827Z Downloaded hashbrown v0.17.1
6952026-08-08T02:55:44.831Z Downloaded smallvec v1.15.1
6962026-08-08T02:55:44.831Z Downloaded hashbrown v0.15.5
6972026-08-08T02:55:44.835Z Downloaded rand v0.8.5
6982026-08-08T02:55:44.838Z Downloaded quinn v0.11.9
6992026-08-08T02:55:44.841Z Downloaded scuffle v0.1.0
7002026-08-08T02:55:44.844Z Downloaded openssl-sys v0.9.117
7012026-08-08T02:55:44.848Z Downloaded unicode-xid v0.2.6
7022026-08-08T02:55:44.850Z Downloaded yoke-derive v0.8.0
7032026-08-08T02:55:44.853Z Downloaded zerofrom-derive v0.1.6
7042026-08-08T02:55:44.853Z Downloaded hyper-util v0.1.20
7052026-08-08T02:55:44.856Z Downloaded tokio-rustls v0.26.4
7062026-08-08T02:55:44.859Z Downloaded usdt-impl v0.5.0
7072026-08-08T02:55:44.862Z Downloaded toml v0.8.23
7082026-08-08T02:55:44.865Z Downloaded universal-hash v0.5.1
7092026-08-08T02:55:44.868Z Downloaded zerofrom v0.1.6
7102026-08-08T02:55:44.868Z Downloaded zone_cfg_derive v0.3.1
7112026-08-08T02:55:44.868Z Downloaded toml_parser v1.1.2+spec-1.1.0
7122026-08-08T02:55:44.871Z Downloaded minimal-lexical v0.2.1
7132026-08-08T02:55:44.876Z Downloaded zone v0.3.1
7142026-08-08T02:55:44.885Z Downloaded test-strategy v0.4.3
7152026-08-08T02:55:44.887Z Downloaded version_check v0.9.5
7162026-08-08T02:55:44.904Z Downloaded walkdir v2.5.0
7172026-08-08T02:55:44.909Z Downloaded utf8_iter v1.0.4
7182026-08-08T02:55:44.909Z Downloaded tracing-attributes v0.1.30
7192026-08-08T02:55:44.909Z Downloaded whoami v1.6.1
7202026-08-08T02:55:44.909Z Downloaded textwrap v0.16.2
7212026-08-08T02:55:44.915Z Downloaded writeable v0.6.1
7222026-08-08T02:55:44.915Z Downloaded snafu v0.8.9
7232026-08-08T02:55:44.918Z Downloaded ucd-trie v0.1.7
7242026-08-08T02:55:44.920Z Downloaded serde v1.0.228
7252026-08-08T02:55:44.920Z Downloaded rand v0.9.3
7262026-08-08T02:55:44.923Z Downloaded rayon-core v1.13.0
7272026-08-08T02:55:44.926Z Downloaded schemars v0.9.0
7282026-08-08T02:55:44.932Z Downloaded yoke v0.8.0
7292026-08-08T02:55:44.934Z Downloaded tinyvec v1.10.0
7302026-08-08T02:55:44.934Z Downloaded zmij v1.0.17
7312026-08-08T02:55:44.937Z Downloaded toml v1.1.2+spec-1.1.0
7322026-08-08T02:55:44.940Z Downloaded toml v0.9.12+spec-1.1.0
7332026-08-08T02:55:44.943Z Downloaded zerovec-derive v0.11.1
7342026-08-08T02:55:44.943Z Downloaded nom v7.1.3
7352026-08-08T02:55:44.945Z Downloaded zeroize_derive v1.4.3
7362026-08-08T02:55:44.945Z Downloaded zeroize v1.8.1
7372026-08-08T02:55:44.948Z Downloaded tokio-stream v0.1.17
7382026-08-08T02:55:44.948Z Downloaded usdt-impl v0.6.0
7392026-08-08T02:55:44.951Z Downloaded toml v0.7.8
7402026-08-08T02:55:44.954Z Downloaded hashbrown v0.16.1
7412026-08-08T02:55:44.957Z Downloaded vergen v8.3.2
7422026-08-08T02:55:44.957Z Downloaded rustls-webpki v0.103.6
7432026-08-08T02:55:44.968Z Downloaded itertools v0.12.1
7442026-08-08T02:55:44.968Z Downloaded vsss-rs v3.3.4
7452026-08-08T02:55:44.968Z Downloaded iri-string v0.7.8
7462026-08-08T02:55:44.973Z Downloaded schemars v1.2.0
7472026-08-08T02:55:44.985Z Downloaded steno v0.4.1
7482026-08-08T02:55:44.988Z Downloaded unicode-ident v1.0.24
7492026-08-08T02:55:44.991Z Downloaded zerocopy-derive v0.7.35
7502026-08-08T02:55:44.994Z Downloaded hyper v1.10.1
7512026-08-08T02:55:44.998Z Downloaded idna v1.1.0
7522026-08-08T02:55:45.001Z Downloaded iddqd v0.3.18
7532026-08-08T02:55:45.005Z Downloaded itertools v0.14.0
7542026-08-08T02:55:45.008Z Downloaded unsafe-libyaml v0.2.11
7552026-08-08T02:55:45.011Z Downloaded icu_properties_data v2.0.1
7562026-08-08T02:55:45.014Z Downloaded typify v0.6.2
7572026-08-08T02:55:45.020Z Downloaded tracing-core v0.1.34
7582026-08-08T02:55:45.025Z Downloaded tar v0.4.45
7592026-08-08T02:55:45.025Z Downloaded h2 v0.4.14
7602026-08-08T02:55:45.028Z Downloaded uuid v1.23.3
7612026-08-08T02:55:45.028Z Downloaded futures-util v0.3.32
7622026-08-08T02:55:45.032Z Downloaded typify v0.4.3
7632026-08-08T02:55:45.047Z Downloaded toml_edit v0.19.15
7642026-08-08T02:55:45.056Z Downloaded libm v0.2.15
7652026-08-08T02:55:45.064Z Downloaded goblin v0.8.2
7662026-08-08T02:55:45.082Z Downloaded hkdf v0.12.4
7672026-08-08T02:55:45.085Z Downloaded tracing v0.1.41
7682026-08-08T02:55:45.094Z Downloaded pest v2.8.2
7692026-08-08T02:55:45.099Z Downloaded tower v0.5.2
7702026-08-08T02:55:45.104Z Downloaded iddqd v0.4.5
7712026-08-08T02:55:45.111Z Downloaded url v2.5.7
7722026-08-08T02:55:45.114Z Downloaded zerotrie v0.2.2
7732026-08-08T02:55:45.119Z Downloaded zerocopy-derive v0.8.27
7742026-08-08T02:55:45.123Z Downloaded itertools v0.15.0
7752026-08-08T02:55:45.127Z Downloaded toml_edit v0.22.27
7762026-08-08T02:55:45.148Z Downloaded reqwest v0.12.23
7772026-08-08T02:55:45.152Z Downloaded regex v1.12.4
7782026-08-08T02:55:45.155Z Downloaded git2 v0.19.0
7792026-08-08T02:55:45.160Z Downloaded blake3 v1.8.2
7802026-08-08T02:55:45.165Z Downloaded serde_json v1.0.150
7812026-08-08T02:55:45.168Z Downloaded tokio-util v0.7.16
7822026-08-08T02:55:45.173Z Downloaded dropshot v0.16.7
7832026-08-08T02:55:45.185Z Downloaded typed-path v0.9.3
7842026-08-08T02:55:45.194Z Downloaded unicode-segmentation v1.12.0
7852026-08-08T02:55:45.196Z Downloaded reqwest v0.13.2
7862026-08-08T02:55:45.199Z Downloaded goblin v0.10.1
7872026-08-08T02:55:45.203Z Downloaded aws-lc-rs v1.16.2
7882026-08-08T02:55:45.211Z Downloaded tough v0.20.0
7892026-08-08T02:55:45.219Z Downloaded typenum v1.20.1
7902026-08-08T02:55:45.223Z Downloaded unicode-normalization v0.1.24
7912026-08-08T02:55:45.253Z Downloaded proptest v1.8.0
7922026-08-08T02:55:45.261Z Downloaded serde_with v3.14.1
7932026-08-08T02:55:45.268Z Downloaded portable-atomic v1.11.1
7942026-08-08T02:55:45.272Z Downloaded chrono v0.4.45
7952026-08-08T02:55:45.275Z Downloaded rustls-webpki v0.102.8
7962026-08-08T02:55:45.286Z Downloaded zerovec v0.11.4
7972026-08-08T02:55:45.291Z Downloaded rayon v1.11.0
7982026-08-08T02:55:45.296Z Downloaded moka v0.12.11
7992026-08-08T02:55:45.301Z Downloaded bindgen v0.72.1
8002026-08-08T02:55:45.304Z Downloaded zerocopy v0.7.35
8012026-08-08T02:55:45.314Z Downloaded tower-http v0.6.8
8022026-08-08T02:55:45.319Z Downloaded winnow v0.5.40
8032026-08-08T02:55:45.332Z Downloaded tabled v0.15.0
8042026-08-08T02:55:45.340Z Downloaded bstr v1.12.0
8052026-08-08T02:55:45.345Z Downloaded winnow v1.0.3
8062026-08-08T02:55:45.350Z Downloaded winnow v0.7.14
8072026-08-08T02:55:45.355Z Downloaded quinn-proto v0.11.14
8082026-08-08T02:55:45.360Z Downloaded curve25519-dalek v4.1.3
8092026-08-08T02:55:45.387Z Downloaded syn v1.0.109
8102026-08-08T02:55:45.395Z Downloaded time v0.3.47
8112026-08-08T02:55:45.413Z Downloaded dropshot v0.17.1
8122026-08-08T02:55:45.424Z Downloaded vcpkg v0.2.15
8132026-08-08T02:55:45.447Z Downloaded tabled v0.21.0
8142026-08-08T02:55:45.457Z Downloaded openssl v0.10.81
8152026-08-08T02:55:45.463Z Downloaded nix v0.31.3
8162026-08-08T02:55:45.468Z Downloaded rustls v0.22.4
8172026-08-08T02:55:45.479Z Downloaded unicode-width v0.1.14
8182026-08-08T02:55:45.481Z Downloaded hickory-proto v0.24.4
8192026-08-08T02:55:45.488Z Downloaded webpki-roots v1.0.2
8202026-08-08T02:55:45.495Z Downloaded zerocopy v0.8.27
8212026-08-08T02:55:45.503Z Downloaded unicode-width v0.2.1
8222026-08-08T02:55:45.506Z Downloaded syn v2.0.118
8232026-08-08T02:55:45.513Z Downloaded regress v0.11.1
8242026-08-08T02:55:45.519Z Downloaded smoltcp v0.11.0
8252026-08-08T02:55:45.522Z Downloaded regress v0.10.5
8262026-08-08T02:55:45.527Z Downloaded nix v0.30.1
8272026-08-08T02:55:45.533Z Downloaded openapiv3 v2.2.0
8282026-08-08T02:55:45.539Z Downloaded regex-syntax v0.8.11
8292026-08-08T02:55:45.543Z Downloaded hickory-proto v0.25.2
8302026-08-08T02:55:45.553Z Downloaded rustls v0.23.40
8312026-08-08T02:55:45.561Z Downloaded rustix v0.38.44
8322026-08-08T02:55:45.579Z Downloaded rustix v1.1.4
8332026-08-08T02:55:45.611Z Downloaded typify-impl v0.6.2
8342026-08-08T02:55:45.619Z Downloaded typify-impl v0.4.3
8352026-08-08T02:55:45.682Z Downloaded petgraph v0.6.5
8362026-08-08T02:55:45.709Z Downloaded petgraph v0.8.2
8372026-08-08T02:55:45.723Z Downloaded regex-automata v0.4.13
8382026-08-08T02:55:45.731Z Downloaded libc v0.2.186
8392026-08-08T02:55:45.752Z Downloaded jiff v0.2.15
8402026-08-08T02:55:45.775Z Downloaded chrono-tz v0.10.4
8412026-08-08T02:55:45.797Z Downloaded csv v1.4.0
8422026-08-08T02:55:45.808Z Downloaded libz-sys v1.1.22
8432026-08-08T02:55:45.838Z Downloaded sha3 v0.10.8
8442026-08-08T02:55:45.846Z Downloaded encoding_rs v0.8.35
8452026-08-08T02:55:45.861Z Downloaded tokio v1.52.3
8462026-08-08T02:55:45.885Z Downloaded ring v0.17.14
8472026-08-08T02:55:46.052Z Downloaded curl-sys v0.4.89+curl-8.20.0
8482026-08-08T02:55:46.084Z Downloaded libgit2-sys v0.17.0+1.8.1
8492026-08-08T02:55:46.674Z Downloaded aws-lc-sys v0.39.1
8502026-08-08T02:55:46.999Z Compiling proc-macro2 v1.0.106
8512026-08-08T02:55:46.999Z Compiling quote v1.0.45
8522026-08-08T02:55:46.999Z Compiling unicode-ident v1.0.24
8532026-08-08T02:55:47.003Z Compiling serde_core v1.0.228
8542026-08-08T02:55:47.003Z Compiling serde v1.0.228
8552026-08-08T02:55:47.003Z Compiling libc v0.2.186
8562026-08-08T02:55:47.003Z Checking cfg-if v1.0.4
8572026-08-08T02:55:47.250Z Compiling zmij v1.0.17
8582026-08-08T02:55:47.323Z Compiling autocfg v1.5.0
8592026-08-08T02:55:47.612Z Compiling memchr v2.7.5
8602026-08-08T02:55:47.623Z Compiling libm v0.2.15
8612026-08-08T02:55:47.959Z Compiling getrandom v0.4.2
8622026-08-08T02:55:48.019Z Checking smallvec v1.15.1
8632026-08-08T02:55:48.062Z Compiling thiserror v2.0.18
8642026-08-08T02:55:48.163Z Checking itoa v1.0.15
8652026-08-08T02:55:48.175Z Compiling version_check v0.9.5
8662026-08-08T02:55:48.192Z Compiling jobserver v0.1.34
8672026-08-08T02:55:48.235Z Compiling find-msvc-tools v0.1.9
8682026-08-08T02:55:48.438Z Compiling shlex v2.0.1
8692026-08-08T02:55:48.452Z Compiling icu_properties_data v2.0.1
8702026-08-08T02:55:48.464Z Compiling syn v2.0.118
8712026-08-08T02:55:48.506Z Compiling icu_normalizer_data v2.0.0
8722026-08-08T02:55:48.595Z Compiling cc v1.2.64
8732026-08-08T02:55:48.615Z Compiling parking_lot_core v0.9.12
8742026-08-08T02:55:48.659Z Checking stable_deref_trait v1.2.0
8752026-08-08T02:55:48.688Z Compiling serde_json v1.0.150
8762026-08-08T02:55:48.934Z Checking writeable v0.6.1
8772026-08-08T02:55:48.946Z Compiling heck v0.5.0
8782026-08-08T02:55:48.995Z Checking litemap v0.8.0
8792026-08-08T02:55:49.106Z Compiling num-traits v0.2.19
8802026-08-08T02:55:49.143Z Checking percent-encoding v2.3.2
8812026-08-08T02:55:49.285Z Checking form_urlencoded v1.2.2
8822026-08-08T02:55:49.423Z Checking utf8_iter v1.0.4
8832026-08-08T02:55:49.537Z Compiling zerocopy v0.8.27
8842026-08-08T02:55:49.554Z Checking pin-project-lite v0.2.16
8852026-08-08T02:55:49.564Z Checking iana-time-zone v0.1.64
8862026-08-08T02:55:49.641Z Compiling log v0.4.29
8872026-08-08T02:55:49.665Z Compiling rustversion v1.0.22
8882026-08-08T02:55:49.709Z Compiling equivalent v1.0.2
8892026-08-08T02:55:49.799Z Compiling semver v1.0.28
8902026-08-08T02:55:49.812Z Checking socket2 v0.6.4
8912026-08-08T02:55:49.848Z Checking uuid v1.23.3
8922026-08-08T02:55:50.047Z Checking scopeguard v1.2.0
8932026-08-08T02:55:50.158Z Checking lock_api v0.4.14
8942026-08-08T02:55:50.183Z Checking signal-hook-registry v1.4.6
8952026-08-08T02:55:50.350Z Checking getrandom v0.2.16
8962026-08-08T02:55:50.354Z Checking mio v1.2.1
8972026-08-08T02:55:50.374Z Compiling schemars v0.8.22
8982026-08-08T02:55:50.379Z Checking dyn-clone v1.0.20
8992026-08-08T02:55:50.398Z Checking parking_lot v0.12.5
9002026-08-08T02:55:50.451Z Checking bitflags v2.11.1
9012026-08-08T02:55:50.605Z Compiling portable-atomic v1.11.1
9022026-08-08T02:55:50.648Z Checking futures-core v0.3.32
9032026-08-08T02:55:50.662Z Checking critical-section v1.2.0
9042026-08-08T02:55:50.724Z Compiling ring v0.17.14
9052026-08-08T02:55:50.775Z Compiling hashbrown v0.17.1
9062026-08-08T02:55:50.909Z Compiling thiserror v1.0.69
9072026-08-08T02:55:50.921Z Compiling httparse v1.10.1
9082026-08-08T02:55:51.209Z Compiling regex-syntax v0.8.11
9092026-08-08T02:55:51.320Z Compiling indexmap v2.14.0
9102026-08-08T02:55:51.339Z Compiling synstructure v0.13.2
9112026-08-08T02:55:51.407Z Compiling serde_derive_internals v0.29.1
9122026-08-08T02:55:51.596Z Checking once_cell v1.21.3
9132026-08-08T02:55:51.777Z Checking futures-sink v0.3.32
9142026-08-08T02:55:51.883Z Checking slab v0.4.11
9152026-08-08T02:55:52.050Z Compiling rustix v1.1.4
9162026-08-08T02:55:52.103Z Compiling aho-corasick v1.1.3
9172026-08-08T02:55:52.155Z Checking subtle v2.6.1
9182026-08-08T02:55:52.255Z Compiling ucd-trie v0.1.7
9192026-08-08T02:55:52.311Z Checking futures-channel v0.3.32
9202026-08-08T02:55:52.486Z Compiling anyhow v1.0.102
9212026-08-08T02:55:52.503Z Checking rand_core v0.6.4
9222026-08-08T02:55:52.628Z Compiling serde_derive v1.0.228
9232026-08-08T02:55:52.643Z Compiling zerofrom-derive v0.1.6
9242026-08-08T02:55:52.646Z Compiling yoke-derive v0.8.0
9252026-08-08T02:55:52.671Z Compiling zerovec-derive v0.11.1
9262026-08-08T02:55:52.806Z Compiling displaydoc v0.2.5
9272026-08-08T02:55:53.334Z Compiling thiserror-impl v2.0.18
9282026-08-08T02:55:53.566Z Compiling schemars_derive v0.8.22
9292026-08-08T02:55:53.569Z Compiling tokio-macros v2.7.0
9302026-08-08T02:55:53.688Z Compiling zerocopy-derive v0.8.27
9312026-08-08T02:55:53.760Z Compiling futures-macro v0.3.32
9322026-08-08T02:55:53.853Z Checking zerofrom v0.1.6
9332026-08-08T02:55:53.978Z Checking yoke v0.8.0
9342026-08-08T02:55:54.156Z Checking zerovec v0.11.4
9352026-08-08T02:55:54.293Z Checking zerotrie v0.2.2
9362026-08-08T02:55:54.535Z Compiling zeroize_derive v1.4.3
9372026-08-08T02:55:54.652Z Compiling thiserror-impl v1.0.69
9382026-08-08T02:55:54.667Z Compiling regex-automata v0.4.13
9392026-08-08T02:55:54.744Z Compiling pest v2.8.2
9402026-08-08T02:55:54.854Z Checking tinystr v0.8.1
9412026-08-08T02:55:54.882Z Checking potential_utf v0.1.3
9422026-08-08T02:55:55.035Z Checking icu_collections v2.0.0
9432026-08-08T02:55:55.093Z Checking icu_locale_core v2.0.0
9442026-08-08T02:55:55.227Z Checking zeroize v1.8.1
9452026-08-08T02:55:55.563Z Checking icu_provider v2.0.0
9462026-08-08T02:55:55.731Z Checking bytes v1.12.0
9472026-08-08T02:55:55.817Z Checking icu_normalizer v2.0.0
9482026-08-08T02:55:55.829Z Checking icu_properties v2.0.1
9492026-08-08T02:55:55.846Z Checking chrono v0.4.45
9502026-08-08T02:55:56.032Z Compiling serde_tokenstream v0.2.3
9512026-08-08T02:55:56.180Z Checking tokio v1.52.3
9522026-08-08T02:55:56.312Z Compiling pest_meta v2.8.2
9532026-08-08T02:55:56.569Z Compiling regex v1.12.4
9542026-08-08T02:55:56.657Z Checking idna_adapter v1.2.1
9552026-08-08T02:55:56.748Z Checking futures-io v0.3.32
9562026-08-08T02:55:56.783Z Checking idna v1.1.0
9572026-08-08T02:55:56.867Z Checking futures-task v0.3.32
9582026-08-08T02:55:56.907Z Checking typenum v1.20.1
9592026-08-08T02:55:56.969Z Compiling pest_generator v2.8.2
9602026-08-08T02:55:57.007Z Checking futures-util v0.3.32
9612026-08-08T02:55:57.024Z Checking url v2.5.7
9622026-08-08T02:55:57.411Z Compiling getrandom v0.3.3
9632026-08-08T02:55:57.595Z Compiling tracing-attributes v0.1.30
9642026-08-08T02:55:57.630Z Compiling pest_derive v2.8.2
9652026-08-08T02:55:57.678Z Checking tracing-core v0.1.34
9662026-08-08T02:55:57.756Z Compiling allocator-api2 v0.2.21
9672026-08-08T02:55:57.975Z Compiling pkg-config v0.3.32
9682026-08-08T02:55:58.072Z Compiling foldhash v0.2.0
9692026-08-08T02:55:58.086Z Checking fnv v1.0.7
9702026-08-08T02:55:58.179Z Checking http v1.4.2
9712026-08-08T02:55:58.246Z Compiling hashbrown v0.16.1
9722026-08-08T02:55:58.371Z Compiling generic-array v0.14.7
9732026-08-08T02:55:58.425Z Compiling vcpkg v0.2.15
9742026-08-08T02:55:58.726Z Compiling time-core v0.1.8
9752026-08-08T02:55:58.804Z Checking tracing v0.1.41
9762026-08-08T02:55:58.817Z Compiling num-conv v0.2.1
9772026-08-08T02:55:58.820Z Compiling byteorder v1.5.0
9782026-08-08T02:55:58.968Z Compiling time-macros v0.2.27
9792026-08-08T02:55:58.993Z Checking errno v0.3.14
9802026-08-08T02:55:59.050Z Checking base64 v0.22.1
9812026-08-08T02:55:59.114Z Checking ipnet v2.11.0
9822026-08-08T02:55:59.282Z Compiling scroll_derive v0.13.1
9832026-08-08T02:55:59.337Z Compiling camino v1.2.3
9842026-08-08T02:55:59.365Z Checking tokio-util v0.7.16
9852026-08-08T02:55:59.503Z Checking crypto-common v0.1.6
9862026-08-08T02:55:59.636Z Checking http-body v1.0.1
9872026-08-08T02:55:59.711Z Compiling crossbeam-utils v0.8.21
9882026-08-08T02:55:59.770Z Checking atomic-waker v1.1.2
9892026-08-08T02:55:59.854Z Checking ppv-lite86 v0.2.21
9902026-08-08T02:56:00.012Z Compiling slog v2.8.2
9912026-08-08T02:56:00.060Z Checking tower-service v0.3.3
9922026-08-08T02:56:00.150Z Checking try-lock v0.2.5
9932026-08-08T02:56:00.160Z Checking tower-layer v0.3.3
9942026-08-08T02:56:00.194Z Compiling paste v1.0.15
9952026-08-08T02:56:00.250Z Checking want v0.3.1
9962026-08-08T02:56:00.266Z Checking h2 v0.4.14
9972026-08-08T02:56:00.304Z Checking ipnetwork v0.21.1
9982026-08-08T02:56:00.374Z Checking erased-serde v0.3.31
9992026-08-08T02:56:00.407Z Checking rustls-pki-types v1.12.0
10002026-08-08T02:56:00.454Z Checking ryu v1.0.20
10012026-08-08T02:56:00.515Z Checking httpdate v1.0.3
10022026-08-08T02:56:00.530Z Checking pretty-hex v0.4.1
10032026-08-08T02:56:00.591Z Compiling async-trait v0.1.89
10042026-08-08T02:56:00.647Z Checking socket2 v0.5.10
10052026-08-08T02:56:00.685Z Checking untrusted v0.9.0
10062026-08-08T02:56:00.826Z Compiling scroll v0.13.0
10072026-08-08T02:56:00.888Z Checking plain v0.2.3
10082026-08-08T02:56:00.994Z Compiling usdt-impl v0.6.0
10092026-08-08T02:56:01.072Z Checking http-body-util v0.1.3
10102026-08-08T02:56:01.113Z Compiling openssl-sys v0.9.117
10112026-08-08T02:56:01.183Z Compiling goblin v0.10.1
10122026-08-08T02:56:01.276Z Compiling cmake v0.1.54
10132026-08-08T02:56:01.356Z Compiling slog-async v2.8.0
10142026-08-08T02:56:01.430Z Compiling dunce v1.0.5
10152026-08-08T02:56:01.532Z Compiling strsim v0.11.1
10162026-08-08T02:56:01.642Z Compiling fs_extra v1.3.0
10172026-08-08T02:56:01.767Z Checking rand_core v0.9.3
10182026-08-08T02:56:01.828Z Checking serde_urlencoded v0.7.1
10192026-08-08T02:56:01.842Z Checking oxnet v0.1.6
10202026-08-08T02:56:01.856Z Checking block-buffer v0.10.4
10212026-08-08T02:56:01.895Z Compiling aws-lc-sys v0.39.1
10222026-08-08T02:56:01.933Z Compiling regress v0.10.5
10232026-08-08T02:56:01.993Z Compiling dtrace-parser v0.3.0
10242026-08-08T02:56:02.029Z Compiling openapiv3 v2.2.0
10252026-08-08T02:56:02.097Z Compiling thread-id v5.0.0
10262026-08-08T02:56:02.198Z Checking hyper v1.10.1
10272026-08-08T02:56:02.601Z Checking digest v0.10.7
10282026-08-08T02:56:02.797Z Compiling omicron-workspace-hack v0.1.0
10292026-08-08T02:56:02.820Z Compiling ident_case v1.0.1
10302026-08-08T02:56:02.947Z Compiling darling_core v0.21.3
10312026-08-08T02:56:03.028Z Checking rand_chacha v0.9.0
10322026-08-08T02:56:03.097Z Checking hyper-util v0.1.20
10332026-08-08T02:56:03.214Z Compiling daft-derive v0.1.5
10342026-08-08T02:56:03.482Z Compiling typify-impl v0.4.3
10352026-08-08T02:56:03.696Z Compiling aws-lc-rs v1.16.2
10362026-08-08T02:56:03.927Z Compiling dof v0.4.0
10372026-08-08T02:56:04.005Z Checking powerfmt v0.2.0
10382026-08-08T02:56:04.159Z Checking deranged v0.5.3
10392026-08-08T02:56:04.664Z Checking rand v0.9.3
10402026-08-08T02:56:04.684Z Compiling syn v1.0.109
10412026-08-08T02:56:04.960Z Compiling usdt-attr-macro v0.6.0
10422026-08-08T02:56:05.015Z Compiling usdt-macro v0.6.0
10432026-08-08T02:56:05.018Z Compiling darling_macro v0.21.3
10442026-08-08T02:56:05.137Z Compiling unsafe-libyaml v0.2.11
10452026-08-08T02:56:05.190Z Checking num_threads v0.1.7
10462026-08-08T02:56:05.280Z Checking time v0.3.47
10472026-08-08T02:56:05.571Z Compiling darling v0.21.3
10482026-08-08T02:56:05.659Z Compiling serde_yaml v0.9.34+deprecated
10492026-08-08T02:56:05.804Z Checking sync_wrapper v1.0.2
10502026-08-08T02:56:05.829Z Checking encoding_rs v0.8.35
10512026-08-08T02:56:05.907Z Checking cpufeatures v0.2.17
10522026-08-08T02:56:05.982Z Checking untrusted v0.7.1
10532026-08-08T02:56:06.098Z Checking mime v0.3.17
10542026-08-08T02:56:06.274Z Checking tower v0.5.2
10552026-08-08T02:56:06.540Z Checking crossbeam-channel v0.5.15
10562026-08-08T02:56:06.652Z Checking futures-executor v0.3.32
10572026-08-08T02:56:06.758Z Compiling structmeta-derive v0.3.0
10582026-08-08T02:56:06.799Z Compiling multer v3.1.0
10592026-08-08T02:56:06.817Z Checking iri-string v0.7.8
10602026-08-08T02:56:06.862Z Compiling rustls v0.23.40
10612026-08-08T02:56:06.897Z Compiling rustls v0.22.4
10622026-08-08T02:56:06.910Z Compiling typify-macro v0.4.3
10632026-08-08T02:56:07.064Z Checking futures v0.3.32
10642026-08-08T02:56:07.124Z Compiling async-stream-impl v0.3.6
10652026-08-08T02:56:07.142Z Checking thread_local v1.1.9
10662026-08-08T02:56:07.299Z Compiling openssl v0.10.81
10672026-08-08T02:56:07.314Z Checking foreign-types-shared v0.1.1
10682026-08-08T02:56:07.399Z Checking hex v0.4.3
10692026-08-08T02:56:07.568Z Checking fastrand v2.3.0
10702026-08-08T02:56:07.633Z Checking foreign-types v0.3.2
10712026-08-08T02:56:07.743Z Checking tempfile v3.27.0
10722026-08-08T02:56:07.776Z Compiling structmeta v0.3.0
10732026-08-08T02:56:07.825Z Checking tower-http v0.6.8
10742026-08-08T02:56:07.828Z Compiling strum_macros v0.26.4
10752026-08-08T02:56:07.929Z Compiling openssl-macros v0.1.1
10762026-08-08T02:56:07.941Z Checking is-terminal v0.4.16
10772026-08-08T02:56:07.965Z Checking memmap2 v0.9.8
10782026-08-08T02:56:08.091Z Checking unicode-width v0.2.1
10792026-08-08T02:56:08.122Z Checking term v1.2.0
10802026-08-08T02:56:08.231Z Compiling native-tls v0.2.14
10812026-08-08T02:56:08.341Z Checking match_cfg v0.1.0
10822026-08-08T02:56:08.354Z Checking openssl-probe v0.1.6
10832026-08-08T02:56:08.369Z Checking take_mut v0.2.2
10842026-08-08T02:56:08.404Z Compiling typify v0.4.3
10852026-08-08T02:56:08.455Z Checking hostname v0.3.1
10862026-08-08T02:56:08.509Z Checking slog-term v2.9.2
10872026-08-08T02:56:08.632Z Checking slog-json v2.6.1
10882026-08-08T02:56:08.759Z Compiling newtype-uuid-macros v0.1.0
10892026-08-08T02:56:08.785Z Compiling ref-cast v1.0.25
10902026-08-08T02:56:08.810Z Checking slog-bunyan v2.5.0
10912026-08-08T02:56:09.147Z Compiling ref-cast-impl v1.0.25
10922026-08-08T02:56:09.159Z Compiling dropshot v0.16.7
10932026-08-08T02:56:09.469Z Compiling derive-ex v0.1.8
10942026-08-08T02:56:09.494Z Checking webpki-roots v1.0.2
10952026-08-08T02:56:09.521Z Compiling dropshot_endpoint v0.16.7
10962026-08-08T02:56:09.609Z Compiling strum_macros v0.27.2
10972026-08-08T02:56:09.727Z Checking winnow v0.7.14
10982026-08-08T02:56:10.809Z Checking tokio-native-tls v0.3.1
10992026-08-08T02:56:10.969Z Checking either v1.15.0
11002026-08-08T02:56:11.074Z Compiling test-strategy v0.4.3
11012026-08-08T02:56:11.160Z Checking hyper-tls v0.6.0
11022026-08-08T02:56:11.163Z Compiling progenitor-impl v0.11.1
11032026-08-08T02:56:11.198Z Checking newtype-uuid v1.3.2
11042026-08-08T02:56:11.328Z Checking winnow v1.0.3
11052026-08-08T02:56:11.374Z Checking daft v0.1.5
11062026-08-08T02:56:11.454Z Compiling serde_with_macros v3.14.1
11072026-08-08T02:56:11.560Z Checking usdt v0.6.0
11082026-08-08T02:56:11.592Z Checking serde_spanned v1.1.1
11092026-08-08T02:56:11.618Z Checking toml_parser v1.1.2+spec-1.1.0
11102026-08-08T02:56:11.685Z Checking debug-ignore v1.0.5
11112026-08-08T02:56:11.729Z Checking toml_writer v1.1.1+spec-1.1.0
11122026-08-08T02:56:11.903Z Checking spin v0.9.8
11132026-08-08T02:56:11.943Z Compiling parse-display-derive v0.10.0
11142026-08-08T02:56:11.973Z Checking async-stream v0.3.6
11152026-08-08T02:56:12.174Z Checking rustls-webpki v0.102.8
11162026-08-08T02:56:12.231Z Checking rustls-pemfile v2.2.0
11172026-08-08T02:56:12.373Z Checking waitgroup v0.1.2
11182026-08-08T02:56:12.418Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11192026-08-08T02:56:12.479Z Checking serde_path_to_error v0.1.20
11202026-08-08T02:56:12.525Z Checking hostname v0.4.2
11212026-08-08T02:56:12.743Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11222026-08-08T02:56:12.864Z Checking strum v0.26.3
11232026-08-08T02:56:12.975Z Checking rand_chacha v0.3.1
11242026-08-08T02:56:13.055Z Compiling toml_datetime v0.6.11
11252026-08-08T02:56:13.167Z Checking macaddr v1.0.1
11262026-08-08T02:56:13.241Z Compiling progenitor-macro v0.11.1
11272026-08-08T02:56:13.295Z Checking toml_datetime v0.7.5+spec-1.1.0
11282026-08-08T02:56:13.345Z Checking wait-timeout v0.2.1
11292026-08-08T02:56:13.442Z Checking bit-vec v0.8.0
11302026-08-08T02:56:13.460Z Checking quick-error v1.2.3
11312026-08-08T02:56:13.473Z Checking lazy_static v1.5.0
11322026-08-08T02:56:13.561Z Checking rusty-fork v0.3.0
11332026-08-08T02:56:13.592Z Checking toml v0.9.12+spec-1.1.0
11342026-08-08T02:56:13.630Z Checking bit-set v0.8.0
11352026-08-08T02:56:13.726Z Checking rand v0.8.5
11362026-08-08T02:56:13.777Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11372026-08-08T02:56:13.797Z Checking tabwriter v1.4.1
11382026-08-08T02:56:13.960Z Checking tokio-rustls v0.25.0
11392026-08-08T02:56:14.150Z Checking sha1 v0.10.6
11402026-08-08T02:56:14.155Z Checking rand_xorshift v0.4.0
11412026-08-08T02:56:14.222Z Compiling clap_derive v4.6.1
11422026-08-08T02:56:14.277Z Checking utf8parse v0.2.2
11432026-08-08T02:56:14.309Z Checking colored v3.1.1
11442026-08-08T02:56:14.380Z Checking unarray v0.1.4
11452026-08-08T02:56:14.407Z Checking anstyle-parse v1.0.0
11462026-08-08T02:56:14.485Z Checking proptest v1.8.0
11472026-08-08T02:56:14.499Z Checking strum v0.27.2
11482026-08-08T02:56:14.618Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11492026-08-08T02:56:14.651Z Checking terminal_size v0.4.3
11502026-08-08T02:56:15.076Z Checking anstyle-query v1.1.4
11512026-08-08T02:56:15.168Z Checking anstyle v1.0.14
11522026-08-08T02:56:15.183Z Checking colorchoice v1.0.4
11532026-08-08T02:56:15.281Z Checking is_terminal_polyfill v1.70.1
11542026-08-08T02:56:15.375Z Checking anstream v1.0.0
11552026-08-08T02:56:15.783Z Checking clap_lex v1.1.0
11562026-08-08T02:56:16.110Z Checking clap_builder v4.6.0
11572026-08-08T02:56:16.160Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11582026-08-08T02:56:16.678Z Checking serde_with v3.14.1
11592026-08-08T02:56:16.726Z Compiling itertools v0.14.0
11602026-08-08T02:56:17.339Z Checking clap v4.6.1
11612026-08-08T02:56:17.367Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11622026-08-08T02:56:17.419Z Checking instant v0.1.13
11632026-08-08T02:56:17.433Z Checking rustc-hash v2.1.1
11642026-08-08T02:56:17.626Z Checking iddqd v0.3.18
11652026-08-08T02:56:17.734Z Checking backoff v0.4.0
11662026-08-08T02:56:17.907Z Checking parse-display v0.10.0
11672026-08-08T02:56:17.925Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11682026-08-08T02:56:18.032Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11692026-08-08T02:56:19.725Z Compiling num-derive v0.4.2
11702026-08-08T02:56:20.115Z Compiling rustls-webpki v0.103.6
11712026-08-08T02:56:20.682Z Compiling prettyplease v0.2.37
11722026-08-08T02:56:21.382Z Compiling cfg_aliases v0.2.1
11732026-08-08T02:56:22.456Z Compiling memoffset v0.9.1
11742026-08-08T02:56:22.793Z Checking serde_spanned v0.6.9
11752026-08-08T02:56:23.518Z Compiling tokio-rustls v0.26.4
11762026-08-08T02:56:24.095Z Compiling hyper-rustls v0.27.7
11772026-08-08T02:56:24.357Z Compiling reqwest v0.12.23
11782026-08-08T02:56:25.338Z Checking crossbeam-epoch v0.9.18
11792026-08-08T02:56:25.512Z Compiling progenitor-client v0.11.1
11802026-08-08T02:56:25.760Z Compiling winnow v0.5.40
11812026-08-08T02:56:27.088Z Compiling toml_edit v0.19.15
11822026-08-08T02:56:27.101Z Compiling progenitor v0.11.1
11832026-08-08T02:56:27.704Z Compiling num-integer v0.1.46
11842026-08-08T02:56:28.184Z Compiling proc-macro-crate v1.3.1
11852026-08-08T02:56:28.217Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11862026-08-08T02:56:28.241Z Compiling progenitor-client v0.10.0
11872026-08-08T02:56:29.418Z Compiling hubpack_derive v0.1.1
11882026-08-08T02:56:29.655Z Checking toml_write v0.1.2
11892026-08-08T02:56:29.773Z Compiling rayon-core v1.13.0
11902026-08-08T02:56:29.818Z Checking toml_edit v0.22.27
11912026-08-08T02:56:29.917Z Checking hubpack v0.1.2
11922026-08-08T02:56:30.032Z Checking num-rational v0.4.2
11932026-08-08T02:56:30.104Z Checking num-iter v0.1.45
11942026-08-08T02:56:30.308Z Compiling zerocopy-derive v0.7.35
11952026-08-08T02:56:30.400Z Compiling num-complex v0.4.6
11962026-08-08T02:56:30.777Z Checking static_assertions v1.1.0
11972026-08-08T02:56:30.851Z Checking num v0.4.3
11982026-08-08T02:56:30.938Z Checking toml v0.8.23
11992026-08-08T02:56:31.064Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12002026-08-08T02:56:31.145Z Checking crossbeam-deque v0.8.6
12012026-08-08T02:56:31.251Z Compiling float-ord v0.3.2
12022026-08-08T02:56:31.325Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12032026-08-08T02:56:31.476Z Compiling proc-macro-error-attr v1.0.4
12042026-08-08T02:56:31.590Z Compiling heck v0.4.1
12052026-08-08T02:56:31.710Z Compiling heapless v0.8.0
12062026-08-08T02:56:31.729Z Checking bytecount v0.6.9
12072026-08-08T02:56:31.819Z Checking libscf-sys v1.2.0
12082026-08-08T02:56:31.832Z Compiling ingot-macros v0.1.1
12092026-08-08T02:56:31.950Z Checking hash32 v0.3.1
12102026-08-08T02:56:32.076Z Compiling proc-macro-error v1.0.4
12112026-08-08T02:56:32.174Z Compiling smoltcp v0.11.0
12122026-08-08T02:56:32.287Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12132026-08-08T02:56:32.859Z Compiling zerocopy v0.7.35
12142026-08-08T02:56:32.973Z Compiling num_enum_derive v0.7.5
12152026-08-08T02:56:33.087Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12162026-08-08T02:56:33.233Z Checking cobs v0.3.0
12172026-08-08T02:56:33.381Z Compiling scroll_derive v0.12.1
12182026-08-08T02:56:33.412Z Compiling foreign-types-macros v0.2.3
12192026-08-08T02:56:33.461Z Compiling usdt-impl v0.5.0
12202026-08-08T02:56:33.647Z Checking bitflags v1.3.2
12212026-08-08T02:56:33.717Z Compiling crucible-workspace-hack v0.1.0
12222026-08-08T02:56:33.732Z Checking foreign-types-shared v0.3.1
12232026-08-08T02:56:33.819Z Checking managed v0.8.0
12242026-08-08T02:56:34.007Z Checking num_enum v0.7.5
12252026-08-08T02:56:34.037Z Checking foreign-types v0.5.0
12262026-08-08T02:56:34.057Z Checking postcard v1.1.3
12272026-08-08T02:56:34.069Z Checking scroll v0.12.0
12282026-08-08T02:56:34.113Z Compiling dof v0.3.0
12292026-08-08T02:56:34.337Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12302026-08-08T02:56:34.397Z Compiling dtrace-parser v0.2.0
12312026-08-08T02:56:34.453Z Checking ingot-types v0.1.2
12322026-08-08T02:56:34.466Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12332026-08-08T02:56:34.508Z Checking camino-tempfile v1.4.1
12342026-08-08T02:56:34.536Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12352026-08-08T02:56:34.665Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12362026-08-08T02:56:34.743Z Checking cstr-argument v0.1.2
12372026-08-08T02:56:34.788Z Checking ingot v0.1.1
12382026-08-08T02:56:34.866Z Compiling thread-id v4.2.2
12392026-08-08T02:56:34.896Z Compiling minimal-lexical v0.2.1
12402026-08-08T02:56:34.943Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12412026-08-08T02:56:35.074Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12422026-08-08T02:56:35.110Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12432026-08-08T02:56:35.176Z Compiling nom v7.1.3
12442026-08-08T02:56:35.245Z Checking goblin v0.8.2
12452026-08-08T02:56:35.259Z Checking rayon v1.11.0
12462026-08-08T02:56:35.535Z Compiling num_enum_derive v0.5.11
12472026-08-08T02:56:35.825Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12482026-08-08T02:56:36.140Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12492026-08-08T02:56:36.339Z Compiling rustc_version v0.4.1
12502026-08-08T02:56:36.542Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12512026-08-08T02:56:36.614Z Compiling convert_case v0.4.0
12522026-08-08T02:56:36.708Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12532026-08-08T02:56:36.730Z Compiling rustix v0.38.44
12542026-08-08T02:56:36.761Z Checking tinyvec_macros v0.1.1
12552026-08-08T02:56:36.833Z Checking tinyvec v1.10.0
12562026-08-08T02:56:36.920Z Compiling derive_more v0.99.20
12572026-08-08T02:56:37.147Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12582026-08-08T02:56:37.211Z Checking num_enum v0.5.11
12592026-08-08T02:56:37.236Z Compiling nix v0.31.3
12602026-08-08T02:56:37.291Z Compiling nix v0.30.1
12612026-08-08T02:56:37.499Z Compiling libz-sys v1.1.22
12622026-08-08T02:56:37.573Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12632026-08-08T02:56:37.682Z Compiling crc32fast v1.5.0
12642026-08-08T02:56:37.970Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12652026-08-08T02:56:37.995Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12662026-08-08T02:56:38.141Z Compiling usdt-attr-macro v0.5.0
12672026-08-08T02:56:38.335Z Compiling usdt-macro v0.5.0
12682026-08-08T02:56:38.624Z Compiling zone_cfg_derive v0.3.1
12692026-08-08T02:56:38.702Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12702026-08-08T02:56:38.857Z Checking papergrid v0.18.0
12712026-08-08T02:56:38.860Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
12722026-08-08T02:56:39.005Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12732026-08-08T02:56:39.149Z Checking itertools v0.12.1
12742026-08-08T02:56:39.178Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
12752026-08-08T02:56:39.294Z Checking sigpipe v0.1.3
12762026-08-08T02:56:39.379Z Checking memmap v0.7.0
12772026-08-08T02:56:39.414Z Checking jiff v0.2.15
12782026-08-08T02:56:39.467Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12792026-08-08T02:56:39.515Z Checking adler2 v2.0.1
12802026-08-08T02:56:39.624Z Checking glob v0.3.3
12812026-08-08T02:56:39.627Z Checking tabled v0.21.0
12822026-08-08T02:56:39.627Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
12832026-08-08T02:56:39.704Z Checking miniz_oxide v0.8.9
12842026-08-08T02:56:39.804Z Checking usdt v0.5.0
12852026-08-08T02:56:39.879Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12862026-08-08T02:56:40.022Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12872026-08-08T02:56:40.121Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12882026-08-08T02:56:40.170Z Checking zone v0.3.1
12892026-08-08T02:56:40.519Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12902026-08-08T02:56:40.556Z Checking itertools v0.15.0
12912026-08-08T02:56:40.738Z Checking smf v0.2.3
12922026-08-08T02:56:40.879Z Checking secrecy v0.10.3
12932026-08-08T02:56:40.966Z Checking bstr v1.12.0
12942026-08-08T02:56:41.000Z Checking whoami v1.6.1
12952026-08-08T02:56:41.174Z Checking flate2 v1.1.2
12962026-08-08T02:56:41.302Z Compiling curve25519-dalek v4.1.3
12972026-08-08T02:56:41.330Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
12982026-08-08T02:56:41.366Z Compiling clang-sys v1.8.1
12992026-08-08T02:56:41.460Z Checking hmac v0.12.1
13002026-08-08T02:56:41.581Z Checking inout v0.1.4
13012026-08-08T02:56:41.597Z Checking hybrid-array v0.4.12
13022026-08-08T02:56:41.718Z Checking ff v0.13.1
13032026-08-08T02:56:41.731Z Compiling enum-as-inner v0.6.1
13042026-08-08T02:56:41.846Z Checking data-encoding v2.9.0
13052026-08-08T02:56:41.920Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13062026-08-08T02:56:42.054Z Compiling semver v0.1.20
13072026-08-08T02:56:42.081Z Checking group v0.13.0
13082026-08-08T02:56:42.138Z Checking cipher v0.4.4
13092026-08-08T02:56:42.192Z Checking hkdf v0.12.4
13102026-08-08T02:56:42.280Z Compiling rustc_version v0.1.7
13112026-08-08T02:56:42.330Z Checking atomicwrites v0.4.4
13122026-08-08T02:56:42.343Z Compiling thiserror-impl-no-std v2.0.2
13132026-08-08T02:56:42.386Z Checking universal-hash v0.5.1
13142026-08-08T02:56:42.389Z Checking crypto-bigint v0.5.5
13152026-08-08T02:56:42.457Z Compiling regress v0.11.1
13162026-08-08T02:56:42.479Z Checking half v2.7.1
13172026-08-08T02:56:42.510Z Compiling curve25519-dalek-derive v0.1.1
13182026-08-08T02:56:42.701Z Checking base16ct v0.2.0
13192026-08-08T02:56:42.726Z Checking base64ct v1.8.0
13202026-08-08T02:56:42.825Z Checking indent_write v2.2.0
13212026-08-08T02:56:42.957Z Checking ciborium-io v0.2.2
13222026-08-08T02:56:42.970Z Checking opaque-debug v0.3.1
13232026-08-08T02:56:43.040Z Checking poly1305 v0.8.0
13242026-08-08T02:56:43.053Z Checking ciborium-ll v0.2.2
13252026-08-08T02:56:43.222Z Checking password-hash v0.5.0
13262026-08-08T02:56:43.267Z Compiling newtype_derive v0.1.6
13272026-08-08T02:56:43.403Z Checking thiserror-no-std v2.0.2
13282026-08-08T02:56:43.416Z Checking elliptic-curve v0.13.8
13292026-08-08T02:56:43.450Z Checking chacha20 v0.9.1
13302026-08-08T02:56:43.491Z Checking block-buffer v0.12.0
13312026-08-08T02:56:43.495Z Checking crypto-common v0.2.2
13322026-08-08T02:56:43.586Z Checking similar v2.7.0
13332026-08-08T02:56:43.631Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13342026-08-08T02:56:43.634Z Checking blake2 v0.10.6
13352026-08-08T02:56:43.658Z Checking aead v0.5.2
13362026-08-08T02:56:43.788Z Compiling libloading v0.8.9
13372026-08-08T02:56:43.852Z Checking const-oid v0.10.2
13382026-08-08T02:56:43.866Z Compiling owo-colors v4.3.0
13392026-08-08T02:56:43.878Z Checking compression-core v0.4.32
13402026-08-08T02:56:43.907Z Checking linked-hash-map v0.5.6
13412026-08-08T02:56:43.981Z Compiling typify-impl v0.6.2
13422026-08-08T02:56:44.000Z Checking resolv-conf v0.7.5
13432026-08-08T02:56:44.013Z Compiling bindgen v0.72.1
13442026-08-08T02:56:44.075Z Checking keccak v0.1.6
13452026-08-08T02:56:44.121Z Checking digest v0.11.3
13462026-08-08T02:56:44.181Z Checking lru-cache v0.1.2
13472026-08-08T02:56:44.233Z Checking sha3 v0.10.8
13482026-08-08T02:56:44.246Z Checking compression-codecs v0.4.32
13492026-08-08T02:56:44.306Z Checking vsss-rs v3.3.4
13502026-08-08T02:56:44.323Z Checking argon2 v0.5.3
13512026-08-08T02:56:44.411Z Checking chacha20poly1305 v0.10.1
13522026-08-08T02:56:44.475Z Checking ciborium v0.2.2
13532026-08-08T02:56:44.541Z Checking hickory-proto v0.24.4
13542026-08-08T02:56:44.625Z Checking tokio-dtrace v0.1.1
13552026-08-08T02:56:44.802Z Compiling cexpr v0.6.0
13562026-08-08T02:56:44.890Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13572026-08-08T02:56:45.247Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13582026-08-08T02:56:45.427Z Checking serde-big-array v0.5.1
13592026-08-08T02:56:45.453Z Compiling serde_repr v0.1.20
13602026-08-08T02:56:45.488Z Compiling derive-where v1.6.0
13612026-08-08T02:56:45.568Z Checking toml_datetime v1.1.1+spec-1.1.0
13622026-08-08T02:56:45.772Z Compiling dropshot v0.17.1
13632026-08-08T02:56:46.011Z Checking siphasher v1.0.1
13642026-08-08T02:56:46.024Z Checking same-file v1.0.6
13652026-08-08T02:56:46.037Z Compiling shlex v1.3.0
13662026-08-08T02:56:46.132Z Checking unicode-segmentation v1.12.0
13672026-08-08T02:56:46.146Z Checking cpufeatures v0.3.0
13682026-08-08T02:56:46.191Z Checking phf_shared v0.12.1
13692026-08-08T02:56:46.220Z Checking sha1 v0.11.0
13702026-08-08T02:56:46.335Z Checking walkdir v2.5.0
13712026-08-08T02:56:46.405Z Checking hickory-resolver v0.24.4
13722026-08-08T02:56:46.460Z Checking newline-converter v0.3.0
13732026-08-08T02:56:46.504Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13742026-08-08T02:56:46.625Z Checking toml v1.1.2+spec-1.1.0
13752026-08-08T02:56:46.753Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13762026-08-08T02:56:47.070Z Checking oxide-tokio-rt v0.1.2
13772026-08-08T02:56:47.215Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13782026-08-08T02:56:47.272Z Checking async-compression v0.4.33
13792026-08-08T02:56:47.413Z Compiling progenitor-impl v0.10.0
13802026-08-08T02:56:47.488Z Compiling typify-macro v0.6.2
13812026-08-08T02:56:47.512Z Checking console v0.15.11
13822026-08-08T02:56:47.783Z Checking tokio-stream v0.1.17
13832026-08-08T02:56:47.884Z Compiling dropshot_endpoint v0.17.1
13842026-08-08T02:56:48.005Z Compiling pin-project-internal v1.1.10
13852026-08-08T02:56:48.164Z Compiling slog-dtrace v0.3.0
13862026-08-08T02:56:48.398Z Checking csv-core v0.1.12
13872026-08-08T02:56:48.581Z Checking smawk v0.3.2
13882026-08-08T02:56:48.698Z Compiling unicode-xid v0.2.6
13892026-08-08T02:56:48.716Z Compiling cancel-safe-futures v0.1.5
13902026-08-08T02:56:48.828Z Checking foldhash v0.1.5
13912026-08-08T02:56:48.971Z Compiling chrono-tz v0.10.4
13922026-08-08T02:56:48.984Z Checking unicode-width v0.1.14
13932026-08-08T02:56:49.024Z Checking swrite v0.1.0
13942026-08-08T02:56:49.080Z Checking unicode-linebreak v0.1.5
13952026-08-08T02:56:49.120Z Checking pin-project v1.1.10
13962026-08-08T02:56:49.209Z Checking hashbrown v0.15.5
13972026-08-08T02:56:49.240Z Compiling const_format_proc_macros v0.2.34
13982026-08-08T02:56:49.254Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13992026-08-08T02:56:49.300Z Checking textwrap v0.16.2
14002026-08-08T02:56:49.453Z Compiling progenitor-macro v0.10.0
14012026-08-08T02:56:49.511Z Checking csv v1.4.0
14022026-08-08T02:56:49.577Z Checking qorb v0.4.1
14032026-08-08T02:56:49.875Z Checking expectorate v1.2.0
14042026-08-08T02:56:50.026Z Checking phf v0.12.1
14052026-08-08T02:56:50.050Z Checking unicode-normalization v0.1.24
14062026-08-08T02:56:50.176Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14072026-08-08T02:56:50.477Z Compiling snafu-derive v0.8.9
14082026-08-08T02:56:50.842Z Checking libsw-core v0.3.2
14092026-08-08T02:56:50.918Z Compiling libgit2-sys v0.17.0+1.8.1
14102026-08-08T02:56:50.993Z Compiling async-recursion v1.1.1
14112026-08-08T02:56:51.348Z Compiling cookie v0.18.1
14122026-08-08T02:56:51.549Z Checking fixedbitset v0.4.2
14132026-08-08T02:56:51.585Z Checking highway v1.3.0
14142026-08-08T02:56:51.666Z Compiling moka v0.12.11
14152026-08-08T02:56:51.706Z Checking fixedbitset v0.5.7
14162026-08-08T02:56:51.822Z Checking petgraph v0.6.5
14172026-08-08T02:56:51.913Z Checking petgraph v0.8.2
14182026-08-08T02:56:52.193Z Checking snafu v0.8.9
14192026-08-08T02:56:52.435Z Checking libsw v3.5.0
14202026-08-08T02:56:52.588Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14212026-08-08T02:56:52.772Z Checking olpc-cjson v0.1.4
14222026-08-08T02:56:52.929Z Checking const_format v0.2.34
14232026-08-08T02:56:53.058Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14242026-08-08T02:56:53.373Z Checking papergrid v0.11.0
14252026-08-08T02:56:53.389Z Compiling typify v0.6.2
14262026-08-08T02:56:53.449Z Checking globset v0.4.16
14272026-08-08T02:56:53.452Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14282026-08-08T02:56:53.483Z Checking gethostname v0.5.0
14292026-08-08T02:56:53.655Z Checking progenitor v0.10.0
14302026-08-08T02:56:53.673Z Compiling tabled_derive v0.7.0
14312026-08-08T02:56:53.688Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14322026-08-08T02:56:53.791Z Checking reqwest v0.13.2
14332026-08-08T02:56:53.941Z Checking bcs v0.1.6
14342026-08-08T02:56:53.969Z Checking pem v3.0.5
14352026-08-08T02:56:54.012Z Checking serde_plain v1.0.2
14362026-08-08T02:56:54.131Z Checking typed-path v0.9.3
14372026-08-08T02:56:54.163Z Compiling signal-hook v0.4.4
14382026-08-08T02:56:54.166Z Checking tagptr v0.2.0
14392026-08-08T02:56:54.313Z Checking humantime v2.3.0
14402026-08-08T02:56:54.338Z Checking crc8 v0.1.1
14412026-08-08T02:56:54.382Z Checking linear-map v1.2.0
14422026-08-08T02:56:54.435Z Checking termtree v0.5.1
14432026-08-08T02:56:54.553Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14442026-08-08T02:56:54.571Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14452026-08-08T02:56:54.605Z Checking tabled v0.15.0
14462026-08-08T02:56:54.881Z Checking tough v0.20.0
14472026-08-08T02:56:55.187Z Compiling progenitor-impl v0.14.0
14482026-08-08T02:56:55.748Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14492026-08-08T02:56:55.916Z Checking steno v0.4.1
14502026-08-08T02:56:56.177Z Checking hickory-proto v0.25.2
14512026-08-08T02:56:56.736Z Compiling curl-sys v0.4.89+curl-8.20.0
14522026-08-08T02:56:56.864Z Compiling cargo-platform v0.1.9
14532026-08-08T02:56:56.879Z Compiling vergen v8.3.2
14542026-08-08T02:56:57.103Z Compiling fs-err v3.1.2
14552026-08-08T02:56:57.145Z Compiling cargo_metadata v0.18.1
14562026-08-08T02:56:57.288Z Compiling progenitor-macro v0.14.0
14572026-08-08T02:56:57.440Z Checking progenitor-client v0.14.0
14582026-08-08T02:56:57.535Z Checking dropshot-api-manager-types v0.7.2
14592026-08-08T02:56:57.658Z Checking sha2 v0.10.9
14602026-08-08T02:56:57.702Z Compiling blake3 v1.8.2
14612026-08-08T02:56:57.747Z Checking hickory-resolver v0.25.2
14622026-08-08T02:56:58.344Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14632026-08-08T02:56:58.370Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14642026-08-08T02:56:58.550Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14652026-08-08T02:56:59.087Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14662026-08-08T02:56:59.159Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14672026-08-08T02:56:59.516Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14682026-08-08T02:56:59.659Z Checking git-stub v1.0.0
14692026-08-08T02:56:59.818Z Compiling strum_macros v0.28.0
14702026-08-08T02:56:59.957Z Checking filetime v0.2.26
14712026-08-08T02:57:00.101Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14722026-08-08T02:57:00.248Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14732026-08-08T02:57:00.291Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14742026-08-08T02:57:00.324Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14752026-08-08T02:57:00.553Z Checking xattr v1.6.1
14762026-08-08T02:57:00.606Z Checking arrayvec v0.7.6
14772026-08-08T02:57:00.685Z Checking constant_time_eq v0.3.1
14782026-08-08T02:57:00.722Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14792026-08-08T02:57:00.737Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14802026-08-08T02:57:00.780Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14812026-08-08T02:57:00.793Z Checking is_ci v1.2.0
14822026-08-08T02:57:00.895Z Checking arrayref v0.3.9
14832026-08-08T02:57:00.971Z Compiling curl v0.4.50
14842026-08-08T02:57:00.986Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
14852026-08-08T02:57:01.226Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14862026-08-08T02:57:01.407Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
14872026-08-08T02:57:01.432Z Checking progenitor v0.14.0
14882026-08-08T02:57:01.500Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14892026-08-08T02:57:01.558Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14902026-08-08T02:57:01.657Z Checking strum v0.28.0
14912026-08-08T02:57:01.776Z Checking supports-color v3.0.2
14922026-08-08T02:57:01.905Z Checking tar v0.4.45
14932026-08-08T02:57:01.938Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14942026-08-08T02:57:02.027Z Checking toml v0.7.8
14952026-08-08T02:57:02.085Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14962026-08-08T02:57:02.295Z Checking git-stub-vcs v0.1.0
14972026-08-08T02:57:02.796Z Checking drift v0.2.0
14982026-08-08T02:57:02.811Z Checking kstat-rs v0.2.4
14992026-08-08T02:57:02.999Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15002026-08-08T02:57:03.102Z Checking topological-sort v0.2.2
15012026-08-08T02:57:03.237Z Checking omicron-zone-package v0.12.2
15022026-08-08T02:57:03.393Z Checking dropshot-api-manager v0.7.2
15032026-08-08T02:57:03.656Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15042026-08-08T02:57:04.664Z Checking signal-hook-tokio v0.4.0
15052026-08-08T02:57:04.797Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15062026-08-08T02:57:05.075Z Checking scuffle v0.1.0
15072026-08-08T02:57:05.154Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15082026-08-08T02:57:05.362Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15092026-08-08T02:57:05.560Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15102026-08-08T02:57:05.856Z Checking iddqd v0.4.5
15112026-08-08T02:57:06.149Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15122026-08-08T02:57:06.280Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15132026-08-08T02:57:06.347Z Checking internet-checksum v0.2.1
15142026-08-08T02:57:06.432Z Checking search_path v0.1.4
15152026-08-08T02:57:06.478Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15162026-08-08T02:57:06.519Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15172026-08-08T02:57:06.566Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15182026-08-08T02:57:07.172Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15192026-08-08T02:57:07.657Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15202026-08-08T02:57:07.794Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15212026-08-08T02:57:08.063Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15222026-08-08T02:57:09.015Z Compiling git2 v0.19.0
15232026-08-08T02:57:09.672Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15242026-08-08T02:57:11.328Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15252026-08-08T02:57:19.047Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15262026-08-08T02:57:20.343Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15272026-08-08T02:57:25.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s
15282026-08-08T02:57:25.649Z+ for feat in tofino_stub tofino_asic softnpu chaos
15292026-08-08T02:57:25.649Z+ cargo clippy --features tofino_asic -- --deny warnings
15302026-08-08T02:57:26.146Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15312026-08-08T02:57:26.149Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15322026-08-08T02:57:26.223Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15332026-08-08T02:57:26.226Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15342026-08-08T02:57:33.319Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15352026-08-08T02:57:33.319Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15362026-08-08T02:57:35.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.17s
15372026-08-08T02:57:36.010Z+ for feat in tofino_stub tofino_asic softnpu chaos
15382026-08-08T02:57:36.010Z+ cargo clippy --features softnpu -- --deny warnings
15392026-08-08T02:57:36.324Z Downloading crates ...
15402026-08-08T02:57:36.459Z Downloaded serde_arrays v0.1.0
15412026-08-08T02:57:36.465Z Downloaded ascii v1.1.0
15422026-08-08T02:57:36.468Z Downloaded funty v2.0.0
15432026-08-08T02:57:36.471Z Downloaded libloading v0.7.4
15442026-08-08T02:57:36.474Z Downloaded bitstruct v0.1.1
15452026-08-08T02:57:36.476Z Downloaded wyz v0.5.1
15462026-08-08T02:57:36.476Z Downloaded radium v0.7.0
15472026-08-08T02:57:36.476Z Downloaded bitstruct_derive v0.1.0
15482026-08-08T02:57:36.476Z Downloaded typeid v1.0.3
15492026-08-08T02:57:36.479Z Downloaded tap v1.0.1
15502026-08-08T02:57:36.479Z Downloaded erased-serde v0.4.8
15512026-08-08T02:57:36.487Z Downloaded num-bigint v0.4.6
15522026-08-08T02:57:36.497Z Downloaded bitvec v1.0.1
15532026-08-08T02:57:36.625Z Checking num-integer v0.1.46
15542026-08-08T02:57:36.705Z Checking num-complex v0.4.6
15552026-08-08T02:57:36.716Z Compiling radium v0.7.0
15562026-08-08T02:57:36.722Z Checking tap v1.0.1
15572026-08-08T02:57:36.727Z Checking funty v2.0.0
15582026-08-08T02:57:36.733Z Compiling typeid v1.0.3
15592026-08-08T02:57:36.736Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15602026-08-08T02:57:36.746Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15612026-08-08T02:57:36.806Z Checking wyz v0.5.1
15622026-08-08T02:57:36.905Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15632026-08-08T02:57:36.914Z Checking num-bigint v0.4.6
15642026-08-08T02:57:36.939Z Checking num-iter v0.1.45
15652026-08-08T02:57:36.991Z Compiling erased-serde v0.4.8
15662026-08-08T02:57:37.009Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15672026-08-08T02:57:37.030Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15682026-08-08T02:57:37.046Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15692026-08-08T02:57:37.117Z Compiling bitstruct_derive v0.1.0
15702026-08-08T02:57:37.125Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15712026-08-08T02:57:37.140Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15722026-08-08T02:57:37.153Z Checking bitvec v1.0.1
15732026-08-08T02:57:37.162Z Checking ascii v1.1.0
15742026-08-08T02:57:37.173Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15752026-08-08T02:57:37.222Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15762026-08-08T02:57:37.331Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15772026-08-08T02:57:37.339Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15782026-08-08T02:57:37.349Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15792026-08-08T02:57:37.352Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15802026-08-08T02:57:37.644Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15812026-08-08T02:57:37.647Z Checking serde_arrays v0.1.0
15822026-08-08T02:57:37.737Z Checking num-rational v0.4.2
15832026-08-08T02:57:37.752Z Checking libloading v0.7.4
15842026-08-08T02:57:37.774Z Checking bitstruct v0.1.1
15852026-08-08T02:57:37.794Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15862026-08-08T02:57:38.003Z Checking num v0.4.3
15872026-08-08T02:57:38.071Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15882026-08-08T02:57:38.606Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15892026-08-08T02:57:38.896Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15902026-08-08T02:57:38.896Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15912026-08-08T02:57:39.086Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15922026-08-08T02:57:39.298Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15932026-08-08T02:57:39.298Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15942026-08-08T02:57:39.758Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15952026-08-08T02:57:39.983Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15962026-08-08T02:57:39.986Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15972026-08-08T02:57:39.986Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15982026-08-08T02:57:39.986Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15992026-08-08T02:57:40.373Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
16002026-08-08T02:57:40.802Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16012026-08-08T02:57:41.668Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16022026-08-08T02:57:43.862Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
16032026-08-08T02:57:44.209Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
16042026-08-08T02:57:45.093Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
16052026-08-08T02:57:45.879Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16062026-08-08T02:57:45.997Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16072026-08-08T02:57:52.583Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16082026-08-08T02:57:53.855Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16092026-08-08T02:57:54.390Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16102026-08-08T02:57:58.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.77s
16112026-08-08T02:57:58.981Z+ for feat in tofino_stub tofino_asic softnpu chaos
16122026-08-08T02:57:58.981Z+ cargo clippy --features chaos -- --deny warnings
16132026-08-08T02:57:59.469Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16142026-08-08T02:57:59.473Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16152026-08-08T02:57:59.473Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16162026-08-08T02:58:06.716Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16172026-08-08T02:58:06.719Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16182026-08-08T02:58:09.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.16s
16192026-08-08T02:58:09.336Z+ banner fmt
16202026-08-08T02:58:09.339Z
16212026-08-08T02:58:09.339Z ###### # # #####
16222026-08-08T02:58:09.339Z # ## ## #
16232026-08-08T02:58:09.339Z ##### # ## # #
16242026-08-08T02:58:09.339Z # # # #
16252026-08-08T02:58:09.339Z # # # #
16262026-08-08T02:58:09.339Z # # # #
16272026-08-08T02:58:09.339Z
16282026-08-08T02:58:09.339Z+ cargo fmt -- --check
16292026-08-08T02:58:09.787Z+ banner test
16302026-08-08T02:58:09.791Z
16312026-08-08T02:58:09.791Z ##### ###### #### #####
16322026-08-08T02:58:09.791Z # # # #
16332026-08-08T02:58:09.791Z # ##### #### #
16342026-08-08T02:58:09.791Z # # # #
16352026-08-08T02:58:09.791Z # # # # #
16362026-08-08T02:58:09.791Z # ###### #### #
16372026-08-08T02:58:09.791Z
16382026-08-08T02:58:09.791Z+ for feat in tofino_stub tofino_asic softnpu chaos
16392026-08-08T02:58:09.791Z+ RUST_BACKTRACE=full
16402026-08-08T02:58:09.791Z+ cargo test --features tofino_stub --no-fail-fast
16412026-08-08T02:58:10.655Z Compiling unicode-ident v1.0.24
16422026-08-08T02:58:10.655Z Compiling cfg-if v1.0.4
16432026-08-08T02:58:10.658Z Compiling memchr v2.7.5
16442026-08-08T02:58:10.760Z Compiling serde_core v1.0.228
16452026-08-08T02:58:10.778Z Compiling itoa v1.0.15
16462026-08-08T02:58:10.781Z Compiling libc v0.2.186
16472026-08-08T02:58:10.813Z Compiling zmij v1.0.17
16482026-08-08T02:58:10.817Z Compiling libm v0.2.15
16492026-08-08T02:58:10.877Z Compiling proc-macro2 v1.0.106
16502026-08-08T02:58:11.063Z Compiling equivalent v1.0.2
16512026-08-08T02:58:11.153Z Compiling smallvec v1.15.1
16522026-08-08T02:58:11.275Z Compiling quote v1.0.45
16532026-08-08T02:58:11.339Z Compiling log v0.4.29
16542026-08-08T02:58:11.359Z Compiling heck v0.5.0
16552026-08-08T02:58:11.430Z Compiling iana-time-zone v0.1.64
16562026-08-08T02:58:11.522Z Compiling syn v2.0.118
16572026-08-08T02:58:11.597Z Compiling dyn-clone v1.0.20
16582026-08-08T02:58:11.622Z Compiling hashbrown v0.17.1
16592026-08-08T02:58:11.640Z Compiling stable_deref_trait v1.2.0
16602026-08-08T02:58:11.652Z Compiling pin-project-lite v0.2.16
16612026-08-08T02:58:11.722Z Compiling percent-encoding v2.3.2
16622026-08-08T02:58:11.743Z Compiling litemap v0.8.0
16632026-08-08T02:58:11.755Z Compiling writeable v0.6.1
16642026-08-08T02:58:11.919Z Compiling fnv v1.0.7
16652026-08-08T02:58:11.938Z Compiling icu_normalizer_data v2.0.0
16662026-08-08T02:58:11.960Z Compiling icu_properties_data v2.0.1
16672026-08-08T02:58:12.016Z Compiling regex-syntax v0.8.11
16682026-08-08T02:58:12.020Z Compiling form_urlencoded v1.2.2
16692026-08-08T02:58:12.058Z Compiling utf8_iter v1.0.4
16702026-08-08T02:58:12.096Z Compiling scopeguard v1.2.0
16712026-08-08T02:58:12.183Z Compiling lock_api v0.4.14
16722026-08-08T02:58:12.206Z Compiling num-traits v0.2.19
16732026-08-08T02:58:12.219Z Compiling getrandom v0.4.2
16742026-08-08T02:58:12.365Z Compiling aho-corasick v1.1.3
16752026-08-08T02:58:12.408Z Compiling ucd-trie v0.1.7
16762026-08-08T02:58:12.581Z Compiling semver v1.0.28
16772026-08-08T02:58:12.699Z Compiling serde_json v1.0.150
16782026-08-08T02:58:12.711Z Compiling indexmap v2.14.0
16792026-08-08T02:58:12.813Z Compiling byteorder v1.5.0
16802026-08-08T02:58:12.884Z Compiling futures-core v0.3.32
16812026-08-08T02:58:12.930Z Compiling uuid v1.23.3
16822026-08-08T02:58:13.034Z Compiling allocator-api2 v0.2.21
16832026-08-08T02:58:13.338Z Compiling time-core v0.1.8
16842026-08-08T02:58:13.356Z Compiling foldhash v0.2.0
16852026-08-08T02:58:13.368Z Compiling num-conv v0.2.1
16862026-08-08T02:58:13.490Z Compiling regex-automata v0.4.13
16872026-08-08T02:58:13.521Z Compiling time-macros v0.2.27
16882026-08-08T02:58:13.581Z Compiling hashbrown v0.16.1
16892026-08-08T02:58:13.618Z Compiling ryu v1.0.20
16902026-08-08T02:58:13.799Z Compiling futures-sink v0.3.32
16912026-08-08T02:58:13.909Z Compiling pretty-hex v0.4.1
16922026-08-08T02:58:14.057Z Compiling slab v0.4.11
16932026-08-08T02:58:14.174Z Compiling plain v0.2.3
16942026-08-08T02:58:14.235Z Compiling strsim v0.11.1
16952026-08-08T02:58:14.294Z Compiling synstructure v0.13.2
16962026-08-08T02:58:14.324Z Compiling serde_derive_internals v0.29.1
16972026-08-08T02:58:14.524Z Compiling futures-channel v0.3.32
16982026-08-08T02:58:14.655Z Compiling futures-io v0.3.32
16992026-08-08T02:58:14.683Z Compiling futures-task v0.3.32
17002026-08-08T02:58:14.748Z Compiling socket2 v0.6.4
17012026-08-08T02:58:14.799Z Compiling parking_lot_core v0.9.12
17022026-08-08T02:58:14.815Z Compiling signal-hook-registry v1.4.6
17032026-08-08T02:58:14.852Z Compiling thread-id v5.0.0
17042026-08-08T02:58:14.958Z Compiling mio v1.2.1
17052026-08-08T02:58:15.069Z Compiling parking_lot v0.12.5
17062026-08-08T02:58:15.220Z Compiling regex v1.12.4
17072026-08-08T02:58:15.232Z Compiling regress v0.10.5
17082026-08-08T02:58:15.244Z Compiling darling_core v0.21.3
17092026-08-08T02:58:15.256Z Compiling bitflags v2.11.1
17102026-08-08T02:58:15.486Z Compiling base64 v0.22.1
17112026-08-08T02:58:15.489Z Compiling getrandom v0.2.16
17122026-08-08T02:58:15.570Z Compiling serde_derive v1.0.228
17132026-08-08T02:58:15.685Z Compiling zerofrom-derive v0.1.6
17142026-08-08T02:58:15.698Z Compiling yoke-derive v0.8.0
17152026-08-08T02:58:15.785Z Compiling zerovec-derive v0.11.1
17162026-08-08T02:58:15.833Z Compiling displaydoc v0.2.5
17172026-08-08T02:58:16.101Z Compiling thiserror-impl v2.0.18
17182026-08-08T02:58:16.601Z Compiling schemars_derive v0.8.22
17192026-08-08T02:58:16.757Z Compiling tokio-macros v2.7.0
17202026-08-08T02:58:16.890Z Compiling zerocopy-derive v0.8.27
17212026-08-08T02:58:16.917Z Compiling zeroize_derive v1.4.3
17222026-08-08T02:58:17.369Z Compiling thiserror v2.0.18
17232026-08-08T02:58:17.382Z Compiling futures-macro v0.3.32
17242026-08-08T02:58:17.479Z Compiling zerofrom v0.1.6
17252026-08-08T02:58:17.516Z Compiling thiserror-impl v1.0.69
17262026-08-08T02:58:17.607Z Compiling yoke v0.8.0
17272026-08-08T02:58:17.620Z Compiling tracing-attributes v0.1.30
17282026-08-08T02:58:17.803Z Compiling zerovec v0.11.4
17292026-08-08T02:58:17.848Z Compiling zerotrie v0.2.2
17302026-08-08T02:58:18.145Z Compiling zerocopy v0.8.27
17312026-08-08T02:58:18.162Z Compiling pest v2.8.2
17322026-08-08T02:58:18.234Z Compiling scroll_derive v0.13.1
17332026-08-08T02:58:18.272Z Compiling serde v1.0.228
17342026-08-08T02:58:18.725Z Compiling bytes v1.12.0
17352026-08-08T02:58:18.799Z Compiling serde_tokenstream v0.2.3
17362026-08-08T02:58:18.875Z Compiling tinystr v0.8.1
17372026-08-08T02:58:19.081Z Compiling icu_locale_core v2.0.0
17382026-08-08T02:58:19.093Z Compiling potential_utf v0.1.3
17392026-08-08T02:58:19.106Z Compiling chrono v0.4.45
17402026-08-08T02:58:19.184Z Compiling http v1.4.2
17412026-08-08T02:58:19.261Z Compiling icu_collections v2.0.0
17422026-08-08T02:58:19.369Z Compiling pest_meta v2.8.2
17432026-08-08T02:58:19.472Z Compiling async-trait v0.1.89
17442026-08-08T02:58:19.643Z Compiling icu_provider v2.0.0
17452026-08-08T02:58:19.777Z Compiling scroll v0.13.0
17462026-08-08T02:58:19.940Z Compiling icu_normalizer v2.0.0
17472026-08-08T02:58:20.040Z Compiling icu_properties v2.0.1
17482026-08-08T02:58:20.074Z Compiling pest_generator v2.8.2
17492026-08-08T02:58:20.235Z Compiling schemars v0.8.22
17502026-08-08T02:58:20.504Z Compiling goblin v0.10.1
17512026-08-08T02:58:20.612Z Compiling thiserror v1.0.69
17522026-08-08T02:58:20.678Z Compiling tokio v1.52.3
17532026-08-08T02:58:20.719Z Compiling openapiv3 v2.2.0
17542026-08-08T02:58:20.732Z Compiling daft-derive v0.1.5
17552026-08-08T02:58:20.757Z Compiling pest_derive v2.8.2
17562026-08-08T02:58:21.247Z Compiling idna_adapter v1.2.1
17572026-08-08T02:58:21.331Z Compiling dtrace-parser v0.3.0
17582026-08-08T02:58:21.378Z Compiling idna v1.1.0
17592026-08-08T02:58:21.406Z Compiling typify-impl v0.4.3
17602026-08-08T02:58:21.496Z Compiling darling_macro v0.21.3
17612026-08-08T02:58:21.677Z Compiling url v2.5.7
17622026-08-08T02:58:22.095Z Compiling darling v0.21.3
17632026-08-08T02:58:22.183Z Compiling http-body v1.0.1
17642026-08-08T02:58:22.230Z Compiling ppv-lite86 v0.2.21
17652026-08-08T02:58:22.340Z Compiling serde_yaml v0.9.34+deprecated
17662026-08-08T02:58:22.361Z Compiling erased-serde v0.3.31
17672026-08-08T02:58:22.555Z Compiling openssl-macros v0.1.1
17682026-08-08T02:58:22.575Z Compiling atomic-waker v1.1.2
17692026-08-08T02:58:22.706Z Compiling ipnet v2.11.0
17702026-08-08T02:58:23.238Z Compiling dof v0.4.0
17712026-08-08T02:58:23.600Z Compiling httparse v1.10.1
17722026-08-08T02:58:23.629Z Compiling untrusted v0.9.0
17732026-08-08T02:58:23.690Z Compiling usdt-impl v0.6.0
17742026-08-08T02:58:23.759Z Compiling tower-service v0.3.3
17752026-08-08T02:58:23.863Z Compiling tower-layer v0.3.3
17762026-08-08T02:58:23.911Z Compiling anyhow v1.0.102
17772026-08-08T02:58:24.032Z Compiling try-lock v0.2.5
17782026-08-08T02:58:24.110Z Compiling syn v1.0.109
17792026-08-08T02:58:24.148Z Compiling want v0.3.1
17802026-08-08T02:58:24.317Z Compiling zeroize v1.8.1
17812026-08-08T02:58:24.330Z Compiling httpdate v1.0.3
17822026-08-08T02:58:24.414Z Compiling portable-atomic v1.11.1
17832026-08-08T02:58:24.826Z Compiling structmeta-derive v0.3.0
17842026-08-08T02:58:24.942Z Compiling async-stream-impl v0.3.6
17852026-08-08T02:58:25.119Z Compiling critical-section v1.2.0
17862026-08-08T02:58:25.292Z Compiling usdt-macro v0.6.0
17872026-08-08T02:58:25.445Z Compiling usdt-attr-macro v0.6.0
17882026-08-08T02:58:25.665Z Compiling once_cell v1.21.3
17892026-08-08T02:58:25.942Z Compiling newtype-uuid-macros v0.1.0
17902026-08-08T02:58:25.969Z Compiling structmeta v0.3.0
17912026-08-08T02:58:26.183Z Compiling strum_macros v0.26.4
17922026-08-08T02:58:26.457Z Compiling powerfmt v0.2.0
17932026-08-08T02:58:26.645Z Compiling deranged v0.5.3
17942026-08-08T02:58:26.767Z Compiling num_threads v0.1.7
17952026-08-08T02:58:27.520Z Compiling http-body-util v0.1.3
17962026-08-08T02:58:27.533Z Compiling omicron-workspace-hack v0.1.0
17972026-08-08T02:58:27.635Z Compiling typify-macro v0.4.3
17982026-08-08T02:58:27.654Z Compiling dropshot_endpoint v0.16.7
17992026-08-08T02:58:27.754Z Compiling serde_urlencoded v0.7.1
18002026-08-08T02:58:27.777Z Compiling ref-cast-impl v1.0.25
18012026-08-08T02:58:27.945Z Compiling derive-ex v0.1.8
18022026-08-08T02:58:27.971Z Compiling strum_macros v0.27.2
18032026-08-08T02:58:27.983Z Compiling sync_wrapper v1.0.2
18042026-08-08T02:58:28.092Z Compiling serde_with_macros v3.14.1
18052026-08-08T02:58:28.107Z Compiling subtle v2.6.1
18062026-08-08T02:58:28.387Z Compiling thread_local v1.1.9
18072026-08-08T02:58:28.591Z Compiling iri-string v0.7.8
18082026-08-08T02:58:28.655Z Compiling futures-util v0.3.32
18092026-08-08T02:58:29.114Z Compiling match_cfg v0.1.0
18102026-08-08T02:58:29.242Z Compiling rand_core v0.6.4
18112026-08-08T02:58:29.412Z Compiling typenum v1.20.1
18122026-08-08T02:58:29.478Z Compiling take_mut v0.2.2
18132026-08-08T02:58:29.524Z Compiling test-strategy v0.4.3
18142026-08-08T02:58:29.592Z Compiling term v1.2.0
18152026-08-08T02:58:29.694Z Compiling typify v0.4.3
18162026-08-08T02:58:29.792Z Compiling progenitor-impl v0.11.1
18172026-08-08T02:58:30.290Z Compiling parse-display-derive v0.10.0
18182026-08-08T02:58:30.294Z Compiling tracing-core v0.1.34
18192026-08-08T02:58:30.315Z Compiling toml_datetime v0.6.11
18202026-08-08T02:58:30.393Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18212026-08-08T02:58:30.598Z Compiling camino v1.2.3
18222026-08-08T02:58:30.887Z Compiling tracing v0.1.41
18232026-08-08T02:58:31.007Z Compiling clap_derive v4.6.1
18242026-08-08T02:58:31.030Z Compiling encoding_rs v0.8.35
18252026-08-08T02:58:31.123Z Compiling cpufeatures v0.2.17
18262026-08-08T02:58:31.202Z Compiling fastrand v2.3.0
18272026-08-08T02:58:31.225Z Compiling mime v0.3.17
18282026-08-08T02:58:31.478Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18292026-08-08T02:58:31.891Z Compiling unicode-width v0.2.1
18302026-08-08T02:58:32.363Z Compiling errno v0.3.14
18312026-08-08T02:58:32.440Z Compiling hex v0.4.3
18322026-08-08T02:58:32.520Z Compiling generic-array v0.14.7
18332026-08-08T02:58:32.708Z Compiling ipnetwork v0.21.1
18342026-08-08T02:58:32.747Z Compiling crossbeam-utils v0.8.21
18352026-08-08T02:58:32.765Z Compiling tokio-util v0.7.16
18362026-08-08T02:58:33.029Z Compiling slog v2.8.2
18372026-08-08T02:58:33.285Z Compiling rustix v1.1.4
18382026-08-08T02:58:33.376Z Compiling progenitor-macro v0.11.1
18392026-08-08T02:58:33.437Z Compiling getrandom v0.3.3
18402026-08-08T02:58:33.484Z Compiling winnow v0.7.14
18412026-08-08T02:58:33.520Z Compiling h2 v0.4.14
18422026-08-08T02:58:33.536Z Compiling crypto-common v0.1.6
18432026-08-08T02:58:33.616Z Compiling rand_core v0.9.3
18442026-08-08T02:58:33.670Z Compiling oxnet v0.1.6
18452026-08-08T02:58:33.840Z Compiling itertools v0.14.0
18462026-08-08T02:58:34.486Z Compiling winnow v1.0.3
18472026-08-08T02:58:34.681Z Compiling num-derive v0.4.2
18482026-08-08T02:58:34.846Z Compiling toml_parser v1.1.2+spec-1.1.0
18492026-08-08T02:58:34.952Z Compiling serde_spanned v1.1.1
18502026-08-08T02:58:35.101Z Compiling socket2 v0.5.10
18512026-08-08T02:58:35.128Z Compiling debug-ignore v1.0.5
18522026-08-08T02:58:35.243Z Compiling toml_writer v1.1.1+spec-1.1.0
18532026-08-08T02:58:35.560Z Compiling spin v0.9.8
18542026-08-08T02:58:35.609Z Compiling rand_chacha v0.9.0
18552026-08-08T02:58:35.684Z Compiling hyper v1.10.1
18562026-08-08T02:58:35.708Z Compiling rustls-pki-types v1.12.0
18572026-08-08T02:58:35.812Z Compiling quick-error v1.2.3
18582026-08-08T02:58:35.929Z Compiling rand v0.9.3
18592026-08-08T02:58:36.106Z Compiling tabwriter v1.4.1
18602026-08-08T02:58:36.214Z Compiling async-stream v0.3.6
18612026-08-08T02:58:36.361Z Compiling waitgroup v0.1.2
18622026-08-08T02:58:36.393Z Compiling serde_path_to_error v0.1.20
18632026-08-08T02:58:36.461Z Compiling colored v3.1.1
18642026-08-08T02:58:36.502Z Compiling bit-vec v0.8.0
18652026-08-08T02:58:36.540Z Compiling lazy_static v1.5.0
18662026-08-08T02:58:36.648Z Compiling strum v0.26.3
18672026-08-08T02:58:36.740Z Compiling bit-set v0.8.0
18682026-08-08T02:58:36.753Z Compiling time v0.3.47
18692026-08-08T02:58:36.757Z Compiling ring v0.17.14
18702026-08-08T02:58:36.778Z Compiling hyper-util v0.1.20
18712026-08-08T02:58:36.911Z Compiling toml_datetime v0.7.5+spec-1.1.0
18722026-08-08T02:58:37.223Z Compiling anstyle v1.0.14
18732026-08-08T02:58:37.451Z Compiling unarray v0.1.4
18742026-08-08T02:58:37.570Z Compiling toml v0.9.12+spec-1.1.0
18752026-08-08T02:58:37.584Z Compiling crossbeam-channel v0.5.15
18762026-08-08T02:58:38.064Z Compiling macaddr v1.0.1
18772026-08-08T02:58:38.302Z Compiling utf8parse v0.2.2
18782026-08-08T02:58:38.361Z Compiling block-buffer v0.10.4
18792026-08-08T02:58:38.373Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18802026-08-08T02:58:38.421Z Compiling anstyle-parse v1.0.0
18812026-08-08T02:58:38.456Z Compiling ref-cast v1.0.25
18822026-08-08T02:58:38.469Z Compiling is_terminal_polyfill v1.70.1
18832026-08-08T02:58:38.502Z Compiling colorchoice v1.0.4
18842026-08-08T02:58:38.515Z Compiling anstyle-query v1.1.4
18852026-08-08T02:58:38.550Z Compiling digest v0.10.7
18862026-08-08T02:58:38.563Z Compiling strum v0.27.2
18872026-08-08T02:58:38.563Z Compiling is-terminal v0.4.16
18882026-08-08T02:58:38.608Z Compiling anstream v1.0.0
18892026-08-08T02:58:38.620Z Compiling clap_lex v1.1.0
18902026-08-08T02:58:38.621Z Compiling slog-json v2.6.1
18912026-08-08T02:58:38.665Z Compiling slog-term v2.9.2
18922026-08-08T02:58:38.684Z Compiling slog-async v2.8.0
18932026-08-08T02:58:38.791Z Compiling hostname v0.3.1
18942026-08-08T02:58:38.931Z Compiling slog-bunyan v2.5.0
18952026-08-08T02:58:38.943Z Compiling tower v0.5.2
18962026-08-08T02:58:38.991Z Compiling futures-executor v0.3.32
18972026-08-08T02:58:39.077Z Compiling instant v0.1.13
18982026-08-08T02:58:39.269Z Compiling futures v0.3.32
18992026-08-08T02:58:39.281Z Compiling aws-lc-sys v0.39.1
19002026-08-08T02:58:39.362Z Compiling tower-http v0.6.8
19012026-08-08T02:58:39.397Z Compiling untrusted v0.7.1
19022026-08-08T02:58:39.419Z Compiling openssl-sys v0.9.117
19032026-08-08T02:58:39.825Z Compiling aws-lc-rs v1.16.2
19042026-08-08T02:58:39.869Z Compiling memmap2 v0.9.8
19052026-08-08T02:58:40.554Z Compiling foreign-types-shared v0.1.1
19062026-08-08T02:58:40.951Z Compiling rustls-webpki v0.103.6
19072026-08-08T02:58:41.063Z Compiling foreign-types v0.3.2
19082026-08-08T02:58:41.426Z Compiling tempfile v3.27.0
19092026-08-08T02:58:41.514Z Compiling rustls v0.23.40
19102026-08-08T02:58:41.869Z Compiling openssl-probe v0.1.6
19112026-08-08T02:58:42.109Z Compiling openssl v0.10.81
19122026-08-08T02:58:42.439Z Compiling either v1.15.0
19132026-08-08T02:58:42.655Z Compiling usdt v0.6.0
19142026-08-08T02:58:42.950Z Compiling webpki-roots v1.0.2
19152026-08-08T02:58:43.308Z Compiling newtype-uuid v1.3.2
19162026-08-08T02:58:43.663Z Compiling daft v0.1.5
19172026-08-08T02:58:44.459Z Compiling native-tls v0.2.14
19182026-08-08T02:58:44.522Z Compiling tokio-rustls v0.26.4
19192026-08-08T02:58:44.784Z Compiling tokio-native-tls v0.3.1
19202026-08-08T02:58:44.801Z Compiling hyper-rustls v0.27.7
19212026-08-08T02:58:45.009Z Compiling hyper-tls v0.6.0
19222026-08-08T02:58:45.196Z Compiling reqwest v0.12.23
19232026-08-08T02:58:46.175Z Compiling rustls-webpki v0.102.8
19242026-08-08T02:58:46.248Z Compiling rustls-pemfile v2.2.0
19252026-08-08T02:58:46.454Z Compiling multer v3.1.0
19262026-08-08T02:58:46.982Z Compiling hostname v0.4.2
19272026-08-08T02:58:47.077Z Compiling rustls v0.22.4
19282026-08-08T02:58:47.135Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19292026-08-08T02:58:47.718Z Compiling terminal_size v0.4.3
19302026-08-08T02:58:47.884Z Compiling rand_chacha v0.3.1
19312026-08-08T02:58:47.987Z Compiling wait-timeout v0.2.1
19322026-08-08T02:58:48.745Z Compiling rusty-fork v0.3.0
19332026-08-08T02:58:48.842Z Compiling rand v0.8.5
19342026-08-08T02:58:48.924Z Compiling tokio-rustls v0.25.0
19352026-08-08T02:58:49.846Z Compiling sha1 v0.10.6
19362026-08-08T02:58:49.875Z Compiling rand_xorshift v0.4.0
19372026-08-08T02:58:50.525Z Compiling hubpack_derive v0.1.1
19382026-08-08T02:58:51.324Z Compiling dropshot v0.16.7
19392026-08-08T02:58:51.336Z Compiling proptest v1.8.0
19402026-08-08T02:58:51.359Z Compiling clap_builder v4.6.0
19412026-08-08T02:58:52.748Z Compiling serde_spanned v0.6.9
19422026-08-08T02:58:53.088Z Compiling clap v4.6.1
19432026-08-08T02:58:53.329Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19442026-08-08T02:58:53.516Z Compiling prettyplease v0.2.37
19452026-08-08T02:58:54.940Z Compiling progenitor-client v0.10.0
19462026-08-08T02:58:54.997Z Compiling progenitor-client v0.11.1
19472026-08-08T02:58:55.213Z Compiling serde_with v3.14.1
19482026-08-08T02:58:56.068Z Compiling progenitor v0.11.1
19492026-08-08T02:58:56.843Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19502026-08-08T02:58:56.897Z Compiling rustc-hash v2.1.1
19512026-08-08T02:58:57.026Z Compiling iddqd v0.3.18
19522026-08-08T02:58:57.190Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19532026-08-08T02:58:58.186Z Compiling backoff v0.4.0
19542026-08-08T02:58:58.342Z Compiling parse-display v0.10.0
19552026-08-08T02:58:58.355Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19562026-08-08T02:58:58.393Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19572026-08-08T02:58:58.514Z Compiling toml_write v0.1.2
19582026-08-08T02:58:58.586Z Compiling winnow v0.5.40
19592026-08-08T02:58:58.684Z Compiling toml_edit v0.22.27
19602026-08-08T02:59:00.297Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19612026-08-08T02:59:00.370Z Compiling num-integer v0.1.46
19622026-08-08T02:59:00.708Z Compiling float-ord v0.3.2
19632026-08-08T02:59:01.578Z Compiling toml v0.8.23
19642026-08-08T02:59:04.879Z Compiling num-iter v0.1.45
19652026-08-08T02:59:04.945Z Compiling num-rational v0.4.2
19662026-08-08T02:59:05.200Z Compiling num-complex v0.4.6
19672026-08-08T02:59:05.593Z Compiling num v0.4.3
19682026-08-08T02:59:06.181Z Compiling toml_edit v0.19.15
19692026-08-08T02:59:07.747Z Compiling proc-macro-crate v1.3.1
19702026-08-08T02:59:09.462Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19712026-08-08T02:59:09.903Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19722026-08-08T02:59:10.386Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19732026-08-08T02:59:10.890Z Compiling memoffset v0.9.1
19742026-08-08T02:59:10.953Z Compiling zerocopy-derive v0.7.35
19752026-08-08T02:59:11.840Z Compiling libscf-sys v1.2.0
19762026-08-08T02:59:11.992Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19772026-08-08T02:59:12.016Z Compiling ingot-macros v0.1.1
19782026-08-08T02:59:13.576Z Compiling scroll_derive v0.12.1
19792026-08-08T02:59:13.676Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19802026-08-08T02:59:14.601Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19812026-08-08T02:59:16.728Z Compiling zerocopy v0.7.35
19822026-08-08T02:59:17.021Z Compiling num_enum_derive v0.7.5
19832026-08-08T02:59:17.263Z Compiling hubpack v0.1.2
19842026-08-08T02:59:17.302Z Compiling foreign-types-macros v0.2.3
19852026-08-08T02:59:17.497Z Compiling static_assertions v1.1.0
19862026-08-08T02:59:18.138Z Compiling glob v0.3.3
19872026-08-08T02:59:18.230Z Compiling proc-macro-error-attr v1.0.4
19882026-08-08T02:59:18.436Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19892026-08-08T02:59:18.545Z Compiling dtrace-parser v0.2.0
19902026-08-08T02:59:18.671Z Compiling bytecount v0.6.9
19912026-08-08T02:59:18.922Z Compiling proc-macro-error v1.0.4
19922026-08-08T02:59:18.960Z Compiling dof v0.3.0
19932026-08-08T02:59:19.516Z Compiling num_enum_derive v0.5.11
19942026-08-08T02:59:20.614Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
19952026-08-08T02:59:21.173Z Compiling thread-id v4.2.2
19962026-08-08T02:59:21.265Z Compiling usdt-impl v0.5.0
19972026-08-08T02:59:22.034Z Compiling derive_more v0.99.20
19982026-08-08T02:59:22.097Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
19992026-08-08T02:59:22.117Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20002026-08-08T02:59:23.152Z Compiling minimal-lexical v0.2.1
20012026-08-08T02:59:23.196Z Compiling usdt-attr-macro v0.5.0
20022026-08-08T02:59:23.420Z Compiling nom v7.1.3
20032026-08-08T02:59:23.631Z Compiling usdt-macro v0.5.0
20042026-08-08T02:59:23.695Z Compiling zone_cfg_derive v0.3.1
20052026-08-08T02:59:24.043Z Compiling papergrid v0.18.0
20062026-08-08T02:59:24.315Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20072026-08-08T02:59:24.401Z Compiling rustc_version v0.4.1
20082026-08-08T02:59:24.428Z Compiling nix v0.31.3
20092026-08-08T02:59:24.691Z Compiling itertools v0.15.0
20102026-08-08T02:59:24.731Z Compiling crossbeam-epoch v0.9.18
20112026-08-08T02:59:24.750Z Compiling dropshot_endpoint v0.17.1
20122026-08-08T02:59:25.217Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20132026-08-08T02:59:25.295Z Compiling tabled v0.21.0
20142026-08-08T02:59:25.387Z Compiling adler2 v2.0.1
20152026-08-08T02:59:25.538Z Compiling miniz_oxide v0.8.9
20162026-08-08T02:59:25.673Z Compiling crc32fast v1.5.0
20172026-08-08T02:59:25.972Z Compiling enum-as-inner v0.6.1
20182026-08-08T02:59:26.177Z Compiling regress v0.11.1
20192026-08-08T02:59:26.189Z Compiling flate2 v1.1.2
20202026-08-08T02:59:26.241Z Compiling curve25519-dalek v4.1.3
20212026-08-08T02:59:26.499Z Compiling hybrid-array v0.4.12
20222026-08-08T02:59:26.583Z Compiling crossbeam-deque v0.8.6
20232026-08-08T02:59:26.621Z Compiling thiserror-impl-no-std v2.0.2
20242026-08-08T02:59:26.624Z Compiling curve25519-dalek-derive v0.1.1
20252026-08-08T02:59:26.783Z Compiling rayon-core v1.13.0
20262026-08-08T02:59:26.864Z Compiling clang-sys v1.8.1
20272026-08-08T02:59:26.982Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20282026-08-08T02:59:27.266Z Compiling block-buffer v0.12.0
20292026-08-08T02:59:27.356Z Compiling crypto-common v0.2.2
20302026-08-08T02:59:27.439Z Compiling compression-core v0.4.32
20312026-08-08T02:59:27.550Z Compiling const-oid v0.10.2
20322026-08-08T02:59:27.614Z Compiling compression-codecs v0.4.32
20332026-08-08T02:59:27.760Z Compiling typify-impl v0.6.2
20342026-08-08T02:59:27.793Z Compiling scroll v0.12.0
20352026-08-08T02:59:28.071Z Compiling digest v0.11.3
20362026-08-08T02:59:28.231Z Compiling hash32 v0.3.1
20372026-08-08T02:59:28.250Z Compiling toml_datetime v1.1.1+spec-1.1.0
20382026-08-08T02:59:28.287Z Compiling cpufeatures v0.3.0
20392026-08-08T02:59:28.390Z Compiling sha1 v0.11.0
20402026-08-08T02:59:28.393Z Compiling heapless v0.8.0
20412026-08-08T02:59:28.451Z Compiling toml v1.1.2+spec-1.1.0
20422026-08-08T02:59:28.467Z Compiling goblin v0.8.2
20432026-08-08T02:59:28.571Z Compiling async-compression v0.4.33
20442026-08-08T02:59:28.656Z Compiling ingot-types v0.1.2
20452026-08-08T02:59:28.893Z Compiling cobs v0.3.0
20462026-08-08T02:59:28.998Z Compiling libloading v0.8.9
20472026-08-08T02:59:29.053Z Compiling bitflags v1.3.2
20482026-08-08T02:59:29.100Z Compiling foreign-types-shared v0.3.1
20492026-08-08T02:59:29.136Z Compiling managed v0.8.0
20502026-08-08T02:59:29.201Z Compiling foreign-types v0.5.0
20512026-08-08T02:59:29.292Z Compiling dropshot v0.17.1
20522026-08-08T02:59:29.364Z Compiling smoltcp v0.11.0
20532026-08-08T02:59:30.024Z Compiling bindgen v0.72.1
20542026-08-08T02:59:30.044Z Compiling postcard v1.1.3
20552026-08-08T02:59:30.252Z Compiling ingot v0.1.1
20562026-08-08T02:59:31.334Z Compiling cexpr v0.6.0
20572026-08-08T02:59:31.741Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20582026-08-08T02:59:31.847Z Compiling num_enum v0.7.5
20592026-08-08T02:59:31.920Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20602026-08-08T02:59:32.199Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20612026-08-08T02:59:32.213Z Compiling camino-tempfile v1.4.1
20622026-08-08T02:59:32.371Z Compiling derive-where v1.6.0
20632026-08-08T02:59:32.397Z Compiling serde_repr v0.1.20
20642026-08-08T02:59:32.463Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20652026-08-08T02:59:32.602Z Compiling cstr-argument v0.1.2
20662026-08-08T02:59:32.765Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20672026-08-08T02:59:32.803Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20682026-08-08T02:59:33.728Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20692026-08-08T02:59:33.924Z Compiling rayon v1.11.0
20702026-08-08T02:59:33.986Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20712026-08-08T02:59:34.103Z Compiling typify-macro v0.6.2
20722026-08-08T02:59:34.115Z Compiling crucible-workspace-hack v0.1.0
20732026-08-08T02:59:34.814Z Compiling memmap v0.7.0
20742026-08-08T02:59:34.933Z Compiling tinyvec_macros v0.1.1
20752026-08-08T02:59:35.042Z Compiling tinyvec v1.10.0
20762026-08-08T02:59:35.086Z Compiling usdt v0.5.0
20772026-08-08T02:59:35.376Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20782026-08-08T02:59:35.892Z Compiling num_enum v0.5.11
20792026-08-08T02:59:36.257Z Compiling typify v0.6.2
20802026-08-08T02:59:36.332Z Compiling pin-project-internal v1.1.10
20812026-08-08T02:59:37.060Z Compiling progenitor-impl v0.14.0
20822026-08-08T02:59:37.454Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20832026-08-08T02:59:37.464Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20842026-08-08T02:59:37.519Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20852026-08-08T02:59:37.561Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20862026-08-08T02:59:37.871Z Compiling rustix v0.38.44
20872026-08-08T02:59:38.215Z Compiling itertools v0.12.1
20882026-08-08T02:59:38.352Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20892026-08-08T02:59:38.374Z Compiling progenitor-impl v0.10.0
20902026-08-08T02:59:38.685Z Compiling sigpipe v0.1.3
20912026-08-08T02:59:38.746Z Compiling jiff v0.2.15
20922026-08-08T02:59:38.778Z Compiling const_format_proc_macros v0.2.34
20932026-08-08T02:59:39.272Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20942026-08-08T02:59:39.457Z Compiling zone v0.3.1
20952026-08-08T02:59:39.530Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20962026-08-08T02:59:40.639Z Compiling progenitor-macro v0.14.0
20972026-08-08T02:59:41.021Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20982026-08-08T02:59:41.282Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
20992026-08-08T02:59:41.313Z Compiling nix v0.30.1
21002026-08-08T02:59:41.701Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21012026-08-08T02:59:41.909Z Compiling progenitor-macro v0.10.0
21022026-08-08T02:59:41.991Z Compiling snafu-derive v0.8.9
21032026-08-08T02:59:42.437Z Compiling secrecy v0.10.3
21042026-08-08T02:59:42.529Z Compiling smf v0.2.3
21052026-08-08T02:59:42.617Z Compiling async-recursion v1.1.1
21062026-08-08T02:59:42.726Z Compiling bstr v1.12.0
21072026-08-08T02:59:43.321Z Compiling whoami v1.6.1
21082026-08-08T02:59:43.641Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21092026-08-08T02:59:44.349Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21102026-08-08T02:59:45.195Z Compiling hmac v0.12.1
21112026-08-08T02:59:45.516Z Compiling inout v0.1.4
21122026-08-08T02:59:45.529Z Compiling ff v0.13.1
21132026-08-08T02:59:45.682Z Compiling crc8 v0.1.1
21142026-08-08T02:59:45.806Z Compiling data-encoding v2.9.0
21152026-08-08T02:59:45.956Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21162026-08-08T02:59:45.982Z Compiling group v0.13.0
21172026-08-08T02:59:46.215Z Compiling cipher v0.4.4
21182026-08-08T02:59:46.688Z Compiling hkdf v0.12.4
21192026-08-08T02:59:46.850Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
21202026-08-08T02:59:47.109Z Compiling atomicwrites v0.4.4
21212026-08-08T02:59:47.168Z Compiling tokio-dtrace v0.1.1
21222026-08-08T02:59:47.455Z Compiling tabled_derive v0.7.0
21232026-08-08T02:59:48.065Z Compiling reqwest v0.13.2
21242026-08-08T02:59:48.179Z Compiling universal-hash v0.5.1
21252026-08-08T02:59:48.192Z Compiling crypto-bigint v0.5.5
21262026-08-08T02:59:48.322Z Compiling half v2.7.1
21272026-08-08T02:59:48.412Z Compiling ciborium-io v0.2.2
21282026-08-08T02:59:48.517Z Compiling base64ct v1.8.0
21292026-08-08T02:59:48.623Z Compiling indent_write v2.2.0
21302026-08-08T02:59:48.772Z Compiling base16ct v0.2.0
21312026-08-08T02:59:48.833Z Compiling opaque-debug v0.3.1
21322026-08-08T02:59:48.915Z Compiling poly1305 v0.8.0
21332026-08-08T02:59:48.946Z Compiling password-hash v0.5.0
21342026-08-08T02:59:49.202Z Compiling progenitor-client v0.14.0
21352026-08-08T02:59:49.288Z Compiling elliptic-curve v0.13.8
21362026-08-08T02:59:49.340Z Compiling ciborium-ll v0.2.2
21372026-08-08T02:59:49.814Z Compiling oxide-tokio-rt v0.1.2
21382026-08-08T02:59:50.162Z Compiling chacha20 v0.9.1
21392026-08-08T02:59:50.321Z Compiling similar v2.7.0
21402026-08-08T02:59:50.396Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21412026-08-08T02:59:50.530Z Compiling thiserror-no-std v2.0.2
21422026-08-08T02:59:51.807Z Compiling blake2 v0.10.6
21432026-08-08T02:59:52.162Z Compiling aead v0.5.2
21442026-08-08T02:59:52.190Z Compiling strum_macros v0.28.0
21452026-08-08T02:59:52.491Z Compiling keccak v0.1.6
21462026-08-08T02:59:52.596Z Compiling linked-hash-map v0.5.6
21472026-08-08T02:59:52.649Z Compiling resolv-conf v0.7.5
21482026-08-08T02:59:52.782Z Compiling lru-cache v0.1.2
21492026-08-08T02:59:52.914Z Compiling sha3 v0.10.8
21502026-08-08T02:59:53.181Z Compiling chacha20poly1305 v0.10.1
21512026-08-08T02:59:53.224Z Compiling argon2 v0.5.3
21522026-08-08T02:59:53.254Z Compiling vsss-rs v3.3.4
21532026-08-08T02:59:53.321Z Compiling progenitor v0.14.0
21542026-08-08T02:59:53.460Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21552026-08-08T02:59:53.485Z Compiling ciborium v0.2.2
21562026-08-08T02:59:53.698Z Compiling hickory-proto v0.24.4
21572026-08-08T02:59:54.048Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21582026-08-08T02:59:54.070Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21592026-08-08T02:59:54.534Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21602026-08-08T02:59:54.550Z Compiling serde-big-array v0.5.1
21612026-08-08T02:59:54.637Z Compiling same-file v1.0.6
21622026-08-08T02:59:54.698Z Compiling siphasher v1.0.1
21632026-08-08T02:59:54.852Z Compiling unicode-segmentation v1.12.0
21642026-08-08T02:59:54.864Z Compiling phf_shared v0.12.1
21652026-08-08T02:59:55.085Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21662026-08-08T02:59:55.198Z Compiling newline-converter v0.3.0
21672026-08-08T02:59:55.246Z Compiling walkdir v2.5.0
21682026-08-08T02:59:55.324Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21692026-08-08T02:59:55.496Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21702026-08-08T02:59:55.598Z Compiling hickory-resolver v0.24.4
21712026-08-08T02:59:56.258Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21722026-08-08T02:59:57.170Z Compiling newtype_derive v0.1.6
21732026-08-08T02:59:57.259Z Compiling owo-colors v4.3.0
21742026-08-08T02:59:57.342Z Compiling tokio-stream v0.1.17
21752026-08-08T02:59:57.745Z Compiling console v0.15.11
21762026-08-08T02:59:57.820Z Compiling csv-core v0.1.12
21772026-08-08T02:59:57.964Z Compiling unicode-width v0.1.14
21782026-08-08T02:59:58.173Z Compiling swrite v0.1.0
21792026-08-08T02:59:58.249Z Compiling unicode-linebreak v0.1.5
21802026-08-08T02:59:58.273Z Compiling smawk v0.3.2
21812026-08-08T02:59:58.388Z Compiling humantime v2.3.0
21822026-08-08T02:59:58.400Z Compiling foldhash v0.1.5
21832026-08-08T02:59:58.412Z Compiling termtree v0.5.1
21842026-08-08T02:59:58.518Z Compiling textwrap v0.16.2
21852026-08-08T02:59:58.538Z Compiling hashbrown v0.15.5
21862026-08-08T02:59:58.576Z Compiling expectorate v1.2.0
21872026-08-08T02:59:58.671Z Compiling csv v1.4.0
21882026-08-08T02:59:58.740Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21892026-08-08T02:59:58.769Z Compiling qorb v0.4.1
21902026-08-08T02:59:59.116Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21912026-08-08T03:00:00.387Z Compiling phf v0.12.1
21922026-08-08T03:00:00.554Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21932026-08-08T03:00:01.036Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21942026-08-08T03:00:01.067Z Compiling pin-project v1.1.10
21952026-08-08T03:00:01.180Z Compiling unicode-normalization v0.1.24
21962026-08-08T03:00:01.222Z Compiling libz-sys v1.1.22
21972026-08-08T03:00:01.672Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21982026-08-08T03:00:02.439Z Compiling libsw-core v0.3.2
21992026-08-08T03:00:02.958Z Compiling highway v1.3.0
22002026-08-08T03:00:03.107Z Compiling fixedbitset v0.4.2
22012026-08-08T03:00:03.356Z Compiling fixedbitset v0.5.7
22022026-08-08T03:00:03.486Z Compiling petgraph v0.6.5
22032026-08-08T03:00:03.720Z Compiling petgraph v0.8.2
22042026-08-08T03:00:04.211Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22052026-08-08T03:00:05.076Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22062026-08-08T03:00:05.294Z Compiling progenitor v0.10.0
22072026-08-08T03:00:06.092Z Compiling libsw v3.5.0
22082026-08-08T03:00:06.313Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22092026-08-08T03:00:06.877Z Compiling olpc-cjson v0.1.4
22102026-08-08T03:00:06.928Z Compiling libgit2-sys v0.17.0+1.8.1
22112026-08-08T03:00:07.207Z Compiling snafu v0.8.9
22122026-08-08T03:00:07.628Z Compiling chrono-tz v0.10.4
22132026-08-08T03:00:08.260Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22142026-08-08T03:00:08.476Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22152026-08-08T03:00:08.716Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22162026-08-08T03:00:08.934Z Compiling papergrid v0.11.0
22172026-08-08T03:00:09.097Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22182026-08-08T03:00:09.112Z Compiling strum v0.28.0
22192026-08-08T03:00:09.251Z Compiling globset v0.4.16
22202026-08-08T03:00:09.380Z Compiling const_format v0.2.34
22212026-08-08T03:00:09.392Z Compiling slog-dtrace v0.3.0
22222026-08-08T03:00:09.714Z Compiling cancel-safe-futures v0.1.5
22232026-08-08T03:00:09.729Z Compiling gethostname v0.5.0
22242026-08-08T03:00:10.107Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22252026-08-08T03:00:10.740Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22262026-08-08T03:00:11.018Z Compiling dropshot-api-manager-types v0.7.2
22272026-08-08T03:00:11.091Z Compiling bcs v0.1.6
22282026-08-08T03:00:11.362Z Compiling cargo-platform v0.1.9
22292026-08-08T03:00:11.386Z Compiling serde_plain v1.0.2
22302026-08-08T03:00:11.412Z Compiling pem v3.0.5
22312026-08-08T03:00:11.575Z Compiling typed-path v0.9.3
22322026-08-08T03:00:11.805Z Compiling linear-map v1.2.0
22332026-08-08T03:00:11.841Z Compiling tagptr v0.2.0
22342026-08-08T03:00:12.004Z Compiling moka v0.12.11
22352026-08-08T03:00:12.343Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22362026-08-08T03:00:12.784Z Compiling tough v0.20.0
22372026-08-08T03:00:14.012Z Compiling cargo_metadata v0.18.1
22382026-08-08T03:00:14.066Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22392026-08-08T03:00:15.380Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22402026-08-08T03:00:15.662Z Compiling tabled v0.15.0
22412026-08-08T03:00:15.744Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22422026-08-08T03:00:15.939Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22432026-08-08T03:00:16.355Z Compiling git2 v0.19.0
22442026-08-08T03:00:18.404Z Compiling steno v0.4.1
22452026-08-08T03:00:19.120Z Compiling hickory-proto v0.25.2
22462026-08-08T03:00:19.253Z Compiling cookie v0.18.1
22472026-08-08T03:00:21.299Z Compiling hickory-resolver v0.25.2
22482026-08-08T03:00:22.100Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22492026-08-08T03:00:24.912Z Compiling vergen v8.3.2
22502026-08-08T03:00:25.976Z Compiling signal-hook v0.4.4
22512026-08-08T03:00:26.590Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22522026-08-08T03:00:26.645Z Compiling predicates-core v1.0.9
22532026-08-08T03:00:26.856Z Compiling mockall_derive v0.14.0
22542026-08-08T03:00:27.270Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22552026-08-08T03:00:27.338Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22562026-08-08T03:00:27.493Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22572026-08-08T03:00:27.668Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22582026-08-08T03:00:27.858Z Compiling sha2 v0.10.9
22592026-08-08T03:00:28.567Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22602026-08-08T03:00:29.381Z Compiling diff v0.1.13
22612026-08-08T03:00:29.553Z Compiling yansi v1.0.1
22622026-08-08T03:00:29.658Z Compiling mockall v0.14.0
22632026-08-08T03:00:29.886Z Compiling pretty_assertions v1.4.1
22642026-08-08T03:00:29.933Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22652026-08-08T03:00:31.136Z Compiling fs-err v3.1.2
22662026-08-08T03:00:31.182Z Compiling predicates-tree v1.0.12
22672026-08-08T03:00:31.449Z Compiling predicates v3.1.3
22682026-08-08T03:00:31.970Z Compiling git-stub v1.0.0
22692026-08-08T03:00:32.268Z Compiling filetime v0.2.26
22702026-08-08T03:00:32.280Z Compiling arrayvec v0.7.6
22712026-08-08T03:00:32.472Z Compiling arrayref v0.3.9
22722026-08-08T03:00:32.496Z Compiling downcast v0.11.0
22732026-08-08T03:00:32.558Z Compiling is_ci v1.2.0
22742026-08-08T03:00:32.658Z Compiling constant_time_eq v0.3.1
22752026-08-08T03:00:32.718Z Compiling fragile v2.0.1
22762026-08-08T03:00:32.787Z Compiling xattr v1.6.1
22772026-08-08T03:00:32.978Z Compiling tar v0.4.45
22782026-08-08T03:00:33.037Z Compiling blake3 v1.8.2
22792026-08-08T03:00:33.135Z Compiling supports-color v3.0.2
22802026-08-08T03:00:33.329Z Compiling toml v0.7.8
22812026-08-08T03:00:33.633Z Compiling git-stub-vcs v0.1.0
22822026-08-08T03:00:34.020Z Compiling curl-sys v0.4.89+curl-8.20.0
22832026-08-08T03:00:34.180Z Compiling signal-hook-tokio v0.4.0
22842026-08-08T03:00:34.480Z Compiling scuffle v0.1.0
22852026-08-08T03:00:35.446Z Compiling drift v0.2.0
22862026-08-08T03:00:36.123Z Compiling kstat-rs v0.2.4
22872026-08-08T03:00:36.156Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22882026-08-08T03:00:36.450Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22892026-08-08T03:00:36.484Z Compiling hex-literal v1.1.0
22902026-08-08T03:00:36.612Z Compiling topological-sort v0.2.2
22912026-08-08T03:00:36.710Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22922026-08-08T03:00:36.773Z Compiling omicron-zone-package v0.12.2
22932026-08-08T03:00:37.363Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22942026-08-08T03:00:38.729Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22952026-08-08T03:00:38.772Z Compiling dropshot-api-manager v0.7.2
22962026-08-08T03:00:39.664Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22972026-08-08T03:00:39.768Z Compiling curl v0.4.50
22982026-08-08T03:00:40.083Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
22992026-08-08T03:00:40.141Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
23002026-08-08T03:00:40.396Z Compiling iddqd v0.4.5
23012026-08-08T03:00:40.718Z Compiling internet-checksum v0.2.1
23022026-08-08T03:00:40.876Z Compiling search_path v0.1.4
23032026-08-08T03:00:41.227Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
23042026-08-08T03:00:41.304Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
23052026-08-08T03:00:44.552Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
23062026-08-08T03:00:45.882Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
23072026-08-08T03:01:30.348Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 20s
23082026-08-08T03:01:30.476Z Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e)
23092026-08-08T03:01:30.479Z
23102026-08-08T03:01:30.479Zrunning 5 tests
23112026-08-08T03:01:30.481Ztest fuse::tests::chip_revision_a0 ... ok
23122026-08-08T03:01:30.482Ztest fuse::tests::chip_revision_b1 ... ok
23132026-08-08T03:01:30.482Ztest fuse::tests::chip_revision_b0 ... ok
23142026-08-08T03:01:30.482Ztest fuse::tests::chip_revision_unknown_device_id ... ok
23152026-08-08T03:01:30.482Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
23162026-08-08T03:01:30.482Z
23172026-08-08T03:01:30.482Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23182026-08-08T03:01:30.482Z
23192026-08-08T03:01:30.482Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
23202026-08-08T03:01:30.485Z
23212026-08-08T03:01:30.485Zrunning 0 tests
23222026-08-08T03:01:30.485Z
23232026-08-08T03:01:30.485Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23242026-08-08T03:01:30.485Z
23252026-08-08T03:01:30.485Z Running unittests src/lib.rs (target/debug/deps/asic-383fcf9cca2eddde)
23262026-08-08T03:01:30.487Z
23272026-08-08T03:01:30.488Zrunning 0 tests
23282026-08-08T03:01:30.488Z
23292026-08-08T03:01:30.488Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23302026-08-08T03:01:30.488Z
23312026-08-08T03:01:30.488Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
23322026-08-08T03:01:30.488Z
23332026-08-08T03:01:30.488Zrunning 10 tests
23342026-08-08T03:01:30.491Ztest network::tests::test_equal ... ok
23352026-08-08T03:01:30.491Ztest nat::tests::test_vni ... ok
23362026-08-08T03:01:30.491Ztest network::tests::test_eui64 ... ok
23372026-08-08T03:01:30.491Ztest network::tests::test_into ... ok
23382026-08-08T03:01:30.491Ztest network::tests::test_generate_ipv6_link_local ... ok
23392026-08-08T03:01:30.491Ztest network::tests::test_not_equal ... ok
23402026-08-08T03:01:30.491Ztest network::tests::test_parse ... ok
23412026-08-08T03:01:30.491Ztest network::tests::test_to_string ... ok
23422026-08-08T03:01:30.491Ztest test_purge ... ok
23432026-08-08T03:01:30.494Ztest illumos::test::address_exists_handles_missing_object ... ok
23442026-08-08T03:01:30.494Z
23452026-08-08T03:01:30.494Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23462026-08-08T03:01:30.494Z
23472026-08-08T03:01:30.494Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef)
23482026-08-08T03:01:30.498Z
23492026-08-08T03:01:30.499Zrunning 1 test
23502026-08-08T03:01:30.502Z -------
23512026-08-08T03:01:30.502Z Generating OpenAPI documents from API definitions ...
23522026-08-08T03:01:30.638Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23532026-08-08T03:01:30.707Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23542026-08-08T03:01:31.729Z -------
23552026-08-08T03:01:31.729Z Checking 12 OpenAPI documents...
23562026-08-08T03:01:31.729Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23572026-08-08T03:01:31.729Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23582026-08-08T03:01:31.729Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23592026-08-08T03:01:31.729Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23602026-08-08T03:01:31.733Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23612026-08-08T03:01:31.733Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23622026-08-08T03:01:31.733Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23632026-08-08T03:01:31.733Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23642026-08-08T03:01:31.733Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23652026-08-08T03:01:31.733Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23662026-08-08T03:01:31.733Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23672026-08-08T03:01:31.733Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23682026-08-08T03:01:31.733Z Fresh dpd "latest" symlink
23692026-08-08T03:01:31.733Z -------
23702026-08-08T03:01:31.733Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
23712026-08-08T03:01:31.794Ztest test::test_apis_up_to_date ... ok
23722026-08-08T03:01:31.794Z
23732026-08-08T03:01:31.794Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.30s
23742026-08-08T03:01:31.794Z
23752026-08-08T03:01:31.852Z Running unittests src/main.rs (target/debug/deps/dpd-69956902c61aa667)
23762026-08-08T03:01:31.858Z
23772026-08-08T03:01:31.858Zrunning 34 tests
23782026-08-08T03:01:31.861Ztest freemap::test_ordering ... ok
23792026-08-08T03:01:31.861Ztest config::tests::test_updates ... ok
23802026-08-08T03:01:31.861Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23812026-08-08T03:01:31.861Ztest freemap::test_split ... ok
23822026-08-08T03:01:31.861Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23832026-08-08T03:01:31.861Ztest macaddrs::tests::test_mac_offset ... ok
23842026-08-08T03:01:31.865ZAug 08 03:01:30.975 DEBG created new freemap, unit: freemap_test
23852026-08-08T03:01:31.866ZAug 08 03:01:30.975 DEBG initted freemap. size: 128, unit: freemap_test
23862026-08-08T03:01:31.866ZAug 08 03:01:30.975 DEBG reset freemap, unit: freemap_test
23872026-08-08T03:01:31.866ZAug 08 03:01:30.975 DEBG created new freemap, unit: freemap_test
23882026-08-08T03:01:31.866ZAug 08 03:01:30.975Aug 08 03:01:30.975 DEBGDEBG initted freemap. size: 128created new freemap, unit, :unit :freemap_test
23892026-08-08T03:01:31.866Zfreemap_test
23902026-08-08T03:01:31.866ZAug 08 03:01:30.975 DEBG reset freemap, Aug 08 03:01:30.975unit :DEBG freemap_testinitted freemap. size: 128
23912026-08-08T03:01:31.866Z, unit: freemap_test
23922026-08-08T03:01:31.866Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23932026-08-08T03:01:31.866ZAug 08 03:01:30.975 DEBG reset freemap, unit: freemap_test
23942026-08-08T03:01:31.866Ztest freemap::test_free ... ok
23952026-08-08T03:01:31.866ZAug 08 03:01:30.975 DEBG created new freemap, unit: freemap_test
23962026-08-08T03:01:31.866ZAug 08 03:01:30.975 DEBG initted freemap. size: 128, unit: freemap_test
23972026-08-08T03:01:31.866Ztest freemap::test_basic ... ok
23982026-08-08T03:01:31.866ZAug 08 03:01:30.975 DEBG reset freemap, unit: freemap_test
23992026-08-08T03:01:31.866Ztest freemap::test_reclaim ... ok
24002026-08-08T03:01:31.866Ztest macaddrs::tests::test_parse_port_id ... ok
24012026-08-08T03:01:31.866Ztest freemap::test_exhaustion ... ok
24022026-08-08T03:01:31.866Ztest nat::test_mapping ... ok
24032026-08-08T03:01:31.866Ztest port_map::tests::test_backplane_group ... ok
24042026-08-08T03:01:31.866Ztest port_map::tests::test_port_map ... ok
24052026-08-08T03:01:31.866Ztest port_map::tests::dump_map ... ok
24062026-08-08T03:01:31.866ZAug 08 03:01:30.976 DEBG created new freemap, unit: freemap_test
24072026-08-08T03:01:31.866ZAug 08 03:01:30.976 DEBG initted freemap. size: 8, unit: freemap_test
24082026-08-08T03:01:31.866ZAug 08 03:01:30.976 DEBG reset freemap, unit: freemap_test
24092026-08-08T03:01:31.866Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
24102026-08-08T03:01:31.866ZAug 08 03:01:30.976 DEBG created new freemap, unit: freemap_test
24112026-08-08T03:01:31.866ZAug 08 03:01:30.976 DEBG initted freemap. size: 128, unit: freemap_test
24122026-08-08T03:01:31.866ZAug 08 03:01:30.976 DEBG reset freemap, unit: freemap_test
24132026-08-08T03:01:31.866Ztest freemap::test_span ... ok
24142026-08-08T03:01:31.866ZAug 08 03:01:30.976 DEBG created new freemap, unit: freemap_route_ipv4
24152026-08-08T03:01:31.866ZAug 08 03:01:30.976 DEBG created new freemap, unit: freemap_route_ipv6
24162026-08-08T03:01:31.866ZAug 08 03:01:30.976 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
24172026-08-08T03:01:31.866ZAug 08 03:01:30.976 DEBG reset freemap, unit: freemap_route_ipv4
24182026-08-08T03:01:31.866ZAug 08 03:01:30.976 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
24192026-08-08T03:01:31.866ZAug 08 03:01:30.976 DEBG reset freemap, unit: freemap_route_ipv6
24202026-08-08T03:01:31.866ZAug 08 03:01:30.976 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
24212026-08-08T03:01:31.866ZAug 08 03:01:30.976 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 } }]
24222026-08-08T03:01:31.866ZAug 08 03:01:30.976 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
24232026-08-08T03:01:31.866ZAug 08 03:01:30.976 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 } }]
24242026-08-08T03:01:31.867ZAug 08 03:01:30.976 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
24252026-08-08T03:01:31.867ZAug 08 03:01:30.976 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 } }]
24262026-08-08T03:01:31.867ZAug 08 03:01:30.976 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
24272026-08-08T03:01:31.867ZAug 08 03:01:30.976 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 } }]
24282026-08-08T03:01:31.867ZAug 08 03:01:30.976 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
24292026-08-08T03:01:31.867ZAug 08 03:01:30.976 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 } }]
24302026-08-08T03:01:31.867ZAug 08 03:01:30.976 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
24312026-08-08T03:01:31.867ZAug 08 03:01:30.976 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 } }]
24322026-08-08T03:01:31.867ZAug 08 03:01:30.976 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
24332026-08-08T03:01:31.867ZAug 08 03:01:30.976 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 } }]
24342026-08-08T03:01:31.867ZAug 08 03:01:30.976 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
24352026-08-08T03:01:31.867ZAug 08 03:01:30.976 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 } }]
24362026-08-08T03:01:31.867ZAug 08 03:01:30.976 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
24372026-08-08T03:01:31.867ZAug 08 03:01:30.976 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 } }]
24382026-08-08T03:01:31.867ZAug 08 03:01:30.977 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
24392026-08-08T03:01:31.867ZAug 08 03:01:30.977 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 } }]
24402026-08-08T03:01:31.867ZAug 08 03:01:30.977 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
24412026-08-08T03:01:31.867ZAug 08 03:01:30.977 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 } }]
24422026-08-08T03:01:31.867ZAug 08 03:01:30.977 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
24432026-08-08T03:01:31.867ZAug 08 03:01:30.977 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 } }]
24442026-08-08T03:01:31.867ZAug 08 03:01:30.977 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
24452026-08-08T03:01:31.867ZAug 08 03:01:30.977 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 } }]
24462026-08-08T03:01:31.867ZAug 08 03:01:30.977 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
24472026-08-08T03:01:31.867ZAug 08 03:01:30.977 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 } }]
24482026-08-08T03:01:31.867ZAug 08 03:01:30.977 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
24492026-08-08T03:01:31.867ZAug 08 03:01:30.977 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 } }]
24502026-08-08T03:01:31.867ZAug 08 03:01:30.977 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
24512026-08-08T03:01:31.867ZAug 08 03:01:30.977 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 } }]
24522026-08-08T03:01:31.867ZAug 08 03:01:30.977 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
24532026-08-08T03:01:31.867ZAug 08 03:01:30.977 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 } }]
24542026-08-08T03:01:31.867ZAug 08 03:01:30.977 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
24552026-08-08T03:01:31.867ZAug 08 03:01:30.977 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 } }]
24562026-08-08T03:01:31.867ZAug 08 03:01:30.977 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
24572026-08-08T03:01:31.867ZAug 08 03:01:30.977 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 } }]
24582026-08-08T03:01:31.867ZAug 08 03:01:30.977 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
24592026-08-08T03:01:31.867ZAug 08 03:01:30.977 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 } }]
24602026-08-08T03:01:31.867ZAug 08 03:01:30.977 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
24612026-08-08T03:01:31.867ZAug 08 03:01:30.977 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 } }]
24622026-08-08T03:01:31.867ZAug 08 03:01:30.977 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
24632026-08-08T03:01:31.868ZAug 08 03:01:30.977 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 } }]
24642026-08-08T03:01:31.868ZAug 08 03:01:30.977 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
24652026-08-08T03:01:31.868ZAug 08 03:01:30.977 DEBG Aug 08 03:01:30.976replacing 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 } }]
24662026-08-08T03:01:31.868ZDEBG created new freemapAug 08 03:01:30.977, unitINFO: adding route 3fff:beef:16::/64 -> 2001:db8::55:fffreemap_route_ipv4
24672026-08-08T03:01:31.868Z
24682026-08-08T03:01:31.868ZAug 08 03:01:30.977 DEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:01:30.977
24692026-08-08T03:01:31.868Z DEBG Aug 08 03:01:30.977created new freemapAug 08 03:01:30.977 , DEBG unit INFO: adding route 3fff:beef:17::/64 -> 2001:db8::55:fffreemap_route_ipv4
24702026-08-08T03:01:31.868Zcreated new freemap
24712026-08-08T03:01:31.868Z, unit:Aug 08 03:01:30.977 Aug 08 03:01:30.977 freemap_route_ipv6DEBG
24722026-08-08T03:01:31.868Zreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
24732026-08-08T03:01:31.868Zcreated new freemapAug 08 03:01:30.977, unitAug 08 03:01:30.977: DEBG INFO freemap_route_ipv6initted freemap. size: 64
24742026-08-08T03:01:31.868Z, adding route 3fff:beef:18::/64 -> 2001:db8::55:ffunit
24752026-08-08T03:01:31.868Z: Aug 08 03:01:30.977freemap_route_ipv4
24762026-08-08T03:01:31.868ZDEBG Aug 08 03:01:30.977initted freemap. size: 64 , DEBGunitAug 08 03:01:30.977: DEBGreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
24772026-08-08T03:01:31.868Z
24782026-08-08T03:01:31.868Z reset freemap, unitAug 08 03:01:30.977: Aug 08 03:01:30.977DEBG reset freemapfreemap_route_ipv4,
24792026-08-08T03:01:31.868ZunitINFO: freemap_route_ipv4adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 08 03:01:30.977
24802026-08-08T03:01:31.868Z DEBG
24812026-08-08T03:01:31.868Zinitted freemap. size: 64Aug 08 03:01:30.977, DEBGunit :initted freemap. size: 64 , freemap_route_ipv6unit
24822026-08-08T03:01:31.868Z:Aug 08 03:01:30.977 freemap_route_ipv6
24832026-08-08T03:01:31.868ZDEBG 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 08 03:01:30.977Aug 08 03:01:30.977
24842026-08-08T03:01:31.872ZDEBGDEBG reset freemapreset freemap, , Aug 08 03:01:30.977unitunit:: freemap_route_ipv6 freemap_route_ipv6
24852026-08-08T03:01:31.872Z
24862026-08-08T03:01:31.872ZINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 08 03:01:30.977
24872026-08-08T03:01:31.872Z Aug 08 03:01:30.977 INFOINFO Aug 08 03:01:30.977adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:dead::/64 -> 2001:db8::55:1
24882026-08-08T03:01:31.872Z
24892026-08-08T03:01:31.872ZDEBG 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 } }]
24902026-08-08T03:01:31.872ZAug 08 03:01:30.977Aug 08 03:01:30.977 DEBGAug 08 03:01:30.977 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 } }]
24912026-08-08T03:01:31.872ZINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
24922026-08-08T03:01:31.873Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
24932026-08-08T03:01:31.873ZAug 08 03:01:30.977Aug 08 03:01:30.977 INFOINFO Aug 08 03:01:30.977adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:dead::/64 -> 2001:db8::55:2
24942026-08-08T03:01:31.873Z
24952026-08-08T03:01:31.873Z 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 } }]Aug 08 03:01:30.977
24962026-08-08T03:01:31.873ZAug 08 03:01:30.977 DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 08 03:01:30.977
24972026-08-08T03:01:31.873Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
24982026-08-08T03:01:31.873Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
24992026-08-08T03:01:31.873ZAug 08 03:01:30.977 INFOAug 08 03:01:30.977 Aug 08 03:01:30.977 adding route 3fff:dead::/64 -> 2001:db8::55:3INFO
25002026-08-08T03:01:31.873Zadding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG
25012026-08-08T03:01:31.873Z 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 } }]
25022026-08-08T03:01:31.873ZAug 08 03:01:30.977Aug 08 03:01:30.977 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 08 03:01:30.977
25032026-08-08T03:01:31.873Z
25042026-08-08T03:01:31.873ZINFO Aug 08 03:01:30.977adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 08 03:01:30.977 INFOAug 08 03:01:30.977 DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
25052026-08-08T03:01:31.873Z
25062026-08-08T03:01:31.873Zcreated new freemap INFO, adding route 3fff:dead::/64 -> 2001:db8::55:4unit
25072026-08-08T03:01:31.873Z:Aug 08 03:01:30.977 freemap_route_ipv4
25082026-08-08T03:01:31.873ZAug 08 03:01:30.977DEBG Aug 08 03:01:30.977DEBG 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: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 } }]
25092026-08-08T03:01:31.873ZAug 08 03:01:30.977 DEBG
25102026-08-08T03:01:31.873ZDEBG Aug 08 03:01:30.977created new freemap , INFO unit:adding route 3fff:beef:2::/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 } }]
25112026-08-08T03:01:31.873Z
25122026-08-08T03:01:31.873Z freemap_route_ipv6Aug 08 03:01:30.977
25132026-08-08T03:01:31.873ZINFOAug 08 03:01:30.977Aug 08 03:01:30.977Aug 08 03:01:30.977 DEBG INFO 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 } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff
25142026-08-08T03:01:31.873Z
25152026-08-08T03:01:31.873Zinitted freemap. size: 64, unit: freemap_route_ipv4Aug 08 03:01:30.977
25162026-08-08T03:01:31.873Z Aug 08 03:01:30.977DEBG INFOreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:01:30.977
25172026-08-08T03:01:31.873Z DEBG adding route 3fff:beef:3::/64 -> 2001:db8::55:ffreset freemap
25182026-08-08T03:01:31.873Ztest port_map::tests::parse_softnpu_revision ... ok
25192026-08-08T03:01:31.873Z, unitAug 08 03:01:30.977 Aug 08 03:01:30.977: INFODEBG freemap_route_ipv4
25202026-08-08T03:01:31.873ZAug 08 03:01:30.977 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
25212026-08-08T03:01:31.873ZAug 08 03:01:30.977 DEBG reset freemap, unit: freemap_route_ipv6
25222026-08-08T03:01:31.873Z adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 08 03:01:30.977
25232026-08-08T03:01:31.873Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
25242026-08-08T03:01:31.873ZAug 08 03:01:30.977 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 } }]
25252026-08-08T03:01:31.873ZAug 08 03:01:30.977Aug 08 03:01:30.977 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
25262026-08-08T03:01:31.873Z
25272026-08-08T03:01:31.873ZAug 08 03:01:30.977 INFOAug 08 03:01:30.977 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG
25282026-08-08T03:01:31.873Z 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 } }]
25292026-08-08T03:01:31.873ZAug 08 03:01:30.977 DEBG Aug 08 03:01:30.977replacing 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 } }]
25302026-08-08T03:01:31.873ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1
25312026-08-08T03:01:31.874ZAug 08 03:01:30.977 Aug 08 03:01:30.977INFO DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
25322026-08-08T03:01:31.874Zreplacing 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 } }]
25332026-08-08T03:01:31.874ZAug 08 03:01:30.977 Aug 08 03:01:30.977DEBG INFOreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25342026-08-08T03:01:31.874Zadding route 3fff:dead::/64 -> 2001:db8::55:2
25352026-08-08T03:01:31.874ZAug 08 03:01:30.977 Aug 08 03:01:30.977INFO DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
25362026-08-08T03:01:31.874Zreplacing 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 } }]
25372026-08-08T03:01:31.874ZAug 08 03:01:30.977Aug 08 03:01:30.977 DEBGINFO replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff
25382026-08-08T03:01:31.874Z
25392026-08-08T03:01:31.874ZAug 08 03:01:30.977Aug 08 03:01:30.977 INFODEBG adding route 3fff:beef:22::/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 } }]
25402026-08-08T03:01:31.874Z
25412026-08-08T03:01:31.874ZAug 08 03:01:30.977Aug 08 03:01:30.977 DEBGINFO replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
25422026-08-08T03:01:31.874Z
25432026-08-08T03:01:31.874Z Aug 08 03:01:30.977Aug 08 03:01:30.977 adding route 3fff:beef:1::/64 -> 2001:db8::55:ffDEBG INFOreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25442026-08-08T03:01:31.874Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
25452026-08-08T03:01:31.874Z
25462026-08-08T03:01:31.874ZAug 08 03:01:30.977Aug 08 03:01:30.977 INFODEBG adding route 3fff:beef:2::/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 } }]
25472026-08-08T03:01:31.874Z
25482026-08-08T03:01:31.874ZAug 08 03:01:30.977Aug 08 03:01:30.977 Aug 08 03:01:30.977INFO DEBG 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 } }]adding route 3fff:beef:24::/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 } }]
25492026-08-08T03:01:31.874Z
25502026-08-08T03:01:31.874Z
25512026-08-08T03:01:31.874ZAug 08 03:01:30.977Aug 08 03:01:30.977Aug 08 03:01:30.977 INFO DEBG INFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
25522026-08-08T03:01:31.874Z
25532026-08-08T03:01:31.874Zreplacing 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 } }]
25542026-08-08T03:01:31.874ZAug 08 03:01:30.977 Aug 08 03:01:30.977DEBGAug 08 03:01:30.977 DEBGreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25552026-08-08T03:01:31.874Zreplacing 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 } }]
25562026-08-08T03:01:31.874Z INFO Aug 08 03:01:30.977adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
25572026-08-08T03:01:31.874ZINFOAug 08 03:01:30.977 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffINFO
25582026-08-08T03:01:31.874Z adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
25592026-08-08T03:01:31.874ZAug 08 03:01:30.977Aug 08 03:01:30.977Aug 08 03:01:30.977 DEBGDEBG 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 } }]
25602026-08-08T03:01:31.874Zreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
25612026-08-08T03:01:31.874Z
25622026-08-08T03:01:31.874ZAug 08 03:01:30.977 INFO Aug 08 03:01:30.977adding route 3fff:beef:26::/64 -> 2001:db8::55:ff Aug 08 03:01:30.977INFO
25632026-08-08T03:01:31.874Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ffINFO
25642026-08-08T03:01:31.874Z adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
25652026-08-08T03:01:31.874ZAug 08 03:01:30.977 Aug 08 03:01:30.977DEBG Aug 08 03:01:30.977 DEBG DEBGreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25662026-08-08T03:01:31.874Zreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
25672026-08-08T03:01:31.874Z
25682026-08-08T03:01:31.874ZAug 08 03:01:30.977Aug 08 03:01:30.977 INFOAug 08 03:01:30.977INFO INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
25692026-08-08T03:01:31.874Z
25702026-08-08T03:01:31.875Z
25712026-08-08T03:01:31.875ZAug 08 03:01:30.977Aug 08 03:01:30.977Aug 08 03:01:30.977 DEBGDEBGDEBG 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: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 } }]
25722026-08-08T03:01:31.875Z
25732026-08-08T03:01:31.875Z 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 } }]
25742026-08-08T03:01:31.875Ztest api_server::tests::test_build_info ... ok
25752026-08-08T03:01:31.875ZAug 08 03:01:30.977 Aug 08 03:01:30.977INFO INFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff Aug 08 03:01:30.977
25762026-08-08T03:01:31.875Z adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO
25772026-08-08T03:01:31.875Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
25782026-08-08T03:01:31.875ZAug 08 03:01:30.977 Aug 08 03:01:30.977DEBGAug 08 03:01:30.977 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
25792026-08-08T03:01:31.875ZDEBG 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 } }]
25802026-08-08T03:01:31.875Zreplacing 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 08 03:01:30.977
25812026-08-08T03:01:31.875Z INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
25822026-08-08T03:01:31.875ZAug 08 03:01:30.977Aug 08 03:01:30.977 INFO INFOAug 08 03:01:30.977 adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
25832026-08-08T03:01:31.875Zreplacing 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 } }]
25842026-08-08T03:01:31.879Z
25852026-08-08T03:01:31.879ZAug 08 03:01:30.977Aug 08 03:01:30.977 Aug 08 03:01:30.977DEBG INFO DEBGadding route 3fff:beef:8::/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 } }]
25862026-08-08T03:01:31.879Z
25872026-08-08T03:01:31.879Zreplacing 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 } }]
25882026-08-08T03:01:31.879ZAug 08 03:01:30.977 Aug 08 03:01:30.977INFOAug 08 03:01:30.977 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG
25892026-08-08T03:01:31.879Z 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
25902026-08-08T03:01:31.879Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
25912026-08-08T03:01:31.879ZAug 08 03:01:30.977Aug 08 03:01:30.977 INFO DEBGAug 08 03:01:30.977adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
25922026-08-08T03:01:31.879Zreplacing 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 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 } }]
25932026-08-08T03:01:31.879Z
25942026-08-08T03:01:31.879ZAug 08 03:01:30.977 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 } }]
25952026-08-08T03:01:31.879ZAug 08 03:01:30.977Aug 08 03:01:30.977 INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 08 03:01:30.977
25962026-08-08T03:01:31.879Z
25972026-08-08T03:01:31.879Z INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
25982026-08-08T03:01:31.879ZAug 08 03:01:30.977 Aug 08 03:01:30.977DEBG DEBGreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25992026-08-08T03:01:31.879Zreplacing 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 } }]
26002026-08-08T03:01:31.879ZAug 08 03:01:30.978 Aug 08 03:01:30.978Aug 08 03:01:30.977INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO
26012026-08-08T03:01:31.879ZDEBG 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:b::/64 -> 2001:db8::55:ff
26022026-08-08T03:01:31.879Z
26032026-08-08T03:01:31.879ZAug 08 03:01:30.978Aug 08 03:01:30.978Aug 08 03:01:30.978 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 } }]INFO
26042026-08-08T03:01:31.879Z 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:2c::/64 -> 2001:db8::55:ff
26052026-08-08T03:01:31.880Z
26062026-08-08T03:01:31.880ZAug 08 03:01:30.978Aug 08 03:01:30.978 INFOAug 08 03:01:30.978 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBGINFO 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:c::/64 -> 2001:db8::55:ff
26072026-08-08T03:01:31.880Z
26082026-08-08T03:01:31.880Z
26092026-08-08T03:01:31.880ZAug 08 03:01:30.978Aug 08 03:01:30.978 INFOAug 08 03:01:30.978DEBG 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 } }] adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26102026-08-08T03:01:31.880Z
26112026-08-08T03:01:31.880Z
26122026-08-08T03:01:31.880ZAug 08 03:01:30.978Aug 08 03:01:30.978 Aug 08 03:01:30.978DEBG INFO INFOreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
26132026-08-08T03:01:31.880Z
26142026-08-08T03:01:31.880Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
26152026-08-08T03:01:31.880ZAug 08 03:01:30.978 Aug 08 03:01:30.978DEBGAug 08 03:01:30.978 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 } }]
26162026-08-08T03:01:31.880Z INFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
26172026-08-08T03:01:31.880ZAug 08 03:01:30.978
26182026-08-08T03:01:31.880Z INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
26192026-08-08T03:01:31.880ZAug 08 03:01:30.978 Aug 08 03:01:30.978INFO Aug 08 03:01:30.978 DEBGDEBG adding route 3fff:beef:e::/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 } }]
26202026-08-08T03:01:31.880Z
26212026-08-08T03:01:31.880Z 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 } }]
26222026-08-08T03:01:31.880ZAug 08 03:01:30.978Aug 08 03:01:30.978Aug 08 03:01:30.978 INFOINFODEBG adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
26232026-08-08T03:01:31.880Zreplacing 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 } }]
26242026-08-08T03:01:31.880Z
26252026-08-08T03:01:31.880ZAug 08 03:01:30.978Aug 08 03:01:30.978Aug 08 03:01:30.978 INFODEBG adding route 3fff:beef:f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
26262026-08-08T03:01:31.880Z
26272026-08-08T03:01:31.880Z 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 } }]
26282026-08-08T03:01:31.880ZAug 08 03:01:30.978 DEBG Aug 08 03:01:30.978Aug 08 03:01:30.978 replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
26292026-08-08T03:01:31.880Z INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
26302026-08-08T03:01:31.880Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
26312026-08-08T03:01:31.880ZAug 08 03:01:30.978 Aug 08 03:01:30.978INFO DEBGAug 08 03:01:30.978 adding route 3fff:beef:10::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
26322026-08-08T03:01:31.880Z
26332026-08-08T03:01:31.880Z 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 } }]
26342026-08-08T03:01:31.880ZAug 08 03:01:30.978Aug 08 03:01:30.978 DEBGINFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
26352026-08-08T03:01:31.880Z
26362026-08-08T03:01:31.880ZAug 08 03:01:30.978Aug 08 03:01:30.978Aug 08 03:01:30.978 INFO DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
26372026-08-08T03:01:31.880Z
26382026-08-08T03:01:31.880Z
26392026-08-08T03:01:31.880ZAug 08 03:01:30.978Aug 08 03:01:30.978 Aug 08 03:01:30.978INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBG
26402026-08-08T03:01:31.880Z 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
26412026-08-08T03:01:31.880Z 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 08 03:01:30.978
26422026-08-08T03:01:31.880Z Aug 08 03:01:30.978DEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
26432026-08-08T03:01:31.880Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
26442026-08-08T03:01:31.880ZAug 08 03:01:30.978 Aug 08 03:01:30.978INFO INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 08 03:01:30.978
26452026-08-08T03:01:31.881Z DEBG adding route 3fff:beef:32::/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 } }]Aug 08 03:01:30.978
26462026-08-08T03:01:31.881Z
26472026-08-08T03:01:31.881ZDEBG Aug 08 03:01:30.978replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26482026-08-08T03:01:31.881ZINFOAug 08 03:01:30.978 Aug 08 03:01:30.978adding route 3fff:beef:13::/64 -> 2001:db8::55:ff DEBG
26492026-08-08T03:01:31.881Z INFOreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
26502026-08-08T03:01:31.881Z
26512026-08-08T03:01:31.881ZAug 08 03:01:30.978 DEBGAug 08 03:01:30.978 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 08 03:01:30.978
26522026-08-08T03:01:31.881ZINFO Aug 08 03:01:30.978 DEBG adding route 3fff:beef:33::/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 } }]DEBG
26532026-08-08T03:01:31.881Z
26542026-08-08T03:01:31.881Zcreated new freemapAug 08 03:01:30.978, Aug 08 03:01:30.978unit INFO: INFOfreemap_route_ipv4
26552026-08-08T03:01:31.881Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
26562026-08-08T03:01:31.881ZAug 08 03:01:30.978
26572026-08-08T03:01:31.881Z DEBG Aug 08 03:01:30.978Aug 08 03:01:30.978Aug 08 03:01:30.978 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 } }]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 } }]
26582026-08-08T03:01:31.881Zcreated new freemap
26592026-08-08T03:01:31.881Z, unitreplacing 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
26602026-08-08T03:01:31.881Z
26612026-08-08T03:01:31.881ZAug 08 03:01:30.978 INFOAug 08 03:01:30.978 Aug 08 03:01:30.978Aug 08 03:01:30.978 adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
26622026-08-08T03:01:31.881ZINFO INFODEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
26632026-08-08T03:01:31.881Zinitted freemap. size: 64Aug 08 03:01:30.978, DEBGunit : Aug 08 03:01:30.978freemap_route_ipv4adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
26642026-08-08T03:01:31.881Zreplacing 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 } }]
26652026-08-08T03:01:31.881ZDEBG 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 } }]
26662026-08-08T03:01:31.881Z
26672026-08-08T03:01:31.881ZAug 08 03:01:30.978Aug 08 03:01:30.978 DEBGDEBGAug 08 03:01:30.978 reset freemapINFO , 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 } }]unitAug 08 03:01:30.978adding route 3fff:beef:17::/64 -> 2001:db8::55:ff:
26682026-08-08T03:01:31.881Z
26692026-08-08T03:01:31.881Z INFOfreemap_route_ipv4
26702026-08-08T03:01:31.881Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 08 03:01:30.978Aug 08 03:01:30.978 DEBG
26712026-08-08T03:01:31.881ZINFO Aug 08 03:01:30.978 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }]
26722026-08-08T03:01:31.881Z
26732026-08-08T03:01:31.881Zinitted freemap. size: 64, unit:Aug 08 03:01:30.978Aug 08 03:01:30.978 Aug 08 03:01:30.978 DEBG INFOfreemap_route_ipv6
26742026-08-08T03:01:31.881Zreplacing 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
26752026-08-08T03:01:31.881Z adding route 3fff:beef:18::/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 } }]
26762026-08-08T03:01:31.881ZAug 08 03:01:30.978
26772026-08-08T03:01:31.881ZAug 08 03:01:30.978 DEBGINFOAug 08 03:01:30.978 Aug 08 03:01:30.978 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBGINFO
26782026-08-08T03:01:31.881Zreplacing 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 } }]reset freemap
26792026-08-08T03:01:31.881Z , unitadding route 3fff:beef:17::/64 -> 2001:db8::55:ff:
26802026-08-08T03:01:31.881ZAug 08 03:01:30.978 Aug 08 03:01:30.978freemap_route_ipv6
26812026-08-08T03:01:31.881ZINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
26822026-08-08T03:01:31.881ZDEBGAug 08 03:01:30.978 DEBGAug 08 03:01:30.978replacing 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 08 03:01:30.978 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 } }]
26832026-08-08T03:01:31.882Z
26842026-08-08T03:01:31.885Z 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 } }]
26852026-08-08T03:01:31.885Z adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 08 03:01:30.978
26862026-08-08T03:01:31.885Z INFOAug 08 03:01:30.978 Aug 08 03:01:30.978adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 08 03:01:30.978 INFODEBG INFO
26872026-08-08T03:01:31.886Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
26882026-08-08T03:01:31.886Z
26892026-08-08T03:01:31.886Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
26902026-08-08T03:01:31.886ZAug 08 03:01:30.978Aug 08 03:01:30.978 Aug 08 03:01:30.978DEBGAug 08 03:01:30.978 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 } }]
26912026-08-08T03:01:31.886ZDEBGDEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
26922026-08-08T03:01:31.886Z
26932026-08-08T03:01:31.886ZDEBG 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 } }]
26942026-08-08T03:01:31.886ZAug 08 03:01:30.978 Aug 08 03:01:30.978INFOAug 08 03:01:30.978 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFOINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
26952026-08-08T03:01:31.886Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
26962026-08-08T03:01:31.886Z
26972026-08-08T03:01:31.886ZAug 08 03:01:30.978 DEBGAug 08 03:01:30.978 Aug 08 03:01:30.978 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 } }]
26982026-08-08T03:01:31.886Zreplacing 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: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 } }]
26992026-08-08T03:01:31.886Z
27002026-08-08T03:01:31.886ZAug 08 03:01:30.978Aug 08 03:01:30.978Aug 08 03:01:30.978 INFO INFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
27012026-08-08T03:01:31.886Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFO
27022026-08-08T03:01:31.886Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
27032026-08-08T03:01:31.886ZAug 08 03:01:30.978 DEBGAug 08 03:01:30.978 replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:01:30.978DEBG
27042026-08-08T03:01:31.886Z 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 } }]
27052026-08-08T03:01:31.886ZAug 08 03:01:30.978DEBG Aug 08 03:01:30.978INFO INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27062026-08-08T03:01:31.886Z
27072026-08-08T03:01:31.886Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
27082026-08-08T03:01:31.886ZAug 08 03:01:30.978Aug 08 03:01:30.978 Aug 08 03:01:30.978DEBG DEBG 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 } }]
27092026-08-08T03:01:31.886Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27102026-08-08T03:01:31.886Z
27112026-08-08T03:01:31.886ZAug 08 03:01:30.978 INFOAug 08 03:01:30.978Aug 08 03:01:30.978 DEBG INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
27122026-08-08T03:01:31.886Z replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
27132026-08-08T03:01:31.886Z
27142026-08-08T03:01:31.886ZAug 08 03:01:30.978 DEBGAug 08 03:01:30.978Aug 08 03:01:30.978 INFODEBG 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 } }]
27152026-08-08T03:01:31.886Zreplacing 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:3b::/64 -> 2001:db8::55:ff
27162026-08-08T03:01:31.886Z
27172026-08-08T03:01:31.886ZAug 08 03:01:30.978 Aug 08 03:01:30.978INFOAug 08 03:01:30.978 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff DEBG
27182026-08-08T03:01:31.886ZINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27192026-08-08T03:01:31.886ZAug 08 03:01:30.978
27202026-08-08T03:01:31.886Z 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 } }]
27212026-08-08T03:01:31.886ZAug 08 03:01:30.978Aug 08 03:01:30.978 Aug 08 03:01:30.978 DEBGINFO INFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
27222026-08-08T03:01:31.886Zreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
27232026-08-08T03:01:31.886Z
27242026-08-08T03:01:31.886ZAug 08 03:01:30.978Aug 08 03:01:30.978 Aug 08 03:01:30.978DEBG INFOreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
27252026-08-08T03:01:31.886Z adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27262026-08-08T03:01:31.887Z
27272026-08-08T03:01:31.887ZAug 08 03:01:30.978 Aug 08 03:01:30.978INFOAug 08 03:01:30.978 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG
27282026-08-08T03:01:31.887Z INFO 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 } }]
27292026-08-08T03:01:31.887Zadding route 3fff:beef:3d::/64 -> 2001:db8::55:ffAug 08 03:01:30.978
27302026-08-08T03:01:31.887Z Aug 08 03:01:30.978DEBG 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 } }]
27312026-08-08T03:01:31.887ZINFOAug 08 03:01:30.978 Aug 08 03:01:30.978adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
27322026-08-08T03:01:31.887ZINFO DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
27332026-08-08T03:01:31.887Zreplacing 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 } }]
27342026-08-08T03:01:31.887ZAug 08 03:01:30.978 Aug 08 03:01:30.978Aug 08 03:01:30.978DEBG 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 } }]
27352026-08-08T03:01:31.887Zreplacing 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 } }]
27362026-08-08T03:01:31.887ZAug 08 03:01:30.978 Aug 08 03:01:30.978INFO INFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
27372026-08-08T03:01:31.887Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
27382026-08-08T03:01:31.887ZINFO Aug 08 03:01:30.978Aug 08 03:01:30.978adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff DEBGDEBG
27392026-08-08T03:01:31.887Z replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
27402026-08-08T03:01:31.887Z
27412026-08-08T03:01:31.887ZAug 08 03:01:30.978Aug 08 03:01:30.978Aug 08 03:01:30.978 INFOINFO DEBG adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
27422026-08-08T03:01:31.887Z
27432026-08-08T03:01:31.887Zreplacing 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 } }]
27442026-08-08T03:01:31.887ZAug 08 03:01:30.978Aug 08 03:01:30.978 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: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 } }]
27452026-08-08T03:01:31.887Z
27462026-08-08T03:01:31.887ZAug 08 03:01:30.978Aug 08 03:01:30.978Aug 08 03:01:30.978 INFOINFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
27472026-08-08T03:01:31.887Z
27482026-08-08T03:01:31.887Zadding route 3fff:beef:3f::/64 -> 2001:db8::55:ff
27492026-08-08T03:01:31.887ZAug 08 03:01:30.978Aug 08 03:01:30.978 DEBGAug 08 03:01:30.978DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
27502026-08-08T03:01:31.887Z
27512026-08-08T03:01:31.887Z DEBG replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27522026-08-08T03:01:31.887ZAug 08 03:01:30.978Aug 08 03:01:30.978 INFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
27532026-08-08T03:01:31.887Z
27542026-08-08T03:01:31.887ZAug 08 03:01:30.979Aug 08 03:01:30.979Aug 08 03:01:30.979 DEBGDEBG DEBGreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27552026-08-08T03:01:31.887Z failed to allocate space for the new target listreplacing 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 08 03:01:30.979
27562026-08-08T03:01:31.887Z
27572026-08-08T03:01:31.887Z INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
27582026-08-08T03:01:31.887ZAug 08 03:01:30.979 INFOAug 08 03:01:30.979 Aug 08 03:01:30.979DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG
27592026-08-08T03:01:31.887Z
27602026-08-08T03:01:31.887Zreplacing 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 } }]
27612026-08-08T03:01:31.887ZAug 08 03:01:30.979Aug 08 03:01:30.979 Aug 08 03:01:30.979 DEBGINFO replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
27622026-08-08T03:01:31.887Z
27632026-08-08T03:01:31.887Z DEBG failed to allocate space for the new target list
27642026-08-08T03:01:31.887ZAug 08 03:01:30.979Aug 08 03:01:30.979 INFODEBG adding route 3fff:beef:25::/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 } }]
27652026-08-08T03:01:31.888Z
27662026-08-08T03:01:31.888ZAug 08 03:01:30.979Aug 08 03:01:30.979 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 } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
27672026-08-08T03:01:31.888Z
27682026-08-08T03:01:31.888ZAug 08 03:01:30.979Aug 08 03:01:30.979 DEBGINFO replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
27692026-08-08T03:01:31.888Z
27702026-08-08T03:01:31.888ZAug 08 03:01:30.979Aug 08 03:01:30.979 DEBGINFO replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
27712026-08-08T03:01:31.888Z
27722026-08-08T03:01:31.888ZAug 08 03:01:30.979Aug 08 03:01:30.979 INFODEBG adding route 3fff:beef:27::/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 } }]
27732026-08-08T03:01:31.888Z
27742026-08-08T03:01:31.888ZAug 08 03:01:30.979Aug 08 03:01:30.979 INFODEBG adding route 3fff:beef:2b::/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 } }]
27752026-08-08T03:01:31.888Z
27762026-08-08T03:01:31.888ZAug 08 03:01:30.979Aug 08 03:01:30.979 DEBGINFO replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
27772026-08-08T03:01:31.888Z
27782026-08-08T03:01:31.888ZAug 08 03:01:30.979Aug 08 03:01:30.979 INFODEBG adding route 3fff:beef:2c::/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 } }]
27792026-08-08T03:01:31.888Z
27802026-08-08T03:01:31.888ZAug 08 03:01:30.979Aug 08 03:01:30.979 DEBGINFO 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:29::/64 -> 2001:db8::55:ff
27812026-08-08T03:01:31.888Z
27822026-08-08T03:01:31.888ZAug 08 03:01:30.979Aug 08 03:01:30.979 INFODEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27832026-08-08T03:01:31.888Z
27842026-08-08T03:01:31.892ZAug 08 03:01:30.979Aug 08 03:01:30.979 DEBGINFO replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
27852026-08-08T03:01:31.892Z
27862026-08-08T03:01:31.892ZAug 08 03:01:30.979Aug 08 03:01:30.979 INFODEBG adding route 3fff:beef:2e::/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 } }]
27872026-08-08T03:01:31.892Z
27882026-08-08T03:01:31.892ZAug 08 03:01:30.979Aug 08 03:01:30.979 DEBGINFO 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:2b::/64 -> 2001:db8::55:ff
27892026-08-08T03:01:31.892Z
27902026-08-08T03:01:31.892ZAug 08 03:01:30.979Aug 08 03:01:30.979 INFODEBG adding route 3fff:beef:2f::/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 } }]
27912026-08-08T03:01:31.892Z
27922026-08-08T03:01:31.892ZAug 08 03:01:30.979Aug 08 03:01:30.979 INFODEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27932026-08-08T03:01:31.892Z
27942026-08-08T03:01:31.892ZAug 08 03:01:30.979Aug 08 03:01:30.979 DEBGINFO 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:30::/64 -> 2001:db8::55:ff
27952026-08-08T03:01:31.892Z
27962026-08-08T03:01:31.892ZAug 08 03:01:30.979Aug 08 03:01:30.979 INFODEBG adding route 3fff:beef:2d::/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 } }]
27972026-08-08T03:01:31.892Z
27982026-08-08T03:01:31.892ZAug 08 03:01:30.979Aug 08 03:01:30.979 DEBGINFO replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
27992026-08-08T03:01:31.892Z
28002026-08-08T03:01:31.892ZAug 08 03:01:30.979Aug 08 03:01:30.979 INFODEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28012026-08-08T03:01:31.892Z
28022026-08-08T03:01:31.892ZAug 08 03:01:30.979Aug 08 03:01:30.979 DEBGINFO 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:32::/64 -> 2001:db8::55:ff
28032026-08-08T03:01:31.892Z
28042026-08-08T03:01:31.892ZAug 08 03:01:30.979Aug 08 03:01:30.979 INFODEBG adding route 3fff:beef:2f::/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 } }]
28052026-08-08T03:01:31.893Z
28062026-08-08T03:01:31.893ZAug 08 03:01:30.979Aug 08 03:01:30.979 DEBGINFO replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
28072026-08-08T03:01:31.893Z
28082026-08-08T03:01:31.893ZAug 08 03:01:30.979Aug 08 03:01:30.979 INFODEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28092026-08-08T03:01:31.893Z
28102026-08-08T03:01:31.893ZAug 08 03:01:30.979Aug 08 03:01:30.979 DEBGINFO replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
28112026-08-08T03:01:31.893Z
28122026-08-08T03:01:31.893ZAug 08 03:01:30.979Aug 08 03:01:30.979 INFODEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28132026-08-08T03:01:31.893Z
28142026-08-08T03:01:31.893ZAug 08 03:01:30.979Aug 08 03:01:30.979 DEBGINFO replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
28152026-08-08T03:01:31.893Z
28162026-08-08T03:01:31.893ZAug 08 03:01:30.979Aug 08 03:01:30.979 INFODEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28172026-08-08T03:01:31.893Z
28182026-08-08T03:01:31.893ZAug 08 03:01:30.979Aug 08 03:01:30.979 INFODEBG adding route 3fff:beef:36::/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 } }]
28192026-08-08T03:01:31.893Z
28202026-08-08T03:01:31.893ZAug 08 03:01:30.979Aug 08 03:01:30.979 DEBGINFO replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
28212026-08-08T03:01:31.893Z
28222026-08-08T03:01:31.893ZAug 08 03:01:30.979Aug 08 03:01:30.979 DEBGINFO 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:37::/64 -> 2001:db8::55:ff
28232026-08-08T03:01:31.893Z
28242026-08-08T03:01:31.893ZAug 08 03:01:30.979Aug 08 03:01:30.979 DEBGINFO replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
28252026-08-08T03:01:31.893Z
28262026-08-08T03:01:31.893ZAug 08 03:01:30.979 DEBG Aug 08 03:01:30.979Aug 08 03:01:30.979created new freemap , INFODEBGunit :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 } }]
28272026-08-08T03:01:31.893Zfreemap_route_ipv4
28282026-08-08T03:01:31.893Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
28292026-08-08T03:01:31.893ZAug 08 03:01:30.979Aug 08 03:01:30.979 INFOAug 08 03:01:30.979DEBG DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
28302026-08-08T03:01:31.893Zreplacing 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 } }]
28312026-08-08T03:01:31.893Zcreated new freemap, unit:Aug 08 03:01:30.979 freemap_route_ipv6Aug 08 03:01:30.979INFO
28322026-08-08T03:01:31.893ZDEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
28332026-08-08T03:01:31.893Zreplacing 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 } }]
28342026-08-08T03:01:31.893ZAug 08 03:01:30.979 DEBGAug 08 03:01:30.979 Aug 08 03:01:30.979initted freemap. size: 64 INFO, DEBGunit adding route 3fff:beef:36::/64 -> 2001:db8::55:ff: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 } }]
28352026-08-08T03:01:31.893Z
28362026-08-08T03:01:31.893Zfreemap_route_ipv4
28372026-08-08T03:01:31.893ZAug 08 03:01:30.979 DEBG Aug 08 03:01:30.979replacing 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 08 03:01:30.979
28382026-08-08T03:01:31.893Z DEBGINFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreset freemap
28392026-08-08T03:01:31.893Z, Aug 08 03:01:30.979unit :Aug 08 03:01:30.979INFO freemap_route_ipv4adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
28402026-08-08T03:01:31.893Z
28412026-08-08T03:01:31.893Ztest route::tests::grow_succeeds ... ok
28422026-08-08T03:01:31.893ZDEBG 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 } }]
28432026-08-08T03:01:31.893ZAug 08 03:01:30.979 Aug 08 03:01:30.979DEBG Aug 08 03:01:30.979DEBG initted freemap. size: 64INFOreplacing 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 } }]
28442026-08-08T03:01:31.894Z, unitadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff:
28452026-08-08T03:01:31.894Zfreemap_route_ipv6Aug 08 03:01:30.979
28462026-08-08T03:01:31.894Z INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
28472026-08-08T03:01:31.894ZAug 08 03:01:30.979 DEBG reset freemapAug 08 03:01:30.979, Aug 08 03:01:30.979unit :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 } }]DEBGfreemap_route_ipv6
28482026-08-08T03:01:31.894Z
28492026-08-08T03:01:31.894Z 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 } }]
28502026-08-08T03:01:31.894ZAug 08 03:01:30.979 INFOAug 08 03:01:30.979 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffINFO
28512026-08-08T03:01:31.894ZAug 08 03:01:30.979 adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
28522026-08-08T03:01:31.894ZINFOAug 08 03:01:30.979 adding route 172.16.0.0/32 -> 10.0.0.1DEBG
28532026-08-08T03:01:31.894Z 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 08 03:01:30.979
28542026-08-08T03:01:31.894Z 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 08 03:01:30.979
28552026-08-08T03:01:31.894Z Aug 08 03:01:30.979DEBG failed to allocate space for the new target listDEBG
28562026-08-08T03:01:31.894Z Aug 08 03:01:30.979Aug 08 03:01:30.979 INFODEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
28572026-08-08T03:01:31.894Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
28582026-08-08T03:01:31.894Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
28592026-08-08T03:01:31.894ZAug 08 03:01:30.979 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 } }]
28602026-08-08T03:01:31.894ZAug 08 03:01:30.979 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 } }]
28612026-08-08T03:01:31.894ZAug 08 03:01:30.979 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
28622026-08-08T03:01:31.894Zreplacing 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 08 03:01:30.979 DEBG
28632026-08-08T03:01:31.894Zreplacing 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 } }]
28642026-08-08T03:01:31.894ZAug 08 03:01:30.979 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
28652026-08-08T03:01:31.894ZAug 08 03:01:30.979 DEBG 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 } }]
28662026-08-08T03:01:31.894ZAug 08 03:01:30.979 INFO Aug 08 03:01:30.979adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
28672026-08-08T03:01:31.894ZDEBG failed to allocate space for the new target list
28682026-08-08T03:01:31.894ZAug 08 03:01:30.979 DEBG Aug 08 03:01:30.979replacing 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 } }]
28692026-08-08T03:01:31.894ZDEBG replacing targets for 3fff:dead::/64 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 } }]
28702026-08-08T03:01:31.894ZAug 08 03:01:30.979 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
28712026-08-08T03:01:31.894ZAug 08 03:01:30.979 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 } }]
28722026-08-08T03:01:31.894ZAug 08 03:01:30.979 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
28732026-08-08T03:01:31.894ZAug 08 03:01:30.979 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 } }]
28742026-08-08T03:01:31.894ZAug 08 03:01:30.979 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
28752026-08-08T03:01:31.894ZAug 08 03:01:30.979 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 } }]
28762026-08-08T03:01:31.894ZAug 08 03:01:30.979 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
28772026-08-08T03:01:31.894ZAug 08 03:01:30.979 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 } }]
28782026-08-08T03:01:31.894ZAug 08 03:01:30.979 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
28792026-08-08T03:01:31.894ZAug 08 03:01:30.979 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 } }]
28802026-08-08T03:01:31.894ZAug 08 03:01:30.979 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
28812026-08-08T03:01:31.894ZAug 08 03:01:30.979 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 } }]
28822026-08-08T03:01:31.894ZAug 08 03:01:30.979 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
28832026-08-08T03:01:31.894ZAug 08 03:01:30.979 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 } }]
28842026-08-08T03:01:31.898ZAug 08 03:01:30.979 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
28852026-08-08T03:01:31.898ZAug 08 03:01:30.979 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 } }]
28862026-08-08T03:01:31.898ZAug 08 03:01:30.979 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
28872026-08-08T03:01:31.898ZAug 08 03:01:30.979 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 } }]
28882026-08-08T03:01:31.898ZAug 08 03:01:30.979 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
28892026-08-08T03:01:31.898ZAug 08 03:01:30.979 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 } }]
28902026-08-08T03:01:31.898ZAug 08 03:01:30.979 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
28912026-08-08T03:01:31.899ZAug 08 03:01:30.979 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 } }]
28922026-08-08T03:01:31.899ZAug 08 03:01:30.979 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
28932026-08-08T03:01:31.899ZAug 08 03:01:30.979 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 } }]
28942026-08-08T03:01:31.899ZAug 08 03:01:30.979 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
28952026-08-08T03:01:31.899ZAug 08 03:01:30.979 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 } }]
28962026-08-08T03:01:31.899ZAug 08 03:01:30.979 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
28972026-08-08T03:01:31.899ZAug 08 03:01:30.979 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 } }]
28982026-08-08T03:01:31.899ZAug 08 03:01:30.979 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
28992026-08-08T03:01:31.899ZAug 08 03:01:30.979 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 } }]
29002026-08-08T03:01:31.899ZAug 08 03:01:30.979 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
29012026-08-08T03:01:31.899ZAug 08 03:01:30.979 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 } }]
29022026-08-08T03:01:31.899ZAug 08 03:01:30.979 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
29032026-08-08T03:01:31.899ZAug 08 03:01:30.979 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 } }]
29042026-08-08T03:01:31.899ZAug 08 03:01:30.979 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
29052026-08-08T03:01:31.899ZAug 08 03:01:30.979 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 } }]
29062026-08-08T03:01:31.899ZAug 08 03:01:30.979 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
29072026-08-08T03:01:31.899ZAug 08 03:01:30.979 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 } }]
29082026-08-08T03:01:31.899ZAug 08 03:01:30.979 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
29092026-08-08T03:01:31.899ZAug 08 03:01:30.979 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 } }]
29102026-08-08T03:01:31.899ZAug 08 03:01:30.979 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
29112026-08-08T03:01:31.899ZAug 08 03:01:30.979 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 } }]
29122026-08-08T03:01:31.899ZAug 08 03:01:30.979 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
29132026-08-08T03:01:31.899ZAug 08 03:01:30.979 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 } }]
29142026-08-08T03:01:31.899ZAug 08 03:01:30.979 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
29152026-08-08T03:01:31.899ZAug 08 03:01:30.979 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 } }]
29162026-08-08T03:01:31.899ZAug 08 03:01:30.979 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
29172026-08-08T03:01:31.899ZAug 08 03:01:30.979 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 } }]
29182026-08-08T03:01:31.899ZAug 08 03:01:30.979 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
29192026-08-08T03:01:31.899ZAug 08 03:01:30.979 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 } }]
29202026-08-08T03:01:31.899ZAug 08 03:01:30.979 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
29212026-08-08T03:01:31.899ZAug 08 03:01:30.979 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 } }]
29222026-08-08T03:01:31.899ZAug 08 03:01:30.979 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
29232026-08-08T03:01:31.899ZAug 08 03:01:30.979 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 } }]
29242026-08-08T03:01:31.899ZAug 08 03:01:30.980 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
29252026-08-08T03:01:31.899ZAug 08 03:01:30.980 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 } }]
29262026-08-08T03:01:31.899ZAug 08 03:01:30.980 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
29272026-08-08T03:01:31.899ZAug 08 03:01:30.980 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 } }]
29282026-08-08T03:01:31.899ZAug 08 03:01:30.980 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
29292026-08-08T03:01:31.899ZAug 08 03:01:30.980 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 } }]
29302026-08-08T03:01:31.900ZAug 08 03:01:30.980 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
29312026-08-08T03:01:31.900ZAug 08 03:01:30.980 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 } }]
29322026-08-08T03:01:31.900ZAug 08 03:01:30.980 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
29332026-08-08T03:01:31.900ZAug 08 03:01:30.980 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 } }]
29342026-08-08T03:01:31.900ZAug 08 03:01:30.980 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
29352026-08-08T03:01:31.900ZAug 08 03:01:30.980 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 } }]
29362026-08-08T03:01:31.900ZAug 08 03:01:30.980 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
29372026-08-08T03:01:31.900ZAug 08 03:01:30.980 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 } }]
29382026-08-08T03:01:31.900ZAug 08 03:01:30.980 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
29392026-08-08T03:01:31.900ZAug 08 03:01:30.980 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 } }]
29402026-08-08T03:01:31.900ZAug 08 03:01:30.980 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
29412026-08-08T03:01:31.900Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
29422026-08-08T03:01:31.900ZAug 08 03:01:30.980 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 } }]
29432026-08-08T03:01:31.900ZAug 08 03:01:30.980 INFOAug 08 03:01:30.980 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBG
29442026-08-08T03:01:31.900ZAug 08 03:01:30.980 created new freemapDEBG Aug 08 03:01:30.980created new freemap , , DEBGunit unitreplacing 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 } }]:
29452026-08-08T03:01:31.900Z :freemap_route_ipv4
29462026-08-08T03:01:31.900Zfreemap_route_ipv4Aug 08 03:01:30.980
29472026-08-08T03:01:31.900Z INFO Aug 08 03:01:30.980adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
29482026-08-08T03:01:31.900ZDEBGAug 08 03:01:30.980 Aug 08 03:01:30.980created new freemap , DEBG DEBGreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit :
29492026-08-08T03:01:31.900Z freemap_route_ipv6created new freemap
29502026-08-08T03:01:31.900Z, unitAug 08 03:01:30.980: Aug 08 03:01:30.980INFO freemap_route_ipv6adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
29512026-08-08T03:01:31.900Z
29522026-08-08T03:01:31.900ZDEBG initted freemap. size: 64, unit:Aug 08 03:01:30.980Aug 08 03:01:30.980 DEBG DEBGinitted freemap. size: 64 , freemap_route_ipv4unitreplacing 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 } }]:
29532026-08-08T03:01:31.900Z
29542026-08-08T03:01:31.900Z freemap_route_ipv4
29552026-08-08T03:01:31.900ZAug 08 03:01:30.980Aug 08 03:01:30.980 Aug 08 03:01:30.980 INFODEBGDEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff reset freemapreset freemap
29562026-08-08T03:01:31.900ZAug 08 03:01:30.980Aug 08 03:01:30.980 DEBGAug 08 03:01:30.980 DEBG created new freemapcreated new freemap, DEBG, unit :Aug 08 03:01:30.985created new freemap, unitDEBG: unitreplacing 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 } }]:
29572026-08-08T03:01:31.900Z freemap_route_ipv4freemap_route_ipv4Aug 08 03:01:30.985
29582026-08-08T03:01:31.900Z
29592026-08-08T03:01:31.900Z INFO freemap_route_ipv4adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
29602026-08-08T03:01:31.900ZAug 08 03:01:30.985 DEBG created new freemap
29612026-08-08T03:01:31.900ZAug 08 03:01:30.985, unit :DEBG freemap_route_ipv6Aug 08 03:01:30.985
29622026-08-08T03:01:31.900Z created new freemapDEBG, unitreplacing 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 08 03:01:30.985: DEBGfreemap_route_ipv6
29632026-08-08T03:01:31.900Zinitted freemap. size: 64
29642026-08-08T03:01:31.900Z, unit: Aug 08 03:01:30.985freemap_route_ipv4 Aug 08 03:01:30.985
29652026-08-08T03:01:31.900Z DEBGINFO initted freemap. size: 64 , adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffunitAug 08 03:01:30.985:
29662026-08-08T03:01:31.900ZDEBGAug 08 03:01:30.985freemap_route_ipv4 DEBG
29672026-08-08T03:01:31.900Z reset freemapcreated new freemapAug 08 03:01:30.985, , Aug 08 03:01:30.985unit :DEBG unit 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 } }]freemap_route_ipv4:
29682026-08-08T03:01:31.900Zfreemap_route_ipv6reset freemap
29692026-08-08T03:01:31.901Z, unit
29702026-08-08T03:01:31.901Z:Aug 08 03:01:30.985 Aug 08 03:01:30.985 DEBG freemap_route_ipv4 DEBG
29712026-08-08T03:01:31.901Z initted freemap. size: 64Aug 08 03:01:30.985initted freemap. size: 64 , Aug 08 03:01:30.985INFOunit , DEBG:unit adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff:freemap_route_ipv4 initted freemap. size: 64
29722026-08-08T03:01:31.901Zfreemap_route_ipv6
29732026-08-08T03:01:31.901Z
29742026-08-08T03:01:31.901Z, unitAug 08 03:01:30.985Aug 08 03:01:30.985 DEBGDEBG reset freemapreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:, unitfreemap_route_ipv6:
29752026-08-08T03:01:31.901Z freemap_route_ipv4Aug 08 03:01:30.985
29762026-08-08T03:01:31.901Z
29772026-08-08T03:01:31.901Z Aug 08 03:01:30.985DEBG reset freemapDEBG, unitreset freemapAug 08 03:01:30.985, :Aug 08 03:01:30.985 freemap_route_ipv6unitDEBG:INFO
29782026-08-08T03:01:31.901Zfreemap_route_ipv6
29792026-08-08T03:01:31.901Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
29802026-08-08T03:01:31.901Z initted freemap. size: 64Aug 08 03:01:30.985, unitAug 08 03:01:30.985INFOAug 08 03:01:30.985 adding route 172.16.0.0/32 -> 10.0.0.1:
29812026-08-08T03:01:31.901ZINFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv6
29822026-08-08T03:01:31.901Z
29832026-08-08T03:01:31.901Z 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 08 03:01:30.985
29842026-08-08T03:01:31.905Z DEBGAug 08 03:01:30.985Aug 08 03:01:30.985 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 } }]DEBGDEBG reset freemap
29852026-08-08T03:01:31.905Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 08 03:01:30.980
29862026-08-08T03:01:31.905ZAug 08 03:01:30.985 Aug 08 03:01:30.985DEBG , created new freemapunitAug 08 03:01:30.985, :INFO INFOunit adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2
29872026-08-08T03:01:31.905Z : INFO
29882026-08-08T03:01:31.905Zfreemap_route_ipv4 adding route 172.16.0.0/32 -> 10.0.0.1
29892026-08-08T03:01:31.905Z
29902026-08-08T03:01:31.905ZAug 08 03:01:30.985freemap_route_ipv6
29912026-08-08T03:01:31.905ZAug 08 03:01:30.985Aug 08 03:01:30.985 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 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 } }]DEBGAug 08 03:01:30.985
29922026-08-08T03:01:31.905Z Aug 08 03:01:30.985replacing 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 } }]
29932026-08-08T03:01:31.905Z
29942026-08-08T03:01:31.905Z INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
29952026-08-08T03:01:31.905ZAug 08 03:01:30.985 Aug 08 03:01:30.985created new freemapINFO, Aug 08 03:01:30.985adding route 3fff:dead::/64 -> 2001:db8::55:3INFOunit
29962026-08-08T03:01:31.905Z: DEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ff Aug 08 03:01:30.985replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] freemap_route_ipv6
29972026-08-08T03:01:31.905ZINFO
29982026-08-08T03:01:31.905Z Aug 08 03:01:30.985adding route 172.16.0.0/32 -> 10.0.0.1
29992026-08-08T03:01:31.905Z
30002026-08-08T03:01:31.905ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 08 03:01:30.985
30012026-08-08T03:01:31.905ZAug 08 03:01:30.985Aug 08 03:01:30.985 DEBGAug 08 03:01:30.985 DEBGINFOAug 08 03:01:30.985 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 } }] DEBGinitted freemap. size: 64 adding route 3fff:dead::/64 -> 2001:db8::55:2, 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 } }]INFOunit
30022026-08-08T03:01:31.905Z
30032026-08-08T03:01:31.905Zadding route 3fff:dead::/64 -> 2001:db8::55:4:
30042026-08-08T03:01:31.905Z
30052026-08-08T03:01:31.906Z freemap_route_ipv4Aug 08 03:01:30.985
30062026-08-08T03:01:31.906Z Aug 08 03:01:30.985 Aug 08 03:01:30.985DEBG DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
30072026-08-08T03:01:31.906ZAug 08 03:01:30.985adding route 172.16.0.0/32 -> 10.0.0.2
30082026-08-08T03:01:31.906ZDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 08 03:01:30.985 reset freemap
30092026-08-08T03:01:31.906ZAug 08 03:01:30.985DEBGAug 08 03:01:30.985, replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
30102026-08-08T03:01:31.906Z:DEBG Aug 08 03:01:30.985replacing 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 } }]freemap_route_ipv4
30112026-08-08T03:01:31.906Z
30122026-08-08T03:01:31.906ZINFO INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:3Aug 08 03:01:30.985
30132026-08-08T03:01:31.906Z Aug 08 03:01:30.985INFO adding route 172.17.0.0/32 -> 10.0.0.255DEBG
30142026-08-08T03:01:31.906Z Aug 08 03:01:30.985 initted freemap. size: 64DEBG, unit
30152026-08-08T03:01:31.906Z:replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] freemap_route_ipv6
30162026-08-08T03:01:31.906Z
30172026-08-08T03:01:31.906ZAug 08 03:01:30.985 Aug 08 03:01:30.985DEBGAug 08 03:01:30.985Aug 08 03:01:30.985 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 } }]DEBG
30182026-08-08T03:01:31.906Z 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 } }]reset freemap
30192026-08-08T03:01:31.906Z, unitadding route 3fff:dead::/64 -> 2001:db8::55:4Aug 08 03:01:30.985
30202026-08-08T03:01:31.906Z :INFO freemap_route_ipv6adding route 172.17.0.1/32 -> 10.0.0.255
30212026-08-08T03:01:31.906ZAug 08 03:01:30.985
30222026-08-08T03:01:31.906Z DEBG Aug 08 03:01:30.985replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 08 03:01:30.985
30232026-08-08T03:01:31.906ZAug 08 03:01:30.985 INFODEBG INFOAug 08 03:01:30.985 adding route 3fff:beef:34::/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 } }] DEBG
30242026-08-08T03:01:31.906Z adding route 3fff:dead::/64 -> 2001:db8::55:1
30252026-08-08T03:01:31.906Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
30262026-08-08T03:01:31.906Z
30272026-08-08T03:01:31.906ZAug 08 03:01:30.985 Aug 08 03:01:30.985Aug 08 03:01:30.985INFO WARNadding route 172.17.0.2/32 -> 10.0.0.255
30282026-08-08T03:01:31.906Zshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG
30292026-08-08T03:01:31.906Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
30302026-08-08T03:01:31.906ZAug 08 03:01:30.986Aug 08 03:01:30.986 DEBGDEBG Aug 08 03:01:30.986replacing 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 } }]
30312026-08-08T03:01:31.906ZERRO 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 08 03:01:30.986Aug 08 03:01:30.986rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
30322026-08-08T03:01:31.906Z
30332026-08-08T03:01:31.906ZINFO INFO adding route 172.17.0.3/32 -> 10.0.0.255
30342026-08-08T03:01:31.906Zadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 08 03:01:30.986Aug 08 03:01:30.986
30352026-08-08T03:01:31.906ZERRO shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds itAug 08 03:01:30.986INFO
30362026-08-08T03:01:31.906Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG Aug 08 03:01:30.986
30372026-08-08T03:01:31.906Zreplacing 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 } }]
30382026-08-08T03:01:31.906ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
30392026-08-08T03:01:31.906ZAug 08 03:01:30.986 INFO , adding route 172.17.0.4/32 -> 10.0.0.255Aug 08 03:01:30.986
30402026-08-08T03:01:31.906Zunit:Aug 08 03:01:30.986 Aug 08 03:01:30.986 freemap_route_ipv4DEBG INFO
30412026-08-08T03:01:31.906Ztest route::tests::identity_replace_is_noop ... ok
30422026-08-08T03:01:31.906Z DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3
30432026-08-08T03:01:31.906Ztest route::tests::rollback_on_compact_write_failure ... ok
30442026-08-08T03:01:31.907Z 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.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 } }]
30452026-08-08T03:01:31.907Z
30462026-08-08T03:01:31.907ZAug 08 03:01:30.986Aug 08 03:01:30.986 INFODEBG adding route 172.17.0.5/32 -> 10.0.0.255
30472026-08-08T03:01:31.907Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 08 03:01:30.986
30482026-08-08T03:01:31.907ZINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 08 03:01:30.986Aug 08 03:01:30.986 Aug 08 03:01:30.986
30492026-08-08T03:01:31.907Z DEBG DEBG initted freemap. size: 64INFO replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4, Aug 08 03:01:30.986
30502026-08-08T03:01:31.907Z
30512026-08-08T03:01:31.907Zunit: freemap_route_ipv6
30522026-08-08T03:01:31.907ZAug 08 03:01:30.986Aug 08 03:01:30.986 DEBGINFODEBG Aug 08 03:01:30.986replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.6/32 -> 10.0.0.255
30532026-08-08T03:01:31.907ZDEBG
30542026-08-08T03:01:31.907Z reset freemap, replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
30552026-08-08T03:01:31.907Z:Aug 08 03:01:30.986Aug 08 03:01:30.986 DEBG Aug 08 03:01:30.986Aug 08 03:01:30.986 DEBGDEBGreplacing 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 } }]
30562026-08-08T03:01:31.907Zcreated new freemapcreated new freemap, , unitunit:: freemap_route_ipv4Aug 08 03:01:30.992freemap_route_ipv4
30572026-08-08T03:01:31.907Z
30582026-08-08T03:01:31.907Z INFO adding route 172.17.0.7/32 -> 10.0.0.255Aug 08 03:01:30.992
30592026-08-08T03:01:31.907Z DEBG freemap_route_ipv6
30602026-08-08T03:01:31.907ZAug 08 03:01:30.992 created new freemap DEBGAug 08 03:01:30.992 , 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 } }]unitAug 08 03:01:30.992
30612026-08-08T03:01:31.907Z INFO: freemap_route_ipv6adding route 172.16.0.0/32 -> 10.0.0.1
30622026-08-08T03:01:31.907Z
30632026-08-08T03:01:31.907Z Aug 08 03:01:30.992 INFODEBG adding route 172.17.0.8/32 -> 10.0.0.255
30642026-08-08T03:01:31.907Zcreated new freemapAug 08 03:01:30.992Aug 08 03:01:30.992, unitDEBG:Aug 08 03:01:30.992 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBGDEBG
30652026-08-08T03:01:31.907Z freemap_route_ipv6 replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64
30662026-08-08T03:01:31.907Z,
30672026-08-08T03:01:31.907ZAug 08 03:01:30.992unit INFO: Aug 08 03:01:30.992Aug 08 03:01:30.992adding route 172.17.0.0/32 -> 10.0.0.255
30682026-08-08T03:01:31.907ZDEBGINFOfreemap_route_ipv4
30692026-08-08T03:01:31.907Zadding route 172.17.0.9/32 -> 10.0.0.255Aug 08 03:01:30.992
30702026-08-08T03:01:31.907Z initted freemap. size: 64DEBG , 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 } }]unitAug 08 03:01:30.992:Aug 08 03:01:30.992 DEBGDEBG
30712026-08-08T03:01:31.907Zfreemap_route_ipv4 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 } }]
30722026-08-08T03:01:31.907Z
30732026-08-08T03:01:31.907Z Aug 08 03:01:30.992reset freemap Aug 08 03:01:30.992, unitDEBG: INFO Aug 08 03:01:30.992reset freemap freemap_route_ipv4
30742026-08-08T03:01:31.907ZINFOadding route 172.17.0.1/32 -> 10.0.0.255 ,
30752026-08-08T03:01:31.907Zunitadding route 172.17.0.10/32 -> 10.0.0.255:
30762026-08-08T03:01:31.907ZAug 08 03:01:30.992 freemap_route_ipv4DEBG Aug 08 03:01:30.992initted freemap. size: 64
30772026-08-08T03:01:31.907Z, unit:DEBG Aug 08 03:01:30.992freemap_route_ipv6
30782026-08-08T03:01:31.907Zreplacing 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
30792026-08-08T03:01:31.907Z Aug 08 03:01:30.992replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 08 03:01:30.992Aug 08 03:01:30.992
30802026-08-08T03:01:31.907ZDEBG DEBGINFO initted freemap. size: 64Aug 08 03:01:30.992, reset freemap , adding route 172.17.0.2/32 -> 10.0.0.255unit
30812026-08-08T03:01:31.907ZINFO unit:adding route 172.17.0.11/32 -> 10.0.0.255:
30822026-08-08T03:01:31.907Z freemap_route_ipv6freemap_route_ipv6Aug 08 03:01:30.992
30832026-08-08T03:01:31.908Z
30842026-08-08T03:01:31.912ZDEBGAug 08 03:01:30.992 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 } }]Aug 08 03:01:30.992Aug 08 03:01:30.992
30852026-08-08T03:01:31.912ZINFOreplacing 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 } }]
30862026-08-08T03:01:31.912Z adding route 172.16.0.0/32 -> 10.0.0.1DEBG
30872026-08-08T03:01:31.912ZAug 08 03:01:30.992 reset freemapINFO, Aug 08 03:01:30.992unitAug 08 03:01:30.992adding route 172.17.0.12/32 -> 10.0.0.255: INFODEBGfreemap_route_ipv6
30882026-08-08T03:01:31.912Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
30892026-08-08T03:01:31.912Z
30902026-08-08T03:01:31.912ZAug 08 03:01:30.992 adding route 172.17.0.3/32 -> 10.0.0.255DEBG
30912026-08-08T03:01:31.912ZAug 08 03:01:30.992 Aug 08 03:01:30.992replacing 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 } }]
30922026-08-08T03:01:31.912ZINFO Aug 08 03:01:30.992adding route 172.16.0.0/32 -> 10.0.0.2 INFO DEBG
30932026-08-08T03:01:31.912Z 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 08 03:01:30.992
30942026-08-08T03:01:31.912Z Aug 08 03:01:30.992INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 172.17.0.13/32 -> 10.0.0.255DEBGAug 08 03:01:30.992
30952026-08-08T03:01:31.912Z
30962026-08-08T03:01:31.912Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
30972026-08-08T03:01:31.912Z adding route 172.17.0.4/32 -> 10.0.0.255Aug 08 03:01:30.992
30982026-08-08T03:01:31.912Z Aug 08 03:01:30.992DEBG 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 } }]
30992026-08-08T03:01:31.912ZINFOAug 08 03:01:30.992 DEBGAug 08 03:01:30.992adding route 172.16.0.0/32 -> 10.0.0.3 Aug 08 03:01:30.992replacing 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 } }]
31002026-08-08T03:01:31.912ZINFO
31012026-08-08T03:01:31.912Z adding route 172.17.0.14/32 -> 10.0.0.255DEBG
31022026-08-08T03:01:31.912Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 08 03:01:30.992
31032026-08-08T03:01:31.912ZINFOAug 08 03:01:30.992Aug 08 03:01:30.992 adding route 172.17.0.5/32 -> 10.0.0.255DEBGDEBG
31042026-08-08T03:01:31.912Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]Aug 08 03:01:30.992
31052026-08-08T03:01:31.912ZAug 08 03:01:30.992
31062026-08-08T03:01:31.912ZDEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
31072026-08-08T03:01:31.912Z Aug 08 03:01:30.992adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 08 03:01:30.992INFO
31082026-08-08T03:01:31.912ZAug 08 03:01:30.992 INFO INFOadding route 172.17.0.15/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.4
31092026-08-08T03:01:31.912Z
31102026-08-08T03:01:31.912Z adding route 172.17.0.6/32 -> 10.0.0.255Aug 08 03:01:30.992Aug 08 03:01:30.992
31112026-08-08T03:01:31.912Z Aug 08 03:01:30.992DEBG DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] Aug 08 03:01:30.992
31122026-08-08T03:01:31.912Z 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
31132026-08-08T03:01:31.912Z replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
31142026-08-08T03:01:31.912Z
31152026-08-08T03:01:31.912ZAug 08 03:01:30.992Aug 08 03:01:30.992Aug 08 03:01:30.992 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 } }, NextHop { asic_port_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 08 03:01:30.992
31162026-08-08T03:01:31.912Zadding route 172.17.0.16/32 -> 10.0.0.255
31172026-08-08T03:01:31.912ZINFO adding route 172.17.0.7/32 -> 10.0.0.255INFO
31182026-08-08T03:01:31.912Z Aug 08 03:01:30.992adding route 3fff:dead::/64 -> 2001:db8::55:3
31192026-08-08T03:01:31.912ZDEBGAug 08 03:01:30.992 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 } }]DEBGAug 08 03:01:30.992
31202026-08-08T03:01:31.912ZDEBGreplacing 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 } }]
31212026-08-08T03:01:31.913Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
31222026-08-08T03:01:31.913ZAug 08 03:01:30.992 INFO adding route 172.17.0.17/32 -> 10.0.0.255
31232026-08-08T03:01:31.913ZAug 08 03:01:30.992 Aug 08 03:01:30.992Aug 08 03:01:30.992 INFOINFODEBG adding route 172.17.0.8/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 } }]
31242026-08-08T03:01:31.913Z
31252026-08-08T03:01:31.913Zadding route 3fff:dead::/64 -> 2001:db8::55:4
31262026-08-08T03:01:31.913ZAug 08 03:01:30.992 , Aug 08 03:01:30.992unit :INFO DEBGadding route 172.17.0.18/32 -> 10.0.0.255 Aug 08 03:01:30.992freemap_route_ipv4
31272026-08-08T03:01:31.913Z 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 } }]
31282026-08-08T03:01:31.913Z
31292026-08-08T03:01:31.913ZDEBG Aug 08 03:01:30.992replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 08 03:01:30.992
31302026-08-08T03:01:31.913ZDEBG INFO Aug 08 03:01:30.992Aug 08 03:01:30.992 adding route 172.17.0.9/32 -> 10.0.0.255INFO
31312026-08-08T03:01:31.913Z 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 08 03:01:30.992DEBG
31322026-08-08T03:01:31.913Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG
31332026-08-08T03:01:31.913Zinitted freemap. size: 64
31342026-08-08T03:01:31.913ZAug 08 03:01:30.992 , unitAug 08 03:01:30.992INFOAug 08 03:01:30.992 DEBG :adding route 172.17.0.19/32 -> 10.0.0.255 replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
31352026-08-08T03:01:31.913ZAug 08 03:01:30.992
31362026-08-08T03:01:31.913Z
31372026-08-08T03:01:31.913ZWARN DEBGshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 08 03:01:30.992Aug 08 03:01:30.992 INFO
31382026-08-08T03:01:31.913ZAug 08 03:01:30.992 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 } }] DEBGadding route 172.17.0.10/32 -> 10.0.0.255DEBG
31392026-08-08T03:01:31.913Z reset freemap , unitreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:01:30.992
31402026-08-08T03:01:31.913Z
31412026-08-08T03:01:31.913Ztest route::tests::rollback_on_index_readd_failure ... ok
31422026-08-08T03:01:31.913Z:DEBG freemap_route_ipv6replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
31432026-08-08T03:01:31.913Z
31442026-08-08T03:01:31.913ZAug 08 03:01:30.992 Aug 08 03:01:30.992INFO Aug 08 03:01:30.992Aug 08 03:01:30.992 adding route 172.17.0.20/32 -> 10.0.0.255INFO
31452026-08-08T03:01:31.913ZINFO INFOadding route 3fff:beef:38::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 08 03:01:30.992
31462026-08-08T03:01:31.913Zadding route 172.17.0.11/32 -> 10.0.0.255
31472026-08-08T03:01:31.913Z DEBG
31482026-08-08T03:01:31.913Z Aug 08 03:01:30.992replacing 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 08 03:01:30.992 DEBGDEBG
31492026-08-08T03:01:31.913Z 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 08 03:01:30.992replacing 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 } }]
31502026-08-08T03:01:31.913ZDEBGAug 08 03:01:30.992
31512026-08-08T03:01:31.913Zreplacing 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 } }]INFOAug 08 03:01:30.992
31522026-08-08T03:01:31.913Z adding route 172.17.0.21/32 -> 10.0.0.255INFO
31532026-08-08T03:01:31.913Z Aug 08 03:01:30.992adding route 172.17.0.12/32 -> 10.0.0.255Aug 08 03:01:30.992
31542026-08-08T03:01:31.913ZINFO Aug 08 03:01:30.992adding route 3fff:dead::/64 -> 2001:db8::55:1
31552026-08-08T03:01:31.913Z 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 } }]Aug 08 03:01:30.992
31562026-08-08T03:01:31.913Z Aug 08 03:01:30.992DEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 08 03:01:30.992 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
31572026-08-08T03:01:31.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 } }]adding route 172.17.0.22/32 -> 10.0.0.255
31582026-08-08T03:01:31.913ZAug 08 03:01:30.992
31592026-08-08T03:01:31.913Z
31602026-08-08T03:01:31.913Z INFO adding route 172.17.0.13/32 -> 10.0.0.255Aug 08 03:01:30.992
31612026-08-08T03:01:31.914ZAug 08 03:01:30.992 DEBGAug 08 03:01:30.992DEBG Aug 08 03:01:30.992INFO 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
31622026-08-08T03:01:31.914Z
31632026-08-08T03:01:31.914Zreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff: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 } }]
31642026-08-08T03:01:31.914ZAug 08 03:01:30.993Aug 08 03:01:30.993Aug 08 03:01:30.998 DEBGINFO DEBG created new freemapadding route 172.17.0.14/32 -> 10.0.0.255,
31652026-08-08T03:01:31.914Zcreated new freemapunit, :unit : freemap_route_ipv4
31662026-08-08T03:01:31.914Zfreemap_route_ipv4
31672026-08-08T03:01:31.914ZAug 08 03:01:30.998 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 08 03:01:30.992
31682026-08-08T03:01:31.914ZAug 08 03:01:30.998 DEBG Aug 08 03:01:30.998Aug 08 03:01:30.998 created new freemapINFODEBG, unitAug 08 03:01:30.998: adding route 172.17.0.23/32 -> 10.0.0.255freemap_route_ipv6DEBG
31692026-08-08T03:01:31.914Z
31702026-08-08T03:01:31.914ZINFO adding route 172.17.0.15/32 -> 10.0.0.255
31712026-08-08T03:01:31.914Z created new freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 08 03:01:30.998,
31722026-08-08T03:01:31.914Z DEBG unitAug 08 03:01:30.998initted freemap. size: 64 , Aug 08 03:01:30.998:Aug 08 03:01:30.998DEBGunit : freemap_route_ipv6DEBG
31732026-08-08T03:01:31.914Zreplacing 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 } }]
31742026-08-08T03:01:31.914Zfreemap_route_ipv4Aug 08 03:01:30.998INFO
31752026-08-08T03:01:31.914Z adding route 3fff:dead::/64 -> 2001:db8::55:2DEBGreplacing 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 08 03:01:30.998
31762026-08-08T03:01:31.914Z initted freemap. size: 64DEBG Aug 08 03:01:30.998reset freemapAug 08 03:01:30.998, , unit unitINFO: adding route 172.17.0.24/32 -> 10.0.0.255freemap_route_ipv4:DEBG
31772026-08-08T03:01:31.914Z
31782026-08-08T03:01:31.914Z
31792026-08-08T03:01:31.914Z freemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
31802026-08-08T03:01:31.914Z
31812026-08-08T03:01:31.914ZAug 08 03:01:30.998Aug 08 03:01:30.998 Aug 08 03:01:30.998DEBG INFOAug 08 03:01:30.998replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
31822026-08-08T03:01:31.914Z INFOinitted freemap. size: 64 adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 08 03:01:30.998, Aug 08 03:01:30.998DEBG unitINFO
31832026-08-08T03:01:31.914Zadding route 172.17.0.16/32 -> 10.0.0.255
31842026-08-08T03:01:31.918Z adding route 172.17.0.25/32 -> 10.0.0.255
31852026-08-08T03:01:31.918Z:reset freemapAug 08 03:01:30.998Aug 08 03:01:30.998 Aug 08 03:01:30.998freemap_route_ipv6DEBG, DEBG
31862026-08-08T03:01:31.918ZDEBG unit 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 } }]
31872026-08-08T03:01:31.918Zreplacing 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::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:01:30.998
31882026-08-08T03:01:31.918Z
31892026-08-08T03:01:31.918Z :DEBGAug 08 03:01:30.998 Aug 08 03:01:30.998reset freemap , Aug 08 03:01:30.998unitfreemap_route_ipv4:INFO freemap_route_ipv6
31902026-08-08T03:01:31.918ZINFO
31912026-08-08T03:01:31.918Z adding route 172.17.0.26/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255
31922026-08-08T03:01:31.919ZINFO Aug 08 03:01:30.998Aug 08 03:01:30.998 adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
31932026-08-08T03:01:31.919Z
31942026-08-08T03:01:31.919Z DEBGINFOAug 08 03:01:30.998Aug 08 03:01:30.998 adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBGinitted freemap. size: 64,
31952026-08-08T03:01:31.919Z Aug 08 03:01:30.998replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit DEBG:
31962026-08-08T03:01:31.919ZDEBGAug 08 03:01:30.998replacing 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 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
31972026-08-08T03:01:31.919Z
31982026-08-08T03:01:31.919Z freemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 08 03:01:30.998
31992026-08-08T03:01:31.919Z
32002026-08-08T03:01:31.919ZAug 08 03:01:30.998INFO INFOadding route 172.17.0.27/32 -> 10.0.0.255Aug 08 03:01:30.998Aug 08 03:01:30.998
32012026-08-08T03:01:31.919Z adding route 172.17.0.18/32 -> 10.0.0.255 INFOAug 08 03:01:30.998 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
32022026-08-08T03:01:31.919Z
32032026-08-08T03:01:31.919ZDEBG Aug 08 03:01:30.998 adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
32042026-08-08T03:01:31.919Z replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:01:30.998 Aug 08 03:01:30.998DEBG
32052026-08-08T03:01:31.919Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG
32062026-08-08T03:01:31.919Zreplacing 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 } }]
32072026-08-08T03:01:31.919ZAug 08 03:01:30.999 Aug 08 03:01:30.999DEBG INFOreset freemapDEBG Aug 08 03:01:30.999adding route 172.17.0.28/32 -> 10.0.0.255
32082026-08-08T03:01:31.919Z, unitDEBG: 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 08 03:01:30.999
32092026-08-08T03:01:31.919Zfreemap_route_ipv6
32102026-08-08T03:01:31.919ZAug 08 03:01:30.999replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFO
32112026-08-08T03:01:31.919ZAug 08 03:01:30.999 DEBG INFOreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.19/32 -> 10.0.0.255
32122026-08-08T03:01:31.919Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
32132026-08-08T03:01:31.919Z
32142026-08-08T03:01:31.919ZAug 08 03:01:30.999Aug 08 03:01:30.999Aug 08 03:01:30.999Aug 08 03:01:30.999 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.29/32 -> 10.0.0.255DEBGINFO
32152026-08-08T03:01:31.919Z
32162026-08-08T03:01:31.919Zreplacing 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 } }]
32172026-08-08T03:01:31.919Zadding route 3fff:dead::/64 -> 2001:db8::55:1
32182026-08-08T03:01:31.919ZAug 08 03:01:30.999Aug 08 03:01:30.999 Aug 08 03:01:30.999 DEBGINFO Aug 08 03:01:30.999 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffINFODEBG
32192026-08-08T03:01:31.919Zadding route 172.17.0.20/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 } }]
32202026-08-08T03:01:31.919Z
32212026-08-08T03:01:31.919Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 08 03:01:30.999
32222026-08-08T03:01:31.919ZAug 08 03:01:30.999Aug 08 03:01:30.999 INFODEBG DEBG adding route 172.17.0.30/32 -> 10.0.0.255replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
32232026-08-08T03:01:31.919Z
32242026-08-08T03:01:31.919ZAug 08 03:01:30.999 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 } }]
32252026-08-08T03:01:31.919Z INFOAug 08 03:01:30.999Aug 08 03:01:30.999 INFO adding route 172.17.0.21/32 -> 10.0.0.255
32262026-08-08T03:01:31.919Z adding route 3fff:dead::/64 -> 2001:db8::55:2
32272026-08-08T03:01:31.919ZAug 08 03:01:30.999Aug 08 03:01:30.999 INFODEBGAug 08 03:01:30.999 DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
32282026-08-08T03:01:31.919Zreplacing 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
32292026-08-08T03:01:31.919Zreplacing 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 } }]
32302026-08-08T03:01:31.920ZAug 08 03:01:30.999replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 08 03:01:30.999DEBG
32312026-08-08T03:01:31.920ZINFO 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 } }]
32322026-08-08T03:01:31.920Zadding route 172.17.0.31/32 -> 10.0.0.255
32332026-08-08T03:01:31.920ZAug 08 03:01:30.999 INFOAug 08 03:01:30.999 adding route 172.17.0.22/32 -> 10.0.0.255Aug 08 03:01:30.999
32342026-08-08T03:01:31.920Z INFODEBGAug 08 03:01:30.999 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 08 03:01:30.999
32352026-08-08T03:01:31.920Z DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 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 } }]
32362026-08-08T03:01:31.920Z
32372026-08-08T03:01:31.920Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 08 03:01:30.999
32382026-08-08T03:01:31.920Z Aug 08 03:01:30.999Aug 08 03:01:30.999 INFO DEBGINFO adding route 172.17.0.32/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 } }]
32392026-08-08T03:01:31.920Z
32402026-08-08T03:01:31.920ZAug 08 03:01:30.999adding route 172.17.0.23/32 -> 10.0.0.255
32412026-08-08T03:01:31.920ZAug 08 03:01:30.999 DEBGAug 08 03:01:30.999INFO DEBGAug 08 03:01:30.999 adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }]
32422026-08-08T03:01:31.920ZDEBGreplacing 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 } }]
32432026-08-08T03:01:31.920Z
32442026-08-08T03:01:31.920Zreplacing 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 } }]
32452026-08-08T03:01:31.920Ztest route::tests::rollback_on_compact_delete_failure ... ok
32462026-08-08T03:01:31.920ZAug 08 03:01:30.999Aug 08 03:01:30.999 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:7::/64 -> 2001:db8::55:ff
32472026-08-08T03:01:31.920Z
32482026-08-08T03:01:31.920ZAug 08 03:01:30.999
32492026-08-08T03:01:31.920ZINFOAug 08 03:01:30.999Aug 08 03:01:30.999 adding route 172.17.0.33/32 -> 10.0.0.255
32502026-08-08T03:01:31.920ZAug 08 03:01:30.999 DEBGDEBG INFOAug 08 03:01:30.999 adding route 172.17.0.24/32 -> 10.0.0.255INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
32512026-08-08T03:01:31.920Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 08 03:01:30.999
32522026-08-08T03:01:31.920Zreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
32532026-08-08T03:01:31.920Ztest route::tests::same_size_non_subset_replace ... ok
32542026-08-08T03:01:31.920Z Aug 08 03:01:30.999
32552026-08-08T03:01:31.920Z 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 } }]
32562026-08-08T03:01:31.920ZDEBGAug 08 03:01:30.999Aug 08 03:01:30.999 DEBGAug 08 03:01:30.999replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 08 03:01:30.999WARN
32572026-08-08T03:01:31.920Z INFO adding route 172.17.0.34/32 -> 10.0.0.255shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
32582026-08-08T03:01:31.920ZAug 08 03:01:30.999
32592026-08-08T03:01:31.920Z INFO INFOadding route 3fff:beef:8::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 08 03:01:30.999
32602026-08-08T03:01:31.920Z
32612026-08-08T03:01:31.920Z DEBG adding route 172.17.0.25/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 } }]
32622026-08-08T03:01:31.920Z
32632026-08-08T03:01:31.920ZAug 08 03:01:30.999Aug 08 03:01:30.999 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 } }]Aug 08 03:01:30.999adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
32642026-08-08T03:01:31.920ZINFO
32652026-08-08T03:01:31.920Z Aug 08 03:01:30.999 adding route 172.17.0.35/32 -> 10.0.0.255DEBG
32662026-08-08T03:01:31.920Z Aug 08 03:01:30.999 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 } }]INFO
32672026-08-08T03:01:31.920Z adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 08 03:01:30.999
32682026-08-08T03:01:31.920ZAug 08 03:01:30.999 DEBGDEBG Aug 08 03:01:30.999replacing 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 08 03:01:30.999
32692026-08-08T03:01:31.921Z DEBG INFO Aug 08 03:01:30.999adding route 172.17.0.26/32 -> 10.0.0.255replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
32702026-08-08T03:01:31.921Zreplacing 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 adding route 172.17.0.36/32 -> 10.0.0.255Aug 08 03:01:30.999Aug 08 03:01:30.999
32712026-08-08T03:01:31.921Z DEBGDEBG created new freemapcreated new freemap, , Aug 08 03:01:31.005unitunit: :freemap_route_ipv4 DEBG
32722026-08-08T03:01:31.921Z freemap_route_ipv4replacing 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 } }]
32732026-08-08T03:01:31.921Z
32742026-08-08T03:01:31.921Z
32752026-08-08T03:01:31.921ZAug 08 03:01:31.005DEBG DEBGAug 08 03:01:31.005 Aug 08 03:01:31.005 created new freemapINFO, Aug 08 03:01:31.005 unitDEBG:replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
32762026-08-08T03:01:31.921Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
32772026-08-08T03:01:31.921Z
32782026-08-08T03:01:31.921Zadding route 172.17.0.37/32 -> 10.0.0.255
32792026-08-08T03:01:31.921ZAug 08 03:01:31.005 DEBG created new freemapreplacing 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 08 03:01:31.005, Aug 08 03:01:31.005
32802026-08-08T03:01:31.921Zunit:DEBG Aug 08 03:01:31.005freemap_route_ipv6 Aug 08 03:01:31.005DEBG
32812026-08-08T03:01:31.921Zreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
32822026-08-08T03:01:31.921Z initted freemap. size: 64WARN adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff,
32832026-08-08T03:01:31.921Z shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })unit:
32842026-08-08T03:01:31.925Z Aug 08 03:01:31.005Aug 08 03:01:31.005 freemap_route_ipv4
32852026-08-08T03:01:31.925ZINFODEBGAug 08 03:01:31.005 DEBGadding route 172.17.0.38/32 -> 10.0.0.255Aug 08 03:01:31.005
32862026-08-08T03:01:31.925Zreplacing 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 } }]
32872026-08-08T03:01:31.925ZDEBGinitted freemap. size: 64Aug 08 03:01:31.005 , reset freemapDEBG, unitreplacing 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 08 03:01:31.005
32882026-08-08T03:01:31.925Zunit: INFOAug 08 03:01:31.005freemap_route_ipv4
32892026-08-08T03:01:31.925ZINFOfreemap_route_ipv4
32902026-08-08T03:01:31.925Zadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
32912026-08-08T03:01:31.925Z adding route 172.17.0.39/32 -> 10.0.0.255
32922026-08-08T03:01:31.925ZAug 08 03:01:31.005 Aug 08 03:01:31.005DEBG DEBGAug 08 03:01:31.005 DEBGreset freemap Aug 08 03:01:31.005replacing 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 } }],
32932026-08-08T03:01:31.925Zunitreplacing 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
32942026-08-08T03:01:31.925Z Aug 08 03:01:31.005 freemap_route_ipv4initted freemap. size: 64
32952026-08-08T03:01:31.925Z, unitINFO: Aug 08 03:01:31.005adding route 172.17.0.40/32 -> 10.0.0.255
32962026-08-08T03:01:31.925Zfreemap_route_ipv6
32972026-08-08T03:01:31.925ZAug 08 03:01:31.005DEBG Aug 08 03:01:31.005DEBG Aug 08 03:01:31.005 failed to allocate space for the new target listDEBGDEBG
32982026-08-08T03:01:31.925Zreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64
32992026-08-08T03:01:31.925Zreset freemap, , unitunit:: Aug 08 03:01:31.005Aug 08 03:01:31.005freemap_route_ipv6 freemap_route_ipv6DEBGINFO
33002026-08-08T03:01:31.925Z adding route 172.17.0.41/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 } }]
33012026-08-08T03:01:31.925Z
33022026-08-08T03:01:31.925ZAug 08 03:01:31.005
33032026-08-08T03:01:31.925ZDEBG reset freemapAug 08 03:01:31.005, Aug 08 03:01:31.005unit: DEBGINFO replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1
33042026-08-08T03:01:31.925Z
33052026-08-08T03:01:31.925Zfreemap_route_ipv6
33062026-08-08T03:01:31.925ZAug 08 03:01:31.005Aug 08 03:01:31.005 INFODEBG adding route 172.17.0.42/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
33072026-08-08T03:01:31.925Z
33082026-08-08T03:01:31.925ZAug 08 03:01:30.980Aug 08 03:01:31.005Aug 08 03:01:31.005 DEBGINFOAug 08 03:01:31.005 DEBGINFOcreated new freemap 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 3fff:dead::/64 -> 2001:db8::55:1adding route 172.16.0.0/32 -> 10.0.0.2
33092026-08-08T03:01:31.925Z
33102026-08-08T03:01:31.925Z
33112026-08-08T03:01:31.925Z, unit:Aug 08 03:01:31.005Aug 08 03:01:31.005 INFOfreemap_route_ipv4 Aug 08 03:01:31.005DEBG
33122026-08-08T03:01:31.925Zadding route 172.17.0.43/32 -> 10.0.0.255DEBG
33132026-08-08T03:01:31.926Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
33142026-08-08T03:01:31.926Z
33152026-08-08T03:01:31.926ZAug 08 03:01:31.005 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 } }]
33162026-08-08T03:01:31.926ZAug 08 03:01:31.005Aug 08 03:01:31.005 INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
33172026-08-08T03:01:31.926Z
33182026-08-08T03:01:31.926ZAug 08 03:01:31.005 INFO Aug 08 03:01:31.005adding route 172.17.0.44/32 -> 10.0.0.255 Aug 08 03:01:31.005
33192026-08-08T03:01:31.926Z DEBGDEBG created new freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }],
33202026-08-08T03:01:31.926Zunit:Aug 08 03:01:31.005 DEBG freemap_route_ipv6replacing 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 } }]
33212026-08-08T03:01:31.926ZAug 08 03:01:31.005 INFO
33222026-08-08T03:01:31.926Z adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 08 03:01:31.005
33232026-08-08T03:01:31.926ZDEBGAug 08 03:01:31.005 initted freemap. size: 64INFO, adding route 172.17.0.45/32 -> 10.0.0.255unit
33242026-08-08T03:01:31.926Z:Aug 08 03:01:31.005 DEBGfreemap_route_ipv4
33252026-08-08T03:01:31.926ZAug 08 03:01:31.005 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 } }]
33262026-08-08T03:01:31.926Zreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:01:31.005
33272026-08-08T03:01:31.926Z DEBGAug 08 03:01:31.005 reset freemapINFO, Aug 08 03:01:31.005unit : adding route 3fff:dead::/64 -> 2001:db8::55:4INFO
33282026-08-08T03:01:31.926Z freemap_route_ipv4
33292026-08-08T03:01:31.926Zadding route 172.17.0.46/32 -> 10.0.0.255
33302026-08-08T03:01:31.926ZAug 08 03:01:31.005 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 } }]
33312026-08-08T03:01:31.926ZAug 08 03:01:31.005Aug 08 03:01:31.005
33322026-08-08T03:01:31.926Z DEBGDEBG initted freemap. size: 64replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Aug 08 03:01:31.005unit
33332026-08-08T03:01:31.926ZAug 08 03:01:31.005: DEBG INFOfreemap_route_ipv6Aug 08 03:01:31.005
33342026-08-08T03:01:31.926Z adding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFO
33352026-08-08T03:01:31.926Z adding route 172.17.0.47/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:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 08 03:01:31.005
33362026-08-08T03:01:31.926Z
33372026-08-08T03:01:31.926Z DEBGAug 08 03:01:31.005 Aug 08 03:01:31.005reset freemapDEBG, 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 } }]unitDEBG:
33382026-08-08T03:01:31.926Z 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 } }]
33392026-08-08T03:01:31.926Zfreemap_route_ipv6
33402026-08-08T03:01:31.926ZAug 08 03:01:31.005 INFOAug 08 03:01:31.005 Aug 08 03:01:31.005 adding route 3fff:beef:b::/64 -> 2001:db8::55:ff INFOINFO
33412026-08-08T03:01:31.926Zadding route 172.17.0.48/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1
33422026-08-08T03:01:31.926Z
33432026-08-08T03:01:31.926ZAug 08 03:01:31.005 DEBGAug 08 03:01:31.005Aug 08 03:01:31.005 DEBG DEBGreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33442026-08-08T03:01:31.926Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
33452026-08-08T03:01:31.926Z
33462026-08-08T03:01:31.926ZAug 08 03:01:31.005 Aug 08 03:01:31.005INFO adding route 172.17.0.49/32 -> 10.0.0.255INFO
33472026-08-08T03:01:31.926Ztest route::tests::shrink_preserves_compacted_order ... ok
33482026-08-08T03:01:31.926ZAug 08 03:01:31.005 Aug 08 03:01:31.005adding route 3fff:beef:c::/64 -> 2001:db8::55:ff INFODEBGAug 08 03:01:31.005
33492026-08-08T03:01:31.926Z adding route 172.16.0.0/32 -> 10.0.0.2 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 } }]
33502026-08-08T03:01:31.926Z
33512026-08-08T03:01:31.926ZDEBG 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 08 03:01:31.005
33522026-08-08T03:01:31.926Z Aug 08 03:01:31.005 DEBGDEBG Aug 08 03:01:31.005 Aug 08 03:01:31.005replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
33532026-08-08T03:01:31.927Z adding route 172.17.0.27/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
33542026-08-08T03:01:31.927ZINFO
33552026-08-08T03:01:31.927Zadding route 172.17.0.50/32 -> 10.0.0.255Aug 08 03:01:31.005
33562026-08-08T03:01:31.927ZAug 08 03:01:31.005 DEBGINFO Aug 08 03:01:31.005 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 3fff:beef:d::/64 -> 2001:db8::55:ff
33572026-08-08T03:01:31.927Z
33582026-08-08T03:01:31.927ZDEBG Aug 08 03:01:31.005replacing 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 } }]
33592026-08-08T03:01:31.927ZAug 08 03:01:31.005INFO INFOAug 08 03:01:31.005 Aug 08 03:01:31.005DEBG adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3
33602026-08-08T03:01:31.927Zreplacing 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 } }]
33612026-08-08T03:01:31.927Z
33622026-08-08T03:01:31.927ZINFO Aug 08 03:01:31.005adding route 172.17.0.51/32 -> 10.0.0.255 Aug 08 03:01:31.005
33632026-08-08T03:01:31.927ZAug 08 03:01:31.005 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] Aug 08 03:01:31.005replacing 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 } }]
33642026-08-08T03:01:31.927Z
33652026-08-08T03:01:31.927Z INFODEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
33662026-08-08T03:01:31.927Z
33672026-08-08T03:01:31.927ZAug 08 03:01:31.005Aug 08 03:01:31.005 Aug 08 03:01:31.005Aug 08 03:01:31.005 INFOINFOINFO adding route 172.17.0.29/32 -> 10.0.0.255
33682026-08-08T03:01:31.927Zadding route 172.17.0.52/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.4
33692026-08-08T03:01:31.927Z
33702026-08-08T03:01:31.927ZDEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:01:31.005
33712026-08-08T03:01:31.927Z Aug 08 03:01:31.005 DEBGDEBGAug 08 03:01:31.005 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 08 03:01:31.005DEBG
33722026-08-08T03:01:31.927Z 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 adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
33732026-08-08T03:01:31.927Z
33742026-08-08T03:01:31.927ZAug 08 03:01:31.005 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 08 03:01:31.005adding route 172.17.0.30/32 -> 10.0.0.255
33752026-08-08T03:01:31.927Z
33762026-08-08T03:01:31.927ZAug 08 03:01:31.005INFO DEBGadding route 172.17.0.53/32 -> 10.0.0.255 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 } }]
33772026-08-08T03:01:31.927Z
33782026-08-08T03:01:31.927ZAug 08 03:01:31.005Aug 08 03:01:31.005 DEBG Aug 08 03:01:31.005 INFO Aug 08 03:01:31.005replacing 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
33792026-08-08T03:01:31.927Z INFO replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
33802026-08-08T03:01:31.927ZAug 08 03:01:31.006Aug 08 03:01:31.005 INFO Aug 08 03:01:31.011adding route 172.17.0.31/32 -> 10.0.0.255 DEBG
33812026-08-08T03:01:31.927Z 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
33822026-08-08T03:01:31.927Z created new freemapAug 08 03:01:31.011 , unitAug 08 03:01:31.011 :INFO freemap_route_ipv4adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
33832026-08-08T03:01:31.927Z
33842026-08-08T03:01:31.931ZDEBGAug 08 03:01:31.006 DEBG Aug 08 03:01:31.011created new freemap , Aug 08 03:01:31.011unitreplacing 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 } }]:
33852026-08-08T03:01:31.931Z DEBGfreemap_route_ipv4DEBG
33862026-08-08T03:01:31.931Zreplacing 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 } }] created new freemap
33872026-08-08T03:01:31.931ZAug 08 03:01:31.011, unitINFO:Aug 08 03:01:31.011 Aug 08 03:01:31.011adding route 172.17.0.32/32 -> 10.0.0.255
33882026-08-08T03:01:31.931ZINFOfreemap_route_ipv6 DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff created new freemap
33892026-08-08T03:01:31.931Z,
33902026-08-08T03:01:31.931ZAug 08 03:01:31.011 unitDEBG:Aug 08 03:01:31.011 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 } }]
33912026-08-08T03:01:31.931Zfreemap_route_ipv6DEBG
33922026-08-08T03:01:31.931Z 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 08 03:01:31.011Aug 08 03:01:31.011 DEBGINFO adding route 172.17.0.33/32 -> 10.0.0.255initted freemap. size: 64
33932026-08-08T03:01:31.931Z, unitAug 08 03:01:31.011
33942026-08-08T03:01:31.932Z : DEBGadding route 172.17.0.0/32 -> 10.0.0.255Aug 08 03:01:31.011 initted freemap. size: 64DEBG
33952026-08-08T03:01:31.932Z , replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4
33962026-08-08T03:01:31.932Zunit
33972026-08-08T03:01:31.932ZAug 08 03:01:31.011: Aug 08 03:01:31.011freemap_route_ipv4 INFO
33982026-08-08T03:01:31.932ZINFOAug 08 03:01:31.011 adding route 172.17.0.34/32 -> 10.0.0.255
33992026-08-08T03:01:31.932ZDEBG Aug 08 03:01:31.011adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 08 03:01:31.011 Aug 08 03:01:31.011
34002026-08-08T03:01:31.932ZDEBGreset freemap reset freemap, , unitunitDEBG::Aug 08 03:01:31.011 freemap_route_ipv4DEBG
34012026-08-08T03:01:31.932Z 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 } }]DEBGreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4
34022026-08-08T03:01:31.932Z
34032026-08-08T03:01:31.932Z
34042026-08-08T03:01:31.932Zreplacing 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 08 03:01:31.011
34052026-08-08T03:01:31.932ZAug 08 03:01:31.011Aug 08 03:01:31.011Aug 08 03:01:31.011 INFO INFOAug 08 03:01:31.011 DEBGDEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
34062026-08-08T03:01:31.932Zadding route 172.17.0.35/32 -> 10.0.0.255
34072026-08-08T03:01:31.932Zinitted freemap. size: 64INFO initted freemap. size: 64, , unitAug 08 03:01:31.011: Aug 08 03:01:31.011DEBG freemap_route_ipv6 unitreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.1/32 -> 10.0.0.255
34082026-08-08T03:01:31.932Z
34092026-08-08T03:01:31.932Z: freemap_route_ipv6
34102026-08-08T03:01:31.932Z
34112026-08-08T03:01:31.932ZDEBGAug 08 03:01:31.011 Aug 08 03:01:31.011Aug 08 03:01:31.011 Aug 08 03:01:31.011 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 } }]INFODEBG
34122026-08-08T03:01:31.932Z DEBG reset freemap DEBG, adding route 172.17.0.36/32 -> 10.0.0.255unit
34132026-08-08T03:01:31.932Zreset freemap , unitreplacing 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 } }]
34142026-08-08T03:01:31.932Z:Aug 08 03:01:31.011 freemap_route_ipv6Aug 08 03:01:31.011:
34152026-08-08T03:01:31.932ZINFODEBGAug 08 03:01:31.011 replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
34162026-08-08T03:01:31.932Zfreemap_route_ipv6
34172026-08-08T03:01:31.932Z
34182026-08-08T03:01:31.932Z INFOAug 08 03:01:31.012 Aug 08 03:01:31.012adding route 172.17.0.2/32 -> 10.0.0.255INFO
34192026-08-08T03:01:31.932Z adding route 172.17.0.37/32 -> 10.0.0.255DEBGAug 08 03:01:31.012
34202026-08-08T03:01:31.932Z INFOAug 08 03:01:31.012 Aug 08 03:01:31.012replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:01:31.012adding route 172.16.0.0/32 -> 10.0.0.1INFO
34212026-08-08T03:01:31.932Z DEBG
34222026-08-08T03:01:31.932Z DEBGreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
34232026-08-08T03:01:31.932Z
34242026-08-08T03:01:31.932Zreplacing 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 08 03:01:31.012
34252026-08-08T03:01:31.932ZAug 08 03:01:31.012Aug 08 03:01:31.012 Aug 08 03:01:31.012INFO INFODEBGDEBG adding route 172.17.0.38/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 } }]
34262026-08-08T03:01:31.932Z
34272026-08-08T03:01:31.932ZAug 08 03:01:31.012 INFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 08 03:01:31.012replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 08 03:01:31.012
34282026-08-08T03:01:31.932Z
34292026-08-08T03:01:31.932Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 DEBGAug 08 03:01:31.012
34302026-08-08T03:01:31.932Z replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.3/32 -> 10.0.0.255
34312026-08-08T03:01:31.932ZINFO
34322026-08-08T03:01:31.932ZAug 08 03:01:31.012 DEBG adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 08 03:01:31.012
34332026-08-08T03:01:31.933Z
34342026-08-08T03:01:31.933ZDEBGAug 08 03:01:31.012 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 } }]INFOAug 08 03:01:31.012 Aug 08 03:01:31.012adding route 172.17.0.39/32 -> 10.0.0.255
34352026-08-08T03:01:31.933Z
34362026-08-08T03:01:31.933Z DEBGAug 08 03:01:31.012INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
34372026-08-08T03:01:31.933ZAug 08 03:01:31.012
34382026-08-08T03:01:31.933Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
34392026-08-08T03:01:31.933Z Aug 08 03:01:31.012DEBGAug 08 03:01:31.012 Aug 08 03:01:31.012replacing 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
34402026-08-08T03:01:31.933ZAug 08 03:01:31.012 adding route 172.17.0.4/32 -> 10.0.0.255 DEBGINFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 08 03:01:31.012
34412026-08-08T03:01:31.933Z adding route 172.16.0.0/32 -> 10.0.0.3 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 } }]
34422026-08-08T03:01:31.933ZINFO
34432026-08-08T03:01:31.933ZAug 08 03:01:31.012
34442026-08-08T03:01:31.933ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.40/32 -> 10.0.0.255
34452026-08-08T03:01:31.933Z
34462026-08-08T03:01:31.933Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
34472026-08-08T03:01:31.933ZAug 08 03:01:31.012 INFOAug 08 03:01:31.012 Aug 08 03:01:31.012INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4Aug 08 03:01:31.012DEBG
34482026-08-08T03:01:31.933Zreplacing 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
34492026-08-08T03:01:31.933Z
34502026-08-08T03:01:31.933ZAug 08 03:01:31.012 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 08 03:01:31.012Aug 08 03:01:31.012replacing 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 } }]
34512026-08-08T03:01:31.933ZDEBG
34522026-08-08T03:01:31.933Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 08 03:01:31.012Aug 08 03:01:31.012
34532026-08-08T03:01:31.933Z INFOINFO DEBGAug 08 03:01:31.012adding route 172.17.0.41/32 -> 10.0.0.255 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 } }]
34542026-08-08T03:01:31.933ZDEBG
34552026-08-08T03:01:31.933Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 08 03:01:31.012adding route 172.16.0.0/32 -> 10.0.0.4
34562026-08-08T03:01:31.933ZAug 08 03:01:31.012 DEBG
34572026-08-08T03:01:31.933Z Aug 08 03:01:31.012replacing 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 } }]
34582026-08-08T03:01:31.933Z INFO INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 08 03:01:31.012 Aug 08 03:01:31.012
34592026-08-08T03:01:31.933Z INFO adding route 172.17.0.5/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255
34602026-08-08T03:01:31.933Z
34612026-08-08T03:01:31.933ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 08 03:01:31.012
34622026-08-08T03:01:31.933Z Aug 08 03:01:31.012Aug 08 03:01:31.012 DEBG Aug 08 03:01:31.012replacing 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
34632026-08-08T03:01:31.933Z 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 } }]DEBG
34642026-08-08T03:01:31.933Z 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 08 03:01:31.012replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 08 03:01:31.012
34652026-08-08T03:01:31.933Z
34662026-08-08T03:01:31.933Z INFOINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
34672026-08-08T03:01:31.933ZAug 08 03:01:31.012 INFOadding route 172.17.0.6/32 -> 10.0.0.255
34682026-08-08T03:01:31.933Zadding route 172.17.0.43/32 -> 10.0.0.255
34692026-08-08T03:01:31.933ZAug 08 03:01:31.012 DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:01:31.012
34702026-08-08T03:01:31.933Z DEBGAug 08 03:01:31.012 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 } }]
34712026-08-08T03:01:31.933ZDEBG Aug 08 03:01:31.012replacing 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 } }]
34722026-08-08T03:01:31.933ZINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
34732026-08-08T03:01:31.934ZAug 08 03:01:31.012 INFOAug 08 03:01:31.012Aug 08 03:01:31.012 adding route 172.17.0.7/32 -> 10.0.0.255INFO
34742026-08-08T03:01:31.934Zadding route 172.17.0.44/32 -> 10.0.0.255DEBG
34752026-08-08T03:01:31.934Zreplacing 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 } }]
34762026-08-08T03:01:31.934ZAug 08 03:01:31.012 DEBG Aug 08 03:01:31.012replacing 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 } }]
34772026-08-08T03:01:31.934ZDEBG 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 } }]
34782026-08-08T03:01:31.934ZAug 08 03:01:31.012
34792026-08-08T03:01:31.934Z Aug 08 03:01:31.012INFO adding route 172.17.0.8/32 -> 10.0.0.255 INFO
34802026-08-08T03:01:31.934Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 08 03:01:31.012Aug 08 03:01:31.012
34812026-08-08T03:01:31.934Z Aug 08 03:01:31.012INFO Aug 08 03:01:31.012adding route 172.17.0.54/32 -> 10.0.0.255 DEBGINFO
34822026-08-08T03:01:31.934Z adding route 172.17.0.45/32 -> 10.0.0.255replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34832026-08-08T03:01:31.934Z
34842026-08-08T03:01:31.938ZDEBG 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 } }]
34852026-08-08T03:01:31.938ZAug 08 03:01:31.012Aug 08 03:01:31.012 DEBGAug 08 03:01:31.012 INFO Aug 08 03:01:31.012 DEBGreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.9/32 -> 10.0.0.255replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34862026-08-08T03:01:31.938Z
34872026-08-08T03:01:31.938Z
34882026-08-08T03:01:31.938Z INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 08 03:01:31.012
34892026-08-08T03:01:31.938ZAug 08 03:01:31.012 Aug 08 03:01:31.018DEBG DEBGcreated new freemap , INFOunit :adding route 172.17.0.46/32 -> 10.0.0.255 replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
34902026-08-08T03:01:31.938Z
34912026-08-08T03:01:31.938Z
34922026-08-08T03:01:31.938ZAug 08 03:01:31.006 Aug 08 03:01:31.018DEBG DEBGcreated new freemap , replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34932026-08-08T03:01:31.938ZAug 08 03:01:31.012unit :DEBG freemap_route_ipv4replacing 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 } }]
34942026-08-08T03:01:31.938Z
34952026-08-08T03:01:31.938ZAug 08 03:01:31.018 INFOAug 08 03:01:31.018 adding route 172.17.0.47/32 -> 10.0.0.255DEBGAug 08 03:01:31.018
34962026-08-08T03:01:31.938Z INFOcreated new freemap , adding route 172.17.0.10/32 -> 10.0.0.255unitAug 08 03:01:31.018:Aug 08 03:01:31.018
34972026-08-08T03:01:31.938ZDEBG created new freemapDEBGfreemap_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 } }]unit
34982026-08-08T03:01:31.938Z:
34992026-08-08T03:01:31.938Z freemap_route_ipv6Aug 08 03:01:31.018
35002026-08-08T03:01:31.938ZDEBGAug 08 03:01:31.018 Aug 08 03:01:31.018 INFOreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35012026-08-08T03:01:31.938Zadding route 172.17.0.48/32 -> 10.0.0.255DEBG
35022026-08-08T03:01:31.938Z initted freemap. size: 64, unitAug 08 03:01:31.018: Aug 08 03:01:31.018 freemap_route_ipv4DEBG
35032026-08-08T03:01:31.938Z DEBGreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 08 03:01:31.018
35042026-08-08T03:01:31.938Z INFO initted freemap. size: 64Aug 08 03:01:31.018, Aug 08 03:01:31.018 unitINFO:DEBG adding route 172.17.0.49/32 -> 10.0.0.255reset freemap
35052026-08-08T03:01:31.938Zadding route 172.17.0.11/32 -> 10.0.0.255, unit
35062026-08-08T03:01:31.938Z: Aug 08 03:01:31.018freemap_route_ipv4freemap_route_ipv4
35072026-08-08T03:01:31.938Z
35082026-08-08T03:01:31.938Z DEBGAug 08 03:01:31.018 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 } }]DEBGAug 08 03:01:31.018
35092026-08-08T03:01:31.939Z 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
35102026-08-08T03:01:31.939Z initted freemap. size: 64Aug 08 03:01:31.018, unit :INFO Aug 08 03:01:31.018freemap_route_ipv6
35112026-08-08T03:01:31.939Z Aug 08 03:01:31.018adding route 172.17.0.50/32 -> 10.0.0.255DEBG
35122026-08-08T03:01:31.939Z INFO Aug 08 03:01:31.018adding route 172.17.0.12/32 -> 10.0.0.255 Aug 08 03:01:31.018
35132026-08-08T03:01:31.939ZDEBGreset freemap reset freemapDEBG, , unit :unitreplacing 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 08 03:01:31.018 freemap_route_ipv6
35142026-08-08T03:01:31.939Zfreemap_route_ipv4
35152026-08-08T03:01:31.939ZDEBG
35162026-08-08T03:01:31.939Zreplacing 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 08 03:01:31.018Aug 08 03:01:31.018
35172026-08-08T03:01:31.939ZINFOINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.51/32 -> 10.0.0.255
35182026-08-08T03:01:31.939Z
35192026-08-08T03:01:31.939ZAug 08 03:01:31.018 Aug 08 03:01:31.018 DEBGINFO initted freemap. size: 64Aug 08 03:01:31.018 Aug 08 03:01:31.018, DEBG adding route 172.17.0.13/32 -> 10.0.0.255DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]unit
35202026-08-08T03:01:31.939Z
35212026-08-08T03:01:31.939Z 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 } }]:
35222026-08-08T03:01:31.939Z freemap_route_ipv6Aug 08 03:01:31.018Aug 08 03:01:31.018 Aug 08 03:01:31.018
35232026-08-08T03:01:31.939ZDEBG INFOreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:01:31.018
35242026-08-08T03:01:31.939ZINFOINFOAug 08 03:01:31.018 adding route 172.16.0.0/32 -> 10.0.0.2adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
35252026-08-08T03:01:31.939Z
35262026-08-08T03:01:31.939Z adding route 172.17.0.52/32 -> 10.0.0.255
35272026-08-08T03:01:31.939ZDEBG Aug 08 03:01:31.018reset freemap Aug 08 03:01:31.018 DEBG, INFOunitAug 08 03:01:31.018Aug 08 03:01:31.018 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 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.14/32 -> 10.0.0.255
35282026-08-08T03:01:31.939Z
35292026-08-08T03:01:31.939Z: DEBGfreemap_route_ipv6 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
35302026-08-08T03:01:31.939Z
35312026-08-08T03:01:31.939ZAug 08 03:01:31.018
35322026-08-08T03:01:31.939ZAug 08 03:01:31.018INFO Aug 08 03:01:31.018adding route 172.17.0.53/32 -> 10.0.0.255Aug 08 03:01:31.018 DEBG
35332026-08-08T03:01:31.939ZAug 08 03:01:31.018INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1
35342026-08-08T03:01:31.939Z adding route 172.16.0.0/32 -> 10.0.0.3INFOreplacing 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 08 03:01:31.018
35352026-08-08T03:01:31.939Z
35362026-08-08T03:01:31.939ZAug 08 03:01:31.018 DEBGDEBGAug 08 03:01:31.018 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 3fff:beef:1f::/64 -> 2001:db8::55:ff
35372026-08-08T03:01:31.939Z 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 } }]
35382026-08-08T03:01:31.939Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 08 03:01:31.018Aug 08 03:01:31.018
35392026-08-08T03:01:31.939Z
35402026-08-08T03:01:31.939Z INFOINFO Aug 08 03:01:31.018 Aug 08 03:01:31.018INFOAug 08 03:01:31.018 adding route 172.16.0.0/32 -> 10.0.0.2DEBG
35412026-08-08T03:01:31.939Zreplacing 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
35422026-08-08T03:01:31.939Ztest route::tests::add_target_fails_full ... ok
35432026-08-08T03:01:31.939Z adding route 172.17.0.54/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.4adding route 172.17.0.15/32 -> 10.0.0.255
35442026-08-08T03:01:31.939Z
35452026-08-08T03:01:31.939ZAug 08 03:01:31.018 INFO
35462026-08-08T03:01:31.939Z Aug 08 03:01:31.018 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBGAug 08 03:01:31.018
35472026-08-08T03:01:31.939Z Aug 08 03:01:31.018 Aug 08 03:01:31.018 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] DEBGDEBG
35482026-08-08T03:01:31.939Z DEBGreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35492026-08-08T03:01:31.940Z Aug 08 03:01:31.018replacing 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
35502026-08-08T03:01:31.940Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 08 03:01:31.018Aug 08 03:01:31.018replacing 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 } }]
35512026-08-08T03:01:31.940ZINFO DEBGAug 08 03:01:31.018 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.3, vlan_id: None } }]
35522026-08-08T03:01:31.940ZAug 08 03:01:31.018
35532026-08-08T03:01:31.940Z
35542026-08-08T03:01:31.940ZINFOINFO adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255Aug 08 03:01:31.018
35552026-08-08T03:01:31.940Z
35562026-08-08T03:01:31.940ZDEBG Aug 08 03:01:31.018 replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 08 03:01:31.018
35572026-08-08T03:01:31.940Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
35582026-08-08T03:01:31.940ZAug 08 03:01:31.018DEBG Aug 08 03:01:31.018 DEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
35592026-08-08T03:01:31.940Z
35602026-08-08T03:01:31.940Zadding route 172.17.0.56/32 -> 10.0.0.255
35612026-08-08T03:01:31.940ZAug 08 03:01:31.018 Aug 08 03:01:31.018Aug 08 03:01:31.018INFO INFODEBGAug 08 03:01:31.018adding route 172.17.0.17/32 -> 10.0.0.255
35622026-08-08T03:01:31.940ZDEBG adding route 172.17.0.1/32 -> 10.0.0.255replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
35632026-08-08T03:01:31.940Z
35642026-08-08T03:01:31.940Z
35652026-08-08T03:01:31.940ZAug 08 03:01:31.018Aug 08 03:01:31.018 Aug 08 03:01:31.018 INFOINFODEBG adding route 172.17.0.57/32 -> 10.0.0.255adding route 3fff:beef:22::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35662026-08-08T03:01:31.940Z
35672026-08-08T03:01:31.940ZAug 08 03:01:31.018
35682026-08-08T03:01:31.940Z DEBGAug 08 03:01:31.018Aug 08 03:01:31.018 Aug 08 03:01:31.018DEBG 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 } }]
35692026-08-08T03:01:31.940Zreplacing 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
35702026-08-08T03:01:31.940Z adding route 172.17.0.18/32 -> 10.0.0.255replacing 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 } }]
35712026-08-08T03:01:31.940Z
35722026-08-08T03:01:31.940ZAug 08 03:01:31.018Aug 08 03:01:31.018 INFOINFO Aug 08 03:01:31.018adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 172.17.0.58/32 -> 10.0.0.255
35732026-08-08T03:01:31.940Z
35742026-08-08T03:01:31.940ZDEBG 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 08 03:01:31.018
35752026-08-08T03:01:31.940Z DEBG Aug 08 03:01:31.018Aug 08 03:01:31.018replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
35762026-08-08T03:01:31.940Z Aug 08 03:01:31.018 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
35772026-08-08T03:01:31.940ZAug 08 03:01:31.018 adding route 172.17.0.2/32 -> 10.0.0.255INFO
35782026-08-08T03:01:31.940Z adding route 172.17.0.19/32 -> 10.0.0.255adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 08 03:01:31.018 INFO
35792026-08-08T03:01:31.940Z
35802026-08-08T03:01:31.940Zadding route 172.17.0.59/32 -> 10.0.0.255Aug 08 03:01:31.018
35812026-08-08T03:01:31.940Z DEBG Aug 08 03:01:31.018replacing 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 08 03:01:31.018
35822026-08-08T03:01:31.940ZAug 08 03:01:31.018 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 } }]DEBGreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35832026-08-08T03:01:31.940ZAug 08 03:01:31.018 INFO
35842026-08-08T03:01:31.944Z Aug 08 03:01:31.018replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.3/32 -> 10.0.0.255
35852026-08-08T03:01:31.944Z
35862026-08-08T03:01:31.944Z INFO Aug 08 03:01:31.018adding route 172.17.0.20/32 -> 10.0.0.255Aug 08 03:01:31.018
35872026-08-08T03:01:31.944ZAug 08 03:01:31.018 INFODEBGINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 172.17.0.60/32 -> 10.0.0.255
35882026-08-08T03:01:31.944Z
35892026-08-08T03:01:31.945Z replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35902026-08-08T03:01:31.945ZAug 08 03:01:31.018 DEBGAug 08 03:01:31.018 Aug 08 03:01:31.018 Aug 08 03:01:31.018DEBGreplacing 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 } }]
35912026-08-08T03:01:31.945Z DEBGINFOreplacing 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 } }]
35922026-08-08T03:01:31.945Zadding route 172.17.0.4/32 -> 10.0.0.255replacing 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 } }]
35932026-08-08T03:01:31.945ZAug 08 03:01:31.018
35942026-08-08T03:01:31.945ZINFO Aug 08 03:01:31.018adding route 172.17.0.21/32 -> 10.0.0.255
35952026-08-08T03:01:31.945ZINFO Aug 08 03:01:31.018adding route 172.17.0.61/32 -> 10.0.0.255 Aug 08 03:01:31.018Aug 08 03:01:31.018DEBG
35962026-08-08T03:01:31.945Z replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
35972026-08-08T03:01:31.945Z DEBGAug 08 03:01:31.018 adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
35982026-08-08T03:01:31.945Z 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 Aug 08 03:01:31.018
35992026-08-08T03:01:31.945Zreplacing 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 } }]
36002026-08-08T03:01:31.945Z INFO adding route 172.17.0.5/32 -> 10.0.0.255Aug 08 03:01:31.018
36012026-08-08T03:01:31.945ZAug 08 03:01:31.018Aug 08 03:01:31.018 DEBGINFOINFO Aug 08 03:01:31.018replacing 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 } }]
36022026-08-08T03:01:31.945Zadding route 172.17.0.62/32 -> 10.0.0.255DEBG
36032026-08-08T03:01:31.945Z 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 08 03:01:31.018adding route 172.17.0.22/32 -> 10.0.0.255
36042026-08-08T03:01:31.945Z
36052026-08-08T03:01:31.945ZAug 08 03:01:31.018 INFODEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ff 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 } }]
36062026-08-08T03:01:31.945ZAug 08 03:01:31.018 INFO adding route 172.17.0.6/32 -> 10.0.0.255
36072026-08-08T03:01:31.945Z
36082026-08-08T03:01:31.945ZAug 08 03:01:31.024 Aug 08 03:01:31.024INFO DEBGadding route 172.17.0.63/32 -> 10.0.0.255
36092026-08-08T03:01:31.945Zreplacing 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 } }]
36102026-08-08T03:01:31.945ZAug 08 03:01:31.024 DEBG Aug 08 03:01:31.024replacing 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 } }]
36112026-08-08T03:01:31.945ZINFO adding route 172.17.0.7/32 -> 10.0.0.255Aug 08 03:01:31.024
36122026-08-08T03:01:31.945Z DEBG replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:01:31.024
36132026-08-08T03:01:31.945Z Aug 08 03:01:31.024DEBG INFOreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36142026-08-08T03:01:31.945Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 08 03:01:31.024
36152026-08-08T03:01:31.945Z DEBGAug 08 03:01:31.024 INFO Aug 08 03:01:31.024adding route 172.17.0.8/32 -> 10.0.0.255
36162026-08-08T03:01:31.945ZDEBG failed to allocate space for the new target listreplacing 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 } }]
36172026-08-08T03:01:31.945Z
36182026-08-08T03:01:31.945ZAug 08 03:01:31.024Aug 08 03:01:31.024Aug 08 03:01:31.024 INFODEBGDEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
36192026-08-08T03:01:31.945Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
36202026-08-08T03:01:31.945Z
36212026-08-08T03:01:31.945ZAug 08 03:01:31.024 DEBG Aug 08 03:01:31.024failed to allocate space for the new target list
36222026-08-08T03:01:31.945ZDEBG 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 08 03:01:31.024
36232026-08-08T03:01:31.945Z INFOAug 08 03:01:31.012 Aug 08 03:01:31.024 adding route 172.17.0.9/32 -> 10.0.0.255INFOINFO
36242026-08-08T03:01:31.945Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
36252026-08-08T03:01:31.945Zadding route 172.17.0.55/32 -> 10.0.0.255
36262026-08-08T03:01:31.945ZAug 08 03:01:31.024 DEBG Aug 08 03:01:31.024replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36272026-08-08T03:01:31.945ZDEBG 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 } }]
36282026-08-08T03:01:31.946ZAug 08 03:01:31.024Aug 08 03:01:31.024 DEBGAug 08 03:01:31.024 INFO replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
36292026-08-08T03:01:31.946Z adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 172.17.0.10/32 -> 10.0.0.255
36302026-08-08T03:01:31.946Z
36312026-08-08T03:01:31.946ZAug 08 03:01:31.024 INFOAug 08 03:01:31.024 Aug 08 03:01:31.024adding route 172.17.0.56/32 -> 10.0.0.255 DEBGDEBG
36322026-08-08T03:01:31.946Zreplacing 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 } }]
36332026-08-08T03:01:31.946Zreplacing 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 } }]
36342026-08-08T03:01:31.946ZAug 08 03:01:31.024Aug 08 03:01:31.024Aug 08 03:01:31.024 INFODEBG INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
36352026-08-08T03:01:31.946Zreplacing 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 } }]
36362026-08-08T03:01:31.946Zadding route 172.17.0.11/32 -> 10.0.0.255
36372026-08-08T03:01:31.946ZAug 08 03:01:31.024 DEBG Aug 08 03:01:31.024replacing 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 08 03:01:31.024
36382026-08-08T03:01:31.946Z INFO DEBGadding route 172.17.0.57/32 -> 10.0.0.255
36392026-08-08T03:01:31.946Zreplacing 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 08 03:01:31.024
36402026-08-08T03:01:31.946Z INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 08 03:01:31.024
36412026-08-08T03:01:31.946Ztest route::tests::delete_targets_full ... ok
36422026-08-08T03:01:31.946ZAug 08 03:01:31.024 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 } }] INFO Aug 08 03:01:31.025
36432026-08-08T03:01:31.946Zadding route 172.17.0.12/32 -> 10.0.0.255 DEBG
36442026-08-08T03:01:31.946Z 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 08 03:01:31.025
36452026-08-08T03:01:31.946ZINFO Aug 08 03:01:31.025 adding route 172.17.0.58/32 -> 10.0.0.255DEBG
36462026-08-08T03:01:31.946ZAug 08 03:01:31.025 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 08 03:01:31.025
36472026-08-08T03:01:31.946Z Aug 08 03:01:31.025DEBGINFO 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 } }]adding route 172.17.0.23/32 -> 10.0.0.255
36482026-08-08T03:01:31.946Z 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 } }]
36492026-08-08T03:01:31.946Z
36502026-08-08T03:01:31.946ZAug 08 03:01:31.025Aug 08 03:01:31.025 Aug 08 03:01:31.025INFO Aug 08 03:01:31.025adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
36512026-08-08T03:01:31.946ZINFO INFODEBGadding route 172.17.0.59/32 -> 10.0.0.255
36522026-08-08T03:01:31.946Zreplacing 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.13/32 -> 10.0.0.255Aug 08 03:01:31.025
36532026-08-08T03:01:31.946Z
36542026-08-08T03:01:31.946ZDEBG 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 08 03:01:31.025
36552026-08-08T03:01:31.946Z Aug 08 03:01:31.025DEBGAug 08 03:01:31.025 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 } }] 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
36562026-08-08T03:01:31.946Z
36572026-08-08T03:01:31.946Z adding route 172.17.0.24/32 -> 10.0.0.255Aug 08 03:01:31.025
36582026-08-08T03:01:31.946ZINFOAug 08 03:01:31.025 Aug 08 03:01:31.025 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFOINFO
36592026-08-08T03:01:31.946Zadding route 172.17.0.14/32 -> 10.0.0.255 Aug 08 03:01:31.025
36602026-08-08T03:01:31.946Z DEBGadding route 172.17.0.60/32 -> 10.0.0.255 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 } }]
36612026-08-08T03:01:31.946Z
36622026-08-08T03:01:31.946ZAug 08 03:01:31.025 Aug 08 03:01:31.025DEBG Aug 08 03:01:31.025Aug 08 03:01:31.025DEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
36632026-08-08T03:01:31.946Z
36642026-08-08T03:01:31.946ZAug 08 03:01:31.031replacing 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 } }]
36652026-08-08T03:01:31.946ZINFO adding route 172.17.0.15/32 -> 10.0.0.255Aug 08 03:01:31.031
36662026-08-08T03:01:31.946Z INFOAug 08 03:01:31.031 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 08 03:01:31.031DEBG
36672026-08-08T03:01:31.946Z failed to allocate space for the new target listDEBG
36682026-08-08T03:01:31.947Z 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 08 03:01:31.031
36692026-08-08T03:01:31.947Z DEBG Aug 08 03:01:31.031replacing 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 08 03:01:31.031DEBG replacing targets for 172.16.0.0/32 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 } }]
36702026-08-08T03:01:31.947ZINFO
36712026-08-08T03:01:31.947Zadding route 172.17.0.16/32 -> 10.0.0.255
36722026-08-08T03:01:31.947ZINFO Aug 08 03:01:31.031adding route 172.17.0.25/32 -> 10.0.0.255
36732026-08-08T03:01:31.947ZINFOAug 08 03:01:31.031 adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
36742026-08-08T03:01:31.947ZDEBG 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 08 03:01:31.031
36752026-08-08T03:01:31.947ZAug 08 03:01:31.031 DEBG 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 } }]
36762026-08-08T03:01:31.947Zreplacing 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 08 03:01:31.031
36772026-08-08T03:01:31.947Z INFO adding route 172.17.0.17/32 -> 10.0.0.255Aug 08 03:01:31.031
36782026-08-08T03:01:31.947ZAug 08 03:01:31.031 INFOINFO adding route 172.17.0.26/32 -> 10.0.0.255adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
36792026-08-08T03:01:31.947Z
36802026-08-08T03:01:31.947ZAug 08 03:01:31.031Aug 08 03:01:31.031 Aug 08 03:01:31.031DEBG DEBGreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36812026-08-08T03:01:31.947Z 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 } }]
36822026-08-08T03:01:31.947Zreplacing 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 } }]
36832026-08-08T03:01:31.947ZAug 08 03:01:31.031Aug 08 03:01:31.031Aug 08 03:01:31.031 INFOINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 172.17.0.27/32 -> 10.0.0.255
36842026-08-08T03:01:31.951Z
36852026-08-08T03:01:31.951ZINFO adding route 172.17.0.18/32 -> 10.0.0.255
36862026-08-08T03:01:31.951ZAug 08 03:01:31.031Aug 08 03:01:31.031 Aug 08 03:01:31.031DEBG 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 } }] 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 } }]
36872026-08-08T03:01:31.951Z
36882026-08-08T03:01:31.951Z 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 } }]
36892026-08-08T03:01:31.951ZAug 08 03:01:31.031 Aug 08 03:01:31.031INFO Aug 08 03:01:31.031adding route 172.17.0.28/32 -> 10.0.0.255INFO
36902026-08-08T03:01:31.951Z adding route 172.17.0.19/32 -> 10.0.0.255INFO
36912026-08-08T03:01:31.951Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
36922026-08-08T03:01:31.951ZAug 08 03:01:31.031 Aug 08 03:01:31.031DEBG Aug 08 03:01:31.031 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 } }]
36932026-08-08T03:01:31.951Z DEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
36942026-08-08T03:01:31.951ZAug 08 03:01:31.031 INFO adding route 172.17.0.29/32 -> 10.0.0.255
36952026-08-08T03:01:31.951Zreplacing 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 } }]
36962026-08-08T03:01:31.951ZAug 08 03:01:31.031Aug 08 03:01:31.031 INFODEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ffreplacing 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 } }]
36972026-08-08T03:01:31.951Z
36982026-08-08T03:01:31.951ZAug 08 03:01:31.031 INFO Aug 08 03:01:31.031adding route 172.17.0.20/32 -> 10.0.0.255Aug 08 03:01:31.031
36992026-08-08T03:01:31.951Z DEBGINFO replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.30/32 -> 10.0.0.255
37002026-08-08T03:01:31.951ZAug 08 03:01:31.031
37012026-08-08T03:01:31.951Z DEBG Aug 08 03:01:31.031replacing 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 } }]
37022026-08-08T03:01:31.951ZINFOAug 08 03:01:31.031 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBGAug 08 03:01:31.031
37032026-08-08T03:01:31.951Z 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
37042026-08-08T03:01:31.951Zadding route 172.17.0.21/32 -> 10.0.0.255
37052026-08-08T03:01:31.951ZAug 08 03:01:31.031 DEBGAug 08 03:01:31.031 Aug 08 03:01:31.031replacing 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 } }]
37062026-08-08T03:01:31.951Z 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.31/32 -> 10.0.0.255
37072026-08-08T03:01:31.951ZAug 08 03:01:31.031
37082026-08-08T03:01:31.952Z INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
37092026-08-08T03:01:31.952ZAug 08 03:01:31.031Aug 08 03:01:31.031 DEBGINFO replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255
37102026-08-08T03:01:31.952Z
37112026-08-08T03:01:31.952ZAug 08 03:01:31.031 DEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:01:31.031Aug 08 03:01:31.031
37122026-08-08T03:01:31.952Z DEBGINFO adding route 172.17.0.32/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 } }]Aug 08 03:01:31.031
37132026-08-08T03:01:31.952Z
37142026-08-08T03:01:31.952ZINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
37152026-08-08T03:01:31.952ZAug 08 03:01:31.031Aug 08 03:01:31.031 INFODEBGAug 08 03:01:31.031 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 } }]adding route 172.17.0.23/32 -> 10.0.0.255
37162026-08-08T03:01:31.952Z
37172026-08-08T03:01:31.952Zreplacing 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 } }]
37182026-08-08T03:01:31.952ZAug 08 03:01:31.031Aug 08 03:01:31.031Aug 08 03:01:31.031 DEBGINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFOreplacing 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 } }]
37192026-08-08T03:01:31.952Z
37202026-08-08T03:01:31.952Zadding route 172.17.0.33/32 -> 10.0.0.255
37212026-08-08T03:01:31.952ZAug 08 03:01:31.031Aug 08 03:01:31.031 DEBGAug 08 03:01:31.031INFO replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255
37222026-08-08T03:01:31.952Z
37232026-08-08T03:01:31.952Z 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 } }]
37242026-08-08T03:01:31.952ZAug 08 03:01:31.031 Aug 08 03:01:31.031DEBGAug 08 03:01:31.031 INFO replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
37252026-08-08T03:01:31.952Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
37262026-08-08T03:01:31.952Zadding route 172.17.0.34/32 -> 10.0.0.255
37272026-08-08T03:01:31.952ZAug 08 03:01:31.031 INFOAug 08 03:01:31.031Aug 08 03:01:31.031 DEBGDEBGadding route 172.17.0.25/32 -> 10.0.0.255
37282026-08-08T03:01:31.952Z replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
37292026-08-08T03:01:31.952Z
37302026-08-08T03:01:31.952ZAug 08 03:01:31.031 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 } }]
37312026-08-08T03:01:31.952ZAug 08 03:01:31.031Aug 08 03:01:31.031 INFO INFOadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff Aug 08 03:01:31.031
37322026-08-08T03:01:31.952Zadding route 172.17.0.35/32 -> 10.0.0.255
37332026-08-08T03:01:31.952ZINFO adding route 172.17.0.26/32 -> 10.0.0.255
37342026-08-08T03:01:31.952ZAug 08 03:01:31.032 DEBGAug 08 03:01:31.032 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 08 03:01:31.032DEBG
37352026-08-08T03:01:31.952Z 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 } }]
37362026-08-08T03:01:31.952ZDEBG 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 } }]
37372026-08-08T03:01:31.952ZAug 08 03:01:31.032Aug 08 03:01:31.032 INFOINFO adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255
37382026-08-08T03:01:31.952Z
37392026-08-08T03:01:31.952ZAug 08 03:01:31.032 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 08 03:01:31.032
37402026-08-08T03:01:31.952Z Aug 08 03:01:31.032DEBG 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 } }]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 08 03:01:31.032
37412026-08-08T03:01:31.952Ztest route::tests::delete_target_fragmented ... ok
37422026-08-08T03:01:31.952Z
37432026-08-08T03:01:31.952ZDEBG 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 } }]
37442026-08-08T03:01:31.952ZAug 08 03:01:31.032Aug 08 03:01:31.032 INFOAug 08 03:01:31.032 INFOadding route 172.17.0.37/32 -> 10.0.0.255 adding route 172.17.0.28/32 -> 10.0.0.255
37452026-08-08T03:01:31.952ZDEBG
37462026-08-08T03:01:31.952Zfailed to allocate space for the new target list
37472026-08-08T03:01:31.953ZAug 08 03:01:31.032Aug 08 03:01:31.032 DEBGAug 08 03:01:31.032 DEBGreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37482026-08-08T03:01:31.953Zreplacing 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
37492026-08-08T03:01:31.953Zreplacing targets for 3fff:dead::/64 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 } }]
37502026-08-08T03:01:31.953ZAug 08 03:01:31.032 INFOAug 08 03:01:31.032 adding route 172.17.0.38/32 -> 10.0.0.255INFO
37512026-08-08T03:01:31.953Z adding route 172.17.0.29/32 -> 10.0.0.255
37522026-08-08T03:01:31.953ZAug 08 03:01:31.032 DEBGAug 08 03:01:31.032 replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
37532026-08-08T03:01:31.953Z 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 } }]
37542026-08-08T03:01:31.953ZAug 08 03:01:31.032 INFOAug 08 03:01:31.032 adding route 172.17.0.39/32 -> 10.0.0.255INFO
37552026-08-08T03:01:31.953Z adding route 172.17.0.30/32 -> 10.0.0.255
37562026-08-08T03:01:31.953ZAug 08 03:01:31.032 DEBGAug 08 03:01:31.032 replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
37572026-08-08T03:01:31.953Z 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 } }]
37582026-08-08T03:01:31.953ZAug 08 03:01:31.032 INFOAug 08 03:01:31.032 adding route 172.17.0.40/32 -> 10.0.0.255
37592026-08-08T03:01:31.953ZAug 08 03:01:31.032 INFODEBG adding route 172.17.0.31/32 -> 10.0.0.255replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37602026-08-08T03:01:31.953ZAug 08 03:01:31.032
37612026-08-08T03:01:31.953ZAug 08 03:01:31.032 DEBG INFOreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37622026-08-08T03:01:31.953Zadding route 172.17.0.41/32 -> 10.0.0.255
37632026-08-08T03:01:31.953ZAug 08 03:01:31.032 Aug 08 03:01:31.032INFO DEBGadding route 172.17.0.32/32 -> 10.0.0.255
37642026-08-08T03:01:31.953Zreplacing 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 } }]
37652026-08-08T03:01:31.953ZAug 08 03:01:31.032Aug 08 03:01:31.032 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.42/32 -> 10.0.0.255
37662026-08-08T03:01:31.953Z
37672026-08-08T03:01:31.953ZAug 08 03:01:31.032Aug 08 03:01:31.032 DEBGINFO 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.33/32 -> 10.0.0.255
37682026-08-08T03:01:31.953Z
37692026-08-08T03:01:31.953ZAug 08 03:01:31.032Aug 08 03:01:31.032 DEBGINFO replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255
37702026-08-08T03:01:31.953Z
37712026-08-08T03:01:31.953ZAug 08 03:01:31.032Aug 08 03:01:31.032 DEBGINFO replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.34/32 -> 10.0.0.255
37722026-08-08T03:01:31.953Z
37732026-08-08T03:01:31.953ZAug 08 03:01:31.032Aug 08 03:01:31.032 DEBGINFO replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.44/32 -> 10.0.0.255
37742026-08-08T03:01:31.953Z
37752026-08-08T03:01:31.953ZAug 08 03:01:31.032Aug 08 03:01:31.032 INFODEBG adding route 172.17.0.35/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 } }]
37762026-08-08T03:01:31.953Z
37772026-08-08T03:01:31.953ZAug 08 03:01:31.032Aug 08 03:01:31.032 DEBGINFO replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.45/32 -> 10.0.0.255
37782026-08-08T03:01:31.953Z
37792026-08-08T03:01:31.953ZAug 08 03:01:31.032Aug 08 03:01:31.032 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.36/32 -> 10.0.0.255
37802026-08-08T03:01:31.953ZAug 08 03:01:31.032 DEBGAug 08 03:01:31.038 created new freemapDEBG, 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 } }]:
37812026-08-08T03:01:31.953Z freemap_route_ipv4
37822026-08-08T03:01:31.953ZAug 08 03:01:31.038Aug 08 03:01:31.038 INFODEBG adding route 172.17.0.37/32 -> 10.0.0.255
37832026-08-08T03:01:31.953Zcreated new freemapAug 08 03:01:31.038, unitDEBG: 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 } }]freemap_route_ipv6
37842026-08-08T03:01:31.957Z
37852026-08-08T03:01:31.957ZAug 08 03:01:31.038
37862026-08-08T03:01:31.957ZINFOAug 08 03:01:31.038 adding route 172.17.0.38/32 -> 10.0.0.255
37872026-08-08T03:01:31.957ZDEBG Aug 08 03:01:31.038initted freemap. size: 64 , Aug 08 03:01:31.038unit INFO:DEBG freemap_route_ipv4replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37882026-08-08T03:01:31.958Z
37892026-08-08T03:01:31.958Zadding route 172.17.0.46/32 -> 10.0.0.255
37902026-08-08T03:01:31.958ZAug 08 03:01:31.038Aug 08 03:01:31.038Aug 08 03:01:31.038 DEBGINFO reset freemapadding route 172.17.0.39/32 -> 10.0.0.255
37912026-08-08T03:01:31.958Z, DEBGunit: 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 08 03:01:31.038freemap_route_ipv4
37922026-08-08T03:01:31.958Z
37932026-08-08T03:01:31.958Z DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:01:31.038
37942026-08-08T03:01:31.958Z Aug 08 03:01:31.038INFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255Aug 08 03:01:31.038
37952026-08-08T03:01:31.958Zinitted freemap. size: 64 , INFOunit :adding route 172.17.0.40/32 -> 10.0.0.255
37962026-08-08T03:01:31.958Zfreemap_route_ipv6
37972026-08-08T03:01:31.958ZAug 08 03:01:31.038 DEBGAug 08 03:01:31.038 Aug 08 03:01:31.038 replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
37982026-08-08T03:01:31.958ZDEBG 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 } }]reset freemap
37992026-08-08T03:01:31.958Z, unit: freemap_route_ipv6Aug 08 03:01:31.038Aug 08 03:01:31.038
38002026-08-08T03:01:31.958Z INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255Aug 08 03:01:31.038
38012026-08-08T03:01:31.958Z
38022026-08-08T03:01:31.958ZINFO adding route 172.16.0.0/32 -> 10.0.0.1
38032026-08-08T03:01:31.958ZAug 08 03:01:31.038Aug 08 03:01:31.038 Aug 08 03:01:31.038DEBGDEBG 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.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
38042026-08-08T03:01:31.958Z
38052026-08-08T03:01:31.958Zreplacing 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 } }]
38062026-08-08T03:01:31.958ZAug 08 03:01:31.038 Aug 08 03:01:31.038INFO Aug 08 03:01:31.038INFO adding route 172.17.0.42/32 -> 10.0.0.255 INFO
38072026-08-08T03:01:31.958Z adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1
38082026-08-08T03:01:31.958Z
38092026-08-08T03:01:31.958ZAug 08 03:01:31.038Aug 08 03:01:31.038 Aug 08 03:01:31.038DEBG 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38102026-08-08T03:01:31.958Z
38112026-08-08T03:01:31.958Z
38122026-08-08T03:01:31.958ZAug 08 03:01:31.038Aug 08 03:01:31.038Aug 08 03:01:31.038 INFOINFOINFO adding route 172.17.0.50/32 -> 10.0.0.255
38132026-08-08T03:01:31.958Zadding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.43/32 -> 10.0.0.255
38142026-08-08T03:01:31.958Z
38152026-08-08T03:01:31.958ZAug 08 03:01:31.038Aug 08 03:01:31.038 Aug 08 03:01:31.038 DEBGDEBGDEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
38162026-08-08T03:01:31.958Zreplacing 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 } }]
38172026-08-08T03:01:31.958Z
38182026-08-08T03:01:31.958ZAug 08 03:01:31.038Aug 08 03:01:31.038 Aug 08 03:01:31.038INFO INFO INFOadding route 172.17.0.51/32 -> 10.0.0.255
38192026-08-08T03:01:31.958Zadding route 172.17.0.44/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2
38202026-08-08T03:01:31.958Z
38212026-08-08T03:01:31.958ZAug 08 03:01:31.038 DEBGAug 08 03:01:31.038 Aug 08 03:01:31.038 replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
38222026-08-08T03:01:31.958Z 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 } }]replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:01:31.038
38232026-08-08T03:01:31.958Z
38242026-08-08T03:01:31.959ZINFO adding route 172.17.0.52/32 -> 10.0.0.255
38252026-08-08T03:01:31.959ZAug 08 03:01:31.038 INFOAug 08 03:01:31.038 Aug 08 03:01:31.038INFO adding route 172.17.0.45/32 -> 10.0.0.255DEBG
38262026-08-08T03:01:31.959Z adding route 172.17.0.0/32 -> 10.0.0.255replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38272026-08-08T03:01:31.959Z
38282026-08-08T03:01:31.959ZAug 08 03:01:31.038Aug 08 03:01:31.038 Aug 08 03:01:31.038 INFODEBG DEBGadding route 172.17.0.53/32 -> 10.0.0.255
38292026-08-08T03:01:31.959Z replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38302026-08-08T03:01:31.959Z
38312026-08-08T03:01:31.959ZAug 08 03:01:31.038Aug 08 03:01:31.038 Aug 08 03:01:31.038 INFODEBGINFO 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.1/32 -> 10.0.0.255
38322026-08-08T03:01:31.959Z
38332026-08-08T03:01:31.959Zadding route 172.17.0.46/32 -> 10.0.0.255
38342026-08-08T03:01:31.959ZAug 08 03:01:31.038Aug 08 03:01:31.038Aug 08 03:01:31.038 DEBGDEBGINFO 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.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
38352026-08-08T03:01:31.959Z
38362026-08-08T03:01:31.959Z
38372026-08-08T03:01:31.959ZAug 08 03:01:31.038Aug 08 03:01:31.038 Aug 08 03:01:31.038INFO adding route 172.17.0.2/32 -> 10.0.0.255DEBGINFO 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 } }]
38382026-08-08T03:01:31.959Z
38392026-08-08T03:01:31.959Zadding route 172.17.0.47/32 -> 10.0.0.255
38402026-08-08T03:01:31.959ZAug 08 03:01:31.038Aug 08 03:01:31.038 INFODEBGAug 08 03:01:31.038 adding route 172.17.0.55/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 } }]
38412026-08-08T03:01:31.959Ztest route::tests::delete_target_full ... ok
38422026-08-08T03:01:31.959Z
38432026-08-08T03:01:31.959ZDEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38442026-08-08T03:01:31.959ZAug 08 03:01:31.038Aug 08 03:01:31.038 DEBGAug 08 03:01:31.038INFO INFO replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.3/32 -> 10.0.0.255
38452026-08-08T03:01:31.959Zadding route 172.17.0.48/32 -> 10.0.0.255
38462026-08-08T03:01:31.959Z
38472026-08-08T03:01:31.959ZAug 08 03:01:31.038Aug 08 03:01:31.038Aug 08 03:01:31.038 INFO DEBG DEBG adding route 172.17.0.56/32 -> 10.0.0.255
38482026-08-08T03:01:31.959Zreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38492026-08-08T03:01:31.959Z
38502026-08-08T03:01:31.959ZAug 08 03:01:31.038Aug 08 03:01:31.038Aug 08 03:01:31.038 DEBG INFO 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 } }]
38512026-08-08T03:01:31.959Zadding route 172.17.0.4/32 -> 10.0.0.255adding route 172.17.0.49/32 -> 10.0.0.255
38522026-08-08T03:01:31.959Z
38532026-08-08T03:01:31.959ZAug 08 03:01:31.038 Aug 08 03:01:31.038INFOAug 08 03:01:31.038 adding route 172.17.0.57/32 -> 10.0.0.255
38542026-08-08T03:01:31.959ZDEBGDEBG 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 } }]
38552026-08-08T03:01:31.959Zreplacing 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 08 03:01:31.038
38562026-08-08T03:01:31.959Z DEBG Aug 08 03:01:31.038replacing 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 08 03:01:31.038
38572026-08-08T03:01:31.959Z INFOINFO adding route 172.17.0.50/32 -> 10.0.0.255adding route 172.17.0.5/32 -> 10.0.0.255
38582026-08-08T03:01:31.959ZAug 08 03:01:31.038
38592026-08-08T03:01:31.959Z INFO adding route 172.17.0.58/32 -> 10.0.0.255Aug 08 03:01:31.038
38602026-08-08T03:01:31.959Ztest route::tests::delete_targets_fragmented ... ok
38612026-08-08T03:01:31.959Z Aug 08 03:01:31.038DEBG DEBGreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:01:31.038
38622026-08-08T03:01:31.959Z
38632026-08-08T03:01:31.959Zreplacing 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 } }]
38642026-08-08T03:01:31.960Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
38652026-08-08T03:01:31.960ZDEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:01:31.038
38662026-08-08T03:01:31.960ZAug 08 03:01:31.038 INFOINFO Aug 08 03:01:31.038adding route 172.17.0.51/32 -> 10.0.0.255 adding route 172.17.0.6/32 -> 10.0.0.255INFO
38672026-08-08T03:01:31.960Z
38682026-08-08T03:01:31.960Z
38692026-08-08T03:01:31.960Z adding route 172.17.0.59/32 -> 10.0.0.255
38702026-08-08T03:01:31.960ZAug 08 03:01:31.038Aug 08 03:01:31.038 Aug 08 03:01:31.038DEBG 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.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 } }]
38712026-08-08T03:01:31.960Zreplacing 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 } }]
38722026-08-08T03:01:31.960Z
38732026-08-08T03:01:31.960ZAug 08 03:01:31.038Aug 08 03:01:31.038 INFOINFOAug 08 03:01:31.038 adding route 172.17.0.52/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255
38742026-08-08T03:01:31.960ZINFO
38752026-08-08T03:01:31.960Z adding route 172.17.0.7/32 -> 10.0.0.255
38762026-08-08T03:01:31.960ZAug 08 03:01:31.038 Aug 08 03:01:31.038DEBGAug 08 03:01:31.038 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 } }]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 } }]
38772026-08-08T03:01:31.960Z
38782026-08-08T03:01:31.960ZDEBG 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 } }]
38792026-08-08T03:01:31.960ZAug 08 03:01:31.038Aug 08 03:01:31.038Aug 08 03:01:31.038 DEBGINFO INFO failed to allocate space for the new target listadding route 172.17.0.8/32 -> 10.0.0.255
38802026-08-08T03:01:31.960Z
38812026-08-08T03:01:31.960Zadding route 172.17.0.53/32 -> 10.0.0.255
38822026-08-08T03:01:31.960ZAug 08 03:01:31.038Aug 08 03:01:31.038Aug 08 03:01:31.038 DEBGDEBG DEBGreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38832026-08-08T03:01:31.960Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 } }]
38842026-08-08T03:01:31.964Z
38852026-08-08T03:01:31.964ZAug 08 03:01:31.038Aug 08 03:01:31.038 INFOINFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255
38862026-08-08T03:01:31.964Z
38872026-08-08T03:01:31.964ZAug 08 03:01:31.038Aug 08 03:01:31.038 DEBGDEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
38882026-08-08T03:01:31.964Z
38892026-08-08T03:01:31.964ZAug 08 03:01:31.038Aug 08 03:01:31.038 INFOINFO adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255
38902026-08-08T03:01:31.964Z
38912026-08-08T03:01:31.964ZAug 08 03:01:31.038Aug 08 03:01:31.038 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.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 } }]
38922026-08-08T03:01:31.964Z
38932026-08-08T03:01:31.964ZAug 08 03:01:31.038Aug 08 03:01:31.038 INFOINFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255
38942026-08-08T03:01:31.964Z
38952026-08-08T03:01:31.964ZAug 08 03:01:31.038Aug 08 03:01:31.038 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.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 } }]
38962026-08-08T03:01:31.964Z
38972026-08-08T03:01:31.964ZAug 08 03:01:31.038Aug 08 03:01:31.038 INFOINFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255
38982026-08-08T03:01:31.964Z
38992026-08-08T03:01:31.964ZAug 08 03:01:31.038Aug 08 03:01:31.038 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 } }]
39002026-08-08T03:01:31.964Z 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 08 03:01:31.044
39012026-08-08T03:01:31.964Z INFO adding route 172.17.0.13/32 -> 10.0.0.255
39022026-08-08T03:01:31.964ZAug 08 03:01:31.044 INFOAug 08 03:01:31.044 adding route 172.17.0.58/32 -> 10.0.0.255DEBG
39032026-08-08T03:01:31.964Z 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 } }]
39042026-08-08T03:01:31.964ZAug 08 03:01:31.044 DEBGAug 08 03:01:31.044 replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
39052026-08-08T03:01:31.964Z adding route 172.17.0.14/32 -> 10.0.0.255
39062026-08-08T03:01:31.964ZAug 08 03:01:31.044 Aug 08 03:01:31.044INFO DEBGadding route 172.17.0.59/32 -> 10.0.0.255
39072026-08-08T03:01:31.964Zreplacing 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 } }]
39082026-08-08T03:01:31.965ZAug 08 03:01:31.044 INFO adding route 172.17.0.15/32 -> 10.0.0.255
39092026-08-08T03:01:31.965ZAug 08 03:01:31.044 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 } }]
39102026-08-08T03:01:31.965ZAug 08 03:01:31.044 DEBGAug 08 03:01:31.044 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
39112026-08-08T03:01:31.965Z adding route 172.17.0.16/32 -> 10.0.0.255
39122026-08-08T03:01:31.965ZAug 08 03:01:31.044 Aug 08 03:01:31.044INFO DEBGadding route 172.17.0.60/32 -> 10.0.0.255
39132026-08-08T03:01:31.965Zreplacing 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-08T03:01:31.965ZAug 08 03:01:31.044 Aug 08 03:01:31.044DEBG INFOreplacing 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 } }]
39152026-08-08T03:01:31.965Zadding route 172.17.0.17/32 -> 10.0.0.255
39162026-08-08T03:01:31.965ZAug 08 03:01:31.044 Aug 08 03:01:31.044INFO DEBGadding route 172.17.0.61/32 -> 10.0.0.255
39172026-08-08T03:01:31.965Zreplacing 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 } }]
39182026-08-08T03:01:31.965ZAug 08 03:01:31.044 Aug 08 03:01:31.044DEBG INFOreplacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39192026-08-08T03:01:31.965Zadding route 172.17.0.18/32 -> 10.0.0.255
39202026-08-08T03:01:31.965ZAug 08 03:01:31.044Aug 08 03:01:31.044 INFODEBG adding route 172.17.0.62/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 } }]
39212026-08-08T03:01:31.965Z
39222026-08-08T03:01:31.965ZAug 08 03:01:31.044Aug 08 03:01:31.044 INFODEBG adding route 172.17.0.19/32 -> 10.0.0.255replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39232026-08-08T03:01:31.965Z
39242026-08-08T03:01:31.965ZAug 08 03:01:31.044Aug 08 03:01:31.044 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 } }]failed to allocate space for the new target list
39252026-08-08T03:01:31.965Z
39262026-08-08T03:01:31.965ZAug 08 03:01:31.044Aug 08 03:01:31.044 INFODEBG adding route 172.17.0.20/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
39272026-08-08T03:01:31.965Z
39282026-08-08T03:01:31.965ZAug 08 03:01:31.044 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 } }]
39292026-08-08T03:01:31.965ZAug 08 03:01:31.044 INFO adding route 172.17.0.21/32 -> 10.0.0.255
39302026-08-08T03:01:31.965ZAug 08 03:01:31.044 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 } }]
39312026-08-08T03:01:31.965ZAug 08 03:01:31.044 INFO adding route 172.17.0.22/32 -> 10.0.0.255
39322026-08-08T03:01:31.965ZAug 08 03:01:31.044 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 } }]
39332026-08-08T03:01:31.965ZAug 08 03:01:31.044 INFO adding route 172.17.0.23/32 -> 10.0.0.255
39342026-08-08T03:01:31.965ZAug 08 03:01:31.044 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 } }]
39352026-08-08T03:01:31.965ZAug 08 03:01:31.044 INFO adding route 172.17.0.24/32 -> 10.0.0.255
39362026-08-08T03:01:31.965ZAug 08 03:01:31.044 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 } }]
39372026-08-08T03:01:31.965ZAug 08 03:01:31.044 INFO adding route 172.17.0.25/32 -> 10.0.0.255
39382026-08-08T03:01:31.965ZAug 08 03:01:31.044 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 } }]
39392026-08-08T03:01:31.965ZAug 08 03:01:31.044 INFO adding route 172.17.0.26/32 -> 10.0.0.255
39402026-08-08T03:01:31.965ZAug 08 03:01:31.044 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 } }]
39412026-08-08T03:01:31.965Z
39422026-08-08T03:01:31.965ZAug 08 03:01:31.044 INFO adding route 172.17.0.27/32 -> 10.0.0.255
39432026-08-08T03:01:31.965Zrunning 0 tests
39442026-08-08T03:01:31.965ZAug 08 03:01:31.044 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 } }]
39452026-08-08T03:01:31.965ZAug 08 03:01:31.044 INFO adding route 172.17.0.28/32 -> 10.0.0.255
39462026-08-08T03:01:31.965ZAug 08 03:01:31.044 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 } }]
39472026-08-08T03:01:31.966Z
39482026-08-08T03:01:31.966ZAug 08 03:01:31.044 INFO adding route 172.17.0.29/32 -> 10.0.0.255
39492026-08-08T03:01:31.966Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39502026-08-08T03:01:31.966ZAug 08 03:01:31.044 DEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39512026-08-08T03:01:31.966Z
39522026-08-08T03:01:31.966ZAug 08 03:01:31.044 INFO adding route 172.17.0.30/32 -> 10.0.0.255
39532026-08-08T03:01:31.966ZAug 08 03:01:31.044 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 } }]
39542026-08-08T03:01:31.966ZAug 08 03:01:31.044 INFO adding route 172.17.0.31/32 -> 10.0.0.255
39552026-08-08T03:01:31.966ZAug 08 03:01:31.044 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 } }]
39562026-08-08T03:01:31.966ZAug 08 03:01:31.044 INFO adding route 172.17.0.32/32 -> 10.0.0.255
39572026-08-08T03:01:31.966ZAug 08 03:01:31.044 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 } }]
39582026-08-08T03:01:31.966ZAug 08 03:01:31.044 INFO adding route 172.17.0.33/32 -> 10.0.0.255
39592026-08-08T03:01:31.966ZAug 08 03:01:31.044 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 } }]
39602026-08-08T03:01:31.966ZAug 08 03:01:31.044 INFO adding route 172.17.0.34/32 -> 10.0.0.255
39612026-08-08T03:01:31.966ZAug 08 03:01:31.044 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 } }]
39622026-08-08T03:01:31.966ZAug 08 03:01:31.044 INFO adding route 172.17.0.35/32 -> 10.0.0.255
39632026-08-08T03:01:31.966ZAug 08 03:01:31.044 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 } }]
39642026-08-08T03:01:31.966ZAug 08 03:01:31.044 INFO adding route 172.17.0.36/32 -> 10.0.0.255
39652026-08-08T03:01:31.966ZAug 08 03:01:31.044 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 } }]
39662026-08-08T03:01:31.966ZAug 08 03:01:31.044 INFO adding route 172.17.0.37/32 -> 10.0.0.255
39672026-08-08T03:01:31.966ZAug 08 03:01:31.044 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 } }]
39682026-08-08T03:01:31.966ZAug 08 03:01:31.044 INFO adding route 172.17.0.38/32 -> 10.0.0.255
39692026-08-08T03:01:31.966ZAug 08 03:01:31.044 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 } }]
39702026-08-08T03:01:31.966ZAug 08 03:01:31.044 INFO adding route 172.17.0.39/32 -> 10.0.0.255
39712026-08-08T03:01:31.966ZAug 08 03:01:31.044 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 } }]
39722026-08-08T03:01:31.966ZAug 08 03:01:31.044 INFO adding route 172.17.0.40/32 -> 10.0.0.255
39732026-08-08T03:01:31.966ZAug 08 03:01:31.044 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 } }]
39742026-08-08T03:01:31.966ZAug 08 03:01:31.044 INFO adding route 172.17.0.41/32 -> 10.0.0.255
39752026-08-08T03:01:31.966ZAug 08 03:01:31.044 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 } }]
39762026-08-08T03:01:31.966ZAug 08 03:01:31.045 INFO adding route 172.17.0.42/32 -> 10.0.0.255
39772026-08-08T03:01:31.966ZAug 08 03:01:31.045 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 } }]
39782026-08-08T03:01:31.966ZAug 08 03:01:31.045 INFO adding route 172.17.0.43/32 -> 10.0.0.255
39792026-08-08T03:01:31.966ZAug 08 03:01:31.045 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 } }]
39802026-08-08T03:01:31.966ZAug 08 03:01:31.045 INFO adding route 172.17.0.44/32 -> 10.0.0.255
39812026-08-08T03:01:31.966ZAug 08 03:01:31.045 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 } }]
39822026-08-08T03:01:31.966ZAug 08 03:01:31.045 INFO adding route 172.17.0.45/32 -> 10.0.0.255
39832026-08-08T03:01:31.966ZAug 08 03:01:31.045 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 } }]
39842026-08-08T03:01:31.970ZAug 08 03:01:31.045 INFO adding route 172.17.0.46/32 -> 10.0.0.255
39852026-08-08T03:01:31.970ZAug 08 03:01:31.045 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 } }]
39862026-08-08T03:01:31.970ZAug 08 03:01:31.045 INFO adding route 172.17.0.47/32 -> 10.0.0.255
39872026-08-08T03:01:31.970ZAug 08 03:01:31.045 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 } }]
39882026-08-08T03:01:31.970ZAug 08 03:01:31.045 INFO adding route 172.17.0.48/32 -> 10.0.0.255
39892026-08-08T03:01:31.970ZAug 08 03:01:31.045 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 } }]
39902026-08-08T03:01:31.970ZAug 08 03:01:31.045 INFO adding route 172.17.0.49/32 -> 10.0.0.255
39912026-08-08T03:01:31.970ZAug 08 03:01:31.045 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 } }]
39922026-08-08T03:01:31.970ZAug 08 03:01:31.045 INFO adding route 172.17.0.50/32 -> 10.0.0.255
39932026-08-08T03:01:31.970ZAug 08 03:01:31.045 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 } }]
39942026-08-08T03:01:31.970ZAug 08 03:01:31.045 INFO adding route 172.17.0.51/32 -> 10.0.0.255
39952026-08-08T03:01:31.970ZAug 08 03:01:31.045 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 } }]
39962026-08-08T03:01:31.970ZAug 08 03:01:31.045 INFO adding route 172.17.0.52/32 -> 10.0.0.255
39972026-08-08T03:01:31.970ZAug 08 03:01:31.045 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 } }]
39982026-08-08T03:01:31.970ZAug 08 03:01:31.045 INFO adding route 172.17.0.53/32 -> 10.0.0.255
39992026-08-08T03:01:31.970ZAug 08 03:01:31.045 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 } }]
40002026-08-08T03:01:31.970ZAug 08 03:01:31.045 INFO adding route 172.17.0.54/32 -> 10.0.0.255
40012026-08-08T03:01:31.971ZAug 08 03:01:31.045 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 } }]
40022026-08-08T03:01:31.971ZAug 08 03:01:31.045 INFO adding route 172.17.0.55/32 -> 10.0.0.255
40032026-08-08T03:01:31.971ZAug 08 03:01:31.045 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 } }]
40042026-08-08T03:01:31.971ZAug 08 03:01:31.045 INFO adding route 172.17.0.56/32 -> 10.0.0.255
40052026-08-08T03:01:31.971ZAug 08 03:01:31.045 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 } }]
40062026-08-08T03:01:31.971ZAug 08 03:01:31.045 INFO adding route 172.17.0.57/32 -> 10.0.0.255
40072026-08-08T03:01:31.971ZAug 08 03:01:31.045 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 } }]
40082026-08-08T03:01:31.971ZAug 08 03:01:31.045 INFO adding route 172.17.0.58/32 -> 10.0.0.255
40092026-08-08T03:01:31.971ZAug 08 03:01:31.045 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 } }]
40102026-08-08T03:01:31.971ZAug 08 03:01:31.045 INFO adding route 172.17.0.59/32 -> 10.0.0.255
40112026-08-08T03:01:31.971ZAug 08 03:01:31.045 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 } }]
40122026-08-08T03:01:31.971ZAug 08 03:01:31.045 INFO adding route 172.17.0.60/32 -> 10.0.0.255
40132026-08-08T03:01:31.971ZAug 08 03:01:31.045 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 } }]
40142026-08-08T03:01:31.971ZAug 08 03:01:31.045 DEBG failed to allocate space for the new target list
40152026-08-08T03:01:31.971ZAug 08 03:01:31.045 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 } }]
40162026-08-08T03:01:31.971Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-9a5ae64985c3e580)
40172026-08-08T03:01:31.971Z Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024)
40182026-08-08T03:01:31.971Z
40192026-08-08T03:01:31.971Zrunning 0 tests
40202026-08-08T03:01:31.971Z
40212026-08-08T03:01:31.971Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40222026-08-08T03:01:31.971Z
40232026-08-08T03:01:31.971Z Running unittests src/lib.rs (target/debug/deps/dpd_client-a0641429f08c43c9)
40242026-08-08T03:01:31.971Z
40252026-08-08T03:01:31.971Zrunning 6 tests
40262026-08-08T03:01:31.971Ztest tests::test_full_lot_id_neither_present ... ok
40272026-08-08T03:01:31.971Ztest tests::test_full_lot_id_lotnum_only ... ok
40282026-08-08T03:01:31.971Ztest tests::test_port_id_cmp ... ok
40292026-08-08T03:01:31.971Ztest tests::test_full_lot_id_both_present ... ok
40302026-08-08T03:01:31.971Ztest tests::test_full_lot_id_lot_only ... ok
40312026-08-08T03:01:31.971Ztest tests::test_parse_client_port_id ... ok
40322026-08-08T03:01:31.971Z
40332026-08-08T03:01:31.971Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40342026-08-08T03:01:31.971Z
40352026-08-08T03:01:31.971Z Running tests/test_all.rs (target/debug/deps/test_all-a549e29c96051256)
40362026-08-08T03:01:31.971Z
40372026-08-08T03:01:31.971Zrunning 0 tests
40382026-08-08T03:01:31.971Z
40392026-08-08T03:01:31.972Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40402026-08-08T03:01:31.972Z
40412026-08-08T03:01:31.972Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21)
40422026-08-08T03:01:31.972Z
40432026-08-08T03:01:31.972Zrunning 0 tests
40442026-08-08T03:01:31.972Z
40452026-08-08T03:01:31.972Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40462026-08-08T03:01:31.972Z
40472026-08-08T03:01:31.972Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62)
40482026-08-08T03:01:31.972Z
40492026-08-08T03:01:31.972Zrunning 0 tests
40502026-08-08T03:01:31.972Z
40512026-08-08T03:01:31.972Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40522026-08-08T03:01:31.972Z
40532026-08-08T03:01:31.972Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
40542026-08-08T03:01:31.972Z
40552026-08-08T03:01:31.972Zrunning 12 tests
40562026-08-08T03:01:31.972Ztest icmp::test_v6_checksum ... ok
40572026-08-08T03:01:31.972Ztest lldp::test_lldp_parse ... ok
40582026-08-08T03:01:31.972Ztest icmp::test_v4_checksum ... ok
40592026-08-08T03:01:31.972Ztest pbuf::test_byte ... ok
40602026-08-08T03:01:31.972Ztest ipv6::test_ipv6_parse ... ok
40612026-08-08T03:01:31.972Ztest pbuf::test_nibble ... ok
40622026-08-08T03:01:31.972Ztest pbuf::test_overflow ... ok
40632026-08-08T03:01:31.972Ztest pbuf::test_short ... ok
40642026-08-08T03:01:31.972Ztest pbuf::test_twelve ... ok
40652026-08-08T03:01:31.972Ztest pbuf::test_word ... ok
40662026-08-08T03:01:31.972Ztest tcp::test_checksum_syn_nodata ... ok
40672026-08-08T03:01:31.972Ztest tcp::test_checksum_ack_data ... ok
40682026-08-08T03:01:31.972Z
40692026-08-08T03:01:31.972Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40702026-08-08T03:01:31.972Z
40712026-08-08T03:01:31.972Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
40722026-08-08T03:01:31.972Z
40732026-08-08T03:01:31.972Zrunning 0 tests
40742026-08-08T03:01:31.972Z
40752026-08-08T03:01:31.972Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40762026-08-08T03:01:31.972Z
40772026-08-08T03:01:31.972Z Running unittests src/main.rs (target/debug/deps/swadm-c74741c7ac57aafc)
40782026-08-08T03:01:31.973Z
40792026-08-08T03:01:31.973Zrunning 5 tests
40802026-08-08T03:01:31.973Ztest switchport::test::test_compute_lanes ... ok
40812026-08-08T03:01:31.973Ztest switchport::test::port_id_ordering ... ok
40822026-08-08T03:01:31.973Z Lane 0 Lane 1 Lane 2 Lane 0 Lane 3
40832026-08-08T03:01:31.973ZLane 1 Rx Loss-of-lock: Yes YesLane 2 Lane 3Yes
40842026-08-08T03:01:31.976Z Yes State: Activated
40852026-08-08T03:01:31.976Z Rx Loss-of-signal: YesActivated YesActivated YesActivated
40862026-08-08T03:01:31.976ZYes
40872026-08-08T03:01:31.976Z Rx Output Enabled: false Rx CDR Enabled: Yes false Yes false Yesfalse
40882026-08-08T03:01:31.976ZYes
40892026-08-08T03:01:31.976Z Rx Output Status: valid Tx Enabled: Yesvalid Yesvalid Yesvalid
40902026-08-08T03:01:31.976Z Rx Loss-of-lock: trueYes
40912026-08-08T03:01:31.976Ztrue Tx Loss-of-lock: No true Notrue
40922026-08-08T03:01:31.976Z Rx Loss-of-signal: falseNo Nofalse
40932026-08-08T03:01:31.976Z false Tx Loss-of-signal: No false
40942026-08-08T03:01:31.976ZNoRx Auto-squelch Disable: true trueNo No
40952026-08-08T03:01:31.976Ztrue Tx CDR Enabled: No trueNo
40962026-08-08T03:01:31.976ZNo Tx Output Enabled: true No
40972026-08-08T03:01:31.976Ztrue Tx Adaptive EQ Fault: No trueNo trueNo
40982026-08-08T03:01:31.976Z No
40992026-08-08T03:01:31.976Z Tx Output Status: invalid Tx Fault: Yesinvalid Yes invalid Yesinvalid
41002026-08-08T03:01:31.976ZYes
41012026-08-08T03:01:31.976Z Tx Loss-of-lock: false false false false
41022026-08-08T03:01:31.976Z Tx Loss-of-signal: true true true true
41032026-08-08T03:01:31.977ZTx Auto-squelch Disable: false false false false
41042026-08-08T03:01:31.977Z Tx Adaptive EQ Fail: true true true true
41052026-08-08T03:01:31.977Z Tx Failure: false false false false
41062026-08-08T03:01:31.977Z Tx Force Squelch: true true true true
41072026-08-08T03:01:31.977Z Tx Input Polarity: normal normal normal normal
41082026-08-08T03:01:31.977Ztest switchport::test::test_print_sff_datapath ... ok
41092026-08-08T03:01:31.977Ztest switchport::test::test_print_cmis_datapath ... ok
41102026-08-08T03:01:31.977Ztest link::test_filter ... ok
41112026-08-08T03:01:31.977Z
41122026-08-08T03:01:31.977Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41132026-08-08T03:01:31.977Z
41142026-08-08T03:01:31.977Z Running tests/counters.rs (target/debug/deps/counters-4982a5354f1e9ae7)
41152026-08-08T03:01:31.977Z
41162026-08-08T03:01:31.977Zrunning 1 test
41172026-08-08T03:01:31.977Ztest test_p4_counter_list ... ignored
41182026-08-08T03:01:31.977Z
41192026-08-08T03:01:31.977Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
41202026-08-08T03:01:31.977Z
41212026-08-08T03:01:31.977Z Running tests/port-link.rs (target/debug/deps/port_link-13c02bc02f8aab43)
41222026-08-08T03:01:31.977Z
41232026-08-08T03:01:31.977Zrunning 5 tests
41242026-08-08T03:01:31.977Ztest test_an ... ignored
41252026-08-08T03:01:31.977Ztest test_enable ... ignored
41262026-08-08T03:01:31.977Ztest test_ip_addresses ... ignored
41272026-08-08T03:01:31.977Ztest test_kr ... ignored
41282026-08-08T03:01:31.977Ztest test_mac ... ignored
41292026-08-08T03:01:31.977Z
41302026-08-08T03:01:31.977Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
41312026-08-08T03:01:31.977Z
41322026-08-08T03:01:31.977Z Running unittests src/main.rs (target/debug/deps/tfportd-c2bdb70bfbc0b426)
41332026-08-08T03:01:31.977Z
41342026-08-08T03:01:31.977Zrunning 3 tests
41352026-08-08T03:01:31.977Ztest linklocal::test_parse_ipadm ... ok
41362026-08-08T03:01:31.977Ztest tfport::test_parse_tfport ... ok
41372026-08-08T03:01:31.977Ztest config::tests::test_updates ... ok
41382026-08-08T03:01:31.977Z
41392026-08-08T03:01:31.977Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41402026-08-08T03:01:31.977Z
41412026-08-08T03:01:31.977Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
41422026-08-08T03:01:31.978Z
41432026-08-08T03:01:31.978Zrunning 0 tests
41442026-08-08T03:01:31.978Z
41452026-08-08T03:01:31.978Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41462026-08-08T03:01:31.978Z
41472026-08-08T03:01:31.978Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
41482026-08-08T03:01:31.978Z
41492026-08-08T03:01:31.978Zrunning 0 tests
41502026-08-08T03:01:31.978Z
41512026-08-08T03:01:31.978Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41522026-08-08T03:01:31.978Z
41532026-08-08T03:01:31.978Z Doc-tests aal
41542026-08-08T03:01:32.103Z
41552026-08-08T03:01:32.103Zrunning 0 tests
41562026-08-08T03:01:32.103Z
41572026-08-08T03:01:32.103Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41582026-08-08T03:01:32.103Z
41592026-08-08T03:01:32.118Z Doc-tests aal_macros
41602026-08-08T03:01:32.186Z
41612026-08-08T03:01:32.186Zrunning 0 tests
41622026-08-08T03:01:32.186Z
41632026-08-08T03:01:32.186Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41642026-08-08T03:01:32.186Z
41652026-08-08T03:01:32.197Z Doc-tests common
41662026-08-08T03:01:32.429Z
41672026-08-08T03:01:32.430Zrunning 0 tests
41682026-08-08T03:01:32.430Z
41692026-08-08T03:01:32.430Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41702026-08-08T03:01:32.430Z
41712026-08-08T03:01:32.449Z Doc-tests dpd_api
41722026-08-08T03:01:33.185Z
41732026-08-08T03:01:33.185Zrunning 2 tests
41742026-08-08T03:01:33.185Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
41752026-08-08T03:01:33.185Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
41762026-08-08T03:01:33.185Z
41772026-08-08T03:01:33.185Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
41782026-08-08T03:01:33.186Z
41792026-08-08T03:01:33.215Z Doc-tests dpd_client
41802026-08-08T03:01:34.489Z
41812026-08-08T03:01:34.489Zrunning 0 tests
41822026-08-08T03:01:34.489Z
41832026-08-08T03:01:34.489Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41842026-08-08T03:01:34.490Z
41852026-08-08T03:01:34.532Z Doc-tests dpd_types
41862026-08-08T03:01:34.743Z
41872026-08-08T03:01:34.743Zrunning 0 tests
41882026-08-08T03:01:34.743Z
41892026-08-08T03:01:34.743Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41902026-08-08T03:01:34.743Z
41912026-08-08T03:01:34.768Z Doc-tests dpd_types_versions
41922026-08-08T03:01:35.972Z
41932026-08-08T03:01:35.972Zrunning 1 test
41942026-08-08T03:01:35.972Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
41952026-08-08T03:01:35.972Z
41962026-08-08T03:01:35.972Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
41972026-08-08T03:01:35.973Z
41982026-08-08T03:01:36.014Z Doc-tests packet
41992026-08-08T03:01:36.127Z
42002026-08-08T03:01:36.127Zrunning 0 tests
42012026-08-08T03:01:36.127Z
42022026-08-08T03:01:36.127Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42032026-08-08T03:01:36.127Z
42042026-08-08T03:01:36.142Z Doc-tests pcap
42052026-08-08T03:01:36.194Z
42062026-08-08T03:01:36.194Zrunning 0 tests
42072026-08-08T03:01:36.194Z
42082026-08-08T03:01:36.194Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42092026-08-08T03:01:36.194Z
42102026-08-08T03:01:36.262Z+ for feat in tofino_stub tofino_asic softnpu chaos
42112026-08-08T03:01:36.262Z+ RUST_BACKTRACE=full
42122026-08-08T03:01:36.262Z+ cargo test --features tofino_asic --no-fail-fast
42132026-08-08T03:01:36.876Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
42142026-08-08T03:01:36.956Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
42152026-08-08T03:01:36.962Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
42162026-08-08T03:01:36.969Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
42172026-08-08T03:01:45.514Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
42182026-08-08T03:01:46.217Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
42192026-08-08T03:02:26.458Z Finished `test` profile [unoptimized + debuginfo] target(s) in 50.18s
42202026-08-08T03:02:26.579Z Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e)
42212026-08-08T03:02:26.583Z
42222026-08-08T03:02:26.583Zrunning 5 tests
42232026-08-08T03:02:26.583Ztest fuse::tests::chip_revision_b0 ... ok
42242026-08-08T03:02:26.583Ztest fuse::tests::chip_revision_b1 ... ok
42252026-08-08T03:02:26.583Ztest fuse::tests::chip_revision_unknown_device_id ... ok
42262026-08-08T03:02:26.583Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
42272026-08-08T03:02:26.583Ztest fuse::tests::chip_revision_a0 ... ok
42282026-08-08T03:02:26.583Z
42292026-08-08T03:02:26.583Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42302026-08-08T03:02:26.583Z
42312026-08-08T03:02:26.586Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
42322026-08-08T03:02:26.587Z
42332026-08-08T03:02:26.587Zrunning 0 tests
42342026-08-08T03:02:26.587Z
42352026-08-08T03:02:26.587Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42362026-08-08T03:02:26.587Z
42372026-08-08T03:02:26.587Z Running unittests src/lib.rs (target/debug/deps/asic-7fbe7810b219c0c1)
42382026-08-08T03:02:26.691Z
42392026-08-08T03:02:26.691Zrunning 8 tests
42402026-08-08T03:02:26.694Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
42412026-08-08T03:02:26.694Ztest tofino_asic::qsfp::tests::fix_link ... ok
42422026-08-08T03:02:26.694Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
42432026-08-08T03:02:26.694Ztest tofino_asic::stats::constants_sanity_check ... ok
42442026-08-08T03:02:26.694Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
42452026-08-08T03:02:26.694Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
42462026-08-08T03:02:26.701Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
42472026-08-08T03:02:27.192Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
42482026-08-08T03:02:27.192Z
42492026-08-08T03:02:27.192Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
42502026-08-08T03:02:27.193Z
42512026-08-08T03:02:27.202Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
42522026-08-08T03:02:27.206Z
42532026-08-08T03:02:27.206Zrunning 10 tests
42542026-08-08T03:02:27.206Ztest network::tests::test_eui64 ... ok
42552026-08-08T03:02:27.206Ztest nat::tests::test_vni ... ok
42562026-08-08T03:02:27.206Ztest network::tests::test_generate_ipv6_link_local ... ok
42572026-08-08T03:02:27.206Ztest network::tests::test_equal ... ok
42582026-08-08T03:02:27.206Ztest network::tests::test_into ... ok
42592026-08-08T03:02:27.206Ztest network::tests::test_not_equal ... ok
42602026-08-08T03:02:27.206Ztest network::tests::test_parse ... ok
42612026-08-08T03:02:27.206Ztest network::tests::test_to_string ... ok
42622026-08-08T03:02:27.206Ztest test_purge ... ok
42632026-08-08T03:02:27.209Ztest illumos::test::address_exists_handles_missing_object ... ok
42642026-08-08T03:02:27.209Z
42652026-08-08T03:02:27.209Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42662026-08-08T03:02:27.209Z
42672026-08-08T03:02:27.210Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef)
42682026-08-08T03:02:27.213Z
42692026-08-08T03:02:27.213Zrunning 1 test
42702026-08-08T03:02:27.216Z -------
42712026-08-08T03:02:27.216Z Generating OpenAPI documents from API definitions ...
42722026-08-08T03:02:27.355Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
42732026-08-08T03:02:27.423Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
42742026-08-08T03:02:28.408Z -------
42752026-08-08T03:02:28.408Z Checking 12 OpenAPI documents...
42762026-08-08T03:02:28.409Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
42772026-08-08T03:02:28.409Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
42782026-08-08T03:02:28.409Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
42792026-08-08T03:02:28.412Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
42802026-08-08T03:02:28.412Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
42812026-08-08T03:02:28.412Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
42822026-08-08T03:02:28.412Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
42832026-08-08T03:02:28.412Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
42842026-08-08T03:02:28.412Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
42852026-08-08T03:02:28.412Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
42862026-08-08T03:02:28.412Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
42872026-08-08T03:02:28.412Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
42882026-08-08T03:02:28.412Z Fresh dpd "latest" symlink
42892026-08-08T03:02:28.412Z -------
42902026-08-08T03:02:28.412Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
42912026-08-08T03:02:28.467Ztest test::test_apis_up_to_date ... ok
42922026-08-08T03:02:28.467Z
42932026-08-08T03:02:28.470Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.25s
42942026-08-08T03:02:28.470Z
42952026-08-08T03:02:28.524Z Running unittests src/main.rs (target/debug/deps/dpd-a748305040c3fc1b)
42962026-08-08T03:02:28.588Z
42972026-08-08T03:02:28.588Zrunning 66 tests
42982026-08-08T03:02:28.591Ztest freemap::test_ordering ... ok
42992026-08-08T03:02:28.591Ztest config::tests::test_updates ... ok
43002026-08-08T03:02:28.591Ztest dhcpv6::tests::test_create_duid_bytes ... ok
43012026-08-08T03:02:28.591Ztest freemap::test_split ... ok
43022026-08-08T03:02:28.595Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
43032026-08-08T03:02:28.596Ztest macaddrs::tests::test_mac_offset ... ok
43042026-08-08T03:02:28.596ZAug 08 03:02:27.705 DEBG Aug 08 03:02:27.705 DEBG created new freemapcreated new freemap, unit: Aug 08 03:02:27.705freemap_test DEBG created new freemap,
43052026-08-08T03:02:28.596Zunit: freemap_test,
43062026-08-08T03:02:28.596Zunit: freemap_test
43072026-08-08T03:02:28.596ZAug 08 03:02:27.705 DEBG initted freemap. size: 128, unitAug 08 03:02:27.705:Aug 08 03:02:27.705 freemap_testDEBG
43082026-08-08T03:02:28.596Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
43092026-08-08T03:02:28.596Z DEBGinitted freemap. size: 128 , initted freemap. size: 128unitAug 08 03:02:27.705, :unit :freemap_test
43102026-08-08T03:02:28.596ZDEBGfreemap_test
43112026-08-08T03:02:28.596Zreset freemap, unit:Aug 08 03:02:27.705 Aug 08 03:02:27.705 freemap_test DEBG
43122026-08-08T03:02:28.596Z DEBGreset freemap , reset freemapunit, :unit :freemap_test
43132026-08-08T03:02:28.596Zfreemap_test
43142026-08-08T03:02:28.596ZAug 08 03:02:27.705 DEBG created new freemap, unit: freemap_test
43152026-08-08T03:02:28.596ZAug 08 03:02:27.705 DEBG initted freemap. size: 8, unit: freemap_test
43162026-08-08T03:02:28.596ZAug 08 03:02:27.705 DEBG reset freemap, unit: freemap_test
43172026-08-08T03:02:28.596Ztest macaddrs::tests::test_parse_port_id ... ok
43182026-08-08T03:02:28.596ZAug 08 03:02:27.706 DEBG created new freemap, unit: freemap_test
43192026-08-08T03:02:28.596ZAug 08 03:02:27.706 DEBG initted freemap. size: 128, unit: freemap_test
43202026-08-08T03:02:28.596ZAug 08 03:02:27.706 DEBG reset freemap, unit: freemap_test
43212026-08-08T03:02:28.596Ztest freemap::test_basic ... ok
43222026-08-08T03:02:28.596Ztest freemap::test_exhaustion ... ok
43232026-08-08T03:02:28.596Ztest freemap::test_free ... ok
43242026-08-08T03:02:28.596Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
43252026-08-08T03:02:28.596Ztest freemap::test_reclaim ... ok
43262026-08-08T03:02:28.596Ztest nat::test_mapping ... ok
43272026-08-08T03:02:28.596Ztest port_map::tests::test_backplane_group ... ok
43282026-08-08T03:02:28.596Ztest port_map::tests::test_port_map ... ok
43292026-08-08T03:02:28.596Ztest port_map::tests::dump_map ... ok
43302026-08-08T03:02:28.596ZAug 08 03:02:27.706 DEBG created new freemap, unit: freemap_test
43312026-08-08T03:02:28.596ZAug 08 03:02:27.706 DEBG initted freemap. size: 128, unit: freemap_test
43322026-08-08T03:02:28.596ZAug 08 03:02:27.707 DEBG reset freemap, unit: freemap_test
43332026-08-08T03:02:28.596Ztest freemap::test_span ... ok
43342026-08-08T03:02:28.596ZAug 08 03:02:27.707 DEBG Aug 08 03:02:27.707created new freemap , DEBGunit :created new freemap freemap_route_ipv4,
43352026-08-08T03:02:28.596Zunit: freemap_route_ipv4Aug 08 03:02:27.707
43362026-08-08T03:02:28.596Z DEBG created new freemap, unit: freemap_route_ipv6
43372026-08-08T03:02:28.596ZAug 08 03:02:27.707Aug 08 03:02:27.707 DEBGDEBG initted freemap. size: 64created new freemap, Aug 08 03:02:27.707, unitunit :DEBG freemap_route_ipv4:
43382026-08-08T03:02:28.596Z created new freemapfreemap_route_ipv6
43392026-08-08T03:02:28.596Z, Aug 08 03:02:27.707unit :DEBG Aug 08 03:02:27.707freemap_route_ipv4
43402026-08-08T03:02:28.597ZDEBGreset freemap initted freemap. size: 64, , unitunit:: Aug 08 03:02:27.707 freemap_route_ipv4freemap_route_ipv4
43412026-08-08T03:02:28.597Z
43422026-08-08T03:02:28.597ZDEBG created new freemap, Aug 08 03:02:27.707Aug 08 03:02:27.707unit : DEBGDEBG initted freemap. size: 64reset freemap, , freemap_route_ipv6unit
43432026-08-08T03:02:28.597Z: unitfreemap_route_ipv6:
43442026-08-08T03:02:28.597Z freemap_route_ipv4Aug 08 03:02:27.707
43452026-08-08T03:02:28.597Z DEBGAug 08 03:02:27.707 initted freemap. size: 64Aug 08 03:02:27.707DEBG , DEBGunitreset freemap , :initted freemap. size: 64unit :freemap_route_ipv4
43462026-08-08T03:02:28.597Zfreemap_route_ipv6,
43472026-08-08T03:02:28.597Zunit: freemap_route_ipv6Aug 08 03:02:27.707
43482026-08-08T03:02:28.597Z Aug 08 03:02:27.707DEBG INFOreset freemap , adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 08 03:02:27.707
43492026-08-08T03:02:28.597Z DEBGunit :reset freemap , freemap_route_ipv4unit
43502026-08-08T03:02:28.597ZAug 08 03:02:27.707: DEBGfreemap_route_ipv6
43512026-08-08T03:02:28.597Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 08 03:02:27.707
43522026-08-08T03:02:28.597Z DEBGAug 08 03:02:27.707 initted freemap. size: 64Aug 08 03:02:27.707, INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1unit
43532026-08-08T03:02:28.597Z :adding route 3fff:dead::/64 -> 2001:db8::55:2
43542026-08-08T03:02:28.597Zfreemap_route_ipv6
43552026-08-08T03:02:28.597ZAug 08 03:02:27.707 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 08 03:02:27.707
43562026-08-08T03:02:28.597Z DEBG reset freemap, Aug 08 03:02:27.707unit :INFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:2
43572026-08-08T03:02:28.597Z
43582026-08-08T03:02:28.597ZAug 08 03:02:27.707 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
43592026-08-08T03:02:28.597ZAug 08 03:02:27.707 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 } }]
43602026-08-08T03:02:28.597ZAug 08 03:02:27.707 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
43612026-08-08T03:02:28.597ZAug 08 03:02:27.707 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 } }]
43622026-08-08T03:02:28.597ZAug 08 03:02:27.707 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
43632026-08-08T03:02:28.597ZAug 08 03:02:27.707 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 } }]
43642026-08-08T03:02:28.597ZAug 08 03:02:27.707 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
43652026-08-08T03:02:28.597ZAug 08 03:02:27.707 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 } }]
43662026-08-08T03:02:28.597ZAug 08 03:02:27.707 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
43672026-08-08T03:02:28.597ZAug 08 03:02:27.707 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 } }]
43682026-08-08T03:02:28.597ZAug 08 03:02:27.707 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
43692026-08-08T03:02:28.597ZAug 08 03:02:27.707 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 } }]
43702026-08-08T03:02:28.597ZAug 08 03:02:27.707 INFO Aug 08 03:02:27.707adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
43712026-08-08T03:02:28.597ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 08 03:02:27.707
43722026-08-08T03:02:28.597Z 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 } }]
43732026-08-08T03:02:28.597ZAug 08 03:02:27.707 Aug 08 03:02:27.707INFO INFOadding route 3fff:beef::/64 -> 2001:db8::55:ff
43742026-08-08T03:02:28.597Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
43752026-08-08T03:02:28.597ZAug 08 03:02:27.707 Aug 08 03:02:27.707DEBG 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 } }]
43762026-08-08T03:02:28.597Zreplacing 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 } }]
43772026-08-08T03:02:28.597ZAug 08 03:02:27.707Aug 08 03:02:27.707 INFOINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
43782026-08-08T03:02:28.597Z
43792026-08-08T03:02:28.598ZAug 08 03:02:27.707Aug 08 03:02:27.707 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: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-08T03:02:28.598Z
43812026-08-08T03:02:28.598ZAug 08 03:02:27.707Aug 08 03:02:27.707 INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
43822026-08-08T03:02:28.598Z
43832026-08-08T03:02:28.598ZAug 08 03:02:27.707Aug 08 03:02:27.707 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: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-08T03:02:28.598Z
43852026-08-08T03:02:28.598ZAug 08 03:02:27.707Aug 08 03:02:27.707 INFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
43862026-08-08T03:02:28.598Z
43872026-08-08T03:02:28.598ZAug 08 03:02:27.707Aug 08 03:02:27.707 DEBGDEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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-08T03:02:28.598Z
43892026-08-08T03:02:28.598ZAug 08 03:02:27.707Aug 08 03:02:27.707 INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
43902026-08-08T03:02:28.598Z
43912026-08-08T03:02:28.598ZAug 08 03:02:27.707Aug 08 03:02:27.707 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: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 } }]
43922026-08-08T03:02:28.598Z
43932026-08-08T03:02:28.598ZAug 08 03:02:27.707Aug 08 03:02:27.707 INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
43942026-08-08T03:02:28.598Z
43952026-08-08T03:02:28.598ZAug 08 03:02:27.707Aug 08 03:02:27.707 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: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 } }]
43962026-08-08T03:02:28.598Z
43972026-08-08T03:02:28.598ZAug 08 03:02:27.707Aug 08 03:02:27.707 INFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
43982026-08-08T03:02:28.598Z
43992026-08-08T03:02:28.598ZAug 08 03:02:27.707Aug 08 03:02:27.707 DEBGDEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
44002026-08-08T03:02:28.598Z
44012026-08-08T03:02:28.598ZAug 08 03:02:27.707Aug 08 03:02:27.707 INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
44022026-08-08T03:02:28.602Z
44032026-08-08T03:02:28.602ZAug 08 03:02:27.707Aug 08 03:02:27.707 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:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44042026-08-08T03:02:28.602Z
44052026-08-08T03:02:28.602ZAug 08 03:02:27.707Aug 08 03:02:27.707 INFOINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
44062026-08-08T03:02:28.602Z
44072026-08-08T03:02:28.602Ztest api_server::tests::test_build_info ... ok
44082026-08-08T03:02:28.602ZAug 08 03:02:27.707Aug 08 03:02:27.707 DEBGAug 08 03:02:27.707 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 } }]
44092026-08-08T03:02:28.602ZAug 08 03:02:27.707 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
44102026-08-08T03:02:28.602ZAug 08 03:02:27.707 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 } }]DEBG
44112026-08-08T03:02:28.602Z replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:02:27.707
44122026-08-08T03:02:28.602Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
44132026-08-08T03:02:28.602ZAug 08 03:02:27.707 Aug 08 03:02:27.707DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
44142026-08-08T03:02:28.602Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
44152026-08-08T03:02:28.602Ztest port_map::tests::parse_softnpu_revision ... ok
44162026-08-08T03:02:28.602ZAug 08 03:02:27.707Aug 08 03:02:27.707 INFODEBG adding route 3fff:beef::/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 } }]
44172026-08-08T03:02:28.602Z
44182026-08-08T03:02:28.602Zreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44192026-08-08T03:02:28.602ZAug 08 03:02:27.707 Aug 08 03:02:27.707DEBG INFOAug 08 03:02:27.707replacing 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 } }]
44202026-08-08T03:02:28.602Z INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
44212026-08-08T03:02:28.602Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
44222026-08-08T03:02:28.602ZAug 08 03:02:27.707 Aug 08 03:02:27.707Aug 08 03:02:27.707 Aug 08 03:02:27.707DEBG INFODEBG 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
44232026-08-08T03:02:28.602Zcreated new freemapadding route 3fff:beef:1::/64 -> 2001:db8::55:ff 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 } }],
44242026-08-08T03:02:28.602ZunitAug 08 03:02:27.707 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
44252026-08-08T03:02:28.602ZAug 08 03:02:27.707 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 } }]
44262026-08-08T03:02:28.602ZAug 08 03:02:27.707 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
44272026-08-08T03:02:28.602ZAug 08 03:02:27.707 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 } }]
44282026-08-08T03:02:28.602ZAug 08 03:02:27.707 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
44292026-08-08T03:02:28.602ZAug 08 03:02:27.707 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 } }]
44302026-08-08T03:02:28.602ZAug 08 03:02:27.707 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
44312026-08-08T03:02:28.603ZAug 08 03:02:27.707 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 } }]
44322026-08-08T03:02:28.603ZAug 08 03:02:27.707 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
44332026-08-08T03:02:28.603ZAug 08 03:02:27.707 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 } }]
44342026-08-08T03:02:28.603ZAug 08 03:02:27.707 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
44352026-08-08T03:02:28.603ZAug 08 03:02:27.707 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 } }]
44362026-08-08T03:02:28.603ZAug 08 03:02:27.707 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
44372026-08-08T03:02:28.603ZAug 08 03:02:27.707 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 } }]
44382026-08-08T03:02:28.603ZAug 08 03:02:27.707 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
44392026-08-08T03:02:28.603ZAug 08 03:02:27.707 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 } }]
44402026-08-08T03:02:28.603ZAug 08 03:02:27.707 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
44412026-08-08T03:02:28.603ZAug 08 03:02:27.707 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 } }]
44422026-08-08T03:02:28.603ZAug 08 03:02:27.707 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
44432026-08-08T03:02:28.603ZAug 08 03:02:27.707 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 } }]
44442026-08-08T03:02:28.603ZAug 08 03:02:27.707 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
44452026-08-08T03:02:28.603ZAug 08 03:02:27.707 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 } }]
44462026-08-08T03:02:28.603ZAug 08 03:02:27.707 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
44472026-08-08T03:02:28.603ZAug 08 03:02:27.708 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 } }]
44482026-08-08T03:02:28.603ZAug 08 03:02:27.708 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 08 03:02:27.708
44492026-08-08T03:02:28.603Z INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
44502026-08-08T03:02:28.603ZAug 08 03:02:27.708 DEBG Aug 08 03:02:27.708replacing 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 } }]
44512026-08-08T03:02:28.603Z Aug 08 03:02:27.708 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
44522026-08-08T03:02:28.603ZAug 08 03:02:27.708DEBG 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 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 } }]
44532026-08-08T03:02:28.603Z
44542026-08-08T03:02:28.603ZAug 08 03:02:27.708Aug 08 03:02:27.708 INFOINFO: adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff adding route 3fff:beef:c::/64 -> 2001:db8::55:fffreemap_route_ipv4
44552026-08-08T03:02:28.603Z
44562026-08-08T03:02:28.603Z
44572026-08-08T03:02:28.603ZAug 08 03:02:27.708Aug 08 03:02:27.708 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: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 } }]
44582026-08-08T03:02:28.603Z
44592026-08-08T03:02:28.603ZAug 08 03:02:27.708
44602026-08-08T03:02:28.603Z Aug 08 03:02:27.708Aug 08 03:02:27.708 INFODEBGINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
44612026-08-08T03:02:28.603Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ffcreated new freemap
44622026-08-08T03:02:28.603ZAug 08 03:02:27.708, unitAug 08 03:02:27.708DEBG : 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 freemap_route_ipv6
44632026-08-08T03:02:28.603Zreplacing 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 } }]
44642026-08-08T03:02:28.603ZAug 08 03:02:27.708
44652026-08-08T03:02:28.603Z 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 } }]
44662026-08-08T03:02:28.603ZAug 08 03:02:27.708Aug 08 03:02:27.708Aug 08 03:02:27.708 DEBG INFOAug 08 03:02:27.708initted freemap. size: 64 , INFOunit adding route 3fff:beef:20::/64 -> 2001:db8::55:ff:
44672026-08-08T03:02:28.603Z INFOfreemap_route_ipv4
44682026-08-08T03:02:28.603Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 08 03:02:27.708
44692026-08-08T03:02:28.603Z DEBG
44702026-08-08T03:02:28.604ZAug 08 03:02:27.708 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 08 03:02:27.708
44712026-08-08T03:02:28.604Z reset freemap , DEBGunit :Aug 08 03:02:27.708 Aug 08 03:02:27.708replacing 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 } }]
44722026-08-08T03:02:28.604ZINFOfreemap_route_ipv4
44732026-08-08T03:02:28.604Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
44742026-08-08T03:02:28.604ZAug 08 03:02:27.708DEBG Aug 08 03:02:27.708 replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
44752026-08-08T03:02:28.604Z DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff Aug 08 03:02:27.708replacing 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 } }]
44762026-08-08T03:02:28.604Z
44772026-08-08T03:02:28.604Z DEBG initted freemap. size: 64, Aug 08 03:02:27.708unit Aug 08 03:02:27.708Aug 08 03:02:27.708: INFOINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:fffreemap_route_ipv6
44782026-08-08T03:02:28.604Z
44792026-08-08T03:02:28.604Z
44802026-08-08T03:02:28.604ZDEBG 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 08 03:02:27.708
44812026-08-08T03:02:28.604ZAug 08 03:02:27.708Aug 08 03:02:27.708 DEBGDEBG Aug 08 03:02:27.708DEBG reset freemap , INFOreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]unit
44822026-08-08T03:02:28.604Z:
44832026-08-08T03:02:28.604Z freemap_route_ipv6
44842026-08-08T03:02:28.604Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 08 03:02:27.708
44852026-08-08T03:02:28.604Z Aug 08 03:02:27.708Aug 08 03:02:27.708 INFOINFO Aug 08 03:02:27.708adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO
44862026-08-08T03:02:28.604Z DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
44872026-08-08T03:02:28.604Z adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 08 03:02:27.708
44882026-08-08T03:02:28.604Z DEBG
44892026-08-08T03:02:28.604Zreplacing 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 08 03:02:27.708
44902026-08-08T03:02:28.604Z Aug 08 03:02:27.708DEBG Aug 08 03:02:27.708INFO Aug 08 03:02:27.708replacing 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 } }] INFODEBG
44912026-08-08T03:02:28.604Z 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 } }]
44922026-08-08T03:02:28.604Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
44932026-08-08T03:02:28.604Z
44942026-08-08T03:02:28.604ZAug 08 03:02:27.708Aug 08 03:02:27.708 INFOINFO Aug 08 03:02:27.708adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
44952026-08-08T03:02:28.604Z
44962026-08-08T03:02:28.604ZAug 08 03:02:27.708 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: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 } }]
44972026-08-08T03:02:28.604Z
44982026-08-08T03:02:28.604ZAug 08 03:02:27.708Aug 08 03:02:27.708 DEBGINFOAug 08 03:02:27.708 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 } }]INFOAug 08 03:02:27.708
44992026-08-08T03:02:28.604Z adding route 3fff:beef:25::/64 -> 2001:db8::55:ff adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
45002026-08-08T03:02:28.604Z
45012026-08-08T03:02:28.604ZDEBG 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 08 03:02:27.708
45022026-08-08T03:02:28.608Z Aug 08 03:02:27.708INFO Aug 08 03:02:27.708DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1
45032026-08-08T03:02:28.608ZAug 08 03:02:27.708DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
45042026-08-08T03:02:28.609Z
45052026-08-08T03:02:28.609ZAug 08 03:02:27.708adding route 3fff:beef:6::/64 -> 2001:db8::55:ff DEBG Aug 08 03:02:27.708replacing 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 } }]
45062026-08-08T03:02:28.609Z
45072026-08-08T03:02:28.609ZAug 08 03:02:27.708INFO INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
45082026-08-08T03:02:28.609Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 08 03:02:27.708
45092026-08-08T03:02:28.609Z Aug 08 03:02:27.708INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 08 03:02:27.708
45102026-08-08T03:02:28.609Z DEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 08 03:02:27.708
45112026-08-08T03:02:28.609ZAug 08 03:02:27.708
45122026-08-08T03:02:28.609ZDEBG DEBG Aug 08 03:02:27.708Aug 08 03:02:27.708 DEBG created new freemapreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45132026-08-08T03:02:28.609Zreplacing 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 } }], unit: freemap_route_ipv4
45142026-08-08T03:02:28.609ZAug 08 03:02:27.708
45152026-08-08T03:02:28.609ZAug 08 03:02:27.708Aug 08 03:02:27.708Aug 08 03:02:27.708 INFODEBG created new freemap , unit INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
45162026-08-08T03:02:28.609Z: freemap_route_ipv6INFO
45172026-08-08T03:02:28.609ZAug 08 03:02:27.708 INFODEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45182026-08-08T03:02:28.609Zadding route 3fff:beef::/64 -> 2001:db8::55:ffAug 08 03:02:27.708Aug 08 03:02:27.708 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG
45192026-08-08T03:02:28.609Z initted freemap. size: 64, unitadding route 3fff:beef:7::/64 -> 2001:db8::55:ff:
45202026-08-08T03:02:28.609Zfreemap_route_ipv4
45212026-08-08T03:02:28.609Z
45222026-08-08T03:02:28.609ZAug 08 03:02:27.708 DEBG reset freemap, INFOunit: freemap_route_ipv4
45232026-08-08T03:02:28.609ZAug 08 03:02:27.708 Aug 08 03:02:27.708DEBG DEBG Aug 08 03:02:27.708initted freemap. size: 64 , adding route 3fff:beef:15::/64 -> 2001:db8::55:ffunit
45242026-08-08T03:02:28.609Z:replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 08 03:02:27.708freemap_route_ipv6
45252026-08-08T03:02:28.609ZDEBG 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 } }]
45262026-08-08T03:02:28.609ZAug 08 03:02:27.708 DEBG
45272026-08-08T03:02:28.609Z reset freemap, unit: freemap_route_ipv6
45282026-08-08T03:02:28.609ZAug 08 03:02:27.708Aug 08 03:02:27.708 INFODEBGAug 08 03:02:27.708 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
45292026-08-08T03:02:28.609Z
45302026-08-08T03:02:28.609Z 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 } }]
45312026-08-08T03:02:28.609ZAug 08 03:02:27.708 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 } }]
45322026-08-08T03:02:28.609ZAug 08 03:02:27.708Aug 08 03:02:27.708 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 } }]
45332026-08-08T03:02:28.609ZAug 08 03:02:27.708 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
45342026-08-08T03:02:28.609ZAug 08 03:02:27.708DEBG 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 } }]
45352026-08-08T03:02:28.609ZDEBG 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 } }]
45362026-08-08T03:02:28.609ZAug 08 03:02:27.708Aug 08 03:02:27.708replacing 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
45372026-08-08T03:02:28.609Z INFOadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
45382026-08-08T03:02:28.609Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
45392026-08-08T03:02:28.609ZAug 08 03:02:27.708 Aug 08 03:02:27.708DEBG 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 } }]
45402026-08-08T03:02:28.609Zreplacing 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 } }]
45412026-08-08T03:02:28.609ZAug 08 03:02:27.708Aug 08 03:02:27.708Aug 08 03:02:27.708 INFOINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
45422026-08-08T03:02:28.610Z
45432026-08-08T03:02:28.610Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
45442026-08-08T03:02:28.610ZAug 08 03:02:27.708Aug 08 03:02:27.708 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 } }]
45452026-08-08T03:02:28.610ZAug 08 03:02:27.708Aug 08 03:02:27.708 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
45462026-08-08T03:02:28.610Z INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
45472026-08-08T03:02:28.610ZAug 08 03:02:27.708 DEBGAug 08 03:02:27.708DEBG DEBGreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
45482026-08-08T03:02:28.610Z
45492026-08-08T03:02:28.610Z 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 } }]
45502026-08-08T03:02:28.610ZAug 08 03:02:27.708Aug 08 03:02:27.708Aug 08 03:02:27.708 INFOINFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
45512026-08-08T03:02:28.610Z
45522026-08-08T03:02:28.610Z
45532026-08-08T03:02:28.610ZAug 08 03:02:27.708Aug 08 03:02:27.708 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: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 08 03:02:27.708
45542026-08-08T03:02:28.610Z
45552026-08-08T03:02:28.610Z 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 } }]Aug 08 03:02:27.708
45562026-08-08T03:02:28.610Z Aug 08 03:02:27.708INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO
45572026-08-08T03:02:28.610Z Aug 08 03:02:27.708adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
45582026-08-08T03:02:28.610ZINFOAug 08 03:02:27.708 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG
45592026-08-08T03:02:28.610Z 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 08 03:02:27.708
45602026-08-08T03:02:28.610Z Aug 08 03:02:27.708DEBG 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 } }]Aug 08 03:02:27.708
45612026-08-08T03:02:28.610ZINFOreplacing 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 } }]
45622026-08-08T03:02:28.610Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
45632026-08-08T03:02:28.610ZAug 08 03:02:27.708 INFOAug 08 03:02:27.708 Aug 08 03:02:27.708adding route 3fff:beef:d::/64 -> 2001:db8::55:ff DEBGINFO
45642026-08-08T03:02:28.610Z adding route 3fff:beef:1a::/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 } }]
45652026-08-08T03:02:28.610Z
45662026-08-08T03:02:28.610ZAug 08 03:02:27.708Aug 08 03:02:27.708Aug 08 03:02:27.708 DEBGDEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55: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 } }]
45672026-08-08T03:02:28.610Z
45682026-08-08T03:02:28.610Z
45692026-08-08T03:02:28.610ZAug 08 03:02:27.708Aug 08 03:02:27.708 Aug 08 03:02:27.708 INFODEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFO
45702026-08-08T03:02:28.610Zreplacing 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 } }]
45712026-08-08T03:02:28.610Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
45722026-08-08T03:02:28.610ZAug 08 03:02:27.708 Aug 08 03:02:27.708DEBG Aug 08 03:02:27.708replacing 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
45732026-08-08T03:02:28.610Z DEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45742026-08-08T03:02:28.610Z
45752026-08-08T03:02:28.610ZAug 08 03:02:27.708 INFO Aug 08 03:02:27.708Aug 08 03:02:27.708 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO
45762026-08-08T03:02:28.610ZDEBG 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:1c::/64 -> 2001:db8::55:ff
45772026-08-08T03:02:28.610Z
45782026-08-08T03:02:28.610ZAug 08 03:02:27.708 DEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:02:27.708Aug 08 03:02:27.708
45792026-08-08T03:02:28.610Z INFODEBG adding route 3fff:beef:7::/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 } }]
45802026-08-08T03:02:28.610Z
45812026-08-08T03:02:28.610ZAug 08 03:02:27.708 INFOAug 08 03:02:27.708 Aug 08 03:02:27.708adding route 3fff:beef:10::/64 -> 2001:db8::55:ff DEBGINFO replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
45822026-08-08T03:02:28.611Z
45832026-08-08T03:02:28.611Z
45842026-08-08T03:02:28.611ZAug 08 03:02:27.708Aug 08 03:02:27.708Aug 08 03:02:27.708 DEBGDEBGINFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
45852026-08-08T03:02:28.611Zreplacing 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 } }]
45862026-08-08T03:02:28.611Z
45872026-08-08T03:02:28.611ZAug 08 03:02:27.708Aug 08 03:02:27.708Aug 08 03:02:27.708 INFOINFODEBG 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:1e::/64 -> 2001:db8::55:ff
45882026-08-08T03:02:28.611Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
45892026-08-08T03:02:28.611Z
45902026-08-08T03:02:28.611ZAug 08 03:02:27.708Aug 08 03:02:27.708 DEBGINFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
45912026-08-08T03:02:28.611Z
45922026-08-08T03:02:28.611ZAug 08 03:02:27.709Aug 08 03:02:27.709 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:12::/64 -> 2001:db8::55:ff
45932026-08-08T03:02:28.611Z
45942026-08-08T03:02:28.611ZAug 08 03:02:27.708 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 08 03:02:27.709
45952026-08-08T03:02:28.611ZAug 08 03:02:27.709 INFO DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff 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 } }]
45962026-08-08T03:02:28.611Z
45972026-08-08T03:02:28.611ZAug 08 03:02:27.709 INFO Aug 08 03:02:27.709Aug 08 03:02:27.709 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff INFODEBG
45982026-08-08T03:02:28.611Z adding route 3fff:beef:13::/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 } }]
45992026-08-08T03:02:28.611Z
46002026-08-08T03:02:28.611ZAug 08 03:02:27.709Aug 08 03:02:27.709Aug 08 03:02:27.709 DEBG DEBGINFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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:b::/64 -> 2001:db8::55:ff
46012026-08-08T03:02:28.611Z
46022026-08-08T03:02:28.615Z
46032026-08-08T03:02:28.615ZAug 08 03:02:27.709Aug 08 03:02:27.709 Aug 08 03:02:27.709 INFOINFO DEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ff adding route 3fff:beef:14::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46042026-08-08T03:02:28.615Z
46052026-08-08T03:02:28.615Z
46062026-08-08T03:02:28.615ZAug 08 03:02:27.709Aug 08 03:02:27.709 DEBGAug 08 03:02:27.709INFO replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG
46072026-08-08T03:02:28.615Z
46082026-08-08T03:02:28.615Zreplacing 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 } }]
46092026-08-08T03:02:28.615ZAug 08 03:02:27.709Aug 08 03:02:27.709Aug 08 03:02:27.709 INFO INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
46102026-08-08T03:02:28.615Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG
46112026-08-08T03:02:28.615Z 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 } }]
46122026-08-08T03:02:28.615ZAug 08 03:02:27.709Aug 08 03:02:27.709 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 } }]Aug 08 03:02:27.709replacing 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 } }]
46132026-08-08T03:02:28.615Z
46142026-08-08T03:02:28.615ZINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
46152026-08-08T03:02:28.615ZAug 08 03:02:27.709Aug 08 03:02:27.709 INFOINFOAug 08 03:02:27.709 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBG
46162026-08-08T03:02:28.615Z adding route 3fff:beef:16::/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 } }]
46172026-08-08T03:02:28.615Z
46182026-08-08T03:02:28.615ZAug 08 03:02:27.709 DEBG Aug 08 03:02:27.709replacing 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 08 03:02:27.709
46192026-08-08T03:02:28.615Z INFODEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46202026-08-08T03:02:28.615Z
46212026-08-08T03:02:28.615ZAug 08 03:02:27.709Aug 08 03:02:27.709 Aug 08 03:02:27.709INFO INFODEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
46222026-08-08T03:02:28.615Z
46232026-08-08T03:02:28.615Zreplacing 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 } }]
46242026-08-08T03:02:28.615ZAug 08 03:02:27.709Aug 08 03:02:27.709 Aug 08 03:02:27.709DEBG DEBGINFOreplacing 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 } }]
46252026-08-08T03:02:28.615Zadding route 3fff:beef:f::/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 } }]
46262026-08-08T03:02:28.615Z
46272026-08-08T03:02:28.615ZAug 08 03:02:27.709Aug 08 03:02:27.709Aug 08 03:02:27.709 INFOINFO DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
46282026-08-08T03:02:28.615Z
46292026-08-08T03:02:28.615Zreplacing 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 } }]
46302026-08-08T03:02:28.616ZAug 08 03:02:27.709Aug 08 03:02:27.709 Aug 08 03:02:27.709DEBGDEBG 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 } }]INFOreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46312026-08-08T03:02:28.616Z
46322026-08-08T03:02:28.616Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
46332026-08-08T03:02:28.616ZAug 08 03:02:27.709Aug 08 03:02:27.709 Aug 08 03:02:27.709INFO INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ff adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
46342026-08-08T03:02:28.616Z
46352026-08-08T03:02:28.616ZDEBG 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 } }]
46362026-08-08T03:02:28.616ZAug 08 03:02:27.709Aug 08 03:02:27.709 Aug 08 03:02:27.709DEBGDEBG 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 } }]
46372026-08-08T03:02:28.616Z replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
46382026-08-08T03:02:28.616Z
46392026-08-08T03:02:28.616ZAug 08 03:02:27.709 INFOAug 08 03:02:27.709Aug 08 03:02:27.709 INFO DEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
46402026-08-08T03:02:28.616Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46412026-08-08T03:02:28.616Z
46422026-08-08T03:02:28.616ZAug 08 03:02:27.709Aug 08 03:02:27.709 Aug 08 03:02:27.709DEBG INFODEBGreplacing 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 } }]
46432026-08-08T03:02:28.616Zreplacing 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 } }]
46442026-08-08T03:02:28.616Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
46452026-08-08T03:02:28.616ZAug 08 03:02:27.709Aug 08 03:02:27.709 Aug 08 03:02:27.709INFO DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
46462026-08-08T03:02:28.616Zreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
46472026-08-08T03:02:28.616Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
46482026-08-08T03:02:28.616ZAug 08 03:02:27.709Aug 08 03:02:27.709 Aug 08 03:02:27.709INFODEBG DEBGreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46492026-08-08T03:02:28.616Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46502026-08-08T03:02:28.616Z
46512026-08-08T03:02:28.616ZAug 08 03:02:27.709Aug 08 03:02:27.709 Aug 08 03:02:27.709 INFOINFO DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
46522026-08-08T03:02:28.616Z
46532026-08-08T03:02:28.616Zreplacing 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 } }]
46542026-08-08T03:02:28.616ZAug 08 03:02:27.709Aug 08 03:02:27.709 Aug 08 03:02:27.709 DEBG INFODEBGreplacing 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 } }]
46552026-08-08T03:02:28.616Z adding route 3fff:beef:14::/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 } }]
46562026-08-08T03:02:28.616Z
46572026-08-08T03:02:28.616ZAug 08 03:02:27.709Aug 08 03:02:27.709Aug 08 03:02:27.709 INFO INFODEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
46582026-08-08T03:02:28.616Zreplacing 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:1d::/64 -> 2001:db8::55:ff
46592026-08-08T03:02:28.616Z
46602026-08-08T03:02:28.616ZAug 08 03:02:27.709 Aug 08 03:02:27.709DEBGAug 08 03:02:27.709 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 } }]DEBGINFO
46612026-08-08T03:02:28.616Z adding route 3fff:beef:15::/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 } }]
46622026-08-08T03:02:28.616Z
46632026-08-08T03:02:28.616ZAug 08 03:02:27.709 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
46642026-08-08T03:02:28.616ZAug 08 03:02:27.709Aug 08 03:02:27.709 Aug 08 03:02:27.709INFO DEBG 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 } }]replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
46652026-08-08T03:02:28.616Z
46662026-08-08T03:02:28.616Z
46672026-08-08T03:02:28.616ZAug 08 03:02:27.709Aug 08 03:02:27.709 Aug 08 03:02:27.709INFO DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
46682026-08-08T03:02:28.616ZINFO 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:16::/64 -> 2001:db8::55:ff
46692026-08-08T03:02:28.616Z
46702026-08-08T03:02:28.617ZAug 08 03:02:27.709 DEBG Aug 08 03:02:27.709Aug 08 03:02:27.709 INFOreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
46712026-08-08T03:02:28.617Z adding route 3fff:beef:1f::/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 } }]
46722026-08-08T03:02:28.617Z
46732026-08-08T03:02:28.617ZAug 08 03:02:27.709 Aug 08 03:02:27.709INFO INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
46742026-08-08T03:02:28.617Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 08 03:02:27.709
46752026-08-08T03:02:28.617Z DEBGAug 08 03:02:27.709 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
46762026-08-08T03:02:28.617Z 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 08 03:02:27.709
46772026-08-08T03:02:28.617Z Aug 08 03:02:27.709DEBG 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 } }]
46782026-08-08T03:02:28.617ZAug 08 03:02:27.709adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
46792026-08-08T03:02:28.617ZINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
46802026-08-08T03:02:28.617ZAug 08 03:02:27.709Aug 08 03:02:27.709 DEBGINFO Aug 08 03:02:27.709adding route 3fff:beef:18::/64 -> 2001:db8::55:ff Aug 08 03:02:27.709DEBGreplacing 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 } }]
46812026-08-08T03:02:28.617Zreplacing 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
46822026-08-08T03:02:28.617Zcreated new freemap
46832026-08-08T03:02:28.617Z, unit:Aug 08 03:02:27.709 Aug 08 03:02:27.709INFOAug 08 03:02:27.709 DEBGINFO replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2e::/64 -> 2001:db8::55:fffreemap_route_ipv4
46842026-08-08T03:02:28.617Z
46852026-08-08T03:02:28.617Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
46862026-08-08T03:02:28.617Z
46872026-08-08T03:02:28.617ZAug 08 03:02:27.709 Aug 08 03:02:27.709Aug 08 03:02:27.709INFO Aug 08 03:02:27.709DEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ff 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
46882026-08-08T03:02:28.617Z DEBGreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46892026-08-08T03:02:28.617Z
46902026-08-08T03:02:28.617Zcreated new freemapAug 08 03:02:27.709, INFOAug 08 03:02:27.709 unit adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff:INFO
46912026-08-08T03:02:28.617Zfreemap_route_ipv6
46922026-08-08T03:02:28.617Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
46932026-08-08T03:02:28.617ZAug 08 03:02:27.709Aug 08 03:02:27.709Aug 08 03:02:27.709 DEBGDEBGDEBG 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: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 } }]
46942026-08-08T03:02:28.617Z
46952026-08-08T03:02:28.617ZAug 08 03:02:27.709initted freemap. size: 64, unitDEBG: Aug 08 03:02:27.709freemap_route_ipv4replacing 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 08 03:02:27.709
46962026-08-08T03:02:28.617Z INFOINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
46972026-08-08T03:02:28.617Z
46982026-08-08T03:02:28.617Z
46992026-08-08T03:02:28.617ZAug 08 03:02:27.709Aug 08 03:02:27.709 Aug 08 03:02:27.709Aug 08 03:02:27.709 INFO DEBG DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
47002026-08-08T03:02:28.617Zreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
47012026-08-08T03:02:28.617ZDEBG
47022026-08-08T03:02:28.621Z reset freemap, unitAug 08 03:02:27.709Aug 08 03:02:27.709 Aug 08 03:02:27.709INFO : INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBG
47032026-08-08T03:02:28.621Z 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 } }]
47042026-08-08T03:02:28.621Z freemap_route_ipv4Aug 08 03:02:27.709
47052026-08-08T03:02:28.621Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
47062026-08-08T03:02:28.621ZDEBG 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 08 03:02:27.709
47072026-08-08T03:02:28.621ZAug 08 03:02:27.709 DEBGINFO Aug 08 03:02:27.709adding route 3fff:beef:24::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47082026-08-08T03:02:28.622ZINFO
47092026-08-08T03:02:28.622ZAug 08 03:02:27.709 DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 08 03:02:27.709
47102026-08-08T03:02:28.622Z Aug 08 03:02:27.709DEBG initted freemap. size: 64INFOreplacing 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 } }],
47112026-08-08T03:02:28.622Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffunit
47122026-08-08T03:02:28.622Z:Aug 08 03:02:27.709 DEBG Aug 08 03:02:27.709Aug 08 03:02:27.709replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
47132026-08-08T03:02:28.622ZINFODEBG
47142026-08-08T03:02:28.622Z 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 } }]
47152026-08-08T03:02:28.622Zadding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 08 03:02:27.709
47162026-08-08T03:02:28.622ZAug 08 03:02:27.709 DEBG Aug 08 03:02:27.709INFOAug 08 03:02:27.709 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG
47172026-08-08T03:02:28.622Z 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 } }]reset freemap
47182026-08-08T03:02:28.622Z INFO, Aug 08 03:02:27.709adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffunit :
47192026-08-08T03:02:28.622ZDEBG Aug 08 03:02:27.709freemap_route_ipv6
47202026-08-08T03:02:28.622Z INFO Aug 08 03:02:27.709adding route 3fff:beef:26::/64 -> 2001:db8::55:ff 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 } }]
47212026-08-08T03:02:28.622ZDEBG
47222026-08-08T03:02:28.622Z Aug 08 03:02:27.709replacing 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 } }]
47232026-08-08T03:02:28.622ZINFOAug 08 03:02:27.709Aug 08 03:02:27.709 adding route 172.16.0.0/32 -> 10.0.0.1
47242026-08-08T03:02:28.622ZDEBG INFO replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:02:27.709adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
47252026-08-08T03:02:28.622Z INFOAug 08 03:02:27.709
47262026-08-08T03:02:28.622Z adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffDEBGAug 08 03:02:27.709
47272026-08-08T03:02:28.622Z 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 08 03:02:27.709
47282026-08-08T03:02:28.622Z Aug 08 03:02:27.709 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 } }]
47292026-08-08T03:02:28.622ZINFO DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 08 03:02:27.709
47302026-08-08T03:02:28.622Z 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 08 03:02:27.709DEBGAug 08 03:02:27.709 INFODEBG
47312026-08-08T03:02:28.622Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
47322026-08-08T03:02:28.622Zreplacing 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 } }]
47332026-08-08T03:02:28.622Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 08 03:02:27.709
47342026-08-08T03:02:28.622Z Aug 08 03:02:27.709DEBG Aug 08 03:02:27.709replacing 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 } }]
47352026-08-08T03:02:28.622ZINFO INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 08 03:02:27.709
47362026-08-08T03:02:28.622Z
47372026-08-08T03:02:28.622ZINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 08 03:02:27.709
47382026-08-08T03:02:28.622Z 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 } }]
47392026-08-08T03:02:28.622ZAug 08 03:02:27.709Aug 08 03:02:27.709 DEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
47402026-08-08T03:02:28.622Z Aug 08 03:02:27.709replacing 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 08 03:02:27.709
47412026-08-08T03:02:28.622ZINFO INFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
47422026-08-08T03:02:28.622Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 08 03:02:27.709
47432026-08-08T03:02:28.622Z Aug 08 03:02:27.709INFO Aug 08 03:02:27.709DEBG DEBGreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
47442026-08-08T03:02:28.622Z
47452026-08-08T03:02:28.622Z 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 } }]
47462026-08-08T03:02:28.622ZAug 08 03:02:27.709Aug 08 03:02:27.709 Aug 08 03:02:27.709INFODEBG INFOreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
47472026-08-08T03:02:28.622Z
47482026-08-08T03:02:28.623Z
47492026-08-08T03:02:28.623ZAug 08 03:02:27.709Aug 08 03:02:27.709 DEBGINFOAug 08 03:02:27.709 replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
47502026-08-08T03:02:28.623Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
47512026-08-08T03:02:28.623Zreplacing 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 } }]
47522026-08-08T03:02:28.623ZAug 08 03:02:27.709 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 08 03:02:27.709
47532026-08-08T03:02:28.623Z INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
47542026-08-08T03:02:28.623ZAug 08 03:02:27.709Aug 08 03:02:27.709 DEBG DEBGreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47552026-08-08T03:02:28.623ZAug 08 03:02:27.709replacing 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 } }]
47562026-08-08T03:02:28.623Ztest route::tests::grow_succeeds ... ok
47572026-08-08T03:02:28.623ZDEBGAug 08 03:02:27.709 Aug 08 03:02:27.709INFO INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
47582026-08-08T03:02:28.623Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
47592026-08-08T03:02:28.623ZAug 08 03:02:27.709Aug 08 03:02:27.709 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: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 } }]
47602026-08-08T03:02:28.623Z
47612026-08-08T03:02:28.623ZAug 08 03:02:27.709 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
47622026-08-08T03:02:28.623ZAug 08 03:02:27.709 INFO Aug 08 03:02:27.709adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
47632026-08-08T03:02:28.623ZDEBG Aug 08 03:02:27.709 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 } }]
47642026-08-08T03:02:28.623Zreplacing 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 } }]
47652026-08-08T03:02:28.623Zreplacing 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 08 03:02:27.709Aug 08 03:02:27.709
47662026-08-08T03:02:28.623Z INFOINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
47672026-08-08T03:02:28.623Z
47682026-08-08T03:02:28.623ZAug 08 03:02:27.710 INFO Aug 08 03:02:27.710adding route 3fff:beef:23::/64 -> 2001:db8::55:ff Aug 08 03:02:27.710
47692026-08-08T03:02:28.623Z 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: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 } }]
47702026-08-08T03:02:28.623Z
47712026-08-08T03:02:28.623ZAug 08 03:02:27.710 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 08 03:02:27.710
47722026-08-08T03:02:28.623Z INFOAug 08 03:02:27.710 Aug 08 03:02:27.710INFOadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
47732026-08-08T03:02:28.623ZINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
47742026-08-08T03:02:28.623Z
47752026-08-08T03:02:28.623ZAug 08 03:02:27.710 DEBG Aug 08 03:02:27.710replacing 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 08 03:02:27.710
47762026-08-08T03:02:28.623Z DEBGDEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 08 03:02:27.710
47772026-08-08T03:02:28.623Z
47782026-08-08T03:02:28.623Z INFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 08 03:02:27.710
47792026-08-08T03:02:28.623ZAug 08 03:02:27.710 INFOINFO Aug 08 03:02:27.710adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
47802026-08-08T03:02:28.623Z
47812026-08-08T03:02:28.623Z DEBG replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47822026-08-08T03:02:28.623ZAug 08 03:02:27.710Aug 08 03:02:27.710 DEBGDEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 08 03:02:27.710
47832026-08-08T03:02:28.623Z
47842026-08-08T03:02:28.623Z DEBG failed to allocate space for the new target list
47852026-08-08T03:02:28.623ZAug 08 03:02:27.710Aug 08 03:02:27.710 INFOINFO Aug 08 03:02:27.710adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
47862026-08-08T03:02:28.623Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG
47872026-08-08T03:02:28.624Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
47882026-08-08T03:02:28.624ZAug 08 03:02:27.710 DEBGAug 08 03:02:27.708 Aug 08 03:02:27.710 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 } }] DEBGDEBG
47892026-08-08T03:02:28.624Z 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: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 } }]
47902026-08-08T03:02:28.624Z
47912026-08-08T03:02:28.624ZAug 08 03:02:27.710Aug 08 03:02:27.710Aug 08 03:02:27.710 INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
47922026-08-08T03:02:28.624Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
47932026-08-08T03:02:28.624Z
47942026-08-08T03:02:28.624ZAug 08 03:02:27.710Aug 08 03:02:27.710 Aug 08 03:02:27.710DEBG DEBG DEBGreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }]
47952026-08-08T03:02:28.624Z
47962026-08-08T03:02:28.624Zreplacing 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 } }]
47972026-08-08T03:02:28.624ZAug 08 03:02:27.710Aug 08 03:02:27.710 Aug 08 03:02:27.710 INFOINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
47982026-08-08T03:02:28.624Z
47992026-08-08T03:02:28.624Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
48002026-08-08T03:02:28.624ZAug 08 03:02:27.710Aug 08 03:02:27.710 Aug 08 03:02:27.710 DEBGDEBGDEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
48012026-08-08T03:02:28.624Z
48022026-08-08T03:02:28.653Zreplacing 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 } }]
48032026-08-08T03:02:28.654ZAug 08 03:02:27.710Aug 08 03:02:27.710 INFOINFO Aug 08 03:02:27.710 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
48042026-08-08T03:02:28.654Z
48052026-08-08T03:02:28.654Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
48062026-08-08T03:02:28.654ZAug 08 03:02:27.710Aug 08 03:02:27.710 Aug 08 03:02:27.710 DEBG DEBGDEBGreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48072026-08-08T03:02:28.654Zreplacing 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:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48082026-08-08T03:02:28.654Z
48092026-08-08T03:02:28.654ZAug 08 03:02:27.710 Aug 08 03:02:27.710Aug 08 03:02:27.710 INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFO
48102026-08-08T03:02:28.654Z
48112026-08-08T03:02:28.654Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
48122026-08-08T03:02:28.654ZAug 08 03:02:27.710Aug 08 03:02:27.710 DEBG DEBGreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48132026-08-08T03:02:28.654Zreplacing 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 08 03:02:27.710
48142026-08-08T03:02:28.654Z DEBG Aug 08 03:02:27.710replacing 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 08 03:02:27.710
48152026-08-08T03:02:28.654Z INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO
48162026-08-08T03:02:28.654Z adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 08 03:02:27.710
48172026-08-08T03:02:28.654Z INFOAug 08 03:02:27.710 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG
48182026-08-08T03:02:28.654Z Aug 08 03:02:27.710replacing 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 } }]
48192026-08-08T03:02:28.654ZDEBG Aug 08 03:02:27.710replacing 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 } }]
48202026-08-08T03:02:28.654ZDEBGAug 08 03:02:27.710 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
48212026-08-08T03:02:28.654Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 08 03:02:27.710
48222026-08-08T03:02:28.654Z INFOAug 08 03:02:27.710 Aug 08 03:02:27.710 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBGINFO
48232026-08-08T03:02:28.654Zreplacing 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 } }]
48242026-08-08T03:02:28.654Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
48252026-08-08T03:02:28.654ZAug 08 03:02:27.710Aug 08 03:02:27.710 Aug 08 03:02:27.710INFO DEBGDEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
48262026-08-08T03:02:28.654Zreplacing 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 } }]
48272026-08-08T03:02:28.654Zreplacing 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 } }]
48282026-08-08T03:02:28.654ZAug 08 03:02:27.710Aug 08 03:02:27.710Aug 08 03:02:27.710 INFOINFODEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
48292026-08-08T03:02:28.654Zreplacing 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 } }]
48302026-08-08T03:02:28.654Z
48312026-08-08T03:02:28.654ZAug 08 03:02:27.710Aug 08 03:02:27.710Aug 08 03:02:27.710 INFODEBG 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 } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
48322026-08-08T03:02:28.654Zreplacing 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 } }]
48332026-08-08T03:02:28.654Z
48342026-08-08T03:02:28.654ZAug 08 03:02:27.710Aug 08 03:02:27.710Aug 08 03:02:27.710 INFODEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
48352026-08-08T03:02:28.654Z
48362026-08-08T03:02:28.654Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
48372026-08-08T03:02:28.654ZAug 08 03:02:27.710Aug 08 03:02:27.710Aug 08 03:02:27.710 INFODEBG adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
48382026-08-08T03:02:28.654Zreplacing 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
48392026-08-08T03:02:28.655Z 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 } }]
48402026-08-08T03:02:28.655ZAug 08 03:02:27.710 Aug 08 03:02:27.710DEBG 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 } }]
48412026-08-08T03:02:28.655Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 08 03:02:27.710
48422026-08-08T03:02:28.655Z INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 08 03:02:27.710
48432026-08-08T03:02:28.655Z Aug 08 03:02:27.710DEBG INFO replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
48442026-08-08T03:02:28.655Z
48452026-08-08T03:02:28.655ZAug 08 03:02:27.710 DEBG Aug 08 03:02:27.710replacing 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 } }]
48462026-08-08T03:02:28.655ZINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 08 03:02:27.710
48472026-08-08T03:02:28.655ZAug 08 03:02:27.710 DEBGINFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48482026-08-08T03:02:28.655ZAug 08 03:02:27.710
48492026-08-08T03:02:28.655Z DEBG Aug 08 03:02:27.710replacing 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 08 03:02:27.710 DEBGINFO
48502026-08-08T03:02:28.655Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48512026-08-08T03:02:28.655Z
48522026-08-08T03:02:28.655ZAug 08 03:02:27.710Aug 08 03:02:27.710 Aug 08 03:02:27.710INFOINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
48532026-08-08T03:02:28.655ZDEBG
48542026-08-08T03:02:28.655Z 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 } }]
48552026-08-08T03:02:28.655ZAug 08 03:02:27.710Aug 08 03:02:27.710 DEBGDEBG Aug 08 03:02:27.710 replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
48562026-08-08T03:02:28.655Z 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:36::/64 -> 2001:db8::55:ff
48572026-08-08T03:02:28.655Z
48582026-08-08T03:02:28.655ZAug 08 03:02:27.710 INFOAug 08 03:02:27.710Aug 08 03:02:27.710 INFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG adding route 3fff:beef:3c::/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 } }]
48592026-08-08T03:02:28.655Z
48602026-08-08T03:02:28.655Z
48612026-08-08T03:02:28.655ZAug 08 03:02:27.710Aug 08 03:02:27.710Aug 08 03:02:27.710 INFODEBGDEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
48622026-08-08T03:02:28.655Z
48632026-08-08T03:02:28.655Z
48642026-08-08T03:02:28.655ZAug 08 03:02:27.710Aug 08 03:02:27.710Aug 08 03:02:27.710 DEBGINFO replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
48652026-08-08T03:02:28.655Z adding route 3fff:beef:33::/64 -> 2001:db8::55:fffailed to allocate space for the new target list
48662026-08-08T03:02:28.655Z
48672026-08-08T03:02:28.655ZAug 08 03:02:27.710 INFOAug 08 03:02:27.710Aug 08 03:02:27.710 DEBGDEBG adding route 3fff:beef:38::/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 } }]
48682026-08-08T03:02:28.655Z
48692026-08-08T03:02:28.655Z 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 } }]
48702026-08-08T03:02:28.655Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
48712026-08-08T03:02:28.655ZAug 08 03:02:27.710 DEBGAug 08 03:02:27.710 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 } }]
48722026-08-08T03:02:28.655ZAug 08 03:02:27.711 Aug 08 03:02:27.710 DEBGDEBG created new freemapAug 08 03:02:27.714, created new freemapunitINFO: freemap_route_ipv4
48732026-08-08T03:02:28.655Z, Aug 08 03:02:27.710unit :adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 08 03:02:27.710DEBG freemap_route_ipv4DEBGAug 08 03:02:27.714 created new freemap
48742026-08-08T03:02:28.655Zcreated new freemap ,
48752026-08-08T03:02:28.655ZunitDEBG, : unit freemap_route_ipv4:Aug 08 03:02:27.714
48762026-08-08T03:02:28.655Z DEBGfreemap_route_ipv4created new freemap
48772026-08-08T03:02:28.655Z 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 } }],
48782026-08-08T03:02:28.656ZunitAug 08 03:02:27.714: Aug 08 03:02:27.714 Aug 08 03:02:27.714freemap_route_ipv6DEBG
48792026-08-08T03:02:28.656ZDEBGAug 08 03:02:27.714 created new freemap , DEBGINFOcreated new freemapunit : adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffcreated new freemap
48802026-08-08T03:02:28.656Z, freemap_route_ipv6, unitunit
48812026-08-08T03:02:28.656Z:: Aug 08 03:02:27.714freemap_route_ipv6 Aug 08 03:02:27.714Aug 08 03:02:27.714DEBG DEBG
48822026-08-08T03:02:28.656Zreplacing 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 } }]
48832026-08-08T03:02:28.656Z initted freemap. size: 64freemap_route_ipv6,
48842026-08-08T03:02:28.656Zunit: freemap_route_ipv4DEBG
48852026-08-08T03:02:28.656Z Aug 08 03:02:27.714Aug 08 03:02:27.714 Aug 08 03:02:27.714 INFO DEBGDEBG initted freemap. size: 64 , initted freemap. size: 64unitadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff:
48862026-08-08T03:02:28.656Z initted freemap. size: 64, freemap_route_ipv4,
48872026-08-08T03:02:28.656Zunit: unitfreemap_route_ipv4Aug 08 03:02:27.714
48882026-08-08T03:02:28.656ZDEBGAug 08 03:02:27.714 Aug 08 03:02:27.714reset freemap : , DEBGunit :DEBG Aug 08 03:02:27.714freemap_route_ipv4reset freemap DEBG,
48892026-08-08T03:02:28.656Zreplacing 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 reset freemap
48902026-08-08T03:02:28.656Zfreemap_route_ipv4,
48912026-08-08T03:02:28.656ZAug 08 03:02:27.714: unitfreemap_route_ipv4:
48922026-08-08T03:02:28.656Z DEBGfreemap_route_ipv4
48932026-08-08T03:02:28.656Zinitted freemap. size: 64Aug 08 03:02:27.714Aug 08 03:02:27.714 , Aug 08 03:02:27.714INFO unit :DEBG Aug 08 03:02:27.714 freemap_route_ipv6DEBG
48942026-08-08T03:02:28.656Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff initted freemap. size: 64
48952026-08-08T03:02:28.656ZDEBG, initted freemap. size: 64Aug 08 03:02:27.714 unitDEBG, :reset freemapAug 08 03:02:27.714, unitfreemap_route_ipv6:unit
48962026-08-08T03:02:28.656ZDEBGreset freemap :replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv6
48972026-08-08T03:02:28.656Z,
48982026-08-08T03:02:28.656ZAug 08 03:02:27.714unit: freemap_route_ipv6
48992026-08-08T03:02:28.656ZAug 08 03:02:27.714 DEBGfreemap_route_ipv4 Aug 08 03:02:27.714reset freemap,
49002026-08-08T03:02:28.656Zunit INFOINFOAug 08 03:02:27.714 :adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
49012026-08-08T03:02:28.656Zfreemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1
49022026-08-08T03:02:28.661Z
49032026-08-08T03:02:28.661Z Aug 08 03:02:27.715 DEBGDEBG reset freemap , Aug 08 03:02:27.715unit Aug 08 03:02:27.715INFOreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG:
49042026-08-08T03:02:28.661Z adding route 3fff:dead::/64 -> 2001:db8::55:1 freemap_route_ipv6
49052026-08-08T03:02:28.661Z
49062026-08-08T03:02:28.661Zreplacing 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 08 03:02:27.715
49072026-08-08T03:02:28.661Z Aug 08 03:02:27.715INFOAug 08 03:02:27.715 Aug 08 03:02:27.715INFO DEBG adding route 172.16.0.0/32 -> 10.0.0.1 DEBGadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
49082026-08-08T03:02:28.661Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 08 03:02:27.715
49092026-08-08T03:02:28.661Z
49102026-08-08T03:02:28.661ZINFOinitted freemap. size: 64 adding route 3fff:dead::/64 -> 2001:db8::55:1, Aug 08 03:02:27.715
49112026-08-08T03:02:28.661ZAug 08 03:02:27.715unitAug 08 03:02:27.715: DEBGAug 08 03:02:27.715freemap_route_ipv6 DEBGreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
49122026-08-08T03:02:28.661ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2
49132026-08-08T03:02:28.661ZAug 08 03:02:27.715replacing 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 } }]
49142026-08-08T03:02:28.661Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
49152026-08-08T03:02:28.662Z
49162026-08-08T03:02:28.662ZAug 08 03:02:27.715 DEBGINFO Aug 08 03:02:27.715 Aug 08 03:02:27.715adding route 3fff:beef:3f::/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 } }]
49172026-08-08T03:02:28.662Z
49182026-08-08T03:02:28.662Z Aug 08 03:02:27.715 DEBG Aug 08 03:02:27.715INFOINFO DEBGreset freemap , Aug 08 03:02:27.715replacing 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 } }] unit
49192026-08-08T03:02:28.662Zadding route 172.16.0.0/32 -> 10.0.0.2adding route 3fff:dead::/64 -> 2001:db8::55:1
49202026-08-08T03:02:28.662ZINFO
49212026-08-08T03:02:28.662Z adding route 3fff:dead::/64 -> 2001:db8::55:3
49222026-08-08T03:02:28.662ZAug 08 03:02:27.715: Aug 08 03:02:27.715DEBGAug 08 03:02:27.715 DEBG failed to allocate space for the new target list
49232026-08-08T03:02:28.662ZAug 08 03:02:27.715 DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBG
49242026-08-08T03:02:28.662ZAug 08 03:02:27.715replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]freemap_route_ipv6
49252026-08-08T03:02:28.662Z 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 } }]
49262026-08-08T03:02:28.662Z
49272026-08-08T03:02:28.662ZDEBGAug 08 03:02:27.715Aug 08 03:02:27.715 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
49282026-08-08T03:02:28.662Z INFO Aug 08 03:02:27.715adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 08 03:02:27.715adding route 172.17.0.0/32 -> 10.0.0.255
49292026-08-08T03:02:28.662ZAug 08 03:02:27.715 DEBG
49302026-08-08T03:02:28.662Z failed to allocate space for the new target listAug 08 03:02:27.715
49312026-08-08T03:02:28.662Z INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:2DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 08 03:02:27.715
49322026-08-08T03:02:28.662Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
49332026-08-08T03:02:28.662ZDEBG
49342026-08-08T03:02:28.662Z Aug 08 03:02:27.715Aug 08 03:02:27.715replacing 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 } }]
49352026-08-08T03:02:28.662ZDEBGDEBG Aug 08 03:02:27.715replacing 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:dead::/64 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 } }]
49362026-08-08T03:02:28.662Z
49372026-08-08T03:02:28.662Z Aug 08 03:02:27.715DEBG Aug 08 03:02:27.715INFOAug 08 03:02:27.715 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
49382026-08-08T03:02:28.662ZINFOadding route 172.17.0.1/32 -> 10.0.0.255
49392026-08-08T03:02:28.662Zadding route 3fff:beef::/64 -> 2001:db8::55:ff
49402026-08-08T03:02:28.662ZWARN Aug 08 03:02:27.715Aug 08 03:02:27.715shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
49412026-08-08T03:02:28.662ZDEBG Aug 08 03:02:27.715replacing 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 } }]
49422026-08-08T03:02:28.662ZDEBGINFO Aug 08 03:02:27.715replacing 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 08 03:02:27.715
49432026-08-08T03:02:28.662ZERRO INFO rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
49442026-08-08T03:02:28.662Zadding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.2/32 -> 10.0.0.255Aug 08 03:02:27.715
49452026-08-08T03:02:28.662Z
49462026-08-08T03:02:28.662Z INFO Aug 08 03:02:27.715Aug 08 03:02:27.715adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
49472026-08-08T03:02:28.662ZDEBG 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
49482026-08-08T03:02:28.662Z ERROAug 08 03:02:27.715 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffshrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds it
49492026-08-08T03:02:28.662ZDEBGAug 08 03:02:27.715 Aug 08 03:02:27.715
49502026-08-08T03:02:28.662Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
49512026-08-08T03:02:28.662ZDEBG INFOreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
49522026-08-08T03:02:28.662Zadding route 172.17.0.3/32 -> 10.0.0.255Aug 08 03:02:27.715
49532026-08-08T03:02:28.662Z INFOAug 08 03:02:27.715 adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG
49542026-08-08T03:02:28.663Z 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 } }]
49552026-08-08T03:02:28.663ZAug 08 03:02:27.715 Aug 08 03:02:27.715Aug 08 03:02:27.715 Aug 08 03:02:27.715INFO DEBGINFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ffDEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
49562026-08-08T03:02:28.663Zreplacing 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 } }]
49572026-08-08T03:02:28.663Z
49582026-08-08T03:02:28.663Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
49592026-08-08T03:02:28.663ZAug 08 03:02:27.715 DEBGAug 08 03:02:27.715 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 08 03:02:27.715INFO
49602026-08-08T03:02:28.663Z adding route 172.17.0.4/32 -> 10.0.0.255INFO
49612026-08-08T03:02:28.663Z Aug 08 03:02:27.715Aug 08 03:02:27.710adding route 3fff:dead::/64 -> 2001:db8::55:4
49622026-08-08T03:02:28.663ZDEBG Aug 08 03:02:27.715created new freemapAug 08 03:02:27.715 , Aug 08 03:02:27.715 unitDEBGDEBG: 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 } }]replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
49632026-08-08T03:02:28.663Z
49642026-08-08T03:02:28.663Z
49652026-08-08T03:02:28.663ZINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 08 03:02:27.715
49662026-08-08T03:02:28.663ZAug 08 03:02:27.715Aug 08 03:02:27.715 INFODEBGAug 08 03:02:27.715 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBGINFO adding route 172.17.0.5/32 -> 10.0.0.255replacing 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 } }]
49672026-08-08T03:02:28.663Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
49682026-08-08T03:02:28.663Z
49692026-08-08T03:02:28.663Z
49702026-08-08T03:02:28.663Ztest route::tests::rollback_on_compact_delete_failure ... ok
49712026-08-08T03:02:28.663Ztest route::tests::rollback_on_compact_write_failure ... ok
49722026-08-08T03:02:28.663Ztest route::tests::identity_replace_is_noop ... ok
49732026-08-08T03:02:28.663ZAug 08 03:02:27.715Aug 08 03:02:27.715 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 } }]Aug 08 03:02:27.715 DEBG Aug 08 03:02:27.716Aug 08 03:02:27.716replacing 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 } }]
49742026-08-08T03:02:28.663ZDEBG DEBG created new freemapcreated new freemapadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
49752026-08-08T03:02:28.663Z, unitfreemap_route_ipv4, Aug 08 03:02:27.721:unit
49762026-08-08T03:02:28.663Z : freemap_route_ipv4INFO
49772026-08-08T03:02:28.663Z Aug 08 03:02:27.721freemap_route_ipv4adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 08 03:02:27.721
49782026-08-08T03:02:28.663Z
49792026-08-08T03:02:28.663Z DEBG Aug 08 03:02:27.721DEBG Aug 08 03:02:27.721 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 } }]created new freemap , DEBG
49802026-08-08T03:02:28.663Zunit 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 } }]created new freemap:
49812026-08-08T03:02:28.663Z Aug 08 03:02:27.721freemap_route_ipv6
49822026-08-08T03:02:28.663ZDEBG, Aug 08 03:02:27.721created new freemapunit, Aug 08 03:02:27.721 unitINFO :INFO Aug 08 03:02:27.721 freemap_route_ipv6:
49832026-08-08T03:02:28.663Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ff adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
49842026-08-08T03:02:28.663Z Aug 08 03:02:27.721
49852026-08-08T03:02:28.663ZDEBG freemap_route_ipv6Aug 08 03:02:27.721
49862026-08-08T03:02:28.663ZDEBG DEBGAug 08 03:02:27.721initted freemap. size: 64initted freemap. size: 64 , Aug 08 03:02:27.721DEBG unit, unitreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
49872026-08-08T03:02:28.663Z: replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4DEBG
49882026-08-08T03:02:28.663ZAug 08 03:02:27.721 freemap_route_ipv4initted freemap. size: 64
49892026-08-08T03:02:28.663Z,
49902026-08-08T03:02:28.663ZINFOunit: adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 08 03:02:27.721
49912026-08-08T03:02:28.663Zfreemap_route_ipv4 DEBGAug 08 03:02:27.721
49922026-08-08T03:02:28.664Z Aug 08 03:02:27.721Aug 08 03:02:27.721 reset freemap , DEBGunit :INFO freemap_route_ipv4DEBG
49932026-08-08T03:02:28.664Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff reset freemap
49942026-08-08T03:02:28.664Z, Aug 08 03:02:27.721unit :DEBG Aug 08 03:02:27.721freemap_route_ipv4
49952026-08-08T03:02:28.664Z DEBGreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] initted freemap. size: 64
49962026-08-08T03:02:28.664Zreset freemap, , unitAug 08 03:02:27.721: unit Aug 08 03:02:27.721freemap_route_ipv6:DEBG
49972026-08-08T03:02:28.664Z freemap_route_ipv4
49982026-08-08T03:02:28.664ZDEBG initted freemap. size: 64Aug 08 03:02:27.721, unitreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO: Aug 08 03:02:27.721 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
49992026-08-08T03:02:28.664Zfreemap_route_ipv6
50002026-08-08T03:02:28.664Z
50012026-08-08T03:02:28.664ZAug 08 03:02:27.721 DEBG DEBG Aug 08 03:02:27.721initted freemap. size: 64reset freemap Aug 08 03:02:27.721, DEBG Aug 08 03:02:27.721 , unitreset freemapINFODEBG: , 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 } }] unit
50022026-08-08T03:02:28.668Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ff freemap_route_ipv6unit
50032026-08-08T03:02:28.668Z
50042026-08-08T03:02:28.668Z:: Aug 08 03:02:27.721freemap_route_ipv6 freemap_route_ipv6INFO
50052026-08-08T03:02:28.668Z
50062026-08-08T03:02:28.668Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 08 03:02:27.721
50072026-08-08T03:02:28.668Z Aug 08 03:02:27.721 DEBGDEBGAug 08 03:02:27.721 Aug 08 03:02:27.721 INFOAug 08 03:02:27.721INFO DEBGreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
50082026-08-08T03:02:28.668Z
50092026-08-08T03:02:28.668Zreplacing 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:dead::/64 -> 2001:db8::55:1
50102026-08-08T03:02:28.668Z
50112026-08-08T03:02:28.668Zreset freemap, Aug 08 03:02:27.721Aug 08 03:02:27.721 DEBGINFO Aug 08 03:02:27.721Aug 08 03:02:27.721 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
50122026-08-08T03:02:28.668Z
50132026-08-08T03:02:28.668ZINFODEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 08 03:02:27.721
50142026-08-08T03:02:28.668Z :
50152026-08-08T03:02:28.668ZINFO freemap_route_ipv6Aug 08 03:02:27.721
50162026-08-08T03:02:28.668Z adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 08 03:02:27.721 DEBG
50172026-08-08T03:02:28.668Z Aug 08 03:02:27.721Aug 08 03:02:27.721replacing 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 08 03:02:27.721INFO INFODEBG
50182026-08-08T03:02:28.668ZDEBGreplacing 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:2
50192026-08-08T03:02:28.668Z
50202026-08-08T03:02:28.668Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1
50212026-08-08T03:02:28.668ZAug 08 03:02:27.721Aug 08 03:02:27.721 Aug 08 03:02:27.721DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 08 03:02:27.721INFO
50222026-08-08T03:02:28.668Z failed to allocate space for the new target list
50232026-08-08T03:02:28.668Zadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
50242026-08-08T03:02:28.668ZINFO
50252026-08-08T03:02:28.668Z adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 08 03:02:27.721
50262026-08-08T03:02:28.668Z Aug 08 03:02:27.721Aug 08 03:02:27.721 Aug 08 03:02:27.721DEBG INFO DEBGDEBGAug 08 03:02:27.721 adding route 3fff:dead::/64 -> 2001:db8::55:3
50272026-08-08T03:02:28.669ZDEBGreplacing 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 3fff:dead::/64 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 } }]
50282026-08-08T03:02:28.669Z
50292026-08-08T03:02:28.669ZAug 08 03:02:27.721 DEBG
50302026-08-08T03:02:28.669Z
50312026-08-08T03:02:28.669Z Aug 08 03:02:27.721replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
50322026-08-08T03:02:28.669Z INFOAug 08 03:02:27.721 Aug 08 03:02:27.721adding route 3fff:beef:a::/64 -> 2001:db8::55:ff INFOINFO
50332026-08-08T03:02:28.669Z adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.16.0.0/32 -> 10.0.0.2Aug 08 03:02:27.721
50342026-08-08T03:02:28.669Z
50352026-08-08T03:02:28.669Z INFO Aug 08 03:02:27.721adding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 08 03:02:27.721
50362026-08-08T03:02:28.669ZDEBG Aug 08 03:02:27.721 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 } }]DEBGDEBG
50372026-08-08T03:02:28.669Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 08 03:02:27.721replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
50382026-08-08T03:02:28.669Z
50392026-08-08T03:02:28.669ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 08 03:02:27.721
50402026-08-08T03:02:28.669Z Aug 08 03:02:27.721Aug 08 03:02:27.721INFO DEBG Aug 08 03:02:27.721INFO DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
50412026-08-08T03:02:28.669Zadding route 172.16.0.0/32 -> 10.0.0.3
50422026-08-08T03:02:28.669Zreplacing targets for 3fff:dead::/64 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 } }]
50432026-08-08T03:02:28.669Z
50442026-08-08T03:02:28.669ZAug 08 03:02:27.721Aug 08 03:02:27.721Aug 08 03:02:27.721 DEBGDEBG WARN replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }]
50452026-08-08T03:02:28.669ZAug 08 03:02:27.721
50462026-08-08T03:02:28.669Z WARN
50472026-08-08T03:02:28.669Z Aug 08 03:02:27.721shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
50482026-08-08T03:02:28.669ZINFO Aug 08 03:02:27.721adding route 172.16.0.0/32 -> 10.0.0.4
50492026-08-08T03:02:28.669ZAug 08 03:02:27.711Aug 08 03:02:27.721 DEBGDEBG created 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 } }, NextHop { asic_port_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 } }]
50502026-08-08T03:02:28.669ZAug 08 03:02:27.715, INFO unitDEBG: created new freemapadding route 3fff:beef:c::/64 -> 2001:db8::55:fffreemap_route_ipv4
50512026-08-08T03:02:28.669ZAug 08 03:02:27.721
50522026-08-08T03:02:28.669Z, unitDEBG: replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
50532026-08-08T03:02:28.669ZAug 08 03:02:27.721freemap_route_ipv4 Aug 08 03:02:27.721
50542026-08-08T03:02:28.669Z DEBGDEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:02:27.721created new freemap
50552026-08-08T03:02:28.669ZDEBG, unitcreated new freemap:, Aug 08 03:02:27.722unit : INFOfreemap_route_ipv6
50562026-08-08T03:02:28.669Zadding route 3fff:beef:d::/64 -> 2001:db8::55:fffreemap_route_ipv6
50572026-08-08T03:02:28.669Z
50582026-08-08T03:02:28.669ZAug 08 03:02:27.722Aug 08 03:02:27.722 Aug 08 03:02:27.722DEBGDEBG
50592026-08-08T03:02:28.669Z DEBGinitted freemap. size: 64 initted freemap. size: 64, , 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 } }]unitunit:Aug 08 03:02:27.722
50602026-08-08T03:02:28.669ZINFOfreemap_route_ipv4 :adding route 172.17.0.6/32 -> 10.0.0.255
50612026-08-08T03:02:28.669Z
50622026-08-08T03:02:28.669Zfreemap_route_ipv4
50632026-08-08T03:02:28.669ZAug 08 03:02:27.722 Aug 08 03:02:27.722Aug 08 03:02:27.722Aug 08 03:02:27.722INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG
50642026-08-08T03:02:28.669ZDEBG DEBGreset freemap 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 } }], reset freemap
50652026-08-08T03:02:28.669Zunit, :unit :freemap_route_ipv4Aug 08 03:02:27.722
50662026-08-08T03:02:28.670Z freemap_route_ipv4DEBGAug 08 03:02:27.722
50672026-08-08T03:02:28.670Zreplacing 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 } }]
50682026-08-08T03:02:28.670ZINFO Aug 08 03:02:27.722adding route 172.17.0.7/32 -> 10.0.0.255
50692026-08-08T03:02:28.670ZAug 08 03:02:27.722DEBG Aug 08 03:02:27.722initted freemap. size: 64DEBG , unitinitted freemap. size: 64Aug 08 03:02:27.722, INFO:DEBGunit :replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv6
50702026-08-08T03:02:28.670Z freemap_route_ipv6
50712026-08-08T03:02:28.670Z
50722026-08-08T03:02:28.670Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
50732026-08-08T03:02:28.670ZAug 08 03:02:27.722 Aug 08 03:02:27.722INFOAug 08 03:02:27.722 DEBGadding route 172.17.0.8/32 -> 10.0.0.255DEBG
50742026-08-08T03:02:28.670Z Aug 08 03:02:27.722 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 } }]
50752026-08-08T03:02:28.670Zreset freemapDEBG , Aug 08 03:02:27.722unit :Aug 08 03:02:27.722DEBGreset freemap freemap_route_ipv6 , INFOreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
50762026-08-08T03:02:28.670ZAug 08 03:02:27.722 Aug 08 03:02:27.722Aug 08 03:02:27.727 DEBGINFO created new freemapDEBGadding route 172.16.0.0/32 -> 10.0.0.1,
50772026-08-08T03:02:28.670Zunit :created new freemap , Aug 08 03:02:27.722freemap_route_ipv4Aug 08 03:02:27.727
50782026-08-08T03:02:28.670Z unit :DEBG freemap_route_ipv4created new freemap
50792026-08-08T03:02:28.670Z, unit: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 08 03:02:27.727
50802026-08-08T03:02:28.670Z DEBGAug 08 03:02:27.727 freemap_route_ipv4Aug 08 03:02:27.727created new freemap , DEBG
50812026-08-08T03:02:28.670Z INFOcreated new freemap unit, :unitadding route 172.17.0.0/32 -> 10.0.0.255 :
50822026-08-08T03:02:28.670Z freemap_route_ipv6freemap_route_ipv6
50832026-08-08T03:02:28.670Z
50842026-08-08T03:02:28.670ZAug 08 03:02:27.727Aug 08 03:02:27.727 DEBG created new freemapDEBG, Aug 08 03:02:27.727Aug 08 03:02:27.727 unit 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 } }]:DEBGDEBG freemap_route_ipv6initted freemap. size: 64
50852026-08-08T03:02:28.670Z, initted freemap. size: 64unit:
50862026-08-08T03:02:28.670Z , unit:Aug 08 03:02:27.728 freemap_route_ipv4freemap_route_ipv4 Aug 08 03:02:27.728
50872026-08-08T03:02:28.670Z INFODEBG
50882026-08-08T03:02:28.670Z initted freemap. size: 64Aug 08 03:02:27.728, unitDEBG:adding route 172.17.0.1/32 -> 10.0.0.255 Aug 08 03:02:27.728
50892026-08-08T03:02:28.670Z reset freemapDEBGfreemap_route_ipv4,
50902026-08-08T03:02:28.670Zreset freemapunit, : Aug 08 03:02:27.728unit Aug 08 03:02:27.728DEBGfreemap_route_ipv4
50912026-08-08T03:02:28.670Zreset freemap:, unit :DEBG freemap_route_ipv4replacing 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 08 03:02:27.728
50922026-08-08T03:02:28.670Z
50932026-08-08T03:02:28.670Z freemap_route_ipv4DEBG
50942026-08-08T03:02:28.670Z initted freemap. size: 64Aug 08 03:02:27.728, unitDEBGAug 08 03:02:27.728: DEBG freemap_route_ipv6initted freemap. size: 64
50952026-08-08T03:02:28.670Zinitted freemap. size: 64, Aug 08 03:02:27.728, unit :INFO unitAug 08 03:02:27.728adding route 172.17.0.2/32 -> 10.0.0.255 freemap_route_ipv6DEBG
50962026-08-08T03:02:28.670Z: reset freemap
50972026-08-08T03:02:28.670Z , freemap_route_ipv6Aug 08 03:02:27.728
50982026-08-08T03:02:28.670Zunit :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 } }]freemap_route_ipv6
50992026-08-08T03:02:28.670Z
51002026-08-08T03:02:28.670ZAug 08 03:02:27.728Aug 08 03:02:27.728 DEBG DEBGreset freemapAug 08 03:02:27.728 , reset freemapunitAug 08 03:02:27.728 :, INFO INFOfreemap_route_ipv6
51012026-08-08T03:02:28.670Zunit :adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.17.0.3/32 -> 10.0.0.255
51022026-08-08T03:02:28.674Zfreemap_route_ipv6
51032026-08-08T03:02:28.674ZAug 08 03:02:27.728
51042026-08-08T03:02:28.674Z INFOAug 08 03:02:27.728 adding route 172.16.0.0/32 -> 10.0.0.1DEBG
51052026-08-08T03:02:28.674ZAug 08 03:02:27.728 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 08 03:02:27.728
51062026-08-08T03:02:28.675Zreplacing 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 } }]unitAug 08 03:02:27.728
51072026-08-08T03:02:28.675Z :Aug 08 03:02:27.728 DEBGfreemap_route_ipv6
51082026-08-08T03:02:28.675Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO
51092026-08-08T03:02:28.675Z INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 08 03:02:27.728
51102026-08-08T03:02:28.675Z Aug 08 03:02:27.728adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 08 03:02:27.728
51112026-08-08T03:02:28.675ZINFO INFOadding route 172.16.0.0/32 -> 10.0.0.1
51122026-08-08T03:02:28.675ZINFOadding route 172.17.0.4/32 -> 10.0.0.255
51132026-08-08T03:02:28.675Zadding route 172.16.0.0/32 -> 10.0.0.1Aug 08 03:02:27.728
51142026-08-08T03:02:28.675ZAug 08 03:02:27.728Aug 08 03:02:27.728 Aug 08 03:02:27.728 DEBGDEBGDEBG 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 } }]
51152026-08-08T03:02:28.675Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
51162026-08-08T03:02:28.675Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 08 03:02:27.728Aug 08 03:02:27.728 INFO
51172026-08-08T03:02:28.675Zreplacing 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
51182026-08-08T03:02:28.675ZAug 08 03:02:27.728 INFOadding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
51192026-08-08T03:02:28.675Z
51202026-08-08T03:02:28.675Zadding route 3fff:dead::/64 -> 2001:db8::55:3Aug 08 03:02:27.728
51212026-08-08T03:02:28.675Z INFOAug 08 03:02:27.728 INFOadding route 3fff:dead::/64 -> 2001:db8::55:2
51222026-08-08T03:02:28.675Zadding route 172.17.0.5/32 -> 10.0.0.255Aug 08 03:02:27.728
51232026-08-08T03:02:28.675ZAug 08 03:02:27.728 Aug 08 03:02:27.728 DEBGDEBG Aug 08 03:02:27.728 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 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
51242026-08-08T03:02:28.675Z
51252026-08-08T03:02:28.675ZDEBGINFO adding route 172.16.0.0/32 -> 10.0.0.2Aug 08 03:02:27.728Aug 08 03:02:27.728
51262026-08-08T03:02:28.675Z replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
51272026-08-08T03:02:28.675Z Aug 08 03:02:27.728 adding route 172.16.0.0/32 -> 10.0.0.2INFO
51282026-08-08T03:02:28.675Z adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 08 03:02:27.728
51292026-08-08T03:02:28.675ZINFODEBG adding route 172.17.0.6/32 -> 10.0.0.255Aug 08 03:02:27.728 Aug 08 03:02:27.728Aug 08 03:02:27.728
51302026-08-08T03:02:28.675Z 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 } }, NextHop { asic_port_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 } }]
51312026-08-08T03:02:28.675Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
51322026-08-08T03:02:28.675Z
51332026-08-08T03:02:28.675Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 08 03:02:27.728Aug 08 03:02:27.728 Aug 08 03:02:27.728
51342026-08-08T03:02:28.675Z INFODEBG DEBGreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 08 03:02:27.728replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255
51352026-08-08T03:02:28.675Z
51362026-08-08T03:02:28.675Z
51372026-08-08T03:02:28.675Z INFOAug 08 03:02:27.728Aug 08 03:02:27.728Aug 08 03:02:27.728 INFOadding route 172.16.0.0/32 -> 10.0.0.3 DEBG
51382026-08-08T03:02:28.675Zadding route 172.17.0.7/32 -> 10.0.0.255 DEBG
51392026-08-08T03:02:28.675Zreplacing 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 } }]
51402026-08-08T03:02:28.675Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
51412026-08-08T03:02:28.675ZAug 08 03:02:27.728Aug 08 03:02:27.728 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 } }]Aug 08 03:02:27.728
51422026-08-08T03:02:28.675Z 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
51432026-08-08T03:02:28.675Z adding route 172.17.0.1/32 -> 10.0.0.255Aug 08 03:02:27.728
51442026-08-08T03:02:28.676Z INFO Aug 08 03:02:27.728adding route 172.16.0.0/32 -> 10.0.0.4
51452026-08-08T03:02:28.676ZINFO adding route 172.17.0.8/32 -> 10.0.0.255
51462026-08-08T03:02:28.676ZAug 08 03:02:27.728 Aug 08 03:02:27.728DEBG 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 08 03:02:27.722
51472026-08-08T03:02:28.676ZAug 08 03:02:27.728 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
51482026-08-08T03:02:28.676Z 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
51492026-08-08T03:02:28.676ZAug 08 03:02:27.728 created new freemapINFOAug 08 03:02:27.728, INFOadding route 172.17.0.2/32 -> 10.0.0.255Aug 08 03:02:27.728
51502026-08-08T03:02:28.676Z adding route 172.17.0.0/32 -> 10.0.0.255unitINFO
51512026-08-08T03:02:28.676Z adding route 172.17.0.9/32 -> 10.0.0.255:
51522026-08-08T03:02:28.676Z Aug 08 03:02:27.728Aug 08 03:02:27.728 DEBGfreemap_route_ipv4 Aug 08 03:02:27.728DEBGreplacing 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 } }]
51532026-08-08T03:02:28.676ZDEBG
51542026-08-08T03:02:28.676Zreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
51552026-08-08T03:02:28.676Z
51562026-08-08T03:02:28.676ZAug 08 03:02:27.728 INFOAug 08 03:02:27.728 Aug 08 03:02:27.728adding route 172.17.0.3/32 -> 10.0.0.255
51572026-08-08T03:02:28.676Z INFO INFOadding route 172.17.0.10/32 -> 10.0.0.255Aug 08 03:02:27.728
51582026-08-08T03:02:28.676Z adding route 172.17.0.1/32 -> 10.0.0.255DEBG
51592026-08-08T03:02:28.676Z Aug 08 03:02:27.728Aug 08 03:02:27.728 created new freemapDEBG, Aug 08 03:02:27.728replacing 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 } }]
51602026-08-08T03:02:28.676ZDEBG 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 } }]unit
51612026-08-08T03:02:28.676Zreplacing 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 } }]
51622026-08-08T03:02:28.676Z: freemap_route_ipv6Aug 08 03:02:27.728
51632026-08-08T03:02:28.676Z Aug 08 03:02:27.728INFO adding route 172.17.0.4/32 -> 10.0.0.255Aug 08 03:02:27.728
51642026-08-08T03:02:28.676Z INFOAug 08 03:02:27.728 INFOadding route 172.17.0.11/32 -> 10.0.0.255
51652026-08-08T03:02:28.676ZAug 08 03:02:27.728DEBG adding route 172.17.0.2/32 -> 10.0.0.255DEBG
51662026-08-08T03:02:28.676ZAug 08 03:02:27.728initted freemap. size: 64 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 } }],
51672026-08-08T03:02:28.676ZunitDEBG :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 } }] freemap_route_ipv4Aug 08 03:02:27.728
51682026-08-08T03:02:28.676Z
51692026-08-08T03:02:28.676ZAug 08 03:02:27.728 INFO DEBGadding route 172.17.0.5/32 -> 10.0.0.255Aug 08 03:02:27.728Aug 08 03:02:27.728
51702026-08-08T03:02:28.676Z 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
51712026-08-08T03:02:28.676Z DEBGAug 08 03:02:27.728adding route 172.17.0.12/32 -> 10.0.0.255
51722026-08-08T03:02:28.676ZDEBG 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 } }]reset freemap
51732026-08-08T03:02:28.676Ztest route::tests::rollback_on_index_readd_failure ... ok
51742026-08-08T03:02:28.676ZAug 08 03:02:27.728, Aug 08 03:02:27.728INFOunit :DEBGAug 08 03:02:27.728 adding route 172.17.0.3/32 -> 10.0.0.255
51752026-08-08T03:02:28.676Zreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4INFO
51762026-08-08T03:02:28.676Z
51772026-08-08T03:02:28.676Z adding route 172.17.0.6/32 -> 10.0.0.255
51782026-08-08T03:02:28.676ZAug 08 03:02:27.728 Aug 08 03:02:27.728INFO Aug 08 03:02:27.728DEBG Aug 08 03:02:27.728adding route 172.17.0.13/32 -> 10.0.0.255DEBGinitted freemap. size: 64
51792026-08-08T03:02:28.676Z, replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
51802026-08-08T03:02:28.676ZunitAug 08 03:02:27.728 :DEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:02:27.728freemap_route_ipv6
51812026-08-08T03:02:28.676ZINFOreplacing 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 } }]
51822026-08-08T03:02:28.676Zadding route 172.17.0.7/32 -> 10.0.0.255
51832026-08-08T03:02:28.677Z
51842026-08-08T03:02:28.677Ztest route::tests::shrink_preserves_compacted_order ... ok
51852026-08-08T03:02:28.677Ztest transceivers::mpn_test::test_mpn_missing ... ok
51862026-08-08T03:02:28.677Ztest transceivers::mpn_test::test_mpn_present ... ok
51872026-08-08T03:02:28.677Ztest transceivers::mpn_test::test_xcvr_missing ... ok
51882026-08-08T03:02:28.677Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
51892026-08-08T03:02:28.677Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
51902026-08-08T03:02:28.677Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
51912026-08-08T03:02:28.677Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
51922026-08-08T03:02:28.677Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
51932026-08-08T03:02:28.677Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
51942026-08-08T03:02:28.677Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
51952026-08-08T03:02:28.677Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
51962026-08-08T03:02:28.677Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
51972026-08-08T03:02:28.677Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
51982026-08-08T03:02:28.677Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
51992026-08-08T03:02:28.677Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
52002026-08-08T03:02:28.677Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
52012026-08-08T03:02:28.677Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
52022026-08-08T03:02:28.681Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
52032026-08-08T03:02:28.681Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
52042026-08-08T03:02:28.681Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
52052026-08-08T03:02:28.681Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
52062026-08-08T03:02:28.681Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
52072026-08-08T03:02:28.681Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
52082026-08-08T03:02:28.681Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
52092026-08-08T03:02:28.681Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
52102026-08-08T03:02:28.681Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
52112026-08-08T03:02:28.681Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
52122026-08-08T03:02:28.681Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
52132026-08-08T03:02:28.681Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
52142026-08-08T03:02:28.681Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
52152026-08-08T03:02:28.681Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
52162026-08-08T03:02:28.681Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
52172026-08-08T03:02:28.681ZAug 08 03:02:27.728Aug 08 03:02:27.728 DEBGAug 08 03:02:27.728 INFOreset freemap , DEBGunitadding route 172.17.0.4/32 -> 10.0.0.255Aug 08 03:02:27.728: Aug 08 03:02:27.728freemap_route_ipv6
52182026-08-08T03:02:28.682ZDEBG created new freemap, replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unitINFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 08 03:02:27.734
52192026-08-08T03:02:28.682Z:
52202026-08-08T03:02:28.682Z INFO
52212026-08-08T03:02:28.682Z adding route 3fff:dead::/64 -> 2001:db8::55:1
52222026-08-08T03:02:28.682Zadding route 172.17.0.14/32 -> 10.0.0.255
52232026-08-08T03:02:28.682Zfreemap_route_ipv4
52242026-08-08T03:02:28.682ZAug 08 03:02:27.734Aug 08 03:02:27.734 Aug 08 03:02:27.734Aug 08 03:02:27.734DEBG INFO DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 08 03:02:27.734
52252026-08-08T03:02:28.682Z adding route 172.17.0.9/32 -> 10.0.0.255replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
52262026-08-08T03:02:28.682Z
52272026-08-08T03:02:28.682ZDEBGAug 08 03:02:27.734 Aug 08 03:02:27.734created new freemap DEBGINFOAug 08 03:02:27.734Aug 08 03:02:27.734 adding route 3fff:dead::/64 -> 2001:db8::55:2
52282026-08-08T03:02:28.682ZINFO, 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 } }]unitadding route 172.17.0.8/32 -> 10.0.0.255Aug 08 03:02:27.734:adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
52292026-08-08T03:02:28.682Z 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 } }]
52302026-08-08T03:02:28.682ZDEBG
52312026-08-08T03:02:28.682Zfreemap_route_ipv6
52322026-08-08T03:02:28.682Z Aug 08 03:02:27.734
52332026-08-08T03:02:28.682Z Aug 08 03:02:27.734replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO adding route 172.17.0.10/32 -> 10.0.0.255Aug 08 03:02:27.734
52342026-08-08T03:02:28.682Z
52352026-08-08T03:02:28.682ZDEBGDEBGAug 08 03:02:27.734 DEBG Aug 08 03:02:27.734initted freemap. size: 64Aug 08 03:02:27.734, unitINFO: Aug 08 03:02:27.734adding route 3fff:dead::/64 -> 2001:db8::55:3freemap_route_ipv4replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
52362026-08-08T03:02:28.682Z
52372026-08-08T03:02:28.682Z
52382026-08-08T03:02:28.682ZDEBGINFO 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.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 08 03:02:27.734Aug 08 03:02:27.734 Aug 08 03:02:27.734adding route 172.17.0.15/32 -> 10.0.0.255INFO
52392026-08-08T03:02:28.682Z DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
52402026-08-08T03:02:28.682Z
52412026-08-08T03:02:28.682Z
52422026-08-08T03:02:28.682Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG reset freemap
52432026-08-08T03:02:28.682Z, unit:Aug 08 03:02:27.734Aug 08 03:02:27.734 Aug 08 03:02:27.734freemap_route_ipv4 Aug 08 03:02:27.734 INFO
52442026-08-08T03:02:28.682ZINFO adding route 172.17.0.11/32 -> 10.0.0.255DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4
52452026-08-08T03:02:28.682Z
52462026-08-08T03:02:28.682ZAug 08 03:02:27.734Aug 08 03:02:27.734 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 } }]
52472026-08-08T03:02:28.682ZAug 08 03:02:27.734 DEBG INFO DEBGinitted freemap. size: 64Aug 08 03:02:27.734Aug 08 03:02:27.734 , unitINFOreplacing 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 } }]:
52482026-08-08T03:02:28.682ZDEBG freemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
52492026-08-08T03:02:28.682Z
52502026-08-08T03:02:28.682Z DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ff Aug 08 03:02:27.734
52512026-08-08T03:02:28.682Zreplacing 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.9/32 -> 10.0.0.255Aug 08 03:02:27.734
52522026-08-08T03:02:28.682ZINFO
52532026-08-08T03:02:28.682Z adding route 172.17.0.12/32 -> 10.0.0.255
52542026-08-08T03:02:28.682ZDEBGAug 08 03:02:27.734 reset freemap, unitDEBG:Aug 08 03:02:27.734 freemap_route_ipv6Aug 08 03:02:27.734 DEBG
52552026-08-08T03:02:28.682Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG
52562026-08-08T03:02:28.682Z 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 08 03:02:27.734
52572026-08-08T03:02:28.683Zreplacing 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 08 03:02:27.734 Aug 08 03:02:27.734
52582026-08-08T03:02:28.683Z INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.16/32 -> 10.0.0.255
52592026-08-08T03:02:28.683ZAug 08 03:02:27.734Aug 08 03:02:27.734WARN
52602026-08-08T03:02:28.683ZAug 08 03:02:27.734 shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO
52612026-08-08T03:02:28.683Z Aug 08 03:02:27.734adding route 172.17.0.13/32 -> 10.0.0.255DEBG
52622026-08-08T03:02:28.683Z Aug 08 03:02:27.734DEBG 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 } }]
52632026-08-08T03:02:28.683Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG replacing targets for 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 } }]
52642026-08-08T03:02:28.683Z
52652026-08-08T03:02:28.683ZAug 08 03:02:27.734INFO DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff Aug 08 03:02:27.734replacing 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 } }]
52662026-08-08T03:02:28.683Z
52672026-08-08T03:02:28.683Z Aug 08 03:02:27.734Aug 08 03:02:27.734 INFO Aug 08 03:02:27.734INFO INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2 Aug 08 03:02:27.734
52682026-08-08T03:02:28.683Z
52692026-08-08T03:02:28.683Zadding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.14/32 -> 10.0.0.255
52702026-08-08T03:02:28.683Z
52712026-08-08T03:02:28.683ZDEBG 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 08 03:02:27.734
52722026-08-08T03:02:28.683Z DEBGAug 08 03:02:27.734Aug 08 03:02:27.734 DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBG
52732026-08-08T03:02:28.683Zreplacing 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 08 03:02:27.734
52742026-08-08T03:02:28.683Z 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 } }]INFOAug 08 03:02:27.734
52752026-08-08T03:02:28.683Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 08 03:02:27.734
52762026-08-08T03:02:28.683Z DEBGAug 08 03:02:27.734Aug 08 03:02:27.734 INFOINFO INFOadding route 172.16.0.0/32 -> 10.0.0.3
52772026-08-08T03:02:28.683Zadding route 172.17.0.18/32 -> 10.0.0.255replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.15/32 -> 10.0.0.255
52782026-08-08T03:02:28.683Z
52792026-08-08T03:02:28.683Z
52802026-08-08T03:02:28.683ZAug 08 03:02:27.734 DEBGAug 08 03:02:27.734 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 08 03:02:27.734
52812026-08-08T03:02:28.683Z DEBG DEBGAug 08 03:02:27.734 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 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 } }]
52822026-08-08T03:02:28.683Z
52832026-08-08T03:02:28.683Z DEBGAug 08 03:02:27.734 replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 08 03:02:27.734 adding route 172.16.0.0/32 -> 10.0.0.4INFOAug 08 03:02:27.734
52842026-08-08T03:02:28.683Z
52852026-08-08T03:02:28.683Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
52862026-08-08T03:02:28.683ZINFO adding route 172.17.0.11/32 -> 10.0.0.255Aug 08 03:02:27.734Aug 08 03:02:27.734 Aug 08 03:02:27.734INFO INFOadding route 172.17.0.16/32 -> 10.0.0.255DEBG
52872026-08-08T03:02:28.683Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 08 03:02:27.734
52882026-08-08T03:02:28.683Zadding route 172.17.0.19/32 -> 10.0.0.255 Aug 08 03:02:27.734DEBG
52892026-08-08T03:02:28.683Zreplacing 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 } }]
52902026-08-08T03:02:28.683Z
52912026-08-08T03:02:28.683ZDEBGAug 08 03:02:27.734 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
52922026-08-08T03:02:28.683Z replacing targets for 172.16.0.0/32 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 } }]
52932026-08-08T03:02:28.683ZAug 08 03:02:27.734Aug 08 03:02:27.734Aug 08 03:02:27.734 INFOINFODEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
52942026-08-08T03:02:28.683Zreplacing 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 08 03:02:27.734
52952026-08-08T03:02:28.683Z Aug 08 03:02:27.734adding route 172.17.0.17/32 -> 10.0.0.255
52962026-08-08T03:02:28.684Z DEBG Aug 08 03:02:27.734DEBGreplacing 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 08 03:02:27.734
52972026-08-08T03:02:28.684Z DEBGINFO replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
52982026-08-08T03:02:28.684Zadding route 172.17.0.20/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 } }]
52992026-08-08T03:02:28.684ZAug 08 03:02:27.734
53002026-08-08T03:02:28.684ZINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 08 03:02:27.734
53012026-08-08T03:02:28.684Z Aug 08 03:02:27.734 INFODEBG Aug 08 03:02:27.734Aug 08 03:02:27.734 adding route 172.17.0.12/32 -> 10.0.0.255INFO
53022026-08-08T03:02:28.687Z adding route 172.17.0.18/32 -> 10.0.0.255
53032026-08-08T03:02:28.688Z 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 } }]
53042026-08-08T03:02:28.688ZDEBG Aug 08 03:02:27.734Aug 08 03:02:27.734replacing 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 } }]
53052026-08-08T03:02:28.688ZDEBGDEBG Aug 08 03:02:27.734replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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
53062026-08-08T03:02:28.688ZAug 08 03:02:27.734
53072026-08-08T03:02:28.688Z INFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
53082026-08-08T03:02:28.688Z
53092026-08-08T03:02:28.688ZAug 08 03:02:27.734 INFO adding route 172.17.0.19/32 -> 10.0.0.255Aug 08 03:02:27.734 Aug 08 03:02:27.734DEBG 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 } }]
53102026-08-08T03:02:28.688Zreplacing 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 } }]
53112026-08-08T03:02:28.688ZAug 08 03:02:27.734
53122026-08-08T03:02:28.688Z INFOAug 08 03:02:27.734 adding route 172.17.0.13/32 -> 10.0.0.255INFOAug 08 03:02:27.734
53132026-08-08T03:02:28.688Z Aug 08 03:02:27.734INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG
53142026-08-08T03:02:28.688Zadding route 172.17.0.22/32 -> 10.0.0.255 replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53152026-08-08T03:02:28.688Z
53162026-08-08T03:02:28.688ZAug 08 03:02:27.734 DEBGAug 08 03:02:27.734 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 08 03:02:27.734DEBG
53172026-08-08T03:02:28.688Z INFOreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:02:27.734Aug 08 03:02:27.734
53182026-08-08T03:02:28.688ZINFOadding route 172.17.0.20/32 -> 10.0.0.255DEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffreplacing 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 } }]
53192026-08-08T03:02:28.688Z
53202026-08-08T03:02:28.688Z
53212026-08-08T03:02:28.688ZAug 08 03:02:27.734 INFO Aug 08 03:02:27.734adding route 172.17.0.14/32 -> 10.0.0.255
53222026-08-08T03:02:28.688ZDEBG 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 } }]
53232026-08-08T03:02:28.688ZAug 08 03:02:27.734Aug 08 03:02:27.734 INFOAug 08 03:02:27.734 DEBG adding route 172.17.0.23/32 -> 10.0.0.255INFO adding route 172.17.0.21/32 -> 10.0.0.255Aug 08 03:02:27.735
53242026-08-08T03:02:28.688ZAug 08 03:02:27.734 DEBG 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 } }]
53252026-08-08T03:02:28.688Zcreated new freemap, unit: Aug 08 03:02:27.766replacing 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 } }]
53262026-08-08T03:02:28.688Zfreemap_route_ipv4
53272026-08-08T03:02:28.688ZINFOAug 08 03:02:27.728
53282026-08-08T03:02:28.688Z adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 08 03:02:27.766Aug 08 03:02:27.766
53292026-08-08T03:02:28.688Z 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 } }]
53302026-08-08T03:02:28.688ZAug 08 03:02:27.766created new freemapAug 08 03:02:27.766DEBGAug 08 03:02:27.766 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 } }]
53312026-08-08T03:02:28.688ZDEBG created new freemapreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
53322026-08-08T03:02:28.688Z , Aug 08 03:02:27.766Aug 08 03:02:27.766, unit Aug 08 03:02:27.766unit ::INFOINFO INFO adding route 172.17.0.22/32 -> 10.0.0.255INFO
53332026-08-08T03:02:28.688Zadding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255freemap_route_ipv6
53342026-08-08T03:02:28.688Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
53352026-08-08T03:02:28.688Z
53362026-08-08T03:02:28.688ZAug 08 03:02:27.766 DEBG
53372026-08-08T03:02:28.688Zreplacing 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 08 03:02:27.766
53382026-08-08T03:02:28.688Z DEBG initted freemap. size: 64, Aug 08 03:02:27.766unit :Aug 08 03:02:27.766freemap_route_ipv4 Aug 08 03:02:27.766freemap_route_ipv4
53392026-08-08T03:02:28.688Z
53402026-08-08T03:02:28.688ZDEBG 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 08 03:02:27.766Aug 08 03:02:27.766DEBG
53412026-08-08T03:02:28.688Z 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 } }]INFO
53422026-08-08T03:02:28.689Z reset freemapDEBGadding route 172.17.0.23/32 -> 10.0.0.255, unit
53432026-08-08T03:02:28.689Z:Aug 08 03:02:27.766 freemap_route_ipv4replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
53442026-08-08T03:02:28.689ZAug 08 03:02:27.766
53452026-08-08T03:02:28.689ZDEBGAug 08 03:02:27.766 Aug 08 03:02:27.766 DEBGcreated new freemapAug 08 03:02:27.766, unitDEBGreplacing 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 08 03:02:27.766INFO initted freemap. size: 64adding route 172.17.0.25/32 -> 10.0.0.255:
53462026-08-08T03:02:28.689Z
53472026-08-08T03:02:28.689Z , unitINFO: freemap_route_ipv6
53482026-08-08T03:02:28.689ZINFO Aug 08 03:02:27.766adding route 3fff:beef:1e::/64 -> 2001:db8::55:fffreemap_route_ipv6adding route 172.17.0.16/32 -> 10.0.0.255
53492026-08-08T03:02:28.689Z
53502026-08-08T03:02:28.689ZAug 08 03:02:27.766DEBG INFO Aug 08 03:02:27.766Aug 08 03:02:27.766
53512026-08-08T03:02:28.689Zreplacing 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 08 03:02:27.766
53522026-08-08T03:02:28.689Z DEBGDEBG Aug 08 03:02:27.766 adding route 172.17.0.24/32 -> 10.0.0.255reset freemap
53532026-08-08T03:02:28.689Zreplacing 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 , initted freemap. size: 64
53542026-08-08T03:02:28.689ZDEBGunit, Aug 08 03:02:27.766unit Aug 08 03:02:27.766:INFO DEBG:freemap_route_ipv4 freemap_route_ipv6 Aug 08 03:02:27.766
53552026-08-08T03:02:28.689Z
53562026-08-08T03:02:28.689Z adding route 172.17.0.26/32 -> 10.0.0.255INFOreplacing 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 } }]
53572026-08-08T03:02:28.689Z
53582026-08-08T03:02:28.689ZAug 08 03:02:27.766 Aug 08 03:02:27.766adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
53592026-08-08T03:02:28.689ZAug 08 03:02:27.766DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
53602026-08-08T03:02:28.689Z replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:02:27.766
53612026-08-08T03:02:28.689Zreplacing 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 } }]reset freemapDEBGAug 08 03:02:27.766 ,
53622026-08-08T03:02:28.689ZAug 08 03:02:27.766replacing 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 } }]unitDEBG
53632026-08-08T03:02:28.689Z INFO adding route 172.17.0.25/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 } }]
53642026-08-08T03:02:28.689ZAug 08 03:02:27.766
53652026-08-08T03:02:28.689ZAug 08 03:02:27.766 INFO: INFOAug 08 03:02:27.766 Aug 08 03:02:27.766adding route 3fff:beef:20::/64 -> 2001:db8::55:ff Aug 08 03:02:27.766
53662026-08-08T03:02:28.689ZINFO freemap_route_ipv4 INFO Aug 08 03:02:27.766
53672026-08-08T03:02:28.689Z adding route 172.17.0.27/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
53682026-08-08T03:02:28.689ZDEBG
53692026-08-08T03:02:28.689Zreplacing 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.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 } }]
53702026-08-08T03:02:28.689Z
53712026-08-08T03:02:28.689ZAug 08 03:02:27.766adding route 172.17.0.17/32 -> 10.0.0.255 Aug 08 03:02:27.766Aug 08 03:02:27.766 Aug 08 03:02:27.766DEBG
53722026-08-08T03:02:28.689Z Aug 08 03:02:27.766DEBG INFO 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 } }] ,
53732026-08-08T03:02:28.689ZINFO DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ffunit
53742026-08-08T03:02:28.689Z replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:02:27.766
53752026-08-08T03:02:28.689Z adding route 172.17.0.26/32 -> 10.0.0.255INFO
53762026-08-08T03:02:28.689ZAug 08 03:02:27.766 adding route 3fff:dead::/64 -> 2001:db8::55:3 DEBGAug 08 03:02:27.766
53772026-08-08T03:02:28.689ZAug 08 03:02:27.766replacing 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 } }]
53782026-08-08T03:02:28.689ZDEBG: Aug 08 03:02:27.766replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:02:27.766 DEBG
53792026-08-08T03:02:28.689Zreplacing 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 } }]DEBGINFOAug 08 03:02:27.766
53802026-08-08T03:02:28.689Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFO
53812026-08-08T03:02:28.690Z freemap_route_ipv6adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 08 03:02:27.766
53822026-08-08T03:02:28.690Zadding route 172.17.0.28/32 -> 10.0.0.255
53832026-08-08T03:02:28.690Z
53842026-08-08T03:02:28.690ZAug 08 03:02:27.766Aug 08 03:02:27.774 INFODEBG adding route 172.17.0.18/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 } }]
53852026-08-08T03:02:28.690Z
53862026-08-08T03:02:28.690ZAug 08 03:02:27.766Aug 08 03:02:27.774 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 08 03:02:27.774Aug 08 03:02:27.774
53872026-08-08T03:02:28.690Z DEBGINFO 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:23::/64 -> 2001:db8::55:ff
53882026-08-08T03:02:28.690Z
53892026-08-08T03:02:28.690Z
53902026-08-08T03:02:28.690ZAug 08 03:02:27.774 DEBGAug 08 03:02:27.774 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
53912026-08-08T03:02:28.690Z adding route 172.17.0.19/32 -> 10.0.0.255Aug 08 03:02:27.774
53922026-08-08T03:02:28.690Z Aug 08 03:02:27.774DEBG DEBGreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
53932026-08-08T03:02:28.690Zreplacing 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 08 03:02:27.774
53942026-08-08T03:02:28.690Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 08 03:02:27.774Aug 08 03:02:27.774
53952026-08-08T03:02:28.690Z INFO Aug 08 03:02:27.774 adding route 172.17.0.27/32 -> 10.0.0.255INFODEBG
53962026-08-08T03:02:28.690Zadding route 3fff:beef:24::/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 } }]INFO
53972026-08-08T03:02:28.690Z adding route 172.17.0.5/32 -> 10.0.0.255
53982026-08-08T03:02:28.690Z
53992026-08-08T03:02:28.690ZAug 08 03:02:27.774 DEBGAug 08 03:02:27.774 replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
54002026-08-08T03:02:28.690Z 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 } }]
54012026-08-08T03:02:28.690ZAug 08 03:02:27.774Aug 08 03:02:27.774 DEBGINFOAug 08 03:02:27.774 Aug 08 03:02:27.774 adding route 172.17.0.20/32 -> 10.0.0.255INFO
54022026-08-08T03:02:28.694Z replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
54032026-08-08T03:02:28.694ZINFO adding route 172.17.0.28/32 -> 10.0.0.255
54042026-08-08T03:02:28.694Z
54052026-08-08T03:02:28.694ZAug 08 03:02:27.774 DEBG Aug 08 03:02:27.774replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54062026-08-08T03:02:28.694ZDEBG 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 } }]
54072026-08-08T03:02:28.694ZAug 08 03:02:27.774 Aug 08 03:02:27.774Aug 08 03:02:27.774INFO Aug 08 03:02:27.774INFO adding route 172.17.0.6/32 -> 10.0.0.255DEBG
54082026-08-08T03:02:28.694ZINFO replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 172.17.0.21/32 -> 10.0.0.255Aug 08 03:02:27.774
54092026-08-08T03:02:28.694Z
54102026-08-08T03:02:28.694ZDEBG
54112026-08-08T03:02:28.694Z replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:02:27.774 Aug 08 03:02:27.774INFO DEBGadding route 172.17.0.29/32 -> 10.0.0.255
54122026-08-08T03:02:28.694Z
54132026-08-08T03:02:28.694Zreplacing 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 08 03:02:27.774
54142026-08-08T03:02:28.694Z DEBGAug 08 03:02:27.774 Aug 08 03:02:27.774 replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
54152026-08-08T03:02:28.694Z Aug 08 03:02:27.774adding route 172.17.0.7/32 -> 10.0.0.255DEBG
54162026-08-08T03:02:28.694Z INFOAug 08 03:02:27.774replacing 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:27::/64 -> 2001:db8::55:ff
54172026-08-08T03:02:28.694Z
54182026-08-08T03:02:28.695ZINFOAug 08 03:02:27.774 adding route 172.17.0.22/32 -> 10.0.0.255DEBGAug 08 03:02:27.774
54192026-08-08T03:02:28.695Z DEBGAug 08 03:02:27.774 replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
54202026-08-08T03:02:28.695Z
54212026-08-08T03:02:28.695Z INFO Aug 08 03:02:27.774Aug 08 03:02:27.774 INFODEBG adding route 172.17.0.8/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 } }]adding route 172.17.0.30/32 -> 10.0.0.255
54222026-08-08T03:02:28.695Z
54232026-08-08T03:02:28.695Z
54242026-08-08T03:02:28.695ZAug 08 03:02:27.774 INFO Aug 08 03:02:27.774adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 08 03:02:27.774
54252026-08-08T03:02:28.695ZAug 08 03:02:27.774 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 } }]Aug 08 03:02:27.774
54262026-08-08T03:02:28.695ZINFO 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.23/32 -> 10.0.0.255 Aug 08 03:02:27.774
54272026-08-08T03:02:28.695ZDEBG
54282026-08-08T03:02:28.695Z 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 } }]
54292026-08-08T03:02:28.695ZINFO Aug 08 03:02:27.774Aug 08 03:02:27.774 DEBGINFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.17.0.31/32 -> 10.0.0.255replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54302026-08-08T03:02:28.695Z
54312026-08-08T03:02:28.695ZAug 08 03:02:27.774
54322026-08-08T03:02:28.695ZDEBGINFO Aug 08 03:02:27.774replacing 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 } }]
54332026-08-08T03:02:28.695Z DEBG Aug 08 03:02:27.774adding route 3fff:beef:29::/64 -> 2001:db8::55:ffreplacing 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 08 03:02:27.774
54342026-08-08T03:02:28.695Z
54352026-08-08T03:02:28.695Z INFODEBG Aug 08 03:02:27.774Aug 08 03:02:27.774adding route 172.17.0.24/32 -> 10.0.0.255 replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:02:27.774
54362026-08-08T03:02:28.695Z
54372026-08-08T03:02:28.695Z INFOINFO DEBGadding route 172.17.0.32/32 -> 10.0.0.255
54382026-08-08T03:02:28.695Zadding route 172.17.0.29/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 08 03:02:27.774
54392026-08-08T03:02:28.695Z INFO Aug 08 03:02:27.774adding route 172.17.0.10/32 -> 10.0.0.255
54402026-08-08T03:02:28.695Z
54412026-08-08T03:02:28.695Z DEBGAug 08 03:02:27.774Aug 08 03:02:27.774 Aug 08 03:02:27.774DEBGDEBG 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 08 03:02:27.774 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 } }]
54422026-08-08T03:02:28.695Z INFODEBG
54432026-08-08T03:02:28.695Zreplacing 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:2a::/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 } }]
54442026-08-08T03:02:28.695ZAug 08 03:02:27.774
54452026-08-08T03:02:28.695Z INFO
54462026-08-08T03:02:28.695Zadding route 172.17.0.33/32 -> 10.0.0.255
54472026-08-08T03:02:28.695ZAug 08 03:02:27.774Aug 08 03:02:27.774Aug 08 03:02:27.774 INFODEBGAug 08 03:02:27.774 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
54482026-08-08T03:02:28.695Zadding route 172.17.0.30/32 -> 10.0.0.255DEBG
54492026-08-08T03:02:28.695Z 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 08 03:02:27.774
54502026-08-08T03:02:28.695Z Aug 08 03:02:27.774adding route 172.17.0.25/32 -> 10.0.0.255 DEBG
54512026-08-08T03:02:28.695Z INFOAug 08 03:02:27.774 replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.11/32 -> 10.0.0.255
54522026-08-08T03:02:28.695Z
54532026-08-08T03:02:28.695ZAug 08 03:02:27.774INFO 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 } }]adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
54542026-08-08T03:02:28.695ZAug 08 03:02:27.774Aug 08 03:02:27.774 DEBG
54552026-08-08T03:02:28.695Z Aug 08 03:02:27.774replacing 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 } }]INFOAug 08 03:02:27.774
54562026-08-08T03:02:28.696Zadding route 172.17.0.34/32 -> 10.0.0.255 INFO
54572026-08-08T03:02:28.696Zadding route 172.17.0.31/32 -> 10.0.0.255Aug 08 03:02:27.774
54582026-08-08T03:02:28.696ZINFO DEBGAug 08 03:02:27.774 Aug 08 03:02:27.774adding route 172.17.0.26/32 -> 10.0.0.255replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 08 03:02:27.774
54592026-08-08T03:02:28.696Z
54602026-08-08T03:02:28.696Z adding route 172.17.0.12/32 -> 10.0.0.255
54612026-08-08T03:02:28.696ZDEBGDEBG 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 08 03:02:27.774
54622026-08-08T03:02:28.696ZAug 08 03:02:27.774replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
54632026-08-08T03:02:28.696Z DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff Aug 08 03:02:27.774replacing 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 08 03:02:27.774
54642026-08-08T03:02:28.696ZAug 08 03:02:27.774
54652026-08-08T03:02:28.696ZINFOINFO Aug 08 03:02:27.774adding route 172.17.0.32/32 -> 10.0.0.255 adding route 172.17.0.35/32 -> 10.0.0.255DEBGDEBG
54662026-08-08T03:02:28.696Z
54672026-08-08T03:02:28.696Zreplacing 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 } }]
54682026-08-08T03:02:28.696Zreplacing 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 08 03:02:27.774Aug 08 03:02:27.774
54692026-08-08T03:02:28.696Z DEBGAug 08 03:02:27.774 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 } }]INFOAug 08 03:02:27.774 adding route 172.17.0.13/32 -> 10.0.0.255 DEBGINFO
54702026-08-08T03:02:28.696Z
54712026-08-08T03:02:28.696Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
54722026-08-08T03:02:28.696Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
54732026-08-08T03:02:28.696Zreplacing 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 08 03:02:27.774
54742026-08-08T03:02:28.696ZAug 08 03:02:27.774 INFOAug 08 03:02:27.774DEBGAug 08 03:02:27.774 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 } }]
54752026-08-08T03:02:28.696Z DEBG INFOreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 08 03:02:27.774adding route 172.17.0.36/32 -> 10.0.0.255
54762026-08-08T03:02:28.696ZAug 08 03:02:27.774
54772026-08-08T03:02:28.696Z INFO adding route 172.17.0.14/32 -> 10.0.0.255Aug 08 03:02:27.774INFO
54782026-08-08T03:02:28.696Z adding route 172.17.0.27/32 -> 10.0.0.255 adding route 172.17.0.33/32 -> 10.0.0.255Aug 08 03:02:27.774DEBG
54792026-08-08T03:02:28.696Z 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 } }]
54802026-08-08T03:02:28.696ZAug 08 03:02:27.774INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBGAug 08 03:02:27.774
54812026-08-08T03:02:28.696Z 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 08 03:02:27.774 DEBGAug 08 03:02:27.774
54822026-08-08T03:02:28.696Z INFODEBG 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 } }]
54832026-08-08T03:02:28.696ZAug 08 03:02:27.774replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.37/32 -> 10.0.0.255
54842026-08-08T03:02:28.696Z
54852026-08-08T03:02:28.696ZINFO
54862026-08-08T03:02:28.696Z Aug 08 03:02:27.774 adding route 172.17.0.15/32 -> 10.0.0.255
54872026-08-08T03:02:28.696ZINFO Aug 08 03:02:27.774adding route 172.17.0.34/32 -> 10.0.0.255Aug 08 03:02:27.774Aug 08 03:02:27.774
54882026-08-08T03:02:28.696Z INFODEBGDEBG Aug 08 03:02:27.774replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
54892026-08-08T03:02:28.696Z
54902026-08-08T03:02:28.696ZDEBGreplacing 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 08 03:02:27.774 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
54912026-08-08T03:02:28.696Z
54922026-08-08T03:02:28.696ZAug 08 03:02:27.774replacing 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 } }] INFOAug 08 03:02:27.774
54932026-08-08T03:02:28.696Z DEBGadding route 172.17.0.38/32 -> 10.0.0.255
54942026-08-08T03:02:28.696Zreplacing 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 08 03:02:27.774
54952026-08-08T03:02:28.696Z INFOAug 08 03:02:27.774Aug 08 03:02:27.774Aug 08 03:02:27.774 DEBGINFOINFO adding route 172.17.0.35/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 } }]
54962026-08-08T03:02:28.697Zadding route 172.17.0.16/32 -> 10.0.0.255Aug 08 03:02:27.774 INFO adding route 172.17.0.28/32 -> 10.0.0.255Aug 08 03:02:27.774 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG
54972026-08-08T03:02:28.697Z
54982026-08-08T03:02:28.697Zcreated new freemap, unit
54992026-08-08T03:02:28.697ZAug 08 03:02:27.780: freemap_route_ipv4DEBG
55002026-08-08T03:02:28.697Z 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 08 03:02:27.780Aug 08 03:02:27.780
55012026-08-08T03:02:28.697ZDEBG Aug 08 03:02:27.780replacing 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 } }] DEBGAug 08 03:02:27.780
55022026-08-08T03:02:28.701ZINFOcreated new freemapAug 08 03:02:27.780 , adding route 3fff:beef:31::/64 -> 2001:db8::55:ff unitDEBG:Aug 08 03:02:27.780
55032026-08-08T03:02:28.701Z freemap_route_ipv6 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 } }]
55042026-08-08T03:02:28.701ZINFO
55052026-08-08T03:02:28.701Z adding route 172.17.0.29/32 -> 10.0.0.255
55062026-08-08T03:02:28.701ZAug 08 03:02:27.780Aug 08 03:02:27.780 DEBG initted freemap. size: 64, unit: Aug 08 03:02:27.780 DEBG freemap_route_ipv4INFO Aug 08 03:02:27.780adding route 172.17.0.36/32 -> 10.0.0.255replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
55072026-08-08T03:02:28.701Z
55082026-08-08T03:02:28.701Z
55092026-08-08T03:02:28.701ZDEBG 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 } }]
55102026-08-08T03:02:28.701ZAug 08 03:02:27.780 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 } }]
55112026-08-08T03:02:28.701ZAug 08 03:02:27.780Aug 08 03:02:27.780 Aug 08 03:02:27.780INFO Aug 08 03:02:27.780INFO INFODEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 172.17.0.30/32 -> 10.0.0.255
55122026-08-08T03:02:28.701Zreset freemap
55132026-08-08T03:02:28.701Z, unitadding route 172.17.0.37/32 -> 10.0.0.255:
55142026-08-08T03:02:28.701Z freemap_route_ipv4
55152026-08-08T03:02:28.701ZAug 08 03:02:27.780Aug 08 03:02:27.780 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 } }]
55162026-08-08T03:02:28.701Zreplacing 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 08 03:02:27.780
55172026-08-08T03:02:28.701ZAug 08 03:02:27.780 DEBGDEBGAug 08 03:02:27.780DEBGAug 08 03:02:27.780 initted freemap. size: 64 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOINFO, unit
55182026-08-08T03:02:28.701Z adding route 172.17.0.38/32 -> 10.0.0.255:adding route 172.17.0.31/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 } }]
55192026-08-08T03:02:28.701Zfreemap_route_ipv6
55202026-08-08T03:02:28.701Z
55212026-08-08T03:02:28.701Z
55222026-08-08T03:02:28.701ZAug 08 03:02:27.781Aug 08 03:02:27.781Aug 08 03:02:27.781Aug 08 03:02:27.781 INFO DEBG Aug 08 03:02:27.781 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 } }] INFOreset freemap DEBG, replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.17/32 -> 10.0.0.255unit
55232026-08-08T03:02:28.701Z
55242026-08-08T03:02:28.701Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
55252026-08-08T03:02:28.701Z
55262026-08-08T03:02:28.701Z: Aug 08 03:02:27.781Aug 08 03:02:27.781freemap_route_ipv6
55272026-08-08T03:02:28.701Z Aug 08 03:02:27.781INFO DEBG adding route 172.17.0.39/32 -> 10.0.0.255DEBGAug 08 03:02:27.781 Aug 08 03:02:27.781replacing 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 } }]
55282026-08-08T03:02:28.701ZINFOINFO
55292026-08-08T03:02:28.701Zadding route 172.16.0.0/32 -> 10.0.0.1
55302026-08-08T03:02:28.701Zreplacing 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 } }]
55312026-08-08T03:02:28.701Zadding route 172.17.0.32/32 -> 10.0.0.255
55322026-08-08T03:02:28.701ZAug 08 03:02:27.781Aug 08 03:02:27.781Aug 08 03:02:27.781Aug 08 03:02:27.781 DEBG DEBG
55332026-08-08T03:02:28.701Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFOINFO
55342026-08-08T03:02:28.701Z adding route 172.17.0.18/32 -> 10.0.0.255adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
55352026-08-08T03:02:28.701ZAug 08 03:02:27.781 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 } }]
55362026-08-08T03:02:28.702ZINFOAug 08 03:02:27.781Aug 08 03:02:27.781 Aug 08 03:02:27.781adding route 172.16.0.0/32 -> 10.0.0.2
55372026-08-08T03:02:28.702ZDEBGINFO
55382026-08-08T03:02:28.702Z 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 } }]
55392026-08-08T03:02:28.702Z DEBGAug 08 03:02:27.781adding route 172.17.0.39/32 -> 10.0.0.255Aug 08 03:02:27.781Aug 08 03:02:27.781
55402026-08-08T03:02:28.702Zreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
55412026-08-08T03:02:28.702Z Aug 08 03:02:27.781 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff DEBG
55422026-08-08T03:02:28.702Zadding route 172.17.0.40/32 -> 10.0.0.255 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 08 03:02:27.781
55432026-08-08T03:02:28.702Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 08 03:02:27.781
55442026-08-08T03:02:28.702Z DEBG Aug 08 03:02:27.781replacing 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 } }]
55452026-08-08T03:02:28.702ZAug 08 03:02:27.781Aug 08 03:02:27.781DEBG
55462026-08-08T03:02:28.702Z INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.3replacing 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 08 03:02:27.781
55472026-08-08T03:02:28.702Z INFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:02:27.781
55482026-08-08T03:02:28.702ZINFO
55492026-08-08T03:02:28.702ZAug 08 03:02:27.781 adding route 172.17.0.40/32 -> 10.0.0.255 Aug 08 03:02:27.781
55502026-08-08T03:02:28.702ZAug 08 03:02:27.781DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
55512026-08-08T03:02:28.702Zadding route 172.17.0.33/32 -> 10.0.0.255INFO INFOAug 08 03:02:27.781
55522026-08-08T03:02:28.702Zadding route 172.17.0.41/32 -> 10.0.0.255
55532026-08-08T03:02:28.702ZAug 08 03:02:27.781INFODEBGadding route 172.17.0.19/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 } }]
55542026-08-08T03:02:28.702Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
55552026-08-08T03:02:28.702ZINFO
55562026-08-08T03:02:28.702Z adding route 172.16.0.0/32 -> 10.0.0.4Aug 08 03:02:27.781
55572026-08-08T03:02:28.702ZAug 08 03:02:27.781 INFO DEBGadding route 172.17.0.41/32 -> 10.0.0.255 Aug 08 03:02:27.781Aug 08 03:02:27.781
55582026-08-08T03:02:28.702ZDEBGreplacing 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 08 03:02:27.781
55592026-08-08T03:02:28.702Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
55602026-08-08T03:02:28.702Z Aug 08 03:02:27.781DEBGDEBGAug 08 03:02:27.781 replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFODEBG Aug 08 03:02:27.781
55612026-08-08T03:02:28.702Z 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 } }] adding route 172.17.0.42/32 -> 10.0.0.255
55622026-08-08T03:02:28.702Zreplacing targets for 172.16.0.0/32 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 } }]
55632026-08-08T03:02:28.702Zreplacing 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 } }]
55642026-08-08T03:02:28.702Ztest route::tests::same_size_non_subset_replace ... ok
55652026-08-08T03:02:28.702Z
55662026-08-08T03:02:28.702ZAug 08 03:02:27.781Aug 08 03:02:27.781 INFOINFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
55672026-08-08T03:02:28.702Z
55682026-08-08T03:02:28.702ZAug 08 03:02:27.781 DEBGAug 08 03:02:27.781Aug 08 03:02:27.781 INFODEBG Aug 08 03:02:27.781replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55692026-08-08T03:02:28.703Z
55702026-08-08T03:02:28.703ZDEBG adding route 172.17.0.34/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 } }]
55712026-08-08T03:02:28.703Z
55722026-08-08T03:02:28.703ZAug 08 03:02:27.781Aug 08 03:02:27.781 INFOINFO adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255
55732026-08-08T03:02:28.703Z
55742026-08-08T03:02:28.703ZAug 08 03:02:27.781 Aug 08 03:02:27.781 Aug 08 03:02:27.781DEBGAug 08 03:02:27.781 DEBGDEBGINFO replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
55752026-08-08T03:02:28.703Z
55762026-08-08T03:02:28.703Z
55772026-08-08T03:02:28.703Z 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 } }]
55782026-08-08T03:02:28.703ZAug 08 03:02:27.781Aug 08 03:02:27.781 INFOINFO adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.17.0.44/32 -> 10.0.0.255
55792026-08-08T03:02:28.703Z
55802026-08-08T03:02:28.703ZAug 08 03:02:27.781Aug 08 03:02:27.781 DEBGAug 08 03:02:27.781 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 } }] DEBGadding route 172.17.0.35/32 -> 10.0.0.255
55812026-08-08T03:02:28.703ZAug 08 03:02:27.781
55822026-08-08T03:02:28.703Z 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 } }]Aug 08 03:02:27.781
55832026-08-08T03:02:28.703ZAug 08 03:02:27.781 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 } }]DEBGINFO
55842026-08-08T03:02:28.703Z Aug 08 03:02:27.781adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
55852026-08-08T03:02:28.703Z INFOreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:02:27.781
55862026-08-08T03:02:28.703Z INFOadding route 172.17.0.45/32 -> 10.0.0.255Aug 08 03:02:27.781 Aug 08 03:02:27.781 adding route 172.17.0.45/32 -> 10.0.0.255
55872026-08-08T03:02:28.703ZDEBG
55882026-08-08T03:02:28.703Z 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 08 03:02:27.781INFO Aug 08 03:02:27.781 DEBGadding route 172.17.0.36/32 -> 10.0.0.255DEBG
55892026-08-08T03:02:28.703Z
55902026-08-08T03:02:28.703Z replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55912026-08-08T03:02:28.703Z
55922026-08-08T03:02:28.703ZAug 08 03:02:27.781 Aug 08 03:02:27.781DEBG Aug 08 03:02:27.781INFO replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO
55932026-08-08T03:02:28.703Z adding route 172.17.0.46/32 -> 10.0.0.255Aug 08 03:02:27.781
55942026-08-08T03:02:28.703Z
55952026-08-08T03:02:28.703ZAug 08 03:02:27.781 INFO adding route 172.17.0.46/32 -> 10.0.0.255DEBG
55962026-08-08T03:02:28.703ZAug 08 03:02:27.781replacing 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 } }] INFOAug 08 03:02:27.781
55972026-08-08T03:02:28.703ZDEBGadding route 172.17.0.37/32 -> 10.0.0.255Aug 08 03:02:27.781
55982026-08-08T03:02:28.703Z 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 } }]
55992026-08-08T03:02:28.703Zreplacing 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 } }]
56002026-08-08T03:02:28.703ZAug 08 03:02:27.781 Aug 08 03:02:27.781Aug 08 03:02:27.781 DEBGINFO replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
56012026-08-08T03:02:28.703Zadding route 172.17.0.47/32 -> 10.0.0.255
56022026-08-08T03:02:28.707Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
56032026-08-08T03:02:28.707ZAug 08 03:02:27.781Aug 08 03:02:27.781Aug 08 03:02:27.781 INFO INFO adding route 172.17.0.47/32 -> 10.0.0.255DEBG
56042026-08-08T03:02:28.707Z 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.38/32 -> 10.0.0.255
56052026-08-08T03:02:28.707Z
56062026-08-08T03:02:28.707ZAug 08 03:02:27.781 DEBGAug 08 03:02:27.781 Aug 08 03:02:27.781replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
56072026-08-08T03:02:28.707ZDEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.48/32 -> 10.0.0.255Aug 08 03:02:27.781
56082026-08-08T03:02:28.707Z INFO Aug 08 03:02:27.781
56092026-08-08T03:02:28.707Z DEBGadding route 172.17.0.48/32 -> 10.0.0.255
56102026-08-08T03:02:28.707Zreplacing 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 08 03:02:27.781
56112026-08-08T03:02:28.707Z DEBGAug 08 03:02:27.781Aug 08 03:02:27.781 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 3fff:beef:3c::/64 -> 2001:db8::55:ff
56122026-08-08T03:02:28.707ZAug 08 03:02:27.781Aug 08 03:02:27.787 DEBG 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 } }]
56132026-08-08T03:02:28.707ZAug 08 03:02:27.787 Aug 08 03:02:27.787INFO DEBGDEBG reset freemapfailed to allocate space for the new target list, adding route 172.17.0.39/32 -> 10.0.0.255
56142026-08-08T03:02:28.708Zunit
56152026-08-08T03:02:28.708Z: Aug 08 03:02:27.787 DEBGfreemap_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:2, vlan_id: None } }]
56162026-08-08T03:02:28.708Z
56172026-08-08T03:02:28.708Z
56182026-08-08T03:02:28.708ZAug 08 03:02:27.787Aug 08 03:02:27.787 DEBGINFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1
56192026-08-08T03:02:28.708ZAug 08 03:02:27.787
56202026-08-08T03:02:28.708Z INFO Aug 08 03:02:27.787 INFO adding route 172.17.0.40/32 -> 10.0.0.255
56212026-08-08T03:02:28.708Zadding route 172.17.0.49/32 -> 10.0.0.255
56222026-08-08T03:02:28.708ZAug 08 03:02:27.787Aug 08 03:02:27.787 DEBG Aug 08 03:02:27.781DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 08 03:02:27.787
56232026-08-08T03:02:28.708Z 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.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
56242026-08-08T03:02:28.708Z
56252026-08-08T03:02:28.708Z
56262026-08-08T03:02:28.708ZAug 08 03:02:27.787 INFO adding route 172.16.0.0/32 -> 10.0.0.2
56272026-08-08T03:02:28.708ZAug 08 03:02:27.787Aug 08 03:02:27.787 INFOINFO Aug 08 03:02:27.787adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255 Aug 08 03:02:27.787INFO
56282026-08-08T03:02:28.708Z
56292026-08-08T03:02:28.708Z DEBGadding route 172.17.0.41/32 -> 10.0.0.255 Aug 08 03:02:27.787replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
56302026-08-08T03:02:28.708Z
56312026-08-08T03:02:28.708ZDEBGAug 08 03:02:27.787 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 } }]
56322026-08-08T03:02:28.708ZAug 08 03:02:27.787replacing 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 } }]
56332026-08-08T03:02:28.708ZDEBGAug 08 03:02:27.787 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 08 03:02:27.787
56342026-08-08T03:02:28.708ZINFO DEBGadding route 172.17.0.21/32 -> 10.0.0.255
56352026-08-08T03:02:28.708Zreplacing 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 08 03:02:27.787
56362026-08-08T03:02:28.708Z INFO adding route 172.17.0.51/32 -> 10.0.0.255
56372026-08-08T03:02:28.708ZAug 08 03:02:27.787 Aug 08 03:02:27.787replacing 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 08 03:02:27.787
56382026-08-08T03:02:28.708Z DEBGDEBGINFO 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.42/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 } }]
56392026-08-08T03:02:28.708Z
56402026-08-08T03:02:28.708Z
56412026-08-08T03:02:28.708ZAug 08 03:02:27.787 INFOAug 08 03:02:27.787Aug 08 03:02:27.787 Aug 08 03:02:27.787INFO adding route 172.17.0.49/32 -> 10.0.0.255 DEBG
56422026-08-08T03:02:28.708ZINFO 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.22/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255
56432026-08-08T03:02:28.708Z
56442026-08-08T03:02:28.708Z
56452026-08-08T03:02:28.708ZAug 08 03:02:27.787Aug 08 03:02:27.787Aug 08 03:02:27.787Aug 08 03:02:27.787 DEBG 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 } }]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 } }]adding route 172.17.0.43/32 -> 10.0.0.255
56462026-08-08T03:02:28.708Z
56472026-08-08T03:02:28.708Z
56482026-08-08T03:02:28.708ZDEBG 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 08 03:02:27.787
56492026-08-08T03:02:28.708ZAug 08 03:02:27.787 Aug 08 03:02:27.787INFO adding route 172.17.0.23/32 -> 10.0.0.255DEBGAug 08 03:02:27.787
56502026-08-08T03:02:28.708Z 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 } }]
56512026-08-08T03:02:28.708Z INFOINFO Aug 08 03:02:27.787 DEBGadding route 172.17.0.50/32 -> 10.0.0.255
56522026-08-08T03:02:28.708Zreplacing 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.53/32 -> 10.0.0.255
56532026-08-08T03:02:28.709Z
56542026-08-08T03:02:28.709ZAug 08 03:02:27.787 INFO adding route 172.17.0.44/32 -> 10.0.0.255
56552026-08-08T03:02:28.709ZAug 08 03:02:27.787Aug 08 03:02:27.787 INFOAug 08 03:02:27.787Aug 08 03:02:27.787 DEBG DEBGreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255
56562026-08-08T03:02:28.709Zreplacing 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 } }]
56572026-08-08T03:02:28.709Z DEBG
56582026-08-08T03:02:28.709Z 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 08 03:02:27.787Aug 08 03:02:27.787
56592026-08-08T03:02:28.709Z Aug 08 03:02:27.787 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 } }]INFO
56602026-08-08T03:02:28.709Z adding route 172.17.0.54/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255
56612026-08-08T03:02:28.709Z
56622026-08-08T03:02:28.709ZAug 08 03:02:27.787 INFO Aug 08 03:02:27.787adding route 172.17.0.25/32 -> 10.0.0.255Aug 08 03:02:27.787
56632026-08-08T03:02:28.709Z DEBGAug 08 03:02:27.787 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 } }] DEBG
56642026-08-08T03:02:28.709ZAug 08 03:02:27.787 adding route 172.17.0.51/32 -> 10.0.0.255 DEBGreplacing 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 } }]
56652026-08-08T03:02:28.709Ztest route::tests::add_target_fails_full ... ok
56662026-08-08T03:02:28.709Z
56672026-08-08T03:02:28.709Zreplacing 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 08 03:02:27.787
56682026-08-08T03:02:28.709Z INFO Aug 08 03:02:27.787adding route 172.17.0.55/32 -> 10.0.0.255Aug 08 03:02:27.787Aug 08 03:02:27.787 INFO INFODEBG adding route 172.17.0.26/32 -> 10.0.0.255
56692026-08-08T03:02:28.709Z
56702026-08-08T03:02:28.709Ztest route::tests::delete_targets_fragmented ... ok
56712026-08-08T03:02:28.709Zadding route 172.17.0.46/32 -> 10.0.0.255
56722026-08-08T03:02:28.709Zreplacing 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 08 03:02:27.787
56732026-08-08T03:02:28.709Z Aug 08 03:02:27.787Aug 08 03:02:27.787 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 } }]replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
56742026-08-08T03:02:28.709Z
56752026-08-08T03:02:28.709Z 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 08 03:02:27.787
56762026-08-08T03:02:28.709Z INFO Aug 08 03:02:27.787Aug 08 03:02:27.787 adding route 172.17.0.52/32 -> 10.0.0.255INFO Aug 08 03:02:27.787adding route 172.17.0.56/32 -> 10.0.0.255 INFO
56772026-08-08T03:02:28.709Z
56782026-08-08T03:02:28.709ZINFOadding route 172.17.0.27/32 -> 10.0.0.255
56792026-08-08T03:02:28.709ZAug 08 03:02:27.787adding route 172.17.0.47/32 -> 10.0.0.255 Aug 08 03:02:27.787DEBG
56802026-08-08T03:02:28.709Z 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 } }]DEBGAug 08 03:02:27.787 Aug 08 03:02:27.787replacing 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 } }]
56812026-08-08T03:02:28.709Z 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 } }]
56822026-08-08T03:02:28.709Z
56832026-08-08T03:02:28.709Zreplacing 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 } }]
56842026-08-08T03:02:28.709ZAug 08 03:02:27.787Aug 08 03:02:27.787 INFOAug 08 03:02:27.787INFO INFOadding route 172.17.0.57/32 -> 10.0.0.255
56852026-08-08T03:02:28.709Zadding route 172.17.0.48/32 -> 10.0.0.255
56862026-08-08T03:02:28.709Zadding route 172.17.0.28/32 -> 10.0.0.255
56872026-08-08T03:02:28.709ZAug 08 03:02:27.787 Aug 08 03:02:27.787INFO Aug 08 03:02:27.787Aug 08 03:02:27.787 adding route 172.17.0.53/32 -> 10.0.0.255DEBG DEBG
56882026-08-08T03:02:28.709Z replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
56892026-08-08T03:02:28.709Z 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 } }]
56902026-08-08T03:02:28.709Zreplacing 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 } }]
56912026-08-08T03:02:28.709ZAug 08 03:02:27.787 Aug 08 03:02:27.787INFO Aug 08 03:02:27.787 adding route 172.17.0.49/32 -> 10.0.0.255INFO
56922026-08-08T03:02:28.709Z adding route 172.17.0.58/32 -> 10.0.0.255Aug 08 03:02:27.787DEBG
56932026-08-08T03:02:28.710ZAug 08 03:02:27.787INFO DEBGadding route 172.17.0.29/32 -> 10.0.0.255 replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:02:27.787
56942026-08-08T03:02:28.710Zreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56952026-08-08T03:02:28.710ZDEBG 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 } }]
56962026-08-08T03:02:28.710Z
56972026-08-08T03:02:28.710ZAug 08 03:02:27.787 Aug 08 03:02:27.787INFOAug 08 03:02:27.787Aug 08 03:02:27.787 DEBG INFOreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255INFO
56982026-08-08T03:02:28.710Z adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255
56992026-08-08T03:02:28.710Z
57002026-08-08T03:02:28.710Z
57012026-08-08T03:02:28.710ZAug 08 03:02:27.787 INFOAug 08 03:02:27.787 Aug 08 03:02:27.787Aug 08 03:02:27.787adding route 172.17.0.30/32 -> 10.0.0.255 DEBGDEBG
57022026-08-08T03:02:28.714Z replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
57032026-08-08T03:02:28.714Zreplacing 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 } }]
57042026-08-08T03:02:28.714Z 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 08 03:02:27.787
57052026-08-08T03:02:28.714Z Aug 08 03:02:27.787DEBGAug 08 03:02:27.787 INFOreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57062026-08-08T03:02:28.714Z Aug 08 03:02:27.787adding route 172.17.0.60/32 -> 10.0.0.255
57072026-08-08T03:02:28.714ZINFOINFO Aug 08 03:02:27.787 adding route 172.17.0.55/32 -> 10.0.0.255Aug 08 03:02:27.787INFO
57082026-08-08T03:02:28.714Z adding route 172.17.0.51/32 -> 10.0.0.255DEBG
57092026-08-08T03:02:28.714Zadding route 172.17.0.31/32 -> 10.0.0.255 replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57102026-08-08T03:02:28.714Z
57112026-08-08T03:02:28.714ZAug 08 03:02:27.787 DEBG Aug 08 03:02:27.787replacing 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 08 03:02:27.787 Aug 08 03:02:27.787
57122026-08-08T03:02:28.714ZINFO adding route 172.17.0.61/32 -> 10.0.0.255DEBG
57132026-08-08T03:02:28.714ZAug 08 03:02:27.787 INFODEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.52/32 -> 10.0.0.255replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57142026-08-08T03:02:28.714Z
57152026-08-08T03:02:28.714Z
57162026-08-08T03:02:28.714ZAug 08 03:02:27.787 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 08 03:02:27.787
57172026-08-08T03:02:28.714ZAug 08 03:02:27.787 INFOINFOAug 08 03:02:27.787 adding route 172.17.0.32/32 -> 10.0.0.255Aug 08 03:02:27.787
57182026-08-08T03:02:28.714Z adding route 172.17.0.56/32 -> 10.0.0.255INFO
57192026-08-08T03:02:28.714ZAug 08 03:02:27.787 adding route 172.17.0.62/32 -> 10.0.0.255DEBG
57202026-08-08T03:02:28.714Z 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
57212026-08-08T03:02:28.714ZAug 08 03:02:27.788Aug 08 03:02:27.788 DEBGAug 08 03:02:27.788 replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57222026-08-08T03:02:28.714ZDEBGINFO
57232026-08-08T03:02:28.714Z adding route 172.17.0.33/32 -> 10.0.0.255replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57242026-08-08T03:02:28.714ZAug 08 03:02:27.788
57252026-08-08T03:02:28.714Z INFO Aug 08 03:02:27.788adding route 172.17.0.63/32 -> 10.0.0.255Aug 08 03:02:27.788
57262026-08-08T03:02:28.714Z Aug 08 03:02:27.788DEBG INFOINFOAug 08 03:02:27.788 DEBGreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57272026-08-08T03:02:28.714Zreplacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.53/32 -> 10.0.0.255
57282026-08-08T03:02:28.714Zadding route 172.17.0.57/32 -> 10.0.0.255
57292026-08-08T03:02:28.714ZAug 08 03:02:27.788Aug 08 03:02:27.788Aug 08 03:02:27.794 DEBGDEBG created new freemapreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] ,
57302026-08-08T03:02:28.714Zunit: freemap_route_ipv4
57312026-08-08T03:02:28.714ZAug 08 03:02:27.794DEBG INFO adding route 172.17.0.54/32 -> 10.0.0.255
57322026-08-08T03:02:28.714ZAug 08 03:02:27.794 DEBGAug 08 03:02:27.794 created new freemapDEBG, unitreplacing 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 } }]:
57332026-08-08T03:02:28.714Z freemap_route_ipv6
57342026-08-08T03:02:28.715ZAug 08 03:02:27.794 DEBGfailed to allocate space for the new target list
57352026-08-08T03:02:28.715Zinitted freemap. size: 64, Aug 08 03:02:27.794unit :INFO freemap_route_ipv4adding route 172.17.0.55/32 -> 10.0.0.255
57362026-08-08T03:02:28.715Z
57372026-08-08T03:02:28.715ZAug 08 03:02:27.794 DEBGAug 08 03:02:27.794 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
57382026-08-08T03:02:28.715Z 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 } }]
57392026-08-08T03:02:28.715ZAug 08 03:02:27.794 DEBG reset freemapAug 08 03:02:27.794, unitINFO:Aug 08 03:02:27.794 freemap_route_ipv4DEBG
57402026-08-08T03:02:28.715Z failed to allocate space for the new target list
57412026-08-08T03:02:28.715Zadding route 172.17.0.56/32 -> 10.0.0.255Aug 08 03:02:27.794
57422026-08-08T03:02:28.715Z DEBG initted freemap. size: 64, unit: freemap_route_ipv6
57432026-08-08T03:02:28.715ZAug 08 03:02:27.794Aug 08 03:02:27.794 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 } }]reset freemap
57442026-08-08T03:02:28.715Z, unit: freemap_route_ipv6Aug 08 03:02:27.794
57452026-08-08T03:02:28.715Z INFO adding route 172.17.0.57/32 -> 10.0.0.255Aug 08 03:02:27.788
57462026-08-08T03:02:28.715ZAug 08 03:02:27.794 INFOINFO Aug 08 03:02:27.794adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.34/32 -> 10.0.0.255
57472026-08-08T03:02:28.715ZDEBG
57482026-08-08T03:02:28.715Z 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 } }]
57492026-08-08T03:02:28.715ZAug 08 03:02:27.794 Aug 08 03:02:27.794INFO DEBGadding route 172.17.0.58/32 -> 10.0.0.255
57502026-08-08T03:02:28.715ZAug 08 03:02:27.794replacing 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 } }]
57512026-08-08T03:02:28.715ZDEBG Aug 08 03:02:27.794replacing 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 } }]
57522026-08-08T03:02:28.715ZDEBG 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 } }]
57532026-08-08T03:02:28.715ZAug 08 03:02:27.794Aug 08 03:02:27.794 Aug 08 03:02:27.794INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.35/32 -> 10.0.0.255INFO
57542026-08-08T03:02:28.715Z
57552026-08-08T03:02:28.715Zadding route 172.17.0.59/32 -> 10.0.0.255
57562026-08-08T03:02:28.715ZAug 08 03:02:27.794 Aug 08 03:02:27.794DEBG 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 } }]
57572026-08-08T03:02:28.715Zreplacing 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 } }]
57582026-08-08T03:02:28.715ZAug 08 03:02:27.794 DEBGAug 08 03:02:27.794 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 08 03:02:27.794
57592026-08-08T03:02:28.715ZINFO adding route 172.16.0.0/32 -> 10.0.0.1INFO
57602026-08-08T03:02:28.715Z Aug 08 03:02:27.794adding route 172.17.0.60/32 -> 10.0.0.255
57612026-08-08T03:02:28.715ZINFO Aug 08 03:02:27.794adding route 172.17.0.36/32 -> 10.0.0.255
57622026-08-08T03:02:28.715ZDEBG 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 } }]
57632026-08-08T03:02:28.715Ztest route::tests::delete_target_full ... ok
57642026-08-08T03:02:28.715ZAug 08 03:02:27.794 DEBG Aug 08 03:02:27.794Aug 08 03:02:27.794 replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
57652026-08-08T03:02:28.715ZDEBG adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }]
57662026-08-08T03:02:28.715Z
57672026-08-08T03:02:28.715ZAug 08 03:02:27.794 INFOAug 08 03:02:27.794 adding route 172.17.0.37/32 -> 10.0.0.255DEBG
57682026-08-08T03:02:28.715Ztest route::tests::delete_target_fragmented ... ok
57692026-08-08T03:02:28.715Z failed to allocate space for the new target list
57702026-08-08T03:02:28.715ZAug 08 03:02:27.794 Aug 08 03:02:27.794DEBG Aug 08 03:02:27.794replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBG
57712026-08-08T03:02:28.715Z DEBGreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57722026-08-08T03:02:28.715Zreplacing targets for 172.16.0.0/32 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 } }]
57732026-08-08T03:02:28.716ZAug 08 03:02:27.794 INFO adding route 172.17.0.38/32 -> 10.0.0.255
57742026-08-08T03:02:28.716ZAug 08 03:02:27.794 INFOAug 08 03:02:27.794 adding route 172.17.0.0/32 -> 10.0.0.255DEBG
57752026-08-08T03:02:28.716Z 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 } }]
57762026-08-08T03:02:28.716ZAug 08 03:02:27.794 INFO adding route 172.17.0.39/32 -> 10.0.0.255
57772026-08-08T03:02:28.716ZAug 08 03:02:27.794 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 } }]Aug 08 03:02:27.794
57782026-08-08T03:02:28.716Z 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 } }]
57792026-08-08T03:02:28.716ZAug 08 03:02:27.794 INFO adding route 172.17.0.40/32 -> 10.0.0.255Aug 08 03:02:27.794
57802026-08-08T03:02:28.716ZINFO adding route 172.17.0.1/32 -> 10.0.0.255
57812026-08-08T03:02:28.716ZAug 08 03:02:27.794Aug 08 03:02:27.794 DEBGDEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
57822026-08-08T03:02:28.716Z
57832026-08-08T03:02:28.716ZAug 08 03:02:27.794 Aug 08 03:02:27.794INFO INFOadding route 172.17.0.2/32 -> 10.0.0.255
57842026-08-08T03:02:28.716Zadding route 172.17.0.41/32 -> 10.0.0.255
57852026-08-08T03:02:28.716ZAug 08 03:02:27.794
57862026-08-08T03:02:28.716ZAug 08 03:02:27.794 DEBG 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 } }]
57872026-08-08T03:02:28.716Zreplacing 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 } }]
57882026-08-08T03:02:28.716ZAug 08 03:02:27.794 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 } }]
57892026-08-08T03:02:28.716ZAug 08 03:02:27.800 INFO adding route 172.17.0.42/32 -> 10.0.0.255Aug 08 03:02:27.800
57902026-08-08T03:02:28.716Z INFO adding route 172.17.0.58/32 -> 10.0.0.255Aug 08 03:02:27.794
57912026-08-08T03:02:28.716ZAug 08 03:02:27.800 INFODEBG adding route 172.17.0.3/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 } }]
57922026-08-08T03:02:28.716ZAug 08 03:02:27.800
57932026-08-08T03:02:28.716Z 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 } }]
57942026-08-08T03:02:28.716ZAug 08 03:02:27.800Aug 08 03:02:27.800 INFODEBG adding route 172.17.0.43/32 -> 10.0.0.255Aug 08 03:02:27.800
57952026-08-08T03:02:28.716Zreplacing 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 } }]
57962026-08-08T03:02:28.716ZINFO adding route 172.17.0.59/32 -> 10.0.0.255Aug 08 03:02:27.800
57972026-08-08T03:02:28.716Z Aug 08 03:02:27.800DEBG 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 } }]
57982026-08-08T03:02:28.716ZAug 08 03:02:27.800adding route 172.17.0.4/32 -> 10.0.0.255
57992026-08-08T03:02:28.716ZDEBG 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 } }]
58002026-08-08T03:02:28.716ZAug 08 03:02:27.800Aug 08 03:02:27.800 INFOAug 08 03:02:27.800 DEBGadding route 172.17.0.44/32 -> 10.0.0.255
58012026-08-08T03:02:28.716ZINFO 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.60/32 -> 10.0.0.255
58022026-08-08T03:02:28.720Z
58032026-08-08T03:02:28.720ZAug 08 03:02:27.800 DEBG Aug 08 03:02:27.800Aug 08 03:02:27.800 replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
58042026-08-08T03:02:28.720Z DEBG adding route 172.17.0.5/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 } }]
58052026-08-08T03:02:28.720Z
58062026-08-08T03:02:28.720ZAug 08 03:02:27.800 INFOAug 08 03:02:27.800Aug 08 03:02:27.800 adding route 172.17.0.45/32 -> 10.0.0.255INFODEBG
58072026-08-08T03:02:28.720Z adding route 172.17.0.61/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 } }]
58082026-08-08T03:02:28.720Z
58092026-08-08T03:02:28.720ZAug 08 03:02:27.800 DEBG Aug 08 03:02:27.800replacing 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 } }]
58102026-08-08T03:02:28.720ZINFOAug 08 03:02:27.800 adding route 172.17.0.6/32 -> 10.0.0.255DEBG
58112026-08-08T03:02:28.720ZAug 08 03:02:27.800 replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
58122026-08-08T03:02:28.721Z adding route 172.17.0.46/32 -> 10.0.0.255Aug 08 03:02:27.800
58132026-08-08T03:02:28.721Z Aug 08 03:02:27.800DEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
58142026-08-08T03:02:28.721Z adding route 172.17.0.62/32 -> 10.0.0.255Aug 08 03:02:27.800
58152026-08-08T03:02:28.721Z DEBGAug 08 03:02:27.800 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 } }]INFOAug 08 03:02:27.800
58162026-08-08T03:02:28.721Zadding route 172.17.0.7/32 -> 10.0.0.255
58172026-08-08T03:02:28.721ZDEBG 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 } }]
58182026-08-08T03:02:28.721ZAug 08 03:02:27.800Aug 08 03:02:27.800 DEBGINFOAug 08 03:02:27.800 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 } }]DEBGadding route 172.17.0.47/32 -> 10.0.0.255
58192026-08-08T03:02:28.721Z
58202026-08-08T03:02:28.721Zfailed to allocate space for the new target list
58212026-08-08T03:02:28.721ZAug 08 03:02:27.800Aug 08 03:02:27.800Aug 08 03:02:27.800 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 } }]
58222026-08-08T03:02:28.721ZINFO 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.8/32 -> 10.0.0.255
58232026-08-08T03:02:28.721Z
58242026-08-08T03:02:28.721ZAug 08 03:02:27.800Aug 08 03:02:27.800 INFODEBG adding route 172.17.0.48/32 -> 10.0.0.255replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58252026-08-08T03:02:28.721Z
58262026-08-08T03:02:28.721ZAug 08 03:02:27.800Aug 08 03:02:27.800 INFODEBG adding route 172.17.0.9/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 } }]
58272026-08-08T03:02:28.721Z
58282026-08-08T03:02:28.721ZAug 08 03:02:27.800Aug 08 03:02:27.800 DEBGINFO replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255
58292026-08-08T03:02:28.721Z
58302026-08-08T03:02:28.721ZAug 08 03:02:27.800 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 } }]
58312026-08-08T03:02:28.721ZAug 08 03:02:27.800Aug 08 03:02:27.800 INFOINFO adding route 172.17.0.50/32 -> 10.0.0.255adding route 172.17.0.10/32 -> 10.0.0.255
58322026-08-08T03:02:28.721Z
58332026-08-08T03:02:28.721ZAug 08 03:02:27.800Aug 08 03:02:27.800 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.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 } }]
58342026-08-08T03:02:28.721Z
58352026-08-08T03:02:28.721ZAug 08 03:02:27.800Aug 08 03:02:27.800 INFOINFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255
58362026-08-08T03:02:28.721Z
58372026-08-08T03:02:28.721ZAug 08 03:02:27.800Aug 08 03:02:27.800 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.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 } }]
58382026-08-08T03:02:28.721Z
58392026-08-08T03:02:28.721ZAug 08 03:02:27.800Aug 08 03:02:27.800 INFOINFO adding route 172.17.0.12/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255
58402026-08-08T03:02:28.721Z
58412026-08-08T03:02:28.721ZAug 08 03:02:27.800Aug 08 03:02:27.800 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.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 } }]
58422026-08-08T03:02:28.721Z
58432026-08-08T03:02:28.721ZAug 08 03:02:27.800 INFO adding route 172.17.0.13/32 -> 10.0.0.255
58442026-08-08T03:02:28.721ZAug 08 03:02:27.800 INFO adding route 172.17.0.53/32 -> 10.0.0.255
58452026-08-08T03:02:28.721ZAug 08 03:02:27.800 Aug 08 03:02:27.800 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 } }]
58462026-08-08T03:02:28.721ZDEBG 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 } }]
58472026-08-08T03:02:28.721ZAug 08 03:02:27.800 INFO adding route 172.17.0.54/32 -> 10.0.0.255Aug 08 03:02:27.800
58482026-08-08T03:02:28.721Z INFO adding route 172.17.0.14/32 -> 10.0.0.255
58492026-08-08T03:02:28.721ZAug 08 03:02:27.800 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 08 03:02:27.800
58502026-08-08T03:02:28.722Z 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 } }]
58512026-08-08T03:02:28.722ZAug 08 03:02:27.800 INFO adding route 172.17.0.55/32 -> 10.0.0.255Aug 08 03:02:27.800
58522026-08-08T03:02:28.722Z INFO adding route 172.17.0.15/32 -> 10.0.0.255
58532026-08-08T03:02:28.722ZAug 08 03:02:27.800 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 08 03:02:27.800
58542026-08-08T03:02:28.722Z 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 } }]
58552026-08-08T03:02:28.722ZAug 08 03:02:27.800 INFO adding route 172.17.0.56/32 -> 10.0.0.255Aug 08 03:02:27.800
58562026-08-08T03:02:28.722Z INFO adding route 172.17.0.16/32 -> 10.0.0.255
58572026-08-08T03:02:28.722ZAug 08 03:02:27.800 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 08 03:02:27.800
58582026-08-08T03:02:28.722Z 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 } }]
58592026-08-08T03:02:28.722ZAug 08 03:02:27.800 INFO adding route 172.17.0.57/32 -> 10.0.0.255Aug 08 03:02:27.800
58602026-08-08T03:02:28.722Z INFO adding route 172.17.0.17/32 -> 10.0.0.255
58612026-08-08T03:02:28.722ZAug 08 03:02:27.800 DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:02:27.800
58622026-08-08T03:02:28.722Ztest route::tests::delete_targets_full ... ok
58632026-08-08T03:02:28.722Z 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 } }]
58642026-08-08T03:02:28.722ZAug 08 03:02:27.800 INFO adding route 172.17.0.58/32 -> 10.0.0.255Aug 08 03:02:27.800
58652026-08-08T03:02:28.722Z INFO adding route 172.17.0.18/32 -> 10.0.0.255
58662026-08-08T03:02:28.722Z
58672026-08-08T03:02:28.722Ztest result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
58682026-08-08T03:02:28.722Z
58692026-08-08T03:02:28.722ZAug 08 03:02:27.800 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 } }]Aug 08 03:02:27.800
58702026-08-08T03:02:28.722Z 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 } }]
58712026-08-08T03:02:28.722ZAug 08 03:02:27.800 INFO adding route 172.17.0.59/32 -> 10.0.0.255Aug 08 03:02:27.800
58722026-08-08T03:02:28.722Z INFO adding route 172.17.0.19/32 -> 10.0.0.255
58732026-08-08T03:02:28.722ZAug 08 03:02:27.800 DEBG Aug 08 03:02:27.800replacing 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 } }]
58742026-08-08T03:02:28.722ZDEBG 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 } }]
58752026-08-08T03:02:28.722ZAug 08 03:02:27.800 INFOAug 08 03:02:27.800 adding route 172.17.0.60/32 -> 10.0.0.255INFO
58762026-08-08T03:02:28.722Z adding route 172.17.0.20/32 -> 10.0.0.255
58772026-08-08T03:02:28.722ZAug 08 03:02:27.801 Aug 08 03:02:27.801DEBG DEBGreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58782026-08-08T03:02:28.722Zreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58792026-08-08T03:02:28.722ZAug 08 03:02:27.801Aug 08 03:02:27.801 DEBGINFO failed to allocate space for the new target listadding route 172.17.0.21/32 -> 10.0.0.255
58802026-08-08T03:02:28.722Z
58812026-08-08T03:02:28.722ZAug 08 03:02:27.801Aug 08 03:02:27.801 DEBGDEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
58822026-08-08T03:02:28.722Z
58832026-08-08T03:02:28.722ZAug 08 03:02:27.801 INFO adding route 172.17.0.22/32 -> 10.0.0.255
58842026-08-08T03:02:28.722ZAug 08 03:02:27.801 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 } }]
58852026-08-08T03:02:28.722ZAug 08 03:02:27.801 INFO adding route 172.17.0.23/32 -> 10.0.0.255
58862026-08-08T03:02:28.722ZAug 08 03:02:27.801 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 } }]
58872026-08-08T03:02:28.722ZAug 08 03:02:27.801 INFO adding route 172.17.0.24/32 -> 10.0.0.255
58882026-08-08T03:02:28.722ZAug 08 03:02:27.801 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 } }]
58892026-08-08T03:02:28.723ZAug 08 03:02:27.801 INFO adding route 172.17.0.25/32 -> 10.0.0.255
58902026-08-08T03:02:28.723ZAug 08 03:02:27.801 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 } }]
58912026-08-08T03:02:28.723ZAug 08 03:02:27.801 INFO adding route 172.17.0.26/32 -> 10.0.0.255
58922026-08-08T03:02:28.723ZAug 08 03:02:27.801 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 } }]
58932026-08-08T03:02:28.723ZAug 08 03:02:27.801 INFO adding route 172.17.0.27/32 -> 10.0.0.255
58942026-08-08T03:02:28.723ZAug 08 03:02:27.801 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 } }]
58952026-08-08T03:02:28.723ZAug 08 03:02:27.801 INFO adding route 172.17.0.28/32 -> 10.0.0.255
58962026-08-08T03:02:28.723ZAug 08 03:02:27.801 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 } }]
58972026-08-08T03:02:28.723ZAug 08 03:02:27.801 INFO adding route 172.17.0.29/32 -> 10.0.0.255
58982026-08-08T03:02:28.723ZAug 08 03:02:27.801 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 } }]
58992026-08-08T03:02:28.723ZAug 08 03:02:27.801 INFO adding route 172.17.0.30/32 -> 10.0.0.255
59002026-08-08T03:02:28.723ZAug 08 03:02:27.801 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 } }]
59012026-08-08T03:02:28.723ZAug 08 03:02:27.801 INFO adding route 172.17.0.31/32 -> 10.0.0.255
59022026-08-08T03:02:28.727ZAug 08 03:02:27.801 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 } }]
59032026-08-08T03:02:28.727ZAug 08 03:02:27.801 INFO adding route 172.17.0.32/32 -> 10.0.0.255
59042026-08-08T03:02:28.727ZAug 08 03:02:27.801 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 } }]
59052026-08-08T03:02:28.727ZAug 08 03:02:27.801 INFO adding route 172.17.0.33/32 -> 10.0.0.255
59062026-08-08T03:02:28.727ZAug 08 03:02:27.801 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 } }]
59072026-08-08T03:02:28.727ZAug 08 03:02:27.807 INFO adding route 172.17.0.34/32 -> 10.0.0.255
59082026-08-08T03:02:28.727ZAug 08 03:02:27.807 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 } }]
59092026-08-08T03:02:28.727ZAug 08 03:02:27.807 INFO adding route 172.17.0.35/32 -> 10.0.0.255
59102026-08-08T03:02:28.727ZAug 08 03:02:27.807 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 } }]
59112026-08-08T03:02:28.727ZAug 08 03:02:27.807 INFO adding route 172.17.0.36/32 -> 10.0.0.255
59122026-08-08T03:02:28.727ZAug 08 03:02:27.807 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 } }]
59132026-08-08T03:02:28.727ZAug 08 03:02:27.807 INFO adding route 172.17.0.37/32 -> 10.0.0.255
59142026-08-08T03:02:28.727ZAug 08 03:02:27.807 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 } }]
59152026-08-08T03:02:28.727ZAug 08 03:02:27.807 INFO adding route 172.17.0.38/32 -> 10.0.0.255
59162026-08-08T03:02:28.727ZAug 08 03:02:27.807 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 } }]
59172026-08-08T03:02:28.727ZAug 08 03:02:27.807 INFO adding route 172.17.0.39/32 -> 10.0.0.255
59182026-08-08T03:02:28.727ZAug 08 03:02:27.807 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 } }]
59192026-08-08T03:02:28.727ZAug 08 03:02:27.807 INFO adding route 172.17.0.40/32 -> 10.0.0.255
59202026-08-08T03:02:28.727ZAug 08 03:02:27.807 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 } }]
59212026-08-08T03:02:28.728ZAug 08 03:02:27.807 INFO adding route 172.17.0.41/32 -> 10.0.0.255
59222026-08-08T03:02:28.728ZAug 08 03:02:27.807 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 } }]
59232026-08-08T03:02:28.728ZAug 08 03:02:27.807 INFO adding route 172.17.0.42/32 -> 10.0.0.255
59242026-08-08T03:02:28.728ZAug 08 03:02:27.807 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 } }]
59252026-08-08T03:02:28.728ZAug 08 03:02:27.807 INFO adding route 172.17.0.43/32 -> 10.0.0.255
59262026-08-08T03:02:28.728ZAug 08 03:02:27.807 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 } }]
59272026-08-08T03:02:28.728ZAug 08 03:02:27.807 INFO adding route 172.17.0.44/32 -> 10.0.0.255
59282026-08-08T03:02:28.728ZAug 08 03:02:27.807 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 } }]
59292026-08-08T03:02:28.728ZAug 08 03:02:27.807 INFO adding route 172.17.0.45/32 -> 10.0.0.255
59302026-08-08T03:02:28.728ZAug 08 03:02:27.807 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 } }]
59312026-08-08T03:02:28.728ZAug 08 03:02:27.807 INFO adding route 172.17.0.46/32 -> 10.0.0.255
59322026-08-08T03:02:28.728ZAug 08 03:02:27.807 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 } }]
59332026-08-08T03:02:28.728ZAug 08 03:02:27.807 INFO adding route 172.17.0.47/32 -> 10.0.0.255
59342026-08-08T03:02:28.728ZAug 08 03:02:27.807 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 } }]
59352026-08-08T03:02:28.728ZAug 08 03:02:27.807 INFO adding route 172.17.0.48/32 -> 10.0.0.255
59362026-08-08T03:02:28.728ZAug 08 03:02:27.807 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 } }]
59372026-08-08T03:02:28.728ZAug 08 03:02:27.807 INFO adding route 172.17.0.49/32 -> 10.0.0.255
59382026-08-08T03:02:28.728ZAug 08 03:02:27.807 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 } }]
59392026-08-08T03:02:28.728ZAug 08 03:02:27.807 INFO adding route 172.17.0.50/32 -> 10.0.0.255
59402026-08-08T03:02:28.728ZAug 08 03:02:27.807 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 } }]
59412026-08-08T03:02:28.728ZAug 08 03:02:27.807 INFO adding route 172.17.0.51/32 -> 10.0.0.255
59422026-08-08T03:02:28.728ZAug 08 03:02:27.807 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 } }]
59432026-08-08T03:02:28.728ZAug 08 03:02:27.807 INFO adding route 172.17.0.52/32 -> 10.0.0.255
59442026-08-08T03:02:28.728ZAug 08 03:02:27.807 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 } }]
59452026-08-08T03:02:28.728ZAug 08 03:02:27.807 INFO adding route 172.17.0.53/32 -> 10.0.0.255
59462026-08-08T03:02:28.728ZAug 08 03:02:27.807 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 } }]
59472026-08-08T03:02:28.728ZAug 08 03:02:27.807 INFO adding route 172.17.0.54/32 -> 10.0.0.255
59482026-08-08T03:02:28.728ZAug 08 03:02:27.807 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 } }]
59492026-08-08T03:02:28.728ZAug 08 03:02:27.807 INFO adding route 172.17.0.55/32 -> 10.0.0.255
59502026-08-08T03:02:28.728ZAug 08 03:02:27.807 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 } }]
59512026-08-08T03:02:28.728ZAug 08 03:02:27.807 INFO adding route 172.17.0.56/32 -> 10.0.0.255
59522026-08-08T03:02:28.728ZAug 08 03:02:27.807 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 } }]
59532026-08-08T03:02:28.728ZAug 08 03:02:27.807 INFO adding route 172.17.0.57/32 -> 10.0.0.255
59542026-08-08T03:02:28.728ZAug 08 03:02:27.807 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 } }]
59552026-08-08T03:02:28.728ZAug 08 03:02:27.807 INFO adding route 172.17.0.58/32 -> 10.0.0.255
59562026-08-08T03:02:28.728ZAug 08 03:02:27.807 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 } }]
59572026-08-08T03:02:28.728ZAug 08 03:02:27.807 INFO adding route 172.17.0.59/32 -> 10.0.0.255
59582026-08-08T03:02:28.728ZAug 08 03:02:27.807 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 } }]
59592026-08-08T03:02:28.728ZAug 08 03:02:27.807 INFO adding route 172.17.0.60/32 -> 10.0.0.255
59602026-08-08T03:02:28.728ZAug 08 03:02:27.807 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 } }]
59612026-08-08T03:02:28.729ZAug 08 03:02:27.807 DEBG failed to allocate space for the new target list
59622026-08-08T03:02:28.729ZAug 08 03:02:27.807 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 } }]
59632026-08-08T03:02:28.729Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-87e1c72674414b03)
59642026-08-08T03:02:28.729Z
59652026-08-08T03:02:28.729Zrunning 0 tests
59662026-08-08T03:02:28.729Z
59672026-08-08T03:02:28.729Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59682026-08-08T03:02:28.729Z
59692026-08-08T03:02:28.729Z Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024)
59702026-08-08T03:02:28.729Z
59712026-08-08T03:02:28.729Zrunning 0 tests
59722026-08-08T03:02:28.729Z
59732026-08-08T03:02:28.729Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59742026-08-08T03:02:28.729Z
59752026-08-08T03:02:28.729Z Running unittests src/lib.rs (target/debug/deps/dpd_client-e93a99ac5e645656)
59762026-08-08T03:02:28.729Z
59772026-08-08T03:02:28.729Zrunning 6 tests
59782026-08-08T03:02:28.729Ztest tests::test_full_lot_id_neither_present ... ok
59792026-08-08T03:02:28.729Ztest tests::test_full_lot_id_lot_only ... ok
59802026-08-08T03:02:28.729Ztest tests::test_full_lot_id_lotnum_only ... ok
59812026-08-08T03:02:28.729Ztest tests::test_full_lot_id_both_present ... ok
59822026-08-08T03:02:28.729Ztest tests::test_parse_client_port_id ... ok
59832026-08-08T03:02:28.729Ztest tests::test_port_id_cmp ... ok
59842026-08-08T03:02:28.729Z
59852026-08-08T03:02:28.729Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59862026-08-08T03:02:28.729Z
59872026-08-08T03:02:28.729Z Running tests/test_all.rs (target/debug/deps/test_all-cd4e053c312dafad)
59882026-08-08T03:02:28.729Z
59892026-08-08T03:02:28.729Zrunning 0 tests
59902026-08-08T03:02:28.729Z
59912026-08-08T03:02:28.729Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59922026-08-08T03:02:28.729Z
59932026-08-08T03:02:28.729Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21)
59942026-08-08T03:02:28.729Z
59952026-08-08T03:02:28.729Zrunning 0 tests
59962026-08-08T03:02:28.729Z
59972026-08-08T03:02:28.729Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59982026-08-08T03:02:28.729Z
59992026-08-08T03:02:28.729Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62)
60002026-08-08T03:02:28.729Z
60012026-08-08T03:02:28.730Zrunning 0 tests
60022026-08-08T03:02:28.733Z
60032026-08-08T03:02:28.733Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60042026-08-08T03:02:28.733Z
60052026-08-08T03:02:28.733Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
60062026-08-08T03:02:28.733Z
60072026-08-08T03:02:28.733Zrunning 12 tests
60082026-08-08T03:02:28.733Ztest icmp::test_v4_checksum ... ok
60092026-08-08T03:02:28.733Ztest lldp::test_lldp_parse ... ok
60102026-08-08T03:02:28.733Ztest ipv6::test_ipv6_parse ... ok
60112026-08-08T03:02:28.733Ztest icmp::test_v6_checksum ... ok
60122026-08-08T03:02:28.733Ztest pbuf::test_nibble ... ok
60132026-08-08T03:02:28.733Ztest pbuf::test_byte ... ok
60142026-08-08T03:02:28.733Ztest pbuf::test_overflow ... ok
60152026-08-08T03:02:28.733Ztest pbuf::test_short ... ok
60162026-08-08T03:02:28.733Ztest pbuf::test_twelve ... ok
60172026-08-08T03:02:28.733Ztest pbuf::test_word ... ok
60182026-08-08T03:02:28.733Ztest tcp::test_checksum_ack_data ... ok
60192026-08-08T03:02:28.733Ztest tcp::test_checksum_syn_nodata ... ok
60202026-08-08T03:02:28.733Z
60212026-08-08T03:02:28.734Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60222026-08-08T03:02:28.734Z
60232026-08-08T03:02:28.734Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
60242026-08-08T03:02:28.734Z
60252026-08-08T03:02:28.734Zrunning 0 tests
60262026-08-08T03:02:28.734Z
60272026-08-08T03:02:28.734Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60282026-08-08T03:02:28.734Z
60292026-08-08T03:02:28.734Z Running unittests src/main.rs (target/debug/deps/swadm-fbdb6359d79fc046)
60302026-08-08T03:02:28.734Z
60312026-08-08T03:02:28.734Zrunning 5 tests
60322026-08-08T03:02:28.734Ztest switchport::test::test_compute_lanes ... ok
60332026-08-08T03:02:28.737Ztest switchport::test::port_id_ordering ... ok
60342026-08-08T03:02:28.737Z Lane 0 Lane 1 Lane 2 Lane 3 Lane 0
60352026-08-08T03:02:28.737Z State: Activated Lane 1Activated Lane 2 Activated Lane 3Activated
60362026-08-08T03:02:28.737Z
60372026-08-08T03:02:28.737Z Rx Loss-of-lock: Yes Rx Output Enabled: false Yes false Yes falseYes
60382026-08-08T03:02:28.737Zfalse
60392026-08-08T03:02:28.737Z Rx Loss-of-signal: Yes Rx Output Status: valid Yes valid Yes validYes
60402026-08-08T03:02:28.737Z valid Rx CDR Enabled: Yes
60412026-08-08T03:02:28.737Z Yes Rx Loss-of-lock: true Yestrue Yes
60422026-08-08T03:02:28.737Ztrue Tx Enabled: Yestrue
60432026-08-08T03:02:28.737ZYes Rx Loss-of-signal: false Yes falseYes
60442026-08-08T03:02:28.738Zfalse Tx Loss-of-lock: No false
60452026-08-08T03:02:28.738ZNoRx Auto-squelch Disable: true true Notrue Notrue
60462026-08-08T03:02:28.738Z
60472026-08-08T03:02:28.738Z Tx Loss-of-signal: No Tx Output Enabled: trueNo true Notrue true
60482026-08-08T03:02:28.738ZNo
60492026-08-08T03:02:28.738Z Tx Output Status: invalid Tx CDR Enabled: No invalidNo invalidNo Noinvalid
60502026-08-08T03:02:28.738Z
60512026-08-08T03:02:28.738Z Tx Loss-of-lock: false Tx Adaptive EQ Fault: No Nofalse No falseNo
60522026-08-08T03:02:28.738Zfalse
60532026-08-08T03:02:28.738Z Tx Fault: Yes Tx Loss-of-signal: true Yestrue Yestrue Yestrue
60542026-08-08T03:02:28.738Z
60552026-08-08T03:02:28.738ZTx Auto-squelch Disable: false false false false
60562026-08-08T03:02:28.738Z Tx Adaptive EQ Fail: true true true true
60572026-08-08T03:02:28.738Z Tx Failure: false false false false
60582026-08-08T03:02:28.738Z Tx Force Squelch: true true true true
60592026-08-08T03:02:28.738Z Tx Input Polarity: normal normal normal normal
60602026-08-08T03:02:28.738Ztest switchport::test::test_print_sff_datapath ... ok
60612026-08-08T03:02:28.738Ztest switchport::test::test_print_cmis_datapath ... ok
60622026-08-08T03:02:28.738Ztest link::test_filter ... ok
60632026-08-08T03:02:28.738Z
60642026-08-08T03:02:28.738Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60652026-08-08T03:02:28.738Z
60662026-08-08T03:02:28.738Z Running tests/counters.rs (target/debug/deps/counters-5ce120fa8d2b54bb)
60672026-08-08T03:02:28.738Z
60682026-08-08T03:02:28.738Zrunning 1 test
60692026-08-08T03:02:28.738Ztest test_p4_counter_list ... ignored
60702026-08-08T03:02:28.738Z
60712026-08-08T03:02:28.738Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
60722026-08-08T03:02:28.738Z
60732026-08-08T03:02:28.738Z Running tests/port-link.rs (target/debug/deps/port_link-388d3ec65a04516c)
60742026-08-08T03:02:28.741Z
60752026-08-08T03:02:28.741Zrunning 5 tests
60762026-08-08T03:02:28.741Ztest test_an ... ignored
60772026-08-08T03:02:28.741Ztest test_enable ... ignored
60782026-08-08T03:02:28.741Ztest test_ip_addresses ... ignored
60792026-08-08T03:02:28.741Ztest test_kr ... ignored
60802026-08-08T03:02:28.741Ztest test_mac ... ignored
60812026-08-08T03:02:28.741Z
60822026-08-08T03:02:28.742Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
60832026-08-08T03:02:28.742Z
60842026-08-08T03:02:28.742Z Running unittests src/main.rs (target/debug/deps/tfportd-b79f97b4380a5c75)
60852026-08-08T03:02:28.742Z
60862026-08-08T03:02:28.742Zrunning 3 tests
60872026-08-08T03:02:28.742Ztest linklocal::test_parse_ipadm ... ok
60882026-08-08T03:02:28.742Ztest tfport::test_parse_tfport ... ok
60892026-08-08T03:02:28.742Ztest config::tests::test_updates ... ok
60902026-08-08T03:02:28.742Z
60912026-08-08T03:02:28.742Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60922026-08-08T03:02:28.742Z
60932026-08-08T03:02:28.745Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
60942026-08-08T03:02:28.745Z
60952026-08-08T03:02:28.745Zrunning 0 tests
60962026-08-08T03:02:28.745Z
60972026-08-08T03:02:28.745Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60982026-08-08T03:02:28.745Z
60992026-08-08T03:02:28.745Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
61002026-08-08T03:02:28.749Z
61012026-08-08T03:02:28.749Zrunning 0 tests
61022026-08-08T03:02:28.749Z
61032026-08-08T03:02:28.749Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61042026-08-08T03:02:28.749Z
61052026-08-08T03:02:28.750Z Doc-tests aal
61062026-08-08T03:02:28.869Z
61072026-08-08T03:02:28.869Zrunning 0 tests
61082026-08-08T03:02:28.869Z
61092026-08-08T03:02:28.872Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61102026-08-08T03:02:28.872Z
61112026-08-08T03:02:28.885Z Doc-tests aal_macros
61122026-08-08T03:02:28.953Z
61132026-08-08T03:02:28.953Zrunning 0 tests
61142026-08-08T03:02:28.953Z
61152026-08-08T03:02:28.953Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61162026-08-08T03:02:28.953Z
61172026-08-08T03:02:28.963Z Doc-tests common
61182026-08-08T03:02:29.207Z
61192026-08-08T03:02:29.207Zrunning 0 tests
61202026-08-08T03:02:29.207Z
61212026-08-08T03:02:29.207Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61222026-08-08T03:02:29.207Z
61232026-08-08T03:02:29.227Z Doc-tests dpd_api
61242026-08-08T03:02:29.980Z
61252026-08-08T03:02:29.980Zrunning 2 tests
61262026-08-08T03:02:29.980Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
61272026-08-08T03:02:29.980Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
61282026-08-08T03:02:29.980Z
61292026-08-08T03:02:29.980Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
61302026-08-08T03:02:29.981Z
61312026-08-08T03:02:30.012Z Doc-tests dpd_client
61322026-08-08T03:02:31.322Z
61332026-08-08T03:02:31.322Zrunning 0 tests
61342026-08-08T03:02:31.322Z
61352026-08-08T03:02:31.322Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61362026-08-08T03:02:31.322Z
61372026-08-08T03:02:31.373Z Doc-tests dpd_types
61382026-08-08T03:02:31.589Z
61392026-08-08T03:02:31.589Zrunning 0 tests
61402026-08-08T03:02:31.589Z
61412026-08-08T03:02:31.589Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61422026-08-08T03:02:31.589Z
61432026-08-08T03:02:31.614Z Doc-tests dpd_types_versions
61442026-08-08T03:02:32.825Z
61452026-08-08T03:02:32.825Zrunning 1 test
61462026-08-08T03:02:32.825Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
61472026-08-08T03:02:32.825Z
61482026-08-08T03:02:32.825Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
61492026-08-08T03:02:32.825Z
61502026-08-08T03:02:32.871Z Doc-tests packet
61512026-08-08T03:02:32.989Z
61522026-08-08T03:02:32.989Zrunning 0 tests
61532026-08-08T03:02:32.989Z
61542026-08-08T03:02:32.989Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61552026-08-08T03:02:32.989Z
61562026-08-08T03:02:33.004Z Doc-tests pcap
61572026-08-08T03:02:33.056Z
61582026-08-08T03:02:33.056Zrunning 0 tests
61592026-08-08T03:02:33.056Z
61602026-08-08T03:02:33.056Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61612026-08-08T03:02:33.056Z
61622026-08-08T03:02:33.105Z+ for feat in tofino_stub tofino_asic softnpu chaos
61632026-08-08T03:02:33.105Z+ RUST_BACKTRACE=full
61642026-08-08T03:02:33.105Z+ cargo test --features softnpu --no-fail-fast
61652026-08-08T03:02:33.760Z Compiling num-integer v0.1.46
61662026-08-08T03:02:33.846Z Compiling num-complex v0.4.6
61672026-08-08T03:02:33.892Z Compiling bitstruct_derive v0.1.0
61682026-08-08T03:02:33.895Z Compiling tap v1.0.1
61692026-08-08T03:02:34.015Z Compiling wyz v0.5.1
61702026-08-08T03:02:34.142Z Compiling num-iter v0.1.45
61712026-08-08T03:02:34.176Z Compiling num-rational v0.4.2
61722026-08-08T03:02:34.195Z Compiling num-bigint v0.4.6
61732026-08-08T03:02:34.275Z Compiling radium v0.7.0
61742026-08-08T03:02:34.288Z Compiling funty v2.0.0
61752026-08-08T03:02:34.336Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
61762026-08-08T03:02:34.386Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61772026-08-08T03:02:34.476Z Compiling num v0.4.3
61782026-08-08T03:02:34.559Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
61792026-08-08T03:02:34.583Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61802026-08-08T03:02:34.595Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61812026-08-08T03:02:34.687Z Compiling bitvec v1.0.1
61822026-08-08T03:02:34.723Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61832026-08-08T03:02:34.850Z Compiling typeid v1.0.3
61842026-08-08T03:02:34.902Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
61852026-08-08T03:02:34.953Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61862026-08-08T03:02:34.968Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61872026-08-08T03:02:35.023Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61882026-08-08T03:02:35.425Z Compiling ascii v1.1.0
61892026-08-08T03:02:35.703Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61902026-08-08T03:02:35.810Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61912026-08-08T03:02:35.883Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61922026-08-08T03:02:35.909Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
61932026-08-08T03:02:36.086Z Compiling erased-serde v0.4.8
61942026-08-08T03:02:36.151Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
61952026-08-08T03:02:36.233Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
61962026-08-08T03:02:36.366Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
61972026-08-08T03:02:36.577Z Compiling bitstruct v0.1.1
61982026-08-08T03:02:36.901Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
61992026-08-08T03:02:36.919Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62002026-08-08T03:02:36.945Z Compiling serde_arrays v0.1.0
62012026-08-08T03:02:36.984Z Compiling libloading v0.7.4
62022026-08-08T03:02:37.218Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62032026-08-08T03:02:37.744Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
62042026-08-08T03:02:37.957Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62052026-08-08T03:02:37.996Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
62062026-08-08T03:02:39.121Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
62072026-08-08T03:02:39.912Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
62082026-08-08T03:02:46.135Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62092026-08-08T03:02:46.359Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
62102026-08-08T03:02:46.359Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62112026-08-08T03:02:46.485Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62122026-08-08T03:02:46.925Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
62132026-08-08T03:02:47.016Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62142026-08-08T03:02:48.501Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62152026-08-08T03:02:49.511Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62162026-08-08T03:02:51.425Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
62172026-08-08T03:02:51.965Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
62182026-08-08T03:02:53.381Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
62192026-08-08T03:02:55.589Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62202026-08-08T03:02:55.789Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
62212026-08-08T03:02:56.442Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62222026-08-08T03:03:05.255Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62232026-08-08T03:03:06.673Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62242026-08-08T03:03:12.070Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
62252026-08-08T03:03:51.413Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 18s
62262026-08-08T03:03:51.512Z Running unittests src/lib.rs (target/debug/deps/aal-affad6fdfabd907a)
62272026-08-08T03:03:51.550Z
62282026-08-08T03:03:51.550Zrunning 5 tests
62292026-08-08T03:03:51.550Ztest fuse::tests::chip_revision_a0 ... ok
62302026-08-08T03:03:51.551Ztest fuse::tests::chip_revision_b0 ... ok
62312026-08-08T03:03:51.551Ztest fuse::tests::chip_revision_b1 ... ok
62322026-08-08T03:03:51.551Ztest fuse::tests::chip_revision_unknown_device_id ... ok
62332026-08-08T03:03:51.551Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
62342026-08-08T03:03:51.551Z
62352026-08-08T03:03:51.551Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62362026-08-08T03:03:51.551Z
62372026-08-08T03:03:51.551Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
62382026-08-08T03:03:51.551Z
62392026-08-08T03:03:51.551Zrunning 0 tests
62402026-08-08T03:03:51.551Z
62412026-08-08T03:03:51.551Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62422026-08-08T03:03:51.551Z
62432026-08-08T03:03:51.551Z Running unittests src/lib.rs (target/debug/deps/asic-e67036ebfb68f0c4)
62442026-08-08T03:03:51.551Z
62452026-08-08T03:03:51.551Zrunning 0 tests
62462026-08-08T03:03:51.551Z
62472026-08-08T03:03:51.551Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62482026-08-08T03:03:51.551Z
62492026-08-08T03:03:51.551Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
62502026-08-08T03:03:51.551Z
62512026-08-08T03:03:51.551Zrunning 10 tests
62522026-08-08T03:03:51.551Ztest nat::tests::test_vni ... ok
62532026-08-08T03:03:51.551Ztest network::tests::test_equal ... ok
62542026-08-08T03:03:51.551Ztest network::tests::test_eui64 ... ok
62552026-08-08T03:03:51.551Ztest network::tests::test_not_equal ... ok
62562026-08-08T03:03:51.552Ztest network::tests::test_generate_ipv6_link_local ... ok
62572026-08-08T03:03:51.552Ztest network::tests::test_into ... ok
62582026-08-08T03:03:51.552Ztest network::tests::test_to_string ... ok
62592026-08-08T03:03:51.552Ztest network::tests::test_parse ... ok
62602026-08-08T03:03:51.552Ztest test_purge ... ok
62612026-08-08T03:03:51.552Ztest illumos::test::address_exists_handles_missing_object ... ok
62622026-08-08T03:03:51.552Z
62632026-08-08T03:03:51.552Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
62642026-08-08T03:03:51.552Z
62652026-08-08T03:03:51.552Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-0e5bd5cdf8c4ffbd)
62662026-08-08T03:03:51.552Z
62672026-08-08T03:03:51.552Zrunning 1 test
62682026-08-08T03:03:51.552Z -------
62692026-08-08T03:03:51.552Z Generating OpenAPI documents from API definitions ...
62702026-08-08T03:03:51.676Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
62712026-08-08T03:03:51.757Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
62722026-08-08T03:03:52.770Z -------
62732026-08-08T03:03:52.770Z Checking 12 OpenAPI documents...
62742026-08-08T03:03:52.770Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
62752026-08-08T03:03:52.770Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
62762026-08-08T03:03:52.770Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
62772026-08-08T03:03:52.774Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
62782026-08-08T03:03:52.775Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
62792026-08-08T03:03:52.775Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
62802026-08-08T03:03:52.775Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
62812026-08-08T03:03:52.775Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
62822026-08-08T03:03:52.775Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
62832026-08-08T03:03:52.775Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
62842026-08-08T03:03:52.775Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
62852026-08-08T03:03:52.775Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
62862026-08-08T03:03:52.775Z Fresh dpd "latest" symlink
62872026-08-08T03:03:52.775Z -------
62882026-08-08T03:03:52.775Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
62892026-08-08T03:03:52.833Ztest test::test_apis_up_to_date ... ok
62902026-08-08T03:03:52.833Z
62912026-08-08T03:03:52.834Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.30s
62922026-08-08T03:03:52.834Z
62932026-08-08T03:03:52.889Z Running unittests src/main.rs (target/debug/deps/dpd-95da137ea5c9df79)
62942026-08-08T03:03:52.894Z
62952026-08-08T03:03:52.894Zrunning 34 tests
62962026-08-08T03:03:52.898Ztest freemap::test_ordering ... ok
62972026-08-08T03:03:52.898Ztest config::tests::test_updates ... ok
62982026-08-08T03:03:52.898Ztest dhcpv6::tests::test_create_duid_bytes ... ok
62992026-08-08T03:03:52.898Ztest freemap::test_split ... ok
63002026-08-08T03:03:52.903Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
63012026-08-08T03:03:52.903Ztest macaddrs::tests::test_mac_offset ... ok
63022026-08-08T03:03:52.903ZAug 08 03:03:52.011 DEBG created new freemap, unit: freemap_test
63032026-08-08T03:03:52.904ZAug 08 03:03:52.011 DEBG initted freemap. size: 128, unit: freemap_test
63042026-08-08T03:03:52.904ZAug 08 03:03:52.011 DEBGAug 08 03:03:52.011 reset freemapDEBG, unitcreated new freemap: freemap_test,
63052026-08-08T03:03:52.904Zunit: freemap_test
63062026-08-08T03:03:52.904ZAug 08 03:03:52.011 DEBG initted freemap. size: 128, unit: Aug 08 03:03:52.011freemap_test
63072026-08-08T03:03:52.904ZDEBG Aug 08 03:03:52.011created new freemapAug 08 03:03:52.011 , DEBGDEBGunit : reset freemap created new freemap, , freemap_testunitunit::
63082026-08-08T03:03:52.904Zfreemap_test freemap_test
63092026-08-08T03:03:52.904Z
63102026-08-08T03:03:52.904ZAug 08 03:03:52.011 Aug 08 03:03:52.011DEBG DEBGinitted freemap. size: 128 , initted freemap. size: 128unit, :unit :freemap_test
63112026-08-08T03:03:52.904Zfreemap_test
63122026-08-08T03:03:52.904ZAug 08 03:03:52.011 Aug 08 03:03:52.011DEBG DEBGreset freemap , reset freemapunit, :unit :freemap_test
63132026-08-08T03:03:52.904Zfreemap_test
63142026-08-08T03:03:52.904Ztest freemap::test_exhaustion ... ok
63152026-08-08T03:03:52.904Ztest freemap::test_free ... ok
63162026-08-08T03:03:52.904Ztest freemap::test_reclaim ... ok
63172026-08-08T03:03:52.904Ztest freemap::test_basic ... ok
63182026-08-08T03:03:52.904Ztest nat::test_mapping ... ok
63192026-08-08T03:03:52.904Ztest macaddrs::tests::test_parse_port_id ... ok
63202026-08-08T03:03:52.904Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
63212026-08-08T03:03:52.904Ztest port_map::tests::test_backplane_group ... ok
63222026-08-08T03:03:52.904Ztest port_map::tests::test_port_map ... ok
63232026-08-08T03:03:52.904Ztest port_map::tests::dump_map ... ok
63242026-08-08T03:03:52.904ZAug 08 03:03:52.012 DEBG created new freemap, unit: freemap_test
63252026-08-08T03:03:52.905ZAug 08 03:03:52.012 DEBG initted freemap. size: 8, unit: freemap_test
63262026-08-08T03:03:52.905ZAug 08 03:03:52.012 DEBG reset freemap, unit: freemap_test
63272026-08-08T03:03:52.905Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
63282026-08-08T03:03:52.905ZAug 08 03:03:52.012 DEBG created new freemap, unit: freemap_test
63292026-08-08T03:03:52.905ZAug 08 03:03:52.012 DEBG initted freemap. size: 128, unit:Aug 08 03:03:52.012 freemap_testDEBG
63302026-08-08T03:03:52.905Z created new freemap, unitAug 08 03:03:52.012: DEBGfreemap_route_ipv4 reset freemap
63312026-08-08T03:03:52.905Z, unit:Aug 08 03:03:52.012 freemap_testDEBG
63322026-08-08T03:03:52.905Z created new freemap, unit: freemap_route_ipv6
63332026-08-08T03:03:52.905ZAug 08 03:03:52.012 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
63342026-08-08T03:03:52.905ZAug 08 03:03:52.012 DEBG reset freemap, unit: freemap_route_ipv4
63352026-08-08T03:03:52.905ZAug 08 03:03:52.012 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
63362026-08-08T03:03:52.905ZAug 08 03:03:52.012 DEBG reset freemap, unit: freemap_route_ipv6
63372026-08-08T03:03:52.905ZAug 08 03:03:52.012 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
63382026-08-08T03:03:52.905ZAug 08 03:03:52.012 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 } }]
63392026-08-08T03:03:52.905ZAug 08 03:03:52.012 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
63402026-08-08T03:03:52.905ZAug 08 03:03:52.012 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 } }]
63412026-08-08T03:03:52.905ZAug 08 03:03:52.012 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3
63422026-08-08T03:03:52.905ZAug 08 03:03:52.012 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 } }]
63432026-08-08T03:03:52.905ZAug 08 03:03:52.012 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4
63442026-08-08T03:03:52.905ZAug 08 03:03:52.012 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 } }]
63452026-08-08T03:03:52.905ZAug 08 03:03:52.013 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
63462026-08-08T03:03:52.905Ztest api_server::tests::test_build_info ... ok
63472026-08-08T03:03:52.905ZAug 08 03:03:52.012 DEBG created new freemapAug 08 03:03:52.013 , DEBGunit :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 } }]
63482026-08-08T03:03:52.905Zfreemap_route_ipv4
63492026-08-08T03:03:52.906Ztest freemap::test_span ... ok
63502026-08-08T03:03:52.906ZAug 08 03:03:52.013 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
63512026-08-08T03:03:52.906ZAug 08 03:03:52.013 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 } }]
63522026-08-08T03:03:52.906ZAug 08 03:03:52.013 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
63532026-08-08T03:03:52.906ZAug 08 03:03:52.013 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 } }]
63542026-08-08T03:03:52.906ZAug 08 03:03:52.013 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
63552026-08-08T03:03:52.906ZAug 08 03:03:52.013 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 } }]
63562026-08-08T03:03:52.906ZAug 08 03:03:52.013 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
63572026-08-08T03:03:52.906ZAug 08 03:03:52.013 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 } }]
63582026-08-08T03:03:52.906ZAug 08 03:03:52.013 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
63592026-08-08T03:03:52.906ZAug 08 03:03:52.013 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 } }]
63602026-08-08T03:03:52.906ZAug 08 03:03:52.013 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
63612026-08-08T03:03:52.906ZAug 08 03:03:52.013 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 } }]
63622026-08-08T03:03:52.906ZAug 08 03:03:52.013 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
63632026-08-08T03:03:52.906ZAug 08 03:03:52.013 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 } }]
63642026-08-08T03:03:52.906ZAug 08 03:03:52.013 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
63652026-08-08T03:03:52.906ZAug 08 03:03:52.013 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 } }]
63662026-08-08T03:03:52.906ZAug 08 03:03:52.013 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
63672026-08-08T03:03:52.906ZAug 08 03:03:52.013Aug 08 03:03:52.013 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 } }]created new freemap
63682026-08-08T03:03:52.906Z, unit: freemap_route_ipv6Aug 08 03:03:52.013
63692026-08-08T03:03:52.906Z INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
63702026-08-08T03:03:52.906ZAug 08 03:03:52.013 DEBG initted freemap. size: 64, Aug 08 03:03:52.013unit :DEBG freemap_route_ipv4replacing 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 } }]
63712026-08-08T03:03:52.906Z
63722026-08-08T03:03:52.906ZAug 08 03:03:52.013Aug 08 03:03:52.013 DEBGINFO reset freemapadding route 3fff:beef:b::/64 -> 2001:db8::55:ff,
63732026-08-08T03:03:52.907Zunit: freemap_route_ipv4
63742026-08-08T03:03:52.907ZAug 08 03:03:52.013 DEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:03:52.013
63752026-08-08T03:03:52.907Z DEBG initted freemap. size: 64Aug 08 03:03:52.013, unitINFO: adding route 3fff:beef:c::/64 -> 2001:db8::55:fffreemap_route_ipv6
63762026-08-08T03:03:52.907Z
63772026-08-08T03:03:52.907ZAug 08 03:03:52.013Aug 08 03:03:52.013 DEBGDEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap
63782026-08-08T03:03:52.907Z, unit: Aug 08 03:03:52.013freemap_route_ipv6
63792026-08-08T03:03:52.907ZINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
63802026-08-08T03:03:52.907ZAug 08 03:03:52.013 INFOAug 08 03:03:52.013 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
63812026-08-08T03:03:52.907Z 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 } }]
63822026-08-08T03:03:52.907ZAug 08 03:03:52.013 DEBGAug 08 03:03:52.013 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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
63832026-08-08T03:03:52.907Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
63842026-08-08T03:03:52.907ZAug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef::/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 } }]
63852026-08-08T03:03:52.907Z
63862026-08-08T03:03:52.907ZAug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef:f::/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 } }]
63872026-08-08T03:03:52.907Z
63882026-08-08T03:03:52.907ZAug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef:1::/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 } }]
63892026-08-08T03:03:52.907Z
63902026-08-08T03:03:52.907ZAug 08 03:03:52.013Aug 08 03:03:52.013 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:10::/64 -> 2001:db8::55:ff
63912026-08-08T03:03:52.908Z
63922026-08-08T03:03:52.908ZAug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef:2::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63932026-08-08T03:03:52.908Z
63942026-08-08T03:03:52.908ZAug 08 03:03:52.013Aug 08 03:03:52.013 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:11::/64 -> 2001:db8::55:ff
63952026-08-08T03:03:52.908Z
63962026-08-08T03:03:52.908ZAug 08 03:03:52.013Aug 08 03:03:52.013 DEBGINFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
63972026-08-08T03:03:52.908Z
63982026-08-08T03:03:52.908ZAug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef:12::/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 } }]
63992026-08-08T03:03:52.908Z
64002026-08-08T03:03:52.915ZAug 08 03:03:52.013Aug 08 03:03:52.013 DEBGINFO replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
64012026-08-08T03:03:52.915Z
64022026-08-08T03:03:52.915ZAug 08 03:03:52.013Aug 08 03:03:52.013 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:13::/64 -> 2001:db8::55:ff
64032026-08-08T03:03:52.915Z
64042026-08-08T03:03:52.915ZAug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef:5::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64052026-08-08T03:03:52.915Z
64062026-08-08T03:03:52.915ZAug 08 03:03:52.013Aug 08 03:03:52.013 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:14::/64 -> 2001:db8::55:ff
64072026-08-08T03:03:52.915Z
64082026-08-08T03:03:52.915ZAug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64092026-08-08T03:03:52.915Z
64102026-08-08T03:03:52.915ZAug 08 03:03:52.013Aug 08 03:03:52.013 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:15::/64 -> 2001:db8::55:ff
64112026-08-08T03:03:52.915Z
64122026-08-08T03:03:52.915ZAug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64132026-08-08T03:03:52.915Z
64142026-08-08T03:03:52.915ZAug 08 03:03:52.013Aug 08 03:03:52.013 DEBGINFO replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
64152026-08-08T03:03:52.915Z
64162026-08-08T03:03:52.916ZAug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef:8::/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 } }]
64172026-08-08T03:03:52.916Z
64182026-08-08T03:03:52.916ZAug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64192026-08-08T03:03:52.916Z
64202026-08-08T03:03:52.916ZAug 08 03:03:52.013Aug 08 03:03:52.013 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:9::/64 -> 2001:db8::55:ff
64212026-08-08T03:03:52.916Z
64222026-08-08T03:03:52.916ZAug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef:18::/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 } }]
64232026-08-08T03:03:52.916Z
64242026-08-08T03:03:52.916ZAug 08 03:03:52.013Aug 08 03:03:52.013 DEBGINFO replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
64252026-08-08T03:03:52.916Z
64262026-08-08T03:03:52.916ZAug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef:19::/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 } }]
64272026-08-08T03:03:52.916Z
64282026-08-08T03:03:52.916ZAug 08 03:03:52.013Aug 08 03:03:52.013 DEBGINFO replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
64292026-08-08T03:03:52.916Z
64302026-08-08T03:03:52.916ZAug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64312026-08-08T03:03:52.916Z
64322026-08-08T03:03:52.916ZAug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef:c::/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 } }]
64332026-08-08T03:03:52.916Z
64342026-08-08T03:03:52.916ZAug 08 03:03:52.013Aug 08 03:03:52.013 DEBGINFO replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
64352026-08-08T03:03:52.916Z
64362026-08-08T03:03:52.916ZAug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64372026-08-08T03:03:52.916Z
64382026-08-08T03:03:52.916ZAug 08 03:03:52.013Aug 08 03:03:52.013 DEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
64392026-08-08T03:03:52.916Z
64402026-08-08T03:03:52.916ZAug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef:e::/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 } }]
64412026-08-08T03:03:52.917Z
64422026-08-08T03:03:52.917ZAug 08 03:03:52.013Aug 08 03:03:52.013 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:1d::/64 -> 2001:db8::55:ff
64432026-08-08T03:03:52.917Z
64442026-08-08T03:03:52.917Ztest port_map::tests::parse_softnpu_revision ... ok
64452026-08-08T03:03:52.917ZAug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef:f::/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 } }]
64462026-08-08T03:03:52.917Z
64472026-08-08T03:03:52.917ZAug 08 03:03:52.013Aug 08 03:03:52.013 DEBGINFO replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
64482026-08-08T03:03:52.917Z
64492026-08-08T03:03:52.917ZAug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef:10::/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 } }]
64502026-08-08T03:03:52.917Z
64512026-08-08T03:03:52.917ZAug 08 03:03:52.013Aug 08 03:03:52.013 DEBGINFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
64522026-08-08T03:03:52.917Z
64532026-08-08T03:03:52.917ZAug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64542026-08-08T03:03:52.917Z
64552026-08-08T03:03:52.917ZAug 08 03:03:52.013Aug 08 03:03:52.013 DEBGINFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
64562026-08-08T03:03:52.917Z
64572026-08-08T03:03:52.917ZAug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef:12::/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 } }]
64582026-08-08T03:03:52.917Z
64592026-08-08T03:03:52.917ZAug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef:21::/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 } }]
64602026-08-08T03:03:52.917Z
64612026-08-08T03:03:52.917ZAug 08 03:03:52.013Aug 08 03:03:52.013 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 08 03:03:52.013adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
64622026-08-08T03:03:52.917Z
64632026-08-08T03:03:52.917ZDEBGAug 08 03:03:52.013 created new freemapINFO Aug 08 03:03:52.013, adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBG
64642026-08-08T03:03:52.917Z unitreplacing 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 } }]:
64652026-08-08T03:03:52.917Z freemap_route_ipv4Aug 08 03:03:52.013
64662026-08-08T03:03:52.918ZDEBG Aug 08 03:03:52.013replacing 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 08 03:03:52.013
64672026-08-08T03:03:52.918ZINFO DEBGAug 08 03:03:52.013 adding route 3fff:beef:14::/64 -> 2001:db8::55:ffDEBGcreated new freemap Aug 08 03:03:52.013created new freemap
64682026-08-08T03:03:52.918ZINFO, adding route 3fff:beef:23::/64 -> 2001:db8::55:ffunit, :
64692026-08-08T03:03:52.918Z Aug 08 03:03:52.013unitfreemap_route_ipv4
64702026-08-08T03:03:52.918Z: Aug 08 03:03:52.013DEBGfreemap_route_ipv6 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 } }]Aug 08 03:03:52.013
64712026-08-08T03:03:52.918Z 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 } }]
64722026-08-08T03:03:52.918Z
64732026-08-08T03:03:52.918ZDEBGAug 08 03:03:52.013 created new freemap, INFOunit :adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 08 03:03:52.013Aug 08 03:03:52.013
64742026-08-08T03:03:52.918Z freemap_route_ipv6INFO
64752026-08-08T03:03:52.918ZDEBG initted freemap. size: 64adding route 3fff:beef:24::/64 -> 2001:db8::55:ff, unitAug 08 03:03:52.013Aug 08 03:03:52.013 :DEBG DEBGfreemap_route_ipv4
64762026-08-08T03:03:52.918Z
64772026-08-08T03:03:52.918Zinitted freemap. size: 64replacing 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 } }], unit
64782026-08-08T03:03:52.918Z: freemap_route_ipv4Aug 08 03:03:52.013
64792026-08-08T03:03:52.918Z Aug 08 03:03:52.013DEBGAug 08 03:03:52.013 reset freemap Aug 08 03:03:52.013, INFODEBGDEBG unit reset freemap:adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
64802026-08-08T03:03:52.918Zreplacing 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 } }]freemap_route_ipv4,
64812026-08-08T03:03:52.918Zunit:
64822026-08-08T03:03:52.918Z freemap_route_ipv4
64832026-08-08T03:03:52.918ZAug 08 03:03:52.013Aug 08 03:03:52.013 Aug 08 03:03:52.013Aug 08 03:03:52.013 DEBG DEBGDEBG INFOinitted freemap. size: 64initted freemap. size: 64, unit, replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:unitadding route 3fff:beef:25::/64 -> 2001:db8::55:ff:
64842026-08-08T03:03:52.918Z freemap_route_ipv6
64852026-08-08T03:03:52.918Zfreemap_route_ipv6
64862026-08-08T03:03:52.919Z
64872026-08-08T03:03:52.919ZAug 08 03:03:52.013 INFO Aug 08 03:03:52.013Aug 08 03:03:52.013Aug 08 03:03:52.013 Aug 08 03:03:52.013adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBG DEBGDEBG
64882026-08-08T03:03:52.919Z reset freemapreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], DEBG
64892026-08-08T03:03:52.919Zunitcreated new freemap :reset freemap, , unitunit :freemap_route_ipv6 :freemap_route_ipv4 Aug 08 03:03:52.013Aug 08 03:03:52.013
64902026-08-08T03:03:52.919Z INFO freemap_route_ipv6
64912026-08-08T03:03:52.919Z
64922026-08-08T03:03:52.919Z DEBGAug 08 03:03:52.013adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
64932026-08-08T03:03:52.919Z DEBGreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:03:52.013Aug 08 03:03:52.013
64942026-08-08T03:03:52.919Z INFOINFOcreated new freemap Aug 08 03:03:52.013Aug 08 03:03:52.013 adding route 3fff:dead::/64 -> 2001:db8::55:1 , adding route 3fff:dead::/64 -> 2001:db8::55:1
64952026-08-08T03:03:52.919Zunit :
64962026-08-08T03:03:52.919ZDEBG freemap_route_ipv6replacing 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 } }]
64972026-08-08T03:03:52.919Z
64982026-08-08T03:03:52.919ZINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 08 03:03:52.013Aug 08 03:03:52.013 Aug 08 03:03:52.013
64992026-08-08T03:03:52.919Z DEBGDEBG Aug 08 03:03:52.013replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG INFOinitted freemap. size: 64
65002026-08-08T03:03:52.924Z,
65012026-08-08T03:03:52.924Z unitadding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 08 03:03:52.013:Aug 08 03:03:52.013
65022026-08-08T03:03:52.924Z freemap_route_ipv4Aug 08 03:03:52.013 Aug 08 03:03:52.013 INFO
65032026-08-08T03:03:52.924Z INFO DEBG DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 08 03:03:52.013replacing 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:dead::/64 -> 2001:db8::55:2
65042026-08-08T03:03:52.924Zreplacing 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 } }]
65052026-08-08T03:03:52.924Z
65062026-08-08T03:03:52.924Z
65072026-08-08T03:03:52.924ZDEBGAug 08 03:03:52.013 Aug 08 03:03:52.013INFOAug 08 03:03:52.013reset freemap , INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ffunit
65082026-08-08T03:03:52.924Z :Aug 08 03:03:52.013 DEBG freemap_route_ipv4DEBG
65092026-08-08T03:03:52.924Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 08 03:03:52.014 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 } }]
65102026-08-08T03:03:52.924Z DEBG
65112026-08-08T03:03:52.924ZAug 08 03:03:52.014 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 08 03:03:52.014replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
65122026-08-08T03:03:52.924Z INFOinitted freemap. size: 64 , Aug 08 03:03:52.014
65132026-08-08T03:03:52.925Zadding route 3fff:beef::/64 -> 2001:db8::55:ffunitAug 08 03:03:52.014
65142026-08-08T03:03:52.925Z : Aug 08 03:03:52.014INFOINFO freemap_route_ipv6 DEBG
65152026-08-08T03:03:52.925Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
65162026-08-08T03:03:52.925ZAug 08 03:03:52.014 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
65172026-08-08T03:03:52.925ZAug 08 03:03:52.014adding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 08 03:03:52.014 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 } }]
65182026-08-08T03:03:52.925ZDEBGAug 08 03:03:52.014
65192026-08-08T03:03:52.925Z reset freemap, unit Aug 08 03:03:52.014DEBG: INFOfreemap_route_ipv6replacing 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 } }]
65202026-08-08T03:03:52.925Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
65212026-08-08T03:03:52.925Z
65222026-08-08T03:03:52.925ZINFO Aug 08 03:03:52.014adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 08 03:03:52.014
65232026-08-08T03:03:52.925ZAug 08 03:03:52.014Aug 08 03:03:52.014 INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
65242026-08-08T03:03:52.925Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
65252026-08-08T03:03:52.925ZDEBG
65262026-08-08T03:03:52.925ZAug 08 03:03:52.014 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 } }]
65272026-08-08T03:03:52.925ZDEBGAug 08 03:03:52.014Aug 08 03:03:52.014 Aug 08 03:03:52.014 INFODEBG 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
65282026-08-08T03:03:52.925Z replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
65292026-08-08T03:03:52.925ZAug 08 03:03:52.014
65302026-08-08T03:03:52.925Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
65312026-08-08T03:03:52.925ZAug 08 03:03:52.014
65322026-08-08T03:03:52.925ZAug 08 03:03:52.014 INFODEBG Aug 08 03:03:52.014Aug 08 03:03:52.014 INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
65332026-08-08T03:03:52.925Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
65342026-08-08T03:03:52.925Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
65352026-08-08T03:03:52.925ZAug 08 03:03:52.014Aug 08 03:03:52.014 DEBGAug 08 03:03:52.014 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: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 } }]
65362026-08-08T03:03:52.925Z
65372026-08-08T03:03:52.926Z 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: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 } }]
65382026-08-08T03:03:52.926Z
65392026-08-08T03:03:52.926ZAug 08 03:03:52.014 INFOAug 08 03:03:52.014Aug 08 03:03:52.014 Aug 08 03:03:52.014INFO INFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
65402026-08-08T03:03:52.926Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
65412026-08-08T03:03:52.926Z
65422026-08-08T03:03:52.926ZINFO Aug 08 03:03:52.014adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 08 03:03:52.014Aug 08 03:03:52.014 DEBG
65432026-08-08T03:03:52.926ZDEBGDEBG 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: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 } }]
65442026-08-08T03:03:52.926Z
65452026-08-08T03:03:52.926ZAug 08 03:03:52.014 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
65462026-08-08T03:03:52.926ZAug 08 03:03:52.014 Aug 08 03:03:52.014 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 } }]INFOINFO Aug 08 03:03:52.014 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
65472026-08-08T03:03:52.926Z INFO
65482026-08-08T03:03:52.926Z
65492026-08-08T03:03:52.926Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
65502026-08-08T03:03:52.926ZAug 08 03:03:52.014 DEBG Aug 08 03:03:52.014replacing 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 08 03:03:52.014
65512026-08-08T03:03:52.926ZAug 08 03:03:52.014 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: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 } }]
65522026-08-08T03:03:52.926Z
65532026-08-08T03:03:52.926ZINFOAug 08 03:03:52.014 Aug 08 03:03:52.014 adding route 3fff:beef:1::/64 -> 2001:db8::55:ff INFO
65542026-08-08T03:03:52.926ZINFO Aug 08 03:03:52.014 adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
65552026-08-08T03:03:52.927ZINFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
65562026-08-08T03:03:52.927Z
65572026-08-08T03:03:52.927ZAug 08 03:03:52.014 Aug 08 03:03:52.014DEBG Aug 08 03:03:52.014replacing 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
65582026-08-08T03:03:52.927Zreplacing 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 } }]DEBGAug 08 03:03:52.014
65592026-08-08T03:03:52.927Z 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 } }]
65602026-08-08T03:03:52.927ZDEBG 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 08 03:03:52.014Aug 08 03:03:52.014Aug 08 03:03:52.014
65612026-08-08T03:03:52.927ZINFOINFO INFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
65622026-08-08T03:03:52.927Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 08 03:03:52.014adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
65632026-08-08T03:03:52.927Z
65642026-08-08T03:03:52.927Z INFO Aug 08 03:03:52.014Aug 08 03:03:52.014adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
65652026-08-08T03:03:52.927Z DEBGDEBG Aug 08 03:03:52.014replacing 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: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 } }]
65662026-08-08T03:03:52.927Z
65672026-08-08T03:03:52.927Z 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 } }]
65682026-08-08T03:03:52.927ZAug 08 03:03:52.014 Aug 08 03:03:52.014INFO Aug 08 03:03:52.014Aug 08 03:03:52.014DEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
65692026-08-08T03:03:52.927Zreplacing 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
65702026-08-08T03:03:52.928Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFOAug 08 03:03:52.014
65712026-08-08T03:03:52.928Z DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 08 03:03:52.014 replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
65722026-08-08T03:03:52.928Z 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 } }]
65732026-08-08T03:03:52.928Z
65742026-08-08T03:03:52.928ZAug 08 03:03:52.014Aug 08 03:03:52.014 Aug 08 03:03:52.014INFOINFO Aug 08 03:03:52.014 adding route 3fff:beef:8::/64 -> 2001:db8::55:ffINFODEBG
65752026-08-08T03:03:52.928Z 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:31::/64 -> 2001:db8::55:ff
65762026-08-08T03:03:52.928Z
65772026-08-08T03:03:52.928Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
65782026-08-08T03:03:52.928ZAug 08 03:03:52.014 Aug 08 03:03:52.014INFO DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff Aug 08 03:03:52.014
65792026-08-08T03:03:52.928ZAug 08 03:03:52.014 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 } }]
65802026-08-08T03:03:52.928ZDEBGDEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:03:52.014replacing 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 } }]
65812026-08-08T03:03:52.928ZAug 08 03:03:52.014
65822026-08-08T03:03:52.928Z INFODEBGAug 08 03:03:52.014 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:9::/64 -> 2001:db8::55:ffINFO
65832026-08-08T03:03:52.928Z
65842026-08-08T03:03:52.928Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
65852026-08-08T03:03:52.928ZAug 08 03:03:52.014 INFOAug 08 03:03:52.014 Aug 08 03:03:52.014Aug 08 03:03:52.014 INFO DEBG 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 } }]
65862026-08-08T03:03:52.928Zreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
65872026-08-08T03:03:52.928Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
65882026-08-08T03:03:52.928Z
65892026-08-08T03:03:52.928ZAug 08 03:03:52.014 Aug 08 03:03:52.014Aug 08 03:03:52.014INFOAug 08 03:03:52.014 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffDEBG
65902026-08-08T03:03:52.928ZDEBG 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:33::/64 -> 2001:db8::55:ff
65912026-08-08T03:03:52.928ZAug 08 03:03:52.014replacing 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 } }]
65922026-08-08T03:03:52.928Z
65932026-08-08T03:03:52.928ZDEBG 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 } }]
65942026-08-08T03:03:52.929ZAug 08 03:03:52.014 Aug 08 03:03:52.014DEBG Aug 08 03:03:52.014INFO replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
65952026-08-08T03:03:52.929Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 08 03:03:52.014
65962026-08-08T03:03:52.929Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFO
65972026-08-08T03:03:52.929ZAug 08 03:03:52.014 adding route 3fff:beef:6::/64 -> 2001:db8::55:ffINFOAug 08 03:03:52.014
65982026-08-08T03:03:52.929Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
65992026-08-08T03:03:52.929ZAug 08 03:03:52.014 DEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66002026-08-08T03:03:52.933ZAug 08 03:03:52.014 Aug 08 03:03:52.014DEBG 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 } }]
66012026-08-08T03:03:52.933Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
66022026-08-08T03:03:52.933ZAug 08 03:03:52.014Aug 08 03:03:52.014 INFODEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66032026-08-08T03:03:52.934Z
66042026-08-08T03:03:52.934ZAug 08 03:03:52.014Aug 08 03:03:52.014 DEBGINFO replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
66052026-08-08T03:03:52.934Z
66062026-08-08T03:03:52.934ZAug 08 03:03:52.014Aug 08 03:03:52.014 DEBGINFO replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
66072026-08-08T03:03:52.934Z
66082026-08-08T03:03:52.934ZAug 08 03:03:52.014Aug 08 03:03:52.014 INFODEBG adding route 3fff:beef:37::/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 } }]
66092026-08-08T03:03:52.934Z
66102026-08-08T03:03:52.934ZAug 08 03:03:52.014Aug 08 03:03:52.014 DEBGINFO replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
66112026-08-08T03:03:52.934Z
66122026-08-08T03:03:52.934ZAug 08 03:03:52.014Aug 08 03:03:52.014 INFODEBG adding route 3fff:beef:38::/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 } }]
66132026-08-08T03:03:52.934Z
66142026-08-08T03:03:52.934ZAug 08 03:03:52.014Aug 08 03:03:52.014 DEBGINFO replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
66152026-08-08T03:03:52.934Z
66162026-08-08T03:03:52.934ZAug 08 03:03:52.014Aug 08 03:03:52.014 DEBGINFO replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
66172026-08-08T03:03:52.934Z
66182026-08-08T03:03:52.934ZAug 08 03:03:52.014Aug 08 03:03:52.014 INFODEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
66192026-08-08T03:03:52.934ZAug 08 03:03:52.014 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 } }]
66202026-08-08T03:03:52.934Zreplacing 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 } }]
66212026-08-08T03:03:52.934ZAug 08 03:03:52.014 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 08 03:03:52.014
66222026-08-08T03:03:52.934ZAug 08 03:03:52.014 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 } }]INFO
66232026-08-08T03:03:52.934Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
66242026-08-08T03:03:52.934ZAug 08 03:03:52.014Aug 08 03:03:52.014 INFODEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66252026-08-08T03:03:52.934Z
66262026-08-08T03:03:52.934ZAug 08 03:03:52.014Aug 08 03:03:52.014 DEBGINFO replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
66272026-08-08T03:03:52.935Z
66282026-08-08T03:03:52.935ZAug 08 03:03:52.014Aug 08 03:03:52.014 INFOAug 08 03:03:52.014DEBG adding route 3fff:beef:2a::/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 } }]
66292026-08-08T03:03:52.935ZDEBG
66302026-08-08T03:03:52.935Zreplacing 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 } }]
66312026-08-08T03:03:52.935ZAug 08 03:03:52.014 INFOAug 08 03:03:52.014 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG
66322026-08-08T03:03:52.935Z Aug 08 03:03:52.014replacing 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 } }]
66332026-08-08T03:03:52.935ZINFO Aug 08 03:03:52.014adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
66342026-08-08T03:03:52.935ZDEBGAug 08 03:03:52.014 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
66352026-08-08T03:03:52.935Z Aug 08 03:03:52.014adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
66362026-08-08T03:03:52.935ZDEBG 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 } }]
66372026-08-08T03:03:52.935ZAug 08 03:03:52.014Aug 08 03:03:52.014 Aug 08 03:03:52.014 DEBG INFODEBGfailed to allocate space for the new target list adding route 3fff:beef:8::/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 } }]
66382026-08-08T03:03:52.935Z
66392026-08-08T03:03:52.935Z
66402026-08-08T03:03:52.935ZAug 08 03:03:52.014Aug 08 03:03:52.014Aug 08 03:03:52.014 DEBGDEBG 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 } }]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 } }]
66412026-08-08T03:03:52.935Z
66422026-08-08T03:03:52.935Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
66432026-08-08T03:03:52.935ZAug 08 03:03:52.014Aug 08 03:03:52.014 INFODEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66442026-08-08T03:03:52.935Z
66452026-08-08T03:03:52.935ZAug 08 03:03:52.014Aug 08 03:03:52.014 INFODEBG adding route 3fff:beef:2d::/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 } }]
66462026-08-08T03:03:52.935Z
66472026-08-08T03:03:52.935ZAug 08 03:03:52.014Aug 08 03:03:52.014 DEBGINFO replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
66482026-08-08T03:03:52.935Z
66492026-08-08T03:03:52.935ZAug 08 03:03:52.014Aug 08 03:03:52.014 DEBGINFO replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
66502026-08-08T03:03:52.935Z
66512026-08-08T03:03:52.936ZAug 08 03:03:52.014Aug 08 03:03:52.014 DEBGINFO 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
66522026-08-08T03:03:52.936Z
66532026-08-08T03:03:52.936ZAug 08 03:03:52.014Aug 08 03:03:52.014 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:2f::/64 -> 2001:db8::55:ff
66542026-08-08T03:03:52.936Z
66552026-08-08T03:03:52.936ZAug 08 03:03:52.014Aug 08 03:03:52.014 INFODEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66562026-08-08T03:03:52.936Z
66572026-08-08T03:03:52.936ZAug 08 03:03:52.014Aug 08 03:03:52.014 DEBGINFO replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
66582026-08-08T03:03:52.936Z
66592026-08-08T03:03:52.936ZAug 08 03:03:52.014Aug 08 03:03:52.014 INFODEBG adding route 3fff:beef:d::/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 } }]
66602026-08-08T03:03:52.936Z
66612026-08-08T03:03:52.936ZAug 08 03:03:52.014Aug 08 03:03:52.014 DEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
66622026-08-08T03:03:52.936Z
66632026-08-08T03:03:52.936ZAug 08 03:03:52.014Aug 08 03:03:52.014 INFODEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66642026-08-08T03:03:52.936Z
66652026-08-08T03:03:52.936ZAug 08 03:03:52.014Aug 08 03:03:52.014 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:32::/64 -> 2001:db8::55:ff
66662026-08-08T03:03:52.936Z
66672026-08-08T03:03:52.936ZAug 08 03:03:52.014Aug 08 03:03:52.014 DEBGINFO replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
66682026-08-08T03:03:52.936Z
66692026-08-08T03:03:52.936ZAug 08 03:03:52.014Aug 08 03:03:52.014 INFODEBG adding route 3fff:beef:33::/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 } }]
66702026-08-08T03:03:52.936Z
66712026-08-08T03:03:52.936ZAug 08 03:03:52.014Aug 08 03:03:52.014 DEBGINFO 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:10::/64 -> 2001:db8::55:ff
66722026-08-08T03:03:52.936Z
66732026-08-08T03:03:52.936ZAug 08 03:03:52.014Aug 08 03:03:52.014 INFODEBG adding route 3fff:beef:34::/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 } }]
66742026-08-08T03:03:52.937Z
66752026-08-08T03:03:52.937ZAug 08 03:03:52.014Aug 08 03:03:52.014 INFODEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66762026-08-08T03:03:52.937Z
66772026-08-08T03:03:52.937ZAug 08 03:03:52.014Aug 08 03:03:52.014 DEBGINFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
66782026-08-08T03:03:52.937Z
66792026-08-08T03:03:52.937ZAug 08 03:03:52.014Aug 08 03:03:52.014 INFODEBG adding route 3fff:beef:12::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66802026-08-08T03:03:52.937Z
66812026-08-08T03:03:52.937ZAug 08 03:03:52.014Aug 08 03:03:52.014 DEBGINFO replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
66822026-08-08T03:03:52.937Z
66832026-08-08T03:03:52.937ZAug 08 03:03:52.014Aug 08 03:03:52.014 INFODEBG adding route 3fff:beef:13::/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 } }]
66842026-08-08T03:03:52.937Z
66852026-08-08T03:03:52.937ZAug 08 03:03:52.014Aug 08 03:03:52.014 DEBGINFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
66862026-08-08T03:03:52.937Z
66872026-08-08T03:03:52.937ZAug 08 03:03:52.014Aug 08 03:03:52.014 INFODEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66882026-08-08T03:03:52.937Z
66892026-08-08T03:03:52.937ZAug 08 03:03:52.014Aug 08 03:03:52.014 DEBGINFO replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
66902026-08-08T03:03:52.937Z
66912026-08-08T03:03:52.937ZAug 08 03:03:52.014Aug 08 03:03:52.014 INFODEBG adding route 3fff:beef:15::/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 } }]
66922026-08-08T03:03:52.937Z
66932026-08-08T03:03:52.937ZAug 08 03:03:52.015Aug 08 03:03:52.015 DEBGINFO replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
66942026-08-08T03:03:52.938Z
66952026-08-08T03:03:52.938ZAug 08 03:03:52.015Aug 08 03:03:52.015 INFODEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66962026-08-08T03:03:52.938Z
66972026-08-08T03:03:52.938ZAug 08 03:03:52.015Aug 08 03:03:52.015 DEBGINFO replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
66982026-08-08T03:03:52.938Z
66992026-08-08T03:03:52.938ZAug 08 03:03:52.015Aug 08 03:03:52.015 DEBGINFO replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
67002026-08-08T03:03:52.943Z
67012026-08-08T03:03:52.943ZAug 08 03:03:52.015Aug 08 03:03:52.015 INFODEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67022026-08-08T03:03:52.943Z
67032026-08-08T03:03:52.943ZAug 08 03:03:52.015Aug 08 03:03:52.015 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:18::/64 -> 2001:db8::55:ff
67042026-08-08T03:03:52.943Z
67052026-08-08T03:03:52.943ZAug 08 03:03:52.015Aug 08 03:03:52.015 DEBGINFO replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
67062026-08-08T03:03:52.943Z
67072026-08-08T03:03:52.943ZAug 08 03:03:52.015Aug 08 03:03:52.015 DEBGINFO replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
67082026-08-08T03:03:52.943Z
67092026-08-08T03:03:52.943ZAug 08 03:03:52.015Aug 08 03:03:52.015 INFODEBG adding route 3fff:beef:3d::/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 } }]
67102026-08-08T03:03:52.943Z
67112026-08-08T03:03:52.943ZAug 08 03:03:52.015Aug 08 03:03:52.015 DEBGINFO 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:beef:1a::/64 -> 2001:db8::55:ff
67122026-08-08T03:03:52.943Z
67132026-08-08T03:03:52.943ZAug 08 03:03:52.015Aug 08 03:03:52.015 INFODEBG adding route 3fff:beef:3e::/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 } }]
67142026-08-08T03:03:52.943Z
67152026-08-08T03:03:52.943ZAug 08 03:03:52.015Aug 08 03:03:52.015 DEBGINFO replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
67162026-08-08T03:03:52.943Z
67172026-08-08T03:03:52.943ZAug 08 03:03:52.015Aug 08 03:03:52.015 INFODEBG adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67182026-08-08T03:03:52.944Z
67192026-08-08T03:03:52.944ZAug 08 03:03:52.015 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
67202026-08-08T03:03:52.944ZAug 08 03:03:52.015Aug 08 03:03:52.015 DEBGDEBG replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
67212026-08-08T03:03:52.944Z
67222026-08-08T03:03:52.944ZAug 08 03:03:52.015 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
67232026-08-08T03:03:52.944ZAug 08 03:03:52.015Aug 08 03:03:52.015 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }]
67242026-08-08T03:03:52.944Z
67252026-08-08T03:03:52.944ZAug 08 03:03:52.015 Aug 08 03:03:52.015INFO DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
67262026-08-08T03:03:52.944Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
67272026-08-08T03:03:52.944ZAug 08 03:03:52.015 Aug 08 03:03:52.015DEBG 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 } }]
67282026-08-08T03:03:52.944Zfailed to allocate space for the new target list
67292026-08-08T03:03:52.944ZAug 08 03:03:52.015 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
67302026-08-08T03:03:52.944ZAug 08 03:03:52.015 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 } }]
67312026-08-08T03:03:52.944Z Aug 08 03:03:52.015 INFODEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67322026-08-08T03:03:52.944Z
67332026-08-08T03:03:52.944ZAug 08 03:03:52.015Aug 08 03:03:52.015 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 } }]created new freemap
67342026-08-08T03:03:52.944Z, Aug 08 03:03:52.015unitAug 08 03:03:52.015: freemap_route_ipv4INFOINFO
67352026-08-08T03:03:52.944Z adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
67362026-08-08T03:03:52.944Z
67372026-08-08T03:03:52.944ZAug 08 03:03:52.015Aug 08 03:03:52.015Aug 08 03:03:52.015 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 } }]
67382026-08-08T03:03:52.944Zcreated new freemapDEBG , replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unitAug 08 03:03:52.015
67392026-08-08T03:03:52.944Z :INFO freemap_route_ipv6adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
67402026-08-08T03:03:52.944Z
67412026-08-08T03:03:52.944ZAug 08 03:03:52.015Aug 08 03:03:52.015Aug 08 03:03:52.015 DEBGINFO initted freemap. size: 64adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG
67422026-08-08T03:03:52.945Z, unitreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
67432026-08-08T03:03:52.945Z freemap_route_ipv4
67442026-08-08T03:03:52.945ZAug 08 03:03:52.015Aug 08 03:03:52.015 Aug 08 03:03:52.015 INFODEBGDEBG reset freemap , 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 } }]unitadding route 3fff:beef:23::/64 -> 2001:db8::55:ff:
67452026-08-08T03:03:52.945Z
67462026-08-08T03:03:52.945Z freemap_route_ipv4
67472026-08-08T03:03:52.945ZAug 08 03:03:52.015Aug 08 03:03:52.015 Aug 08 03:03:52.015DEBG DEBGreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO initted freemap. size: 64
67482026-08-08T03:03:52.945Z, adding route 3fff:beef:e::/64 -> 2001:db8::55:ffunit
67492026-08-08T03:03:52.945Z: freemap_route_ipv6
67502026-08-08T03:03:52.945ZAug 08 03:03:52.015Aug 08 03:03:52.015 INFODEBGAug 08 03:03:52.015 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:24::/64 -> 2001:db8::55:ff
67512026-08-08T03:03:52.945ZDEBG
67522026-08-08T03:03:52.945Z reset freemap, unit:Aug 08 03:03:52.015Aug 08 03:03:52.015 freemap_route_ipv6
67532026-08-08T03:03:52.945ZDEBGINFO replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
67542026-08-08T03:03:52.945Z
67552026-08-08T03:03:52.945ZAug 08 03:03:52.015 Aug 08 03:03:52.015INFO Aug 08 03:03:52.015 INFODEBGadding route 172.16.0.0/32 -> 10.0.0.1
67562026-08-08T03:03:52.945Zadding route 3fff:beef:25::/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 } }]
67572026-08-08T03:03:52.945Z
67582026-08-08T03:03:52.945Ztest route::tests::grow_succeeds ... ok
67592026-08-08T03:03:52.945ZAug 08 03:03:52.015 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 08 03:03:52.015Aug 08 03:03:52.015
67602026-08-08T03:03:52.945Z 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 } }]
67612026-08-08T03:03:52.945Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 08 03:03:52.015
67622026-08-08T03:03:52.945Z DEBGAug 08 03:03:52.015 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 08 03:03:52.015
67632026-08-08T03:03:52.945Z DEBGINFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
67642026-08-08T03:03:52.945Z
67652026-08-08T03:03:52.945ZAug 08 03:03:52.015Aug 08 03:03:52.015 INFODEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67662026-08-08T03:03:52.945Z
67672026-08-08T03:03:52.946ZAug 08 03:03:52.015Aug 08 03:03:52.015 INFODEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67682026-08-08T03:03:52.946Z
67692026-08-08T03:03:52.946ZAug 08 03:03:52.015Aug 08 03:03:52.015 DEBGINFO replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
67702026-08-08T03:03:52.946Z
67712026-08-08T03:03:52.946ZAug 08 03:03:52.015Aug 08 03:03:52.015 INFODEBG adding route 3fff:beef:28::/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 } }]
67722026-08-08T03:03:52.946Z
67732026-08-08T03:03:52.946ZAug 08 03:03:52.015Aug 08 03:03:52.015 DEBGINFO replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
67742026-08-08T03:03:52.946Z
67752026-08-08T03:03:52.946ZAug 08 03:03:52.015Aug 08 03:03:52.015 INFODEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67762026-08-08T03:03:52.946Z
67772026-08-08T03:03:52.946ZAug 08 03:03:52.015 Aug 08 03:03:52.015DEBGAug 08 03:03:52.015 INFOcreated new freemapDEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ff,
67782026-08-08T03:03:52.946Zreplacing 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 } }]unit
67792026-08-08T03:03:52.946Z: Aug 08 03:03:52.015freemap_route_ipv4Aug 08 03:03:52.015
67802026-08-08T03:03:52.946Z DEBGINFO replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
67812026-08-08T03:03:52.946ZAug 08 03:03:52.015Aug 08 03:03:52.015 DEBGINFO created new freemapadding route 3fff:beef:15::/64 -> 2001:db8::55:ff,
67822026-08-08T03:03:52.946Zunit: Aug 08 03:03:52.015freemap_route_ipv6
67832026-08-08T03:03:52.946ZDEBG 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 } }]
67842026-08-08T03:03:52.946ZAug 08 03:03:52.015Aug 08 03:03:52.015 DEBGINFO initted freemap. size: 64adding route 3fff:beef:16::/64 -> 2001:db8::55:ff,
67852026-08-08T03:03:52.946Zunit: freemap_route_ipv4
67862026-08-08T03:03:52.946ZAug 08 03:03:52.015 DEBGAug 08 03:03:52.015 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
67872026-08-08T03:03:52.946Z reset freemap, unitAug 08 03:03:52.015: INFOfreemap_route_ipv4
67882026-08-08T03:03:52.946Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
67892026-08-08T03:03:52.946ZAug 08 03:03:52.015 Aug 08 03:03:52.015DEBG DEBGinitted freemap. size: 64 , replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
67902026-08-08T03:03:52.946Z: freemap_route_ipv6
67912026-08-08T03:03:52.947ZAug 08 03:03:52.015 INFO Aug 08 03:03:52.015adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
67922026-08-08T03:03:52.947ZDEBG reset freemap, Aug 08 03:03:52.015unit :DEBG freemap_route_ipv6replacing 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 } }]
67932026-08-08T03:03:52.947Z
67942026-08-08T03:03:52.947ZAug 08 03:03:52.015Aug 08 03:03:52.015 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
67952026-08-08T03:03:52.947Z
67962026-08-08T03:03:52.947ZAug 08 03:03:52.015Aug 08 03:03:52.015 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 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 } }]
67972026-08-08T03:03:52.947Z
67982026-08-08T03:03:52.947ZAug 08 03:03:52.015Aug 08 03:03:52.015 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.2adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
67992026-08-08T03:03:52.947Z
68002026-08-08T03:03:52.952ZAug 08 03:03:52.015Aug 08 03:03:52.015 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 3fff: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 } }]
68012026-08-08T03:03:52.952Z
68022026-08-08T03:03:52.952ZAug 08 03:03:52.015Aug 08 03:03:52.015 INFOINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.3
68032026-08-08T03:03:52.952Z
68042026-08-08T03:03:52.952ZAug 08 03:03:52.015Aug 08 03:03:52.015 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 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
68052026-08-08T03:03:52.952Z
68062026-08-08T03:03:52.952ZAug 08 03:03:52.015Aug 08 03:03:52.015 INFOINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.4
68072026-08-08T03:03:52.952Z
68082026-08-08T03:03:52.952ZAug 08 03:03:52.015Aug 08 03:03:52.015 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 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
68092026-08-08T03:03:52.952Z
68102026-08-08T03:03:52.952ZAug 08 03:03:52.015Aug 08 03:03:52.015 INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 172.17.0.0/32 -> 10.0.0.255
68112026-08-08T03:03:52.952Z
68122026-08-08T03:03:52.952ZAug 08 03:03:52.015 Aug 08 03:03:52.015DEBG 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 } }]
68132026-08-08T03:03:52.952Zreplacing 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 } }]
68142026-08-08T03:03:52.952ZAug 08 03:03:52.015Aug 08 03:03:52.015 INFOINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 172.17.0.1/32 -> 10.0.0.255
68152026-08-08T03:03:52.953Z
68162026-08-08T03:03:52.953ZAug 08 03:03:52.015 Aug 08 03:03:52.015DEBG 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 } }]
68172026-08-08T03:03:52.953Zreplacing 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 } }]
68182026-08-08T03:03:52.953ZAug 08 03:03:52.015Aug 08 03:03:52.015 INFOINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 172.17.0.2/32 -> 10.0.0.255
68192026-08-08T03:03:52.953Z
68202026-08-08T03:03:52.953ZAug 08 03:03:52.015Aug 08 03:03:52.015 DEBGDEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
68212026-08-08T03:03:52.953Z
68222026-08-08T03:03:52.953ZAug 08 03:03:52.015Aug 08 03:03:52.015 INFOINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 172.17.0.3/32 -> 10.0.0.255
68232026-08-08T03:03:52.953Z
68242026-08-08T03:03:52.953ZAug 08 03:03:52.015Aug 08 03:03:52.015 DEBGDEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
68252026-08-08T03:03:52.953Z
68262026-08-08T03:03:52.953ZAug 08 03:03:52.015 Aug 08 03:03:52.015INFO INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
68272026-08-08T03:03:52.953Zadding route 172.17.0.4/32 -> 10.0.0.255
68282026-08-08T03:03:52.953ZAug 08 03:03:52.015Aug 08 03:03:52.015 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 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 } }]
68292026-08-08T03:03:52.953Z
68302026-08-08T03:03:52.953ZAug 08 03:03:52.015 Aug 08 03:03:52.015INFO INFOadding route 172.17.0.5/32 -> 10.0.0.255
68312026-08-08T03:03:52.953Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
68322026-08-08T03:03:52.953ZAug 08 03:03:52.015Aug 08 03:03:52.015 DEBGDEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.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 } }]
68332026-08-08T03:03:52.953Z
68342026-08-08T03:03:52.953ZAug 08 03:03:52.015 Aug 08 03:03:52.015INFO INFOadding route 172.17.0.6/32 -> 10.0.0.255
68352026-08-08T03:03:52.953Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
68362026-08-08T03:03:52.953ZAug 08 03:03:52.015Aug 08 03:03:52.015 DEBGDEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
68372026-08-08T03:03:52.953Z
68382026-08-08T03:03:52.954ZAug 08 03:03:52.015 Aug 08 03:03:52.015INFO INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
68392026-08-08T03:03:52.954Zadding route 172.17.0.7/32 -> 10.0.0.255
68402026-08-08T03:03:52.954ZAug 08 03:03:52.015Aug 08 03:03:52.015 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 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 } }]
68412026-08-08T03:03:52.954Z
68422026-08-08T03:03:52.954ZAug 08 03:03:52.015Aug 08 03:03:52.015 INFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 172.17.0.8/32 -> 10.0.0.255
68432026-08-08T03:03:52.954Z
68442026-08-08T03:03:52.954ZAug 08 03:03:52.015 Aug 08 03:03:52.015DEBG DEBGreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
68452026-08-08T03:03:52.954Zreplacing 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 } }]
68462026-08-08T03:03:52.954ZAug 08 03:03:52.015Aug 08 03:03:52.015 INFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 172.17.0.9/32 -> 10.0.0.255
68472026-08-08T03:03:52.954Z
68482026-08-08T03:03:52.954ZAug 08 03:03:52.015Aug 08 03:03:52.015 DEBGDEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
68492026-08-08T03:03:52.954Z
68502026-08-08T03:03:52.954ZAug 08 03:03:52.015 Aug 08 03:03:52.015INFO INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
68512026-08-08T03:03:52.954Zadding route 172.17.0.10/32 -> 10.0.0.255
68522026-08-08T03:03:52.954ZAug 08 03:03:52.015Aug 08 03:03:52.015 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 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 } }]
68532026-08-08T03:03:52.954Z
68542026-08-08T03:03:52.954ZAug 08 03:03:52.015Aug 08 03:03:52.015 INFOINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 172.17.0.11/32 -> 10.0.0.255
68552026-08-08T03:03:52.954Z
68562026-08-08T03:03:52.954ZAug 08 03:03:52.015Aug 08 03:03:52.015 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.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 } }]
68572026-08-08T03:03:52.954Z
68582026-08-08T03:03:52.954ZAug 08 03:03:52.015Aug 08 03:03:52.015 INFOINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 172.17.0.12/32 -> 10.0.0.255
68592026-08-08T03:03:52.955Z
68602026-08-08T03:03:52.955ZAug 08 03:03:52.015Aug 08 03:03:52.015 DEBGDEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
68612026-08-08T03:03:52.955Z
68622026-08-08T03:03:52.955ZAug 08 03:03:52.015Aug 08 03:03:52.015Aug 08 03:03:52.015 DEBGINFO created new freemapadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff,
68632026-08-08T03:03:52.955Zunit: freemap_route_ipv4INFO
68642026-08-08T03:03:52.955Z Aug 08 03:03:52.016adding route 172.17.0.13/32 -> 10.0.0.255
68652026-08-08T03:03:52.955ZDEBG 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 08 03:03:52.016
68662026-08-08T03:03:52.955Z Aug 08 03:03:52.016DEBG DEBGcreated new freemapAug 08 03:03:52.016 , 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 } }]
68672026-08-08T03:03:52.955Ztest route::tests::rollback_on_compact_delete_failure ... ok
68682026-08-08T03:03:52.955Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
68692026-08-08T03:03:52.955ZunitINFO: adding route 3fff:beef:2b::/64 -> 2001:db8::55:fffreemap_route_ipv6
68702026-08-08T03:03:52.955ZAug 08 03:03:52.016Aug 08 03:03:52.017 Aug 08 03:03:52.025DEBGAug 08 03:03:52.016 created new freemap , DEBGunitDEBGDEBG: created new freemapfreemap_route_ipv4,
68712026-08-08T03:03:52.955Zcreated new freemap, unitunit:: freemap_route_ipv4freemap_route_ipv4
68722026-08-08T03:03:52.955ZAug 08 03:03:52.016
68732026-08-08T03:03:52.955Z Aug 08 03:03:52.025DEBG DEBGcreated new freemapAug 08 03:03:52.025 , Aug 08 03:03:52.025unit created new freemap , DEBGunit ::created new freemap , DEBGunitfreemap_route_ipv4freemap_route_ipv6:
68742026-08-08T03:03:52.955Z
68752026-08-08T03:03:52.955Z freemap_route_ipv6created new freemap
68762026-08-08T03:03:52.955Z, unitAug 08 03:03:52.025Aug 08 03:03:52.025: DEBGDEBG Aug 08 03:03:52.025 initted freemap. size: 64initted freemap. size: 64 , , unitunit::freemap_route_ipv6 DEBGfreemap_route_ipv4
68772026-08-08T03:03:52.955Z
68782026-08-08T03:03:52.955Z created new freemapfreemap_route_ipv4,
68792026-08-08T03:03:52.955ZAug 08 03:03:52.025unit DEBG:Aug 08 03:03:52.025 reset freemapDEBG initted freemap. size: 64, freemap_route_ipv6unit, :unit
68802026-08-08T03:03:52.955Z:freemap_route_ipv4 Aug 08 03:03:52.025freemap_route_ipv4
68812026-08-08T03:03:52.955ZDEBGAug 08 03:03:52.025 reset freemapDEBG,
68822026-08-08T03:03:52.955Zunit initted freemap. size: 64:Aug 08 03:03:52.025 , freemap_route_ipv4
68832026-08-08T03:03:52.955ZDEBG unitreset freemap:, Aug 08 03:03:52.025 Aug 08 03:03:52.025freemap_route_ipv4unit :DEBGDEBG
68842026-08-08T03:03:52.956Zinitted freemap. size: 64initted freemap. size: 64, unit :, freemap_route_ipv4 Aug 08 03:03:52.025
68852026-08-08T03:03:52.956Z freemap_route_ipv6DEBG unitreset freemap:
68862026-08-08T03:03:52.956ZAug 08 03:03:52.025, unitfreemap_route_ipv6
68872026-08-08T03:03:52.956ZAug 08 03:03:52.025 :DEBGDEBG reset freemapAug 08 03:03:52.025, unitDEBG :reset freemap initted freemap. size: 64freemap_route_ipv6,
68882026-08-08T03:03:52.956Z, freemap_route_ipv4unit:
68892026-08-08T03:03:52.956Zunit Aug 08 03:03:52.025freemap_route_ipv6:
68902026-08-08T03:03:52.956Z Aug 08 03:03:52.025 freemap_route_ipv6DEBGINFO Aug 08 03:03:52.025
68912026-08-08T03:03:52.956Z adding route 3fff:dead::/64 -> 2001:db8::55:1
68922026-08-08T03:03:52.956ZDEBGinitted freemap. size: 64 Aug 08 03:03:52.025, unitreset freemap:, freemap_route_ipv6INFOunit :adding route 3fff:dead::/64 -> 2001:db8::55:1
68932026-08-08T03:03:52.956Z
68942026-08-08T03:03:52.956Z Aug 08 03:03:52.025 freemap_route_ipv6DEBG
68952026-08-08T03:03:52.956Z Aug 08 03:03:52.025replacing 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 08 03:03:52.025
68962026-08-08T03:03:52.956Z DEBG DEBG Aug 08 03:03:52.025reset 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 } }],
68972026-08-08T03:03:52.956ZunitINFO: adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv6
68982026-08-08T03:03:52.956Z
68992026-08-08T03:03:52.956ZAug 08 03:03:52.025 Aug 08 03:03:52.025Aug 08 03:03:52.025Aug 08 03:03:52.025 INFOINFO
69002026-08-08T03:03:52.961Z INFOadding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:dead::/64 -> 2001:db8::55:2
69012026-08-08T03:03:52.961Z Aug 08 03:03:52.025
69022026-08-08T03:03:52.961ZDEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
69032026-08-08T03:03:52.961Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
69042026-08-08T03:03:52.961ZDEBG Aug 08 03:03:52.025initted freemap. size: 64Aug 08 03:03:52.025Aug 08 03:03:52.025 , DEBGunit :DEBGINFO freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:2
69052026-08-08T03:03:52.961Z
69062026-08-08T03:03:52.961Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "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 } }]
69072026-08-08T03:03:52.961ZAug 08 03:03:52.025Aug 08 03:03:52.025
69082026-08-08T03:03:52.961Z Aug 08 03:03:52.025DEBGDEBG reset freemapAug 08 03:03:52.025Aug 08 03:03:52.025 , 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 } }] unitDEBG:adding route 3fff:dead::/64 -> 2001:db8::55:2
69092026-08-08T03:03:52.961Zfreemap_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 } }]
69102026-08-08T03:03:52.962Z
69112026-08-08T03:03:52.962Z
69122026-08-08T03:03:52.962Z INFO Aug 08 03:03:52.025adding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 08 03:03:52.025Aug 08 03:03:52.025
69132026-08-08T03:03:52.962Z INFOAug 08 03:03:52.025DEBG INFODEBGAug 08 03:03:52.025adding route 3fff:dead::/64 -> 2001:db8::55:3
69142026-08-08T03:03:52.962Z adding route 3fff:dead::/64 -> 2001:db8::55:3initted 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 } }]
69152026-08-08T03:03:52.962Z
69162026-08-08T03:03:52.962Z, Aug 08 03:03:52.025unit :DEBGAug 08 03:03:52.025 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBGDEBGAug 08 03:03:52.025 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
69172026-08-08T03:03:52.962Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]freemap_route_ipv6
69182026-08-08T03:03:52.962ZINFO
69192026-08-08T03:03:52.962Z
69202026-08-08T03:03:52.962Zadding route 3fff:dead::/64 -> 2001:db8::55:3Aug 08 03:03:52.025
69212026-08-08T03:03:52.962Z Aug 08 03:03:52.025INFO Aug 08 03:03:52.025DEBG INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 08 03:03:52.025Aug 08 03:03:52.025
69222026-08-08T03:03:52.962Z INFOadding route 3fff:dead::/64 -> 2001:db8::55:4reset freemap
69232026-08-08T03:03:52.962Z, adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 08 03:03:52.025unit
69242026-08-08T03:03:52.962ZAug 08 03:03:52.025:DEBG freemap_route_ipv6 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 } }]
69252026-08-08T03:03:52.962Z
69262026-08-08T03:03:52.962Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
69272026-08-08T03:03:52.963ZDEBGAug 08 03:03:52.025Aug 08 03:03:52.025 Aug 08 03:03:52.025 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 08 03:03:52.025 DEBGINFO INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
69282026-08-08T03:03:52.963Zadding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
69292026-08-08T03:03:52.963Z
69302026-08-08T03:03:52.963Z
69312026-08-08T03:03:52.963Z
69322026-08-08T03:03:52.963ZAug 08 03:03:52.025Aug 08 03:03:52.025Aug 08 03:03:52.025 Aug 08 03:03:52.025DEBG DEBGWARN Aug 08 03:03:52.025 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
69332026-08-08T03:03:52.963Z INFOshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
69342026-08-08T03:03:52.963Z
69352026-08-08T03:03:52.963ZDEBGadding route 3fff:beef::/64 -> 2001:db8::55:ff Aug 08 03:03:52.025
69362026-08-08T03:03:52.963Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 08 03:03:52.025
69372026-08-08T03:03:52.963ZINFOAug 08 03:03:52.025 DEBGERRO adding route 172.17.0.0/32 -> 10.0.0.255
69382026-08-08T03:03:52.963Zrollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 08 03:03:52.025
69392026-08-08T03:03:52.963Z Aug 08 03:03:52.025DEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
69402026-08-08T03:03:52.963Z
69412026-08-08T03:03:52.963Z 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 } }]
69422026-08-08T03:03:52.964ZAug 08 03:03:52.025Aug 08 03:03:52.025 INFOWARNAug 08 03:03:52.025 shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 08 03:03:52.025
69432026-08-08T03:03:52.964ZINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffERRO
69442026-08-08T03:03:52.964Zadding route 172.17.0.1/32 -> 10.0.0.255
69452026-08-08T03:03:52.964Zshrink-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
69462026-08-08T03:03:52.964ZAug 08 03:03:52.025 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 } }]
69472026-08-08T03:03:52.964ZAug 08 03:03:52.025 Aug 08 03:03:52.025DEBG INFOreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69482026-08-08T03:03:52.964Zadding route 172.17.0.2/32 -> 10.0.0.255
69492026-08-08T03:03:52.964Zreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:03:52.025
69502026-08-08T03:03:52.964Z Aug 08 03:03:52.025DEBG 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 08 03:03:52.025adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
69512026-08-08T03:03:52.964ZINFO
69522026-08-08T03:03:52.964Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 08 03:03:52.025
69532026-08-08T03:03:52.964Z DEBGAug 08 03:03:52.025 replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
69542026-08-08T03:03:52.964Z Aug 08 03:03:52.025adding route 172.17.0.3/32 -> 10.0.0.255
69552026-08-08T03:03:52.964ZDEBG Aug 08 03:03:52.025 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
69562026-08-08T03:03:52.964Z Aug 08 03:03:52.025adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
69572026-08-08T03:03:52.964Ztest route::tests::identity_replace_is_noop ... ok
69582026-08-08T03:03:52.964Ztest route::tests::rollback_on_index_readd_failure ... ok
69592026-08-08T03:03:52.964ZDEBG 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 08 03:03:52.025
69602026-08-08T03:03:52.964Z INFOAug 08 03:03:52.025 Aug 08 03:03:52.025adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 08 03:03:52.016
69612026-08-08T03:03:52.964Z 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 172.17.0.4/32 -> 10.0.0.255
69622026-08-08T03:03:52.964Z
69632026-08-08T03:03:52.964ZINFO adding route 172.17.0.14/32 -> 10.0.0.255Aug 08 03:03:52.025Aug 08 03:03:52.025
69642026-08-08T03:03:52.964ZDEBG 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 } }]
69652026-08-08T03:03:52.964Zreplacing 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 } }]
69662026-08-08T03:03:52.965ZAug 08 03:03:52.025 Aug 08 03:03:52.025INFO INFOAug 08 03:03:52.025 adding route 172.17.0.5/32 -> 10.0.0.255Aug 08 03:03:52.025INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
69672026-08-08T03:03:52.965Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
69682026-08-08T03:03:52.965Z
69692026-08-08T03:03:52.965ZAug 08 03:03:52.025 DEBGAug 08 03:03:52.025 replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:03:52.025 Aug 08 03:03:52.026 DEBGAug 08 03:03:52.026DEBG DEBGcreated new freemap , unitcreated new freemapreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
69702026-08-08T03:03:52.965Z , freemap_route_ipv4unit
69712026-08-08T03:03:52.965Z: Aug 08 03:03:52.036 Aug 08 03:03:52.036freemap_route_ipv4 INFO
69722026-08-08T03:03:52.965ZDEBG adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffcreated new freemap
69732026-08-08T03:03:52.965Z, unitAug 08 03:03:52.036: DEBGfreemap_route_ipv6Aug 08 03:03:52.036
69742026-08-08T03:03:52.965Zcreated new freemap , DEBGunit :Aug 08 03:03:52.036replacing 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 } }]
69752026-08-08T03:03:52.965ZDEBG freemap_route_ipv6initted freemap. size: 64
69762026-08-08T03:03:52.965Z, unitAug 08 03:03:52.036: INFOfreemap_route_ipv4
69772026-08-08T03:03:52.965Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
69782026-08-08T03:03:52.965ZDEBG Aug 08 03:03:52.036Aug 08 03:03:52.036 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 initted freemap. size: 64DEBG
69792026-08-08T03:03:52.965Z , reset freemapAug 08 03:03:52.036, unit:DEBG unitDEBG:freemap_route_ipv4
69802026-08-08T03:03:52.965Zfreemap_route_ipv4
69812026-08-08T03:03:52.965Z 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 08 03:03:52.036Aug 08 03:03:52.036
69822026-08-08T03:03:52.965Z Aug 08 03:03:52.036DEBG reset freemapreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 08 03:03:52.036,
69832026-08-08T03:03:52.965Zunit :INFO DEBGfreemap_route_ipv4
69842026-08-08T03:03:52.965Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ffinitted freemap. size: 64INFO
69852026-08-08T03:03:52.965Zadding route 172.17.0.6/32 -> 10.0.0.255, unitAug 08 03:03:52.036
69862026-08-08T03:03:52.965Z: Aug 08 03:03:52.036Aug 08 03:03:52.036 DEBG DEBGINFO initted freemap. size: 64freemap_route_ipv6, Aug 08 03:03:52.036adding route 172.17.0.15/32 -> 10.0.0.255unit
69872026-08-08T03:03:52.965Z: DEBG
69882026-08-08T03:03:52.965Zfreemap_route_ipv6 replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
69892026-08-08T03:03:52.965Z
69902026-08-08T03:03:52.965Z
69912026-08-08T03:03:52.965ZAug 08 03:03:52.036 DEBG reset freemapAug 08 03:03:52.036 , Aug 08 03:03:52.036unit: DEBGDEBG Aug 08 03:03:52.036 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 08 03:03:52.036
69922026-08-08T03:03:52.966Zreset freemap INFO INFO, adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 172.17.0.7/32 -> 10.0.0.255Aug 08 03:03:52.036freemap_route_ipv6
69932026-08-08T03:03:52.966Z unitINFO
69942026-08-08T03:03:52.966Z
69952026-08-08T03:03:52.966Zadding route 172.17.0.16/32 -> 10.0.0.255:
69962026-08-08T03:03:52.966Zfreemap_route_ipv6
69972026-08-08T03:03:52.966ZAug 08 03:03:52.036Aug 08 03:03:52.036 INFOAug 08 03:03:52.036 Aug 08 03:03:52.036DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 INFO
69982026-08-08T03:03:52.966Z 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 } }] DEBGadding route 172.16.0.0/32 -> 10.0.0.1
69992026-08-08T03:03:52.966Z
70002026-08-08T03:03:52.985ZAug 08 03:03:52.036 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 08 03:03:52.036Aug 08 03:03:52.036
70012026-08-08T03:03:52.986Z 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 } }] DEBG
70022026-08-08T03:03:52.986Zreplacing 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 08 03:03:52.036
70032026-08-08T03:03:52.986Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 08 03:03:52.036Aug 08 03:03:52.036 INFO
70042026-08-08T03:03:52.986ZINFO INFO adding route 172.17.0.8/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
70052026-08-08T03:03:52.986Z
70062026-08-08T03:03:52.986ZAug 08 03:03:52.036
70072026-08-08T03:03:52.986ZINFO Aug 08 03:03:52.036adding route 172.17.0.17/32 -> 10.0.0.255 Aug 08 03:03:52.036
70082026-08-08T03:03:52.986ZINFODEBGAug 08 03:03:52.036Aug 08 03:03:52.036 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.16.0.0/32 -> 10.0.0.2DEBG
70092026-08-08T03:03:52.986Z
70102026-08-08T03:03:52.986Z DEBGAug 08 03:03:52.036 Aug 08 03:03:52.036 replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 08 03:03:52.036DEBGDEBG 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 } }] replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.9/32 -> 10.0.0.255
70112026-08-08T03:03:52.986Z
70122026-08-08T03:03:52.986Z
70132026-08-08T03:03:52.986Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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-08T03:03:52.986Z
70152026-08-08T03:03:52.986ZAug 08 03:03:52.036Aug 08 03:03:52.036Aug 08 03:03:52.036 DEBGINFO replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.3
70162026-08-08T03:03:52.986ZAug 08 03:03:52.036
70172026-08-08T03:03:52.986Z Aug 08 03:03:52.036INFO INFO INFOAug 08 03:03:52.036adding route 3fff:dead::/64 -> 2001:db8::55:3 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG
70182026-08-08T03:03:52.986Z
70192026-08-08T03:03:52.986Zadding route 172.17.0.18/32 -> 10.0.0.255Aug 08 03:03:52.036
70202026-08-08T03:03:52.986ZINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.10/32 -> 10.0.0.255
70212026-08-08T03:03:52.987ZAug 08 03:03:52.036
70222026-08-08T03:03:52.987ZAug 08 03:03:52.036 Aug 08 03:03:52.036DEBGDEBGAug 08 03:03:52.036Aug 08 03:03:52.036 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] DEBG
70232026-08-08T03:03:52.987ZINFODEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4
70242026-08-08T03:03:52.987Z
70252026-08-08T03:03:52.987Z
70262026-08-08T03:03:52.987Z 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 08 03:03:52.036Aug 08 03:03:52.036 Aug 08 03:03:52.036 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 } }]
70272026-08-08T03:03:52.987Z
70282026-08-08T03:03:52.987ZAug 08 03:03:52.036INFO INFO adding route 172.17.0.11/32 -> 10.0.0.255
70292026-08-08T03:03:52.987Zadding route 172.17.0.19/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:4
70302026-08-08T03:03:52.987Z
70312026-08-08T03:03:52.987ZAug 08 03:03:52.036 Aug 08 03:03:52.036INFO Aug 08 03:03:52.036adding route 3fff:beef:35::/64 -> 2001:db8::55:ff Aug 08 03:03:52.036
70322026-08-08T03:03:52.987Z 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 } }]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
70332026-08-08T03:03:52.987ZAug 08 03:03:52.036 DEBG
70342026-08-08T03:03:52.987ZAug 08 03:03:52.036 replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
70352026-08-08T03:03:52.987Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
70362026-08-08T03:03:52.987ZAug 08 03:03:52.036replacing 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 } }]
70372026-08-08T03:03:52.987ZAug 08 03:03:52.036INFO adding route 172.17.0.12/32 -> 10.0.0.255Aug 08 03:03:52.036
70382026-08-08T03:03:52.987Z Aug 08 03:03:52.036INFO DEBGINFO Aug 08 03:03:52.036adding route 172.17.0.20/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
70392026-08-08T03:03:52.987Z
70402026-08-08T03:03:52.987Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
70412026-08-08T03:03:52.987ZDEBG Aug 08 03:03:52.036replacing 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 08 03:03:52.036
70422026-08-08T03:03:52.987Z WARNAug 08 03:03:52.036DEBG shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG
70432026-08-08T03:03:52.987Z replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
70442026-08-08T03:03:52.987Z
70452026-08-08T03:03:52.987ZAug 08 03:03:52.036 Aug 08 03:03:52.036Aug 08 03:03:52.036 INFOINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO
70462026-08-08T03:03:52.987Z adding route 172.17.0.21/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255
70472026-08-08T03:03:52.987Z
70482026-08-08T03:03:52.988ZAug 08 03:03:52.036 DEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:03:52.036
70492026-08-08T03:03:52.988Z Aug 08 03:03:52.036DEBG 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 } }]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 } }]
70502026-08-08T03:03:52.988Z
70512026-08-08T03:03:52.988ZAug 08 03:03:52.036 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
70522026-08-08T03:03:52.988ZAug 08 03:03:52.026Aug 08 03:03:52.036Aug 08 03:03:52.036 INFOINFO adding route 172.17.0.14/32 -> 10.0.0.255Aug 08 03:03:52.036
70532026-08-08T03:03:52.988Z DEBGadding route 172.17.0.22/32 -> 10.0.0.255DEBG
70542026-08-08T03:03:52.988Z created new freemapAug 08 03:03:52.037replacing 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 } }]
70552026-08-08T03:03:52.988ZDEBG, unitreplacing 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 08 03:03:52.037:
70562026-08-08T03:03:52.988Z DEBG freemap_route_ipv4Aug 08 03:03:52.037replacing 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 } }]
70572026-08-08T03:03:52.988Z
70582026-08-08T03:03:52.988Z INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 08 03:03:52.037
70592026-08-08T03:03:52.988ZINFOAug 08 03:03:52.037 adding route 172.17.0.15/32 -> 10.0.0.255INFO
70602026-08-08T03:03:52.988ZAug 08 03:03:52.037 adding route 172.17.0.23/32 -> 10.0.0.255DEBG
70612026-08-08T03:03:52.988Z Aug 08 03:03:52.037replacing 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 } }]
70622026-08-08T03:03:52.988ZDEBGAug 08 03:03:52.037 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
70632026-08-08T03:03:52.988ZAug 08 03:03:52.037Aug 08 03:03:52.037 DEBGINFO Aug 08 03:03:52.037replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
70642026-08-08T03:03:52.988ZINFO
70652026-08-08T03:03:52.988Zcreated new freemap , adding route 172.17.0.16/32 -> 10.0.0.255unit
70662026-08-08T03:03:52.988Z: Aug 08 03:03:52.037 freemap_route_ipv6INFO
70672026-08-08T03:03:52.988ZAug 08 03:03:52.037 Aug 08 03:03:52.037adding route 172.17.0.24/32 -> 10.0.0.255DEBG
70682026-08-08T03:03:52.988Z Aug 08 03:03:52.037replacing 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
70692026-08-08T03:03:52.988Zreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
70702026-08-08T03:03:52.988Zinitted freemap. size: 64Aug 08 03:03:52.037, unit: Aug 08 03:03:52.037DEBG Aug 08 03:03:52.037INFO INFOreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
70712026-08-08T03:03:52.988Z
70722026-08-08T03:03:52.988Z freemap_route_ipv4
70732026-08-08T03:03:52.988Zadding route 172.17.0.17/32 -> 10.0.0.255
70742026-08-08T03:03:52.988ZAug 08 03:03:52.037 DEBG created new freemap
70752026-08-08T03:03:52.989ZAug 08 03:03:52.037, DEBGunit Aug 08 03:03:52.045: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 } }]
70762026-08-08T03:03:52.989Z freemap_route_ipv4DEBG
70772026-08-08T03:03:52.989ZAug 08 03:03:52.045 Aug 08 03:03:52.045DEBG 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 } }]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 } }]
70782026-08-08T03:03:52.989ZAug 08 03:03:52.045
70792026-08-08T03:03:52.989Z Aug 08 03:03:52.037DEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBGAug 08 03:03:52.045 created new freemapcreated new freemapAug 08 03:03:52.045, ,
70802026-08-08T03:03:52.989ZINFOunit : adding route 3fff:beef:2b::/64 -> 2001:db8::55:fffreemap_route_ipv4unit
70812026-08-08T03:03:52.989Z:
70822026-08-08T03:03:52.989ZINFO Aug 08 03:03:52.045freemap_route_ipv6
70832026-08-08T03:03:52.989Z adding route 172.17.0.18/32 -> 10.0.0.255DEBG
70842026-08-08T03:03:52.989Z 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 08 03:03:52.045Aug 08 03:03:52.045
70852026-08-08T03:03:52.989Z DEBG DEBGAug 08 03:03:52.045 initted freemap. size: 64created new freemapDEBGAug 08 03:03:52.045, unit, :INFOAug 08 03:03:52.045 unitfreemap_route_ipv6
70862026-08-08T03:03:52.989Zadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
70872026-08-08T03:03:52.989Zreplacing 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 08 03:03:52.045 freemap_route_ipv4DEBG
70882026-08-08T03:03:52.989ZAug 08 03:03:52.045
70892026-08-08T03:03:52.989Z initted freemap. size: 64DEBG 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 } }],
70902026-08-08T03:03:52.989ZunitAug 08 03:03:52.045: DEBG reset freemapfreemap_route_ipv4,
70912026-08-08T03:03:52.989Zunit: Aug 08 03:03:52.045freemap_route_ipv4DEBG
70922026-08-08T03:03:52.989Z INFOAug 08 03:03:52.045Aug 08 03:03:52.045 DEBGAug 08 03:03:52.045adding route 172.17.0.19/32 -> 10.0.0.255
70932026-08-08T03:03:52.989Z INFOreset freemap DEBGadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff,
70942026-08-08T03:03:52.989ZunitAug 08 03:03:52.045 :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 } }]
70952026-08-08T03:03:52.989Zinitted freemap. size: 64freemap_route_ipv4,
70962026-08-08T03:03:52.989ZDEBGunit :Aug 08 03:03:52.045replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
70972026-08-08T03:03:52.989ZDEBGfreemap_route_ipv6
70982026-08-08T03:03:52.989Zreplacing 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 } }]
70992026-08-08T03:03:52.989ZAug 08 03:03:52.045Aug 08 03:03:52.045Aug 08 03:03:52.045 Aug 08 03:03:52.045 DEBG DEBGreset freemap initted freemap. size: 64, INFO, unitINFO: adding route 172.17.0.20/32 -> 10.0.0.255freemap_route_ipv6
71002026-08-08T03:03:52.995ZunitAug 08 03:03:52.045:adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
71012026-08-08T03:03:52.995Z
71022026-08-08T03:03:52.995Zfreemap_route_ipv6
71032026-08-08T03:03:52.995ZAug 08 03:03:52.045Aug 08 03:03:52.045DEBG INFOfailed to allocate space for the new target list DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
71042026-08-08T03:03:52.995Z Aug 08 03:03:52.045
71052026-08-08T03:03:52.995Zreplacing 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 08 03:03:52.045
71062026-08-08T03:03:52.995Z DEBGDEBG Aug 08 03:03:52.045Aug 08 03:03:52.045replacing 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 } }] reset freemap , INFODEBG unitadding route 172.17.0.21/32 -> 10.0.0.255
71072026-08-08T03:03:52.995Z
71082026-08-08T03:03:52.995Z:Aug 08 03:03:52.045 Aug 08 03:03:52.045DEBG freemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG
71092026-08-08T03:03:52.995Z
71102026-08-08T03:03:52.995Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 08 03:03:52.045
71112026-08-08T03:03:52.995Z 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 08 03:03:52.045
71122026-08-08T03:03:52.995Z INFO Aug 08 03:03:52.045adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 08 03:03:52.045
71132026-08-08T03:03:52.995Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:2INFO
71142026-08-08T03:03:52.995Z adding route 172.17.0.22/32 -> 10.0.0.255Aug 08 03:03:52.046
71152026-08-08T03:03:52.995Z INFO DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff Aug 08 03:03:52.046Aug 08 03:03:52.046
71162026-08-08T03:03:52.995Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
71172026-08-08T03:03:52.995ZDEBG DEBGAug 08 03:03:52.046replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
71182026-08-08T03:03:52.995Zreplacing 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 08 03:03:52.046
71192026-08-08T03:03:52.995Zreplacing 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 } }]
71202026-08-08T03:03:52.995ZINFO Aug 08 03:03:52.046adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 08 03:03:52.046
71212026-08-08T03:03:52.995ZINFO INFO adding route 172.17.0.23/32 -> 10.0.0.255
71222026-08-08T03:03:52.996ZAug 08 03:03:52.046Aug 08 03:03:52.046adding route 3fff:dead::/64 -> 2001:db8::55:3 DEBG
71232026-08-08T03:03:52.996ZINFO Aug 08 03:03:52.046 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:ff
71242026-08-08T03:03:52.996Z
71252026-08-08T03:03:52.996ZAug 08 03:03:52.046DEBG 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 } }]
71262026-08-08T03:03:52.996ZAug 08 03:03:52.046replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] DEBG
71272026-08-08T03:03:52.996Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 08 03:03:52.046
71282026-08-08T03:03:52.996Z INFO Aug 08 03:03:52.046adding route 172.17.0.24/32 -> 10.0.0.255
71292026-08-08T03:03:52.996ZAug 08 03:03:52.046INFO adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
71302026-08-08T03:03:52.996Z 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 08 03:03:52.046
71312026-08-08T03:03:52.996Z DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71322026-08-08T03:03:52.996ZAug 08 03:03:52.046Aug 08 03:03:52.046 DEBGINFO Aug 08 03:03:52.046adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
71332026-08-08T03:03:52.996ZINFO
71342026-08-08T03:03:52.996Z adding route 172.17.0.25/32 -> 10.0.0.255
71352026-08-08T03:03:52.996Z
71362026-08-08T03:03:52.996ZAug 08 03:03:52.046 DEBGAug 08 03:03:52.046 replacing targets for 3fff:dead::/64 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 } }]DEBGAug 08 03:03:52.046 Aug 08 03:03:52.046
71372026-08-08T03:03:52.996Z 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 } }]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 } }]
71382026-08-08T03:03:52.996Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
71392026-08-08T03:03:52.996Z
71402026-08-08T03:03:52.996ZAug 08 03:03:52.046Aug 08 03:03:52.046 INFODEBG adding route 172.17.0.26/32 -> 10.0.0.255replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
71412026-08-08T03:03:52.996Z
71422026-08-08T03:03:52.996ZAug 08 03:03:52.046 INFO Aug 08 03:03:52.046adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
71432026-08-08T03:03:52.996ZDEBGAug 08 03:03:52.046 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
71442026-08-08T03:03:52.996Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 08 03:03:52.046
71452026-08-08T03:03:52.996Z DEBGAug 08 03:03:52.046 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
71462026-08-08T03:03:52.996Z adding route 172.17.0.27/32 -> 10.0.0.255
71472026-08-08T03:03:52.996ZAug 08 03:03:52.046Aug 08 03:03:52.046 Aug 08 03:03:52.046DEBG DEBG INFOreplacing 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 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 } }]
71482026-08-08T03:03:52.996Z
71492026-08-08T03:03:52.997Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
71502026-08-08T03:03:52.997ZAug 08 03:03:52.046 INFOAug 08 03:03:52.046 adding route 172.17.0.28/32 -> 10.0.0.255DEBG
71512026-08-08T03:03:52.997ZAug 08 03:03:52.046 replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
71522026-08-08T03:03:52.997Z Aug 08 03:03:52.046adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
71532026-08-08T03:03:52.997ZDEBG Aug 08 03:03:52.037replacing 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 08 03:03:52.046INFO Aug 08 03:03:52.046INFO
71542026-08-08T03:03:52.997Z DEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 172.17.0.25/32 -> 10.0.0.255
71552026-08-08T03:03:52.997Z Aug 08 03:03:52.046replacing 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 } }]
71562026-08-08T03:03:52.997Z
71572026-08-08T03:03:52.997Ztest route::tests::same_size_non_subset_replace ... ok
71582026-08-08T03:03:52.997Ztest route::tests::shrink_preserves_compacted_order ... ok
71592026-08-08T03:03:52.997ZINFO adding route 172.17.0.29/32 -> 10.0.0.255
71602026-08-08T03:03:52.997ZAug 08 03:03:52.046Aug 08 03:03:52.046 INFODEBGAug 08 03:03:52.046 Aug 08 03:03:52.046replacing 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 } }]
71612026-08-08T03:03:52.998Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
71622026-08-08T03:03:52.998Z DEBGDEBG Aug 08 03:03:52.046Aug 08 03:03:52.046replacing 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
71632026-08-08T03:03:52.998Z 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 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 } }]
71642026-08-08T03:03:52.998ZINFO
71652026-08-08T03:03:52.998Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 08 03:03:52.046
71662026-08-08T03:03:52.998Z INFO Aug 08 03:03:52.046Aug 08 03:03:52.046 Aug 08 03:03:52.046 INFOINFO adding route 172.17.0.30/32 -> 10.0.0.255DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
71672026-08-08T03:03:52.998ZAug 08 03:03:52.046
71682026-08-08T03:03:52.998Z adding route 172.17.0.26/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 } }]
71692026-08-08T03:03:52.998ZDEBG
71702026-08-08T03:03:52.998ZAug 08 03:03:52.046Aug 08 03:03:52.046 reset freemapAug 08 03:03:52.046DEBG , Aug 08 03:03:52.046unitreplacing 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 } }]:
71712026-08-08T03:03:52.999Z DEBGfreemap_route_ipv4DEBG
71722026-08-08T03:03:52.999Z replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:03:52.046
71732026-08-08T03:03:52.999Z INFO replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
71742026-08-08T03:03:52.999Z
71752026-08-08T03:03:52.999ZAug 08 03:03:52.046INFO DEBGAug 08 03:03:52.046adding route 3fff:beef:34::/64 -> 2001:db8::55:ff INFOinitted freemap. size: 64
71762026-08-08T03:03:52.999Z , unitadding route 172.17.0.27/32 -> 10.0.0.255:
71772026-08-08T03:03:52.999ZAug 08 03:03:52.046Aug 08 03:03:52.046 Aug 08 03:03:52.046 INFOfreemap_route_ipv6
71782026-08-08T03:03:52.999Zadding route 172.17.0.31/32 -> 10.0.0.255
71792026-08-08T03:03:52.999ZDEBGDEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
71802026-08-08T03:03:52.999ZAug 08 03:03:52.046
71812026-08-08T03:03:52.999Z DEBGAug 08 03:03:52.046 Aug 08 03:03:52.046 reset freemapDEBG, Aug 08 03:03:52.046unit : DEBGfreemap_route_ipv6
71822026-08-08T03:03:52.999Zreplacing 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.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 } }]
71832026-08-08T03:03:52.999Z
71842026-08-08T03:03:52.999ZINFO Aug 08 03:03:52.046adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
71852026-08-08T03:03:52.999ZAug 08 03:03:52.046INFO Aug 08 03:03:52.046 INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
71862026-08-08T03:03:52.999Zadding route 3fff:dead::/64 -> 2001:db8::55:1
71872026-08-08T03:03:52.999ZINFOAug 08 03:03:52.046 Aug 08 03:03:52.046INFOAug 08 03:03:52.046Aug 08 03:03:52.046 adding route 172.17.0.28/32 -> 10.0.0.255DEBGDEBG 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 } }]
71882026-08-08T03:03:52.999Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.32/32 -> 10.0.0.255
71892026-08-08T03:03:52.999ZAug 08 03:03:52.046 Aug 08 03:03:52.046DEBG DEBG created new freemapAug 08 03:03:52.055, unitDEBG: replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4
71902026-08-08T03:03:52.999Z
71912026-08-08T03:03:52.999Z
71922026-08-08T03:03:52.999ZAug 08 03:03:52.055Aug 08 03:03:52.055 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
71932026-08-08T03:03:52.999ZDEBG adding route 172.17.0.33/32 -> 10.0.0.255created new freemap
71942026-08-08T03:03:52.999Z, unitAug 08 03:03:52.055 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 08 03:03:52.055:
71952026-08-08T03:03:52.999Z DEBGfreemap_route_ipv6
71962026-08-08T03:03:52.999Zreplacing 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 08 03:03:52.055
71972026-08-08T03:03:53.000Z DEBGAug 08 03:03:52.055 Aug 08 03:03:52.055replacing 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 } }]
71982026-08-08T03:03:53.000ZDEBG initted freemap. size: 64 DEBGAug 08 03:03:52.055 replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:03:52.055INFO
71992026-08-08T03:03:53.000Z, unitINFO adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255:Aug 08 03:03:52.055
72002026-08-08T03:03:53.049Z freemap_route_ipv4INFO
72012026-08-08T03:03:53.049Z
72022026-08-08T03:03:53.049Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
72032026-08-08T03:03:53.049ZAug 08 03:03:52.055Aug 08 03:03:52.055 DEBGDEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap
72042026-08-08T03:03:53.049Z, Aug 08 03:03:52.055unit:created new freemap Aug 08 03:03:52.055, unit: DEBG DEBG Aug 08 03:03:52.055freemap_route_ipv4 replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4replacing 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 } }]
72052026-08-08T03:03:53.049Z
72062026-08-08T03:03:53.049Z
72072026-08-08T03:03:53.050Z
72082026-08-08T03:03:53.050ZINFO Aug 08 03:03:52.055adding route 172.17.0.35/32 -> 10.0.0.255
72092026-08-08T03:03:53.050Z DEBGAug 08 03:03:52.055Aug 08 03:03:52.055 INFODEBGAug 08 03:03:52.055 created new freemapinitted freemap. size: 64 , , unitINFO:Aug 08 03:03:52.055 unitadding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 172.17.0.30/32 -> 10.0.0.255: freemap_route_ipv6freemap_route_ipv6
72102026-08-08T03:03:53.050Z
72112026-08-08T03:03:53.050Z
72122026-08-08T03:03:53.050ZDEBG
72132026-08-08T03:03:53.050Z 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 08 03:03:52.055
72142026-08-08T03:03:53.050Z DEBG Aug 08 03:03:52.055reset freemap , DEBG unitinitted freemap. size: 64Aug 08 03:03:52.055Aug 08 03:03:52.055, unit :Aug 08 03:03:52.055:DEBG DEBG freemap_route_ipv4
72152026-08-08T03:03:53.050Zreplacing 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 } }]INFOreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
72162026-08-08T03:03:53.050Z freemap_route_ipv6adding route 172.17.0.36/32 -> 10.0.0.255
72172026-08-08T03:03:53.050Z
72182026-08-08T03:03:53.050Z
72192026-08-08T03:03:53.050ZAug 08 03:03:52.055 DEBGAug 08 03:03:52.055Aug 08 03:03:52.055Aug 08 03:03:52.055 Aug 08 03:03:52.055INFO INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
72202026-08-08T03:03:53.050Z
72212026-08-08T03:03:53.050Zreset freemapadding route 172.17.0.31/32 -> 10.0.0.255 , INFO
72222026-08-08T03:03:53.050ZAug 08 03:03:52.055unit :DEBG freemap_route_ipv4Aug 08 03:03:52.055
72232026-08-08T03:03:53.050Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
72242026-08-08T03:03:53.050Z
72252026-08-08T03:03:53.050Zadding route 172.17.0.37/32 -> 10.0.0.255Aug 08 03:03:52.055
72262026-08-08T03:03:53.050Z DEBGAug 08 03:03:52.055Aug 08 03:03:52.055 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.2initted freemap. size: 64
72272026-08-08T03:03:53.050ZAug 08 03:03:52.055, unitAug 08 03:03:52.055replacing 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 } }] : DEBGfreemap_route_ipv6DEBG
72282026-08-08T03:03:53.050Z Aug 08 03:03:52.055replacing 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 } }]
72292026-08-08T03:03:53.050Z
72302026-08-08T03:03:53.050Z DEBGAug 08 03:03:52.055 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 08 03:03:52.055
72312026-08-08T03:03:53.050Z replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO DEBGadding route 172.17.0.38/32 -> 10.0.0.255
72322026-08-08T03:03:53.050Z
72332026-08-08T03:03:53.050Z reset freemapAug 08 03:03:52.055 DEBG, unitreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, 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 08 03:03:52.055: Aug 08 03:03:52.055
72342026-08-08T03:03:53.051Z Aug 08 03:03:52.055INFO freemap_route_ipv6DEBG
72352026-08-08T03:03:53.051Z INFO replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255
72362026-08-08T03:03:53.051Z
72372026-08-08T03:03:53.051ZAug 08 03:03:52.055 INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
72382026-08-08T03:03:53.051ZAug 08 03:03:52.055 adding route 172.16.0.0/32 -> 10.0.0.1INFOAug 08 03:03:52.055
72392026-08-08T03:03:53.051Z DEBGAug 08 03:03:52.055 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.39/32 -> 10.0.0.255DEBG
72402026-08-08T03:03:53.051Z
72412026-08-08T03:03:53.051ZAug 08 03:03:52.055 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
72422026-08-08T03:03:53.051Z Aug 08 03:03:52.055replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
72432026-08-08T03:03:53.051ZDEBGAug 08 03:03:52.055 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 } }]INFOAug 08 03:03:52.055Aug 08 03:03:52.055
72442026-08-08T03:03:53.051Zadding route 172.17.0.33/32 -> 10.0.0.255INFOINFO
72452026-08-08T03:03:53.051Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ff
72462026-08-08T03:03:53.051Zadding route 172.16.0.0/32 -> 10.0.0.2
72472026-08-08T03:03:53.051ZAug 08 03:03:52.055Aug 08 03:03:52.055 INFODEBG adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
72482026-08-08T03:03:53.051Z
72492026-08-08T03:03:53.051ZAug 08 03:03:52.055Aug 08 03:03:52.055 Aug 08 03:03:52.055DEBG INFODEBGAug 08 03:03:52.055 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
72502026-08-08T03:03:53.051Z
72512026-08-08T03:03:53.051Z 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 } }]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 08 03:03:52.055Aug 08 03:03:52.055
72522026-08-08T03:03:53.051Z DEBG
72532026-08-08T03:03:53.051ZINFO 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 172.16.0.0/32 -> 10.0.0.3
72542026-08-08T03:03:53.051Z
72552026-08-08T03:03:53.051ZAug 08 03:03:52.055Aug 08 03:03:52.055 INFOINFO Aug 08 03:03:52.055 Aug 08 03:03:52.055adding route 172.17.0.34/32 -> 10.0.0.255 INFOadding route 172.17.0.41/32 -> 10.0.0.255DEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
72562026-08-08T03:03:53.051Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
72572026-08-08T03:03:53.051Z
72582026-08-08T03:03:53.051Z
72592026-08-08T03:03:53.051ZAug 08 03:03:52.055Aug 08 03:03:52.055 DEBGDEBGAug 08 03:03:52.055 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 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
72602026-08-08T03:03:53.051Z
72612026-08-08T03:03:53.051ZAug 08 03:03:52.055 adding route 172.16.0.0/32 -> 10.0.0.4DEBG
72622026-08-08T03:03:53.052Z Aug 08 03:03:52.055 replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
72632026-08-08T03:03:53.052ZAug 08 03:03:52.055 adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 08 03:03:52.055
72642026-08-08T03:03:53.052ZDEBGAug 08 03:03:52.055 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 } }]
72652026-08-08T03:03:53.052ZAug 08 03:03:52.055 adding route 172.17.0.35/32 -> 10.0.0.255DEBG
72662026-08-08T03:03:53.052Z INFOreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:03:52.055
72672026-08-08T03:03:53.052Z DEBGadding route 172.17.0.42/32 -> 10.0.0.255
72682026-08-08T03:03:53.052ZAug 08 03:03:52.055replacing targets for 172.16.0.0/32 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 } }]
72692026-08-08T03:03:53.052ZDEBG Aug 08 03:03:52.055replacing 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 } }]
72702026-08-08T03:03:53.052ZDEBG 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 } }]
72712026-08-08T03:03:53.052ZAug 08 03:03:52.055Aug 08 03:03:52.055 Aug 08 03:03:52.055 INFOINFOINFO adding route 172.17.0.43/32 -> 10.0.0.255adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
72722026-08-08T03:03:53.052Z
72732026-08-08T03:03:53.052Zadding route 172.17.0.36/32 -> 10.0.0.255
72742026-08-08T03:03:53.052ZAug 08 03:03:52.055 DEBG Aug 08 03:03:52.055replacing 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 } }]
72752026-08-08T03:03:53.052ZDEBGAug 08 03:03:52.055 replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
72762026-08-08T03:03:53.052ZAug 08 03:03:52.055 replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
72772026-08-08T03:03:53.052Z adding route 172.17.0.44/32 -> 10.0.0.255Aug 08 03:03:52.055
72782026-08-08T03:03:53.052Z Aug 08 03:03:52.055Aug 08 03:03:52.055 INFODEBG INFOadding 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 } }]
72792026-08-08T03:03:53.052Z
72802026-08-08T03:03:53.052Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
72812026-08-08T03:03:53.052ZAug 08 03:03:52.046Aug 08 03:03:52.055 Aug 08 03:03:52.055 DEBGINFO DEBG created new freemap , adding route 172.17.0.45/32 -> 10.0.0.255unit
72822026-08-08T03:03:53.052ZAug 08 03:03:52.055: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 } }]
72832026-08-08T03:03:53.052Zfreemap_route_ipv4DEBG Aug 08 03:03:52.055
72842026-08-08T03:03:53.052Z 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
72852026-08-08T03:03:53.052ZAug 08 03:03:52.055 replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
72862026-08-08T03:03:53.052Z adding route 172.17.0.38/32 -> 10.0.0.255Aug 08 03:03:52.055
72872026-08-08T03:03:53.052Z Aug 08 03:03:52.055DEBGAug 08 03:03:52.055 created new freemapINFO, unitadding route 3fff:beef:17::/64 -> 2001:db8::55:ff:
72882026-08-08T03:03:53.052Z Aug 08 03:03:52.055freemap_route_ipv6
72892026-08-08T03:03:53.053ZINFO Aug 08 03:03:52.055adding route 172.17.0.46/32 -> 10.0.0.255
72902026-08-08T03:03:53.053ZDEBGAug 08 03:03:52.055 replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
72912026-08-08T03:03:53.053ZDEBG 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 } }]
72922026-08-08T03:03:53.053Zinitted freemap. size: 64, unitAug 08 03:03:52.055: Aug 08 03:03:52.055freemap_route_ipv4 INFOINFO
72932026-08-08T03:03:53.053Z adding route 172.17.0.39/32 -> 10.0.0.255
72942026-08-08T03:03:53.053Z adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 08 03:03:52.055
72952026-08-08T03:03:53.053Z
72962026-08-08T03:03:53.053ZAug 08 03:03:52.055 DEBGDEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap
72972026-08-08T03:03:53.053ZAug 08 03:03:52.055, Aug 08 03:03:52.055 unit INFO: Aug 08 03:03:52.055INFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
72982026-08-08T03:03:53.053ZDEBG
72992026-08-08T03:03:53.053Z freemap_route_ipv4Aug 08 03:03:52.055
73002026-08-08T03:03:53.059Z Aug 08 03:03:52.055INFO 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 08 03:03:52.055Aug 08 03:03:52.055adding route 172.17.0.40/32 -> 10.0.0.255DEBG
73012026-08-08T03:03:53.059Z DEBG DEBG
73022026-08-08T03:03:53.059Zreplacing 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 } }]
73032026-08-08T03:03:53.059Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] initted freemap. size: 64, unitAug 08 03:03:52.056 : DEBGfreemap_route_ipv6
73042026-08-08T03:03:53.059Zcreated new freemapAug 08 03:03:52.055, unitDEBGAug 08 03:03:52.064: Aug 08 03:03:52.064 DEBGINFO reset freemap , replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73052026-08-08T03:03:53.059Zunitfreemap_route_ipv4 :
73062026-08-08T03:03:53.059Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff freemap_route_ipv6
73072026-08-08T03:03:53.059Z
73082026-08-08T03:03:53.059ZAug 08 03:03:52.064 INFO adding route 172.17.0.47/32 -> 10.0.0.255Aug 08 03:03:52.064Aug 08 03:03:52.064Aug 08 03:03:52.064
73092026-08-08T03:03:53.059ZDEBG created new freemap , DEBGunitAug 08 03:03:52.064: INFO replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 08 03:03:52.064 INFOfreemap_route_ipv6adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
73102026-08-08T03:03:53.059Z
73112026-08-08T03:03:53.059Z
73122026-08-08T03:03:53.059Z adding route 172.16.0.0/32 -> 10.0.0.1
73132026-08-08T03:03:53.059ZDEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:03:52.064Aug 08 03:03:52.064
73142026-08-08T03:03:53.060ZAug 08 03:03:52.064Aug 08 03:03:52.064INFO DEBGDEBG adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
73152026-08-08T03:03:53.060Zinitted freemap. size: 64replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 08 03:03:52.064
73162026-08-08T03:03:53.060Z , unit DEBG 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 } }]:
73172026-08-08T03:03:53.060Z Aug 08 03:03:52.064 freemap_route_ipv4Aug 08 03:03:52.064adding route 172.17.0.48/32 -> 10.0.0.255
73182026-08-08T03:03:53.060ZAug 08 03:03:52.064DEBG
73192026-08-08T03:03:53.060Z INFO adding route 172.16.0.0/32 -> 10.0.0.2INFOreplacing 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 } }]
73202026-08-08T03:03:53.060Z
73212026-08-08T03:03:53.060ZAug 08 03:03:52.064adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
73222026-08-08T03:03:53.060ZAug 08 03:03:52.064DEBGAug 08 03:03:52.064Aug 08 03:03:52.064 DEBG INFODEBGreset freemap replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
73232026-08-08T03:03:53.060Z, Aug 08 03:03:52.064unit: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 } }]
73242026-08-08T03:03:53.060Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 08 03:03:52.064 DEBG INFO
73252026-08-08T03:03:53.060Z replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255Aug 08 03:03:52.064
73262026-08-08T03:03:53.060Zfreemap_route_ipv4
73272026-08-08T03:03:53.060Z
73282026-08-08T03:03:53.060Z Aug 08 03:03:52.064INFOAug 08 03:03:52.064 Aug 08 03:03:52.064Aug 08 03:03:52.064 DEBG adding route 172.17.0.49/32 -> 10.0.0.255DEBG
73292026-08-08T03:03:53.060Z INFOinitted freemap. size: 64 , adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffunitreplacing 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 } }]
73302026-08-08T03:03:53.060ZDEBG :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 } }]
73312026-08-08T03:03:53.060Z
73322026-08-08T03:03:53.060Zfreemap_route_ipv6Aug 08 03:03:52.064
73332026-08-08T03:03:53.060ZAug 08 03:03:52.064Aug 08 03:03:52.064 Aug 08 03:03:52.064DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
73342026-08-08T03:03:53.060Z INFOAug 08 03:03:52.064 adding route 172.17.0.1/32 -> 10.0.0.255 DEBG
73352026-08-08T03:03:53.060ZDEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
73362026-08-08T03:03:53.060Z reset freemapAug 08 03:03:52.064
73372026-08-08T03:03:53.060Z, Aug 08 03:03:52.064Aug 08 03:03:52.064unit :Aug 08 03:03:52.064INFO INFODEBGfreemap_route_ipv6
73382026-08-08T03:03:53.060Zadding route 3fff:beef:1c::/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 } }]
73392026-08-08T03:03:53.060ZDEBG
73402026-08-08T03:03:53.060Z adding route 172.17.0.50/32 -> 10.0.0.255 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 08 03:03:52.064Aug 08 03:03:52.064
73412026-08-08T03:03:53.061Z
73422026-08-08T03:03:53.061ZAug 08 03:03:52.064INFO DEBGINFO adding route 172.17.0.2/32 -> 10.0.0.255Aug 08 03:03:52.064
73432026-08-08T03:03:53.061Zadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 08 03:03:52.064 DEBGINFOreplacing 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 } }]
73442026-08-08T03:03:53.061Z Aug 08 03:03:52.064
73452026-08-08T03:03:53.061Z DEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 08 03:03:52.064
73462026-08-08T03:03:53.061Z
73472026-08-08T03:03:53.061Z
73482026-08-08T03:03:53.061ZAug 08 03:03:52.064 INFO Aug 08 03:03:52.064adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG
73492026-08-08T03:03:53.061ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 08 03:03:52.064Aug 08 03:03:52.064
73502026-08-08T03:03:53.061Z 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 08 03:03:52.064
73512026-08-08T03:03:53.061ZINFO DEBGadding route 172.17.0.3/32 -> 10.0.0.255INFO
73522026-08-08T03:03:53.061Z Aug 08 03:03:52.064replacing 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 172.17.0.51/32 -> 10.0.0.255
73532026-08-08T03:03:53.061Z
73542026-08-08T03:03:53.061ZINFO Aug 08 03:03:52.064Aug 08 03:03:52.064Aug 08 03:03:52.064adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 08 03:03:52.064INFO INFO DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
73552026-08-08T03:03:53.061Z
73562026-08-08T03:03:53.061ZDEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
73572026-08-08T03:03:53.061Z Aug 08 03:03:52.064replacing 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 08 03:03:52.064 DEBGAug 08 03:03:52.064 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] replacing targets for 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 } }]
73582026-08-08T03:03:53.061Zreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
73592026-08-08T03:03:53.061Z
73602026-08-08T03:03:53.061Z
73612026-08-08T03:03:53.061ZDEBGAug 08 03:03:52.064 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 08 03:03:52.064
73622026-08-08T03:03:53.061ZINFOAug 08 03:03:52.064 Aug 08 03:03:52.064INFO INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff Aug 08 03:03:52.064
73632026-08-08T03:03:53.061Z DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 failed to allocate space for the new target listadding route 172.17.0.4/32 -> 10.0.0.255INFO
73642026-08-08T03:03:53.061ZAug 08 03:03:52.064
73652026-08-08T03:03:53.061Z
73662026-08-08T03:03:53.061ZDEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.52/32 -> 10.0.0.255
73672026-08-08T03:03:53.061ZAug 08 03:03:52.064
73682026-08-08T03:03:53.061ZAug 08 03:03:52.064DEBG 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 08 03:03:52.064Aug 08 03:03:52.064
73692026-08-08T03:03:53.062Z DEBG DEBG INFOAug 08 03:03:52.064 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFOAug 08 03:03:52.064
73702026-08-08T03:03:53.062Zreplacing targets for 3fff:dead::/64 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.5/32 -> 10.0.0.255
73712026-08-08T03:03:53.062Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
73722026-08-08T03:03:53.062Z
73732026-08-08T03:03:53.062ZAug 08 03:03:52.064DEBG 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 } }]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 08 03:03:52.064
73742026-08-08T03:03:53.062Z
73752026-08-08T03:03:53.062ZDEBGAug 08 03:03:52.064 INFOreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73762026-08-08T03:03:53.062Zadding route 3fff:dead::/64 -> 2001:db8::55:4
73772026-08-08T03:03:53.062ZAug 08 03:03:52.064 Aug 08 03:03:52.064INFO INFOAug 08 03:03:52.064 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 172.17.0.53/32 -> 10.0.0.255Aug 08 03:03:52.064
73782026-08-08T03:03:53.062Z
73792026-08-08T03:03:53.062Z INFODEBG adding route 172.17.0.6/32 -> 10.0.0.255Aug 08 03:03:52.064replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
73802026-08-08T03:03:53.062Z
73812026-08-08T03:03:53.062Z DEBGAug 08 03:03:52.064 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 } }]
73822026-08-08T03:03:53.062ZDEBG Aug 08 03:03:52.064Aug 08 03:03:52.064 Aug 08 03:03:52.064DEBGreplacing 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 } }]
73832026-08-08T03:03:53.062Zreplacing 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
73842026-08-08T03:03:53.062Z adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBGAug 08 03:03:52.064
73852026-08-08T03:03:53.062ZAug 08 03:03:52.064INFOreplacing targets for 3fff:dead::/64 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 } }]
73862026-08-08T03:03:53.062ZINFO adding route 172.17.0.7/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255
73872026-08-08T03:03:53.062ZAug 08 03:03:52.064
73882026-08-08T03:03:53.062Z DEBGAug 08 03:03:52.064 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
73892026-08-08T03:03:53.062ZAug 08 03:03:52.064 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
73902026-08-08T03:03:53.062Z 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 08 03:03:52.064
73912026-08-08T03:03:53.062ZINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 08 03:03:52.064
73922026-08-08T03:03:53.062Z Aug 08 03:03:52.064INFO INFOadding route 172.17.0.8/32 -> 10.0.0.255
73932026-08-08T03:03:53.062Zadding route 172.17.0.55/32 -> 10.0.0.255Aug 08 03:03:52.064
73942026-08-08T03:03:53.062ZDEBG Aug 08 03:03:52.064replacing 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 } }]
73952026-08-08T03:03:53.062ZAug 08 03:03:52.064DEBG 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 } }]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 } }]
73962026-08-08T03:03:53.063ZAug 08 03:03:52.064
73972026-08-08T03:03:53.063Z INFO Aug 08 03:03:52.064adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
73982026-08-08T03:03:53.063ZAug 08 03:03:52.064INFO INFOadding route 172.17.0.9/32 -> 10.0.0.255 Aug 08 03:03:52.064
73992026-08-08T03:03:53.063Zadding route 172.17.0.56/32 -> 10.0.0.255
74002026-08-08T03:03:53.068ZDEBG 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 } }]
74012026-08-08T03:03:53.068ZAug 08 03:03:52.064Aug 08 03:03:52.064Aug 08 03:03:52.064 INFO DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
74022026-08-08T03:03:53.068Zreplacing 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 } }]
74032026-08-08T03:03:53.068ZDEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74042026-08-08T03:03:53.068ZAug 08 03:03:52.064 DEBGAug 08 03:03:52.064 Aug 08 03:03:52.064replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
74052026-08-08T03:03:53.068ZINFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.10/32 -> 10.0.0.255
74062026-08-08T03:03:53.068Z
74072026-08-08T03:03:53.068Z
74082026-08-08T03:03:53.068ZAug 08 03:03:52.064 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
74092026-08-08T03:03:53.068ZAug 08 03:03:52.064Aug 08 03:03:52.064Aug 08 03:03:52.055 Aug 08 03:03:52.064DEBGINFO Aug 08 03:03:52.064DEBG 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 } }] DEBGDEBG
74102026-08-08T03:03:53.068Zadding route 3fff:dead::/64 -> 2001:db8::55:3 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.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 } }]
74112026-08-08T03:03:53.068Zreplacing 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 } }]
74122026-08-08T03:03:53.068ZAug 08 03:03:52.065Aug 08 03:03:52.073 DEBG
74132026-08-08T03:03:53.068Z INFOAug 08 03:03:52.065 adding route 172.17.0.41/32 -> 10.0.0.255DEBGcreated new freemap
74142026-08-08T03:03:53.068Z, created new freemapunit, :unit :Aug 08 03:03:52.073Aug 08 03:03:52.073 freemap_route_ipv4INFO
74152026-08-08T03:03:53.068Z adding route 3fff:beef:27::/64 -> 2001:db8::55:fffreemap_route_ipv4DEBG
74162026-08-08T03:03:53.068Z
74172026-08-08T03:03:53.068ZAug 08 03:03:52.073replacing 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 } }]
74182026-08-08T03:03:53.068ZDEBGAug 08 03:03:52.073Aug 08 03:03:52.073 created new freemapDEBG 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 } }],
74192026-08-08T03:03:53.069ZDEBGunitAug 08 03:03:52.073 :created new freemap INFOfreemap_route_ipv6, unitadding route 172.17.0.42/32 -> 10.0.0.255Aug 08 03:03:52.073
74202026-08-08T03:03:53.069Z
74212026-08-08T03:03:53.069Z:INFO freemap_route_ipv6adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
74222026-08-08T03:03:53.069ZAug 08 03:03:52.073
74232026-08-08T03:03:53.069Z Aug 08 03:03:52.073 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 } }]initted freemap. size: 64
74242026-08-08T03:03:53.069Z, unitAug 08 03:03:52.073Aug 08 03:03:52.073: DEBGfreemap_route_ipv4
74252026-08-08T03:03:53.069Zreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
74262026-08-08T03:03:53.069Z initted freemap. size: 64Aug 08 03:03:52.073Aug 08 03:03:52.073 , DEBGINFOunit reset freemap:, unitAug 08 03:03:52.073freemap_route_ipv4 :INFO freemap_route_ipv4adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
74272026-08-08T03:03:53.069Z
74282026-08-08T03:03:53.069Z
74292026-08-08T03:03:53.069Z Aug 08 03:03:52.073Aug 08 03:03:52.073Aug 08 03:03:52.073 DEBGDEBGDEBGadding route 172.17.0.43/32 -> 10.0.0.255 initted freemap. size: 64
74302026-08-08T03:03:53.069Zreplacing 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 } }],
74312026-08-08T03:03:53.069Zunitreset freemap:, Aug 08 03:03:52.073Aug 08 03:03:52.073 freemap_route_ipv6DEBG
74322026-08-08T03:03:53.069Z 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
74332026-08-08T03:03:53.069Zunit: freemap_route_ipv4adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
74342026-08-08T03:03:53.069ZAug 08 03:03:52.073
74352026-08-08T03:03:53.069Z Aug 08 03:03:52.073DEBG Aug 08 03:03:52.073INFO Aug 08 03:03:52.073reset freemap adding route 172.17.0.44/32 -> 10.0.0.255DEBG
74362026-08-08T03:03:53.069Z, unitDEBG: 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 } }]freemap_route_ipv6
74372026-08-08T03:03:53.069ZAug 08 03:03:52.073initted freemap. size: 64
74382026-08-08T03:03:53.069ZDEBG , 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 } }]unit
74392026-08-08T03:03:53.069ZAug 08 03:03:52.073Aug 08 03:03:52.073: freemap_route_ipv6INFO
74402026-08-08T03:03:53.069ZINFO Aug 08 03:03:52.073adding route 172.16.0.0/32 -> 10.0.0.1 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFO
74412026-08-08T03:03:53.069Z Aug 08 03:03:52.073
74422026-08-08T03:03:53.069Z DEBG adding route 172.17.0.45/32 -> 10.0.0.255reset freemap
74432026-08-08T03:03:53.069Z, Aug 08 03:03:52.073unitAug 08 03:03:52.073 :DEBG DEBGfreemap_route_ipv6
74442026-08-08T03:03:53.069Zreplacing 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.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 } }]
74452026-08-08T03:03:53.069Z
74462026-08-08T03:03:53.069ZAug 08 03:03:52.073Aug 08 03:03:52.073 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.16.0.0/32 -> 10.0.0.1
74472026-08-08T03:03:53.070Z
74482026-08-08T03:03:53.070ZAug 08 03:03:52.073Aug 08 03:03:52.073 INFO
74492026-08-08T03:03:53.070ZAug 08 03:03:52.073INFOAug 08 03:03:52.073 adding route 172.16.0.0/32 -> 10.0.0.1
74502026-08-08T03:03:53.070Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG
74512026-08-08T03:03:53.070Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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
74522026-08-08T03:03:53.070ZAug 08 03:03:52.073 adding route 172.17.0.46/32 -> 10.0.0.255INFOAug 08 03:03:52.073
74532026-08-08T03:03:53.070Z Aug 08 03:03:52.073Aug 08 03:03:52.073DEBG adding route 172.17.0.11/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 } }]DEBG
74542026-08-08T03:03:53.070Z
74552026-08-08T03:03:53.070Z 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
74562026-08-08T03:03:53.070Zadding route 172.16.0.0/32 -> 10.0.0.2Aug 08 03:03:52.073
74572026-08-08T03:03:53.070ZAug 08 03:03:52.073 INFODEBGAug 08 03:03:52.073 Aug 08 03:03:52.073adding route 172.16.0.0/32 -> 10.0.0.1 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 } }]
74582026-08-08T03:03:53.070Zreplacing 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 08 03:03:52.073DEBG
74592026-08-08T03:03:53.070Z
74602026-08-08T03:03:53.070Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
74612026-08-08T03:03:53.070ZINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
74622026-08-08T03:03:53.070Z
74632026-08-08T03:03:53.070ZAug 08 03:03:52.073 INFOAug 08 03:03:52.073 Aug 08 03:03:52.073adding route 172.17.0.12/32 -> 10.0.0.255Aug 08 03:03:52.073DEBG
74642026-08-08T03:03:53.070Ztest route::tests::rollback_on_compact_write_failure ... ok
74652026-08-08T03:03:53.070Z Aug 08 03:03:52.073 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG
74662026-08-08T03:03:53.070ZINFO 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 08 03:03:52.073
74672026-08-08T03:03:53.070Z adding route 172.17.0.47/32 -> 10.0.0.255INFO
74682026-08-08T03:03:53.070Z Aug 08 03:03:52.073Aug 08 03:03:52.073adding route 172.16.0.0/32 -> 10.0.0.3 INFOINFO
74692026-08-08T03:03:53.070Zadding route 172.16.0.0/32 -> 10.0.0.2
74702026-08-08T03:03:53.070Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 08 03:03:52.073DEBG 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 } }]
74712026-08-08T03:03:53.070Z
74722026-08-08T03:03:53.070ZAug 08 03:03:52.073 DEBGAug 08 03:03:52.073DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:03:52.073DEBG
74732026-08-08T03:03:53.070Z Aug 08 03:03:52.073DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
74742026-08-08T03:03:53.070Zreplacing 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: "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 } }]
74752026-08-08T03:03:53.071ZAug 08 03:03:52.073INFO
74762026-08-08T03:03:53.071Z Aug 08 03:03:52.083adding route 172.17.0.13/32 -> 10.0.0.255
74772026-08-08T03:03:53.071Z INFO INFOAug 08 03:03:52.083 adding route 172.17.0.0/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255
74782026-08-08T03:03:53.071ZAug 08 03:03:52.083 DEBGINFO
74792026-08-08T03:03:53.071Z adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
74802026-08-08T03:03:53.071Zreplacing 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 } }]
74812026-08-08T03:03:53.071ZAug 08 03:03:52.083Aug 08 03:03:52.083 INFODEBG adding route 172.17.0.14/32 -> 10.0.0.255replacing 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 08 03:03:52.083
74822026-08-08T03:03:53.071ZAug 08 03:03:52.083
74832026-08-08T03:03:53.071Z DEBG Aug 08 03:03:52.083replacing 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 08 03:03:52.083
74842026-08-08T03:03:53.071Z DEBGINFO DEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
74852026-08-08T03:03:53.071Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 08 03:03:52.083
74862026-08-08T03:03:53.071Zreplacing 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 08 03:03:52.083
74872026-08-08T03:03:53.071ZINFO adding route 172.17.0.49/32 -> 10.0.0.255 Aug 08 03:03:52.083Aug 08 03:03:52.083Aug 08 03:03:52.083
74882026-08-08T03:03:53.071ZINFOINFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
74892026-08-08T03:03:53.071Z
74902026-08-08T03:03:53.071Zadding route 172.16.0.0/32 -> 10.0.0.4INFO
74912026-08-08T03:03:53.071Z adding route 172.17.0.15/32 -> 10.0.0.255Aug 08 03:03:52.083Aug 08 03:03:52.083
74922026-08-08T03:03:53.071Z INFOAug 08 03:03:52.083DEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
74932026-08-08T03:03:53.071ZAug 08 03:03:52.083Aug 08 03:03:52.083 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 } }] DEBGAug 08 03:03:52.083DEBGDEBG
74942026-08-08T03:03:53.071Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 } }]
74952026-08-08T03:03:53.071Z
74962026-08-08T03:03:53.071ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 08 03:03:52.083
74972026-08-08T03:03:53.071Zreplacing 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 } }]
74982026-08-08T03:03:53.071Z INFOAug 08 03:03:52.083 adding route 172.17.0.50/32 -> 10.0.0.255Aug 08 03:03:52.083DEBG
74992026-08-08T03:03:53.071ZAug 08 03:03:52.083 INFODEBG adding route 172.17.0.16/32 -> 10.0.0.255Aug 08 03:03:52.083Aug 08 03:03:52.083replacing targets for 3fff:dead::/64 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 } }]
75002026-08-08T03:03:53.077ZDEBG
75012026-08-08T03:03:53.078Zreplacing 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 } }]
75022026-08-08T03:03:53.078Zreplacing targets for 172.16.0.0/32 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 } }]INFO
75032026-08-08T03:03:53.078Z Aug 08 03:03:52.083Aug 08 03:03:52.083Aug 08 03:03:52.083 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFOWARN
75042026-08-08T03:03:53.078Z DEBGshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
75052026-08-08T03:03:53.078Z adding route 172.17.0.51/32 -> 10.0.0.255replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75062026-08-08T03:03:53.078Z
75072026-08-08T03:03:53.078ZAug 08 03:03:52.083 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 } }]
75082026-08-08T03:03:53.078ZAug 08 03:03:52.083 INFO adding route 172.17.0.17/32 -> 10.0.0.255
75092026-08-08T03:03:53.078ZAug 08 03:03:52.083 INFO Aug 08 03:03:52.083adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
75102026-08-08T03:03:53.078ZAug 08 03:03:52.083DEBG 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 08 03:03:52.083replacing 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 } }]
75112026-08-08T03:03:53.078Z
75122026-08-08T03:03:53.078ZDEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:03:52.083
75132026-08-08T03:03:53.078Z Aug 08 03:03:52.083INFO INFOadding route 172.17.0.52/32 -> 10.0.0.255Aug 08 03:03:52.083
75142026-08-08T03:03:53.078ZINFOadding route 172.17.0.18/32 -> 10.0.0.255
75152026-08-08T03:03:53.078Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
75162026-08-08T03:03:53.078ZAug 08 03:03:52.083 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 } }]
75172026-08-08T03:03:53.078ZAug 08 03:03:52.083 DEBGAug 08 03:03:52.083 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 08 03:03:52.083INFO
75182026-08-08T03:03:53.078Z DEBGadding route 172.17.0.53/32 -> 10.0.0.255
75192026-08-08T03:03:53.078Zreplacing 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 } }]
75202026-08-08T03:03:53.078ZAug 08 03:03:52.083Aug 08 03:03:52.083 Aug 08 03:03:52.083INFO INFODEBG adding route 172.17.0.19/32 -> 10.0.0.255adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
75212026-08-08T03:03:53.078Z
75222026-08-08T03:03:53.078Zreplacing 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 } }]
75232026-08-08T03:03:53.078ZAug 08 03:03:52.083 INFO adding route 172.17.0.54/32 -> 10.0.0.255
75242026-08-08T03:03:53.078ZAug 08 03:03:52.083Aug 08 03:03:52.083 Aug 08 03:03:52.083DEBG 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 } }]DEBG
75252026-08-08T03:03:53.078Z 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 } }]
75262026-08-08T03:03:53.079Z
75272026-08-08T03:03:53.079ZAug 08 03:03:52.083 INFO adding route 172.17.0.20/32 -> 10.0.0.255
75282026-08-08T03:03:53.079ZAug 08 03:03:52.083Aug 08 03:03:52.083Aug 08 03:03:52.083 INFO INFODEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 172.17.0.55/32 -> 10.0.0.255
75292026-08-08T03:03:53.079Z
75302026-08-08T03:03:53.079Zreplacing 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 } }]
75312026-08-08T03:03:53.079ZAug 08 03:03:52.083Aug 08 03:03:52.083 DEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
75322026-08-08T03:03:53.079Z Aug 08 03:03:52.083DEBG 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 } }]
75332026-08-08T03:03:53.079Zadding route 172.17.0.21/32 -> 10.0.0.255Aug 08 03:03:52.083
75342026-08-08T03:03:53.079Z INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 08 03:03:52.083 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 } }]
75352026-08-08T03:03:53.079Z
75362026-08-08T03:03:53.079ZAug 08 03:03:52.083Aug 08 03:03:52.083 Aug 08 03:03:52.083INFO Aug 08 03:03:52.064DEBG 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 } }]
75372026-08-08T03:03:53.079ZINFOadding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255
75382026-08-08T03:03:53.079Z
75392026-08-08T03:03:53.079Z adding route 172.17.0.58/32 -> 10.0.0.255Aug 08 03:03:52.083 Aug 08 03:03:52.083INFO
75402026-08-08T03:03:53.079Z DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
75412026-08-08T03:03:53.079Zreplacing 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 } }]
75422026-08-08T03:03:53.079ZAug 08 03:03:52.083 DEBG Aug 08 03:03:52.083Aug 08 03:03:52.083 DEBGINFOAug 08 03:03:52.083replacing 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 } }]
75432026-08-08T03:03:53.079Z 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 } }]adding route 172.17.0.23/32 -> 10.0.0.255
75442026-08-08T03:03:53.079ZAug 08 03:03:52.083
75452026-08-08T03:03:53.079Zreplacing 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 } }]
75462026-08-08T03:03:53.079ZINFO adding route 172.17.0.57/32 -> 10.0.0.255Aug 08 03:03:52.083
75472026-08-08T03:03:53.079Z DEBGAug 08 03:03:52.083 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 08 03:03:52.083
75482026-08-08T03:03:53.079Z INFODEBG Aug 08 03:03:52.083replacing 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.59/32 -> 10.0.0.255 Aug 08 03:03:52.083
75492026-08-08T03:03:53.079Z INFO
75502026-08-08T03:03:53.079ZINFO adding route 172.17.0.24/32 -> 10.0.0.255adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 08 03:03:52.083Aug 08 03:03:52.083
75512026-08-08T03:03:53.079Z
75522026-08-08T03:03:53.080Z INFODEBG adding route 172.17.0.58/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 } }]
75532026-08-08T03:03:53.080Z
75542026-08-08T03:03:53.080ZAug 08 03:03:52.083Aug 08 03:03:52.083Aug 08 03:03:52.083 DEBGINFO replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255DEBG
75552026-08-08T03:03:53.080Z
75562026-08-08T03:03:53.080ZAug 08 03:03:52.083 replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
75572026-08-08T03:03:53.080Zreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:03:52.083
75582026-08-08T03:03:53.080ZAug 08 03:03:52.083 INFODEBG Aug 08 03:03:52.083Aug 08 03:03:52.083adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff INFOINFO 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 } }]
75592026-08-08T03:03:53.080Z
75602026-08-08T03:03:53.080Zadding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255
75612026-08-08T03:03:53.080Z
75622026-08-08T03:03:53.080ZAug 08 03:03:52.083Aug 08 03:03:52.083 INFOAug 08 03:03:52.083 DEBGadding route 172.17.0.61/32 -> 10.0.0.255
75632026-08-08T03:03:53.080Zreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 08 03:03:52.083
75642026-08-08T03:03:53.080Z replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
75652026-08-08T03:03:53.080Z Aug 08 03:03:52.083replacing 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 08 03:03:52.083 DEBG
75662026-08-08T03:03:53.080Ztest route::tests::add_target_fails_full ... ok
75672026-08-08T03:03:53.080ZINFO Aug 08 03:03:52.083 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 08 03:03:52.083adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
75682026-08-08T03:03:53.080Z INFO
75692026-08-08T03:03:53.080ZINFO adding route 172.17.0.26/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255
75702026-08-08T03:03:53.080Z
75712026-08-08T03:03:53.080ZAug 08 03:03:52.083Aug 08 03:03:52.083 INFODEBG Aug 08 03:03:52.083adding route 172.17.0.62/32 -> 10.0.0.255
75722026-08-08T03:03:53.080Zreplacing 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 08 03:03:52.083
75732026-08-08T03:03:53.080ZDEBG 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 } }]
75742026-08-08T03:03:53.080Ztest route::tests::delete_target_fragmented ... ok
75752026-08-08T03:03:53.080ZDEBGAug 08 03:03:52.083Aug 08 03:03:52.083 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
75762026-08-08T03:03:53.080Z Aug 08 03:03:52.083INFOreplacing 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 } }]
75772026-08-08T03:03:53.080ZINFOAug 08 03:03:52.083adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
75782026-08-08T03:03:53.080ZDEBG failed to allocate space for the new target list
75792026-08-08T03:03:53.080Zadding route 172.17.0.27/32 -> 10.0.0.255Aug 08 03:03:52.083
75802026-08-08T03:03:53.081Z Aug 08 03:03:52.107 INFODEBG adding route 172.17.0.63/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 } }]
75812026-08-08T03:03:53.081Z
75822026-08-08T03:03:53.081ZAug 08 03:03:52.083Aug 08 03:03:52.107 DEBGINFO replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.28/32 -> 10.0.0.255
75832026-08-08T03:03:53.081Z
75842026-08-08T03:03:53.081ZAug 08 03:03:52.107 DEBGAug 08 03:03:52.107 DEBGreplacing 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 } }]
75852026-08-08T03:03:53.081Zreplacing 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 } }]
75862026-08-08T03:03:53.081ZAug 08 03:03:52.107 DEBGAug 08 03:03:52.107 Aug 08 03:03:52.107failed to allocate space for the new target list DEBGINFO failed to allocate space for the new target list
75872026-08-08T03:03:53.081Zadding route 172.17.0.29/32 -> 10.0.0.255
75882026-08-08T03:03:53.081Z
75892026-08-08T03:03:53.081ZAug 08 03:03:52.107 DEBGAug 08 03:03:52.107Aug 08 03:03:52.107 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
75902026-08-08T03:03:53.081Z
75912026-08-08T03:03:53.081Z
75922026-08-08T03:03:53.081ZAug 08 03:03:52.107 DEBG failed to allocate space for the new target listAug 08 03:03:52.107
75932026-08-08T03:03:53.081Z INFO adding route 172.17.0.30/32 -> 10.0.0.255
75942026-08-08T03:03:53.081ZAug 08 03:03:52.107 DEBGAug 08 03:03:52.107 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
75952026-08-08T03:03:53.081Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
75962026-08-08T03:03:53.081ZAug 08 03:03:52.107Aug 08 03:03:52.107 DEBGINFO replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255
75972026-08-08T03:03:53.081Z
75982026-08-08T03:03:53.081ZAug 08 03:03:52.107Aug 08 03:03:52.107 DEBGINFO replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.1/32 -> 10.0.0.255
75992026-08-08T03:03:53.081Z
76002026-08-08T03:03:53.087ZAug 08 03:03:52.107Aug 08 03:03:52.107 INFODEBG adding route 172.17.0.32/32 -> 10.0.0.255replacing 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 } }]
76012026-08-08T03:03:53.087Z
76022026-08-08T03:03:53.087ZAug 08 03:03:52.107Aug 08 03:03:52.107 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.2/32 -> 10.0.0.255
76032026-08-08T03:03:53.087Z
76042026-08-08T03:03:53.087ZAug 08 03:03:52.107Aug 08 03:03:52.107 INFODEBG adding route 172.17.0.33/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 } }]
76052026-08-08T03:03:53.087Z
76062026-08-08T03:03:53.087ZAug 08 03:03:52.107Aug 08 03:03:52.107 DEBGINFO replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.3/32 -> 10.0.0.255
76072026-08-08T03:03:53.087Z
76082026-08-08T03:03:53.087ZAug 08 03:03:52.107Aug 08 03:03:52.107 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 172.17.0.34/32 -> 10.0.0.255
76092026-08-08T03:03:53.087Z
76102026-08-08T03:03:53.087ZAug 08 03:03:52.107Aug 08 03:03:52.107 DEBGINFO replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.4/32 -> 10.0.0.255
76112026-08-08T03:03:53.088Z
76122026-08-08T03:03:53.088ZAug 08 03:03:52.107 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 } }]
76132026-08-08T03:03:53.088ZAug 08 03:03:52.107 INFO adding route 172.17.0.35/32 -> 10.0.0.255Aug 08 03:03:52.107
76142026-08-08T03:03:53.088Z INFO adding route 172.17.0.5/32 -> 10.0.0.255
76152026-08-08T03:03:53.088ZAug 08 03:03:52.107 Aug 08 03:03:52.107DEBG 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 } }]
76162026-08-08T03:03:53.088Zreplacing 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 } }]
76172026-08-08T03:03:53.088ZAug 08 03:03:52.107 Aug 08 03:03:52.107INFO INFOadding route 172.17.0.6/32 -> 10.0.0.255
76182026-08-08T03:03:53.088Zadding route 172.17.0.36/32 -> 10.0.0.255
76192026-08-08T03:03:53.088ZAug 08 03:03:52.107 Aug 08 03:03:52.107DEBG DEBGreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76202026-08-08T03:03:53.088Zreplacing 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 } }]
76212026-08-08T03:03:53.088ZAug 08 03:03:52.107 Aug 08 03:03:52.107INFO INFOadding route 172.17.0.7/32 -> 10.0.0.255
76222026-08-08T03:03:53.088Zadding route 172.17.0.37/32 -> 10.0.0.255
76232026-08-08T03:03:53.088ZAug 08 03:03:52.107 Aug 08 03:03:52.107DEBG DEBGreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76242026-08-08T03:03:53.088Zreplacing 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 } }]
76252026-08-08T03:03:53.088ZAug 08 03:03:52.107 Aug 08 03:03:52.107INFO INFOadding route 172.17.0.8/32 -> 10.0.0.255
76262026-08-08T03:03:53.088Zadding route 172.17.0.38/32 -> 10.0.0.255
76272026-08-08T03:03:53.088ZAug 08 03:03:52.107 Aug 08 03:03:52.107DEBG DEBGreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76282026-08-08T03:03:53.088Zreplacing 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 } }]
76292026-08-08T03:03:53.088ZAug 08 03:03:52.107 Aug 08 03:03:52.107INFO INFOadding route 172.17.0.9/32 -> 10.0.0.255
76302026-08-08T03:03:53.088Zadding route 172.17.0.39/32 -> 10.0.0.255
76312026-08-08T03:03:53.088ZAug 08 03:03:52.107 Aug 08 03:03:52.107DEBG DEBGreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76322026-08-08T03:03:53.089Zreplacing 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 } }]
76332026-08-08T03:03:53.089ZAug 08 03:03:52.107 Aug 08 03:03:52.107INFO INFOadding route 172.17.0.10/32 -> 10.0.0.255
76342026-08-08T03:03:53.089Zadding route 172.17.0.40/32 -> 10.0.0.255
76352026-08-08T03:03:53.089ZAug 08 03:03:52.107 Aug 08 03:03:52.107DEBG DEBGreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76362026-08-08T03:03:53.089Zreplacing 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 } }]
76372026-08-08T03:03:53.089ZAug 08 03:03:52.107 Aug 08 03:03:52.107INFO INFOadding route 172.17.0.11/32 -> 10.0.0.255
76382026-08-08T03:03:53.089Zadding route 172.17.0.41/32 -> 10.0.0.255
76392026-08-08T03:03:53.089ZAug 08 03:03:52.107 Aug 08 03:03:52.107DEBG 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 } }]
76402026-08-08T03:03:53.089Zreplacing 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 } }]
76412026-08-08T03:03:53.089ZAug 08 03:03:52.107 Aug 08 03:03:52.107INFO INFOadding route 172.17.0.12/32 -> 10.0.0.255
76422026-08-08T03:03:53.089Zadding route 172.17.0.42/32 -> 10.0.0.255
76432026-08-08T03:03:53.089ZAug 08 03:03:52.107 Aug 08 03:03:52.107DEBG 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 } }]
76442026-08-08T03:03:53.089Zreplacing 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 } }]
76452026-08-08T03:03:53.089ZAug 08 03:03:52.107 Aug 08 03:03:52.107INFO INFOadding route 172.17.0.13/32 -> 10.0.0.255
76462026-08-08T03:03:53.089Zadding route 172.17.0.43/32 -> 10.0.0.255
76472026-08-08T03:03:53.089ZAug 08 03:03:52.107 Aug 08 03:03:52.107DEBG 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 } }]
76482026-08-08T03:03:53.089Zreplacing 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 } }]
76492026-08-08T03:03:53.089ZAug 08 03:03:52.107 Aug 08 03:03:52.107INFO INFOadding route 172.17.0.14/32 -> 10.0.0.255
76502026-08-08T03:03:53.089Zadding route 172.17.0.44/32 -> 10.0.0.255
76512026-08-08T03:03:53.089ZAug 08 03:03:52.107 Aug 08 03:03:52.107DEBG DEBGreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76522026-08-08T03:03:53.089Zreplacing 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 } }]
76532026-08-08T03:03:53.089ZAug 08 03:03:52.107 Aug 08 03:03:52.107INFO INFOadding route 172.17.0.15/32 -> 10.0.0.255
76542026-08-08T03:03:53.089Zadding route 172.17.0.45/32 -> 10.0.0.255
76552026-08-08T03:03:53.089ZAug 08 03:03:52.107 Aug 08 03:03:52.107DEBG DEBGreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76562026-08-08T03:03:53.089Zreplacing 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 } }]
76572026-08-08T03:03:53.089Ztest route::tests::delete_target_full ... ok
76582026-08-08T03:03:53.089ZAug 08 03:03:52.107 Aug 08 03:03:52.107INFO INFOadding route 172.17.0.16/32 -> 10.0.0.255
76592026-08-08T03:03:53.089Zadding route 172.17.0.46/32 -> 10.0.0.255
76602026-08-08T03:03:53.090ZAug 08 03:03:52.107 Aug 08 03:03:52.107DEBG DEBGreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76612026-08-08T03:03:53.090Zreplacing 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 } }]
76622026-08-08T03:03:53.090ZAug 08 03:03:52.107 Aug 08 03:03:52.107INFO INFOadding route 172.17.0.17/32 -> 10.0.0.255
76632026-08-08T03:03:53.090Zadding route 172.17.0.47/32 -> 10.0.0.255
76642026-08-08T03:03:53.090ZAug 08 03:03:52.107 Aug 08 03:03:52.107DEBG DEBGreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76652026-08-08T03:03:53.090Zreplacing 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 } }]
76662026-08-08T03:03:53.090ZAug 08 03:03:52.107 Aug 08 03:03:52.107INFO INFOadding route 172.17.0.18/32 -> 10.0.0.255
76672026-08-08T03:03:53.090Zadding route 172.17.0.48/32 -> 10.0.0.255
76682026-08-08T03:03:53.090ZAug 08 03:03:52.107 Aug 08 03:03:52.107DEBG 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 } }]
76692026-08-08T03:03:53.090Zreplacing 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 } }]
76702026-08-08T03:03:53.090ZAug 08 03:03:52.107 Aug 08 03:03:52.107INFO INFOadding route 172.17.0.19/32 -> 10.0.0.255
76712026-08-08T03:03:53.090Zadding route 172.17.0.49/32 -> 10.0.0.255
76722026-08-08T03:03:53.090ZAug 08 03:03:52.107 Aug 08 03:03:52.107DEBG 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 } }]
76732026-08-08T03:03:53.090Zreplacing 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 } }]
76742026-08-08T03:03:53.090ZAug 08 03:03:52.107 Aug 08 03:03:52.107INFO INFOadding route 172.17.0.20/32 -> 10.0.0.255
76752026-08-08T03:03:53.090Zadding route 172.17.0.50/32 -> 10.0.0.255
76762026-08-08T03:03:53.090ZAug 08 03:03:52.107 Aug 08 03:03:52.107DEBG 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 } }]
76772026-08-08T03:03:53.090Zreplacing 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 } }]
76782026-08-08T03:03:53.090ZAug 08 03:03:52.107 Aug 08 03:03:52.107INFO INFOadding route 172.17.0.21/32 -> 10.0.0.255
76792026-08-08T03:03:53.090Zadding route 172.17.0.51/32 -> 10.0.0.255
76802026-08-08T03:03:53.090ZAug 08 03:03:52.107Aug 08 03:03:52.107 DEBGDEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
76812026-08-08T03:03:53.090Z
76822026-08-08T03:03:53.090ZAug 08 03:03:52.107Aug 08 03:03:52.107 INFOINFO adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255
76832026-08-08T03:03:53.090Z
76842026-08-08T03:03:53.090ZAug 08 03:03:52.107Aug 08 03:03:52.107 DEBGDEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
76852026-08-08T03:03:53.090Z
76862026-08-08T03:03:53.090ZAug 08 03:03:52.107Aug 08 03:03:52.107 INFOINFO adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.53/32 -> 10.0.0.255
76872026-08-08T03:03:53.090Z
76882026-08-08T03:03:53.091ZAug 08 03:03:52.107Aug 08 03:03:52.107 DEBGDEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
76892026-08-08T03:03:53.091Z
76902026-08-08T03:03:53.091ZAug 08 03:03:52.107Aug 08 03:03:52.107 INFOINFO adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255
76912026-08-08T03:03:53.091Z
76922026-08-08T03:03:53.091ZAug 08 03:03:52.107 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 } }]
76932026-08-08T03:03:53.091ZAug 08 03:03:52.107 INFO adding route 172.17.0.25/32 -> 10.0.0.255
76942026-08-08T03:03:53.091ZAug 08 03:03:52.107 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 } }]
76952026-08-08T03:03:53.091ZAug 08 03:03:52.107 Aug 08 03:03:52.132DEBG INFOcreated new freemap , adding route 172.17.0.26/32 -> 10.0.0.255unit
76962026-08-08T03:03:53.091Z: Aug 08 03:03:52.107Aug 08 03:03:52.132 freemap_route_ipv4DEBG
76972026-08-08T03:03:53.091Z 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 } }]
76982026-08-08T03:03:53.091ZDEBG Aug 08 03:03:52.132Aug 08 03:03:52.132 DEBGINFO replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.27/32 -> 10.0.0.255
76992026-08-08T03:03:53.091Z
77002026-08-08T03:03:53.120Zcreated new freemap, Aug 08 03:03:52.132unit :DEBG freemap_route_ipv6replacing 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 } }]
77012026-08-08T03:03:53.120ZAug 08 03:03:52.132
77022026-08-08T03:03:53.120Z INFO adding route 172.17.0.55/32 -> 10.0.0.255Aug 08 03:03:52.132
77032026-08-08T03:03:53.120Z INFOAug 08 03:03:52.132 adding route 172.17.0.28/32 -> 10.0.0.255Aug 08 03:03:52.132
77042026-08-08T03:03:53.120Z 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 } }]initted freemap. size: 64
77052026-08-08T03:03:53.121ZAug 08 03:03:52.132, unitDEBGAug 08 03:03:52.132 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:
77062026-08-08T03:03:53.121Z adding route 172.17.0.56/32 -> 10.0.0.255freemap_route_ipv4
77072026-08-08T03:03:53.121Z
77082026-08-08T03:03:53.121ZAug 08 03:03:52.132 INFO Aug 08 03:03:52.132adding route 172.17.0.29/32 -> 10.0.0.255Aug 08 03:03:52.132
77092026-08-08T03:03:53.121Z 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 } }]reset freemap
77102026-08-08T03:03:53.121Z, unit: freemap_route_ipv4
77112026-08-08T03:03:53.121ZAug 08 03:03:52.132Aug 08 03:03:52.132 DEBGINFO Aug 08 03:03:52.132 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.57/32 -> 10.0.0.255DEBG
77122026-08-08T03:03:53.121Z
77132026-08-08T03:03:53.121Zinitted freemap. size: 64, unit: Aug 08 03:03:52.132Aug 08 03:03:52.132 freemap_route_ipv6DEBGINFO
77142026-08-08T03:03:53.121Z replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.30/32 -> 10.0.0.255
77152026-08-08T03:03:53.121Z
77162026-08-08T03:03:53.121ZAug 08 03:03:52.132 DEBG Aug 08 03:03:52.132Aug 08 03:03:52.132 reset freemapDEBGINFO , 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 } }]unit
77172026-08-08T03:03:53.121Zadding route 172.17.0.58/32 -> 10.0.0.255:
77182026-08-08T03:03:53.121Z freemap_route_ipv6
77192026-08-08T03:03:53.121ZAug 08 03:03:52.132Aug 08 03:03:52.132Aug 08 03:03:52.132 INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1DEBG
77202026-08-08T03:03:53.121Z
77212026-08-08T03:03:53.121Z 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 } }]
77222026-08-08T03:03:53.121ZAug 08 03:03:52.132Aug 08 03:03:52.132 DEBGAug 08 03:03:52.132 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 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 } }]
77232026-08-08T03:03:53.121Z
77242026-08-08T03:03:53.122Zadding route 172.17.0.59/32 -> 10.0.0.255
77252026-08-08T03:03:53.122ZAug 08 03:03:52.132Aug 08 03:03:52.132Aug 08 03:03:52.132 INFODEBG adding route 172.17.0.32/32 -> 10.0.0.255INFO
77262026-08-08T03:03:53.122Z adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
77272026-08-08T03:03:53.122Z
77282026-08-08T03:03:53.122ZAug 08 03:03:52.132 DEBGAug 08 03:03:52.132Aug 08 03:03:52.132 replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO DEBG
77292026-08-08T03:03:53.122Z adding route 172.17.0.60/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 } }]
77302026-08-08T03:03:53.122Z
77312026-08-08T03:03:53.122ZAug 08 03:03:52.132 Aug 08 03:03:52.132INFO Aug 08 03:03:52.132 adding route 172.17.0.33/32 -> 10.0.0.255INFO
77322026-08-08T03:03:53.122ZDEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1
77332026-08-08T03:03:53.122Z
77342026-08-08T03:03:53.122ZAug 08 03:03:52.132 DEBG Aug 08 03:03:52.132Aug 08 03:03:52.132replacing 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 } }]
77352026-08-08T03:03:53.122Z DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.61/32 -> 10.0.0.255
77362026-08-08T03:03:53.122Z
77372026-08-08T03:03:53.122ZAug 08 03:03:52.132 INFOAug 08 03:03:52.132Aug 08 03:03:52.132 INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.2 adding route 172.17.0.34/32 -> 10.0.0.255
77382026-08-08T03:03:53.122Z
77392026-08-08T03:03:53.122Zreplacing 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 } }]
77402026-08-08T03:03:53.122ZAug 08 03:03:52.132Aug 08 03:03:52.132 DEBGDEBGAug 08 03:03:52.132 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFO
77412026-08-08T03:03:53.122Z adding route 172.17.0.62/32 -> 10.0.0.255replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77422026-08-08T03:03:53.122Z
77432026-08-08T03:03:53.122ZAug 08 03:03:52.132 INFOAug 08 03:03:52.132 Aug 08 03:03:52.132 adding route 172.17.0.0/32 -> 10.0.0.255INFO
77442026-08-08T03:03:53.122Z DEBG adding route 172.17.0.35/32 -> 10.0.0.255replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77452026-08-08T03:03:53.122Z
77462026-08-08T03:03:53.123ZAug 08 03:03:52.132 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 } }]Aug 08 03:03:52.132
77472026-08-08T03:03:53.123ZAug 08 03:03:52.132 DEBG DEBGreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77482026-08-08T03:03:53.123Zfailed to allocate space for the new target listAug 08 03:03:52.132
77492026-08-08T03:03:53.123Z INFO adding route 172.17.0.1/32 -> 10.0.0.255Aug 08 03:03:52.132
77502026-08-08T03:03:53.123Z Aug 08 03:03:52.132INFO adding route 172.17.0.36/32 -> 10.0.0.255DEBG
77512026-08-08T03:03:53.123Z Aug 08 03:03:52.132replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
77522026-08-08T03:03:53.123ZDEBG Aug 08 03:03:52.132replacing 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 } }]
77532026-08-08T03:03:53.123ZDEBG 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 } }]
77542026-08-08T03:03:53.123ZAug 08 03:03:52.132 INFO Aug 08 03:03:52.132adding route 172.17.0.2/32 -> 10.0.0.255
77552026-08-08T03:03:53.123ZINFO adding route 172.17.0.37/32 -> 10.0.0.255
77562026-08-08T03:03:53.123ZAug 08 03:03:52.132 DEBGAug 08 03:03:52.132 replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
77572026-08-08T03:03:53.123Ztest route::tests::delete_targets_full ... ok
77582026-08-08T03:03:53.123Ztest route::tests::delete_targets_fragmented ... ok
77592026-08-08T03:03:53.123Z
77602026-08-08T03:03:53.123Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
77612026-08-08T03:03:53.123Z
77622026-08-08T03:03:53.123Z 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 } }]
77632026-08-08T03:03:53.123ZAug 08 03:03:52.132 INFOAug 08 03:03:52.132 adding route 172.17.0.3/32 -> 10.0.0.255INFO
77642026-08-08T03:03:53.123Z adding route 172.17.0.38/32 -> 10.0.0.255
77652026-08-08T03:03:53.123ZAug 08 03:03:52.132 DEBGAug 08 03:03:52.132 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
77662026-08-08T03:03:53.123Z 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 } }]
77672026-08-08T03:03:53.123ZAug 08 03:03:52.132 Aug 08 03:03:52.132INFO INFOadding route 172.17.0.4/32 -> 10.0.0.255
77682026-08-08T03:03:53.123Zadding route 172.17.0.39/32 -> 10.0.0.255
77692026-08-08T03:03:53.124ZAug 08 03:03:52.132 Aug 08 03:03:52.132DEBG 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 } }]
77702026-08-08T03:03:53.124Zreplacing 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 } }]
77712026-08-08T03:03:53.124ZAug 08 03:03:52.132 Aug 08 03:03:52.132INFO INFOadding route 172.17.0.5/32 -> 10.0.0.255
77722026-08-08T03:03:53.124Zadding route 172.17.0.40/32 -> 10.0.0.255
77732026-08-08T03:03:53.124ZAug 08 03:03:52.132 Aug 08 03:03:52.132DEBG 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 } }]
77742026-08-08T03:03:53.124Zreplacing 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 } }]
77752026-08-08T03:03:53.124ZAug 08 03:03:52.132Aug 08 03:03:52.132 INFOINFO adding route 172.17.0.6/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255
77762026-08-08T03:03:53.124Z
77772026-08-08T03:03:53.124ZAug 08 03:03:52.132 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 } }]
77782026-08-08T03:03:53.124ZAug 08 03:03:52.132 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 } }]
77792026-08-08T03:03:53.124ZAug 08 03:03:52.132 Aug 08 03:03:52.132INFO INFO adding route 172.17.0.7/32 -> 10.0.0.255
77802026-08-08T03:03:53.124Zadding route 172.17.0.42/32 -> 10.0.0.255
77812026-08-08T03:03:53.124ZAug 08 03:03:52.132Aug 08 03:03:52.132 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.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 } }]
77822026-08-08T03:03:53.124Z
77832026-08-08T03:03:53.124ZAug 08 03:03:52.132Aug 08 03:03:52.132 INFOINFO adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.8/32 -> 10.0.0.255
77842026-08-08T03:03:53.124Z
77852026-08-08T03:03:53.124ZAug 08 03:03:52.132Aug 08 03:03:52.132 DEBGDEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
77862026-08-08T03:03:53.124Z
77872026-08-08T03:03:53.124ZAug 08 03:03:52.132Aug 08 03:03:52.132 INFOINFO adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.17.0.9/32 -> 10.0.0.255
77882026-08-08T03:03:53.125Z
77892026-08-08T03:03:53.125ZAug 08 03:03:52.132Aug 08 03:03:52.132 DEBGDEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
77902026-08-08T03:03:53.125Z
77912026-08-08T03:03:53.125ZAug 08 03:03:52.132Aug 08 03:03:52.132 INFOINFO adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.10/32 -> 10.0.0.255
77922026-08-08T03:03:53.125Z
77932026-08-08T03:03:53.125ZAug 08 03:03:52.132Aug 08 03:03:52.132 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.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 } }]
77942026-08-08T03:03:53.125Z
77952026-08-08T03:03:53.125ZAug 08 03:03:52.132Aug 08 03:03:52.132 INFOINFO adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.11/32 -> 10.0.0.255
77962026-08-08T03:03:53.125Z
77972026-08-08T03:03:53.125ZAug 08 03:03:52.132Aug 08 03:03:52.132 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.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 } }]
77982026-08-08T03:03:53.125Z
77992026-08-08T03:03:53.125ZAug 08 03:03:52.132Aug 08 03:03:52.132 INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255
78002026-08-08T03:03:53.139Z
78012026-08-08T03:03:53.139ZAug 08 03:03:52.132Aug 08 03:03:52.132 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.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 } }]
78022026-08-08T03:03:53.139Z
78032026-08-08T03:03:53.139ZAug 08 03:03:52.132Aug 08 03:03:52.132 INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255
78042026-08-08T03:03:53.139Z
78052026-08-08T03:03:53.139ZAug 08 03:03:52.132Aug 08 03:03:52.132 DEBGDEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
78062026-08-08T03:03:53.140Z
78072026-08-08T03:03:53.140ZAug 08 03:03:52.132Aug 08 03:03:52.132 INFOINFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.14/32 -> 10.0.0.255
78082026-08-08T03:03:53.140Z
78092026-08-08T03:03:53.140ZAug 08 03:03:52.132Aug 08 03:03:52.132 DEBGDEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
78102026-08-08T03:03:53.140Z
78112026-08-08T03:03:53.140ZAug 08 03:03:52.132Aug 08 03:03:52.132 INFOINFO adding route 172.17.0.50/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255
78122026-08-08T03:03:53.140Z
78132026-08-08T03:03:53.140ZAug 08 03:03:52.132Aug 08 03:03:52.132 DEBGDEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
78142026-08-08T03:03:53.140Z
78152026-08-08T03:03:53.140ZAug 08 03:03:52.171 INFO adding route 172.17.0.51/32 -> 10.0.0.255
78162026-08-08T03:03:53.140ZAug 08 03:03:52.171 INFO adding route 172.17.0.16/32 -> 10.0.0.255Aug 08 03:03:52.171
78172026-08-08T03:03:53.140Z 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 } }]
78182026-08-08T03:03:53.140ZAug 08 03:03:52.171 DEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:03:52.171
78192026-08-08T03:03:53.140Z INFO adding route 172.17.0.52/32 -> 10.0.0.255
78202026-08-08T03:03:53.140ZAug 08 03:03:52.171 INFO adding route 172.17.0.17/32 -> 10.0.0.255Aug 08 03:03:52.171
78212026-08-08T03:03:53.140Z 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 } }]
78222026-08-08T03:03:53.140ZAug 08 03:03:52.171Aug 08 03:03:52.171 INFODEBG adding route 172.17.0.53/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 } }]
78232026-08-08T03:03:53.140Z
78242026-08-08T03:03:53.140ZAug 08 03:03:52.171Aug 08 03:03:52.171 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.18/32 -> 10.0.0.255
78252026-08-08T03:03:53.140Z
78262026-08-08T03:03:53.140ZAug 08 03:03:52.171Aug 08 03:03:52.171 INFODEBG adding route 172.17.0.54/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 } }]
78272026-08-08T03:03:53.140Z
78282026-08-08T03:03:53.140ZAug 08 03:03:52.171Aug 08 03:03:52.171 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 } }]
78292026-08-08T03:03:53.140Zadding route 172.17.0.19/32 -> 10.0.0.255
78302026-08-08T03:03:53.140ZAug 08 03:03:52.171Aug 08 03:03:52.171 INFODEBG adding route 172.17.0.55/32 -> 10.0.0.255replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78312026-08-08T03:03:53.140Z
78322026-08-08T03:03:53.140ZAug 08 03:03:52.171Aug 08 03:03:52.171 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.20/32 -> 10.0.0.255
78332026-08-08T03:03:53.141Z
78342026-08-08T03:03:53.141ZAug 08 03:03:52.171Aug 08 03:03:52.171 INFODEBG adding route 172.17.0.56/32 -> 10.0.0.255replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78352026-08-08T03:03:53.141Z
78362026-08-08T03:03:53.141ZAug 08 03:03:52.171Aug 08 03:03:52.171 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.21/32 -> 10.0.0.255
78372026-08-08T03:03:53.141Z
78382026-08-08T03:03:53.141ZAug 08 03:03:52.171Aug 08 03:03:52.171 INFODEBG adding route 172.17.0.57/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 } }]
78392026-08-08T03:03:53.141Z
78402026-08-08T03:03:53.141ZAug 08 03:03:52.171Aug 08 03:03:52.171 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.22/32 -> 10.0.0.255
78412026-08-08T03:03:53.141Z
78422026-08-08T03:03:53.141ZAug 08 03:03:52.171Aug 08 03:03:52.171 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.58/32 -> 10.0.0.255
78432026-08-08T03:03:53.141Z
78442026-08-08T03:03:53.141ZAug 08 03:03:52.171Aug 08 03:03:52.171 INFODEBG adding route 172.17.0.23/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 } }]
78452026-08-08T03:03:53.141Z
78462026-08-08T03:03:53.141ZAug 08 03:03:52.171Aug 08 03:03:52.171 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.59/32 -> 10.0.0.255
78472026-08-08T03:03:53.141Z
78482026-08-08T03:03:53.141ZAug 08 03:03:52.171Aug 08 03:03:52.171 INFODEBG adding route 172.17.0.24/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 } }]
78492026-08-08T03:03:53.141Z
78502026-08-08T03:03:53.141ZAug 08 03:03:52.171Aug 08 03:03:52.171 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.60/32 -> 10.0.0.255
78512026-08-08T03:03:53.141Z
78522026-08-08T03:03:53.141ZAug 08 03:03:52.171Aug 08 03:03:52.171 INFODEBG adding route 172.17.0.25/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 } }]
78532026-08-08T03:03:53.141Z
78542026-08-08T03:03:53.141ZAug 08 03:03:52.171Aug 08 03:03:52.171 DEBGDEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]failed to allocate space for the new target list
78552026-08-08T03:03:53.141Z
78562026-08-08T03:03:53.141ZAug 08 03:03:52.171Aug 08 03:03:52.171 INFODEBG adding route 172.17.0.26/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 } }]
78572026-08-08T03:03:53.141Z
78582026-08-08T03:03:53.141Zrunning 0 tests
78592026-08-08T03:03:53.141Z
78602026-08-08T03:03:53.141ZAug 08 03:03:52.171 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 } }]
78612026-08-08T03:03:53.142Z
78622026-08-08T03:03:53.142Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78632026-08-08T03:03:53.142ZAug 08 03:03:52.171 INFO adding route 172.17.0.27/32 -> 10.0.0.255
78642026-08-08T03:03:53.142Z
78652026-08-08T03:03:53.142Z
78662026-08-08T03:03:53.142ZAug 08 03:03:52.171 DEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78672026-08-08T03:03:53.142Zrunning 0 tests
78682026-08-08T03:03:53.142ZAug 08 03:03:52.171 INFO adding route 172.17.0.28/32 -> 10.0.0.255
78692026-08-08T03:03:53.142Z
78702026-08-08T03:03:53.142Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78712026-08-08T03:03:53.142ZAug 08 03:03:52.171 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 } }]
78722026-08-08T03:03:53.142Z
78732026-08-08T03:03:53.142ZAug 08 03:03:52.171 INFO adding route 172.17.0.29/32 -> 10.0.0.255
78742026-08-08T03:03:53.142Z
78752026-08-08T03:03:53.142Zrunning 6 tests
78762026-08-08T03:03:53.142ZAug 08 03:03:52.171 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 } }]
78772026-08-08T03:03:53.142Ztest tests::test_parse_client_port_id ... ok
78782026-08-08T03:03:53.142ZAug 08 03:03:52.171 INFO adding route 172.17.0.30/32 -> 10.0.0.255
78792026-08-08T03:03:53.142Ztest tests::test_port_id_cmp ... ok
78802026-08-08T03:03:53.142ZAug 08 03:03:52.171 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 } }]
78812026-08-08T03:03:53.142Ztest tests::test_full_lot_id_lotnum_only ... ok
78822026-08-08T03:03:53.142ZAug 08 03:03:52.171 INFO adding route 172.17.0.31/32 -> 10.0.0.255
78832026-08-08T03:03:53.142Ztest tests::test_full_lot_id_neither_present ... ok
78842026-08-08T03:03:53.142ZAug 08 03:03:52.171 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 } }]
78852026-08-08T03:03:53.142Ztest tests::test_full_lot_id_both_present ... ok
78862026-08-08T03:03:53.142ZAug 08 03:03:52.171 INFO adding route 172.17.0.32/32 -> 10.0.0.255
78872026-08-08T03:03:53.142Ztest tests::test_full_lot_id_lot_only ... ok
78882026-08-08T03:03:53.142Z
78892026-08-08T03:03:53.143ZAug 08 03:03:52.171 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 } }]
78902026-08-08T03:03:53.143Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
78912026-08-08T03:03:53.143ZAug 08 03:03:52.171 INFO adding route 172.17.0.33/32 -> 10.0.0.255
78922026-08-08T03:03:53.143Z
78932026-08-08T03:03:53.143ZAug 08 03:03:52.171 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 } }]
78942026-08-08T03:03:53.143ZAug 08 03:03:52.171 INFO adding route 172.17.0.34/32 -> 10.0.0.255
78952026-08-08T03:03:53.143ZAug 08 03:03:52.171 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 } }]
78962026-08-08T03:03:53.143ZAug 08 03:03:52.171 INFO adding route 172.17.0.35/32 -> 10.0.0.255
78972026-08-08T03:03:53.143ZAug 08 03:03:52.171 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 } }]
78982026-08-08T03:03:53.143ZAug 08 03:03:52.171 INFO adding route 172.17.0.36/32 -> 10.0.0.255
78992026-08-08T03:03:53.143ZAug 08 03:03:52.171 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 } }]
79002026-08-08T03:03:53.154ZAug 08 03:03:52.171 INFO adding route 172.17.0.37/32 -> 10.0.0.255
79012026-08-08T03:03:53.155ZAug 08 03:03:52.171 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 } }]
79022026-08-08T03:03:53.155ZAug 08 03:03:52.171 INFO adding route 172.17.0.38/32 -> 10.0.0.255
79032026-08-08T03:03:53.155ZAug 08 03:03:52.171 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 } }]
79042026-08-08T03:03:53.155ZAug 08 03:03:52.171 INFO adding route 172.17.0.39/32 -> 10.0.0.255
79052026-08-08T03:03:53.155ZAug 08 03:03:52.171 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 } }]
79062026-08-08T03:03:53.155ZAug 08 03:03:52.171 INFO adding route 172.17.0.40/32 -> 10.0.0.255
79072026-08-08T03:03:53.155ZAug 08 03:03:52.171 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 } }]
79082026-08-08T03:03:53.155ZAug 08 03:03:52.171 INFO adding route 172.17.0.41/32 -> 10.0.0.255
79092026-08-08T03:03:53.155ZAug 08 03:03:52.171 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 } }]
79102026-08-08T03:03:53.155ZAug 08 03:03:52.171 INFO adding route 172.17.0.42/32 -> 10.0.0.255
79112026-08-08T03:03:53.155ZAug 08 03:03:52.171 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 } }]
79122026-08-08T03:03:53.155ZAug 08 03:03:52.171 INFO adding route 172.17.0.43/32 -> 10.0.0.255
79132026-08-08T03:03:53.155ZAug 08 03:03:52.171 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 } }]
79142026-08-08T03:03:53.155ZAug 08 03:03:52.171 INFO adding route 172.17.0.44/32 -> 10.0.0.255
79152026-08-08T03:03:53.155ZAug 08 03:03:52.171 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 } }]
79162026-08-08T03:03:53.155ZAug 08 03:03:52.171 INFO adding route 172.17.0.45/32 -> 10.0.0.255
79172026-08-08T03:03:53.155ZAug 08 03:03:52.171 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 } }]
79182026-08-08T03:03:53.155ZAug 08 03:03:52.171 INFO adding route 172.17.0.46/32 -> 10.0.0.255
79192026-08-08T03:03:53.155ZAug 08 03:03:52.171 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 } }]
79202026-08-08T03:03:53.155ZAug 08 03:03:52.171 INFO adding route 172.17.0.47/32 -> 10.0.0.255
79212026-08-08T03:03:53.155ZAug 08 03:03:52.171 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 } }]
79222026-08-08T03:03:53.155ZAug 08 03:03:52.171 INFO adding route 172.17.0.48/32 -> 10.0.0.255
79232026-08-08T03:03:53.155ZAug 08 03:03:52.171 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 } }]
79242026-08-08T03:03:53.155ZAug 08 03:03:52.171 INFO adding route 172.17.0.49/32 -> 10.0.0.255
79252026-08-08T03:03:53.155ZAug 08 03:03:52.171 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 } }]
79262026-08-08T03:03:53.156ZAug 08 03:03:52.171 INFO adding route 172.17.0.50/32 -> 10.0.0.255
79272026-08-08T03:03:53.156ZAug 08 03:03:52.171 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 } }]
79282026-08-08T03:03:53.156ZAug 08 03:03:52.171 INFO adding route 172.17.0.51/32 -> 10.0.0.255
79292026-08-08T03:03:53.156ZAug 08 03:03:52.171 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 } }]
79302026-08-08T03:03:53.156ZAug 08 03:03:52.171 INFO adding route 172.17.0.52/32 -> 10.0.0.255
79312026-08-08T03:03:53.156ZAug 08 03:03:52.171 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 } }]
79322026-08-08T03:03:53.156ZAug 08 03:03:52.171 INFO adding route 172.17.0.53/32 -> 10.0.0.255
79332026-08-08T03:03:53.156ZAug 08 03:03:52.171 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 } }]
79342026-08-08T03:03:53.156ZAug 08 03:03:52.171 INFO adding route 172.17.0.54/32 -> 10.0.0.255
79352026-08-08T03:03:53.156ZAug 08 03:03:52.171 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 } }]
79362026-08-08T03:03:53.156ZAug 08 03:03:52.171 INFO adding route 172.17.0.55/32 -> 10.0.0.255
79372026-08-08T03:03:53.156ZAug 08 03:03:52.171 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 } }]
79382026-08-08T03:03:53.156ZAug 08 03:03:52.171 INFO adding route 172.17.0.56/32 -> 10.0.0.255
79392026-08-08T03:03:53.156ZAug 08 03:03:52.171 DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79402026-08-08T03:03:53.156ZAug 08 03:03:52.171 INFO adding route 172.17.0.57/32 -> 10.0.0.255
79412026-08-08T03:03:53.156ZAug 08 03:03:52.171 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 } }]
79422026-08-08T03:03:53.156ZAug 08 03:03:52.171 INFO adding route 172.17.0.58/32 -> 10.0.0.255
79432026-08-08T03:03:53.156ZAug 08 03:03:52.171 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 } }]
79442026-08-08T03:03:53.156ZAug 08 03:03:52.171 INFO adding route 172.17.0.59/32 -> 10.0.0.255
79452026-08-08T03:03:53.156ZAug 08 03:03:52.171 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 } }]
79462026-08-08T03:03:53.156ZAug 08 03:03:52.171 INFO adding route 172.17.0.60/32 -> 10.0.0.255
79472026-08-08T03:03:53.156ZAug 08 03:03:52.171 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 } }]
79482026-08-08T03:03:53.156ZAug 08 03:03:52.171 DEBG failed to allocate space for the new target list
79492026-08-08T03:03:53.156ZAug 08 03:03:52.171 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 } }]
79502026-08-08T03:03:53.156Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-696ee5442bd93402)
79512026-08-08T03:03:53.156Z Running unittests src/lib.rs (target/debug/deps/dpd_api-cd1b9f4a0bf3bd95)
79522026-08-08T03:03:53.156Z Running unittests src/lib.rs (target/debug/deps/dpd_client-01ad159aa705243b)
79532026-08-08T03:03:53.157Z Running tests/test_all.rs (target/debug/deps/test_all-5d9fbf4ac0a87495)
79542026-08-08T03:03:53.157Z
79552026-08-08T03:03:53.157Zrunning 0 tests
79562026-08-08T03:03:53.157Z
79572026-08-08T03:03:53.157Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79582026-08-08T03:03:53.157Z
79592026-08-08T03:03:53.157Z
79602026-08-08T03:03:53.157Zrunning 0 tests
79612026-08-08T03:03:53.157Z
79622026-08-08T03:03:53.157Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79632026-08-08T03:03:53.157Z
79642026-08-08T03:03:53.157Z
79652026-08-08T03:03:53.157Zrunning 0 tests
79662026-08-08T03:03:53.157Z
79672026-08-08T03:03:53.157Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79682026-08-08T03:03:53.157Z
79692026-08-08T03:03:53.157Z Running unittests src/lib.rs (target/debug/deps/dpd_types-3e6bfbc8380dbf99)
79702026-08-08T03:03:53.157Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-9daf43cdfa0ac479)
79712026-08-08T03:03:53.157Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
79722026-08-08T03:03:53.157Z
79732026-08-08T03:03:53.157Zrunning 12 tests
79742026-08-08T03:03:53.157Ztest icmp::test_v6_checksum ... ok
79752026-08-08T03:03:53.157Ztest icmp::test_v4_checksum ... ok
79762026-08-08T03:03:53.157Ztest lldp::test_lldp_parse ... ok
79772026-08-08T03:03:53.157Ztest ipv6::test_ipv6_parse ... ok
79782026-08-08T03:03:53.157Ztest pbuf::test_byte ... ok
79792026-08-08T03:03:53.157Ztest pbuf::test_nibble ... ok
79802026-08-08T03:03:53.157Ztest pbuf::test_overflow ... ok
79812026-08-08T03:03:53.158Ztest pbuf::test_twelve ... ok
79822026-08-08T03:03:53.158Ztest pbuf::test_word ... ok
79832026-08-08T03:03:53.158Ztest pbuf::test_short ... ok
79842026-08-08T03:03:53.158Ztest tcp::test_checksum_syn_nodata ... ok
79852026-08-08T03:03:53.158Ztest tcp::test_checksum_ack_data ... ok
79862026-08-08T03:03:53.158Z
79872026-08-08T03:03:53.158Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79882026-08-08T03:03:53.158Z
79892026-08-08T03:03:53.158Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
79902026-08-08T03:03:53.158Z
79912026-08-08T03:03:53.158Zrunning 0 tests
79922026-08-08T03:03:53.158Z
79932026-08-08T03:03:53.158Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79942026-08-08T03:03:53.158Z
79952026-08-08T03:03:53.158Z Running unittests src/main.rs (target/debug/deps/swadm-c74741c7ac57aafc)
79962026-08-08T03:03:53.158Z
79972026-08-08T03:03:53.158Zrunning 5 tests
79982026-08-08T03:03:53.158Ztest switchport::test::test_compute_lanes ... ok
79992026-08-08T03:03:53.158Ztest switchport::test::port_id_ordering ... ok
80002026-08-08T03:03:53.163Ztest link::test_filter ... ok
80012026-08-08T03:03:53.163Z Lane 0 Lane 1 Lane 2 Lane 3
80022026-08-08T03:03:53.163Z Rx Loss-of-lock: Yes Lane 0 Yes YesLane 1 Yes
80032026-08-08T03:03:53.163ZLane 2 Rx Loss-of-signal: Yes Lane 3Yes
80042026-08-08T03:03:53.163ZYes Yes
80052026-08-08T03:03:53.163Z State: Activated Rx CDR Enabled: YesActivated YesActivated ActivatedYes
80062026-08-08T03:03:53.163Z Yes
80072026-08-08T03:03:53.163Z Rx Output Enabled: false Tx Enabled: Yes false Yes falseYes falseYes
80082026-08-08T03:03:53.163Z
80092026-08-08T03:03:53.164Z Rx Output Status: valid Tx Loss-of-lock: No Novalid Novalid Novalid
80102026-08-08T03:03:53.164Z
80112026-08-08T03:03:53.164Z Rx Loss-of-lock: true Tx Loss-of-signal: No true No true trueNo
80122026-08-08T03:03:53.164Z No Rx Loss-of-signal: false
80132026-08-08T03:03:53.164Z Tx CDR Enabled: No falseNo falseNo Nofalse
80142026-08-08T03:03:53.164Z
80152026-08-08T03:03:53.164ZRx Auto-squelch Disable: true Tx Adaptive EQ Fault: No trueNo Notrue Notrue
80162026-08-08T03:03:53.164Z
80172026-08-08T03:03:53.164Z Tx Fault: Yes Tx Output Enabled: true Yes true Yes trueYes
80182026-08-08T03:03:53.164Ztrue
80192026-08-08T03:03:53.164Z Tx Output Status: invalid invalid invalid invalid
80202026-08-08T03:03:53.164Z Tx Loss-of-lock: false false false false
80212026-08-08T03:03:53.164Z Tx Loss-of-signal: true true true true
80222026-08-08T03:03:53.164ZTx Auto-squelch Disable: false false false false
80232026-08-08T03:03:53.164Z Tx Adaptive EQ Fail: true true true true
80242026-08-08T03:03:53.164Z Tx Failure: false false false false
80252026-08-08T03:03:53.164Z Tx Force Squelch: true true true true
80262026-08-08T03:03:53.164Z Tx Input Polarity: normal normal normal normal
80272026-08-08T03:03:53.165Ztest switchport::test::test_print_cmis_datapath ... ok
80282026-08-08T03:03:53.165Ztest switchport::test::test_print_sff_datapath ... ok
80292026-08-08T03:03:53.165Z
80302026-08-08T03:03:53.165Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
80312026-08-08T03:03:53.165Z
80322026-08-08T03:03:53.165Z Running tests/counters.rs (target/debug/deps/counters-4982a5354f1e9ae7)
80332026-08-08T03:03:53.165Z
80342026-08-08T03:03:53.165Zrunning 1 test
80352026-08-08T03:03:53.165Ztest test_p4_counter_list ... ignored
80362026-08-08T03:03:53.165Z
80372026-08-08T03:03:53.165Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
80382026-08-08T03:03:53.165Z
80392026-08-08T03:03:53.165Z Running tests/port-link.rs (target/debug/deps/port_link-13c02bc02f8aab43)
80402026-08-08T03:03:53.165Z
80412026-08-08T03:03:53.165Zrunning 5 tests
80422026-08-08T03:03:53.165Ztest test_an ... ignored
80432026-08-08T03:03:53.165Ztest test_enable ... ignored
80442026-08-08T03:03:53.165Ztest test_ip_addresses ... ignored
80452026-08-08T03:03:53.165Ztest test_kr ... ignored
80462026-08-08T03:03:53.165Ztest test_mac ... ignored
80472026-08-08T03:03:53.165Z
80482026-08-08T03:03:53.165Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
80492026-08-08T03:03:53.165Z
80502026-08-08T03:03:53.165Z Running unittests src/main.rs (target/debug/deps/tfportd-1ae81b2a3d099b28)
80512026-08-08T03:03:53.165Z
80522026-08-08T03:03:53.165Zrunning 3 tests
80532026-08-08T03:03:53.165Ztest linklocal::test_parse_ipadm ... ok
80542026-08-08T03:03:53.166Ztest tfport::test_parse_tfport ... ok
80552026-08-08T03:03:53.166Ztest config::tests::test_updates ... ok
80562026-08-08T03:03:53.166Z
80572026-08-08T03:03:53.166Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80582026-08-08T03:03:53.166Z
80592026-08-08T03:03:53.166Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
80602026-08-08T03:03:53.166Z
80612026-08-08T03:03:53.166Zrunning 0 tests
80622026-08-08T03:03:53.166Z
80632026-08-08T03:03:53.166Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80642026-08-08T03:03:53.166Z
80652026-08-08T03:03:53.166Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
80662026-08-08T03:03:53.167Z
80672026-08-08T03:03:53.167Zrunning 0 tests
80682026-08-08T03:03:53.167Z
80692026-08-08T03:03:53.167Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80702026-08-08T03:03:53.167Z
80712026-08-08T03:03:53.167Z Doc-tests aal
80722026-08-08T03:03:53.268Z
80732026-08-08T03:03:53.268Zrunning 0 tests
80742026-08-08T03:03:53.268Z
80752026-08-08T03:03:53.271Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80762026-08-08T03:03:53.271Z
80772026-08-08T03:03:53.284Z Doc-tests aal_macros
80782026-08-08T03:03:53.355Z
80792026-08-08T03:03:53.355Zrunning 0 tests
80802026-08-08T03:03:53.356Z
80812026-08-08T03:03:53.356Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80822026-08-08T03:03:53.356Z
80832026-08-08T03:03:53.367Z Doc-tests common
80842026-08-08T03:03:53.622Z
80852026-08-08T03:03:53.623Zrunning 0 tests
80862026-08-08T03:03:53.623Z
80872026-08-08T03:03:53.623Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80882026-08-08T03:03:53.623Z
80892026-08-08T03:03:53.641Z Doc-tests dpd_api
80902026-08-08T03:03:54.405Z
80912026-08-08T03:03:54.405Zrunning 2 tests
80922026-08-08T03:03:54.405Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
80932026-08-08T03:03:54.406Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
80942026-08-08T03:03:54.406Z
80952026-08-08T03:03:54.406Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
80962026-08-08T03:03:54.406Z
80972026-08-08T03:03:54.445Z Doc-tests dpd_client
80982026-08-08T03:03:55.748Z
80992026-08-08T03:03:55.748Zrunning 0 tests
81002026-08-08T03:03:55.748Z
81012026-08-08T03:03:55.748Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81022026-08-08T03:03:55.748Z
81032026-08-08T03:03:55.795Z Doc-tests dpd_types
81042026-08-08T03:03:56.012Z
81052026-08-08T03:03:56.013Zrunning 0 tests
81062026-08-08T03:03:56.013Z
81072026-08-08T03:03:56.013Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81082026-08-08T03:03:56.013Z
81092026-08-08T03:03:56.039Z Doc-tests dpd_types_versions
81102026-08-08T03:03:57.264Z
81112026-08-08T03:03:57.264Zrunning 1 test
81122026-08-08T03:03:57.264Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
81132026-08-08T03:03:57.264Z
81142026-08-08T03:03:57.265Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
81152026-08-08T03:03:57.265Z
81162026-08-08T03:03:57.309Z Doc-tests packet
81172026-08-08T03:03:57.425Z
81182026-08-08T03:03:57.425Zrunning 0 tests
81192026-08-08T03:03:57.425Z
81202026-08-08T03:03:57.425Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81212026-08-08T03:03:57.425Z
81222026-08-08T03:03:57.441Z Doc-tests pcap
81232026-08-08T03:03:57.494Z
81242026-08-08T03:03:57.494Zrunning 0 tests
81252026-08-08T03:03:57.494Z
81262026-08-08T03:03:57.494Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81272026-08-08T03:03:57.494Z
81282026-08-08T03:03:57.546Z+ for feat in tofino_stub tofino_asic softnpu chaos
81292026-08-08T03:03:57.546Z+ RUST_BACKTRACE=full
81302026-08-08T03:03:57.547Z+ cargo test --features chaos --no-fail-fast
81312026-08-08T03:03:58.153Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
81322026-08-08T03:03:58.234Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
81332026-08-08T03:03:58.243Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
81342026-08-08T03:04:06.629Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
81352026-08-08T03:04:06.771Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
81362026-08-08T03:04:41.806Z Finished `test` profile [unoptimized + debuginfo] target(s) in 44.24s
81372026-08-08T03:04:41.923Z Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e)
81382026-08-08T03:04:41.928Z
81392026-08-08T03:04:41.928Zrunning 5 tests
81402026-08-08T03:04:41.932Ztest fuse::tests::chip_revision_a0 ... ok
81412026-08-08T03:04:41.932Ztest fuse::tests::chip_revision_b0 ... ok
81422026-08-08T03:04:41.932Ztest fuse::tests::chip_revision_unknown_device_id ... ok
81432026-08-08T03:04:41.932Ztest fuse::tests::chip_revision_b1 ... ok
81442026-08-08T03:04:41.932Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
81452026-08-08T03:04:41.932Z
81462026-08-08T03:04:41.932Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81472026-08-08T03:04:41.932Z
81482026-08-08T03:04:41.932Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
81492026-08-08T03:04:41.936Z
81502026-08-08T03:04:41.936Zrunning 0 tests
81512026-08-08T03:04:41.936Z
81522026-08-08T03:04:41.936Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81532026-08-08T03:04:41.936Z
81542026-08-08T03:04:41.936Z Running unittests src/lib.rs (target/debug/deps/asic-a23d923fc57e1b37)
81552026-08-08T03:04:41.939Z
81562026-08-08T03:04:41.939Zrunning 0 tests
81572026-08-08T03:04:41.939Z
81582026-08-08T03:04:41.942Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81592026-08-08T03:04:41.942Z
81602026-08-08T03:04:41.942Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
81612026-08-08T03:04:41.946Z
81622026-08-08T03:04:41.946Zrunning 10 tests
81632026-08-08T03:04:41.949Ztest nat::tests::test_vni ... ok
81642026-08-08T03:04:41.949Ztest network::tests::test_equal ... ok
81652026-08-08T03:04:41.949Ztest network::tests::test_eui64 ... ok
81662026-08-08T03:04:41.949Ztest network::tests::test_generate_ipv6_link_local ... ok
81672026-08-08T03:04:41.949Ztest network::tests::test_into ... ok
81682026-08-08T03:04:41.949Ztest network::tests::test_not_equal ... ok
81692026-08-08T03:04:41.949Ztest network::tests::test_to_string ... ok
81702026-08-08T03:04:41.949Ztest network::tests::test_parse ... ok
81712026-08-08T03:04:41.949Ztest test_purge ... ok
81722026-08-08T03:04:41.952Ztest illumos::test::address_exists_handles_missing_object ... ok
81732026-08-08T03:04:41.953Z
81742026-08-08T03:04:41.953Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
81752026-08-08T03:04:41.953Z
81762026-08-08T03:04:41.956Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef)
81772026-08-08T03:04:41.978Z
81782026-08-08T03:04:41.978Zrunning 1 test
81792026-08-08T03:04:41.982Z -------
81802026-08-08T03:04:41.985Z Generating OpenAPI documents from API definitions ...
81812026-08-08T03:04:42.142Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
81822026-08-08T03:04:42.211Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
81832026-08-08T03:04:43.230Z -------
81842026-08-08T03:04:43.230Z Checking 12 OpenAPI documents...
81852026-08-08T03:04:43.230Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
81862026-08-08T03:04:43.230Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
81872026-08-08T03:04:43.233Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
81882026-08-08T03:04:43.233Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
81892026-08-08T03:04:43.233Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
81902026-08-08T03:04:43.234Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
81912026-08-08T03:04:43.234Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
81922026-08-08T03:04:43.234Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
81932026-08-08T03:04:43.234Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
81942026-08-08T03:04:43.234Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
81952026-08-08T03:04:43.234Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
81962026-08-08T03:04:43.234Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
81972026-08-08T03:04:43.234Z Fresh dpd "latest" symlink
81982026-08-08T03:04:43.234Z -------
81992026-08-08T03:04:43.234Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
82002026-08-08T03:04:43.295Ztest test::test_apis_up_to_date ... ok
82012026-08-08T03:04:43.295Z
82022026-08-08T03:04:43.295Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.32s
82032026-08-08T03:04:43.295Z
82042026-08-08T03:04:43.356Z Running unittests src/main.rs (target/debug/deps/dpd-6d6720b10860fcd3)
82052026-08-08T03:04:43.362Z
82062026-08-08T03:04:43.362Zrunning 34 tests
82072026-08-08T03:04:43.365Ztest freemap::test_ordering ... ok
82082026-08-08T03:04:43.365Ztest config::tests::test_updates ... ok
82092026-08-08T03:04:43.366Ztest dhcpv6::tests::test_create_duid_bytes ... ok
82102026-08-08T03:04:43.366Ztest freemap::test_split ... ok
82112026-08-08T03:04:43.366Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
82122026-08-08T03:04:43.366Ztest macaddrs::tests::test_mac_offset ... ok
82132026-08-08T03:04:43.370ZAug 08 03:04:42.478 DEBG Aug 08 03:04:42.478created new freemap DEBG , created new freemapunit:, Aug 08 03:04:42.478freemap_test unitDEBG:
82142026-08-08T03:04:43.370Zcreated new freemapfreemap_test, Aug 08 03:04:42.478
82152026-08-08T03:04:43.370Zunit :DEBG freemap_testcreated new freemap
82162026-08-08T03:04:43.370Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
82172026-08-08T03:04:43.370Z, Aug 08 03:04:42.478unit :Aug 08 03:04:42.478 DEBGfreemap_test Aug 08 03:04:42.478
82182026-08-08T03:04:43.370Zinitted freemap. size: 128 , DEBG DEBGAug 08 03:04:42.478unit :DEBGinitted freemap. size: 128 , initted freemap. size: 128 , freemap_testinitted freemap. size: 128
82192026-08-08T03:04:43.370Zunitunit:, : unitfreemap_test:
82202026-08-08T03:04:43.370ZAug 08 03:04:42.478 freemap_test DEBG reset freemap
82212026-08-08T03:04:43.370Z, freemap_testAug 08 03:04:42.478
82222026-08-08T03:04:43.370ZDEBGunit reset freemap:, unitfreemap_testAug 08 03:04:42.478:
82232026-08-08T03:04:43.370Ztest macaddrs::tests::test_parse_port_id ... ok
82242026-08-08T03:04:43.370ZDEBG Aug 08 03:04:42.478reset freemap , DEBGunit :reset freemapfreemap_test, unit
82252026-08-08T03:04:43.370Z:freemap_test
82262026-08-08T03:04:43.370Zfreemap_test
82272026-08-08T03:04:43.370Ztest freemap::test_basic ... ok
82282026-08-08T03:04:43.370Ztest freemap::test_free ... ok
82292026-08-08T03:04:43.370Ztest freemap::test_reclaim ... ok
82302026-08-08T03:04:43.370Ztest freemap::test_exhaustion ... ok
82312026-08-08T03:04:43.370Ztest nat::test_mapping ... ok
82322026-08-08T03:04:43.371Ztest port_map::tests::test_backplane_group ... ok
82332026-08-08T03:04:43.371Ztest port_map::tests::test_port_map ... ok
82342026-08-08T03:04:43.371Ztest port_map::tests::dump_map ... ok
82352026-08-08T03:04:43.371ZAug 08 03:04:42.479 DEBG created new freemap, unit: freemap_test
82362026-08-08T03:04:43.371ZAug 08 03:04:42.479 DEBG initted freemap. size: 8, unit: freemap_test
82372026-08-08T03:04:43.371ZAug 08 03:04:42.479 DEBG reset freemap, unit: freemap_test
82382026-08-08T03:04:43.371Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
82392026-08-08T03:04:43.371ZAug 08 03:04:42.479 DEBG created new freemap, unit: freemap_test
82402026-08-08T03:04:43.371ZAug 08 03:04:42.479 DEBG initted freemap. size: 128, unit: freemap_test
82412026-08-08T03:04:43.371ZAug 08 03:04:42.480 DEBG reset freemap, unit: freemap_test
82422026-08-08T03:04:43.371Ztest api_server::tests::test_build_info ... ok
82432026-08-08T03:04:43.371Ztest freemap::test_span ... ok
82442026-08-08T03:04:43.371ZAug 08 03:04:42.480 DEBG created new freemap, unit: freemap_route_ipv4
82452026-08-08T03:04:43.371ZAug 08 03:04:42.480 DEBG created new freemap, unit: freemap_route_ipv6
82462026-08-08T03:04:43.371ZAug 08 03:04:42.480 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
82472026-08-08T03:04:43.371ZAug 08 03:04:42.480 DEBG reset freemap, unit: freemap_route_ipv4
82482026-08-08T03:04:43.371ZAug 08 03:04:42.480 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
82492026-08-08T03:04:43.371ZAug 08 03:04:42.480 DEBG reset freemap, unit: freemap_route_ipv6
82502026-08-08T03:04:43.371ZAug 08 03:04:42.480 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
82512026-08-08T03:04:43.371ZAug 08 03:04:42.480 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 } }]
82522026-08-08T03:04:43.371ZAug 08 03:04:42.480 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
82532026-08-08T03:04:43.371ZAug 08 03:04:42.480 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 } }]
82542026-08-08T03:04:43.371ZAug 08 03:04:42.480 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
82552026-08-08T03:04:43.371ZAug 08 03:04:42.480 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 } }]
82562026-08-08T03:04:43.371ZAug 08 03:04:42.480 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
82572026-08-08T03:04:43.371ZAug 08 03:04:42.480 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 } }]
82582026-08-08T03:04:43.371ZAug 08 03:04:42.480 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
82592026-08-08T03:04:43.372ZAug 08 03:04:42.480 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 } }]
82602026-08-08T03:04:43.372ZAug 08 03:04:42.480 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
82612026-08-08T03:04:43.372ZAug 08 03:04:42.480 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 } }]
82622026-08-08T03:04:43.372ZAug 08 03:04:42.480 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
82632026-08-08T03:04:43.372ZAug 08 03:04:42.480 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 } }]
82642026-08-08T03:04:43.372ZAug 08 03:04:42.480 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
82652026-08-08T03:04:43.372ZAug 08 03:04:42.480 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 } }]
82662026-08-08T03:04:43.372ZAug 08 03:04:42.480 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
82672026-08-08T03:04:43.372ZAug 08 03:04:42.480 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 } }]
82682026-08-08T03:04:43.372ZAug 08 03:04:42.480 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
82692026-08-08T03:04:43.372ZAug 08 03:04:42.480 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 } }]
82702026-08-08T03:04:43.372ZAug 08 03:04:42.480 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
82712026-08-08T03:04:43.372ZAug 08 03:04:42.480 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 } }]
82722026-08-08T03:04:43.372ZAug 08 03:04:42.480 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
82732026-08-08T03:04:43.372ZAug 08 03:04:42.480 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 } }]
82742026-08-08T03:04:43.372ZAug 08 03:04:42.480 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
82752026-08-08T03:04:43.372ZAug 08 03:04:42.480 DEBGAug 08 03:04:42.480 DEBGcreated new freemap 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 } }],
82762026-08-08T03:04:43.372Zunit:Aug 08 03:04:42.480 freemap_route_ipv4INFO
82772026-08-08T03:04:43.372Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
82782026-08-08T03:04:43.372ZAug 08 03:04:42.480 DEBG Aug 08 03:04:42.480replacing 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 } }]
82792026-08-08T03:04:43.372ZDEBG created new freemap, unitAug 08 03:04:42.480: INFOfreemap_route_ipv6
82802026-08-08T03:04:43.372Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
82812026-08-08T03:04:43.372ZAug 08 03:04:42.480Aug 08 03:04:42.480 DEBGDEBG initted freemap. size: 64replacing 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 } }],
82822026-08-08T03:04:43.372Zunit: freemap_route_ipv4Aug 08 03:04:42.480
82832026-08-08T03:04:43.372Z INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
82842026-08-08T03:04:43.372ZAug 08 03:04:42.480 DEBGAug 08 03:04:42.480 reset freemapDEBG, unitreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
82852026-08-08T03:04:43.372Z freemap_route_ipv4
82862026-08-08T03:04:43.373ZAug 08 03:04:42.480 Aug 08 03:04:42.480INFO DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
82872026-08-08T03:04:43.373Zinitted freemap. size: 64, unit: Aug 08 03:04:42.480freemap_route_ipv6
82882026-08-08T03:04:43.373ZDEBG 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 } }]
82892026-08-08T03:04:43.373ZAug 08 03:04:42.480 DEBG reset freemapAug 08 03:04:42.480, unitINFO: adding route 3fff:beef:10::/64 -> 2001:db8::55:fffreemap_route_ipv6
82902026-08-08T03:04:43.373Z
82912026-08-08T03:04:43.373ZAug 08 03:04:42.480 Aug 08 03:04:42.480DEBGAug 08 03:04:42.480 created new freemapDEBG, unitINFO: 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 } }]
82922026-08-08T03:04:43.373Zadding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv4
82932026-08-08T03:04:43.373Z
82942026-08-08T03:04:43.373ZAug 08 03:04:42.480Aug 08 03:04:42.480Aug 08 03:04:42.480 INFODEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG
82952026-08-08T03:04:43.373Z 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 } }],
82962026-08-08T03:04:43.373Zunit:Aug 08 03:04:42.480 freemap_route_ipv6Aug 08 03:04:42.480
82972026-08-08T03:04:43.373Z DEBG 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 } }]
82982026-08-08T03:04:43.373ZAug 08 03:04:42.480adding route 3fff:dead::/64 -> 2001:db8::55:2
82992026-08-08T03:04:43.373ZDEBGAug 08 03:04:42.480 initted freemap. size: 64 , INFOunit :adding route 3fff:beef:12::/64 -> 2001:db8::55:ff Aug 08 03:04:42.480freemap_route_ipv4
83002026-08-08T03:04:43.373Z
83012026-08-08T03:04:43.373Z 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 08 03:04:42.480
83022026-08-08T03:04:43.373Z Aug 08 03:04:42.480DEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 08 03:04:42.480
83032026-08-08T03:04:43.373Z reset freemapINFO, Aug 08 03:04:42.480adding route 3fff:dead::/64 -> 2001:db8::55:3unit
83042026-08-08T03:04:43.373Z :INFO freemap_route_ipv4adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
83052026-08-08T03:04:43.373Z
83062026-08-08T03:04:43.373ZAug 08 03:04:42.480 Aug 08 03:04:42.480Aug 08 03:04:42.480DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBGDEBG
83072026-08-08T03:04:43.373Zinitted freemap. size: 64 , replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
83082026-08-08T03:04:43.373Z: freemap_route_ipv6Aug 08 03:04:42.480
83092026-08-08T03:04:43.373Z Aug 08 03:04:42.480INFO Aug 08 03:04:42.480INFOadding route 3fff:dead::/64 -> 2001:db8::55:4
83102026-08-08T03:04:43.373ZDEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffreset freemap
83112026-08-08T03:04:43.373Z, Aug 08 03:04:42.480unit :DEBGAug 08 03:04:42.480 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
83122026-08-08T03:04:43.373Z 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
83132026-08-08T03:04:43.378Z
83142026-08-08T03:04:43.378ZAug 08 03:04:42.480 Aug 08 03:04:42.480Aug 08 03:04:42.480 INFO INFO INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1
83152026-08-08T03:04:43.378Z
83162026-08-08T03:04:43.378Z
83172026-08-08T03:04:43.378ZAug 08 03:04:42.480Aug 08 03:04:42.480 DEBGAug 08 03:04:42.480DEBG 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 } }]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 } }]
83182026-08-08T03:04:43.378Z
83192026-08-08T03:04:43.378Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
83202026-08-08T03:04:43.378ZAug 08 03:04:42.480Aug 08 03:04:42.480 Aug 08 03:04:42.480INFOINFO INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
83212026-08-08T03:04:43.378Zadding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
83222026-08-08T03:04:43.378Z
83232026-08-08T03:04:43.378ZAug 08 03:04:42.480 Aug 08 03:04:42.480DEBG Aug 08 03:04:42.480 DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
83242026-08-08T03:04:43.378Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 } }]
83252026-08-08T03:04:43.378Z
83262026-08-08T03:04:43.378Ztest port_map::tests::parse_softnpu_revision ... ok
83272026-08-08T03:04:43.378ZAug 08 03:04:42.480Aug 08 03:04:42.480Aug 08 03:04:42.480 INFO INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO
83282026-08-08T03:04:43.379Z adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
83292026-08-08T03:04:43.379Z
83302026-08-08T03:04:43.379ZAug 08 03:04:42.480 DEBGAug 08 03:04:42.480 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 08 03:04:42.480DEBG
83312026-08-08T03:04:43.379Z 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 } }]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 } }]
83322026-08-08T03:04:43.379ZAug 08 03:04:42.480
83332026-08-08T03:04:43.379Z INFOAug 08 03:04:42.480 Aug 08 03:04:42.480INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFO
83342026-08-08T03:04:43.379Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
83352026-08-08T03:04:43.379Z
83362026-08-08T03:04:43.379ZAug 08 03:04:42.480Aug 08 03:04:42.480 Aug 08 03:04:42.480 DEBG 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: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: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 } }]
83372026-08-08T03:04:43.379Z
83382026-08-08T03:04:43.379Z
83392026-08-08T03:04:43.379ZAug 08 03:04:42.480 DEBGAug 08 03:04:42.480Aug 08 03:04:42.480 Aug 08 03:04:42.480 INFO INFOadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
83402026-08-08T03:04:43.379Zcreated new freemapINFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ff,
83412026-08-08T03:04:43.379ZAug 08 03:04:42.480 unitadding route 3fff:beef:2::/64 -> 2001:db8::55:ff:
83422026-08-08T03:04:43.379ZDEBG freemap_route_ipv4replacing 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 08 03:04:42.480
83432026-08-08T03:04:43.379Z
83442026-08-08T03:04:43.379ZDEBG 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 } }]
83452026-08-08T03:04:43.379ZAug 08 03:04:42.480Aug 08 03:04:42.480 Aug 08 03:04:42.480DEBG INFO Aug 08 03:04:42.480 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 } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
83462026-08-08T03:04:43.379Z
83472026-08-08T03:04:43.379Zcreated new freemapINFO, unitadding route 3fff:beef:3::/64 -> 2001:db8::55:ff:
83482026-08-08T03:04:43.379ZAug 08 03:04:42.480 freemap_route_ipv6INFO
83492026-08-08T03:04:43.379ZAug 08 03:04:42.480 DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
83502026-08-08T03:04:43.379Zreplacing 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 } }]
83512026-08-08T03:04:43.379ZAug 08 03:04:42.480Aug 08 03:04:42.480 Aug 08 03:04:42.480Aug 08 03:04:42.480 DEBGDEBGDEBG INFOinitted freemap. size: 64 , unitreplacing 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: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:4::/64 -> 2001:db8::55:ff
83522026-08-08T03:04:43.379Z
83532026-08-08T03:04:43.379Zfreemap_route_ipv4
83542026-08-08T03:04:43.379Z
83552026-08-08T03:04:43.379ZAug 08 03:04:42.480 Aug 08 03:04:42.480Aug 08 03:04:42.480DEBG INFOAug 08 03:04:42.480replacing 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
83562026-08-08T03:04:43.380Z INFOreset freemap adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff,
83572026-08-08T03:04:43.380Z
83582026-08-08T03:04:43.380ZunitAug 08 03:04:42.480: Aug 08 03:04:42.480Aug 08 03:04:42.480 freemap_route_ipv4DEBGINFO
83592026-08-08T03:04:43.380Z adding route 3fff:beef:5::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83602026-08-08T03:04:43.380ZDEBG
83612026-08-08T03:04:43.380Z Aug 08 03:04:42.480replacing 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 } }]
83622026-08-08T03:04:43.380ZAug 08 03:04:42.480DEBGAug 08 03:04:42.480 initted freemap. size: 64DEBG , INFO unitadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff:replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83632026-08-08T03:04:43.380Z
83642026-08-08T03:04:43.380Zfreemap_route_ipv6
83652026-08-08T03:04:43.380ZAug 08 03:04:42.480 Aug 08 03:04:42.480INFO Aug 08 03:04:42.480Aug 08 03:04:42.480adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
83662026-08-08T03:04:43.380ZDEBGINFO adding route 3fff:beef:6::/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 } }]
83672026-08-08T03:04:43.380ZDEBGAug 08 03:04:42.480 reset freemapDEBG,
83682026-08-08T03:04:43.380Z unit: 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 } }]freemap_route_ipv6Aug 08 03:04:42.480Aug 08 03:04:42.480 DEBG
83692026-08-08T03:04:43.380Z INFO 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:1d::/64 -> 2001:db8::55:ff
83702026-08-08T03:04:43.380Z
83712026-08-08T03:04:43.380Z
83722026-08-08T03:04:43.380ZAug 08 03:04:42.480 INFOAug 08 03:04:42.480 Aug 08 03:04:42.480 Aug 08 03:04:42.480INFO INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff DEBG
83732026-08-08T03:04:43.380Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }]
83742026-08-08T03:04:43.380Z
83752026-08-08T03:04:43.380Z
83762026-08-08T03:04:43.380ZAug 08 03:04:42.480 DEBG Aug 08 03:04:42.480Aug 08 03:04:42.480 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 } }]DEBGAug 08 03:04:42.480DEBG
83772026-08-08T03:04:43.380Z INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
83782026-08-08T03:04:43.380Zreplacing 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 08 03:04:42.480
83792026-08-08T03:04:43.380Z
83802026-08-08T03:04:43.380ZINFOAug 08 03:04:42.480 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffINFO
83812026-08-08T03:04:43.380ZAug 08 03:04:42.480Aug 08 03:04:42.480 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
83822026-08-08T03:04:43.380Z adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBG
83832026-08-08T03:04:43.380Z 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 } }]
83842026-08-08T03:04:43.381ZAug 08 03:04:42.481Aug 08 03:04:42.481 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]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 08 03:04:42.481
83852026-08-08T03:04:43.381Z
83862026-08-08T03:04:43.381Z Aug 08 03:04:42.481 INFO DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
83872026-08-08T03:04:43.381ZAug 08 03:04:42.481replacing 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 08 03:04:42.481
83882026-08-08T03:04:43.381Z INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffINFO
83892026-08-08T03:04:43.381Z adding route 3fff:dead::/64 -> 2001:db8::55:1
83902026-08-08T03:04:43.381ZAug 08 03:04:42.481Aug 08 03:04:42.481Aug 08 03:04:42.481 INFO DEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:04:42.481DEBG
83912026-08-08T03:04:43.381Z 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 } }]
83922026-08-08T03:04:43.381Z
83932026-08-08T03:04:43.381Z DEBGAug 08 03:04:42.481 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 08 03:04:42.481
83942026-08-08T03:04:43.381ZINFOAug 08 03:04:42.481 adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
83952026-08-08T03:04:43.381ZINFODEBGAug 08 03:04:42.481 INFOadding route 3fff:beef:a::/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 } }]
83962026-08-08T03:04:43.381Z
83972026-08-08T03:04:43.381Zadding route 3fff:dead::/64 -> 2001:db8::55:2
83982026-08-08T03:04:43.381ZAug 08 03:04:42.481Aug 08 03:04:42.481Aug 08 03:04:42.481 DEBG Aug 08 03:04:42.481DEBG 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 } }]INFO
83992026-08-08T03:04:43.381Z 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: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:b::/64 -> 2001:db8::55:ff
84002026-08-08T03:04:43.381Z
84012026-08-08T03:04:43.381Z
84022026-08-08T03:04:43.381ZAug 08 03:04:42.481Aug 08 03:04:42.481 Aug 08 03:04:42.481 Aug 08 03:04:42.481 INFO INFOadding route 3fff:beef::/64 -> 2001:db8::55:ff
84032026-08-08T03:04:43.381Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBG
84042026-08-08T03:04:43.381ZINFO 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 } }]
84052026-08-08T03:04:43.381Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 08 03:04:42.481
84062026-08-08T03:04:43.381ZAug 08 03:04:42.481 DEBGAug 08 03:04:42.481DEBG 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
84072026-08-08T03:04:43.381Zreplacing 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 } }]
84082026-08-08T03:04:43.381ZAug 08 03:04:42.481adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
84092026-08-08T03:04:43.381ZDEBGAug 08 03:04:42.481 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 08 03:04:42.481INFO INFO
84102026-08-08T03:04:43.381Z adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 08 03:04:42.481
84112026-08-08T03:04:43.381Zadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
84122026-08-08T03:04:43.382Z DEBG Aug 08 03:04:42.481Aug 08 03:04:42.481Aug 08 03:04:42.481 DEBG DEBG INFO replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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:22::/64 -> 2001:db8::55:ff
84132026-08-08T03:04:43.386Z
84142026-08-08T03:04:43.386Z
84152026-08-08T03:04:43.386Zreplacing 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 } }]
84162026-08-08T03:04:43.386ZAug 08 03:04:42.481Aug 08 03:04:42.481Aug 08 03:04:42.481Aug 08 03:04:42.481 INFOINFODEBGAug 08 03:04:42.481 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 } }]
84172026-08-08T03:04:43.386Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
84182026-08-08T03:04:43.386Z
84192026-08-08T03:04:43.386Z
84202026-08-08T03:04:43.386ZDEBG Aug 08 03:04:42.481created new freemapAug 08 03:04:42.481 Aug 08 03:04:42.481Aug 08 03:04:42.481DEBG , 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 } }]DEBG INFO
84212026-08-08T03:04:43.386Z 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 } }]unit
84222026-08-08T03:04:43.386Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBG
84232026-08-08T03:04:43.386ZAug 08 03:04:42.481 INFOreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:Aug 08 03:04:42.481
84242026-08-08T03:04:43.386Z freemap_route_ipv4 DEBG
84252026-08-08T03:04:43.386Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 08 03:04:42.481replacing 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 } }]
84262026-08-08T03:04:43.386Z
84272026-08-08T03:04:43.386ZAug 08 03:04:42.481 INFOAug 08 03:04:42.481 Aug 08 03:04:42.481adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
84282026-08-08T03:04:43.386ZINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffDEBG
84292026-08-08T03:04:43.386Z Aug 08 03:04:42.481Aug 08 03:04:42.481 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 Aug 08 03:04:42.481
84302026-08-08T03:04:43.386Z DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff 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
84312026-08-08T03:04:43.386Z DEBGreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] created new freemap
84322026-08-08T03:04:43.386Z,
84332026-08-08T03:04:43.386ZunitAug 08 03:04:42.481: Aug 08 03:04:42.481INFO Aug 08 03:04:42.481 freemap_route_ipv6 adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
84342026-08-08T03:04:43.387Z
84352026-08-08T03:04:43.387ZINFOINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
84362026-08-08T03:04:43.387ZAug 08 03:04:42.481 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 } }]
84372026-08-08T03:04:43.387ZAug 08 03:04:42.481Aug 08 03:04:42.481 INFODEBG adding route 3fff:beef:10::/64 -> 2001:db8::55:ffinitted freemap. size: 64Aug 08 03:04:42.481,
84382026-08-08T03:04:43.387Z unitDEBG: 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 08 03:04:42.481 DEBG
84392026-08-08T03:04:43.387Z 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 } }]
84402026-08-08T03:04:43.387ZAug 08 03:04:42.481 Aug 08 03:04:42.481freemap_route_ipv4
84412026-08-08T03:04:43.387ZINFOINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
84422026-08-08T03:04:43.387Z
84432026-08-08T03:04:43.387ZAug 08 03:04:42.481 DEBG Aug 08 03:04:42.481reset freemap , Aug 08 03:04:42.481DEBG unitreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG:
84442026-08-08T03:04:43.387Zreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
84452026-08-08T03:04:43.387Z
84462026-08-08T03:04:43.387ZAug 08 03:04:42.481 INFO Aug 08 03:04:42.481adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
84472026-08-08T03:04:43.387ZINFOAug 08 03:04:42.481 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBG
84482026-08-08T03:04:43.387ZAug 08 03:04:42.481 initted freemap. size: 64DEBG, unitreplacing 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 } }]:
84492026-08-08T03:04:43.387Z Aug 08 03:04:42.481freemap_route_ipv6
84502026-08-08T03:04:43.387ZDEBG Aug 08 03:04:42.481replacing 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 } }]
84512026-08-08T03:04:43.387ZINFOAug 08 03:04:42.481 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG
84522026-08-08T03:04:43.387Z reset freemapAug 08 03:04:42.481, unitAug 08 03:04:42.481: INFODEBGfreemap_route_ipv6
84532026-08-08T03:04:43.387Zreplacing 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:13::/64 -> 2001:db8::55:ff
84542026-08-08T03:04:43.387Z
84552026-08-08T03:04:43.387ZAug 08 03:04:42.481 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 08 03:04:42.481Aug 08 03:04:42.481
84562026-08-08T03:04:43.387ZDEBGINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:04:42.481
84572026-08-08T03:04:43.387Z
84582026-08-08T03:04:43.387Z 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 } }]
84592026-08-08T03:04:43.387ZAug 08 03:04:42.481Aug 08 03:04:42.481 INFODEBG Aug 08 03:04:42.481adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
84602026-08-08T03:04:43.387ZDEBGreplacing 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 } }]
84612026-08-08T03:04:43.387Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
84622026-08-08T03:04:43.388ZAug 08 03:04:42.481Aug 08 03:04:42.481 INFODEBG adding route 3fff:beef:29::/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 } }]
84632026-08-08T03:04:43.388Z
84642026-08-08T03:04:43.388Z Aug 08 03:04:42.481Aug 08 03:04:42.481 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBG
84652026-08-08T03:04:43.388Z 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
84662026-08-08T03:04:43.388Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
84672026-08-08T03:04:43.388ZAug 08 03:04:42.481Aug 08 03:04:42.481 INFODEBGAug 08 03:04:42.481 adding route 3fff:beef:2a::/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 } }]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 } }]
84682026-08-08T03:04:43.388Z
84692026-08-08T03:04:43.388ZAug 08 03:04:42.481 Aug 08 03:04:42.481INFO DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
84702026-08-08T03:04:43.388Zreplacing 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 } }]
84712026-08-08T03:04:43.388ZAug 08 03:04:42.481 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 } }]
84722026-08-08T03:04:43.388ZAug 08 03:04:42.481 Aug 08 03:04:42.481INFO INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
84732026-08-08T03:04:43.388Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
84742026-08-08T03:04:43.388Z
84752026-08-08T03:04:43.388ZAug 08 03:04:42.481 Aug 08 03:04:42.481DEBG DEBGreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84762026-08-08T03:04:43.388ZAug 08 03:04:42.481replacing 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 } }]
84772026-08-08T03:04:43.388ZINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 08 03:04:42.481
84782026-08-08T03:04:43.388Z Aug 08 03:04:42.481INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 08 03:04:42.481
84792026-08-08T03:04:43.388Z INFODEBG adding route 3fff:beef:2c::/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 } }]
84802026-08-08T03:04:43.388Z
84812026-08-08T03:04:43.388ZAug 08 03:04:42.481Aug 08 03:04:42.481 Aug 08 03:04:42.481DEBGINFO 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
84822026-08-08T03:04:43.388Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84832026-08-08T03:04:43.388Z
84842026-08-08T03:04:43.388ZAug 08 03:04:42.481 INFO Aug 08 03:04:42.481adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
84852026-08-08T03:04:43.388ZDEBGAug 08 03:04:42.481 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 } }]INFOAug 08 03:04:42.481
84862026-08-08T03:04:43.388Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG
84872026-08-08T03:04:43.388Z 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 } }]
84882026-08-08T03:04:43.388ZAug 08 03:04:42.481Aug 08 03:04:42.481Aug 08 03:04:42.481 INFOINFO DEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84892026-08-08T03:04:43.388Zadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
84902026-08-08T03:04:43.389Z
84912026-08-08T03:04:43.389ZAug 08 03:04:42.481Aug 08 03:04:42.481 DEBGAug 08 03:04:42.481 replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
84922026-08-08T03:04:43.389Z adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
84932026-08-08T03:04:43.389ZAug 08 03:04:42.481Aug 08 03:04:42.481 INFODEBG adding route 3fff:beef:1b::/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 } }]
84942026-08-08T03:04:43.389Z
84952026-08-08T03:04:43.389ZAug 08 03:04:42.481DEBG Aug 08 03:04:42.481replacing 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 } }] DEBGINFO
84962026-08-08T03:04:43.389Z replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
84972026-08-08T03:04:43.389Z
84982026-08-08T03:04:43.389ZAug 08 03:04:42.481 INFOAug 08 03:04:42.481 Aug 08 03:04:42.481adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
84992026-08-08T03:04:43.389ZINFODEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85002026-08-08T03:04:43.389Z
85012026-08-08T03:04:43.389ZAug 08 03:04:42.481 Aug 08 03:04:42.481Aug 08 03:04:42.481 DEBGDEBG 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 } }]
85022026-08-08T03:04:43.389Zadding route 3fff:beef:30::/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 } }]
85032026-08-08T03:04:43.389Z
85042026-08-08T03:04:43.389ZAug 08 03:04:42.481Aug 08 03:04:42.481Aug 08 03:04:42.481 DEBGINFO INFO replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85052026-08-08T03:04:43.389Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
85062026-08-08T03:04:43.389Z
85072026-08-08T03:04:43.389ZAug 08 03:04:42.481Aug 08 03:04:42.481 Aug 08 03:04:42.481 INFODEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
85082026-08-08T03:04:43.389Zreplacing 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
85092026-08-08T03:04:43.389Z 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 } }]
85102026-08-08T03:04:43.389ZAug 08 03:04:42.481Aug 08 03:04:42.481 INFODEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 08 03:04:42.481
85112026-08-08T03:04:43.389Z replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
85122026-08-08T03:04:43.389Z adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
85132026-08-08T03:04:43.394ZAug 08 03:04:42.481 Aug 08 03:04:42.481DEBG Aug 08 03:04:42.481 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 } }] adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
85142026-08-08T03:04:43.394ZDEBG
85152026-08-08T03:04:43.394Z 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 } }]
85162026-08-08T03:04:43.394ZAug 08 03:04:42.481Aug 08 03:04:42.481 DEBGAug 08 03:04:42.481 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 } }]INFO
85172026-08-08T03:04:43.394Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
85182026-08-08T03:04:43.394Z
85192026-08-08T03:04:43.394ZAug 08 03:04:42.481Aug 08 03:04:42.481Aug 08 03:04:42.481 DEBGINFO 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 } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
85202026-08-08T03:04:43.394Z
85212026-08-08T03:04:43.394Zreplacing 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 } }]
85222026-08-08T03:04:43.394ZAug 08 03:04:42.481Aug 08 03:04:42.481 Aug 08 03:04:42.481INFO INFODEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
85232026-08-08T03:04:43.394Zreplacing 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 } }]
85242026-08-08T03:04:43.394ZAug 08 03:04:42.481Aug 08 03:04:42.481 DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
85252026-08-08T03:04:43.394Zreplacing 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 } }]
85262026-08-08T03:04:43.394ZAug 08 03:04:42.481 Aug 08 03:04:42.481 INFOAug 08 03:04:42.481 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG
85272026-08-08T03:04:43.394Z 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 } }]
85282026-08-08T03:04:43.394ZINFOAug 08 03:04:42.481Aug 08 03:04:42.481 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBGINFO
85292026-08-08T03:04:43.394Z 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:d::/64 -> 2001:db8::55:ff
85302026-08-08T03:04:43.394Z
85312026-08-08T03:04:43.394ZAug 08 03:04:42.481 DEBG Aug 08 03:04:42.481Aug 08 03:04:42.481replacing 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 } }]
85322026-08-08T03:04:43.394ZDEBG INFOreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85332026-08-08T03:04:43.394ZAug 08 03:04:42.481adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
85342026-08-08T03:04:43.394ZINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 08 03:04:42.481
85352026-08-08T03:04:43.394Z Aug 08 03:04:42.481INFO DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
85362026-08-08T03:04:43.395Zreplacing 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 08 03:04:42.481
85372026-08-08T03:04:43.395Z 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 } }]Aug 08 03:04:42.481
85382026-08-08T03:04:43.395Z Aug 08 03:04:42.481INFO DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
85392026-08-08T03:04:43.395Zreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:04:42.481
85402026-08-08T03:04:43.395Z INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 08 03:04:42.481
85412026-08-08T03:04:43.395ZAug 08 03:04:42.481 DEBGINFO replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
85422026-08-08T03:04:43.395Z
85432026-08-08T03:04:43.395ZAug 08 03:04:42.481 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 08 03:04:42.481
85442026-08-08T03:04:43.395Z Aug 08 03:04:42.481DEBG INFO replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
85452026-08-08T03:04:43.395Z
85462026-08-08T03:04:43.395ZAug 08 03:04:42.481Aug 08 03:04:42.481Aug 08 03:04:42.481 DEBGINFO INFOreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
85472026-08-08T03:04:43.395Z
85482026-08-08T03:04:43.395Z
85492026-08-08T03:04:43.395ZAug 08 03:04:42.481Aug 08 03:04:42.481Aug 08 03:04:42.481 DEBGDEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
85502026-08-08T03:04:43.395Z
85512026-08-08T03:04:43.395ZINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
85522026-08-08T03:04:43.395ZAug 08 03:04:42.481Aug 08 03:04:42.481 INFOINFO Aug 08 03:04:42.481adding route 3fff:beef:25::/64 -> 2001:db8::55:ff adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
85532026-08-08T03:04:43.395ZDEBG
85542026-08-08T03:04:43.395Z 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 } }]
85552026-08-08T03:04:43.395ZAug 08 03:04:42.482Aug 08 03:04:42.482 DEBGAug 08 03:04:42.482 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 } }] 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 } }]
85562026-08-08T03:04:43.395ZINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
85572026-08-08T03:04:43.395Z
85582026-08-08T03:04:43.395ZAug 08 03:04:42.482 INFO Aug 08 03:04:42.482adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 08 03:04:42.482
85592026-08-08T03:04:43.395Z DEBGINFO replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
85602026-08-08T03:04:43.395Z
85612026-08-08T03:04:43.395ZAug 08 03:04:42.482 DEBG Aug 08 03:04:42.482replacing 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 08 03:04:42.482
85622026-08-08T03:04:43.395Z INFODEBG 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 } }]
85632026-08-08T03:04:43.396Z
85642026-08-08T03:04:43.396ZAug 08 03:04:42.482 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 08 03:04:42.482Aug 08 03:04:42.482
85652026-08-08T03:04:43.396ZDEBG 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 } }]
85662026-08-08T03:04:43.396Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
85672026-08-08T03:04:43.396ZAug 08 03:04:42.482Aug 08 03:04:42.482 Aug 08 03:04:42.482DEBGINFO 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 } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
85682026-08-08T03:04:43.396Z
85692026-08-08T03:04:43.396Z 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 } }]
85702026-08-08T03:04:43.396ZAug 08 03:04:42.482Aug 08 03:04:42.482 Aug 08 03:04:42.482 INFOINFODEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
85712026-08-08T03:04:43.396Z
85722026-08-08T03:04:43.396Z 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 } }]
85732026-08-08T03:04:43.396ZAug 08 03:04:42.482 Aug 08 03:04:42.482DEBG DEBGAug 08 03:04:42.482 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 } }]INFOreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85742026-08-08T03:04:43.396Z
85752026-08-08T03:04:43.396Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
85762026-08-08T03:04:43.396ZAug 08 03:04:42.482Aug 08 03:04:42.482Aug 08 03:04:42.482 INFODEBG 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 } }]
85772026-08-08T03:04:43.396Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
85782026-08-08T03:04:43.396Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
85792026-08-08T03:04:43.396ZAug 08 03:04:42.482Aug 08 03:04:42.482 Aug 08 03:04:42.482INFO DEBGDEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
85802026-08-08T03:04:43.396Z
85812026-08-08T03:04:43.396Z
85822026-08-08T03:04:43.396ZAug 08 03:04:42.482Aug 08 03:04:42.482Aug 08 03:04:42.482 INFOINFO DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
85832026-08-08T03:04:43.396Zadding route 3fff:beef:2a::/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 } }]
85842026-08-08T03:04:43.396Z
85852026-08-08T03:04:43.396ZAug 08 03:04:42.482Aug 08 03:04:42.482Aug 08 03:04:42.482 DEBG 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 } }]DEBGadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
85862026-08-08T03:04:43.396Zreplacing 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 } }]
85872026-08-08T03:04:43.396Z
85882026-08-08T03:04:43.396ZAug 08 03:04:42.482Aug 08 03:04:42.482 Aug 08 03:04:42.482DEBG INFO replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
85892026-08-08T03:04:43.396ZINFO
85902026-08-08T03:04:43.396Z adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
85912026-08-08T03:04:43.397ZAug 08 03:04:42.482Aug 08 03:04:42.482 Aug 08 03:04:42.482INFO DEBGadding route 3fff:beef:3f::/64 -> 2001:db8::55:ffDEBG
85922026-08-08T03:04:43.397Z 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: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 } }]
85932026-08-08T03:04:43.397Z
85942026-08-08T03:04:43.397ZAug 08 03:04:42.482 Aug 08 03:04:42.482DEBGAug 08 03:04:42.482 replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85952026-08-08T03:04:43.397ZINFO INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
85962026-08-08T03:04:43.397Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 08 03:04:42.482
85972026-08-08T03:04:43.397Z DEBG failed to allocate space for the new target list
85982026-08-08T03:04:43.397ZAug 08 03:04:42.482Aug 08 03:04:42.482 Aug 08 03:04:42.482DEBG 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
85992026-08-08T03:04:43.397Z DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] replacing targets for 3fff:beef: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 08 03:04:42.482
86002026-08-08T03:04:43.397ZAug 08 03:04:42.482 Aug 08 03:04:42.482DEBG INFOINFO created new freemap adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff,
86012026-08-08T03:04:43.397Z
86022026-08-08T03:04:43.397Zunit: freemap_route_ipv4
86032026-08-08T03:04:43.397ZAug 08 03:04:42.482 Aug 08 03:04:42.482DEBG 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 } }] Aug 08 03:04:42.482
86042026-08-08T03:04:43.397Zreplacing 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 } }]
86052026-08-08T03:04:43.397ZDEBG Aug 08 03:04:42.482 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
86062026-08-08T03:04:43.397ZAug 08 03:04:42.482 INFO Aug 08 03:04:42.482adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
86072026-08-08T03:04:43.397ZDEBG 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 } }]
86082026-08-08T03:04:43.397ZAug 08 03:04:42.482 INFO Aug 08 03:04:42.482adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
86092026-08-08T03:04:43.397Zcreated new freemap
86102026-08-08T03:04:43.397ZDEBGAug 08 03:04:42.482, unitDEBG: 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 08 03:04:42.482freemap_route_ipv6
86112026-08-08T03:04:43.397ZDEBG
86122026-08-08T03:04:43.397Z 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 } }]failed to allocate space for the new target list
86132026-08-08T03:04:43.401Z
86142026-08-08T03:04:43.402ZAug 08 03:04:42.482 Aug 08 03:04:42.482INFO DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
86152026-08-08T03:04:43.402Zinitted freemap. size: 64, unit: Aug 08 03:04:42.482freemap_route_ipv4
86162026-08-08T03:04:43.402ZINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
86172026-08-08T03:04:43.402ZAug 08 03:04:42.482 DEBG reset freemap, unit: freemap_route_ipv4Aug 08 03:04:42.482
86182026-08-08T03:04:43.402ZAug 08 03:04:42.482 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 } }]initted freemap. size: 64
86192026-08-08T03:04:43.402Z, unit: freemap_route_ipv6Aug 08 03:04:42.482
86202026-08-08T03:04:43.402Z INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
86212026-08-08T03:04:43.402Z Aug 08 03:04:42.482DEBG Aug 08 03:04:42.482DEBG DEBGreset freemap , unitreplacing 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: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 } }]
86222026-08-08T03:04:43.402Z:
86232026-08-08T03:04:43.402Z freemap_route_ipv6
86242026-08-08T03:04:43.402ZAug 08 03:04:42.482Aug 08 03:04:42.482 Aug 08 03:04:42.482INFOINFO INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
86252026-08-08T03:04:43.402Zadding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
86262026-08-08T03:04:43.402Z
86272026-08-08T03:04:43.402ZAug 08 03:04:42.482 Aug 08 03:04:42.482DEBGAug 08 03:04:42.482 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
86282026-08-08T03:04:43.402ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
86292026-08-08T03:04:43.402Z
86302026-08-08T03:04:43.402ZAug 08 03:04:42.482 INFOAug 08 03:04:42.482Aug 08 03:04:42.482 INFODEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
86312026-08-08T03:04:43.402Z
86322026-08-08T03:04:43.402Z
86332026-08-08T03:04:43.402ZAug 08 03:04:42.482Aug 08 03:04:42.482 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: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 } }]
86342026-08-08T03:04:43.402Z
86352026-08-08T03:04:43.402ZAug 08 03:04:42.482Aug 08 03:04:42.482 INFOINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
86362026-08-08T03:04:43.402Z
86372026-08-08T03:04:43.402ZAug 08 03:04:42.482 Aug 08 03:04:42.482DEBG 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 } }]
86382026-08-08T03:04:43.402Zreplacing 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 } }]
86392026-08-08T03:04:43.402ZAug 08 03:04:42.482Aug 08 03:04:42.482 INFOINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
86402026-08-08T03:04:43.402Z
86412026-08-08T03:04:43.403ZAug 08 03:04:42.482Aug 08 03:04:42.482 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: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 } }]
86422026-08-08T03:04:43.403Z
86432026-08-08T03:04:43.403ZAug 08 03:04:42.482Aug 08 03:04:42.482 INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
86442026-08-08T03:04:43.403Z
86452026-08-08T03:04:43.403ZAug 08 03:04:42.482Aug 08 03:04:42.482 DEBGDEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
86462026-08-08T03:04:43.403Z
86472026-08-08T03:04:43.403ZAug 08 03:04:42.482Aug 08 03:04:42.482 INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
86482026-08-08T03:04:43.403Z
86492026-08-08T03:04:43.403ZAug 08 03:04:42.482 DEBGAug 08 03:04:42.482 Aug 08 03:04:42.482 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 } }]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 } }]
86502026-08-08T03:04:43.403Z
86512026-08-08T03:04:43.403Zreplacing 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 } }]
86522026-08-08T03:04:43.403ZAug 08 03:04:42.482Aug 08 03:04:42.482 INFOINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 08 03:04:42.482
86532026-08-08T03:04:43.403Z
86542026-08-08T03:04:43.403ZINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
86552026-08-08T03:04:43.403ZAug 08 03:04:42.482 Aug 08 03:04:42.482DEBG Aug 08 03:04:42.482DEBG DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86562026-08-08T03:04:43.403Zreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86572026-08-08T03:04:43.403Z
86582026-08-08T03:04:43.403ZAug 08 03:04:42.482 Aug 08 03:04:42.482Aug 08 03:04:42.482 INFOINFOINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
86592026-08-08T03:04:43.403Z
86602026-08-08T03:04:43.403Z
86612026-08-08T03:04:43.403ZAug 08 03:04:42.482Aug 08 03:04:42.482 Aug 08 03:04:42.482DEBGDEBG DEBGreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
86622026-08-08T03:04:43.403Z
86632026-08-08T03:04:43.403Z 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 } }]
86642026-08-08T03:04:43.403ZAug 08 03:04:42.482 Aug 08 03:04:42.482INFO INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 08 03:04:42.482
86652026-08-08T03:04:43.403Z INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff Aug 08 03:04:42.482adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
86662026-08-08T03:04:43.403Z
86672026-08-08T03:04:43.403ZDEBG 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 } }]
86682026-08-08T03:04:43.404ZAug 08 03:04:42.482Aug 08 03:04:42.482 Aug 08 03:04:42.482DEBG DEBG INFOreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86692026-08-08T03:04:43.404Zreplacing 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:26::/64 -> 2001:db8::55:ff
86702026-08-08T03:04:43.404Ztest route::tests::grow_succeeds ... ok
86712026-08-08T03:04:43.404Z
86722026-08-08T03:04:43.404ZAug 08 03:04:42.482 INFOAug 08 03:04:42.482 Aug 08 03:04:42.482 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG INFOreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86732026-08-08T03:04:43.404Z
86742026-08-08T03:04:43.404Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
86752026-08-08T03:04:43.404ZAug 08 03:04:42.482Aug 08 03:04:42.482 DEBGAug 08 03:04:42.482 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 } }]
86762026-08-08T03:04:43.404Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG
86772026-08-08T03:04:43.404Z 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 } }]
86782026-08-08T03:04:43.404ZAug 08 03:04:42.482Aug 08 03:04:42.482 Aug 08 03:04:42.482 INFO INFOadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG
86792026-08-08T03:04:43.404Z adding route 3fff:beef:35::/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 } }]
86802026-08-08T03:04:43.404Z
86812026-08-08T03:04:43.404ZAug 08 03:04:42.482 Aug 08 03:04:42.482Aug 08 03:04:42.482 DEBGDEBGINFO 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 } }]
86822026-08-08T03:04:43.404Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86832026-08-08T03:04:43.404Z
86842026-08-08T03:04:43.404ZAug 08 03:04:42.482Aug 08 03:04:42.482Aug 08 03:04:42.482 DEBG INFOreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86852026-08-08T03:04:43.404Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
86862026-08-08T03:04:43.404ZAug 08 03:04:42.482 Aug 08 03:04:42.482INFO DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFO
86872026-08-08T03:04:43.404Z replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
86882026-08-08T03:04:43.404Z
86892026-08-08T03:04:43.404ZAug 08 03:04:42.482 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 08 03:04:42.482
86902026-08-08T03:04:43.404Z DEBGAug 08 03:04:42.482 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 08 03:04:42.482INFO
86912026-08-08T03:04:43.404Z adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO
86922026-08-08T03:04:43.404Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
86932026-08-08T03:04:43.404ZAug 08 03:04:42.482Aug 08 03:04:42.482 Aug 08 03:04:42.482 INFODEBG DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86942026-08-08T03:04:43.404Z
86952026-08-08T03:04:43.404Zreplacing 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 } }]
86962026-08-08T03:04:43.405ZAug 08 03:04:42.482Aug 08 03:04:42.482Aug 08 03:04:42.482 INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG
86972026-08-08T03:04:43.405Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
86982026-08-08T03:04:43.405Zreplacing 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 } }]
86992026-08-08T03:04:43.405ZAug 08 03:04:42.482 Aug 08 03:04:42.482DEBG INFOAug 08 03:04:42.482replacing 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 } }]
87002026-08-08T03:04:43.405Z DEBG adding route 3fff:beef:1d::/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 } }]
87012026-08-08T03:04:43.405Z
87022026-08-08T03:04:43.405ZAug 08 03:04:42.482 INFO Aug 08 03:04:42.482Aug 08 03:04:42.482adding route 3fff:beef:39::/64 -> 2001:db8::55:ff INFODEBG
87032026-08-08T03:04:43.405Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
87042026-08-08T03:04:43.405Zreplacing 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 } }]
87052026-08-08T03:04:43.405ZAug 08 03:04:42.482Aug 08 03:04:42.482 Aug 08 03:04:42.482DEBG DEBGreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87062026-08-08T03:04:43.405ZINFOreplacing 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 } }]
87072026-08-08T03:04:43.405Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
87082026-08-08T03:04:43.405ZAug 08 03:04:42.482Aug 08 03:04:42.482Aug 08 03:04:42.482 INFOINFO DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
87092026-08-08T03:04:43.405Zadding route 3fff:beef:3a::/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 } }]
87102026-08-08T03:04:43.405Z
87112026-08-08T03:04:43.405ZAug 08 03:04:42.482Aug 08 03:04:42.482 Aug 08 03:04:42.482 DEBGINFO 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 } }]
87122026-08-08T03:04:43.405Zreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
87132026-08-08T03:04:43.409Z
87142026-08-08T03:04:43.409ZAug 08 03:04:42.482Aug 08 03:04:42.482Aug 08 03:04:42.482 INFODEBG INFO replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
87152026-08-08T03:04:43.410Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
87162026-08-08T03:04:43.410Z
87172026-08-08T03:04:43.410ZAug 08 03:04:42.482 Aug 08 03:04:42.482Aug 08 03:04:42.482DEBG 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 } }]
87182026-08-08T03:04:43.410ZINFO replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
87192026-08-08T03:04:43.410ZAug 08 03:04:42.482
87202026-08-08T03:04:43.410Z INFOAug 08 03:04:42.482 Aug 08 03:04:42.482INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
87212026-08-08T03:04:43.410ZDEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
87222026-08-08T03:04:43.410Zreplacing 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 08 03:04:42.482
87232026-08-08T03:04:43.410Z DEBGAug 08 03:04:42.482 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 08 03:04:42.482DEBG
87242026-08-08T03:04:43.410Zreplacing 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
87252026-08-08T03:04:43.410Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
87262026-08-08T03:04:43.410ZAug 08 03:04:42.482Aug 08 03:04:42.482 Aug 08 03:04:42.482DEBGINFO DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:fffailed to allocate space for the new target list
87272026-08-08T03:04:43.410Z
87282026-08-08T03:04:43.410Zreplacing 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 } }]
87292026-08-08T03:04:43.410ZAug 08 03:04:42.482Aug 08 03:04:42.482Aug 08 03:04:42.482 DEBG DEBGINFOreplacing 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 } }]
87302026-08-08T03:04:43.410Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:22::/64 -> 2001:db8::55:ff
87312026-08-08T03:04:43.410Z
87322026-08-08T03:04:43.410ZAug 08 03:04:42.482Aug 08 03:04:42.482 INFODEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87332026-08-08T03:04:43.410Z
87342026-08-08T03:04:43.410ZAug 08 03:04:42.483Aug 08 03:04:42.483 DEBGINFO replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
87352026-08-08T03:04:43.410Z
87362026-08-08T03:04:43.410ZAug 08 03:04:42.483Aug 08 03:04:42.483 INFODEBG adding route 3fff:beef:32::/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 } }]
87372026-08-08T03:04:43.410Z
87382026-08-08T03:04:43.410ZAug 08 03:04:42.483Aug 08 03:04:42.483 DEBGINFO replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
87392026-08-08T03:04:43.410Z
87402026-08-08T03:04:43.410ZAug 08 03:04:42.483Aug 08 03:04:42.483 INFODEBG adding route 3fff:beef:33::/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 } }]
87412026-08-08T03:04:43.410Z
87422026-08-08T03:04:43.410ZAug 08 03:04:42.483Aug 08 03:04:42.483 DEBGINFO 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:25::/64 -> 2001:db8::55:ff
87432026-08-08T03:04:43.411Z
87442026-08-08T03:04:43.411ZAug 08 03:04:42.483Aug 08 03:04:42.483 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 } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
87452026-08-08T03:04:43.411Z
87462026-08-08T03:04:43.411ZAug 08 03:04:42.483Aug 08 03:04:42.483 INFODEBG adding route 3fff:beef:26::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87472026-08-08T03:04:43.411Z
87482026-08-08T03:04:43.411ZAug 08 03:04:42.483Aug 08 03:04:42.483 INFODEBG adding route 3fff:beef:35::/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 } }]
87492026-08-08T03:04:43.411Z
87502026-08-08T03:04:43.411ZAug 08 03:04:42.483Aug 08 03:04:42.483 INFODEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87512026-08-08T03:04:43.411Z
87522026-08-08T03:04:43.411ZAug 08 03:04:42.483Aug 08 03:04:42.483 DEBGINFO replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
87532026-08-08T03:04:43.411Z
87542026-08-08T03:04:43.411ZAug 08 03:04:42.483Aug 08 03:04:42.483 INFODEBG adding route 3fff:beef:28::/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 } }]
87552026-08-08T03:04:43.411Z
87562026-08-08T03:04:43.411ZAug 08 03:04:42.483Aug 08 03:04:42.483 DEBGINFO replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
87572026-08-08T03:04:43.411Z
87582026-08-08T03:04:43.411ZAug 08 03:04:42.483Aug 08 03:04:42.483 INFODEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87592026-08-08T03:04:43.411Z
87602026-08-08T03:04:43.411ZAug 08 03:04:42.483Aug 08 03:04:42.483 DEBGINFO replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
87612026-08-08T03:04:43.411Z
87622026-08-08T03:04:43.411ZAug 08 03:04:42.483Aug 08 03:04:42.483 INFODEBG adding route 3fff:beef:2a::/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 } }]
87632026-08-08T03:04:43.411Z
87642026-08-08T03:04:43.411ZAug 08 03:04:42.483Aug 08 03:04:42.483 DEBGINFO replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
87652026-08-08T03:04:43.411Z
87662026-08-08T03:04:43.411ZAug 08 03:04:42.483Aug 08 03:04:42.483 INFODEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87672026-08-08T03:04:43.411Z
87682026-08-08T03:04:43.411ZAug 08 03:04:42.483Aug 08 03:04:42.483 DEBGINFO replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
87692026-08-08T03:04:43.411Z
87702026-08-08T03:04:43.412Ztest route::tests::rollback_on_compact_delete_failure ... ok
87712026-08-08T03:04:43.412ZAug 08 03:04:42.483Aug 08 03:04:42.483 INFODEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87722026-08-08T03:04:43.412Z
87732026-08-08T03:04:43.412ZAug 08 03:04:42.483Aug 08 03:04:42.483 DEBGINFO 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:3b::/64 -> 2001:db8::55:ff
87742026-08-08T03:04:43.412Z
87752026-08-08T03:04:43.412ZAug 08 03:04:42.483Aug 08 03:04:42.483 INFODEBG adding route 3fff:beef:2d::/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 } }]
87762026-08-08T03:04:43.412Z
87772026-08-08T03:04:43.412ZAug 08 03:04:42.483Aug 08 03:04:42.483 DEBGINFO replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
87782026-08-08T03:04:43.412Z
87792026-08-08T03:04:43.412ZAug 08 03:04:42.483Aug 08 03:04:42.483 INFODEBG adding route 3fff:beef:2e::/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 } }]
87802026-08-08T03:04:43.412Z
87812026-08-08T03:04:43.412ZAug 08 03:04:42.483Aug 08 03:04:42.483 DEBGDEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]failed to allocate space for the new target list
87822026-08-08T03:04:43.412ZAug 08 03:04:42.490 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 } }]
87832026-08-08T03:04:43.412ZAug 08 03:04:42.484 Aug 08 03:04:42.483DEBGAug 08 03:04:42.483 DEBG created new freemap , DEBGunit :
87842026-08-08T03:04:43.412Z created new freemapfreemap_route_ipv4Aug 08 03:04:42.483,
87852026-08-08T03:04:43.412Z unitDEBG: created new freemapfreemap_route_ipv4, unit
87862026-08-08T03:04:43.412Z: Aug 08 03:04:42.490freemap_route_ipv4 DEBG
87872026-08-08T03:04:43.412Z Aug 08 03:04:42.490created new freemap , INFOunit :adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff Aug 08 03:04:42.490
87882026-08-08T03:04:43.412Z freemap_route_ipv6DEBG
87892026-08-08T03:04:43.412ZAug 08 03:04:42.490 Aug 08 03:04:42.490 created new freemapDEBGDEBG , Aug 08 03:04:42.490replacing 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 } }]
87902026-08-08T03:04:43.412Zunit :DEBGcreated new freemap , Aug 08 03:04:42.490unitinitted freemap. size: 64 , freemap_route_ipv6unit::
87912026-08-08T03:04:43.412ZINFO freemap_route_ipv6
87922026-08-08T03:04:43.412ZAug 08 03:04:42.490freemap_route_ipv4
87932026-08-08T03:04:43.412Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG
87942026-08-08T03:04:43.412Z initted freemap. size: 64Aug 08 03:04:42.490, Aug 08 03:04:42.490unitAug 08 03:04:42.490 :DEBG DEBG freemap_route_ipv4
87952026-08-08T03:04:43.412Zreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
87962026-08-08T03:04:43.412Zreset freemapinitted freemap. size: 64Aug 08 03:04:42.490, unitDEBG, Aug 08 03:04:42.490:reset freemap unit, freemap_route_ipv4:unitINFO
87972026-08-08T03:04:43.413Z :adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
87982026-08-08T03:04:43.413Z freemap_route_ipv4freemap_route_ipv4
87992026-08-08T03:04:43.413Z
88002026-08-08T03:04:43.413ZAug 08 03:04:42.490Aug 08 03:04:42.490 DEBGDEBG Aug 08 03:04:42.490replacing 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 08 03:04:42.490initted freemap. size: 64
88012026-08-08T03:04:43.413Z DEBG DEBG, unitinitted freemap. size: 64:Aug 08 03:04:42.490 , freemap_route_ipv6unit
88022026-08-08T03:04:43.413Z: reset freemapfreemap_route_ipv6INFO
88032026-08-08T03:04:43.413ZAug 08 03:04:42.490 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG,
88042026-08-08T03:04:43.413Z unitreset freemap:Aug 08 03:04:42.490, unit DEBGAug 08 03:04:42.490: DEBG freemap_route_ipv4replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
88052026-08-08T03:04:43.413Zfreemap_route_ipv6reset freemap
88062026-08-08T03:04:43.413Z
88072026-08-08T03:04:43.413Z, unit:Aug 08 03:04:42.490 Aug 08 03:04:42.490 DEBGfreemap_route_ipv6 Aug 08 03:04:42.490INFO
88082026-08-08T03:04:43.413Z INFOinitted freemap. size: 64 , adding route 172.16.0.0/32 -> 10.0.0.1unitadding route 3fff:beef:33::/64 -> 2001:db8::55:ff:Aug 08 03:04:42.490
88092026-08-08T03:04:43.413Z
88102026-08-08T03:04:43.413Z freemap_route_ipv6INFO
88112026-08-08T03:04:43.413Z adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 08 03:04:42.490
88122026-08-08T03:04:43.413Z Aug 08 03:04:42.490DEBG 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 } }]DEBGAug 08 03:04:42.490
88132026-08-08T03:04:43.417Z DEBG Aug 08 03:04:42.490replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
88142026-08-08T03:04:43.417Z
88152026-08-08T03:04:43.417ZAug 08 03:04:42.490DEBG INFOAug 08 03:04:42.490 reset freemapadding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 08 03:04:42.490
88162026-08-08T03:04:43.417Z INFOINFO, unitadding route 172.16.0.0/32 -> 10.0.0.2Aug 08 03:04:42.490
88172026-08-08T03:04:43.417Zadding route 3fff:dead::/64 -> 2001:db8::55:1:
88182026-08-08T03:04:43.418Z freemap_route_ipv6DEBGAug 08 03:04:42.490 Aug 08 03:04:42.490
88192026-08-08T03:04:43.418Z DEBGDEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "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 08 03:04:42.490
88202026-08-08T03:04:43.418Z
88212026-08-08T03:04:43.418Z
88222026-08-08T03:04:43.418Z INFOAug 08 03:04:42.490 INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
88232026-08-08T03:04:43.418Zadding route 172.16.0.0/32 -> 10.0.0.3Aug 08 03:04:42.490
88242026-08-08T03:04:43.418ZAug 08 03:04:42.490 INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
88252026-08-08T03:04:43.418Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 08 03:04:42.490
88262026-08-08T03:04:43.418Z DEBGAug 08 03:04:42.490 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 08 03:04:42.490 Aug 08 03:04:42.490replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
88272026-08-08T03:04:43.418Z
88282026-08-08T03:04:43.418ZDEBGDEBG replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "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 } }]
88292026-08-08T03:04:43.418Z
88302026-08-08T03:04:43.418ZAug 08 03:04:42.490 INFOAug 08 03:04:42.490 Aug 08 03:04:42.490 adding route 172.16.0.0/32 -> 10.0.0.4INFO
88312026-08-08T03:04:43.418ZINFO Aug 08 03:04:42.490 adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
88322026-08-08T03:04:43.418Z
88332026-08-08T03:04:43.418ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2
88342026-08-08T03:04:43.418ZAug 08 03:04:42.490Aug 08 03:04:42.490 created new freemapDEBGDEBGAug 08 03:04:42.490 , 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 08 03:04:42.490replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
88352026-08-08T03:04:43.418ZDEBG 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 } }]
88362026-08-08T03:04:43.418Z
88372026-08-08T03:04:43.418Z unitDEBG :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 08 03:04:42.490Aug 08 03:04:42.490
88382026-08-08T03:04:43.418Z INFOfreemap_route_ipv4
88392026-08-08T03:04:43.418Zadding route 3fff:beef::/64 -> 2001:db8::55:ffINFO
88402026-08-08T03:04:43.418Z adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 08 03:04:42.490Aug 08 03:04:42.490
88412026-08-08T03:04:43.418Z INFOAug 08 03:04:42.490 Aug 08 03:04:42.490adding route 172.17.0.0/32 -> 10.0.0.255
88422026-08-08T03:04:43.418ZINFODEBGAug 08 03:04:42.490 created new freemapDEBG, Aug 08 03:04:42.490 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 } }]
88432026-08-08T03:04:43.418Z 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 } }]DEBGunit
88442026-08-08T03:04:43.419Z: adding route 3fff:dead::/64 -> 2001:db8::55:3freemap_route_ipv6
88452026-08-08T03:04:43.419Z
88462026-08-08T03:04:43.419Zreplacing 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 08 03:04:42.490
88472026-08-08T03:04:43.419ZINFOAug 08 03:04:42.490 Aug 08 03:04:42.490 adding route 3fff:beef:1::/64 -> 2001:db8::55:ffDEBG
88482026-08-08T03:04:43.419Z INFOAug 08 03:04:42.490initted freemap. size: 64Aug 08 03:04:42.490, Aug 08 03:04:42.490DEBG unit adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
88492026-08-08T03:04:43.419Z: 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 } }]INFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
88502026-08-08T03:04:43.419Z
88512026-08-08T03:04:43.419Zadding route 172.17.0.1/32 -> 10.0.0.255
88522026-08-08T03:04:43.419Z
88532026-08-08T03:04:43.419ZAug 08 03:04:42.490 Aug 08 03:04:42.490Aug 08 03:04:42.490 Aug 08 03:04:42.490DEBGDEBG Aug 08 03:04:42.490INFOINFO reset freemap adding route 3fff:beef:2::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
88542026-08-08T03:04:43.419Z
88552026-08-08T03:04:43.419Z 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
88562026-08-08T03:04:43.419Zadding route 3fff:dead::/64 -> 2001:db8::55:4:
88572026-08-08T03:04:43.419Z Aug 08 03:04:42.490freemap_route_ipv4Aug 08 03:04:42.490Aug 08 03:04:42.490 INFO
88582026-08-08T03:04:43.419ZDEBGadding route 172.17.0.2/32 -> 10.0.0.255 Aug 08 03:04:42.490
88592026-08-08T03:04:43.419Z 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 } }]
88602026-08-08T03:04:43.419Z DEBGINFO Aug 08 03:04:42.490replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
88612026-08-08T03:04:43.419ZAug 08 03:04:42.490 DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 08 03:04:42.490
88622026-08-08T03:04:43.419Zinitted freemap. size: 64DEBG Aug 08 03:04:42.490INFO, unitadding route 3fff:beef:3::/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 } }] :Aug 08 03:04:42.490
88632026-08-08T03:04:43.419Z DEBG freemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
88642026-08-08T03:04:43.419ZAug 08 03:04:42.490
88652026-08-08T03:04:43.419Z DEBGreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
88662026-08-08T03:04:43.419Zreplacing 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 } }]
88672026-08-08T03:04:43.419ZAug 08 03:04:42.490
88682026-08-08T03:04:43.419Z DEBG Aug 08 03:04:42.490 reset freemapAug 08 03:04:42.490, WARNunitAug 08 03:04:42.490 Aug 08 03:04:42.490shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO INFO
88692026-08-08T03:04:43.419Z :adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
88702026-08-08T03:04:43.419Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
88712026-08-08T03:04:43.420ZINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:fffreemap_route_ipv6adding route 172.17.0.3/32 -> 10.0.0.255
88722026-08-08T03:04:43.420Z
88732026-08-08T03:04:43.420Z
88742026-08-08T03:04:43.420Ztest route::tests::rollback_on_compact_write_failure ... ok
88752026-08-08T03:04:43.420ZAug 08 03:04:42.490 Aug 08 03:04:42.490Aug 08 03:04:42.490 DEBGAug 08 03:04:42.490DEBG INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1 replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]
88762026-08-08T03:04:43.420Z
88772026-08-08T03:04:43.420Z
88782026-08-08T03:04:43.420Zreplacing 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 } }]
88792026-08-08T03:04:43.420ZAug 08 03:04:42.490 Aug 08 03:04:42.490INFO Aug 08 03:04:42.490INFO INFOadding route 172.17.0.4/32 -> 10.0.0.255 Aug 08 03:04:42.490adding route 3fff:beef:5::/64 -> 2001:db8::55:ff adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG
88802026-08-08T03:04:43.420Z
88812026-08-08T03:04:43.420Z
88822026-08-08T03:04:43.420Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
88832026-08-08T03:04:43.420ZAug 08 03:04:42.490Aug 08 03:04:42.490 DEBGDEBG Aug 08 03:04:42.490Aug 08 03:04:42.490 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 } }]INFO
88842026-08-08T03:04:43.420Zreplacing 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 } }]
88852026-08-08T03:04:43.420Zadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 08 03:04:42.490
88862026-08-08T03:04:43.420Zreplacing 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 08 03:04:42.490
88872026-08-08T03:04:43.420Z INFOINFO Aug 08 03:04:42.490 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
88882026-08-08T03:04:43.420Z
88892026-08-08T03:04:43.420Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
88902026-08-08T03:04:43.420ZAug 08 03:04:42.491Aug 08 03:04:42.490 INFODEBG adding route 172.17.0.5/32 -> 10.0.0.255Aug 08 03:04:42.498created new freemap
88912026-08-08T03:04:43.420Z, unit: Aug 08 03:04:42.498freemap_route_ipv4 DEBG
88922026-08-08T03:04:43.420ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 08 03:04:42.498Aug 08 03:04:42.490replacing 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 } }]
88932026-08-08T03:04:43.420Z
88942026-08-08T03:04:43.420ZDEBGDEBG Aug 08 03:04:42.498created new freemap , Aug 08 03:04:42.498INFOunit : adding route 172.17.0.6/32 -> 10.0.0.255Aug 08 03:04:42.498
88952026-08-08T03:04:43.420Z DEBG DEBG created new freemapfreemap_route_ipv6replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }],
88962026-08-08T03:04:43.420ZAug 08 03:04:42.498
88972026-08-08T03:04:43.420Zunit
88982026-08-08T03:04:43.421Z: freemap_route_ipv4
88992026-08-08T03:04:43.421ZDEBGAug 08 03:04:42.498 Aug 08 03:04:42.498DEBGreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:04:42.498 INFO
89002026-08-08T03:04:43.421ZAug 08 03:04:42.498initted freemap. size: 64DEBG created new freemap, adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO, unitunit
89012026-08-08T03:04:43.421Z:: freemap_route_ipv4 Aug 08 03:04:42.498
89022026-08-08T03:04:43.421Zadding route 3fff:dead::/64 -> 2001:db8::55:4freemap_route_ipv6
89032026-08-08T03:04:43.421Z
89042026-08-08T03:04:43.421ZINFO Aug 08 03:04:42.498Aug 08 03:04:42.498Aug 08 03:04:42.498 Aug 08 03:04:42.498 DEBGDEBGDEBG adding route 172.17.0.7/32 -> 10.0.0.255DEBGreplacing 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 freemap
89052026-08-08T03:04:43.421Z
89062026-08-08T03:04:43.421Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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
89072026-08-08T03:04:43.421Z : initted freemap. size: 64freemap_route_ipv4,
89082026-08-08T03:04:43.421ZAug 08 03:04:42.498unit Aug 08 03:04:42.498Aug 08 03:04:42.498:DEBGAug 08 03:04:42.498 INFO DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
89092026-08-08T03:04:43.421ZDEBG
89102026-08-08T03:04:43.421Z
89112026-08-08T03:04:43.421Zinitted freemap. size: 64, unitreplacing 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 08 03:04:42.498Aug 08 03:04:42.498
89122026-08-08T03:04:43.421Zfreemap_route_ipv6 DEBG
89132026-08-08T03:04:43.426Z 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 08 03:04:42.498WARN INFOAug 08 03:04:42.498 adding route 172.17.0.8/32 -> 10.0.0.255shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
89142026-08-08T03:04:43.426Z
89152026-08-08T03:04:43.426ZAug 08 03:04:42.498
89162026-08-08T03:04:43.426Z DEBGDEBGAug 08 03:04:42.498 Aug 08 03:04:42.498 reset freemapAug 08 03:04:42.498, INFO DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
89172026-08-08T03:04:43.426ZERROreplacing 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 } }]unit rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
89182026-08-08T03:04:43.426Z:
89192026-08-08T03:04:43.426Z reset freemapfreemap_route_ipv6Aug 08 03:04:42.498
89202026-08-08T03:04:43.426ZAug 08 03:04:42.498DEBG, Aug 08 03:04:42.498replacing 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 08 03:04:42.498
89212026-08-08T03:04:43.426ZERRO unitINFO:INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 172.17.0.9/32 -> 10.0.0.255shrink-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 08 03:04:42.498
89222026-08-08T03:04:43.427Z
89232026-08-08T03:04:43.427Z freemap_route_ipv4INFO
89242026-08-08T03:04:43.427Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
89252026-08-08T03:04:43.427ZAug 08 03:04:42.498
89262026-08-08T03:04:43.427Z DEBGAug 08 03:04:42.498Aug 08 03:04:42.498 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 } }]
89272026-08-08T03:04:43.427ZAug 08 03:04:42.498initted freemap. size: 64 DEBG, unit :replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]
89282026-08-08T03:04:43.427ZAug 08 03:04:42.498 freemap_route_ipv6
89292026-08-08T03:04:43.427Z
89302026-08-08T03:04:43.427ZINFO Aug 08 03:04:42.498 adding route 3fff:dead::/64 -> 2001:db8::55:2INFO
89312026-08-08T03:04:43.427ZAug 08 03:04:42.498Aug 08 03:04:42.498 DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO reset freemapadding route 172.17.0.10/32 -> 10.0.0.255
89322026-08-08T03:04:43.427Z,
89332026-08-08T03:04:43.427Zunit: Aug 08 03:04:42.498freemap_route_ipv6 Aug 08 03:04:42.498
89342026-08-08T03:04:43.427Z DEBGDEBG Aug 08 03:04:42.498replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
89352026-08-08T03:04:43.427ZDEBG 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 08 03:04:42.498
89362026-08-08T03:04:43.427ZAug 08 03:04:42.498INFO INFOadding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
89372026-08-08T03:04:43.427Zadding route 3fff:dead::/64 -> 2001:db8::55:3
89382026-08-08T03:04:43.427ZAug 08 03:04:42.498
89392026-08-08T03:04:43.427ZINFO Aug 08 03:04:42.498adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 08 03:04:42.498
89402026-08-08T03:04:43.427Z DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
89412026-08-08T03:04:43.427ZAug 08 03:04:42.498
89422026-08-08T03:04:43.427Z DEBG Aug 08 03:04:42.498replacing 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 08 03:04:42.498INFO
89432026-08-08T03:04:43.427ZINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:dead::/64 -> 2001:db8::55:4
89442026-08-08T03:04:43.427Z
89452026-08-08T03:04:43.427ZAug 08 03:04:42.498 Aug 08 03:04:42.498INFOAug 08 03:04:42.498 adding route 172.17.0.11/32 -> 10.0.0.255INFO
89462026-08-08T03:04:43.427Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG
89472026-08-08T03:04:43.427Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 08 03:04:42.498
89482026-08-08T03:04:43.427ZAug 08 03:04:42.498 Aug 08 03:04:42.483DEBGAug 08 03:04:42.498DEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
89492026-08-08T03:04:43.427Z
89502026-08-08T03:04:43.428ZDEBGDEBG 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 } }]
89512026-08-08T03:04:43.428Zcreated new freemap, Aug 08 03:04:42.498unit :Aug 08 03:04:42.498Aug 08 03:04:42.498 INFOfreemap_route_ipv4DEBG
89522026-08-08T03:04:43.428Z Aug 08 03:04:42.498replacing targets for 3fff:dead::/64 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
89532026-08-08T03:04:43.428Z adding route 172.16.0.0/32 -> 10.0.0.1
89542026-08-08T03:04:43.428Zadding route 172.17.0.12/32 -> 10.0.0.255INFOAug 08 03:04:42.498Aug 08 03:04:42.498 WARN
89552026-08-08T03:04:43.428Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ffshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG
89562026-08-08T03:04:43.428Z
89572026-08-08T03:04:43.428Z Aug 08 03:04:42.498created new freemap , Aug 08 03:04:42.498unit DEBG 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 } }]
89582026-08-08T03:04:43.428Zfreemap_route_ipv6
89592026-08-08T03:04:43.428ZAug 08 03:04:42.498replacing 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
89602026-08-08T03:04:43.428Z Aug 08 03:04:42.498replacing 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 } }]
89612026-08-08T03:04:43.428ZAug 08 03:04:42.498INFO DEBGadding route 172.17.0.13/32 -> 10.0.0.255Aug 08 03:04:42.498
89622026-08-08T03:04:43.428Z INFO initted freemap. size: 64adding route 172.16.0.0/32 -> 10.0.0.2Aug 08 03:04:42.498
89632026-08-08T03:04:43.428Z, INFOAug 08 03:04:42.498 unitAug 08 03:04:42.498adding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBG :DEBG
89642026-08-08T03:04:43.428Zreplacing 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 } }]
89652026-08-08T03:04:43.428Zreplacing 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 } }]
89662026-08-08T03:04:43.428Zfreemap_route_ipv4
89672026-08-08T03:04:43.428ZAug 08 03:04:42.498 DEBG Aug 08 03:04:42.498Aug 08 03:04:42.498replacing 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 08 03:04:42.498 INFOAug 08 03:04:42.483
89682026-08-08T03:04:43.428ZINFO adding route 172.17.0.14/32 -> 10.0.0.255DEBG
89692026-08-08T03:04:43.428ZAug 08 03:04:42.498DEBG reset freemap , adding route 172.17.0.0/32 -> 10.0.0.255created new freemapINFO
89702026-08-08T03:04:43.428Ztest route::tests::rollback_on_index_readd_failure ... ok
89712026-08-08T03:04:43.428Zunit, :adding route 3fff:beef:10::/64 -> 2001:db8::55:ffunit
89722026-08-08T03:04:43.428Z: freemap_route_ipv4Aug 08 03:04:42.498freemap_route_ipv4
89732026-08-08T03:04:43.428Z
89742026-08-08T03:04:43.428Z DEBGAug 08 03:04:42.498 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 08 03:04:42.498
89752026-08-08T03:04:43.428ZAug 08 03:04:42.498DEBG 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 } }]Aug 08 03:04:42.498
89762026-08-08T03:04:43.428Z initted freemap. size: 64INFO adding route 172.17.0.15/32 -> 10.0.0.255replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], Aug 08 03:04:42.498unit
89772026-08-08T03:04:43.429Z : Aug 08 03:04:42.498DEBG
89782026-08-08T03:04:43.429Zfreemap_route_ipv6
89792026-08-08T03:04:43.429ZINFOAug 08 03:04:42.498created new freemap , INFOadding route 172.17.0.1/32 -> 10.0.0.255 Aug 08 03:04:42.498unit
89802026-08-08T03:04:43.429Z: DEBGfreemap_route_ipv6adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 08 03:04:42.498
89812026-08-08T03:04:43.429Z Aug 08 03:04:42.498replacing 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 } }]
89822026-08-08T03:04:43.429ZDEBG
89832026-08-08T03:04:43.429Zreset freemapDEBGAug 08 03:04:42.498, DEBG unitinitted freemap. size: 64replacing 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 08 03:04:42.498unit: DEBGfreemap_route_ipv6freemap_route_ipv4
89842026-08-08T03:04:43.429Z Aug 08 03:04:42.498
89852026-08-08T03:04:43.429Z
89862026-08-08T03:04:43.429Zreplacing 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 } }]
89872026-08-08T03:04:43.429Z INFO Aug 08 03:04:42.498adding route 172.17.0.16/32 -> 10.0.0.255Aug 08 03:04:42.498
89882026-08-08T03:04:43.429ZINFO Aug 08 03:04:42.498adding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 08 03:04:42.498Aug 08 03:04:42.498DEBG
89892026-08-08T03:04:43.429Z INFOreset freemap , DEBGINFOadding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 08 03:04:42.498 Aug 08 03:04:42.498unit :replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4DEBG
89902026-08-08T03:04:43.429Z
89912026-08-08T03:04:43.429Z DEBG
89922026-08-08T03:04:43.429Zadding route 172.17.0.2/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 } }]
89932026-08-08T03:04:43.429Z
89942026-08-08T03:04:43.429Zreplacing 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 08 03:04:42.498 Aug 08 03:04:42.498Aug 08 03:04:42.498 DEBGAug 08 03:04:42.498INFO INFODEBG Aug 08 03:04:42.498replacing 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:3d::/64 -> 2001:db8::55:ff
89952026-08-08T03:04:43.429ZAug 08 03:04:42.499 Aug 08 03:04:42.499 adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 08 03:04:42.506DEBG
89962026-08-08T03:04:43.429ZDEBG DEBGDEBG 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 } }]
89972026-08-08T03:04:43.429Z
89982026-08-08T03:04:43.429ZAug 08 03:04:42.506created new freemapreplacing 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 } }], created new freemapDEBG, replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
89992026-08-08T03:04:43.429Zinitted freemap. size: 64unit, :unit :freemap_route_ipv4
90002026-08-08T03:04:43.429ZAug 08 03:04:42.506freemap_route_ipv6
90012026-08-08T03:04:43.429ZunitINFO: adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 08 03:04:42.506
90022026-08-08T03:04:43.429Zfreemap_route_ipv4Aug 08 03:04:42.506
90032026-08-08T03:04:43.429Z DEBGAug 08 03:04:42.506 DEBGcreated new freemap , reset freemap unit, :unit Aug 08 03:04:42.506freemap_route_ipv6 :DEBG
90042026-08-08T03:04:43.429Z DEBG freemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
90052026-08-08T03:04:43.430Z
90062026-08-08T03:04:43.430Z Aug 08 03:04:42.506created new freemap , DEBGunit Aug 08 03:04:42.506: initted freemap. size: 64INFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:4
90072026-08-08T03:04:43.430Z
90082026-08-08T03:04:43.430Z, unitAug 08 03:04:42.506Aug 08 03:04:42.506: Aug 08 03:04:42.506INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1DEBG
90092026-08-08T03:04:43.430Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]initted freemap. size: 64
90102026-08-08T03:04:43.430Z, freemap_route_ipv4Aug 08 03:04:42.506
90112026-08-08T03:04:43.430Zunit :Aug 08 03:04:42.506DEBG 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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
90122026-08-08T03:04:43.430Zfreemap_route_ipv4
90132026-08-08T03:04:43.434Z
90142026-08-08T03:04:43.434ZAug 08 03:04:42.506 DEBGAug 08 03:04:42.506Aug 08 03:04:42.506 DEBGINFO reset freemapadding route 172.17.0.0/32 -> 10.0.0.255,
90152026-08-08T03:04:43.434Zunitreset freemap:, freemap_route_ipv4unit
90162026-08-08T03:04:43.434Z: Aug 08 03:04:42.506freemap_route_ipv4
90172026-08-08T03:04:43.434ZDEBG Aug 08 03:04:42.506replacing 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 } }]
90182026-08-08T03:04:43.434ZDEBG Aug 08 03:04:42.506initted freemap. size: 64 , DEBGunit :Aug 08 03:04:42.506initted freemap. size: 64 , freemap_route_ipv6unit :INFO
90192026-08-08T03:04:43.434Z adding route 172.17.0.1/32 -> 10.0.0.255freemap_route_ipv6
90202026-08-08T03:04:43.434Z
90212026-08-08T03:04:43.434ZAug 08 03:04:42.506
90222026-08-08T03:04:43.434ZAug 08 03:04:42.506 Aug 08 03:04:42.506Aug 08 03:04:42.506DEBG INFO DEBG adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffDEBGreset freemapreset freemap
90232026-08-08T03:04:43.435Z, , unitunit:: Aug 08 03:04:42.506freemap_route_ipv6 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 freemap_route_ipv6replacing 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 } }]
90242026-08-08T03:04:43.435Z
90252026-08-08T03:04:43.435Z
90262026-08-08T03:04:43.435Z
90272026-08-08T03:04:43.435ZAug 08 03:04:42.506Aug 08 03:04:42.506 Aug 08 03:04:42.506DEBG INFOfailed to allocate space for the new target listINFO
90282026-08-08T03:04:43.435Z Aug 08 03:04:42.506adding route 172.17.0.2/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
90292026-08-08T03:04:43.435Z
90302026-08-08T03:04:43.435Zadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 08 03:04:42.506
90312026-08-08T03:04:43.435Z DEBG Aug 08 03:04:42.506replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
90322026-08-08T03:04:43.435ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
90332026-08-08T03:04:43.435ZAug 08 03:04:42.506Aug 08 03:04:42.506 Aug 08 03:04:42.506DEBGDEBG 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
90342026-08-08T03:04:43.435Z
90352026-08-08T03:04:43.435Zadding route 3fff:dead::/64 -> 2001:db8::55:2
90362026-08-08T03:04:43.435ZAug 08 03:04:42.506 INFO adding route 172.17.0.3/32 -> 10.0.0.255
90372026-08-08T03:04:43.435ZAug 08 03:04:42.506 Aug 08 03:04:42.506INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 08 03:04:42.506
90382026-08-08T03:04:43.435Z replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90392026-08-08T03:04:43.435ZDEBGAug 08 03:04:42.506 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
90402026-08-08T03:04:43.435ZAug 08 03:04:42.506 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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
90412026-08-08T03:04:43.435Z adding route 172.17.0.4/32 -> 10.0.0.255
90422026-08-08T03:04:43.435ZAug 08 03:04:42.506Aug 08 03:04:42.506 DEBGDEBG Aug 08 03:04:42.506Aug 08 03:04:42.506 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 } }]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:3, vlan_id: None } }]
90432026-08-08T03:04:43.435Z
90442026-08-08T03:04:43.435Zadding route 172.17.0.3/32 -> 10.0.0.255INFO
90452026-08-08T03:04:43.435Z adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 08 03:04:42.506
90462026-08-08T03:04:43.435Z INFO Aug 08 03:04:42.506adding route 172.17.0.5/32 -> 10.0.0.255
90472026-08-08T03:04:43.435ZAug 08 03:04:42.506DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG
90482026-08-08T03:04:43.435Z replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:04:42.506
90492026-08-08T03:04:43.435Z DEBGAug 08 03:04:42.506 replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
90502026-08-08T03:04:43.435Z Aug 08 03:04:42.506adding route 3fff:dead::/64 -> 2001:db8::55:4
90512026-08-08T03:04:43.436ZINFO Aug 08 03:04:42.506 adding route 172.17.0.4/32 -> 10.0.0.255INFO
90522026-08-08T03:04:43.436Z adding route 172.17.0.6/32 -> 10.0.0.255
90532026-08-08T03:04:43.436ZAug 08 03:04:42.506Aug 08 03:04:42.506 Aug 08 03:04:42.506DEBG
90542026-08-08T03:04:43.436ZDEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
90552026-08-08T03:04:43.436Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 } }]
90562026-08-08T03:04:43.436Z
90572026-08-08T03:04:43.436ZAug 08 03:04:42.506Aug 08 03:04:42.506 Aug 08 03:04:42.506DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
90582026-08-08T03:04:43.436ZINFO Aug 08 03:04:42.506adding route 172.17.0.5/32 -> 10.0.0.255adding route 172.17.0.7/32 -> 10.0.0.255
90592026-08-08T03:04:43.436Z
90602026-08-08T03:04:43.436ZAug 08 03:04:42.506 WARNINFO shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 08 03:04:42.506Aug 08 03:04:42.506adding route 172.17.0.17/32 -> 10.0.0.255
90612026-08-08T03:04:43.436Z DEBG
90622026-08-08T03:04:43.436ZDEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
90632026-08-08T03:04:43.436Z
90642026-08-08T03:04:43.436ZAug 08 03:04:42.506 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 } }]Aug 08 03:04:42.506Aug 08 03:04:42.506
90652026-08-08T03:04:43.436Z INFOINFO adding route 172.17.0.6/32 -> 10.0.0.255adding route 172.17.0.8/32 -> 10.0.0.255
90662026-08-08T03:04:43.436ZAug 08 03:04:42.506
90672026-08-08T03:04:43.436Z INFO Aug 08 03:04:42.506Aug 08 03:04:42.506adding route 172.17.0.18/32 -> 10.0.0.255
90682026-08-08T03:04:43.436ZDEBG DEBGreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90692026-08-08T03:04:43.436Zreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:04:42.506
90702026-08-08T03:04:43.436Z 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 08 03:04:42.506
90712026-08-08T03:04:43.436Z Aug 08 03:04:42.506INFO INFOadding route 172.17.0.9/32 -> 10.0.0.255Aug 08 03:04:42.506
90722026-08-08T03:04:43.436Z adding route 172.17.0.7/32 -> 10.0.0.255INFO
90732026-08-08T03:04:43.436Z adding route 172.17.0.19/32 -> 10.0.0.255Aug 08 03:04:42.506
90742026-08-08T03:04:43.436Z 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 } }]Aug 08 03:04:42.506
90752026-08-08T03:04:43.436Z Aug 08 03:04:42.506DEBG DEBGreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90762026-08-08T03:04:43.436ZAug 08 03:04:42.506replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90772026-08-08T03:04:43.436ZINFO Aug 08 03:04:42.506adding route 172.17.0.10/32 -> 10.0.0.255
90782026-08-08T03:04:43.437ZINFO adding route 172.17.0.8/32 -> 10.0.0.255Aug 08 03:04:42.506
90792026-08-08T03:04:43.437Z INFOAug 08 03:04:42.506 adding route 172.17.0.20/32 -> 10.0.0.255Aug 08 03:04:42.506DEBG
90802026-08-08T03:04:43.437Z DEBGreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90812026-08-08T03:04:43.437ZAug 08 03:04:42.506replacing 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 } }]
90822026-08-08T03:04:43.437ZDEBG 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 } }]
90832026-08-08T03:04:43.437ZAug 08 03:04:42.506 Aug 08 03:04:42.506INFOAug 08 03:04:42.506 adding route 172.17.0.9/32 -> 10.0.0.255INFOINFO
90842026-08-08T03:04:43.437Z adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.21/32 -> 10.0.0.255
90852026-08-08T03:04:43.437Z
90862026-08-08T03:04:43.437ZAug 08 03:04:42.506Aug 08 03:04:42.506 DEBGAug 08 03:04:42.506 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 } }]DEBG
90872026-08-08T03:04:43.437Z 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 } }]
90882026-08-08T03:04:43.437Zreplacing 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 } }]
90892026-08-08T03:04:43.437ZAug 08 03:04:42.506 INFO Aug 08 03:04:42.506Aug 08 03:04:42.506 adding route 172.17.0.10/32 -> 10.0.0.255INFO
90902026-08-08T03:04:43.437ZINFO adding route 172.17.0.12/32 -> 10.0.0.255
90912026-08-08T03:04:43.437Zadding route 172.17.0.22/32 -> 10.0.0.255
90922026-08-08T03:04:43.437ZAug 08 03:04:42.506 DEBG Aug 08 03:04:42.506Aug 08 03:04:42.506 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
90932026-08-08T03:04:43.437Z replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
90942026-08-08T03:04:43.437Z 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 08 03:04:42.506
90952026-08-08T03:04:43.437ZINFO adding route 172.17.0.11/32 -> 10.0.0.255Aug 08 03:04:42.506
90962026-08-08T03:04:43.437ZAug 08 03:04:42.506 INFOINFO adding route 172.17.0.23/32 -> 10.0.0.255Aug 08 03:04:42.506adding route 172.17.0.13/32 -> 10.0.0.255
90972026-08-08T03:04:43.437ZDEBG
90982026-08-08T03:04:43.437Z 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 08 03:04:42.506
90992026-08-08T03:04:43.437ZAug 08 03:04:42.506 INFO Aug 08 03:04:42.506adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
91002026-08-08T03:04:43.437ZAug 08 03:04:42.507Aug 08 03:04:42.507Aug 08 03:04:42.506 Aug 08 03:04:42.513 DEBGDEBG DEBG created new freemapAug 08 03:04:42.506created new freemap , DEBGunit , : freemap_route_ipv4DEBG
91012026-08-08T03:04:43.437Z 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 } }]
91022026-08-08T03:04:43.437Zreplacing 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 } }]
91032026-08-08T03:04:43.437ZAug 08 03:04:42.514 Aug 08 03:04:42.514DEBG INFOcreated new freemap , adding route 3fff:beef:14::/64 -> 2001:db8::55:ffunit
91042026-08-08T03:04:43.437Z: Aug 08 03:04:42.514freemap_route_ipv6
91052026-08-08T03:04:43.437ZINFOcreated new freemapAug 08 03:04:42.514 , adding route 172.17.0.14/32 -> 10.0.0.255DEBG
91062026-08-08T03:04:43.437Zunit :Aug 08 03:04:42.514replacing 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 } }]
91072026-08-08T03:04:43.438Zfreemap_route_ipv4
91082026-08-08T03:04:43.438Z DEBGAug 08 03:04:42.514Aug 08 03:04:42.514 Aug 08 03:04:42.506 DEBGINFO initted freemap. size: 64INFOreplacing 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 08 03:04:42.514adding route 172.17.0.12/32 -> 10.0.0.255, adding route 3fff:beef:15::/64 -> 2001:db8::55:ffunit
91092026-08-08T03:04:43.438Z DEBG
91102026-08-08T03:04:43.438Z: created new freemap
91112026-08-08T03:04:43.438Zfreemap_route_ipv4,
91122026-08-08T03:04:43.438Zunit: freemap_route_ipv6Aug 08 03:04:42.514Aug 08 03:04:42.514
91132026-08-08T03:04:43.442Z Aug 08 03:04:42.514DEBGINFO Aug 08 03:04:42.514DEBGreset freemap Aug 08 03:04:42.514replacing 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 } }]
91142026-08-08T03:04:43.442Z, DEBGDEBG unitinitted freemap. size: 64:, unit: 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 } }]freemap_route_ipv4
91152026-08-08T03:04:43.442Z
91162026-08-08T03:04:43.442ZAug 08 03:04:42.514freemap_route_ipv4
91172026-08-08T03:04:43.442ZINFOadding route 172.17.0.15/32 -> 10.0.0.255Aug 08 03:04:42.514 adding route 172.17.0.13/32 -> 10.0.0.255
91182026-08-08T03:04:43.442ZDEBG Aug 08 03:04:42.514reset freemap Aug 08 03:04:42.514, DEBG unit :initted freemap. size: 64
91192026-08-08T03:04:43.442Z, INFOunit : freemap_route_ipv4adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
91202026-08-08T03:04:43.442Z
91212026-08-08T03:04:43.442Zfreemap_route_ipv6
91222026-08-08T03:04:43.442ZAug 08 03:04:42.514Aug 08 03:04:42.514 DEBGDEBGAug 08 03:04:42.514 DEBGinitted freemap. size: 64replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] , replacing targets for 3fff: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 08 03:04:42.514unit
91232026-08-08T03:04:43.442Z: DEBG
91242026-08-08T03:04:43.442Z reset freemapfreemap_route_ipv6, Aug 08 03:04:42.514Aug 08 03:04:42.514unitAug 08 03:04:42.514
91252026-08-08T03:04:43.442Z: INFOINFO Aug 08 03:04:42.514freemap_route_ipv6 adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
91262026-08-08T03:04:43.442ZDEBG
91272026-08-08T03:04:43.442Z reset freemapadding route 172.17.0.14/32 -> 10.0.0.255,
91282026-08-08T03:04:43.442ZAug 08 03:04:42.514 unit :INFO freemap_route_ipv6Aug 08 03:04:42.514
91292026-08-08T03:04:43.442Z adding route 172.16.0.0/32 -> 10.0.0.1DEBG
91302026-08-08T03:04:43.443ZAug 08 03:04:42.514 DEBGAug 08 03:04:42.514 DEBGINFOreplacing 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 08 03:04:42.514
91312026-08-08T03:04:43.443Z 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:dead::/64 -> 2001:db8::55:1
91322026-08-08T03:04:43.443Zreplacing 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 } }]
91332026-08-08T03:04:43.443Z
91342026-08-08T03:04:43.443ZDEBG Aug 08 03:04:42.514Aug 08 03:04:42.514replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
91352026-08-08T03:04:43.443ZAug 08 03:04:42.514INFO INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG
91362026-08-08T03:04:43.443Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
91372026-08-08T03:04:43.443Zadding route 172.17.0.15/32 -> 10.0.0.255Aug 08 03:04:42.514
91382026-08-08T03:04:43.443ZAug 08 03:04:42.514 INFOINFO Aug 08 03:04:42.514Aug 08 03:04:42.514 DEBGINFO Aug 08 03:04:42.514 adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.16.0.0/32 -> 10.0.0.2
91392026-08-08T03:04:43.443Zreplacing 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
91402026-08-08T03:04:43.443Z
91412026-08-08T03:04:43.443Z 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 08 03:04:42.514
91422026-08-08T03:04:43.443Z adding route 172.17.0.16/32 -> 10.0.0.255DEBG Aug 08 03:04:42.514replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 08 03:04:42.514Aug 08 03:04:42.514
91432026-08-08T03:04:43.443Z INFO DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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
91442026-08-08T03:04:43.443Z
91452026-08-08T03:04:43.443Zadding route 172.17.0.16/32 -> 10.0.0.255Aug 08 03:04:42.514
91462026-08-08T03:04:43.443ZINFO Aug 08 03:04:42.514adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
91472026-08-08T03:04:43.443Z
91482026-08-08T03:04:43.443ZINFOAug 08 03:04:42.514 adding route 172.17.0.0/32 -> 10.0.0.255Aug 08 03:04:42.514
91492026-08-08T03:04:43.443ZDEBG Aug 08 03:04:42.514 DEBGreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
91502026-08-08T03:04:43.443ZAug 08 03:04:42.514Aug 08 03:04:42.514 DEBG DEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 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 } }]
91512026-08-08T03:04:43.443Z
91522026-08-08T03:04:43.443Z
91532026-08-08T03:04:43.443Z
91542026-08-08T03:04:43.443ZAug 08 03:04:42.514Aug 08 03:04:42.514Aug 08 03:04:42.514Aug 08 03:04:42.514 INFOINFOINFO Aug 08 03:04:42.514 adding route 3fff:dead::/64 -> 2001:db8::55:4 DEBG
91552026-08-08T03:04:43.443Zadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 172.17.0.17/32 -> 10.0.0.255
91562026-08-08T03:04:43.443Zcreated new freemapINFO
91572026-08-08T03:04:43.444Z, unitAug 08 03:04:42.514:adding route 172.17.0.1/32 -> 10.0.0.255 DEBGAug 08 03:04:42.514
91582026-08-08T03:04:43.444Zfreemap_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 } }]
91592026-08-08T03:04:43.444Z
91602026-08-08T03:04:43.444ZDEBGAug 08 03:04:42.514Aug 08 03:04:42.514 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 } }]DEBGAug 08 03:04:42.514 DEBGreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91612026-08-08T03:04:43.444ZDEBGAug 08 03:04:42.514
91622026-08-08T03:04:43.444Zreplacing targets for 3fff:dead::/64 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 } }]
91632026-08-08T03:04:43.444ZDEBGreplacing 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 } }]
91642026-08-08T03:04:43.444ZAug 08 03:04:42.514created new freemapAug 08 03:04:42.514, Aug 08 03:04:42.514INFO INFOINFO unitadding route 172.17.0.18/32 -> 10.0.0.255adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
91652026-08-08T03:04:43.444Z:adding route 172.17.0.2/32 -> 10.0.0.255
91662026-08-08T03:04:43.444Z
91672026-08-08T03:04:43.444Zfreemap_route_ipv6Aug 08 03:04:42.514
91682026-08-08T03:04:43.444ZAug 08 03:04:42.514 Aug 08 03:04:42.514DEBG 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 } }] DEBGreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:04:42.514
91692026-08-08T03:04:43.444ZDEBG
91702026-08-08T03:04:43.444Ztest route::tests::identity_replace_is_noop ... ok
91712026-08-08T03:04:43.444Z initted freemap. size: 64replacing 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 } }],
91722026-08-08T03:04:43.444ZAug 08 03:04:42.514unit Aug 08 03:04:42.514: INFO freemap_route_ipv4INFO
91732026-08-08T03:04:43.444Z Aug 08 03:04:42.514 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 172.17.0.3/32 -> 10.0.0.255Aug 08 03:04:42.514
91742026-08-08T03:04:43.444Z
91752026-08-08T03:04:43.444ZDEBG adding route 172.17.0.19/32 -> 10.0.0.255reset freemap
91762026-08-08T03:04:43.444Z, unitAug 08 03:04:42.514Aug 08 03:04:42.514: DEBG DEBGfreemap_route_ipv4 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 } }]
91772026-08-08T03:04:43.444Ztest route::tests::same_size_non_subset_replace ... ok
91782026-08-08T03:04:43.444Z
91792026-08-08T03:04:43.444Ztest route::tests::shrink_preserves_compacted_order ... ok
91802026-08-08T03:04:43.444Z Aug 08 03:04:42.514 replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
91812026-08-08T03:04:43.444Z Aug 08 03:04:42.514replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
91822026-08-08T03:04:43.444Zinitted freemap. size: 64Aug 08 03:04:42.514Aug 08 03:04:42.514, unitINFOAug 08 03:04:42.514INFO : adding route 172.17.0.4/32 -> 10.0.0.255freemap_route_ipv6
91832026-08-08T03:04:43.444Z
91842026-08-08T03:04:43.445Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO
91852026-08-08T03:04:43.445Zadding route 172.17.0.20/32 -> 10.0.0.255Aug 08 03:04:42.514
91862026-08-08T03:04:43.445ZAug 08 03:04:42.514 DEBGDEBG Aug 08 03:04:42.514reset freemap , unitAug 08 03:04:42.514replacing 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 } }] :
91872026-08-08T03:04:43.445Z DEBGfreemap_route_ipv6DEBG
91882026-08-08T03:04:43.445Z replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }]
91892026-08-08T03:04:43.445Z
91902026-08-08T03:04:43.445ZAug 08 03:04:42.514 Aug 08 03:04:42.514 INFO adding route 172.17.0.5/32 -> 10.0.0.255Aug 08 03:04:42.514
91912026-08-08T03:04:43.445Z INFOINFO Aug 08 03:04:42.514adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff INFOadding route 172.16.0.0/32 -> 10.0.0.1
91922026-08-08T03:04:43.445Zadding route 172.17.0.21/32 -> 10.0.0.255
91932026-08-08T03:04:43.445ZAug 08 03:04:42.514
91942026-08-08T03:04:43.445Z Aug 08 03:04:42.514Aug 08 03:04:42.514Aug 08 03:04:42.514 DEBGDEBGDEBG 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 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
91952026-08-08T03:04:43.445Z 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 } }]
91962026-08-08T03:04:43.445Z
91972026-08-08T03:04:43.445Z 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 } }]
91982026-08-08T03:04:43.445ZAug 08 03:04:42.514Aug 08 03:04:42.514 INFOINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.2
91992026-08-08T03:04:43.445Z
92002026-08-08T03:04:43.445ZunitAug 08 03:04:42.514Aug 08 03:04:42.514 Aug 08 03:04:42.514INFOAug 08 03:04:42.514 DEBG adding route 172.17.0.22/32 -> 10.0.0.255
92012026-08-08T03:04:43.445Z: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 } }]
92022026-08-08T03:04:43.445ZDEBG freemap_route_ipv4adding route 172.17.0.6/32 -> 10.0.0.255
92032026-08-08T03:04:43.445ZAug 08 03:04:42.514 DEBG
92042026-08-08T03:04:43.445Z replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
92052026-08-08T03:04:43.445ZAug 08 03:04:42.514
92062026-08-08T03:04:43.445Z Aug 08 03:04:42.514INFOAug 08 03:04:42.514Aug 08 03:04:42.514 DEBGAug 08 03:04:42.514 INFOINFOadding route 172.16.0.0/32 -> 10.0.0.3replacing 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 } }]
92072026-08-08T03:04:43.445Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
92082026-08-08T03:04:43.445Zadding route 172.17.0.23/32 -> 10.0.0.255
92092026-08-08T03:04:43.445Z DEBGAug 08 03:04:42.514 Aug 08 03:04:42.514DEBG
92102026-08-08T03:04:43.445Zcreated new freemap replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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 08 03:04:42.514,
92112026-08-08T03:04:43.445Z DEBGINFO replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:04:42.514
92122026-08-08T03:04:43.446ZAug 08 03:04:42.514adding route 172.17.0.7/32 -> 10.0.0.255 DEBGINFO
92132026-08-08T03:04:43.450Zunit: freemap_route_ipv6adding route 172.16.0.0/32 -> 10.0.0.4 Aug 08 03:04:42.514replacing 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 08 03:04:42.514DEBG
92142026-08-08T03:04:43.450ZINFO
92152026-08-08T03:04:43.450Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ffreplacing 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 } }]
92162026-08-08T03:04:43.450ZAug 08 03:04:42.515 DEBG
92172026-08-08T03:04:43.450Z created new freemapAug 08 03:04:42.521, unitDEBG: Aug 08 03:04:42.521 replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4
92182026-08-08T03:04:43.450ZDEBG
92192026-08-08T03:04:43.450Z initted freemap. size: 64Aug 08 03:04:42.521 Aug 08 03:04:42.521 DEBG, unitcreated new freemap:, unitfreemap_route_ipv4:
92202026-08-08T03:04:43.450Z freemap_route_ipv6
92212026-08-08T03:04:43.450Z DEBG Aug 08 03:04:42.521Aug 08 03:04:42.521Aug 08 03:04:42.521replacing 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 08 03:04:42.514DEBG DEBG
92222026-08-08T03:04:43.450Z DEBGreset freemap replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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 } }], unit
92232026-08-08T03:04:43.450ZINFO:initted freemap. size: 64 freemap_route_ipv4, Aug 08 03:04:42.521
92242026-08-08T03:04:43.450Z INFO adding route 172.17.0.24/32 -> 10.0.0.255Aug 08 03:04:42.521
92252026-08-08T03:04:43.450Z unitDEBGAug 08 03:04:42.521 : replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]freemap_route_ipv4
92262026-08-08T03:04:43.450Z Aug 08 03:04:42.521DEBG initted freemap. size: 64adding route 172.17.0.24/32 -> 10.0.0.255
92272026-08-08T03:04:43.450Z, DEBG
92282026-08-08T03:04:43.450Zunit: 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 } }]
92292026-08-08T03:04:43.450Zfreemap_route_ipv6Aug 08 03:04:42.521
92302026-08-08T03:04:43.450Z Aug 08 03:04:42.521 DEBGAug 08 03:04:42.521 DEBGAug 08 03:04:42.521 INFOreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
92312026-08-08T03:04:43.450Zreset freemap , unitreset freemapadding route 172.17.0.25/32 -> 10.0.0.255, :
92322026-08-08T03:04:43.450Z unitfreemap_route_ipv4:
92332026-08-08T03:04:43.450Z freemap_route_ipv6Aug 08 03:04:42.521
92342026-08-08T03:04:43.450Z Aug 08 03:04:42.521DEBG 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 08 03:04:42.521Aug 08 03:04:42.521 INFO
92352026-08-08T03:04:43.450Z adding route 172.17.0.25/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.1DEBG
92362026-08-08T03:04:43.450Z initted freemap. size: 64Aug 08 03:04:42.521,
92372026-08-08T03:04:43.451Z Aug 08 03:04:42.522INFO DEBGadding route 172.17.0.26/32 -> 10.0.0.255 unit
92382026-08-08T03:04:43.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 } }]:
92392026-08-08T03:04:43.451Zfreemap_route_ipv6
92402026-08-08T03:04:43.451ZAug 08 03:04:42.522 DEBGAug 08 03:04:42.522 replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:04:42.522Aug 08 03:04:42.522DEBG
92412026-08-08T03:04:43.451ZINFOreplacing 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.16.0.0/32 -> 10.0.0.2DEBG
92422026-08-08T03:04:43.451Z reset freemap
92432026-08-08T03:04:43.451Z, Aug 08 03:04:42.522 INFOunit :adding route 172.17.0.26/32 -> 10.0.0.255Aug 08 03:04:42.522Aug 08 03:04:42.522
92442026-08-08T03:04:43.451ZDEBG freemap_route_ipv6replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
92452026-08-08T03:04:43.451ZINFO
92462026-08-08T03:04:43.451Zadding route 172.17.0.27/32 -> 10.0.0.255
92472026-08-08T03:04:43.451ZAug 08 03:04:42.522Aug 08 03:04:42.522 Aug 08 03:04:42.522DEBGAug 08 03:04:42.522 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }]
92482026-08-08T03:04:43.451Z INFODEBG DEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]
92492026-08-08T03:04:43.451Z
92502026-08-08T03:04:43.451Zreplacing 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 } }]
92512026-08-08T03:04:43.451ZAug 08 03:04:42.522 Aug 08 03:04:42.522INFO Aug 08 03:04:42.522DEBGadding route 172.17.0.28/32 -> 10.0.0.255
92522026-08-08T03:04:43.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 } }]
92532026-08-08T03:04:43.451ZINFO Aug 08 03:04:42.522adding route 172.17.0.27/32 -> 10.0.0.255
92542026-08-08T03:04:43.451ZDEBG 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 08 03:04:42.522
92552026-08-08T03:04:43.451Z INFOAug 08 03:04:42.522 adding route 172.16.0.0/32 -> 10.0.0.2DEBGAug 08 03:04:42.522 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 } }]INFO
92562026-08-08T03:04:43.451Z
92572026-08-08T03:04:43.451Zadding route 172.17.0.29/32 -> 10.0.0.255
92582026-08-08T03:04:43.451ZAug 08 03:04:42.522
92592026-08-08T03:04:43.451Z Aug 08 03:04:42.522INFO Aug 08 03:04:42.522adding route 172.17.0.28/32 -> 10.0.0.255 INFO
92602026-08-08T03:04:43.451Z DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff 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 } }]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 } }]
92612026-08-08T03:04:43.451Z
92622026-08-08T03:04:43.451Z
92632026-08-08T03:04:43.452ZAug 08 03:04:42.522 Aug 08 03:04:42.522DEBGAug 08 03:04:42.522Aug 08 03:04:42.522 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 } }]
92642026-08-08T03:04:43.452ZINFOINFOAug 08 03:04:42.522 adding route 172.17.0.30/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 } }]
92652026-08-08T03:04:43.452Z adding route 172.17.0.8/32 -> 10.0.0.255
92662026-08-08T03:04:43.452Z
92672026-08-08T03:04:43.452ZAug 08 03:04:42.522Aug 08 03:04:42.522 INFODEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.3
92682026-08-08T03:04:43.452Z INFO
92692026-08-08T03:04:43.452Z Aug 08 03:04:42.522adding route 172.17.0.29/32 -> 10.0.0.255 Aug 08 03:04:42.522INFOAug 08 03:04:42.522
92702026-08-08T03:04:43.452Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO DEBG
92712026-08-08T03:04:43.452Z adding route 172.17.0.31/32 -> 10.0.0.255replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:04:42.522
92722026-08-08T03:04:43.452ZAug 08 03:04:42.522
92732026-08-08T03:04:43.452ZDEBG DEBGAug 08 03:04:42.522replacing 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 08 03:04:42.522
92742026-08-08T03:04:43.452ZDEBGDEBGAug 08 03:04:42.522 replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]INFO
92752026-08-08T03:04:43.452Z
92762026-08-08T03:04:43.452Z adding route 172.17.0.9/32 -> 10.0.0.255
92772026-08-08T03:04:43.452Z 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 08 03:04:42.522Aug 08 03:04:42.522 INFO
92782026-08-08T03:04:43.452ZINFO Aug 08 03:04:42.522adding route 172.17.0.32/32 -> 10.0.0.255 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 08 03:04:42.522
92792026-08-08T03:04:43.452Z Aug 08 03:04:42.522
92802026-08-08T03:04:43.452Z INFOINFODEBG Aug 08 03:04:42.522adding route 172.17.0.30/32 -> 10.0.0.255Aug 08 03:04:42.522 DEBGreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGadding route 172.16.0.0/32 -> 10.0.0.4
92812026-08-08T03:04:43.452Z
92822026-08-08T03:04:43.452Zreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
92832026-08-08T03:04:43.452Z
92842026-08-08T03:04:43.452ZAug 08 03:04:42.522 Aug 08 03:04:42.522
92852026-08-08T03:04:43.452ZINFO adding route 172.17.0.10/32 -> 10.0.0.255Aug 08 03:04:42.522DEBG INFOAug 08 03:04:42.522Aug 08 03:04:42.522 adding route 172.17.0.33/32 -> 10.0.0.255INFO
92862026-08-08T03:04:43.452Z adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
92872026-08-08T03:04:43.452Z
92882026-08-08T03:04:43.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 } }, 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 } }]
92892026-08-08T03:04:43.452ZDEBG 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 } }]
92902026-08-08T03:04:43.452ZAug 08 03:04:42.522 Aug 08 03:04:42.522DEBGAug 08 03:04:42.522 Aug 08 03:04:42.522DEBGreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 08 03:04:42.522
92912026-08-08T03:04:43.452Z 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 } }]DEBGINFO
92922026-08-08T03:04:43.453Z Aug 08 03:04:42.522DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFOreplacing targets for 172.17.0.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 } }]
92932026-08-08T03:04:43.453Zadding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.31/32 -> 10.0.0.255
92942026-08-08T03:04:43.453ZAug 08 03:04:42.522
92952026-08-08T03:04:43.453Z
92962026-08-08T03:04:43.453Z INFO Aug 08 03:04:42.522adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
92972026-08-08T03:04:43.453ZAug 08 03:04:42.522Aug 08 03:04:42.522DEBG INFODEBGAug 08 03:04:42.522replacing 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 } }]
92982026-08-08T03:04:43.453ZDEBG adding route 172.17.0.34/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 } }]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 } }]
92992026-08-08T03:04:43.453ZAug 08 03:04:42.522
93002026-08-08T03:04:43.453Z INFO
93012026-08-08T03:04:43.453Zadding route 172.17.0.12/32 -> 10.0.0.255
93022026-08-08T03:04:43.453ZAug 08 03:04:42.522 Aug 08 03:04:42.522INFO DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 08 03:04:42.522
93032026-08-08T03:04:43.453Z 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 08 03:04:42.522
93042026-08-08T03:04:43.453ZINFO DEBGAug 08 03:04:42.522adding route 172.17.0.32/32 -> 10.0.0.255 Aug 08 03:04:42.522replacing 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 } }]
93052026-08-08T03:04:43.453Z DEBG
93062026-08-08T03:04:43.453ZINFO 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 } }]
93072026-08-08T03:04:43.453ZAug 08 03:04:42.522Aug 08 03:04:42.522 DEBG INFO adding route 172.17.0.13/32 -> 10.0.0.255
93082026-08-08T03:04:43.453Zreplacing 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 08 03:04:42.522
93092026-08-08T03:04:43.453Z INFOAug 08 03:04:42.522 DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
93102026-08-08T03:04:43.453Zreplacing 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 } }]
93112026-08-08T03:04:43.453Zadding route 172.17.0.35/32 -> 10.0.0.255
93122026-08-08T03:04:43.453ZAug 08 03:04:42.522 INFOAug 08 03:04:42.522 adding route 172.17.0.33/32 -> 10.0.0.255INFO
93132026-08-08T03:04:43.457Z adding route 172.17.0.14/32 -> 10.0.0.255Aug 08 03:04:42.522
93142026-08-08T03:04:43.458Z DEBG Aug 08 03:04:42.522replacing 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 } }]
93152026-08-08T03:04:43.458Z Aug 08 03:04:42.522INFO DEBGadding route 172.17.0.17/32 -> 10.0.0.255 Aug 08 03:04:42.522DEBG
93162026-08-08T03:04:43.458Z INFO replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255
93172026-08-08T03:04:43.458Zreplacing 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 } }]
93182026-08-08T03:04:43.458ZAug 08 03:04:42.522
93192026-08-08T03:04:43.458Z DEBGAug 08 03:04:42.522 Aug 08 03:04:42.522replacing 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 } }]
93202026-08-08T03:04:43.458ZINFO DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
93212026-08-08T03:04:43.458Zreplacing 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 08 03:04:42.522
93222026-08-08T03:04:43.458ZAug 08 03:04:42.522 DEBGAug 08 03:04:42.522 Aug 08 03:04:42.529 created new freemapINFO , INFOunit adding route 172.17.0.18/32 -> 10.0.0.255:adding route 172.17.0.15/32 -> 10.0.0.255
93232026-08-08T03:04:43.458Z
93242026-08-08T03:04:43.458Z freemap_route_ipv4
93252026-08-08T03:04:43.458ZAug 08 03:04:42.529 DEBG Aug 08 03:04:42.529replacing 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 } }]
93262026-08-08T03:04:43.458ZDEBG created new freemap, unitAug 08 03:04:42.529: DEBGfreemap_route_ipv6
93272026-08-08T03:04:43.458Zreplacing 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 } }]
93282026-08-08T03:04:43.458Z Aug 08 03:04:42.529DEBG Aug 08 03:04:42.529INFO replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
93292026-08-08T03:04:43.458ZAug 08 03:04:42.529 adding route 172.17.0.16/32 -> 10.0.0.255DEBG
93302026-08-08T03:04:43.458Z adding route 172.17.0.19/32 -> 10.0.0.255initted freemap. size: 64
93312026-08-08T03:04:43.458Z, unitAug 08 03:04:42.529: Aug 08 03:04:42.529Aug 08 03:04:42.529INFO DEBG freemap_route_ipv4DEBGadding route 172.17.0.37/32 -> 10.0.0.255 replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }]
93322026-08-08T03:04:43.458Z
93332026-08-08T03:04:43.458Z
93342026-08-08T03:04:43.458Z
93352026-08-08T03:04:43.458ZAug 08 03:04:42.529Aug 08 03:04:42.529 INFOAug 08 03:04:42.529 DEBGadding route 172.17.0.20/32 -> 10.0.0.255
93362026-08-08T03:04:43.458Z INFOAug 08 03:04:42.522 replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.17/32 -> 10.0.0.255
93372026-08-08T03:04:43.458Z
93382026-08-08T03:04:43.458Z 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 08 03:04:42.529
93392026-08-08T03:04:43.459Z Aug 08 03:04:42.529Aug 08 03:04:42.529Aug 08 03:04:42.529DEBG INFO replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.38/32 -> 10.0.0.255
93402026-08-08T03:04:43.459ZAug 08 03:04:42.529
93412026-08-08T03:04:43.459Z INFODEBGDEBGAug 08 03:04:42.529 replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
93422026-08-08T03:04:43.459ZINFO
93432026-08-08T03:04:43.459ZAug 08 03:04:42.529reset freemap , DEBGadding route 172.17.0.21/32 -> 10.0.0.255
93442026-08-08T03:04:43.459ZAug 08 03:04:42.529replacing 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 } }] unitDEBG
93452026-08-08T03:04:43.459ZAug 08 03:04:42.529: Aug 08 03:04:42.529INFO Aug 08 03:04:42.529freemap_route_ipv4 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 } }]INFODEBG adding route 172.17.0.39/32 -> 10.0.0.255
93462026-08-08T03:04:43.459Z
93472026-08-08T03:04:43.459Z
93482026-08-08T03:04:43.459Zadding route 172.17.0.18/32 -> 10.0.0.255
93492026-08-08T03:04:43.459Zreplacing 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 } }]
93502026-08-08T03:04:43.459ZAug 08 03:04:42.529 Aug 08 03:04:42.529DEBG Aug 08 03:04:42.529Aug 08 03:04:42.529Aug 08 03:04:42.529 INFODEBG 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 } }] adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 172.17.0.22/32 -> 10.0.0.255
93512026-08-08T03:04:43.459Z
93522026-08-08T03:04:43.459Z
93532026-08-08T03:04:43.459ZDEBGinitted freemap. size: 64 , Aug 08 03:04:42.529unitAug 08 03:04:42.529Aug 08 03:04:42.529 DEBG INFOreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
93542026-08-08T03:04:43.459Z: 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.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 } }]
93552026-08-08T03:04:43.459Z
93562026-08-08T03:04:43.459Z Aug 08 03:04:42.529 freemap_route_ipv6adding route 172.17.0.19/32 -> 10.0.0.255INFOAug 08 03:04:42.529 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFO
93572026-08-08T03:04:43.459Z
93582026-08-08T03:04:43.459Z adding route 172.17.0.23/32 -> 10.0.0.255
93592026-08-08T03:04:43.459Z
93602026-08-08T03:04:43.459ZAug 08 03:04:42.529 Aug 08 03:04:42.529INFO Aug 08 03:04:42.529DEBGAug 08 03:04:42.529Aug 08 03:04:42.529 adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93612026-08-08T03:04:43.459Z
93622026-08-08T03:04:43.459Z DEBGDEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93632026-08-08T03:04:43.459Zreplacing 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 08 03:04:42.530Aug 08 03:04:42.530
93642026-08-08T03:04:43.459ZDEBG DEBGINFO Aug 08 03:04:42.530reset freemap Aug 08 03:04:42.530adding route 172.17.0.20/32 -> 10.0.0.255 INFOINFO
93652026-08-08T03:04:43.459Z , adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 172.17.0.24/32 -> 10.0.0.255
93662026-08-08T03:04:43.460Zunit
93672026-08-08T03:04:43.460Z: 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 } }]freemap_route_ipv6
93682026-08-08T03:04:43.460Z
93692026-08-08T03:04:43.460ZAug 08 03:04:42.530 Aug 08 03:04:42.530Aug 08 03:04:42.530DEBGAug 08 03:04:42.530 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 } }]
93702026-08-08T03:04:43.460ZINFO DEBGAug 08 03:04:42.530replacing 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 } }]
93712026-08-08T03:04:43.460Zreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:04:42.530
93722026-08-08T03:04:43.460ZINFOadding route 172.17.0.41/32 -> 10.0.0.255Aug 08 03:04:42.530
93732026-08-08T03:04:43.460Z INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 08 03:04:42.530
93742026-08-08T03:04:43.460Z
93752026-08-08T03:04:43.460Z INFO adding route 172.17.0.25/32 -> 10.0.0.255Aug 08 03:04:42.530
93762026-08-08T03:04:43.460ZINFO Aug 08 03:04:42.530Aug 08 03:04:42.530adding route 172.17.0.21/32 -> 10.0.0.255 DEBGAug 08 03:04:42.530
93772026-08-08T03:04:43.460Z 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 } }]
93782026-08-08T03:04:43.460ZDEBG Aug 08 03:04:42.530DEBG 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 } }]Aug 08 03:04:42.530replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.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 } }]
93792026-08-08T03:04:43.460Z
93802026-08-08T03:04:43.460Z
93812026-08-08T03:04:43.460Z adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffreplacing 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 } }]
93822026-08-08T03:04:43.460Z
93832026-08-08T03:04:43.460ZAug 08 03:04:42.530 Aug 08 03:04:42.530INFOAug 08 03:04:42.530 Aug 08 03:04:42.530adding route 172.17.0.26/32 -> 10.0.0.255
93842026-08-08T03:04:43.460Z DEBG Aug 08 03:04:42.530replacing 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 } }] INFOAug 08 03:04:42.530 INFO
93852026-08-08T03:04:43.460Zadding route 172.17.0.42/32 -> 10.0.0.255
93862026-08-08T03:04:43.460ZINFOadding route 172.17.0.22/32 -> 10.0.0.255 DEBG
93872026-08-08T03:04:43.460ZAug 08 03:04:42.530 Aug 08 03:04:42.530replacing 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 } }]
93882026-08-08T03:04:43.460ZDEBGAug 08 03:04:42.530 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
93892026-08-08T03:04:43.460ZINFOAug 08 03:04:42.530 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO
93902026-08-08T03:04:43.460Z 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 } }]
93912026-08-08T03:04:43.460Zadding route 172.17.0.27/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2
93922026-08-08T03:04:43.460Z
93932026-08-08T03:04:43.460ZAug 08 03:04:42.530 Aug 08 03:04:42.530DEBGAug 08 03:04:42.530 Aug 08 03:04:42.530replacing 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 } }]
93942026-08-08T03:04:43.460ZINFO DEBGAug 08 03:04:42.530adding route 172.17.0.23/32 -> 10.0.0.255 Aug 08 03:04:42.530 INFO
93952026-08-08T03:04:43.461Zreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
93962026-08-08T03:04:43.461Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBG
93972026-08-08T03:04:43.461Zadding route 172.17.0.43/32 -> 10.0.0.255
93982026-08-08T03:04:43.461Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 08 03:04:42.530
93992026-08-08T03:04:43.461Z Aug 08 03:04:42.530Aug 08 03:04:42.530Aug 08 03:04:42.530INFO DEBGDEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]
94002026-08-08T03:04:43.461Z Aug 08 03:04:42.530adding route 172.17.0.28/32 -> 10.0.0.255
94012026-08-08T03:04:43.461Z
94022026-08-08T03:04:43.461ZINFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3Aug 08 03:04:42.530
94032026-08-08T03:04:43.461Z Aug 08 03:04:42.530INFO 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 08 03:04:42.530DEBG
94042026-08-08T03:04:43.461Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
94052026-08-08T03:04:43.461Zreplacing 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
94062026-08-08T03:04:43.461Zadding route 172.17.0.24/32 -> 10.0.0.255Aug 08 03:04:42.530
94072026-08-08T03:04:43.461Z Aug 08 03:04:42.530DEBG Aug 08 03:04:42.530INFOreplacing 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 08 03:04:42.530
94082026-08-08T03:04:43.461ZAug 08 03:04:42.530 INFOadding route 172.17.0.44/32 -> 10.0.0.255
94092026-08-08T03:04:43.461Z Aug 08 03:04:42.530adding route 172.17.0.29/32 -> 10.0.0.255DEBG
94102026-08-08T03:04:43.461Z INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 08 03:04:42.530
94112026-08-08T03:04:43.461ZAug 08 03:04:42.530 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG
94122026-08-08T03:04:43.461Z 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 } }] DEBG
94132026-08-08T03:04:43.465Zreplacing 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 } }]
94142026-08-08T03:04:43.465ZAug 08 03:04:42.530 replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
94152026-08-08T03:04:43.465ZAug 08 03:04:42.530replacing 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 08 03:04:42.530INFO
94162026-08-08T03:04:43.465Z adding route 172.17.0.45/32 -> 10.0.0.255
94172026-08-08T03:04:43.465ZINFOAug 08 03:04:42.530 adding route 172.17.0.25/32 -> 10.0.0.255INFO
94182026-08-08T03:04:43.465Z Aug 08 03:04:42.530 Aug 08 03:04:42.530INFOadding route 172.17.0.30/32 -> 10.0.0.255Aug 08 03:04:42.530
94192026-08-08T03:04:43.465Z DEBGDEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff Aug 08 03:04:42.530replacing 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 } }]
94202026-08-08T03:04:43.465Z
94212026-08-08T03:04:43.466Zreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
94222026-08-08T03:04:43.466Z Aug 08 03:04:42.530Aug 08 03:04:42.530 Aug 08 03:04:42.530 DEBGDEBG adding route 3fff:dead::/64 -> 2001:db8::55:4
94232026-08-08T03:04:43.466Zreplacing 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 } }]
94242026-08-08T03:04:43.466ZINFOreplacing 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 } }]
94252026-08-08T03:04:43.466ZAug 08 03:04:42.530Aug 08 03:04:42.530adding route 172.17.0.46/32 -> 10.0.0.255 INFOINFO
94262026-08-08T03:04:43.466Z Aug 08 03:04:42.530adding route 172.17.0.31/32 -> 10.0.0.255Aug 08 03:04:42.530 adding route 172.17.0.26/32 -> 10.0.0.255
94272026-08-08T03:04:43.466ZINFO
94282026-08-08T03:04:43.466Z adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG
94292026-08-08T03:04:43.466Z Aug 08 03:04:42.530replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]
94302026-08-08T03:04:43.466ZDEBGAug 08 03:04:42.530 DEBGAug 08 03:04:42.530 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 } }]Aug 08 03:04:42.530
94312026-08-08T03:04:43.466Z 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 08 03:04:42.530replacing 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 } }]
94322026-08-08T03:04:43.466Z
94332026-08-08T03:04:43.466Zreplacing 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 Aug 08 03:04:42.530Aug 08 03:04:42.530 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 172.17.0.32/32 -> 10.0.0.255INFO
94342026-08-08T03:04:43.466Z
94352026-08-08T03:04:43.466Z adding route 172.17.0.27/32 -> 10.0.0.255
94362026-08-08T03:04:43.466Z
94372026-08-08T03:04:43.466ZAug 08 03:04:42.537 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 08 03:04:42.537Aug 08 03:04:42.537Aug 08 03:04:42.537
94382026-08-08T03:04:43.466ZINFO DEBG INFOadding route 172.17.0.47/32 -> 10.0.0.255
94392026-08-08T03:04:43.466Zadding 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 } }]
94402026-08-08T03:04:43.466Z
94412026-08-08T03:04:43.466ZAug 08 03:04:42.537 INFO Aug 08 03:04:42.537adding route 172.17.0.33/32 -> 10.0.0.255Aug 08 03:04:42.537
94422026-08-08T03:04:43.466Z Aug 08 03:04:42.537INFO adding route 172.17.0.28/32 -> 10.0.0.255DEBG
94432026-08-08T03:04:43.466ZDEBG 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 } }]
94442026-08-08T03:04:43.466Zreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:04:42.537
94452026-08-08T03:04:43.466Z Aug 08 03:04:42.537DEBG Aug 08 03:04:42.537replacing 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 08 03:04:42.537DEBG
94462026-08-08T03:04:43.466Z INFO 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 08 03:04:42.537adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
94472026-08-08T03:04:43.466ZINFO
94482026-08-08T03:04:43.467Z adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255
94492026-08-08T03:04:43.467Z
94502026-08-08T03:04:43.467ZAug 08 03:04:42.537Aug 08 03:04:42.537 Aug 08 03:04:42.537INFO Aug 08 03:04:42.537DEBG DEBGadding route 172.17.0.34/32 -> 10.0.0.255 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.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 } }]
94512026-08-08T03:04:43.467Z
94522026-08-08T03:04:43.467Z
94532026-08-08T03:04:43.467ZDEBG Aug 08 03:04:42.537replacing 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 08 03:04:42.537INFO INFOAug 08 03:04:42.537adding route 172.17.0.34/32 -> 10.0.0.255 INFO
94542026-08-08T03:04:43.467Z
94552026-08-08T03:04:43.467Z adding route 172.17.0.49/32 -> 10.0.0.255adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
94562026-08-08T03:04:43.467Z
94572026-08-08T03:04:43.467ZAug 08 03:04:42.537 DEBG Aug 08 03:04:42.537replacing 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 08 03:04:42.537
94582026-08-08T03:04:43.467ZDEBG Aug 08 03:04:42.537Aug 08 03:04:42.537DEBG DEBGINFO replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
94592026-08-08T03:04:43.467Z
94602026-08-08T03:04:43.467Zadding route 172.17.0.30/32 -> 10.0.0.255
94612026-08-08T03:04:43.467Zreplacing 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 } }]
94622026-08-08T03:04:43.467ZAug 08 03:04:42.537Aug 08 03:04:42.537 INFOAug 08 03:04:42.537 adding route 172.17.0.35/32 -> 10.0.0.255INFOAug 08 03:04:42.537
94632026-08-08T03:04:43.467Z INFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 08 03:04:42.537
94642026-08-08T03:04:43.467ZINFO adding route 172.17.0.35/32 -> 10.0.0.255
94652026-08-08T03:04:43.467Zadding route 172.17.0.50/32 -> 10.0.0.255
94662026-08-08T03:04:43.467ZDEBG 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 08 03:04:42.537
94672026-08-08T03:04:43.467Z Aug 08 03:04:42.537DEBG Aug 08 03:04:42.537DEBG 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 08 03:04:42.537
94682026-08-08T03:04:43.467ZAug 08 03:04:42.537DEBG 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 } }]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 } }]
94692026-08-08T03:04:43.467Z
94702026-08-08T03:04:43.467Zadding route 172.17.0.31/32 -> 10.0.0.255
94712026-08-08T03:04:43.467Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
94722026-08-08T03:04:43.467ZDEBG Aug 08 03:04:42.537replacing 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 } }]
94732026-08-08T03:04:43.467Ztest route::tests::delete_targets_full ... ok
94742026-08-08T03:04:43.467ZAug 08 03:04:42.537 INFOAug 08 03:04:42.537 INFOAug 08 03:04:42.537 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 08 03:04:42.537DEBG INFO INFO adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255 replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255
94752026-08-08T03:04:43.467Z
94762026-08-08T03:04:43.468Z
94772026-08-08T03:04:43.468Z
94782026-08-08T03:04:43.468Z
94792026-08-08T03:04:43.468ZAug 08 03:04:42.537Aug 08 03:04:42.537 Aug 08 03:04:42.537DEBG Aug 08 03:04:42.537DEBG Aug 08 03:04:42.537 INFO replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.32/32 -> 10.0.0.255DEBG
94802026-08-08T03:04:43.468Z
94812026-08-08T03:04:43.468Z
94822026-08-08T03:04:43.468ZDEBG 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 08 03:04:42.537
94832026-08-08T03:04:43.468Zreplacing 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 08 03:04:42.537
94842026-08-08T03:04:43.468ZAug 08 03:04:42.537 INFODEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:04:42.537
94852026-08-08T03:04:43.468Z INFOINFO Aug 08 03:04:42.537adding route 172.17.0.37/32 -> 10.0.0.255
94862026-08-08T03:04:43.468Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 172.17.0.52/32 -> 10.0.0.255Aug 08 03:04:42.537
94872026-08-08T03:04:43.468Z INFOINFO
94882026-08-08T03:04:43.468Z Aug 08 03:04:42.537adding route 172.17.0.33/32 -> 10.0.0.255
94892026-08-08T03:04:43.468Zadding route 172.17.0.37/32 -> 10.0.0.255
94902026-08-08T03:04:43.468ZDEBG Aug 08 03:04:42.537 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
94912026-08-08T03:04:43.468Z Aug 08 03:04:42.537replacing 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 08 03:04:42.537DEBG
94922026-08-08T03:04:43.468ZAug 08 03:04:42.537 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 } }] INFOAug 08 03:04:42.537
94932026-08-08T03:04:43.468Z adding route 172.17.0.38/32 -> 10.0.0.255DEBG
94942026-08-08T03:04:43.468ZAug 08 03:04:42.537 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 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 08 03:04:42.538
94952026-08-08T03:04:43.468ZINFO DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
94962026-08-08T03:04:43.468Zcreated new freemap, Aug 08 03:04:42.546unit :INFO freemap_route_ipv4
94972026-08-08T03:04:43.468Z adding route 172.17.0.34/32 -> 10.0.0.255
94982026-08-08T03:04:43.468Z
94992026-08-08T03:04:43.468ZAug 08 03:04:42.546 DEBGAug 08 03:04:42.537 created new freemapINFOAug 08 03:04:42.546 , unitadding route 172.17.0.38/32 -> 10.0.0.255:
95002026-08-08T03:04:43.468Z DEBGfreemap_route_ipv6
95012026-08-08T03:04:43.468ZAug 08 03:04:42.546 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 } }]
95022026-08-08T03:04:43.468ZAug 08 03:04:42.546INFO DEBGAug 08 03:04:42.546 Aug 08 03:04:42.546 adding route 172.17.0.53/32 -> 10.0.0.255 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 } }]DEBGINFO
95032026-08-08T03:04:43.468Z adding route 172.17.0.35/32 -> 10.0.0.255
95042026-08-08T03:04:43.469Z
95052026-08-08T03:04:43.469Zinitted freemap. size: 64, Aug 08 03:04:42.546unit :INFO Aug 08 03:04:42.546 adding route 172.17.0.39/32 -> 10.0.0.255DEBGfreemap_route_ipv4
95062026-08-08T03:04:43.469Z
95072026-08-08T03:04:43.469Zreplacing 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 08 03:04:42.546
95082026-08-08T03:04:43.469Z DEBGAug 08 03:04:42.546Aug 08 03:04:42.546 Aug 08 03:04:42.546INFO DEBG DEBGadding route 172.17.0.36/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 } }]
95092026-08-08T03:04:43.469Z reset freemapreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
95102026-08-08T03:04:43.469Z
95112026-08-08T03:04:43.469Zunit:Aug 08 03:04:42.546Aug 08 03:04:42.546 DEBGAug 08 03:04:42.546freemap_route_ipv4 INFO replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95122026-08-08T03:04:43.469Zadding route 172.17.0.40/32 -> 10.0.0.255
95132026-08-08T03:04:43.473ZINFO
95142026-08-08T03:04:43.473Z adding route 172.17.0.54/32 -> 10.0.0.255
95152026-08-08T03:04:43.473ZAug 08 03:04:42.546 Aug 08 03:04:42.546DEBG INFOinitted freemap. size: 64 Aug 08 03:04:42.546adding route 172.17.0.37/32 -> 10.0.0.255Aug 08 03:04:42.546
95162026-08-08T03:04:43.474Z DEBGDEBG, replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 08 03:04:42.546
95172026-08-08T03:04:43.474Z unitDEBG
95182026-08-08T03:04:43.474Z : 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 } }]freemap_route_ipv6
95192026-08-08T03:04:43.474ZAug 08 03:04:42.546
95202026-08-08T03:04:43.474ZAug 08 03:04:42.546 INFOINFO adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255
95212026-08-08T03:04:43.474ZAug 08 03:04:42.546
95222026-08-08T03:04:43.474ZAug 08 03:04:42.546 DEBGAug 08 03:04:42.546INFOAug 08 03:04:42.546 DEBGadding route 172.17.0.38/32 -> 10.0.0.255DEBGreset freemap ,
95232026-08-08T03:04:43.474Zunitreplacing 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 } }]:
95242026-08-08T03:04:43.474Z freemap_route_ipv6replacing 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 } }]
95252026-08-08T03:04:43.474ZAug 08 03:04:42.546
95262026-08-08T03:04:43.474Z Aug 08 03:04:42.546DEBG Aug 08 03:04:42.546replacing 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 } }] INFOINFO
95272026-08-08T03:04:43.474Z adding route 172.17.0.42/32 -> 10.0.0.255
95282026-08-08T03:04:43.474Zadding route 172.16.0.0/32 -> 10.0.0.1
95292026-08-08T03:04:43.474ZAug 08 03:04:42.546 Aug 08 03:04:42.546INFO Aug 08 03:04:42.546 Aug 08 03:04:42.546adding route 172.17.0.39/32 -> 10.0.0.255 INFO
95302026-08-08T03:04:43.474ZDEBG 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
95312026-08-08T03:04:43.474Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 08 03:04:42.546
95322026-08-08T03:04:43.474Z DEBGadding route 172.17.0.56/32 -> 10.0.0.255
95332026-08-08T03:04:43.474Zreplacing 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 08 03:04:42.546
95342026-08-08T03:04:43.474ZAug 08 03:04:42.546 INFO adding route 172.17.0.43/32 -> 10.0.0.255INFO
95352026-08-08T03:04:43.474ZAug 08 03:04:42.546 Aug 08 03:04:42.546adding route 172.16.0.0/32 -> 10.0.0.2
95362026-08-08T03:04:43.474ZDEBGINFOAug 08 03:04:42.546 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 } }] adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95372026-08-08T03:04:43.474Z
95382026-08-08T03:04:43.474Z
95392026-08-08T03:04:43.474ZAug 08 03:04:42.546 Aug 08 03:04:42.546Aug 08 03:04:42.546DEBG INFODEBG adding route 172.17.0.44/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 } }]Aug 08 03:04:42.546replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95402026-08-08T03:04:43.474Z
95412026-08-08T03:04:43.474ZINFO
95422026-08-08T03:04:43.475Z adding route 172.17.0.57/32 -> 10.0.0.255Aug 08 03:04:42.546
95432026-08-08T03:04:43.475Z DEBG Aug 08 03:04:42.546replacing 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 } }]
95442026-08-08T03:04:43.475ZINFOAug 08 03:04:42.546Aug 08 03:04:42.546 adding route 172.17.0.41/32 -> 10.0.0.255 INFO
95452026-08-08T03:04:43.475ZDEBGadding route 172.16.0.0/32 -> 10.0.0.3Aug 08 03:04:42.546
95462026-08-08T03:04:43.475Z replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
95472026-08-08T03:04:43.475Zadding route 172.17.0.45/32 -> 10.0.0.255
95482026-08-08T03:04:43.475ZAug 08 03:04:42.546Aug 08 03:04:42.546 DEBGDEBGAug 08 03:04:42.546 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 08 03:04:42.546replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]
95492026-08-08T03:04:43.475ZINFODEBG 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 } }]
95502026-08-08T03:04:43.475Z
95512026-08-08T03:04:43.475Zadding route 172.17.0.58/32 -> 10.0.0.255Aug 08 03:04:42.546
95522026-08-08T03:04:43.475Z INFO adding route 172.17.0.42/32 -> 10.0.0.255Aug 08 03:04:42.546
95532026-08-08T03:04:43.475Z Aug 08 03:04:42.546INFO INFOadding route 172.16.0.0/32 -> 10.0.0.4Aug 08 03:04:42.546
95542026-08-08T03:04:43.475Z Aug 08 03:04:42.546DEBGadding route 172.17.0.46/32 -> 10.0.0.255
95552026-08-08T03:04:43.475Zreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 08 03:04:42.546
95562026-08-08T03:04:43.475Z 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 } }]Aug 08 03:04:42.546 DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]
95572026-08-08T03:04:43.475ZAug 08 03:04:42.546replacing 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 } }]
95582026-08-08T03:04:43.475Z
95592026-08-08T03:04:43.475Z INFO Aug 08 03:04:42.546adding route 172.17.0.43/32 -> 10.0.0.255
95602026-08-08T03:04:43.475ZAug 08 03:04:42.546INFOAug 08 03:04:42.546 INFO adding route 172.17.0.59/32 -> 10.0.0.255DEBGAug 08 03:04:42.546
95612026-08-08T03:04:43.475Z adding route 172.17.0.47/32 -> 10.0.0.255 DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
95622026-08-08T03:04:43.475Zreplacing 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 } }]
95632026-08-08T03:04:43.475Z
95642026-08-08T03:04:43.475ZAug 08 03:04:42.546Aug 08 03:04:42.546 Aug 08 03:04:42.546DEBG Aug 08 03:04:42.537DEBGreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
95652026-08-08T03:04:43.475Zreplacing 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.44/32 -> 10.0.0.255DEBG
95662026-08-08T03:04:43.475Z
95672026-08-08T03:04:43.475ZAug 08 03:04:42.546 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 08 03:04:42.547Aug 08 03:04:42.547
95682026-08-08T03:04:43.475Z DEBGINFOINFO 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 } }]
95692026-08-08T03:04:43.475ZAug 08 03:04:42.547adding route 172.17.0.48/32 -> 10.0.0.255
95702026-08-08T03:04:43.476Zadding route 172.17.0.60/32 -> 10.0.0.255INFO
95712026-08-08T03:04:43.476Z adding route 172.17.0.39/32 -> 10.0.0.255Aug 08 03:04:42.547
95722026-08-08T03:04:43.476ZAug 08 03:04:42.547 INFODEBG adding route 172.17.0.45/32 -> 10.0.0.255Aug 08 03:04:42.547Aug 08 03:04:42.547replacing 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 } }]
95732026-08-08T03:04:43.476Z
95742026-08-08T03:04:43.476Z DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:04:42.547DEBG Aug 08 03:04:42.547INFO
95752026-08-08T03:04:43.476Ztest route::tests::add_target_fails_full ... ok
95762026-08-08T03:04:43.476Z DEBGadding route 172.17.0.49/32 -> 10.0.0.255
95772026-08-08T03:04:43.476Zreplacing 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.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 } }]
95782026-08-08T03:04:43.476Z
95792026-08-08T03:04:43.476ZAug 08 03:04:42.547 Aug 08 03:04:42.547INFO DEBGadding route 172.17.0.40/32 -> 10.0.0.255
95802026-08-08T03:04:43.476Zreplacing 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 08 03:04:42.547
95812026-08-08T03:04:43.476Z Aug 08 03:04:42.547Aug 08 03:04:42.547 INFODEBGDEBG adding route 172.17.0.46/32 -> 10.0.0.255replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95822026-08-08T03:04:43.476ZAug 08 03:04:42.547failed to allocate space for the new target list
95832026-08-08T03:04:43.476Z
95842026-08-08T03:04:43.476Z Aug 08 03:04:42.547INFO DEBGAug 08 03:04:42.547adding route 172.17.0.50/32 -> 10.0.0.255
95852026-08-08T03:04:43.476Z 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 } }]INFOAug 08 03:04:42.547
95862026-08-08T03:04:43.476ZAug 08 03:04:42.547 adding route 172.17.0.41/32 -> 10.0.0.255DEBG
95872026-08-08T03:04:43.476Z replacing targets for 172.16.0.0/32 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 } }]DEBGAug 08 03:04:42.547 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 } }]
95882026-08-08T03:04:43.476Z
95892026-08-08T03:04:43.476ZINFO Aug 08 03:04:42.547adding route 172.17.0.47/32 -> 10.0.0.255
95902026-08-08T03:04:43.476ZAug 08 03:04:42.547DEBG INFOreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:04:42.547
95912026-08-08T03:04:43.476Z DEBGadding route 172.17.0.51/32 -> 10.0.0.255
95922026-08-08T03:04:43.476Zreplacing 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 } }]
95932026-08-08T03:04:43.476ZAug 08 03:04:42.547 INFO Aug 08 03:04:42.547adding route 172.17.0.42/32 -> 10.0.0.255
95942026-08-08T03:04:43.476ZINFO adding route 172.17.0.48/32 -> 10.0.0.255
95952026-08-08T03:04:43.476ZAug 08 03:04:42.547Aug 08 03:04:42.547 DEBGDEBG Aug 08 03:04:42.547Aug 08 03:04:42.546 replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]
95962026-08-08T03:04:43.476Z
95972026-08-08T03:04:43.476Z DEBG DEBGreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }]
95982026-08-08T03:04:43.477Z
95992026-08-08T03:04:43.477ZAug 08 03:04:42.547Aug 08 03:04:42.547 INFOINFO adding route 172.17.0.52/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255
96002026-08-08T03:04:43.477ZAug 08 03:04:42.547
96012026-08-08T03:04:43.477Z INFO Aug 08 03:04:42.547 adding route 172.17.0.49/32 -> 10.0.0.255DEBG
96022026-08-08T03:04:43.477Z Aug 08 03:04:42.547failed to allocate space for the new target list Aug 08 03:04:42.547DEBG
96032026-08-08T03:04:43.477Z 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
96042026-08-08T03:04:43.477ZAug 08 03:04:42.547 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 } }]
96052026-08-08T03:04:43.477ZDEBGAug 08 03:04:42.547 Aug 08 03:04:42.547replacing 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 } }] DEBGINFO
96062026-08-08T03:04:43.477Z replacing targets for 3fff:dead::/64 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.44/32 -> 10.0.0.255
96072026-08-08T03:04:43.477Z
96082026-08-08T03:04:43.477ZAug 08 03:04:42.547 INFO adding route 172.17.0.53/32 -> 10.0.0.255
96092026-08-08T03:04:43.477ZAug 08 03:04:42.547 Aug 08 03:04:42.547DEBG Aug 08 03:04:42.547INFOreplacing 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 Aug 08 03:04:42.547replacing 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 } }]
96102026-08-08T03:04:43.477ZDEBG
96112026-08-08T03:04:43.477Z created new freemap, unit: Aug 08 03:04:42.554freemap_route_ipv4
96122026-08-08T03:04:43.477ZINFOAug 08 03:04:42.554 adding route 172.17.0.54/32 -> 10.0.0.255INFO
96132026-08-08T03:04:43.481Z adding route 172.17.0.45/32 -> 10.0.0.255Aug 08 03:04:42.554
96142026-08-08T03:04:43.481Z DEBG Aug 08 03:04:42.554 DEBGcreated new freemap, unit :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 } }]
96152026-08-08T03:04:43.481Zfreemap_route_ipv6
96162026-08-08T03:04:43.481ZAug 08 03:04:42.554Aug 08 03:04:42.554 DEBGINFOAug 08 03:04:42.554 adding route 172.17.0.55/32 -> 10.0.0.255DEBG
96172026-08-08T03:04:43.481Z 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 } }]initted freemap. size: 64
96182026-08-08T03:04:43.482Z, unitAug 08 03:04:42.554: DEBGfreemap_route_ipv4
96192026-08-08T03:04:43.482Zreplacing 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 08 03:04:42.554
96202026-08-08T03:04:43.482Z INFO adding route 172.17.0.46/32 -> 10.0.0.255
96212026-08-08T03:04:43.482ZAug 08 03:04:42.554 Aug 08 03:04:42.554DEBG Aug 08 03:04:42.554INFO reset freemap adding route 172.17.0.56/32 -> 10.0.0.255DEBG,
96222026-08-08T03:04:43.482Z unit: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 } }]
96232026-08-08T03:04:43.482Zfreemap_route_ipv4Aug 08 03:04:42.554
96242026-08-08T03:04:43.482Z DEBG Aug 08 03:04:42.554replacing 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 } }]
96252026-08-08T03:04:43.482ZAug 08 03:04:42.554INFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255
96262026-08-08T03:04:43.482ZAug 08 03:04:42.554initted freemap. size: 64 , INFOunit :adding route 172.17.0.57/32 -> 10.0.0.255
96272026-08-08T03:04:43.482Zfreemap_route_ipv6Aug 08 03:04:42.554
96282026-08-08T03:04:43.482Z DEBG Aug 08 03:04:42.554replacing 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
96292026-08-08T03:04:43.482Z 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 08 03:04:42.554
96302026-08-08T03:04:43.482Z DEBG reset freemapAug 08 03:04:42.554Aug 08 03:04:42.554 , INFOunitINFO: adding route 172.17.0.58/32 -> 10.0.0.255freemap_route_ipv6
96312026-08-08T03:04:43.482Z
96322026-08-08T03:04:43.482Zadding route 172.17.0.48/32 -> 10.0.0.255
96332026-08-08T03:04:43.482ZAug 08 03:04:42.554 Aug 08 03:04:42.554DEBG Aug 08 03:04:42.554 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 } }]
96342026-08-08T03:04:43.482ZINFO 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 } }]
96352026-08-08T03:04:43.482Z
96362026-08-08T03:04:43.482ZAug 08 03:04:42.554 INFO adding route 172.17.0.59/32 -> 10.0.0.255Aug 08 03:04:42.554
96372026-08-08T03:04:43.482ZAug 08 03:04:42.554 INFODEBG adding route 172.17.0.49/32 -> 10.0.0.255Aug 08 03:04:42.554
96382026-08-08T03:04:43.482Z 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
96392026-08-08T03:04:43.482Z 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 } }]
96402026-08-08T03:04:43.482ZAug 08 03:04:42.554Aug 08 03:04:42.554 INFODEBG Aug 08 03:04:42.554adding route 172.16.0.0/32 -> 10.0.0.1
96412026-08-08T03:04:43.482ZINFOreplacing 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 } }]
96422026-08-08T03:04:43.482Zadding route 172.17.0.60/32 -> 10.0.0.255
96432026-08-08T03:04:43.482ZAug 08 03:04:42.554 Aug 08 03:04:42.554Aug 08 03:04:42.554INFO DEBGadding route 172.17.0.50/32 -> 10.0.0.255
96442026-08-08T03:04:43.482Zreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96452026-08-08T03:04:43.483ZDEBG Aug 08 03:04:42.554replacing 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 } }]
96462026-08-08T03:04:43.483ZDEBG 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 08 03:04:42.554
96472026-08-08T03:04:43.483Z INFOAug 08 03:04:42.554 adding route 172.17.0.61/32 -> 10.0.0.255Aug 08 03:04:42.554
96482026-08-08T03:04:43.483ZINFO adding route 172.16.0.0/32 -> 10.0.0.1INFO
96492026-08-08T03:04:43.483Z Aug 08 03:04:42.554adding route 172.17.0.51/32 -> 10.0.0.255
96502026-08-08T03:04:43.483ZDEBG 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 08 03:04:42.554
96512026-08-08T03:04:43.483Z Aug 08 03:04:42.554adding route 172.17.0.50/32 -> 10.0.0.255Aug 08 03:04:42.554DEBG 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 } }]INFODEBG
96522026-08-08T03:04:43.483Z adding route 172.17.0.62/32 -> 10.0.0.255
96532026-08-08T03:04:43.483Z
96542026-08-08T03:04:43.483Zreplacing 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 } }]
96552026-08-08T03:04:43.483ZAug 08 03:04:42.554Aug 08 03:04:42.554 Aug 08 03:04:42.554 Aug 08 03:04:42.554 DEBG DEBGINFO replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96562026-08-08T03:04:43.483Zreplacing 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.52/32 -> 10.0.0.255
96572026-08-08T03:04:43.483ZINFO
96582026-08-08T03:04:43.483Z adding route 172.16.0.0/32 -> 10.0.0.2Aug 08 03:04:42.554
96592026-08-08T03:04:43.483Z Aug 08 03:04:42.554INFO Aug 08 03:04:42.554adding route 172.17.0.63/32 -> 10.0.0.255INFO
96602026-08-08T03:04:43.483Z Aug 08 03:04:42.554adding route 172.17.0.51/32 -> 10.0.0.255DEBG
96612026-08-08T03:04:43.483Z 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 } }]
96622026-08-08T03:04:43.483ZDEBG Aug 08 03:04:42.554Aug 08 03:04:42.554 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 } }]DEBGAug 08 03:04:42.554
96632026-08-08T03:04:43.483Z 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 } }] INFO
96642026-08-08T03:04:43.483Z replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.53/32 -> 10.0.0.255
96652026-08-08T03:04:43.483Z
96662026-08-08T03:04:43.483ZAug 08 03:04:42.554 Aug 08 03:04:42.554INFOAug 08 03:04:42.554Aug 08 03:04:42.554 INFO DEBGDEBGadding route 172.17.0.52/32 -> 10.0.0.255
96672026-08-08T03:04:43.483Z failed to allocate space for the new target listreplacing 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 } }]
96682026-08-08T03:04:43.483Z
96692026-08-08T03:04:43.483Zadding route 172.17.0.0/32 -> 10.0.0.255Aug 08 03:04:42.554
96702026-08-08T03:04:43.483Z 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 } }]
96712026-08-08T03:04:43.483ZAug 08 03:04:42.554Aug 08 03:04:42.554Aug 08 03:04:42.554 Aug 08 03:04:42.554INFO INFOadding route 172.17.0.54/32 -> 10.0.0.255 DEBG
96722026-08-08T03:04:43.483ZDEBGadding route 172.17.0.53/32 -> 10.0.0.255
96732026-08-08T03:04:43.484Ztest route::tests::delete_target_fragmented ... ok
96742026-08-08T03:04:43.484Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
96752026-08-08T03:04:43.484Zreplacing 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 08 03:04:42.554
96762026-08-08T03:04:43.484ZAug 08 03:04:42.554 DEBGAug 08 03:04:42.554 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 } }]failed to allocate space for the new target list
96772026-08-08T03:04:43.484Z
96782026-08-08T03:04:43.484Z
96792026-08-08T03:04:43.484ZAug 08 03:04:42.554Aug 08 03:04:42.554 Aug 08 03:04:42.554INFO INFOINFO adding route 172.17.0.54/32 -> 10.0.0.255adding route 172.17.0.1/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255
96802026-08-08T03:04:43.484Z
96812026-08-08T03:04:43.484Z
96822026-08-08T03:04:43.484Ztest route::tests::delete_target_full ... ok
96832026-08-08T03:04:43.484ZAug 08 03:04:42.554Aug 08 03:04:42.554 Aug 08 03:04:42.554DEBG DEBGreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96842026-08-08T03:04:43.484Ztest route::tests::delete_targets_fragmented ... ok
96852026-08-08T03:04:43.484Zreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
96862026-08-08T03:04:43.484Z
96872026-08-08T03:04:43.484Z 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 } }]
96882026-08-08T03:04:43.484Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
96892026-08-08T03:04:43.484ZAug 08 03:04:42.554Aug 08 03:04:42.554 Aug 08 03:04:42.554INFOINFO adding route 172.17.0.56/32 -> 10.0.0.255INFOadding route 172.17.0.55/32 -> 10.0.0.255
96902026-08-08T03:04:43.484Z
96912026-08-08T03:04:43.484Z
96922026-08-08T03:04:43.484Z adding route 172.17.0.2/32 -> 10.0.0.255
96932026-08-08T03:04:43.484ZAug 08 03:04:42.554Aug 08 03:04:42.554 DEBGDEBG Aug 08 03:04:42.554replacing 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 } }]
96942026-08-08T03:04:43.484Z 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 } }]
96952026-08-08T03:04:43.484Zreplacing 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 08 03:04:42.554
96962026-08-08T03:04:43.484Z INFO adding route 172.17.0.56/32 -> 10.0.0.255Aug 08 03:04:42.554
96972026-08-08T03:04:43.484Z Aug 08 03:04:42.554INFO INFOadding route 172.17.0.57/32 -> 10.0.0.255 Aug 08 03:04:42.554
96982026-08-08T03:04:43.484Zadding route 172.17.0.3/32 -> 10.0.0.255
96992026-08-08T03:04:43.484ZDEBG 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 } }]
97002026-08-08T03:04:43.484ZAug 08 03:04:42.554Aug 08 03:04:42.554 Aug 08 03:04:42.554DEBGDEBG 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 } }]INFOreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97012026-08-08T03:04:43.485Z
97022026-08-08T03:04:43.485Z adding route 172.17.0.57/32 -> 10.0.0.255
97032026-08-08T03:04:43.485ZAug 08 03:04:42.554Aug 08 03:04:42.554 Aug 08 03:04:42.554INFO INFODEBG adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.4/32 -> 10.0.0.255
97042026-08-08T03:04:43.485Zreplacing 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 } }]
97052026-08-08T03:04:43.485Z
97062026-08-08T03:04:43.485ZAug 08 03:04:42.554Aug 08 03:04:42.554Aug 08 03:04:42.554 DEBGINFODEBG adding route 172.17.0.58/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 } }]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 } }]
97072026-08-08T03:04:43.485Z
97082026-08-08T03:04:43.485Z
97092026-08-08T03:04:43.485ZAug 08 03:04:42.554Aug 08 03:04:42.554 DEBGAug 08 03:04:42.554INFO 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.5/32 -> 10.0.0.255
97102026-08-08T03:04:43.485Z
97112026-08-08T03:04:43.485ZINFO adding route 172.17.0.59/32 -> 10.0.0.255
97122026-08-08T03:04:43.485ZAug 08 03:04:42.554Aug 08 03:04:42.554 INFODEBG adding route 172.17.0.59/32 -> 10.0.0.255Aug 08 03:04:42.554
97132026-08-08T03:04:43.489Zreplacing 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 } }]
97142026-08-08T03:04:43.489ZDEBG 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 08 03:04:42.554
97152026-08-08T03:04:43.489ZAug 08 03:04:42.554 DEBG INFOreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97162026-08-08T03:04:43.489Zadding route 172.17.0.6/32 -> 10.0.0.255Aug 08 03:04:42.554
97172026-08-08T03:04:43.489Z INFO Aug 08 03:04:42.554adding route 172.17.0.60/32 -> 10.0.0.255
97182026-08-08T03:04:43.489ZINFOAug 08 03:04:42.554 adding route 172.17.0.60/32 -> 10.0.0.255
97192026-08-08T03:04:43.489ZDEBGAug 08 03:04:42.554 replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
97202026-08-08T03:04:43.489Z 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 08 03:04:42.554
97212026-08-08T03:04:43.489Z DEBGAug 08 03:04:42.554 replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
97222026-08-08T03:04:43.489Z adding route 172.17.0.7/32 -> 10.0.0.255Aug 08 03:04:42.554
97232026-08-08T03:04:43.489Z Aug 08 03:04:42.554DEBG INFOAug 08 03:04:42.554 adding route 172.17.0.61/32 -> 10.0.0.255failed to allocate space for the new target list
97242026-08-08T03:04:43.489Z
97252026-08-08T03:04:43.489ZDEBG 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 } }]
97262026-08-08T03:04:43.489ZAug 08 03:04:42.554Aug 08 03:04:42.554 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 } }]DEBG
97272026-08-08T03:04:43.490Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 08 03:04:42.554 INFO adding route 172.17.0.8/32 -> 10.0.0.255
97282026-08-08T03:04:43.490ZAug 08 03:04:42.562 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 } }]
97292026-08-08T03:04:43.490Z
97302026-08-08T03:04:43.490ZAug 08 03:04:42.562 INFO adding route 172.17.0.9/32 -> 10.0.0.255
97312026-08-08T03:04:43.490ZAug 08 03:04:42.562 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 } }]
97322026-08-08T03:04:43.490ZAug 08 03:04:42.554Aug 08 03:04:42.562 INFOINFO adding route 172.17.0.10/32 -> 10.0.0.255
97332026-08-08T03:04:43.490Z adding route 172.17.0.62/32 -> 10.0.0.255
97342026-08-08T03:04:43.490ZAug 08 03:04:42.562 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 } }]
97352026-08-08T03:04:43.490ZAug 08 03:04:42.562 DEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:04:42.562
97362026-08-08T03:04:43.490Z DEBG failed to allocate space for the new target list
97372026-08-08T03:04:43.490ZAug 08 03:04:42.562 INFO adding route 172.17.0.11/32 -> 10.0.0.255Aug 08 03:04:42.562
97382026-08-08T03:04:43.490Z 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 } }]
97392026-08-08T03:04:43.490ZAug 08 03:04:42.562 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 } }]
97402026-08-08T03:04:43.490ZAug 08 03:04:42.562 INFO adding route 172.17.0.12/32 -> 10.0.0.255
97412026-08-08T03:04:43.490ZAug 08 03:04:42.562 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 } }]
97422026-08-08T03:04:43.490ZAug 08 03:04:42.562 INFO adding route 172.17.0.13/32 -> 10.0.0.255
97432026-08-08T03:04:43.490ZAug 08 03:04:42.562 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-08T03:04:43.490ZAug 08 03:04:42.562 INFO adding route 172.17.0.14/32 -> 10.0.0.255
97452026-08-08T03:04:43.490ZAug 08 03:04:42.562 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-08T03:04:43.490ZAug 08 03:04:42.562 INFO adding route 172.17.0.15/32 -> 10.0.0.255
97472026-08-08T03:04:43.490ZAug 08 03:04:42.562 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-08T03:04:43.490ZAug 08 03:04:42.562 INFO adding route 172.17.0.16/32 -> 10.0.0.255
97492026-08-08T03:04:43.490ZAug 08 03:04:42.562 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-08T03:04:43.490ZAug 08 03:04:42.562 INFO adding route 172.17.0.17/32 -> 10.0.0.255
97512026-08-08T03:04:43.490ZAug 08 03:04:42.562 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-08T03:04:43.490ZAug 08 03:04:42.562 INFO adding route 172.17.0.18/32 -> 10.0.0.255
97532026-08-08T03:04:43.490ZAug 08 03:04:42.562 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-08T03:04:43.490ZAug 08 03:04:42.562 INFO adding route 172.17.0.19/32 -> 10.0.0.255
97552026-08-08T03:04:43.491ZAug 08 03:04:42.562 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-08T03:04:43.491ZAug 08 03:04:42.562 INFO adding route 172.17.0.20/32 -> 10.0.0.255
97572026-08-08T03:04:43.491ZAug 08 03:04:42.562 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-08T03:04:43.491ZAug 08 03:04:42.562 INFO adding route 172.17.0.21/32 -> 10.0.0.255
97592026-08-08T03:04:43.491ZAug 08 03:04:42.562 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-08T03:04:43.491ZAug 08 03:04:42.562 INFO adding route 172.17.0.22/32 -> 10.0.0.255
97612026-08-08T03:04:43.491ZAug 08 03:04:42.562 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-08T03:04:43.491ZAug 08 03:04:42.562 INFO adding route 172.17.0.23/32 -> 10.0.0.255
97632026-08-08T03:04:43.491ZAug 08 03:04:42.562 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-08T03:04:43.491ZAug 08 03:04:42.562 INFO adding route 172.17.0.24/32 -> 10.0.0.255
97652026-08-08T03:04:43.491ZAug 08 03:04:42.562 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-08T03:04:43.491ZAug 08 03:04:42.562 INFO adding route 172.17.0.25/32 -> 10.0.0.255
97672026-08-08T03:04:43.491ZAug 08 03:04:42.562 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-08T03:04:43.491ZAug 08 03:04:42.562 INFO adding route 172.17.0.26/32 -> 10.0.0.255
97692026-08-08T03:04:43.491ZAug 08 03:04:42.562 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-08T03:04:43.491Z
97712026-08-08T03:04:43.491ZAug 08 03:04:42.562 INFO adding route 172.17.0.27/32 -> 10.0.0.255
97722026-08-08T03:04:43.491Zrunning 0 tests
97732026-08-08T03:04:43.491Z
97742026-08-08T03:04:43.491Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97752026-08-08T03:04:43.491ZAug 08 03:04:42.562 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 } }]
97762026-08-08T03:04:43.491Z
97772026-08-08T03:04:43.491ZAug 08 03:04:42.562 INFO adding route 172.17.0.28/32 -> 10.0.0.255
97782026-08-08T03:04:43.491ZAug 08 03:04:42.562 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 } }]
97792026-08-08T03:04:43.491ZAug 08 03:04:42.562 INFO adding route 172.17.0.29/32 -> 10.0.0.255
97802026-08-08T03:04:43.491ZAug 08 03:04:42.562 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 } }]
97812026-08-08T03:04:43.491ZAug 08 03:04:42.562 INFO adding route 172.17.0.30/32 -> 10.0.0.255
97822026-08-08T03:04:43.491ZAug 08 03:04:42.562 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 } }]
97832026-08-08T03:04:43.492ZAug 08 03:04:42.562 INFO adding route 172.17.0.31/32 -> 10.0.0.255
97842026-08-08T03:04:43.492ZAug 08 03:04:42.562 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 } }]
97852026-08-08T03:04:43.492ZAug 08 03:04:42.562 INFO adding route 172.17.0.32/32 -> 10.0.0.255
97862026-08-08T03:04:43.492ZAug 08 03:04:42.562 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 } }]
97872026-08-08T03:04:43.492ZAug 08 03:04:42.562 INFO adding route 172.17.0.33/32 -> 10.0.0.255
97882026-08-08T03:04:43.492ZAug 08 03:04:42.562 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 } }]
97892026-08-08T03:04:43.492ZAug 08 03:04:42.562 INFO adding route 172.17.0.34/32 -> 10.0.0.255
97902026-08-08T03:04:43.492ZAug 08 03:04:42.562 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 } }]
97912026-08-08T03:04:43.492ZAug 08 03:04:42.562 INFO adding route 172.17.0.35/32 -> 10.0.0.255
97922026-08-08T03:04:43.492ZAug 08 03:04:42.562 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 } }]
97932026-08-08T03:04:43.492ZAug 08 03:04:42.562 INFO adding route 172.17.0.36/32 -> 10.0.0.255
97942026-08-08T03:04:43.492ZAug 08 03:04:42.562 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 } }]
97952026-08-08T03:04:43.492ZAug 08 03:04:42.562 INFO adding route 172.17.0.37/32 -> 10.0.0.255
97962026-08-08T03:04:43.492ZAug 08 03:04:42.562 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 } }]
97972026-08-08T03:04:43.492ZAug 08 03:04:42.562 INFO adding route 172.17.0.38/32 -> 10.0.0.255
97982026-08-08T03:04:43.492ZAug 08 03:04:42.562 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 } }]
97992026-08-08T03:04:43.492ZAug 08 03:04:42.562 INFO adding route 172.17.0.39/32 -> 10.0.0.255
98002026-08-08T03:04:43.492ZAug 08 03:04:42.562 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 } }]
98012026-08-08T03:04:43.492ZAug 08 03:04:42.562 INFO adding route 172.17.0.40/32 -> 10.0.0.255
98022026-08-08T03:04:43.492ZAug 08 03:04:42.562 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 } }]
98032026-08-08T03:04:43.492ZAug 08 03:04:42.562 INFO adding route 172.17.0.41/32 -> 10.0.0.255
98042026-08-08T03:04:43.492ZAug 08 03:04:42.562 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 } }]
98052026-08-08T03:04:43.492ZAug 08 03:04:42.562 INFO adding route 172.17.0.42/32 -> 10.0.0.255
98062026-08-08T03:04:43.492ZAug 08 03:04:42.562 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 } }]
98072026-08-08T03:04:43.492ZAug 08 03:04:42.562 INFO adding route 172.17.0.43/32 -> 10.0.0.255
98082026-08-08T03:04:43.492ZAug 08 03:04:42.562 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 } }]
98092026-08-08T03:04:43.492ZAug 08 03:04:42.562 INFO adding route 172.17.0.44/32 -> 10.0.0.255
98102026-08-08T03:04:43.493ZAug 08 03:04:42.562 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 } }]
98112026-08-08T03:04:43.493ZAug 08 03:04:42.562 INFO adding route 172.17.0.45/32 -> 10.0.0.255
98122026-08-08T03:04:43.493ZAug 08 03:04:42.562 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 } }]
98132026-08-08T03:04:43.496ZAug 08 03:04:42.562 INFO adding route 172.17.0.46/32 -> 10.0.0.255
98142026-08-08T03:04:43.497ZAug 08 03:04:42.562 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 } }]
98152026-08-08T03:04:43.497ZAug 08 03:04:42.562 INFO adding route 172.17.0.47/32 -> 10.0.0.255
98162026-08-08T03:04:43.497ZAug 08 03:04:42.562 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 } }]
98172026-08-08T03:04:43.497ZAug 08 03:04:42.562 INFO adding route 172.17.0.48/32 -> 10.0.0.255
98182026-08-08T03:04:43.497ZAug 08 03:04:42.562 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 } }]
98192026-08-08T03:04:43.497ZAug 08 03:04:42.562 INFO adding route 172.17.0.49/32 -> 10.0.0.255
98202026-08-08T03:04:43.497ZAug 08 03:04:42.562 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 } }]
98212026-08-08T03:04:43.497ZAug 08 03:04:42.562 INFO adding route 172.17.0.50/32 -> 10.0.0.255
98222026-08-08T03:04:43.497ZAug 08 03:04:42.562 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 } }]
98232026-08-08T03:04:43.497ZAug 08 03:04:42.562 INFO adding route 172.17.0.51/32 -> 10.0.0.255
98242026-08-08T03:04:43.497ZAug 08 03:04:42.562 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 } }]
98252026-08-08T03:04:43.497ZAug 08 03:04:42.562 INFO adding route 172.17.0.52/32 -> 10.0.0.255
98262026-08-08T03:04:43.497ZAug 08 03:04:42.562 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 } }]
98272026-08-08T03:04:43.497ZAug 08 03:04:42.562 INFO adding route 172.17.0.53/32 -> 10.0.0.255
98282026-08-08T03:04:43.497ZAug 08 03:04:42.562 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 } }]
98292026-08-08T03:04:43.497ZAug 08 03:04:42.562 INFO adding route 172.17.0.54/32 -> 10.0.0.255
98302026-08-08T03:04:43.497ZAug 08 03:04:42.562 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 } }]
98312026-08-08T03:04:43.497ZAug 08 03:04:42.562 INFO adding route 172.17.0.55/32 -> 10.0.0.255
98322026-08-08T03:04:43.497ZAug 08 03:04:42.562 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 } }]
98332026-08-08T03:04:43.497ZAug 08 03:04:42.562 INFO adding route 172.17.0.56/32 -> 10.0.0.255
98342026-08-08T03:04:43.497ZAug 08 03:04:42.562 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 } }]
98352026-08-08T03:04:43.497ZAug 08 03:04:42.562 INFO adding route 172.17.0.57/32 -> 10.0.0.255
98362026-08-08T03:04:43.497ZAug 08 03:04:42.562 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 } }]
98372026-08-08T03:04:43.497ZAug 08 03:04:42.562 INFO adding route 172.17.0.58/32 -> 10.0.0.255
98382026-08-08T03:04:43.497ZAug 08 03:04:42.562 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 } }]
98392026-08-08T03:04:43.497ZAug 08 03:04:42.562 INFO adding route 172.17.0.59/32 -> 10.0.0.255
98402026-08-08T03:04:43.498ZAug 08 03:04:42.562 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 } }]
98412026-08-08T03:04:43.498ZAug 08 03:04:42.562 INFO adding route 172.17.0.60/32 -> 10.0.0.255
98422026-08-08T03:04:43.498ZAug 08 03:04:42.562 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 } }]
98432026-08-08T03:04:43.498ZAug 08 03:04:42.562 DEBG failed to allocate space for the new target list
98442026-08-08T03:04:43.498ZAug 08 03:04:42.562 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 } }]
98452026-08-08T03:04:43.498Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-8a7b77a033db65a1)
98462026-08-08T03:04:43.498Z Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024)
98472026-08-08T03:04:43.498Z
98482026-08-08T03:04:43.498Zrunning 0 tests
98492026-08-08T03:04:43.498Z
98502026-08-08T03:04:43.498Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98512026-08-08T03:04:43.498Z
98522026-08-08T03:04:43.498Z Running unittests src/lib.rs (target/debug/deps/dpd_client-750e40ee01b056d8)
98532026-08-08T03:04:43.498Z
98542026-08-08T03:04:43.498Zrunning 6 tests
98552026-08-08T03:04:43.498Ztest tests::test_full_lot_id_neither_present ... ok
98562026-08-08T03:04:43.498Ztest tests::test_full_lot_id_lotnum_only ... ok
98572026-08-08T03:04:43.498Ztest tests::test_full_lot_id_both_present ... ok
98582026-08-08T03:04:43.498Ztest tests::test_full_lot_id_lot_only ... ok
98592026-08-08T03:04:43.498Ztest tests::test_port_id_cmp ... ok
98602026-08-08T03:04:43.498Ztest tests::test_parse_client_port_id ... ok
98612026-08-08T03:04:43.498Z
98622026-08-08T03:04:43.498Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98632026-08-08T03:04:43.498Z
98642026-08-08T03:04:43.498Z Running tests/test_all.rs (target/debug/deps/test_all-8b8febcc4252f7ff)
98652026-08-08T03:04:43.498Z
98662026-08-08T03:04:43.498Zrunning 6 tests
98672026-08-08T03:04:46.494Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
98682026-08-08T03:04:46.496Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
98692026-08-08T03:04:46.496Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
98702026-08-08T03:04:46.502Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
98712026-08-08T03:04:46.833Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
98722026-08-08T03:04:47.760Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
98732026-08-08T03:04:47.760Z
98742026-08-08T03:04:47.760Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.28s
98752026-08-08T03:04:47.760Z
98762026-08-08T03:04:47.766Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21)
98772026-08-08T03:04:47.772Z
98782026-08-08T03:04:47.772Zrunning 0 tests
98792026-08-08T03:04:47.772Z
98802026-08-08T03:04:47.774Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98812026-08-08T03:04:47.774Z
98822026-08-08T03:04:47.774Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62)
98832026-08-08T03:04:47.777Z
98842026-08-08T03:04:47.777Zrunning 0 tests
98852026-08-08T03:04:47.777Z
98862026-08-08T03:04:47.780Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98872026-08-08T03:04:47.780Z
98882026-08-08T03:04:47.780Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
98892026-08-08T03:04:47.788Z
98902026-08-08T03:04:47.788Zrunning 12 tests
98912026-08-08T03:04:47.790Ztest icmp::test_v6_checksum ... ok
98922026-08-08T03:04:47.790Ztest icmp::test_v4_checksum ... ok
98932026-08-08T03:04:47.790Ztest ipv6::test_ipv6_parse ... ok
98942026-08-08T03:04:47.790Ztest pbuf::test_byte ... ok
98952026-08-08T03:04:47.790Ztest lldp::test_lldp_parse ... ok
98962026-08-08T03:04:47.790Ztest pbuf::test_nibble ... ok
98972026-08-08T03:04:47.790Ztest pbuf::test_short ... ok
98982026-08-08T03:04:47.791Ztest pbuf::test_overflow ... ok
98992026-08-08T03:04:47.791Ztest pbuf::test_twelve ... ok
99002026-08-08T03:04:47.791Ztest pbuf::test_word ... ok
99012026-08-08T03:04:47.791Ztest tcp::test_checksum_ack_data ... ok
99022026-08-08T03:04:47.791Ztest tcp::test_checksum_syn_nodata ... ok
99032026-08-08T03:04:47.791Z
99042026-08-08T03:04:47.791Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99052026-08-08T03:04:47.791Z
99062026-08-08T03:04:47.791Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
99072026-08-08T03:04:47.794Z
99082026-08-08T03:04:47.794Zrunning 0 tests
99092026-08-08T03:04:47.794Z
99102026-08-08T03:04:47.794Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99112026-08-08T03:04:47.794Z
99122026-08-08T03:04:47.797Z Running unittests src/main.rs (target/debug/deps/swadm-3b6d5ab7a19b39bb)
99132026-08-08T03:04:47.806Z
99142026-08-08T03:04:47.806Zrunning 5 tests
99152026-08-08T03:04:47.809Ztest switchport::test::test_compute_lanes ... ok
99162026-08-08T03:04:47.812Ztest link::test_filter ... ok
99172026-08-08T03:04:47.812Ztest switchport::test::port_id_ordering ... ok
99182026-08-08T03:04:47.815Z Lane 0 Lane 1 Lane 2 Lane 3
99192026-08-08T03:04:47.815Z Rx Loss-of-lock: Yes Yes Yes Yes
99202026-08-08T03:04:47.815Z Rx Loss-of-signal: Yes Yes Yes Yes
99212026-08-08T03:04:47.815Z Rx CDR Enabled: Yes Yes Yes Yes
99222026-08-08T03:04:47.815Z Tx Enabled: Yes Yes Yes Lane 0 Yes
99232026-08-08T03:04:47.815Z Tx Loss-of-lock: No NoLane 1 No Lane 2No
99242026-08-08T03:04:47.815ZLane 3 Tx Loss-of-signal: No
99252026-08-08T03:04:47.815Z No State: Activated NoActivated No
99262026-08-08T03:04:47.815ZActivated Tx CDR Enabled: NoActivated
99272026-08-08T03:04:47.815ZNo Rx Output Enabled: false Nofalse No
99282026-08-08T03:04:47.815Zfalse Tx Adaptive EQ Fault: Nofalse
99292026-08-08T03:04:47.815Z No Rx Output Status: valid Novalid No
99302026-08-08T03:04:47.815Zvalid valid
99312026-08-08T03:04:47.815Z Tx Fault: Yes Rx Loss-of-lock: trueYes true Yes trueYes true
99322026-08-08T03:04:47.815Z
99332026-08-08T03:04:47.815Z Rx Loss-of-signal: false false false false
99342026-08-08T03:04:47.815ZRx Auto-squelch Disable: true true true true
99352026-08-08T03:04:47.815Z Tx Output Enabled: true true true true
99362026-08-08T03:04:47.815Z Tx Output Status: invalid invalid invalid invalid
99372026-08-08T03:04:47.815Z Tx Loss-of-lock: false false false false
99382026-08-08T03:04:47.815Z Tx Loss-of-signal: true true true true
99392026-08-08T03:04:47.815ZTx Auto-squelch Disable: false false false false
99402026-08-08T03:04:47.815Z Tx Adaptive EQ Fail: true true true true
99412026-08-08T03:04:47.815Z Tx Failure: false false false false
99422026-08-08T03:04:47.815Z Tx Force Squelch: true true true true
99432026-08-08T03:04:47.815Z Tx Input Polarity: normal normal normal normal
99442026-08-08T03:04:47.815Ztest switchport::test::test_print_cmis_datapath ... ok
99452026-08-08T03:04:47.815Ztest switchport::test::test_print_sff_datapath ... ok
99462026-08-08T03:04:47.815Z
99472026-08-08T03:04:47.815Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
99482026-08-08T03:04:47.816Z
99492026-08-08T03:04:47.816Z Running tests/counters.rs (target/debug/deps/counters-dafdf3819a3acd7e)
99502026-08-08T03:04:47.820Z
99512026-08-08T03:04:47.820Zrunning 1 test
99522026-08-08T03:04:47.822Ztest test_p4_counter_list ... ignored
99532026-08-08T03:04:47.823Z
99542026-08-08T03:04:47.823Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
99552026-08-08T03:04:47.823Z
99562026-08-08T03:04:47.823Z Running tests/port-link.rs (target/debug/deps/port_link-721a5ab28abf000c)
99572026-08-08T03:04:47.825Z
99582026-08-08T03:04:47.825Zrunning 5 tests
99592026-08-08T03:04:47.825Ztest test_an ... ignored
99602026-08-08T03:04:47.825Ztest test_enable ... ignored
99612026-08-08T03:04:47.825Ztest test_ip_addresses ... ignored
99622026-08-08T03:04:47.825Ztest test_kr ... ignored
99632026-08-08T03:04:47.825Ztest test_mac ... ignored
99642026-08-08T03:04:47.826Z
99652026-08-08T03:04:47.826Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
99662026-08-08T03:04:47.826Z
99672026-08-08T03:04:47.826Z Running unittests src/main.rs (target/debug/deps/tfportd-fdbe62e0e3cfe18f)
99682026-08-08T03:04:47.829Z
99692026-08-08T03:04:47.829Zrunning 3 tests
99702026-08-08T03:04:47.829Ztest linklocal::test_parse_ipadm ... ok
99712026-08-08T03:04:47.829Ztest tfport::test_parse_tfport ... ok
99722026-08-08T03:04:47.829Ztest config::tests::test_updates ... ok
99732026-08-08T03:04:47.829Z
99742026-08-08T03:04:47.829Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99752026-08-08T03:04:47.829Z
99762026-08-08T03:04:47.829Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
99772026-08-08T03:04:47.832Z
99782026-08-08T03:04:47.832Zrunning 0 tests
99792026-08-08T03:04:47.835Z
99802026-08-08T03:04:47.835Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99812026-08-08T03:04:47.835Z
99822026-08-08T03:04:47.835Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
99832026-08-08T03:04:47.837Z
99842026-08-08T03:04:47.837Zrunning 0 tests
99852026-08-08T03:04:47.837Z
99862026-08-08T03:04:47.838Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99872026-08-08T03:04:47.838Z
99882026-08-08T03:04:47.840Z Doc-tests aal
99892026-08-08T03:04:48.014Z
99902026-08-08T03:04:48.014Zrunning 0 tests
99912026-08-08T03:04:48.014Z
99922026-08-08T03:04:48.017Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99932026-08-08T03:04:48.017Z
99942026-08-08T03:04:48.031Z Doc-tests aal_macros
99952026-08-08T03:04:48.106Z
99962026-08-08T03:04:48.106Zrunning 0 tests
99972026-08-08T03:04:48.106Z
99982026-08-08T03:04:48.106Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99992026-08-08T03:04:48.106Z
100002026-08-08T03:04:48.118Z Doc-tests common
100012026-08-08T03:04:48.361Z
100022026-08-08T03:04:48.361Zrunning 0 tests
100032026-08-08T03:04:48.361Z
100042026-08-08T03:04:48.361Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100052026-08-08T03:04:48.361Z
100062026-08-08T03:04:48.383Z Doc-tests dpd_api
100072026-08-08T03:04:49.222Z
100082026-08-08T03:04:49.222Zrunning 2 tests
100092026-08-08T03:04:49.222Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
100102026-08-08T03:04:49.222Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
100112026-08-08T03:04:49.222Z
100122026-08-08T03:04:49.222Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
100132026-08-08T03:04:49.222Z
100142026-08-08T03:04:49.255Z Doc-tests dpd_client
100152026-08-08T03:04:50.677Z
100162026-08-08T03:04:50.677Zrunning 0 tests
100172026-08-08T03:04:50.677Z
100182026-08-08T03:04:50.677Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100192026-08-08T03:04:50.677Z
100202026-08-08T03:04:50.724Z Doc-tests dpd_types
100212026-08-08T03:04:50.939Z
100222026-08-08T03:04:50.939Zrunning 0 tests
100232026-08-08T03:04:50.939Z
100242026-08-08T03:04:50.939Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100252026-08-08T03:04:50.940Z
100262026-08-08T03:04:50.966Z Doc-tests dpd_types_versions
100272026-08-08T03:04:52.195Z
100282026-08-08T03:04:52.195Zrunning 1 test
100292026-08-08T03:04:52.195Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
100302026-08-08T03:04:52.195Z
100312026-08-08T03:04:52.195Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
100322026-08-08T03:04:52.195Z
100332026-08-08T03:04:52.241Z Doc-tests packet
100342026-08-08T03:04:52.356Z
100352026-08-08T03:04:52.356Zrunning 0 tests
100362026-08-08T03:04:52.356Z
100372026-08-08T03:04:52.356Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100382026-08-08T03:04:52.356Z
100392026-08-08T03:04:52.373Z Doc-tests pcap
100402026-08-08T03:04:52.426Z
100412026-08-08T03:04:52.426Zrunning 0 tests
100422026-08-08T03:04:52.426Z
100432026-08-08T03:04:52.426Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100442026-08-08T03:04:52.426Z
100452026-08-08T03:04:52.477Zprocess exited: duration 597232 ms, exit code 0
 
100462026-08-08T03:04:52.483Zfound 0 output files